|
|
|
| 1 | 2026-08-25T22:36:26.291Z | job assigned to worker 01M0XH1BZDZ1RX00TEP3VZF3NK [factory aws, i-002b13a466f65ede8] (queued for 49 s) |
| |
| 2 | 2026-08-25T22:36:34.124Z | starting task 0: "setup" |
| 3 | 2026-08-25T22:36:34.128Z | ++ uname -s |
| 4 | 2026-08-25T22:36:34.131Z | + kern=SunOS |
| 5 | 2026-08-25T22:36:34.131Z | + build_user=build |
| 6 | 2026-08-25T22:36:34.131Z | + build_uid=12345 |
| 7 | 2026-08-25T22:36:34.131Z | + work_dir=/work |
| 8 | 2026-08-25T22:36:34.131Z | + input_dir=/input |
| 9 | 2026-08-25T22:36:34.131Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T22:36:34.131Z | + case "$kern" in |
| 11 | 2026-08-25T22:36:34.131Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T22:36:34.144Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T22:36:36.150Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T22:36:36.220Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T22:36:36.223Z | + home_fs=zfs |
| 16 | 2026-08-25T22:36:36.223Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T22:36:36.223Z | + mkdir -p /home/build |
| 18 | 2026-08-25T22:36:36.223Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T22:36:38.226Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T22:36:38.229Z | process exited: duration 4106 ms, exit code 0 |
| |
| 21 | 2026-08-25T22:36:38.235Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T22:36:38.240Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T22:36:38.240Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T22:36:38.240Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T22:36:38.240Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T22:36:38.240Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T22:36:38.240Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T22:36:38.243Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T22:36:38.243Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T22:36:38.327Z | info: downloading installer |
| 31 | 2026-08-25T22:36:39.710Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T22:36:39.710Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T22:36:39.710Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T22:36:39.710Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T22:36:39.722Z | info: profile set to default |
| 36 | 2026-08-25T22:36:39.722Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T22:36:39.725Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T22:36:39.861Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T22:36:39.864Z | info: downloading 6 components |
| 40 | 2026-08-25T22:36:54.457Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T22:36:54.457Z | |
| 42 | 2026-08-25T22:36:54.483Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T22:36:54.483Z | |
| 44 | 2026-08-25T22:36:54.483Z | |
| 45 | 2026-08-25T22:36:54.483Z | Rust is installed now. Great! |
| 46 | 2026-08-25T22:36:54.483Z | |
| 47 | 2026-08-25T22:36:54.483Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T22:36:54.483Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T22:36:54.484Z | |
| 50 | 2026-08-25T22:36:54.484Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T22:36:54.484Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T22:36:54.484Z | |
| 53 | 2026-08-25T22:36:54.484Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T22:36:54.487Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T22:36:54.487Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T22:36:54.487Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T22:36:54.487Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T22:36:54.487Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T22:36:54.487Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T22:36:54.487Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T22:36:54.487Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T22:36:54.583Z | + rustup --version |
| 63 | 2026-08-25T22:36:54.589Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T22:36:54.592Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T22:36:54.609Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T22:36:54.613Z | + cargo --version |
| 67 | 2026-08-25T22:36:54.621Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T22:36:54.624Z | + rustc --version |
| 69 | 2026-08-25T22:36:54.644Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T22:36:54.648Z | process exited: duration 16412 ms, exit code 0 |
| |
| 71 | 2026-08-25T22:36:54.653Z | starting task 2: "authentication" |
| 72 | 2026-08-25T22:36:54.671Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-25T22:36:54.678Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T22:36:54.682Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T22:36:54.686Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T22:36:54.727Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T22:37:13.830Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T22:37:13.830Z | + git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 79 | 2026-08-25T22:37:14.194Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T22:37:14.194Z | * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD |
| 81 | 2026-08-25T22:37:14.208Z | + [[ -n alan/gzip-to-lz4 ]] |
| 82 | 2026-08-25T22:37:14.211Z | ++ git branch --show-current |
| 83 | 2026-08-25T22:37:14.211Z | + current=main |
| 84 | 2026-08-25T22:37:14.211Z | + [[ main != alan/gzip-to-lz4 ]] |
| 85 | 2026-08-25T22:37:14.211Z | + git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 86 | 2026-08-25T22:37:14.215Z | + git checkout -f alan/gzip-to-lz4 |
| 87 | 2026-08-25T22:37:14.322Z | Switched to branch 'alan/gzip-to-lz4' |
| 88 | 2026-08-25T22:37:14.326Z | + git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 89 | 2026-08-25T22:37:14.438Z | HEAD is now at 1f434a865 fix expected test output |
| 90 | 2026-08-25T22:37:14.441Z | process exited: duration 19760 ms, exit code 0 |
| |
| 91 | 2026-08-25T22:37:14.447Z | starting task 4: "build" |
| 92 | 2026-08-25T22:37:14.452Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T22:37:14.452Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T22:37:14.452Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T22:37:14.455Z | +++ uname -s |
| 96 | 2026-08-25T22:37:14.456Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T22:37:14.456Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T22:37:14.459Z | + cargo --version |
| 99 | 2026-08-25T22:37:14.468Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T22:37:14.473Z | + rustc --version |
| 101 | 2026-08-25T22:37:14.491Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T22:37:14.494Z | + WORK=/work |
| 103 | 2026-08-25T22:37:14.494Z | + pfexec mkdir -p /work |
| 104 | 2026-08-25T22:37:14.498Z | + pfexec chown build /work |
| 105 | 2026-08-25T22:37:14.501Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-25T22:37:16.759Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-25T22:37:17.141Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-25T22:37:19.303Z | Planning: Solver setup ... Done (2.041s) |
| 109 | 2026-08-25T22:37:19.364Z | Planning: Running solver ... Done (0.061s) |
| 110 | 2026-08-25T22:37:19.409Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-25T22:37:19.422Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-25T22:37:19.443Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-25T22:37:19.457Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-25T22:37:19.460Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-08-25T22:37:19.673Z | Planning: Checking for conflicting actions ... Done (0.214s) |
| 116 | 2026-08-25T22:37:19.676Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-25T22:37:20.392Z | Planning: Evaluating mediators ... Done (0.717s) |
| 118 | 2026-08-25T22:37:20.397Z | Planning: Planning completed in 3.21 seconds |
| 119 | 2026-08-25T22:37:20.400Z | Packages to install: 2 |
| 120 | 2026-08-25T22:37:20.400Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-25T22:37:20.403Z | Estimated space to be consumed: 80.56 MB |
| 122 | 2026-08-25T22:37:20.403Z | Create boot environment: No |
| 123 | 2026-08-25T22:37:20.403Z | Create backup boot environment: No |
| 124 | 2026-08-25T22:37:20.403Z | Rebuild boot archive: No |
| 125 | 2026-08-25T22:37:20.403Z | |
| 126 | 2026-08-25T22:37:20.403Z | Changed packages: |
| 127 | 2026-08-25T22:37:20.403Z | helios |
| 128 | 2026-08-25T22:37:20.403Z | developer/build-essential |
| 129 | 2026-08-25T22:37:20.403Z | None -> 11-3.0 |
| 130 | 2026-08-25T22:37:20.403Z | library/libxmlsec1 |
| 131 | 2026-08-25T22:37:20.403Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-25T22:37:20.427Z | |
| 133 | 2026-08-25T22:37:20.427Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-25T22:37:20.493Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 135 | 2026-08-25T22:37:20.550Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-25T22:37:20.588Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-25T22:37:20.624Z | Finalize: Updating package state database ... Done (0.036s) |
| 138 | 2026-08-25T22:37:20.624Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-25T22:37:20.713Z | Finalize: Updating image state ... Done (0.088s) |
| 140 | 2026-08-25T22:37:23.285Z | Finalize: Creating fast lookup database ... Done (2.521s) |
| 141 | 2026-08-25T22:37:23.350Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-25T22:37:23.353Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-25T22:37:23.446Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-25T22:37:23.819Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-25T22:37:23.923Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-25T22:37:23.928Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-25T22:37:24.081Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-25T22:37:24.084Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-25T22:37:24.104Z | Mediators to change: 2 |
| 150 | 2026-08-25T22:37:24.104Z | Create boot environment: No |
| 151 | 2026-08-25T22:37:24.104Z | Create backup boot environment: No |
| 152 | 2026-08-25T22:37:24.150Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-25T22:37:24.150Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-25T22:37:24.202Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-25T22:37:26.124Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-25T22:37:26.184Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-25T22:37:26.187Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-25T22:37:26.254Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-25T22:37:26.537Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-25T22:37:26.641Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-25T22:37:26.645Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-25T22:37:26.797Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-25T22:37:26.800Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-25T22:37:26.820Z | Mediators to change: 1 |
| 165 | 2026-08-25T22:37:26.820Z | Create boot environment: No |
| 166 | 2026-08-25T22:37:26.823Z | Create backup boot environment: No |
| 167 | 2026-08-25T22:37:26.943Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-25T22:37:26.943Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-25T22:37:26.995Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-25T22:37:28.908Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-25T22:37:28.967Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-25T22:37:28.970Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-25T22:37:29.026Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-25T22:37:29.333Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-25T22:37:29.333Z | apache system 2.4 system |
| 176 | 2026-08-25T22:37:29.333Z | clang system 15 system |
| 177 | 2026-08-25T22:37:29.333Z | csh system system illumos |
| 178 | 2026-08-25T22:37:29.333Z | ctags system system illumos |
| 179 | 2026-08-25T22:37:29.333Z | file vendor vendor darwinsys |
| 180 | 2026-08-25T22:37:29.333Z | file system system illumos |
| 181 | 2026-08-25T22:37:29.333Z | gcc vendor 14 vendor |
| 182 | 2026-08-25T22:37:29.333Z | gcc system 13 system |
| 183 | 2026-08-25T22:37:29.333Z | gcc system 10 system |
| 184 | 2026-08-25T22:37:29.333Z | go system 1.25 system |
| 185 | 2026-08-25T22:37:29.333Z | llvm system 15 system |
| 186 | 2026-08-25T22:37:29.333Z | mariadb system 11.4 system |
| 187 | 2026-08-25T22:37:29.333Z | mta vendor vendor dma |
| 188 | 2026-08-25T22:37:29.334Z | openjdk system 17 system |
| 189 | 2026-08-25T22:37:29.334Z | openjdk system 11 system |
| 190 | 2026-08-25T22:37:29.334Z | openssl vendor 3 vendor |
| 191 | 2026-08-25T22:37:29.334Z | perl system 5.40 system |
| 192 | 2026-08-25T22:37:29.334Z | postgresql system 18 system |
| 193 | 2026-08-25T22:37:29.334Z | postgresql system 17 system |
| 194 | 2026-08-25T22:37:29.334Z | python vendor 3 vendor |
| 195 | 2026-08-25T22:37:29.334Z | python system 2 system |
| 196 | 2026-08-25T22:37:29.334Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-25T22:37:29.334Z | ruby system 3.4 system |
| 198 | 2026-08-25T22:37:29.334Z | ruby system 3.0 system |
| 199 | 2026-08-25T22:37:29.334Z | words vendor vendor american-english |
| 200 | 2026-08-25T22:37:29.334Z | words system system australian-english |
| 201 | 2026-08-25T22:37:29.334Z | words system system british-english |
| 202 | 2026-08-25T22:37:29.334Z | words system system canadian-english |
| 203 | 2026-08-25T22:37:29.334Z | words system system french |
| 204 | 2026-08-25T22:37:29.334Z | words system system italian |
| 205 | 2026-08-25T22:37:29.334Z | words system system ngerman |
| 206 | 2026-08-25T22:37:29.334Z | words system system ogerman |
| 207 | 2026-08-25T22:37:29.334Z | words system system spanish |
| 208 | 2026-08-25T22:37:29.580Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-25T22:37:29.580Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-25T22:37:30.065Z | FMRI IFO |
| 211 | 2026-08-25T22:37:30.065Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-25T22:37:30.066Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-25T22:37:30.066Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-25T22:37:30.066Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-25T22:37:30.066Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-25T22:37:30.066Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-25T22:37:30.066Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-25T22:37:30.066Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-25T22:37:30.066Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-25T22:37:30.394Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-25T22:37:30.685Z | Updating crates.io index |
| 222 | 2026-08-25T22:37:30.688Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-25T22:37:30.940Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-25T22:37:31.325Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-25T22:37:32.653Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-25T22:37:33.281Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-25T22:37:35.218Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-25T22:37:36.484Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-25T22:37:36.768Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-25T22:37:37.139Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-25T22:37:38.689Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-25T22:37:38.981Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-25T22:37:39.448Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-25T22:37:39.723Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-25T22:37:39.990Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-25T22:37:40.317Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-25T22:37:40.620Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-25T22:37:40.887Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-25T22:37:41.194Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 240 | 2026-08-25T22:37:41.797Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-25T22:37:42.251Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-25T22:37:42.634Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-25T22:37:42.954Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-25T22:37:43.655Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-25T22:37:44.964Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-25T22:37:45.269Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-25T22:37:45.718Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-25T22:37:46.002Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-25T22:37:46.420Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-25T22:37:47.043Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-25T22:37:47.344Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-25T22:37:47.679Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-25T22:37:48.278Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-25T22:37:48.879Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-25T22:37:49.171Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-25T22:37:49.452Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-25T22:37:49.763Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-25T22:37:50.394Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-25T22:37:50.679Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-25T22:37:50.981Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-25T22:37:51.303Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-25T22:37:51.570Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-08-25T22:37:51.887Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 264 | 2026-08-25T22:37:54.739Z | Downloading crates ... |
| 265 | 2026-08-25T22:37:54.779Z | Downloaded anstyle-query v1.1.5 |
| 266 | 2026-08-25T22:37:54.783Z | Downloaded equivalent v1.0.2 |
| 267 | 2026-08-25T22:37:54.799Z | Downloaded swrite v0.1.0 |
| 268 | 2026-08-25T22:37:54.803Z | Downloaded toml_datetime v0.6.11 |
| 269 | 2026-08-25T22:37:54.807Z | Downloaded anstream v1.0.0 |
| 270 | 2026-08-25T22:37:54.810Z | Downloaded usdt-impl v0.5.0 |
| 271 | 2026-08-25T22:37:54.810Z | Downloaded cargo-platform v0.3.2 |
| 272 | 2026-08-25T22:37:54.813Z | Downloaded zerocopy v0.7.35 |
| 273 | 2026-08-25T22:37:54.828Z | Downloaded indexmap v2.14.0 |
| 274 | 2026-08-25T22:37:54.844Z | Downloaded tempfile v3.27.0 |
| 275 | 2026-08-25T22:37:54.844Z | Downloaded byteorder v1.5.0 |
| 276 | 2026-08-25T22:37:54.844Z | Downloaded anyhow v1.0.104 |
| 277 | 2026-08-25T22:37:54.844Z | Downloaded clap_derive v4.6.1 |
| 278 | 2026-08-25T22:37:54.844Z | Downloaded errno v0.3.14 |
| 279 | 2026-08-25T22:37:54.844Z | Downloaded dtrace-parser v0.2.0 |
| 280 | 2026-08-25T22:37:54.844Z | Downloaded pretty-hex v0.4.1 |
| 281 | 2026-08-25T22:37:54.844Z | Downloaded digest v0.10.7 |
| 282 | 2026-08-25T22:37:54.853Z | Downloaded serde_tokenstream v0.2.3 |
| 283 | 2026-08-25T22:37:54.853Z | Downloaded clap v4.6.1 |
| 284 | 2026-08-25T22:37:54.853Z | Downloaded clap_lex v1.0.0 |
| 285 | 2026-08-25T22:37:54.856Z | Downloaded heck v0.5.0 |
| 286 | 2026-08-25T22:37:54.856Z | Downloaded plain v0.2.3 |
| 287 | 2026-08-25T22:37:54.856Z | Downloaded terminal_size v0.4.3 |
| 288 | 2026-08-25T22:37:54.856Z | Downloaded cpufeatures v0.2.17 |
| 289 | 2026-08-25T22:37:54.856Z | Downloaded usdt-attr-macro v0.5.0 |
| 290 | 2026-08-25T22:37:54.860Z | Downloaded utf8parse v0.2.2 |
| 291 | 2026-08-25T22:37:54.860Z | Downloaded heck v0.4.1 |
| 292 | 2026-08-25T22:37:54.860Z | Downloaded usdt v0.5.0 |
| 293 | 2026-08-25T22:37:54.860Z | Downloaded usdt-macro v0.5.0 |
| 294 | 2026-08-25T22:37:54.860Z | Downloaded generic-array v0.14.7 |
| 295 | 2026-08-25T22:37:54.863Z | Downloaded cfg-if v1.0.4 |
| 296 | 2026-08-25T22:37:54.870Z | Downloaded crypto-common v0.1.7 |
| 297 | 2026-08-25T22:37:54.870Z | Downloaded macaddr v1.0.1 |
| 298 | 2026-08-25T22:37:54.870Z | Downloaded colorchoice v1.0.4 |
| 299 | 2026-08-25T22:37:54.870Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-08-25T22:37:54.874Z | Downloaded memmap v0.7.0 |
| 301 | 2026-08-25T22:37:54.874Z | Downloaded bytecount v0.6.9 |
| 302 | 2026-08-25T22:37:54.874Z | Downloaded proc-macro-error v1.0.4 |
| 303 | 2026-08-25T22:37:54.874Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-25T22:37:54.877Z | Downloaded thiserror-impl v1.0.69 |
| 305 | 2026-08-25T22:37:54.877Z | Downloaded camino v1.2.5 |
| 306 | 2026-08-25T22:37:54.878Z | Downloaded is_terminal_polyfill v1.70.2 |
| 307 | 2026-08-25T22:37:54.881Z | Downloaded block-buffer v0.10.4 |
| 308 | 2026-08-25T22:37:54.884Z | Downloaded fastrand v2.3.0 |
| 309 | 2026-08-25T22:37:54.884Z | Downloaded proc-macro-error-attr v1.0.4 |
| 310 | 2026-08-25T22:37:54.888Z | Downloaded scroll_derive v0.12.1 |
| 311 | 2026-08-25T22:37:54.888Z | Downloaded fnv v1.0.7 |
| 312 | 2026-08-25T22:37:54.888Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-08-25T22:37:54.892Z | Downloaded version_check v0.9.5 |
| 314 | 2026-08-25T22:37:54.893Z | Downloaded dof v0.3.0 |
| 315 | 2026-08-25T22:37:54.897Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-08-25T22:37:54.900Z | Downloaded smawk v0.3.2 |
| 317 | 2026-08-25T22:37:54.903Z | Downloaded anstyle v1.0.14 |
| 318 | 2026-08-25T22:37:54.903Z | Downloaded strsim v0.11.1 |
| 319 | 2026-08-25T22:37:54.906Z | Downloaded sha2 v0.10.9 |
| 320 | 2026-08-25T22:37:54.906Z | Downloaded camino-tempfile v1.4.1 |
| 321 | 2026-08-25T22:37:54.911Z | Downloaded itoa v1.0.17 |
| 322 | 2026-08-25T22:37:54.914Z | Downloaded cargo_toml v0.21.0 |
| 323 | 2026-08-25T22:37:54.914Z | Downloaded cargo_metadata v0.23.1 |
| 324 | 2026-08-25T22:37:54.918Z | Downloaded autocfg v1.5.0 |
| 325 | 2026-08-25T22:37:54.921Z | Downloaded fs-err v3.3.0 |
| 326 | 2026-08-25T22:37:54.925Z | Downloaded anstyle-parse v1.0.0 |
| 327 | 2026-08-25T22:37:54.928Z | Downloaded quote v1.0.45 |
| 328 | 2026-08-25T22:37:54.930Z | Downloaded toml_write v0.1.2 |
| 329 | 2026-08-25T22:37:54.933Z | Downloaded thiserror v2.0.18 |
| 330 | 2026-08-25T22:37:54.936Z | Downloaded thiserror-impl v2.0.18 |
| 331 | 2026-08-25T22:37:54.936Z | Downloaded toml v0.8.23 |
| 332 | 2026-08-25T22:37:54.936Z | Downloaded zmij v1.0.21 |
| 333 | 2026-08-25T22:37:54.940Z | Downloaded semver v1.0.28 |
| 334 | 2026-08-25T22:37:54.942Z | Downloaded thiserror v1.0.69 |
| 335 | 2026-08-25T22:37:54.946Z | Downloaded pest_derive v2.8.6 |
| 336 | 2026-08-25T22:37:54.949Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-08-25T22:37:54.949Z | Downloaded zerocopy-derive v0.7.35 |
| 338 | 2026-08-25T22:37:54.952Z | Downloaded scroll v0.12.0 |
| 339 | 2026-08-25T22:37:54.955Z | Downloaded once_cell v1.21.3 |
| 340 | 2026-08-25T22:37:54.959Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-08-25T22:37:54.962Z | Downloaded bitflags v2.11.0 |
| 342 | 2026-08-25T22:37:54.966Z | Downloaded log v0.4.33 |
| 343 | 2026-08-25T22:37:54.966Z | Downloaded unicode-ident v1.0.24 |
| 344 | 2026-08-25T22:37:54.969Z | Downloaded serde_derive v1.0.228 |
| 345 | 2026-08-25T22:37:54.969Z | Downloaded serde_json v1.0.151 |
| 346 | 2026-08-25T22:37:54.972Z | Downloaded getrandom v0.4.3 |
| 347 | 2026-08-25T22:37:54.975Z | Downloaded proc-macro2 v1.0.106 |
| 348 | 2026-08-25T22:37:54.978Z | Downloaded serde_core v1.0.228 |
| 349 | 2026-08-25T22:37:54.981Z | Downloaded papergrid v0.11.0 |
| 350 | 2026-08-25T22:37:54.990Z | Downloaded pest_meta v2.8.6 |
| 351 | 2026-08-25T22:37:54.994Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-08-25T22:37:54.997Z | Downloaded memchr v2.8.0 |
| 353 | 2026-08-25T22:37:55.001Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-08-25T22:37:55.005Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-25T22:37:55.009Z | Downloaded typenum v1.20.1 |
| 356 | 2026-08-25T22:37:55.025Z | Downloaded tabled v0.15.0 |
| 357 | 2026-08-25T22:37:55.039Z | Downloaded pest v2.8.6 |
| 358 | 2026-08-25T22:37:55.059Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-08-25T22:37:55.094Z | Downloaded winnow v0.7.14 |
| 360 | 2026-08-25T22:37:55.094Z | Downloaded clap_builder v4.6.0 |
| 361 | 2026-08-25T22:37:55.094Z | Downloaded goblin v0.8.2 |
| 362 | 2026-08-25T22:37:55.094Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-25T22:37:55.177Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-25T22:37:55.178Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-08-25T22:37:55.178Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-25T22:37:55.178Z | Downloaded rustix v1.1.4 |
| 367 | 2026-08-25T22:37:55.178Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-25T22:37:55.211Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-25T22:37:55.211Z | Compiling quote v1.0.45 |
| 370 | 2026-08-25T22:37:55.211Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-25T22:37:55.211Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-25T22:37:55.211Z | Compiling libc v0.2.185 |
| 373 | 2026-08-25T22:37:55.211Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-25T22:37:55.211Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-25T22:37:55.211Z | Compiling serde v1.0.228 |
| 376 | 2026-08-25T22:37:55.211Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-25T22:37:55.211Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-25T22:37:55.365Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-25T22:37:55.376Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-25T22:37:55.376Z | Compiling byteorder v1.5.0 |
| 381 | 2026-08-25T22:37:55.376Z | Compiling rustix v1.1.4 |
| 382 | 2026-08-25T22:37:55.612Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-25T22:37:55.695Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-25T22:37:55.851Z | Compiling pest v2.8.6 |
| 385 | 2026-08-25T22:37:55.874Z | Compiling syn v1.0.109 |
| 386 | 2026-08-25T22:37:55.897Z | Compiling proc-macro-error-attr v1.0.4 |
| 387 | 2026-08-25T22:37:56.012Z | Compiling usdt-impl v0.5.0 |
| 388 | 2026-08-25T22:37:56.149Z | Compiling camino v1.2.5 |
| 389 | 2026-08-25T22:37:56.274Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-25T22:37:56.321Z | Compiling plain v0.2.3 |
| 391 | 2026-08-25T22:37:56.350Z | Compiling log v0.4.33 |
| 392 | 2026-08-25T22:37:56.356Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-08-25T22:37:56.356Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-08-25T22:37:56.370Z | Compiling equivalent v1.0.2 |
| 395 | 2026-08-25T22:37:56.456Z | Compiling getrandom v0.4.3 |
| 396 | 2026-08-25T22:37:56.559Z | Compiling colorchoice v1.0.4 |
| 397 | 2026-08-25T22:37:56.564Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-08-25T22:37:56.564Z | Compiling anstyle-query v1.1.5 |
| 399 | 2026-08-25T22:37:56.564Z | Compiling anstyle v1.0.14 |
| 400 | 2026-08-25T22:37:56.620Z | Compiling is_terminal_polyfill v1.70.2 |
| 401 | 2026-08-25T22:37:56.716Z | Compiling autocfg v1.5.0 |
| 402 | 2026-08-25T22:37:56.741Z | Compiling cfg-if v1.0.4 |
| 403 | 2026-08-25T22:37:56.765Z | Compiling winnow v0.7.14 |
| 404 | 2026-08-25T22:37:56.785Z | Compiling toml_write v0.1.2 |
| 405 | 2026-08-25T22:37:56.785Z | Compiling thiserror v2.0.18 |
| 406 | 2026-08-25T22:37:56.829Z | Compiling pretty-hex v0.4.1 |
| 407 | 2026-08-25T22:37:56.849Z | Compiling errno v0.3.14 |
| 408 | 2026-08-25T22:37:56.853Z | Compiling thread-id v4.2.2 |
| 409 | 2026-08-25T22:37:56.919Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-08-25T22:37:56.937Z | Compiling indexmap v2.14.0 |
| 411 | 2026-08-25T22:37:56.956Z | Compiling anstream v1.0.0 |
| 412 | 2026-08-25T22:37:57.013Z | Compiling heck v0.4.1 |
| 413 | 2026-08-25T22:37:57.048Z | Compiling clap_lex v1.0.0 |
| 414 | 2026-08-25T22:37:57.051Z | Compiling fnv v1.0.7 |
| 415 | 2026-08-25T22:37:57.125Z | Compiling once_cell v1.21.3 |
| 416 | 2026-08-25T22:37:57.150Z | Compiling heck v0.5.0 |
| 417 | 2026-08-25T22:37:57.169Z | Compiling fs-err v3.3.0 |
| 418 | 2026-08-25T22:37:57.202Z | Compiling syn v2.0.117 |
| 419 | 2026-08-25T22:37:57.275Z | Compiling strsim v0.11.1 |
| 420 | 2026-08-25T22:37:57.313Z | Compiling bytecount v0.6.9 |
| 421 | 2026-08-25T22:37:57.316Z | Compiling anyhow v1.0.104 |
| 422 | 2026-08-25T22:37:57.360Z | Compiling fastrand v2.3.0 |
| 423 | 2026-08-25T22:37:57.389Z | Compiling unicode-width v0.1.14 |
| 424 | 2026-08-25T22:37:57.408Z | Compiling memmap v0.7.0 |
| 425 | 2026-08-25T22:37:57.482Z | Compiling unicode-linebreak v0.1.5 |
| 426 | 2026-08-25T22:37:57.543Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-08-25T22:37:57.590Z | Compiling smawk v0.3.2 |
| 428 | 2026-08-25T22:37:57.666Z | Compiling papergrid v0.11.0 |
| 429 | 2026-08-25T22:37:57.679Z | Compiling swrite v0.1.0 |
| 430 | 2026-08-25T22:37:57.853Z | Compiling terminal_size v0.4.3 |
| 431 | 2026-08-25T22:37:57.853Z | Compiling tempfile v3.27.0 |
| 432 | 2026-08-25T22:37:57.971Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-25T22:37:57.971Z | Compiling textwrap v0.16.2 |
| 434 | 2026-08-25T22:37:58.184Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-08-25T22:37:58.184Z | Compiling semver v1.0.28 |
| 436 | 2026-08-25T22:37:58.493Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-25T22:37:58.687Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-25T22:37:59.332Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-25T22:37:59.367Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-25T22:37:59.841Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-25T22:37:59.845Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-25T22:37:59.845Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-25T22:37:59.845Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-25T22:37:59.845Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-25T22:37:59.845Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-25T22:37:59.943Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-25T22:38:00.498Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-25T22:38:00.524Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-25T22:38:00.708Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-25T22:38:00.889Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-25T22:38:01.220Z | Compiling clap v4.6.1 |
| 452 | 2026-08-25T22:38:02.207Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-08-25T22:38:02.207Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-25T22:38:02.207Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-08-25T22:38:02.210Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-25T22:38:02.210Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-08-25T22:38:02.224Z | Compiling dof v0.3.0 |
| 458 | 2026-08-25T22:38:02.228Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-25T22:38:02.421Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-25T22:38:02.965Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-25T22:38:02.970Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-25T22:38:03.563Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-25T22:38:03.659Z | Compiling toml v0.8.23 |
| 464 | 2026-08-25T22:38:03.974Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-25T22:38:05.264Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-25T22:38:07.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s |
| 467 | 2026-08-25T22:38:07.503Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-25T22:38:08.005Z | Downloading crates ... |
| 469 | 2026-08-25T22:38:08.058Z | Downloaded bitfield-struct v0.6.2 |
| 470 | 2026-08-25T22:38:08.072Z | Downloaded compression-core v0.4.31 |
| 471 | 2026-08-25T22:38:08.075Z | Downloaded anstream v0.6.21 |
| 472 | 2026-08-25T22:38:08.078Z | Downloaded foreign-types-macros v0.2.3 |
| 473 | 2026-08-25T22:38:08.078Z | Downloaded addr2line v0.25.1 |
| 474 | 2026-08-25T22:38:08.081Z | Downloaded allocator-api2 v0.2.21 |
| 475 | 2026-08-25T22:38:08.081Z | Downloaded cmov v0.5.4 |
| 476 | 2026-08-25T22:38:08.084Z | Downloaded enum-as-inner v0.6.1 |
| 477 | 2026-08-25T22:38:08.084Z | Downloaded endian-type v0.1.2 |
| 478 | 2026-08-25T22:38:08.084Z | Downloaded blake2 v0.10.6 |
| 479 | 2026-08-25T22:38:08.087Z | Downloaded env_filter v2.0.0 |
| 480 | 2026-08-25T22:38:08.087Z | Downloaded fs_extra v1.3.0 |
| 481 | 2026-08-25T22:38:08.087Z | Downloaded aes-gcm v0.11.0 |
| 482 | 2026-08-25T22:38:08.090Z | Downloaded base16ct v1.0.0 |
| 483 | 2026-08-25T22:38:08.090Z | Downloaded ahash v0.8.12 |
| 484 | 2026-08-25T22:38:08.095Z | Downloaded enum_dispatch v0.3.13 |
| 485 | 2026-08-25T22:38:08.095Z | Downloaded futures-channel v0.3.32 |
| 486 | 2026-08-25T22:38:08.095Z | Downloaded const-oid v0.10.2 |
| 487 | 2026-08-25T22:38:08.098Z | Downloaded hash32 v0.2.1 |
| 488 | 2026-08-25T22:38:08.098Z | Downloaded getrandom v0.2.17 |
| 489 | 2026-08-25T22:38:08.101Z | Downloaded arrayvec v0.7.6 |
| 490 | 2026-08-25T22:38:08.104Z | Downloaded form_urlencoded v1.2.2 |
| 491 | 2026-08-25T22:38:08.109Z | Downloaded arc-swap v1.8.2 |
| 492 | 2026-08-25T22:38:08.112Z | Downloaded flume v0.11.1 |
| 493 | 2026-08-25T22:38:08.115Z | Downloaded fs-err v2.11.0 |
| 494 | 2026-08-25T22:38:08.115Z | Downloaded http v1.4.2 |
| 495 | 2026-08-25T22:38:08.118Z | Downloaded flagset v0.4.7 |
| 496 | 2026-08-25T22:38:08.118Z | Downloaded foldhash v0.1.5 |
| 497 | 2026-08-25T22:38:08.118Z | Downloaded fixedbitset v0.5.7 |
| 498 | 2026-08-25T22:38:08.118Z | Downloaded float-ord v0.3.2 |
| 499 | 2026-08-25T22:38:08.121Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 500 | 2026-08-25T22:38:08.121Z | Downloaded find-msvc-tools v0.1.9 |
| 501 | 2026-08-25T22:38:08.121Z | Downloaded funty v2.0.0 |
| 502 | 2026-08-25T22:38:08.121Z | Downloaded bit-set v0.8.0 |
| 503 | 2026-08-25T22:38:08.121Z | Downloaded futures-io v0.3.32 |
| 504 | 2026-08-25T22:38:08.124Z | Downloaded futures-sink v0.3.32 |
| 505 | 2026-08-25T22:38:08.124Z | Downloaded futures v0.3.32 |
| 506 | 2026-08-25T22:38:08.127Z | Downloaded futures-core v0.3.32 |
| 507 | 2026-08-25T22:38:08.127Z | Downloaded backtrace-ext v0.2.1 |
| 508 | 2026-08-25T22:38:08.127Z | Downloaded adler2 v2.0.1 |
| 509 | 2026-08-25T22:38:08.127Z | Downloaded assert_matches v1.5.0 |
| 510 | 2026-08-25T22:38:08.127Z | Downloaded futures-task v0.3.32 |
| 511 | 2026-08-25T22:38:08.127Z | Downloaded atomicwrites v0.4.4 |
| 512 | 2026-08-25T22:38:08.130Z | Downloaded foreign-types v0.5.0 |
| 513 | 2026-08-25T22:38:08.131Z | Downloaded async-recursion v1.1.1 |
| 514 | 2026-08-25T22:38:08.131Z | Downloaded foreign-types-shared v0.3.1 |
| 515 | 2026-08-25T22:38:08.131Z | Downloaded aho-corasick v1.1.4 |
| 516 | 2026-08-25T22:38:08.133Z | Downloaded arrayref v0.3.9 |
| 517 | 2026-08-25T22:38:08.134Z | Downloaded ff v0.14.0 |
| 518 | 2026-08-25T22:38:08.137Z | Downloaded foldhash v0.2.0 |
| 519 | 2026-08-25T22:38:08.137Z | Downloaded aead v0.6.1 |
| 520 | 2026-08-25T22:38:08.137Z | Downloaded argon2 v0.5.3 |
| 521 | 2026-08-25T22:38:08.137Z | Downloaded aead v0.5.2 |
| 522 | 2026-08-25T22:38:08.141Z | Downloaded async-stream-impl v0.3.6 |
| 523 | 2026-08-25T22:38:08.141Z | Downloaded atomic-waker v1.1.2 |
| 524 | 2026-08-25T22:38:08.141Z | Downloaded bitfield-macros v0.19.4 |
| 525 | 2026-08-25T22:38:08.141Z | Downloaded futures-util v0.3.32 |
| 526 | 2026-08-25T22:38:08.144Z | Downloaded foreign-types v0.3.2 |
| 527 | 2026-08-25T22:38:08.147Z | Downloaded bb8 v0.8.6 |
| 528 | 2026-08-25T22:38:08.147Z | Downloaded gethostname v0.5.0 |
| 529 | 2026-08-25T22:38:08.147Z | Downloaded ascii-canvas v3.0.0 |
| 530 | 2026-08-25T22:38:08.147Z | Downloaded async-stream v0.3.6 |
| 531 | 2026-08-25T22:38:08.147Z | Downloaded atty v0.2.14 |
| 532 | 2026-08-25T22:38:08.150Z | Downloaded base16ct v0.2.0 |
| 533 | 2026-08-25T22:38:08.150Z | Downloaded foreign-types-shared v0.1.1 |
| 534 | 2026-08-25T22:38:08.150Z | Downloaded bit-set v0.5.3 |
| 535 | 2026-08-25T22:38:08.150Z | Downloaded embedded-io v0.6.1 |
| 536 | 2026-08-25T22:38:08.150Z | Downloaded fd-lock v4.0.4 |
| 537 | 2026-08-25T22:38:08.154Z | Downloaded embedded-io v0.4.0 |
| 538 | 2026-08-25T22:38:08.154Z | Downloaded float-cmp v0.10.0 |
| 539 | 2026-08-25T22:38:08.154Z | Downloaded fxhash v0.2.1 |
| 540 | 2026-08-25T22:38:08.154Z | Downloaded hash32 v0.3.1 |
| 541 | 2026-08-25T22:38:08.154Z | Downloaded backoff v0.4.0 |
| 542 | 2026-08-25T22:38:08.158Z | Downloaded futures-macro v0.3.32 |
| 543 | 2026-08-25T22:38:08.158Z | Downloaded fixedbitset v0.4.2 |
| 544 | 2026-08-25T22:38:08.159Z | Downloaded hubpack v0.1.2 |
| 545 | 2026-08-25T22:38:08.159Z | Downloaded ciborium-io v0.2.2 |
| 546 | 2026-08-25T22:38:08.162Z | Downloaded hostname v0.3.1 |
| 547 | 2026-08-25T22:38:08.162Z | Downloaded castaway v0.2.4 |
| 548 | 2026-08-25T22:38:08.162Z | Downloaded hostname v0.4.2 |
| 549 | 2026-08-25T22:38:08.165Z | Downloaded ff v0.13.1 |
| 550 | 2026-08-25T22:38:08.168Z | Downloaded block-buffer v0.12.1 |
| 551 | 2026-08-25T22:38:08.170Z | Downloaded cfg_aliases v0.1.1 |
| 552 | 2026-08-25T22:38:08.171Z | Downloaded hex-literal v1.1.0 |
| 553 | 2026-08-25T22:38:08.174Z | Downloaded home v0.5.12 |
| 554 | 2026-08-25T22:38:08.174Z | Downloaded http-range v0.1.5 |
| 555 | 2026-08-25T22:38:08.177Z | Downloaded block-padding v0.4.2 |
| 556 | 2026-08-25T22:38:08.177Z | Downloaded bit-vec v0.8.0 |
| 557 | 2026-08-25T22:38:08.177Z | Downloaded bit-vec v0.6.3 |
| 558 | 2026-08-25T22:38:08.180Z | Downloaded parse-size v1.1.0 |
| 559 | 2026-08-25T22:38:08.180Z | Downloaded phf_shared v0.13.1 |
| 560 | 2026-08-25T22:38:08.183Z | Downloaded hex v0.4.3 |
| 561 | 2026-08-25T22:38:08.183Z | Downloaded normalize-line-endings v0.3.0 |
| 562 | 2026-08-25T22:38:08.186Z | Downloaded oxide-generation-macros v0.2.0 |
| 563 | 2026-08-25T22:38:08.190Z | Downloaded hubpack_derive v0.1.1 |
| 564 | 2026-08-25T22:38:08.193Z | Downloaded http-body v1.0.1 |
| 565 | 2026-08-25T22:38:08.193Z | Downloaded httpdate v1.0.3 |
| 566 | 2026-08-25T22:38:08.196Z | Downloaded cobs v0.3.0 |
| 567 | 2026-08-25T22:38:08.196Z | Downloaded globwalk v0.9.1 |
| 568 | 2026-08-25T22:38:08.199Z | Downloaded ghash v0.6.0 |
| 569 | 2026-08-25T22:38:08.202Z | Downloaded array-init v0.0.4 |
| 570 | 2026-08-25T22:38:08.202Z | Downloaded headers-core v0.3.0 |
| 571 | 2026-08-25T22:38:08.202Z | Downloaded nodrop v0.1.14 |
| 572 | 2026-08-25T22:38:08.202Z | Downloaded filetime v0.2.27 |
| 573 | 2026-08-25T22:38:08.205Z | Downloaded openssl-macros v0.1.1 |
| 574 | 2026-08-25T22:38:08.206Z | Downloaded fallible-iterator v0.2.0 |
| 575 | 2026-08-25T22:38:08.206Z | Downloaded anstyle-parse v0.2.7 |
| 576 | 2026-08-25T22:38:08.209Z | Downloaded async-trait v0.1.89 |
| 577 | 2026-08-25T22:38:08.211Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2026-08-25T22:38:08.216Z | Downloaded rand_chacha v0.3.1 |
| 579 | 2026-08-25T22:38:08.220Z | Downloaded newline-converter v0.3.0 |
| 580 | 2026-08-25T22:38:08.224Z | Downloaded recursive v0.1.1 |
| 581 | 2026-08-25T22:38:08.224Z | Downloaded nibble_vec v0.1.0 |
| 582 | 2026-08-25T22:38:08.228Z | Downloaded radium v0.7.0 |
| 583 | 2026-08-25T22:38:08.231Z | Downloaded bcs v0.1.6 |
| 584 | 2026-08-25T22:38:08.234Z | Downloaded cipher v0.5.2 |
| 585 | 2026-08-25T22:38:08.242Z | Downloaded ciborium-ll v0.2.2 |
| 586 | 2026-08-25T22:38:08.245Z | Downloaded cmake v0.1.57 |
| 587 | 2026-08-25T22:38:08.245Z | Downloaded ena v0.14.4 |
| 588 | 2026-08-25T22:38:08.249Z | Downloaded blowfish v0.10.0 |
| 589 | 2026-08-25T22:38:08.249Z | Downloaded bs58 v0.5.1 |
| 590 | 2026-08-25T22:38:08.249Z | Downloaded cassowary v0.3.0 |
| 591 | 2026-08-25T22:38:08.249Z | Downloaded git-stub v1.0.0 |
| 592 | 2026-08-25T22:38:08.252Z | Downloaded rustc-hash v2.1.1 |
| 593 | 2026-08-25T22:38:08.252Z | Downloaded highway v1.3.0 |
| 594 | 2026-08-25T22:38:08.252Z | Downloaded rustc_version v0.1.7 |
| 595 | 2026-08-25T22:38:08.252Z | Downloaded rand_xorshift v0.4.0 |
| 596 | 2026-08-25T22:38:08.255Z | Downloaded git-stub-vcs v0.1.0 |
| 597 | 2026-08-25T22:38:08.255Z | Downloaded glob v0.3.3 |
| 598 | 2026-08-25T22:38:08.255Z | Downloaded same-file v1.0.6 |
| 599 | 2026-08-25T22:38:08.255Z | Downloaded scopeguard v1.2.0 |
| 600 | 2026-08-25T22:38:08.258Z | Downloaded group v0.14.0 |
| 601 | 2026-08-25T22:38:08.258Z | Downloaded num_threads v0.1.7 |
| 602 | 2026-08-25T22:38:08.258Z | Downloaded pbkdf2 v0.13.0 |
| 603 | 2026-08-25T22:38:08.258Z | Downloaded pem v3.0.6 |
| 604 | 2026-08-25T22:38:08.261Z | Downloaded shell-words v1.1.1 |
| 605 | 2026-08-25T22:38:08.264Z | Downloaded group v0.13.0 |
| 606 | 2026-08-25T22:38:08.267Z | Downloaded futures-executor v0.3.32 |
| 607 | 2026-08-25T22:38:08.270Z | Downloaded base64ct v1.8.3 |
| 608 | 2026-08-25T22:38:08.273Z | Downloaded bitflags v1.3.2 |
| 609 | 2026-08-25T22:38:08.273Z | Downloaded chacha20 v0.9.1 |
| 610 | 2026-08-25T22:38:08.276Z | Downloaded structmeta v0.3.0 |
| 611 | 2026-08-25T22:38:08.276Z | Downloaded cipher v0.4.4 |
| 612 | 2026-08-25T22:38:08.276Z | Downloaded hmac v0.13.0 |
| 613 | 2026-08-25T22:38:08.279Z | Downloaded compression-codecs v0.4.37 |
| 614 | 2026-08-25T22:38:08.282Z | Downloaded http-body-util v0.1.3 |
| 615 | 2026-08-25T22:38:08.282Z | Downloaded erased-serde v0.3.31 |
| 616 | 2026-08-25T22:38:08.282Z | Downloaded env_logger v0.11.11 |
| 617 | 2026-08-25T22:38:08.285Z | Downloaded backtrace v0.3.76 |
| 618 | 2026-08-25T22:38:08.288Z | Downloaded bitfield v0.19.4 |
| 619 | 2026-08-25T22:38:08.291Z | Downloaded num-integer v0.1.46 |
| 620 | 2026-08-25T22:38:08.291Z | Downloaded supports-unicode v3.0.0 |
| 621 | 2026-08-25T22:38:08.291Z | Downloaded tokio-macros v2.7.0 |
| 622 | 2026-08-25T22:38:08.294Z | Downloaded camino-tempfile-ext v0.3.3 |
| 623 | 2026-08-25T22:38:08.294Z | Downloaded tagptr v0.2.0 |
| 624 | 2026-08-25T22:38:08.297Z | Downloaded progenitor v0.14.0 |
| 625 | 2026-08-25T22:38:08.297Z | Downloaded unicode-xid v0.2.6 |
| 626 | 2026-08-25T22:38:08.300Z | Downloaded pkg-config v0.3.32 |
| 627 | 2026-08-25T22:38:08.300Z | Downloaded postgres-protocol v0.6.10 |
| 628 | 2026-08-25T22:38:08.300Z | Downloaded primefield v0.14.0 |
| 629 | 2026-08-25T22:38:08.300Z | Downloaded cexpr v0.6.0 |
| 630 | 2026-08-25T22:38:08.303Z | Downloaded num_enum v0.5.11 |
| 631 | 2026-08-25T22:38:08.306Z | Downloaded byte-wrapper v0.1.0 |
| 632 | 2026-08-25T22:38:08.306Z | Downloaded pkcs8 v0.10.2 |
| 633 | 2026-08-25T22:38:08.306Z | Downloaded serde_with_macros v1.5.2 |
| 634 | 2026-08-25T22:38:08.309Z | Downloaded phf v0.12.1 |
| 635 | 2026-08-25T22:38:08.309Z | Downloaded serde_path_to_error v0.1.20 |
| 636 | 2026-08-25T22:38:08.312Z | Downloaded serde_tokenstream v0.3.0 |
| 637 | 2026-08-25T22:38:08.312Z | Downloaded slog-term v2.9.2 |
| 638 | 2026-08-25T22:38:08.312Z | Downloaded spki v0.7.3 |
| 639 | 2026-08-25T22:38:08.314Z | Downloaded usdt v0.6.0 |
| 640 | 2026-08-25T22:38:08.315Z | Downloaded async-bb8-diesel v0.2.1 |
| 641 | 2026-08-25T22:38:08.315Z | Downloaded smallvec v0.6.14 |
| 642 | 2026-08-25T22:38:08.318Z | Downloaded utf-8 v0.7.6 |
| 643 | 2026-08-25T22:38:08.318Z | Downloaded xshell-macros v0.2.7 |
| 644 | 2026-08-25T22:38:08.321Z | Downloaded ciborium v0.2.2 |
| 645 | 2026-08-25T22:38:08.324Z | Downloaded blake2 v0.11.0-rc.6 |
| 646 | 2026-08-25T22:38:08.326Z | Downloaded colored v2.2.0 |
| 647 | 2026-08-25T22:38:08.327Z | Downloaded argon2 v0.6.0-rc.8 |
| 648 | 2026-08-25T22:38:08.327Z | Downloaded cancel-safe-futures v0.1.5 |
| 649 | 2026-08-25T22:38:08.330Z | Downloaded clang-sys v1.8.1 |
| 650 | 2026-08-25T22:38:08.330Z | Downloaded globset v0.4.18 |
| 651 | 2026-08-25T22:38:08.330Z | Downloaded strum_macros v0.24.3 |
| 652 | 2026-08-25T22:38:08.335Z | Downloaded strum_macros v0.26.4 |
| 653 | 2026-08-25T22:38:08.335Z | Downloaded rpassword v7.5.4 |
| 654 | 2026-08-25T22:38:08.335Z | Downloaded sec1 v0.7.3 |
| 655 | 2026-08-25T22:38:08.338Z | Downloaded shlex v1.3.0 |
| 656 | 2026-08-25T22:38:08.338Z | Downloaded parking_lot_core v0.9.12 |
| 657 | 2026-08-25T22:38:08.338Z | Downloaded yoke-derive v0.8.1 |
| 658 | 2026-08-25T22:38:08.338Z | Downloaded half v1.8.3 |
| 659 | 2026-08-25T22:38:08.338Z | Downloaded zeroize_derive v1.5.0 |
| 660 | 2026-08-25T22:38:08.339Z | Downloaded zone_cfg_derive v0.3.1 |
| 661 | 2026-08-25T22:38:08.339Z | Downloaded convert_case v0.4.0 |
| 662 | 2026-08-25T22:38:08.342Z | Downloaded slog-dtrace v0.3.0 |
| 663 | 2026-08-25T22:38:08.342Z | Downloaded string_cache v0.8.9 |
| 664 | 2026-08-25T22:38:08.344Z | Downloaded hmac v0.12.1 |
| 665 | 2026-08-25T22:38:08.345Z | Downloaded buf-list v1.1.2 |
| 666 | 2026-08-25T22:38:08.347Z | Downloaded console v0.16.2 |
| 667 | 2026-08-25T22:38:08.348Z | Downloaded console v0.15.11 |
| 668 | 2026-08-25T22:38:08.348Z | Downloaded synstructure v0.13.2 |
| 669 | 2026-08-25T22:38:08.351Z | Downloaded testing_table v0.3.0 |
| 670 | 2026-08-25T22:38:08.351Z | Downloaded cbc v0.2.1 |
| 671 | 2026-08-25T22:38:08.351Z | Downloaded colored v3.1.1 |
| 672 | 2026-08-25T22:38:08.354Z | Downloaded const-oid v0.9.6 |
| 673 | 2026-08-25T22:38:08.354Z | Downloaded bzip2 v0.4.4 |
| 674 | 2026-08-25T22:38:08.357Z | Downloaded crc-catalog v2.4.0 |
| 675 | 2026-08-25T22:38:08.360Z | Downloaded fatfs v0.3.6 |
| 676 | 2026-08-25T22:38:08.363Z | Downloaded tiny-keccak v2.0.2 |
| 677 | 2026-08-25T22:38:08.363Z | Downloaded bzip2 v0.6.1 |
| 678 | 2026-08-25T22:38:08.363Z | Downloaded tls_codec v0.4.2 |
| 679 | 2026-08-25T22:38:08.366Z | Downloaded tower-layer v0.3.3 |
| 680 | 2026-08-25T22:38:08.366Z | Downloaded darling_macro v0.20.11 |
| 681 | 2026-08-25T22:38:08.370Z | Downloaded debug-ignore v1.0.5 |
| 682 | 2026-08-25T22:38:08.370Z | Downloaded dirs-sys-next v0.1.2 |
| 683 | 2026-08-25T22:38:08.370Z | Downloaded display-error-chain v0.2.2 |
| 684 | 2026-08-25T22:38:08.370Z | Downloaded document-features v0.2.12 |
| 685 | 2026-08-25T22:38:08.374Z | Downloaded pkcs1 v0.7.5 |
| 686 | 2026-08-25T22:38:08.377Z | Downloaded postgres-types v0.2.12 |
| 687 | 2026-08-25T22:38:08.377Z | Downloaded tui-tree-widget v0.23.1 |
| 688 | 2026-08-25T22:38:08.380Z | Downloaded progenitor-client v0.13.0 |
| 689 | 2026-08-25T22:38:08.380Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 690 | 2026-08-25T22:38:08.380Z | Downloaded defmt-parser v1.0.0 |
| 691 | 2026-08-25T22:38:08.380Z | Downloaded pkcs8 v0.11.0 |
| 692 | 2026-08-25T22:38:08.383Z | Downloaded spin v0.9.8 |
| 693 | 2026-08-25T22:38:08.386Z | Downloaded progenitor v0.13.0 |
| 694 | 2026-08-25T22:38:08.389Z | Downloaded walkdir v2.5.0 |
| 695 | 2026-08-25T22:38:08.389Z | Downloaded backon v1.6.0 |
| 696 | 2026-08-25T22:38:08.389Z | Downloaded hyper-tls v0.6.0 |
| 697 | 2026-08-25T22:38:08.392Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 698 | 2026-08-25T22:38:08.395Z | Downloaded chacha20 v0.10.0 |
| 699 | 2026-08-25T22:38:08.398Z | Downloaded instability v0.3.11 |
| 700 | 2026-08-25T22:38:08.398Z | Downloaded is_ci v1.2.0 |
| 701 | 2026-08-25T22:38:08.398Z | Downloaded kstat-rs v0.2.5 |
| 702 | 2026-08-25T22:38:08.398Z | Downloaded match_cfg v0.1.0 |
| 703 | 2026-08-25T22:38:08.401Z | Downloaded generic-array v1.4.3 |
| 704 | 2026-08-25T22:38:08.407Z | Downloaded sec1 v0.8.1 |
| 705 | 2026-08-25T22:38:08.407Z | Downloaded wyz v0.5.1 |
| 706 | 2026-08-25T22:38:08.407Z | Downloaded getrandom v0.3.4 |
| 707 | 2026-08-25T22:38:08.409Z | Downloaded new_debug_unreachable v1.0.6 |
| 708 | 2026-08-25T22:38:08.412Z | Downloaded omicron-zone-package v0.12.3 |
| 709 | 2026-08-25T22:38:08.412Z | Downloaded papergrid v0.18.0 |
| 710 | 2026-08-25T22:38:08.419Z | Downloaded term v1.2.1 |
| 711 | 2026-08-25T22:38:08.422Z | Downloaded corncobs v0.1.4 |
| 712 | 2026-08-25T22:38:08.422Z | Downloaded kem v0.3.0 |
| 713 | 2026-08-25T22:38:08.425Z | Downloaded elliptic-curve v0.14.1 |
| 714 | 2026-08-25T22:38:08.428Z | Downloaded heapless v0.8.0 |
| 715 | 2026-08-25T22:38:08.428Z | Downloaded headers v0.4.1 |
| 716 | 2026-08-25T22:38:08.431Z | Downloaded heapless v0.7.17 |
| 717 | 2026-08-25T22:38:08.434Z | Downloaded memoffset v0.9.1 |
| 718 | 2026-08-25T22:38:08.434Z | Downloaded thread_local v1.1.9 |
| 719 | 2026-08-25T22:38:08.434Z | Downloaded ctr v0.10.1 |
| 720 | 2026-08-25T22:38:08.437Z | Downloaded ctutils v0.4.2 |
| 721 | 2026-08-25T22:38:08.437Z | Downloaded num-iter v0.1.45 |
| 722 | 2026-08-25T22:38:08.437Z | Downloaded tokio-rustls v0.26.4 |
| 723 | 2026-08-25T22:38:08.442Z | Downloaded derive_builder_core v0.20.2 |
| 724 | 2026-08-25T22:38:08.445Z | Downloaded oxide-update-engine-types v0.1.2 |
| 725 | 2026-08-25T22:38:08.449Z | Downloaded potential_utf v0.1.4 |
| 726 | 2026-08-25T22:38:08.449Z | Downloaded precomputed-hash v0.1.1 |
| 727 | 2026-08-25T22:38:08.452Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 728 | 2026-08-25T22:38:08.455Z | Downloaded der_derive v0.7.3 |
| 729 | 2026-08-25T22:38:08.455Z | Downloaded diesel-dtrace v0.5.0 |
| 730 | 2026-08-25T22:38:08.458Z | Downloaded rustls-platform-verifier v0.6.2 |
| 731 | 2026-08-25T22:38:08.461Z | Downloaded percent-encoding v2.3.2 |
| 732 | 2026-08-25T22:38:08.461Z | Downloaded proc-macro-crate v3.4.0 |
| 733 | 2026-08-25T22:38:08.461Z | Downloaded slog v2.8.2 |
| 734 | 2026-08-25T22:38:08.461Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 735 | 2026-08-25T22:38:08.464Z | Downloaded rand_pcg v0.10.2 |
| 736 | 2026-08-25T22:38:08.464Z | Downloaded socket2 v0.6.3 |
| 737 | 2026-08-25T22:38:08.464Z | Downloaded unicode-properties v0.1.4 |
| 738 | 2026-08-25T22:38:08.464Z | Downloaded ref-cast v1.0.25 |
| 739 | 2026-08-25T22:38:08.467Z | Downloaded russh-cryptovec v0.62.0 |
| 740 | 2026-08-25T22:38:08.467Z | Downloaded internet-checksum v0.2.1 |
| 741 | 2026-08-25T22:38:08.467Z | Downloaded russh-util v0.52.0 |
| 742 | 2026-08-25T22:38:08.470Z | Downloaded secrecy v0.8.0 |
| 743 | 2026-08-25T22:38:08.470Z | Downloaded serde-big-array v0.5.1 |
| 744 | 2026-08-25T22:38:08.473Z | Downloaded base64 v0.22.1 |
| 745 | 2026-08-25T22:38:08.473Z | Downloaded sigpipe v0.1.3 |
| 746 | 2026-08-25T22:38:08.476Z | Downloaded rcgen v0.12.1 |
| 747 | 2026-08-25T22:38:08.480Z | Downloaded lock_api v0.4.14 |
| 748 | 2026-08-25T22:38:08.483Z | Downloaded half v2.7.1 |
| 749 | 2026-08-25T22:38:08.486Z | Downloaded openssl-sys v0.9.117 |
| 750 | 2026-08-25T22:38:08.488Z | Downloaded httparse v1.10.1 |
| 751 | 2026-08-25T22:38:08.488Z | Downloaded vergen-lib v0.1.6 |
| 752 | 2026-08-25T22:38:08.489Z | Downloaded serde_urlencoded v0.7.1 |
| 753 | 2026-08-25T22:38:08.493Z | Downloaded base64 v0.21.7 |
| 754 | 2026-08-25T22:38:08.496Z | Downloaded sponge-cursor v0.1.0 |
| 755 | 2026-08-25T22:38:08.498Z | Downloaded strum v0.27.2 |
| 756 | 2026-08-25T22:38:08.498Z | Downloaded termtree v0.5.1 |
| 757 | 2026-08-25T22:38:08.503Z | Downloaded compact_str v0.8.1 |
| 758 | 2026-08-25T22:38:08.506Z | Downloaded hickory-resolver v0.25.2 |
| 759 | 2026-08-25T22:38:08.509Z | Downloaded knus-derive v3.4.0 |
| 760 | 2026-08-25T22:38:08.512Z | Downloaded num_enum_derive v0.5.11 |
| 761 | 2026-08-25T22:38:08.512Z | Downloaded tabwriter v1.4.1 |
| 762 | 2026-08-25T22:38:08.512Z | Downloaded trait-variant v0.1.2 |
| 763 | 2026-08-25T22:38:08.512Z | Downloaded try-lock v0.2.5 |
| 764 | 2026-08-25T22:38:08.515Z | Downloaded unicode-truncate v1.1.0 |
| 765 | 2026-08-25T22:38:08.515Z | Downloaded async-compression v0.4.41 |
| 766 | 2026-08-25T22:38:08.518Z | Downloaded owo-colors v4.3.0 |
| 767 | 2026-08-25T22:38:08.521Z | Downloaded tungstenite v0.23.0 |
| 768 | 2026-08-25T22:38:08.521Z | Downloaded displaydoc v0.2.5 |
| 769 | 2026-08-25T22:38:08.524Z | Downloaded num_enum_derive v0.7.6 |
| 770 | 2026-08-25T22:38:08.524Z | Downloaded hybrid-array v0.4.13 |
| 771 | 2026-08-25T22:38:08.525Z | Downloaded password-hash v0.5.0 |
| 772 | 2026-08-25T22:38:08.528Z | Downloaded oxide-update-engine-display v0.1.2 |
| 773 | 2026-08-25T22:38:08.528Z | Downloaded peg v0.8.5 |
| 774 | 2026-08-25T22:38:08.528Z | Downloaded predicates v3.1.4 |
| 775 | 2026-08-25T22:38:08.530Z | Downloaded prettyplease v0.2.37 |
| 776 | 2026-08-25T22:38:08.533Z | Downloaded tungstenite v0.21.0 |
| 777 | 2026-08-25T22:38:08.533Z | Downloaded tower-service v0.3.3 |
| 778 | 2026-08-25T22:38:08.536Z | Downloaded usdt-attr-macro v0.6.0 |
| 779 | 2026-08-25T22:38:08.536Z | Downloaded utf8_iter v1.0.4 |
| 780 | 2026-08-25T22:38:08.536Z | Downloaded socket2 v0.5.10 |
| 781 | 2026-08-25T22:38:08.536Z | Downloaded vte v0.14.1 |
| 782 | 2026-08-25T22:38:08.541Z | Downloaded serdect v0.4.3 |
| 783 | 2026-08-25T22:38:08.545Z | Downloaded pem-rfc7468 v1.0.0 |
| 784 | 2026-08-25T22:38:08.547Z | Downloaded proc-macro-error2 v2.0.1 |
| 785 | 2026-08-25T22:38:08.548Z | Downloaded p384 v0.14.0 |
| 786 | 2026-08-25T22:38:08.550Z | Downloaded ecdsa v0.17.0 |
| 787 | 2026-08-25T22:38:08.555Z | Downloaded schemars_derive v0.8.22 |
| 788 | 2026-08-25T22:38:08.555Z | Downloaded rand_core v0.10.0 |
| 789 | 2026-08-25T22:38:08.558Z | Downloaded flate2 v1.1.9 |
| 790 | 2026-08-25T22:38:08.558Z | Downloaded simd-adler32 v0.3.8 |
| 791 | 2026-08-25T22:38:08.561Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-08-25T22:38:08.564Z | Downloaded hickory-resolver v0.24.4 |
| 793 | 2026-08-25T22:38:08.571Z | Downloaded bytes v1.11.1 |
| 794 | 2026-08-25T22:38:08.574Z | Downloaded litrs v1.0.0 |
| 795 | 2026-08-25T22:38:08.577Z | Downloaded rayon-core v1.13.0 |
| 796 | 2026-08-25T22:38:08.577Z | Downloaded scuffle v0.1.0 |
| 797 | 2026-08-25T22:38:08.580Z | Downloaded smf v0.2.3 |
| 798 | 2026-08-25T22:38:08.580Z | Downloaded spki v0.8.0 |
| 799 | 2026-08-25T22:38:08.583Z | Downloaded strum_macros v0.27.2 |
| 800 | 2026-08-25T22:38:08.583Z | Downloaded snafu-derive v0.8.9 |
| 801 | 2026-08-25T22:38:08.583Z | Downloaded stringprep v0.1.5 |
| 802 | 2026-08-25T22:38:08.583Z | Downloaded memmap2 v0.9.10 |
| 803 | 2026-08-25T22:38:08.586Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 804 | 2026-08-25T22:38:08.586Z | Downloaded instant v0.1.13 |
| 805 | 2026-08-25T22:38:08.586Z | Downloaded cc v1.2.56 |
| 806 | 2026-08-25T22:38:08.589Z | Downloaded derive_builder v0.20.2 |
| 807 | 2026-08-25T22:38:08.592Z | Downloaded chacha20poly1305 v0.10.1 |
| 808 | 2026-08-25T22:38:08.592Z | Downloaded parking_lot v0.12.5 |
| 809 | 2026-08-25T22:38:08.595Z | Downloaded universal-hash v0.6.1 |
| 810 | 2026-08-25T22:38:08.595Z | Downloaded vergen-lib v9.1.0 |
| 811 | 2026-08-25T22:38:08.595Z | Downloaded slog-json v2.6.1 |
| 812 | 2026-08-25T22:38:08.595Z | Downloaded whoami v2.1.0 |
| 813 | 2026-08-25T22:38:08.598Z | Downloaded linked-hash-map v0.5.6 |
| 814 | 2026-08-25T22:38:08.598Z | Downloaded maplit v1.0.2 |
| 815 | 2026-08-25T22:38:08.598Z | Downloaded maybe-uninit v2.0.0 |
| 816 | 2026-08-25T22:38:08.601Z | Downloaded num-conv v0.2.0 |
| 817 | 2026-08-25T22:38:08.602Z | Downloaded dsl_auto_type v0.2.0 |
| 818 | 2026-08-25T22:38:08.604Z | Downloaded indent_write v2.2.0 |
| 819 | 2026-08-25T22:38:08.604Z | Downloaded quinn v0.11.11 |
| 820 | 2026-08-25T22:38:08.608Z | Downloaded rustls-webpki v0.103.13 |
| 821 | 2026-08-25T22:38:08.611Z | Downloaded unsafe-libyaml v0.2.11 |
| 822 | 2026-08-25T22:38:08.611Z | Downloaded crossbeam-utils v0.8.21 |
| 823 | 2026-08-25T22:38:08.611Z | Downloaded zip v0.6.6 |
| 824 | 2026-08-25T22:38:08.614Z | Downloaded pin-project-lite v0.2.17 |
| 825 | 2026-08-25T22:38:08.617Z | Downloaded tokio-dtrace v0.1.1 |
| 826 | 2026-08-25T22:38:08.617Z | Downloaded tokio-native-tls v0.3.1 |
| 827 | 2026-08-25T22:38:08.620Z | Downloaded vergen-gitcl v1.0.8 |
| 828 | 2026-08-25T22:38:08.620Z | Downloaded convert_case v0.10.0 |
| 829 | 2026-08-25T22:38:08.620Z | Downloaded constant_time_eq v0.4.2 |
| 830 | 2026-08-25T22:38:08.624Z | Downloaded lalrpop-util v0.19.12 |
| 831 | 2026-08-25T22:38:08.624Z | Downloaded is-terminal v0.4.17 |
| 832 | 2026-08-25T22:38:08.624Z | Downloaded path-slash v0.1.5 |
| 833 | 2026-08-25T22:38:08.627Z | Downloaded multimap v0.10.1 |
| 834 | 2026-08-25T22:38:08.627Z | Downloaded powerfmt v0.2.0 |
| 835 | 2026-08-25T22:38:08.627Z | Downloaded progenitor-macro v0.13.0 |
| 836 | 2026-08-25T22:38:08.627Z | Downloaded expectorate v1.2.0 |
| 837 | 2026-08-25T22:38:08.632Z | Downloaded chumsky v0.9.3 |
| 838 | 2026-08-25T22:38:08.635Z | Downloaded daft v0.1.8 |
| 839 | 2026-08-25T22:38:08.636Z | Downloaded delegate v0.13.5 |
| 840 | 2026-08-25T22:38:08.639Z | Downloaded hashbrown v0.13.2 |
| 841 | 2026-08-25T22:38:08.639Z | Downloaded pin-project-internal v1.1.11 |
| 842 | 2026-08-25T22:38:08.639Z | Downloaded quinn-udp v0.5.14 |
| 843 | 2026-08-25T22:38:08.642Z | Downloaded writeable v0.6.2 |
| 844 | 2026-08-25T22:38:08.642Z | Downloaded newtype-uuid-macros v0.1.0 |
| 845 | 2026-08-25T22:38:08.645Z | Downloaded opaque-debug v0.3.1 |
| 846 | 2026-08-25T22:38:08.645Z | Downloaded openssl-probe v0.2.1 |
| 847 | 2026-08-25T22:38:08.659Z | Downloaded ingot-macros v0.2.0 |
| 848 | 2026-08-25T22:38:08.662Z | Downloaded samael v0.0.19 |
| 849 | 2026-08-25T22:38:08.665Z | Downloaded darling_core v0.20.11 |
| 850 | 2026-08-25T22:38:08.667Z | Downloaded serde_cbor v0.11.2 |
| 851 | 2026-08-25T22:38:08.667Z | Downloaded digest-io v0.1.0 |
| 852 | 2026-08-25T22:38:08.667Z | Downloaded data-encoding v2.10.0 |
| 853 | 2026-08-25T22:38:08.670Z | Downloaded ron v0.8.1 |
| 854 | 2026-08-25T22:38:08.671Z | Downloaded rfc6979 v0.6.0 |
| 855 | 2026-08-25T22:38:08.674Z | Downloaded semver v0.1.20 |
| 856 | 2026-08-25T22:38:08.674Z | Downloaded lru-slab v0.1.2 |
| 857 | 2026-08-25T22:38:08.674Z | Downloaded num-complex v0.4.6 |
| 858 | 2026-08-25T22:38:08.674Z | Downloaded slog-bunyan v2.5.0 |
| 859 | 2026-08-25T22:38:08.674Z | Downloaded serde_spanned v1.1.1 |
| 860 | 2026-08-25T22:38:08.677Z | Downloaded slog-envlogger v2.2.0 |
| 861 | 2026-08-25T22:38:08.677Z | Downloaded structmeta-derive v0.3.0 |
| 862 | 2026-08-25T22:38:08.677Z | Downloaded strum v0.26.3 |
| 863 | 2026-08-25T22:38:08.680Z | Downloaded tokio-test v0.4.5 |
| 864 | 2026-08-25T22:38:08.683Z | Downloaded paste v1.0.15 |
| 865 | 2026-08-25T22:38:08.686Z | Downloaded crc-any v2.5.0 |
| 866 | 2026-08-25T22:38:08.686Z | Downloaded ryu v1.0.23 |
| 867 | 2026-08-25T22:38:08.689Z | Downloaded indicatif v0.18.4 |
| 868 | 2026-08-25T22:38:08.689Z | Downloaded zerocopy v0.6.6 |
| 869 | 2026-08-25T22:38:08.693Z | Downloaded cookie v0.18.1 |
| 870 | 2026-08-25T22:38:08.696Z | Downloaded darling v0.21.3 |
| 871 | 2026-08-25T22:38:08.696Z | Downloaded sha1 v0.11.0 |
| 872 | 2026-08-25T22:38:08.699Z | Downloaded signal-hook-tokio v0.3.1 |
| 873 | 2026-08-25T22:38:08.699Z | Downloaded zerofrom v0.1.6 |
| 874 | 2026-08-25T22:38:08.702Z | Downloaded hashbrown v0.12.3 |
| 875 | 2026-08-25T22:38:08.707Z | Downloaded ingot v0.2.1 |
| 876 | 2026-08-25T22:38:08.710Z | Downloaded libsw v3.5.0 |
| 877 | 2026-08-25T22:38:08.713Z | Downloaded strsim v0.10.0 |
| 878 | 2026-08-25T22:38:08.716Z | Downloaded strip-ansi-escapes v0.2.1 |
| 879 | 2026-08-25T22:38:08.716Z | Downloaded void v1.0.2 |
| 880 | 2026-08-25T22:38:08.716Z | Downloaded zerofrom-derive v0.1.6 |
| 881 | 2026-08-25T22:38:08.719Z | Downloaded cpubits v0.1.1 |
| 882 | 2026-08-25T22:38:08.722Z | Downloaded cstr-argument v0.1.2 |
| 883 | 2026-08-25T22:38:08.722Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 884 | 2026-08-25T22:38:08.726Z | Downloaded publicsuffix v2.3.0 |
| 885 | 2026-08-25T22:38:08.728Z | Downloaded zeroize v1.9.0 |
| 886 | 2026-08-25T22:38:08.728Z | Downloaded untrusted v0.9.0 |
| 887 | 2026-08-25T22:38:08.731Z | Downloaded crc8 v0.1.1 |
| 888 | 2026-08-25T22:38:08.731Z | Downloaded darling_macro v0.21.3 |
| 889 | 2026-08-25T22:38:08.734Z | Downloaded rustls-native-certs v0.8.3 |
| 890 | 2026-08-25T22:38:08.737Z | Downloaded parking_lot_core v0.8.6 |
| 891 | 2026-08-25T22:38:08.737Z | Downloaded rusty-fork v0.3.1 |
| 892 | 2026-08-25T22:38:08.740Z | Downloaded scroll v0.13.0 |
| 893 | 2026-08-25T22:38:08.741Z | Downloaded polyval v0.7.1 |
| 894 | 2026-08-25T22:38:08.741Z | Downloaded r2d2 v0.8.10 |
| 895 | 2026-08-25T22:38:08.741Z | Downloaded inout v0.2.2 |
| 896 | 2026-08-25T22:38:08.745Z | Downloaded subtle v2.6.1 |
| 897 | 2026-08-25T22:38:08.748Z | Downloaded tracing-core v0.1.36 |
| 898 | 2026-08-25T22:38:08.751Z | Downloaded crossbeam-epoch v0.9.18 |
| 899 | 2026-08-25T22:38:08.751Z | Downloaded idna_adapter v1.2.1 |
| 900 | 2026-08-25T22:38:08.751Z | Downloaded ssh-encoding v0.3.0 |
| 901 | 2026-08-25T22:38:08.754Z | Downloaded inout v0.1.4 |
| 902 | 2026-08-25T22:38:08.757Z | Downloaded libscf-sys v1.2.0 |
| 903 | 2026-08-25T22:38:08.757Z | Downloaded rand v0.10.1 |
| 904 | 2026-08-25T22:38:08.760Z | Downloaded md-5 v0.10.6 |
| 905 | 2026-08-25T22:38:08.760Z | Downloaded md5 v0.8.0 |
| 906 | 2026-08-25T22:38:08.763Z | Downloaded signal-hook v0.3.18 |
| 907 | 2026-08-25T22:38:08.763Z | Downloaded bumpalo v3.20.2 |
| 908 | 2026-08-25T22:38:08.766Z | Downloaded zopfli v0.8.3 |
| 909 | 2026-08-25T22:38:08.766Z | Downloaded ar_archive_writer v0.5.1 |
| 910 | 2026-08-25T22:38:08.769Z | Downloaded knus v3.4.0 |
| 911 | 2026-08-25T22:38:08.769Z | Downloaded tokio-tungstenite v0.21.0 |
| 912 | 2026-08-25T22:38:08.773Z | Downloaded serde_bytes v0.11.19 |
| 913 | 2026-08-25T22:38:08.773Z | Downloaded postcard v1.1.3 |
| 914 | 2026-08-25T22:38:08.775Z | Downloaded newtype_derive v0.1.6 |
| 915 | 2026-08-25T22:38:08.776Z | Downloaded olpc-cjson v0.1.4 |
| 916 | 2026-08-25T22:38:08.781Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-08-25T22:38:08.785Z | Downloaded hickory-server v0.25.2 |
| 918 | 2026-08-25T22:38:08.788Z | Downloaded pin-project v1.1.11 |
| 919 | 2026-08-25T22:38:08.794Z | Downloaded tinyvec v1.10.0 |
| 920 | 2026-08-25T22:38:08.796Z | Downloaded jobserver v0.1.34 |
| 921 | 2026-08-25T22:38:08.796Z | Downloaded openssl-probe v0.1.6 |
| 922 | 2026-08-25T22:38:08.800Z | Downloaded sqlformat v0.3.5 |
| 923 | 2026-08-25T22:38:08.800Z | Downloaded vsss-rs v3.3.4 |
| 924 | 2026-08-25T22:38:08.800Z | Downloaded packed_struct_codegen v0.10.1 |
| 925 | 2026-08-25T22:38:08.800Z | Downloaded proc-macro-crate v1.3.1 |
| 926 | 2026-08-25T22:38:08.800Z | Downloaded progenitor-client v0.14.0 |
| 927 | 2026-08-25T22:38:08.803Z | Downloaded psl-types v2.0.11 |
| 928 | 2026-08-25T22:38:08.803Z | Downloaded static_assertions v1.1.0 |
| 929 | 2026-08-25T22:38:08.803Z | Downloaded unicase v2.9.0 |
| 930 | 2026-08-25T22:38:08.803Z | Downloaded scroll_derive v0.13.1 |
| 931 | 2026-08-25T22:38:08.803Z | Downloaded serde_repr v0.1.20 |
| 932 | 2026-08-25T22:38:08.806Z | Downloaded drift v0.2.0 |
| 933 | 2026-08-25T22:38:08.809Z | Downloaded salsa20 v0.11.0 |
| 934 | 2026-08-25T22:38:08.812Z | Downloaded critical-section v1.2.0 |
| 935 | 2026-08-25T22:38:08.812Z | Downloaded defmt-macros v1.0.1 |
| 936 | 2026-08-25T22:38:08.815Z | Downloaded hashbrown v0.15.5 |
| 937 | 2026-08-25T22:38:08.819Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-08-25T22:38:08.819Z | Downloaded difflib v0.4.0 |
| 939 | 2026-08-25T22:38:08.819Z | Downloaded ed25519 v3.0.0 |
| 940 | 2026-08-25T22:38:08.819Z | Downloaded icu_provider v2.1.1 |
| 941 | 2026-08-25T22:38:08.828Z | Downloaded signal-hook-mio v0.2.5 |
| 942 | 2026-08-25T22:38:08.828Z | Downloaded aes v0.9.1 |
| 943 | 2026-08-25T22:38:08.828Z | Downloaded sqlparser_derive v0.5.0 |
| 944 | 2026-08-25T22:38:08.828Z | Downloaded tinyvec_macros v0.1.1 |
| 945 | 2026-08-25T22:38:08.828Z | Downloaded topological-sort v0.2.2 |
| 946 | 2026-08-25T22:38:08.828Z | Downloaded hyper-staticfile v0.10.1 |
| 947 | 2026-08-25T22:38:08.833Z | Downloaded yansi v1.0.1 |
| 948 | 2026-08-25T22:38:08.836Z | Downloaded tap v1.0.1 |
| 949 | 2026-08-25T22:38:08.836Z | Downloaded time-core v0.1.8 |
| 950 | 2026-08-25T22:38:08.839Z | Downloaded oso v0.27.3 |
| 951 | 2026-08-25T22:38:08.842Z | Downloaded oxnet v0.1.6 |
| 952 | 2026-08-25T22:38:08.842Z | Downloaded zerocopy-derive v0.8.55 |
| 953 | 2026-08-25T22:38:08.845Z | Downloaded peg-macros v0.8.5 |
| 954 | 2026-08-25T22:38:08.848Z | Downloaded yasna v0.5.2 |
| 955 | 2026-08-25T22:38:08.848Z | Downloaded downcast-rs v2.0.2 |
| 956 | 2026-08-25T22:38:08.848Z | Downloaded hashbrown v0.16.1 |
| 957 | 2026-08-25T22:38:08.851Z | Downloaded hyper-rustls v0.27.7 |
| 958 | 2026-08-25T22:38:08.855Z | Downloaded keccak v0.2.0 |
| 959 | 2026-08-25T22:38:08.855Z | Downloaded unit-prefix v0.5.2 |
| 960 | 2026-08-25T22:38:08.855Z | Downloaded darling_core v0.23.0 |
| 961 | 2026-08-25T22:38:08.858Z | Downloaded crucible-workspace-hack v0.1.0 |
| 962 | 2026-08-25T22:38:08.858Z | Downloaded dropshot_endpoint v0.17.1 |
| 963 | 2026-08-25T22:38:08.860Z | Downloaded newtype-uuid v1.3.2 |
| 964 | 2026-08-25T22:38:08.860Z | Downloaded rand_core v0.6.4 |
| 965 | 2026-08-25T22:38:08.863Z | Downloaded rustc_version v0.4.1 |
| 966 | 2026-08-25T22:38:08.863Z | Downloaded daft-derive v0.1.8 |
| 967 | 2026-08-25T22:38:08.866Z | Downloaded darling_macro v0.23.0 |
| 968 | 2026-08-25T22:38:08.866Z | Downloaded defmt v0.3.100 |
| 969 | 2026-08-25T22:38:08.866Z | Downloaded dof v0.4.0 |
| 970 | 2026-08-25T22:38:08.866Z | Downloaded phc v0.6.1 |
| 971 | 2026-08-25T22:38:08.869Z | Downloaded crunchy v0.2.4 |
| 972 | 2026-08-25T22:38:08.872Z | Downloaded hashbrown v0.14.5 |
| 973 | 2026-08-25T22:38:08.875Z | Downloaded serde-hex v0.1.0 |
| 974 | 2026-08-25T22:38:08.875Z | Downloaded port-file v0.1.0 |
| 975 | 2026-08-25T22:38:08.878Z | Downloaded rand_chacha v0.9.0 |
| 976 | 2026-08-25T22:38:08.878Z | Downloaded num-bigint-dig v0.8.6 |
| 977 | 2026-08-25T22:38:08.881Z | Downloaded qorb v0.4.1 |
| 978 | 2026-08-25T22:38:08.884Z | Downloaded rand v0.9.2 |
| 979 | 2026-08-25T22:38:08.887Z | Downloaded ed25519-dalek v3.0.0 |
| 980 | 2026-08-25T22:38:08.887Z | Downloaded stacker v0.1.23 |
| 981 | 2026-08-25T22:38:08.890Z | Downloaded indoc v1.0.9 |
| 982 | 2026-08-25T22:38:08.893Z | Downloaded progenitor-macro v0.14.0 |
| 983 | 2026-08-25T22:38:08.893Z | Downloaded hyper-util v0.1.20 |
| 984 | 2026-08-25T22:38:08.897Z | Downloaded pkcs5 v0.8.1 |
| 985 | 2026-08-25T22:38:08.899Z | Downloaded ref-cast-impl v1.0.25 |
| 986 | 2026-08-25T22:38:08.900Z | Downloaded tls_codec_derive v0.4.2 |
| 987 | 2026-08-25T22:38:08.903Z | Downloaded typify v0.6.2 |
| 988 | 2026-08-25T22:38:08.908Z | Downloaded diff v0.1.13 |
| 989 | 2026-08-25T22:38:08.911Z | Downloaded slog-async v2.8.0 |
| 990 | 2026-08-25T22:38:08.914Z | Downloaded serde_plain v1.0.2 |
| 991 | 2026-08-25T22:38:08.914Z | Downloaded siphasher v1.0.2 |
| 992 | 2026-08-25T22:38:08.924Z | Downloaded der v0.7.10 |
| 993 | 2026-08-25T22:38:08.931Z | Downloaded steno v0.4.1 |
| 994 | 2026-08-25T22:38:08.935Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 995 | 2026-08-25T22:38:08.938Z | Downloaded ed25519 v2.2.3 |
| 996 | 2026-08-25T22:38:08.941Z | Downloaded usdt-impl v0.6.0 |
| 997 | 2026-08-25T22:38:08.944Z | Downloaded vergen-git2 v9.1.0 |
| 998 | 2026-08-25T22:38:08.944Z | Downloaded rustls-pki-types v1.14.0 |
| 999 | 2026-08-25T22:38:08.944Z | Downloaded usdt-macro v0.6.0 |
| 1000 | 2026-08-25T22:38:08.947Z | Downloaded wait-timeout v0.2.1 |
| 1001 | 2026-08-25T22:38:08.947Z | Downloaded libsw-core v0.3.2 |
| 1002 | 2026-08-25T22:38:08.947Z | Downloaded sapling-renderdag v0.1.0 |
| 1003 | 2026-08-25T22:38:08.950Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1004 | 2026-08-25T22:38:08.953Z | Downloaded dtrace-parser v0.3.0 |
| 1005 | 2026-08-25T22:38:08.956Z | Downloaded tower-http v0.6.8 |
| 1006 | 2026-08-25T22:38:08.960Z | Downloaded p521 v0.14.0 |
| 1007 | 2026-08-25T22:38:08.963Z | Downloaded nu-ansi-term v0.50.3 |
| 1008 | 2026-08-25T22:38:08.966Z | Downloaded subprocess v0.2.15 |
| 1009 | 2026-08-25T22:38:08.966Z | Downloaded similar v2.7.0 |
| 1010 | 2026-08-25T22:38:08.969Z | Downloaded jiff-static v0.2.34 |
| 1011 | 2026-08-25T22:38:08.969Z | Downloaded parse-display-derive v0.10.0 |
| 1012 | 2026-08-25T22:38:08.969Z | Downloaded num v0.4.3 |
| 1013 | 2026-08-25T22:38:08.972Z | Downloaded crc v3.4.0 |
| 1014 | 2026-08-25T22:38:08.972Z | Downloaded password-hash v0.6.1 |
| 1015 | 2026-08-25T22:38:08.972Z | Downloaded phf_shared v0.12.1 |
| 1016 | 2026-08-25T22:38:08.972Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1017 | 2026-08-25T22:38:08.975Z | Downloaded reqwest v0.12.28 |
| 1018 | 2026-08-25T22:38:08.978Z | Downloaded resolv-conf v0.7.6 |
| 1019 | 2026-08-25T22:38:08.978Z | Downloaded miniz_oxide v0.8.9 |
| 1020 | 2026-08-25T22:38:08.982Z | Downloaded const_format_proc_macros v0.2.34 |
| 1021 | 2026-08-25T22:38:08.985Z | Downloaded managed v0.8.0 |
| 1022 | 2026-08-25T22:38:08.985Z | Downloaded cookie_store v0.22.1 |
| 1023 | 2026-08-25T22:38:08.985Z | Downloaded darling v0.23.0 |
| 1024 | 2026-08-25T22:38:08.999Z | Downloaded crypto-bigint v0.5.5 |
| 1025 | 2026-08-25T22:38:09.003Z | Downloaded h2 v0.4.15 |
| 1026 | 2026-08-25T22:38:09.008Z | Downloaded parse-display v0.10.0 |
| 1027 | 2026-08-25T22:38:09.011Z | Downloaded ssh-cipher v0.3.0 |
| 1028 | 2026-08-25T22:38:09.011Z | Downloaded typify-macro v0.6.2 |
| 1029 | 2026-08-25T22:38:09.011Z | Downloaded progenitor-impl v0.14.0 |
| 1030 | 2026-08-25T22:38:09.014Z | Downloaded time-macros v0.2.27 |
| 1031 | 2026-08-25T22:38:09.014Z | Downloaded tinystr v0.8.2 |
| 1032 | 2026-08-25T22:38:09.014Z | Downloaded hkdf v0.12.4 |
| 1033 | 2026-08-25T22:38:09.017Z | Downloaded slog-scope v4.4.1 |
| 1034 | 2026-08-25T22:38:09.017Z | Downloaded indexmap v1.9.3 |
| 1035 | 2026-08-25T22:38:09.017Z | Downloaded nanorand v0.7.0 |
| 1036 | 2026-08-25T22:38:09.020Z | Downloaded pem-rfc7468 v0.7.0 |
| 1037 | 2026-08-25T22:38:09.020Z | Downloaded rand_seeder v0.4.0 |
| 1038 | 2026-08-25T22:38:09.020Z | Downloaded primeorder v0.13.6 |
| 1039 | 2026-08-25T22:38:09.023Z | Downloaded hkdf v0.13.0 |
| 1040 | 2026-08-25T22:38:09.023Z | Downloaded ed25519-dalek v2.2.0 |
| 1041 | 2026-08-25T22:38:09.026Z | Downloaded stable_deref_trait v1.2.1 |
| 1042 | 2026-08-25T22:38:09.026Z | Downloaded des v0.9.0 |
| 1043 | 2026-08-25T22:38:09.026Z | Downloaded scrypt v0.12.0 |
| 1044 | 2026-08-25T22:38:09.026Z | Downloaded derive_more v2.1.1 |
| 1045 | 2026-08-25T22:38:09.033Z | Downloaded whoami v1.6.1 |
| 1046 | 2026-08-25T22:38:09.036Z | Downloaded humantime v2.3.0 |
| 1047 | 2026-08-25T22:38:09.036Z | Downloaded sha2 v0.11.0 |
| 1048 | 2026-08-25T22:38:09.039Z | Downloaded termios v0.3.3 |
| 1049 | 2026-08-25T22:38:09.039Z | Downloaded crossterm v0.28.1 |
| 1050 | 2026-08-25T22:38:09.042Z | Downloaded nonempty v0.12.0 |
| 1051 | 2026-08-25T22:38:09.042Z | Downloaded oxide-generation v0.1.3 |
| 1052 | 2026-08-25T22:38:09.043Z | Downloaded oxide-update-engine v0.1.2 |
| 1053 | 2026-08-25T22:38:09.046Z | Downloaded tokio-postgres v0.7.16 |
| 1054 | 2026-08-25T22:38:09.049Z | Downloaded dunce v1.0.5 |
| 1055 | 2026-08-25T22:38:09.049Z | Downloaded mime v0.3.17 |
| 1056 | 2026-08-25T22:38:09.049Z | Downloaded mio v1.2.0 |
| 1057 | 2026-08-25T22:38:09.052Z | Downloaded rustyline v14.0.0 |
| 1058 | 2026-08-25T22:38:09.055Z | Downloaded winnow v0.6.26 |
| 1059 | 2026-08-25T22:38:09.058Z | Downloaded parking_lot v0.11.2 |
| 1060 | 2026-08-25T22:38:09.061Z | Downloaded toml_edit v0.19.15 |
| 1061 | 2026-08-25T22:38:09.066Z | Downloaded unicode_categories v0.1.1 |
| 1062 | 2026-08-25T22:38:09.069Z | Downloaded zip v4.6.1 |
| 1063 | 2026-08-25T22:38:09.072Z | Downloaded smallvec v1.15.1 |
| 1064 | 2026-08-25T22:38:09.072Z | Downloaded tokio-util v0.7.18 |
| 1065 | 2026-08-25T22:38:09.075Z | Downloaded libloading v0.8.9 |
| 1066 | 2026-08-25T22:38:09.079Z | Downloaded prefix-trie v0.7.0 |
| 1067 | 2026-08-25T22:38:09.079Z | Downloaded slog-stdlog v4.1.1 |
| 1068 | 2026-08-25T22:38:09.082Z | Downloaded diesel_derives v2.3.7 |
| 1069 | 2026-08-25T22:38:09.082Z | Downloaded tokio-stream v0.1.18 |
| 1070 | 2026-08-25T22:38:09.085Z | Downloaded ingot-types v0.2.0 |
| 1071 | 2026-08-25T22:38:09.085Z | Downloaded miette-derive v7.6.0 |
| 1072 | 2026-08-25T22:38:09.088Z | Downloaded derive-where v1.6.0 |
| 1073 | 2026-08-25T22:38:09.088Z | Downloaded url v2.5.8 |
| 1074 | 2026-08-25T22:38:09.091Z | Downloaded zerotrie v0.2.3 |
| 1075 | 2026-08-25T22:38:09.091Z | Downloaded quick-error v1.2.3 |
| 1076 | 2026-08-25T22:38:09.094Z | Downloaded rsa v0.9.10 |
| 1077 | 2026-08-25T22:38:09.094Z | Downloaded cpufeatures v0.3.0 |
| 1078 | 2026-08-25T22:38:09.097Z | Downloaded digest v0.11.3 |
| 1079 | 2026-08-25T22:38:09.100Z | Downloaded uzers v0.12.2 |
| 1080 | 2026-08-25T22:38:09.102Z | Downloaded want v0.3.1 |
| 1081 | 2026-08-25T22:38:09.102Z | Downloaded rustc-demangle v0.1.27 |
| 1082 | 2026-08-25T22:38:09.102Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1083 | 2026-08-25T22:38:09.102Z | Downloaded signature v3.0.0 |
| 1084 | 2026-08-25T22:38:09.105Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1085 | 2026-08-25T22:38:09.105Z | Downloaded nom v7.1.3 |
| 1086 | 2026-08-25T22:38:09.108Z | Downloaded universal-hash v0.5.1 |
| 1087 | 2026-08-25T22:38:09.108Z | Downloaded icu_normalizer_data v2.1.1 |
| 1088 | 2026-08-25T22:38:09.111Z | Downloaded darling v0.13.4 |
| 1089 | 2026-08-25T22:38:09.111Z | Downloaded dirs-next v2.0.0 |
| 1090 | 2026-08-25T22:38:09.115Z | Downloaded derive_builder_macro v0.20.2 |
| 1091 | 2026-08-25T22:38:09.115Z | Downloaded lzss v0.8.2 |
| 1092 | 2026-08-25T22:38:09.118Z | Downloaded test-strategy v0.4.5 |
| 1093 | 2026-08-25T22:38:09.118Z | Downloaded signature v2.2.0 |
| 1094 | 2026-08-25T22:38:09.118Z | Downloaded tokio-tungstenite v0.23.1 |
| 1095 | 2026-08-25T22:38:09.122Z | Downloaded idna v1.1.0 |
| 1096 | 2026-08-25T22:38:09.129Z | Downloaded serde_with_macros v3.21.0 |
| 1097 | 2026-08-25T22:38:09.132Z | Downloaded support-bundle-viewer v0.1.2 |
| 1098 | 2026-08-25T22:38:09.136Z | Downloaded ipnet v2.12.0 |
| 1099 | 2026-08-25T22:38:09.136Z | Downloaded ipnetwork v0.21.1 |
| 1100 | 2026-08-25T22:38:09.136Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1101 | 2026-08-25T22:38:09.139Z | Downloaded supports-hyperlinks v3.2.0 |
| 1102 | 2026-08-25T22:38:09.139Z | Downloaded num-bigint v0.4.6 |
| 1103 | 2026-08-25T22:38:09.142Z | Downloaded poly1305 v0.8.0 |
| 1104 | 2026-08-25T22:38:09.142Z | Downloaded darling_macro v0.13.4 |
| 1105 | 2026-08-25T22:38:09.142Z | Downloaded peg-runtime v0.8.5 |
| 1106 | 2026-08-25T22:38:09.142Z | Downloaded lazy_static v1.5.0 |
| 1107 | 2026-08-25T22:38:09.145Z | Downloaded secrecy v0.10.3 |
| 1108 | 2026-08-25T22:38:09.145Z | Downloaded rfc6979 v0.4.0 |
| 1109 | 2026-08-25T22:38:09.146Z | Downloaded supports-color v3.0.2 |
| 1110 | 2026-08-25T22:38:09.146Z | Downloaded num_enum v0.7.6 |
| 1111 | 2026-08-25T22:38:09.148Z | Downloaded primeorder v0.14.0 |
| 1112 | 2026-08-25T22:38:09.148Z | Downloaded term v0.7.0 |
| 1113 | 2026-08-25T22:38:09.153Z | Downloaded vergen v9.1.0 |
| 1114 | 2026-08-25T22:38:09.153Z | Downloaded crc32fast v1.5.0 |
| 1115 | 2026-08-25T22:38:09.153Z | Downloaded defmt v1.0.1 |
| 1116 | 2026-08-25T22:38:09.156Z | Downloaded icu_locale_core v2.1.1 |
| 1117 | 2026-08-25T22:38:09.159Z | Downloaded rustls-pemfile v2.2.0 |
| 1118 | 2026-08-25T22:38:09.159Z | Downloaded deranged v0.5.8 |
| 1119 | 2026-08-25T22:38:09.159Z | Downloaded litemap v0.8.1 |
| 1120 | 2026-08-25T22:38:09.162Z | Downloaded predicates-core v1.0.10 |
| 1121 | 2026-08-25T22:38:09.162Z | Downloaded seq-macro v0.3.6 |
| 1122 | 2026-08-25T22:38:09.162Z | Downloaded take_mut v0.2.2 |
| 1123 | 2026-08-25T22:38:09.162Z | Downloaded native-tls v0.2.18 |
| 1124 | 2026-08-25T22:38:09.165Z | Downloaded xattr v1.6.1 |
| 1125 | 2026-08-25T22:38:09.165Z | Downloaded unarray v0.1.4 |
| 1126 | 2026-08-25T22:38:09.165Z | Downloaded zstd v0.13.3 |
| 1127 | 2026-08-25T22:38:09.168Z | Downloaded serde_derive_internals v0.29.1 |
| 1128 | 2026-08-25T22:38:09.168Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-08-25T22:38:09.168Z | Downloaded untrusted v0.7.1 |
| 1130 | 2026-08-25T22:38:09.171Z | Downloaded nom v8.0.0 |
| 1131 | 2026-08-25T22:38:09.183Z | Downloaded num-traits v0.2.19 |
| 1132 | 2026-08-25T22:38:09.186Z | Downloaded mime_guess v2.0.5 |
| 1133 | 2026-08-25T22:38:09.186Z | Downloaded oso-derive v0.27.3 |
| 1134 | 2026-08-25T22:38:09.189Z | Downloaded sha1 v0.10.6 |
| 1135 | 2026-08-25T22:38:09.189Z | Downloaded sync-ptr v0.1.4 |
| 1136 | 2026-08-25T22:38:09.192Z | Downloaded zone v0.3.1 |
| 1137 | 2026-08-25T22:38:09.192Z | Downloaded ident_case v1.0.1 |
| 1138 | 2026-08-25T22:38:09.195Z | Downloaded dyn-clone v1.0.20 |
| 1139 | 2026-08-25T22:38:09.205Z | Downloaded keccak v0.1.6 |
| 1140 | 2026-08-25T22:38:09.209Z | Downloaded sync_wrapper v1.0.2 |
| 1141 | 2026-08-25T22:38:09.213Z | Downloaded yoke v0.8.1 |
| 1142 | 2026-08-25T22:38:09.217Z | Downloaded crypto-common v0.2.2 |
| 1143 | 2026-08-25T22:38:09.221Z | Downloaded icu_collections v2.1.1 |
| 1144 | 2026-08-25T22:38:09.231Z | Downloaded rustversion v1.0.22 |
| 1145 | 2026-08-25T22:38:09.234Z | Downloaded packed_struct v0.10.1 |
| 1146 | 2026-08-25T22:38:09.237Z | Downloaded num-derive v0.4.2 |
| 1147 | 2026-08-25T22:38:09.240Z | Downloaded predicates-tree v1.0.13 |
| 1148 | 2026-08-25T22:38:09.240Z | Downloaded darling_core v0.21.3 |
| 1149 | 2026-08-25T22:38:09.243Z | Downloaded libefi-sys v0.1.0 |
| 1150 | 2026-08-25T22:38:09.247Z | Downloaded lru-cache v0.1.2 |
| 1151 | 2026-08-25T22:38:09.250Z | Downloaded crypto-primes v0.7.2 |
| 1152 | 2026-08-25T22:38:09.253Z | Downloaded minimal-lexical v0.2.1 |
| 1153 | 2026-08-25T22:38:09.256Z | Downloaded ignore v0.4.25 |
| 1154 | 2026-08-25T22:38:09.259Z | Downloaded lru v0.12.5 |
| 1155 | 2026-08-25T22:38:09.259Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1156 | 2026-08-25T22:38:09.263Z | Downloaded thiserror-no-std v2.0.2 |
| 1157 | 2026-08-25T22:38:09.263Z | Downloaded xshell v0.2.7 |
| 1158 | 2026-08-25T22:38:09.266Z | Downloaded phf_shared v0.11.3 |
| 1159 | 2026-08-25T22:38:09.268Z | Downloaded waitgroup v0.1.2 |
| 1160 | 2026-08-25T22:38:09.268Z | Downloaded wnaf v0.14.0 |
| 1161 | 2026-08-25T22:38:09.271Z | Downloaded derive_more v0.99.20 |
| 1162 | 2026-08-25T22:38:09.280Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1163 | 2026-08-25T22:38:09.283Z | Downloaded crossbeam-deque v0.8.6 |
| 1164 | 2026-08-25T22:38:09.291Z | Downloaded ecdsa v0.16.9 |
| 1165 | 2026-08-25T22:38:09.299Z | Downloaded illumos-nvpair v0.3.0 |
| 1166 | 2026-08-25T22:38:09.302Z | Downloaded thread-id v5.1.0 |
| 1167 | 2026-08-25T22:38:09.302Z | Downloaded phf v0.13.1 |
| 1168 | 2026-08-25T22:38:09.305Z | Downloaded git2 v0.20.4 |
| 1169 | 2026-08-25T22:38:09.309Z | Downloaded either v1.15.0 |
| 1170 | 2026-08-25T22:38:09.312Z | Downloaded itertools v0.14.0 |
| 1171 | 2026-08-25T22:38:09.315Z | Downloaded csv-core v0.1.13 |
| 1172 | 2026-08-25T22:38:09.315Z | Downloaded toml v0.7.8 |
| 1173 | 2026-08-25T22:38:09.318Z | Downloaded derive-ex v0.1.8 |
| 1174 | 2026-08-25T22:38:09.318Z | Downloaded module-lattice v0.2.3 |
| 1175 | 2026-08-25T22:38:09.318Z | Downloaded num-rational v0.4.2 |
| 1176 | 2026-08-25T22:38:09.321Z | Downloaded rtoolbox v0.0.3 |
| 1177 | 2026-08-25T22:38:09.321Z | Downloaded snafu v0.8.9 |
| 1178 | 2026-08-25T22:38:09.324Z | Downloaded indoc v2.0.7 |
| 1179 | 2026-08-25T22:38:09.326Z | Downloaded linear-map v1.2.0 |
| 1180 | 2026-08-25T22:38:09.326Z | Downloaded signal-hook-registry v1.4.8 |
| 1181 | 2026-08-25T22:38:09.329Z | Downloaded rand_core v0.9.5 |
| 1182 | 2026-08-25T22:38:09.333Z | Downloaded psm v0.1.30 |
| 1183 | 2026-08-25T22:38:09.336Z | Downloaded tower v0.5.3 |
| 1184 | 2026-08-25T22:38:09.340Z | Downloaded zerovec-derive v0.11.2 |
| 1185 | 2026-08-25T22:38:09.343Z | Downloaded zstd-safe v7.2.4 |
| 1186 | 2026-08-25T22:38:09.343Z | Downloaded rand v0.8.6 |
| 1187 | 2026-08-25T22:38:09.350Z | Downloaded elliptic-curve v0.13.8 |
| 1188 | 2026-08-25T22:38:09.353Z | Downloaded ml-kem v0.3.2 |
| 1189 | 2026-08-25T22:38:09.356Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1190 | 2026-08-25T22:38:09.359Z | Downloaded multer v3.1.0 |
| 1191 | 2026-08-25T22:38:09.363Z | Downloaded itertools v0.15.0 |
| 1192 | 2026-08-25T22:38:09.366Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1193 | 2026-08-25T22:38:09.369Z | Downloaded reedline v0.40.0 |
| 1194 | 2026-08-25T22:38:09.372Z | Downloaded icu_properties_data v2.1.2 |
| 1195 | 2026-08-25T22:38:09.377Z | Downloaded const_format v0.2.35 |
| 1196 | 2026-08-25T22:38:09.380Z | Downloaded pretty_assertions v1.4.1 |
| 1197 | 2026-08-25T22:38:09.384Z | Downloaded progenitor-impl v0.13.0 |
| 1198 | 2026-08-25T22:38:09.388Z | Downloaded sha3 v0.12.0 |
| 1199 | 2026-08-25T22:38:09.391Z | Downloaded slab v0.4.12 |
| 1200 | 2026-08-25T22:38:09.391Z | Downloaded russh v0.62.4 |
| 1201 | 2026-08-25T22:38:09.394Z | Downloaded miette v7.6.0 |
| 1202 | 2026-08-25T22:38:09.397Z | Downloaded iri-string v0.7.10 |
| 1203 | 2026-08-25T22:38:09.400Z | Downloaded aws-lc-rs v1.16.3 |
| 1204 | 2026-08-25T22:38:09.406Z | Downloaded darling_core v0.13.4 |
| 1205 | 2026-08-25T22:38:09.409Z | Downloaded serde_with v1.14.0 |
| 1206 | 2026-08-25T22:38:09.412Z | Downloaded poly1305 v0.9.0 |
| 1207 | 2026-08-25T22:38:09.415Z | Downloaded twox-hash v2.1.2 |
| 1208 | 2026-08-25T22:38:09.415Z | Downloaded derive_more-impl v2.1.1 |
| 1209 | 2026-08-25T22:38:09.418Z | Downloaded goblin v0.10.5 |
| 1210 | 2026-08-25T22:38:09.420Z | Downloaded icu_properties v2.1.2 |
| 1211 | 2026-08-25T22:38:09.423Z | Downloaded icu_normalizer v2.1.1 |
| 1212 | 2026-08-25T22:38:09.426Z | Downloaded tar v0.4.46 |
| 1213 | 2026-08-25T22:38:09.426Z | Downloaded typed-path v0.9.3 |
| 1214 | 2026-08-25T22:38:09.429Z | Downloaded tracing-attributes v0.1.31 |
| 1215 | 2026-08-25T22:38:09.432Z | Downloaded libm v0.2.16 |
| 1216 | 2026-08-25T22:38:09.435Z | Downloaded serde_with v3.21.0 |
| 1217 | 2026-08-25T22:38:09.441Z | Downloaded schemars v1.2.1 |
| 1218 | 2026-08-25T22:38:09.449Z | Downloaded p384 v0.13.1 |
| 1219 | 2026-08-25T22:38:09.452Z | Downloaded tough v0.22.0 |
| 1220 | 2026-08-25T22:38:09.457Z | Downloaded darling v0.20.11 |
| 1221 | 2026-08-25T22:38:09.460Z | Downloaded bitvec v1.0.1 |
| 1222 | 2026-08-25T22:38:09.467Z | Downloaded regex v1.12.3 |
| 1223 | 2026-08-25T22:38:09.471Z | Downloaded hyper v1.10.1 |
| 1224 | 2026-08-25T22:38:09.475Z | Downloaded uuid v1.23.4 |
| 1225 | 2026-08-25T22:38:09.478Z | Downloaded progenitor-extras v0.2.0 |
| 1226 | 2026-08-25T22:38:09.478Z | Downloaded schemars v0.8.22 |
| 1227 | 2026-08-25T22:38:09.484Z | Downloaded schemars v0.9.0 |
| 1228 | 2026-08-25T22:38:09.490Z | Downloaded itertools v0.10.5 |
| 1229 | 2026-08-25T22:38:09.494Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1230 | 2026-08-25T22:38:09.497Z | Downloaded crossbeam-channel v0.5.15 |
| 1231 | 2026-08-25T22:38:09.500Z | Downloaded vcpkg v0.2.15 |
| 1232 | 2026-08-25T22:38:09.521Z | Downloaded gimli v0.32.3 |
| 1233 | 2026-08-25T22:38:09.526Z | Downloaded unicode-segmentation v1.12.0 |
| 1234 | 2026-08-25T22:38:09.529Z | Downloaded blake3 v1.8.5 |
| 1235 | 2026-08-25T22:38:09.533Z | Downloaded p256 v0.14.0 |
| 1236 | 2026-08-25T22:38:09.536Z | Downloaded time v0.3.47 |
| 1237 | 2026-08-25T22:38:09.541Z | Downloaded reqwest v0.13.2 |
| 1238 | 2026-08-25T22:38:09.544Z | Downloaded x509-cert v0.2.5 |
| 1239 | 2026-08-25T22:38:09.547Z | Downloaded bindgen v0.71.1 |
| 1240 | 2026-08-25T22:38:09.551Z | Downloaded object v0.30.4 |
| 1241 | 2026-08-25T22:38:09.556Z | Downloaded crossterm v0.29.0 |
| 1242 | 2026-08-25T22:38:09.560Z | Downloaded libxml v0.3.3 |
| 1243 | 2026-08-25T22:38:09.563Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1244 | 2026-08-25T22:38:09.567Z | Downloaded dropshot-api-manager v0.8.0 |
| 1245 | 2026-08-25T22:38:09.570Z | Downloaded chrono v0.4.45 |
| 1246 | 2026-08-25T22:38:09.574Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-08-25T22:38:09.579Z | Downloaded nix v0.27.1 |
| 1248 | 2026-08-25T22:38:09.584Z | Downloaded jiff-core v0.1.0 |
| 1249 | 2026-08-25T22:38:09.587Z | Downloaded unicode-bidi v0.3.18 |
| 1250 | 2026-08-25T22:38:09.590Z | Downloaded itertools v0.12.1 |
| 1251 | 2026-08-25T22:38:09.592Z | Downloaded rayon v1.11.0 |
| 1252 | 2026-08-25T22:38:09.596Z | Downloaded rsa v0.10.0-rc.18 |
| 1253 | 2026-08-25T22:38:09.612Z | Downloaded unicode-normalization v0.1.25 |
| 1254 | 2026-08-25T22:38:09.616Z | Downloaded zerovec v0.11.5 |
| 1255 | 2026-08-25T22:38:09.620Z | Downloaded itertools v0.13.0 |
| 1256 | 2026-08-25T22:38:09.633Z | Downloaded lalrpop v0.19.12 |
| 1257 | 2026-08-25T22:38:09.640Z | Downloaded tabled v0.21.0 |
| 1258 | 2026-08-25T22:38:09.651Z | Downloaded moka v0.12.13 |
| 1259 | 2026-08-25T22:38:09.659Z | Downloaded salty v0.3.0 |
| 1260 | 2026-08-25T22:38:09.663Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-08-25T22:38:09.682Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1262 | 2026-08-25T22:38:09.687Z | Downloaded der v0.8.0 |
| 1263 | 2026-08-25T22:38:09.690Z | Downloaded petname v2.0.2 |
| 1264 | 2026-08-25T22:38:09.696Z | Downloaded iddqd v0.4.2 |
| 1265 | 2026-08-25T22:38:09.705Z | Downloaded hickory-proto v0.25.2 |
| 1266 | 2026-08-25T22:38:09.713Z | Downloaded portable-atomic v1.13.1 |
| 1267 | 2026-08-25T22:38:09.717Z | Downloaded winnow v1.0.3 |
| 1268 | 2026-08-25T22:38:09.736Z | Downloaded quinn-proto v0.11.16 |
| 1269 | 2026-08-25T22:38:09.753Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-08-25T22:38:09.762Z | Downloaded curve25519-dalek v4.1.3 |
| 1271 | 2026-08-25T22:38:09.767Z | Downloaded zlib-rs v0.6.2 |
| 1272 | 2026-08-25T22:38:09.774Z | Downloaded regress v0.10.5 |
| 1273 | 2026-08-25T22:38:09.779Z | Downloaded rawzip v0.4.4 |
| 1274 | 2026-08-25T22:38:09.782Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-08-25T22:38:09.798Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-08-25T22:38:09.801Z | Downloaded curve25519-dalek v5.0.0 |
| 1277 | 2026-08-25T22:38:09.806Z | Downloaded openssl v0.10.80 |
| 1278 | 2026-08-25T22:38:09.811Z | Downloaded smoltcp v0.11.0 |
| 1279 | 2026-08-25T22:38:09.817Z | Downloaded quick-xml v0.37.5 |
| 1280 | 2026-08-25T22:38:09.820Z | Downloaded proptest v1.11.0 |
| 1281 | 2026-08-25T22:38:09.826Z | Downloaded bstr v1.12.1 |
| 1282 | 2026-08-25T22:38:09.831Z | Downloaded crypto-bigint v0.7.5 |
| 1283 | 2026-08-25T22:38:09.853Z | Downloaded nix v0.31.2 |
| 1284 | 2026-08-25T22:38:09.860Z | Downloaded rustls v0.23.41 |
| 1285 | 2026-08-25T22:38:09.866Z | Downloaded dropshot v0.17.1 |
| 1286 | 2026-08-25T22:38:09.878Z | Downloaded regress v0.11.1 |
| 1287 | 2026-08-25T22:38:09.884Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-08-25T22:38:09.889Z | Downloaded typify-impl v0.6.2 |
| 1289 | 2026-08-25T22:38:09.899Z | Downloaded zerocopy v0.8.55 |
| 1290 | 2026-08-25T22:38:09.912Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-08-25T22:38:09.924Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-08-25T22:38:09.928Z | Downloaded petgraph v0.6.5 |
| 1293 | 2026-08-25T22:38:09.941Z | Downloaded syn v3.0.3 |
| 1294 | 2026-08-25T22:38:09.948Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-08-25T22:38:09.957Z | Downloaded nix v0.28.0 |
| 1296 | 2026-08-25T22:38:09.964Z | Downloaded polar-core v0.27.3 |
| 1297 | 2026-08-25T22:38:09.969Z | Downloaded jiff v0.2.34 |
| 1298 | 2026-08-25T22:38:09.980Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1299 | 2026-08-25T22:38:10.011Z | Downloaded csv v1.4.0 |
| 1300 | 2026-08-25T22:38:10.027Z | Downloaded rustix v0.38.44 |
| 1301 | 2026-08-25T22:38:10.041Z | Downloaded openapiv3 v2.2.0 |
| 1302 | 2026-08-25T22:38:10.048Z | Downloaded sha3 v0.11.0 |
| 1303 | 2026-08-25T22:38:10.051Z | Downloaded diesel v2.3.7 |
| 1304 | 2026-08-25T22:38:10.063Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-08-25T22:38:10.078Z | Downloaded tracing v0.1.44 |
| 1306 | 2026-08-25T22:38:10.092Z | Downloaded object v0.37.3 |
| 1307 | 2026-08-25T22:38:10.099Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1308 | 2026-08-25T22:38:10.133Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1309 | 2026-08-25T22:38:10.140Z | Downloaded sled v0.34.7 |
| 1310 | 2026-08-25T22:38:10.146Z | Downloaded zerocopy-derive v0.6.6 |
| 1311 | 2026-08-25T22:38:10.231Z | Downloaded chrono-tz v0.10.4 |
| 1312 | 2026-08-25T22:38:10.269Z | Downloaded petgraph v0.8.3 |
| 1313 | 2026-08-25T22:38:10.283Z | Downloaded libz-sys v1.1.24 |
| 1314 | 2026-08-25T22:38:10.300Z | Downloaded sha3 v0.10.8 |
| 1315 | 2026-08-25T22:38:10.303Z | Downloaded tokio v1.52.1 |
| 1316 | 2026-08-25T22:38:10.376Z | Downloaded ring v0.17.14 |
| 1317 | 2026-08-25T22:38:10.958Z | Downloaded aws-lc-sys v0.40.0 |
| 1318 | 2026-08-25T22:38:11.223Z | Compiling serde_core v1.0.228 |
| 1319 | 2026-08-25T22:38:11.223Z | Compiling libc v0.2.185 |
| 1320 | 2026-08-25T22:38:11.227Z | Compiling serde v1.0.228 |
| 1321 | 2026-08-25T22:38:11.227Z | Compiling log v0.4.33 |
| 1322 | 2026-08-25T22:38:11.227Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-08-25T22:38:11.227Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-08-25T22:38:11.227Z | Compiling shlex v1.3.0 |
| 1325 | 2026-08-25T22:38:11.227Z | Compiling subtle v2.6.1 |
| 1326 | 2026-08-25T22:38:11.368Z | Compiling scopeguard v1.2.0 |
| 1327 | 2026-08-25T22:38:11.371Z | Compiling stable_deref_trait v1.2.1 |
| 1328 | 2026-08-25T22:38:11.382Z | Compiling zerocopy v0.8.55 |
| 1329 | 2026-08-25T22:38:11.385Z | Compiling typenum v1.20.1 |
| 1330 | 2026-08-25T22:38:11.385Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-08-25T22:38:11.430Z | Compiling serde_json v1.0.151 |
| 1332 | 2026-08-25T22:38:11.444Z | Compiling syn v2.0.117 |
| 1333 | 2026-08-25T22:38:11.468Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-08-25T22:38:11.471Z | Compiling libm v0.2.16 |
| 1335 | 2026-08-25T22:38:11.593Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-08-25T22:38:11.608Z | Compiling num-traits v0.2.19 |
| 1337 | 2026-08-25T22:38:11.623Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-08-25T22:38:11.650Z | Compiling getrandom v0.4.3 |
| 1339 | 2026-08-25T22:38:11.654Z | Compiling generic-array v0.14.7 |
| 1340 | 2026-08-25T22:38:11.665Z | Compiling parking_lot_core v0.9.12 |
| 1341 | 2026-08-25T22:38:11.723Z | Compiling pin-project-lite v0.2.17 |
| 1342 | 2026-08-25T22:38:11.759Z | Compiling rand_core v0.10.0 |
| 1343 | 2026-08-25T22:38:11.763Z | Compiling const-oid v0.9.6 |
| 1344 | 2026-08-25T22:38:11.844Z | Compiling litemap v0.8.1 |
| 1345 | 2026-08-25T22:38:11.873Z | Compiling writeable v0.6.2 |
| 1346 | 2026-08-25T22:38:11.967Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-08-25T22:38:11.970Z | Compiling futures-core v0.3.32 |
| 1348 | 2026-08-25T22:38:11.997Z | Compiling icu_normalizer_data v2.1.1 |
| 1349 | 2026-08-25T22:38:12.002Z | Compiling icu_properties_data v2.1.2 |
| 1350 | 2026-08-25T22:38:12.038Z | Compiling rustix v1.1.4 |
| 1351 | 2026-08-25T22:38:12.066Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-08-25T22:38:12.080Z | Compiling futures-sink v0.3.32 |
| 1353 | 2026-08-25T22:38:12.097Z | Compiling utf8_iter v1.0.4 |
| 1354 | 2026-08-25T22:38:12.141Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-08-25T22:38:12.166Z | Compiling futures-channel v0.3.32 |
| 1356 | 2026-08-25T22:38:12.215Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-08-25T22:38:12.215Z | Compiling futures-task v0.3.32 |
| 1358 | 2026-08-25T22:38:12.242Z | Compiling errno v0.3.14 |
| 1359 | 2026-08-25T22:38:12.250Z | Compiling jobserver v0.1.34 |
| 1360 | 2026-08-25T22:38:12.250Z | Compiling getrandom v0.2.17 |
| 1361 | 2026-08-25T22:38:12.355Z | Compiling mio v1.2.0 |
| 1362 | 2026-08-25T22:38:12.386Z | Compiling signal-hook-registry v1.4.8 |
| 1363 | 2026-08-25T22:38:12.403Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-08-25T22:38:12.447Z | Compiling cc v1.2.56 |
| 1365 | 2026-08-25T22:38:12.535Z | Compiling parking_lot v0.12.5 |
| 1366 | 2026-08-25T22:38:12.539Z | Compiling once_cell v1.21.3 |
| 1367 | 2026-08-25T22:38:12.545Z | Compiling socket2 v0.6.3 |
| 1368 | 2026-08-25T22:38:12.561Z | Compiling slab v0.4.12 |
| 1369 | 2026-08-25T22:38:12.616Z | Compiling rustversion v1.0.22 |
| 1370 | 2026-08-25T22:38:12.631Z | Compiling iana-time-zone v0.1.65 |
| 1371 | 2026-08-25T22:38:12.647Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-08-25T22:38:12.693Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-08-25T22:38:12.723Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-08-25T22:38:12.751Z | Compiling flagset v0.4.7 |
| 1375 | 2026-08-25T22:38:12.766Z | Compiling fs_extra v1.3.0 |
| 1376 | 2026-08-25T22:38:12.818Z | Compiling dunce v1.0.5 |
| 1377 | 2026-08-25T22:38:12.839Z | Compiling base64 v0.22.1 |
| 1378 | 2026-08-25T22:38:12.854Z | Compiling schemars v0.8.22 |
| 1379 | 2026-08-25T22:38:12.893Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-08-25T22:38:12.908Z | Compiling rand_core v0.9.5 |
| 1381 | 2026-08-25T22:38:12.932Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-08-25T22:38:12.946Z | Compiling dyn-clone v1.0.20 |
| 1383 | 2026-08-25T22:38:12.959Z | Compiling syn v1.0.109 |
| 1384 | 2026-08-25T22:38:12.976Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-08-25T22:38:13.018Z | Compiling cpufeatures v0.2.17 |
| 1386 | 2026-08-25T22:38:13.049Z | Compiling aws-lc-rs v1.16.3 |
| 1387 | 2026-08-25T22:38:13.092Z | Compiling simd-adler32 v0.3.8 |
| 1388 | 2026-08-25T22:38:13.107Z | Compiling spin v0.9.8 |
| 1389 | 2026-08-25T22:38:13.110Z | Compiling adler2 v2.0.1 |
| 1390 | 2026-08-25T22:38:13.172Z | Compiling cmake v0.1.57 |
| 1391 | 2026-08-25T22:38:13.195Z | Compiling cmov v0.5.4 |
| 1392 | 2026-08-25T22:38:13.210Z | Compiling httparse v1.10.1 |
| 1393 | 2026-08-25T22:38:13.267Z | Compiling tinyvec_macros v0.1.1 |
| 1394 | 2026-08-25T22:38:13.319Z | Compiling openssl-probe v0.2.1 |
| 1395 | 2026-08-25T22:38:13.344Z | Compiling crc32fast v1.5.0 |
| 1396 | 2026-08-25T22:38:13.371Z | Compiling tinyvec v1.10.0 |
| 1397 | 2026-08-25T22:38:13.375Z | Compiling miniz_oxide v0.8.9 |
| 1398 | 2026-08-25T22:38:13.399Z | Compiling ctutils v0.4.2 |
| 1399 | 2026-08-25T22:38:13.415Z | Compiling aho-corasick v1.1.4 |
| 1400 | 2026-08-25T22:38:13.520Z | Compiling bitflags v2.11.0 |
| 1401 | 2026-08-25T22:38:13.571Z | Compiling semver v1.0.28 |
| 1402 | 2026-08-25T22:38:13.584Z | Compiling indexmap v2.14.0 |
| 1403 | 2026-08-25T22:38:13.631Z | Compiling uuid v1.23.4 |
| 1404 | 2026-08-25T22:38:13.675Z | Compiling tower-service v0.3.3 |
| 1405 | 2026-08-25T22:38:13.706Z | Compiling try-lock v0.2.5 |
| 1406 | 2026-08-25T22:38:13.720Z | Compiling tower-layer v0.3.3 |
| 1407 | 2026-08-25T22:38:13.735Z | Compiling atomic-waker v1.1.2 |
| 1408 | 2026-08-25T22:38:13.769Z | Compiling radium v0.7.0 |
| 1409 | 2026-08-25T22:38:13.784Z | Compiling rustc_version v0.4.1 |
| 1410 | 2026-08-25T22:38:13.820Z | Compiling untrusted v0.7.1 |
| 1411 | 2026-08-25T22:38:13.873Z | Compiling want v0.3.1 |
| 1412 | 2026-08-25T22:38:13.960Z | Compiling wait-timeout v0.2.1 |
| 1413 | 2026-08-25T22:38:14.011Z | Compiling foreign-types-shared v0.1.1 |
| 1414 | 2026-08-25T22:38:14.082Z | Compiling aws-lc-sys v0.40.0 |
| 1415 | 2026-08-25T22:38:14.116Z | Compiling openssl-sys v0.9.117 |
| 1416 | 2026-08-25T22:38:14.144Z | Compiling untrusted v0.9.0 |
| 1417 | 2026-08-25T22:38:14.165Z | Compiling rustls v0.23.41 |
| 1418 | 2026-08-25T22:38:14.180Z | Compiling bit-vec v0.8.0 |
| 1419 | 2026-08-25T22:38:14.195Z | Compiling tap v1.0.1 |
| 1420 | 2026-08-25T22:38:14.297Z | Compiling synstructure v0.13.2 |
| 1421 | 2026-08-25T22:38:14.297Z | Compiling serde_derive_internals v0.29.1 |
| 1422 | 2026-08-25T22:38:14.325Z | Compiling pest_generator v2.8.6 |
| 1423 | 2026-08-25T22:38:14.328Z | Compiling darling_core v0.20.11 |
| 1424 | 2026-08-25T22:38:14.354Z | Compiling regex-automata v0.4.14 |
| 1425 | 2026-08-25T22:38:14.371Z | Compiling httpdate v1.0.3 |
| 1426 | 2026-08-25T22:38:14.409Z | Compiling openssl v0.10.80 |
| 1427 | 2026-08-25T22:38:14.458Z | Compiling quick-error v1.2.3 |
| 1428 | 2026-08-25T22:38:14.578Z | Compiling maybe-uninit v2.0.0 |
| 1429 | 2026-08-25T22:38:14.625Z | Compiling bit-set v0.8.0 |
| 1430 | 2026-08-25T22:38:14.663Z | Compiling tempfile v3.27.0 |
| 1431 | 2026-08-25T22:38:14.810Z | Compiling terminal_size v0.4.3 |
| 1432 | 2026-08-25T22:38:14.824Z | Compiling wyz v0.5.1 |
| 1433 | 2026-08-25T22:38:14.914Z | Compiling rusty-fork v0.3.1 |
| 1434 | 2026-08-25T22:38:14.947Z | Compiling foreign-types v0.3.2 |
| 1435 | 2026-08-25T22:38:14.963Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1436 | 2026-08-25T22:38:15.023Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1437 | 2026-08-25T22:38:15.038Z | Compiling unicode-normalization v0.1.25 |
| 1438 | 2026-08-25T22:38:15.054Z | Compiling num-integer v0.1.46 |
| 1439 | 2026-08-25T22:38:15.070Z | Compiling rand_xorshift v0.4.0 |
| 1440 | 2026-08-25T22:38:15.137Z | Compiling ahash v0.8.12 |
| 1441 | 2026-08-25T22:38:15.151Z | Compiling time-core v0.1.8 |
| 1442 | 2026-08-25T22:38:15.256Z | Compiling native-tls v0.2.18 |
| 1443 | 2026-08-25T22:38:15.259Z | Compiling packed_struct v0.10.1 |
| 1444 | 2026-08-25T22:38:15.259Z | Compiling funty v2.0.0 |
| 1445 | 2026-08-25T22:38:15.298Z | Compiling unarray v0.1.4 |
| 1446 | 2026-08-25T22:38:15.315Z | Compiling num-conv v0.2.0 |
| 1447 | 2026-08-25T22:38:15.330Z | Compiling paste v1.0.15 |
| 1448 | 2026-08-25T22:38:15.370Z | Compiling powerfmt v0.2.0 |
| 1449 | 2026-08-25T22:38:15.386Z | Compiling num-bigint-dig v0.8.6 |
| 1450 | 2026-08-25T22:38:15.459Z | Compiling time-macros v0.2.27 |
| 1451 | 2026-08-25T22:38:15.475Z | Compiling clap_builder v4.6.0 |
| 1452 | 2026-08-25T22:38:15.522Z | Compiling deranged v0.5.8 |
| 1453 | 2026-08-25T22:38:15.558Z | Compiling num-iter v0.1.45 |
| 1454 | 2026-08-25T22:38:15.612Z | Compiling bitvec v1.0.1 |
| 1455 | 2026-08-25T22:38:15.657Z | Compiling slog v2.8.2 |
| 1456 | 2026-08-25T22:38:15.679Z | Compiling lazy_static v1.5.0 |
| 1457 | 2026-08-25T22:38:15.692Z | Compiling sync_wrapper v1.0.2 |
| 1458 | 2026-08-25T22:38:15.782Z | Compiling syn v3.0.3 |
| 1459 | 2026-08-25T22:38:15.812Z | Compiling indexmap v1.9.3 |
| 1460 | 2026-08-25T22:38:15.882Z | Compiling object v0.37.3 |
| 1461 | 2026-08-25T22:38:15.896Z | Compiling num_threads v0.1.7 |
| 1462 | 2026-08-25T22:38:16.008Z | Compiling crc-catalog v2.4.0 |
| 1463 | 2026-08-25T22:38:16.023Z | Compiling zlib-rs v0.6.2 |
| 1464 | 2026-08-25T22:38:16.040Z | Compiling serde_derive v1.0.228 |
| 1465 | 2026-08-25T22:38:16.116Z | Compiling zeroize_derive v1.5.0 |
| 1466 | 2026-08-25T22:38:16.166Z | Compiling zerofrom-derive v0.1.6 |
| 1467 | 2026-08-25T22:38:16.275Z | Compiling zerocopy-derive v0.8.55 |
| 1468 | 2026-08-25T22:38:16.539Z | Compiling yoke-derive v0.8.1 |
| 1469 | 2026-08-25T22:38:16.564Z | Compiling zerovec-derive v0.11.2 |
| 1470 | 2026-08-25T22:38:16.682Z | Compiling displaydoc v0.2.5 |
| 1471 | 2026-08-25T22:38:16.697Z | Compiling tokio-macros v2.7.0 |
| 1472 | 2026-08-25T22:38:16.777Z | Compiling futures-macro v0.3.32 |
| 1473 | 2026-08-25T22:38:17.111Z | Compiling der_derive v0.7.3 |
| 1474 | 2026-08-25T22:38:17.338Z | Compiling thiserror-impl v2.0.18 |
| 1475 | 2026-08-25T22:38:17.469Z | Compiling schemars_derive v0.8.22 |
| 1476 | 2026-08-25T22:38:17.485Z | Compiling tracing-attributes v0.1.31 |
| 1477 | 2026-08-25T22:38:17.613Z | Compiling zerofrom v0.1.6 |
| 1478 | 2026-08-25T22:38:17.631Z | Compiling futures-util v0.3.32 |
| 1479 | 2026-08-25T22:38:17.741Z | Compiling pest_derive v2.8.6 |
| 1480 | 2026-08-25T22:38:17.755Z | Compiling scroll_derive v0.13.1 |
| 1481 | 2026-08-25T22:38:17.775Z | Compiling yoke v0.8.1 |
| 1482 | 2026-08-25T22:38:17.984Z | Compiling zerovec v0.11.5 |
| 1483 | 2026-08-25T22:38:18.124Z | Compiling zerotrie v0.2.3 |
| 1484 | 2026-08-25T22:38:18.231Z | Compiling darling_macro v0.20.11 |
| 1485 | 2026-08-25T22:38:18.469Z | Compiling tinystr v0.8.2 |
| 1486 | 2026-08-25T22:38:18.550Z | Compiling potential_utf v0.1.4 |
| 1487 | 2026-08-25T22:38:18.594Z | Compiling thiserror-impl v1.0.69 |
| 1488 | 2026-08-25T22:38:18.617Z | Compiling openssl-macros v0.1.1 |
| 1489 | 2026-08-25T22:38:18.636Z | Compiling icu_locale_core v2.1.1 |
| 1490 | 2026-08-25T22:38:18.692Z | Compiling icu_collections v2.1.1 |
| 1491 | 2026-08-25T22:38:18.737Z | Compiling scroll v0.13.0 |
| 1492 | 2026-08-25T22:38:18.751Z | Compiling thiserror v2.0.18 |
| 1493 | 2026-08-25T22:38:18.794Z | Compiling darling v0.20.11 |
| 1494 | 2026-08-25T22:38:18.817Z | Compiling packed_struct_codegen v0.10.1 |
| 1495 | 2026-08-25T22:38:18.868Z | Compiling tracing v0.1.44 |
| 1496 | 2026-08-25T22:38:18.883Z | Compiling zerocopy-derive v0.6.6 |
| 1497 | 2026-08-25T22:38:18.898Z | Compiling clap_derive v4.6.1 |
| 1498 | 2026-08-25T22:38:19.083Z | Compiling goblin v0.10.5 |
| 1499 | 2026-08-25T22:38:19.207Z | Compiling bitfield-macros v0.19.4 |
| 1500 | 2026-08-25T22:38:19.254Z | Compiling crossbeam-utils v0.8.21 |
| 1501 | 2026-08-25T22:38:19.308Z | Compiling siphasher v1.0.2 |
| 1502 | 2026-08-25T22:38:19.385Z | Compiling icu_provider v2.1.1 |
| 1503 | 2026-08-25T22:38:19.512Z | Compiling usdt-impl v0.6.0 |
| 1504 | 2026-08-25T22:38:19.559Z | Compiling zeroize v1.9.0 |
| 1505 | 2026-08-25T22:38:19.590Z | Compiling bytes v1.11.1 |
| 1506 | 2026-08-25T22:38:19.620Z | Compiling chrono v0.4.45 |
| 1507 | 2026-08-25T22:38:19.702Z | Compiling icu_properties v2.1.2 |
| 1508 | 2026-08-25T22:38:19.802Z | Compiling icu_normalizer v2.1.1 |
| 1509 | 2026-08-25T22:38:19.835Z | Compiling der v0.7.10 |
| 1510 | 2026-08-25T22:38:19.956Z | Compiling rustls-pki-types v1.14.0 |
| 1511 | 2026-08-25T22:38:19.972Z | Compiling hybrid-array v0.4.13 |
| 1512 | 2026-08-25T22:38:20.014Z | Compiling ipnet v2.12.0 |
| 1513 | 2026-08-25T22:38:20.029Z | Compiling hex v0.4.3 |
| 1514 | 2026-08-25T22:38:20.236Z | Compiling tokio v1.52.1 |
| 1515 | 2026-08-25T22:38:20.315Z | Compiling block-buffer v0.10.4 |
| 1516 | 2026-08-25T22:38:20.332Z | Compiling crypto-common v0.1.7 |
| 1517 | 2026-08-25T22:38:20.369Z | Compiling http v1.4.2 |
| 1518 | 2026-08-25T22:38:20.429Z | Compiling thiserror v1.0.69 |
| 1519 | 2026-08-25T22:38:20.496Z | Compiling digest v0.10.7 |
| 1520 | 2026-08-25T22:38:20.511Z | Compiling serde_spanned v0.6.9 |
| 1521 | 2026-08-25T22:38:20.527Z | Compiling toml_datetime v0.6.11 |
| 1522 | 2026-08-25T22:38:20.544Z | Compiling nodrop v0.1.14 |
| 1523 | 2026-08-25T22:38:20.646Z | Compiling idna_adapter v1.2.1 |
| 1524 | 2026-08-25T22:38:20.671Z | Compiling spki v0.7.3 |
| 1525 | 2026-08-25T22:38:20.767Z | Compiling idna v1.1.0 |
| 1526 | 2026-08-25T22:38:20.782Z | Compiling sha2 v0.10.9 |
| 1527 | 2026-08-25T22:38:20.786Z | Compiling signature v2.2.0 |
| 1528 | 2026-08-25T22:38:20.810Z | Compiling hmac v0.12.1 |
| 1529 | 2026-08-25T22:38:20.810Z | Compiling clap v4.6.1 |
| 1530 | 2026-08-25T22:38:20.837Z | Compiling array-init v0.0.4 |
| 1531 | 2026-08-25T22:38:20.902Z | Compiling ppv-lite86 v0.2.21 |
| 1532 | 2026-08-25T22:38:20.917Z | Compiling pkcs8 v0.10.2 |
| 1533 | 2026-08-25T22:38:21.001Z | Compiling http-body v1.0.1 |
| 1534 | 2026-08-25T22:38:21.051Z | Compiling bitfield v0.19.4 |
| 1535 | 2026-08-25T22:38:21.070Z | Compiling url v2.5.8 |
| 1536 | 2026-08-25T22:38:21.162Z | Compiling http-body-util v0.1.3 |
| 1537 | 2026-08-25T22:38:21.190Z | Compiling rand_chacha v0.9.0 |
| 1538 | 2026-08-25T22:38:21.205Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-08-25T22:38:21.229Z | Compiling pkcs1 v0.7.5 |
| 1540 | 2026-08-25T22:38:21.243Z | Compiling zerocopy v0.6.6 |
| 1541 | 2026-08-25T22:38:21.362Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-08-25T22:38:21.422Z | Compiling rand v0.9.2 |
| 1543 | 2026-08-25T22:38:21.447Z | Compiling rand v0.8.6 |
| 1544 | 2026-08-25T22:38:21.643Z | Compiling daft-derive v0.1.8 |
| 1545 | 2026-08-25T22:38:21.666Z | Compiling flate2 v1.1.9 |
| 1546 | 2026-08-25T22:38:21.866Z | Compiling dof v0.4.0 |
| 1547 | 2026-08-25T22:38:21.891Z | Compiling derive_builder_core v0.20.2 |
| 1548 | 2026-08-25T22:38:21.909Z | Compiling dtrace-parser v0.3.0 |
| 1549 | 2026-08-25T22:38:21.988Z | Compiling proptest v1.11.0 |
| 1550 | 2026-08-25T22:38:22.113Z | Compiling time v0.3.47 |
| 1551 | 2026-08-25T22:38:22.210Z | Compiling crc v3.4.0 |
| 1552 | 2026-08-25T22:38:22.238Z | Compiling structmeta-derive v0.3.0 |
| 1553 | 2026-08-25T22:38:22.276Z | Compiling scroll_derive v0.12.1 |
| 1554 | 2026-08-25T22:38:22.353Z | Compiling ipnetwork v0.21.1 |
| 1555 | 2026-08-25T22:38:22.414Z | Compiling smallvec v0.6.14 |
| 1556 | 2026-08-25T22:38:22.627Z | Compiling oxnet v0.1.6 |
| 1557 | 2026-08-25T22:38:22.658Z | Compiling darling_core v0.23.0 |
| 1558 | 2026-08-25T22:38:22.762Z | Compiling heapless v0.7.17 |
| 1559 | 2026-08-25T22:38:22.776Z | Compiling thread-id v5.1.0 |
| 1560 | 2026-08-25T22:38:22.872Z | Compiling env_filter v2.0.0 |
| 1561 | 2026-08-25T22:38:22.887Z | Compiling cookie v0.18.1 |
| 1562 | 2026-08-25T22:38:22.915Z | Compiling iri-string v0.7.10 |
| 1563 | 2026-08-25T22:38:22.959Z | Compiling unicode-properties v0.1.4 |
| 1564 | 2026-08-25T22:38:23.021Z | Compiling signal-hook v0.3.18 |
| 1565 | 2026-08-25T22:38:23.042Z | Compiling zstd-safe v7.2.4 |
| 1566 | 2026-08-25T22:38:23.075Z | Compiling ryu v1.0.23 |
| 1567 | 2026-08-25T22:38:23.089Z | Compiling base64 v0.21.7 |
| 1568 | 2026-08-25T22:38:23.178Z | Compiling unicode-bidi v0.3.18 |
| 1569 | 2026-08-25T22:38:23.192Z | Compiling hashbrown v0.12.3 |
| 1570 | 2026-08-25T22:38:23.209Z | Compiling allocator-api2 v0.2.21 |
| 1571 | 2026-08-25T22:38:23.253Z | Compiling gimli v0.32.3 |
| 1572 | 2026-08-25T22:38:23.270Z | Compiling winnow v0.5.40 |
| 1573 | 2026-08-25T22:38:23.338Z | Compiling anyhow v1.0.104 |
| 1574 | 2026-08-25T22:38:23.361Z | Compiling structmeta v0.3.0 |
| 1575 | 2026-08-25T22:38:23.409Z | Compiling ron v0.8.1 |
| 1576 | 2026-08-25T22:38:23.548Z | Compiling stringprep v0.1.5 |
| 1577 | 2026-08-25T22:38:23.598Z | Compiling serde_urlencoded v0.7.1 |
| 1578 | 2026-08-25T22:38:23.705Z | Compiling rsa v0.9.10 |
| 1579 | 2026-08-25T22:38:23.709Z | Compiling env_logger v0.11.11 |
| 1580 | 2026-08-25T22:38:23.790Z | Compiling scroll v0.12.0 |
| 1581 | 2026-08-25T22:38:23.886Z | Compiling derive_builder_macro v0.20.2 |
| 1582 | 2026-08-25T22:38:23.999Z | Compiling tokio-util v0.7.18 |
| 1583 | 2026-08-25T22:38:24.055Z | Compiling tower v0.5.3 |
| 1584 | 2026-08-25T22:38:24.098Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-08-25T22:38:24.128Z | Compiling serde-hex v0.1.0 |
| 1586 | 2026-08-25T22:38:24.388Z | Compiling newtype-uuid v1.3.2 |
| 1587 | 2026-08-25T22:38:24.429Z | Compiling camino v1.2.5 |
| 1588 | 2026-08-25T22:38:24.453Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1589 | 2026-08-25T22:38:24.490Z | Compiling tower-http v0.6.8 |
| 1590 | 2026-08-25T22:38:24.648Z | Compiling daft v0.1.8 |
| 1591 | 2026-08-25T22:38:24.694Z | Compiling toml_edit v0.19.15 |
| 1592 | 2026-08-25T22:38:24.737Z | Compiling h2 v0.4.15 |
| 1593 | 2026-08-25T22:38:24.752Z | Compiling bzip2 v0.4.4 |
| 1594 | 2026-08-25T22:38:24.837Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1595 | 2026-08-25T22:38:24.959Z | Compiling hashbrown v0.13.2 |
| 1596 | 2026-08-25T22:38:24.981Z | Compiling addr2line v0.25.1 |
| 1597 | 2026-08-25T22:38:25.111Z | Compiling x509-cert v0.2.5 |
| 1598 | 2026-08-25T22:38:25.180Z | Compiling darling_macro v0.23.0 |
| 1599 | 2026-08-25T22:38:25.251Z | Compiling md-5 v0.10.6 |
| 1600 | 2026-08-25T22:38:25.323Z | Compiling crypto-common v0.2.2 |
| 1601 | 2026-08-25T22:38:25.422Z | Compiling block-padding v0.4.2 |
| 1602 | 2026-08-25T22:38:25.435Z | Compiling block-buffer v0.12.1 |
| 1603 | 2026-08-25T22:38:25.465Z | Compiling rustls-native-certs v0.8.3 |
| 1604 | 2026-08-25T22:38:25.623Z | Compiling serde_tokenstream v0.2.3 |
| 1605 | 2026-08-25T22:38:25.658Z | Compiling bstr v1.12.1 |
| 1606 | 2026-08-25T22:38:25.700Z | Compiling async-trait v0.1.89 |
| 1607 | 2026-08-25T22:38:25.775Z | Compiling pin-project-internal v1.1.11 |
| 1608 | 2026-08-25T22:38:25.931Z | Compiling zerocopy-derive v0.7.35 |
| 1609 | 2026-08-25T22:38:25.973Z | Compiling curve25519-dalek v4.1.3 |
| 1610 | 2026-08-25T22:38:26.012Z | Compiling vergen-lib v9.1.0 |
| 1611 | 2026-08-25T22:38:26.201Z | Compiling hash32 v0.2.1 |
| 1612 | 2026-08-25T22:38:26.317Z | Compiling memoffset v0.9.1 |
| 1613 | 2026-08-25T22:38:26.331Z | Compiling encoding_rs v0.8.35 |
| 1614 | 2026-08-25T22:38:26.407Z | Compiling psl-types v2.0.11 |
| 1615 | 2026-08-25T22:38:26.527Z | Compiling rustc-demangle v0.1.27 |
| 1616 | 2026-08-25T22:38:26.545Z | Compiling rustix v0.38.44 |
| 1617 | 2026-08-25T22:38:26.749Z | Compiling mime v0.3.17 |
| 1618 | 2026-08-25T22:38:26.772Z | Compiling cfg_aliases v0.2.1 |
| 1619 | 2026-08-25T22:38:26.833Z | Compiling litrs v1.0.0 |
| 1620 | 2026-08-25T22:38:26.848Z | Compiling fallible-iterator v0.2.0 |
| 1621 | 2026-08-25T22:38:26.863Z | Compiling crc-any v2.5.0 |
| 1622 | 2026-08-25T22:38:26.908Z | Compiling smoltcp v0.9.1 |
| 1623 | 2026-08-25T22:38:26.923Z | Compiling owo-colors v4.3.0 |
| 1624 | 2026-08-25T22:38:26.938Z | Compiling ref-cast v1.0.25 |
| 1625 | 2026-08-25T22:38:27.019Z | Compiling pin-project v1.1.11 |
| 1626 | 2026-08-25T22:38:27.108Z | Compiling backtrace v0.3.76 |
| 1627 | 2026-08-25T22:38:27.131Z | Compiling postgres-protocol v0.6.10 |
| 1628 | 2026-08-25T22:38:27.172Z | Compiling nix v0.31.2 |
| 1629 | 2026-08-25T22:38:27.176Z | Compiling zerocopy v0.7.35 |
| 1630 | 2026-08-25T22:38:27.333Z | Compiling publicsuffix v2.3.0 |
| 1631 | 2026-08-25T22:38:27.363Z | Compiling document-features v0.2.12 |
| 1632 | 2026-08-25T22:38:27.420Z | Compiling toml v0.7.8 |
| 1633 | 2026-08-25T22:38:27.434Z | Compiling darling v0.23.0 |
| 1634 | 2026-08-25T22:38:27.468Z | Compiling inout v0.2.2 |
| 1635 | 2026-08-25T22:38:27.522Z | Compiling object v0.30.4 |
| 1636 | 2026-08-25T22:38:27.537Z | Compiling zip v0.6.6 |
| 1637 | 2026-08-25T22:38:27.562Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1638 | 2026-08-25T22:38:27.624Z | Compiling derive_builder v0.20.2 |
| 1639 | 2026-08-25T22:38:27.664Z | Compiling goblin v0.8.2 |
| 1640 | 2026-08-25T22:38:27.838Z | Compiling derive-ex v0.1.8 |
| 1641 | 2026-08-25T22:38:27.873Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-25T22:38:27.968Z | Compiling futures-executor v0.3.32 |
| 1643 | 2026-08-25T22:38:28.028Z | Compiling phf_shared v0.13.1 |
| 1644 | 2026-08-25T22:38:28.062Z | Compiling hubpack_derive v0.1.1 |
| 1645 | 2026-08-25T22:38:28.077Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1646 | 2026-08-25T22:38:28.100Z | Compiling regex v1.12.3 |
| 1647 | 2026-08-25T22:38:28.133Z | Compiling strum_macros v0.27.2 |
| 1648 | 2026-08-25T22:38:28.242Z | Compiling snafu-derive v0.8.9 |
| 1649 | 2026-08-25T22:38:28.296Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1650 | 2026-08-25T22:38:28.312Z | Compiling ref-cast-impl v1.0.25 |
| 1651 | 2026-08-25T22:38:28.315Z | Compiling vergen v9.1.0 |
| 1652 | 2026-08-25T22:38:28.528Z | Compiling cargo-platform v0.3.2 |
| 1653 | 2026-08-25T22:38:28.555Z | Compiling ff v0.13.1 |
| 1654 | 2026-08-25T22:38:28.568Z | Compiling fs-err v3.3.0 |
| 1655 | 2026-08-25T22:38:28.709Z | Compiling either v1.15.0 |
| 1656 | 2026-08-25T22:38:28.775Z | Compiling managed v0.8.0 |
| 1657 | 2026-08-25T22:38:28.816Z | Compiling path-slash v0.1.5 |
| 1658 | 2026-08-25T22:38:28.887Z | Compiling jiff-core v0.1.0 |
| 1659 | 2026-08-25T22:38:28.927Z | Compiling bitflags v1.3.2 |
| 1660 | 2026-08-25T22:38:28.941Z | Compiling same-file v1.0.6 |
| 1661 | 2026-08-25T22:38:28.965Z | Compiling hyper-util v0.1.20 |
| 1662 | 2026-08-25T22:38:28.979Z | Compiling bumpalo v3.20.2 |
| 1663 | 2026-08-25T22:38:29.014Z | Compiling foldhash v0.1.5 |
| 1664 | 2026-08-25T22:38:29.048Z | Compiling libbz2-rs-sys v0.2.2 |
| 1665 | 2026-08-25T22:38:29.118Z | Compiling foldhash v0.2.0 |
| 1666 | 2026-08-25T22:38:29.220Z | Compiling unicode-segmentation v1.12.0 |
| 1667 | 2026-08-25T22:38:29.250Z | Compiling base16ct v0.2.0 |
| 1668 | 2026-08-25T22:38:29.357Z | Compiling is_ci v1.2.0 |
| 1669 | 2026-08-25T22:38:29.447Z | Compiling textwrap v0.16.2 |
| 1670 | 2026-08-25T22:38:29.473Z | Compiling supports-color v3.0.2 |
| 1671 | 2026-08-25T22:38:29.513Z | Compiling bzip2 v0.6.1 |
| 1672 | 2026-08-25T22:38:29.536Z | Compiling sec1 v0.7.3 |
| 1673 | 2026-08-25T22:38:29.597Z | Compiling test-strategy v0.4.5 |
| 1674 | 2026-08-25T22:38:29.628Z | Compiling hashbrown v0.16.1 |
| 1675 | 2026-08-25T22:38:29.661Z | Compiling jiff v0.2.34 |
| 1676 | 2026-08-25T22:38:29.743Z | Compiling zopfli v0.8.3 |
| 1677 | 2026-08-25T22:38:29.758Z | Compiling hashbrown v0.15.5 |
| 1678 | 2026-08-25T22:38:29.840Z | Compiling walkdir v2.5.0 |
| 1679 | 2026-08-25T22:38:29.926Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1680 | 2026-08-25T22:38:30.016Z | Compiling dof v0.3.0 |
| 1681 | 2026-08-25T22:38:30.194Z | Compiling strum v0.27.2 |
| 1682 | 2026-08-25T22:38:30.233Z | Compiling snafu v0.8.9 |
| 1683 | 2026-08-25T22:38:30.445Z | Compiling hyper-tls v0.6.0 |
| 1684 | 2026-08-25T22:38:30.460Z | Compiling cargo_metadata v0.23.1 |
| 1685 | 2026-08-25T22:38:30.464Z | Compiling group v0.13.0 |
| 1686 | 2026-08-25T22:38:30.490Z | Compiling hubpack v0.1.2 |
| 1687 | 2026-08-25T22:38:30.629Z | Compiling reqwest v0.12.28 |
| 1688 | 2026-08-25T22:38:30.675Z | Compiling phf v0.13.1 |
| 1689 | 2026-08-25T22:38:30.700Z | Compiling futures v0.3.32 |
| 1690 | 2026-08-25T22:38:30.731Z | Compiling cookie_store v0.22.1 |
| 1691 | 2026-08-25T22:38:30.760Z | Compiling zstd v0.13.3 |
| 1692 | 2026-08-25T22:38:30.793Z | Compiling signal-hook-mio v0.2.5 |
| 1693 | 2026-08-25T22:38:30.851Z | Compiling cipher v0.5.2 |
| 1694 | 2026-08-25T22:38:30.964Z | Compiling backtrace-ext v0.2.1 |
| 1695 | 2026-08-25T22:38:31.020Z | Compiling serde_with_macros v3.21.0 |
| 1696 | 2026-08-25T22:38:31.046Z | Compiling postgres-types v0.2.12 |
| 1697 | 2026-08-25T22:38:31.201Z | Compiling globset v0.4.18 |
| 1698 | 2026-08-25T22:38:31.224Z | Compiling usdt-macro v0.6.0 |
| 1699 | 2026-08-25T22:38:31.227Z | Compiling usdt-attr-macro v0.6.0 |
| 1700 | 2026-08-25T22:38:31.388Z | Compiling byte-wrapper v0.1.0 |
| 1701 | 2026-08-25T22:38:31.403Z | Compiling ed25519 v2.2.3 |
| 1702 | 2026-08-25T22:38:31.606Z | Compiling hkdf v0.12.4 |
| 1703 | 2026-08-25T22:38:31.736Z | Compiling dtrace-parser v0.2.0 |
| 1704 | 2026-08-25T22:38:31.794Z | Compiling crypto-bigint v0.5.5 |
| 1705 | 2026-08-25T22:38:31.834Z | Compiling olpc-cjson v0.1.4 |
| 1706 | 2026-08-25T22:38:31.894Z | Compiling serde-big-array v0.5.1 |
| 1707 | 2026-08-25T22:38:31.909Z | Compiling serde_plain v1.0.2 |
| 1708 | 2026-08-25T22:38:32.012Z | Compiling phf_shared v0.11.3 |
| 1709 | 2026-08-25T22:38:32.015Z | Compiling serde_repr v0.1.20 |
| 1710 | 2026-08-25T22:38:32.060Z | Compiling enum-as-inner v0.6.1 |
| 1711 | 2026-08-25T22:38:32.090Z | Compiling strum_macros v0.26.4 |
| 1712 | 2026-08-25T22:38:32.121Z | Compiling async-recursion v1.1.1 |
| 1713 | 2026-08-25T22:38:32.200Z | Compiling miette-derive v7.6.0 |
| 1714 | 2026-08-25T22:38:32.226Z | Compiling float-cmp v0.10.0 |
| 1715 | 2026-08-25T22:38:32.305Z | Compiling pem v3.0.6 |
| 1716 | 2026-08-25T22:38:32.325Z | Compiling thread-id v4.2.2 |
| 1717 | 2026-08-25T22:38:32.385Z | Compiling memmap2 v0.9.10 |
| 1718 | 2026-08-25T22:38:32.421Z | Compiling precomputed-hash v0.1.1 |
| 1719 | 2026-08-25T22:38:32.501Z | Compiling normalize-line-endings v0.3.0 |
| 1720 | 2026-08-25T22:38:32.523Z | Compiling data-encoding v2.10.0 |
| 1721 | 2026-08-25T22:38:32.572Z | Compiling supports-hyperlinks v3.2.0 |
| 1722 | 2026-08-25T22:38:32.595Z | Compiling cpufeatures v0.3.0 |
| 1723 | 2026-08-25T22:38:32.610Z | Compiling typed-path v0.9.3 |
| 1724 | 2026-08-25T22:38:32.624Z | Compiling whoami v2.1.0 |
| 1725 | 2026-08-25T22:38:32.648Z | Compiling fixedbitset v0.4.2 |
| 1726 | 2026-08-25T22:38:32.685Z | Compiling keccak v0.1.6 |
| 1727 | 2026-08-25T22:38:32.744Z | Compiling winnow v1.0.3 |
| 1728 | 2026-08-25T22:38:32.817Z | Compiling const-oid v0.10.2 |
| 1729 | 2026-08-25T22:38:32.883Z | Compiling predicates-core v1.0.10 |
| 1730 | 2026-08-25T22:38:33.018Z | Compiling new_debug_unreachable v1.0.6 |
| 1731 | 2026-08-25T22:38:33.033Z | Compiling fixedbitset v0.5.7 |
| 1732 | 2026-08-25T22:38:33.061Z | Compiling difflib v0.4.0 |
| 1733 | 2026-08-25T22:38:33.075Z | Compiling static_assertions v1.1.0 |
| 1734 | 2026-08-25T22:38:33.104Z | Compiling supports-unicode v3.0.0 |
| 1735 | 2026-08-25T22:38:33.155Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1736 | 2026-08-25T22:38:33.237Z | Compiling string_cache v0.8.9 |
| 1737 | 2026-08-25T22:38:33.251Z | Compiling petgraph v0.8.3 |
| 1738 | 2026-08-25T22:38:33.255Z | Compiling digest v0.11.3 |
| 1739 | 2026-08-25T22:38:33.279Z | Compiling tokio-postgres v0.7.16 |
| 1740 | 2026-08-25T22:38:33.354Z | Compiling predicates v3.1.4 |
| 1741 | 2026-08-25T22:38:33.402Z | Compiling miette v7.6.0 |
| 1742 | 2026-08-25T22:38:33.431Z | Compiling sha3 v0.10.8 |
| 1743 | 2026-08-25T22:38:33.488Z | Compiling hickory-proto v0.25.2 |
| 1744 | 2026-08-25T22:38:33.520Z | Compiling petgraph v0.6.5 |
| 1745 | 2026-08-25T22:38:33.622Z | Compiling elliptic-curve v0.13.8 |
| 1746 | 2026-08-25T22:38:33.853Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1747 | 2026-08-25T22:38:33.868Z | Compiling chacha20 v0.10.0 |
| 1748 | 2026-08-25T22:38:33.883Z | Compiling strum v0.26.3 |
| 1749 | 2026-08-25T22:38:33.901Z | Compiling toml_edit v0.22.27 |
| 1750 | 2026-08-25T22:38:33.918Z | Compiling usdt v0.6.0 |
| 1751 | 2026-08-25T22:38:34.025Z | Compiling usdt-impl v0.5.0 |
| 1752 | 2026-08-25T22:38:34.070Z | Compiling serde_with v3.21.0 |
| 1753 | 2026-08-25T22:38:34.092Z | Compiling crossterm v0.28.1 |
| 1754 | 2026-08-25T22:38:34.227Z | Compiling zip v4.6.1 |
| 1755 | 2026-08-25T22:38:34.306Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1756 | 2026-08-25T22:38:34.370Z | Compiling ed25519-dalek v2.2.0 |
| 1757 | 2026-08-25T22:38:34.936Z | Compiling iddqd v0.4.2 |
| 1758 | 2026-08-25T22:38:34.958Z | Compiling heck v0.4.1 |
| 1759 | 2026-08-25T22:38:35.079Z | Compiling similar v2.7.0 |
| 1760 | 2026-08-25T22:38:35.105Z | Compiling itertools v0.15.0 |
| 1761 | 2026-08-25T22:38:35.196Z | Compiling itertools v0.13.0 |
| 1762 | 2026-08-25T22:38:35.211Z | Compiling crossbeam-epoch v0.9.18 |
| 1763 | 2026-08-25T22:38:35.269Z | Compiling oxide-generation v0.1.3 |
| 1764 | 2026-08-25T22:38:35.387Z | Compiling tokio-stream v0.1.18 |
| 1765 | 2026-08-25T22:38:35.552Z | Compiling buf-list v1.1.2 |
| 1766 | 2026-08-25T22:38:35.591Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1767 | 2026-08-25T22:38:35.616Z | Compiling openapiv3 v2.2.0 |
| 1768 | 2026-08-25T22:38:35.841Z | Compiling lalrpop-util v0.19.12 |
| 1769 | 2026-08-25T22:38:35.857Z | Compiling peg-runtime v0.8.5 |
| 1770 | 2026-08-25T22:38:35.873Z | Compiling thread_local v1.1.9 |
| 1771 | 2026-08-25T22:38:35.920Z | Compiling slog-async v2.8.0 |
| 1772 | 2026-08-25T22:38:35.935Z | Compiling crossbeam-channel v0.5.15 |
| 1773 | 2026-08-25T22:38:35.963Z | Compiling is-terminal v0.4.17 |
| 1774 | 2026-08-25T22:38:36.033Z | Compiling filetime v0.2.27 |
| 1775 | 2026-08-25T22:38:36.058Z | Compiling take_mut v0.2.2 |
| 1776 | 2026-08-25T22:38:36.080Z | Compiling xattr v1.6.1 |
| 1777 | 2026-08-25T22:38:36.153Z | Compiling term v1.2.1 |
| 1778 | 2026-08-25T22:38:36.168Z | Compiling camino-tempfile v1.4.1 |
| 1779 | 2026-08-25T22:38:36.226Z | Compiling tar v0.4.46 |
| 1780 | 2026-08-25T22:38:36.424Z | Compiling slog-term v2.9.2 |
| 1781 | 2026-08-25T22:38:53.607Z | Compiling rustls-webpki v0.103.13 |
| 1782 | 2026-08-25T22:38:56.284Z | Compiling tokio-rustls v0.26.4 |
| 1783 | 2026-08-25T22:38:56.284Z | Compiling rustls-platform-verifier v0.6.2 |
| 1784 | 2026-08-25T22:38:56.287Z | Compiling tough v0.22.0 |
| 1785 | 2026-08-25T22:38:56.503Z | Compiling hyper-rustls v0.27.7 |
| 1786 | 2026-08-25T22:38:56.686Z | Compiling reqwest v0.13.2 |
| 1787 | 2026-08-25T22:38:58.814Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1788 | 2026-08-25T22:38:59.049Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1789 | 2026-08-25T22:39:01.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.36s |
| 1790 | 2026-08-25T22:39:02.063Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1791 | 2026-08-25T22:39:02.118Z | Aug 25 22:39:01.369 INFO Starting download, target: Cockroach |
| 1792 | 2026-08-25T22:39:02.118Z | Aug 25 22:39:01.369 INFO Starting download, target: MaghemiteMgd |
| 1793 | 2026-08-25T22:39:02.118Z | Aug 25 22:39:01.369 INFO Starting download, target: DendriteStub |
| 1794 | 2026-08-25T22:39:02.122Z | Aug 25 22:39:01.369 INFO Starting download, target: Console |
| 1795 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.369 INFO Starting download, target: Clickhouse |
| 1796 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.369 INFO Starting download, target: TransceiverControl |
| 1797 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.369 INFO Starting download, target: MaghemiteDdmd |
| 1798 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1799 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1800 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1801 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1802 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1803 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1804 | 2026-08-25T22:39:02.123Z | Aug 25 22:39:01.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1805 | 2026-08-25T22:39:03.878Z | Aug 25 22:39:03.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1806 | 2026-08-25T22:39:03.945Z | Aug 25 22:39:03.190 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1807 | 2026-08-25T22:39:04.153Z | Aug 25 22:39:03.376 INFO Download complete, target: Console |
| 1808 | 2026-08-25T22:39:04.198Z | Aug 25 22:39:03.422 INFO Download complete, target: TransceiverControl |
| 1809 | 2026-08-25T22:39:05.065Z | Aug 25 22:39:04.262 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1810 | 2026-08-25T22:39:06.217Z | Aug 25 22:39:05.467 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1811 | 2026-08-25T22:39:06.832Z | Aug 25 22:39:06.033 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1812 | 2026-08-25T22:39:07.236Z | Aug 25 22:39:06.457 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1813 | 2026-08-25T22:39:08.168Z | Aug 25 22:39:07.405 INFO Download complete, target: MaghemiteDdmd |
| 1814 | 2026-08-25T22:39:08.296Z | Aug 25 22:39:07.540 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1815 | 2026-08-25T22:39:08.296Z | Aug 25 22:39:07.540 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1816 | 2026-08-25T22:39:09.298Z | Aug 25 22:39:08.544 INFO Download complete, target: DendriteStub |
| 1817 | 2026-08-25T22:39:09.847Z | Aug 25 22:39:09.082 INFO Download complete, target: MaghemiteMgd |
| 1818 | 2026-08-25T22:39:11.908Z | Aug 25 22:39:11.159 INFO Checking that binary works, target: Clickhouse |
| 1819 | 2026-08-25T22:39:12.131Z | Aug 25 22:39:11.382 INFO Download complete, target: Clickhouse |
| 1820 | 2026-08-25T22:39:12.963Z | Aug 25 22:39:12.214 INFO Checking that binary works, target: Cockroach |
| 1821 | 2026-08-25T22:39:13.175Z | Aug 25 22:39:12.426 INFO Download complete, target: Cockroach |
| 1822 | 2026-08-25T22:39:13.181Z | All prerequisites installed successfully |
| 1823 | 2026-08-25T22:39:13.185Z | |
| 1824 | 2026-08-25T22:39:13.185Z | real 1:58.668919763 |
| 1825 | 2026-08-25T22:39:13.185Z | user 7:19.494252597 |
| 1826 | 2026-08-25T22:39:13.185Z | sys 1:44.740932537 |
| 1827 | 2026-08-25T22:39:13.185Z | trap 0.281557735 |
| 1828 | 2026-08-25T22:39:13.185Z | tflt 2.334674382 |
| 1829 | 2026-08-25T22:39:13.185Z | dflt 2.944463374 |
| 1830 | 2026-08-25T22:39:13.185Z | kflt 0.074862469 |
| 1831 | 2026-08-25T22:39:13.185Z | lock 29:22.030202249 |
| 1832 | 2026-08-25T22:39:13.185Z | slp 20:33.694729554 |
| 1833 | 2026-08-25T22:39:13.185Z | lat 25.637122351 |
| 1834 | 2026-08-25T22:39:13.185Z | stop 3:25.153374003 |
| 1835 | 2026-08-25T22:39:13.185Z | + ptime -m cargo xtask download softnpu |
| 1836 | 2026-08-25T22:39:13.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1837 | 2026-08-25T22:39:13.671Z | Running `target/debug/xtask download softnpu` |
| 1838 | 2026-08-25T22:39:14.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1839 | 2026-08-25T22:39:14.510Z | Running `target/debug/xtask-downloader softnpu` |
| 1840 | 2026-08-25T22:39:14.548Z | Aug 25 22:39:13.799 INFO Starting download, target: Softnpu |
| 1841 | 2026-08-25T22:39:14.552Z | Aug 25 22:39:13.799 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1842 | 2026-08-25T22:39:15.184Z | Aug 25 22:39:14.435 INFO Download complete, target: Softnpu |
| 1843 | 2026-08-25T22:39:15.187Z | |
| 1844 | 2026-08-25T22:39:15.187Z | real 1.999211016 |
| 1845 | 2026-08-25T22:39:15.187Z | user 1.324927437 |
| 1846 | 2026-08-25T22:39:15.187Z | sys 0.621457088 |
| 1847 | 2026-08-25T22:39:15.187Z | trap 0.000488302 |
| 1848 | 2026-08-25T22:39:15.187Z | tflt 0.000450790 |
| 1849 | 2026-08-25T22:39:15.187Z | dflt 0.000495734 |
| 1850 | 2026-08-25T22:39:15.187Z | kflt 0.000000000 |
| 1851 | 2026-08-25T22:39:15.187Z | lock 11.815223630 |
| 1852 | 2026-08-25T22:39:15.187Z | slp 0.488589083 |
| 1853 | 2026-08-25T22:39:15.187Z | lat 0.094779998 |
| 1854 | 2026-08-25T22:39:15.187Z | stop 0.000156618 |
| 1855 | 2026-08-25T22:39:15.191Z | + export CARGO_INCREMENTAL=0 |
| 1856 | 2026-08-25T22:39:15.191Z | + CARGO_INCREMENTAL=0 |
| 1857 | 2026-08-25T22:39:15.191Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1858 | 2026-08-25T22:39:16.103Z | Compiling proc-macro2 v1.0.106 |
| 1859 | 2026-08-25T22:39:16.104Z | Compiling quote v1.0.45 |
| 1860 | 2026-08-25T22:39:16.104Z | Compiling unicode-ident v1.0.24 |
| 1861 | 2026-08-25T22:39:16.108Z | Compiling serde_core v1.0.228 |
| 1862 | 2026-08-25T22:39:16.108Z | Compiling libc v0.2.185 |
| 1863 | 2026-08-25T22:39:16.108Z | Compiling serde v1.0.228 |
| 1864 | 2026-08-25T22:39:16.108Z | Compiling cfg-if v1.0.4 |
| 1865 | 2026-08-25T22:39:16.108Z | Compiling version_check v0.9.5 |
| 1866 | 2026-08-25T22:39:16.108Z | Compiling autocfg v1.5.0 |
| 1867 | 2026-08-25T22:39:16.108Z | Compiling shlex v1.3.0 |
| 1868 | 2026-08-25T22:39:16.251Z | Compiling find-msvc-tools v0.1.9 |
| 1869 | 2026-08-25T22:39:16.256Z | Compiling memchr v2.8.0 |
| 1870 | 2026-08-25T22:39:16.256Z | Compiling zmij v1.0.21 |
| 1871 | 2026-08-25T22:39:16.256Z | Compiling serde_json v1.0.151 |
| 1872 | 2026-08-25T22:39:16.434Z | Compiling portable-atomic v1.13.1 |
| 1873 | 2026-08-25T22:39:16.465Z | Compiling zerocopy v0.8.55 |
| 1874 | 2026-08-25T22:39:16.510Z | Compiling libm v0.2.16 |
| 1875 | 2026-08-25T22:39:16.624Z | Compiling getrandom v0.4.3 |
| 1876 | 2026-08-25T22:39:16.642Z | Compiling icu_normalizer_data v2.1.1 |
| 1877 | 2026-08-25T22:39:16.645Z | Compiling icu_properties_data v2.1.2 |
| 1878 | 2026-08-25T22:39:16.672Z | Compiling parking_lot_core v0.9.12 |
| 1879 | 2026-08-25T22:39:16.837Z | Compiling num-traits v0.2.19 |
| 1880 | 2026-08-25T22:39:16.867Z | Compiling generic-array v0.14.7 |
| 1881 | 2026-08-25T22:39:16.871Z | Compiling smallvec v1.15.1 |
| 1882 | 2026-08-25T22:39:16.897Z | Compiling itoa v1.0.17 |
| 1883 | 2026-08-25T22:39:16.901Z | Compiling log v0.4.33 |
| 1884 | 2026-08-25T22:39:16.901Z | Compiling pkg-config v0.3.32 |
| 1885 | 2026-08-25T22:39:16.959Z | Compiling subtle v2.6.1 |
| 1886 | 2026-08-25T22:39:17.067Z | Compiling stable_deref_trait v1.2.1 |
| 1887 | 2026-08-25T22:39:17.086Z | Compiling rustix v1.1.4 |
| 1888 | 2026-08-25T22:39:17.171Z | Compiling typenum v1.20.1 |
| 1889 | 2026-08-25T22:39:17.233Z | Compiling getrandom v0.3.4 |
| 1890 | 2026-08-25T22:39:17.252Z | Compiling scopeguard v1.2.0 |
| 1891 | 2026-08-25T22:39:17.299Z | Compiling jobserver v0.1.34 |
| 1892 | 2026-08-25T22:39:17.302Z | Compiling errno v0.3.14 |
| 1893 | 2026-08-25T22:39:17.316Z | Compiling thiserror v2.0.18 |
| 1894 | 2026-08-25T22:39:17.394Z | Compiling lock_api v0.4.14 |
| 1895 | 2026-08-25T22:39:17.501Z | Compiling rand_core v0.10.0 |
| 1896 | 2026-08-25T22:39:17.553Z | Compiling cc v1.2.56 |
| 1897 | 2026-08-25T22:39:17.564Z | Compiling getrandom v0.2.17 |
| 1898 | 2026-08-25T22:39:17.659Z | Compiling syn v2.0.117 |
| 1899 | 2026-08-25T22:39:17.723Z | Compiling equivalent v1.0.2 |
| 1900 | 2026-08-25T22:39:17.727Z | Compiling critical-section v1.2.0 |
| 1901 | 2026-08-25T22:39:17.738Z | Compiling heck v0.5.0 |
| 1902 | 2026-08-25T22:39:17.753Z | Compiling schemars v0.8.22 |
| 1903 | 2026-08-25T22:39:17.837Z | Compiling rand_core v0.6.4 |
| 1904 | 2026-08-25T22:39:17.883Z | Compiling pin-project-lite v0.2.17 |
| 1905 | 2026-08-25T22:39:17.922Z | Compiling litemap v0.8.1 |
| 1906 | 2026-08-25T22:39:17.977Z | Compiling percent-encoding v2.3.2 |
| 1907 | 2026-08-25T22:39:18.004Z | Compiling writeable v0.6.2 |
| 1908 | 2026-08-25T22:39:18.016Z | Compiling syn v1.0.109 |
| 1909 | 2026-08-25T22:39:18.019Z | Compiling rustversion v1.0.22 |
| 1910 | 2026-08-25T22:39:18.109Z | Compiling hashbrown v0.17.0 |
| 1911 | 2026-08-25T22:39:18.123Z | Compiling once_cell v1.21.3 |
| 1912 | 2026-08-25T22:39:18.285Z | Compiling cmake v0.1.57 |
| 1913 | 2026-08-25T22:39:18.301Z | Compiling dunce v1.0.5 |
| 1914 | 2026-08-25T22:39:18.318Z | Compiling fs_extra v1.3.0 |
| 1915 | 2026-08-25T22:39:18.351Z | Compiling byteorder v1.5.0 |
| 1916 | 2026-08-25T22:39:18.414Z | Compiling utf8_iter v1.0.4 |
| 1917 | 2026-08-25T22:39:18.417Z | Compiling strsim v0.11.1 |
| 1918 | 2026-08-25T22:39:18.611Z | Compiling semver v1.0.28 |
| 1919 | 2026-08-25T22:39:18.615Z | Compiling bitflags v2.11.0 |
| 1920 | 2026-08-25T22:39:18.645Z | Compiling indexmap v2.14.0 |
| 1921 | 2026-08-25T22:39:18.758Z | Compiling form_urlencoded v1.2.2 |
| 1922 | 2026-08-25T22:39:18.844Z | Compiling aws-lc-sys v0.40.0 |
| 1923 | 2026-08-25T22:39:18.860Z | Compiling signal-hook-registry v1.4.8 |
| 1924 | 2026-08-25T22:39:18.879Z | Compiling thiserror v1.0.69 |
| 1925 | 2026-08-25T22:39:18.909Z | Compiling parking_lot v0.12.5 |
| 1926 | 2026-08-25T22:39:18.924Z | Compiling socket2 v0.6.3 |
| 1927 | 2026-08-25T22:39:19.019Z | Compiling mio v1.2.0 |
| 1928 | 2026-08-25T22:39:19.257Z | Compiling aws-lc-rs v1.16.3 |
| 1929 | 2026-08-25T22:39:19.295Z | Compiling const-oid v0.9.6 |
| 1930 | 2026-08-25T22:39:19.324Z | Compiling futures-core v0.3.32 |
| 1931 | 2026-08-25T22:39:19.396Z | Compiling regex-syntax v0.8.10 |
| 1932 | 2026-08-25T22:39:19.426Z | Compiling httparse v1.10.1 |
| 1933 | 2026-08-25T22:39:19.430Z | Compiling fnv v1.0.7 |
| 1934 | 2026-08-25T22:39:19.772Z | Compiling iana-time-zone v0.1.65 |
| 1935 | 2026-08-25T22:39:19.777Z | Compiling crc32fast v1.5.0 |
| 1936 | 2026-08-25T22:39:19.792Z | Compiling ucd-trie v0.1.7 |
| 1937 | 2026-08-25T22:39:19.938Z | Compiling ident_case v1.0.1 |
| 1938 | 2026-08-25T22:39:19.949Z | Compiling pest v2.8.6 |
| 1939 | 2026-08-25T22:39:19.964Z | Compiling vcpkg v0.2.15 |
| 1940 | 2026-08-25T22:39:20.058Z | Compiling uuid v1.23.4 |
| 1941 | 2026-08-25T22:39:20.141Z | Compiling rustc_version v0.4.1 |
| 1942 | 2026-08-25T22:39:20.226Z | Compiling futures-sink v0.3.32 |
| 1943 | 2026-08-25T22:39:20.305Z | Compiling rustls v0.23.41 |
| 1944 | 2026-08-25T22:39:20.414Z | Compiling futures-channel v0.3.32 |
| 1945 | 2026-08-25T22:39:20.431Z | Compiling synstructure v0.13.2 |
| 1946 | 2026-08-25T22:39:20.453Z | Compiling serde_derive_internals v0.29.1 |
| 1947 | 2026-08-25T22:39:20.549Z | Compiling openssl-sys v0.9.117 |
| 1948 | 2026-08-25T22:39:20.699Z | Compiling aho-corasick v1.1.4 |
| 1949 | 2026-08-25T22:39:20.721Z | Compiling dyn-clone v1.0.20 |
| 1950 | 2026-08-25T22:39:20.793Z | Compiling futures-io v0.3.32 |
| 1951 | 2026-08-25T22:39:20.834Z | Compiling slab v0.4.12 |
| 1952 | 2026-08-25T22:39:20.847Z | Compiling futures-task v0.3.32 |
| 1953 | 2026-08-25T22:39:21.060Z | Compiling pest_meta v2.8.6 |
| 1954 | 2026-08-25T22:39:21.087Z | Compiling time-core v0.1.8 |
| 1955 | 2026-08-25T22:39:21.099Z | Compiling plain v0.2.3 |
| 1956 | 2026-08-25T22:39:21.099Z | Compiling radium v0.7.0 |
| 1957 | 2026-08-25T22:39:21.119Z | Compiling num-conv v0.2.0 |
| 1958 | 2026-08-25T22:39:21.232Z | Compiling crossbeam-utils v0.8.21 |
| 1959 | 2026-08-25T22:39:21.268Z | Compiling base64ct v1.8.3 |
| 1960 | 2026-08-25T22:39:21.300Z | Compiling time-macros v0.2.27 |
| 1961 | 2026-08-25T22:39:21.367Z | Compiling openssl v0.10.80 |
| 1962 | 2026-08-25T22:39:21.381Z | Compiling maybe-uninit v2.0.0 |
| 1963 | 2026-08-25T22:39:21.433Z | Compiling base64 v0.22.1 |
| 1964 | 2026-08-25T22:39:21.477Z | Compiling pretty-hex v0.4.1 |
| 1965 | 2026-08-25T22:39:21.515Z | Compiling regex-automata v0.4.14 |
| 1966 | 2026-08-25T22:39:21.529Z | Compiling pem-rfc7468 v0.7.0 |
| 1967 | 2026-08-25T22:39:21.562Z | Compiling rand_core v0.9.5 |
| 1968 | 2026-08-25T22:39:21.584Z | Compiling slog v2.8.2 |
| 1969 | 2026-08-25T22:39:21.624Z | Compiling flagset v0.4.7 |
| 1970 | 2026-08-25T22:39:21.643Z | Compiling pest_generator v2.8.6 |
| 1971 | 2026-08-25T22:39:21.657Z | Compiling darling_core v0.23.0 |
| 1972 | 2026-08-25T22:39:21.680Z | Compiling serde_derive v1.0.228 |
| 1973 | 2026-08-25T22:39:21.787Z | Compiling zeroize_derive v1.5.0 |
| 1974 | 2026-08-25T22:39:21.830Z | Compiling zerofrom-derive v0.1.6 |
| 1975 | 2026-08-25T22:39:21.830Z | Compiling yoke-derive v0.8.1 |
| 1976 | 2026-08-25T22:39:21.860Z | Compiling zerocopy-derive v0.8.55 |
| 1977 | 2026-08-25T22:39:21.860Z | Compiling zerovec-derive v0.11.2 |
| 1978 | 2026-08-25T22:39:21.881Z | Compiling displaydoc v0.2.5 |
| 1979 | 2026-08-25T22:39:21.939Z | Compiling tokio-macros v2.7.0 |
| 1980 | 2026-08-25T22:39:21.960Z | Compiling futures-macro v0.3.32 |
| 1981 | 2026-08-25T22:39:22.095Z | Compiling thiserror-impl v2.0.18 |
| 1982 | 2026-08-25T22:39:22.270Z | Compiling schemars_derive v0.8.22 |
| 1983 | 2026-08-25T22:39:22.304Z | Compiling der_derive v0.7.3 |
| 1984 | 2026-08-25T22:39:22.337Z | Compiling tracing-attributes v0.1.31 |
| 1985 | 2026-08-25T22:39:22.410Z | Compiling thiserror-impl v1.0.69 |
| 1986 | 2026-08-25T22:39:22.563Z | Compiling pest_derive v2.8.6 |
| 1987 | 2026-08-25T22:39:22.631Z | Compiling scroll_derive v0.13.1 |
| 1988 | 2026-08-25T22:39:22.785Z | Compiling futures-util v0.3.32 |
| 1989 | 2026-08-25T22:39:22.884Z | Compiling scroll_derive v0.12.1 |
| 1990 | 2026-08-25T22:39:22.907Z | Compiling openssl-macros v0.1.1 |
| 1991 | 2026-08-25T22:39:22.947Z | Compiling zerofrom v0.1.6 |
| 1992 | 2026-08-25T22:39:23.097Z | Compiling yoke v0.8.1 |
| 1993 | 2026-08-25T22:39:23.314Z | Compiling zerovec v0.11.5 |
| 1994 | 2026-08-25T22:39:23.366Z | Compiling zerotrie v0.2.3 |
| 1995 | 2026-08-25T22:39:23.454Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1996 | 2026-08-25T22:39:23.517Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1997 | 2026-08-25T22:39:23.534Z | Compiling ahash v0.8.12 |
| 1998 | 2026-08-25T22:39:23.557Z | Compiling anyhow v1.0.104 |
| 1999 | 2026-08-25T22:39:23.731Z | Compiling packed_struct v0.10.1 |
| 2000 | 2026-08-25T22:39:23.770Z | Compiling native-tls v0.2.18 |
| 2001 | 2026-08-25T22:39:23.820Z | Compiling num-bigint-dig v0.8.6 |
| 2002 | 2026-08-25T22:39:23.858Z | Compiling tinystr v0.8.2 |
| 2003 | 2026-08-25T22:39:23.894Z | Compiling potential_utf v0.1.4 |
| 2004 | 2026-08-25T22:39:23.934Z | Compiling paste v1.0.15 |
| 2005 | 2026-08-25T22:39:23.947Z | Compiling darling_macro v0.23.0 |
| 2006 | 2026-08-25T22:39:23.991Z | Compiling regex v1.12.3 |
| 2007 | 2026-08-25T22:39:24.008Z | Compiling zerocopy-derive v0.7.35 |
| 2008 | 2026-08-25T22:39:24.074Z | Compiling icu_locale_core v2.1.1 |
| 2009 | 2026-08-25T22:39:24.091Z | Compiling icu_collections v2.1.1 |
| 2010 | 2026-08-25T22:39:24.466Z | Compiling tracing-core v0.1.36 |
| 2011 | 2026-08-25T22:39:24.562Z | Compiling cookie v0.18.1 |
| 2012 | 2026-08-25T22:39:24.645Z | Compiling cpufeatures v0.2.17 |
| 2013 | 2026-08-25T22:39:24.751Z | Compiling icu_provider v2.1.1 |
| 2014 | 2026-08-25T22:39:24.795Z | Compiling camino v1.2.5 |
| 2015 | 2026-08-25T22:39:24.850Z | Compiling zeroize v1.9.0 |
| 2016 | 2026-08-25T22:39:24.961Z | Compiling bytes v1.11.1 |
| 2017 | 2026-08-25T22:39:25.014Z | Compiling chrono v0.4.45 |
| 2018 | 2026-08-25T22:39:25.101Z | Compiling icu_properties v2.1.2 |
| 2019 | 2026-08-25T22:39:25.115Z | Compiling icu_normalizer v2.1.1 |
| 2020 | 2026-08-25T22:39:25.499Z | Compiling tokio v1.52.1 |
| 2021 | 2026-08-25T22:39:25.578Z | Compiling crypto-common v0.1.7 |
| 2022 | 2026-08-25T22:39:25.719Z | Compiling block-buffer v0.10.4 |
| 2023 | 2026-08-25T22:39:25.822Z | Compiling serde_tokenstream v0.2.3 |
| 2024 | 2026-08-25T22:39:25.862Z | Compiling digest v0.10.7 |
| 2025 | 2026-08-25T22:39:25.929Z | Compiling der v0.7.10 |
| 2026 | 2026-08-25T22:39:26.100Z | Compiling idna_adapter v1.2.1 |
| 2027 | 2026-08-25T22:39:26.131Z | Compiling ppv-lite86 v0.2.21 |
| 2028 | 2026-08-25T22:39:26.170Z | Compiling http v1.4.2 |
| 2029 | 2026-08-25T22:39:26.253Z | Compiling idna v1.1.0 |
| 2030 | 2026-08-25T22:39:26.411Z | Compiling rand_chacha v0.9.0 |
| 2031 | 2026-08-25T22:39:26.503Z | Compiling toml_datetime v0.6.11 |
| 2032 | 2026-08-25T22:39:26.589Z | Compiling url v2.5.8 |
| 2033 | 2026-08-25T22:39:26.668Z | Compiling rand v0.9.2 |
| 2034 | 2026-08-25T22:39:26.673Z | Compiling serde_spanned v0.6.9 |
| 2035 | 2026-08-25T22:39:26.756Z | Compiling spki v0.7.3 |
| 2036 | 2026-08-25T22:39:26.787Z | Compiling tracing v0.1.44 |
| 2037 | 2026-08-25T22:39:26.932Z | Compiling darling v0.23.0 |
| 2038 | 2026-08-25T22:39:26.975Z | Compiling packed_struct_codegen v0.10.1 |
| 2039 | 2026-08-25T22:39:27.029Z | Compiling zerocopy-derive v0.6.6 |
| 2040 | 2026-08-25T22:39:27.044Z | Compiling bitfield-macros v0.19.4 |
| 2041 | 2026-08-25T22:39:27.127Z | Compiling clap_derive v4.6.1 |
| 2042 | 2026-08-25T22:39:27.373Z | Compiling syn v3.0.3 |
| 2043 | 2026-08-25T22:39:27.476Z | Compiling indexmap v1.9.3 |
| 2044 | 2026-08-25T22:39:27.693Z | Compiling simd-adler32 v0.3.8 |
| 2045 | 2026-08-25T22:39:27.742Z | Compiling object v0.37.3 |
| 2046 | 2026-08-25T22:39:27.809Z | Compiling fastrand v2.3.0 |
| 2047 | 2026-08-25T22:39:28.034Z | Compiling http-body v1.0.1 |
| 2048 | 2026-08-25T22:39:28.073Z | Compiling pkcs8 v0.10.2 |
| 2049 | 2026-08-25T22:39:28.142Z | Compiling rustls-pki-types v1.14.0 |
| 2050 | 2026-08-25T22:39:28.386Z | Compiling spin v0.9.8 |
| 2051 | 2026-08-25T22:39:28.403Z | Compiling usdt-impl v0.5.0 |
| 2052 | 2026-08-25T22:39:28.573Z | Compiling either v1.15.0 |
| 2053 | 2026-08-25T22:39:28.590Z | Compiling cmov v0.5.4 |
| 2054 | 2026-08-25T22:39:28.615Z | Compiling adler2 v2.0.1 |
| 2055 | 2026-08-25T22:39:28.636Z | Compiling usdt-impl v0.6.0 |
| 2056 | 2026-08-25T22:39:28.776Z | Compiling anstyle v1.0.14 |
| 2057 | 2026-08-25T22:39:28.840Z | Compiling utf8parse v0.2.2 |
| 2058 | 2026-08-25T22:39:28.866Z | Compiling ref-cast v1.0.25 |
| 2059 | 2026-08-25T22:39:28.967Z | Compiling openssl-probe v0.2.1 |
| 2060 | 2026-08-25T22:39:28.981Z | Compiling tinyvec_macros v0.1.1 |
| 2061 | 2026-08-25T22:39:29.011Z | Compiling winnow v0.5.40 |
| 2062 | 2026-08-25T22:39:29.075Z | Compiling tinyvec v1.10.0 |
| 2063 | 2026-08-25T22:39:29.099Z | Compiling tempfile v3.27.0 |
| 2064 | 2026-08-25T22:39:29.103Z | Compiling anstyle-parse v1.0.0 |
| 2065 | 2026-08-25T22:39:29.162Z | Compiling ctutils v0.4.2 |
| 2066 | 2026-08-25T22:39:29.208Z | Compiling miniz_oxide v0.8.9 |
| 2067 | 2026-08-25T22:39:29.294Z | Compiling sha2 v0.10.9 |
| 2068 | 2026-08-25T22:39:29.435Z | Compiling tokio-util v0.7.18 |
| 2069 | 2026-08-25T22:39:29.453Z | Compiling scroll v0.12.0 |
| 2070 | 2026-08-25T22:39:29.458Z | Compiling scroll v0.13.0 |
| 2071 | 2026-08-25T22:39:29.612Z | Compiling async-trait v0.1.89 |
| 2072 | 2026-08-25T22:39:29.634Z | Compiling terminal_size v0.4.3 |
| 2073 | 2026-08-25T22:39:29.650Z | Compiling heapless v0.7.17 |
| 2074 | 2026-08-25T22:39:29.808Z | Compiling winnow v0.7.14 |
| 2075 | 2026-08-25T22:39:29.822Z | Compiling tower-layer v0.3.3 |
| 2076 | 2026-08-25T22:39:29.844Z | Compiling zstd-safe v7.2.4 |
| 2077 | 2026-08-25T22:39:29.903Z | Compiling tower-service v0.3.3 |
| 2078 | 2026-08-25T22:39:29.999Z | Compiling colorchoice v1.0.4 |
| 2079 | 2026-08-25T22:39:30.016Z | Compiling atomic-waker v1.1.2 |
| 2080 | 2026-08-25T22:39:30.054Z | Compiling is_terminal_polyfill v1.70.2 |
| 2081 | 2026-08-25T22:39:30.131Z | Compiling litrs v1.0.0 |
| 2082 | 2026-08-25T22:39:30.171Z | Compiling rustix v0.38.44 |
| 2083 | 2026-08-25T22:39:30.184Z | Compiling signal-hook v0.3.18 |
| 2084 | 2026-08-25T22:39:30.386Z | Compiling toml_edit v0.19.15 |
| 2085 | 2026-08-25T22:39:30.401Z | Compiling untrusted v0.7.1 |
| 2086 | 2026-08-25T22:39:30.419Z | Compiling daft-derive v0.1.8 |
| 2087 | 2026-08-25T22:39:30.434Z | Compiling anstyle-query v1.1.5 |
| 2088 | 2026-08-25T22:39:30.495Z | Compiling winnow v1.0.3 |
| 2089 | 2026-08-25T22:39:30.545Z | Compiling try-lock v0.2.5 |
| 2090 | 2026-08-25T22:39:30.587Z | Compiling document-features v0.2.12 |
| 2091 | 2026-08-25T22:39:30.668Z | Compiling h2 v0.4.15 |
| 2092 | 2026-08-25T22:39:30.693Z | Compiling want v0.3.1 |
| 2093 | 2026-08-25T22:39:30.726Z | Compiling anstream v1.0.0 |
| 2094 | 2026-08-25T22:39:31.169Z | Compiling goblin v0.8.2 |
| 2095 | 2026-08-25T22:39:31.270Z | Compiling goblin v0.10.5 |
| 2096 | 2026-08-25T22:39:31.316Z | Compiling hybrid-array v0.4.13 |
| 2097 | 2026-08-25T22:39:31.423Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2098 | 2026-08-25T22:39:31.507Z | Compiling itertools v0.15.0 |
| 2099 | 2026-08-25T22:39:31.945Z | Compiling ipnet v2.12.0 |
| 2100 | 2026-08-25T22:39:31.996Z | Compiling zerocopy v0.7.35 |
| 2101 | 2026-08-25T22:39:32.106Z | Compiling ref-cast-impl v1.0.25 |
| 2102 | 2026-08-25T22:39:32.120Z | Compiling structmeta-derive v0.3.0 |
| 2103 | 2026-08-25T22:39:32.185Z | Compiling curve25519-dalek v4.1.3 |
| 2104 | 2026-08-25T22:39:32.199Z | Compiling darling_core v0.20.11 |
| 2105 | 2026-08-25T22:39:32.438Z | Compiling wait-timeout v0.2.1 |
| 2106 | 2026-08-25T22:39:32.472Z | Compiling memoffset v0.9.1 |
| 2107 | 2026-08-25T22:39:33.012Z | Compiling untrusted v0.9.0 |
| 2108 | 2026-08-25T22:39:33.017Z | Compiling powerfmt v0.2.0 |
| 2109 | 2026-08-25T22:39:33.017Z | Compiling foreign-types-shared v0.1.1 |
| 2110 | 2026-08-25T22:39:33.017Z | Compiling httpdate v1.0.3 |
| 2111 | 2026-08-25T22:39:33.017Z | Compiling quick-error v1.2.3 |
| 2112 | 2026-08-25T22:39:33.017Z | Compiling bit-vec v0.8.0 |
| 2113 | 2026-08-25T22:39:33.017Z | Compiling tap v1.0.1 |
| 2114 | 2026-08-25T22:39:33.017Z | Compiling rusty-fork v0.3.1 |
| 2115 | 2026-08-25T22:39:33.017Z | Compiling deranged v0.5.8 |
| 2116 | 2026-08-25T22:39:33.017Z | Compiling foreign-types v0.3.2 |
| 2117 | 2026-08-25T22:39:33.032Z | Compiling wyz v0.5.1 |
| 2118 | 2026-08-25T22:39:33.101Z | Compiling bit-set v0.8.0 |
| 2119 | 2026-08-25T22:39:33.150Z | Compiling structmeta v0.3.0 |
| 2120 | 2026-08-25T22:39:33.276Z | Compiling unicode-normalization v0.1.25 |
| 2121 | 2026-08-25T22:39:33.392Z | Compiling ipnetwork v0.21.1 |
| 2122 | 2026-08-25T22:39:33.411Z | Compiling dof v0.3.0 |
| 2123 | 2026-08-25T22:39:33.485Z | Compiling dtrace-parser v0.2.0 |
| 2124 | 2026-08-25T22:39:33.759Z | Compiling rand_chacha v0.3.1 |
| 2125 | 2026-08-25T22:39:33.786Z | Compiling signature v2.2.0 |
| 2126 | 2026-08-25T22:39:33.953Z | Compiling hyper v1.10.1 |
| 2127 | 2026-08-25T22:39:33.965Z | Compiling dof v0.4.0 |
| 2128 | 2026-08-25T22:39:34.015Z | Compiling hex v0.4.3 |
| 2129 | 2026-08-25T22:39:34.132Z | Compiling dtrace-parser v0.3.0 |
| 2130 | 2026-08-25T22:39:34.148Z | Compiling rand_xorshift v0.4.0 |
| 2131 | 2026-08-25T22:39:34.172Z | Compiling darling_macro v0.20.11 |
| 2132 | 2026-08-25T22:39:34.233Z | Compiling pin-project-internal v1.1.11 |
| 2133 | 2026-08-25T22:39:34.334Z | Compiling num-integer v0.1.46 |
| 2134 | 2026-08-25T22:39:34.537Z | Compiling thread-id v4.2.2 |
| 2135 | 2026-08-25T22:39:34.541Z | Compiling thread-id v5.1.0 |
| 2136 | 2026-08-25T22:39:34.655Z | Compiling clap_lex v1.0.0 |
| 2137 | 2026-08-25T22:39:34.661Z | Compiling smoltcp v0.9.1 |
| 2138 | 2026-08-25T22:39:34.687Z | Compiling owo-colors v4.3.0 |
| 2139 | 2026-08-25T22:39:34.715Z | Compiling cfg_aliases v0.2.1 |
| 2140 | 2026-08-25T22:39:34.748Z | Compiling num_threads v0.1.7 |
| 2141 | 2026-08-25T22:39:34.863Z | Compiling unarray v0.1.4 |
| 2142 | 2026-08-25T22:39:34.882Z | Compiling funty v2.0.0 |
| 2143 | 2026-08-25T22:39:34.955Z | Compiling time v0.3.47 |
| 2144 | 2026-08-25T22:39:34.985Z | Compiling proptest v1.11.0 |
| 2145 | 2026-08-25T22:39:35.002Z | Compiling clap_builder v4.6.0 |
| 2146 | 2026-08-25T22:39:35.006Z | Compiling nix v0.31.2 |
| 2147 | 2026-08-25T22:39:35.006Z | Compiling darling v0.20.11 |
| 2148 | 2026-08-25T22:39:35.047Z | Compiling hyper-util v0.1.20 |
| 2149 | 2026-08-25T22:39:35.196Z | Compiling num-iter v0.1.45 |
| 2150 | 2026-08-25T22:39:35.228Z | Compiling bitvec v1.0.1 |
| 2151 | 2026-08-25T22:39:35.345Z | Compiling rand v0.8.6 |
| 2152 | 2026-08-25T22:39:35.563Z | Compiling lazy_static v1.5.0 |
| 2153 | 2026-08-25T22:39:35.669Z | Compiling hmac v0.12.1 |
| 2154 | 2026-08-25T22:39:35.887Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2155 | 2026-08-25T22:39:35.975Z | Compiling sync_wrapper v1.0.2 |
| 2156 | 2026-08-25T22:39:36.098Z | Compiling nodrop v0.1.14 |
| 2157 | 2026-08-25T22:39:36.356Z | Compiling siphasher v1.0.2 |
| 2158 | 2026-08-25T22:39:36.487Z | Compiling zlib-rs v0.6.2 |
| 2159 | 2026-08-25T22:39:36.524Z | Compiling crc-catalog v2.4.0 |
| 2160 | 2026-08-25T22:39:36.635Z | Compiling crc v3.4.0 |
| 2161 | 2026-08-25T22:39:36.680Z | Compiling clap v4.6.1 |
| 2162 | 2026-08-25T22:39:36.785Z | Compiling array-init v0.0.4 |
| 2163 | 2026-08-25T22:39:37.156Z | Compiling newtype-uuid v1.3.2 |
| 2164 | 2026-08-25T22:39:37.313Z | Compiling tower v0.5.3 |
| 2165 | 2026-08-25T22:39:37.794Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-08-25T22:39:37.809Z | Compiling smallvec v0.6.14 |
| 2167 | 2026-08-25T22:39:37.878Z | Compiling derive_builder_core v0.20.2 |
| 2168 | 2026-08-25T22:39:37.980Z | Compiling pkcs1 v0.7.5 |
| 2169 | 2026-08-25T22:39:38.013Z | Compiling http-body-util v0.1.3 |
| 2170 | 2026-08-25T22:39:38.051Z | Compiling zerocopy v0.6.6 |
| 2171 | 2026-08-25T22:39:38.089Z | Compiling bitfield v0.19.4 |
| 2172 | 2026-08-25T22:39:38.218Z | Compiling erased-serde v0.3.31 |
| 2173 | 2026-08-25T22:39:38.363Z | Compiling hubpack_derive v0.1.1 |
| 2174 | 2026-08-25T22:39:38.402Z | Compiling snafu-derive v0.8.9 |
| 2175 | 2026-08-25T22:39:38.419Z | Compiling strum_macros v0.27.2 |
| 2176 | 2026-08-25T22:39:38.435Z | Compiling strum_macros v0.26.4 |
| 2177 | 2026-08-25T22:39:38.583Z | Compiling flate2 v1.1.9 |
| 2178 | 2026-08-25T22:39:38.685Z | Compiling env_filter v2.0.0 |
| 2179 | 2026-08-25T22:39:38.830Z | Compiling fs-err v3.3.0 |
| 2180 | 2026-08-25T22:39:38.876Z | Compiling ryu v1.0.23 |
| 2181 | 2026-08-25T22:39:38.902Z | Compiling iri-string v0.7.10 |
| 2182 | 2026-08-25T22:39:38.986Z | Compiling base64 v0.21.7 |
| 2183 | 2026-08-25T22:39:38.989Z | Compiling hashbrown v0.12.3 |
| 2184 | 2026-08-25T22:39:39.069Z | Compiling unicode-segmentation v1.12.0 |
| 2185 | 2026-08-25T22:39:39.296Z | Compiling unicode-bidi v0.3.18 |
| 2186 | 2026-08-25T22:39:39.319Z | Compiling unicode-properties v0.1.4 |
| 2187 | 2026-08-25T22:39:39.483Z | Compiling allocator-api2 v0.2.21 |
| 2188 | 2026-08-25T22:39:39.496Z | Compiling gimli v0.32.3 |
| 2189 | 2026-08-25T22:39:39.773Z | Compiling stringprep v0.1.5 |
| 2190 | 2026-08-25T22:39:39.820Z | Compiling ron v0.8.1 |
| 2191 | 2026-08-25T22:39:39.993Z | Compiling serde_urlencoded v0.7.1 |
| 2192 | 2026-08-25T22:39:40.035Z | Compiling tower-http v0.6.8 |
| 2193 | 2026-08-25T22:39:40.168Z | Compiling env_logger v0.11.11 |
| 2194 | 2026-08-25T22:39:40.244Z | Compiling derive_builder_macro v0.20.2 |
| 2195 | 2026-08-25T22:39:40.275Z | Compiling rsa v0.9.10 |
| 2196 | 2026-08-25T22:39:40.464Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2197 | 2026-08-25T22:39:40.485Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2198 | 2026-08-25T22:39:40.684Z | Compiling daft v0.1.8 |
| 2199 | 2026-08-25T22:39:40.737Z | Compiling serde-hex v0.1.0 |
| 2200 | 2026-08-25T22:39:40.916Z | Compiling tokio-native-tls v0.3.1 |
| 2201 | 2026-08-25T22:39:40.932Z | Compiling hashbrown v0.13.2 |
| 2202 | 2026-08-25T22:39:40.968Z | Compiling bzip2 v0.4.4 |
| 2203 | 2026-08-25T22:39:40.996Z | Compiling usdt-macro v0.6.0 |
| 2204 | 2026-08-25T22:39:41.017Z | Compiling usdt-attr-macro v0.6.0 |
| 2205 | 2026-08-25T22:39:41.033Z | Compiling derive-ex v0.1.8 |
| 2206 | 2026-08-25T22:39:41.106Z | Compiling block-buffer v0.12.1 |
| 2207 | 2026-08-25T22:39:41.299Z | Compiling addr2line v0.25.1 |
| 2208 | 2026-08-25T22:39:41.316Z | Compiling crypto-common v0.2.2 |
| 2209 | 2026-08-25T22:39:41.381Z | Compiling block-padding v0.4.2 |
| 2210 | 2026-08-25T22:39:41.627Z | Compiling rustls-native-certs v0.8.3 |
| 2211 | 2026-08-25T22:39:41.660Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-08-25T22:39:41.749Z | Compiling md-5 v0.10.6 |
| 2213 | 2026-08-25T22:39:41.931Z | Compiling bstr v1.12.1 |
| 2214 | 2026-08-25T22:39:42.150Z | Compiling vergen-lib v9.1.0 |
| 2215 | 2026-08-25T22:39:42.158Z | Compiling hash32 v0.2.1 |
| 2216 | 2026-08-25T22:39:42.374Z | Compiling encoding_rs v0.8.35 |
| 2217 | 2026-08-25T22:39:42.544Z | Compiling psl-types v2.0.11 |
| 2218 | 2026-08-25T22:39:42.578Z | Compiling fallible-iterator v0.2.0 |
| 2219 | 2026-08-25T22:39:42.583Z | Compiling cpufeatures v0.3.0 |
| 2220 | 2026-08-25T22:39:42.583Z | Compiling unicode-width v0.2.0 |
| 2221 | 2026-08-25T22:39:42.666Z | Compiling mime v0.3.17 |
| 2222 | 2026-08-25T22:39:42.683Z | Compiling crc-any v2.5.0 |
| 2223 | 2026-08-25T22:39:42.888Z | Compiling rustc-demangle v0.1.27 |
| 2224 | 2026-08-25T22:39:42.931Z | Compiling postgres-protocol v0.6.10 |
| 2225 | 2026-08-25T22:39:42.934Z | Compiling publicsuffix v2.3.0 |
| 2226 | 2026-08-25T22:39:43.165Z | Compiling test-strategy v0.4.5 |
| 2227 | 2026-08-25T22:39:43.214Z | Compiling backtrace v0.3.76 |
| 2228 | 2026-08-25T22:39:43.709Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2229 | 2026-08-25T22:39:43.795Z | Compiling inout v0.2.2 |
| 2230 | 2026-08-25T22:39:43.900Z | Compiling object v0.30.4 |
| 2231 | 2026-08-25T22:39:43.941Z | Compiling zip v0.6.6 |
| 2232 | 2026-08-25T22:39:43.958Z | Compiling hyper-tls v0.6.0 |
| 2233 | 2026-08-25T22:39:43.990Z | Compiling derive_builder v0.20.2 |
| 2234 | 2026-08-25T22:39:44.045Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2235 | 2026-08-25T22:39:44.134Z | Compiling heck v0.4.1 |
| 2236 | 2026-08-25T22:39:44.151Z | Compiling phf_shared v0.13.1 |
| 2237 | 2026-08-25T22:39:44.204Z | Compiling pin-project v1.1.11 |
| 2238 | 2026-08-25T22:39:44.359Z | Compiling toml v0.7.8 |
| 2239 | 2026-08-25T22:39:44.458Z | Compiling serde_with_macros v3.21.0 |
| 2240 | 2026-08-25T22:39:44.488Z | Compiling futures-executor v0.3.32 |
| 2241 | 2026-08-25T22:39:44.758Z | Compiling serde_repr v0.1.20 |
| 2242 | 2026-08-25T22:39:44.813Z | Compiling miette-derive v7.6.0 |
| 2243 | 2026-08-25T22:39:44.885Z | Compiling async-recursion v1.1.1 |
| 2244 | 2026-08-25T22:39:44.907Z | Compiling enum-as-inner v0.6.1 |
| 2245 | 2026-08-25T22:39:44.967Z | Compiling ff v0.13.1 |
| 2246 | 2026-08-25T22:39:44.994Z | Compiling vergen v9.1.0 |
| 2247 | 2026-08-25T22:39:45.014Z | Compiling cargo-platform v0.3.2 |
| 2248 | 2026-08-25T22:39:45.127Z | Compiling foldhash v0.2.0 |
| 2249 | 2026-08-25T22:39:45.284Z | Compiling bitflags v1.3.2 |
| 2250 | 2026-08-25T22:39:45.299Z | Compiling jiff-core v0.1.0 |
| 2251 | 2026-08-25T22:39:45.351Z | Compiling bumpalo v3.20.2 |
| 2252 | 2026-08-25T22:39:45.374Z | Compiling same-file v1.0.6 |
| 2253 | 2026-08-25T22:39:45.507Z | Compiling foldhash v0.1.5 |
| 2254 | 2026-08-25T22:39:45.609Z | Compiling is_ci v1.2.0 |
| 2255 | 2026-08-25T22:39:45.627Z | Compiling base16ct v0.2.0 |
| 2256 | 2026-08-25T22:39:45.687Z | Compiling smawk v0.3.2 |
| 2257 | 2026-08-25T22:39:45.770Z | Compiling libbz2-rs-sys v0.2.2 |
| 2258 | 2026-08-25T22:39:45.810Z | Compiling managed v0.8.0 |
| 2259 | 2026-08-25T22:39:45.861Z | Compiling path-slash v0.1.5 |
| 2260 | 2026-08-25T22:39:45.894Z | Compiling unicode-linebreak v0.1.5 |
| 2261 | 2026-08-25T22:39:46.043Z | Compiling jiff v0.2.34 |
| 2262 | 2026-08-25T22:39:46.052Z | Compiling sec1 v0.7.3 |
| 2263 | 2026-08-25T22:39:46.137Z | Compiling textwrap v0.16.2 |
| 2264 | 2026-08-25T22:39:46.153Z | Compiling supports-color v3.0.2 |
| 2265 | 2026-08-25T22:39:46.157Z | Compiling hashbrown v0.15.5 |
| 2266 | 2026-08-25T22:39:46.264Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2267 | 2026-08-25T22:39:46.330Z | Compiling bzip2 v0.6.1 |
| 2268 | 2026-08-25T22:39:46.349Z | Compiling zopfli v0.8.3 |
| 2269 | 2026-08-25T22:39:46.536Z | Compiling walkdir v2.5.0 |
| 2270 | 2026-08-25T22:39:46.552Z | Compiling hashbrown v0.16.1 |
| 2271 | 2026-08-25T22:39:46.764Z | Compiling cargo_metadata v0.23.1 |
| 2272 | 2026-08-25T22:39:46.784Z | Compiling group v0.13.0 |
| 2273 | 2026-08-25T22:39:47.045Z | Compiling futures v0.3.32 |
| 2274 | 2026-08-25T22:39:47.395Z | Compiling phf v0.13.1 |
| 2275 | 2026-08-25T22:39:47.429Z | Compiling snafu v0.8.9 |
| 2276 | 2026-08-25T22:39:47.530Z | Compiling reqwest v0.12.28 |
| 2277 | 2026-08-25T22:39:47.618Z | Compiling signal-hook-mio v0.2.5 |
| 2278 | 2026-08-25T22:39:47.659Z | Compiling cipher v0.5.2 |
| 2279 | 2026-08-25T22:39:47.701Z | Compiling cookie_store v0.22.1 |
| 2280 | 2026-08-25T22:39:47.755Z | Compiling backtrace-ext v0.2.1 |
| 2281 | 2026-08-25T22:39:47.780Z | Compiling zstd v0.13.3 |
| 2282 | 2026-08-25T22:39:47.888Z | Compiling postgres-types v0.2.12 |
| 2283 | 2026-08-25T22:39:47.932Z | Compiling globset v0.4.18 |
| 2284 | 2026-08-25T22:39:47.950Z | Compiling strum v0.27.2 |
| 2285 | 2026-08-25T22:39:48.073Z | Compiling hubpack v0.1.2 |
| 2286 | 2026-08-25T22:39:48.198Z | Compiling phf_shared v0.11.3 |
| 2287 | 2026-08-25T22:39:48.221Z | Compiling hkdf v0.12.4 |
| 2288 | 2026-08-25T22:39:48.293Z | Compiling crossbeam-epoch v0.9.18 |
| 2289 | 2026-08-25T22:39:48.325Z | Compiling byte-wrapper v0.1.0 |
| 2290 | 2026-08-25T22:39:48.347Z | Compiling ed25519 v2.2.3 |
| 2291 | 2026-08-25T22:39:48.391Z | Compiling olpc-cjson v0.1.4 |
| 2292 | 2026-08-25T22:39:48.577Z | Compiling crypto-bigint v0.5.5 |
| 2293 | 2026-08-25T22:39:48.617Z | Compiling serde-big-array v0.5.1 |
| 2294 | 2026-08-25T22:39:48.632Z | Compiling serde_plain v1.0.2 |
| 2295 | 2026-08-25T22:39:48.666Z | Compiling pem v3.0.6 |
| 2296 | 2026-08-25T22:39:48.741Z | Compiling float-cmp v0.10.0 |
| 2297 | 2026-08-25T22:39:48.781Z | Compiling memmap2 v0.9.10 |
| 2298 | 2026-08-25T22:39:48.831Z | Compiling supports-unicode v3.0.0 |
| 2299 | 2026-08-25T22:39:48.903Z | Compiling fixedbitset v0.4.2 |
| 2300 | 2026-08-25T22:39:48.965Z | Compiling toml_write v0.1.2 |
| 2301 | 2026-08-25T22:39:49.015Z | Compiling unicode-width v0.1.14 |
| 2302 | 2026-08-25T22:39:49.029Z | Compiling difflib v0.4.0 |
| 2303 | 2026-08-25T22:39:49.076Z | Compiling fixedbitset v0.5.7 |
| 2304 | 2026-08-25T22:39:49.157Z | Compiling keccak v0.1.6 |
| 2305 | 2026-08-25T22:39:49.179Z | Compiling const-oid v0.10.2 |
| 2306 | 2026-08-25T22:39:49.182Z | Compiling predicates-core v1.0.10 |
| 2307 | 2026-08-25T22:39:49.267Z | Compiling normalize-line-endings v0.3.0 |
| 2308 | 2026-08-25T22:39:49.303Z | Compiling static_assertions v1.1.0 |
| 2309 | 2026-08-25T22:39:49.371Z | Compiling new_debug_unreachable v1.0.6 |
| 2310 | 2026-08-25T22:39:49.371Z | Compiling supports-hyperlinks v3.2.0 |
| 2311 | 2026-08-25T22:39:49.405Z | Compiling typed-path v0.9.3 |
| 2312 | 2026-08-25T22:39:49.409Z | Compiling data-encoding v2.10.0 |
| 2313 | 2026-08-25T22:39:49.409Z | Compiling whoami v2.1.0 |
| 2314 | 2026-08-25T22:39:49.409Z | Compiling precomputed-hash v0.1.1 |
| 2315 | 2026-08-25T22:39:49.478Z | Compiling elliptic-curve v0.13.8 |
| 2316 | 2026-08-25T22:39:49.478Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2317 | 2026-08-25T22:39:49.546Z | Compiling string_cache v0.8.9 |
| 2318 | 2026-08-25T22:39:49.560Z | Compiling miette v7.6.0 |
| 2319 | 2026-08-25T22:39:49.660Z | Compiling predicates v3.1.4 |
| 2320 | 2026-08-25T22:39:49.804Z | Compiling hickory-proto v0.25.2 |
| 2321 | 2026-08-25T22:39:49.862Z | Compiling tokio-postgres v0.7.16 |
| 2322 | 2026-08-25T22:39:49.952Z | Compiling digest v0.11.3 |
| 2323 | 2026-08-25T22:39:50.193Z | Compiling sha3 v0.10.8 |
| 2324 | 2026-08-25T22:39:50.265Z | Compiling petgraph v0.8.3 |
| 2325 | 2026-08-25T22:39:50.408Z | Compiling toml_edit v0.22.27 |
| 2326 | 2026-08-25T22:39:50.576Z | Compiling petgraph v0.6.5 |
| 2327 | 2026-08-25T22:39:50.679Z | Compiling chacha20 v0.10.0 |
| 2328 | 2026-08-25T22:39:50.779Z | Compiling usdt v0.6.0 |
| 2329 | 2026-08-25T22:39:51.929Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2330 | 2026-08-25T22:39:51.947Z | Compiling ed25519-dalek v2.2.0 |
| 2331 | 2026-08-25T22:39:52.190Z | Compiling zip v4.6.1 |
| 2332 | 2026-08-25T22:39:52.292Z | Compiling crossterm v0.28.1 |
| 2333 | 2026-08-25T22:39:52.679Z | Compiling iddqd v0.4.2 |
| 2334 | 2026-08-25T22:39:52.824Z | Compiling oxide-generation v0.1.3 |
| 2335 | 2026-08-25T22:39:53.033Z | Compiling serde_with v3.21.0 |
| 2336 | 2026-08-25T22:39:53.088Z | Compiling similar v2.7.0 |
| 2337 | 2026-08-25T22:39:53.147Z | Compiling strum v0.26.3 |
| 2338 | 2026-08-25T22:39:53.298Z | Compiling tokio-stream v0.1.18 |
| 2339 | 2026-08-25T22:39:53.433Z | Compiling buf-list v1.1.2 |
| 2340 | 2026-08-25T22:39:53.518Z | Compiling itertools v0.13.0 |
| 2341 | 2026-08-25T22:39:53.676Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2342 | 2026-08-25T22:39:53.768Z | Compiling openapiv3 v2.2.0 |
| 2343 | 2026-08-25T22:39:54.371Z | Compiling lalrpop-util v0.19.12 |
| 2344 | 2026-08-25T22:39:54.562Z | Compiling peg-runtime v0.8.5 |
| 2345 | 2026-08-25T22:40:08.943Z | Compiling rustls-webpki v0.103.13 |
| 2346 | 2026-08-25T22:40:12.901Z | Compiling tokio-rustls v0.26.4 |
| 2347 | 2026-08-25T22:40:13.053Z | Compiling rustls-platform-verifier v0.6.2 |
| 2348 | 2026-08-25T22:40:13.090Z | Compiling tough v0.22.0 |
| 2349 | 2026-08-25T22:40:13.180Z | Compiling hyper-rustls v0.27.7 |
| 2350 | 2026-08-25T22:40:13.503Z | Compiling reqwest v0.13.2 |
| 2351 | 2026-08-25T22:40:16.246Z | Compiling macaddr v1.0.1 |
| 2352 | 2026-08-25T22:40:16.424Z | Compiling crucible-workspace-hack v0.1.0 |
| 2353 | 2026-08-25T22:40:16.487Z | Compiling rayon-core v1.13.0 |
| 2354 | 2026-08-25T22:40:16.533Z | Compiling secrecy v0.10.3 |
| 2355 | 2026-08-25T22:40:16.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2356 | 2026-08-25T22:40:16.607Z | Compiling heapless v0.8.0 |
| 2357 | 2026-08-25T22:40:16.623Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2358 | 2026-08-25T22:40:16.711Z | Compiling crossbeam-deque v0.8.6 |
| 2359 | 2026-08-25T22:40:16.760Z | Compiling ingot-macros v0.2.0 |
| 2360 | 2026-08-25T22:40:16.779Z | Compiling inout v0.1.4 |
| 2361 | 2026-08-25T22:40:16.796Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2362 | 2026-08-25T22:40:16.828Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2363 | 2026-08-25T22:40:16.874Z | Compiling hash32 v0.3.1 |
| 2364 | 2026-08-25T22:40:16.926Z | Compiling multer v3.1.0 |
| 2365 | 2026-08-25T22:40:16.942Z | Compiling thread_local v1.1.9 |
| 2366 | 2026-08-25T22:40:16.977Z | Compiling smoltcp v0.11.0 |
| 2367 | 2026-08-25T22:40:16.995Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2368 | 2026-08-25T22:40:17.016Z | Compiling compression-core v0.4.31 |
| 2369 | 2026-08-25T22:40:17.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2370 | 2026-08-25T22:40:17.093Z | Compiling match_cfg v0.1.0 |
| 2371 | 2026-08-25T22:40:17.124Z | Compiling slog-async v2.8.0 |
| 2372 | 2026-08-25T22:40:17.188Z | Compiling hostname v0.3.1 |
| 2373 | 2026-08-25T22:40:17.204Z | Compiling compression-codecs v0.4.37 |
| 2374 | 2026-08-25T22:40:17.264Z | Compiling cipher v0.4.4 |
| 2375 | 2026-08-25T22:40:17.356Z | Compiling atomicwrites v0.4.4 |
| 2376 | 2026-08-25T22:40:17.373Z | Compiling slog-json v2.6.1 |
| 2377 | 2026-08-25T22:40:17.377Z | Compiling crossbeam-channel v0.5.15 |
| 2378 | 2026-08-25T22:40:17.513Z | Compiling proc-macro-crate v3.4.0 |
| 2379 | 2026-08-25T22:40:17.544Z | Compiling half v2.7.1 |
| 2380 | 2026-08-25T22:40:17.582Z | Compiling newtype-uuid-macros v0.1.0 |
| 2381 | 2026-08-25T22:40:17.642Z | Compiling universal-hash v0.5.1 |
| 2382 | 2026-08-25T22:40:17.659Z | Compiling cobs v0.3.0 |
| 2383 | 2026-08-25T22:40:17.730Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2384 | 2026-08-25T22:40:17.774Z | Compiling async-stream-impl v0.3.6 |
| 2385 | 2026-08-25T22:40:17.789Z | Compiling serde_spanned v1.1.1 |
| 2386 | 2026-08-25T22:40:17.812Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2387 | 2026-08-25T22:40:17.907Z | Compiling is-terminal v0.4.17 |
| 2388 | 2026-08-25T22:40:17.954Z | Compiling dropshot v0.17.1 |
| 2389 | 2026-08-25T22:40:17.958Z | Compiling proc-macro-error-attr v1.0.4 |
| 2390 | 2026-08-25T22:40:17.984Z | Compiling term v1.2.1 |
| 2391 | 2026-08-25T22:40:18.027Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2392 | 2026-08-25T22:40:18.080Z | Compiling take_mut v0.2.2 |
| 2393 | 2026-08-25T22:40:18.176Z | Compiling opaque-debug v0.3.1 |
| 2394 | 2026-08-25T22:40:18.192Z | Compiling ciborium-io v0.2.2 |
| 2395 | 2026-08-25T22:40:18.224Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2396 | 2026-08-25T22:40:18.266Z | Compiling convert_case v0.4.0 |
| 2397 | 2026-08-25T22:40:18.282Z | Compiling ciborium-ll v0.2.2 |
| 2398 | 2026-08-25T22:40:18.309Z | Compiling poly1305 v0.8.0 |
| 2399 | 2026-08-25T22:40:18.325Z | Compiling slog-term v2.9.2 |
| 2400 | 2026-08-25T22:40:18.328Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2401 | 2026-08-25T22:40:18.368Z | Compiling async-stream v0.3.6 |
| 2402 | 2026-08-25T22:40:18.465Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2403 | 2026-08-25T22:40:18.593Z | Compiling derive_more v0.99.20 |
| 2404 | 2026-08-25T22:40:18.688Z | Compiling num_enum_derive v0.7.6 |
| 2405 | 2026-08-25T22:40:18.757Z | Compiling thiserror-no-std v2.0.2 |
| 2406 | 2026-08-25T22:40:18.795Z | Compiling postcard v1.1.3 |
| 2407 | 2026-08-25T22:40:18.962Z | Compiling slog-bunyan v2.5.0 |
| 2408 | 2026-08-25T22:40:18.978Z | Compiling chacha20 v0.9.1 |
| 2409 | 2026-08-25T22:40:19.089Z | Compiling async-compression v0.4.41 |
| 2410 | 2026-08-25T22:40:19.256Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2411 | 2026-08-25T22:40:19.275Z | Compiling sha1 v0.11.0 |
| 2412 | 2026-08-25T22:40:19.386Z | Compiling ingot-types v0.2.0 |
| 2413 | 2026-08-25T22:40:19.575Z | Compiling parse-display-derive v0.10.0 |
| 2414 | 2026-08-25T22:40:19.592Z | Compiling proc-macro-crate v1.3.1 |
| 2415 | 2026-08-25T22:40:19.610Z | Compiling waitgroup v0.1.2 |
| 2416 | 2026-08-25T22:40:19.725Z | Compiling rustls-pemfile v2.2.0 |
| 2417 | 2026-08-25T22:40:19.741Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2418 | 2026-08-25T22:40:19.788Z | Compiling ingot v0.2.1 |
| 2419 | 2026-08-25T22:40:19.803Z | Compiling backon v1.6.0 |
| 2420 | 2026-08-25T22:40:19.860Z | Compiling dropshot_endpoint v0.17.1 |
| 2421 | 2026-08-25T22:40:19.940Z | Compiling blake2 v0.10.6 |
| 2422 | 2026-08-25T22:40:20.037Z | Compiling aead v0.5.2 |
| 2423 | 2026-08-25T22:40:20.066Z | Compiling password-hash v0.5.0 |
| 2424 | 2026-08-25T22:40:20.253Z | Compiling foreign-types-macros v0.2.3 |
| 2425 | 2026-08-25T22:40:20.364Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2426 | 2026-08-25T22:40:20.470Z | Compiling serde_path_to_error v0.1.20 |
| 2427 | 2026-08-25T22:40:20.577Z | Compiling hostname v0.4.2 |
| 2428 | 2026-08-25T22:40:20.765Z | Compiling proc-macro-error v1.0.4 |
| 2429 | 2026-08-25T22:40:20.784Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2430 | 2026-08-25T22:40:20.787Z | Compiling instant v0.1.13 |
| 2431 | 2026-08-25T22:40:20.801Z | Compiling foreign-types-shared v0.3.1 |
| 2432 | 2026-08-25T22:40:20.836Z | Compiling debug-ignore v1.0.5 |
| 2433 | 2026-08-25T22:40:20.922Z | Compiling foreign-types v0.5.0 |
| 2434 | 2026-08-25T22:40:20.937Z | Compiling backoff v0.4.0 |
| 2435 | 2026-08-25T22:40:20.955Z | Compiling argon2 v0.5.3 |
| 2436 | 2026-08-25T22:40:20.971Z | Compiling chacha20poly1305 v0.10.1 |
| 2437 | 2026-08-25T22:40:21.019Z | Compiling parse-display v0.10.0 |
| 2438 | 2026-08-25T22:40:21.037Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2439 | 2026-08-25T22:40:21.037Z | Compiling num_enum_derive v0.5.11 |
| 2440 | 2026-08-25T22:40:21.070Z | Compiling num_enum v0.7.6 |
| 2441 | 2026-08-25T22:40:21.109Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2442 | 2026-08-25T22:40:21.141Z | Compiling vsss-rs v3.3.4 |
| 2443 | 2026-08-25T22:40:21.278Z | Compiling ciborium v0.2.2 |
| 2444 | 2026-08-25T22:40:21.435Z | Compiling regress v0.10.5 |
| 2445 | 2026-08-25T22:40:21.482Z | Compiling itertools v0.14.0 |
| 2446 | 2026-08-25T22:40:21.540Z | Compiling tabwriter v1.4.1 |
| 2447 | 2026-08-25T22:40:21.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2448 | 2026-08-25T22:40:21.812Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2449 | 2026-08-25T22:40:21.927Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2450 | 2026-08-25T22:40:21.943Z | Compiling cstr-argument v0.1.2 |
| 2451 | 2026-08-25T22:40:21.971Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2452 | 2026-08-25T22:40:22.009Z | Compiling humantime v2.3.0 |
| 2453 | 2026-08-25T22:40:22.023Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2454 | 2026-08-25T22:40:22.103Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2455 | 2026-08-25T22:40:22.146Z | Compiling num_enum v0.5.11 |
| 2456 | 2026-08-25T22:40:22.199Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2457 | 2026-08-25T22:40:22.238Z | Compiling rayon v1.11.0 |
| 2458 | 2026-08-25T22:40:22.315Z | Compiling rand v0.10.1 |
| 2459 | 2026-08-25T22:40:22.409Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2460 | 2026-08-25T22:40:22.450Z | Compiling libefi-sys v0.1.0 |
| 2461 | 2026-08-25T22:40:22.469Z | Compiling colored v3.1.1 |
| 2462 | 2026-08-25T22:40:22.485Z | Compiling indent_write v2.2.0 |
| 2463 | 2026-08-25T22:40:22.502Z | Compiling zone_cfg_derive v0.3.1 |
| 2464 | 2026-08-25T22:40:22.533Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2465 | 2026-08-25T22:40:22.549Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2466 | 2026-08-25T22:40:22.666Z | Compiling camino-tempfile v1.4.1 |
| 2467 | 2026-08-25T22:40:22.699Z | Compiling itertools v0.12.1 |
| 2468 | 2026-08-25T22:40:22.727Z | Compiling usdt-attr-macro v0.5.0 |
| 2469 | 2026-08-25T22:40:22.779Z | Compiling usdt-macro v0.5.0 |
| 2470 | 2026-08-25T22:40:22.795Z | Compiling bitfield-struct v0.6.2 |
| 2471 | 2026-08-25T22:40:23.075Z | Compiling num-derive v0.4.2 |
| 2472 | 2026-08-25T22:40:23.093Z | Compiling blake3 v1.8.5 |
| 2473 | 2026-08-25T22:40:23.096Z | Compiling sigpipe v0.1.3 |
| 2474 | 2026-08-25T22:40:23.123Z | Compiling memmap v0.7.0 |
| 2475 | 2026-08-25T22:40:23.140Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2476 | 2026-08-25T22:40:23.225Z | Compiling glob v0.3.3 |
| 2477 | 2026-08-25T22:40:23.350Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2478 | 2026-08-25T22:40:23.378Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2479 | 2026-08-25T22:40:23.452Z | Compiling swrite v0.1.0 |
| 2480 | 2026-08-25T22:40:23.491Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2481 | 2026-08-25T22:40:23.508Z | Compiling usdt v0.5.0 |
| 2482 | 2026-08-25T22:40:23.593Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2483 | 2026-08-25T22:40:23.768Z | Compiling smf v0.2.3 |
| 2484 | 2026-08-25T22:40:23.783Z | Compiling filetime v0.2.27 |
| 2485 | 2026-08-25T22:40:23.819Z | Compiling arrayref v0.3.9 |
| 2486 | 2026-08-25T22:40:23.886Z | Compiling xattr v1.6.1 |
| 2487 | 2026-08-25T22:40:23.909Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2488 | 2026-08-25T22:40:23.951Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2489 | 2026-08-25T22:40:23.982Z | Compiling constant_time_eq v0.4.2 |
| 2490 | 2026-08-25T22:40:24.008Z | Compiling whoami v1.6.1 |
| 2491 | 2026-08-25T22:40:24.023Z | Compiling arrayvec v0.7.6 |
| 2492 | 2026-08-25T22:40:24.050Z | Compiling zone v0.3.1 |
| 2493 | 2026-08-25T22:40:24.103Z | Compiling tar v0.4.46 |
| 2494 | 2026-08-25T22:40:24.164Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2495 | 2026-08-25T22:40:24.181Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2496 | 2026-08-25T22:40:24.198Z | Compiling tokio-dtrace v0.1.1 |
| 2497 | 2026-08-25T22:40:24.273Z | Compiling gethostname v0.5.0 |
| 2498 | 2026-08-25T22:40:24.405Z | Compiling console v0.16.2 |
| 2499 | 2026-08-25T22:40:24.438Z | Compiling topological-sort v0.2.2 |
| 2500 | 2026-08-25T22:40:24.467Z | Compiling unit-prefix v0.5.2 |
| 2501 | 2026-08-25T22:40:24.542Z | Compiling oxide-tokio-rt v0.1.4 |
| 2502 | 2026-08-25T22:40:24.628Z | Compiling toml v0.8.23 |
| 2503 | 2026-08-25T22:40:24.631Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2504 | 2026-08-25T22:40:24.842Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2505 | 2026-08-25T22:40:24.926Z | Compiling indicatif v0.18.4 |
| 2506 | 2026-08-25T22:40:24.965Z | Compiling shell-words v1.1.1 |
| 2507 | 2026-08-25T22:40:34.180Z | Compiling progenitor-client v0.14.0 |
| 2508 | 2026-08-25T22:40:34.180Z | Compiling omicron-zone-package v0.12.3 |
| 2509 | 2026-08-25T22:40:34.418Z | Compiling progenitor-extras v0.2.0 |
| 2510 | 2026-08-25T22:40:34.711Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2511 | 2026-08-25T22:40:34.826Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2512 | 2026-08-25T22:40:34.850Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2513 | 2026-08-25T22:40:34.930Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2514 | 2026-08-25T22:40:35.033Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2515 | 2026-08-25T22:40:35.062Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2516 | 2026-08-25T22:40:35.169Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2517 | 2026-08-25T22:40:35.270Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2518 | 2026-08-25T22:40:35.737Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2519 | 2026-08-25T22:40:39.255Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2520 | 2026-08-25T22:40:48.182Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2521 | 2026-08-25T22:40:51.439Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2522 | 2026-08-25T22:40:52.499Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2523 | 2026-08-25T22:41:02.592Z | Finished `release` profile [optimized] target(s) in 1m 47s |
| 2524 | 2026-08-25T22:41:02.750Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2525 | 2026-08-25T22:41:02.799Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2526 | 2026-08-25T22:41:02.810Z | Created new build target 'test' and set it as active |
| 2527 | 2026-08-25T22:41:02.810Z | |
| 2528 | 2026-08-25T22:41:02.811Z | real 1:47.598222274 |
| 2529 | 2026-08-25T22:41:02.811Z | user 17:47.142849911 |
| 2530 | 2026-08-25T22:41:02.811Z | sys 2:45.777228867 |
| 2531 | 2026-08-25T22:41:02.811Z | trap 0.501214442 |
| 2532 | 2026-08-25T22:41:02.811Z | tflt 2.405440540 |
| 2533 | 2026-08-25T22:41:02.811Z | dflt 4.693950544 |
| 2534 | 2026-08-25T22:41:02.811Z | kflt 0.009917374 |
| 2535 | 2026-08-25T22:41:02.811Z | lock 58:10.213056042 |
| 2536 | 2026-08-25T22:41:02.811Z | slp 45:24.216480950 |
| 2537 | 2026-08-25T22:41:02.811Z | lat 52.383306620 |
| 2538 | 2026-08-25T22:41:02.811Z | stop 6:10.452519865 |
| 2539 | 2026-08-25T22:41:02.811Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2540 | 2026-08-25T22:41:03.688Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2541 | 2026-08-25T22:41:03.757Z | Running `target/release/omicron-package -t test package` |
| 2542 | 2026-08-25T22:41:03.812Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2543 | 2026-08-25T22:41:05.278Z | Compiling heck v0.5.0 |
| 2544 | 2026-08-25T22:41:05.526Z | Compiling regress v0.11.1 |
| 2545 | 2026-08-25T22:41:05.538Z | Compiling unsafe-libyaml v0.2.11 |
| 2546 | 2026-08-25T22:41:05.541Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2547 | 2026-08-25T22:41:05.566Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2548 | 2026-08-25T22:41:05.566Z | Compiling derive-where v1.6.0 |
| 2549 | 2026-08-25T22:41:05.570Z | Compiling bytecount v0.6.9 |
| 2550 | 2026-08-25T22:41:05.631Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2551 | 2026-08-25T22:41:05.646Z | Compiling atomicwrites v0.4.4 |
| 2552 | 2026-08-25T22:41:05.647Z | Compiling is-terminal v0.4.17 |
| 2553 | 2026-08-25T22:41:05.647Z | Compiling prettyplease v0.2.37 |
| 2554 | 2026-08-25T22:41:05.647Z | Compiling newline-converter v0.3.0 |
| 2555 | 2026-08-25T22:41:05.731Z | Compiling console v0.15.11 |
| 2556 | 2026-08-25T22:41:05.735Z | Compiling slog-dtrace v0.3.0 |
| 2557 | 2026-08-25T22:41:05.735Z | Compiling cancel-safe-futures v0.1.5 |
| 2558 | 2026-08-25T22:41:05.797Z | Compiling resolv-conf v0.7.6 |
| 2559 | 2026-08-25T22:41:05.803Z | Compiling num-rational v0.4.2 |
| 2560 | 2026-08-25T22:41:05.841Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2561 | 2026-08-25T22:41:05.846Z | Compiling num-complex v0.4.6 |
| 2562 | 2026-08-25T22:41:05.883Z | Compiling thread_local v1.1.9 |
| 2563 | 2026-08-25T22:41:05.967Z | Compiling compression-core v0.4.31 |
| 2564 | 2026-08-25T22:41:06.040Z | Compiling serde_yaml v0.9.34+deprecated |
| 2565 | 2026-08-25T22:41:06.133Z | Compiling expectorate v1.2.0 |
| 2566 | 2026-08-25T22:41:06.608Z | Compiling match_cfg v0.1.0 |
| 2567 | 2026-08-25T22:41:06.683Z | Compiling compression-codecs v0.4.37 |
| 2568 | 2026-08-25T22:41:06.684Z | Compiling num v0.4.3 |
| 2569 | 2026-08-25T22:41:06.684Z | Compiling hostname v0.3.1 |
| 2570 | 2026-08-25T22:41:06.684Z | Compiling multer v3.1.0 |
| 2571 | 2026-08-25T22:41:06.684Z | Compiling slog-async v2.8.0 |
| 2572 | 2026-08-25T22:41:06.684Z | Compiling crossbeam-channel v0.5.15 |
| 2573 | 2026-08-25T22:41:06.684Z | Compiling slog-json v2.6.1 |
| 2574 | 2026-08-25T22:41:06.684Z | Compiling serde_spanned v1.1.1 |
| 2575 | 2026-08-25T22:41:06.684Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2576 | 2026-08-25T22:41:06.684Z | Compiling linear-map v1.2.0 |
| 2577 | 2026-08-25T22:41:06.684Z | Compiling float-ord v0.3.2 |
| 2578 | 2026-08-25T22:41:06.711Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2579 | 2026-08-25T22:41:06.751Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2580 | 2026-08-25T22:41:06.765Z | Compiling take_mut v0.2.2 |
| 2581 | 2026-08-25T22:41:06.785Z | Compiling term v1.2.1 |
| 2582 | 2026-08-25T22:41:06.789Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2583 | 2026-08-25T22:41:06.865Z | Compiling oxide-update-engine-types v0.1.2 |
| 2584 | 2026-08-25T22:41:06.865Z | Compiling linked-hash-map v0.5.6 |
| 2585 | 2026-08-25T22:41:06.884Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2586 | 2026-08-25T22:41:06.884Z | Compiling slog-bunyan v2.5.0 |
| 2587 | 2026-08-25T22:41:06.929Z | Compiling async-compression v0.4.41 |
| 2588 | 2026-08-25T22:41:07.060Z | Compiling typify-impl v0.6.2 |
| 2589 | 2026-08-25T22:41:07.090Z | Compiling lru-cache v0.1.2 |
| 2590 | 2026-08-25T22:41:07.090Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2591 | 2026-08-25T22:41:07.158Z | Compiling slog-term v2.9.2 |
| 2592 | 2026-08-25T22:41:07.318Z | Compiling async-stream v0.3.6 |
| 2593 | 2026-08-25T22:41:07.329Z | Compiling dropshot v0.17.1 |
| 2594 | 2026-08-25T22:41:07.356Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2595 | 2026-08-25T22:41:07.381Z | Compiling sha1 v0.11.0 |
| 2596 | 2026-08-25T22:41:07.413Z | Compiling progenitor-client v0.14.0 |
| 2597 | 2026-08-25T22:41:07.514Z | Compiling waitgroup v0.1.2 |
| 2598 | 2026-08-25T22:41:07.550Z | Compiling rustls-pemfile v2.2.0 |
| 2599 | 2026-08-25T22:41:07.574Z | Compiling backon v1.6.0 |
| 2600 | 2026-08-25T22:41:07.630Z | Compiling hostname v0.4.2 |
| 2601 | 2026-08-25T22:41:07.670Z | Compiling serde_path_to_error v0.1.20 |
| 2602 | 2026-08-25T22:41:07.676Z | Compiling instant v0.1.13 |
| 2603 | 2026-08-25T22:41:07.729Z | Compiling minimal-lexical v0.2.1 |
| 2604 | 2026-08-25T22:41:07.769Z | Compiling debug-ignore v1.0.5 |
| 2605 | 2026-08-25T22:41:07.791Z | Compiling backoff v0.4.0 |
| 2606 | 2026-08-25T22:41:07.797Z | Compiling progenitor-extras v0.2.0 |
| 2607 | 2026-08-25T22:41:07.839Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2608 | 2026-08-25T22:41:07.907Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2609 | 2026-08-25T22:41:08.042Z | Compiling nom v7.1.3 |
| 2610 | 2026-08-25T22:41:08.053Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2611 | 2026-08-25T22:41:08.090Z | Compiling parse-display v0.10.0 |
| 2612 | 2026-08-25T22:41:08.112Z | Compiling oxide-update-engine v0.1.2 |
| 2613 | 2026-08-25T22:41:08.222Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2614 | 2026-08-25T22:41:08.312Z | Compiling hickory-proto v0.24.4 |
| 2615 | 2026-08-25T22:41:08.708Z | Compiling itertools v0.14.0 |
| 2616 | 2026-08-25T22:41:08.897Z | Compiling regress v0.10.5 |
| 2617 | 2026-08-25T22:41:09.342Z | Compiling macaddr v1.0.1 |
| 2618 | 2026-08-25T22:41:09.465Z | Compiling humantime v2.3.0 |
| 2619 | 2026-08-25T22:41:09.514Z | Compiling unicode-xid v0.2.6 |
| 2620 | 2026-08-25T22:41:09.638Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2621 | 2026-08-25T22:41:09.736Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2622 | 2026-08-25T22:41:09.827Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2623 | 2026-08-25T22:41:09.862Z | Compiling convert_case v0.10.0 |
| 2624 | 2026-08-25T22:41:09.984Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2625 | 2026-08-25T22:41:10.066Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2626 | 2026-08-25T22:41:10.123Z | Compiling toml v0.8.23 |
| 2627 | 2026-08-25T22:41:10.168Z | Compiling derive_more-impl v2.1.1 |
| 2628 | 2026-08-25T22:41:10.261Z | Compiling papergrid v0.11.0 |
| 2629 | 2026-08-25T22:41:10.472Z | Compiling typify-macro v0.6.2 |
| 2630 | 2026-08-25T22:41:10.670Z | Compiling tabled_derive v0.7.0 |
| 2631 | 2026-08-25T22:41:10.698Z | Compiling termtree v0.5.1 |
| 2632 | 2026-08-25T22:41:10.885Z | Compiling hickory-resolver v0.24.4 |
| 2633 | 2026-08-25T22:41:10.885Z | Compiling phf_shared v0.12.1 |
| 2634 | 2026-08-25T22:41:10.930Z | Compiling derive_more v2.1.1 |
| 2635 | 2026-08-25T22:41:11.038Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2636 | 2026-08-25T22:41:11.156Z | Compiling crossterm v0.29.0 |
| 2637 | 2026-08-25T22:41:11.443Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2638 | 2026-08-25T22:41:11.563Z | Compiling tabled v0.15.0 |
| 2639 | 2026-08-25T22:41:12.016Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2640 | 2026-08-25T22:41:12.046Z | Compiling typify v0.6.2 |
| 2641 | 2026-08-25T22:41:12.345Z | Compiling progenitor-impl v0.14.0 |
| 2642 | 2026-08-25T22:41:12.758Z | Compiling qorb v0.4.1 |
| 2643 | 2026-08-25T22:41:13.084Z | Compiling csv-core v0.1.13 |
| 2644 | 2026-08-25T22:41:13.514Z | Compiling vte v0.14.1 |
| 2645 | 2026-08-25T22:41:13.770Z | Compiling highway v1.3.0 |
| 2646 | 2026-08-25T22:41:14.037Z | Compiling chrono-tz v0.10.4 |
| 2647 | 2026-08-25T22:41:14.499Z | Compiling progenitor-macro v0.14.0 |
| 2648 | 2026-08-25T22:41:14.522Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2649 | 2026-08-25T22:41:15.345Z | Compiling strip-ansi-escapes v0.2.1 |
| 2650 | 2026-08-25T22:41:15.446Z | Compiling csv v1.4.0 |
| 2651 | 2026-08-25T22:41:15.913Z | Compiling phf v0.12.1 |
| 2652 | 2026-08-25T22:41:16.021Z | Compiling const_format_proc_macros v0.2.34 |
| 2653 | 2026-08-25T22:41:16.042Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2654 | 2026-08-25T22:41:16.450Z | Compiling fd-lock v4.0.4 |
| 2655 | 2026-08-25T22:41:16.478Z | Compiling peg-macros v0.8.5 |
| 2656 | 2026-08-25T22:41:16.619Z | Compiling nu-ansi-term v0.50.3 |
| 2657 | 2026-08-25T22:41:16.782Z | Compiling const_format v0.2.35 |
| 2658 | 2026-08-25T22:41:16.870Z | Compiling reedline v0.40.0 |
| 2659 | 2026-08-25T22:41:17.177Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2660 | 2026-08-25T22:41:17.301Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2661 | 2026-08-25T22:41:17.681Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2662 | 2026-08-25T22:41:17.753Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2663 | 2026-08-25T22:41:18.642Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2664 | 2026-08-25T22:41:18.648Z | Compiling progenitor v0.14.0 |
| 2665 | 2026-08-25T22:41:18.819Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2666 | 2026-08-25T22:41:18.948Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2667 | 2026-08-25T22:41:19.224Z | Compiling peg v0.8.5 |
| 2668 | 2026-08-25T22:41:19.329Z | Compiling bcs v0.1.6 |
| 2669 | 2026-08-25T22:41:19.550Z | Compiling nom v8.0.0 |
| 2670 | 2026-08-25T22:41:19.758Z | Compiling semver v0.1.20 |
| 2671 | 2026-08-25T22:41:20.070Z | Compiling rustc_version v0.1.7 |
| 2672 | 2026-08-25T22:41:20.318Z | Compiling newtype_derive v0.1.6 |
| 2673 | 2026-08-25T22:41:20.437Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2674 | 2026-08-25T22:41:20.526Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2675 | 2026-08-25T22:41:20.580Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2676 | 2026-08-25T22:41:20.661Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2677 | 2026-08-25T22:41:20.717Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2678 | 2026-08-25T22:41:20.988Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2679 | 2026-08-25T22:41:21.340Z | Compiling serde_tokenstream v0.3.0 |
| 2680 | 2026-08-25T22:41:21.630Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2681 | 2026-08-25T22:41:21.714Z | Compiling oxide-generation-macros v0.2.0 |
| 2682 | 2026-08-25T22:41:21.932Z | Compiling steno v0.4.1 |
| 2683 | 2026-08-25T22:41:21.987Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2684 | 2026-08-25T22:41:22.088Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2685 | 2026-08-25T22:41:22.482Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2686 | 2026-08-25T22:41:22.524Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2687 | 2026-08-25T22:41:23.024Z | Compiling sha1 v0.10.6 |
| 2688 | 2026-08-25T22:41:23.121Z | Compiling tagptr v0.2.0 |
| 2689 | 2026-08-25T22:41:23.292Z | Compiling utf-8 v0.7.6 |
| 2690 | 2026-08-25T22:41:23.424Z | Compiling moka v0.12.13 |
| 2691 | 2026-08-25T22:41:23.475Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2692 | 2026-08-25T22:41:23.539Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2693 | 2026-08-25T22:41:23.662Z | Compiling tungstenite v0.21.0 |
| 2694 | 2026-08-25T22:41:23.966Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2695 | 2026-08-25T22:41:24.661Z | Compiling hickory-resolver v0.25.2 |
| 2696 | 2026-08-25T22:41:24.711Z | Compiling tokio-tungstenite v0.21.0 |
| 2697 | 2026-08-25T22:41:25.100Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2698 | 2026-08-25T22:41:25.748Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2699 | 2026-08-25T22:41:26.570Z | Compiling darling_core v0.21.3 |
| 2700 | 2026-08-25T22:41:27.162Z | Compiling display-error-chain v0.2.2 |
| 2701 | 2026-08-25T22:41:27.352Z | Compiling libscf-sys v1.2.0 |
| 2702 | 2026-08-25T22:41:27.519Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2703 | 2026-08-25T22:41:27.576Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2704 | 2026-08-25T22:41:27.654Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2705 | 2026-08-25T22:41:28.731Z | Compiling darling_macro v0.21.3 |
| 2706 | 2026-08-25T22:41:29.029Z | Compiling vergen-lib v0.1.6 |
| 2707 | 2026-08-25T22:41:29.234Z | Compiling darling v0.21.3 |
| 2708 | 2026-08-25T22:41:29.260Z | Compiling diesel_derives v2.3.7 |
| 2709 | 2026-08-25T22:41:29.356Z | Compiling dsl_auto_type v0.2.0 |
| 2710 | 2026-08-25T22:41:29.601Z | Compiling scheduled-thread-pool v0.2.7 |
| 2711 | 2026-08-25T22:41:29.727Z | Compiling vergen-gitcl v1.0.8 |
| 2712 | 2026-08-25T22:41:29.878Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2713 | 2026-08-25T22:41:29.900Z | Compiling dirs-sys-next v0.1.2 |
| 2714 | 2026-08-25T22:41:29.939Z | Compiling crunchy v0.2.4 |
| 2715 | 2026-08-25T22:41:29.959Z | Compiling maplit v1.0.2 |
| 2716 | 2026-08-25T22:41:30.080Z | Compiling glob v0.3.3 |
| 2717 | 2026-08-25T22:41:30.161Z | Compiling dirs-next v2.0.0 |
| 2718 | 2026-08-25T22:41:30.203Z | Compiling r2d2 v0.8.10 |
| 2719 | 2026-08-25T22:41:30.279Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2720 | 2026-08-25T22:41:30.306Z | Compiling papergrid v0.18.0 |
| 2721 | 2026-08-25T22:41:30.385Z | Compiling downcast-rs v2.0.2 |
| 2722 | 2026-08-25T22:41:30.435Z | Compiling clang-sys v1.8.1 |
| 2723 | 2026-08-25T22:41:30.493Z | Compiling xshell-macros v0.2.7 |
| 2724 | 2026-08-25T22:41:30.513Z | Compiling tiny-keccak v2.0.2 |
| 2725 | 2026-08-25T22:41:30.759Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2726 | 2026-08-25T22:41:30.873Z | Compiling xshell v0.2.7 |
| 2727 | 2026-08-25T22:41:30.943Z | Compiling term v0.7.0 |
| 2728 | 2026-08-25T22:41:30.947Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2729 | 2026-08-25T22:41:31.071Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2730 | 2026-08-25T22:41:31.215Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2731 | 2026-08-25T22:41:31.334Z | Compiling bit-vec v0.6.3 |
| 2732 | 2026-08-25T22:41:31.441Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2733 | 2026-08-25T22:41:31.482Z | Compiling tabled v0.21.0 |
| 2734 | 2026-08-25T22:41:31.530Z | Compiling bit-set v0.5.3 |
| 2735 | 2026-08-25T22:41:31.574Z | Compiling ascii-canvas v3.0.0 |
| 2736 | 2026-08-25T22:41:31.714Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2737 | 2026-08-25T22:41:32.079Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2738 | 2026-08-25T22:41:32.122Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2739 | 2026-08-25T22:41:32.277Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2740 | 2026-08-25T22:41:32.571Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2741 | 2026-08-25T22:41:32.901Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2742 | 2026-08-25T22:41:33.115Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2743 | 2026-08-25T22:41:33.249Z | Compiling itertools v0.10.5 |
| 2744 | 2026-08-25T22:41:33.274Z | Compiling ena v0.14.4 |
| 2745 | 2026-08-25T22:41:33.311Z | Compiling libloading v0.8.9 |
| 2746 | 2026-08-25T22:41:33.340Z | Compiling unicase v2.9.0 |
| 2747 | 2026-08-25T22:41:33.565Z | Compiling bindgen v0.71.1 |
| 2748 | 2026-08-25T22:41:33.568Z | Compiling regex-syntax v0.6.29 |
| 2749 | 2026-08-25T22:41:33.673Z | Compiling diff v0.1.13 |
| 2750 | 2026-08-25T22:41:34.119Z | Compiling cexpr v0.6.0 |
| 2751 | 2026-08-25T22:41:34.354Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2752 | 2026-08-25T22:41:34.579Z | Compiling crc8 v0.1.1 |
| 2753 | 2026-08-25T22:41:34.716Z | Compiling rustc-hash v2.1.1 |
| 2754 | 2026-08-25T22:41:34.770Z | Compiling diesel v2.3.7 |
| 2755 | 2026-08-25T22:41:34.877Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2756 | 2026-08-25T22:41:34.926Z | Compiling lalrpop v0.19.12 |
| 2757 | 2026-08-25T22:41:35.053Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2758 | 2026-08-25T22:41:35.566Z | Compiling headers-core v0.3.0 |
| 2759 | 2026-08-25T22:41:35.721Z | Compiling libxml v0.3.3 |
| 2760 | 2026-08-25T22:41:35.836Z | Compiling headers v0.4.1 |
| 2761 | 2026-08-25T22:41:36.032Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2762 | 2026-08-25T22:41:36.143Z | Compiling strum_macros v0.24.3 |
| 2763 | 2026-08-25T22:41:36.247Z | Compiling indoc v1.0.9 |
| 2764 | 2026-08-25T22:41:36.358Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2765 | 2026-08-25T22:41:36.574Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2766 | 2026-08-25T22:41:36.674Z | Compiling derive_builder v0.20.2 |
| 2767 | 2026-08-25T22:41:36.796Z | Compiling quick-xml v0.37.5 |
| 2768 | 2026-08-25T22:41:36.844Z | Compiling oso-derive v0.27.3 |
| 2769 | 2026-08-25T22:41:37.088Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2770 | 2026-08-25T22:41:37.352Z | Compiling openssl-probe v0.1.6 |
| 2771 | 2026-08-25T22:41:37.407Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2772 | 2026-08-25T22:41:37.429Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2773 | 2026-08-25T22:41:37.658Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2774 | 2026-08-25T22:41:38.117Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2775 | 2026-08-25T22:41:38.163Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2776 | 2026-08-25T22:41:38.381Z | Compiling bb8 v0.8.6 |
| 2777 | 2026-08-25T22:41:38.402Z | Compiling trait-variant v0.1.2 |
| 2778 | 2026-08-25T22:41:38.430Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2779 | 2026-08-25T22:41:38.770Z | Compiling half v1.8.3 |
| 2780 | 2026-08-25T22:41:38.838Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2781 | 2026-08-25T22:41:38.876Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2782 | 2026-08-25T22:41:38.937Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2783 | 2026-08-25T22:41:39.173Z | Compiling serde_cbor v0.11.2 |
| 2784 | 2026-08-25T22:41:39.210Z | Compiling proc-macro-error2 v2.0.1 |
| 2785 | 2026-08-25T22:41:39.465Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2786 | 2026-08-25T22:41:39.521Z | Compiling hashbrown v0.14.5 |
| 2787 | 2026-08-25T22:41:39.565Z | Compiling rfc6979 v0.4.0 |
| 2788 | 2026-08-25T22:41:39.685Z | Compiling salty v0.3.0 |
| 2789 | 2026-08-25T22:41:39.744Z | Compiling ecdsa v0.16.9 |
| 2790 | 2026-08-25T22:41:40.007Z | Compiling knus-derive v3.4.0 |
| 2791 | 2026-08-25T22:41:40.022Z | Compiling samael v0.0.19 |
| 2792 | 2026-08-25T22:41:40.112Z | Compiling chumsky v0.9.3 |
| 2793 | 2026-08-25T22:41:40.181Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2794 | 2026-08-25T22:41:40.293Z | Compiling progenitor-impl v0.13.0 |
| 2795 | 2026-08-25T22:41:40.489Z | Compiling primeorder v0.13.6 |
| 2796 | 2026-08-25T22:41:40.775Z | Compiling nonempty v0.12.0 |
| 2797 | 2026-08-25T22:41:41.035Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2798 | 2026-08-25T22:41:41.320Z | Compiling p384 v0.13.1 |
| 2799 | 2026-08-25T22:41:41.345Z | Compiling knus v3.4.0 |
| 2800 | 2026-08-25T22:41:42.237Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2801 | 2026-08-25T22:41:42.371Z | Compiling polar-core v0.27.3 |
| 2802 | 2026-08-25T22:41:42.421Z | Compiling progenitor-macro v0.13.0 |
| 2803 | 2026-08-25T22:41:42.814Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2804 | 2026-08-25T22:41:43.519Z | Compiling progenitor-client v0.13.0 |
| 2805 | 2026-08-25T22:41:43.735Z | Compiling fxhash v0.2.1 |
| 2806 | 2026-08-25T22:41:43.906Z | Compiling libz-sys v1.1.24 |
| 2807 | 2026-08-25T22:41:44.005Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2808 | 2026-08-25T22:41:44.056Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2809 | 2026-08-25T22:41:44.384Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2810 | 2026-08-25T22:41:44.629Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2811 | 2026-08-25T22:41:44.906Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2812 | 2026-08-25T22:41:44.999Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2813 | 2026-08-25T22:41:45.343Z | Compiling kstat-rs v0.2.5 |
| 2814 | 2026-08-25T22:41:46.017Z | Compiling mime_guess v2.0.5 |
| 2815 | 2026-08-25T22:41:46.484Z | Compiling progenitor v0.13.0 |
| 2816 | 2026-08-25T22:41:46.549Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2817 | 2026-08-25T22:41:47.793Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2818 | 2026-08-25T22:41:47.827Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2819 | 2026-08-25T22:41:47.975Z | Compiling nanorand v0.7.0 |
| 2820 | 2026-08-25T22:41:48.093Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2821 | 2026-08-25T22:41:48.345Z | Compiling parking_lot_core v0.8.6 |
| 2822 | 2026-08-25T22:41:48.653Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2823 | 2026-08-25T22:41:48.878Z | Compiling flume v0.11.1 |
| 2824 | 2026-08-25T22:41:48.981Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2825 | 2026-08-25T22:41:49.409Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-25T22:41:49.916Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2827 | 2026-08-25T22:41:50.104Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2828 | 2026-08-25T22:41:50.563Z | Compiling git-stub v1.0.0 |
| 2829 | 2026-08-25T22:41:50.621Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2830 | 2026-08-25T22:41:50.828Z | Compiling instability v0.3.11 |
| 2831 | 2026-08-25T22:41:50.869Z | Compiling strsim v0.10.0 |
| 2832 | 2026-08-25T22:41:51.054Z | Compiling http-range v0.1.5 |
| 2833 | 2026-08-25T22:41:51.106Z | Compiling corncobs v0.1.4 |
| 2834 | 2026-08-25T22:41:51.261Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2835 | 2026-08-25T22:41:51.357Z | Compiling darling_core v0.13.4 |
| 2836 | 2026-08-25T22:41:51.386Z | Compiling oso v0.27.3 |
| 2837 | 2026-08-25T22:41:52.107Z | Compiling async-bb8-diesel v0.2.1 |
| 2838 | 2026-08-25T22:41:52.637Z | Compiling diesel-dtrace v0.5.0 |
| 2839 | 2026-08-25T22:41:52.978Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2840 | 2026-08-25T22:41:53.065Z | Compiling git-stub-vcs v0.1.0 |
| 2841 | 2026-08-25T22:41:54.663Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2842 | 2026-08-25T22:41:55.875Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2843 | 2026-08-25T22:41:56.253Z | Compiling ignore v0.4.25 |
| 2844 | 2026-08-25T22:41:57.223Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2845 | 2026-08-25T22:41:57.479Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2846 | 2026-08-25T22:41:57.507Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2847 | 2026-08-25T22:41:57.545Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2848 | 2026-08-25T22:41:57.957Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2849 | 2026-08-25T22:41:58.870Z | Compiling anstyle-parse v0.2.7 |
| 2850 | 2026-08-25T22:41:59.132Z | Compiling secrecy v0.8.0 |
| 2851 | 2026-08-25T22:41:59.238Z | Compiling castaway v0.2.4 |
| 2852 | 2026-08-25T22:41:59.263Z | Compiling vergen-git2 v9.1.0 |
| 2853 | 2026-08-25T22:41:59.331Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2854 | 2026-08-25T22:41:59.372Z | Compiling indoc v2.0.7 |
| 2855 | 2026-08-25T22:41:59.401Z | Compiling compact_str v0.8.1 |
| 2856 | 2026-08-25T22:41:59.625Z | Compiling anstream v0.6.21 |
| 2857 | 2026-08-25T22:41:59.814Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2858 | 2026-08-25T22:42:00.498Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2859 | 2026-08-25T22:42:00.856Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2860 | 2026-08-25T22:42:01.140Z | Compiling globwalk v0.9.1 |
| 2861 | 2026-08-25T22:42:01.767Z | Compiling hyper-staticfile v0.10.1 |
| 2862 | 2026-08-25T22:42:01.925Z | Compiling parking_lot v0.11.2 |
| 2863 | 2026-08-25T22:42:01.951Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2864 | 2026-08-25T22:42:02.661Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2865 | 2026-08-25T22:42:02.831Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2866 | 2026-08-25T22:42:02.921Z | Compiling darling_macro v0.13.4 |
| 2867 | 2026-08-25T22:42:03.317Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2868 | 2026-08-25T22:42:03.430Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2869 | 2026-08-25T22:42:03.940Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2870 | 2026-08-25T22:42:03.964Z | Compiling predicates-tree v1.0.13 |
| 2871 | 2026-08-25T22:42:04.190Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2872 | 2026-08-25T22:42:04.371Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2873 | 2026-08-25T22:42:04.414Z | Compiling unicode-truncate v1.1.0 |
| 2874 | 2026-08-25T22:42:04.619Z | Compiling lru v0.12.5 |
| 2875 | 2026-08-25T22:42:04.666Z | Compiling digest-io v0.1.0 |
| 2876 | 2026-08-25T22:42:04.689Z | Compiling sha2 v0.11.0 |
| 2877 | 2026-08-25T22:42:04.851Z | Compiling rand_seeder v0.4.0 |
| 2878 | 2026-08-25T22:42:04.874Z | Compiling prefix-trie v0.7.0 |
| 2879 | 2026-08-25T22:42:04.911Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2880 | 2026-08-25T22:42:05.110Z | Compiling cassowary v0.3.0 |
| 2881 | 2026-08-25T22:42:05.134Z | Compiling rawzip v0.4.4 |
| 2882 | 2026-08-25T22:42:05.309Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2883 | 2026-08-25T22:42:05.378Z | Compiling hickory-server v0.25.2 |
| 2884 | 2026-08-25T22:42:05.511Z | Compiling ratatui v0.29.0 |
| 2885 | 2026-08-25T22:42:05.567Z | Compiling camino-tempfile-ext v0.3.3 |
| 2886 | 2026-08-25T22:42:05.590Z | Compiling darling v0.13.4 |
| 2887 | 2026-08-25T22:42:05.705Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2888 | 2026-08-25T22:42:06.185Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2889 | 2026-08-25T22:42:06.213Z | Compiling sled v0.34.7 |
| 2890 | 2026-08-25T22:42:06.669Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2891 | 2026-08-25T22:42:06.930Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2892 | 2026-08-25T22:42:08.672Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2893 | 2026-08-25T22:42:09.481Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2894 | 2026-08-25T22:42:09.702Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2895 | 2026-08-25T22:42:10.402Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2896 | 2026-08-25T22:42:11.737Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2897 | 2026-08-25T22:42:12.670Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2898 | 2026-08-25T22:42:13.706Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2899 | 2026-08-25T22:42:13.751Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-08-25T22:42:13.898Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2901 | 2026-08-25T22:42:13.946Z | Compiling git2 v0.20.4 |
| 2902 | 2026-08-25T22:42:14.014Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2903 | 2026-08-25T22:42:14.237Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2904 | 2026-08-25T22:42:14.385Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2905 | 2026-08-25T22:42:14.474Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2906 | 2026-08-25T22:42:14.571Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2907 | 2026-08-25T22:42:14.612Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2908 | 2026-08-25T22:42:14.696Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2909 | 2026-08-25T22:42:14.797Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2910 | 2026-08-25T22:42:14.847Z | Compiling arc-swap v1.8.2 |
| 2911 | 2026-08-25T22:42:14.919Z | Compiling void v1.0.2 |
| 2912 | 2026-08-25T22:42:15.084Z | Compiling lzss v0.8.2 |
| 2913 | 2026-08-25T22:42:15.171Z | Compiling slog-scope v4.4.1 |
| 2914 | 2026-08-25T22:42:15.405Z | Compiling serde_with v1.14.0 |
| 2915 | 2026-08-25T22:42:15.578Z | Compiling illumos-nvpair v0.3.0 |
| 2916 | 2026-08-25T22:42:15.793Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2917 | 2026-08-25T22:42:16.077Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2918 | 2026-08-25T22:42:17.064Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2919 | 2026-08-25T22:42:17.122Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2920 | 2026-08-25T22:42:17.162Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2921 | 2026-08-25T22:42:17.192Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2922 | 2026-08-25T22:42:17.479Z | Compiling scuffle v0.1.0 |
| 2923 | 2026-08-25T22:42:17.881Z | Compiling tungstenite v0.23.0 |
| 2924 | 2026-08-25T22:42:18.405Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2925 | 2026-08-25T22:42:19.556Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2926 | 2026-08-25T22:42:19.996Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2927 | 2026-08-25T22:42:20.146Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2928 | 2026-08-25T22:42:20.365Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2929 | 2026-08-25T22:42:20.617Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2930 | 2026-08-25T22:42:20.664Z | Compiling nix v0.27.1 |
| 2931 | 2026-08-25T22:42:20.876Z | Compiling twox-hash v2.1.2 |
| 2932 | 2026-08-25T22:42:21.328Z | Compiling libsw-core v0.3.2 |
| 2933 | 2026-08-25T22:42:21.388Z | Compiling serde_bytes v0.11.19 |
| 2934 | 2026-08-25T22:42:21.535Z | Compiling atty v0.2.14 |
| 2935 | 2026-08-25T22:42:21.557Z | Compiling libsw v3.5.0 |
| 2936 | 2026-08-25T22:42:21.672Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2937 | 2026-08-25T22:42:21.757Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2938 | 2026-08-25T22:42:21.780Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2939 | 2026-08-25T22:42:21.833Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2940 | 2026-08-25T22:42:22.016Z | Compiling tokio-tungstenite v0.23.1 |
| 2941 | 2026-08-25T22:42:22.419Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2942 | 2026-08-25T22:42:22.581Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2943 | 2026-08-25T22:42:23.128Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2944 | 2026-08-25T22:42:23.327Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2945 | 2026-08-25T22:42:24.662Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2946 | 2026-08-25T22:42:25.312Z | Compiling slog-stdlog v4.1.1 |
| 2947 | 2026-08-25T22:42:25.704Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2948 | 2026-08-25T22:42:25.977Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2949 | 2026-08-25T22:42:26.662Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2950 | 2026-08-25T22:42:27.118Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2951 | 2026-08-25T22:42:27.742Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2952 | 2026-08-25T22:42:27.800Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2953 | 2026-08-25T22:42:28.543Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2954 | 2026-08-25T22:42:30.200Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2955 | 2026-08-25T22:42:31.010Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2956 | 2026-08-25T22:42:31.176Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2957 | 2026-08-25T22:42:31.600Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2958 | 2026-08-25T22:42:32.614Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2959 | 2026-08-25T22:42:34.867Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2960 | 2026-08-25T22:42:35.387Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2961 | 2026-08-25T22:42:35.419Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2962 | 2026-08-25T22:42:36.788Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2963 | 2026-08-25T22:42:37.728Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2964 | 2026-08-25T22:42:37.954Z | Compiling signal-hook-tokio v0.3.1 |
| 2965 | 2026-08-25T22:42:38.157Z | Compiling fatfs v0.3.6 |
| 2966 | 2026-08-25T22:42:38.600Z | Compiling yasna v0.5.2 |
| 2967 | 2026-08-25T22:42:38.740Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2968 | 2026-08-25T22:42:39.461Z | Compiling seq-macro v0.3.6 |
| 2969 | 2026-08-25T22:42:40.008Z | Compiling assert_matches v1.5.0 |
| 2970 | 2026-08-25T22:42:40.031Z | Compiling rcgen v0.12.1 |
| 2971 | 2026-08-25T22:42:40.114Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2972 | 2026-08-25T22:42:40.251Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2973 | 2026-08-25T22:42:40.852Z | Compiling slog-envlogger v2.2.0 |
| 2974 | 2026-08-25T22:42:42.076Z | Compiling oxide-update-engine-display v0.1.2 |
| 2975 | 2026-08-25T22:42:42.548Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2976 | 2026-08-25T22:42:43.037Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2977 | 2026-08-25T22:42:43.864Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2978 | 2026-08-25T22:42:44.089Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2979 | 2026-08-25T22:42:44.317Z | Compiling port-file v0.1.0 |
| 2980 | 2026-08-25T22:42:44.495Z | Compiling rtoolbox v0.0.3 |
| 2981 | 2026-08-25T22:42:44.650Z | Compiling subprocess v0.2.15 |
| 2982 | 2026-08-25T22:42:44.821Z | Compiling rpassword v7.5.4 |
| 2983 | 2026-08-25T22:42:45.458Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2984 | 2026-08-25T22:42:45.672Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2985 | 2026-08-25T22:42:46.840Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2986 | 2026-08-25T22:42:46.862Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2987 | 2026-08-25T22:42:47.026Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2988 | 2026-08-25T22:42:47.239Z | Compiling tui-tree-widget v0.23.1 |
| 2989 | 2026-08-25T22:42:47.533Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2990 | 2026-08-25T22:42:49.061Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2991 | 2026-08-25T22:42:50.764Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2992 | 2026-08-25T22:42:51.038Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2993 | 2026-08-25T22:42:51.703Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-08-25T22:42:51.929Z | Compiling uzers v0.12.2 |
| 2995 | 2026-08-25T22:42:52.848Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2996 | 2026-08-25T22:42:53.156Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2997 | 2026-08-25T22:42:53.228Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2998 | 2026-08-25T22:42:54.189Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2999 | 2026-08-25T22:42:55.074Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3000 | 2026-08-25T22:42:55.169Z | Compiling support-bundle-viewer v0.1.2 |
| 3001 | 2026-08-25T22:42:57.013Z | Compiling multimap v0.10.1 |
| 3002 | 2026-08-25T22:43:04.772Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3003 | 2026-08-25T22:43:06.802Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3004 | 2026-08-25T22:43:11.422Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3005 | 2026-08-25T22:43:15.534Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3006 | 2026-08-25T22:43:17.747Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3007 | 2026-08-25T22:51:42.018Z | Finished `release` profile [optimized] target(s) in 10m 38s |
| 3008 | 2026-08-25T22:51:42.021Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3009 | 2026-08-25T22:51:42.021Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3010 | 2026-08-25T22:52:36.041Z | |
| 3011 | 2026-08-25T22:52:36.041Z | real 11:33.208256304 |
| 3012 | 2026-08-25T22:52:36.041Z | user 1:22:59.914604894 |
| 3013 | 2026-08-25T22:52:36.046Z | sys 3:38.534364074 |
| 3014 | 2026-08-25T22:52:36.046Z | trap 1.781080356 |
| 3015 | 2026-08-25T22:52:36.047Z | tflt 3.381237848 |
| 3016 | 2026-08-25T22:52:36.047Z | dflt 21.085764817 |
| 3017 | 2026-08-25T22:52:36.047Z | kflt 0.062017309 |
| 3018 | 2026-08-25T22:52:36.047Z | lock 8:35:44.293120179 |
| 3019 | 2026-08-25T22:52:36.047Z | slp 2:22:39.152870828 |
| 3020 | 2026-08-25T22:52:36.047Z | lat 2:26.004622332 |
| 3021 | 2026-08-25T22:52:36.047Z | stop 5:33.239689137 |
| 3022 | 2026-08-25T22:52:36.047Z | + mapfile -t packages |
| 3023 | 2026-08-25T22:52:36.047Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3024 | 2026-08-25T22:52:37.003Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3025 | 2026-08-25T22:52:37.092Z | Running `target/release/omicron-package -t test list-outputs` |
| 3026 | 2026-08-25T22:52:37.148Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3027 | 2026-08-25T22:52:37.156Z | + ptime -m cargo build --locked --release -p xtask |
| 3028 | 2026-08-25T22:52:37.620Z | Compiling libc v0.2.185 |
| 3029 | 2026-08-25T22:52:37.620Z | Compiling serde_core v1.0.228 |
| 3030 | 2026-08-25T22:52:37.621Z | Compiling serde v1.0.228 |
| 3031 | 2026-08-25T22:52:37.630Z | Compiling rustix v1.1.4 |
| 3032 | 2026-08-25T22:52:37.630Z | Compiling bitflags v2.11.0 |
| 3033 | 2026-08-25T22:52:37.630Z | Compiling serde_json v1.0.151 |
| 3034 | 2026-08-25T22:52:37.630Z | Compiling usdt-impl v0.5.0 |
| 3035 | 2026-08-25T22:52:37.630Z | Compiling syn v2.0.117 |
| 3036 | 2026-08-25T22:52:37.717Z | Compiling syn v1.0.109 |
| 3037 | 2026-08-25T22:52:37.797Z | Compiling getrandom v0.4.3 |
| 3038 | 2026-08-25T22:52:37.812Z | Compiling log v0.4.33 |
| 3039 | 2026-08-25T22:52:37.833Z | Compiling indexmap v2.14.0 |
| 3040 | 2026-08-25T22:52:37.851Z | Compiling fs-err v3.3.0 |
| 3041 | 2026-08-25T22:52:38.024Z | Compiling once_cell v1.21.3 |
| 3042 | 2026-08-25T22:52:38.077Z | Compiling heck v0.4.1 |
| 3043 | 2026-08-25T22:52:38.084Z | Compiling anyhow v1.0.104 |
| 3044 | 2026-08-25T22:52:38.518Z | Compiling thread-id v4.2.2 |
| 3045 | 2026-08-25T22:52:38.535Z | Compiling errno v0.3.14 |
| 3046 | 2026-08-25T22:52:38.535Z | Compiling memmap v0.7.0 |
| 3047 | 2026-08-25T22:52:39.180Z | Compiling proc-macro-error v1.0.4 |
| 3048 | 2026-08-25T22:52:39.448Z | Compiling tabled_derive v0.7.0 |
| 3049 | 2026-08-25T22:52:39.509Z | Compiling terminal_size v0.4.3 |
| 3050 | 2026-08-25T22:52:39.509Z | Compiling tempfile v3.27.0 |
| 3051 | 2026-08-25T22:52:39.591Z | Compiling clap_builder v4.6.0 |
| 3052 | 2026-08-25T22:52:39.592Z | Compiling textwrap v0.16.2 |
| 3053 | 2026-08-25T22:52:39.858Z | Compiling camino v1.2.5 |
| 3054 | 2026-08-25T22:52:39.858Z | Compiling cargo-platform v0.3.2 |
| 3055 | 2026-08-25T22:52:39.879Z | Compiling semver v1.0.28 |
| 3056 | 2026-08-25T22:52:39.941Z | Compiling pest_generator v2.8.6 |
| 3057 | 2026-08-25T22:52:40.132Z | Compiling tabled v0.15.0 |
| 3058 | 2026-08-25T22:52:40.189Z | Compiling camino-tempfile v1.4.1 |
| 3059 | 2026-08-25T22:52:40.497Z | Compiling serde_derive v1.0.228 |
| 3060 | 2026-08-25T22:52:40.501Z | Compiling thiserror-impl v1.0.69 |
| 3061 | 2026-08-25T22:52:40.501Z | Compiling zerocopy-derive v0.7.35 |
| 3062 | 2026-08-25T22:52:40.501Z | Compiling pest_derive v2.8.6 |
| 3063 | 2026-08-25T22:52:40.501Z | Compiling scroll_derive v0.12.1 |
| 3064 | 2026-08-25T22:52:40.501Z | Compiling thiserror-impl v2.0.18 |
| 3065 | 2026-08-25T22:52:40.501Z | Compiling clap_derive v4.6.1 |
| 3066 | 2026-08-25T22:52:41.214Z | Compiling scroll v0.12.0 |
| 3067 | 2026-08-25T22:52:41.340Z | Compiling zerocopy v0.7.35 |
| 3068 | 2026-08-25T22:52:41.543Z | Compiling goblin v0.8.2 |
| 3069 | 2026-08-25T22:52:41.695Z | Compiling thiserror v1.0.69 |
| 3070 | 2026-08-25T22:52:41.819Z | Compiling dtrace-parser v0.2.0 |
| 3071 | 2026-08-25T22:52:41.922Z | Compiling thiserror v2.0.18 |
| 3072 | 2026-08-25T22:52:41.941Z | Compiling clap v4.6.1 |
| 3073 | 2026-08-25T22:52:43.608Z | Compiling serde_spanned v0.6.9 |
| 3074 | 2026-08-25T22:52:43.646Z | Compiling dof v0.3.0 |
| 3075 | 2026-08-25T22:52:43.686Z | Compiling serde_tokenstream v0.2.3 |
| 3076 | 2026-08-25T22:52:43.723Z | Compiling toml_datetime v0.6.11 |
| 3077 | 2026-08-25T22:52:43.779Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3078 | 2026-08-25T22:52:43.792Z | Compiling cargo_metadata v0.23.1 |
| 3079 | 2026-08-25T22:52:43.971Z | Compiling toml_edit v0.22.27 |
| 3080 | 2026-08-25T22:52:43.989Z | Compiling macaddr v1.0.1 |
| 3081 | 2026-08-25T22:52:44.393Z | Compiling usdt-attr-macro v0.5.0 |
| 3082 | 2026-08-25T22:52:44.396Z | Compiling usdt-macro v0.5.0 |
| 3083 | 2026-08-25T22:52:45.046Z | Compiling usdt v0.5.0 |
| 3084 | 2026-08-25T22:52:45.490Z | Compiling toml v0.8.23 |
| 3085 | 2026-08-25T22:52:45.919Z | Compiling cargo_toml v0.21.0 |
| 3086 | 2026-08-25T22:52:50.303Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3087 | 2026-08-25T22:52:53.533Z | Finished `release` profile [optimized] target(s) in 16.38s |
| 3088 | 2026-08-25T22:52:53.636Z | |
| 3089 | 2026-08-25T22:52:53.640Z | real 16.463708236 |
| 3090 | 2026-08-25T22:52:53.640Z | user 2:05.121693455 |
| 3091 | 2026-08-25T22:52:53.640Z | sys 13.519610956 |
| 3092 | 2026-08-25T22:52:53.640Z | trap 0.057360310 |
| 3093 | 2026-08-25T22:52:53.640Z | tflt 0.545432178 |
| 3094 | 2026-08-25T22:52:53.640Z | dflt 1.180867514 |
| 3095 | 2026-08-25T22:52:53.640Z | kflt 0.000074736 |
| 3096 | 2026-08-25T22:52:53.640Z | lock 4:46.145934813 |
| 3097 | 2026-08-25T22:52:53.640Z | slp 2:41.649548921 |
| 3098 | 2026-08-25T22:52:53.640Z | lat 3.469199016 |
| 3099 | 2026-08-25T22:52:53.640Z | stop 16.793791143 |
| 3100 | 2026-08-25T22:52:53.640Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3101 | 2026-08-25T22:52:53.640Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3102 | 2026-08-25T22:52:53.640Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3103 | 2026-08-25T22:52:53.641Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3104 | 2026-08-25T22:52:53.641Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3105 | 2026-08-25T22:52:54.596Z | Compiling match_cfg v0.1.0 |
| 3106 | 2026-08-25T22:52:54.596Z | Compiling progenitor-client v0.14.0 |
| 3107 | 2026-08-25T22:52:54.596Z | Compiling slog-json v2.6.1 |
| 3108 | 2026-08-25T22:52:54.600Z | Compiling newtype-uuid-macros v0.1.0 |
| 3109 | 2026-08-25T22:52:54.600Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3110 | 2026-08-25T22:52:54.600Z | Compiling sha1 v0.11.0 |
| 3111 | 2026-08-25T22:52:54.600Z | Compiling multer v3.1.0 |
| 3112 | 2026-08-25T22:52:54.600Z | Compiling compression-core v0.4.31 |
| 3113 | 2026-08-25T22:52:54.600Z | Compiling debug-ignore v1.0.5 |
| 3114 | 2026-08-25T22:52:54.746Z | Compiling async-stream-impl v0.3.6 |
| 3115 | 2026-08-25T22:52:54.749Z | Compiling serde_spanned v1.1.1 |
| 3116 | 2026-08-25T22:52:54.749Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3117 | 2026-08-25T22:52:54.749Z | Compiling dropshot v0.17.1 |
| 3118 | 2026-08-25T22:52:54.749Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3119 | 2026-08-25T22:52:54.766Z | Compiling waitgroup v0.1.2 |
| 3120 | 2026-08-25T22:52:54.769Z | Compiling rustls-pemfile v2.2.0 |
| 3121 | 2026-08-25T22:52:54.978Z | Compiling dropshot_endpoint v0.17.1 |
| 3122 | 2026-08-25T22:52:55.017Z | Compiling hostname v0.4.2 |
| 3123 | 2026-08-25T22:52:55.061Z | Compiling serde_path_to_error v0.1.20 |
| 3124 | 2026-08-25T22:52:55.096Z | Compiling hostname v0.3.1 |
| 3125 | 2026-08-25T22:52:55.100Z | Compiling compression-codecs v0.4.37 |
| 3126 | 2026-08-25T22:52:55.100Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3127 | 2026-08-25T22:52:55.185Z | Compiling atomicwrites v0.4.4 |
| 3128 | 2026-08-25T22:52:55.189Z | Compiling macaddr v1.0.1 |
| 3129 | 2026-08-25T22:52:55.189Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3130 | 2026-08-25T22:52:55.206Z | Compiling slog-bunyan v2.5.0 |
| 3131 | 2026-08-25T22:52:55.256Z | Compiling instant v0.1.13 |
| 3132 | 2026-08-25T22:52:55.256Z | Compiling regress v0.10.5 |
| 3133 | 2026-08-25T22:52:55.259Z | Compiling parse-display-derive v0.10.0 |
| 3134 | 2026-08-25T22:52:55.349Z | Compiling async-compression v0.4.41 |
| 3135 | 2026-08-25T22:52:55.398Z | Compiling backon v1.6.0 |
| 3136 | 2026-08-25T22:52:55.418Z | Compiling backoff v0.4.0 |
| 3137 | 2026-08-25T22:52:55.421Z | Compiling itertools v0.14.0 |
| 3138 | 2026-08-25T22:52:55.456Z | Compiling humantime v2.3.0 |
| 3139 | 2026-08-25T22:52:55.459Z | Compiling half v2.7.1 |
| 3140 | 2026-08-25T22:52:55.488Z | Compiling ciborium-io v0.2.2 |
| 3141 | 2026-08-25T22:52:55.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3142 | 2026-08-25T22:52:55.525Z | Compiling async-stream v0.3.6 |
| 3143 | 2026-08-25T22:52:55.580Z | Compiling progenitor-extras v0.2.0 |
| 3144 | 2026-08-25T22:52:55.607Z | Compiling crucible-workspace-hack v0.1.0 |
| 3145 | 2026-08-25T22:52:55.625Z | Compiling convert_case v0.4.0 |
| 3146 | 2026-08-25T22:52:55.643Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3147 | 2026-08-25T22:52:55.658Z | Compiling regress v0.11.1 |
| 3148 | 2026-08-25T22:52:55.685Z | Compiling secrecy v0.10.3 |
| 3149 | 2026-08-25T22:52:55.722Z | Compiling ciborium-ll v0.2.2 |
| 3150 | 2026-08-25T22:52:55.755Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3151 | 2026-08-25T22:52:55.778Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3152 | 2026-08-25T22:52:55.796Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3153 | 2026-08-25T22:52:55.796Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3154 | 2026-08-25T22:52:55.853Z | Compiling inout v0.1.4 |
| 3155 | 2026-08-25T22:52:55.870Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3156 | 2026-08-25T22:52:55.961Z | Compiling ciborium v0.2.2 |
| 3157 | 2026-08-25T22:52:55.979Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3158 | 2026-08-25T22:52:55.979Z | Compiling universal-hash v0.5.1 |
| 3159 | 2026-08-25T22:52:56.012Z | Compiling derive_more v0.99.20 |
| 3160 | 2026-08-25T22:52:56.035Z | Compiling cipher v0.4.4 |
| 3161 | 2026-08-25T22:52:56.053Z | Compiling unsafe-libyaml v0.2.11 |
| 3162 | 2026-08-25T22:52:56.137Z | Compiling opaque-debug v0.3.1 |
| 3163 | 2026-08-25T22:52:56.160Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3164 | 2026-08-25T22:52:56.164Z | Compiling blake2 v0.10.6 |
| 3165 | 2026-08-25T22:52:56.231Z | Compiling poly1305 v0.8.0 |
| 3166 | 2026-08-25T22:52:56.321Z | Compiling chacha20 v0.9.1 |
| 3167 | 2026-08-25T22:52:56.457Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3168 | 2026-08-25T22:52:56.505Z | Compiling aead v0.5.2 |
| 3169 | 2026-08-25T22:52:56.582Z | Compiling password-hash v0.5.0 |
| 3170 | 2026-08-25T22:52:56.622Z | Compiling serde_yaml v0.9.34+deprecated |
| 3171 | 2026-08-25T22:52:56.710Z | Compiling indent_write v2.2.0 |
| 3172 | 2026-08-25T22:52:56.751Z | Compiling chacha20poly1305 v0.10.1 |
| 3173 | 2026-08-25T22:52:56.770Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3174 | 2026-08-25T22:52:56.788Z | Compiling num-derive v0.4.2 |
| 3175 | 2026-08-25T22:52:56.849Z | Compiling argon2 v0.5.3 |
| 3176 | 2026-08-25T22:52:56.873Z | Compiling heapless v0.8.0 |
| 3177 | 2026-08-25T22:52:56.937Z | Compiling ingot-macros v0.2.0 |
| 3178 | 2026-08-25T22:52:57.029Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3179 | 2026-08-25T22:52:57.047Z | Compiling tabwriter v1.4.1 |
| 3180 | 2026-08-25T22:52:57.050Z | Compiling parse-display v0.10.0 |
| 3181 | 2026-08-25T22:52:57.084Z | Compiling hash32 v0.3.1 |
| 3182 | 2026-08-25T22:52:57.115Z | Compiling thiserror-no-std v2.0.2 |
| 3183 | 2026-08-25T22:52:57.221Z | Compiling vsss-rs v3.3.4 |
| 3184 | 2026-08-25T22:52:57.240Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3185 | 2026-08-25T22:52:57.307Z | Compiling typify-impl v0.6.2 |
| 3186 | 2026-08-25T22:52:57.406Z | Compiling smoltcp v0.11.0 |
| 3187 | 2026-08-25T22:52:57.460Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3188 | 2026-08-25T22:52:57.697Z | Compiling proc-macro-crate v3.4.0 |
| 3189 | 2026-08-25T22:52:57.824Z | Compiling cobs v0.3.0 |
| 3190 | 2026-08-25T22:52:57.841Z | Compiling colored v3.1.1 |
| 3191 | 2026-08-25T22:52:58.010Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3192 | 2026-08-25T22:52:58.050Z | Compiling postcard v1.1.3 |
| 3193 | 2026-08-25T22:52:58.109Z | Compiling proc-macro-error v1.0.4 |
| 3194 | 2026-08-25T22:52:58.126Z | Compiling rand v0.10.1 |
| 3195 | 2026-08-25T22:52:58.236Z | Compiling proc-macro-crate v1.3.1 |
| 3196 | 2026-08-25T22:52:58.258Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3197 | 2026-08-25T22:52:58.279Z | Compiling num_enum_derive v0.7.6 |
| 3198 | 2026-08-25T22:52:58.322Z | Compiling foreign-types-macros v0.2.3 |
| 3199 | 2026-08-25T22:52:58.430Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3200 | 2026-08-25T22:52:58.460Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3201 | 2026-08-25T22:52:58.477Z | Compiling foreign-types-shared v0.3.1 |
| 3202 | 2026-08-25T22:52:58.557Z | Compiling rayon-core v1.13.0 |
| 3203 | 2026-08-25T22:52:58.682Z | Compiling num_enum_derive v0.5.11 |
| 3204 | 2026-08-25T22:52:58.686Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3205 | 2026-08-25T22:52:58.715Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3206 | 2026-08-25T22:52:58.750Z | Compiling crossbeam-deque v0.8.6 |
| 3207 | 2026-08-25T22:52:58.810Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3208 | 2026-08-25T22:52:58.824Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3209 | 2026-08-25T22:52:58.839Z | Compiling cstr-argument v0.1.2 |
| 3210 | 2026-08-25T22:52:58.968Z | Compiling foreign-types v0.5.0 |
| 3211 | 2026-08-25T22:52:58.986Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3212 | 2026-08-25T22:52:59.018Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3213 | 2026-08-25T22:52:59.038Z | Compiling zone_cfg_derive v0.3.1 |
| 3214 | 2026-08-25T22:52:59.068Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3215 | 2026-08-25T22:52:59.221Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3216 | 2026-08-25T22:52:59.302Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3217 | 2026-08-25T22:52:59.348Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3218 | 2026-08-25T22:52:59.365Z | Compiling itertools v0.12.1 |
| 3219 | 2026-08-25T22:52:59.385Z | Compiling sigpipe v0.1.3 |
| 3220 | 2026-08-25T22:52:59.404Z | Compiling num_enum v0.7.6 |
| 3221 | 2026-08-25T22:52:59.423Z | Compiling rayon v1.11.0 |
| 3222 | 2026-08-25T22:52:59.423Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3223 | 2026-08-25T22:52:59.459Z | Compiling glob v0.3.3 |
| 3224 | 2026-08-25T22:52:59.500Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3225 | 2026-08-25T22:52:59.559Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3226 | 2026-08-25T22:52:59.576Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3227 | 2026-08-25T22:52:59.681Z | Compiling smf v0.2.3 |
| 3228 | 2026-08-25T22:52:59.705Z | Compiling cpubits v0.1.1 |
| 3229 | 2026-08-25T22:52:59.792Z | Compiling num_enum v0.5.11 |
| 3230 | 2026-08-25T22:52:59.809Z | Compiling whoami v1.6.1 |
| 3231 | 2026-08-25T22:52:59.828Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3232 | 2026-08-25T22:52:59.847Z | Compiling gethostname v0.5.0 |
| 3233 | 2026-08-25T22:52:59.851Z | Compiling derive-where v1.6.0 |
| 3234 | 2026-08-25T22:52:59.881Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3235 | 2026-08-25T22:52:59.885Z | Compiling ingot-types v0.2.0 |
| 3236 | 2026-08-25T22:52:59.916Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3237 | 2026-08-25T22:52:59.919Z | Compiling usdt-macro v0.5.0 |
| 3238 | 2026-08-25T22:52:59.951Z | Compiling usdt-attr-macro v0.5.0 |
| 3239 | 2026-08-25T22:52:59.980Z | Compiling num-rational v0.4.2 |
| 3240 | 2026-08-25T22:52:59.999Z | Compiling num-complex v0.4.6 |
| 3241 | 2026-08-25T22:53:00.225Z | Compiling memmap v0.7.0 |
| 3242 | 2026-08-25T22:53:00.257Z | Compiling ingot v0.2.1 |
| 3243 | 2026-08-25T22:53:00.322Z | Compiling toml v0.8.23 |
| 3244 | 2026-08-25T22:53:00.404Z | Compiling num v0.4.3 |
| 3245 | 2026-08-25T22:53:00.432Z | Compiling pem-rfc7468 v1.0.0 |
| 3246 | 2026-08-25T22:53:00.450Z | Compiling float-ord v0.3.2 |
| 3247 | 2026-08-25T22:53:00.503Z | Compiling zone v0.3.1 |
| 3248 | 2026-08-25T22:53:00.593Z | Compiling cancel-safe-futures v0.1.5 |
| 3249 | 2026-08-25T22:53:00.611Z | Compiling resolv-conf v0.7.6 |
| 3250 | 2026-08-25T22:53:00.630Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3251 | 2026-08-25T22:53:00.747Z | Compiling hmac v0.13.0 |
| 3252 | 2026-08-25T22:53:00.768Z | Compiling universal-hash v0.6.1 |
| 3253 | 2026-08-25T22:53:00.821Z | Compiling usdt v0.5.0 |
| 3254 | 2026-08-25T22:53:00.930Z | Compiling sha1 v0.10.6 |
| 3255 | 2026-08-25T22:53:00.967Z | Compiling linear-map v1.2.0 |
| 3256 | 2026-08-25T22:53:00.984Z | Compiling prettyplease v0.2.37 |
| 3257 | 2026-08-25T22:53:00.988Z | Compiling libefi-sys v0.1.0 |
| 3258 | 2026-08-25T22:53:01.128Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3259 | 2026-08-25T22:53:01.189Z | Compiling polyval v0.7.1 |
| 3260 | 2026-08-25T22:53:01.206Z | Compiling der v0.8.0 |
| 3261 | 2026-08-25T22:53:01.224Z | Compiling hickory-proto v0.24.4 |
| 3262 | 2026-08-25T22:53:01.228Z | Compiling newline-converter v0.3.0 |
| 3263 | 2026-08-25T22:53:01.261Z | Compiling oxide-update-engine-types v0.1.2 |
| 3264 | 2026-08-25T22:53:01.294Z | Compiling console v0.15.11 |
| 3265 | 2026-08-25T22:53:01.316Z | Compiling bitfield-struct v0.6.2 |
| 3266 | 2026-08-25T22:53:01.330Z | Compiling linked-hash-map v0.5.6 |
| 3267 | 2026-08-25T22:53:01.447Z | Compiling ghash v0.6.0 |
| 3268 | 2026-08-25T22:53:01.626Z | Compiling lru-cache v0.1.2 |
| 3269 | 2026-08-25T22:53:01.643Z | Compiling pbkdf2 v0.13.0 |
| 3270 | 2026-08-25T22:53:01.666Z | Compiling crypto-bigint v0.7.5 |
| 3271 | 2026-08-25T22:53:01.783Z | Compiling expectorate v1.2.0 |
| 3272 | 2026-08-25T22:53:01.799Z | Compiling aes v0.9.1 |
| 3273 | 2026-08-25T22:53:01.820Z | Compiling ctr v0.10.1 |
| 3274 | 2026-08-25T22:53:01.873Z | Compiling typify-macro v0.6.2 |
| 3275 | 2026-08-25T22:53:01.963Z | Compiling aead v0.6.1 |
| 3276 | 2026-08-25T22:53:01.982Z | Compiling sha2 v0.11.0 |
| 3277 | 2026-08-25T22:53:02.063Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3278 | 2026-08-25T22:53:02.081Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3279 | 2026-08-25T22:53:02.167Z | Compiling nom v8.0.0 |
| 3280 | 2026-08-25T22:53:02.265Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3281 | 2026-08-25T22:53:02.369Z | Compiling semver v0.1.20 |
| 3282 | 2026-08-25T22:53:02.397Z | Compiling oxide-update-engine v0.1.2 |
| 3283 | 2026-08-25T22:53:02.552Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3284 | 2026-08-25T22:53:02.589Z | Compiling rustc_version v0.1.7 |
| 3285 | 2026-08-25T22:53:02.629Z | Compiling aes-gcm v0.11.0 |
| 3286 | 2026-08-25T22:53:02.647Z | Compiling spki v0.8.0 |
| 3287 | 2026-08-25T22:53:02.698Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3288 | 2026-08-25T22:53:02.849Z | Compiling tokio-dtrace v0.1.1 |
| 3289 | 2026-08-25T22:53:02.866Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3290 | 2026-08-25T22:53:02.903Z | Compiling salsa20 v0.11.0 |
| 3291 | 2026-08-25T22:53:02.936Z | Compiling slog-dtrace v0.3.0 |
| 3292 | 2026-08-25T22:53:02.955Z | Compiling minimal-lexical v0.2.1 |
| 3293 | 2026-08-25T22:53:02.991Z | Compiling xshell-macros v0.2.7 |
| 3294 | 2026-08-25T22:53:03.009Z | Compiling newtype_derive v0.1.6 |
| 3295 | 2026-08-25T22:53:03.086Z | Compiling oxide-tokio-rt v0.1.4 |
| 3296 | 2026-08-25T22:53:03.153Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3297 | 2026-08-25T22:53:03.182Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3298 | 2026-08-25T22:53:03.207Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3299 | 2026-08-25T22:53:03.224Z | Compiling nom v7.1.3 |
| 3300 | 2026-08-25T22:53:03.263Z | Compiling scrypt v0.12.0 |
| 3301 | 2026-08-25T22:53:03.305Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3302 | 2026-08-25T22:53:03.417Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3303 | 2026-08-25T22:53:03.434Z | Compiling hickory-resolver v0.24.4 |
| 3304 | 2026-08-25T22:53:03.476Z | Compiling xshell v0.2.7 |
| 3305 | 2026-08-25T22:53:03.563Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3306 | 2026-08-25T22:53:03.600Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3307 | 2026-08-25T22:53:03.730Z | Compiling typify v0.6.2 |
| 3308 | 2026-08-25T22:53:03.799Z | Compiling phf_shared v0.12.1 |
| 3309 | 2026-08-25T22:53:03.873Z | Compiling progenitor-impl v0.14.0 |
| 3310 | 2026-08-25T22:53:04.008Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3311 | 2026-08-25T22:53:04.026Z | Compiling rfc6979 v0.4.0 |
| 3312 | 2026-08-25T22:53:04.175Z | Compiling cbc v0.2.1 |
| 3313 | 2026-08-25T22:53:04.195Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3314 | 2026-08-25T22:53:04.227Z | Compiling csv-core v0.1.13 |
| 3315 | 2026-08-25T22:53:04.230Z | Compiling highway v1.3.0 |
| 3316 | 2026-08-25T22:53:04.371Z | Compiling unicode-xid v0.2.6 |
| 3317 | 2026-08-25T22:53:04.522Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3318 | 2026-08-25T22:53:04.541Z | Compiling qorb v0.4.1 |
| 3319 | 2026-08-25T22:53:04.561Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3320 | 2026-08-25T22:53:04.578Z | Compiling chrono-tz v0.10.4 |
| 3321 | 2026-08-25T22:53:04.640Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3322 | 2026-08-25T22:53:04.658Z | Compiling proc-macro-error2 v2.0.1 |
| 3323 | 2026-08-25T22:53:04.661Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3324 | 2026-08-25T22:53:04.661Z | Compiling const_format_proc_macros v0.2.34 |
| 3325 | 2026-08-25T22:53:04.661Z | Compiling csv v1.4.0 |
| 3326 | 2026-08-25T22:53:04.820Z | Compiling pkcs5 v0.8.1 |
| 3327 | 2026-08-25T22:53:04.837Z | Compiling ecdsa v0.16.9 |
| 3328 | 2026-08-25T22:53:05.012Z | Compiling phf v0.12.1 |
| 3329 | 2026-08-25T22:53:05.096Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3330 | 2026-08-25T22:53:05.282Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3331 | 2026-08-25T22:53:05.299Z | Compiling primeorder v0.13.6 |
| 3332 | 2026-08-25T22:53:05.314Z | Compiling serde_tokenstream v0.3.0 |
| 3333 | 2026-08-25T22:53:05.382Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3334 | 2026-08-25T22:53:05.464Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3335 | 2026-08-25T22:53:05.540Z | Compiling hashbrown v0.14.5 |
| 3336 | 2026-08-25T22:53:05.558Z | Compiling salty v0.3.0 |
| 3337 | 2026-08-25T22:53:05.594Z | Compiling const_format v0.2.35 |
| 3338 | 2026-08-25T22:53:05.634Z | Compiling p384 v0.13.1 |
| 3339 | 2026-08-25T22:53:05.666Z | Compiling oxide-generation-macros v0.2.0 |
| 3340 | 2026-08-25T22:53:05.850Z | Compiling pkcs8 v0.11.0 |
| 3341 | 2026-08-25T22:53:05.939Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3342 | 2026-08-25T22:53:06.160Z | Compiling chumsky v0.9.3 |
| 3343 | 2026-08-25T22:53:06.187Z | Compiling knus-derive v3.4.0 |
| 3344 | 2026-08-25T22:53:06.219Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3345 | 2026-08-25T22:53:06.255Z | Compiling tabled_derive v0.7.0 |
| 3346 | 2026-08-25T22:53:06.479Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3347 | 2026-08-25T22:53:06.591Z | Compiling progenitor-macro v0.14.0 |
| 3348 | 2026-08-25T22:53:06.646Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3349 | 2026-08-25T22:53:06.702Z | Compiling bcs v0.1.6 |
| 3350 | 2026-08-25T22:53:06.807Z | Compiling ff v0.14.0 |
| 3351 | 2026-08-25T22:53:06.923Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3352 | 2026-08-25T22:53:06.987Z | Compiling termtree v0.5.1 |
| 3353 | 2026-08-25T22:53:07.061Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3354 | 2026-08-25T22:53:07.174Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3355 | 2026-08-25T22:53:07.336Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3356 | 2026-08-25T22:53:07.371Z | Compiling tabled v0.15.0 |
| 3357 | 2026-08-25T22:53:07.525Z | Compiling steno v0.4.1 |
| 3358 | 2026-08-25T22:53:07.542Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3359 | 2026-08-25T22:53:07.560Z | Compiling tagptr v0.2.0 |
| 3360 | 2026-08-25T22:53:07.591Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3361 | 2026-08-25T22:53:07.656Z | Compiling group v0.14.0 |
| 3362 | 2026-08-25T22:53:07.739Z | Compiling moka v0.12.13 |
| 3363 | 2026-08-25T22:53:07.845Z | Compiling knus v3.4.0 |
| 3364 | 2026-08-25T22:53:07.845Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3365 | 2026-08-25T22:53:07.877Z | Compiling signature v3.0.0 |
| 3366 | 2026-08-25T22:53:07.881Z | Compiling base16ct v1.0.0 |
| 3367 | 2026-08-25T22:53:08.030Z | Compiling sec1 v0.8.1 |
| 3368 | 2026-08-25T22:53:08.112Z | Compiling hkdf v0.13.0 |
| 3369 | 2026-08-25T22:53:08.231Z | Compiling libscf-sys v1.2.0 |
| 3370 | 2026-08-25T22:53:08.312Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3371 | 2026-08-25T22:53:08.329Z | Compiling elliptic-curve v0.14.1 |
| 3372 | 2026-08-25T22:53:08.366Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3373 | 2026-08-25T22:53:08.395Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3374 | 2026-08-25T22:53:08.528Z | Compiling hickory-resolver v0.25.2 |
| 3375 | 2026-08-25T22:53:08.598Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3376 | 2026-08-25T22:53:08.633Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3377 | 2026-08-25T22:53:08.784Z | Compiling parking_lot_core v0.8.6 |
| 3378 | 2026-08-25T22:53:08.921Z | Compiling utf-8 v0.7.6 |
| 3379 | 2026-08-25T22:53:08.938Z | Compiling corncobs v0.1.4 |
| 3380 | 2026-08-25T22:53:09.095Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3381 | 2026-08-25T22:53:09.133Z | Compiling tungstenite v0.21.0 |
| 3382 | 2026-08-25T22:53:09.152Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3383 | 2026-08-25T22:53:09.228Z | Compiling wnaf v0.14.0 |
| 3384 | 2026-08-25T22:53:09.373Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3385 | 2026-08-25T22:53:09.454Z | Compiling primefield v0.14.0 |
| 3386 | 2026-08-25T22:53:09.505Z | Compiling rfc6979 v0.6.0 |
| 3387 | 2026-08-25T22:53:09.521Z | Compiling papergrid v0.18.0 |
| 3388 | 2026-08-25T22:53:09.539Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3389 | 2026-08-25T22:53:09.691Z | Compiling git-stub v1.0.0 |
| 3390 | 2026-08-25T22:53:09.712Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3391 | 2026-08-25T22:53:09.730Z | Compiling secrecy v0.8.0 |
| 3392 | 2026-08-25T22:53:09.969Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3393 | 2026-08-25T22:53:09.986Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3394 | 2026-08-25T22:53:10.011Z | Compiling git-stub-vcs v0.1.0 |
| 3395 | 2026-08-25T22:53:10.092Z | Compiling ecdsa v0.17.0 |
| 3396 | 2026-08-25T22:53:10.248Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3397 | 2026-08-25T22:53:10.270Z | Compiling tokio-tungstenite v0.21.0 |
| 3398 | 2026-08-25T22:53:10.405Z | Compiling primeorder v0.14.0 |
| 3399 | 2026-08-25T22:53:10.439Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3400 | 2026-08-25T22:53:10.514Z | Compiling tabled v0.21.0 |
| 3401 | 2026-08-25T22:53:10.611Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3402 | 2026-08-25T22:53:10.630Z | Compiling curve25519-dalek v5.0.0 |
| 3403 | 2026-08-25T22:53:10.680Z | Compiling unicase v2.9.0 |
| 3404 | 2026-08-25T22:53:10.697Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3405 | 2026-08-25T22:53:10.808Z | Compiling parking_lot v0.11.2 |
| 3406 | 2026-08-25T22:53:10.837Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3407 | 2026-08-25T22:53:10.856Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3408 | 2026-08-25T22:53:10.912Z | Compiling mime_guess v2.0.5 |
| 3409 | 2026-08-25T22:53:10.930Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3410 | 2026-08-25T22:53:10.974Z | Compiling ssh-encoding v0.3.0 |
| 3411 | 2026-08-25T22:53:11.077Z | Compiling progenitor-impl v0.13.0 |
| 3412 | 2026-08-25T22:53:11.187Z | Compiling prefix-trie v0.7.0 |
| 3413 | 2026-08-25T22:53:11.225Z | Compiling fxhash v0.2.1 |
| 3414 | 2026-08-25T22:53:11.244Z | Compiling keccak v0.2.0 |
| 3415 | 2026-08-25T22:53:11.342Z | Compiling crc8 v0.1.1 |
| 3416 | 2026-08-25T22:53:11.389Z | Compiling sled v0.34.7 |
| 3417 | 2026-08-25T22:53:11.485Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3418 | 2026-08-25T22:53:11.570Z | Compiling ed25519 v3.0.0 |
| 3419 | 2026-08-25T22:53:11.648Z | Compiling hickory-server v0.25.2 |
| 3420 | 2026-08-25T22:53:11.665Z | Compiling crypto-primes v0.7.2 |
| 3421 | 2026-08-25T22:53:11.857Z | Compiling progenitor v0.14.0 |
| 3422 | 2026-08-25T22:53:11.878Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3423 | 2026-08-25T22:53:12.030Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3424 | 2026-08-25T22:53:12.051Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3425 | 2026-08-25T22:53:12.070Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3426 | 2026-08-25T22:53:12.692Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3427 | 2026-08-25T22:53:12.713Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3428 | 2026-08-25T22:53:12.731Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3429 | 2026-08-25T22:53:12.790Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3430 | 2026-08-25T22:53:13.092Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3431 | 2026-08-25T22:53:13.219Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3432 | 2026-08-25T22:53:13.417Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3433 | 2026-08-25T22:53:13.439Z | Compiling poly1305 v0.9.0 |
| 3434 | 2026-08-25T22:53:13.462Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3435 | 2026-08-25T22:53:13.554Z | Compiling progenitor-client v0.13.0 |
| 3436 | 2026-08-25T22:53:13.604Z | Compiling blowfish v0.10.0 |
| 3437 | 2026-08-25T22:53:13.832Z | Compiling progenitor-macro v0.13.0 |
| 3438 | 2026-08-25T22:53:13.833Z | Compiling blake2 v0.11.0-rc.6 |
| 3439 | 2026-08-25T22:53:13.888Z | Compiling http-range v0.1.5 |
| 3440 | 2026-08-25T22:53:13.909Z | Compiling half v1.8.3 |
| 3441 | 2026-08-25T22:53:14.019Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3442 | 2026-08-25T22:53:14.111Z | Compiling ssh-cipher v0.3.0 |
| 3443 | 2026-08-25T22:53:14.244Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3444 | 2026-08-25T22:53:14.361Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3445 | 2026-08-25T22:53:14.461Z | Compiling serde_cbor v0.11.2 |
| 3446 | 2026-08-25T22:53:14.725Z | Compiling argon2 v0.6.0-rc.8 |
| 3447 | 2026-08-25T22:53:14.762Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3448 | 2026-08-25T22:53:14.831Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3449 | 2026-08-25T22:53:15.078Z | Compiling rsa v0.10.0-rc.18 |
| 3450 | 2026-08-25T22:53:15.193Z | Compiling ed25519-dalek v3.0.0 |
| 3451 | 2026-08-25T22:53:15.231Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3452 | 2026-08-25T22:53:15.590Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3453 | 2026-08-25T22:53:15.828Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3454 | 2026-08-25T22:53:15.952Z | Compiling illumos-nvpair v0.3.0 |
| 3455 | 2026-08-25T22:53:16.139Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3456 | 2026-08-25T22:53:16.231Z | Compiling sha3 v0.11.0 |
| 3457 | 2026-08-25T22:53:16.383Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3458 | 2026-08-25T22:53:16.633Z | Compiling p256 v0.14.0 |
| 3459 | 2026-08-25T22:53:16.651Z | Compiling p384 v0.14.0 |
| 3460 | 2026-08-25T22:53:16.678Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3461 | 2026-08-25T22:53:16.748Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3462 | 2026-08-25T22:53:16.766Z | Compiling p521 v0.14.0 |
| 3463 | 2026-08-25T22:53:17.009Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3464 | 2026-08-25T22:53:17.027Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3465 | 2026-08-25T22:53:17.306Z | Compiling scuffle v0.1.0 |
| 3466 | 2026-08-25T22:53:17.607Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3467 | 2026-08-25T22:53:17.801Z | Compiling yasna v0.5.2 |
| 3468 | 2026-08-25T22:53:17.819Z | Compiling kstat-rs v0.2.5 |
| 3469 | 2026-08-25T22:53:18.150Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3470 | 2026-08-25T22:53:18.285Z | Compiling headers-core v0.3.0 |
| 3471 | 2026-08-25T22:53:18.399Z | Compiling kem v0.3.0 |
| 3472 | 2026-08-25T22:53:18.432Z | Compiling module-lattice v0.2.3 |
| 3473 | 2026-08-25T22:53:18.450Z | Compiling nanorand v0.7.0 |
| 3474 | 2026-08-25T22:53:18.520Z | Compiling sponge-cursor v0.1.0 |
| 3475 | 2026-08-25T22:53:18.559Z | Compiling headers v0.4.1 |
| 3476 | 2026-08-25T22:53:18.633Z | Compiling rcgen v0.12.1 |
| 3477 | 2026-08-25T22:53:18.685Z | Compiling flume v0.11.1 |
| 3478 | 2026-08-25T22:53:18.722Z | Compiling sha3 v0.12.0 |
| 3479 | 2026-08-25T22:53:18.762Z | Compiling ml-kem v0.3.2 |
| 3480 | 2026-08-25T22:53:18.785Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3481 | 2026-08-25T22:53:18.985Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3482 | 2026-08-25T22:53:19.004Z | Compiling progenitor v0.13.0 |
| 3483 | 2026-08-25T22:53:19.027Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3484 | 2026-08-25T22:53:19.044Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3485 | 2026-08-25T22:53:19.074Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3486 | 2026-08-25T22:53:19.145Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3487 | 2026-08-25T22:53:19.206Z | Compiling hyper-staticfile v0.10.1 |
| 3488 | 2026-08-25T22:53:19.302Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3489 | 2026-08-25T22:53:19.325Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3490 | 2026-08-25T22:53:19.399Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3491 | 2026-08-25T22:53:19.523Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3492 | 2026-08-25T22:53:19.699Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3493 | 2026-08-25T22:53:19.740Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3494 | 2026-08-25T22:53:19.760Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3495 | 2026-08-25T22:53:19.795Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3496 | 2026-08-25T22:53:19.862Z | Compiling russh-cryptovec v0.62.0 |
| 3497 | 2026-08-25T22:53:19.890Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3498 | 2026-08-25T22:53:19.936Z | Compiling ssh-key v0.7.0-rc.11 |
| 3499 | 2026-08-25T22:53:20.031Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3500 | 2026-08-25T22:53:20.053Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3501 | 2026-08-25T22:53:20.101Z | Compiling port-file v0.1.0 |
| 3502 | 2026-08-25T22:53:20.121Z | Compiling num-bigint v0.4.6 |
| 3503 | 2026-08-25T22:53:20.148Z | Compiling generic-array v1.4.3 |
| 3504 | 2026-08-25T22:53:20.210Z | Compiling russh-util v0.52.0 |
| 3505 | 2026-08-25T22:53:20.272Z | Compiling enum_dispatch v0.3.13 |
| 3506 | 2026-08-25T22:53:20.388Z | Compiling delegate v0.13.5 |
| 3507 | 2026-08-25T22:53:20.404Z | Compiling subprocess v0.2.15 |
| 3508 | 2026-08-25T22:53:20.551Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3509 | 2026-08-25T22:53:20.654Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3510 | 2026-08-25T22:53:20.826Z | Compiling hex-literal v1.1.0 |
| 3511 | 2026-08-25T22:53:20.969Z | Compiling md5 v0.8.0 |
| 3512 | 2026-08-25T22:53:20.997Z | Compiling display-error-chain v0.2.2 |
| 3513 | 2026-08-25T22:53:21.169Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3514 | 2026-08-25T22:53:21.202Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3515 | 2026-08-25T22:53:21.225Z | Compiling colored v2.2.0 |
| 3516 | 2026-08-25T22:53:21.258Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3517 | 2026-08-25T22:53:21.275Z | Compiling socket2 v0.5.10 |
| 3518 | 2026-08-25T22:53:21.377Z | Compiling internet-checksum v0.2.1 |
| 3519 | 2026-08-25T22:53:21.393Z | Compiling russh v0.62.4 |
| 3520 | 2026-08-25T22:53:21.802Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3521 | 2026-08-25T22:53:21.966Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3522 | 2026-08-25T22:53:22.024Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3523 | 2026-08-25T22:53:24.505Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3524 | 2026-08-25T22:53:25.257Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3525 | 2026-08-25T22:53:25.774Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3526 | 2026-08-25T22:53:26.975Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3527 | 2026-08-25T22:53:27.129Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3528 | 2026-08-25T22:53:35.982Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3529 | 2026-08-25T22:53:35.982Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3530 | 2026-08-25T22:53:35.982Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3531 | 2026-08-25T22:53:35.985Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3532 | 2026-08-25T22:53:35.985Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3533 | 2026-08-25T22:53:37.839Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3534 | 2026-08-25T22:53:37.856Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3535 | 2026-08-25T22:53:42.090Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3536 | 2026-08-25T22:54:23.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3537 | 2026-08-25T22:54:23.344Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3538 | 2026-08-25T22:54:23.344Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3539 | 2026-08-25T22:54:23.568Z | |
| 3540 | 2026-08-25T22:54:23.568Z | real 1:29.864602781 |
| 3541 | 2026-08-25T22:54:23.568Z | user 8:39.518302855 |
| 3542 | 2026-08-25T22:54:23.569Z | sys 1:43.421401805 |
| 3543 | 2026-08-25T22:54:23.569Z | trap 0.252237792 |
| 3544 | 2026-08-25T22:54:23.569Z | tflt 0.306353148 |
| 3545 | 2026-08-25T22:54:23.569Z | dflt 1.928948385 |
| 3546 | 2026-08-25T22:54:23.569Z | kflt 0.000289685 |
| 3547 | 2026-08-25T22:54:23.574Z | lock 32:11.475121040 |
| 3548 | 2026-08-25T22:54:23.575Z | slp 19:42.901337261 |
| 3549 | 2026-08-25T22:54:23.575Z | lat 41.039834775 |
| 3550 | 2026-08-25T22:54:23.575Z | stop 3:03.572875567 |
| 3551 | 2026-08-25T22:54:23.575Z | + mkdir tests |
| 3552 | 2026-08-25T22:54:23.579Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3553 | 2026-08-25T22:54:23.579Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3554 | 2026-08-25T22:54:23.598Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-18c8e701cc772c1a tests/ |
| 3555 | 2026-08-25T22:54:23.629Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e7456782bda4b131 tests/ |
| 3556 | 2026-08-25T22:54:23.662Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dd0f6826be0b7d2d tests/ |
| 3557 | 2026-08-25T22:54:23.693Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0227f105ade49820 tests/ |
| 3558 | 2026-08-25T22:54:24.051Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3559 | 2026-08-25T22:54:24.054Z | + 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-e7456782bda4b131 tests/commtest-dd0f6826be0b7d2d tests/dhcp_server-18c8e701cc772c1a tests/end_to_end_tests-0227f105ade49820 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3560 | 2026-08-25T22:55:53.334Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3561 | 2026-08-25T22:55:53.334Z | a .github/buildomat/ci-env.sh 1K |
| 3562 | 2026-08-25T22:55:53.334Z | a out/target/test 1K |
| 3563 | 2026-08-25T22:55:53.334Z | a out/npuzone/npuzone 27402K |
| 3564 | 2026-08-25T22:55:53.334Z | a package-manifest.toml 35K |
| 3565 | 2026-08-25T22:55:53.334Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3566 | 2026-08-25T22:55:53.334Z | a target/release/omicron-package 48313K |
| 3567 | 2026-08-25T22:55:53.334Z | a target/release/xtask 11727K |
| 3568 | 2026-08-25T22:55:53.334Z | a target/debug/bootstrap 439318K |
| 3569 | 2026-08-25T22:55:53.334Z | a tests/bootstrap-e7456782bda4b131 34430K |
| 3570 | 2026-08-25T22:55:53.334Z | a tests/commtest-dd0f6826be0b7d2d 34431K |
| 3571 | 2026-08-25T22:55:53.334Z | a tests/dhcp_server-18c8e701cc772c1a 34431K |
| 3572 | 2026-08-25T22:55:53.334Z | a tests/end_to_end_tests-0227f105ade49820 502850K |
| 3573 | 2026-08-25T22:55:53.334Z | a tools/opte_version 1K |
| 3574 | 2026-08-25T22:55:53.334Z | a tools/opte_version_override 2K |
| 3575 | 2026-08-25T22:55:53.334Z | a out/clickhouse.tar.gz 330304K |
| 3576 | 2026-08-25T22:55:53.334Z | a out/clickhouse_keeper.tar.gz 314303K |
| 3577 | 2026-08-25T22:55:53.334Z | a out/clickhouse_server.tar.gz 330301K |
| 3578 | 2026-08-25T22:55:53.334Z | a out/cockroachdb.tar.gz 169642K |
| 3579 | 2026-08-25T22:55:53.334Z | a out/crucible-pantry-zone.tar.gz 41358K |
| 3580 | 2026-08-25T22:55:53.334Z | a out/crucible-utils.tar 18900K |
| 3581 | 2026-08-25T22:55:53.335Z | a out/crucible-zone.tar.gz 56170K |
| 3582 | 2026-08-25T22:55:53.335Z | a out/external-dns.tar.gz 47478K |
| 3583 | 2026-08-25T22:55:53.335Z | a out/internal-dns.tar.gz 47478K |
| 3584 | 2026-08-25T22:55:53.335Z | a out/mg-ddm-gz.tar 100917K |
| 3585 | 2026-08-25T22:55:53.335Z | a out/nexus.tar.gz 360956K |
| 3586 | 2026-08-25T22:55:53.335Z | a out/ntp.tar.gz 34702K |
| 3587 | 2026-08-25T22:55:53.335Z | a out/omicron-gateway-softnpu.tar.gz 28243K |
| 3588 | 2026-08-25T22:55:53.335Z | a out/omicron-sled-agent.tar 239907K |
| 3589 | 2026-08-25T22:55:53.335Z | a out/overlay.tar.gz 4K |
| 3590 | 2026-08-25T22:55:53.335Z | a out/oximeter.tar.gz 70937K |
| 3591 | 2026-08-25T22:55:53.335Z | a out/oxlog.tar 4070K |
| 3592 | 2026-08-25T22:55:53.335Z | a out/probe.tar.gz 3037K |
| 3593 | 2026-08-25T22:55:53.335Z | a out/propolis-server.tar.gz 34642K |
| 3594 | 2026-08-25T22:55:53.335Z | a out/pumpkind-gz.tar 26647K |
| 3595 | 2026-08-25T22:55:53.335Z | a out/switch-softnpu.tar.gz 501837K |
| 3596 | 2026-08-25T22:55:53.339Z | |
| 3597 | 2026-08-25T22:55:53.339Z | real 1:29.279479841 |
| 3598 | 2026-08-25T22:55:53.339Z | user 1:26.377745560 |
| 3599 | 2026-08-25T22:55:53.339Z | sys 4.888518432 |
| 3600 | 2026-08-25T22:55:53.339Z | trap 0.006665808 |
| 3601 | 2026-08-25T22:55:53.339Z | tflt 0.000000000 |
| 3602 | 2026-08-25T22:55:53.339Z | dflt 0.000000000 |
| 3603 | 2026-08-25T22:55:53.339Z | kflt 0.000000000 |
| 3604 | 2026-08-25T22:55:53.339Z | lock 0.000000000 |
| 3605 | 2026-08-25T22:55:53.339Z | slp 1:26.201367990 |
| 3606 | 2026-08-25T22:55:53.339Z | lat 1.078576077 |
| 3607 | 2026-08-25T22:55:53.339Z | stop 0.000175228 |
| 3608 | 2026-08-25T22:55:53.339Z | process exited: duration 1118872 ms, exit code 0 |
| |
| 3609 | 2026-08-25T22:55:53.354Z | found 1 output files |
| 3610 | 2026-08-25T22:55:53.355Z | uploading: /work/package.tar.gz (2764215192 bytes) |
| 3611 | 2026-08-25T22:56:29.699Z | uploaded: /work/package.tar.gz |