|
|
|
| 1 | 2026-07-17T04:11:05.729Z | job assigned to worker 01KXQ493N5FVNGWV8K44K30VNZ [factory aws, i-00d925b64ec4b9e61] (queued for 56 s) |
| |
| 2 | 2026-07-17T04:11:13.294Z | starting task 0: "setup" |
| 3 | 2026-07-17T04:11:13.314Z | ++ uname -s |
| 4 | 2026-07-17T04:11:13.314Z | + kern=SunOS |
| 5 | 2026-07-17T04:11:13.314Z | + build_user=build |
| 6 | 2026-07-17T04:11:13.314Z | + build_uid=12345 |
| 7 | 2026-07-17T04:11:13.314Z | + work_dir=/work |
| 8 | 2026-07-17T04:11:13.314Z | + input_dir=/input |
| 9 | 2026-07-17T04:11:13.314Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-17T04:11:13.314Z | + case "$kern" in |
| 11 | 2026-07-17T04:11:13.314Z | + groupadd -g 12345 build |
| 12 | 2026-07-17T04:11:13.314Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-17T04:11:15.304Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-17T04:11:15.474Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-17T04:11:15.480Z | + home_fs=zfs |
| 16 | 2026-07-17T04:11:15.480Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-17T04:11:15.480Z | + mkdir -p /home/build |
| 18 | 2026-07-17T04:11:15.480Z | + chown build:build /home/build /work |
| 19 | 2026-07-17T04:11:17.471Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-17T04:11:17.519Z | process exited: duration 4197 ms, exit code 0 |
| |
| 21 | 2026-07-17T04:11:17.527Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-17T04:11:17.533Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-17T04:11:17.533Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-17T04:11:17.533Z | * rust toolchain profile = "default" |
| 25 | 2026-07-17T04:11:17.533Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-17T04:11:17.533Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-17T04:11:17.533Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-17T04:11:17.752Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-17T04:11:17.752Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-17T04:11:17.761Z | info: downloading installer |
| 31 | 2026-07-17T04:11:20.451Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-17T04:11:20.451Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-17T04:11:20.452Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-17T04:11:20.479Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-17T04:11:20.480Z | info: profile set to default |
| 36 | 2026-07-17T04:11:20.480Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-17T04:11:20.480Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-17T04:11:20.480Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-17T04:11:20.480Z | info: downloading 6 components |
| 40 | 2026-07-17T04:11:33.756Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-17T04:11:33.756Z | |
| 42 | 2026-07-17T04:11:33.781Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-17T04:11:33.781Z | |
| 44 | 2026-07-17T04:11:33.781Z | |
| 45 | 2026-07-17T04:11:33.781Z | Rust is installed now. Great! |
| 46 | 2026-07-17T04:11:33.781Z | |
| 47 | 2026-07-17T04:11:33.781Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-17T04:11:33.781Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-17T04:11:33.781Z | |
| 50 | 2026-07-17T04:11:33.781Z | To configure your current shell, you need to source |
| 51 | 2026-07-17T04:11:33.781Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-17T04:11:33.781Z | |
| 53 | 2026-07-17T04:11:33.793Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-17T04:11:33.793Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-17T04:11:33.793Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-17T04:11:33.794Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-17T04:11:33.794Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-17T04:11:33.794Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-17T04:11:33.794Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-17T04:11:33.794Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-17T04:11:33.794Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-17T04:11:33.874Z | + rustup --version |
| 63 | 2026-07-17T04:11:33.880Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-17T04:11:33.884Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-17T04:11:33.904Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-17T04:11:33.915Z | + cargo --version |
| 67 | 2026-07-17T04:11:33.922Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-17T04:11:33.922Z | + rustc --version |
| 69 | 2026-07-17T04:11:33.939Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-17T04:11:33.954Z | process exited: duration 16411 ms, exit code 0 |
| |
| 71 | 2026-07-17T04:11:33.975Z | starting task 2: "authentication" |
| 72 | 2026-07-17T04:11:33.988Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-07-17T04:11:46.116Z | process exited: duration 12142 ms, exit code 0 |
| |
| 74 | 2026-07-17T04:11:46.130Z | starting task 3: "clone repository" |
| 75 | 2026-07-17T04:11:46.134Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-07-17T04:11:46.139Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-07-17T04:11:46.171Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-07-17T04:11:58.551Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-07-17T04:11:58.551Z | + git fetch origin 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70 |
| 80 | 2026-07-17T04:11:58.841Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-07-17T04:11:58.841Z | * branch 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70 -> FETCH_HEAD |
| 82 | 2026-07-17T04:11:58.855Z | + [[ -n '' ]] |
| 83 | 2026-07-17T04:11:58.855Z | + git reset --hard 817eea72b242cc33d9b3c6c07fbb9d34eeb9eb70 |
| 84 | 2026-07-17T04:11:59.098Z | HEAD is now at 817eea72b Update apache/skywalking-eyes digest to 61275cc |
| 85 | 2026-07-17T04:11:59.101Z | process exited: duration 12973 ms, exit code 0 |
| |
| 86 | 2026-07-17T04:11:59.108Z | starting task 4: "build" |
| 87 | 2026-07-17T04:11:59.114Z | + source .github/buildomat/ci-env.sh |
| 88 | 2026-07-17T04:11:59.114Z | ++ export CARGO_TERM_COLOR=always |
| 89 | 2026-07-17T04:11:59.114Z | ++ CARGO_TERM_COLOR=always |
| 90 | 2026-07-17T04:11:59.118Z | +++ uname -s |
| 91 | 2026-07-17T04:11:59.118Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 92 | 2026-07-17T04:11:59.118Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 93 | 2026-07-17T04:11:59.122Z | + cargo --version |
| 94 | 2026-07-17T04:11:59.128Z | cargo 1.96.1 (356927216 2026-06-26) |
| 95 | 2026-07-17T04:11:59.132Z | + rustc --version |
| 96 | 2026-07-17T04:11:59.151Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 97 | 2026-07-17T04:11:59.154Z | + WORK=/work |
| 98 | 2026-07-17T04:11:59.154Z | + pfexec mkdir -p /work |
| 99 | 2026-07-17T04:11:59.158Z | + pfexec chown build /work |
| 100 | 2026-07-17T04:11:59.161Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2026-07-17T04:12:00.857Z | Startup: Refreshing catalog 'helios' ... Done |
| 102 | 2026-07-17T04:12:00.963Z | Startup: Caching catalogs ... Done |
| 103 | 2026-07-17T04:12:01.539Z | Planning: Solver setup ... Done (0.516s) |
| 104 | 2026-07-17T04:12:01.568Z | Planning: Running solver ... Done (0.028s) |
| 105 | 2026-07-17T04:12:01.582Z | Planning: Finding local manifests ... Done (0.003s) |
| 106 | 2026-07-17T04:12:01.593Z | Planning: Fetching manifests: 0/2 0% complete |
| 107 | 2026-07-17T04:12:01.618Z | Planning: Fetching manifests: 2/2 100% complete |
| 108 | 2026-07-17T04:12:01.633Z | Planning: Package planning ... Done (0.015s) |
| 109 | 2026-07-17T04:12:01.636Z | Planning: Merging actions ... Done (0.001s) |
| 110 | 2026-07-17T04:12:01.799Z | Planning: Checking for conflicting actions ... Done (0.165s) |
| 111 | 2026-07-17T04:12:01.803Z | Planning: Consolidating action changes ... Done (0.001s) |
| 112 | 2026-07-17T04:12:02.789Z | Planning: Evaluating mediators ... Done (0.984s) |
| 113 | 2026-07-17T04:12:02.798Z | Planning: Planning completed in 1.79 seconds |
| 114 | 2026-07-17T04:12:02.798Z | Packages to install: 2 |
| 115 | 2026-07-17T04:12:02.798Z | Estimated space available: 156.05 GB |
| 116 | 2026-07-17T04:12:02.798Z | Estimated space to be consumed: 34.06 MB |
| 117 | 2026-07-17T04:12:02.798Z | Create boot environment: No |
| 118 | 2026-07-17T04:12:02.798Z | Create backup boot environment: No |
| 119 | 2026-07-17T04:12:02.799Z | Rebuild boot archive: No |
| 120 | 2026-07-17T04:12:02.799Z | |
| 121 | 2026-07-17T04:12:02.799Z | Changed packages: |
| 122 | 2026-07-17T04:12:02.799Z | helios |
| 123 | 2026-07-17T04:12:02.799Z | developer/build-essential |
| 124 | 2026-07-17T04:12:02.799Z | None -> 11-3.0 |
| 125 | 2026-07-17T04:12:02.799Z | library/libxmlsec1 |
| 126 | 2026-07-17T04:12:02.799Z | None -> 1.2.35-3.0 |
| 127 | 2026-07-17T04:12:02.819Z | |
| 128 | 2026-07-17T04:12:02.819Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 129 | 2026-07-17T04:12:03.300Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 130 | 2026-07-17T04:12:03.359Z | Actions: 1/268 actions (Installing new actions) |
| 131 | 2026-07-17T04:12:03.398Z | Actions: Completed 268 actions in 0.04 seconds. |
| 132 | 2026-07-17T04:12:03.411Z | Finalize: Updating package state database ... Done (0.013s) |
| 133 | 2026-07-17T04:12:03.411Z | Finalize: Updating package cache ... Done (0.000s) |
| 134 | 2026-07-17T04:12:03.455Z | Finalize: Updating image state ... Done (0.032s) |
| 135 | 2026-07-17T04:12:05.960Z | Finalize: Creating fast lookup database ... Done (2.489s) |
| 136 | 2026-07-17T04:12:06.034Z | Finalize: Reading search index ... Done (0.013s) |
| 137 | 2026-07-17T04:12:06.039Z | Finalize: Updating search index ... Done (0.000s) |
| 138 | 2026-07-17T04:12:06.129Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-17T04:12:06.442Z | Planning: Evaluating mediator changes ... Done |
| 140 | 2026-07-17T04:12:06.546Z | Planning: Checking for conflicting actions ... Done |
| 141 | 2026-07-17T04:12:06.549Z | Planning: Consolidating action changes ... Done |
| 142 | 2026-07-17T04:12:06.714Z | Planning: Evaluating mediators ... Done |
| 143 | 2026-07-17T04:12:06.724Z | Planning: Planning completed in 0.26 seconds |
| 144 | 2026-07-17T04:12:06.729Z | Mediators to change: 2 |
| 145 | 2026-07-17T04:12:06.729Z | Create boot environment: No |
| 146 | 2026-07-17T04:12:06.729Z | Create backup boot environment: No |
| 147 | 2026-07-17T04:12:06.777Z | Finalize: Updating package state database ... Done |
| 148 | 2026-07-17T04:12:06.777Z | Finalize: Updating package cache ... Done |
| 149 | 2026-07-17T04:12:06.798Z | Finalize: Updating image state ... Done |
| 150 | 2026-07-17T04:12:08.744Z | Finalize: Creating fast lookup database ... Done |
| 151 | 2026-07-17T04:12:08.803Z | Finalize: Reading search index ... Done |
| 152 | 2026-07-17T04:12:08.808Z | Finalize: Updating search index ... Done |
| 153 | 2026-07-17T04:12:08.874Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-17T04:12:09.157Z | Planning: Evaluating mediator changes ... Done |
| 155 | 2026-07-17T04:12:09.262Z | Planning: Checking for conflicting actions ... Done |
| 156 | 2026-07-17T04:12:09.268Z | Planning: Consolidating action changes ... Done |
| 157 | 2026-07-17T04:12:09.418Z | Planning: Evaluating mediators ... Done |
| 158 | 2026-07-17T04:12:09.428Z | Planning: Planning completed in 0.26 seconds |
| 159 | 2026-07-17T04:12:09.442Z | Mediators to change: 1 |
| 160 | 2026-07-17T04:12:09.442Z | Create boot environment: No |
| 161 | 2026-07-17T04:12:09.442Z | Create backup boot environment: No |
| 162 | 2026-07-17T04:12:09.492Z | Finalize: Updating package state database ... Done |
| 163 | 2026-07-17T04:12:09.492Z | Finalize: Updating package cache ... Done |
| 164 | 2026-07-17T04:12:09.501Z | Finalize: Updating image state ... Done |
| 165 | 2026-07-17T04:12:11.426Z | Finalize: Creating fast lookup database ... Done |
| 166 | 2026-07-17T04:12:11.485Z | Finalize: Reading search index ... Done |
| 167 | 2026-07-17T04:12:11.498Z | Finalize: Updating search index ... Done |
| 168 | 2026-07-17T04:12:11.570Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-17T04:12:11.881Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 170 | 2026-07-17T04:12:11.881Z | apache system 2.4 system |
| 171 | 2026-07-17T04:12:11.881Z | clang system 15 system |
| 172 | 2026-07-17T04:12:11.881Z | csh system system illumos |
| 173 | 2026-07-17T04:12:11.881Z | ctags system system illumos |
| 174 | 2026-07-17T04:12:11.881Z | file vendor vendor darwinsys |
| 175 | 2026-07-17T04:12:11.881Z | file system system illumos |
| 176 | 2026-07-17T04:12:11.881Z | gcc vendor 14 vendor |
| 177 | 2026-07-17T04:12:11.881Z | gcc system 13 system |
| 178 | 2026-07-17T04:12:11.881Z | gcc system 10 system |
| 179 | 2026-07-17T04:12:11.881Z | go system 1.25 system |
| 180 | 2026-07-17T04:12:11.881Z | llvm system 15 system |
| 181 | 2026-07-17T04:12:11.882Z | mariadb system 11.4 system |
| 182 | 2026-07-17T04:12:11.882Z | mta vendor vendor dma |
| 183 | 2026-07-17T04:12:11.882Z | openjdk system 17 system |
| 184 | 2026-07-17T04:12:11.882Z | openjdk system 11 system |
| 185 | 2026-07-17T04:12:11.882Z | openssl vendor 3 vendor |
| 186 | 2026-07-17T04:12:11.882Z | perl system 5.40 system |
| 187 | 2026-07-17T04:12:11.882Z | postgresql system 18 system |
| 188 | 2026-07-17T04:12:11.882Z | postgresql system 17 system |
| 189 | 2026-07-17T04:12:11.882Z | python vendor 3 vendor |
| 190 | 2026-07-17T04:12:11.882Z | python system 2 system |
| 191 | 2026-07-17T04:12:11.882Z | python3 vendor 3.13 vendor |
| 192 | 2026-07-17T04:12:11.882Z | ruby system 3.4 system |
| 193 | 2026-07-17T04:12:11.882Z | ruby system 3.0 system |
| 194 | 2026-07-17T04:12:11.882Z | words vendor vendor american-english |
| 195 | 2026-07-17T04:12:11.882Z | words system system australian-english |
| 196 | 2026-07-17T04:12:11.882Z | words system system british-english |
| 197 | 2026-07-17T04:12:11.882Z | words system system canadian-english |
| 198 | 2026-07-17T04:12:11.882Z | words system system french |
| 199 | 2026-07-17T04:12:11.882Z | words system system italian |
| 200 | 2026-07-17T04:12:11.882Z | words system system ngerman |
| 201 | 2026-07-17T04:12:11.882Z | words system system ogerman |
| 202 | 2026-07-17T04:12:11.882Z | words system system spanish |
| 203 | 2026-07-17T04:12:12.137Z | PUBLISHER TYPE STATUS P LOCATION |
| 204 | 2026-07-17T04:12:12.137Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 205 | 2026-07-17T04:12:12.458Z | FMRI IFO |
| 206 | 2026-07-17T04:12:12.458Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 207 | 2026-07-17T04:12:12.458Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 208 | 2026-07-17T04:12:12.458Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 209 | 2026-07-17T04:12:12.458Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 210 | 2026-07-17T04:12:12.458Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 211 | 2026-07-17T04:12:12.458Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 212 | 2026-07-17T04:12:12.458Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 213 | 2026-07-17T04:12:12.458Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 214 | 2026-07-17T04:12:12.458Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 215 | 2026-07-17T04:12:12.726Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 216 | 2026-07-17T04:12:13.052Z | Updating crates.io index |
| 217 | 2026-07-17T04:12:13.138Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 218 | 2026-07-17T04:12:13.323Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 219 | 2026-07-17T04:12:13.639Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-07-17T04:12:14.622Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 221 | 2026-07-17T04:12:15.114Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-07-17T04:12:16.606Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 223 | 2026-07-17T04:12:17.365Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-07-17T04:12:17.619Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 225 | 2026-07-17T04:12:17.897Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-07-17T04:12:18.993Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-07-17T04:12:19.386Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 228 | 2026-07-17T04:12:19.688Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 229 | 2026-07-17T04:12:19.960Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 230 | 2026-07-17T04:12:20.367Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-07-17T04:12:20.831Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 232 | 2026-07-17T04:12:21.038Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-07-17T04:12:21.247Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-07-17T04:12:21.491Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 235 | 2026-07-17T04:12:21.737Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 236 | 2026-07-17T04:12:21.955Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 237 | 2026-07-17T04:12:22.187Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 238 | 2026-07-17T04:12:22.460Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 239 | 2026-07-17T04:12:22.776Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 240 | 2026-07-17T04:12:23.137Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 241 | 2026-07-17T04:12:23.368Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-07-17T04:12:23.716Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-07-17T04:12:24.101Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-07-17T04:12:24.482Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-07-17T04:12:24.769Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-07-17T04:12:24.989Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 247 | 2026-07-17T04:12:25.225Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-07-17T04:12:25.529Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 249 | 2026-07-17T04:12:25.899Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-07-17T04:12:26.115Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 251 | 2026-07-17T04:12:26.349Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-07-17T04:12:26.599Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-07-17T04:12:26.869Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-07-17T04:12:27.304Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-07-17T04:12:27.543Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-07-17T04:12:27.854Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-07-17T04:12:28.092Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-07-17T04:12:30.727Z | Downloading crates ... |
| 259 | 2026-07-17T04:12:30.776Z | Downloaded anyhow v1.0.102 |
| 260 | 2026-07-17T04:12:30.781Z | Downloaded serde_derive v1.0.228 |
| 261 | 2026-07-17T04:12:30.785Z | Downloaded bytecount v0.6.9 |
| 262 | 2026-07-17T04:12:30.789Z | Downloaded anstream v1.0.0 |
| 263 | 2026-07-17T04:12:30.789Z | Downloaded block-buffer v0.10.4 |
| 264 | 2026-07-17T04:12:30.789Z | Downloaded getrandom v0.4.1 |
| 265 | 2026-07-17T04:12:30.792Z | Downloaded anstyle v1.0.14 |
| 266 | 2026-07-17T04:12:30.792Z | Downloaded byteorder v1.5.0 |
| 267 | 2026-07-17T04:12:30.795Z | Downloaded bitflags v2.11.0 |
| 268 | 2026-07-17T04:12:30.800Z | Downloaded zerocopy v0.7.35 |
| 269 | 2026-07-17T04:12:30.808Z | Downloaded hashbrown v0.17.0 |
| 270 | 2026-07-17T04:12:30.811Z | Downloaded zmij v1.0.21 |
| 271 | 2026-07-17T04:12:30.815Z | Downloaded macaddr v1.0.1 |
| 272 | 2026-07-17T04:12:30.815Z | Downloaded zerocopy-derive v0.7.35 |
| 273 | 2026-07-17T04:12:30.819Z | Downloaded fs-err v3.3.0 |
| 274 | 2026-07-17T04:12:30.819Z | Downloaded pest v2.8.6 |
| 275 | 2026-07-17T04:12:30.823Z | Downloaded unicode-linebreak v0.1.5 |
| 276 | 2026-07-17T04:12:30.823Z | Downloaded autocfg v1.5.0 |
| 277 | 2026-07-17T04:12:30.823Z | Downloaded pest_generator v2.8.6 |
| 278 | 2026-07-17T04:12:30.826Z | Downloaded fastrand v2.3.0 |
| 279 | 2026-07-17T04:12:30.827Z | Downloaded fnv v1.0.7 |
| 280 | 2026-07-17T04:12:30.827Z | Downloaded cargo-platform v0.3.2 |
| 281 | 2026-07-17T04:12:30.827Z | Downloaded errno v0.3.14 |
| 282 | 2026-07-17T04:12:30.827Z | Downloaded dof v0.3.0 |
| 283 | 2026-07-17T04:12:30.827Z | Downloaded once_cell v1.21.3 |
| 284 | 2026-07-17T04:12:30.830Z | Downloaded dtrace-parser v0.2.0 |
| 285 | 2026-07-17T04:12:30.830Z | Downloaded cpufeatures v0.2.17 |
| 286 | 2026-07-17T04:12:30.830Z | Downloaded equivalent v1.0.2 |
| 287 | 2026-07-17T04:12:30.830Z | Downloaded itoa v1.0.17 |
| 288 | 2026-07-17T04:12:30.833Z | Downloaded digest v0.10.7 |
| 289 | 2026-07-17T04:12:30.833Z | Downloaded unicode-ident v1.0.24 |
| 290 | 2026-07-17T04:12:30.836Z | Downloaded toml_datetime v0.6.11 |
| 291 | 2026-07-17T04:12:30.839Z | Downloaded clap_lex v1.0.0 |
| 292 | 2026-07-17T04:12:30.842Z | Downloaded anstyle-query v1.1.5 |
| 293 | 2026-07-17T04:12:30.845Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-07-17T04:12:30.845Z | Downloaded cargo_toml v0.21.0 |
| 295 | 2026-07-17T04:12:30.845Z | Downloaded heck v0.4.1 |
| 296 | 2026-07-17T04:12:30.849Z | Downloaded smawk v0.3.2 |
| 297 | 2026-07-17T04:12:30.852Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-07-17T04:12:30.852Z | Downloaded toml_write v0.1.2 |
| 299 | 2026-07-17T04:12:30.856Z | Downloaded usdt-macro v0.5.0 |
| 300 | 2026-07-17T04:12:30.860Z | Downloaded utf8parse v0.2.2 |
| 301 | 2026-07-17T04:12:30.863Z | Downloaded scroll_derive v0.12.1 |
| 302 | 2026-07-17T04:12:30.869Z | Downloaded plain v0.2.3 |
| 303 | 2026-07-17T04:12:30.873Z | Downloaded crypto-common v0.1.7 |
| 304 | 2026-07-17T04:12:30.876Z | Downloaded strsim v0.11.1 |
| 305 | 2026-07-17T04:12:30.876Z | Downloaded is_terminal_polyfill v1.70.2 |
| 306 | 2026-07-17T04:12:30.880Z | Downloaded terminal_size v0.4.3 |
| 307 | 2026-07-17T04:12:30.884Z | Downloaded memmap v0.7.0 |
| 308 | 2026-07-17T04:12:30.887Z | Downloaded generic-array v0.14.7 |
| 309 | 2026-07-17T04:12:30.890Z | Downloaded camino-tempfile v1.4.1 |
| 310 | 2026-07-17T04:12:30.890Z | Downloaded anstyle-parse v1.0.0 |
| 311 | 2026-07-17T04:12:30.894Z | Downloaded thiserror v2.0.18 |
| 312 | 2026-07-17T04:12:30.898Z | Downloaded usdt-attr-macro v0.5.0 |
| 313 | 2026-07-17T04:12:30.898Z | Downloaded tabled_derive v0.7.0 |
| 314 | 2026-07-17T04:12:30.898Z | Downloaded pretty-hex v0.4.1 |
| 315 | 2026-07-17T04:12:30.898Z | Downloaded version_check v0.9.5 |
| 316 | 2026-07-17T04:12:30.898Z | Downloaded swrite v0.1.0 |
| 317 | 2026-07-17T04:12:30.898Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2026-07-17T04:12:30.898Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-07-17T04:12:30.901Z | Downloaded usdt v0.5.0 |
| 320 | 2026-07-17T04:12:30.904Z | Downloaded heck v0.5.0 |
| 321 | 2026-07-17T04:12:30.904Z | Downloaded clap_derive v4.6.1 |
| 322 | 2026-07-17T04:12:30.912Z | Downloaded serde_spanned v0.6.9 |
| 323 | 2026-07-17T04:12:30.916Z | Downloaded cargo_metadata v0.23.1 |
| 324 | 2026-07-17T04:12:30.920Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-07-17T04:12:30.924Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2026-07-17T04:12:30.924Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-07-17T04:12:30.927Z | Downloaded serde_tokenstream v0.2.3 |
| 328 | 2026-07-17T04:12:30.932Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-07-17T04:12:30.937Z | Downloaded log v0.4.29 |
| 330 | 2026-07-17T04:12:30.940Z | Downloaded pest_derive v2.8.6 |
| 331 | 2026-07-17T04:12:30.940Z | Downloaded scroll v0.12.0 |
| 332 | 2026-07-17T04:12:30.944Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-07-17T04:12:30.947Z | Downloaded toml v0.8.23 |
| 334 | 2026-07-17T04:12:30.947Z | Downloaded semver v1.0.28 |
| 335 | 2026-07-17T04:12:30.950Z | Downloaded quote v1.0.45 |
| 336 | 2026-07-17T04:12:30.950Z | Downloaded camino v1.2.2 |
| 337 | 2026-07-17T04:12:30.955Z | Downloaded thiserror-impl v2.0.18 |
| 338 | 2026-07-17T04:12:30.955Z | Downloaded papergrid v0.11.0 |
| 339 | 2026-07-17T04:12:30.959Z | Downloaded tempfile v3.25.0 |
| 340 | 2026-07-17T04:12:30.962Z | Downloaded clap v4.6.1 |
| 341 | 2026-07-17T04:12:30.966Z | Downloaded serde_core v1.0.228 |
| 342 | 2026-07-17T04:12:30.970Z | Downloaded sha2 v0.10.9 |
| 343 | 2026-07-17T04:12:30.970Z | Downloaded proc-macro2 v1.0.106 |
| 344 | 2026-07-17T04:12:30.987Z | Downloaded toml_edit v0.22.27 |
| 345 | 2026-07-17T04:12:30.990Z | Downloaded textwrap v0.16.2 |
| 346 | 2026-07-17T04:12:30.994Z | Downloaded serde v1.0.228 |
| 347 | 2026-07-17T04:12:31.001Z | Downloaded pest_meta v2.8.6 |
| 348 | 2026-07-17T04:12:31.005Z | Downloaded indexmap v2.14.0 |
| 349 | 2026-07-17T04:12:31.013Z | Downloaded memchr v2.8.0 |
| 350 | 2026-07-17T04:12:31.018Z | Downloaded typenum v1.20.1 |
| 351 | 2026-07-17T04:12:31.054Z | Downloaded clap_builder v4.6.0 |
| 352 | 2026-07-17T04:12:31.058Z | Downloaded serde_json v1.0.150 |
| 353 | 2026-07-17T04:12:31.063Z | Downloaded winnow v0.7.14 |
| 354 | 2026-07-17T04:12:31.068Z | Downloaded goblin v0.8.2 |
| 355 | 2026-07-17T04:12:31.072Z | Downloaded tabled v0.15.0 |
| 356 | 2026-07-17T04:12:31.091Z | Downloaded unicode-width v0.1.14 |
| 357 | 2026-07-17T04:12:31.094Z | Downloaded syn v1.0.109 |
| 358 | 2026-07-17T04:12:31.099Z | Downloaded syn v2.0.117 |
| 359 | 2026-07-17T04:12:31.107Z | Downloaded unicode-width v0.2.0 |
| 360 | 2026-07-17T04:12:31.119Z | Downloaded rustix v1.1.3 |
| 361 | 2026-07-17T04:12:31.140Z | Downloaded libc v0.2.185 |
| 362 | 2026-07-17T04:12:31.204Z | Compiling proc-macro2 v1.0.106 |
| 363 | 2026-07-17T04:12:31.204Z | Compiling unicode-ident v1.0.24 |
| 364 | 2026-07-17T04:12:31.204Z | Compiling quote v1.0.45 |
| 365 | 2026-07-17T04:12:31.208Z | Compiling serde_core v1.0.228 |
| 366 | 2026-07-17T04:12:31.208Z | Compiling libc v0.2.185 |
| 367 | 2026-07-17T04:12:31.208Z | Compiling version_check v0.9.5 |
| 368 | 2026-07-17T04:12:31.208Z | Compiling memchr v2.8.0 |
| 369 | 2026-07-17T04:12:31.208Z | Compiling serde v1.0.228 |
| 370 | 2026-07-17T04:12:31.208Z | Compiling zmij v1.0.21 |
| 371 | 2026-07-17T04:12:31.382Z | Compiling thiserror v1.0.69 |
| 372 | 2026-07-17T04:12:31.386Z | Compiling itoa v1.0.17 |
| 373 | 2026-07-17T04:12:31.386Z | Compiling ucd-trie v0.1.7 |
| 374 | 2026-07-17T04:12:31.386Z | Compiling byteorder v1.5.0 |
| 375 | 2026-07-17T04:12:31.396Z | Compiling rustix v1.1.3 |
| 376 | 2026-07-17T04:12:31.622Z | Compiling serde_json v1.0.150 |
| 377 | 2026-07-17T04:12:31.733Z | Compiling bitflags v2.11.0 |
| 378 | 2026-07-17T04:12:31.867Z | Compiling camino v1.2.2 |
| 379 | 2026-07-17T04:12:31.883Z | Compiling syn v1.0.109 |
| 380 | 2026-07-17T04:12:31.938Z | Compiling hashbrown v0.17.0 |
| 381 | 2026-07-17T04:12:31.955Z | Compiling pest v2.8.6 |
| 382 | 2026-07-17T04:12:32.059Z | Compiling proc-macro-error-attr v1.0.4 |
| 383 | 2026-07-17T04:12:32.062Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-07-17T04:12:32.170Z | Compiling proc-macro-error v1.0.4 |
| 385 | 2026-07-17T04:12:32.189Z | Compiling log v0.4.29 |
| 386 | 2026-07-17T04:12:32.220Z | Compiling getrandom v0.4.1 |
| 387 | 2026-07-17T04:12:32.224Z | Compiling equivalent v1.0.2 |
| 388 | 2026-07-17T04:12:32.314Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-07-17T04:12:32.349Z | Compiling plain v0.2.3 |
| 390 | 2026-07-17T04:12:32.385Z | Compiling errno v0.3.14 |
| 391 | 2026-07-17T04:12:32.385Z | Compiling thread-id v4.2.2 |
| 392 | 2026-07-17T04:12:32.427Z | Compiling anstyle-parse v1.0.0 |
| 393 | 2026-07-17T04:12:32.471Z | Compiling indexmap v2.14.0 |
| 394 | 2026-07-17T04:12:32.475Z | Compiling anstyle v1.0.14 |
| 395 | 2026-07-17T04:12:32.475Z | Compiling is_terminal_polyfill v1.70.2 |
| 396 | 2026-07-17T04:12:32.524Z | Compiling anstyle-query v1.1.5 |
| 397 | 2026-07-17T04:12:32.575Z | Compiling thiserror v2.0.18 |
| 398 | 2026-07-17T04:12:32.575Z | Compiling colorchoice v1.0.4 |
| 399 | 2026-07-17T04:12:32.578Z | Compiling pretty-hex v0.4.1 |
| 400 | 2026-07-17T04:12:32.627Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-07-17T04:12:32.666Z | Compiling winnow v0.7.14 |
| 402 | 2026-07-17T04:12:32.684Z | Compiling autocfg v1.5.0 |
| 403 | 2026-07-17T04:12:32.702Z | Compiling toml_write v0.1.2 |
| 404 | 2026-07-17T04:12:32.737Z | Compiling anstream v1.0.0 |
| 405 | 2026-07-17T04:12:32.773Z | Compiling strsim v0.11.1 |
| 406 | 2026-07-17T04:12:32.803Z | Compiling syn v2.0.117 |
| 407 | 2026-07-17T04:12:32.857Z | Compiling bytecount v0.6.9 |
| 408 | 2026-07-17T04:12:32.922Z | Compiling anyhow v1.0.102 |
| 409 | 2026-07-17T04:12:32.990Z | Compiling heck v0.5.0 |
| 410 | 2026-07-17T04:12:33.043Z | Compiling fastrand v2.3.0 |
| 411 | 2026-07-17T04:12:33.111Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-07-17T04:12:33.176Z | Compiling fs-err v3.3.0 |
| 413 | 2026-07-17T04:12:33.194Z | Compiling fnv v1.0.7 |
| 414 | 2026-07-17T04:12:33.198Z | Compiling once_cell v1.21.3 |
| 415 | 2026-07-17T04:12:33.248Z | Compiling unicode-width v0.1.14 |
| 416 | 2026-07-17T04:12:33.267Z | Compiling clap_lex v1.0.0 |
| 417 | 2026-07-17T04:12:33.295Z | Compiling heck v0.4.1 |
| 418 | 2026-07-17T04:12:33.329Z | Compiling memmap v0.7.0 |
| 419 | 2026-07-17T04:12:33.334Z | Compiling smawk v0.3.2 |
| 420 | 2026-07-17T04:12:33.370Z | Compiling unicode-linebreak v0.1.5 |
| 421 | 2026-07-17T04:12:33.418Z | Compiling terminal_size v0.4.3 |
| 422 | 2026-07-17T04:12:33.504Z | Compiling papergrid v0.11.0 |
| 423 | 2026-07-17T04:12:33.523Z | Compiling tempfile v3.25.0 |
| 424 | 2026-07-17T04:12:33.540Z | Compiling clap_builder v4.6.0 |
| 425 | 2026-07-17T04:12:33.558Z | Compiling unicode-width v0.2.0 |
| 426 | 2026-07-17T04:12:33.562Z | Compiling swrite v0.1.0 |
| 427 | 2026-07-17T04:12:33.705Z | Compiling semver v1.0.28 |
| 428 | 2026-07-17T04:12:33.764Z | Compiling cargo-platform v0.3.2 |
| 429 | 2026-07-17T04:12:33.899Z | Compiling textwrap v0.16.2 |
| 430 | 2026-07-17T04:12:33.991Z | Compiling camino-tempfile v1.4.1 |
| 431 | 2026-07-17T04:12:34.359Z | Compiling tabled_derive v0.7.0 |
| 432 | 2026-07-17T04:12:34.975Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-07-17T04:12:35.006Z | Compiling tabled v0.15.0 |
| 434 | 2026-07-17T04:12:35.475Z | Compiling serde_derive v1.0.228 |
| 435 | 2026-07-17T04:12:35.475Z | Compiling thiserror-impl v1.0.69 |
| 436 | 2026-07-17T04:12:35.478Z | Compiling zerocopy-derive v0.7.35 |
| 437 | 2026-07-17T04:12:35.478Z | Compiling scroll_derive v0.12.1 |
| 438 | 2026-07-17T04:12:35.478Z | Compiling thiserror-impl v2.0.18 |
| 439 | 2026-07-17T04:12:35.478Z | Compiling clap_derive v4.6.1 |
| 440 | 2026-07-17T04:12:35.572Z | Compiling pest_derive v2.8.6 |
| 441 | 2026-07-17T04:12:36.154Z | Compiling scroll v0.12.0 |
| 442 | 2026-07-17T04:12:36.279Z | Compiling zerocopy v0.7.35 |
| 443 | 2026-07-17T04:12:36.363Z | Compiling goblin v0.8.2 |
| 444 | 2026-07-17T04:12:36.553Z | Compiling dtrace-parser v0.2.0 |
| 445 | 2026-07-17T04:12:36.868Z | Compiling clap v4.6.1 |
| 446 | 2026-07-17T04:12:37.910Z | Compiling toml_datetime v0.6.11 |
| 447 | 2026-07-17T04:12:37.910Z | Compiling serde_spanned v0.6.9 |
| 448 | 2026-07-17T04:12:37.936Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 449 | 2026-07-17T04:12:37.936Z | Compiling macaddr v1.0.1 |
| 450 | 2026-07-17T04:12:37.937Z | Compiling cargo_metadata v0.23.1 |
| 451 | 2026-07-17T04:12:37.937Z | Compiling dof v0.3.0 |
| 452 | 2026-07-17T04:12:37.937Z | Compiling serde_tokenstream v0.2.3 |
| 453 | 2026-07-17T04:12:38.083Z | Compiling toml_edit v0.22.27 |
| 454 | 2026-07-17T04:12:38.631Z | Compiling usdt-macro v0.5.0 |
| 455 | 2026-07-17T04:12:38.631Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-07-17T04:12:39.256Z | Compiling usdt v0.5.0 |
| 457 | 2026-07-17T04:12:39.350Z | Compiling toml v0.8.23 |
| 458 | 2026-07-17T04:12:39.686Z | Compiling cargo_toml v0.21.0 |
| 459 | 2026-07-17T04:12:40.949Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 460 | 2026-07-17T04:12:42.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.43s |
| 461 | 2026-07-17T04:12:43.199Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 462 | 2026-07-17T04:12:43.698Z | Downloading crates ... |
| 463 | 2026-07-17T04:12:43.795Z | Downloaded anstyle-parse v0.2.7 |
| 464 | 2026-07-17T04:12:43.802Z | Downloaded allocator-api2 v0.2.21 |
| 465 | 2026-07-17T04:12:43.802Z | Downloaded atomic-waker v1.1.2 |
| 466 | 2026-07-17T04:12:43.812Z | Downloaded adler2 v2.0.1 |
| 467 | 2026-07-17T04:12:43.812Z | Downloaded ar_archive_writer v0.5.1 |
| 468 | 2026-07-17T04:12:43.813Z | Downloaded bit-vec v0.6.3 |
| 469 | 2026-07-17T04:12:43.821Z | Downloaded async-compression v0.4.41 |
| 470 | 2026-07-17T04:12:43.821Z | Downloaded convert_case v0.10.0 |
| 471 | 2026-07-17T04:12:43.822Z | Downloaded convert_case v0.4.0 |
| 472 | 2026-07-17T04:12:43.836Z | Downloaded darling_macro v0.21.3 |
| 473 | 2026-07-17T04:12:43.837Z | Downloaded crossterm v0.28.1 |
| 474 | 2026-07-17T04:12:43.843Z | Downloaded bitfield-macros v0.19.4 |
| 475 | 2026-07-17T04:12:43.844Z | Downloaded darling_core v0.13.4 |
| 476 | 2026-07-17T04:12:43.844Z | Downloaded ctr v0.10.1 |
| 477 | 2026-07-17T04:12:43.844Z | Downloaded crc32fast v1.5.0 |
| 478 | 2026-07-17T04:12:43.844Z | Downloaded data-encoding v2.10.0 |
| 479 | 2026-07-17T04:12:43.844Z | Downloaded darling v0.20.11 |
| 480 | 2026-07-17T04:12:43.844Z | Downloaded crc8 v0.1.1 |
| 481 | 2026-07-17T04:12:43.844Z | Downloaded aead v0.5.2 |
| 482 | 2026-07-17T04:12:43.844Z | Downloaded crc-catalog v2.4.0 |
| 483 | 2026-07-17T04:12:43.849Z | Downloaded async-trait v0.1.89 |
| 484 | 2026-07-17T04:12:43.849Z | Downloaded aead v0.6.1 |
| 485 | 2026-07-17T04:12:43.850Z | Downloaded bb8 v0.8.6 |
| 486 | 2026-07-17T04:12:43.850Z | Downloaded atty v0.2.14 |
| 487 | 2026-07-17T04:12:43.850Z | Downloaded crc-any v2.5.0 |
| 488 | 2026-07-17T04:12:43.850Z | Downloaded dunce v1.0.5 |
| 489 | 2026-07-17T04:12:43.856Z | Downloaded cpubits v0.1.1 |
| 490 | 2026-07-17T04:12:43.856Z | Downloaded bitflags v1.3.2 |
| 491 | 2026-07-17T04:12:43.856Z | Downloaded async-recursion v1.1.1 |
| 492 | 2026-07-17T04:12:43.856Z | Downloaded bit-vec v0.8.0 |
| 493 | 2026-07-17T04:12:43.863Z | Downloaded array-init v0.0.4 |
| 494 | 2026-07-17T04:12:43.863Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 495 | 2026-07-17T04:12:43.863Z | Downloaded aws-lc-rs v1.16.3 |
| 496 | 2026-07-17T04:12:43.867Z | Downloaded dsl_auto_type v0.2.0 |
| 497 | 2026-07-17T04:12:43.868Z | Downloaded argon2 v0.5.3 |
| 498 | 2026-07-17T04:12:43.868Z | Downloaded downcast-rs v2.0.2 |
| 499 | 2026-07-17T04:12:43.868Z | Downloaded const_format_proc_macros v0.2.34 |
| 500 | 2026-07-17T04:12:43.875Z | Downloaded aes-gcm v0.11.0 |
| 501 | 2026-07-17T04:12:43.875Z | Downloaded crc v3.4.0 |
| 502 | 2026-07-17T04:12:43.875Z | Downloaded arrayref v0.3.9 |
| 503 | 2026-07-17T04:12:43.880Z | Downloaded bitfield-struct v0.6.2 |
| 504 | 2026-07-17T04:12:43.880Z | Downloaded darling_macro v0.23.0 |
| 505 | 2026-07-17T04:12:43.880Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 506 | 2026-07-17T04:12:43.880Z | Downloaded debug-ignore v1.0.5 |
| 507 | 2026-07-17T04:12:43.880Z | Downloaded darling_macro v0.20.11 |
| 508 | 2026-07-17T04:12:43.880Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 509 | 2026-07-17T04:12:43.880Z | Downloaded cstr-argument v0.1.2 |
| 510 | 2026-07-17T04:12:43.880Z | Downloaded compression-core v0.4.31 |
| 511 | 2026-07-17T04:12:43.880Z | Downloaded cfg_aliases v0.1.1 |
| 512 | 2026-07-17T04:12:43.884Z | Downloaded bit-set v0.5.3 |
| 513 | 2026-07-17T04:12:43.884Z | Downloaded daft v0.1.7 |
| 514 | 2026-07-17T04:12:43.884Z | Downloaded dirs-next v2.0.0 |
| 515 | 2026-07-17T04:12:43.884Z | Downloaded ctutils v0.4.2 |
| 516 | 2026-07-17T04:12:43.884Z | Downloaded cfg_aliases v0.2.1 |
| 517 | 2026-07-17T04:12:43.888Z | Downloaded async-bb8-diesel v0.2.1 |
| 518 | 2026-07-17T04:12:43.888Z | Downloaded ascii-canvas v3.0.0 |
| 519 | 2026-07-17T04:12:43.888Z | Downloaded crunchy v0.2.4 |
| 520 | 2026-07-17T04:12:43.893Z | Downloaded castaway v0.2.4 |
| 521 | 2026-07-17T04:12:43.893Z | Downloaded crypto-common v0.2.2 |
| 522 | 2026-07-17T04:12:43.893Z | Downloaded ciborium-ll v0.2.2 |
| 523 | 2026-07-17T04:12:43.893Z | Downloaded block-buffer v0.12.1 |
| 524 | 2026-07-17T04:12:43.897Z | Downloaded bit-set v0.8.0 |
| 525 | 2026-07-17T04:12:43.897Z | Downloaded dyn-clone v1.0.20 |
| 526 | 2026-07-17T04:12:43.897Z | Downloaded difflib v0.4.0 |
| 527 | 2026-07-17T04:12:43.897Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 528 | 2026-07-17T04:12:43.897Z | Downloaded ciborium-io v0.2.2 |
| 529 | 2026-07-17T04:12:43.901Z | Downloaded bs58 v0.5.1 |
| 530 | 2026-07-17T04:12:43.907Z | Downloaded dtrace-parser v0.3.0 |
| 531 | 2026-07-17T04:12:43.907Z | Downloaded dirs-sys-next v0.1.2 |
| 532 | 2026-07-17T04:12:43.907Z | Downloaded display-error-chain v0.2.2 |
| 533 | 2026-07-17T04:12:43.908Z | Downloaded atomicwrites v0.4.4 |
| 534 | 2026-07-17T04:12:43.908Z | Downloaded darling_core v0.23.0 |
| 535 | 2026-07-17T04:12:43.924Z | Downloaded csv-core v0.1.13 |
| 536 | 2026-07-17T04:12:43.924Z | Downloaded embedded-io v0.6.1 |
| 537 | 2026-07-17T04:12:43.924Z | Downloaded cmake v0.1.57 |
| 538 | 2026-07-17T04:12:43.924Z | Downloaded ahash v0.8.12 |
| 539 | 2026-07-17T04:12:43.924Z | Downloaded document-features v0.2.12 |
| 540 | 2026-07-17T04:12:43.924Z | Downloaded digest-io v0.1.0 |
| 541 | 2026-07-17T04:12:43.924Z | Downloaded defmt-parser v1.0.0 |
| 542 | 2026-07-17T04:12:43.934Z | Downloaded cpufeatures v0.3.0 |
| 543 | 2026-07-17T04:12:43.934Z | Downloaded endian-type v0.1.2 |
| 544 | 2026-07-17T04:12:43.935Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-07-17T04:12:43.935Z | Downloaded assert_matches v1.5.0 |
| 546 | 2026-07-17T04:12:43.935Z | Downloaded enum-as-inner v0.6.1 |
| 547 | 2026-07-17T04:12:43.935Z | Downloaded cobs v0.3.0 |
| 548 | 2026-07-17T04:12:43.935Z | Downloaded darling_macro v0.13.4 |
| 549 | 2026-07-17T04:12:43.935Z | Downloaded crossbeam-deque v0.8.6 |
| 550 | 2026-07-17T04:12:43.935Z | Downloaded base16ct v0.2.0 |
| 551 | 2026-07-17T04:12:43.935Z | Downloaded derive_builder_macro v0.20.2 |
| 552 | 2026-07-17T04:12:43.935Z | Downloaded crucible-workspace-hack v0.1.0 |
| 553 | 2026-07-17T04:12:43.935Z | Downloaded async-stream-impl v0.3.6 |
| 554 | 2026-07-17T04:12:43.946Z | Downloaded defmt v0.3.100 |
| 555 | 2026-07-17T04:12:43.946Z | Downloaded base16ct v1.0.0 |
| 556 | 2026-07-17T04:12:43.946Z | Downloaded embedded-io v0.4.0 |
| 557 | 2026-07-17T04:12:43.946Z | Downloaded fixedbitset v0.4.2 |
| 558 | 2026-07-17T04:12:43.947Z | Downloaded env_filter v1.0.0 |
| 559 | 2026-07-17T04:12:43.947Z | Downloaded arrayvec v0.7.6 |
| 560 | 2026-07-17T04:12:43.966Z | Downloaded foreign-types-macros v0.2.3 |
| 561 | 2026-07-17T04:12:43.966Z | Downloaded futures-sink v0.3.32 |
| 562 | 2026-07-17T04:12:43.966Z | Downloaded anstream v0.6.21 |
| 563 | 2026-07-17T04:12:43.966Z | Downloaded futures-core v0.3.32 |
| 564 | 2026-07-17T04:12:43.966Z | Downloaded bitfield v0.19.4 |
| 565 | 2026-07-17T04:12:43.966Z | Downloaded futures-io v0.3.32 |
| 566 | 2026-07-17T04:12:43.966Z | Downloaded chacha20 v0.9.1 |
| 567 | 2026-07-17T04:12:43.966Z | Downloaded displaydoc v0.2.5 |
| 568 | 2026-07-17T04:12:43.966Z | Downloaded crossbeam-utils v0.8.21 |
| 569 | 2026-07-17T04:12:43.966Z | Downloaded digest v0.11.3 |
| 570 | 2026-07-17T04:12:43.967Z | Downloaded byte-wrapper v0.1.0 |
| 571 | 2026-07-17T04:12:43.967Z | Downloaded foreign-types v0.3.2 |
| 572 | 2026-07-17T04:12:43.967Z | Downloaded form_urlencoded v1.2.2 |
| 573 | 2026-07-17T04:12:43.967Z | Downloaded clang-sys v1.8.1 |
| 574 | 2026-07-17T04:12:43.967Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2026-07-17T04:12:43.967Z | Downloaded defmt v1.0.1 |
| 576 | 2026-07-17T04:12:43.976Z | Downloaded constant_time_eq v0.4.2 |
| 577 | 2026-07-17T04:12:43.976Z | Downloaded either v1.15.0 |
| 578 | 2026-07-17T04:12:43.976Z | Downloaded funty v2.0.0 |
| 579 | 2026-07-17T04:12:43.976Z | Downloaded block-padding v0.4.2 |
| 580 | 2026-07-17T04:12:43.976Z | Downloaded cmov v0.5.4 |
| 581 | 2026-07-17T04:12:43.976Z | Downloaded cexpr v0.6.0 |
| 582 | 2026-07-17T04:12:43.976Z | Downloaded gethostname v0.5.0 |
| 583 | 2026-07-17T04:12:43.976Z | Downloaded futures-macro v0.3.32 |
| 584 | 2026-07-17T04:12:43.984Z | Downloaded derive_builder_core v0.20.2 |
| 585 | 2026-07-17T04:12:43.984Z | Downloaded fxhash v0.2.1 |
| 586 | 2026-07-17T04:12:43.984Z | Downloaded futures-task v0.3.32 |
| 587 | 2026-07-17T04:12:43.984Z | Downloaded ena v0.14.4 |
| 588 | 2026-07-17T04:12:43.984Z | Downloaded deranged v0.5.8 |
| 589 | 2026-07-17T04:12:43.984Z | Downloaded cbc v0.2.1 |
| 590 | 2026-07-17T04:12:43.984Z | Downloaded ed25519 v3.0.0 |
| 591 | 2026-07-17T04:12:43.984Z | Downloaded globwalk v0.9.1 |
| 592 | 2026-07-17T04:12:43.984Z | Downloaded camino-tempfile-ext v0.3.3 |
| 593 | 2026-07-17T04:12:43.984Z | Downloaded git-stub v1.0.0 |
| 594 | 2026-07-17T04:12:43.990Z | Downloaded compression-codecs v0.4.37 |
| 595 | 2026-07-17T04:12:43.990Z | Downloaded cipher v0.5.2 |
| 596 | 2026-07-17T04:12:43.990Z | Downloaded hash32 v0.2.1 |
| 597 | 2026-07-17T04:12:43.990Z | Downloaded buf-list v1.1.2 |
| 598 | 2026-07-17T04:12:43.995Z | Downloaded cookie_store v0.22.1 |
| 599 | 2026-07-17T04:12:43.995Z | Downloaded backoff v0.4.0 |
| 600 | 2026-07-17T04:12:43.995Z | Downloaded float-cmp v0.10.0 |
| 601 | 2026-07-17T04:12:43.995Z | Downloaded ed25519 v2.2.3 |
| 602 | 2026-07-17T04:12:43.995Z | Downloaded env_logger v0.11.9 |
| 603 | 2026-07-17T04:12:44.000Z | Downloaded ff v0.14.0 |
| 604 | 2026-07-17T04:12:44.000Z | Downloaded headers-core v0.3.0 |
| 605 | 2026-07-17T04:12:44.000Z | Downloaded fallible-iterator v0.2.0 |
| 606 | 2026-07-17T04:12:44.000Z | Downloaded dof v0.4.0 |
| 607 | 2026-07-17T04:12:44.005Z | Downloaded erased-serde v0.3.31 |
| 608 | 2026-07-17T04:12:44.005Z | Downloaded flagset v0.4.7 |
| 609 | 2026-07-17T04:12:44.005Z | Downloaded find-msvc-tools v0.1.9 |
| 610 | 2026-07-17T04:12:44.005Z | Downloaded defmt-macros v1.0.1 |
| 611 | 2026-07-17T04:12:44.008Z | Downloaded filetime v0.2.27 |
| 612 | 2026-07-17T04:12:44.008Z | Downloaded ff v0.13.1 |
| 613 | 2026-07-17T04:12:44.008Z | Downloaded hostname v0.4.2 |
| 614 | 2026-07-17T04:12:44.011Z | Downloaded hostname v0.3.1 |
| 615 | 2026-07-17T04:12:44.012Z | Downloaded fd-lock v4.0.4 |
| 616 | 2026-07-17T04:12:44.012Z | Downloaded hex-literal v1.1.0 |
| 617 | 2026-07-17T04:12:44.019Z | Downloaded futures-executor v0.3.32 |
| 618 | 2026-07-17T04:12:44.019Z | Downloaded diff v0.1.13 |
| 619 | 2026-07-17T04:12:44.019Z | Downloaded crossbeam-epoch v0.9.18 |
| 620 | 2026-07-17T04:12:44.023Z | Downloaded backon v1.6.0 |
| 621 | 2026-07-17T04:12:44.023Z | Downloaded darling v0.23.0 |
| 622 | 2026-07-17T04:12:44.023Z | Downloaded foldhash v0.2.0 |
| 623 | 2026-07-17T04:12:44.026Z | Downloaded foldhash v0.1.5 |
| 624 | 2026-07-17T04:12:44.026Z | Downloaded console v0.16.2 |
| 625 | 2026-07-17T04:12:44.026Z | Downloaded ecdsa v0.17.0-rc.18 |
| 626 | 2026-07-17T04:12:44.029Z | Downloaded home v0.5.12 |
| 627 | 2026-07-17T04:12:44.029Z | Downloaded derive_builder v0.20.2 |
| 628 | 2026-07-17T04:12:44.035Z | Downloaded hubpack v0.1.2 |
| 629 | 2026-07-17T04:12:44.035Z | Downloaded http-range v0.1.5 |
| 630 | 2026-07-17T04:12:44.035Z | Downloaded fs_extra v1.3.0 |
| 631 | 2026-07-17T04:12:44.045Z | Downloaded fs-err v2.11.0 |
| 632 | 2026-07-17T04:12:44.045Z | Downloaded arc-swap v1.8.2 |
| 633 | 2026-07-17T04:12:44.045Z | Downloaded http-body v1.0.1 |
| 634 | 2026-07-17T04:12:44.045Z | Downloaded cookie v0.18.1 |
| 635 | 2026-07-17T04:12:44.045Z | Downloaded hyper-tls v0.6.0 |
| 636 | 2026-07-17T04:12:44.045Z | Downloaded hubpack_derive v0.1.1 |
| 637 | 2026-07-17T04:12:44.045Z | Downloaded git-stub-vcs v0.1.0 |
| 638 | 2026-07-17T04:12:44.045Z | Downloaded group v0.14.0 |
| 639 | 2026-07-17T04:12:44.057Z | Downloaded console v0.15.11 |
| 640 | 2026-07-17T04:12:44.057Z | Downloaded chacha20 v0.10.0 |
| 641 | 2026-07-17T04:12:44.057Z | Downloaded cancel-safe-futures v0.1.5 |
| 642 | 2026-07-17T04:12:44.057Z | Downloaded group v0.13.0 |
| 643 | 2026-07-17T04:12:44.058Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 644 | 2026-07-17T04:12:44.067Z | Downloaded ident_case v1.0.1 |
| 645 | 2026-07-17T04:12:44.067Z | Downloaded hex v0.4.3 |
| 646 | 2026-07-17T04:12:44.067Z | Downloaded glob v0.3.3 |
| 647 | 2026-07-17T04:12:44.067Z | Downloaded des v0.9.0 |
| 648 | 2026-07-17T04:12:44.067Z | Downloaded globset v0.4.18 |
| 649 | 2026-07-17T04:12:44.067Z | Downloaded ghash v0.6.0 |
| 650 | 2026-07-17T04:12:44.067Z | Downloaded delegate v0.13.5 |
| 651 | 2026-07-17T04:12:44.067Z | Downloaded ciborium v0.2.2 |
| 652 | 2026-07-17T04:12:44.068Z | Downloaded diesel-dtrace v0.5.0 |
| 653 | 2026-07-17T04:12:44.068Z | Downloaded argon2 v0.6.0-rc.8 |
| 654 | 2026-07-17T04:12:44.068Z | Downloaded fixedbitset v0.5.7 |
| 655 | 2026-07-17T04:12:44.079Z | Downloaded hash32 v0.3.1 |
| 656 | 2026-07-17T04:12:44.079Z | Downloaded colored v3.1.1 |
| 657 | 2026-07-17T04:12:44.079Z | Downloaded colored v2.2.0 |
| 658 | 2026-07-17T04:12:44.079Z | Downloaded indoc v1.0.9 |
| 659 | 2026-07-17T04:12:44.079Z | Downloaded idna_adapter v1.2.1 |
| 660 | 2026-07-17T04:12:44.079Z | Downloaded illumos-nvpair v0.3.0 |
| 661 | 2026-07-17T04:12:44.080Z | Downloaded bzip2 v0.4.4 |
| 662 | 2026-07-17T04:12:44.096Z | Downloaded compact_str v0.8.1 |
| 663 | 2026-07-17T04:12:44.096Z | Downloaded indent_write v2.2.0 |
| 664 | 2026-07-17T04:12:44.096Z | Downloaded blake2 v0.11.0-rc.6 |
| 665 | 2026-07-17T04:12:44.096Z | Downloaded is-terminal v0.4.17 |
| 666 | 2026-07-17T04:12:44.096Z | Downloaded inout v0.1.4 |
| 667 | 2026-07-17T04:12:44.096Z | Downloaded highway v1.3.0 |
| 668 | 2026-07-17T04:12:44.096Z | Downloaded inout v0.2.2 |
| 669 | 2026-07-17T04:12:44.096Z | Downloaded futures-channel v0.3.32 |
| 670 | 2026-07-17T04:12:44.096Z | Downloaded internet-checksum v0.2.1 |
| 671 | 2026-07-17T04:12:44.105Z | Downloaded derive_more v0.99.20 |
| 672 | 2026-07-17T04:12:44.105Z | Downloaded is_ci v1.2.0 |
| 673 | 2026-07-17T04:12:44.105Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 674 | 2026-07-17T04:12:44.105Z | Downloaded derive-ex v0.1.8 |
| 675 | 2026-07-17T04:12:44.105Z | Downloaded instability v0.3.11 |
| 676 | 2026-07-17T04:12:44.105Z | Downloaded http-body-util v0.1.3 |
| 677 | 2026-07-17T04:12:44.105Z | Downloaded blake2 v0.10.6 |
| 678 | 2026-07-17T04:12:44.105Z | Downloaded bcs v0.1.6 |
| 679 | 2026-07-17T04:12:44.105Z | Downloaded keccak v0.1.6 |
| 680 | 2026-07-17T04:12:44.105Z | Downloaded httpdate v1.0.3 |
| 681 | 2026-07-17T04:12:44.105Z | Downloaded getrandom v0.2.17 |
| 682 | 2026-07-17T04:12:44.105Z | Downloaded lazy_static v1.5.0 |
| 683 | 2026-07-17T04:12:44.105Z | Downloaded lalrpop-util v0.19.12 |
| 684 | 2026-07-17T04:12:44.111Z | Downloaded darling v0.13.4 |
| 685 | 2026-07-17T04:12:44.111Z | Downloaded darling v0.21.3 |
| 686 | 2026-07-17T04:12:44.111Z | Downloaded kstat-rs v0.2.4 |
| 687 | 2026-07-17T04:12:44.111Z | Downloaded kem v0.3.0 |
| 688 | 2026-07-17T04:12:44.111Z | Downloaded derive-where v1.6.0 |
| 689 | 2026-07-17T04:12:44.115Z | Downloaded enum_dispatch v0.3.13 |
| 690 | 2026-07-17T04:12:44.115Z | Downloaded const-oid v0.10.2 |
| 691 | 2026-07-17T04:12:44.116Z | Downloaded const-oid v0.9.6 |
| 692 | 2026-07-17T04:12:44.116Z | Downloaded cassowary v0.3.0 |
| 693 | 2026-07-17T04:12:44.121Z | Downloaded base64ct v1.8.3 |
| 694 | 2026-07-17T04:12:44.121Z | Downloaded libscf-sys v1.1.0 |
| 695 | 2026-07-17T04:12:44.121Z | Downloaded cipher v0.4.4 |
| 696 | 2026-07-17T04:12:44.121Z | Downloaded lru-cache v0.1.2 |
| 697 | 2026-07-17T04:12:44.121Z | Downloaded maplit v1.0.2 |
| 698 | 2026-07-17T04:12:44.140Z | Downloaded memoffset v0.9.1 |
| 699 | 2026-07-17T04:12:44.140Z | Downloaded md-5 v0.10.6 |
| 700 | 2026-07-17T04:12:44.140Z | Downloaded lru v0.12.5 |
| 701 | 2026-07-17T04:12:44.140Z | Downloaded maybe-uninit v2.0.0 |
| 702 | 2026-07-17T04:12:44.140Z | Downloaded md5 v0.8.0 |
| 703 | 2026-07-17T04:12:44.140Z | Downloaded lzss v0.8.2 |
| 704 | 2026-07-17T04:12:44.140Z | Downloaded managed v0.8.0 |
| 705 | 2026-07-17T04:12:44.140Z | Downloaded base64 v0.22.1 |
| 706 | 2026-07-17T04:12:44.153Z | Downloaded hyper-staticfile v0.10.1 |
| 707 | 2026-07-17T04:12:44.153Z | Downloaded match_cfg v0.1.0 |
| 708 | 2026-07-17T04:12:44.153Z | Downloaded half v1.8.3 |
| 709 | 2026-07-17T04:12:44.153Z | Downloaded drift v0.2.0 |
| 710 | 2026-07-17T04:12:44.153Z | Downloaded elliptic-curve v0.13.8 |
| 711 | 2026-07-17T04:12:44.153Z | Downloaded mime v0.3.17 |
| 712 | 2026-07-17T04:12:44.154Z | Downloaded new_debug_unreachable v1.0.6 |
| 713 | 2026-07-17T04:12:44.154Z | Downloaded fatfs v0.3.6 |
| 714 | 2026-07-17T04:12:44.158Z | Downloaded dropshot_endpoint v0.17.1 |
| 715 | 2026-07-17T04:12:44.158Z | Downloaded multimap v0.10.1 |
| 716 | 2026-07-17T04:12:44.158Z | Downloaded nibble_vec v0.1.0 |
| 717 | 2026-07-17T04:12:44.158Z | Downloaded instant v0.1.13 |
| 718 | 2026-07-17T04:12:44.158Z | Downloaded ingot v0.1.1 |
| 719 | 2026-07-17T04:12:44.158Z | Downloaded indoc v2.0.7 |
| 720 | 2026-07-17T04:12:44.158Z | Downloaded ingot-types v0.1.2 |
| 721 | 2026-07-17T04:12:44.158Z | Downloaded crossbeam-channel v0.5.15 |
| 722 | 2026-07-17T04:12:44.158Z | Downloaded hmac v0.13.0 |
| 723 | 2026-07-17T04:12:44.161Z | Downloaded ipnetwork v0.21.1 |
| 724 | 2026-07-17T04:12:44.161Z | Downloaded nodrop v0.1.14 |
| 725 | 2026-07-17T04:12:44.161Z | Downloaded ipnet v2.11.0 |
| 726 | 2026-07-17T04:12:44.161Z | Downloaded bytes v1.11.1 |
| 727 | 2026-07-17T04:12:44.164Z | Downloaded blowfish v0.10.0 |
| 728 | 2026-07-17T04:12:44.167Z | Downloaded jobserver v0.1.34 |
| 729 | 2026-07-17T04:12:44.167Z | Downloaded generic-array v1.4.3 |
| 730 | 2026-07-17T04:12:44.172Z | Downloaded newtype-uuid-macros v0.1.0 |
| 731 | 2026-07-17T04:12:44.172Z | Downloaded num v0.4.3 |
| 732 | 2026-07-17T04:12:44.179Z | Downloaded newtype_derive v0.1.6 |
| 733 | 2026-07-17T04:12:44.179Z | Downloaded httparse v1.10.1 |
| 734 | 2026-07-17T04:12:44.179Z | Downloaded num_enum_derive v0.5.11 |
| 735 | 2026-07-17T04:12:44.183Z | Downloaded num-iter v0.1.45 |
| 736 | 2026-07-17T04:12:44.183Z | Downloaded num-derive v0.3.3 |
| 737 | 2026-07-17T04:12:44.183Z | Downloaded getrandom v0.3.4 |
| 738 | 2026-07-17T04:12:44.183Z | Downloaded iana-time-zone v0.1.65 |
| 739 | 2026-07-17T04:12:44.188Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-07-17T04:12:44.188Z | Downloaded linear-map v1.2.0 |
| 741 | 2026-07-17T04:12:44.188Z | Downloaded num-derive v0.4.2 |
| 742 | 2026-07-17T04:12:44.192Z | Downloaded lru-slab v0.1.2 |
| 743 | 2026-07-17T04:12:44.192Z | Downloaded openssl-probe v0.1.6 |
| 744 | 2026-07-17T04:12:44.192Z | Downloaded libsw-core v0.3.2 |
| 745 | 2026-07-17T04:12:44.192Z | Downloaded libsw v3.5.0 |
| 746 | 2026-07-17T04:12:44.192Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 747 | 2026-07-17T04:12:44.195Z | Downloaded lock_api v0.4.14 |
| 748 | 2026-07-17T04:12:44.200Z | Downloaded olpc-cjson v0.1.4 |
| 749 | 2026-07-17T04:12:44.200Z | Downloaded chacha20poly1305 v0.10.1 |
| 750 | 2026-07-17T04:12:44.200Z | Downloaded hyper-rustls v0.27.7 |
| 751 | 2026-07-17T04:12:44.207Z | Downloaded openssl-macros v0.1.1 |
| 752 | 2026-07-17T04:12:44.207Z | Downloaded opaque-debug v0.3.1 |
| 753 | 2026-07-17T04:12:44.207Z | Downloaded darling_core v0.21.3 |
| 754 | 2026-07-17T04:12:44.214Z | Downloaded module-lattice v0.2.3 |
| 755 | 2026-07-17T04:12:44.214Z | Downloaded oso-derive v0.27.3 |
| 756 | 2026-07-17T04:12:44.214Z | Downloaded nanorand v0.7.0 |
| 757 | 2026-07-17T04:12:44.214Z | Downloaded half v2.7.1 |
| 758 | 2026-07-17T04:12:44.239Z | Downloaded multer v3.1.0 |
| 759 | 2026-07-17T04:12:44.239Z | Downloaded hmac v0.12.1 |
| 760 | 2026-07-17T04:12:44.239Z | Downloaded ingot-macros v0.1.1 |
| 761 | 2026-07-17T04:12:44.239Z | Downloaded darling_core v0.20.11 |
| 762 | 2026-07-17T04:12:44.239Z | Downloaded flume v0.11.1 |
| 763 | 2026-07-17T04:12:44.246Z | Downloaded packed_struct_codegen v0.10.1 |
| 764 | 2026-07-17T04:12:44.246Z | Downloaded der v0.7.10 |
| 765 | 2026-07-17T04:12:44.246Z | Downloaded nu-ansi-term v0.50.3 |
| 766 | 2026-07-17T04:12:44.246Z | Downloaded futures v0.3.32 |
| 767 | 2026-07-17T04:12:44.246Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-07-17T04:12:44.246Z | Downloaded libloading v0.8.9 |
| 769 | 2026-07-17T04:12:44.246Z | Downloaded libefi-sys v0.1.0 |
| 770 | 2026-07-17T04:12:44.246Z | Downloaded mime_guess v2.0.5 |
| 771 | 2026-07-17T04:12:44.247Z | Downloaded parse-size v1.1.0 |
| 772 | 2026-07-17T04:12:44.247Z | Downloaded num-integer v0.1.46 |
| 773 | 2026-07-17T04:12:44.247Z | Downloaded const_format v0.2.35 |
| 774 | 2026-07-17T04:12:44.247Z | Downloaded num-complex v0.4.6 |
| 775 | 2026-07-17T04:12:44.252Z | Downloaded derive_more v2.1.1 |
| 776 | 2026-07-17T04:12:44.268Z | Downloaded percent-encoding v2.3.2 |
| 777 | 2026-07-17T04:12:44.268Z | Downloaded litrs v1.0.0 |
| 778 | 2026-07-17T04:12:44.268Z | Downloaded litemap v0.8.1 |
| 779 | 2026-07-17T04:12:44.268Z | Downloaded heapless v0.8.0 |
| 780 | 2026-07-17T04:12:44.284Z | Downloaded crypto-bigint v0.5.5 |
| 781 | 2026-07-17T04:12:44.295Z | Downloaded phf_shared v0.13.1 |
| 782 | 2026-07-17T04:12:44.295Z | Downloaded phf_shared v0.12.1 |
| 783 | 2026-07-17T04:12:44.295Z | Downloaded phf_shared v0.11.3 |
| 784 | 2026-07-17T04:12:44.295Z | Downloaded oxide-tokio-rt v0.1.4 |
| 785 | 2026-07-17T04:12:44.295Z | Downloaded openssl-probe v0.2.1 |
| 786 | 2026-07-17T04:12:44.295Z | Downloaded num_enum_derive v0.7.6 |
| 787 | 2026-07-17T04:12:44.295Z | Downloaded num_enum v0.5.11 |
| 788 | 2026-07-17T04:12:44.295Z | Downloaded newtype-uuid v1.3.2 |
| 789 | 2026-07-17T04:12:44.303Z | Downloaded native-tls v0.2.18 |
| 790 | 2026-07-17T04:12:44.303Z | Downloaded indexmap v1.9.3 |
| 791 | 2026-07-17T04:12:44.303Z | Downloaded precomputed-hash v0.1.1 |
| 792 | 2026-07-17T04:12:44.303Z | Downloaded powerfmt v0.2.0 |
| 793 | 2026-07-17T04:12:44.303Z | Downloaded packed_struct v0.10.1 |
| 794 | 2026-07-17T04:12:44.303Z | Downloaded oxnet v0.1.6 |
| 795 | 2026-07-17T04:12:44.303Z | Downloaded owo-colors v4.3.0 |
| 796 | 2026-07-17T04:12:44.308Z | Downloaded predicates-tree v1.0.13 |
| 797 | 2026-07-17T04:12:44.308Z | Downloaded der v0.8.0 |
| 798 | 2026-07-17T04:12:44.308Z | Downloaded aes v0.9.1 |
| 799 | 2026-07-17T04:12:44.312Z | Downloaded parse-display-derive v0.10.0 |
| 800 | 2026-07-17T04:12:44.312Z | Downloaded predicates-core v1.0.10 |
| 801 | 2026-07-17T04:12:44.312Z | Downloaded potential_utf v0.1.4 |
| 802 | 2026-07-17T04:12:44.312Z | Downloaded ignore v0.4.25 |
| 803 | 2026-07-17T04:12:44.318Z | Downloaded peg v0.8.5 |
| 804 | 2026-07-17T04:12:44.318Z | Downloaded phf v0.13.1 |
| 805 | 2026-07-17T04:12:44.322Z | Downloaded pem-rfc7468 v0.7.0 |
| 806 | 2026-07-17T04:12:44.322Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 807 | 2026-07-17T04:12:44.322Z | Downloaded proc-macro-crate v3.4.0 |
| 808 | 2026-07-17T04:12:44.322Z | Downloaded pem v3.0.6 |
| 809 | 2026-07-17T04:12:44.322Z | Downloaded pbkdf2 v0.13.0 |
| 810 | 2026-07-17T04:12:44.328Z | Downloaded paste v1.0.15 |
| 811 | 2026-07-17T04:12:44.328Z | Downloaded progenitor-client v0.14.0 |
| 812 | 2026-07-17T04:12:44.328Z | Downloaded password-hash v0.5.0 |
| 813 | 2026-07-17T04:12:44.332Z | Downloaded progenitor-macro v0.13.0 |
| 814 | 2026-07-17T04:12:44.332Z | Downloaded phf v0.12.1 |
| 815 | 2026-07-17T04:12:44.332Z | Downloaded indicatif v0.18.4 |
| 816 | 2026-07-17T04:12:44.336Z | Downloaded icu_normalizer_data v2.1.1 |
| 817 | 2026-07-17T04:12:44.336Z | Downloaded poly1305 v0.8.0 |
| 818 | 2026-07-17T04:12:44.342Z | Downloaded progenitor-macro v0.14.0 |
| 819 | 2026-07-17T04:12:44.342Z | Downloaded num-rational v0.4.2 |
| 820 | 2026-07-17T04:12:44.342Z | Downloaded icu_normalizer v2.1.1 |
| 821 | 2026-07-17T04:12:44.347Z | Downloaded quick-error v1.2.3 |
| 822 | 2026-07-17T04:12:44.348Z | Downloaded hickory-resolver v0.25.2 |
| 823 | 2026-07-17T04:12:44.348Z | Downloaded ed25519-dalek v2.2.0 |
| 824 | 2026-07-17T04:12:44.355Z | Downloaded expectorate v1.2.0 |
| 825 | 2026-07-17T04:12:44.355Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 826 | 2026-07-17T04:12:44.355Z | Downloaded derive_more-impl v2.1.1 |
| 827 | 2026-07-17T04:12:44.370Z | Downloaded pkg-config v0.3.32 |
| 828 | 2026-07-17T04:12:44.370Z | Downloaded pin-project-internal v1.1.11 |
| 829 | 2026-07-17T04:12:44.371Z | Downloaded parse-display v0.10.0 |
| 830 | 2026-07-17T04:12:44.371Z | Downloaded parking_lot_core v0.8.6 |
| 831 | 2026-07-17T04:12:44.371Z | Downloaded postgres-protocol v0.6.10 |
| 832 | 2026-07-17T04:12:44.371Z | Downloaded polyval v0.7.1 |
| 833 | 2026-07-17T04:12:44.379Z | Downloaded port-file v0.1.0 |
| 834 | 2026-07-17T04:12:44.379Z | Downloaded radium v0.7.0 |
| 835 | 2026-07-17T04:12:44.380Z | Downloaded primefield v0.14.0 |
| 836 | 2026-07-17T04:12:44.380Z | Downloaded ref-cast-impl v1.0.25 |
| 837 | 2026-07-17T04:12:44.380Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 838 | 2026-07-17T04:12:44.380Z | Downloaded hickory-resolver v0.24.4 |
| 839 | 2026-07-17T04:12:44.380Z | Downloaded primeorder v0.13.6 |
| 840 | 2026-07-17T04:12:44.384Z | Downloaded recursive v0.1.1 |
| 841 | 2026-07-17T04:12:44.384Z | Downloaded rand_chacha v0.3.1 |
| 842 | 2026-07-17T04:12:44.384Z | Downloaded ppv-lite86 v0.2.21 |
| 843 | 2026-07-17T04:12:44.384Z | Downloaded icu_locale_core v2.1.1 |
| 844 | 2026-07-17T04:12:44.384Z | Downloaded progenitor-client v0.13.0 |
| 845 | 2026-07-17T04:12:44.387Z | Downloaded progenitor v0.14.0 |
| 846 | 2026-07-17T04:12:44.387Z | Downloaded proc-macro-error2 v2.0.1 |
| 847 | 2026-07-17T04:12:44.387Z | Downloaded ref-cast v1.0.25 |
| 848 | 2026-07-17T04:12:44.391Z | Downloaded rand_xorshift v0.4.0 |
| 849 | 2026-07-17T04:12:44.391Z | Downloaded psl-types v2.0.11 |
| 850 | 2026-07-17T04:12:44.396Z | Downloaded progenitor-extras v0.2.0 |
| 851 | 2026-07-17T04:12:44.396Z | Downloaded rfc6979 v0.5.0 |
| 852 | 2026-07-17T04:12:44.396Z | Downloaded proc-macro-crate v1.3.1 |
| 853 | 2026-07-17T04:12:44.396Z | Downloaded primeorder v0.14.0-rc.10 |
| 854 | 2026-07-17T04:12:44.400Z | Downloaded parking_lot v0.11.2 |
| 855 | 2026-07-17T04:12:44.400Z | Downloaded progenitor v0.13.0 |
| 856 | 2026-07-17T04:12:44.400Z | Downloaded peg-macros v0.8.5 |
| 857 | 2026-07-17T04:12:44.406Z | Downloaded psm v0.1.30 |
| 858 | 2026-07-17T04:12:44.406Z | Downloaded num-traits v0.2.19 |
| 859 | 2026-07-17T04:12:44.406Z | Downloaded omicron-zone-package v0.12.3 |
| 860 | 2026-07-17T04:12:44.414Z | Downloaded russh-util v0.52.0 |
| 861 | 2026-07-17T04:12:44.414Z | Downloaded pkcs8 v0.11.0 |
| 862 | 2026-07-17T04:12:44.414Z | Downloaded pkcs8 v0.10.2 |
| 863 | 2026-07-17T04:12:44.419Z | Downloaded rtoolbox v0.0.3 |
| 864 | 2026-07-17T04:12:44.419Z | Downloaded parking_lot_core v0.9.12 |
| 865 | 2026-07-17T04:12:44.419Z | Downloaded parking_lot v0.12.5 |
| 866 | 2026-07-17T04:12:44.419Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 867 | 2026-07-17T04:12:44.419Z | Downloaded libbz2-rs-sys v0.2.2 |
| 868 | 2026-07-17T04:12:44.422Z | Downloaded icu_provider v2.1.1 |
| 869 | 2026-07-17T04:12:44.422Z | Downloaded diesel_derives v2.3.7 |
| 870 | 2026-07-17T04:12:44.432Z | Downloaded rustc_version v0.4.1 |
| 871 | 2026-07-17T04:12:44.436Z | Downloaded postgres-types v0.2.12 |
| 872 | 2026-07-17T04:12:44.436Z | Downloaded predicates v3.1.4 |
| 873 | 2026-07-17T04:12:44.436Z | Downloaded postcard v1.1.3 |
| 874 | 2026-07-17T04:12:44.436Z | Downloaded rand_core v0.6.4 |
| 875 | 2026-07-17T04:12:44.436Z | Downloaded r2d2 v0.8.10 |
| 876 | 2026-07-17T04:12:44.442Z | Downloaded same-file v1.0.6 |
| 877 | 2026-07-17T04:12:44.442Z | Downloaded rand_seeder v0.4.0 |
| 878 | 2026-07-17T04:12:44.442Z | Downloaded scheduled-thread-pool v0.2.7 |
| 879 | 2026-07-17T04:12:44.446Z | Downloaded rustc_version v0.1.7 |
| 880 | 2026-07-17T04:12:44.446Z | Downloaded rand_chacha v0.9.0 |
| 881 | 2026-07-17T04:12:44.446Z | Downloaded jiff-static v0.2.21 |
| 882 | 2026-07-17T04:12:44.446Z | Downloaded rand_core v0.10.0 |
| 883 | 2026-07-17T04:12:44.451Z | Downloaded rustc-hash v2.1.1 |
| 884 | 2026-07-17T04:12:44.451Z | Downloaded phc v0.6.1 |
| 885 | 2026-07-17T04:12:44.451Z | Downloaded rand_core v0.9.5 |
| 886 | 2026-07-17T04:12:44.452Z | Downloaded heapless v0.7.17 |
| 887 | 2026-07-17T04:12:44.458Z | Downloaded headers v0.4.1 |
| 888 | 2026-07-17T04:12:44.458Z | Downloaded papergrid v0.17.0 |
| 889 | 2026-07-17T04:12:44.465Z | Downloaded scopeguard v1.2.0 |
| 890 | 2026-07-17T04:12:44.465Z | Downloaded resolv-conf v0.7.6 |
| 891 | 2026-07-17T04:12:44.465Z | Downloaded scroll_derive v0.13.1 |
| 892 | 2026-07-17T04:12:44.466Z | Downloaded pem-rfc7468 v1.0.0 |
| 893 | 2026-07-17T04:12:44.472Z | Downloaded flate2 v1.1.9 |
| 894 | 2026-07-17T04:12:44.472Z | Downloaded serde-big-array v0.5.1 |
| 895 | 2026-07-17T04:12:44.472Z | Downloaded secrecy v0.10.3 |
| 896 | 2026-07-17T04:12:44.472Z | Downloaded rfc6979 v0.4.0 |
| 897 | 2026-07-17T04:12:44.477Z | Downloaded pin-project v1.1.11 |
| 898 | 2026-07-17T04:12:44.482Z | Downloaded semver v0.1.20 |
| 899 | 2026-07-17T04:12:44.482Z | Downloaded seq-macro v0.3.6 |
| 900 | 2026-07-17T04:12:44.482Z | Downloaded poly1305 v0.9.0 |
| 901 | 2026-07-17T04:12:44.487Z | Downloaded pkcs1 v0.7.5 |
| 902 | 2026-07-17T04:12:44.487Z | Downloaded rpassword v7.5.4 |
| 903 | 2026-07-17T04:12:44.487Z | Downloaded openssl-sys v0.9.115 |
| 904 | 2026-07-17T04:12:44.492Z | Downloaded serde_plain v1.0.2 |
| 905 | 2026-07-17T04:12:44.492Z | Downloaded serde_bytes v0.11.19 |
| 906 | 2026-07-17T04:12:44.496Z | Downloaded serde_urlencoded v0.7.1 |
| 907 | 2026-07-17T04:12:44.497Z | Downloaded serde_repr v0.1.20 |
| 908 | 2026-07-17T04:12:44.497Z | Downloaded rustls-pemfile v2.2.0 |
| 909 | 2026-07-17T04:12:44.521Z | Downloaded rustls-native-certs v0.8.3 |
| 910 | 2026-07-17T04:12:44.521Z | Downloaded pkcs5 v0.8.1 |
| 911 | 2026-07-17T04:12:44.528Z | Downloaded sapling-renderdag v0.1.0 |
| 912 | 2026-07-17T04:12:44.528Z | Downloaded rustversion v1.0.22 |
| 913 | 2026-07-17T04:12:44.528Z | Downloaded prefix-trie v0.7.0 |
| 914 | 2026-07-17T04:12:44.528Z | Downloaded shell-words v1.1.1 |
| 915 | 2026-07-17T04:12:44.528Z | Downloaded signature v2.2.0 |
| 916 | 2026-07-17T04:12:44.528Z | Downloaded signal-hook-mio v0.2.5 |
| 917 | 2026-07-17T04:12:44.528Z | Downloaded signature v3.0.0 |
| 918 | 2026-07-17T04:12:44.528Z | Downloaded signal-hook-tokio v0.3.1 |
| 919 | 2026-07-17T04:12:44.528Z | Downloaded sha1 v0.11.0 |
| 920 | 2026-07-17T04:12:44.528Z | Downloaded scroll v0.13.0 |
| 921 | 2026-07-17T04:12:44.528Z | Downloaded schemars_derive v0.8.22 |
| 922 | 2026-07-17T04:12:44.528Z | Downloaded hyper-util v0.1.20 |
| 923 | 2026-07-17T04:12:44.529Z | Downloaded sha1 v0.10.6 |
| 924 | 2026-07-17T04:12:44.529Z | Downloaded serde_spanned v1.1.1 |
| 925 | 2026-07-17T04:12:44.529Z | Downloaded progenitor-impl v0.14.0 |
| 926 | 2026-07-17T04:12:44.536Z | Downloaded sigpipe v0.1.3 |
| 927 | 2026-07-17T04:12:44.538Z | Downloaded secrecy v0.8.0 |
| 928 | 2026-07-17T04:12:44.538Z | Downloaded progenitor-impl v0.13.0 |
| 929 | 2026-07-17T04:12:44.538Z | Downloaded slog-envlogger v2.2.0 |
| 930 | 2026-07-17T04:12:44.538Z | Downloaded siphasher v1.0.2 |
| 931 | 2026-07-17T04:12:44.538Z | Downloaded rusty-fork v0.3.1 |
| 932 | 2026-07-17T04:12:44.546Z | Downloaded quinn-udp v0.5.14 |
| 933 | 2026-07-17T04:12:44.546Z | Downloaded sec1 v0.8.1 |
| 934 | 2026-07-17T04:12:44.546Z | Downloaded sec1 v0.7.3 |
| 935 | 2026-07-17T04:12:44.547Z | Downloaded pin-project-lite v0.2.17 |
| 936 | 2026-07-17T04:12:44.547Z | Downloaded p256 v0.14.0-rc.10 |
| 937 | 2026-07-17T04:12:44.547Z | Downloaded slog-bunyan v2.5.0 |
| 938 | 2026-07-17T04:12:44.547Z | Downloaded russh-cryptovec v0.61.0 |
| 939 | 2026-07-17T04:12:44.555Z | Downloaded minimal-lexical v0.2.1 |
| 940 | 2026-07-17T04:12:44.555Z | Downloaded oso v0.27.3 |
| 941 | 2026-07-17T04:12:44.555Z | Downloaded serde_path_to_error v0.1.20 |
| 942 | 2026-07-17T04:12:44.555Z | Downloaded scrypt v0.12.0 |
| 943 | 2026-07-17T04:12:44.565Z | Downloaded serde_derive_internals v0.29.1 |
| 944 | 2026-07-17T04:12:44.565Z | Downloaded serde-hex v0.1.0 |
| 945 | 2026-07-17T04:12:44.565Z | Downloaded hashbrown v0.13.2 |
| 946 | 2026-07-17T04:12:44.565Z | Downloaded miniz_oxide v0.8.9 |
| 947 | 2026-07-17T04:12:44.573Z | Downloaded http v1.4.2 |
| 948 | 2026-07-17T04:12:44.573Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 949 | 2026-07-17T04:12:44.573Z | Downloaded icu_collections v2.1.1 |
| 950 | 2026-07-17T04:12:44.573Z | Downloaded serde_with_macros v1.5.2 |
| 951 | 2026-07-17T04:12:44.573Z | Downloaded serdect v0.4.3 |
| 952 | 2026-07-17T04:12:44.573Z | Downloaded sqlparser_derive v0.5.0 |
| 953 | 2026-07-17T04:12:44.583Z | Downloaded shlex v1.3.0 |
| 954 | 2026-07-17T04:12:44.583Z | Downloaded stable_deref_trait v1.2.1 |
| 955 | 2026-07-17T04:12:44.583Z | Downloaded hickory-server v0.25.2 |
| 956 | 2026-07-17T04:12:44.583Z | Downloaded hashbrown v0.12.3 |
| 957 | 2026-07-17T04:12:44.583Z | Downloaded rustls-pki-types v1.14.0 |
| 958 | 2026-07-17T04:12:44.583Z | Downloaded p384 v0.14.0-rc.10 |
| 959 | 2026-07-17T04:12:44.592Z | Downloaded itertools v0.10.5 |
| 960 | 2026-07-17T04:12:44.592Z | Downloaded prettyplease v0.2.37 |
| 961 | 2026-07-17T04:12:44.592Z | Downloaded simd-adler32 v0.3.8 |
| 962 | 2026-07-17T04:12:44.592Z | Downloaded salsa20 v0.11.0 |
| 963 | 2026-07-17T04:12:44.599Z | Downloaded bumpalo v3.20.2 |
| 964 | 2026-07-17T04:12:44.599Z | Downloaded pretty_assertions v1.4.1 |
| 965 | 2026-07-17T04:12:44.599Z | Downloaded ml-kem v0.3.2 |
| 966 | 2026-07-17T04:12:44.599Z | Downloaded strum v0.27.2 |
| 967 | 2026-07-17T04:12:44.599Z | Downloaded strum v0.26.3 |
| 968 | 2026-07-17T04:12:44.606Z | Downloaded subtle v2.6.1 |
| 969 | 2026-07-17T04:12:44.606Z | Downloaded strip-ansi-escapes v0.2.1 |
| 970 | 2026-07-17T04:12:44.606Z | Downloaded signal-hook-registry v1.4.8 |
| 971 | 2026-07-17T04:12:44.606Z | Downloaded structmeta-derive v0.3.0 |
| 972 | 2026-07-17T04:12:44.606Z | Downloaded strsim v0.10.0 |
| 973 | 2026-07-17T04:12:44.606Z | Downloaded memmap2 v0.9.10 |
| 974 | 2026-07-17T04:12:44.606Z | Downloaded icu_properties v2.1.2 |
| 975 | 2026-07-17T04:12:44.615Z | Downloaded structmeta v0.3.0 |
| 976 | 2026-07-17T04:12:44.616Z | Downloaded slog-json v2.6.1 |
| 977 | 2026-07-17T04:12:44.616Z | Downloaded cc v1.2.56 |
| 978 | 2026-07-17T04:12:44.616Z | Downloaded crossterm v0.29.0 |
| 979 | 2026-07-17T04:12:44.625Z | Downloaded tabled_derive v0.11.0 |
| 980 | 2026-07-17T04:12:44.625Z | Downloaded tagptr v0.2.0 |
| 981 | 2026-07-17T04:12:44.625Z | Downloaded slog-async v2.8.0 |
| 982 | 2026-07-17T04:12:44.625Z | Downloaded dropshot-api-manager v0.7.2 |
| 983 | 2026-07-17T04:12:44.625Z | Downloaded tap v1.0.1 |
| 984 | 2026-07-17T04:12:44.625Z | Downloaded supports-color v3.0.2 |
| 985 | 2026-07-17T04:12:44.644Z | Downloaded smf v0.2.3 |
| 986 | 2026-07-17T04:12:44.644Z | Downloaded smallvec v0.6.14 |
| 987 | 2026-07-17T04:12:44.644Z | Downloaded serde_cbor v0.11.2 |
| 988 | 2026-07-17T04:12:44.644Z | Downloaded tabwriter v1.4.1 |
| 989 | 2026-07-17T04:12:44.644Z | Downloaded snafu-derive v0.8.9 |
| 990 | 2026-07-17T04:12:44.644Z | Downloaded testing_table v0.3.0 |
| 991 | 2026-07-17T04:12:44.644Z | Downloaded slab v0.4.12 |
| 992 | 2026-07-17T04:12:44.644Z | Downloaded sync_wrapper v1.0.2 |
| 993 | 2026-07-17T04:12:44.644Z | Downloaded sync-ptr v0.1.4 |
| 994 | 2026-07-17T04:12:44.644Z | Downloaded slog-dtrace v0.3.0 |
| 995 | 2026-07-17T04:12:44.649Z | Downloaded ron v0.8.1 |
| 996 | 2026-07-17T04:12:44.649Z | Downloaded slog-stdlog v4.1.1 |
| 997 | 2026-07-17T04:12:44.649Z | Downloaded thread-id v5.1.0 |
| 998 | 2026-07-17T04:12:44.649Z | Downloaded termtree v0.5.1 |
| 999 | 2026-07-17T04:12:44.649Z | Downloaded slog-scope v4.4.1 |
| 1000 | 2026-07-17T04:12:44.649Z | Downloaded schemars v0.8.22 |
| 1001 | 2026-07-17T04:12:44.649Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1002 | 2026-07-17T04:12:44.649Z | Downloaded serde_with_macros v3.21.0 |
| 1003 | 2026-07-17T04:12:44.649Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1004 | 2026-07-17T04:12:44.664Z | Downloaded time-core v0.1.8 |
| 1005 | 2026-07-17T04:12:44.664Z | Downloaded stacker v0.1.23 |
| 1006 | 2026-07-17T04:12:44.664Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1007 | 2026-07-17T04:12:44.664Z | Downloaded rcgen v0.12.1 |
| 1008 | 2026-07-17T04:12:44.670Z | Downloaded spki v0.8.0 |
| 1009 | 2026-07-17T04:12:44.670Z | Downloaded num-bigint v0.4.6 |
| 1010 | 2026-07-17T04:12:44.670Z | Downloaded spki v0.7.3 |
| 1011 | 2026-07-17T04:12:44.670Z | Downloaded sqlformat v0.3.5 |
| 1012 | 2026-07-17T04:12:44.671Z | Downloaded static_assertions v1.1.0 |
| 1013 | 2026-07-17T04:12:44.671Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1014 | 2026-07-17T04:12:44.671Z | Downloaded stringprep v0.1.5 |
| 1015 | 2026-07-17T04:12:44.671Z | Downloaded tinyvec_macros v0.1.1 |
| 1016 | 2026-07-17T04:12:44.671Z | Downloaded string_cache v0.8.9 |
| 1017 | 2026-07-17T04:12:44.671Z | Downloaded strum_macros v0.26.4 |
| 1018 | 2026-07-17T04:12:44.700Z | Downloaded crypto-primes v0.7.2 |
| 1019 | 2026-07-17T04:12:44.700Z | Downloaded strum_macros v0.27.2 |
| 1020 | 2026-07-17T04:12:44.700Z | Downloaded mio v1.2.0 |
| 1021 | 2026-07-17T04:12:44.700Z | Downloaded ryu v1.0.23 |
| 1022 | 2026-07-17T04:12:44.700Z | Downloaded sha2 v0.11.0 |
| 1023 | 2026-07-17T04:12:44.705Z | Downloaded support-bundle-viewer v0.1.2 |
| 1024 | 2026-07-17T04:12:44.705Z | Downloaded synstructure v0.13.2 |
| 1025 | 2026-07-17T04:12:44.705Z | Downloaded slog-term v2.9.2 |
| 1026 | 2026-07-17T04:12:44.705Z | Downloaded iri-string v0.7.10 |
| 1027 | 2026-07-17T04:12:44.705Z | Downloaded termios v0.3.3 |
| 1028 | 2026-07-17T04:12:44.705Z | Downloaded idna v1.1.0 |
| 1029 | 2026-07-17T04:12:44.705Z | Downloaded qorb v0.4.1 |
| 1030 | 2026-07-17T04:12:44.705Z | Downloaded take_mut v0.2.2 |
| 1031 | 2026-07-17T04:12:44.705Z | Downloaded tokio-test v0.4.5 |
| 1032 | 2026-07-17T04:12:44.705Z | Downloaded rand v0.8.6 |
| 1033 | 2026-07-17T04:12:44.706Z | Downloaded nom v7.1.3 |
| 1034 | 2026-07-17T04:12:44.706Z | Downloaded publicsuffix v2.3.0 |
| 1035 | 2026-07-17T04:12:44.714Z | Downloaded hashbrown v0.16.1 |
| 1036 | 2026-07-17T04:12:44.714Z | Downloaded thiserror-no-std v2.0.2 |
| 1037 | 2026-07-17T04:12:44.721Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1038 | 2026-07-17T04:12:44.721Z | Downloaded itertools v0.13.0 |
| 1039 | 2026-07-17T04:12:44.721Z | Downloaded tower-layer v0.3.3 |
| 1040 | 2026-07-17T04:12:44.721Z | Downloaded tinystr v0.8.2 |
| 1041 | 2026-07-17T04:12:44.727Z | Downloaded hashbrown v0.15.5 |
| 1042 | 2026-07-17T04:12:44.727Z | Downloaded topological-sort v0.2.2 |
| 1043 | 2026-07-17T04:12:44.727Z | Downloaded time-macros v0.2.27 |
| 1044 | 2026-07-17T04:12:44.737Z | Downloaded thread_local v1.1.9 |
| 1045 | 2026-07-17T04:12:44.737Z | Downloaded base64 v0.21.7 |
| 1046 | 2026-07-17T04:12:44.737Z | Downloaded spin v0.9.8 |
| 1047 | 2026-07-17T04:12:44.737Z | Downloaded tls_codec v0.4.2 |
| 1048 | 2026-07-17T04:12:44.737Z | Downloaded tiny-keccak v2.0.2 |
| 1049 | 2026-07-17T04:12:44.742Z | Downloaded h2 v0.4.15 |
| 1050 | 2026-07-17T04:12:44.742Z | Downloaded try-lock v0.2.5 |
| 1051 | 2026-07-17T04:12:44.742Z | Downloaded trait-variant v0.1.2 |
| 1052 | 2026-07-17T04:12:44.742Z | Downloaded typify-macro v0.6.2 |
| 1053 | 2026-07-17T04:12:44.742Z | Downloaded tower-service v0.3.3 |
| 1054 | 2026-07-17T04:12:44.742Z | Downloaded schemars v0.9.0 |
| 1055 | 2026-07-17T04:12:44.752Z | Downloaded unarray v0.1.4 |
| 1056 | 2026-07-17T04:12:44.756Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2026-07-17T04:12:44.756Z | Downloaded smallvec v1.15.1 |
| 1058 | 2026-07-17T04:12:44.756Z | Downloaded slog v2.8.2 |
| 1059 | 2026-07-17T04:12:44.756Z | Downloaded unit-prefix v0.5.2 |
| 1060 | 2026-07-17T04:12:44.756Z | Downloaded hyper v1.10.1 |
| 1061 | 2026-07-17T04:12:44.779Z | Downloaded universal-hash v0.6.1 |
| 1062 | 2026-07-17T04:12:44.779Z | Downloaded tokio-tungstenite v0.21.0 |
| 1063 | 2026-07-17T04:12:44.790Z | Downloaded term v0.7.0 |
| 1064 | 2026-07-17T04:12:44.790Z | Downloaded untrusted v0.7.1 |
| 1065 | 2026-07-17T04:12:44.790Z | Downloaded rsa v0.9.10 |
| 1066 | 2026-07-17T04:12:44.790Z | Downloaded utf-8 v0.7.6 |
| 1067 | 2026-07-17T04:12:44.790Z | Downloaded usdt-macro v0.6.0 |
| 1068 | 2026-07-17T04:12:44.790Z | Downloaded nom v8.0.0 |
| 1069 | 2026-07-17T04:12:44.790Z | Downloaded tokio-tungstenite v0.23.1 |
| 1070 | 2026-07-17T04:12:44.791Z | Downloaded rustls-webpki v0.103.13 |
| 1071 | 2026-07-17T04:12:44.791Z | Downloaded utf8_iter v1.0.4 |
| 1072 | 2026-07-17T04:12:44.791Z | Downloaded usdt-attr-macro v0.6.0 |
| 1073 | 2026-07-17T04:12:44.791Z | Downloaded schemars v1.2.1 |
| 1074 | 2026-07-17T04:12:44.802Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1075 | 2026-07-17T04:12:44.802Z | Downloaded waitgroup v0.1.2 |
| 1076 | 2026-07-17T04:12:44.802Z | Downloaded tls_codec_derive v0.4.2 |
| 1077 | 2026-07-17T04:12:44.803Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1078 | 2026-07-17T04:12:44.803Z | Downloaded want v0.3.1 |
| 1079 | 2026-07-17T04:12:44.803Z | Downloaded curve25519-dalek v4.1.3 |
| 1080 | 2026-07-17T04:12:44.812Z | Downloaded num-bigint-dig v0.8.6 |
| 1081 | 2026-07-17T04:12:44.812Z | Downloaded itertools v0.12.1 |
| 1082 | 2026-07-17T04:12:44.812Z | Downloaded wait-timeout v0.2.1 |
| 1083 | 2026-07-17T04:12:44.812Z | Downloaded void v1.0.2 |
| 1084 | 2026-07-17T04:12:44.812Z | Downloaded icu_properties_data v2.1.2 |
| 1085 | 2026-07-17T04:12:44.828Z | Downloaded unicase v2.9.0 |
| 1086 | 2026-07-17T04:12:44.828Z | Downloaded tokio-native-tls v0.3.1 |
| 1087 | 2026-07-17T04:12:44.828Z | Downloaded subprocess v0.2.15 |
| 1088 | 2026-07-17T04:12:44.828Z | Downloaded tokio-stream v0.1.18 |
| 1089 | 2026-07-17T04:12:44.828Z | Downloaded universal-hash v0.5.1 |
| 1090 | 2026-07-17T04:12:44.840Z | Downloaded hkdf v0.13.0 |
| 1091 | 2026-07-17T04:12:44.840Z | Downloaded itertools v0.14.0 |
| 1092 | 2026-07-17T04:12:44.840Z | Downloaded futures-util v0.3.32 |
| 1093 | 2026-07-17T04:12:44.840Z | Downloaded xattr v1.6.1 |
| 1094 | 2026-07-17T04:12:44.850Z | Downloaded unicode-xid v0.2.6 |
| 1095 | 2026-07-17T04:12:44.850Z | Downloaded tokio-rustls v0.26.4 |
| 1096 | 2026-07-17T04:12:44.850Z | Downloaded usdt-impl v0.6.0 |
| 1097 | 2026-07-17T04:12:44.851Z | Downloaded zeroize_derive v1.4.3 |
| 1098 | 2026-07-17T04:12:44.851Z | Downloaded test-strategy v0.4.5 |
| 1099 | 2026-07-17T04:12:44.851Z | Downloaded quinn v0.11.9 |
| 1100 | 2026-07-17T04:12:44.851Z | Downloaded zerofrom v0.1.6 |
| 1101 | 2026-07-17T04:12:44.851Z | Downloaded yoke-derive v0.8.1 |
| 1102 | 2026-07-17T04:12:44.851Z | Downloaded uzers v0.12.2 |
| 1103 | 2026-07-17T04:12:44.851Z | Downloaded samael v0.0.19 |
| 1104 | 2026-07-17T04:12:44.860Z | Downloaded zerofrom-derive v0.1.6 |
| 1105 | 2026-07-17T04:12:44.860Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1106 | 2026-07-17T04:12:44.860Z | Downloaded vergen-lib v9.1.0 |
| 1107 | 2026-07-17T04:12:44.860Z | Downloaded vergen-lib v0.1.6 |
| 1108 | 2026-07-17T04:12:44.860Z | Downloaded vergen-gitcl v1.0.8 |
| 1109 | 2026-07-17T04:12:44.860Z | Downloaded zone v0.3.1 |
| 1110 | 2026-07-17T04:12:44.860Z | Downloaded vergen-git2 v9.1.0 |
| 1111 | 2026-07-17T04:12:44.860Z | Downloaded zone_cfg_derive v0.3.1 |
| 1112 | 2026-07-17T04:12:44.860Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1113 | 2026-07-17T04:12:44.871Z | Downloaded hkdf v0.12.4 |
| 1114 | 2026-07-17T04:12:44.871Z | Downloaded blake3 v1.8.5 |
| 1115 | 2026-07-17T04:12:44.871Z | Downloaded walkdir v2.5.0 |
| 1116 | 2026-07-17T04:12:44.871Z | Downloaded whoami v2.1.0 |
| 1117 | 2026-07-17T04:12:44.872Z | Downloaded tui-tree-widget v0.23.1 |
| 1118 | 2026-07-17T04:12:44.879Z | Downloaded tracing-attributes v0.1.31 |
| 1119 | 2026-07-17T04:12:44.879Z | Downloaded xshell-macros v0.2.7 |
| 1120 | 2026-07-17T04:12:44.879Z | Downloaded term v1.2.1 |
| 1121 | 2026-07-17T04:12:44.879Z | Downloaded twox-hash v2.1.2 |
| 1122 | 2026-07-17T04:12:44.879Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-07-17T04:12:44.879Z | Downloaded rand v0.10.1 |
| 1124 | 2026-07-17T04:12:44.879Z | Downloaded unicode-properties v0.1.4 |
| 1125 | 2026-07-17T04:12:44.888Z | Downloaded rand v0.9.2 |
| 1126 | 2026-07-17T04:12:44.888Z | Downloaded libm v0.2.16 |
| 1127 | 2026-07-17T04:12:44.897Z | Downloaded yoke v0.8.1 |
| 1128 | 2026-07-17T04:12:44.897Z | Downloaded rsa v0.10.0-rc.18 |
| 1129 | 2026-07-17T04:12:44.897Z | Downloaded bitvec v1.0.1 |
| 1130 | 2026-07-17T04:12:44.905Z | Downloaded vergen v9.1.0 |
| 1131 | 2026-07-17T04:12:44.905Z | Downloaded rustyline v14.0.0 |
| 1132 | 2026-07-17T04:12:44.905Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1133 | 2026-07-17T04:12:44.911Z | Downloaded whoami v1.6.1 |
| 1134 | 2026-07-17T04:12:44.911Z | Downloaded snafu v0.8.9 |
| 1135 | 2026-07-17T04:12:44.911Z | Downloaded zerovec-derive v0.11.2 |
| 1136 | 2026-07-17T04:12:44.918Z | Downloaded tinyvec v1.10.0 |
| 1137 | 2026-07-17T04:12:44.918Z | Downloaded steno v0.4.1 |
| 1138 | 2026-07-17T04:12:44.919Z | Downloaded typify v0.6.2 |
| 1139 | 2026-07-17T04:12:44.919Z | Downloaded tungstenite v0.21.0 |
| 1140 | 2026-07-17T04:12:44.937Z | Downloaded zstd v0.13.3 |
| 1141 | 2026-07-17T04:12:44.937Z | Downloaded vsss-rs v3.3.4 |
| 1142 | 2026-07-17T04:12:44.937Z | Downloaded tungstenite v0.23.0 |
| 1143 | 2026-07-17T04:12:44.937Z | Downloaded bindgen v0.71.1 |
| 1144 | 2026-07-17T04:12:44.937Z | Downloaded unicode-bidi v0.3.18 |
| 1145 | 2026-07-17T04:12:44.937Z | Downloaded tracing-core v0.1.36 |
| 1146 | 2026-07-17T04:12:44.937Z | Downloaded toml v0.7.8 |
| 1147 | 2026-07-17T04:12:44.937Z | Downloaded tar v0.4.46 |
| 1148 | 2026-07-17T04:12:44.949Z | Downloaded iddqd v0.4.2 |
| 1149 | 2026-07-17T04:12:44.949Z | Downloaded zerocopy v0.6.6 |
| 1150 | 2026-07-17T04:12:44.949Z | Downloaded xshell v0.2.7 |
| 1151 | 2026-07-17T04:12:44.949Z | Downloaded wyz v0.5.1 |
| 1152 | 2026-07-17T04:12:44.954Z | Downloaded writeable v0.6.2 |
| 1153 | 2026-07-17T04:12:44.954Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1154 | 2026-07-17T04:12:44.954Z | Downloaded usdt v0.6.0 |
| 1155 | 2026-07-17T04:12:44.954Z | Downloaded serde_with v1.14.0 |
| 1156 | 2026-07-17T04:12:44.954Z | Downloaded yasna v0.5.2 |
| 1157 | 2026-07-17T04:12:44.954Z | Downloaded untrusted v0.9.0 |
| 1158 | 2026-07-17T04:12:44.955Z | Downloaded socket2 v0.5.10 |
| 1159 | 2026-07-17T04:12:44.964Z | Downloaded zeroize v1.8.2 |
| 1160 | 2026-07-17T04:12:44.964Z | Downloaded git2 v0.20.4 |
| 1161 | 2026-07-17T04:12:44.968Z | Downloaded zstd-safe v7.2.4 |
| 1162 | 2026-07-17T04:12:44.968Z | Downloaded unicode-truncate v1.1.0 |
| 1163 | 2026-07-17T04:12:44.968Z | Downloaded tokio-macros v2.7.0 |
| 1164 | 2026-07-17T04:12:44.968Z | Downloaded tokio-dtrace v0.1.1 |
| 1165 | 2026-07-17T04:12:44.968Z | Downloaded similar v2.7.0 |
| 1166 | 2026-07-17T04:12:44.968Z | Downloaded libxml v0.3.3 |
| 1167 | 2026-07-17T04:12:44.982Z | Downloaded aho-corasick v1.1.4 |
| 1168 | 2026-07-17T04:12:44.982Z | Downloaded rayon-core v1.13.0 |
| 1169 | 2026-07-17T04:12:44.982Z | Downloaded signal-hook v0.3.18 |
| 1170 | 2026-07-17T04:12:44.982Z | Downloaded p521 v0.14.0-rc.10 |
| 1171 | 2026-07-17T04:12:44.998Z | Downloaded peg-runtime v0.8.5 |
| 1172 | 2026-07-17T04:12:44.998Z | Downloaded path-slash v0.1.5 |
| 1173 | 2026-07-17T04:12:44.998Z | Downloaded password-hash v0.6.1 |
| 1174 | 2026-07-17T04:12:44.998Z | Downloaded num_threads v0.1.7 |
| 1175 | 2026-07-17T04:12:44.998Z | Downloaded num_enum v0.7.6 |
| 1176 | 2026-07-17T04:12:44.998Z | Downloaded unsafe-libyaml v0.2.11 |
| 1177 | 2026-07-17T04:12:44.998Z | Downloaded hybrid-array v0.4.13 |
| 1178 | 2026-07-17T04:12:44.998Z | Downloaded humantime v2.3.0 |
| 1179 | 2026-07-17T04:12:45.019Z | Downloaded num-conv v0.2.0 |
| 1180 | 2026-07-17T04:12:45.019Z | Downloaded normalize-line-endings v0.3.0 |
| 1181 | 2026-07-17T04:12:45.019Z | Downloaded nonempty v0.12.0 |
| 1182 | 2026-07-17T04:12:45.019Z | Downloaded keccak v0.2.0 |
| 1183 | 2026-07-17T04:12:45.020Z | Downloaded bzip2 v0.6.1 |
| 1184 | 2026-07-17T04:12:45.020Z | Downloaded float-ord v0.3.2 |
| 1185 | 2026-07-17T04:12:45.020Z | Downloaded ecdsa v0.16.9 |
| 1186 | 2026-07-17T04:12:45.020Z | Downloaded der_derive v0.7.3 |
| 1187 | 2026-07-17T04:12:45.020Z | Downloaded daft-derive v0.1.7 |
| 1188 | 2026-07-17T04:12:45.020Z | Downloaded uuid v1.23.4 |
| 1189 | 2026-07-17T04:12:45.020Z | Downloaded toml_edit v0.19.15 |
| 1190 | 2026-07-17T04:12:45.034Z | Downloaded reqwest v0.12.28 |
| 1191 | 2026-07-17T04:12:45.034Z | Downloaded zopfli v0.8.3 |
| 1192 | 2026-07-17T04:12:45.034Z | Downloaded chrono v0.4.45 |
| 1193 | 2026-07-17T04:12:45.034Z | Downloaded reedline v0.40.0 |
| 1194 | 2026-07-17T04:12:45.034Z | Downloaded vte v0.14.1 |
| 1195 | 2026-07-17T04:12:45.034Z | Downloaded crypto-bigint v0.7.5 |
| 1196 | 2026-07-17T04:12:45.046Z | Downloaded yansi v1.0.1 |
| 1197 | 2026-07-17T04:12:45.046Z | Downloaded url v2.5.8 |
| 1198 | 2026-07-17T04:12:45.046Z | Downloaded zerotrie v0.2.3 |
| 1199 | 2026-07-17T04:12:45.046Z | Downloaded unicode_categories v0.1.1 |
| 1200 | 2026-07-17T04:12:45.051Z | Downloaded tokio-postgres v0.7.16 |
| 1201 | 2026-07-17T04:12:45.051Z | Downloaded p384 v0.13.1 |
| 1202 | 2026-07-17T04:12:45.052Z | Downloaded critical-section v1.2.0 |
| 1203 | 2026-07-17T04:12:45.052Z | Downloaded corncobs v0.1.4 |
| 1204 | 2026-07-17T04:12:45.052Z | Downloaded foreign-types-shared v0.1.1 |
| 1205 | 2026-07-17T04:12:45.052Z | Downloaded foreign-types v0.5.0 |
| 1206 | 2026-07-17T04:12:45.061Z | Downloaded reqwest v0.13.2 |
| 1207 | 2026-07-17T04:12:45.061Z | Downloaded zip v0.6.6 |
| 1208 | 2026-07-17T04:12:45.069Z | Downloaded tower v0.5.3 |
| 1209 | 2026-07-17T04:12:45.069Z | Downloaded regex v1.12.3 |
| 1210 | 2026-07-17T04:12:45.069Z | Downloaded zerocopy-derive v0.8.40 |
| 1211 | 2026-07-17T04:12:45.075Z | Downloaded unicode-segmentation v1.12.0 |
| 1212 | 2026-07-17T04:12:45.089Z | Downloaded quick-xml v0.37.5 |
| 1213 | 2026-07-17T04:12:45.089Z | Downloaded lalrpop v0.19.12 |
| 1214 | 2026-07-17T04:12:45.108Z | Downloaded typed-path v0.9.3 |
| 1215 | 2026-07-17T04:12:45.108Z | Downloaded x509-cert v0.2.5 |
| 1216 | 2026-07-17T04:12:45.108Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1217 | 2026-07-17T04:12:45.115Z | Downloaded rayon v1.11.0 |
| 1218 | 2026-07-17T04:12:45.115Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-07-17T04:12:45.115Z | Downloaded moka v0.12.13 |
| 1220 | 2026-07-17T04:12:45.115Z | Downloaded goblin v0.10.5 |
| 1221 | 2026-07-17T04:12:45.115Z | Downloaded portable-atomic v1.13.1 |
| 1222 | 2026-07-17T04:12:45.119Z | Downloaded petname v2.0.2 |
| 1223 | 2026-07-17T04:12:45.119Z | Downloaded rawzip v0.4.4 |
| 1224 | 2026-07-17T04:12:45.140Z | Downloaded salty v0.3.0 |
| 1225 | 2026-07-17T04:12:45.147Z | Downloaded zip v4.6.1 |
| 1226 | 2026-07-17T04:12:45.152Z | Downloaded proptest v1.10.0 |
| 1227 | 2026-07-17T04:12:45.157Z | Downloaded zerovec v0.11.5 |
| 1228 | 2026-07-17T04:12:45.157Z | Downloaded nix v0.27.1 |
| 1229 | 2026-07-17T04:12:45.166Z | Downloaded object v0.30.4 |
| 1230 | 2026-07-17T04:12:45.173Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-07-17T04:12:45.173Z | Downloaded tough v0.22.0 |
| 1232 | 2026-07-17T04:12:45.176Z | Downloaded tokio-util v0.7.18 |
| 1233 | 2026-07-17T04:12:45.188Z | Downloaded serde_with v3.21.0 |
| 1234 | 2026-07-17T04:12:45.193Z | Downloaded winnow v0.5.40 |
| 1235 | 2026-07-17T04:12:45.197Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-07-17T04:12:45.205Z | Downloaded winnow v0.6.26 |
| 1237 | 2026-07-17T04:12:45.208Z | Downloaded russh v0.61.2 |
| 1238 | 2026-07-17T04:12:45.208Z | Downloaded polar-core v0.27.3 |
| 1239 | 2026-07-17T04:12:45.215Z | Downloaded radix_trie v0.2.1 |
| 1240 | 2026-07-17T04:12:45.223Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1241 | 2026-07-17T04:12:45.231Z | Downloaded openssl v0.10.79 |
| 1242 | 2026-07-17T04:12:45.236Z | Downloaded tabled v0.20.0 |
| 1243 | 2026-07-17T04:12:45.249Z | Downloaded nix v0.28.0 |
| 1244 | 2026-07-17T04:12:45.265Z | Downloaded bstr v1.12.1 |
| 1245 | 2026-07-17T04:12:45.265Z | Downloaded winnow v1.0.3 |
| 1246 | 2026-07-17T04:12:45.308Z | Downloaded nix v0.31.2 |
| 1247 | 2026-07-17T04:12:45.308Z | Downloaded dropshot v0.17.1 |
| 1248 | 2026-07-17T04:12:45.320Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-07-17T04:12:45.320Z | Downloaded zlib-rs v0.6.2 |
| 1250 | 2026-07-17T04:12:45.320Z | Downloaded hickory-proto v0.24.4 |
| 1251 | 2026-07-17T04:12:45.339Z | Downloaded time v0.3.47 |
| 1252 | 2026-07-17T04:12:45.339Z | Downloaded diesel v2.3.7 |
| 1253 | 2026-07-17T04:12:45.405Z | Downloaded zerocopy v0.8.40 |
| 1254 | 2026-07-17T04:12:45.405Z | Downloaded hickory-proto v0.25.2 |
| 1255 | 2026-07-17T04:12:45.430Z | Downloaded smoltcp v0.11.0 |
| 1256 | 2026-07-17T04:12:45.430Z | Downloaded regress v0.11.1 |
| 1257 | 2026-07-17T04:12:45.430Z | Downloaded regress v0.10.5 |
| 1258 | 2026-07-17T04:12:45.430Z | Downloaded rustls v0.23.41 |
| 1259 | 2026-07-17T04:12:45.430Z | Downloaded rustix v0.38.44 |
| 1260 | 2026-07-17T04:12:45.430Z | Downloaded regex-syntax v0.8.10 |
| 1261 | 2026-07-17T04:12:45.431Z | Downloaded smoltcp v0.9.1 |
| 1262 | 2026-07-17T04:12:45.431Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-07-17T04:12:45.431Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-07-17T04:12:45.431Z | Downloaded object v0.37.3 |
| 1265 | 2026-07-17T04:12:45.457Z | Downloaded sqlparser v0.61.0 |
| 1266 | 2026-07-17T04:12:45.458Z | Downloaded sled v0.34.7 |
| 1267 | 2026-07-17T04:12:45.458Z | Downloaded typify-impl v0.6.2 |
| 1268 | 2026-07-17T04:12:45.493Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-07-17T04:12:45.493Z | Downloaded sha3 v0.11.0 |
| 1270 | 2026-07-17T04:12:45.493Z | Downloaded fiat-crypto v0.3.0 |
| 1271 | 2026-07-17T04:12:45.493Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1272 | 2026-07-17T04:12:45.493Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-07-17T04:12:45.508Z | Downloaded ratatui v0.29.0 |
| 1274 | 2026-07-17T04:12:45.523Z | Downloaded petgraph v0.6.5 |
| 1275 | 2026-07-17T04:12:45.534Z | Downloaded regex-automata v0.4.14 |
| 1276 | 2026-07-17T04:12:45.560Z | Downloaded csv v1.4.0 |
| 1277 | 2026-07-17T04:12:45.573Z | Downloaded petgraph v0.8.3 |
| 1278 | 2026-07-17T04:12:45.573Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1279 | 2026-07-17T04:12:45.583Z | Downloaded jiff v0.2.21 |
| 1280 | 2026-07-17T04:12:45.598Z | Downloaded chrono-tz v0.10.4 |
| 1281 | 2026-07-17T04:12:45.619Z | Downloaded libz-sys v1.1.24 |
| 1282 | 2026-07-17T04:12:45.645Z | Downloaded sha3 v0.10.8 |
| 1283 | 2026-07-17T04:12:45.657Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1284 | 2026-07-17T04:12:45.683Z | Downloaded tokio v1.52.1 |
| 1285 | 2026-07-17T04:12:45.800Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-07-17T04:12:45.855Z | Downloaded ring v0.17.14 |
| 1287 | 2026-07-17T04:12:46.397Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-07-17T04:12:46.537Z | Compiling syn v2.0.117 |
| 1289 | 2026-07-17T04:12:46.537Z | Compiling libc v0.2.185 |
| 1290 | 2026-07-17T04:12:46.537Z | Compiling serde_core v1.0.228 |
| 1291 | 2026-07-17T04:12:46.537Z | Compiling serde v1.0.228 |
| 1292 | 2026-07-17T04:12:46.538Z | Compiling log v0.4.29 |
| 1293 | 2026-07-17T04:12:46.538Z | Compiling smallvec v1.15.1 |
| 1294 | 2026-07-17T04:12:46.538Z | Compiling shlex v1.3.0 |
| 1295 | 2026-07-17T04:12:46.538Z | Compiling find-msvc-tools v0.1.9 |
| 1296 | 2026-07-17T04:12:46.538Z | Compiling subtle v2.6.1 |
| 1297 | 2026-07-17T04:12:46.538Z | Compiling stable_deref_trait v1.2.1 |
| 1298 | 2026-07-17T04:12:46.538Z | Compiling scopeguard v1.2.0 |
| 1299 | 2026-07-17T04:12:46.538Z | Compiling typenum v1.20.1 |
| 1300 | 2026-07-17T04:12:46.538Z | Compiling serde_json v1.0.150 |
| 1301 | 2026-07-17T04:12:46.538Z | Compiling zerocopy v0.8.40 |
| 1302 | 2026-07-17T04:12:46.538Z | Compiling portable-atomic v1.13.1 |
| 1303 | 2026-07-17T04:12:46.538Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-07-17T04:12:46.927Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-07-17T04:12:46.950Z | Compiling pin-project-lite v0.2.17 |
| 1306 | 2026-07-17T04:12:46.974Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-07-17T04:12:47.068Z | Compiling critical-section v1.2.0 |
| 1308 | 2026-07-17T04:12:47.182Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-07-17T04:12:47.182Z | Compiling libm v0.2.16 |
| 1310 | 2026-07-17T04:12:47.182Z | Compiling num-traits v0.2.19 |
| 1311 | 2026-07-17T04:12:47.182Z | Compiling futures-core v0.3.32 |
| 1312 | 2026-07-17T04:12:47.218Z | Compiling rand_core v0.10.0 |
| 1313 | 2026-07-17T04:12:47.218Z | Compiling generic-array v0.14.7 |
| 1314 | 2026-07-17T04:12:47.218Z | Compiling writeable v0.6.2 |
| 1315 | 2026-07-17T04:12:47.219Z | Compiling litemap v0.8.1 |
| 1316 | 2026-07-17T04:12:47.377Z | Compiling const-oid v0.9.6 |
| 1317 | 2026-07-17T04:12:47.396Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-17T04:12:47.396Z | Compiling icu_properties_data v2.1.2 |
| 1319 | 2026-07-17T04:12:47.396Z | Compiling icu_normalizer_data v2.1.1 |
| 1320 | 2026-07-17T04:12:47.408Z | Compiling futures-sink v0.3.32 |
| 1321 | 2026-07-17T04:12:47.557Z | Compiling futures-task v0.3.32 |
| 1322 | 2026-07-17T04:12:47.583Z | Compiling slab v0.4.12 |
| 1323 | 2026-07-17T04:12:47.583Z | Compiling futures-channel v0.3.32 |
| 1324 | 2026-07-17T04:12:47.583Z | Compiling futures-io v0.3.32 |
| 1325 | 2026-07-17T04:12:47.583Z | Compiling utf8_iter v1.0.4 |
| 1326 | 2026-07-17T04:12:47.583Z | Compiling form_urlencoded v1.2.2 |
| 1327 | 2026-07-17T04:12:47.583Z | Compiling getrandom v0.3.4 |
| 1328 | 2026-07-17T04:12:47.744Z | Compiling rustversion v1.0.22 |
| 1329 | 2026-07-17T04:12:47.778Z | Compiling rustix v1.1.3 |
| 1330 | 2026-07-17T04:12:47.778Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-07-17T04:12:47.778Z | Compiling errno v0.3.14 |
| 1332 | 2026-07-17T04:12:47.778Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-07-17T04:12:47.778Z | Compiling mio v1.2.0 |
| 1334 | 2026-07-17T04:12:47.798Z | Compiling socket2 v0.6.3 |
| 1335 | 2026-07-17T04:12:47.798Z | Compiling iana-time-zone v0.1.65 |
| 1336 | 2026-07-17T04:12:47.922Z | Compiling rand_core v0.6.4 |
| 1337 | 2026-07-17T04:12:48.173Z | Compiling cc v1.2.56 |
| 1338 | 2026-07-17T04:12:48.347Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-07-17T04:12:48.347Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-07-17T04:12:48.348Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-07-17T04:12:48.348Z | Compiling fs_extra v1.3.0 |
| 1342 | 2026-07-17T04:12:48.348Z | Compiling dunce v1.0.5 |
| 1343 | 2026-07-17T04:12:48.348Z | Compiling ident_case v1.0.1 |
| 1344 | 2026-07-17T04:12:48.348Z | Compiling regex-syntax v0.8.10 |
| 1345 | 2026-07-17T04:12:48.348Z | Compiling base64ct v1.8.3 |
| 1346 | 2026-07-17T04:12:48.348Z | Compiling vcpkg v0.2.15 |
| 1347 | 2026-07-17T04:12:48.387Z | Compiling base64 v0.22.1 |
| 1348 | 2026-07-17T04:12:48.387Z | Compiling tracing-core v0.1.36 |
| 1349 | 2026-07-17T04:12:48.408Z | Compiling flagset v0.4.7 |
| 1350 | 2026-07-17T04:12:48.408Z | Compiling aws-lc-rs v1.16.3 |
| 1351 | 2026-07-17T04:12:48.408Z | Compiling dyn-clone v1.0.20 |
| 1352 | 2026-07-17T04:12:48.448Z | Compiling cmov v0.5.4 |
| 1353 | 2026-07-17T04:12:48.477Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2026-07-17T04:12:48.544Z | Compiling pem-rfc7468 v0.7.0 |
| 1355 | 2026-07-17T04:12:48.564Z | Compiling httparse v1.10.1 |
| 1356 | 2026-07-17T04:12:48.564Z | Compiling rand_core v0.9.5 |
| 1357 | 2026-07-17T04:12:48.603Z | Compiling openssl-probe v0.2.1 |
| 1358 | 2026-07-17T04:12:48.641Z | Compiling schemars v0.8.22 |
| 1359 | 2026-07-17T04:12:48.704Z | Compiling ctutils v0.4.2 |
| 1360 | 2026-07-17T04:12:48.704Z | Compiling tinyvec v1.10.0 |
| 1361 | 2026-07-17T04:12:48.859Z | Compiling aho-corasick v1.1.4 |
| 1362 | 2026-07-17T04:12:48.900Z | Compiling cmake v0.1.57 |
| 1363 | 2026-07-17T04:12:48.900Z | Compiling untrusted v0.7.1 |
| 1364 | 2026-07-17T04:12:48.900Z | Compiling atomic-waker v1.1.2 |
| 1365 | 2026-07-17T04:12:48.900Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-07-17T04:12:48.913Z | Compiling try-lock v0.2.5 |
| 1367 | 2026-07-17T04:12:48.931Z | Compiling tower-service v0.3.3 |
| 1368 | 2026-07-17T04:12:48.941Z | Compiling cpufeatures v0.2.17 |
| 1369 | 2026-07-17T04:12:48.982Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2026-07-17T04:12:49.013Z | Compiling want v0.3.1 |
| 1371 | 2026-07-17T04:12:49.034Z | Compiling httpdate v1.0.3 |
| 1372 | 2026-07-17T04:12:49.067Z | Compiling bitflags v2.11.0 |
| 1373 | 2026-07-17T04:12:49.067Z | Compiling semver v1.0.28 |
| 1374 | 2026-07-17T04:12:49.067Z | Compiling indexmap v2.14.0 |
| 1375 | 2026-07-17T04:12:49.155Z | Compiling uuid v1.23.4 |
| 1376 | 2026-07-17T04:12:49.155Z | Compiling openssl v0.10.79 |
| 1377 | 2026-07-17T04:12:49.360Z | Compiling rustls v0.23.41 |
| 1378 | 2026-07-17T04:12:49.409Z | Compiling untrusted v0.9.0 |
| 1379 | 2026-07-17T04:12:49.409Z | Compiling foreign-types v0.3.2 |
| 1380 | 2026-07-17T04:12:49.409Z | Compiling unicode-normalization v0.1.25 |
| 1381 | 2026-07-17T04:12:49.410Z | Compiling rustc_version v0.4.1 |
| 1382 | 2026-07-17T04:12:49.410Z | Compiling spin v0.9.8 |
| 1383 | 2026-07-17T04:12:49.410Z | Compiling time-core v0.1.8 |
| 1384 | 2026-07-17T04:12:49.410Z | Compiling crc32fast v1.5.0 |
| 1385 | 2026-07-17T04:12:49.410Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-07-17T04:12:49.427Z | Compiling native-tls v0.2.18 |
| 1387 | 2026-07-17T04:12:49.468Z | Compiling powerfmt v0.2.0 |
| 1388 | 2026-07-17T04:12:49.563Z | Compiling wait-timeout v0.2.1 |
| 1389 | 2026-07-17T04:12:49.593Z | Compiling time-macros v0.2.27 |
| 1390 | 2026-07-17T04:12:49.593Z | Compiling sync_wrapper v1.0.2 |
| 1391 | 2026-07-17T04:12:49.593Z | Compiling aws-lc-sys v0.40.0 |
| 1392 | 2026-07-17T04:12:49.667Z | Compiling openssl-sys v0.9.115 |
| 1393 | 2026-07-17T04:12:49.684Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1394 | 2026-07-17T04:12:49.684Z | Compiling deranged v0.5.8 |
| 1395 | 2026-07-17T04:12:49.684Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-07-17T04:12:49.797Z | Compiling serde_derive_internals v0.29.1 |
| 1397 | 2026-07-17T04:12:49.835Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-07-17T04:12:49.835Z | Compiling regex-automata v0.4.14 |
| 1399 | 2026-07-17T04:12:49.835Z | Compiling darling_core v0.20.11 |
| 1400 | 2026-07-17T04:12:49.904Z | Compiling syn v1.0.109 |
| 1401 | 2026-07-17T04:12:50.275Z | Compiling tempfile v3.25.0 |
| 1402 | 2026-07-17T04:12:50.296Z | Compiling siphasher v1.0.2 |
| 1403 | 2026-07-17T04:12:50.428Z | Compiling usdt-impl v0.6.0 |
| 1404 | 2026-07-17T04:12:50.486Z | Compiling simd-adler32 v0.3.8 |
| 1405 | 2026-07-17T04:12:50.506Z | Compiling num_threads v0.1.7 |
| 1406 | 2026-07-17T04:12:50.513Z | Compiling crossbeam-utils v0.8.21 |
| 1407 | 2026-07-17T04:12:50.538Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-07-17T04:12:50.634Z | Compiling quick-error v1.2.3 |
| 1409 | 2026-07-17T04:12:50.735Z | Compiling darling_core v0.23.0 |
| 1410 | 2026-07-17T04:12:50.749Z | Compiling heapless v0.7.17 |
| 1411 | 2026-07-17T04:12:50.749Z | Compiling rusty-fork v0.3.1 |
| 1412 | 2026-07-17T04:12:50.749Z | Compiling time v0.3.47 |
| 1413 | 2026-07-17T04:12:50.806Z | Compiling bit-set v0.8.0 |
| 1414 | 2026-07-17T04:12:50.807Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1415 | 2026-07-17T04:12:50.807Z | Compiling slog v2.8.2 |
| 1416 | 2026-07-17T04:12:50.842Z | Compiling rand_xorshift v0.4.0 |
| 1417 | 2026-07-17T04:12:50.852Z | Compiling thread-id v5.1.0 |
| 1418 | 2026-07-17T04:12:50.879Z | Compiling cookie v0.18.1 |
| 1419 | 2026-07-17T04:12:50.911Z | Compiling ryu v1.0.23 |
| 1420 | 2026-07-17T04:12:50.922Z | Compiling unicode-bidi v0.3.18 |
| 1421 | 2026-07-17T04:12:50.953Z | Compiling unarray v0.1.4 |
| 1422 | 2026-07-17T04:12:50.979Z | Compiling allocator-api2 v0.2.21 |
| 1423 | 2026-07-17T04:12:50.997Z | Compiling signal-hook v0.3.18 |
| 1424 | 2026-07-17T04:12:51.016Z | Compiling zstd-safe v7.2.4 |
| 1425 | 2026-07-17T04:12:51.074Z | Compiling unicode-properties v0.1.4 |
| 1426 | 2026-07-17T04:12:51.083Z | Compiling iri-string v0.7.10 |
| 1427 | 2026-07-17T04:12:51.092Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-07-17T04:12:51.098Z | Compiling paste v1.0.15 |
| 1429 | 2026-07-17T04:12:51.111Z | Compiling anyhow v1.0.102 |
| 1430 | 2026-07-17T04:12:51.241Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-07-17T04:12:51.247Z | Compiling stringprep v0.1.5 |
| 1432 | 2026-07-17T04:12:51.482Z | Compiling serde_derive v1.0.228 |
| 1433 | 2026-07-17T04:12:51.496Z | Compiling zeroize_derive v1.4.3 |
| 1434 | 2026-07-17T04:12:51.504Z | Compiling zerofrom-derive v0.1.6 |
| 1435 | 2026-07-17T04:12:51.508Z | Compiling yoke-derive v0.8.1 |
| 1436 | 2026-07-17T04:12:51.742Z | Compiling zerovec-derive v0.11.2 |
| 1437 | 2026-07-17T04:12:51.863Z | Compiling displaydoc v0.2.5 |
| 1438 | 2026-07-17T04:12:51.886Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-07-17T04:12:52.094Z | Compiling tokio-macros v2.7.0 |
| 1440 | 2026-07-17T04:12:52.182Z | Compiling zeroize v1.8.2 |
| 1441 | 2026-07-17T04:12:52.209Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-07-17T04:12:52.398Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-07-17T04:12:52.659Z | Compiling thiserror-impl v2.0.18 |
| 1444 | 2026-07-17T04:12:52.681Z | Compiling der_derive v0.7.3 |
| 1445 | 2026-07-17T04:12:52.775Z | Compiling rustls-pki-types v1.14.0 |
| 1446 | 2026-07-17T04:12:52.890Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-07-17T04:12:52.920Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-07-17T04:12:52.945Z | Compiling zerofrom v0.1.6 |
| 1449 | 2026-07-17T04:12:52.962Z | Compiling schemars_derive v0.8.22 |
| 1450 | 2026-07-17T04:12:53.061Z | Compiling hybrid-array v0.4.13 |
| 1451 | 2026-07-17T04:12:53.077Z | Compiling yoke v0.8.1 |
| 1452 | 2026-07-17T04:12:53.097Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-07-17T04:12:53.118Z | Compiling digest v0.10.7 |
| 1454 | 2026-07-17T04:12:53.261Z | Compiling zerovec v0.11.5 |
| 1455 | 2026-07-17T04:12:53.282Z | Compiling zerotrie v0.2.3 |
| 1456 | 2026-07-17T04:12:53.295Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-07-17T04:12:53.393Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-07-17T04:12:53.606Z | Compiling darling_macro v0.20.11 |
| 1459 | 2026-07-17T04:12:53.705Z | Compiling der v0.7.10 |
| 1460 | 2026-07-17T04:12:53.790Z | Compiling tinystr v0.8.2 |
| 1461 | 2026-07-17T04:12:53.804Z | Compiling potential_utf v0.1.4 |
| 1462 | 2026-07-17T04:12:53.886Z | Compiling tracing v0.1.44 |
| 1463 | 2026-07-17T04:12:53.886Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-07-17T04:12:53.980Z | Compiling icu_locale_core v2.1.1 |
| 1465 | 2026-07-17T04:12:54.016Z | Compiling icu_collections v2.1.1 |
| 1466 | 2026-07-17T04:12:54.047Z | Compiling hmac v0.12.1 |
| 1467 | 2026-07-17T04:12:54.088Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-07-17T04:12:54.164Z | Compiling darling v0.20.11 |
| 1469 | 2026-07-17T04:12:54.186Z | Compiling sha2 v0.10.9 |
| 1470 | 2026-07-17T04:12:54.203Z | Compiling scroll v0.13.0 |
| 1471 | 2026-07-17T04:12:54.215Z | Compiling dtrace-parser v0.3.0 |
| 1472 | 2026-07-17T04:12:54.231Z | Compiling thiserror-impl v1.0.69 |
| 1473 | 2026-07-17T04:12:54.259Z | Compiling derive_builder_core v0.20.2 |
| 1474 | 2026-07-17T04:12:54.296Z | Compiling scroll_derive v0.12.1 |
| 1475 | 2026-07-17T04:12:54.487Z | Compiling goblin v0.10.5 |
| 1476 | 2026-07-17T04:12:54.523Z | Compiling crypto-common v0.2.2 |
| 1477 | 2026-07-17T04:12:54.879Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-07-17T04:12:54.935Z | Compiling bytes v1.11.1 |
| 1479 | 2026-07-17T04:12:54.980Z | Compiling chrono v0.4.45 |
| 1480 | 2026-07-17T04:12:54.999Z | Compiling spki v0.7.3 |
| 1481 | 2026-07-17T04:12:55.014Z | Compiling ipnet v2.11.0 |
| 1482 | 2026-07-17T04:12:55.130Z | Compiling icu_properties v2.1.2 |
| 1483 | 2026-07-17T04:12:55.187Z | Compiling icu_normalizer v2.1.1 |
| 1484 | 2026-07-17T04:12:55.228Z | Compiling pkcs8 v0.10.2 |
| 1485 | 2026-07-17T04:12:55.309Z | Compiling derive_builder_macro v0.20.2 |
| 1486 | 2026-07-17T04:12:55.428Z | Compiling tokio v1.52.1 |
| 1487 | 2026-07-17T04:12:55.511Z | Compiling http v1.4.2 |
| 1488 | 2026-07-17T04:12:55.528Z | Compiling scroll v0.12.0 |
| 1489 | 2026-07-17T04:12:55.564Z | Compiling thiserror v1.0.69 |
| 1490 | 2026-07-17T04:12:55.592Z | Compiling hex v0.4.3 |
| 1491 | 2026-07-17T04:12:55.613Z | Compiling serde_tokenstream v0.2.3 |
| 1492 | 2026-07-17T04:12:55.684Z | Compiling serde_spanned v0.6.9 |
| 1493 | 2026-07-17T04:12:55.746Z | Compiling toml_datetime v0.6.11 |
| 1494 | 2026-07-17T04:12:55.820Z | Compiling serde_urlencoded v0.7.1 |
| 1495 | 2026-07-17T04:12:55.838Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-07-17T04:12:55.849Z | Compiling block-buffer v0.12.1 |
| 1497 | 2026-07-17T04:12:55.879Z | Compiling block-padding v0.4.2 |
| 1498 | 2026-07-17T04:12:55.940Z | Compiling signature v2.2.0 |
| 1499 | 2026-07-17T04:12:56.023Z | Compiling idna_adapter v1.2.1 |
| 1500 | 2026-07-17T04:12:56.048Z | Compiling md-5 v0.10.6 |
| 1501 | 2026-07-17T04:12:56.063Z | Compiling darling_macro v0.23.0 |
| 1502 | 2026-07-17T04:12:56.084Z | Compiling rustls-native-certs v0.8.3 |
| 1503 | 2026-07-17T04:12:56.136Z | Compiling idna v1.1.0 |
| 1504 | 2026-07-17T04:12:56.176Z | Compiling http-body v1.0.1 |
| 1505 | 2026-07-17T04:12:56.254Z | Compiling bstr v1.12.1 |
| 1506 | 2026-07-17T04:12:56.270Z | Compiling ppv-lite86 v0.2.21 |
| 1507 | 2026-07-17T04:12:56.354Z | Compiling http-body-util v0.1.3 |
| 1508 | 2026-07-17T04:12:56.373Z | Compiling pin-project-internal v1.1.11 |
| 1509 | 2026-07-17T04:12:56.415Z | Compiling async-trait v0.1.89 |
| 1510 | 2026-07-17T04:12:56.429Z | Compiling zerocopy-derive v0.7.35 |
| 1511 | 2026-07-17T04:12:56.472Z | Compiling url v2.5.8 |
| 1512 | 2026-07-17T04:12:56.518Z | Compiling camino v1.2.2 |
| 1513 | 2026-07-17T04:12:56.582Z | Compiling curve25519-dalek v4.1.3 |
| 1514 | 2026-07-17T04:12:56.647Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2026-07-17T04:12:56.676Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-07-17T04:12:56.897Z | Compiling rand v0.9.2 |
| 1517 | 2026-07-17T04:12:56.945Z | Compiling num-integer v0.1.46 |
| 1518 | 2026-07-17T04:12:56.948Z | Compiling vergen-lib v9.1.0 |
| 1519 | 2026-07-17T04:12:56.979Z | Compiling hash32 v0.2.1 |
| 1520 | 2026-07-17T04:12:56.993Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-07-17T04:12:57.188Z | Compiling memoffset v0.9.1 |
| 1522 | 2026-07-17T04:12:57.290Z | Compiling dof v0.4.0 |
| 1523 | 2026-07-17T04:12:57.365Z | Compiling ref-cast v1.0.25 |
| 1524 | 2026-07-17T04:12:57.381Z | Compiling smoltcp v0.9.1 |
| 1525 | 2026-07-17T04:12:57.430Z | Compiling zlib-rs v0.6.2 |
| 1526 | 2026-07-17T04:12:57.445Z | Compiling mime v0.3.17 |
| 1527 | 2026-07-17T04:12:57.449Z | Compiling fallible-iterator v0.2.0 |
| 1528 | 2026-07-17T04:12:57.521Z | Compiling proptest v1.10.0 |
| 1529 | 2026-07-17T04:12:57.552Z | Compiling litrs v1.0.0 |
| 1530 | 2026-07-17T04:12:57.599Z | Compiling psl-types v2.0.11 |
| 1531 | 2026-07-17T04:12:57.709Z | Compiling rustix v0.38.44 |
| 1532 | 2026-07-17T04:12:57.726Z | Compiling cfg_aliases v0.2.1 |
| 1533 | 2026-07-17T04:12:57.743Z | Compiling num-bigint-dig v0.8.6 |
| 1534 | 2026-07-17T04:12:57.746Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-07-17T04:12:57.808Z | Compiling publicsuffix v2.3.0 |
| 1536 | 2026-07-17T04:12:57.821Z | Compiling nix v0.31.2 |
| 1537 | 2026-07-17T04:12:57.836Z | Compiling pin-project v1.1.11 |
| 1538 | 2026-07-17T04:12:57.945Z | Compiling zerocopy v0.7.35 |
| 1539 | 2026-07-17T04:12:57.980Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-07-17T04:12:58.072Z | Compiling document-features v0.2.12 |
| 1541 | 2026-07-17T04:12:58.221Z | Compiling oxnet v0.1.6 |
| 1542 | 2026-07-17T04:12:58.235Z | Compiling num-iter v0.1.45 |
| 1543 | 2026-07-17T04:12:58.364Z | Compiling rand v0.8.6 |
| 1544 | 2026-07-17T04:12:58.403Z | Compiling darling v0.23.0 |
| 1545 | 2026-07-17T04:12:58.526Z | Compiling inout v0.2.2 |
| 1546 | 2026-07-17T04:12:58.532Z | Compiling derive_builder v0.20.2 |
| 1547 | 2026-07-17T04:12:58.555Z | Compiling goblin v0.8.2 |
| 1548 | 2026-07-17T04:12:58.559Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-07-17T04:12:58.639Z | Compiling futures-executor v0.3.32 |
| 1550 | 2026-07-17T04:12:58.668Z | Compiling regex v1.12.3 |
| 1551 | 2026-07-17T04:12:58.800Z | Compiling strum_macros v0.27.2 |
| 1552 | 2026-07-17T04:12:58.815Z | Compiling ref-cast-impl v1.0.25 |
| 1553 | 2026-07-17T04:12:58.821Z | Compiling snafu-derive v0.8.9 |
| 1554 | 2026-07-17T04:12:58.844Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-07-17T04:12:58.917Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1556 | 2026-07-17T04:12:59.055Z | Compiling phf_shared v0.13.1 |
| 1557 | 2026-07-17T04:12:59.121Z | Compiling terminal_size v0.4.3 |
| 1558 | 2026-07-17T04:12:59.243Z | Compiling tokio-util v0.7.18 |
| 1559 | 2026-07-17T04:12:59.260Z | Compiling tower v0.5.3 |
| 1560 | 2026-07-17T04:12:59.278Z | Compiling tokio-native-tls v0.3.1 |
| 1561 | 2026-07-17T04:12:59.296Z | Compiling lazy_static v1.5.0 |
| 1562 | 2026-07-17T04:12:59.307Z | Compiling anstyle-parse v0.2.7 |
| 1563 | 2026-07-17T04:12:59.321Z | Compiling cargo-platform v0.3.2 |
| 1564 | 2026-07-17T04:12:59.398Z | Compiling vergen v9.1.0 |
| 1565 | 2026-07-17T04:12:59.413Z | Compiling ff v0.13.1 |
| 1566 | 2026-07-17T04:12:59.467Z | Compiling fs-err v3.3.0 |
| 1567 | 2026-07-17T04:12:59.520Z | Compiling ahash v0.8.12 |
| 1568 | 2026-07-17T04:12:59.568Z | Compiling bitflags v1.3.2 |
| 1569 | 2026-07-17T04:12:59.602Z | Compiling bumpalo v3.20.2 |
| 1570 | 2026-07-17T04:12:59.616Z | Compiling managed v0.8.0 |
| 1571 | 2026-07-17T04:12:59.620Z | Compiling base16ct v0.2.0 |
| 1572 | 2026-07-17T04:12:59.645Z | Compiling foldhash v0.1.5 |
| 1573 | 2026-07-17T04:12:59.665Z | Compiling same-file v1.0.6 |
| 1574 | 2026-07-17T04:12:59.692Z | Compiling tower-http v0.6.8 |
| 1575 | 2026-07-17T04:12:59.766Z | Compiling unicode-segmentation v1.12.0 |
| 1576 | 2026-07-17T04:12:59.769Z | Compiling libbz2-rs-sys v0.2.2 |
| 1577 | 2026-07-17T04:12:59.815Z | Compiling winnow v0.5.40 |
| 1578 | 2026-07-17T04:12:59.828Z | Compiling object v0.37.3 |
| 1579 | 2026-07-17T04:12:59.844Z | Compiling foldhash v0.2.0 |
| 1580 | 2026-07-17T04:12:59.872Z | Compiling zopfli v0.8.3 |
| 1581 | 2026-07-17T04:13:00.092Z | Compiling h2 v0.4.15 |
| 1582 | 2026-07-17T04:13:00.115Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-07-17T04:13:00.177Z | Compiling hashbrown v0.16.1 |
| 1584 | 2026-07-17T04:13:00.194Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-07-17T04:13:00.303Z | Compiling hashbrown v0.15.5 |
| 1586 | 2026-07-17T04:13:00.412Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-07-17T04:13:00.465Z | Compiling daft v0.1.7 |
| 1588 | 2026-07-17T04:13:00.479Z | Compiling walkdir v2.5.0 |
| 1589 | 2026-07-17T04:13:00.603Z | Compiling clap_builder v4.6.0 |
| 1590 | 2026-07-17T04:13:00.659Z | Compiling sec1 v0.7.3 |
| 1591 | 2026-07-17T04:13:00.796Z | Compiling snafu v0.8.9 |
| 1592 | 2026-07-17T04:13:00.796Z | Compiling dof v0.3.0 |
| 1593 | 2026-07-17T04:13:00.799Z | Compiling strum v0.27.2 |
| 1594 | 2026-07-17T04:13:00.799Z | Compiling group v0.13.0 |
| 1595 | 2026-07-17T04:13:00.850Z | Compiling cargo_metadata v0.23.1 |
| 1596 | 2026-07-17T04:13:00.867Z | Compiling anstream v0.6.21 |
| 1597 | 2026-07-17T04:13:00.974Z | Compiling phf v0.13.1 |
| 1598 | 2026-07-17T04:13:00.997Z | Compiling signal-hook-mio v0.2.5 |
| 1599 | 2026-07-17T04:13:01.011Z | Compiling hubpack v0.1.2 |
| 1600 | 2026-07-17T04:13:01.136Z | Compiling toml_edit v0.19.15 |
| 1601 | 2026-07-17T04:13:01.155Z | Compiling cookie_store v0.22.1 |
| 1602 | 2026-07-17T04:13:01.187Z | Compiling usdt-attr-macro v0.6.0 |
| 1603 | 2026-07-17T04:13:01.192Z | Compiling usdt-macro v0.6.0 |
| 1604 | 2026-07-17T04:13:01.223Z | Compiling futures v0.3.32 |
| 1605 | 2026-07-17T04:13:01.244Z | Compiling bzip2 v0.4.4 |
| 1606 | 2026-07-17T04:13:01.259Z | Compiling cipher v0.5.2 |
| 1607 | 2026-07-17T04:13:01.467Z | Compiling serde_with_macros v3.21.0 |
| 1608 | 2026-07-17T04:13:01.673Z | Compiling zstd v0.13.3 |
| 1609 | 2026-07-17T04:13:01.746Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-07-17T04:13:01.888Z | Compiling globset v0.4.18 |
| 1611 | 2026-07-17T04:13:01.958Z | Compiling ed25519 v2.2.3 |
| 1612 | 2026-07-17T04:13:02.046Z | Compiling dtrace-parser v0.2.0 |
| 1613 | 2026-07-17T04:13:02.087Z | Compiling pkcs1 v0.7.5 |
| 1614 | 2026-07-17T04:13:02.117Z | Compiling olpc-cjson v0.1.4 |
| 1615 | 2026-07-17T04:13:02.298Z | Compiling serde_plain v1.0.2 |
| 1616 | 2026-07-17T04:13:02.310Z | Compiling serde-big-array v0.5.1 |
| 1617 | 2026-07-17T04:13:02.332Z | Compiling hkdf v0.12.4 |
| 1618 | 2026-07-17T04:13:02.467Z | Compiling crypto-bigint v0.5.5 |
| 1619 | 2026-07-17T04:13:02.507Z | Compiling async-recursion v1.1.1 |
| 1620 | 2026-07-17T04:13:02.521Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-07-17T04:13:02.524Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-07-17T04:13:02.615Z | Compiling clap_derive v4.6.1 |
| 1623 | 2026-07-17T04:13:02.671Z | Compiling strum_macros v0.26.4 |
| 1624 | 2026-07-17T04:13:02.810Z | Compiling phf_shared v0.11.3 |
| 1625 | 2026-07-17T04:13:02.833Z | Compiling float-cmp v0.10.0 |
| 1626 | 2026-07-17T04:13:02.908Z | Compiling pem v3.0.6 |
| 1627 | 2026-07-17T04:13:02.996Z | Compiling thread-id v4.2.2 |
| 1628 | 2026-07-17T04:13:03.012Z | Compiling memmap2 v0.9.10 |
| 1629 | 2026-07-17T04:13:03.083Z | Compiling env_filter v1.0.0 |
| 1630 | 2026-07-17T04:13:03.113Z | Compiling static_assertions v1.1.0 |
| 1631 | 2026-07-17T04:13:03.125Z | Compiling normalize-line-endings v0.3.0 |
| 1632 | 2026-07-17T04:13:03.188Z | Compiling new_debug_unreachable v1.0.6 |
| 1633 | 2026-07-17T04:13:03.217Z | Compiling fixedbitset v0.5.7 |
| 1634 | 2026-07-17T04:13:03.235Z | Compiling predicates-core v1.0.10 |
| 1635 | 2026-07-17T04:13:03.253Z | Compiling hyper v1.10.1 |
| 1636 | 2026-07-17T04:13:03.269Z | Compiling either v1.15.0 |
| 1637 | 2026-07-17T04:13:03.269Z | Compiling keccak v0.1.6 |
| 1638 | 2026-07-17T04:13:03.425Z | Compiling cpufeatures v0.3.0 |
| 1639 | 2026-07-17T04:13:03.439Z | Compiling jiff v0.2.21 |
| 1640 | 2026-07-17T04:13:03.514Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-07-17T04:13:03.518Z | Compiling difflib v0.4.0 |
| 1642 | 2026-07-17T04:13:03.549Z | Compiling whoami v2.1.0 |
| 1643 | 2026-07-17T04:13:03.683Z | Compiling const-oid v0.10.2 |
| 1644 | 2026-07-17T04:13:03.776Z | Compiling typed-path v0.9.3 |
| 1645 | 2026-07-17T04:13:03.869Z | Compiling precomputed-hash v0.1.1 |
| 1646 | 2026-07-17T04:13:03.890Z | Compiling winnow v1.0.3 |
| 1647 | 2026-07-17T04:13:03.915Z | Compiling data-encoding v2.10.0 |
| 1648 | 2026-07-17T04:13:03.954Z | Compiling toml_edit v0.22.27 |
| 1649 | 2026-07-17T04:13:03.960Z | Compiling string_cache v0.8.9 |
| 1650 | 2026-07-17T04:13:04.039Z | Compiling digest v0.11.3 |
| 1651 | 2026-07-17T04:13:04.117Z | Compiling predicates v3.1.4 |
| 1652 | 2026-07-17T04:13:04.221Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1653 | 2026-07-17T04:13:04.251Z | Compiling hickory-proto v0.25.2 |
| 1654 | 2026-07-17T04:13:04.275Z | Compiling tokio-postgres v0.7.16 |
| 1655 | 2026-07-17T04:13:04.334Z | Compiling petgraph v0.6.5 |
| 1656 | 2026-07-17T04:13:04.476Z | Compiling hyper-util v0.1.20 |
| 1657 | 2026-07-17T04:13:04.504Z | Compiling strum v0.26.3 |
| 1658 | 2026-07-17T04:13:04.622Z | Compiling clap v4.6.1 |
| 1659 | 2026-07-17T04:13:04.641Z | Compiling chacha20 v0.10.0 |
| 1660 | 2026-07-17T04:13:04.662Z | Compiling itertools v0.13.0 |
| 1661 | 2026-07-17T04:13:04.715Z | Compiling elliptic-curve v0.13.8 |
| 1662 | 2026-07-17T04:13:04.796Z | Compiling petgraph v0.8.3 |
| 1663 | 2026-07-17T04:13:04.881Z | Compiling sha3 v0.10.8 |
| 1664 | 2026-07-17T04:13:04.922Z | Compiling env_logger v0.11.9 |
| 1665 | 2026-07-17T04:13:05.018Z | Compiling usdt v0.6.0 |
| 1666 | 2026-07-17T04:13:05.036Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1667 | 2026-07-17T04:13:05.136Z | Compiling usdt-impl v0.5.0 |
| 1668 | 2026-07-17T04:13:05.295Z | Compiling serde_with v3.21.0 |
| 1669 | 2026-07-17T04:13:05.314Z | Compiling toml v0.7.8 |
| 1670 | 2026-07-17T04:13:05.357Z | Compiling crossterm v0.28.1 |
| 1671 | 2026-07-17T04:13:05.735Z | Compiling rsa v0.9.10 |
| 1672 | 2026-07-17T04:13:05.858Z | Compiling hyper-tls v0.6.0 |
| 1673 | 2026-07-17T04:13:05.927Z | Compiling ed25519-dalek v2.2.0 |
| 1674 | 2026-07-17T04:13:06.111Z | Compiling reqwest v0.12.28 |
| 1675 | 2026-07-17T04:13:06.241Z | Compiling zip v4.6.1 |
| 1676 | 2026-07-17T04:13:06.516Z | Compiling zip v0.6.6 |
| 1677 | 2026-07-17T04:13:06.619Z | Compiling iddqd v0.4.2 |
| 1678 | 2026-07-17T04:13:06.788Z | Compiling heck v0.4.1 |
| 1679 | 2026-07-17T04:13:06.984Z | Compiling similar v2.7.0 |
| 1680 | 2026-07-17T04:13:07.029Z | Compiling tokio-stream v0.1.18 |
| 1681 | 2026-07-17T04:13:07.119Z | Compiling buf-list v1.1.2 |
| 1682 | 2026-07-17T04:13:07.136Z | Compiling byte-wrapper v0.1.0 |
| 1683 | 2026-07-17T04:13:07.165Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1684 | 2026-07-17T04:13:07.289Z | Compiling x509-cert v0.2.5 |
| 1685 | 2026-07-17T04:13:07.412Z | Compiling openapiv3 v2.2.0 |
| 1686 | 2026-07-17T04:13:07.487Z | Compiling crossbeam-epoch v0.9.18 |
| 1687 | 2026-07-17T04:13:07.507Z | Compiling peg-runtime v0.8.5 |
| 1688 | 2026-07-17T04:13:07.523Z | Compiling lalrpop-util v0.19.12 |
| 1689 | 2026-07-17T04:13:07.710Z | Compiling thread_local v1.1.9 |
| 1690 | 2026-07-17T04:13:07.732Z | Compiling slog-async v2.8.0 |
| 1691 | 2026-07-17T04:13:07.809Z | Compiling crossbeam-channel v0.5.15 |
| 1692 | 2026-07-17T04:13:07.835Z | Compiling filetime v0.2.27 |
| 1693 | 2026-07-17T04:13:07.873Z | Compiling is-terminal v0.4.17 |
| 1694 | 2026-07-17T04:13:07.916Z | Compiling xattr v1.6.1 |
| 1695 | 2026-07-17T04:13:07.950Z | Compiling take_mut v0.2.2 |
| 1696 | 2026-07-17T04:13:07.987Z | Compiling term v1.2.1 |
| 1697 | 2026-07-17T04:13:08.003Z | Compiling camino-tempfile v1.4.1 |
| 1698 | 2026-07-17T04:13:08.041Z | Compiling tar v0.4.46 |
| 1699 | 2026-07-17T04:13:08.269Z | Compiling slog-term v2.9.2 |
| 1700 | 2026-07-17T04:13:25.840Z | Compiling rustls-webpki v0.103.13 |
| 1701 | 2026-07-17T04:13:28.508Z | Compiling tokio-rustls v0.26.4 |
| 1702 | 2026-07-17T04:13:28.508Z | Compiling rustls-platform-verifier v0.6.2 |
| 1703 | 2026-07-17T04:13:28.520Z | Compiling tough v0.22.0 |
| 1704 | 2026-07-17T04:13:28.695Z | Compiling hyper-rustls v0.27.7 |
| 1705 | 2026-07-17T04:13:28.884Z | Compiling reqwest v0.13.2 |
| 1706 | 2026-07-17T04:13:31.043Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1707 | 2026-07-17T04:13:31.299Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1708 | 2026-07-17T04:13:34.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.83s |
| 1709 | 2026-07-17T04:13:34.245Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1710 | 2026-07-17T04:13:34.351Z | Jul 17 04:13:33.451 INFO Starting download, target: Clickhouse |
| 1711 | 2026-07-17T04:13:34.351Z | Jul 17 04:13:33.452 INFO Starting download, target: Cockroach |
| 1712 | 2026-07-17T04:13:34.351Z | Jul 17 04:13:33.452 INFO Starting download, target: Console |
| 1713 | 2026-07-17T04:13:34.352Z | Jul 17 04:13:33.452 INFO Starting download, target: DendriteStub |
| 1714 | 2026-07-17T04:13:34.352Z | Jul 17 04:13:33.452 INFO Starting download, target: MaghemiteMgd |
| 1715 | 2026-07-17T04:13:34.361Z | Jul 17 04:13:33.452 INFO Starting download, target: MaghemiteDdmd |
| 1716 | 2026-07-17T04:13:34.361Z | Jul 17 04:13:33.452 INFO Starting download, target: TransceiverControl |
| 1717 | 2026-07-17T04:13:34.361Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1718 | 2026-07-17T04:13:34.362Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1719 | 2026-07-17T04:13:34.362Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1720 | 2026-07-17T04:13:34.362Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1721 | 2026-07-17T04:13:34.362Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1722 | 2026-07-17T04:13:34.362Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1723 | 2026-07-17T04:13:34.362Z | Jul 17 04:13:33.453 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1724 | 2026-07-17T04:13:34.860Z | Jul 17 04:13:33.999 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1725 | 2026-07-17T04:13:35.135Z | Jul 17 04:13:34.216 INFO Download complete, target: TransceiverControl |
| 1726 | 2026-07-17T04:13:36.440Z | Jul 17 04:13:35.548 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1727 | 2026-07-17T04:13:36.520Z | Jul 17 04:13:35.662 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1728 | 2026-07-17T04:13:36.682Z | Jul 17 04:13:35.825 INFO Download complete, target: Console |
| 1729 | 2026-07-17T04:13:37.183Z | Jul 17 04:13:36.330 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1730 | 2026-07-17T04:13:37.335Z | Jul 17 04:13:36.479 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1731 | 2026-07-17T04:13:37.773Z | Jul 17 04:13:36.919 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1732 | 2026-07-17T04:13:38.500Z | Jul 17 04:13:37.661 INFO Download complete, target: MaghemiteDdmd |
| 1733 | 2026-07-17T04:13:38.548Z | Jul 17 04:13:37.714 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1734 | 2026-07-17T04:13:38.548Z | Jul 17 04:13:37.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1735 | 2026-07-17T04:13:39.896Z | Jul 17 04:13:39.062 INFO Download complete, target: DendriteStub |
| 1736 | 2026-07-17T04:13:40.420Z | Jul 17 04:13:39.585 INFO Download complete, target: MaghemiteMgd |
| 1737 | 2026-07-17T04:13:43.362Z | Jul 17 04:13:42.528 INFO Checking that binary works, target: Cockroach |
| 1738 | 2026-07-17T04:13:43.487Z | Jul 17 04:13:42.653 INFO Download complete, target: Cockroach |
| 1739 | 2026-07-17T04:13:44.164Z | Jul 17 04:13:43.330 INFO Checking that binary works, target: Clickhouse |
| 1740 | 2026-07-17T04:13:44.253Z | Jul 17 04:13:43.416 INFO Download complete, target: Clickhouse |
| 1741 | 2026-07-17T04:13:44.258Z | All prerequisites installed successfully |
| 1742 | 2026-07-17T04:13:44.258Z | |
| 1743 | 2026-07-17T04:13:44.258Z | real 1:45.093645578 |
| 1744 | 2026-07-17T04:13:44.258Z | user 6:37.585284751 |
| 1745 | 2026-07-17T04:13:44.258Z | sys 1:39.775125589 |
| 1746 | 2026-07-17T04:13:44.258Z | trap 0.265157684 |
| 1747 | 2026-07-17T04:13:44.258Z | tflt 0.770965400 |
| 1748 | 2026-07-17T04:13:44.258Z | dflt 1.845572912 |
| 1749 | 2026-07-17T04:13:44.258Z | kflt 0.023251023 |
| 1750 | 2026-07-17T04:13:44.258Z | lock 23:55.647855796 |
| 1751 | 2026-07-17T04:13:44.258Z | slp 18:08.725345220 |
| 1752 | 2026-07-17T04:13:44.258Z | lat 24.592918868 |
| 1753 | 2026-07-17T04:13:44.262Z | stop 2:45.010557419 |
| 1754 | 2026-07-17T04:13:44.262Z | + ptime -m cargo xtask download softnpu |
| 1755 | 2026-07-17T04:13:44.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1756 | 2026-07-17T04:13:44.720Z | Running `target/debug/xtask download softnpu` |
| 1757 | 2026-07-17T04:13:45.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1758 | 2026-07-17T04:13:45.503Z | Running `target/debug/xtask-downloader softnpu` |
| 1759 | 2026-07-17T04:13:45.542Z | Jul 17 04:13:44.709 INFO Starting download, target: Softnpu |
| 1760 | 2026-07-17T04:13:45.546Z | Jul 17 04:13:44.709 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1761 | 2026-07-17T04:13:46.098Z | Jul 17 04:13:45.264 INFO Download complete, target: Softnpu |
| 1762 | 2026-07-17T04:13:46.101Z | |
| 1763 | 2026-07-17T04:13:46.101Z | real 1.839283194 |
| 1764 | 2026-07-17T04:13:46.101Z | user 1.261004105 |
| 1765 | 2026-07-17T04:13:46.102Z | sys 0.579384551 |
| 1766 | 2026-07-17T04:13:46.102Z | trap 0.000648073 |
| 1767 | 2026-07-17T04:13:46.102Z | tflt 0.000038993 |
| 1768 | 2026-07-17T04:13:46.102Z | dflt 0.000435769 |
| 1769 | 2026-07-17T04:13:46.102Z | kflt 0.000000000 |
| 1770 | 2026-07-17T04:13:46.102Z | lock 9.899586056 |
| 1771 | 2026-07-17T04:13:46.102Z | slp 0.428996251 |
| 1772 | 2026-07-17T04:13:46.102Z | lat 0.081398483 |
| 1773 | 2026-07-17T04:13:46.102Z | stop 0.000344450 |
| 1774 | 2026-07-17T04:13:46.105Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-07-17T04:13:46.105Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-07-17T04:13:46.106Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1777 | 2026-07-17T04:13:46.950Z | Compiling proc-macro2 v1.0.106 |
| 1778 | 2026-07-17T04:13:46.950Z | Compiling quote v1.0.45 |
| 1779 | 2026-07-17T04:13:46.950Z | Compiling unicode-ident v1.0.24 |
| 1780 | 2026-07-17T04:13:46.950Z | Compiling libc v0.2.185 |
| 1781 | 2026-07-17T04:13:46.955Z | Compiling serde_core v1.0.228 |
| 1782 | 2026-07-17T04:13:46.955Z | Compiling serde v1.0.228 |
| 1783 | 2026-07-17T04:13:46.955Z | Compiling cfg-if v1.0.4 |
| 1784 | 2026-07-17T04:13:46.955Z | Compiling version_check v0.9.5 |
| 1785 | 2026-07-17T04:13:46.955Z | Compiling find-msvc-tools v0.1.9 |
| 1786 | 2026-07-17T04:13:46.955Z | Compiling shlex v1.3.0 |
| 1787 | 2026-07-17T04:13:46.955Z | Compiling zmij v1.0.21 |
| 1788 | 2026-07-17T04:13:47.095Z | Compiling memchr v2.8.0 |
| 1789 | 2026-07-17T04:13:47.098Z | Compiling serde_json v1.0.150 |
| 1790 | 2026-07-17T04:13:47.098Z | Compiling autocfg v1.5.0 |
| 1791 | 2026-07-17T04:13:47.257Z | Compiling portable-atomic v1.13.1 |
| 1792 | 2026-07-17T04:13:47.261Z | Compiling getrandom v0.4.1 |
| 1793 | 2026-07-17T04:13:47.438Z | Compiling zerocopy v0.8.40 |
| 1794 | 2026-07-17T04:13:47.452Z | Compiling libm v0.2.16 |
| 1795 | 2026-07-17T04:13:47.574Z | Compiling parking_lot_core v0.9.12 |
| 1796 | 2026-07-17T04:13:47.582Z | Compiling icu_properties_data v2.1.2 |
| 1797 | 2026-07-17T04:13:47.582Z | Compiling icu_normalizer_data v2.1.1 |
| 1798 | 2026-07-17T04:13:47.582Z | Compiling smallvec v1.15.1 |
| 1799 | 2026-07-17T04:13:47.654Z | Compiling num-traits v0.2.19 |
| 1800 | 2026-07-17T04:13:47.657Z | Compiling generic-array v0.14.7 |
| 1801 | 2026-07-17T04:13:47.780Z | Compiling itoa v1.0.17 |
| 1802 | 2026-07-17T04:13:47.825Z | Compiling log v0.4.29 |
| 1803 | 2026-07-17T04:13:47.868Z | Compiling subtle v2.6.1 |
| 1804 | 2026-07-17T04:13:47.872Z | Compiling pkg-config v0.3.32 |
| 1805 | 2026-07-17T04:13:47.883Z | Compiling stable_deref_trait v1.2.1 |
| 1806 | 2026-07-17T04:13:47.928Z | Compiling typenum v1.20.1 |
| 1807 | 2026-07-17T04:13:48.004Z | Compiling scopeguard v1.2.0 |
| 1808 | 2026-07-17T04:13:48.086Z | Compiling jobserver v0.1.34 |
| 1809 | 2026-07-17T04:13:48.089Z | Compiling errno v0.3.14 |
| 1810 | 2026-07-17T04:13:48.135Z | Compiling lock_api v0.4.14 |
| 1811 | 2026-07-17T04:13:48.148Z | Compiling rand_core v0.10.0 |
| 1812 | 2026-07-17T04:13:48.216Z | Compiling pin-project-lite v0.2.17 |
| 1813 | 2026-07-17T04:13:48.247Z | Compiling getrandom v0.3.4 |
| 1814 | 2026-07-17T04:13:48.267Z | Compiling thiserror v2.0.18 |
| 1815 | 2026-07-17T04:13:48.307Z | Compiling cc v1.2.56 |
| 1816 | 2026-07-17T04:13:48.368Z | Compiling writeable v0.6.2 |
| 1817 | 2026-07-17T04:13:48.392Z | Compiling equivalent v1.0.2 |
| 1818 | 2026-07-17T04:13:48.396Z | Compiling litemap v0.8.1 |
| 1819 | 2026-07-17T04:13:48.402Z | Compiling syn v2.0.117 |
| 1820 | 2026-07-17T04:13:48.415Z | Compiling percent-encoding v2.3.2 |
| 1821 | 2026-07-17T04:13:48.445Z | Compiling fnv v1.0.7 |
| 1822 | 2026-07-17T04:13:48.476Z | Compiling getrandom v0.2.17 |
| 1823 | 2026-07-17T04:13:48.549Z | Compiling schemars v0.8.22 |
| 1824 | 2026-07-17T04:13:48.577Z | Compiling rustversion v1.0.22 |
| 1825 | 2026-07-17T04:13:48.628Z | Compiling rand_core v0.6.4 |
| 1826 | 2026-07-17T04:13:48.689Z | Compiling fs_extra v1.3.0 |
| 1827 | 2026-07-17T04:13:48.702Z | Compiling dunce v1.0.5 |
| 1828 | 2026-07-17T04:13:48.730Z | Compiling critical-section v1.2.0 |
| 1829 | 2026-07-17T04:13:48.734Z | Compiling rustix v1.1.3 |
| 1830 | 2026-07-17T04:13:48.846Z | Compiling hashbrown v0.17.0 |
| 1831 | 2026-07-17T04:13:48.930Z | Compiling signal-hook-registry v1.4.8 |
| 1832 | 2026-07-17T04:13:49.020Z | Compiling heck v0.5.0 |
| 1833 | 2026-07-17T04:13:49.034Z | Compiling utf8_iter v1.0.4 |
| 1834 | 2026-07-17T04:13:49.047Z | Compiling strsim v0.11.1 |
| 1835 | 2026-07-17T04:13:49.122Z | Compiling cmake v0.1.57 |
| 1836 | 2026-07-17T04:13:49.224Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-07-17T04:13:49.237Z | Compiling parking_lot v0.12.5 |
| 1838 | 2026-07-17T04:13:49.364Z | Compiling semver v1.0.28 |
| 1839 | 2026-07-17T04:13:49.419Z | Compiling indexmap v2.14.0 |
| 1840 | 2026-07-17T04:13:49.447Z | Compiling form_urlencoded v1.2.2 |
| 1841 | 2026-07-17T04:13:49.468Z | Compiling mio v1.2.0 |
| 1842 | 2026-07-17T04:13:49.492Z | Compiling socket2 v0.6.3 |
| 1843 | 2026-07-17T04:13:49.506Z | Compiling aws-lc-rs v1.16.3 |
| 1844 | 2026-07-17T04:13:49.636Z | Compiling bitflags v2.11.0 |
| 1845 | 2026-07-17T04:13:49.667Z | Compiling aws-lc-sys v0.40.0 |
| 1846 | 2026-07-17T04:13:49.691Z | Compiling futures-core v0.3.32 |
| 1847 | 2026-07-17T04:13:49.742Z | Compiling ident_case v1.0.1 |
| 1848 | 2026-07-17T04:13:49.833Z | Compiling httparse v1.10.1 |
| 1849 | 2026-07-17T04:13:50.184Z | Compiling byteorder v1.5.0 |
| 1850 | 2026-07-17T04:13:50.242Z | Compiling ucd-trie v0.1.7 |
| 1851 | 2026-07-17T04:13:50.242Z | Compiling thiserror v1.0.69 |
| 1852 | 2026-07-17T04:13:50.282Z | Compiling iana-time-zone v0.1.65 |
| 1853 | 2026-07-17T04:13:50.282Z | Compiling syn v1.0.109 |
| 1854 | 2026-07-17T04:13:50.294Z | Compiling regex-syntax v0.8.10 |
| 1855 | 2026-07-17T04:13:50.341Z | Compiling pest v2.8.6 |
| 1856 | 2026-07-17T04:13:50.359Z | Compiling vcpkg v0.2.15 |
| 1857 | 2026-07-17T04:13:50.425Z | Compiling const-oid v0.9.6 |
| 1858 | 2026-07-17T04:13:50.567Z | Compiling uuid v1.23.4 |
| 1859 | 2026-07-17T04:13:50.726Z | Compiling rustc_version v0.4.1 |
| 1860 | 2026-07-17T04:13:50.795Z | Compiling rustls v0.23.41 |
| 1861 | 2026-07-17T04:13:50.829Z | Compiling futures-sink v0.3.32 |
| 1862 | 2026-07-17T04:13:50.916Z | Compiling openssl-sys v0.9.115 |
| 1863 | 2026-07-17T04:13:50.933Z | Compiling futures-channel v0.3.32 |
| 1864 | 2026-07-17T04:13:50.969Z | Compiling aho-corasick v1.1.4 |
| 1865 | 2026-07-17T04:13:51.032Z | Compiling futures-io v0.3.32 |
| 1866 | 2026-07-17T04:13:51.149Z | Compiling slab v0.4.12 |
| 1867 | 2026-07-17T04:13:51.267Z | Compiling futures-task v0.3.32 |
| 1868 | 2026-07-17T04:13:51.317Z | Compiling synstructure v0.13.2 |
| 1869 | 2026-07-17T04:13:51.317Z | Compiling serde_derive_internals v0.29.1 |
| 1870 | 2026-07-17T04:13:51.476Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-07-17T04:13:51.520Z | Compiling time-core v0.1.8 |
| 1872 | 2026-07-17T04:13:51.520Z | Compiling crc32fast v1.5.0 |
| 1873 | 2026-07-17T04:13:51.547Z | Compiling num-conv v0.2.0 |
| 1874 | 2026-07-17T04:13:51.617Z | Compiling dyn-clone v1.0.20 |
| 1875 | 2026-07-17T04:13:51.681Z | Compiling plain v0.2.3 |
| 1876 | 2026-07-17T04:13:51.705Z | Compiling time-macros v0.2.27 |
| 1877 | 2026-07-17T04:13:51.813Z | Compiling base64 v0.22.1 |
| 1878 | 2026-07-17T04:13:51.852Z | Compiling crossbeam-utils v0.8.21 |
| 1879 | 2026-07-17T04:13:51.852Z | Compiling openssl v0.10.79 |
| 1880 | 2026-07-17T04:13:51.887Z | Compiling regex-automata v0.4.14 |
| 1881 | 2026-07-17T04:13:51.957Z | Compiling pretty-hex v0.4.1 |
| 1882 | 2026-07-17T04:13:52.002Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1883 | 2026-07-17T04:13:52.127Z | Compiling pest_generator v2.8.6 |
| 1884 | 2026-07-17T04:13:52.158Z | Compiling anyhow v1.0.102 |
| 1885 | 2026-07-17T04:13:52.187Z | Compiling native-tls v0.2.18 |
| 1886 | 2026-07-17T04:13:52.366Z | Compiling rand_core v0.9.5 |
| 1887 | 2026-07-17T04:13:52.436Z | Compiling slog v2.8.2 |
| 1888 | 2026-07-17T04:13:52.476Z | Compiling tracing-core v0.1.36 |
| 1889 | 2026-07-17T04:13:52.555Z | Compiling cookie v0.18.1 |
| 1890 | 2026-07-17T04:13:52.605Z | Compiling serde_derive v1.0.228 |
| 1891 | 2026-07-17T04:13:52.619Z | Compiling zeroize_derive v1.4.3 |
| 1892 | 2026-07-17T04:13:52.663Z | Compiling zerofrom-derive v0.1.6 |
| 1893 | 2026-07-17T04:13:52.738Z | Compiling yoke-derive v0.8.1 |
| 1894 | 2026-07-17T04:13:52.781Z | Compiling zerovec-derive v0.11.2 |
| 1895 | 2026-07-17T04:13:52.781Z | Compiling displaydoc v0.2.5 |
| 1896 | 2026-07-17T04:13:52.817Z | Compiling zerocopy-derive v0.8.40 |
| 1897 | 2026-07-17T04:13:52.817Z | Compiling tokio-macros v2.7.0 |
| 1898 | 2026-07-17T04:13:52.843Z | Compiling futures-macro v0.3.32 |
| 1899 | 2026-07-17T04:13:52.843Z | Compiling thiserror-impl v2.0.18 |
| 1900 | 2026-07-17T04:13:53.195Z | Compiling schemars_derive v0.8.22 |
| 1901 | 2026-07-17T04:13:53.212Z | Compiling zeroize v1.8.2 |
| 1902 | 2026-07-17T04:13:53.493Z | Compiling tracing-attributes v0.1.31 |
| 1903 | 2026-07-17T04:13:53.541Z | Compiling der_derive v0.7.3 |
| 1904 | 2026-07-17T04:13:53.622Z | Compiling thiserror-impl v1.0.69 |
| 1905 | 2026-07-17T04:13:53.680Z | Compiling pest_derive v2.8.6 |
| 1906 | 2026-07-17T04:13:53.831Z | Compiling zerofrom v0.1.6 |
| 1907 | 2026-07-17T04:13:53.931Z | Compiling yoke v0.8.1 |
| 1908 | 2026-07-17T04:13:54.006Z | Compiling crypto-common v0.1.7 |
| 1909 | 2026-07-17T04:13:54.064Z | Compiling futures-util v0.3.32 |
| 1910 | 2026-07-17T04:13:54.128Z | Compiling zerovec v0.11.5 |
| 1911 | 2026-07-17T04:13:54.144Z | Compiling zerotrie v0.2.3 |
| 1912 | 2026-07-17T04:13:54.336Z | Compiling block-buffer v0.10.4 |
| 1913 | 2026-07-17T04:13:54.575Z | Compiling digest v0.10.7 |
| 1914 | 2026-07-17T04:13:54.593Z | Compiling scroll_derive v0.13.1 |
| 1915 | 2026-07-17T04:13:54.639Z | Compiling scroll_derive v0.12.1 |
| 1916 | 2026-07-17T04:13:54.675Z | Compiling tinystr v0.8.2 |
| 1917 | 2026-07-17T04:13:54.709Z | Compiling potential_utf v0.1.4 |
| 1918 | 2026-07-17T04:13:54.815Z | Compiling openssl-macros v0.1.1 |
| 1919 | 2026-07-17T04:13:54.893Z | Compiling icu_locale_core v2.1.1 |
| 1920 | 2026-07-17T04:13:54.910Z | Compiling icu_collections v2.1.1 |
| 1921 | 2026-07-17T04:13:55.014Z | Compiling regex v1.12.3 |
| 1922 | 2026-07-17T04:13:55.323Z | Compiling zerocopy-derive v0.7.35 |
| 1923 | 2026-07-17T04:13:55.380Z | Compiling base64ct v1.8.3 |
| 1924 | 2026-07-17T04:13:55.432Z | Compiling camino v1.2.2 |
| 1925 | 2026-07-17T04:13:55.444Z | Compiling tracing v0.1.44 |
| 1926 | 2026-07-17T04:13:55.651Z | Compiling bytes v1.11.1 |
| 1927 | 2026-07-17T04:13:55.713Z | Compiling icu_provider v2.1.1 |
| 1928 | 2026-07-17T04:13:55.749Z | Compiling chrono v0.4.45 |
| 1929 | 2026-07-17T04:13:55.779Z | Compiling serde_tokenstream v0.2.3 |
| 1930 | 2026-07-17T04:13:55.857Z | Compiling pem-rfc7468 v0.7.0 |
| 1931 | 2026-07-17T04:13:56.106Z | Compiling icu_properties v2.1.2 |
| 1932 | 2026-07-17T04:13:56.127Z | Compiling icu_normalizer v2.1.1 |
| 1933 | 2026-07-17T04:13:56.274Z | Compiling tokio v1.52.1 |
| 1934 | 2026-07-17T04:13:56.586Z | Compiling http v1.4.2 |
| 1935 | 2026-07-17T04:13:57.104Z | Compiling idna_adapter v1.2.1 |
| 1936 | 2026-07-17T04:13:57.224Z | Compiling idna v1.1.0 |
| 1937 | 2026-07-17T04:13:57.268Z | Compiling ppv-lite86 v0.2.21 |
| 1938 | 2026-07-17T04:13:57.433Z | Compiling flagset v0.4.7 |
| 1939 | 2026-07-17T04:13:57.489Z | Compiling http-body v1.0.1 |
| 1940 | 2026-07-17T04:13:57.519Z | Compiling rustls-pki-types v1.14.0 |
| 1941 | 2026-07-17T04:13:57.586Z | Compiling url v2.5.8 |
| 1942 | 2026-07-17T04:13:57.613Z | Compiling rand_chacha v0.9.0 |
| 1943 | 2026-07-17T04:13:57.643Z | Compiling der v0.7.10 |
| 1944 | 2026-07-17T04:13:57.991Z | Compiling usdt-impl v0.5.0 |
| 1945 | 2026-07-17T04:13:58.244Z | Compiling cmov v0.5.4 |
| 1946 | 2026-07-17T04:13:58.513Z | Compiling usdt-impl v0.6.0 |
| 1947 | 2026-07-17T04:13:58.528Z | Compiling tinyvec_macros v0.1.1 |
| 1948 | 2026-07-17T04:13:58.529Z | Compiling fastrand v2.3.0 |
| 1949 | 2026-07-17T04:13:58.553Z | Compiling paste v1.0.15 |
| 1950 | 2026-07-17T04:13:58.580Z | Compiling ref-cast v1.0.25 |
| 1951 | 2026-07-17T04:13:58.623Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-07-17T04:13:58.731Z | Compiling either v1.15.0 |
| 1953 | 2026-07-17T04:13:58.758Z | Compiling ctutils v0.4.2 |
| 1954 | 2026-07-17T04:13:58.778Z | Compiling tinyvec v1.10.0 |
| 1955 | 2026-07-17T04:13:58.802Z | Compiling spki v0.7.3 |
| 1956 | 2026-07-17T04:13:58.959Z | Compiling rand v0.9.2 |
| 1957 | 2026-07-17T04:13:59.034Z | Compiling serde_spanned v0.6.9 |
| 1958 | 2026-07-17T04:13:59.060Z | Compiling toml_datetime v0.6.11 |
| 1959 | 2026-07-17T04:13:59.134Z | Compiling scroll v0.13.0 |
| 1960 | 2026-07-17T04:13:59.150Z | Compiling scroll v0.12.0 |
| 1961 | 2026-07-17T04:13:59.208Z | Compiling async-trait v0.1.89 |
| 1962 | 2026-07-17T04:13:59.223Z | Compiling heapless v0.7.17 |
| 1963 | 2026-07-17T04:13:59.328Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1964 | 2026-07-17T04:13:59.348Z | Compiling litrs v1.0.0 |
| 1965 | 2026-07-17T04:13:59.363Z | Compiling cpufeatures v0.2.17 |
| 1966 | 2026-07-17T04:13:59.377Z | Compiling atomic-waker v1.1.2 |
| 1967 | 2026-07-17T04:13:59.419Z | Compiling winnow v0.7.14 |
| 1968 | 2026-07-17T04:13:59.445Z | Compiling tower-service v0.3.3 |
| 1969 | 2026-07-17T04:13:59.453Z | Compiling tower-layer v0.3.3 |
| 1970 | 2026-07-17T04:13:59.528Z | Compiling winnow v1.0.3 |
| 1971 | 2026-07-17T04:13:59.540Z | Compiling signal-hook v0.3.18 |
| 1972 | 2026-07-17T04:13:59.560Z | Compiling try-lock v0.2.5 |
| 1973 | 2026-07-17T04:13:59.561Z | Compiling untrusted v0.7.1 |
| 1974 | 2026-07-17T04:13:59.632Z | Compiling rustix v0.38.44 |
| 1975 | 2026-07-17T04:13:59.665Z | Compiling zstd-safe v7.2.4 |
| 1976 | 2026-07-17T04:13:59.698Z | Compiling want v0.3.1 |
| 1977 | 2026-07-17T04:13:59.807Z | Compiling goblin v0.8.2 |
| 1978 | 2026-07-17T04:13:59.818Z | Compiling document-features v0.2.12 |
| 1979 | 2026-07-17T04:13:59.872Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1980 | 2026-07-17T04:13:59.910Z | Compiling goblin v0.10.5 |
| 1981 | 2026-07-17T04:14:00.079Z | Compiling hybrid-array v0.4.13 |
| 1982 | 2026-07-17T04:14:00.376Z | Compiling tokio-util v0.7.18 |
| 1983 | 2026-07-17T04:14:00.454Z | Compiling zerocopy v0.7.35 |
| 1984 | 2026-07-17T04:14:00.484Z | Compiling ipnet v2.11.0 |
| 1985 | 2026-07-17T04:14:00.906Z | Compiling ref-cast-impl v1.0.25 |
| 1986 | 2026-07-17T04:14:00.909Z | Compiling darling_core v0.20.11 |
| 1987 | 2026-07-17T04:14:00.925Z | Compiling curve25519-dalek v4.1.3 |
| 1988 | 2026-07-17T04:14:00.956Z | Compiling memoffset v0.9.1 |
| 1989 | 2026-07-17T04:14:01.138Z | Compiling h2 v0.4.15 |
| 1990 | 2026-07-17T04:14:01.260Z | Compiling utf8parse v0.2.2 |
| 1991 | 2026-07-17T04:14:01.386Z | Compiling untrusted v0.9.0 |
| 1992 | 2026-07-17T04:14:01.478Z | Compiling httpdate v1.0.3 |
| 1993 | 2026-07-17T04:14:01.501Z | Compiling foreign-types-shared v0.1.1 |
| 1994 | 2026-07-17T04:14:01.599Z | Compiling powerfmt v0.2.0 |
| 1995 | 2026-07-17T04:14:01.639Z | Compiling winnow v0.5.40 |
| 1996 | 2026-07-17T04:14:01.693Z | Compiling foreign-types v0.3.2 |
| 1997 | 2026-07-17T04:14:01.723Z | Compiling tempfile v3.25.0 |
| 1998 | 2026-07-17T04:14:01.769Z | Compiling deranged v0.5.8 |
| 1999 | 2026-07-17T04:14:01.883Z | Compiling unicode-normalization v0.1.25 |
| 2000 | 2026-07-17T04:14:02.084Z | Compiling dof v0.3.0 |
| 2001 | 2026-07-17T04:14:02.384Z | Compiling dtrace-parser v0.2.0 |
| 2002 | 2026-07-17T04:14:02.393Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-07-17T04:14:02.693Z | Compiling dof v0.4.0 |
| 2004 | 2026-07-17T04:14:02.944Z | Compiling darling_macro v0.20.11 |
| 2005 | 2026-07-17T04:14:02.960Z | Compiling toml_edit v0.19.15 |
| 2006 | 2026-07-17T04:14:03.035Z | Compiling dtrace-parser v0.3.0 |
| 2007 | 2026-07-17T04:14:03.101Z | Compiling pin-project-internal v1.1.11 |
| 2008 | 2026-07-17T04:14:03.328Z | Compiling daft-derive v0.1.7 |
| 2009 | 2026-07-17T04:14:03.391Z | Compiling spin v0.9.8 |
| 2010 | 2026-07-17T04:14:03.406Z | Compiling thread-id v5.1.0 |
| 2011 | 2026-07-17T04:14:03.447Z | Compiling thread-id v4.2.2 |
| 2012 | 2026-07-17T04:14:03.514Z | Compiling num-bigint-dig v0.8.6 |
| 2013 | 2026-07-17T04:14:03.638Z | Compiling anstyle v1.0.14 |
| 2014 | 2026-07-17T04:14:03.682Z | Compiling cfg_aliases v0.2.1 |
| 2015 | 2026-07-17T04:14:03.775Z | Compiling num_threads v0.1.7 |
| 2016 | 2026-07-17T04:14:03.875Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-07-17T04:14:03.890Z | Compiling time v0.3.47 |
| 2018 | 2026-07-17T04:14:03.890Z | Compiling nix v0.31.2 |
| 2019 | 2026-07-17T04:14:04.124Z | Compiling darling v0.20.11 |
| 2020 | 2026-07-17T04:14:04.280Z | Compiling hyper v1.10.1 |
| 2021 | 2026-07-17T04:14:04.301Z | Compiling sha2 v0.10.9 |
| 2022 | 2026-07-17T04:14:04.467Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-07-17T04:14:04.588Z | Compiling hmac v0.12.1 |
| 2024 | 2026-07-17T04:14:04.655Z | Compiling strum_macros v0.26.4 |
| 2025 | 2026-07-17T04:14:04.741Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2026 | 2026-07-17T04:14:05.010Z | Compiling darling_core v0.23.0 |
| 2027 | 2026-07-17T04:14:05.014Z | Compiling sync_wrapper v1.0.2 |
| 2028 | 2026-07-17T04:14:05.014Z | Compiling wait-timeout v0.2.1 |
| 2029 | 2026-07-17T04:14:05.379Z | Compiling hyper-util v0.1.20 |
| 2030 | 2026-07-17T04:14:05.523Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-07-17T04:14:05.713Z | Compiling is_terminal_polyfill v1.70.2 |
| 2032 | 2026-07-17T04:14:05.869Z | Compiling bit-vec v0.8.0 |
| 2033 | 2026-07-17T04:14:06.013Z | Compiling simd-adler32 v0.3.8 |
| 2034 | 2026-07-17T04:14:06.013Z | Compiling siphasher v1.0.2 |
| 2035 | 2026-07-17T04:14:06.054Z | Compiling colorchoice v1.0.4 |
| 2036 | 2026-07-17T04:14:06.093Z | Compiling anstyle-query v1.1.5 |
| 2037 | 2026-07-17T04:14:06.140Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-07-17T04:14:06.227Z | Compiling rusty-fork v0.3.1 |
| 2039 | 2026-07-17T04:14:06.343Z | Compiling tower v0.5.3 |
| 2040 | 2026-07-17T04:14:06.890Z | Compiling derive_builder_core v0.20.2 |
| 2041 | 2026-07-17T04:14:07.018Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-07-17T04:14:07.107Z | Compiling hubpack_derive v0.1.1 |
| 2043 | 2026-07-17T04:14:07.203Z | Compiling snafu-derive v0.8.9 |
| 2044 | 2026-07-17T04:14:07.203Z | Compiling strum_macros v0.27.2 |
| 2045 | 2026-07-17T04:14:07.298Z | Compiling darling_macro v0.23.0 |
| 2046 | 2026-07-17T04:14:07.395Z | Compiling rand_xorshift v0.4.0 |
| 2047 | 2026-07-17T04:14:07.462Z | Compiling fs-err v3.3.0 |
| 2048 | 2026-07-17T04:14:07.462Z | Compiling ahash v0.8.12 |
| 2049 | 2026-07-17T04:14:07.665Z | Compiling adler2 v2.0.1 |
| 2050 | 2026-07-17T04:14:07.684Z | Compiling unarray v0.1.4 |
| 2051 | 2026-07-17T04:14:07.684Z | Compiling unicode-bidi v0.3.18 |
| 2052 | 2026-07-17T04:14:07.684Z | Compiling unicode-segmentation v1.12.0 |
| 2053 | 2026-07-17T04:14:07.722Z | Compiling object v0.37.3 |
| 2054 | 2026-07-17T04:14:07.771Z | Compiling allocator-api2 v0.2.21 |
| 2055 | 2026-07-17T04:14:07.887Z | Compiling unicode-properties v0.1.4 |
| 2056 | 2026-07-17T04:14:08.080Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-07-17T04:14:08.088Z | Compiling ryu v1.0.23 |
| 2058 | 2026-07-17T04:14:08.141Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-07-17T04:14:08.216Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-07-17T04:14:08.257Z | Compiling proptest v1.10.0 |
| 2061 | 2026-07-17T04:14:08.321Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-07-17T04:14:08.480Z | Compiling darling v0.23.0 |
| 2063 | 2026-07-17T04:14:08.524Z | Compiling derive_builder_macro v0.20.2 |
| 2064 | 2026-07-17T04:14:08.621Z | Compiling tokio-native-tls v0.3.1 |
| 2065 | 2026-07-17T04:14:08.774Z | Compiling usdt-macro v0.6.0 |
| 2066 | 2026-07-17T04:14:08.818Z | Compiling usdt-attr-macro v0.6.0 |
| 2067 | 2026-07-17T04:14:08.863Z | Compiling anstyle-parse v1.0.0 |
| 2068 | 2026-07-17T04:14:08.878Z | Compiling block-buffer v0.12.1 |
| 2069 | 2026-07-17T04:14:08.894Z | Compiling block-padding v0.4.2 |
| 2070 | 2026-07-17T04:14:09.033Z | Compiling crypto-common v0.2.2 |
| 2071 | 2026-07-17T04:14:09.273Z | Compiling tower-http v0.6.8 |
| 2072 | 2026-07-17T04:14:09.503Z | Compiling rustls-native-certs v0.8.3 |
| 2073 | 2026-07-17T04:14:09.518Z | Compiling rand_chacha v0.3.1 |
| 2074 | 2026-07-17T04:14:09.590Z | Compiling hex v0.4.3 |
| 2075 | 2026-07-17T04:14:09.605Z | Compiling erased-serde v0.3.31 |
| 2076 | 2026-07-17T04:14:09.707Z | Compiling md-5 v0.10.6 |
| 2077 | 2026-07-17T04:14:09.742Z | Compiling signature v2.2.0 |
| 2078 | 2026-07-17T04:14:09.753Z | Compiling bstr v1.12.1 |
| 2079 | 2026-07-17T04:14:09.828Z | Compiling num-integer v0.1.46 |
| 2080 | 2026-07-17T04:14:09.861Z | Compiling hash32 v0.2.1 |
| 2081 | 2026-07-17T04:14:09.874Z | Compiling vergen-lib v9.1.0 |
| 2082 | 2026-07-17T04:14:10.001Z | Compiling encoding_rs v0.8.35 |
| 2083 | 2026-07-17T04:14:10.030Z | Compiling fallible-iterator v0.2.0 |
| 2084 | 2026-07-17T04:14:10.110Z | Compiling mime v0.3.17 |
| 2085 | 2026-07-17T04:14:10.141Z | Compiling cpufeatures v0.3.0 |
| 2086 | 2026-07-17T04:14:10.197Z | Compiling psl-types v2.0.11 |
| 2087 | 2026-07-17T04:14:10.229Z | Compiling zlib-rs v0.6.2 |
| 2088 | 2026-07-17T04:14:10.305Z | Compiling publicsuffix v2.3.0 |
| 2089 | 2026-07-17T04:14:10.352Z | Compiling postgres-protocol v0.6.10 |
| 2090 | 2026-07-17T04:14:10.369Z | Compiling newtype-uuid v1.3.2 |
| 2091 | 2026-07-17T04:14:10.435Z | Compiling num-iter v0.1.45 |
| 2092 | 2026-07-17T04:14:10.710Z | Compiling rand v0.8.6 |
| 2093 | 2026-07-17T04:14:11.098Z | Compiling oxnet v0.1.6 |
| 2094 | 2026-07-17T04:14:11.178Z | Compiling derive_builder v0.20.2 |
| 2095 | 2026-07-17T04:14:11.194Z | Compiling inout v0.2.2 |
| 2096 | 2026-07-17T04:14:11.209Z | Compiling anstream v1.0.0 |
| 2097 | 2026-07-17T04:14:11.224Z | Compiling hyper-tls v0.6.0 |
| 2098 | 2026-07-17T04:14:11.324Z | Compiling serde_with_macros v3.21.0 |
| 2099 | 2026-07-17T04:14:11.343Z | Compiling heck v0.4.1 |
| 2100 | 2026-07-17T04:14:11.376Z | Compiling phf_shared v0.13.1 |
| 2101 | 2026-07-17T04:14:11.508Z | Compiling pin-project v1.1.11 |
| 2102 | 2026-07-17T04:14:11.535Z | Compiling lazy_static v1.5.0 |
| 2103 | 2026-07-17T04:14:11.554Z | Compiling anstyle-parse v0.2.7 |
| 2104 | 2026-07-17T04:14:11.675Z | Compiling terminal_size v0.4.3 |
| 2105 | 2026-07-17T04:14:11.731Z | Compiling futures-executor v0.3.32 |
| 2106 | 2026-07-17T04:14:11.751Z | Compiling clap_derive v4.6.1 |
| 2107 | 2026-07-17T04:14:11.782Z | Compiling enum-as-inner v0.6.1 |
| 2108 | 2026-07-17T04:14:11.792Z | Compiling async-recursion v1.1.1 |
| 2109 | 2026-07-17T04:14:11.832Z | Compiling serde_repr v0.1.20 |
| 2110 | 2026-07-17T04:14:12.002Z | Compiling ff v0.13.1 |
| 2111 | 2026-07-17T04:14:12.080Z | Compiling vergen v9.1.0 |
| 2112 | 2026-07-17T04:14:12.190Z | Compiling cargo-platform v0.3.2 |
| 2113 | 2026-07-17T04:14:12.206Z | Compiling clap_lex v1.0.0 |
| 2114 | 2026-07-17T04:14:12.320Z | Compiling flate2 v1.1.9 |
| 2115 | 2026-07-17T04:14:12.340Z | Compiling managed v0.8.0 |
| 2116 | 2026-07-17T04:14:12.404Z | Compiling bumpalo v3.20.2 |
| 2117 | 2026-07-17T04:14:12.415Z | Compiling bitflags v1.3.2 |
| 2118 | 2026-07-17T04:14:12.429Z | Compiling same-file v1.0.6 |
| 2119 | 2026-07-17T04:14:12.510Z | Compiling libbz2-rs-sys v0.2.2 |
| 2120 | 2026-07-17T04:14:12.566Z | Compiling base16ct v0.2.0 |
| 2121 | 2026-07-17T04:14:12.592Z | Compiling foldhash v0.2.0 |
| 2122 | 2026-07-17T04:14:12.667Z | Compiling foldhash v0.1.5 |
| 2123 | 2026-07-17T04:14:12.775Z | Compiling hashbrown v0.16.1 |
| 2124 | 2026-07-17T04:14:12.849Z | Compiling hashbrown v0.15.5 |
| 2125 | 2026-07-17T04:14:12.861Z | Compiling sec1 v0.7.3 |
| 2126 | 2026-07-17T04:14:12.916Z | Compiling bzip2 v0.6.1 |
| 2127 | 2026-07-17T04:14:13.097Z | Compiling zopfli v0.8.3 |
| 2128 | 2026-07-17T04:14:13.140Z | Compiling walkdir v2.5.0 |
| 2129 | 2026-07-17T04:14:13.216Z | Compiling cargo_metadata v0.23.1 |
| 2130 | 2026-07-17T04:14:13.375Z | Compiling clap_builder v4.6.0 |
| 2131 | 2026-07-17T04:14:13.445Z | Compiling group v0.13.0 |
| 2132 | 2026-07-17T04:14:13.756Z | Compiling futures v0.3.32 |
| 2133 | 2026-07-17T04:14:13.852Z | Compiling zstd v0.13.3 |
| 2134 | 2026-07-17T04:14:13.982Z | Compiling anstream v0.6.21 |
| 2135 | 2026-07-17T04:14:14.116Z | Compiling snafu v0.8.9 |
| 2136 | 2026-07-17T04:14:14.283Z | Compiling phf v0.13.1 |
| 2137 | 2026-07-17T04:14:14.415Z | Compiling reqwest v0.12.28 |
| 2138 | 2026-07-17T04:14:14.573Z | Compiling daft v0.1.7 |
| 2139 | 2026-07-17T04:14:14.573Z | Compiling cipher v0.5.2 |
| 2140 | 2026-07-17T04:14:14.742Z | Compiling signal-hook-mio v0.2.5 |
| 2141 | 2026-07-17T04:14:14.870Z | Compiling cookie_store v0.22.1 |
| 2142 | 2026-07-17T04:14:14.870Z | Compiling postgres-types v0.2.12 |
| 2143 | 2026-07-17T04:14:15.029Z | Compiling bzip2 v0.4.4 |
| 2144 | 2026-07-17T04:14:15.029Z | Compiling globset v0.4.18 |
| 2145 | 2026-07-17T04:14:15.144Z | Compiling ed25519 v2.2.3 |
| 2146 | 2026-07-17T04:14:15.144Z | Compiling strum v0.27.2 |
| 2147 | 2026-07-17T04:14:15.258Z | Compiling hubpack v0.1.2 |
| 2148 | 2026-07-17T04:14:15.293Z | Compiling phf_shared v0.11.3 |
| 2149 | 2026-07-17T04:14:15.320Z | Compiling hkdf v0.12.4 |
| 2150 | 2026-07-17T04:14:15.340Z | Compiling crossbeam-epoch v0.9.18 |
| 2151 | 2026-07-17T04:14:15.380Z | Compiling pkcs1 v0.7.5 |
| 2152 | 2026-07-17T04:14:15.469Z | Compiling olpc-cjson v0.1.4 |
| 2153 | 2026-07-17T04:14:15.684Z | Compiling serde-big-array v0.5.1 |
| 2154 | 2026-07-17T04:14:15.712Z | Compiling serde_plain v1.0.2 |
| 2155 | 2026-07-17T04:14:15.734Z | Compiling pem v3.0.6 |
| 2156 | 2026-07-17T04:14:15.848Z | Compiling crypto-bigint v0.5.5 |
| 2157 | 2026-07-17T04:14:15.911Z | Compiling float-cmp v0.10.0 |
| 2158 | 2026-07-17T04:14:15.944Z | Compiling memmap2 v0.9.10 |
| 2159 | 2026-07-17T04:14:15.978Z | Compiling env_filter v1.0.0 |
| 2160 | 2026-07-17T04:14:16.049Z | Compiling data-encoding v2.10.0 |
| 2161 | 2026-07-17T04:14:16.114Z | Compiling fixedbitset v0.5.7 |
| 2162 | 2026-07-17T04:14:16.252Z | Compiling keccak v0.1.6 |
| 2163 | 2026-07-17T04:14:16.269Z | Compiling typed-path v0.9.3 |
| 2164 | 2026-07-17T04:14:16.285Z | Compiling normalize-line-endings v0.3.0 |
| 2165 | 2026-07-17T04:14:16.316Z | Compiling jiff v0.2.21 |
| 2166 | 2026-07-17T04:14:16.402Z | Compiling toml_write v0.1.2 |
| 2167 | 2026-07-17T04:14:16.474Z | Compiling precomputed-hash v0.1.1 |
| 2168 | 2026-07-17T04:14:16.550Z | Compiling predicates-core v1.0.10 |
| 2169 | 2026-07-17T04:14:16.575Z | Compiling whoami v2.1.0 |
| 2170 | 2026-07-17T04:14:16.595Z | Compiling difflib v0.4.0 |
| 2171 | 2026-07-17T04:14:16.624Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2026-07-17T04:14:16.734Z | Compiling const-oid v0.10.2 |
| 2173 | 2026-07-17T04:14:16.777Z | Compiling new_debug_unreachable v1.0.6 |
| 2174 | 2026-07-17T04:14:16.867Z | Compiling static_assertions v1.1.0 |
| 2175 | 2026-07-17T04:14:16.890Z | Compiling string_cache v0.8.9 |
| 2176 | 2026-07-17T04:14:16.891Z | Compiling predicates v3.1.4 |
| 2177 | 2026-07-17T04:14:16.942Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2178 | 2026-07-17T04:14:16.951Z | Compiling digest v0.11.3 |
| 2179 | 2026-07-17T04:14:16.956Z | Compiling tokio-postgres v0.7.16 |
| 2180 | 2026-07-17T04:14:16.999Z | Compiling elliptic-curve v0.13.8 |
| 2181 | 2026-07-17T04:14:17.016Z | Compiling petgraph v0.6.5 |
| 2182 | 2026-07-17T04:14:17.056Z | Compiling toml_edit v0.22.27 |
| 2183 | 2026-07-17T04:14:17.099Z | Compiling sha3 v0.10.8 |
| 2184 | 2026-07-17T04:14:17.178Z | Compiling hickory-proto v0.25.2 |
| 2185 | 2026-07-17T04:14:17.324Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-17T04:14:17.371Z | Compiling chacha20 v0.10.0 |
| 2187 | 2026-07-17T04:14:17.441Z | Compiling env_logger v0.11.9 |
| 2188 | 2026-07-17T04:14:17.645Z | Compiling usdt v0.6.0 |
| 2189 | 2026-07-17T04:14:18.071Z | Compiling rsa v0.9.10 |
| 2190 | 2026-07-17T04:14:19.037Z | Compiling zip v4.6.1 |
| 2191 | 2026-07-17T04:14:19.223Z | Compiling ed25519-dalek v2.2.0 |
| 2192 | 2026-07-17T04:14:19.361Z | Compiling zip v0.6.6 |
| 2193 | 2026-07-17T04:14:19.377Z | Compiling clap v4.6.1 |
| 2194 | 2026-07-17T04:14:19.473Z | Compiling crossterm v0.28.1 |
| 2195 | 2026-07-17T04:14:19.708Z | Compiling iddqd v0.4.2 |
| 2196 | 2026-07-17T04:14:19.921Z | Compiling serde_with v3.21.0 |
| 2197 | 2026-07-17T04:14:19.938Z | Compiling similar v2.7.0 |
| 2198 | 2026-07-17T04:14:19.995Z | Compiling byte-wrapper v0.1.0 |
| 2199 | 2026-07-17T04:14:20.134Z | Compiling strum v0.26.3 |
| 2200 | 2026-07-17T04:14:20.217Z | Compiling toml v0.7.8 |
| 2201 | 2026-07-17T04:14:20.279Z | Compiling tokio-stream v0.1.18 |
| 2202 | 2026-07-17T04:14:20.303Z | Compiling buf-list v1.1.2 |
| 2203 | 2026-07-17T04:14:20.596Z | Compiling x509-cert v0.2.5 |
| 2204 | 2026-07-17T04:14:20.655Z | Compiling itertools v0.13.0 |
| 2205 | 2026-07-17T04:14:20.768Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2206 | 2026-07-17T04:14:20.928Z | Compiling openapiv3 v2.2.0 |
| 2207 | 2026-07-17T04:14:21.444Z | Compiling peg-runtime v0.8.5 |
| 2208 | 2026-07-17T04:14:21.706Z | Compiling lalrpop-util v0.19.12 |
| 2209 | 2026-07-17T04:14:38.004Z | Compiling rustls-webpki v0.103.13 |
| 2210 | 2026-07-17T04:14:38.796Z | Compiling macaddr v1.0.1 |
| 2211 | 2026-07-17T04:14:38.848Z | Compiling structmeta-derive v0.3.0 |
| 2212 | 2026-07-17T04:14:38.867Z | Compiling darling_core v0.21.3 |
| 2213 | 2026-07-17T04:14:39.003Z | Compiling rayon-core v1.13.0 |
| 2214 | 2026-07-17T04:14:39.090Z | Compiling crucible-workspace-hack v0.1.0 |
| 2215 | 2026-07-17T04:14:39.254Z | Compiling itertools v0.14.0 |
| 2216 | 2026-07-17T04:14:39.296Z | Compiling secrecy v0.10.3 |
| 2217 | 2026-07-17T04:14:39.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2218 | 2026-07-17T04:14:39.480Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2219 | 2026-07-17T04:14:39.544Z | Compiling heapless v0.8.0 |
| 2220 | 2026-07-17T04:14:39.642Z | Compiling crossbeam-deque v0.8.6 |
| 2221 | 2026-07-17T04:14:39.710Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2222 | 2026-07-17T04:14:39.740Z | Compiling inout v0.1.4 |
| 2223 | 2026-07-17T04:14:39.778Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2224 | 2026-07-17T04:14:39.857Z | Compiling structmeta v0.3.0 |
| 2225 | 2026-07-17T04:14:39.887Z | Compiling hash32 v0.3.1 |
| 2226 | 2026-07-17T04:14:39.918Z | Compiling multer v3.1.0 |
| 2227 | 2026-07-17T04:14:39.944Z | Compiling thread_local v1.1.9 |
| 2228 | 2026-07-17T04:14:40.059Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2229 | 2026-07-17T04:14:40.084Z | Compiling slog-async v2.8.0 |
| 2230 | 2026-07-17T04:14:40.088Z | Compiling unicode-width v0.2.0 |
| 2231 | 2026-07-17T04:14:40.153Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-07-17T04:14:40.316Z | Compiling match_cfg v0.1.0 |
| 2233 | 2026-07-17T04:14:40.330Z | Compiling compression-core v0.4.31 |
| 2234 | 2026-07-17T04:14:40.402Z | Compiling hostname v0.3.1 |
| 2235 | 2026-07-17T04:14:40.435Z | Compiling proc-macro-crate v3.4.0 |
| 2236 | 2026-07-17T04:14:40.515Z | Compiling compression-codecs v0.4.37 |
| 2237 | 2026-07-17T04:14:40.533Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-07-17T04:14:40.561Z | Compiling cipher v0.4.4 |
| 2239 | 2026-07-17T04:14:40.630Z | Compiling atomicwrites v0.4.4 |
| 2240 | 2026-07-17T04:14:40.830Z | Compiling slog-json v2.6.1 |
| 2241 | 2026-07-17T04:14:40.886Z | Compiling crossbeam-channel v0.5.15 |
| 2242 | 2026-07-17T04:14:40.901Z | Compiling half v2.7.1 |
| 2243 | 2026-07-17T04:14:40.923Z | Compiling newtype-uuid-macros v0.1.0 |
| 2244 | 2026-07-17T04:14:41.007Z | Compiling darling_macro v0.21.3 |
| 2245 | 2026-07-17T04:14:41.090Z | Compiling cobs v0.3.0 |
| 2246 | 2026-07-17T04:14:41.118Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2247 | 2026-07-17T04:14:41.283Z | Compiling universal-hash v0.5.1 |
| 2248 | 2026-07-17T04:14:41.311Z | Compiling async-stream-impl v0.3.6 |
| 2249 | 2026-07-17T04:14:41.385Z | Compiling tokio-rustls v0.26.4 |
| 2250 | 2026-07-17T04:14:41.444Z | Compiling rustls-platform-verifier v0.6.2 |
| 2251 | 2026-07-17T04:14:41.547Z | Compiling tough v0.22.0 |
| 2252 | 2026-07-17T04:14:41.612Z | Compiling darling v0.21.3 |
| 2253 | 2026-07-17T04:14:41.667Z | Compiling hyper-rustls v0.27.7 |
| 2254 | 2026-07-17T04:14:41.684Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2255 | 2026-07-17T04:14:41.707Z | Compiling serde_spanned v1.1.1 |
| 2256 | 2026-07-17T04:14:41.723Z | Compiling ingot-macros v0.1.1 |
| 2257 | 2026-07-17T04:14:41.879Z | Compiling is-terminal v0.4.17 |
| 2258 | 2026-07-17T04:14:41.925Z | Compiling reqwest v0.13.2 |
| 2259 | 2026-07-17T04:14:41.984Z | Compiling proc-macro-error-attr v1.0.4 |
| 2260 | 2026-07-17T04:14:42.004Z | Compiling dropshot v0.17.1 |
| 2261 | 2026-07-17T04:14:42.082Z | Compiling ciborium-io v0.2.2 |
| 2262 | 2026-07-17T04:14:42.123Z | Compiling convert_case v0.4.0 |
| 2263 | 2026-07-17T04:14:42.169Z | Compiling term v1.2.1 |
| 2264 | 2026-07-17T04:14:42.192Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2265 | 2026-07-17T04:14:42.230Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2266 | 2026-07-17T04:14:42.234Z | Compiling opaque-debug v0.3.1 |
| 2267 | 2026-07-17T04:14:42.249Z | Compiling take_mut v0.2.2 |
| 2268 | 2026-07-17T04:14:42.319Z | Compiling poly1305 v0.8.0 |
| 2269 | 2026-07-17T04:14:42.455Z | Compiling derive_more v0.99.20 |
| 2270 | 2026-07-17T04:14:42.469Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2271 | 2026-07-17T04:14:42.486Z | Compiling slog-term v2.9.2 |
| 2272 | 2026-07-17T04:14:42.615Z | Compiling thiserror-no-std v2.0.2 |
| 2273 | 2026-07-17T04:14:42.728Z | Compiling ciborium-ll v0.2.2 |
| 2274 | 2026-07-17T04:14:42.769Z | Compiling test-strategy v0.4.5 |
| 2275 | 2026-07-17T04:14:42.957Z | Compiling async-stream v0.3.6 |
| 2276 | 2026-07-17T04:14:42.973Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2277 | 2026-07-17T04:14:43.007Z | Compiling postcard v1.1.3 |
| 2278 | 2026-07-17T04:14:43.174Z | Compiling slog-bunyan v2.5.0 |
| 2279 | 2026-07-17T04:14:43.421Z | Compiling num_enum_derive v0.7.6 |
| 2280 | 2026-07-17T04:14:43.631Z | Compiling chacha20 v0.9.1 |
| 2281 | 2026-07-17T04:14:43.756Z | Compiling async-compression v0.4.41 |
| 2282 | 2026-07-17T04:14:43.941Z | Compiling parse-display-derive v0.10.0 |
| 2283 | 2026-07-17T04:14:44.085Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2284 | 2026-07-17T04:14:44.243Z | Compiling sha1 v0.11.0 |
| 2285 | 2026-07-17T04:14:44.406Z | Compiling ingot-types v0.1.2 |
| 2286 | 2026-07-17T04:14:44.422Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2287 | 2026-07-17T04:14:44.674Z | Compiling proc-macro-crate v1.3.1 |
| 2288 | 2026-07-17T04:14:44.688Z | Compiling waitgroup v0.1.2 |
| 2289 | 2026-07-17T04:14:44.719Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2290 | 2026-07-17T04:14:44.768Z | Compiling backon v1.6.0 |
| 2291 | 2026-07-17T04:14:44.861Z | Compiling ingot v0.1.1 |
| 2292 | 2026-07-17T04:14:45.028Z | Compiling password-hash v0.5.0 |
| 2293 | 2026-07-17T04:14:45.043Z | Compiling rustls-pemfile v2.2.0 |
| 2294 | 2026-07-17T04:14:45.059Z | Compiling dropshot_endpoint v0.17.1 |
| 2295 | 2026-07-17T04:14:45.074Z | Compiling blake2 v0.10.6 |
| 2296 | 2026-07-17T04:14:45.123Z | Compiling aead v0.5.2 |
| 2297 | 2026-07-17T04:14:45.141Z | Compiling foreign-types-macros v0.2.3 |
| 2298 | 2026-07-17T04:14:45.183Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2299 | 2026-07-17T04:14:45.340Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2300 | 2026-07-17T04:14:45.356Z | Compiling serde_path_to_error v0.1.20 |
| 2301 | 2026-07-17T04:14:45.440Z | Compiling hostname v0.4.2 |
| 2302 | 2026-07-17T04:14:45.551Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2303 | 2026-07-17T04:14:45.596Z | Compiling proc-macro-error v1.0.4 |
| 2304 | 2026-07-17T04:14:45.629Z | Compiling instant v0.1.13 |
| 2305 | 2026-07-17T04:14:45.754Z | Compiling foreign-types-shared v0.3.1 |
| 2306 | 2026-07-17T04:14:45.779Z | Compiling debug-ignore v1.0.5 |
| 2307 | 2026-07-17T04:14:45.826Z | Compiling backoff v0.4.0 |
| 2308 | 2026-07-17T04:14:45.841Z | Compiling foreign-types v0.5.0 |
| 2309 | 2026-07-17T04:14:45.844Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2310 | 2026-07-17T04:14:45.857Z | Compiling parse-display v0.10.0 |
| 2311 | 2026-07-17T04:14:45.905Z | Compiling argon2 v0.5.3 |
| 2312 | 2026-07-17T04:14:45.922Z | Compiling chacha20poly1305 v0.10.1 |
| 2313 | 2026-07-17T04:14:45.966Z | Compiling num_enum_derive v0.5.11 |
| 2314 | 2026-07-17T04:14:45.981Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2315 | 2026-07-17T04:14:46.018Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2316 | 2026-07-17T04:14:46.107Z | Compiling num_enum v0.7.6 |
| 2317 | 2026-07-17T04:14:46.121Z | Compiling ciborium v0.2.2 |
| 2318 | 2026-07-17T04:14:46.216Z | Compiling vsss-rs v3.3.4 |
| 2319 | 2026-07-17T04:14:46.611Z | Compiling tabwriter v1.4.1 |
| 2320 | 2026-07-17T04:14:46.671Z | Compiling regress v0.10.5 |
| 2321 | 2026-07-17T04:14:46.686Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-07-17T04:14:46.715Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2323 | 2026-07-17T04:14:46.788Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2324 | 2026-07-17T04:14:46.938Z | Compiling cstr-argument v0.1.2 |
| 2325 | 2026-07-17T04:14:46.973Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2326 | 2026-07-17T04:14:46.992Z | Compiling humantime v2.3.0 |
| 2327 | 2026-07-17T04:14:47.006Z | Compiling num_enum v0.5.11 |
| 2328 | 2026-07-17T04:14:47.137Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-07-17T04:14:47.153Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-07-17T04:14:47.170Z | Compiling rayon v1.11.0 |
| 2331 | 2026-07-17T04:14:47.209Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2332 | 2026-07-17T04:14:47.224Z | Compiling rand v0.10.1 |
| 2333 | 2026-07-17T04:14:47.254Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2334 | 2026-07-17T04:14:47.275Z | Compiling indent_write v2.2.0 |
| 2335 | 2026-07-17T04:14:47.317Z | Compiling libefi-sys v0.1.0 |
| 2336 | 2026-07-17T04:14:47.358Z | Compiling colored v3.1.1 |
| 2337 | 2026-07-17T04:14:47.404Z | Compiling zone_cfg_derive v0.3.1 |
| 2338 | 2026-07-17T04:14:47.449Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2339 | 2026-07-17T04:14:47.470Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2340 | 2026-07-17T04:14:47.583Z | Compiling camino-tempfile v1.4.1 |
| 2341 | 2026-07-17T04:14:47.597Z | Compiling itertools v0.12.1 |
| 2342 | 2026-07-17T04:14:47.646Z | Compiling usdt-attr-macro v0.5.0 |
| 2343 | 2026-07-17T04:14:47.663Z | Compiling usdt-macro v0.5.0 |
| 2344 | 2026-07-17T04:14:47.698Z | Compiling num-derive v0.4.2 |
| 2345 | 2026-07-17T04:14:47.999Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2346 | 2026-07-17T04:14:48.058Z | Compiling bitfield-struct v0.6.2 |
| 2347 | 2026-07-17T04:14:48.061Z | Compiling blake3 v1.8.5 |
| 2348 | 2026-07-17T04:14:48.092Z | Compiling sigpipe v0.1.3 |
| 2349 | 2026-07-17T04:14:48.121Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2350 | 2026-07-17T04:14:48.206Z | Compiling memmap v0.7.0 |
| 2351 | 2026-07-17T04:14:48.262Z | Compiling glob v0.3.3 |
| 2352 | 2026-07-17T04:14:48.393Z | Compiling swrite v0.1.0 |
| 2353 | 2026-07-17T04:14:48.431Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2354 | 2026-07-17T04:14:48.481Z | Compiling usdt v0.5.0 |
| 2355 | 2026-07-17T04:14:48.520Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2356 | 2026-07-17T04:14:48.638Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2357 | 2026-07-17T04:14:48.682Z | Compiling smf v0.2.3 |
| 2358 | 2026-07-17T04:14:48.719Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-07-17T04:14:48.814Z | Compiling filetime v0.2.27 |
| 2360 | 2026-07-17T04:14:48.829Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2361 | 2026-07-17T04:14:48.921Z | Compiling zone v0.3.1 |
| 2362 | 2026-07-17T04:14:48.963Z | Compiling constant_time_eq v0.4.2 |
| 2363 | 2026-07-17T04:14:49.039Z | Compiling xattr v1.6.1 |
| 2364 | 2026-07-17T04:14:49.055Z | Compiling arrayref v0.3.9 |
| 2365 | 2026-07-17T04:14:49.058Z | Compiling whoami v1.6.1 |
| 2366 | 2026-07-17T04:14:49.058Z | Compiling arrayvec v0.7.6 |
| 2367 | 2026-07-17T04:14:49.114Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-07-17T04:14:49.151Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2369 | 2026-07-17T04:14:49.182Z | Compiling tokio-dtrace v0.1.1 |
| 2370 | 2026-07-17T04:14:49.199Z | Compiling console v0.16.2 |
| 2371 | 2026-07-17T04:14:49.273Z | Compiling tar v0.4.46 |
| 2372 | 2026-07-17T04:14:49.336Z | Compiling gethostname v0.5.0 |
| 2373 | 2026-07-17T04:14:49.405Z | Compiling unit-prefix v0.5.2 |
| 2374 | 2026-07-17T04:14:49.510Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2375 | 2026-07-17T04:14:49.528Z | Compiling topological-sort v0.2.2 |
| 2376 | 2026-07-17T04:14:49.560Z | Compiling oxide-tokio-rt v0.1.4 |
| 2377 | 2026-07-17T04:14:49.710Z | Compiling indicatif v0.18.4 |
| 2378 | 2026-07-17T04:14:49.830Z | Compiling toml v0.8.23 |
| 2379 | 2026-07-17T04:14:49.858Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2380 | 2026-07-17T04:14:49.927Z | Compiling shell-words v1.1.1 |
| 2381 | 2026-07-17T04:14:59.257Z | Compiling progenitor-client v0.14.0 |
| 2382 | 2026-07-17T04:14:59.257Z | Compiling omicron-zone-package v0.12.3 |
| 2383 | 2026-07-17T04:14:59.459Z | Compiling progenitor-extras v0.2.0 |
| 2384 | 2026-07-17T04:14:59.750Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2385 | 2026-07-17T04:14:59.768Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2386 | 2026-07-17T04:14:59.799Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2387 | 2026-07-17T04:14:59.951Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2388 | 2026-07-17T04:15:00.004Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2389 | 2026-07-17T04:15:00.030Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2390 | 2026-07-17T04:15:00.102Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2391 | 2026-07-17T04:15:00.148Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2392 | 2026-07-17T04:15:00.827Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2393 | 2026-07-17T04:15:04.741Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2394 | 2026-07-17T04:15:12.758Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2395 | 2026-07-17T04:15:15.928Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2396 | 2026-07-17T04:15:16.911Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2397 | 2026-07-17T04:15:26.250Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2398 | 2026-07-17T04:15:26.391Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2399 | 2026-07-17T04:15:26.454Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2400 | 2026-07-17T04:15:26.459Z | Created new build target 'test' and set it as active |
| 2401 | 2026-07-17T04:15:26.459Z | |
| 2402 | 2026-07-17T04:15:26.460Z | real 1:40.347884725 |
| 2403 | 2026-07-17T04:15:26.460Z | user 16:24.915734147 |
| 2404 | 2026-07-17T04:15:26.460Z | sys 2:38.292270985 |
| 2405 | 2026-07-17T04:15:26.460Z | trap 0.480138074 |
| 2406 | 2026-07-17T04:15:26.460Z | tflt 2.480693675 |
| 2407 | 2026-07-17T04:15:26.460Z | dflt 4.235225438 |
| 2408 | 2026-07-17T04:15:26.460Z | kflt 0.000599819 |
| 2409 | 2026-07-17T04:15:26.460Z | lock 51:51.436889664 |
| 2410 | 2026-07-17T04:15:26.460Z | slp 42:37.238790024 |
| 2411 | 2026-07-17T04:15:26.460Z | lat 42.173881181 |
| 2412 | 2026-07-17T04:15:26.460Z | stop 5:02.520562505 |
| 2413 | 2026-07-17T04:15:26.460Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2414 | 2026-07-17T04:15:27.281Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 2415 | 2026-07-17T04:15:27.348Z | Running `target/release/omicron-package -t test package` |
| 2416 | 2026-07-17T04:15:27.402Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2417 | 2026-07-17T04:15:28.783Z | Compiling heck v0.5.0 |
| 2418 | 2026-07-17T04:15:28.783Z | Compiling regress v0.11.1 |
| 2419 | 2026-07-17T04:15:29.020Z | Compiling unsafe-libyaml v0.2.11 |
| 2420 | 2026-07-17T04:15:29.041Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2421 | 2026-07-17T04:15:29.070Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2422 | 2026-07-17T04:15:29.073Z | Compiling unicode-width v0.1.14 |
| 2423 | 2026-07-17T04:15:29.111Z | Compiling derive-where v1.6.0 |
| 2424 | 2026-07-17T04:15:29.114Z | Compiling bytecount v0.6.9 |
| 2425 | 2026-07-17T04:15:29.114Z | Compiling atomicwrites v0.4.4 |
| 2426 | 2026-07-17T04:15:29.135Z | Compiling is-terminal v0.4.17 |
| 2427 | 2026-07-17T04:15:29.189Z | Compiling prettyplease v0.2.37 |
| 2428 | 2026-07-17T04:15:29.192Z | Compiling console v0.15.11 |
| 2429 | 2026-07-17T04:15:29.192Z | Compiling newline-converter v0.3.0 |
| 2430 | 2026-07-17T04:15:29.192Z | Compiling slog-dtrace v0.3.0 |
| 2431 | 2026-07-17T04:15:29.252Z | Compiling cancel-safe-futures v0.1.5 |
| 2432 | 2026-07-17T04:15:29.294Z | Compiling owo-colors v4.3.0 |
| 2433 | 2026-07-17T04:15:29.316Z | Compiling resolv-conf v0.7.6 |
| 2434 | 2026-07-17T04:15:29.335Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2435 | 2026-07-17T04:15:29.367Z | Compiling num-rational v0.4.2 |
| 2436 | 2026-07-17T04:15:29.414Z | Compiling libsw-core v0.3.2 |
| 2437 | 2026-07-17T04:15:29.433Z | Compiling num-complex v0.4.6 |
| 2438 | 2026-07-17T04:15:29.515Z | Compiling thread_local v1.1.9 |
| 2439 | 2026-07-17T04:15:29.534Z | Compiling serde_yaml v0.9.34+deprecated |
| 2440 | 2026-07-17T04:15:29.581Z | Compiling expectorate v1.2.0 |
| 2441 | 2026-07-17T04:15:29.665Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-07-17T04:15:29.692Z | Compiling compression-core v0.4.31 |
| 2443 | 2026-07-17T04:15:29.761Z | Compiling hostname v0.3.1 |
| 2444 | 2026-07-17T04:15:29.817Z | Compiling num v0.4.3 |
| 2445 | 2026-07-17T04:15:29.870Z | Compiling compression-codecs v0.4.37 |
| 2446 | 2026-07-17T04:15:29.905Z | Compiling libsw v3.5.0 |
| 2447 | 2026-07-17T04:15:29.927Z | Compiling slog-async v2.8.0 |
| 2448 | 2026-07-17T04:15:29.927Z | Compiling multer v3.1.0 |
| 2449 | 2026-07-17T04:15:29.967Z | Compiling crossbeam-channel v0.5.15 |
| 2450 | 2026-07-17T04:15:29.995Z | Compiling slog-json v2.6.1 |
| 2451 | 2026-07-17T04:15:30.022Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2452 | 2026-07-17T04:15:30.122Z | Compiling serde_spanned v1.1.1 |
| 2453 | 2026-07-17T04:15:30.143Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-07-17T04:15:30.188Z | Compiling linear-map v1.2.0 |
| 2455 | 2026-07-17T04:15:30.229Z | Compiling linked-hash-map v0.5.6 |
| 2456 | 2026-07-17T04:15:30.253Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-17T04:15:30.300Z | Compiling take_mut v0.2.2 |
| 2458 | 2026-07-17T04:15:30.320Z | Compiling term v1.2.1 |
| 2459 | 2026-07-17T04:15:30.326Z | Compiling float-ord v0.3.2 |
| 2460 | 2026-07-17T04:15:30.366Z | Compiling slog-bunyan v2.5.0 |
| 2461 | 2026-07-17T04:15:30.388Z | Compiling async-compression v0.4.41 |
| 2462 | 2026-07-17T04:15:30.430Z | Compiling lru-cache v0.1.2 |
| 2463 | 2026-07-17T04:15:30.450Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2464 | 2026-07-17T04:15:30.457Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2465 | 2026-07-17T04:15:30.488Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2466 | 2026-07-17T04:15:30.547Z | Compiling typify-impl v0.6.2 |
| 2467 | 2026-07-17T04:15:30.600Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2468 | 2026-07-17T04:15:30.646Z | Compiling slog-term v2.9.2 |
| 2469 | 2026-07-17T04:15:30.738Z | Compiling dropshot v0.17.1 |
| 2470 | 2026-07-17T04:15:30.795Z | Compiling async-stream v0.3.6 |
| 2471 | 2026-07-17T04:15:30.823Z | Compiling sha1 v0.11.0 |
| 2472 | 2026-07-17T04:15:30.844Z | Compiling progenitor-client v0.14.0 |
| 2473 | 2026-07-17T04:15:30.907Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2474 | 2026-07-17T04:15:30.946Z | Compiling waitgroup v0.1.2 |
| 2475 | 2026-07-17T04:15:31.002Z | Compiling rustls-pemfile v2.2.0 |
| 2476 | 2026-07-17T04:15:31.040Z | Compiling backon v1.6.0 |
| 2477 | 2026-07-17T04:15:31.117Z | Compiling hostname v0.4.2 |
| 2478 | 2026-07-17T04:15:31.118Z | Compiling serde_path_to_error v0.1.20 |
| 2479 | 2026-07-17T04:15:31.160Z | Compiling instant v0.1.13 |
| 2480 | 2026-07-17T04:15:31.183Z | Compiling minimal-lexical v0.2.1 |
| 2481 | 2026-07-17T04:15:31.187Z | Compiling debug-ignore v1.0.5 |
| 2482 | 2026-07-17T04:15:31.242Z | Compiling progenitor-extras v0.2.0 |
| 2483 | 2026-07-17T04:15:31.276Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2484 | 2026-07-17T04:15:31.301Z | Compiling backoff v0.4.0 |
| 2485 | 2026-07-17T04:15:31.320Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2486 | 2026-07-17T04:15:31.342Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-07-17T04:15:31.540Z | Compiling nom v7.1.3 |
| 2488 | 2026-07-17T04:15:31.563Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2489 | 2026-07-17T04:15:31.589Z | Compiling parse-display v0.10.0 |
| 2490 | 2026-07-17T04:15:31.616Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2491 | 2026-07-17T04:15:31.634Z | Compiling hickory-proto v0.24.4 |
| 2492 | 2026-07-17T04:15:31.855Z | Compiling regress v0.10.5 |
| 2493 | 2026-07-17T04:15:32.210Z | Compiling macaddr v1.0.1 |
| 2494 | 2026-07-17T04:15:32.256Z | Compiling humantime v2.3.0 |
| 2495 | 2026-07-17T04:15:32.313Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-07-17T04:15:32.481Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2497 | 2026-07-17T04:15:32.556Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2498 | 2026-07-17T04:15:32.660Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-07-17T04:15:32.900Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-07-17T04:15:32.929Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2501 | 2026-07-17T04:15:33.195Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-07-17T04:15:33.458Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2503 | 2026-07-17T04:15:33.663Z | Compiling toml v0.8.23 |
| 2504 | 2026-07-17T04:15:33.784Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2505 | 2026-07-17T04:15:33.886Z | Compiling papergrid v0.11.0 |
| 2506 | 2026-07-17T04:15:33.943Z | Compiling tabled_derive v0.7.0 |
| 2507 | 2026-07-17T04:15:33.992Z | Compiling derive_more v2.1.1 |
| 2508 | 2026-07-17T04:15:34.034Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-07-17T04:15:34.107Z | Compiling termtree v0.5.1 |
| 2510 | 2026-07-17T04:15:34.195Z | Compiling hickory-resolver v0.24.4 |
| 2511 | 2026-07-17T04:15:34.253Z | Compiling crossterm v0.29.0 |
| 2512 | 2026-07-17T04:15:34.306Z | Compiling phf_shared v0.12.1 |
| 2513 | 2026-07-17T04:15:34.552Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2514 | 2026-07-17T04:15:34.871Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2515 | 2026-07-17T04:15:35.106Z | Compiling tabled v0.15.0 |
| 2516 | 2026-07-17T04:15:35.130Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2517 | 2026-07-17T04:15:35.573Z | Compiling typify v0.6.2 |
| 2518 | 2026-07-17T04:15:35.860Z | Compiling progenitor-impl v0.14.0 |
| 2519 | 2026-07-17T04:15:36.283Z | Compiling qorb v0.4.1 |
| 2520 | 2026-07-17T04:15:37.260Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2521 | 2026-07-17T04:15:37.802Z | Compiling csv-core v0.1.13 |
| 2522 | 2026-07-17T04:15:38.039Z | Compiling progenitor-macro v0.14.0 |
| 2523 | 2026-07-17T04:15:38.259Z | Compiling vte v0.14.1 |
| 2524 | 2026-07-17T04:15:38.520Z | Compiling chrono-tz v0.10.4 |
| 2525 | 2026-07-17T04:15:38.744Z | Compiling highway v1.3.0 |
| 2526 | 2026-07-17T04:15:39.072Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2527 | 2026-07-17T04:15:39.455Z | Compiling strip-ansi-escapes v0.2.1 |
| 2528 | 2026-07-17T04:15:39.476Z | Compiling csv v1.4.0 |
| 2529 | 2026-07-17T04:15:39.505Z | Compiling phf v0.12.1 |
| 2530 | 2026-07-17T04:15:39.579Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2531 | 2026-07-17T04:15:39.702Z | Compiling const_format_proc_macros v0.2.34 |
| 2532 | 2026-07-17T04:15:39.728Z | Compiling fd-lock v4.0.4 |
| 2533 | 2026-07-17T04:15:39.895Z | Compiling peg-macros v0.8.5 |
| 2534 | 2026-07-17T04:15:40.023Z | Compiling nu-ansi-term v0.50.3 |
| 2535 | 2026-07-17T04:15:40.071Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-07-17T04:15:40.501Z | Compiling const_format v0.2.35 |
| 2537 | 2026-07-17T04:15:40.565Z | Compiling reedline v0.40.0 |
| 2538 | 2026-07-17T04:15:40.892Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2539 | 2026-07-17T04:15:41.189Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2540 | 2026-07-17T04:15:42.013Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2541 | 2026-07-17T04:15:42.051Z | Compiling progenitor v0.14.0 |
| 2542 | 2026-07-17T04:15:42.175Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-07-17T04:15:42.235Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2544 | 2026-07-17T04:15:42.336Z | Compiling peg v0.8.5 |
| 2545 | 2026-07-17T04:15:42.426Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2546 | 2026-07-17T04:15:42.617Z | Compiling bcs v0.1.6 |
| 2547 | 2026-07-17T04:15:43.057Z | Compiling nom v8.0.0 |
| 2548 | 2026-07-17T04:15:43.082Z | Compiling semver v0.1.20 |
| 2549 | 2026-07-17T04:15:43.384Z | Compiling rustc_version v0.1.7 |
| 2550 | 2026-07-17T04:15:43.617Z | Compiling newtype_derive v0.1.6 |
| 2551 | 2026-07-17T04:15:43.901Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2552 | 2026-07-17T04:15:44.158Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2553 | 2026-07-17T04:15:44.187Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2554 | 2026-07-17T04:15:44.578Z | Compiling unicode-linebreak v0.1.5 |
| 2555 | 2026-07-17T04:15:44.758Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2026-07-17T04:15:44.844Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2557 | 2026-07-17T04:15:44.891Z | Compiling smawk v0.3.2 |
| 2558 | 2026-07-17T04:15:45.026Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2559 | 2026-07-17T04:15:45.049Z | Compiling textwrap v0.16.2 |
| 2560 | 2026-07-17T04:15:45.073Z | Compiling base64 v0.21.7 |
| 2561 | 2026-07-17T04:15:45.198Z | Compiling steno v0.4.1 |
| 2562 | 2026-07-17T04:15:45.658Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2563 | 2026-07-17T04:15:45.947Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2564 | 2026-07-17T04:15:45.983Z | Compiling sha1 v0.10.6 |
| 2565 | 2026-07-17T04:15:46.451Z | Compiling utf-8 v0.7.6 |
| 2566 | 2026-07-17T04:15:46.541Z | Compiling tagptr v0.2.0 |
| 2567 | 2026-07-17T04:15:46.685Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2568 | 2026-07-17T04:15:46.704Z | Compiling moka v0.12.13 |
| 2569 | 2026-07-17T04:15:46.738Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-07-17T04:15:46.765Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-07-17T04:15:46.934Z | Compiling display-error-chain v0.2.2 |
| 2572 | 2026-07-17T04:15:48.038Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2573 | 2026-07-17T04:15:48.099Z | Compiling radium v0.7.0 |
| 2574 | 2026-07-17T04:15:48.099Z | Compiling tap v1.0.1 |
| 2575 | 2026-07-17T04:15:48.099Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-07-17T04:15:48.099Z | Compiling tokio-tungstenite v0.21.0 |
| 2577 | 2026-07-17T04:15:48.099Z | Compiling hickory-resolver v0.25.2 |
| 2578 | 2026-07-17T04:15:48.099Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2579 | 2026-07-17T04:15:48.099Z | Compiling wyz v0.5.1 |
| 2580 | 2026-07-17T04:15:48.108Z | Compiling vergen-lib v0.1.6 |
| 2581 | 2026-07-17T04:15:48.270Z | Compiling zerocopy-derive v0.6.6 |
| 2582 | 2026-07-17T04:15:48.301Z | Compiling diesel_derives v2.3.7 |
| 2583 | 2026-07-17T04:15:48.539Z | Compiling packed_struct v0.10.1 |
| 2584 | 2026-07-17T04:15:48.861Z | Compiling funty v2.0.0 |
| 2585 | 2026-07-17T04:15:48.900Z | Compiling crc-catalog v2.4.0 |
| 2586 | 2026-07-17T04:15:49.064Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2587 | 2026-07-17T04:15:49.093Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-07-17T04:15:49.488Z | Compiling bitvec v1.0.1 |
| 2589 | 2026-07-17T04:15:49.860Z | Compiling crc v3.4.0 |
| 2590 | 2026-07-17T04:15:50.111Z | Compiling dsl_auto_type v0.2.0 |
| 2591 | 2026-07-17T04:15:50.201Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2592 | 2026-07-17T04:15:50.260Z | Compiling scheduled-thread-pool v0.2.7 |
| 2593 | 2026-07-17T04:15:50.653Z | Compiling packed_struct_codegen v0.10.1 |
| 2594 | 2026-07-17T04:15:50.848Z | Compiling vergen-gitcl v1.0.8 |
| 2595 | 2026-07-17T04:15:50.874Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2596 | 2026-07-17T04:15:51.067Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2597 | 2026-07-17T04:15:51.096Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2598 | 2026-07-17T04:15:51.114Z | Compiling bitfield-macros v0.19.4 |
| 2599 | 2026-07-17T04:15:51.260Z | Compiling dirs-sys-next v0.1.2 |
| 2600 | 2026-07-17T04:15:51.356Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2601 | 2026-07-17T04:15:51.569Z | Compiling indexmap v1.9.3 |
| 2602 | 2026-07-17T04:15:51.691Z | Compiling glob v0.3.3 |
| 2603 | 2026-07-17T04:15:51.783Z | Compiling maplit v1.0.2 |
| 2604 | 2026-07-17T04:15:51.831Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-07-17T04:15:51.883Z | Compiling crunchy v0.2.4 |
| 2606 | 2026-07-17T04:15:51.906Z | Compiling bitfield v0.19.4 |
| 2607 | 2026-07-17T04:15:51.970Z | Compiling array-init v0.0.4 |
| 2608 | 2026-07-17T04:15:52.060Z | Compiling clang-sys v1.8.1 |
| 2609 | 2026-07-17T04:15:52.240Z | Compiling proc-macro-error2 v2.0.1 |
| 2610 | 2026-07-17T04:15:52.364Z | Compiling dirs-next v2.0.0 |
| 2611 | 2026-07-17T04:15:52.546Z | Compiling r2d2 v0.8.10 |
| 2612 | 2026-07-17T04:15:52.562Z | Compiling smallvec v0.6.14 |
| 2613 | 2026-07-17T04:15:52.838Z | Compiling num-derive v0.3.3 |
| 2614 | 2026-07-17T04:15:52.863Z | Compiling hashbrown v0.12.3 |
| 2615 | 2026-07-17T04:15:53.169Z | Compiling tiny-keccak v2.0.2 |
| 2616 | 2026-07-17T04:15:53.372Z | Compiling downcast-rs v2.0.2 |
| 2617 | 2026-07-17T04:15:53.520Z | Compiling serde-hex v0.1.0 |
| 2618 | 2026-07-17T04:15:53.687Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2619 | 2026-07-17T04:15:53.754Z | Compiling libscf-sys v1.1.0 |
| 2620 | 2026-07-17T04:15:53.774Z | Compiling tabled_derive v0.11.0 |
| 2621 | 2026-07-17T04:15:53.858Z | Compiling term v0.7.0 |
| 2622 | 2026-07-17T04:15:53.925Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2623 | 2026-07-17T04:15:54.021Z | Compiling ron v0.8.1 |
| 2624 | 2026-07-17T04:15:54.043Z | Compiling papergrid v0.17.0 |
| 2625 | 2026-07-17T04:15:54.166Z | Compiling testing_table v0.3.0 |
| 2626 | 2026-07-17T04:15:54.220Z | Compiling hashbrown v0.13.2 |
| 2627 | 2026-07-17T04:15:54.350Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-07-17T04:15:54.590Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-07-17T04:15:54.612Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-07-17T04:15:54.810Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2631 | 2026-07-17T04:15:54.837Z | Compiling object v0.30.4 |
| 2632 | 2026-07-17T04:15:54.856Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-07-17T04:15:55.035Z | Compiling ascii-canvas v3.0.0 |
| 2634 | 2026-07-17T04:15:55.274Z | Compiling tabled v0.20.0 |
| 2635 | 2026-07-17T04:15:55.642Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2636 | 2026-07-17T04:15:55.769Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2637 | 2026-07-17T04:15:57.223Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2638 | 2026-07-17T04:15:57.271Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2639 | 2026-07-17T04:15:57.271Z | Compiling progenitor-impl v0.13.0 |
| 2640 | 2026-07-17T04:15:57.271Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2641 | 2026-07-17T04:15:57.271Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2642 | 2026-07-17T04:15:57.271Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2643 | 2026-07-17T04:15:57.271Z | Compiling itertools v0.10.5 |
| 2644 | 2026-07-17T04:15:57.271Z | Compiling diesel v2.3.7 |
| 2645 | 2026-07-17T04:15:57.271Z | Compiling ena v0.14.4 |
| 2646 | 2026-07-17T04:15:57.393Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2647 | 2026-07-17T04:15:57.523Z | Compiling libloading v0.8.9 |
| 2648 | 2026-07-17T04:15:57.643Z | Compiling path-slash v0.1.5 |
| 2649 | 2026-07-17T04:15:57.754Z | Compiling diff v0.1.13 |
| 2650 | 2026-07-17T04:15:57.838Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-07-17T04:15:58.028Z | Compiling unicase v2.9.0 |
| 2652 | 2026-07-17T04:15:58.128Z | Compiling xshell-macros v0.2.7 |
| 2653 | 2026-07-17T04:15:58.149Z | Compiling regex-syntax v0.6.29 |
| 2654 | 2026-07-17T04:15:58.343Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2655 | 2026-07-17T04:15:58.372Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2656 | 2026-07-17T04:15:58.545Z | Compiling xshell v0.2.7 |
| 2657 | 2026-07-17T04:15:58.705Z | Compiling progenitor-macro v0.13.0 |
| 2658 | 2026-07-17T04:15:59.661Z | Compiling lalrpop v0.19.12 |
| 2659 | 2026-07-17T04:16:00.008Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2660 | 2026-07-17T04:16:00.381Z | Compiling cexpr v0.6.0 |
| 2661 | 2026-07-17T04:16:01.019Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2662 | 2026-07-17T04:16:01.255Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2663 | 2026-07-17T04:16:01.744Z | Compiling progenitor-client v0.13.0 |
| 2664 | 2026-07-17T04:16:02.284Z | Compiling rustc-hash v2.1.1 |
| 2665 | 2026-07-17T04:16:02.692Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-07-17T04:16:02.736Z | Compiling progenitor v0.13.0 |
| 2667 | 2026-07-17T04:16:03.029Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2026-07-17T04:16:03.135Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2669 | 2026-07-17T04:16:03.590Z | Compiling headers-core v0.3.0 |
| 2670 | 2026-07-17T04:16:03.776Z | Compiling libxml v0.3.3 |
| 2671 | 2026-07-17T04:16:03.919Z | Compiling crc8 v0.1.1 |
| 2672 | 2026-07-17T04:16:04.075Z | Compiling headers v0.4.1 |
| 2673 | 2026-07-17T04:16:04.091Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2674 | 2026-07-17T04:16:04.143Z | Compiling strum_macros v0.24.3 |
| 2675 | 2026-07-17T04:16:04.237Z | Compiling indoc v1.0.9 |
| 2676 | 2026-07-17T04:16:04.373Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-07-17T04:16:04.395Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2678 | 2026-07-17T04:16:04.642Z | Compiling derive_builder v0.20.2 |
| 2679 | 2026-07-17T04:16:04.686Z | Compiling oso-derive v0.27.3 |
| 2680 | 2026-07-17T04:16:05.663Z | Compiling quick-xml v0.37.5 |
| 2681 | 2026-07-17T04:16:05.706Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2682 | 2026-07-17T04:16:05.706Z | Compiling openssl-probe v0.1.6 |
| 2683 | 2026-07-17T04:16:05.706Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2684 | 2026-07-17T04:16:05.706Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2685 | 2026-07-17T04:16:05.728Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-07-17T04:16:05.936Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2687 | 2026-07-17T04:16:06.167Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-07-17T04:16:06.199Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-07-17T04:16:06.513Z | Compiling half v1.8.3 |
| 2690 | 2026-07-17T04:16:06.597Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2691 | 2026-07-17T04:16:06.783Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2692 | 2026-07-17T04:16:06.974Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-07-17T04:16:07.020Z | Compiling samael v0.0.19 |
| 2694 | 2026-07-17T04:16:07.093Z | Compiling polar-core v0.27.3 |
| 2695 | 2026-07-17T04:16:07.351Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2696 | 2026-07-17T04:16:07.554Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2697 | 2026-07-17T04:16:07.827Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2698 | 2026-07-17T04:16:07.926Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2699 | 2026-07-17T04:16:08.009Z | Compiling nonempty v0.12.0 |
| 2700 | 2026-07-17T04:16:08.024Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2701 | 2026-07-17T04:16:08.210Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2702 | 2026-07-17T04:16:08.412Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2703 | 2026-07-17T04:16:08.433Z | Compiling fxhash v0.2.1 |
| 2704 | 2026-07-17T04:16:08.518Z | Compiling libz-sys v1.1.24 |
| 2705 | 2026-07-17T04:16:08.631Z | Compiling salty v0.3.0 |
| 2706 | 2026-07-17T04:16:09.031Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2707 | 2026-07-17T04:16:09.252Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2708 | 2026-07-17T04:16:09.600Z | Compiling kstat-rs v0.2.4 |
| 2709 | 2026-07-17T04:16:10.052Z | Compiling arc-swap v1.8.2 |
| 2710 | 2026-07-17T04:16:10.097Z | Compiling fs-err v2.11.0 |
| 2711 | 2026-07-17T04:16:10.541Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-07-17T04:16:10.690Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2713 | 2026-07-17T04:16:10.704Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-07-17T04:16:10.704Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2715 | 2026-07-17T04:16:11.102Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2716 | 2026-07-17T04:16:11.265Z | Compiling rfc6979 v0.4.0 |
| 2717 | 2026-07-17T04:16:11.451Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2718 | 2026-07-17T04:16:11.669Z | Compiling nanorand v0.7.0 |
| 2719 | 2026-07-17T04:16:12.039Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2720 | 2026-07-17T04:16:12.085Z | Compiling parking_lot_core v0.8.6 |
| 2721 | 2026-07-17T04:16:12.386Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2722 | 2026-07-17T04:16:12.415Z | Compiling flume v0.11.1 |
| 2723 | 2026-07-17T04:16:12.736Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2724 | 2026-07-17T04:16:12.833Z | Compiling ecdsa v0.16.9 |
| 2725 | 2026-07-17T04:16:13.507Z | Compiling slog-stdlog v4.1.1 |
| 2726 | 2026-07-17T04:16:14.149Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2727 | 2026-07-17T04:16:14.199Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2728 | 2026-07-17T04:16:14.269Z | Compiling primeorder v0.13.6 |
| 2729 | 2026-07-17T04:16:14.587Z | Compiling diesel-dtrace v0.5.0 |
| 2730 | 2026-07-17T04:16:14.911Z | Compiling async-bb8-diesel v0.2.1 |
| 2731 | 2026-07-17T04:16:16.351Z | Compiling git-stub v1.0.0 |
| 2732 | 2026-07-17T04:16:16.429Z | Compiling atty v0.2.14 |
| 2733 | 2026-07-17T04:16:16.429Z | Compiling parse-size v1.1.0 |
| 2734 | 2026-07-17T04:16:16.429Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2735 | 2026-07-17T04:16:16.429Z | Compiling http-range v0.1.5 |
| 2736 | 2026-07-17T04:16:16.429Z | Compiling strsim v0.10.0 |
| 2737 | 2026-07-17T04:16:16.429Z | Compiling instability v0.3.11 |
| 2738 | 2026-07-17T04:16:16.429Z | Compiling darling_core v0.13.4 |
| 2739 | 2026-07-17T04:16:16.429Z | Compiling oso v0.27.3 |
| 2740 | 2026-07-17T04:16:16.429Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2741 | 2026-07-17T04:16:17.612Z | Compiling git-stub-vcs v0.1.0 |
| 2742 | 2026-07-17T04:16:17.984Z | Compiling p384 v0.13.1 |
| 2743 | 2026-07-17T04:16:18.011Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-07-17T04:16:20.020Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-07-17T04:16:20.118Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2746 | 2026-07-17T04:16:20.301Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2747 | 2026-07-17T04:16:20.415Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2748 | 2026-07-17T04:16:21.619Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2749 | 2026-07-17T04:16:22.266Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2750 | 2026-07-17T04:16:22.481Z | Compiling ignore v0.4.25 |
| 2751 | 2026-07-17T04:16:22.681Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-07-17T04:16:22.791Z | Compiling castaway v0.2.4 |
| 2753 | 2026-07-17T04:16:22.971Z | Compiling vergen-git2 v9.1.0 |
| 2754 | 2026-07-17T04:16:23.195Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-17T04:16:23.438Z | Compiling indoc v2.0.7 |
| 2756 | 2026-07-17T04:16:24.090Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-07-17T04:16:24.613Z | Compiling globwalk v0.9.1 |
| 2758 | 2026-07-17T04:16:24.634Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-07-17T04:16:25.071Z | Compiling parking_lot v0.11.2 |
| 2760 | 2026-07-17T04:16:25.266Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2761 | 2026-07-17T04:16:25.453Z | Compiling hyper-staticfile v0.10.1 |
| 2762 | 2026-07-17T04:16:25.759Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-07-17T04:16:25.899Z | Compiling darling_macro v0.13.4 |
| 2764 | 2026-07-17T04:16:26.254Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2765 | 2026-07-17T04:16:26.299Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2766 | 2026-07-17T04:16:26.437Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2767 | 2026-07-17T04:16:26.618Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2026-07-17T04:16:26.709Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2769 | 2026-07-17T04:16:26.919Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2770 | 2026-07-17T04:16:27.227Z | Compiling predicates-tree v1.0.13 |
| 2771 | 2026-07-17T04:16:27.417Z | Compiling unicode-truncate v1.1.0 |
| 2772 | 2026-07-17T04:16:27.629Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2773 | 2026-07-17T04:16:27.690Z | Compiling lru v0.12.5 |
| 2774 | 2026-07-17T04:16:27.866Z | Compiling rand_seeder v0.4.0 |
| 2775 | 2026-07-17T04:16:27.918Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-07-17T04:16:28.040Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2777 | 2026-07-17T04:16:28.126Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2778 | 2026-07-17T04:16:28.323Z | Compiling corncobs v0.1.4 |
| 2779 | 2026-07-17T04:16:28.379Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2780 | 2026-07-17T04:16:28.425Z | Compiling cassowary v0.3.0 |
| 2781 | 2026-07-17T04:16:28.512Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-17T04:16:28.606Z | Compiling hickory-server v0.25.2 |
| 2783 | 2026-07-17T04:16:28.636Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2784 | 2026-07-17T04:16:28.716Z | Compiling ratatui v0.29.0 |
| 2785 | 2026-07-17T04:16:28.739Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2786 | 2026-07-17T04:16:28.842Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-07-17T04:16:29.002Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-07-17T04:16:29.265Z | Compiling darling v0.13.4 |
| 2789 | 2026-07-17T04:16:29.344Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2790 | 2026-07-17T04:16:29.505Z | Compiling sled v0.34.7 |
| 2791 | 2026-07-17T04:16:29.819Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2792 | 2026-07-17T04:16:29.984Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2793 | 2026-07-17T04:16:30.575Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-07-17T04:16:32.228Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-07-17T04:16:32.307Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-07-17T04:16:32.545Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2797 | 2026-07-17T04:16:32.782Z | Compiling secrecy v0.8.0 |
| 2798 | 2026-07-17T04:16:32.852Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2799 | 2026-07-17T04:16:33.216Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-17T04:16:33.611Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2801 | 2026-07-17T04:16:34.106Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2802 | 2026-07-17T04:16:34.148Z | Compiling serde_with_macros v1.5.2 |
| 2803 | 2026-07-17T04:16:34.963Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2804 | 2026-07-17T04:16:35.936Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-07-17T04:16:35.982Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-07-17T04:16:36.012Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2807 | 2026-07-17T04:16:36.271Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2808 | 2026-07-17T04:16:36.503Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-07-17T04:16:36.750Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-07-17T04:16:36.977Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-07-17T04:16:37.036Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-07-17T04:16:37.233Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2813 | 2026-07-17T04:16:37.276Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2814 | 2026-07-17T04:16:37.478Z | Compiling void v1.0.2 |
| 2815 | 2026-07-17T04:16:37.631Z | Compiling lzss v0.8.2 |
| 2816 | 2026-07-17T04:16:37.852Z | Compiling illumos-nvpair v0.3.0 |
| 2817 | 2026-07-17T04:16:37.931Z | Compiling git2 v0.20.4 |
| 2818 | 2026-07-17T04:16:38.290Z | Compiling serde_with v1.14.0 |
| 2819 | 2026-07-17T04:16:38.360Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2820 | 2026-07-17T04:16:38.935Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2821 | 2026-07-17T04:16:39.498Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2822 | 2026-07-17T04:16:39.531Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2823 | 2026-07-17T04:16:40.857Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2824 | 2026-07-17T04:16:40.952Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2825 | 2026-07-17T04:16:41.261Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2826 | 2026-07-17T04:16:41.716Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2827 | 2026-07-17T04:16:42.426Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2828 | 2026-07-17T04:16:42.668Z | Compiling tungstenite v0.23.0 |
| 2829 | 2026-07-17T04:16:42.804Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2830 | 2026-07-17T04:16:43.246Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2831 | 2026-07-17T04:16:43.975Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2832 | 2026-07-17T04:16:44.217Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-07-17T04:16:44.468Z | Compiling nix v0.27.1 |
| 2834 | 2026-07-17T04:16:44.863Z | Compiling twox-hash v2.1.2 |
| 2835 | 2026-07-17T04:16:44.976Z | Compiling serde_bytes v0.11.19 |
| 2836 | 2026-07-17T04:16:45.281Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2837 | 2026-07-17T04:16:45.385Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2838 | 2026-07-17T04:16:45.408Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2839 | 2026-07-17T04:16:45.430Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-07-17T04:16:45.522Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2841 | 2026-07-17T04:16:45.643Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2842 | 2026-07-17T04:16:45.819Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2843 | 2026-07-17T04:16:47.221Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2844 | 2026-07-17T04:16:47.862Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-07-17T04:16:49.585Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2846 | 2026-07-17T04:16:49.993Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2847 | 2026-07-17T04:16:50.096Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2848 | 2026-07-17T04:16:50.307Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2849 | 2026-07-17T04:16:50.410Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2850 | 2026-07-17T04:16:50.754Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2851 | 2026-07-17T04:16:51.037Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2852 | 2026-07-17T04:16:51.325Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2853 | 2026-07-17T04:16:51.575Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-07-17T04:16:52.254Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2855 | 2026-07-17T04:16:52.717Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2856 | 2026-07-17T04:16:54.261Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2857 | 2026-07-17T04:16:55.356Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-07-17T04:16:55.450Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-07-17T04:16:56.085Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2860 | 2026-07-17T04:16:56.603Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-07-17T04:16:57.563Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2862 | 2026-07-17T04:16:57.588Z | Compiling signal-hook-tokio v0.3.1 |
| 2863 | 2026-07-17T04:16:57.621Z | Compiling fatfs v0.3.6 |
| 2864 | 2026-07-17T04:16:57.786Z | Compiling yasna v0.5.2 |
| 2865 | 2026-07-17T04:16:57.810Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2866 | 2026-07-17T04:16:58.530Z | Compiling assert_matches v1.5.0 |
| 2867 | 2026-07-17T04:16:58.636Z | Compiling is_ci v1.2.0 |
| 2868 | 2026-07-17T04:16:58.854Z | Compiling seq-macro v0.3.6 |
| 2869 | 2026-07-17T04:16:58.875Z | Compiling supports-color v3.0.2 |
| 2870 | 2026-07-17T04:16:59.024Z | Compiling rcgen v0.12.1 |
| 2871 | 2026-07-17T04:16:59.156Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2872 | 2026-07-17T04:16:59.354Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2873 | 2026-07-17T04:16:59.462Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2874 | 2026-07-17T04:17:00.952Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-07-17T04:17:01.208Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2876 | 2026-07-17T04:17:01.452Z | Compiling port-file v0.1.0 |
| 2877 | 2026-07-17T04:17:01.682Z | Compiling subprocess v0.2.15 |
| 2878 | 2026-07-17T04:17:01.815Z | Compiling rtoolbox v0.0.3 |
| 2879 | 2026-07-17T04:17:02.077Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2880 | 2026-07-17T04:17:03.312Z | Compiling rpassword v7.5.4 |
| 2881 | 2026-07-17T04:17:03.412Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2882 | 2026-07-17T04:17:03.854Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2883 | 2026-07-17T04:17:03.959Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2884 | 2026-07-17T04:17:04.096Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2885 | 2026-07-17T04:17:06.399Z | Compiling tui-tree-widget v0.23.1 |
| 2886 | 2026-07-17T04:17:06.422Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2887 | 2026-07-17T04:17:06.685Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2888 | 2026-07-17T04:17:07.522Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2889 | 2026-07-17T04:17:07.764Z | Compiling uzers v0.12.2 |
| 2890 | 2026-07-17T04:17:08.197Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2026-07-17T04:17:08.222Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2892 | 2026-07-17T04:17:09.261Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2893 | 2026-07-17T04:17:10.819Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2894 | 2026-07-17T04:17:12.468Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2895 | 2026-07-17T04:17:13.003Z | Compiling support-bundle-viewer v0.1.2 |
| 2896 | 2026-07-17T04:17:14.646Z | Compiling multimap v0.10.1 |
| 2897 | 2026-07-17T04:17:28.415Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2898 | 2026-07-17T04:17:32.425Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2899 | 2026-07-17T04:17:35.826Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2900 | 2026-07-17T04:17:36.154Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2901 | 2026-07-17T04:17:36.247Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2902 | 2026-07-17T04:23:51.726Z | Finished `release` profile [optimized] target(s) in 8m 24s |
| 2903 | 2026-07-17T04:24:37.836Z | |
| 2904 | 2026-07-17T04:24:37.836Z | real 9:11.353438444 |
| 2905 | 2026-07-17T04:24:37.836Z | user 1:18:34.929211026 |
| 2906 | 2026-07-17T04:24:37.836Z | sys 3:29.637129585 |
| 2907 | 2026-07-17T04:24:37.836Z | trap 1.741310169 |
| 2908 | 2026-07-17T04:24:37.840Z | tflt 2.248454796 |
| 2909 | 2026-07-17T04:24:37.840Z | dflt 17.736764438 |
| 2910 | 2026-07-17T04:24:37.840Z | kflt 0.005527706 |
| 2911 | 2026-07-17T04:24:37.840Z | lock 6:42:50.527635603 |
| 2912 | 2026-07-17T04:24:37.840Z | slp 2:10:22.460331378 |
| 2913 | 2026-07-17T04:24:37.840Z | lat 2:18.885275101 |
| 2914 | 2026-07-17T04:24:37.840Z | stop 5:05.461078216 |
| 2915 | 2026-07-17T04:24:37.840Z | + mapfile -t packages |
| 2916 | 2026-07-17T04:24:37.840Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2917 | 2026-07-17T04:24:38.724Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2918 | 2026-07-17T04:24:38.791Z | Running `target/release/omicron-package -t test list-outputs` |
| 2919 | 2026-07-17T04:24:38.849Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2920 | 2026-07-17T04:24:38.853Z | + ptime -m cargo build --locked --release -p xtask |
| 2921 | 2026-07-17T04:24:39.318Z | Compiling libc v0.2.185 |
| 2922 | 2026-07-17T04:24:39.318Z | Compiling serde_core v1.0.228 |
| 2923 | 2026-07-17T04:24:39.318Z | Compiling serde v1.0.228 |
| 2924 | 2026-07-17T04:24:39.322Z | Compiling rustix v1.1.3 |
| 2925 | 2026-07-17T04:24:39.322Z | Compiling bitflags v2.11.0 |
| 2926 | 2026-07-17T04:24:39.322Z | Compiling serde_json v1.0.150 |
| 2927 | 2026-07-17T04:24:39.476Z | Compiling usdt-impl v0.5.0 |
| 2928 | 2026-07-17T04:24:39.502Z | Compiling syn v2.0.117 |
| 2929 | 2026-07-17T04:24:39.502Z | Compiling syn v1.0.109 |
| 2930 | 2026-07-17T04:24:39.509Z | Compiling log v0.4.29 |
| 2931 | 2026-07-17T04:24:39.509Z | Compiling getrandom v0.4.1 |
| 2932 | 2026-07-17T04:24:39.513Z | Compiling indexmap v2.14.0 |
| 2933 | 2026-07-17T04:24:39.544Z | Compiling fs-err v3.3.0 |
| 2934 | 2026-07-17T04:24:39.728Z | Compiling once_cell v1.21.3 |
| 2935 | 2026-07-17T04:24:39.798Z | Compiling anyhow v1.0.102 |
| 2936 | 2026-07-17T04:24:39.802Z | Compiling heck v0.4.1 |
| 2937 | 2026-07-17T04:24:40.217Z | Compiling errno v0.3.14 |
| 2938 | 2026-07-17T04:24:40.222Z | Compiling thread-id v4.2.2 |
| 2939 | 2026-07-17T04:24:40.222Z | Compiling memmap v0.7.0 |
| 2940 | 2026-07-17T04:24:40.979Z | Compiling proc-macro-error v1.0.4 |
| 2941 | 2026-07-17T04:24:41.183Z | Compiling terminal_size v0.4.3 |
| 2942 | 2026-07-17T04:24:41.183Z | Compiling tempfile v3.25.0 |
| 2943 | 2026-07-17T04:24:41.229Z | Compiling tabled_derive v0.7.0 |
| 2944 | 2026-07-17T04:24:41.278Z | Compiling clap_builder v4.6.0 |
| 2945 | 2026-07-17T04:24:41.279Z | Compiling textwrap v0.16.2 |
| 2946 | 2026-07-17T04:24:41.550Z | Compiling camino v1.2.2 |
| 2947 | 2026-07-17T04:24:41.550Z | Compiling cargo-platform v0.3.2 |
| 2948 | 2026-07-17T04:24:41.597Z | Compiling semver v1.0.28 |
| 2949 | 2026-07-17T04:24:41.649Z | Compiling pest_generator v2.8.6 |
| 2950 | 2026-07-17T04:24:41.871Z | Compiling camino-tempfile v1.4.1 |
| 2951 | 2026-07-17T04:24:41.956Z | Compiling tabled v0.15.0 |
| 2952 | 2026-07-17T04:24:42.216Z | Compiling serde_derive v1.0.228 |
| 2953 | 2026-07-17T04:24:42.217Z | Compiling thiserror-impl v1.0.69 |
| 2954 | 2026-07-17T04:24:42.220Z | Compiling zerocopy-derive v0.7.35 |
| 2955 | 2026-07-17T04:24:42.220Z | Compiling pest_derive v2.8.6 |
| 2956 | 2026-07-17T04:24:42.220Z | Compiling scroll_derive v0.12.1 |
| 2957 | 2026-07-17T04:24:42.220Z | Compiling thiserror-impl v2.0.18 |
| 2958 | 2026-07-17T04:24:42.240Z | Compiling clap_derive v4.6.1 |
| 2959 | 2026-07-17T04:24:42.927Z | Compiling scroll v0.12.0 |
| 2960 | 2026-07-17T04:24:43.070Z | Compiling zerocopy v0.7.35 |
| 2961 | 2026-07-17T04:24:43.206Z | Compiling goblin v0.8.2 |
| 2962 | 2026-07-17T04:24:43.289Z | Compiling thiserror v1.0.69 |
| 2963 | 2026-07-17T04:24:43.406Z | Compiling dtrace-parser v0.2.0 |
| 2964 | 2026-07-17T04:24:43.621Z | Compiling thiserror v2.0.18 |
| 2965 | 2026-07-17T04:24:43.650Z | Compiling clap v4.6.1 |
| 2966 | 2026-07-17T04:24:45.425Z | Compiling dof v0.3.0 |
| 2967 | 2026-07-17T04:24:45.428Z | Compiling serde_spanned v0.6.9 |
| 2968 | 2026-07-17T04:24:45.498Z | Compiling toml_datetime v0.6.11 |
| 2969 | 2026-07-17T04:24:45.517Z | Compiling serde_tokenstream v0.2.3 |
| 2970 | 2026-07-17T04:24:45.532Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2971 | 2026-07-17T04:24:45.550Z | Compiling macaddr v1.0.1 |
| 2972 | 2026-07-17T04:24:45.603Z | Compiling cargo_metadata v0.23.1 |
| 2973 | 2026-07-17T04:24:45.699Z | Compiling toml_edit v0.22.27 |
| 2974 | 2026-07-17T04:24:46.109Z | Compiling usdt-macro v0.5.0 |
| 2975 | 2026-07-17T04:24:46.112Z | Compiling usdt-attr-macro v0.5.0 |
| 2976 | 2026-07-17T04:24:46.768Z | Compiling usdt v0.5.0 |
| 2977 | 2026-07-17T04:24:47.244Z | Compiling toml v0.8.23 |
| 2978 | 2026-07-17T04:24:47.695Z | Compiling cargo_toml v0.21.0 |
| 2979 | 2026-07-17T04:24:52.113Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2980 | 2026-07-17T04:24:55.326Z | Finished `release` profile [optimized] target(s) in 16.46s |
| 2981 | 2026-07-17T04:24:55.431Z | |
| 2982 | 2026-07-17T04:24:55.431Z | real 16.543254215 |
| 2983 | 2026-07-17T04:24:55.431Z | user 2:05.255938564 |
| 2984 | 2026-07-17T04:24:55.431Z | sys 14.196200616 |
| 2985 | 2026-07-17T04:24:55.431Z | trap 0.072916350 |
| 2986 | 2026-07-17T04:24:55.431Z | tflt 0.500043461 |
| 2987 | 2026-07-17T04:24:55.431Z | dflt 1.603621524 |
| 2988 | 2026-07-17T04:24:55.431Z | kflt 0.000086196 |
| 2989 | 2026-07-17T04:24:55.431Z | lock 4:24.385329856 |
| 2990 | 2026-07-17T04:24:55.431Z | slp 2:40.836940918 |
| 2991 | 2026-07-17T04:24:55.434Z | lat 4.888985279 |
| 2992 | 2026-07-17T04:24:55.434Z | stop 15.653567339 |
| 2993 | 2026-07-17T04:24:55.434Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2994 | 2026-07-17T04:24:55.434Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2995 | 2026-07-17T04:24:55.434Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2996 | 2026-07-17T04:24:55.434Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2997 | 2026-07-17T04:24:55.434Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2998 | 2026-07-17T04:24:56.326Z | Compiling progenitor-client v0.14.0 |
| 2999 | 2026-07-17T04:24:56.326Z | Compiling newtype-uuid-macros v0.1.0 |
| 3000 | 2026-07-17T04:24:56.326Z | Compiling match_cfg v0.1.0 |
| 3001 | 2026-07-17T04:24:56.326Z | Compiling slog-json v2.6.1 |
| 3002 | 2026-07-17T04:24:56.326Z | Compiling structmeta-derive v0.3.0 |
| 3003 | 2026-07-17T04:24:56.330Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3004 | 2026-07-17T04:24:56.330Z | Compiling sha1 v0.11.0 |
| 3005 | 2026-07-17T04:24:56.330Z | Compiling multer v3.1.0 |
| 3006 | 2026-07-17T04:24:56.330Z | Compiling compression-core v0.4.31 |
| 3007 | 2026-07-17T04:24:56.330Z | Compiling debug-ignore v1.0.5 |
| 3008 | 2026-07-17T04:24:56.330Z | Compiling itertools v0.14.0 |
| 3009 | 2026-07-17T04:24:56.474Z | Compiling async-stream-impl v0.3.6 |
| 3010 | 2026-07-17T04:24:56.477Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3011 | 2026-07-17T04:24:56.477Z | Compiling serde_spanned v1.1.1 |
| 3012 | 2026-07-17T04:24:56.493Z | Compiling dropshot v0.17.1 |
| 3013 | 2026-07-17T04:24:56.496Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3014 | 2026-07-17T04:24:56.625Z | Compiling waitgroup v0.1.2 |
| 3015 | 2026-07-17T04:24:56.722Z | Compiling rustls-pemfile v2.2.0 |
| 3016 | 2026-07-17T04:24:56.740Z | Compiling dropshot_endpoint v0.17.1 |
| 3017 | 2026-07-17T04:24:56.807Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3018 | 2026-07-17T04:24:56.810Z | Compiling hostname v0.3.1 |
| 3019 | 2026-07-17T04:24:56.843Z | Compiling compression-codecs v0.4.37 |
| 3020 | 2026-07-17T04:24:56.862Z | Compiling serde_path_to_error v0.1.20 |
| 3021 | 2026-07-17T04:24:56.901Z | Compiling hostname v0.4.2 |
| 3022 | 2026-07-17T04:24:56.922Z | Compiling slog-bunyan v2.5.0 |
| 3023 | 2026-07-17T04:24:56.957Z | Compiling atomicwrites v0.4.4 |
| 3024 | 2026-07-17T04:24:56.975Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3025 | 2026-07-17T04:24:56.995Z | Compiling macaddr v1.0.1 |
| 3026 | 2026-07-17T04:24:57.068Z | Compiling async-compression v0.4.41 |
| 3027 | 2026-07-17T04:24:57.085Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3028 | 2026-07-17T04:24:57.104Z | Compiling instant v0.1.13 |
| 3029 | 2026-07-17T04:24:57.124Z | Compiling regress v0.10.5 |
| 3030 | 2026-07-17T04:24:57.148Z | Compiling backon v1.6.0 |
| 3031 | 2026-07-17T04:24:57.184Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3032 | 2026-07-17T04:24:57.210Z | Compiling backoff v0.4.0 |
| 3033 | 2026-07-17T04:24:57.237Z | Compiling humantime v2.3.0 |
| 3034 | 2026-07-17T04:24:57.256Z | Compiling half v2.7.1 |
| 3035 | 2026-07-17T04:24:57.271Z | Compiling async-stream v0.3.6 |
| 3036 | 2026-07-17T04:24:57.286Z | Compiling crucible-workspace-hack v0.1.0 |
| 3037 | 2026-07-17T04:24:57.375Z | Compiling progenitor-extras v0.2.0 |
| 3038 | 2026-07-17T04:24:57.399Z | Compiling ciborium-io v0.2.2 |
| 3039 | 2026-07-17T04:24:57.439Z | Compiling regress v0.11.1 |
| 3040 | 2026-07-17T04:24:57.471Z | Compiling convert_case v0.4.0 |
| 3041 | 2026-07-17T04:24:57.527Z | Compiling ciborium-ll v0.2.2 |
| 3042 | 2026-07-17T04:24:57.545Z | Compiling secrecy v0.10.3 |
| 3043 | 2026-07-17T04:24:57.549Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3044 | 2026-07-17T04:24:57.549Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3045 | 2026-07-17T04:24:57.613Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3046 | 2026-07-17T04:24:57.613Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3047 | 2026-07-17T04:24:57.649Z | Compiling inout v0.1.4 |
| 3048 | 2026-07-17T04:24:57.667Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3049 | 2026-07-17T04:24:57.686Z | Compiling unsafe-libyaml v0.2.11 |
| 3050 | 2026-07-17T04:24:57.719Z | Compiling ciborium v0.2.2 |
| 3051 | 2026-07-17T04:24:57.774Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3052 | 2026-07-17T04:24:57.791Z | Compiling cipher v0.4.4 |
| 3053 | 2026-07-17T04:24:57.832Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3054 | 2026-07-17T04:24:57.878Z | Compiling derive_more v0.99.20 |
| 3055 | 2026-07-17T04:24:57.907Z | Compiling universal-hash v0.5.1 |
| 3056 | 2026-07-17T04:24:57.933Z | Compiling structmeta v0.3.0 |
| 3057 | 2026-07-17T04:24:57.973Z | Compiling opaque-debug v0.3.1 |
| 3058 | 2026-07-17T04:24:57.991Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3059 | 2026-07-17T04:24:58.049Z | Compiling poly1305 v0.8.0 |
| 3060 | 2026-07-17T04:24:58.066Z | Compiling chacha20 v0.9.1 |
| 3061 | 2026-07-17T04:24:58.069Z | Compiling blake2 v0.10.6 |
| 3062 | 2026-07-17T04:24:58.101Z | Compiling aead v0.5.2 |
| 3063 | 2026-07-17T04:24:58.146Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3064 | 2026-07-17T04:24:58.173Z | Compiling derive-ex v0.1.8 |
| 3065 | 2026-07-17T04:24:58.234Z | Compiling parse-display-derive v0.10.0 |
| 3066 | 2026-07-17T04:24:58.330Z | Compiling serde_yaml v0.9.34+deprecated |
| 3067 | 2026-07-17T04:24:58.330Z | Compiling password-hash v0.5.0 |
| 3068 | 2026-07-17T04:24:58.363Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3069 | 2026-07-17T04:24:58.382Z | Compiling chacha20poly1305 v0.10.1 |
| 3070 | 2026-07-17T04:24:58.459Z | Compiling indent_write v2.2.0 |
| 3071 | 2026-07-17T04:24:58.554Z | Compiling darling_core v0.21.3 |
| 3072 | 2026-07-17T04:24:58.627Z | Compiling argon2 v0.5.3 |
| 3073 | 2026-07-17T04:24:58.644Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3074 | 2026-07-17T04:24:58.666Z | Compiling heapless v0.8.0 |
| 3075 | 2026-07-17T04:24:58.762Z | Compiling tabwriter v1.4.1 |
| 3076 | 2026-07-17T04:24:58.813Z | Compiling hash32 v0.3.1 |
| 3077 | 2026-07-17T04:24:58.993Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3078 | 2026-07-17T04:24:59.030Z | Compiling typify-impl v0.6.2 |
| 3079 | 2026-07-17T04:24:59.108Z | Compiling thiserror-no-std v2.0.2 |
| 3080 | 2026-07-17T04:24:59.197Z | Compiling vsss-rs v3.3.4 |
| 3081 | 2026-07-17T04:24:59.221Z | Compiling proc-macro-crate v3.4.0 |
| 3082 | 2026-07-17T04:24:59.281Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3083 | 2026-07-17T04:24:59.536Z | Compiling smoltcp v0.11.0 |
| 3084 | 2026-07-17T04:24:59.816Z | Compiling cobs v0.3.0 |
| 3085 | 2026-07-17T04:24:59.833Z | Compiling num_enum_derive v0.7.6 |
| 3086 | 2026-07-17T04:24:59.849Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3087 | 2026-07-17T04:24:59.949Z | Compiling test-strategy v0.4.5 |
| 3088 | 2026-07-17T04:24:59.982Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3089 | 2026-07-17T04:25:00.007Z | Compiling colored v3.1.1 |
| 3090 | 2026-07-17T04:25:00.023Z | Compiling parse-display v0.10.0 |
| 3091 | 2026-07-17T04:25:00.041Z | Compiling postcard v1.1.3 |
| 3092 | 2026-07-17T04:25:00.256Z | Compiling proc-macro-error v1.0.4 |
| 3093 | 2026-07-17T04:25:00.318Z | Compiling proc-macro-crate v1.3.1 |
| 3094 | 2026-07-17T04:25:00.350Z | Compiling rand v0.10.1 |
| 3095 | 2026-07-17T04:25:00.397Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3096 | 2026-07-17T04:25:00.415Z | Compiling foreign-types-macros v0.2.3 |
| 3097 | 2026-07-17T04:25:00.431Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3098 | 2026-07-17T04:25:00.536Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3099 | 2026-07-17T04:25:00.605Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3100 | 2026-07-17T04:25:00.679Z | Compiling rayon-core v1.13.0 |
| 3101 | 2026-07-17T04:25:00.698Z | Compiling foreign-types-shared v0.3.1 |
| 3102 | 2026-07-17T04:25:00.770Z | Compiling num_enum_derive v0.5.11 |
| 3103 | 2026-07-17T04:25:00.802Z | Compiling crossbeam-deque v0.8.6 |
| 3104 | 2026-07-17T04:25:00.819Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3105 | 2026-07-17T04:25:00.867Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3106 | 2026-07-17T04:25:00.939Z | Compiling cstr-argument v0.1.2 |
| 3107 | 2026-07-17T04:25:00.963Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3108 | 2026-07-17T04:25:00.979Z | Compiling num_enum v0.7.6 |
| 3109 | 2026-07-17T04:25:01.074Z | Compiling foreign-types v0.5.0 |
| 3110 | 2026-07-17T04:25:01.121Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3111 | 2026-07-17T04:25:01.124Z | Compiling darling_macro v0.21.3 |
| 3112 | 2026-07-17T04:25:01.157Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3113 | 2026-07-17T04:25:01.171Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-07-17T04:25:01.212Z | Compiling zone_cfg_derive v0.3.1 |
| 3115 | 2026-07-17T04:25:01.308Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3116 | 2026-07-17T04:25:01.323Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3117 | 2026-07-17T04:25:01.374Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3118 | 2026-07-17T04:25:01.388Z | Compiling itertools v0.12.1 |
| 3119 | 2026-07-17T04:25:01.446Z | Compiling rayon v1.11.0 |
| 3120 | 2026-07-17T04:25:01.563Z | Compiling num-derive v0.4.2 |
| 3121 | 2026-07-17T04:25:01.591Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3122 | 2026-07-17T04:25:01.645Z | Compiling sigpipe v0.1.3 |
| 3123 | 2026-07-17T04:25:01.663Z | Compiling cpubits v0.1.1 |
| 3124 | 2026-07-17T04:25:01.702Z | Compiling glob v0.3.3 |
| 3125 | 2026-07-17T04:25:01.739Z | Compiling darling v0.21.3 |
| 3126 | 2026-07-17T04:25:01.762Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3127 | 2026-07-17T04:25:01.779Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3128 | 2026-07-17T04:25:01.811Z | Compiling smf v0.2.3 |
| 3129 | 2026-07-17T04:25:01.849Z | Compiling ingot-macros v0.1.1 |
| 3130 | 2026-07-17T04:25:01.906Z | Compiling num_enum v0.5.11 |
| 3131 | 2026-07-17T04:25:01.946Z | Compiling whoami v1.6.1 |
| 3132 | 2026-07-17T04:25:02.033Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3133 | 2026-07-17T04:25:02.051Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3134 | 2026-07-17T04:25:02.067Z | Compiling usdt-macro v0.5.0 |
| 3135 | 2026-07-17T04:25:02.089Z | Compiling usdt-attr-macro v0.5.0 |
| 3136 | 2026-07-17T04:25:02.130Z | Compiling gethostname v0.5.0 |
| 3137 | 2026-07-17T04:25:02.197Z | Compiling num-rational v0.4.2 |
| 3138 | 2026-07-17T04:25:02.285Z | Compiling pem-rfc7468 v1.0.0 |
| 3139 | 2026-07-17T04:25:02.371Z | Compiling num-complex v0.4.6 |
| 3140 | 2026-07-17T04:25:02.394Z | Compiling memmap v0.7.0 |
| 3141 | 2026-07-17T04:25:02.555Z | Compiling derive-where v1.6.0 |
| 3142 | 2026-07-17T04:25:02.577Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3143 | 2026-07-17T04:25:02.612Z | Compiling zone v0.3.1 |
| 3144 | 2026-07-17T04:25:02.629Z | Compiling float-ord v0.3.2 |
| 3145 | 2026-07-17T04:25:02.736Z | Compiling toml v0.8.23 |
| 3146 | 2026-07-17T04:25:02.775Z | Compiling num v0.4.3 |
| 3147 | 2026-07-17T04:25:02.810Z | Compiling hmac v0.13.0 |
| 3148 | 2026-07-17T04:25:02.826Z | Compiling universal-hash v0.6.1 |
| 3149 | 2026-07-17T04:25:02.879Z | Compiling resolv-conf v0.7.6 |
| 3150 | 2026-07-17T04:25:02.896Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3151 | 2026-07-17T04:25:02.965Z | Compiling usdt v0.5.0 |
| 3152 | 2026-07-17T04:25:02.997Z | Compiling cancel-safe-futures v0.1.5 |
| 3153 | 2026-07-17T04:25:03.014Z | Compiling owo-colors v4.3.0 |
| 3154 | 2026-07-17T04:25:03.030Z | Compiling polyval v0.7.1 |
| 3155 | 2026-07-17T04:25:03.061Z | Compiling der v0.8.0 |
| 3156 | 2026-07-17T04:25:03.107Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3157 | 2026-07-17T04:25:03.258Z | Compiling libsw-core v0.3.2 |
| 3158 | 2026-07-17T04:25:03.297Z | Compiling prettyplease v0.2.37 |
| 3159 | 2026-07-17T04:25:03.314Z | Compiling ghash v0.6.0 |
| 3160 | 2026-07-17T04:25:03.318Z | Compiling pbkdf2 v0.13.0 |
| 3161 | 2026-07-17T04:25:03.351Z | Compiling aes v0.9.1 |
| 3162 | 2026-07-17T04:25:03.417Z | Compiling libsw v3.5.0 |
| 3163 | 2026-07-17T04:25:03.461Z | Compiling console v0.15.11 |
| 3164 | 2026-07-17T04:25:03.494Z | Compiling hickory-proto v0.24.4 |
| 3165 | 2026-07-17T04:25:03.498Z | Compiling newline-converter v0.3.0 |
| 3166 | 2026-07-17T04:25:03.576Z | Compiling ctr v0.10.1 |
| 3167 | 2026-07-17T04:25:03.626Z | Compiling aead v0.6.1 |
| 3168 | 2026-07-17T04:25:03.646Z | Compiling typify-macro v0.6.2 |
| 3169 | 2026-07-17T04:25:03.662Z | Compiling sha2 v0.11.0 |
| 3170 | 2026-07-17T04:25:03.706Z | Compiling libefi-sys v0.1.0 |
| 3171 | 2026-07-17T04:25:03.724Z | Compiling linear-map v1.2.0 |
| 3172 | 2026-07-17T04:25:03.814Z | Compiling linked-hash-map v0.5.6 |
| 3173 | 2026-07-17T04:25:03.817Z | Compiling aes-gcm v0.11.0 |
| 3174 | 2026-07-17T04:25:03.961Z | Compiling expectorate v1.2.0 |
| 3175 | 2026-07-17T04:25:03.985Z | Compiling crypto-bigint v0.7.5 |
| 3176 | 2026-07-17T04:25:04.032Z | Compiling spki v0.8.0 |
| 3177 | 2026-07-17T04:25:04.058Z | Compiling lru-cache v0.1.2 |
| 3178 | 2026-07-17T04:25:04.091Z | Compiling salsa20 v0.11.0 |
| 3179 | 2026-07-17T04:25:04.153Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3180 | 2026-07-17T04:25:04.212Z | Compiling cbc v0.2.1 |
| 3181 | 2026-07-17T04:25:04.246Z | Compiling bitfield-struct v0.6.2 |
| 3182 | 2026-07-17T04:25:04.269Z | Compiling nom v8.0.0 |
| 3183 | 2026-07-17T04:25:04.289Z | Compiling semver v0.1.20 |
| 3184 | 2026-07-17T04:25:04.381Z | Compiling tokio-dtrace v0.1.1 |
| 3185 | 2026-07-17T04:25:04.405Z | Compiling scrypt v0.12.0 |
| 3186 | 2026-07-17T04:25:04.478Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3187 | 2026-07-17T04:25:04.561Z | Compiling rustc_version v0.1.7 |
| 3188 | 2026-07-17T04:25:04.615Z | Compiling slog-dtrace v0.3.0 |
| 3189 | 2026-07-17T04:25:04.684Z | Compiling minimal-lexical v0.2.1 |
| 3190 | 2026-07-17T04:25:04.724Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3191 | 2026-07-17T04:25:04.824Z | Compiling newtype_derive v0.1.6 |
| 3192 | 2026-07-17T04:25:04.841Z | Compiling oxide-tokio-rt v0.1.4 |
| 3193 | 2026-07-17T04:25:04.844Z | Compiling ingot-types v0.1.2 |
| 3194 | 2026-07-17T04:25:04.844Z | Compiling pkcs5 v0.8.1 |
| 3195 | 2026-07-17T04:25:04.962Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-07-17T04:25:04.965Z | Compiling nom v7.1.3 |
| 3197 | 2026-07-17T04:25:04.994Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3198 | 2026-07-17T04:25:05.069Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3199 | 2026-07-17T04:25:05.162Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3200 | 2026-07-17T04:25:05.179Z | Compiling phf_shared v0.12.1 |
| 3201 | 2026-07-17T04:25:05.232Z | Compiling ingot v0.1.1 |
| 3202 | 2026-07-17T04:25:05.278Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-07-17T04:25:05.307Z | Compiling csv-core v0.1.13 |
| 3204 | 2026-07-17T04:25:05.371Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3205 | 2026-07-17T04:25:05.451Z | Compiling xshell-macros v0.2.7 |
| 3206 | 2026-07-17T04:25:05.469Z | Compiling unicode-xid v0.2.6 |
| 3207 | 2026-07-17T04:25:05.506Z | Compiling typify v0.6.2 |
| 3208 | 2026-07-17T04:25:05.562Z | Compiling highway v1.3.0 |
| 3209 | 2026-07-17T04:25:05.592Z | Compiling chrono-tz v0.10.4 |
| 3210 | 2026-07-17T04:25:05.628Z | Compiling progenitor-impl v0.14.0 |
| 3211 | 2026-07-17T04:25:05.647Z | Compiling hickory-resolver v0.24.4 |
| 3212 | 2026-07-17T04:25:05.696Z | Compiling const_format_proc_macros v0.2.34 |
| 3213 | 2026-07-17T04:25:05.761Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3214 | 2026-07-17T04:25:05.824Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3215 | 2026-07-17T04:25:05.842Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3216 | 2026-07-17T04:25:05.893Z | Compiling xshell v0.2.7 |
| 3217 | 2026-07-17T04:25:05.987Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3218 | 2026-07-17T04:25:06.392Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-07-17T04:25:06.440Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3220 | 2026-07-17T04:25:06.528Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3221 | 2026-07-17T04:25:06.615Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3222 | 2026-07-17T04:25:06.639Z | Compiling csv v1.4.0 |
| 3223 | 2026-07-17T04:25:06.785Z | Compiling qorb v0.4.1 |
| 3224 | 2026-07-17T04:25:06.847Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3225 | 2026-07-17T04:25:06.959Z | Compiling phf v0.12.1 |
| 3226 | 2026-07-17T04:25:07.074Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3227 | 2026-07-17T04:25:07.148Z | Compiling pkcs8 v0.11.0 |
| 3228 | 2026-07-17T04:25:07.285Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-07-17T04:25:07.498Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-07-17T04:25:07.587Z | Compiling const_format v0.2.35 |
| 3231 | 2026-07-17T04:25:07.609Z | Compiling tabled_derive v0.7.0 |
| 3232 | 2026-07-17T04:25:07.626Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3233 | 2026-07-17T04:25:07.916Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3234 | 2026-07-17T04:25:07.940Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3235 | 2026-07-17T04:25:07.973Z | Compiling bcs v0.1.6 |
| 3236 | 2026-07-17T04:25:08.266Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3237 | 2026-07-17T04:25:08.327Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3238 | 2026-07-17T04:25:08.345Z | Compiling ff v0.14.0 |
| 3239 | 2026-07-17T04:25:08.393Z | Compiling progenitor-macro v0.14.0 |
| 3240 | 2026-07-17T04:25:08.527Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3241 | 2026-07-17T04:25:08.662Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3242 | 2026-07-17T04:25:08.756Z | Compiling tagptr v0.2.0 |
| 3243 | 2026-07-17T04:25:08.787Z | Compiling termtree v0.5.1 |
| 3244 | 2026-07-17T04:25:08.824Z | Compiling salty v0.3.0 |
| 3245 | 2026-07-17T04:25:08.877Z | Compiling textwrap v0.16.2 |
| 3246 | 2026-07-17T04:25:08.897Z | Compiling tabled v0.15.0 |
| 3247 | 2026-07-17T04:25:08.897Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-07-17T04:25:08.940Z | Compiling moka v0.12.13 |
| 3249 | 2026-07-17T04:25:08.972Z | Compiling steno v0.4.1 |
| 3250 | 2026-07-17T04:25:09.141Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3251 | 2026-07-17T04:25:09.161Z | Compiling sha1 v0.10.6 |
| 3252 | 2026-07-17T04:25:09.258Z | Compiling signature v3.0.0 |
| 3253 | 2026-07-17T04:25:09.315Z | Compiling radium v0.7.0 |
| 3254 | 2026-07-17T04:25:09.384Z | Compiling base16ct v1.0.0 |
| 3255 | 2026-07-17T04:25:09.420Z | Compiling base64 v0.21.7 |
| 3256 | 2026-07-17T04:25:09.603Z | Compiling sec1 v0.8.1 |
| 3257 | 2026-07-17T04:25:09.673Z | Compiling hickory-resolver v0.25.2 |
| 3258 | 2026-07-17T04:25:09.750Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3259 | 2026-07-17T04:25:09.768Z | Compiling group v0.14.0 |
| 3260 | 2026-07-17T04:25:09.786Z | Compiling hkdf v0.13.0 |
| 3261 | 2026-07-17T04:25:09.898Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3262 | 2026-07-17T04:25:09.940Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3263 | 2026-07-17T04:25:09.980Z | Compiling rfc6979 v0.4.0 |
| 3264 | 2026-07-17T04:25:09.998Z | Compiling maybe-uninit v2.0.0 |
| 3265 | 2026-07-17T04:25:10.038Z | Compiling tap v1.0.1 |
| 3266 | 2026-07-17T04:25:10.114Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3267 | 2026-07-17T04:25:10.142Z | Compiling ecdsa v0.16.9 |
| 3268 | 2026-07-17T04:25:10.182Z | Compiling wyz v0.5.1 |
| 3269 | 2026-07-17T04:25:10.407Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3270 | 2026-07-17T04:25:10.571Z | Compiling primeorder v0.13.6 |
| 3271 | 2026-07-17T04:25:10.629Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3272 | 2026-07-17T04:25:10.763Z | Compiling funty v2.0.0 |
| 3273 | 2026-07-17T04:25:10.826Z | Compiling utf-8 v0.7.6 |
| 3274 | 2026-07-17T04:25:10.862Z | Compiling parking_lot_core v0.8.6 |
| 3275 | 2026-07-17T04:25:10.895Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3276 | 2026-07-17T04:25:11.040Z | Compiling packed_struct v0.10.1 |
| 3277 | 2026-07-17T04:25:11.088Z | Compiling proc-macro-error2 v2.0.1 |
| 3278 | 2026-07-17T04:25:11.165Z | Compiling bitvec v1.0.1 |
| 3279 | 2026-07-17T04:25:11.206Z | Compiling tungstenite v0.21.0 |
| 3280 | 2026-07-17T04:25:11.293Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3281 | 2026-07-17T04:25:11.378Z | Compiling p384 v0.13.1 |
| 3282 | 2026-07-17T04:25:11.426Z | Compiling rfc6979 v0.5.0 |
| 3283 | 2026-07-17T04:25:11.446Z | Compiling git-stub v1.0.0 |
| 3284 | 2026-07-17T04:25:11.526Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3285 | 2026-07-17T04:25:11.562Z | Compiling num-derive v0.3.3 |
| 3286 | 2026-07-17T04:25:11.580Z | Compiling packed_struct_codegen v0.10.1 |
| 3287 | 2026-07-17T04:25:11.624Z | Compiling bitfield-macros v0.19.4 |
| 3288 | 2026-07-17T04:25:11.764Z | Compiling zerocopy-derive v0.6.6 |
| 3289 | 2026-07-17T04:25:11.783Z | Compiling indexmap v1.9.3 |
| 3290 | 2026-07-17T04:25:12.032Z | Compiling nodrop v0.1.14 |
| 3291 | 2026-07-17T04:25:12.049Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3292 | 2026-07-17T04:25:12.118Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3293 | 2026-07-17T04:25:12.164Z | Compiling crc-catalog v2.4.0 |
| 3294 | 2026-07-17T04:25:12.227Z | Compiling array-init v0.0.4 |
| 3295 | 2026-07-17T04:25:12.293Z | Compiling crc v3.4.0 |
| 3296 | 2026-07-17T04:25:12.353Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3297 | 2026-07-17T04:25:12.390Z | Compiling tokio-tungstenite v0.21.0 |
| 3298 | 2026-07-17T04:25:12.413Z | Compiling git-stub-vcs v0.1.0 |
| 3299 | 2026-07-17T04:25:12.438Z | Compiling bitfield v0.19.4 |
| 3300 | 2026-07-17T04:25:12.538Z | Compiling ecdsa v0.17.0-rc.18 |
| 3301 | 2026-07-17T04:25:12.564Z | Compiling libscf-sys v1.1.0 |
| 3302 | 2026-07-17T04:25:12.614Z | Compiling smallvec v0.6.14 |
| 3303 | 2026-07-17T04:25:12.734Z | Compiling zerocopy v0.6.6 |
| 3304 | 2026-07-17T04:25:12.752Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3305 | 2026-07-17T04:25:12.755Z | Compiling tabled_derive v0.11.0 |
| 3306 | 2026-07-17T04:25:12.818Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3307 | 2026-07-17T04:25:12.821Z | Compiling primeorder v0.14.0-rc.10 |
| 3308 | 2026-07-17T04:25:12.867Z | Compiling primefield v0.14.0 |
| 3309 | 2026-07-17T04:25:12.888Z | Compiling progenitor-impl v0.13.0 |
| 3310 | 2026-07-17T04:25:13.008Z | Compiling papergrid v0.17.0 |
| 3311 | 2026-07-17T04:25:13.082Z | Compiling testing_table v0.3.0 |
| 3312 | 2026-07-17T04:25:13.106Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3313 | 2026-07-17T04:25:13.109Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3314 | 2026-07-17T04:25:13.143Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3315 | 2026-07-17T04:25:13.211Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3316 | 2026-07-17T04:25:13.267Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-07-17T04:25:13.306Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3318 | 2026-07-17T04:25:13.394Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3319 | 2026-07-17T04:25:13.416Z | Compiling hashbrown v0.12.3 |
| 3320 | 2026-07-17T04:25:13.473Z | Compiling unicase v2.9.0 |
| 3321 | 2026-07-17T04:25:13.506Z | Compiling progenitor v0.14.0 |
| 3322 | 2026-07-17T04:25:13.552Z | Compiling corncobs v0.1.4 |
| 3323 | 2026-07-17T04:25:13.637Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3324 | 2026-07-17T04:25:13.640Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3325 | 2026-07-17T04:25:13.682Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3326 | 2026-07-17T04:25:13.708Z | Compiling mime_guess v2.0.5 |
| 3327 | 2026-07-17T04:25:13.724Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-07-17T04:25:13.779Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3329 | 2026-07-17T04:25:13.973Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3330 | 2026-07-17T04:25:14.008Z | Compiling tabled v0.20.0 |
| 3331 | 2026-07-17T04:25:14.025Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3332 | 2026-07-17T04:25:14.140Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3333 | 2026-07-17T04:25:14.168Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3334 | 2026-07-17T04:25:14.186Z | Compiling parking_lot v0.11.2 |
| 3335 | 2026-07-17T04:25:14.204Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3336 | 2026-07-17T04:25:14.320Z | Compiling serde-hex v0.1.0 |
| 3337 | 2026-07-17T04:25:14.351Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3338 | 2026-07-17T04:25:14.506Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3339 | 2026-07-17T04:25:14.594Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3340 | 2026-07-17T04:25:14.622Z | Compiling ron v0.8.1 |
| 3341 | 2026-07-17T04:25:14.704Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3342 | 2026-07-17T04:25:14.725Z | Compiling hashbrown v0.13.2 |
| 3343 | 2026-07-17T04:25:14.742Z | Compiling progenitor-client v0.13.0 |
| 3344 | 2026-07-17T04:25:15.080Z | Compiling prefix-trie v0.7.0 |
| 3345 | 2026-07-17T04:25:15.100Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-07-17T04:25:15.160Z | Compiling secrecy v0.8.0 |
| 3347 | 2026-07-17T04:25:15.249Z | Compiling crc-any v2.5.0 |
| 3348 | 2026-07-17T04:25:15.266Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-07-17T04:25:15.499Z | Compiling hickory-server v0.25.2 |
| 3350 | 2026-07-17T04:25:15.503Z | Compiling sled v0.34.7 |
| 3351 | 2026-07-17T04:25:15.536Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3352 | 2026-07-17T04:25:15.539Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3353 | 2026-07-17T04:25:15.607Z | Compiling progenitor-macro v0.13.0 |
| 3354 | 2026-07-17T04:25:16.238Z | Compiling object v0.30.4 |
| 3355 | 2026-07-17T04:25:16.307Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3356 | 2026-07-17T04:25:16.459Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3357 | 2026-07-17T04:25:16.514Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3358 | 2026-07-17T04:25:16.761Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3359 | 2026-07-17T04:25:16.893Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3360 | 2026-07-17T04:25:17.075Z | Compiling ed25519 v3.0.0 |
| 3361 | 2026-07-17T04:25:17.414Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3362 | 2026-07-17T04:25:17.492Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3363 | 2026-07-17T04:25:17.565Z | Compiling crypto-primes v0.7.2 |
| 3364 | 2026-07-17T04:25:17.999Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3365 | 2026-07-17T04:25:18.094Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3366 | 2026-07-17T04:25:18.262Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3367 | 2026-07-17T04:25:18.329Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3368 | 2026-07-17T04:25:18.627Z | Compiling poly1305 v0.9.0 |
| 3369 | 2026-07-17T04:25:18.649Z | Compiling blowfish v0.10.0 |
| 3370 | 2026-07-17T04:25:18.725Z | Compiling blake2 v0.11.0-rc.6 |
| 3371 | 2026-07-17T04:25:18.757Z | Compiling keccak v0.2.0 |
| 3372 | 2026-07-17T04:25:18.771Z | Compiling half v1.8.3 |
| 3373 | 2026-07-17T04:25:18.929Z | Compiling http-range v0.1.5 |
| 3374 | 2026-07-17T04:25:18.966Z | Compiling crc8 v0.1.1 |
| 3375 | 2026-07-17T04:25:19.028Z | Compiling fiat-crypto v0.3.0 |
| 3376 | 2026-07-17T04:25:19.080Z | Compiling path-slash v0.1.5 |
| 3377 | 2026-07-17T04:25:19.098Z | Compiling argon2 v0.6.0-rc.8 |
| 3378 | 2026-07-17T04:25:19.114Z | Compiling serde_cbor v0.11.2 |
| 3379 | 2026-07-17T04:25:19.154Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3380 | 2026-07-17T04:25:19.253Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3381 | 2026-07-17T04:25:19.298Z | Compiling sha3 v0.11.0 |
| 3382 | 2026-07-17T04:25:19.316Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3383 | 2026-07-17T04:25:19.334Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3384 | 2026-07-17T04:25:19.354Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3385 | 2026-07-17T04:25:19.704Z | Compiling rsa v0.10.0-rc.18 |
| 3386 | 2026-07-17T04:25:19.730Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3387 | 2026-07-17T04:25:19.748Z | Compiling illumos-nvpair v0.3.0 |
| 3388 | 2026-07-17T04:25:20.005Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3389 | 2026-07-17T04:25:20.024Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3390 | 2026-07-17T04:25:20.102Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3391 | 2026-07-17T04:25:20.127Z | Compiling p521 v0.14.0-rc.10 |
| 3392 | 2026-07-17T04:25:20.146Z | Compiling p256 v0.14.0-rc.10 |
| 3393 | 2026-07-17T04:25:20.282Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-07-17T04:25:20.341Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3395 | 2026-07-17T04:25:20.446Z | Compiling yasna v0.5.2 |
| 3396 | 2026-07-17T04:25:20.460Z | Compiling kstat-rs v0.2.4 |
| 3397 | 2026-07-17T04:25:20.649Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3398 | 2026-07-17T04:25:20.751Z | Compiling progenitor v0.13.0 |
| 3399 | 2026-07-17T04:25:20.762Z | Compiling headers-core v0.3.0 |
| 3400 | 2026-07-17T04:25:20.836Z | Compiling kem v0.3.0 |
| 3401 | 2026-07-17T04:25:20.904Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3402 | 2026-07-17T04:25:20.921Z | Compiling module-lattice v0.2.3 |
| 3403 | 2026-07-17T04:25:20.925Z | Compiling nanorand v0.7.0 |
| 3404 | 2026-07-17T04:25:20.982Z | Compiling atty v0.2.14 |
| 3405 | 2026-07-17T04:25:21.031Z | Compiling headers v0.4.1 |
| 3406 | 2026-07-17T04:25:21.098Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3407 | 2026-07-17T04:25:21.102Z | Compiling rcgen v0.12.1 |
| 3408 | 2026-07-17T04:25:21.129Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3409 | 2026-07-17T04:25:21.195Z | Compiling ml-kem v0.3.2 |
| 3410 | 2026-07-17T04:25:21.255Z | Compiling flume v0.11.1 |
| 3411 | 2026-07-17T04:25:21.378Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3412 | 2026-07-17T04:25:21.626Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3413 | 2026-07-17T04:25:21.832Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3414 | 2026-07-17T04:25:21.849Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3415 | 2026-07-17T04:25:22.067Z | Compiling hyper-staticfile v0.10.1 |
| 3416 | 2026-07-17T04:25:22.094Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3417 | 2026-07-17T04:25:22.195Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3418 | 2026-07-17T04:25:22.225Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3419 | 2026-07-17T04:25:22.235Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3420 | 2026-07-17T04:25:22.491Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3421 | 2026-07-17T04:25:22.613Z | Compiling russh-cryptovec v0.61.0 |
| 3422 | 2026-07-17T04:25:22.796Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3423 | 2026-07-17T04:25:22.871Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3424 | 2026-07-17T04:25:22.966Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3425 | 2026-07-17T04:25:22.993Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3426 | 2026-07-17T04:25:23.014Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3427 | 2026-07-17T04:25:23.252Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3428 | 2026-07-17T04:25:23.371Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3429 | 2026-07-17T04:25:23.452Z | Compiling port-file v0.1.0 |
| 3430 | 2026-07-17T04:25:23.584Z | Compiling num-bigint v0.4.6 |
| 3431 | 2026-07-17T04:25:23.730Z | Compiling generic-array v1.4.3 |
| 3432 | 2026-07-17T04:25:23.761Z | Compiling russh-util v0.52.0 |
| 3433 | 2026-07-17T04:25:23.783Z | Compiling enum_dispatch v0.3.13 |
| 3434 | 2026-07-17T04:25:23.843Z | Compiling delegate v0.13.5 |
| 3435 | 2026-07-17T04:25:23.956Z | Compiling subprocess v0.2.15 |
| 3436 | 2026-07-17T04:25:24.003Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-07-17T04:25:24.252Z | Compiling p384 v0.14.0-rc.10 |
| 3438 | 2026-07-17T04:25:24.480Z | Compiling hex-literal v1.1.0 |
| 3439 | 2026-07-17T04:25:24.506Z | Compiling md5 v0.8.0 |
| 3440 | 2026-07-17T04:25:24.619Z | Compiling display-error-chain v0.2.2 |
| 3441 | 2026-07-17T04:25:24.711Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-07-17T04:25:24.744Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3443 | 2026-07-17T04:25:24.769Z | Compiling colored v2.2.0 |
| 3444 | 2026-07-17T04:25:24.788Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3445 | 2026-07-17T04:25:24.807Z | Compiling socket2 v0.5.10 |
| 3446 | 2026-07-17T04:25:24.827Z | Compiling internet-checksum v0.2.1 |
| 3447 | 2026-07-17T04:25:25.625Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3448 | 2026-07-17T04:25:26.331Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3449 | 2026-07-17T04:25:26.358Z | Compiling ssh-key v0.7.0-rc.10 |
| 3450 | 2026-07-17T04:25:26.820Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3451 | 2026-07-17T04:25:27.630Z | Compiling russh v0.61.2 |
| 3452 | 2026-07-17T04:25:27.967Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3453 | 2026-07-17T04:25:28.778Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3454 | 2026-07-17T04:25:37.148Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3455 | 2026-07-17T04:25:37.148Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3456 | 2026-07-17T04:25:37.148Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3457 | 2026-07-17T04:25:37.152Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3458 | 2026-07-17T04:25:38.873Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3459 | 2026-07-17T04:25:38.961Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3460 | 2026-07-17T04:25:42.875Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3461 | 2026-07-17T04:26:22.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3462 | 2026-07-17T04:26:22.710Z | |
| 3463 | 2026-07-17T04:26:22.711Z | real 1:27.216208543 |
| 3464 | 2026-07-17T04:26:22.711Z | user 8:44.272766596 |
| 3465 | 2026-07-17T04:26:22.714Z | sys 1:43.881863302 |
| 3466 | 2026-07-17T04:26:22.714Z | trap 0.260672174 |
| 3467 | 2026-07-17T04:26:22.714Z | tflt 0.369555737 |
| 3468 | 2026-07-17T04:26:22.714Z | dflt 1.565298602 |
| 3469 | 2026-07-17T04:26:22.714Z | kflt 0.000421711 |
| 3470 | 2026-07-17T04:26:22.714Z | lock 31:02.275968998 |
| 3471 | 2026-07-17T04:26:22.715Z | slp 19:58.990637958 |
| 3472 | 2026-07-17T04:26:22.715Z | lat 42.118902797 |
| 3473 | 2026-07-17T04:26:22.715Z | stop 3:07.398215557 |
| 3474 | 2026-07-17T04:26:22.715Z | + mkdir tests |
| 3475 | 2026-07-17T04:26:22.718Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3476 | 2026-07-17T04:26:22.718Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3477 | 2026-07-17T04:26:22.739Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99e6296420c5702e tests/ |
| 3478 | 2026-07-17T04:26:22.761Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b863580a25d975ef tests/ |
| 3479 | 2026-07-17T04:26:22.782Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e54b251c283031be tests/ |
| 3480 | 2026-07-17T04:26:22.803Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-dfc191e63430a5a0 tests/ |
| 3481 | 2026-07-17T04:26:23.060Z | + 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) |
| 3482 | 2026-07-17T04:26:23.064Z | + 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-b863580a25d975ef tests/commtest-e54b251c283031be tests/dhcp_server-99e6296420c5702e tests/end_to_end_tests-dfc191e63430a5a0 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 |
| 3483 | 2026-07-17T04:27:43.216Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3484 | 2026-07-17T04:27:43.217Z | a .github/buildomat/ci-env.sh 1K |
| 3485 | 2026-07-17T04:27:43.217Z | a out/target/test 1K |
| 3486 | 2026-07-17T04:27:43.217Z | a out/npuzone/npuzone 27402K |
| 3487 | 2026-07-17T04:27:43.217Z | a package-manifest.toml 35K |
| 3488 | 2026-07-17T04:27:43.217Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3489 | 2026-07-17T04:27:43.217Z | a target/release/omicron-package 40729K |
| 3490 | 2026-07-17T04:27:43.217Z | a target/release/xtask 10468K |
| 3491 | 2026-07-17T04:27:43.217Z | a target/debug/bootstrap 349571K |
| 3492 | 2026-07-17T04:27:43.217Z | a tests/bootstrap-b863580a25d975ef 31974K |
| 3493 | 2026-07-17T04:27:43.217Z | a tests/commtest-e54b251c283031be 32169K |
| 3494 | 2026-07-17T04:27:43.217Z | a tests/dhcp_server-99e6296420c5702e 31974K |
| 3495 | 2026-07-17T04:27:43.217Z | a tests/end_to_end_tests-dfc191e63430a5a0 399448K |
| 3496 | 2026-07-17T04:27:43.217Z | a tools/opte_version 1K |
| 3497 | 2026-07-17T04:27:43.217Z | a tools/opte_version_override 2K |
| 3498 | 2026-07-17T04:27:43.217Z | a out/clickhouse.tar.gz 310742K |
| 3499 | 2026-07-17T04:27:43.217Z | a out/clickhouse_keeper.tar.gz 297207K |
| 3500 | 2026-07-17T04:27:43.217Z | a out/clickhouse_server.tar.gz 310739K |
| 3501 | 2026-07-17T04:27:43.217Z | a out/cockroachdb.tar.gz 161743K |
| 3502 | 2026-07-17T04:27:43.217Z | a out/crucible-pantry-zone.tar.gz 39111K |
| 3503 | 2026-07-17T04:27:43.217Z | a out/crucible-utils.tar 18900K |
| 3504 | 2026-07-17T04:27:43.217Z | a out/crucible-zone.tar.gz 53806K |
| 3505 | 2026-07-17T04:27:43.217Z | a out/external-dns.tar.gz 46168K |
| 3506 | 2026-07-17T04:27:43.217Z | a out/internal-dns.tar.gz 46167K |
| 3507 | 2026-07-17T04:27:43.217Z | a out/mg-ddm-gz.tar 102717K |
| 3508 | 2026-07-17T04:27:43.217Z | a out/nexus.tar.gz 273748K |
| 3509 | 2026-07-17T04:27:43.217Z | a out/ntp.tar.gz 29914K |
| 3510 | 2026-07-17T04:27:43.217Z | a out/omicron-gateway-softnpu.tar.gz 27716K |
| 3511 | 2026-07-17T04:27:43.217Z | a out/omicron-sled-agent.tar 191289K |
| 3512 | 2026-07-17T04:27:43.217Z | a out/overlay.tar.gz 4K |
| 3513 | 2026-07-17T04:27:43.217Z | a out/oximeter.tar.gz 60187K |
| 3514 | 2026-07-17T04:27:43.217Z | a out/oxlog.tar 3808K |
| 3515 | 2026-07-17T04:27:43.217Z | a out/probe.tar.gz 3037K |
| 3516 | 2026-07-17T04:27:43.217Z | a out/propolis-server.tar.gz 34372K |
| 3517 | 2026-07-17T04:27:43.217Z | a out/pumpkind-gz.tar 26647K |
| 3518 | 2026-07-17T04:27:43.217Z | a out/switch-softnpu.tar.gz 450052K |
| 3519 | 2026-07-17T04:27:43.221Z | |
| 3520 | 2026-07-17T04:27:43.221Z | real 1:20.153089470 |
| 3521 | 2026-07-17T04:27:43.221Z | user 1:17.497126349 |
| 3522 | 2026-07-17T04:27:43.221Z | sys 4.405358396 |
| 3523 | 2026-07-17T04:27:43.221Z | trap 0.006459826 |
| 3524 | 2026-07-17T04:27:43.221Z | tflt 0.000000000 |
| 3525 | 2026-07-17T04:27:43.221Z | dflt 0.000000000 |
| 3526 | 2026-07-17T04:27:43.221Z | kflt 0.000000000 |
| 3527 | 2026-07-17T04:27:43.221Z | lock 0.000000000 |
| 3528 | 2026-07-17T04:27:43.221Z | slp 1:17.410351923 |
| 3529 | 2026-07-17T04:27:43.221Z | lat 0.981656157 |
| 3530 | 2026-07-17T04:27:43.221Z | stop 0.000221148 |
| 3531 | 2026-07-17T04:27:43.221Z | process exited: duration 944102 ms, exit code 0 |
| |
| 3532 | 2026-07-17T04:27:43.235Z | found 1 output files |
| 3533 | 2026-07-17T04:27:43.249Z | uploading: /work/package.tar.gz (2484119133 bytes) |
| 3534 | 2026-07-17T04:28:11.629Z | uploaded: /work/package.tar.gz |