|
|
|
| 1 | 2026-05-26T17:30:05.512Z | job assigned to worker 01KSJNAZJ8D8Z6J3H3HQ7ANG6W [factory aws, i-04bff4b0212589269] (queued for 50 s) |
| |
| 2 | 2026-05-26T17:30:12.596Z | starting task 0: "setup" |
| 3 | 2026-05-26T17:30:12.606Z | ++ uname -s |
| 4 | 2026-05-26T17:30:12.606Z | + kern=SunOS |
| 5 | 2026-05-26T17:30:12.606Z | + build_user=build |
| 6 | 2026-05-26T17:30:12.606Z | + build_uid=12345 |
| 7 | 2026-05-26T17:30:12.606Z | + work_dir=/work |
| 8 | 2026-05-26T17:30:12.606Z | + input_dir=/input |
| 9 | 2026-05-26T17:30:12.606Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T17:30:12.606Z | + case "$kern" in |
| 11 | 2026-05-26T17:30:12.606Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T17:30:12.614Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T17:30:14.619Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T17:30:14.698Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T17:30:14.702Z | + home_fs=zfs |
| 16 | 2026-05-26T17:30:14.702Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T17:30:14.702Z | + mkdir -p /home/build |
| 18 | 2026-05-26T17:30:14.702Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T17:30:16.704Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T17:30:16.707Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-05-26T17:30:16.715Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T17:30:16.721Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T17:30:16.721Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-26T17:30:16.721Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-26T17:30:16.721Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-26T17:30:16.721Z | * rust toolchain profile = "default" |
| 27 | 2026-05-26T17:30:16.721Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T17:30:16.732Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T17:30:16.732Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T17:30:16.833Z | info: downloading installer |
| 31 | 2026-05-26T17:30:18.195Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T17:30:18.195Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T17:30:18.195Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T17:30:18.195Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T17:30:18.206Z | info: profile set to default |
| 36 | 2026-05-26T17:30:18.206Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T17:30:18.209Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T17:30:18.340Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T17:30:18.344Z | info: downloading 6 components |
| 40 | 2026-05-26T17:30:33.750Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-26T17:30:33.750Z | |
| 42 | 2026-05-26T17:30:33.778Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T17:30:33.778Z | |
| 44 | 2026-05-26T17:30:33.779Z | |
| 45 | 2026-05-26T17:30:33.779Z | Rust is installed now. Great! |
| 46 | 2026-05-26T17:30:33.779Z | |
| 47 | 2026-05-26T17:30:33.779Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T17:30:33.782Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T17:30:33.782Z | |
| 50 | 2026-05-26T17:30:33.782Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T17:30:33.782Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T17:30:33.782Z | |
| 53 | 2026-05-26T17:30:33.782Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T17:30:33.782Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T17:30:33.782Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T17:30:33.782Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T17:30:33.782Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T17:30:33.782Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T17:30:33.783Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T17:30:33.783Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T17:30:33.783Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T17:30:33.876Z | + rustup --version |
| 63 | 2026-05-26T17:30:33.882Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T17:30:33.885Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T17:30:33.903Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T17:30:33.906Z | + cargo --version |
| 67 | 2026-05-26T17:30:33.914Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T17:30:33.917Z | + rustc --version |
| 69 | 2026-05-26T17:30:33.937Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T17:30:33.940Z | process exited: duration 17224 ms, exit code 0 |
| |
| 71 | 2026-05-26T17:30:33.946Z | starting task 2: "authentication" |
| 72 | 2026-05-26T17:30:33.966Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-05-26T17:30:33.972Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T17:30:33.976Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T17:30:33.979Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T17:30:34.017Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T17:30:45.203Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T17:30:45.204Z | + git fetch origin 261a4eca441a815bfb0bf971f43e6ce732f1803e |
| 79 | 2026-05-26T17:30:45.485Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T17:30:45.485Z | * branch 261a4eca441a815bfb0bf971f43e6ce732f1803e -> FETCH_HEAD |
| 81 | 2026-05-26T17:30:45.499Z | + [[ -n eliza/one-ereport-pretty-printer-to-rule-them-all ]] |
| 82 | 2026-05-26T17:30:45.502Z | ++ git branch --show-current |
| 83 | 2026-05-26T17:30:45.502Z | + current=main |
| 84 | 2026-05-26T17:30:45.502Z | + [[ main != eliza/one-ereport-pretty-printer-to-rule-them-all ]] |
| 85 | 2026-05-26T17:30:45.502Z | + git branch -f eliza/one-ereport-pretty-printer-to-rule-them-all 261a4eca441a815bfb0bf971f43e6ce732f1803e |
| 86 | 2026-05-26T17:30:45.505Z | + git checkout -f eliza/one-ereport-pretty-printer-to-rule-them-all |
| 87 | 2026-05-26T17:30:45.744Z | Switched to branch 'eliza/one-ereport-pretty-printer-to-rule-them-all' |
| 88 | 2026-05-26T17:30:45.747Z | + git reset --hard 261a4eca441a815bfb0bf971f43e6ce732f1803e |
| 89 | 2026-05-26T17:30:45.764Z | HEAD is now at 261a4eca4 ux feedback from @wfchandler |
| 90 | 2026-05-26T17:30:45.767Z | process exited: duration 11793 ms, exit code 0 |
| |
| 91 | 2026-05-26T17:30:45.773Z | starting task 4: "build" |
| 92 | 2026-05-26T17:30:45.778Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-26T17:30:45.778Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-26T17:30:45.778Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-26T17:30:45.778Z | + cargo --version |
| 96 | 2026-05-26T17:30:45.788Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-26T17:30:45.791Z | + rustc --version |
| 98 | 2026-05-26T17:30:45.810Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-26T17:30:45.814Z | + WORK=/work |
| 100 | 2026-05-26T17:30:45.814Z | + pfexec mkdir -p /work |
| 101 | 2026-05-26T17:30:45.817Z | + pfexec chown build /work |
| 102 | 2026-05-26T17:30:45.820Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-26T17:30:47.430Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-26T17:30:47.500Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-26T17:30:47.770Z | Planning: Solver setup ... Done (0.228s) |
| 106 | 2026-05-26T17:30:47.788Z | Planning: Running solver ... Done (0.018s) |
| 107 | 2026-05-26T17:30:47.794Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-26T17:30:47.806Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-26T17:30:47.823Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-26T17:30:47.837Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-05-26T17:30:47.840Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-26T17:30:48.030Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 113 | 2026-05-26T17:30:48.033Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-26T17:30:48.903Z | Planning: Evaluating mediators ... Done (0.873s) |
| 115 | 2026-05-26T17:30:48.906Z | Planning: Planning completed in 1.38 seconds |
| 116 | 2026-05-26T17:30:48.912Z | Packages to install: 2 |
| 117 | 2026-05-26T17:30:48.912Z | Estimated space available: 156.07 GB |
| 118 | 2026-05-26T17:30:48.912Z | Estimated space to be consumed: 22.53 MB |
| 119 | 2026-05-26T17:30:48.915Z | Create boot environment: No |
| 120 | 2026-05-26T17:30:48.915Z | Create backup boot environment: No |
| 121 | 2026-05-26T17:30:48.915Z | Rebuild boot archive: No |
| 122 | 2026-05-26T17:30:48.915Z | |
| 123 | 2026-05-26T17:30:48.916Z | Changed packages: |
| 124 | 2026-05-26T17:30:48.916Z | helios |
| 125 | 2026-05-26T17:30:48.916Z | developer/build-essential |
| 126 | 2026-05-26T17:30:48.916Z | None -> 11-3.0 |
| 127 | 2026-05-26T17:30:48.916Z | library/libxmlsec1 |
| 128 | 2026-05-26T17:30:48.916Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-26T17:30:48.938Z | |
| 130 | 2026-05-26T17:30:48.938Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-26T17:30:49.585Z | Download: Completed 1.28 MB in 0.65 seconds (2.0M/s) |
| 132 | 2026-05-26T17:30:49.656Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-26T17:30:49.695Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-26T17:30:49.731Z | Finalize: Updating package state database ... Done (0.035s) |
| 135 | 2026-05-26T17:30:49.734Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-26T17:30:49.749Z | Finalize: Updating image state ... Done (0.018s) |
| 137 | 2026-05-26T17:30:52.247Z | Finalize: Creating fast lookup database ... Done (2.474s) |
| 138 | 2026-05-26T17:30:52.321Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-26T17:30:52.324Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-26T17:30:52.417Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-26T17:30:52.713Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-26T17:30:52.819Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-26T17:30:52.822Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-26T17:30:52.978Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-26T17:30:52.981Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-26T17:30:53.002Z | Mediators to change: 2 |
| 147 | 2026-05-26T17:30:53.002Z | Create boot environment: No |
| 148 | 2026-05-26T17:30:53.002Z | Create backup boot environment: No |
| 149 | 2026-05-26T17:30:53.053Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-26T17:30:53.053Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-26T17:30:53.063Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-26T17:30:55.345Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-26T17:30:55.348Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-26T17:30:55.348Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-26T17:30:55.348Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-26T17:30:55.378Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-26T17:30:55.481Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-26T17:30:55.484Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-26T17:30:55.639Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-26T17:30:55.642Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-26T17:30:55.661Z | Mediators to change: 1 |
| 162 | 2026-05-26T17:30:55.661Z | Create boot environment: No |
| 163 | 2026-05-26T17:30:55.661Z | Create backup boot environment: No |
| 164 | 2026-05-26T17:30:55.708Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-26T17:30:55.708Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-26T17:30:55.719Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-26T17:30:57.631Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-26T17:30:57.691Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-26T17:30:57.694Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-26T17:30:57.768Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-26T17:30:58.075Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-26T17:30:58.075Z | apache system 2.4 system |
| 173 | 2026-05-26T17:30:58.075Z | clang system 15 system |
| 174 | 2026-05-26T17:30:58.075Z | csh system system illumos |
| 175 | 2026-05-26T17:30:58.075Z | ctags system system illumos |
| 176 | 2026-05-26T17:30:58.075Z | file vendor vendor darwinsys |
| 177 | 2026-05-26T17:30:58.075Z | file system system illumos |
| 178 | 2026-05-26T17:30:58.075Z | gcc vendor 14 vendor |
| 179 | 2026-05-26T17:30:58.075Z | gcc system 13 system |
| 180 | 2026-05-26T17:30:58.075Z | gcc system 10 system |
| 181 | 2026-05-26T17:30:58.075Z | go system 1.25 system |
| 182 | 2026-05-26T17:30:58.075Z | llvm system 15 system |
| 183 | 2026-05-26T17:30:58.075Z | mariadb system 11.4 system |
| 184 | 2026-05-26T17:30:58.076Z | mta vendor vendor dma |
| 185 | 2026-05-26T17:30:58.076Z | openjdk system 17 system |
| 186 | 2026-05-26T17:30:58.076Z | openjdk system 11 system |
| 187 | 2026-05-26T17:30:58.076Z | openssl vendor 3 vendor |
| 188 | 2026-05-26T17:30:58.076Z | perl system 5.40 system |
| 189 | 2026-05-26T17:30:58.076Z | postgresql system 18 system |
| 190 | 2026-05-26T17:30:58.076Z | postgresql system 17 system |
| 191 | 2026-05-26T17:30:58.076Z | python vendor 3 vendor |
| 192 | 2026-05-26T17:30:58.076Z | python system 2 system |
| 193 | 2026-05-26T17:30:58.076Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-26T17:30:58.076Z | ruby system 3.4 system |
| 195 | 2026-05-26T17:30:58.076Z | ruby system 3.0 system |
| 196 | 2026-05-26T17:30:58.076Z | words vendor vendor american-english |
| 197 | 2026-05-26T17:30:58.076Z | words system system australian-english |
| 198 | 2026-05-26T17:30:58.076Z | words system system british-english |
| 199 | 2026-05-26T17:30:58.076Z | words system system canadian-english |
| 200 | 2026-05-26T17:30:58.076Z | words system system french |
| 201 | 2026-05-26T17:30:58.076Z | words system system italian |
| 202 | 2026-05-26T17:30:58.076Z | words system system ngerman |
| 203 | 2026-05-26T17:30:58.076Z | words system system ogerman |
| 204 | 2026-05-26T17:30:58.076Z | words system system spanish |
| 205 | 2026-05-26T17:30:58.330Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-26T17:30:58.330Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-26T17:30:58.600Z | FMRI IFO |
| 208 | 2026-05-26T17:30:58.600Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-26T17:30:58.600Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-26T17:30:58.600Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-26T17:30:58.600Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-26T17:30:58.600Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-26T17:30:58.600Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-26T17:30:58.600Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-26T17:30:58.600Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-26T17:30:58.600Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-26T17:30:58.829Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-26T17:30:59.163Z | Updating crates.io index |
| 219 | 2026-05-26T17:30:59.167Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-26T17:30:59.437Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-26T17:31:00.328Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-26T17:31:00.772Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-26T17:31:01.889Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-26T17:31:02.487Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-26T17:31:04.005Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-26T17:31:04.740Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-26T17:31:05.190Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-26T17:31:05.988Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-26T17:31:06.403Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-26T17:31:06.836Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-26T17:31:07.143Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-26T17:31:08.368Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-26T17:31:08.891Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-05-26T17:31:09.156Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 235 | 2026-05-26T17:31:09.506Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 236 | 2026-05-26T17:31:09.875Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 237 | 2026-05-26T17:31:10.313Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 238 | 2026-05-26T17:31:10.836Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 239 | 2026-05-26T17:31:11.088Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 240 | 2026-05-26T17:31:11.359Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 241 | 2026-05-26T17:31:11.772Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-05-26T17:31:12.160Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 243 | 2026-05-26T17:31:12.644Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 244 | 2026-05-26T17:31:13.117Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 245 | 2026-05-26T17:31:13.513Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-05-26T17:31:13.877Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-05-26T17:31:14.175Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 248 | 2026-05-26T17:31:15.172Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-26T17:31:16.351Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 250 | 2026-05-26T17:31:16.833Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-05-26T17:31:17.122Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-05-26T17:31:17.532Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-26T17:31:17.871Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 254 | 2026-05-26T17:31:18.322Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 255 | 2026-05-26T17:31:18.673Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-05-26T17:31:19.103Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-05-26T17:31:19.384Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-05-26T17:31:19.655Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-05-26T17:31:20.045Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-05-26T17:31:31.931Z | Downloading crates ... |
| 261 | 2026-05-26T17:31:31.985Z | Downloaded clap_lex v1.0.0 |
| 262 | 2026-05-26T17:31:31.988Z | Downloaded crypto-common v0.1.7 |
| 263 | 2026-05-26T17:31:31.991Z | Downloaded memmap v0.7.0 |
| 264 | 2026-05-26T17:31:31.991Z | Downloaded anstyle-query v1.1.5 |
| 265 | 2026-05-26T17:31:31.994Z | Downloaded heck v0.5.0 |
| 266 | 2026-05-26T17:31:31.994Z | Downloaded anstyle v1.0.13 |
| 267 | 2026-05-26T17:31:31.998Z | Downloaded ordered-float v2.10.1 |
| 268 | 2026-05-26T17:31:32.005Z | Downloaded fs-err v3.3.0 |
| 269 | 2026-05-26T17:31:32.005Z | Downloaded camino-tempfile v1.4.1 |
| 270 | 2026-05-26T17:31:32.005Z | Downloaded anstream v0.6.21 |
| 271 | 2026-05-26T17:31:32.008Z | Downloaded proc-macro-error-attr v1.0.4 |
| 272 | 2026-05-26T17:31:32.008Z | Downloaded thread-id v4.2.2 |
| 273 | 2026-05-26T17:31:32.009Z | Downloaded tabled_derive v0.7.0 |
| 274 | 2026-05-26T17:31:32.009Z | Downloaded stable_deref_trait v1.2.1 |
| 275 | 2026-05-26T17:31:32.014Z | Downloaded thiserror-impl v2.0.18 |
| 276 | 2026-05-26T17:31:32.014Z | Downloaded zerofrom v0.1.6 |
| 277 | 2026-05-26T17:31:32.019Z | Downloaded thiserror v2.0.18 |
| 278 | 2026-05-26T17:31:32.019Z | Downloaded unicode-xid v0.2.6 |
| 279 | 2026-05-26T17:31:32.019Z | Downloaded bitflags v2.11.0 |
| 280 | 2026-05-26T17:31:32.026Z | Downloaded zmij v1.0.21 |
| 281 | 2026-05-26T17:31:32.026Z | Downloaded zerovec-derive v0.11.2 |
| 282 | 2026-05-26T17:31:32.026Z | Downloaded serde-untagged v0.1.9 |
| 283 | 2026-05-26T17:31:32.026Z | Downloaded erased-serde v0.4.9 |
| 284 | 2026-05-26T17:31:32.030Z | Downloaded yoke-derive v0.8.1 |
| 285 | 2026-05-26T17:31:32.030Z | Downloaded typeid v1.0.3 |
| 286 | 2026-05-26T17:31:32.030Z | Downloaded anstyle-parse v0.2.7 |
| 287 | 2026-05-26T17:31:32.030Z | Downloaded typenum v1.19.0 |
| 288 | 2026-05-26T17:31:32.030Z | Downloaded usdt v0.5.0 |
| 289 | 2026-05-26T17:31:32.030Z | Downloaded toml_datetime v0.6.11 |
| 290 | 2026-05-26T17:31:32.034Z | Downloaded serde_spanned v0.6.9 |
| 291 | 2026-05-26T17:31:32.034Z | Downloaded usdt-attr-macro v0.5.0 |
| 292 | 2026-05-26T17:31:32.035Z | Downloaded potential_utf v0.1.4 |
| 293 | 2026-05-26T17:31:32.035Z | Downloaded block-buffer v0.10.4 |
| 294 | 2026-05-26T17:31:32.035Z | Downloaded thiserror v1.0.69 |
| 295 | 2026-05-26T17:31:32.038Z | Downloaded smallvec v1.15.1 |
| 296 | 2026-05-26T17:31:32.038Z | Downloaded unicode-linebreak v0.1.5 |
| 297 | 2026-05-26T17:31:32.038Z | Downloaded clap v4.5.60 |
| 298 | 2026-05-26T17:31:32.041Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-05-26T17:31:32.044Z | Downloaded version_check v0.9.5 |
| 300 | 2026-05-26T17:31:32.044Z | Downloaded icu_properties v2.1.2 |
| 301 | 2026-05-26T17:31:32.044Z | Downloaded utf8parse v0.2.2 |
| 302 | 2026-05-26T17:31:32.047Z | Downloaded usdt-macro v0.5.0 |
| 303 | 2026-05-26T17:31:32.047Z | Downloaded toml_write v0.1.2 |
| 304 | 2026-05-26T17:31:32.047Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-05-26T17:31:32.047Z | Downloaded heck v0.4.1 |
| 306 | 2026-05-26T17:31:32.050Z | Downloaded anyhow v1.0.102 |
| 307 | 2026-05-26T17:31:32.050Z | Downloaded terminal_size v0.4.3 |
| 308 | 2026-05-26T17:31:32.053Z | Downloaded serde_derive v1.0.228 |
| 309 | 2026-05-26T17:31:32.053Z | Downloaded serde-value v0.7.0 |
| 310 | 2026-05-26T17:31:32.054Z | Downloaded pest_meta v2.8.6 |
| 311 | 2026-05-26T17:31:32.056Z | Downloaded generic-array v0.14.7 |
| 312 | 2026-05-26T17:31:32.056Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-05-26T17:31:32.056Z | Downloaded fastrand v2.3.0 |
| 314 | 2026-05-26T17:31:32.059Z | Downloaded dof v0.3.0 |
| 315 | 2026-05-26T17:31:32.060Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-05-26T17:31:32.060Z | Downloaded ucd-trie v0.1.7 |
| 317 | 2026-05-26T17:31:32.060Z | Downloaded swrite v0.1.0 |
| 318 | 2026-05-26T17:31:32.060Z | Downloaded cargo_metadata v0.21.0 |
| 319 | 2026-05-26T17:31:32.064Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-05-26T17:31:32.064Z | Downloaded icu_normalizer v2.1.1 |
| 321 | 2026-05-26T17:31:32.067Z | Downloaded toml v0.8.23 |
| 322 | 2026-05-26T17:31:32.067Z | Downloaded plain v0.2.3 |
| 323 | 2026-05-26T17:31:32.070Z | Downloaded zerocopy-derive v0.7.35 |
| 324 | 2026-05-26T17:31:32.073Z | Downloaded yoke v0.8.1 |
| 325 | 2026-05-26T17:31:32.073Z | Downloaded textwrap v0.16.2 |
| 326 | 2026-05-26T17:31:32.076Z | Downloaded pretty-hex v0.4.1 |
| 327 | 2026-05-26T17:31:32.076Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2026-05-26T17:31:32.076Z | Downloaded form_urlencoded v1.2.2 |
| 329 | 2026-05-26T17:31:32.079Z | Downloaded percent-encoding v2.3.2 |
| 330 | 2026-05-26T17:31:32.080Z | Downloaded is_terminal_polyfill v1.70.2 |
| 331 | 2026-05-26T17:31:32.080Z | Downloaded url v2.5.8 |
| 332 | 2026-05-26T17:31:32.083Z | Downloaded errno v0.3.14 |
| 333 | 2026-05-26T17:31:32.083Z | Downloaded writeable v0.6.2 |
| 334 | 2026-05-26T17:31:32.083Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-05-26T17:31:32.086Z | Downloaded cfg-if v1.0.4 |
| 336 | 2026-05-26T17:31:32.086Z | Downloaded cpufeatures v0.2.17 |
| 337 | 2026-05-26T17:31:32.089Z | Downloaded zerotrie v0.2.3 |
| 338 | 2026-05-26T17:31:32.092Z | Downloaded fnv v1.0.7 |
| 339 | 2026-05-26T17:31:32.092Z | Downloaded strsim v0.11.1 |
| 340 | 2026-05-26T17:31:32.095Z | Downloaded macaddr v1.0.1 |
| 341 | 2026-05-26T17:31:32.095Z | Downloaded tinystr v0.8.2 |
| 342 | 2026-05-26T17:31:32.098Z | Downloaded toml_edit v0.22.27 |
| 343 | 2026-05-26T17:31:32.101Z | Downloaded smawk v0.3.2 |
| 344 | 2026-05-26T17:31:32.102Z | Downloaded sha2 v0.10.9 |
| 345 | 2026-05-26T17:31:32.102Z | Downloaded displaydoc v0.2.5 |
| 346 | 2026-05-26T17:31:32.105Z | Downloaded colorchoice v1.0.4 |
| 347 | 2026-05-26T17:31:32.105Z | Downloaded cargo-platform v0.2.0 |
| 348 | 2026-05-26T17:31:32.105Z | Downloaded autocfg v1.5.0 |
| 349 | 2026-05-26T17:31:32.108Z | Downloaded idna_adapter v1.2.1 |
| 350 | 2026-05-26T17:31:32.111Z | Downloaded winnow v0.7.14 |
| 351 | 2026-05-26T17:31:32.114Z | Downloaded itoa v1.0.17 |
| 352 | 2026-05-26T17:31:32.117Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-05-26T17:31:32.117Z | Downloaded clap_derive v4.5.55 |
| 354 | 2026-05-26T17:31:32.120Z | Downloaded zerovec v0.11.5 |
| 355 | 2026-05-26T17:31:32.124Z | Downloaded zerocopy v0.7.35 |
| 356 | 2026-05-26T17:31:32.129Z | Downloaded synstructure v0.13.2 |
| 357 | 2026-05-26T17:31:32.131Z | Downloaded bytecount v0.6.9 |
| 358 | 2026-05-26T17:31:32.131Z | Downloaded proc-macro-error v1.0.4 |
| 359 | 2026-05-26T17:31:32.135Z | Downloaded equivalent v1.0.2 |
| 360 | 2026-05-26T17:31:32.135Z | Downloaded digest v0.10.7 |
| 361 | 2026-05-26T17:31:32.135Z | Downloaded unicode-width v0.2.0 |
| 362 | 2026-05-26T17:31:32.138Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-05-26T17:31:32.141Z | Downloaded cargo-util-schemas v0.8.2 |
| 364 | 2026-05-26T17:31:32.144Z | Downloaded pest_derive v2.8.6 |
| 365 | 2026-05-26T17:31:32.147Z | Downloaded byteorder v1.5.0 |
| 366 | 2026-05-26T17:31:32.147Z | Downloaded serde_tokenstream v0.2.3 |
| 367 | 2026-05-26T17:31:32.147Z | Downloaded quote v1.0.45 |
| 368 | 2026-05-26T17:31:32.151Z | Downloaded serde_core v1.0.228 |
| 369 | 2026-05-26T17:31:32.160Z | Downloaded camino v1.2.2 |
| 370 | 2026-05-26T17:31:32.163Z | Downloaded scroll v0.12.0 |
| 371 | 2026-05-26T17:31:32.163Z | Downloaded litemap v0.8.1 |
| 372 | 2026-05-26T17:31:32.166Z | Downloaded semver v1.0.28 |
| 373 | 2026-05-26T17:31:32.166Z | Downloaded once_cell v1.21.3 |
| 374 | 2026-05-26T17:31:32.170Z | Downloaded icu_provider v2.1.1 |
| 375 | 2026-05-26T17:31:32.173Z | Downloaded cargo_toml v0.21.0 |
| 376 | 2026-05-26T17:31:32.183Z | Downloaded proc-macro2 v1.0.106 |
| 377 | 2026-05-26T17:31:32.186Z | Downloaded tempfile v3.25.0 |
| 378 | 2026-05-26T17:31:32.186Z | Downloaded num-traits v0.2.19 |
| 379 | 2026-05-26T17:31:32.193Z | Downloaded getrandom v0.4.1 |
| 380 | 2026-05-26T17:31:32.207Z | Downloaded log v0.4.29 |
| 381 | 2026-05-26T17:31:32.211Z | Downloaded icu_normalizer_data v2.1.1 |
| 382 | 2026-05-26T17:31:32.211Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-05-26T17:31:32.216Z | Downloaded papergrid v0.11.0 |
| 384 | 2026-05-26T17:31:32.220Z | Downloaded icu_collections v2.1.1 |
| 385 | 2026-05-26T17:31:32.223Z | Downloaded idna v1.1.0 |
| 386 | 2026-05-26T17:31:32.229Z | Downloaded serde v1.0.228 |
| 387 | 2026-05-26T17:31:32.238Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-26T17:31:32.245Z | Downloaded memchr v2.8.0 |
| 389 | 2026-05-26T17:31:32.254Z | Downloaded goblin v0.8.2 |
| 390 | 2026-05-26T17:31:32.262Z | Downloaded indexmap v2.14.0 |
| 391 | 2026-05-26T17:31:32.282Z | Downloaded serde_json v1.0.149 |
| 392 | 2026-05-26T17:31:32.286Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-26T17:31:32.291Z | Downloaded clap_builder v4.5.60 |
| 394 | 2026-05-26T17:31:32.295Z | Downloaded hashbrown v0.17.0 |
| 395 | 2026-05-26T17:31:32.299Z | Downloaded tabled v0.15.0 |
| 396 | 2026-05-26T17:31:32.316Z | Downloaded syn v1.0.109 |
| 397 | 2026-05-26T17:31:32.323Z | Downloaded syn v2.0.117 |
| 398 | 2026-05-26T17:31:32.332Z | Downloaded rustix v1.1.3 |
| 399 | 2026-05-26T17:31:32.359Z | Downloaded libc v0.2.185 |
| 400 | 2026-05-26T17:31:32.426Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-05-26T17:31:32.426Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-05-26T17:31:32.429Z | Compiling quote v1.0.45 |
| 403 | 2026-05-26T17:31:32.429Z | Compiling serde_core v1.0.228 |
| 404 | 2026-05-26T17:31:32.429Z | Compiling libc v0.2.185 |
| 405 | 2026-05-26T17:31:32.429Z | Compiling version_check v0.9.5 |
| 406 | 2026-05-26T17:31:32.429Z | Compiling stable_deref_trait v1.2.1 |
| 407 | 2026-05-26T17:31:32.429Z | Compiling serde v1.0.228 |
| 408 | 2026-05-26T17:31:32.429Z | Compiling memchr v2.8.0 |
| 409 | 2026-05-26T17:31:32.429Z | Compiling zmij v1.0.21 |
| 410 | 2026-05-26T17:31:32.607Z | Compiling itoa v1.0.17 |
| 411 | 2026-05-26T17:31:32.610Z | Compiling ucd-trie v0.1.7 |
| 412 | 2026-05-26T17:31:32.611Z | Compiling autocfg v1.5.0 |
| 413 | 2026-05-26T17:31:32.611Z | Compiling thiserror v1.0.69 |
| 414 | 2026-05-26T17:31:32.611Z | Compiling writeable v0.6.2 |
| 415 | 2026-05-26T17:31:32.854Z | Compiling litemap v0.8.1 |
| 416 | 2026-05-26T17:31:32.869Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-26T17:31:33.051Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-05-26T17:31:33.104Z | Compiling pest v2.8.6 |
| 419 | 2026-05-26T17:31:33.104Z | Compiling rustix v1.1.3 |
| 420 | 2026-05-26T17:31:33.155Z | Compiling byteorder v1.5.0 |
| 421 | 2026-05-26T17:31:33.298Z | Compiling serde_json v1.0.149 |
| 422 | 2026-05-26T17:31:33.315Z | Compiling bitflags v2.11.0 |
| 423 | 2026-05-26T17:31:33.318Z | Compiling num-traits v0.2.19 |
| 424 | 2026-05-26T17:31:33.382Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-05-26T17:31:33.450Z | Compiling smallvec v1.15.1 |
| 426 | 2026-05-26T17:31:33.453Z | Compiling typeid v1.0.3 |
| 427 | 2026-05-26T17:31:33.573Z | Compiling equivalent v1.0.2 |
| 428 | 2026-05-26T17:31:33.589Z | Compiling usdt-impl v0.5.0 |
| 429 | 2026-05-26T17:31:33.609Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2026-05-26T17:31:33.612Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-05-26T17:31:33.613Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-26T17:31:33.680Z | Compiling syn v1.0.109 |
| 433 | 2026-05-26T17:31:33.706Z | Compiling winnow v0.7.14 |
| 434 | 2026-05-26T17:31:33.718Z | Compiling errno v0.3.14 |
| 435 | 2026-05-26T17:31:33.822Z | Compiling thread-id v4.2.2 |
| 436 | 2026-05-26T17:31:33.840Z | Compiling proc-macro-error v1.0.4 |
| 437 | 2026-05-26T17:31:33.931Z | Compiling indexmap v2.14.0 |
| 438 | 2026-05-26T17:31:33.969Z | Compiling percent-encoding v2.3.2 |
| 439 | 2026-05-26T17:31:34.020Z | Compiling plain v0.2.3 |
| 440 | 2026-05-26T17:31:34.040Z | Compiling thiserror v2.0.18 |
| 441 | 2026-05-26T17:31:34.071Z | Compiling utf8_iter v1.0.4 |
| 442 | 2026-05-26T17:31:34.086Z | Compiling camino v1.2.2 |
| 443 | 2026-05-26T17:31:34.104Z | Compiling syn v2.0.117 |
| 444 | 2026-05-26T17:31:34.118Z | Compiling utf8parse v0.2.2 |
| 445 | 2026-05-26T17:31:34.143Z | Compiling log v0.4.29 |
| 446 | 2026-05-26T17:31:34.189Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-26T17:31:34.213Z | Compiling getrandom v0.4.1 |
| 448 | 2026-05-26T17:31:34.243Z | Compiling anstyle-parse v0.2.7 |
| 449 | 2026-05-26T17:31:34.277Z | Compiling form_urlencoded v1.2.2 |
| 450 | 2026-05-26T17:31:34.507Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-26T17:31:34.581Z | Compiling anstyle-query v1.1.5 |
| 452 | 2026-05-26T17:31:34.597Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-26T17:31:34.663Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-26T17:31:34.666Z | Compiling is_terminal_polyfill v1.70.2 |
| 455 | 2026-05-26T17:31:34.696Z | Compiling cfg-if v1.0.4 |
| 456 | 2026-05-26T17:31:34.724Z | Compiling pretty-hex v0.4.1 |
| 457 | 2026-05-26T17:31:34.762Z | Compiling fs-err v3.3.0 |
| 458 | 2026-05-26T17:31:34.779Z | Compiling terminal_size v0.4.3 |
| 459 | 2026-05-26T17:31:34.798Z | Compiling unicode-xid v0.2.6 |
| 460 | 2026-05-26T17:31:34.837Z | Compiling bytecount v0.6.9 |
| 461 | 2026-05-26T17:31:34.881Z | Compiling anstream v0.6.21 |
| 462 | 2026-05-26T17:31:34.906Z | Compiling once_cell v1.21.3 |
| 463 | 2026-05-26T17:31:34.994Z | Compiling semver v1.0.28 |
| 464 | 2026-05-26T17:31:35.015Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-05-26T17:31:35.021Z | Compiling heck v0.4.1 |
| 466 | 2026-05-26T17:31:35.102Z | Compiling clap_lex v1.0.0 |
| 467 | 2026-05-26T17:31:35.137Z | Compiling strsim v0.11.1 |
| 468 | 2026-05-26T17:31:35.206Z | Compiling fnv v1.0.7 |
| 469 | 2026-05-26T17:31:35.224Z | Compiling heck v0.5.0 |
| 470 | 2026-05-26T17:31:35.267Z | Compiling fastrand v2.3.0 |
| 471 | 2026-05-26T17:31:35.283Z | Compiling anyhow v1.0.102 |
| 472 | 2026-05-26T17:31:35.316Z | Compiling papergrid v0.11.0 |
| 473 | 2026-05-26T17:31:35.334Z | Compiling clap_builder v4.5.60 |
| 474 | 2026-05-26T17:31:35.351Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-05-26T17:31:35.388Z | Compiling memmap v0.7.0 |
| 476 | 2026-05-26T17:31:35.437Z | Compiling unicode-linebreak v0.1.5 |
| 477 | 2026-05-26T17:31:35.472Z | Compiling tempfile v3.25.0 |
| 478 | 2026-05-26T17:31:35.491Z | Compiling unicode-width v0.2.0 |
| 479 | 2026-05-26T17:31:35.509Z | Compiling smawk v0.3.2 |
| 480 | 2026-05-26T17:31:35.620Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-05-26T17:31:35.671Z | Compiling swrite v0.1.0 |
| 482 | 2026-05-26T17:31:35.709Z | Compiling camino-tempfile v1.4.1 |
| 483 | 2026-05-26T17:31:35.783Z | Compiling textwrap v0.16.2 |
| 484 | 2026-05-26T17:31:36.154Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-05-26T17:31:36.667Z | Compiling synstructure v0.13.2 |
| 486 | 2026-05-26T17:31:36.667Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-05-26T17:31:36.808Z | Compiling tabled v0.15.0 |
| 488 | 2026-05-26T17:31:37.206Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-05-26T17:31:37.206Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-05-26T17:31:37.209Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-05-26T17:31:37.209Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-05-26T17:31:37.209Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-05-26T17:31:37.209Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-05-26T17:31:37.209Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-05-26T17:31:37.209Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-05-26T17:31:37.223Z | Compiling thiserror-impl v2.0.18 |
| 497 | 2026-05-26T17:31:37.273Z | Compiling clap_derive v4.5.55 |
| 498 | 2026-05-26T17:31:37.291Z | Compiling pest_derive v2.8.6 |
| 499 | 2026-05-26T17:31:37.900Z | Compiling scroll v0.12.0 |
| 500 | 2026-05-26T17:31:38.054Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-05-26T17:31:38.127Z | Compiling goblin v0.8.2 |
| 502 | 2026-05-26T17:31:38.384Z | Compiling dtrace-parser v0.2.0 |
| 503 | 2026-05-26T17:31:38.402Z | Compiling zerofrom v0.1.6 |
| 504 | 2026-05-26T17:31:38.539Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-26T17:31:38.680Z | Compiling zerovec v0.11.5 |
| 506 | 2026-05-26T17:31:38.680Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-05-26T17:31:38.786Z | Compiling clap v4.5.60 |
| 508 | 2026-05-26T17:31:39.080Z | Compiling tinystr v0.8.2 |
| 509 | 2026-05-26T17:31:39.080Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-05-26T17:31:39.245Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-05-26T17:31:39.268Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-26T17:31:39.742Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-26T17:31:39.742Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-26T17:31:39.743Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-26T17:31:39.755Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-26T17:31:39.755Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-26T17:31:39.760Z | Compiling dof v0.3.0 |
| 518 | 2026-05-26T17:31:39.760Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-05-26T17:31:39.826Z | Compiling icu_provider v2.1.1 |
| 520 | 2026-05-26T17:31:39.951Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-05-26T17:31:40.074Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-05-26T17:31:40.074Z | Compiling icu_normalizer v2.1.1 |
| 523 | 2026-05-26T17:31:40.461Z | Compiling usdt-macro v0.5.0 |
| 524 | 2026-05-26T17:31:40.464Z | Compiling usdt-attr-macro v0.5.0 |
| 525 | 2026-05-26T17:31:40.888Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-05-26T17:31:40.995Z | Compiling idna v1.1.0 |
| 527 | 2026-05-26T17:31:41.059Z | Compiling usdt v0.5.0 |
| 528 | 2026-05-26T17:31:41.208Z | Compiling toml v0.8.23 |
| 529 | 2026-05-26T17:31:41.235Z | Compiling url v2.5.8 |
| 530 | 2026-05-26T17:31:41.532Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-05-26T17:31:41.624Z | Compiling cargo-util-schemas v0.8.2 |
| 532 | 2026-05-26T17:31:42.393Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-05-26T17:31:43.312Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-05-26T17:31:45.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.72s |
| 535 | 2026-05-26T17:31:45.653Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 536 | 2026-05-26T17:31:46.200Z | Downloading crates ... |
| 537 | 2026-05-26T17:31:46.285Z | Downloaded adler2 v2.0.1 |
| 538 | 2026-05-26T17:31:46.289Z | Downloaded async-recursion v1.1.1 |
| 539 | 2026-05-26T17:31:46.292Z | Downloaded cargo-platform v0.1.9 |
| 540 | 2026-05-26T17:31:46.295Z | Downloaded argon2 v0.5.3 |
| 541 | 2026-05-26T17:31:46.298Z | Downloaded bitfield-macros v0.19.4 |
| 542 | 2026-05-26T17:31:46.298Z | Downloaded assert_matches v1.5.0 |
| 543 | 2026-05-26T17:31:46.302Z | Downloaded async-stream-impl v0.3.6 |
| 544 | 2026-05-26T17:31:46.306Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 545 | 2026-05-26T17:31:46.312Z | Downloaded buf-list v1.1.2 |
| 546 | 2026-05-26T17:31:46.315Z | Downloaded crossbeam-epoch v0.9.18 |
| 547 | 2026-05-26T17:31:46.318Z | Downloaded derive_builder_macro v0.20.2 |
| 548 | 2026-05-26T17:31:46.319Z | Downloaded crc32fast v1.5.0 |
| 549 | 2026-05-26T17:31:46.319Z | Downloaded bit-vec v0.6.3 |
| 550 | 2026-05-26T17:31:46.323Z | Downloaded env_filter v1.0.0 |
| 551 | 2026-05-26T17:31:46.328Z | Downloaded fixedbitset v0.5.7 |
| 552 | 2026-05-26T17:31:46.328Z | Downloaded colored v3.1.1 |
| 553 | 2026-05-26T17:31:46.328Z | Downloaded chacha20 v0.10.0 |
| 554 | 2026-05-26T17:31:46.331Z | Downloaded cmake v0.1.57 |
| 555 | 2026-05-26T17:31:46.331Z | Downloaded const_format_proc_macros v0.2.34 |
| 556 | 2026-05-26T17:31:46.331Z | Downloaded bit-set v0.8.0 |
| 557 | 2026-05-26T17:31:46.334Z | Downloaded bit-set v0.5.3 |
| 558 | 2026-05-26T17:31:46.337Z | Downloaded darling_macro v0.13.4 |
| 559 | 2026-05-26T17:31:46.337Z | Downloaded crossterm v0.28.1 |
| 560 | 2026-05-26T17:31:46.340Z | Downloaded crc-any v2.5.0 |
| 561 | 2026-05-26T17:31:46.344Z | Downloaded corncobs v0.1.4 |
| 562 | 2026-05-26T17:31:46.344Z | Downloaded cfg_aliases v0.2.1 |
| 563 | 2026-05-26T17:31:46.348Z | Downloaded ctr v0.9.2 |
| 564 | 2026-05-26T17:31:46.351Z | Downloaded darling v0.21.3 |
| 565 | 2026-05-26T17:31:46.354Z | Downloaded arrayref v0.3.9 |
| 566 | 2026-05-26T17:31:46.358Z | Downloaded base64 v0.21.7 |
| 567 | 2026-05-26T17:31:46.365Z | Downloaded array-init v0.0.4 |
| 568 | 2026-05-26T17:31:46.371Z | Downloaded ascii-canvas v3.0.0 |
| 569 | 2026-05-26T17:31:46.374Z | Downloaded convert_case v0.4.0 |
| 570 | 2026-05-26T17:31:46.374Z | Downloaded atomic-waker v1.1.2 |
| 571 | 2026-05-26T17:31:46.374Z | Downloaded async-stream v0.3.6 |
| 572 | 2026-05-26T17:31:46.377Z | Downloaded defmt-parser v1.0.0 |
| 573 | 2026-05-26T17:31:46.380Z | Downloaded dropshot v0.17.0 |
| 574 | 2026-05-26T17:31:46.392Z | Downloaded endian-type v0.1.2 |
| 575 | 2026-05-26T17:31:46.395Z | Downloaded crucible-workspace-hack v0.1.0 |
| 576 | 2026-05-26T17:31:46.395Z | Downloaded dunce v1.0.5 |
| 577 | 2026-05-26T17:31:46.395Z | Downloaded aead v0.5.2 |
| 578 | 2026-05-26T17:31:46.395Z | Downloaded document-features v0.2.12 |
| 579 | 2026-05-26T17:31:46.399Z | Downloaded debug-ignore v1.0.5 |
| 580 | 2026-05-26T17:31:46.399Z | Downloaded darling_macro v0.23.0 |
| 581 | 2026-05-26T17:31:46.399Z | Downloaded darling_macro v0.20.11 |
| 582 | 2026-05-26T17:31:46.399Z | Downloaded ciborium-io v0.2.2 |
| 583 | 2026-05-26T17:31:46.402Z | Downloaded flagset v0.4.7 |
| 584 | 2026-05-26T17:31:46.402Z | Downloaded bit-vec v0.8.0 |
| 585 | 2026-05-26T17:31:46.402Z | Downloaded atomicwrites v0.4.4 |
| 586 | 2026-05-26T17:31:46.405Z | Downloaded float-cmp v0.10.0 |
| 587 | 2026-05-26T17:31:46.405Z | Downloaded embedded-io v0.6.1 |
| 588 | 2026-05-26T17:31:46.405Z | Downloaded darling_macro v0.21.3 |
| 589 | 2026-05-26T17:31:46.405Z | Downloaded dof v0.4.0 |
| 590 | 2026-05-26T17:31:46.408Z | Downloaded dirs-next v2.0.0 |
| 591 | 2026-05-26T17:31:46.408Z | Downloaded derive-ex v0.1.8 |
| 592 | 2026-05-26T17:31:46.408Z | Downloaded darling v0.13.4 |
| 593 | 2026-05-26T17:31:46.411Z | Downloaded defmt-macros v1.0.1 |
| 594 | 2026-05-26T17:31:46.416Z | Downloaded daft-derive v0.1.7 |
| 595 | 2026-05-26T17:31:46.416Z | Downloaded dsl_auto_type v0.2.0 |
| 596 | 2026-05-26T17:31:46.419Z | Downloaded display-error-chain v0.2.2 |
| 597 | 2026-05-26T17:31:46.419Z | Downloaded base16ct v0.2.0 |
| 598 | 2026-05-26T17:31:46.419Z | Downloaded cstr-argument v0.1.2 |
| 599 | 2026-05-26T17:31:46.419Z | Downloaded colored v2.2.0 |
| 600 | 2026-05-26T17:31:46.419Z | Downloaded foreign-types-shared v0.1.1 |
| 601 | 2026-05-26T17:31:46.422Z | Downloaded futures-sink v0.3.32 |
| 602 | 2026-05-26T17:31:46.422Z | Downloaded fxhash v0.2.1 |
| 603 | 2026-05-26T17:31:46.422Z | Downloaded futures-macro v0.3.32 |
| 604 | 2026-05-26T17:31:46.422Z | Downloaded futures-io v0.3.32 |
| 605 | 2026-05-26T17:31:46.425Z | Downloaded dirs-sys-next v0.1.2 |
| 606 | 2026-05-26T17:31:46.425Z | Downloaded funty v2.0.0 |
| 607 | 2026-05-26T17:31:46.425Z | Downloaded foreign-types-shared v0.3.1 |
| 608 | 2026-05-26T17:31:46.425Z | Downloaded fixedbitset v0.4.2 |
| 609 | 2026-05-26T17:31:46.428Z | Downloaded ghash v0.5.1 |
| 610 | 2026-05-26T17:31:46.428Z | Downloaded git-stub v1.0.0 |
| 611 | 2026-05-26T17:31:46.428Z | Downloaded cargo_metadata v0.19.2 |
| 612 | 2026-05-26T17:31:46.431Z | Downloaded foldhash v0.1.5 |
| 613 | 2026-05-26T17:31:46.431Z | Downloaded futures-task v0.3.32 |
| 614 | 2026-05-26T17:31:46.431Z | Downloaded crc8 v0.1.1 |
| 615 | 2026-05-26T17:31:46.431Z | Downloaded foreign-types-macros v0.2.3 |
| 616 | 2026-05-26T17:31:46.434Z | Downloaded foreign-types v0.3.2 |
| 617 | 2026-05-26T17:31:46.434Z | Downloaded ciborium-ll v0.2.2 |
| 618 | 2026-05-26T17:31:46.434Z | Downloaded chacha20 v0.9.1 |
| 619 | 2026-05-26T17:31:46.437Z | Downloaded fd-lock v4.0.4 |
| 620 | 2026-05-26T17:31:46.437Z | Downloaded dyn-clone v1.0.20 |
| 621 | 2026-05-26T17:31:46.437Z | Downloaded enum-as-inner v0.6.1 |
| 622 | 2026-05-26T17:31:46.440Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 623 | 2026-05-26T17:31:46.441Z | Downloaded constant_time_eq v0.4.2 |
| 624 | 2026-05-26T17:31:46.441Z | Downloaded cipher v0.4.4 |
| 625 | 2026-05-26T17:31:46.444Z | Downloaded dtrace-parser v0.3.0 |
| 626 | 2026-05-26T17:31:46.444Z | Downloaded downcast-rs v2.0.2 |
| 627 | 2026-05-26T17:31:46.444Z | Downloaded cexpr v0.6.0 |
| 628 | 2026-05-26T17:31:46.448Z | Downloaded camino-tempfile-ext v0.3.3 |
| 629 | 2026-05-26T17:31:46.448Z | Downloaded byte-wrapper v0.1.0 |
| 630 | 2026-05-26T17:31:46.448Z | Downloaded cobs v0.3.0 |
| 631 | 2026-05-26T17:31:46.451Z | Downloaded cfg_aliases v0.1.1 |
| 632 | 2026-05-26T17:31:46.451Z | Downloaded bitflags v1.3.2 |
| 633 | 2026-05-26T17:31:46.453Z | Downloaded futures-core v0.3.32 |
| 634 | 2026-05-26T17:31:46.454Z | Downloaded bitfield-struct v0.6.2 |
| 635 | 2026-05-26T17:31:46.454Z | Downloaded ciborium v0.2.2 |
| 636 | 2026-05-26T17:31:46.456Z | Downloaded embedded-io v0.4.0 |
| 637 | 2026-05-26T17:31:46.457Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-05-26T17:31:46.460Z | Downloaded bcs v0.1.6 |
| 639 | 2026-05-26T17:31:46.460Z | Downloaded data-encoding v2.10.0 |
| 640 | 2026-05-26T17:31:46.460Z | Downloaded cookie_store v0.22.1 |
| 641 | 2026-05-26T17:31:46.463Z | Downloaded globwalk v0.9.1 |
| 642 | 2026-05-26T17:31:46.463Z | Downloaded der_derive v0.7.3 |
| 643 | 2026-05-26T17:31:46.466Z | Downloaded diesel-dtrace v0.5.0 |
| 644 | 2026-05-26T17:31:46.466Z | Downloaded defmt v1.0.1 |
| 645 | 2026-05-26T17:31:46.470Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 646 | 2026-05-26T17:31:46.470Z | Downloaded backoff v0.4.0 |
| 647 | 2026-05-26T17:31:46.470Z | Downloaded derive_builder_core v0.20.2 |
| 648 | 2026-05-26T17:31:46.473Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-05-26T17:31:46.473Z | Downloaded fs-err v2.11.0 |
| 650 | 2026-05-26T17:31:46.473Z | Downloaded foreign-types v0.5.0 |
| 651 | 2026-05-26T17:31:46.477Z | Downloaded foldhash v0.2.0 |
| 652 | 2026-05-26T17:31:46.477Z | Downloaded console v0.16.2 |
| 653 | 2026-05-26T17:31:46.477Z | Downloaded hex-literal v0.4.1 |
| 654 | 2026-05-26T17:31:46.480Z | Downloaded hex v0.4.3 |
| 655 | 2026-05-26T17:31:46.480Z | Downloaded http-body v1.0.1 |
| 656 | 2026-05-26T17:31:46.480Z | Downloaded hostname v0.3.1 |
| 657 | 2026-05-26T17:31:46.480Z | Downloaded hash32 v0.3.1 |
| 658 | 2026-05-26T17:31:46.483Z | Downloaded hash32 v0.2.1 |
| 659 | 2026-05-26T17:31:46.483Z | Downloaded console v0.15.11 |
| 660 | 2026-05-26T17:31:46.487Z | Downloaded hyper-tls v0.6.0 |
| 661 | 2026-05-26T17:31:46.488Z | Downloaded hubpack v0.1.2 |
| 662 | 2026-05-26T17:31:46.488Z | Downloaded hostname v0.4.2 |
| 663 | 2026-05-26T17:31:46.491Z | Downloaded headers-core v0.3.0 |
| 664 | 2026-05-26T17:31:46.491Z | Downloaded hubpack_derive v0.1.1 |
| 665 | 2026-05-26T17:31:46.491Z | Downloaded convert_case v0.10.0 |
| 666 | 2026-05-26T17:31:46.491Z | Downloaded der v0.7.10 |
| 667 | 2026-05-26T17:31:46.494Z | Downloaded float-ord v0.3.2 |
| 668 | 2026-05-26T17:31:46.494Z | Downloaded erased-serde v0.3.31 |
| 669 | 2026-05-26T17:31:46.497Z | Downloaded const-oid v0.9.6 |
| 670 | 2026-05-26T17:31:46.497Z | Downloaded bzip2 v0.6.1 |
| 671 | 2026-05-26T17:31:46.497Z | Downloaded fs_extra v1.3.0 |
| 672 | 2026-05-26T17:31:46.500Z | Downloaded crossbeam-deque v0.8.6 |
| 673 | 2026-05-26T17:31:46.500Z | Downloaded csv-core v0.1.13 |
| 674 | 2026-05-26T17:31:46.503Z | Downloaded clang-sys v1.8.1 |
| 675 | 2026-05-26T17:31:46.503Z | Downloaded bzip2 v0.4.4 |
| 676 | 2026-05-26T17:31:46.506Z | Downloaded home v0.5.12 |
| 677 | 2026-05-26T17:31:46.506Z | Downloaded glob v0.3.3 |
| 678 | 2026-05-26T17:31:46.506Z | Downloaded futures-executor v0.3.32 |
| 679 | 2026-05-26T17:31:46.507Z | Downloaded find-msvc-tools v0.1.9 |
| 680 | 2026-05-26T17:31:46.509Z | Downloaded ena v0.14.4 |
| 681 | 2026-05-26T17:31:46.509Z | Downloaded ahash v0.8.12 |
| 682 | 2026-05-26T17:31:46.512Z | Downloaded indent_write v2.2.0 |
| 683 | 2026-05-26T17:31:46.512Z | Downloaded illumos-nvpair v0.3.0 |
| 684 | 2026-05-26T17:31:46.513Z | Downloaded httpdate v1.0.3 |
| 685 | 2026-05-26T17:31:46.515Z | Downloaded globset v0.4.18 |
| 686 | 2026-05-26T17:31:46.516Z | Downloaded indoc v1.0.9 |
| 687 | 2026-05-26T17:31:46.516Z | Downloaded ident_case v1.0.1 |
| 688 | 2026-05-26T17:31:46.519Z | Downloaded filetime v0.2.27 |
| 689 | 2026-05-26T17:31:46.519Z | Downloaded internet-checksum v0.2.1 |
| 690 | 2026-05-26T17:31:46.519Z | Downloaded ed25519 v2.2.3 |
| 691 | 2026-05-26T17:31:46.522Z | Downloaded critical-section v1.2.0 |
| 692 | 2026-05-26T17:31:46.522Z | Downloaded ecdsa v0.16.9 |
| 693 | 2026-05-26T17:31:46.522Z | Downloaded is-terminal v0.4.17 |
| 694 | 2026-05-26T17:31:46.525Z | Downloaded instability v0.3.11 |
| 695 | 2026-05-26T17:31:46.525Z | Downloaded cookie v0.18.1 |
| 696 | 2026-05-26T17:31:46.525Z | Downloaded base64ct v1.8.3 |
| 697 | 2026-05-26T17:31:46.528Z | Downloaded inout v0.1.4 |
| 698 | 2026-05-26T17:31:46.528Z | Downloaded darling_core v0.13.4 |
| 699 | 2026-05-26T17:31:46.531Z | Downloaded group v0.13.0 |
| 700 | 2026-05-26T17:31:46.531Z | Downloaded darling v0.20.11 |
| 701 | 2026-05-26T17:31:46.534Z | Downloaded git-stub-vcs v0.1.0 |
| 702 | 2026-05-26T17:31:46.537Z | Downloaded fallible-iterator v0.2.0 |
| 703 | 2026-05-26T17:31:46.537Z | Downloaded either v1.15.0 |
| 704 | 2026-05-26T17:31:46.537Z | Downloaded highway v1.3.0 |
| 705 | 2026-05-26T17:31:46.540Z | Downloaded daft v0.1.7 |
| 706 | 2026-05-26T17:31:46.540Z | Downloaded is_ci v1.2.0 |
| 707 | 2026-05-26T17:31:46.543Z | Downloaded lazy_static v1.5.0 |
| 708 | 2026-05-26T17:31:46.543Z | Downloaded lalrpop-util v0.19.12 |
| 709 | 2026-05-26T17:31:46.543Z | Downloaded kstat-rs v0.2.4 |
| 710 | 2026-05-26T17:31:46.546Z | Downloaded cancel-safe-futures v0.1.5 |
| 711 | 2026-05-26T17:31:46.546Z | Downloaded libscf-sys v1.1.0 |
| 712 | 2026-05-26T17:31:46.546Z | Downloaded lru v0.12.5 |
| 713 | 2026-05-26T17:31:46.549Z | Downloaded keccak v0.1.6 |
| 714 | 2026-05-26T17:31:46.549Z | Downloaded arrayvec v0.7.6 |
| 715 | 2026-05-26T17:31:46.549Z | Downloaded env_logger v0.11.9 |
| 716 | 2026-05-26T17:31:46.552Z | Downloaded lru-slab v0.1.2 |
| 717 | 2026-05-26T17:31:46.552Z | Downloaded maybe-uninit v2.0.0 |
| 718 | 2026-05-26T17:31:46.552Z | Downloaded maplit v1.0.2 |
| 719 | 2026-05-26T17:31:46.556Z | Downloaded difflib v0.4.0 |
| 720 | 2026-05-26T17:31:46.556Z | Downloaded lru-cache v0.1.2 |
| 721 | 2026-05-26T17:31:46.556Z | Downloaded aes-gcm v0.10.3 |
| 722 | 2026-05-26T17:31:46.559Z | Downloaded http-body-util v0.1.3 |
| 723 | 2026-05-26T17:31:46.559Z | Downloaded diff v0.1.13 |
| 724 | 2026-05-26T17:31:46.562Z | Downloaded des v0.8.1 |
| 725 | 2026-05-26T17:31:46.562Z | Downloaded derive_builder v0.20.2 |
| 726 | 2026-05-26T17:31:46.565Z | Downloaded getrandom v0.2.17 |
| 727 | 2026-05-26T17:31:46.568Z | Downloaded allocator-api2 v0.2.21 |
| 728 | 2026-05-26T17:31:46.571Z | Downloaded humantime v2.3.0 |
| 729 | 2026-05-26T17:31:46.571Z | Downloaded ff v0.13.1 |
| 730 | 2026-05-26T17:31:46.571Z | Downloaded linked-hash-map v0.5.6 |
| 731 | 2026-05-26T17:31:46.574Z | Downloaded backon v1.6.0 |
| 732 | 2026-05-26T17:31:46.575Z | Downloaded lzss v0.8.2 |
| 733 | 2026-05-26T17:31:46.578Z | Downloaded match_cfg v0.1.0 |
| 734 | 2026-05-26T17:31:46.578Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 735 | 2026-05-26T17:31:46.578Z | Downloaded mime v0.3.17 |
| 736 | 2026-05-26T17:31:46.578Z | Downloaded md-5 v0.10.6 |
| 737 | 2026-05-26T17:31:46.581Z | Downloaded managed v0.8.0 |
| 738 | 2026-05-26T17:31:46.581Z | Downloaded async-bb8-diesel v0.2.1 |
| 739 | 2026-05-26T17:31:46.581Z | Downloaded ingot-types v0.1.2 |
| 740 | 2026-05-26T17:31:46.584Z | Downloaded memoffset v0.9.1 |
| 741 | 2026-05-26T17:31:46.584Z | Downloaded ipnetwork v0.21.1 |
| 742 | 2026-05-26T17:31:46.584Z | Downloaded instant v0.1.13 |
| 743 | 2026-05-26T17:31:46.587Z | Downloaded hyper-staticfile v0.10.1 |
| 744 | 2026-05-26T17:31:46.587Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 745 | 2026-05-26T17:31:46.591Z | Downloaded nodrop v0.1.14 |
| 746 | 2026-05-26T17:31:46.591Z | Downloaded nonempty v0.12.0 |
| 747 | 2026-05-26T17:31:46.591Z | Downloaded drift v0.1.4 |
| 748 | 2026-05-26T17:31:46.595Z | Downloaded num-iter v0.1.45 |
| 749 | 2026-05-26T17:31:46.599Z | Downloaded multimap v0.10.1 |
| 750 | 2026-05-26T17:31:46.599Z | Downloaded crossbeam-utils v0.8.21 |
| 751 | 2026-05-26T17:31:46.603Z | Downloaded indoc v2.0.7 |
| 752 | 2026-05-26T17:31:46.603Z | Downloaded newtype_derive v0.1.6 |
| 753 | 2026-05-26T17:31:46.603Z | Downloaded half v1.8.3 |
| 754 | 2026-05-26T17:31:46.606Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-05-26T17:31:46.606Z | Downloaded newtype-uuid-macros v0.1.0 |
| 756 | 2026-05-26T17:31:46.606Z | Downloaded newline-converter v0.3.0 |
| 757 | 2026-05-26T17:31:46.607Z | Downloaded new_debug_unreachable v1.0.6 |
| 758 | 2026-05-26T17:31:46.607Z | Downloaded ingot v0.1.1 |
| 759 | 2026-05-26T17:31:46.610Z | Downloaded num-derive v0.3.3 |
| 760 | 2026-05-26T17:31:46.610Z | Downloaded num-conv v0.2.0 |
| 761 | 2026-05-26T17:31:46.610Z | Downloaded num v0.4.3 |
| 762 | 2026-05-26T17:31:46.613Z | Downloaded jobserver v0.1.34 |
| 763 | 2026-05-26T17:31:46.613Z | Downloaded libsw v3.5.0 |
| 764 | 2026-05-26T17:31:46.613Z | Downloaded libloading v0.8.9 |
| 765 | 2026-05-26T17:31:46.616Z | Downloaded normalize-line-endings v0.3.0 |
| 766 | 2026-05-26T17:31:46.616Z | Downloaded deranged v0.5.8 |
| 767 | 2026-05-26T17:31:46.616Z | Downloaded blake2 v0.10.6 |
| 768 | 2026-05-26T17:31:46.619Z | Downloaded openssl-probe v0.2.1 |
| 769 | 2026-05-26T17:31:46.619Z | Downloaded opaque-debug v0.3.1 |
| 770 | 2026-05-26T17:31:46.620Z | Downloaded olpc-cjson v0.1.4 |
| 771 | 2026-05-26T17:31:46.624Z | Downloaded num_threads v0.1.7 |
| 772 | 2026-05-26T17:31:46.624Z | Downloaded libefi-sys v0.1.0 |
| 773 | 2026-05-26T17:31:46.624Z | Downloaded getrandom v0.3.4 |
| 774 | 2026-05-26T17:31:46.627Z | Downloaded linear-map v1.2.0 |
| 775 | 2026-05-26T17:31:46.627Z | Downloaded const_format v0.2.35 |
| 776 | 2026-05-26T17:31:46.630Z | Downloaded num_enum_derive v0.5.11 |
| 777 | 2026-05-26T17:31:46.630Z | Downloaded compact_str v0.8.1 |
| 778 | 2026-05-26T17:31:46.633Z | Downloaded oso-derive v0.27.3 |
| 779 | 2026-05-26T17:31:46.633Z | Downloaded md5 v0.7.0 |
| 780 | 2026-05-26T17:31:46.633Z | Downloaded openssl-probe v0.1.6 |
| 781 | 2026-05-26T17:31:46.633Z | Downloaded openssl-macros v0.1.1 |
| 782 | 2026-05-26T17:31:46.637Z | Downloaded darling v0.23.0 |
| 783 | 2026-05-26T17:31:46.637Z | Downloaded packed_struct_codegen v0.10.1 |
| 784 | 2026-05-26T17:31:46.640Z | Downloaded ingot-macros v0.1.1 |
| 785 | 2026-05-26T17:31:46.640Z | Downloaded iana-time-zone v0.1.65 |
| 786 | 2026-05-26T17:31:46.644Z | Downloaded ipnet v2.11.0 |
| 787 | 2026-05-26T17:31:46.644Z | Downloaded fatfs v0.3.6 |
| 788 | 2026-05-26T17:31:46.647Z | Downloaded newtype-uuid v1.3.2 |
| 789 | 2026-05-26T17:31:46.647Z | Downloaded futures v0.3.32 |
| 790 | 2026-05-26T17:31:46.650Z | Downloaded dropshot_endpoint v0.17.0 |
| 791 | 2026-05-26T17:31:46.650Z | Downloaded parse-size v1.1.0 |
| 792 | 2026-05-26T17:31:46.651Z | Downloaded hyper-rustls v0.27.7 |
| 793 | 2026-05-26T17:31:46.654Z | Downloaded futures-channel v0.3.32 |
| 794 | 2026-05-26T17:31:46.654Z | Downloaded arc-swap v1.8.2 |
| 795 | 2026-05-26T17:31:46.657Z | Downloaded dropshot_endpoint v0.16.7 |
| 796 | 2026-05-26T17:31:46.660Z | Downloaded derive-where v1.6.0 |
| 797 | 2026-05-26T17:31:46.664Z | Downloaded base64 v0.22.1 |
| 798 | 2026-05-26T17:31:46.664Z | Downloaded mime_guess v2.0.5 |
| 799 | 2026-05-26T17:31:46.667Z | Downloaded parse-display v0.10.0 |
| 800 | 2026-05-26T17:31:46.667Z | Downloaded hmac v0.12.1 |
| 801 | 2026-05-26T17:31:46.667Z | Downloaded derive_more v0.99.20 |
| 802 | 2026-05-26T17:31:46.670Z | Downloaded nanorand v0.7.0 |
| 803 | 2026-05-26T17:31:46.673Z | Downloaded num_enum_derive v0.7.5 |
| 804 | 2026-05-26T17:31:46.673Z | Downloaded num-rational v0.4.2 |
| 805 | 2026-05-26T17:31:46.673Z | Downloaded num-derive v0.4.2 |
| 806 | 2026-05-26T17:31:46.677Z | Downloaded native-tls v0.2.18 |
| 807 | 2026-05-26T17:31:46.677Z | Downloaded lock_api v0.4.14 |
| 808 | 2026-05-26T17:31:46.677Z | Downloaded ed25519-dalek v2.2.0 |
| 809 | 2026-05-26T17:31:46.680Z | Downloaded phf_shared v0.12.1 |
| 810 | 2026-05-26T17:31:46.680Z | Downloaded phf_shared v0.11.3 |
| 811 | 2026-05-26T17:31:46.680Z | Downloaded peg-runtime v0.8.5 |
| 812 | 2026-05-26T17:31:46.684Z | Downloaded pbkdf2 v0.12.2 |
| 813 | 2026-05-26T17:31:46.684Z | Downloaded pbkdf2 v0.11.0 |
| 814 | 2026-05-26T17:31:46.684Z | Downloaded cc v1.2.56 |
| 815 | 2026-05-26T17:31:46.688Z | Downloaded bumpalo v3.20.2 |
| 816 | 2026-05-26T17:31:46.688Z | Downloaded path-slash v0.1.5 |
| 817 | 2026-05-26T17:31:46.694Z | Downloaded multer v3.1.0 |
| 818 | 2026-05-26T17:31:46.694Z | Downloaded pin-utils v0.1.0 |
| 819 | 2026-05-26T17:31:46.694Z | Downloaded libsw-core v0.3.2 |
| 820 | 2026-05-26T17:31:46.694Z | Downloaded chacha20poly1305 v0.10.1 |
| 821 | 2026-05-26T17:31:46.694Z | Downloaded http-range v0.1.5 |
| 822 | 2026-05-26T17:31:46.694Z | Downloaded blowfish v0.9.1 |
| 823 | 2026-05-26T17:31:46.697Z | Downloaded oxnet v0.1.4 |
| 824 | 2026-05-26T17:31:46.697Z | Downloaded bitfield v0.19.4 |
| 825 | 2026-05-26T17:31:46.697Z | Downloaded async-trait v0.1.89 |
| 826 | 2026-05-26T17:31:46.707Z | Downloaded num_enum v0.7.5 |
| 827 | 2026-05-26T17:31:46.707Z | Downloaded num_enum v0.5.11 |
| 828 | 2026-05-26T17:31:46.707Z | Downloaded powerfmt v0.2.0 |
| 829 | 2026-05-26T17:31:46.707Z | Downloaded indexmap v1.9.3 |
| 830 | 2026-05-26T17:31:46.711Z | Downloaded darling_core v0.23.0 |
| 831 | 2026-05-26T17:31:46.711Z | Downloaded packed_struct v0.10.1 |
| 832 | 2026-05-26T17:31:46.715Z | Downloaded num-integer v0.1.46 |
| 833 | 2026-05-26T17:31:46.715Z | Downloaded httparse v1.10.1 |
| 834 | 2026-05-26T17:31:46.718Z | Downloaded predicates-core v1.0.10 |
| 835 | 2026-05-26T17:31:46.729Z | Downloaded progenitor-client v0.11.2 |
| 836 | 2026-05-26T17:31:46.733Z | Downloaded ar_archive_writer v0.5.1 |
| 837 | 2026-05-26T17:31:46.733Z | Downloaded darling_core v0.21.3 |
| 838 | 2026-05-26T17:31:46.737Z | Downloaded crypto-bigint v0.5.5 |
| 839 | 2026-05-26T17:31:46.740Z | Downloaded parking_lot_core v0.8.6 |
| 840 | 2026-05-26T17:31:46.743Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-05-26T17:31:46.743Z | Downloaded paste v1.0.15 |
| 842 | 2026-05-26T17:31:46.743Z | Downloaded pem v3.0.6 |
| 843 | 2026-05-26T17:31:46.748Z | Downloaded progenitor-macro v0.10.0 |
| 844 | 2026-05-26T17:31:46.748Z | Downloaded peg-macros v0.8.5 |
| 845 | 2026-05-26T17:31:46.748Z | Downloaded progenitor-macro v0.11.2 |
| 846 | 2026-05-26T17:31:46.748Z | Downloaded peg v0.8.5 |
| 847 | 2026-05-26T17:31:46.752Z | Downloaded progenitor-macro v0.13.0 |
| 848 | 2026-05-26T17:31:46.752Z | Downloaded quick-error v1.2.3 |
| 849 | 2026-05-26T17:31:46.752Z | Downloaded litrs v1.0.0 |
| 850 | 2026-05-26T17:31:46.755Z | Downloaded parse-display-derive v0.10.0 |
| 851 | 2026-05-26T17:31:46.755Z | Downloaded progenitor-client v0.10.0 |
| 852 | 2026-05-26T17:31:46.755Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 853 | 2026-05-26T17:31:46.758Z | Downloaded phf v0.12.1 |
| 854 | 2026-05-26T17:31:46.758Z | Downloaded proc-macro-crate v3.4.0 |
| 855 | 2026-05-26T17:31:46.758Z | Downloaded psl-types v2.0.11 |
| 856 | 2026-05-26T17:31:46.758Z | Downloaded progenitor-macro v0.14.0 |
| 857 | 2026-05-26T17:31:46.761Z | Downloaded pkcs8 v0.10.2 |
| 858 | 2026-05-26T17:31:46.761Z | Downloaded proc-macro-crate v1.3.1 |
| 859 | 2026-05-26T17:31:46.761Z | Downloaded predicates-tree v1.0.13 |
| 860 | 2026-05-26T17:31:46.765Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2026-05-26T17:31:46.765Z | Downloaded password-hash v0.5.0 |
| 862 | 2026-05-26T17:31:46.765Z | Downloaded heapless v0.7.17 |
| 863 | 2026-05-26T17:31:46.769Z | Downloaded password-hash v0.4.2 |
| 864 | 2026-05-26T17:31:46.769Z | Downloaded flume v0.11.1 |
| 865 | 2026-05-26T17:31:46.772Z | Downloaded pin-project-lite v0.2.17 |
| 866 | 2026-05-26T17:31:46.775Z | Downloaded pkg-config v0.3.32 |
| 867 | 2026-05-26T17:31:46.776Z | Downloaded omicron-zone-package v0.12.2 |
| 868 | 2026-05-26T17:31:46.776Z | Downloaded nu-ansi-term v0.50.3 |
| 869 | 2026-05-26T17:31:46.779Z | Downloaded rand_xorshift v0.4.0 |
| 870 | 2026-05-26T17:31:46.779Z | Downloaded polyval v0.6.2 |
| 871 | 2026-05-26T17:31:46.782Z | Downloaded ppv-lite86 v0.2.21 |
| 872 | 2026-05-26T17:31:46.782Z | Downloaded owo-colors v4.3.0 |
| 873 | 2026-05-26T17:31:46.783Z | Downloaded poly1305 v0.8.0 |
| 874 | 2026-05-26T17:31:46.786Z | Downloaded libbz2-rs-sys v0.2.2 |
| 875 | 2026-05-26T17:31:46.786Z | Downloaded parking_lot_core v0.9.12 |
| 876 | 2026-05-26T17:31:46.789Z | Downloaded parking_lot v0.12.5 |
| 877 | 2026-05-26T17:31:46.789Z | Downloaded proc-macro-error2 v2.0.1 |
| 878 | 2026-05-26T17:31:46.792Z | Downloaded oxide-tokio-rt v0.1.4 |
| 879 | 2026-05-26T17:31:46.792Z | Downloaded ref-cast-impl v1.0.25 |
| 880 | 2026-05-26T17:31:46.792Z | Downloaded recursive v0.1.1 |
| 881 | 2026-05-26T17:31:46.795Z | Downloaded progenitor-client v0.14.0 |
| 882 | 2026-05-26T17:31:46.795Z | Downloaded predicates v3.1.4 |
| 883 | 2026-05-26T17:31:46.798Z | Downloaded parking_lot v0.11.2 |
| 884 | 2026-05-26T17:31:46.798Z | Downloaded dropshot-api-manager v0.7.1 |
| 885 | 2026-05-26T17:31:46.801Z | Downloaded hickory-resolver v0.24.4 |
| 886 | 2026-05-26T17:31:46.801Z | Downloaded ref-cast v1.0.25 |
| 887 | 2026-05-26T17:31:46.804Z | Downloaded ignore v0.4.25 |
| 888 | 2026-05-26T17:31:46.804Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 889 | 2026-05-26T17:31:46.807Z | Downloaded progenitor v0.10.0 |
| 890 | 2026-05-26T17:31:46.807Z | Downloaded phf v0.13.1 |
| 891 | 2026-05-26T17:31:46.807Z | Downloaded progenitor-extras v0.2.0 |
| 892 | 2026-05-26T17:31:46.810Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-05-26T17:31:46.810Z | Downloaded psm v0.1.30 |
| 894 | 2026-05-26T17:31:46.813Z | Downloaded rfc6979 v0.4.0 |
| 895 | 2026-05-26T17:31:46.813Z | Downloaded r2d2 v0.8.10 |
| 896 | 2026-05-26T17:31:46.813Z | Downloaded headers v0.4.1 |
| 897 | 2026-05-26T17:31:46.817Z | Downloaded derive_more-impl v2.1.1 |
| 898 | 2026-05-26T17:31:46.820Z | Downloaded russh-cryptovec v0.7.3 |
| 899 | 2026-05-26T17:31:46.824Z | Downloaded rtoolbox v0.0.3 |
| 900 | 2026-05-26T17:31:46.824Z | Downloaded async-compression v0.4.41 |
| 901 | 2026-05-26T17:31:46.827Z | Downloaded radium v0.7.0 |
| 902 | 2026-05-26T17:31:46.827Z | Downloaded progenitor-client v0.13.0 |
| 903 | 2026-05-26T17:31:46.827Z | Downloaded rustc_version v0.4.1 |
| 904 | 2026-05-26T17:31:46.830Z | Downloaded half v2.7.1 |
| 905 | 2026-05-26T17:31:46.830Z | Downloaded hickory-resolver v0.25.2 |
| 906 | 2026-05-26T17:31:46.833Z | Downloaded progenitor v0.13.0 |
| 907 | 2026-05-26T17:31:46.833Z | Downloaded pkcs5 v0.7.1 |
| 908 | 2026-05-26T17:31:46.836Z | Downloaded pkcs1 v0.7.5 |
| 909 | 2026-05-26T17:31:46.839Z | Downloaded postgres-protocol v0.6.10 |
| 910 | 2026-05-26T17:31:46.839Z | Downloaded pin-project-internal v1.1.11 |
| 911 | 2026-05-26T17:31:46.839Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-05-26T17:31:46.842Z | Downloaded rustc_version v0.1.7 |
| 913 | 2026-05-26T17:31:46.842Z | Downloaded rand_core v0.9.5 |
| 914 | 2026-05-26T17:31:46.842Z | Downloaded oso v0.27.3 |
| 915 | 2026-05-26T17:31:46.845Z | Downloaded progenitor v0.11.2 |
| 916 | 2026-05-26T17:31:46.845Z | Downloaded primeorder v0.13.6 |
| 917 | 2026-05-26T17:31:46.849Z | Downloaded pem-rfc7468 v0.7.0 |
| 918 | 2026-05-26T17:31:46.849Z | Downloaded postgres-types v0.2.12 |
| 919 | 2026-05-26T17:31:46.852Z | Downloaded rand_seeder v0.4.0 |
| 920 | 2026-05-26T17:31:46.852Z | Downloaded rand_core v0.10.0 |
| 921 | 2026-05-26T17:31:46.852Z | Downloaded rand_core v0.6.4 |
| 922 | 2026-05-26T17:31:46.852Z | Downloaded diesel_derives v2.3.7 |
| 923 | 2026-05-26T17:31:46.855Z | Downloaded salsa20 v0.10.2 |
| 924 | 2026-05-26T17:31:46.859Z | Downloaded scheduled-thread-pool v0.2.7 |
| 925 | 2026-05-26T17:31:46.859Z | Downloaded same-file v1.0.6 |
| 926 | 2026-05-26T17:31:46.859Z | Downloaded papergrid v0.17.0 |
| 927 | 2026-05-26T17:31:46.861Z | Downloaded rand_chacha v0.9.0 |
| 928 | 2026-05-26T17:31:46.864Z | Downloaded indicatif v0.18.4 |
| 929 | 2026-05-26T17:31:46.864Z | Downloaded expectorate v1.2.0 |
| 930 | 2026-05-26T17:31:46.868Z | Downloaded flate2 v1.1.9 |
| 931 | 2026-05-26T17:31:46.871Z | Downloaded jiff-static v0.2.21 |
| 932 | 2026-05-26T17:31:46.871Z | Downloaded derive_more v2.1.1 |
| 933 | 2026-05-26T17:31:46.877Z | Downloaded scroll_derive v0.13.1 |
| 934 | 2026-05-26T17:31:46.880Z | Downloaded scopeguard v1.2.0 |
| 935 | 2026-05-26T17:31:46.880Z | Downloaded resolv-conf v0.7.6 |
| 936 | 2026-05-26T17:31:46.880Z | Downloaded crossbeam-channel v0.5.15 |
| 937 | 2026-05-26T17:31:46.883Z | Downloaded aes v0.8.4 |
| 938 | 2026-05-26T17:31:46.886Z | Downloaded rand_chacha v0.3.1 |
| 939 | 2026-05-26T17:31:46.886Z | Downloaded elliptic-curve v0.13.8 |
| 940 | 2026-05-26T17:31:46.889Z | Downloaded seq-macro v0.3.6 |
| 941 | 2026-05-26T17:31:46.889Z | Downloaded serde_repr v0.1.20 |
| 942 | 2026-05-26T17:31:46.892Z | Downloaded sapling-renderdag v0.1.0 |
| 943 | 2026-05-26T17:31:46.892Z | Downloaded num-complex v0.4.6 |
| 944 | 2026-05-26T17:31:46.892Z | Downloaded secrecy v0.8.0 |
| 945 | 2026-05-26T17:31:46.895Z | Downloaded serde-big-array v0.5.1 |
| 946 | 2026-05-26T17:31:46.895Z | Downloaded serde_urlencoded v0.7.1 |
| 947 | 2026-05-26T17:31:46.895Z | Downloaded secrecy v0.10.3 |
| 948 | 2026-05-26T17:31:46.898Z | Downloaded rustls-native-certs v0.8.3 |
| 949 | 2026-05-26T17:31:46.899Z | Downloaded pin-project v1.1.11 |
| 950 | 2026-05-26T17:31:46.903Z | Downloaded signature v2.2.0 |
| 951 | 2026-05-26T17:31:46.906Z | Downloaded sha1 v0.10.6 |
| 952 | 2026-05-26T17:31:46.906Z | Downloaded heapless v0.8.0 |
| 953 | 2026-05-26T17:31:46.909Z | Downloaded semver v0.1.20 |
| 954 | 2026-05-26T17:31:46.909Z | Downloaded serde_plain v1.0.2 |
| 955 | 2026-05-26T17:31:46.912Z | Downloaded serde_spanned v1.0.4 |
| 956 | 2026-05-26T17:31:46.912Z | Downloaded hickory-server v0.25.2 |
| 957 | 2026-05-26T17:31:46.915Z | Downloaded openssl-sys v0.9.115 |
| 958 | 2026-05-26T17:31:46.918Z | Downloaded scrypt v0.11.0 |
| 959 | 2026-05-26T17:31:46.918Z | Downloaded memmap2 v0.9.10 |
| 960 | 2026-05-26T17:31:46.918Z | Downloaded postcard v1.1.3 |
| 961 | 2026-05-26T17:31:46.922Z | Downloaded sigpipe v0.1.3 |
| 962 | 2026-05-26T17:31:46.922Z | Downloaded rustversion v1.0.22 |
| 963 | 2026-05-26T17:31:46.925Z | Downloaded slog-envlogger v2.2.0 |
| 964 | 2026-05-26T17:31:46.925Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-05-26T17:31:46.925Z | Downloaded rustls-pemfile v1.0.4 |
| 966 | 2026-05-26T17:31:46.928Z | Downloaded shell-words v1.1.1 |
| 967 | 2026-05-26T17:31:46.928Z | Downloaded signal-hook-tokio v0.3.1 |
| 968 | 2026-05-26T17:31:46.928Z | Downloaded signal-hook-mio v0.2.5 |
| 969 | 2026-05-26T17:31:46.931Z | Downloaded cbc v0.1.2 |
| 970 | 2026-05-26T17:31:46.931Z | Downloaded bytes v1.11.1 |
| 971 | 2026-05-26T17:31:46.934Z | Downloaded siphasher v1.0.2 |
| 972 | 2026-05-26T17:31:46.934Z | Downloaded cassowary v0.3.0 |
| 973 | 2026-05-26T17:31:46.937Z | Downloaded defmt v0.3.100 |
| 974 | 2026-05-26T17:31:46.937Z | Downloaded hashbrown v0.13.2 |
| 975 | 2026-05-26T17:31:46.940Z | Downloaded progenitor-impl v0.13.0 |
| 976 | 2026-05-26T17:31:46.940Z | Downloaded progenitor-impl v0.11.2 |
| 977 | 2026-05-26T17:31:46.940Z | Downloaded prefix-trie v0.7.0 |
| 978 | 2026-05-26T17:31:46.943Z | Downloaded miniz_oxide v0.8.9 |
| 979 | 2026-05-26T17:31:46.946Z | Downloaded crc-catalog v2.4.0 |
| 980 | 2026-05-26T17:31:46.946Z | Downloaded bb8 v0.8.6 |
| 981 | 2026-05-26T17:31:46.946Z | Downloaded atty v0.2.14 |
| 982 | 2026-05-26T17:31:46.946Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 983 | 2026-05-26T17:31:46.949Z | Downloaded crunchy v0.2.4 |
| 984 | 2026-05-26T17:31:46.949Z | Downloaded crc v3.4.0 |
| 985 | 2026-05-26T17:31:46.949Z | Downloaded cpufeatures v0.3.0 |
| 986 | 2026-05-26T17:31:46.953Z | Downloaded compression-core v0.4.31 |
| 987 | 2026-05-26T17:31:46.953Z | Downloaded castaway v0.2.4 |
| 988 | 2026-05-26T17:31:46.953Z | Downloaded block-padding v0.3.3 |
| 989 | 2026-05-26T17:31:46.953Z | Downloaded darling_core v0.20.11 |
| 990 | 2026-05-26T17:31:46.956Z | Downloaded slog-bunyan v2.5.0 |
| 991 | 2026-05-26T17:31:46.956Z | Downloaded serde_derive_internals v0.29.1 |
| 992 | 2026-05-26T17:31:46.959Z | Downloaded sec1 v0.7.3 |
| 993 | 2026-05-26T17:31:46.959Z | Downloaded sct v0.7.1 |
| 994 | 2026-05-26T17:31:46.962Z | Downloaded ssh-encoding v0.2.0 |
| 995 | 2026-05-26T17:31:46.965Z | Downloaded schemars_derive v0.8.22 |
| 996 | 2026-05-26T17:31:46.965Z | Downloaded shlex v1.3.0 |
| 997 | 2026-05-26T17:31:46.968Z | Downloaded progenitor-impl v0.14.0 |
| 998 | 2026-05-26T17:31:46.968Z | Downloaded quinn-udp v0.5.14 |
| 999 | 2026-05-26T17:31:46.973Z | Downloaded russh-keys v0.45.0 |
| 1000 | 2026-05-26T17:31:46.976Z | Downloaded serde_path_to_error v0.1.20 |
| 1001 | 2026-05-26T17:31:46.976Z | Downloaded serde_bytes v0.11.19 |
| 1002 | 2026-05-26T17:31:46.979Z | Downloaded sqlparser_derive v0.5.0 |
| 1003 | 2026-05-26T17:31:46.979Z | Downloaded scroll v0.13.0 |
| 1004 | 2026-05-26T17:31:46.983Z | Downloaded rusty-fork v0.3.1 |
| 1005 | 2026-05-26T17:31:46.983Z | Downloaded ssh-cipher v0.2.0 |
| 1006 | 2026-05-26T17:31:46.985Z | Downloaded slab v0.4.12 |
| 1007 | 2026-05-26T17:31:46.985Z | Downloaded simd-adler32 v0.3.8 |
| 1008 | 2026-05-26T17:31:46.988Z | Downloaded strum v0.26.3 |
| 1009 | 2026-05-26T17:31:46.992Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2026-05-26T17:31:46.992Z | Downloaded structmeta v0.3.0 |
| 1011 | 2026-05-26T17:31:46.992Z | Downloaded strsim v0.10.0 |
| 1012 | 2026-05-26T17:31:46.995Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1013 | 2026-05-26T17:31:46.995Z | Downloaded slog-dtrace v0.3.0 |
| 1014 | 2026-05-26T17:31:47.001Z | Downloaded itertools v0.10.5 |
| 1015 | 2026-05-26T17:31:47.005Z | Downloaded strum v0.27.2 |
| 1016 | 2026-05-26T17:31:47.008Z | Downloaded signal-hook-registry v1.4.8 |
| 1017 | 2026-05-26T17:31:47.008Z | Downloaded rustls-pki-types v1.14.0 |
| 1018 | 2026-05-26T17:31:47.008Z | Downloaded smf v0.2.3 |
| 1019 | 2026-05-26T17:31:47.011Z | Downloaded smallvec v0.6.14 |
| 1020 | 2026-05-26T17:31:47.011Z | Downloaded p256 v0.13.2 |
| 1021 | 2026-05-26T17:31:47.016Z | Downloaded take_mut v0.2.2 |
| 1022 | 2026-05-26T17:31:47.016Z | Downloaded supports-color v3.0.2 |
| 1023 | 2026-05-26T17:31:47.016Z | Downloaded pretty_assertions v1.4.1 |
| 1024 | 2026-05-26T17:31:47.019Z | Downloaded slog-term v2.9.2 |
| 1025 | 2026-05-26T17:31:47.019Z | Downloaded ron v0.8.1 |
| 1026 | 2026-05-26T17:31:47.022Z | Downloaded tagptr v0.2.0 |
| 1027 | 2026-05-26T17:31:47.022Z | Downloaded prettyplease v0.2.37 |
| 1028 | 2026-05-26T17:31:47.025Z | Downloaded hyper-util v0.1.20 |
| 1029 | 2026-05-26T17:31:47.028Z | Downloaded spki v0.7.3 |
| 1030 | 2026-05-26T17:31:47.028Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-05-26T17:31:47.031Z | Downloaded rcgen v0.12.1 |
| 1032 | 2026-05-26T17:31:47.031Z | Downloaded serde_with_macros v1.5.2 |
| 1033 | 2026-05-26T17:31:47.031Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-05-26T17:31:47.035Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-05-26T17:31:47.035Z | Downloaded tap v1.0.1 |
| 1036 | 2026-05-26T17:31:47.035Z | Downloaded slog-json v2.6.1 |
| 1037 | 2026-05-26T17:31:47.038Z | Downloaded testing_table v0.3.0 |
| 1038 | 2026-05-26T17:31:47.038Z | Downloaded slog-async v2.8.0 |
| 1039 | 2026-05-26T17:31:47.038Z | Downloaded tabled_derive v0.11.0 |
| 1040 | 2026-05-26T17:31:47.041Z | Downloaded mio v1.2.0 |
| 1041 | 2026-05-26T17:31:47.044Z | Downloaded sync_wrapper v1.0.2 |
| 1042 | 2026-05-26T17:31:47.044Z | Downloaded sync-ptr v0.1.4 |
| 1043 | 2026-05-26T17:31:47.044Z | Downloaded crossterm v0.29.0 |
| 1044 | 2026-05-26T17:31:47.047Z | Downloaded progenitor-impl v0.10.0 |
| 1045 | 2026-05-26T17:31:47.050Z | Downloaded nom v7.1.3 |
| 1046 | 2026-05-26T17:31:47.053Z | Downloaded blake3 v1.8.3 |
| 1047 | 2026-05-26T17:31:47.057Z | Downloaded time-core v0.1.8 |
| 1048 | 2026-05-26T17:31:47.061Z | Downloaded thread-id v5.1.0 |
| 1049 | 2026-05-26T17:31:47.061Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1050 | 2026-05-26T17:31:47.064Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-05-26T17:31:47.064Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-05-26T17:31:47.064Z | Downloaded stringprep v0.1.5 |
| 1053 | 2026-05-26T17:31:47.064Z | Downloaded string_cache v0.8.9 |
| 1054 | 2026-05-26T17:31:47.067Z | Downloaded hashbrown v0.12.3 |
| 1055 | 2026-05-26T17:31:47.067Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-05-26T17:31:47.070Z | Downloaded stacker v0.1.23 |
| 1057 | 2026-05-26T17:31:47.070Z | Downloaded sqlformat v0.3.5 |
| 1058 | 2026-05-26T17:31:47.073Z | Downloaded hashbrown v0.16.1 |
| 1059 | 2026-05-26T17:31:47.076Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1060 | 2026-05-26T17:31:47.076Z | Downloaded serde_cbor v0.11.2 |
| 1061 | 2026-05-26T17:31:47.080Z | Downloaded support-bundle-viewer v0.1.2 |
| 1062 | 2026-05-26T17:31:47.080Z | Downloaded strum_macros v0.27.2 |
| 1063 | 2026-05-26T17:31:47.083Z | Downloaded tokio-macros v2.7.0 |
| 1064 | 2026-05-26T17:31:47.083Z | Downloaded bindgen v0.71.1 |
| 1065 | 2026-05-26T17:31:47.086Z | Downloaded subtle v2.6.1 |
| 1066 | 2026-05-26T17:31:47.089Z | Downloaded strum_macros v0.26.4 |
| 1067 | 2026-05-26T17:31:47.089Z | Downloaded strum_macros v0.24.3 |
| 1068 | 2026-05-26T17:31:47.092Z | Downloaded slog-stdlog v4.1.1 |
| 1069 | 2026-05-26T17:31:47.092Z | Downloaded qorb v0.4.1 |
| 1070 | 2026-05-26T17:31:47.095Z | Downloaded hashbrown v0.15.5 |
| 1071 | 2026-05-26T17:31:47.098Z | Downloaded rayon-core v1.13.0 |
| 1072 | 2026-05-26T17:31:47.101Z | Downloaded minimal-lexical v0.2.1 |
| 1073 | 2026-05-26T17:31:47.104Z | Downloaded signal-hook v0.3.18 |
| 1074 | 2026-05-26T17:31:47.104Z | Downloaded termios v0.3.3 |
| 1075 | 2026-05-26T17:31:47.107Z | Downloaded topological-sort v0.2.2 |
| 1076 | 2026-05-26T17:31:47.107Z | Downloaded quinn v0.11.9 |
| 1077 | 2026-05-26T17:31:47.110Z | Downloaded schemars v0.8.22 |
| 1078 | 2026-05-26T17:31:47.114Z | Downloaded thiserror-no-std v2.0.2 |
| 1079 | 2026-05-26T17:31:47.117Z | Downloaded tower-service v0.3.3 |
| 1080 | 2026-05-26T17:31:47.120Z | Downloaded spin v0.9.8 |
| 1081 | 2026-05-26T17:31:47.120Z | Downloaded serde_with_macros v3.17.0 |
| 1082 | 2026-05-26T17:31:47.123Z | Downloaded serde-hex v0.1.0 |
| 1083 | 2026-05-26T17:31:47.123Z | Downloaded http v1.4.0 |
| 1084 | 2026-05-26T17:31:47.126Z | Downloaded thread_local v1.1.9 |
| 1085 | 2026-05-26T17:31:47.129Z | Downloaded tls_codec v0.4.2 |
| 1086 | 2026-05-26T17:31:47.130Z | Downloaded try-lock v0.2.5 |
| 1087 | 2026-05-26T17:31:47.130Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-05-26T17:31:47.133Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-05-26T17:31:47.133Z | Downloaded trait-variant v0.1.2 |
| 1090 | 2026-05-26T17:31:47.133Z | Downloaded rand v0.8.6 |
| 1091 | 2026-05-26T17:31:47.140Z | Downloaded tls_codec_derive v0.4.2 |
| 1092 | 2026-05-26T17:31:47.143Z | Downloaded libxml v0.3.3 |
| 1093 | 2026-05-26T17:31:47.147Z | Downloaded num-bigint v0.4.6 |
| 1094 | 2026-05-26T17:31:47.150Z | Downloaded tokio-dtrace v0.1.1 |
| 1095 | 2026-05-26T17:31:47.153Z | Downloaded ryu v1.0.23 |
| 1096 | 2026-05-26T17:31:47.153Z | Downloaded unit-prefix v0.5.2 |
| 1097 | 2026-05-26T17:31:47.156Z | Downloaded typify-macro v0.6.2 |
| 1098 | 2026-05-26T17:31:47.157Z | Downloaded unarray v0.1.4 |
| 1099 | 2026-05-26T17:31:47.157Z | Downloaded typify-macro v0.4.3 |
| 1100 | 2026-05-26T17:31:47.157Z | Downloaded tokio-tungstenite v0.23.1 |
| 1101 | 2026-05-26T17:31:47.162Z | Downloaded socket2 v0.6.3 |
| 1102 | 2026-05-26T17:31:47.165Z | Downloaded tokio-tungstenite v0.21.0 |
| 1103 | 2026-05-26T17:31:47.169Z | Downloaded usdt-attr-macro v0.6.0 |
| 1104 | 2026-05-26T17:31:47.169Z | Downloaded usdt v0.6.0 |
| 1105 | 2026-05-26T17:31:47.169Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2026-05-26T17:31:47.172Z | Downloaded untrusted v0.9.0 |
| 1107 | 2026-05-26T17:31:47.172Z | Downloaded untrusted v0.7.1 |
| 1108 | 2026-05-26T17:31:47.172Z | Downloaded tokio-native-tls v0.3.1 |
| 1109 | 2026-05-26T17:31:47.175Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-05-26T17:31:47.178Z | Downloaded aho-corasick v1.1.4 |
| 1111 | 2026-05-26T17:31:47.184Z | Downloaded usdt-macro v0.6.0 |
| 1112 | 2026-05-26T17:31:47.187Z | Downloaded term v1.2.1 |
| 1113 | 2026-05-26T17:31:47.187Z | Downloaded utf-8 v0.7.6 |
| 1114 | 2026-05-26T17:31:47.190Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1115 | 2026-05-26T17:31:47.190Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-05-26T17:31:47.190Z | Downloaded want v0.3.1 |
| 1117 | 2026-05-26T17:31:47.190Z | Downloaded void v1.0.2 |
| 1118 | 2026-05-26T17:31:47.193Z | Downloaded term v0.7.0 |
| 1119 | 2026-05-26T17:31:47.193Z | Downloaded schemars v0.9.0 |
| 1120 | 2026-05-26T17:31:47.199Z | Downloaded tui-tree-widget v0.23.1 |
| 1121 | 2026-05-26T17:31:47.203Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1122 | 2026-05-26T17:31:47.207Z | Downloaded rsa v0.9.10 |
| 1123 | 2026-05-26T17:31:47.211Z | Downloaded tiny-keccak v2.0.2 |
| 1124 | 2026-05-26T17:31:47.211Z | Downloaded xshell-macros v0.2.7 |
| 1125 | 2026-05-26T17:31:47.211Z | Downloaded h2 v0.4.13 |
| 1126 | 2026-05-26T17:31:47.214Z | Downloaded waitgroup v0.1.2 |
| 1127 | 2026-05-26T17:31:47.214Z | Downloaded wait-timeout v0.2.1 |
| 1128 | 2026-05-26T17:31:47.217Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1129 | 2026-05-26T17:31:47.217Z | Downloaded futures-util v0.3.32 |
| 1130 | 2026-05-26T17:31:47.223Z | Downloaded snafu v0.8.9 |
| 1131 | 2026-05-26T17:31:47.227Z | Downloaded slog v2.8.2 |
| 1132 | 2026-05-26T17:31:47.232Z | Downloaded socket2 v0.5.10 |
| 1133 | 2026-05-26T17:31:47.232Z | Downloaded num-bigint-dig v0.8.6 |
| 1134 | 2026-05-26T17:31:47.236Z | Downloaded itertools v0.13.0 |
| 1135 | 2026-05-26T17:31:47.239Z | Downloaded itertools v0.12.1 |
| 1136 | 2026-05-26T17:31:47.242Z | Downloaded rand v0.9.2 |
| 1137 | 2026-05-26T17:31:47.245Z | Downloaded similar v2.7.0 |
| 1138 | 2026-05-26T17:31:47.248Z | Downloaded usdt-impl v0.6.0 |
| 1139 | 2026-05-26T17:31:47.248Z | Downloaded iddqd v0.4.1 |
| 1140 | 2026-05-26T17:31:47.251Z | Downloaded libm v0.2.16 |
| 1141 | 2026-05-26T17:31:47.257Z | Downloaded xattr v1.6.1 |
| 1142 | 2026-05-26T17:31:47.260Z | Downloaded zeroize_derive v1.4.3 |
| 1143 | 2026-05-26T17:31:47.260Z | Downloaded vergen-git2 v1.0.7 |
| 1144 | 2026-05-26T17:31:47.260Z | Downloaded zone v0.3.1 |
| 1145 | 2026-05-26T17:31:47.263Z | Downloaded unicase v2.9.0 |
| 1146 | 2026-05-26T17:31:47.263Z | Downloaded rand v0.10.0 |
| 1147 | 2026-05-26T17:31:47.268Z | Downloaded walkdir v2.5.0 |
| 1148 | 2026-05-26T17:31:47.268Z | Downloaded hkdf v0.12.4 |
| 1149 | 2026-05-26T17:31:47.271Z | Downloaded p521 v0.13.3 |
| 1150 | 2026-05-26T17:31:47.271Z | Downloaded zone_cfg_derive v0.3.1 |
| 1151 | 2026-05-26T17:31:47.271Z | Downloaded samael v0.0.19 |
| 1152 | 2026-05-26T17:31:47.274Z | Downloaded vsss-rs v3.3.4 |
| 1153 | 2026-05-26T17:31:47.284Z | Downloaded uzers v0.12.2 |
| 1154 | 2026-05-26T17:31:47.284Z | Downloaded tokio-stream v0.1.18 |
| 1155 | 2026-05-26T17:31:47.297Z | Downloaded tracing-attributes v0.1.31 |
| 1156 | 2026-05-26T17:31:47.297Z | Downloaded iri-string v0.7.10 |
| 1157 | 2026-05-26T17:31:47.297Z | Downloaded schemars v1.2.1 |
| 1158 | 2026-05-26T17:31:47.301Z | Downloaded vergen-gitcl v1.0.8 |
| 1159 | 2026-05-26T17:31:47.301Z | Downloaded twox-hash v2.1.2 |
| 1160 | 2026-05-26T17:31:47.301Z | Downloaded tokio-rustls v0.25.0 |
| 1161 | 2026-05-26T17:31:47.301Z | Downloaded test-strategy v0.4.5 |
| 1162 | 2026-05-26T17:31:47.301Z | Downloaded russh v0.45.0 |
| 1163 | 2026-05-26T17:31:47.309Z | Downloaded vergen-lib v0.1.6 |
| 1164 | 2026-05-26T17:31:47.309Z | Downloaded tokio-rustls v0.26.4 |
| 1165 | 2026-05-26T17:31:47.309Z | Downloaded tinyvec v1.10.0 |
| 1166 | 2026-05-26T17:31:47.309Z | Downloaded vergen v9.0.6 |
| 1167 | 2026-05-26T17:31:47.309Z | Downloaded publicsuffix v2.3.0 |
| 1168 | 2026-05-26T17:31:47.309Z | Downloaded hyper v1.8.1 |
| 1169 | 2026-05-26T17:31:47.312Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1170 | 2026-05-26T17:31:47.316Z | Downloaded whoami v1.6.1 |
| 1171 | 2026-05-26T17:31:47.320Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1172 | 2026-05-26T17:31:47.320Z | Downloaded wyz v0.5.1 |
| 1173 | 2026-05-26T17:31:47.320Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1174 | 2026-05-26T17:31:47.324Z | Downloaded subprocess v0.2.15 |
| 1175 | 2026-05-26T17:31:47.328Z | Downloaded xshell v0.2.7 |
| 1176 | 2026-05-26T17:31:47.331Z | Downloaded zstd v0.13.3 |
| 1177 | 2026-05-26T17:31:47.331Z | Downloaded zeroize v1.8.2 |
| 1178 | 2026-05-26T17:31:47.335Z | Downloaded rustls-webpki v0.103.9 |
| 1179 | 2026-05-26T17:31:47.335Z | Downloaded whoami v2.1.0 |
| 1180 | 2026-05-26T17:31:47.338Z | Downloaded tokio-rustls v0.24.1 |
| 1181 | 2026-05-26T17:31:47.347Z | Downloaded toml v0.7.8 |
| 1182 | 2026-05-26T17:31:47.352Z | Downloaded tar v0.4.45 |
| 1183 | 2026-05-26T17:31:47.360Z | Downloaded unsafe-libyaml v0.2.11 |
| 1184 | 2026-05-26T17:31:47.363Z | Downloaded typify v0.6.2 |
| 1185 | 2026-05-26T17:31:47.363Z | Downloaded tungstenite v0.21.0 |
| 1186 | 2026-05-26T17:31:47.363Z | Downloaded itertools v0.14.0 |
| 1187 | 2026-05-26T17:31:47.367Z | Downloaded serde_with v1.14.0 |
| 1188 | 2026-05-26T17:31:47.373Z | Downloaded rustyline v14.0.0 |
| 1189 | 2026-05-26T17:31:47.376Z | Downloaded vte v0.14.1 |
| 1190 | 2026-05-26T17:31:47.381Z | Downloaded unicode-properties v0.1.4 |
| 1191 | 2026-05-26T17:31:47.381Z | Downloaded tracing-core v0.1.36 |
| 1192 | 2026-05-26T17:31:47.384Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1193 | 2026-05-26T17:31:47.384Z | Downloaded unicode-bidi v0.3.18 |
| 1194 | 2026-05-26T17:31:47.387Z | Downloaded bitvec v1.0.1 |
| 1195 | 2026-05-26T17:31:47.394Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-05-26T17:31:47.398Z | Downloaded uuid v1.23.0 |
| 1197 | 2026-05-26T17:31:47.398Z | Downloaded yasna v0.5.2 |
| 1198 | 2026-05-26T17:31:47.398Z | Downloaded steno v0.4.1 |
| 1199 | 2026-05-26T17:31:47.402Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-05-26T17:31:47.405Z | Downloaded chrono v0.4.44 |
| 1201 | 2026-05-26T17:31:47.409Z | Downloaded toml_edit v0.19.15 |
| 1202 | 2026-05-26T17:31:47.418Z | Downloaded rpassword v7.4.0 |
| 1203 | 2026-05-26T17:31:47.430Z | Downloaded aws-lc-rs v1.16.3 |
| 1204 | 2026-05-26T17:31:47.433Z | Downloaded tungstenite v0.23.0 |
| 1205 | 2026-05-26T17:31:47.433Z | Downloaded typify v0.4.3 |
| 1206 | 2026-05-26T17:31:47.433Z | Downloaded reqwest v0.12.28 |
| 1207 | 2026-05-26T17:31:47.436Z | Downloaded zerocopy v0.6.6 |
| 1208 | 2026-05-26T17:31:47.439Z | Downloaded tokio-postgres v0.7.16 |
| 1209 | 2026-05-26T17:31:47.452Z | Downloaded zip v0.6.6 |
| 1210 | 2026-05-26T17:31:47.457Z | Downloaded zopfli v0.8.3 |
| 1211 | 2026-05-26T17:31:47.460Z | Downloaded ssh-key v0.6.7 |
| 1212 | 2026-05-26T17:31:47.464Z | Downloaded lalrpop v0.19.12 |
| 1213 | 2026-05-26T17:31:47.477Z | Downloaded yansi v1.0.1 |
| 1214 | 2026-05-26T17:31:47.481Z | Downloaded unicode_categories v0.1.1 |
| 1215 | 2026-05-26T17:31:47.487Z | Downloaded zerocopy-derive v0.8.40 |
| 1216 | 2026-05-26T17:31:47.492Z | Downloaded salty v0.3.0 |
| 1217 | 2026-05-26T17:31:47.495Z | Downloaded reedline v0.40.0 |
| 1218 | 2026-05-26T17:31:47.501Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-05-26T17:31:47.507Z | Downloaded x509-cert v0.2.5 |
| 1220 | 2026-05-26T17:31:47.513Z | Downloaded portable-atomic v1.13.1 |
| 1221 | 2026-05-26T17:31:47.518Z | Downloaded rayon v1.11.0 |
| 1222 | 2026-05-26T17:31:47.522Z | Downloaded regex v1.12.3 |
| 1223 | 2026-05-26T17:31:47.526Z | Downloaded goblin v0.10.5 |
| 1224 | 2026-05-26T17:31:47.537Z | Downloaded tower v0.5.3 |
| 1225 | 2026-05-26T17:31:47.542Z | Downloaded zip v4.6.1 |
| 1226 | 2026-05-26T17:31:47.545Z | Downloaded proptest v1.10.0 |
| 1227 | 2026-05-26T17:31:47.550Z | Downloaded git2 v0.20.4 |
| 1228 | 2026-05-26T17:31:47.555Z | Downloaded rustls-webpki v0.101.7 |
| 1229 | 2026-05-26T17:31:47.563Z | Downloaded unicode-segmentation v1.12.0 |
| 1230 | 2026-05-26T17:31:47.567Z | Downloaded tokio-util v0.7.18 |
| 1231 | 2026-05-26T17:31:47.570Z | Downloaded quick-xml v0.37.5 |
| 1232 | 2026-05-26T17:31:47.575Z | Downloaded moka v0.12.13 |
| 1233 | 2026-05-26T17:31:47.578Z | Downloaded serde_with v3.17.0 |
| 1234 | 2026-05-26T17:31:47.585Z | Downloaded object v0.30.4 |
| 1235 | 2026-05-26T17:31:47.590Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-26T17:31:47.601Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-05-26T17:31:47.616Z | Downloaded tower-http v0.6.8 |
| 1238 | 2026-05-26T17:31:47.620Z | Downloaded tough v0.22.0 |
| 1239 | 2026-05-26T17:31:47.626Z | Downloaded unicode-normalization v0.1.25 |
| 1240 | 2026-05-26T17:31:47.629Z | Downloaded curve25519-dalek v4.1.3 |
| 1241 | 2026-05-26T17:31:47.633Z | Downloaded petname v2.0.2 |
| 1242 | 2026-05-26T17:31:47.636Z | Downloaded radix_trie v0.2.1 |
| 1243 | 2026-05-26T17:31:47.652Z | Downloaded rustls-webpki v0.102.8 |
| 1244 | 2026-05-26T17:31:47.663Z | Downloaded quinn-proto v0.11.13 |
| 1245 | 2026-05-26T17:31:47.669Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-05-26T17:31:47.674Z | Downloaded time v0.3.47 |
| 1247 | 2026-05-26T17:31:47.681Z | Downloaded regex-syntax v0.6.29 |
| 1248 | 2026-05-26T17:31:47.685Z | Downloaded rustls v0.21.12 |
| 1249 | 2026-05-26T17:31:47.691Z | Downloaded nix v0.31.2 |
| 1250 | 2026-05-26T17:31:47.697Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-05-26T17:31:47.730Z | Downloaded winnow v0.6.26 |
| 1252 | 2026-05-26T17:31:47.733Z | Downloaded bstr v1.12.1 |
| 1253 | 2026-05-26T17:31:47.742Z | Downloaded smoltcp v0.11.0 |
| 1254 | 2026-05-26T17:31:47.749Z | Downloaded rustls v0.22.4 |
| 1255 | 2026-05-26T17:31:47.756Z | Downloaded tabled v0.20.0 |
| 1256 | 2026-05-26T17:31:47.769Z | Downloaded zerocopy v0.8.40 |
| 1257 | 2026-05-26T17:31:47.775Z | Downloaded openssl v0.10.79 |
| 1258 | 2026-05-26T17:31:47.780Z | Downloaded nix v0.29.0 |
| 1259 | 2026-05-26T17:31:47.787Z | Downloaded nix v0.28.0 |
| 1260 | 2026-05-26T17:31:47.793Z | Downloaded dropshot v0.16.7 |
| 1261 | 2026-05-26T17:31:47.805Z | Downloaded zlib-rs v0.6.2 |
| 1262 | 2026-05-26T17:31:47.808Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-05-26T17:31:47.813Z | Downloaded webpki-roots v1.0.6 |
| 1264 | 2026-05-26T17:31:47.817Z | Downloaded hickory-proto v0.24.4 |
| 1265 | 2026-05-26T17:31:47.824Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-05-26T17:31:47.837Z | Downloaded regress v0.10.5 |
| 1267 | 2026-05-26T17:31:47.841Z | Downloaded diesel v2.3.7 |
| 1268 | 2026-05-26T17:31:47.853Z | Downloaded openapiv3 v2.2.0 |
| 1269 | 2026-05-26T17:31:47.858Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-05-26T17:31:47.867Z | Downloaded regex-syntax v0.8.10 |
| 1271 | 2026-05-26T17:31:47.871Z | Downloaded regress v0.11.1 |
| 1272 | 2026-05-26T17:31:47.876Z | Downloaded rustls v0.23.37 |
| 1273 | 2026-05-26T17:31:47.883Z | Downloaded object v0.37.3 |
| 1274 | 2026-05-26T17:31:47.891Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1275 | 2026-05-26T17:31:47.896Z | Downloaded nix v0.27.1 |
| 1276 | 2026-05-26T17:31:47.906Z | Downloaded typify-impl v0.6.2 |
| 1277 | 2026-05-26T17:31:47.914Z | Downloaded tracing v0.1.44 |
| 1278 | 2026-05-26T17:31:47.925Z | Downloaded sqlparser v0.61.0 |
| 1279 | 2026-05-26T17:31:47.930Z | Downloaded typify-impl v0.4.3 |
| 1280 | 2026-05-26T17:31:47.941Z | Downloaded sled v0.34.7 |
| 1281 | 2026-05-26T17:31:47.949Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-05-26T17:31:47.961Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-05-26T17:31:47.969Z | Downloaded zerocopy-derive v0.6.6 |
| 1284 | 2026-05-26T17:31:47.979Z | Downloaded petgraph v0.6.5 |
| 1285 | 2026-05-26T17:31:47.990Z | Downloaded chrono-tz v0.10.4 |
| 1286 | 2026-05-26T17:31:48.005Z | Downloaded petgraph v0.8.3 |
| 1287 | 2026-05-26T17:31:48.017Z | Downloaded jiff v0.2.21 |
| 1288 | 2026-05-26T17:31:48.034Z | Downloaded csv v1.4.0 |
| 1289 | 2026-05-26T17:31:48.044Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1290 | 2026-05-26T17:31:48.054Z | Downloaded libz-sys v1.1.24 |
| 1291 | 2026-05-26T17:31:48.066Z | Downloaded sha3 v0.10.8 |
| 1292 | 2026-05-26T17:31:48.069Z | Downloaded tokio v1.52.1 |
| 1293 | 2026-05-26T17:31:48.101Z | Downloaded encoding_rs v0.8.35 |
| 1294 | 2026-05-26T17:31:48.162Z | Downloaded ring v0.17.14 |
| 1295 | 2026-05-26T17:31:48.213Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1296 | 2026-05-26T17:31:48.694Z | Downloaded aws-lc-sys v0.40.0 |
| 1297 | 2026-05-26T17:31:48.941Z | Compiling libc v0.2.185 |
| 1298 | 2026-05-26T17:31:48.941Z | Compiling serde v1.0.228 |
| 1299 | 2026-05-26T17:31:48.941Z | Compiling log v0.4.29 |
| 1300 | 2026-05-26T17:31:48.941Z | Compiling find-msvc-tools v0.1.9 |
| 1301 | 2026-05-26T17:31:48.941Z | Compiling shlex v1.3.0 |
| 1302 | 2026-05-26T17:31:48.944Z | Compiling smallvec v1.15.1 |
| 1303 | 2026-05-26T17:31:48.944Z | Compiling typenum v1.19.0 |
| 1304 | 2026-05-26T17:31:48.944Z | Compiling subtle v2.6.1 |
| 1305 | 2026-05-26T17:31:48.944Z | Compiling generic-array v0.14.7 |
| 1306 | 2026-05-26T17:31:48.945Z | Compiling scopeguard v1.2.0 |
| 1307 | 2026-05-26T17:31:49.157Z | Compiling const-oid v0.9.6 |
| 1308 | 2026-05-26T17:31:49.172Z | Compiling serde_json v1.0.149 |
| 1309 | 2026-05-26T17:31:49.196Z | Compiling syn v2.0.117 |
| 1310 | 2026-05-26T17:31:49.209Z | Compiling zerocopy v0.8.40 |
| 1311 | 2026-05-26T17:31:49.213Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-05-26T17:31:49.213Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-05-26T17:31:49.306Z | Compiling lock_api v0.4.14 |
| 1314 | 2026-05-26T17:31:49.326Z | Compiling portable-atomic v1.13.1 |
| 1315 | 2026-05-26T17:31:49.342Z | Compiling pkg-config v0.3.32 |
| 1316 | 2026-05-26T17:31:49.345Z | Compiling bitflags v2.11.0 |
| 1317 | 2026-05-26T17:31:49.345Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-05-26T17:31:49.387Z | Compiling futures-core v0.3.32 |
| 1319 | 2026-05-26T17:31:49.449Z | Compiling libm v0.2.16 |
| 1320 | 2026-05-26T17:31:49.474Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-05-26T17:31:49.508Z | Compiling percent-encoding v2.3.2 |
| 1322 | 2026-05-26T17:31:49.564Z | Compiling futures-sink v0.3.32 |
| 1323 | 2026-05-26T17:31:49.567Z | Compiling futures-io v0.3.32 |
| 1324 | 2026-05-26T17:31:49.567Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-05-26T17:31:49.579Z | Compiling cpufeatures v0.2.17 |
| 1326 | 2026-05-26T17:31:49.622Z | Compiling slab v0.4.12 |
| 1327 | 2026-05-26T17:31:49.729Z | Compiling futures-channel v0.3.32 |
| 1328 | 2026-05-26T17:31:49.747Z | Compiling futures-task v0.3.32 |
| 1329 | 2026-05-26T17:31:49.799Z | Compiling rand_core v0.10.0 |
| 1330 | 2026-05-26T17:31:49.814Z | Compiling indexmap v2.14.0 |
| 1331 | 2026-05-26T17:31:49.830Z | Compiling getrandom v0.3.4 |
| 1332 | 2026-05-26T17:31:49.881Z | Compiling rustversion v1.0.22 |
| 1333 | 2026-05-26T17:31:49.951Z | Compiling form_urlencoded v1.2.2 |
| 1334 | 2026-05-26T17:31:49.970Z | Compiling dunce v1.0.5 |
| 1335 | 2026-05-26T17:31:49.991Z | Compiling fs_extra v1.3.0 |
| 1336 | 2026-05-26T17:31:50.006Z | Compiling ident_case v1.0.1 |
| 1337 | 2026-05-26T17:31:50.009Z | Compiling base64ct v1.8.3 |
| 1338 | 2026-05-26T17:31:50.037Z | Compiling rustix v1.1.3 |
| 1339 | 2026-05-26T17:31:50.072Z | Compiling iana-time-zone v0.1.65 |
| 1340 | 2026-05-26T17:31:50.088Z | Compiling flagset v0.4.7 |
| 1341 | 2026-05-26T17:31:50.152Z | Compiling getrandom v0.2.17 |
| 1342 | 2026-05-26T17:31:50.167Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-05-26T17:31:50.184Z | Compiling errno v0.3.14 |
| 1344 | 2026-05-26T17:31:50.230Z | Compiling mio v1.2.0 |
| 1345 | 2026-05-26T17:31:50.270Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-05-26T17:31:50.325Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-05-26T17:31:50.341Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-05-26T17:31:50.396Z | Compiling cc v1.2.56 |
| 1349 | 2026-05-26T17:31:50.414Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-05-26T17:31:50.466Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-05-26T17:31:50.486Z | Compiling pem-rfc7468 v0.7.0 |
| 1352 | 2026-05-26T17:31:50.500Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-05-26T17:31:50.560Z | Compiling aws-lc-rs v1.16.3 |
| 1354 | 2026-05-26T17:31:50.642Z | Compiling vcpkg v0.2.15 |
| 1355 | 2026-05-26T17:31:50.686Z | Compiling tracing-core v0.1.36 |
| 1356 | 2026-05-26T17:31:50.703Z | Compiling uuid v1.23.0 |
| 1357 | 2026-05-26T17:31:50.719Z | Compiling rustc_version v0.4.1 |
| 1358 | 2026-05-26T17:31:50.722Z | Compiling base64 v0.22.1 |
| 1359 | 2026-05-26T17:31:50.780Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-05-26T17:31:50.813Z | Compiling httparse v1.10.1 |
| 1361 | 2026-05-26T17:31:50.834Z | Compiling tinyvec_macros v0.1.1 |
| 1362 | 2026-05-26T17:31:50.877Z | Compiling untrusted v0.9.0 |
| 1363 | 2026-05-26T17:31:50.918Z | Compiling untrusted v0.7.1 |
| 1364 | 2026-05-26T17:31:50.960Z | Compiling openssl-probe v0.2.1 |
| 1365 | 2026-05-26T17:31:51.004Z | Compiling tinyvec v1.10.0 |
| 1366 | 2026-05-26T17:31:51.017Z | Compiling aho-corasick v1.1.4 |
| 1367 | 2026-05-26T17:31:51.058Z | Compiling atomic-waker v1.1.2 |
| 1368 | 2026-05-26T17:31:51.073Z | Compiling rustls v0.23.37 |
| 1369 | 2026-05-26T17:31:51.076Z | Compiling tower-layer v0.3.3 |
| 1370 | 2026-05-26T17:31:51.076Z | Compiling dyn-clone v1.0.20 |
| 1371 | 2026-05-26T17:31:51.148Z | Compiling cmake v0.1.57 |
| 1372 | 2026-05-26T17:31:51.201Z | Compiling tower-service v0.3.3 |
| 1373 | 2026-05-26T17:31:51.229Z | Compiling try-lock v0.2.5 |
| 1374 | 2026-05-26T17:31:51.252Z | Compiling schemars v0.8.22 |
| 1375 | 2026-05-26T17:31:51.266Z | Compiling pin-utils v0.1.0 |
| 1376 | 2026-05-26T17:31:51.266Z | Compiling openssl v0.10.79 |
| 1377 | 2026-05-26T17:31:51.313Z | Compiling httpdate v1.0.3 |
| 1378 | 2026-05-26T17:31:51.326Z | Compiling want v0.3.1 |
| 1379 | 2026-05-26T17:31:51.354Z | Compiling foreign-types-shared v0.1.1 |
| 1380 | 2026-05-26T17:31:51.369Z | Compiling unicode-normalization v0.1.25 |
| 1381 | 2026-05-26T17:31:51.385Z | Compiling spin v0.9.8 |
| 1382 | 2026-05-26T17:31:51.388Z | Compiling crc32fast v1.5.0 |
| 1383 | 2026-05-26T17:31:51.415Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-05-26T17:31:51.457Z | Compiling foreign-types v0.3.2 |
| 1385 | 2026-05-26T17:31:51.491Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-05-26T17:31:51.515Z | Compiling time-core v0.1.8 |
| 1387 | 2026-05-26T17:31:51.537Z | Compiling powerfmt v0.2.0 |
| 1388 | 2026-05-26T17:31:51.553Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-05-26T17:31:51.556Z | Compiling sync_wrapper v1.0.2 |
| 1390 | 2026-05-26T17:31:51.556Z | Compiling quick-error v1.2.3 |
| 1391 | 2026-05-26T17:31:51.596Z | Compiling bit-vec v0.8.0 |
| 1392 | 2026-05-26T17:31:51.613Z | Compiling usdt-impl v0.6.0 |
| 1393 | 2026-05-26T17:31:51.634Z | Compiling num_threads v0.1.7 |
| 1394 | 2026-05-26T17:31:51.648Z | Compiling simd-adler32 v0.3.8 |
| 1395 | 2026-05-26T17:31:51.676Z | Compiling tempfile v3.25.0 |
| 1396 | 2026-05-26T17:31:51.693Z | Compiling time-macros v0.2.27 |
| 1397 | 2026-05-26T17:31:51.710Z | Compiling deranged v0.5.8 |
| 1398 | 2026-05-26T17:31:51.743Z | Compiling crossbeam-utils v0.8.21 |
| 1399 | 2026-05-26T17:31:51.760Z | Compiling siphasher v1.0.2 |
| 1400 | 2026-05-26T17:31:51.774Z | Compiling syn v1.0.109 |
| 1401 | 2026-05-26T17:31:51.856Z | Compiling bit-set v0.8.0 |
| 1402 | 2026-05-26T17:31:51.885Z | Compiling heapless v0.7.17 |
| 1403 | 2026-05-26T17:31:51.888Z | Compiling slog v2.8.2 |
| 1404 | 2026-05-26T17:31:51.914Z | Compiling rusty-fork v0.3.1 |
| 1405 | 2026-05-26T17:31:51.943Z | Compiling aws-lc-sys v0.40.0 |
| 1406 | 2026-05-26T17:31:51.960Z | Compiling ring v0.17.14 |
| 1407 | 2026-05-26T17:31:51.976Z | Compiling openssl-sys v0.9.115 |
| 1408 | 2026-05-26T17:31:52.032Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-05-26T17:31:52.061Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-05-26T17:31:52.078Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-05-26T17:31:52.081Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-05-26T17:31:52.112Z | Compiling regex-automata v0.4.14 |
| 1413 | 2026-05-26T17:31:52.115Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1414 | 2026-05-26T17:31:52.229Z | Compiling darling_core v0.21.3 |
| 1415 | 2026-05-26T17:31:52.246Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1416 | 2026-05-26T17:31:52.554Z | Compiling rand_xorshift v0.4.0 |
| 1417 | 2026-05-26T17:31:52.649Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-05-26T17:31:52.705Z | Compiling cookie v0.18.1 |
| 1419 | 2026-05-26T17:31:52.765Z | Compiling unicode-bidi v0.3.18 |
| 1420 | 2026-05-26T17:31:52.792Z | Compiling unicode-properties v0.1.4 |
| 1421 | 2026-05-26T17:31:52.792Z | Compiling anyhow v1.0.102 |
| 1422 | 2026-05-26T17:31:52.873Z | Compiling time v0.3.47 |
| 1423 | 2026-05-26T17:31:52.873Z | Compiling allocator-api2 v0.2.21 |
| 1424 | 2026-05-26T17:31:52.928Z | Compiling signal-hook v0.3.18 |
| 1425 | 2026-05-26T17:31:52.969Z | Compiling iri-string v0.7.10 |
| 1426 | 2026-05-26T17:31:53.050Z | Compiling paste v1.0.15 |
| 1427 | 2026-05-26T17:31:53.070Z | Compiling ryu v1.0.23 |
| 1428 | 2026-05-26T17:31:53.126Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-05-26T17:31:53.162Z | Compiling zstd-safe v7.2.4 |
| 1430 | 2026-05-26T17:31:53.231Z | Compiling unarray v0.1.4 |
| 1431 | 2026-05-26T17:31:53.276Z | Compiling miniz_oxide v0.8.9 |
| 1432 | 2026-05-26T17:31:53.326Z | Compiling stringprep v0.1.5 |
| 1433 | 2026-05-26T17:31:53.498Z | Compiling num-integer v0.1.46 |
| 1434 | 2026-05-26T17:31:53.523Z | Compiling curve25519-dalek v4.1.3 |
| 1435 | 2026-05-26T17:31:53.783Z | Compiling vergen-lib v0.1.6 |
| 1436 | 2026-05-26T17:31:53.798Z | Compiling serde_derive v1.0.228 |
| 1437 | 2026-05-26T17:31:53.840Z | Compiling zeroize_derive v1.4.3 |
| 1438 | 2026-05-26T17:31:53.877Z | Compiling zerofrom-derive v0.1.6 |
| 1439 | 2026-05-26T17:31:53.909Z | Compiling yoke-derive v0.8.1 |
| 1440 | 2026-05-26T17:31:53.924Z | Compiling zerocopy-derive v0.8.40 |
| 1441 | 2026-05-26T17:31:53.983Z | Compiling zerovec-derive v0.11.2 |
| 1442 | 2026-05-26T17:31:54.146Z | Compiling displaydoc v0.2.5 |
| 1443 | 2026-05-26T17:31:54.550Z | Compiling tokio-macros v2.7.0 |
| 1444 | 2026-05-26T17:31:54.565Z | Compiling zeroize v1.8.2 |
| 1445 | 2026-05-26T17:31:54.568Z | Compiling futures-macro v0.3.32 |
| 1446 | 2026-05-26T17:31:54.597Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-05-26T17:31:54.884Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-05-26T17:31:54.970Z | Compiling thiserror-impl v2.0.18 |
| 1449 | 2026-05-26T17:31:55.152Z | Compiling tracing-attributes v0.1.31 |
| 1450 | 2026-05-26T17:31:55.176Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-26T17:31:55.301Z | Compiling crypto-common v0.1.7 |
| 1452 | 2026-05-26T17:31:55.357Z | Compiling zerofrom v0.1.6 |
| 1453 | 2026-05-26T17:31:55.357Z | Compiling block-buffer v0.10.4 |
| 1454 | 2026-05-26T17:31:55.386Z | Compiling block-padding v0.3.3 |
| 1455 | 2026-05-26T17:31:55.426Z | Compiling futures-util v0.3.32 |
| 1456 | 2026-05-26T17:31:55.464Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-05-26T17:31:55.493Z | Compiling yoke v0.8.1 |
| 1458 | 2026-05-26T17:31:55.561Z | Compiling digest v0.10.7 |
| 1459 | 2026-05-26T17:31:55.575Z | Compiling inout v0.1.4 |
| 1460 | 2026-05-26T17:31:55.605Z | Compiling der v0.7.10 |
| 1461 | 2026-05-26T17:31:55.695Z | Compiling zerovec v0.11.5 |
| 1462 | 2026-05-26T17:31:55.767Z | Compiling zerotrie v0.2.3 |
| 1463 | 2026-05-26T17:31:55.829Z | Compiling hmac v0.12.1 |
| 1464 | 2026-05-26T17:31:55.930Z | Compiling sha2 v0.10.9 |
| 1465 | 2026-05-26T17:31:56.002Z | Compiling cipher v0.4.4 |
| 1466 | 2026-05-26T17:31:56.085Z | Compiling pbkdf2 v0.12.2 |
| 1467 | 2026-05-26T17:31:56.217Z | Compiling tinystr v0.8.2 |
| 1468 | 2026-05-26T17:31:56.236Z | Compiling potential_utf v0.1.4 |
| 1469 | 2026-05-26T17:31:56.286Z | Compiling salsa20 v0.10.2 |
| 1470 | 2026-05-26T17:31:56.355Z | Compiling thiserror v2.0.18 |
| 1471 | 2026-05-26T17:31:56.426Z | Compiling icu_locale_core v2.1.1 |
| 1472 | 2026-05-26T17:31:56.443Z | Compiling icu_collections v2.1.1 |
| 1473 | 2026-05-26T17:31:56.459Z | Compiling spki v0.7.3 |
| 1474 | 2026-05-26T17:31:56.459Z | Compiling scrypt v0.11.0 |
| 1475 | 2026-05-26T17:31:56.490Z | Compiling aes v0.8.4 |
| 1476 | 2026-05-26T17:31:56.508Z | Compiling cbc v0.1.2 |
| 1477 | 2026-05-26T17:31:56.542Z | Compiling tracing v0.1.44 |
| 1478 | 2026-05-26T17:31:56.681Z | Compiling scroll_derive v0.13.1 |
| 1479 | 2026-05-26T17:31:56.695Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-26T17:31:56.747Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2026-05-26T17:31:56.837Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-05-26T17:31:56.859Z | Compiling dtrace-parser v0.3.0 |
| 1483 | 2026-05-26T17:31:56.951Z | Compiling pkcs5 v0.7.1 |
| 1484 | 2026-05-26T17:31:57.145Z | Compiling icu_provider v2.1.1 |
| 1485 | 2026-05-26T17:31:57.215Z | Compiling darling v0.20.11 |
| 1486 | 2026-05-26T17:31:57.309Z | Compiling pkcs8 v0.10.2 |
| 1487 | 2026-05-26T17:31:57.326Z | Compiling bytes v1.11.1 |
| 1488 | 2026-05-26T17:31:57.344Z | Compiling chrono v0.4.44 |
| 1489 | 2026-05-26T17:31:57.370Z | Compiling ipnet v2.11.0 |
| 1490 | 2026-05-26T17:31:57.406Z | Compiling icu_properties v2.1.2 |
| 1491 | 2026-05-26T17:31:57.451Z | Compiling icu_normalizer v2.1.1 |
| 1492 | 2026-05-26T17:31:57.469Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-05-26T17:31:57.517Z | Compiling scroll v0.13.0 |
| 1494 | 2026-05-26T17:31:57.572Z | Compiling signature v2.2.0 |
| 1495 | 2026-05-26T17:31:57.646Z | Compiling webpki-roots v1.0.6 |
| 1496 | 2026-05-26T17:31:57.662Z | Compiling scroll_derive v0.12.1 |
| 1497 | 2026-05-26T17:31:57.705Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-05-26T17:31:57.825Z | Compiling goblin v0.10.5 |
| 1499 | 2026-05-26T17:31:57.840Z | Compiling tokio v1.52.1 |
| 1500 | 2026-05-26T17:31:57.861Z | Compiling http v1.4.0 |
| 1501 | 2026-05-26T17:31:57.910Z | Compiling erased-serde v0.3.31 |
| 1502 | 2026-05-26T17:31:57.998Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-05-26T17:31:58.037Z | Compiling serde_tokenstream v0.2.3 |
| 1504 | 2026-05-26T17:31:58.156Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2026-05-26T17:31:58.382Z | Compiling idna_adapter v1.2.1 |
| 1506 | 2026-05-26T17:31:58.417Z | Compiling ppv-lite86 v0.2.21 |
| 1507 | 2026-05-26T17:31:58.435Z | Compiling scroll v0.12.0 |
| 1508 | 2026-05-26T17:31:58.439Z | Compiling derive_builder_macro v0.20.2 |
| 1509 | 2026-05-26T17:31:58.466Z | Compiling serde_urlencoded v0.7.1 |
| 1510 | 2026-05-26T17:31:58.520Z | Compiling idna v1.1.0 |
| 1511 | 2026-05-26T17:31:58.539Z | Compiling http-body v1.0.1 |
| 1512 | 2026-05-26T17:31:58.556Z | Compiling md-5 v0.10.6 |
| 1513 | 2026-05-26T17:31:58.586Z | Compiling darling_macro v0.21.3 |
| 1514 | 2026-05-26T17:31:58.710Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2026-05-26T17:31:58.727Z | Compiling http-body-util v0.1.3 |
| 1516 | 2026-05-26T17:31:58.741Z | Compiling rand_chacha v0.3.1 |
| 1517 | 2026-05-26T17:31:58.745Z | Compiling bstr v1.12.1 |
| 1518 | 2026-05-26T17:31:58.772Z | Compiling pin-project-internal v1.1.11 |
| 1519 | 2026-05-26T17:31:58.805Z | Compiling async-trait v0.1.89 |
| 1520 | 2026-05-26T17:31:58.819Z | Compiling url v2.5.8 |
| 1521 | 2026-05-26T17:31:58.957Z | Compiling rand v0.9.2 |
| 1522 | 2026-05-26T17:31:58.992Z | Compiling zerocopy-derive v0.7.35 |
| 1523 | 2026-05-26T17:31:59.036Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-05-26T17:31:59.108Z | Compiling ff v0.13.1 |
| 1525 | 2026-05-26T17:31:59.153Z | Compiling hash32 v0.2.1 |
| 1526 | 2026-05-26T17:31:59.203Z | Compiling memoffset v0.9.1 |
| 1527 | 2026-05-26T17:31:59.255Z | Compiling base16ct v0.2.0 |
| 1528 | 2026-05-26T17:31:59.415Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-05-26T17:31:59.431Z | Compiling smoltcp v0.9.1 |
| 1530 | 2026-05-26T17:31:59.435Z | Compiling litrs v1.0.0 |
| 1531 | 2026-05-26T17:31:59.459Z | Compiling ref-cast v1.0.25 |
| 1532 | 2026-05-26T17:31:59.588Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-26T17:31:59.651Z | Compiling fallible-iterator v0.2.0 |
| 1534 | 2026-05-26T17:31:59.772Z | Compiling num-bigint-dig v0.8.6 |
| 1535 | 2026-05-26T17:31:59.788Z | Compiling rustix v0.38.44 |
| 1536 | 2026-05-26T17:31:59.803Z | Compiling psl-types v2.0.11 |
| 1537 | 2026-05-26T17:31:59.846Z | Compiling zlib-rs v0.6.2 |
| 1538 | 2026-05-26T17:31:59.902Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-05-26T17:31:59.922Z | Compiling publicsuffix v2.3.0 |
| 1540 | 2026-05-26T17:31:59.936Z | Compiling pin-project v1.1.11 |
| 1541 | 2026-05-26T17:31:59.953Z | Compiling postgres-protocol v0.6.10 |
| 1542 | 2026-05-26T17:31:59.974Z | Compiling document-features v0.2.12 |
| 1543 | 2026-05-26T17:32:00.052Z | Compiling nix v0.31.2 |
| 1544 | 2026-05-26T17:32:00.082Z | Compiling sec1 v0.7.3 |
| 1545 | 2026-05-26T17:32:00.154Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-05-26T17:32:00.272Z | Compiling group v0.13.0 |
| 1547 | 2026-05-26T17:32:00.288Z | Compiling darling v0.21.3 |
| 1548 | 2026-05-26T17:32:00.383Z | Compiling rand v0.8.6 |
| 1549 | 2026-05-26T17:32:00.387Z | Compiling derive_builder v0.20.2 |
| 1550 | 2026-05-26T17:32:00.415Z | Compiling oxnet v0.1.4 |
| 1551 | 2026-05-26T17:32:00.450Z | Compiling goblin v0.8.2 |
| 1552 | 2026-05-26T17:32:00.482Z | Compiling futures-executor v0.3.32 |
| 1553 | 2026-05-26T17:32:00.521Z | Compiling hubpack_derive v0.1.1 |
| 1554 | 2026-05-26T17:32:00.543Z | Compiling dof v0.4.0 |
| 1555 | 2026-05-26T17:32:00.575Z | Compiling cargo-platform v0.1.9 |
| 1556 | 2026-05-26T17:32:00.593Z | Compiling hex v0.4.3 |
| 1557 | 2026-05-26T17:32:00.597Z | Compiling hkdf v0.12.4 |
| 1558 | 2026-05-26T17:32:00.703Z | Compiling crypto-bigint v0.5.5 |
| 1559 | 2026-05-26T17:32:00.761Z | Compiling regex v1.12.3 |
| 1560 | 2026-05-26T17:32:00.881Z | Compiling strum_macros v0.27.2 |
| 1561 | 2026-05-26T17:32:00.884Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1562 | 2026-05-26T17:32:00.909Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-05-26T17:32:00.956Z | Compiling snafu-derive v0.8.9 |
| 1564 | 2026-05-26T17:32:00.998Z | Compiling daft-derive v0.1.7 |
| 1565 | 2026-05-26T17:32:01.204Z | Compiling num-iter v0.1.45 |
| 1566 | 2026-05-26T17:32:01.573Z | Compiling tokio-util v0.7.18 |
| 1567 | 2026-05-26T17:32:01.704Z | Compiling tower v0.5.3 |
| 1568 | 2026-05-26T17:32:01.720Z | Compiling tokio-native-tls v0.3.1 |
| 1569 | 2026-05-26T17:32:01.752Z | Compiling phf_shared v0.13.1 |
| 1570 | 2026-05-26T17:32:01.790Z | Compiling terminal_size v0.4.3 |
| 1571 | 2026-05-26T17:32:01.845Z | Compiling lazy_static v1.5.0 |
| 1572 | 2026-05-26T17:32:01.897Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-26T17:32:01.912Z | Compiling vergen v9.0.6 |
| 1574 | 2026-05-26T17:32:01.939Z | Compiling fs-err v3.3.0 |
| 1575 | 2026-05-26T17:32:01.954Z | Compiling ahash v0.8.12 |
| 1576 | 2026-05-26T17:32:02.009Z | Compiling encoding_rs v0.8.35 |
| 1577 | 2026-05-26T17:32:02.107Z | Compiling tower-http v0.6.8 |
| 1578 | 2026-05-26T17:32:02.122Z | Compiling managed v0.8.0 |
| 1579 | 2026-05-26T17:32:02.150Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-05-26T17:32:02.182Z | Compiling libbz2-rs-sys v0.2.2 |
| 1581 | 2026-05-26T17:32:02.197Z | Compiling bitflags v1.3.2 |
| 1582 | 2026-05-26T17:32:02.247Z | Compiling h2 v0.4.13 |
| 1583 | 2026-05-26T17:32:02.282Z | Compiling foldhash v0.2.0 |
| 1584 | 2026-05-26T17:32:02.335Z | Compiling unicode-segmentation v1.12.0 |
| 1585 | 2026-05-26T17:32:02.349Z | Compiling winnow v0.5.40 |
| 1586 | 2026-05-26T17:32:02.534Z | Compiling bumpalo v3.20.2 |
| 1587 | 2026-05-26T17:32:02.550Z | Compiling mime v0.3.17 |
| 1588 | 2026-05-26T17:32:02.624Z | Compiling same-file v1.0.6 |
| 1589 | 2026-05-26T17:32:02.798Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-05-26T17:32:02.814Z | Compiling object v0.37.3 |
| 1591 | 2026-05-26T17:32:02.827Z | Compiling walkdir v2.5.0 |
| 1592 | 2026-05-26T17:32:02.860Z | Compiling zopfli v0.8.3 |
| 1593 | 2026-05-26T17:32:02.876Z | Compiling dof v0.3.0 |
| 1594 | 2026-05-26T17:32:02.902Z | Compiling strum v0.27.2 |
| 1595 | 2026-05-26T17:32:02.915Z | Compiling snafu v0.8.9 |
| 1596 | 2026-05-26T17:32:02.949Z | Compiling bzip2 v0.6.1 |
| 1597 | 2026-05-26T17:32:03.052Z | Compiling clap_builder v4.5.60 |
| 1598 | 2026-05-26T17:32:03.078Z | Compiling hashbrown v0.16.1 |
| 1599 | 2026-05-26T17:32:03.173Z | Compiling hashbrown v0.15.5 |
| 1600 | 2026-05-26T17:32:03.265Z | Compiling usdt-attr-macro v0.6.0 |
| 1601 | 2026-05-26T17:32:03.287Z | Compiling usdt-macro v0.6.0 |
| 1602 | 2026-05-26T17:32:03.339Z | Compiling daft v0.1.7 |
| 1603 | 2026-05-26T17:32:03.520Z | Compiling phf v0.13.1 |
| 1604 | 2026-05-26T17:32:03.613Z | Compiling cargo_metadata v0.19.2 |
| 1605 | 2026-05-26T17:32:03.628Z | Compiling signal-hook-mio v0.2.5 |
| 1606 | 2026-05-26T17:32:03.642Z | Compiling elliptic-curve v0.13.8 |
| 1607 | 2026-05-26T17:32:03.689Z | Compiling toml_edit v0.19.15 |
| 1608 | 2026-05-26T17:32:03.851Z | Compiling cookie_store v0.22.1 |
| 1609 | 2026-05-26T17:32:03.880Z | Compiling hubpack v0.1.2 |
| 1610 | 2026-05-26T17:32:03.975Z | Compiling bzip2 v0.4.4 |
| 1611 | 2026-05-26T17:32:03.975Z | Compiling futures v0.3.32 |
| 1612 | 2026-05-26T17:32:04.085Z | Compiling serde_with_macros v3.17.0 |
| 1613 | 2026-05-26T17:32:04.101Z | Compiling zstd v0.13.3 |
| 1614 | 2026-05-26T17:32:04.119Z | Compiling postgres-types v0.2.12 |
| 1615 | 2026-05-26T17:32:04.165Z | Compiling globset v0.4.18 |
| 1616 | 2026-05-26T17:32:04.202Z | Compiling dtrace-parser v0.2.0 |
| 1617 | 2026-05-26T17:32:04.234Z | Compiling ed25519 v2.2.3 |
| 1618 | 2026-05-26T17:32:04.382Z | Compiling pkcs1 v0.7.5 |
| 1619 | 2026-05-26T17:32:04.531Z | Compiling serde-big-array v0.5.1 |
| 1620 | 2026-05-26T17:32:04.688Z | Compiling serde_plain v1.0.2 |
| 1621 | 2026-05-26T17:32:04.703Z | Compiling olpc-cjson v0.1.4 |
| 1622 | 2026-05-26T17:32:04.799Z | Compiling rfc6979 v0.4.0 |
| 1623 | 2026-05-26T17:32:04.866Z | Compiling async-recursion v1.1.1 |
| 1624 | 2026-05-26T17:32:04.880Z | Compiling clap_derive v4.5.55 |
| 1625 | 2026-05-26T17:32:04.904Z | Compiling serde_repr v0.1.20 |
| 1626 | 2026-05-26T17:32:04.938Z | Compiling enum-as-inner v0.6.1 |
| 1627 | 2026-05-26T17:32:04.975Z | Compiling strum_macros v0.26.4 |
| 1628 | 2026-05-26T17:32:04.990Z | Compiling phf_shared v0.11.3 |
| 1629 | 2026-05-26T17:32:05.151Z | Compiling float-cmp v0.10.0 |
| 1630 | 2026-05-26T17:32:05.198Z | Compiling pem v3.0.6 |
| 1631 | 2026-05-26T17:32:05.260Z | Compiling hyper v1.8.1 |
| 1632 | 2026-05-26T17:32:05.279Z | Compiling thread-id v4.2.2 |
| 1633 | 2026-05-26T17:32:05.337Z | Compiling memmap2 v0.9.10 |
| 1634 | 2026-05-26T17:32:05.380Z | Compiling env_filter v1.0.0 |
| 1635 | 2026-05-26T17:32:05.467Z | Compiling either v1.15.0 |
| 1636 | 2026-05-26T17:32:05.482Z | Compiling fixedbitset v0.4.2 |
| 1637 | 2026-05-26T17:32:05.557Z | Compiling keccak v0.1.6 |
| 1638 | 2026-05-26T17:32:05.561Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-05-26T17:32:05.586Z | Compiling predicates-core v1.0.10 |
| 1640 | 2026-05-26T17:32:05.691Z | Compiling difflib v0.4.0 |
| 1641 | 2026-05-26T17:32:05.708Z | Compiling new_debug_unreachable v1.0.6 |
| 1642 | 2026-05-26T17:32:05.724Z | Compiling static_assertions v1.1.0 |
| 1643 | 2026-05-26T17:32:05.780Z | Compiling jiff v0.2.21 |
| 1644 | 2026-05-26T17:32:05.795Z | Compiling precomputed-hash v0.1.1 |
| 1645 | 2026-05-26T17:32:05.810Z | Compiling whoami v2.1.0 |
| 1646 | 2026-05-26T17:32:05.884Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2026-05-26T17:32:05.899Z | Compiling typed-path v0.9.3 |
| 1648 | 2026-05-26T17:32:05.992Z | Compiling data-encoding v2.10.0 |
| 1649 | 2026-05-26T17:32:06.072Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-05-26T17:32:06.196Z | Compiling predicates v3.1.4 |
| 1651 | 2026-05-26T17:32:06.278Z | Compiling string_cache v0.8.9 |
| 1652 | 2026-05-26T17:32:06.294Z | Compiling hickory-proto v0.25.2 |
| 1653 | 2026-05-26T17:32:06.352Z | Compiling hyper-util v0.1.20 |
| 1654 | 2026-05-26T17:32:06.386Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1655 | 2026-05-26T17:32:06.524Z | Compiling petgraph v0.8.3 |
| 1656 | 2026-05-26T17:32:06.705Z | Compiling clap v4.5.60 |
| 1657 | 2026-05-26T17:32:06.720Z | Compiling sha3 v0.10.8 |
| 1658 | 2026-05-26T17:32:06.738Z | Compiling toml_edit v0.22.27 |
| 1659 | 2026-05-26T17:32:06.771Z | Compiling strum v0.26.3 |
| 1660 | 2026-05-26T17:32:06.800Z | Compiling itertools v0.13.0 |
| 1661 | 2026-05-26T17:32:06.872Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-05-26T17:32:06.888Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-05-26T17:32:06.923Z | Compiling usdt v0.6.0 |
| 1664 | 2026-05-26T17:32:07.125Z | Compiling usdt-impl v0.5.0 |
| 1665 | 2026-05-26T17:32:07.199Z | Compiling serde_with v3.17.0 |
| 1666 | 2026-05-26T17:32:07.213Z | Compiling toml v0.7.8 |
| 1667 | 2026-05-26T17:32:07.261Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-05-26T17:32:07.731Z | Compiling ecdsa v0.16.9 |
| 1669 | 2026-05-26T17:32:07.858Z | Compiling hyper-tls v0.6.0 |
| 1670 | 2026-05-26T17:32:08.046Z | Compiling rsa v0.9.10 |
| 1671 | 2026-05-26T17:32:08.108Z | Compiling ed25519-dalek v2.2.0 |
| 1672 | 2026-05-26T17:32:08.329Z | Compiling zip v0.6.6 |
| 1673 | 2026-05-26T17:32:08.419Z | Compiling zip v4.6.1 |
| 1674 | 2026-05-26T17:32:08.508Z | Compiling iddqd v0.4.1 |
| 1675 | 2026-05-26T17:32:08.886Z | Compiling heck v0.4.1 |
| 1676 | 2026-05-26T17:32:08.918Z | Compiling similar v2.7.0 |
| 1677 | 2026-05-26T17:32:08.936Z | Compiling tokio-stream v0.1.18 |
| 1678 | 2026-05-26T17:32:09.019Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1679 | 2026-05-26T17:32:09.114Z | Compiling buf-list v1.1.2 |
| 1680 | 2026-05-26T17:32:09.131Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1681 | 2026-05-26T17:32:09.228Z | Compiling openapiv3 v2.2.0 |
| 1682 | 2026-05-26T17:32:09.411Z | Compiling x509-cert v0.2.5 |
| 1683 | 2026-05-26T17:32:09.429Z | Compiling sha1 v0.10.6 |
| 1684 | 2026-05-26T17:32:09.445Z | Compiling crossbeam-epoch v0.9.18 |
| 1685 | 2026-05-26T17:32:09.468Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1686 | 2026-05-26T17:32:09.486Z | Compiling lalrpop-util v0.19.12 |
| 1687 | 2026-05-26T17:32:09.616Z | Compiling peg-runtime v0.8.5 |
| 1688 | 2026-05-26T17:32:09.685Z | Compiling thread_local v1.1.9 |
| 1689 | 2026-05-26T17:32:09.688Z | Compiling slog-async v2.8.0 |
| 1690 | 2026-05-26T17:32:09.716Z | Compiling crossbeam-channel v0.5.15 |
| 1691 | 2026-05-26T17:32:09.779Z | Compiling is-terminal v0.4.17 |
| 1692 | 2026-05-26T17:32:09.795Z | Compiling filetime v0.2.27 |
| 1693 | 2026-05-26T17:32:09.811Z | Compiling take_mut v0.2.2 |
| 1694 | 2026-05-26T17:32:09.826Z | Compiling xattr v1.6.1 |
| 1695 | 2026-05-26T17:32:09.888Z | Compiling term v1.2.1 |
| 1696 | 2026-05-26T17:32:09.968Z | Compiling tar v0.4.45 |
| 1697 | 2026-05-26T17:32:10.180Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-05-26T17:32:27.753Z | Compiling rustls-webpki v0.103.9 |
| 1699 | 2026-05-26T17:32:30.536Z | Compiling tokio-rustls v0.26.4 |
| 1700 | 2026-05-26T17:32:30.536Z | Compiling rustls-platform-verifier v0.6.2 |
| 1701 | 2026-05-26T17:32:30.728Z | Compiling hyper-rustls v0.27.7 |
| 1702 | 2026-05-26T17:32:30.916Z | Compiling reqwest v0.12.28 |
| 1703 | 2026-05-26T17:32:30.916Z | Compiling reqwest v0.13.2 |
| 1704 | 2026-05-26T17:32:32.136Z | Compiling tough v0.22.0 |
| 1705 | 2026-05-26T17:32:34.609Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1706 | 2026-05-26T17:32:34.841Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1707 | 2026-05-26T17:32:37.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.87s |
| 1708 | 2026-05-26T17:32:37.741Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1709 | 2026-05-26T17:32:37.796Z | May 26 17:32:36.497 INFO Starting download, target: Clickhouse |
| 1710 | 2026-05-26T17:32:37.796Z | May 26 17:32:36.497 INFO Starting download, target: MaghemiteMgd |
| 1711 | 2026-05-26T17:32:37.797Z | May 26 17:32:36.497 INFO Starting download, target: Cockroach |
| 1712 | 2026-05-26T17:32:37.797Z | May 26 17:32:36.497 INFO Starting download, target: Console |
| 1713 | 2026-05-26T17:32:37.797Z | May 26 17:32:36.497 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Starting download, target: DendriteStub |
| 1715 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1716 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1718 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1719 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2026-05-26T17:32:37.800Z | May 26 17:32:36.497 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1721 | 2026-05-26T17:32:38.166Z | May 26 17:32:36.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1722 | 2026-05-26T17:32:38.375Z | May 26 17:32:37.067 INFO Download complete, target: TransceiverControl |
| 1723 | 2026-05-26T17:32:38.899Z | May 26 17:32:37.595 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1724 | 2026-05-26T17:32:39.136Z | May 26 17:32:37.829 INFO Download complete, target: Console |
| 1725 | 2026-05-26T17:32:39.328Z | May 26 17:32:38.029 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1726 | 2026-05-26T17:32:39.795Z | May 26 17:32:38.481 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1727 | 2026-05-26T17:32:40.079Z | May 26 17:32:38.781 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1728 | 2026-05-26T17:32:40.079Z | May 26 17:32:38.781 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1729 | 2026-05-26T17:32:41.679Z | May 26 17:32:40.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1730 | 2026-05-26T17:32:41.695Z | May 26 17:32:40.385 INFO Download complete, target: DendriteStub |
| 1731 | 2026-05-26T17:32:42.191Z | May 26 17:32:40.886 INFO Download complete, target: MaghemiteMgd |
| 1732 | 2026-05-26T17:32:44.815Z | May 26 17:32:43.516 INFO Checking that binary works, target: Cockroach |
| 1733 | 2026-05-26T17:32:44.940Z | May 26 17:32:43.638 INFO Download complete, target: Cockroach |
| 1734 | 2026-05-26T17:32:48.336Z | May 26 17:32:47.009 INFO Checking that binary works, target: Clickhouse |
| 1735 | 2026-05-26T17:32:48.414Z | May 26 17:32:47.098 INFO Download complete, target: Clickhouse |
| 1736 | 2026-05-26T17:32:48.464Z | All prerequisites installed successfully |
| 1737 | 2026-05-26T17:32:48.464Z | |
| 1738 | 2026-05-26T17:32:48.464Z | real 2:02.581553175 |
| 1739 | 2026-05-26T17:32:48.464Z | user 6:50.835871174 |
| 1740 | 2026-05-26T17:32:48.464Z | sys 1:42.279609059 |
| 1741 | 2026-05-26T17:32:48.464Z | trap 0.240799482 |
| 1742 | 2026-05-26T17:32:48.464Z | tflt 1.390019857 |
| 1743 | 2026-05-26T17:32:48.464Z | dflt 2.142068409 |
| 1744 | 2026-05-26T17:32:48.464Z | kflt 0.025051646 |
| 1745 | 2026-05-26T17:32:48.464Z | lock 23:23.641088925 |
| 1746 | 2026-05-26T17:32:48.464Z | slp 18:48.801004138 |
| 1747 | 2026-05-26T17:32:48.464Z | lat 25.445491728 |
| 1748 | 2026-05-26T17:32:48.464Z | stop 2:53.190447731 |
| 1749 | 2026-05-26T17:32:48.464Z | + ptime -m cargo xtask download softnpu |
| 1750 | 2026-05-26T17:32:48.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1751 | 2026-05-26T17:32:49.009Z | Running `target/debug/xtask download softnpu` |
| 1752 | 2026-05-26T17:32:49.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1753 | 2026-05-26T17:32:49.835Z | Running `target/debug/xtask-downloader softnpu` |
| 1754 | 2026-05-26T17:32:49.894Z | May 26 17:32:48.517 INFO Starting download, target: Softnpu |
| 1755 | 2026-05-26T17:32:49.894Z | May 26 17:32:48.518 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1756 | 2026-05-26T17:32:51.047Z | May 26 17:32:49.716 INFO Download complete, target: Softnpu |
| 1757 | 2026-05-26T17:32:51.090Z | |
| 1758 | 2026-05-26T17:32:51.090Z | real 2.608927325 |
| 1759 | 2026-05-26T17:32:51.090Z | user 1.348914601 |
| 1760 | 2026-05-26T17:32:51.090Z | sys 0.645479421 |
| 1761 | 2026-05-26T17:32:51.090Z | trap 0.000614990 |
| 1762 | 2026-05-26T17:32:51.090Z | tflt 0.000097700 |
| 1763 | 2026-05-26T17:32:51.090Z | dflt 0.000408700 |
| 1764 | 2026-05-26T17:32:51.090Z | kflt 0.000000000 |
| 1765 | 2026-05-26T17:32:51.090Z | lock 22.808182924 |
| 1766 | 2026-05-26T17:32:51.091Z | slp 1.031527444 |
| 1767 | 2026-05-26T17:32:51.091Z | lat 0.078017544 |
| 1768 | 2026-05-26T17:32:51.091Z | stop 0.000255400 |
| 1769 | 2026-05-26T17:32:51.091Z | + export CARGO_INCREMENTAL=0 |
| 1770 | 2026-05-26T17:32:51.091Z | + CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-26T17:32:51.091Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1772 | 2026-05-26T17:32:51.947Z | Compiling proc-macro2 v1.0.106 |
| 1773 | 2026-05-26T17:32:51.947Z | Compiling quote v1.0.45 |
| 1774 | 2026-05-26T17:32:51.947Z | Compiling unicode-ident v1.0.24 |
| 1775 | 2026-05-26T17:32:51.951Z | Compiling libc v0.2.185 |
| 1776 | 2026-05-26T17:32:51.951Z | Compiling serde_core v1.0.228 |
| 1777 | 2026-05-26T17:32:51.951Z | Compiling serde v1.0.228 |
| 1778 | 2026-05-26T17:32:51.951Z | Compiling cfg-if v1.0.4 |
| 1779 | 2026-05-26T17:32:51.951Z | Compiling version_check v0.9.5 |
| 1780 | 2026-05-26T17:32:51.951Z | Compiling find-msvc-tools v0.1.9 |
| 1781 | 2026-05-26T17:32:51.951Z | Compiling shlex v1.3.0 |
| 1782 | 2026-05-26T17:32:51.951Z | Compiling typenum v1.19.0 |
| 1783 | 2026-05-26T17:32:51.951Z | Compiling zmij v1.0.21 |
| 1784 | 2026-05-26T17:32:51.951Z | Compiling autocfg v1.5.0 |
| 1785 | 2026-05-26T17:32:51.951Z | Compiling memchr v2.8.0 |
| 1786 | 2026-05-26T17:32:52.105Z | Compiling serde_json v1.0.149 |
| 1787 | 2026-05-26T17:32:52.306Z | Compiling portable-atomic v1.13.1 |
| 1788 | 2026-05-26T17:32:52.451Z | Compiling libm v0.2.16 |
| 1789 | 2026-05-26T17:32:52.501Z | Compiling zerocopy v0.8.40 |
| 1790 | 2026-05-26T17:32:52.555Z | Compiling generic-array v0.14.7 |
| 1791 | 2026-05-26T17:32:52.558Z | Compiling smallvec v1.15.1 |
| 1792 | 2026-05-26T17:32:52.596Z | Compiling parking_lot_core v0.9.12 |
| 1793 | 2026-05-26T17:32:52.610Z | Compiling num-traits v0.2.19 |
| 1794 | 2026-05-26T17:32:52.705Z | Compiling icu_properties_data v2.1.2 |
| 1795 | 2026-05-26T17:32:52.721Z | Compiling icu_normalizer_data v2.1.1 |
| 1796 | 2026-05-26T17:32:52.768Z | Compiling itoa v1.0.17 |
| 1797 | 2026-05-26T17:32:52.798Z | Compiling getrandom v0.4.1 |
| 1798 | 2026-05-26T17:32:52.815Z | Compiling log v0.4.29 |
| 1799 | 2026-05-26T17:32:52.865Z | Compiling stable_deref_trait v1.2.1 |
| 1800 | 2026-05-26T17:32:52.878Z | Compiling pkg-config v0.3.32 |
| 1801 | 2026-05-26T17:32:52.915Z | Compiling subtle v2.6.1 |
| 1802 | 2026-05-26T17:32:53.068Z | Compiling scopeguard v1.2.0 |
| 1803 | 2026-05-26T17:32:53.115Z | Compiling writeable v0.6.2 |
| 1804 | 2026-05-26T17:32:53.145Z | Compiling jobserver v0.1.34 |
| 1805 | 2026-05-26T17:32:53.145Z | Compiling getrandom v0.2.17 |
| 1806 | 2026-05-26T17:32:53.197Z | Compiling errno v0.3.14 |
| 1807 | 2026-05-26T17:32:53.216Z | Compiling lock_api v0.4.14 |
| 1808 | 2026-05-26T17:32:53.292Z | Compiling litemap v0.8.1 |
| 1809 | 2026-05-26T17:32:53.349Z | Compiling rand_core v0.6.4 |
| 1810 | 2026-05-26T17:32:53.367Z | Compiling cc v1.2.56 |
| 1811 | 2026-05-26T17:32:53.404Z | Compiling percent-encoding v2.3.2 |
| 1812 | 2026-05-26T17:32:53.466Z | Compiling syn v2.0.117 |
| 1813 | 2026-05-26T17:32:53.498Z | Compiling pin-project-lite v0.2.17 |
| 1814 | 2026-05-26T17:32:53.529Z | Compiling fnv v1.0.7 |
| 1815 | 2026-05-26T17:32:53.604Z | Compiling thiserror v2.0.18 |
| 1816 | 2026-05-26T17:32:53.669Z | Compiling getrandom v0.3.4 |
| 1817 | 2026-05-26T17:32:53.673Z | Compiling equivalent v1.0.2 |
| 1818 | 2026-05-26T17:32:53.711Z | Compiling fs_extra v1.3.0 |
| 1819 | 2026-05-26T17:32:53.724Z | Compiling dunce v1.0.5 |
| 1820 | 2026-05-26T17:32:53.782Z | Compiling rand_core v0.10.0 |
| 1821 | 2026-05-26T17:32:53.802Z | Compiling schemars v0.8.22 |
| 1822 | 2026-05-26T17:32:53.812Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-05-26T17:32:53.847Z | Compiling utf8_iter v1.0.4 |
| 1824 | 2026-05-26T17:32:53.942Z | Compiling form_urlencoded v1.2.2 |
| 1825 | 2026-05-26T17:32:53.994Z | Compiling critical-section v1.2.0 |
| 1826 | 2026-05-26T17:32:54.045Z | Compiling signal-hook-registry v1.4.8 |
| 1827 | 2026-05-26T17:32:54.049Z | Compiling rustix v1.1.3 |
| 1828 | 2026-05-26T17:32:54.122Z | Compiling cmake v0.1.57 |
| 1829 | 2026-05-26T17:32:54.126Z | Compiling hashbrown v0.17.0 |
| 1830 | 2026-05-26T17:32:54.240Z | Compiling socket2 v0.6.3 |
| 1831 | 2026-05-26T17:32:54.434Z | Compiling bitflags v2.11.0 |
| 1832 | 2026-05-26T17:32:54.452Z | Compiling semver v1.0.28 |
| 1833 | 2026-05-26T17:32:54.500Z | Compiling once_cell v1.21.3 |
| 1834 | 2026-05-26T17:32:54.526Z | Compiling parking_lot v0.12.5 |
| 1835 | 2026-05-26T17:32:54.559Z | Compiling mio v1.2.0 |
| 1836 | 2026-05-26T17:32:54.604Z | Compiling const-oid v0.9.6 |
| 1837 | 2026-05-26T17:32:54.668Z | Compiling ring v0.17.14 |
| 1838 | 2026-05-26T17:32:54.681Z | Compiling aws-lc-sys v0.40.0 |
| 1839 | 2026-05-26T17:32:54.706Z | Compiling indexmap v2.14.0 |
| 1840 | 2026-05-26T17:32:54.881Z | Compiling aws-lc-rs v1.16.3 |
| 1841 | 2026-05-26T17:32:54.894Z | Compiling heck v0.5.0 |
| 1842 | 2026-05-26T17:32:54.925Z | Compiling futures-core v0.3.32 |
| 1843 | 2026-05-26T17:32:55.070Z | Compiling httparse v1.10.1 |
| 1844 | 2026-05-26T17:32:55.154Z | Compiling strsim v0.11.1 |
| 1845 | 2026-05-26T17:32:55.154Z | Compiling thiserror v1.0.69 |
| 1846 | 2026-05-26T17:32:55.202Z | Compiling vcpkg v0.2.15 |
| 1847 | 2026-05-26T17:32:55.271Z | Compiling iana-time-zone v0.1.65 |
| 1848 | 2026-05-26T17:32:55.314Z | Compiling byteorder v1.5.0 |
| 1849 | 2026-05-26T17:32:55.319Z | Compiling ucd-trie v0.1.7 |
| 1850 | 2026-05-26T17:32:55.429Z | Compiling ident_case v1.0.1 |
| 1851 | 2026-05-26T17:32:55.436Z | Compiling regex-syntax v0.8.10 |
| 1852 | 2026-05-26T17:32:55.436Z | Compiling syn v1.0.109 |
| 1853 | 2026-05-26T17:32:55.479Z | Compiling pest v2.8.6 |
| 1854 | 2026-05-26T17:32:55.515Z | Compiling uuid v1.23.0 |
| 1855 | 2026-05-26T17:32:55.564Z | Compiling cpufeatures v0.2.17 |
| 1856 | 2026-05-26T17:32:55.580Z | Compiling rustls v0.23.37 |
| 1857 | 2026-05-26T17:32:55.881Z | Compiling openssl-sys v0.9.115 |
| 1858 | 2026-05-26T17:32:55.890Z | Compiling futures-sink v0.3.32 |
| 1859 | 2026-05-26T17:32:55.890Z | Compiling rustc_version v0.4.1 |
| 1860 | 2026-05-26T17:32:55.916Z | Compiling futures-channel v0.3.32 |
| 1861 | 2026-05-26T17:32:55.946Z | Compiling futures-io v0.3.32 |
| 1862 | 2026-05-26T17:32:55.956Z | Compiling futures-task v0.3.32 |
| 1863 | 2026-05-26T17:32:56.219Z | Compiling slab v0.4.12 |
| 1864 | 2026-05-26T17:32:56.225Z | Compiling aho-corasick v1.1.4 |
| 1865 | 2026-05-26T17:32:56.225Z | Compiling synstructure v0.13.2 |
| 1866 | 2026-05-26T17:32:56.240Z | Compiling serde_derive_internals v0.29.1 |
| 1867 | 2026-05-26T17:32:56.279Z | Compiling dyn-clone v1.0.20 |
| 1868 | 2026-05-26T17:32:56.467Z | Compiling crc32fast v1.5.0 |
| 1869 | 2026-05-26T17:32:56.471Z | Compiling openssl v0.10.79 |
| 1870 | 2026-05-26T17:32:56.567Z | Compiling base64 v0.22.1 |
| 1871 | 2026-05-26T17:32:56.619Z | Compiling pest_meta v2.8.6 |
| 1872 | 2026-05-26T17:32:56.694Z | Compiling plain v0.2.3 |
| 1873 | 2026-05-26T17:32:56.752Z | Compiling crossbeam-utils v0.8.21 |
| 1874 | 2026-05-26T17:32:56.772Z | Compiling num-conv v0.2.0 |
| 1875 | 2026-05-26T17:32:56.823Z | Compiling time-core v0.1.8 |
| 1876 | 2026-05-26T17:32:56.966Z | Compiling native-tls v0.2.18 |
| 1877 | 2026-05-26T17:32:56.981Z | Compiling pretty-hex v0.4.1 |
| 1878 | 2026-05-26T17:32:56.999Z | Compiling time-macros v0.2.27 |
| 1879 | 2026-05-26T17:32:57.035Z | Compiling regex-automata v0.4.14 |
| 1880 | 2026-05-26T17:32:57.062Z | Compiling base64ct v1.8.3 |
| 1881 | 2026-05-26T17:32:57.078Z | Compiling anyhow v1.0.102 |
| 1882 | 2026-05-26T17:32:57.093Z | Compiling darling_core v0.21.3 |
| 1883 | 2026-05-26T17:32:57.207Z | Compiling pest_generator v2.8.6 |
| 1884 | 2026-05-26T17:32:57.223Z | Compiling tracing-core v0.1.36 |
| 1885 | 2026-05-26T17:32:57.316Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1886 | 2026-05-26T17:32:57.370Z | Compiling pem-rfc7468 v0.7.0 |
| 1887 | 2026-05-26T17:32:57.487Z | Compiling serde_derive v1.0.228 |
| 1888 | 2026-05-26T17:32:57.591Z | Compiling zeroize_derive v1.4.3 |
| 1889 | 2026-05-26T17:32:57.628Z | Compiling zerofrom-derive v0.1.6 |
| 1890 | 2026-05-26T17:32:57.630Z | Compiling yoke-derive v0.8.1 |
| 1891 | 2026-05-26T17:32:57.659Z | Compiling zerovec-derive v0.11.2 |
| 1892 | 2026-05-26T17:32:57.675Z | Compiling displaydoc v0.2.5 |
| 1893 | 2026-05-26T17:32:58.056Z | Compiling zerocopy-derive v0.8.40 |
| 1894 | 2026-05-26T17:32:58.066Z | Compiling tokio-macros v2.7.0 |
| 1895 | 2026-05-26T17:32:58.066Z | Compiling futures-macro v0.3.32 |
| 1896 | 2026-05-26T17:32:58.260Z | Compiling zeroize v1.8.2 |
| 1897 | 2026-05-26T17:32:58.498Z | Compiling thiserror-impl v2.0.18 |
| 1898 | 2026-05-26T17:32:58.588Z | Compiling schemars_derive v0.8.22 |
| 1899 | 2026-05-26T17:32:58.604Z | Compiling tracing-attributes v0.1.31 |
| 1900 | 2026-05-26T17:32:58.720Z | Compiling der_derive v0.7.3 |
| 1901 | 2026-05-26T17:32:58.752Z | Compiling zerofrom v0.1.6 |
| 1902 | 2026-05-26T17:32:58.899Z | Compiling yoke v0.8.1 |
| 1903 | 2026-05-26T17:32:58.915Z | Compiling crypto-common v0.1.7 |
| 1904 | 2026-05-26T17:32:59.088Z | Compiling zerovec v0.11.5 |
| 1905 | 2026-05-26T17:32:59.102Z | Compiling zerotrie v0.2.3 |
| 1906 | 2026-05-26T17:32:59.118Z | Compiling block-buffer v0.10.4 |
| 1907 | 2026-05-26T17:32:59.289Z | Compiling digest v0.10.7 |
| 1908 | 2026-05-26T17:32:59.941Z | Compiling thiserror-impl v1.0.69 |
| 1909 | 2026-05-26T17:32:59.951Z | Compiling tinystr v0.8.2 |
| 1910 | 2026-05-26T17:32:59.951Z | Compiling potential_utf v0.1.4 |
| 1911 | 2026-05-26T17:32:59.951Z | Compiling pest_derive v2.8.6 |
| 1912 | 2026-05-26T17:32:59.951Z | Compiling futures-util v0.3.32 |
| 1913 | 2026-05-26T17:32:59.952Z | Compiling hmac v0.12.1 |
| 1914 | 2026-05-26T17:32:59.952Z | Compiling icu_locale_core v2.1.1 |
| 1915 | 2026-05-26T17:32:59.952Z | Compiling icu_collections v2.1.1 |
| 1916 | 2026-05-26T17:33:00.024Z | Compiling block-padding v0.3.3 |
| 1917 | 2026-05-26T17:33:00.248Z | Compiling inout v0.1.4 |
| 1918 | 2026-05-26T17:33:00.450Z | Compiling rustls-pki-types v1.14.0 |
| 1919 | 2026-05-26T17:33:00.454Z | Compiling openssl-macros v0.1.1 |
| 1920 | 2026-05-26T17:33:00.470Z | Compiling cipher v0.4.4 |
| 1921 | 2026-05-26T17:33:00.586Z | Compiling bytes v1.11.1 |
| 1922 | 2026-05-26T17:33:00.627Z | Compiling icu_provider v2.1.1 |
| 1923 | 2026-05-26T17:33:00.672Z | Compiling chrono v0.4.44 |
| 1924 | 2026-05-26T17:33:00.777Z | Compiling serde_tokenstream v0.2.3 |
| 1925 | 2026-05-26T17:33:00.856Z | Compiling sha2 v0.10.9 |
| 1926 | 2026-05-26T17:33:01.022Z | Compiling icu_normalizer v2.1.1 |
| 1927 | 2026-05-26T17:33:01.053Z | Compiling icu_properties v2.1.2 |
| 1928 | 2026-05-26T17:33:01.086Z | Compiling tokio v1.52.1 |
| 1929 | 2026-05-26T17:33:01.672Z | Compiling scroll_derive v0.13.1 |
| 1930 | 2026-05-26T17:33:01.771Z | Compiling scroll_derive v0.12.1 |
| 1931 | 2026-05-26T17:33:02.143Z | Compiling idna_adapter v1.2.1 |
| 1932 | 2026-05-26T17:33:02.270Z | Compiling idna v1.1.0 |
| 1933 | 2026-05-26T17:33:02.300Z | Compiling ppv-lite86 v0.2.21 |
| 1934 | 2026-05-26T17:33:02.397Z | Compiling http v1.4.0 |
| 1935 | 2026-05-26T17:33:02.456Z | Compiling untrusted v0.9.0 |
| 1936 | 2026-05-26T17:33:02.471Z | Compiling flagset v0.4.7 |
| 1937 | 2026-05-26T17:33:02.609Z | Compiling der v0.7.10 |
| 1938 | 2026-05-26T17:33:02.625Z | Compiling url v2.5.8 |
| 1939 | 2026-05-26T17:33:02.630Z | Compiling tracing v0.1.44 |
| 1940 | 2026-05-26T17:33:02.815Z | Compiling darling_macro v0.21.3 |
| 1941 | 2026-05-26T17:33:02.835Z | Compiling regex v1.12.3 |
| 1942 | 2026-05-26T17:33:02.897Z | Compiling zerocopy-derive v0.7.35 |
| 1943 | 2026-05-26T17:33:03.073Z | Compiling rand_core v0.9.5 |
| 1944 | 2026-05-26T17:33:03.292Z | Compiling slog v2.8.2 |
| 1945 | 2026-05-26T17:33:03.513Z | Compiling spki v0.7.3 |
| 1946 | 2026-05-26T17:33:03.735Z | Compiling darling v0.21.3 |
| 1947 | 2026-05-26T17:33:03.751Z | Compiling salsa20 v0.10.2 |
| 1948 | 2026-05-26T17:33:03.764Z | Compiling pbkdf2 v0.12.2 |
| 1949 | 2026-05-26T17:33:04.304Z | Compiling cookie v0.18.1 |
| 1950 | 2026-05-26T17:33:04.358Z | Compiling camino v1.2.2 |
| 1951 | 2026-05-26T17:33:04.666Z | Compiling scrypt v0.11.0 |
| 1952 | 2026-05-26T17:33:04.684Z | Compiling http-body v1.0.1 |
| 1953 | 2026-05-26T17:33:04.687Z | Compiling rand_chacha v0.9.0 |
| 1954 | 2026-05-26T17:33:04.788Z | Compiling aes v0.8.4 |
| 1955 | 2026-05-26T17:33:04.857Z | Compiling cbc v0.1.2 |
| 1956 | 2026-05-26T17:33:04.914Z | Compiling tokio-util v0.7.18 |
| 1957 | 2026-05-26T17:33:05.012Z | Compiling usdt-impl v0.5.0 |
| 1958 | 2026-05-26T17:33:05.050Z | Compiling atomic-waker v1.1.2 |
| 1959 | 2026-05-26T17:33:05.083Z | Compiling untrusted v0.7.1 |
| 1960 | 2026-05-26T17:33:05.100Z | Compiling usdt-impl v0.6.0 |
| 1961 | 2026-05-26T17:33:05.148Z | Compiling paste v1.0.15 |
| 1962 | 2026-05-26T17:33:05.205Z | Compiling winnow v0.7.14 |
| 1963 | 2026-05-26T17:33:05.268Z | Compiling either v1.15.0 |
| 1964 | 2026-05-26T17:33:05.331Z | Compiling tinyvec_macros v0.1.1 |
| 1965 | 2026-05-26T17:33:05.389Z | Compiling openssl-probe v0.2.1 |
| 1966 | 2026-05-26T17:33:05.412Z | Compiling ref-cast v1.0.25 |
| 1967 | 2026-05-26T17:33:05.485Z | Compiling tinyvec v1.10.0 |
| 1968 | 2026-05-26T17:33:05.571Z | Compiling pkcs5 v0.7.1 |
| 1969 | 2026-05-26T17:33:05.736Z | Compiling rand v0.9.2 |
| 1970 | 2026-05-26T17:33:06.026Z | Compiling scroll v0.13.0 |
| 1971 | 2026-05-26T17:33:06.121Z | Compiling scroll v0.12.0 |
| 1972 | 2026-05-26T17:33:06.159Z | Compiling serde_spanned v0.6.9 |
| 1973 | 2026-05-26T17:33:06.250Z | Compiling toml_datetime v0.6.11 |
| 1974 | 2026-05-26T17:33:06.278Z | Compiling async-trait v0.1.89 |
| 1975 | 2026-05-26T17:33:06.290Z | Compiling heapless v0.7.17 |
| 1976 | 2026-05-26T17:33:06.328Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1977 | 2026-05-26T17:33:06.375Z | Compiling tower-service v0.3.3 |
| 1978 | 2026-05-26T17:33:06.490Z | Compiling tower-layer v0.3.3 |
| 1979 | 2026-05-26T17:33:06.607Z | Compiling zstd-safe v7.2.4 |
| 1980 | 2026-05-26T17:33:06.700Z | Compiling signal-hook v0.3.18 |
| 1981 | 2026-05-26T17:33:06.712Z | Compiling fastrand v2.3.0 |
| 1982 | 2026-05-26T17:33:06.727Z | Compiling try-lock v0.2.5 |
| 1983 | 2026-05-26T17:33:06.865Z | Compiling want v0.3.1 |
| 1984 | 2026-05-26T17:33:06.906Z | Compiling h2 v0.4.13 |
| 1985 | 2026-05-26T17:33:06.925Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1986 | 2026-05-26T17:33:07.058Z | Compiling goblin v0.8.2 |
| 1987 | 2026-05-26T17:33:07.076Z | Compiling goblin v0.10.5 |
| 1988 | 2026-05-26T17:33:07.204Z | Compiling pkcs8 v0.10.2 |
| 1989 | 2026-05-26T17:33:07.330Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-05-26T17:33:07.346Z | Compiling ipnet v2.11.0 |
| 1991 | 2026-05-26T17:33:07.519Z | Compiling ref-cast-impl v1.0.25 |
| 1992 | 2026-05-26T17:33:07.737Z | Compiling darling_core v0.20.11 |
| 1993 | 2026-05-26T17:33:07.794Z | Compiling curve25519-dalek v4.1.3 |
| 1994 | 2026-05-26T17:33:07.897Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1995 | 2026-05-26T17:33:08.081Z | Compiling memoffset v0.9.1 |
| 1996 | 2026-05-26T17:33:08.113Z | Compiling httpdate v1.0.3 |
| 1997 | 2026-05-26T17:33:08.305Z | Compiling rustix v0.38.44 |
| 1998 | 2026-05-26T17:33:08.438Z | Compiling litrs v1.0.0 |
| 1999 | 2026-05-26T17:33:08.513Z | Compiling pin-utils v0.1.0 |
| 2000 | 2026-05-26T17:33:08.693Z | Compiling winnow v0.5.40 |
| 2001 | 2026-05-26T17:33:08.793Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-05-26T17:33:08.891Z | Compiling foreign-types v0.3.2 |
| 2003 | 2026-05-26T17:33:08.905Z | Compiling tempfile v3.25.0 |
| 2004 | 2026-05-26T17:33:08.908Z | Compiling document-features v0.2.12 |
| 2005 | 2026-05-26T17:33:09.274Z | Compiling unicode-normalization v0.1.25 |
| 2006 | 2026-05-26T17:33:09.506Z | Compiling dof v0.3.0 |
| 2007 | 2026-05-26T17:33:09.741Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-05-26T17:33:09.775Z | Compiling dtrace-parser v0.2.0 |
| 2009 | 2026-05-26T17:33:09.828Z | Compiling dof v0.4.0 |
| 2010 | 2026-05-26T17:33:09.890Z | Compiling hyper v1.8.1 |
| 2011 | 2026-05-26T17:33:10.035Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-05-26T17:33:10.169Z | Compiling dtrace-parser v0.3.0 |
| 2013 | 2026-05-26T17:33:10.247Z | Compiling daft-derive v0.1.7 |
| 2014 | 2026-05-26T17:33:10.378Z | Compiling pin-project-internal v1.1.11 |
| 2015 | 2026-05-26T17:33:10.432Z | Compiling spin v0.9.8 |
| 2016 | 2026-05-26T17:33:10.463Z | Compiling thread-id v5.1.0 |
| 2017 | 2026-05-26T17:33:10.567Z | Compiling thread-id v4.2.2 |
| 2018 | 2026-05-26T17:33:10.602Z | Compiling smoltcp v0.9.1 |
| 2019 | 2026-05-26T17:33:10.657Z | Compiling powerfmt v0.2.0 |
| 2020 | 2026-05-26T17:33:10.672Z | Compiling cfg_aliases v0.2.1 |
| 2021 | 2026-05-26T17:33:10.760Z | Compiling num-bigint-dig v0.8.6 |
| 2022 | 2026-05-26T17:33:10.868Z | Compiling deranged v0.5.8 |
| 2023 | 2026-05-26T17:33:10.872Z | Compiling nix v0.31.2 |
| 2024 | 2026-05-26T17:33:10.950Z | Compiling hyper-util v0.1.20 |
| 2025 | 2026-05-26T17:33:11.330Z | Compiling darling v0.20.11 |
| 2026 | 2026-05-26T17:33:11.451Z | Compiling rustls-native-certs v0.8.3 |
| 2027 | 2026-05-26T17:33:11.491Z | Compiling ipnetwork v0.21.1 |
| 2028 | 2026-05-26T17:33:11.865Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2029 | 2026-05-26T17:33:11.881Z | Compiling strum_macros v0.26.4 |
| 2030 | 2026-05-26T17:33:12.194Z | Compiling sync_wrapper v1.0.2 |
| 2031 | 2026-05-26T17:33:12.278Z | Compiling wait-timeout v0.2.1 |
| 2032 | 2026-05-26T17:33:12.542Z | Compiling utf8parse v0.2.2 |
| 2033 | 2026-05-26T17:33:12.656Z | Compiling anstyle v1.0.13 |
| 2034 | 2026-05-26T17:33:12.673Z | Compiling num_threads v0.1.7 |
| 2035 | 2026-05-26T17:33:12.691Z | Compiling bit-vec v0.8.0 |
| 2036 | 2026-05-26T17:33:12.708Z | Compiling quick-error v1.2.3 |
| 2037 | 2026-05-26T17:33:12.789Z | Compiling siphasher v1.0.2 |
| 2038 | 2026-05-26T17:33:12.811Z | Compiling simd-adler32 v0.3.8 |
| 2039 | 2026-05-26T17:33:12.831Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-05-26T17:33:12.898Z | Compiling bit-set v0.8.0 |
| 2041 | 2026-05-26T17:33:12.995Z | Compiling time v0.3.47 |
| 2042 | 2026-05-26T17:33:13.078Z | Compiling anstyle-parse v0.2.7 |
| 2043 | 2026-05-26T17:33:13.130Z | Compiling tower v0.5.3 |
| 2044 | 2026-05-26T17:33:13.468Z | Compiling derive_builder_core v0.20.2 |
| 2045 | 2026-05-26T17:33:13.592Z | Compiling http-body-util v0.1.3 |
| 2046 | 2026-05-26T17:33:13.793Z | Compiling webpki-roots v1.0.6 |
| 2047 | 2026-05-26T17:33:13.865Z | Compiling rand_xorshift v0.4.0 |
| 2048 | 2026-05-26T17:33:13.886Z | Compiling signature v2.2.0 |
| 2049 | 2026-05-26T17:33:13.932Z | Compiling hubpack_derive v0.1.1 |
| 2050 | 2026-05-26T17:33:14.032Z | Compiling strum_macros v0.27.2 |
| 2051 | 2026-05-26T17:33:14.055Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-05-26T17:33:14.271Z | Compiling fs-err v3.3.0 |
| 2053 | 2026-05-26T17:33:14.286Z | Compiling ahash v0.8.12 |
| 2054 | 2026-05-26T17:33:14.363Z | Compiling unicode-segmentation v1.12.0 |
| 2055 | 2026-05-26T17:33:14.382Z | Compiling unicode-bidi v0.3.18 |
| 2056 | 2026-05-26T17:33:14.491Z | Compiling ryu v1.0.23 |
| 2057 | 2026-05-26T17:33:14.523Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-05-26T17:33:14.671Z | Compiling colorchoice v1.0.4 |
| 2059 | 2026-05-26T17:33:14.688Z | Compiling unarray v0.1.4 |
| 2060 | 2026-05-26T17:33:14.708Z | Compiling iri-string v0.7.10 |
| 2061 | 2026-05-26T17:33:14.725Z | Compiling object v0.37.3 |
| 2062 | 2026-05-26T17:33:14.803Z | Compiling anstyle-query v1.1.5 |
| 2063 | 2026-05-26T17:33:14.806Z | Compiling allocator-api2 v0.2.21 |
| 2064 | 2026-05-26T17:33:14.874Z | Compiling is_terminal_polyfill v1.70.2 |
| 2065 | 2026-05-26T17:33:14.927Z | Compiling unicode-properties v0.1.4 |
| 2066 | 2026-05-26T17:33:14.986Z | Compiling anstream v0.6.21 |
| 2067 | 2026-05-26T17:33:15.008Z | Compiling serde_urlencoded v0.7.1 |
| 2068 | 2026-05-26T17:33:15.096Z | Compiling proptest v1.10.0 |
| 2069 | 2026-05-26T17:33:15.154Z | Compiling stringprep v0.1.5 |
| 2070 | 2026-05-26T17:33:15.171Z | Compiling miniz_oxide v0.8.9 |
| 2071 | 2026-05-26T17:33:15.342Z | Compiling derive_builder_macro v0.20.2 |
| 2072 | 2026-05-26T17:33:15.704Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-05-26T17:33:15.733Z | Compiling usdt-macro v0.6.0 |
| 2074 | 2026-05-26T17:33:15.794Z | Compiling usdt-attr-macro v0.6.0 |
| 2075 | 2026-05-26T17:33:15.828Z | Compiling tower-http v0.6.8 |
| 2076 | 2026-05-26T17:33:16.176Z | Compiling rand_chacha v0.3.1 |
| 2077 | 2026-05-26T17:33:16.206Z | Compiling erased-serde v0.3.31 |
| 2078 | 2026-05-26T17:33:16.252Z | Compiling md-5 v0.10.6 |
| 2079 | 2026-05-26T17:33:16.268Z | Compiling bstr v1.12.1 |
| 2080 | 2026-05-26T17:33:16.418Z | Compiling num-integer v0.1.46 |
| 2081 | 2026-05-26T17:33:16.435Z | Compiling hash32 v0.2.1 |
| 2082 | 2026-05-26T17:33:16.507Z | Compiling vergen-lib v0.1.6 |
| 2083 | 2026-05-26T17:33:16.567Z | Compiling ff v0.13.1 |
| 2084 | 2026-05-26T17:33:16.683Z | Compiling fallible-iterator v0.2.0 |
| 2085 | 2026-05-26T17:33:16.718Z | Compiling psl-types v2.0.11 |
| 2086 | 2026-05-26T17:33:16.765Z | Compiling base16ct v0.2.0 |
| 2087 | 2026-05-26T17:33:16.781Z | Compiling zlib-rs v0.6.2 |
| 2088 | 2026-05-26T17:33:16.843Z | Compiling publicsuffix v2.3.0 |
| 2089 | 2026-05-26T17:33:16.873Z | Compiling group v0.13.0 |
| 2090 | 2026-05-26T17:33:16.877Z | Compiling num-iter v0.1.45 |
| 2091 | 2026-05-26T17:33:16.952Z | Compiling sec1 v0.7.3 |
| 2092 | 2026-05-26T17:33:16.971Z | Compiling postgres-protocol v0.6.10 |
| 2093 | 2026-05-26T17:33:17.031Z | Compiling rand v0.8.6 |
| 2094 | 2026-05-26T17:33:17.064Z | Compiling newtype-uuid v1.3.2 |
| 2095 | 2026-05-26T17:33:17.478Z | Compiling oxnet v0.1.4 |
| 2096 | 2026-05-26T17:33:17.541Z | Compiling hyper-tls v0.6.0 |
| 2097 | 2026-05-26T17:33:17.679Z | Compiling derive_builder v0.20.2 |
| 2098 | 2026-05-26T17:33:17.784Z | Compiling heck v0.4.1 |
| 2099 | 2026-05-26T17:33:17.814Z | Compiling phf_shared v0.13.1 |
| 2100 | 2026-05-26T17:33:17.832Z | Compiling pin-project v1.1.11 |
| 2101 | 2026-05-26T17:33:17.885Z | Compiling lazy_static v1.5.0 |
| 2102 | 2026-05-26T17:33:18.031Z | Compiling terminal_size v0.4.3 |
| 2103 | 2026-05-26T17:33:18.052Z | Compiling serde_with_macros v3.17.0 |
| 2104 | 2026-05-26T17:33:18.069Z | Compiling futures-executor v0.3.32 |
| 2105 | 2026-05-26T17:33:18.072Z | Compiling hex v0.4.3 |
| 2106 | 2026-05-26T17:33:18.102Z | Compiling cargo-platform v0.1.9 |
| 2107 | 2026-05-26T17:33:18.351Z | Compiling hkdf v0.12.4 |
| 2108 | 2026-05-26T17:33:18.368Z | Compiling crypto-bigint v0.5.5 |
| 2109 | 2026-05-26T17:33:18.502Z | Compiling clap_derive v4.5.55 |
| 2110 | 2026-05-26T17:33:18.518Z | Compiling enum-as-inner v0.6.1 |
| 2111 | 2026-05-26T17:33:18.523Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-05-26T17:33:18.632Z | Compiling serde_repr v0.1.20 |
| 2113 | 2026-05-26T17:33:18.672Z | Compiling vergen v9.0.6 |
| 2114 | 2026-05-26T17:33:18.884Z | Compiling flate2 v1.1.9 |
| 2115 | 2026-05-26T17:33:19.034Z | Compiling encoding_rs v0.8.35 |
| 2116 | 2026-05-26T17:33:19.060Z | Compiling mime v0.3.17 |
| 2117 | 2026-05-26T17:33:19.114Z | Compiling foldhash v0.2.0 |
| 2118 | 2026-05-26T17:33:19.157Z | Compiling bumpalo v3.20.2 |
| 2119 | 2026-05-26T17:33:19.175Z | Compiling bitflags v1.3.2 |
| 2120 | 2026-05-26T17:33:19.269Z | Compiling foldhash v0.1.5 |
| 2121 | 2026-05-26T17:33:19.290Z | Compiling managed v0.8.0 |
| 2122 | 2026-05-26T17:33:19.451Z | Compiling clap_lex v1.0.0 |
| 2123 | 2026-05-26T17:33:19.454Z | Compiling libbz2-rs-sys v0.2.2 |
| 2124 | 2026-05-26T17:33:19.484Z | Compiling same-file v1.0.6 |
| 2125 | 2026-05-26T17:33:19.539Z | Compiling hashbrown v0.15.5 |
| 2126 | 2026-05-26T17:33:19.619Z | Compiling walkdir v2.5.0 |
| 2127 | 2026-05-26T17:33:19.652Z | Compiling clap_builder v4.5.60 |
| 2128 | 2026-05-26T17:33:19.912Z | Compiling bzip2 v0.6.1 |
| 2129 | 2026-05-26T17:33:20.050Z | Compiling zopfli v0.8.3 |
| 2130 | 2026-05-26T17:33:20.124Z | Compiling hashbrown v0.16.1 |
| 2131 | 2026-05-26T17:33:20.140Z | Compiling elliptic-curve v0.13.8 |
| 2132 | 2026-05-26T17:33:20.318Z | Compiling zstd v0.13.3 |
| 2133 | 2026-05-26T17:33:20.335Z | Compiling cargo_metadata v0.19.2 |
| 2134 | 2026-05-26T17:33:20.338Z | Compiling futures v0.3.32 |
| 2135 | 2026-05-26T17:33:20.569Z | Compiling phf v0.13.1 |
| 2136 | 2026-05-26T17:33:20.610Z | Compiling snafu v0.8.9 |
| 2137 | 2026-05-26T17:33:20.745Z | Compiling daft v0.1.7 |
| 2138 | 2026-05-26T17:33:20.762Z | Compiling signal-hook-mio v0.2.5 |
| 2139 | 2026-05-26T17:33:20.898Z | Compiling cookie_store v0.22.1 |
| 2140 | 2026-05-26T17:33:20.961Z | Compiling postgres-types v0.2.12 |
| 2141 | 2026-05-26T17:33:21.035Z | Compiling bzip2 v0.4.4 |
| 2142 | 2026-05-26T17:33:21.051Z | Compiling globset v0.4.18 |
| 2143 | 2026-05-26T17:33:21.253Z | Compiling strum v0.27.2 |
| 2144 | 2026-05-26T17:33:21.555Z | Compiling hubpack v0.1.2 |
| 2145 | 2026-05-26T17:33:21.573Z | Compiling ed25519 v2.2.3 |
| 2146 | 2026-05-26T17:33:21.576Z | Compiling phf_shared v0.11.3 |
| 2147 | 2026-05-26T17:33:21.647Z | Compiling crossbeam-epoch v0.9.18 |
| 2148 | 2026-05-26T17:33:21.696Z | Compiling olpc-cjson v0.1.4 |
| 2149 | 2026-05-26T17:33:21.787Z | Compiling pkcs1 v0.7.5 |
| 2150 | 2026-05-26T17:33:21.835Z | Compiling pem v3.0.6 |
| 2151 | 2026-05-26T17:33:21.915Z | Compiling serde-big-array v0.5.1 |
| 2152 | 2026-05-26T17:33:21.990Z | Compiling serde_plain v1.0.2 |
| 2153 | 2026-05-26T17:33:22.039Z | Compiling rfc6979 v0.4.0 |
| 2154 | 2026-05-26T17:33:22.081Z | Compiling float-cmp v0.10.0 |
| 2155 | 2026-05-26T17:33:22.110Z | Compiling memmap2 v0.9.10 |
| 2156 | 2026-05-26T17:33:22.148Z | Compiling env_filter v1.0.0 |
| 2157 | 2026-05-26T17:33:22.198Z | Compiling data-encoding v2.10.0 |
| 2158 | 2026-05-26T17:33:22.202Z | Compiling jiff v0.2.21 |
| 2159 | 2026-05-26T17:33:22.213Z | Compiling difflib v0.4.0 |
| 2160 | 2026-05-26T17:33:22.261Z | Compiling fixedbitset v0.5.7 |
| 2161 | 2026-05-26T17:33:22.333Z | Compiling normalize-line-endings v0.3.0 |
| 2162 | 2026-05-26T17:33:22.428Z | Compiling predicates-core v1.0.10 |
| 2163 | 2026-05-26T17:33:22.452Z | Compiling new_debug_unreachable v1.0.6 |
| 2164 | 2026-05-26T17:33:22.462Z | Compiling static_assertions v1.1.0 |
| 2165 | 2026-05-26T17:33:22.551Z | Compiling precomputed-hash v0.1.1 |
| 2166 | 2026-05-26T17:33:22.565Z | Compiling typed-path v0.9.3 |
| 2167 | 2026-05-26T17:33:22.616Z | Compiling fixedbitset v0.4.2 |
| 2168 | 2026-05-26T17:33:22.655Z | Compiling whoami v2.1.0 |
| 2169 | 2026-05-26T17:33:22.697Z | Compiling toml_write v0.1.2 |
| 2170 | 2026-05-26T17:33:22.747Z | Compiling keccak v0.1.6 |
| 2171 | 2026-05-26T17:33:22.839Z | Compiling petgraph v0.6.5 |
| 2172 | 2026-05-26T17:33:22.909Z | Compiling sha3 v0.10.8 |
| 2173 | 2026-05-26T17:33:22.912Z | Compiling tokio-postgres v0.7.16 |
| 2174 | 2026-05-26T17:33:22.965Z | Compiling toml_edit v0.22.27 |
| 2175 | 2026-05-26T17:33:22.994Z | Compiling string_cache v0.8.9 |
| 2176 | 2026-05-26T17:33:23.162Z | Compiling predicates v3.1.4 |
| 2177 | 2026-05-26T17:33:23.191Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2178 | 2026-05-26T17:33:23.226Z | Compiling hickory-proto v0.25.2 |
| 2179 | 2026-05-26T17:33:23.610Z | Compiling petgraph v0.8.3 |
| 2180 | 2026-05-26T17:33:23.747Z | Compiling env_logger v0.11.9 |
| 2181 | 2026-05-26T17:33:23.751Z | Compiling usdt v0.6.0 |
| 2182 | 2026-05-26T17:33:24.096Z | Compiling ecdsa v0.16.9 |
| 2183 | 2026-05-26T17:33:24.113Z | Compiling rsa v0.9.10 |
| 2184 | 2026-05-26T17:33:24.305Z | Compiling ed25519-dalek v2.2.0 |
| 2185 | 2026-05-26T17:33:24.745Z | Compiling zip v4.6.1 |
| 2186 | 2026-05-26T17:33:25.192Z | Compiling crossterm v0.28.1 |
| 2187 | 2026-05-26T17:33:25.242Z | Compiling zip v0.6.6 |
| 2188 | 2026-05-26T17:33:25.618Z | Compiling clap v4.5.60 |
| 2189 | 2026-05-26T17:33:25.715Z | Compiling iddqd v0.4.1 |
| 2190 | 2026-05-26T17:33:25.874Z | Compiling serde_with v3.17.0 |
| 2191 | 2026-05-26T17:33:25.900Z | Compiling similar v2.7.0 |
| 2192 | 2026-05-26T17:33:25.959Z | Compiling strum v0.26.3 |
| 2193 | 2026-05-26T17:33:26.039Z | Compiling toml v0.7.8 |
| 2194 | 2026-05-26T17:33:26.113Z | Compiling tokio-stream v0.1.18 |
| 2195 | 2026-05-26T17:33:26.155Z | Compiling itertools v0.13.0 |
| 2196 | 2026-05-26T17:33:26.381Z | Compiling buf-list v1.1.2 |
| 2197 | 2026-05-26T17:33:26.607Z | Compiling x509-cert v0.2.5 |
| 2198 | 2026-05-26T17:33:26.676Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2199 | 2026-05-26T17:33:26.898Z | Compiling openapiv3 v2.2.0 |
| 2200 | 2026-05-26T17:33:26.996Z | Compiling sha1 v0.10.6 |
| 2201 | 2026-05-26T17:33:27.300Z | Compiling lalrpop-util v0.19.12 |
| 2202 | 2026-05-26T17:33:27.412Z | Compiling peg-runtime v0.8.5 |
| 2203 | 2026-05-26T17:33:42.158Z | Compiling rustls-webpki v0.103.9 |
| 2204 | 2026-05-26T17:33:43.392Z | Compiling macaddr v1.0.1 |
| 2205 | 2026-05-26T17:33:43.478Z | Compiling structmeta-derive v0.3.0 |
| 2206 | 2026-05-26T17:33:43.536Z | Compiling rayon-core v1.13.0 |
| 2207 | 2026-05-26T17:33:43.653Z | Compiling crucible-workspace-hack v0.1.0 |
| 2208 | 2026-05-26T17:33:43.690Z | Compiling itertools v0.14.0 |
| 2209 | 2026-05-26T17:33:43.768Z | Compiling secrecy v0.10.3 |
| 2210 | 2026-05-26T17:33:43.887Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2211 | 2026-05-26T17:33:43.932Z | Compiling heapless v0.8.0 |
| 2212 | 2026-05-26T17:33:43.954Z | Compiling rustls v0.22.4 |
| 2213 | 2026-05-26T17:33:44.143Z | Compiling crossbeam-deque v0.8.6 |
| 2214 | 2026-05-26T17:33:44.198Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2215 | 2026-05-26T17:33:44.309Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2216 | 2026-05-26T17:33:44.325Z | Compiling rustls-webpki v0.102.8 |
| 2217 | 2026-05-26T17:33:44.396Z | Compiling hash32 v0.3.1 |
| 2218 | 2026-05-26T17:33:44.428Z | Compiling multer v3.1.0 |
| 2219 | 2026-05-26T17:33:44.453Z | Compiling thread_local v1.1.9 |
| 2220 | 2026-05-26T17:33:44.472Z | Compiling structmeta v0.3.0 |
| 2221 | 2026-05-26T17:33:44.489Z | Compiling smoltcp v0.11.0 |
| 2222 | 2026-05-26T17:33:44.513Z | Compiling slog-async v2.8.0 |
| 2223 | 2026-05-26T17:33:44.583Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2224 | 2026-05-26T17:33:44.586Z | Compiling unicode-width v0.2.0 |
| 2225 | 2026-05-26T17:33:44.649Z | Compiling compression-core v0.4.31 |
| 2226 | 2026-05-26T17:33:44.699Z | Compiling match_cfg v0.1.0 |
| 2227 | 2026-05-26T17:33:44.800Z | Compiling compression-codecs v0.4.37 |
| 2228 | 2026-05-26T17:33:44.854Z | Compiling hostname v0.3.1 |
| 2229 | 2026-05-26T17:33:44.886Z | Compiling proc-macro-crate v3.4.0 |
| 2230 | 2026-05-26T17:33:44.916Z | Compiling derive-ex v0.1.8 |
| 2231 | 2026-05-26T17:33:44.951Z | Compiling ingot-macros v0.1.1 |
| 2232 | 2026-05-26T17:33:45.053Z | Compiling slog-json v2.6.1 |
| 2233 | 2026-05-26T17:33:45.125Z | Compiling crossbeam-channel v0.5.15 |
| 2234 | 2026-05-26T17:33:45.171Z | Compiling half v2.7.1 |
| 2235 | 2026-05-26T17:33:45.319Z | Compiling newtype-uuid-macros v0.1.0 |
| 2236 | 2026-05-26T17:33:45.338Z | Compiling cobs v0.3.0 |
| 2237 | 2026-05-26T17:33:45.472Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2238 | 2026-05-26T17:33:45.538Z | Compiling universal-hash v0.5.1 |
| 2239 | 2026-05-26T17:33:45.643Z | Compiling async-stream-impl v0.3.6 |
| 2240 | 2026-05-26T17:33:45.716Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2241 | 2026-05-26T17:33:45.813Z | Compiling serde_spanned v1.0.4 |
| 2242 | 2026-05-26T17:33:46.000Z | Compiling tokio-rustls v0.26.4 |
| 2243 | 2026-05-26T17:33:46.035Z | Compiling rustls-platform-verifier v0.6.2 |
| 2244 | 2026-05-26T17:33:46.146Z | Compiling is-terminal v0.4.17 |
| 2245 | 2026-05-26T17:33:46.162Z | Compiling dropshot v0.17.0 |
| 2246 | 2026-05-26T17:33:46.214Z | Compiling proc-macro-error-attr v1.0.4 |
| 2247 | 2026-05-26T17:33:46.256Z | Compiling hyper-rustls v0.27.7 |
| 2248 | 2026-05-26T17:33:46.275Z | Compiling opaque-debug v0.3.1 |
| 2249 | 2026-05-26T17:33:46.289Z | Compiling take_mut v0.2.2 |
| 2250 | 2026-05-26T17:33:46.362Z | Compiling term v1.2.1 |
| 2251 | 2026-05-26T17:33:46.392Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-26T17:33:46.410Z | Compiling convert_case v0.4.0 |
| 2253 | 2026-05-26T17:33:46.434Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2254 | 2026-05-26T17:33:46.451Z | Compiling ciborium-io v0.2.2 |
| 2255 | 2026-05-26T17:33:46.498Z | Compiling reqwest v0.12.28 |
| 2256 | 2026-05-26T17:33:46.514Z | Compiling reqwest v0.13.2 |
| 2257 | 2026-05-26T17:33:46.594Z | Compiling ciborium-ll v0.2.2 |
| 2258 | 2026-05-26T17:33:46.612Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2259 | 2026-05-26T17:33:46.699Z | Compiling thiserror-no-std v2.0.2 |
| 2260 | 2026-05-26T17:33:46.714Z | Compiling slog-term v2.9.2 |
| 2261 | 2026-05-26T17:33:46.747Z | Compiling derive_more v0.99.20 |
| 2262 | 2026-05-26T17:33:46.873Z | Compiling test-strategy v0.4.5 |
| 2263 | 2026-05-26T17:33:46.888Z | Compiling tokio-rustls v0.25.0 |
| 2264 | 2026-05-26T17:33:47.219Z | Compiling poly1305 v0.8.0 |
| 2265 | 2026-05-26T17:33:47.538Z | Compiling ingot-types v0.1.2 |
| 2266 | 2026-05-26T17:33:47.577Z | Compiling async-stream v0.3.6 |
| 2267 | 2026-05-26T17:33:47.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2268 | 2026-05-26T17:33:47.855Z | Compiling postcard v1.1.3 |
| 2269 | 2026-05-26T17:33:47.973Z | Compiling ingot v0.1.1 |
| 2270 | 2026-05-26T17:33:48.180Z | Compiling tough v0.22.0 |
| 2271 | 2026-05-26T17:33:48.201Z | Compiling num_enum_derive v0.7.5 |
| 2272 | 2026-05-26T17:33:48.238Z | Compiling slog-bunyan v2.5.0 |
| 2273 | 2026-05-26T17:33:48.453Z | Compiling async-compression v0.4.41 |
| 2274 | 2026-05-26T17:33:48.810Z | Compiling parse-display-derive v0.10.0 |
| 2275 | 2026-05-26T17:33:48.906Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2276 | 2026-05-26T17:33:48.933Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2277 | 2026-05-26T17:33:49.117Z | Compiling proc-macro-crate v1.3.1 |
| 2278 | 2026-05-26T17:33:49.182Z | Compiling backon v1.6.0 |
| 2279 | 2026-05-26T17:33:49.451Z | Compiling waitgroup v0.1.2 |
| 2280 | 2026-05-26T17:33:49.469Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2281 | 2026-05-26T17:33:49.522Z | Compiling password-hash v0.5.0 |
| 2282 | 2026-05-26T17:33:49.628Z | Compiling chacha20 v0.9.1 |
| 2283 | 2026-05-26T17:33:49.643Z | Compiling dropshot_endpoint v0.17.0 |
| 2284 | 2026-05-26T17:33:49.740Z | Compiling rustls-pemfile v2.2.0 |
| 2285 | 2026-05-26T17:33:49.826Z | Compiling blake2 v0.10.6 |
| 2286 | 2026-05-26T17:33:49.970Z | Compiling aead v0.5.2 |
| 2287 | 2026-05-26T17:33:50.040Z | Compiling foreign-types-macros v0.2.3 |
| 2288 | 2026-05-26T17:33:50.247Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2289 | 2026-05-26T17:33:50.263Z | Compiling serde_path_to_error v0.1.20 |
| 2290 | 2026-05-26T17:33:50.305Z | Compiling hostname v0.4.2 |
| 2291 | 2026-05-26T17:33:50.364Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2292 | 2026-05-26T17:33:50.483Z | Compiling proc-macro-error v1.0.4 |
| 2293 | 2026-05-26T17:33:50.486Z | Compiling instant v0.1.13 |
| 2294 | 2026-05-26T17:33:50.516Z | Compiling debug-ignore v1.0.5 |
| 2295 | 2026-05-26T17:33:50.589Z | Compiling typeid v1.0.3 |
| 2296 | 2026-05-26T17:33:50.605Z | Compiling cpufeatures v0.3.0 |
| 2297 | 2026-05-26T17:33:50.627Z | Compiling foreign-types-shared v0.3.1 |
| 2298 | 2026-05-26T17:33:50.665Z | Compiling backoff v0.4.0 |
| 2299 | 2026-05-26T17:33:50.668Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2300 | 2026-05-26T17:33:50.700Z | Compiling chacha20 v0.10.0 |
| 2301 | 2026-05-26T17:33:50.718Z | Compiling foreign-types v0.5.0 |
| 2302 | 2026-05-26T17:33:50.734Z | Compiling parse-display v0.10.0 |
| 2303 | 2026-05-26T17:33:50.734Z | Compiling chacha20poly1305 v0.10.1 |
| 2304 | 2026-05-26T17:33:50.737Z | Compiling argon2 v0.5.3 |
| 2305 | 2026-05-26T17:33:50.797Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2306 | 2026-05-26T17:33:50.816Z | Compiling num_enum_derive v0.5.11 |
| 2307 | 2026-05-26T17:33:50.901Z | Compiling num_enum v0.7.5 |
| 2308 | 2026-05-26T17:33:50.917Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2309 | 2026-05-26T17:33:50.948Z | Compiling vsss-rs v3.3.4 |
| 2310 | 2026-05-26T17:33:51.016Z | Compiling ciborium v0.2.2 |
| 2311 | 2026-05-26T17:33:51.247Z | Compiling tabwriter v1.4.1 |
| 2312 | 2026-05-26T17:33:51.331Z | Compiling regress v0.10.5 |
| 2313 | 2026-05-26T17:33:51.629Z | Compiling byte-wrapper v0.1.0 |
| 2314 | 2026-05-26T17:33:51.668Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2315 | 2026-05-26T17:33:51.707Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2316 | 2026-05-26T17:33:51.779Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-05-26T17:33:51.811Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2318 | 2026-05-26T17:33:51.882Z | Compiling cstr-argument v0.1.2 |
| 2319 | 2026-05-26T17:33:52.049Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2320 | 2026-05-26T17:33:52.076Z | Compiling humantime v2.3.0 |
| 2321 | 2026-05-26T17:33:52.155Z | Compiling erased-serde v0.4.9 |
| 2322 | 2026-05-26T17:33:52.222Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2323 | 2026-05-26T17:33:52.366Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-05-26T17:33:52.436Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-05-26T17:33:52.490Z | Compiling num_enum v0.5.11 |
| 2326 | 2026-05-26T17:33:52.524Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-05-26T17:33:52.542Z | Compiling rand v0.10.0 |
| 2328 | 2026-05-26T17:33:52.545Z | Compiling rayon v1.11.0 |
| 2329 | 2026-05-26T17:33:52.596Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2330 | 2026-05-26T17:33:52.639Z | Compiling libefi-sys v0.1.0 |
| 2331 | 2026-05-26T17:33:52.688Z | Compiling colored v3.1.1 |
| 2332 | 2026-05-26T17:33:52.781Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2333 | 2026-05-26T17:33:52.810Z | Compiling indent_write v2.2.0 |
| 2334 | 2026-05-26T17:33:52.906Z | Compiling zone_cfg_derive v0.3.1 |
| 2335 | 2026-05-26T17:33:52.938Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-26T17:33:52.956Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2337 | 2026-05-26T17:33:52.972Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2338 | 2026-05-26T17:33:52.989Z | Compiling camino-tempfile v1.4.1 |
| 2339 | 2026-05-26T17:33:53.107Z | Compiling itertools v0.12.1 |
| 2340 | 2026-05-26T17:33:53.363Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-05-26T17:33:53.396Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-05-26T17:33:53.414Z | Compiling bitfield-struct v0.6.2 |
| 2343 | 2026-05-26T17:33:53.507Z | Compiling num-derive v0.4.2 |
| 2344 | 2026-05-26T17:33:53.524Z | Compiling ordered-float v2.10.1 |
| 2345 | 2026-05-26T17:33:53.542Z | Compiling blake3 v1.8.3 |
| 2346 | 2026-05-26T17:33:53.830Z | Compiling memmap v0.7.0 |
| 2347 | 2026-05-26T17:33:53.918Z | Compiling sigpipe v0.1.3 |
| 2348 | 2026-05-26T17:33:54.041Z | Compiling glob v0.3.3 |
| 2349 | 2026-05-26T17:33:54.059Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2350 | 2026-05-26T17:33:54.075Z | Compiling swrite v0.1.0 |
| 2351 | 2026-05-26T17:33:54.092Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2352 | 2026-05-26T17:33:54.149Z | Compiling usdt v0.5.0 |
| 2353 | 2026-05-26T17:33:54.302Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2354 | 2026-05-26T17:33:54.406Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2355 | 2026-05-26T17:33:54.426Z | Compiling zone v0.3.1 |
| 2356 | 2026-05-26T17:33:54.545Z | Compiling serde-value v0.7.0 |
| 2357 | 2026-05-26T17:33:54.660Z | Compiling serde-untagged v0.1.9 |
| 2358 | 2026-05-26T17:33:54.727Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2359 | 2026-05-26T17:33:54.962Z | Compiling toml v0.8.23 |
| 2360 | 2026-05-26T17:33:55.026Z | Compiling smf v0.2.3 |
| 2361 | 2026-05-26T17:33:55.043Z | Compiling filetime v0.2.27 |
| 2362 | 2026-05-26T17:33:55.047Z | Compiling arrayvec v0.7.6 |
| 2363 | 2026-05-26T17:33:55.078Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-05-26T17:33:55.107Z | Compiling constant_time_eq v0.4.2 |
| 2365 | 2026-05-26T17:33:55.176Z | Compiling unicode-xid v0.2.6 |
| 2366 | 2026-05-26T17:33:55.246Z | Compiling whoami v1.6.1 |
| 2367 | 2026-05-26T17:33:55.262Z | Compiling xattr v1.6.1 |
| 2368 | 2026-05-26T17:33:55.278Z | Compiling arrayref v0.3.9 |
| 2369 | 2026-05-26T17:33:55.318Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-05-26T17:33:55.334Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2371 | 2026-05-26T17:33:55.367Z | Compiling tokio-dtrace v0.1.1 |
| 2372 | 2026-05-26T17:33:55.470Z | Compiling cargo-util-schemas v0.8.2 |
| 2373 | 2026-05-26T17:33:55.597Z | Compiling tar v0.4.45 |
| 2374 | 2026-05-26T17:33:55.706Z | Compiling console v0.16.2 |
| 2375 | 2026-05-26T17:33:55.722Z | Compiling gethostname v0.5.0 |
| 2376 | 2026-05-26T17:33:55.871Z | Compiling cargo-platform v0.2.0 |
| 2377 | 2026-05-26T17:33:55.978Z | Compiling topological-sort v0.2.2 |
| 2378 | 2026-05-26T17:33:55.995Z | Compiling unit-prefix v0.5.2 |
| 2379 | 2026-05-26T17:33:56.037Z | Compiling oxide-tokio-rt v0.1.4 |
| 2380 | 2026-05-26T17:33:56.161Z | Compiling indicatif v0.18.4 |
| 2381 | 2026-05-26T17:33:56.180Z | Compiling shell-words v1.1.1 |
| 2382 | 2026-05-26T17:33:56.196Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2383 | 2026-05-26T17:33:56.722Z | Compiling cargo_metadata v0.21.0 |
| 2384 | 2026-05-26T17:34:05.729Z | Compiling progenitor-client v0.14.0 |
| 2385 | 2026-05-26T17:34:05.795Z | Compiling progenitor-client v0.10.0 |
| 2386 | 2026-05-26T17:34:05.795Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-05-26T17:34:06.203Z | Compiling progenitor-extras v0.2.0 |
| 2388 | 2026-05-26T17:34:08.421Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2389 | 2026-05-26T17:34:08.440Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2390 | 2026-05-26T17:34:08.524Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-05-26T17:34:08.711Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2026-05-26T17:34:08.762Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2393 | 2026-05-26T17:34:08.858Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-05-26T17:34:08.912Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2395 | 2026-05-26T17:34:08.927Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2396 | 2026-05-26T17:34:08.964Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2397 | 2026-05-26T17:34:12.753Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2398 | 2026-05-26T17:34:20.264Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2399 | 2026-05-26T17:34:23.258Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2400 | 2026-05-26T17:34:24.216Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2401 | 2026-05-26T17:34:33.893Z | Finished `release` profile [optimized] target(s) in 1m 42s |
| 2402 | 2026-05-26T17:34:34.046Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2403 | 2026-05-26T17:34:34.109Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2404 | 2026-05-26T17:34:34.113Z | Created new build target 'test' and set it as active |
| 2405 | 2026-05-26T17:34:34.113Z | |
| 2406 | 2026-05-26T17:34:34.113Z | real 1:43.088512720 |
| 2407 | 2026-05-26T17:34:34.113Z | user 16:45.122739463 |
| 2408 | 2026-05-26T17:34:34.113Z | sys 2:39.014113370 |
| 2409 | 2026-05-26T17:34:34.113Z | trap 0.443183003 |
| 2410 | 2026-05-26T17:34:34.113Z | tflt 2.766635186 |
| 2411 | 2026-05-26T17:34:34.113Z | dflt 4.228348429 |
| 2412 | 2026-05-26T17:34:34.113Z | kflt 0.000510800 |
| 2413 | 2026-05-26T17:34:34.113Z | lock 52:08.664686098 |
| 2414 | 2026-05-26T17:34:34.113Z | slp 42:54.171064137 |
| 2415 | 2026-05-26T17:34:34.113Z | lat 41.259252489 |
| 2416 | 2026-05-26T17:34:34.113Z | stop 5:27.372725421 |
| 2417 | 2026-05-26T17:34:34.113Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2418 | 2026-05-26T17:34:34.993Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2419 | 2026-05-26T17:34:35.065Z | Running `target/release/omicron-package -t test package` |
| 2420 | 2026-05-26T17:34:35.125Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2421 | 2026-05-26T17:34:36.548Z | Compiling heck v0.5.0 |
| 2422 | 2026-05-26T17:34:36.548Z | Compiling regress v0.11.1 |
| 2423 | 2026-05-26T17:34:36.548Z | Compiling unsafe-libyaml v0.2.11 |
| 2424 | 2026-05-26T17:34:36.812Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2425 | 2026-05-26T17:34:36.833Z | Compiling regress v0.10.5 |
| 2426 | 2026-05-26T17:34:36.863Z | Compiling is-terminal v0.4.17 |
| 2427 | 2026-05-26T17:34:36.867Z | Compiling unicode-width v0.1.14 |
| 2428 | 2026-05-26T17:34:36.905Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-05-26T17:34:36.923Z | Compiling bytecount v0.6.9 |
| 2430 | 2026-05-26T17:34:36.927Z | Compiling rustls v0.22.4 |
| 2431 | 2026-05-26T17:34:36.927Z | Compiling rustls-webpki v0.102.8 |
| 2432 | 2026-05-26T17:34:36.927Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-05-26T17:34:36.927Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-05-26T17:34:36.966Z | Compiling match_cfg v0.1.0 |
| 2435 | 2026-05-26T17:34:36.969Z | Compiling compression-core v0.4.31 |
| 2436 | 2026-05-26T17:34:37.026Z | Compiling multer v3.1.0 |
| 2437 | 2026-05-26T17:34:37.048Z | Compiling slog-async v2.8.0 |
| 2438 | 2026-05-26T17:34:37.115Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2439 | 2026-05-26T17:34:37.137Z | Compiling hostname v0.3.1 |
| 2440 | 2026-05-26T17:34:37.160Z | Compiling compression-codecs v0.4.37 |
| 2441 | 2026-05-26T17:34:37.163Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2442 | 2026-05-26T17:34:37.163Z | Compiling crossbeam-channel v0.5.15 |
| 2443 | 2026-05-26T17:34:37.228Z | Compiling slog-json v2.6.1 |
| 2444 | 2026-05-26T17:34:37.231Z | Compiling serde_spanned v1.0.4 |
| 2445 | 2026-05-26T17:34:37.275Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2446 | 2026-05-26T17:34:37.297Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2447 | 2026-05-26T17:34:37.328Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-05-26T17:34:37.359Z | Compiling term v1.2.1 |
| 2449 | 2026-05-26T17:34:37.417Z | Compiling take_mut v0.2.2 |
| 2450 | 2026-05-26T17:34:37.439Z | Compiling slog-bunyan v2.5.0 |
| 2451 | 2026-05-26T17:34:37.461Z | Compiling async-compression v0.4.41 |
| 2452 | 2026-05-26T17:34:37.535Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2453 | 2026-05-26T17:34:37.637Z | Compiling async-stream v0.3.6 |
| 2454 | 2026-05-26T17:34:37.659Z | Compiling slog-term v2.9.2 |
| 2455 | 2026-05-26T17:34:37.727Z | Compiling dropshot v0.17.0 |
| 2456 | 2026-05-26T17:34:37.793Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2457 | 2026-05-26T17:34:37.814Z | Compiling num-rational v0.4.2 |
| 2458 | 2026-05-26T17:34:37.839Z | Compiling progenitor-client v0.14.0 |
| 2459 | 2026-05-26T17:34:37.866Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2460 | 2026-05-26T17:34:37.951Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2461 | 2026-05-26T17:34:37.982Z | Compiling waitgroup v0.1.2 |
| 2462 | 2026-05-26T17:34:38.006Z | Compiling backon v1.6.0 |
| 2463 | 2026-05-26T17:34:38.067Z | Compiling rustls-pemfile v2.2.0 |
| 2464 | 2026-05-26T17:34:38.142Z | Compiling num-complex v0.4.6 |
| 2465 | 2026-05-26T17:34:38.169Z | Compiling serde_path_to_error v0.1.20 |
| 2466 | 2026-05-26T17:34:38.190Z | Compiling hostname v0.4.2 |
| 2467 | 2026-05-26T17:34:38.193Z | Compiling instant v0.1.13 |
| 2468 | 2026-05-26T17:34:38.193Z | Compiling debug-ignore v1.0.5 |
| 2469 | 2026-05-26T17:34:38.256Z | Compiling progenitor-extras v0.2.0 |
| 2470 | 2026-05-26T17:34:38.282Z | Compiling typify-impl v0.6.2 |
| 2471 | 2026-05-26T17:34:38.341Z | Compiling backoff v0.4.0 |
| 2472 | 2026-05-26T17:34:38.360Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2473 | 2026-05-26T17:34:38.383Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2474 | 2026-05-26T17:34:38.553Z | Compiling num v0.4.3 |
| 2475 | 2026-05-26T17:34:38.581Z | Compiling parse-display v0.10.0 |
| 2476 | 2026-05-26T17:34:38.621Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2477 | 2026-05-26T17:34:38.624Z | Compiling progenitor-client v0.13.0 |
| 2478 | 2026-05-26T17:34:38.665Z | Compiling progenitor-client v0.10.0 |
| 2479 | 2026-05-26T17:34:38.690Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2480 | 2026-05-26T17:34:38.693Z | Compiling macaddr v1.0.1 |
| 2481 | 2026-05-26T17:34:38.808Z | Compiling humantime v2.3.0 |
| 2482 | 2026-05-26T17:34:38.830Z | Compiling float-ord v0.3.2 |
| 2483 | 2026-05-26T17:34:38.952Z | Compiling console v0.15.11 |
| 2484 | 2026-05-26T17:34:39.020Z | Compiling newline-converter v0.3.0 |
| 2485 | 2026-05-26T17:34:39.080Z | Compiling atomicwrites v0.4.4 |
| 2486 | 2026-05-26T17:34:39.138Z | Compiling slog-dtrace v0.3.0 |
| 2487 | 2026-05-26T17:34:39.160Z | Compiling owo-colors v4.3.0 |
| 2488 | 2026-05-26T17:34:39.183Z | Compiling resolv-conf v0.7.6 |
| 2489 | 2026-05-26T17:34:39.266Z | Compiling tokio-rustls v0.25.0 |
| 2490 | 2026-05-26T17:34:39.395Z | Compiling expectorate v1.2.0 |
| 2491 | 2026-05-26T17:34:39.417Z | Compiling cancel-safe-futures v0.1.5 |
| 2492 | 2026-05-26T17:34:39.442Z | Compiling toml v0.8.23 |
| 2493 | 2026-05-26T17:34:39.543Z | Compiling libsw-core v0.3.2 |
| 2494 | 2026-05-26T17:34:39.707Z | Compiling libsw v3.5.0 |
| 2495 | 2026-05-26T17:34:39.762Z | Compiling linear-map v1.2.0 |
| 2496 | 2026-05-26T17:34:39.808Z | Compiling linked-hash-map v0.5.6 |
| 2497 | 2026-05-26T17:34:39.919Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2498 | 2026-05-26T17:34:40.010Z | Compiling lru-cache v0.1.2 |
| 2499 | 2026-05-26T17:34:40.051Z | Compiling minimal-lexical v0.2.1 |
| 2500 | 2026-05-26T17:34:40.073Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2501 | 2026-05-26T17:34:40.108Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2502 | 2026-05-26T17:34:40.169Z | Compiling hickory-proto v0.24.4 |
| 2503 | 2026-05-26T17:34:40.190Z | Compiling unicode-xid v0.2.6 |
| 2504 | 2026-05-26T17:34:40.212Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2505 | 2026-05-26T17:34:40.303Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2506 | 2026-05-26T17:34:40.330Z | Compiling nom v7.1.3 |
| 2507 | 2026-05-26T17:34:40.357Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2508 | 2026-05-26T17:34:40.527Z | Compiling convert_case v0.10.0 |
| 2509 | 2026-05-26T17:34:40.820Z | Compiling derive_more-impl v2.1.1 |
| 2510 | 2026-05-26T17:34:41.133Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-05-26T17:34:41.584Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2512 | 2026-05-26T17:34:41.620Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-05-26T17:34:41.709Z | Compiling typify-macro v0.6.2 |
| 2514 | 2026-05-26T17:34:41.730Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2515 | 2026-05-26T17:34:41.754Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-05-26T17:34:41.778Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-05-26T17:34:41.987Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2518 | 2026-05-26T17:34:42.240Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2519 | 2026-05-26T17:34:42.462Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-05-26T17:34:42.712Z | Compiling hickory-resolver v0.24.4 |
| 2521 | 2026-05-26T17:34:42.842Z | Compiling termtree v0.5.1 |
| 2522 | 2026-05-26T17:34:42.866Z | Compiling tabled v0.15.0 |
| 2523 | 2026-05-26T17:34:43.044Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2524 | 2026-05-26T17:34:43.224Z | Compiling typify v0.6.2 |
| 2525 | 2026-05-26T17:34:43.395Z | Compiling progenitor-impl v0.14.0 |
| 2526 | 2026-05-26T17:34:44.028Z | Compiling progenitor-impl v0.13.0 |
| 2527 | 2026-05-26T17:34:45.530Z | Compiling progenitor-macro v0.14.0 |
| 2528 | 2026-05-26T17:34:46.036Z | Compiling qorb v0.4.1 |
| 2529 | 2026-05-26T17:34:46.144Z | Compiling progenitor-macro v0.13.0 |
| 2530 | 2026-05-26T17:34:47.283Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-05-26T17:34:47.895Z | Compiling crossterm v0.29.0 |
| 2532 | 2026-05-26T17:34:48.217Z | Compiling phf_shared v0.12.1 |
| 2533 | 2026-05-26T17:34:48.470Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2534 | 2026-05-26T17:34:48.515Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2535 | 2026-05-26T17:34:48.542Z | Compiling vte v0.14.1 |
| 2536 | 2026-05-26T17:34:49.048Z | Compiling csv-core v0.1.13 |
| 2537 | 2026-05-26T17:34:49.071Z | Compiling highway v1.3.0 |
| 2538 | 2026-05-26T17:34:49.488Z | Compiling chrono-tz v0.10.4 |
| 2539 | 2026-05-26T17:34:49.543Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2026-05-26T17:34:49.577Z | Compiling progenitor v0.14.0 |
| 2541 | 2026-05-26T17:34:49.745Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2542 | 2026-05-26T17:34:49.767Z | Compiling csv v1.4.0 |
| 2543 | 2026-05-26T17:34:49.787Z | Compiling strip-ansi-escapes v0.2.1 |
| 2544 | 2026-05-26T17:34:50.184Z | Compiling progenitor v0.13.0 |
| 2545 | 2026-05-26T17:34:50.323Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2546 | 2026-05-26T17:34:50.346Z | Compiling phf v0.12.1 |
| 2547 | 2026-05-26T17:34:50.370Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-05-26T17:34:50.550Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2549 | 2026-05-26T17:34:50.620Z | Compiling const_format_proc_macros v0.2.34 |
| 2550 | 2026-05-26T17:34:50.711Z | Compiling fd-lock v4.0.4 |
| 2551 | 2026-05-26T17:34:50.783Z | Compiling peg-macros v0.8.5 |
| 2552 | 2026-05-26T17:34:50.891Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-05-26T17:34:51.183Z | Compiling reedline v0.40.0 |
| 2554 | 2026-05-26T17:34:51.370Z | Compiling const_format v0.2.35 |
| 2555 | 2026-05-26T17:34:51.862Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2556 | 2026-05-26T17:34:52.036Z | Compiling peg v0.8.5 |
| 2557 | 2026-05-26T17:34:52.143Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2558 | 2026-05-26T17:34:52.925Z | Compiling bcs v0.1.6 |
| 2559 | 2026-05-26T17:34:53.327Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2560 | 2026-05-26T17:34:53.351Z | Compiling semver v0.1.20 |
| 2561 | 2026-05-26T17:34:53.656Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-05-26T17:34:53.684Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2563 | 2026-05-26T17:34:53.892Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-05-26T17:34:53.931Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2565 | 2026-05-26T17:34:54.125Z | Compiling smawk v0.3.2 |
| 2566 | 2026-05-26T17:34:54.180Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-05-26T17:34:54.329Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2568 | 2026-05-26T17:34:54.488Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-05-26T17:34:54.944Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2570 | 2026-05-26T17:34:55.098Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2571 | 2026-05-26T17:34:55.179Z | Compiling base64 v0.21.7 |
| 2572 | 2026-05-26T17:34:55.509Z | Compiling steno v0.4.1 |
| 2573 | 2026-05-26T17:34:55.716Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2574 | 2026-05-26T17:34:56.106Z | Compiling tagptr v0.2.0 |
| 2575 | 2026-05-26T17:34:56.173Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-05-26T17:34:56.211Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2577 | 2026-05-26T17:34:56.305Z | Compiling moka v0.12.13 |
| 2578 | 2026-05-26T17:34:56.343Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2579 | 2026-05-26T17:34:56.409Z | Compiling tungstenite v0.21.0 |
| 2580 | 2026-05-26T17:34:56.446Z | Compiling radium v0.7.0 |
| 2581 | 2026-05-26T17:34:56.500Z | Compiling tap v1.0.1 |
| 2582 | 2026-05-26T17:34:56.534Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-05-26T17:34:56.661Z | Compiling wyz v0.5.1 |
| 2584 | 2026-05-26T17:34:56.892Z | Compiling zerocopy-derive v0.6.6 |
| 2585 | 2026-05-26T17:34:56.920Z | Compiling funty v2.0.0 |
| 2586 | 2026-05-26T17:34:57.053Z | Compiling tokio-tungstenite v0.21.0 |
| 2587 | 2026-05-26T17:34:57.432Z | Compiling hickory-resolver v0.25.2 |
| 2588 | 2026-05-26T17:34:57.564Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2589 | 2026-05-26T17:34:57.607Z | Compiling crc-catalog v2.4.0 |
| 2590 | 2026-05-26T17:34:57.672Z | Compiling packed_struct v0.10.1 |
| 2591 | 2026-05-26T17:34:57.739Z | Compiling display-error-chain v0.2.2 |
| 2592 | 2026-05-26T17:34:57.864Z | Compiling crc v3.4.0 |
| 2593 | 2026-05-26T17:34:57.921Z | Compiling zerocopy v0.6.6 |
| 2594 | 2026-05-26T17:34:58.014Z | Compiling bitvec v1.0.1 |
| 2595 | 2026-05-26T17:34:58.308Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2596 | 2026-05-26T17:34:58.362Z | Compiling num-derive v0.3.3 |
| 2597 | 2026-05-26T17:34:58.434Z | Compiling packed_struct_codegen v0.10.1 |
| 2598 | 2026-05-26T17:34:58.572Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2599 | 2026-05-26T17:34:59.227Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2600 | 2026-05-26T17:34:59.377Z | Compiling bitfield-macros v0.19.4 |
| 2601 | 2026-05-26T17:34:59.434Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2602 | 2026-05-26T17:34:59.754Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2603 | 2026-05-26T17:34:59.904Z | Compiling indexmap v1.9.3 |
| 2604 | 2026-05-26T17:35:00.093Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-05-26T17:35:00.170Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-05-26T17:35:00.223Z | Compiling array-init v0.0.4 |
| 2607 | 2026-05-26T17:35:00.497Z | Compiling proc-macro-error2 v2.0.1 |
| 2608 | 2026-05-26T17:35:00.705Z | Compiling libscf-sys v1.1.0 |
| 2609 | 2026-05-26T17:35:00.810Z | Compiling smallvec v0.6.14 |
| 2610 | 2026-05-26T17:35:00.880Z | Compiling typify-impl v0.4.3 |
| 2611 | 2026-05-26T17:35:01.082Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-05-26T17:35:01.105Z | Compiling serde-hex v0.1.0 |
| 2613 | 2026-05-26T17:35:01.383Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2614 | 2026-05-26T17:35:01.509Z | Compiling tabled_derive v0.11.0 |
| 2615 | 2026-05-26T17:35:02.104Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2616 | 2026-05-26T17:35:02.175Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-05-26T17:35:02.367Z | Compiling ron v0.8.1 |
| 2618 | 2026-05-26T17:35:02.417Z | Compiling papergrid v0.17.0 |
| 2619 | 2026-05-26T17:35:02.583Z | Compiling testing_table v0.3.0 |
| 2620 | 2026-05-26T17:35:03.011Z | Compiling hashbrown v0.13.2 |
| 2621 | 2026-05-26T17:35:03.254Z | Compiling vergen-gitcl v1.0.8 |
| 2622 | 2026-05-26T17:35:03.277Z | Compiling dirs-sys-next v0.1.2 |
| 2623 | 2026-05-26T17:35:03.482Z | Compiling maplit v1.0.2 |
| 2624 | 2026-05-26T17:35:03.556Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-05-26T17:35:03.604Z | Compiling glob v0.3.3 |
| 2626 | 2026-05-26T17:35:03.650Z | Compiling diesel_derives v2.3.7 |
| 2627 | 2026-05-26T17:35:03.840Z | Compiling crc-any v2.5.0 |
| 2628 | 2026-05-26T17:35:03.922Z | Compiling tabled v0.20.0 |
| 2629 | 2026-05-26T17:35:03.943Z | Compiling object v0.30.4 |
| 2630 | 2026-05-26T17:35:03.963Z | Compiling clang-sys v1.8.1 |
| 2631 | 2026-05-26T17:35:04.111Z | Compiling dirs-next v2.0.0 |
| 2632 | 2026-05-26T17:35:04.265Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-05-26T17:35:04.287Z | Compiling typify-macro v0.4.3 |
| 2634 | 2026-05-26T17:35:04.287Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2635 | 2026-05-26T17:35:04.345Z | Compiling dsl_auto_type v0.2.0 |
| 2636 | 2026-05-26T17:35:04.461Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-05-26T17:35:04.738Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2638 | 2026-05-26T17:35:04.892Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2639 | 2026-05-26T17:35:04.945Z | Compiling xshell-macros v0.2.7 |
| 2640 | 2026-05-26T17:35:04.966Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-05-26T17:35:04.986Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-05-26T17:35:05.178Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-05-26T17:35:05.252Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2644 | 2026-05-26T17:35:05.272Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2645 | 2026-05-26T17:35:05.337Z | Compiling xshell v0.2.7 |
| 2646 | 2026-05-26T17:35:05.479Z | Compiling term v0.7.0 |
| 2647 | 2026-05-26T17:35:05.899Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2648 | 2026-05-26T17:35:05.991Z | Compiling downcast-rs v2.0.2 |
| 2649 | 2026-05-26T17:35:06.128Z | Compiling bit-vec v0.6.3 |
| 2650 | 2026-05-26T17:35:06.332Z | Compiling bit-set v0.5.3 |
| 2651 | 2026-05-26T17:35:06.375Z | Compiling ascii-canvas v3.0.0 |
| 2652 | 2026-05-26T17:35:06.396Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2653 | 2026-05-26T17:35:06.531Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2654 | 2026-05-26T17:35:06.637Z | Compiling itertools v0.10.5 |
| 2655 | 2026-05-26T17:35:06.658Z | Compiling ena v0.14.4 |
| 2656 | 2026-05-26T17:35:06.909Z | Compiling libloading v0.8.9 |
| 2657 | 2026-05-26T17:35:07.140Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-05-26T17:35:07.601Z | Compiling unicase v2.9.0 |
| 2659 | 2026-05-26T17:35:07.723Z | Compiling diff v0.1.13 |
| 2660 | 2026-05-26T17:35:07.909Z | Compiling crc8 v0.1.1 |
| 2661 | 2026-05-26T17:35:07.992Z | Compiling bindgen v0.71.1 |
| 2662 | 2026-05-26T17:35:08.113Z | Compiling typify v0.4.3 |
| 2663 | 2026-05-26T17:35:08.253Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2664 | 2026-05-26T17:35:08.329Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2665 | 2026-05-26T17:35:08.686Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-05-26T17:35:08.919Z | Compiling cexpr v0.6.0 |
| 2667 | 2026-05-26T17:35:09.012Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2668 | 2026-05-26T17:35:09.033Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2669 | 2026-05-26T17:35:09.207Z | Compiling rustc-hash v2.1.1 |
| 2670 | 2026-05-26T17:35:09.285Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2671 | 2026-05-26T17:35:09.382Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2672 | 2026-05-26T17:35:09.568Z | Compiling headers-core v0.3.0 |
| 2673 | 2026-05-26T17:35:09.687Z | Compiling diesel v2.3.7 |
| 2674 | 2026-05-26T17:35:09.743Z | Compiling git-stub v1.0.0 |
| 2675 | 2026-05-26T17:35:09.806Z | Compiling libxml v0.3.3 |
| 2676 | 2026-05-26T17:35:10.011Z | Compiling git-stub-vcs v0.1.0 |
| 2677 | 2026-05-26T17:35:10.032Z | Compiling headers v0.4.1 |
| 2678 | 2026-05-26T17:35:10.117Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2679 | 2026-05-26T17:35:10.367Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2680 | 2026-05-26T17:35:10.608Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-05-26T17:35:11.019Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2682 | 2026-05-26T17:35:11.108Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-05-26T17:35:11.295Z | Compiling indoc v1.0.9 |
| 2684 | 2026-05-26T17:35:11.768Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-05-26T17:35:11.771Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2686 | 2026-05-26T17:35:12.021Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-05-26T17:35:12.197Z | Compiling oso-derive v0.27.3 |
| 2688 | 2026-05-26T17:35:12.299Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-05-26T17:35:12.363Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-05-26T17:35:12.631Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-05-26T17:35:12.703Z | Compiling half v1.8.3 |
| 2692 | 2026-05-26T17:35:12.959Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-05-26T17:35:13.138Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-05-26T17:35:13.588Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2695 | 2026-05-26T17:35:13.625Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2696 | 2026-05-26T17:35:13.746Z | Compiling bb8 v0.8.6 |
| 2697 | 2026-05-26T17:35:13.853Z | Compiling trait-variant v0.1.2 |
| 2698 | 2026-05-26T17:35:13.856Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-05-26T17:35:13.973Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2700 | 2026-05-26T17:35:14.137Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2701 | 2026-05-26T17:35:14.163Z | Compiling samael v0.0.19 |
| 2702 | 2026-05-26T17:35:14.187Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2703 | 2026-05-26T17:35:14.315Z | Compiling fxhash v0.2.1 |
| 2704 | 2026-05-26T17:35:14.395Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2705 | 2026-05-26T17:35:14.417Z | Compiling salty v0.3.0 |
| 2706 | 2026-05-26T17:35:14.738Z | Compiling progenitor-impl v0.10.0 |
| 2707 | 2026-05-26T17:35:14.827Z | Compiling progenitor-impl v0.11.2 |
| 2708 | 2026-05-26T17:35:14.899Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2709 | 2026-05-26T17:35:14.989Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2710 | 2026-05-26T17:35:15.324Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-05-26T17:35:15.518Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-05-26T17:35:15.780Z | Compiling nonempty v0.12.0 |
| 2713 | 2026-05-26T17:35:15.810Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-05-26T17:35:15.972Z | Compiling polar-core v0.27.3 |
| 2715 | 2026-05-26T17:35:16.009Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-05-26T17:35:16.888Z | Compiling progenitor-macro v0.10.0 |
| 2717 | 2026-05-26T17:35:16.992Z | Compiling progenitor-macro v0.11.2 |
| 2718 | 2026-05-26T17:35:18.193Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2719 | 2026-05-26T17:35:18.651Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2720 | 2026-05-26T17:35:19.620Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2721 | 2026-05-26T17:35:20.164Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2722 | 2026-05-26T17:35:20.360Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-05-26T17:35:20.747Z | Compiling progenitor-client v0.11.2 |
| 2724 | 2026-05-26T17:35:20.918Z | Compiling darling_core v0.23.0 |
| 2725 | 2026-05-26T17:35:20.945Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-05-26T17:35:21.033Z | Compiling arc-swap v1.8.2 |
| 2727 | 2026-05-26T17:35:21.286Z | Compiling fs-err v2.11.0 |
| 2728 | 2026-05-26T17:35:21.401Z | Compiling parking_lot_core v0.8.6 |
| 2729 | 2026-05-26T17:35:21.562Z | Compiling mime_guess v2.0.5 |
| 2730 | 2026-05-26T17:35:21.676Z | Compiling slog-scope v4.4.1 |
| 2731 | 2026-05-26T17:35:21.733Z | Compiling flume v0.11.1 |
| 2732 | 2026-05-26T17:35:22.086Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2733 | 2026-05-26T17:35:22.140Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2734 | 2026-05-26T17:35:22.166Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2735 | 2026-05-26T17:35:23.077Z | Compiling darling_macro v0.23.0 |
| 2736 | 2026-05-26T17:35:23.573Z | Compiling progenitor v0.11.2 |
| 2737 | 2026-05-26T17:35:23.758Z | Compiling progenitor v0.10.0 |
| 2738 | 2026-05-26T17:35:23.939Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2739 | 2026-05-26T17:35:24.752Z | Compiling oso v0.27.3 |
| 2740 | 2026-05-26T17:35:25.326Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2741 | 2026-05-26T17:35:26.296Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2742 | 2026-05-26T17:35:28.495Z | Compiling diesel-dtrace v0.5.0 |
| 2743 | 2026-05-26T17:35:28.811Z | Compiling async-bb8-diesel v0.2.1 |
| 2744 | 2026-05-26T17:35:29.293Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2745 | 2026-05-26T17:35:29.875Z | Compiling primeorder v0.13.6 |
| 2746 | 2026-05-26T17:35:29.939Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2747 | 2026-05-26T17:35:30.192Z | Compiling instability v0.3.11 |
| 2748 | 2026-05-26T17:35:30.351Z | Compiling strsim v0.10.0 |
| 2749 | 2026-05-26T17:35:30.431Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2750 | 2026-05-26T17:35:30.666Z | Compiling darling_core v0.13.4 |
| 2751 | 2026-05-26T17:35:31.061Z | Compiling p384 v0.13.1 |
| 2752 | 2026-05-26T17:35:31.488Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2753 | 2026-05-26T17:35:31.540Z | Compiling darling v0.23.0 |
| 2754 | 2026-05-26T17:35:31.694Z | Compiling slog-stdlog v4.1.1 |
| 2755 | 2026-05-26T17:35:32.524Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2756 | 2026-05-26T17:35:32.577Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2757 | 2026-05-26T17:35:32.692Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2758 | 2026-05-26T17:35:32.716Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2759 | 2026-05-26T17:35:32.752Z | Compiling ignore v0.4.25 |
| 2760 | 2026-05-26T17:35:33.190Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-26T17:35:33.406Z | Compiling castaway v0.2.4 |
| 2762 | 2026-05-26T17:35:33.562Z | Compiling atty v0.2.14 |
| 2763 | 2026-05-26T17:35:33.714Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-05-26T17:35:33.856Z | Compiling parse-size v1.1.0 |
| 2765 | 2026-05-26T17:35:33.945Z | Compiling indoc v2.0.7 |
| 2766 | 2026-05-26T17:35:34.072Z | Compiling http-range v0.1.5 |
| 2767 | 2026-05-26T17:35:34.404Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2768 | 2026-05-26T17:35:34.548Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2769 | 2026-05-26T17:35:34.979Z | Compiling compact_str v0.8.1 |
| 2770 | 2026-05-26T17:35:35.093Z | Compiling globwalk v0.9.1 |
| 2771 | 2026-05-26T17:35:35.775Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2772 | 2026-05-26T17:35:36.095Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-05-26T17:35:36.316Z | Compiling parking_lot v0.11.2 |
| 2774 | 2026-05-26T17:35:37.088Z | Compiling darling_macro v0.13.4 |
| 2775 | 2026-05-26T17:35:37.259Z | Compiling slog-envlogger v2.2.0 |
| 2776 | 2026-05-26T17:35:37.588Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2777 | 2026-05-26T17:35:38.482Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2778 | 2026-05-26T17:35:38.539Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2779 | 2026-05-26T17:35:38.662Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2780 | 2026-05-26T17:35:38.755Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2781 | 2026-05-26T17:35:38.787Z | Compiling predicates-tree v1.0.13 |
| 2782 | 2026-05-26T17:35:39.130Z | Compiling unicode-truncate v1.1.0 |
| 2783 | 2026-05-26T17:35:39.261Z | Compiling lru v0.12.5 |
| 2784 | 2026-05-26T17:35:39.291Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2785 | 2026-05-26T17:35:39.342Z | Compiling rand_seeder v0.4.0 |
| 2786 | 2026-05-26T17:35:39.364Z | Compiling prefix-trie v0.7.0 |
| 2787 | 2026-05-26T17:35:39.453Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-05-26T17:35:39.495Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2789 | 2026-05-26T17:35:39.596Z | Compiling vergen-git2 v1.0.7 |
| 2790 | 2026-05-26T17:35:39.747Z | Compiling cassowary v0.3.0 |
| 2791 | 2026-05-26T17:35:39.828Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2792 | 2026-05-26T17:35:39.850Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-05-26T17:35:39.853Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2794 | 2026-05-26T17:35:39.942Z | Compiling hickory-server v0.25.2 |
| 2795 | 2026-05-26T17:35:40.091Z | Compiling ratatui v0.29.0 |
| 2796 | 2026-05-26T17:35:40.112Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-05-26T17:35:40.203Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2798 | 2026-05-26T17:35:40.406Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2799 | 2026-05-26T17:35:40.477Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-05-26T17:35:40.806Z | Compiling camino-tempfile-ext v0.3.3 |
| 2801 | 2026-05-26T17:35:41.324Z | Compiling hyper-staticfile v0.10.1 |
| 2802 | 2026-05-26T17:35:41.441Z | Compiling darling v0.13.4 |
| 2803 | 2026-05-26T17:35:41.574Z | Compiling sled v0.34.7 |
| 2804 | 2026-05-26T17:35:41.937Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2805 | 2026-05-26T17:35:42.558Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2806 | 2026-05-26T17:35:42.599Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2807 | 2026-05-26T17:35:44.081Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2808 | 2026-05-26T17:35:44.226Z | Compiling secrecy v0.8.0 |
| 2809 | 2026-05-26T17:35:44.310Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2810 | 2026-05-26T17:35:44.415Z | Compiling rustls v0.21.12 |
| 2811 | 2026-05-26T17:35:44.936Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2026-05-26T17:35:45.151Z | Compiling serde_with_macros v1.5.2 |
| 2813 | 2026-05-26T17:35:45.174Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2814 | 2026-05-26T17:35:45.478Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2815 | 2026-05-26T17:35:45.712Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2816 | 2026-05-26T17:35:46.116Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2817 | 2026-05-26T17:35:47.226Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2818 | 2026-05-26T17:35:47.912Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-05-26T17:35:48.244Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2820 | 2026-05-26T17:35:48.742Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2821 | 2026-05-26T17:35:48.969Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2822 | 2026-05-26T17:35:49.191Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2823 | 2026-05-26T17:35:49.217Z | Compiling sct v0.7.1 |
| 2824 | 2026-05-26T17:35:49.415Z | Compiling rustls-webpki v0.101.7 |
| 2825 | 2026-05-26T17:35:49.487Z | Compiling nix v0.29.0 |
| 2826 | 2026-05-26T17:35:49.881Z | Compiling dropshot v0.16.7 |
| 2827 | 2026-05-26T17:35:49.905Z | Compiling void v1.0.2 |
| 2828 | 2026-05-26T17:35:50.211Z | Compiling lzss v0.8.2 |
| 2829 | 2026-05-26T17:35:50.549Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2830 | 2026-05-26T17:35:50.634Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2831 | 2026-05-26T17:35:51.072Z | Compiling illumos-nvpair v0.3.0 |
| 2832 | 2026-05-26T17:35:51.218Z | Compiling serde_with v1.14.0 |
| 2833 | 2026-05-26T17:35:51.562Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2834 | 2026-05-26T17:35:52.051Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-05-26T17:35:52.404Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-05-26T17:35:52.651Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-05-26T17:35:52.771Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-05-26T17:35:53.292Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2839 | 2026-05-26T17:35:53.516Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2840 | 2026-05-26T17:35:53.742Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2841 | 2026-05-26T17:35:53.765Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2842 | 2026-05-26T17:35:53.979Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2843 | 2026-05-26T17:35:54.001Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2844 | 2026-05-26T17:35:54.206Z | Compiling nix v0.27.1 |
| 2845 | 2026-05-26T17:35:54.852Z | Compiling dropshot_endpoint v0.16.7 |
| 2846 | 2026-05-26T17:35:54.949Z | Compiling serde_bytes v0.11.19 |
| 2847 | 2026-05-26T17:35:55.082Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2848 | 2026-05-26T17:35:55.242Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2849 | 2026-05-26T17:35:55.515Z | Compiling tokio-tungstenite v0.23.1 |
| 2850 | 2026-05-26T17:35:55.841Z | Compiling git2 v0.20.4 |
| 2851 | 2026-05-26T17:35:55.885Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2852 | 2026-05-26T17:35:58.673Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2853 | 2026-05-26T17:35:58.869Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2854 | 2026-05-26T17:36:00.518Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2855 | 2026-05-26T17:36:00.850Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2856 | 2026-05-26T17:36:01.175Z | Compiling tokio-rustls v0.24.1 |
| 2857 | 2026-05-26T17:36:01.460Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2858 | 2026-05-26T17:36:01.682Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2859 | 2026-05-26T17:36:02.067Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2860 | 2026-05-26T17:36:02.120Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2861 | 2026-05-26T17:36:02.178Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2862 | 2026-05-26T17:36:02.286Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2863 | 2026-05-26T17:36:02.528Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2864 | 2026-05-26T17:36:03.322Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2865 | 2026-05-26T17:36:03.921Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2866 | 2026-05-26T17:36:04.133Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2867 | 2026-05-26T17:36:04.228Z | Compiling rustls-pemfile v1.0.4 |
| 2868 | 2026-05-26T17:36:04.253Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2869 | 2026-05-26T17:36:04.631Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2870 | 2026-05-26T17:36:05.055Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-05-26T17:36:05.963Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2872 | 2026-05-26T17:36:06.358Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2873 | 2026-05-26T17:36:06.520Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2874 | 2026-05-26T17:36:07.520Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2875 | 2026-05-26T17:36:07.547Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2876 | 2026-05-26T17:36:07.763Z | Compiling signal-hook-tokio v0.3.1 |
| 2877 | 2026-05-26T17:36:07.951Z | Compiling twox-hash v2.1.2 |
| 2878 | 2026-05-26T17:36:08.472Z | Compiling yasna v0.5.2 |
| 2879 | 2026-05-26T17:36:08.497Z | Compiling is_ci v1.2.0 |
| 2880 | 2026-05-26T17:36:08.554Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-05-26T17:36:08.722Z | Compiling supports-color v3.0.2 |
| 2882 | 2026-05-26T17:36:09.052Z | Compiling rcgen v0.12.1 |
| 2883 | 2026-05-26T17:36:10.018Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2884 | 2026-05-26T17:36:10.054Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2885 | 2026-05-26T17:36:10.172Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2886 | 2026-05-26T17:36:11.016Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2887 | 2026-05-26T17:36:11.360Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2888 | 2026-05-26T17:36:13.044Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2889 | 2026-05-26T17:36:13.232Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2890 | 2026-05-26T17:36:13.269Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2891 | 2026-05-26T17:36:13.446Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2892 | 2026-05-26T17:36:13.672Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2893 | 2026-05-26T17:36:13.898Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2894 | 2026-05-26T17:36:14.113Z | Compiling fatfs v0.3.6 |
| 2895 | 2026-05-26T17:36:15.025Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2896 | 2026-05-26T17:36:15.294Z | Compiling rtoolbox v0.0.3 |
| 2897 | 2026-05-26T17:36:15.390Z | Compiling subprocess v0.2.15 |
| 2898 | 2026-05-26T17:36:15.570Z | Compiling seq-macro v0.3.6 |
| 2899 | 2026-05-26T17:36:16.058Z | Compiling assert_matches v1.5.0 |
| 2900 | 2026-05-26T17:36:16.197Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2901 | 2026-05-26T17:36:16.481Z | Compiling rpassword v7.4.0 |
| 2902 | 2026-05-26T17:36:16.798Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2903 | 2026-05-26T17:36:17.632Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2904 | 2026-05-26T17:36:18.653Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2905 | 2026-05-26T17:36:19.047Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2906 | 2026-05-26T17:36:19.186Z | Compiling tui-tree-widget v0.23.1 |
| 2907 | 2026-05-26T17:36:19.470Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2908 | 2026-05-26T17:36:20.230Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2909 | 2026-05-26T17:36:20.745Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2910 | 2026-05-26T17:36:21.102Z | Compiling uzers v0.12.2 |
| 2911 | 2026-05-26T17:36:21.175Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2912 | 2026-05-26T17:36:22.564Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2913 | 2026-05-26T17:36:23.664Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2914 | 2026-05-26T17:36:25.014Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2915 | 2026-05-26T17:36:26.536Z | Compiling support-bundle-viewer v0.1.2 |
| 2916 | 2026-05-26T17:36:28.400Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2917 | 2026-05-26T17:36:31.020Z | Compiling multimap v0.10.1 |
| 2918 | 2026-05-26T17:36:34.579Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2919 | 2026-05-26T17:36:41.725Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2920 | 2026-05-26T17:36:50.945Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2921 | 2026-05-26T17:36:51.935Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2922 | 2026-05-26T17:36:52.184Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2923 | 2026-05-26T17:42:38.517Z | Finished `release` profile [optimized] target(s) in 8m 03s |
| 2924 | 2026-05-26T17:43:22.103Z | |
| 2925 | 2026-05-26T17:43:22.103Z | real 8:47.970531928 |
| 2926 | 2026-05-26T17:43:22.106Z | user 1:17:22.643593223 |
| 2927 | 2026-05-26T17:43:22.107Z | sys 3:30.996699824 |
| 2928 | 2026-05-26T17:43:22.107Z | trap 1.701796265 |
| 2929 | 2026-05-26T17:43:22.107Z | tflt 2.457920204 |
| 2930 | 2026-05-26T17:43:22.107Z | dflt 17.366864500 |
| 2931 | 2026-05-26T17:43:22.107Z | kflt 0.005500780 |
| 2932 | 2026-05-26T17:43:22.107Z | lock 6:45:25.350207921 |
| 2933 | 2026-05-26T17:43:22.107Z | slp 2:15:46.629452133 |
| 2934 | 2026-05-26T17:43:22.107Z | lat 2:34.195299653 |
| 2935 | 2026-05-26T17:43:22.107Z | stop 5:24.829570787 |
| 2936 | 2026-05-26T17:43:22.107Z | + mapfile -t packages |
| 2937 | 2026-05-26T17:43:22.107Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2938 | 2026-05-26T17:43:23.053Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2939 | 2026-05-26T17:43:23.124Z | Running `target/release/omicron-package -t test list-outputs` |
| 2940 | 2026-05-26T17:43:23.187Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2941 | 2026-05-26T17:43:23.190Z | + ptime -m cargo build --locked --release -p xtask |
| 2942 | 2026-05-26T17:43:23.732Z | Compiling libc v0.2.185 |
| 2943 | 2026-05-26T17:43:23.732Z | Compiling serde v1.0.228 |
| 2944 | 2026-05-26T17:43:23.736Z | Compiling serde_core v1.0.228 |
| 2945 | 2026-05-26T17:43:23.736Z | Compiling rustix v1.1.3 |
| 2946 | 2026-05-26T17:43:23.736Z | Compiling bitflags v2.11.0 |
| 2947 | 2026-05-26T17:43:23.736Z | Compiling serde_json v1.0.149 |
| 2948 | 2026-05-26T17:43:23.855Z | Compiling num-traits v0.2.19 |
| 2949 | 2026-05-26T17:43:23.864Z | Compiling smallvec v1.15.1 |
| 2950 | 2026-05-26T17:43:23.884Z | Compiling syn v2.0.117 |
| 2951 | 2026-05-26T17:43:23.926Z | Compiling indexmap v2.14.0 |
| 2952 | 2026-05-26T17:43:23.930Z | Compiling usdt-impl v0.5.0 |
| 2953 | 2026-05-26T17:43:23.949Z | Compiling syn v1.0.109 |
| 2954 | 2026-05-26T17:43:23.964Z | Compiling getrandom v0.4.1 |
| 2955 | 2026-05-26T17:43:23.977Z | Compiling percent-encoding v2.3.2 |
| 2956 | 2026-05-26T17:43:24.108Z | Compiling log v0.4.29 |
| 2957 | 2026-05-26T17:43:24.187Z | Compiling form_urlencoded v1.2.2 |
| 2958 | 2026-05-26T17:43:24.307Z | Compiling fs-err v3.3.0 |
| 2959 | 2026-05-26T17:43:24.311Z | Compiling once_cell v1.21.3 |
| 2960 | 2026-05-26T17:43:24.424Z | Compiling heck v0.4.1 |
| 2961 | 2026-05-26T17:43:24.440Z | Compiling anyhow v1.0.102 |
| 2962 | 2026-05-26T17:43:24.646Z | Compiling errno v0.3.14 |
| 2963 | 2026-05-26T17:43:24.649Z | Compiling thread-id v4.2.2 |
| 2964 | 2026-05-26T17:43:24.657Z | Compiling memmap v0.7.0 |
| 2965 | 2026-05-26T17:43:24.988Z | Compiling ordered-float v2.10.1 |
| 2966 | 2026-05-26T17:43:25.458Z | Compiling proc-macro-error v1.0.4 |
| 2967 | 2026-05-26T17:43:25.641Z | Compiling terminal_size v0.4.3 |
| 2968 | 2026-05-26T17:43:25.641Z | Compiling tempfile v3.25.0 |
| 2969 | 2026-05-26T17:43:25.701Z | Compiling tabled_derive v0.7.0 |
| 2970 | 2026-05-26T17:43:25.737Z | Compiling clap_builder v4.5.60 |
| 2971 | 2026-05-26T17:43:25.737Z | Compiling textwrap v0.16.2 |
| 2972 | 2026-05-26T17:43:25.874Z | Compiling camino-tempfile v1.4.1 |
| 2973 | 2026-05-26T17:43:26.371Z | Compiling synstructure v0.13.2 |
| 2974 | 2026-05-26T17:43:26.371Z | Compiling pest_generator v2.8.6 |
| 2975 | 2026-05-26T17:43:26.398Z | Compiling tabled v0.15.0 |
| 2976 | 2026-05-26T17:43:26.755Z | Compiling serde_derive v1.0.228 |
| 2977 | 2026-05-26T17:43:26.758Z | Compiling zerofrom-derive v0.1.6 |
| 2978 | 2026-05-26T17:43:26.759Z | Compiling yoke-derive v0.8.1 |
| 2979 | 2026-05-26T17:43:26.759Z | Compiling zerovec-derive v0.11.2 |
| 2980 | 2026-05-26T17:43:26.759Z | Compiling displaydoc v0.2.5 |
| 2981 | 2026-05-26T17:43:26.759Z | Compiling thiserror-impl v1.0.69 |
| 2982 | 2026-05-26T17:43:26.759Z | Compiling zerocopy-derive v0.7.35 |
| 2983 | 2026-05-26T17:43:26.759Z | Compiling scroll_derive v0.12.1 |
| 2984 | 2026-05-26T17:43:26.759Z | Compiling thiserror-impl v2.0.18 |
| 2985 | 2026-05-26T17:43:26.759Z | Compiling clap_derive v4.5.55 |
| 2986 | 2026-05-26T17:43:26.916Z | Compiling pest_derive v2.8.6 |
| 2987 | 2026-05-26T17:43:27.502Z | Compiling scroll v0.12.0 |
| 2988 | 2026-05-26T17:43:27.596Z | Compiling zerocopy v0.7.35 |
| 2989 | 2026-05-26T17:43:27.781Z | Compiling goblin v0.8.2 |
| 2990 | 2026-05-26T17:43:27.866Z | Compiling zerofrom v0.1.6 |
| 2991 | 2026-05-26T17:43:27.893Z | Compiling thiserror v1.0.69 |
| 2992 | 2026-05-26T17:43:28.015Z | Compiling yoke v0.8.1 |
| 2993 | 2026-05-26T17:43:28.028Z | Compiling dtrace-parser v0.2.0 |
| 2994 | 2026-05-26T17:43:28.097Z | Compiling thiserror v2.0.18 |
| 2995 | 2026-05-26T17:43:28.226Z | Compiling zerovec v0.11.5 |
| 2996 | 2026-05-26T17:43:28.238Z | Compiling zerotrie v0.2.3 |
| 2997 | 2026-05-26T17:43:28.439Z | Compiling clap v4.5.60 |
| 2998 | 2026-05-26T17:43:28.829Z | Compiling tinystr v0.8.2 |
| 2999 | 2026-05-26T17:43:28.957Z | Compiling potential_utf v0.1.4 |
| 3000 | 2026-05-26T17:43:29.093Z | Compiling icu_locale_core v2.1.1 |
| 3001 | 2026-05-26T17:43:29.158Z | Compiling icu_collections v2.1.1 |
| 3002 | 2026-05-26T17:43:29.800Z | Compiling toml_datetime v0.6.11 |
| 3003 | 2026-05-26T17:43:29.892Z | Compiling icu_provider v2.1.1 |
| 3004 | 2026-05-26T17:43:30.017Z | Compiling serde_spanned v0.6.9 |
| 3005 | 2026-05-26T17:43:30.193Z | Compiling icu_normalizer v2.1.1 |
| 3006 | 2026-05-26T17:43:30.206Z | Compiling icu_properties v2.1.2 |
| 3007 | 2026-05-26T17:43:30.217Z | Compiling dof v0.3.0 |
| 3008 | 2026-05-26T17:43:30.316Z | Compiling toml_edit v0.22.27 |
| 3009 | 2026-05-26T17:43:30.591Z | Compiling serde_tokenstream v0.2.3 |
| 3010 | 2026-05-26T17:43:30.810Z | Compiling serde-value v0.7.0 |
| 3011 | 2026-05-26T17:43:30.856Z | Compiling cargo-platform v0.2.0 |
| 3012 | 2026-05-26T17:43:30.873Z | Compiling macaddr v1.0.1 |
| 3013 | 2026-05-26T17:43:31.040Z | Compiling usdt-macro v0.5.0 |
| 3014 | 2026-05-26T17:43:31.059Z | Compiling usdt-attr-macro v0.5.0 |
| 3015 | 2026-05-26T17:43:31.120Z | Compiling idna_adapter v1.2.1 |
| 3016 | 2026-05-26T17:43:31.248Z | Compiling idna v1.1.0 |
| 3017 | 2026-05-26T17:43:31.631Z | Compiling url v2.5.8 |
| 3018 | 2026-05-26T17:43:31.724Z | Compiling usdt v0.5.0 |
| 3019 | 2026-05-26T17:43:31.932Z | Compiling toml v0.8.23 |
| 3020 | 2026-05-26T17:43:32.380Z | Compiling cargo-util-schemas v0.8.2 |
| 3021 | 2026-05-26T17:43:32.398Z | Compiling cargo_toml v0.21.0 |
| 3022 | 2026-05-26T17:43:33.420Z | Compiling cargo_metadata v0.21.0 |
| 3023 | 2026-05-26T17:43:36.443Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3024 | 2026-05-26T17:43:39.476Z | Finished `release` profile [optimized] target(s) in 16.27s |
| 3025 | 2026-05-26T17:43:39.639Z | |
| 3026 | 2026-05-26T17:43:39.639Z | real 16.410271426 |
| 3027 | 2026-05-26T17:43:39.639Z | user 2:20.084643310 |
| 3028 | 2026-05-26T17:43:39.639Z | sys 16.889528070 |
| 3029 | 2026-05-26T17:43:39.642Z | trap 0.101491240 |
| 3030 | 2026-05-26T17:43:39.642Z | tflt 0.471848763 |
| 3031 | 2026-05-26T17:43:39.643Z | dflt 1.309081898 |
| 3032 | 2026-05-26T17:43:39.643Z | kflt 0.000044480 |
| 3033 | 2026-05-26T17:43:39.643Z | lock 5:19.964910130 |
| 3034 | 2026-05-26T17:43:39.643Z | slp 3:27.596052390 |
| 3035 | 2026-05-26T17:43:39.643Z | lat 6.286498845 |
| 3036 | 2026-05-26T17:43:39.643Z | stop 21.555071204 |
| 3037 | 2026-05-26T17:43:39.643Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3038 | 2026-05-26T17:43:39.643Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3039 | 2026-05-26T17:43:39.643Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3040 | 2026-05-26T17:43:39.643Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3041 | 2026-05-26T17:43:39.643Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3042 | 2026-05-26T17:43:40.594Z | Compiling newtype-uuid-macros v0.1.0 |
| 3043 | 2026-05-26T17:43:40.594Z | Compiling regress v0.10.5 |
| 3044 | 2026-05-26T17:43:40.597Z | Compiling structmeta-derive v0.3.0 |
| 3045 | 2026-05-26T17:43:40.597Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3046 | 2026-05-26T17:43:40.740Z | Compiling rustls v0.22.4 |
| 3047 | 2026-05-26T17:43:40.757Z | Compiling rustls-webpki v0.102.8 |
| 3048 | 2026-05-26T17:43:40.760Z | Compiling multer v3.1.0 |
| 3049 | 2026-05-26T17:43:40.760Z | Compiling debug-ignore v1.0.5 |
| 3050 | 2026-05-26T17:43:40.760Z | Compiling match_cfg v0.1.0 |
| 3051 | 2026-05-26T17:43:40.760Z | Compiling compression-core v0.4.31 |
| 3052 | 2026-05-26T17:43:40.760Z | Compiling slog-json v2.6.1 |
| 3053 | 2026-05-26T17:43:40.760Z | Compiling async-stream-impl v0.3.6 |
| 3054 | 2026-05-26T17:43:40.760Z | Compiling serde_spanned v1.0.4 |
| 3055 | 2026-05-26T17:43:40.778Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3056 | 2026-05-26T17:43:40.781Z | Compiling dropshot v0.17.0 |
| 3057 | 2026-05-26T17:43:40.781Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3058 | 2026-05-26T17:43:41.041Z | Compiling compression-codecs v0.4.37 |
| 3059 | 2026-05-26T17:43:41.060Z | Compiling hostname v0.3.1 |
| 3060 | 2026-05-26T17:43:41.063Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3061 | 2026-05-26T17:43:41.118Z | Compiling progenitor-client v0.14.0 |
| 3062 | 2026-05-26T17:43:41.139Z | Compiling itertools v0.14.0 |
| 3063 | 2026-05-26T17:43:41.142Z | Compiling waitgroup v0.1.2 |
| 3064 | 2026-05-26T17:43:41.142Z | Compiling rustls-pemfile v2.2.0 |
| 3065 | 2026-05-26T17:43:41.142Z | Compiling dropshot_endpoint v0.17.0 |
| 3066 | 2026-05-26T17:43:41.197Z | Compiling slog-bunyan v2.5.0 |
| 3067 | 2026-05-26T17:43:41.271Z | Compiling async-compression v0.4.41 |
| 3068 | 2026-05-26T17:43:41.333Z | Compiling hostname v0.4.2 |
| 3069 | 2026-05-26T17:43:41.355Z | Compiling serde_path_to_error v0.1.20 |
| 3070 | 2026-05-26T17:43:41.390Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3071 | 2026-05-26T17:43:41.393Z | Compiling macaddr v1.0.1 |
| 3072 | 2026-05-26T17:43:41.492Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-05-26T17:43:41.495Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3074 | 2026-05-26T17:43:41.530Z | Compiling async-stream v0.3.6 |
| 3075 | 2026-05-26T17:43:41.533Z | Compiling instant v0.1.13 |
| 3076 | 2026-05-26T17:43:41.599Z | Compiling progenitor-client v0.10.0 |
| 3077 | 2026-05-26T17:43:41.617Z | Compiling backon v1.6.0 |
| 3078 | 2026-05-26T17:43:41.652Z | Compiling backoff v0.4.0 |
| 3079 | 2026-05-26T17:43:41.675Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3080 | 2026-05-26T17:43:41.728Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3081 | 2026-05-26T17:43:41.745Z | Compiling humantime v2.3.0 |
| 3082 | 2026-05-26T17:43:41.776Z | Compiling universal-hash v0.5.1 |
| 3083 | 2026-05-26T17:43:41.796Z | Compiling progenitor-extras v0.2.0 |
| 3084 | 2026-05-26T17:43:41.857Z | Compiling unsafe-libyaml v0.2.11 |
| 3085 | 2026-05-26T17:43:41.890Z | Compiling opaque-debug v0.3.1 |
| 3086 | 2026-05-26T17:43:41.932Z | Compiling half v2.7.1 |
| 3087 | 2026-05-26T17:43:41.951Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3088 | 2026-05-26T17:43:41.954Z | Compiling crucible-workspace-hack v0.1.0 |
| 3089 | 2026-05-26T17:43:41.983Z | Compiling ciborium-io v0.2.2 |
| 3090 | 2026-05-26T17:43:42.044Z | Compiling regress v0.11.1 |
| 3091 | 2026-05-26T17:43:42.075Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3092 | 2026-05-26T17:43:42.104Z | Compiling convert_case v0.4.0 |
| 3093 | 2026-05-26T17:43:42.108Z | Compiling aead v0.5.2 |
| 3094 | 2026-05-26T17:43:42.141Z | Compiling structmeta v0.3.0 |
| 3095 | 2026-05-26T17:43:42.162Z | Compiling secrecy v0.10.3 |
| 3096 | 2026-05-26T17:43:42.198Z | Compiling poly1305 v0.8.0 |
| 3097 | 2026-05-26T17:43:42.222Z | Compiling ciborium-ll v0.2.2 |
| 3098 | 2026-05-26T17:43:42.341Z | Compiling chacha20 v0.9.1 |
| 3099 | 2026-05-26T17:43:42.359Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3100 | 2026-05-26T17:43:42.362Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3101 | 2026-05-26T17:43:42.399Z | Compiling derive-ex v0.1.8 |
| 3102 | 2026-05-26T17:43:42.402Z | Compiling parse-display-derive v0.10.0 |
| 3103 | 2026-05-26T17:43:42.443Z | Compiling serde_yaml v0.9.34+deprecated |
| 3104 | 2026-05-26T17:43:42.461Z | Compiling ciborium v0.2.2 |
| 3105 | 2026-05-26T17:43:42.464Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3106 | 2026-05-26T17:43:42.509Z | Compiling derive_more v0.99.20 |
| 3107 | 2026-05-26T17:43:42.636Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3108 | 2026-05-26T17:43:42.656Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3109 | 2026-05-26T17:43:42.673Z | Compiling byte-wrapper v0.1.0 |
| 3110 | 2026-05-26T17:43:42.778Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3111 | 2026-05-26T17:43:42.825Z | Compiling blake2 v0.10.6 |
| 3112 | 2026-05-26T17:43:42.868Z | Compiling password-hash v0.5.0 |
| 3113 | 2026-05-26T17:43:42.995Z | Compiling chacha20poly1305 v0.10.1 |
| 3114 | 2026-05-26T17:43:43.013Z | Compiling indent_write v2.2.0 |
| 3115 | 2026-05-26T17:43:43.033Z | Compiling heapless v0.8.0 |
| 3116 | 2026-05-26T17:43:43.055Z | Compiling ingot-macros v0.1.1 |
| 3117 | 2026-05-26T17:43:43.177Z | Compiling argon2 v0.5.3 |
| 3118 | 2026-05-26T17:43:43.196Z | Compiling tabwriter v1.4.1 |
| 3119 | 2026-05-26T17:43:43.303Z | Compiling tokio-rustls v0.25.0 |
| 3120 | 2026-05-26T17:43:43.402Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3121 | 2026-05-26T17:43:43.451Z | Compiling num-rational v0.4.2 |
| 3122 | 2026-05-26T17:43:43.569Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3123 | 2026-05-26T17:43:43.861Z | Compiling typify-impl v0.6.2 |
| 3124 | 2026-05-26T17:43:43.879Z | Compiling thiserror-no-std v2.0.2 |
| 3125 | 2026-05-26T17:43:43.931Z | Compiling hash32 v0.3.1 |
| 3126 | 2026-05-26T17:43:43.949Z | Compiling num-complex v0.4.6 |
| 3127 | 2026-05-26T17:43:43.997Z | Compiling vsss-rs v3.3.4 |
| 3128 | 2026-05-26T17:43:44.062Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3129 | 2026-05-26T17:43:44.119Z | Compiling smoltcp v0.11.0 |
| 3130 | 2026-05-26T17:43:44.141Z | Compiling test-strategy v0.4.5 |
| 3131 | 2026-05-26T17:43:44.177Z | Compiling parse-display v0.10.0 |
| 3132 | 2026-05-26T17:43:44.328Z | Compiling num v0.4.3 |
| 3133 | 2026-05-26T17:43:44.399Z | Compiling proc-macro-crate v3.4.0 |
| 3134 | 2026-05-26T17:43:44.425Z | Compiling atomicwrites v0.4.4 |
| 3135 | 2026-05-26T17:43:44.488Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3136 | 2026-05-26T17:43:44.505Z | Compiling cobs v0.3.0 |
| 3137 | 2026-05-26T17:43:44.551Z | Compiling float-ord v0.3.2 |
| 3138 | 2026-05-26T17:43:44.613Z | Compiling colored v3.1.1 |
| 3139 | 2026-05-26T17:43:44.638Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3140 | 2026-05-26T17:43:44.693Z | Compiling postcard v1.1.3 |
| 3141 | 2026-05-26T17:43:44.734Z | Compiling proc-macro-error v1.0.4 |
| 3142 | 2026-05-26T17:43:44.828Z | Compiling proc-macro-crate v1.3.1 |
| 3143 | 2026-05-26T17:43:44.873Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3144 | 2026-05-26T17:43:44.969Z | Compiling num_enum_derive v0.7.5 |
| 3145 | 2026-05-26T17:43:44.999Z | Compiling foreign-types-macros v0.2.3 |
| 3146 | 2026-05-26T17:43:45.002Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3147 | 2026-05-26T17:43:45.061Z | Compiling rayon-core v1.13.0 |
| 3148 | 2026-05-26T17:43:45.077Z | Compiling foreign-types-shared v0.3.1 |
| 3149 | 2026-05-26T17:43:45.124Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3150 | 2026-05-26T17:43:45.182Z | Compiling cpufeatures v0.3.0 |
| 3151 | 2026-05-26T17:43:45.273Z | Compiling num_enum_derive v0.5.11 |
| 3152 | 2026-05-26T17:43:45.292Z | Compiling chacha20 v0.10.0 |
| 3153 | 2026-05-26T17:43:45.329Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3154 | 2026-05-26T17:43:45.346Z | Compiling toml v0.8.23 |
| 3155 | 2026-05-26T17:43:45.350Z | Compiling crossbeam-deque v0.8.6 |
| 3156 | 2026-05-26T17:43:45.411Z | Compiling camino-tempfile v1.4.1 |
| 3157 | 2026-05-26T17:43:45.490Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3158 | 2026-05-26T17:43:45.572Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3159 | 2026-05-26T17:43:45.590Z | Compiling cstr-argument v0.1.2 |
| 3160 | 2026-05-26T17:43:45.644Z | Compiling foreign-types v0.5.0 |
| 3161 | 2026-05-26T17:43:45.664Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3162 | 2026-05-26T17:43:45.715Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3163 | 2026-05-26T17:43:45.746Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3164 | 2026-05-26T17:43:45.775Z | Compiling rand v0.10.0 |
| 3165 | 2026-05-26T17:43:45.909Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3166 | 2026-05-26T17:43:45.972Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3167 | 2026-05-26T17:43:46.014Z | Compiling ingot-types v0.1.2 |
| 3168 | 2026-05-26T17:43:46.032Z | Compiling zone_cfg_derive v0.3.1 |
| 3169 | 2026-05-26T17:43:46.051Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3170 | 2026-05-26T17:43:46.089Z | Compiling rayon v1.11.0 |
| 3171 | 2026-05-26T17:43:46.092Z | Compiling num_enum v0.7.5 |
| 3172 | 2026-05-26T17:43:46.125Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3173 | 2026-05-26T17:43:46.215Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3174 | 2026-05-26T17:43:46.245Z | Compiling itertools v0.12.1 |
| 3175 | 2026-05-26T17:43:46.275Z | Compiling num-derive v0.4.2 |
| 3176 | 2026-05-26T17:43:46.293Z | Compiling sigpipe v0.1.3 |
| 3177 | 2026-05-26T17:43:46.312Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3178 | 2026-05-26T17:43:46.355Z | Compiling prettyplease v0.2.37 |
| 3179 | 2026-05-26T17:43:46.374Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3180 | 2026-05-26T17:43:46.395Z | Compiling num_enum v0.5.11 |
| 3181 | 2026-05-26T17:43:46.415Z | Compiling ingot v0.1.1 |
| 3182 | 2026-05-26T17:43:46.473Z | Compiling glob v0.3.3 |
| 3183 | 2026-05-26T17:43:46.546Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3184 | 2026-05-26T17:43:46.595Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3185 | 2026-05-26T17:43:46.652Z | Compiling smf v0.2.3 |
| 3186 | 2026-05-26T17:43:46.670Z | Compiling whoami v1.6.1 |
| 3187 | 2026-05-26T17:43:46.726Z | Compiling usdt-attr-macro v0.5.0 |
| 3188 | 2026-05-26T17:43:46.910Z | Compiling usdt-macro v0.5.0 |
| 3189 | 2026-05-26T17:43:46.954Z | Compiling gethostname v0.5.0 |
| 3190 | 2026-05-26T17:43:47.031Z | Compiling memmap v0.7.0 |
| 3191 | 2026-05-26T17:43:47.097Z | Compiling derive-where v1.6.0 |
| 3192 | 2026-05-26T17:43:47.190Z | Compiling progenitor-client v0.13.0 |
| 3193 | 2026-05-26T17:43:47.254Z | Compiling resolv-conf v0.7.6 |
| 3194 | 2026-05-26T17:43:47.271Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3195 | 2026-05-26T17:43:47.321Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3196 | 2026-05-26T17:43:47.441Z | Compiling zone v0.3.1 |
| 3197 | 2026-05-26T17:43:47.529Z | Compiling owo-colors v4.3.0 |
| 3198 | 2026-05-26T17:43:47.549Z | Compiling cancel-safe-futures v0.1.5 |
| 3199 | 2026-05-26T17:43:47.641Z | Compiling libsw-core v0.3.2 |
| 3200 | 2026-05-26T17:43:47.659Z | Compiling console v0.15.11 |
| 3201 | 2026-05-26T17:43:47.715Z | Compiling usdt v0.5.0 |
| 3202 | 2026-05-26T17:43:47.734Z | Compiling hickory-proto v0.24.4 |
| 3203 | 2026-05-26T17:43:47.802Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3204 | 2026-05-26T17:43:47.935Z | Compiling libsw v3.5.0 |
| 3205 | 2026-05-26T17:43:47.976Z | Compiling newline-converter v0.3.0 |
| 3206 | 2026-05-26T17:43:48.026Z | Compiling linked-hash-map v0.5.6 |
| 3207 | 2026-05-26T17:43:48.045Z | Compiling libefi-sys v0.1.0 |
| 3208 | 2026-05-26T17:43:48.121Z | Compiling linear-map v1.2.0 |
| 3209 | 2026-05-26T17:43:48.141Z | Compiling expectorate v1.2.0 |
| 3210 | 2026-05-26T17:43:48.159Z | Compiling git-stub v1.0.0 |
| 3211 | 2026-05-26T17:43:48.206Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3212 | 2026-05-26T17:43:48.240Z | Compiling lru-cache v0.1.2 |
| 3213 | 2026-05-26T17:43:48.274Z | Compiling bitfield-struct v0.6.2 |
| 3214 | 2026-05-26T17:43:48.316Z | Compiling semver v0.1.20 |
| 3215 | 2026-05-26T17:43:48.338Z | Compiling git-stub-vcs v0.1.0 |
| 3216 | 2026-05-26T17:43:48.389Z | Compiling tokio-dtrace v0.1.1 |
| 3217 | 2026-05-26T17:43:48.407Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3218 | 2026-05-26T17:43:48.410Z | Compiling typify-macro v0.6.2 |
| 3219 | 2026-05-26T17:43:48.443Z | Compiling slog-dtrace v0.3.0 |
| 3220 | 2026-05-26T17:43:48.463Z | Compiling minimal-lexical v0.2.1 |
| 3221 | 2026-05-26T17:43:48.489Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3222 | 2026-05-26T17:43:48.587Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3223 | 2026-05-26T17:43:48.605Z | Compiling rustc_version v0.1.7 |
| 3224 | 2026-05-26T17:43:48.633Z | Compiling oxide-tokio-rt v0.1.4 |
| 3225 | 2026-05-26T17:43:48.692Z | Compiling nom v7.1.3 |
| 3226 | 2026-05-26T17:43:48.714Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3227 | 2026-05-26T17:43:48.736Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-05-26T17:43:48.752Z | Compiling typify-impl v0.4.3 |
| 3229 | 2026-05-26T17:43:48.768Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3230 | 2026-05-26T17:43:48.772Z | Compiling phf_shared v0.12.1 |
| 3231 | 2026-05-26T17:43:48.869Z | Compiling newtype_derive v0.1.6 |
| 3232 | 2026-05-26T17:43:48.957Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3233 | 2026-05-26T17:43:48.974Z | Compiling csv-core v0.1.13 |
| 3234 | 2026-05-26T17:43:48.993Z | Compiling chrono-tz v0.10.4 |
| 3235 | 2026-05-26T17:43:48.997Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3236 | 2026-05-26T17:43:49.052Z | Compiling highway v1.3.0 |
| 3237 | 2026-05-26T17:43:49.092Z | Compiling xshell-macros v0.2.7 |
| 3238 | 2026-05-26T17:43:49.264Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3239 | 2026-05-26T17:43:49.354Z | Compiling csv v1.4.0 |
| 3240 | 2026-05-26T17:43:49.389Z | Compiling const_format_proc_macros v0.2.34 |
| 3241 | 2026-05-26T17:43:49.406Z | Compiling phf v0.12.1 |
| 3242 | 2026-05-26T17:43:49.461Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3243 | 2026-05-26T17:43:49.516Z | Compiling xshell v0.2.7 |
| 3244 | 2026-05-26T17:43:49.585Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3245 | 2026-05-26T17:43:49.680Z | Compiling primeorder v0.13.6 |
| 3246 | 2026-05-26T17:43:49.785Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3247 | 2026-05-26T17:43:49.931Z | Compiling hickory-resolver v0.24.4 |
| 3248 | 2026-05-26T17:43:50.050Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3249 | 2026-05-26T17:43:50.069Z | Compiling tabled_derive v0.7.0 |
| 3250 | 2026-05-26T17:43:50.090Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3251 | 2026-05-26T17:43:50.109Z | Compiling bcs v0.1.6 |
| 3252 | 2026-05-26T17:43:50.255Z | Compiling termtree v0.5.1 |
| 3253 | 2026-05-26T17:43:50.274Z | Compiling const_format v0.2.35 |
| 3254 | 2026-05-26T17:43:50.290Z | Compiling typify v0.6.2 |
| 3255 | 2026-05-26T17:43:50.433Z | Compiling progenitor-impl v0.14.0 |
| 3256 | 2026-05-26T17:43:50.450Z | Compiling progenitor-impl v0.13.0 |
| 3257 | 2026-05-26T17:43:50.466Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3258 | 2026-05-26T17:43:50.623Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3259 | 2026-05-26T17:43:50.626Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3260 | 2026-05-26T17:43:50.659Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-05-26T17:43:50.684Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3262 | 2026-05-26T17:43:50.979Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3263 | 2026-05-26T17:43:50.982Z | Compiling qorb v0.4.1 |
| 3264 | 2026-05-26T17:43:51.016Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3265 | 2026-05-26T17:43:51.149Z | Compiling tagptr v0.2.0 |
| 3266 | 2026-05-26T17:43:51.279Z | Compiling salty v0.3.0 |
| 3267 | 2026-05-26T17:43:51.325Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3268 | 2026-05-26T17:43:51.536Z | Compiling textwrap v0.16.2 |
| 3269 | 2026-05-26T17:43:51.580Z | Compiling moka v0.12.13 |
| 3270 | 2026-05-26T17:43:51.624Z | Compiling tabled v0.15.0 |
| 3271 | 2026-05-26T17:43:52.006Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3272 | 2026-05-26T17:43:52.123Z | Compiling steno v0.4.1 |
| 3273 | 2026-05-26T17:43:52.237Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3274 | 2026-05-26T17:43:52.260Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3275 | 2026-05-26T17:43:52.284Z | Compiling radium v0.7.0 |
| 3276 | 2026-05-26T17:43:52.426Z | Compiling base64 v0.21.7 |
| 3277 | 2026-05-26T17:43:52.462Z | Compiling hickory-resolver v0.25.2 |
| 3278 | 2026-05-26T17:43:52.500Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3279 | 2026-05-26T17:43:52.589Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3280 | 2026-05-26T17:43:52.789Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3281 | 2026-05-26T17:43:52.853Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3282 | 2026-05-26T17:43:52.935Z | Compiling p384 v0.13.1 |
| 3283 | 2026-05-26T17:43:52.959Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3284 | 2026-05-26T17:43:53.076Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3285 | 2026-05-26T17:43:53.130Z | Compiling maybe-uninit v2.0.0 |
| 3286 | 2026-05-26T17:43:53.187Z | Compiling progenitor-macro v0.14.0 |
| 3287 | 2026-05-26T17:43:53.215Z | Compiling progenitor-macro v0.13.0 |
| 3288 | 2026-05-26T17:43:53.304Z | Compiling typify-macro v0.4.3 |
| 3289 | 2026-05-26T17:43:53.463Z | Compiling tap v1.0.1 |
| 3290 | 2026-05-26T17:43:53.546Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3291 | 2026-05-26T17:43:53.617Z | Compiling wyz v0.5.1 |
| 3292 | 2026-05-26T17:43:53.653Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3293 | 2026-05-26T17:43:53.802Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3294 | 2026-05-26T17:43:53.847Z | Compiling parking_lot_core v0.8.6 |
| 3295 | 2026-05-26T17:43:54.024Z | Compiling funty v2.0.0 |
| 3296 | 2026-05-26T17:43:54.108Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3297 | 2026-05-26T17:43:54.132Z | Compiling utf-8 v0.7.6 |
| 3298 | 2026-05-26T17:43:54.236Z | Compiling packed_struct v0.10.1 |
| 3299 | 2026-05-26T17:43:54.291Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3300 | 2026-05-26T17:43:54.359Z | Compiling tungstenite v0.21.0 |
| 3301 | 2026-05-26T17:43:54.385Z | Compiling bitvec v1.0.1 |
| 3302 | 2026-05-26T17:43:54.403Z | Compiling proc-macro-error2 v2.0.1 |
| 3303 | 2026-05-26T17:43:54.570Z | Compiling polyval v0.6.2 |
| 3304 | 2026-05-26T17:43:54.588Z | Compiling packed_struct_codegen v0.10.1 |
| 3305 | 2026-05-26T17:43:54.625Z | Compiling num-derive v0.3.3 |
| 3306 | 2026-05-26T17:43:54.645Z | Compiling zerocopy-derive v0.6.6 |
| 3307 | 2026-05-26T17:43:54.732Z | Compiling bitfield-macros v0.19.4 |
| 3308 | 2026-05-26T17:43:54.749Z | Compiling indexmap v1.9.3 |
| 3309 | 2026-05-26T17:43:54.831Z | Compiling crc-catalog v2.4.0 |
| 3310 | 2026-05-26T17:43:54.958Z | Compiling nodrop v0.1.14 |
| 3311 | 2026-05-26T17:43:54.980Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3312 | 2026-05-26T17:43:54.997Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3313 | 2026-05-26T17:43:55.086Z | Compiling array-init v0.0.4 |
| 3314 | 2026-05-26T17:43:55.106Z | Compiling typify v0.4.3 |
| 3315 | 2026-05-26T17:43:55.198Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3316 | 2026-05-26T17:43:55.224Z | Compiling progenitor-impl v0.11.2 |
| 3317 | 2026-05-26T17:43:55.300Z | Compiling crc v3.4.0 |
| 3318 | 2026-05-26T17:43:55.326Z | Compiling tokio-tungstenite v0.21.0 |
| 3319 | 2026-05-26T17:43:55.463Z | Compiling tabled_derive v0.11.0 |
| 3320 | 2026-05-26T17:43:55.504Z | Compiling bitfield v0.19.4 |
| 3321 | 2026-05-26T17:43:55.537Z | Compiling ghash v0.5.1 |
| 3322 | 2026-05-26T17:43:55.555Z | Compiling zerocopy v0.6.6 |
| 3323 | 2026-05-26T17:43:55.582Z | Compiling libscf-sys v1.1.0 |
| 3324 | 2026-05-26T17:43:55.689Z | Compiling smallvec v0.6.14 |
| 3325 | 2026-05-26T17:43:55.826Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-05-26T17:43:55.847Z | Compiling papergrid v0.17.0 |
| 3327 | 2026-05-26T17:43:55.919Z | Compiling testing_table v0.3.0 |
| 3328 | 2026-05-26T17:43:55.937Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3329 | 2026-05-26T17:43:55.964Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3330 | 2026-05-26T17:43:56.042Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3331 | 2026-05-26T17:43:56.109Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3332 | 2026-05-26T17:43:56.157Z | Compiling ctr v0.9.2 |
| 3333 | 2026-05-26T17:43:56.206Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3334 | 2026-05-26T17:43:56.353Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3335 | 2026-05-26T17:43:56.390Z | Compiling corncobs v0.1.4 |
| 3336 | 2026-05-26T17:43:56.410Z | Compiling hashbrown v0.12.3 |
| 3337 | 2026-05-26T17:43:56.517Z | Compiling unicase v2.9.0 |
| 3338 | 2026-05-26T17:43:56.550Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3339 | 2026-05-26T17:43:56.601Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-05-26T17:43:56.704Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3341 | 2026-05-26T17:43:56.723Z | Compiling aes-gcm v0.10.3 |
| 3342 | 2026-05-26T17:43:56.743Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3343 | 2026-05-26T17:43:56.760Z | Compiling mime_guess v2.0.5 |
| 3344 | 2026-05-26T17:43:56.804Z | Compiling tabled v0.20.0 |
| 3345 | 2026-05-26T17:43:56.959Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3346 | 2026-05-26T17:43:57.082Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3347 | 2026-05-26T17:43:57.101Z | Compiling parking_lot v0.11.2 |
| 3348 | 2026-05-26T17:43:57.165Z | Compiling serde-hex v0.1.0 |
| 3349 | 2026-05-26T17:43:57.389Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3350 | 2026-05-26T17:43:57.407Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3351 | 2026-05-26T17:43:57.617Z | Compiling progenitor-impl v0.10.0 |
| 3352 | 2026-05-26T17:43:57.646Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3353 | 2026-05-26T17:43:57.729Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3354 | 2026-05-26T17:43:57.761Z | Compiling ron v0.8.1 |
| 3355 | 2026-05-26T17:43:57.808Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3356 | 2026-05-26T17:43:57.834Z | Compiling hashbrown v0.13.2 |
| 3357 | 2026-05-26T17:43:58.047Z | Compiling progenitor-macro v0.11.2 |
| 3358 | 2026-05-26T17:43:58.277Z | Compiling progenitor v0.14.0 |
| 3359 | 2026-05-26T17:43:58.309Z | Compiling progenitor-client v0.11.2 |
| 3360 | 2026-05-26T17:43:58.332Z | Compiling progenitor v0.13.0 |
| 3361 | 2026-05-26T17:43:58.366Z | Compiling prefix-trie v0.7.0 |
| 3362 | 2026-05-26T17:43:58.467Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3363 | 2026-05-26T17:43:58.519Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3364 | 2026-05-26T17:43:58.646Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3365 | 2026-05-26T17:43:58.670Z | Compiling blowfish v0.9.1 |
| 3366 | 2026-05-26T17:43:58.784Z | Compiling ssh-encoding v0.2.0 |
| 3367 | 2026-05-26T17:43:58.804Z | Compiling fxhash v0.2.1 |
| 3368 | 2026-05-26T17:43:58.950Z | Compiling secrecy v0.8.0 |
| 3369 | 2026-05-26T17:43:58.953Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3370 | 2026-05-26T17:43:58.987Z | Compiling crc-any v2.5.0 |
| 3371 | 2026-05-26T17:43:59.134Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3372 | 2026-05-26T17:43:59.160Z | Compiling ssh-cipher v0.2.0 |
| 3373 | 2026-05-26T17:43:59.227Z | Compiling sled v0.34.7 |
| 3374 | 2026-05-26T17:43:59.257Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3375 | 2026-05-26T17:43:59.326Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3376 | 2026-05-26T17:43:59.444Z | Compiling hickory-server v0.25.2 |
| 3377 | 2026-05-26T17:43:59.470Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3378 | 2026-05-26T17:43:59.643Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3379 | 2026-05-26T17:43:59.813Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3380 | 2026-05-26T17:44:00.149Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3381 | 2026-05-26T17:44:00.185Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3382 | 2026-05-26T17:44:00.290Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3383 | 2026-05-26T17:44:00.308Z | Compiling progenitor-macro v0.10.0 |
| 3384 | 2026-05-26T17:44:00.606Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3385 | 2026-05-26T17:44:01.060Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3386 | 2026-05-26T17:44:01.247Z | Compiling object v0.30.4 |
| 3387 | 2026-05-26T17:44:01.409Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3388 | 2026-05-26T17:44:01.428Z | Compiling password-hash v0.4.2 |
| 3389 | 2026-05-26T17:44:01.545Z | Compiling half v1.8.3 |
| 3390 | 2026-05-26T17:44:01.680Z | Compiling crc8 v0.1.1 |
| 3391 | 2026-05-26T17:44:01.724Z | Compiling http-range v0.1.5 |
| 3392 | 2026-05-26T17:44:01.844Z | Compiling path-slash v0.1.5 |
| 3393 | 2026-05-26T17:44:01.916Z | Compiling serde_cbor v0.11.2 |
| 3394 | 2026-05-26T17:44:02.010Z | Compiling pbkdf2 v0.11.0 |
| 3395 | 2026-05-26T17:44:02.063Z | Compiling illumos-nvpair v0.3.0 |
| 3396 | 2026-05-26T17:44:02.274Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3397 | 2026-05-26T17:44:02.344Z | Compiling ssh-key v0.6.7 |
| 3398 | 2026-05-26T17:44:02.550Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3399 | 2026-05-26T17:44:02.618Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3400 | 2026-05-26T17:44:02.657Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3401 | 2026-05-26T17:44:02.962Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3402 | 2026-05-26T17:44:03.045Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3403 | 2026-05-26T17:44:03.095Z | Compiling progenitor v0.11.2 |
| 3404 | 2026-05-26T17:44:03.291Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3405 | 2026-05-26T17:44:03.310Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3406 | 2026-05-26T17:44:03.531Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3407 | 2026-05-26T17:44:03.572Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3408 | 2026-05-26T17:44:03.590Z | Compiling p521 v0.13.3 |
| 3409 | 2026-05-26T17:44:03.688Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3410 | 2026-05-26T17:44:03.744Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3411 | 2026-05-26T17:44:03.888Z | Compiling p256 v0.13.2 |
| 3412 | 2026-05-26T17:44:04.047Z | Compiling yasna v0.5.2 |
| 3413 | 2026-05-26T17:44:04.106Z | Compiling kstat-rs v0.2.4 |
| 3414 | 2026-05-26T17:44:04.274Z | Compiling headers-core v0.3.0 |
| 3415 | 2026-05-26T17:44:04.294Z | Compiling nanorand v0.7.0 |
| 3416 | 2026-05-26T17:44:04.313Z | Compiling russh-cryptovec v0.7.3 |
| 3417 | 2026-05-26T17:44:04.393Z | Compiling atty v0.2.14 |
| 3418 | 2026-05-26T17:44:04.424Z | Compiling md5 v0.7.0 |
| 3419 | 2026-05-26T17:44:04.442Z | Compiling home v0.5.12 |
| 3420 | 2026-05-26T17:44:04.445Z | Compiling headers v0.4.1 |
| 3421 | 2026-05-26T17:44:04.532Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3422 | 2026-05-26T17:44:04.551Z | Compiling flume v0.11.1 |
| 3423 | 2026-05-26T17:44:04.576Z | Compiling rcgen v0.12.1 |
| 3424 | 2026-05-26T17:44:04.617Z | Compiling russh-keys v0.45.0 |
| 3425 | 2026-05-26T17:44:04.633Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3426 | 2026-05-26T17:44:04.662Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3427 | 2026-05-26T17:44:04.734Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3428 | 2026-05-26T17:44:04.793Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3429 | 2026-05-26T17:44:04.901Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3430 | 2026-05-26T17:44:05.149Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3431 | 2026-05-26T17:44:05.261Z | Compiling hyper-staticfile v0.10.1 |
| 3432 | 2026-05-26T17:44:05.285Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3433 | 2026-05-26T17:44:05.341Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3434 | 2026-05-26T17:44:05.372Z | Compiling progenitor v0.10.0 |
| 3435 | 2026-05-26T17:44:05.475Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3436 | 2026-05-26T17:44:05.558Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3437 | 2026-05-26T17:44:05.576Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3438 | 2026-05-26T17:44:05.690Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3439 | 2026-05-26T17:44:05.761Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3440 | 2026-05-26T17:44:05.804Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3441 | 2026-05-26T17:44:05.907Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3442 | 2026-05-26T17:44:05.996Z | Compiling num-bigint v0.4.6 |
| 3443 | 2026-05-26T17:44:06.043Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3444 | 2026-05-26T17:44:06.148Z | Compiling des v0.8.1 |
| 3445 | 2026-05-26T17:44:06.238Z | Compiling subprocess v0.2.15 |
| 3446 | 2026-05-26T17:44:06.258Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-05-26T17:44:06.286Z | Compiling hex-literal v0.4.1 |
| 3448 | 2026-05-26T17:44:06.306Z | Compiling display-error-chain v0.2.2 |
| 3449 | 2026-05-26T17:44:06.356Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3450 | 2026-05-26T17:44:06.374Z | Compiling colored v2.2.0 |
| 3451 | 2026-05-26T17:44:06.429Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3452 | 2026-05-26T17:44:06.473Z | Compiling socket2 v0.5.10 |
| 3453 | 2026-05-26T17:44:06.607Z | Compiling internet-checksum v0.2.1 |
| 3454 | 2026-05-26T17:44:06.704Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3455 | 2026-05-26T17:44:07.043Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3456 | 2026-05-26T17:44:07.142Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3457 | 2026-05-26T17:44:07.282Z | Compiling russh v0.45.0 |
| 3458 | 2026-05-26T17:44:09.631Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3459 | 2026-05-26T17:44:09.669Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3460 | 2026-05-26T17:44:10.314Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3461 | 2026-05-26T17:44:10.781Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3462 | 2026-05-26T17:44:12.625Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-05-26T17:44:20.503Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3464 | 2026-05-26T17:44:20.503Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3465 | 2026-05-26T17:44:20.506Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-05-26T17:44:20.506Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-05-26T17:44:22.232Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3468 | 2026-05-26T17:44:22.282Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3469 | 2026-05-26T17:44:26.323Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-05-26T17:45:05.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3471 | 2026-05-26T17:45:05.748Z | |
| 3472 | 2026-05-26T17:45:05.748Z | real 1:26.042191262 |
| 3473 | 2026-05-26T17:45:05.749Z | user 8:08.831559061 |
| 3474 | 2026-05-26T17:45:05.749Z | sys 1:43.003388686 |
| 3475 | 2026-05-26T17:45:05.749Z | trap 0.254681500 |
| 3476 | 2026-05-26T17:45:05.749Z | tflt 0.550019331 |
| 3477 | 2026-05-26T17:45:05.749Z | dflt 1.425831273 |
| 3478 | 2026-05-26T17:45:05.749Z | kflt 0.000147900 |
| 3479 | 2026-05-26T17:45:05.752Z | lock 29:11.664160250 |
| 3480 | 2026-05-26T17:45:05.752Z | slp 18:47.195175078 |
| 3481 | 2026-05-26T17:45:05.752Z | lat 41.185469112 |
| 3482 | 2026-05-26T17:45:05.752Z | stop 3:04.977918533 |
| 3483 | 2026-05-26T17:45:05.752Z | + mkdir tests |
| 3484 | 2026-05-26T17:45:05.755Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-05-26T17:45:05.755Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-05-26T17:45:05.779Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-df12fef08e305069 tests/ |
| 3487 | 2026-05-26T17:45:05.808Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2fa86fd108fc898f tests/ |
| 3488 | 2026-05-26T17:45:05.835Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7b08086e51cbf95e tests/ |
| 3489 | 2026-05-26T17:45:05.863Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8338fa9a00d90fb tests/ |
| 3490 | 2026-05-26T17:45:06.094Z | + 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) |
| 3491 | 2026-05-26T17:45:06.098Z | + 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-2fa86fd108fc898f tests/commtest-7b08086e51cbf95e tests/dhcp_server-df12fef08e305069 tests/end_to_end_tests-f8338fa9a00d90fb 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 |
| 3492 | 2026-05-26T17:46:24.920Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-05-26T17:46:24.920Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-05-26T17:46:24.920Z | a out/target/test 1K |
| 3495 | 2026-05-26T17:46:24.920Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-05-26T17:46:24.920Z | a package-manifest.toml 35K |
| 3497 | 2026-05-26T17:46:24.920Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-05-26T17:46:24.920Z | a target/release/omicron-package 46003K |
| 3499 | 2026-05-26T17:46:24.920Z | a target/release/xtask 11449K |
| 3500 | 2026-05-26T17:46:24.920Z | a target/debug/bootstrap 352721K |
| 3501 | 2026-05-26T17:46:24.920Z | a tests/bootstrap-2fa86fd108fc898f 31215K |
| 3502 | 2026-05-26T17:46:24.920Z | a tests/commtest-7b08086e51cbf95e 32300K |
| 3503 | 2026-05-26T17:46:24.920Z | a tests/dhcp_server-df12fef08e305069 31215K |
| 3504 | 2026-05-26T17:46:24.920Z | a tests/end_to_end_tests-f8338fa9a00d90fb 394506K |
| 3505 | 2026-05-26T17:46:24.920Z | a tools/opte_version 1K |
| 3506 | 2026-05-26T17:46:24.920Z | a tools/opte_version_override 2K |
| 3507 | 2026-05-26T17:46:24.920Z | a out/clickhouse.tar.gz 319712K |
| 3508 | 2026-05-26T17:46:24.920Z | a out/clickhouse_keeper.tar.gz 305055K |
| 3509 | 2026-05-26T17:46:24.920Z | a out/clickhouse_server.tar.gz 319710K |
| 3510 | 2026-05-26T17:46:24.920Z | a out/cockroachdb.tar.gz 165202K |
| 3511 | 2026-05-26T17:46:24.920Z | a out/crucible-pantry-zone.tar.gz 44215K |
| 3512 | 2026-05-26T17:46:24.920Z | a out/crucible-utils.tar 17744K |
| 3513 | 2026-05-26T17:46:24.920Z | a out/crucible-zone.tar.gz 58353K |
| 3514 | 2026-05-26T17:46:24.920Z | a out/external-dns.tar.gz 50377K |
| 3515 | 2026-05-26T17:46:24.920Z | a out/internal-dns.tar.gz 50376K |
| 3516 | 2026-05-26T17:46:24.921Z | a out/mg-ddm-gz.tar 95141K |
| 3517 | 2026-05-26T17:46:24.921Z | a out/nexus.tar.gz 220666K |
| 3518 | 2026-05-26T17:46:24.921Z | a out/ntp.tar.gz 32184K |
| 3519 | 2026-05-26T17:46:24.921Z | a out/omicron-gateway-softnpu.tar.gz 29633K |
| 3520 | 2026-05-26T17:46:24.921Z | a out/omicron-sled-agent.tar 204643K |
| 3521 | 2026-05-26T17:46:24.921Z | a out/overlay.tar.gz 3K |
| 3522 | 2026-05-26T17:46:24.921Z | a out/oximeter.tar.gz 67453K |
| 3523 | 2026-05-26T17:46:24.921Z | a out/oxlog.tar 3782K |
| 3524 | 2026-05-26T17:46:24.921Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-05-26T17:46:24.921Z | a out/propolis-server.tar.gz 38727K |
| 3526 | 2026-05-26T17:46:24.921Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-05-26T17:46:24.921Z | a out/switch-softnpu.tar.gz 397588K |
| 3528 | 2026-05-26T17:46:24.927Z | |
| 3529 | 2026-05-26T17:46:24.928Z | real 1:18.822780699 |
| 3530 | 2026-05-26T17:46:24.928Z | user 1:16.229159932 |
| 3531 | 2026-05-26T17:46:24.928Z | sys 4.289417962 |
| 3532 | 2026-05-26T17:46:24.928Z | trap 0.006233872 |
| 3533 | 2026-05-26T17:46:24.928Z | tflt 0.000000000 |
| 3534 | 2026-05-26T17:46:24.928Z | dflt 0.000000000 |
| 3535 | 2026-05-26T17:46:24.928Z | kflt 0.000000000 |
| 3536 | 2026-05-26T17:46:24.928Z | lock 0.000000000 |
| 3537 | 2026-05-26T17:46:24.928Z | slp 1:16.172036001 |
| 3538 | 2026-05-26T17:46:24.928Z | lat 0.943618695 |
| 3539 | 2026-05-26T17:46:24.928Z | stop 0.000186180 |
| 3540 | 2026-05-26T17:46:24.928Z | process exited: duration 939148 ms, exit code 0 |
| |
| 3541 | 2026-05-26T17:46:24.989Z | found 1 output files |
| 3542 | 2026-05-26T17:46:24.996Z | uploading: /work/package.tar.gz (2448567378 bytes) |
| 3543 | 2026-05-26T17:46:54.068Z | uploaded: /work/package.tar.gz |