|
|
|
| 1 | 2026-05-15T21:13:10.906Z | job assigned to worker 01KRPQQ86H88ASFS4STFTT9WV4 [factory aws, i-00f655eb5834959f9] (queued for 57 s) |
| |
| 2 | 2026-05-15T21:13:17.352Z | starting task 0: "setup" |
| 3 | 2026-05-15T21:13:17.356Z | ++ uname -s |
| 4 | 2026-05-15T21:13:17.359Z | + kern=SunOS |
| 5 | 2026-05-15T21:13:17.359Z | + build_user=build |
| 6 | 2026-05-15T21:13:17.359Z | + build_uid=12345 |
| 7 | 2026-05-15T21:13:17.359Z | + work_dir=/work |
| 8 | 2026-05-15T21:13:17.359Z | + input_dir=/input |
| 9 | 2026-05-15T21:13:17.359Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-15T21:13:17.359Z | + case "$kern" in |
| 11 | 2026-05-15T21:13:17.359Z | + groupadd -g 12345 build |
| 12 | 2026-05-15T21:13:17.371Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-15T21:13:19.377Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-15T21:13:19.486Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-15T21:13:19.489Z | + home_fs=zfs |
| 16 | 2026-05-15T21:13:19.489Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-15T21:13:19.490Z | + mkdir -p /home/build |
| 18 | 2026-05-15T21:13:19.490Z | + chown build:build /home/build /work |
| 19 | 2026-05-15T21:13:20.480Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-15T21:13:20.483Z | process exited: duration 3133 ms, exit code 0 |
| |
| 21 | 2026-05-15T21:13:20.489Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-15T21:13:20.493Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-15T21:13:20.493Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-15T21:13:20.493Z | * rust toolchain profile = "default" |
| 25 | 2026-05-15T21:13:20.493Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-15T21:13:20.493Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-15T21:13:20.496Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-15T21:13:20.496Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-15T21:13:20.496Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-15T21:13:20.596Z | info: downloading installer |
| 31 | 2026-05-15T21:13:22.253Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-15T21:13:22.253Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-15T21:13:22.253Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-15T21:13:22.253Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-15T21:13:22.265Z | info: profile set to default |
| 36 | 2026-05-15T21:13:22.265Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-15T21:13:22.268Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-15T21:13:22.405Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-15T21:13:22.409Z | info: downloading 6 components |
| 40 | 2026-05-15T21:13:36.946Z | |
| 41 | 2026-05-15T21:13:36.946Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-15T21:13:36.976Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-15T21:13:36.976Z | |
| 44 | 2026-05-15T21:13:36.976Z | |
| 45 | 2026-05-15T21:13:36.976Z | Rust is installed now. Great! |
| 46 | 2026-05-15T21:13:36.976Z | |
| 47 | 2026-05-15T21:13:36.976Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-15T21:13:36.976Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-15T21:13:36.976Z | |
| 50 | 2026-05-15T21:13:36.976Z | To configure your current shell, you need to source |
| 51 | 2026-05-15T21:13:36.976Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-15T21:13:36.976Z | |
| 53 | 2026-05-15T21:13:36.976Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-15T21:13:36.976Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-15T21:13:36.976Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-15T21:13:36.976Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-15T21:13:36.976Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-15T21:13:36.977Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-15T21:13:36.981Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-15T21:13:36.981Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-15T21:13:36.981Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-15T21:13:37.078Z | + rustup --version |
| 63 | 2026-05-15T21:13:37.086Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-15T21:13:37.089Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-15T21:13:37.108Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-15T21:13:37.111Z | + cargo --version |
| 67 | 2026-05-15T21:13:37.124Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-15T21:13:37.127Z | + rustc --version |
| 69 | 2026-05-15T21:13:37.148Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-15T21:13:37.151Z | process exited: duration 16659 ms, exit code 0 |
| |
| 71 | 2026-05-15T21:13:37.156Z | starting task 2: "authentication" |
| 72 | 2026-05-15T21:13:37.173Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-15T21:13:37.179Z | starting task 3: "clone repository" |
| 74 | 2026-05-15T21:13:37.184Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-15T21:13:37.186Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-15T21:13:37.216Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-15T21:13:48.513Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-15T21:13:48.513Z | + git fetch origin 63ede604c380307525230cf817e635e8bda806bd |
| 79 | 2026-05-15T21:13:48.775Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-15T21:13:48.775Z | * branch 63ede604c380307525230cf817e635e8bda806bd -> FETCH_HEAD |
| 81 | 2026-05-15T21:13:48.786Z | + [[ -n eliza/failure-reason-2 ]] |
| 82 | 2026-05-15T21:13:48.789Z | ++ git branch --show-current |
| 83 | 2026-05-15T21:13:48.789Z | + current=main |
| 84 | 2026-05-15T21:13:48.789Z | + [[ main != eliza/failure-reason-2 ]] |
| 85 | 2026-05-15T21:13:48.789Z | + git branch -f eliza/failure-reason-2 63ede604c380307525230cf817e635e8bda806bd |
| 86 | 2026-05-15T21:13:48.792Z | + git checkout -f eliza/failure-reason-2 |
| 87 | 2026-05-15T21:13:48.845Z | Switched to branch 'eliza/failure-reason-2' |
| 88 | 2026-05-15T21:13:48.848Z | + git reset --hard 63ede604c380307525230cf817e635e8bda806bd |
| 89 | 2026-05-15T21:13:48.902Z | HEAD is now at 63ede604c Merge branch 'main' into eliza/failure-reason-2 |
| 90 | 2026-05-15T21:13:48.905Z | process exited: duration 11724 ms, exit code 0 |
| |
| 91 | 2026-05-15T21:13:48.911Z | starting task 4: "build" |
| 92 | 2026-05-15T21:13:48.920Z | + source ./env.sh |
| 93 | 2026-05-15T21:13:48.920Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-15T21:13:48.920Z | ++ set -o xtrace |
| 95 | 2026-05-15T21:13:48.920Z | ++++ dirname ./env.sh |
| 96 | 2026-05-15T21:13:48.940Z | +++ readlink -f . |
| 97 | 2026-05-15T21:13:48.942Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ 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-15T21:13:48.945Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-15T21:13:48.945Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-15T21:13:48.945Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-15T21:13:48.945Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-15T21:13:48.945Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-15T21:13:48.945Z | + cargo --version |
| 112 | 2026-05-15T21:13:48.952Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-15T21:13:48.954Z | + rustc --version |
| 114 | 2026-05-15T21:13:48.974Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-15T21:13:48.977Z | + banner prerequisites |
| 116 | 2026-05-15T21:13:48.980Z | |
| 117 | 2026-05-15T21:13:48.980Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-15T21:13:48.980Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-15T21:13:48.980Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-15T21:13:48.980Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-15T21:13:48.980Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-15T21:13:48.980Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-15T21:13:48.980Z | |
| 124 | 2026-05-15T21:13:48.980Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-15T21:13:51.255Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-15T21:13:51.312Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-15T21:13:51.517Z | Planning: Solver setup ... Done (0.173s) |
| 128 | 2026-05-15T21:13:51.532Z | Planning: Running solver ... Done (0.016s) |
| 129 | 2026-05-15T21:13:51.548Z | Planning: Finding local manifests ... Done (0.013s) |
| 130 | 2026-05-15T21:13:51.560Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-15T21:13:51.576Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-15T21:13:51.589Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-15T21:13:51.592Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-15T21:13:51.787Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 135 | 2026-05-15T21:13:51.790Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-15T21:13:53.063Z | Planning: Evaluating mediators ... Done (1.275s) |
| 137 | 2026-05-15T21:13:53.066Z | Planning: Planning completed in 1.73 seconds |
| 138 | 2026-05-15T21:13:53.072Z | Packages to install: 2 |
| 139 | 2026-05-15T21:13:53.072Z | Estimated space available: 156.08 GB |
| 140 | 2026-05-15T21:13:53.075Z | Estimated space to be consumed: 19.74 MB |
| 141 | 2026-05-15T21:13:53.075Z | Create boot environment: No |
| 142 | 2026-05-15T21:13:53.075Z | Create backup boot environment: No |
| 143 | 2026-05-15T21:13:53.075Z | Rebuild boot archive: No |
| 144 | 2026-05-15T21:13:53.075Z | |
| 145 | 2026-05-15T21:13:53.075Z | Changed packages: |
| 146 | 2026-05-15T21:13:53.075Z | helios |
| 147 | 2026-05-15T21:13:53.075Z | developer/build-essential |
| 148 | 2026-05-15T21:13:53.075Z | None -> 11-3.0 |
| 149 | 2026-05-15T21:13:53.075Z | library/libxmlsec1 |
| 150 | 2026-05-15T21:13:53.076Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-15T21:13:53.118Z | |
| 152 | 2026-05-15T21:13:53.118Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-15T21:13:53.717Z | Download: Completed 1.28 MB in 0.60 seconds (2.1M/s) |
| 154 | 2026-05-15T21:13:53.856Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-15T21:13:53.905Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-15T21:13:53.911Z | Finalize: Updating package state database ... Done (0.006s) |
| 157 | 2026-05-15T21:13:53.911Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-15T21:13:53.926Z | Finalize: Updating image state ... Done (0.015s) |
| 159 | 2026-05-15T21:13:56.601Z | Finalize: Creating fast lookup database ... Done (2.653s) |
| 160 | 2026-05-15T21:13:56.671Z | Finalize: Reading search index ... Done (0.013s) |
| 161 | 2026-05-15T21:13:56.674Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-15T21:13:56.784Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-15T21:13:57.079Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-15T21:13:57.185Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-15T21:13:57.188Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-15T21:13:57.342Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-15T21:13:57.345Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-15T21:13:57.365Z | Mediators to change: 2 |
| 169 | 2026-05-15T21:13:57.365Z | Create boot environment: No |
| 170 | 2026-05-15T21:13:57.365Z | Create backup boot environment: No |
| 171 | 2026-05-15T21:13:57.413Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-15T21:13:57.413Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-15T21:13:57.422Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-15T21:13:59.361Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-15T21:13:59.421Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-15T21:13:59.424Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-15T21:13:59.491Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-15T21:13:59.778Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-15T21:13:59.884Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-15T21:13:59.887Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-15T21:14:00.045Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-15T21:14:00.049Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-15T21:14:00.069Z | Mediators to change: 1 |
| 184 | 2026-05-15T21:14:00.069Z | Create boot environment: No |
| 185 | 2026-05-15T21:14:00.072Z | Create backup boot environment: No |
| 186 | 2026-05-15T21:14:00.114Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-15T21:14:00.114Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-15T21:14:00.121Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-15T21:14:02.045Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-15T21:14:02.106Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-15T21:14:02.109Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-15T21:14:02.192Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-15T21:14:02.500Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-15T21:14:02.500Z | apache system 2.4 system |
| 195 | 2026-05-15T21:14:02.500Z | clang system 15 system |
| 196 | 2026-05-15T21:14:02.500Z | csh system system illumos |
| 197 | 2026-05-15T21:14:02.500Z | ctags system system illumos |
| 198 | 2026-05-15T21:14:02.500Z | file vendor vendor darwinsys |
| 199 | 2026-05-15T21:14:02.500Z | file system system illumos |
| 200 | 2026-05-15T21:14:02.500Z | gcc vendor 14 vendor |
| 201 | 2026-05-15T21:14:02.500Z | gcc system 13 system |
| 202 | 2026-05-15T21:14:02.500Z | gcc system 10 system |
| 203 | 2026-05-15T21:14:02.500Z | go system 1.25 system |
| 204 | 2026-05-15T21:14:02.500Z | llvm system 15 system |
| 205 | 2026-05-15T21:14:02.500Z | mariadb system 11.4 system |
| 206 | 2026-05-15T21:14:02.500Z | mta vendor vendor dma |
| 207 | 2026-05-15T21:14:02.500Z | openjdk system 17 system |
| 208 | 2026-05-15T21:14:02.500Z | openjdk system 11 system |
| 209 | 2026-05-15T21:14:02.500Z | openssl vendor 3 vendor |
| 210 | 2026-05-15T21:14:02.500Z | perl system 5.40 system |
| 211 | 2026-05-15T21:14:02.500Z | postgresql system 18 system |
| 212 | 2026-05-15T21:14:02.500Z | postgresql system 17 system |
| 213 | 2026-05-15T21:14:02.500Z | python vendor 3 vendor |
| 214 | 2026-05-15T21:14:02.500Z | python system 2 system |
| 215 | 2026-05-15T21:14:02.500Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-15T21:14:02.500Z | ruby system 3.4 system |
| 217 | 2026-05-15T21:14:02.500Z | ruby system 3.0 system |
| 218 | 2026-05-15T21:14:02.500Z | words vendor vendor american-english |
| 219 | 2026-05-15T21:14:02.501Z | words system system australian-english |
| 220 | 2026-05-15T21:14:02.501Z | words system system british-english |
| 221 | 2026-05-15T21:14:02.501Z | words system system canadian-english |
| 222 | 2026-05-15T21:14:02.501Z | words system system french |
| 223 | 2026-05-15T21:14:02.501Z | words system system italian |
| 224 | 2026-05-15T21:14:02.501Z | words system system ngerman |
| 225 | 2026-05-15T21:14:02.501Z | words system system ogerman |
| 226 | 2026-05-15T21:14:02.501Z | words system system spanish |
| 227 | 2026-05-15T21:14:02.752Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-15T21:14:02.752Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-15T21:14:03.019Z | FMRI IFO |
| 230 | 2026-05-15T21:14:03.019Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-15T21:14:03.019Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-15T21:14:03.019Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-15T21:14:03.019Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-15T21:14:03.019Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-15T21:14:03.019Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-15T21:14:03.019Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-15T21:14:03.019Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-15T21:14:03.019Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-15T21:14:03.259Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-15T21:14:03.615Z | Updating crates.io index |
| 241 | 2026-05-15T21:14:03.647Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-15T21:14:04.341Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-15T21:14:04.635Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-15T21:14:05.355Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-15T21:14:06.203Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-15T21:14:06.723Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-15T21:14:08.025Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-15T21:14:08.943Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-15T21:14:09.192Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-15T21:14:10.322Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-15T21:14:10.700Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-15T21:14:11.032Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-15T21:14:11.439Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-15T21:14:12.390Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-15T21:14:12.845Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-15T21:14:13.150Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-15T21:14:13.471Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-15T21:14:13.812Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-15T21:14:14.188Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-15T21:14:14.566Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-15T21:14:14.831Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-15T21:14:15.061Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-15T21:14:15.476Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-15T21:14:15.910Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-15T21:14:16.300Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-15T21:14:16.872Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-15T21:14:17.158Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-15T21:14:18.078Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-15T21:14:18.697Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-15T21:14:19.589Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-15T21:14:19.996Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-15T21:14:20.320Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-15T21:14:20.643Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-15T21:14:20.956Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-15T21:14:21.487Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-15T21:14:21.950Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-15T21:14:22.268Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-15T21:14:22.542Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-15T21:14:22.945Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-15T21:14:34.642Z | Downloading crates ... |
| 281 | 2026-05-15T21:14:34.722Z | Downloaded itoa v1.0.17 |
| 282 | 2026-05-15T21:14:34.730Z | Downloaded macaddr v1.0.1 |
| 283 | 2026-05-15T21:14:34.731Z | Downloaded tinystr v0.8.2 |
| 284 | 2026-05-15T21:14:34.736Z | Downloaded camino-tempfile v1.4.1 |
| 285 | 2026-05-15T21:14:34.736Z | Downloaded clap_derive v4.5.55 |
| 286 | 2026-05-15T21:14:34.736Z | Downloaded bitflags v2.11.0 |
| 287 | 2026-05-15T21:14:34.737Z | Downloaded ucd-trie v0.1.7 |
| 288 | 2026-05-15T21:14:34.737Z | Downloaded thiserror-impl v1.0.69 |
| 289 | 2026-05-15T21:14:34.749Z | Downloaded num-traits v0.2.19 |
| 290 | 2026-05-15T21:14:34.749Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-05-15T21:14:34.757Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-05-15T21:14:34.757Z | Downloaded usdt-macro v0.5.0 |
| 293 | 2026-05-15T21:14:34.757Z | Downloaded syn v2.0.117 |
| 294 | 2026-05-15T21:14:34.781Z | Downloaded typeid v1.0.3 |
| 295 | 2026-05-15T21:14:34.781Z | Downloaded once_cell v1.21.3 |
| 296 | 2026-05-15T21:14:34.781Z | Downloaded cpufeatures v0.2.17 |
| 297 | 2026-05-15T21:14:34.781Z | Downloaded thread-id v4.2.2 |
| 298 | 2026-05-15T21:14:34.781Z | Downloaded form_urlencoded v1.2.2 |
| 299 | 2026-05-15T21:14:34.782Z | Downloaded scroll_derive v0.12.1 |
| 300 | 2026-05-15T21:14:34.782Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-05-15T21:14:34.782Z | Downloaded camino v1.2.2 |
| 302 | 2026-05-15T21:14:34.782Z | Downloaded unicode-xid v0.2.6 |
| 303 | 2026-05-15T21:14:34.782Z | Downloaded unicode-linebreak v0.1.5 |
| 304 | 2026-05-15T21:14:34.782Z | Downloaded percent-encoding v2.3.2 |
| 305 | 2026-05-15T21:14:34.782Z | Downloaded toml_datetime v0.6.11 |
| 306 | 2026-05-15T21:14:34.782Z | Downloaded equivalent v1.0.2 |
| 307 | 2026-05-15T21:14:34.782Z | Downloaded digest v0.10.7 |
| 308 | 2026-05-15T21:14:34.782Z | Downloaded serde_spanned v0.6.9 |
| 309 | 2026-05-15T21:14:34.782Z | Downloaded displaydoc v0.2.5 |
| 310 | 2026-05-15T21:14:34.844Z | Downloaded usdt v0.5.0 |
| 311 | 2026-05-15T21:14:34.844Z | Downloaded litemap v0.8.1 |
| 312 | 2026-05-15T21:14:34.844Z | Downloaded thiserror-impl v2.0.18 |
| 313 | 2026-05-15T21:14:34.844Z | Downloaded usdt-impl v0.5.0 |
| 314 | 2026-05-15T21:14:34.844Z | Downloaded cargo-util-schemas v0.8.2 |
| 315 | 2026-05-15T21:14:34.844Z | Downloaded icu_properties v2.1.2 |
| 316 | 2026-05-15T21:14:34.844Z | Downloaded fnv v1.0.7 |
| 317 | 2026-05-15T21:14:34.844Z | Downloaded errno v0.3.14 |
| 318 | 2026-05-15T21:14:34.844Z | Downloaded utf8_iter v1.0.4 |
| 319 | 2026-05-15T21:14:34.844Z | Downloaded version_check v0.9.5 |
| 320 | 2026-05-15T21:14:34.844Z | Downloaded pest_generator v2.8.6 |
| 321 | 2026-05-15T21:14:34.844Z | Downloaded zerofrom v0.1.6 |
| 322 | 2026-05-15T21:14:34.844Z | Downloaded block-buffer v0.10.4 |
| 323 | 2026-05-15T21:14:34.844Z | Downloaded usdt-attr-macro v0.5.0 |
| 324 | 2026-05-15T21:14:34.845Z | Downloaded colorchoice v1.0.4 |
| 325 | 2026-05-15T21:14:34.845Z | Downloaded cargo_toml v0.21.0 |
| 326 | 2026-05-15T21:14:34.845Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-05-15T21:14:34.845Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2026-05-15T21:14:34.845Z | Downloaded heck v0.4.1 |
| 329 | 2026-05-15T21:14:34.845Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-05-15T21:14:34.845Z | Downloaded strsim v0.11.1 |
| 331 | 2026-05-15T21:14:34.845Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-05-15T21:14:34.845Z | Downloaded zerofrom-derive v0.1.6 |
| 333 | 2026-05-15T21:14:34.845Z | Downloaded thiserror v2.0.18 |
| 334 | 2026-05-15T21:14:34.845Z | Downloaded zmij v1.0.21 |
| 335 | 2026-05-15T21:14:34.845Z | Downloaded thiserror v1.0.69 |
| 336 | 2026-05-15T21:14:34.845Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-05-15T21:14:34.906Z | Downloaded terminal_size v0.4.3 |
| 338 | 2026-05-15T21:14:34.906Z | Downloaded unicode-ident v1.0.24 |
| 339 | 2026-05-15T21:14:34.906Z | Downloaded serde-untagged v0.1.9 |
| 340 | 2026-05-15T21:14:34.907Z | Downloaded crypto-common v0.1.7 |
| 341 | 2026-05-15T21:14:34.907Z | Downloaded cfg-if v1.0.4 |
| 342 | 2026-05-15T21:14:34.907Z | Downloaded anstyle-query v1.1.5 |
| 343 | 2026-05-15T21:14:34.907Z | Downloaded toml v0.8.23 |
| 344 | 2026-05-15T21:14:34.907Z | Downloaded swrite v0.1.0 |
| 345 | 2026-05-15T21:14:34.907Z | Downloaded is_terminal_polyfill v1.70.2 |
| 346 | 2026-05-15T21:14:34.907Z | Downloaded zerovec-derive v0.11.2 |
| 347 | 2026-05-15T21:14:34.907Z | Downloaded memmap v0.7.0 |
| 348 | 2026-05-15T21:14:34.907Z | Downloaded zerotrie v0.2.3 |
| 349 | 2026-05-15T21:14:34.907Z | Downloaded yoke v0.8.1 |
| 350 | 2026-05-15T21:14:34.907Z | Downloaded writeable v0.6.2 |
| 351 | 2026-05-15T21:14:34.907Z | Downloaded smawk v0.3.2 |
| 352 | 2026-05-15T21:14:34.907Z | Downloaded plain v0.2.3 |
| 353 | 2026-05-15T21:14:34.907Z | Downloaded dtrace-parser v0.2.0 |
| 354 | 2026-05-15T21:14:34.907Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-05-15T21:14:34.907Z | Downloaded clap_lex v1.0.0 |
| 356 | 2026-05-15T21:14:34.907Z | Downloaded idna_adapter v1.2.1 |
| 357 | 2026-05-15T21:14:34.908Z | Downloaded serde-value v0.7.0 |
| 358 | 2026-05-15T21:14:34.908Z | Downloaded tabled_derive v0.7.0 |
| 359 | 2026-05-15T21:14:34.908Z | Downloaded generic-array v0.14.7 |
| 360 | 2026-05-15T21:14:34.908Z | Downloaded typenum v1.19.0 |
| 361 | 2026-05-15T21:14:34.908Z | Downloaded toml_edit v0.22.27 |
| 362 | 2026-05-15T21:14:34.908Z | Downloaded cargo-platform v0.2.0 |
| 363 | 2026-05-15T21:14:34.908Z | Downloaded stable_deref_trait v1.2.1 |
| 364 | 2026-05-15T21:14:34.908Z | Downloaded zerovec v0.11.5 |
| 365 | 2026-05-15T21:14:34.908Z | Downloaded url v2.5.8 |
| 366 | 2026-05-15T21:14:34.908Z | Downloaded ordered-float v2.10.1 |
| 367 | 2026-05-15T21:14:34.908Z | Downloaded anstyle-parse v0.2.7 |
| 368 | 2026-05-15T21:14:34.908Z | Downloaded cargo_metadata v0.21.0 |
| 369 | 2026-05-15T21:14:34.908Z | Downloaded zerocopy v0.7.35 |
| 370 | 2026-05-15T21:14:34.908Z | Downloaded pest_meta v2.8.6 |
| 371 | 2026-05-15T21:14:34.908Z | Downloaded anstyle v1.0.13 |
| 372 | 2026-05-15T21:14:34.908Z | Downloaded fs-err v3.3.0 |
| 373 | 2026-05-15T21:14:34.908Z | Downloaded erased-serde v0.4.9 |
| 374 | 2026-05-15T21:14:34.954Z | Downloaded heck v0.5.0 |
| 375 | 2026-05-15T21:14:34.954Z | Downloaded dof v0.3.0 |
| 376 | 2026-05-15T21:14:34.954Z | Downloaded winnow v0.7.14 |
| 377 | 2026-05-15T21:14:34.954Z | Downloaded bytecount v0.6.9 |
| 378 | 2026-05-15T21:14:34.954Z | Downloaded proc-macro-error v1.0.4 |
| 379 | 2026-05-15T21:14:34.954Z | Downloaded byteorder v1.5.0 |
| 380 | 2026-05-15T21:14:34.954Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-05-15T21:14:34.954Z | Downloaded synstructure v0.13.2 |
| 382 | 2026-05-15T21:14:34.954Z | Downloaded autocfg v1.5.0 |
| 383 | 2026-05-15T21:14:34.954Z | Downloaded serde_tokenstream v0.2.3 |
| 384 | 2026-05-15T21:14:34.954Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-05-15T21:14:34.954Z | Downloaded anyhow v1.0.102 |
| 386 | 2026-05-15T21:14:34.954Z | Downloaded scroll v0.12.0 |
| 387 | 2026-05-15T21:14:34.954Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-05-15T21:14:34.954Z | Downloaded anstream v0.6.21 |
| 389 | 2026-05-15T21:14:34.954Z | Downloaded quote v1.0.45 |
| 390 | 2026-05-15T21:14:34.954Z | Downloaded tempfile v3.25.0 |
| 391 | 2026-05-15T21:14:34.954Z | Downloaded semver v1.0.28 |
| 392 | 2026-05-15T21:14:34.954Z | Downloaded pest_derive v2.8.6 |
| 393 | 2026-05-15T21:14:34.954Z | Downloaded log v0.4.29 |
| 394 | 2026-05-15T21:14:35.007Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-05-15T21:14:35.007Z | Downloaded clap v4.5.60 |
| 396 | 2026-05-15T21:14:35.007Z | Downloaded sha2 v0.10.9 |
| 397 | 2026-05-15T21:14:35.008Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-05-15T21:14:35.008Z | Downloaded papergrid v0.11.0 |
| 399 | 2026-05-15T21:14:35.008Z | Downloaded icu_normalizer_data v2.1.1 |
| 400 | 2026-05-15T21:14:35.008Z | Downloaded serde_derive v1.0.228 |
| 401 | 2026-05-15T21:14:35.008Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-05-15T21:14:35.008Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-05-15T21:14:35.008Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-05-15T21:14:35.008Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-15T21:14:35.060Z | Downloaded serde v1.0.228 |
| 406 | 2026-05-15T21:14:35.060Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-15T21:14:35.060Z | Downloaded memchr v2.8.0 |
| 408 | 2026-05-15T21:14:35.060Z | Downloaded serde_json v1.0.149 |
| 409 | 2026-05-15T21:14:35.060Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-15T21:14:35.060Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-15T21:14:35.060Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-15T21:14:35.061Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-15T21:14:35.061Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-15T21:14:35.061Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-15T21:14:35.061Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-15T21:14:35.061Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-15T21:14:35.136Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-15T21:14:35.136Z | Downloaded rustix v1.1.3 |
| 419 | 2026-05-15T21:14:35.147Z | Downloaded libc v0.2.185 |
| 420 | 2026-05-15T21:14:35.181Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-15T21:14:35.182Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-15T21:14:35.182Z | Compiling quote v1.0.45 |
| 423 | 2026-05-15T21:14:35.206Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-15T21:14:35.206Z | Compiling libc v0.2.185 |
| 425 | 2026-05-15T21:14:35.206Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-15T21:14:35.206Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-15T21:14:35.207Z | Compiling serde v1.0.228 |
| 428 | 2026-05-15T21:14:35.497Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-05-15T21:14:35.591Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-15T21:14:35.679Z | Compiling ucd-trie v0.1.7 |
| 431 | 2026-05-15T21:14:35.771Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-15T21:14:35.937Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-15T21:14:36.037Z | Compiling itoa v1.0.17 |
| 434 | 2026-05-15T21:14:36.131Z | Compiling pest v2.8.6 |
| 435 | 2026-05-15T21:14:36.156Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-15T21:14:36.182Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-15T21:14:36.227Z | Compiling rustix v1.1.3 |
| 438 | 2026-05-15T21:14:36.367Z | Compiling icu_properties_data v2.1.2 |
| 439 | 2026-05-15T21:14:36.548Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-15T21:14:36.572Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-15T21:14:36.647Z | Compiling syn v2.0.117 |
| 442 | 2026-05-15T21:14:36.771Z | Compiling errno v0.3.14 |
| 443 | 2026-05-15T21:14:36.790Z | Compiling bitflags v2.11.0 |
| 444 | 2026-05-15T21:14:36.805Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-15T21:14:37.028Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-15T21:14:37.063Z | Compiling smallvec v1.15.1 |
| 447 | 2026-05-15T21:14:37.258Z | Compiling pest_meta v2.8.6 |
| 448 | 2026-05-15T21:14:37.277Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-15T21:14:37.328Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-15T21:14:37.410Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-15T21:14:37.631Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-15T21:14:37.719Z | Compiling proc-macro-error-attr v1.0.4 |
| 453 | 2026-05-15T21:14:37.742Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-05-15T21:14:37.750Z | Compiling erased-serde v0.4.9 |
| 455 | 2026-05-15T21:14:37.843Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-15T21:14:37.903Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-15T21:14:37.946Z | Compiling toml_write v0.1.2 |
| 458 | 2026-05-15T21:14:38.116Z | Compiling syn v1.0.109 |
| 459 | 2026-05-15T21:14:38.475Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-15T21:14:38.493Z | Compiling camino v1.2.2 |
| 461 | 2026-05-15T21:14:38.669Z | Compiling plain v0.2.3 |
| 462 | 2026-05-15T21:14:38.788Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-05-15T21:14:38.815Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-15T21:14:38.904Z | Compiling getrandom v0.4.1 |
| 465 | 2026-05-15T21:14:38.929Z | Compiling log v0.4.29 |
| 466 | 2026-05-15T21:14:38.932Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-15T21:14:38.979Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-15T21:14:39.064Z | Compiling form_urlencoded v1.2.2 |
| 469 | 2026-05-15T21:14:39.127Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-05-15T21:14:39.207Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-15T21:14:39.253Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-15T21:14:39.271Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-15T21:14:39.465Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-15T21:14:39.605Z | Compiling anstyle-query v1.1.5 |
| 475 | 2026-05-15T21:14:39.719Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-05-15T21:14:39.736Z | Compiling anstyle v1.0.13 |
| 477 | 2026-05-15T21:14:39.795Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-15T21:14:39.815Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-15T21:14:39.847Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-15T21:14:39.866Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-15T21:14:39.933Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-15T21:14:39.993Z | Compiling semver v1.0.28 |
| 483 | 2026-05-15T21:14:40.074Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-15T21:14:40.105Z | Compiling fnv v1.0.7 |
| 485 | 2026-05-15T21:14:40.210Z | Compiling unicode-xid v0.2.6 |
| 486 | 2026-05-15T21:14:40.234Z | Compiling strsim v0.11.1 |
| 487 | 2026-05-15T21:14:40.257Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-15T21:14:40.304Z | Compiling heck v0.5.0 |
| 489 | 2026-05-15T21:14:40.333Z | Compiling heck v0.4.1 |
| 490 | 2026-05-15T21:14:40.352Z | Compiling fastrand v2.3.0 |
| 491 | 2026-05-15T21:14:40.546Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-15T21:14:40.562Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-15T21:14:40.581Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-15T21:14:40.617Z | Compiling unicode-width v0.1.14 |
| 495 | 2026-05-15T21:14:40.682Z | Compiling clap_builder v4.5.60 |
| 496 | 2026-05-15T21:14:40.775Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-15T21:14:40.904Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-15T21:14:40.907Z | Compiling memmap v0.7.0 |
| 499 | 2026-05-15T21:14:40.943Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-15T21:14:41.102Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-15T21:14:41.120Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-15T21:14:41.147Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-15T21:14:41.394Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-15T21:14:42.123Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-15T21:14:42.278Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-15T21:14:42.294Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-15T21:14:42.345Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-15T21:14:42.539Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-15T21:14:42.678Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-15T21:14:42.719Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-15T21:14:42.872Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-15T21:14:43.009Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-15T21:14:43.145Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-15T21:14:43.319Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-15T21:14:43.386Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-15T21:14:43.537Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-15T21:14:43.541Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-15T21:14:43.573Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-15T21:14:43.710Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-15T21:14:43.756Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-15T21:14:43.979Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-15T21:14:44.016Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-15T21:14:44.166Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-15T21:14:44.316Z | Compiling serde_spanned v0.6.9 |
| 525 | 2026-05-15T21:14:44.361Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-05-15T21:14:44.433Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-15T21:14:44.468Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-05-15T21:14:44.484Z | Compiling dof v0.3.0 |
| 529 | 2026-05-15T21:14:44.501Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-05-15T21:14:44.620Z | Compiling toml_edit v0.22.27 |
| 531 | 2026-05-15T21:14:44.665Z | Compiling serde-value v0.7.0 |
| 532 | 2026-05-15T21:14:44.871Z | Compiling cargo-platform v0.2.0 |
| 533 | 2026-05-15T21:14:45.000Z | Compiling unicode-width v0.2.0 |
| 534 | 2026-05-15T21:14:45.026Z | Compiling unicode-linebreak v0.1.5 |
| 535 | 2026-05-15T21:14:45.142Z | Compiling smawk v0.3.2 |
| 536 | 2026-05-15T21:14:45.273Z | Compiling textwrap v0.16.2 |
| 537 | 2026-05-15T21:14:45.290Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-05-15T21:14:45.305Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-15T21:14:45.423Z | Compiling idna v1.1.0 |
| 540 | 2026-05-15T21:14:45.440Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-15T21:14:45.514Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-15T21:14:45.740Z | Compiling url v2.5.8 |
| 543 | 2026-05-15T21:14:45.757Z | Compiling clap v4.5.60 |
| 544 | 2026-05-15T21:14:45.845Z | Compiling macaddr v1.0.1 |
| 545 | 2026-05-15T21:14:46.051Z | Compiling toml v0.8.23 |
| 546 | 2026-05-15T21:14:46.091Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-15T21:14:46.423Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-15T21:14:46.480Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-15T21:14:46.665Z | Compiling swrite v0.1.0 |
| 550 | 2026-05-15T21:14:46.766Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-05-15T21:14:47.020Z | Compiling usdt v0.5.0 |
| 552 | 2026-05-15T21:14:47.419Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-15T21:14:48.374Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-15T21:14:50.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.32s |
| 555 | 2026-05-15T21:14:50.662Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-05-15T21:14:51.217Z | Downloading crates ... |
| 557 | 2026-05-15T21:14:51.316Z | Downloaded async-recursion v1.1.1 |
| 558 | 2026-05-15T21:14:51.319Z | Downloaded arrayvec v0.7.6 |
| 559 | 2026-05-15T21:14:51.324Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-15T21:14:51.330Z | Downloaded array-init v0.0.4 |
| 561 | 2026-05-15T21:14:51.335Z | Downloaded arrayref v0.3.9 |
| 562 | 2026-05-15T21:14:51.339Z | Downloaded aes-gcm v0.10.3 |
| 563 | 2026-05-15T21:14:51.339Z | Downloaded crc8 v0.1.1 |
| 564 | 2026-05-15T21:14:51.344Z | Downloaded argon2 v0.5.3 |
| 565 | 2026-05-15T21:14:51.344Z | Downloaded crossbeam-utils v0.8.21 |
| 566 | 2026-05-15T21:14:51.344Z | Downloaded crossbeam-epoch v0.9.18 |
| 567 | 2026-05-15T21:14:51.348Z | Downloaded arc-swap v1.8.2 |
| 568 | 2026-05-15T21:14:51.348Z | Downloaded aho-corasick v1.1.4 |
| 569 | 2026-05-15T21:14:51.351Z | Downloaded aead v0.5.2 |
| 570 | 2026-05-15T21:14:51.351Z | Downloaded crc32fast v1.5.0 |
| 571 | 2026-05-15T21:14:51.355Z | Downloaded cexpr v0.6.0 |
| 572 | 2026-05-15T21:14:51.355Z | Downloaded ascii-canvas v3.0.0 |
| 573 | 2026-05-15T21:14:51.358Z | Downloaded allocator-api2 v0.2.21 |
| 574 | 2026-05-15T21:14:51.358Z | Downloaded derive_builder_core v0.20.2 |
| 575 | 2026-05-15T21:14:51.358Z | Downloaded crossbeam-deque v0.8.6 |
| 576 | 2026-05-15T21:14:51.361Z | Downloaded ahash v0.8.12 |
| 577 | 2026-05-15T21:14:51.361Z | Downloaded blake2 v0.10.6 |
| 578 | 2026-05-15T21:14:51.368Z | Downloaded daft v0.1.5 |
| 579 | 2026-05-15T21:14:51.368Z | Downloaded critical-section v1.2.0 |
| 580 | 2026-05-15T21:14:51.368Z | Downloaded const_format_proc_macros v0.2.34 |
| 581 | 2026-05-15T21:14:51.373Z | Downloaded crossbeam-channel v0.5.15 |
| 582 | 2026-05-15T21:14:51.373Z | Downloaded diff v0.1.13 |
| 583 | 2026-05-15T21:14:51.379Z | Downloaded derive_more v0.99.20 |
| 584 | 2026-05-15T21:14:51.379Z | Downloaded derive_builder_macro v0.20.2 |
| 585 | 2026-05-15T21:14:51.379Z | Downloaded derive_builder v0.20.2 |
| 586 | 2026-05-15T21:14:51.383Z | Downloaded dtrace-parser v0.3.0 |
| 587 | 2026-05-15T21:14:51.383Z | Downloaded ciborium-io v0.2.2 |
| 588 | 2026-05-15T21:14:51.383Z | Downloaded bitfield-struct v0.6.2 |
| 589 | 2026-05-15T21:14:51.383Z | Downloaded crossterm v0.28.1 |
| 590 | 2026-05-15T21:14:51.388Z | Downloaded fd-lock v4.0.4 |
| 591 | 2026-05-15T21:14:51.392Z | Downloaded fatfs v0.3.6 |
| 592 | 2026-05-15T21:14:51.392Z | Downloaded endian-type v0.1.2 |
| 593 | 2026-05-15T21:14:51.397Z | Downloaded dyn-clone v1.0.20 |
| 594 | 2026-05-15T21:14:51.397Z | Downloaded dirs-next v2.0.0 |
| 595 | 2026-05-15T21:14:51.397Z | Downloaded derive_more-impl v2.1.1 |
| 596 | 2026-05-15T21:14:51.413Z | Downloaded defmt v0.3.100 |
| 597 | 2026-05-15T21:14:51.413Z | Downloaded crc-catalog v2.4.0 |
| 598 | 2026-05-15T21:14:51.414Z | Downloaded cfg_aliases v0.1.1 |
| 599 | 2026-05-15T21:14:51.414Z | Downloaded dof v0.4.0 |
| 600 | 2026-05-15T21:14:51.414Z | Downloaded crunchy v0.2.4 |
| 601 | 2026-05-15T21:14:51.414Z | Downloaded atty v0.2.14 |
| 602 | 2026-05-15T21:14:51.414Z | Downloaded darling_macro v0.21.3 |
| 603 | 2026-05-15T21:14:51.414Z | Downloaded dsl_auto_type v0.2.0 |
| 604 | 2026-05-15T21:14:51.414Z | Downloaded atomicwrites v0.4.4 |
| 605 | 2026-05-15T21:14:51.414Z | Downloaded dirs-sys-next v0.1.2 |
| 606 | 2026-05-15T21:14:51.414Z | Downloaded cpufeatures v0.3.0 |
| 607 | 2026-05-15T21:14:51.414Z | Downloaded bitfield v0.19.4 |
| 608 | 2026-05-15T21:14:51.414Z | Downloaded defmt-macros v1.0.1 |
| 609 | 2026-05-15T21:14:51.414Z | Downloaded crucible-workspace-hack v0.1.0 |
| 610 | 2026-05-15T21:14:51.414Z | Downloaded ctr v0.9.2 |
| 611 | 2026-05-15T21:14:51.420Z | Downloaded crc v3.4.0 |
| 612 | 2026-05-15T21:14:51.420Z | Downloaded bit-vec v0.6.3 |
| 613 | 2026-05-15T21:14:51.420Z | Downloaded block-padding v0.3.3 |
| 614 | 2026-05-15T21:14:51.420Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 615 | 2026-05-15T21:14:51.420Z | Downloaded enum-as-inner v0.6.1 |
| 616 | 2026-05-15T21:14:51.425Z | Downloaded bitfield-macros v0.19.4 |
| 617 | 2026-05-15T21:14:51.425Z | Downloaded async-stream-impl v0.3.6 |
| 618 | 2026-05-15T21:14:51.425Z | Downloaded bit-set v0.5.3 |
| 619 | 2026-05-15T21:14:51.425Z | Downloaded bb8 v0.8.6 |
| 620 | 2026-05-15T21:14:51.425Z | Downloaded assert_matches v1.5.0 |
| 621 | 2026-05-15T21:14:51.425Z | Downloaded base16ct v0.2.0 |
| 622 | 2026-05-15T21:14:51.425Z | Downloaded byte-wrapper v0.1.0 |
| 623 | 2026-05-15T21:14:51.430Z | Downloaded document-features v0.2.12 |
| 624 | 2026-05-15T21:14:51.430Z | Downloaded foreign-types-shared v0.3.1 |
| 625 | 2026-05-15T21:14:51.430Z | Downloaded foreign-types v0.5.0 |
| 626 | 2026-05-15T21:14:51.435Z | Downloaded castaway v0.2.4 |
| 627 | 2026-05-15T21:14:51.435Z | Downloaded difflib v0.4.0 |
| 628 | 2026-05-15T21:14:51.436Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 629 | 2026-05-15T21:14:51.436Z | Downloaded float-ord v0.3.2 |
| 630 | 2026-05-15T21:14:51.440Z | Downloaded cstr-argument v0.1.2 |
| 631 | 2026-05-15T21:14:51.440Z | Downloaded foreign-types v0.3.2 |
| 632 | 2026-05-15T21:14:51.440Z | Downloaded float-cmp v0.10.0 |
| 633 | 2026-05-15T21:14:51.440Z | Downloaded flagset v0.4.7 |
| 634 | 2026-05-15T21:14:51.441Z | Downloaded convert_case v0.4.0 |
| 635 | 2026-05-15T21:14:51.441Z | Downloaded compression-core v0.4.31 |
| 636 | 2026-05-15T21:14:51.441Z | Downloaded cfg_aliases v0.2.1 |
| 637 | 2026-05-15T21:14:51.448Z | Downloaded downcast-rs v2.0.2 |
| 638 | 2026-05-15T21:14:51.448Z | Downloaded env_filter v1.0.0 |
| 639 | 2026-05-15T21:14:51.448Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 640 | 2026-05-15T21:14:51.448Z | Downloaded dunce v1.0.5 |
| 641 | 2026-05-15T21:14:51.453Z | Downloaded async-stream v0.3.6 |
| 642 | 2026-05-15T21:14:51.453Z | Downloaded darling_macro v0.20.11 |
| 643 | 2026-05-15T21:14:51.453Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 644 | 2026-05-15T21:14:51.453Z | Downloaded funty v2.0.0 |
| 645 | 2026-05-15T21:14:51.453Z | Downloaded futures-task v0.3.32 |
| 646 | 2026-05-15T21:14:51.453Z | Downloaded ecdsa v0.16.9 |
| 647 | 2026-05-15T21:14:51.453Z | Downloaded diesel-dtrace v0.5.0 |
| 648 | 2026-05-15T21:14:51.457Z | Downloaded futures-sink v0.3.32 |
| 649 | 2026-05-15T21:14:51.457Z | Downloaded erased-serde v0.3.31 |
| 650 | 2026-05-15T21:14:51.457Z | Downloaded chacha20 v0.9.1 |
| 651 | 2026-05-15T21:14:51.457Z | Downloaded cmake v0.1.57 |
| 652 | 2026-05-15T21:14:51.461Z | Downloaded camino-tempfile-ext v0.3.3 |
| 653 | 2026-05-15T21:14:51.461Z | Downloaded bit-vec v0.8.0 |
| 654 | 2026-05-15T21:14:51.461Z | Downloaded futures-io v0.3.32 |
| 655 | 2026-05-15T21:14:51.461Z | Downloaded ciborium-ll v0.2.2 |
| 656 | 2026-05-15T21:14:51.464Z | Downloaded darling_macro v0.23.0 |
| 657 | 2026-05-15T21:14:51.464Z | Downloaded gethostname v0.5.0 |
| 658 | 2026-05-15T21:14:51.464Z | Downloaded embedded-io v0.6.1 |
| 659 | 2026-05-15T21:14:51.467Z | Downloaded blowfish v0.9.1 |
| 660 | 2026-05-15T21:14:51.467Z | Downloaded corncobs v0.1.4 |
| 661 | 2026-05-15T21:14:51.467Z | Downloaded convert_case v0.10.0 |
| 662 | 2026-05-15T21:14:51.471Z | Downloaded atomic-waker v1.1.2 |
| 663 | 2026-05-15T21:14:51.471Z | Downloaded git-stub v1.0.0 |
| 664 | 2026-05-15T21:14:51.475Z | Downloaded derive-ex v0.1.8 |
| 665 | 2026-05-15T21:14:51.475Z | Downloaded cbc v0.1.2 |
| 666 | 2026-05-15T21:14:51.476Z | Downloaded cargo_metadata v0.19.2 |
| 667 | 2026-05-15T21:14:51.476Z | Downloaded globwalk v0.9.1 |
| 668 | 2026-05-15T21:14:51.480Z | Downloaded futures-macro v0.3.32 |
| 669 | 2026-05-15T21:14:51.480Z | Downloaded fxhash v0.2.1 |
| 670 | 2026-05-15T21:14:51.480Z | Downloaded ar_archive_writer v0.5.1 |
| 671 | 2026-05-15T21:14:51.480Z | Downloaded hash32 v0.2.1 |
| 672 | 2026-05-15T21:14:51.484Z | Downloaded futures-core v0.3.32 |
| 673 | 2026-05-15T21:14:51.484Z | Downloaded hash32 v0.3.1 |
| 674 | 2026-05-15T21:14:51.484Z | Downloaded csv-core v0.1.13 |
| 675 | 2026-05-15T21:14:51.484Z | Downloaded cancel-safe-futures v0.1.5 |
| 676 | 2026-05-15T21:14:51.487Z | Downloaded hostname v0.3.1 |
| 677 | 2026-05-15T21:14:51.487Z | Downloaded hex v0.4.3 |
| 678 | 2026-05-15T21:14:51.490Z | Downloaded cobs v0.3.0 |
| 679 | 2026-05-15T21:14:51.490Z | Downloaded display-error-chain v0.2.2 |
| 680 | 2026-05-15T21:14:51.490Z | Downloaded headers-core v0.3.0 |
| 681 | 2026-05-15T21:14:51.490Z | Downloaded ena v0.14.4 |
| 682 | 2026-05-15T21:14:51.495Z | Downloaded compression-codecs v0.4.37 |
| 683 | 2026-05-15T21:14:51.499Z | Downloaded embedded-io v0.4.0 |
| 684 | 2026-05-15T21:14:51.499Z | Downloaded foldhash v0.1.5 |
| 685 | 2026-05-15T21:14:51.499Z | Downloaded constant_time_eq v0.4.2 |
| 686 | 2026-05-15T21:14:51.503Z | Downloaded cipher v0.4.4 |
| 687 | 2026-05-15T21:14:51.503Z | Downloaded fixedbitset v0.5.7 |
| 688 | 2026-05-15T21:14:51.503Z | Downloaded fs_extra v1.3.0 |
| 689 | 2026-05-15T21:14:51.503Z | Downloaded env_logger v0.11.9 |
| 690 | 2026-05-15T21:14:51.509Z | Downloaded foreign-types-macros v0.2.3 |
| 691 | 2026-05-15T21:14:51.509Z | Downloaded bitflags v1.3.2 |
| 692 | 2026-05-15T21:14:51.513Z | Downloaded async-trait v0.1.89 |
| 693 | 2026-05-15T21:14:51.513Z | Downloaded ed25519 v2.2.3 |
| 694 | 2026-05-15T21:14:51.513Z | Downloaded hubpack_derive v0.1.1 |
| 695 | 2026-05-15T21:14:51.513Z | Downloaded hostname v0.4.2 |
| 696 | 2026-05-15T21:14:51.519Z | Downloaded hubpack v0.1.2 |
| 697 | 2026-05-15T21:14:51.519Z | Downloaded daft-derive v0.1.5 |
| 698 | 2026-05-15T21:14:51.524Z | Downloaded ff v0.13.1 |
| 699 | 2026-05-15T21:14:51.524Z | Downloaded der_derive v0.7.3 |
| 700 | 2026-05-15T21:14:51.524Z | Downloaded fs-err v2.11.0 |
| 701 | 2026-05-15T21:14:51.524Z | Downloaded futures-executor v0.3.32 |
| 702 | 2026-05-15T21:14:51.524Z | Downloaded derive_more v2.1.1 |
| 703 | 2026-05-15T21:14:51.530Z | Downloaded hyper-tls v0.6.0 |
| 704 | 2026-05-15T21:14:51.533Z | Downloaded hex-literal v0.4.1 |
| 705 | 2026-05-15T21:14:51.533Z | Downloaded indoc v1.0.9 |
| 706 | 2026-05-15T21:14:51.537Z | Downloaded console v0.15.11 |
| 707 | 2026-05-15T21:14:51.537Z | Downloaded httpdate v1.0.3 |
| 708 | 2026-05-15T21:14:51.537Z | Downloaded http-range v0.1.5 |
| 709 | 2026-05-15T21:14:51.542Z | Downloaded base64 v0.21.7 |
| 710 | 2026-05-15T21:14:51.542Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 711 | 2026-05-15T21:14:51.550Z | Downloaded group v0.13.0 |
| 712 | 2026-05-15T21:14:51.550Z | Downloaded instant v0.1.13 |
| 713 | 2026-05-15T21:14:51.550Z | Downloaded glob v0.3.3 |
| 714 | 2026-05-15T21:14:51.550Z | Downloaded http-body v1.0.1 |
| 715 | 2026-05-15T21:14:51.554Z | Downloaded git-stub-vcs v0.1.0 |
| 716 | 2026-05-15T21:14:51.554Z | Downloaded darling v0.21.3 |
| 717 | 2026-05-15T21:14:51.555Z | Downloaded is_ci v1.2.0 |
| 718 | 2026-05-15T21:14:51.555Z | Downloaded find-msvc-tools v0.1.9 |
| 719 | 2026-05-15T21:14:51.555Z | Downloaded kstat-rs v0.2.4 |
| 720 | 2026-05-15T21:14:51.555Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-05-15T21:14:51.559Z | Downloaded keccak v0.1.6 |
| 722 | 2026-05-15T21:14:51.559Z | Downloaded defmt-parser v1.0.0 |
| 723 | 2026-05-15T21:14:51.559Z | Downloaded darling v0.20.11 |
| 724 | 2026-05-15T21:14:51.562Z | Downloaded colored v2.2.0 |
| 725 | 2026-05-15T21:14:51.562Z | Downloaded instability v0.3.11 |
| 726 | 2026-05-15T21:14:51.562Z | Downloaded indent_write v2.2.0 |
| 727 | 2026-05-15T21:14:51.567Z | Downloaded illumos-nvpair v0.3.0 |
| 728 | 2026-05-15T21:14:51.567Z | Downloaded ident_case v1.0.1 |
| 729 | 2026-05-15T21:14:51.567Z | Downloaded console v0.16.2 |
| 730 | 2026-05-15T21:14:51.567Z | Downloaded is-terminal v0.4.17 |
| 731 | 2026-05-15T21:14:51.572Z | Downloaded inout v0.1.4 |
| 732 | 2026-05-15T21:14:51.572Z | Downloaded futures-channel v0.3.32 |
| 733 | 2026-05-15T21:14:51.572Z | Downloaded lazy_static v1.5.0 |
| 734 | 2026-05-15T21:14:51.577Z | Downloaded cookie v0.18.1 |
| 735 | 2026-05-15T21:14:51.577Z | Downloaded chacha20 v0.10.0 |
| 736 | 2026-05-15T21:14:51.577Z | Downloaded lru-slab v0.1.2 |
| 737 | 2026-05-15T21:14:51.577Z | Downloaded lru v0.12.5 |
| 738 | 2026-05-15T21:14:51.582Z | Downloaded internet-checksum v0.2.1 |
| 739 | 2026-05-15T21:14:51.582Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-05-15T21:14:51.582Z | Downloaded libscf-sys v1.1.0 |
| 741 | 2026-05-15T21:14:51.582Z | Downloaded data-encoding v2.10.0 |
| 742 | 2026-05-15T21:14:51.582Z | Downloaded getrandom v0.2.17 |
| 743 | 2026-05-15T21:14:51.586Z | Downloaded drift v0.1.4 |
| 744 | 2026-05-15T21:14:51.591Z | Downloaded highway v1.3.0 |
| 745 | 2026-05-15T21:14:51.591Z | Downloaded lru-cache v0.1.2 |
| 746 | 2026-05-15T21:14:51.591Z | Downloaded hyper-staticfile v0.10.1 |
| 747 | 2026-05-15T21:14:51.598Z | Downloaded chacha20poly1305 v0.10.1 |
| 748 | 2026-05-15T21:14:51.598Z | Downloaded memoffset v0.9.1 |
| 749 | 2026-05-15T21:14:51.598Z | Downloaded maplit v1.0.2 |
| 750 | 2026-05-15T21:14:51.598Z | Downloaded half v1.8.3 |
| 751 | 2026-05-15T21:14:51.602Z | Downloaded md5 v0.7.0 |
| 752 | 2026-05-15T21:14:51.602Z | Downloaded match_cfg v0.1.0 |
| 753 | 2026-05-15T21:14:51.603Z | Downloaded managed v0.8.0 |
| 754 | 2026-05-15T21:14:51.603Z | Downloaded lzss v0.8.2 |
| 755 | 2026-05-15T21:14:51.603Z | Downloaded globset v0.4.18 |
| 756 | 2026-05-15T21:14:51.603Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-05-15T21:14:51.606Z | Downloaded ciborium v0.2.2 |
| 758 | 2026-05-15T21:14:51.606Z | Downloaded new_debug_unreachable v1.0.6 |
| 759 | 2026-05-15T21:14:51.606Z | Downloaded mime v0.3.17 |
| 760 | 2026-05-15T21:14:51.606Z | Downloaded newline-converter v0.3.0 |
| 761 | 2026-05-15T21:14:51.606Z | Downloaded humantime v2.3.0 |
| 762 | 2026-05-15T21:14:51.612Z | Downloaded ipnet v2.11.0 |
| 763 | 2026-05-15T21:14:51.612Z | Downloaded dropshot_endpoint v0.17.0 |
| 764 | 2026-05-15T21:14:51.612Z | Downloaded elliptic-curve v0.13.8 |
| 765 | 2026-05-15T21:14:51.617Z | Downloaded nodrop v0.1.14 |
| 766 | 2026-05-15T21:14:51.617Z | Downloaded newtype_derive v0.1.6 |
| 767 | 2026-05-15T21:14:51.617Z | Downloaded newtype-uuid-macros v0.1.0 |
| 768 | 2026-05-15T21:14:51.621Z | Downloaded nonempty v0.12.0 |
| 769 | 2026-05-15T21:14:51.621Z | Downloaded ipnetwork v0.21.1 |
| 770 | 2026-05-15T21:14:51.621Z | Downloaded derive-where v1.6.0 |
| 771 | 2026-05-15T21:14:51.625Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 772 | 2026-05-15T21:14:51.625Z | Downloaded ingot-types v0.1.2 |
| 773 | 2026-05-15T21:14:51.625Z | Downloaded jobserver v0.1.34 |
| 774 | 2026-05-15T21:14:51.628Z | Downloaded indoc v2.0.7 |
| 775 | 2026-05-15T21:14:51.628Z | Downloaded ingot v0.1.1 |
| 776 | 2026-05-15T21:14:51.631Z | Downloaded nibble_vec v0.1.0 |
| 777 | 2026-05-15T21:14:51.631Z | Downloaded fallible-iterator v0.2.0 |
| 778 | 2026-05-15T21:14:51.631Z | Downloaded dropshot_endpoint v0.16.7 |
| 779 | 2026-05-15T21:14:51.634Z | Downloaded defmt v1.0.1 |
| 780 | 2026-05-15T21:14:51.637Z | Downloaded httparse v1.10.1 |
| 781 | 2026-05-15T21:14:51.641Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-05-15T21:14:51.641Z | Downloaded num-conv v0.2.0 |
| 783 | 2026-05-15T21:14:51.641Z | Downloaded libloading v0.8.9 |
| 784 | 2026-05-15T21:14:51.644Z | Downloaded linear-map v1.2.0 |
| 785 | 2026-05-15T21:14:51.645Z | Downloaded num v0.4.3 |
| 786 | 2026-05-15T21:14:51.645Z | Downloaded num-iter v0.1.45 |
| 787 | 2026-05-15T21:14:51.649Z | Downloaded num-derive v0.3.3 |
| 788 | 2026-05-15T21:14:51.649Z | Downloaded normalize-line-endings v0.3.0 |
| 789 | 2026-05-15T21:14:51.649Z | Downloaded libsw-core v0.3.2 |
| 790 | 2026-05-15T21:14:51.649Z | Downloaded num_threads v0.1.7 |
| 791 | 2026-05-15T21:14:51.653Z | Downloaded libefi-sys v0.1.0 |
| 792 | 2026-05-15T21:14:51.654Z | Downloaded openssl-probe v0.1.6 |
| 793 | 2026-05-15T21:14:51.654Z | Downloaded openssl-macros v0.1.1 |
| 794 | 2026-05-15T21:14:51.654Z | Downloaded opaque-debug v0.3.1 |
| 795 | 2026-05-15T21:14:51.658Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-05-15T21:14:51.658Z | Downloaded hmac v0.12.1 |
| 797 | 2026-05-15T21:14:51.658Z | Downloaded openssl-probe v0.2.1 |
| 798 | 2026-05-15T21:14:51.658Z | Downloaded mime_guess v2.0.5 |
| 799 | 2026-05-15T21:14:51.662Z | Downloaded lock_api v0.4.14 |
| 800 | 2026-05-15T21:14:51.662Z | Downloaded oso-derive v0.27.3 |
| 801 | 2026-05-15T21:14:51.662Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2026-05-15T21:14:51.662Z | Downloaded getrandom v0.3.4 |
| 803 | 2026-05-15T21:14:51.668Z | Downloaded packed_struct_codegen v0.10.1 |
| 804 | 2026-05-15T21:14:51.668Z | Downloaded pbkdf2 v0.11.0 |
| 805 | 2026-05-15T21:14:51.668Z | Downloaded parse-size v1.1.0 |
| 806 | 2026-05-15T21:14:51.673Z | Downloaded libsw v3.5.0 |
| 807 | 2026-05-15T21:14:51.673Z | Downloaded compact_str v0.8.1 |
| 808 | 2026-05-15T21:14:51.673Z | Downloaded half v2.7.1 |
| 809 | 2026-05-15T21:14:51.679Z | Downloaded nanorand v0.7.0 |
| 810 | 2026-05-15T21:14:51.679Z | Downloaded multer v3.1.0 |
| 811 | 2026-05-15T21:14:51.679Z | Downloaded multimap v0.10.1 |
| 812 | 2026-05-15T21:14:51.682Z | Downloaded flume v0.11.1 |
| 813 | 2026-05-15T21:14:51.682Z | Downloaded newtype-uuid v1.3.2 |
| 814 | 2026-05-15T21:14:51.682Z | Downloaded diesel_derives v2.3.7 |
| 815 | 2026-05-15T21:14:51.686Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-05-15T21:14:51.686Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-05-15T21:14:51.691Z | Downloaded num-complex v0.4.6 |
| 818 | 2026-05-15T21:14:51.691Z | Downloaded phf_shared v0.13.1 |
| 819 | 2026-05-15T21:14:51.691Z | Downloaded phf_shared v0.12.1 |
| 820 | 2026-05-15T21:14:51.691Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-05-15T21:14:51.698Z | Downloaded iana-time-zone v0.1.65 |
| 822 | 2026-05-15T21:14:51.698Z | Downloaded hyper-rustls v0.27.7 |
| 823 | 2026-05-15T21:14:51.698Z | Downloaded darling_core v0.23.0 |
| 824 | 2026-05-15T21:14:51.701Z | Downloaded peg-runtime v0.8.5 |
| 825 | 2026-05-15T21:14:51.701Z | Downloaded darling_core v0.20.11 |
| 826 | 2026-05-15T21:14:51.705Z | Downloaded const_format v0.2.35 |
| 827 | 2026-05-15T21:14:51.705Z | Downloaded darling_core v0.21.3 |
| 828 | 2026-05-15T21:14:51.709Z | Downloaded pin-utils v0.1.0 |
| 829 | 2026-05-15T21:14:51.709Z | Downloaded phf_shared v0.11.3 |
| 830 | 2026-05-15T21:14:51.712Z | Downloaded num-integer v0.1.46 |
| 831 | 2026-05-15T21:14:51.712Z | Downloaded futures v0.3.32 |
| 832 | 2026-05-15T21:14:51.715Z | Downloaded num_enum v0.7.5 |
| 833 | 2026-05-15T21:14:51.718Z | Downloaded powerfmt v0.2.0 |
| 834 | 2026-05-15T21:14:51.718Z | Downloaded base64 v0.22.1 |
| 835 | 2026-05-15T21:14:51.721Z | Downloaded predicates-core v1.0.10 |
| 836 | 2026-05-15T21:14:51.721Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-05-15T21:14:51.725Z | Downloaded litrs v1.0.0 |
| 838 | 2026-05-15T21:14:51.725Z | Downloaded predicates-tree v1.0.13 |
| 839 | 2026-05-15T21:14:51.728Z | Downloaded oxnet v0.1.4 |
| 840 | 2026-05-15T21:14:51.741Z | Downloaded progenitor-client v0.14.0 |
| 841 | 2026-05-15T21:14:51.744Z | Downloaded der v0.7.10 |
| 842 | 2026-05-15T21:14:51.747Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 843 | 2026-05-15T21:14:51.747Z | Downloaded proc-macro-crate v3.4.0 |
| 844 | 2026-05-15T21:14:51.747Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2026-05-15T21:14:51.747Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-05-15T21:14:51.752Z | Downloaded indexmap v1.9.3 |
| 847 | 2026-05-15T21:14:51.752Z | Downloaded flate2 v1.1.9 |
| 848 | 2026-05-15T21:14:51.755Z | Downloaded crypto-bigint v0.5.5 |
| 849 | 2026-05-15T21:14:51.759Z | Downloaded progenitor-macro v0.13.0 |
| 850 | 2026-05-15T21:14:51.759Z | Downloaded progenitor-macro v0.10.0 |
| 851 | 2026-05-15T21:14:51.759Z | Downloaded progenitor-client v0.11.2 |
| 852 | 2026-05-15T21:14:51.763Z | Downloaded peg v0.8.5 |
| 853 | 2026-05-15T21:14:51.763Z | Downloaded progenitor-macro v0.11.2 |
| 854 | 2026-05-15T21:14:51.764Z | Downloaded native-tls v0.2.18 |
| 855 | 2026-05-15T21:14:51.768Z | Downloaded password-hash v0.5.0 |
| 856 | 2026-05-15T21:14:51.768Z | Downloaded parking_lot_core v0.8.6 |
| 857 | 2026-05-15T21:14:51.768Z | Downloaded heapless v0.8.0 |
| 858 | 2026-05-15T21:14:51.772Z | Downloaded headers v0.4.1 |
| 859 | 2026-05-15T21:14:51.772Z | Downloaded psl-types v2.0.11 |
| 860 | 2026-05-15T21:14:51.777Z | Downloaded phf v0.13.1 |
| 861 | 2026-05-15T21:14:51.777Z | Downloaded pem-rfc7468 v0.7.0 |
| 862 | 2026-05-15T21:14:51.777Z | Downloaded pem v3.0.6 |
| 863 | 2026-05-15T21:14:51.777Z | Downloaded ed25519-dalek v2.2.0 |
| 864 | 2026-05-15T21:14:51.781Z | Downloaded pbkdf2 v0.12.2 |
| 865 | 2026-05-15T21:14:51.782Z | Downloaded paste v1.0.15 |
| 866 | 2026-05-15T21:14:51.782Z | Downloaded parse-display-derive v0.10.0 |
| 867 | 2026-05-15T21:14:51.782Z | Downloaded packed_struct v0.10.1 |
| 868 | 2026-05-15T21:14:51.787Z | Downloaded oxide-tokio-rt v0.1.4 |
| 869 | 2026-05-15T21:14:51.787Z | Downloaded polyval v0.6.2 |
| 870 | 2026-05-15T21:14:51.787Z | Downloaded libbz2-rs-sys v0.2.2 |
| 871 | 2026-05-15T21:14:51.790Z | Downloaded poly1305 v0.8.0 |
| 872 | 2026-05-15T21:14:51.790Z | Downloaded pkg-config v0.3.32 |
| 873 | 2026-05-15T21:14:51.790Z | Downloaded radium v0.7.0 |
| 874 | 2026-05-15T21:14:51.790Z | Downloaded pin-project-internal v1.1.11 |
| 875 | 2026-05-15T21:14:51.791Z | Downloaded owo-colors v4.3.0 |
| 876 | 2026-05-15T21:14:51.795Z | Downloaded postgres-protocol v0.6.10 |
| 877 | 2026-05-15T21:14:51.795Z | Downloaded omicron-zone-package v0.12.2 |
| 878 | 2026-05-15T21:14:51.801Z | Downloaded num_enum_derive v0.7.5 |
| 879 | 2026-05-15T21:14:51.801Z | Downloaded num_enum v0.5.11 |
| 880 | 2026-05-15T21:14:51.801Z | Downloaded rand_xorshift v0.4.0 |
| 881 | 2026-05-15T21:14:51.808Z | Downloaded predicates v3.1.4 |
| 882 | 2026-05-15T21:14:51.808Z | Downloaded nu-ansi-term v0.50.3 |
| 883 | 2026-05-15T21:14:51.808Z | Downloaded rand_chacha v0.3.1 |
| 884 | 2026-05-15T21:14:51.808Z | Downloaded memmap2 v0.9.10 |
| 885 | 2026-05-15T21:14:51.808Z | Downloaded bytes v1.11.1 |
| 886 | 2026-05-15T21:14:51.813Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 887 | 2026-05-15T21:14:51.813Z | Downloaded crc-any v2.5.0 |
| 888 | 2026-05-15T21:14:51.813Z | Downloaded clang-sys v1.8.1 |
| 889 | 2026-05-15T21:14:51.813Z | Downloaded ref-cast v1.0.25 |
| 890 | 2026-05-15T21:14:51.813Z | Downloaded ref-cast-impl v1.0.25 |
| 891 | 2026-05-15T21:14:51.817Z | Downloaded progenitor-client v0.10.0 |
| 892 | 2026-05-15T21:14:51.817Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-05-15T21:14:51.817Z | Downloaded progenitor v0.10.0 |
| 894 | 2026-05-15T21:14:51.817Z | Downloaded primeorder v0.13.6 |
| 895 | 2026-05-15T21:14:51.823Z | Downloaded http-body-util v0.1.3 |
| 896 | 2026-05-15T21:14:51.823Z | Downloaded progenitor v0.13.0 |
| 897 | 2026-05-15T21:14:51.823Z | Downloaded progenitor-client v0.13.0 |
| 898 | 2026-05-15T21:14:51.823Z | Downloaded indicatif v0.18.4 |
| 899 | 2026-05-15T21:14:51.828Z | Downloaded hickory-resolver v0.24.4 |
| 900 | 2026-05-15T21:14:51.828Z | Downloaded progenitor v0.11.2 |
| 901 | 2026-05-15T21:14:51.828Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2026-05-15T21:14:51.832Z | Downloaded parking_lot_core v0.9.12 |
| 903 | 2026-05-15T21:14:51.832Z | Downloaded r2d2 v0.8.10 |
| 904 | 2026-05-15T21:14:51.832Z | Downloaded quick-error v1.2.3 |
| 905 | 2026-05-15T21:14:51.832Z | Downloaded progenitor-extras v0.2.0 |
| 906 | 2026-05-15T21:14:51.837Z | Downloaded password-hash v0.4.2 |
| 907 | 2026-05-15T21:14:51.837Z | Downloaded rfc6979 v0.4.0 |
| 908 | 2026-05-15T21:14:51.837Z | Downloaded psm v0.1.30 |
| 909 | 2026-05-15T21:14:51.837Z | Downloaded progenitor-macro v0.14.0 |
| 910 | 2026-05-15T21:14:51.844Z | Downloaded phf v0.12.1 |
| 911 | 2026-05-15T21:14:51.844Z | Downloaded heapless v0.7.17 |
| 912 | 2026-05-15T21:14:51.844Z | Downloaded md-5 v0.10.6 |
| 913 | 2026-05-15T21:14:51.849Z | Downloaded cassowary v0.3.0 |
| 914 | 2026-05-15T21:14:51.849Z | Downloaded backon v1.6.0 |
| 915 | 2026-05-15T21:14:51.849Z | Downloaded backoff v0.4.0 |
| 916 | 2026-05-15T21:14:51.849Z | Downloaded expectorate v1.2.0 |
| 917 | 2026-05-15T21:14:51.849Z | Downloaded hickory-resolver v0.25.2 |
| 918 | 2026-05-15T21:14:51.853Z | Downloaded peg-macros v0.8.5 |
| 919 | 2026-05-15T21:14:51.853Z | Downloaded rustc_version v0.4.1 |
| 920 | 2026-05-15T21:14:51.853Z | Downloaded async-compression v0.4.41 |
| 921 | 2026-05-15T21:14:51.857Z | Downloaded rustc_version v0.1.7 |
| 922 | 2026-05-15T21:14:51.857Z | Downloaded russh-cryptovec v0.7.3 |
| 923 | 2026-05-15T21:14:51.858Z | Downloaded rustc-hash v2.1.1 |
| 924 | 2026-05-15T21:14:51.862Z | Downloaded rand_core v0.10.0 |
| 925 | 2026-05-15T21:14:51.862Z | Downloaded rand_core v0.9.5 |
| 926 | 2026-05-15T21:14:51.862Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-05-15T21:14:51.862Z | Downloaded rand_seeder v0.4.0 |
| 928 | 2026-05-15T21:14:51.862Z | Downloaded ppv-lite86 v0.2.21 |
| 929 | 2026-05-15T21:14:51.866Z | Downloaded pin-project-lite v0.2.17 |
| 930 | 2026-05-15T21:14:51.866Z | Downloaded pkcs8 v0.10.2 |
| 931 | 2026-05-15T21:14:51.869Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-05-15T21:14:51.869Z | Downloaded rand_chacha v0.9.0 |
| 933 | 2026-05-15T21:14:51.869Z | Downloaded recursive v0.1.1 |
| 934 | 2026-05-15T21:14:51.869Z | Downloaded pkcs5 v0.7.1 |
| 935 | 2026-05-15T21:14:51.873Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-05-15T21:14:51.874Z | Downloaded postgres-types v0.2.12 |
| 937 | 2026-05-15T21:14:51.876Z | Downloaded dropshot-api-manager v0.7.1 |
| 938 | 2026-05-15T21:14:51.876Z | Downloaded parking_lot v0.11.2 |
| 939 | 2026-05-15T21:14:51.894Z | Downloaded oso v0.27.3 |
| 940 | 2026-05-15T21:14:51.894Z | Downloaded sapling-renderdag v0.1.0 |
| 941 | 2026-05-15T21:14:51.905Z | Downloaded async-bb8-diesel v0.2.1 |
| 942 | 2026-05-15T21:14:51.905Z | Downloaded scheduled-thread-pool v0.2.7 |
| 943 | 2026-05-15T21:14:51.905Z | Downloaded foldhash v0.2.0 |
| 944 | 2026-05-15T21:14:51.905Z | Downloaded parking_lot v0.12.5 |
| 945 | 2026-05-15T21:14:51.905Z | Downloaded cookie_store v0.22.1 |
| 946 | 2026-05-15T21:14:51.905Z | Downloaded scrypt v0.11.0 |
| 947 | 2026-05-15T21:14:51.905Z | Downloaded const-oid v0.9.6 |
| 948 | 2026-05-15T21:14:51.905Z | Downloaded ignore v0.4.25 |
| 949 | 2026-05-15T21:14:51.906Z | Downloaded same-file v1.0.6 |
| 950 | 2026-05-15T21:14:51.906Z | Downloaded resolv-conf v0.7.6 |
| 951 | 2026-05-15T21:14:51.906Z | Downloaded hashbrown v0.13.2 |
| 952 | 2026-05-15T21:14:51.906Z | Downloaded bzip2 v0.6.1 |
| 953 | 2026-05-15T21:14:51.906Z | Downloaded base64ct v1.8.3 |
| 954 | 2026-05-15T21:14:51.910Z | Downloaded jiff-static v0.2.21 |
| 955 | 2026-05-15T21:14:51.910Z | Downloaded des v0.8.1 |
| 956 | 2026-05-15T21:14:51.910Z | Downloaded colored v3.1.1 |
| 957 | 2026-05-15T21:14:51.910Z | Downloaded rustls-pemfile v2.2.0 |
| 958 | 2026-05-15T21:14:51.910Z | Downloaded secrecy v0.10.3 |
| 959 | 2026-05-15T21:14:51.910Z | Downloaded rustls-pemfile v1.0.4 |
| 960 | 2026-05-15T21:14:51.910Z | Downloaded scroll_derive v0.13.1 |
| 961 | 2026-05-15T21:14:51.910Z | Downloaded scopeguard v1.2.0 |
| 962 | 2026-05-15T21:14:51.910Z | Downloaded bzip2 v0.4.4 |
| 963 | 2026-05-15T21:14:51.910Z | Downloaded deranged v0.5.8 |
| 964 | 2026-05-15T21:14:51.915Z | Downloaded serde_urlencoded v0.7.1 |
| 965 | 2026-05-15T21:14:51.915Z | Downloaded quinn-udp v0.5.14 |
| 966 | 2026-05-15T21:14:51.915Z | Downloaded sha1 v0.10.6 |
| 967 | 2026-05-15T21:14:51.915Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-05-15T21:14:51.919Z | Downloaded bumpalo v3.20.2 |
| 969 | 2026-05-15T21:14:51.920Z | Downloaded serde_bytes v0.11.19 |
| 970 | 2026-05-15T21:14:51.920Z | Downloaded cc v1.2.56 |
| 971 | 2026-05-15T21:14:51.925Z | Downloaded serde-big-array v0.5.1 |
| 972 | 2026-05-15T21:14:51.925Z | Downloaded rand_core v0.6.4 |
| 973 | 2026-05-15T21:14:51.925Z | Downloaded seq-macro v0.3.6 |
| 974 | 2026-05-15T21:14:51.926Z | Downloaded semver v0.1.20 |
| 975 | 2026-05-15T21:14:51.926Z | Downloaded pin-project v1.1.11 |
| 976 | 2026-05-15T21:14:51.929Z | Downloaded darling v0.23.0 |
| 977 | 2026-05-15T21:14:51.931Z | Downloaded serde_spanned v1.0.4 |
| 978 | 2026-05-15T21:14:51.934Z | Downloaded serde_repr v0.1.20 |
| 979 | 2026-05-15T21:14:51.934Z | Downloaded shell-words v1.1.1 |
| 980 | 2026-05-15T21:14:51.934Z | Downloaded prefix-trie v0.7.0 |
| 981 | 2026-05-15T21:14:51.937Z | Downloaded siphasher v1.0.2 |
| 982 | 2026-05-15T21:14:51.938Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-05-15T21:14:51.941Z | Downloaded postcard v1.1.3 |
| 984 | 2026-05-15T21:14:51.941Z | Downloaded crossterm v0.29.0 |
| 985 | 2026-05-15T21:14:51.944Z | Downloaded signature v2.2.0 |
| 986 | 2026-05-15T21:14:51.947Z | Downloaded p256 v0.13.2 |
| 987 | 2026-05-15T21:14:51.947Z | Downloaded rusty-fork v0.3.1 |
| 988 | 2026-05-15T21:14:51.952Z | Downloaded rustversion v1.0.22 |
| 989 | 2026-05-15T21:14:51.952Z | Downloaded papergrid v0.17.0 |
| 990 | 2026-05-15T21:14:51.956Z | Downloaded miniz_oxide v0.8.9 |
| 991 | 2026-05-15T21:14:51.956Z | Downloaded sigpipe v0.1.3 |
| 992 | 2026-05-15T21:14:51.956Z | Downloaded minimal-lexical v0.2.1 |
| 993 | 2026-05-15T21:14:51.959Z | Downloaded hyper-util v0.1.20 |
| 994 | 2026-05-15T21:14:51.962Z | Downloaded filetime v0.2.27 |
| 995 | 2026-05-15T21:14:51.962Z | Downloaded slog-envlogger v2.2.0 |
| 996 | 2026-05-15T21:14:51.965Z | Downloaded either v1.15.0 |
| 997 | 2026-05-15T21:14:51.965Z | Downloaded buf-list v1.1.2 |
| 998 | 2026-05-15T21:14:51.968Z | Downloaded hashbrown v0.12.3 |
| 999 | 2026-05-15T21:14:51.968Z | Downloaded slog-bunyan v2.5.0 |
| 1000 | 2026-05-15T21:14:51.971Z | Downloaded bcs v0.1.6 |
| 1001 | 2026-05-15T21:14:51.971Z | Downloaded home v0.5.12 |
| 1002 | 2026-05-15T21:14:51.971Z | Downloaded ghash v0.5.1 |
| 1003 | 2026-05-15T21:14:51.971Z | Downloaded foreign-types-shared v0.1.1 |
| 1004 | 2026-05-15T21:14:51.980Z | Downloaded fixedbitset v0.4.2 |
| 1005 | 2026-05-15T21:14:51.980Z | Downloaded cargo-platform v0.1.9 |
| 1006 | 2026-05-15T21:14:51.980Z | Downloaded debug-ignore v1.0.5 |
| 1007 | 2026-05-15T21:14:51.987Z | Downloaded progenitor-impl v0.14.0 |
| 1008 | 2026-05-15T21:14:51.987Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2026-05-15T21:14:51.987Z | Downloaded progenitor-impl v0.11.2 |
| 1010 | 2026-05-15T21:14:51.987Z | Downloaded sec1 v0.7.3 |
| 1011 | 2026-05-15T21:14:51.987Z | Downloaded hickory-server v0.25.2 |
| 1012 | 2026-05-15T21:14:51.987Z | Downloaded secrecy v0.8.0 |
| 1013 | 2026-05-15T21:14:51.992Z | Downloaded bit-set v0.8.0 |
| 1014 | 2026-05-15T21:14:51.992Z | Downloaded ssh-encoding v0.2.0 |
| 1015 | 2026-05-15T21:14:51.992Z | Downloaded scroll v0.13.0 |
| 1016 | 2026-05-15T21:14:51.992Z | Downloaded serde-hex v0.1.0 |
| 1017 | 2026-05-15T21:14:51.992Z | Downloaded rustls-native-certs v0.8.3 |
| 1018 | 2026-05-15T21:14:51.995Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-05-15T21:14:51.995Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-05-15T21:14:51.999Z | Downloaded sct v0.7.1 |
| 1021 | 2026-05-15T21:14:51.999Z | Downloaded schemars_derive v0.8.22 |
| 1022 | 2026-05-15T21:14:52.003Z | Downloaded rustls-pki-types v1.14.0 |
| 1023 | 2026-05-15T21:14:52.003Z | Downloaded http v1.4.0 |
| 1024 | 2026-05-15T21:14:52.007Z | Downloaded russh-keys v0.45.0 |
| 1025 | 2026-05-15T21:14:52.011Z | Downloaded serde_path_to_error v0.1.20 |
| 1026 | 2026-05-15T21:14:52.011Z | Downloaded serde_derive_internals v0.29.1 |
| 1027 | 2026-05-15T21:14:52.011Z | Downloaded shlex v1.3.0 |
| 1028 | 2026-05-15T21:14:52.016Z | Downloaded signal-hook-tokio v0.3.1 |
| 1029 | 2026-05-15T21:14:52.020Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1030 | 2026-05-15T21:14:52.020Z | Downloaded strum v0.26.3 |
| 1031 | 2026-05-15T21:14:52.020Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-05-15T21:14:52.025Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-15T21:14:52.025Z | Downloaded prettyplease v0.2.37 |
| 1034 | 2026-05-15T21:14:52.030Z | Downloaded structmeta-derive v0.3.0 |
| 1035 | 2026-05-15T21:14:52.030Z | Downloaded aes v0.8.4 |
| 1036 | 2026-05-15T21:14:52.031Z | Downloaded pretty_assertions v1.4.1 |
| 1037 | 2026-05-15T21:14:52.031Z | Downloaded strum v0.27.2 |
| 1038 | 2026-05-15T21:14:52.034Z | Downloaded slog-dtrace v0.3.0 |
| 1039 | 2026-05-15T21:14:52.034Z | Downloaded openssl-sys v0.9.115 |
| 1040 | 2026-05-15T21:14:52.039Z | Downloaded sync-ptr v0.1.4 |
| 1041 | 2026-05-15T21:14:52.039Z | Downloaded signal-hook-registry v1.4.8 |
| 1042 | 2026-05-15T21:14:52.039Z | Downloaded simd-adler32 v0.3.8 |
| 1043 | 2026-05-15T21:14:52.039Z | Downloaded subtle v2.6.1 |
| 1044 | 2026-05-15T21:14:52.045Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-05-15T21:14:52.045Z | Downloaded tabwriter v1.4.1 |
| 1046 | 2026-05-15T21:14:52.045Z | Downloaded mio v1.2.0 |
| 1047 | 2026-05-15T21:14:52.049Z | Downloaded slog-scope v4.4.1 |
| 1048 | 2026-05-15T21:14:52.049Z | Downloaded slab v0.4.12 |
| 1049 | 2026-05-15T21:14:52.049Z | Downloaded slog-json v2.6.1 |
| 1050 | 2026-05-15T21:14:52.049Z | Downloaded smf v0.2.3 |
| 1051 | 2026-05-15T21:14:52.049Z | Downloaded smallvec v0.6.14 |
| 1052 | 2026-05-15T21:14:52.053Z | Downloaded take_mut v0.2.2 |
| 1053 | 2026-05-15T21:14:52.053Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-05-15T21:14:52.053Z | Downloaded tap v1.0.1 |
| 1055 | 2026-05-15T21:14:52.053Z | Downloaded itertools v0.10.5 |
| 1056 | 2026-05-15T21:14:52.058Z | Downloaded slog-term v2.9.2 |
| 1057 | 2026-05-15T21:14:52.058Z | Downloaded progenitor-impl v0.13.0 |
| 1058 | 2026-05-15T21:14:52.061Z | Downloaded spki v0.7.3 |
| 1059 | 2026-05-15T21:14:52.061Z | Downloaded time-core v0.1.8 |
| 1060 | 2026-05-15T21:14:52.061Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1061 | 2026-05-15T21:14:52.064Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-05-15T21:14:52.064Z | Downloaded ron v0.8.1 |
| 1063 | 2026-05-15T21:14:52.068Z | Downloaded slog-stdlog v4.1.1 |
| 1064 | 2026-05-15T21:14:52.072Z | Downloaded sqlformat v0.3.5 |
| 1065 | 2026-05-15T21:14:52.072Z | Downloaded snafu-derive v0.8.9 |
| 1066 | 2026-05-15T21:14:52.078Z | Downloaded termtree v0.5.1 |
| 1067 | 2026-05-15T21:14:52.078Z | Downloaded string_cache v0.8.9 |
| 1068 | 2026-05-15T21:14:52.081Z | Downloaded serde_cbor v0.11.2 |
| 1069 | 2026-05-15T21:14:52.082Z | Downloaded thread-id v5.1.0 |
| 1070 | 2026-05-15T21:14:52.082Z | Downloaded rcgen v0.12.1 |
| 1071 | 2026-05-15T21:14:52.084Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1072 | 2026-05-15T21:14:52.087Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-05-15T21:14:52.087Z | Downloaded ryu v1.0.23 |
| 1074 | 2026-05-15T21:14:52.092Z | Downloaded rayon-core v1.13.0 |
| 1075 | 2026-05-15T21:14:52.096Z | Downloaded stringprep v0.1.5 |
| 1076 | 2026-05-15T21:14:52.096Z | Downloaded strum_macros v0.24.3 |
| 1077 | 2026-05-15T21:14:52.099Z | Downloaded tinyvec_macros v0.1.1 |
| 1078 | 2026-05-15T21:14:52.100Z | Downloaded static_assertions v1.1.0 |
| 1079 | 2026-05-15T21:14:52.100Z | Downloaded serde_with_macros v3.17.0 |
| 1080 | 2026-05-15T21:14:52.104Z | Downloaded tokio-macros v2.7.0 |
| 1081 | 2026-05-15T21:14:52.108Z | Downloaded support-bundle-viewer v0.1.2 |
| 1082 | 2026-05-15T21:14:52.108Z | Downloaded sync_wrapper v1.0.2 |
| 1083 | 2026-05-15T21:14:52.111Z | Downloaded slog-async v2.8.0 |
| 1084 | 2026-05-15T21:14:52.114Z | Downloaded strum_macros v0.27.2 |
| 1085 | 2026-05-15T21:14:52.114Z | Downloaded strum_macros v0.26.4 |
| 1086 | 2026-05-15T21:14:52.119Z | Downloaded hashbrown v0.15.5 |
| 1087 | 2026-05-15T21:14:52.122Z | Downloaded topological-sort v0.2.2 |
| 1088 | 2026-05-15T21:14:52.125Z | Downloaded num-bigint v0.4.6 |
| 1089 | 2026-05-15T21:14:52.137Z | Downloaded tower-layer v0.3.3 |
| 1090 | 2026-05-15T21:14:52.137Z | Downloaded quinn v0.11.9 |
| 1091 | 2026-05-15T21:14:52.137Z | Downloaded termios v0.3.3 |
| 1092 | 2026-05-15T21:14:52.137Z | Downloaded schemars v0.8.22 |
| 1093 | 2026-05-15T21:14:52.141Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-05-15T21:14:52.144Z | Downloaded try-lock v0.2.5 |
| 1095 | 2026-05-15T21:14:52.144Z | Downloaded time-macros v0.2.27 |
| 1096 | 2026-05-15T21:14:52.148Z | Downloaded thiserror-no-std v2.0.2 |
| 1097 | 2026-05-15T21:14:52.151Z | Downloaded spin v0.9.8 |
| 1098 | 2026-05-15T21:14:52.155Z | Downloaded publicsuffix v2.3.0 |
| 1099 | 2026-05-15T21:14:52.159Z | Downloaded qorb v0.4.1 |
| 1100 | 2026-05-15T21:14:52.159Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-05-15T21:14:52.159Z | Downloaded tls_codec v0.4.2 |
| 1102 | 2026-05-15T21:14:52.162Z | Downloaded signal-hook v0.3.18 |
| 1103 | 2026-05-15T21:14:52.162Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-05-15T21:14:52.165Z | Downloaded tiny-keccak v2.0.2 |
| 1105 | 2026-05-15T21:14:52.165Z | Downloaded rand v0.8.6 |
| 1106 | 2026-05-15T21:14:52.168Z | Downloaded unarray v0.1.4 |
| 1107 | 2026-05-15T21:14:52.168Z | Downloaded typify-macro v0.4.3 |
| 1108 | 2026-05-15T21:14:52.168Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1109 | 2026-05-15T21:14:52.171Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-05-15T21:14:52.171Z | Downloaded tokio-dtrace v0.1.1 |
| 1111 | 2026-05-15T21:14:52.174Z | Downloaded libxml v0.3.3 |
| 1112 | 2026-05-15T21:14:52.177Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-05-15T21:14:52.177Z | Downloaded nom v7.1.3 |
| 1114 | 2026-05-15T21:14:52.182Z | Downloaded tokio-rustls v0.25.0 |
| 1115 | 2026-05-15T21:14:52.182Z | Downloaded untrusted v0.7.1 |
| 1116 | 2026-05-15T21:14:52.189Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-05-15T21:14:52.189Z | Downloaded usdt v0.6.0 |
| 1118 | 2026-05-15T21:14:52.189Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1119 | 2026-05-15T21:14:52.189Z | Downloaded usdt-attr-macro v0.6.0 |
| 1120 | 2026-05-15T21:14:52.191Z | Downloaded untrusted v0.9.0 |
| 1121 | 2026-05-15T21:14:52.191Z | Downloaded tokio-tungstenite v0.21.0 |
| 1122 | 2026-05-15T21:14:52.191Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-05-15T21:14:52.191Z | Downloaded similar v2.7.0 |
| 1124 | 2026-05-15T21:14:52.194Z | Downloaded term v0.7.0 |
| 1125 | 2026-05-15T21:14:52.194Z | Downloaded itertools v0.12.1 |
| 1126 | 2026-05-15T21:14:52.200Z | Downloaded socket2 v0.5.10 |
| 1127 | 2026-05-15T21:14:52.203Z | Downloaded term v1.2.1 |
| 1128 | 2026-05-15T21:14:52.203Z | Downloaded socket2 v0.6.3 |
| 1129 | 2026-05-15T21:14:52.203Z | Downloaded schemars v0.9.0 |
| 1130 | 2026-05-15T21:14:52.209Z | Downloaded itertools v0.13.0 |
| 1131 | 2026-05-15T21:14:52.213Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1132 | 2026-05-15T21:14:52.216Z | Downloaded iri-string v0.7.10 |
| 1133 | 2026-05-15T21:14:52.219Z | Downloaded iddqd v0.3.18 |
| 1134 | 2026-05-15T21:14:52.226Z | Downloaded waitgroup v0.1.2 |
| 1135 | 2026-05-15T21:14:52.230Z | Downloaded wait-timeout v0.2.1 |
| 1136 | 2026-05-15T21:14:52.230Z | Downloaded void v1.0.2 |
| 1137 | 2026-05-15T21:14:52.230Z | Downloaded want v0.3.1 |
| 1138 | 2026-05-15T21:14:52.230Z | Downloaded hashbrown v0.16.1 |
| 1139 | 2026-05-15T21:14:52.234Z | Downloaded samael v0.0.19 |
| 1140 | 2026-05-15T21:14:52.237Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-05-15T21:14:52.240Z | Downloaded unicase v2.9.0 |
| 1142 | 2026-05-15T21:14:52.243Z | Downloaded rand v0.9.2 |
| 1143 | 2026-05-15T21:14:52.246Z | Downloaded tokio-stream v0.1.18 |
| 1144 | 2026-05-15T21:14:52.249Z | Downloaded tls_codec_derive v0.4.2 |
| 1145 | 2026-05-15T21:14:52.249Z | Downloaded unit-prefix v0.5.2 |
| 1146 | 2026-05-15T21:14:52.249Z | Downloaded hyper v1.8.1 |
| 1147 | 2026-05-15T21:14:52.252Z | Downloaded tokio-rustls v0.26.4 |
| 1148 | 2026-05-15T21:14:52.255Z | Downloaded h2 v0.4.13 |
| 1149 | 2026-05-15T21:14:52.260Z | Downloaded tokio-rustls v0.24.1 |
| 1150 | 2026-05-15T21:14:52.264Z | Downloaded subprocess v0.2.15 |
| 1151 | 2026-05-15T21:14:52.264Z | Downloaded usdt-macro v0.6.0 |
| 1152 | 2026-05-15T21:14:52.264Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1153 | 2026-05-15T21:14:52.267Z | Downloaded slog v2.8.2 |
| 1154 | 2026-05-15T21:14:52.267Z | Downloaded xattr v1.6.1 |
| 1155 | 2026-05-15T21:14:52.267Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-05-15T21:14:52.270Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-05-15T21:14:52.274Z | Downloaded vergen-git2 v1.0.7 |
| 1158 | 2026-05-15T21:14:52.277Z | Downloaded rsa v0.9.10 |
| 1159 | 2026-05-15T21:14:52.280Z | Downloaded uzers v0.12.2 |
| 1160 | 2026-05-15T21:14:52.280Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1161 | 2026-05-15T21:14:52.283Z | Downloaded thread_local v1.1.9 |
| 1162 | 2026-05-15T21:14:52.283Z | Downloaded tokio-native-tls v0.3.1 |
| 1163 | 2026-05-15T21:14:52.283Z | Downloaded twox-hash v2.1.2 |
| 1164 | 2026-05-15T21:14:52.288Z | Downloaded zone v0.3.1 |
| 1165 | 2026-05-15T21:14:52.292Z | Downloaded xshell-macros v0.2.7 |
| 1166 | 2026-05-15T21:14:52.292Z | Downloaded vsss-rs v3.3.4 |
| 1167 | 2026-05-15T21:14:52.292Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-05-15T21:14:52.292Z | Downloaded test-strategy v0.4.5 |
| 1169 | 2026-05-15T21:14:52.295Z | Downloaded vergen-gitcl v1.0.8 |
| 1170 | 2026-05-15T21:14:52.295Z | Downloaded vergen-lib v0.1.6 |
| 1171 | 2026-05-15T21:14:52.295Z | Downloaded libm v0.2.16 |
| 1172 | 2026-05-15T21:14:52.300Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-05-15T21:14:52.303Z | Downloaded tracing-attributes v0.1.31 |
| 1174 | 2026-05-15T21:14:52.303Z | Downloaded whoami v2.1.0 |
| 1175 | 2026-05-15T21:14:52.307Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-05-15T21:14:52.307Z | Downloaded rand v0.10.0 |
| 1177 | 2026-05-15T21:14:52.312Z | Downloaded tinyvec v1.10.0 |
| 1178 | 2026-05-15T21:14:52.312Z | Downloaded num-bigint-dig v0.8.6 |
| 1179 | 2026-05-15T21:14:52.317Z | Downloaded rustls-webpki v0.103.9 |
| 1180 | 2026-05-15T21:14:52.321Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-05-15T21:14:52.325Z | Downloaded p521 v0.13.3 |
| 1182 | 2026-05-15T21:14:52.327Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1183 | 2026-05-15T21:14:52.327Z | Downloaded schemars v1.2.1 |
| 1184 | 2026-05-15T21:14:52.334Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-15T21:14:52.339Z | Downloaded wyz v0.5.1 |
| 1186 | 2026-05-15T21:14:52.339Z | Downloaded vergen v9.0.6 |
| 1187 | 2026-05-15T21:14:52.339Z | Downloaded tar v0.4.45 |
| 1188 | 2026-05-15T21:14:52.339Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-05-15T21:14:52.342Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1190 | 2026-05-15T21:14:52.342Z | Downloaded toml v0.7.8 |
| 1191 | 2026-05-15T21:14:52.345Z | Downloaded zstd v0.13.3 |
| 1192 | 2026-05-15T21:14:52.348Z | Downloaded snafu v0.8.9 |
| 1193 | 2026-05-15T21:14:52.351Z | Downloaded itertools v0.14.0 |
| 1194 | 2026-05-15T21:14:52.359Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-05-15T21:14:52.359Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-05-15T21:14:52.364Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-05-15T21:14:52.367Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-05-15T21:14:52.367Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-05-15T21:14:52.370Z | Downloaded typify v0.4.3 |
| 1200 | 2026-05-15T21:14:52.373Z | Downloaded unsafe-libyaml v0.2.11 |
| 1201 | 2026-05-15T21:14:52.376Z | Downloaded steno v0.4.1 |
| 1202 | 2026-05-15T21:14:52.378Z | Downloaded typify v0.6.2 |
| 1203 | 2026-05-15T21:14:52.379Z | Downloaded yasna v0.5.2 |
| 1204 | 2026-05-15T21:14:52.381Z | Downloaded russh v0.45.0 |
| 1205 | 2026-05-15T21:14:52.384Z | Downloaded usdt-impl v0.6.0 |
| 1206 | 2026-05-15T21:14:52.388Z | Downloaded zerocopy v0.6.6 |
| 1207 | 2026-05-15T21:14:52.394Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-05-15T21:14:52.397Z | Downloaded rpassword v7.4.0 |
| 1209 | 2026-05-15T21:14:52.400Z | Downloaded blake3 v1.8.3 |
| 1210 | 2026-05-15T21:14:52.403Z | Downloaded uuid v1.23.0 |
| 1211 | 2026-05-15T21:14:52.406Z | Downloaded rustyline v14.0.0 |
| 1212 | 2026-05-15T21:14:52.414Z | Downloaded tracing-core v0.1.36 |
| 1213 | 2026-05-15T21:14:52.429Z | Downloaded reedline v0.40.0 |
| 1214 | 2026-05-15T21:14:52.432Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-05-15T21:14:52.441Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-05-15T21:14:52.444Z | Downloaded toml_edit v0.19.15 |
| 1217 | 2026-05-15T21:14:52.451Z | Downloaded vte v0.14.1 |
| 1218 | 2026-05-15T21:14:52.454Z | Downloaded aws-lc-rs v1.16.3 |
| 1219 | 2026-05-15T21:14:52.457Z | Downloaded ssh-key v0.6.7 |
| 1220 | 2026-05-15T21:14:52.461Z | Downloaded bitvec v1.0.1 |
| 1221 | 2026-05-15T21:14:52.469Z | Downloaded bindgen v0.71.1 |
| 1222 | 2026-05-15T21:14:52.473Z | Downloaded reqwest v0.13.2 |
| 1223 | 2026-05-15T21:14:52.480Z | Downloaded regex v1.12.3 |
| 1224 | 2026-05-15T21:14:52.483Z | Downloaded git2 v0.20.4 |
| 1225 | 2026-05-15T21:14:52.486Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-05-15T21:14:52.489Z | Downloaded chrono v0.4.44 |
| 1227 | 2026-05-15T21:14:52.498Z | Downloaded unicode-segmentation v1.12.0 |
| 1228 | 2026-05-15T21:14:52.502Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-05-15T21:14:52.506Z | Downloaded unicode_categories v0.1.1 |
| 1230 | 2026-05-15T21:14:52.529Z | Downloaded reqwest v0.12.28 |
| 1231 | 2026-05-15T21:14:52.534Z | Downloaded zip v0.6.6 |
| 1232 | 2026-05-15T21:14:52.538Z | Downloaded x509-cert v0.2.5 |
| 1233 | 2026-05-15T21:14:52.545Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-05-15T21:14:52.551Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-05-15T21:14:52.554Z | Downloaded rustls-webpki v0.101.7 |
| 1236 | 2026-05-15T21:14:52.561Z | Downloaded salty v0.3.0 |
| 1237 | 2026-05-15T21:14:52.565Z | Downloaded rayon v1.11.0 |
| 1238 | 2026-05-15T21:14:52.570Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-05-15T21:14:52.576Z | Downloaded lalrpop v0.19.12 |
| 1240 | 2026-05-15T21:14:52.580Z | Downloaded zerocopy-derive v0.8.40 |
| 1241 | 2026-05-15T21:14:52.586Z | Downloaded tower v0.5.3 |
| 1242 | 2026-05-15T21:14:52.596Z | Downloaded quick-xml v0.37.5 |
| 1243 | 2026-05-15T21:14:52.610Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-05-15T21:14:52.615Z | Downloaded moka v0.12.13 |
| 1245 | 2026-05-15T21:14:52.621Z | Downloaded tower-http v0.6.8 |
| 1246 | 2026-05-15T21:14:52.627Z | Downloaded zip v4.6.1 |
| 1247 | 2026-05-15T21:14:52.631Z | Downloaded rustls-webpki v0.102.8 |
| 1248 | 2026-05-15T21:14:52.639Z | Downloaded winnow v0.5.40 |
| 1249 | 2026-05-15T21:14:52.642Z | Downloaded curve25519-dalek v4.1.3 |
| 1250 | 2026-05-15T21:14:52.648Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-05-15T21:14:52.651Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-05-15T21:14:52.655Z | Downloaded goblin v0.10.5 |
| 1253 | 2026-05-15T21:14:52.659Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-05-15T21:14:52.665Z | Downloaded unicode-normalization v0.1.25 |
| 1255 | 2026-05-15T21:14:52.668Z | Downloaded petname v2.0.2 |
| 1256 | 2026-05-15T21:14:52.671Z | Downloaded tough v0.22.0 |
| 1257 | 2026-05-15T21:14:52.675Z | Downloaded object v0.30.4 |
| 1258 | 2026-05-15T21:14:52.681Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-05-15T21:14:52.700Z | Downloaded rustls v0.21.12 |
| 1260 | 2026-05-15T21:14:52.707Z | Downloaded bstr v1.12.1 |
| 1261 | 2026-05-15T21:14:52.724Z | Downloaded nix v0.29.0 |
| 1262 | 2026-05-15T21:14:52.730Z | Downloaded time v0.3.47 |
| 1263 | 2026-05-15T21:14:52.738Z | Downloaded polar-core v0.27.3 |
| 1264 | 2026-05-15T21:14:52.744Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-05-15T21:14:52.747Z | Downloaded hickory-proto v0.24.4 |
| 1266 | 2026-05-15T21:14:52.755Z | Downloaded nix v0.28.0 |
| 1267 | 2026-05-15T21:14:52.760Z | Downloaded dropshot v0.16.7 |
| 1268 | 2026-05-15T21:14:52.772Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-05-15T21:14:52.783Z | Downloaded nix v0.31.2 |
| 1270 | 2026-05-15T21:14:52.789Z | Downloaded dropshot v0.17.0 |
| 1271 | 2026-05-15T21:14:52.802Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-05-15T21:14:52.805Z | Downloaded regex-syntax v0.8.10 |
| 1273 | 2026-05-15T21:14:52.809Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2026-05-15T21:14:52.815Z | Downloaded zlib-rs v0.6.2 |
| 1275 | 2026-05-15T21:14:52.820Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-15T21:14:52.824Z | Downloaded rustls v0.22.4 |
| 1277 | 2026-05-15T21:14:52.831Z | Downloaded regress v0.11.1 |
| 1278 | 2026-05-15T21:14:52.836Z | Downloaded regress v0.10.5 |
| 1279 | 2026-05-15T21:14:52.841Z | Downloaded openapiv3 v2.2.0 |
| 1280 | 2026-05-15T21:14:52.846Z | Downloaded rustls v0.23.37 |
| 1281 | 2026-05-15T21:14:52.853Z | Downloaded diesel v2.3.7 |
| 1282 | 2026-05-15T21:14:52.865Z | Downloaded rustix v0.38.44 |
| 1283 | 2026-05-15T21:14:52.878Z | Downloaded object v0.37.3 |
| 1284 | 2026-05-15T21:14:52.884Z | Downloaded nix v0.27.1 |
| 1285 | 2026-05-15T21:14:52.889Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-15T21:14:52.898Z | Downloaded sqlparser v0.61.0 |
| 1287 | 2026-05-15T21:14:52.904Z | Downloaded vcpkg v0.2.15 |
| 1288 | 2026-05-15T21:14:52.927Z | Downloaded smoltcp v0.9.1 |
| 1289 | 2026-05-15T21:14:52.933Z | Downloaded openssl v0.10.79 |
| 1290 | 2026-05-15T21:14:52.942Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-05-15T21:14:52.954Z | Downloaded typify-impl v0.4.3 |
| 1292 | 2026-05-15T21:14:52.964Z | Downloaded sled v0.34.7 |
| 1293 | 2026-05-15T21:14:52.971Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1294 | 2026-05-15T21:14:52.978Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-05-15T21:14:52.989Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2026-05-15T21:14:52.993Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-05-15T21:14:53.005Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-05-15T21:14:53.024Z | Downloaded chrono-tz v0.10.4 |
| 1299 | 2026-05-15T21:14:53.034Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-05-15T21:14:53.065Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-15T21:14:53.076Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-05-15T21:14:53.087Z | Downloaded tokio v1.52.1 |
| 1303 | 2026-05-15T21:14:53.110Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-05-15T21:14:53.123Z | Downloaded csv v1.4.0 |
| 1305 | 2026-05-15T21:14:53.136Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-15T21:14:53.157Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-05-15T21:14:53.190Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-05-15T21:14:53.204Z | Downloaded ring v0.17.14 |
| 1309 | 2026-05-15T21:14:53.247Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-05-15T21:14:53.751Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-05-15T21:14:54.003Z | Compiling libc v0.2.185 |
| 1312 | 2026-05-15T21:14:54.003Z | Compiling serde v1.0.228 |
| 1313 | 2026-05-15T21:14:54.006Z | Compiling log v0.4.29 |
| 1314 | 2026-05-15T21:14:54.006Z | Compiling shlex v1.3.0 |
| 1315 | 2026-05-15T21:14:54.162Z | Compiling find-msvc-tools v0.1.9 |
| 1316 | 2026-05-15T21:14:54.171Z | Compiling syn v2.0.117 |
| 1317 | 2026-05-15T21:14:54.174Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-05-15T21:14:54.174Z | Compiling typenum v1.19.0 |
| 1319 | 2026-05-15T21:14:54.328Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-05-15T21:14:54.328Z | Compiling subtle v2.6.1 |
| 1321 | 2026-05-15T21:14:54.374Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-05-15T21:14:54.410Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-05-15T21:14:54.469Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-05-15T21:14:54.483Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-05-15T21:14:54.513Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-05-15T21:14:54.581Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-05-15T21:14:54.678Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-05-15T21:14:54.706Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-05-15T21:14:54.951Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-05-15T21:14:54.964Z | Compiling bitflags v2.11.0 |
| 1331 | 2026-05-15T21:14:55.032Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-15T21:14:55.105Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-15T21:14:55.121Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-15T21:14:55.188Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-15T21:14:55.256Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-15T21:14:55.460Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-15T21:14:55.474Z | Compiling libm v0.2.16 |
| 1338 | 2026-05-15T21:14:55.496Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-05-15T21:14:55.528Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-05-15T21:14:55.548Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-15T21:14:55.634Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-05-15T21:14:55.648Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-15T21:14:55.690Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-15T21:14:55.786Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-05-15T21:14:55.842Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-05-15T21:14:55.912Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-05-15T21:14:55.967Z | Compiling futures-task v0.3.32 |
| 1348 | 2026-05-15T21:14:56.014Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-15T21:14:56.028Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-05-15T21:14:56.102Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-05-15T21:14:56.130Z | Compiling slab v0.4.12 |
| 1352 | 2026-05-15T21:14:56.237Z | Compiling cpufeatures v0.2.17 |
| 1353 | 2026-05-15T21:14:56.251Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-05-15T21:14:56.265Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-15T21:14:56.302Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-05-15T21:14:56.316Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-05-15T21:14:56.370Z | Compiling cmake v0.1.57 |
| 1358 | 2026-05-15T21:14:56.702Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-05-15T21:14:56.770Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-05-15T21:14:56.878Z | Compiling dunce v1.0.5 |
| 1361 | 2026-05-15T21:14:56.895Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-05-15T21:14:56.976Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-05-15T21:14:56.990Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-05-15T21:14:57.036Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-05-15T21:14:57.096Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-05-15T21:14:57.333Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-05-15T21:14:57.356Z | Compiling rustix v1.1.3 |
| 1368 | 2026-05-15T21:14:57.367Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-05-15T21:14:57.367Z | Compiling flagset v0.4.7 |
| 1370 | 2026-05-15T21:14:57.502Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-05-15T21:14:57.571Z | Compiling ring v0.17.14 |
| 1372 | 2026-05-15T21:14:57.582Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-05-15T21:14:57.639Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-05-15T21:14:57.784Z | Compiling uuid v1.23.0 |
| 1375 | 2026-05-15T21:14:57.864Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-05-15T21:14:58.209Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-05-15T21:14:58.393Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-05-15T21:14:58.494Z | Compiling base64 v0.22.1 |
| 1379 | 2026-05-15T21:14:58.693Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-05-15T21:14:58.770Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-05-15T21:14:58.820Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-05-15T21:14:58.925Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-05-15T21:14:59.106Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-05-15T21:14:59.420Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-05-15T21:14:59.786Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-15T21:15:00.094Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-05-15T21:15:00.202Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-15T21:15:00.235Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-05-15T21:15:00.249Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-15T21:15:00.349Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-15T21:15:00.364Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-05-15T21:15:00.421Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-15T21:15:00.550Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-05-15T21:15:00.680Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-15T21:15:00.851Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-15T21:15:01.050Z | Compiling tinystr v0.8.2 |
| 1397 | 2026-05-15T21:15:01.086Z | Compiling potential_utf v0.1.4 |
| 1398 | 2026-05-15T21:15:01.148Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-15T21:15:01.247Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-05-15T21:15:01.247Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-05-15T21:15:01.298Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-05-15T21:15:01.451Z | Compiling inout v0.1.4 |
| 1403 | 2026-05-15T21:15:01.465Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-05-15T21:15:01.613Z | Compiling cipher v0.4.4 |
| 1405 | 2026-05-15T21:15:01.713Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-05-15T21:15:01.867Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-15T21:15:02.121Z | Compiling bytes v1.11.1 |
| 1408 | 2026-05-15T21:15:02.184Z | Compiling icu_normalizer v2.1.1 |
| 1409 | 2026-05-15T21:15:02.218Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-05-15T21:15:02.551Z | Compiling der_derive v0.7.3 |
| 1411 | 2026-05-15T21:15:02.738Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-15T21:15:02.762Z | Compiling http v1.4.0 |
| 1413 | 2026-05-15T21:15:03.078Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-05-15T21:15:03.218Z | Compiling idna v1.1.0 |
| 1415 | 2026-05-15T21:15:03.327Z | Compiling chrono v0.4.44 |
| 1416 | 2026-05-15T21:15:03.515Z | Compiling url v2.5.8 |
| 1417 | 2026-05-15T21:15:03.675Z | Compiling der v0.7.10 |
| 1418 | 2026-05-15T21:15:03.782Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-15T21:15:03.862Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-15T21:15:03.917Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-05-15T21:15:03.974Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-05-15T21:15:04.282Z | Compiling ppv-lite86 v0.2.21 |
| 1423 | 2026-05-15T21:15:04.298Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-05-15T21:15:04.365Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-05-15T21:15:04.597Z | Compiling spki v0.7.3 |
| 1426 | 2026-05-15T21:15:04.616Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-05-15T21:15:04.691Z | Compiling http-body v1.0.1 |
| 1428 | 2026-05-15T21:15:04.800Z | Compiling cbc v0.1.2 |
| 1429 | 2026-05-15T21:15:04.837Z | Compiling aes v0.8.4 |
| 1430 | 2026-05-15T21:15:04.937Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-05-15T21:15:04.953Z | Compiling untrusted v0.7.1 |
| 1432 | 2026-05-15T21:15:05.012Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-05-15T21:15:05.072Z | Compiling httparse v1.10.1 |
| 1434 | 2026-05-15T21:15:05.184Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-05-15T21:15:05.286Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-05-15T21:15:05.314Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-05-15T21:15:05.388Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-05-15T21:15:05.447Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-05-15T21:15:05.581Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-15T21:15:05.725Z | Compiling rand v0.9.2 |
| 1441 | 2026-05-15T21:15:05.786Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-05-15T21:15:05.847Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-05-15T21:15:05.872Z | Compiling try-lock v0.2.5 |
| 1444 | 2026-05-15T21:15:05.980Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-05-15T21:15:06.076Z | Compiling schemars v0.8.22 |
| 1446 | 2026-05-15T21:15:06.133Z | Compiling tower-layer v0.3.3 |
| 1447 | 2026-05-15T21:15:06.271Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-05-15T21:15:06.291Z | Compiling rustls v0.23.37 |
| 1449 | 2026-05-15T21:15:06.395Z | Compiling tokio-util v0.7.18 |
| 1450 | 2026-05-15T21:15:06.458Z | Compiling dyn-clone v1.0.20 |
| 1451 | 2026-05-15T21:15:06.519Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-05-15T21:15:06.594Z | Compiling want v0.3.1 |
| 1453 | 2026-05-15T21:15:06.666Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-15T21:15:06.753Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-15T21:15:06.935Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-05-15T21:15:07.057Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-15T21:15:07.457Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-15T21:15:07.553Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-15T21:15:07.567Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-05-15T21:15:07.927Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-05-15T21:15:07.957Z | Compiling openssl v0.10.79 |
| 1462 | 2026-05-15T21:15:08.150Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-15T21:15:08.187Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-15T21:15:08.241Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-05-15T21:15:08.276Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-05-15T21:15:08.350Z | Compiling scroll v0.13.0 |
| 1467 | 2026-05-15T21:15:08.380Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-05-15T21:15:08.625Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-05-15T21:15:08.825Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-05-15T21:15:09.004Z | Compiling spin v0.9.8 |
| 1471 | 2026-05-15T21:15:09.019Z | Compiling num-conv v0.2.0 |
| 1472 | 2026-05-15T21:15:09.146Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-05-15T21:15:09.203Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-05-15T21:15:09.216Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-05-15T21:15:09.344Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-15T21:15:09.419Z | Compiling deranged v0.5.8 |
| 1477 | 2026-05-15T21:15:09.491Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-15T21:15:09.819Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-05-15T21:15:10.277Z | Compiling hyper v1.8.1 |
| 1480 | 2026-05-15T21:15:10.357Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-15T21:15:10.439Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-15T21:15:10.532Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-15T21:15:10.819Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-05-15T21:15:10.856Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-05-15T21:15:10.925Z | Compiling quick-error v1.2.3 |
| 1486 | 2026-05-15T21:15:10.964Z | Compiling syn v1.0.109 |
| 1487 | 2026-05-15T21:15:11.030Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-05-15T21:15:11.111Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-05-15T21:15:11.219Z | Compiling num_threads v0.1.7 |
| 1490 | 2026-05-15T21:15:11.265Z | Compiling unicode-segmentation v1.12.0 |
| 1491 | 2026-05-15T21:15:11.309Z | Compiling hyper-util v0.1.20 |
| 1492 | 2026-05-15T21:15:11.312Z | Compiling simd-adler32 v0.3.8 |
| 1493 | 2026-05-15T21:15:11.555Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-15T21:15:11.637Z | Compiling crossbeam-utils v0.8.21 |
| 1495 | 2026-05-15T21:15:11.824Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-05-15T21:15:11.962Z | Compiling time v0.3.47 |
| 1497 | 2026-05-15T21:15:12.031Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-15T21:15:12.094Z | Compiling tower v0.5.3 |
| 1499 | 2026-05-15T21:15:12.392Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-05-15T21:15:12.610Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-05-15T21:15:12.761Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-15T21:15:13.006Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-05-15T21:15:13.098Z | Compiling signature v2.2.0 |
| 1504 | 2026-05-15T21:15:13.126Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-05-15T21:15:13.269Z | Compiling dof v0.4.0 |
| 1506 | 2026-05-15T21:15:13.288Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-15T21:15:13.363Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-15T21:15:13.603Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-15T21:15:13.621Z | Compiling slog v2.8.2 |
| 1510 | 2026-05-15T21:15:13.762Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-05-15T21:15:13.785Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-05-15T21:15:13.799Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-05-15T21:15:13.878Z | Compiling cookie v0.18.1 |
| 1514 | 2026-05-15T21:15:14.054Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-05-15T21:15:14.070Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-05-15T21:15:14.246Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-15T21:15:14.273Z | Compiling signal-hook v0.3.18 |
| 1518 | 2026-05-15T21:15:14.377Z | Compiling ryu v1.0.23 |
| 1519 | 2026-05-15T21:15:14.424Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-05-15T21:15:14.441Z | Compiling unarray v0.1.4 |
| 1521 | 2026-05-15T21:15:14.534Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-05-15T21:15:14.549Z | Compiling allocator-api2 v0.2.21 |
| 1523 | 2026-05-15T21:15:14.564Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-05-15T21:15:14.706Z | Compiling paste v1.0.15 |
| 1525 | 2026-05-15T21:15:14.866Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-05-15T21:15:14.938Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-05-15T21:15:15.015Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-15T21:15:15.041Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-15T21:15:15.074Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-15T21:15:15.680Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-15T21:15:15.906Z | Compiling scroll v0.12.0 |
| 1532 | 2026-05-15T21:15:16.065Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-15T21:15:16.096Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-15T21:15:16.168Z | Compiling heck v0.4.1 |
| 1535 | 2026-05-15T21:15:16.218Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-15T21:15:16.264Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-15T21:15:16.389Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-15T21:15:16.508Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-15T21:15:16.604Z | Compiling serde_tokenstream v0.2.3 |
| 1540 | 2026-05-15T21:15:16.655Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-15T21:15:16.687Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-15T21:15:16.912Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-05-15T21:15:16.926Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-15T21:15:17.029Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-05-15T21:15:17.059Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-05-15T21:15:17.087Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-15T21:15:17.164Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-15T21:15:17.379Z | Compiling vergen-lib v0.1.6 |
| 1549 | 2026-05-15T21:15:17.515Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-15T21:15:17.561Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-15T21:15:17.754Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-15T21:15:17.843Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-15T21:15:17.896Z | Compiling fallible-iterator v0.2.0 |
| 1554 | 2026-05-15T21:15:17.939Z | Compiling base16ct v0.2.0 |
| 1555 | 2026-05-15T21:15:18.033Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-15T21:15:18.111Z | Compiling ref-cast v1.0.25 |
| 1557 | 2026-05-15T21:15:18.125Z | Compiling psl-types v2.0.11 |
| 1558 | 2026-05-15T21:15:18.142Z | Compiling litrs v1.0.0 |
| 1559 | 2026-05-15T21:15:18.206Z | Compiling zlib-rs v0.6.2 |
| 1560 | 2026-05-15T21:15:18.248Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-05-15T21:15:18.263Z | Compiling num-bigint-dig v0.8.6 |
| 1562 | 2026-05-15T21:15:18.415Z | Compiling rustix v0.38.44 |
| 1563 | 2026-05-15T21:15:18.516Z | Compiling pin-project v1.1.11 |
| 1564 | 2026-05-15T21:15:18.608Z | Compiling publicsuffix v2.3.0 |
| 1565 | 2026-05-15T21:15:18.639Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-15T21:15:18.664Z | Compiling document-features v0.2.12 |
| 1567 | 2026-05-15T21:15:18.772Z | Compiling nix v0.31.2 |
| 1568 | 2026-05-15T21:15:18.840Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-15T21:15:19.131Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-05-15T21:15:19.153Z | Compiling group v0.13.0 |
| 1571 | 2026-05-15T21:15:19.213Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-15T21:15:19.358Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-15T21:15:19.670Z | Compiling rand v0.8.6 |
| 1574 | 2026-05-15T21:15:19.686Z | Compiling darling v0.21.3 |
| 1575 | 2026-05-15T21:15:19.701Z | Compiling derive_builder v0.20.2 |
| 1576 | 2026-05-15T21:15:19.768Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-15T21:15:19.800Z | Compiling snafu-derive v0.8.9 |
| 1578 | 2026-05-15T21:15:19.823Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-15T21:15:19.915Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-15T21:15:20.044Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-15T21:15:20.818Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-15T21:15:20.895Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-15T21:15:20.992Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-15T21:15:21.058Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-05-15T21:15:21.246Z | Compiling strum_macros v0.27.2 |
| 1586 | 2026-05-15T21:15:21.408Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-05-15T21:15:21.422Z | Compiling hex v0.4.3 |
| 1588 | 2026-05-15T21:15:21.469Z | Compiling cargo-platform v0.1.9 |
| 1589 | 2026-05-15T21:15:21.666Z | Compiling hkdf v0.12.4 |
| 1590 | 2026-05-15T21:15:21.693Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2026-05-15T21:15:21.706Z | Compiling terminal_size v0.4.3 |
| 1592 | 2026-05-15T21:15:21.729Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-15T21:15:21.827Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-15T21:15:21.841Z | Compiling daft-derive v0.1.5 |
| 1595 | 2026-05-15T21:15:22.414Z | Compiling vergen v9.0.6 |
| 1596 | 2026-05-15T21:15:22.428Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-15T21:15:22.591Z | Compiling ahash v0.8.12 |
| 1598 | 2026-05-15T21:15:22.591Z | Compiling encoding_rs v0.8.35 |
| 1599 | 2026-05-15T21:15:22.619Z | Compiling winnow v0.5.40 |
| 1600 | 2026-05-15T21:15:22.791Z | Compiling same-file v1.0.6 |
| 1601 | 2026-05-15T21:15:22.960Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-15T21:15:23.185Z | Compiling object v0.37.3 |
| 1603 | 2026-05-15T21:15:23.263Z | Compiling managed v0.8.0 |
| 1604 | 2026-05-15T21:15:23.455Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-05-15T21:15:23.473Z | Compiling mime v0.3.17 |
| 1606 | 2026-05-15T21:15:23.570Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-15T21:15:23.701Z | Compiling foldhash v0.1.5 |
| 1608 | 2026-05-15T21:15:23.728Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-05-15T21:15:23.825Z | Compiling zopfli v0.8.3 |
| 1610 | 2026-05-15T21:15:23.872Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-05-15T21:15:24.032Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-05-15T21:15:24.109Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-05-15T21:15:24.234Z | Compiling clap_builder v4.5.60 |
| 1614 | 2026-05-15T21:15:24.300Z | Compiling strum v0.27.2 |
| 1615 | 2026-05-15T21:15:24.411Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-05-15T21:15:24.432Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-05-15T21:15:24.534Z | Compiling elliptic-curve v0.13.8 |
| 1618 | 2026-05-15T21:15:24.731Z | Compiling daft v0.1.5 |
| 1619 | 2026-05-15T21:15:24.996Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-15T21:15:24.999Z | Compiling snafu v0.8.9 |
| 1621 | 2026-05-15T21:15:25.029Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-05-15T21:15:25.351Z | Compiling futures v0.3.32 |
| 1623 | 2026-05-15T21:15:25.437Z | Compiling phf v0.13.1 |
| 1624 | 2026-05-15T21:15:25.980Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-05-15T21:15:26.071Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-05-15T21:15:26.103Z | Compiling bzip2 v0.4.4 |
| 1627 | 2026-05-15T21:15:26.309Z | Compiling hubpack v0.1.2 |
| 1628 | 2026-05-15T21:15:26.362Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-15T21:15:26.526Z | Compiling serde_with_macros v3.17.0 |
| 1630 | 2026-05-15T21:15:26.701Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-05-15T21:15:26.742Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-05-15T21:15:27.196Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-05-15T21:15:27.298Z | Compiling globset v0.4.18 |
| 1634 | 2026-05-15T21:15:27.520Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-05-15T21:15:27.699Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-05-15T21:15:27.768Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-05-15T21:15:27.853Z | Compiling olpc-cjson v0.1.4 |
| 1638 | 2026-05-15T21:15:27.954Z | Compiling pkcs1 v0.7.5 |
| 1639 | 2026-05-15T21:15:27.980Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2026-05-15T21:15:27.994Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-05-15T21:15:28.018Z | Compiling clap_derive v4.5.55 |
| 1642 | 2026-05-15T21:15:28.279Z | Compiling serde_plain v1.0.2 |
| 1643 | 2026-05-15T21:15:28.363Z | Compiling serde-big-array v0.5.1 |
| 1644 | 2026-05-15T21:15:28.483Z | Compiling rfc6979 v0.4.0 |
| 1645 | 2026-05-15T21:15:28.497Z | Compiling pem v3.0.6 |
| 1646 | 2026-05-15T21:15:28.510Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-05-15T21:15:28.604Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-05-15T21:15:28.607Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-05-15T21:15:28.764Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-05-15T21:15:28.822Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-05-15T21:15:28.852Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-05-15T21:15:29.036Z | Compiling keccak v0.1.6 |
| 1653 | 2026-05-15T21:15:29.123Z | Compiling normalize-line-endings v0.3.0 |
| 1654 | 2026-05-15T21:15:29.143Z | Compiling whoami v2.1.0 |
| 1655 | 2026-05-15T21:15:29.160Z | Compiling fixedbitset v0.5.7 |
| 1656 | 2026-05-15T21:15:29.220Z | Compiling fixedbitset v0.4.2 |
| 1657 | 2026-05-15T21:15:29.437Z | Compiling difflib v0.4.0 |
| 1658 | 2026-05-15T21:15:29.463Z | Compiling typed-path v0.9.3 |
| 1659 | 2026-05-15T21:15:29.510Z | Compiling jiff v0.2.21 |
| 1660 | 2026-05-15T21:15:29.733Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-05-15T21:15:29.780Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-05-15T21:15:29.805Z | Compiling predicates-core v1.0.10 |
| 1663 | 2026-05-15T21:15:29.848Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-05-15T21:15:29.925Z | Compiling rustc-hash v2.1.1 |
| 1665 | 2026-05-15T21:15:29.980Z | Compiling either v1.15.0 |
| 1666 | 2026-05-15T21:15:29.995Z | Compiling precomputed-hash v0.1.1 |
| 1667 | 2026-05-15T21:15:30.046Z | Compiling toml_edit v0.22.27 |
| 1668 | 2026-05-15T21:15:30.080Z | Compiling string_cache v0.8.9 |
| 1669 | 2026-05-15T21:15:30.185Z | Compiling itertools v0.13.0 |
| 1670 | 2026-05-15T21:15:30.304Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-05-15T21:15:30.467Z | Compiling iddqd v0.3.18 |
| 1672 | 2026-05-15T21:15:30.669Z | Compiling predicates v3.1.4 |
| 1673 | 2026-05-15T21:15:31.198Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1674 | 2026-05-15T21:15:31.304Z | Compiling clap v4.5.60 |
| 1675 | 2026-05-15T21:15:31.392Z | Compiling strum v0.26.3 |
| 1676 | 2026-05-15T21:15:31.412Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-15T21:15:31.521Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-15T21:15:31.602Z | Compiling tokio-postgres v0.7.16 |
| 1679 | 2026-05-15T21:15:32.787Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-15T21:15:32.951Z | Compiling sha3 v0.10.8 |
| 1681 | 2026-05-15T21:15:33.427Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-05-15T21:15:33.523Z | Compiling usdt v0.6.0 |
| 1683 | 2026-05-15T21:15:33.738Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-05-15T21:15:33.753Z | Compiling ecdsa v0.16.9 |
| 1685 | 2026-05-15T21:15:33.792Z | Compiling rsa v0.9.10 |
| 1686 | 2026-05-15T21:15:33.797Z | Compiling ed25519-dalek v2.2.0 |
| 1687 | 2026-05-15T21:15:33.843Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-05-15T21:15:34.044Z | Compiling crossterm v0.28.1 |
| 1689 | 2026-05-15T21:15:34.323Z | Compiling zip v0.6.6 |
| 1690 | 2026-05-15T21:15:34.852Z | Compiling toml v0.7.8 |
| 1691 | 2026-05-15T21:15:35.301Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-05-15T21:15:35.337Z | Compiling similar v2.7.0 |
| 1693 | 2026-05-15T21:15:35.444Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-05-15T21:15:35.519Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-05-15T21:15:35.552Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-05-15T21:15:35.769Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-05-15T21:15:35.827Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1698 | 2026-05-15T21:15:35.934Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-05-15T21:15:35.990Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-05-15T21:15:36.127Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1701 | 2026-05-15T21:15:36.203Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-15T21:15:36.223Z | Compiling peg-runtime v0.8.5 |
| 1703 | 2026-05-15T21:15:36.396Z | Compiling thread_local v1.1.9 |
| 1704 | 2026-05-15T21:15:36.418Z | Compiling slog-async v2.8.0 |
| 1705 | 2026-05-15T21:15:36.503Z | Compiling crossbeam-channel v0.5.15 |
| 1706 | 2026-05-15T21:15:36.659Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-15T21:15:36.733Z | Compiling is-terminal v0.4.17 |
| 1708 | 2026-05-15T21:15:36.833Z | Compiling xattr v1.6.1 |
| 1709 | 2026-05-15T21:15:36.833Z | Compiling term v1.2.1 |
| 1710 | 2026-05-15T21:15:36.975Z | Compiling take_mut v0.2.2 |
| 1711 | 2026-05-15T21:15:37.008Z | Compiling tar v0.4.45 |
| 1712 | 2026-05-15T21:15:37.425Z | Compiling slog-term v2.9.2 |
| 1713 | 2026-05-15T21:15:47.170Z | Compiling rustls-webpki v0.103.9 |
| 1714 | 2026-05-15T21:15:50.014Z | Compiling tokio-rustls v0.26.4 |
| 1715 | 2026-05-15T21:15:50.014Z | Compiling rustls-platform-verifier v0.6.2 |
| 1716 | 2026-05-15T21:15:50.212Z | Compiling hyper-rustls v0.27.7 |
| 1717 | 2026-05-15T21:15:50.419Z | Compiling reqwest v0.12.28 |
| 1718 | 2026-05-15T21:15:50.419Z | Compiling reqwest v0.13.2 |
| 1719 | 2026-05-15T21:15:51.671Z | Compiling tough v0.22.0 |
| 1720 | 2026-05-15T21:15:54.203Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1721 | 2026-05-15T21:15:54.422Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1722 | 2026-05-15T21:15:57.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1723 | 2026-05-15T21:15:57.402Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1724 | 2026-05-15T21:15:57.454Z | May 15 21:15:56.000 INFO Starting download, target: Cockroach |
| 1725 | 2026-05-15T21:15:57.454Z | May 15 21:15:56.001 INFO Starting download, target: Console |
| 1726 | 2026-05-15T21:15:57.454Z | May 15 21:15:56.001 INFO Starting download, target: Clickhouse |
| 1727 | 2026-05-15T21:15:57.457Z | May 15 21:15:56.001 INFO Starting download, target: DendriteStub |
| 1728 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Starting download, target: MaghemiteMgd |
| 1729 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Starting download, target: TransceiverControl |
| 1730 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1732 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1734 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-15T21:15:57.458Z | May 15 21:15:56.001 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-05-15T21:15:58.175Z | May 15 21:15:56.698 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1737 | 2026-05-15T21:15:58.363Z | May 15 21:15:56.901 INFO Download complete, target: TransceiverControl |
| 1738 | 2026-05-15T21:15:58.621Z | May 15 21:15:57.148 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1739 | 2026-05-15T21:15:58.856Z | May 15 21:15:57.385 INFO Download complete, target: Console |
| 1740 | 2026-05-15T21:15:59.722Z | May 15 21:15:58.260 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-05-15T21:15:59.814Z | May 15 21:15:58.356 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-05-15T21:16:00.303Z | May 15 21:15:58.850 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1743 | 2026-05-15T21:16:00.611Z | May 15 21:15:59.157 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1744 | 2026-05-15T21:16:00.611Z | May 15 21:15:59.157 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1745 | 2026-05-15T21:16:02.137Z | May 15 21:16:00.683 INFO Download complete, target: DendriteStub |
| 1746 | 2026-05-15T21:16:02.687Z | May 15 21:16:01.234 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-05-15T21:16:05.204Z | May 15 21:16:03.751 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-05-15T21:16:05.395Z | May 15 21:16:03.942 INFO Download complete, target: Cockroach |
| 1749 | 2026-05-15T21:16:06.354Z | May 15 21:16:04.900 INFO Checking that binary works, target: Clickhouse |
| 1750 | 2026-05-15T21:16:06.488Z | May 15 21:16:05.035 INFO Download complete, target: Clickhouse |
| 1751 | 2026-05-15T21:16:06.503Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1752 | 2026-05-15T21:16:06.506Z | |
| 1753 | 2026-05-15T21:16:06.506Z | real 2:17.509714665 |
| 1754 | 2026-05-15T21:16:06.506Z | user 6:56.063150694 |
| 1755 | 2026-05-15T21:16:06.506Z | sys 1:21.963979842 |
| 1756 | 2026-05-15T21:16:06.506Z | trap 0.214161817 |
| 1757 | 2026-05-15T21:16:06.506Z | tflt 0.793058119 |
| 1758 | 2026-05-15T21:16:06.506Z | dflt 0.724095037 |
| 1759 | 2026-05-15T21:16:06.506Z | kflt 0.042074819 |
| 1760 | 2026-05-15T21:16:06.506Z | lock 21:32.434485127 |
| 1761 | 2026-05-15T21:16:06.506Z | slp 21:19.958707098 |
| 1762 | 2026-05-15T21:16:06.506Z | lat 43.966842325 |
| 1763 | 2026-05-15T21:16:06.506Z | stop 1:59.611431318 |
| 1764 | 2026-05-15T21:16:06.506Z | + banner clippy |
| 1765 | 2026-05-15T21:16:06.506Z | |
| 1766 | 2026-05-15T21:16:06.506Z | #### # # ##### ##### # # |
| 1767 | 2026-05-15T21:16:06.506Z | # # # # # # # # # # |
| 1768 | 2026-05-15T21:16:06.506Z | # # # # # # # # |
| 1769 | 2026-05-15T21:16:06.506Z | # # # ##### ##### # |
| 1770 | 2026-05-15T21:16:06.506Z | # # # # # # # |
| 1771 | 2026-05-15T21:16:06.506Z | #### ###### # # # # |
| 1772 | 2026-05-15T21:16:06.506Z | |
| 1773 | 2026-05-15T21:16:06.506Z | + export CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-15T21:16:06.506Z | + CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-15T21:16:06.506Z | + ptime -m cargo xtask clippy |
| 1776 | 2026-05-15T21:16:07.028Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1777 | 2026-05-15T21:16:07.246Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1778 | 2026-05-15T21:16:09.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1779 | 2026-05-15T21:16:09.194Z | Running `target/debug/xtask clippy` |
| 1780 | 2026-05-15T21:16:09.220Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1781 | 2026-05-15T21:16:09.831Z | Downloading crates ... |
| 1782 | 2026-05-15T21:16:10.027Z | Downloaded partial-io v0.5.4 |
| 1783 | 2026-05-15T21:16:10.032Z | Downloaded cast v0.3.0 |
| 1784 | 2026-05-15T21:16:10.035Z | Downloaded chumsky v0.9.3 |
| 1785 | 2026-05-15T21:16:10.038Z | Downloaded addr2line v0.25.1 |
| 1786 | 2026-05-15T21:16:10.042Z | Downloaded cfg-expr v0.20.6 |
| 1787 | 2026-05-15T21:16:10.044Z | Downloaded owo-colors v3.5.0 |
| 1788 | 2026-05-15T21:16:10.047Z | Downloaded supports-color v2.1.0 |
| 1789 | 2026-05-15T21:16:10.047Z | Downloaded tinytemplate v1.2.1 |
| 1790 | 2026-05-15T21:16:10.047Z | Downloaded escape8259 v0.5.3 |
| 1791 | 2026-05-15T21:16:10.050Z | Downloaded target-triple v1.0.0 |
| 1792 | 2026-05-15T21:16:10.053Z | Downloaded parking v2.2.1 |
| 1793 | 2026-05-15T21:16:10.053Z | Downloaded assert-json-diff v2.0.2 |
| 1794 | 2026-05-15T21:16:10.055Z | Downloaded oorandom v11.1.5 |
| 1795 | 2026-05-15T21:16:10.055Z | Downloaded criterion-plot v0.6.0 |
| 1796 | 2026-05-15T21:16:10.055Z | Downloaded terminal_size v0.1.17 |
| 1797 | 2026-05-15T21:16:10.058Z | Downloaded httptest v0.16.4 |
| 1798 | 2026-05-15T21:16:10.058Z | Downloaded rustc-demangle v0.1.27 |
| 1799 | 2026-05-15T21:16:10.061Z | Downloaded backtrace v0.3.76 |
| 1800 | 2026-05-15T21:16:10.067Z | Downloaded anes v0.1.6 |
| 1801 | 2026-05-15T21:16:10.067Z | Downloaded event-listener v5.4.1 |
| 1802 | 2026-05-15T21:16:10.067Z | Downloaded knuffel-derive v3.2.0 |
| 1803 | 2026-05-15T21:16:10.074Z | Downloaded cargo-platform v0.3.2 |
| 1804 | 2026-05-15T21:16:10.074Z | Downloaded plotters-svg v0.3.7 |
| 1805 | 2026-05-15T21:16:10.074Z | Downloaded libtest-mimic v0.8.1 |
| 1806 | 2026-05-15T21:16:10.080Z | Downloaded event-listener-strategy v0.5.4 |
| 1807 | 2026-05-15T21:16:10.080Z | Downloaded tokio-test v0.4.5 |
| 1808 | 2026-05-15T21:16:10.085Z | Downloaded serde_regex v1.1.0 |
| 1809 | 2026-05-15T21:16:10.085Z | Downloaded constant_time_eq v0.3.1 |
| 1810 | 2026-05-15T21:16:10.085Z | Downloaded approx v0.5.1 |
| 1811 | 2026-05-15T21:16:10.091Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1812 | 2026-05-15T21:16:10.096Z | Downloaded pathdiff v0.2.3 |
| 1813 | 2026-05-15T21:16:10.096Z | Downloaded similar-asserts v1.7.0 |
| 1814 | 2026-05-15T21:16:10.096Z | Downloaded supports-hyperlinks v2.1.0 |
| 1815 | 2026-05-15T21:16:10.096Z | Downloaded supports-unicode v2.1.0 |
| 1816 | 2026-05-15T21:16:10.099Z | Downloaded miette-derive v5.10.0 |
| 1817 | 2026-05-15T21:16:10.100Z | Downloaded backtrace-ext v0.2.1 |
| 1818 | 2026-05-15T21:16:10.100Z | Downloaded async-object-pool v0.2.0 |
| 1819 | 2026-05-15T21:16:10.103Z | Downloaded target-lexicon v0.13.3 |
| 1820 | 2026-05-15T21:16:10.103Z | Downloaded path-tree v0.8.3 |
| 1821 | 2026-05-15T21:16:10.106Z | Downloaded stringmetrics v2.2.2 |
| 1822 | 2026-05-15T21:16:10.106Z | Downloaded cargo_metadata v0.23.1 |
| 1823 | 2026-05-15T21:16:10.109Z | Downloaded linkme-impl v0.3.35 |
| 1824 | 2026-05-15T21:16:10.113Z | Downloaded nested v0.1.1 |
| 1825 | 2026-05-15T21:16:10.116Z | Downloaded plotters-backend v0.3.7 |
| 1826 | 2026-05-15T21:16:10.119Z | Downloaded rust-argon2 v2.1.0 |
| 1827 | 2026-05-15T21:16:10.122Z | Downloaded target-spec v3.5.7 |
| 1828 | 2026-05-15T21:16:10.122Z | Downloaded linkme v0.3.35 |
| 1829 | 2026-05-15T21:16:10.134Z | Downloaded relative-path v1.9.3 |
| 1830 | 2026-05-15T21:16:10.137Z | Downloaded concurrent-queue v2.5.0 |
| 1831 | 2026-05-15T21:16:10.139Z | Downloaded hickory-client v0.25.2 |
| 1832 | 2026-05-15T21:16:10.139Z | Downloaded async-lock v3.4.2 |
| 1833 | 2026-05-15T21:16:10.142Z | Downloaded rstest v0.25.0 |
| 1834 | 2026-05-15T21:16:10.146Z | Downloaded trybuild v1.0.116 |
| 1835 | 2026-05-15T21:16:10.148Z | Downloaded assert_cmd v2.1.2 |
| 1836 | 2026-05-15T21:16:10.151Z | Downloaded futures-timer v3.0.3 |
| 1837 | 2026-05-15T21:16:10.151Z | Downloaded datatest-stable v0.3.3 |
| 1838 | 2026-05-15T21:16:10.154Z | Downloaded termcolor v1.4.1 |
| 1839 | 2026-05-15T21:16:10.154Z | Downloaded blake2b_simd v1.0.4 |
| 1840 | 2026-05-15T21:16:10.158Z | Downloaded fancy-regex v0.14.0 |
| 1841 | 2026-05-15T21:16:10.161Z | Downloaded textwrap v0.15.2 |
| 1842 | 2026-05-15T21:16:10.166Z | Downloaded rstest_macros v0.25.0 |
| 1843 | 2026-05-15T21:16:10.168Z | Downloaded miette v5.10.0 |
| 1844 | 2026-05-15T21:16:10.171Z | Downloaded rand_distr v0.5.1 |
| 1845 | 2026-05-15T21:16:10.174Z | Downloaded knuffel v3.2.0 |
| 1846 | 2026-05-15T21:16:10.188Z | Downloaded plotters v0.3.7 |
| 1847 | 2026-05-15T21:16:10.192Z | Downloaded hashbrown v0.14.5 |
| 1848 | 2026-05-15T21:16:10.195Z | Downloaded criterion v0.7.0 |
| 1849 | 2026-05-15T21:16:10.199Z | Downloaded guppy v0.17.25 |
| 1850 | 2026-05-15T21:16:10.208Z | Downloaded gimli v0.32.3 |
| 1851 | 2026-05-15T21:16:10.323Z | Downloaded httpmock v0.8.3 |
| 1852 | 2026-05-15T21:16:11.935Z | Checking cfg-if v1.0.4 |
| 1853 | 2026-05-15T21:16:12.286Z | Checking libc v0.2.185 |
| 1854 | 2026-05-15T21:16:12.289Z | Checking serde_core v1.0.228 |
| 1855 | 2026-05-15T21:16:12.358Z | Checking memchr v2.8.0 |
| 1856 | 2026-05-15T21:16:12.397Z | Checking smallvec v1.15.1 |
| 1857 | 2026-05-15T21:16:12.442Z | Checking log v0.4.29 |
| 1858 | 2026-05-15T21:16:12.442Z | Checking itoa v1.0.17 |
| 1859 | 2026-05-15T21:16:12.540Z | Checking zeroize v1.8.2 |
| 1860 | 2026-05-15T21:16:12.560Z | Checking libm v0.2.16 |
| 1861 | 2026-05-15T21:16:12.604Z | Checking scopeguard v1.2.0 |
| 1862 | 2026-05-15T21:16:12.645Z | Checking stable_deref_trait v1.2.1 |
| 1863 | 2026-05-15T21:16:12.687Z | Checking zmij v1.0.21 |
| 1864 | 2026-05-15T21:16:12.726Z | Checking errno v0.3.14 |
| 1865 | 2026-05-15T21:16:12.726Z | Checking getrandom v0.2.17 |
| 1866 | 2026-05-15T21:16:12.792Z | Checking lock_api v0.4.14 |
| 1867 | 2026-05-15T21:16:12.824Z | Checking zerofrom v0.1.6 |
| 1868 | 2026-05-15T21:16:12.860Z | Checking percent-encoding v2.3.2 |
| 1869 | 2026-05-15T21:16:12.896Z | Checking litemap v0.8.1 |
| 1870 | 2026-05-15T21:16:12.932Z | Checking writeable v0.6.2 |
| 1871 | 2026-05-15T21:16:12.970Z | Checking yoke v0.8.1 |
| 1872 | 2026-05-15T21:16:12.970Z | Checking icu_normalizer_data v2.1.1 |
| 1873 | 2026-05-15T21:16:13.038Z | Checking icu_properties_data v2.1.2 |
| 1874 | 2026-05-15T21:16:13.076Z | Checking subtle v2.6.1 |
| 1875 | 2026-05-15T21:16:13.114Z | Checking form_urlencoded v1.2.2 |
| 1876 | 2026-05-15T21:16:13.117Z | Checking utf8_iter v1.0.4 |
| 1877 | 2026-05-15T21:16:13.182Z | Checking zerovec v0.11.5 |
| 1878 | 2026-05-15T21:16:13.182Z | Checking zerotrie v0.2.3 |
| 1879 | 2026-05-15T21:16:13.253Z | Checking pin-project-lite v0.2.17 |
| 1880 | 2026-05-15T21:16:13.289Z | Checking num-traits v0.2.19 |
| 1881 | 2026-05-15T21:16:13.326Z | Checking parking_lot_core v0.9.12 |
| 1882 | 2026-05-15T21:16:13.327Z | Checking rand_core v0.10.0 |
| 1883 | 2026-05-15T21:16:13.398Z | Checking rand_core v0.6.4 |
| 1884 | 2026-05-15T21:16:13.433Z | Checking zerocopy v0.8.40 |
| 1885 | 2026-05-15T21:16:13.471Z | Checking portable-atomic v1.13.1 |
| 1886 | 2026-05-15T21:16:13.525Z | Checking getrandom v0.4.1 |
| 1887 | 2026-05-15T21:16:13.561Z | Checking parking_lot v0.12.5 |
| 1888 | 2026-05-15T21:16:13.599Z | Checking signal-hook-registry v1.4.8 |
| 1889 | 2026-05-15T21:16:13.642Z | Checking tinystr v0.8.2 |
| 1890 | 2026-05-15T21:16:13.695Z | Checking potential_utf v0.1.4 |
| 1891 | 2026-05-15T21:16:13.772Z | Checking critical-section v1.2.0 |
| 1892 | 2026-05-15T21:16:13.813Z | Checking mio v1.2.0 |
| 1893 | 2026-05-15T21:16:13.849Z | Checking icu_collections v2.1.1 |
| 1894 | 2026-05-15T21:16:13.881Z | Checking serde v1.0.228 |
| 1895 | 2026-05-15T21:16:13.884Z | Checking serde_json v1.0.149 |
| 1896 | 2026-05-15T21:16:13.884Z | Checking bitflags v2.11.0 |
| 1897 | 2026-05-15T21:16:13.978Z | Checking icu_locale_core v2.1.1 |
| 1898 | 2026-05-15T21:16:13.981Z | Checking once_cell v1.21.3 |
| 1899 | 2026-05-15T21:16:14.112Z | Checking socket2 v0.6.3 |
| 1900 | 2026-05-15T21:16:14.156Z | Checking typenum v1.19.0 |
| 1901 | 2026-05-15T21:16:14.200Z | Checking iana-time-zone v0.1.65 |
| 1902 | 2026-05-15T21:16:14.244Z | Checking thiserror v2.0.18 |
| 1903 | 2026-05-15T21:16:14.342Z | Checking uuid v1.23.0 |
| 1904 | 2026-05-15T21:16:14.382Z | Checking bytes v1.11.1 |
| 1905 | 2026-05-15T21:16:14.382Z | Checking chrono v0.4.44 |
| 1906 | 2026-05-15T21:16:14.458Z | Checking semver v1.0.28 |
| 1907 | 2026-05-15T21:16:14.554Z | Checking futures-core v0.3.32 |
| 1908 | 2026-05-15T21:16:14.557Z | Checking icu_provider v2.1.1 |
| 1909 | 2026-05-15T21:16:14.689Z | Checking equivalent v1.0.2 |
| 1910 | 2026-05-15T21:16:14.689Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1911 | 2026-05-15T21:16:14.730Z | Checking generic-array v0.14.7 |
| 1912 | 2026-05-15T21:16:14.759Z | Checking dyn-clone v1.0.20 |
| 1913 | 2026-05-15T21:16:14.830Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-15T21:16:14.858Z | Checking icu_properties v2.1.2 |
| 1915 | 2026-05-15T21:16:14.861Z | Checking icu_normalizer v2.1.1 |
| 1916 | 2026-05-15T21:16:14.925Z | Checking tokio v1.52.1 |
| 1917 | 2026-05-15T21:16:15.012Z | Checking futures-sink v0.3.32 |
| 1918 | 2026-05-15T21:16:15.140Z | Checking futures-channel v0.3.32 |
| 1919 | 2026-05-15T21:16:15.211Z | Checking slab v0.4.12 |
| 1920 | 2026-05-15T21:16:15.247Z | Checking crypto-common v0.1.7 |
| 1921 | 2026-05-15T21:16:15.286Z | Checking block-buffer v0.10.4 |
| 1922 | 2026-05-15T21:16:15.353Z | Checking futures-io v0.3.32 |
| 1923 | 2026-05-15T21:16:15.391Z | Checking futures-task v0.3.32 |
| 1924 | 2026-05-15T21:16:15.393Z | Checking byteorder v1.5.0 |
| 1925 | 2026-05-15T21:16:15.457Z | Checking hashbrown v0.17.0 |
| 1926 | 2026-05-15T21:16:15.494Z | Checking rustix v1.1.3 |
| 1927 | 2026-05-15T21:16:15.530Z | Checking digest v0.10.7 |
| 1928 | 2026-05-15T21:16:15.583Z | Checking futures-util v0.3.32 |
| 1929 | 2026-05-15T21:16:15.619Z | Checking cpufeatures v0.2.17 |
| 1930 | 2026-05-15T21:16:15.688Z | Checking idna_adapter v1.2.1 |
| 1931 | 2026-05-15T21:16:15.722Z | Checking thiserror v1.0.69 |
| 1932 | 2026-05-15T21:16:15.757Z | Checking getrandom v0.3.4 |
| 1933 | 2026-05-15T21:16:15.829Z | Checking idna v1.1.0 |
| 1934 | 2026-05-15T21:16:15.867Z | Checking fnv v1.0.7 |
| 1935 | 2026-05-15T21:16:15.928Z | Checking regex-syntax v0.8.10 |
| 1936 | 2026-05-15T21:16:15.963Z | Checking indexmap v2.14.0 |
| 1937 | 2026-05-15T21:16:15.997Z | Checking http v1.4.0 |
| 1938 | 2026-05-15T21:16:16.101Z | Checking url v2.5.8 |
| 1939 | 2026-05-15T21:16:16.184Z | Checking ppv-lite86 v0.2.21 |
| 1940 | 2026-05-15T21:16:16.344Z | Checking tracing-core v0.1.36 |
| 1941 | 2026-05-15T21:16:16.496Z | Checking base64 v0.22.1 |
| 1942 | 2026-05-15T21:16:16.537Z | Checking ipnet v2.11.0 |
| 1943 | 2026-05-15T21:16:16.574Z | Checking schemars v0.8.22 |
| 1944 | 2026-05-15T21:16:16.577Z | Checking unicode-ident v1.0.24 |
| 1945 | 2026-05-15T21:16:16.681Z | Checking tracing v0.1.44 |
| 1946 | 2026-05-15T21:16:16.740Z | Checking proc-macro2 v1.0.106 |
| 1947 | 2026-05-15T21:16:16.777Z | Checking untrusted v0.9.0 |
| 1948 | 2026-05-15T21:16:16.820Z | Checking aho-corasick v1.1.4 |
| 1949 | 2026-05-15T21:16:16.910Z | Checking ring v0.17.14 |
| 1950 | 2026-05-15T21:16:16.913Z | Checking utf8parse v0.2.2 |
| 1951 | 2026-05-15T21:16:17.068Z | Checking quote v1.0.45 |
| 1952 | 2026-05-15T21:16:17.070Z | Checking anstyle v1.0.13 |
| 1953 | 2026-05-15T21:16:17.231Z | Checking rustls-pki-types v1.14.0 |
| 1954 | 2026-05-15T21:16:17.270Z | Checking syn v2.0.117 |
| 1955 | 2026-05-15T21:16:17.270Z | Checking httparse v1.10.1 |
| 1956 | 2026-05-15T21:16:17.337Z | Checking base64ct v1.8.3 |
| 1957 | 2026-05-15T21:16:17.507Z | Checking anstyle-parse v0.2.7 |
| 1958 | 2026-05-15T21:16:17.544Z | Checking block-padding v0.3.3 |
| 1959 | 2026-05-15T21:16:17.547Z | Checking regex-automata v0.4.14 |
| 1960 | 2026-05-15T21:16:17.611Z | Checking anstyle-query v1.1.5 |
| 1961 | 2026-05-15T21:16:17.646Z | Checking colorchoice v1.0.4 |
| 1962 | 2026-05-15T21:16:17.687Z | Checking is_terminal_polyfill v1.70.2 |
| 1963 | 2026-05-15T21:16:17.723Z | Checking inout v0.1.4 |
| 1964 | 2026-05-15T21:16:17.760Z | Checking crossbeam-utils v0.8.21 |
| 1965 | 2026-05-15T21:16:17.795Z | Checking allocator-api2 v0.2.21 |
| 1966 | 2026-05-15T21:16:17.830Z | Checking anstream v0.6.21 |
| 1967 | 2026-05-15T21:16:17.892Z | Checking cipher v0.4.4 |
| 1968 | 2026-05-15T21:16:17.931Z | Checking http-body v1.0.1 |
| 1969 | 2026-05-15T21:16:18.053Z | Checking terminal_size v0.4.3 |
| 1970 | 2026-05-15T21:16:18.094Z | Checking atomic-waker v1.1.2 |
| 1971 | 2026-05-15T21:16:18.130Z | Checking clap_lex v1.0.0 |
| 1972 | 2026-05-15T21:16:18.132Z | Checking tokio-util v0.7.18 |
| 1973 | 2026-05-15T21:16:18.163Z | Checking strsim v0.11.1 |
| 1974 | 2026-05-15T21:16:18.163Z | Checking httpdate v1.0.3 |
| 1975 | 2026-05-15T21:16:18.261Z | Checking try-lock v0.2.5 |
| 1976 | 2026-05-15T21:16:18.264Z | Checking pem-rfc7468 v0.7.0 |
| 1977 | 2026-05-15T21:16:18.328Z | Checking sha2 v0.10.9 |
| 1978 | 2026-05-15T21:16:18.366Z | Checking clap_builder v4.5.60 |
| 1979 | 2026-05-15T21:16:18.368Z | Checking tower-service v0.3.3 |
| 1980 | 2026-05-15T21:16:18.428Z | Checking want v0.3.1 |
| 1981 | 2026-05-15T21:16:18.475Z | Checking ryu v1.0.23 |
| 1982 | 2026-05-15T21:16:18.477Z | Checking tower-layer v0.3.3 |
| 1983 | 2026-05-15T21:16:18.573Z | Checking pin-utils v0.1.0 |
| 1984 | 2026-05-15T21:16:18.625Z | Checking rand_core v0.9.5 |
| 1985 | 2026-05-15T21:16:18.662Z | Checking hmac v0.12.1 |
| 1986 | 2026-05-15T21:16:18.695Z | Checking powerfmt v0.2.0 |
| 1987 | 2026-05-15T21:16:18.697Z | Checking flagset v0.4.7 |
| 1988 | 2026-05-15T21:16:18.817Z | Checking num_threads v0.1.7 |
| 1989 | 2026-05-15T21:16:18.854Z | Checking num-conv v0.2.0 |
| 1990 | 2026-05-15T21:16:18.857Z | Checking h2 v0.4.13 |
| 1991 | 2026-05-15T21:16:18.921Z | Checking deranged v0.5.8 |
| 1992 | 2026-05-15T21:16:18.924Z | Checking time-core v0.1.8 |
| 1993 | 2026-05-15T21:16:18.987Z | Checking der v0.7.10 |
| 1994 | 2026-05-15T21:16:19.019Z | Checking erased-serde v0.3.31 |
| 1995 | 2026-05-15T21:16:19.118Z | Checking rand_chacha v0.9.0 |
| 1996 | 2026-05-15T21:16:19.344Z | Checking http-body-util v0.1.3 |
| 1997 | 2026-05-15T21:16:19.381Z | Checking spin v0.9.8 |
| 1998 | 2026-05-15T21:16:19.424Z | Checking slog v2.8.2 |
| 1999 | 2026-05-15T21:16:19.587Z | Checking rand v0.9.2 |
| 2000 | 2026-05-15T21:16:19.590Z | Checking aws-lc-sys v0.40.0 |
| 2001 | 2026-05-15T21:16:19.624Z | Checking anyhow v1.0.102 |
| 2002 | 2026-05-15T21:16:19.687Z | Checking clap v4.5.60 |
| 2003 | 2026-05-15T21:16:19.723Z | Checking untrusted v0.7.1 |
| 2004 | 2026-05-15T21:16:19.760Z | Checking serde_urlencoded v0.7.1 |
| 2005 | 2026-05-15T21:16:19.794Z | Checking openssl-probe v0.2.1 |
| 2006 | 2026-05-15T21:16:19.840Z | Checking regex v1.12.3 |
| 2007 | 2026-05-15T21:16:19.877Z | Checking time v0.3.47 |
| 2008 | 2026-05-15T21:16:19.880Z | Checking fastrand v2.3.0 |
| 2009 | 2026-05-15T21:16:19.942Z | Checking spki v0.7.3 |
| 2010 | 2026-05-15T21:16:19.988Z | Checking pbkdf2 v0.12.2 |
| 2011 | 2026-05-15T21:16:20.078Z | Checking aes v0.8.4 |
| 2012 | 2026-05-15T21:16:20.114Z | Checking pretty-hex v0.4.1 |
| 2013 | 2026-05-15T21:16:20.150Z | Checking salsa20 v0.10.2 |
| 2014 | 2026-05-15T21:16:20.153Z | Checking cbc v0.1.2 |
| 2015 | 2026-05-15T21:16:20.182Z | Checking rand_chacha v0.3.1 |
| 2016 | 2026-05-15T21:16:20.249Z | Checking aws-lc-rs v1.16.3 |
| 2017 | 2026-05-15T21:16:20.283Z | Checking hex v0.4.3 |
| 2018 | 2026-05-15T21:16:20.317Z | Checking plain v0.2.3 |
| 2019 | 2026-05-15T21:16:20.352Z | Checking scrypt v0.11.0 |
| 2020 | 2026-05-15T21:16:20.443Z | Checking rand v0.8.6 |
| 2021 | 2026-05-15T21:16:20.446Z | Checking tempfile v3.25.0 |
| 2022 | 2026-05-15T21:16:20.511Z | Checking rustls-native-certs v0.8.3 |
| 2023 | 2026-05-15T21:16:20.514Z | Checking ipnetwork v0.21.1 |
| 2024 | 2026-05-15T21:16:20.577Z | Checking sync_wrapper v1.0.2 |
| 2025 | 2026-05-15T21:16:20.670Z | Checking foldhash v0.2.0 |
| 2026 | 2026-05-15T21:16:20.729Z | Checking simd-adler32 v0.3.8 |
| 2027 | 2026-05-15T21:16:20.732Z | Checking ucd-trie v0.1.7 |
| 2028 | 2026-05-15T21:16:20.825Z | Checking tower v0.5.3 |
| 2029 | 2026-05-15T21:16:20.873Z | Checking hashbrown v0.16.1 |
| 2030 | 2026-05-15T21:16:20.923Z | Checking pkcs5 v0.7.1 |
| 2031 | 2026-05-15T21:16:20.926Z | Checking pest v2.8.6 |
| 2032 | 2026-05-15T21:16:21.005Z | Checking webpki-roots v1.0.6 |
| 2033 | 2026-05-15T21:16:21.054Z | Checking camino v1.2.2 |
| 2034 | 2026-05-15T21:16:21.106Z | Checking rustls-webpki v0.103.9 |
| 2035 | 2026-05-15T21:16:21.141Z | Checking adler2 v2.0.1 |
| 2036 | 2026-05-15T21:16:21.207Z | Checking iri-string v0.7.10 |
| 2037 | 2026-05-15T21:16:21.247Z | Checking pkcs8 v0.10.2 |
| 2038 | 2026-05-15T21:16:21.282Z | Checking miniz_oxide v0.8.9 |
| 2039 | 2026-05-15T21:16:21.332Z | Checking openapiv3 v2.2.0 |
| 2040 | 2026-05-15T21:16:21.387Z | Checking futures-executor v0.3.32 |
| 2041 | 2026-05-15T21:16:21.450Z | Checking mime v0.3.17 |
| 2042 | 2026-05-15T21:16:21.534Z | Checking hyper v1.8.1 |
| 2043 | 2026-05-15T21:16:21.569Z | Checking futures v0.3.32 |
| 2044 | 2026-05-15T21:16:21.573Z | Checking rustls v0.23.37 |
| 2045 | 2026-05-15T21:16:21.646Z | Checking either v1.15.0 |
| 2046 | 2026-05-15T21:16:21.683Z | Checking winnow v0.7.14 |
| 2047 | 2026-05-15T21:16:21.718Z | Checking crc32fast v1.5.0 |
| 2048 | 2026-05-15T21:16:21.861Z | Checking static_assertions v1.1.0 |
| 2049 | 2026-05-15T21:16:21.897Z | Checking oxnet v0.1.4 |
| 2050 | 2026-05-15T21:16:21.961Z | Checking lazy_static v1.5.0 |
| 2051 | 2026-05-15T21:16:22.037Z | Checking signature v2.2.0 |
| 2052 | 2026-05-15T21:16:22.079Z | Checking hubpack v0.1.2 |
| 2053 | 2026-05-15T21:16:22.157Z | Checking encoding_rs v0.8.35 |
| 2054 | 2026-05-15T21:16:22.195Z | Checking strum v0.26.3 |
| 2055 | 2026-05-15T21:16:22.239Z | Checking tower-http v0.6.8 |
| 2056 | 2026-05-15T21:16:22.275Z | Checking zlib-rs v0.6.2 |
| 2057 | 2026-05-15T21:16:22.330Z | Checking foreign-types-shared v0.1.1 |
| 2058 | 2026-05-15T21:16:22.448Z | Checking foreign-types v0.3.2 |
| 2059 | 2026-05-15T21:16:22.487Z | Checking hyper-util v0.1.20 |
| 2060 | 2026-05-15T21:16:22.548Z | Checking sha1 v0.10.6 |
| 2061 | 2026-05-15T21:16:22.585Z | Checking scroll v0.13.0 |
| 2062 | 2026-05-15T21:16:22.631Z | Checking openssl-sys v0.9.115 |
| 2063 | 2026-05-15T21:16:22.739Z | Checking tinyvec_macros v0.1.1 |
| 2064 | 2026-05-15T21:16:22.836Z | Checking tinyvec v1.10.0 |
| 2065 | 2026-05-15T21:16:22.871Z | Checking goblin v0.10.5 |
| 2066 | 2026-05-15T21:16:22.907Z | Checking toml_datetime v0.6.11 |
| 2067 | 2026-05-15T21:16:23.038Z | Checking openssl v0.10.79 |
| 2068 | 2026-05-15T21:16:23.116Z | Checking serde_spanned v0.6.9 |
| 2069 | 2026-05-15T21:16:23.150Z | Checking num-integer v0.1.46 |
| 2070 | 2026-05-15T21:16:23.185Z | Checking memmap2 v0.9.10 |
| 2071 | 2026-05-15T21:16:23.220Z | Checking flate2 v1.1.9 |
| 2072 | 2026-05-15T21:16:23.265Z | Checking data-encoding v2.10.0 |
| 2073 | 2026-05-15T21:16:23.371Z | Checking dtrace-parser v0.3.0 |
| 2074 | 2026-05-15T21:16:23.407Z | Checking thread-id v5.1.0 |
| 2075 | 2026-05-15T21:16:23.513Z | Checking bit-vec v0.8.0 |
| 2076 | 2026-05-15T21:16:23.550Z | Checking base16ct v0.2.0 |
| 2077 | 2026-05-15T21:16:23.584Z | Checking psl-types v2.0.11 |
| 2078 | 2026-05-15T21:16:23.635Z | Checking cookie v0.18.1 |
| 2079 | 2026-05-15T21:16:23.698Z | Checking sec1 v0.7.3 |
| 2080 | 2026-05-15T21:16:23.734Z | Checking publicsuffix v2.3.0 |
| 2081 | 2026-05-15T21:16:23.737Z | Checking bit-set v0.8.0 |
| 2082 | 2026-05-15T21:16:23.800Z | Checking ff v0.13.1 |
| 2083 | 2026-05-15T21:16:23.885Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-05-15T21:16:23.923Z | Checking cookie_store v0.22.1 |
| 2085 | 2026-05-15T21:16:23.926Z | Checking tokio-rustls v0.26.4 |
| 2086 | 2026-05-15T21:16:23.991Z | Checking rustls-platform-verifier v0.6.2 |
| 2087 | 2026-05-15T21:16:23.994Z | Checking group v0.13.0 |
| 2088 | 2026-05-15T21:16:23.994Z | Checking num-iter v0.1.45 |
| 2089 | 2026-05-15T21:16:24.087Z | Checking bstr v1.12.1 |
| 2090 | 2026-05-15T21:16:24.154Z | Checking hkdf v0.12.4 |
| 2091 | 2026-05-15T21:16:24.191Z | Checking crossbeam-epoch v0.9.18 |
| 2092 | 2026-05-15T21:16:24.227Z | Checking ahash v0.8.12 |
| 2093 | 2026-05-15T21:16:24.230Z | Checking hyper-rustls v0.27.7 |
| 2094 | 2026-05-15T21:16:24.294Z | Checking crypto-bigint v0.5.5 |
| 2095 | 2026-05-15T21:16:24.330Z | Checking quick-error v1.2.3 |
| 2096 | 2026-05-15T21:16:24.433Z | Checking rand_xorshift v0.4.0 |
| 2097 | 2026-05-15T21:16:24.471Z | Checking rusty-fork v0.3.1 |
| 2098 | 2026-05-15T21:16:24.474Z | Checking scroll v0.12.0 |
| 2099 | 2026-05-15T21:16:24.538Z | Checking reqwest v0.13.2 |
| 2100 | 2026-05-15T21:16:24.541Z | Checking unarray v0.1.4 |
| 2101 | 2026-05-15T21:16:24.606Z | Checking num-bigint-dig v0.8.6 |
| 2102 | 2026-05-15T21:16:24.665Z | Checking pkcs1 v0.7.5 |
| 2103 | 2026-05-15T21:16:24.702Z | Checking proptest v1.10.0 |
| 2104 | 2026-05-15T21:16:24.753Z | Checking goblin v0.8.2 |
| 2105 | 2026-05-15T21:16:24.908Z | Checking x509-cert v0.2.5 |
| 2106 | 2026-05-15T21:16:25.032Z | Checking native-tls v0.2.18 |
| 2107 | 2026-05-15T21:16:25.176Z | Checking dof v0.4.0 |
| 2108 | 2026-05-15T21:16:25.212Z | Checking elliptic-curve v0.13.8 |
| 2109 | 2026-05-15T21:16:25.247Z | Checking tokio-native-tls v0.3.1 |
| 2110 | 2026-05-15T21:16:25.424Z | Checking zerocopy v0.7.35 |
| 2111 | 2026-05-15T21:16:25.461Z | Checking hyper-tls v0.6.0 |
| 2112 | 2026-05-15T21:16:25.464Z | Checking unicode-segmentation v1.12.0 |
| 2113 | 2026-05-15T21:16:25.541Z | Checking rsa v0.9.10 |
| 2114 | 2026-05-15T21:16:25.587Z | Checking dtrace-parser v0.2.0 |
| 2115 | 2026-05-15T21:16:25.655Z | Checking reqwest v0.12.28 |
| 2116 | 2026-05-15T21:16:25.824Z | Checking usdt-impl v0.6.0 |
| 2117 | 2026-05-15T21:16:25.861Z | Checking rfc6979 v0.4.0 |
| 2118 | 2026-05-15T21:16:25.864Z | Checking thread-id v4.2.2 |
| 2119 | 2026-05-15T21:16:25.934Z | Checking toml_write v0.1.2 |
| 2120 | 2026-05-15T21:16:25.997Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2121 | 2026-05-15T21:16:26.036Z | Checking ecdsa v0.16.9 |
| 2122 | 2026-05-15T21:16:26.038Z | Checking curve25519-dalek v4.1.3 |
| 2123 | 2026-05-15T21:16:27.123Z | Checking toml_edit v0.22.27 |
| 2124 | 2026-05-15T21:16:27.126Z | Checking usdt v0.6.0 |
| 2125 | 2026-05-15T21:16:27.126Z | Checking memoffset v0.9.1 |
| 2126 | 2026-05-15T21:16:27.126Z | Checking rustix v0.38.44 |
| 2127 | 2026-05-15T21:16:27.126Z | Checking env_filter v1.0.0 |
| 2128 | 2026-05-15T21:16:27.126Z | Checking same-file v1.0.6 |
| 2129 | 2026-05-15T21:16:27.126Z | Checking newtype-uuid v1.3.2 |
| 2130 | 2026-05-15T21:16:27.126Z | Checking keccak v0.1.6 |
| 2131 | 2026-05-15T21:16:27.126Z | Checking env_logger v0.11.9 |
| 2132 | 2026-05-15T21:16:27.126Z | Checking walkdir v2.5.0 |
| 2133 | 2026-05-15T21:16:27.126Z | Checking dof v0.3.0 |
| 2134 | 2026-05-15T21:16:27.126Z | Checking sha3 v0.10.8 |
| 2135 | 2026-05-15T21:16:27.126Z | Checking daft v0.1.5 |
| 2136 | 2026-05-15T21:16:27.126Z | Checking ed25519 v2.2.3 |
| 2137 | 2026-05-15T21:16:27.126Z | Checking itertools v0.13.0 |
| 2138 | 2026-05-15T21:16:27.126Z | Checking serde_with v3.17.0 |
| 2139 | 2026-05-15T21:16:27.126Z | Checking siphasher v1.0.2 |
| 2140 | 2026-05-15T21:16:27.126Z | Checking usdt-impl v0.5.0 |
| 2141 | 2026-05-15T21:16:27.126Z | Checking bitflags v1.3.2 |
| 2142 | 2026-05-15T21:16:27.126Z | Checking ed25519-dalek v2.2.0 |
| 2143 | 2026-05-15T21:16:27.162Z | Checking unicode-normalization v0.1.25 |
| 2144 | 2026-05-15T21:16:27.167Z | Checking signal-hook v0.3.18 |
| 2145 | 2026-05-15T21:16:27.202Z | Checking managed v0.8.0 |
| 2146 | 2026-05-15T21:16:27.239Z | Checking winnow v0.5.40 |
| 2147 | 2026-05-15T21:16:27.295Z | Checking nix v0.31.2 |
| 2148 | 2026-05-15T21:16:27.333Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2149 | 2026-05-15T21:16:27.381Z | Checking object v0.37.3 |
| 2150 | 2026-05-15T21:16:27.417Z | Checking foldhash v0.1.5 |
| 2151 | 2026-05-15T21:16:27.456Z | Checking bzip2 v0.4.4 |
| 2152 | 2026-05-15T21:16:27.561Z | Checking signal-hook-mio v0.2.5 |
| 2153 | 2026-05-15T21:16:27.597Z | Checking hashbrown v0.15.5 |
| 2154 | 2026-05-15T21:16:27.645Z | Checking globset v0.4.18 |
| 2155 | 2026-05-15T21:16:27.693Z | Checking ref-cast v1.0.25 |
| 2156 | 2026-05-15T21:16:27.819Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2157 | 2026-05-15T21:16:27.931Z | Checking zip v0.6.6 |
| 2158 | 2026-05-15T21:16:27.934Z | Checking pin-project v1.1.11 |
| 2159 | 2026-05-15T21:16:28.002Z | Checking zstd-safe v7.2.4 |
| 2160 | 2026-05-15T21:16:28.088Z | Checking bumpalo v3.20.2 |
| 2161 | 2026-05-15T21:16:28.091Z | Checking libbz2-rs-sys v0.2.2 |
| 2162 | 2026-05-15T21:16:28.186Z | Checking zstd v0.13.3 |
| 2163 | 2026-05-15T21:16:28.278Z | Checking crossterm v0.28.1 |
| 2164 | 2026-05-15T21:16:28.320Z | Checking zopfli v0.8.3 |
| 2165 | 2026-05-15T21:16:28.320Z | Checking similar v2.7.0 |
| 2166 | 2026-05-15T21:16:28.388Z | Checking tokio-stream v0.1.18 |
| 2167 | 2026-05-15T21:16:28.424Z | Checking fs-err v3.3.0 |
| 2168 | 2026-05-15T21:16:28.427Z | Checking toml_edit v0.19.15 |
| 2169 | 2026-05-15T21:16:28.534Z | Checking bzip2 v0.6.1 |
| 2170 | 2026-05-15T21:16:28.672Z | Checking pem v3.0.6 |
| 2171 | 2026-05-15T21:16:28.722Z | Checking hash32 v0.2.1 |
| 2172 | 2026-05-15T21:16:28.759Z | Checking serde-big-array v0.5.1 |
| 2173 | 2026-05-15T21:16:28.762Z | Checking unicode-properties v0.1.4 |
| 2174 | 2026-05-15T21:16:28.827Z | Checking unicode-bidi v0.3.18 |
| 2175 | 2026-05-15T21:16:28.862Z | Checking jiff v0.2.21 |
| 2176 | 2026-05-15T21:16:28.903Z | Checking predicates-core v1.0.10 |
| 2177 | 2026-05-15T21:16:28.939Z | Checking heapless v0.7.17 |
| 2178 | 2026-05-15T21:16:29.000Z | Checking snafu v0.8.9 |
| 2179 | 2026-05-15T21:16:29.003Z | Checking olpc-cjson v0.1.4 |
| 2180 | 2026-05-15T21:16:29.067Z | Checking hickory-proto v0.25.2 |
| 2181 | 2026-05-15T21:16:29.144Z | Checking stringprep v0.1.5 |
| 2182 | 2026-05-15T21:16:29.180Z | Checking md-5 v0.10.6 |
| 2183 | 2026-05-15T21:16:29.287Z | Checking serde_plain v1.0.2 |
| 2184 | 2026-05-15T21:16:29.328Z | Checking float-cmp v0.10.0 |
| 2185 | 2026-05-15T21:16:29.363Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2186 | 2026-05-15T21:16:29.398Z | Checking normalize-line-endings v0.3.0 |
| 2187 | 2026-05-15T21:16:29.460Z | Checking fallible-iterator v0.2.0 |
| 2188 | 2026-05-15T21:16:29.497Z | Checking rustc-hash v2.1.1 |
| 2189 | 2026-05-15T21:16:29.503Z | Checking toml v0.7.8 |
| 2190 | 2026-05-15T21:16:29.565Z | Checking difflib v0.4.0 |
| 2191 | 2026-05-15T21:16:29.599Z | Checking typed-path v0.9.3 |
| 2192 | 2026-05-15T21:16:29.639Z | Checking iddqd v0.3.18 |
| 2193 | 2026-05-15T21:16:29.690Z | Checking smoltcp v0.9.1 |
| 2194 | 2026-05-15T21:16:29.753Z | Checking postgres-protocol v0.6.10 |
| 2195 | 2026-05-15T21:16:29.789Z | Checking predicates v3.1.4 |
| 2196 | 2026-05-15T21:16:29.864Z | Checking phf_shared v0.13.1 |
| 2197 | 2026-05-15T21:16:30.085Z | Checking phf_shared v0.11.3 |
| 2198 | 2026-05-15T21:16:30.123Z | Checking buf-list v1.1.2 |
| 2199 | 2026-05-15T21:16:30.126Z | Checking strum v0.27.2 |
| 2200 | 2026-05-15T21:16:30.257Z | Checking fixedbitset v0.5.7 |
| 2201 | 2026-05-15T21:16:30.294Z | Checking precomputed-hash v0.1.1 |
| 2202 | 2026-05-15T21:16:30.297Z | Checking lalrpop-util v0.19.12 |
| 2203 | 2026-05-15T21:16:30.365Z | Checking fixedbitset v0.4.2 |
| 2204 | 2026-05-15T21:16:30.407Z | Checking tough v0.22.0 |
| 2205 | 2026-05-15T21:16:30.436Z | Checking new_debug_unreachable v1.0.6 |
| 2206 | 2026-05-15T21:16:30.472Z | Checking petgraph v0.8.3 |
| 2207 | 2026-05-15T21:16:30.510Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2208 | 2026-05-15T21:16:30.546Z | Checking string_cache v0.8.9 |
| 2209 | 2026-05-15T21:16:30.549Z | Checking petgraph v0.6.5 |
| 2210 | 2026-05-15T21:16:30.549Z | Checking postgres-types v0.2.12 |
| 2211 | 2026-05-15T21:16:30.741Z | Checking phf v0.13.1 |
| 2212 | 2026-05-15T21:16:30.921Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2213 | 2026-05-15T21:16:30.960Z | Checking peg-runtime v0.8.5 |
| 2214 | 2026-05-15T21:16:31.116Z | Checking zip v4.6.1 |
| 2215 | 2026-05-15T21:16:31.152Z | Checking whoami v2.1.0 |
| 2216 | 2026-05-15T21:16:31.324Z | Checking is-terminal v0.4.17 |
| 2217 | 2026-05-15T21:16:31.373Z | Checking tokio-postgres v0.7.16 |
| 2218 | 2026-05-15T21:16:31.445Z | Checking crossbeam-channel v0.5.15 |
| 2219 | 2026-05-15T21:16:31.722Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-05-15T21:16:31.808Z | Checking thread_local v1.1.9 |
| 2221 | 2026-05-15T21:16:31.844Z | Checking take_mut v0.2.2 |
| 2222 | 2026-05-15T21:16:31.879Z | Checking term v1.2.1 |
| 2223 | 2026-05-15T21:16:31.975Z | Compiling newtype-uuid-macros v0.1.0 |
| 2224 | 2026-05-15T21:16:32.010Z | Checking slog-async v2.8.0 |
| 2225 | 2026-05-15T21:16:32.046Z | Compiling rustls v0.22.4 |
| 2226 | 2026-05-15T21:16:32.124Z | Checking slog-term v2.9.2 |
| 2227 | 2026-05-15T21:16:32.211Z | Compiling multer v3.1.0 |
| 2228 | 2026-05-15T21:16:32.294Z | Compiling async-stream-impl v0.3.6 |
| 2229 | 2026-05-15T21:16:32.410Z | Compiling dropshot v0.17.0 |
| 2230 | 2026-05-15T21:16:32.461Z | Compiling dropshot_endpoint v0.17.0 |
| 2231 | 2026-05-15T21:16:32.568Z | Checking match_cfg v0.1.0 |
| 2232 | 2026-05-15T21:16:32.680Z | Checking hostname v0.3.1 |
| 2233 | 2026-05-15T21:16:32.713Z | Checking slog-json v2.6.1 |
| 2234 | 2026-05-15T21:16:32.748Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2235 | 2026-05-15T21:16:32.782Z | Checking debug-ignore v1.0.5 |
| 2236 | 2026-05-15T21:16:32.817Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2237 | 2026-05-15T21:16:32.883Z | Compiling structmeta v0.3.0 |
| 2238 | 2026-05-15T21:16:32.917Z | Checking serde_spanned v1.0.4 |
| 2239 | 2026-05-15T21:16:32.920Z | Checking slog-bunyan v2.5.0 |
| 2240 | 2026-05-15T21:16:32.920Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2241 | 2026-05-15T21:16:33.021Z | Checking rustls-webpki v0.102.8 |
| 2242 | 2026-05-15T21:16:33.072Z | Checking serde_path_to_error v0.1.20 |
| 2243 | 2026-05-15T21:16:33.117Z | Compiling derive-ex v0.1.8 |
| 2244 | 2026-05-15T21:16:33.120Z | Checking async-stream v0.3.6 |
| 2245 | 2026-05-15T21:16:33.187Z | Checking waitgroup v0.1.2 |
| 2246 | 2026-05-15T21:16:33.253Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-05-15T21:16:33.307Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2248 | 2026-05-15T21:16:33.345Z | Checking hostname v0.4.2 |
| 2249 | 2026-05-15T21:16:33.381Z | Checking compression-core v0.4.31 |
| 2250 | 2026-05-15T21:16:33.450Z | Checking progenitor-client v0.14.0 |
| 2251 | 2026-05-15T21:16:33.453Z | Checking regress v0.10.5 |
| 2252 | 2026-05-15T21:16:33.519Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2253 | 2026-05-15T21:16:33.555Z | Checking compression-codecs v0.4.37 |
| 2254 | 2026-05-15T21:16:33.558Z | Checking toml v1.0.6+spec-1.1.0 |
| 2255 | 2026-05-15T21:16:33.653Z | Compiling parse-display-derive v0.10.0 |
| 2256 | 2026-05-15T21:16:33.703Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2257 | 2026-05-15T21:16:33.781Z | Checking async-compression v0.4.41 |
| 2258 | 2026-05-15T21:16:33.870Z | Checking itertools v0.14.0 |
| 2259 | 2026-05-15T21:16:34.049Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2260 | 2026-05-15T21:16:34.161Z | Checking macaddr v1.0.1 |
| 2261 | 2026-05-15T21:16:34.235Z | Checking instant v0.1.13 |
| 2262 | 2026-05-15T21:16:34.349Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2263 | 2026-05-15T21:16:34.385Z | Checking progenitor-client v0.10.0 |
| 2264 | 2026-05-15T21:16:34.478Z | Checking backoff v0.4.0 |
| 2265 | 2026-05-15T21:16:34.610Z | Checking backon v1.6.0 |
| 2266 | 2026-05-15T21:16:34.646Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2267 | 2026-05-15T21:16:34.682Z | Checking heck v0.5.0 |
| 2268 | 2026-05-15T21:16:34.805Z | Compiling test-strategy v0.4.5 |
| 2269 | 2026-05-15T21:16:34.808Z | Checking progenitor-extras v0.2.0 |
| 2270 | 2026-05-15T21:16:34.875Z | Checking unicode-width v0.2.0 |
| 2271 | 2026-05-15T21:16:34.909Z | Checking tokio-rustls v0.25.0 |
| 2272 | 2026-05-15T21:16:34.944Z | Compiling convert_case v0.4.0 |
| 2273 | 2026-05-15T21:16:34.947Z | Checking half v2.7.1 |
| 2274 | 2026-05-15T21:16:35.081Z | Checking ciborium-io v0.2.2 |
| 2275 | 2026-05-15T21:16:35.168Z | Checking secrecy v0.10.3 |
| 2276 | 2026-05-15T21:16:35.171Z | Compiling regress v0.11.1 |
| 2277 | 2026-05-15T21:16:35.235Z | Compiling unsafe-libyaml v0.2.11 |
| 2278 | 2026-05-15T21:16:35.269Z | Checking ciborium-ll v0.2.2 |
| 2279 | 2026-05-15T21:16:35.312Z | Checking indent_write v2.2.0 |
| 2280 | 2026-05-15T21:16:35.347Z | Compiling derive_more v0.99.20 |
| 2281 | 2026-05-15T21:16:35.350Z | Checking parse-display v0.10.0 |
| 2282 | 2026-05-15T21:16:35.465Z | Checking universal-hash v0.5.1 |
| 2283 | 2026-05-15T21:16:35.468Z | Checking ciborium v0.2.2 |
| 2284 | 2026-05-15T21:16:35.551Z | Checking opaque-debug v0.3.1 |
| 2285 | 2026-05-15T21:16:35.646Z | Checking camino-tempfile v1.4.1 |
| 2286 | 2026-05-15T21:16:35.867Z | Compiling serde_yaml v0.9.34+deprecated |
| 2287 | 2026-05-15T21:16:35.913Z | Compiling crucible-workspace-hack v0.1.0 |
| 2288 | 2026-05-15T21:16:35.996Z | Checking aead v0.5.2 |
| 2289 | 2026-05-15T21:16:36.196Z | Checking poly1305 v0.8.0 |
| 2290 | 2026-05-15T21:16:36.259Z | Checking chacha20 v0.9.1 |
| 2291 | 2026-05-15T21:16:36.330Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2292 | 2026-05-15T21:16:36.476Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2293 | 2026-05-15T21:16:36.480Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2294 | 2026-05-15T21:16:36.740Z | Compiling typify-impl v0.6.2 |
| 2295 | 2026-05-15T21:16:36.861Z | Checking password-hash v0.5.0 |
| 2296 | 2026-05-15T21:16:37.044Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2297 | 2026-05-15T21:16:37.120Z | Checking blake2 v0.10.6 |
| 2298 | 2026-05-15T21:16:37.333Z | Checking chacha20poly1305 v0.10.1 |
| 2299 | 2026-05-15T21:16:37.388Z | Checking argon2 v0.5.3 |
| 2300 | 2026-05-15T21:16:37.492Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2301 | 2026-05-15T21:16:37.711Z | Checking thiserror-no-std v2.0.2 |
| 2302 | 2026-05-15T21:16:37.814Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2303 | 2026-05-15T21:16:37.817Z | Checking byte-wrapper v0.1.0 |
| 2304 | 2026-05-15T21:16:37.883Z | Checking vsss-rs v3.3.4 |
| 2305 | 2026-05-15T21:16:37.941Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2306 | 2026-05-15T21:16:38.057Z | Checking swrite v0.1.0 |
| 2307 | 2026-05-15T21:16:38.172Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2308 | 2026-05-15T21:16:38.208Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2309 | 2026-05-15T21:16:38.211Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2310 | 2026-05-15T21:16:38.488Z | Checking toml v0.8.23 |
| 2311 | 2026-05-15T21:16:38.491Z | Checking crossbeam-deque v0.8.6 |
| 2312 | 2026-05-15T21:16:38.743Z | Compiling rayon-core v1.13.0 |
| 2313 | 2026-05-15T21:16:38.849Z | Compiling proc-macro-error v1.0.4 |
| 2314 | 2026-05-15T21:16:38.910Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-05-15T21:16:39.031Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2316 | 2026-05-15T21:16:39.086Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2317 | 2026-05-15T21:16:39.186Z | Checking glob v0.3.3 |
| 2318 | 2026-05-15T21:16:39.349Z | Checking rayon v1.11.0 |
| 2319 | 2026-05-15T21:16:39.399Z | Checking unicode-width v0.1.14 |
| 2320 | 2026-05-15T21:16:39.649Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-05-15T21:16:39.685Z | Compiling usdt-attr-macro v0.5.0 |
| 2322 | 2026-05-15T21:16:39.688Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2323 | 2026-05-15T21:16:39.842Z | Compiling usdt-macro v0.5.0 |
| 2324 | 2026-05-15T21:16:40.165Z | Checking memmap v0.7.0 |
| 2325 | 2026-05-15T21:16:40.203Z | Compiling heapless v0.8.0 |
| 2326 | 2026-05-15T21:16:40.236Z | Checking colored v3.1.1 |
| 2327 | 2026-05-15T21:16:40.322Z | Compiling ingot-macros v0.1.1 |
| 2328 | 2026-05-15T21:16:40.461Z | Checking hash32 v0.3.1 |
| 2329 | 2026-05-15T21:16:40.497Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2330 | 2026-05-15T21:16:40.582Z | Checking usdt v0.5.0 |
| 2331 | 2026-05-15T21:16:40.616Z | Compiling smoltcp v0.11.0 |
| 2332 | 2026-05-15T21:16:40.792Z | Checking cobs v0.3.0 |
| 2333 | 2026-05-15T21:16:40.825Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2334 | 2026-05-15T21:16:40.860Z | Compiling num_enum_derive v0.7.5 |
| 2335 | 2026-05-15T21:16:40.958Z | Checking postcard v1.1.3 |
| 2336 | 2026-05-15T21:16:41.071Z | Compiling proc-macro-crate v1.3.1 |
| 2337 | 2026-05-15T21:16:41.108Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2338 | 2026-05-15T21:16:41.275Z | Checking sigpipe v0.1.3 |
| 2339 | 2026-05-15T21:16:41.331Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2340 | 2026-05-15T21:16:41.334Z | Compiling typify-macro v0.6.2 |
| 2341 | 2026-05-15T21:16:41.402Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2026-05-15T21:16:41.405Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2343 | 2026-05-15T21:16:41.509Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2026-05-15T21:16:41.627Z | Checking cpufeatures v0.3.0 |
| 2345 | 2026-05-15T21:16:41.727Z | Checking chacha20 v0.10.0 |
| 2346 | 2026-05-15T21:16:41.762Z | Compiling num_enum_derive v0.5.11 |
| 2347 | 2026-05-15T21:16:41.940Z | Checking num_enum v0.7.5 |
| 2348 | 2026-05-15T21:16:42.011Z | Checking foreign-types v0.5.0 |
| 2349 | 2026-05-15T21:16:42.119Z | Checking cstr-argument v0.1.2 |
| 2350 | 2026-05-15T21:16:42.122Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2351 | 2026-05-15T21:16:42.222Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2352 | 2026-05-15T21:16:42.272Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2353 | 2026-05-15T21:16:42.351Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2354 | 2026-05-15T21:16:42.589Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-05-15T21:16:42.623Z | Checking rand v0.10.0 |
| 2356 | 2026-05-15T21:16:42.657Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2357 | 2026-05-15T21:16:42.739Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2358 | 2026-05-15T21:16:42.783Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2359 | 2026-05-15T21:16:42.819Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2360 | 2026-05-15T21:16:42.851Z | Checking num_enum v0.5.11 |
| 2361 | 2026-05-15T21:16:42.933Z | Compiling zone_cfg_derive v0.3.1 |
| 2362 | 2026-05-15T21:16:42.969Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2363 | 2026-05-15T21:16:43.006Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2364 | 2026-05-15T21:16:43.172Z | Checking ingot-types v0.1.2 |
| 2365 | 2026-05-15T21:16:43.175Z | Compiling typify v0.6.2 |
| 2366 | 2026-05-15T21:16:43.205Z | Checking itertools v0.12.1 |
| 2367 | 2026-05-15T21:16:43.238Z | Compiling num-derive v0.4.2 |
| 2368 | 2026-05-15T21:16:43.340Z | Compiling progenitor-impl v0.14.0 |
| 2369 | 2026-05-15T21:16:43.561Z | Checking ingot v0.1.1 |
| 2370 | 2026-05-15T21:16:43.602Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2371 | 2026-05-15T21:16:43.990Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2372 | 2026-05-15T21:16:44.042Z | Checking smf v0.2.3 |
| 2373 | 2026-05-15T21:16:44.172Z | Checking whoami v1.6.1 |
| 2374 | 2026-05-15T21:16:44.250Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2375 | 2026-05-15T21:16:44.284Z | Checking tokio-dtrace v0.1.1 |
| 2376 | 2026-05-15T21:16:44.319Z | Checking zone v0.3.1 |
| 2377 | 2026-05-15T21:16:44.322Z | Compiling derive-where v1.6.0 |
| 2378 | 2026-05-15T21:16:44.382Z | Checking console v0.15.11 |
| 2379 | 2026-05-15T21:16:44.500Z | Checking atomicwrites v0.4.4 |
| 2380 | 2026-05-15T21:16:44.505Z | Checking oxide-tokio-rt v0.1.4 |
| 2381 | 2026-05-15T21:16:44.646Z | Checking newline-converter v0.3.0 |
| 2382 | 2026-05-15T21:16:44.682Z | Checking num-rational v0.4.2 |
| 2383 | 2026-05-15T21:16:44.715Z | Checking num-complex v0.4.6 |
| 2384 | 2026-05-15T21:16:44.718Z | Checking float-ord v0.3.2 |
| 2385 | 2026-05-15T21:16:44.782Z | Checking expectorate v1.2.0 |
| 2386 | 2026-05-15T21:16:44.874Z | Checking bytecount v0.6.9 |
| 2387 | 2026-05-15T21:16:44.937Z | Compiling progenitor-impl v0.13.0 |
| 2388 | 2026-05-15T21:16:45.069Z | Checking num v0.4.3 |
| 2389 | 2026-05-15T21:16:45.168Z | Checking progenitor-client v0.13.0 |
| 2390 | 2026-05-15T21:16:45.202Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2391 | 2026-05-15T21:16:45.432Z | Compiling prettyplease v0.2.37 |
| 2392 | 2026-05-15T21:16:45.669Z | Compiling owo-colors v4.3.0 |
| 2393 | 2026-05-15T21:16:45.748Z | Compiling cancel-safe-futures v0.1.5 |
| 2394 | 2026-05-15T21:16:45.919Z | Checking libsw-core v0.3.2 |
| 2395 | 2026-05-15T21:16:45.984Z | Compiling progenitor-macro v0.14.0 |
| 2396 | 2026-05-15T21:16:46.117Z | Checking libsw v3.5.0 |
| 2397 | 2026-05-15T21:16:46.290Z | Checking linear-map v1.2.0 |
| 2398 | 2026-05-15T21:16:46.407Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2399 | 2026-05-15T21:16:46.442Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2400 | 2026-05-15T21:16:46.488Z | Checking gethostname v0.5.0 |
| 2401 | 2026-05-15T21:16:46.605Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2402 | 2026-05-15T21:16:46.766Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2403 | 2026-05-15T21:16:47.521Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2404 | 2026-05-15T21:16:47.587Z | Compiling progenitor-macro v0.13.0 |
| 2405 | 2026-05-15T21:16:48.180Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2406 | 2026-05-15T21:16:48.694Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2407 | 2026-05-15T21:16:50.029Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2408 | 2026-05-15T21:16:50.941Z | Checking progenitor v0.14.0 |
| 2409 | 2026-05-15T21:16:51.330Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2410 | 2026-05-15T21:16:51.957Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-05-15T21:16:52.062Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2412 | 2026-05-15T21:16:52.171Z | Checking smawk v0.3.2 |
| 2413 | 2026-05-15T21:16:52.264Z | Checking unicode-linebreak v0.1.5 |
| 2414 | 2026-05-15T21:16:52.331Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2415 | 2026-05-15T21:16:52.526Z | Checking progenitor v0.13.0 |
| 2416 | 2026-05-15T21:16:52.559Z | Checking papergrid v0.11.0 |
| 2417 | 2026-05-15T21:16:52.562Z | Compiling tabled_derive v0.7.0 |
| 2418 | 2026-05-15T21:16:52.627Z | Compiling convert_case v0.10.0 |
| 2419 | 2026-05-15T21:16:52.689Z | Compiling slog-dtrace v0.3.0 |
| 2420 | 2026-05-15T21:16:52.979Z | Compiling derive_more-impl v2.1.1 |
| 2421 | 2026-05-15T21:16:53.012Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-05-15T21:16:53.545Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-05-15T21:16:53.595Z | Checking tabled v0.15.0 |
| 2424 | 2026-05-15T21:16:53.664Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2425 | 2026-05-15T21:16:53.706Z | Checking linked-hash-map v0.5.6 |
| 2426 | 2026-05-15T21:16:53.782Z | Checking hickory-proto v0.24.4 |
| 2427 | 2026-05-15T21:16:53.825Z | Checking derive_more v2.1.1 |
| 2428 | 2026-05-15T21:16:53.907Z | Checking lru-cache v0.1.2 |
| 2429 | 2026-05-15T21:16:53.942Z | Checking crossterm v0.29.0 |
| 2430 | 2026-05-15T21:16:53.946Z | Checking fd-lock v4.0.4 |
| 2431 | 2026-05-15T21:16:54.053Z | Checking vte v0.14.1 |
| 2432 | 2026-05-15T21:16:54.125Z | Checking display-error-chain v0.2.2 |
| 2433 | 2026-05-15T21:16:54.234Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-05-15T21:16:54.272Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-05-15T21:16:54.328Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-05-15T21:16:54.369Z | Checking termtree v0.5.1 |
| 2437 | 2026-05-15T21:16:54.437Z | Checking textwrap v0.16.2 |
| 2438 | 2026-05-15T21:16:54.517Z | Compiling minimal-lexical v0.2.1 |
| 2439 | 2026-05-15T21:16:54.551Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2440 | 2026-05-15T21:16:54.583Z | Checking reedline v0.40.0 |
| 2441 | 2026-05-15T21:16:54.682Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2442 | 2026-05-15T21:16:54.760Z | Compiling nom v7.1.3 |
| 2443 | 2026-05-15T21:16:54.800Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2444 | 2026-05-15T21:16:55.025Z | Compiling ar_archive_writer v0.5.1 |
| 2445 | 2026-05-15T21:16:55.244Z | Checking humantime v2.3.0 |
| 2446 | 2026-05-15T21:16:55.412Z | Checking csv-core v0.1.13 |
| 2447 | 2026-05-15T21:16:55.454Z | Compiling stacker v0.1.23 |
| 2448 | 2026-05-15T21:16:55.596Z | Checking hickory-resolver v0.24.4 |
| 2449 | 2026-05-15T21:16:55.631Z | Checking csv v1.4.0 |
| 2450 | 2026-05-15T21:16:55.741Z | Checking highway v1.3.0 |
| 2451 | 2026-05-15T21:16:55.776Z | Compiling semver v0.1.20 |
| 2452 | 2026-05-15T21:16:55.871Z | Compiling cfg_aliases v0.1.1 |
| 2453 | 2026-05-15T21:16:55.907Z | Compiling psm v0.1.30 |
| 2454 | 2026-05-15T21:16:55.976Z | Compiling nix v0.28.0 |
| 2455 | 2026-05-15T21:16:56.011Z | Compiling rustc_version v0.1.7 |
| 2456 | 2026-05-15T21:16:56.081Z | Checking nibble_vec v0.1.0 |
| 2457 | 2026-05-15T21:16:56.115Z | Checking home v0.5.12 |
| 2458 | 2026-05-15T21:16:56.148Z | Checking endian-type v0.1.2 |
| 2459 | 2026-05-15T21:16:56.242Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2460 | 2026-05-15T21:16:56.271Z | Compiling newtype_derive v0.1.6 |
| 2461 | 2026-05-15T21:16:56.274Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2462 | 2026-05-15T21:16:56.335Z | Checking radix_trie v0.2.1 |
| 2463 | 2026-05-15T21:16:56.371Z | Checking qorb v0.4.1 |
| 2464 | 2026-05-15T21:16:56.470Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2465 | 2026-05-15T21:16:56.502Z | Checking phf_shared v0.12.1 |
| 2466 | 2026-05-15T21:16:56.576Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2467 | 2026-05-15T21:16:56.697Z | Compiling chrono-tz v0.10.4 |
| 2468 | 2026-05-15T21:16:56.735Z | Checking phf v0.12.1 |
| 2469 | 2026-05-15T21:16:56.925Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2470 | 2026-05-15T21:16:56.991Z | Compiling const_format_proc_macros v0.2.34 |
| 2471 | 2026-05-15T21:16:57.023Z | Compiling peg-macros v0.8.5 |
| 2472 | 2026-05-15T21:16:57.026Z | Checking recursive v0.1.1 |
| 2473 | 2026-05-15T21:16:57.163Z | Checking winnow v0.6.26 |
| 2474 | 2026-05-15T21:16:57.202Z | Compiling sqlparser_derive v0.5.0 |
| 2475 | 2026-05-15T21:16:57.514Z | Checking unicode_categories v0.1.1 |
| 2476 | 2026-05-15T21:16:57.852Z | Checking const_format v0.2.35 |
| 2477 | 2026-05-15T21:16:57.890Z | Checking rustyline v14.0.0 |
| 2478 | 2026-05-15T21:16:58.112Z | Checking sqlparser v0.61.0 |
| 2479 | 2026-05-15T21:16:58.377Z | Checking sqlformat v0.3.5 |
| 2480 | 2026-05-15T21:16:58.431Z | Checking peg v0.8.5 |
| 2481 | 2026-05-15T21:16:58.641Z | Checking bcs v0.1.6 |
| 2482 | 2026-05-15T21:16:58.676Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-05-15T21:16:58.846Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2484 | 2026-05-15T21:16:58.909Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2485 | 2026-05-15T21:16:58.961Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2486 | 2026-05-15T21:16:58.993Z | Checking steno v0.4.1 |
| 2487 | 2026-05-15T21:16:59.061Z | Checking filetime v0.2.27 |
| 2488 | 2026-05-15T21:16:59.225Z | Checking xattr v1.6.1 |
| 2489 | 2026-05-15T21:16:59.383Z | Checking tar v0.4.45 |
| 2490 | 2026-05-15T21:16:59.792Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2491 | 2026-05-15T21:16:59.827Z | Checking subprocess v0.2.15 |
| 2492 | 2026-05-15T21:16:59.884Z | Checking base64 v0.21.7 |
| 2493 | 2026-05-15T21:16:59.991Z | Checking headers-core v0.3.0 |
| 2494 | 2026-05-15T21:17:00.126Z | Checking headers v0.4.1 |
| 2495 | 2026-05-15T21:17:00.164Z | Checking yasna v0.5.2 |
| 2496 | 2026-05-15T21:17:00.167Z | Checking dropshot-api-manager-types v0.7.1 |
| 2497 | 2026-05-15T21:17:00.387Z | Checking tagptr v0.2.0 |
| 2498 | 2026-05-15T21:17:00.557Z | Checking moka v0.12.13 |
| 2499 | 2026-05-15T21:17:00.589Z | Checking rcgen v0.12.1 |
| 2500 | 2026-05-15T21:17:00.622Z | Checking utf-8 v0.7.6 |
| 2501 | 2026-05-15T21:17:00.784Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2502 | 2026-05-15T21:17:00.926Z | Compiling libefi-sys v0.1.0 |
| 2503 | 2026-05-15T21:17:00.962Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2504 | 2026-05-15T21:17:01.137Z | Compiling bitfield-struct v0.6.2 |
| 2505 | 2026-05-15T21:17:01.255Z | Checking hickory-resolver v0.25.2 |
| 2506 | 2026-05-15T21:17:01.429Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-15T21:17:01.463Z | Compiling radium v0.7.0 |
| 2508 | 2026-05-15T21:17:01.534Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2509 | 2026-05-15T21:17:01.716Z | Checking tungstenite v0.21.0 |
| 2510 | 2026-05-15T21:17:01.792Z | Checking tap v1.0.1 |
| 2511 | 2026-05-15T21:17:01.825Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-05-15T21:17:01.873Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2513 | 2026-05-15T21:17:01.926Z | Compiling maybe-uninit v2.0.0 |
| 2514 | 2026-05-15T21:17:01.992Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2515 | 2026-05-15T21:17:02.089Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2516 | 2026-05-15T21:17:02.122Z | Checking wyz v0.5.1 |
| 2517 | 2026-05-15T21:17:02.168Z | Checking tokio-tungstenite v0.21.0 |
| 2518 | 2026-05-15T21:17:02.334Z | Compiling zerocopy-derive v0.6.6 |
| 2519 | 2026-05-15T21:17:02.366Z | Checking crc-catalog v2.4.0 |
| 2520 | 2026-05-15T21:17:02.464Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-05-15T21:17:02.518Z | Checking funty v2.0.0 |
| 2522 | 2026-05-15T21:17:02.552Z | Checking crc v3.4.0 |
| 2523 | 2026-05-15T21:17:02.554Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-05-15T21:17:02.616Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2525 | 2026-05-15T21:17:02.817Z | Compiling packed_struct_codegen v0.10.1 |
| 2526 | 2026-05-15T21:17:02.864Z | Checking bitvec v1.0.1 |
| 2527 | 2026-05-15T21:17:02.897Z | Compiling bitfield-macros v0.19.4 |
| 2528 | 2026-05-15T21:17:03.230Z | Checking zerocopy v0.6.6 |
| 2529 | 2026-05-15T21:17:03.557Z | Compiling indexmap v1.9.3 |
| 2530 | 2026-05-15T21:17:03.591Z | Checking nodrop v0.1.14 |
| 2531 | 2026-05-15T21:17:03.633Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2532 | 2026-05-15T21:17:03.709Z | Checking array-init v0.0.4 |
| 2533 | 2026-05-15T21:17:03.822Z | Checking bitfield v0.19.4 |
| 2534 | 2026-05-15T21:17:03.898Z | Checking smallvec v0.6.14 |
| 2535 | 2026-05-15T21:17:03.930Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2536 | 2026-05-15T21:17:04.033Z | Checking hashbrown v0.12.3 |
| 2537 | 2026-05-15T21:17:04.117Z | Checking serde-hex v0.1.0 |
| 2538 | 2026-05-15T21:17:04.150Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2539 | 2026-05-15T21:17:04.338Z | Checking ron v0.8.1 |
| 2540 | 2026-05-15T21:17:04.824Z | Checking hashbrown v0.13.2 |
| 2541 | 2026-05-15T21:17:04.878Z | Checking crc-any v2.5.0 |
| 2542 | 2026-05-15T21:17:05.002Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2543 | 2026-05-15T21:17:05.080Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2544 | 2026-05-15T21:17:05.263Z | Checking object v0.30.4 |
| 2545 | 2026-05-15T21:17:05.298Z | Checking path-slash v0.1.5 |
| 2546 | 2026-05-15T21:17:05.329Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2547 | 2026-05-15T21:17:05.332Z | Compiling xshell-macros v0.2.7 |
| 2548 | 2026-05-15T21:17:05.428Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2549 | 2026-05-15T21:17:05.479Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2550 | 2026-05-15T21:17:05.640Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2551 | 2026-05-15T21:17:05.736Z | Checking xshell v0.2.7 |
| 2552 | 2026-05-15T21:17:05.955Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2553 | 2026-05-15T21:17:05.993Z | Checking half v1.8.3 |
| 2554 | 2026-05-15T21:17:06.213Z | Checking serde_cbor v0.11.2 |
| 2555 | 2026-05-15T21:17:06.290Z | Compiling num-derive v0.3.3 |
| 2556 | 2026-05-15T21:17:06.630Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2557 | 2026-05-15T21:17:06.753Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2558 | 2026-05-15T21:17:07.009Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2559 | 2026-05-15T21:17:07.049Z | Compiling proc-macro-error2 v2.0.1 |
| 2560 | 2026-05-15T21:17:07.255Z | Checking libscf-sys v1.1.0 |
| 2561 | 2026-05-15T21:17:07.365Z | Checking papergrid v0.17.0 |
| 2562 | 2026-05-15T21:17:07.388Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2563 | 2026-05-15T21:17:07.435Z | Compiling tabled_derive v0.11.0 |
| 2564 | 2026-05-15T21:17:07.435Z | Checking testing_table v0.3.0 |
| 2565 | 2026-05-15T21:17:07.604Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2566 | 2026-05-15T21:17:07.643Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-15T21:17:08.133Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2568 | 2026-05-15T21:17:08.405Z | Compiling git-stub v1.0.0 |
| 2569 | 2026-05-15T21:17:08.438Z | Checking maplit v1.0.2 |
| 2570 | 2026-05-15T21:17:08.471Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2571 | 2026-05-15T21:17:08.474Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2572 | 2026-05-15T21:17:08.548Z | Checking crc8 v0.1.1 |
| 2573 | 2026-05-15T21:17:08.674Z | Compiling git-stub-vcs v0.1.0 |
| 2574 | 2026-05-15T21:17:08.707Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2575 | 2026-05-15T21:17:08.739Z | Checking tabled v0.20.0 |
| 2576 | 2026-05-15T21:17:09.061Z | Checking fxhash v0.2.1 |
| 2577 | 2026-05-15T21:17:09.210Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2578 | 2026-05-15T21:17:09.397Z | Checking unicase v2.9.0 |
| 2579 | 2026-05-15T21:17:09.466Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2580 | 2026-05-15T21:17:09.499Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2581 | 2026-05-15T21:17:09.582Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2582 | 2026-05-15T21:17:09.809Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2583 | 2026-05-15T21:17:09.844Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2584 | 2026-05-15T21:17:09.921Z | Compiling typify-impl v0.4.3 |
| 2585 | 2026-05-15T21:17:09.980Z | Checking kstat-rs v0.2.4 |
| 2586 | 2026-05-15T21:17:10.120Z | Compiling diesel_derives v2.3.7 |
| 2587 | 2026-05-15T21:17:10.200Z | Checking scheduled-thread-pool v0.2.7 |
| 2588 | 2026-05-15T21:17:10.359Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2589 | 2026-05-15T21:17:10.392Z | Compiling dsl_auto_type v0.2.0 |
| 2590 | 2026-05-15T21:17:10.424Z | Compiling vergen-gitcl v1.0.8 |
| 2591 | 2026-05-15T21:17:10.635Z | Checking arc-swap v1.8.2 |
| 2592 | 2026-05-15T21:17:10.813Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2593 | 2026-05-15T21:17:10.893Z | Compiling parking_lot_core v0.8.6 |
| 2594 | 2026-05-15T21:17:11.035Z | Checking slog-scope v4.4.1 |
| 2595 | 2026-05-15T21:17:11.156Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2596 | 2026-05-15T21:17:11.264Z | Checking r2d2 v0.8.10 |
| 2597 | 2026-05-15T21:17:11.297Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2598 | 2026-05-15T21:17:11.472Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2599 | 2026-05-15T21:17:11.821Z | Checking downcast-rs v2.0.2 |
| 2600 | 2026-05-15T21:17:12.106Z | Checking slog-stdlog v4.1.1 |
| 2601 | 2026-05-15T21:17:12.141Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2602 | 2026-05-15T21:17:12.200Z | Checking parking_lot v0.11.2 |
| 2603 | 2026-05-15T21:17:12.238Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2604 | 2026-05-15T21:17:12.265Z | Checking slog-envlogger v2.2.0 |
| 2605 | 2026-05-15T21:17:12.414Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2606 | 2026-05-15T21:17:12.453Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2607 | 2026-05-15T21:17:12.457Z | Checking prefix-trie v0.7.0 |
| 2608 | 2026-05-15T21:17:12.548Z | Checking sled v0.34.7 |
| 2609 | 2026-05-15T21:17:12.749Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2610 | 2026-05-15T21:17:12.845Z | Checking hickory-server v0.25.2 |
| 2611 | 2026-05-15T21:17:12.947Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2612 | 2026-05-15T21:17:13.141Z | Checking nanorand v0.7.0 |
| 2613 | 2026-05-15T21:17:13.368Z | Compiling dirs-sys-next v0.1.2 |
| 2614 | 2026-05-15T21:17:13.412Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2615 | 2026-05-15T21:17:13.447Z | Compiling crunchy v0.2.4 |
| 2616 | 2026-05-15T21:17:13.683Z | Compiling salty v0.3.0 |
| 2617 | 2026-05-15T21:17:13.778Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-05-15T21:17:13.807Z | Checking flume v0.11.1 |
| 2619 | 2026-05-15T21:17:13.925Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2620 | 2026-05-15T21:17:13.990Z | Compiling clang-sys v1.8.1 |
| 2621 | 2026-05-15T21:17:14.031Z | Checking primeorder v0.13.6 |
| 2622 | 2026-05-15T21:17:14.069Z | Compiling tiny-keccak v2.0.2 |
| 2623 | 2026-05-15T21:17:14.357Z | Compiling term v0.7.0 |
| 2624 | 2026-05-15T21:17:14.422Z | Compiling typify-macro v0.4.3 |
| 2625 | 2026-05-15T21:17:14.559Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2626 | 2026-05-15T21:17:14.601Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2627 | 2026-05-15T21:17:14.881Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2628 | 2026-05-15T21:17:14.916Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2629 | 2026-05-15T21:17:14.970Z | Compiling bit-vec v0.6.3 |
| 2630 | 2026-05-15T21:17:15.018Z | Compiling ascii-canvas v3.0.0 |
| 2631 | 2026-05-15T21:17:15.171Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-05-15T21:17:15.283Z | Compiling itertools v0.10.5 |
| 2633 | 2026-05-15T21:17:15.352Z | Compiling ena v0.14.4 |
| 2634 | 2026-05-15T21:17:15.564Z | Compiling libloading v0.8.9 |
| 2635 | 2026-05-15T21:17:15.597Z | Compiling fs-err v2.11.0 |
| 2636 | 2026-05-15T21:17:15.651Z | Compiling regex-syntax v0.6.29 |
| 2637 | 2026-05-15T21:17:15.804Z | Compiling diff v0.1.13 |
| 2638 | 2026-05-15T21:17:15.834Z | Compiling bindgen v0.71.1 |
| 2639 | 2026-05-15T21:17:16.135Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2640 | 2026-05-15T21:17:16.168Z | Compiling typify v0.4.3 |
| 2641 | 2026-05-15T21:17:16.355Z | Checking p384 v0.13.1 |
| 2642 | 2026-05-15T21:17:16.389Z | Compiling cexpr v0.6.0 |
| 2643 | 2026-05-15T21:17:16.389Z | Checking diesel v2.3.7 |
| 2644 | 2026-05-15T21:17:16.421Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2645 | 2026-05-15T21:17:16.832Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-05-15T21:17:17.002Z | Compiling lalrpop v0.19.12 |
| 2647 | 2026-05-15T21:17:17.077Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2648 | 2026-05-15T21:17:17.198Z | Compiling libxml v0.3.3 |
| 2649 | 2026-05-15T21:17:17.293Z | Checking parse-size v1.1.0 |
| 2650 | 2026-05-15T21:17:17.524Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2651 | 2026-05-15T21:17:17.776Z | Compiling progenitor-impl v0.11.2 |
| 2652 | 2026-05-15T21:17:18.417Z | Compiling strum_macros v0.24.3 |
| 2653 | 2026-05-15T21:17:18.595Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2654 | 2026-05-15T21:17:19.209Z | Checking assert_matches v1.5.0 |
| 2655 | 2026-05-15T21:17:19.314Z | Compiling indoc v1.0.9 |
| 2656 | 2026-05-15T21:17:19.811Z | Compiling progenitor-impl v0.10.0 |
| 2657 | 2026-05-15T21:17:20.380Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2658 | 2026-05-15T21:17:20.421Z | Compiling progenitor-macro v0.11.2 |
| 2659 | 2026-05-15T21:17:20.725Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2660 | 2026-05-15T21:17:20.951Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2661 | 2026-05-15T21:17:21.385Z | Checking predicates-tree v1.0.13 |
| 2662 | 2026-05-15T21:17:21.531Z | Checking progenitor-client v0.11.2 |
| 2663 | 2026-05-15T21:17:21.534Z | Checking quick-xml v0.37.5 |
| 2664 | 2026-05-15T21:17:21.805Z | Checking derive_builder v0.20.2 |
| 2665 | 2026-05-15T21:17:21.945Z | Compiling oso-derive v0.27.3 |
| 2666 | 2026-05-15T21:17:22.434Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2667 | 2026-05-15T21:17:22.472Z | Compiling trait-variant v0.1.2 |
| 2668 | 2026-05-15T21:17:22.505Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2669 | 2026-05-15T21:17:22.539Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2670 | 2026-05-15T21:17:22.726Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2671 | 2026-05-15T21:17:23.045Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2672 | 2026-05-15T21:17:24.010Z | Checking openssl-probe v0.1.6 |
| 2673 | 2026-05-15T21:17:24.153Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2674 | 2026-05-15T21:17:24.501Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2675 | 2026-05-15T21:17:24.610Z | Compiling progenitor-macro v0.10.0 |
| 2676 | 2026-05-15T21:17:24.963Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-15T21:17:25.032Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2678 | 2026-05-15T21:17:25.327Z | Checking progenitor v0.11.2 |
| 2679 | 2026-05-15T21:17:25.503Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2680 | 2026-05-15T21:17:25.839Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2681 | 2026-05-15T21:17:26.955Z | Compiling mime_guess v2.0.5 |
| 2682 | 2026-05-15T21:17:27.537Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2683 | 2026-05-15T21:17:27.764Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-15T21:17:28.199Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2685 | 2026-05-15T21:17:28.501Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-05-15T21:17:28.533Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2687 | 2026-05-15T21:17:28.723Z | Checking http-range v0.1.5 |
| 2688 | 2026-05-15T21:17:28.771Z | Checking corncobs v0.1.4 |
| 2689 | 2026-05-15T21:17:28.928Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-05-15T21:17:29.009Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2691 | 2026-05-15T21:17:29.248Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2692 | 2026-05-15T21:17:29.503Z | Checking progenitor v0.10.0 |
| 2693 | 2026-05-15T21:17:29.545Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2694 | 2026-05-15T21:17:29.617Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2695 | 2026-05-15T21:17:29.671Z | Checking ignore v0.4.25 |
| 2696 | 2026-05-15T21:17:30.111Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2697 | 2026-05-15T21:17:30.225Z | Checking secrecy v0.8.0 |
| 2698 | 2026-05-15T21:17:30.377Z | Checking atty v0.2.14 |
| 2699 | 2026-05-15T21:17:30.663Z | Checking globwalk v0.9.1 |
| 2700 | 2026-05-15T21:17:30.884Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2701 | 2026-05-15T21:17:31.469Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2702 | 2026-05-15T21:17:31.503Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2703 | 2026-05-15T21:17:31.731Z | Checking bb8 v0.8.6 |
| 2704 | 2026-05-15T21:17:31.991Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2705 | 2026-05-15T21:17:32.029Z | Checking async-bb8-diesel v0.2.1 |
| 2706 | 2026-05-15T21:17:32.063Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2707 | 2026-05-15T21:17:32.136Z | Checking hyper-staticfile v0.10.1 |
| 2708 | 2026-05-15T21:17:32.251Z | Checking camino-tempfile-ext v0.3.3 |
| 2709 | 2026-05-15T21:17:32.371Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2710 | 2026-05-15T21:17:32.410Z | Checking diesel-dtrace v0.5.0 |
| 2711 | 2026-05-15T21:17:32.516Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2712 | 2026-05-15T21:17:32.548Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2713 | 2026-05-15T21:17:32.704Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2714 | 2026-05-15T21:17:32.768Z | Checking signal-hook-tokio v0.3.1 |
| 2715 | 2026-05-15T21:17:32.831Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2716 | 2026-05-15T21:17:33.101Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2717 | 2026-05-15T21:17:33.134Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2718 | 2026-05-15T21:17:33.368Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2719 | 2026-05-15T21:17:33.923Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2720 | 2026-05-15T21:17:33.995Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2721 | 2026-05-15T21:17:34.337Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2722 | 2026-05-15T21:17:34.341Z | Checking nonempty v0.12.0 |
| 2723 | 2026-05-15T21:17:34.405Z | Checking illumos-nvpair v0.3.0 |
| 2724 | 2026-05-15T21:17:34.592Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2725 | 2026-05-15T21:17:34.674Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2726 | 2026-05-15T21:17:34.709Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2727 | 2026-05-15T21:17:34.977Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2728 | 2026-05-15T21:17:35.014Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2729 | 2026-05-15T21:17:35.099Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2730 | 2026-05-15T21:17:35.181Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2731 | 2026-05-15T21:17:35.468Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2732 | 2026-05-15T21:17:35.614Z | Checking tungstenite v0.23.0 |
| 2733 | 2026-05-15T21:17:35.752Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2734 | 2026-05-15T21:17:36.080Z | Checking tokio-tungstenite v0.23.1 |
| 2735 | 2026-05-15T21:17:36.379Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2736 | 2026-05-15T21:17:36.727Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2737 | 2026-05-15T21:17:36.763Z | Checking rand_seeder v0.4.0 |
| 2738 | 2026-05-15T21:17:36.899Z | Checking void v1.0.2 |
| 2739 | 2026-05-15T21:17:36.937Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-05-15T21:17:36.972Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2741 | 2026-05-15T21:17:37.037Z | Checking lzss v0.8.2 |
| 2742 | 2026-05-15T21:17:37.162Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2743 | 2026-05-15T21:17:37.254Z | Checking nix v0.27.1 |
| 2744 | 2026-05-15T21:17:37.342Z | Checking serde_bytes v0.11.19 |
| 2745 | 2026-05-15T21:17:37.443Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2746 | 2026-05-15T21:17:37.570Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2747 | 2026-05-15T21:17:37.823Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2748 | 2026-05-15T21:17:38.065Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2749 | 2026-05-15T21:17:38.296Z | Checking is_ci v1.2.0 |
| 2750 | 2026-05-15T21:17:38.430Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2751 | 2026-05-15T21:17:38.557Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2752 | 2026-05-15T21:17:38.729Z | Checking yansi v1.0.1 |
| 2753 | 2026-05-15T21:17:39.011Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2754 | 2026-05-15T21:17:39.014Z | Checking pretty_assertions v1.4.1 |
| 2755 | 2026-05-15T21:17:39.207Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2756 | 2026-05-15T21:17:39.241Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2757 | 2026-05-15T21:17:39.316Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2758 | 2026-05-15T21:17:39.402Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2759 | 2026-05-15T21:17:39.573Z | Compiling darling_core v0.23.0 |
| 2760 | 2026-05-15T21:17:40.540Z | Compiling indoc v2.0.7 |
| 2761 | 2026-05-15T21:17:40.764Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2762 | 2026-05-15T21:17:40.993Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-15T21:17:41.026Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-05-15T21:17:41.289Z | Compiling instability v0.3.11 |
| 2765 | 2026-05-15T21:17:41.494Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2766 | 2026-05-15T21:17:41.697Z | Compiling libz-sys v1.1.24 |
| 2767 | 2026-05-15T21:17:41.806Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2768 | 2026-05-15T21:17:42.096Z | Checking castaway v0.2.4 |
| 2769 | 2026-05-15T21:17:42.128Z | Compiling darling_macro v0.23.0 |
| 2770 | 2026-05-15T21:17:42.262Z | Checking compact_str v0.8.1 |
| 2771 | 2026-05-15T21:17:42.689Z | Compiling darling v0.23.0 |
| 2772 | 2026-05-15T21:17:42.720Z | Checking supports-color v3.0.2 |
| 2773 | 2026-05-15T21:17:42.884Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2774 | 2026-05-15T21:17:43.085Z | Checking unicode-truncate v1.1.0 |
| 2775 | 2026-05-15T21:17:43.120Z | Checking console v0.16.2 |
| 2776 | 2026-05-15T21:17:43.263Z | Checking lru v0.12.5 |
| 2777 | 2026-05-15T21:17:43.453Z | Checking cassowary v0.3.0 |
| 2778 | 2026-05-15T21:17:43.456Z | Checking unit-prefix v0.5.2 |
| 2779 | 2026-05-15T21:17:43.581Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2780 | 2026-05-15T21:17:43.624Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2781 | 2026-05-15T21:17:43.656Z | Checking indicatif v0.18.4 |
| 2782 | 2026-05-15T21:17:43.692Z | Checking ratatui v0.29.0 |
| 2783 | 2026-05-15T21:17:43.828Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2784 | 2026-05-15T21:17:44.236Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2785 | 2026-05-15T21:17:45.027Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2786 | 2026-05-15T21:17:45.253Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2787 | 2026-05-15T21:17:45.472Z | Compiling vergen-git2 v1.0.7 |
| 2788 | 2026-05-15T21:17:45.506Z | Checking plotters-backend v0.3.7 |
| 2789 | 2026-05-15T21:17:45.571Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2790 | 2026-05-15T21:17:45.768Z | Checking plotters-svg v0.3.7 |
| 2791 | 2026-05-15T21:17:45.801Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2792 | 2026-05-15T21:17:45.833Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2793 | 2026-05-15T21:17:45.938Z | Checking colored v2.2.0 |
| 2794 | 2026-05-15T21:17:46.022Z | Checking cast v0.3.0 |
| 2795 | 2026-05-15T21:17:46.168Z | Checking shell-words v1.1.1 |
| 2796 | 2026-05-15T21:17:46.205Z | Compiling rustls v0.21.12 |
| 2797 | 2026-05-15T21:17:46.321Z | Checking criterion-plot v0.6.0 |
| 2798 | 2026-05-15T21:17:46.495Z | Checking plotters v0.3.7 |
| 2799 | 2026-05-15T21:17:46.583Z | Checking typeid v1.0.3 |
| 2800 | 2026-05-15T21:17:46.616Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2801 | 2026-05-15T21:17:46.730Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2802 | 2026-05-15T21:17:46.940Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2803 | 2026-05-15T21:17:47.163Z | Checking rustls-webpki v0.101.7 |
| 2804 | 2026-05-15T21:17:47.265Z | Checking sct v0.7.1 |
| 2805 | 2026-05-15T21:17:47.432Z | Checking tinytemplate v1.2.1 |
| 2806 | 2026-05-15T21:17:47.554Z | Compiling nix v0.29.0 |
| 2807 | 2026-05-15T21:17:47.592Z | Compiling dropshot v0.16.7 |
| 2808 | 2026-05-15T21:17:47.686Z | Checking anes v0.1.6 |
| 2809 | 2026-05-15T21:17:47.815Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-05-15T21:17:47.900Z | Checking oorandom v11.1.5 |
| 2811 | 2026-05-15T21:17:48.019Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2812 | 2026-05-15T21:17:48.053Z | Checking criterion v0.7.0 |
| 2813 | 2026-05-15T21:17:49.406Z | Checking erased-serde v0.4.9 |
| 2814 | 2026-05-15T21:17:49.442Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2815 | 2026-05-15T21:17:49.788Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2816 | 2026-05-15T21:17:50.587Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2817 | 2026-05-15T21:17:51.406Z | Checking toml v0.9.12+spec-1.1.0 |
| 2818 | 2026-05-15T21:17:52.019Z | Checking ordered-float v2.10.1 |
| 2819 | 2026-05-15T21:17:52.285Z | Compiling dropshot_endpoint v0.16.7 |
| 2820 | 2026-05-15T21:17:52.459Z | Checking serde-value v0.7.0 |
| 2821 | 2026-05-15T21:17:52.703Z | Checking serde-untagged v0.1.9 |
| 2822 | 2026-05-15T21:17:52.930Z | Checking tokio-rustls v0.24.1 |
| 2823 | 2026-05-15T21:17:53.421Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2824 | 2026-05-15T21:17:54.197Z | Checking rustls-pemfile v1.0.4 |
| 2825 | 2026-05-15T21:17:54.233Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2826 | 2026-05-15T21:17:54.236Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2827 | 2026-05-15T21:17:54.360Z | Checking twox-hash v2.1.2 |
| 2828 | 2026-05-15T21:17:54.431Z | Checking unicode-xid v0.2.6 |
| 2829 | 2026-05-15T21:17:54.507Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2830 | 2026-05-15T21:17:54.566Z | Checking cargo-util-schemas v0.8.2 |
| 2831 | 2026-05-15T21:17:54.681Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2832 | 2026-05-15T21:17:55.466Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2833 | 2026-05-15T21:17:55.829Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2834 | 2026-05-15T21:17:55.976Z | Checking fatfs v0.3.6 |
| 2835 | 2026-05-15T21:17:56.010Z | Checking cargo-platform v0.2.0 |
| 2836 | 2026-05-15T21:17:56.175Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2837 | 2026-05-15T21:17:56.219Z | Compiling petname v2.0.2 |
| 2838 | 2026-05-15T21:17:56.446Z | Compiling seq-macro v0.3.6 |
| 2839 | 2026-05-15T21:17:56.882Z | Checking cargo_metadata v0.21.0 |
| 2840 | 2026-05-15T21:17:56.972Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2841 | 2026-05-15T21:17:57.524Z | Checking concurrent-queue v2.5.0 |
| 2842 | 2026-05-15T21:17:57.688Z | Checking rtoolbox v0.0.3 |
| 2843 | 2026-05-15T21:17:57.740Z | Checking parking v2.2.1 |
| 2844 | 2026-05-15T21:17:57.850Z | Checking rpassword v7.4.0 |
| 2845 | 2026-05-15T21:17:57.892Z | Checking event-listener v5.4.1 |
| 2846 | 2026-05-15T21:17:58.135Z | Checking tui-tree-widget v0.23.1 |
| 2847 | 2026-05-15T21:17:58.355Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2848 | 2026-05-15T21:17:58.393Z | Checking polyval v0.6.2 |
| 2849 | 2026-05-15T21:17:58.548Z | Checking sapling-renderdag v0.1.0 |
| 2850 | 2026-05-15T21:17:58.585Z | Checking sync-ptr v0.1.4 |
| 2851 | 2026-05-15T21:17:58.729Z | Checking ghash v0.5.1 |
| 2852 | 2026-05-15T21:17:58.822Z | Checking event-listener-strategy v0.5.4 |
| 2853 | 2026-05-15T21:17:58.876Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2854 | 2026-05-15T21:17:58.910Z | Checking ctr v0.9.2 |
| 2855 | 2026-05-15T21:17:58.983Z | Checking futures-timer v3.0.3 |
| 2856 | 2026-05-15T21:17:59.095Z | Checking constant_time_eq v0.4.2 |
| 2857 | 2026-05-15T21:17:59.127Z | Checking arrayvec v0.7.6 |
| 2858 | 2026-05-15T21:17:59.163Z | Compiling samael v0.0.19 |
| 2859 | 2026-05-15T21:17:59.195Z | Checking arrayref v0.3.9 |
| 2860 | 2026-05-15T21:17:59.257Z | Checking aes-gcm v0.10.3 |
| 2861 | 2026-05-15T21:17:59.336Z | Checking async-lock v3.4.2 |
| 2862 | 2026-05-15T21:17:59.381Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2863 | 2026-05-15T21:17:59.433Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2864 | 2026-05-15T21:17:59.753Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2865 | 2026-05-15T21:18:00.401Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2866 | 2026-05-15T21:18:00.452Z | Checking ssh-encoding v0.2.0 |
| 2867 | 2026-05-15T21:18:00.668Z | Checking blowfish v0.9.1 |
| 2868 | 2026-05-15T21:18:00.848Z | Checking bcrypt-pbkdf v0.10.0 |
| 2869 | 2026-05-15T21:18:01.043Z | Checking ssh-cipher v0.2.0 |
| 2870 | 2026-05-15T21:18:01.243Z | Checking async-object-pool v0.2.0 |
| 2871 | 2026-05-15T21:18:01.381Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2872 | 2026-05-15T21:18:01.608Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2873 | 2026-05-15T21:18:01.755Z | Checking serde_regex v1.1.0 |
| 2874 | 2026-05-15T21:18:01.941Z | Checking password-hash v0.4.2 |
| 2875 | 2026-05-15T21:18:02.050Z | Checking assert-json-diff v2.0.2 |
| 2876 | 2026-05-15T21:18:02.184Z | Checking path-tree v0.8.3 |
| 2877 | 2026-05-15T21:18:02.244Z | Checking gimli v0.32.3 |
| 2878 | 2026-05-15T21:18:02.277Z | Compiling target-lexicon v0.13.3 |
| 2879 | 2026-05-15T21:18:02.395Z | Checking stringmetrics v2.2.2 |
| 2880 | 2026-05-15T21:18:02.586Z | Checking httpmock v0.8.3 |
| 2881 | 2026-05-15T21:18:02.863Z | Checking pbkdf2 v0.11.0 |
| 2882 | 2026-05-15T21:18:03.069Z | Checking ssh-key v0.6.7 |
| 2883 | 2026-05-15T21:18:03.824Z | Checking addr2line v0.25.1 |
| 2884 | 2026-05-15T21:18:04.119Z | Checking p256 v0.13.2 |
| 2885 | 2026-05-15T21:18:04.399Z | Checking p521 v0.13.3 |
| 2886 | 2026-05-15T21:18:04.719Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2887 | 2026-05-15T21:18:04.781Z | Checking russh-cryptovec v0.7.3 |
| 2888 | 2026-05-15T21:18:04.945Z | Checking rustc-demangle v0.1.27 |
| 2889 | 2026-05-15T21:18:04.987Z | Checking md5 v0.7.0 |
| 2890 | 2026-05-15T21:18:05.021Z | Compiling guppy-workspace-hack v0.1.0 |
| 2891 | 2026-05-15T21:18:05.190Z | Checking russh-keys v0.45.0 |
| 2892 | 2026-05-15T21:18:05.222Z | Checking backtrace v0.3.76 |
| 2893 | 2026-05-15T21:18:05.550Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2894 | 2026-05-15T21:18:05.553Z | Checking num-bigint v0.4.6 |
| 2895 | 2026-05-15T21:18:05.671Z | Checking des v0.8.1 |
| 2896 | 2026-05-15T21:18:05.853Z | Compiling blake3 v1.8.3 |
| 2897 | 2026-05-15T21:18:05.887Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2898 | 2026-05-15T21:18:05.919Z | Compiling target-spec v3.5.7 |
| 2899 | 2026-05-15T21:18:06.328Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2900 | 2026-05-15T21:18:06.465Z | Checking backtrace-ext v0.2.1 |
| 2901 | 2026-05-15T21:18:06.560Z | Checking russh v0.45.0 |
| 2902 | 2026-05-15T21:18:06.603Z | Checking cfg-expr v0.20.6 |
| 2903 | 2026-05-15T21:18:06.848Z | Checking supports-color v2.1.0 |
| 2904 | 2026-05-15T21:18:06.984Z | Checking textwrap v0.15.2 |
| 2905 | 2026-05-15T21:18:07.015Z | Checking supports-unicode v2.1.0 |
| 2906 | 2026-05-15T21:18:07.018Z | Checking supports-hyperlinks v2.1.0 |
| 2907 | 2026-05-15T21:18:07.160Z | Checking hashbrown v0.14.5 |
| 2908 | 2026-05-15T21:18:07.193Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2909 | 2026-05-15T21:18:07.224Z | Checking cargo-platform v0.3.2 |
| 2910 | 2026-05-15T21:18:07.420Z | Checking socket2 v0.5.10 |
| 2911 | 2026-05-15T21:18:07.453Z | Checking terminal_size v0.1.17 |
| 2912 | 2026-05-15T21:18:07.590Z | Compiling miette-derive v5.10.0 |
| 2913 | 2026-05-15T21:18:07.678Z | Checking owo-colors v3.5.0 |
| 2914 | 2026-05-15T21:18:07.710Z | Checking internet-checksum v0.2.1 |
| 2915 | 2026-05-15T21:18:07.864Z | Checking chumsky v0.9.3 |
| 2916 | 2026-05-15T21:18:08.237Z | Checking cargo_metadata v0.23.1 |
| 2917 | 2026-05-15T21:18:08.774Z | Checking miette v5.10.0 |
| 2918 | 2026-05-15T21:18:08.996Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2919 | 2026-05-15T21:18:09.056Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2920 | 2026-05-15T21:18:09.160Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2921 | 2026-05-15T21:18:09.267Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2922 | 2026-05-15T21:18:09.473Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2923 | 2026-05-15T21:18:09.508Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2924 | 2026-05-15T21:18:09.753Z | Compiling knuffel-derive v3.2.0 |
| 2925 | 2026-05-15T21:18:09.852Z | Checking httptest v0.16.4 |
| 2926 | 2026-05-15T21:18:09.979Z | Checking pathdiff v0.2.3 |
| 2927 | 2026-05-15T21:18:10.116Z | Checking topological-sort v0.2.2 |
| 2928 | 2026-05-15T21:18:10.246Z | Checking nested v0.1.1 |
| 2929 | 2026-05-15T21:18:10.283Z | Checking omicron-zone-package v0.12.2 |
| 2930 | 2026-05-15T21:18:10.371Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2931 | 2026-05-15T21:18:10.408Z | Checking guppy v0.17.25 |
| 2932 | 2026-05-15T21:18:10.628Z | Checking similar-asserts v1.7.0 |
| 2933 | 2026-05-15T21:18:10.808Z | Compiling target-triple v1.0.0 |
| 2934 | 2026-05-15T21:18:11.118Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2935 | 2026-05-15T21:18:11.232Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2936 | 2026-05-15T21:18:11.265Z | Checking knuffel v3.2.0 |
| 2937 | 2026-05-15T21:18:11.298Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2938 | 2026-05-15T21:18:11.358Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-05-15T21:18:11.585Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2940 | 2026-05-15T21:18:11.840Z | Compiling git2 v0.20.4 |
| 2941 | 2026-05-15T21:18:11.872Z | Checking hickory-client v0.25.2 |
| 2942 | 2026-05-15T21:18:12.181Z | Checking tokio-test v0.4.5 |
| 2943 | 2026-05-15T21:18:12.216Z | Checking escape8259 v0.5.3 |
| 2944 | 2026-05-15T21:18:12.375Z | Compiling assert_cmd v2.1.2 |
| 2945 | 2026-05-15T21:18:12.413Z | Checking libtest-mimic v0.8.1 |
| 2946 | 2026-05-15T21:18:12.779Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2947 | 2026-05-15T21:18:12.861Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2948 | 2026-05-15T21:18:12.918Z | Checking blake2b_simd v1.0.4 |
| 2949 | 2026-05-15T21:18:13.049Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2950 | 2026-05-15T21:18:13.338Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2951 | 2026-05-15T21:18:13.479Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2952 | 2026-05-15T21:18:13.572Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2953 | 2026-05-15T21:18:13.748Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2954 | 2026-05-15T21:18:13.796Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2955 | 2026-05-15T21:18:14.018Z | Checking fancy-regex v0.14.0 |
| 2956 | 2026-05-15T21:18:14.304Z | Compiling polar-core v0.27.3 |
| 2957 | 2026-05-15T21:18:14.338Z | Checking serde_tokenstream v0.2.3 |
| 2958 | 2026-05-15T21:18:14.423Z | Checking approx v0.5.1 |
| 2959 | 2026-05-15T21:18:14.579Z | Compiling rstest_macros v0.25.0 |
| 2960 | 2026-05-15T21:18:14.612Z | Checking uzers v0.12.2 |
| 2961 | 2026-05-15T21:18:14.650Z | Compiling linkme-impl v0.3.35 |
| 2962 | 2026-05-15T21:18:14.854Z | Checking termcolor v1.4.1 |
| 2963 | 2026-05-15T21:18:14.890Z | Checking constant_time_eq v0.3.1 |
| 2964 | 2026-05-15T21:18:15.027Z | Checking rust-argon2 v2.1.0 |
| 2965 | 2026-05-15T21:18:15.094Z | Checking trybuild v1.0.116 |
| 2966 | 2026-05-15T21:18:15.164Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-15T21:18:15.221Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2968 | 2026-05-15T21:18:15.589Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2969 | 2026-05-15T21:18:15.684Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2970 | 2026-05-15T21:18:15.890Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2971 | 2026-05-15T21:18:15.936Z | Checking support-bundle-viewer v0.1.2 |
| 2972 | 2026-05-15T21:18:16.226Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2973 | 2026-05-15T21:18:16.450Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2974 | 2026-05-15T21:18:16.550Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2975 | 2026-05-15T21:18:16.673Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2976 | 2026-05-15T21:18:16.779Z | Checking drift v0.1.4 |
| 2977 | 2026-05-15T21:18:16.895Z | Checking rand_distr v0.5.1 |
| 2978 | 2026-05-15T21:18:17.115Z | Checking multimap v0.10.1 |
| 2979 | 2026-05-15T21:18:17.316Z | Compiling relative-path v1.9.3 |
| 2980 | 2026-05-15T21:18:17.349Z | Compiling linkme v0.3.35 |
| 2981 | 2026-05-15T21:18:17.724Z | Checking dropshot-api-manager v0.7.1 |
| 2982 | 2026-05-15T21:18:18.991Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-05-15T21:18:19.278Z | Checking oso v0.27.3 |
| 2984 | 2026-05-15T21:18:19.386Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2985 | 2026-05-15T21:18:19.589Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2986 | 2026-05-15T21:18:19.829Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2987 | 2026-05-15T21:18:20.067Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2988 | 2026-05-15T21:18:20.142Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2989 | 2026-05-15T21:18:20.179Z | Checking cargo_toml v0.21.0 |
| 2990 | 2026-05-15T21:18:20.211Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2991 | 2026-05-15T21:18:20.579Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2992 | 2026-05-15T21:18:20.897Z | Checking partial-io v0.5.4 |
| 2993 | 2026-05-15T21:18:20.961Z | Checking termios v0.3.3 |
| 2994 | 2026-05-15T21:18:21.076Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2995 | 2026-05-15T21:18:21.499Z | Checking rstest v0.25.0 |
| 2996 | 2026-05-15T21:18:23.275Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2997 | 2026-05-15T21:18:23.490Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2998 | 2026-05-15T21:18:23.810Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2999 | 2026-05-15T21:18:26.086Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3000 | 2026-05-15T21:18:29.841Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3001 | 2026-05-15T21:18:30.472Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3002 | 2026-05-15T21:18:33.661Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3003 | 2026-05-15T21:18:37.086Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-05-15T21:18:42.961Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-05-15T21:18:46.010Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-05-15T21:18:47.082Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3007 | 2026-05-15T21:18:47.148Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3008 | 2026-05-15T21:18:48.392Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3009 | 2026-05-15T21:18:57.116Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-05-15T21:20:11.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3011 | 2026-05-15T21:20:12.500Z | |
| 3012 | 2026-05-15T21:20:12.500Z | real 4:05.989911238 |
| 3013 | 2026-05-15T21:20:12.500Z | user 20:55.346759919 |
| 3014 | 2026-05-15T21:20:12.500Z | sys 4:50.890720430 |
| 3015 | 2026-05-15T21:20:12.500Z | trap 0.489064439 |
| 3016 | 2026-05-15T21:20:12.500Z | tflt 0.688472784 |
| 3017 | 2026-05-15T21:20:12.500Z | dflt 0.578213264 |
| 3018 | 2026-05-15T21:20:12.500Z | kflt 0.015904655 |
| 3019 | 2026-05-15T21:20:12.500Z | lock 57:37.047405309 |
| 3020 | 2026-05-15T21:20:12.500Z | slp 57:31.224380632 |
| 3021 | 2026-05-15T21:20:12.500Z | lat 1:49.656614615 |
| 3022 | 2026-05-15T21:20:12.503Z | stop 10:52.432027644 |
| 3023 | 2026-05-15T21:20:12.503Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3024 | 2026-05-15T21:20:12.503Z | + ptime -m cargo doc --workspace --no-deps |
| 3025 | 2026-05-15T21:20:13.381Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3026 | 2026-05-15T21:20:13.381Z | | |
| 3027 | 2026-05-15T21:20:13.381Z | = 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)` |
| 3028 | 2026-05-15T21:20:13.381Z | = 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> |
| 3029 | 2026-05-15T21:20:14.375Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-15T21:20:14.606Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3031 | 2026-05-15T21:20:14.650Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3032 | 2026-05-15T21:20:14.713Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3033 | 2026-05-15T21:20:14.828Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-05-15T21:20:14.853Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3035 | 2026-05-15T21:20:14.900Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-05-15T21:20:14.927Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3037 | 2026-05-15T21:20:14.979Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-05-15T21:20:15.097Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-05-15T21:20:15.130Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-05-15T21:20:15.177Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-05-15T21:20:15.202Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-05-15T21:20:15.253Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3043 | 2026-05-15T21:20:15.276Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3044 | 2026-05-15T21:20:15.301Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-05-15T21:20:15.346Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3046 | 2026-05-15T21:20:15.369Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3047 | 2026-05-15T21:20:15.373Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-05-15T21:20:15.416Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3049 | 2026-05-15T21:20:15.725Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3050 | 2026-05-15T21:20:15.956Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3051 | 2026-05-15T21:20:16.042Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-05-15T21:20:16.100Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-05-15T21:20:16.157Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3054 | 2026-05-15T21:20:16.190Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3055 | 2026-05-15T21:20:16.341Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3056 | 2026-05-15T21:20:16.366Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-05-15T21:20:16.419Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-05-15T21:20:16.527Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-05-15T21:20:16.575Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3060 | 2026-05-15T21:20:16.687Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3061 | 2026-05-15T21:20:16.804Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3062 | 2026-05-15T21:20:16.828Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2026-05-15T21:20:17.027Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-05-15T21:20:17.050Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3065 | 2026-05-15T21:20:17.072Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-05-15T21:20:17.236Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-05-15T21:20:17.486Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2026-05-15T21:20:17.719Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3069 | 2026-05-15T21:20:17.789Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3070 | 2026-05-15T21:20:17.835Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-05-15T21:20:17.860Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-05-15T21:20:18.031Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3073 | 2026-05-15T21:20:18.054Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3074 | 2026-05-15T21:20:18.278Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-05-15T21:20:18.303Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-05-15T21:20:18.329Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-05-15T21:20:18.373Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3078 | 2026-05-15T21:20:18.565Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3079 | 2026-05-15T21:20:18.565Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3080 | 2026-05-15T21:20:18.639Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3081 | 2026-05-15T21:20:18.665Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3082 | 2026-05-15T21:20:18.795Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3083 | 2026-05-15T21:20:18.818Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-05-15T21:20:18.844Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3085 | 2026-05-15T21:20:18.847Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3086 | 2026-05-15T21:20:18.914Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3087 | 2026-05-15T21:20:19.018Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3088 | 2026-05-15T21:20:19.043Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3089 | 2026-05-15T21:20:19.425Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3090 | 2026-05-15T21:20:19.584Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3091 | 2026-05-15T21:20:19.752Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3092 | 2026-05-15T21:20:20.027Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3093 | 2026-05-15T21:20:20.052Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3094 | 2026-05-15T21:20:20.153Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3095 | 2026-05-15T21:20:20.387Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-05-15T21:20:20.442Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3097 | 2026-05-15T21:20:20.486Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3098 | 2026-05-15T21:20:20.670Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3099 | 2026-05-15T21:20:20.750Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3100 | 2026-05-15T21:20:20.955Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3101 | 2026-05-15T21:20:21.150Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3102 | 2026-05-15T21:20:21.527Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3103 | 2026-05-15T21:20:21.828Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3104 | 2026-05-15T21:20:22.134Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3105 | 2026-05-15T21:20:22.273Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3106 | 2026-05-15T21:20:22.327Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3107 | 2026-05-15T21:20:22.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3108 | 2026-05-15T21:20:22.926Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3109 | 2026-05-15T21:20:22.966Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3110 | 2026-05-15T21:20:23.156Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3111 | 2026-05-15T21:20:23.284Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3112 | 2026-05-15T21:20:23.405Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3113 | 2026-05-15T21:20:23.556Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3114 | 2026-05-15T21:20:23.614Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3115 | 2026-05-15T21:20:23.640Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3116 | 2026-05-15T21:20:23.674Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3117 | 2026-05-15T21:20:23.970Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3118 | 2026-05-15T21:20:24.000Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3119 | 2026-05-15T21:20:24.046Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3120 | 2026-05-15T21:20:24.163Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3121 | 2026-05-15T21:20:24.211Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3122 | 2026-05-15T21:20:24.292Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3123 | 2026-05-15T21:20:24.315Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3124 | 2026-05-15T21:20:24.318Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-05-15T21:20:24.369Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3126 | 2026-05-15T21:20:24.515Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3127 | 2026-05-15T21:20:24.595Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3128 | 2026-05-15T21:20:24.618Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3129 | 2026-05-15T21:20:24.669Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3130 | 2026-05-15T21:20:24.706Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3131 | 2026-05-15T21:20:24.789Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3132 | 2026-05-15T21:20:24.909Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3133 | 2026-05-15T21:20:24.978Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3134 | 2026-05-15T21:20:25.003Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3135 | 2026-05-15T21:20:25.112Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3136 | 2026-05-15T21:20:25.207Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3137 | 2026-05-15T21:20:25.453Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-05-15T21:20:25.475Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-05-15T21:20:25.903Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3140 | 2026-05-15T21:20:25.934Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-05-15T21:20:26.032Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3142 | 2026-05-15T21:20:26.059Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3143 | 2026-05-15T21:20:26.825Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3144 | 2026-05-15T21:20:27.450Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3145 | 2026-05-15T21:20:27.719Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3146 | 2026-05-15T21:20:28.236Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-05-15T21:20:28.266Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3148 | 2026-05-15T21:20:28.290Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3149 | 2026-05-15T21:20:28.558Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3150 | 2026-05-15T21:20:28.724Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3151 | 2026-05-15T21:20:29.219Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3152 | 2026-05-15T21:20:29.580Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3153 | 2026-05-15T21:20:29.739Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3154 | 2026-05-15T21:20:29.791Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3155 | 2026-05-15T21:20:29.929Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3156 | 2026-05-15T21:20:30.077Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3157 | 2026-05-15T21:20:30.236Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2026-05-15T21:20:30.454Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3159 | 2026-05-15T21:20:30.651Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3160 | 2026-05-15T21:20:30.962Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-05-15T21:20:31.637Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3162 | 2026-05-15T21:20:31.698Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3163 | 2026-05-15T21:20:31.728Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3164 | 2026-05-15T21:20:32.449Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-05-15T21:20:32.819Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-05-15T21:20:33.227Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-05-15T21:20:34.099Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-05-15T21:20:34.186Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3169 | 2026-05-15T21:20:34.634Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-05-15T21:20:34.920Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3171 | 2026-05-15T21:20:34.990Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-05-15T21:20:35.199Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-15T21:20:35.258Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3174 | 2026-05-15T21:20:35.315Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3175 | 2026-05-15T21:20:35.589Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3176 | 2026-05-15T21:20:35.680Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3177 | 2026-05-15T21:20:35.853Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3178 | 2026-05-15T21:20:35.924Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3179 | 2026-05-15T21:20:36.132Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3180 | 2026-05-15T21:20:36.627Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3181 | 2026-05-15T21:20:36.722Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3182 | 2026-05-15T21:20:36.827Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3183 | 2026-05-15T21:20:37.680Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-05-15T21:20:37.704Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-05-15T21:20:40.666Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3186 | 2026-05-15T21:20:41.586Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3187 | 2026-05-15T21:20:41.690Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3188 | 2026-05-15T21:20:42.958Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3189 | 2026-05-15T21:20:43.260Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3190 | 2026-05-15T21:20:43.694Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3191 | 2026-05-15T21:20:43.848Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3192 | 2026-05-15T21:20:44.427Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3193 | 2026-05-15T21:20:44.780Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3194 | 2026-05-15T21:20:45.041Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3195 | 2026-05-15T21:20:45.668Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3196 | 2026-05-15T21:20:46.166Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3197 | 2026-05-15T21:20:46.564Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3198 | 2026-05-15T21:20:47.025Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3199 | 2026-05-15T21:20:47.270Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3200 | 2026-05-15T21:20:47.368Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3201 | 2026-05-15T21:20:47.536Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-05-15T21:20:47.698Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3203 | 2026-05-15T21:20:47.948Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3204 | 2026-05-15T21:20:48.434Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3205 | 2026-05-15T21:20:48.677Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3206 | 2026-05-15T21:20:48.858Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3207 | 2026-05-15T21:20:49.025Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3208 | 2026-05-15T21:20:49.458Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3209 | 2026-05-15T21:20:49.461Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3210 | 2026-05-15T21:20:49.484Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3211 | 2026-05-15T21:20:49.532Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3212 | 2026-05-15T21:20:50.276Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3213 | 2026-05-15T21:20:50.329Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3214 | 2026-05-15T21:20:51.309Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3215 | 2026-05-15T21:20:51.825Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3216 | 2026-05-15T21:20:52.016Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3217 | 2026-05-15T21:20:53.679Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3218 | 2026-05-15T21:20:55.066Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3219 | 2026-05-15T21:20:55.408Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3220 | 2026-05-15T21:20:56.429Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3221 | 2026-05-15T21:20:57.336Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3222 | 2026-05-15T21:20:58.939Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3223 | 2026-05-15T21:20:59.937Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3224 | 2026-05-15T21:21:00.360Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3225 | 2026-05-15T21:21:01.733Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3226 | 2026-05-15T21:21:02.164Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3227 | 2026-05-15T21:21:04.107Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3228 | 2026-05-15T21:21:04.919Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3229 | 2026-05-15T21:21:05.650Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-05-15T21:21:05.911Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3231 | 2026-05-15T21:21:06.436Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3232 | 2026-05-15T21:21:06.528Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3233 | 2026-05-15T21:21:08.995Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3234 | 2026-05-15T21:21:12.412Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-05-15T21:21:12.764Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3236 | 2026-05-15T21:21:13.485Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3237 | 2026-05-15T21:21:14.753Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3238 | 2026-05-15T21:21:15.427Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3239 | 2026-05-15T21:21:16.098Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3240 | 2026-05-15T21:21:16.747Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3241 | 2026-05-15T21:21:17.584Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3242 | 2026-05-15T21:21:18.962Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3243 | 2026-05-15T21:21:20.255Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3244 | 2026-05-15T21:21:20.848Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3245 | 2026-05-15T21:21:21.468Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-05-15T21:21:21.675Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3247 | 2026-05-15T21:21:22.508Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3248 | 2026-05-15T21:21:23.360Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3249 | 2026-05-15T21:21:25.209Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3250 | 2026-05-15T21:21:27.121Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3251 | 2026-05-15T21:21:28.299Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3252 | 2026-05-15T21:21:28.927Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3253 | 2026-05-15T21:21:29.862Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3254 | 2026-05-15T21:21:30.865Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3255 | 2026-05-15T21:21:31.654Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3256 | 2026-05-15T21:21:34.148Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3257 | 2026-05-15T21:21:34.557Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3258 | 2026-05-15T21:21:35.526Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3259 | 2026-05-15T21:21:36.640Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3260 | 2026-05-15T21:21:37.908Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3261 | 2026-05-15T21:21:39.353Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3262 | 2026-05-15T21:21:40.471Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3263 | 2026-05-15T21:21:42.859Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3264 | 2026-05-15T21:21:43.507Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3265 | 2026-05-15T21:21:45.042Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3266 | 2026-05-15T21:21:46.751Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3267 | 2026-05-15T21:21:51.117Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3268 | 2026-05-15T21:21:54.378Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3269 | 2026-05-15T21:21:57.899Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3270 | 2026-05-15T21:21:58.861Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3271 | 2026-05-15T21:21:59.503Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3272 | 2026-05-15T21:22:00.666Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3273 | 2026-05-15T21:22:02.292Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3274 | 2026-05-15T21:22:03.838Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3275 | 2026-05-15T21:22:05.890Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3276 | 2026-05-15T21:22:07.709Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3277 | 2026-05-15T21:22:09.332Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3278 | 2026-05-15T21:22:11.342Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3279 | 2026-05-15T21:22:12.675Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3280 | 2026-05-15T21:22:14.374Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-05-15T21:22:16.031Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3282 | 2026-05-15T21:22:17.695Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3283 | 2026-05-15T21:22:19.312Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3284 | 2026-05-15T21:22:20.839Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3285 | 2026-05-15T21:22:22.474Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3286 | 2026-05-15T21:22:24.562Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3287 | 2026-05-15T21:22:26.043Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3288 | 2026-05-15T21:22:28.102Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3289 | 2026-05-15T21:22:29.839Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3290 | 2026-05-15T21:22:31.440Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3291 | 2026-05-15T21:22:33.365Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3292 | 2026-05-15T21:22:35.207Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3293 | 2026-05-15T21:22:37.263Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3294 | 2026-05-15T21:22:39.214Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3295 | 2026-05-15T21:22:41.044Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3296 | 2026-05-15T21:22:42.764Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3297 | 2026-05-15T21:22:45.574Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3298 | 2026-05-15T21:22:46.961Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3299 | 2026-05-15T21:22:49.080Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2026-05-15T21:22:51.750Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3301 | 2026-05-15T21:22:53.879Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3302 | 2026-05-15T21:22:56.114Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3303 | 2026-05-15T21:22:58.251Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3304 | 2026-05-15T21:23:00.438Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3305 | 2026-05-15T21:23:02.607Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3306 | 2026-05-15T21:23:04.812Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-05-15T21:23:07.404Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3308 | 2026-05-15T21:23:09.130Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3309 | 2026-05-15T21:23:11.549Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3310 | 2026-05-15T21:23:13.461Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3311 | 2026-05-15T21:23:15.610Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3312 | 2026-05-15T21:23:17.794Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3313 | 2026-05-15T21:23:20.063Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3314 | 2026-05-15T21:23:22.194Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3315 | 2026-05-15T21:23:24.551Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3316 | 2026-05-15T21:23:26.697Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3317 | 2026-05-15T21:23:28.959Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3318 | 2026-05-15T21:23:31.162Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3319 | 2026-05-15T21:23:33.442Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3320 | 2026-05-15T21:23:35.669Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3321 | 2026-05-15T21:23:37.990Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3322 | 2026-05-15T21:23:40.174Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3323 | 2026-05-15T21:23:42.407Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3324 | 2026-05-15T21:23:44.777Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3325 | 2026-05-15T21:23:47.032Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3326 | 2026-05-15T21:23:49.248Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3327 | 2026-05-15T21:23:51.649Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3328 | 2026-05-15T21:23:54.472Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3329 | 2026-05-15T21:23:56.545Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3330 | 2026-05-15T21:23:59.032Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3331 | 2026-05-15T21:24:01.492Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3332 | 2026-05-15T21:24:03.832Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3333 | 2026-05-15T21:24:06.249Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3334 | 2026-05-15T21:24:08.678Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3335 | 2026-05-15T21:24:10.986Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3336 | 2026-05-15T21:24:13.460Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3337 | 2026-05-15T21:24:15.983Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3338 | 2026-05-15T21:24:18.518Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3339 | 2026-05-15T21:24:20.734Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3340 | 2026-05-15T21:24:23.216Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3341 | 2026-05-15T21:24:25.792Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3342 | 2026-05-15T21:24:28.195Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3343 | 2026-05-15T21:24:30.755Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3344 | 2026-05-15T21:24:33.411Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3345 | 2026-05-15T21:24:35.909Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3346 | 2026-05-15T21:24:38.421Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3347 | 2026-05-15T21:24:40.837Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3348 | 2026-05-15T21:24:43.388Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3349 | 2026-05-15T21:24:45.947Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3350 | 2026-05-15T21:24:48.850Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3351 | 2026-05-15T21:24:51.227Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3352 | 2026-05-15T21:24:53.789Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3353 | 2026-05-15T21:25:01.307Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3354 | 2026-05-15T21:25:01.441Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3355 | 2026-05-15T21:25:04.830Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3356 | 2026-05-15T21:25:08.160Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3357 | 2026-05-15T21:25:11.455Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3358 | 2026-05-15T21:25:14.684Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3359 | 2026-05-15T21:25:18.023Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3360 | 2026-05-15T21:25:22.732Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3361 | 2026-05-15T21:25:25.496Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3362 | 2026-05-15T21:25:29.354Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3363 | 2026-05-15T21:25:32.860Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3364 | 2026-05-15T21:25:36.573Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3365 | 2026-05-15T21:25:40.186Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3366 | 2026-05-15T21:25:43.842Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3367 | 2026-05-15T21:25:47.533Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3368 | 2026-05-15T21:25:51.197Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3369 | 2026-05-15T21:25:54.903Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3370 | 2026-05-15T21:25:58.533Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3371 | 2026-05-15T21:26:02.132Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3372 | 2026-05-15T21:26:05.827Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3373 | 2026-05-15T21:26:09.526Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3374 | 2026-05-15T21:26:13.313Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3375 | 2026-05-15T21:26:16.853Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3376 | 2026-05-15T21:26:20.575Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3377 | 2026-05-15T21:26:49.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
| 3378 | 2026-05-15T21:26:50.055Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3379 | 2026-05-15T21:26:50.155Z | |
| 3380 | 2026-05-15T21:26:50.155Z | real 6:37.570114045 |
| 3381 | 2026-05-15T21:26:50.155Z | user 17:47.025616484 |
| 3382 | 2026-05-15T21:26:50.155Z | sys 3:46.962066137 |
| 3383 | 2026-05-15T21:26:50.155Z | trap 0.261089166 |
| 3384 | 2026-05-15T21:26:50.155Z | tflt 0.039083152 |
| 3385 | 2026-05-15T21:26:50.155Z | dflt 0.050054819 |
| 3386 | 2026-05-15T21:26:50.159Z | kflt 0.000026027 |
| 3387 | 2026-05-15T21:26:50.159Z | lock 6:06:51.097012107 |
| 3388 | 2026-05-15T21:26:50.159Z | slp 2:13:26.032291733 |
| 3389 | 2026-05-15T21:26:50.159Z | lat 36.880448523 |
| 3390 | 2026-05-15T21:26:50.159Z | stop 1:44.224268676 |
| 3391 | 2026-05-15T21:26:50.159Z | process exited: duration 781239 ms, exit code 0 |
| |
| 3392 | 2026-05-15T21:26:50.166Z | found 0 output files |