|
|
|
| 1 | 2026-05-07T00:30:33.519Z | job assigned to worker 01KQZXE708X97AJQQ5TBWY2MYB [factory aws, i-0b35915fddfbfdc4e] (queued for 1 m 0 s) |
| |
| 2 | 2026-05-07T00:30:40.630Z | starting task 0: "setup" |
| 3 | 2026-05-07T00:30:40.634Z | ++ uname -s |
| 4 | 2026-05-07T00:30:40.637Z | + kern=SunOS |
| 5 | 2026-05-07T00:30:40.637Z | + build_user=build |
| 6 | 2026-05-07T00:30:40.637Z | + build_uid=12345 |
| 7 | 2026-05-07T00:30:40.637Z | + work_dir=/work |
| 8 | 2026-05-07T00:30:40.637Z | + input_dir=/input |
| 9 | 2026-05-07T00:30:40.637Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-07T00:30:40.637Z | + case "$kern" in |
| 11 | 2026-05-07T00:30:40.637Z | + groupadd -g 12345 build |
| 12 | 2026-05-07T00:30:40.640Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-07T00:30:42.647Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-07T00:30:42.777Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-07T00:30:42.784Z | + home_fs=zfs |
| 16 | 2026-05-07T00:30:42.784Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-07T00:30:42.784Z | + mkdir -p /home/build |
| 18 | 2026-05-07T00:30:42.784Z | + chown build:build /home/build /work |
| 19 | 2026-05-07T00:30:44.782Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-07T00:30:44.785Z | process exited: duration 4159 ms, exit code 0 |
| |
| 21 | 2026-05-07T00:30:44.793Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-07T00:30:44.799Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-07T00:30:44.799Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-07T00:30:44.799Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-07T00:30:44.799Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-07T00:30:44.799Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-07T00:30:44.799Z | * rust toolchain profile = "default" |
| 28 | 2026-05-07T00:30:44.803Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-07T00:30:44.803Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-07T00:30:44.888Z | info: downloading installer |
| 31 | 2026-05-07T00:30:46.702Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-07T00:30:46.702Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-07T00:30:46.702Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-07T00:30:46.702Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-07T00:30:46.714Z | info: profile set to default |
| 36 | 2026-05-07T00:30:46.714Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-07T00:30:46.717Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-07T00:30:46.892Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-07T00:30:46.895Z | info: downloading 6 components |
| 40 | 2026-05-07T00:31:01.349Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-07T00:31:01.349Z | |
| 42 | 2026-05-07T00:31:01.379Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-07T00:31:01.379Z | |
| 44 | 2026-05-07T00:31:01.379Z | |
| 45 | 2026-05-07T00:31:01.379Z | Rust is installed now. Great! |
| 46 | 2026-05-07T00:31:01.380Z | |
| 47 | 2026-05-07T00:31:01.380Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-07T00:31:01.380Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-07T00:31:01.380Z | |
| 50 | 2026-05-07T00:31:01.380Z | To configure your current shell, you need to source |
| 51 | 2026-05-07T00:31:01.380Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-07T00:31:01.380Z | |
| 53 | 2026-05-07T00:31:01.380Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-07T00:31:01.380Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-07T00:31:01.380Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-07T00:31:01.380Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-07T00:31:01.380Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-07T00:31:01.380Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-07T00:31:01.380Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-07T00:31:01.383Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-07T00:31:01.383Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-07T00:31:01.471Z | + rustup --version |
| 63 | 2026-05-07T00:31:01.476Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-07T00:31:01.476Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-07T00:31:01.497Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-07T00:31:01.500Z | + cargo --version |
| 67 | 2026-05-07T00:31:01.508Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-07T00:31:01.511Z | + rustc --version |
| 69 | 2026-05-07T00:31:01.529Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-07T00:31:01.532Z | process exited: duration 16737 ms, exit code 0 |
| |
| 71 | 2026-05-07T00:31:01.539Z | starting task 2: "authentication" |
| 72 | 2026-05-07T00:31:01.557Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-07T00:31:01.564Z | starting task 3: "clone repository" |
| 74 | 2026-05-07T00:31:01.569Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-07T00:31:01.572Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-07T00:31:01.620Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-07T00:31:11.074Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-07T00:31:11.074Z | + git fetch origin f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5 |
| 79 | 2026-05-07T00:31:11.495Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-07T00:31:11.495Z | * branch f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5 -> FETCH_HEAD |
| 81 | 2026-05-07T00:31:11.506Z | + [[ -n '' ]] |
| 82 | 2026-05-07T00:31:11.506Z | + git reset --hard f5f6471e6ed2ef64e1fc76a11bdefc14d9d99ad5 |
| 83 | 2026-05-07T00:31:11.738Z | HEAD is now at f5f6471e6 update tests, add a separate test for noop conversion |
| 84 | 2026-05-07T00:31:11.741Z | process exited: duration 10176 ms, exit code 0 |
| |
| 85 | 2026-05-07T00:31:11.748Z | starting task 4: "build" |
| 86 | 2026-05-07T00:31:11.754Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-07T00:31:11.754Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-07T00:31:11.754Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-07T00:31:11.754Z | + cargo --version |
| 90 | 2026-05-07T00:31:11.765Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-07T00:31:11.768Z | + rustc --version |
| 92 | 2026-05-07T00:31:11.788Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-07T00:31:11.792Z | + WORK=/work |
| 94 | 2026-05-07T00:31:11.792Z | + pfexec mkdir -p /work |
| 95 | 2026-05-07T00:31:11.797Z | + pfexec chown build /work |
| 96 | 2026-05-07T00:31:11.801Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-05-07T00:31:13.769Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-05-07T00:31:13.835Z | Startup: Caching catalogs ... Done |
| 99 | 2026-05-07T00:31:14.008Z | Planning: Solver setup ... Done (0.139s) |
| 100 | 2026-05-07T00:31:14.019Z | Planning: Running solver ... Done (0.011s) |
| 101 | 2026-05-07T00:31:14.023Z | Planning: Finding local manifests ... Done (0.002s) |
| 102 | 2026-05-07T00:31:14.033Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-05-07T00:31:14.053Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-05-07T00:31:14.068Z | Planning: Package planning ... Done (0.015s) |
| 105 | 2026-05-07T00:31:14.071Z | Planning: Merging actions ... Done (0.001s) |
| 106 | 2026-05-07T00:31:14.315Z | Planning: Checking for conflicting actions ... Done (0.245s) |
| 107 | 2026-05-07T00:31:14.318Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-05-07T00:31:15.542Z | Planning: Evaluating mediators ... Done (1.225s) |
| 109 | 2026-05-07T00:31:15.545Z | Planning: Planning completed in 1.69 seconds |
| 110 | 2026-05-07T00:31:15.551Z | Packages to install: 2 |
| 111 | 2026-05-07T00:31:15.551Z | Estimated space available: 156.08 GB |
| 112 | 2026-05-07T00:31:15.551Z | Estimated space to be consumed: 16.39 MB |
| 113 | 2026-05-07T00:31:15.551Z | Create boot environment: No |
| 114 | 2026-05-07T00:31:15.551Z | Create backup boot environment: No |
| 115 | 2026-05-07T00:31:15.551Z | Rebuild boot archive: No |
| 116 | 2026-05-07T00:31:15.551Z | |
| 117 | 2026-05-07T00:31:15.551Z | Changed packages: |
| 118 | 2026-05-07T00:31:15.560Z | helios |
| 119 | 2026-05-07T00:31:15.560Z | developer/build-essential |
| 120 | 2026-05-07T00:31:15.560Z | None -> 11-3.0 |
| 121 | 2026-05-07T00:31:15.560Z | library/libxmlsec1 |
| 122 | 2026-05-07T00:31:15.560Z | None -> 1.2.35-3.0 |
| 123 | 2026-05-07T00:31:15.602Z | |
| 124 | 2026-05-07T00:31:15.602Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-05-07T00:31:16.238Z | Download: Completed 1.28 MB in 0.64 seconds (2.0M/s) |
| 126 | 2026-05-07T00:31:16.304Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-05-07T00:31:16.342Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-05-07T00:31:16.347Z | Finalize: Updating package state database ... Done (0.004s) |
| 129 | 2026-05-07T00:31:16.347Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-05-07T00:31:16.358Z | Finalize: Updating image state ... Done (0.011s) |
| 131 | 2026-05-07T00:31:19.078Z | Finalize: Creating fast lookup database ... Done (2.700s) |
| 132 | 2026-05-07T00:31:19.170Z | Finalize: Reading search index ... Done (0.036s) |
| 133 | 2026-05-07T00:31:19.173Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-05-07T00:31:19.277Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-05-07T00:31:19.564Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-05-07T00:31:19.668Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-05-07T00:31:19.672Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-05-07T00:31:19.824Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-05-07T00:31:19.828Z | Planning: Planning completed in 0.26 seconds |
| 140 | 2026-05-07T00:31:19.846Z | Mediators to change: 2 |
| 141 | 2026-05-07T00:31:19.846Z | Create boot environment: No |
| 142 | 2026-05-07T00:31:19.846Z | Create backup boot environment: No |
| 143 | 2026-05-07T00:31:19.899Z | Finalize: Updating package state database ... Done |
| 144 | 2026-05-07T00:31:19.899Z | Finalize: Updating package cache ... Done |
| 145 | 2026-05-07T00:31:19.909Z | Finalize: Updating image state ... Done |
| 146 | 2026-05-07T00:31:21.856Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-05-07T00:31:21.924Z | Finalize: Reading search index ... Done |
| 148 | 2026-05-07T00:31:21.928Z | Finalize: Updating search index ... Done |
| 149 | 2026-05-07T00:31:22.015Z | Finalize: Updating package cache ... Done |
| 150 | 2026-05-07T00:31:22.303Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-05-07T00:31:22.409Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-05-07T00:31:22.413Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-05-07T00:31:22.567Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-05-07T00:31:22.573Z | Planning: Planning completed in 0.26 seconds |
| 155 | 2026-05-07T00:31:22.592Z | Mediators to change: 1 |
| 156 | 2026-05-07T00:31:22.592Z | Create boot environment: No |
| 157 | 2026-05-07T00:31:22.592Z | Create backup boot environment: No |
| 158 | 2026-05-07T00:31:22.664Z | Finalize: Updating package state database ... Done |
| 159 | 2026-05-07T00:31:22.664Z | Finalize: Updating package cache ... Done |
| 160 | 2026-05-07T00:31:22.672Z | Finalize: Updating image state ... Done |
| 161 | 2026-05-07T00:31:24.631Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-05-07T00:31:24.697Z | Finalize: Reading search index ... Done |
| 163 | 2026-05-07T00:31:24.701Z | Finalize: Updating search index ... Done |
| 164 | 2026-05-07T00:31:24.769Z | Finalize: Updating package cache ... Done |
| 165 | 2026-05-07T00:31:25.081Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-05-07T00:31:25.081Z | apache system 2.4 system |
| 167 | 2026-05-07T00:31:25.081Z | clang system 15 system |
| 168 | 2026-05-07T00:31:25.081Z | csh system system illumos |
| 169 | 2026-05-07T00:31:25.081Z | ctags system system illumos |
| 170 | 2026-05-07T00:31:25.081Z | file vendor vendor darwinsys |
| 171 | 2026-05-07T00:31:25.081Z | file system system illumos |
| 172 | 2026-05-07T00:31:25.081Z | gcc vendor 14 vendor |
| 173 | 2026-05-07T00:31:25.081Z | gcc system 13 system |
| 174 | 2026-05-07T00:31:25.082Z | gcc system 10 system |
| 175 | 2026-05-07T00:31:25.082Z | go system 1.25 system |
| 176 | 2026-05-07T00:31:25.082Z | llvm system 15 system |
| 177 | 2026-05-07T00:31:25.082Z | mariadb system 11.4 system |
| 178 | 2026-05-07T00:31:25.082Z | mta vendor vendor dma |
| 179 | 2026-05-07T00:31:25.082Z | openjdk system 17 system |
| 180 | 2026-05-07T00:31:25.082Z | openjdk system 11 system |
| 181 | 2026-05-07T00:31:25.082Z | openssl vendor 3 vendor |
| 182 | 2026-05-07T00:31:25.082Z | perl system 5.40 system |
| 183 | 2026-05-07T00:31:25.082Z | postgresql system 18 system |
| 184 | 2026-05-07T00:31:25.082Z | postgresql system 17 system |
| 185 | 2026-05-07T00:31:25.082Z | python vendor 3 vendor |
| 186 | 2026-05-07T00:31:25.082Z | python system 2 system |
| 187 | 2026-05-07T00:31:25.082Z | python3 vendor 3.13 vendor |
| 188 | 2026-05-07T00:31:25.082Z | ruby system 3.4 system |
| 189 | 2026-05-07T00:31:25.082Z | ruby system 3.0 system |
| 190 | 2026-05-07T00:31:25.083Z | words vendor vendor american-english |
| 191 | 2026-05-07T00:31:25.083Z | words system system australian-english |
| 192 | 2026-05-07T00:31:25.083Z | words system system british-english |
| 193 | 2026-05-07T00:31:25.083Z | words system system canadian-english |
| 194 | 2026-05-07T00:31:25.083Z | words system system french |
| 195 | 2026-05-07T00:31:25.083Z | words system system italian |
| 196 | 2026-05-07T00:31:25.083Z | words system system ngerman |
| 197 | 2026-05-07T00:31:25.083Z | words system system ogerman |
| 198 | 2026-05-07T00:31:25.083Z | words system system spanish |
| 199 | 2026-05-07T00:31:25.342Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-05-07T00:31:25.342Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-05-07T00:31:25.602Z | FMRI IFO |
| 202 | 2026-05-07T00:31:25.602Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-05-07T00:31:25.602Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-05-07T00:31:25.602Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-05-07T00:31:25.602Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-05-07T00:31:25.602Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-05-07T00:31:25.602Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-05-07T00:31:25.602Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-05-07T00:31:25.602Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-05-07T00:31:25.602Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-05-07T00:31:25.825Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-05-07T00:31:26.099Z | Updating crates.io index |
| 213 | 2026-05-07T00:31:26.102Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-05-07T00:31:26.365Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-05-07T00:31:27.251Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-05-07T00:31:27.839Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-05-07T00:31:28.709Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-05-07T00:31:29.237Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-05-07T00:31:30.582Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-05-07T00:31:31.339Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-05-07T00:31:31.682Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-05-07T00:31:32.505Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-05-07T00:31:32.883Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-05-07T00:31:33.264Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-05-07T00:31:33.648Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-05-07T00:31:34.541Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-05-07T00:31:35.048Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 228 | 2026-05-07T00:31:35.521Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 229 | 2026-05-07T00:31:35.954Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 230 | 2026-05-07T00:31:36.391Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 231 | 2026-05-07T00:31:36.626Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 232 | 2026-05-07T00:31:36.853Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 233 | 2026-05-07T00:31:37.137Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-05-07T00:31:37.531Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 235 | 2026-05-07T00:31:38.118Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 236 | 2026-05-07T00:31:38.585Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 237 | 2026-05-07T00:31:38.841Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 238 | 2026-05-07T00:31:39.135Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 239 | 2026-05-07T00:31:39.431Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 240 | 2026-05-07T00:31:40.289Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-05-07T00:31:41.144Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 242 | 2026-05-07T00:31:41.627Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 243 | 2026-05-07T00:31:41.940Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 244 | 2026-05-07T00:31:42.249Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 245 | 2026-05-07T00:31:42.567Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 246 | 2026-05-07T00:31:43.138Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 247 | 2026-05-07T00:31:43.377Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 248 | 2026-05-07T00:31:43.643Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 249 | 2026-05-07T00:31:43.901Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 250 | 2026-05-07T00:31:44.254Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 251 | 2026-05-07T00:31:56.568Z | Downloading crates ... |
| 252 | 2026-05-07T00:31:56.627Z | Downloaded cargo-platform v0.2.0 |
| 253 | 2026-05-07T00:31:56.632Z | Downloaded anstyle-query v1.1.5 |
| 254 | 2026-05-07T00:31:56.636Z | Downloaded serde_spanned v0.6.9 |
| 255 | 2026-05-07T00:31:56.639Z | Downloaded cargo_toml v0.21.0 |
| 256 | 2026-05-07T00:31:56.642Z | Downloaded anstream v0.6.21 |
| 257 | 2026-05-07T00:31:56.642Z | Downloaded bitflags v2.11.0 |
| 258 | 2026-05-07T00:31:56.645Z | Downloaded toml_write v0.1.2 |
| 259 | 2026-05-07T00:31:56.645Z | Downloaded textwrap v0.16.2 |
| 260 | 2026-05-07T00:31:56.648Z | Downloaded idna_adapter v1.2.1 |
| 261 | 2026-05-07T00:31:56.648Z | Downloaded crypto-common v0.1.7 |
| 262 | 2026-05-07T00:31:56.648Z | Downloaded strsim v0.11.1 |
| 263 | 2026-05-07T00:31:56.651Z | Downloaded proc-macro-error v1.0.4 |
| 264 | 2026-05-07T00:31:56.651Z | Downloaded usdt-macro v0.5.0 |
| 265 | 2026-05-07T00:31:56.651Z | Downloaded unicode-xid v0.2.6 |
| 266 | 2026-05-07T00:31:56.654Z | Downloaded typeid v1.0.3 |
| 267 | 2026-05-07T00:31:56.654Z | Downloaded erased-serde v0.4.9 |
| 268 | 2026-05-07T00:31:56.657Z | Downloaded smallvec v1.15.1 |
| 269 | 2026-05-07T00:31:56.660Z | Downloaded zerofrom v0.1.6 |
| 270 | 2026-05-07T00:31:56.660Z | Downloaded toml_datetime v0.6.11 |
| 271 | 2026-05-07T00:31:56.660Z | Downloaded icu_properties v2.1.2 |
| 272 | 2026-05-07T00:31:56.663Z | Downloaded yoke-derive v0.8.1 |
| 273 | 2026-05-07T00:31:56.663Z | Downloaded litemap v0.8.1 |
| 274 | 2026-05-07T00:31:56.663Z | Downloaded version_check v0.9.5 |
| 275 | 2026-05-07T00:31:56.663Z | Downloaded proc-macro2 v1.0.106 |
| 276 | 2026-05-07T00:31:56.667Z | Downloaded utf8_iter v1.0.4 |
| 277 | 2026-05-07T00:31:56.667Z | Downloaded unicode-linebreak v0.1.5 |
| 278 | 2026-05-07T00:31:56.667Z | Downloaded heck v0.5.0 |
| 279 | 2026-05-07T00:31:56.670Z | Downloaded usdt-attr-macro v0.5.0 |
| 280 | 2026-05-07T00:31:56.673Z | Downloaded usdt v0.5.0 |
| 281 | 2026-05-07T00:31:56.676Z | Downloaded goblin v0.8.2 |
| 282 | 2026-05-07T00:31:56.679Z | Downloaded serde-value v0.7.0 |
| 283 | 2026-05-07T00:31:56.679Z | Downloaded generic-array v0.14.7 |
| 284 | 2026-05-07T00:31:56.679Z | Downloaded dof v0.3.0 |
| 285 | 2026-05-07T00:31:56.682Z | Downloaded utf8parse v0.2.2 |
| 286 | 2026-05-07T00:31:56.682Z | Downloaded clap v4.5.60 |
| 287 | 2026-05-07T00:31:56.687Z | Downloaded zerotrie v0.2.3 |
| 288 | 2026-05-07T00:31:56.692Z | Downloaded thiserror v1.0.69 |
| 289 | 2026-05-07T00:31:56.695Z | Downloaded clap_lex v1.0.0 |
| 290 | 2026-05-07T00:31:56.695Z | Downloaded zmij v1.0.21 |
| 291 | 2026-05-07T00:31:56.695Z | Downloaded digest v0.10.7 |
| 292 | 2026-05-07T00:31:56.695Z | Downloaded writeable v0.6.2 |
| 293 | 2026-05-07T00:31:56.698Z | Downloaded thiserror v2.0.18 |
| 294 | 2026-05-07T00:31:56.701Z | Downloaded zerovec-derive v0.11.2 |
| 295 | 2026-05-07T00:31:56.701Z | Downloaded zerocopy-derive v0.7.35 |
| 296 | 2026-05-07T00:31:56.704Z | Downloaded usdt-impl v0.5.0 |
| 297 | 2026-05-07T00:31:56.704Z | Downloaded thiserror-impl v2.0.18 |
| 298 | 2026-05-07T00:31:56.704Z | Downloaded potential_utf v0.1.4 |
| 299 | 2026-05-07T00:31:56.707Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2026-05-07T00:31:56.707Z | Downloaded itoa v1.0.17 |
| 301 | 2026-05-07T00:31:56.707Z | Downloaded yoke v0.8.1 |
| 302 | 2026-05-07T00:31:56.707Z | Downloaded heck v0.4.1 |
| 303 | 2026-05-07T00:31:56.710Z | Downloaded thiserror-impl v1.0.69 |
| 304 | 2026-05-07T00:31:56.711Z | Downloaded toml v0.8.23 |
| 305 | 2026-05-07T00:31:56.711Z | Downloaded tinystr v0.8.2 |
| 306 | 2026-05-07T00:31:56.713Z | Downloaded form_urlencoded v1.2.2 |
| 307 | 2026-05-07T00:31:56.714Z | Downloaded autocfg v1.5.0 |
| 308 | 2026-05-07T00:31:56.714Z | Downloaded zerofrom-derive v0.1.6 |
| 309 | 2026-05-07T00:31:56.714Z | Downloaded ucd-trie v0.1.7 |
| 310 | 2026-05-07T00:31:56.717Z | Downloaded thread-id v4.2.2 |
| 311 | 2026-05-07T00:31:56.717Z | Downloaded pretty-hex v0.4.1 |
| 312 | 2026-05-07T00:31:56.717Z | Downloaded memmap v0.7.0 |
| 313 | 2026-05-07T00:31:56.717Z | Downloaded unicode-ident v1.0.24 |
| 314 | 2026-05-07T00:31:56.721Z | Downloaded scroll_derive v0.12.1 |
| 315 | 2026-05-07T00:31:56.721Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-07T00:31:56.721Z | Downloaded cpufeatures v0.2.17 |
| 317 | 2026-05-07T00:31:56.721Z | Downloaded colorchoice v1.0.4 |
| 318 | 2026-05-07T00:31:56.721Z | Downloaded cfg-if v1.0.4 |
| 319 | 2026-05-07T00:31:56.724Z | Downloaded macaddr v1.0.1 |
| 320 | 2026-05-07T00:31:56.724Z | Downloaded pest_derive v2.8.6 |
| 321 | 2026-05-07T00:31:56.724Z | Downloaded pest_generator v2.8.6 |
| 322 | 2026-05-07T00:31:56.727Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-05-07T00:31:56.730Z | Downloaded ordered-float v2.10.1 |
| 324 | 2026-05-07T00:31:56.733Z | Downloaded url v2.5.8 |
| 325 | 2026-05-07T00:31:56.733Z | Downloaded typenum v1.19.0 |
| 326 | 2026-05-07T00:31:56.736Z | Downloaded toml_edit v0.22.27 |
| 327 | 2026-05-07T00:31:56.740Z | Downloaded zerocopy v0.7.35 |
| 328 | 2026-05-07T00:31:56.746Z | Downloaded percent-encoding v2.3.2 |
| 329 | 2026-05-07T00:31:56.750Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-05-07T00:31:56.750Z | Downloaded plain v0.2.3 |
| 331 | 2026-05-07T00:31:56.750Z | Downloaded block-buffer v0.10.4 |
| 332 | 2026-05-07T00:31:56.750Z | Downloaded fastrand v2.3.0 |
| 333 | 2026-05-07T00:31:56.753Z | Downloaded zerovec v0.11.5 |
| 334 | 2026-05-07T00:31:56.753Z | Downloaded winnow v0.7.14 |
| 335 | 2026-05-07T00:31:56.757Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-05-07T00:31:56.760Z | Downloaded swrite v0.1.0 |
| 337 | 2026-05-07T00:31:56.760Z | Downloaded stable_deref_trait v1.2.1 |
| 338 | 2026-05-07T00:31:56.760Z | Downloaded errno v0.3.14 |
| 339 | 2026-05-07T00:31:56.760Z | Downloaded equivalent v1.0.2 |
| 340 | 2026-05-07T00:31:56.760Z | Downloaded dtrace-parser v0.2.0 |
| 341 | 2026-05-07T00:31:56.763Z | Downloaded unicode-width v0.2.0 |
| 342 | 2026-05-07T00:31:56.766Z | Downloaded unicode-width v0.1.14 |
| 343 | 2026-05-07T00:31:56.769Z | Downloaded smawk v0.3.2 |
| 344 | 2026-05-07T00:31:56.772Z | Downloaded serde_tokenstream v0.2.3 |
| 345 | 2026-05-07T00:31:56.772Z | Downloaded displaydoc v0.2.5 |
| 346 | 2026-05-07T00:31:56.772Z | Downloaded bytecount v0.6.9 |
| 347 | 2026-05-07T00:31:56.775Z | Downloaded anstyle-parse v0.2.7 |
| 348 | 2026-05-07T00:31:56.778Z | Downloaded anstyle v1.0.13 |
| 349 | 2026-05-07T00:31:56.783Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-05-07T00:31:56.786Z | Downloaded scroll v0.12.0 |
| 351 | 2026-05-07T00:31:56.786Z | Downloaded byteorder v1.5.0 |
| 352 | 2026-05-07T00:31:56.786Z | Downloaded camino-tempfile v1.4.1 |
| 353 | 2026-05-07T00:31:56.790Z | Downloaded fnv v1.0.7 |
| 354 | 2026-05-07T00:31:56.790Z | Downloaded cargo_metadata v0.21.0 |
| 355 | 2026-05-07T00:31:56.793Z | Downloaded quote v1.0.45 |
| 356 | 2026-05-07T00:31:56.793Z | Downloaded log v0.4.29 |
| 357 | 2026-05-07T00:31:56.801Z | Downloaded semver v1.0.28 |
| 358 | 2026-05-07T00:31:56.804Z | Downloaded clap_derive v4.5.55 |
| 359 | 2026-05-07T00:31:56.804Z | Downloaded serde-untagged v0.1.9 |
| 360 | 2026-05-07T00:31:56.807Z | Downloaded serde_derive v1.0.228 |
| 361 | 2026-05-07T00:31:56.807Z | Downloaded anyhow v1.0.102 |
| 362 | 2026-05-07T00:31:56.811Z | Downloaded once_cell v1.21.3 |
| 363 | 2026-05-07T00:31:56.814Z | Downloaded camino v1.2.2 |
| 364 | 2026-05-07T00:31:56.817Z | Downloaded tempfile v3.25.0 |
| 365 | 2026-05-07T00:31:56.822Z | Downloaded icu_provider v2.1.1 |
| 366 | 2026-05-07T00:31:56.825Z | Downloaded getrandom v0.4.1 |
| 367 | 2026-05-07T00:31:56.829Z | Downloaded cargo-util-schemas v0.8.2 |
| 368 | 2026-05-07T00:31:56.832Z | Downloaded num-traits v0.2.19 |
| 369 | 2026-05-07T00:31:56.836Z | Downloaded synstructure v0.13.2 |
| 370 | 2026-05-07T00:31:56.836Z | Downloaded icu_normalizer v2.1.1 |
| 371 | 2026-05-07T00:31:56.841Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-05-07T00:31:56.848Z | Downloaded icu_locale_core v2.1.1 |
| 373 | 2026-05-07T00:31:56.854Z | Downloaded pest_meta v2.8.6 |
| 374 | 2026-05-07T00:31:56.857Z | Downloaded serde_core v1.0.228 |
| 375 | 2026-05-07T00:31:56.866Z | Downloaded serde v1.0.228 |
| 376 | 2026-05-07T00:31:56.870Z | Downloaded icu_collections v2.1.1 |
| 377 | 2026-05-07T00:31:56.875Z | Downloaded icu_normalizer_data v2.1.1 |
| 378 | 2026-05-07T00:31:56.879Z | Downloaded memchr v2.8.0 |
| 379 | 2026-05-07T00:31:56.883Z | Downloaded indexmap v2.14.0 |
| 380 | 2026-05-07T00:31:56.916Z | Downloaded pest v2.8.6 |
| 381 | 2026-05-07T00:31:56.919Z | Downloaded icu_properties_data v2.1.2 |
| 382 | 2026-05-07T00:31:56.923Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-05-07T00:31:56.926Z | Downloaded idna v1.1.0 |
| 384 | 2026-05-07T00:31:56.929Z | Downloaded clap_builder v4.5.60 |
| 385 | 2026-05-07T00:31:56.933Z | Downloaded serde_json v1.0.149 |
| 386 | 2026-05-07T00:31:56.941Z | Downloaded tabled v0.15.0 |
| 387 | 2026-05-07T00:31:56.948Z | Downloaded syn v2.0.117 |
| 388 | 2026-05-07T00:31:56.954Z | Downloaded syn v1.0.109 |
| 389 | 2026-05-07T00:31:56.974Z | Downloaded rustix v1.1.3 |
| 390 | 2026-05-07T00:31:57.001Z | Downloaded libc v0.2.185 |
| 391 | 2026-05-07T00:31:57.071Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-05-07T00:31:57.071Z | Compiling quote v1.0.45 |
| 393 | 2026-05-07T00:31:57.074Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-05-07T00:31:57.074Z | Compiling serde_core v1.0.228 |
| 395 | 2026-05-07T00:31:57.074Z | Compiling libc v0.2.185 |
| 396 | 2026-05-07T00:31:57.074Z | Compiling version_check v0.9.5 |
| 397 | 2026-05-07T00:31:57.074Z | Compiling serde v1.0.228 |
| 398 | 2026-05-07T00:31:57.074Z | Compiling memchr v2.8.0 |
| 399 | 2026-05-07T00:31:57.074Z | Compiling stable_deref_trait v1.2.1 |
| 400 | 2026-05-07T00:31:57.074Z | Compiling zmij v1.0.21 |
| 401 | 2026-05-07T00:31:57.074Z | Compiling itoa v1.0.17 |
| 402 | 2026-05-07T00:31:57.074Z | Compiling thiserror v1.0.69 |
| 403 | 2026-05-07T00:31:57.256Z | Compiling autocfg v1.5.0 |
| 404 | 2026-05-07T00:31:57.260Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-05-07T00:31:57.260Z | Compiling litemap v0.8.1 |
| 406 | 2026-05-07T00:31:57.546Z | Compiling writeable v0.6.2 |
| 407 | 2026-05-07T00:31:57.550Z | Compiling icu_normalizer_data v2.1.1 |
| 408 | 2026-05-07T00:31:57.591Z | Compiling rustix v1.1.3 |
| 409 | 2026-05-07T00:31:57.639Z | Compiling byteorder v1.5.0 |
| 410 | 2026-05-07T00:31:57.815Z | Compiling icu_properties_data v2.1.2 |
| 411 | 2026-05-07T00:31:57.891Z | Compiling serde_json v1.0.149 |
| 412 | 2026-05-07T00:31:57.927Z | Compiling pest v2.8.6 |
| 413 | 2026-05-07T00:31:57.945Z | Compiling bitflags v2.11.0 |
| 414 | 2026-05-07T00:31:58.009Z | Compiling num-traits v0.2.19 |
| 415 | 2026-05-07T00:31:58.013Z | Compiling equivalent v1.0.2 |
| 416 | 2026-05-07T00:31:58.168Z | Compiling hashbrown v0.17.0 |
| 417 | 2026-05-07T00:31:58.172Z | Compiling typeid v1.0.3 |
| 418 | 2026-05-07T00:31:58.303Z | Compiling smallvec v1.15.1 |
| 419 | 2026-05-07T00:31:58.306Z | Compiling usdt-impl v0.5.0 |
| 420 | 2026-05-07T00:31:58.359Z | Compiling proc-macro-error-attr v1.0.4 |
| 421 | 2026-05-07T00:31:58.362Z | Compiling winnow v0.7.14 |
| 422 | 2026-05-07T00:31:58.362Z | Compiling toml_write v0.1.2 |
| 423 | 2026-05-07T00:31:58.437Z | Compiling errno v0.3.14 |
| 424 | 2026-05-07T00:31:58.478Z | Compiling thread-id v4.2.2 |
| 425 | 2026-05-07T00:31:58.526Z | Compiling syn v1.0.109 |
| 426 | 2026-05-07T00:31:58.546Z | Compiling erased-serde v0.4.9 |
| 427 | 2026-05-07T00:31:58.652Z | Compiling proc-macro-error v1.0.4 |
| 428 | 2026-05-07T00:31:58.684Z | Compiling plain v0.2.3 |
| 429 | 2026-05-07T00:31:58.684Z | Compiling thiserror v2.0.18 |
| 430 | 2026-05-07T00:31:58.688Z | Compiling getrandom v0.4.1 |
| 431 | 2026-05-07T00:31:58.736Z | Compiling indexmap v2.14.0 |
| 432 | 2026-05-07T00:31:58.779Z | Compiling log v0.4.29 |
| 433 | 2026-05-07T00:31:58.808Z | Compiling utf8parse v0.2.2 |
| 434 | 2026-05-07T00:31:58.883Z | Compiling camino v1.2.2 |
| 435 | 2026-05-07T00:31:58.908Z | Compiling utf8_iter v1.0.4 |
| 436 | 2026-05-07T00:31:58.922Z | Compiling percent-encoding v2.3.2 |
| 437 | 2026-05-07T00:31:58.939Z | Compiling anstyle-parse v0.2.7 |
| 438 | 2026-05-07T00:31:59.049Z | Compiling syn v2.0.117 |
| 439 | 2026-05-07T00:31:59.074Z | Compiling pest_meta v2.8.6 |
| 440 | 2026-05-07T00:31:59.109Z | Compiling form_urlencoded v1.2.2 |
| 441 | 2026-05-07T00:31:59.201Z | Compiling ordered-float v2.10.1 |
| 442 | 2026-05-07T00:31:59.265Z | Compiling pretty-hex v0.4.1 |
| 443 | 2026-05-07T00:31:59.283Z | Compiling anstyle v1.0.13 |
| 444 | 2026-05-07T00:31:59.283Z | Compiling colorchoice v1.0.4 |
| 445 | 2026-05-07T00:31:59.318Z | Compiling anstyle-query v1.1.5 |
| 446 | 2026-05-07T00:31:59.368Z | Compiling cfg-if v1.0.4 |
| 447 | 2026-05-07T00:31:59.371Z | Compiling is_terminal_polyfill v1.70.2 |
| 448 | 2026-05-07T00:31:59.444Z | Compiling terminal_size v0.4.3 |
| 449 | 2026-05-07T00:31:59.479Z | Compiling anstream v0.6.21 |
| 450 | 2026-05-07T00:31:59.482Z | Compiling fs-err v3.3.0 |
| 451 | 2026-05-07T00:31:59.537Z | Compiling once_cell v1.21.3 |
| 452 | 2026-05-07T00:31:59.557Z | Compiling unicode-width v0.1.14 |
| 453 | 2026-05-07T00:31:59.560Z | Compiling heck v0.4.1 |
| 454 | 2026-05-07T00:31:59.589Z | Compiling clap_lex v1.0.0 |
| 455 | 2026-05-07T00:31:59.794Z | Compiling semver v1.0.28 |
| 456 | 2026-05-07T00:31:59.832Z | Compiling fnv v1.0.7 |
| 457 | 2026-05-07T00:31:59.835Z | Compiling heck v0.5.0 |
| 458 | 2026-05-07T00:31:59.871Z | Compiling anyhow v1.0.102 |
| 459 | 2026-05-07T00:31:59.874Z | Compiling strsim v0.11.1 |
| 460 | 2026-05-07T00:31:59.906Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-05-07T00:31:59.909Z | Compiling bytecount v0.6.9 |
| 462 | 2026-05-07T00:31:59.951Z | Compiling fastrand v2.3.0 |
| 463 | 2026-05-07T00:32:00.060Z | Compiling papergrid v0.11.0 |
| 464 | 2026-05-07T00:32:00.081Z | Compiling memmap v0.7.0 |
| 465 | 2026-05-07T00:32:00.100Z | Compiling clap_builder v4.5.60 |
| 466 | 2026-05-07T00:32:00.120Z | Compiling unicode-width v0.2.0 |
| 467 | 2026-05-07T00:32:00.154Z | Compiling tempfile v3.25.0 |
| 468 | 2026-05-07T00:32:00.212Z | Compiling serde-untagged v0.1.9 |
| 469 | 2026-05-07T00:32:00.249Z | Compiling unicode-linebreak v0.1.5 |
| 470 | 2026-05-07T00:32:00.274Z | Compiling smawk v0.3.2 |
| 471 | 2026-05-07T00:32:00.293Z | Compiling swrite v0.1.0 |
| 472 | 2026-05-07T00:32:00.429Z | Compiling camino-tempfile v1.4.1 |
| 473 | 2026-05-07T00:32:00.463Z | Compiling textwrap v0.16.2 |
| 474 | 2026-05-07T00:32:00.498Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 475 | 2026-05-07T00:32:00.893Z | Compiling tabled_derive v0.7.0 |
| 476 | 2026-05-07T00:32:01.605Z | Compiling tabled v0.15.0 |
| 477 | 2026-05-07T00:32:01.673Z | Compiling synstructure v0.13.2 |
| 478 | 2026-05-07T00:32:01.673Z | Compiling pest_generator v2.8.6 |
| 479 | 2026-05-07T00:32:02.226Z | Compiling serde_derive v1.0.228 |
| 480 | 2026-05-07T00:32:02.229Z | Compiling zerofrom-derive v0.1.6 |
| 481 | 2026-05-07T00:32:02.229Z | Compiling yoke-derive v0.8.1 |
| 482 | 2026-05-07T00:32:02.229Z | Compiling zerovec-derive v0.11.2 |
| 483 | 2026-05-07T00:32:02.229Z | Compiling displaydoc v0.2.5 |
| 484 | 2026-05-07T00:32:02.229Z | Compiling thiserror-impl v1.0.69 |
| 485 | 2026-05-07T00:32:02.229Z | Compiling zerocopy-derive v0.7.35 |
| 486 | 2026-05-07T00:32:02.229Z | Compiling scroll_derive v0.12.1 |
| 487 | 2026-05-07T00:32:02.229Z | Compiling thiserror-impl v2.0.18 |
| 488 | 2026-05-07T00:32:02.230Z | Compiling clap_derive v4.5.55 |
| 489 | 2026-05-07T00:32:02.294Z | Compiling pest_derive v2.8.6 |
| 490 | 2026-05-07T00:32:02.888Z | Compiling scroll v0.12.0 |
| 491 | 2026-05-07T00:32:03.111Z | Compiling goblin v0.8.2 |
| 492 | 2026-05-07T00:32:03.207Z | Compiling zerocopy v0.7.35 |
| 493 | 2026-05-07T00:32:03.238Z | Compiling zerofrom v0.1.6 |
| 494 | 2026-05-07T00:32:03.344Z | Compiling yoke v0.8.1 |
| 495 | 2026-05-07T00:32:03.415Z | Compiling dtrace-parser v0.2.0 |
| 496 | 2026-05-07T00:32:03.497Z | Compiling zerovec v0.11.5 |
| 497 | 2026-05-07T00:32:03.497Z | Compiling zerotrie v0.2.3 |
| 498 | 2026-05-07T00:32:03.613Z | Compiling clap v4.5.60 |
| 499 | 2026-05-07T00:32:03.916Z | Compiling tinystr v0.8.2 |
| 500 | 2026-05-07T00:32:03.916Z | Compiling potential_utf v0.1.4 |
| 501 | 2026-05-07T00:32:04.038Z | Compiling icu_collections v2.1.1 |
| 502 | 2026-05-07T00:32:04.060Z | Compiling icu_locale_core v2.1.1 |
| 503 | 2026-05-07T00:32:04.591Z | Compiling icu_provider v2.1.1 |
| 504 | 2026-05-07T00:32:04.682Z | Compiling dof v0.3.0 |
| 505 | 2026-05-07T00:32:04.682Z | Compiling serde_tokenstream v0.2.3 |
| 506 | 2026-05-07T00:32:04.705Z | Compiling serde_spanned v0.6.9 |
| 507 | 2026-05-07T00:32:04.709Z | Compiling toml_datetime v0.6.11 |
| 508 | 2026-05-07T00:32:04.709Z | Compiling serde-value v0.7.0 |
| 509 | 2026-05-07T00:32:04.709Z | Compiling cargo-platform v0.2.0 |
| 510 | 2026-05-07T00:32:04.709Z | Compiling macaddr v1.0.1 |
| 511 | 2026-05-07T00:32:04.886Z | Compiling icu_properties v2.1.2 |
| 512 | 2026-05-07T00:32:04.886Z | Compiling icu_normalizer v2.1.1 |
| 513 | 2026-05-07T00:32:04.990Z | Compiling toml_edit v0.22.27 |
| 514 | 2026-05-07T00:32:05.415Z | Compiling usdt-attr-macro v0.5.0 |
| 515 | 2026-05-07T00:32:05.418Z | Compiling usdt-macro v0.5.0 |
| 516 | 2026-05-07T00:32:05.700Z | Compiling idna_adapter v1.2.1 |
| 517 | 2026-05-07T00:32:05.805Z | Compiling idna v1.1.0 |
| 518 | 2026-05-07T00:32:05.994Z | Compiling usdt v0.5.0 |
| 519 | 2026-05-07T00:32:06.060Z | Compiling url v2.5.8 |
| 520 | 2026-05-07T00:32:06.262Z | Compiling toml v0.8.23 |
| 521 | 2026-05-07T00:32:06.591Z | Compiling cargo-util-schemas v0.8.2 |
| 522 | 2026-05-07T00:32:06.591Z | Compiling cargo_toml v0.21.0 |
| 523 | 2026-05-07T00:32:07.363Z | Compiling cargo_metadata v0.21.0 |
| 524 | 2026-05-07T00:32:08.281Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 525 | 2026-05-07T00:32:10.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.72s |
| 526 | 2026-05-07T00:32:10.644Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 527 | 2026-05-07T00:32:11.203Z | Downloading crates ... |
| 528 | 2026-05-07T00:32:11.301Z | Downloaded aes-gcm v0.10.3 |
| 529 | 2026-05-07T00:32:11.307Z | Downloaded crc32fast v1.5.0 |
| 530 | 2026-05-07T00:32:11.312Z | Downloaded adler2 v2.0.1 |
| 531 | 2026-05-07T00:32:11.320Z | Downloaded critical-section v1.2.0 |
| 532 | 2026-05-07T00:32:11.325Z | Downloaded crc8 v0.1.1 |
| 533 | 2026-05-07T00:32:11.325Z | Downloaded csv-core v0.1.13 |
| 534 | 2026-05-07T00:32:11.325Z | Downloaded bit-vec v0.8.0 |
| 535 | 2026-05-07T00:32:11.330Z | Downloaded base64 v0.22.1 |
| 536 | 2026-05-07T00:32:11.330Z | Downloaded crossbeam-deque v0.8.6 |
| 537 | 2026-05-07T00:32:11.330Z | Downloaded darling v0.23.0 |
| 538 | 2026-05-07T00:32:11.334Z | Downloaded darling_macro v0.20.11 |
| 539 | 2026-05-07T00:32:11.334Z | Downloaded daft v0.1.5 |
| 540 | 2026-05-07T00:32:11.334Z | Downloaded crossbeam-epoch v0.9.18 |
| 541 | 2026-05-07T00:32:11.337Z | Downloaded blake3 v1.8.3 |
| 542 | 2026-05-07T00:32:11.340Z | Downloaded darling_core v0.21.3 |
| 543 | 2026-05-07T00:32:11.343Z | Downloaded cfg_aliases v0.1.1 |
| 544 | 2026-05-07T00:32:11.343Z | Downloaded bitfield-struct v0.6.2 |
| 545 | 2026-05-07T00:32:11.346Z | Downloaded dirs-sys-next v0.1.2 |
| 546 | 2026-05-07T00:32:11.346Z | Downloaded bitfield v0.19.4 |
| 547 | 2026-05-07T00:32:11.346Z | Downloaded bit-set v0.8.0 |
| 548 | 2026-05-07T00:32:11.346Z | Downloaded ar_archive_writer v0.5.1 |
| 549 | 2026-05-07T00:32:11.349Z | Downloaded ctr v0.9.2 |
| 550 | 2026-05-07T00:32:11.353Z | Downloaded foldhash v0.2.0 |
| 551 | 2026-05-07T00:32:11.353Z | Downloaded fd-lock v4.0.4 |
| 552 | 2026-05-07T00:32:11.359Z | Downloaded console v0.16.2 |
| 553 | 2026-05-07T00:32:11.359Z | Downloaded atty v0.2.14 |
| 554 | 2026-05-07T00:32:11.359Z | Downloaded bit-set v0.5.3 |
| 555 | 2026-05-07T00:32:11.359Z | Downloaded aead v0.5.2 |
| 556 | 2026-05-07T00:32:11.365Z | Downloaded defmt-macros v1.0.1 |
| 557 | 2026-05-07T00:32:11.365Z | Downloaded dropshot_endpoint v0.17.0 |
| 558 | 2026-05-07T00:32:11.365Z | Downloaded bitvec v1.0.1 |
| 559 | 2026-05-07T00:32:11.371Z | Downloaded float-cmp v0.10.0 |
| 560 | 2026-05-07T00:32:11.374Z | Downloaded enum-as-inner v0.6.1 |
| 561 | 2026-05-07T00:32:11.374Z | Downloaded dirs-next v2.0.0 |
| 562 | 2026-05-07T00:32:11.374Z | Downloaded embedded-io v0.4.0 |
| 563 | 2026-05-07T00:32:11.377Z | Downloaded dof v0.4.0 |
| 564 | 2026-05-07T00:32:11.377Z | Downloaded crc-catalog v2.4.0 |
| 565 | 2026-05-07T00:32:11.380Z | Downloaded float-ord v0.3.2 |
| 566 | 2026-05-07T00:32:11.380Z | Downloaded array-init v0.0.4 |
| 567 | 2026-05-07T00:32:11.381Z | Downloaded debug-ignore v1.0.5 |
| 568 | 2026-05-07T00:32:11.381Z | Downloaded fallible-iterator v0.2.0 |
| 569 | 2026-05-07T00:32:11.384Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 570 | 2026-05-07T00:32:11.384Z | Downloaded argon2 v0.5.3 |
| 571 | 2026-05-07T00:32:11.384Z | Downloaded cargo-platform v0.1.9 |
| 572 | 2026-05-07T00:32:11.388Z | Downloaded dtrace-parser v0.3.0 |
| 573 | 2026-05-07T00:32:11.388Z | Downloaded difflib v0.4.0 |
| 574 | 2026-05-07T00:32:11.388Z | Downloaded darling_macro v0.23.0 |
| 575 | 2026-05-07T00:32:11.388Z | Downloaded derive_builder_macro v0.20.2 |
| 576 | 2026-05-07T00:32:11.388Z | Downloaded block-padding v0.3.3 |
| 577 | 2026-05-07T00:32:11.391Z | Downloaded base16ct v0.2.0 |
| 578 | 2026-05-07T00:32:11.391Z | Downloaded endian-type v0.1.2 |
| 579 | 2026-05-07T00:32:11.391Z | Downloaded cfg_aliases v0.2.1 |
| 580 | 2026-05-07T00:32:11.391Z | Downloaded embedded-io v0.6.1 |
| 581 | 2026-05-07T00:32:11.391Z | Downloaded defmt-parser v1.0.0 |
| 582 | 2026-05-07T00:32:11.395Z | Downloaded defmt v0.3.100 |
| 583 | 2026-05-07T00:32:11.395Z | Downloaded cstr-argument v0.1.2 |
| 584 | 2026-05-07T00:32:11.395Z | Downloaded crc v3.4.0 |
| 585 | 2026-05-07T00:32:11.395Z | Downloaded compression-core v0.4.31 |
| 586 | 2026-05-07T00:32:11.398Z | Downloaded env_filter v1.0.0 |
| 587 | 2026-05-07T00:32:11.398Z | Downloaded document-features v0.2.12 |
| 588 | 2026-05-07T00:32:11.398Z | Downloaded ciborium-ll v0.2.2 |
| 589 | 2026-05-07T00:32:11.402Z | Downloaded assert_matches v1.5.0 |
| 590 | 2026-05-07T00:32:11.402Z | Downloaded bitfield-macros v0.19.4 |
| 591 | 2026-05-07T00:32:11.402Z | Downloaded fixedbitset v0.4.2 |
| 592 | 2026-05-07T00:32:11.402Z | Downloaded atomic-waker v1.1.2 |
| 593 | 2026-05-07T00:32:11.402Z | Downloaded ascii-canvas v3.0.0 |
| 594 | 2026-05-07T00:32:11.406Z | Downloaded atomicwrites v0.4.4 |
| 595 | 2026-05-07T00:32:11.406Z | Downloaded downcast-rs v2.0.2 |
| 596 | 2026-05-07T00:32:11.406Z | Downloaded convert_case v0.4.0 |
| 597 | 2026-05-07T00:32:11.406Z | Downloaded async-stream v0.3.6 |
| 598 | 2026-05-07T00:32:11.409Z | Downloaded flagset v0.4.7 |
| 599 | 2026-05-07T00:32:11.409Z | Downloaded dyn-clone v1.0.20 |
| 600 | 2026-05-07T00:32:11.413Z | Downloaded dunce v1.0.5 |
| 601 | 2026-05-07T00:32:11.413Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 602 | 2026-05-07T00:32:11.413Z | Downloaded arrayref v0.3.9 |
| 603 | 2026-05-07T00:32:11.413Z | Downloaded cobs v0.3.0 |
| 604 | 2026-05-07T00:32:11.416Z | Downloaded display-error-chain v0.2.2 |
| 605 | 2026-05-07T00:32:11.416Z | Downloaded funty v2.0.0 |
| 606 | 2026-05-07T00:32:11.416Z | Downloaded foreign-types-shared v0.3.1 |
| 607 | 2026-05-07T00:32:11.416Z | Downloaded castaway v0.2.4 |
| 608 | 2026-05-07T00:32:11.416Z | Downloaded futures-io v0.3.32 |
| 609 | 2026-05-07T00:32:11.421Z | Downloaded foreign-types v0.5.0 |
| 610 | 2026-05-07T00:32:11.421Z | Downloaded async-stream-impl v0.3.6 |
| 611 | 2026-05-07T00:32:11.421Z | Downloaded ciborium-io v0.2.2 |
| 612 | 2026-05-07T00:32:11.421Z | Downloaded bb8 v0.8.6 |
| 613 | 2026-05-07T00:32:11.425Z | Downloaded crucible-workspace-hack v0.1.0 |
| 614 | 2026-05-07T00:32:11.425Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 615 | 2026-05-07T00:32:11.425Z | Downloaded derive_builder_core v0.20.2 |
| 616 | 2026-05-07T00:32:11.425Z | Downloaded env_logger v0.11.9 |
| 617 | 2026-05-07T00:32:11.426Z | Downloaded ena v0.14.4 |
| 618 | 2026-05-07T00:32:11.432Z | Downloaded cmake v0.1.57 |
| 619 | 2026-05-07T00:32:11.432Z | Downloaded erased-serde v0.3.31 |
| 620 | 2026-05-07T00:32:11.432Z | Downloaded cargo_metadata v0.19.2 |
| 621 | 2026-05-07T00:32:11.437Z | Downloaded bit-vec v0.6.3 |
| 622 | 2026-05-07T00:32:11.437Z | Downloaded backoff v0.4.0 |
| 623 | 2026-05-07T00:32:11.437Z | Downloaded darling_core v0.20.11 |
| 624 | 2026-05-07T00:32:11.437Z | Downloaded foreign-types v0.3.2 |
| 625 | 2026-05-07T00:32:11.437Z | Downloaded crunchy v0.2.4 |
| 626 | 2026-05-07T00:32:11.441Z | Downloaded cpufeatures v0.3.0 |
| 627 | 2026-05-07T00:32:11.441Z | Downloaded defmt v1.0.1 |
| 628 | 2026-05-07T00:32:11.441Z | Downloaded foreign-types-shared v0.1.1 |
| 629 | 2026-05-07T00:32:11.441Z | Downloaded foreign-types-macros v0.2.3 |
| 630 | 2026-05-07T00:32:11.447Z | Downloaded gethostname v0.5.0 |
| 631 | 2026-05-07T00:32:11.448Z | Downloaded futures-core v0.3.32 |
| 632 | 2026-05-07T00:32:11.448Z | Downloaded futures-macro v0.3.32 |
| 633 | 2026-05-07T00:32:11.448Z | Downloaded aes v0.8.4 |
| 634 | 2026-05-07T00:32:11.454Z | Downloaded ghash v0.5.1 |
| 635 | 2026-05-07T00:32:11.454Z | Downloaded fxhash v0.2.1 |
| 636 | 2026-05-07T00:32:11.454Z | Downloaded futures-task v0.3.32 |
| 637 | 2026-05-07T00:32:11.454Z | Downloaded async-recursion v1.1.1 |
| 638 | 2026-05-07T00:32:11.454Z | Downloaded data-encoding v2.10.0 |
| 639 | 2026-05-07T00:32:11.454Z | Downloaded darling_macro v0.21.3 |
| 640 | 2026-05-07T00:32:11.459Z | Downloaded bitflags v1.3.2 |
| 641 | 2026-05-07T00:32:11.459Z | Downloaded hash32 v0.2.1 |
| 642 | 2026-05-07T00:32:11.459Z | Downloaded diesel-dtrace v0.5.0 |
| 643 | 2026-05-07T00:32:11.459Z | Downloaded der_derive v0.7.3 |
| 644 | 2026-05-07T00:32:11.459Z | Downloaded hash32 v0.3.1 |
| 645 | 2026-05-07T00:32:11.464Z | Downloaded deranged v0.5.8 |
| 646 | 2026-05-07T00:32:11.465Z | Downloaded headers-core v0.3.0 |
| 647 | 2026-05-07T00:32:11.465Z | Downloaded find-msvc-tools v0.1.9 |
| 648 | 2026-05-07T00:32:11.465Z | Downloaded drift v0.1.3 |
| 649 | 2026-05-07T00:32:11.469Z | Downloaded byte-wrapper v0.1.0 |
| 650 | 2026-05-07T00:32:11.469Z | Downloaded filetime v0.2.27 |
| 651 | 2026-05-07T00:32:11.469Z | Downloaded ff v0.13.1 |
| 652 | 2026-05-07T00:32:11.474Z | Downloaded fixedbitset v0.5.7 |
| 653 | 2026-05-07T00:32:11.474Z | Downloaded ecdsa v0.16.9 |
| 654 | 2026-05-07T00:32:11.474Z | Downloaded compression-codecs v0.4.37 |
| 655 | 2026-05-07T00:32:11.479Z | Downloaded hex-literal v0.4.1 |
| 656 | 2026-05-07T00:32:11.480Z | Downloaded corncobs v0.1.4 |
| 657 | 2026-05-07T00:32:11.480Z | Downloaded dsl_auto_type v0.2.0 |
| 658 | 2026-05-07T00:32:11.480Z | Downloaded buf-list v1.1.2 |
| 659 | 2026-05-07T00:32:11.483Z | Downloaded hostname v0.4.2 |
| 660 | 2026-05-07T00:32:11.483Z | Downloaded http-body v1.0.1 |
| 661 | 2026-05-07T00:32:11.484Z | Downloaded home v0.5.12 |
| 662 | 2026-05-07T00:32:11.484Z | Downloaded hubpack_derive v0.1.1 |
| 663 | 2026-05-07T00:32:11.484Z | Downloaded either v1.15.0 |
| 664 | 2026-05-07T00:32:11.484Z | Downloaded httpdate v1.0.3 |
| 665 | 2026-05-07T00:32:11.492Z | Downloaded foldhash v0.1.5 |
| 666 | 2026-05-07T00:32:11.492Z | Downloaded cexpr v0.6.0 |
| 667 | 2026-05-07T00:32:11.492Z | Downloaded cassowary v0.3.0 |
| 668 | 2026-05-07T00:32:11.492Z | Downloaded base64ct v1.8.3 |
| 669 | 2026-05-07T00:32:11.498Z | Downloaded fs_extra v1.3.0 |
| 670 | 2026-05-07T00:32:11.498Z | Downloaded const-oid v0.9.6 |
| 671 | 2026-05-07T00:32:11.498Z | Downloaded der v0.7.10 |
| 672 | 2026-05-07T00:32:11.498Z | Downloaded cookie_store v0.22.1 |
| 673 | 2026-05-07T00:32:11.501Z | Downloaded chacha20 v0.10.0 |
| 674 | 2026-05-07T00:32:11.501Z | Downloaded ahash v0.8.12 |
| 675 | 2026-05-07T00:32:11.501Z | Downloaded convert_case v0.10.0 |
| 676 | 2026-05-07T00:32:11.501Z | Downloaded colored v2.2.0 |
| 677 | 2026-05-07T00:32:11.505Z | Downloaded ciborium v0.2.2 |
| 678 | 2026-05-07T00:32:11.505Z | Downloaded ident_case v1.0.1 |
| 679 | 2026-05-07T00:32:11.505Z | Downloaded hubpack v0.1.2 |
| 680 | 2026-05-07T00:32:11.513Z | Downloaded blake2 v0.10.6 |
| 681 | 2026-05-07T00:32:11.513Z | Downloaded globwalk v0.9.1 |
| 682 | 2026-05-07T00:32:11.518Z | Downloaded glob v0.3.3 |
| 683 | 2026-05-07T00:32:11.519Z | Downloaded git-stub v1.0.0 |
| 684 | 2026-05-07T00:32:11.519Z | Downloaded hyper-tls v0.6.0 |
| 685 | 2026-05-07T00:32:11.519Z | Downloaded fs-err v2.11.0 |
| 686 | 2026-05-07T00:32:11.519Z | Downloaded futures-sink v0.3.32 |
| 687 | 2026-05-07T00:32:11.519Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-05-07T00:32:11.519Z | Downloaded is_ci v1.2.0 |
| 689 | 2026-05-07T00:32:11.519Z | Downloaded inout v0.1.4 |
| 690 | 2026-05-07T00:32:11.519Z | Downloaded instability v0.3.11 |
| 691 | 2026-05-07T00:32:11.525Z | Downloaded internet-checksum v0.2.1 |
| 692 | 2026-05-07T00:32:11.525Z | Downloaded indoc v1.0.9 |
| 693 | 2026-05-07T00:32:11.526Z | Downloaded futures-executor v0.3.32 |
| 694 | 2026-05-07T00:32:11.526Z | Downloaded diff v0.1.13 |
| 695 | 2026-05-07T00:32:11.526Z | Downloaded is-terminal v0.4.17 |
| 696 | 2026-05-07T00:32:11.530Z | Downloaded cipher v0.4.4 |
| 697 | 2026-05-07T00:32:11.530Z | Downloaded blowfish v0.9.1 |
| 698 | 2026-05-07T00:32:11.530Z | Downloaded async-bb8-diesel v0.2.1 |
| 699 | 2026-05-07T00:32:11.530Z | Downloaded cancel-safe-futures v0.1.5 |
| 700 | 2026-05-07T00:32:11.530Z | Downloaded hex v0.4.3 |
| 701 | 2026-05-07T00:32:11.534Z | Downloaded group v0.13.0 |
| 702 | 2026-05-07T00:32:11.534Z | Downloaded async-trait v0.1.89 |
| 703 | 2026-05-07T00:32:11.538Z | Downloaded keccak v0.1.6 |
| 704 | 2026-05-07T00:32:11.538Z | Downloaded instant v0.1.13 |
| 705 | 2026-05-07T00:32:11.538Z | Downloaded globset v0.4.18 |
| 706 | 2026-05-07T00:32:11.539Z | Downloaded derive-ex v0.1.8 |
| 707 | 2026-05-07T00:32:11.542Z | Downloaded cookie v0.18.1 |
| 708 | 2026-05-07T00:32:11.542Z | Downloaded lazy_static v1.5.0 |
| 709 | 2026-05-07T00:32:11.542Z | Downloaded constant_time_eq v0.4.2 |
| 710 | 2026-05-07T00:32:11.547Z | Downloaded colored v3.1.1 |
| 711 | 2026-05-07T00:32:11.547Z | Downloaded highway v1.3.0 |
| 712 | 2026-05-07T00:32:11.557Z | Downloaded clang-sys v1.8.1 |
| 713 | 2026-05-07T00:32:11.558Z | Downloaded lru-cache v0.1.2 |
| 714 | 2026-05-07T00:32:11.558Z | Downloaded hostname v0.3.1 |
| 715 | 2026-05-07T00:32:11.558Z | Downloaded chacha20poly1305 v0.10.1 |
| 716 | 2026-05-07T00:32:11.558Z | Downloaded backon v1.6.0 |
| 717 | 2026-05-07T00:32:11.561Z | Downloaded chacha20 v0.9.1 |
| 718 | 2026-05-07T00:32:11.561Z | Downloaded bzip2 v0.6.1 |
| 719 | 2026-05-07T00:32:11.561Z | Downloaded linked-hash-map v0.5.6 |
| 720 | 2026-05-07T00:32:11.561Z | Downloaded derive-where v1.6.0 |
| 721 | 2026-05-07T00:32:11.561Z | Downloaded libscf-sys v1.1.0 |
| 722 | 2026-05-07T00:32:11.561Z | Downloaded lalrpop-util v0.19.12 |
| 723 | 2026-05-07T00:32:11.562Z | Downloaded mime v0.3.17 |
| 724 | 2026-05-07T00:32:11.562Z | Downloaded memoffset v0.9.1 |
| 725 | 2026-05-07T00:32:11.562Z | Downloaded crossbeam-channel v0.5.15 |
| 726 | 2026-05-07T00:32:11.565Z | Downloaded managed v0.8.0 |
| 727 | 2026-05-07T00:32:11.565Z | Downloaded http-body-util v0.1.3 |
| 728 | 2026-05-07T00:32:11.570Z | Downloaded git-stub-vcs v0.1.0 |
| 729 | 2026-05-07T00:32:11.570Z | Downloaded kstat-rs v0.2.4 |
| 730 | 2026-05-07T00:32:11.570Z | Downloaded console v0.15.11 |
| 731 | 2026-05-07T00:32:11.574Z | Downloaded lru v0.12.5 |
| 732 | 2026-05-07T00:32:11.574Z | Downloaded lzss v0.8.2 |
| 733 | 2026-05-07T00:32:11.574Z | Downloaded humantime v2.3.0 |
| 734 | 2026-05-07T00:32:11.577Z | Downloaded newline-converter v0.3.0 |
| 735 | 2026-05-07T00:32:11.577Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-05-07T00:32:11.578Z | Downloaded newtype-uuid-macros v0.1.0 |
| 737 | 2026-05-07T00:32:11.578Z | Downloaded multimap v0.10.1 |
| 738 | 2026-05-07T00:32:11.578Z | Downloaded maybe-uninit v2.0.0 |
| 739 | 2026-05-07T00:32:11.578Z | Downloaded allocator-api2 v0.2.21 |
| 740 | 2026-05-07T00:32:11.583Z | Downloaded maplit v1.0.2 |
| 741 | 2026-05-07T00:32:11.583Z | Downloaded new_debug_unreachable v1.0.6 |
| 742 | 2026-05-07T00:32:11.583Z | Downloaded match_cfg v0.1.0 |
| 743 | 2026-05-07T00:32:11.583Z | Downloaded lru-slab v0.1.2 |
| 744 | 2026-05-07T00:32:11.587Z | Downloaded bzip2 v0.4.4 |
| 745 | 2026-05-07T00:32:11.587Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-05-07T00:32:11.587Z | Downloaded getrandom v0.2.17 |
| 747 | 2026-05-07T00:32:11.592Z | Downloaded futures-channel v0.3.32 |
| 748 | 2026-05-07T00:32:11.592Z | Downloaded derive_builder v0.20.2 |
| 749 | 2026-05-07T00:32:11.595Z | Downloaded ipnetwork v0.21.1 |
| 750 | 2026-05-07T00:32:11.595Z | Downloaded ipnet v2.11.0 |
| 751 | 2026-05-07T00:32:11.595Z | Downloaded normalize-line-endings v0.3.0 |
| 752 | 2026-05-07T00:32:11.595Z | Downloaded ingot v0.1.1 |
| 753 | 2026-05-07T00:32:11.599Z | Downloaded nibble_vec v0.1.0 |
| 754 | 2026-05-07T00:32:11.599Z | Downloaded num v0.4.3 |
| 755 | 2026-05-07T00:32:11.599Z | Downloaded newtype_derive v0.1.6 |
| 756 | 2026-05-07T00:32:11.603Z | Downloaded jobserver v0.1.34 |
| 757 | 2026-05-07T00:32:11.603Z | Downloaded crc-any v2.5.0 |
| 758 | 2026-05-07T00:32:11.603Z | Downloaded indoc v2.0.7 |
| 759 | 2026-05-07T00:32:11.607Z | Downloaded nonempty v0.12.0 |
| 760 | 2026-05-07T00:32:11.607Z | Downloaded darling v0.20.11 |
| 761 | 2026-05-07T00:32:11.610Z | Downloaded num-iter v0.1.45 |
| 762 | 2026-05-07T00:32:11.610Z | Downloaded num-derive v0.4.2 |
| 763 | 2026-05-07T00:32:11.610Z | Downloaded num-derive v0.3.3 |
| 764 | 2026-05-07T00:32:11.613Z | Downloaded elliptic-curve v0.13.8 |
| 765 | 2026-05-07T00:32:11.613Z | Downloaded linear-map v1.2.0 |
| 766 | 2026-05-07T00:32:11.617Z | Downloaded num_enum_derive v0.5.11 |
| 767 | 2026-05-07T00:32:11.617Z | Downloaded md5 v0.7.0 |
| 768 | 2026-05-07T00:32:11.617Z | Downloaded libefi-sys v0.1.0 |
| 769 | 2026-05-07T00:32:11.620Z | Downloaded hmac v0.12.1 |
| 770 | 2026-05-07T00:32:11.620Z | Downloaded opaque-debug v0.3.1 |
| 771 | 2026-05-07T00:32:11.620Z | Downloaded num_threads v0.1.7 |
| 772 | 2026-05-07T00:32:11.620Z | Downloaded olpc-cjson v0.1.4 |
| 773 | 2026-05-07T00:32:11.624Z | Downloaded diesel_derives v2.3.7 |
| 774 | 2026-05-07T00:32:11.627Z | Downloaded dropshot_endpoint v0.16.7 |
| 775 | 2026-05-07T00:32:11.631Z | Downloaded multer v3.1.0 |
| 776 | 2026-05-07T00:32:11.631Z | Downloaded half v2.7.1 |
| 777 | 2026-05-07T00:32:11.631Z | Downloaded getrandom v0.3.4 |
| 778 | 2026-05-07T00:32:11.635Z | Downloaded md-5 v0.10.6 |
| 779 | 2026-05-07T00:32:11.635Z | Downloaded ingot-types v0.1.2 |
| 780 | 2026-05-07T00:32:11.635Z | Downloaded packed_struct_codegen v0.10.1 |
| 781 | 2026-05-07T00:32:11.639Z | Downloaded oso-derive v0.27.3 |
| 782 | 2026-05-07T00:32:11.639Z | Downloaded openssl-probe v0.1.6 |
| 783 | 2026-05-07T00:32:11.639Z | Downloaded lock_api v0.4.14 |
| 784 | 2026-05-07T00:32:11.639Z | Downloaded libsw-core v0.3.2 |
| 785 | 2026-05-07T00:32:11.642Z | Downloaded parse-size v1.1.0 |
| 786 | 2026-05-07T00:32:11.643Z | Downloaded hyper-staticfile v0.10.1 |
| 787 | 2026-05-07T00:32:11.643Z | Downloaded openssl-probe v0.2.1 |
| 788 | 2026-05-07T00:32:11.643Z | Downloaded openssl-macros v0.1.1 |
| 789 | 2026-05-07T00:32:11.647Z | Downloaded hyper-rustls v0.27.7 |
| 790 | 2026-05-07T00:32:11.647Z | Downloaded httparse v1.10.1 |
| 791 | 2026-05-07T00:32:11.650Z | Downloaded newtype-uuid v1.3.2 |
| 792 | 2026-05-07T00:32:11.650Z | Downloaded iana-time-zone v0.1.65 |
| 793 | 2026-05-07T00:32:11.651Z | Downloaded compact_str v0.8.1 |
| 794 | 2026-05-07T00:32:11.654Z | Downloaded libsw v3.5.0 |
| 795 | 2026-05-07T00:32:11.654Z | Downloaded ingot-macros v0.1.1 |
| 796 | 2026-05-07T00:32:11.657Z | Downloaded const_format v0.2.35 |
| 797 | 2026-05-07T00:32:11.657Z | Downloaded native-tls v0.2.18 |
| 798 | 2026-05-07T00:32:11.664Z | Downloaded futures v0.3.32 |
| 799 | 2026-05-07T00:32:11.667Z | Downloaded phf_shared v0.11.3 |
| 800 | 2026-05-07T00:32:11.667Z | Downloaded parse-display v0.10.0 |
| 801 | 2026-05-07T00:32:11.667Z | Downloaded peg-runtime v0.8.5 |
| 802 | 2026-05-07T00:32:11.667Z | Downloaded path-slash v0.1.5 |
| 803 | 2026-05-07T00:32:11.667Z | Downloaded fatfs v0.3.6 |
| 804 | 2026-05-07T00:32:11.667Z | Downloaded darling v0.21.3 |
| 805 | 2026-05-07T00:32:11.671Z | Downloaded crossbeam-utils v0.8.21 |
| 806 | 2026-05-07T00:32:11.671Z | Downloaded base64 v0.21.7 |
| 807 | 2026-05-07T00:32:11.674Z | Downloaded arc-swap v1.8.2 |
| 808 | 2026-05-07T00:32:11.679Z | Downloaded des v0.8.1 |
| 809 | 2026-05-07T00:32:11.679Z | Downloaded num-conv v0.2.0 |
| 810 | 2026-05-07T00:32:11.679Z | Downloaded derive_more v0.99.20 |
| 811 | 2026-05-07T00:32:11.682Z | Downloaded pbkdf2 v0.12.2 |
| 812 | 2026-05-07T00:32:11.682Z | Downloaded nu-ansi-term v0.50.3 |
| 813 | 2026-05-07T00:32:11.686Z | Downloaded pin-utils v0.1.0 |
| 814 | 2026-05-07T00:32:11.686Z | Downloaded bytes v1.11.1 |
| 815 | 2026-05-07T00:32:11.691Z | Downloaded half v1.8.3 |
| 816 | 2026-05-07T00:32:11.691Z | Downloaded phf_shared v0.12.1 |
| 817 | 2026-05-07T00:32:11.691Z | Downloaded num_enum v0.7.5 |
| 818 | 2026-05-07T00:32:11.695Z | Downloaded phf_shared v0.13.1 |
| 819 | 2026-05-07T00:32:11.695Z | Downloaded num-integer v0.1.46 |
| 820 | 2026-05-07T00:32:11.695Z | Downloaded num-rational v0.4.2 |
| 821 | 2026-05-07T00:32:11.695Z | Downloaded libloading v0.8.9 |
| 822 | 2026-05-07T00:32:11.698Z | Downloaded num_enum_derive v0.7.5 |
| 823 | 2026-05-07T00:32:11.699Z | Downloaded litrs v1.0.0 |
| 824 | 2026-05-07T00:32:11.702Z | Downloaded derive_more v2.1.1 |
| 825 | 2026-05-07T00:32:11.705Z | Downloaded precomputed-hash v0.1.1 |
| 826 | 2026-05-07T00:32:11.711Z | Downloaded owo-colors v4.3.0 |
| 827 | 2026-05-07T00:32:11.711Z | Downloaded predicates-tree v1.0.13 |
| 828 | 2026-05-07T00:32:11.711Z | Downloaded powerfmt v0.2.0 |
| 829 | 2026-05-07T00:32:11.714Z | Downloaded mime_guess v2.0.5 |
| 830 | 2026-05-07T00:32:11.714Z | Downloaded predicates-core v1.0.10 |
| 831 | 2026-05-07T00:32:11.714Z | Downloaded memmap2 v0.9.10 |
| 832 | 2026-05-07T00:32:11.714Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 833 | 2026-05-07T00:32:11.728Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-05-07T00:32:11.732Z | Downloaded packed_struct v0.10.1 |
| 835 | 2026-05-07T00:32:11.732Z | Downloaded oxide-tokio-rt v0.1.4 |
| 836 | 2026-05-07T00:32:11.732Z | Downloaded nanorand v0.7.0 |
| 837 | 2026-05-07T00:32:11.736Z | Downloaded ignore v0.4.25 |
| 838 | 2026-05-07T00:32:11.736Z | Downloaded pbkdf2 v0.11.0 |
| 839 | 2026-05-07T00:32:11.740Z | Downloaded progenitor-client v0.14.0 |
| 840 | 2026-05-07T00:32:11.740Z | Downloaded progenitor-client v0.11.2 |
| 841 | 2026-05-07T00:32:11.740Z | Downloaded progenitor-client v0.10.0 |
| 842 | 2026-05-07T00:32:11.740Z | Downloaded phf v0.13.1 |
| 843 | 2026-05-07T00:32:11.743Z | Downloaded peg-macros v0.8.5 |
| 844 | 2026-05-07T00:32:11.743Z | Downloaded password-hash v0.5.0 |
| 845 | 2026-05-07T00:32:11.743Z | Downloaded quick-error v1.2.3 |
| 846 | 2026-05-07T00:32:11.748Z | Downloaded pem v3.0.6 |
| 847 | 2026-05-07T00:32:11.748Z | Downloaded flate2 v1.1.9 |
| 848 | 2026-05-07T00:32:11.752Z | Downloaded paste v1.0.15 |
| 849 | 2026-05-07T00:32:11.753Z | Downloaded progenitor-macro v0.13.0 |
| 850 | 2026-05-07T00:32:11.753Z | Downloaded progenitor-macro v0.11.2 |
| 851 | 2026-05-07T00:32:11.753Z | Downloaded radium v0.7.0 |
| 852 | 2026-05-07T00:32:11.756Z | Downloaded ed25519-dalek v2.2.0 |
| 853 | 2026-05-07T00:32:11.756Z | Downloaded progenitor-macro v0.10.0 |
| 854 | 2026-05-07T00:32:11.756Z | Downloaded pem-rfc7468 v0.7.0 |
| 855 | 2026-05-07T00:32:11.759Z | Downloaded phf v0.12.1 |
| 856 | 2026-05-07T00:32:11.759Z | Downloaded pkcs8 v0.10.2 |
| 857 | 2026-05-07T00:32:11.759Z | Downloaded num_enum v0.5.11 |
| 858 | 2026-05-07T00:32:11.763Z | Downloaded password-hash v0.4.2 |
| 859 | 2026-05-07T00:32:11.766Z | Downloaded num-complex v0.4.6 |
| 860 | 2026-05-07T00:32:11.766Z | Downloaded libbz2-rs-sys v0.2.2 |
| 861 | 2026-05-07T00:32:11.766Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-05-07T00:32:11.772Z | Downloaded progenitor-macro v0.14.0 |
| 863 | 2026-05-07T00:32:11.772Z | Downloaded parse-display-derive v0.10.0 |
| 864 | 2026-05-07T00:32:11.772Z | Downloaded parking_lot_core v0.8.6 |
| 865 | 2026-05-07T00:32:11.772Z | Downloaded oxnet v0.1.4 |
| 866 | 2026-05-07T00:32:11.776Z | Downloaded pkg-config v0.3.32 |
| 867 | 2026-05-07T00:32:11.776Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 868 | 2026-05-07T00:32:11.776Z | Downloaded polyval v0.6.2 |
| 869 | 2026-05-07T00:32:11.776Z | Downloaded poly1305 v0.8.0 |
| 870 | 2026-05-07T00:32:11.776Z | Downloaded ref-cast v1.0.25 |
| 871 | 2026-05-07T00:32:11.779Z | Downloaded ref-cast-impl v1.0.25 |
| 872 | 2026-05-07T00:32:11.779Z | Downloaded rand_chacha v0.3.1 |
| 873 | 2026-05-07T00:32:11.779Z | Downloaded progenitor-client v0.13.0 |
| 874 | 2026-05-07T00:32:11.783Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-05-07T00:32:11.783Z | Downloaded progenitor v0.13.0 |
| 876 | 2026-05-07T00:32:11.783Z | Downloaded progenitor v0.10.0 |
| 877 | 2026-05-07T00:32:11.783Z | Downloaded primeorder v0.13.6 |
| 878 | 2026-05-07T00:32:11.787Z | Downloaded predicates v3.1.4 |
| 879 | 2026-05-07T00:32:11.787Z | Downloaded heapless v0.7.17 |
| 880 | 2026-05-07T00:32:11.791Z | Downloaded omicron-zone-package v0.12.2 |
| 881 | 2026-05-07T00:32:11.791Z | Downloaded heapless v0.8.0 |
| 882 | 2026-05-07T00:32:11.794Z | Downloaded recursive v0.1.1 |
| 883 | 2026-05-07T00:32:11.794Z | Downloaded postgres-protocol v0.6.10 |
| 884 | 2026-05-07T00:32:11.797Z | Downloaded rfc6979 v0.4.0 |
| 885 | 2026-05-07T00:32:11.797Z | Downloaded parking_lot_core v0.9.12 |
| 886 | 2026-05-07T00:32:11.797Z | Downloaded parking_lot v0.11.2 |
| 887 | 2026-05-07T00:32:11.800Z | Downloaded headers v0.4.1 |
| 888 | 2026-05-07T00:32:11.804Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-05-07T00:32:11.808Z | Downloaded flume v0.11.1 |
| 890 | 2026-05-07T00:32:11.809Z | Downloaded cc v1.2.56 |
| 891 | 2026-05-07T00:32:11.812Z | Downloaded proc-macro-crate v3.4.0 |
| 892 | 2026-05-07T00:32:11.812Z | Downloaded progenitor-extras v0.2.0 |
| 893 | 2026-05-07T00:32:11.812Z | Downloaded progenitor v0.14.0 |
| 894 | 2026-05-07T00:32:11.812Z | Downloaded pin-project-internal v1.1.11 |
| 895 | 2026-05-07T00:32:11.815Z | Downloaded peg v0.8.5 |
| 896 | 2026-05-07T00:32:11.815Z | Downloaded pin-project-lite v0.2.17 |
| 897 | 2026-05-07T00:32:11.818Z | Downloaded rustc-hash v2.1.1 |
| 898 | 2026-05-07T00:32:11.821Z | Downloaded rtoolbox v0.0.3 |
| 899 | 2026-05-07T00:32:11.821Z | Downloaded r2d2 v0.8.10 |
| 900 | 2026-05-07T00:32:11.821Z | Downloaded derive_more-impl v2.1.1 |
| 901 | 2026-05-07T00:32:11.824Z | Downloaded rand_core v0.9.5 |
| 902 | 2026-05-07T00:32:11.827Z | Downloaded hickory-resolver v0.24.4 |
| 903 | 2026-05-07T00:32:11.831Z | Downloaded hickory-resolver v0.25.2 |
| 904 | 2026-05-07T00:32:11.831Z | Downloaded pkcs5 v0.7.1 |
| 905 | 2026-05-07T00:32:11.834Z | Downloaded progenitor v0.11.2 |
| 906 | 2026-05-07T00:32:11.834Z | Downloaded rustc_version v0.4.1 |
| 907 | 2026-05-07T00:32:11.838Z | Downloaded rustc_version v0.1.7 |
| 908 | 2026-05-07T00:32:11.838Z | Downloaded russh-cryptovec v0.7.3 |
| 909 | 2026-05-07T00:32:11.838Z | Downloaded pkcs1 v0.7.5 |
| 910 | 2026-05-07T00:32:11.838Z | Downloaded rand_core v0.6.4 |
| 911 | 2026-05-07T00:32:11.841Z | Downloaded psm v0.1.30 |
| 912 | 2026-05-07T00:32:11.841Z | Downloaded bumpalo v3.20.2 |
| 913 | 2026-05-07T00:32:11.844Z | Downloaded indexmap v1.9.3 |
| 914 | 2026-05-07T00:32:11.844Z | Downloaded postcard v1.1.3 |
| 915 | 2026-05-07T00:32:11.848Z | Downloaded rand_chacha v0.9.0 |
| 916 | 2026-05-07T00:32:11.848Z | Downloaded sapling-renderdag v0.1.0 |
| 917 | 2026-05-07T00:32:11.852Z | Downloaded rand_seeder v0.4.0 |
| 918 | 2026-05-07T00:32:11.852Z | Downloaded hashbrown v0.12.3 |
| 919 | 2026-05-07T00:32:11.856Z | Downloaded same-file v1.0.6 |
| 920 | 2026-05-07T00:32:11.856Z | Downloaded scopeguard v1.2.0 |
| 921 | 2026-05-07T00:32:11.856Z | Downloaded postgres-types v0.2.12 |
| 922 | 2026-05-07T00:32:11.859Z | Downloaded rand_core v0.10.0 |
| 923 | 2026-05-07T00:32:11.859Z | Downloaded async-compression v0.4.41 |
| 924 | 2026-05-07T00:32:11.862Z | Downloaded ppv-lite86 v0.2.21 |
| 925 | 2026-05-07T00:32:11.862Z | Downloaded parking_lot v0.12.5 |
| 926 | 2026-05-07T00:32:11.865Z | Downloaded proc-macro-error2 v2.0.1 |
| 927 | 2026-05-07T00:32:11.865Z | Downloaded scheduled-thread-pool v0.2.7 |
| 928 | 2026-05-07T00:32:11.868Z | Downloaded papergrid v0.17.0 |
| 929 | 2026-05-07T00:32:11.871Z | Downloaded serde-big-array v0.5.1 |
| 930 | 2026-05-07T00:32:11.871Z | Downloaded seq-macro v0.3.6 |
| 931 | 2026-05-07T00:32:11.871Z | Downloaded secrecy v0.10.3 |
| 932 | 2026-05-07T00:32:11.875Z | Downloaded scrypt v0.11.0 |
| 933 | 2026-05-07T00:32:11.875Z | Downloaded miniz_oxide v0.8.9 |
| 934 | 2026-05-07T00:32:11.875Z | Downloaded p256 v0.13.2 |
| 935 | 2026-05-07T00:32:11.879Z | Downloaded resolv-conf v0.7.6 |
| 936 | 2026-05-07T00:32:11.879Z | Downloaded salsa20 v0.10.2 |
| 937 | 2026-05-07T00:32:11.879Z | Downloaded crypto-bigint v0.5.5 |
| 938 | 2026-05-07T00:32:11.893Z | Downloaded secrecy v0.8.0 |
| 939 | 2026-05-07T00:32:11.893Z | Downloaded scroll_derive v0.13.1 |
| 940 | 2026-05-07T00:32:11.893Z | Downloaded serde_plain v1.0.2 |
| 941 | 2026-05-07T00:32:11.893Z | Downloaded semver v0.1.20 |
| 942 | 2026-05-07T00:32:11.893Z | Downloaded ed25519 v2.2.3 |
| 943 | 2026-05-07T00:32:11.894Z | Downloaded http-range v0.1.5 |
| 944 | 2026-05-07T00:32:11.894Z | Downloaded const_format_proc_macros v0.2.34 |
| 945 | 2026-05-07T00:32:11.894Z | Downloaded serde_spanned v1.0.4 |
| 946 | 2026-05-07T00:32:11.894Z | Downloaded camino-tempfile-ext v0.3.3 |
| 947 | 2026-05-07T00:32:11.894Z | Downloaded pin-project v1.1.11 |
| 948 | 2026-05-07T00:32:11.898Z | Downloaded serde_repr v0.1.20 |
| 949 | 2026-05-07T00:32:11.903Z | Downloaded sha1 v0.10.6 |
| 950 | 2026-05-07T00:32:11.903Z | Downloaded dropshot-api-manager v0.7.1 |
| 951 | 2026-05-07T00:32:11.906Z | Downloaded serde_urlencoded v0.7.1 |
| 952 | 2026-05-07T00:32:11.906Z | Downloaded arrayvec v0.7.6 |
| 953 | 2026-05-07T00:32:11.906Z | Downloaded shell-words v1.1.1 |
| 954 | 2026-05-07T00:32:11.906Z | Downloaded serde_bytes v0.11.19 |
| 955 | 2026-05-07T00:32:11.909Z | Downloaded sigpipe v0.1.3 |
| 956 | 2026-05-07T00:32:11.910Z | Downloaded signal-hook-tokio v0.3.1 |
| 957 | 2026-05-07T00:32:11.910Z | Downloaded rustls-native-certs v0.8.3 |
| 958 | 2026-05-07T00:32:11.913Z | Downloaded daft-derive v0.1.5 |
| 959 | 2026-05-07T00:32:11.916Z | Downloaded cbc v0.1.2 |
| 960 | 2026-05-07T00:32:11.916Z | Downloaded rustls-pemfile v1.0.4 |
| 961 | 2026-05-07T00:32:11.916Z | Downloaded bcs v0.1.6 |
| 962 | 2026-05-07T00:32:11.919Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 963 | 2026-05-07T00:32:11.919Z | Downloaded darling_core v0.23.0 |
| 964 | 2026-05-07T00:32:11.922Z | Downloaded rusty-fork v0.3.1 |
| 965 | 2026-05-07T00:32:11.922Z | Downloaded rustversion v1.0.22 |
| 966 | 2026-05-07T00:32:11.925Z | Downloaded openssl-sys v0.9.114 |
| 967 | 2026-05-07T00:32:11.929Z | Downloaded signature v2.2.0 |
| 968 | 2026-05-07T00:32:11.929Z | Downloaded schemars_derive v0.8.22 |
| 969 | 2026-05-07T00:32:11.929Z | Downloaded progenitor-impl v0.13.0 |
| 970 | 2026-05-07T00:32:11.932Z | Downloaded slog-bunyan v2.5.0 |
| 971 | 2026-05-07T00:32:11.932Z | Downloaded siphasher v1.0.2 |
| 972 | 2026-05-07T00:32:11.932Z | Downloaded prefix-trie v0.7.0 |
| 973 | 2026-05-07T00:32:11.936Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-05-07T00:32:11.936Z | Downloaded progenitor-impl v0.10.0 |
| 975 | 2026-05-07T00:32:11.939Z | Downloaded oso v0.27.3 |
| 976 | 2026-05-07T00:32:11.939Z | Downloaded jiff-static v0.2.21 |
| 977 | 2026-05-07T00:32:11.942Z | Downloaded expectorate v1.2.0 |
| 978 | 2026-05-07T00:32:11.942Z | Downloaded minimal-lexical v0.2.1 |
| 979 | 2026-05-07T00:32:11.945Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-05-07T00:32:11.948Z | Downloaded sec1 v0.7.3 |
| 981 | 2026-05-07T00:32:11.951Z | Downloaded progenitor-impl v0.11.2 |
| 982 | 2026-05-07T00:32:11.955Z | Downloaded scroll v0.13.0 |
| 983 | 2026-05-07T00:32:11.958Z | Downloaded serde_path_to_error v0.1.20 |
| 984 | 2026-05-07T00:32:11.963Z | Downloaded quinn-udp v0.5.14 |
| 985 | 2026-05-07T00:32:11.963Z | Downloaded hyper-util v0.1.20 |
| 986 | 2026-05-07T00:32:11.966Z | Downloaded russh-keys v0.45.0 |
| 987 | 2026-05-07T00:32:11.970Z | Downloaded serde_derive_internals v0.29.1 |
| 988 | 2026-05-07T00:32:11.973Z | Downloaded sqlparser_derive v0.5.0 |
| 989 | 2026-05-07T00:32:11.978Z | Downloaded ssh-cipher v0.2.0 |
| 990 | 2026-05-07T00:32:11.978Z | Downloaded ssh-encoding v0.2.0 |
| 991 | 2026-05-07T00:32:11.981Z | Downloaded strum v0.26.3 |
| 992 | 2026-05-07T00:32:11.981Z | Downloaded strip-ansi-escapes v0.2.1 |
| 993 | 2026-05-07T00:32:11.981Z | Downloaded shlex v1.3.0 |
| 994 | 2026-05-07T00:32:11.984Z | Downloaded structmeta v0.3.0 |
| 995 | 2026-05-07T00:32:11.984Z | Downloaded structmeta-derive v0.3.0 |
| 996 | 2026-05-07T00:32:11.984Z | Downloaded signal-hook-registry v1.4.8 |
| 997 | 2026-05-07T00:32:11.984Z | Downloaded rustls-pki-types v1.14.0 |
| 998 | 2026-05-07T00:32:11.988Z | Downloaded pretty_assertions v1.4.1 |
| 999 | 2026-05-07T00:32:11.997Z | Downloaded strum v0.27.2 |
| 1000 | 2026-05-07T00:32:12.000Z | Downloaded sync-ptr v0.1.4 |
| 1001 | 2026-05-07T00:32:12.000Z | Downloaded supports-color v3.0.2 |
| 1002 | 2026-05-07T00:32:12.000Z | Downloaded hickory-server v0.25.2 |
| 1003 | 2026-05-07T00:32:12.004Z | Downloaded tabled_derive v0.11.0 |
| 1004 | 2026-05-07T00:32:12.004Z | Downloaded subtle v2.6.1 |
| 1005 | 2026-05-07T00:32:12.007Z | Downloaded slog-json v2.6.1 |
| 1006 | 2026-05-07T00:32:12.007Z | Downloaded take_mut v0.2.2 |
| 1007 | 2026-05-07T00:32:12.007Z | Downloaded tabwriter v1.4.1 |
| 1008 | 2026-05-07T00:32:12.010Z | Downloaded sync_wrapper v1.0.2 |
| 1009 | 2026-05-07T00:32:12.010Z | Downloaded smallvec v0.6.14 |
| 1010 | 2026-05-07T00:32:12.010Z | Downloaded tap v1.0.1 |
| 1011 | 2026-05-07T00:32:12.014Z | Downloaded slog-term v2.9.2 |
| 1012 | 2026-05-07T00:32:12.015Z | Downloaded simd-adler32 v0.3.8 |
| 1013 | 2026-05-07T00:32:12.015Z | Downloaded smf v0.2.3 |
| 1014 | 2026-05-07T00:32:12.020Z | Downloaded slog-dtrace v0.3.0 |
| 1015 | 2026-05-07T00:32:12.020Z | Downloaded slab v0.4.12 |
| 1016 | 2026-05-07T00:32:12.024Z | Downloaded slog-async v2.8.0 |
| 1017 | 2026-05-07T00:32:12.024Z | Downloaded progenitor-impl v0.14.0 |
| 1018 | 2026-05-07T00:32:12.024Z | Downloaded tagptr v0.2.0 |
| 1019 | 2026-05-07T00:32:12.024Z | Downloaded ron v0.8.1 |
| 1020 | 2026-05-07T00:32:12.027Z | Downloaded slog-scope v4.4.1 |
| 1021 | 2026-05-07T00:32:12.030Z | Downloaded snafu-derive v0.8.9 |
| 1022 | 2026-05-07T00:32:12.030Z | Downloaded serde-hex v0.1.0 |
| 1023 | 2026-05-07T00:32:12.030Z | Downloaded termtree v0.5.1 |
| 1024 | 2026-05-07T00:32:12.033Z | Downloaded testing_table v0.3.0 |
| 1025 | 2026-05-07T00:32:12.033Z | Downloaded sct v0.7.1 |
| 1026 | 2026-05-07T00:32:12.037Z | Downloaded time-core v0.1.8 |
| 1027 | 2026-05-07T00:32:12.037Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1028 | 2026-05-07T00:32:12.037Z | Downloaded tinyvec_macros v0.1.1 |
| 1029 | 2026-05-07T00:32:12.040Z | Downloaded static_assertions v1.1.0 |
| 1030 | 2026-05-07T00:32:12.045Z | Downloaded serde_cbor v0.11.2 |
| 1031 | 2026-05-07T00:32:12.045Z | Downloaded crossterm v0.28.1 |
| 1032 | 2026-05-07T00:32:12.048Z | Downloaded string_cache v0.8.9 |
| 1033 | 2026-05-07T00:32:12.048Z | Downloaded sqlformat v0.3.5 |
| 1034 | 2026-05-07T00:32:12.052Z | Downloaded thread-id v5.1.0 |
| 1035 | 2026-05-07T00:32:12.052Z | Downloaded spki v0.7.3 |
| 1036 | 2026-05-07T00:32:12.052Z | Downloaded serde_with_macros v3.17.0 |
| 1037 | 2026-05-07T00:32:12.055Z | Downloaded tokio-macros v2.7.0 |
| 1038 | 2026-05-07T00:32:12.055Z | Downloaded stacker v0.1.23 |
| 1039 | 2026-05-07T00:32:12.062Z | Downloaded rcgen v0.12.1 |
| 1040 | 2026-05-07T00:32:12.066Z | Downloaded prettyplease v0.2.37 |
| 1041 | 2026-05-07T00:32:12.069Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1042 | 2026-05-07T00:32:12.069Z | Downloaded strum_macros v0.26.4 |
| 1043 | 2026-05-07T00:32:12.073Z | Downloaded strum_macros v0.27.2 |
| 1044 | 2026-05-07T00:32:12.073Z | Downloaded rayon-core v1.13.0 |
| 1045 | 2026-05-07T00:32:12.077Z | Downloaded support-bundle-viewer v0.1.2 |
| 1046 | 2026-05-07T00:32:12.077Z | Downloaded schemars v0.8.22 |
| 1047 | 2026-05-07T00:32:12.082Z | Downloaded http v1.4.0 |
| 1048 | 2026-05-07T00:32:12.085Z | Downloaded crossterm v0.29.0 |
| 1049 | 2026-05-07T00:32:12.089Z | Downloaded num-bigint v0.4.6 |
| 1050 | 2026-05-07T00:32:12.092Z | Downloaded nom v7.1.3 |
| 1051 | 2026-05-07T00:32:12.097Z | Downloaded strum_macros v0.24.3 |
| 1052 | 2026-05-07T00:32:12.104Z | Downloaded mio v1.2.0 |
| 1053 | 2026-05-07T00:32:12.104Z | Downloaded tiny-keccak v2.0.2 |
| 1054 | 2026-05-07T00:32:12.107Z | Downloaded termios v0.3.3 |
| 1055 | 2026-05-07T00:32:12.107Z | Downloaded tower-layer v0.3.3 |
| 1056 | 2026-05-07T00:32:12.107Z | Downloaded slog-stdlog v4.1.1 |
| 1057 | 2026-05-07T00:32:12.108Z | Downloaded quinn v0.11.9 |
| 1058 | 2026-05-07T00:32:12.108Z | Downloaded thiserror-no-std v2.0.2 |
| 1059 | 2026-05-07T00:32:12.111Z | Downloaded topological-sort v0.2.2 |
| 1060 | 2026-05-07T00:32:12.111Z | Downloaded time-macros v0.2.27 |
| 1061 | 2026-05-07T00:32:12.111Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1062 | 2026-05-07T00:32:12.114Z | Downloaded libxml v0.3.3 |
| 1063 | 2026-05-07T00:32:12.118Z | Downloaded rustls-pemfile v2.2.0 |
| 1064 | 2026-05-07T00:32:12.121Z | Downloaded hashbrown v0.15.5 |
| 1065 | 2026-05-07T00:32:12.124Z | Downloaded thread_local v1.1.9 |
| 1066 | 2026-05-07T00:32:12.124Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-05-07T00:32:12.127Z | Downloaded qorb v0.4.1 |
| 1068 | 2026-05-07T00:32:12.130Z | Downloaded typify-macro v0.6.2 |
| 1069 | 2026-05-07T00:32:12.130Z | Downloaded trait-variant v0.1.2 |
| 1070 | 2026-05-07T00:32:12.130Z | Downloaded tower-service v0.3.3 |
| 1071 | 2026-05-07T00:32:12.130Z | Downloaded hashbrown v0.13.2 |
| 1072 | 2026-05-07T00:32:12.134Z | Downloaded try-lock v0.2.5 |
| 1073 | 2026-05-07T00:32:12.134Z | Downloaded rand v0.8.5 |
| 1074 | 2026-05-07T00:32:12.137Z | Downloaded tokio-dtrace v0.1.1 |
| 1075 | 2026-05-07T00:32:12.137Z | Downloaded iddqd v0.3.18 |
| 1076 | 2026-05-07T00:32:12.141Z | Downloaded tokio-native-tls v0.3.1 |
| 1077 | 2026-05-07T00:32:12.144Z | Downloaded signal-hook v0.3.18 |
| 1078 | 2026-05-07T00:32:12.144Z | Downloaded unarray v0.1.4 |
| 1079 | 2026-05-07T00:32:12.149Z | Downloaded ryu v1.0.23 |
| 1080 | 2026-05-07T00:32:12.149Z | Downloaded similar v2.7.0 |
| 1081 | 2026-05-07T00:32:12.152Z | Downloaded typify-macro v0.4.3 |
| 1082 | 2026-05-07T00:32:12.152Z | Downloaded unicode-truncate v1.1.0 |
| 1083 | 2026-05-07T00:32:12.152Z | Downloaded untrusted v0.7.1 |
| 1084 | 2026-05-07T00:32:12.155Z | Downloaded unit-prefix v0.5.2 |
| 1085 | 2026-05-07T00:32:12.155Z | Downloaded universal-hash v0.5.1 |
| 1086 | 2026-05-07T00:32:12.155Z | Downloaded utf-8 v0.7.6 |
| 1087 | 2026-05-07T00:32:12.158Z | Downloaded hashbrown v0.16.1 |
| 1088 | 2026-05-07T00:32:12.162Z | Downloaded itertools v0.10.5 |
| 1089 | 2026-05-07T00:32:12.167Z | Downloaded schemars v0.9.0 |
| 1090 | 2026-05-07T00:32:12.173Z | Downloaded usdt-macro v0.6.0 |
| 1091 | 2026-05-07T00:32:12.177Z | Downloaded usdt-attr-macro v0.6.0 |
| 1092 | 2026-05-07T00:32:12.177Z | Downloaded usdt v0.6.0 |
| 1093 | 2026-05-07T00:32:12.177Z | Downloaded aho-corasick v1.1.4 |
| 1094 | 2026-05-07T00:32:12.180Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1095 | 2026-05-07T00:32:12.180Z | Downloaded term v1.2.1 |
| 1096 | 2026-05-07T00:32:12.183Z | Downloaded void v1.0.2 |
| 1097 | 2026-05-07T00:32:12.183Z | Downloaded term v0.7.0 |
| 1098 | 2026-05-07T00:32:12.186Z | Downloaded spin v0.9.8 |
| 1099 | 2026-05-07T00:32:12.186Z | Downloaded tokio-tungstenite v0.23.1 |
| 1100 | 2026-05-07T00:32:12.189Z | Downloaded socket2 v0.6.3 |
| 1101 | 2026-05-07T00:32:12.190Z | Downloaded socket2 v0.5.10 |
| 1102 | 2026-05-07T00:32:12.193Z | Downloaded slog v2.8.2 |
| 1103 | 2026-05-07T00:32:12.193Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1104 | 2026-05-07T00:32:12.196Z | Downloaded publicsuffix v2.3.0 |
| 1105 | 2026-05-07T00:32:12.196Z | Downloaded tls_codec_derive v0.4.2 |
| 1106 | 2026-05-07T00:32:12.199Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-05-07T00:32:12.199Z | Downloaded rsa v0.9.10 |
| 1108 | 2026-05-07T00:32:12.206Z | Downloaded num-bigint-dig v0.8.6 |
| 1109 | 2026-05-07T00:32:12.209Z | Downloaded tls_codec v0.4.2 |
| 1110 | 2026-05-07T00:32:12.209Z | Downloaded waitgroup v0.1.2 |
| 1111 | 2026-05-07T00:32:12.209Z | Downloaded want v0.3.1 |
| 1112 | 2026-05-07T00:32:12.209Z | Downloaded wait-timeout v0.2.1 |
| 1113 | 2026-05-07T00:32:12.209Z | Downloaded rand v0.9.2 |
| 1114 | 2026-05-07T00:32:12.213Z | Downloaded futures-util v0.3.32 |
| 1115 | 2026-05-07T00:32:12.220Z | Downloaded subprocess v0.2.15 |
| 1116 | 2026-05-07T00:32:12.224Z | Downloaded tokio-rustls v0.26.4 |
| 1117 | 2026-05-07T00:32:12.226Z | Downloaded tokio-rustls v0.25.0 |
| 1118 | 2026-05-07T00:32:12.227Z | Downloaded tokio-rustls v0.24.1 |
| 1119 | 2026-05-07T00:32:12.227Z | Downloaded xshell-macros v0.2.7 |
| 1120 | 2026-05-07T00:32:12.230Z | Downloaded untrusted v0.9.0 |
| 1121 | 2026-05-07T00:32:12.230Z | Downloaded hyper v1.8.1 |
| 1122 | 2026-05-07T00:32:12.233Z | Downloaded xattr v1.6.1 |
| 1123 | 2026-05-07T00:32:12.236Z | Downloaded hkdf v0.12.4 |
| 1124 | 2026-05-07T00:32:12.236Z | Downloaded tokio-stream v0.1.18 |
| 1125 | 2026-05-07T00:32:12.239Z | Downloaded itertools v0.12.1 |
| 1126 | 2026-05-07T00:32:12.242Z | Downloaded zeroize_derive v1.4.3 |
| 1127 | 2026-05-07T00:32:12.245Z | Downloaded tokio-tungstenite v0.21.0 |
| 1128 | 2026-05-07T00:32:12.245Z | Downloaded zone v0.3.1 |
| 1129 | 2026-05-07T00:32:12.249Z | Downloaded itertools v0.13.0 |
| 1130 | 2026-05-07T00:32:12.252Z | Downloaded usdt-impl v0.6.0 |
| 1131 | 2026-05-07T00:32:12.255Z | Downloaded test-strategy v0.4.5 |
| 1132 | 2026-05-07T00:32:12.255Z | Downloaded tracing-attributes v0.1.31 |
| 1133 | 2026-05-07T00:32:12.258Z | Downloaded tui-tree-widget v0.23.1 |
| 1134 | 2026-05-07T00:32:12.258Z | Downloaded zone_cfg_derive v0.3.1 |
| 1135 | 2026-05-07T00:32:12.258Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1136 | 2026-05-07T00:32:12.262Z | Downloaded vsss-rs v3.3.4 |
| 1137 | 2026-05-07T00:32:12.266Z | Downloaded twox-hash v2.1.2 |
| 1138 | 2026-05-07T00:32:12.269Z | Downloaded itertools v0.14.0 |
| 1139 | 2026-05-07T00:32:12.272Z | Downloaded tinyvec v1.10.0 |
| 1140 | 2026-05-07T00:32:12.276Z | Downloaded vergen-lib v0.1.6 |
| 1141 | 2026-05-07T00:32:12.279Z | Downloaded vergen-gitcl v1.0.8 |
| 1142 | 2026-05-07T00:32:12.279Z | Downloaded vergen-git2 v1.0.7 |
| 1143 | 2026-05-07T00:32:12.282Z | Downloaded libm v0.2.16 |
| 1144 | 2026-05-07T00:32:12.285Z | Downloaded rustls-webpki v0.103.9 |
| 1145 | 2026-05-07T00:32:12.288Z | Downloaded rand v0.10.0 |
| 1146 | 2026-05-07T00:32:12.291Z | Downloaded wyz v0.5.1 |
| 1147 | 2026-05-07T00:32:12.291Z | Downloaded whoami v2.1.0 |
| 1148 | 2026-05-07T00:32:12.291Z | Downloaded whoami v1.6.1 |
| 1149 | 2026-05-07T00:32:12.294Z | Downloaded unicase v2.9.0 |
| 1150 | 2026-05-07T00:32:12.294Z | Downloaded walkdir v2.5.0 |
| 1151 | 2026-05-07T00:32:12.295Z | Downloaded xshell v0.2.7 |
| 1152 | 2026-05-07T00:32:12.300Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1153 | 2026-05-07T00:32:12.300Z | Downloaded schemars v1.2.1 |
| 1154 | 2026-05-07T00:32:12.306Z | Downloaded zeroize v1.8.2 |
| 1155 | 2026-05-07T00:32:12.309Z | Downloaded p521 v0.13.3 |
| 1156 | 2026-05-07T00:32:12.313Z | Downloaded iri-string v0.7.10 |
| 1157 | 2026-05-07T00:32:12.317Z | Downloaded tar v0.4.45 |
| 1158 | 2026-05-07T00:32:12.317Z | Downloaded zstd v0.13.3 |
| 1159 | 2026-05-07T00:32:12.322Z | Downloaded russh v0.45.0 |
| 1160 | 2026-05-07T00:32:12.322Z | Downloaded zstd-safe v7.2.4 |
| 1161 | 2026-05-07T00:32:12.326Z | Downloaded h2 v0.4.13 |
| 1162 | 2026-05-07T00:32:12.329Z | Downloaded uzers v0.12.2 |
| 1163 | 2026-05-07T00:32:12.329Z | Downloaded snafu v0.8.9 |
| 1164 | 2026-05-07T00:32:12.332Z | Downloaded typify v0.6.2 |
| 1165 | 2026-05-07T00:32:12.335Z | Downloaded tungstenite v0.21.0 |
| 1166 | 2026-05-07T00:32:12.338Z | Downloaded toml v0.7.8 |
| 1167 | 2026-05-07T00:32:12.338Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-05-07T00:32:12.341Z | Downloaded samael v0.0.19 |
| 1169 | 2026-05-07T00:32:12.344Z | Downloaded typify v0.4.3 |
| 1170 | 2026-05-07T00:32:12.347Z | Downloaded rustyline v14.0.0 |
| 1171 | 2026-05-07T00:32:12.350Z | Downloaded unsafe-libyaml v0.2.11 |
| 1172 | 2026-05-07T00:32:12.353Z | Downloaded yasna v0.5.2 |
| 1173 | 2026-05-07T00:32:12.353Z | Downloaded zerocopy v0.6.6 |
| 1174 | 2026-05-07T00:32:12.364Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1175 | 2026-05-07T00:32:12.367Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1176 | 2026-05-07T00:32:12.370Z | Downloaded vergen v9.0.6 |
| 1177 | 2026-05-07T00:32:12.373Z | Downloaded steno v0.4.1 |
| 1178 | 2026-05-07T00:32:12.376Z | Downloaded rpassword v7.4.0 |
| 1179 | 2026-05-07T00:32:12.380Z | Downloaded tracing-core v0.1.36 |
| 1180 | 2026-05-07T00:32:12.383Z | Downloaded reedline v0.40.0 |
| 1181 | 2026-05-07T00:32:12.387Z | Downloaded vte v0.14.1 |
| 1182 | 2026-05-07T00:32:12.390Z | Downloaded tungstenite v0.23.0 |
| 1183 | 2026-05-07T00:32:12.393Z | Downloaded unicode-bidi v0.3.18 |
| 1184 | 2026-05-07T00:32:12.393Z | Downloaded aws-lc-rs v1.16.0 |
| 1185 | 2026-05-07T00:32:12.400Z | Downloaded bindgen v0.71.1 |
| 1186 | 2026-05-07T00:32:12.406Z | Downloaded uuid v1.23.0 |
| 1187 | 2026-05-07T00:32:12.412Z | Downloaded toml_edit v0.19.15 |
| 1188 | 2026-05-07T00:32:12.422Z | Downloaded zopfli v0.8.3 |
| 1189 | 2026-05-07T00:32:12.425Z | Downloaded tokio-postgres v0.7.16 |
| 1190 | 2026-05-07T00:32:12.428Z | Downloaded ssh-key v0.6.7 |
| 1191 | 2026-05-07T00:32:12.432Z | Downloaded yansi v1.0.1 |
| 1192 | 2026-05-07T00:32:12.434Z | Downloaded regex v1.12.3 |
| 1193 | 2026-05-07T00:32:12.443Z | Downloaded unicode_categories v0.1.1 |
| 1194 | 2026-05-07T00:32:12.446Z | Downloaded tower v0.5.3 |
| 1195 | 2026-05-07T00:32:12.453Z | Downloaded reqwest v0.13.2 |
| 1196 | 2026-05-07T00:32:12.456Z | Downloaded reqwest v0.12.28 |
| 1197 | 2026-05-07T00:32:12.460Z | Downloaded git2 v0.20.4 |
| 1198 | 2026-05-07T00:32:12.472Z | Downloaded lalrpop v0.19.12 |
| 1199 | 2026-05-07T00:32:12.479Z | Downloaded zip v0.6.6 |
| 1200 | 2026-05-07T00:32:12.482Z | Downloaded p384 v0.13.1 |
| 1201 | 2026-05-07T00:32:12.491Z | Downloaded x509-cert v0.2.5 |
| 1202 | 2026-05-07T00:32:12.499Z | Downloaded chrono v0.4.44 |
| 1203 | 2026-05-07T00:32:12.507Z | Downloaded quick-xml v0.37.5 |
| 1204 | 2026-05-07T00:32:12.511Z | Downloaded typed-path v0.9.3 |
| 1205 | 2026-05-07T00:32:12.514Z | Downloaded zerocopy-derive v0.8.40 |
| 1206 | 2026-05-07T00:32:12.519Z | Downloaded unicode-segmentation v1.12.0 |
| 1207 | 2026-05-07T00:32:12.522Z | Downloaded goblin v0.10.5 |
| 1208 | 2026-05-07T00:32:12.526Z | Downloaded unicode-normalization v0.1.25 |
| 1209 | 2026-05-07T00:32:12.530Z | Downloaded salty v0.3.0 |
| 1210 | 2026-05-07T00:32:12.537Z | Downloaded rustls-webpki v0.101.7 |
| 1211 | 2026-05-07T00:32:12.546Z | Downloaded zip v4.6.1 |
| 1212 | 2026-05-07T00:32:12.549Z | Downloaded moka v0.12.13 |
| 1213 | 2026-05-07T00:32:12.554Z | Downloaded tokio-util v0.7.18 |
| 1214 | 2026-05-07T00:32:12.558Z | Downloaded tough v0.20.0 |
| 1215 | 2026-05-07T00:32:12.563Z | Downloaded rustls-webpki v0.102.8 |
| 1216 | 2026-05-07T00:32:12.573Z | Downloaded rayon v1.11.0 |
| 1217 | 2026-05-07T00:32:12.579Z | Downloaded serde_with v3.17.0 |
| 1218 | 2026-05-07T00:32:12.585Z | Downloaded tower-http v0.6.8 |
| 1219 | 2026-05-07T00:32:12.590Z | Downloaded petname v2.0.2 |
| 1220 | 2026-05-07T00:32:12.593Z | Downloaded proptest v1.10.0 |
| 1221 | 2026-05-07T00:32:12.598Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-05-07T00:32:12.603Z | Downloaded radix_trie v0.2.1 |
| 1223 | 2026-05-07T00:32:12.606Z | Downloaded quinn-proto v0.11.13 |
| 1224 | 2026-05-07T00:32:12.617Z | Downloaded nix v0.27.1 |
| 1225 | 2026-05-07T00:32:12.623Z | Downloaded winnow v0.5.40 |
| 1226 | 2026-05-07T00:32:12.629Z | Downloaded object v0.30.4 |
| 1227 | 2026-05-07T00:32:12.635Z | Downloaded winnow v0.6.26 |
| 1228 | 2026-05-07T00:32:12.640Z | Downloaded curve25519-dalek v4.1.3 |
| 1229 | 2026-05-07T00:32:12.646Z | Downloaded openssl v0.10.78 |
| 1230 | 2026-05-07T00:32:12.653Z | Downloaded polar-core v0.27.3 |
| 1231 | 2026-05-07T00:32:12.663Z | Downloaded bstr v1.12.1 |
| 1232 | 2026-05-07T00:32:12.680Z | Downloaded tabled v0.20.0 |
| 1233 | 2026-05-07T00:32:12.690Z | Downloaded regex-syntax v0.6.29 |
| 1234 | 2026-05-07T00:32:12.694Z | Downloaded time v0.3.47 |
| 1235 | 2026-05-07T00:32:12.701Z | Downloaded rustls v0.21.12 |
| 1236 | 2026-05-07T00:32:12.711Z | Downloaded smoltcp v0.9.1 |
| 1237 | 2026-05-07T00:32:12.718Z | Downloaded vcpkg v0.2.15 |
| 1238 | 2026-05-07T00:32:12.740Z | Downloaded zlib-rs v0.6.2 |
| 1239 | 2026-05-07T00:32:12.743Z | Downloaded nix v0.31.2 |
| 1240 | 2026-05-07T00:32:12.750Z | Downloaded object v0.37.3 |
| 1241 | 2026-05-07T00:32:12.757Z | Downloaded nix v0.29.0 |
| 1242 | 2026-05-07T00:32:12.763Z | Downloaded hickory-proto v0.24.4 |
| 1243 | 2026-05-07T00:32:12.772Z | Downloaded webpki-roots v1.0.6 |
| 1244 | 2026-05-07T00:32:12.776Z | Downloaded rustls v0.22.4 |
| 1245 | 2026-05-07T00:32:12.782Z | Downloaded zerocopy v0.8.40 |
| 1246 | 2026-05-07T00:32:12.790Z | Downloaded regress v0.10.5 |
| 1247 | 2026-05-07T00:32:12.796Z | Downloaded regex-syntax v0.8.10 |
| 1248 | 2026-05-07T00:32:12.799Z | Downloaded rustls v0.23.37 |
| 1249 | 2026-05-07T00:32:12.805Z | Downloaded diesel v2.3.7 |
| 1250 | 2026-05-07T00:32:12.819Z | Downloaded regress v0.11.1 |
| 1251 | 2026-05-07T00:32:12.824Z | Downloaded openapiv3 v2.2.0 |
| 1252 | 2026-05-07T00:32:12.832Z | Downloaded hickory-proto v0.25.2 |
| 1253 | 2026-05-07T00:32:12.841Z | Downloaded rustix v0.38.44 |
| 1254 | 2026-05-07T00:32:12.854Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-05-07T00:32:12.862Z | Downloaded dropshot v0.17.0 |
| 1256 | 2026-05-07T00:32:12.876Z | Downloaded sled v0.34.7 |
| 1257 | 2026-05-07T00:32:12.881Z | Downloaded dropshot v0.16.7 |
| 1258 | 2026-05-07T00:32:12.894Z | Downloaded typify-impl v0.6.2 |
| 1259 | 2026-05-07T00:32:12.902Z | Downloaded sqlparser v0.61.0 |
| 1260 | 2026-05-07T00:32:12.908Z | Downloaded nix v0.28.0 |
| 1261 | 2026-05-07T00:32:12.915Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1262 | 2026-05-07T00:32:12.923Z | Downloaded tracing v0.1.44 |
| 1263 | 2026-05-07T00:32:12.936Z | Downloaded typify-impl v0.4.3 |
| 1264 | 2026-05-07T00:32:12.945Z | Downloaded ratatui v0.29.0 |
| 1265 | 2026-05-07T00:32:12.963Z | Downloaded petgraph v0.6.5 |
| 1266 | 2026-05-07T00:32:12.975Z | Downloaded zerocopy-derive v0.6.6 |
| 1267 | 2026-05-07T00:32:12.980Z | Downloaded chrono-tz v0.10.4 |
| 1268 | 2026-05-07T00:32:12.999Z | Downloaded regex-automata v0.4.14 |
| 1269 | 2026-05-07T00:32:13.008Z | Downloaded libz-sys v1.1.24 |
| 1270 | 2026-05-07T00:32:13.021Z | Downloaded jiff v0.2.21 |
| 1271 | 2026-05-07T00:32:13.032Z | Downloaded sha3 v0.10.8 |
| 1272 | 2026-05-07T00:32:13.054Z | Downloaded petgraph v0.8.3 |
| 1273 | 2026-05-07T00:32:13.066Z | Downloaded csv v1.4.0 |
| 1274 | 2026-05-07T00:32:13.082Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1275 | 2026-05-07T00:32:13.091Z | Downloaded tokio v1.52.1 |
| 1276 | 2026-05-07T00:32:13.123Z | Downloaded encoding_rs v0.8.35 |
| 1277 | 2026-05-07T00:32:13.143Z | Downloaded ring v0.17.14 |
| 1278 | 2026-05-07T00:32:13.196Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1279 | 2026-05-07T00:32:13.734Z | Downloaded aws-lc-sys v0.37.1 |
| 1280 | 2026-05-07T00:32:13.984Z | Compiling libc v0.2.185 |
| 1281 | 2026-05-07T00:32:13.984Z | Compiling serde v1.0.228 |
| 1282 | 2026-05-07T00:32:13.987Z | Compiling log v0.4.29 |
| 1283 | 2026-05-07T00:32:13.987Z | Compiling shlex v1.3.0 |
| 1284 | 2026-05-07T00:32:13.987Z | Compiling find-msvc-tools v0.1.9 |
| 1285 | 2026-05-07T00:32:13.987Z | Compiling smallvec v1.15.1 |
| 1286 | 2026-05-07T00:32:13.987Z | Compiling typenum v1.19.0 |
| 1287 | 2026-05-07T00:32:13.987Z | Compiling subtle v2.6.1 |
| 1288 | 2026-05-07T00:32:13.988Z | Compiling generic-array v0.14.7 |
| 1289 | 2026-05-07T00:32:13.988Z | Compiling scopeguard v1.2.0 |
| 1290 | 2026-05-07T00:32:13.988Z | Compiling const-oid v0.9.6 |
| 1291 | 2026-05-07T00:32:13.988Z | Compiling portable-atomic v1.13.1 |
| 1292 | 2026-05-07T00:32:13.988Z | Compiling zerocopy v0.8.40 |
| 1293 | 2026-05-07T00:32:14.147Z | Compiling syn v2.0.117 |
| 1294 | 2026-05-07T00:32:14.258Z | Compiling serde_json v1.0.149 |
| 1295 | 2026-05-07T00:32:14.261Z | Compiling critical-section v1.2.0 |
| 1296 | 2026-05-07T00:32:14.296Z | Compiling lock_api v0.4.14 |
| 1297 | 2026-05-07T00:32:14.344Z | Compiling pin-project-lite v0.2.17 |
| 1298 | 2026-05-07T00:32:14.359Z | Compiling parking_lot_core v0.9.12 |
| 1299 | 2026-05-07T00:32:14.403Z | Compiling pkg-config v0.3.32 |
| 1300 | 2026-05-07T00:32:14.417Z | Compiling bitflags v2.11.0 |
| 1301 | 2026-05-07T00:32:14.431Z | Compiling libm v0.2.16 |
| 1302 | 2026-05-07T00:32:14.446Z | Compiling num-traits v0.2.19 |
| 1303 | 2026-05-07T00:32:14.473Z | Compiling futures-core v0.3.32 |
| 1304 | 2026-05-07T00:32:14.487Z | Compiling percent-encoding v2.3.2 |
| 1305 | 2026-05-07T00:32:14.550Z | Compiling cpufeatures v0.2.17 |
| 1306 | 2026-05-07T00:32:14.550Z | Compiling futures-sink v0.3.32 |
| 1307 | 2026-05-07T00:32:14.654Z | Compiling futures-channel v0.3.32 |
| 1308 | 2026-05-07T00:32:14.672Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-05-07T00:32:14.686Z | Compiling slab v0.4.12 |
| 1310 | 2026-05-07T00:32:14.689Z | Compiling futures-io v0.3.32 |
| 1311 | 2026-05-07T00:32:14.689Z | Compiling futures-task v0.3.32 |
| 1312 | 2026-05-07T00:32:14.824Z | Compiling getrandom v0.3.4 |
| 1313 | 2026-05-07T00:32:14.827Z | Compiling rand_core v0.10.0 |
| 1314 | 2026-05-07T00:32:14.900Z | Compiling rustversion v1.0.22 |
| 1315 | 2026-05-07T00:32:14.926Z | Compiling indexmap v2.14.0 |
| 1316 | 2026-05-07T00:32:14.940Z | Compiling form_urlencoded v1.2.2 |
| 1317 | 2026-05-07T00:32:14.956Z | Compiling ident_case v1.0.1 |
| 1318 | 2026-05-07T00:32:14.976Z | Compiling base64ct v1.8.3 |
| 1319 | 2026-05-07T00:32:14.994Z | Compiling fs_extra v1.3.0 |
| 1320 | 2026-05-07T00:32:15.023Z | Compiling dunce v1.0.5 |
| 1321 | 2026-05-07T00:32:15.037Z | Compiling flagset v0.4.7 |
| 1322 | 2026-05-07T00:32:15.094Z | Compiling getrandom v0.2.17 |
| 1323 | 2026-05-07T00:32:15.111Z | Compiling jobserver v0.1.34 |
| 1324 | 2026-05-07T00:32:15.136Z | Compiling errno v0.3.14 |
| 1325 | 2026-05-07T00:32:15.172Z | Compiling mio v1.2.0 |
| 1326 | 2026-05-07T00:32:15.186Z | Compiling socket2 v0.6.3 |
| 1327 | 2026-05-07T00:32:15.265Z | Compiling rand_core v0.6.4 |
| 1328 | 2026-05-07T00:32:15.304Z | Compiling signal-hook-registry v1.4.8 |
| 1329 | 2026-05-07T00:32:15.351Z | Compiling cc v1.2.56 |
| 1330 | 2026-05-07T00:32:15.364Z | Compiling once_cell v1.21.3 |
| 1331 | 2026-05-07T00:32:15.458Z | Compiling parking_lot v0.12.5 |
| 1332 | 2026-05-07T00:32:15.486Z | Compiling pem-rfc7468 v0.7.0 |
| 1333 | 2026-05-07T00:32:15.536Z | Compiling rustix v1.1.3 |
| 1334 | 2026-05-07T00:32:15.572Z | Compiling iana-time-zone v0.1.65 |
| 1335 | 2026-05-07T00:32:15.604Z | Compiling uuid v1.23.0 |
| 1336 | 2026-05-07T00:32:15.620Z | Compiling rustc_version v0.4.1 |
| 1337 | 2026-05-07T00:32:15.636Z | Compiling vcpkg v0.2.15 |
| 1338 | 2026-05-07T00:32:15.663Z | Compiling aws-lc-rs v1.16.0 |
| 1339 | 2026-05-07T00:32:15.668Z | Compiling regex-syntax v0.8.10 |
| 1340 | 2026-05-07T00:32:15.800Z | Compiling rand_core v0.9.5 |
| 1341 | 2026-05-07T00:32:15.835Z | Compiling tracing-core v0.1.36 |
| 1342 | 2026-05-07T00:32:15.868Z | Compiling untrusted v0.7.1 |
| 1343 | 2026-05-07T00:32:15.882Z | Compiling httparse v1.10.1 |
| 1344 | 2026-05-07T00:32:15.888Z | Compiling base64 v0.22.1 |
| 1345 | 2026-05-07T00:32:15.983Z | Compiling schemars v0.8.22 |
| 1346 | 2026-05-07T00:32:15.996Z | Compiling untrusted v0.9.0 |
| 1347 | 2026-05-07T00:32:16.013Z | Compiling openssl-probe v0.2.1 |
| 1348 | 2026-05-07T00:32:16.029Z | Compiling try-lock v0.2.5 |
| 1349 | 2026-05-07T00:32:16.072Z | Compiling tinyvec_macros v0.1.1 |
| 1350 | 2026-05-07T00:32:16.118Z | Compiling cmake v0.1.57 |
| 1351 | 2026-05-07T00:32:16.138Z | Compiling rustls v0.23.37 |
| 1352 | 2026-05-07T00:32:16.155Z | Compiling tower-service v0.3.3 |
| 1353 | 2026-05-07T00:32:16.168Z | Compiling tower-layer v0.3.3 |
| 1354 | 2026-05-07T00:32:16.227Z | Compiling dyn-clone v1.0.20 |
| 1355 | 2026-05-07T00:32:16.244Z | Compiling atomic-waker v1.1.2 |
| 1356 | 2026-05-07T00:32:16.259Z | Compiling tinyvec v1.10.0 |
| 1357 | 2026-05-07T00:32:16.274Z | Compiling want v0.3.1 |
| 1358 | 2026-05-07T00:32:16.341Z | Compiling spin v0.9.8 |
| 1359 | 2026-05-07T00:32:16.356Z | Compiling aho-corasick v1.1.4 |
| 1360 | 2026-05-07T00:32:16.385Z | Compiling num-conv v0.2.0 |
| 1361 | 2026-05-07T00:32:16.389Z | Compiling httpdate v1.0.3 |
| 1362 | 2026-05-07T00:32:16.413Z | Compiling time-core v0.1.8 |
| 1363 | 2026-05-07T00:32:16.417Z | Compiling foreign-types-shared v0.1.1 |
| 1364 | 2026-05-07T00:32:16.444Z | Compiling openssl v0.10.78 |
| 1365 | 2026-05-07T00:32:16.447Z | Compiling pin-utils v0.1.0 |
| 1366 | 2026-05-07T00:32:16.472Z | Compiling crc32fast v1.5.0 |
| 1367 | 2026-05-07T00:32:16.530Z | Compiling powerfmt v0.2.0 |
| 1368 | 2026-05-07T00:32:16.545Z | Compiling foreign-types v0.3.2 |
| 1369 | 2026-05-07T00:32:16.559Z | Compiling wait-timeout v0.2.1 |
| 1370 | 2026-05-07T00:32:16.574Z | Compiling native-tls v0.2.18 |
| 1371 | 2026-05-07T00:32:16.588Z | Compiling time-macros v0.2.27 |
| 1372 | 2026-05-07T00:32:16.591Z | Compiling bit-vec v0.8.0 |
| 1373 | 2026-05-07T00:32:16.628Z | Compiling crossbeam-utils v0.8.21 |
| 1374 | 2026-05-07T00:32:16.644Z | Compiling siphasher v1.0.2 |
| 1375 | 2026-05-07T00:32:16.659Z | Compiling simd-adler32 v0.3.8 |
| 1376 | 2026-05-07T00:32:16.703Z | Compiling deranged v0.5.8 |
| 1377 | 2026-05-07T00:32:16.717Z | Compiling num_threads v0.1.7 |
| 1378 | 2026-05-07T00:32:16.759Z | Compiling syn v1.0.109 |
| 1379 | 2026-05-07T00:32:16.807Z | Compiling quick-error v1.2.3 |
| 1380 | 2026-05-07T00:32:16.838Z | Compiling usdt-impl v0.6.0 |
| 1381 | 2026-05-07T00:32:16.870Z | Compiling bit-set v0.8.0 |
| 1382 | 2026-05-07T00:32:16.885Z | Compiling unicode-normalization v0.1.25 |
| 1383 | 2026-05-07T00:32:16.888Z | Compiling slog v2.8.2 |
| 1384 | 2026-05-07T00:32:16.930Z | Compiling rand_xorshift v0.4.0 |
| 1385 | 2026-05-07T00:32:16.944Z | Compiling heapless v0.7.17 |
| 1386 | 2026-05-07T00:32:16.980Z | Compiling thread-id v5.1.0 |
| 1387 | 2026-05-07T00:32:17.003Z | Compiling aws-lc-sys v0.37.1 |
| 1388 | 2026-05-07T00:32:17.053Z | Compiling ring v0.17.14 |
| 1389 | 2026-05-07T00:32:17.071Z | Compiling openssl-sys v0.9.114 |
| 1390 | 2026-05-07T00:32:17.084Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1391 | 2026-05-07T00:32:17.112Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1392 | 2026-05-07T00:32:17.115Z | Compiling sync_wrapper v1.0.2 |
| 1393 | 2026-05-07T00:32:17.139Z | Compiling cookie v0.18.1 |
| 1394 | 2026-05-07T00:32:17.144Z | Compiling tempfile v3.25.0 |
| 1395 | 2026-05-07T00:32:17.230Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-05-07T00:32:17.272Z | Compiling serde_derive_internals v0.29.1 |
| 1397 | 2026-05-07T00:32:17.370Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-05-07T00:32:17.415Z | Compiling darling_core v0.20.11 |
| 1399 | 2026-05-07T00:32:17.445Z | Compiling regex-automata v0.4.14 |
| 1400 | 2026-05-07T00:32:17.460Z | Compiling rusty-fork v0.3.1 |
| 1401 | 2026-05-07T00:32:17.598Z | Compiling darling_core v0.21.3 |
| 1402 | 2026-05-07T00:32:17.760Z | Compiling time v0.3.47 |
| 1403 | 2026-05-07T00:32:17.811Z | Compiling paste v1.0.15 |
| 1404 | 2026-05-07T00:32:17.835Z | Compiling unarray v0.1.4 |
| 1405 | 2026-05-07T00:32:17.876Z | Compiling zstd-safe v7.2.4 |
| 1406 | 2026-05-07T00:32:17.963Z | Compiling allocator-api2 v0.2.21 |
| 1407 | 2026-05-07T00:32:18.134Z | Compiling unicode-properties v0.1.4 |
| 1408 | 2026-05-07T00:32:18.136Z | Compiling unicode-bidi v0.3.18 |
| 1409 | 2026-05-07T00:32:18.149Z | Compiling anyhow v1.0.102 |
| 1410 | 2026-05-07T00:32:18.182Z | Compiling signal-hook v0.3.18 |
| 1411 | 2026-05-07T00:32:18.196Z | Compiling adler2 v2.0.1 |
| 1412 | 2026-05-07T00:32:18.317Z | Compiling miniz_oxide v0.8.9 |
| 1413 | 2026-05-07T00:32:18.473Z | Compiling num-integer v0.1.46 |
| 1414 | 2026-05-07T00:32:18.632Z | Compiling stringprep v0.1.5 |
| 1415 | 2026-05-07T00:32:18.734Z | Compiling vergen-lib v0.1.6 |
| 1416 | 2026-05-07T00:32:18.751Z | Compiling curve25519-dalek v4.1.3 |
| 1417 | 2026-05-07T00:32:18.818Z | Compiling ff v0.13.1 |
| 1418 | 2026-05-07T00:32:18.939Z | Compiling hash32 v0.2.1 |
| 1419 | 2026-05-07T00:32:18.971Z | Compiling memoffset v0.9.1 |
| 1420 | 2026-05-07T00:32:18.986Z | Compiling iri-string v0.7.10 |
| 1421 | 2026-05-07T00:32:19.001Z | Compiling ref-cast v1.0.25 |
| 1422 | 2026-05-07T00:32:19.024Z | Compiling serde_derive v1.0.228 |
| 1423 | 2026-05-07T00:32:19.112Z | Compiling zeroize_derive v1.4.3 |
| 1424 | 2026-05-07T00:32:19.127Z | Compiling zerofrom-derive v0.1.6 |
| 1425 | 2026-05-07T00:32:19.143Z | Compiling yoke-derive v0.8.1 |
| 1426 | 2026-05-07T00:32:19.156Z | Compiling zerocopy-derive v0.8.40 |
| 1427 | 2026-05-07T00:32:19.187Z | Compiling zerovec-derive v0.11.2 |
| 1428 | 2026-05-07T00:32:19.327Z | Compiling displaydoc v0.2.5 |
| 1429 | 2026-05-07T00:32:19.406Z | Compiling tokio-macros v2.7.0 |
| 1430 | 2026-05-07T00:32:19.797Z | Compiling zeroize v1.8.2 |
| 1431 | 2026-05-07T00:32:19.800Z | Compiling futures-macro v0.3.32 |
| 1432 | 2026-05-07T00:32:20.125Z | Compiling der_derive v0.7.3 |
| 1433 | 2026-05-07T00:32:20.219Z | Compiling thiserror-impl v2.0.18 |
| 1434 | 2026-05-07T00:32:20.235Z | Compiling rustls-pki-types v1.14.0 |
| 1435 | 2026-05-07T00:32:20.382Z | Compiling tracing-attributes v0.1.31 |
| 1436 | 2026-05-07T00:32:20.405Z | Compiling pest_derive v2.8.6 |
| 1437 | 2026-05-07T00:32:20.604Z | Compiling crypto-common v0.1.7 |
| 1438 | 2026-05-07T00:32:20.608Z | Compiling zerofrom v0.1.6 |
| 1439 | 2026-05-07T00:32:20.608Z | Compiling block-buffer v0.10.4 |
| 1440 | 2026-05-07T00:32:20.661Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-05-07T00:32:20.726Z | Compiling yoke v0.8.1 |
| 1442 | 2026-05-07T00:32:20.748Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-05-07T00:32:20.801Z | Compiling digest v0.10.7 |
| 1444 | 2026-05-07T00:32:20.816Z | Compiling scroll_derive v0.13.1 |
| 1445 | 2026-05-07T00:32:20.867Z | Compiling schemars_derive v0.8.22 |
| 1446 | 2026-05-07T00:32:20.928Z | Compiling zerovec v0.11.5 |
| 1447 | 2026-05-07T00:32:20.941Z | Compiling zerotrie v0.2.3 |
| 1448 | 2026-05-07T00:32:21.075Z | Compiling hmac v0.12.1 |
| 1449 | 2026-05-07T00:32:21.142Z | Compiling inout v0.1.4 |
| 1450 | 2026-05-07T00:32:21.250Z | Compiling sha2 v0.10.9 |
| 1451 | 2026-05-07T00:32:21.265Z | Compiling der v0.7.10 |
| 1452 | 2026-05-07T00:32:21.334Z | Compiling cipher v0.4.4 |
| 1453 | 2026-05-07T00:32:21.470Z | Compiling tinystr v0.8.2 |
| 1454 | 2026-05-07T00:32:21.622Z | Compiling potential_utf v0.1.4 |
| 1455 | 2026-05-07T00:32:21.637Z | Compiling salsa20 v0.10.2 |
| 1456 | 2026-05-07T00:32:21.670Z | Compiling icu_locale_core v2.1.1 |
| 1457 | 2026-05-07T00:32:21.705Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-05-07T00:32:21.734Z | Compiling thiserror v2.0.18 |
| 1459 | 2026-05-07T00:32:21.766Z | Compiling icu_collections v2.1.1 |
| 1460 | 2026-05-07T00:32:21.800Z | Compiling aes v0.8.4 |
| 1461 | 2026-05-07T00:32:21.813Z | Compiling scrypt v0.11.0 |
| 1462 | 2026-05-07T00:32:21.842Z | Compiling cbc v0.1.2 |
| 1463 | 2026-05-07T00:32:21.858Z | Compiling tracing v0.1.44 |
| 1464 | 2026-05-07T00:32:22.015Z | Compiling scroll v0.13.0 |
| 1465 | 2026-05-07T00:32:22.098Z | Compiling darling_macro v0.20.11 |
| 1466 | 2026-05-07T00:32:22.149Z | Compiling spki v0.7.3 |
| 1467 | 2026-05-07T00:32:22.207Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-05-07T00:32:22.288Z | Compiling goblin v0.10.5 |
| 1469 | 2026-05-07T00:32:22.303Z | Compiling icu_provider v2.1.1 |
| 1470 | 2026-05-07T00:32:22.314Z | Compiling dtrace-parser v0.3.0 |
| 1471 | 2026-05-07T00:32:22.384Z | Compiling pkcs5 v0.7.1 |
| 1472 | 2026-05-07T00:32:22.530Z | Compiling bytes v1.11.1 |
| 1473 | 2026-05-07T00:32:22.595Z | Compiling icu_properties v2.1.2 |
| 1474 | 2026-05-07T00:32:22.620Z | Compiling icu_normalizer v2.1.1 |
| 1475 | 2026-05-07T00:32:22.635Z | Compiling chrono v0.4.44 |
| 1476 | 2026-05-07T00:32:22.638Z | Compiling ipnet v2.11.0 |
| 1477 | 2026-05-07T00:32:22.665Z | Compiling darling v0.20.11 |
| 1478 | 2026-05-07T00:32:22.700Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-05-07T00:32:22.763Z | Compiling derive_builder_core v0.20.2 |
| 1480 | 2026-05-07T00:32:22.903Z | Compiling signature v2.2.0 |
| 1481 | 2026-05-07T00:32:23.005Z | Compiling tokio v1.52.1 |
| 1482 | 2026-05-07T00:32:23.022Z | Compiling http v1.4.0 |
| 1483 | 2026-05-07T00:32:23.086Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-05-07T00:32:23.103Z | Compiling thiserror-impl v1.0.69 |
| 1485 | 2026-05-07T00:32:23.164Z | Compiling scroll_derive v0.12.1 |
| 1486 | 2026-05-07T00:32:23.179Z | Compiling serde_spanned v0.6.9 |
| 1487 | 2026-05-07T00:32:23.179Z | Compiling erased-serde v0.3.31 |
| 1488 | 2026-05-07T00:32:23.351Z | Compiling toml_datetime v0.6.11 |
| 1489 | 2026-05-07T00:32:23.401Z | Compiling serde_tokenstream v0.2.3 |
| 1490 | 2026-05-07T00:32:23.636Z | Compiling ppv-lite86 v0.2.21 |
| 1491 | 2026-05-07T00:32:23.656Z | Compiling idna_adapter v1.2.1 |
| 1492 | 2026-05-07T00:32:23.690Z | Compiling http-body v1.0.1 |
| 1493 | 2026-05-07T00:32:23.723Z | Compiling derive_builder_macro v0.20.2 |
| 1494 | 2026-05-07T00:32:23.740Z | Compiling md-5 v0.10.6 |
| 1495 | 2026-05-07T00:32:23.768Z | Compiling webpki-roots v1.0.6 |
| 1496 | 2026-05-07T00:32:23.797Z | Compiling idna v1.1.0 |
| 1497 | 2026-05-07T00:32:23.813Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-07T00:32:23.862Z | Compiling darling_macro v0.21.3 |
| 1499 | 2026-05-07T00:32:23.874Z | Compiling scroll v0.12.0 |
| 1500 | 2026-05-07T00:32:23.904Z | Compiling zerocopy-derive v0.7.35 |
| 1501 | 2026-05-07T00:32:23.922Z | Compiling ryu v1.0.23 |
| 1502 | 2026-05-07T00:32:23.947Z | Compiling rand_chacha v0.9.0 |
| 1503 | 2026-05-07T00:32:23.983Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2026-05-07T00:32:24.049Z | Compiling cfg_aliases v0.2.1 |
| 1505 | 2026-05-07T00:32:24.070Z | Compiling zlib-rs v0.6.2 |
| 1506 | 2026-05-07T00:32:24.120Z | Compiling url v2.5.8 |
| 1507 | 2026-05-07T00:32:24.143Z | Compiling litrs v1.0.0 |
| 1508 | 2026-05-07T00:32:24.172Z | Compiling rand v0.9.2 |
| 1509 | 2026-05-07T00:32:24.254Z | Compiling smoltcp v0.9.1 |
| 1510 | 2026-05-07T00:32:24.381Z | Compiling psl-types v2.0.11 |
| 1511 | 2026-05-07T00:32:24.405Z | Compiling thiserror v1.0.69 |
| 1512 | 2026-05-07T00:32:24.479Z | Compiling rustix v0.38.44 |
| 1513 | 2026-05-07T00:32:24.515Z | Compiling base16ct v0.2.0 |
| 1514 | 2026-05-07T00:32:24.530Z | Compiling num-bigint-dig v0.8.6 |
| 1515 | 2026-05-07T00:32:24.666Z | Compiling fallible-iterator v0.2.0 |
| 1516 | 2026-05-07T00:32:24.680Z | Compiling document-features v0.2.12 |
| 1517 | 2026-05-07T00:32:24.715Z | Compiling proptest v1.10.0 |
| 1518 | 2026-05-07T00:32:24.822Z | Compiling sec1 v0.7.3 |
| 1519 | 2026-05-07T00:32:24.854Z | Compiling zerocopy v0.7.35 |
| 1520 | 2026-05-07T00:32:24.871Z | Compiling publicsuffix v2.3.0 |
| 1521 | 2026-05-07T00:32:25.008Z | Compiling dof v0.4.0 |
| 1522 | 2026-05-07T00:32:25.023Z | Compiling postgres-protocol v0.6.10 |
| 1523 | 2026-05-07T00:32:25.039Z | Compiling darling v0.21.3 |
| 1524 | 2026-05-07T00:32:25.054Z | Compiling derive_builder v0.20.2 |
| 1525 | 2026-05-07T00:32:25.069Z | Compiling rand v0.8.5 |
| 1526 | 2026-05-07T00:32:25.125Z | Compiling nix v0.31.2 |
| 1527 | 2026-05-07T00:32:25.140Z | Compiling goblin v0.8.2 |
| 1528 | 2026-05-07T00:32:25.333Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-07T00:32:25.520Z | Compiling ipnetwork v0.21.1 |
| 1530 | 2026-05-07T00:32:25.538Z | Compiling cargo-platform v0.1.9 |
| 1531 | 2026-05-07T00:32:25.607Z | Compiling hubpack_derive v0.1.1 |
| 1532 | 2026-05-07T00:32:25.622Z | Compiling hkdf v0.12.4 |
| 1533 | 2026-05-07T00:32:25.656Z | Compiling crypto-bigint v0.5.5 |
| 1534 | 2026-05-07T00:32:25.823Z | Compiling oxnet v0.1.4 |
| 1535 | 2026-05-07T00:32:25.853Z | Compiling regex v1.12.3 |
| 1536 | 2026-05-07T00:32:26.070Z | Compiling async-trait v0.1.89 |
| 1537 | 2026-05-07T00:32:26.091Z | Compiling strum_macros v0.27.2 |
| 1538 | 2026-05-07T00:32:26.105Z | Compiling daft-derive v0.1.5 |
| 1539 | 2026-05-07T00:32:26.108Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1540 | 2026-05-07T00:32:26.229Z | Compiling ref-cast-impl v1.0.25 |
| 1541 | 2026-05-07T00:32:26.312Z | Compiling group v0.13.0 |
| 1542 | 2026-05-07T00:32:26.507Z | Compiling num-iter v0.1.45 |
| 1543 | 2026-05-07T00:32:26.660Z | Compiling terminal_size v0.4.3 |
| 1544 | 2026-05-07T00:32:26.793Z | Compiling phf_shared v0.13.1 |
| 1545 | 2026-05-07T00:32:26.809Z | Compiling lazy_static v1.5.0 |
| 1546 | 2026-05-07T00:32:26.826Z | Compiling tokio-util v0.7.18 |
| 1547 | 2026-05-07T00:32:26.830Z | Compiling tower v0.5.3 |
| 1548 | 2026-05-07T00:32:26.858Z | Compiling tokio-native-tls v0.3.1 |
| 1549 | 2026-05-07T00:32:26.861Z | Compiling vergen v9.0.6 |
| 1550 | 2026-05-07T00:32:26.886Z | Compiling fs-err v3.3.0 |
| 1551 | 2026-05-07T00:32:26.916Z | Compiling ahash v0.8.12 |
| 1552 | 2026-05-07T00:32:27.053Z | Compiling flate2 v1.1.9 |
| 1553 | 2026-05-07T00:32:27.069Z | Compiling newtype-uuid v1.3.2 |
| 1554 | 2026-05-07T00:32:27.084Z | Compiling foldhash v0.2.0 |
| 1555 | 2026-05-07T00:32:27.101Z | Compiling foldhash v0.1.5 |
| 1556 | 2026-05-07T00:32:27.144Z | Compiling unicode-segmentation v1.12.0 |
| 1557 | 2026-05-07T00:32:27.160Z | Compiling object v0.37.3 |
| 1558 | 2026-05-07T00:32:27.176Z | Compiling managed v0.8.0 |
| 1559 | 2026-05-07T00:32:27.292Z | Compiling tower-http v0.6.8 |
| 1560 | 2026-05-07T00:32:27.334Z | Compiling winnow v0.5.40 |
| 1561 | 2026-05-07T00:32:27.349Z | Compiling libbz2-rs-sys v0.2.2 |
| 1562 | 2026-05-07T00:32:27.364Z | Compiling bitflags v1.3.2 |
| 1563 | 2026-05-07T00:32:27.415Z | Compiling bumpalo v3.20.2 |
| 1564 | 2026-05-07T00:32:27.455Z | Compiling dof v0.3.0 |
| 1565 | 2026-05-07T00:32:27.493Z | Compiling daft v0.1.5 |
| 1566 | 2026-05-07T00:32:27.535Z | Compiling h2 v0.4.13 |
| 1567 | 2026-05-07T00:32:27.562Z | Compiling hashbrown v0.16.1 |
| 1568 | 2026-05-07T00:32:27.695Z | Compiling zopfli v0.8.3 |
| 1569 | 2026-05-07T00:32:27.732Z | Compiling hashbrown v0.15.5 |
| 1570 | 2026-05-07T00:32:27.807Z | Compiling bzip2 v0.6.1 |
| 1571 | 2026-05-07T00:32:27.884Z | Compiling clap_builder v4.5.60 |
| 1572 | 2026-05-07T00:32:28.047Z | Compiling phf v0.13.1 |
| 1573 | 2026-05-07T00:32:28.146Z | Compiling strum v0.27.2 |
| 1574 | 2026-05-07T00:32:28.202Z | Compiling signal-hook-mio v0.2.5 |
| 1575 | 2026-05-07T00:32:28.230Z | Compiling elliptic-curve v0.13.8 |
| 1576 | 2026-05-07T00:32:28.273Z | Compiling cargo_metadata v0.19.2 |
| 1577 | 2026-05-07T00:32:28.297Z | Compiling usdt-attr-macro v0.6.0 |
| 1578 | 2026-05-07T00:32:28.314Z | Compiling usdt-macro v0.6.0 |
| 1579 | 2026-05-07T00:32:28.351Z | Compiling cookie_store v0.22.1 |
| 1580 | 2026-05-07T00:32:28.376Z | Compiling hubpack v0.1.2 |
| 1581 | 2026-05-07T00:32:28.616Z | Compiling bzip2 v0.4.4 |
| 1582 | 2026-05-07T00:32:28.651Z | Compiling toml_edit v0.19.15 |
| 1583 | 2026-05-07T00:32:28.685Z | Compiling zstd v0.13.3 |
| 1584 | 2026-05-07T00:32:28.732Z | Compiling postgres-types v0.2.12 |
| 1585 | 2026-05-07T00:32:28.832Z | Compiling serde_with_macros v3.17.0 |
| 1586 | 2026-05-07T00:32:28.865Z | Compiling dtrace-parser v0.2.0 |
| 1587 | 2026-05-07T00:32:28.976Z | Compiling ed25519 v2.2.3 |
| 1588 | 2026-05-07T00:32:29.016Z | Compiling pkcs1 v0.7.5 |
| 1589 | 2026-05-07T00:32:29.103Z | Compiling hex v0.4.3 |
| 1590 | 2026-05-07T00:32:29.139Z | Compiling serde-big-array v0.5.1 |
| 1591 | 2026-05-07T00:32:29.298Z | Compiling rfc6979 v0.4.0 |
| 1592 | 2026-05-07T00:32:29.316Z | Compiling bstr v1.12.1 |
| 1593 | 2026-05-07T00:32:29.387Z | Compiling strum_macros v0.26.4 |
| 1594 | 2026-05-07T00:32:29.437Z | Compiling clap_derive v4.5.55 |
| 1595 | 2026-05-07T00:32:29.456Z | Compiling serde_repr v0.1.20 |
| 1596 | 2026-05-07T00:32:29.620Z | Compiling enum-as-inner v0.6.1 |
| 1597 | 2026-05-07T00:32:29.652Z | Compiling phf_shared v0.11.3 |
| 1598 | 2026-05-07T00:32:29.911Z | Compiling float-cmp v0.10.0 |
| 1599 | 2026-05-07T00:32:29.914Z | Compiling memmap2 v0.9.10 |
| 1600 | 2026-05-07T00:32:30.043Z | Compiling thread-id v4.2.2 |
| 1601 | 2026-05-07T00:32:30.057Z | Compiling env_filter v1.0.0 |
| 1602 | 2026-05-07T00:32:30.081Z | Compiling encoding_rs v0.8.35 |
| 1603 | 2026-05-07T00:32:30.097Z | Compiling data-encoding v2.10.0 |
| 1604 | 2026-05-07T00:32:30.097Z | Compiling static_assertions v1.1.0 |
| 1605 | 2026-05-07T00:32:30.143Z | Compiling new_debug_unreachable v1.0.6 |
| 1606 | 2026-05-07T00:32:30.164Z | Compiling keccak v0.1.6 |
| 1607 | 2026-05-07T00:32:30.188Z | Compiling difflib v0.4.0 |
| 1608 | 2026-05-07T00:32:30.235Z | Compiling whoami v2.1.0 |
| 1609 | 2026-05-07T00:32:30.249Z | Compiling jiff v0.2.21 |
| 1610 | 2026-05-07T00:32:30.391Z | Compiling normalize-line-endings v0.3.0 |
| 1611 | 2026-05-07T00:32:30.534Z | Compiling fixedbitset v0.4.2 |
| 1612 | 2026-05-07T00:32:30.641Z | Compiling hyper v1.8.1 |
| 1613 | 2026-05-07T00:32:30.786Z | Compiling either v1.15.0 |
| 1614 | 2026-05-07T00:32:30.801Z | Compiling fixedbitset v0.5.7 |
| 1615 | 2026-05-07T00:32:30.843Z | Compiling predicates-core v1.0.10 |
| 1616 | 2026-05-07T00:32:30.954Z | Compiling mime v0.3.17 |
| 1617 | 2026-05-07T00:32:31.015Z | Compiling precomputed-hash v0.1.1 |
| 1618 | 2026-05-07T00:32:31.029Z | Compiling rustc-hash v2.1.1 |
| 1619 | 2026-05-07T00:32:31.044Z | Compiling petgraph v0.8.3 |
| 1620 | 2026-05-07T00:32:31.124Z | Compiling string_cache v0.8.9 |
| 1621 | 2026-05-07T00:32:31.140Z | Compiling itertools v0.13.0 |
| 1622 | 2026-05-07T00:32:31.180Z | Compiling iddqd v0.3.18 |
| 1623 | 2026-05-07T00:32:31.217Z | Compiling predicates v3.1.4 |
| 1624 | 2026-05-07T00:32:31.246Z | Compiling petgraph v0.6.5 |
| 1625 | 2026-05-07T00:32:31.265Z | Compiling strum v0.26.3 |
| 1626 | 2026-05-07T00:32:31.348Z | Compiling clap v4.5.60 |
| 1627 | 2026-05-07T00:32:31.377Z | Compiling tokio-postgres v0.7.16 |
| 1628 | 2026-05-07T00:32:31.410Z | Compiling hickory-proto v0.25.2 |
| 1629 | 2026-05-07T00:32:31.424Z | Compiling sha3 v0.10.8 |
| 1630 | 2026-05-07T00:32:31.448Z | Compiling env_logger v0.11.9 |
| 1631 | 2026-05-07T00:32:31.606Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1632 | 2026-05-07T00:32:31.652Z | Compiling usdt-impl v0.5.0 |
| 1633 | 2026-05-07T00:32:31.841Z | Compiling hyper-util v0.1.20 |
| 1634 | 2026-05-07T00:32:31.914Z | Compiling toml_edit v0.22.27 |
| 1635 | 2026-05-07T00:32:31.929Z | Compiling serde_with v3.17.0 |
| 1636 | 2026-05-07T00:32:32.274Z | Compiling usdt v0.6.0 |
| 1637 | 2026-05-07T00:32:32.277Z | Compiling toml v0.7.8 |
| 1638 | 2026-05-07T00:32:32.367Z | Compiling similar v2.7.0 |
| 1639 | 2026-05-07T00:32:32.432Z | Compiling crossterm v0.28.1 |
| 1640 | 2026-05-07T00:32:32.560Z | Compiling ecdsa v0.16.9 |
| 1641 | 2026-05-07T00:32:32.775Z | Compiling rsa v0.9.10 |
| 1642 | 2026-05-07T00:32:32.902Z | Compiling zip v4.6.1 |
| 1643 | 2026-05-07T00:32:32.968Z | Compiling ed25519-dalek v2.2.0 |
| 1644 | 2026-05-07T00:32:33.265Z | Compiling hyper-tls v0.6.0 |
| 1645 | 2026-05-07T00:32:33.442Z | Compiling zip v0.6.6 |
| 1646 | 2026-05-07T00:32:33.671Z | Compiling tokio-stream v0.1.18 |
| 1647 | 2026-05-07T00:32:33.674Z | Compiling heck v0.4.1 |
| 1648 | 2026-05-07T00:32:33.749Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1649 | 2026-05-07T00:32:33.859Z | Compiling buf-list v1.1.2 |
| 1650 | 2026-05-07T00:32:33.889Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1651 | 2026-05-07T00:32:33.923Z | Compiling openapiv3 v2.2.0 |
| 1652 | 2026-05-07T00:32:34.012Z | Compiling x509-cert v0.2.5 |
| 1653 | 2026-05-07T00:32:34.042Z | Compiling sha1 v0.10.6 |
| 1654 | 2026-05-07T00:32:34.166Z | Compiling crossbeam-epoch v0.9.18 |
| 1655 | 2026-05-07T00:32:34.181Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1656 | 2026-05-07T00:32:34.212Z | Compiling peg-runtime v0.8.5 |
| 1657 | 2026-05-07T00:32:34.286Z | Compiling lalrpop-util v0.19.12 |
| 1658 | 2026-05-07T00:32:34.408Z | Compiling thread_local v1.1.9 |
| 1659 | 2026-05-07T00:32:34.480Z | Compiling slog-async v2.8.0 |
| 1660 | 2026-05-07T00:32:34.495Z | Compiling futures-executor v0.3.32 |
| 1661 | 2026-05-07T00:32:34.512Z | Compiling crossbeam-channel v0.5.15 |
| 1662 | 2026-05-07T00:32:34.512Z | Compiling filetime v0.2.27 |
| 1663 | 2026-05-07T00:32:34.542Z | Compiling is-terminal v0.4.17 |
| 1664 | 2026-05-07T00:32:34.542Z | Compiling take_mut v0.2.2 |
| 1665 | 2026-05-07T00:32:34.674Z | Compiling term v1.2.1 |
| 1666 | 2026-05-07T00:32:34.690Z | Compiling xattr v1.6.1 |
| 1667 | 2026-05-07T00:32:34.693Z | Compiling futures v0.3.32 |
| 1668 | 2026-05-07T00:32:34.878Z | Compiling tar v0.4.45 |
| 1669 | 2026-05-07T00:32:35.006Z | Compiling slog-term v2.9.2 |
| 1670 | 2026-05-07T00:32:52.390Z | Compiling rustls-webpki v0.103.9 |
| 1671 | 2026-05-07T00:32:55.177Z | Compiling tokio-rustls v0.26.4 |
| 1672 | 2026-05-07T00:32:55.177Z | Compiling rustls-platform-verifier v0.6.2 |
| 1673 | 2026-05-07T00:32:55.374Z | Compiling hyper-rustls v0.27.7 |
| 1674 | 2026-05-07T00:32:55.568Z | Compiling reqwest v0.12.28 |
| 1675 | 2026-05-07T00:32:55.568Z | Compiling reqwest v0.13.2 |
| 1676 | 2026-05-07T00:32:57.552Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1677 | 2026-05-07T00:32:57.791Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1678 | 2026-05-07T00:33:00.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.86s |
| 1679 | 2026-05-07T00:33:00.732Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1680 | 2026-05-07T00:33:00.789Z | May 07 00:32:59.695 INFO Starting download, target: Clickhouse |
| 1681 | 2026-05-07T00:33:00.789Z | May 07 00:32:59.696 INFO Starting download, target: Console |
| 1682 | 2026-05-07T00:33:00.789Z | May 07 00:32:59.696 INFO Starting download, target: DendriteStub |
| 1683 | 2026-05-07T00:33:00.789Z | May 07 00:32:59.696 INFO Starting download, target: Cockroach |
| 1684 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Starting download, target: MaghemiteMgd |
| 1685 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Starting download, target: TransceiverControl |
| 1686 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1687 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1688 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1689 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1690 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1691 | 2026-05-07T00:33:00.792Z | May 07 00:32:59.696 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1692 | 2026-05-07T00:33:01.217Z | May 07 00:33:00.116 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1693 | 2026-05-07T00:33:01.439Z | May 07 00:33:00.327 INFO Download complete, target: TransceiverControl |
| 1694 | 2026-05-07T00:33:01.781Z | May 07 00:33:00.671 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1695 | 2026-05-07T00:33:02.034Z | May 07 00:33:00.916 INFO Download complete, target: Console |
| 1696 | 2026-05-07T00:33:03.130Z | May 07 00:33:02.026 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1697 | 2026-05-07T00:33:03.453Z | May 07 00:33:02.262 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1698 | 2026-05-07T00:33:03.800Z | May 07 00:33:02.667 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1699 | 2026-05-07T00:33:05.797Z | May 07 00:33:04.602 INFO Download complete, target: DendriteStub |
| 1700 | 2026-05-07T00:33:06.043Z | May 07 00:33:04.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1701 | 2026-05-07T00:33:06.043Z | May 07 00:33:04.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1702 | 2026-05-07T00:33:06.197Z | May 07 00:33:05.085 INFO Download complete, target: MaghemiteMgd |
| 1703 | 2026-05-07T00:33:10.038Z | May 07 00:33:08.942 INFO Checking that binary works, target: Clickhouse |
| 1704 | 2026-05-07T00:33:10.170Z | May 07 00:33:09.076 INFO Download complete, target: Clickhouse |
| 1705 | 2026-05-07T00:33:10.637Z | May 07 00:33:09.543 INFO Checking that binary works, target: Cockroach |
| 1706 | 2026-05-07T00:33:10.770Z | May 07 00:33:09.676 INFO Download complete, target: Cockroach |
| 1707 | 2026-05-07T00:33:10.775Z | All prerequisites installed successfully |
| 1708 | 2026-05-07T00:33:10.778Z | |
| 1709 | 2026-05-07T00:33:10.778Z | real 1:58.965087175 |
| 1710 | 2026-05-07T00:33:10.778Z | user 6:46.509385357 |
| 1711 | 2026-05-07T00:33:10.778Z | sys 1:38.532308170 |
| 1712 | 2026-05-07T00:33:10.778Z | trap 0.278071803 |
| 1713 | 2026-05-07T00:33:10.778Z | tflt 1.976376763 |
| 1714 | 2026-05-07T00:33:10.778Z | dflt 1.993324131 |
| 1715 | 2026-05-07T00:33:10.778Z | kflt 0.049835709 |
| 1716 | 2026-05-07T00:33:10.778Z | lock 22:45.256647604 |
| 1717 | 2026-05-07T00:33:10.778Z | slp 18:39.586168556 |
| 1718 | 2026-05-07T00:33:10.778Z | lat 25.440791806 |
| 1719 | 2026-05-07T00:33:10.778Z | stop 2:52.269130017 |
| 1720 | 2026-05-07T00:33:10.778Z | + ptime -m cargo xtask download softnpu |
| 1721 | 2026-05-07T00:33:11.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1722 | 2026-05-07T00:33:11.324Z | Running `target/debug/xtask download softnpu` |
| 1723 | 2026-05-07T00:33:12.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1724 | 2026-05-07T00:33:12.156Z | Running `target/debug/xtask-downloader softnpu` |
| 1725 | 2026-05-07T00:33:12.197Z | May 07 00:33:11.103 INFO Starting download, target: Softnpu |
| 1726 | 2026-05-07T00:33:12.200Z | May 07 00:33:11.103 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1727 | 2026-05-07T00:33:12.955Z | May 07 00:33:11.861 INFO Download complete, target: Softnpu |
| 1728 | 2026-05-07T00:33:12.959Z | |
| 1729 | 2026-05-07T00:33:12.961Z | real 2.177112868 |
| 1730 | 2026-05-07T00:33:12.961Z | user 1.342694924 |
| 1731 | 2026-05-07T00:33:12.961Z | sys 0.661875017 |
| 1732 | 2026-05-07T00:33:12.961Z | trap 0.000400996 |
| 1733 | 2026-05-07T00:33:12.961Z | tflt 0.000252421 |
| 1734 | 2026-05-07T00:33:12.961Z | dflt 0.000124506 |
| 1735 | 2026-05-07T00:33:12.961Z | kflt 0.000000000 |
| 1736 | 2026-05-07T00:33:12.961Z | lock 14.274082217 |
| 1737 | 2026-05-07T00:33:12.961Z | slp 0.623351726 |
| 1738 | 2026-05-07T00:33:12.961Z | lat 0.094379341 |
| 1739 | 2026-05-07T00:33:12.962Z | stop 0.000174778 |
| 1740 | 2026-05-07T00:33:12.962Z | + export CARGO_INCREMENTAL=0 |
| 1741 | 2026-05-07T00:33:12.962Z | + CARGO_INCREMENTAL=0 |
| 1742 | 2026-05-07T00:33:12.962Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1743 | 2026-05-07T00:33:13.852Z | Compiling proc-macro2 v1.0.106 |
| 1744 | 2026-05-07T00:33:13.852Z | Compiling quote v1.0.45 |
| 1745 | 2026-05-07T00:33:13.852Z | Compiling unicode-ident v1.0.24 |
| 1746 | 2026-05-07T00:33:13.855Z | Compiling libc v0.2.185 |
| 1747 | 2026-05-07T00:33:13.855Z | Compiling serde_core v1.0.228 |
| 1748 | 2026-05-07T00:33:13.855Z | Compiling serde v1.0.228 |
| 1749 | 2026-05-07T00:33:13.855Z | Compiling cfg-if v1.0.4 |
| 1750 | 2026-05-07T00:33:13.855Z | Compiling version_check v0.9.5 |
| 1751 | 2026-05-07T00:33:13.855Z | Compiling shlex v1.3.0 |
| 1752 | 2026-05-07T00:33:13.999Z | Compiling find-msvc-tools v0.1.9 |
| 1753 | 2026-05-07T00:33:14.002Z | Compiling typenum v1.19.0 |
| 1754 | 2026-05-07T00:33:14.002Z | Compiling autocfg v1.5.0 |
| 1755 | 2026-05-07T00:33:14.002Z | Compiling zmij v1.0.21 |
| 1756 | 2026-05-07T00:33:14.002Z | Compiling memchr v2.8.0 |
| 1757 | 2026-05-07T00:33:14.002Z | Compiling serde_json v1.0.149 |
| 1758 | 2026-05-07T00:33:14.270Z | Compiling portable-atomic v1.13.1 |
| 1759 | 2026-05-07T00:33:14.308Z | Compiling zerocopy v0.8.40 |
| 1760 | 2026-05-07T00:33:14.318Z | Compiling generic-array v0.14.7 |
| 1761 | 2026-05-07T00:33:14.341Z | Compiling libm v0.2.16 |
| 1762 | 2026-05-07T00:33:14.354Z | Compiling smallvec v1.15.1 |
| 1763 | 2026-05-07T00:33:14.358Z | Compiling parking_lot_core v0.9.12 |
| 1764 | 2026-05-07T00:33:14.389Z | Compiling icu_properties_data v2.1.2 |
| 1765 | 2026-05-07T00:33:14.430Z | Compiling num-traits v0.2.19 |
| 1766 | 2026-05-07T00:33:14.614Z | Compiling icu_normalizer_data v2.1.1 |
| 1767 | 2026-05-07T00:33:14.650Z | Compiling itoa v1.0.17 |
| 1768 | 2026-05-07T00:33:14.659Z | Compiling getrandom v0.4.1 |
| 1769 | 2026-05-07T00:33:14.665Z | Compiling log v0.4.29 |
| 1770 | 2026-05-07T00:33:14.665Z | Compiling stable_deref_trait v1.2.1 |
| 1771 | 2026-05-07T00:33:14.715Z | Compiling pkg-config v0.3.32 |
| 1772 | 2026-05-07T00:33:14.742Z | Compiling subtle v2.6.1 |
| 1773 | 2026-05-07T00:33:14.921Z | Compiling scopeguard v1.2.0 |
| 1774 | 2026-05-07T00:33:14.992Z | Compiling litemap v0.8.1 |
| 1775 | 2026-05-07T00:33:15.021Z | Compiling jobserver v0.1.34 |
| 1776 | 2026-05-07T00:33:15.055Z | Compiling getrandom v0.2.17 |
| 1777 | 2026-05-07T00:33:15.087Z | Compiling errno v0.3.14 |
| 1778 | 2026-05-07T00:33:15.155Z | Compiling lock_api v0.4.14 |
| 1779 | 2026-05-07T00:33:15.183Z | Compiling writeable v0.6.2 |
| 1780 | 2026-05-07T00:33:15.232Z | Compiling rand_core v0.6.4 |
| 1781 | 2026-05-07T00:33:15.323Z | Compiling cc v1.2.56 |
| 1782 | 2026-05-07T00:33:15.328Z | Compiling percent-encoding v2.3.2 |
| 1783 | 2026-05-07T00:33:15.368Z | Compiling syn v2.0.117 |
| 1784 | 2026-05-07T00:33:15.374Z | Compiling thiserror v2.0.18 |
| 1785 | 2026-05-07T00:33:15.417Z | Compiling pin-project-lite v0.2.17 |
| 1786 | 2026-05-07T00:33:15.448Z | Compiling fnv v1.0.7 |
| 1787 | 2026-05-07T00:33:15.539Z | Compiling getrandom v0.3.4 |
| 1788 | 2026-05-07T00:33:15.601Z | Compiling critical-section v1.2.0 |
| 1789 | 2026-05-07T00:33:15.675Z | Compiling schemars v0.8.22 |
| 1790 | 2026-05-07T00:33:15.693Z | Compiling rustversion v1.0.22 |
| 1791 | 2026-05-07T00:33:15.724Z | Compiling equivalent v1.0.2 |
| 1792 | 2026-05-07T00:33:15.727Z | Compiling dunce v1.0.5 |
| 1793 | 2026-05-07T00:33:15.772Z | Compiling fs_extra v1.3.0 |
| 1794 | 2026-05-07T00:33:15.829Z | Compiling utf8_iter v1.0.4 |
| 1795 | 2026-05-07T00:33:15.850Z | Compiling rand_core v0.10.0 |
| 1796 | 2026-05-07T00:33:15.903Z | Compiling form_urlencoded v1.2.2 |
| 1797 | 2026-05-07T00:33:15.982Z | Compiling signal-hook-registry v1.4.8 |
| 1798 | 2026-05-07T00:33:16.044Z | Compiling const-oid v0.9.6 |
| 1799 | 2026-05-07T00:33:16.058Z | Compiling hashbrown v0.17.0 |
| 1800 | 2026-05-07T00:33:16.076Z | Compiling once_cell v1.21.3 |
| 1801 | 2026-05-07T00:33:16.179Z | Compiling cmake v0.1.57 |
| 1802 | 2026-05-07T00:33:16.274Z | Compiling semver v1.0.28 |
| 1803 | 2026-05-07T00:33:16.382Z | Compiling parking_lot v0.12.5 |
| 1804 | 2026-05-07T00:33:16.432Z | Compiling bitflags v2.11.0 |
| 1805 | 2026-05-07T00:33:16.470Z | Compiling mio v1.2.0 |
| 1806 | 2026-05-07T00:33:16.563Z | Compiling indexmap v2.14.0 |
| 1807 | 2026-05-07T00:33:16.605Z | Compiling socket2 v0.6.3 |
| 1808 | 2026-05-07T00:33:16.641Z | Compiling rustix v1.1.3 |
| 1809 | 2026-05-07T00:33:16.659Z | Compiling ring v0.17.14 |
| 1810 | 2026-05-07T00:33:16.678Z | Compiling aws-lc-sys v0.37.1 |
| 1811 | 2026-05-07T00:33:16.792Z | Compiling aws-lc-rs v1.16.0 |
| 1812 | 2026-05-07T00:33:16.875Z | Compiling strsim v0.11.1 |
| 1813 | 2026-05-07T00:33:16.904Z | Compiling futures-core v0.3.32 |
| 1814 | 2026-05-07T00:33:16.940Z | Compiling thiserror v1.0.69 |
| 1815 | 2026-05-07T00:33:17.000Z | Compiling httparse v1.10.1 |
| 1816 | 2026-05-07T00:33:17.053Z | Compiling byteorder v1.5.0 |
| 1817 | 2026-05-07T00:33:17.100Z | Compiling ucd-trie v0.1.7 |
| 1818 | 2026-05-07T00:33:17.219Z | Compiling syn v1.0.109 |
| 1819 | 2026-05-07T00:33:17.234Z | Compiling iana-time-zone v0.1.65 |
| 1820 | 2026-05-07T00:33:17.252Z | Compiling pest v2.8.6 |
| 1821 | 2026-05-07T00:33:17.315Z | Compiling heck v0.5.0 |
| 1822 | 2026-05-07T00:33:17.334Z | Compiling ident_case v1.0.1 |
| 1823 | 2026-05-07T00:33:17.349Z | Compiling vcpkg v0.2.15 |
| 1824 | 2026-05-07T00:33:17.387Z | Compiling uuid v1.23.0 |
| 1825 | 2026-05-07T00:33:17.420Z | Compiling cpufeatures v0.2.17 |
| 1826 | 2026-05-07T00:33:17.517Z | Compiling regex-syntax v0.8.10 |
| 1827 | 2026-05-07T00:33:17.594Z | Compiling rustc_version v0.4.1 |
| 1828 | 2026-05-07T00:33:17.730Z | Compiling rustls v0.23.37 |
| 1829 | 2026-05-07T00:33:17.733Z | Compiling futures-sink v0.3.32 |
| 1830 | 2026-05-07T00:33:17.875Z | Compiling futures-channel v0.3.32 |
| 1831 | 2026-05-07T00:33:17.930Z | Compiling slab v0.4.12 |
| 1832 | 2026-05-07T00:33:17.963Z | Compiling openssl-sys v0.9.114 |
| 1833 | 2026-05-07T00:33:17.967Z | Compiling futures-io v0.3.32 |
| 1834 | 2026-05-07T00:33:17.967Z | Compiling futures-task v0.3.32 |
| 1835 | 2026-05-07T00:33:18.133Z | Compiling plain v0.2.3 |
| 1836 | 2026-05-07T00:33:18.149Z | Compiling dyn-clone v1.0.20 |
| 1837 | 2026-05-07T00:33:18.164Z | Compiling crc32fast v1.5.0 |
| 1838 | 2026-05-07T00:33:18.193Z | Compiling synstructure v0.13.2 |
| 1839 | 2026-05-07T00:33:18.212Z | Compiling serde_derive_internals v0.29.1 |
| 1840 | 2026-05-07T00:33:18.227Z | Compiling aho-corasick v1.1.4 |
| 1841 | 2026-05-07T00:33:18.262Z | Compiling num-conv v0.2.0 |
| 1842 | 2026-05-07T00:33:18.321Z | Compiling pest_meta v2.8.6 |
| 1843 | 2026-05-07T00:33:18.411Z | Compiling crossbeam-utils v0.8.21 |
| 1844 | 2026-05-07T00:33:18.493Z | Compiling time-core v0.1.8 |
| 1845 | 2026-05-07T00:33:18.603Z | Compiling pretty-hex v0.4.1 |
| 1846 | 2026-05-07T00:33:18.664Z | Compiling time-macros v0.2.27 |
| 1847 | 2026-05-07T00:33:18.777Z | Compiling base64 v0.22.1 |
| 1848 | 2026-05-07T00:33:18.815Z | Compiling openssl v0.10.78 |
| 1849 | 2026-05-07T00:33:18.927Z | Compiling pest_generator v2.8.6 |
| 1850 | 2026-05-07T00:33:18.998Z | Compiling anyhow v1.0.102 |
| 1851 | 2026-05-07T00:33:19.016Z | Compiling base64ct v1.8.3 |
| 1852 | 2026-05-07T00:33:19.064Z | Compiling regex-automata v0.4.14 |
| 1853 | 2026-05-07T00:33:19.079Z | Compiling darling_core v0.21.3 |
| 1854 | 2026-05-07T00:33:19.102Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1855 | 2026-05-07T00:33:19.301Z | Compiling pem-rfc7468 v0.7.0 |
| 1856 | 2026-05-07T00:33:19.318Z | Compiling flagset v0.4.7 |
| 1857 | 2026-05-07T00:33:19.321Z | Compiling native-tls v0.2.18 |
| 1858 | 2026-05-07T00:33:19.321Z | Compiling rand_core v0.9.5 |
| 1859 | 2026-05-07T00:33:19.453Z | Compiling serde_derive v1.0.228 |
| 1860 | 2026-05-07T00:33:19.475Z | Compiling zeroize_derive v1.4.3 |
| 1861 | 2026-05-07T00:33:19.494Z | Compiling zerofrom-derive v0.1.6 |
| 1862 | 2026-05-07T00:33:19.569Z | Compiling yoke-derive v0.8.1 |
| 1863 | 2026-05-07T00:33:19.595Z | Compiling zerovec-derive v0.11.2 |
| 1864 | 2026-05-07T00:33:19.598Z | Compiling displaydoc v0.2.5 |
| 1865 | 2026-05-07T00:33:19.627Z | Compiling zerocopy-derive v0.8.40 |
| 1866 | 2026-05-07T00:33:19.645Z | Compiling tokio-macros v2.7.0 |
| 1867 | 2026-05-07T00:33:19.665Z | Compiling futures-macro v0.3.32 |
| 1868 | 2026-05-07T00:33:19.671Z | Compiling thiserror-impl v2.0.18 |
| 1869 | 2026-05-07T00:33:19.677Z | Compiling schemars_derive v0.8.22 |
| 1870 | 2026-05-07T00:33:20.087Z | Compiling zeroize v1.8.2 |
| 1871 | 2026-05-07T00:33:20.380Z | Compiling tracing-attributes v0.1.31 |
| 1872 | 2026-05-07T00:33:20.509Z | Compiling der_derive v0.7.3 |
| 1873 | 2026-05-07T00:33:20.538Z | Compiling thiserror-impl v1.0.69 |
| 1874 | 2026-05-07T00:33:20.630Z | Compiling pest_derive v2.8.6 |
| 1875 | 2026-05-07T00:33:20.646Z | Compiling zerofrom v0.1.6 |
| 1876 | 2026-05-07T00:33:20.795Z | Compiling yoke v0.8.1 |
| 1877 | 2026-05-07T00:33:20.867Z | Compiling crypto-common v0.1.7 |
| 1878 | 2026-05-07T00:33:20.975Z | Compiling zerovec v0.11.5 |
| 1879 | 2026-05-07T00:33:21.002Z | Compiling zerotrie v0.2.3 |
| 1880 | 2026-05-07T00:33:21.068Z | Compiling block-buffer v0.10.4 |
| 1881 | 2026-05-07T00:33:21.088Z | Compiling futures-util v0.3.32 |
| 1882 | 2026-05-07T00:33:21.246Z | Compiling digest v0.10.7 |
| 1883 | 2026-05-07T00:33:21.429Z | Compiling block-padding v0.3.3 |
| 1884 | 2026-05-07T00:33:21.453Z | Compiling hmac v0.12.1 |
| 1885 | 2026-05-07T00:33:21.518Z | Compiling tinystr v0.8.2 |
| 1886 | 2026-05-07T00:33:21.555Z | Compiling potential_utf v0.1.4 |
| 1887 | 2026-05-07T00:33:21.586Z | Compiling inout v0.1.4 |
| 1888 | 2026-05-07T00:33:21.604Z | Compiling sha2 v0.10.9 |
| 1889 | 2026-05-07T00:33:21.631Z | Compiling rustls-pki-types v1.14.0 |
| 1890 | 2026-05-07T00:33:21.662Z | Compiling scroll_derive v0.12.1 |
| 1891 | 2026-05-07T00:33:21.752Z | Compiling icu_locale_core v2.1.1 |
| 1892 | 2026-05-07T00:33:21.752Z | Compiling icu_collections v2.1.1 |
| 1893 | 2026-05-07T00:33:21.813Z | Compiling cipher v0.4.4 |
| 1894 | 2026-05-07T00:33:21.998Z | Compiling scroll_derive v0.13.1 |
| 1895 | 2026-05-07T00:33:22.433Z | Compiling openssl-macros v0.1.1 |
| 1896 | 2026-05-07T00:33:22.484Z | Compiling icu_provider v2.1.1 |
| 1897 | 2026-05-07T00:33:22.515Z | Compiling der v0.7.10 |
| 1898 | 2026-05-07T00:33:22.597Z | Compiling bytes v1.11.1 |
| 1899 | 2026-05-07T00:33:22.759Z | Compiling icu_properties v2.1.2 |
| 1900 | 2026-05-07T00:33:22.762Z | Compiling icu_normalizer v2.1.1 |
| 1901 | 2026-05-07T00:33:22.791Z | Compiling chrono v0.4.44 |
| 1902 | 2026-05-07T00:33:22.835Z | Compiling serde_tokenstream v0.2.3 |
| 1903 | 2026-05-07T00:33:22.909Z | Compiling regex v1.12.3 |
| 1904 | 2026-05-07T00:33:23.143Z | Compiling tokio v1.52.1 |
| 1905 | 2026-05-07T00:33:23.530Z | Compiling http v1.4.0 |
| 1906 | 2026-05-07T00:33:23.687Z | Compiling darling_macro v0.21.3 |
| 1907 | 2026-05-07T00:33:23.691Z | Compiling idna_adapter v1.2.1 |
| 1908 | 2026-05-07T00:33:23.818Z | Compiling idna v1.1.0 |
| 1909 | 2026-05-07T00:33:23.850Z | Compiling ppv-lite86 v0.2.21 |
| 1910 | 2026-05-07T00:33:23.875Z | Compiling zerocopy-derive v0.7.35 |
| 1911 | 2026-05-07T00:33:24.115Z | Compiling slog v2.8.2 |
| 1912 | 2026-05-07T00:33:24.193Z | Compiling url v2.5.8 |
| 1913 | 2026-05-07T00:33:24.268Z | Compiling tracing-core v0.1.36 |
| 1914 | 2026-05-07T00:33:24.329Z | Compiling untrusted v0.9.0 |
| 1915 | 2026-05-07T00:33:24.436Z | Compiling darling v0.21.3 |
| 1916 | 2026-05-07T00:33:24.482Z | Compiling spki v0.7.3 |
| 1917 | 2026-05-07T00:33:24.663Z | Compiling tracing v0.1.44 |
| 1918 | 2026-05-07T00:33:24.672Z | Compiling salsa20 v0.10.2 |
| 1919 | 2026-05-07T00:33:24.715Z | Compiling pbkdf2 v0.12.2 |
| 1920 | 2026-05-07T00:33:25.334Z | Compiling cookie v0.18.1 |
| 1921 | 2026-05-07T00:33:25.388Z | Compiling camino v1.2.2 |
| 1922 | 2026-05-07T00:33:25.427Z | Compiling scrypt v0.11.0 |
| 1923 | 2026-05-07T00:33:25.539Z | Compiling rand_chacha v0.9.0 |
| 1924 | 2026-05-07T00:33:25.554Z | Compiling aes v0.8.4 |
| 1925 | 2026-05-07T00:33:25.677Z | Compiling cbc v0.1.2 |
| 1926 | 2026-05-07T00:33:26.056Z | Compiling usdt-impl v0.5.0 |
| 1927 | 2026-05-07T00:33:26.141Z | Compiling paste v1.0.15 |
| 1928 | 2026-05-07T00:33:26.144Z | Compiling usdt-impl v0.6.0 |
| 1929 | 2026-05-07T00:33:26.202Z | Compiling ref-cast v1.0.25 |
| 1930 | 2026-05-07T00:33:26.284Z | Compiling winnow v0.7.14 |
| 1931 | 2026-05-07T00:33:26.300Z | Compiling either v1.15.0 |
| 1932 | 2026-05-07T00:33:26.529Z | Compiling pkcs5 v0.7.1 |
| 1933 | 2026-05-07T00:33:26.543Z | Compiling rand v0.9.2 |
| 1934 | 2026-05-07T00:33:26.619Z | Compiling http-body v1.0.1 |
| 1935 | 2026-05-07T00:33:26.789Z | Compiling scroll v0.13.0 |
| 1936 | 2026-05-07T00:33:26.792Z | Compiling toml_datetime v0.6.11 |
| 1937 | 2026-05-07T00:33:26.941Z | Compiling serde_spanned v0.6.9 |
| 1938 | 2026-05-07T00:33:26.974Z | Compiling scroll v0.12.0 |
| 1939 | 2026-05-07T00:33:27.042Z | Compiling heapless v0.7.17 |
| 1940 | 2026-05-07T00:33:27.087Z | Compiling tokio-util v0.7.18 |
| 1941 | 2026-05-07T00:33:27.102Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1942 | 2026-05-07T00:33:27.130Z | Compiling zstd-safe v7.2.4 |
| 1943 | 2026-05-07T00:33:27.261Z | Compiling atomic-waker v1.1.2 |
| 1944 | 2026-05-07T00:33:27.311Z | Compiling untrusted v0.7.1 |
| 1945 | 2026-05-07T00:33:27.388Z | Compiling signal-hook v0.3.18 |
| 1946 | 2026-05-07T00:33:27.406Z | Compiling openssl-probe v0.2.1 |
| 1947 | 2026-05-07T00:33:27.466Z | Compiling goblin v0.8.2 |
| 1948 | 2026-05-07T00:33:27.600Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1949 | 2026-05-07T00:33:27.733Z | Compiling goblin v0.10.5 |
| 1950 | 2026-05-07T00:33:27.752Z | Compiling pkcs8 v0.10.2 |
| 1951 | 2026-05-07T00:33:28.058Z | Compiling zerocopy v0.7.35 |
| 1952 | 2026-05-07T00:33:28.077Z | Compiling ref-cast-impl v1.0.25 |
| 1953 | 2026-05-07T00:33:28.174Z | Compiling darling_core v0.20.11 |
| 1954 | 2026-05-07T00:33:28.329Z | Compiling curve25519-dalek v4.1.3 |
| 1955 | 2026-05-07T00:33:28.494Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1956 | 2026-05-07T00:33:28.529Z | Compiling memoffset v0.9.1 |
| 1957 | 2026-05-07T00:33:28.594Z | Compiling tower-service v0.3.3 |
| 1958 | 2026-05-07T00:33:28.619Z | Compiling rustix v0.38.44 |
| 1959 | 2026-05-07T00:33:28.707Z | Compiling try-lock v0.2.5 |
| 1960 | 2026-05-07T00:33:28.877Z | Compiling winnow v0.5.40 |
| 1961 | 2026-05-07T00:33:28.962Z | Compiling fastrand v2.3.0 |
| 1962 | 2026-05-07T00:33:28.979Z | Compiling tower-layer v0.3.3 |
| 1963 | 2026-05-07T00:33:29.036Z | Compiling tinyvec_macros v0.1.1 |
| 1964 | 2026-05-07T00:33:29.253Z | Compiling litrs v1.0.0 |
| 1965 | 2026-05-07T00:33:29.309Z | Compiling want v0.3.1 |
| 1966 | 2026-05-07T00:33:29.323Z | Compiling h2 v0.4.13 |
| 1967 | 2026-05-07T00:33:29.382Z | Compiling tinyvec v1.10.0 |
| 1968 | 2026-05-07T00:33:29.683Z | Compiling dof v0.3.0 |
| 1969 | 2026-05-07T00:33:29.708Z | Compiling document-features v0.2.12 |
| 1970 | 2026-05-07T00:33:30.092Z | Compiling darling_macro v0.20.11 |
| 1971 | 2026-05-07T00:33:30.242Z | Compiling toml_edit v0.19.15 |
| 1972 | 2026-05-07T00:33:30.332Z | Compiling dtrace-parser v0.2.0 |
| 1973 | 2026-05-07T00:33:30.397Z | Compiling dof v0.4.0 |
| 1974 | 2026-05-07T00:33:30.585Z | Compiling dtrace-parser v0.3.0 |
| 1975 | 2026-05-07T00:33:30.658Z | Compiling ipnet v2.11.0 |
| 1976 | 2026-05-07T00:33:30.959Z | Compiling async-trait v0.1.89 |
| 1977 | 2026-05-07T00:33:30.978Z | Compiling daft-derive v0.1.5 |
| 1978 | 2026-05-07T00:33:31.096Z | Compiling spin v0.9.8 |
| 1979 | 2026-05-07T00:33:31.115Z | Compiling thread-id v5.1.0 |
| 1980 | 2026-05-07T00:33:31.203Z | Compiling thread-id v4.2.2 |
| 1981 | 2026-05-07T00:33:31.220Z | Compiling powerfmt v0.2.0 |
| 1982 | 2026-05-07T00:33:31.330Z | Compiling pin-utils v0.1.0 |
| 1983 | 2026-05-07T00:33:31.437Z | Compiling num-bigint-dig v0.8.6 |
| 1984 | 2026-05-07T00:33:31.511Z | Compiling smoltcp v0.9.1 |
| 1985 | 2026-05-07T00:33:31.549Z | Compiling httpdate v1.0.3 |
| 1986 | 2026-05-07T00:33:31.564Z | Compiling cfg_aliases v0.2.1 |
| 1987 | 2026-05-07T00:33:31.567Z | Compiling foreign-types-shared v0.1.1 |
| 1988 | 2026-05-07T00:33:31.649Z | Compiling tempfile v3.25.0 |
| 1989 | 2026-05-07T00:33:31.664Z | Compiling nix v0.31.2 |
| 1990 | 2026-05-07T00:33:31.681Z | Compiling foreign-types v0.3.2 |
| 1991 | 2026-05-07T00:33:31.697Z | Compiling deranged v0.5.8 |
| 1992 | 2026-05-07T00:33:31.994Z | Compiling darling v0.20.11 |
| 1993 | 2026-05-07T00:33:32.082Z | Compiling ipnetwork v0.21.1 |
| 1994 | 2026-05-07T00:33:32.299Z | Compiling hyper v1.8.1 |
| 1995 | 2026-05-07T00:33:32.492Z | Compiling strum_macros v0.26.4 |
| 1996 | 2026-05-07T00:33:32.536Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1997 | 2026-05-07T00:33:32.640Z | Compiling wait-timeout v0.2.1 |
| 1998 | 2026-05-07T00:33:32.965Z | Compiling siphasher v1.0.2 |
| 1999 | 2026-05-07T00:33:32.969Z | Compiling quick-error v1.2.3 |
| 2000 | 2026-05-07T00:33:33.017Z | Compiling bit-vec v0.8.0 |
| 2001 | 2026-05-07T00:33:33.078Z | Compiling num_threads v0.1.7 |
| 2002 | 2026-05-07T00:33:33.095Z | Compiling anstyle v1.0.13 |
| 2003 | 2026-05-07T00:33:33.111Z | Compiling simd-adler32 v0.3.8 |
| 2004 | 2026-05-07T00:33:33.149Z | Compiling utf8parse v0.2.2 |
| 2005 | 2026-05-07T00:33:33.191Z | Compiling time v0.3.47 |
| 2006 | 2026-05-07T00:33:33.282Z | Compiling anstyle-parse v0.2.7 |
| 2007 | 2026-05-07T00:33:33.300Z | Compiling bit-set v0.8.0 |
| 2008 | 2026-05-07T00:33:33.359Z | Compiling rusty-fork v0.3.1 |
| 2009 | 2026-05-07T00:33:33.483Z | Compiling hyper-util v0.1.20 |
| 2010 | 2026-05-07T00:33:33.818Z | Compiling derive_builder_core v0.20.2 |
| 2011 | 2026-05-07T00:33:34.057Z | Compiling unicode-normalization v0.1.25 |
| 2012 | 2026-05-07T00:33:34.534Z | Compiling rustls-native-certs v0.8.3 |
| 2013 | 2026-05-07T00:33:34.633Z | Compiling signature v2.2.0 |
| 2014 | 2026-05-07T00:33:34.793Z | Compiling hubpack_derive v0.1.1 |
| 2015 | 2026-05-07T00:33:34.811Z | Compiling rand_xorshift v0.4.0 |
| 2016 | 2026-05-07T00:33:34.973Z | Compiling strum_macros v0.27.2 |
| 2017 | 2026-05-07T00:33:35.108Z | Compiling sync_wrapper v1.0.2 |
| 2018 | 2026-05-07T00:33:35.202Z | Compiling fs-err v3.3.0 |
| 2019 | 2026-05-07T00:33:35.235Z | Compiling ahash v0.8.12 |
| 2020 | 2026-05-07T00:33:35.268Z | Compiling colorchoice v1.0.4 |
| 2021 | 2026-05-07T00:33:35.299Z | Compiling is_terminal_polyfill v1.70.2 |
| 2022 | 2026-05-07T00:33:35.382Z | Compiling anstyle-query v1.1.5 |
| 2023 | 2026-05-07T00:33:35.403Z | Compiling adler2 v2.0.1 |
| 2024 | 2026-05-07T00:33:35.418Z | Compiling unarray v0.1.4 |
| 2025 | 2026-05-07T00:33:35.439Z | Compiling unicode-segmentation v1.12.0 |
| 2026 | 2026-05-07T00:33:35.487Z | Compiling unicode-properties v0.1.4 |
| 2027 | 2026-05-07T00:33:35.505Z | Compiling unicode-bidi v0.3.18 |
| 2028 | 2026-05-07T00:33:35.521Z | Compiling object v0.37.3 |
| 2029 | 2026-05-07T00:33:35.675Z | Compiling allocator-api2 v0.2.21 |
| 2030 | 2026-05-07T00:33:35.799Z | Compiling proptest v1.10.0 |
| 2031 | 2026-05-07T00:33:35.841Z | Compiling stringprep v0.1.5 |
| 2032 | 2026-05-07T00:33:36.025Z | Compiling miniz_oxide v0.8.9 |
| 2033 | 2026-05-07T00:33:36.151Z | Compiling anstream v0.6.21 |
| 2034 | 2026-05-07T00:33:36.242Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-07T00:33:36.475Z | Compiling derive_builder_macro v0.20.2 |
| 2036 | 2026-05-07T00:33:36.583Z | Compiling usdt-macro v0.6.0 |
| 2037 | 2026-05-07T00:33:36.597Z | Compiling usdt-attr-macro v0.6.0 |
| 2038 | 2026-05-07T00:33:37.067Z | Compiling http-body-util v0.1.3 |
| 2039 | 2026-05-07T00:33:37.230Z | Compiling webpki-roots v1.0.6 |
| 2040 | 2026-05-07T00:33:37.368Z | Compiling rand_chacha v0.3.1 |
| 2041 | 2026-05-07T00:33:37.368Z | Compiling erased-serde v0.3.31 |
| 2042 | 2026-05-07T00:33:37.414Z | Compiling md-5 v0.10.6 |
| 2043 | 2026-05-07T00:33:37.469Z | Compiling num-integer v0.1.46 |
| 2044 | 2026-05-07T00:33:37.590Z | Compiling hash32 v0.2.1 |
| 2045 | 2026-05-07T00:33:37.622Z | Compiling vergen-lib v0.1.6 |
| 2046 | 2026-05-07T00:33:37.668Z | Compiling ff v0.13.1 |
| 2047 | 2026-05-07T00:33:37.719Z | Compiling zlib-rs v0.6.2 |
| 2048 | 2026-05-07T00:33:37.771Z | Compiling ryu v1.0.23 |
| 2049 | 2026-05-07T00:33:37.788Z | Compiling psl-types v2.0.11 |
| 2050 | 2026-05-07T00:33:37.826Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-05-07T00:33:37.841Z | Compiling fallible-iterator v0.2.0 |
| 2052 | 2026-05-07T00:33:37.856Z | Compiling base16ct v0.2.0 |
| 2053 | 2026-05-07T00:33:37.917Z | Compiling serde_urlencoded v0.7.1 |
| 2054 | 2026-05-07T00:33:37.948Z | Compiling publicsuffix v2.3.0 |
| 2055 | 2026-05-07T00:33:37.988Z | Compiling sec1 v0.7.3 |
| 2056 | 2026-05-07T00:33:38.136Z | Compiling postgres-protocol v0.6.10 |
| 2057 | 2026-05-07T00:33:38.153Z | Compiling group v0.13.0 |
| 2058 | 2026-05-07T00:33:38.171Z | Compiling newtype-uuid v1.3.2 |
| 2059 | 2026-05-07T00:33:38.273Z | Compiling num-iter v0.1.45 |
| 2060 | 2026-05-07T00:33:38.347Z | Compiling rand v0.8.5 |
| 2061 | 2026-05-07T00:33:38.596Z | Compiling oxnet v0.1.4 |
| 2062 | 2026-05-07T00:33:38.660Z | Compiling derive_builder v0.20.2 |
| 2063 | 2026-05-07T00:33:38.771Z | Compiling tokio-native-tls v0.3.1 |
| 2064 | 2026-05-07T00:33:38.809Z | Compiling heck v0.4.1 |
| 2065 | 2026-05-07T00:33:38.824Z | Compiling phf_shared v0.13.1 |
| 2066 | 2026-05-07T00:33:38.956Z | Compiling tower-http v0.6.8 |
| 2067 | 2026-05-07T00:33:38.985Z | Compiling lazy_static v1.5.0 |
| 2068 | 2026-05-07T00:33:39.043Z | Compiling terminal_size v0.4.3 |
| 2069 | 2026-05-07T00:33:39.072Z | Compiling serde_with_macros v3.17.0 |
| 2070 | 2026-05-07T00:33:39.090Z | Compiling cargo-platform v0.1.9 |
| 2071 | 2026-05-07T00:33:39.136Z | Compiling hkdf v0.12.4 |
| 2072 | 2026-05-07T00:33:39.191Z | Compiling crypto-bigint v0.5.5 |
| 2073 | 2026-05-07T00:33:39.207Z | Compiling serde_repr v0.1.20 |
| 2074 | 2026-05-07T00:33:39.223Z | Compiling enum-as-inner v0.6.1 |
| 2075 | 2026-05-07T00:33:39.277Z | Compiling clap_derive v4.5.55 |
| 2076 | 2026-05-07T00:33:39.320Z | Compiling vergen v9.0.6 |
| 2077 | 2026-05-07T00:33:39.352Z | Compiling managed v0.8.0 |
| 2078 | 2026-05-07T00:33:39.386Z | Compiling clap_lex v1.0.0 |
| 2079 | 2026-05-07T00:33:39.490Z | Compiling bumpalo v3.20.2 |
| 2080 | 2026-05-07T00:33:39.543Z | Compiling foldhash v0.2.0 |
| 2081 | 2026-05-07T00:33:39.582Z | Compiling bitflags v1.3.2 |
| 2082 | 2026-05-07T00:33:39.662Z | Compiling foldhash v0.1.5 |
| 2083 | 2026-05-07T00:33:39.678Z | Compiling libbz2-rs-sys v0.2.2 |
| 2084 | 2026-05-07T00:33:39.742Z | Compiling flate2 v1.1.9 |
| 2085 | 2026-05-07T00:33:39.817Z | Compiling hashbrown v0.15.5 |
| 2086 | 2026-05-07T00:33:39.861Z | Compiling hashbrown v0.16.1 |
| 2087 | 2026-05-07T00:33:39.999Z | Compiling zopfli v0.8.3 |
| 2088 | 2026-05-07T00:33:40.104Z | Compiling bzip2 v0.6.1 |
| 2089 | 2026-05-07T00:33:40.143Z | Compiling elliptic-curve v0.13.8 |
| 2090 | 2026-05-07T00:33:40.276Z | Compiling clap_builder v4.5.60 |
| 2091 | 2026-05-07T00:33:40.421Z | Compiling cargo_metadata v0.19.2 |
| 2092 | 2026-05-07T00:33:40.508Z | Compiling zstd v0.13.3 |
| 2093 | 2026-05-07T00:33:40.686Z | Compiling phf v0.13.1 |
| 2094 | 2026-05-07T00:33:40.784Z | Compiling hyper-tls v0.6.0 |
| 2095 | 2026-05-07T00:33:40.831Z | Compiling signal-hook-mio v0.2.5 |
| 2096 | 2026-05-07T00:33:40.866Z | Compiling daft v0.1.5 |
| 2097 | 2026-05-07T00:33:40.970Z | Compiling cookie_store v0.22.1 |
| 2098 | 2026-05-07T00:33:40.985Z | Compiling postgres-types v0.2.12 |
| 2099 | 2026-05-07T00:33:41.032Z | Compiling bzip2 v0.4.4 |
| 2100 | 2026-05-07T00:33:41.239Z | Compiling strum v0.27.2 |
| 2101 | 2026-05-07T00:33:41.392Z | Compiling hubpack v0.1.2 |
| 2102 | 2026-05-07T00:33:41.466Z | Compiling ed25519 v2.2.3 |
| 2103 | 2026-05-07T00:33:41.491Z | Compiling phf_shared v0.11.3 |
| 2104 | 2026-05-07T00:33:41.562Z | Compiling crossbeam-epoch v0.9.18 |
| 2105 | 2026-05-07T00:33:41.646Z | Compiling pkcs1 v0.7.5 |
| 2106 | 2026-05-07T00:33:41.698Z | Compiling serde-big-array v0.5.1 |
| 2107 | 2026-05-07T00:33:41.714Z | Compiling hex v0.4.3 |
| 2108 | 2026-05-07T00:33:42.011Z | Compiling rfc6979 v0.4.0 |
| 2109 | 2026-05-07T00:33:42.034Z | Compiling bstr v1.12.1 |
| 2110 | 2026-05-07T00:33:42.100Z | Compiling float-cmp v0.10.0 |
| 2111 | 2026-05-07T00:33:42.125Z | Compiling memmap2 v0.9.10 |
| 2112 | 2026-05-07T00:33:42.145Z | Compiling env_filter v1.0.0 |
| 2113 | 2026-05-07T00:33:42.196Z | Compiling encoding_rs v0.8.35 |
| 2114 | 2026-05-07T00:33:42.212Z | Compiling new_debug_unreachable v1.0.6 |
| 2115 | 2026-05-07T00:33:42.236Z | Compiling keccak v0.1.6 |
| 2116 | 2026-05-07T00:33:42.243Z | Compiling normalize-line-endings v0.3.0 |
| 2117 | 2026-05-07T00:33:42.316Z | Compiling static_assertions v1.1.0 |
| 2118 | 2026-05-07T00:33:42.330Z | Compiling precomputed-hash v0.1.1 |
| 2119 | 2026-05-07T00:33:42.376Z | Compiling fixedbitset v0.4.2 |
| 2120 | 2026-05-07T00:33:42.423Z | Compiling data-encoding v2.10.0 |
| 2121 | 2026-05-07T00:33:42.440Z | Compiling fixedbitset v0.5.7 |
| 2122 | 2026-05-07T00:33:42.453Z | Compiling jiff v0.2.21 |
| 2123 | 2026-05-07T00:33:42.467Z | Compiling difflib v0.4.0 |
| 2124 | 2026-05-07T00:33:42.603Z | Compiling whoami v2.1.0 |
| 2125 | 2026-05-07T00:33:42.615Z | Compiling mime v0.3.17 |
| 2126 | 2026-05-07T00:33:42.656Z | Compiling predicates-core v1.0.10 |
| 2127 | 2026-05-07T00:33:42.734Z | Compiling rustc-hash v2.1.1 |
| 2128 | 2026-05-07T00:33:42.798Z | Compiling toml_write v0.1.2 |
| 2129 | 2026-05-07T00:33:42.844Z | Compiling iddqd v0.3.18 |
| 2130 | 2026-05-07T00:33:42.877Z | Compiling tokio-postgres v0.7.16 |
| 2131 | 2026-05-07T00:33:42.939Z | Compiling predicates v3.1.4 |
| 2132 | 2026-05-07T00:33:42.957Z | Compiling toml_edit v0.22.27 |
| 2133 | 2026-05-07T00:33:43.002Z | Compiling hickory-proto v0.25.2 |
| 2134 | 2026-05-07T00:33:43.066Z | Compiling petgraph v0.8.3 |
| 2135 | 2026-05-07T00:33:43.524Z | Compiling petgraph v0.6.5 |
| 2136 | 2026-05-07T00:33:43.539Z | Compiling similar v2.7.0 |
| 2137 | 2026-05-07T00:33:43.852Z | Compiling string_cache v0.8.9 |
| 2138 | 2026-05-07T00:33:43.955Z | Compiling sha3 v0.10.8 |
| 2139 | 2026-05-07T00:33:44.090Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2140 | 2026-05-07T00:33:44.240Z | Compiling env_logger v0.11.9 |
| 2141 | 2026-05-07T00:33:44.278Z | Compiling usdt v0.6.0 |
| 2142 | 2026-05-07T00:33:44.932Z | Compiling ecdsa v0.16.9 |
| 2143 | 2026-05-07T00:33:44.968Z | Compiling serde_with v3.17.0 |
| 2144 | 2026-05-07T00:33:44.984Z | Compiling rsa v0.9.10 |
| 2145 | 2026-05-07T00:33:45.033Z | Compiling zip v4.6.1 |
| 2146 | 2026-05-07T00:33:45.276Z | Compiling clap v4.5.60 |
| 2147 | 2026-05-07T00:33:45.376Z | Compiling ed25519-dalek v2.2.0 |
| 2148 | 2026-05-07T00:33:45.683Z | Compiling crossterm v0.28.1 |
| 2149 | 2026-05-07T00:33:46.205Z | Compiling zip v0.6.6 |
| 2150 | 2026-05-07T00:33:46.681Z | Compiling strum v0.26.3 |
| 2151 | 2026-05-07T00:33:46.714Z | Compiling toml v0.7.8 |
| 2152 | 2026-05-07T00:33:46.731Z | Compiling tokio-stream v0.1.18 |
| 2153 | 2026-05-07T00:33:46.749Z | Compiling buf-list v1.1.2 |
| 2154 | 2026-05-07T00:33:46.853Z | Compiling itertools v0.13.0 |
| 2155 | 2026-05-07T00:33:46.942Z | Compiling x509-cert v0.2.5 |
| 2156 | 2026-05-07T00:33:47.014Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2157 | 2026-05-07T00:33:47.277Z | Compiling openapiv3 v2.2.0 |
| 2158 | 2026-05-07T00:33:47.294Z | Compiling sha1 v0.10.6 |
| 2159 | 2026-05-07T00:33:47.823Z | Compiling peg-runtime v0.8.5 |
| 2160 | 2026-05-07T00:33:47.843Z | Compiling lalrpop-util v0.19.12 |
| 2161 | 2026-05-07T00:34:03.001Z | Compiling rustls-webpki v0.103.9 |
| 2162 | 2026-05-07T00:34:03.892Z | Compiling macaddr v1.0.1 |
| 2163 | 2026-05-07T00:34:04.038Z | Compiling structmeta-derive v0.3.0 |
| 2164 | 2026-05-07T00:34:04.110Z | Compiling crucible-workspace-hack v0.1.0 |
| 2165 | 2026-05-07T00:34:04.199Z | Compiling rayon-core v1.13.0 |
| 2166 | 2026-05-07T00:34:04.228Z | Compiling itertools v0.14.0 |
| 2167 | 2026-05-07T00:34:04.330Z | Compiling secrecy v0.10.3 |
| 2168 | 2026-05-07T00:34:04.430Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2169 | 2026-05-07T00:34:04.444Z | Compiling rustls v0.22.4 |
| 2170 | 2026-05-07T00:34:04.516Z | Compiling heapless v0.8.0 |
| 2171 | 2026-05-07T00:34:04.759Z | Compiling crossbeam-deque v0.8.6 |
| 2172 | 2026-05-07T00:34:04.845Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2173 | 2026-05-07T00:34:04.999Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2174 | 2026-05-07T00:34:05.015Z | Compiling rustls-webpki v0.102.8 |
| 2175 | 2026-05-07T00:34:05.034Z | Compiling structmeta v0.3.0 |
| 2176 | 2026-05-07T00:34:05.037Z | Compiling futures-executor v0.3.32 |
| 2177 | 2026-05-07T00:34:05.049Z | Compiling hash32 v0.3.1 |
| 2178 | 2026-05-07T00:34:05.157Z | Compiling multer v3.1.0 |
| 2179 | 2026-05-07T00:34:05.250Z | Compiling thread_local v1.1.9 |
| 2180 | 2026-05-07T00:34:05.311Z | Compiling match_cfg v0.1.0 |
| 2181 | 2026-05-07T00:34:05.327Z | Compiling compression-core v0.4.31 |
| 2182 | 2026-05-07T00:34:05.358Z | Compiling smoltcp v0.11.0 |
| 2183 | 2026-05-07T00:34:05.405Z | Compiling unicode-width v0.2.0 |
| 2184 | 2026-05-07T00:34:05.418Z | Compiling slog-async v2.8.0 |
| 2185 | 2026-05-07T00:34:05.512Z | Compiling ingot-macros v0.1.1 |
| 2186 | 2026-05-07T00:34:05.524Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2187 | 2026-05-07T00:34:05.625Z | Compiling proc-macro-crate v3.4.0 |
| 2188 | 2026-05-07T00:34:05.732Z | Compiling compression-codecs v0.4.37 |
| 2189 | 2026-05-07T00:34:05.764Z | Compiling hostname v0.3.1 |
| 2190 | 2026-05-07T00:34:05.805Z | Compiling derive-ex v0.1.8 |
| 2191 | 2026-05-07T00:34:05.818Z | Compiling futures v0.3.32 |
| 2192 | 2026-05-07T00:34:05.954Z | Compiling slog-json v2.6.1 |
| 2193 | 2026-05-07T00:34:05.969Z | Compiling crossbeam-channel v0.5.15 |
| 2194 | 2026-05-07T00:34:06.073Z | Compiling half v2.7.1 |
| 2195 | 2026-05-07T00:34:06.125Z | Compiling newtype-uuid-macros v0.1.0 |
| 2196 | 2026-05-07T00:34:06.228Z | Compiling cobs v0.3.0 |
| 2197 | 2026-05-07T00:34:06.371Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2198 | 2026-05-07T00:34:06.447Z | Compiling universal-hash v0.5.1 |
| 2199 | 2026-05-07T00:34:06.520Z | Compiling async-stream-impl v0.3.6 |
| 2200 | 2026-05-07T00:34:06.613Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2201 | 2026-05-07T00:34:06.669Z | Compiling serde_spanned v1.0.4 |
| 2202 | 2026-05-07T00:34:06.847Z | Compiling tokio-rustls v0.26.4 |
| 2203 | 2026-05-07T00:34:06.862Z | Compiling rustls-platform-verifier v0.6.2 |
| 2204 | 2026-05-07T00:34:06.890Z | Compiling is-terminal v0.4.17 |
| 2205 | 2026-05-07T00:34:07.013Z | Compiling dropshot v0.17.0 |
| 2206 | 2026-05-07T00:34:07.065Z | Compiling proc-macro-error-attr v1.0.4 |
| 2207 | 2026-05-07T00:34:07.100Z | Compiling hyper-rustls v0.27.7 |
| 2208 | 2026-05-07T00:34:07.133Z | Compiling opaque-debug v0.3.1 |
| 2209 | 2026-05-07T00:34:07.148Z | Compiling take_mut v0.2.2 |
| 2210 | 2026-05-07T00:34:07.225Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2211 | 2026-05-07T00:34:07.241Z | Compiling ciborium-io v0.2.2 |
| 2212 | 2026-05-07T00:34:07.288Z | Compiling convert_case v0.4.0 |
| 2213 | 2026-05-07T00:34:07.310Z | Compiling term v1.2.1 |
| 2214 | 2026-05-07T00:34:07.325Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2215 | 2026-05-07T00:34:07.359Z | Compiling reqwest v0.12.28 |
| 2216 | 2026-05-07T00:34:07.420Z | Compiling reqwest v0.13.2 |
| 2217 | 2026-05-07T00:34:07.437Z | Compiling thiserror-no-std v2.0.2 |
| 2218 | 2026-05-07T00:34:07.455Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2219 | 2026-05-07T00:34:07.510Z | Compiling test-strategy v0.4.5 |
| 2220 | 2026-05-07T00:34:07.555Z | Compiling ciborium-ll v0.2.2 |
| 2221 | 2026-05-07T00:34:07.620Z | Compiling derive_more v0.99.20 |
| 2222 | 2026-05-07T00:34:07.635Z | Compiling tokio-rustls v0.25.0 |
| 2223 | 2026-05-07T00:34:07.840Z | Compiling slog-term v2.9.2 |
| 2224 | 2026-05-07T00:34:07.990Z | Compiling poly1305 v0.8.0 |
| 2225 | 2026-05-07T00:34:08.091Z | Compiling ingot-types v0.1.2 |
| 2226 | 2026-05-07T00:34:08.470Z | Compiling async-stream v0.3.6 |
| 2227 | 2026-05-07T00:34:08.558Z | Compiling ingot v0.1.1 |
| 2228 | 2026-05-07T00:34:08.626Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2229 | 2026-05-07T00:34:08.685Z | Compiling postcard v1.1.3 |
| 2230 | 2026-05-07T00:34:09.071Z | Compiling slog-bunyan v2.5.0 |
| 2231 | 2026-05-07T00:34:09.088Z | Compiling num_enum_derive v0.7.5 |
| 2232 | 2026-05-07T00:34:09.125Z | Compiling async-compression v0.4.41 |
| 2233 | 2026-05-07T00:34:09.281Z | Compiling parse-display-derive v0.10.0 |
| 2234 | 2026-05-07T00:34:09.446Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2235 | 2026-05-07T00:34:09.606Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2236 | 2026-05-07T00:34:09.775Z | Compiling proc-macro-crate v1.3.1 |
| 2237 | 2026-05-07T00:34:09.864Z | Compiling backon v1.6.0 |
| 2238 | 2026-05-07T00:34:10.041Z | Compiling waitgroup v0.1.2 |
| 2239 | 2026-05-07T00:34:10.127Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2240 | 2026-05-07T00:34:10.130Z | Compiling password-hash v0.5.0 |
| 2241 | 2026-05-07T00:34:10.213Z | Compiling dropshot_endpoint v0.17.0 |
| 2242 | 2026-05-07T00:34:10.384Z | Compiling chacha20 v0.9.1 |
| 2243 | 2026-05-07T00:34:10.541Z | Compiling rustls-pemfile v2.2.0 |
| 2244 | 2026-05-07T00:34:10.630Z | Compiling blake2 v0.10.6 |
| 2245 | 2026-05-07T00:34:10.664Z | Compiling aead v0.5.2 |
| 2246 | 2026-05-07T00:34:10.723Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2247 | 2026-05-07T00:34:10.788Z | Compiling foreign-types-macros v0.2.3 |
| 2248 | 2026-05-07T00:34:10.827Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2249 | 2026-05-07T00:34:10.845Z | Compiling serde_path_to_error v0.1.20 |
| 2250 | 2026-05-07T00:34:10.882Z | Compiling hostname v0.4.2 |
| 2251 | 2026-05-07T00:34:11.077Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2252 | 2026-05-07T00:34:11.080Z | Compiling proc-macro-error v1.0.4 |
| 2253 | 2026-05-07T00:34:11.157Z | Compiling instant v0.1.13 |
| 2254 | 2026-05-07T00:34:11.173Z | Compiling typeid v1.0.3 |
| 2255 | 2026-05-07T00:34:11.187Z | Compiling debug-ignore v1.0.5 |
| 2256 | 2026-05-07T00:34:11.259Z | Compiling foreign-types-shared v0.3.1 |
| 2257 | 2026-05-07T00:34:11.304Z | Compiling cpufeatures v0.3.0 |
| 2258 | 2026-05-07T00:34:11.320Z | Compiling backoff v0.4.0 |
| 2259 | 2026-05-07T00:34:11.320Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2260 | 2026-05-07T00:34:11.351Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2261 | 2026-05-07T00:34:11.399Z | Compiling chacha20 v0.10.0 |
| 2262 | 2026-05-07T00:34:11.402Z | Compiling foreign-types v0.5.0 |
| 2263 | 2026-05-07T00:34:11.402Z | Compiling argon2 v0.5.3 |
| 2264 | 2026-05-07T00:34:11.402Z | Compiling chacha20poly1305 v0.10.1 |
| 2265 | 2026-05-07T00:34:11.457Z | Compiling parse-display v0.10.0 |
| 2266 | 2026-05-07T00:34:11.533Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2267 | 2026-05-07T00:34:11.546Z | Compiling num_enum_derive v0.5.11 |
| 2268 | 2026-05-07T00:34:11.592Z | Compiling num_enum v0.7.5 |
| 2269 | 2026-05-07T00:34:11.595Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2270 | 2026-05-07T00:34:11.622Z | Compiling ciborium v0.2.2 |
| 2271 | 2026-05-07T00:34:11.796Z | Compiling vsss-rs v3.3.4 |
| 2272 | 2026-05-07T00:34:12.028Z | Compiling tabwriter v1.4.1 |
| 2273 | 2026-05-07T00:34:12.117Z | Compiling regress v0.10.5 |
| 2274 | 2026-05-07T00:34:12.249Z | Compiling byte-wrapper v0.1.0 |
| 2275 | 2026-05-07T00:34:12.357Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2276 | 2026-05-07T00:34:12.443Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2277 | 2026-05-07T00:34:12.460Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2278 | 2026-05-07T00:34:12.477Z | Compiling cstr-argument v0.1.2 |
| 2279 | 2026-05-07T00:34:12.517Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2280 | 2026-05-07T00:34:12.674Z | Compiling erased-serde v0.4.9 |
| 2281 | 2026-05-07T00:34:12.729Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2282 | 2026-05-07T00:34:12.886Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2283 | 2026-05-07T00:34:13.013Z | Compiling num_enum v0.5.11 |
| 2284 | 2026-05-07T00:34:13.063Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2285 | 2026-05-07T00:34:13.076Z | Compiling rand v0.10.0 |
| 2286 | 2026-05-07T00:34:13.161Z | Compiling rayon v1.11.0 |
| 2287 | 2026-05-07T00:34:13.166Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2288 | 2026-05-07T00:34:13.196Z | Compiling indent_write v2.2.0 |
| 2289 | 2026-05-07T00:34:13.234Z | Compiling colored v3.1.1 |
| 2290 | 2026-05-07T00:34:13.319Z | Compiling libefi-sys v0.1.0 |
| 2291 | 2026-05-07T00:34:13.337Z | Compiling zone_cfg_derive v0.3.1 |
| 2292 | 2026-05-07T00:34:13.347Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2293 | 2026-05-07T00:34:13.451Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2294 | 2026-05-07T00:34:13.572Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2295 | 2026-05-07T00:34:13.642Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2296 | 2026-05-07T00:34:13.726Z | Compiling camino-tempfile v1.4.1 |
| 2297 | 2026-05-07T00:34:13.883Z | Compiling itertools v0.12.1 |
| 2298 | 2026-05-07T00:34:13.899Z | Compiling usdt-attr-macro v0.5.0 |
| 2299 | 2026-05-07T00:34:13.920Z | Compiling usdt-macro v0.5.0 |
| 2300 | 2026-05-07T00:34:13.962Z | Compiling bitfield-struct v0.6.2 |
| 2301 | 2026-05-07T00:34:13.978Z | Compiling num-derive v0.4.2 |
| 2302 | 2026-05-07T00:34:14.123Z | Compiling ordered-float v2.10.1 |
| 2303 | 2026-05-07T00:34:15.145Z | Compiling blake3 v1.8.3 |
| 2304 | 2026-05-07T00:34:15.149Z | Compiling sigpipe v0.1.3 |
| 2305 | 2026-05-07T00:34:15.149Z | Compiling memmap v0.7.0 |
| 2306 | 2026-05-07T00:34:15.149Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2307 | 2026-05-07T00:34:15.149Z | Compiling swrite v0.1.0 |
| 2308 | 2026-05-07T00:34:15.149Z | Compiling glob v0.3.3 |
| 2309 | 2026-05-07T00:34:15.149Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2310 | 2026-05-07T00:34:15.149Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2311 | 2026-05-07T00:34:15.149Z | Compiling usdt v0.5.0 |
| 2312 | 2026-05-07T00:34:15.149Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2313 | 2026-05-07T00:34:15.149Z | Compiling serde-value v0.7.0 |
| 2314 | 2026-05-07T00:34:15.300Z | Compiling zone v0.3.1 |
| 2315 | 2026-05-07T00:34:15.323Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2316 | 2026-05-07T00:34:15.371Z | Compiling serde-untagged v0.1.9 |
| 2317 | 2026-05-07T00:34:15.539Z | Compiling toml v0.8.23 |
| 2318 | 2026-05-07T00:34:15.580Z | Compiling smf v0.2.3 |
| 2319 | 2026-05-07T00:34:15.603Z | Compiling filetime v0.2.27 |
| 2320 | 2026-05-07T00:34:15.643Z | Compiling constant_time_eq v0.4.2 |
| 2321 | 2026-05-07T00:34:15.674Z | Compiling whoami v1.6.1 |
| 2322 | 2026-05-07T00:34:15.753Z | Compiling arrayvec v0.7.6 |
| 2323 | 2026-05-07T00:34:15.756Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2324 | 2026-05-07T00:34:15.830Z | Compiling unicode-xid v0.2.6 |
| 2325 | 2026-05-07T00:34:15.856Z | Compiling same-file v1.0.6 |
| 2326 | 2026-05-07T00:34:15.859Z | Compiling xattr v1.6.1 |
| 2327 | 2026-05-07T00:34:15.958Z | Compiling arrayref v0.3.9 |
| 2328 | 2026-05-07T00:34:15.998Z | Compiling walkdir v2.5.0 |
| 2329 | 2026-05-07T00:34:16.041Z | Compiling tar v0.4.45 |
| 2330 | 2026-05-07T00:34:16.057Z | Compiling cargo-util-schemas v0.8.2 |
| 2331 | 2026-05-07T00:34:16.089Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2332 | 2026-05-07T00:34:16.165Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2333 | 2026-05-07T00:34:16.447Z | Compiling tokio-dtrace v0.1.1 |
| 2334 | 2026-05-07T00:34:16.753Z | Compiling console v0.16.2 |
| 2335 | 2026-05-07T00:34:16.766Z | Compiling gethostname v0.5.0 |
| 2336 | 2026-05-07T00:34:16.785Z | Compiling cargo-platform v0.2.0 |
| 2337 | 2026-05-07T00:34:16.834Z | Compiling topological-sort v0.2.2 |
| 2338 | 2026-05-07T00:34:16.864Z | Compiling unit-prefix v0.5.2 |
| 2339 | 2026-05-07T00:34:16.924Z | Compiling oxide-tokio-rt v0.1.4 |
| 2340 | 2026-05-07T00:34:16.940Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2341 | 2026-05-07T00:34:17.027Z | Compiling shell-words v1.1.1 |
| 2342 | 2026-05-07T00:34:17.231Z | Compiling cargo_metadata v0.21.0 |
| 2343 | 2026-05-07T00:34:17.292Z | Compiling indicatif v0.18.4 |
| 2344 | 2026-05-07T00:34:26.784Z | Compiling progenitor-client v0.10.0 |
| 2345 | 2026-05-07T00:34:26.784Z | Compiling omicron-zone-package v0.12.2 |
| 2346 | 2026-05-07T00:34:26.814Z | Compiling progenitor-client v0.14.0 |
| 2347 | 2026-05-07T00:34:26.890Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2348 | 2026-05-07T00:34:26.890Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2349 | 2026-05-07T00:34:26.921Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2350 | 2026-05-07T00:34:26.938Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2351 | 2026-05-07T00:34:27.230Z | Compiling progenitor-extras v0.2.0 |
| 2352 | 2026-05-07T00:34:27.267Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2353 | 2026-05-07T00:34:27.284Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2354 | 2026-05-07T00:34:27.314Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2355 | 2026-05-07T00:34:27.497Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2356 | 2026-05-07T00:34:27.841Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-07T00:34:32.113Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2358 | 2026-05-07T00:34:39.566Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2359 | 2026-05-07T00:34:42.649Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2360 | 2026-05-07T00:34:43.620Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2361 | 2026-05-07T00:34:52.897Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2362 | 2026-05-07T00:34:53.049Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2363 | 2026-05-07T00:34:53.110Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2364 | 2026-05-07T00:34:53.113Z | Created new build target 'test' and set it as active |
| 2365 | 2026-05-07T00:34:53.113Z | |
| 2366 | 2026-05-07T00:34:53.113Z | real 1:40.139532237 |
| 2367 | 2026-05-07T00:34:53.113Z | user 16:30.202115863 |
| 2368 | 2026-05-07T00:34:53.113Z | sys 2:32.345370636 |
| 2369 | 2026-05-07T00:34:53.113Z | trap 0.470315777 |
| 2370 | 2026-05-07T00:34:53.113Z | tflt 2.774174225 |
| 2371 | 2026-05-07T00:34:53.113Z | dflt 3.763544361 |
| 2372 | 2026-05-07T00:34:53.113Z | kflt 0.000674101 |
| 2373 | 2026-05-07T00:34:53.113Z | lock 51:44.822000855 |
| 2374 | 2026-05-07T00:34:53.113Z | slp 42:33.006688996 |
| 2375 | 2026-05-07T00:34:53.113Z | lat 41.978216969 |
| 2376 | 2026-05-07T00:34:53.113Z | stop 5:05.820602488 |
| 2377 | 2026-05-07T00:34:53.117Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2378 | 2026-05-07T00:34:53.992Z | Finished `release` profile [optimized] target(s) in 0.86s |
| 2379 | 2026-05-07T00:34:54.071Z | Running `target/release/omicron-package -t test package` |
| 2380 | 2026-05-07T00:34:54.190Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2381 | 2026-05-07T00:34:55.550Z | Compiling heck v0.5.0 |
| 2382 | 2026-05-07T00:34:55.550Z | Compiling regress v0.11.1 |
| 2383 | 2026-05-07T00:34:55.550Z | Compiling unsafe-libyaml v0.2.11 |
| 2384 | 2026-05-07T00:34:55.799Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2385 | 2026-05-07T00:34:55.823Z | Compiling regress v0.10.5 |
| 2386 | 2026-05-07T00:34:55.847Z | Compiling unicode-width v0.1.14 |
| 2387 | 2026-05-07T00:34:55.868Z | Compiling is-terminal v0.4.17 |
| 2388 | 2026-05-07T00:34:55.889Z | Compiling prettyplease v0.2.37 |
| 2389 | 2026-05-07T00:34:55.889Z | Compiling bytecount v0.6.9 |
| 2390 | 2026-05-07T00:34:55.892Z | Compiling rustls v0.22.4 |
| 2391 | 2026-05-07T00:34:55.892Z | Compiling rustls-webpki v0.102.8 |
| 2392 | 2026-05-07T00:34:55.908Z | Compiling derive-where v1.6.0 |
| 2393 | 2026-05-07T00:34:55.911Z | Compiling thread_local v1.1.9 |
| 2394 | 2026-05-07T00:34:55.911Z | Compiling match_cfg v0.1.0 |
| 2395 | 2026-05-07T00:34:55.911Z | Compiling compression-core v0.4.31 |
| 2396 | 2026-05-07T00:34:56.005Z | Compiling multer v3.1.0 |
| 2397 | 2026-05-07T00:34:56.046Z | Compiling slog-async v2.8.0 |
| 2398 | 2026-05-07T00:34:56.088Z | Compiling hostname v0.3.1 |
| 2399 | 2026-05-07T00:34:56.114Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-05-07T00:34:56.135Z | Compiling compression-codecs v0.4.37 |
| 2401 | 2026-05-07T00:34:56.158Z | Compiling crossbeam-channel v0.5.15 |
| 2402 | 2026-05-07T00:34:56.182Z | Compiling slog-json v2.6.1 |
| 2403 | 2026-05-07T00:34:56.185Z | Compiling futures-executor v0.3.32 |
| 2404 | 2026-05-07T00:34:56.185Z | Compiling serde_spanned v1.0.4 |
| 2405 | 2026-05-07T00:34:56.246Z | Compiling serde_yaml v0.9.34+deprecated |
| 2406 | 2026-05-07T00:34:56.249Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2407 | 2026-05-07T00:34:56.401Z | Compiling term v1.2.1 |
| 2408 | 2026-05-07T00:34:56.401Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2409 | 2026-05-07T00:34:56.446Z | Compiling take_mut v0.2.2 |
| 2410 | 2026-05-07T00:34:56.465Z | Compiling slog-bunyan v2.5.0 |
| 2411 | 2026-05-07T00:34:56.465Z | Compiling futures v0.3.32 |
| 2412 | 2026-05-07T00:34:56.595Z | Compiling async-compression v0.4.41 |
| 2413 | 2026-05-07T00:34:56.659Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2414 | 2026-05-07T00:34:56.661Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2415 | 2026-05-07T00:34:56.702Z | Compiling slog-term v2.9.2 |
| 2416 | 2026-05-07T00:34:56.705Z | Compiling dropshot v0.17.0 |
| 2417 | 2026-05-07T00:34:56.789Z | Compiling async-stream v0.3.6 |
| 2418 | 2026-05-07T00:34:56.843Z | Compiling num-rational v0.4.2 |
| 2419 | 2026-05-07T00:34:56.917Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2420 | 2026-05-07T00:34:56.942Z | Compiling progenitor-client v0.14.0 |
| 2421 | 2026-05-07T00:34:56.981Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2422 | 2026-05-07T00:34:57.001Z | Compiling waitgroup v0.1.2 |
| 2423 | 2026-05-07T00:34:57.064Z | Compiling backon v1.6.0 |
| 2424 | 2026-05-07T00:34:57.129Z | Compiling rustls-pemfile v2.2.0 |
| 2425 | 2026-05-07T00:34:57.167Z | Compiling num-complex v0.4.6 |
| 2426 | 2026-05-07T00:34:57.193Z | Compiling serde_path_to_error v0.1.20 |
| 2427 | 2026-05-07T00:34:57.225Z | Compiling hostname v0.4.2 |
| 2428 | 2026-05-07T00:34:57.244Z | Compiling typify-impl v0.6.2 |
| 2429 | 2026-05-07T00:34:57.268Z | Compiling instant v0.1.13 |
| 2430 | 2026-05-07T00:34:57.293Z | Compiling debug-ignore v1.0.5 |
| 2431 | 2026-05-07T00:34:57.343Z | Compiling progenitor-extras v0.2.0 |
| 2432 | 2026-05-07T00:34:57.384Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2433 | 2026-05-07T00:34:57.410Z | Compiling backoff v0.4.0 |
| 2434 | 2026-05-07T00:34:57.431Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2435 | 2026-05-07T00:34:57.578Z | Compiling num v0.4.3 |
| 2436 | 2026-05-07T00:34:57.620Z | Compiling parse-display v0.10.0 |
| 2437 | 2026-05-07T00:34:57.645Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2438 | 2026-05-07T00:34:57.665Z | Compiling progenitor-client v0.13.0 |
| 2439 | 2026-05-07T00:34:57.684Z | Compiling progenitor-client v0.10.0 |
| 2440 | 2026-05-07T00:34:57.714Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2441 | 2026-05-07T00:34:57.791Z | Compiling macaddr v1.0.1 |
| 2442 | 2026-05-07T00:34:57.817Z | Compiling float-ord v0.3.2 |
| 2443 | 2026-05-07T00:34:57.861Z | Compiling console v0.15.11 |
| 2444 | 2026-05-07T00:34:57.964Z | Compiling newline-converter v0.3.0 |
| 2445 | 2026-05-07T00:34:58.007Z | Compiling atomicwrites v0.4.4 |
| 2446 | 2026-05-07T00:34:58.054Z | Compiling slog-dtrace v0.3.0 |
| 2447 | 2026-05-07T00:34:58.195Z | Compiling tokio-rustls v0.25.0 |
| 2448 | 2026-05-07T00:34:58.251Z | Compiling expectorate v1.2.0 |
| 2449 | 2026-05-07T00:34:58.280Z | Compiling async-recursion v1.1.1 |
| 2450 | 2026-05-07T00:34:58.347Z | Compiling owo-colors v4.3.0 |
| 2451 | 2026-05-07T00:34:58.391Z | Compiling cancel-safe-futures v0.1.5 |
| 2452 | 2026-05-07T00:34:58.473Z | Compiling libsw-core v0.3.2 |
| 2453 | 2026-05-07T00:34:58.499Z | Compiling resolv-conf v0.7.6 |
| 2454 | 2026-05-07T00:34:58.522Z | Compiling toml v0.8.23 |
| 2455 | 2026-05-07T00:34:58.717Z | Compiling libsw v3.5.0 |
| 2456 | 2026-05-07T00:34:58.894Z | Compiling linear-map v1.2.0 |
| 2457 | 2026-05-07T00:34:58.929Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2458 | 2026-05-07T00:34:58.992Z | Compiling linked-hash-map v0.5.6 |
| 2459 | 2026-05-07T00:34:59.108Z | Compiling minimal-lexical v0.2.1 |
| 2460 | 2026-05-07T00:34:59.156Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2461 | 2026-05-07T00:34:59.158Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2462 | 2026-05-07T00:34:59.202Z | Compiling lru-cache v0.1.2 |
| 2463 | 2026-05-07T00:34:59.204Z | Compiling unicode-xid v0.2.6 |
| 2464 | 2026-05-07T00:34:59.246Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2465 | 2026-05-07T00:34:59.281Z | Compiling globset v0.4.18 |
| 2466 | 2026-05-07T00:34:59.366Z | Compiling nom v7.1.3 |
| 2467 | 2026-05-07T00:34:59.387Z | Compiling hickory-proto v0.24.4 |
| 2468 | 2026-05-07T00:34:59.390Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2469 | 2026-05-07T00:34:59.390Z | Compiling convert_case v0.10.0 |
| 2470 | 2026-05-07T00:34:59.724Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2471 | 2026-05-07T00:34:59.728Z | Compiling derive_more-impl v2.1.1 |
| 2472 | 2026-05-07T00:35:00.226Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2473 | 2026-05-07T00:35:00.520Z | Compiling pin-project-internal v1.1.11 |
| 2474 | 2026-05-07T00:35:00.589Z | Compiling derive_more v2.1.1 |
| 2475 | 2026-05-07T00:35:00.700Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2476 | 2026-05-07T00:35:00.727Z | Compiling typify-macro v0.6.2 |
| 2477 | 2026-05-07T00:35:00.749Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2478 | 2026-05-07T00:35:00.954Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2479 | 2026-05-07T00:35:01.206Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2480 | 2026-05-07T00:35:01.367Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2481 | 2026-05-07T00:35:01.548Z | Compiling pin-project v1.1.11 |
| 2482 | 2026-05-07T00:35:01.682Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2483 | 2026-05-07T00:35:01.904Z | Compiling hickory-resolver v0.24.4 |
| 2484 | 2026-05-07T00:35:01.990Z | Compiling papergrid v0.11.0 |
| 2485 | 2026-05-07T00:35:02.053Z | Compiling tabled_derive v0.7.0 |
| 2486 | 2026-05-07T00:35:02.277Z | Compiling typify v0.6.2 |
| 2487 | 2026-05-07T00:35:02.564Z | Compiling progenitor-impl v0.14.0 |
| 2488 | 2026-05-07T00:35:02.877Z | Compiling progenitor-impl v0.13.0 |
| 2489 | 2026-05-07T00:35:03.093Z | Compiling qorb v0.4.1 |
| 2490 | 2026-05-07T00:35:03.779Z | Compiling pem v3.0.6 |
| 2491 | 2026-05-07T00:35:04.520Z | Compiling snafu-derive v0.8.9 |
| 2492 | 2026-05-07T00:35:04.737Z | Compiling progenitor-macro v0.14.0 |
| 2493 | 2026-05-07T00:35:05.036Z | Compiling progenitor-macro v0.13.0 |
| 2494 | 2026-05-07T00:35:05.193Z | Compiling termtree v0.5.1 |
| 2495 | 2026-05-07T00:35:05.423Z | Compiling tabled v0.15.0 |
| 2496 | 2026-05-07T00:35:06.214Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2497 | 2026-05-07T00:35:07.149Z | Compiling snafu v0.8.9 |
| 2498 | 2026-05-07T00:35:07.228Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2499 | 2026-05-07T00:35:07.528Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2500 | 2026-05-07T00:35:07.746Z | Compiling crossterm v0.29.0 |
| 2501 | 2026-05-07T00:35:07.929Z | Compiling phf_shared v0.12.1 |
| 2502 | 2026-05-07T00:35:08.189Z | Compiling olpc-cjson v0.1.4 |
| 2503 | 2026-05-07T00:35:08.439Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2504 | 2026-05-07T00:35:08.800Z | Compiling progenitor v0.14.0 |
| 2505 | 2026-05-07T00:35:08.875Z | Compiling serde_plain v1.0.2 |
| 2506 | 2026-05-07T00:35:09.001Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2507 | 2026-05-07T00:35:09.004Z | Compiling csv-core v0.1.13 |
| 2508 | 2026-05-07T00:35:09.135Z | Compiling progenitor v0.13.0 |
| 2509 | 2026-05-07T00:35:09.274Z | Compiling vte v0.14.1 |
| 2510 | 2026-05-07T00:35:09.311Z | Compiling typed-path v0.9.3 |
| 2511 | 2026-05-07T00:35:09.453Z | Compiling chrono-tz v0.10.4 |
| 2512 | 2026-05-07T00:35:09.475Z | Compiling highway v1.3.0 |
| 2513 | 2026-05-07T00:35:09.667Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2514 | 2026-05-07T00:35:09.718Z | Compiling strip-ansi-escapes v0.2.1 |
| 2515 | 2026-05-07T00:35:10.069Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2516 | 2026-05-07T00:35:10.194Z | Compiling csv v1.4.0 |
| 2517 | 2026-05-07T00:35:10.313Z | Compiling phf v0.12.1 |
| 2518 | 2026-05-07T00:35:10.515Z | Compiling tough v0.20.0 |
| 2519 | 2026-05-07T00:35:10.703Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2520 | 2026-05-07T00:35:11.215Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2521 | 2026-05-07T00:35:11.696Z | Compiling const_format_proc_macros v0.2.34 |
| 2522 | 2026-05-07T00:35:11.882Z | Compiling fd-lock v4.0.4 |
| 2523 | 2026-05-07T00:35:12.056Z | Compiling peg-macros v0.8.5 |
| 2524 | 2026-05-07T00:35:12.433Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2525 | 2026-05-07T00:35:12.467Z | Compiling nu-ansi-term v0.50.3 |
| 2526 | 2026-05-07T00:35:12.744Z | Compiling reedline v0.40.0 |
| 2527 | 2026-05-07T00:35:12.993Z | Compiling const_format v0.2.35 |
| 2528 | 2026-05-07T00:35:13.070Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2529 | 2026-05-07T00:35:13.319Z | Compiling peg v0.8.5 |
| 2530 | 2026-05-07T00:35:13.427Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2531 | 2026-05-07T00:35:13.487Z | Compiling bcs v0.1.6 |
| 2532 | 2026-05-07T00:35:13.937Z | Compiling semver v0.1.20 |
| 2533 | 2026-05-07T00:35:14.230Z | Compiling rustc_version v0.1.7 |
| 2534 | 2026-05-07T00:35:14.331Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2535 | 2026-05-07T00:35:14.470Z | Compiling newtype_derive v0.1.6 |
| 2536 | 2026-05-07T00:35:14.574Z | Compiling humantime v2.3.0 |
| 2537 | 2026-05-07T00:35:14.595Z | Compiling unicode-linebreak v0.1.5 |
| 2538 | 2026-05-07T00:35:14.705Z | Compiling smawk v0.3.2 |
| 2539 | 2026-05-07T00:35:14.909Z | Compiling textwrap v0.16.2 |
| 2540 | 2026-05-07T00:35:15.002Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2541 | 2026-05-07T00:35:15.188Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2542 | 2026-05-07T00:35:15.325Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2543 | 2026-05-07T00:35:15.966Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2544 | 2026-05-07T00:35:16.086Z | Compiling base64 v0.21.7 |
| 2545 | 2026-05-07T00:35:16.251Z | Compiling steno v0.4.1 |
| 2546 | 2026-05-07T00:35:16.421Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2547 | 2026-05-07T00:35:16.528Z | Compiling utf-8 v0.7.6 |
| 2548 | 2026-05-07T00:35:16.636Z | Compiling tagptr v0.2.0 |
| 2549 | 2026-05-07T00:35:16.779Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2550 | 2026-05-07T00:35:16.826Z | Compiling moka v0.12.13 |
| 2551 | 2026-05-07T00:35:16.905Z | Compiling tungstenite v0.21.0 |
| 2552 | 2026-05-07T00:35:16.953Z | Compiling radium v0.7.0 |
| 2553 | 2026-05-07T00:35:17.272Z | Compiling tap v1.0.1 |
| 2554 | 2026-05-07T00:35:17.300Z | Compiling maybe-uninit v2.0.0 |
| 2555 | 2026-05-07T00:35:17.446Z | Compiling wyz v0.5.1 |
| 2556 | 2026-05-07T00:35:17.691Z | Compiling tokio-tungstenite v0.21.0 |
| 2557 | 2026-05-07T00:35:17.883Z | Compiling zerocopy-derive v0.6.6 |
| 2558 | 2026-05-07T00:35:18.063Z | Compiling hickory-resolver v0.25.2 |
| 2559 | 2026-05-07T00:35:18.122Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2560 | 2026-05-07T00:35:18.142Z | Compiling funty v2.0.0 |
| 2561 | 2026-05-07T00:35:18.210Z | Compiling display-error-chain v0.2.2 |
| 2562 | 2026-05-07T00:35:18.283Z | Compiling crc-catalog v2.4.0 |
| 2563 | 2026-05-07T00:35:18.383Z | Compiling packed_struct v0.10.1 |
| 2564 | 2026-05-07T00:35:18.408Z | Compiling crc v3.4.0 |
| 2565 | 2026-05-07T00:35:18.630Z | Compiling bitvec v1.0.1 |
| 2566 | 2026-05-07T00:35:18.663Z | Compiling zerocopy v0.6.6 |
| 2567 | 2026-05-07T00:35:19.006Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2568 | 2026-05-07T00:35:19.034Z | Compiling num-derive v0.3.3 |
| 2569 | 2026-05-07T00:35:19.068Z | Compiling packed_struct_codegen v0.10.1 |
| 2570 | 2026-05-07T00:35:19.142Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2571 | 2026-05-07T00:35:19.608Z | Compiling bitfield-macros v0.19.4 |
| 2572 | 2026-05-07T00:35:19.913Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2573 | 2026-05-07T00:35:20.079Z | Compiling indexmap v1.9.3 |
| 2574 | 2026-05-07T00:35:20.304Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2575 | 2026-05-07T00:35:20.339Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2576 | 2026-05-07T00:35:20.361Z | Compiling nodrop v0.1.14 |
| 2577 | 2026-05-07T00:35:20.442Z | Compiling proc-macro-error2 v2.0.1 |
| 2578 | 2026-05-07T00:35:20.498Z | Compiling array-init v0.0.4 |
| 2579 | 2026-05-07T00:35:20.975Z | Compiling bitfield v0.19.4 |
| 2580 | 2026-05-07T00:35:21.312Z | Compiling libscf-sys v1.1.0 |
| 2581 | 2026-05-07T00:35:21.487Z | Compiling smallvec v0.6.14 |
| 2582 | 2026-05-07T00:35:21.763Z | Compiling typify-impl v0.4.3 |
| 2583 | 2026-05-07T00:35:21.801Z | Compiling hashbrown v0.12.3 |
| 2584 | 2026-05-07T00:35:22.062Z | Compiling serde-hex v0.1.0 |
| 2585 | 2026-05-07T00:35:22.290Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2586 | 2026-05-07T00:35:22.920Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2587 | 2026-05-07T00:35:23.101Z | Compiling tabled_derive v0.11.0 |
| 2588 | 2026-05-07T00:35:23.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2589 | 2026-05-07T00:35:23.882Z | Compiling ron v0.8.1 |
| 2590 | 2026-05-07T00:35:23.949Z | Compiling papergrid v0.17.0 |
| 2591 | 2026-05-07T00:35:23.972Z | Compiling testing_table v0.3.0 |
| 2592 | 2026-05-07T00:35:24.135Z | Compiling hashbrown v0.13.2 |
| 2593 | 2026-05-07T00:35:24.156Z | Compiling vergen-gitcl v1.0.8 |
| 2594 | 2026-05-07T00:35:24.180Z | Compiling dirs-sys-next v0.1.2 |
| 2595 | 2026-05-07T00:35:24.390Z | Compiling glob v0.3.3 |
| 2596 | 2026-05-07T00:35:24.417Z | Compiling maplit v1.0.2 |
| 2597 | 2026-05-07T00:35:24.458Z | Compiling crc-any v2.5.0 |
| 2598 | 2026-05-07T00:35:24.538Z | Compiling crunchy v0.2.4 |
| 2599 | 2026-05-07T00:35:24.562Z | Compiling diesel_derives v2.3.7 |
| 2600 | 2026-05-07T00:35:24.752Z | Compiling object v0.30.4 |
| 2601 | 2026-05-07T00:35:24.774Z | Compiling clang-sys v1.8.1 |
| 2602 | 2026-05-07T00:35:24.816Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2603 | 2026-05-07T00:35:24.883Z | Compiling dirs-next v2.0.0 |
| 2604 | 2026-05-07T00:35:24.904Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2605 | 2026-05-07T00:35:24.907Z | Compiling dsl_auto_type v0.2.0 |
| 2606 | 2026-05-07T00:35:25.037Z | Compiling scheduled-thread-pool v0.2.7 |
| 2607 | 2026-05-07T00:35:25.173Z | Compiling tabled v0.20.0 |
| 2608 | 2026-05-07T00:35:25.210Z | Compiling typify-macro v0.4.3 |
| 2609 | 2026-05-07T00:35:25.503Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2610 | 2026-05-07T00:35:25.524Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2611 | 2026-05-07T00:35:25.649Z | Compiling path-slash v0.1.5 |
| 2612 | 2026-05-07T00:35:25.737Z | Compiling xshell-macros v0.2.7 |
| 2613 | 2026-05-07T00:35:25.768Z | Compiling tiny-keccak v2.0.2 |
| 2614 | 2026-05-07T00:35:25.909Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2615 | 2026-05-07T00:35:26.128Z | Compiling xshell v0.2.7 |
| 2616 | 2026-05-07T00:35:26.257Z | Compiling r2d2 v0.8.10 |
| 2617 | 2026-05-07T00:35:26.413Z | Compiling term v0.7.0 |
| 2618 | 2026-05-07T00:35:26.565Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2619 | 2026-05-07T00:35:26.772Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2620 | 2026-05-07T00:35:27.004Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2621 | 2026-05-07T00:35:27.085Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-07T00:35:27.156Z | Compiling downcast-rs v2.0.2 |
| 2623 | 2026-05-07T00:35:27.295Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-05-07T00:35:27.478Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-05-07T00:35:27.498Z | Compiling itertools v0.10.5 |
| 2626 | 2026-05-07T00:35:27.684Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2627 | 2026-05-07T00:35:27.738Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-07T00:35:27.986Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-07T00:35:28.221Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-05-07T00:35:28.567Z | Compiling diff v0.1.13 |
| 2631 | 2026-05-07T00:35:28.848Z | Compiling crc8 v0.1.1 |
| 2632 | 2026-05-07T00:35:28.870Z | Compiling bindgen v0.71.1 |
| 2633 | 2026-05-07T00:35:28.985Z | Compiling unicase v2.9.0 |
| 2634 | 2026-05-07T00:35:29.286Z | Compiling typify v0.4.3 |
| 2635 | 2026-05-07T00:35:29.437Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2636 | 2026-05-07T00:35:29.552Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2637 | 2026-05-07T00:35:29.631Z | Compiling lalrpop v0.19.12 |
| 2638 | 2026-05-07T00:35:29.882Z | Compiling cexpr v0.6.0 |
| 2639 | 2026-05-07T00:35:30.162Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2640 | 2026-05-07T00:35:30.185Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2641 | 2026-05-07T00:35:30.229Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2642 | 2026-05-07T00:35:30.394Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2643 | 2026-05-07T00:35:30.531Z | Compiling headers-core v0.3.0 |
| 2644 | 2026-05-07T00:35:30.646Z | Compiling diesel v2.3.7 |
| 2645 | 2026-05-07T00:35:30.668Z | Compiling libxml v0.3.3 |
| 2646 | 2026-05-07T00:35:30.696Z | Compiling headers v0.4.1 |
| 2647 | 2026-05-07T00:35:30.722Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2648 | 2026-05-07T00:35:31.097Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2649 | 2026-05-07T00:35:31.326Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2650 | 2026-05-07T00:35:31.839Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2651 | 2026-05-07T00:35:31.928Z | Compiling strum_macros v0.24.3 |
| 2652 | 2026-05-07T00:35:32.276Z | Compiling indoc v1.0.9 |
| 2653 | 2026-05-07T00:35:32.711Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-07T00:35:32.732Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2655 | 2026-05-07T00:35:32.809Z | Compiling derive_builder v0.20.2 |
| 2656 | 2026-05-07T00:35:32.936Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-05-07T00:35:32.996Z | Compiling quick-xml v0.37.5 |
| 2658 | 2026-05-07T00:35:33.025Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2659 | 2026-05-07T00:35:33.183Z | Compiling openssl-probe v0.1.6 |
| 2660 | 2026-05-07T00:35:33.455Z | Compiling half v1.8.3 |
| 2661 | 2026-05-07T00:35:33.526Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2662 | 2026-05-07T00:35:33.915Z | Compiling serde_cbor v0.11.2 |
| 2663 | 2026-05-07T00:35:34.235Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2664 | 2026-05-07T00:35:34.299Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2665 | 2026-05-07T00:35:34.333Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2666 | 2026-05-07T00:35:34.570Z | Compiling bb8 v0.8.6 |
| 2667 | 2026-05-07T00:35:34.683Z | Compiling trait-variant v0.1.2 |
| 2668 | 2026-05-07T00:35:34.747Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2669 | 2026-05-07T00:35:34.948Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2670 | 2026-05-07T00:35:34.969Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2671 | 2026-05-07T00:35:35.027Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2672 | 2026-05-07T00:35:35.246Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2673 | 2026-05-07T00:35:35.272Z | Compiling fxhash v0.2.1 |
| 2674 | 2026-05-07T00:35:35.294Z | Compiling salty v0.3.0 |
| 2675 | 2026-05-07T00:35:35.588Z | Compiling samael v0.0.19 |
| 2676 | 2026-05-07T00:35:35.617Z | Compiling progenitor-impl v0.11.2 |
| 2677 | 2026-05-07T00:35:35.644Z | Compiling progenitor-impl v0.10.0 |
| 2678 | 2026-05-07T00:35:35.727Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2679 | 2026-05-07T00:35:35.855Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2680 | 2026-05-07T00:35:36.427Z | Compiling kstat-rs v0.2.4 |
| 2681 | 2026-05-07T00:35:36.459Z | Compiling libz-sys v1.1.24 |
| 2682 | 2026-05-07T00:35:36.579Z | Compiling nonempty v0.12.0 |
| 2683 | 2026-05-07T00:35:36.810Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2684 | 2026-05-07T00:35:36.910Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2685 | 2026-05-07T00:35:37.212Z | Compiling polar-core v0.27.3 |
| 2686 | 2026-05-07T00:35:37.788Z | Compiling progenitor-macro v0.10.0 |
| 2687 | 2026-05-07T00:35:37.817Z | Compiling progenitor-macro v0.11.2 |
| 2688 | 2026-05-07T00:35:39.054Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2689 | 2026-05-07T00:35:40.494Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-05-07T00:35:40.941Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2691 | 2026-05-07T00:35:41.089Z | Compiling progenitor-client v0.11.2 |
| 2692 | 2026-05-07T00:35:41.382Z | Compiling darling_core v0.23.0 |
| 2693 | 2026-05-07T00:35:41.707Z | Compiling nanorand v0.7.0 |
| 2694 | 2026-05-07T00:35:41.842Z | Compiling arc-swap v1.8.2 |
| 2695 | 2026-05-07T00:35:41.922Z | Compiling fs-err v2.11.0 |
| 2696 | 2026-05-07T00:35:42.073Z | Compiling parking_lot_core v0.8.6 |
| 2697 | 2026-05-07T00:35:42.352Z | Compiling slog-scope v4.4.1 |
| 2698 | 2026-05-07T00:35:42.396Z | Compiling mime_guess v2.0.5 |
| 2699 | 2026-05-07T00:35:42.423Z | Compiling flume v0.11.1 |
| 2700 | 2026-05-07T00:35:42.817Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2701 | 2026-05-07T00:35:42.853Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2702 | 2026-05-07T00:35:42.925Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2703 | 2026-05-07T00:35:43.613Z | Compiling darling_macro v0.23.0 |
| 2704 | 2026-05-07T00:35:44.106Z | Compiling progenitor v0.11.2 |
| 2705 | 2026-05-07T00:35:44.293Z | Compiling progenitor v0.10.0 |
| 2706 | 2026-05-07T00:35:44.485Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2707 | 2026-05-07T00:35:45.283Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2708 | 2026-05-07T00:35:46.407Z | Compiling oso v0.27.3 |
| 2709 | 2026-05-07T00:35:46.998Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2710 | 2026-05-07T00:35:47.278Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2711 | 2026-05-07T00:35:50.134Z | Compiling diesel-dtrace v0.5.0 |
| 2712 | 2026-05-07T00:35:50.348Z | Compiling async-bb8-diesel v0.2.1 |
| 2713 | 2026-05-07T00:35:50.646Z | Compiling primeorder v0.13.6 |
| 2714 | 2026-05-07T00:35:50.974Z | Compiling git-stub v1.0.0 |
| 2715 | 2026-05-07T00:35:51.086Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2716 | 2026-05-07T00:35:51.127Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2717 | 2026-05-07T00:35:51.242Z | Compiling instability v0.3.11 |
| 2718 | 2026-05-07T00:35:51.396Z | Compiling git-stub-vcs v0.1.0 |
| 2719 | 2026-05-07T00:35:51.766Z | Compiling p384 v0.13.1 |
| 2720 | 2026-05-07T00:35:52.061Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2721 | 2026-05-07T00:35:52.561Z | Compiling darling v0.23.0 |
| 2722 | 2026-05-07T00:35:52.719Z | Compiling slog-stdlog v4.1.1 |
| 2723 | 2026-05-07T00:35:53.333Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2724 | 2026-05-07T00:35:53.355Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2725 | 2026-05-07T00:35:53.440Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2726 | 2026-05-07T00:35:53.599Z | Compiling ignore v0.4.25 |
| 2727 | 2026-05-07T00:35:53.901Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2728 | 2026-05-07T00:35:53.926Z | Compiling castaway v0.2.4 |
| 2729 | 2026-05-07T00:35:54.094Z | Compiling atty v0.2.14 |
| 2730 | 2026-05-07T00:35:54.248Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2731 | 2026-05-07T00:35:54.532Z | Compiling parse-size v1.1.0 |
| 2732 | 2026-05-07T00:35:54.536Z | Compiling indoc v2.0.7 |
| 2733 | 2026-05-07T00:35:54.705Z | Compiling http-range v0.1.5 |
| 2734 | 2026-05-07T00:35:55.045Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2735 | 2026-05-07T00:35:55.327Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2736 | 2026-05-07T00:35:55.734Z | Compiling globwalk v0.9.1 |
| 2737 | 2026-05-07T00:35:56.195Z | Compiling compact_str v0.8.1 |
| 2738 | 2026-05-07T00:35:56.440Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2739 | 2026-05-07T00:35:57.337Z | Compiling parking_lot v0.11.2 |
| 2740 | 2026-05-07T00:35:57.473Z | Compiling slog-envlogger v2.2.0 |
| 2741 | 2026-05-07T00:35:58.605Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2742 | 2026-05-07T00:35:58.964Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2743 | 2026-05-07T00:35:59.017Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2744 | 2026-05-07T00:35:59.062Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2745 | 2026-05-07T00:35:59.085Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2746 | 2026-05-07T00:35:59.334Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2747 | 2026-05-07T00:35:59.360Z | Compiling predicates-tree v1.0.13 |
| 2748 | 2026-05-07T00:35:59.736Z | Compiling unicode-truncate v1.1.0 |
| 2749 | 2026-05-07T00:35:59.822Z | Compiling lru v0.12.5 |
| 2750 | 2026-05-07T00:35:59.854Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2751 | 2026-05-07T00:35:59.904Z | Compiling rand_seeder v0.4.0 |
| 2752 | 2026-05-07T00:35:59.951Z | Compiling prefix-trie v0.7.0 |
| 2753 | 2026-05-07T00:36:00.053Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2754 | 2026-05-07T00:36:00.169Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2755 | 2026-05-07T00:36:00.198Z | Compiling vergen-git2 v1.0.7 |
| 2756 | 2026-05-07T00:36:00.320Z | Compiling corncobs v0.1.4 |
| 2757 | 2026-05-07T00:36:00.391Z | Compiling cassowary v0.3.0 |
| 2758 | 2026-05-07T00:36:00.475Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2759 | 2026-05-07T00:36:00.501Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2760 | 2026-05-07T00:36:00.571Z | Compiling hickory-server v0.25.2 |
| 2761 | 2026-05-07T00:36:00.694Z | Compiling ratatui v0.29.0 |
| 2762 | 2026-05-07T00:36:00.815Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2763 | 2026-05-07T00:36:00.990Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2764 | 2026-05-07T00:36:01.033Z | Compiling camino-tempfile-ext v0.3.3 |
| 2765 | 2026-05-07T00:36:01.194Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2766 | 2026-05-07T00:36:01.603Z | Compiling hyper-staticfile v0.10.1 |
| 2767 | 2026-05-07T00:36:01.709Z | Compiling sled v0.34.7 |
| 2768 | 2026-05-07T00:36:01.981Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2769 | 2026-05-07T00:36:02.587Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2770 | 2026-05-07T00:36:02.814Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2771 | 2026-05-07T00:36:03.250Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2772 | 2026-05-07T00:36:04.789Z | Compiling secrecy v0.8.0 |
| 2773 | 2026-05-07T00:36:05.035Z | Compiling rustls v0.21.12 |
| 2774 | 2026-05-07T00:36:05.205Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2775 | 2026-05-07T00:36:05.506Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2776 | 2026-05-07T00:36:05.588Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2777 | 2026-05-07T00:36:06.236Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2778 | 2026-05-07T00:36:06.410Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2779 | 2026-05-07T00:36:07.623Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2780 | 2026-05-07T00:36:07.974Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2781 | 2026-05-07T00:36:08.932Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2782 | 2026-05-07T00:36:09.069Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2783 | 2026-05-07T00:36:10.260Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2784 | 2026-05-07T00:36:10.488Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2785 | 2026-05-07T00:36:10.688Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2786 | 2026-05-07T00:36:10.728Z | Compiling sct v0.7.1 |
| 2787 | 2026-05-07T00:36:10.751Z | Compiling rustls-webpki v0.101.7 |
| 2788 | 2026-05-07T00:36:10.929Z | Compiling nix v0.29.0 |
| 2789 | 2026-05-07T00:36:11.019Z | Compiling dropshot v0.16.7 |
| 2790 | 2026-05-07T00:36:11.261Z | Compiling void v1.0.2 |
| 2791 | 2026-05-07T00:36:11.368Z | Compiling lzss v0.8.2 |
| 2792 | 2026-05-07T00:36:11.706Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2793 | 2026-05-07T00:36:11.735Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2794 | 2026-05-07T00:36:11.889Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2795 | 2026-05-07T00:36:12.180Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2796 | 2026-05-07T00:36:12.653Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2797 | 2026-05-07T00:36:12.748Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2798 | 2026-05-07T00:36:12.996Z | Compiling tungstenite v0.23.0 |
| 2799 | 2026-05-07T00:36:13.377Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2800 | 2026-05-07T00:36:13.918Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2801 | 2026-05-07T00:36:14.140Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2802 | 2026-05-07T00:36:14.373Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2803 | 2026-05-07T00:36:14.605Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2804 | 2026-05-07T00:36:14.805Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2805 | 2026-05-07T00:36:14.835Z | Compiling nix v0.27.1 |
| 2806 | 2026-05-07T00:36:15.321Z | Compiling dropshot_endpoint v0.16.7 |
| 2807 | 2026-05-07T00:36:15.357Z | Compiling serde_bytes v0.11.19 |
| 2808 | 2026-05-07T00:36:15.578Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2809 | 2026-05-07T00:36:15.764Z | Compiling tokio-tungstenite v0.23.1 |
| 2810 | 2026-05-07T00:36:16.033Z | Compiling tokio-rustls v0.24.1 |
| 2811 | 2026-05-07T00:36:16.148Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2812 | 2026-05-07T00:36:16.604Z | Compiling git2 v0.20.4 |
| 2813 | 2026-05-07T00:36:16.761Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2814 | 2026-05-07T00:36:19.528Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2815 | 2026-05-07T00:36:19.667Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2816 | 2026-05-07T00:36:21.257Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2817 | 2026-05-07T00:36:21.744Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2818 | 2026-05-07T00:36:22.163Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2819 | 2026-05-07T00:36:22.237Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2820 | 2026-05-07T00:36:22.633Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2821 | 2026-05-07T00:36:24.212Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2822 | 2026-05-07T00:36:24.788Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-05-07T00:36:24.880Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2824 | 2026-05-07T00:36:25.229Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2825 | 2026-05-07T00:36:26.025Z | Compiling rustls-pemfile v1.0.4 |
| 2826 | 2026-05-07T00:36:26.240Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2827 | 2026-05-07T00:36:26.452Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2828 | 2026-05-07T00:36:26.632Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2829 | 2026-05-07T00:36:27.565Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2830 | 2026-05-07T00:36:28.451Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2831 | 2026-05-07T00:36:29.144Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2832 | 2026-05-07T00:36:29.819Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-05-07T00:36:29.945Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2834 | 2026-05-07T00:36:30.042Z | Compiling signal-hook-tokio v0.3.1 |
| 2835 | 2026-05-07T00:36:30.064Z | Compiling twox-hash v2.1.2 |
| 2836 | 2026-05-07T00:36:30.249Z | Compiling yasna v0.5.2 |
| 2837 | 2026-05-07T00:36:30.559Z | Compiling is_ci v1.2.0 |
| 2838 | 2026-05-07T00:36:30.777Z | Compiling supports-color v3.0.2 |
| 2839 | 2026-05-07T00:36:30.800Z | Compiling rcgen v0.12.1 |
| 2840 | 2026-05-07T00:36:31.075Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2841 | 2026-05-07T00:36:31.475Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2842 | 2026-05-07T00:36:31.710Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2843 | 2026-05-07T00:36:31.790Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2844 | 2026-05-07T00:36:32.262Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2845 | 2026-05-07T00:36:32.331Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2846 | 2026-05-07T00:36:33.020Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2847 | 2026-05-07T00:36:33.693Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2848 | 2026-05-07T00:36:34.705Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2849 | 2026-05-07T00:36:35.183Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2850 | 2026-05-07T00:36:35.276Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2851 | 2026-05-07T00:36:35.512Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2852 | 2026-05-07T00:36:35.742Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2853 | 2026-05-07T00:36:35.841Z | Compiling fatfs v0.3.6 |
| 2854 | 2026-05-07T00:36:35.964Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2855 | 2026-05-07T00:36:37.058Z | Compiling rtoolbox v0.0.3 |
| 2856 | 2026-05-07T00:36:37.203Z | Compiling subprocess v0.2.15 |
| 2857 | 2026-05-07T00:36:37.341Z | Compiling assert_matches v1.5.0 |
| 2858 | 2026-05-07T00:36:37.459Z | Compiling seq-macro v0.3.6 |
| 2859 | 2026-05-07T00:36:37.565Z | Compiling rpassword v7.4.0 |
| 2860 | 2026-05-07T00:36:37.849Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2861 | 2026-05-07T00:36:38.027Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2862 | 2026-05-07T00:36:38.966Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2863 | 2026-05-07T00:36:39.411Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2864 | 2026-05-07T00:36:39.782Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2865 | 2026-05-07T00:36:39.841Z | Compiling tui-tree-widget v0.23.1 |
| 2866 | 2026-05-07T00:36:40.138Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2867 | 2026-05-07T00:36:40.644Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2868 | 2026-05-07T00:36:41.164Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2869 | 2026-05-07T00:36:41.803Z | Compiling uzers v0.12.2 |
| 2870 | 2026-05-07T00:36:41.928Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-05-07T00:36:42.898Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2872 | 2026-05-07T00:36:43.814Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2873 | 2026-05-07T00:36:44.586Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2874 | 2026-05-07T00:36:46.540Z | Compiling support-bundle-viewer v0.1.2 |
| 2875 | 2026-05-07T00:36:47.932Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2876 | 2026-05-07T00:36:48.483Z | Compiling multimap v0.10.1 |
| 2877 | 2026-05-07T00:36:56.668Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2878 | 2026-05-07T00:36:57.358Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2879 | 2026-05-07T00:36:58.350Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2880 | 2026-05-07T00:37:07.533Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2881 | 2026-05-07T00:42:39.940Z | Finished `release` profile [optimized] target(s) in 7m 45s |
| 2882 | 2026-05-07T00:43:23.602Z | |
| 2883 | 2026-05-07T00:43:23.602Z | real 8:30.416039237 |
| 2884 | 2026-05-07T00:43:23.605Z | user 1:17:53.896581001 |
| 2885 | 2026-05-07T00:43:23.605Z | sys 3:29.001517028 |
| 2886 | 2026-05-07T00:43:23.605Z | trap 1.750513130 |
| 2887 | 2026-05-07T00:43:23.605Z | tflt 3.164229022 |
| 2888 | 2026-05-07T00:43:23.605Z | dflt 18.121474659 |
| 2889 | 2026-05-07T00:43:23.605Z | kflt 0.026167717 |
| 2890 | 2026-05-07T00:43:23.605Z | lock 6:34:51.958017484 |
| 2891 | 2026-05-07T00:43:23.605Z | slp 2:13:47.460993442 |
| 2892 | 2026-05-07T00:43:23.605Z | lat 2:25.819813741 |
| 2893 | 2026-05-07T00:43:23.605Z | stop 5:15.395924155 |
| 2894 | 2026-05-07T00:43:23.605Z | + mapfile -t packages |
| 2895 | 2026-05-07T00:43:23.605Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2896 | 2026-05-07T00:43:24.559Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2897 | 2026-05-07T00:43:24.636Z | Running `target/release/omicron-package -t test list-outputs` |
| 2898 | 2026-05-07T00:43:24.697Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2899 | 2026-05-07T00:43:24.700Z | + ptime -m cargo build --locked --release -p xtask |
| 2900 | 2026-05-07T00:43:25.232Z | Compiling libc v0.2.185 |
| 2901 | 2026-05-07T00:43:25.232Z | Compiling serde v1.0.228 |
| 2902 | 2026-05-07T00:43:25.232Z | Compiling serde_core v1.0.228 |
| 2903 | 2026-05-07T00:43:25.235Z | Compiling rustix v1.1.3 |
| 2904 | 2026-05-07T00:43:25.235Z | Compiling serde_json v1.0.149 |
| 2905 | 2026-05-07T00:43:25.235Z | Compiling bitflags v2.11.0 |
| 2906 | 2026-05-07T00:43:25.375Z | Compiling num-traits v0.2.19 |
| 2907 | 2026-05-07T00:43:25.386Z | Compiling syn v2.0.117 |
| 2908 | 2026-05-07T00:43:25.398Z | Compiling smallvec v1.15.1 |
| 2909 | 2026-05-07T00:43:25.401Z | Compiling indexmap v2.14.0 |
| 2910 | 2026-05-07T00:43:25.432Z | Compiling usdt-impl v0.5.0 |
| 2911 | 2026-05-07T00:43:25.443Z | Compiling syn v1.0.109 |
| 2912 | 2026-05-07T00:43:25.457Z | Compiling log v0.4.29 |
| 2913 | 2026-05-07T00:43:25.457Z | Compiling percent-encoding v2.3.2 |
| 2914 | 2026-05-07T00:43:25.606Z | Compiling getrandom v0.4.1 |
| 2915 | 2026-05-07T00:43:25.700Z | Compiling form_urlencoded v1.2.2 |
| 2916 | 2026-05-07T00:43:25.773Z | Compiling fs-err v3.3.0 |
| 2917 | 2026-05-07T00:43:25.795Z | Compiling heck v0.4.1 |
| 2918 | 2026-05-07T00:43:25.844Z | Compiling once_cell v1.21.3 |
| 2919 | 2026-05-07T00:43:25.847Z | Compiling anyhow v1.0.102 |
| 2920 | 2026-05-07T00:43:26.084Z | Compiling errno v0.3.14 |
| 2921 | 2026-05-07T00:43:26.087Z | Compiling thread-id v4.2.2 |
| 2922 | 2026-05-07T00:43:26.087Z | Compiling memmap v0.7.0 |
| 2923 | 2026-05-07T00:43:26.379Z | Compiling ordered-float v2.10.1 |
| 2924 | 2026-05-07T00:43:26.883Z | Compiling proc-macro-error v1.0.4 |
| 2925 | 2026-05-07T00:43:27.076Z | Compiling terminal_size v0.4.3 |
| 2926 | 2026-05-07T00:43:27.076Z | Compiling tempfile v3.25.0 |
| 2927 | 2026-05-07T00:43:27.127Z | Compiling tabled_derive v0.7.0 |
| 2928 | 2026-05-07T00:43:27.173Z | Compiling clap_builder v4.5.60 |
| 2929 | 2026-05-07T00:43:27.173Z | Compiling textwrap v0.16.2 |
| 2930 | 2026-05-07T00:43:27.316Z | Compiling camino-tempfile v1.4.1 |
| 2931 | 2026-05-07T00:43:27.797Z | Compiling tabled v0.15.0 |
| 2932 | 2026-05-07T00:43:27.896Z | Compiling synstructure v0.13.2 |
| 2933 | 2026-05-07T00:43:27.896Z | Compiling pest_generator v2.8.6 |
| 2934 | 2026-05-07T00:43:28.289Z | Compiling serde_derive v1.0.228 |
| 2935 | 2026-05-07T00:43:28.289Z | Compiling zerofrom-derive v0.1.6 |
| 2936 | 2026-05-07T00:43:28.292Z | Compiling yoke-derive v0.8.1 |
| 2937 | 2026-05-07T00:43:28.292Z | Compiling zerovec-derive v0.11.2 |
| 2938 | 2026-05-07T00:43:28.292Z | Compiling displaydoc v0.2.5 |
| 2939 | 2026-05-07T00:43:28.292Z | Compiling thiserror-impl v1.0.69 |
| 2940 | 2026-05-07T00:43:28.424Z | Compiling zerocopy-derive v0.7.35 |
| 2941 | 2026-05-07T00:43:28.586Z | Compiling pest_derive v2.8.6 |
| 2942 | 2026-05-07T00:43:28.891Z | Compiling scroll_derive v0.12.1 |
| 2943 | 2026-05-07T00:43:28.949Z | Compiling thiserror-impl v2.0.18 |
| 2944 | 2026-05-07T00:43:29.001Z | Compiling clap_derive v4.5.55 |
| 2945 | 2026-05-07T00:43:29.212Z | Compiling zerocopy v0.7.35 |
| 2946 | 2026-05-07T00:43:29.387Z | Compiling thiserror v1.0.69 |
| 2947 | 2026-05-07T00:43:29.439Z | Compiling zerofrom v0.1.6 |
| 2948 | 2026-05-07T00:43:29.510Z | Compiling dtrace-parser v0.2.0 |
| 2949 | 2026-05-07T00:43:29.544Z | Compiling scroll v0.12.0 |
| 2950 | 2026-05-07T00:43:29.587Z | Compiling yoke v0.8.1 |
| 2951 | 2026-05-07T00:43:29.799Z | Compiling zerovec v0.11.5 |
| 2952 | 2026-05-07T00:43:29.813Z | Compiling zerotrie v0.2.3 |
| 2953 | 2026-05-07T00:43:29.874Z | Compiling goblin v0.8.2 |
| 2954 | 2026-05-07T00:43:30.158Z | Compiling thiserror v2.0.18 |
| 2955 | 2026-05-07T00:43:30.421Z | Compiling tinystr v0.8.2 |
| 2956 | 2026-05-07T00:43:30.661Z | Compiling icu_locale_core v2.1.1 |
| 2957 | 2026-05-07T00:43:30.664Z | Compiling potential_utf v0.1.4 |
| 2958 | 2026-05-07T00:43:30.887Z | Compiling icu_collections v2.1.1 |
| 2959 | 2026-05-07T00:43:31.474Z | Compiling icu_provider v2.1.1 |
| 2960 | 2026-05-07T00:43:31.586Z | Compiling toml_datetime v0.6.11 |
| 2961 | 2026-05-07T00:43:31.596Z | Compiling serde_spanned v0.6.9 |
| 2962 | 2026-05-07T00:43:31.650Z | Compiling serde-value v0.7.0 |
| 2963 | 2026-05-07T00:43:31.661Z | Compiling cargo-platform v0.2.0 |
| 2964 | 2026-05-07T00:43:31.788Z | Compiling icu_normalizer v2.1.1 |
| 2965 | 2026-05-07T00:43:31.824Z | Compiling icu_properties v2.1.2 |
| 2966 | 2026-05-07T00:43:31.836Z | Compiling toml_edit v0.22.27 |
| 2967 | 2026-05-07T00:43:31.919Z | Compiling macaddr v1.0.1 |
| 2968 | 2026-05-07T00:43:31.968Z | Compiling clap v4.5.60 |
| 2969 | 2026-05-07T00:43:32.024Z | Compiling dof v0.3.0 |
| 2970 | 2026-05-07T00:43:32.069Z | Compiling serde_tokenstream v0.2.3 |
| 2971 | 2026-05-07T00:43:32.762Z | Compiling idna_adapter v1.2.1 |
| 2972 | 2026-05-07T00:43:32.849Z | Compiling usdt-macro v0.5.0 |
| 2973 | 2026-05-07T00:43:32.860Z | Compiling usdt-attr-macro v0.5.0 |
| 2974 | 2026-05-07T00:43:32.900Z | Compiling idna v1.1.0 |
| 2975 | 2026-05-07T00:43:33.255Z | Compiling url v2.5.8 |
| 2976 | 2026-05-07T00:43:33.440Z | Compiling toml v0.8.23 |
| 2977 | 2026-05-07T00:43:33.498Z | Compiling usdt v0.5.0 |
| 2978 | 2026-05-07T00:43:33.935Z | Compiling cargo-util-schemas v0.8.2 |
| 2979 | 2026-05-07T00:43:33.952Z | Compiling cargo_toml v0.21.0 |
| 2980 | 2026-05-07T00:43:34.976Z | Compiling cargo_metadata v0.21.0 |
| 2981 | 2026-05-07T00:43:38.089Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2982 | 2026-05-07T00:43:41.066Z | Finished `release` profile [optimized] target(s) in 16.35s |
| 2983 | 2026-05-07T00:43:41.231Z | |
| 2984 | 2026-05-07T00:43:41.231Z | real 16.492510886 |
| 2985 | 2026-05-07T00:43:41.231Z | user 2:21.972472904 |
| 2986 | 2026-05-07T00:43:41.231Z | sys 16.453755282 |
| 2987 | 2026-05-07T00:43:41.231Z | trap 0.099948635 |
| 2988 | 2026-05-07T00:43:41.234Z | tflt 0.493763874 |
| 2989 | 2026-05-07T00:43:41.234Z | dflt 1.489131193 |
| 2990 | 2026-05-07T00:43:41.234Z | kflt 0.000017108 |
| 2991 | 2026-05-07T00:43:41.234Z | lock 5:14.212090637 |
| 2992 | 2026-05-07T00:43:41.234Z | slp 3:23.483039366 |
| 2993 | 2026-05-07T00:43:41.234Z | lat 6.633452187 |
| 2994 | 2026-05-07T00:43:41.234Z | stop 19.099318965 |
| 2995 | 2026-05-07T00:43:41.234Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2996 | 2026-05-07T00:43:41.234Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2997 | 2026-05-07T00:43:41.234Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2998 | 2026-05-07T00:43:41.234Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2999 | 2026-05-07T00:43:41.234Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3000 | 2026-05-07T00:43:42.170Z | Compiling newtype-uuid-macros v0.1.0 |
| 3001 | 2026-05-07T00:43:42.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3002 | 2026-05-07T00:43:42.173Z | Compiling regress v0.10.5 |
| 3003 | 2026-05-07T00:43:42.173Z | Compiling structmeta-derive v0.3.0 |
| 3004 | 2026-05-07T00:43:42.173Z | Compiling rustls v0.22.4 |
| 3005 | 2026-05-07T00:43:42.402Z | Compiling rustls-webpki v0.102.8 |
| 3006 | 2026-05-07T00:43:42.408Z | Compiling multer v3.1.0 |
| 3007 | 2026-05-07T00:43:42.408Z | Compiling match_cfg v0.1.0 |
| 3008 | 2026-05-07T00:43:42.408Z | Compiling debug-ignore v1.0.5 |
| 3009 | 2026-05-07T00:43:42.408Z | Compiling compression-core v0.4.31 |
| 3010 | 2026-05-07T00:43:42.408Z | Compiling slog-json v2.6.1 |
| 3011 | 2026-05-07T00:43:42.415Z | Compiling async-stream-impl v0.3.6 |
| 3012 | 2026-05-07T00:43:42.431Z | Compiling serde_spanned v1.0.4 |
| 3013 | 2026-05-07T00:43:42.434Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3014 | 2026-05-07T00:43:42.450Z | Compiling dropshot v0.17.0 |
| 3015 | 2026-05-07T00:43:42.461Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3016 | 2026-05-07T00:43:42.478Z | Compiling hostname v0.3.1 |
| 3017 | 2026-05-07T00:43:42.541Z | Compiling compression-codecs v0.4.37 |
| 3018 | 2026-05-07T00:43:42.591Z | Compiling itertools v0.14.0 |
| 3019 | 2026-05-07T00:43:42.594Z | Compiling waitgroup v0.1.2 |
| 3020 | 2026-05-07T00:43:42.626Z | Compiling slog-bunyan v2.5.0 |
| 3021 | 2026-05-07T00:43:42.660Z | Compiling rustls-pemfile v2.2.0 |
| 3022 | 2026-05-07T00:43:42.711Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3023 | 2026-05-07T00:43:42.762Z | Compiling async-compression v0.4.41 |
| 3024 | 2026-05-07T00:43:42.797Z | Compiling dropshot_endpoint v0.17.0 |
| 3025 | 2026-05-07T00:43:42.800Z | Compiling serde_path_to_error v0.1.20 |
| 3026 | 2026-05-07T00:43:42.800Z | Compiling hostname v0.4.2 |
| 3027 | 2026-05-07T00:43:42.847Z | Compiling progenitor-client v0.14.0 |
| 3028 | 2026-05-07T00:43:42.867Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3029 | 2026-05-07T00:43:42.885Z | Compiling macaddr v1.0.1 |
| 3030 | 2026-05-07T00:43:42.985Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3031 | 2026-05-07T00:43:43.074Z | Compiling instant v0.1.13 |
| 3032 | 2026-05-07T00:43:43.090Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3033 | 2026-05-07T00:43:43.106Z | Compiling progenitor-client v0.10.0 |
| 3034 | 2026-05-07T00:43:43.122Z | Compiling backon v1.6.0 |
| 3035 | 2026-05-07T00:43:43.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-05-07T00:43:43.164Z | Compiling async-stream v0.3.6 |
| 3037 | 2026-05-07T00:43:43.184Z | Compiling backoff v0.4.0 |
| 3038 | 2026-05-07T00:43:43.189Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3039 | 2026-05-07T00:43:43.216Z | Compiling universal-hash v0.5.1 |
| 3040 | 2026-05-07T00:43:43.219Z | Compiling opaque-debug v0.3.1 |
| 3041 | 2026-05-07T00:43:43.323Z | Compiling progenitor-extras v0.2.0 |
| 3042 | 2026-05-07T00:43:43.343Z | Compiling half v2.7.1 |
| 3043 | 2026-05-07T00:43:43.360Z | Compiling crucible-workspace-hack v0.1.0 |
| 3044 | 2026-05-07T00:43:43.378Z | Compiling unsafe-libyaml v0.2.11 |
| 3045 | 2026-05-07T00:43:43.421Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3046 | 2026-05-07T00:43:43.438Z | Compiling ciborium-io v0.2.2 |
| 3047 | 2026-05-07T00:43:43.441Z | Compiling convert_case v0.4.0 |
| 3048 | 2026-05-07T00:43:43.548Z | Compiling structmeta v0.3.0 |
| 3049 | 2026-05-07T00:43:43.573Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3050 | 2026-05-07T00:43:43.590Z | Compiling regress v0.11.1 |
| 3051 | 2026-05-07T00:43:43.625Z | Compiling ciborium-ll v0.2.2 |
| 3052 | 2026-05-07T00:43:43.629Z | Compiling aead v0.5.2 |
| 3053 | 2026-05-07T00:43:43.673Z | Compiling secrecy v0.10.3 |
| 3054 | 2026-05-07T00:43:43.724Z | Compiling poly1305 v0.8.0 |
| 3055 | 2026-05-07T00:43:43.748Z | Compiling chacha20 v0.9.1 |
| 3056 | 2026-05-07T00:43:43.792Z | Compiling derive-ex v0.1.8 |
| 3057 | 2026-05-07T00:43:43.846Z | Compiling parse-display-derive v0.10.0 |
| 3058 | 2026-05-07T00:43:43.864Z | Compiling derive_more v0.99.20 |
| 3059 | 2026-05-07T00:43:43.867Z | Compiling ciborium v0.2.2 |
| 3060 | 2026-05-07T00:43:43.867Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3061 | 2026-05-07T00:43:43.867Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3062 | 2026-05-07T00:43:43.929Z | Compiling serde_yaml v0.9.34+deprecated |
| 3063 | 2026-05-07T00:43:44.020Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3064 | 2026-05-07T00:43:44.038Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3065 | 2026-05-07T00:43:44.099Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3066 | 2026-05-07T00:43:44.149Z | Compiling byte-wrapper v0.1.0 |
| 3067 | 2026-05-07T00:43:44.304Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3068 | 2026-05-07T00:43:44.362Z | Compiling blake2 v0.10.6 |
| 3069 | 2026-05-07T00:43:44.394Z | Compiling password-hash v0.5.0 |
| 3070 | 2026-05-07T00:43:44.470Z | Compiling chacha20poly1305 v0.10.1 |
| 3071 | 2026-05-07T00:43:44.499Z | Compiling indent_write v2.2.0 |
| 3072 | 2026-05-07T00:43:44.520Z | Compiling heapless v0.8.0 |
| 3073 | 2026-05-07T00:43:44.609Z | Compiling tokio-rustls v0.25.0 |
| 3074 | 2026-05-07T00:43:44.647Z | Compiling ingot-macros v0.1.1 |
| 3075 | 2026-05-07T00:43:44.665Z | Compiling argon2 v0.5.3 |
| 3076 | 2026-05-07T00:43:44.867Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3077 | 2026-05-07T00:43:44.951Z | Compiling hash32 v0.3.1 |
| 3078 | 2026-05-07T00:43:45.041Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3079 | 2026-05-07T00:43:45.134Z | Compiling smoltcp v0.11.0 |
| 3080 | 2026-05-07T00:43:45.254Z | Compiling typify-impl v0.6.2 |
| 3081 | 2026-05-07T00:43:45.334Z | Compiling thiserror-no-std v2.0.2 |
| 3082 | 2026-05-07T00:43:45.421Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3083 | 2026-05-07T00:43:45.455Z | Compiling vsss-rs v3.3.4 |
| 3084 | 2026-05-07T00:43:45.542Z | Compiling proc-macro-crate v3.4.0 |
| 3085 | 2026-05-07T00:43:45.557Z | Compiling test-strategy v0.4.5 |
| 3086 | 2026-05-07T00:43:45.617Z | Compiling parse-display v0.10.0 |
| 3087 | 2026-05-07T00:43:45.684Z | Compiling tabwriter v1.4.1 |
| 3088 | 2026-05-07T00:43:45.882Z | Compiling num-rational v0.4.2 |
| 3089 | 2026-05-07T00:43:45.946Z | Compiling cobs v0.3.0 |
| 3090 | 2026-05-07T00:43:45.970Z | Compiling num-complex v0.4.6 |
| 3091 | 2026-05-07T00:43:45.978Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3092 | 2026-05-07T00:43:46.097Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3093 | 2026-05-07T00:43:46.139Z | Compiling num_enum_derive v0.7.5 |
| 3094 | 2026-05-07T00:43:46.156Z | Compiling postcard v1.1.3 |
| 3095 | 2026-05-07T00:43:46.223Z | Compiling proc-macro-error v1.0.4 |
| 3096 | 2026-05-07T00:43:46.235Z | Compiling proc-macro-crate v1.3.1 |
| 3097 | 2026-05-07T00:43:46.386Z | Compiling num v0.4.3 |
| 3098 | 2026-05-07T00:43:46.490Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3099 | 2026-05-07T00:43:46.494Z | Compiling foreign-types-macros v0.2.3 |
| 3100 | 2026-05-07T00:43:46.533Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3101 | 2026-05-07T00:43:46.549Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3102 | 2026-05-07T00:43:46.566Z | Compiling foreign-types-shared v0.3.1 |
| 3103 | 2026-05-07T00:43:46.576Z | Compiling rayon-core v1.13.0 |
| 3104 | 2026-05-07T00:43:46.678Z | Compiling colored v3.1.1 |
| 3105 | 2026-05-07T00:43:46.692Z | Compiling cpufeatures v0.3.0 |
| 3106 | 2026-05-07T00:43:46.761Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3107 | 2026-05-07T00:43:46.786Z | Compiling float-ord v0.3.2 |
| 3108 | 2026-05-07T00:43:46.840Z | Compiling chacha20 v0.10.0 |
| 3109 | 2026-05-07T00:43:46.858Z | Compiling num_enum_derive v0.5.11 |
| 3110 | 2026-05-07T00:43:46.931Z | Compiling crossbeam-deque v0.8.6 |
| 3111 | 2026-05-07T00:43:47.025Z | Compiling camino-tempfile v1.4.1 |
| 3112 | 2026-05-07T00:43:47.048Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3113 | 2026-05-07T00:43:47.067Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3114 | 2026-05-07T00:43:47.075Z | Compiling cstr-argument v0.1.2 |
| 3115 | 2026-05-07T00:43:47.110Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3116 | 2026-05-07T00:43:47.179Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3117 | 2026-05-07T00:43:47.205Z | Compiling foreign-types v0.5.0 |
| 3118 | 2026-05-07T00:43:47.265Z | Compiling rand v0.10.0 |
| 3119 | 2026-05-07T00:43:47.298Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3120 | 2026-05-07T00:43:47.315Z | Compiling num_enum v0.7.5 |
| 3121 | 2026-05-07T00:43:47.321Z | Compiling toml v0.8.23 |
| 3122 | 2026-05-07T00:43:47.424Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3123 | 2026-05-07T00:43:47.473Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3124 | 2026-05-07T00:43:47.540Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3125 | 2026-05-07T00:43:47.578Z | Compiling zone_cfg_derive v0.3.1 |
| 3126 | 2026-05-07T00:43:47.596Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-05-07T00:43:47.613Z | Compiling ingot-types v0.1.2 |
| 3128 | 2026-05-07T00:43:47.698Z | Compiling rayon v1.11.0 |
| 3129 | 2026-05-07T00:43:47.716Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3130 | 2026-05-07T00:43:47.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3131 | 2026-05-07T00:43:47.770Z | Compiling itertools v0.12.1 |
| 3132 | 2026-05-07T00:43:47.779Z | Compiling num-derive v0.4.2 |
| 3133 | 2026-05-07T00:43:47.799Z | Compiling sigpipe v0.1.3 |
| 3134 | 2026-05-07T00:43:47.952Z | Compiling glob v0.3.3 |
| 3135 | 2026-05-07T00:43:47.967Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-05-07T00:43:48.003Z | Compiling ingot v0.1.1 |
| 3137 | 2026-05-07T00:43:48.020Z | Compiling num_enum v0.5.11 |
| 3138 | 2026-05-07T00:43:48.053Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3139 | 2026-05-07T00:43:48.077Z | Compiling smf v0.2.3 |
| 3140 | 2026-05-07T00:43:48.169Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3141 | 2026-05-07T00:43:48.229Z | Compiling whoami v1.6.1 |
| 3142 | 2026-05-07T00:43:48.252Z | Compiling prettyplease v0.2.37 |
| 3143 | 2026-05-07T00:43:48.296Z | Compiling gethostname v0.5.0 |
| 3144 | 2026-05-07T00:43:48.325Z | Compiling usdt-macro v0.5.0 |
| 3145 | 2026-05-07T00:43:48.368Z | Compiling usdt-attr-macro v0.5.0 |
| 3146 | 2026-05-07T00:43:48.528Z | Compiling atomicwrites v0.4.4 |
| 3147 | 2026-05-07T00:43:48.546Z | Compiling memmap v0.7.0 |
| 3148 | 2026-05-07T00:43:48.646Z | Compiling derive-where v1.6.0 |
| 3149 | 2026-05-07T00:43:48.728Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3150 | 2026-05-07T00:43:48.758Z | Compiling progenitor-client v0.13.0 |
| 3151 | 2026-05-07T00:43:48.770Z | Compiling resolv-conf v0.7.6 |
| 3152 | 2026-05-07T00:43:48.787Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3153 | 2026-05-07T00:43:48.893Z | Compiling cancel-safe-futures v0.1.5 |
| 3154 | 2026-05-07T00:43:49.025Z | Compiling zone v0.3.1 |
| 3155 | 2026-05-07T00:43:49.100Z | Compiling owo-colors v4.3.0 |
| 3156 | 2026-05-07T00:43:49.117Z | Compiling libsw-core v0.3.2 |
| 3157 | 2026-05-07T00:43:49.154Z | Compiling async-recursion v1.1.1 |
| 3158 | 2026-05-07T00:43:49.203Z | Compiling console v0.15.11 |
| 3159 | 2026-05-07T00:43:49.208Z | Compiling usdt v0.5.0 |
| 3160 | 2026-05-07T00:43:49.316Z | Compiling libsw v3.5.0 |
| 3161 | 2026-05-07T00:43:49.464Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3162 | 2026-05-07T00:43:49.525Z | Compiling newline-converter v0.3.0 |
| 3163 | 2026-05-07T00:43:49.525Z | Compiling linear-map v1.2.0 |
| 3164 | 2026-05-07T00:43:49.560Z | Compiling libefi-sys v0.1.0 |
| 3165 | 2026-05-07T00:43:49.560Z | Compiling hickory-proto v0.24.4 |
| 3166 | 2026-05-07T00:43:49.673Z | Compiling expectorate v1.2.0 |
| 3167 | 2026-05-07T00:43:49.725Z | Compiling bitfield-struct v0.6.2 |
| 3168 | 2026-05-07T00:43:49.745Z | Compiling linked-hash-map v0.5.6 |
| 3169 | 2026-05-07T00:43:49.761Z | Compiling semver v0.1.20 |
| 3170 | 2026-05-07T00:43:49.795Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3171 | 2026-05-07T00:43:49.866Z | Compiling tokio-dtrace v0.1.1 |
| 3172 | 2026-05-07T00:43:49.883Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3173 | 2026-05-07T00:43:49.961Z | Compiling typify-macro v0.6.2 |
| 3174 | 2026-05-07T00:43:49.979Z | Compiling rustc_version v0.1.7 |
| 3175 | 2026-05-07T00:43:49.998Z | Compiling lru-cache v0.1.2 |
| 3176 | 2026-05-07T00:43:50.053Z | Compiling pin-project-internal v1.1.11 |
| 3177 | 2026-05-07T00:43:50.072Z | Compiling slog-dtrace v0.3.0 |
| 3178 | 2026-05-07T00:43:50.089Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3179 | 2026-05-07T00:43:50.092Z | Compiling minimal-lexical v0.2.1 |
| 3180 | 2026-05-07T00:43:50.158Z | Compiling oxide-tokio-rt v0.1.4 |
| 3181 | 2026-05-07T00:43:50.175Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3182 | 2026-05-07T00:43:50.212Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3183 | 2026-05-07T00:43:50.238Z | Compiling typify-impl v0.4.3 |
| 3184 | 2026-05-07T00:43:50.242Z | Compiling newtype_derive v0.1.6 |
| 3185 | 2026-05-07T00:43:50.351Z | Compiling nom v7.1.3 |
| 3186 | 2026-05-07T00:43:50.369Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3187 | 2026-05-07T00:43:50.385Z | Compiling snafu-derive v0.8.9 |
| 3188 | 2026-05-07T00:43:50.408Z | Compiling phf_shared v0.12.1 |
| 3189 | 2026-05-07T00:43:50.424Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3190 | 2026-05-07T00:43:50.444Z | Compiling pem v3.0.6 |
| 3191 | 2026-05-07T00:43:50.477Z | Compiling csv-core v0.1.13 |
| 3192 | 2026-05-07T00:43:50.493Z | Compiling same-file v1.0.6 |
| 3193 | 2026-05-07T00:43:50.608Z | Compiling chrono-tz v0.10.4 |
| 3194 | 2026-05-07T00:43:50.742Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-05-07T00:43:50.760Z | Compiling xshell-macros v0.2.7 |
| 3196 | 2026-05-07T00:43:50.808Z | Compiling highway v1.3.0 |
| 3197 | 2026-05-07T00:43:50.851Z | Compiling const_format_proc_macros v0.2.34 |
| 3198 | 2026-05-07T00:43:50.936Z | Compiling csv v1.4.0 |
| 3199 | 2026-05-07T00:43:50.954Z | Compiling walkdir v2.5.0 |
| 3200 | 2026-05-07T00:43:51.159Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3201 | 2026-05-07T00:43:51.183Z | Compiling xshell v0.2.7 |
| 3202 | 2026-05-07T00:43:51.208Z | Compiling phf v0.12.1 |
| 3203 | 2026-05-07T00:43:51.246Z | Compiling pin-project v1.1.11 |
| 3204 | 2026-05-07T00:43:51.308Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3205 | 2026-05-07T00:43:51.381Z | Compiling globset v0.4.18 |
| 3206 | 2026-05-07T00:43:51.384Z | Compiling olpc-cjson v0.1.4 |
| 3207 | 2026-05-07T00:43:51.510Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3208 | 2026-05-07T00:43:51.602Z | Compiling primeorder v0.13.6 |
| 3209 | 2026-05-07T00:43:51.653Z | Compiling serde_plain v1.0.2 |
| 3210 | 2026-05-07T00:43:51.717Z | Compiling hickory-resolver v0.24.4 |
| 3211 | 2026-05-07T00:43:51.735Z | Compiling typed-path v0.9.3 |
| 3212 | 2026-05-07T00:43:51.751Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3213 | 2026-05-07T00:43:51.814Z | Compiling typify v0.6.2 |
| 3214 | 2026-05-07T00:43:51.864Z | Compiling const_format v0.2.35 |
| 3215 | 2026-05-07T00:43:51.884Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3216 | 2026-05-07T00:43:51.955Z | Compiling progenitor-impl v0.14.0 |
| 3217 | 2026-05-07T00:43:52.019Z | Compiling progenitor-impl v0.13.0 |
| 3218 | 2026-05-07T00:43:52.126Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3219 | 2026-05-07T00:43:52.249Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3220 | 2026-05-07T00:43:52.301Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3221 | 2026-05-07T00:43:52.437Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3222 | 2026-05-07T00:43:52.629Z | Compiling snafu v0.8.9 |
| 3223 | 2026-05-07T00:43:52.839Z | Compiling qorb v0.4.1 |
| 3224 | 2026-05-07T00:43:52.862Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3225 | 2026-05-07T00:43:53.036Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3226 | 2026-05-07T00:43:53.057Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3227 | 2026-05-07T00:43:53.303Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3228 | 2026-05-07T00:43:53.371Z | Compiling tough v0.20.0 |
| 3229 | 2026-05-07T00:43:53.484Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3230 | 2026-05-07T00:43:53.536Z | Compiling tabled_derive v0.7.0 |
| 3231 | 2026-05-07T00:43:53.606Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3232 | 2026-05-07T00:43:54.052Z | Compiling bcs v0.1.6 |
| 3233 | 2026-05-07T00:43:54.074Z | Compiling salty v0.3.0 |
| 3234 | 2026-05-07T00:43:54.118Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3235 | 2026-05-07T00:43:54.135Z | Compiling termtree v0.5.1 |
| 3236 | 2026-05-07T00:43:54.318Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3237 | 2026-05-07T00:43:54.345Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3238 | 2026-05-07T00:43:54.387Z | Compiling textwrap v0.16.2 |
| 3239 | 2026-05-07T00:43:54.437Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3240 | 2026-05-07T00:43:54.576Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3241 | 2026-05-07T00:43:54.680Z | Compiling tabled v0.15.0 |
| 3242 | 2026-05-07T00:43:54.749Z | Compiling progenitor-macro v0.14.0 |
| 3243 | 2026-05-07T00:43:54.797Z | Compiling progenitor-macro v0.13.0 |
| 3244 | 2026-05-07T00:43:54.815Z | Compiling typify-macro v0.4.3 |
| 3245 | 2026-05-07T00:43:54.851Z | Compiling steno v0.4.1 |
| 3246 | 2026-05-07T00:43:54.881Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3247 | 2026-05-07T00:43:54.898Z | Compiling humantime v2.3.0 |
| 3248 | 2026-05-07T00:43:54.930Z | Compiling radium v0.7.0 |
| 3249 | 2026-05-07T00:43:55.051Z | Compiling tagptr v0.2.0 |
| 3250 | 2026-05-07T00:43:55.213Z | Compiling base64 v0.21.7 |
| 3251 | 2026-05-07T00:43:55.234Z | Compiling moka v0.12.13 |
| 3252 | 2026-05-07T00:43:55.256Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3253 | 2026-05-07T00:43:55.306Z | Compiling p384 v0.13.1 |
| 3254 | 2026-05-07T00:43:55.571Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3255 | 2026-05-07T00:43:55.710Z | Compiling maybe-uninit v2.0.0 |
| 3256 | 2026-05-07T00:43:55.841Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3257 | 2026-05-07T00:43:55.888Z | Compiling tap v1.0.1 |
| 3258 | 2026-05-07T00:43:55.891Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3259 | 2026-05-07T00:43:56.042Z | Compiling wyz v0.5.1 |
| 3260 | 2026-05-07T00:43:56.045Z | Compiling hickory-resolver v0.25.2 |
| 3261 | 2026-05-07T00:43:56.108Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3262 | 2026-05-07T00:43:56.272Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3263 | 2026-05-07T00:43:56.328Z | Compiling parking_lot_core v0.8.6 |
| 3264 | 2026-05-07T00:43:56.473Z | Compiling packed_struct v0.10.1 |
| 3265 | 2026-05-07T00:43:56.602Z | Compiling typify v0.4.3 |
| 3266 | 2026-05-07T00:43:56.619Z | Compiling funty v2.0.0 |
| 3267 | 2026-05-07T00:43:56.678Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3268 | 2026-05-07T00:43:56.710Z | Compiling utf-8 v0.7.6 |
| 3269 | 2026-05-07T00:43:56.743Z | Compiling proc-macro-error2 v2.0.1 |
| 3270 | 2026-05-07T00:43:56.918Z | Compiling tungstenite v0.21.0 |
| 3271 | 2026-05-07T00:43:56.936Z | Compiling polyval v0.6.2 |
| 3272 | 2026-05-07T00:43:56.957Z | Compiling git-stub v1.0.0 |
| 3273 | 2026-05-07T00:43:57.049Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-05-07T00:43:57.091Z | Compiling packed_struct_codegen v0.10.1 |
| 3275 | 2026-05-07T00:43:57.232Z | Compiling num-derive v0.3.3 |
| 3276 | 2026-05-07T00:43:57.266Z | Compiling zerocopy-derive v0.6.6 |
| 3277 | 2026-05-07T00:43:57.292Z | Compiling bitfield-macros v0.19.4 |
| 3278 | 2026-05-07T00:43:57.512Z | Compiling indexmap v1.9.3 |
| 3279 | 2026-05-07T00:43:57.521Z | Compiling crc-catalog v2.4.0 |
| 3280 | 2026-05-07T00:43:57.521Z | Compiling nodrop v0.1.14 |
| 3281 | 2026-05-07T00:43:57.569Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3282 | 2026-05-07T00:43:57.590Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3283 | 2026-05-07T00:43:57.670Z | Compiling array-init v0.0.4 |
| 3284 | 2026-05-07T00:43:57.828Z | Compiling crc v3.4.0 |
| 3285 | 2026-05-07T00:43:57.845Z | Compiling tokio-tungstenite v0.21.0 |
| 3286 | 2026-05-07T00:43:58.013Z | Compiling git-stub-vcs v0.1.0 |
| 3287 | 2026-05-07T00:43:58.051Z | Compiling ghash v0.5.1 |
| 3288 | 2026-05-07T00:43:58.068Z | Compiling tabled_derive v0.11.0 |
| 3289 | 2026-05-07T00:43:58.087Z | Compiling bitfield v0.19.4 |
| 3290 | 2026-05-07T00:43:58.177Z | Compiling zerocopy v0.6.6 |
| 3291 | 2026-05-07T00:43:58.217Z | Compiling libscf-sys v1.1.0 |
| 3292 | 2026-05-07T00:43:58.238Z | Compiling smallvec v0.6.14 |
| 3293 | 2026-05-07T00:43:58.391Z | Compiling progenitor-impl v0.11.2 |
| 3294 | 2026-05-07T00:43:58.412Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3295 | 2026-05-07T00:43:58.429Z | Compiling papergrid v0.17.0 |
| 3296 | 2026-05-07T00:43:58.473Z | Compiling testing_table v0.3.0 |
| 3297 | 2026-05-07T00:43:58.575Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3298 | 2026-05-07T00:43:58.594Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3299 | 2026-05-07T00:43:58.609Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3300 | 2026-05-07T00:43:58.659Z | Compiling ctr v0.9.2 |
| 3301 | 2026-05-07T00:43:58.677Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3302 | 2026-05-07T00:43:58.866Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3303 | 2026-05-07T00:43:58.895Z | Compiling unicase v2.9.0 |
| 3304 | 2026-05-07T00:43:58.982Z | Compiling hashbrown v0.12.3 |
| 3305 | 2026-05-07T00:43:59.030Z | Compiling corncobs v0.1.4 |
| 3306 | 2026-05-07T00:43:59.050Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3307 | 2026-05-07T00:43:59.119Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3308 | 2026-05-07T00:43:59.134Z | Compiling mime_guess v2.0.5 |
| 3309 | 2026-05-07T00:43:59.163Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3310 | 2026-05-07T00:43:59.206Z | Compiling aes-gcm v0.10.3 |
| 3311 | 2026-05-07T00:43:59.240Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3312 | 2026-05-07T00:43:59.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3313 | 2026-05-07T00:43:59.417Z | Compiling tabled v0.20.0 |
| 3314 | 2026-05-07T00:43:59.495Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3315 | 2026-05-07T00:43:59.584Z | Compiling parking_lot v0.11.2 |
| 3316 | 2026-05-07T00:43:59.632Z | Compiling serde-hex v0.1.0 |
| 3317 | 2026-05-07T00:43:59.703Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3318 | 2026-05-07T00:43:59.902Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3319 | 2026-05-07T00:43:59.954Z | Compiling progenitor v0.14.0 |
| 3320 | 2026-05-07T00:43:59.993Z | Compiling progenitor v0.13.0 |
| 3321 | 2026-05-07T00:44:00.010Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3322 | 2026-05-07T00:44:00.136Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3323 | 2026-05-07T00:44:00.178Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3324 | 2026-05-07T00:44:00.196Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3325 | 2026-05-07T00:44:00.199Z | Compiling progenitor-impl v0.10.0 |
| 3326 | 2026-05-07T00:44:00.258Z | Compiling ron v0.8.1 |
| 3327 | 2026-05-07T00:44:00.289Z | Compiling hashbrown v0.13.2 |
| 3328 | 2026-05-07T00:44:00.402Z | Compiling progenitor-client v0.11.2 |
| 3329 | 2026-05-07T00:44:00.420Z | Compiling blowfish v0.9.1 |
| 3330 | 2026-05-07T00:44:00.695Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3331 | 2026-05-07T00:44:00.717Z | Compiling prefix-trie v0.7.0 |
| 3332 | 2026-05-07T00:44:00.750Z | Compiling ssh-encoding v0.2.0 |
| 3333 | 2026-05-07T00:44:00.805Z | Compiling fxhash v0.2.1 |
| 3334 | 2026-05-07T00:44:00.972Z | Compiling secrecy v0.8.0 |
| 3335 | 2026-05-07T00:44:01.039Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3336 | 2026-05-07T00:44:01.057Z | Compiling crc-any v2.5.0 |
| 3337 | 2026-05-07T00:44:01.102Z | Compiling progenitor-macro v0.11.2 |
| 3338 | 2026-05-07T00:44:01.153Z | Compiling hickory-server v0.25.2 |
| 3339 | 2026-05-07T00:44:01.250Z | Compiling ssh-cipher v0.2.0 |
| 3340 | 2026-05-07T00:44:01.292Z | Compiling sled v0.34.7 |
| 3341 | 2026-05-07T00:44:01.399Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-05-07T00:44:01.903Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3343 | 2026-05-07T00:44:01.918Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3344 | 2026-05-07T00:44:02.170Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3345 | 2026-05-07T00:44:02.339Z | Compiling object v0.30.4 |
| 3346 | 2026-05-07T00:44:02.517Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3347 | 2026-05-07T00:44:02.596Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3348 | 2026-05-07T00:44:02.905Z | Compiling progenitor-macro v0.10.0 |
| 3349 | 2026-05-07T00:44:02.989Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3350 | 2026-05-07T00:44:03.008Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3351 | 2026-05-07T00:44:03.085Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3352 | 2026-05-07T00:44:03.102Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3353 | 2026-05-07T00:44:03.252Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3354 | 2026-05-07T00:44:03.741Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3355 | 2026-05-07T00:44:03.826Z | Compiling password-hash v0.4.2 |
| 3356 | 2026-05-07T00:44:04.243Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3357 | 2026-05-07T00:44:04.538Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3358 | 2026-05-07T00:44:04.558Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3359 | 2026-05-07T00:44:04.558Z | Compiling crc8 v0.1.1 |
| 3360 | 2026-05-07T00:44:04.594Z | Compiling path-slash v0.1.5 |
| 3361 | 2026-05-07T00:44:04.622Z | Compiling http-range v0.1.5 |
| 3362 | 2026-05-07T00:44:04.671Z | Compiling half v1.8.3 |
| 3363 | 2026-05-07T00:44:04.724Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3364 | 2026-05-07T00:44:04.836Z | Compiling pbkdf2 v0.11.0 |
| 3365 | 2026-05-07T00:44:04.958Z | Compiling serde_cbor v0.11.2 |
| 3366 | 2026-05-07T00:44:05.042Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3367 | 2026-05-07T00:44:05.070Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3368 | 2026-05-07T00:44:05.241Z | Compiling ssh-key v0.6.7 |
| 3369 | 2026-05-07T00:44:05.413Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3370 | 2026-05-07T00:44:05.492Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3371 | 2026-05-07T00:44:05.587Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3372 | 2026-05-07T00:44:05.605Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3373 | 2026-05-07T00:44:05.608Z | Compiling p256 v0.13.2 |
| 3374 | 2026-05-07T00:44:05.639Z | Compiling p521 v0.13.3 |
| 3375 | 2026-05-07T00:44:05.851Z | Compiling yasna v0.5.2 |
| 3376 | 2026-05-07T00:44:06.026Z | Compiling kstat-rs v0.2.4 |
| 3377 | 2026-05-07T00:44:06.156Z | Compiling headers-core v0.3.0 |
| 3378 | 2026-05-07T00:44:06.172Z | Compiling nanorand v0.7.0 |
| 3379 | 2026-05-07T00:44:06.226Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3380 | 2026-05-07T00:44:06.243Z | Compiling progenitor v0.11.2 |
| 3381 | 2026-05-07T00:44:06.305Z | Compiling atty v0.2.14 |
| 3382 | 2026-05-07T00:44:06.352Z | Compiling russh-cryptovec v0.7.3 |
| 3383 | 2026-05-07T00:44:06.398Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3384 | 2026-05-07T00:44:06.417Z | Compiling home v0.5.12 |
| 3385 | 2026-05-07T00:44:06.436Z | Compiling md5 v0.7.0 |
| 3386 | 2026-05-07T00:44:06.440Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3387 | 2026-05-07T00:44:06.469Z | Compiling flume v0.11.1 |
| 3388 | 2026-05-07T00:44:06.494Z | Compiling rcgen v0.12.1 |
| 3389 | 2026-05-07T00:44:06.562Z | Compiling headers v0.4.1 |
| 3390 | 2026-05-07T00:44:06.580Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3391 | 2026-05-07T00:44:06.595Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3392 | 2026-05-07T00:44:06.627Z | Compiling russh-keys v0.45.0 |
| 3393 | 2026-05-07T00:44:06.737Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-05-07T00:44:06.810Z | Compiling hyper-staticfile v0.10.1 |
| 3395 | 2026-05-07T00:44:06.985Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3396 | 2026-05-07T00:44:07.013Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3397 | 2026-05-07T00:44:07.310Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3398 | 2026-05-07T00:44:07.355Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3399 | 2026-05-07T00:44:07.390Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3400 | 2026-05-07T00:44:07.418Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3401 | 2026-05-07T00:44:07.435Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3402 | 2026-05-07T00:44:07.723Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3403 | 2026-05-07T00:44:07.801Z | Compiling num-bigint v0.4.6 |
| 3404 | 2026-05-07T00:44:07.917Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3405 | 2026-05-07T00:44:07.950Z | Compiling progenitor v0.10.0 |
| 3406 | 2026-05-07T00:44:08.116Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3407 | 2026-05-07T00:44:08.137Z | Compiling des v0.8.1 |
| 3408 | 2026-05-07T00:44:08.137Z | Compiling subprocess v0.2.15 |
| 3409 | 2026-05-07T00:44:08.170Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3410 | 2026-05-07T00:44:08.242Z | Compiling hex-literal v0.4.1 |
| 3411 | 2026-05-07T00:44:08.374Z | Compiling display-error-chain v0.2.2 |
| 3412 | 2026-05-07T00:44:08.391Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3413 | 2026-05-07T00:44:08.470Z | Compiling colored v2.2.0 |
| 3414 | 2026-05-07T00:44:08.506Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3415 | 2026-05-07T00:44:08.547Z | Compiling socket2 v0.5.10 |
| 3416 | 2026-05-07T00:44:08.617Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3417 | 2026-05-07T00:44:08.770Z | Compiling internet-checksum v0.2.1 |
| 3418 | 2026-05-07T00:44:08.919Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3419 | 2026-05-07T00:44:08.937Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3420 | 2026-05-07T00:44:08.996Z | Compiling russh v0.45.0 |
| 3421 | 2026-05-07T00:44:11.499Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3422 | 2026-05-07T00:44:12.172Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3423 | 2026-05-07T00:44:12.654Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3424 | 2026-05-07T00:44:14.254Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3425 | 2026-05-07T00:44:22.075Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3426 | 2026-05-07T00:44:22.075Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3427 | 2026-05-07T00:44:22.078Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3428 | 2026-05-07T00:44:22.078Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3429 | 2026-05-07T00:44:23.809Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3430 | 2026-05-07T00:44:23.900Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3431 | 2026-05-07T00:44:27.978Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3432 | 2026-05-07T00:44:29.354Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3433 | 2026-05-07T00:44:48.341Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3434 | 2026-05-07T00:45:06.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3435 | 2026-05-07T00:45:06.985Z | |
| 3436 | 2026-05-07T00:45:06.985Z | real 1:25.589413951 |
| 3437 | 2026-05-07T00:45:06.985Z | user 8:20.018762065 |
| 3438 | 2026-05-07T00:45:06.985Z | sys 1:40.897899053 |
| 3439 | 2026-05-07T00:45:06.985Z | trap 0.250489704 |
| 3440 | 2026-05-07T00:45:06.985Z | tflt 0.512585151 |
| 3441 | 2026-05-07T00:45:06.985Z | dflt 1.608946348 |
| 3442 | 2026-05-07T00:45:06.990Z | kflt 0.000195364 |
| 3443 | 2026-05-07T00:45:06.990Z | lock 28:29.027417322 |
| 3444 | 2026-05-07T00:45:06.990Z | slp 19:30.437129450 |
| 3445 | 2026-05-07T00:45:06.990Z | lat 37.602527280 |
| 3446 | 2026-05-07T00:45:06.991Z | stop 2:36.089586600 |
| 3447 | 2026-05-07T00:45:06.991Z | + mkdir tests |
| 3448 | 2026-05-07T00:45:06.991Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3449 | 2026-05-07T00:45:06.991Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3450 | 2026-05-07T00:45:06.991Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/ |
| 3451 | 2026-05-07T00:45:07.008Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/ |
| 3452 | 2026-05-07T00:45:07.133Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/ |
| 3453 | 2026-05-07T00:45:07.136Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/ |
| 3454 | 2026-05-07T00:45:07.352Z | + 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/*) |
| 3455 | 2026-05-07T00:45:07.355Z | + 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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 |
| 3456 | 2026-05-07T00:46:26.647Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3457 | 2026-05-07T00:46:26.647Z | a .github/buildomat/ci-env.sh 1K |
| 3458 | 2026-05-07T00:46:26.647Z | a out/target/test 1K |
| 3459 | 2026-05-07T00:46:26.648Z | a out/npuzone/npuzone 27402K |
| 3460 | 2026-05-07T00:46:26.648Z | a package-manifest.toml 35K |
| 3461 | 2026-05-07T00:46:26.648Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3462 | 2026-05-07T00:46:26.648Z | a target/release/omicron-package 44932K |
| 3463 | 2026-05-07T00:46:26.648Z | a target/release/xtask 11449K |
| 3464 | 2026-05-07T00:46:26.648Z | a target/debug/bootstrap 352212K |
| 3465 | 2026-05-07T00:46:26.648Z | a tests/bootstrap-a30bd6ce46b8f667 31215K |
| 3466 | 2026-05-07T00:46:26.648Z | a tests/commtest-6ff027522a55cd83 32300K |
| 3467 | 2026-05-07T00:46:26.648Z | a tests/dhcp_server-470a60e3d0e6ef24 31215K |
| 3468 | 2026-05-07T00:46:26.648Z | a tests/end_to_end_tests-06879957ae11aa92 393322K |
| 3469 | 2026-05-07T00:46:26.648Z | a out/clickhouse.tar.gz 319023K |
| 3470 | 2026-05-07T00:46:26.648Z | a out/clickhouse_keeper.tar.gz 304364K |
| 3471 | 2026-05-07T00:46:26.648Z | a out/clickhouse_server.tar.gz 319022K |
| 3472 | 2026-05-07T00:46:26.648Z | a out/cockroachdb.tar.gz 164663K |
| 3473 | 2026-05-07T00:46:26.648Z | a out/crucible-pantry-zone.tar.gz 43697K |
| 3474 | 2026-05-07T00:46:26.648Z | a out/crucible-utils.tar 17744K |
| 3475 | 2026-05-07T00:46:26.648Z | a out/crucible-zone.tar.gz 57835K |
| 3476 | 2026-05-07T00:46:26.648Z | a out/external-dns.tar.gz 49314K |
| 3477 | 2026-05-07T00:46:26.648Z | a out/internal-dns.tar.gz 49314K |
| 3478 | 2026-05-07T00:46:26.648Z | a out/mg-ddm-gz.tar 95141K |
| 3479 | 2026-05-07T00:46:26.648Z | a out/nexus.tar.gz 220028K |
| 3480 | 2026-05-07T00:46:26.648Z | a out/ntp.tar.gz 31660K |
| 3481 | 2026-05-07T00:46:26.648Z | a out/omicron-gateway-softnpu.tar.gz 28514K |
| 3482 | 2026-05-07T00:46:26.648Z | a out/omicron-sled-agent.tar 198944K |
| 3483 | 2026-05-07T00:46:26.648Z | a out/overlay.tar.gz 3K |
| 3484 | 2026-05-07T00:46:26.648Z | a out/oximeter.tar.gz 65358K |
| 3485 | 2026-05-07T00:46:26.648Z | a out/oxlog.tar 3782K |
| 3486 | 2026-05-07T00:46:26.648Z | a out/probe.tar.gz 3037K |
| 3487 | 2026-05-07T00:46:26.649Z | a out/propolis-server.tar.gz 38727K |
| 3488 | 2026-05-07T00:46:26.649Z | a out/pumpkind-gz.tar 26647K |
| 3489 | 2026-05-07T00:46:26.649Z | a out/switch-softnpu.tar.gz 392864K |
| 3490 | 2026-05-07T00:46:26.652Z | |
| 3491 | 2026-05-07T00:46:26.652Z | real 1:19.340837000 |
| 3492 | 2026-05-07T00:46:26.652Z | user 1:16.672979657 |
| 3493 | 2026-05-07T00:46:26.652Z | sys 4.423848308 |
| 3494 | 2026-05-07T00:46:26.652Z | trap 0.006958194 |
| 3495 | 2026-05-07T00:46:26.652Z | tflt 0.000000000 |
| 3496 | 2026-05-07T00:46:26.652Z | dflt 0.000000000 |
| 3497 | 2026-05-07T00:46:26.653Z | kflt 0.000000000 |
| 3498 | 2026-05-07T00:46:26.653Z | lock 0.000000000 |
| 3499 | 2026-05-07T00:46:26.653Z | slp 1:16.583724653 |
| 3500 | 2026-05-07T00:46:26.653Z | lat 0.989553114 |
| 3501 | 2026-05-07T00:46:26.653Z | stop 0.000232387 |
| 3502 | 2026-05-07T00:46:26.653Z | process exited: duration 914811 ms, exit code 0 |
| |
| 3503 | 2026-05-07T00:46:26.667Z | found 1 output files |
| 3504 | 2026-05-07T00:46:26.667Z | uploading: /work/package.tar.gz (2431135386 bytes) |
| 3505 | 2026-05-07T00:46:55.130Z | uploaded: /work/package.tar.gz |