|
|
|
| 1 | 2026-05-29T18:55:44.227Z | job assigned to worker 01KSTHE085W1FD25WTGFTJR7RH [factory aws, i-09fe79f6f8984d038] (queued for 47 s) |
| |
| 2 | 2026-05-29T18:55:51.809Z | starting task 0: "setup" |
| 3 | 2026-05-29T18:55:51.820Z | ++ uname -s |
| 4 | 2026-05-29T18:55:51.824Z | + kern=SunOS |
| 5 | 2026-05-29T18:55:51.824Z | + build_user=build |
| 6 | 2026-05-29T18:55:51.824Z | + build_uid=12345 |
| 7 | 2026-05-29T18:55:51.824Z | + work_dir=/work |
| 8 | 2026-05-29T18:55:51.824Z | + input_dir=/input |
| 9 | 2026-05-29T18:55:51.824Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T18:55:51.824Z | + case "$kern" in |
| 11 | 2026-05-29T18:55:51.824Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T18:55:51.827Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T18:55:53.834Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T18:55:53.936Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T18:55:53.943Z | + home_fs=zfs |
| 16 | 2026-05-29T18:55:53.943Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T18:55:53.943Z | + mkdir -p /home/build |
| 18 | 2026-05-29T18:55:53.943Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T18:55:55.942Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T18:55:55.945Z | process exited: duration 4135 ms, exit code 0 |
| |
| 21 | 2026-05-29T18:55:55.953Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T18:55:55.957Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-29T18:55:55.957Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-29T18:55:55.957Z | * rust toolchain profile = "default" |
| 25 | 2026-05-29T18:55:55.957Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-29T18:55:55.957Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-29T18:55:55.957Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-29T18:55:55.966Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T18:55:55.966Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-29T18:55:56.021Z | info: downloading installer |
| 31 | 2026-05-29T18:55:57.342Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T18:55:57.342Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T18:55:57.342Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T18:55:57.342Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T18:55:57.354Z | info: profile set to default |
| 36 | 2026-05-29T18:55:57.354Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T18:55:57.358Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T18:55:57.486Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-29T18:55:57.489Z | info: downloading 6 components |
| 40 | 2026-05-29T18:56:12.229Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T18:56:12.230Z | |
| 42 | 2026-05-29T18:56:12.261Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-29T18:56:12.261Z | |
| 44 | 2026-05-29T18:56:12.261Z | |
| 45 | 2026-05-29T18:56:12.261Z | Rust is installed now. Great! |
| 46 | 2026-05-29T18:56:12.261Z | |
| 47 | 2026-05-29T18:56:12.261Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T18:56:12.261Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T18:56:12.261Z | |
| 50 | 2026-05-29T18:56:12.261Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T18:56:12.261Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T18:56:12.261Z | |
| 53 | 2026-05-29T18:56:12.261Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T18:56:12.261Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T18:56:12.264Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T18:56:12.264Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T18:56:12.264Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T18:56:12.264Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T18:56:12.264Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T18:56:12.264Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T18:56:12.264Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T18:56:12.364Z | + rustup --version |
| 63 | 2026-05-29T18:56:12.371Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T18:56:12.373Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T18:56:12.392Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-29T18:56:12.395Z | + cargo --version |
| 67 | 2026-05-29T18:56:12.403Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-29T18:56:12.406Z | + rustc --version |
| 69 | 2026-05-29T18:56:12.427Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-29T18:56:12.431Z | process exited: duration 16479 ms, exit code 0 |
| |
| 71 | 2026-05-29T18:56:12.437Z | starting task 2: "authentication" |
| 72 | 2026-05-29T18:56:12.456Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-29T18:56:12.461Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T18:56:12.466Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-29T18:56:12.469Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-29T18:56:12.514Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-29T18:56:22.840Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-29T18:56:22.840Z | + git fetch origin 97ba425a4b558759027b09ceb62a9884f8d17b58 |
| 79 | 2026-05-29T18:56:23.112Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-29T18:56:23.112Z | * branch 97ba425a4b558759027b09ceb62a9884f8d17b58 -> FETCH_HEAD |
| 81 | 2026-05-29T18:56:23.126Z | + [[ -n sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator ]] |
| 82 | 2026-05-29T18:56:23.131Z | ++ git branch --show-current |
| 83 | 2026-05-29T18:56:23.131Z | + current=main |
| 84 | 2026-05-29T18:56:23.131Z | + [[ main != sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator ]] |
| 85 | 2026-05-29T18:56:23.131Z | + git branch -f sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator 97ba425a4b558759027b09ceb62a9884f8d17b58 |
| 86 | 2026-05-29T18:56:23.134Z | + git checkout -f sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator |
| 87 | 2026-05-29T18:56:23.283Z | Switched to branch 'sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator' |
| 88 | 2026-05-29T18:56:23.286Z | + git reset --hard 97ba425a4b558759027b09ceb62a9884f8d17b58 |
| 89 | 2026-05-29T18:56:23.428Z | HEAD is now at 97ba425a4 rustdoc |
| 90 | 2026-05-29T18:56:23.431Z | process exited: duration 10967 ms, exit code 0 |
| |
| 91 | 2026-05-29T18:56:23.437Z | starting task 4: "build" |
| 92 | 2026-05-29T18:56:23.442Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-29T18:56:23.442Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-29T18:56:23.442Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-29T18:56:23.442Z | + cargo --version |
| 96 | 2026-05-29T18:56:23.453Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-29T18:56:23.456Z | + rustc --version |
| 98 | 2026-05-29T18:56:23.476Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-29T18:56:23.480Z | + WORK=/work |
| 100 | 2026-05-29T18:56:23.480Z | + pfexec mkdir -p /work |
| 101 | 2026-05-29T18:56:23.483Z | + pfexec chown build /work |
| 102 | 2026-05-29T18:56:23.486Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-29T18:56:24.976Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-29T18:56:25.052Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-29T18:56:25.341Z | Planning: Solver setup ... Done (0.251s) |
| 106 | 2026-05-29T18:56:25.360Z | Planning: Running solver ... Done (0.019s) |
| 107 | 2026-05-29T18:56:25.367Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-29T18:56:25.378Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-29T18:56:25.395Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-29T18:56:25.410Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-29T18:56:25.412Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-29T18:56:25.604Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 113 | 2026-05-29T18:56:25.606Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-29T18:56:26.519Z | Planning: Evaluating mediators ... Done (0.914s) |
| 115 | 2026-05-29T18:56:26.522Z | Planning: Planning completed in 1.45 seconds |
| 116 | 2026-05-29T18:56:26.528Z | Packages to install: 2 |
| 117 | 2026-05-29T18:56:26.528Z | Estimated space available: 156.10 GB |
| 118 | 2026-05-29T18:56:26.531Z | Estimated space to be consumed: 23.93 MB |
| 119 | 2026-05-29T18:56:26.531Z | Create boot environment: No |
| 120 | 2026-05-29T18:56:26.531Z | Create backup boot environment: No |
| 121 | 2026-05-29T18:56:26.531Z | Rebuild boot archive: No |
| 122 | 2026-05-29T18:56:26.531Z | |
| 123 | 2026-05-29T18:56:26.531Z | Changed packages: |
| 124 | 2026-05-29T18:56:26.531Z | helios |
| 125 | 2026-05-29T18:56:26.531Z | developer/build-essential |
| 126 | 2026-05-29T18:56:26.531Z | None -> 11-3.0 |
| 127 | 2026-05-29T18:56:26.532Z | library/libxmlsec1 |
| 128 | 2026-05-29T18:56:26.532Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-29T18:56:26.553Z | |
| 130 | 2026-05-29T18:56:26.553Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-29T18:56:28.587Z | Download: Completed 1.28 MB in 1.86 seconds (704k/s) |
| 132 | 2026-05-29T18:56:28.602Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-29T18:56:28.602Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-29T18:56:28.602Z | Finalize: Updating package state database ... Done (0.008s) |
| 135 | 2026-05-29T18:56:28.602Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-29T18:56:28.603Z | Finalize: Updating image state ... Done (0.020s) |
| 137 | 2026-05-29T18:56:31.532Z | Finalize: Creating fast lookup database ... Done (2.487s) |
| 138 | 2026-05-29T18:56:31.537Z | Finalize: Reading search index ... Done (0.030s) |
| 139 | 2026-05-29T18:56:31.537Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-29T18:56:31.537Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-29T18:56:31.548Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-29T18:56:31.710Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-29T18:56:31.713Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-29T18:56:32.073Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-29T18:56:32.073Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-29T18:56:32.073Z | Mediators to change: 2 |
| 147 | 2026-05-29T18:56:32.073Z | Create boot environment: No |
| 148 | 2026-05-29T18:56:32.073Z | Create backup boot environment: No |
| 149 | 2026-05-29T18:56:32.073Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-29T18:56:32.073Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-29T18:56:32.073Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-29T18:56:33.860Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-29T18:56:33.924Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-29T18:56:33.927Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-29T18:56:34.065Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-29T18:56:34.357Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-29T18:56:34.411Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-29T18:56:34.414Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-29T18:56:34.570Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-29T18:56:34.573Z | Planning: Planning completed in 0.27 seconds |
| 161 | 2026-05-29T18:56:34.593Z | Mediators to change: 1 |
| 162 | 2026-05-29T18:56:34.593Z | Create boot environment: No |
| 163 | 2026-05-29T18:56:34.593Z | Create backup boot environment: No |
| 164 | 2026-05-29T18:56:34.647Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-29T18:56:34.647Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-29T18:56:34.658Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-29T18:56:36.591Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-29T18:56:36.658Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-29T18:56:36.661Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-29T18:56:36.740Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-29T18:56:37.052Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-29T18:56:37.052Z | apache system 2.4 system |
| 173 | 2026-05-29T18:56:37.052Z | clang system 15 system |
| 174 | 2026-05-29T18:56:37.052Z | csh system system illumos |
| 175 | 2026-05-29T18:56:37.052Z | ctags system system illumos |
| 176 | 2026-05-29T18:56:37.052Z | file vendor vendor darwinsys |
| 177 | 2026-05-29T18:56:37.052Z | file system system illumos |
| 178 | 2026-05-29T18:56:37.052Z | gcc vendor 14 vendor |
| 179 | 2026-05-29T18:56:37.052Z | gcc system 13 system |
| 180 | 2026-05-29T18:56:37.052Z | gcc system 10 system |
| 181 | 2026-05-29T18:56:37.052Z | go system 1.25 system |
| 182 | 2026-05-29T18:56:37.052Z | llvm system 15 system |
| 183 | 2026-05-29T18:56:37.052Z | mariadb system 11.4 system |
| 184 | 2026-05-29T18:56:37.052Z | mta vendor vendor dma |
| 185 | 2026-05-29T18:56:37.052Z | openjdk system 17 system |
| 186 | 2026-05-29T18:56:37.052Z | openjdk system 11 system |
| 187 | 2026-05-29T18:56:37.052Z | openssl vendor 3 vendor |
| 188 | 2026-05-29T18:56:37.052Z | perl system 5.40 system |
| 189 | 2026-05-29T18:56:37.052Z | postgresql system 18 system |
| 190 | 2026-05-29T18:56:37.052Z | postgresql system 17 system |
| 191 | 2026-05-29T18:56:37.052Z | python vendor 3 vendor |
| 192 | 2026-05-29T18:56:37.052Z | python system 2 system |
| 193 | 2026-05-29T18:56:37.052Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-29T18:56:37.052Z | ruby system 3.4 system |
| 195 | 2026-05-29T18:56:37.052Z | ruby system 3.0 system |
| 196 | 2026-05-29T18:56:37.053Z | words vendor vendor american-english |
| 197 | 2026-05-29T18:56:37.053Z | words system system australian-english |
| 198 | 2026-05-29T18:56:37.053Z | words system system british-english |
| 199 | 2026-05-29T18:56:37.053Z | words system system canadian-english |
| 200 | 2026-05-29T18:56:37.053Z | words system system french |
| 201 | 2026-05-29T18:56:37.053Z | words system system italian |
| 202 | 2026-05-29T18:56:37.053Z | words system system ngerman |
| 203 | 2026-05-29T18:56:37.053Z | words system system ogerman |
| 204 | 2026-05-29T18:56:37.053Z | words system system spanish |
| 205 | 2026-05-29T18:56:37.311Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-29T18:56:37.311Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-29T18:56:37.587Z | FMRI IFO |
| 208 | 2026-05-29T18:56:37.587Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-29T18:56:37.587Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-29T18:56:37.587Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-29T18:56:37.587Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-29T18:56:37.587Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-29T18:56:37.587Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-29T18:56:37.587Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-29T18:56:37.587Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-29T18:56:37.587Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-29T18:56:37.832Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-29T18:56:38.102Z | Updating crates.io index |
| 219 | 2026-05-29T18:56:38.134Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-29T18:56:38.837Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-29T18:56:39.173Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-29T18:56:39.890Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-29T18:56:40.760Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-29T18:56:41.225Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-29T18:56:42.730Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-29T18:56:43.522Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-29T18:56:43.867Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-29T18:56:44.718Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-29T18:56:45.296Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-29T18:56:45.684Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-29T18:56:46.105Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-29T18:56:47.009Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-29T18:56:47.671Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-29T18:56:48.041Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-29T18:56:48.358Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-29T18:56:48.743Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-29T18:56:49.138Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-29T18:56:49.375Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-29T18:56:49.595Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-29T18:56:49.839Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-29T18:56:50.285Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-29T18:56:50.810Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-29T18:56:51.253Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-29T18:56:51.696Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-29T18:56:51.945Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-29T18:56:52.452Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-29T18:56:52.708Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-29T18:56:53.824Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-05-29T18:56:54.269Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-05-29T18:56:54.535Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-05-29T18:56:54.817Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-05-29T18:56:55.122Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-05-29T18:56:55.418Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-05-29T18:56:55.759Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-05-29T18:56:56.156Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-05-29T18:56:56.443Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-05-29T18:56:56.719Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-05-29T18:56:57.024Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-05-29T18:57:09.218Z | Downloading crates ... |
| 260 | 2026-05-29T18:57:09.267Z | Downloaded block-buffer v0.10.4 |
| 261 | 2026-05-29T18:57:09.274Z | Downloaded cargo_toml v0.21.0 |
| 262 | 2026-05-29T18:57:09.277Z | Downloaded cargo-platform v0.2.0 |
| 263 | 2026-05-29T18:57:09.277Z | Downloaded anstyle v1.0.13 |
| 264 | 2026-05-29T18:57:09.280Z | Downloaded fastrand v2.3.0 |
| 265 | 2026-05-29T18:57:09.284Z | Downloaded anstream v0.6.21 |
| 266 | 2026-05-29T18:57:09.287Z | Downloaded autocfg v1.5.0 |
| 267 | 2026-05-29T18:57:09.290Z | Downloaded quote v1.0.45 |
| 268 | 2026-05-29T18:57:09.290Z | Downloaded cargo_metadata v0.21.0 |
| 269 | 2026-05-29T18:57:09.293Z | Downloaded displaydoc v0.2.5 |
| 270 | 2026-05-29T18:57:09.296Z | Downloaded cargo-util-schemas v0.8.2 |
| 271 | 2026-05-29T18:57:09.296Z | Downloaded textwrap v0.16.2 |
| 272 | 2026-05-29T18:57:09.299Z | Downloaded typenum v1.19.0 |
| 273 | 2026-05-29T18:57:09.299Z | Downloaded ucd-trie v0.1.7 |
| 274 | 2026-05-29T18:57:09.302Z | Downloaded synstructure v0.13.2 |
| 275 | 2026-05-29T18:57:09.302Z | Downloaded semver v1.0.28 |
| 276 | 2026-05-29T18:57:09.305Z | Downloaded typeid v1.0.3 |
| 277 | 2026-05-29T18:57:09.305Z | Downloaded thiserror v1.0.69 |
| 278 | 2026-05-29T18:57:09.308Z | Downloaded unicode-ident v1.0.24 |
| 279 | 2026-05-29T18:57:09.308Z | Downloaded pest_derive v2.8.6 |
| 280 | 2026-05-29T18:57:09.311Z | Downloaded generic-array v0.14.7 |
| 281 | 2026-05-29T18:57:09.311Z | Downloaded zerovec-derive v0.11.2 |
| 282 | 2026-05-29T18:57:09.311Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2026-05-29T18:57:09.314Z | Downloaded zerofrom v0.1.6 |
| 284 | 2026-05-29T18:57:09.314Z | Downloaded thiserror-impl v2.0.18 |
| 285 | 2026-05-29T18:57:09.317Z | Downloaded smallvec v1.15.1 |
| 286 | 2026-05-29T18:57:09.317Z | Downloaded utf8parse v0.2.2 |
| 287 | 2026-05-29T18:57:09.317Z | Downloaded zmij v1.0.21 |
| 288 | 2026-05-29T18:57:09.320Z | Downloaded writeable v0.6.2 |
| 289 | 2026-05-29T18:57:09.320Z | Downloaded once_cell v1.21.3 |
| 290 | 2026-05-29T18:57:09.320Z | Downloaded thread-id v4.2.2 |
| 291 | 2026-05-29T18:57:09.323Z | Downloaded icu_provider v2.1.1 |
| 292 | 2026-05-29T18:57:09.323Z | Downloaded tinystr v0.8.2 |
| 293 | 2026-05-29T18:57:09.326Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-05-29T18:57:09.326Z | Downloaded unicode-linebreak v0.1.5 |
| 295 | 2026-05-29T18:57:09.326Z | Downloaded byteorder v1.5.0 |
| 296 | 2026-05-29T18:57:09.326Z | Downloaded clap_derive v4.5.55 |
| 297 | 2026-05-29T18:57:09.329Z | Downloaded equivalent v1.0.2 |
| 298 | 2026-05-29T18:57:09.329Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-05-29T18:57:09.329Z | Downloaded fnv v1.0.7 |
| 300 | 2026-05-29T18:57:09.329Z | Downloaded usdt v0.5.0 |
| 301 | 2026-05-29T18:57:09.332Z | Downloaded clap_lex v1.0.0 |
| 302 | 2026-05-29T18:57:09.332Z | Downloaded scroll_derive v0.12.1 |
| 303 | 2026-05-29T18:57:09.332Z | Downloaded errno v0.3.14 |
| 304 | 2026-05-29T18:57:09.334Z | Downloaded serde-value v0.7.0 |
| 305 | 2026-05-29T18:57:09.335Z | Downloaded potential_utf v0.1.4 |
| 306 | 2026-05-29T18:57:09.335Z | Downloaded idna_adapter v1.2.1 |
| 307 | 2026-05-29T18:57:09.337Z | Downloaded version_check v0.9.5 |
| 308 | 2026-05-29T18:57:09.337Z | Downloaded toml_datetime v0.6.11 |
| 309 | 2026-05-29T18:57:09.337Z | Downloaded usdt-impl v0.5.0 |
| 310 | 2026-05-29T18:57:09.340Z | Downloaded smawk v0.3.2 |
| 311 | 2026-05-29T18:57:09.343Z | Downloaded is_terminal_polyfill v1.70.2 |
| 312 | 2026-05-29T18:57:09.343Z | Downloaded anstyle-parse v0.2.7 |
| 313 | 2026-05-29T18:57:09.346Z | Downloaded yoke v0.8.1 |
| 314 | 2026-05-29T18:57:09.346Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-05-29T18:57:09.352Z | Downloaded form_urlencoded v1.2.2 |
| 316 | 2026-05-29T18:57:09.356Z | Downloaded zerofrom-derive v0.1.6 |
| 317 | 2026-05-29T18:57:09.356Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-05-29T18:57:09.359Z | Downloaded unicode-xid v0.2.6 |
| 319 | 2026-05-29T18:57:09.359Z | Downloaded thiserror-impl v1.0.69 |
| 320 | 2026-05-29T18:57:09.359Z | Downloaded tabled_derive v0.7.0 |
| 321 | 2026-05-29T18:57:09.359Z | Downloaded macaddr v1.0.1 |
| 322 | 2026-05-29T18:57:09.360Z | Downloaded colorchoice v1.0.4 |
| 323 | 2026-05-29T18:57:09.362Z | Downloaded swrite v0.1.0 |
| 324 | 2026-05-29T18:57:09.362Z | Downloaded strsim v0.11.1 |
| 325 | 2026-05-29T18:57:09.362Z | Downloaded serde_spanned v0.6.9 |
| 326 | 2026-05-29T18:57:09.362Z | Downloaded utf8_iter v1.0.4 |
| 327 | 2026-05-29T18:57:09.362Z | Downloaded usdt-attr-macro v0.5.0 |
| 328 | 2026-05-29T18:57:09.367Z | Downloaded cpufeatures v0.2.17 |
| 329 | 2026-05-29T18:57:09.370Z | Downloaded cfg-if v1.0.4 |
| 330 | 2026-05-29T18:57:09.370Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-05-29T18:57:09.372Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-05-29T18:57:09.372Z | Downloaded toml_edit v0.22.27 |
| 333 | 2026-05-29T18:57:09.375Z | Downloaded toml v0.8.23 |
| 334 | 2026-05-29T18:57:09.375Z | Downloaded plain v0.2.3 |
| 335 | 2026-05-29T18:57:09.378Z | Downloaded memmap v0.7.0 |
| 336 | 2026-05-29T18:57:09.378Z | Downloaded heck v0.4.1 |
| 337 | 2026-05-29T18:57:09.378Z | Downloaded crypto-common v0.1.7 |
| 338 | 2026-05-29T18:57:09.378Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-05-29T18:57:09.381Z | Downloaded url v2.5.8 |
| 340 | 2026-05-29T18:57:09.381Z | Downloaded stable_deref_trait v1.2.1 |
| 341 | 2026-05-29T18:57:09.386Z | Downloaded zerovec v0.11.5 |
| 342 | 2026-05-29T18:57:09.389Z | Downloaded percent-encoding v2.3.2 |
| 343 | 2026-05-29T18:57:09.389Z | Downloaded ordered-float v2.10.1 |
| 344 | 2026-05-29T18:57:09.392Z | Downloaded zerotrie v0.2.3 |
| 345 | 2026-05-29T18:57:09.395Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2026-05-29T18:57:09.395Z | Downloaded itoa v1.0.17 |
| 347 | 2026-05-29T18:57:09.398Z | Downloaded winnow v0.7.14 |
| 348 | 2026-05-29T18:57:09.401Z | Downloaded terminal_size v0.4.3 |
| 349 | 2026-05-29T18:57:09.404Z | Downloaded zerocopy v0.7.35 |
| 350 | 2026-05-29T18:57:09.410Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2026-05-29T18:57:09.413Z | Downloaded bytecount v0.6.9 |
| 352 | 2026-05-29T18:57:09.413Z | Downloaded fs-err v3.3.0 |
| 353 | 2026-05-29T18:57:09.417Z | Downloaded heck v0.5.0 |
| 354 | 2026-05-29T18:57:09.417Z | Downloaded unicode-width v0.2.0 |
| 355 | 2026-05-29T18:57:09.420Z | Downloaded unicode-width v0.1.14 |
| 356 | 2026-05-29T18:57:09.423Z | Downloaded serde-untagged v0.1.9 |
| 357 | 2026-05-29T18:57:09.423Z | Downloaded dof v0.3.0 |
| 358 | 2026-05-29T18:57:09.423Z | Downloaded digest v0.10.7 |
| 359 | 2026-05-29T18:57:09.427Z | Downloaded serde_tokenstream v0.2.3 |
| 360 | 2026-05-29T18:57:09.430Z | Downloaded sha2 v0.10.9 |
| 361 | 2026-05-29T18:57:09.430Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-29T18:57:09.433Z | Downloaded camino-tempfile v1.4.1 |
| 363 | 2026-05-29T18:57:09.441Z | Downloaded litemap v0.8.1 |
| 364 | 2026-05-29T18:57:09.443Z | Downloaded idna v1.1.0 |
| 365 | 2026-05-29T18:57:09.450Z | Downloaded erased-serde v0.4.9 |
| 366 | 2026-05-29T18:57:09.453Z | Downloaded camino v1.2.2 |
| 367 | 2026-05-29T18:57:09.456Z | Downloaded tempfile v3.25.0 |
| 368 | 2026-05-29T18:57:09.459Z | Downloaded pest_generator v2.8.6 |
| 369 | 2026-05-29T18:57:09.461Z | Downloaded anyhow v1.0.102 |
| 370 | 2026-05-29T18:57:09.467Z | Downloaded clap v4.5.60 |
| 371 | 2026-05-29T18:57:09.472Z | Downloaded num-traits v0.2.19 |
| 372 | 2026-05-29T18:57:09.483Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-05-29T18:57:09.486Z | Downloaded log v0.4.29 |
| 374 | 2026-05-29T18:57:09.486Z | Downloaded icu_properties v2.1.2 |
| 375 | 2026-05-29T18:57:09.489Z | Downloaded getrandom v0.4.1 |
| 376 | 2026-05-29T18:57:09.495Z | Downloaded icu_normalizer v2.1.1 |
| 377 | 2026-05-29T18:57:09.505Z | Downloaded papergrid v0.11.0 |
| 378 | 2026-05-29T18:57:09.508Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-05-29T18:57:09.511Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-29T18:57:09.515Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-29T18:57:09.515Z | Downloaded bitflags v2.11.0 |
| 382 | 2026-05-29T18:57:09.518Z | Downloaded memchr v2.8.0 |
| 383 | 2026-05-29T18:57:09.521Z | Downloaded serde_json v1.0.149 |
| 384 | 2026-05-29T18:57:09.527Z | Downloaded serde v1.0.228 |
| 385 | 2026-05-29T18:57:09.530Z | Downloaded pest_meta v2.8.6 |
| 386 | 2026-05-29T18:57:09.533Z | Downloaded icu_collections v2.1.1 |
| 387 | 2026-05-29T18:57:09.539Z | Downloaded indexmap v2.14.0 |
| 388 | 2026-05-29T18:57:09.542Z | Downloaded icu_locale_core v2.1.1 |
| 389 | 2026-05-29T18:57:09.551Z | Downloaded pest v2.8.6 |
| 390 | 2026-05-29T18:57:09.554Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-29T18:57:09.564Z | Downloaded hashbrown v0.17.0 |
| 392 | 2026-05-29T18:57:09.571Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-29T18:57:09.582Z | Downloaded goblin v0.8.2 |
| 394 | 2026-05-29T18:57:09.591Z | Downloaded tabled v0.15.0 |
| 395 | 2026-05-29T18:57:09.597Z | Downloaded syn v1.0.109 |
| 396 | 2026-05-29T18:57:09.602Z | Downloaded syn v2.0.117 |
| 397 | 2026-05-29T18:57:09.619Z | Downloaded rustix v1.1.3 |
| 398 | 2026-05-29T18:57:09.644Z | Downloaded libc v0.2.185 |
| 399 | 2026-05-29T18:57:09.709Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-05-29T18:57:09.709Z | Compiling quote v1.0.45 |
| 401 | 2026-05-29T18:57:09.712Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-05-29T18:57:09.712Z | Compiling serde_core v1.0.228 |
| 403 | 2026-05-29T18:57:09.712Z | Compiling libc v0.2.185 |
| 404 | 2026-05-29T18:57:09.712Z | Compiling version_check v0.9.5 |
| 405 | 2026-05-29T18:57:09.712Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-29T18:57:09.712Z | Compiling serde v1.0.228 |
| 407 | 2026-05-29T18:57:09.712Z | Compiling stable_deref_trait v1.2.1 |
| 408 | 2026-05-29T18:57:09.712Z | Compiling zmij v1.0.21 |
| 409 | 2026-05-29T18:57:09.712Z | Compiling thiserror v1.0.69 |
| 410 | 2026-05-29T18:57:09.894Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-05-29T18:57:09.897Z | Compiling autocfg v1.5.0 |
| 412 | 2026-05-29T18:57:09.897Z | Compiling itoa v1.0.17 |
| 413 | 2026-05-29T18:57:09.897Z | Compiling litemap v0.8.1 |
| 414 | 2026-05-29T18:57:10.189Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-29T18:57:10.209Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-29T18:57:10.229Z | Compiling rustix v1.1.3 |
| 417 | 2026-05-29T18:57:10.325Z | Compiling pest v2.8.6 |
| 418 | 2026-05-29T18:57:10.433Z | Compiling icu_normalizer_data v2.1.1 |
| 419 | 2026-05-29T18:57:10.487Z | Compiling byteorder v1.5.0 |
| 420 | 2026-05-29T18:57:10.490Z | Compiling serde_json v1.0.149 |
| 421 | 2026-05-29T18:57:10.506Z | Compiling bitflags v2.11.0 |
| 422 | 2026-05-29T18:57:10.599Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-29T18:57:10.652Z | Compiling equivalent v1.0.2 |
| 424 | 2026-05-29T18:57:10.658Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-29T18:57:10.770Z | Compiling hashbrown v0.17.0 |
| 426 | 2026-05-29T18:57:10.773Z | Compiling typeid v1.0.3 |
| 427 | 2026-05-29T18:57:10.832Z | Compiling proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-29T18:57:10.850Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-29T18:57:10.853Z | Compiling erased-serde v0.4.9 |
| 430 | 2026-05-29T18:57:10.909Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-29T18:57:10.928Z | Compiling errno v0.3.14 |
| 432 | 2026-05-29T18:57:10.979Z | Compiling thread-id v4.2.2 |
| 433 | 2026-05-29T18:57:10.998Z | Compiling toml_write v0.1.2 |
| 434 | 2026-05-29T18:57:11.017Z | Compiling syn v1.0.109 |
| 435 | 2026-05-29T18:57:11.198Z | Compiling proc-macro-error v1.0.4 |
| 436 | 2026-05-29T18:57:11.294Z | Compiling syn v2.0.117 |
| 437 | 2026-05-29T18:57:11.297Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-05-29T18:57:11.334Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-29T18:57:11.337Z | Compiling getrandom v0.4.1 |
| 440 | 2026-05-29T18:57:11.392Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-29T18:57:11.412Z | Compiling plain v0.2.3 |
| 442 | 2026-05-29T18:57:11.412Z | Compiling camino v1.2.2 |
| 443 | 2026-05-29T18:57:11.452Z | Compiling log v0.4.29 |
| 444 | 2026-05-29T18:57:11.455Z | Compiling utf8_iter v1.0.4 |
| 445 | 2026-05-29T18:57:11.508Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-29T18:57:11.529Z | Compiling thiserror v2.0.18 |
| 447 | 2026-05-29T18:57:11.551Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-29T18:57:11.735Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-29T18:57:11.789Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-05-29T18:57:11.815Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-29T18:57:11.890Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-29T18:57:11.909Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-29T18:57:11.950Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-29T18:57:11.953Z | Compiling pretty-hex v0.4.1 |
| 455 | 2026-05-29T18:57:12.009Z | Compiling cfg-if v1.0.4 |
| 456 | 2026-05-29T18:57:12.069Z | Compiling terminal_size v0.4.3 |
| 457 | 2026-05-29T18:57:12.120Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-29T18:57:12.140Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-29T18:57:12.160Z | Compiling heck v0.5.0 |
| 460 | 2026-05-29T18:57:12.164Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-05-29T18:57:12.235Z | Compiling semver v1.0.28 |
| 462 | 2026-05-29T18:57:12.330Z | Compiling strsim v0.11.1 |
| 463 | 2026-05-29T18:57:12.366Z | Compiling fastrand v2.3.0 |
| 464 | 2026-05-29T18:57:12.370Z | Compiling bytecount v0.6.9 |
| 465 | 2026-05-29T18:57:12.436Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-29T18:57:12.457Z | Compiling once_cell v1.21.3 |
| 467 | 2026-05-29T18:57:12.493Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-05-29T18:57:12.553Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-29T18:57:12.598Z | Compiling heck v0.4.1 |
| 470 | 2026-05-29T18:57:12.617Z | Compiling serde-untagged v0.1.9 |
| 471 | 2026-05-29T18:57:12.659Z | Compiling clap_lex v1.0.0 |
| 472 | 2026-05-29T18:57:12.680Z | Compiling tempfile v3.25.0 |
| 473 | 2026-05-29T18:57:12.725Z | Compiling memmap v0.7.0 |
| 474 | 2026-05-29T18:57:12.744Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-29T18:57:12.765Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-29T18:57:12.835Z | Compiling clap_builder v4.5.60 |
| 477 | 2026-05-29T18:57:12.854Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-05-29T18:57:12.887Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-05-29T18:57:12.909Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-29T18:57:12.945Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-29T18:57:13.169Z | Compiling textwrap v0.16.2 |
| 482 | 2026-05-29T18:57:13.198Z | Compiling swrite v0.1.0 |
| 483 | 2026-05-29T18:57:13.495Z | Compiling tabled_derive v0.7.0 |
| 484 | 2026-05-29T18:57:14.005Z | Compiling synstructure v0.13.2 |
| 485 | 2026-05-29T18:57:14.005Z | Compiling pest_generator v2.8.6 |
| 486 | 2026-05-29T18:57:14.176Z | Compiling tabled v0.15.0 |
| 487 | 2026-05-29T18:57:14.514Z | Compiling serde_derive v1.0.228 |
| 488 | 2026-05-29T18:57:14.514Z | Compiling zerofrom-derive v0.1.6 |
| 489 | 2026-05-29T18:57:14.517Z | Compiling yoke-derive v0.8.1 |
| 490 | 2026-05-29T18:57:14.517Z | Compiling zerovec-derive v0.11.2 |
| 491 | 2026-05-29T18:57:14.517Z | Compiling displaydoc v0.2.5 |
| 492 | 2026-05-29T18:57:14.517Z | Compiling thiserror-impl v1.0.69 |
| 493 | 2026-05-29T18:57:14.533Z | Compiling zerocopy-derive v0.7.35 |
| 494 | 2026-05-29T18:57:14.603Z | Compiling scroll_derive v0.12.1 |
| 495 | 2026-05-29T18:57:14.606Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-29T18:57:14.748Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-29T18:57:14.824Z | Compiling clap_derive v4.5.55 |
| 498 | 2026-05-29T18:57:15.320Z | Compiling scroll v0.12.0 |
| 499 | 2026-05-29T18:57:15.391Z | Compiling zerocopy v0.7.35 |
| 500 | 2026-05-29T18:57:15.545Z | Compiling goblin v0.8.2 |
| 501 | 2026-05-29T18:57:15.590Z | Compiling zerofrom v0.1.6 |
| 502 | 2026-05-29T18:57:15.755Z | Compiling yoke v0.8.1 |
| 503 | 2026-05-29T18:57:15.840Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-29T18:57:15.945Z | Compiling zerovec v0.11.5 |
| 505 | 2026-05-29T18:57:15.945Z | Compiling zerotrie v0.2.3 |
| 506 | 2026-05-29T18:57:16.195Z | Compiling clap v4.5.60 |
| 507 | 2026-05-29T18:57:16.327Z | Compiling tinystr v0.8.2 |
| 508 | 2026-05-29T18:57:16.328Z | Compiling potential_utf v0.1.4 |
| 509 | 2026-05-29T18:57:16.409Z | Compiling icu_collections v2.1.1 |
| 510 | 2026-05-29T18:57:16.461Z | Compiling icu_locale_core v2.1.1 |
| 511 | 2026-05-29T18:57:17.026Z | Compiling dof v0.3.0 |
| 512 | 2026-05-29T18:57:17.026Z | Compiling serde_tokenstream v0.2.3 |
| 513 | 2026-05-29T18:57:17.030Z | Compiling icu_provider v2.1.1 |
| 514 | 2026-05-29T18:57:17.044Z | Compiling toml_datetime v0.6.11 |
| 515 | 2026-05-29T18:57:17.048Z | Compiling serde_spanned v0.6.9 |
| 516 | 2026-05-29T18:57:17.048Z | Compiling serde-value v0.7.0 |
| 517 | 2026-05-29T18:57:17.048Z | Compiling cargo-platform v0.2.0 |
| 518 | 2026-05-29T18:57:17.061Z | Compiling macaddr v1.0.1 |
| 519 | 2026-05-29T18:57:17.300Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-29T18:57:17.303Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-05-29T18:57:17.333Z | Compiling toml_edit v0.22.27 |
| 522 | 2026-05-29T18:57:17.725Z | Compiling usdt-macro v0.5.0 |
| 523 | 2026-05-29T18:57:17.729Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-05-29T18:57:18.098Z | Compiling idna_adapter v1.2.1 |
| 525 | 2026-05-29T18:57:18.219Z | Compiling idna v1.1.0 |
| 526 | 2026-05-29T18:57:18.330Z | Compiling usdt v0.5.0 |
| 527 | 2026-05-29T18:57:18.474Z | Compiling url v2.5.8 |
| 528 | 2026-05-29T18:57:18.601Z | Compiling toml v0.8.23 |
| 529 | 2026-05-29T18:57:18.926Z | Compiling cargo-util-schemas v0.8.2 |
| 530 | 2026-05-29T18:57:18.926Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-29T18:57:19.700Z | Compiling cargo_metadata v0.21.0 |
| 532 | 2026-05-29T18:57:20.617Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 533 | 2026-05-29T18:57:22.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.06s |
| 534 | 2026-05-29T18:57:22.990Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 535 | 2026-05-29T18:57:23.545Z | Downloading crates ... |
| 536 | 2026-05-29T18:57:23.628Z | Downloaded adler2 v2.0.1 |
| 537 | 2026-05-29T18:57:23.631Z | Downloaded array-init v0.0.4 |
| 538 | 2026-05-29T18:57:23.631Z | Downloaded ascii-canvas v3.0.0 |
| 539 | 2026-05-29T18:57:23.637Z | Downloaded async-recursion v1.1.1 |
| 540 | 2026-05-29T18:57:23.641Z | Downloaded arrayref v0.3.9 |
| 541 | 2026-05-29T18:57:23.644Z | Downloaded arrayvec v0.7.6 |
| 542 | 2026-05-29T18:57:23.648Z | Downloaded aead v0.5.2 |
| 543 | 2026-05-29T18:57:23.654Z | Downloaded crunchy v0.2.4 |
| 544 | 2026-05-29T18:57:23.654Z | Downloaded async-stream-impl v0.3.6 |
| 545 | 2026-05-29T18:57:23.654Z | Downloaded crc-catalog v2.4.0 |
| 546 | 2026-05-29T18:57:23.657Z | Downloaded async-stream v0.3.6 |
| 547 | 2026-05-29T18:57:23.657Z | Downloaded cargo-platform v0.3.2 |
| 548 | 2026-05-29T18:57:23.661Z | Downloaded atty v0.2.14 |
| 549 | 2026-05-29T18:57:23.665Z | Downloaded atomic-waker v1.1.2 |
| 550 | 2026-05-29T18:57:23.668Z | Downloaded backon v1.6.0 |
| 551 | 2026-05-29T18:57:23.671Z | Downloaded crossbeam-epoch v0.9.18 |
| 552 | 2026-05-29T18:57:23.671Z | Downloaded darling_macro v0.13.4 |
| 553 | 2026-05-29T18:57:23.671Z | Downloaded atomicwrites v0.4.4 |
| 554 | 2026-05-29T18:57:23.674Z | Downloaded async-bb8-diesel v0.2.1 |
| 555 | 2026-05-29T18:57:23.674Z | Downloaded bitfield-struct v0.6.2 |
| 556 | 2026-05-29T18:57:23.674Z | Downloaded allocator-api2 v0.2.21 |
| 557 | 2026-05-29T18:57:23.677Z | Downloaded darling_core v0.21.3 |
| 558 | 2026-05-29T18:57:23.680Z | Downloaded crossbeam-deque v0.8.6 |
| 559 | 2026-05-29T18:57:23.680Z | Downloaded cfg_aliases v0.2.1 |
| 560 | 2026-05-29T18:57:23.684Z | Downloaded darling v0.23.0 |
| 561 | 2026-05-29T18:57:23.684Z | Downloaded compression-core v0.4.31 |
| 562 | 2026-05-29T18:57:23.687Z | Downloaded darling_core v0.13.4 |
| 563 | 2026-05-29T18:57:23.690Z | Downloaded defmt-parser v1.0.0 |
| 564 | 2026-05-29T18:57:23.691Z | Downloaded ciborium-io v0.2.2 |
| 565 | 2026-05-29T18:57:23.691Z | Downloaded darling_core v0.23.0 |
| 566 | 2026-05-29T18:57:23.694Z | Downloaded darling_core v0.20.11 |
| 567 | 2026-05-29T18:57:23.696Z | Downloaded dirs-sys-next v0.1.2 |
| 568 | 2026-05-29T18:57:23.696Z | Downloaded cfg_aliases v0.1.1 |
| 569 | 2026-05-29T18:57:23.699Z | Downloaded block-padding v0.3.3 |
| 570 | 2026-05-29T18:57:23.699Z | Downloaded crc32fast v1.5.0 |
| 571 | 2026-05-29T18:57:23.699Z | Downloaded castaway v0.2.4 |
| 572 | 2026-05-29T18:57:23.702Z | Downloaded cmake v0.1.57 |
| 573 | 2026-05-29T18:57:23.702Z | Downloaded compression-codecs v0.4.37 |
| 574 | 2026-05-29T18:57:23.705Z | Downloaded async-trait v0.1.89 |
| 575 | 2026-05-29T18:57:23.705Z | Downloaded bitfield-macros v0.19.4 |
| 576 | 2026-05-29T18:57:23.710Z | Downloaded bb8 v0.8.6 |
| 577 | 2026-05-29T18:57:23.713Z | Downloaded convert_case v0.4.0 |
| 578 | 2026-05-29T18:57:23.716Z | Downloaded derive_builder_core v0.20.2 |
| 579 | 2026-05-29T18:57:23.720Z | Downloaded crc8 v0.1.1 |
| 580 | 2026-05-29T18:57:23.720Z | Downloaded flate2 v1.1.9 |
| 581 | 2026-05-29T18:57:23.724Z | Downloaded assert_matches v1.5.0 |
| 582 | 2026-05-29T18:57:23.727Z | Downloaded darling_macro v0.20.11 |
| 583 | 2026-05-29T18:57:23.727Z | Downloaded dsl_auto_type v0.2.0 |
| 584 | 2026-05-29T18:57:23.727Z | Downloaded blowfish v0.9.1 |
| 585 | 2026-05-29T18:57:23.727Z | Downloaded dof v0.4.0 |
| 586 | 2026-05-29T18:57:23.727Z | Downloaded difflib v0.4.0 |
| 587 | 2026-05-29T18:57:23.732Z | Downloaded darling_macro v0.23.0 |
| 588 | 2026-05-29T18:57:23.732Z | Downloaded cpufeatures v0.3.0 |
| 589 | 2026-05-29T18:57:23.732Z | Downloaded enum-as-inner v0.6.1 |
| 590 | 2026-05-29T18:57:23.735Z | Downloaded document-features v0.2.12 |
| 591 | 2026-05-29T18:57:23.735Z | Downloaded darling_macro v0.21.3 |
| 592 | 2026-05-29T18:57:23.735Z | Downloaded base16ct v0.2.0 |
| 593 | 2026-05-29T18:57:23.735Z | Downloaded foreign-types-macros v0.2.3 |
| 594 | 2026-05-29T18:57:23.735Z | Downloaded ciborium-ll v0.2.2 |
| 595 | 2026-05-29T18:57:23.739Z | Downloaded bit-set v0.5.3 |
| 596 | 2026-05-29T18:57:23.743Z | Downloaded funty v2.0.0 |
| 597 | 2026-05-29T18:57:23.743Z | Downloaded foreign-types-shared v0.1.1 |
| 598 | 2026-05-29T18:57:23.743Z | Downloaded embedded-io v0.6.1 |
| 599 | 2026-05-29T18:57:23.748Z | Downloaded cassowary v0.3.0 |
| 600 | 2026-05-29T18:57:23.748Z | Downloaded bitflags v1.3.2 |
| 601 | 2026-05-29T18:57:23.751Z | Downloaded ahash v0.8.12 |
| 602 | 2026-05-29T18:57:23.753Z | Downloaded arc-swap v1.8.2 |
| 603 | 2026-05-29T18:57:23.757Z | Downloaded foreign-types-shared v0.3.1 |
| 604 | 2026-05-29T18:57:23.760Z | Downloaded crucible-workspace-hack v0.1.0 |
| 605 | 2026-05-29T18:57:23.760Z | Downloaded float-cmp v0.10.0 |
| 606 | 2026-05-29T18:57:23.760Z | Downloaded embedded-io v0.4.0 |
| 607 | 2026-05-29T18:57:23.760Z | Downloaded derive_builder_macro v0.20.2 |
| 608 | 2026-05-29T18:57:23.764Z | Downloaded endian-type v0.1.2 |
| 609 | 2026-05-29T18:57:23.767Z | Downloaded futures-io v0.3.32 |
| 610 | 2026-05-29T18:57:23.767Z | Downloaded futures-core v0.3.32 |
| 611 | 2026-05-29T18:57:23.767Z | Downloaded dunce v1.0.5 |
| 612 | 2026-05-29T18:57:23.771Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 613 | 2026-05-29T18:57:23.775Z | Downloaded futures-macro v0.3.32 |
| 614 | 2026-05-29T18:57:23.775Z | Downloaded futures-sink v0.3.32 |
| 615 | 2026-05-29T18:57:23.775Z | Downloaded foreign-types v0.3.2 |
| 616 | 2026-05-29T18:57:23.775Z | Downloaded float-ord v0.3.2 |
| 617 | 2026-05-29T18:57:23.778Z | Downloaded futures-task v0.3.32 |
| 618 | 2026-05-29T18:57:23.778Z | Downloaded flagset v0.4.7 |
| 619 | 2026-05-29T18:57:23.778Z | Downloaded dtrace-parser v0.3.0 |
| 620 | 2026-05-29T18:57:23.778Z | Downloaded gethostname v0.5.0 |
| 621 | 2026-05-29T18:57:23.781Z | Downloaded byte-wrapper v0.1.0 |
| 622 | 2026-05-29T18:57:23.781Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 623 | 2026-05-29T18:57:23.781Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2026-05-29T18:57:23.785Z | Downloaded ar_archive_writer v0.5.1 |
| 625 | 2026-05-29T18:57:23.785Z | Downloaded chacha20 v0.9.1 |
| 626 | 2026-05-29T18:57:23.789Z | Downloaded foreign-types v0.5.0 |
| 627 | 2026-05-29T18:57:23.789Z | Downloaded cobs v0.3.0 |
| 628 | 2026-05-29T18:57:23.789Z | Downloaded display-error-chain v0.2.2 |
| 629 | 2026-05-29T18:57:23.792Z | Downloaded cstr-argument v0.1.2 |
| 630 | 2026-05-29T18:57:23.792Z | Downloaded cexpr v0.6.0 |
| 631 | 2026-05-29T18:57:23.792Z | Downloaded argon2 v0.5.3 |
| 632 | 2026-05-29T18:57:23.792Z | Downloaded bit-set v0.8.0 |
| 633 | 2026-05-29T18:57:23.796Z | Downloaded fixedbitset v0.4.2 |
| 634 | 2026-05-29T18:57:23.797Z | Downloaded defmt v0.3.100 |
| 635 | 2026-05-29T18:57:23.797Z | Downloaded cancel-safe-futures v0.1.5 |
| 636 | 2026-05-29T18:57:23.799Z | Downloaded fd-lock v4.0.4 |
| 637 | 2026-05-29T18:57:23.802Z | Downloaded bcs v0.1.6 |
| 638 | 2026-05-29T18:57:23.802Z | Downloaded camino-tempfile-ext v0.3.3 |
| 639 | 2026-05-29T18:57:23.805Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-05-29T18:57:23.805Z | Downloaded bit-vec v0.8.0 |
| 641 | 2026-05-29T18:57:23.808Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 642 | 2026-05-29T18:57:23.808Z | Downloaded hash32 v0.2.1 |
| 643 | 2026-05-29T18:57:23.808Z | Downloaded csv-core v0.1.13 |
| 644 | 2026-05-29T18:57:23.812Z | Downloaded console v0.15.11 |
| 645 | 2026-05-29T18:57:23.812Z | Downloaded ff v0.13.1 |
| 646 | 2026-05-29T18:57:23.816Z | Downloaded either v1.15.0 |
| 647 | 2026-05-29T18:57:23.816Z | Downloaded ecdsa v0.16.9 |
| 648 | 2026-05-29T18:57:23.816Z | Downloaded der_derive v0.7.3 |
| 649 | 2026-05-29T18:57:23.816Z | Downloaded bzip2 v0.6.1 |
| 650 | 2026-05-29T18:57:23.822Z | Downloaded hex v0.4.3 |
| 651 | 2026-05-29T18:57:23.822Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-29T18:57:23.822Z | Downloaded des v0.8.1 |
| 653 | 2026-05-29T18:57:23.826Z | Downloaded headers-core v0.3.0 |
| 654 | 2026-05-29T18:57:23.826Z | Downloaded daft-derive v0.1.7 |
| 655 | 2026-05-29T18:57:23.826Z | Downloaded http-body v1.0.1 |
| 656 | 2026-05-29T18:57:23.826Z | Downloaded home v0.5.12 |
| 657 | 2026-05-29T18:57:23.826Z | Downloaded hash32 v0.3.1 |
| 658 | 2026-05-29T18:57:23.830Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-05-29T18:57:23.830Z | Downloaded globwalk v0.9.1 |
| 660 | 2026-05-29T18:57:23.830Z | Downloaded fxhash v0.2.1 |
| 661 | 2026-05-29T18:57:23.830Z | Downloaded fs-err v2.11.0 |
| 662 | 2026-05-29T18:57:23.833Z | Downloaded critical-section v1.2.0 |
| 663 | 2026-05-29T18:57:23.833Z | Downloaded crc v3.4.0 |
| 664 | 2026-05-29T18:57:23.833Z | Downloaded corncobs v0.1.4 |
| 665 | 2026-05-29T18:57:23.836Z | Downloaded httpdate v1.0.3 |
| 666 | 2026-05-29T18:57:23.836Z | Downloaded hostname v0.4.2 |
| 667 | 2026-05-29T18:57:23.836Z | Downloaded cargo_metadata v0.23.1 |
| 668 | 2026-05-29T18:57:23.840Z | Downloaded bit-vec v0.6.3 |
| 669 | 2026-05-29T18:57:23.840Z | Downloaded ghash v0.5.1 |
| 670 | 2026-05-29T18:57:23.840Z | Downloaded futures-executor v0.3.32 |
| 671 | 2026-05-29T18:57:23.842Z | Downloaded backoff v0.4.0 |
| 672 | 2026-05-29T18:57:23.842Z | Downloaded fallible-iterator v0.2.0 |
| 673 | 2026-05-29T18:57:23.842Z | Downloaded hubpack_derive v0.1.1 |
| 674 | 2026-05-29T18:57:23.846Z | Downloaded http-range v0.1.5 |
| 675 | 2026-05-29T18:57:23.846Z | Downloaded chacha20 v0.10.0 |
| 676 | 2026-05-29T18:57:23.846Z | Downloaded cbc v0.1.2 |
| 677 | 2026-05-29T18:57:23.849Z | Downloaded const_format_proc_macros v0.2.34 |
| 678 | 2026-05-29T18:57:23.849Z | Downloaded derive-ex v0.1.8 |
| 679 | 2026-05-29T18:57:23.852Z | Downloaded env_logger v0.11.9 |
| 680 | 2026-05-29T18:57:23.852Z | Downloaded env_filter v1.0.0 |
| 681 | 2026-05-29T18:57:23.852Z | Downloaded hubpack v0.1.2 |
| 682 | 2026-05-29T18:57:23.855Z | Downloaded daft v0.1.7 |
| 683 | 2026-05-29T18:57:23.855Z | Downloaded const-oid v0.9.6 |
| 684 | 2026-05-29T18:57:23.855Z | Downloaded fixedbitset v0.5.7 |
| 685 | 2026-05-29T18:57:23.858Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 686 | 2026-05-29T18:57:23.858Z | Downloaded downcast-rs v2.0.2 |
| 687 | 2026-05-29T18:57:23.858Z | Downloaded console v0.16.2 |
| 688 | 2026-05-29T18:57:23.861Z | Downloaded foldhash v0.2.0 |
| 689 | 2026-05-29T18:57:23.861Z | Downloaded colored v3.1.1 |
| 690 | 2026-05-29T18:57:23.864Z | Downloaded illumos-nvpair v0.3.0 |
| 691 | 2026-05-29T18:57:23.864Z | Downloaded blake2 v0.10.6 |
| 692 | 2026-05-29T18:57:23.867Z | Downloaded indent_write v2.2.0 |
| 693 | 2026-05-29T18:57:23.867Z | Downloaded fs_extra v1.3.0 |
| 694 | 2026-05-29T18:57:23.867Z | Downloaded chacha20poly1305 v0.10.1 |
| 695 | 2026-05-29T18:57:23.870Z | Downloaded foldhash v0.1.5 |
| 696 | 2026-05-29T18:57:23.870Z | Downloaded ena v0.14.4 |
| 697 | 2026-05-29T18:57:23.870Z | Downloaded dirs-next v2.0.0 |
| 698 | 2026-05-29T18:57:23.873Z | Downloaded cookie_store v0.22.1 |
| 699 | 2026-05-29T18:57:23.873Z | Downloaded defmt v1.0.1 |
| 700 | 2026-05-29T18:57:23.876Z | Downloaded darling v0.13.4 |
| 701 | 2026-05-29T18:57:23.879Z | Downloaded ctr v0.9.2 |
| 702 | 2026-05-29T18:57:23.879Z | Downloaded data-encoding v2.10.0 |
| 703 | 2026-05-29T18:57:23.879Z | Downloaded instability v0.3.11 |
| 704 | 2026-05-29T18:57:23.882Z | Downloaded is_ci v1.2.0 |
| 705 | 2026-05-29T18:57:23.882Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-05-29T18:57:23.882Z | Downloaded async-compression v0.4.41 |
| 707 | 2026-05-29T18:57:23.885Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 708 | 2026-05-29T18:57:23.890Z | Downloaded globset v0.4.18 |
| 709 | 2026-05-29T18:57:23.890Z | Downloaded glob v0.3.3 |
| 710 | 2026-05-29T18:57:23.895Z | Downloaded git-stub-vcs v0.1.0 |
| 711 | 2026-05-29T18:57:23.895Z | Downloaded hyper-tls v0.6.0 |
| 712 | 2026-05-29T18:57:23.895Z | Downloaded group v0.13.0 |
| 713 | 2026-05-29T18:57:23.895Z | Downloaded highway v1.3.0 |
| 714 | 2026-05-29T18:57:23.898Z | Downloaded instant v0.1.13 |
| 715 | 2026-05-29T18:57:23.898Z | Downloaded is-terminal v0.4.17 |
| 716 | 2026-05-29T18:57:23.898Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-05-29T18:57:23.898Z | Downloaded http-body-util v0.1.3 |
| 718 | 2026-05-29T18:57:23.898Z | Downloaded futures-channel v0.3.32 |
| 719 | 2026-05-29T18:57:23.915Z | Downloaded convert_case v0.10.0 |
| 720 | 2026-05-29T18:57:23.915Z | Downloaded keccak v0.1.6 |
| 721 | 2026-05-29T18:57:23.915Z | Downloaded lazy_static v1.5.0 |
| 722 | 2026-05-29T18:57:23.915Z | Downloaded darling v0.20.11 |
| 723 | 2026-05-29T18:57:23.915Z | Downloaded clang-sys v1.8.1 |
| 724 | 2026-05-29T18:57:23.915Z | Downloaded lalrpop-util v0.19.12 |
| 725 | 2026-05-29T18:57:23.915Z | Downloaded kstat-rs v0.2.4 |
| 726 | 2026-05-29T18:57:23.915Z | Downloaded getrandom v0.2.17 |
| 727 | 2026-05-29T18:57:23.915Z | Downloaded humantime v2.3.0 |
| 728 | 2026-05-29T18:57:23.915Z | Downloaded derive_builder v0.20.2 |
| 729 | 2026-05-29T18:57:23.919Z | Downloaded filetime v0.2.27 |
| 730 | 2026-05-29T18:57:23.919Z | Downloaded erased-serde v0.3.31 |
| 731 | 2026-05-29T18:57:23.919Z | Downloaded darling v0.21.3 |
| 732 | 2026-05-29T18:57:23.922Z | Downloaded lzss v0.8.2 |
| 733 | 2026-05-29T18:57:23.922Z | Downloaded lru-slab v0.1.2 |
| 734 | 2026-05-29T18:57:23.925Z | Downloaded lru v0.12.5 |
| 735 | 2026-05-29T18:57:23.925Z | Downloaded compact_str v0.8.1 |
| 736 | 2026-05-29T18:57:23.928Z | Downloaded libscf-sys v1.1.0 |
| 737 | 2026-05-29T18:57:23.928Z | Downloaded indoc v2.0.7 |
| 738 | 2026-05-29T18:57:23.928Z | Downloaded crossbeam-utils v0.8.21 |
| 739 | 2026-05-29T18:57:23.931Z | Downloaded derive_more v0.99.20 |
| 740 | 2026-05-29T18:57:23.934Z | Downloaded inout v0.1.4 |
| 741 | 2026-05-29T18:57:23.934Z | Downloaded managed v0.8.0 |
| 742 | 2026-05-29T18:57:23.937Z | Downloaded lru-cache v0.1.2 |
| 743 | 2026-05-29T18:57:23.937Z | Downloaded ingot-types v0.1.2 |
| 744 | 2026-05-29T18:57:23.937Z | Downloaded md5 v0.7.0 |
| 745 | 2026-05-29T18:57:23.937Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-05-29T18:57:23.940Z | Downloaded newtype-uuid-macros v0.1.0 |
| 747 | 2026-05-29T18:57:23.940Z | Downloaded md-5 v0.10.6 |
| 748 | 2026-05-29T18:57:23.943Z | Downloaded maybe-uninit v2.0.0 |
| 749 | 2026-05-29T18:57:23.943Z | Downloaded match_cfg v0.1.0 |
| 750 | 2026-05-29T18:57:23.943Z | Downloaded maplit v1.0.2 |
| 751 | 2026-05-29T18:57:23.943Z | Downloaded hyper-staticfile v0.10.1 |
| 752 | 2026-05-29T18:57:23.946Z | Downloaded mime v0.3.17 |
| 753 | 2026-05-29T18:57:23.946Z | Downloaded ipnetwork v0.21.1 |
| 754 | 2026-05-29T18:57:23.951Z | Downloaded futures v0.3.32 |
| 755 | 2026-05-29T18:57:23.954Z | Downloaded nonempty v0.12.0 |
| 756 | 2026-05-29T18:57:23.954Z | Downloaded jobserver v0.1.34 |
| 757 | 2026-05-29T18:57:23.954Z | Downloaded multimap v0.10.1 |
| 758 | 2026-05-29T18:57:23.954Z | Downloaded memoffset v0.9.1 |
| 759 | 2026-05-29T18:57:23.958Z | Downloaded ipnet v2.11.0 |
| 760 | 2026-05-29T18:57:23.958Z | Downloaded nibble_vec v0.1.0 |
| 761 | 2026-05-29T18:57:23.958Z | Downloaded httparse v1.10.1 |
| 762 | 2026-05-29T18:57:23.960Z | Downloaded bytes v1.11.1 |
| 763 | 2026-05-29T18:57:23.963Z | Downloaded getrandom v0.3.4 |
| 764 | 2026-05-29T18:57:23.963Z | Downloaded new_debug_unreachable v1.0.6 |
| 765 | 2026-05-29T18:57:23.966Z | Downloaded libloading v0.8.9 |
| 766 | 2026-05-29T18:57:23.966Z | Downloaded num-derive v0.4.2 |
| 767 | 2026-05-29T18:57:23.969Z | Downloaded normalize-line-endings v0.3.0 |
| 768 | 2026-05-29T18:57:23.969Z | Downloaded newtype_derive v0.1.6 |
| 769 | 2026-05-29T18:57:23.969Z | Downloaded ingot v0.1.1 |
| 770 | 2026-05-29T18:57:23.969Z | Downloaded const_format v0.2.35 |
| 771 | 2026-05-29T18:57:23.972Z | Downloaded num v0.4.3 |
| 772 | 2026-05-29T18:57:23.975Z | Downloaded nodrop v0.1.14 |
| 773 | 2026-05-29T18:57:23.975Z | Downloaded olpc-cjson v0.1.4 |
| 774 | 2026-05-29T18:57:23.975Z | Downloaded num_threads v0.1.7 |
| 775 | 2026-05-29T18:57:23.978Z | Downloaded num-conv v0.2.0 |
| 776 | 2026-05-29T18:57:23.978Z | Downloaded linear-map v1.2.0 |
| 777 | 2026-05-29T18:57:23.978Z | Downloaded hyper-rustls v0.27.7 |
| 778 | 2026-05-29T18:57:23.981Z | Downloaded openssl-probe v0.2.1 |
| 779 | 2026-05-29T18:57:23.981Z | Downloaded drift v0.2.0 |
| 780 | 2026-05-29T18:57:23.986Z | Downloaded elliptic-curve v0.13.8 |
| 781 | 2026-05-29T18:57:23.989Z | Downloaded base64 v0.22.1 |
| 782 | 2026-05-29T18:57:23.992Z | Downloaded dropshot_endpoint v0.17.0 |
| 783 | 2026-05-29T18:57:23.995Z | Downloaded parse-size v1.1.0 |
| 784 | 2026-05-29T18:57:23.995Z | Downloaded packed_struct_codegen v0.10.1 |
| 785 | 2026-05-29T18:57:23.995Z | Downloaded mime_guess v2.0.5 |
| 786 | 2026-05-29T18:57:23.998Z | Downloaded libsw v3.5.0 |
| 787 | 2026-05-29T18:57:23.998Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2026-05-29T18:57:23.998Z | Downloaded aes-gcm v0.10.3 |
| 789 | 2026-05-29T18:57:24.001Z | Downloaded native-tls v0.2.18 |
| 790 | 2026-05-29T18:57:24.005Z | Downloaded aes v0.8.4 |
| 791 | 2026-05-29T18:57:24.005Z | Downloaded num-iter v0.1.45 |
| 792 | 2026-05-29T18:57:24.005Z | Downloaded openssl-macros v0.1.1 |
| 793 | 2026-05-29T18:57:24.009Z | Downloaded oso-derive v0.27.3 |
| 794 | 2026-05-29T18:57:24.009Z | Downloaded num_enum_derive v0.5.11 |
| 795 | 2026-05-29T18:57:24.009Z | Downloaded parse-display v0.10.0 |
| 796 | 2026-05-29T18:57:24.009Z | Downloaded hmac v0.12.1 |
| 797 | 2026-05-29T18:57:24.012Z | Downloaded ed25519-dalek v2.2.0 |
| 798 | 2026-05-29T18:57:24.012Z | Downloaded openssl-probe v0.1.6 |
| 799 | 2026-05-29T18:57:24.012Z | Downloaded half v1.8.3 |
| 800 | 2026-05-29T18:57:24.015Z | Downloaded pbkdf2 v0.12.2 |
| 801 | 2026-05-29T18:57:24.015Z | Downloaded nanorand v0.7.0 |
| 802 | 2026-05-29T18:57:24.018Z | Downloaded newtype-uuid v1.3.2 |
| 803 | 2026-05-29T18:57:24.018Z | Downloaded path-slash v0.1.5 |
| 804 | 2026-05-29T18:57:24.018Z | Downloaded linked-hash-map v0.5.6 |
| 805 | 2026-05-29T18:57:24.021Z | Downloaded libsw-core v0.3.2 |
| 806 | 2026-05-29T18:57:24.021Z | Downloaded cc v1.2.56 |
| 807 | 2026-05-29T18:57:24.025Z | Downloaded newline-converter v0.3.0 |
| 808 | 2026-05-29T18:57:24.025Z | Downloaded peg-runtime v0.8.5 |
| 809 | 2026-05-29T18:57:24.025Z | Downloaded base64 v0.21.7 |
| 810 | 2026-05-29T18:57:24.028Z | Downloaded pbkdf2 v0.11.0 |
| 811 | 2026-05-29T18:57:24.028Z | Downloaded crc-any v2.5.0 |
| 812 | 2026-05-29T18:57:24.031Z | Downloaded num_enum v0.7.5 |
| 813 | 2026-05-29T18:57:24.035Z | Downloaded lock_api v0.4.14 |
| 814 | 2026-05-29T18:57:24.035Z | Downloaded pin-utils v0.1.0 |
| 815 | 2026-05-29T18:57:24.035Z | Downloaded phf_shared v0.12.1 |
| 816 | 2026-05-29T18:57:24.035Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-05-29T18:57:24.039Z | Downloaded ignore v0.4.25 |
| 818 | 2026-05-29T18:57:24.039Z | Downloaded fatfs v0.3.6 |
| 819 | 2026-05-29T18:57:24.042Z | Downloaded owo-colors v4.3.0 |
| 820 | 2026-05-29T18:57:24.042Z | Downloaded num_enum_derive v0.7.5 |
| 821 | 2026-05-29T18:57:24.042Z | Downloaded num_enum v0.5.11 |
| 822 | 2026-05-29T18:57:24.046Z | Downloaded num-complex v0.4.6 |
| 823 | 2026-05-29T18:57:24.049Z | Downloaded libefi-sys v0.1.0 |
| 824 | 2026-05-29T18:57:24.049Z | Downloaded headers v0.4.1 |
| 825 | 2026-05-29T18:57:24.051Z | Downloaded diff v0.1.13 |
| 826 | 2026-05-29T18:57:24.051Z | Downloaded derive-where v1.6.0 |
| 827 | 2026-05-29T18:57:24.054Z | Downloaded proc-macro-crate v1.3.1 |
| 828 | 2026-05-29T18:57:24.054Z | Downloaded predicates-core v1.0.10 |
| 829 | 2026-05-29T18:57:24.057Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-05-29T18:57:24.057Z | Downloaded powerfmt v0.2.0 |
| 831 | 2026-05-29T18:57:24.057Z | Downloaded phf_shared v0.13.1 |
| 832 | 2026-05-29T18:57:24.057Z | Downloaded colored v2.2.0 |
| 833 | 2026-05-29T18:57:24.075Z | Downloaded progenitor-client v0.10.0 |
| 834 | 2026-05-29T18:57:24.079Z | Downloaded proc-macro-crate v3.4.0 |
| 835 | 2026-05-29T18:57:24.079Z | Downloaded paste v1.0.15 |
| 836 | 2026-05-29T18:57:24.082Z | Downloaded password-hash v0.5.0 |
| 837 | 2026-05-29T18:57:24.082Z | Downloaded parse-display-derive v0.10.0 |
| 838 | 2026-05-29T18:57:24.082Z | Downloaded num-rational v0.4.2 |
| 839 | 2026-05-29T18:57:24.082Z | Downloaded peg v0.8.5 |
| 840 | 2026-05-29T18:57:24.085Z | Downloaded litrs v1.0.0 |
| 841 | 2026-05-29T18:57:24.088Z | Downloaded iana-time-zone v0.1.65 |
| 842 | 2026-05-29T18:57:24.091Z | Downloaded progenitor-macro v0.11.2 |
| 843 | 2026-05-29T18:57:24.091Z | Downloaded progenitor-client v0.14.0 |
| 844 | 2026-05-29T18:57:24.091Z | Downloaded flume v0.11.1 |
| 845 | 2026-05-29T18:57:24.094Z | Downloaded progenitor-client v0.11.2 |
| 846 | 2026-05-29T18:57:24.094Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 847 | 2026-05-29T18:57:24.097Z | Downloaded predicates-tree v1.0.13 |
| 848 | 2026-05-29T18:57:24.097Z | Downloaded phf v0.12.1 |
| 849 | 2026-05-29T18:57:24.097Z | Downloaded num-integer v0.1.46 |
| 850 | 2026-05-29T18:57:24.101Z | Downloaded num-derive v0.3.3 |
| 851 | 2026-05-29T18:57:24.101Z | Downloaded nu-ansi-term v0.50.3 |
| 852 | 2026-05-29T18:57:24.101Z | Downloaded oxide-tokio-rt v0.1.4 |
| 853 | 2026-05-29T18:57:24.104Z | Downloaded psl-types v2.0.11 |
| 854 | 2026-05-29T18:57:24.104Z | Downloaded memmap2 v0.9.10 |
| 855 | 2026-05-29T18:57:24.104Z | Downloaded constant_time_eq v0.4.2 |
| 856 | 2026-05-29T18:57:24.107Z | Downloaded indoc v1.0.9 |
| 857 | 2026-05-29T18:57:24.107Z | Downloaded ciborium v0.2.2 |
| 858 | 2026-05-29T18:57:24.110Z | Downloaded quick-error v1.2.3 |
| 859 | 2026-05-29T18:57:24.110Z | Downloaded pin-project-lite v0.2.17 |
| 860 | 2026-05-29T18:57:24.115Z | Downloaded half v2.7.1 |
| 861 | 2026-05-29T18:57:24.119Z | Downloaded progenitor-macro v0.14.0 |
| 862 | 2026-05-29T18:57:24.119Z | Downloaded oxnet v0.1.4 |
| 863 | 2026-05-29T18:57:24.119Z | Downloaded rand_chacha v0.3.1 |
| 864 | 2026-05-29T18:57:24.119Z | Downloaded indexmap v1.9.3 |
| 865 | 2026-05-29T18:57:24.122Z | Downloaded radium v0.7.0 |
| 866 | 2026-05-29T18:57:24.122Z | Downloaded pem v3.0.6 |
| 867 | 2026-05-29T18:57:24.122Z | Downloaded peg-macros v0.8.5 |
| 868 | 2026-05-29T18:57:24.122Z | Downloaded polyval v0.6.2 |
| 869 | 2026-05-29T18:57:24.125Z | Downloaded crossbeam-channel v0.5.15 |
| 870 | 2026-05-29T18:57:24.128Z | Downloaded pem-rfc7468 v0.7.0 |
| 871 | 2026-05-29T18:57:24.128Z | Downloaded multer v3.1.0 |
| 872 | 2026-05-29T18:57:24.132Z | Downloaded proc-macro-error2 v2.0.1 |
| 873 | 2026-05-29T18:57:24.132Z | Downloaded primeorder v0.13.6 |
| 874 | 2026-05-29T18:57:24.134Z | Downloaded phf_shared v0.11.3 |
| 875 | 2026-05-29T18:57:24.134Z | Downloaded phf v0.13.1 |
| 876 | 2026-05-29T18:57:24.134Z | Downloaded password-hash v0.4.2 |
| 877 | 2026-05-29T18:57:24.135Z | Downloaded ref-cast v1.0.25 |
| 878 | 2026-05-29T18:57:24.137Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 879 | 2026-05-29T18:57:24.137Z | Downloaded parking_lot v0.12.5 |
| 880 | 2026-05-29T18:57:24.142Z | Downloaded parking_lot v0.11.2 |
| 881 | 2026-05-29T18:57:24.142Z | Downloaded pkcs8 v0.10.2 |
| 882 | 2026-05-29T18:57:24.145Z | Downloaded progenitor-extras v0.2.0 |
| 883 | 2026-05-29T18:57:24.145Z | Downloaded progenitor-client v0.13.0 |
| 884 | 2026-05-29T18:57:24.145Z | Downloaded progenitor v0.13.0 |
| 885 | 2026-05-29T18:57:24.145Z | Downloaded progenitor v0.11.2 |
| 886 | 2026-05-29T18:57:24.148Z | Downloaded ppv-lite86 v0.2.21 |
| 887 | 2026-05-29T18:57:24.148Z | Downloaded bumpalo v3.20.2 |
| 888 | 2026-05-29T18:57:24.151Z | Downloaded pkg-config v0.3.32 |
| 889 | 2026-05-29T18:57:24.151Z | Downloaded pin-project-internal v1.1.11 |
| 890 | 2026-05-29T18:57:24.155Z | Downloaded derive_more v2.1.1 |
| 891 | 2026-05-29T18:57:24.158Z | Downloaded rtoolbox v0.0.3 |
| 892 | 2026-05-29T18:57:24.161Z | Downloaded rfc6979 v0.4.0 |
| 893 | 2026-05-29T18:57:24.161Z | Downloaded psm v0.1.30 |
| 894 | 2026-05-29T18:57:24.164Z | Downloaded hashbrown v0.12.3 |
| 895 | 2026-05-29T18:57:24.167Z | Downloaded recursive v0.1.1 |
| 896 | 2026-05-29T18:57:24.167Z | Downloaded predicates v3.1.4 |
| 897 | 2026-05-29T18:57:24.167Z | Downloaded postgres-protocol v0.6.10 |
| 898 | 2026-05-29T18:57:24.170Z | Downloaded rand_xorshift v0.4.0 |
| 899 | 2026-05-29T18:57:24.170Z | Downloaded ref-cast-impl v1.0.25 |
| 900 | 2026-05-29T18:57:24.170Z | Downloaded rustc_version v0.4.1 |
| 901 | 2026-05-29T18:57:24.173Z | Downloaded rand_core v0.9.5 |
| 902 | 2026-05-29T18:57:24.173Z | Downloaded libbz2-rs-sys v0.2.2 |
| 903 | 2026-05-29T18:57:24.173Z | Downloaded rand_chacha v0.9.0 |
| 904 | 2026-05-29T18:57:24.176Z | Downloaded rustc-hash v2.1.1 |
| 905 | 2026-05-29T18:57:24.176Z | Downloaded r2d2 v0.8.10 |
| 906 | 2026-05-29T18:57:24.176Z | Downloaded poly1305 v0.8.0 |
| 907 | 2026-05-29T18:57:24.179Z | Downloaded der v0.7.10 |
| 908 | 2026-05-29T18:57:24.182Z | Downloaded progenitor-macro v0.13.0 |
| 909 | 2026-05-29T18:57:24.182Z | Downloaded rustc_version v0.1.7 |
| 910 | 2026-05-29T18:57:24.182Z | Downloaded progenitor v0.14.0 |
| 911 | 2026-05-29T18:57:24.185Z | Downloaded parking_lot_core v0.8.6 |
| 912 | 2026-05-29T18:57:24.185Z | Downloaded packed_struct v0.10.1 |
| 913 | 2026-05-29T18:57:24.188Z | Downloaded heapless v0.8.0 |
| 914 | 2026-05-29T18:57:24.188Z | Downloaded russh-cryptovec v0.7.3 |
| 915 | 2026-05-29T18:57:24.191Z | Downloaded rand_seeder v0.4.0 |
| 916 | 2026-05-29T18:57:24.191Z | Downloaded aho-corasick v1.1.4 |
| 917 | 2026-05-29T18:57:24.194Z | Downloaded hickory-resolver v0.24.4 |
| 918 | 2026-05-29T18:57:24.197Z | Downloaded parking_lot_core v0.9.12 |
| 919 | 2026-05-29T18:57:24.200Z | Downloaded indicatif v0.18.4 |
| 920 | 2026-05-29T18:57:24.200Z | Downloaded hickory-resolver v0.25.2 |
| 921 | 2026-05-29T18:57:24.203Z | Downloaded diesel-dtrace v0.5.0 |
| 922 | 2026-05-29T18:57:24.206Z | Downloaded cookie v0.18.1 |
| 923 | 2026-05-29T18:57:24.206Z | Downloaded find-msvc-tools v0.1.9 |
| 924 | 2026-05-29T18:57:24.209Z | Downloaded defmt-macros v1.0.1 |
| 925 | 2026-05-29T18:57:24.209Z | Downloaded rand_core v0.10.0 |
| 926 | 2026-05-29T18:57:24.212Z | Downloaded cipher v0.4.4 |
| 927 | 2026-05-29T18:57:24.212Z | Downloaded bzip2 v0.4.4 |
| 928 | 2026-05-29T18:57:24.212Z | Downloaded resolv-conf v0.7.6 |
| 929 | 2026-05-29T18:57:24.215Z | Downloaded openssl-sys v0.9.115 |
| 930 | 2026-05-29T18:57:24.218Z | Downloaded bitfield v0.19.4 |
| 931 | 2026-05-29T18:57:24.218Z | Downloaded salsa20 v0.10.2 |
| 932 | 2026-05-29T18:57:24.218Z | Downloaded ed25519 v2.2.3 |
| 933 | 2026-05-29T18:57:24.221Z | Downloaded minimal-lexical v0.2.1 |
| 934 | 2026-05-29T18:57:24.224Z | Downloaded rand_core v0.6.4 |
| 935 | 2026-05-29T18:57:24.224Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-05-29T18:57:24.227Z | Downloaded pkcs5 v0.7.1 |
| 937 | 2026-05-29T18:57:24.227Z | Downloaded quinn-udp v0.5.14 |
| 938 | 2026-05-29T18:57:24.230Z | Downloaded deranged v0.5.8 |
| 939 | 2026-05-29T18:57:24.230Z | Downloaded hostname v0.3.1 |
| 940 | 2026-05-29T18:57:24.233Z | Downloaded base64ct v1.8.3 |
| 941 | 2026-05-29T18:57:24.233Z | Downloaded derive_more-impl v2.1.1 |
| 942 | 2026-05-29T18:57:24.236Z | Downloaded secrecy v0.10.3 |
| 943 | 2026-05-29T18:57:24.239Z | Downloaded secrecy v0.8.0 |
| 944 | 2026-05-29T18:57:24.239Z | Downloaded postcard v1.1.3 |
| 945 | 2026-05-29T18:57:24.239Z | Downloaded miniz_oxide v0.8.9 |
| 946 | 2026-05-29T18:57:24.241Z | Downloaded same-file v1.0.6 |
| 947 | 2026-05-29T18:57:24.241Z | Downloaded crypto-bigint v0.5.5 |
| 948 | 2026-05-29T18:57:24.245Z | Downloaded serde_plain v1.0.2 |
| 949 | 2026-05-29T18:57:24.248Z | Downloaded serde-big-array v0.5.1 |
| 950 | 2026-05-29T18:57:24.248Z | Downloaded serde_urlencoded v0.7.1 |
| 951 | 2026-05-29T18:57:24.251Z | Downloaded serde_repr v0.1.20 |
| 952 | 2026-05-29T18:57:24.251Z | Downloaded sapling-renderdag v0.1.0 |
| 953 | 2026-05-29T18:57:24.251Z | Downloaded omicron-zone-package v0.12.2 |
| 954 | 2026-05-29T18:57:24.254Z | Downloaded seq-macro v0.3.6 |
| 955 | 2026-05-29T18:57:24.254Z | Downloaded scrypt v0.11.0 |
| 956 | 2026-05-29T18:57:24.259Z | Downloaded progenitor-impl v0.11.2 |
| 957 | 2026-05-29T18:57:24.259Z | Downloaded scroll_derive v0.13.1 |
| 958 | 2026-05-29T18:57:24.262Z | Downloaded scopeguard v1.2.0 |
| 959 | 2026-05-29T18:57:24.262Z | Downloaded http v1.4.0 |
| 960 | 2026-05-29T18:57:24.262Z | Downloaded rustls-native-certs v0.8.3 |
| 961 | 2026-05-29T18:57:24.265Z | Downloaded oso v0.27.3 |
| 962 | 2026-05-29T18:57:24.265Z | Downloaded dyn-clone v1.0.20 |
| 963 | 2026-05-29T18:57:24.269Z | Downloaded papergrid v0.17.0 |
| 964 | 2026-05-29T18:57:24.272Z | Downloaded signal-hook-mio v0.2.5 |
| 965 | 2026-05-29T18:57:24.272Z | Downloaded sha1 v0.10.6 |
| 966 | 2026-05-29T18:57:24.272Z | Downloaded p256 v0.13.2 |
| 967 | 2026-05-29T18:57:24.275Z | Downloaded rusty-fork v0.3.1 |
| 968 | 2026-05-29T18:57:24.278Z | Downloaded semver v0.1.20 |
| 969 | 2026-05-29T18:57:24.278Z | Downloaded shell-words v1.1.1 |
| 970 | 2026-05-29T18:57:24.280Z | Downloaded signature v2.2.0 |
| 971 | 2026-05-29T18:57:24.283Z | Downloaded siphasher v1.0.2 |
| 972 | 2026-05-29T18:57:24.283Z | Downloaded heapless v0.7.17 |
| 973 | 2026-05-29T18:57:24.286Z | Downloaded jiff-static v0.2.21 |
| 974 | 2026-05-29T18:57:24.289Z | Downloaded mio v1.2.0 |
| 975 | 2026-05-29T18:57:24.292Z | Downloaded pin-project v1.1.11 |
| 976 | 2026-05-29T18:57:24.298Z | Downloaded schemars_derive v0.8.22 |
| 977 | 2026-05-29T18:57:24.301Z | Downloaded rustls-pemfile v1.0.4 |
| 978 | 2026-05-29T18:57:24.301Z | Downloaded slog-envlogger v2.2.0 |
| 979 | 2026-05-29T18:57:24.304Z | Downloaded slog-bunyan v2.5.0 |
| 980 | 2026-05-29T18:57:24.304Z | Downloaded signal-hook-tokio v0.3.1 |
| 981 | 2026-05-29T18:57:24.304Z | Downloaded prettyplease v0.2.37 |
| 982 | 2026-05-29T18:57:24.307Z | Downloaded sigpipe v0.1.3 |
| 983 | 2026-05-29T18:57:24.307Z | Downloaded sec1 v0.7.3 |
| 984 | 2026-05-29T18:57:24.309Z | Downloaded hashbrown v0.13.2 |
| 985 | 2026-05-29T18:57:24.312Z | Downloaded rustversion v1.0.22 |
| 986 | 2026-05-29T18:57:24.312Z | Downloaded diesel_derives v2.3.7 |
| 987 | 2026-05-29T18:57:24.316Z | Downloaded serde_bytes v0.11.19 |
| 988 | 2026-05-29T18:57:24.319Z | Downloaded serde-hex v0.1.0 |
| 989 | 2026-05-29T18:57:24.319Z | Downloaded expectorate v1.2.0 |
| 990 | 2026-05-29T18:57:24.321Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-05-29T18:57:24.329Z | Downloaded scheduled-thread-pool v0.2.7 |
| 992 | 2026-05-29T18:57:24.332Z | Downloaded prefix-trie v0.7.0 |
| 993 | 2026-05-29T18:57:24.332Z | Downloaded serde_with_macros v1.5.2 |
| 994 | 2026-05-29T18:57:24.335Z | Downloaded sct v0.7.1 |
| 995 | 2026-05-29T18:57:24.340Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-05-29T18:57:24.343Z | Downloaded scroll v0.13.0 |
| 997 | 2026-05-29T18:57:24.351Z | Downloaded ssh-encoding v0.2.0 |
| 998 | 2026-05-29T18:57:24.354Z | Downloaded progenitor-impl v0.14.0 |
| 999 | 2026-05-29T18:57:24.357Z | Downloaded sqlparser_derive v0.5.0 |
| 1000 | 2026-05-29T18:57:24.360Z | Downloaded slab v0.4.12 |
| 1001 | 2026-05-29T18:57:24.360Z | Downloaded ssh-cipher v0.2.0 |
| 1002 | 2026-05-29T18:57:24.360Z | Downloaded hashbrown v0.15.5 |
| 1003 | 2026-05-29T18:57:24.364Z | Downloaded serde_spanned v1.0.4 |
| 1004 | 2026-05-29T18:57:24.364Z | Downloaded hashbrown v0.16.1 |
| 1005 | 2026-05-29T18:57:24.367Z | Downloaded strum v0.26.3 |
| 1006 | 2026-05-29T18:57:24.367Z | Downloaded serde_derive_internals v0.29.1 |
| 1007 | 2026-05-29T18:57:24.370Z | Downloaded hickory-server v0.25.2 |
| 1008 | 2026-05-29T18:57:24.373Z | Downloaded supports-color v3.0.2 |
| 1009 | 2026-05-29T18:57:24.373Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-29T18:57:24.373Z | Downloaded slog-stdlog v4.1.1 |
| 1011 | 2026-05-29T18:57:24.376Z | Downloaded russh-keys v0.45.0 |
| 1012 | 2026-05-29T18:57:24.376Z | Downloaded strum v0.27.2 |
| 1013 | 2026-05-29T18:57:24.379Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-05-29T18:57:24.379Z | Downloaded strsim v0.10.0 |
| 1015 | 2026-05-29T18:57:24.381Z | Downloaded rustls-pki-types v1.14.0 |
| 1016 | 2026-05-29T18:57:24.385Z | Downloaded slog-dtrace v0.3.0 |
| 1017 | 2026-05-29T18:57:24.387Z | Downloaded subtle v2.6.1 |
| 1018 | 2026-05-29T18:57:24.387Z | Downloaded sync_wrapper v1.0.2 |
| 1019 | 2026-05-29T18:57:24.388Z | Downloaded smf v0.2.3 |
| 1020 | 2026-05-29T18:57:24.390Z | Downloaded smallvec v0.6.14 |
| 1021 | 2026-05-29T18:57:24.390Z | Downloaded slog-term v2.9.2 |
| 1022 | 2026-05-29T18:57:24.396Z | Downloaded take_mut v0.2.2 |
| 1023 | 2026-05-29T18:57:24.396Z | Downloaded tagptr v0.2.0 |
| 1024 | 2026-05-29T18:57:24.396Z | Downloaded tabwriter v1.4.1 |
| 1025 | 2026-05-29T18:57:24.399Z | Downloaded tabled_derive v0.11.0 |
| 1026 | 2026-05-29T18:57:24.399Z | Downloaded dropshot-api-manager v0.7.2 |
| 1027 | 2026-05-29T18:57:24.399Z | Downloaded rcgen v0.12.1 |
| 1028 | 2026-05-29T18:57:24.402Z | Downloaded postgres-types v0.2.12 |
| 1029 | 2026-05-29T18:57:24.402Z | Downloaded crossterm v0.28.1 |
| 1030 | 2026-05-29T18:57:24.405Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1031 | 2026-05-29T18:57:24.408Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-29T18:57:24.408Z | Downloaded sqlformat v0.3.5 |
| 1033 | 2026-05-29T18:57:24.412Z | Downloaded shlex v1.3.0 |
| 1034 | 2026-05-29T18:57:24.412Z | Downloaded serde_with_macros v3.17.0 |
| 1035 | 2026-05-29T18:57:24.415Z | Downloaded slog-scope v4.4.1 |
| 1036 | 2026-05-29T18:57:24.415Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-29T18:57:24.415Z | Downloaded simd-adler32 v0.3.8 |
| 1038 | 2026-05-29T18:57:24.419Z | Downloaded termtree v0.5.1 |
| 1039 | 2026-05-29T18:57:24.422Z | Downloaded tap v1.0.1 |
| 1040 | 2026-05-29T18:57:24.425Z | Downloaded testing_table v0.3.0 |
| 1041 | 2026-05-29T18:57:24.425Z | Downloaded schemars v0.8.22 |
| 1042 | 2026-05-29T18:57:24.432Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-05-29T18:57:24.435Z | Downloaded progenitor-impl v0.13.0 |
| 1044 | 2026-05-29T18:57:24.435Z | Downloaded thread-id v5.1.0 |
| 1045 | 2026-05-29T18:57:24.440Z | Downloaded iri-string v0.7.10 |
| 1046 | 2026-05-29T18:57:24.443Z | Downloaded tinyvec_macros v0.1.1 |
| 1047 | 2026-05-29T18:57:24.443Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1048 | 2026-05-29T18:57:24.443Z | Downloaded stacker v0.1.23 |
| 1049 | 2026-05-29T18:57:24.443Z | Downloaded strum_macros v0.24.3 |
| 1050 | 2026-05-29T18:57:24.447Z | Downloaded structmeta v0.3.0 |
| 1051 | 2026-05-29T18:57:24.447Z | Downloaded string_cache v0.8.9 |
| 1052 | 2026-05-29T18:57:24.447Z | Downloaded static_assertions v1.1.0 |
| 1053 | 2026-05-29T18:57:24.450Z | Downloaded spki v0.7.3 |
| 1054 | 2026-05-29T18:57:24.450Z | Downloaded strum_macros v0.26.4 |
| 1055 | 2026-05-29T18:57:24.450Z | Downloaded itertools v0.10.5 |
| 1056 | 2026-05-29T18:57:24.453Z | Downloaded hyper-util v0.1.20 |
| 1057 | 2026-05-29T18:57:24.456Z | Downloaded ron v0.8.1 |
| 1058 | 2026-05-29T18:57:24.460Z | Downloaded strum_macros v0.27.2 |
| 1059 | 2026-05-29T18:57:24.463Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-05-29T18:57:24.463Z | Downloaded serde_cbor v0.11.2 |
| 1061 | 2026-05-29T18:57:24.466Z | Downloaded tokio-macros v2.7.0 |
| 1062 | 2026-05-29T18:57:24.468Z | Downloaded hyper v1.8.1 |
| 1063 | 2026-05-29T18:57:24.471Z | Downloaded slog-async v2.8.0 |
| 1064 | 2026-05-29T18:57:24.474Z | Downloaded crossterm v0.29.0 |
| 1065 | 2026-05-29T18:57:24.477Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1066 | 2026-05-29T18:57:24.480Z | Downloaded ryu v1.0.23 |
| 1067 | 2026-05-29T18:57:24.480Z | Downloaded topological-sort v0.2.2 |
| 1068 | 2026-05-29T18:57:24.480Z | Downloaded pretty_assertions v1.4.1 |
| 1069 | 2026-05-29T18:57:24.484Z | Downloaded rayon-core v1.13.0 |
| 1070 | 2026-05-29T18:57:24.486Z | Downloaded publicsuffix v2.3.0 |
| 1071 | 2026-05-29T18:57:24.489Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1072 | 2026-05-29T18:57:24.489Z | Downloaded signal-hook v0.3.18 |
| 1073 | 2026-05-29T18:57:24.492Z | Downloaded time-macros v0.2.27 |
| 1074 | 2026-05-29T18:57:24.495Z | Downloaded thiserror-no-std v2.0.2 |
| 1075 | 2026-05-29T18:57:24.498Z | Downloaded tower-layer v0.3.3 |
| 1076 | 2026-05-29T18:57:24.498Z | Downloaded thread_local v1.1.9 |
| 1077 | 2026-05-29T18:57:24.498Z | Downloaded termios v0.3.3 |
| 1078 | 2026-05-29T18:57:24.501Z | Downloaded try-lock v0.2.5 |
| 1079 | 2026-05-29T18:57:24.501Z | Downloaded trait-variant v0.1.2 |
| 1080 | 2026-05-29T18:57:24.501Z | Downloaded tower-service v0.3.3 |
| 1081 | 2026-05-29T18:57:24.501Z | Downloaded snafu-derive v0.8.9 |
| 1082 | 2026-05-29T18:57:24.504Z | Downloaded h2 v0.4.13 |
| 1083 | 2026-05-29T18:57:24.507Z | Downloaded slog v2.8.2 |
| 1084 | 2026-05-29T18:57:24.511Z | Downloaded similar v2.7.0 |
| 1085 | 2026-05-29T18:57:24.514Z | Downloaded quinn v0.11.9 |
| 1086 | 2026-05-29T18:57:24.514Z | Downloaded tokio-dtrace v0.1.1 |
| 1087 | 2026-05-29T18:57:24.514Z | Downloaded tls_codec v0.4.2 |
| 1088 | 2026-05-29T18:57:24.517Z | Downloaded tiny-keccak v2.0.2 |
| 1089 | 2026-05-29T18:57:24.517Z | Downloaded typify-macro v0.6.2 |
| 1090 | 2026-05-29T18:57:24.517Z | Downloaded typify-macro v0.4.3 |
| 1091 | 2026-05-29T18:57:24.520Z | Downloaded stringprep v0.1.5 |
| 1092 | 2026-05-29T18:57:24.520Z | Downloaded unarray v0.1.4 |
| 1093 | 2026-05-29T18:57:24.520Z | Downloaded qorb v0.4.1 |
| 1094 | 2026-05-29T18:57:24.523Z | Downloaded itertools v0.14.0 |
| 1095 | 2026-05-29T18:57:24.526Z | Downloaded tls_codec_derive v0.4.2 |
| 1096 | 2026-05-29T18:57:24.529Z | Downloaded socket2 v0.6.3 |
| 1097 | 2026-05-29T18:57:24.534Z | Downloaded rand v0.8.6 |
| 1098 | 2026-05-29T18:57:25.540Z | Downloaded unicode-truncate v1.1.0 |
| 1099 | 2026-05-29T18:57:25.544Z | Downloaded term v1.2.1 |
| 1100 | 2026-05-29T18:57:25.544Z | Downloaded term v0.7.0 |
| 1101 | 2026-05-29T18:57:25.544Z | Downloaded tokio-native-tls v0.3.1 |
| 1102 | 2026-05-29T18:57:25.544Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1103 | 2026-05-29T18:57:25.544Z | Downloaded untrusted v0.7.1 |
| 1104 | 2026-05-29T18:57:25.544Z | Downloaded universal-hash v0.5.1 |
| 1105 | 2026-05-29T18:57:25.545Z | Downloaded tokio-tungstenite v0.21.0 |
| 1106 | 2026-05-29T18:57:25.545Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-05-29T18:57:25.545Z | Downloaded tokio-tungstenite v0.23.1 |
| 1108 | 2026-05-29T18:57:25.545Z | Downloaded utf-8 v0.7.6 |
| 1109 | 2026-05-29T18:57:25.545Z | Downloaded untrusted v0.9.0 |
| 1110 | 2026-05-29T18:57:25.545Z | Downloaded unit-prefix v0.5.2 |
| 1111 | 2026-05-29T18:57:25.545Z | Downloaded usdt v0.6.0 |
| 1112 | 2026-05-29T18:57:25.545Z | Downloaded usdt-attr-macro v0.6.0 |
| 1113 | 2026-05-29T18:57:25.545Z | Downloaded usdt-macro v0.6.0 |
| 1114 | 2026-05-29T18:57:25.545Z | Downloaded rsa v0.9.10 |
| 1115 | 2026-05-29T18:57:25.545Z | Downloaded libxml v0.3.3 |
| 1116 | 2026-05-29T18:57:25.545Z | Downloaded socket2 v0.5.10 |
| 1117 | 2026-05-29T18:57:25.545Z | Downloaded samael v0.0.19 |
| 1118 | 2026-05-29T18:57:25.545Z | Downloaded void v1.0.2 |
| 1119 | 2026-05-29T18:57:25.545Z | Downloaded tui-tree-widget v0.23.1 |
| 1120 | 2026-05-29T18:57:25.545Z | Downloaded want v0.3.1 |
| 1121 | 2026-05-29T18:57:25.545Z | Downloaded hkdf v0.12.4 |
| 1122 | 2026-05-29T18:57:25.545Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1123 | 2026-05-29T18:57:25.545Z | Downloaded schemars v1.2.1 |
| 1124 | 2026-05-29T18:57:25.545Z | Downloaded tokio-rustls v0.24.1 |
| 1125 | 2026-05-29T18:57:25.545Z | Downloaded spin v0.9.8 |
| 1126 | 2026-05-29T18:57:25.545Z | Downloaded unicase v2.9.0 |
| 1127 | 2026-05-29T18:57:25.545Z | Downloaded nom v7.1.3 |
| 1128 | 2026-05-29T18:57:25.545Z | Downloaded waitgroup v0.1.2 |
| 1129 | 2026-05-29T18:57:25.545Z | Downloaded itertools v0.12.1 |
| 1130 | 2026-05-29T18:57:25.545Z | Downloaded zeroize_derive v1.4.3 |
| 1131 | 2026-05-29T18:57:25.545Z | Downloaded xshell-macros v0.2.7 |
| 1132 | 2026-05-29T18:57:25.545Z | Downloaded xattr v1.6.1 |
| 1133 | 2026-05-29T18:57:25.545Z | Downloaded num-bigint-dig v0.8.6 |
| 1134 | 2026-05-29T18:57:25.545Z | Downloaded test-strategy v0.4.5 |
| 1135 | 2026-05-29T18:57:25.545Z | Downloaded num-bigint v0.4.6 |
| 1136 | 2026-05-29T18:57:25.545Z | Downloaded rustls-webpki v0.103.9 |
| 1137 | 2026-05-29T18:57:25.545Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-05-29T18:57:25.545Z | Downloaded tokio-rustls v0.25.0 |
| 1139 | 2026-05-29T18:57:25.545Z | Downloaded tokio-stream v0.1.18 |
| 1140 | 2026-05-29T18:57:25.545Z | Downloaded usdt-impl v0.6.0 |
| 1141 | 2026-05-29T18:57:25.546Z | Downloaded vergen-lib v9.1.0 |
| 1142 | 2026-05-29T18:57:25.546Z | Downloaded vergen-lib v0.1.6 |
| 1143 | 2026-05-29T18:57:25.546Z | Downloaded zone v0.3.1 |
| 1144 | 2026-05-29T18:57:25.546Z | Downloaded tinyvec v1.10.0 |
| 1145 | 2026-05-29T18:57:25.546Z | Downloaded rand v0.10.0 |
| 1146 | 2026-05-29T18:57:25.546Z | Downloaded schemars v0.9.0 |
| 1147 | 2026-05-29T18:57:25.546Z | Downloaded wait-timeout v0.2.1 |
| 1148 | 2026-05-29T18:57:25.546Z | Downloaded uzers v0.12.2 |
| 1149 | 2026-05-29T18:57:25.546Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1150 | 2026-05-29T18:57:25.546Z | Downloaded snafu v0.8.9 |
| 1151 | 2026-05-29T18:57:25.546Z | Downloaded wyz v0.5.1 |
| 1152 | 2026-05-29T18:57:25.546Z | Downloaded unicode-properties v0.1.4 |
| 1153 | 2026-05-29T18:57:25.546Z | Downloaded blake3 v1.8.3 |
| 1154 | 2026-05-29T18:57:25.546Z | Downloaded zone_cfg_derive v0.3.1 |
| 1155 | 2026-05-29T18:57:25.546Z | Downloaded vergen-gitcl v1.0.8 |
| 1156 | 2026-05-29T18:57:25.546Z | Downloaded russh v0.45.0 |
| 1157 | 2026-05-29T18:57:25.546Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-05-29T18:57:25.546Z | Downloaded rustyline v14.0.0 |
| 1159 | 2026-05-29T18:57:25.546Z | Downloaded twox-hash v2.1.2 |
| 1160 | 2026-05-29T18:57:25.546Z | Downloaded walkdir v2.5.0 |
| 1161 | 2026-05-29T18:57:25.546Z | Downloaded whoami v1.6.1 |
| 1162 | 2026-05-29T18:57:25.546Z | Downloaded steno v0.4.1 |
| 1163 | 2026-05-29T18:57:25.546Z | Downloaded rand v0.9.2 |
| 1164 | 2026-05-29T18:57:25.546Z | Downloaded subprocess v0.2.15 |
| 1165 | 2026-05-29T18:57:25.546Z | Downloaded xshell v0.2.7 |
| 1166 | 2026-05-29T18:57:25.546Z | Downloaded typify v0.6.2 |
| 1167 | 2026-05-29T18:57:25.546Z | Downloaded typify v0.4.3 |
| 1168 | 2026-05-29T18:57:25.546Z | Downloaded tungstenite v0.21.0 |
| 1169 | 2026-05-29T18:57:25.546Z | Downloaded zeroize v1.8.2 |
| 1170 | 2026-05-29T18:57:25.546Z | Downloaded rpassword v7.4.0 |
| 1171 | 2026-05-29T18:57:25.546Z | Downloaded aws-lc-rs v1.16.3 |
| 1172 | 2026-05-29T18:57:25.546Z | Downloaded tar v0.4.45 |
| 1173 | 2026-05-29T18:57:25.546Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1174 | 2026-05-29T18:57:25.546Z | Downloaded vergen-git2 v9.1.0 |
| 1175 | 2026-05-29T18:57:25.546Z | Downloaded serde_with v1.14.0 |
| 1176 | 2026-05-29T18:57:25.546Z | Downloaded toml v0.7.8 |
| 1177 | 2026-05-29T18:57:25.546Z | Downloaded zstd-safe v7.2.4 |
| 1178 | 2026-05-29T18:57:25.546Z | Downloaded vsss-rs v3.3.4 |
| 1179 | 2026-05-29T18:57:25.547Z | Downloaded vergen v9.1.0 |
| 1180 | 2026-05-29T18:57:25.547Z | Downloaded bindgen v0.71.1 |
| 1181 | 2026-05-29T18:57:25.547Z | Downloaded tracing-core v0.1.36 |
| 1182 | 2026-05-29T18:57:25.547Z | Downloaded p521 v0.13.3 |
| 1183 | 2026-05-29T18:57:25.547Z | Downloaded libm v0.2.16 |
| 1184 | 2026-05-29T18:57:25.547Z | Downloaded unicode-bidi v0.3.18 |
| 1185 | 2026-05-29T18:57:25.547Z | Downloaded zstd v0.13.3 |
| 1186 | 2026-05-29T18:57:25.547Z | Downloaded futures-util v0.3.32 |
| 1187 | 2026-05-29T18:57:25.547Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-05-29T18:57:25.547Z | Downloaded itertools v0.13.0 |
| 1189 | 2026-05-29T18:57:25.547Z | Downloaded tungstenite v0.23.0 |
| 1190 | 2026-05-29T18:57:25.547Z | Downloaded zerocopy v0.6.6 |
| 1191 | 2026-05-29T18:57:25.547Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-05-29T18:57:25.547Z | Downloaded reedline v0.40.0 |
| 1193 | 2026-05-29T18:57:25.547Z | Downloaded regex v1.12.3 |
| 1194 | 2026-05-29T18:57:25.547Z | Downloaded uuid v1.23.0 |
| 1195 | 2026-05-29T18:57:25.547Z | Downloaded bitvec v1.0.1 |
| 1196 | 2026-05-29T18:57:25.547Z | Downloaded reqwest v0.13.2 |
| 1197 | 2026-05-29T18:57:25.547Z | Downloaded iddqd v0.4.2 |
| 1198 | 2026-05-29T18:57:25.547Z | Downloaded vte v0.14.1 |
| 1199 | 2026-05-29T18:57:25.552Z | Downloaded unsafe-libyaml v0.2.11 |
| 1200 | 2026-05-29T18:57:25.552Z | Downloaded chrono v0.4.44 |
| 1201 | 2026-05-29T18:57:25.552Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1202 | 2026-05-29T18:57:25.552Z | Downloaded git2 v0.20.4 |
| 1203 | 2026-05-29T18:57:25.552Z | Downloaded yansi v1.0.1 |
| 1204 | 2026-05-29T18:57:25.552Z | Downloaded goblin v0.10.5 |
| 1205 | 2026-05-29T18:57:25.552Z | Downloaded zip v0.6.6 |
| 1206 | 2026-05-29T18:57:25.553Z | Downloaded quick-xml v0.37.5 |
| 1207 | 2026-05-29T18:57:25.553Z | Downloaded reqwest v0.12.28 |
| 1208 | 2026-05-29T18:57:25.553Z | Downloaded rayon v1.11.0 |
| 1209 | 2026-05-29T18:57:25.553Z | Downloaded unicode_categories v0.1.1 |
| 1210 | 2026-05-29T18:57:25.553Z | Downloaded unicode-segmentation v1.12.0 |
| 1211 | 2026-05-29T18:57:25.553Z | Downloaded tokio-postgres v0.7.16 |
| 1212 | 2026-05-29T18:57:25.553Z | Downloaded moka v0.12.13 |
| 1213 | 2026-05-29T18:57:25.553Z | Downloaded salty v0.3.0 |
| 1214 | 2026-05-29T18:57:25.553Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-05-29T18:57:25.553Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-05-29T18:57:25.553Z | Downloaded typed-path v0.9.3 |
| 1217 | 2026-05-29T18:57:25.553Z | Downloaded lalrpop v0.19.12 |
| 1218 | 2026-05-29T18:57:25.553Z | Downloaded tower v0.5.3 |
| 1219 | 2026-05-29T18:57:25.553Z | Downloaded zerocopy-derive v0.8.40 |
| 1220 | 2026-05-29T18:57:25.553Z | Downloaded ssh-key v0.6.7 |
| 1221 | 2026-05-29T18:57:25.553Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-05-29T18:57:25.553Z | Downloaded portable-atomic v1.13.1 |
| 1223 | 2026-05-29T18:57:25.553Z | Downloaded x509-cert v0.2.5 |
| 1224 | 2026-05-29T18:57:25.553Z | Downloaded petname v2.0.2 |
| 1225 | 2026-05-29T18:57:25.553Z | Downloaded tough v0.22.0 |
| 1226 | 2026-05-29T18:57:25.553Z | Downloaded tower-http v0.6.8 |
| 1227 | 2026-05-29T18:57:25.554Z | Downloaded serde_with v3.17.0 |
| 1228 | 2026-05-29T18:57:25.554Z | Downloaded rustls-webpki v0.101.7 |
| 1229 | 2026-05-29T18:57:25.554Z | Downloaded unicode-normalization v0.1.25 |
| 1230 | 2026-05-29T18:57:25.554Z | Downloaded zip v4.6.1 |
| 1231 | 2026-05-29T18:57:25.554Z | Downloaded tokio-util v0.7.18 |
| 1232 | 2026-05-29T18:57:25.554Z | Downloaded nix v0.27.1 |
| 1233 | 2026-05-29T18:57:25.554Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-05-29T18:57:25.554Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-05-29T18:57:25.554Z | Downloaded polar-core v0.27.3 |
| 1236 | 2026-05-29T18:57:25.554Z | Downloaded bstr v1.12.1 |
| 1237 | 2026-05-29T18:57:25.554Z | Downloaded nix v0.28.0 |
| 1238 | 2026-05-29T18:57:25.554Z | Downloaded rustls-webpki v0.102.8 |
| 1239 | 2026-05-29T18:57:25.554Z | Downloaded object v0.30.4 |
| 1240 | 2026-05-29T18:57:25.554Z | Downloaded openssl v0.10.79 |
| 1241 | 2026-05-29T18:57:25.554Z | Downloaded quinn-proto v0.11.13 |
| 1242 | 2026-05-29T18:57:25.554Z | Downloaded time v0.3.47 |
| 1243 | 2026-05-29T18:57:25.554Z | Downloaded curve25519-dalek v4.1.3 |
| 1244 | 2026-05-29T18:57:25.554Z | Downloaded vcpkg v0.2.15 |
| 1245 | 2026-05-29T18:57:25.554Z | Downloaded zlib-rs v0.6.2 |
| 1246 | 2026-05-29T18:57:25.554Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-05-29T18:57:25.554Z | Downloaded regex-syntax v0.6.29 |
| 1248 | 2026-05-29T18:57:25.554Z | Downloaded hickory-proto v0.24.4 |
| 1249 | 2026-05-29T18:57:25.554Z | Downloaded regress v0.11.1 |
| 1250 | 2026-05-29T18:57:25.554Z | Downloaded radix_trie v0.2.1 |
| 1251 | 2026-05-29T18:57:25.554Z | Downloaded regress v0.10.5 |
| 1252 | 2026-05-29T18:57:25.554Z | Downloaded rustls v0.21.12 |
| 1253 | 2026-05-29T18:57:25.554Z | Downloaded tabled v0.20.0 |
| 1254 | 2026-05-29T18:57:25.554Z | Downloaded rustix v0.38.44 |
| 1255 | 2026-05-29T18:57:25.554Z | Downloaded smoltcp v0.9.1 |
| 1256 | 2026-05-29T18:57:25.554Z | Downloaded object v0.37.3 |
| 1257 | 2026-05-29T18:57:25.554Z | Downloaded dropshot v0.17.0 |
| 1258 | 2026-05-29T18:57:25.554Z | Downloaded webpki-roots v1.0.6 |
| 1259 | 2026-05-29T18:57:25.554Z | Downloaded nix v0.31.2 |
| 1260 | 2026-05-29T18:57:25.554Z | Downloaded rustls v0.22.4 |
| 1261 | 2026-05-29T18:57:25.554Z | Downloaded zerocopy v0.8.40 |
| 1262 | 2026-05-29T18:57:25.554Z | Downloaded regex-syntax v0.8.10 |
| 1263 | 2026-05-29T18:57:25.554Z | Downloaded smoltcp v0.11.0 |
| 1264 | 2026-05-29T18:57:25.555Z | Downloaded openapiv3 v2.2.0 |
| 1265 | 2026-05-29T18:57:25.555Z | Downloaded diesel v2.3.7 |
| 1266 | 2026-05-29T18:57:25.555Z | Downloaded sled v0.34.7 |
| 1267 | 2026-05-29T18:57:25.555Z | Downloaded tracing v0.1.44 |
| 1268 | 2026-05-29T18:57:25.555Z | Downloaded typify-impl v0.4.3 |
| 1269 | 2026-05-29T18:57:25.555Z | Downloaded rustls v0.23.37 |
| 1270 | 2026-05-29T18:57:25.555Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-05-29T18:57:25.555Z | Downloaded regex-automata v0.4.14 |
| 1272 | 2026-05-29T18:57:25.555Z | Downloaded sqlparser v0.61.0 |
| 1273 | 2026-05-29T18:57:25.556Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1274 | 2026-05-29T18:57:25.556Z | Downloaded hickory-proto v0.25.2 |
| 1275 | 2026-05-29T18:57:25.556Z | Downloaded chrono-tz v0.10.4 |
| 1276 | 2026-05-29T18:57:25.556Z | Downloaded typify-impl v0.6.2 |
| 1277 | 2026-05-29T18:57:25.556Z | Downloaded petgraph v0.8.3 |
| 1278 | 2026-05-29T18:57:25.556Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-05-29T18:57:25.556Z | Downloaded libz-sys v1.1.24 |
| 1280 | 2026-05-29T18:57:25.556Z | Downloaded sha3 v0.10.8 |
| 1281 | 2026-05-29T18:57:25.556Z | Downloaded petgraph v0.6.5 |
| 1282 | 2026-05-29T18:57:25.556Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-05-29T18:57:25.556Z | Downloaded tokio v1.52.1 |
| 1284 | 2026-05-29T18:57:25.556Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-05-29T18:57:25.556Z | Downloaded csv v1.4.0 |
| 1286 | 2026-05-29T18:57:25.556Z | Downloaded encoding_rs v0.8.35 |
| 1287 | 2026-05-29T18:57:25.556Z | Downloaded ring v0.17.14 |
| 1288 | 2026-05-29T18:57:25.566Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-05-29T18:57:26.036Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-05-29T18:57:26.284Z | Compiling libc v0.2.185 |
| 1291 | 2026-05-29T18:57:26.287Z | Compiling serde v1.0.228 |
| 1292 | 2026-05-29T18:57:26.287Z | Compiling log v0.4.29 |
| 1293 | 2026-05-29T18:57:26.287Z | Compiling find-msvc-tools v0.1.9 |
| 1294 | 2026-05-29T18:57:26.287Z | Compiling shlex v1.3.0 |
| 1295 | 2026-05-29T18:57:26.287Z | Compiling smallvec v1.15.1 |
| 1296 | 2026-05-29T18:57:26.426Z | Compiling typenum v1.19.0 |
| 1297 | 2026-05-29T18:57:26.429Z | Compiling subtle v2.6.1 |
| 1298 | 2026-05-29T18:57:26.448Z | Compiling generic-array v0.14.7 |
| 1299 | 2026-05-29T18:57:26.451Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-05-29T18:57:26.477Z | Compiling const-oid v0.9.6 |
| 1301 | 2026-05-29T18:57:26.545Z | Compiling serde_json v1.0.149 |
| 1302 | 2026-05-29T18:57:26.560Z | Compiling syn v2.0.117 |
| 1303 | 2026-05-29T18:57:26.563Z | Compiling zerocopy v0.8.40 |
| 1304 | 2026-05-29T18:57:26.563Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-29T18:57:26.563Z | Compiling lock_api v0.4.14 |
| 1306 | 2026-05-29T18:57:26.619Z | Compiling parking_lot_core v0.9.12 |
| 1307 | 2026-05-29T18:57:26.622Z | Compiling portable-atomic v1.13.1 |
| 1308 | 2026-05-29T18:57:26.646Z | Compiling pkg-config v0.3.32 |
| 1309 | 2026-05-29T18:57:26.669Z | Compiling bitflags v2.11.0 |
| 1310 | 2026-05-29T18:57:26.771Z | Compiling futures-core v0.3.32 |
| 1311 | 2026-05-29T18:57:26.839Z | Compiling critical-section v1.2.0 |
| 1312 | 2026-05-29T18:57:26.855Z | Compiling libm v0.2.16 |
| 1313 | 2026-05-29T18:57:26.875Z | Compiling num-traits v0.2.19 |
| 1314 | 2026-05-29T18:57:26.921Z | Compiling percent-encoding v2.3.2 |
| 1315 | 2026-05-29T18:57:26.994Z | Compiling futures-sink v0.3.32 |
| 1316 | 2026-05-29T18:57:26.997Z | Compiling futures-task v0.3.32 |
| 1317 | 2026-05-29T18:57:26.997Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-05-29T18:57:27.011Z | Compiling getrandom v0.4.1 |
| 1319 | 2026-05-29T18:57:27.099Z | Compiling futures-channel v0.3.32 |
| 1320 | 2026-05-29T18:57:27.115Z | Compiling futures-io v0.3.32 |
| 1321 | 2026-05-29T18:57:27.130Z | Compiling slab v0.4.12 |
| 1322 | 2026-05-29T18:57:27.148Z | Compiling rand_core v0.10.0 |
| 1323 | 2026-05-29T18:57:27.232Z | Compiling indexmap v2.14.0 |
| 1324 | 2026-05-29T18:57:27.251Z | Compiling rustversion v1.0.22 |
| 1325 | 2026-05-29T18:57:27.299Z | Compiling getrandom v0.3.4 |
| 1326 | 2026-05-29T18:57:27.314Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-05-29T18:57:27.351Z | Compiling dunce v1.0.5 |
| 1328 | 2026-05-29T18:57:27.367Z | Compiling fs_extra v1.3.0 |
| 1329 | 2026-05-29T18:57:27.382Z | Compiling base64ct v1.8.3 |
| 1330 | 2026-05-29T18:57:27.385Z | Compiling ident_case v1.0.1 |
| 1331 | 2026-05-29T18:57:27.441Z | Compiling regex-syntax v0.8.10 |
| 1332 | 2026-05-29T18:57:27.456Z | Compiling flagset v0.4.7 |
| 1333 | 2026-05-29T18:57:27.472Z | Compiling rustix v1.1.3 |
| 1334 | 2026-05-29T18:57:27.514Z | Compiling iana-time-zone v0.1.65 |
| 1335 | 2026-05-29T18:57:27.536Z | Compiling vcpkg v0.2.15 |
| 1336 | 2026-05-29T18:57:27.605Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-05-29T18:57:27.626Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-05-29T18:57:27.644Z | Compiling errno v0.3.14 |
| 1339 | 2026-05-29T18:57:27.660Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-29T18:57:27.695Z | Compiling socket2 v0.6.3 |
| 1341 | 2026-05-29T18:57:27.813Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-29T18:57:27.864Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-29T18:57:27.879Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-29T18:57:27.894Z | Compiling parking_lot v0.12.5 |
| 1345 | 2026-05-29T18:57:27.918Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-29T18:57:27.990Z | Compiling pem-rfc7468 v0.7.0 |
| 1347 | 2026-05-29T18:57:28.129Z | Compiling aws-lc-rs v1.16.3 |
| 1348 | 2026-05-29T18:57:28.147Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-05-29T18:57:28.162Z | Compiling uuid v1.23.0 |
| 1350 | 2026-05-29T18:57:28.178Z | Compiling rustc_version v0.4.1 |
| 1351 | 2026-05-29T18:57:28.180Z | Compiling base64 v0.22.1 |
| 1352 | 2026-05-29T18:57:28.318Z | Compiling rand_core v0.9.5 |
| 1353 | 2026-05-29T18:57:28.334Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2026-05-29T18:57:28.334Z | Compiling untrusted v0.7.1 |
| 1355 | 2026-05-29T18:57:28.364Z | Compiling untrusted v0.9.0 |
| 1356 | 2026-05-29T18:57:28.405Z | Compiling openssl-probe v0.2.1 |
| 1357 | 2026-05-29T18:57:28.423Z | Compiling httparse v1.10.1 |
| 1358 | 2026-05-29T18:57:28.456Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-05-29T18:57:28.495Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-29T18:57:28.510Z | Compiling atomic-waker v1.1.2 |
| 1361 | 2026-05-29T18:57:28.532Z | Compiling tower-service v0.3.3 |
| 1362 | 2026-05-29T18:57:28.547Z | Compiling tower-layer v0.3.3 |
| 1363 | 2026-05-29T18:57:28.605Z | Compiling cmake v0.1.57 |
| 1364 | 2026-05-29T18:57:28.628Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-05-29T18:57:28.646Z | Compiling schemars v0.8.22 |
| 1366 | 2026-05-29T18:57:28.661Z | Compiling try-lock v0.2.5 |
| 1367 | 2026-05-29T18:57:28.677Z | Compiling rustls v0.23.37 |
| 1368 | 2026-05-29T18:57:28.705Z | Compiling httpdate v1.0.3 |
| 1369 | 2026-05-29T18:57:28.726Z | Compiling openssl v0.10.79 |
| 1370 | 2026-05-29T18:57:28.740Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2026-05-29T18:57:28.783Z | Compiling want v0.3.1 |
| 1372 | 2026-05-29T18:57:28.798Z | Compiling pin-utils v0.1.0 |
| 1373 | 2026-05-29T18:57:28.830Z | Compiling foreign-types v0.3.2 |
| 1374 | 2026-05-29T18:57:28.847Z | Compiling unicode-normalization v0.1.25 |
| 1375 | 2026-05-29T18:57:28.888Z | Compiling spin v0.9.8 |
| 1376 | 2026-05-29T18:57:28.918Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-05-29T18:57:28.918Z | Compiling time-core v0.1.8 |
| 1378 | 2026-05-29T18:57:28.921Z | Compiling num-conv v0.2.0 |
| 1379 | 2026-05-29T18:57:28.960Z | Compiling crc32fast v1.5.0 |
| 1380 | 2026-05-29T18:57:28.975Z | Compiling powerfmt v0.2.0 |
| 1381 | 2026-05-29T18:57:28.992Z | Compiling wait-timeout v0.2.1 |
| 1382 | 2026-05-29T18:57:29.007Z | Compiling sync_wrapper v1.0.2 |
| 1383 | 2026-05-29T18:57:29.025Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-05-29T18:57:29.094Z | Compiling quick-error v1.2.3 |
| 1385 | 2026-05-29T18:57:29.110Z | Compiling time-macros v0.2.27 |
| 1386 | 2026-05-29T18:57:29.136Z | Compiling deranged v0.5.8 |
| 1387 | 2026-05-29T18:57:29.151Z | Compiling siphasher v1.0.2 |
| 1388 | 2026-05-29T18:57:29.167Z | Compiling num_threads v0.1.7 |
| 1389 | 2026-05-29T18:57:29.196Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-05-29T18:57:29.210Z | Compiling bit-vec v0.8.0 |
| 1391 | 2026-05-29T18:57:29.228Z | Compiling syn v1.0.109 |
| 1392 | 2026-05-29T18:57:29.282Z | Compiling usdt-impl v0.6.0 |
| 1393 | 2026-05-29T18:57:29.298Z | Compiling slog v2.8.2 |
| 1394 | 2026-05-29T18:57:29.314Z | Compiling tempfile v3.25.0 |
| 1395 | 2026-05-29T18:57:29.351Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-29T18:57:29.369Z | Compiling heapless v0.7.17 |
| 1397 | 2026-05-29T18:57:29.529Z | Compiling bit-set v0.8.0 |
| 1398 | 2026-05-29T18:57:29.550Z | Compiling aws-lc-sys v0.40.0 |
| 1399 | 2026-05-29T18:57:29.567Z | Compiling ring v0.17.14 |
| 1400 | 2026-05-29T18:57:29.570Z | Compiling openssl-sys v0.9.115 |
| 1401 | 2026-05-29T18:57:29.570Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-05-29T18:57:29.613Z | Compiling synstructure v0.13.2 |
| 1403 | 2026-05-29T18:57:29.630Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-05-29T18:57:29.664Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-29T18:57:29.697Z | Compiling darling_core v0.20.11 |
| 1406 | 2026-05-29T18:57:29.780Z | Compiling rusty-fork v0.3.1 |
| 1407 | 2026-05-29T18:57:29.795Z | Compiling darling_core v0.21.3 |
| 1408 | 2026-05-29T18:57:29.995Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1409 | 2026-05-29T18:57:30.122Z | Compiling rand_xorshift v0.4.0 |
| 1410 | 2026-05-29T18:57:30.287Z | Compiling thread-id v5.1.0 |
| 1411 | 2026-05-29T18:57:30.306Z | Compiling cookie v0.18.1 |
| 1412 | 2026-05-29T18:57:30.323Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-05-29T18:57:30.326Z | Compiling time v0.3.47 |
| 1414 | 2026-05-29T18:57:30.356Z | Compiling unarray v0.1.4 |
| 1415 | 2026-05-29T18:57:30.371Z | Compiling ryu v1.0.23 |
| 1416 | 2026-05-29T18:57:30.388Z | Compiling adler2 v2.0.1 |
| 1417 | 2026-05-29T18:57:30.404Z | Compiling iri-string v0.7.10 |
| 1418 | 2026-05-29T18:57:30.484Z | Compiling zstd-safe v7.2.4 |
| 1419 | 2026-05-29T18:57:30.523Z | Compiling anyhow v1.0.102 |
| 1420 | 2026-05-29T18:57:30.542Z | Compiling paste v1.0.15 |
| 1421 | 2026-05-29T18:57:30.563Z | Compiling signal-hook v0.3.18 |
| 1422 | 2026-05-29T18:57:30.579Z | Compiling allocator-api2 v0.2.21 |
| 1423 | 2026-05-29T18:57:30.652Z | Compiling unicode-bidi v0.3.18 |
| 1424 | 2026-05-29T18:57:30.729Z | Compiling miniz_oxide v0.8.9 |
| 1425 | 2026-05-29T18:57:30.985Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-05-29T18:57:31.114Z | Compiling vergen-lib v9.1.0 |
| 1427 | 2026-05-29T18:57:31.205Z | Compiling num-integer v0.1.46 |
| 1428 | 2026-05-29T18:57:31.313Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-05-29T18:57:31.322Z | Compiling ff v0.13.1 |
| 1430 | 2026-05-29T18:57:31.371Z | Compiling hash32 v0.2.1 |
| 1431 | 2026-05-29T18:57:31.388Z | Compiling serde_derive v1.0.228 |
| 1432 | 2026-05-29T18:57:31.446Z | Compiling zeroize_derive v1.4.3 |
| 1433 | 2026-05-29T18:57:31.476Z | Compiling zerofrom-derive v0.1.6 |
| 1434 | 2026-05-29T18:57:31.542Z | Compiling yoke-derive v0.8.1 |
| 1435 | 2026-05-29T18:57:31.556Z | Compiling zerovec-derive v0.11.2 |
| 1436 | 2026-05-29T18:57:31.578Z | Compiling zerocopy-derive v0.8.40 |
| 1437 | 2026-05-29T18:57:31.667Z | Compiling displaydoc v0.2.5 |
| 1438 | 2026-05-29T18:57:31.977Z | Compiling tokio-macros v2.7.0 |
| 1439 | 2026-05-29T18:57:31.993Z | Compiling futures-macro v0.3.32 |
| 1440 | 2026-05-29T18:57:32.105Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-05-29T18:57:32.140Z | Compiling zeroize v1.8.2 |
| 1442 | 2026-05-29T18:57:32.381Z | Compiling rustls-pki-types v1.14.0 |
| 1443 | 2026-05-29T18:57:32.504Z | Compiling thiserror-impl v2.0.18 |
| 1444 | 2026-05-29T18:57:32.749Z | Compiling tracing-attributes v0.1.31 |
| 1445 | 2026-05-29T18:57:32.765Z | Compiling scroll_derive v0.13.1 |
| 1446 | 2026-05-29T18:57:32.818Z | Compiling schemars_derive v0.8.22 |
| 1447 | 2026-05-29T18:57:32.847Z | Compiling futures-util v0.3.32 |
| 1448 | 2026-05-29T18:57:32.861Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-05-29T18:57:32.948Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-05-29T18:57:32.963Z | Compiling zerofrom v0.1.6 |
| 1451 | 2026-05-29T18:57:33.109Z | Compiling yoke v0.8.1 |
| 1452 | 2026-05-29T18:57:33.125Z | Compiling block-buffer v0.10.4 |
| 1453 | 2026-05-29T18:57:33.128Z | Compiling block-padding v0.3.3 |
| 1454 | 2026-05-29T18:57:33.312Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-05-29T18:57:33.312Z | Compiling digest v0.10.7 |
| 1456 | 2026-05-29T18:57:33.316Z | Compiling zerotrie v0.2.3 |
| 1457 | 2026-05-29T18:57:33.361Z | Compiling inout v0.1.4 |
| 1458 | 2026-05-29T18:57:33.546Z | Compiling hmac v0.12.1 |
| 1459 | 2026-05-29T18:57:33.602Z | Compiling sha2 v0.10.9 |
| 1460 | 2026-05-29T18:57:33.618Z | Compiling cipher v0.4.4 |
| 1461 | 2026-05-29T18:57:33.664Z | Compiling der v0.7.10 |
| 1462 | 2026-05-29T18:57:33.680Z | Compiling scroll v0.13.0 |
| 1463 | 2026-05-29T18:57:33.724Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-05-29T18:57:33.840Z | Compiling tinystr v0.8.2 |
| 1465 | 2026-05-29T18:57:33.859Z | Compiling potential_utf v0.1.4 |
| 1466 | 2026-05-29T18:57:33.909Z | Compiling salsa20 v0.10.2 |
| 1467 | 2026-05-29T18:57:33.922Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-05-29T18:57:33.972Z | Compiling aes v0.8.4 |
| 1469 | 2026-05-29T18:57:34.047Z | Compiling icu_locale_core v2.1.1 |
| 1470 | 2026-05-29T18:57:34.047Z | Compiling icu_collections v2.1.1 |
| 1471 | 2026-05-29T18:57:34.079Z | Compiling scrypt v0.11.0 |
| 1472 | 2026-05-29T18:57:34.082Z | Compiling cbc v0.1.2 |
| 1473 | 2026-05-29T18:57:34.166Z | Compiling darling_macro v0.20.11 |
| 1474 | 2026-05-29T18:57:34.170Z | Compiling tracing v0.1.44 |
| 1475 | 2026-05-29T18:57:34.267Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-29T18:57:34.394Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-29T18:57:34.502Z | Compiling rustls-native-certs v0.8.3 |
| 1478 | 2026-05-29T18:57:34.616Z | Compiling spki v0.7.3 |
| 1479 | 2026-05-29T18:57:34.725Z | Compiling icu_provider v2.1.1 |
| 1480 | 2026-05-29T18:57:34.728Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-29T18:57:34.816Z | Compiling pkcs5 v0.7.1 |
| 1482 | 2026-05-29T18:57:34.852Z | Compiling derive_builder_core v0.20.2 |
| 1483 | 2026-05-29T18:57:34.895Z | Compiling dtrace-parser v0.3.0 |
| 1484 | 2026-05-29T18:57:34.928Z | Compiling bytes v1.11.1 |
| 1485 | 2026-05-29T18:57:34.976Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-05-29T18:57:34.993Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-05-29T18:57:35.047Z | Compiling chrono v0.4.44 |
| 1488 | 2026-05-29T18:57:35.063Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-05-29T18:57:35.083Z | Compiling signature v2.2.0 |
| 1490 | 2026-05-29T18:57:35.226Z | Compiling pkcs8 v0.10.2 |
| 1491 | 2026-05-29T18:57:35.283Z | Compiling webpki-roots v1.0.6 |
| 1492 | 2026-05-29T18:57:35.315Z | Compiling thiserror-impl v1.0.69 |
| 1493 | 2026-05-29T18:57:35.423Z | Compiling tokio v1.52.1 |
| 1494 | 2026-05-29T18:57:35.538Z | Compiling http v1.4.0 |
| 1495 | 2026-05-29T18:57:35.554Z | Compiling scroll_derive v0.12.1 |
| 1496 | 2026-05-29T18:57:35.568Z | Compiling erased-serde v0.3.31 |
| 1497 | 2026-05-29T18:57:35.583Z | Compiling toml_datetime v0.6.11 |
| 1498 | 2026-05-29T18:57:35.652Z | Compiling serde_spanned v0.6.9 |
| 1499 | 2026-05-29T18:57:35.737Z | Compiling derive_builder_macro v0.20.2 |
| 1500 | 2026-05-29T18:57:35.816Z | Compiling serde_tokenstream v0.2.3 |
| 1501 | 2026-05-29T18:57:35.854Z | Compiling idna_adapter v1.2.1 |
| 1502 | 2026-05-29T18:57:36.000Z | Compiling idna v1.1.0 |
| 1503 | 2026-05-29T18:57:36.015Z | Compiling ppv-lite86 v0.2.21 |
| 1504 | 2026-05-29T18:57:36.077Z | Compiling serde_urlencoded v0.7.1 |
| 1505 | 2026-05-29T18:57:36.112Z | Compiling md-5 v0.10.6 |
| 1506 | 2026-05-29T18:57:36.141Z | Compiling darling_macro v0.21.3 |
| 1507 | 2026-05-29T18:57:36.252Z | Compiling http-body v1.0.1 |
| 1508 | 2026-05-29T18:57:36.267Z | Compiling bstr v1.12.1 |
| 1509 | 2026-05-29T18:57:36.283Z | Compiling scroll v0.12.0 |
| 1510 | 2026-05-29T18:57:36.301Z | Compiling url v2.5.8 |
| 1511 | 2026-05-29T18:57:36.344Z | Compiling rand_chacha v0.9.0 |
| 1512 | 2026-05-29T18:57:36.360Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-05-29T18:57:36.430Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-05-29T18:57:36.452Z | Compiling async-trait v0.1.89 |
| 1515 | 2026-05-29T18:57:36.475Z | Compiling pin-project-internal v1.1.11 |
| 1516 | 2026-05-29T18:57:36.565Z | Compiling rand v0.9.2 |
| 1517 | 2026-05-29T18:57:36.612Z | Compiling thiserror v1.0.69 |
| 1518 | 2026-05-29T18:57:36.661Z | Compiling zerocopy-derive v0.7.35 |
| 1519 | 2026-05-29T18:57:36.684Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-05-29T18:57:36.702Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-05-29T18:57:36.729Z | Compiling zlib-rs v0.6.2 |
| 1522 | 2026-05-29T18:57:36.967Z | Compiling litrs v1.0.0 |
| 1523 | 2026-05-29T18:57:37.158Z | Compiling dof v0.4.0 |
| 1524 | 2026-05-29T18:57:37.237Z | Compiling proptest v1.10.0 |
| 1525 | 2026-05-29T18:57:37.441Z | Compiling ref-cast v1.0.25 |
| 1526 | 2026-05-29T18:57:37.494Z | Compiling smoltcp v0.9.1 |
| 1527 | 2026-05-29T18:57:37.516Z | Compiling num-bigint-dig v0.8.6 |
| 1528 | 2026-05-29T18:57:37.562Z | Compiling base16ct v0.2.0 |
| 1529 | 2026-05-29T18:57:37.607Z | Compiling psl-types v2.0.11 |
| 1530 | 2026-05-29T18:57:37.622Z | Compiling mime v0.3.17 |
| 1531 | 2026-05-29T18:57:37.671Z | Compiling rustix v0.38.44 |
| 1532 | 2026-05-29T18:57:37.730Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-05-29T18:57:37.750Z | Compiling cfg_aliases v0.2.1 |
| 1534 | 2026-05-29T18:57:37.765Z | Compiling fallible-iterator v0.2.0 |
| 1535 | 2026-05-29T18:57:37.851Z | Compiling nix v0.31.2 |
| 1536 | 2026-05-29T18:57:37.901Z | Compiling publicsuffix v2.3.0 |
| 1537 | 2026-05-29T18:57:37.904Z | Compiling sec1 v0.7.3 |
| 1538 | 2026-05-29T18:57:37.930Z | Compiling pin-project v1.1.11 |
| 1539 | 2026-05-29T18:57:38.060Z | Compiling postgres-protocol v0.6.10 |
| 1540 | 2026-05-29T18:57:38.095Z | Compiling oxnet v0.1.4 |
| 1541 | 2026-05-29T18:57:38.110Z | Compiling zerocopy v0.7.35 |
| 1542 | 2026-05-29T18:57:38.166Z | Compiling document-features v0.2.12 |
| 1543 | 2026-05-29T18:57:38.250Z | Compiling darling v0.21.3 |
| 1544 | 2026-05-29T18:57:38.284Z | Compiling rand v0.8.6 |
| 1545 | 2026-05-29T18:57:38.327Z | Compiling goblin v0.8.2 |
| 1546 | 2026-05-29T18:57:38.345Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-05-29T18:57:38.378Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-05-29T18:57:38.390Z | Compiling hex v0.4.3 |
| 1549 | 2026-05-29T18:57:38.486Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-05-29T18:57:38.503Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-05-29T18:57:38.523Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-05-29T18:57:38.623Z | Compiling regex v1.12.3 |
| 1553 | 2026-05-29T18:57:38.727Z | Compiling group v0.13.0 |
| 1554 | 2026-05-29T18:57:38.754Z | Compiling num-iter v0.1.45 |
| 1555 | 2026-05-29T18:57:38.769Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-05-29T18:57:38.786Z | Compiling daft-derive v0.1.7 |
| 1557 | 2026-05-29T18:57:38.814Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-05-29T18:57:38.893Z | Compiling ref-cast-impl v1.0.25 |
| 1559 | 2026-05-29T18:57:38.932Z | Compiling strum_macros v0.27.2 |
| 1560 | 2026-05-29T18:57:39.147Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-05-29T18:57:39.201Z | Compiling tower v0.5.3 |
| 1562 | 2026-05-29T18:57:39.239Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-05-29T18:57:39.441Z | Compiling phf_shared v0.13.1 |
| 1564 | 2026-05-29T18:57:39.457Z | Compiling terminal_size v0.4.3 |
| 1565 | 2026-05-29T18:57:39.477Z | Compiling lazy_static v1.5.0 |
| 1566 | 2026-05-29T18:57:39.552Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-05-29T18:57:39.589Z | Compiling vergen v9.1.0 |
| 1568 | 2026-05-29T18:57:39.619Z | Compiling tower-http v0.6.8 |
| 1569 | 2026-05-29T18:57:39.644Z | Compiling flate2 v1.1.9 |
| 1570 | 2026-05-29T18:57:39.691Z | Compiling cargo-platform v0.3.2 |
| 1571 | 2026-05-29T18:57:39.709Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-05-29T18:57:39.712Z | Compiling ahash v0.8.12 |
| 1573 | 2026-05-29T18:57:39.792Z | Compiling winnow v0.5.40 |
| 1574 | 2026-05-29T18:57:39.922Z | Compiling h2 v0.4.13 |
| 1575 | 2026-05-29T18:57:39.928Z | Compiling same-file v1.0.6 |
| 1576 | 2026-05-29T18:57:39.968Z | Compiling object v0.37.3 |
| 1577 | 2026-05-29T18:57:39.977Z | Compiling foldhash v0.1.5 |
| 1578 | 2026-05-29T18:57:40.019Z | Compiling unicode-segmentation v1.12.0 |
| 1579 | 2026-05-29T18:57:40.042Z | Compiling managed v0.8.0 |
| 1580 | 2026-05-29T18:57:40.065Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-05-29T18:57:40.105Z | Compiling bumpalo v3.20.2 |
| 1582 | 2026-05-29T18:57:40.158Z | Compiling bitflags v1.3.2 |
| 1583 | 2026-05-29T18:57:40.229Z | Compiling foldhash v0.2.0 |
| 1584 | 2026-05-29T18:57:40.274Z | Compiling clap_builder v4.5.60 |
| 1585 | 2026-05-29T18:57:40.305Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-05-29T18:57:40.381Z | Compiling hashbrown v0.16.1 |
| 1587 | 2026-05-29T18:57:40.423Z | Compiling zopfli v0.8.3 |
| 1588 | 2026-05-29T18:57:40.462Z | Compiling walkdir v2.5.0 |
| 1589 | 2026-05-29T18:57:40.727Z | Compiling dof v0.3.0 |
| 1590 | 2026-05-29T18:57:40.781Z | Compiling snafu v0.8.9 |
| 1591 | 2026-05-29T18:57:40.831Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-05-29T18:57:40.931Z | Compiling cargo_metadata v0.23.1 |
| 1593 | 2026-05-29T18:57:40.996Z | Compiling strum v0.27.2 |
| 1594 | 2026-05-29T18:57:41.048Z | Compiling daft v0.1.7 |
| 1595 | 2026-05-29T18:57:41.071Z | Compiling phf v0.13.1 |
| 1596 | 2026-05-29T18:57:41.078Z | Compiling signal-hook-mio v0.2.5 |
| 1597 | 2026-05-29T18:57:41.132Z | Compiling toml_edit v0.19.15 |
| 1598 | 2026-05-29T18:57:41.180Z | Compiling elliptic-curve v0.13.8 |
| 1599 | 2026-05-29T18:57:41.257Z | Compiling hubpack v0.1.2 |
| 1600 | 2026-05-29T18:57:41.272Z | Compiling cookie_store v0.22.1 |
| 1601 | 2026-05-29T18:57:41.294Z | Compiling bzip2 v0.4.4 |
| 1602 | 2026-05-29T18:57:41.348Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-05-29T18:57:41.449Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-05-29T18:57:41.488Z | Compiling futures v0.3.32 |
| 1605 | 2026-05-29T18:57:41.512Z | Compiling postgres-types v0.2.12 |
| 1606 | 2026-05-29T18:57:41.595Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-05-29T18:57:41.617Z | Compiling zstd v0.13.3 |
| 1608 | 2026-05-29T18:57:41.941Z | Compiling dtrace-parser v0.2.0 |
| 1609 | 2026-05-29T18:57:41.949Z | Compiling globset v0.4.18 |
| 1610 | 2026-05-29T18:57:41.980Z | Compiling pkcs1 v0.7.5 |
| 1611 | 2026-05-29T18:57:42.174Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-05-29T18:57:42.230Z | Compiling serde_plain v1.0.2 |
| 1613 | 2026-05-29T18:57:42.298Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-05-29T18:57:42.349Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-05-29T18:57:42.395Z | Compiling rfc6979 v0.4.0 |
| 1616 | 2026-05-29T18:57:42.452Z | Compiling clap_derive v4.5.55 |
| 1617 | 2026-05-29T18:57:42.462Z | Compiling enum-as-inner v0.6.1 |
| 1618 | 2026-05-29T18:57:42.544Z | Compiling async-recursion v1.1.1 |
| 1619 | 2026-05-29T18:57:42.550Z | Compiling serde_repr v0.1.20 |
| 1620 | 2026-05-29T18:57:42.677Z | Compiling strum_macros v0.26.4 |
| 1621 | 2026-05-29T18:57:42.725Z | Compiling phf_shared v0.11.3 |
| 1622 | 2026-05-29T18:57:42.812Z | Compiling float-cmp v0.10.0 |
| 1623 | 2026-05-29T18:57:42.885Z | Compiling pem v3.0.6 |
| 1624 | 2026-05-29T18:57:42.954Z | Compiling memmap2 v0.9.10 |
| 1625 | 2026-05-29T18:57:42.963Z | Compiling hyper v1.8.1 |
| 1626 | 2026-05-29T18:57:43.002Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-05-29T18:57:43.059Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-05-29T18:57:43.117Z | Compiling fixedbitset v0.4.2 |
| 1629 | 2026-05-29T18:57:43.141Z | Compiling normalize-line-endings v0.3.0 |
| 1630 | 2026-05-29T18:57:43.186Z | Compiling keccak v0.1.6 |
| 1631 | 2026-05-29T18:57:43.221Z | Compiling predicates-core v1.0.10 |
| 1632 | 2026-05-29T18:57:43.239Z | Compiling difflib v0.4.0 |
| 1633 | 2026-05-29T18:57:43.286Z | Compiling whoami v2.1.0 |
| 1634 | 2026-05-29T18:57:43.339Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-05-29T18:57:43.421Z | Compiling jiff v0.2.21 |
| 1636 | 2026-05-29T18:57:43.443Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-29T18:57:43.481Z | Compiling static_assertions v1.1.0 |
| 1638 | 2026-05-29T18:57:43.491Z | Compiling either v1.15.0 |
| 1639 | 2026-05-29T18:57:43.530Z | Compiling fixedbitset v0.5.7 |
| 1640 | 2026-05-29T18:57:43.556Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-05-29T18:57:43.694Z | Compiling typed-path v0.9.3 |
| 1642 | 2026-05-29T18:57:43.734Z | Compiling itertools v0.13.0 |
| 1643 | 2026-05-29T18:57:43.834Z | Compiling hickory-proto v0.25.2 |
| 1644 | 2026-05-29T18:57:43.877Z | Compiling petgraph v0.8.3 |
| 1645 | 2026-05-29T18:57:43.936Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1646 | 2026-05-29T18:57:44.040Z | Compiling string_cache v0.8.9 |
| 1647 | 2026-05-29T18:57:44.053Z | Compiling predicates v3.1.4 |
| 1648 | 2026-05-29T18:57:44.320Z | Compiling hyper-util v0.1.20 |
| 1649 | 2026-05-29T18:57:44.349Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-05-29T18:57:44.349Z | Compiling clap v4.5.60 |
| 1651 | 2026-05-29T18:57:44.349Z | Compiling toml_edit v0.22.27 |
| 1652 | 2026-05-29T18:57:44.412Z | Compiling sha3 v0.10.8 |
| 1653 | 2026-05-29T18:57:44.528Z | Compiling strum v0.26.3 |
| 1654 | 2026-05-29T18:57:44.639Z | Compiling petgraph v0.6.5 |
| 1655 | 2026-05-29T18:57:44.679Z | Compiling env_logger v0.11.9 |
| 1656 | 2026-05-29T18:57:44.715Z | Compiling usdt v0.6.0 |
| 1657 | 2026-05-29T18:57:44.879Z | Compiling usdt-impl v0.5.0 |
| 1658 | 2026-05-29T18:57:44.998Z | Compiling serde_with v3.17.0 |
| 1659 | 2026-05-29T18:57:45.020Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-05-29T18:57:45.020Z | Compiling toml v0.7.8 |
| 1661 | 2026-05-29T18:57:45.073Z | Compiling ecdsa v0.16.9 |
| 1662 | 2026-05-29T18:57:45.438Z | Compiling ed25519-dalek v2.2.0 |
| 1663 | 2026-05-29T18:57:45.497Z | Compiling rsa v0.9.10 |
| 1664 | 2026-05-29T18:57:45.633Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-05-29T18:57:46.006Z | Compiling zip v4.6.1 |
| 1666 | 2026-05-29T18:57:46.083Z | Compiling zip v0.6.6 |
| 1667 | 2026-05-29T18:57:46.228Z | Compiling iddqd v0.4.2 |
| 1668 | 2026-05-29T18:57:46.491Z | Compiling heck v0.4.1 |
| 1669 | 2026-05-29T18:57:46.540Z | Compiling similar v2.7.0 |
| 1670 | 2026-05-29T18:57:46.680Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-05-29T18:57:46.704Z | Compiling tokio-stream v0.1.18 |
| 1672 | 2026-05-29T18:57:46.729Z | Compiling buf-list v1.1.2 |
| 1673 | 2026-05-29T18:57:46.798Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-05-29T18:57:46.826Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-05-29T18:57:46.986Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-05-29T18:57:47.059Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-05-29T18:57:47.084Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-05-29T18:57:47.130Z | Compiling lalrpop-util v0.19.12 |
| 1679 | 2026-05-29T18:57:47.254Z | Compiling peg-runtime v0.8.5 |
| 1680 | 2026-05-29T18:57:47.328Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-05-29T18:57:47.346Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-05-29T18:57:47.409Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-05-29T18:57:47.447Z | Compiling is-terminal v0.4.17 |
| 1684 | 2026-05-29T18:57:47.459Z | Compiling filetime v0.2.27 |
| 1685 | 2026-05-29T18:57:47.459Z | Compiling xattr v1.6.1 |
| 1686 | 2026-05-29T18:57:47.525Z | Compiling term v1.2.1 |
| 1687 | 2026-05-29T18:57:47.560Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-05-29T18:57:47.762Z | Compiling tar v0.4.45 |
| 1689 | 2026-05-29T18:57:47.893Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-05-29T18:58:05.324Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-05-29T18:58:08.121Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-05-29T18:58:08.121Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-05-29T18:58:08.312Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-05-29T18:58:08.517Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-05-29T18:58:08.518Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-05-29T18:58:09.728Z | Compiling tough v0.22.0 |
| 1697 | 2026-05-29T18:58:12.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-05-29T18:58:12.460Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-05-29T18:58:15.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.18s |
| 1700 | 2026-05-29T18:58:15.390Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-05-29T18:58:15.445Z | May 29 18:58:14.772 INFO Starting download, target: DendriteStub |
| 1702 | 2026-05-29T18:58:15.445Z | May 29 18:58:14.773 INFO Starting download, target: Clickhouse |
| 1703 | 2026-05-29T18:58:15.445Z | May 29 18:58:14.773 INFO Starting download, target: Cockroach |
| 1704 | 2026-05-29T18:58:15.445Z | May 29 18:58:14.773 INFO Starting download, target: Console |
| 1705 | 2026-05-29T18:58:15.476Z | May 29 18:58:14.773 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-05-29T18:58:15.478Z | May 29 18:58:14.773 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-05-29T18:58:15.479Z | May 29 18:58:14.773 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1708 | 2026-05-29T18:58:15.479Z | May 29 18:58:14.773 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1709 | 2026-05-29T18:58:15.480Z | May 29 18:58:14.773 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-05-29T18:58:15.480Z | May 29 18:58:14.773 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1711 | 2026-05-29T18:58:15.480Z | May 29 18:58:14.773 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1712 | 2026-05-29T18:58:15.480Z | May 29 18:58:14.773 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-05-29T18:58:16.127Z | May 29 18:58:15.320 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-05-29T18:58:16.238Z | May 29 18:58:15.535 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-05-29T18:58:16.476Z | May 29 18:58:15.787 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-05-29T18:58:16.724Z | May 29 18:58:16.024 INFO Download complete, target: Console |
| 1717 | 2026-05-29T18:58:17.963Z | May 29 18:58:17.225 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-05-29T18:58:18.253Z | May 29 18:58:17.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1719 | 2026-05-29T18:58:20.261Z | May 29 18:58:19.589 INFO Download complete, target: DendriteStub |
| 1720 | 2026-05-29T18:58:25.107Z | May 29 18:58:24.363 INFO Checking that binary works, target: Clickhouse |
| 1721 | 2026-05-29T18:58:25.130Z | May 29 18:58:24.458 INFO Download complete, target: Clickhouse |
| 1722 | 2026-05-29T18:59:18.327Z | May 29 18:59:17.629 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd |
| 1723 | 2026-05-29T18:59:18.327Z | May 29 18:59:17.629 WARN Download failed, retrying: error decoding response body, target: Cockroach |
| 1724 | 2026-05-29T18:59:18.327Z | May 29 18:59:17.629 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd |
| 1725 | 2026-05-29T18:59:18.327Z | May 29 18:59:17.629 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach |
| 1726 | 2026-05-29T18:59:27.927Z | May 29 18:59:27.160 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1727 | 2026-05-29T18:59:29.258Z | May 29 18:59:28.571 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1728 | 2026-05-29T18:59:29.258Z | May 29 18:59:28.571 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1729 | 2026-05-29T18:59:30.158Z | May 29 18:59:29.486 INFO Download complete, target: MaghemiteMgd |
| 1730 | 2026-05-29T18:59:33.917Z | May 29 18:59:33.245 INFO Checking that binary works, target: Cockroach |
| 1731 | 2026-05-29T18:59:34.046Z | May 29 18:59:33.374 INFO Download complete, target: Cockroach |
| 1732 | 2026-05-29T18:59:34.053Z | All prerequisites installed successfully |
| 1733 | 2026-05-29T18:59:34.057Z | |
| 1734 | 2026-05-29T18:59:34.057Z | real 3:10.562571350 |
| 1735 | 2026-05-29T18:59:34.057Z | user 6:55.169178032 |
| 1736 | 2026-05-29T18:59:34.057Z | sys 1:45.508083881 |
| 1737 | 2026-05-29T18:59:34.057Z | trap 0.274487079 |
| 1738 | 2026-05-29T18:59:34.057Z | tflt 1.076170564 |
| 1739 | 2026-05-29T18:59:34.057Z | dflt 1.643134175 |
| 1740 | 2026-05-29T18:59:34.057Z | kflt 0.028438188 |
| 1741 | 2026-05-29T18:59:34.057Z | lock 45:09.169980807 |
| 1742 | 2026-05-29T18:59:34.057Z | slp 21:13.291726415 |
| 1743 | 2026-05-29T18:59:34.057Z | lat 26.351288175 |
| 1744 | 2026-05-29T18:59:34.057Z | stop 2:58.916328304 |
| 1745 | 2026-05-29T18:59:34.057Z | + ptime -m cargo xtask download softnpu |
| 1746 | 2026-05-29T18:59:34.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1747 | 2026-05-29T18:59:34.620Z | Running `target/debug/xtask download softnpu` |
| 1748 | 2026-05-29T18:59:35.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1749 | 2026-05-29T18:59:35.453Z | Running `target/debug/xtask-downloader softnpu` |
| 1750 | 2026-05-29T18:59:35.495Z | May 29 18:59:34.823 INFO Starting download, target: Softnpu |
| 1751 | 2026-05-29T18:59:35.499Z | May 29 18:59:34.824 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1752 | 2026-05-29T18:59:36.169Z | May 29 18:59:35.496 INFO Download complete, target: Softnpu |
| 1753 | 2026-05-29T18:59:36.175Z | |
| 1754 | 2026-05-29T18:59:36.175Z | real 2.113948925 |
| 1755 | 2026-05-29T18:59:36.175Z | user 1.336091318 |
| 1756 | 2026-05-29T18:59:36.175Z | sys 0.705750139 |
| 1757 | 2026-05-29T18:59:36.175Z | trap 0.000773891 |
| 1758 | 2026-05-29T18:59:36.175Z | tflt 0.000115853 |
| 1759 | 2026-05-29T18:59:36.175Z | dflt 0.000398782 |
| 1760 | 2026-05-29T18:59:36.175Z | kflt 0.000000000 |
| 1761 | 2026-05-29T18:59:36.175Z | lock 12.511915559 |
| 1762 | 2026-05-29T18:59:36.175Z | slp 0.539009274 |
| 1763 | 2026-05-29T18:59:36.175Z | lat 0.120239089 |
| 1764 | 2026-05-29T18:59:36.175Z | stop 0.000178959 |
| 1765 | 2026-05-29T18:59:36.175Z | + export CARGO_INCREMENTAL=0 |
| 1766 | 2026-05-29T18:59:36.176Z | + CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-29T18:59:36.176Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1768 | 2026-05-29T18:59:37.093Z | Compiling proc-macro2 v1.0.106 |
| 1769 | 2026-05-29T18:59:37.093Z | Compiling quote v1.0.45 |
| 1770 | 2026-05-29T18:59:37.097Z | Compiling unicode-ident v1.0.24 |
| 1771 | 2026-05-29T18:59:37.097Z | Compiling libc v0.2.185 |
| 1772 | 2026-05-29T18:59:37.098Z | Compiling serde_core v1.0.228 |
| 1773 | 2026-05-29T18:59:37.098Z | Compiling serde v1.0.228 |
| 1774 | 2026-05-29T18:59:37.098Z | Compiling cfg-if v1.0.4 |
| 1775 | 2026-05-29T18:59:37.098Z | Compiling version_check v0.9.5 |
| 1776 | 2026-05-29T18:59:37.098Z | Compiling find-msvc-tools v0.1.9 |
| 1777 | 2026-05-29T18:59:37.099Z | Compiling shlex v1.3.0 |
| 1778 | 2026-05-29T18:59:37.099Z | Compiling typenum v1.19.0 |
| 1779 | 2026-05-29T18:59:37.099Z | Compiling zmij v1.0.21 |
| 1780 | 2026-05-29T18:59:37.265Z | Compiling autocfg v1.5.0 |
| 1781 | 2026-05-29T18:59:37.268Z | Compiling memchr v2.8.0 |
| 1782 | 2026-05-29T18:59:37.268Z | Compiling serde_json v1.0.149 |
| 1783 | 2026-05-29T18:59:37.454Z | Compiling portable-atomic v1.13.1 |
| 1784 | 2026-05-29T18:59:37.472Z | Compiling libm v0.2.16 |
| 1785 | 2026-05-29T18:59:37.600Z | Compiling generic-array v0.14.7 |
| 1786 | 2026-05-29T18:59:37.617Z | Compiling zerocopy v0.8.40 |
| 1787 | 2026-05-29T18:59:37.678Z | Compiling parking_lot_core v0.9.12 |
| 1788 | 2026-05-29T18:59:37.703Z | Compiling smallvec v1.15.1 |
| 1789 | 2026-05-29T18:59:37.821Z | Compiling icu_normalizer_data v2.1.1 |
| 1790 | 2026-05-29T18:59:37.824Z | Compiling icu_properties_data v2.1.2 |
| 1791 | 2026-05-29T18:59:37.838Z | Compiling itoa v1.0.17 |
| 1792 | 2026-05-29T18:59:37.886Z | Compiling num-traits v0.2.19 |
| 1793 | 2026-05-29T18:59:37.890Z | Compiling getrandom v0.4.1 |
| 1794 | 2026-05-29T18:59:37.890Z | Compiling log v0.4.29 |
| 1795 | 2026-05-29T18:59:37.983Z | Compiling stable_deref_trait v1.2.1 |
| 1796 | 2026-05-29T18:59:38.028Z | Compiling pkg-config v0.3.32 |
| 1797 | 2026-05-29T18:59:38.062Z | Compiling subtle v2.6.1 |
| 1798 | 2026-05-29T18:59:38.184Z | Compiling scopeguard v1.2.0 |
| 1799 | 2026-05-29T18:59:38.218Z | Compiling jobserver v0.1.34 |
| 1800 | 2026-05-29T18:59:38.233Z | Compiling getrandom v0.2.17 |
| 1801 | 2026-05-29T18:59:38.268Z | Compiling errno v0.3.14 |
| 1802 | 2026-05-29T18:59:38.313Z | Compiling lock_api v0.4.14 |
| 1803 | 2026-05-29T18:59:38.407Z | Compiling rand_core v0.6.4 |
| 1804 | 2026-05-29T18:59:38.460Z | Compiling cc v1.2.56 |
| 1805 | 2026-05-29T18:59:38.508Z | Compiling writeable v0.6.2 |
| 1806 | 2026-05-29T18:59:38.528Z | Compiling syn v2.0.117 |
| 1807 | 2026-05-29T18:59:38.542Z | Compiling percent-encoding v2.3.2 |
| 1808 | 2026-05-29T18:59:38.545Z | Compiling litemap v0.8.1 |
| 1809 | 2026-05-29T18:59:38.639Z | Compiling pin-project-lite v0.2.17 |
| 1810 | 2026-05-29T18:59:38.666Z | Compiling fnv v1.0.7 |
| 1811 | 2026-05-29T18:59:38.744Z | Compiling thiserror v2.0.18 |
| 1812 | 2026-05-29T18:59:38.788Z | Compiling getrandom v0.3.4 |
| 1813 | 2026-05-29T18:59:38.806Z | Compiling fs_extra v1.3.0 |
| 1814 | 2026-05-29T18:59:38.821Z | Compiling equivalent v1.0.2 |
| 1815 | 2026-05-29T18:59:38.889Z | Compiling dunce v1.0.5 |
| 1816 | 2026-05-29T18:59:38.921Z | Compiling rustversion v1.0.22 |
| 1817 | 2026-05-29T18:59:38.939Z | Compiling schemars v0.8.22 |
| 1818 | 2026-05-29T18:59:38.942Z | Compiling rand_core v0.10.0 |
| 1819 | 2026-05-29T18:59:38.988Z | Compiling utf8_iter v1.0.4 |
| 1820 | 2026-05-29T18:59:39.088Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-05-29T18:59:39.183Z | Compiling cmake v0.1.57 |
| 1822 | 2026-05-29T18:59:39.186Z | Compiling critical-section v1.2.0 |
| 1823 | 2026-05-29T18:59:39.230Z | Compiling signal-hook-registry v1.4.8 |
| 1824 | 2026-05-29T18:59:39.319Z | Compiling hashbrown v0.17.0 |
| 1825 | 2026-05-29T18:59:39.336Z | Compiling rustix v1.1.3 |
| 1826 | 2026-05-29T18:59:39.388Z | Compiling socket2 v0.6.3 |
| 1827 | 2026-05-29T18:59:39.423Z | Compiling mio v1.2.0 |
| 1828 | 2026-05-29T18:59:39.651Z | Compiling bitflags v2.11.0 |
| 1829 | 2026-05-29T18:59:39.708Z | Compiling semver v1.0.28 |
| 1830 | 2026-05-29T18:59:39.721Z | Compiling once_cell v1.21.3 |
| 1831 | 2026-05-29T18:59:39.806Z | Compiling parking_lot v0.12.5 |
| 1832 | 2026-05-29T18:59:39.811Z | Compiling ring v0.17.14 |
| 1833 | 2026-05-29T18:59:39.877Z | Compiling aws-lc-sys v0.40.0 |
| 1834 | 2026-05-29T18:59:39.895Z | Compiling indexmap v2.14.0 |
| 1835 | 2026-05-29T18:59:39.898Z | Compiling const-oid v0.9.6 |
| 1836 | 2026-05-29T18:59:40.019Z | Compiling heck v0.5.0 |
| 1837 | 2026-05-29T18:59:40.054Z | Compiling aws-lc-rs v1.16.3 |
| 1838 | 2026-05-29T18:59:40.092Z | Compiling futures-core v0.3.32 |
| 1839 | 2026-05-29T18:59:40.129Z | Compiling httparse v1.10.1 |
| 1840 | 2026-05-29T18:59:40.195Z | Compiling strsim v0.11.1 |
| 1841 | 2026-05-29T18:59:40.217Z | Compiling vcpkg v0.2.15 |
| 1842 | 2026-05-29T18:59:40.247Z | Compiling thiserror v1.0.69 |
| 1843 | 2026-05-29T18:59:40.353Z | Compiling ucd-trie v0.1.7 |
| 1844 | 2026-05-29T18:59:40.516Z | Compiling byteorder v1.5.0 |
| 1845 | 2026-05-29T18:59:40.537Z | Compiling iana-time-zone v0.1.65 |
| 1846 | 2026-05-29T18:59:40.552Z | Compiling pest v2.8.6 |
| 1847 | 2026-05-29T18:59:40.605Z | Compiling regex-syntax v0.8.10 |
| 1848 | 2026-05-29T18:59:40.605Z | Compiling syn v1.0.109 |
| 1849 | 2026-05-29T18:59:40.636Z | Compiling ident_case v1.0.1 |
| 1850 | 2026-05-29T18:59:40.653Z | Compiling uuid v1.23.0 |
| 1851 | 2026-05-29T18:59:40.736Z | Compiling cpufeatures v0.2.17 |
| 1852 | 2026-05-29T18:59:40.783Z | Compiling openssl-sys v0.9.115 |
| 1853 | 2026-05-29T18:59:40.787Z | Compiling rustls v0.23.37 |
| 1854 | 2026-05-29T18:59:40.935Z | Compiling futures-sink v0.3.32 |
| 1855 | 2026-05-29T18:59:41.005Z | Compiling rustc_version v0.4.1 |
| 1856 | 2026-05-29T18:59:41.060Z | Compiling futures-channel v0.3.32 |
| 1857 | 2026-05-29T18:59:41.102Z | Compiling futures-task v0.3.32 |
| 1858 | 2026-05-29T18:59:41.117Z | Compiling futures-io v0.3.32 |
| 1859 | 2026-05-29T18:59:41.266Z | Compiling synstructure v0.13.2 |
| 1860 | 2026-05-29T18:59:41.298Z | Compiling serde_derive_internals v0.29.1 |
| 1861 | 2026-05-29T18:59:41.302Z | Compiling slab v0.4.12 |
| 1862 | 2026-05-29T18:59:41.334Z | Compiling aho-corasick v1.1.4 |
| 1863 | 2026-05-29T18:59:41.517Z | Compiling dyn-clone v1.0.20 |
| 1864 | 2026-05-29T18:59:41.644Z | Compiling pest_meta v2.8.6 |
| 1865 | 2026-05-29T18:59:41.771Z | Compiling base64 v0.22.1 |
| 1866 | 2026-05-29T18:59:41.787Z | Compiling openssl v0.10.79 |
| 1867 | 2026-05-29T18:59:41.805Z | Compiling plain v0.2.3 |
| 1868 | 2026-05-29T18:59:41.825Z | Compiling crc32fast v1.5.0 |
| 1869 | 2026-05-29T18:59:41.936Z | Compiling num-conv v0.2.0 |
| 1870 | 2026-05-29T18:59:41.965Z | Compiling crossbeam-utils v0.8.21 |
| 1871 | 2026-05-29T18:59:42.029Z | Compiling time-core v0.1.8 |
| 1872 | 2026-05-29T18:59:42.155Z | Compiling pretty-hex v0.4.1 |
| 1873 | 2026-05-29T18:59:42.185Z | Compiling native-tls v0.2.18 |
| 1874 | 2026-05-29T18:59:42.202Z | Compiling time-macros v0.2.27 |
| 1875 | 2026-05-29T18:59:42.239Z | Compiling regex-automata v0.4.14 |
| 1876 | 2026-05-29T18:59:42.258Z | Compiling base64ct v1.8.3 |
| 1877 | 2026-05-29T18:59:42.275Z | Compiling pest_generator v2.8.6 |
| 1878 | 2026-05-29T18:59:42.291Z | Compiling anyhow v1.0.102 |
| 1879 | 2026-05-29T18:59:42.308Z | Compiling darling_core v0.21.3 |
| 1880 | 2026-05-29T18:59:42.431Z | Compiling tracing-core v0.1.36 |
| 1881 | 2026-05-29T18:59:42.505Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1882 | 2026-05-29T18:59:42.541Z | Compiling serde_derive v1.0.228 |
| 1883 | 2026-05-29T18:59:42.566Z | Compiling zeroize_derive v1.4.3 |
| 1884 | 2026-05-29T18:59:42.618Z | Compiling zerofrom-derive v0.1.6 |
| 1885 | 2026-05-29T18:59:42.776Z | Compiling yoke-derive v0.8.1 |
| 1886 | 2026-05-29T18:59:42.843Z | Compiling zerovec-derive v0.11.2 |
| 1887 | 2026-05-29T18:59:42.857Z | Compiling displaydoc v0.2.5 |
| 1888 | 2026-05-29T18:59:42.944Z | Compiling zerocopy-derive v0.8.40 |
| 1889 | 2026-05-29T18:59:42.964Z | Compiling tokio-macros v2.7.0 |
| 1890 | 2026-05-29T18:59:43.188Z | Compiling zeroize v1.8.2 |
| 1891 | 2026-05-29T18:59:43.414Z | Compiling futures-macro v0.3.32 |
| 1892 | 2026-05-29T18:59:43.555Z | Compiling thiserror-impl v2.0.18 |
| 1893 | 2026-05-29T18:59:43.659Z | Compiling schemars_derive v0.8.22 |
| 1894 | 2026-05-29T18:59:43.749Z | Compiling tracing-attributes v0.1.31 |
| 1895 | 2026-05-29T18:59:43.765Z | Compiling zerofrom v0.1.6 |
| 1896 | 2026-05-29T18:59:43.873Z | Compiling yoke v0.8.1 |
| 1897 | 2026-05-29T18:59:43.992Z | Compiling crypto-common v0.1.7 |
| 1898 | 2026-05-29T18:59:44.047Z | Compiling zerovec v0.11.5 |
| 1899 | 2026-05-29T18:59:44.082Z | Compiling zerotrie v0.2.3 |
| 1900 | 2026-05-29T18:59:44.179Z | Compiling der_derive v0.7.3 |
| 1901 | 2026-05-29T18:59:44.195Z | Compiling block-buffer v0.10.4 |
| 1902 | 2026-05-29T18:59:44.469Z | Compiling digest v0.10.7 |
| 1903 | 2026-05-29T18:59:44.558Z | Compiling tinystr v0.8.2 |
| 1904 | 2026-05-29T18:59:44.633Z | Compiling potential_utf v0.1.4 |
| 1905 | 2026-05-29T18:59:44.703Z | Compiling thiserror-impl v1.0.69 |
| 1906 | 2026-05-29T18:59:44.782Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-05-29T18:59:44.799Z | Compiling icu_collections v2.1.1 |
| 1908 | 2026-05-29T18:59:44.803Z | Compiling pest_derive v2.8.6 |
| 1909 | 2026-05-29T18:59:44.842Z | Compiling futures-util v0.3.32 |
| 1910 | 2026-05-29T18:59:45.033Z | Compiling hmac v0.12.1 |
| 1911 | 2026-05-29T18:59:45.401Z | Compiling block-padding v0.3.3 |
| 1912 | 2026-05-29T18:59:45.540Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-05-29T18:59:45.563Z | Compiling inout v0.1.4 |
| 1914 | 2026-05-29T18:59:45.576Z | Compiling rustls-pki-types v1.14.0 |
| 1915 | 2026-05-29T18:59:45.711Z | Compiling bytes v1.11.1 |
| 1916 | 2026-05-29T18:59:45.744Z | Compiling chrono v0.4.44 |
| 1917 | 2026-05-29T18:59:45.806Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-05-29T18:59:45.906Z | Compiling icu_properties v2.1.2 |
| 1919 | 2026-05-29T18:59:45.957Z | Compiling openssl-macros v0.1.1 |
| 1920 | 2026-05-29T18:59:46.306Z | Compiling tokio v1.52.1 |
| 1921 | 2026-05-29T18:59:46.538Z | Compiling cipher v0.4.4 |
| 1922 | 2026-05-29T18:59:46.607Z | Compiling serde_tokenstream v0.2.3 |
| 1923 | 2026-05-29T18:59:46.794Z | Compiling idna_adapter v1.2.1 |
| 1924 | 2026-05-29T18:59:46.948Z | Compiling idna v1.1.0 |
| 1925 | 2026-05-29T18:59:46.948Z | Compiling sha2 v0.10.9 |
| 1926 | 2026-05-29T18:59:47.201Z | Compiling ppv-lite86 v0.2.21 |
| 1927 | 2026-05-29T18:59:47.342Z | Compiling url v2.5.8 |
| 1928 | 2026-05-29T18:59:47.378Z | Compiling scroll_derive v0.13.1 |
| 1929 | 2026-05-29T18:59:47.509Z | Compiling scroll_derive v0.12.1 |
| 1930 | 2026-05-29T18:59:47.546Z | Compiling http v1.4.0 |
| 1931 | 2026-05-29T18:59:47.579Z | Compiling pem-rfc7468 v0.7.0 |
| 1932 | 2026-05-29T18:59:47.717Z | Compiling untrusted v0.9.0 |
| 1933 | 2026-05-29T18:59:47.746Z | Compiling flagset v0.4.7 |
| 1934 | 2026-05-29T18:59:47.884Z | Compiling der v0.7.10 |
| 1935 | 2026-05-29T18:59:48.161Z | Compiling tracing v0.1.44 |
| 1936 | 2026-05-29T18:59:48.179Z | Compiling regex v1.12.3 |
| 1937 | 2026-05-29T18:59:48.196Z | Compiling darling_macro v0.21.3 |
| 1938 | 2026-05-29T18:59:48.593Z | Compiling zerocopy-derive v0.7.35 |
| 1939 | 2026-05-29T18:59:48.611Z | Compiling rand_core v0.9.5 |
| 1940 | 2026-05-29T18:59:48.614Z | Compiling slog v2.8.2 |
| 1941 | 2026-05-29T18:59:49.061Z | Compiling spki v0.7.3 |
| 1942 | 2026-05-29T18:59:49.077Z | Compiling darling v0.21.3 |
| 1943 | 2026-05-29T18:59:49.105Z | Compiling salsa20 v0.10.2 |
| 1944 | 2026-05-29T18:59:49.177Z | Compiling pbkdf2 v0.12.2 |
| 1945 | 2026-05-29T18:59:49.488Z | Compiling cookie v0.18.1 |
| 1946 | 2026-05-29T18:59:49.640Z | Compiling camino v1.2.2 |
| 1947 | 2026-05-29T18:59:49.861Z | Compiling scrypt v0.11.0 |
| 1948 | 2026-05-29T18:59:49.960Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-05-29T18:59:49.976Z | Compiling http-body v1.0.1 |
| 1950 | 2026-05-29T18:59:49.992Z | Compiling cbc v0.1.2 |
| 1951 | 2026-05-29T18:59:50.030Z | Compiling tokio-util v0.7.18 |
| 1952 | 2026-05-29T18:59:50.110Z | Compiling aes v0.8.4 |
| 1953 | 2026-05-29T18:59:50.206Z | Compiling usdt-impl v0.5.0 |
| 1954 | 2026-05-29T18:59:50.267Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-05-29T18:59:50.337Z | Compiling untrusted v0.7.1 |
| 1956 | 2026-05-29T18:59:50.368Z | Compiling tinyvec_macros v0.1.1 |
| 1957 | 2026-05-29T18:59:50.450Z | Compiling either v1.15.0 |
| 1958 | 2026-05-29T18:59:50.493Z | Compiling atomic-waker v1.1.2 |
| 1959 | 2026-05-29T18:59:50.574Z | Compiling paste v1.0.15 |
| 1960 | 2026-05-29T18:59:50.579Z | Compiling openssl-probe v0.2.1 |
| 1961 | 2026-05-29T18:59:50.606Z | Compiling winnow v0.7.14 |
| 1962 | 2026-05-29T18:59:50.644Z | Compiling usdt-impl v0.6.0 |
| 1963 | 2026-05-29T18:59:50.697Z | Compiling pkcs5 v0.7.1 |
| 1964 | 2026-05-29T18:59:50.772Z | Compiling tinyvec v1.10.0 |
| 1965 | 2026-05-29T18:59:50.979Z | Compiling rand v0.9.2 |
| 1966 | 2026-05-29T18:59:51.158Z | Compiling scroll v0.12.0 |
| 1967 | 2026-05-29T18:59:51.367Z | Compiling scroll v0.13.0 |
| 1968 | 2026-05-29T18:59:51.466Z | Compiling serde_spanned v0.6.9 |
| 1969 | 2026-05-29T18:59:51.471Z | Compiling toml_datetime v0.6.11 |
| 1970 | 2026-05-29T18:59:51.471Z | Compiling async-trait v0.1.89 |
| 1971 | 2026-05-29T18:59:51.517Z | Compiling heapless v0.7.17 |
| 1972 | 2026-05-29T18:59:51.576Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1973 | 2026-05-29T18:59:51.618Z | Compiling try-lock v0.2.5 |
| 1974 | 2026-05-29T18:59:51.680Z | Compiling zstd-safe v7.2.4 |
| 1975 | 2026-05-29T18:59:51.716Z | Compiling tower-service v0.3.3 |
| 1976 | 2026-05-29T18:59:51.805Z | Compiling signal-hook v0.3.18 |
| 1977 | 2026-05-29T18:59:51.944Z | Compiling fastrand v2.3.0 |
| 1978 | 2026-05-29T18:59:52.021Z | Compiling tower-layer v0.3.3 |
| 1979 | 2026-05-29T18:59:52.080Z | Compiling want v0.3.1 |
| 1980 | 2026-05-29T18:59:52.112Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1981 | 2026-05-29T18:59:52.116Z | Compiling h2 v0.4.13 |
| 1982 | 2026-05-29T18:59:52.268Z | Compiling goblin v0.10.5 |
| 1983 | 2026-05-29T18:59:52.285Z | Compiling goblin v0.8.2 |
| 1984 | 2026-05-29T18:59:52.342Z | Compiling pkcs8 v0.10.2 |
| 1985 | 2026-05-29T18:59:52.507Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-05-29T18:59:52.625Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-05-29T18:59:52.702Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-05-29T18:59:52.841Z | Compiling curve25519-dalek v4.1.3 |
| 1989 | 2026-05-29T18:59:53.090Z | Compiling darling_core v0.20.11 |
| 1990 | 2026-05-29T18:59:53.124Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-05-29T18:59:53.143Z | Compiling httpdate v1.0.3 |
| 1992 | 2026-05-29T18:59:53.253Z | Compiling pin-utils v0.1.0 |
| 1993 | 2026-05-29T18:59:53.342Z | Compiling litrs v1.0.0 |
| 1994 | 2026-05-29T18:59:53.376Z | Compiling winnow v0.5.40 |
| 1995 | 2026-05-29T18:59:53.819Z | Compiling rustix v0.38.44 |
| 1996 | 2026-05-29T18:59:53.872Z | Compiling foreign-types-shared v0.1.1 |
| 1997 | 2026-05-29T18:59:53.980Z | Compiling foreign-types v0.3.2 |
| 1998 | 2026-05-29T18:59:54.069Z | Compiling document-features v0.2.12 |
| 1999 | 2026-05-29T18:59:54.121Z | Compiling tempfile v3.25.0 |
| 2000 | 2026-05-29T18:59:54.472Z | Compiling dof v0.3.0 |
| 2001 | 2026-05-29T18:59:54.619Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-05-29T18:59:54.777Z | Compiling toml_edit v0.19.15 |
| 2003 | 2026-05-29T18:59:54.879Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-05-29T18:59:55.050Z | Compiling darling_macro v0.20.11 |
| 2005 | 2026-05-29T18:59:55.066Z | Compiling hyper v1.8.1 |
| 2006 | 2026-05-29T18:59:55.086Z | Compiling dof v0.4.0 |
| 2007 | 2026-05-29T18:59:55.302Z | Compiling dtrace-parser v0.3.0 |
| 2008 | 2026-05-29T18:59:55.451Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-05-29T18:59:55.481Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-05-29T18:59:55.587Z | Compiling spin v0.9.8 |
| 2011 | 2026-05-29T18:59:55.591Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-05-29T18:59:55.646Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-05-29T18:59:55.685Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-05-29T18:59:55.776Z | Compiling powerfmt v0.2.0 |
| 2015 | 2026-05-29T18:59:55.911Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-05-29T18:59:55.936Z | Compiling num-bigint-dig v0.8.6 |
| 2017 | 2026-05-29T18:59:56.003Z | Compiling nix v0.31.2 |
| 2018 | 2026-05-29T18:59:56.027Z | Compiling deranged v0.5.8 |
| 2019 | 2026-05-29T18:59:56.152Z | Compiling hyper-util v0.1.20 |
| 2020 | 2026-05-29T18:59:56.184Z | Compiling darling v0.20.11 |
| 2021 | 2026-05-29T18:59:56.579Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-05-29T18:59:56.616Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-05-29T18:59:57.024Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-05-29T18:59:57.040Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-05-29T18:59:57.194Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-05-29T18:59:57.260Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-05-29T18:59:57.423Z | Compiling bit-vec v0.8.0 |
| 2028 | 2026-05-29T18:59:57.508Z | Compiling simd-adler32 v0.3.8 |
| 2029 | 2026-05-29T18:59:57.679Z | Compiling utf8parse v0.2.2 |
| 2030 | 2026-05-29T18:59:57.764Z | Compiling num_threads v0.1.7 |
| 2031 | 2026-05-29T18:59:57.810Z | Compiling anstyle v1.0.13 |
| 2032 | 2026-05-29T18:59:57.828Z | Compiling siphasher v1.0.2 |
| 2033 | 2026-05-29T18:59:57.879Z | Compiling quick-error v1.2.3 |
| 2034 | 2026-05-29T18:59:58.010Z | Compiling time v0.3.47 |
| 2035 | 2026-05-29T18:59:58.044Z | Compiling rusty-fork v0.3.1 |
| 2036 | 2026-05-29T18:59:58.276Z | Compiling anstyle-parse v0.2.7 |
| 2037 | 2026-05-29T18:59:58.347Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-05-29T18:59:58.480Z | Compiling tower v0.5.3 |
| 2039 | 2026-05-29T18:59:58.603Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-05-29T18:59:58.769Z | Compiling http-body-util v0.1.3 |
| 2041 | 2026-05-29T18:59:58.994Z | Compiling webpki-roots v1.0.6 |
| 2042 | 2026-05-29T18:59:59.053Z | Compiling rand_xorshift v0.4.0 |
| 2043 | 2026-05-29T18:59:59.069Z | Compiling signature v2.2.0 |
| 2044 | 2026-05-29T18:59:59.137Z | Compiling hubpack_derive v0.1.1 |
| 2045 | 2026-05-29T18:59:59.221Z | Compiling snafu-derive v0.8.9 |
| 2046 | 2026-05-29T18:59:59.237Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-05-29T18:59:59.392Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-05-29T18:59:59.447Z | Compiling ahash v0.8.12 |
| 2049 | 2026-05-29T18:59:59.604Z | Compiling encoding_rs v0.8.35 |
| 2050 | 2026-05-29T18:59:59.619Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-05-29T18:59:59.637Z | Compiling anstyle-query v1.1.5 |
| 2052 | 2026-05-29T18:59:59.685Z | Compiling ryu v1.0.23 |
| 2053 | 2026-05-29T18:59:59.710Z | Compiling unarray v0.1.4 |
| 2054 | 2026-05-29T18:59:59.765Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-05-29T18:59:59.885Z | Compiling object v0.37.3 |
| 2056 | 2026-05-29T18:59:59.919Z | Compiling unicode-segmentation v1.12.0 |
| 2057 | 2026-05-29T18:59:59.937Z | Compiling colorchoice v1.0.4 |
| 2058 | 2026-05-29T19:00:00.064Z | Compiling mime v0.3.17 |
| 2059 | 2026-05-29T19:00:00.138Z | Compiling unicode-bidi v0.3.18 |
| 2060 | 2026-05-29T19:00:00.161Z | Compiling allocator-api2 v0.2.21 |
| 2061 | 2026-05-29T19:00:00.193Z | Compiling unicode-properties v0.1.4 |
| 2062 | 2026-05-29T19:00:00.215Z | Compiling is_terminal_polyfill v1.70.2 |
| 2063 | 2026-05-29T19:00:00.309Z | Compiling anstream v0.6.21 |
| 2064 | 2026-05-29T19:00:00.511Z | Compiling stringprep v0.1.5 |
| 2065 | 2026-05-29T19:00:00.528Z | Compiling serde_urlencoded v0.7.1 |
| 2066 | 2026-05-29T19:00:00.617Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-05-29T19:00:00.719Z | Compiling proptest v1.10.0 |
| 2068 | 2026-05-29T19:00:00.836Z | Compiling tower-http v0.6.8 |
| 2069 | 2026-05-29T19:00:00.929Z | Compiling derive_builder_macro v0.20.2 |
| 2070 | 2026-05-29T19:00:01.011Z | Compiling tokio-native-tls v0.3.1 |
| 2071 | 2026-05-29T19:00:01.028Z | Compiling usdt-attr-macro v0.6.0 |
| 2072 | 2026-05-29T19:00:01.165Z | Compiling usdt-macro v0.6.0 |
| 2073 | 2026-05-29T19:00:01.538Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-05-29T19:00:01.619Z | Compiling erased-serde v0.3.31 |
| 2075 | 2026-05-29T19:00:01.678Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-05-29T19:00:01.701Z | Compiling bstr v1.12.1 |
| 2077 | 2026-05-29T19:00:01.819Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-05-29T19:00:01.836Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-05-29T19:00:01.855Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-05-29T19:00:01.918Z | Compiling ff v0.13.1 |
| 2081 | 2026-05-29T19:00:02.038Z | Compiling zlib-rs v0.6.2 |
| 2082 | 2026-05-29T19:00:02.055Z | Compiling psl-types v2.0.11 |
| 2083 | 2026-05-29T19:00:02.075Z | Compiling base16ct v0.2.0 |
| 2084 | 2026-05-29T19:00:02.145Z | Compiling fallible-iterator v0.2.0 |
| 2085 | 2026-05-29T19:00:02.215Z | Compiling sec1 v0.7.3 |
| 2086 | 2026-05-29T19:00:02.260Z | Compiling publicsuffix v2.3.0 |
| 2087 | 2026-05-29T19:00:02.375Z | Compiling num-iter v0.1.45 |
| 2088 | 2026-05-29T19:00:02.458Z | Compiling postgres-protocol v0.6.10 |
| 2089 | 2026-05-29T19:00:02.477Z | Compiling group v0.13.0 |
| 2090 | 2026-05-29T19:00:02.673Z | Compiling rand v0.8.6 |
| 2091 | 2026-05-29T19:00:02.833Z | Compiling newtype-uuid v1.3.2 |
| 2092 | 2026-05-29T19:00:03.266Z | Compiling oxnet v0.1.4 |
| 2093 | 2026-05-29T19:00:03.324Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-05-29T19:00:03.470Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-05-29T19:00:03.615Z | Compiling heck v0.4.1 |
| 2096 | 2026-05-29T19:00:03.644Z | Compiling phf_shared v0.13.1 |
| 2097 | 2026-05-29T19:00:03.664Z | Compiling pin-project v1.1.11 |
| 2098 | 2026-05-29T19:00:03.756Z | Compiling lazy_static v1.5.0 |
| 2099 | 2026-05-29T19:00:03.873Z | Compiling terminal_size v0.4.3 |
| 2100 | 2026-05-29T19:00:03.899Z | Compiling serde_with_macros v3.17.0 |
| 2101 | 2026-05-29T19:00:03.916Z | Compiling futures-executor v0.3.32 |
| 2102 | 2026-05-29T19:00:03.920Z | Compiling hex v0.4.3 |
| 2103 | 2026-05-29T19:00:04.030Z | Compiling hkdf v0.12.4 |
| 2104 | 2026-05-29T19:00:04.130Z | Compiling flate2 v1.1.9 |
| 2105 | 2026-05-29T19:00:04.172Z | Compiling crypto-bigint v0.5.5 |
| 2106 | 2026-05-29T19:00:04.189Z | Compiling clap_derive v4.5.55 |
| 2107 | 2026-05-29T19:00:04.227Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-05-29T19:00:04.325Z | Compiling enum-as-inner v0.6.1 |
| 2109 | 2026-05-29T19:00:04.340Z | Compiling serde_repr v0.1.20 |
| 2110 | 2026-05-29T19:00:04.397Z | Compiling vergen v9.1.0 |
| 2111 | 2026-05-29T19:00:04.556Z | Compiling cargo-platform v0.3.2 |
| 2112 | 2026-05-29T19:00:04.598Z | Compiling bitflags v1.3.2 |
| 2113 | 2026-05-29T19:00:04.656Z | Compiling foldhash v0.2.0 |
| 2114 | 2026-05-29T19:00:04.703Z | Compiling clap_lex v1.0.0 |
| 2115 | 2026-05-29T19:00:04.817Z | Compiling same-file v1.0.6 |
| 2116 | 2026-05-29T19:00:04.841Z | Compiling managed v0.8.0 |
| 2117 | 2026-05-29T19:00:04.860Z | Compiling foldhash v0.1.5 |
| 2118 | 2026-05-29T19:00:04.883Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-05-29T19:00:04.887Z | Compiling libbz2-rs-sys v0.2.2 |
| 2120 | 2026-05-29T19:00:05.091Z | Compiling zopfli v0.8.3 |
| 2121 | 2026-05-29T19:00:05.122Z | Compiling elliptic-curve v0.13.8 |
| 2122 | 2026-05-29T19:00:05.156Z | Compiling hashbrown v0.15.5 |
| 2123 | 2026-05-29T19:00:05.292Z | Compiling walkdir v2.5.0 |
| 2124 | 2026-05-29T19:00:05.493Z | Compiling bzip2 v0.6.1 |
| 2125 | 2026-05-29T19:00:05.506Z | Compiling clap_builder v4.5.60 |
| 2126 | 2026-05-29T19:00:05.592Z | Compiling hashbrown v0.16.1 |
| 2127 | 2026-05-29T19:00:05.773Z | Compiling cargo_metadata v0.23.1 |
| 2128 | 2026-05-29T19:00:05.783Z | Compiling futures v0.3.32 |
| 2129 | 2026-05-29T19:00:06.032Z | Compiling phf v0.13.1 |
| 2130 | 2026-05-29T19:00:06.079Z | Compiling zstd v0.13.3 |
| 2131 | 2026-05-29T19:00:06.197Z | Compiling snafu v0.8.9 |
| 2132 | 2026-05-29T19:00:06.213Z | Compiling signal-hook-mio v0.2.5 |
| 2133 | 2026-05-29T19:00:06.217Z | Compiling daft v0.1.7 |
| 2134 | 2026-05-29T19:00:06.382Z | Compiling cookie_store v0.22.1 |
| 2135 | 2026-05-29T19:00:06.516Z | Compiling postgres-types v0.2.12 |
| 2136 | 2026-05-29T19:00:06.544Z | Compiling bzip2 v0.4.4 |
| 2137 | 2026-05-29T19:00:06.672Z | Compiling globset v0.4.18 |
| 2138 | 2026-05-29T19:00:06.788Z | Compiling strum v0.27.2 |
| 2139 | 2026-05-29T19:00:06.998Z | Compiling hubpack v0.1.2 |
| 2140 | 2026-05-29T19:00:07.015Z | Compiling ed25519 v2.2.3 |
| 2141 | 2026-05-29T19:00:07.064Z | Compiling phf_shared v0.11.3 |
| 2142 | 2026-05-29T19:00:07.150Z | Compiling crossbeam-epoch v0.9.18 |
| 2143 | 2026-05-29T19:00:07.263Z | Compiling olpc-cjson v0.1.4 |
| 2144 | 2026-05-29T19:00:07.280Z | Compiling pkcs1 v0.7.5 |
| 2145 | 2026-05-29T19:00:07.312Z | Compiling pem v3.0.6 |
| 2146 | 2026-05-29T19:00:07.451Z | Compiling serde-big-array v0.5.1 |
| 2147 | 2026-05-29T19:00:07.467Z | Compiling serde_plain v1.0.2 |
| 2148 | 2026-05-29T19:00:07.612Z | Compiling rfc6979 v0.4.0 |
| 2149 | 2026-05-29T19:00:07.627Z | Compiling float-cmp v0.10.0 |
| 2150 | 2026-05-29T19:00:07.669Z | Compiling memmap2 v0.9.10 |
| 2151 | 2026-05-29T19:00:07.673Z | Compiling env_filter v1.0.0 |
| 2152 | 2026-05-29T19:00:07.701Z | Compiling typed-path v0.9.3 |
| 2153 | 2026-05-29T19:00:07.705Z | Compiling whoami v2.1.0 |
| 2154 | 2026-05-29T19:00:07.705Z | Compiling predicates-core v1.0.10 |
| 2155 | 2026-05-29T19:00:07.754Z | Compiling static_assertions v1.1.0 |
| 2156 | 2026-05-29T19:00:07.788Z | Compiling jiff v0.2.21 |
| 2157 | 2026-05-29T19:00:07.984Z | Compiling precomputed-hash v0.1.1 |
| 2158 | 2026-05-29T19:00:07.996Z | Compiling keccak v0.1.6 |
| 2159 | 2026-05-29T19:00:07.996Z | Compiling fixedbitset v0.4.2 |
| 2160 | 2026-05-29T19:00:07.996Z | Compiling new_debug_unreachable v1.0.6 |
| 2161 | 2026-05-29T19:00:07.996Z | Compiling toml_write v0.1.2 |
| 2162 | 2026-05-29T19:00:08.000Z | Compiling normalize-line-endings v0.3.0 |
| 2163 | 2026-05-29T19:00:08.005Z | Compiling difflib v0.4.0 |
| 2164 | 2026-05-29T19:00:08.060Z | Compiling data-encoding v2.10.0 |
| 2165 | 2026-05-29T19:00:08.087Z | Compiling fixedbitset v0.5.7 |
| 2166 | 2026-05-29T19:00:08.134Z | Compiling petgraph v0.6.5 |
| 2167 | 2026-05-29T19:00:08.182Z | Compiling toml_edit v0.22.27 |
| 2168 | 2026-05-29T19:00:08.209Z | Compiling sha3 v0.10.8 |
| 2169 | 2026-05-29T19:00:08.259Z | Compiling predicates v3.1.4 |
| 2170 | 2026-05-29T19:00:08.390Z | Compiling hickory-proto v0.25.2 |
| 2171 | 2026-05-29T19:00:08.480Z | Compiling petgraph v0.8.3 |
| 2172 | 2026-05-29T19:00:08.603Z | Compiling string_cache v0.8.9 |
| 2173 | 2026-05-29T19:00:08.627Z | Compiling tokio-postgres v0.7.16 |
| 2174 | 2026-05-29T19:00:08.836Z | Compiling env_logger v0.11.9 |
| 2175 | 2026-05-29T19:00:08.899Z | Compiling usdt v0.6.0 |
| 2176 | 2026-05-29T19:00:09.172Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2177 | 2026-05-29T19:00:09.189Z | Compiling ecdsa v0.16.9 |
| 2178 | 2026-05-29T19:00:09.229Z | Compiling rsa v0.9.10 |
| 2179 | 2026-05-29T19:00:09.602Z | Compiling ed25519-dalek v2.2.0 |
| 2180 | 2026-05-29T19:00:09.901Z | Compiling clap v4.5.60 |
| 2181 | 2026-05-29T19:00:10.023Z | Compiling crossterm v0.28.1 |
| 2182 | 2026-05-29T19:00:10.131Z | Compiling zip v0.6.6 |
| 2183 | 2026-05-29T19:00:10.381Z | Compiling zip v4.6.1 |
| 2184 | 2026-05-29T19:00:10.658Z | Compiling iddqd v0.4.2 |
| 2185 | 2026-05-29T19:00:10.887Z | Compiling serde_with v3.17.0 |
| 2186 | 2026-05-29T19:00:11.053Z | Compiling similar v2.7.0 |
| 2187 | 2026-05-29T19:00:11.061Z | Compiling strum v0.26.3 |
| 2188 | 2026-05-29T19:00:11.193Z | Compiling toml v0.7.8 |
| 2189 | 2026-05-29T19:00:11.235Z | Compiling tokio-stream v0.1.18 |
| 2190 | 2026-05-29T19:00:11.286Z | Compiling itertools v0.13.0 |
| 2191 | 2026-05-29T19:00:11.525Z | Compiling buf-list v1.1.2 |
| 2192 | 2026-05-29T19:00:11.784Z | Compiling x509-cert v0.2.5 |
| 2193 | 2026-05-29T19:00:11.885Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2194 | 2026-05-29T19:00:11.982Z | Compiling openapiv3 v2.2.0 |
| 2195 | 2026-05-29T19:00:12.144Z | Compiling sha1 v0.10.6 |
| 2196 | 2026-05-29T19:00:12.505Z | Compiling lalrpop-util v0.19.12 |
| 2197 | 2026-05-29T19:00:12.562Z | Compiling peg-runtime v0.8.5 |
| 2198 | 2026-05-29T19:00:27.715Z | Compiling rustls-webpki v0.103.9 |
| 2199 | 2026-05-29T19:00:28.641Z | Compiling macaddr v1.0.1 |
| 2200 | 2026-05-29T19:00:28.796Z | Compiling structmeta-derive v0.3.0 |
| 2201 | 2026-05-29T19:00:28.826Z | Compiling crucible-workspace-hack v0.1.0 |
| 2202 | 2026-05-29T19:00:28.947Z | Compiling rayon-core v1.13.0 |
| 2203 | 2026-05-29T19:00:29.059Z | Compiling itertools v0.14.0 |
| 2204 | 2026-05-29T19:00:29.180Z | Compiling secrecy v0.10.3 |
| 2205 | 2026-05-29T19:00:29.210Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2206 | 2026-05-29T19:00:29.214Z | Compiling heapless v0.8.0 |
| 2207 | 2026-05-29T19:00:29.245Z | Compiling rustls v0.22.4 |
| 2208 | 2026-05-29T19:00:29.374Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2209 | 2026-05-29T19:00:29.589Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2210 | 2026-05-29T19:00:29.620Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2211 | 2026-05-29T19:00:29.637Z | Compiling crossbeam-deque v0.8.6 |
| 2212 | 2026-05-29T19:00:29.641Z | Compiling rustls-webpki v0.102.8 |
| 2213 | 2026-05-29T19:00:29.720Z | Compiling hash32 v0.3.1 |
| 2214 | 2026-05-29T19:00:29.789Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-05-29T19:00:29.805Z | Compiling multer v3.1.0 |
| 2216 | 2026-05-29T19:00:29.949Z | Compiling thread_local v1.1.9 |
| 2217 | 2026-05-29T19:00:29.962Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2218 | 2026-05-29T19:00:29.962Z | Compiling unicode-width v0.2.0 |
| 2219 | 2026-05-29T19:00:29.962Z | Compiling compression-core v0.4.31 |
| 2220 | 2026-05-29T19:00:30.016Z | Compiling match_cfg v0.1.0 |
| 2221 | 2026-05-29T19:00:30.032Z | Compiling smoltcp v0.11.0 |
| 2222 | 2026-05-29T19:00:30.112Z | Compiling slog-async v2.8.0 |
| 2223 | 2026-05-29T19:00:30.130Z | Compiling proc-macro-crate v3.4.0 |
| 2224 | 2026-05-29T19:00:30.183Z | Compiling hostname v0.3.1 |
| 2225 | 2026-05-29T19:00:30.250Z | Compiling compression-codecs v0.4.37 |
| 2226 | 2026-05-29T19:00:30.327Z | Compiling derive-ex v0.1.8 |
| 2227 | 2026-05-29T19:00:30.344Z | Compiling ingot-macros v0.1.1 |
| 2228 | 2026-05-29T19:00:30.454Z | Compiling slog-json v2.6.1 |
| 2229 | 2026-05-29T19:00:30.512Z | Compiling crossbeam-channel v0.5.15 |
| 2230 | 2026-05-29T19:00:30.578Z | Compiling half v2.7.1 |
| 2231 | 2026-05-29T19:00:30.633Z | Compiling newtype-uuid-macros v0.1.0 |
| 2232 | 2026-05-29T19:00:30.730Z | Compiling cobs v0.3.0 |
| 2233 | 2026-05-29T19:00:30.883Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2234 | 2026-05-29T19:00:30.957Z | Compiling universal-hash v0.5.1 |
| 2235 | 2026-05-29T19:00:31.026Z | Compiling async-stream-impl v0.3.6 |
| 2236 | 2026-05-29T19:00:31.120Z | Compiling serde_spanned v1.0.4 |
| 2237 | 2026-05-29T19:00:31.214Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-05-29T19:00:31.309Z | Compiling is-terminal v0.4.17 |
| 2239 | 2026-05-29T19:00:31.367Z | Compiling dropshot v0.17.0 |
| 2240 | 2026-05-29T19:00:31.429Z | Compiling tokio-rustls v0.26.4 |
| 2241 | 2026-05-29T19:00:31.469Z | Compiling rustls-platform-verifier v0.6.2 |
| 2242 | 2026-05-29T19:00:31.597Z | Compiling proc-macro-error-attr v1.0.4 |
| 2243 | 2026-05-29T19:00:31.612Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2244 | 2026-05-29T19:00:31.659Z | Compiling hyper-rustls v0.27.7 |
| 2245 | 2026-05-29T19:00:31.710Z | Compiling term v1.2.1 |
| 2246 | 2026-05-29T19:00:31.731Z | Compiling convert_case v0.4.0 |
| 2247 | 2026-05-29T19:00:31.846Z | Compiling ciborium-io v0.2.2 |
| 2248 | 2026-05-29T19:00:31.873Z | Compiling take_mut v0.2.2 |
| 2249 | 2026-05-29T19:00:31.905Z | Compiling reqwest v0.12.28 |
| 2250 | 2026-05-29T19:00:31.939Z | Compiling reqwest v0.13.2 |
| 2251 | 2026-05-29T19:00:31.956Z | Compiling opaque-debug v0.3.1 |
| 2252 | 2026-05-29T19:00:31.969Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2253 | 2026-05-29T19:00:32.017Z | Compiling thiserror-no-std v2.0.2 |
| 2254 | 2026-05-29T19:00:32.051Z | Compiling slog-term v2.9.2 |
| 2255 | 2026-05-29T19:00:32.066Z | Compiling derive_more v0.99.20 |
| 2256 | 2026-05-29T19:00:32.136Z | Compiling poly1305 v0.8.0 |
| 2257 | 2026-05-29T19:00:32.152Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-05-29T19:00:32.211Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-05-29T19:00:32.448Z | Compiling tokio-rustls v0.25.0 |
| 2260 | 2026-05-29T19:00:32.789Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2261 | 2026-05-29T19:00:32.805Z | Compiling async-stream v0.3.6 |
| 2262 | 2026-05-29T19:00:32.942Z | Compiling ingot-types v0.1.2 |
| 2263 | 2026-05-29T19:00:33.075Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2264 | 2026-05-29T19:00:33.151Z | Compiling postcard v1.1.3 |
| 2265 | 2026-05-29T19:00:33.308Z | Compiling slog-bunyan v2.5.0 |
| 2266 | 2026-05-29T19:00:33.430Z | Compiling ingot v0.1.1 |
| 2267 | 2026-05-29T19:00:33.515Z | Compiling tough v0.22.0 |
| 2268 | 2026-05-29T19:00:33.515Z | Compiling num_enum_derive v0.7.5 |
| 2269 | 2026-05-29T19:00:33.550Z | Compiling async-compression v0.4.41 |
| 2270 | 2026-05-29T19:00:33.936Z | Compiling parse-display-derive v0.10.0 |
| 2271 | 2026-05-29T19:00:34.033Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2272 | 2026-05-29T19:00:34.251Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2273 | 2026-05-29T19:00:34.544Z | Compiling proc-macro-crate v1.3.1 |
| 2274 | 2026-05-29T19:00:34.554Z | Compiling backon v1.6.0 |
| 2275 | 2026-05-29T19:00:34.770Z | Compiling waitgroup v0.1.2 |
| 2276 | 2026-05-29T19:00:34.787Z | Compiling password-hash v0.5.0 |
| 2277 | 2026-05-29T19:00:34.823Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2278 | 2026-05-29T19:00:34.831Z | Compiling chacha20 v0.9.1 |
| 2279 | 2026-05-29T19:00:34.960Z | Compiling dropshot_endpoint v0.17.0 |
| 2280 | 2026-05-29T19:00:35.182Z | Compiling rustls-pemfile v2.2.0 |
| 2281 | 2026-05-29T19:00:35.208Z | Compiling blake2 v0.10.6 |
| 2282 | 2026-05-29T19:00:35.291Z | Compiling aead v0.5.2 |
| 2283 | 2026-05-29T19:00:35.485Z | Compiling foreign-types-macros v0.2.3 |
| 2284 | 2026-05-29T19:00:35.516Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2285 | 2026-05-29T19:00:35.537Z | Compiling serde_path_to_error v0.1.20 |
| 2286 | 2026-05-29T19:00:35.652Z | Compiling hostname v0.4.2 |
| 2287 | 2026-05-29T19:00:35.759Z | Compiling proc-macro-error v1.0.4 |
| 2288 | 2026-05-29T19:00:35.775Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2289 | 2026-05-29T19:00:35.842Z | Compiling instant v0.1.13 |
| 2290 | 2026-05-29T19:00:35.949Z | Compiling cpufeatures v0.3.0 |
| 2291 | 2026-05-29T19:00:35.963Z | Compiling foreign-types-shared v0.3.1 |
| 2292 | 2026-05-29T19:00:35.987Z | Compiling typeid v1.0.3 |
| 2293 | 2026-05-29T19:00:35.991Z | Compiling debug-ignore v1.0.5 |
| 2294 | 2026-05-29T19:00:36.022Z | Compiling chacha20 v0.10.0 |
| 2295 | 2026-05-29T19:00:36.081Z | Compiling foreign-types v0.5.0 |
| 2296 | 2026-05-29T19:00:36.108Z | Compiling backoff v0.4.0 |
| 2297 | 2026-05-29T19:00:36.124Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2298 | 2026-05-29T19:00:36.124Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-05-29T19:00:36.154Z | Compiling chacha20poly1305 v0.10.1 |
| 2300 | 2026-05-29T19:00:36.157Z | Compiling parse-display v0.10.0 |
| 2301 | 2026-05-29T19:00:36.186Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2302 | 2026-05-29T19:00:36.344Z | Compiling num_enum_derive v0.5.11 |
| 2303 | 2026-05-29T19:00:36.360Z | Compiling num_enum v0.7.5 |
| 2304 | 2026-05-29T19:00:36.364Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2305 | 2026-05-29T19:00:36.525Z | Compiling ciborium v0.2.2 |
| 2306 | 2026-05-29T19:00:36.712Z | Compiling vsss-rs v3.3.4 |
| 2307 | 2026-05-29T19:00:36.809Z | Compiling tabwriter v1.4.1 |
| 2308 | 2026-05-29T19:00:36.884Z | Compiling regress v0.10.5 |
| 2309 | 2026-05-29T19:00:37.068Z | Compiling byte-wrapper v0.1.0 |
| 2310 | 2026-05-29T19:00:37.154Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2311 | 2026-05-29T19:00:37.171Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2312 | 2026-05-29T19:00:37.203Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2313 | 2026-05-29T19:00:37.282Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2314 | 2026-05-29T19:00:37.419Z | Compiling cstr-argument v0.1.2 |
| 2315 | 2026-05-29T19:00:37.438Z | Compiling erased-serde v0.4.9 |
| 2316 | 2026-05-29T19:00:37.504Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2317 | 2026-05-29T19:00:37.622Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2318 | 2026-05-29T19:00:37.662Z | Compiling humantime v2.3.0 |
| 2319 | 2026-05-29T19:00:37.796Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2320 | 2026-05-29T19:00:37.873Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2321 | 2026-05-29T19:00:37.888Z | Compiling num_enum v0.5.11 |
| 2322 | 2026-05-29T19:00:37.936Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2323 | 2026-05-29T19:00:38.002Z | Compiling rand v0.10.0 |
| 2324 | 2026-05-29T19:00:38.145Z | Compiling rayon v1.11.0 |
| 2325 | 2026-05-29T19:00:38.151Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2326 | 2026-05-29T19:00:38.151Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2327 | 2026-05-29T19:00:38.195Z | Compiling indent_write v2.2.0 |
| 2328 | 2026-05-29T19:00:38.212Z | Compiling colored v3.1.1 |
| 2329 | 2026-05-29T19:00:38.258Z | Compiling libefi-sys v0.1.0 |
| 2330 | 2026-05-29T19:00:38.276Z | Compiling zone_cfg_derive v0.3.1 |
| 2331 | 2026-05-29T19:00:38.330Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2332 | 2026-05-29T19:00:38.416Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2333 | 2026-05-29T19:00:38.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2334 | 2026-05-29T19:00:38.511Z | Compiling camino-tempfile v1.4.1 |
| 2335 | 2026-05-29T19:00:38.730Z | Compiling itertools v0.12.1 |
| 2336 | 2026-05-29T19:00:38.799Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-05-29T19:00:38.893Z | Compiling usdt-attr-macro v0.5.0 |
| 2338 | 2026-05-29T19:00:38.911Z | Compiling num-derive v0.4.2 |
| 2339 | 2026-05-29T19:00:38.926Z | Compiling bitfield-struct v0.6.2 |
| 2340 | 2026-05-29T19:00:38.962Z | Compiling blake3 v1.8.3 |
| 2341 | 2026-05-29T19:00:38.978Z | Compiling ordered-float v2.10.1 |
| 2342 | 2026-05-29T19:00:39.277Z | Compiling memmap v0.7.0 |
| 2343 | 2026-05-29T19:00:39.337Z | Compiling sigpipe v0.1.3 |
| 2344 | 2026-05-29T19:00:39.456Z | Compiling glob v0.3.3 |
| 2345 | 2026-05-29T19:00:39.500Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2346 | 2026-05-29T19:00:39.531Z | Compiling swrite v0.1.0 |
| 2347 | 2026-05-29T19:00:39.560Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2348 | 2026-05-29T19:00:39.655Z | Compiling usdt v0.5.0 |
| 2349 | 2026-05-29T19:00:39.676Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2350 | 2026-05-29T19:00:39.798Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2351 | 2026-05-29T19:00:39.899Z | Compiling serde-value v0.7.0 |
| 2352 | 2026-05-29T19:00:40.201Z | Compiling zone v0.3.1 |
| 2353 | 2026-05-29T19:00:40.221Z | Compiling serde-untagged v0.1.9 |
| 2354 | 2026-05-29T19:00:40.237Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2355 | 2026-05-29T19:00:40.386Z | Compiling toml v0.8.23 |
| 2356 | 2026-05-29T19:00:40.479Z | Compiling smf v0.2.3 |
| 2357 | 2026-05-29T19:00:40.506Z | Compiling filetime v0.2.27 |
| 2358 | 2026-05-29T19:00:40.526Z | Compiling whoami v1.6.1 |
| 2359 | 2026-05-29T19:00:40.549Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-05-29T19:00:40.603Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-05-29T19:00:40.608Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-05-29T19:00:40.721Z | Compiling unicode-xid v0.2.6 |
| 2363 | 2026-05-29T19:00:40.740Z | Compiling arrayref v0.3.9 |
| 2364 | 2026-05-29T19:00:40.768Z | Compiling xattr v1.6.1 |
| 2365 | 2026-05-29T19:00:40.810Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2366 | 2026-05-29T19:00:40.867Z | Compiling cargo-util-schemas v0.8.2 |
| 2367 | 2026-05-29T19:00:40.889Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2368 | 2026-05-29T19:00:40.988Z | Compiling tar v0.4.45 |
| 2369 | 2026-05-29T19:00:41.005Z | Compiling tokio-dtrace v0.1.1 |
| 2370 | 2026-05-29T19:00:41.147Z | Compiling console v0.16.2 |
| 2371 | 2026-05-29T19:00:41.348Z | Compiling gethostname v0.5.0 |
| 2372 | 2026-05-29T19:00:41.508Z | Compiling cargo-platform v0.2.0 |
| 2373 | 2026-05-29T19:00:41.524Z | Compiling unit-prefix v0.5.2 |
| 2374 | 2026-05-29T19:00:41.604Z | Compiling topological-sort v0.2.2 |
| 2375 | 2026-05-29T19:00:41.626Z | Compiling oxide-tokio-rt v0.1.4 |
| 2376 | 2026-05-29T19:00:41.708Z | Compiling indicatif v0.18.4 |
| 2377 | 2026-05-29T19:00:41.765Z | Compiling shell-words v1.1.1 |
| 2378 | 2026-05-29T19:00:41.822Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2379 | 2026-05-29T19:00:42.046Z | Compiling cargo_metadata v0.21.0 |
| 2380 | 2026-05-29T19:00:53.699Z | Compiling progenitor-client v0.10.0 |
| 2381 | 2026-05-29T19:00:53.699Z | Compiling omicron-zone-package v0.12.2 |
| 2382 | 2026-05-29T19:00:53.713Z | Compiling progenitor-client v0.14.0 |
| 2383 | 2026-05-29T19:00:53.713Z | Compiling progenitor-extras v0.2.0 |
| 2384 | 2026-05-29T19:00:54.454Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2385 | 2026-05-29T19:00:54.471Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2386 | 2026-05-29T19:00:54.471Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2387 | 2026-05-29T19:00:54.471Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2388 | 2026-05-29T19:00:54.471Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2389 | 2026-05-29T19:00:54.472Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2390 | 2026-05-29T19:00:54.472Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2391 | 2026-05-29T19:00:54.488Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2392 | 2026-05-29T19:00:54.955Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2393 | 2026-05-29T19:00:58.496Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2394 | 2026-05-29T19:01:06.093Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2395 | 2026-05-29T19:01:09.157Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2396 | 2026-05-29T19:01:10.142Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2397 | 2026-05-29T19:01:19.855Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2398 | 2026-05-29T19:01:20.009Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2399 | 2026-05-29T19:01:20.075Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2400 | 2026-05-29T19:01:20.078Z | Created new build target 'test' and set it as active |
| 2401 | 2026-05-29T19:01:20.081Z | |
| 2402 | 2026-05-29T19:01:20.081Z | real 1:43.900729323 |
| 2403 | 2026-05-29T19:01:20.081Z | user 16:54.286884329 |
| 2404 | 2026-05-29T19:01:20.081Z | sys 2:39.113117065 |
| 2405 | 2026-05-29T19:01:20.081Z | trap 0.457511781 |
| 2406 | 2026-05-29T19:01:20.081Z | tflt 2.871566478 |
| 2407 | 2026-05-29T19:01:20.081Z | dflt 4.800021369 |
| 2408 | 2026-05-29T19:01:20.081Z | kflt 0.000572012 |
| 2409 | 2026-05-29T19:01:20.081Z | lock 52:31.351138574 |
| 2410 | 2026-05-29T19:01:20.081Z | slp 43:01.107718047 |
| 2411 | 2026-05-29T19:01:20.081Z | lat 43.126949827 |
| 2412 | 2026-05-29T19:01:20.081Z | stop 5:33.911440904 |
| 2413 | 2026-05-29T19:01:20.081Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2414 | 2026-05-29T19:01:20.951Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2415 | 2026-05-29T19:01:21.022Z | Running `target/release/omicron-package -t test package` |
| 2416 | 2026-05-29T19:01:21.079Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2417 | 2026-05-29T19:01:22.506Z | Compiling heck v0.5.0 |
| 2418 | 2026-05-29T19:01:22.509Z | Compiling regress v0.11.1 |
| 2419 | 2026-05-29T19:01:22.720Z | Compiling unsafe-libyaml v0.2.11 |
| 2420 | 2026-05-29T19:01:22.754Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2421 | 2026-05-29T19:01:22.777Z | Compiling regress v0.10.5 |
| 2422 | 2026-05-29T19:01:22.801Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-05-29T19:01:22.818Z | Compiling unicode-width v0.1.14 |
| 2424 | 2026-05-29T19:01:22.821Z | Compiling prettyplease v0.2.37 |
| 2425 | 2026-05-29T19:01:22.821Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2426 | 2026-05-29T19:01:22.821Z | Compiling bytecount v0.6.9 |
| 2427 | 2026-05-29T19:01:22.821Z | Compiling rustls v0.22.4 |
| 2428 | 2026-05-29T19:01:22.821Z | Compiling rustls-webpki v0.102.8 |
| 2429 | 2026-05-29T19:01:22.821Z | Compiling derive-where v1.6.0 |
| 2430 | 2026-05-29T19:01:22.840Z | Compiling thread_local v1.1.9 |
| 2431 | 2026-05-29T19:01:22.863Z | Compiling compression-core v0.4.31 |
| 2432 | 2026-05-29T19:01:22.990Z | Compiling match_cfg v0.1.0 |
| 2433 | 2026-05-29T19:01:23.013Z | Compiling multer v3.1.0 |
| 2434 | 2026-05-29T19:01:23.060Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2435 | 2026-05-29T19:01:23.085Z | Compiling slog-async v2.8.0 |
| 2436 | 2026-05-29T19:01:23.110Z | Compiling compression-codecs v0.4.37 |
| 2437 | 2026-05-29T19:01:23.131Z | Compiling hostname v0.3.1 |
| 2438 | 2026-05-29T19:01:23.131Z | Compiling crossbeam-channel v0.5.15 |
| 2439 | 2026-05-29T19:01:23.179Z | Compiling slog-json v2.6.1 |
| 2440 | 2026-05-29T19:01:23.181Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2441 | 2026-05-29T19:01:23.225Z | Compiling serde_spanned v1.0.4 |
| 2442 | 2026-05-29T19:01:23.292Z | Compiling serde_yaml v0.9.34+deprecated |
| 2443 | 2026-05-29T19:01:23.341Z | Compiling take_mut v0.2.2 |
| 2444 | 2026-05-29T19:01:23.377Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2445 | 2026-05-29T19:01:23.400Z | Compiling term v1.2.1 |
| 2446 | 2026-05-29T19:01:23.420Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2026-05-29T19:01:23.443Z | Compiling async-compression v0.4.41 |
| 2448 | 2026-05-29T19:01:23.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-05-29T19:01:23.584Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2450 | 2026-05-29T19:01:23.621Z | Compiling async-stream v0.3.6 |
| 2451 | 2026-05-29T19:01:23.621Z | Compiling dropshot v0.17.0 |
| 2452 | 2026-05-29T19:01:23.709Z | Compiling slog-term v2.9.2 |
| 2453 | 2026-05-29T19:01:23.730Z | Compiling num-rational v0.4.2 |
| 2454 | 2026-05-29T19:01:23.772Z | Compiling progenitor-client v0.14.0 |
| 2455 | 2026-05-29T19:01:23.816Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-05-29T19:01:23.897Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2457 | 2026-05-29T19:01:23.926Z | Compiling waitgroup v0.1.2 |
| 2458 | 2026-05-29T19:01:23.968Z | Compiling backon v1.6.0 |
| 2459 | 2026-05-29T19:01:24.024Z | Compiling rustls-pemfile v2.2.0 |
| 2460 | 2026-05-29T19:01:24.090Z | Compiling num-complex v0.4.6 |
| 2461 | 2026-05-29T19:01:24.112Z | Compiling serde_path_to_error v0.1.20 |
| 2462 | 2026-05-29T19:01:24.112Z | Compiling hostname v0.4.2 |
| 2463 | 2026-05-29T19:01:24.156Z | Compiling instant v0.1.13 |
| 2464 | 2026-05-29T19:01:24.200Z | Compiling debug-ignore v1.0.5 |
| 2465 | 2026-05-29T19:01:24.231Z | Compiling typify-impl v0.6.2 |
| 2466 | 2026-05-29T19:01:24.232Z | Compiling progenitor-extras v0.2.0 |
| 2467 | 2026-05-29T19:01:24.293Z | Compiling backoff v0.4.0 |
| 2468 | 2026-05-29T19:01:24.296Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2469 | 2026-05-29T19:01:24.340Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2470 | 2026-05-29T19:01:24.530Z | Compiling num v0.4.3 |
| 2471 | 2026-05-29T19:01:24.554Z | Compiling parse-display v0.10.0 |
| 2472 | 2026-05-29T19:01:24.574Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2473 | 2026-05-29T19:01:24.599Z | Compiling progenitor-client v0.10.0 |
| 2474 | 2026-05-29T19:01:24.633Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2475 | 2026-05-29T19:01:24.655Z | Compiling macaddr v1.0.1 |
| 2476 | 2026-05-29T19:01:24.739Z | Compiling float-ord v0.3.2 |
| 2477 | 2026-05-29T19:01:24.761Z | Compiling humantime v2.3.0 |
| 2478 | 2026-05-29T19:01:24.874Z | Compiling console v0.15.11 |
| 2479 | 2026-05-29T19:01:24.923Z | Compiling atomicwrites v0.4.4 |
| 2480 | 2026-05-29T19:01:24.923Z | Compiling newline-converter v0.3.0 |
| 2481 | 2026-05-29T19:01:25.040Z | Compiling progenitor-client v0.13.0 |
| 2482 | 2026-05-29T19:01:25.060Z | Compiling slog-dtrace v0.3.0 |
| 2483 | 2026-05-29T19:01:25.114Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-05-29T19:01:25.209Z | Compiling tokio-rustls v0.25.0 |
| 2485 | 2026-05-29T19:01:25.264Z | Compiling resolv-conf v0.7.6 |
| 2486 | 2026-05-29T19:01:25.339Z | Compiling expectorate v1.2.0 |
| 2487 | 2026-05-29T19:01:25.360Z | Compiling owo-colors v4.3.0 |
| 2488 | 2026-05-29T19:01:25.457Z | Compiling toml v0.8.23 |
| 2489 | 2026-05-29T19:01:25.476Z | Compiling libsw-core v0.3.2 |
| 2490 | 2026-05-29T19:01:25.662Z | Compiling libsw v3.5.0 |
| 2491 | 2026-05-29T19:01:25.694Z | Compiling linked-hash-map v0.5.6 |
| 2492 | 2026-05-29T19:01:25.807Z | Compiling linear-map v1.2.0 |
| 2493 | 2026-05-29T19:01:25.906Z | Compiling lru-cache v0.1.2 |
| 2494 | 2026-05-29T19:01:25.939Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2495 | 2026-05-29T19:01:25.960Z | Compiling minimal-lexical v0.2.1 |
| 2496 | 2026-05-29T19:01:26.037Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2497 | 2026-05-29T19:01:26.058Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2498 | 2026-05-29T19:01:26.086Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-05-29T19:01:26.108Z | Compiling unicode-xid v0.2.6 |
| 2500 | 2026-05-29T19:01:26.194Z | Compiling nom v7.1.3 |
| 2501 | 2026-05-29T19:01:26.222Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2502 | 2026-05-29T19:01:26.244Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2503 | 2026-05-29T19:01:26.268Z | Compiling convert_case v0.10.0 |
| 2504 | 2026-05-29T19:01:26.633Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2505 | 2026-05-29T19:01:26.792Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2506 | 2026-05-29T19:01:27.056Z | Compiling derive_more-impl v2.1.1 |
| 2507 | 2026-05-29T19:01:27.615Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2508 | 2026-05-29T19:01:27.638Z | Compiling papergrid v0.11.0 |
| 2509 | 2026-05-29T19:01:27.751Z | Compiling typify-macro v0.6.2 |
| 2510 | 2026-05-29T19:01:27.788Z | Compiling tabled_derive v0.7.0 |
| 2511 | 2026-05-29T19:01:27.857Z | Compiling derive_more v2.1.1 |
| 2512 | 2026-05-29T19:01:27.971Z | Compiling termtree v0.5.1 |
| 2513 | 2026-05-29T19:01:28.177Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-05-29T19:01:28.449Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2515 | 2026-05-29T19:01:28.679Z | Compiling hickory-resolver v0.24.4 |
| 2516 | 2026-05-29T19:01:28.760Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2517 | 2026-05-29T19:01:28.953Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2026-05-29T19:01:29.085Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2519 | 2026-05-29T19:01:29.174Z | Compiling tabled v0.15.0 |
| 2520 | 2026-05-29T19:01:29.297Z | Compiling typify v0.6.2 |
| 2521 | 2026-05-29T19:01:29.611Z | Compiling progenitor-impl v0.14.0 |
| 2522 | 2026-05-29T19:01:29.823Z | Compiling progenitor-impl v0.13.0 |
| 2523 | 2026-05-29T19:01:31.769Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-05-29T19:01:32.026Z | Compiling progenitor-macro v0.13.0 |
| 2525 | 2026-05-29T19:01:32.051Z | Compiling qorb v0.4.1 |
| 2526 | 2026-05-29T19:01:33.916Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-05-29T19:01:34.236Z | Compiling crossterm v0.29.0 |
| 2528 | 2026-05-29T19:01:34.303Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-05-29T19:01:34.509Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2530 | 2026-05-29T19:01:34.563Z | Compiling vte v0.14.1 |
| 2531 | 2026-05-29T19:01:34.824Z | Compiling csv-core v0.1.13 |
| 2532 | 2026-05-29T19:01:35.057Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2533 | 2026-05-29T19:01:35.162Z | Compiling highway v1.3.0 |
| 2534 | 2026-05-29T19:01:35.268Z | Compiling chrono-tz v0.10.4 |
| 2535 | 2026-05-29T19:01:35.529Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2536 | 2026-05-29T19:01:35.558Z | Compiling csv v1.4.0 |
| 2537 | 2026-05-29T19:01:35.813Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-05-29T19:01:35.909Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-05-29T19:01:36.004Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-05-29T19:01:36.144Z | Compiling progenitor v0.13.0 |
| 2541 | 2026-05-29T19:01:36.331Z | Compiling strip-ansi-escapes v0.2.1 |
| 2542 | 2026-05-29T19:01:36.354Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-05-29T19:01:36.555Z | Compiling phf v0.12.1 |
| 2544 | 2026-05-29T19:01:36.808Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2545 | 2026-05-29T19:01:36.923Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-05-29T19:01:36.951Z | Compiling fd-lock v4.0.4 |
| 2547 | 2026-05-29T19:01:37.062Z | Compiling peg-macros v0.8.5 |
| 2548 | 2026-05-29T19:01:37.128Z | Compiling nu-ansi-term v0.50.3 |
| 2549 | 2026-05-29T19:01:37.684Z | Compiling reedline v0.40.0 |
| 2550 | 2026-05-29T19:01:37.726Z | Compiling const_format v0.2.35 |
| 2551 | 2026-05-29T19:01:38.286Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2552 | 2026-05-29T19:01:38.373Z | Compiling peg v0.8.5 |
| 2553 | 2026-05-29T19:01:38.478Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2554 | 2026-05-29T19:01:39.158Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2555 | 2026-05-29T19:01:39.274Z | Compiling bcs v0.1.6 |
| 2556 | 2026-05-29T19:01:39.458Z | Compiling semver v0.1.20 |
| 2557 | 2026-05-29T19:01:39.716Z | Compiling rustc_version v0.1.7 |
| 2558 | 2026-05-29T19:01:39.753Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-05-29T19:01:39.776Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2560 | 2026-05-29T19:01:40.002Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-05-29T19:01:40.055Z | Compiling smawk v0.3.2 |
| 2562 | 2026-05-29T19:01:40.225Z | Compiling unicode-linebreak v0.1.5 |
| 2563 | 2026-05-29T19:01:40.314Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2564 | 2026-05-29T19:01:40.551Z | Compiling textwrap v0.16.2 |
| 2565 | 2026-05-29T19:01:40.833Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2566 | 2026-05-29T19:01:40.956Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2567 | 2026-05-29T19:01:41.322Z | Compiling base64 v0.21.7 |
| 2568 | 2026-05-29T19:01:41.608Z | Compiling steno v0.4.1 |
| 2569 | 2026-05-29T19:01:41.878Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2570 | 2026-05-29T19:01:42.192Z | Compiling tagptr v0.2.0 |
| 2571 | 2026-05-29T19:01:42.233Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2572 | 2026-05-29T19:01:42.401Z | Compiling moka v0.12.13 |
| 2573 | 2026-05-29T19:01:42.472Z | Compiling utf-8 v0.7.6 |
| 2574 | 2026-05-29T19:01:42.511Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2575 | 2026-05-29T19:01:42.559Z | Compiling radium v0.7.0 |
| 2576 | 2026-05-29T19:01:42.685Z | Compiling tungstenite v0.21.0 |
| 2577 | 2026-05-29T19:01:42.718Z | Compiling display-error-chain v0.2.2 |
| 2578 | 2026-05-29T19:01:42.828Z | Compiling maybe-uninit v2.0.0 |
| 2579 | 2026-05-29T19:01:42.894Z | Compiling tap v1.0.1 |
| 2580 | 2026-05-29T19:01:43.043Z | Compiling wyz v0.5.1 |
| 2581 | 2026-05-29T19:01:43.206Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2582 | 2026-05-29T19:01:43.292Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-05-29T19:01:43.355Z | Compiling num-derive v0.3.3 |
| 2584 | 2026-05-29T19:01:43.666Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-05-29T19:01:43.689Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2586 | 2026-05-29T19:01:44.238Z | Compiling zerocopy-derive v0.6.6 |
| 2587 | 2026-05-29T19:01:44.364Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2588 | 2026-05-29T19:01:44.713Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2589 | 2026-05-29T19:01:44.762Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2590 | 2026-05-29T19:01:44.792Z | Compiling funty v2.0.0 |
| 2591 | 2026-05-29T19:01:45.027Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-05-29T19:01:45.182Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-05-29T19:01:45.407Z | Compiling bitvec v1.0.1 |
| 2594 | 2026-05-29T19:01:45.506Z | Compiling crc v3.4.0 |
| 2595 | 2026-05-29T19:01:45.734Z | Compiling zerocopy v0.6.6 |
| 2596 | 2026-05-29T19:01:45.764Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-05-29T19:01:45.964Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2598 | 2026-05-29T19:01:46.074Z | Compiling libscf-sys v1.1.0 |
| 2599 | 2026-05-29T19:01:46.254Z | Compiling packed_struct_codegen v0.10.1 |
| 2600 | 2026-05-29T19:01:46.275Z | Compiling vergen-lib v0.1.6 |
| 2601 | 2026-05-29T19:01:46.509Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-05-29T19:01:47.231Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-05-29T19:01:47.254Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-05-29T19:01:47.384Z | Compiling array-init v0.0.4 |
| 2605 | 2026-05-29T19:01:47.504Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-05-29T19:01:47.561Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2607 | 2026-05-29T19:01:47.774Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-05-29T19:01:47.835Z | Compiling tabled_derive v0.11.0 |
| 2609 | 2026-05-29T19:01:48.040Z | Compiling papergrid v0.17.0 |
| 2610 | 2026-05-29T19:01:48.169Z | Compiling testing_table v0.3.0 |
| 2611 | 2026-05-29T19:01:48.264Z | Compiling vergen-gitcl v1.0.8 |
| 2612 | 2026-05-29T19:01:48.488Z | Compiling dirs-sys-next v0.1.2 |
| 2613 | 2026-05-29T19:01:48.565Z | Compiling maplit v1.0.2 |
| 2614 | 2026-05-29T19:01:48.599Z | Compiling diesel_derives v2.3.7 |
| 2615 | 2026-05-29T19:01:48.704Z | Compiling glob v0.3.3 |
| 2616 | 2026-05-29T19:01:48.775Z | Compiling hashbrown v0.12.3 |
| 2617 | 2026-05-29T19:01:48.820Z | Compiling crunchy v0.2.4 |
| 2618 | 2026-05-29T19:01:48.878Z | Compiling dirs-next v2.0.0 |
| 2619 | 2026-05-29T19:01:48.919Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2620 | 2026-05-29T19:01:49.099Z | Compiling serde-hex v0.1.0 |
| 2621 | 2026-05-29T19:01:49.104Z | Compiling clang-sys v1.8.1 |
| 2622 | 2026-05-29T19:01:49.165Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-05-29T19:01:49.417Z | Compiling tabled v0.20.0 |
| 2624 | 2026-05-29T19:01:49.478Z | Compiling ron v0.8.1 |
| 2625 | 2026-05-29T19:01:49.501Z | Compiling hashbrown v0.13.2 |
| 2626 | 2026-05-29T19:01:49.920Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2627 | 2026-05-29T19:01:50.099Z | Compiling scheduled-thread-pool v0.2.7 |
| 2628 | 2026-05-29T19:01:50.121Z | Compiling dsl_auto_type v0.2.0 |
| 2629 | 2026-05-29T19:01:50.165Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2630 | 2026-05-29T19:01:50.392Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2631 | 2026-05-29T19:01:50.626Z | Compiling crc-any v2.5.0 |
| 2632 | 2026-05-29T19:01:50.665Z | Compiling tiny-keccak v2.0.2 |
| 2633 | 2026-05-29T19:01:50.837Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2634 | 2026-05-29T19:01:50.926Z | Compiling r2d2 v0.8.10 |
| 2635 | 2026-05-29T19:01:51.044Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2636 | 2026-05-29T19:01:51.130Z | Compiling object v0.30.4 |
| 2637 | 2026-05-29T19:01:51.342Z | Compiling term v0.7.0 |
| 2638 | 2026-05-29T19:01:51.365Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-05-29T19:01:51.562Z | Compiling bit-vec v0.6.3 |
| 2640 | 2026-05-29T19:01:51.697Z | Compiling downcast-rs v2.0.2 |
| 2641 | 2026-05-29T19:01:51.737Z | Compiling xshell-macros v0.2.7 |
| 2642 | 2026-05-29T19:01:51.820Z | Compiling bit-set v0.5.3 |
| 2643 | 2026-05-29T19:01:51.861Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-05-29T19:01:51.905Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2645 | 2026-05-29T19:01:52.127Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2646 | 2026-05-29T19:01:52.131Z | Compiling itertools v0.10.5 |
| 2647 | 2026-05-29T19:01:52.170Z | Compiling xshell v0.2.7 |
| 2648 | 2026-05-29T19:01:52.631Z | Compiling ena v0.14.4 |
| 2649 | 2026-05-29T19:01:52.645Z | Compiling libloading v0.8.9 |
| 2650 | 2026-05-29T19:01:52.887Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-05-29T19:01:52.909Z | Compiling crc8 v0.1.1 |
| 2652 | 2026-05-29T19:01:53.054Z | Compiling unicase v2.9.0 |
| 2653 | 2026-05-29T19:01:53.173Z | Compiling diff v0.1.13 |
| 2654 | 2026-05-29T19:01:53.279Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-05-29T19:01:53.409Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2656 | 2026-05-29T19:01:53.440Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2657 | 2026-05-29T19:01:53.758Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2658 | 2026-05-29T19:01:54.517Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2659 | 2026-05-29T19:01:54.655Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-05-29T19:01:55.045Z | Compiling cexpr v0.6.0 |
| 2661 | 2026-05-29T19:01:55.127Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2662 | 2026-05-29T19:01:55.214Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2663 | 2026-05-29T19:01:55.236Z | Compiling rustc-hash v2.1.1 |
| 2664 | 2026-05-29T19:01:55.399Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2665 | 2026-05-29T19:01:55.421Z | Compiling headers-core v0.3.0 |
| 2666 | 2026-05-29T19:01:55.425Z | Compiling libxml v0.3.3 |
| 2667 | 2026-05-29T19:01:55.467Z | Compiling diesel v2.3.7 |
| 2668 | 2026-05-29T19:01:55.677Z | Compiling headers v0.4.1 |
| 2669 | 2026-05-29T19:01:55.756Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2670 | 2026-05-29T19:01:55.957Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2671 | 2026-05-29T19:01:56.027Z | Compiling typify-impl v0.4.3 |
| 2672 | 2026-05-29T19:01:56.125Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2673 | 2026-05-29T19:01:56.358Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2674 | 2026-05-29T19:01:56.504Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2675 | 2026-05-29T19:01:56.853Z | Compiling strum_macros v0.24.3 |
| 2676 | 2026-05-29T19:01:57.222Z | Compiling git-stub v1.0.0 |
| 2677 | 2026-05-29T19:01:57.252Z | Compiling indoc v1.0.9 |
| 2678 | 2026-05-29T19:01:57.517Z | Compiling git-stub-vcs v0.1.0 |
| 2679 | 2026-05-29T19:01:57.717Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2680 | 2026-05-29T19:01:57.932Z | Compiling derive_builder v0.20.2 |
| 2681 | 2026-05-29T19:01:57.970Z | Compiling oso-derive v0.27.3 |
| 2682 | 2026-05-29T19:01:58.110Z | Compiling quick-xml v0.37.5 |
| 2683 | 2026-05-29T19:01:58.173Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2684 | 2026-05-29T19:01:58.480Z | Compiling openssl-probe v0.1.6 |
| 2685 | 2026-05-29T19:01:58.814Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2686 | 2026-05-29T19:01:59.307Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2687 | 2026-05-29T19:01:59.336Z | Compiling half v1.8.3 |
| 2688 | 2026-05-29T19:01:59.443Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2689 | 2026-05-29T19:01:59.543Z | Compiling bb8 v0.8.6 |
| 2690 | 2026-05-29T19:01:59.599Z | Compiling typify-macro v0.4.3 |
| 2691 | 2026-05-29T19:01:59.671Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-05-29T19:01:59.703Z | Compiling trait-variant v0.1.2 |
| 2693 | 2026-05-29T19:01:59.818Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2694 | 2026-05-29T19:01:59.927Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2695 | 2026-05-29T19:02:00.270Z | Compiling samael v0.0.19 |
| 2696 | 2026-05-29T19:02:00.292Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-05-29T19:02:00.295Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2698 | 2026-05-29T19:02:00.697Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-05-29T19:02:00.838Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2700 | 2026-05-29T19:02:00.976Z | Compiling fxhash v0.2.1 |
| 2701 | 2026-05-29T19:02:01.150Z | Compiling typify v0.4.3 |
| 2702 | 2026-05-29T19:02:01.173Z | Compiling libz-sys v1.1.24 |
| 2703 | 2026-05-29T19:02:01.269Z | Compiling nonempty v0.12.0 |
| 2704 | 2026-05-29T19:02:01.307Z | Compiling progenitor-impl v0.11.2 |
| 2705 | 2026-05-29T19:02:01.514Z | Compiling salty v0.3.0 |
| 2706 | 2026-05-29T19:02:01.676Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2707 | 2026-05-29T19:02:01.846Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2708 | 2026-05-29T19:02:01.987Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2709 | 2026-05-29T19:02:02.092Z | Compiling polar-core v0.27.3 |
| 2710 | 2026-05-29T19:02:02.116Z | Compiling progenitor-client v0.11.2 |
| 2711 | 2026-05-29T19:02:02.140Z | Compiling kstat-rs v0.2.4 |
| 2712 | 2026-05-29T19:02:02.284Z | Compiling arc-swap v1.8.2 |
| 2713 | 2026-05-29T19:02:02.680Z | Compiling fs-err v2.11.0 |
| 2714 | 2026-05-29T19:02:02.947Z | Compiling mime_guess v2.0.5 |
| 2715 | 2026-05-29T19:02:03.055Z | Compiling slog-scope v4.4.1 |
| 2716 | 2026-05-29T19:02:03.512Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2717 | 2026-05-29T19:02:03.533Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2718 | 2026-05-29T19:02:03.557Z | Compiling progenitor-macro v0.11.2 |
| 2719 | 2026-05-29T19:02:04.045Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2720 | 2026-05-29T19:02:06.197Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2721 | 2026-05-29T19:02:06.292Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2722 | 2026-05-29T19:02:06.601Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2723 | 2026-05-29T19:02:06.746Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2724 | 2026-05-29T19:02:07.211Z | Compiling nanorand v0.7.0 |
| 2725 | 2026-05-29T19:02:07.595Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2726 | 2026-05-29T19:02:07.598Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2727 | 2026-05-29T19:02:07.649Z | Compiling progenitor v0.11.2 |
| 2728 | 2026-05-29T19:02:07.697Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2729 | 2026-05-29T19:02:07.842Z | Compiling darling_core v0.23.0 |
| 2730 | 2026-05-29T19:02:08.078Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2731 | 2026-05-29T19:02:08.496Z | Compiling parking_lot_core v0.8.6 |
| 2732 | 2026-05-29T19:02:10.049Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2733 | 2026-05-29T19:02:12.162Z | Compiling oso v0.27.3 |
| 2734 | 2026-05-29T19:02:15.425Z | Compiling async-bb8-diesel v0.2.1 |
| 2735 | 2026-05-29T19:02:15.945Z | Compiling diesel-dtrace v0.5.0 |
| 2736 | 2026-05-29T19:02:15.970Z | Compiling darling_macro v0.23.0 |
| 2737 | 2026-05-29T19:02:16.017Z | Compiling flume v0.11.1 |
| 2738 | 2026-05-29T19:02:16.188Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2739 | 2026-05-29T19:02:16.349Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2740 | 2026-05-29T19:02:16.423Z | Compiling slog-stdlog v4.1.1 |
| 2741 | 2026-05-29T19:02:16.622Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2742 | 2026-05-29T19:02:16.882Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-05-29T19:02:17.670Z | Compiling primeorder v0.13.6 |
| 2744 | 2026-05-29T19:02:18.010Z | Compiling atty v0.2.14 |
| 2745 | 2026-05-29T19:02:18.059Z | Compiling strsim v0.10.0 |
| 2746 | 2026-05-29T19:02:18.082Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2747 | 2026-05-29T19:02:18.166Z | Compiling parse-size v1.1.0 |
| 2748 | 2026-05-29T19:02:18.314Z | Compiling http-range v0.1.5 |
| 2749 | 2026-05-29T19:02:18.367Z | Compiling instability v0.3.11 |
| 2750 | 2026-05-29T19:02:18.420Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2751 | 2026-05-29T19:02:18.485Z | Compiling darling_core v0.13.4 |
| 2752 | 2026-05-29T19:02:18.624Z | Compiling p384 v0.13.1 |
| 2753 | 2026-05-29T19:02:18.651Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2754 | 2026-05-29T19:02:18.673Z | Compiling slog-envlogger v2.2.0 |
| 2755 | 2026-05-29T19:02:19.846Z | Compiling darling v0.23.0 |
| 2756 | 2026-05-29T19:02:20.549Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2757 | 2026-05-29T19:02:20.674Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2758 | 2026-05-29T19:02:20.751Z | Compiling ignore v0.4.25 |
| 2759 | 2026-05-29T19:02:21.334Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-05-29T19:02:21.370Z | Compiling vergen-git2 v9.1.0 |
| 2761 | 2026-05-29T19:02:21.603Z | Compiling castaway v0.2.4 |
| 2762 | 2026-05-29T19:02:21.704Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-29T19:02:21.790Z | Compiling indoc v2.0.7 |
| 2764 | 2026-05-29T19:02:22.043Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-05-29T19:02:22.704Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-05-29T19:02:22.811Z | Compiling globwalk v0.9.1 |
| 2767 | 2026-05-29T19:02:22.941Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-05-29T19:02:23.348Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2769 | 2026-05-29T19:02:23.493Z | Compiling parking_lot v0.11.2 |
| 2770 | 2026-05-29T19:02:23.516Z | Compiling hyper-staticfile v0.10.1 |
| 2771 | 2026-05-29T19:02:24.200Z | Compiling darling_macro v0.13.4 |
| 2772 | 2026-05-29T19:02:24.419Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-05-29T19:02:24.707Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2774 | 2026-05-29T19:02:25.078Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2775 | 2026-05-29T19:02:25.389Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2776 | 2026-05-29T19:02:25.774Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2777 | 2026-05-29T19:02:25.861Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2778 | 2026-05-29T19:02:25.881Z | Compiling predicates-tree v1.0.13 |
| 2779 | 2026-05-29T19:02:26.156Z | Compiling unicode-truncate v1.1.0 |
| 2780 | 2026-05-29T19:02:26.347Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2781 | 2026-05-29T19:02:26.373Z | Compiling lru v0.12.5 |
| 2782 | 2026-05-29T19:02:26.565Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-05-29T19:02:26.591Z | Compiling rand_seeder v0.4.0 |
| 2784 | 2026-05-29T19:02:26.615Z | Compiling prefix-trie v0.7.0 |
| 2785 | 2026-05-29T19:02:26.863Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-05-29T19:02:27.010Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2787 | 2026-05-29T19:02:27.121Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2788 | 2026-05-29T19:02:27.160Z | Compiling cassowary v0.3.0 |
| 2789 | 2026-05-29T19:02:27.164Z | Compiling corncobs v0.1.4 |
| 2790 | 2026-05-29T19:02:27.280Z | Compiling rustls v0.21.12 |
| 2791 | 2026-05-29T19:02:27.336Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-05-29T19:02:27.413Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2793 | 2026-05-29T19:02:27.436Z | Compiling ratatui v0.29.0 |
| 2794 | 2026-05-29T19:02:27.439Z | Compiling hickory-server v0.25.2 |
| 2795 | 2026-05-29T19:02:27.533Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2796 | 2026-05-29T19:02:27.778Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-05-29T19:02:27.781Z | Compiling camino-tempfile-ext v0.3.3 |
| 2798 | 2026-05-29T19:02:27.869Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-05-29T19:02:28.044Z | Compiling darling v0.13.4 |
| 2800 | 2026-05-29T19:02:28.431Z | Compiling sled v0.34.7 |
| 2801 | 2026-05-29T19:02:28.622Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2026-05-29T19:02:28.760Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-05-29T19:02:29.007Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2804 | 2026-05-29T19:02:30.658Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2805 | 2026-05-29T19:02:31.642Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-05-29T19:02:31.680Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2807 | 2026-05-29T19:02:31.888Z | Compiling rustls-webpki v0.101.7 |
| 2808 | 2026-05-29T19:02:31.924Z | Compiling sct v0.7.1 |
| 2809 | 2026-05-29T19:02:32.232Z | Compiling secrecy v0.8.0 |
| 2810 | 2026-05-29T19:02:32.427Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2811 | 2026-05-29T19:02:32.930Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2812 | 2026-05-29T19:02:33.573Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2813 | 2026-05-29T19:02:33.724Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2814 | 2026-05-29T19:02:33.829Z | Compiling serde_with_macros v1.5.2 |
| 2815 | 2026-05-29T19:02:34.642Z | Compiling git2 v0.20.4 |
| 2816 | 2026-05-29T19:02:34.681Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2817 | 2026-05-29T19:02:34.737Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2818 | 2026-05-29T19:02:35.350Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2819 | 2026-05-29T19:02:35.480Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2820 | 2026-05-29T19:02:35.673Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2821 | 2026-05-29T19:02:35.903Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2822 | 2026-05-29T19:02:36.151Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2823 | 2026-05-29T19:02:36.379Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2824 | 2026-05-29T19:02:36.622Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2825 | 2026-05-29T19:02:36.644Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-05-29T19:02:36.900Z | Compiling void v1.0.2 |
| 2827 | 2026-05-29T19:02:37.197Z | Compiling lzss v0.8.2 |
| 2828 | 2026-05-29T19:02:37.613Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2829 | 2026-05-29T19:02:37.664Z | Compiling illumos-nvpair v0.3.0 |
| 2830 | 2026-05-29T19:02:37.749Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2831 | 2026-05-29T19:02:38.192Z | Compiling serde_with v1.14.0 |
| 2832 | 2026-05-29T19:02:38.341Z | Compiling tokio-rustls v0.24.1 |
| 2833 | 2026-05-29T19:02:38.639Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2834 | 2026-05-29T19:02:39.350Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2835 | 2026-05-29T19:02:39.373Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2836 | 2026-05-29T19:02:40.598Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2837 | 2026-05-29T19:02:41.325Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-05-29T19:02:41.830Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2839 | 2026-05-29T19:02:42.047Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2840 | 2026-05-29T19:02:42.221Z | Compiling tungstenite v0.23.0 |
| 2841 | 2026-05-29T19:02:42.309Z | Compiling rustls-pemfile v1.0.4 |
| 2842 | 2026-05-29T19:02:42.722Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2843 | 2026-05-29T19:02:42.968Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2844 | 2026-05-29T19:02:43.201Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2845 | 2026-05-29T19:02:43.433Z | Compiling nix v0.27.1 |
| 2846 | 2026-05-29T19:02:43.630Z | Compiling twox-hash v2.1.2 |
| 2847 | 2026-05-29T19:02:44.130Z | Compiling serde_bytes v0.11.19 |
| 2848 | 2026-05-29T19:02:44.427Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2849 | 2026-05-29T19:02:44.568Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2850 | 2026-05-29T19:02:44.662Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2851 | 2026-05-29T19:02:44.846Z | Compiling tokio-tungstenite v0.23.1 |
| 2852 | 2026-05-29T19:02:45.216Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2853 | 2026-05-29T19:02:45.614Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2854 | 2026-05-29T19:02:48.165Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2855 | 2026-05-29T19:02:48.855Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2856 | 2026-05-29T19:02:49.778Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2857 | 2026-05-29T19:02:49.944Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2858 | 2026-05-29T19:02:50.280Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2859 | 2026-05-29T19:02:50.517Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2860 | 2026-05-29T19:02:50.727Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2861 | 2026-05-29T19:02:50.944Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2862 | 2026-05-29T19:02:50.967Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2863 | 2026-05-29T19:02:51.113Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2864 | 2026-05-29T19:02:52.693Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2865 | 2026-05-29T19:02:53.233Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2866 | 2026-05-29T19:02:54.027Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2867 | 2026-05-29T19:02:54.167Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2868 | 2026-05-29T19:02:54.989Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2869 | 2026-05-29T19:02:55.669Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2870 | 2026-05-29T19:02:55.697Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2871 | 2026-05-29T19:02:55.759Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2872 | 2026-05-29T19:02:56.112Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2873 | 2026-05-29T19:02:56.978Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2874 | 2026-05-29T19:02:57.900Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2875 | 2026-05-29T19:02:58.124Z | Compiling signal-hook-tokio v0.3.1 |
| 2876 | 2026-05-29T19:02:58.317Z | Compiling fatfs v0.3.6 |
| 2877 | 2026-05-29T19:02:58.410Z | Compiling yasna v0.5.2 |
| 2878 | 2026-05-29T19:02:58.867Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2879 | 2026-05-29T19:02:59.245Z | Compiling seq-macro v0.3.6 |
| 2880 | 2026-05-29T19:02:59.272Z | Compiling is_ci v1.2.0 |
| 2881 | 2026-05-29T19:02:59.312Z | Compiling assert_matches v1.5.0 |
| 2882 | 2026-05-29T19:02:59.349Z | Compiling rcgen v0.12.1 |
| 2883 | 2026-05-29T19:02:59.431Z | Compiling supports-color v3.0.2 |
| 2884 | 2026-05-29T19:02:59.487Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2885 | 2026-05-29T19:02:59.708Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2886 | 2026-05-29T19:02:59.822Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2887 | 2026-05-29T19:02:59.904Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2888 | 2026-05-29T19:03:00.137Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2889 | 2026-05-29T19:03:00.379Z | Compiling rtoolbox v0.0.3 |
| 2890 | 2026-05-29T19:03:00.452Z | Compiling subprocess v0.2.15 |
| 2891 | 2026-05-29T19:03:00.657Z | Compiling rpassword v7.4.0 |
| 2892 | 2026-05-29T19:03:00.940Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2893 | 2026-05-29T19:03:02.382Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2894 | 2026-05-29T19:03:02.656Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2895 | 2026-05-29T19:03:02.795Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2896 | 2026-05-29T19:03:03.579Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2897 | 2026-05-29T19:03:03.696Z | Compiling tui-tree-widget v0.23.1 |
| 2898 | 2026-05-29T19:03:03.997Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2899 | 2026-05-29T19:03:04.874Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2900 | 2026-05-29T19:03:05.276Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2901 | 2026-05-29T19:03:05.420Z | Compiling uzers v0.12.2 |
| 2902 | 2026-05-29T19:03:06.071Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2026-05-29T19:03:06.884Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2904 | 2026-05-29T19:03:08.097Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2905 | 2026-05-29T19:03:08.176Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2906 | 2026-05-29T19:03:12.476Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2907 | 2026-05-29T19:03:13.179Z | Compiling support-bundle-viewer v0.1.2 |
| 2908 | 2026-05-29T19:03:14.674Z | Compiling multimap v0.10.1 |
| 2909 | 2026-05-29T19:03:23.120Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2910 | 2026-05-29T19:03:29.109Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2911 | 2026-05-29T19:03:34.813Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2912 | 2026-05-29T19:03:35.100Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2913 | 2026-05-29T19:03:36.737Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2914 | 2026-05-29T19:09:34.915Z | Finished `release` profile [optimized] target(s) in 8m 13s |
| 2915 | 2026-05-29T19:10:22.178Z | |
| 2916 | 2026-05-29T19:10:22.178Z | real 9:02.074646835 |
| 2917 | 2026-05-29T19:10:22.178Z | user 1:18:40.587490344 |
| 2918 | 2026-05-29T19:10:22.181Z | sys 3:37.566277024 |
| 2919 | 2026-05-29T19:10:22.182Z | trap 1.740072106 |
| 2920 | 2026-05-29T19:10:22.182Z | tflt 2.344512359 |
| 2921 | 2026-05-29T19:10:22.182Z | dflt 18.235938825 |
| 2922 | 2026-05-29T19:10:22.182Z | kflt 0.026991947 |
| 2923 | 2026-05-29T19:10:22.182Z | lock 6:47:13.998871214 |
| 2924 | 2026-05-29T19:10:22.182Z | slp 2:14:19.035655608 |
| 2925 | 2026-05-29T19:10:22.182Z | lat 2:27.086196067 |
| 2926 | 2026-05-29T19:10:22.182Z | stop 5:29.557484584 |
| 2927 | 2026-05-29T19:10:22.182Z | + mapfile -t packages |
| 2928 | 2026-05-29T19:10:22.182Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2929 | 2026-05-29T19:10:23.119Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2930 | 2026-05-29T19:10:23.188Z | Running `target/release/omicron-package -t test list-outputs` |
| 2931 | 2026-05-29T19:10:23.250Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2932 | 2026-05-29T19:10:23.253Z | + ptime -m cargo build --locked --release -p xtask |
| 2933 | 2026-05-29T19:10:23.784Z | Compiling libc v0.2.185 |
| 2934 | 2026-05-29T19:10:23.784Z | Compiling serde v1.0.228 |
| 2935 | 2026-05-29T19:10:23.787Z | Compiling serde_core v1.0.228 |
| 2936 | 2026-05-29T19:10:23.788Z | Compiling rustix v1.1.3 |
| 2937 | 2026-05-29T19:10:23.895Z | Compiling serde_json v1.0.149 |
| 2938 | 2026-05-29T19:10:23.898Z | Compiling bitflags v2.11.0 |
| 2939 | 2026-05-29T19:10:23.935Z | Compiling num-traits v0.2.19 |
| 2940 | 2026-05-29T19:10:23.944Z | Compiling syn v2.0.117 |
| 2941 | 2026-05-29T19:10:23.954Z | Compiling smallvec v1.15.1 |
| 2942 | 2026-05-29T19:10:23.979Z | Compiling indexmap v2.14.0 |
| 2943 | 2026-05-29T19:10:23.982Z | Compiling usdt-impl v0.5.0 |
| 2944 | 2026-05-29T19:10:24.004Z | Compiling syn v1.0.109 |
| 2945 | 2026-05-29T19:10:24.017Z | Compiling log v0.4.29 |
| 2946 | 2026-05-29T19:10:24.020Z | Compiling percent-encoding v2.3.2 |
| 2947 | 2026-05-29T19:10:24.178Z | Compiling getrandom v0.4.1 |
| 2948 | 2026-05-29T19:10:24.230Z | Compiling form_urlencoded v1.2.2 |
| 2949 | 2026-05-29T19:10:24.359Z | Compiling fs-err v3.3.0 |
| 2950 | 2026-05-29T19:10:24.398Z | Compiling once_cell v1.21.3 |
| 2951 | 2026-05-29T19:10:24.401Z | Compiling anyhow v1.0.102 |
| 2952 | 2026-05-29T19:10:24.433Z | Compiling heck v0.4.1 |
| 2953 | 2026-05-29T19:10:24.647Z | Compiling errno v0.3.14 |
| 2954 | 2026-05-29T19:10:24.647Z | Compiling thread-id v4.2.2 |
| 2955 | 2026-05-29T19:10:24.684Z | Compiling memmap v0.7.0 |
| 2956 | 2026-05-29T19:10:24.974Z | Compiling ordered-float v2.10.1 |
| 2957 | 2026-05-29T19:10:25.466Z | Compiling proc-macro-error v1.0.4 |
| 2958 | 2026-05-29T19:10:25.664Z | Compiling terminal_size v0.4.3 |
| 2959 | 2026-05-29T19:10:25.664Z | Compiling tempfile v3.25.0 |
| 2960 | 2026-05-29T19:10:25.713Z | Compiling tabled_derive v0.7.0 |
| 2961 | 2026-05-29T19:10:25.775Z | Compiling clap_builder v4.5.60 |
| 2962 | 2026-05-29T19:10:25.775Z | Compiling textwrap v0.16.2 |
| 2963 | 2026-05-29T19:10:25.892Z | Compiling camino-tempfile v1.4.1 |
| 2964 | 2026-05-29T19:10:26.383Z | Compiling tabled v0.15.0 |
| 2965 | 2026-05-29T19:10:26.439Z | Compiling synstructure v0.13.2 |
| 2966 | 2026-05-29T19:10:26.439Z | Compiling pest_generator v2.8.6 |
| 2967 | 2026-05-29T19:10:26.821Z | Compiling serde_derive v1.0.228 |
| 2968 | 2026-05-29T19:10:26.824Z | Compiling zerovec-derive v0.11.2 |
| 2969 | 2026-05-29T19:10:26.824Z | Compiling displaydoc v0.2.5 |
| 2970 | 2026-05-29T19:10:26.824Z | Compiling thiserror-impl v1.0.69 |
| 2971 | 2026-05-29T19:10:26.824Z | Compiling zerocopy-derive v0.7.35 |
| 2972 | 2026-05-29T19:10:26.824Z | Compiling scroll_derive v0.12.1 |
| 2973 | 2026-05-29T19:10:26.824Z | Compiling thiserror-impl v2.0.18 |
| 2974 | 2026-05-29T19:10:26.824Z | Compiling clap_derive v4.5.55 |
| 2975 | 2026-05-29T19:10:26.827Z | Compiling zerofrom-derive v0.1.6 |
| 2976 | 2026-05-29T19:10:26.827Z | Compiling yoke-derive v0.8.1 |
| 2977 | 2026-05-29T19:10:27.069Z | Compiling pest_derive v2.8.6 |
| 2978 | 2026-05-29T19:10:27.585Z | Compiling scroll v0.12.0 |
| 2979 | 2026-05-29T19:10:27.716Z | Compiling zerocopy v0.7.35 |
| 2980 | 2026-05-29T19:10:27.859Z | Compiling zerofrom v0.1.6 |
| 2981 | 2026-05-29T19:10:27.914Z | Compiling goblin v0.8.2 |
| 2982 | 2026-05-29T19:10:27.945Z | Compiling thiserror v1.0.69 |
| 2983 | 2026-05-29T19:10:28.007Z | Compiling yoke v0.8.1 |
| 2984 | 2026-05-29T19:10:28.069Z | Compiling dtrace-parser v0.2.0 |
| 2985 | 2026-05-29T19:10:28.097Z | Compiling thiserror v2.0.18 |
| 2986 | 2026-05-29T19:10:28.225Z | Compiling zerovec v0.11.5 |
| 2987 | 2026-05-29T19:10:28.237Z | Compiling zerotrie v0.2.3 |
| 2988 | 2026-05-29T19:10:28.519Z | Compiling clap v4.5.60 |
| 2989 | 2026-05-29T19:10:28.858Z | Compiling tinystr v0.8.2 |
| 2990 | 2026-05-29T19:10:29.094Z | Compiling icu_locale_core v2.1.1 |
| 2991 | 2026-05-29T19:10:30.088Z | Compiling potential_utf v0.1.4 |
| 2992 | 2026-05-29T19:10:30.237Z | Compiling icu_collections v2.1.1 |
| 2993 | 2026-05-29T19:10:30.258Z | Compiling icu_provider v2.1.1 |
| 2994 | 2026-05-29T19:10:30.316Z | Compiling toml_datetime v0.6.11 |
| 2995 | 2026-05-29T19:10:30.401Z | Compiling serde_spanned v0.6.9 |
| 2996 | 2026-05-29T19:10:30.555Z | Compiling toml_edit v0.22.27 |
| 2997 | 2026-05-29T19:10:30.580Z | Compiling dof v0.3.0 |
| 2998 | 2026-05-29T19:10:30.693Z | Compiling icu_normalizer v2.1.1 |
| 2999 | 2026-05-29T19:10:30.713Z | Compiling icu_properties v2.1.2 |
| 3000 | 2026-05-29T19:10:30.742Z | Compiling serde-value v0.7.0 |
| 3001 | 2026-05-29T19:10:30.774Z | Compiling serde_tokenstream v0.2.3 |
| 3002 | 2026-05-29T19:10:30.790Z | Compiling cargo-platform v0.2.0 |
| 3003 | 2026-05-29T19:10:30.847Z | Compiling macaddr v1.0.1 |
| 3004 | 2026-05-29T19:10:31.588Z | Compiling idna_adapter v1.2.1 |
| 3005 | 2026-05-29T19:10:31.608Z | Compiling usdt-macro v0.5.0 |
| 3006 | 2026-05-29T19:10:31.620Z | Compiling usdt-attr-macro v0.5.0 |
| 3007 | 2026-05-29T19:10:31.716Z | Compiling idna v1.1.0 |
| 3008 | 2026-05-29T19:10:32.049Z | Compiling url v2.5.8 |
| 3009 | 2026-05-29T19:10:32.102Z | Compiling toml v0.8.23 |
| 3010 | 2026-05-29T19:10:32.276Z | Compiling usdt v0.5.0 |
| 3011 | 2026-05-29T19:10:32.554Z | Compiling cargo-util-schemas v0.8.2 |
| 3012 | 2026-05-29T19:10:32.554Z | Compiling cargo_toml v0.21.0 |
| 3013 | 2026-05-29T19:10:33.568Z | Compiling cargo_metadata v0.21.0 |
| 3014 | 2026-05-29T19:10:36.658Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3015 | 2026-05-29T19:10:39.647Z | Finished `release` profile [optimized] target(s) in 16.38s |
| 3016 | 2026-05-29T19:10:39.775Z | |
| 3017 | 2026-05-29T19:10:39.775Z | real 16.483901707 |
| 3018 | 2026-05-29T19:10:39.778Z | user 2:20.696412468 |
| 3019 | 2026-05-29T19:10:39.778Z | sys 17.058874706 |
| 3020 | 2026-05-29T19:10:39.778Z | trap 0.092079082 |
| 3021 | 2026-05-29T19:10:39.778Z | tflt 0.501294837 |
| 3022 | 2026-05-29T19:10:39.778Z | dflt 1.576141574 |
| 3023 | 2026-05-29T19:10:39.778Z | kflt 0.000080512 |
| 3024 | 2026-05-29T19:10:39.778Z | lock 5:10.350466239 |
| 3025 | 2026-05-29T19:10:39.778Z | slp 3:20.558977032 |
| 3026 | 2026-05-29T19:10:39.778Z | lat 6.635741606 |
| 3027 | 2026-05-29T19:10:39.778Z | stop 20.558217990 |
| 3028 | 2026-05-29T19:10:39.778Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3029 | 2026-05-29T19:10:39.778Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3030 | 2026-05-29T19:10:39.778Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3031 | 2026-05-29T19:10:39.778Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3032 | 2026-05-29T19:10:39.778Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3033 | 2026-05-29T19:10:40.714Z | Compiling newtype-uuid-macros v0.1.0 |
| 3034 | 2026-05-29T19:10:40.716Z | Compiling progenitor-client v0.14.0 |
| 3035 | 2026-05-29T19:10:40.716Z | Compiling structmeta-derive v0.3.0 |
| 3036 | 2026-05-29T19:10:40.717Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3037 | 2026-05-29T19:10:40.717Z | Compiling rustls v0.22.4 |
| 3038 | 2026-05-29T19:10:40.717Z | Compiling rustls-webpki v0.102.8 |
| 3039 | 2026-05-29T19:10:40.863Z | Compiling multer v3.1.0 |
| 3040 | 2026-05-29T19:10:40.865Z | Compiling compression-core v0.4.31 |
| 3041 | 2026-05-29T19:10:40.878Z | Compiling match_cfg v0.1.0 |
| 3042 | 2026-05-29T19:10:40.881Z | Compiling debug-ignore v1.0.5 |
| 3043 | 2026-05-29T19:10:40.881Z | Compiling slog-json v2.6.1 |
| 3044 | 2026-05-29T19:10:40.881Z | Compiling async-stream-impl v0.3.6 |
| 3045 | 2026-05-29T19:10:40.881Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3046 | 2026-05-29T19:10:40.881Z | Compiling serde_spanned v1.0.4 |
| 3047 | 2026-05-29T19:10:40.973Z | Compiling dropshot v0.17.0 |
| 3048 | 2026-05-29T19:10:40.976Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3049 | 2026-05-29T19:10:41.074Z | Compiling compression-codecs v0.4.37 |
| 3050 | 2026-05-29T19:10:41.131Z | Compiling hostname v0.3.1 |
| 3051 | 2026-05-29T19:10:41.150Z | Compiling itertools v0.14.0 |
| 3052 | 2026-05-29T19:10:41.169Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3053 | 2026-05-29T19:10:41.172Z | Compiling waitgroup v0.1.2 |
| 3054 | 2026-05-29T19:10:41.206Z | Compiling rustls-pemfile v2.2.0 |
| 3055 | 2026-05-29T19:10:41.225Z | Compiling dropshot_endpoint v0.17.0 |
| 3056 | 2026-05-29T19:10:41.241Z | Compiling serde_path_to_error v0.1.20 |
| 3057 | 2026-05-29T19:10:41.257Z | Compiling slog-bunyan v2.5.0 |
| 3058 | 2026-05-29T19:10:41.335Z | Compiling async-compression v0.4.41 |
| 3059 | 2026-05-29T19:10:41.373Z | Compiling hostname v0.4.2 |
| 3060 | 2026-05-29T19:10:41.408Z | Compiling regress v0.10.5 |
| 3061 | 2026-05-29T19:10:41.411Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3062 | 2026-05-29T19:10:41.456Z | Compiling macaddr v1.0.1 |
| 3063 | 2026-05-29T19:10:41.459Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3064 | 2026-05-29T19:10:41.557Z | Compiling instant v0.1.13 |
| 3065 | 2026-05-29T19:10:41.560Z | Compiling async-stream v0.3.6 |
| 3066 | 2026-05-29T19:10:41.611Z | Compiling backon v1.6.0 |
| 3067 | 2026-05-29T19:10:41.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3068 | 2026-05-29T19:10:41.665Z | Compiling backoff v0.4.0 |
| 3069 | 2026-05-29T19:10:41.686Z | Compiling progenitor-client v0.10.0 |
| 3070 | 2026-05-29T19:10:41.716Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3071 | 2026-05-29T19:10:41.776Z | Compiling progenitor-extras v0.2.0 |
| 3072 | 2026-05-29T19:10:41.841Z | Compiling humantime v2.3.0 |
| 3073 | 2026-05-29T19:10:41.860Z | Compiling universal-hash v0.5.1 |
| 3074 | 2026-05-29T19:10:41.863Z | Compiling opaque-debug v0.3.1 |
| 3075 | 2026-05-29T19:10:41.896Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3076 | 2026-05-29T19:10:41.899Z | Compiling half v2.7.1 |
| 3077 | 2026-05-29T19:10:41.933Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3078 | 2026-05-29T19:10:41.970Z | Compiling ciborium-io v0.2.2 |
| 3079 | 2026-05-29T19:10:42.022Z | Compiling crucible-workspace-hack v0.1.0 |
| 3080 | 2026-05-29T19:10:42.041Z | Compiling regress v0.11.1 |
| 3081 | 2026-05-29T19:10:42.060Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3082 | 2026-05-29T19:10:42.087Z | Compiling convert_case v0.4.0 |
| 3083 | 2026-05-29T19:10:42.106Z | Compiling aead v0.5.2 |
| 3084 | 2026-05-29T19:10:42.109Z | Compiling secrecy v0.10.3 |
| 3085 | 2026-05-29T19:10:42.142Z | Compiling unsafe-libyaml v0.2.11 |
| 3086 | 2026-05-29T19:10:42.195Z | Compiling structmeta v0.3.0 |
| 3087 | 2026-05-29T19:10:42.254Z | Compiling ciborium-ll v0.2.2 |
| 3088 | 2026-05-29T19:10:42.299Z | Compiling poly1305 v0.8.0 |
| 3089 | 2026-05-29T19:10:42.337Z | Compiling chacha20 v0.9.1 |
| 3090 | 2026-05-29T19:10:42.340Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3091 | 2026-05-29T19:10:42.371Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3092 | 2026-05-29T19:10:42.439Z | Compiling ciborium v0.2.2 |
| 3093 | 2026-05-29T19:10:42.457Z | Compiling derive-ex v0.1.8 |
| 3094 | 2026-05-29T19:10:42.499Z | Compiling parse-display-derive v0.10.0 |
| 3095 | 2026-05-29T19:10:42.516Z | Compiling derive_more v0.99.20 |
| 3096 | 2026-05-29T19:10:42.535Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3097 | 2026-05-29T19:10:42.564Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3098 | 2026-05-29T19:10:42.625Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3099 | 2026-05-29T19:10:42.647Z | Compiling byte-wrapper v0.1.0 |
| 3100 | 2026-05-29T19:10:42.739Z | Compiling serde_yaml v0.9.34+deprecated |
| 3101 | 2026-05-29T19:10:42.882Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3102 | 2026-05-29T19:10:42.923Z | Compiling blake2 v0.10.6 |
| 3103 | 2026-05-29T19:10:43.034Z | Compiling password-hash v0.5.0 |
| 3104 | 2026-05-29T19:10:43.052Z | Compiling chacha20poly1305 v0.10.1 |
| 3105 | 2026-05-29T19:10:43.072Z | Compiling indent_write v2.2.0 |
| 3106 | 2026-05-29T19:10:43.087Z | Compiling heapless v0.8.0 |
| 3107 | 2026-05-29T19:10:43.106Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3108 | 2026-05-29T19:10:43.240Z | Compiling ingot-macros v0.1.1 |
| 3109 | 2026-05-29T19:10:43.255Z | Compiling tabwriter v1.4.1 |
| 3110 | 2026-05-29T19:10:43.397Z | Compiling tokio-rustls v0.25.0 |
| 3111 | 2026-05-29T19:10:43.414Z | Compiling argon2 v0.5.3 |
| 3112 | 2026-05-29T19:10:43.502Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3113 | 2026-05-29T19:10:43.519Z | Compiling hash32 v0.3.1 |
| 3114 | 2026-05-29T19:10:43.667Z | Compiling typify-impl v0.6.2 |
| 3115 | 2026-05-29T19:10:43.707Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3116 | 2026-05-29T19:10:43.815Z | Compiling thiserror-no-std v2.0.2 |
| 3117 | 2026-05-29T19:10:43.937Z | Compiling vsss-rs v3.3.4 |
| 3118 | 2026-05-29T19:10:43.953Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3119 | 2026-05-29T19:10:44.239Z | Compiling test-strategy v0.4.5 |
| 3120 | 2026-05-29T19:10:44.257Z | Compiling smoltcp v0.11.0 |
| 3121 | 2026-05-29T19:10:44.276Z | Compiling proc-macro-crate v3.4.0 |
| 3122 | 2026-05-29T19:10:44.296Z | Compiling parse-display v0.10.0 |
| 3123 | 2026-05-29T19:10:44.639Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3124 | 2026-05-29T19:10:44.694Z | Compiling num-rational v0.4.2 |
| 3125 | 2026-05-29T19:10:44.698Z | Compiling cobs v0.3.0 |
| 3126 | 2026-05-29T19:10:44.730Z | Compiling num-complex v0.4.6 |
| 3127 | 2026-05-29T19:10:44.766Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3128 | 2026-05-29T19:10:44.868Z | Compiling colored v3.1.1 |
| 3129 | 2026-05-29T19:10:44.943Z | Compiling num_enum_derive v0.7.5 |
| 3130 | 2026-05-29T19:10:44.963Z | Compiling postcard v1.1.3 |
| 3131 | 2026-05-29T19:10:44.982Z | Compiling proc-macro-error v1.0.4 |
| 3132 | 2026-05-29T19:10:45.026Z | Compiling proc-macro-crate v1.3.1 |
| 3133 | 2026-05-29T19:10:45.134Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3134 | 2026-05-29T19:10:45.151Z | Compiling num v0.4.3 |
| 3135 | 2026-05-29T19:10:45.247Z | Compiling atomicwrites v0.4.4 |
| 3136 | 2026-05-29T19:10:45.267Z | Compiling foreign-types-macros v0.2.3 |
| 3137 | 2026-05-29T19:10:45.339Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3138 | 2026-05-29T19:10:45.358Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3139 | 2026-05-29T19:10:45.361Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3140 | 2026-05-29T19:10:45.402Z | Compiling float-ord v0.3.2 |
| 3141 | 2026-05-29T19:10:45.470Z | Compiling cpufeatures v0.3.0 |
| 3142 | 2026-05-29T19:10:45.474Z | Compiling rayon-core v1.13.0 |
| 3143 | 2026-05-29T19:10:45.504Z | Compiling foreign-types-shared v0.3.1 |
| 3144 | 2026-05-29T19:10:45.566Z | Compiling chacha20 v0.10.0 |
| 3145 | 2026-05-29T19:10:45.586Z | Compiling num_enum_derive v0.5.11 |
| 3146 | 2026-05-29T19:10:45.677Z | Compiling crossbeam-deque v0.8.6 |
| 3147 | 2026-05-29T19:10:45.698Z | Compiling camino-tempfile v1.4.1 |
| 3148 | 2026-05-29T19:10:45.756Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3149 | 2026-05-29T19:10:45.762Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3150 | 2026-05-29T19:10:45.790Z | Compiling cstr-argument v0.1.2 |
| 3151 | 2026-05-29T19:10:45.839Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3152 | 2026-05-29T19:10:45.911Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3153 | 2026-05-29T19:10:45.947Z | Compiling foreign-types v0.5.0 |
| 3154 | 2026-05-29T19:10:45.971Z | Compiling rand v0.10.0 |
| 3155 | 2026-05-29T19:10:45.974Z | Compiling toml v0.8.23 |
| 3156 | 2026-05-29T19:10:46.050Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3157 | 2026-05-29T19:10:46.072Z | Compiling num_enum v0.7.5 |
| 3158 | 2026-05-29T19:10:46.163Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3159 | 2026-05-29T19:10:46.230Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3160 | 2026-05-29T19:10:46.230Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3161 | 2026-05-29T19:10:46.266Z | Compiling ingot-types v0.1.2 |
| 3162 | 2026-05-29T19:10:46.266Z | Compiling zone_cfg_derive v0.3.1 |
| 3163 | 2026-05-29T19:10:46.305Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3164 | 2026-05-29T19:10:46.331Z | Compiling rayon v1.11.0 |
| 3165 | 2026-05-29T19:10:46.381Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3166 | 2026-05-29T19:10:46.451Z | Compiling itertools v0.12.1 |
| 3167 | 2026-05-29T19:10:46.486Z | Compiling num-derive v0.4.2 |
| 3168 | 2026-05-29T19:10:46.489Z | Compiling sigpipe v0.1.3 |
| 3169 | 2026-05-29T19:10:46.534Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3170 | 2026-05-29T19:10:46.616Z | Compiling glob v0.3.3 |
| 3171 | 2026-05-29T19:10:46.650Z | Compiling ingot v0.1.1 |
| 3172 | 2026-05-29T19:10:46.669Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3173 | 2026-05-29T19:10:46.691Z | Compiling num_enum v0.5.11 |
| 3174 | 2026-05-29T19:10:46.718Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3175 | 2026-05-29T19:10:46.840Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3176 | 2026-05-29T19:10:46.910Z | Compiling smf v0.2.3 |
| 3177 | 2026-05-29T19:10:46.932Z | Compiling whoami v1.6.1 |
| 3178 | 2026-05-29T19:10:46.957Z | Compiling prettyplease v0.2.37 |
| 3179 | 2026-05-29T19:10:46.990Z | Compiling usdt-macro v0.5.0 |
| 3180 | 2026-05-29T19:10:47.007Z | Compiling usdt-attr-macro v0.5.0 |
| 3181 | 2026-05-29T19:10:47.185Z | Compiling gethostname v0.5.0 |
| 3182 | 2026-05-29T19:10:47.250Z | Compiling memmap v0.7.0 |
| 3183 | 2026-05-29T19:10:47.335Z | Compiling derive-where v1.6.0 |
| 3184 | 2026-05-29T19:10:47.352Z | Compiling resolv-conf v0.7.6 |
| 3185 | 2026-05-29T19:10:47.468Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3186 | 2026-05-29T19:10:47.486Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3187 | 2026-05-29T19:10:47.489Z | Compiling cancel-safe-futures v0.1.5 |
| 3188 | 2026-05-29T19:10:47.673Z | Compiling zone v0.3.1 |
| 3189 | 2026-05-29T19:10:47.765Z | Compiling owo-colors v4.3.0 |
| 3190 | 2026-05-29T19:10:47.785Z | Compiling libsw-core v0.3.2 |
| 3191 | 2026-05-29T19:10:47.845Z | Compiling console v0.15.11 |
| 3192 | 2026-05-29T19:10:47.904Z | Compiling usdt v0.5.0 |
| 3193 | 2026-05-29T19:10:47.960Z | Compiling newline-converter v0.3.0 |
| 3194 | 2026-05-29T19:10:48.004Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3195 | 2026-05-29T19:10:48.096Z | Compiling libsw v3.5.0 |
| 3196 | 2026-05-29T19:10:48.161Z | Compiling hickory-proto v0.24.4 |
| 3197 | 2026-05-29T19:10:48.181Z | Compiling progenitor-client v0.13.0 |
| 3198 | 2026-05-29T19:10:48.202Z | Compiling libefi-sys v0.1.0 |
| 3199 | 2026-05-29T19:10:48.236Z | Compiling linear-map v1.2.0 |
| 3200 | 2026-05-29T19:10:48.317Z | Compiling linked-hash-map v0.5.6 |
| 3201 | 2026-05-29T19:10:48.365Z | Compiling typify-macro v0.6.2 |
| 3202 | 2026-05-29T19:10:48.396Z | Compiling expectorate v1.2.0 |
| 3203 | 2026-05-29T19:10:48.442Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3204 | 2026-05-29T19:10:48.480Z | Compiling git-stub v1.0.0 |
| 3205 | 2026-05-29T19:10:48.480Z | Compiling bitfield-struct v0.6.2 |
| 3206 | 2026-05-29T19:10:48.521Z | Compiling lru-cache v0.1.2 |
| 3207 | 2026-05-29T19:10:48.536Z | Compiling semver v0.1.20 |
| 3208 | 2026-05-29T19:10:48.589Z | Compiling tokio-dtrace v0.1.1 |
| 3209 | 2026-05-29T19:10:48.613Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3210 | 2026-05-29T19:10:48.638Z | Compiling slog-dtrace v0.3.0 |
| 3211 | 2026-05-29T19:10:48.680Z | Compiling git-stub-vcs v0.1.0 |
| 3212 | 2026-05-29T19:10:48.754Z | Compiling rustc_version v0.1.7 |
| 3213 | 2026-05-29T19:10:48.774Z | Compiling minimal-lexical v0.2.1 |
| 3214 | 2026-05-29T19:10:48.790Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-05-29T19:10:48.861Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3216 | 2026-05-29T19:10:48.898Z | Compiling oxide-tokio-rt v0.1.4 |
| 3217 | 2026-05-29T19:10:48.917Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3218 | 2026-05-29T19:10:48.947Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3219 | 2026-05-29T19:10:48.966Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3220 | 2026-05-29T19:10:48.985Z | Compiling phf_shared v0.12.1 |
| 3221 | 2026-05-29T19:10:49.021Z | Compiling newtype_derive v0.1.6 |
| 3222 | 2026-05-29T19:10:49.063Z | Compiling nom v7.1.3 |
| 3223 | 2026-05-29T19:10:49.082Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3224 | 2026-05-29T19:10:49.175Z | Compiling csv-core v0.1.13 |
| 3225 | 2026-05-29T19:10:49.223Z | Compiling chrono-tz v0.10.4 |
| 3226 | 2026-05-29T19:10:49.242Z | Compiling highway v1.3.0 |
| 3227 | 2026-05-29T19:10:49.262Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3228 | 2026-05-29T19:10:49.281Z | Compiling xshell-macros v0.2.7 |
| 3229 | 2026-05-29T19:10:49.465Z | Compiling csv v1.4.0 |
| 3230 | 2026-05-29T19:10:49.492Z | Compiling const_format_proc_macros v0.2.34 |
| 3231 | 2026-05-29T19:10:49.532Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3232 | 2026-05-29T19:10:49.591Z | Compiling phf v0.12.1 |
| 3233 | 2026-05-29T19:10:49.656Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3234 | 2026-05-29T19:10:49.673Z | Compiling primeorder v0.13.6 |
| 3235 | 2026-05-29T19:10:49.716Z | Compiling xshell v0.2.7 |
| 3236 | 2026-05-29T19:10:49.773Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3237 | 2026-05-29T19:10:49.900Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3238 | 2026-05-29T19:10:49.986Z | Compiling tabled_derive v0.7.0 |
| 3239 | 2026-05-29T19:10:50.032Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3240 | 2026-05-29T19:10:50.073Z | Compiling bcs v0.1.6 |
| 3241 | 2026-05-29T19:10:50.271Z | Compiling salty v0.3.0 |
| 3242 | 2026-05-29T19:10:50.289Z | Compiling typify v0.6.2 |
| 3243 | 2026-05-29T19:10:50.311Z | Compiling termtree v0.5.1 |
| 3244 | 2026-05-29T19:10:50.353Z | Compiling hickory-resolver v0.24.4 |
| 3245 | 2026-05-29T19:10:50.429Z | Compiling progenitor-impl v0.14.0 |
| 3246 | 2026-05-29T19:10:50.448Z | Compiling progenitor-impl v0.13.0 |
| 3247 | 2026-05-29T19:10:50.506Z | Compiling const_format v0.2.35 |
| 3248 | 2026-05-29T19:10:50.525Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3249 | 2026-05-29T19:10:50.541Z | Compiling tagptr v0.2.0 |
| 3250 | 2026-05-29T19:10:50.561Z | Compiling textwrap v0.16.2 |
| 3251 | 2026-05-29T19:10:50.727Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3252 | 2026-05-29T19:10:50.778Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3253 | 2026-05-29T19:10:50.858Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3254 | 2026-05-29T19:10:51.038Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3255 | 2026-05-29T19:10:51.058Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3256 | 2026-05-29T19:10:51.077Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3257 | 2026-05-29T19:10:51.182Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3258 | 2026-05-29T19:10:51.264Z | Compiling tabled v0.15.0 |
| 3259 | 2026-05-29T19:10:51.281Z | Compiling moka v0.12.13 |
| 3260 | 2026-05-29T19:10:51.413Z | Compiling qorb v0.4.1 |
| 3261 | 2026-05-29T19:10:51.513Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3262 | 2026-05-29T19:10:51.597Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-05-29T19:10:51.844Z | Compiling steno v0.4.1 |
| 3264 | 2026-05-29T19:10:51.864Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3265 | 2026-05-29T19:10:52.085Z | Compiling base64 v0.21.7 |
| 3266 | 2026-05-29T19:10:52.104Z | Compiling radium v0.7.0 |
| 3267 | 2026-05-29T19:10:52.170Z | Compiling hickory-resolver v0.25.2 |
| 3268 | 2026-05-29T19:10:52.466Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-05-29T19:10:52.540Z | Compiling p384 v0.13.1 |
| 3270 | 2026-05-29T19:10:52.639Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3271 | 2026-05-29T19:10:52.684Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3272 | 2026-05-29T19:10:52.898Z | Compiling typify-impl v0.4.3 |
| 3273 | 2026-05-29T19:10:53.020Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3274 | 2026-05-29T19:10:53.080Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3275 | 2026-05-29T19:10:53.132Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3276 | 2026-05-29T19:10:53.141Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3277 | 2026-05-29T19:10:53.197Z | Compiling progenitor-macro v0.14.0 |
| 3278 | 2026-05-29T19:10:53.241Z | Compiling progenitor-macro v0.13.0 |
| 3279 | 2026-05-29T19:10:53.423Z | Compiling maybe-uninit v2.0.0 |
| 3280 | 2026-05-29T19:10:53.504Z | Compiling tap v1.0.1 |
| 3281 | 2026-05-29T19:10:53.650Z | Compiling wyz v0.5.1 |
| 3282 | 2026-05-29T19:10:53.779Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3283 | 2026-05-29T19:10:53.801Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3284 | 2026-05-29T19:10:53.836Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3285 | 2026-05-29T19:10:53.873Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-05-29T19:10:54.061Z | Compiling utf-8 v0.7.6 |
| 3287 | 2026-05-29T19:10:54.086Z | Compiling funty v2.0.0 |
| 3288 | 2026-05-29T19:10:54.163Z | Compiling packed_struct v0.10.1 |
| 3289 | 2026-05-29T19:10:54.163Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3290 | 2026-05-29T19:10:54.308Z | Compiling tungstenite v0.21.0 |
| 3291 | 2026-05-29T19:10:54.325Z | Compiling proc-macro-error2 v2.0.1 |
| 3292 | 2026-05-29T19:10:54.505Z | Compiling bitvec v1.0.1 |
| 3293 | 2026-05-29T19:10:54.541Z | Compiling polyval v0.6.2 |
| 3294 | 2026-05-29T19:10:54.562Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3295 | 2026-05-29T19:10:54.623Z | Compiling num-derive v0.3.3 |
| 3296 | 2026-05-29T19:10:54.679Z | Compiling packed_struct_codegen v0.10.1 |
| 3297 | 2026-05-29T19:10:54.724Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-05-29T19:10:54.759Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-05-29T19:10:54.812Z | Compiling indexmap v1.9.3 |
| 3300 | 2026-05-29T19:10:54.830Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3301 | 2026-05-29T19:10:54.987Z | Compiling nodrop v0.1.14 |
| 3302 | 2026-05-29T19:10:55.042Z | Compiling crc-catalog v2.4.0 |
| 3303 | 2026-05-29T19:10:55.060Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3304 | 2026-05-29T19:10:55.112Z | Compiling array-init v0.0.4 |
| 3305 | 2026-05-29T19:10:55.172Z | Compiling crc v3.4.0 |
| 3306 | 2026-05-29T19:10:55.270Z | Compiling tokio-tungstenite v0.21.0 |
| 3307 | 2026-05-29T19:10:55.321Z | Compiling ghash v0.5.1 |
| 3308 | 2026-05-29T19:10:55.431Z | Compiling tabled_derive v0.11.0 |
| 3309 | 2026-05-29T19:10:55.496Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3310 | 2026-05-29T19:10:55.514Z | Compiling smallvec v0.6.14 |
| 3311 | 2026-05-29T19:10:55.562Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-05-29T19:10:55.611Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-05-29T19:10:55.657Z | Compiling zerocopy v0.6.6 |
| 3314 | 2026-05-29T19:10:55.781Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3315 | 2026-05-29T19:10:55.835Z | Compiling papergrid v0.17.0 |
| 3316 | 2026-05-29T19:10:55.890Z | Compiling testing_table v0.3.0 |
| 3317 | 2026-05-29T19:10:55.999Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3318 | 2026-05-29T19:10:56.017Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3319 | 2026-05-29T19:10:56.036Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3320 | 2026-05-29T19:10:56.088Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3321 | 2026-05-29T19:10:56.217Z | Compiling ctr v0.9.2 |
| 3322 | 2026-05-29T19:10:56.331Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3323 | 2026-05-29T19:10:56.352Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3324 | 2026-05-29T19:10:56.457Z | Compiling unicase v2.9.0 |
| 3325 | 2026-05-29T19:10:56.545Z | Compiling corncobs v0.1.4 |
| 3326 | 2026-05-29T19:10:56.585Z | Compiling hashbrown v0.12.3 |
| 3327 | 2026-05-29T19:10:56.603Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3328 | 2026-05-29T19:10:56.679Z | Compiling aes-gcm v0.10.3 |
| 3329 | 2026-05-29T19:10:56.716Z | Compiling mime_guess v2.0.5 |
| 3330 | 2026-05-29T19:10:56.752Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3331 | 2026-05-29T19:10:56.798Z | Compiling tabled v0.20.0 |
| 3332 | 2026-05-29T19:10:56.859Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3333 | 2026-05-29T19:10:56.900Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3334 | 2026-05-29T19:10:57.023Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3335 | 2026-05-29T19:10:57.116Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3336 | 2026-05-29T19:10:57.198Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3337 | 2026-05-29T19:10:57.328Z | Compiling parking_lot v0.11.2 |
| 3338 | 2026-05-29T19:10:57.343Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3339 | 2026-05-29T19:10:57.375Z | Compiling serde-hex v0.1.0 |
| 3340 | 2026-05-29T19:10:57.529Z | Compiling typify-macro v0.4.3 |
| 3341 | 2026-05-29T19:10:57.593Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3342 | 2026-05-29T19:10:57.743Z | Compiling ron v0.8.1 |
| 3343 | 2026-05-29T19:10:57.746Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3344 | 2026-05-29T19:10:57.746Z | Compiling hashbrown v0.13.2 |
| 3345 | 2026-05-29T19:10:57.921Z | Compiling progenitor-client v0.11.2 |
| 3346 | 2026-05-29T19:10:58.040Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3347 | 2026-05-29T19:10:58.280Z | Compiling blowfish v0.9.1 |
| 3348 | 2026-05-29T19:10:58.319Z | Compiling ssh-encoding v0.2.0 |
| 3349 | 2026-05-29T19:10:58.360Z | Compiling prefix-trie v0.7.0 |
| 3350 | 2026-05-29T19:10:58.399Z | Compiling progenitor v0.14.0 |
| 3351 | 2026-05-29T19:10:58.422Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-05-29T19:10:58.477Z | Compiling progenitor v0.13.0 |
| 3353 | 2026-05-29T19:10:58.552Z | Compiling secrecy v0.8.0 |
| 3354 | 2026-05-29T19:10:58.584Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3355 | 2026-05-29T19:10:58.603Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3356 | 2026-05-29T19:10:58.655Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3357 | 2026-05-29T19:10:58.730Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3358 | 2026-05-29T19:10:58.752Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-05-29T19:10:58.759Z | Compiling hickory-server v0.25.2 |
| 3360 | 2026-05-29T19:10:58.883Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3361 | 2026-05-29T19:10:59.014Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3362 | 2026-05-29T19:10:59.141Z | Compiling sled v0.34.7 |
| 3363 | 2026-05-29T19:10:59.240Z | Compiling ssh-cipher v0.2.0 |
| 3364 | 2026-05-29T19:10:59.260Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3365 | 2026-05-29T19:10:59.365Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3366 | 2026-05-29T19:10:59.387Z | Compiling typify v0.4.3 |
| 3367 | 2026-05-29T19:10:59.531Z | Compiling progenitor-impl v0.11.2 |
| 3368 | 2026-05-29T19:10:59.550Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3369 | 2026-05-29T19:10:59.627Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-05-29T19:10:59.917Z | Compiling object v0.30.4 |
| 3371 | 2026-05-29T19:10:59.983Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-05-29T19:11:00.004Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-05-29T19:11:00.133Z | Compiling crc8 v0.1.1 |
| 3374 | 2026-05-29T19:11:00.291Z | Compiling http-range v0.1.5 |
| 3375 | 2026-05-29T19:11:00.451Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3376 | 2026-05-29T19:11:00.518Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3377 | 2026-05-29T19:11:00.781Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3378 | 2026-05-29T19:11:00.799Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3379 | 2026-05-29T19:11:00.984Z | Compiling path-slash v0.1.5 |
| 3380 | 2026-05-29T19:11:01.107Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3381 | 2026-05-29T19:11:01.173Z | Compiling half v1.8.3 |
| 3382 | 2026-05-29T19:11:01.417Z | Compiling serde_cbor v0.11.2 |
| 3383 | 2026-05-29T19:11:01.473Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3384 | 2026-05-29T19:11:01.619Z | Compiling pbkdf2 v0.11.0 |
| 3385 | 2026-05-29T19:11:01.654Z | Compiling illumos-nvpair v0.3.0 |
| 3386 | 2026-05-29T19:11:01.947Z | Compiling ssh-key v0.6.7 |
| 3387 | 2026-05-29T19:11:02.053Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3388 | 2026-05-29T19:11:02.249Z | Compiling progenitor-macro v0.11.2 |
| 3389 | 2026-05-29T19:11:02.271Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3390 | 2026-05-29T19:11:02.347Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3391 | 2026-05-29T19:11:02.824Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3392 | 2026-05-29T19:11:02.859Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3393 | 2026-05-29T19:11:02.918Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3394 | 2026-05-29T19:11:02.986Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3395 | 2026-05-29T19:11:03.104Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3396 | 2026-05-29T19:11:03.186Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3397 | 2026-05-29T19:11:03.210Z | Compiling p521 v0.13.3 |
| 3398 | 2026-05-29T19:11:03.435Z | Compiling p256 v0.13.2 |
| 3399 | 2026-05-29T19:11:03.670Z | Compiling yasna v0.5.2 |
| 3400 | 2026-05-29T19:11:03.689Z | Compiling kstat-rs v0.2.4 |
| 3401 | 2026-05-29T19:11:03.733Z | Compiling headers-core v0.3.0 |
| 3402 | 2026-05-29T19:11:03.842Z | Compiling nanorand v0.7.0 |
| 3403 | 2026-05-29T19:11:03.858Z | Compiling russh-cryptovec v0.7.3 |
| 3404 | 2026-05-29T19:11:03.894Z | Compiling atty v0.2.14 |
| 3405 | 2026-05-29T19:11:03.930Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3406 | 2026-05-29T19:11:03.949Z | Compiling home v0.5.12 |
| 3407 | 2026-05-29T19:11:03.992Z | Compiling md5 v0.7.0 |
| 3408 | 2026-05-29T19:11:04.014Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 3409 | 2026-05-29T19:11:04.030Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3410 | 2026-05-29T19:11:04.075Z | Compiling flume v0.11.1 |
| 3411 | 2026-05-29T19:11:04.120Z | Compiling rcgen v0.12.1 |
| 3412 | 2026-05-29T19:11:04.196Z | Compiling russh-keys v0.45.0 |
| 3413 | 2026-05-29T19:11:04.225Z | Compiling headers v0.4.1 |
| 3414 | 2026-05-29T19:11:04.328Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3415 | 2026-05-29T19:11:04.470Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3416 | 2026-05-29T19:11:04.487Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3417 | 2026-05-29T19:11:04.529Z | Compiling hyper-staticfile v0.10.1 |
| 3418 | 2026-05-29T19:11:04.745Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3419 | 2026-05-29T19:11:04.817Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3420 | 2026-05-29T19:11:04.925Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3421 | 2026-05-29T19:11:04.951Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3422 | 2026-05-29T19:11:05.028Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3423 | 2026-05-29T19:11:05.068Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3424 | 2026-05-29T19:11:05.085Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3425 | 2026-05-29T19:11:05.333Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3426 | 2026-05-29T19:11:05.370Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3427 | 2026-05-29T19:11:05.373Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3428 | 2026-05-29T19:11:05.573Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3429 | 2026-05-29T19:11:05.598Z | Compiling num-bigint v0.4.6 |
| 3430 | 2026-05-29T19:11:05.618Z | Compiling des v0.8.1 |
| 3431 | 2026-05-29T19:11:05.648Z | Compiling subprocess v0.2.15 |
| 3432 | 2026-05-29T19:11:05.704Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-05-29T19:11:05.805Z | Compiling hex-literal v0.4.1 |
| 3434 | 2026-05-29T19:11:05.824Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-05-29T19:11:05.860Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3436 | 2026-05-29T19:11:05.881Z | Compiling colored v2.2.0 |
| 3437 | 2026-05-29T19:11:05.948Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3438 | 2026-05-29T19:11:05.993Z | Compiling socket2 v0.5.10 |
| 3439 | 2026-05-29T19:11:06.138Z | Compiling internet-checksum v0.2.1 |
| 3440 | 2026-05-29T19:11:06.155Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3441 | 2026-05-29T19:11:06.275Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3442 | 2026-05-29T19:11:06.840Z | Compiling russh v0.45.0 |
| 3443 | 2026-05-29T19:11:07.280Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3444 | 2026-05-29T19:11:07.330Z | Compiling progenitor v0.11.2 |
| 3445 | 2026-05-29T19:11:07.354Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3446 | 2026-05-29T19:11:07.493Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3447 | 2026-05-29T19:11:09.737Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3448 | 2026-05-29T19:11:10.408Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3449 | 2026-05-29T19:11:10.865Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3450 | 2026-05-29T19:11:12.772Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3451 | 2026-05-29T19:11:13.160Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3452 | 2026-05-29T19:11:20.805Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3453 | 2026-05-29T19:11:20.805Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3454 | 2026-05-29T19:11:20.805Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3455 | 2026-05-29T19:11:20.805Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3456 | 2026-05-29T19:11:22.518Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3457 | 2026-05-29T19:11:22.623Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3458 | 2026-05-29T19:11:26.750Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3459 | 2026-05-29T19:12:06.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3460 | 2026-05-29T19:12:06.989Z | |
| 3461 | 2026-05-29T19:12:06.989Z | real 1:27.145443006 |
| 3462 | 2026-05-29T19:12:06.990Z | user 8:07.478270004 |
| 3463 | 2026-05-29T19:12:06.990Z | sys 1:43.975257720 |
| 3464 | 2026-05-29T19:12:06.990Z | trap 0.239766572 |
| 3465 | 2026-05-29T19:12:06.990Z | tflt 0.588491954 |
| 3466 | 2026-05-29T19:12:06.990Z | dflt 1.535439622 |
| 3467 | 2026-05-29T19:12:06.990Z | kflt 0.000410637 |
| 3468 | 2026-05-29T19:12:06.993Z | lock 27:43.000452826 |
| 3469 | 2026-05-29T19:12:06.993Z | slp 18:46.601107307 |
| 3470 | 2026-05-29T19:12:06.993Z | lat 37.994345277 |
| 3471 | 2026-05-29T19:12:06.993Z | stop 2:48.339340694 |
| 3472 | 2026-05-29T19:12:06.993Z | + mkdir tests |
| 3473 | 2026-05-29T19:12:06.996Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3474 | 2026-05-29T19:12:06.996Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3475 | 2026-05-29T19:12:07.019Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/ |
| 3476 | 2026-05-29T19:12:07.047Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/ |
| 3477 | 2026-05-29T19:12:07.077Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/ |
| 3478 | 2026-05-29T19:12:07.107Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/ |
| 3479 | 2026-05-29T19:12:07.442Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3480 | 2026-05-29T19:12:07.446Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3481 | 2026-05-29T19:13:29.237Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3482 | 2026-05-29T19:13:29.237Z | a .github/buildomat/ci-env.sh 1K |
| 3483 | 2026-05-29T19:13:29.237Z | a out/target/test 1K |
| 3484 | 2026-05-29T19:13:29.237Z | a out/npuzone/npuzone 27402K |
| 3485 | 2026-05-29T19:13:29.237Z | a package-manifest.toml 35K |
| 3486 | 2026-05-29T19:13:29.237Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3487 | 2026-05-29T19:13:29.237Z | a target/release/omicron-package 45151K |
| 3488 | 2026-05-29T19:13:29.237Z | a target/release/xtask 11449K |
| 3489 | 2026-05-29T19:13:29.237Z | a target/debug/bootstrap 353190K |
| 3490 | 2026-05-29T19:13:29.237Z | a tests/bootstrap-f18b755259a0b5b5 31215K |
| 3491 | 2026-05-29T19:13:29.237Z | a tests/commtest-0a11de06ac61b760 32300K |
| 3492 | 2026-05-29T19:13:29.237Z | a tests/dhcp_server-7741181b9d09bcb1 31215K |
| 3493 | 2026-05-29T19:13:29.237Z | a tests/end_to_end_tests-cebe13924327cd8a 394981K |
| 3494 | 2026-05-29T19:13:29.237Z | a tools/opte_version 1K |
| 3495 | 2026-05-29T19:13:29.237Z | a tools/opte_version_override 2K |
| 3496 | 2026-05-29T19:13:29.237Z | a out/clickhouse.tar.gz 321341K |
| 3497 | 2026-05-29T19:13:29.237Z | a out/clickhouse_keeper.tar.gz 306406K |
| 3498 | 2026-05-29T19:13:29.237Z | a out/clickhouse_server.tar.gz 321338K |
| 3499 | 2026-05-29T19:13:29.237Z | a out/cockroachdb.tar.gz 165626K |
| 3500 | 2026-05-29T19:13:29.237Z | a out/crucible-pantry-zone.tar.gz 40619K |
| 3501 | 2026-05-29T19:13:29.237Z | a out/crucible-utils.tar 16478K |
| 3502 | 2026-05-29T19:13:29.237Z | a out/crucible-zone.tar.gz 56189K |
| 3503 | 2026-05-29T19:13:29.238Z | a out/external-dns.tar.gz 50209K |
| 3504 | 2026-05-29T19:13:29.238Z | a out/internal-dns.tar.gz 50209K |
| 3505 | 2026-05-29T19:13:29.238Z | a out/mg-ddm-gz.tar 95141K |
| 3506 | 2026-05-29T19:13:29.238Z | a out/nexus.tar.gz 278462K |
| 3507 | 2026-05-29T19:13:29.238Z | a out/ntp.tar.gz 32290K |
| 3508 | 2026-05-29T19:13:29.238Z | a out/omicron-gateway-softnpu.tar.gz 29903K |
| 3509 | 2026-05-29T19:13:29.238Z | a out/omicron-sled-agent.tar 203620K |
| 3510 | 2026-05-29T19:13:29.238Z | a out/overlay.tar.gz 3K |
| 3511 | 2026-05-29T19:13:29.238Z | a out/oximeter.tar.gz 67118K |
| 3512 | 2026-05-29T19:13:29.238Z | a out/oxlog.tar 3782K |
| 3513 | 2026-05-29T19:13:29.238Z | a out/probe.tar.gz 3037K |
| 3514 | 2026-05-29T19:13:29.238Z | a out/propolis-server.tar.gz 35483K |
| 3515 | 2026-05-29T19:13:29.238Z | a out/pumpkind-gz.tar 26647K |
| 3516 | 2026-05-29T19:13:29.238Z | a out/switch-softnpu.tar.gz 452030K |
| 3517 | 2026-05-29T19:13:29.242Z | |
| 3518 | 2026-05-29T19:13:29.242Z | real 1:21.790525276 |
| 3519 | 2026-05-29T19:13:29.242Z | user 1:19.096809011 |
| 3520 | 2026-05-29T19:13:29.242Z | sys 4.481702413 |
| 3521 | 2026-05-29T19:13:29.242Z | trap 0.005763198 |
| 3522 | 2026-05-29T19:13:29.242Z | tflt 0.000000000 |
| 3523 | 2026-05-29T19:13:29.242Z | dflt 0.000000000 |
| 3524 | 2026-05-29T19:13:29.242Z | kflt 0.000000000 |
| 3525 | 2026-05-29T19:13:29.242Z | lock 0.000000000 |
| 3526 | 2026-05-29T19:13:29.243Z | slp 1:18.991235572 |
| 3527 | 2026-05-29T19:13:29.243Z | lat 0.999990928 |
| 3528 | 2026-05-29T19:13:29.243Z | stop 0.000563748 |
| 3529 | 2026-05-29T19:13:29.243Z | process exited: duration 1025795 ms, exit code 0 |
| |
| 3530 | 2026-05-29T19:13:29.255Z | found 1 output files |
| 3531 | 2026-05-29T19:13:29.256Z | uploading: /work/package.tar.gz (2555346095 bytes) |
| 3532 | 2026-05-29T19:14:00.942Z | uploaded: /work/package.tar.gz |