|
|
|
| 1 | 2026-07-18T16:35:02.319Z | job assigned to worker 01KXV17YF71NNE797FS7WRZFSN [factory aws, i-037946d13ff99cfe3] (queued for 57 s) |
| |
| 2 | 2026-07-18T16:35:09.248Z | starting task 0: "setup" |
| 3 | 2026-07-18T16:35:09.257Z | ++ uname -s |
| 4 | 2026-07-18T16:35:09.260Z | + kern=SunOS |
| 5 | 2026-07-18T16:35:09.260Z | + build_user=build |
| 6 | 2026-07-18T16:35:09.260Z | + build_uid=12345 |
| 7 | 2026-07-18T16:35:09.260Z | + work_dir=/work |
| 8 | 2026-07-18T16:35:09.260Z | + input_dir=/input |
| 9 | 2026-07-18T16:35:09.260Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-18T16:35:09.260Z | + case "$kern" in |
| 11 | 2026-07-18T16:35:09.260Z | + groupadd -g 12345 build |
| 12 | 2026-07-18T16:35:09.263Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-18T16:35:11.273Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-18T16:35:11.377Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-18T16:35:11.380Z | + home_fs=zfs |
| 16 | 2026-07-18T16:35:11.380Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-18T16:35:11.380Z | + mkdir -p /home/build |
| 18 | 2026-07-18T16:35:11.383Z | + chown build:build /home/build /work |
| 19 | 2026-07-18T16:35:13.384Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-18T16:35:13.387Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-07-18T16:35:13.393Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-18T16:35:13.400Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-18T16:35:13.400Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-18T16:35:13.400Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-18T16:35:13.400Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-18T16:35:13.400Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-18T16:35:13.400Z | * rust toolchain profile = "default" |
| 28 | 2026-07-18T16:35:13.403Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-18T16:35:13.403Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-18T16:35:13.517Z | info: downloading installer |
| 31 | 2026-07-18T16:35:15.190Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-18T16:35:15.190Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-18T16:35:15.190Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-18T16:35:15.190Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-18T16:35:15.203Z | info: profile set to default |
| 36 | 2026-07-18T16:35:15.203Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-18T16:35:15.206Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-18T16:35:15.359Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-18T16:35:15.362Z | info: downloading 6 components |
| 40 | 2026-07-18T16:35:30.252Z | |
| 41 | 2026-07-18T16:35:30.252Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 42 | 2026-07-18T16:35:30.280Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-18T16:35:30.280Z | |
| 44 | 2026-07-18T16:35:30.280Z | |
| 45 | 2026-07-18T16:35:30.280Z | Rust is installed now. Great! |
| 46 | 2026-07-18T16:35:30.280Z | |
| 47 | 2026-07-18T16:35:30.283Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-18T16:35:30.283Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-18T16:35:30.283Z | |
| 50 | 2026-07-18T16:35:30.283Z | To configure your current shell, you need to source |
| 51 | 2026-07-18T16:35:30.283Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-18T16:35:30.283Z | |
| 53 | 2026-07-18T16:35:30.283Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-18T16:35:30.283Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-18T16:35:30.283Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-18T16:35:30.283Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-18T16:35:30.283Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-18T16:35:30.283Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-18T16:35:30.283Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-18T16:35:30.283Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-18T16:35:30.283Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-18T16:35:30.382Z | + rustup --version |
| 63 | 2026-07-18T16:35:30.387Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-18T16:35:30.391Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-18T16:35:30.407Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-18T16:35:30.410Z | + cargo --version |
| 67 | 2026-07-18T16:35:30.419Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-18T16:35:30.422Z | + rustc --version |
| 69 | 2026-07-18T16:35:30.440Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-18T16:35:30.443Z | process exited: duration 17049 ms, exit code 0 |
| |
| 71 | 2026-07-18T16:35:30.448Z | starting task 2: "authentication" |
| 72 | 2026-07-18T16:35:30.467Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-18T16:35:30.473Z | starting task 3: "clone repository" |
| 74 | 2026-07-18T16:35:30.477Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-18T16:35:30.480Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-18T16:35:30.513Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-18T16:35:48.094Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-18T16:35:48.094Z | + git fetch origin 64d684898b38d62a49efe965e77e51ec5166997e |
| 79 | 2026-07-18T16:35:48.401Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-18T16:35:48.401Z | * branch 64d684898b38d62a49efe965e77e51ec5166997e -> FETCH_HEAD |
| 81 | 2026-07-18T16:35:48.417Z | + [[ -n '' ]] |
| 82 | 2026-07-18T16:35:48.417Z | + git reset --hard 64d684898b38d62a49efe965e77e51ec5166997e |
| 83 | 2026-07-18T16:35:48.668Z | HEAD is now at 64d684898 whew okay this might actually sorta work |
| 84 | 2026-07-18T16:35:48.672Z | process exited: duration 18199 ms, exit code 0 |
| |
| 85 | 2026-07-18T16:35:48.678Z | starting task 4: "build" |
| 86 | 2026-07-18T16:35:48.683Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-18T16:35:48.683Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-18T16:35:48.683Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-18T16:35:48.686Z | +++ uname -s |
| 90 | 2026-07-18T16:35:48.686Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-18T16:35:48.686Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-18T16:35:48.689Z | + cargo --version |
| 93 | 2026-07-18T16:35:48.697Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-18T16:35:48.700Z | + rustc --version |
| 95 | 2026-07-18T16:35:48.720Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-18T16:35:48.723Z | + WORK=/work |
| 97 | 2026-07-18T16:35:48.723Z | + pfexec mkdir -p /work |
| 98 | 2026-07-18T16:35:48.725Z | + pfexec chown build /work |
| 99 | 2026-07-18T16:35:48.728Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-07-18T16:35:50.411Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-07-18T16:35:50.576Z | Startup: Caching catalogs ... Done |
| 102 | 2026-07-18T16:35:51.377Z | Planning: Solver setup ... Done (0.729s) |
| 103 | 2026-07-18T16:35:51.412Z | Planning: Running solver ... Done (0.036s) |
| 104 | 2026-07-18T16:35:51.431Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-07-18T16:35:51.444Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-07-18T16:35:51.464Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-07-18T16:35:51.478Z | Planning: Package planning ... Done (0.015s) |
| 108 | 2026-07-18T16:35:51.482Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-07-18T16:35:51.686Z | Planning: Checking for conflicting actions ... Done (0.207s) |
| 110 | 2026-07-18T16:35:51.690Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-07-18T16:35:52.562Z | Planning: Evaluating mediators ... Done (0.874s) |
| 112 | 2026-07-18T16:35:52.565Z | Planning: Planning completed in 1.96 seconds |
| 113 | 2026-07-18T16:35:52.571Z | Packages to install: 2 |
| 114 | 2026-07-18T16:35:52.571Z | Estimated space available: 156.06 GB |
| 115 | 2026-07-18T16:35:52.572Z | Estimated space to be consumed: 42.43 MB |
| 116 | 2026-07-18T16:35:52.572Z | Create boot environment: No |
| 117 | 2026-07-18T16:35:52.572Z | Create backup boot environment: No |
| 118 | 2026-07-18T16:35:52.575Z | Rebuild boot archive: No |
| 119 | 2026-07-18T16:35:52.575Z | |
| 120 | 2026-07-18T16:35:52.575Z | Changed packages: |
| 121 | 2026-07-18T16:35:52.576Z | helios |
| 122 | 2026-07-18T16:35:52.576Z | developer/build-essential |
| 123 | 2026-07-18T16:35:52.576Z | None -> 11-3.0 |
| 124 | 2026-07-18T16:35:52.576Z | library/libxmlsec1 |
| 125 | 2026-07-18T16:35:52.576Z | None -> 1.2.35-3.0 |
| 126 | 2026-07-18T16:35:52.598Z | |
| 127 | 2026-07-18T16:35:52.598Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-07-18T16:35:53.095Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 129 | 2026-07-18T16:35:53.192Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-07-18T16:35:53.229Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-07-18T16:35:53.246Z | Finalize: Updating package state database ... Done (0.017s) |
| 132 | 2026-07-18T16:35:53.246Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-07-18T16:35:53.288Z | Finalize: Updating image state ... Done (0.042s) |
| 134 | 2026-07-18T16:35:55.935Z | Finalize: Creating fast lookup database ... Done (2.610s) |
| 135 | 2026-07-18T16:35:56.007Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-07-18T16:35:56.010Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-07-18T16:35:56.085Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-07-18T16:35:56.416Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-07-18T16:35:56.522Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-07-18T16:35:56.525Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-07-18T16:35:56.679Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-07-18T16:35:56.683Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-07-18T16:35:56.703Z | Mediators to change: 2 |
| 144 | 2026-07-18T16:35:56.703Z | Create boot environment: No |
| 145 | 2026-07-18T16:35:56.703Z | Create backup boot environment: No |
| 146 | 2026-07-18T16:35:56.783Z | Finalize: Updating package state database ... Done |
| 147 | 2026-07-18T16:35:56.783Z | Finalize: Updating package cache ... Done |
| 148 | 2026-07-18T16:35:56.808Z | Finalize: Updating image state ... Done |
| 149 | 2026-07-18T16:35:58.753Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-07-18T16:35:58.820Z | Finalize: Reading search index ... Done |
| 151 | 2026-07-18T16:35:58.823Z | Finalize: Updating search index ... Done |
| 152 | 2026-07-18T16:35:58.876Z | Finalize: Updating package cache ... Done |
| 153 | 2026-07-18T16:35:59.166Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-07-18T16:35:59.274Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-07-18T16:35:59.278Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-07-18T16:35:59.428Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-07-18T16:35:59.431Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-07-18T16:35:59.452Z | Mediators to change: 1 |
| 159 | 2026-07-18T16:35:59.452Z | Create boot environment: No |
| 160 | 2026-07-18T16:35:59.452Z | Create backup boot environment: No |
| 161 | 2026-07-18T16:35:59.496Z | Finalize: Updating package state database ... Done |
| 162 | 2026-07-18T16:35:59.496Z | Finalize: Updating package cache ... Done |
| 163 | 2026-07-18T16:35:59.525Z | Finalize: Updating image state ... Done |
| 164 | 2026-07-18T16:36:01.498Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-07-18T16:36:01.564Z | Finalize: Reading search index ... Done |
| 166 | 2026-07-18T16:36:01.568Z | Finalize: Updating search index ... Done |
| 167 | 2026-07-18T16:36:01.627Z | Finalize: Updating package cache ... Done |
| 168 | 2026-07-18T16:36:01.941Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-07-18T16:36:01.941Z | apache system 2.4 system |
| 170 | 2026-07-18T16:36:01.941Z | clang system 15 system |
| 171 | 2026-07-18T16:36:01.941Z | csh system system illumos |
| 172 | 2026-07-18T16:36:01.941Z | ctags system system illumos |
| 173 | 2026-07-18T16:36:01.942Z | file vendor vendor darwinsys |
| 174 | 2026-07-18T16:36:01.942Z | file system system illumos |
| 175 | 2026-07-18T16:36:01.942Z | gcc vendor 14 vendor |
| 176 | 2026-07-18T16:36:01.942Z | gcc system 13 system |
| 177 | 2026-07-18T16:36:01.942Z | gcc system 10 system |
| 178 | 2026-07-18T16:36:01.942Z | go system 1.25 system |
| 179 | 2026-07-18T16:36:01.942Z | llvm system 15 system |
| 180 | 2026-07-18T16:36:01.942Z | mariadb system 11.4 system |
| 181 | 2026-07-18T16:36:01.942Z | mta vendor vendor dma |
| 182 | 2026-07-18T16:36:01.942Z | openjdk system 17 system |
| 183 | 2026-07-18T16:36:01.942Z | openjdk system 11 system |
| 184 | 2026-07-18T16:36:01.942Z | openssl vendor 3 vendor |
| 185 | 2026-07-18T16:36:01.942Z | perl system 5.40 system |
| 186 | 2026-07-18T16:36:01.942Z | postgresql system 18 system |
| 187 | 2026-07-18T16:36:01.942Z | postgresql system 17 system |
| 188 | 2026-07-18T16:36:01.942Z | python vendor 3 vendor |
| 189 | 2026-07-18T16:36:01.942Z | python system 2 system |
| 190 | 2026-07-18T16:36:01.942Z | python3 vendor 3.13 vendor |
| 191 | 2026-07-18T16:36:01.942Z | ruby system 3.4 system |
| 192 | 2026-07-18T16:36:01.942Z | ruby system 3.0 system |
| 193 | 2026-07-18T16:36:01.942Z | words vendor vendor american-english |
| 194 | 2026-07-18T16:36:01.942Z | words system system australian-english |
| 195 | 2026-07-18T16:36:01.942Z | words system system british-english |
| 196 | 2026-07-18T16:36:01.942Z | words system system canadian-english |
| 197 | 2026-07-18T16:36:01.942Z | words system system french |
| 198 | 2026-07-18T16:36:01.942Z | words system system italian |
| 199 | 2026-07-18T16:36:01.942Z | words system system ngerman |
| 200 | 2026-07-18T16:36:01.942Z | words system system ogerman |
| 201 | 2026-07-18T16:36:01.943Z | words system system spanish |
| 202 | 2026-07-18T16:36:02.195Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-07-18T16:36:02.195Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-07-18T16:36:02.537Z | FMRI IFO |
| 205 | 2026-07-18T16:36:02.537Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-07-18T16:36:02.537Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-07-18T16:36:02.538Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-07-18T16:36:02.538Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-07-18T16:36:02.538Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-07-18T16:36:02.538Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-07-18T16:36:02.538Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-07-18T16:36:02.538Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-07-18T16:36:02.538Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-07-18T16:36:02.816Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-07-18T16:36:03.073Z | Updating crates.io index |
| 216 | 2026-07-18T16:36:03.076Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-07-18T16:36:03.309Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-07-18T16:36:03.593Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-07-18T16:36:04.574Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-07-18T16:36:05.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-07-18T16:36:07.171Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-07-18T16:36:07.929Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-07-18T16:36:08.204Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-07-18T16:36:08.534Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-07-18T16:36:09.811Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-07-18T16:36:10.104Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-07-18T16:36:10.402Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 228 | 2026-07-18T16:36:10.673Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 229 | 2026-07-18T16:36:11.109Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 230 | 2026-07-18T16:36:11.578Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 231 | 2026-07-18T16:36:11.810Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-07-18T16:36:12.040Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-07-18T16:36:12.260Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 234 | 2026-07-18T16:36:12.532Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-07-18T16:36:12.765Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-07-18T16:36:12.999Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-07-18T16:36:13.234Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 238 | 2026-07-18T16:36:13.586Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 239 | 2026-07-18T16:36:13.888Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-07-18T16:36:14.118Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-07-18T16:36:14.511Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-07-18T16:36:14.765Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-18T16:36:15.127Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-07-18T16:36:15.614Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-07-18T16:36:15.843Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-07-18T16:36:16.083Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-07-18T16:36:16.403Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 248 | 2026-07-18T16:36:16.755Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-07-18T16:36:16.998Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-07-18T16:36:17.283Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-07-18T16:36:17.541Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-07-18T16:36:17.801Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-07-18T16:36:18.048Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-07-18T16:36:18.283Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-07-18T16:36:18.537Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-07-18T16:36:18.781Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-07-18T16:36:21.598Z | Downloading crates ... |
| 258 | 2026-07-18T16:36:21.644Z | Downloaded block-buffer v0.10.4 |
| 259 | 2026-07-18T16:36:21.652Z | Downloaded autocfg v1.5.0 |
| 260 | 2026-07-18T16:36:21.656Z | Downloaded anstream v1.0.0 |
| 261 | 2026-07-18T16:36:21.659Z | Downloaded bytecount v0.6.9 |
| 262 | 2026-07-18T16:36:21.660Z | Downloaded memmap v0.7.0 |
| 263 | 2026-07-18T16:36:21.663Z | Downloaded camino v1.2.2 |
| 264 | 2026-07-18T16:36:21.663Z | Downloaded zmij v1.0.21 |
| 265 | 2026-07-18T16:36:21.666Z | Downloaded generic-array v0.14.7 |
| 266 | 2026-07-18T16:36:21.666Z | Downloaded dof v0.3.0 |
| 267 | 2026-07-18T16:36:21.666Z | Downloaded cargo_metadata v0.23.1 |
| 268 | 2026-07-18T16:36:21.670Z | Downloaded clap_lex v1.0.0 |
| 269 | 2026-07-18T16:36:21.673Z | Downloaded is_terminal_polyfill v1.70.2 |
| 270 | 2026-07-18T16:36:21.676Z | Downloaded zerocopy v0.7.35 |
| 271 | 2026-07-18T16:36:21.683Z | Downloaded macaddr v1.0.1 |
| 272 | 2026-07-18T16:36:21.687Z | Downloaded itoa v1.0.17 |
| 273 | 2026-07-18T16:36:21.687Z | Downloaded cfg-if v1.0.4 |
| 274 | 2026-07-18T16:36:21.687Z | Downloaded heck v0.5.0 |
| 275 | 2026-07-18T16:36:21.691Z | Downloaded dtrace-parser v0.2.0 |
| 276 | 2026-07-18T16:36:21.691Z | Downloaded cpufeatures v0.2.17 |
| 277 | 2026-07-18T16:36:21.694Z | Downloaded crypto-common v0.1.7 |
| 278 | 2026-07-18T16:36:21.694Z | Downloaded colorchoice v1.0.4 |
| 279 | 2026-07-18T16:36:21.697Z | Downloaded cargo-platform v0.3.2 |
| 280 | 2026-07-18T16:36:21.701Z | Downloaded anstyle-query v1.1.5 |
| 281 | 2026-07-18T16:36:21.704Z | Downloaded byteorder v1.5.0 |
| 282 | 2026-07-18T16:36:21.704Z | Downloaded anstyle-parse v1.0.0 |
| 283 | 2026-07-18T16:36:21.708Z | Downloaded utf8parse v0.2.2 |
| 284 | 2026-07-18T16:36:21.711Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-07-18T16:36:21.715Z | Downloaded toml_write v0.1.2 |
| 286 | 2026-07-18T16:36:21.715Z | Downloaded plain v0.2.3 |
| 287 | 2026-07-18T16:36:21.718Z | Downloaded errno v0.3.14 |
| 288 | 2026-07-18T16:36:21.718Z | Downloaded heck v0.4.1 |
| 289 | 2026-07-18T16:36:21.723Z | Downloaded usdt-macro v0.5.0 |
| 290 | 2026-07-18T16:36:21.726Z | Downloaded version_check v0.9.5 |
| 291 | 2026-07-18T16:36:21.733Z | Downloaded terminal_size v0.4.3 |
| 292 | 2026-07-18T16:36:21.737Z | Downloaded proc-macro-error-attr v1.0.4 |
| 293 | 2026-07-18T16:36:21.737Z | Downloaded pretty-hex v0.4.1 |
| 294 | 2026-07-18T16:36:21.737Z | Downloaded equivalent v1.0.2 |
| 295 | 2026-07-18T16:36:21.740Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-07-18T16:36:21.740Z | Downloaded camino-tempfile v1.4.1 |
| 297 | 2026-07-18T16:36:21.747Z | Downloaded digest v0.10.7 |
| 298 | 2026-07-18T16:36:21.751Z | Downloaded cargo_toml v0.21.0 |
| 299 | 2026-07-18T16:36:21.754Z | Downloaded pest_generator v2.8.6 |
| 300 | 2026-07-18T16:36:21.754Z | Downloaded once_cell v1.21.3 |
| 301 | 2026-07-18T16:36:21.754Z | Downloaded clap_derive v4.6.1 |
| 302 | 2026-07-18T16:36:21.758Z | Downloaded smawk v0.3.2 |
| 303 | 2026-07-18T16:36:21.758Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2026-07-18T16:36:21.762Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-07-18T16:36:21.765Z | Downloaded unicode-linebreak v0.1.5 |
| 306 | 2026-07-18T16:36:21.769Z | Downloaded serde_spanned v0.6.9 |
| 307 | 2026-07-18T16:36:21.773Z | Downloaded toml_datetime v0.6.11 |
| 308 | 2026-07-18T16:36:21.777Z | Downloaded swrite v0.1.0 |
| 309 | 2026-07-18T16:36:21.777Z | Downloaded scroll_derive v0.12.1 |
| 310 | 2026-07-18T16:36:21.784Z | Downloaded usdt v0.5.0 |
| 311 | 2026-07-18T16:36:21.788Z | Downloaded thiserror-impl v2.0.18 |
| 312 | 2026-07-18T16:36:21.788Z | Downloaded strsim v0.11.1 |
| 313 | 2026-07-18T16:36:21.792Z | Downloaded anstyle v1.0.14 |
| 314 | 2026-07-18T16:36:21.795Z | Downloaded thiserror v1.0.69 |
| 315 | 2026-07-18T16:36:21.799Z | Downloaded usdt-impl v0.5.0 |
| 316 | 2026-07-18T16:36:21.799Z | Downloaded scroll v0.12.0 |
| 317 | 2026-07-18T16:36:21.802Z | Downloaded serde_tokenstream v0.2.3 |
| 318 | 2026-07-18T16:36:21.802Z | Downloaded pest_derive v2.8.6 |
| 319 | 2026-07-18T16:36:21.806Z | Downloaded bitflags v2.11.0 |
| 320 | 2026-07-18T16:36:21.810Z | Downloaded fnv v1.0.7 |
| 321 | 2026-07-18T16:36:21.810Z | Downloaded anyhow v1.0.102 |
| 322 | 2026-07-18T16:36:21.814Z | Downloaded tabled_derive v0.7.0 |
| 323 | 2026-07-18T16:36:21.824Z | Downloaded sha2 v0.10.9 |
| 324 | 2026-07-18T16:36:21.828Z | Downloaded quote v1.0.45 |
| 325 | 2026-07-18T16:36:21.835Z | Downloaded ucd-trie v0.1.7 |
| 326 | 2026-07-18T16:36:21.838Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-07-18T16:36:21.839Z | Downloaded semver v1.0.28 |
| 328 | 2026-07-18T16:36:21.845Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-07-18T16:36:21.848Z | Downloaded toml v0.8.23 |
| 330 | 2026-07-18T16:36:21.848Z | Downloaded clap v4.6.1 |
| 331 | 2026-07-18T16:36:21.862Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2026-07-18T16:36:21.866Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-07-18T16:36:21.875Z | Downloaded getrandom v0.4.1 |
| 334 | 2026-07-18T16:36:21.879Z | Downloaded tempfile v3.25.0 |
| 335 | 2026-07-18T16:36:21.883Z | Downloaded log v0.4.29 |
| 336 | 2026-07-18T16:36:21.883Z | Downloaded pest_meta v2.8.6 |
| 337 | 2026-07-18T16:36:21.886Z | Downloaded memchr v2.8.0 |
| 338 | 2026-07-18T16:36:21.889Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-07-18T16:36:21.889Z | Downloaded serde_core v1.0.228 |
| 340 | 2026-07-18T16:36:21.893Z | Downloaded serde_derive v1.0.228 |
| 341 | 2026-07-18T16:36:21.897Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-07-18T16:36:21.900Z | Downloaded proc-macro2 v1.0.106 |
| 343 | 2026-07-18T16:36:21.907Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-07-18T16:36:21.915Z | Downloaded papergrid v0.11.0 |
| 345 | 2026-07-18T16:36:21.925Z | Downloaded serde v1.0.228 |
| 346 | 2026-07-18T16:36:21.940Z | Downloaded indexmap v2.14.0 |
| 347 | 2026-07-18T16:36:21.950Z | Downloaded typenum v1.20.1 |
| 348 | 2026-07-18T16:36:21.965Z | Downloaded pest v2.8.6 |
| 349 | 2026-07-18T16:36:21.987Z | Downloaded hashbrown v0.17.0 |
| 350 | 2026-07-18T16:36:21.990Z | Downloaded clap_builder v4.6.0 |
| 351 | 2026-07-18T16:36:22.000Z | Downloaded serde_json v1.0.150 |
| 352 | 2026-07-18T16:36:22.024Z | Downloaded winnow v0.7.14 |
| 353 | 2026-07-18T16:36:22.031Z | Downloaded goblin v0.8.2 |
| 354 | 2026-07-18T16:36:22.050Z | Downloaded syn v1.0.109 |
| 355 | 2026-07-18T16:36:22.054Z | Downloaded tabled v0.15.0 |
| 356 | 2026-07-18T16:36:22.062Z | Downloaded unicode-width v0.1.14 |
| 357 | 2026-07-18T16:36:22.066Z | Downloaded syn v2.0.117 |
| 358 | 2026-07-18T16:36:22.071Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-07-18T16:36:22.081Z | Downloaded rustix v1.1.3 |
| 360 | 2026-07-18T16:36:22.121Z | Downloaded libc v0.2.185 |
| 361 | 2026-07-18T16:36:22.183Z | Compiling proc-macro2 v1.0.106 |
| 362 | 2026-07-18T16:36:22.183Z | Compiling quote v1.0.45 |
| 363 | 2026-07-18T16:36:22.183Z | Compiling unicode-ident v1.0.24 |
| 364 | 2026-07-18T16:36:22.186Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-18T16:36:22.186Z | Compiling libc v0.2.185 |
| 366 | 2026-07-18T16:36:22.186Z | Compiling version_check v0.9.5 |
| 367 | 2026-07-18T16:36:22.187Z | Compiling memchr v2.8.0 |
| 368 | 2026-07-18T16:36:22.187Z | Compiling serde v1.0.228 |
| 369 | 2026-07-18T16:36:22.187Z | Compiling zmij v1.0.21 |
| 370 | 2026-07-18T16:36:22.187Z | Compiling thiserror v1.0.69 |
| 371 | 2026-07-18T16:36:22.187Z | Compiling itoa v1.0.17 |
| 372 | 2026-07-18T16:36:22.187Z | Compiling ucd-trie v0.1.7 |
| 373 | 2026-07-18T16:36:22.363Z | Compiling rustix v1.1.3 |
| 374 | 2026-07-18T16:36:22.366Z | Compiling byteorder v1.5.0 |
| 375 | 2026-07-18T16:36:22.690Z | Compiling serde_json v1.0.150 |
| 376 | 2026-07-18T16:36:22.731Z | Compiling bitflags v2.11.0 |
| 377 | 2026-07-18T16:36:22.810Z | Compiling syn v1.0.109 |
| 378 | 2026-07-18T16:36:22.903Z | Compiling pest v2.8.6 |
| 379 | 2026-07-18T16:36:23.008Z | Compiling usdt-impl v0.5.0 |
| 380 | 2026-07-18T16:36:23.113Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-07-18T16:36:23.113Z | Compiling camino v1.2.2 |
| 382 | 2026-07-18T16:36:23.148Z | Compiling proc-macro-error v1.0.4 |
| 383 | 2026-07-18T16:36:23.166Z | Compiling hashbrown v0.17.0 |
| 384 | 2026-07-18T16:36:23.182Z | Compiling log v0.4.29 |
| 385 | 2026-07-18T16:36:23.234Z | Compiling plain v0.2.3 |
| 386 | 2026-07-18T16:36:23.237Z | Compiling equivalent v1.0.2 |
| 387 | 2026-07-18T16:36:23.252Z | Compiling getrandom v0.4.1 |
| 388 | 2026-07-18T16:36:23.354Z | Compiling utf8parse v0.2.2 |
| 389 | 2026-07-18T16:36:23.404Z | Compiling thiserror v2.0.18 |
| 390 | 2026-07-18T16:36:23.405Z | Compiling colorchoice v1.0.4 |
| 391 | 2026-07-18T16:36:23.440Z | Compiling toml_write v0.1.2 |
| 392 | 2026-07-18T16:36:23.443Z | Compiling anstyle-query v1.1.5 |
| 393 | 2026-07-18T16:36:23.497Z | Compiling anstyle-parse v1.0.0 |
| 394 | 2026-07-18T16:36:23.500Z | Compiling winnow v0.7.14 |
| 395 | 2026-07-18T16:36:23.560Z | Compiling anstyle v1.0.14 |
| 396 | 2026-07-18T16:36:23.578Z | Compiling errno v0.3.14 |
| 397 | 2026-07-18T16:36:23.596Z | Compiling thread-id v4.2.2 |
| 398 | 2026-07-18T16:36:23.619Z | Compiling autocfg v1.5.0 |
| 399 | 2026-07-18T16:36:23.637Z | Compiling pretty-hex v0.4.1 |
| 400 | 2026-07-18T16:36:23.655Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-07-18T16:36:23.724Z | Compiling indexmap v2.14.0 |
| 402 | 2026-07-18T16:36:23.760Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-07-18T16:36:23.779Z | Compiling fnv v1.0.7 |
| 404 | 2026-07-18T16:36:23.873Z | Compiling syn v2.0.117 |
| 405 | 2026-07-18T16:36:23.930Z | Compiling anstream v1.0.0 |
| 406 | 2026-07-18T16:36:23.952Z | Compiling bytecount v0.6.9 |
| 407 | 2026-07-18T16:36:23.980Z | Compiling anyhow v1.0.102 |
| 408 | 2026-07-18T16:36:23.999Z | Compiling pest_meta v2.8.6 |
| 409 | 2026-07-18T16:36:24.044Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-07-18T16:36:24.071Z | Compiling fs-err v3.3.0 |
| 411 | 2026-07-18T16:36:24.104Z | Compiling fastrand v2.3.0 |
| 412 | 2026-07-18T16:36:24.175Z | Compiling heck v0.5.0 |
| 413 | 2026-07-18T16:36:24.297Z | Compiling once_cell v1.21.3 |
| 414 | 2026-07-18T16:36:24.326Z | Compiling strsim v0.11.1 |
| 415 | 2026-07-18T16:36:24.376Z | Compiling clap_lex v1.0.0 |
| 416 | 2026-07-18T16:36:24.397Z | Compiling heck v0.4.1 |
| 417 | 2026-07-18T16:36:24.450Z | Compiling papergrid v0.11.0 |
| 418 | 2026-07-18T16:36:24.487Z | Compiling memmap v0.7.0 |
| 419 | 2026-07-18T16:36:24.530Z | Compiling unicode-width v0.2.0 |
| 420 | 2026-07-18T16:36:24.548Z | Compiling smawk v0.3.2 |
| 421 | 2026-07-18T16:36:24.568Z | Compiling unicode-linebreak v0.1.5 |
| 422 | 2026-07-18T16:36:24.632Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-18T16:36:24.649Z | Compiling tempfile v3.25.0 |
| 424 | 2026-07-18T16:36:24.705Z | Compiling swrite v0.1.0 |
| 425 | 2026-07-18T16:36:24.853Z | Compiling cargo-platform v0.3.2 |
| 426 | 2026-07-18T16:36:24.855Z | Compiling semver v1.0.28 |
| 427 | 2026-07-18T16:36:24.888Z | Compiling clap_builder v4.6.0 |
| 428 | 2026-07-18T16:36:24.906Z | Compiling textwrap v0.16.2 |
| 429 | 2026-07-18T16:36:25.124Z | Compiling camino-tempfile v1.4.1 |
| 430 | 2026-07-18T16:36:25.420Z | Compiling tabled_derive v0.7.0 |
| 431 | 2026-07-18T16:36:26.109Z | Compiling tabled v0.15.0 |
| 432 | 2026-07-18T16:36:26.128Z | Compiling pest_generator v2.8.6 |
| 433 | 2026-07-18T16:36:26.610Z | Compiling serde_derive v1.0.228 |
| 434 | 2026-07-18T16:36:26.610Z | Compiling thiserror-impl v1.0.69 |
| 435 | 2026-07-18T16:36:26.610Z | Compiling zerocopy-derive v0.7.35 |
| 436 | 2026-07-18T16:36:26.610Z | Compiling scroll_derive v0.12.1 |
| 437 | 2026-07-18T16:36:26.610Z | Compiling thiserror-impl v2.0.18 |
| 438 | 2026-07-18T16:36:26.610Z | Compiling clap_derive v4.6.1 |
| 439 | 2026-07-18T16:36:26.709Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-07-18T16:36:27.284Z | Compiling scroll v0.12.0 |
| 441 | 2026-07-18T16:36:27.383Z | Compiling zerocopy v0.7.35 |
| 442 | 2026-07-18T16:36:27.504Z | Compiling goblin v0.8.2 |
| 443 | 2026-07-18T16:36:27.646Z | Compiling dtrace-parser v0.2.0 |
| 444 | 2026-07-18T16:36:27.972Z | Compiling clap v4.6.1 |
| 445 | 2026-07-18T16:36:29.028Z | Compiling toml_datetime v0.6.11 |
| 446 | 2026-07-18T16:36:29.028Z | Compiling serde_spanned v0.6.9 |
| 447 | 2026-07-18T16:36:29.031Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 448 | 2026-07-18T16:36:29.031Z | Compiling macaddr v1.0.1 |
| 449 | 2026-07-18T16:36:29.031Z | Compiling cargo_metadata v0.23.1 |
| 450 | 2026-07-18T16:36:29.046Z | Compiling dof v0.3.0 |
| 451 | 2026-07-18T16:36:29.049Z | Compiling serde_tokenstream v0.2.3 |
| 452 | 2026-07-18T16:36:29.212Z | Compiling toml_edit v0.22.27 |
| 453 | 2026-07-18T16:36:29.783Z | Compiling usdt-attr-macro v0.5.0 |
| 454 | 2026-07-18T16:36:29.786Z | Compiling usdt-macro v0.5.0 |
| 455 | 2026-07-18T16:36:30.387Z | Compiling usdt v0.5.0 |
| 456 | 2026-07-18T16:36:30.472Z | Compiling toml v0.8.23 |
| 457 | 2026-07-18T16:36:30.803Z | Compiling cargo_toml v0.21.0 |
| 458 | 2026-07-18T16:36:32.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 459 | 2026-07-18T16:36:34.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.47s |
| 460 | 2026-07-18T16:36:34.329Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 461 | 2026-07-18T16:36:34.824Z | Downloading crates ... |
| 462 | 2026-07-18T16:36:34.913Z | Downloaded argon2 v0.5.3 |
| 463 | 2026-07-18T16:36:34.922Z | Downloaded array-init v0.0.4 |
| 464 | 2026-07-18T16:36:34.925Z | Downloaded aead v0.5.2 |
| 465 | 2026-07-18T16:36:34.928Z | Downloaded atomicwrites v0.4.4 |
| 466 | 2026-07-18T16:36:34.928Z | Downloaded bit-set v0.8.0 |
| 467 | 2026-07-18T16:36:34.931Z | Downloaded arrayref v0.3.9 |
| 468 | 2026-07-18T16:36:34.934Z | Downloaded daft v0.1.7 |
| 469 | 2026-07-18T16:36:34.934Z | Downloaded bit-set v0.5.3 |
| 470 | 2026-07-18T16:36:34.938Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 471 | 2026-07-18T16:36:34.940Z | Downloaded cookie_store v0.22.1 |
| 472 | 2026-07-18T16:36:34.941Z | Downloaded crunchy v0.2.4 |
| 473 | 2026-07-18T16:36:34.943Z | Downloaded bitfield-macros v0.19.4 |
| 474 | 2026-07-18T16:36:34.943Z | Downloaded atomic-waker v1.1.2 |
| 475 | 2026-07-18T16:36:34.946Z | Downloaded darling v0.21.3 |
| 476 | 2026-07-18T16:36:34.950Z | Downloaded bitfield-struct v0.6.2 |
| 477 | 2026-07-18T16:36:34.953Z | Downloaded assert_matches v1.5.0 |
| 478 | 2026-07-18T16:36:34.953Z | Downloaded crossbeam-deque v0.8.6 |
| 479 | 2026-07-18T16:36:34.956Z | Downloaded darling_core v0.13.4 |
| 480 | 2026-07-18T16:36:34.959Z | Downloaded crypto-common v0.2.2 |
| 481 | 2026-07-18T16:36:34.959Z | Downloaded crc8 v0.1.1 |
| 482 | 2026-07-18T16:36:34.959Z | Downloaded crucible-workspace-hack v0.1.0 |
| 483 | 2026-07-18T16:36:34.959Z | Downloaded ascii-canvas v3.0.0 |
| 484 | 2026-07-18T16:36:34.961Z | Downloaded atty v0.2.14 |
| 485 | 2026-07-18T16:36:34.961Z | Downloaded bb8 v0.8.6 |
| 486 | 2026-07-18T16:36:34.961Z | Downloaded block-padding v0.4.2 |
| 487 | 2026-07-18T16:36:34.964Z | Downloaded base16ct v1.0.0 |
| 488 | 2026-07-18T16:36:34.964Z | Downloaded base16ct v0.2.0 |
| 489 | 2026-07-18T16:36:34.964Z | Downloaded async-stream-impl v0.3.6 |
| 490 | 2026-07-18T16:36:34.967Z | Downloaded defmt v0.3.100 |
| 491 | 2026-07-18T16:36:34.971Z | Downloaded darling_macro v0.20.11 |
| 492 | 2026-07-18T16:36:34.971Z | Downloaded darling_macro v0.13.4 |
| 493 | 2026-07-18T16:36:34.971Z | Downloaded async-stream v0.3.6 |
| 494 | 2026-07-18T16:36:34.974Z | Downloaded cpufeatures v0.3.0 |
| 495 | 2026-07-18T16:36:34.974Z | Downloaded adler2 v2.0.1 |
| 496 | 2026-07-18T16:36:34.974Z | Downloaded crc v3.4.0 |
| 497 | 2026-07-18T16:36:34.977Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 498 | 2026-07-18T16:36:34.977Z | Downloaded async-trait v0.1.89 |
| 499 | 2026-07-18T16:36:34.977Z | Downloaded bit-vec v0.6.3 |
| 500 | 2026-07-18T16:36:34.980Z | Downloaded anstream v0.6.21 |
| 501 | 2026-07-18T16:36:34.980Z | Downloaded ahash v0.8.12 |
| 502 | 2026-07-18T16:36:34.982Z | Downloaded async-recursion v1.1.1 |
| 503 | 2026-07-18T16:36:34.985Z | Downloaded ciborium-io v0.2.2 |
| 504 | 2026-07-18T16:36:34.985Z | Downloaded aes v0.9.1 |
| 505 | 2026-07-18T16:36:34.987Z | Downloaded data-encoding v2.10.0 |
| 506 | 2026-07-18T16:36:34.990Z | Downloaded crc32fast v1.5.0 |
| 507 | 2026-07-18T16:36:34.990Z | Downloaded crc-catalog v2.4.0 |
| 508 | 2026-07-18T16:36:34.990Z | Downloaded cfg_aliases v0.1.1 |
| 509 | 2026-07-18T16:36:34.993Z | Downloaded corncobs v0.1.4 |
| 510 | 2026-07-18T16:36:34.993Z | Downloaded cfg_aliases v0.2.1 |
| 511 | 2026-07-18T16:36:34.993Z | Downloaded castaway v0.2.4 |
| 512 | 2026-07-18T16:36:34.996Z | Downloaded debug-ignore v1.0.5 |
| 513 | 2026-07-18T16:36:34.996Z | Downloaded darling_macro v0.23.0 |
| 514 | 2026-07-18T16:36:34.996Z | Downloaded dunce v1.0.5 |
| 515 | 2026-07-18T16:36:34.998Z | Downloaded dirs-next v2.0.0 |
| 516 | 2026-07-18T16:36:34.998Z | Downloaded dtrace-parser v0.3.0 |
| 517 | 2026-07-18T16:36:34.998Z | Downloaded cstr-argument v0.1.2 |
| 518 | 2026-07-18T16:36:35.002Z | Downloaded convert_case v0.4.0 |
| 519 | 2026-07-18T16:36:35.002Z | Downloaded cobs v0.3.0 |
| 520 | 2026-07-18T16:36:35.002Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 521 | 2026-07-18T16:36:35.002Z | Downloaded bitfield v0.19.4 |
| 522 | 2026-07-18T16:36:35.005Z | Downloaded downcast-rs v2.0.2 |
| 523 | 2026-07-18T16:36:35.005Z | Downloaded compression-core v0.4.31 |
| 524 | 2026-07-18T16:36:35.008Z | Downloaded bitflags v1.3.2 |
| 525 | 2026-07-18T16:36:35.008Z | Downloaded bcs v0.1.6 |
| 526 | 2026-07-18T16:36:35.008Z | Downloaded base64ct v1.8.3 |
| 527 | 2026-07-18T16:36:35.011Z | Downloaded backoff v0.4.0 |
| 528 | 2026-07-18T16:36:35.011Z | Downloaded anstyle-parse v0.2.7 |
| 529 | 2026-07-18T16:36:35.013Z | Downloaded arrayvec v0.7.6 |
| 530 | 2026-07-18T16:36:35.019Z | Downloaded derive_builder_macro v0.20.2 |
| 531 | 2026-07-18T16:36:35.023Z | Downloaded darling_macro v0.21.3 |
| 532 | 2026-07-18T16:36:35.023Z | Downloaded embedded-io v0.6.1 |
| 533 | 2026-07-18T16:36:35.023Z | Downloaded crossbeam-utils v0.8.21 |
| 534 | 2026-07-18T16:36:35.025Z | Downloaded ciborium-ll v0.2.2 |
| 535 | 2026-07-18T16:36:35.028Z | Downloaded critical-section v1.2.0 |
| 536 | 2026-07-18T16:36:35.030Z | Downloaded digest-io v0.1.0 |
| 537 | 2026-07-18T16:36:35.031Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 538 | 2026-07-18T16:36:35.033Z | Downloaded cpubits v0.1.1 |
| 539 | 2026-07-18T16:36:35.036Z | Downloaded block-buffer v0.12.1 |
| 540 | 2026-07-18T16:36:35.039Z | Downloaded document-features v0.2.12 |
| 541 | 2026-07-18T16:36:35.039Z | Downloaded cmake v0.1.57 |
| 542 | 2026-07-18T16:36:35.039Z | Downloaded argon2 v0.6.0-rc.8 |
| 543 | 2026-07-18T16:36:35.042Z | Downloaded dsl_auto_type v0.2.0 |
| 544 | 2026-07-18T16:36:35.042Z | Downloaded blake2 v0.10.6 |
| 545 | 2026-07-18T16:36:35.044Z | Downloaded endian-type v0.1.2 |
| 546 | 2026-07-18T16:36:35.045Z | Downloaded enum-as-inner v0.6.1 |
| 547 | 2026-07-18T16:36:35.045Z | Downloaded aead v0.6.1 |
| 548 | 2026-07-18T16:36:35.047Z | Downloaded embedded-io v0.4.0 |
| 549 | 2026-07-18T16:36:35.047Z | Downloaded display-error-chain v0.2.2 |
| 550 | 2026-07-18T16:36:35.050Z | Downloaded dyn-clone v1.0.20 |
| 551 | 2026-07-18T16:36:35.050Z | Downloaded dirs-sys-next v0.1.2 |
| 552 | 2026-07-18T16:36:35.052Z | Downloaded defmt-parser v1.0.0 |
| 553 | 2026-07-18T16:36:35.055Z | Downloaded fd-lock v4.0.4 |
| 554 | 2026-07-18T16:36:35.057Z | Downloaded byte-wrapper v0.1.0 |
| 555 | 2026-07-18T16:36:35.060Z | Downloaded chacha20 v0.9.1 |
| 556 | 2026-07-18T16:36:35.060Z | Downloaded csv-core v0.1.13 |
| 557 | 2026-07-18T16:36:35.063Z | Downloaded ctutils v0.4.2 |
| 558 | 2026-07-18T16:36:35.065Z | Downloaded diesel-dtrace v0.5.0 |
| 559 | 2026-07-18T16:36:35.068Z | Downloaded foreign-types-shared v0.1.1 |
| 560 | 2026-07-18T16:36:35.068Z | Downloaded foreign-types v0.3.2 |
| 561 | 2026-07-18T16:36:35.068Z | Downloaded funty v2.0.0 |
| 562 | 2026-07-18T16:36:35.071Z | Downloaded flagset v0.4.7 |
| 563 | 2026-07-18T16:36:35.071Z | Downloaded futures-io v0.3.32 |
| 564 | 2026-07-18T16:36:35.074Z | Downloaded float-cmp v0.10.0 |
| 565 | 2026-07-18T16:36:35.074Z | Downloaded form_urlencoded v1.2.2 |
| 566 | 2026-07-18T16:36:35.074Z | Downloaded foreign-types v0.5.0 |
| 567 | 2026-07-18T16:36:35.077Z | Downloaded float-ord v0.3.2 |
| 568 | 2026-07-18T16:36:35.077Z | Downloaded cexpr v0.6.0 |
| 569 | 2026-07-18T16:36:35.077Z | Downloaded foreign-types-shared v0.3.1 |
| 570 | 2026-07-18T16:36:35.077Z | Downloaded const_format_proc_macros v0.2.34 |
| 571 | 2026-07-18T16:36:35.080Z | Downloaded defmt v1.0.1 |
| 572 | 2026-07-18T16:36:35.082Z | Downloaded cipher v0.5.2 |
| 573 | 2026-07-18T16:36:35.082Z | Downloaded ed25519 v2.2.3 |
| 574 | 2026-07-18T16:36:35.085Z | Downloaded blowfish v0.10.0 |
| 575 | 2026-07-18T16:36:35.085Z | Downloaded constant_time_eq v0.4.2 |
| 576 | 2026-07-18T16:36:35.088Z | Downloaded dof v0.4.0 |
| 577 | 2026-07-18T16:36:35.088Z | Downloaded ctr v0.10.1 |
| 578 | 2026-07-18T16:36:35.088Z | Downloaded cbc v0.2.1 |
| 579 | 2026-07-18T16:36:35.091Z | Downloaded defmt-macros v1.0.1 |
| 580 | 2026-07-18T16:36:35.095Z | Downloaded crossbeam-epoch v0.9.18 |
| 581 | 2026-07-18T16:36:35.095Z | Downloaded camino-tempfile-ext v0.3.3 |
| 582 | 2026-07-18T16:36:35.096Z | Downloaded buf-list v1.1.2 |
| 583 | 2026-07-18T16:36:35.098Z | Downloaded compression-codecs v0.4.37 |
| 584 | 2026-07-18T16:36:35.098Z | Downloaded futures-core v0.3.32 |
| 585 | 2026-07-18T16:36:35.101Z | Downloaded futures-macro v0.3.32 |
| 586 | 2026-07-18T16:36:35.101Z | Downloaded futures-task v0.3.32 |
| 587 | 2026-07-18T16:36:35.101Z | Downloaded cipher v0.4.4 |
| 588 | 2026-07-18T16:36:35.104Z | Downloaded ghash v0.6.0 |
| 589 | 2026-07-18T16:36:35.104Z | Downloaded cmov v0.5.4 |
| 590 | 2026-07-18T16:36:35.104Z | Downloaded globwalk v0.9.1 |
| 591 | 2026-07-18T16:36:35.107Z | Downloaded backon v1.6.0 |
| 592 | 2026-07-18T16:36:35.107Z | Downloaded foreign-types-macros v0.2.3 |
| 593 | 2026-07-18T16:36:35.110Z | Downloaded fixedbitset v0.4.2 |
| 594 | 2026-07-18T16:36:35.110Z | Downloaded env_filter v1.0.0 |
| 595 | 2026-07-18T16:36:35.110Z | Downloaded hash32 v0.2.1 |
| 596 | 2026-07-18T16:36:35.113Z | Downloaded fxhash v0.2.1 |
| 597 | 2026-07-18T16:36:35.113Z | Downloaded either v1.15.0 |
| 598 | 2026-07-18T16:36:35.113Z | Downloaded ena v0.14.4 |
| 599 | 2026-07-18T16:36:35.116Z | Downloaded ed25519 v3.0.0 |
| 600 | 2026-07-18T16:36:35.116Z | Downloaded daft-derive v0.1.7 |
| 601 | 2026-07-18T16:36:35.119Z | Downloaded env_logger v0.11.9 |
| 602 | 2026-07-18T16:36:35.121Z | Downloaded git-stub v1.0.0 |
| 603 | 2026-07-18T16:36:35.121Z | Downloaded enum_dispatch v0.3.13 |
| 604 | 2026-07-18T16:36:35.124Z | Downloaded hash32 v0.3.1 |
| 605 | 2026-07-18T16:36:35.124Z | Downloaded fallible-iterator v0.2.0 |
| 606 | 2026-07-18T16:36:35.124Z | Downloaded displaydoc v0.2.5 |
| 607 | 2026-07-18T16:36:35.127Z | Downloaded bzip2 v0.6.1 |
| 608 | 2026-07-18T16:36:35.130Z | Downloaded async-bb8-diesel v0.2.1 |
| 609 | 2026-07-18T16:36:35.130Z | Downloaded hex v0.4.3 |
| 610 | 2026-07-18T16:36:35.133Z | Downloaded console v0.15.11 |
| 611 | 2026-07-18T16:36:35.133Z | Downloaded darling v0.20.11 |
| 612 | 2026-07-18T16:36:35.137Z | Downloaded foldhash v0.1.5 |
| 613 | 2026-07-18T16:36:35.140Z | Downloaded hex-literal v1.1.0 |
| 614 | 2026-07-18T16:36:35.140Z | Downloaded fs_extra v1.3.0 |
| 615 | 2026-07-18T16:36:35.140Z | Downloaded fs-err v2.11.0 |
| 616 | 2026-07-18T16:36:35.140Z | Downloaded headers-core v0.3.0 |
| 617 | 2026-07-18T16:36:35.143Z | Downloaded crc-any v2.5.0 |
| 618 | 2026-07-18T16:36:35.143Z | Downloaded fixedbitset v0.5.7 |
| 619 | 2026-07-18T16:36:35.146Z | Downloaded home v0.5.12 |
| 620 | 2026-07-18T16:36:35.146Z | Downloaded find-msvc-tools v0.1.9 |
| 621 | 2026-07-18T16:36:35.146Z | Downloaded darling v0.23.0 |
| 622 | 2026-07-18T16:36:35.148Z | Downloaded hostname v0.3.1 |
| 623 | 2026-07-18T16:36:35.151Z | Downloaded filetime v0.2.27 |
| 624 | 2026-07-18T16:36:35.151Z | Downloaded ff v0.14.0 |
| 625 | 2026-07-18T16:36:35.151Z | Downloaded ff v0.13.1 |
| 626 | 2026-07-18T16:36:35.162Z | Downloaded http-body v1.0.1 |
| 627 | 2026-07-18T16:36:35.162Z | Downloaded futures-executor v0.3.32 |
| 628 | 2026-07-18T16:36:35.162Z | Downloaded const-oid v0.9.6 |
| 629 | 2026-07-18T16:36:35.162Z | Downloaded console v0.16.2 |
| 630 | 2026-07-18T16:36:35.162Z | Downloaded colored v2.2.0 |
| 631 | 2026-07-18T16:36:35.162Z | Downloaded des v0.9.0 |
| 632 | 2026-07-18T16:36:35.165Z | Downloaded convert_case v0.10.0 |
| 633 | 2026-07-18T16:36:35.165Z | Downloaded cassowary v0.3.0 |
| 634 | 2026-07-18T16:36:35.165Z | Downloaded gethostname v0.5.0 |
| 635 | 2026-07-18T16:36:35.165Z | Downloaded darling_core v0.21.3 |
| 636 | 2026-07-18T16:36:35.168Z | Downloaded group v0.13.0 |
| 637 | 2026-07-18T16:36:35.168Z | Downloaded globset v0.4.18 |
| 638 | 2026-07-18T16:36:35.170Z | Downloaded hubpack v0.1.2 |
| 639 | 2026-07-18T16:36:35.170Z | Downloaded allocator-api2 v0.2.21 |
| 640 | 2026-07-18T16:36:35.173Z | Downloaded hyper-tls v0.6.0 |
| 641 | 2026-07-18T16:36:35.173Z | Downloaded hubpack_derive v0.1.1 |
| 642 | 2026-07-18T16:36:35.173Z | Downloaded httpdate v1.0.3 |
| 643 | 2026-07-18T16:36:35.176Z | Downloaded http-range v0.1.5 |
| 644 | 2026-07-18T16:36:35.176Z | Downloaded group v0.14.0 |
| 645 | 2026-07-18T16:36:35.176Z | Downloaded ident_case v1.0.1 |
| 646 | 2026-07-18T16:36:35.179Z | Downloaded arc-swap v1.8.2 |
| 647 | 2026-07-18T16:36:35.179Z | Downloaded glob v0.3.3 |
| 648 | 2026-07-18T16:36:35.182Z | Downloaded digest v0.11.3 |
| 649 | 2026-07-18T16:36:35.182Z | Downloaded erased-serde v0.3.31 |
| 650 | 2026-07-18T16:36:35.184Z | Downloaded git-stub-vcs v0.1.0 |
| 651 | 2026-07-18T16:36:35.184Z | Downloaded derive_builder v0.20.2 |
| 652 | 2026-07-18T16:36:35.187Z | Downloaded ar_archive_writer v0.5.1 |
| 653 | 2026-07-18T16:36:35.190Z | Downloaded idna_adapter v1.2.1 |
| 654 | 2026-07-18T16:36:35.190Z | Downloaded futures-sink v0.3.32 |
| 655 | 2026-07-18T16:36:35.190Z | Downloaded colored v3.1.1 |
| 656 | 2026-07-18T16:36:35.193Z | Downloaded ciborium v0.2.2 |
| 657 | 2026-07-18T16:36:35.196Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 658 | 2026-07-18T16:36:35.196Z | Downloaded bzip2 v0.4.4 |
| 659 | 2026-07-18T16:36:35.196Z | Downloaded indent_write v2.2.0 |
| 660 | 2026-07-18T16:36:35.196Z | Downloaded blake2 v0.11.0-rc.6 |
| 661 | 2026-07-18T16:36:35.199Z | Downloaded derive-where v1.6.0 |
| 662 | 2026-07-18T16:36:35.201Z | Downloaded darling v0.13.4 |
| 663 | 2026-07-18T16:36:35.201Z | Downloaded chacha20 v0.10.0 |
| 664 | 2026-07-18T16:36:35.204Z | Downloaded foldhash v0.2.0 |
| 665 | 2026-07-18T16:36:35.204Z | Downloaded derive_more v0.99.20 |
| 666 | 2026-07-18T16:36:35.207Z | Downloaded inout v0.2.2 |
| 667 | 2026-07-18T16:36:35.210Z | Downloaded inout v0.1.4 |
| 668 | 2026-07-18T16:36:35.210Z | Downloaded instability v0.3.11 |
| 669 | 2026-07-18T16:36:35.210Z | Downloaded bit-vec v0.8.0 |
| 670 | 2026-07-18T16:36:35.213Z | Downloaded derive_builder_core v0.20.2 |
| 671 | 2026-07-18T16:36:35.213Z | Downloaded derive-ex v0.1.8 |
| 672 | 2026-07-18T16:36:35.216Z | Downloaded hostname v0.4.2 |
| 673 | 2026-07-18T16:36:35.216Z | Downloaded delegate v0.13.5 |
| 674 | 2026-07-18T16:36:35.216Z | Downloaded clang-sys v1.8.1 |
| 675 | 2026-07-18T16:36:35.220Z | Downloaded cancel-safe-futures v0.1.5 |
| 676 | 2026-07-18T16:36:35.220Z | Downloaded instant v0.1.13 |
| 677 | 2026-07-18T16:36:35.223Z | Downloaded is_ci v1.2.0 |
| 678 | 2026-07-18T16:36:35.223Z | Downloaded is-terminal v0.4.17 |
| 679 | 2026-07-18T16:36:35.223Z | Downloaded http-body-util v0.1.3 |
| 680 | 2026-07-18T16:36:35.226Z | Downloaded kstat-rs v0.2.4 |
| 681 | 2026-07-18T16:36:35.226Z | Downloaded darling_core v0.20.11 |
| 682 | 2026-07-18T16:36:35.229Z | Downloaded getrandom v0.2.17 |
| 683 | 2026-07-18T16:36:35.229Z | Downloaded keccak v0.1.6 |
| 684 | 2026-07-18T16:36:35.232Z | Downloaded deranged v0.5.8 |
| 685 | 2026-07-18T16:36:35.232Z | Downloaded der_derive v0.7.3 |
| 686 | 2026-07-18T16:36:35.232Z | Downloaded ecdsa v0.16.9 |
| 687 | 2026-07-18T16:36:35.235Z | Downloaded hyper-staticfile v0.10.1 |
| 688 | 2026-07-18T16:36:35.235Z | Downloaded difflib v0.4.0 |
| 689 | 2026-07-18T16:36:35.238Z | Downloaded lazy_static v1.5.0 |
| 690 | 2026-07-18T16:36:35.238Z | Downloaded lalrpop-util v0.19.12 |
| 691 | 2026-07-18T16:36:35.241Z | Downloaded kem v0.3.0 |
| 692 | 2026-07-18T16:36:35.244Z | Downloaded libscf-sys v1.1.0 |
| 693 | 2026-07-18T16:36:35.244Z | Downloaded lru-cache v0.1.2 |
| 694 | 2026-07-18T16:36:35.244Z | Downloaded linked-hash-map v0.5.6 |
| 695 | 2026-07-18T16:36:35.247Z | Downloaded maplit v1.0.2 |
| 696 | 2026-07-18T16:36:35.247Z | Downloaded lzss v0.8.2 |
| 697 | 2026-07-18T16:36:35.250Z | Downloaded managed v0.8.0 |
| 698 | 2026-07-18T16:36:35.250Z | Downloaded half v1.8.3 |
| 699 | 2026-07-18T16:36:35.253Z | Downloaded lru-slab v0.1.2 |
| 700 | 2026-07-18T16:36:35.253Z | Downloaded ecdsa v0.17.0-rc.18 |
| 701 | 2026-07-18T16:36:35.255Z | Downloaded diff v0.1.13 |
| 702 | 2026-07-18T16:36:35.258Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 703 | 2026-07-18T16:36:35.258Z | Downloaded illumos-nvpair v0.3.0 |
| 704 | 2026-07-18T16:36:35.261Z | Downloaded memoffset v0.9.1 |
| 705 | 2026-07-18T16:36:35.264Z | Downloaded md5 v0.8.0 |
| 706 | 2026-07-18T16:36:35.264Z | Downloaded const_format v0.2.35 |
| 707 | 2026-07-18T16:36:35.268Z | Downloaded indoc v2.0.7 |
| 708 | 2026-07-18T16:36:35.271Z | Downloaded cookie v0.18.1 |
| 709 | 2026-07-18T16:36:35.271Z | Downloaded mime v0.3.17 |
| 710 | 2026-07-18T16:36:35.271Z | Downloaded futures v0.3.32 |
| 711 | 2026-07-18T16:36:35.275Z | Downloaded indoc v1.0.9 |
| 712 | 2026-07-18T16:36:35.277Z | Downloaded multimap v0.10.1 |
| 713 | 2026-07-18T16:36:35.277Z | Downloaded highway v1.3.0 |
| 714 | 2026-07-18T16:36:35.277Z | Downloaded drift v0.2.0 |
| 715 | 2026-07-18T16:36:35.285Z | Downloaded newtype_derive v0.1.6 |
| 716 | 2026-07-18T16:36:35.287Z | Downloaded new_debug_unreachable v1.0.6 |
| 717 | 2026-07-18T16:36:35.287Z | Downloaded futures-channel v0.3.32 |
| 718 | 2026-07-18T16:36:35.287Z | Downloaded base64 v0.22.1 |
| 719 | 2026-07-18T16:36:35.290Z | Downloaded ipnetwork v0.21.1 |
| 720 | 2026-07-18T16:36:35.290Z | Downloaded newtype-uuid-macros v0.1.0 |
| 721 | 2026-07-18T16:36:35.293Z | Downloaded newline-converter v0.3.0 |
| 722 | 2026-07-18T16:36:35.293Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-07-18T16:36:35.293Z | Downloaded const-oid v0.10.2 |
| 724 | 2026-07-18T16:36:35.297Z | Downloaded num v0.4.3 |
| 725 | 2026-07-18T16:36:35.297Z | Downloaded nodrop v0.1.14 |
| 726 | 2026-07-18T16:36:35.297Z | Downloaded base64 v0.21.7 |
| 727 | 2026-07-18T16:36:35.302Z | Downloaded nonempty v0.12.0 |
| 728 | 2026-07-18T16:36:35.302Z | Downloaded elliptic-curve v0.13.8 |
| 729 | 2026-07-18T16:36:35.302Z | Downloaded generic-array v1.4.3 |
| 730 | 2026-07-18T16:36:35.305Z | Downloaded md-5 v0.10.6 |
| 731 | 2026-07-18T16:36:35.305Z | Downloaded maybe-uninit v2.0.0 |
| 732 | 2026-07-18T16:36:35.307Z | Downloaded hyper-rustls v0.27.7 |
| 733 | 2026-07-18T16:36:35.308Z | Downloaded libefi-sys v0.1.0 |
| 734 | 2026-07-18T16:36:35.310Z | Downloaded lru v0.12.5 |
| 735 | 2026-07-18T16:36:35.310Z | Downloaded libsw v3.5.0 |
| 736 | 2026-07-18T16:36:35.310Z | Downloaded libsw-core v0.3.2 |
| 737 | 2026-07-18T16:36:35.314Z | Downloaded libloading v0.8.9 |
| 738 | 2026-07-18T16:36:35.314Z | Downloaded num-derive v0.3.3 |
| 739 | 2026-07-18T16:36:35.316Z | Downloaded linear-map v1.2.0 |
| 740 | 2026-07-18T16:36:35.316Z | Downloaded num-iter v0.1.45 |
| 741 | 2026-07-18T16:36:35.316Z | Downloaded num-derive v0.4.2 |
| 742 | 2026-07-18T16:36:35.319Z | Downloaded dropshot_endpoint v0.17.1 |
| 743 | 2026-07-18T16:36:35.319Z | Downloaded lock_api v0.4.14 |
| 744 | 2026-07-18T16:36:35.322Z | Downloaded fatfs v0.3.6 |
| 745 | 2026-07-18T16:36:35.322Z | Downloaded half v2.7.1 |
| 746 | 2026-07-18T16:36:35.325Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 747 | 2026-07-18T16:36:35.328Z | Downloaded keccak v0.2.0 |
| 748 | 2026-07-18T16:36:35.328Z | Downloaded iana-time-zone v0.1.65 |
| 749 | 2026-07-18T16:36:35.330Z | Downloaded num_threads v0.1.7 |
| 750 | 2026-07-18T16:36:35.331Z | Downloaded mime_guess v2.0.5 |
| 751 | 2026-07-18T16:36:35.333Z | Downloaded hybrid-array v0.4.13 |
| 752 | 2026-07-18T16:36:35.333Z | Downloaded humantime v2.3.0 |
| 753 | 2026-07-18T16:36:35.336Z | Downloaded olpc-cjson v0.1.4 |
| 754 | 2026-07-18T16:36:35.336Z | Downloaded ingot-macros v0.1.1 |
| 755 | 2026-07-18T16:36:35.336Z | Downloaded hmac v0.12.1 |
| 756 | 2026-07-18T16:36:35.339Z | Downloaded flume v0.11.1 |
| 757 | 2026-07-18T16:36:35.342Z | Downloaded openssl-macros v0.1.1 |
| 758 | 2026-07-18T16:36:35.342Z | Downloaded multer v3.1.0 |
| 759 | 2026-07-18T16:36:35.345Z | Downloaded openssl-probe v0.2.1 |
| 760 | 2026-07-18T16:36:35.345Z | Downloaded openssl-probe v0.1.6 |
| 761 | 2026-07-18T16:36:35.345Z | Downloaded opaque-debug v0.3.1 |
| 762 | 2026-07-18T16:36:35.347Z | Downloaded module-lattice v0.2.3 |
| 763 | 2026-07-18T16:36:35.347Z | Downloaded hmac v0.13.0 |
| 764 | 2026-07-18T16:36:35.350Z | Downloaded chacha20poly1305 v0.10.1 |
| 765 | 2026-07-18T16:36:35.350Z | Downloaded crypto-bigint v0.5.5 |
| 766 | 2026-07-18T16:36:35.353Z | Downloaded cc v1.2.56 |
| 767 | 2026-07-18T16:36:35.356Z | Downloaded nibble_vec v0.1.0 |
| 768 | 2026-07-18T16:36:35.356Z | Downloaded oso-derive v0.27.3 |
| 769 | 2026-07-18T16:36:35.359Z | Downloaded compact_str v0.8.1 |
| 770 | 2026-07-18T16:36:35.359Z | Downloaded newtype-uuid v1.3.2 |
| 771 | 2026-07-18T16:36:35.362Z | Downloaded nu-ansi-term v0.50.3 |
| 772 | 2026-07-18T16:36:35.362Z | Downloaded normalize-line-endings v0.3.0 |
| 773 | 2026-07-18T16:36:35.365Z | Downloaded bytes v1.11.1 |
| 774 | 2026-07-18T16:36:35.365Z | Downloaded num-complex v0.4.6 |
| 775 | 2026-07-18T16:36:35.367Z | Downloaded packed_struct_codegen v0.10.1 |
| 776 | 2026-07-18T16:36:35.367Z | Downloaded ipnet v2.11.0 |
| 777 | 2026-07-18T16:36:35.370Z | Downloaded getrandom v0.3.4 |
| 778 | 2026-07-18T16:36:35.370Z | Downloaded jobserver v0.1.34 |
| 779 | 2026-07-18T16:36:35.373Z | Downloaded litemap v0.8.1 |
| 780 | 2026-07-18T16:36:35.373Z | Downloaded path-slash v0.1.5 |
| 781 | 2026-07-18T16:36:35.376Z | Downloaded parse-size v1.1.0 |
| 782 | 2026-07-18T16:36:35.376Z | Downloaded litrs v1.0.0 |
| 783 | 2026-07-18T16:36:35.379Z | Downloaded httparse v1.10.1 |
| 784 | 2026-07-18T16:36:35.379Z | Downloaded password-hash v0.6.1 |
| 785 | 2026-07-18T16:36:35.382Z | Downloaded darling_core v0.23.0 |
| 786 | 2026-07-18T16:36:35.384Z | Downloaded parse-display v0.10.0 |
| 787 | 2026-07-18T16:36:35.384Z | Downloaded derive_more v2.1.1 |
| 788 | 2026-07-18T16:36:35.390Z | Downloaded num_enum v0.5.11 |
| 789 | 2026-07-18T16:36:35.393Z | Downloaded num_enum_derive v0.5.11 |
| 790 | 2026-07-18T16:36:35.406Z | Downloaded percent-encoding v2.3.2 |
| 791 | 2026-07-18T16:36:35.409Z | Downloaded peg-runtime v0.8.5 |
| 792 | 2026-07-18T16:36:35.409Z | Downloaded num_enum_derive v0.7.6 |
| 793 | 2026-07-18T16:36:35.409Z | Downloaded phf_shared v0.12.1 |
| 794 | 2026-07-18T16:36:35.412Z | Downloaded native-tls v0.2.18 |
| 795 | 2026-07-18T16:36:35.412Z | Downloaded ml-kem v0.3.2 |
| 796 | 2026-07-18T16:36:35.416Z | Downloaded phf_shared v0.13.1 |
| 797 | 2026-07-18T16:36:35.416Z | Downloaded phf_shared v0.11.3 |
| 798 | 2026-07-18T16:36:35.416Z | Downloaded oxnet v0.1.6 |
| 799 | 2026-07-18T16:36:35.419Z | Downloaded nanorand v0.7.0 |
| 800 | 2026-07-18T16:36:35.419Z | Downloaded crossbeam-channel v0.5.15 |
| 801 | 2026-07-18T16:36:35.422Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 802 | 2026-07-18T16:36:35.425Z | Downloaded bumpalo v3.20.2 |
| 803 | 2026-07-18T16:36:35.425Z | Downloaded oxide-tokio-rt v0.1.4 |
| 804 | 2026-07-18T16:36:35.427Z | Downloaded owo-colors v4.3.0 |
| 805 | 2026-07-18T16:36:35.427Z | Downloaded memmap2 v0.9.10 |
| 806 | 2026-07-18T16:36:35.430Z | Downloaded packed_struct v0.10.1 |
| 807 | 2026-07-18T16:36:35.430Z | Downloaded ingot-types v0.1.2 |
| 808 | 2026-07-18T16:36:35.433Z | Downloaded indexmap v1.9.3 |
| 809 | 2026-07-18T16:36:35.433Z | Downloaded heapless v0.8.0 |
| 810 | 2026-07-18T16:36:35.437Z | Downloaded precomputed-hash v0.1.1 |
| 811 | 2026-07-18T16:36:35.440Z | Downloaded powerfmt v0.2.0 |
| 812 | 2026-07-18T16:36:35.440Z | Downloaded potential_utf v0.1.4 |
| 813 | 2026-07-18T16:36:35.440Z | Downloaded derive_more-impl v2.1.1 |
| 814 | 2026-07-18T16:36:35.443Z | Downloaded parking_lot_core v0.8.6 |
| 815 | 2026-07-18T16:36:35.443Z | Downloaded password-hash v0.5.0 |
| 816 | 2026-07-18T16:36:35.445Z | Downloaded libbz2-rs-sys v0.2.2 |
| 817 | 2026-07-18T16:36:35.445Z | Downloaded peg v0.8.5 |
| 818 | 2026-07-18T16:36:35.448Z | Downloaded pem-rfc7468 v1.0.0 |
| 819 | 2026-07-18T16:36:35.451Z | Downloaded proc-macro-crate v1.3.1 |
| 820 | 2026-07-18T16:36:35.451Z | Downloaded pbkdf2 v0.13.0 |
| 821 | 2026-07-18T16:36:35.454Z | Downloaded paste v1.0.15 |
| 822 | 2026-07-18T16:36:35.454Z | Downloaded ignore v0.4.25 |
| 823 | 2026-07-18T16:36:35.457Z | Downloaded predicates-tree v1.0.13 |
| 824 | 2026-07-18T16:36:35.457Z | Downloaded pem v3.0.6 |
| 825 | 2026-07-18T16:36:35.457Z | Downloaded indicatif v0.18.4 |
| 826 | 2026-07-18T16:36:35.460Z | Downloaded diesel_derives v2.3.7 |
| 827 | 2026-07-18T16:36:35.463Z | Downloaded psl-types v2.0.11 |
| 828 | 2026-07-18T16:36:35.466Z | Downloaded progenitor-macro v0.14.0 |
| 829 | 2026-07-18T16:36:35.466Z | Downloaded progenitor-macro v0.13.0 |
| 830 | 2026-07-18T16:36:35.466Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 831 | 2026-07-18T16:36:35.470Z | Downloaded phf v0.13.1 |
| 832 | 2026-07-18T16:36:35.470Z | Downloaded phc v0.6.1 |
| 833 | 2026-07-18T16:36:35.470Z | Downloaded proc-macro-crate v3.4.0 |
| 834 | 2026-07-18T16:36:35.473Z | Downloaded polyval v0.7.1 |
| 835 | 2026-07-18T16:36:35.473Z | Downloaded pkg-config v0.3.32 |
| 836 | 2026-07-18T16:36:35.473Z | Downloaded pin-project-internal v1.1.11 |
| 837 | 2026-07-18T16:36:35.476Z | Downloaded hickory-resolver v0.24.4 |
| 838 | 2026-07-18T16:36:35.478Z | Downloaded progenitor-client v0.14.0 |
| 839 | 2026-07-18T16:36:35.478Z | Downloaded pkcs8 v0.10.2 |
| 840 | 2026-07-18T16:36:35.481Z | Downloaded phf v0.12.1 |
| 841 | 2026-07-18T16:36:35.481Z | Downloaded pem-rfc7468 v0.7.0 |
| 842 | 2026-07-18T16:36:35.484Z | Downloaded hickory-resolver v0.25.2 |
| 843 | 2026-07-18T16:36:35.484Z | Downloaded peg-macros v0.8.5 |
| 844 | 2026-07-18T16:36:35.487Z | Downloaded headers v0.4.1 |
| 845 | 2026-07-18T16:36:35.490Z | Downloaded postgres-protocol v0.6.10 |
| 846 | 2026-07-18T16:36:35.490Z | Downloaded expectorate v1.2.0 |
| 847 | 2026-07-18T16:36:35.493Z | Downloaded icu_normalizer_data v2.1.1 |
| 848 | 2026-07-18T16:36:35.496Z | Downloaded icu_normalizer v2.1.1 |
| 849 | 2026-07-18T16:36:35.496Z | Downloaded parking_lot v0.12.5 |
| 850 | 2026-07-18T16:36:35.499Z | Downloaded port-file v0.1.0 |
| 851 | 2026-07-18T16:36:35.499Z | Downloaded poly1305 v0.8.0 |
| 852 | 2026-07-18T16:36:35.502Z | Downloaded ppv-lite86 v0.2.21 |
| 853 | 2026-07-18T16:36:35.502Z | Downloaded parking_lot_core v0.9.12 |
| 854 | 2026-07-18T16:36:35.506Z | Downloaded crossterm v0.28.1 |
| 855 | 2026-07-18T16:36:35.508Z | Downloaded async-compression v0.4.41 |
| 856 | 2026-07-18T16:36:35.512Z | Downloaded der v0.8.0 |
| 857 | 2026-07-18T16:36:35.515Z | Downloaded rand_chacha v0.3.1 |
| 858 | 2026-07-18T16:36:35.518Z | Downloaded ref-cast v1.0.25 |
| 859 | 2026-07-18T16:36:35.518Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 860 | 2026-07-18T16:36:35.518Z | Downloaded primeorder v0.14.0-rc.10 |
| 861 | 2026-07-18T16:36:35.521Z | Downloaded primeorder v0.13.6 |
| 862 | 2026-07-18T16:36:35.521Z | Downloaded rand_xorshift v0.4.0 |
| 863 | 2026-07-18T16:36:35.524Z | Downloaded miniz_oxide v0.8.9 |
| 864 | 2026-07-18T16:36:35.524Z | Downloaded ref-cast-impl v1.0.25 |
| 865 | 2026-07-18T16:36:35.524Z | Downloaded primefield v0.14.0 |
| 866 | 2026-07-18T16:36:35.528Z | Downloaded pkcs8 v0.11.0 |
| 867 | 2026-07-18T16:36:35.528Z | Downloaded progenitor-client v0.13.0 |
| 868 | 2026-07-18T16:36:35.531Z | Downloaded recursive v0.1.1 |
| 869 | 2026-07-18T16:36:35.531Z | Downloaded pkcs1 v0.7.5 |
| 870 | 2026-07-18T16:36:35.531Z | Downloaded progenitor v0.13.0 |
| 871 | 2026-07-18T16:36:35.534Z | Downloaded predicates-core v1.0.10 |
| 872 | 2026-07-18T16:36:35.534Z | Downloaded predicates v3.1.4 |
| 873 | 2026-07-18T16:36:35.534Z | Downloaded progenitor-extras v0.2.0 |
| 874 | 2026-07-18T16:36:35.538Z | Downloaded hickory-server v0.25.2 |
| 875 | 2026-07-18T16:36:35.542Z | Downloaded progenitor v0.14.0 |
| 876 | 2026-07-18T16:36:35.542Z | Downloaded num-traits v0.2.19 |
| 877 | 2026-07-18T16:36:35.542Z | Downloaded omicron-zone-package v0.12.3 |
| 878 | 2026-07-18T16:36:35.545Z | Downloaded psm v0.1.30 |
| 879 | 2026-07-18T16:36:35.548Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 880 | 2026-07-18T16:36:35.548Z | Downloaded rfc6979 v0.4.0 |
| 881 | 2026-07-18T16:36:35.551Z | Downloaded rustc-hash v2.1.1 |
| 882 | 2026-07-18T16:36:35.551Z | Downloaded rustc_version v0.4.1 |
| 883 | 2026-07-18T16:36:35.551Z | Downloaded russh-cryptovec v0.61.0 |
| 884 | 2026-07-18T16:36:35.554Z | Downloaded rtoolbox v0.0.3 |
| 885 | 2026-07-18T16:36:35.554Z | Downloaded rfc6979 v0.5.0 |
| 886 | 2026-07-18T16:36:35.554Z | Downloaded jiff-static v0.2.21 |
| 887 | 2026-07-18T16:36:35.557Z | Downloaded russh-util v0.52.0 |
| 888 | 2026-07-18T16:36:35.557Z | Downloaded quick-error v1.2.3 |
| 889 | 2026-07-18T16:36:35.560Z | Downloaded radium v0.7.0 |
| 890 | 2026-07-18T16:36:35.560Z | Downloaded r2d2 v0.8.10 |
| 891 | 2026-07-18T16:36:35.560Z | Downloaded pin-project-lite v0.2.17 |
| 892 | 2026-07-18T16:36:35.562Z | Downloaded oso v0.27.3 |
| 893 | 2026-07-18T16:36:35.565Z | Downloaded rustc_version v0.1.7 |
| 894 | 2026-07-18T16:36:35.565Z | Downloaded rand_chacha v0.9.0 |
| 895 | 2026-07-18T16:36:35.568Z | Downloaded parking_lot v0.11.2 |
| 896 | 2026-07-18T16:36:35.568Z | Downloaded poly1305 v0.9.0 |
| 897 | 2026-07-18T16:36:35.571Z | Downloaded rand_core v0.6.4 |
| 898 | 2026-07-18T16:36:35.571Z | Downloaded postgres-types v0.2.12 |
| 899 | 2026-07-18T16:36:35.574Z | Downloaded scheduled-thread-pool v0.2.7 |
| 900 | 2026-07-18T16:36:35.574Z | Downloaded rand_core v0.9.5 |
| 901 | 2026-07-18T16:36:35.576Z | Downloaded sapling-renderdag v0.1.0 |
| 902 | 2026-07-18T16:36:35.576Z | Downloaded same-file v1.0.6 |
| 903 | 2026-07-18T16:36:35.576Z | Downloaded aes-gcm v0.11.0 |
| 904 | 2026-07-18T16:36:35.579Z | Downloaded scopeguard v1.2.0 |
| 905 | 2026-07-18T16:36:35.582Z | Downloaded postcard v1.1.3 |
| 906 | 2026-07-18T16:36:35.582Z | Downloaded scroll_derive v0.13.1 |
| 907 | 2026-07-18T16:36:35.582Z | Downloaded rand_seeder v0.4.0 |
| 908 | 2026-07-18T16:36:35.585Z | Downloaded minimal-lexical v0.2.1 |
| 909 | 2026-07-18T16:36:35.588Z | Downloaded icu_collections v2.1.1 |
| 910 | 2026-07-18T16:36:35.590Z | Downloaded proc-macro-error2 v2.0.1 |
| 911 | 2026-07-18T16:36:35.595Z | Downloaded icu_locale_core v2.1.1 |
| 912 | 2026-07-18T16:36:35.597Z | Downloaded ed25519-dalek v2.2.0 |
| 913 | 2026-07-18T16:36:35.597Z | Downloaded parse-display-derive v0.10.0 |
| 914 | 2026-07-18T16:36:35.600Z | Downloaded crossterm v0.29.0 |
| 915 | 2026-07-18T16:36:35.603Z | Downloaded resolv-conf v0.7.6 |
| 916 | 2026-07-18T16:36:35.606Z | Downloaded dropshot-api-manager v0.7.2 |
| 917 | 2026-07-18T16:36:35.608Z | Downloaded pkcs5 v0.8.1 |
| 918 | 2026-07-18T16:36:35.611Z | Downloaded rusty-fork v0.3.1 |
| 919 | 2026-07-18T16:36:35.611Z | Downloaded secrecy v0.10.3 |
| 920 | 2026-07-18T16:36:35.614Z | Downloaded secrecy v0.8.0 |
| 921 | 2026-07-18T16:36:35.614Z | Downloaded rustls-native-certs v0.8.3 |
| 922 | 2026-07-18T16:36:35.616Z | Downloaded serde-big-array v0.5.1 |
| 923 | 2026-07-18T16:36:35.617Z | Downloaded serde_repr v0.1.20 |
| 924 | 2026-07-18T16:36:35.621Z | Downloaded seq-macro v0.3.6 |
| 925 | 2026-07-18T16:36:35.621Z | Downloaded semver v0.1.20 |
| 926 | 2026-07-18T16:36:35.621Z | Downloaded quinn-udp v0.5.14 |
| 927 | 2026-07-18T16:36:35.624Z | Downloaded serde_spanned v1.1.1 |
| 928 | 2026-07-18T16:36:35.624Z | Downloaded http v1.4.2 |
| 929 | 2026-07-18T16:36:35.624Z | Downloaded signal-hook-mio v0.2.5 |
| 930 | 2026-07-18T16:36:35.627Z | Downloaded sha1 v0.11.0 |
| 931 | 2026-07-18T16:36:35.627Z | Downloaded pin-project v1.1.11 |
| 932 | 2026-07-18T16:36:35.632Z | Downloaded serde_plain v1.0.2 |
| 933 | 2026-07-18T16:36:35.635Z | Downloaded serde_bytes v0.11.19 |
| 934 | 2026-07-18T16:36:35.635Z | Downloaded rand_core v0.10.0 |
| 935 | 2026-07-18T16:36:35.638Z | Downloaded p384 v0.14.0-rc.10 |
| 936 | 2026-07-18T16:36:35.638Z | Downloaded hashbrown v0.12.3 |
| 937 | 2026-07-18T16:36:35.641Z | Downloaded flate2 v1.1.9 |
| 938 | 2026-07-18T16:36:35.643Z | Downloaded signature v2.2.0 |
| 939 | 2026-07-18T16:36:35.646Z | Downloaded rustversion v1.0.22 |
| 940 | 2026-07-18T16:36:35.646Z | Downloaded signature v3.0.0 |
| 941 | 2026-07-18T16:36:35.649Z | Downloaded rustls-pemfile v2.2.0 |
| 942 | 2026-07-18T16:36:35.649Z | Downloaded num_enum v0.7.6 |
| 943 | 2026-07-18T16:36:35.652Z | Downloaded sha1 v0.10.6 |
| 944 | 2026-07-18T16:36:35.654Z | Downloaded num-rational v0.4.2 |
| 945 | 2026-07-18T16:36:35.654Z | Downloaded icu_provider v2.1.1 |
| 946 | 2026-07-18T16:36:35.657Z | Downloaded icu_properties v2.1.2 |
| 947 | 2026-07-18T16:36:35.657Z | Downloaded heapless v0.7.17 |
| 948 | 2026-07-18T16:36:35.660Z | Downloaded der v0.7.10 |
| 949 | 2026-07-18T16:36:35.663Z | Downloaded sigpipe v0.1.3 |
| 950 | 2026-07-18T16:36:35.666Z | Downloaded sec1 v0.7.3 |
| 951 | 2026-07-18T16:36:35.666Z | Downloaded signal-hook-tokio v0.3.1 |
| 952 | 2026-07-18T16:36:35.669Z | Downloaded shell-words v1.1.1 |
| 953 | 2026-07-18T16:36:35.669Z | Downloaded openssl-sys v0.9.115 |
| 954 | 2026-07-18T16:36:35.672Z | Downloaded siphasher v1.0.2 |
| 955 | 2026-07-18T16:36:35.672Z | Downloaded sec1 v0.8.1 |
| 956 | 2026-07-18T16:36:35.675Z | Downloaded schemars_derive v0.8.22 |
| 957 | 2026-07-18T16:36:35.675Z | Downloaded hashbrown v0.13.2 |
| 958 | 2026-07-18T16:36:35.678Z | Downloaded scrypt v0.12.0 |
| 959 | 2026-07-18T16:36:35.681Z | Downloaded progenitor-impl v0.14.0 |
| 960 | 2026-07-18T16:36:35.681Z | Downloaded p256 v0.14.0-rc.10 |
| 961 | 2026-07-18T16:36:35.683Z | Downloaded serde-hex v0.1.0 |
| 962 | 2026-07-18T16:36:35.683Z | Downloaded serde_with_macros v1.5.2 |
| 963 | 2026-07-18T16:36:35.686Z | Downloaded serde_urlencoded v0.7.1 |
| 964 | 2026-07-18T16:36:35.686Z | Downloaded slog-bunyan v2.5.0 |
| 965 | 2026-07-18T16:36:35.686Z | Downloaded slog-envlogger v2.2.0 |
| 966 | 2026-07-18T16:36:35.690Z | Downloaded itertools v0.10.5 |
| 967 | 2026-07-18T16:36:35.693Z | Downloaded serde_path_to_error v0.1.20 |
| 968 | 2026-07-18T16:36:35.696Z | Downloaded num-integer v0.1.46 |
| 969 | 2026-07-18T16:36:35.696Z | Downloaded num-conv v0.2.0 |
| 970 | 2026-07-18T16:36:35.696Z | Downloaded match_cfg v0.1.0 |
| 971 | 2026-07-18T16:36:35.696Z | Downloaded ingot v0.1.1 |
| 972 | 2026-07-18T16:36:35.696Z | Downloaded hyper-util v0.1.20 |
| 973 | 2026-07-18T16:36:35.708Z | Downloaded papergrid v0.17.0 |
| 974 | 2026-07-18T16:36:35.716Z | Downloaded signal-hook-registry v1.4.8 |
| 975 | 2026-07-18T16:36:35.719Z | Downloaded rustls-pki-types v1.14.0 |
| 976 | 2026-07-18T16:36:35.721Z | Downloaded hashbrown v0.16.1 |
| 977 | 2026-07-18T16:36:35.724Z | Downloaded prettyplease v0.2.37 |
| 978 | 2026-07-18T16:36:35.727Z | Downloaded scroll v0.13.0 |
| 979 | 2026-07-18T16:36:35.730Z | Downloaded sqlparser_derive v0.5.0 |
| 980 | 2026-07-18T16:36:35.730Z | Downloaded pretty_assertions v1.4.1 |
| 981 | 2026-07-18T16:36:35.730Z | Downloaded prefix-trie v0.7.0 |
| 982 | 2026-07-18T16:36:35.733Z | Downloaded shlex v1.3.0 |
| 983 | 2026-07-18T16:36:35.735Z | Downloaded rcgen v0.12.1 |
| 984 | 2026-07-18T16:36:35.738Z | Downloaded strum v0.27.2 |
| 985 | 2026-07-18T16:36:35.738Z | Downloaded strum v0.26.3 |
| 986 | 2026-07-18T16:36:35.741Z | Downloaded structmeta-derive v0.3.0 |
| 987 | 2026-07-18T16:36:35.744Z | Downloaded slog-async v2.8.0 |
| 988 | 2026-07-18T16:36:35.747Z | Downloaded structmeta v0.3.0 |
| 989 | 2026-07-18T16:36:35.747Z | Downloaded strsim v0.10.0 |
| 990 | 2026-07-18T16:36:35.749Z | Downloaded simd-adler32 v0.3.8 |
| 991 | 2026-07-18T16:36:35.749Z | Downloaded sync-ptr v0.1.4 |
| 992 | 2026-07-18T16:36:35.752Z | Downloaded progenitor-impl v0.13.0 |
| 993 | 2026-07-18T16:36:35.752Z | Downloaded strip-ansi-escapes v0.2.1 |
| 994 | 2026-07-18T16:36:35.755Z | Downloaded slab v0.4.12 |
| 995 | 2026-07-18T16:36:35.755Z | Downloaded slog-scope v4.4.1 |
| 996 | 2026-07-18T16:36:35.755Z | Downloaded snafu-derive v0.8.9 |
| 997 | 2026-07-18T16:36:35.758Z | Downloaded mio v1.2.0 |
| 998 | 2026-07-18T16:36:35.761Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 999 | 2026-07-18T16:36:35.764Z | Downloaded supports-color v3.0.2 |
| 1000 | 2026-07-18T16:36:35.764Z | Downloaded subtle v2.6.1 |
| 1001 | 2026-07-18T16:36:35.768Z | Downloaded slog-stdlog v4.1.1 |
| 1002 | 2026-07-18T16:36:35.768Z | Downloaded serdect v0.4.3 |
| 1003 | 2026-07-18T16:36:35.768Z | Downloaded serde_cbor v0.11.2 |
| 1004 | 2026-07-18T16:36:35.770Z | Downloaded sync_wrapper v1.0.2 |
| 1005 | 2026-07-18T16:36:35.770Z | Downloaded take_mut v0.2.2 |
| 1006 | 2026-07-18T16:36:35.770Z | Downloaded tagptr v0.2.0 |
| 1007 | 2026-07-18T16:36:35.773Z | Downloaded tabled_derive v0.11.0 |
| 1008 | 2026-07-18T16:36:35.773Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1009 | 2026-07-18T16:36:35.776Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1010 | 2026-07-18T16:36:35.776Z | Downloaded spki v0.7.3 |
| 1011 | 2026-07-18T16:36:35.779Z | Downloaded slog-term v2.9.2 |
| 1012 | 2026-07-18T16:36:35.779Z | Downloaded smallvec v0.6.14 |
| 1013 | 2026-07-18T16:36:35.783Z | Downloaded serde_derive_internals v0.29.1 |
| 1014 | 2026-07-18T16:36:35.783Z | Downloaded tabwriter v1.4.1 |
| 1015 | 2026-07-18T16:36:35.787Z | Downloaded num-bigint v0.4.6 |
| 1016 | 2026-07-18T16:36:35.787Z | Downloaded itertools v0.12.1 |
| 1017 | 2026-07-18T16:36:35.790Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1018 | 2026-07-18T16:36:35.795Z | Downloaded sqlformat v0.3.5 |
| 1019 | 2026-07-18T16:36:35.795Z | Downloaded salsa20 v0.11.0 |
| 1020 | 2026-07-18T16:36:35.795Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1021 | 2026-07-18T16:36:35.801Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-07-18T16:36:35.801Z | Downloaded testing_table v0.3.0 |
| 1023 | 2026-07-18T16:36:35.801Z | Downloaded static_assertions v1.1.0 |
| 1024 | 2026-07-18T16:36:35.801Z | Downloaded stacker v0.1.23 |
| 1025 | 2026-07-18T16:36:35.801Z | Downloaded thread-id v5.1.0 |
| 1026 | 2026-07-18T16:36:35.804Z | Downloaded aho-corasick v1.1.4 |
| 1027 | 2026-07-18T16:36:35.804Z | Downloaded sha2 v0.11.0 |
| 1028 | 2026-07-18T16:36:35.806Z | Downloaded spki v0.8.0 |
| 1029 | 2026-07-18T16:36:35.809Z | Downloaded stable_deref_trait v1.2.1 |
| 1030 | 2026-07-18T16:36:35.809Z | Downloaded schemars v0.8.22 |
| 1031 | 2026-07-18T16:36:35.816Z | Downloaded support-bundle-viewer v0.1.2 |
| 1032 | 2026-07-18T16:36:35.819Z | Downloaded strum_macros v0.27.2 |
| 1033 | 2026-07-18T16:36:35.819Z | Downloaded strum_macros v0.26.4 |
| 1034 | 2026-07-18T16:36:35.821Z | Downloaded strum_macros v0.24.3 |
| 1035 | 2026-07-18T16:36:35.824Z | Downloaded tokio-macros v2.7.0 |
| 1036 | 2026-07-18T16:36:35.824Z | Downloaded tinyvec_macros v0.1.1 |
| 1037 | 2026-07-18T16:36:35.824Z | Downloaded hashbrown v0.15.5 |
| 1038 | 2026-07-18T16:36:35.827Z | Downloaded num-bigint-dig v0.8.6 |
| 1039 | 2026-07-18T16:36:35.830Z | Downloaded idna v1.1.0 |
| 1040 | 2026-07-18T16:36:35.833Z | Downloaded quinn v0.11.9 |
| 1041 | 2026-07-18T16:36:35.836Z | Downloaded rand v0.8.6 |
| 1042 | 2026-07-18T16:36:35.839Z | Downloaded synstructure v0.13.2 |
| 1043 | 2026-07-18T16:36:35.839Z | Downloaded string_cache v0.8.9 |
| 1044 | 2026-07-18T16:36:35.839Z | Downloaded slog-dtrace v0.3.0 |
| 1045 | 2026-07-18T16:36:35.842Z | Downloaded tap v1.0.1 |
| 1046 | 2026-07-18T16:36:35.842Z | Downloaded spin v0.9.8 |
| 1047 | 2026-07-18T16:36:35.844Z | Downloaded tokio-test v0.4.5 |
| 1048 | 2026-07-18T16:36:35.844Z | Downloaded nom v7.1.3 |
| 1049 | 2026-07-18T16:36:35.847Z | Downloaded icu_properties_data v2.1.2 |
| 1050 | 2026-07-18T16:36:35.853Z | Downloaded itertools v0.13.0 |
| 1051 | 2026-07-18T16:36:35.859Z | Downloaded thiserror-no-std v2.0.2 |
| 1052 | 2026-07-18T16:36:35.863Z | Downloaded ryu v1.0.23 |
| 1053 | 2026-07-18T16:36:35.866Z | Downloaded smf v0.2.3 |
| 1054 | 2026-07-18T16:36:35.866Z | Downloaded signal-hook v0.3.18 |
| 1055 | 2026-07-18T16:36:35.866Z | Downloaded serde_with_macros v3.17.0 |
| 1056 | 2026-07-18T16:36:35.869Z | Downloaded time-macros v0.2.27 |
| 1057 | 2026-07-18T16:36:35.869Z | Downloaded tinystr v0.8.2 |
| 1058 | 2026-07-18T16:36:35.872Z | Downloaded tower-layer v0.3.3 |
| 1059 | 2026-07-18T16:36:35.872Z | Downloaded tower-service v0.3.3 |
| 1060 | 2026-07-18T16:36:35.873Z | Downloaded hyper v1.10.1 |
| 1061 | 2026-07-18T16:36:35.875Z | Downloaded try-lock v0.2.5 |
| 1062 | 2026-07-18T16:36:35.878Z | Downloaded crypto-primes v0.7.2 |
| 1063 | 2026-07-18T16:36:35.881Z | Downloaded libxml v0.3.3 |
| 1064 | 2026-07-18T16:36:35.885Z | Downloaded typify-macro v0.6.2 |
| 1065 | 2026-07-18T16:36:35.885Z | Downloaded trait-variant v0.1.2 |
| 1066 | 2026-07-18T16:36:35.887Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-07-18T16:36:35.887Z | Downloaded similar v2.7.0 |
| 1068 | 2026-07-18T16:36:35.890Z | Downloaded publicsuffix v2.3.0 |
| 1069 | 2026-07-18T16:36:35.893Z | Downloaded tls_codec v0.4.2 |
| 1070 | 2026-07-18T16:36:35.893Z | Downloaded nom v8.0.0 |
| 1071 | 2026-07-18T16:36:35.896Z | Downloaded futures-util v0.3.32 |
| 1072 | 2026-07-18T16:36:35.904Z | Downloaded untrusted v0.7.1 |
| 1073 | 2026-07-18T16:36:35.907Z | Downloaded rsa v0.9.10 |
| 1074 | 2026-07-18T16:36:35.910Z | Downloaded schemars v0.9.0 |
| 1075 | 2026-07-18T16:36:35.916Z | Downloaded universal-hash v0.6.1 |
| 1076 | 2026-07-18T16:36:35.919Z | Downloaded untrusted v0.9.0 |
| 1077 | 2026-07-18T16:36:35.919Z | Downloaded universal-hash v0.5.1 |
| 1078 | 2026-07-18T16:36:35.919Z | Downloaded unit-prefix v0.5.2 |
| 1079 | 2026-07-18T16:36:35.922Z | Downloaded usdt-macro v0.6.0 |
| 1080 | 2026-07-18T16:36:35.923Z | Downloaded usdt-attr-macro v0.6.0 |
| 1081 | 2026-07-18T16:36:35.923Z | Downloaded usdt v0.6.0 |
| 1082 | 2026-07-18T16:36:35.923Z | Downloaded unicode-xid v0.2.6 |
| 1083 | 2026-07-18T16:36:35.926Z | Downloaded tokio-tungstenite v0.23.1 |
| 1084 | 2026-07-18T16:36:35.926Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1085 | 2026-07-18T16:36:35.926Z | Downloaded tokio-tungstenite v0.21.0 |
| 1086 | 2026-07-18T16:36:35.929Z | Downloaded iri-string v0.7.10 |
| 1087 | 2026-07-18T16:36:35.931Z | Downloaded samael v0.0.19 |
| 1088 | 2026-07-18T16:36:35.934Z | Downloaded utf8_iter v1.0.4 |
| 1089 | 2026-07-18T16:36:35.937Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1090 | 2026-07-18T16:36:35.937Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1091 | 2026-07-18T16:36:35.940Z | Downloaded p521 v0.14.0-rc.10 |
| 1092 | 2026-07-18T16:36:35.940Z | Downloaded itertools v0.14.0 |
| 1093 | 2026-07-18T16:36:35.944Z | Downloaded waitgroup v0.1.2 |
| 1094 | 2026-07-18T16:36:35.947Z | Downloaded wait-timeout v0.2.1 |
| 1095 | 2026-07-18T16:36:35.947Z | Downloaded rayon-core v1.13.0 |
| 1096 | 2026-07-18T16:36:35.951Z | Downloaded tui-tree-widget v0.23.1 |
| 1097 | 2026-07-18T16:36:35.951Z | Downloaded void v1.0.2 |
| 1098 | 2026-07-18T16:36:35.954Z | Downloaded libm v0.2.16 |
| 1099 | 2026-07-18T16:36:35.956Z | Downloaded term v0.7.0 |
| 1100 | 2026-07-18T16:36:35.959Z | Downloaded socket2 v0.5.10 |
| 1101 | 2026-07-18T16:36:35.959Z | Downloaded rustls-webpki v0.103.13 |
| 1102 | 2026-07-18T16:36:35.962Z | Downloaded subprocess v0.2.15 |
| 1103 | 2026-07-18T16:36:35.965Z | Downloaded snafu v0.8.9 |
| 1104 | 2026-07-18T16:36:35.967Z | Downloaded unicase v2.9.0 |
| 1105 | 2026-07-18T16:36:35.970Z | Downloaded want v0.3.1 |
| 1106 | 2026-07-18T16:36:35.970Z | Downloaded tokio-rustls v0.26.4 |
| 1107 | 2026-07-18T16:36:35.970Z | Downloaded slog v2.8.2 |
| 1108 | 2026-07-18T16:36:35.973Z | Downloaded hkdf v0.12.4 |
| 1109 | 2026-07-18T16:36:35.976Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-07-18T16:36:35.976Z | Downloaded xattr v1.6.1 |
| 1111 | 2026-07-18T16:36:35.976Z | Downloaded zerofrom v0.1.6 |
| 1112 | 2026-07-18T16:36:35.979Z | Downloaded test-strategy v0.4.5 |
| 1113 | 2026-07-18T16:36:35.979Z | Downloaded term v1.2.1 |
| 1114 | 2026-07-18T16:36:35.982Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-07-18T16:36:35.982Z | Downloaded xshell-macros v0.2.7 |
| 1116 | 2026-07-18T16:36:35.984Z | Downloaded tokio-native-tls v0.3.1 |
| 1117 | 2026-07-18T16:36:35.984Z | Downloaded tokio-dtrace v0.1.1 |
| 1118 | 2026-07-18T16:36:35.984Z | Downloaded termios v0.3.3 |
| 1119 | 2026-07-18T16:36:35.987Z | Downloaded socket2 v0.6.3 |
| 1120 | 2026-07-18T16:36:35.987Z | Downloaded smallvec v1.15.1 |
| 1121 | 2026-07-18T16:36:35.990Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1122 | 2026-07-18T16:36:35.990Z | Downloaded usdt-impl v0.6.0 |
| 1123 | 2026-07-18T16:36:35.993Z | Downloaded zerofrom-derive v0.1.6 |
| 1124 | 2026-07-18T16:36:35.993Z | Downloaded qorb v0.4.1 |
| 1125 | 2026-07-18T16:36:35.996Z | Downloaded yoke-derive v0.8.1 |
| 1126 | 2026-07-18T16:36:35.996Z | Downloaded h2 v0.4.15 |
| 1127 | 2026-07-18T16:36:36.000Z | Downloaded bitvec v1.0.1 |
| 1128 | 2026-07-18T16:36:36.009Z | Downloaded zeroize_derive v1.4.3 |
| 1129 | 2026-07-18T16:36:36.012Z | Downloaded blake3 v1.8.5 |
| 1130 | 2026-07-18T16:36:36.014Z | Downloaded walkdir v2.5.0 |
| 1131 | 2026-07-18T16:36:36.017Z | Downloaded bindgen v0.71.1 |
| 1132 | 2026-07-18T16:36:36.020Z | Downloaded tracing-attributes v0.1.31 |
| 1133 | 2026-07-18T16:36:36.023Z | Downloaded tls_codec_derive v0.4.2 |
| 1134 | 2026-07-18T16:36:36.023Z | Downloaded schemars v1.2.1 |
| 1135 | 2026-07-18T16:36:36.031Z | Downloaded zone_cfg_derive v0.3.1 |
| 1136 | 2026-07-18T16:36:36.034Z | Downloaded whoami v1.6.1 |
| 1137 | 2026-07-18T16:36:36.034Z | Downloaded twox-hash v2.1.2 |
| 1138 | 2026-07-18T16:36:36.036Z | Downloaded unicode-properties v0.1.4 |
| 1139 | 2026-07-18T16:36:36.036Z | Downloaded tokio-stream v0.1.18 |
| 1140 | 2026-07-18T16:36:36.039Z | Downloaded vsss-rs v3.3.4 |
| 1141 | 2026-07-18T16:36:36.042Z | Downloaded yoke v0.8.1 |
| 1142 | 2026-07-18T16:36:36.042Z | Downloaded writeable v0.6.2 |
| 1143 | 2026-07-18T16:36:36.042Z | Downloaded iddqd v0.4.2 |
| 1144 | 2026-07-18T16:36:36.047Z | Downloaded rsa v0.10.0-rc.18 |
| 1145 | 2026-07-18T16:36:36.051Z | Downloaded utf-8 v0.7.6 |
| 1146 | 2026-07-18T16:36:36.063Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1147 | 2026-07-18T16:36:36.063Z | Downloaded rustyline v14.0.0 |
| 1148 | 2026-07-18T16:36:36.063Z | Downloaded toml v0.7.8 |
| 1149 | 2026-07-18T16:36:36.063Z | Downloaded tar v0.4.46 |
| 1150 | 2026-07-18T16:36:36.063Z | Downloaded vergen-git2 v9.1.0 |
| 1151 | 2026-07-18T16:36:36.066Z | Downloaded xshell v0.2.7 |
| 1152 | 2026-07-18T16:36:36.066Z | Downloaded wyz v0.5.1 |
| 1153 | 2026-07-18T16:36:36.066Z | Downloaded uzers v0.12.2 |
| 1154 | 2026-07-18T16:36:36.066Z | Downloaded rand v0.10.1 |
| 1155 | 2026-07-18T16:36:36.072Z | Downloaded zone v0.3.1 |
| 1156 | 2026-07-18T16:36:36.072Z | Downloaded aws-lc-rs v1.16.3 |
| 1157 | 2026-07-18T16:36:36.075Z | Downloaded whoami v2.1.0 |
| 1158 | 2026-07-18T16:36:36.078Z | Downloaded steno v0.4.1 |
| 1159 | 2026-07-18T16:36:36.080Z | Downloaded rpassword v7.4.0 |
| 1160 | 2026-07-18T16:36:36.081Z | Downloaded zerovec-derive v0.11.2 |
| 1161 | 2026-07-18T16:36:36.081Z | Downloaded zstd-safe v7.2.4 |
| 1162 | 2026-07-18T16:36:36.083Z | Downloaded zstd v0.13.3 |
| 1163 | 2026-07-18T16:36:36.083Z | Downloaded unicode-bidi v0.3.18 |
| 1164 | 2026-07-18T16:36:36.086Z | Downloaded tungstenite v0.23.0 |
| 1165 | 2026-07-18T16:36:36.089Z | Downloaded serde_with v1.14.0 |
| 1166 | 2026-07-18T16:36:36.091Z | Downloaded unsafe-libyaml v0.2.11 |
| 1167 | 2026-07-18T16:36:36.094Z | Downloaded yasna v0.5.2 |
| 1168 | 2026-07-18T16:36:36.094Z | Downloaded tungstenite v0.21.0 |
| 1169 | 2026-07-18T16:36:36.097Z | Downloaded reedline v0.40.0 |
| 1170 | 2026-07-18T16:36:36.100Z | Downloaded zerocopy v0.6.6 |
| 1171 | 2026-07-18T16:36:36.103Z | Downloaded zeroize v1.8.2 |
| 1172 | 2026-07-18T16:36:36.103Z | Downloaded vergen v9.1.0 |
| 1173 | 2026-07-18T16:36:36.103Z | Downloaded tracing-core v0.1.36 |
| 1174 | 2026-07-18T16:36:36.105Z | Downloaded vergen-lib v9.1.0 |
| 1175 | 2026-07-18T16:36:36.105Z | Downloaded uuid v1.23.4 |
| 1176 | 2026-07-18T16:36:36.108Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1177 | 2026-07-18T16:36:36.112Z | Downloaded vergen-lib v0.1.6 |
| 1178 | 2026-07-18T16:36:36.112Z | Downloaded vergen-gitcl v1.0.8 |
| 1179 | 2026-07-18T16:36:36.115Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1180 | 2026-07-18T16:36:36.115Z | Downloaded vte v0.14.1 |
| 1181 | 2026-07-18T16:36:36.118Z | Downloaded tinyvec v1.10.0 |
| 1182 | 2026-07-18T16:36:36.118Z | Downloaded rand v0.9.2 |
| 1183 | 2026-07-18T16:36:36.121Z | Downloaded hkdf v0.13.0 |
| 1184 | 2026-07-18T16:36:36.121Z | Downloaded topological-sort v0.2.2 |
| 1185 | 2026-07-18T16:36:36.124Z | Downloaded tiny-keccak v2.0.2 |
| 1186 | 2026-07-18T16:36:36.124Z | Downloaded time-core v0.1.8 |
| 1187 | 2026-07-18T16:36:36.124Z | Downloaded thread_local v1.1.9 |
| 1188 | 2026-07-18T16:36:36.126Z | Downloaded slog-json v2.6.1 |
| 1189 | 2026-07-18T16:36:36.126Z | Downloaded ron v0.8.1 |
| 1190 | 2026-07-18T16:36:36.133Z | Downloaded typify v0.6.2 |
| 1191 | 2026-07-18T16:36:36.141Z | Downloaded tokio-postgres v0.7.16 |
| 1192 | 2026-07-18T16:36:36.144Z | Downloaded reqwest v0.12.28 |
| 1193 | 2026-07-18T16:36:36.148Z | Downloaded toml_edit v0.19.15 |
| 1194 | 2026-07-18T16:36:36.157Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-07-18T16:36:36.160Z | Downloaded p384 v0.13.1 |
| 1196 | 2026-07-18T16:36:36.165Z | Downloaded goblin v0.10.5 |
| 1197 | 2026-07-18T16:36:36.170Z | Downloaded regex v1.12.3 |
| 1198 | 2026-07-18T16:36:36.174Z | Downloaded chrono v0.4.45 |
| 1199 | 2026-07-18T16:36:36.178Z | Downloaded lalrpop v0.19.12 |
| 1200 | 2026-07-18T16:36:36.185Z | Downloaded zip v0.6.6 |
| 1201 | 2026-07-18T16:36:36.188Z | Downloaded moka v0.12.13 |
| 1202 | 2026-07-18T16:36:36.192Z | Downloaded yansi v1.0.1 |
| 1203 | 2026-07-18T16:36:36.195Z | Downloaded url v2.5.8 |
| 1204 | 2026-07-18T16:36:36.198Z | Downloaded curve25519-dalek v4.1.3 |
| 1205 | 2026-07-18T16:36:36.201Z | Downloaded crypto-bigint v0.7.5 |
| 1206 | 2026-07-18T16:36:36.210Z | Downloaded zerotrie v0.2.3 |
| 1207 | 2026-07-18T16:36:36.213Z | Downloaded reqwest v0.13.2 |
| 1208 | 2026-07-18T16:36:36.215Z | Downloaded quick-xml v0.37.5 |
| 1209 | 2026-07-18T16:36:36.219Z | Downloaded git2 v0.20.4 |
| 1210 | 2026-07-18T16:36:36.224Z | Downloaded unicode_categories v0.1.1 |
| 1211 | 2026-07-18T16:36:36.226Z | Downloaded portable-atomic v1.13.1 |
| 1212 | 2026-07-18T16:36:36.236Z | Downloaded rawzip v0.4.4 |
| 1213 | 2026-07-18T16:36:36.239Z | Downloaded tower v0.5.3 |
| 1214 | 2026-07-18T16:36:36.244Z | Downloaded rayon v1.11.0 |
| 1215 | 2026-07-18T16:36:36.249Z | Downloaded typed-path v0.9.3 |
| 1216 | 2026-07-18T16:36:36.253Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-07-18T16:36:36.257Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1218 | 2026-07-18T16:36:36.262Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-07-18T16:36:36.266Z | Downloaded proptest v1.10.0 |
| 1220 | 2026-07-18T16:36:36.271Z | Downloaded serde_with v3.17.0 |
| 1221 | 2026-07-18T16:36:36.278Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-07-18T16:36:36.282Z | Downloaded unicode-normalization v0.1.25 |
| 1223 | 2026-07-18T16:36:36.285Z | Downloaded zip v4.6.1 |
| 1224 | 2026-07-18T16:36:36.288Z | Downloaded object v0.30.4 |
| 1225 | 2026-07-18T16:36:36.292Z | Downloaded petname v2.0.2 |
| 1226 | 2026-07-18T16:36:36.296Z | Downloaded salty v0.3.0 |
| 1227 | 2026-07-18T16:36:36.300Z | Downloaded zerocopy-derive v0.8.40 |
| 1228 | 2026-07-18T16:36:36.311Z | Downloaded tower-http v0.6.8 |
| 1229 | 2026-07-18T16:36:36.327Z | Downloaded nix v0.27.1 |
| 1230 | 2026-07-18T16:36:36.331Z | Downloaded tough v0.22.0 |
| 1231 | 2026-07-18T16:36:36.337Z | Downloaded winnow v0.6.26 |
| 1232 | 2026-07-18T16:36:36.341Z | Downloaded winnow v0.5.40 |
| 1233 | 2026-07-18T16:36:36.346Z | Downloaded russh v0.61.2 |
| 1234 | 2026-07-18T16:36:36.351Z | Downloaded bstr v1.12.1 |
| 1235 | 2026-07-18T16:36:36.356Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1236 | 2026-07-18T16:36:36.362Z | Downloaded quinn-proto v0.11.13 |
| 1237 | 2026-07-18T16:36:36.373Z | Downloaded polar-core v0.27.3 |
| 1238 | 2026-07-18T16:36:36.377Z | Downloaded radix_trie v0.2.1 |
| 1239 | 2026-07-18T16:36:36.380Z | Downloaded zerovec v0.11.5 |
| 1240 | 2026-07-18T16:36:36.383Z | Downloaded openssl v0.10.79 |
| 1241 | 2026-07-18T16:36:36.391Z | Downloaded dropshot v0.17.1 |
| 1242 | 2026-07-18T16:36:36.405Z | Downloaded winnow v1.0.3 |
| 1243 | 2026-07-18T16:36:36.410Z | Downloaded regex-syntax v0.6.29 |
| 1244 | 2026-07-18T16:36:36.414Z | Downloaded smoltcp v0.9.1 |
| 1245 | 2026-07-18T16:36:36.420Z | Downloaded time v0.3.47 |
| 1246 | 2026-07-18T16:36:36.428Z | Downloaded object v0.37.3 |
| 1247 | 2026-07-18T16:36:36.434Z | Downloaded nix v0.31.2 |
| 1248 | 2026-07-18T16:36:36.441Z | Downloaded hickory-proto v0.24.4 |
| 1249 | 2026-07-18T16:36:36.450Z | Downloaded zlib-rs v0.6.2 |
| 1250 | 2026-07-18T16:36:36.453Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-07-18T16:36:36.477Z | Downloaded smoltcp v0.11.0 |
| 1252 | 2026-07-18T16:36:36.483Z | Downloaded regress v0.10.5 |
| 1253 | 2026-07-18T16:36:36.489Z | Downloaded regex-syntax v0.8.10 |
| 1254 | 2026-07-18T16:36:36.493Z | Downloaded zerocopy v0.8.40 |
| 1255 | 2026-07-18T16:36:36.499Z | Downloaded rustls v0.23.41 |
| 1256 | 2026-07-18T16:36:36.507Z | Downloaded rustix v0.38.44 |
| 1257 | 2026-07-18T16:36:36.522Z | Downloaded regress v0.11.1 |
| 1258 | 2026-07-18T16:36:36.527Z | Downloaded hickory-proto v0.25.2 |
| 1259 | 2026-07-18T16:36:36.537Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-07-18T16:36:36.545Z | Downloaded diesel v2.3.7 |
| 1261 | 2026-07-18T16:36:36.559Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-07-18T16:36:36.569Z | Downloaded nix v0.28.0 |
| 1263 | 2026-07-18T16:36:36.604Z | Downloaded sqlparser v0.61.0 |
| 1264 | 2026-07-18T16:36:36.610Z | Downloaded fiat-crypto v0.3.0 |
| 1265 | 2026-07-18T16:36:36.621Z | Downloaded sled v0.34.7 |
| 1266 | 2026-07-18T16:36:36.630Z | Downloaded typify-impl v0.6.2 |
| 1267 | 2026-07-18T16:36:36.639Z | Downloaded tracing v0.1.44 |
| 1268 | 2026-07-18T16:36:36.654Z | Downloaded sha3 v0.11.0 |
| 1269 | 2026-07-18T16:36:36.657Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1270 | 2026-07-18T16:36:36.663Z | Downloaded ratatui v0.29.0 |
| 1271 | 2026-07-18T16:36:36.675Z | Downloaded zerocopy-derive v0.6.6 |
| 1272 | 2026-07-18T16:36:36.680Z | Downloaded csv v1.4.0 |
| 1273 | 2026-07-18T16:36:36.692Z | Downloaded regex-automata v0.4.14 |
| 1274 | 2026-07-18T16:36:36.709Z | Downloaded petgraph v0.6.5 |
| 1275 | 2026-07-18T16:36:36.719Z | Downloaded jiff v0.2.21 |
| 1276 | 2026-07-18T16:36:36.731Z | Downloaded chrono-tz v0.10.4 |
| 1277 | 2026-07-18T16:36:36.740Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-07-18T16:36:36.754Z | Downloaded petgraph v0.8.3 |
| 1279 | 2026-07-18T16:36:36.780Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1280 | 2026-07-18T16:36:36.799Z | Downloaded sha3 v0.10.8 |
| 1281 | 2026-07-18T16:36:36.802Z | Downloaded tokio v1.52.1 |
| 1282 | 2026-07-18T16:36:36.824Z | Downloaded encoding_rs v0.8.35 |
| 1283 | 2026-07-18T16:36:36.888Z | Downloaded ring v0.17.14 |
| 1284 | 2026-07-18T16:36:36.912Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-07-18T16:36:37.358Z | Downloaded aws-lc-sys v0.40.0 |
| 1286 | 2026-07-18T16:36:37.602Z | Compiling libc v0.2.185 |
| 1287 | 2026-07-18T16:36:37.602Z | Compiling serde_core v1.0.228 |
| 1288 | 2026-07-18T16:36:37.602Z | Compiling serde v1.0.228 |
| 1289 | 2026-07-18T16:36:37.608Z | Compiling log v0.4.29 |
| 1290 | 2026-07-18T16:36:37.608Z | Compiling smallvec v1.15.1 |
| 1291 | 2026-07-18T16:36:37.608Z | Compiling shlex v1.3.0 |
| 1292 | 2026-07-18T16:36:37.608Z | Compiling find-msvc-tools v0.1.9 |
| 1293 | 2026-07-18T16:36:37.608Z | Compiling subtle v2.6.1 |
| 1294 | 2026-07-18T16:36:37.787Z | Compiling stable_deref_trait v1.2.1 |
| 1295 | 2026-07-18T16:36:37.790Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-07-18T16:36:37.790Z | Compiling typenum v1.20.1 |
| 1297 | 2026-07-18T16:36:37.790Z | Compiling serde_json v1.0.150 |
| 1298 | 2026-07-18T16:36:37.850Z | Compiling zerocopy v0.8.40 |
| 1299 | 2026-07-18T16:36:37.853Z | Compiling portable-atomic v1.13.1 |
| 1300 | 2026-07-18T16:36:37.875Z | Compiling syn v2.0.117 |
| 1301 | 2026-07-18T16:36:37.889Z | Compiling pin-project-lite v0.2.17 |
| 1302 | 2026-07-18T16:36:37.928Z | Compiling parking_lot_core v0.9.12 |
| 1303 | 2026-07-18T16:36:37.965Z | Compiling lock_api v0.4.14 |
| 1304 | 2026-07-18T16:36:37.979Z | Compiling libm v0.2.16 |
| 1305 | 2026-07-18T16:36:38.001Z | Compiling critical-section v1.2.0 |
| 1306 | 2026-07-18T16:36:38.015Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-07-18T16:36:38.030Z | Compiling getrandom v0.4.1 |
| 1308 | 2026-07-18T16:36:38.046Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-07-18T16:36:38.084Z | Compiling rand_core v0.10.0 |
| 1310 | 2026-07-18T16:36:38.141Z | Compiling futures-core v0.3.32 |
| 1311 | 2026-07-18T16:36:38.141Z | Compiling generic-array v0.14.7 |
| 1312 | 2026-07-18T16:36:38.167Z | Compiling writeable v0.6.2 |
| 1313 | 2026-07-18T16:36:38.237Z | Compiling const-oid v0.9.6 |
| 1314 | 2026-07-18T16:36:38.266Z | Compiling litemap v0.8.1 |
| 1315 | 2026-07-18T16:36:38.281Z | Compiling percent-encoding v2.3.2 |
| 1316 | 2026-07-18T16:36:38.309Z | Compiling icu_properties_data v2.1.2 |
| 1317 | 2026-07-18T16:36:38.394Z | Compiling icu_normalizer_data v2.1.1 |
| 1318 | 2026-07-18T16:36:38.423Z | Compiling futures-sink v0.3.32 |
| 1319 | 2026-07-18T16:36:38.467Z | Compiling futures-task v0.3.32 |
| 1320 | 2026-07-18T16:36:38.483Z | Compiling slab v0.4.12 |
| 1321 | 2026-07-18T16:36:38.497Z | Compiling futures-io v0.3.32 |
| 1322 | 2026-07-18T16:36:38.501Z | Compiling utf8_iter v1.0.4 |
| 1323 | 2026-07-18T16:36:38.512Z | Compiling form_urlencoded v1.2.2 |
| 1324 | 2026-07-18T16:36:38.552Z | Compiling futures-channel v0.3.32 |
| 1325 | 2026-07-18T16:36:38.639Z | Compiling rustversion v1.0.22 |
| 1326 | 2026-07-18T16:36:38.670Z | Compiling getrandom v0.3.4 |
| 1327 | 2026-07-18T16:36:38.673Z | Compiling iana-time-zone v0.1.65 |
| 1328 | 2026-07-18T16:36:38.699Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-07-18T16:36:38.702Z | Compiling errno v0.3.14 |
| 1330 | 2026-07-18T16:36:38.727Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-07-18T16:36:38.759Z | Compiling mio v1.2.0 |
| 1332 | 2026-07-18T16:36:38.790Z | Compiling socket2 v0.6.3 |
| 1333 | 2026-07-18T16:36:38.808Z | Compiling dunce v1.0.5 |
| 1334 | 2026-07-18T16:36:38.882Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-07-18T16:36:38.904Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-07-18T16:36:38.921Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-18T16:36:38.989Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-07-18T16:36:39.023Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-07-18T16:36:39.055Z | Compiling fs_extra v1.3.0 |
| 1340 | 2026-07-18T16:36:39.071Z | Compiling rustix v1.1.3 |
| 1341 | 2026-07-18T16:36:39.090Z | Compiling ident_case v1.0.1 |
| 1342 | 2026-07-18T16:36:39.119Z | Compiling regex-syntax v0.8.10 |
| 1343 | 2026-07-18T16:36:39.211Z | Compiling base64 v0.22.1 |
| 1344 | 2026-07-18T16:36:39.236Z | Compiling base64ct v1.8.3 |
| 1345 | 2026-07-18T16:36:39.252Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-07-18T16:36:39.255Z | Compiling tracing-core v0.1.36 |
| 1347 | 2026-07-18T16:36:39.279Z | Compiling flagset v0.4.7 |
| 1348 | 2026-07-18T16:36:39.349Z | Compiling aws-lc-rs v1.16.3 |
| 1349 | 2026-07-18T16:36:39.443Z | Compiling tinyvec_macros v0.1.1 |
| 1350 | 2026-07-18T16:36:39.446Z | Compiling httparse v1.10.1 |
| 1351 | 2026-07-18T16:36:39.535Z | Compiling pem-rfc7468 v0.7.0 |
| 1352 | 2026-07-18T16:36:39.550Z | Compiling cmov v0.5.4 |
| 1353 | 2026-07-18T16:36:39.564Z | Compiling dyn-clone v1.0.20 |
| 1354 | 2026-07-18T16:36:39.579Z | Compiling rand_core v0.9.5 |
| 1355 | 2026-07-18T16:36:39.682Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-07-18T16:36:39.696Z | Compiling schemars v0.8.22 |
| 1357 | 2026-07-18T16:36:39.712Z | Compiling cmake v0.1.57 |
| 1358 | 2026-07-18T16:36:39.727Z | Compiling tinyvec v1.10.0 |
| 1359 | 2026-07-18T16:36:39.779Z | Compiling ctutils v0.4.2 |
| 1360 | 2026-07-18T16:36:39.794Z | Compiling aho-corasick v1.1.4 |
| 1361 | 2026-07-18T16:36:39.875Z | Compiling untrusted v0.7.1 |
| 1362 | 2026-07-18T16:36:39.890Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-07-18T16:36:39.890Z | Compiling atomic-waker v1.1.2 |
| 1364 | 2026-07-18T16:36:39.902Z | Compiling try-lock v0.2.5 |
| 1365 | 2026-07-18T16:36:39.915Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-07-18T16:36:40.007Z | Compiling bitflags v2.11.0 |
| 1367 | 2026-07-18T16:36:40.022Z | Compiling semver v1.0.28 |
| 1368 | 2026-07-18T16:36:40.038Z | Compiling indexmap v2.14.0 |
| 1369 | 2026-07-18T16:36:40.041Z | Compiling uuid v1.23.4 |
| 1370 | 2026-07-18T16:36:40.041Z | Compiling want v0.3.1 |
| 1371 | 2026-07-18T16:36:40.098Z | Compiling rustls v0.23.41 |
| 1372 | 2026-07-18T16:36:40.101Z | Compiling openssl v0.10.79 |
| 1373 | 2026-07-18T16:36:40.113Z | Compiling foreign-types-shared v0.1.1 |
| 1374 | 2026-07-18T16:36:40.143Z | Compiling untrusted v0.9.0 |
| 1375 | 2026-07-18T16:36:40.148Z | Compiling httpdate v1.0.3 |
| 1376 | 2026-07-18T16:36:40.234Z | Compiling cpufeatures v0.2.17 |
| 1377 | 2026-07-18T16:36:40.260Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-07-18T16:36:40.275Z | Compiling foreign-types v0.3.2 |
| 1379 | 2026-07-18T16:36:40.289Z | Compiling unicode-normalization v0.1.25 |
| 1380 | 2026-07-18T16:36:40.309Z | Compiling spin v0.9.8 |
| 1381 | 2026-07-18T16:36:40.324Z | Compiling crc32fast v1.5.0 |
| 1382 | 2026-07-18T16:36:40.356Z | Compiling time-core v0.1.8 |
| 1383 | 2026-07-18T16:36:40.372Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-07-18T16:36:40.385Z | Compiling powerfmt v0.2.0 |
| 1385 | 2026-07-18T16:36:40.410Z | Compiling num-conv v0.2.0 |
| 1386 | 2026-07-18T16:36:40.515Z | Compiling wait-timeout v0.2.1 |
| 1387 | 2026-07-18T16:36:40.540Z | Compiling deranged v0.5.8 |
| 1388 | 2026-07-18T16:36:40.556Z | Compiling time-macros v0.2.27 |
| 1389 | 2026-07-18T16:36:40.584Z | Compiling aws-lc-sys v0.40.0 |
| 1390 | 2026-07-18T16:36:40.608Z | Compiling openssl-sys v0.9.115 |
| 1391 | 2026-07-18T16:36:40.622Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1392 | 2026-07-18T16:36:40.626Z | Compiling sync_wrapper v1.0.2 |
| 1393 | 2026-07-18T16:36:40.651Z | Compiling regex-automata v0.4.14 |
| 1394 | 2026-07-18T16:36:40.761Z | Compiling simd-adler32 v0.3.8 |
| 1395 | 2026-07-18T16:36:40.776Z | Compiling siphasher v1.0.2 |
| 1396 | 2026-07-18T16:36:40.791Z | Compiling synstructure v0.13.2 |
| 1397 | 2026-07-18T16:36:40.802Z | Compiling serde_derive_internals v0.29.1 |
| 1398 | 2026-07-18T16:36:40.835Z | Compiling pest_generator v2.8.6 |
| 1399 | 2026-07-18T16:36:40.977Z | Compiling darling_core v0.20.11 |
| 1400 | 2026-07-18T16:36:41.038Z | Compiling crossbeam-utils v0.8.21 |
| 1401 | 2026-07-18T16:36:41.118Z | Compiling tempfile v3.25.0 |
| 1402 | 2026-07-18T16:36:41.405Z | Compiling quick-error v1.2.3 |
| 1403 | 2026-07-18T16:36:41.421Z | Compiling syn v1.0.109 |
| 1404 | 2026-07-18T16:36:41.425Z | Compiling bit-vec v0.8.0 |
| 1405 | 2026-07-18T16:36:41.510Z | Compiling usdt-impl v0.6.0 |
| 1406 | 2026-07-18T16:36:41.528Z | Compiling num_threads v0.1.7 |
| 1407 | 2026-07-18T16:36:41.543Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-07-18T16:36:41.616Z | Compiling darling_core v0.21.3 |
| 1409 | 2026-07-18T16:36:41.660Z | Compiling bit-set v0.8.0 |
| 1410 | 2026-07-18T16:36:41.661Z | Compiling heapless v0.7.17 |
| 1411 | 2026-07-18T16:36:41.717Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1412 | 2026-07-18T16:36:41.731Z | Compiling time v0.3.47 |
| 1413 | 2026-07-18T16:36:41.746Z | Compiling slog v2.8.2 |
| 1414 | 2026-07-18T16:36:41.762Z | Compiling rand_xorshift v0.4.0 |
| 1415 | 2026-07-18T16:36:41.830Z | Compiling thread-id v5.1.0 |
| 1416 | 2026-07-18T16:36:41.858Z | Compiling cookie v0.18.1 |
| 1417 | 2026-07-18T16:36:41.862Z | Compiling unicode-bidi v0.3.18 |
| 1418 | 2026-07-18T16:36:41.886Z | Compiling zstd-safe v7.2.4 |
| 1419 | 2026-07-18T16:36:41.941Z | Compiling unarray v0.1.4 |
| 1420 | 2026-07-18T16:36:41.956Z | Compiling allocator-api2 v0.2.21 |
| 1421 | 2026-07-18T16:36:41.959Z | Compiling signal-hook v0.3.18 |
| 1422 | 2026-07-18T16:36:41.990Z | Compiling paste v1.0.15 |
| 1423 | 2026-07-18T16:36:41.999Z | Compiling unicode-properties v0.1.4 |
| 1424 | 2026-07-18T16:36:42.052Z | Compiling anyhow v1.0.102 |
| 1425 | 2026-07-18T16:36:42.070Z | Compiling ryu v1.0.23 |
| 1426 | 2026-07-18T16:36:42.086Z | Compiling adler2 v2.0.1 |
| 1427 | 2026-07-18T16:36:42.128Z | Compiling iri-string v0.7.10 |
| 1428 | 2026-07-18T16:36:42.208Z | Compiling miniz_oxide v0.8.9 |
| 1429 | 2026-07-18T16:36:42.229Z | Compiling stringprep v0.1.5 |
| 1430 | 2026-07-18T16:36:42.378Z | Compiling camino v1.2.2 |
| 1431 | 2026-07-18T16:36:42.444Z | Compiling curve25519-dalek v4.1.3 |
| 1432 | 2026-07-18T16:36:42.581Z | Compiling serde_derive v1.0.228 |
| 1433 | 2026-07-18T16:36:42.628Z | Compiling zeroize_derive v1.4.3 |
| 1434 | 2026-07-18T16:36:42.705Z | Compiling zerofrom-derive v0.1.6 |
| 1435 | 2026-07-18T16:36:42.774Z | Compiling yoke-derive v0.8.1 |
| 1436 | 2026-07-18T16:36:42.818Z | Compiling zerovec-derive v0.11.2 |
| 1437 | 2026-07-18T16:36:42.854Z | Compiling displaydoc v0.2.5 |
| 1438 | 2026-07-18T16:36:42.888Z | Compiling zerocopy-derive v0.8.40 |
| 1439 | 2026-07-18T16:36:43.035Z | Compiling tokio-macros v2.7.0 |
| 1440 | 2026-07-18T16:36:43.327Z | Compiling zeroize v1.8.2 |
| 1441 | 2026-07-18T16:36:43.401Z | Compiling futures-macro v0.3.32 |
| 1442 | 2026-07-18T16:36:43.419Z | Compiling thiserror-impl v2.0.18 |
| 1443 | 2026-07-18T16:36:43.652Z | Compiling der_derive v0.7.3 |
| 1444 | 2026-07-18T16:36:43.720Z | Compiling tracing-attributes v0.1.31 |
| 1445 | 2026-07-18T16:36:43.813Z | Compiling rustls-pki-types v1.14.0 |
| 1446 | 2026-07-18T16:36:43.994Z | Compiling schemars_derive v0.8.22 |
| 1447 | 2026-07-18T16:36:44.010Z | Compiling hybrid-array v0.4.13 |
| 1448 | 2026-07-18T16:36:44.136Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-07-18T16:36:44.163Z | Compiling zerofrom v0.1.6 |
| 1450 | 2026-07-18T16:36:44.240Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-07-18T16:36:44.278Z | Compiling yoke v0.8.1 |
| 1452 | 2026-07-18T16:36:44.294Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-07-18T16:36:44.297Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-18T16:36:44.323Z | Compiling pest_derive v2.8.6 |
| 1455 | 2026-07-18T16:36:44.445Z | Compiling digest v0.10.7 |
| 1456 | 2026-07-18T16:36:44.495Z | Compiling zerovec v0.11.5 |
| 1457 | 2026-07-18T16:36:44.684Z | Compiling zerotrie v0.2.3 |
| 1458 | 2026-07-18T16:36:44.710Z | Compiling der v0.7.10 |
| 1459 | 2026-07-18T16:36:44.817Z | Compiling darling_macro v0.20.11 |
| 1460 | 2026-07-18T16:36:44.838Z | Compiling openssl-macros v0.1.1 |
| 1461 | 2026-07-18T16:36:44.853Z | Compiling thiserror v2.0.18 |
| 1462 | 2026-07-18T16:36:44.931Z | Compiling sha2 v0.10.9 |
| 1463 | 2026-07-18T16:36:44.975Z | Compiling tinystr v0.8.2 |
| 1464 | 2026-07-18T16:36:45.002Z | Compiling potential_utf v0.1.4 |
| 1465 | 2026-07-18T16:36:45.035Z | Compiling hmac v0.12.1 |
| 1466 | 2026-07-18T16:36:45.123Z | Compiling tracing v0.1.44 |
| 1467 | 2026-07-18T16:36:45.189Z | Compiling icu_locale_core v2.1.1 |
| 1468 | 2026-07-18T16:36:45.192Z | Compiling icu_collections v2.1.1 |
| 1469 | 2026-07-18T16:36:45.219Z | Compiling scroll v0.13.0 |
| 1470 | 2026-07-18T16:36:45.223Z | Compiling dtrace-parser v0.3.0 |
| 1471 | 2026-07-18T16:36:45.351Z | Compiling scroll_derive v0.12.1 |
| 1472 | 2026-07-18T16:36:45.370Z | Compiling darling v0.20.11 |
| 1473 | 2026-07-18T16:36:45.414Z | Compiling thiserror-impl v1.0.69 |
| 1474 | 2026-07-18T16:36:45.464Z | Compiling goblin v0.10.5 |
| 1475 | 2026-07-18T16:36:45.519Z | Compiling derive_builder_core v0.20.2 |
| 1476 | 2026-07-18T16:36:45.685Z | Compiling spki v0.7.3 |
| 1477 | 2026-07-18T16:36:45.914Z | Compiling icu_provider v2.1.1 |
| 1478 | 2026-07-18T16:36:45.950Z | Compiling pkcs8 v0.10.2 |
| 1479 | 2026-07-18T16:36:45.997Z | Compiling crypto-common v0.2.2 |
| 1480 | 2026-07-18T16:36:46.070Z | Compiling bytes v1.11.1 |
| 1481 | 2026-07-18T16:36:46.105Z | Compiling chrono v0.4.45 |
| 1482 | 2026-07-18T16:36:46.151Z | Compiling icu_normalizer v2.1.1 |
| 1483 | 2026-07-18T16:36:46.222Z | Compiling icu_properties v2.1.2 |
| 1484 | 2026-07-18T16:36:46.236Z | Compiling ipnet v2.11.0 |
| 1485 | 2026-07-18T16:36:46.251Z | Compiling scroll v0.12.0 |
| 1486 | 2026-07-18T16:36:46.345Z | Compiling toml_datetime v0.6.11 |
| 1487 | 2026-07-18T16:36:46.405Z | Compiling derive_builder_macro v0.20.2 |
| 1488 | 2026-07-18T16:36:46.543Z | Compiling tokio v1.52.1 |
| 1489 | 2026-07-18T16:36:46.664Z | Compiling http v1.4.2 |
| 1490 | 2026-07-18T16:36:46.681Z | Compiling serde_spanned v0.6.9 |
| 1491 | 2026-07-18T16:36:46.734Z | Compiling hex v0.4.3 |
| 1492 | 2026-07-18T16:36:46.767Z | Compiling erased-serde v0.3.31 |
| 1493 | 2026-07-18T16:36:46.797Z | Compiling thiserror v1.0.69 |
| 1494 | 2026-07-18T16:36:46.818Z | Compiling serde_urlencoded v0.7.1 |
| 1495 | 2026-07-18T16:36:46.843Z | Compiling serde_tokenstream v0.2.3 |
| 1496 | 2026-07-18T16:36:46.918Z | Compiling block-buffer v0.12.1 |
| 1497 | 2026-07-18T16:36:46.972Z | Compiling block-padding v0.4.2 |
| 1498 | 2026-07-18T16:36:47.030Z | Compiling signature v2.2.0 |
| 1499 | 2026-07-18T16:36:47.077Z | Compiling md-5 v0.10.6 |
| 1500 | 2026-07-18T16:36:47.126Z | Compiling idna_adapter v1.2.1 |
| 1501 | 2026-07-18T16:36:47.151Z | Compiling darling_macro v0.21.3 |
| 1502 | 2026-07-18T16:36:47.171Z | Compiling rustls-native-certs v0.8.3 |
| 1503 | 2026-07-18T16:36:47.235Z | Compiling bstr v1.12.1 |
| 1504 | 2026-07-18T16:36:47.262Z | Compiling idna v1.1.0 |
| 1505 | 2026-07-18T16:36:47.283Z | Compiling zerocopy-derive v0.7.35 |
| 1506 | 2026-07-18T16:36:47.286Z | Compiling pin-project-internal v1.1.11 |
| 1507 | 2026-07-18T16:36:47.382Z | Compiling ppv-lite86 v0.2.21 |
| 1508 | 2026-07-18T16:36:47.495Z | Compiling http-body v1.0.1 |
| 1509 | 2026-07-18T16:36:47.523Z | Compiling async-trait v0.1.89 |
| 1510 | 2026-07-18T16:36:47.594Z | Compiling url v2.5.8 |
| 1511 | 2026-07-18T16:36:47.635Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-07-18T16:36:47.701Z | Compiling rand_chacha v0.9.0 |
| 1513 | 2026-07-18T16:36:47.725Z | Compiling rand_chacha v0.3.1 |
| 1514 | 2026-07-18T16:36:47.819Z | Compiling vergen-lib v9.1.0 |
| 1515 | 2026-07-18T16:36:47.893Z | Compiling num-integer v0.1.46 |
| 1516 | 2026-07-18T16:36:47.906Z | Compiling rand v0.9.2 |
| 1517 | 2026-07-18T16:36:47.944Z | Compiling hash32 v0.2.1 |
| 1518 | 2026-07-18T16:36:48.001Z | Compiling memoffset v0.9.1 |
| 1519 | 2026-07-18T16:36:48.036Z | Compiling encoding_rs v0.8.35 |
| 1520 | 2026-07-18T16:36:48.207Z | Compiling ref-cast v1.0.25 |
| 1521 | 2026-07-18T16:36:48.228Z | Compiling mime v0.3.17 |
| 1522 | 2026-07-18T16:36:48.242Z | Compiling dof v0.4.0 |
| 1523 | 2026-07-18T16:36:48.377Z | Compiling zlib-rs v0.6.2 |
| 1524 | 2026-07-18T16:36:48.421Z | Compiling smoltcp v0.9.1 |
| 1525 | 2026-07-18T16:36:48.444Z | Compiling rustix v0.38.44 |
| 1526 | 2026-07-18T16:36:48.480Z | Compiling proptest v1.10.0 |
| 1527 | 2026-07-18T16:36:48.510Z | Compiling fallible-iterator v0.2.0 |
| 1528 | 2026-07-18T16:36:48.563Z | Compiling cfg_aliases v0.2.1 |
| 1529 | 2026-07-18T16:36:48.577Z | Compiling psl-types v2.0.11 |
| 1530 | 2026-07-18T16:36:48.626Z | Compiling litrs v1.0.0 |
| 1531 | 2026-07-18T16:36:48.648Z | Compiling num-bigint-dig v0.8.6 |
| 1532 | 2026-07-18T16:36:48.716Z | Compiling publicsuffix v2.3.0 |
| 1533 | 2026-07-18T16:36:48.742Z | Compiling nix v0.31.2 |
| 1534 | 2026-07-18T16:36:48.826Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-07-18T16:36:48.893Z | Compiling pin-project v1.1.11 |
| 1536 | 2026-07-18T16:36:48.907Z | Compiling zerocopy v0.7.35 |
| 1537 | 2026-07-18T16:36:49.023Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2026-07-18T16:36:49.036Z | Compiling num-iter v0.1.45 |
| 1539 | 2026-07-18T16:36:49.149Z | Compiling document-features v0.2.12 |
| 1540 | 2026-07-18T16:36:49.196Z | Compiling rand v0.8.6 |
| 1541 | 2026-07-18T16:36:49.359Z | Compiling oxnet v0.1.6 |
| 1542 | 2026-07-18T16:36:49.412Z | Compiling darling v0.21.3 |
| 1543 | 2026-07-18T16:36:49.458Z | Compiling inout v0.2.2 |
| 1544 | 2026-07-18T16:36:49.506Z | Compiling derive_builder v0.20.2 |
| 1545 | 2026-07-18T16:36:49.520Z | Compiling goblin v0.8.2 |
| 1546 | 2026-07-18T16:36:49.538Z | Compiling futures-executor v0.3.32 |
| 1547 | 2026-07-18T16:36:49.567Z | Compiling hubpack_derive v0.1.1 |
| 1548 | 2026-07-18T16:36:49.668Z | Compiling regex v1.12.3 |
| 1549 | 2026-07-18T16:36:49.769Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1550 | 2026-07-18T16:36:49.815Z | Compiling ref-cast-impl v1.0.25 |
| 1551 | 2026-07-18T16:36:49.818Z | Compiling strum_macros v0.27.2 |
| 1552 | 2026-07-18T16:36:49.818Z | Compiling snafu-derive v0.8.9 |
| 1553 | 2026-07-18T16:36:49.818Z | Compiling daft-derive v0.1.7 |
| 1554 | 2026-07-18T16:36:50.079Z | Compiling terminal_size v0.4.3 |
| 1555 | 2026-07-18T16:36:50.083Z | Compiling phf_shared v0.13.1 |
| 1556 | 2026-07-18T16:36:50.113Z | Compiling lazy_static v1.5.0 |
| 1557 | 2026-07-18T16:36:50.210Z | Compiling anstyle-parse v0.2.7 |
| 1558 | 2026-07-18T16:36:50.224Z | Compiling cargo-platform v0.3.2 |
| 1559 | 2026-07-18T16:36:50.240Z | Compiling vergen v9.1.0 |
| 1560 | 2026-07-18T16:36:50.350Z | Compiling ff v0.13.1 |
| 1561 | 2026-07-18T16:36:50.378Z | Compiling fs-err v3.3.0 |
| 1562 | 2026-07-18T16:36:50.416Z | Compiling tokio-util v0.7.18 |
| 1563 | 2026-07-18T16:36:50.431Z | Compiling tower v0.5.3 |
| 1564 | 2026-07-18T16:36:50.454Z | Compiling tokio-native-tls v0.3.1 |
| 1565 | 2026-07-18T16:36:50.466Z | Compiling ahash v0.8.12 |
| 1566 | 2026-07-18T16:36:50.481Z | Compiling managed v0.8.0 |
| 1567 | 2026-07-18T16:36:50.505Z | Compiling libbz2-rs-sys v0.2.2 |
| 1568 | 2026-07-18T16:36:50.521Z | Compiling bitflags v1.3.2 |
| 1569 | 2026-07-18T16:36:50.607Z | Compiling bumpalo v3.20.2 |
| 1570 | 2026-07-18T16:36:50.624Z | Compiling winnow v0.5.40 |
| 1571 | 2026-07-18T16:36:50.639Z | Compiling foldhash v0.1.5 |
| 1572 | 2026-07-18T16:36:50.653Z | Compiling base16ct v0.2.0 |
| 1573 | 2026-07-18T16:36:50.712Z | Compiling same-file v1.0.6 |
| 1574 | 2026-07-18T16:36:50.712Z | Compiling unicode-segmentation v1.12.0 |
| 1575 | 2026-07-18T16:36:50.819Z | Compiling object v0.37.3 |
| 1576 | 2026-07-18T16:36:50.845Z | Compiling tower-http v0.6.8 |
| 1577 | 2026-07-18T16:36:50.874Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-07-18T16:36:50.893Z | Compiling foldhash v0.2.0 |
| 1579 | 2026-07-18T16:36:50.929Z | Compiling bzip2 v0.6.1 |
| 1580 | 2026-07-18T16:36:51.126Z | Compiling h2 v0.4.15 |
| 1581 | 2026-07-18T16:36:51.141Z | Compiling daft v0.1.7 |
| 1582 | 2026-07-18T16:36:51.169Z | Compiling hashbrown v0.16.1 |
| 1583 | 2026-07-18T16:36:51.209Z | Compiling walkdir v2.5.0 |
| 1584 | 2026-07-18T16:36:51.223Z | Compiling clap_builder v4.6.0 |
| 1585 | 2026-07-18T16:36:51.226Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-07-18T16:36:51.269Z | Compiling sec1 v0.7.3 |
| 1587 | 2026-07-18T16:36:51.448Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-07-18T16:36:51.489Z | Compiling hashbrown v0.15.5 |
| 1589 | 2026-07-18T16:36:51.760Z | Compiling group v0.13.0 |
| 1590 | 2026-07-18T16:36:51.824Z | Compiling snafu v0.8.9 |
| 1591 | 2026-07-18T16:36:51.840Z | Compiling dof v0.3.0 |
| 1592 | 2026-07-18T16:36:51.883Z | Compiling strum v0.27.2 |
| 1593 | 2026-07-18T16:36:51.968Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-07-18T16:36:51.984Z | Compiling toml_edit v0.19.15 |
| 1595 | 2026-07-18T16:36:52.030Z | Compiling anstream v0.6.21 |
| 1596 | 2026-07-18T16:36:52.073Z | Compiling phf v0.13.1 |
| 1597 | 2026-07-18T16:36:52.113Z | Compiling signal-hook-mio v0.2.5 |
| 1598 | 2026-07-18T16:36:52.205Z | Compiling hubpack v0.1.2 |
| 1599 | 2026-07-18T16:36:52.249Z | Compiling cookie_store v0.22.1 |
| 1600 | 2026-07-18T16:36:52.364Z | Compiling usdt-macro v0.6.0 |
| 1601 | 2026-07-18T16:36:52.381Z | Compiling usdt-attr-macro v0.6.0 |
| 1602 | 2026-07-18T16:36:52.424Z | Compiling futures v0.3.32 |
| 1603 | 2026-07-18T16:36:52.442Z | Compiling bzip2 v0.4.4 |
| 1604 | 2026-07-18T16:36:52.517Z | Compiling cipher v0.5.2 |
| 1605 | 2026-07-18T16:36:52.603Z | Compiling serde_with_macros v3.17.0 |
| 1606 | 2026-07-18T16:36:52.655Z | Compiling zstd v0.13.3 |
| 1607 | 2026-07-18T16:36:52.669Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-07-18T16:36:52.941Z | Compiling globset v0.4.18 |
| 1609 | 2026-07-18T16:36:52.971Z | Compiling ed25519 v2.2.3 |
| 1610 | 2026-07-18T16:36:53.071Z | Compiling dtrace-parser v0.2.0 |
| 1611 | 2026-07-18T16:36:53.180Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-07-18T16:36:53.257Z | Compiling olpc-cjson v0.1.4 |
| 1613 | 2026-07-18T16:36:53.271Z | Compiling serde-big-array v0.5.1 |
| 1614 | 2026-07-18T16:36:53.389Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-07-18T16:36:53.435Z | Compiling hkdf v0.12.4 |
| 1616 | 2026-07-18T16:36:53.438Z | Compiling crypto-bigint v0.5.5 |
| 1617 | 2026-07-18T16:36:53.611Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-07-18T16:36:53.626Z | Compiling clap_derive v4.6.1 |
| 1619 | 2026-07-18T16:36:53.646Z | Compiling serde_repr v0.1.20 |
| 1620 | 2026-07-18T16:36:53.703Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-07-18T16:36:53.811Z | Compiling strum_macros v0.26.4 |
| 1622 | 2026-07-18T16:36:53.848Z | Compiling phf_shared v0.11.3 |
| 1623 | 2026-07-18T16:36:53.914Z | Compiling float-cmp v0.10.0 |
| 1624 | 2026-07-18T16:36:54.051Z | Compiling pem v3.0.6 |
| 1625 | 2026-07-18T16:36:54.090Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-07-18T16:36:54.105Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-07-18T16:36:54.210Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-07-18T16:36:54.218Z | Compiling fixedbitset v0.4.2 |
| 1629 | 2026-07-18T16:36:54.268Z | Compiling difflib v0.4.0 |
| 1630 | 2026-07-18T16:36:54.334Z | Compiling new_debug_unreachable v1.0.6 |
| 1631 | 2026-07-18T16:36:54.337Z | Compiling hyper v1.10.1 |
| 1632 | 2026-07-18T16:36:54.366Z | Compiling either v1.15.0 |
| 1633 | 2026-07-18T16:36:54.403Z | Compiling const-oid v0.10.2 |
| 1634 | 2026-07-18T16:36:54.421Z | Compiling precomputed-hash v0.1.1 |
| 1635 | 2026-07-18T16:36:54.455Z | Compiling data-encoding v2.10.0 |
| 1636 | 2026-07-18T16:36:54.525Z | Compiling static_assertions v1.1.0 |
| 1637 | 2026-07-18T16:36:54.545Z | Compiling normalize-line-endings v0.3.0 |
| 1638 | 2026-07-18T16:36:54.593Z | Compiling winnow v1.0.3 |
| 1639 | 2026-07-18T16:36:54.611Z | Compiling cpufeatures v0.3.0 |
| 1640 | 2026-07-18T16:36:54.629Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-07-18T16:36:54.655Z | Compiling jiff v0.2.21 |
| 1642 | 2026-07-18T16:36:54.705Z | Compiling keccak v0.1.6 |
| 1643 | 2026-07-18T16:36:54.719Z | Compiling typed-path v0.9.3 |
| 1644 | 2026-07-18T16:36:54.819Z | Compiling predicates-core v1.0.10 |
| 1645 | 2026-07-18T16:36:54.849Z | Compiling whoami v2.1.0 |
| 1646 | 2026-07-18T16:36:54.964Z | Compiling predicates v3.1.4 |
| 1647 | 2026-07-18T16:36:54.967Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1648 | 2026-07-18T16:36:55.031Z | Compiling sha3 v0.10.8 |
| 1649 | 2026-07-18T16:36:55.185Z | Compiling tokio-postgres v0.7.16 |
| 1650 | 2026-07-18T16:36:55.243Z | Compiling petgraph v0.8.3 |
| 1651 | 2026-07-18T16:36:55.412Z | Compiling hickory-proto v0.25.2 |
| 1652 | 2026-07-18T16:36:55.466Z | Compiling hyper-util v0.1.20 |
| 1653 | 2026-07-18T16:36:55.499Z | Compiling chacha20 v0.10.0 |
| 1654 | 2026-07-18T16:36:55.516Z | Compiling clap v4.6.1 |
| 1655 | 2026-07-18T16:36:55.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1656 | 2026-07-18T16:36:55.628Z | Compiling digest v0.11.3 |
| 1657 | 2026-07-18T16:36:55.644Z | Compiling itertools v0.13.0 |
| 1658 | 2026-07-18T16:36:55.647Z | Compiling string_cache v0.8.9 |
| 1659 | 2026-07-18T16:36:55.674Z | Compiling strum v0.26.3 |
| 1660 | 2026-07-18T16:36:55.816Z | Compiling elliptic-curve v0.13.8 |
| 1661 | 2026-07-18T16:36:55.875Z | Compiling petgraph v0.6.5 |
| 1662 | 2026-07-18T16:36:55.902Z | Compiling env_logger v0.11.9 |
| 1663 | 2026-07-18T16:36:55.916Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-07-18T16:36:55.978Z | Compiling usdt v0.6.0 |
| 1665 | 2026-07-18T16:36:56.002Z | Compiling usdt-impl v0.5.0 |
| 1666 | 2026-07-18T16:36:56.242Z | Compiling serde_with v3.17.0 |
| 1667 | 2026-07-18T16:36:56.269Z | Compiling crossterm v0.28.1 |
| 1668 | 2026-07-18T16:36:56.283Z | Compiling rsa v0.9.10 |
| 1669 | 2026-07-18T16:36:56.651Z | Compiling toml v0.7.8 |
| 1670 | 2026-07-18T16:36:56.995Z | Compiling hyper-tls v0.6.0 |
| 1671 | 2026-07-18T16:36:57.250Z | Compiling reqwest v0.12.28 |
| 1672 | 2026-07-18T16:36:57.281Z | Compiling ed25519-dalek v2.2.0 |
| 1673 | 2026-07-18T16:36:57.341Z | Compiling zip v4.6.1 |
| 1674 | 2026-07-18T16:36:57.553Z | Compiling zip v0.6.6 |
| 1675 | 2026-07-18T16:36:57.654Z | Compiling iddqd v0.4.2 |
| 1676 | 2026-07-18T16:36:58.057Z | Compiling tokio-stream v0.1.18 |
| 1677 | 2026-07-18T16:36:58.173Z | Compiling similar v2.7.0 |
| 1678 | 2026-07-18T16:36:58.203Z | Compiling heck v0.4.1 |
| 1679 | 2026-07-18T16:36:58.352Z | Compiling buf-list v1.1.2 |
| 1680 | 2026-07-18T16:36:58.368Z | Compiling byte-wrapper v0.1.0 |
| 1681 | 2026-07-18T16:36:58.448Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1682 | 2026-07-18T16:36:58.557Z | Compiling openapiv3 v2.2.0 |
| 1683 | 2026-07-18T16:36:58.570Z | Compiling x509-cert v0.2.5 |
| 1684 | 2026-07-18T16:36:58.650Z | Compiling crossbeam-epoch v0.9.18 |
| 1685 | 2026-07-18T16:36:58.709Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2026-07-18T16:36:58.771Z | Compiling peg-runtime v0.8.5 |
| 1687 | 2026-07-18T16:36:58.784Z | Compiling thread_local v1.1.9 |
| 1688 | 2026-07-18T16:36:58.917Z | Compiling slog-async v2.8.0 |
| 1689 | 2026-07-18T16:36:59.001Z | Compiling crossbeam-channel v0.5.15 |
| 1690 | 2026-07-18T16:36:59.019Z | Compiling is-terminal v0.4.17 |
| 1691 | 2026-07-18T16:36:59.032Z | Compiling filetime v0.2.27 |
| 1692 | 2026-07-18T16:36:59.046Z | Compiling xattr v1.6.1 |
| 1693 | 2026-07-18T16:36:59.059Z | Compiling term v1.2.1 |
| 1694 | 2026-07-18T16:36:59.062Z | Compiling take_mut v0.2.2 |
| 1695 | 2026-07-18T16:36:59.085Z | Compiling camino-tempfile v1.4.1 |
| 1696 | 2026-07-18T16:36:59.195Z | Compiling tar v0.4.46 |
| 1697 | 2026-07-18T16:36:59.381Z | Compiling slog-term v2.9.2 |
| 1698 | 2026-07-18T16:37:16.902Z | Compiling rustls-webpki v0.103.13 |
| 1699 | 2026-07-18T16:37:19.610Z | Compiling tokio-rustls v0.26.4 |
| 1700 | 2026-07-18T16:37:19.610Z | Compiling rustls-platform-verifier v0.6.2 |
| 1701 | 2026-07-18T16:37:19.610Z | Compiling tough v0.22.0 |
| 1702 | 2026-07-18T16:37:19.837Z | Compiling hyper-rustls v0.27.7 |
| 1703 | 2026-07-18T16:37:20.023Z | Compiling reqwest v0.13.2 |
| 1704 | 2026-07-18T16:37:22.173Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1705 | 2026-07-18T16:37:22.417Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1706 | 2026-07-18T16:37:25.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.85s |
| 1707 | 2026-07-18T16:37:25.384Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1708 | 2026-07-18T16:37:25.443Z | Jul 18 16:37:24.866 INFO Starting download, target: Cockroach |
| 1709 | 2026-07-18T16:37:25.443Z | Jul 18 16:37:24.867 INFO Starting download, target: MaghemiteMgd |
| 1710 | 2026-07-18T16:37:25.443Z | Jul 18 16:37:24.867 INFO Starting download, target: Clickhouse |
| 1711 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Starting download, target: DendriteStub |
| 1712 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Starting download, target: Console |
| 1713 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Starting download, target: MaghemiteDdmd |
| 1714 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Starting download, target: TransceiverControl |
| 1715 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1716 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1718 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1719 | 2026-07-18T16:37:25.447Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2026-07-18T16:37:25.448Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1721 | 2026-07-18T16:37:25.448Z | Jul 18 16:37:24.867 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1722 | 2026-07-18T16:37:26.038Z | Jul 18 16:37:25.458 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1723 | 2026-07-18T16:37:26.333Z | Jul 18 16:37:25.755 INFO Download complete, target: TransceiverControl |
| 1724 | 2026-07-18T16:37:27.268Z | Jul 18 16:37:26.689 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1725 | 2026-07-18T16:37:27.520Z | Jul 18 16:37:26.942 INFO Download complete, target: Console |
| 1726 | 2026-07-18T16:37:27.707Z | Jul 18 16:37:27.124 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1727 | 2026-07-18T16:37:27.729Z | Jul 18 16:37:27.138 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1728 | 2026-07-18T16:37:28.244Z | Jul 18 16:37:27.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1729 | 2026-07-18T16:37:28.333Z | Jul 18 16:37:27.757 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1730 | 2026-07-18T16:37:28.917Z | Jul 18 16:37:28.338 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1731 | 2026-07-18T16:37:28.917Z | Jul 18 16:37:28.338 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1732 | 2026-07-18T16:37:29.742Z | Jul 18 16:37:29.159 INFO Download complete, target: MaghemiteDdmd |
| 1733 | 2026-07-18T16:37:30.907Z | Jul 18 16:37:30.330 INFO Download complete, target: DendriteStub |
| 1734 | 2026-07-18T16:37:31.226Z | Jul 18 16:37:30.649 INFO Download complete, target: MaghemiteMgd |
| 1735 | 2026-07-18T16:37:33.683Z | Jul 18 16:37:33.106 INFO Checking that binary works, target: Cockroach |
| 1736 | 2026-07-18T16:37:33.806Z | Jul 18 16:37:33.229 INFO Download complete, target: Cockroach |
| 1737 | 2026-07-18T16:37:34.638Z | Jul 18 16:37:34.061 INFO Checking that binary works, target: Clickhouse |
| 1738 | 2026-07-18T16:37:34.729Z | Jul 18 16:37:34.149 INFO Download complete, target: Clickhouse |
| 1739 | 2026-07-18T16:37:34.733Z | All prerequisites installed successfully |
| 1740 | 2026-07-18T16:37:34.737Z | |
| 1741 | 2026-07-18T16:37:34.737Z | real 1:46.000944826 |
| 1742 | 2026-07-18T16:37:34.737Z | user 6:40.454914814 |
| 1743 | 2026-07-18T16:37:34.737Z | sys 1:40.150981062 |
| 1744 | 2026-07-18T16:37:34.737Z | trap 0.266193395 |
| 1745 | 2026-07-18T16:37:34.737Z | tflt 0.849533778 |
| 1746 | 2026-07-18T16:37:34.737Z | dflt 1.488046492 |
| 1747 | 2026-07-18T16:37:34.737Z | kflt 0.029037095 |
| 1748 | 2026-07-18T16:37:34.737Z | lock 23:16.388227814 |
| 1749 | 2026-07-18T16:37:34.737Z | slp 18:19.532597337 |
| 1750 | 2026-07-18T16:37:34.738Z | lat 23.821182737 |
| 1751 | 2026-07-18T16:37:34.738Z | stop 2:44.086653946 |
| 1752 | 2026-07-18T16:37:34.738Z | + ptime -m cargo xtask download softnpu |
| 1753 | 2026-07-18T16:37:35.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1754 | 2026-07-18T16:37:35.219Z | Running `target/debug/xtask download softnpu` |
| 1755 | 2026-07-18T16:37:35.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1756 | 2026-07-18T16:37:36.012Z | Running `target/debug/xtask-downloader softnpu` |
| 1757 | 2026-07-18T16:37:36.044Z | Jul 18 16:37:35.466 INFO Starting download, target: Softnpu |
| 1758 | 2026-07-18T16:37:36.054Z | Jul 18 16:37:35.466 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1759 | 2026-07-18T16:37:36.873Z | Jul 18 16:37:36.290 INFO Download complete, target: Softnpu |
| 1760 | 2026-07-18T16:37:36.882Z | |
| 1761 | 2026-07-18T16:37:36.882Z | real 2.131702870 |
| 1762 | 2026-07-18T16:37:36.882Z | user 1.283297736 |
| 1763 | 2026-07-18T16:37:36.882Z | sys 0.618667421 |
| 1764 | 2026-07-18T16:37:36.882Z | trap 0.000534760 |
| 1765 | 2026-07-18T16:37:36.882Z | tflt 0.000198550 |
| 1766 | 2026-07-18T16:37:36.882Z | dflt 0.000647140 |
| 1767 | 2026-07-18T16:37:36.882Z | kflt 0.000000000 |
| 1768 | 2026-07-18T16:37:36.882Z | lock 14.978369737 |
| 1769 | 2026-07-18T16:37:36.882Z | slp 0.644885313 |
| 1770 | 2026-07-18T16:37:36.882Z | lat 0.082890206 |
| 1771 | 2026-07-18T16:37:36.882Z | stop 0.000156440 |
| 1772 | 2026-07-18T16:37:36.882Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-07-18T16:37:36.883Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-07-18T16:37:36.883Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1775 | 2026-07-18T16:37:37.745Z | Compiling proc-macro2 v1.0.106 |
| 1776 | 2026-07-18T16:37:37.745Z | Compiling quote v1.0.45 |
| 1777 | 2026-07-18T16:37:37.745Z | Compiling unicode-ident v1.0.24 |
| 1778 | 2026-07-18T16:37:37.745Z | Compiling libc v0.2.185 |
| 1779 | 2026-07-18T16:37:37.748Z | Compiling serde_core v1.0.228 |
| 1780 | 2026-07-18T16:37:37.748Z | Compiling serde v1.0.228 |
| 1781 | 2026-07-18T16:37:37.748Z | Compiling cfg-if v1.0.4 |
| 1782 | 2026-07-18T16:37:37.748Z | Compiling version_check v0.9.5 |
| 1783 | 2026-07-18T16:37:37.748Z | Compiling shlex v1.3.0 |
| 1784 | 2026-07-18T16:37:37.748Z | Compiling find-msvc-tools v0.1.9 |
| 1785 | 2026-07-18T16:37:37.748Z | Compiling memchr v2.8.0 |
| 1786 | 2026-07-18T16:37:37.748Z | Compiling zmij v1.0.21 |
| 1787 | 2026-07-18T16:37:37.748Z | Compiling serde_json v1.0.150 |
| 1788 | 2026-07-18T16:37:37.893Z | Compiling autocfg v1.5.0 |
| 1789 | 2026-07-18T16:37:38.031Z | Compiling portable-atomic v1.13.1 |
| 1790 | 2026-07-18T16:37:38.063Z | Compiling zerocopy v0.8.40 |
| 1791 | 2026-07-18T16:37:38.140Z | Compiling getrandom v0.4.1 |
| 1792 | 2026-07-18T16:37:38.187Z | Compiling libm v0.2.16 |
| 1793 | 2026-07-18T16:37:38.246Z | Compiling parking_lot_core v0.9.12 |
| 1794 | 2026-07-18T16:37:38.262Z | Compiling icu_properties_data v2.1.2 |
| 1795 | 2026-07-18T16:37:38.267Z | Compiling icu_normalizer_data v2.1.1 |
| 1796 | 2026-07-18T16:37:38.415Z | Compiling num-traits v0.2.19 |
| 1797 | 2026-07-18T16:37:38.466Z | Compiling smallvec v1.15.1 |
| 1798 | 2026-07-18T16:37:38.554Z | Compiling generic-array v0.14.7 |
| 1799 | 2026-07-18T16:37:38.557Z | Compiling itoa v1.0.17 |
| 1800 | 2026-07-18T16:37:38.557Z | Compiling log v0.4.29 |
| 1801 | 2026-07-18T16:37:38.633Z | Compiling subtle v2.6.1 |
| 1802 | 2026-07-18T16:37:38.636Z | Compiling pkg-config v0.3.32 |
| 1803 | 2026-07-18T16:37:38.685Z | Compiling stable_deref_trait v1.2.1 |
| 1804 | 2026-07-18T16:37:38.756Z | Compiling typenum v1.20.1 |
| 1805 | 2026-07-18T16:37:38.790Z | Compiling scopeguard v1.2.0 |
| 1806 | 2026-07-18T16:37:38.856Z | Compiling fnv v1.0.7 |
| 1807 | 2026-07-18T16:37:38.870Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-07-18T16:37:38.889Z | Compiling errno v0.3.14 |
| 1809 | 2026-07-18T16:37:38.946Z | Compiling lock_api v0.4.14 |
| 1810 | 2026-07-18T16:37:38.964Z | Compiling rand_core v0.10.0 |
| 1811 | 2026-07-18T16:37:39.022Z | Compiling getrandom v0.3.4 |
| 1812 | 2026-07-18T16:37:39.073Z | Compiling thiserror v2.0.18 |
| 1813 | 2026-07-18T16:37:39.103Z | Compiling cc v1.2.56 |
| 1814 | 2026-07-18T16:37:39.120Z | Compiling pin-project-lite v0.2.17 |
| 1815 | 2026-07-18T16:37:39.188Z | Compiling equivalent v1.0.2 |
| 1816 | 2026-07-18T16:37:39.203Z | Compiling writeable v0.6.2 |
| 1817 | 2026-07-18T16:37:39.219Z | Compiling syn v2.0.117 |
| 1818 | 2026-07-18T16:37:39.235Z | Compiling litemap v0.8.1 |
| 1819 | 2026-07-18T16:37:39.253Z | Compiling percent-encoding v2.3.2 |
| 1820 | 2026-07-18T16:37:39.258Z | Compiling getrandom v0.2.17 |
| 1821 | 2026-07-18T16:37:39.312Z | Compiling schemars v0.8.22 |
| 1822 | 2026-07-18T16:37:39.364Z | Compiling rustversion v1.0.22 |
| 1823 | 2026-07-18T16:37:39.426Z | Compiling rand_core v0.6.4 |
| 1824 | 2026-07-18T16:37:39.519Z | Compiling rustix v1.1.3 |
| 1825 | 2026-07-18T16:37:39.522Z | Compiling critical-section v1.2.0 |
| 1826 | 2026-07-18T16:37:39.547Z | Compiling fs_extra v1.3.0 |
| 1827 | 2026-07-18T16:37:39.550Z | Compiling dunce v1.0.5 |
| 1828 | 2026-07-18T16:37:39.661Z | Compiling hashbrown v0.17.0 |
| 1829 | 2026-07-18T16:37:39.743Z | Compiling signal-hook-registry v1.4.8 |
| 1830 | 2026-07-18T16:37:39.834Z | Compiling cmake v0.1.57 |
| 1831 | 2026-07-18T16:37:39.865Z | Compiling heck v0.5.0 |
| 1832 | 2026-07-18T16:37:39.882Z | Compiling utf8_iter v1.0.4 |
| 1833 | 2026-07-18T16:37:39.906Z | Compiling form_urlencoded v1.2.2 |
| 1834 | 2026-07-18T16:37:40.107Z | Compiling once_cell v1.21.3 |
| 1835 | 2026-07-18T16:37:40.239Z | Compiling semver v1.0.28 |
| 1836 | 2026-07-18T16:37:40.278Z | Compiling indexmap v2.14.0 |
| 1837 | 2026-07-18T16:37:40.282Z | Compiling parking_lot v0.12.5 |
| 1838 | 2026-07-18T16:37:40.304Z | Compiling socket2 v0.6.3 |
| 1839 | 2026-07-18T16:37:40.308Z | Compiling mio v1.2.0 |
| 1840 | 2026-07-18T16:37:40.344Z | Compiling futures-core v0.3.32 |
| 1841 | 2026-07-18T16:37:40.434Z | Compiling bitflags v2.11.0 |
| 1842 | 2026-07-18T16:37:40.450Z | Compiling aws-lc-sys v0.40.0 |
| 1843 | 2026-07-18T16:37:40.533Z | Compiling aws-lc-rs v1.16.3 |
| 1844 | 2026-07-18T16:37:40.585Z | Compiling strsim v0.11.1 |
| 1845 | 2026-07-18T16:37:40.621Z | Compiling httparse v1.10.1 |
| 1846 | 2026-07-18T16:37:40.926Z | Compiling byteorder v1.5.0 |
| 1847 | 2026-07-18T16:37:40.926Z | Compiling ucd-trie v0.1.7 |
| 1848 | 2026-07-18T16:37:40.958Z | Compiling thiserror v1.0.69 |
| 1849 | 2026-07-18T16:37:41.093Z | Compiling vcpkg v0.2.15 |
| 1850 | 2026-07-18T16:37:41.125Z | Compiling pest v2.8.6 |
| 1851 | 2026-07-18T16:37:41.157Z | Compiling iana-time-zone v0.1.65 |
| 1852 | 2026-07-18T16:37:41.189Z | Compiling syn v1.0.109 |
| 1853 | 2026-07-18T16:37:41.222Z | Compiling regex-syntax v0.8.10 |
| 1854 | 2026-07-18T16:37:41.289Z | Compiling const-oid v0.9.6 |
| 1855 | 2026-07-18T16:37:41.307Z | Compiling ident_case v1.0.1 |
| 1856 | 2026-07-18T16:37:41.431Z | Compiling uuid v1.23.4 |
| 1857 | 2026-07-18T16:37:41.569Z | Compiling rustc_version v0.4.1 |
| 1858 | 2026-07-18T16:37:41.584Z | Compiling futures-sink v0.3.32 |
| 1859 | 2026-07-18T16:37:41.652Z | Compiling rustls v0.23.41 |
| 1860 | 2026-07-18T16:37:41.690Z | Compiling openssl-sys v0.9.115 |
| 1861 | 2026-07-18T16:37:41.713Z | Compiling futures-channel v0.3.32 |
| 1862 | 2026-07-18T16:37:41.828Z | Compiling aho-corasick v1.1.4 |
| 1863 | 2026-07-18T16:37:41.860Z | Compiling slab v0.4.12 |
| 1864 | 2026-07-18T16:37:41.877Z | Compiling futures-io v0.3.32 |
| 1865 | 2026-07-18T16:37:42.023Z | Compiling futures-task v0.3.32 |
| 1866 | 2026-07-18T16:37:42.051Z | Compiling synstructure v0.13.2 |
| 1867 | 2026-07-18T16:37:42.070Z | Compiling serde_derive_internals v0.29.1 |
| 1868 | 2026-07-18T16:37:42.221Z | Compiling pest_meta v2.8.6 |
| 1869 | 2026-07-18T16:37:42.276Z | Compiling time-core v0.1.8 |
| 1870 | 2026-07-18T16:37:42.294Z | Compiling num-conv v0.2.0 |
| 1871 | 2026-07-18T16:37:42.297Z | Compiling dyn-clone v1.0.20 |
| 1872 | 2026-07-18T16:37:42.369Z | Compiling crc32fast v1.5.0 |
| 1873 | 2026-07-18T16:37:42.385Z | Compiling plain v0.2.3 |
| 1874 | 2026-07-18T16:37:42.452Z | Compiling time-macros v0.2.27 |
| 1875 | 2026-07-18T16:37:42.531Z | Compiling crossbeam-utils v0.8.21 |
| 1876 | 2026-07-18T16:37:42.580Z | Compiling base64 v0.22.1 |
| 1877 | 2026-07-18T16:37:42.635Z | Compiling pretty-hex v0.4.1 |
| 1878 | 2026-07-18T16:37:42.697Z | Compiling openssl v0.10.79 |
| 1879 | 2026-07-18T16:37:42.750Z | Compiling regex-automata v0.4.14 |
| 1880 | 2026-07-18T16:37:42.803Z | Compiling darling_core v0.21.3 |
| 1881 | 2026-07-18T16:37:42.820Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1882 | 2026-07-18T16:37:42.874Z | Compiling pest_generator v2.8.6 |
| 1883 | 2026-07-18T16:37:42.985Z | Compiling native-tls v0.2.18 |
| 1884 | 2026-07-18T16:37:43.086Z | Compiling anyhow v1.0.102 |
| 1885 | 2026-07-18T16:37:43.115Z | Compiling rand_core v0.9.5 |
| 1886 | 2026-07-18T16:37:43.266Z | Compiling slog v2.8.2 |
| 1887 | 2026-07-18T16:37:43.283Z | Compiling tracing-core v0.1.36 |
| 1888 | 2026-07-18T16:37:43.305Z | Compiling serde_derive v1.0.228 |
| 1889 | 2026-07-18T16:37:43.354Z | Compiling zeroize_derive v1.4.3 |
| 1890 | 2026-07-18T16:37:43.357Z | Compiling zerofrom-derive v0.1.6 |
| 1891 | 2026-07-18T16:37:43.432Z | Compiling yoke-derive v0.8.1 |
| 1892 | 2026-07-18T16:37:43.502Z | Compiling zerovec-derive v0.11.2 |
| 1893 | 2026-07-18T16:37:43.520Z | Compiling displaydoc v0.2.5 |
| 1894 | 2026-07-18T16:37:43.537Z | Compiling zerocopy-derive v0.8.40 |
| 1895 | 2026-07-18T16:37:43.540Z | Compiling tokio-macros v2.7.0 |
| 1896 | 2026-07-18T16:37:43.609Z | Compiling futures-macro v0.3.32 |
| 1897 | 2026-07-18T16:37:43.768Z | Compiling thiserror-impl v2.0.18 |
| 1898 | 2026-07-18T16:37:44.016Z | Compiling zeroize v1.8.2 |
| 1899 | 2026-07-18T16:37:44.288Z | Compiling schemars_derive v0.8.22 |
| 1900 | 2026-07-18T16:37:44.303Z | Compiling tracing-attributes v0.1.31 |
| 1901 | 2026-07-18T16:37:44.432Z | Compiling der_derive v0.7.3 |
| 1902 | 2026-07-18T16:37:44.435Z | Compiling thiserror-impl v1.0.69 |
| 1903 | 2026-07-18T16:37:44.515Z | Compiling zerofrom v0.1.6 |
| 1904 | 2026-07-18T16:37:44.661Z | Compiling yoke v0.8.1 |
| 1905 | 2026-07-18T16:37:44.879Z | Compiling zerovec v0.11.5 |
| 1906 | 2026-07-18T16:37:44.934Z | Compiling zerotrie v0.2.3 |
| 1907 | 2026-07-18T16:37:45.012Z | Compiling crypto-common v0.1.7 |
| 1908 | 2026-07-18T16:37:45.066Z | Compiling pest_derive v2.8.6 |
| 1909 | 2026-07-18T16:37:45.177Z | Compiling futures-util v0.3.32 |
| 1910 | 2026-07-18T16:37:45.367Z | Compiling block-buffer v0.10.4 |
| 1911 | 2026-07-18T16:37:45.476Z | Compiling tinystr v0.8.2 |
| 1912 | 2026-07-18T16:37:45.494Z | Compiling potential_utf v0.1.4 |
| 1913 | 2026-07-18T16:37:45.545Z | Compiling digest v0.10.7 |
| 1914 | 2026-07-18T16:37:45.578Z | Compiling scroll_derive v0.12.1 |
| 1915 | 2026-07-18T16:37:45.692Z | Compiling icu_locale_core v2.1.1 |
| 1916 | 2026-07-18T16:37:45.709Z | Compiling icu_collections v2.1.1 |
| 1917 | 2026-07-18T16:37:45.771Z | Compiling scroll_derive v0.13.1 |
| 1918 | 2026-07-18T16:37:45.788Z | Compiling openssl-macros v0.1.1 |
| 1919 | 2026-07-18T16:37:46.183Z | Compiling regex v1.12.3 |
| 1920 | 2026-07-18T16:37:46.220Z | Compiling darling_macro v0.21.3 |
| 1921 | 2026-07-18T16:37:46.289Z | Compiling zerocopy-derive v0.7.35 |
| 1922 | 2026-07-18T16:37:46.388Z | Compiling icu_provider v2.1.1 |
| 1923 | 2026-07-18T16:37:46.460Z | Compiling bytes v1.11.1 |
| 1924 | 2026-07-18T16:37:46.562Z | Compiling chrono v0.4.45 |
| 1925 | 2026-07-18T16:37:46.579Z | Compiling serde_tokenstream v0.2.3 |
| 1926 | 2026-07-18T16:37:46.739Z | Compiling icu_normalizer v2.1.1 |
| 1927 | 2026-07-18T16:37:46.807Z | Compiling icu_properties v2.1.2 |
| 1928 | 2026-07-18T16:37:47.093Z | Compiling tokio v1.52.1 |
| 1929 | 2026-07-18T16:37:47.345Z | Compiling http v1.4.2 |
| 1930 | 2026-07-18T16:37:47.808Z | Compiling idna_adapter v1.2.1 |
| 1931 | 2026-07-18T16:37:47.938Z | Compiling idna v1.1.0 |
| 1932 | 2026-07-18T16:37:47.992Z | Compiling ppv-lite86 v0.2.21 |
| 1933 | 2026-07-18T16:37:48.057Z | Compiling cookie v0.18.1 |
| 1934 | 2026-07-18T16:37:48.079Z | Compiling camino v1.2.2 |
| 1935 | 2026-07-18T16:37:48.143Z | Compiling base64ct v1.8.3 |
| 1936 | 2026-07-18T16:37:48.288Z | Compiling url v2.5.8 |
| 1937 | 2026-07-18T16:37:48.419Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-07-18T16:37:48.448Z | Compiling darling v0.21.3 |
| 1939 | 2026-07-18T16:37:48.537Z | Compiling tracing v0.1.44 |
| 1940 | 2026-07-18T16:37:48.570Z | Compiling flagset v0.4.7 |
| 1941 | 2026-07-18T16:37:48.610Z | Compiling rand_chacha v0.9.0 |
| 1942 | 2026-07-18T16:37:48.704Z | Compiling der v0.7.10 |
| 1943 | 2026-07-18T16:37:48.721Z | Compiling http-body v1.0.1 |
| 1944 | 2026-07-18T16:37:48.897Z | Compiling rustls-pki-types v1.14.0 |
| 1945 | 2026-07-18T16:37:49.331Z | Compiling usdt-impl v0.5.0 |
| 1946 | 2026-07-18T16:37:49.364Z | Compiling cmov v0.5.4 |
| 1947 | 2026-07-18T16:37:49.485Z | Compiling openssl-probe v0.2.1 |
| 1948 | 2026-07-18T16:37:49.587Z | Compiling paste v1.0.15 |
| 1949 | 2026-07-18T16:37:49.603Z | Compiling usdt-impl v0.6.0 |
| 1950 | 2026-07-18T16:37:49.747Z | Compiling either v1.15.0 |
| 1951 | 2026-07-18T16:37:49.850Z | Compiling ref-cast v1.0.25 |
| 1952 | 2026-07-18T16:37:49.866Z | Compiling fastrand v2.3.0 |
| 1953 | 2026-07-18T16:37:49.890Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-07-18T16:37:49.974Z | Compiling tinyvec v1.10.0 |
| 1955 | 2026-07-18T16:37:50.050Z | Compiling ctutils v0.4.2 |
| 1956 | 2026-07-18T16:37:50.078Z | Compiling spki v0.7.3 |
| 1957 | 2026-07-18T16:37:50.184Z | Compiling rand v0.9.2 |
| 1958 | 2026-07-18T16:37:50.218Z | Compiling scroll v0.13.0 |
| 1959 | 2026-07-18T16:37:50.247Z | Compiling toml_datetime v0.6.11 |
| 1960 | 2026-07-18T16:37:50.298Z | Compiling serde_spanned v0.6.9 |
| 1961 | 2026-07-18T16:37:50.301Z | Compiling scroll v0.12.0 |
| 1962 | 2026-07-18T16:37:50.329Z | Compiling async-trait v0.1.89 |
| 1963 | 2026-07-18T16:37:50.345Z | Compiling heapless v0.7.17 |
| 1964 | 2026-07-18T16:37:50.475Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1965 | 2026-07-18T16:37:50.512Z | Compiling atomic-waker v1.1.2 |
| 1966 | 2026-07-18T16:37:50.528Z | Compiling zstd-safe v7.2.4 |
| 1967 | 2026-07-18T16:37:50.531Z | Compiling winnow v1.0.3 |
| 1968 | 2026-07-18T16:37:50.545Z | Compiling winnow v0.7.14 |
| 1969 | 2026-07-18T16:37:50.586Z | Compiling tower-layer v0.3.3 |
| 1970 | 2026-07-18T16:37:50.632Z | Compiling tower-service v0.3.3 |
| 1971 | 2026-07-18T16:37:50.671Z | Compiling untrusted v0.7.1 |
| 1972 | 2026-07-18T16:37:50.749Z | Compiling litrs v1.0.0 |
| 1973 | 2026-07-18T16:37:50.770Z | Compiling signal-hook v0.3.18 |
| 1974 | 2026-07-18T16:37:50.786Z | Compiling try-lock v0.2.5 |
| 1975 | 2026-07-18T16:37:50.790Z | Compiling cpufeatures v0.2.17 |
| 1976 | 2026-07-18T16:37:50.818Z | Compiling rustix v0.38.44 |
| 1977 | 2026-07-18T16:37:50.850Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1978 | 2026-07-18T16:37:50.913Z | Compiling tokio-util v0.7.18 |
| 1979 | 2026-07-18T16:37:50.930Z | Compiling want v0.3.1 |
| 1980 | 2026-07-18T16:37:50.993Z | Compiling goblin v0.8.2 |
| 1981 | 2026-07-18T16:37:51.185Z | Compiling goblin v0.10.5 |
| 1982 | 2026-07-18T16:37:51.215Z | Compiling document-features v0.2.12 |
| 1983 | 2026-07-18T16:37:51.236Z | Compiling hybrid-array v0.4.13 |
| 1984 | 2026-07-18T16:37:51.781Z | Compiling h2 v0.4.15 |
| 1985 | 2026-07-18T16:37:51.895Z | Compiling zerocopy v0.7.35 |
| 1986 | 2026-07-18T16:37:51.978Z | Compiling ipnet v2.11.0 |
| 1987 | 2026-07-18T16:37:52.048Z | Compiling ref-cast-impl v1.0.25 |
| 1988 | 2026-07-18T16:37:52.065Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-07-18T16:37:52.082Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-07-18T16:37:52.240Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-07-18T16:37:52.278Z | Compiling foreign-types-shared v0.1.1 |
| 1992 | 2026-07-18T16:37:52.368Z | Compiling winnow v0.5.40 |
| 1993 | 2026-07-18T16:37:52.630Z | Compiling powerfmt v0.2.0 |
| 1994 | 2026-07-18T16:37:52.704Z | Compiling httpdate v1.0.3 |
| 1995 | 2026-07-18T16:37:52.731Z | Compiling untrusted v0.9.0 |
| 1996 | 2026-07-18T16:37:52.876Z | Compiling utf8parse v0.2.2 |
| 1997 | 2026-07-18T16:37:52.891Z | Compiling deranged v0.5.8 |
| 1998 | 2026-07-18T16:37:52.960Z | Compiling tempfile v3.25.0 |
| 1999 | 2026-07-18T16:37:52.976Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-07-18T16:37:53.151Z | Compiling unicode-normalization v0.1.25 |
| 2001 | 2026-07-18T16:37:53.173Z | Compiling pkcs8 v0.10.2 |
| 2002 | 2026-07-18T16:37:53.317Z | Compiling dof v0.3.0 |
| 2003 | 2026-07-18T16:37:53.437Z | Compiling dtrace-parser v0.2.0 |
| 2004 | 2026-07-18T16:37:53.815Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-07-18T16:37:54.027Z | Compiling dof v0.4.0 |
| 2006 | 2026-07-18T16:37:54.057Z | Compiling dtrace-parser v0.3.0 |
| 2007 | 2026-07-18T16:37:54.086Z | Compiling darling_macro v0.20.11 |
| 2008 | 2026-07-18T16:37:54.158Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-07-18T16:37:54.312Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-07-18T16:37:54.400Z | Compiling spin v0.9.8 |
| 2011 | 2026-07-18T16:37:54.505Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-07-18T16:37:54.591Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-18T16:37:54.659Z | Compiling num-bigint-dig v0.8.6 |
| 2014 | 2026-07-18T16:37:54.692Z | Compiling anstyle v1.0.14 |
| 2015 | 2026-07-18T16:37:54.785Z | Compiling cfg_aliases v0.2.1 |
| 2016 | 2026-07-18T16:37:54.872Z | Compiling num_threads v0.1.7 |
| 2017 | 2026-07-18T16:37:54.888Z | Compiling smoltcp v0.9.1 |
| 2018 | 2026-07-18T16:37:54.990Z | Compiling hyper v1.10.1 |
| 2019 | 2026-07-18T16:37:55.045Z | Compiling time v0.3.47 |
| 2020 | 2026-07-18T16:37:55.090Z | Compiling nix v0.31.2 |
| 2021 | 2026-07-18T16:37:55.241Z | Compiling darling v0.20.11 |
| 2022 | 2026-07-18T16:37:55.479Z | Compiling sha2 v0.10.9 |
| 2023 | 2026-07-18T16:37:55.630Z | Compiling ipnetwork v0.21.1 |
| 2024 | 2026-07-18T16:37:55.724Z | Compiling hmac v0.12.1 |
| 2025 | 2026-07-18T16:37:55.764Z | Compiling strum_macros v0.26.4 |
| 2026 | 2026-07-18T16:37:55.844Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2027 | 2026-07-18T16:37:56.037Z | Compiling sync_wrapper v1.0.2 |
| 2028 | 2026-07-18T16:37:56.112Z | Compiling hyper-util v0.1.20 |
| 2029 | 2026-07-18T16:37:56.161Z | Compiling wait-timeout v0.2.1 |
| 2030 | 2026-07-18T16:37:56.206Z | Compiling siphasher v1.0.2 |
| 2031 | 2026-07-18T16:37:56.406Z | Compiling is_terminal_polyfill v1.70.2 |
| 2032 | 2026-07-18T16:37:56.476Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-07-18T16:37:56.497Z | Compiling colorchoice v1.0.4 |
| 2034 | 2026-07-18T16:37:56.518Z | Compiling quick-error v1.2.3 |
| 2035 | 2026-07-18T16:37:56.551Z | Compiling anstyle-query v1.1.5 |
| 2036 | 2026-07-18T16:37:56.729Z | Compiling bit-vec v0.8.0 |
| 2037 | 2026-07-18T16:37:56.983Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-07-18T16:37:57.001Z | Compiling rusty-fork v0.3.1 |
| 2039 | 2026-07-18T16:37:57.215Z | Compiling tower v0.5.3 |
| 2040 | 2026-07-18T16:37:57.525Z | Compiling derive_builder_core v0.20.2 |
| 2041 | 2026-07-18T16:37:57.727Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-07-18T16:37:57.806Z | Compiling hubpack_derive v0.1.1 |
| 2043 | 2026-07-18T16:37:57.915Z | Compiling snafu-derive v0.8.9 |
| 2044 | 2026-07-18T16:37:57.933Z | Compiling strum_macros v0.27.2 |
| 2045 | 2026-07-18T16:37:57.973Z | Compiling rand_xorshift v0.4.0 |
| 2046 | 2026-07-18T16:37:58.056Z | Compiling fs-err v3.3.0 |
| 2047 | 2026-07-18T16:37:58.142Z | Compiling ahash v0.8.12 |
| 2048 | 2026-07-18T16:37:58.223Z | Compiling object v0.37.3 |
| 2049 | 2026-07-18T16:37:58.323Z | Compiling unicode-bidi v0.3.18 |
| 2050 | 2026-07-18T16:37:58.347Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-07-18T16:37:58.403Z | Compiling unicode-properties v0.1.4 |
| 2052 | 2026-07-18T16:37:58.422Z | Compiling ryu v1.0.23 |
| 2053 | 2026-07-18T16:37:58.533Z | Compiling unicode-segmentation v1.12.0 |
| 2054 | 2026-07-18T16:37:58.607Z | Compiling allocator-api2 v0.2.21 |
| 2055 | 2026-07-18T16:37:58.818Z | Compiling unarray v0.1.4 |
| 2056 | 2026-07-18T16:37:58.844Z | Compiling adler2 v2.0.1 |
| 2057 | 2026-07-18T16:37:58.948Z | Compiling miniz_oxide v0.8.9 |
| 2058 | 2026-07-18T16:37:58.948Z | Compiling proptest v1.10.0 |
| 2059 | 2026-07-18T16:37:58.979Z | Compiling stringprep v0.1.5 |
| 2060 | 2026-07-18T16:37:58.993Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-07-18T16:37:59.278Z | Compiling derive_builder_macro v0.20.2 |
| 2062 | 2026-07-18T16:37:59.411Z | Compiling tokio-native-tls v0.3.1 |
| 2063 | 2026-07-18T16:37:59.508Z | Compiling tower-http v0.6.8 |
| 2064 | 2026-07-18T16:37:59.628Z | Compiling usdt-macro v0.6.0 |
| 2065 | 2026-07-18T16:37:59.644Z | Compiling usdt-attr-macro v0.6.0 |
| 2066 | 2026-07-18T16:37:59.660Z | Compiling anstyle-parse v1.0.0 |
| 2067 | 2026-07-18T16:37:59.748Z | Compiling block-padding v0.4.2 |
| 2068 | 2026-07-18T16:37:59.782Z | Compiling crypto-common v0.2.2 |
| 2069 | 2026-07-18T16:37:59.802Z | Compiling block-buffer v0.12.1 |
| 2070 | 2026-07-18T16:38:00.210Z | Compiling rustls-native-certs v0.8.3 |
| 2071 | 2026-07-18T16:38:00.383Z | Compiling rand_chacha v0.3.1 |
| 2072 | 2026-07-18T16:38:00.418Z | Compiling hex v0.4.3 |
| 2073 | 2026-07-18T16:38:00.434Z | Compiling erased-serde v0.3.31 |
| 2074 | 2026-07-18T16:38:00.437Z | Compiling signature v2.2.0 |
| 2075 | 2026-07-18T16:38:00.467Z | Compiling md-5 v0.10.6 |
| 2076 | 2026-07-18T16:38:00.605Z | Compiling bstr v1.12.1 |
| 2077 | 2026-07-18T16:38:00.656Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-07-18T16:38:00.702Z | Compiling hash32 v0.2.1 |
| 2079 | 2026-07-18T16:38:00.783Z | Compiling vergen-lib v9.1.0 |
| 2080 | 2026-07-18T16:38:00.865Z | Compiling encoding_rs v0.8.35 |
| 2081 | 2026-07-18T16:38:00.933Z | Compiling fallible-iterator v0.2.0 |
| 2082 | 2026-07-18T16:38:00.969Z | Compiling mime v0.3.17 |
| 2083 | 2026-07-18T16:38:01.015Z | Compiling zlib-rs v0.6.2 |
| 2084 | 2026-07-18T16:38:01.067Z | Compiling psl-types v2.0.11 |
| 2085 | 2026-07-18T16:38:01.207Z | Compiling cpufeatures v0.3.0 |
| 2086 | 2026-07-18T16:38:01.238Z | Compiling postgres-protocol v0.6.10 |
| 2087 | 2026-07-18T16:38:01.238Z | Compiling publicsuffix v2.3.0 |
| 2088 | 2026-07-18T16:38:01.316Z | Compiling newtype-uuid v1.3.2 |
| 2089 | 2026-07-18T16:38:01.435Z | Compiling num-iter v0.1.45 |
| 2090 | 2026-07-18T16:38:01.630Z | Compiling rand v0.8.6 |
| 2091 | 2026-07-18T16:38:01.827Z | Compiling oxnet v0.1.6 |
| 2092 | 2026-07-18T16:38:02.056Z | Compiling inout v0.2.2 |
| 2093 | 2026-07-18T16:38:02.072Z | Compiling derive_builder v0.20.2 |
| 2094 | 2026-07-18T16:38:02.093Z | Compiling anstream v1.0.0 |
| 2095 | 2026-07-18T16:38:02.210Z | Compiling hyper-tls v0.6.0 |
| 2096 | 2026-07-18T16:38:02.213Z | Compiling heck v0.4.1 |
| 2097 | 2026-07-18T16:38:02.244Z | Compiling phf_shared v0.13.1 |
| 2098 | 2026-07-18T16:38:02.299Z | Compiling pin-project v1.1.11 |
| 2099 | 2026-07-18T16:38:02.342Z | Compiling lazy_static v1.5.0 |
| 2100 | 2026-07-18T16:38:02.382Z | Compiling anstyle-parse v0.2.7 |
| 2101 | 2026-07-18T16:38:02.534Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-07-18T16:38:02.551Z | Compiling serde_with_macros v3.17.0 |
| 2103 | 2026-07-18T16:38:02.554Z | Compiling futures-executor v0.3.32 |
| 2104 | 2026-07-18T16:38:02.598Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-07-18T16:38:02.692Z | Compiling enum-as-inner v0.6.1 |
| 2106 | 2026-07-18T16:38:02.715Z | Compiling serde_repr v0.1.20 |
| 2107 | 2026-07-18T16:38:02.766Z | Compiling clap_derive v4.6.1 |
| 2108 | 2026-07-18T16:38:02.847Z | Compiling ff v0.13.1 |
| 2109 | 2026-07-18T16:38:02.881Z | Compiling vergen v9.1.0 |
| 2110 | 2026-07-18T16:38:02.930Z | Compiling cargo-platform v0.3.2 |
| 2111 | 2026-07-18T16:38:03.079Z | Compiling flate2 v1.1.9 |
| 2112 | 2026-07-18T16:38:03.111Z | Compiling same-file v1.0.6 |
| 2113 | 2026-07-18T16:38:03.279Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-07-18T16:38:03.294Z | Compiling libbz2-rs-sys v0.2.2 |
| 2115 | 2026-07-18T16:38:03.311Z | Compiling managed v0.8.0 |
| 2116 | 2026-07-18T16:38:03.330Z | Compiling foldhash v0.1.5 |
| 2117 | 2026-07-18T16:38:03.369Z | Compiling bumpalo v3.20.2 |
| 2118 | 2026-07-18T16:38:03.522Z | Compiling base16ct v0.2.0 |
| 2119 | 2026-07-18T16:38:03.545Z | Compiling foldhash v0.2.0 |
| 2120 | 2026-07-18T16:38:03.683Z | Compiling clap_lex v1.0.0 |
| 2121 | 2026-07-18T16:38:03.705Z | Compiling hashbrown v0.16.1 |
| 2122 | 2026-07-18T16:38:03.707Z | Compiling sec1 v0.7.3 |
| 2123 | 2026-07-18T16:38:03.781Z | Compiling bzip2 v0.6.1 |
| 2124 | 2026-07-18T16:38:03.857Z | Compiling clap_builder v4.6.0 |
| 2125 | 2026-07-18T16:38:03.923Z | Compiling zopfli v0.8.3 |
| 2126 | 2026-07-18T16:38:04.016Z | Compiling hashbrown v0.15.5 |
| 2127 | 2026-07-18T16:38:04.119Z | Compiling walkdir v2.5.0 |
| 2128 | 2026-07-18T16:38:04.325Z | Compiling cargo_metadata v0.23.1 |
| 2129 | 2026-07-18T16:38:04.436Z | Compiling group v0.13.0 |
| 2130 | 2026-07-18T16:38:04.579Z | Compiling futures v0.3.32 |
| 2131 | 2026-07-18T16:38:04.626Z | Compiling zstd v0.13.3 |
| 2132 | 2026-07-18T16:38:04.873Z | Compiling anstream v0.6.21 |
| 2133 | 2026-07-18T16:38:04.897Z | Compiling phf v0.13.1 |
| 2134 | 2026-07-18T16:38:05.138Z | Compiling snafu v0.8.9 |
| 2135 | 2026-07-18T16:38:05.181Z | Compiling reqwest v0.12.28 |
| 2136 | 2026-07-18T16:38:05.239Z | Compiling signal-hook-mio v0.2.5 |
| 2137 | 2026-07-18T16:38:05.497Z | Compiling cipher v0.5.2 |
| 2138 | 2026-07-18T16:38:05.728Z | Compiling daft v0.1.7 |
| 2139 | 2026-07-18T16:38:05.791Z | Compiling cookie_store v0.22.1 |
| 2140 | 2026-07-18T16:38:05.828Z | Compiling bzip2 v0.4.4 |
| 2141 | 2026-07-18T16:38:05.886Z | Compiling postgres-types v0.2.12 |
| 2142 | 2026-07-18T16:38:05.967Z | Compiling globset v0.4.18 |
| 2143 | 2026-07-18T16:38:05.994Z | Compiling ed25519 v2.2.3 |
| 2144 | 2026-07-18T16:38:06.039Z | Compiling strum v0.27.2 |
| 2145 | 2026-07-18T16:38:06.148Z | Compiling hubpack v0.1.2 |
| 2146 | 2026-07-18T16:38:06.236Z | Compiling phf_shared v0.11.3 |
| 2147 | 2026-07-18T16:38:06.265Z | Compiling hkdf v0.12.4 |
| 2148 | 2026-07-18T16:38:06.298Z | Compiling crossbeam-epoch v0.9.18 |
| 2149 | 2026-07-18T16:38:06.392Z | Compiling olpc-cjson v0.1.4 |
| 2150 | 2026-07-18T16:38:06.412Z | Compiling pkcs1 v0.7.5 |
| 2151 | 2026-07-18T16:38:06.573Z | Compiling pem v3.0.6 |
| 2152 | 2026-07-18T16:38:06.695Z | Compiling serde-big-array v0.5.1 |
| 2153 | 2026-07-18T16:38:06.729Z | Compiling serde_plain v1.0.2 |
| 2154 | 2026-07-18T16:38:06.819Z | Compiling crypto-bigint v0.5.5 |
| 2155 | 2026-07-18T16:38:06.881Z | Compiling float-cmp v0.10.0 |
| 2156 | 2026-07-18T16:38:06.896Z | Compiling memmap2 v0.9.10 |
| 2157 | 2026-07-18T16:38:06.938Z | Compiling env_filter v1.0.0 |
| 2158 | 2026-07-18T16:38:06.976Z | Compiling jiff v0.2.21 |
| 2159 | 2026-07-18T16:38:07.048Z | Compiling keccak v0.1.6 |
| 2160 | 2026-07-18T16:38:07.070Z | Compiling precomputed-hash v0.1.1 |
| 2161 | 2026-07-18T16:38:07.179Z | Compiling const-oid v0.10.2 |
| 2162 | 2026-07-18T16:38:07.218Z | Compiling fixedbitset v0.4.2 |
| 2163 | 2026-07-18T16:38:07.234Z | Compiling predicates-core v1.0.10 |
| 2164 | 2026-07-18T16:38:07.237Z | Compiling toml_write v0.1.2 |
| 2165 | 2026-07-18T16:38:07.360Z | Compiling whoami v2.1.0 |
| 2166 | 2026-07-18T16:38:07.421Z | Compiling difflib v0.4.0 |
| 2167 | 2026-07-18T16:38:07.436Z | Compiling new_debug_unreachable v1.0.6 |
| 2168 | 2026-07-18T16:38:07.453Z | Compiling data-encoding v2.10.0 |
| 2169 | 2026-07-18T16:38:07.470Z | Compiling normalize-line-endings v0.3.0 |
| 2170 | 2026-07-18T16:38:07.524Z | Compiling typed-path v0.9.3 |
| 2171 | 2026-07-18T16:38:07.545Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-07-18T16:38:07.583Z | Compiling fixedbitset v0.5.7 |
| 2173 | 2026-07-18T16:38:07.738Z | Compiling predicates v3.1.4 |
| 2174 | 2026-07-18T16:38:07.811Z | Compiling hickory-proto v0.25.2 |
| 2175 | 2026-07-18T16:38:07.900Z | Compiling petgraph v0.8.3 |
| 2176 | 2026-07-18T16:38:07.916Z | Compiling elliptic-curve v0.13.8 |
| 2177 | 2026-07-18T16:38:07.934Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2178 | 2026-07-18T16:38:07.971Z | Compiling tokio-postgres v0.7.16 |
| 2179 | 2026-07-18T16:38:08.015Z | Compiling string_cache v0.8.9 |
| 2180 | 2026-07-18T16:38:08.029Z | Compiling toml_edit v0.22.27 |
| 2181 | 2026-07-18T16:38:08.204Z | Compiling petgraph v0.6.5 |
| 2182 | 2026-07-18T16:38:08.253Z | Compiling chacha20 v0.10.0 |
| 2183 | 2026-07-18T16:38:08.285Z | Compiling digest v0.11.3 |
| 2184 | 2026-07-18T16:38:08.343Z | Compiling sha3 v0.10.8 |
| 2185 | 2026-07-18T16:38:08.567Z | Compiling env_logger v0.11.9 |
| 2186 | 2026-07-18T16:38:08.632Z | Compiling usdt v0.6.0 |
| 2187 | 2026-07-18T16:38:08.937Z | Compiling rsa v0.9.10 |
| 2188 | 2026-07-18T16:38:09.675Z | Compiling zip v4.6.1 |
| 2189 | 2026-07-18T16:38:10.223Z | Compiling ed25519-dalek v2.2.0 |
| 2190 | 2026-07-18T16:38:10.306Z | Compiling zip v0.6.6 |
| 2191 | 2026-07-18T16:38:10.362Z | Compiling iddqd v0.4.2 |
| 2192 | 2026-07-18T16:38:10.607Z | Compiling crossterm v0.28.1 |
| 2193 | 2026-07-18T16:38:10.700Z | Compiling clap v4.6.1 |
| 2194 | 2026-07-18T16:38:10.799Z | Compiling serde_with v3.17.0 |
| 2195 | 2026-07-18T16:38:10.874Z | Compiling similar v2.7.0 |
| 2196 | 2026-07-18T16:38:10.910Z | Compiling byte-wrapper v0.1.0 |
| 2197 | 2026-07-18T16:38:11.096Z | Compiling strum v0.26.3 |
| 2198 | 2026-07-18T16:38:11.232Z | Compiling toml v0.7.8 |
| 2199 | 2026-07-18T16:38:11.255Z | Compiling tokio-stream v0.1.18 |
| 2200 | 2026-07-18T16:38:11.312Z | Compiling buf-list v1.1.2 |
| 2201 | 2026-07-18T16:38:11.584Z | Compiling x509-cert v0.2.5 |
| 2202 | 2026-07-18T16:38:11.616Z | Compiling itertools v0.13.0 |
| 2203 | 2026-07-18T16:38:11.726Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-07-18T16:38:12.042Z | Compiling openapiv3 v2.2.0 |
| 2205 | 2026-07-18T16:38:12.684Z | Compiling lalrpop-util v0.19.12 |
| 2206 | 2026-07-18T16:38:12.699Z | Compiling peg-runtime v0.8.5 |
| 2207 | 2026-07-18T16:38:29.448Z | Compiling rustls-webpki v0.103.13 |
| 2208 | 2026-07-18T16:38:29.923Z | Compiling macaddr v1.0.1 |
| 2209 | 2026-07-18T16:38:30.054Z | Compiling structmeta-derive v0.3.0 |
| 2210 | 2026-07-18T16:38:30.071Z | Compiling crucible-workspace-hack v0.1.0 |
| 2211 | 2026-07-18T16:38:30.225Z | Compiling rayon-core v1.13.0 |
| 2212 | 2026-07-18T16:38:30.255Z | Compiling itertools v0.14.0 |
| 2213 | 2026-07-18T16:38:30.323Z | Compiling secrecy v0.10.3 |
| 2214 | 2026-07-18T16:38:30.403Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2215 | 2026-07-18T16:38:30.419Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2216 | 2026-07-18T16:38:30.468Z | Compiling heapless v0.8.0 |
| 2217 | 2026-07-18T16:38:30.608Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2218 | 2026-07-18T16:38:30.625Z | Compiling crossbeam-deque v0.8.6 |
| 2219 | 2026-07-18T16:38:30.651Z | Compiling inout v0.1.4 |
| 2220 | 2026-07-18T16:38:30.669Z | Compiling hash32 v0.3.1 |
| 2221 | 2026-07-18T16:38:30.832Z | Compiling multer v3.1.0 |
| 2222 | 2026-07-18T16:38:30.848Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2223 | 2026-07-18T16:38:30.865Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-07-18T16:38:30.880Z | Compiling match_cfg v0.1.0 |
| 2225 | 2026-07-18T16:38:30.966Z | Compiling compression-core v0.4.31 |
| 2226 | 2026-07-18T16:38:30.982Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-07-18T16:38:31.019Z | Compiling unicode-width v0.2.0 |
| 2228 | 2026-07-18T16:38:31.068Z | Compiling slog-async v2.8.0 |
| 2229 | 2026-07-18T16:38:31.085Z | Compiling structmeta v0.3.0 |
| 2230 | 2026-07-18T16:38:31.168Z | Compiling smoltcp v0.11.0 |
| 2231 | 2026-07-18T16:38:31.231Z | Compiling proc-macro-crate v3.4.0 |
| 2232 | 2026-07-18T16:38:31.270Z | Compiling compression-codecs v0.4.37 |
| 2233 | 2026-07-18T16:38:31.310Z | Compiling derive-ex v0.1.8 |
| 2234 | 2026-07-18T16:38:31.425Z | Compiling hostname v0.3.1 |
| 2235 | 2026-07-18T16:38:31.557Z | Compiling ingot-macros v0.1.1 |
| 2236 | 2026-07-18T16:38:31.560Z | Compiling cipher v0.4.4 |
| 2237 | 2026-07-18T16:38:31.611Z | Compiling atomicwrites v0.4.4 |
| 2238 | 2026-07-18T16:38:31.655Z | Compiling slog-json v2.6.1 |
| 2239 | 2026-07-18T16:38:31.687Z | Compiling crossbeam-channel v0.5.15 |
| 2240 | 2026-07-18T16:38:31.831Z | Compiling half v2.7.1 |
| 2241 | 2026-07-18T16:38:31.920Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-07-18T16:38:31.946Z | Compiling cobs v0.3.0 |
| 2243 | 2026-07-18T16:38:31.954Z | Compiling universal-hash v0.5.1 |
| 2244 | 2026-07-18T16:38:32.114Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2245 | 2026-07-18T16:38:32.136Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-07-18T16:38:32.196Z | Compiling serde_spanned v1.1.1 |
| 2247 | 2026-07-18T16:38:32.231Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2248 | 2026-07-18T16:38:32.367Z | Compiling is-terminal v0.4.17 |
| 2249 | 2026-07-18T16:38:32.383Z | Compiling dropshot v0.17.1 |
| 2250 | 2026-07-18T16:38:32.491Z | Compiling proc-macro-error-attr v1.0.4 |
| 2251 | 2026-07-18T16:38:32.615Z | Compiling term v1.2.1 |
| 2252 | 2026-07-18T16:38:32.699Z | Compiling take_mut v0.2.2 |
| 2253 | 2026-07-18T16:38:32.716Z | Compiling convert_case v0.4.0 |
| 2254 | 2026-07-18T16:38:32.745Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2255 | 2026-07-18T16:38:32.760Z | Compiling opaque-debug v0.3.1 |
| 2256 | 2026-07-18T16:38:32.844Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2257 | 2026-07-18T16:38:32.859Z | Compiling ciborium-io v0.2.2 |
| 2258 | 2026-07-18T16:38:32.874Z | Compiling test-strategy v0.4.5 |
| 2259 | 2026-07-18T16:38:32.973Z | Compiling tokio-rustls v0.26.4 |
| 2260 | 2026-07-18T16:38:32.988Z | Compiling rustls-platform-verifier v0.6.2 |
| 2261 | 2026-07-18T16:38:33.041Z | Compiling tough v0.22.0 |
| 2262 | 2026-07-18T16:38:33.128Z | Compiling derive_more v0.99.20 |
| 2263 | 2026-07-18T16:38:33.143Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2264 | 2026-07-18T16:38:33.194Z | Compiling thiserror-no-std v2.0.2 |
| 2265 | 2026-07-18T16:38:33.213Z | Compiling hyper-rustls v0.27.7 |
| 2266 | 2026-07-18T16:38:33.283Z | Compiling slog-term v2.9.2 |
| 2267 | 2026-07-18T16:38:33.307Z | Compiling ciborium-ll v0.2.2 |
| 2268 | 2026-07-18T16:38:33.531Z | Compiling reqwest v0.13.2 |
| 2269 | 2026-07-18T16:38:33.592Z | Compiling poly1305 v0.8.0 |
| 2270 | 2026-07-18T16:38:33.984Z | Compiling async-stream v0.3.6 |
| 2271 | 2026-07-18T16:38:34.195Z | Compiling ingot-types v0.1.2 |
| 2272 | 2026-07-18T16:38:34.210Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2273 | 2026-07-18T16:38:34.285Z | Compiling postcard v1.1.3 |
| 2274 | 2026-07-18T16:38:34.463Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2026-07-18T16:38:34.541Z | Compiling chacha20 v0.9.1 |
| 2276 | 2026-07-18T16:38:34.565Z | Compiling num_enum_derive v0.7.6 |
| 2277 | 2026-07-18T16:38:34.665Z | Compiling ingot v0.1.1 |
| 2278 | 2026-07-18T16:38:34.681Z | Compiling async-compression v0.4.41 |
| 2279 | 2026-07-18T16:38:34.816Z | Compiling parse-display-derive v0.10.0 |
| 2280 | 2026-07-18T16:38:35.170Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2281 | 2026-07-18T16:38:35.188Z | Compiling sha1 v0.11.0 |
| 2282 | 2026-07-18T16:38:35.356Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2283 | 2026-07-18T16:38:35.576Z | Compiling proc-macro-crate v1.3.1 |
| 2284 | 2026-07-18T16:38:35.604Z | Compiling waitgroup v0.1.2 |
| 2285 | 2026-07-18T16:38:35.632Z | Compiling backon v1.6.0 |
| 2286 | 2026-07-18T16:38:35.915Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2287 | 2026-07-18T16:38:35.915Z | Compiling password-hash v0.5.0 |
| 2288 | 2026-07-18T16:38:35.948Z | Compiling rustls-pemfile v2.2.0 |
| 2289 | 2026-07-18T16:38:35.952Z | Compiling dropshot_endpoint v0.17.1 |
| 2290 | 2026-07-18T16:38:35.952Z | Compiling blake2 v0.10.6 |
| 2291 | 2026-07-18T16:38:36.018Z | Compiling aead v0.5.2 |
| 2292 | 2026-07-18T16:38:36.258Z | Compiling foreign-types-macros v0.2.3 |
| 2293 | 2026-07-18T16:38:36.284Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2294 | 2026-07-18T16:38:36.319Z | Compiling serde_path_to_error v0.1.20 |
| 2295 | 2026-07-18T16:38:36.484Z | Compiling hostname v0.4.2 |
| 2296 | 2026-07-18T16:38:36.563Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2297 | 2026-07-18T16:38:36.624Z | Compiling proc-macro-error v1.0.4 |
| 2298 | 2026-07-18T16:38:36.682Z | Compiling instant v0.1.13 |
| 2299 | 2026-07-18T16:38:36.736Z | Compiling foreign-types-shared v0.3.1 |
| 2300 | 2026-07-18T16:38:36.794Z | Compiling debug-ignore v1.0.5 |
| 2301 | 2026-07-18T16:38:36.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2302 | 2026-07-18T16:38:36.838Z | Compiling backoff v0.4.0 |
| 2303 | 2026-07-18T16:38:36.854Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2304 | 2026-07-18T16:38:36.890Z | Compiling foreign-types v0.5.0 |
| 2305 | 2026-07-18T16:38:36.922Z | Compiling parse-display v0.10.0 |
| 2306 | 2026-07-18T16:38:36.925Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2307 | 2026-07-18T16:38:36.925Z | Compiling argon2 v0.5.3 |
| 2308 | 2026-07-18T16:38:36.970Z | Compiling chacha20poly1305 v0.10.1 |
| 2309 | 2026-07-18T16:38:37.011Z | Compiling num_enum_derive v0.5.11 |
| 2310 | 2026-07-18T16:38:37.027Z | Compiling num_enum v0.7.6 |
| 2311 | 2026-07-18T16:38:37.052Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2312 | 2026-07-18T16:38:37.139Z | Compiling ciborium v0.2.2 |
| 2313 | 2026-07-18T16:38:37.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2314 | 2026-07-18T16:38:37.281Z | Compiling vsss-rs v3.3.4 |
| 2315 | 2026-07-18T16:38:37.322Z | Compiling tabwriter v1.4.1 |
| 2316 | 2026-07-18T16:38:37.438Z | Compiling regress v0.10.5 |
| 2317 | 2026-07-18T16:38:37.580Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-07-18T16:38:37.596Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2319 | 2026-07-18T16:38:37.648Z | Compiling cstr-argument v0.1.2 |
| 2320 | 2026-07-18T16:38:37.723Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2321 | 2026-07-18T16:38:37.782Z | Compiling humantime v2.3.0 |
| 2322 | 2026-07-18T16:38:37.838Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-07-18T16:38:37.987Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2324 | 2026-07-18T16:38:38.004Z | Compiling rayon v1.11.0 |
| 2325 | 2026-07-18T16:38:38.022Z | Compiling rand v0.10.1 |
| 2326 | 2026-07-18T16:38:38.038Z | Compiling num_enum v0.5.11 |
| 2327 | 2026-07-18T16:38:38.100Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2328 | 2026-07-18T16:38:38.158Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2329 | 2026-07-18T16:38:38.180Z | Compiling libefi-sys v0.1.0 |
| 2330 | 2026-07-18T16:38:38.243Z | Compiling indent_write v2.2.0 |
| 2331 | 2026-07-18T16:38:38.259Z | Compiling colored v3.1.1 |
| 2332 | 2026-07-18T16:38:38.262Z | Compiling zone_cfg_derive v0.3.1 |
| 2333 | 2026-07-18T16:38:38.287Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2334 | 2026-07-18T16:38:38.430Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2335 | 2026-07-18T16:38:38.452Z | Compiling camino-tempfile v1.4.1 |
| 2336 | 2026-07-18T16:38:38.548Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2337 | 2026-07-18T16:38:38.665Z | Compiling itertools v0.12.1 |
| 2338 | 2026-07-18T16:38:38.679Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-07-18T16:38:38.846Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-07-18T16:38:38.849Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-07-18T16:38:38.884Z | Compiling bitfield-struct v0.6.2 |
| 2342 | 2026-07-18T16:38:38.901Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2343 | 2026-07-18T16:38:38.934Z | Compiling blake3 v1.8.5 |
| 2344 | 2026-07-18T16:38:38.953Z | Compiling sigpipe v0.1.3 |
| 2345 | 2026-07-18T16:38:38.968Z | Compiling memmap v0.7.0 |
| 2346 | 2026-07-18T16:38:39.018Z | Compiling glob v0.3.3 |
| 2347 | 2026-07-18T16:38:39.060Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2348 | 2026-07-18T16:38:39.103Z | Compiling swrite v0.1.0 |
| 2349 | 2026-07-18T16:38:39.234Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2350 | 2026-07-18T16:38:39.406Z | Compiling smf v0.2.3 |
| 2351 | 2026-07-18T16:38:39.534Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2352 | 2026-07-18T16:38:39.538Z | Compiling filetime v0.2.27 |
| 2353 | 2026-07-18T16:38:39.567Z | Compiling arrayref v0.3.9 |
| 2354 | 2026-07-18T16:38:39.625Z | Compiling usdt v0.5.0 |
| 2355 | 2026-07-18T16:38:39.657Z | Compiling arrayvec v0.7.6 |
| 2356 | 2026-07-18T16:38:39.782Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-07-18T16:38:39.799Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2358 | 2026-07-18T16:38:39.802Z | Compiling whoami v1.6.1 |
| 2359 | 2026-07-18T16:38:39.830Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-07-18T16:38:39.865Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-18T16:38:39.880Z | Compiling xattr v1.6.1 |
| 2362 | 2026-07-18T16:38:39.924Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-18T16:38:40.042Z | Compiling zone v0.3.1 |
| 2364 | 2026-07-18T16:38:40.097Z | Compiling tar v0.4.46 |
| 2365 | 2026-07-18T16:38:40.165Z | Compiling tokio-dtrace v0.1.1 |
| 2366 | 2026-07-18T16:38:40.248Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2367 | 2026-07-18T16:38:40.265Z | Compiling console v0.16.2 |
| 2368 | 2026-07-18T16:38:40.280Z | Compiling gethostname v0.5.0 |
| 2369 | 2026-07-18T16:38:40.503Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-07-18T16:38:40.507Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-07-18T16:38:40.536Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-07-18T16:38:40.564Z | Compiling toml v0.8.23 |
| 2373 | 2026-07-18T16:38:40.599Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2374 | 2026-07-18T16:38:40.685Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-07-18T16:38:40.761Z | Compiling shell-words v1.1.1 |
| 2376 | 2026-07-18T16:38:50.115Z | Compiling progenitor-client v0.14.0 |
| 2377 | 2026-07-18T16:38:50.115Z | Compiling omicron-zone-package v0.12.3 |
| 2378 | 2026-07-18T16:38:50.358Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-07-18T16:38:50.740Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-07-18T16:38:50.756Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-07-18T16:38:50.858Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-07-18T16:38:50.891Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-07-18T16:38:50.894Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2384 | 2026-07-18T16:38:50.923Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2385 | 2026-07-18T16:38:51.060Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-07-18T16:38:51.225Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-07-18T16:38:51.774Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2388 | 2026-07-18T16:38:55.718Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-07-18T16:39:03.749Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-07-18T16:39:06.933Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-07-18T16:39:07.985Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-07-18T16:39:17.455Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2393 | 2026-07-18T16:39:17.600Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-07-18T16:39:17.668Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-07-18T16:39:17.671Z | Created new build target 'test' and set it as active |
| 2396 | 2026-07-18T16:39:17.674Z | |
| 2397 | 2026-07-18T16:39:17.674Z | real 1:40.796465911 |
| 2398 | 2026-07-18T16:39:17.674Z | user 16:26.134476860 |
| 2399 | 2026-07-18T16:39:17.674Z | sys 2:37.846064071 |
| 2400 | 2026-07-18T16:39:17.674Z | trap 0.455289921 |
| 2401 | 2026-07-18T16:39:17.674Z | tflt 2.390669406 |
| 2402 | 2026-07-18T16:39:17.674Z | dflt 4.285081313 |
| 2403 | 2026-07-18T16:39:17.674Z | kflt 0.000429710 |
| 2404 | 2026-07-18T16:39:17.674Z | lock 51:52.887775361 |
| 2405 | 2026-07-18T16:39:17.674Z | slp 42:19.946417820 |
| 2406 | 2026-07-18T16:39:17.674Z | lat 43.588693380 |
| 2407 | 2026-07-18T16:39:17.674Z | stop 5:23.174280481 |
| 2408 | 2026-07-18T16:39:17.674Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-07-18T16:39:18.516Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2410 | 2026-07-18T16:39:18.589Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-07-18T16:39:18.644Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-07-18T16:39:20.034Z | Compiling heck v0.5.0 |
| 2413 | 2026-07-18T16:39:20.034Z | Compiling regress v0.11.1 |
| 2414 | 2026-07-18T16:39:20.275Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-07-18T16:39:20.297Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-07-18T16:39:20.323Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2417 | 2026-07-18T16:39:20.326Z | Compiling unicode-width v0.1.14 |
| 2418 | 2026-07-18T16:39:20.365Z | Compiling derive-where v1.6.0 |
| 2419 | 2026-07-18T16:39:20.365Z | Compiling bytecount v0.6.9 |
| 2420 | 2026-07-18T16:39:20.368Z | Compiling atomicwrites v0.4.4 |
| 2421 | 2026-07-18T16:39:20.386Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-07-18T16:39:20.389Z | Compiling prettyplease v0.2.37 |
| 2423 | 2026-07-18T16:39:20.389Z | Compiling console v0.15.11 |
| 2424 | 2026-07-18T16:39:20.466Z | Compiling newline-converter v0.3.0 |
| 2425 | 2026-07-18T16:39:20.487Z | Compiling slog-dtrace v0.3.0 |
| 2426 | 2026-07-18T16:39:20.510Z | Compiling owo-colors v4.3.0 |
| 2427 | 2026-07-18T16:39:20.552Z | Compiling cancel-safe-futures v0.1.5 |
| 2428 | 2026-07-18T16:39:20.576Z | Compiling resolv-conf v0.7.6 |
| 2429 | 2026-07-18T16:39:20.599Z | Compiling num-rational v0.4.2 |
| 2430 | 2026-07-18T16:39:20.664Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-07-18T16:39:20.685Z | Compiling libsw-core v0.3.2 |
| 2432 | 2026-07-18T16:39:20.685Z | Compiling num-complex v0.4.6 |
| 2433 | 2026-07-18T16:39:20.748Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-07-18T16:39:20.811Z | Compiling serde_yaml v0.9.34+deprecated |
| 2435 | 2026-07-18T16:39:20.832Z | Compiling expectorate v1.2.0 |
| 2436 | 2026-07-18T16:39:20.923Z | Compiling compression-core v0.4.31 |
| 2437 | 2026-07-18T16:39:20.942Z | Compiling match_cfg v0.1.0 |
| 2438 | 2026-07-18T16:39:21.020Z | Compiling hostname v0.3.1 |
| 2439 | 2026-07-18T16:39:21.075Z | Compiling compression-codecs v0.4.37 |
| 2440 | 2026-07-18T16:39:21.097Z | Compiling libsw v3.5.0 |
| 2441 | 2026-07-18T16:39:21.175Z | Compiling num v0.4.3 |
| 2442 | 2026-07-18T16:39:21.207Z | Compiling slog-async v2.8.0 |
| 2443 | 2026-07-18T16:39:21.232Z | Compiling multer v3.1.0 |
| 2444 | 2026-07-18T16:39:21.270Z | Compiling crossbeam-channel v0.5.15 |
| 2445 | 2026-07-18T16:39:21.290Z | Compiling slog-json v2.6.1 |
| 2446 | 2026-07-18T16:39:21.313Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2447 | 2026-07-18T16:39:21.316Z | Compiling serde_spanned v1.1.1 |
| 2448 | 2026-07-18T16:39:21.358Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2449 | 2026-07-18T16:39:21.429Z | Compiling term v1.2.1 |
| 2450 | 2026-07-18T16:39:21.493Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2451 | 2026-07-18T16:39:21.527Z | Compiling float-ord v0.3.2 |
| 2452 | 2026-07-18T16:39:21.588Z | Compiling linked-hash-map v0.5.6 |
| 2453 | 2026-07-18T16:39:21.610Z | Compiling take_mut v0.2.2 |
| 2454 | 2026-07-18T16:39:21.613Z | Compiling linear-map v1.2.0 |
| 2455 | 2026-07-18T16:39:21.613Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2456 | 2026-07-18T16:39:21.613Z | Compiling slog-bunyan v2.5.0 |
| 2457 | 2026-07-18T16:39:21.692Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2458 | 2026-07-18T16:39:21.740Z | Compiling slog-term v2.9.2 |
| 2459 | 2026-07-18T16:39:21.759Z | Compiling async-compression v0.4.41 |
| 2460 | 2026-07-18T16:39:21.816Z | Compiling typify-impl v0.6.2 |
| 2461 | 2026-07-18T16:39:21.837Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2462 | 2026-07-18T16:39:21.883Z | Compiling lru-cache v0.1.2 |
| 2463 | 2026-07-18T16:39:21.935Z | Compiling dropshot v0.17.1 |
| 2464 | 2026-07-18T16:39:21.999Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2465 | 2026-07-18T16:39:22.106Z | Compiling async-stream v0.3.6 |
| 2466 | 2026-07-18T16:39:22.109Z | Compiling sha1 v0.11.0 |
| 2467 | 2026-07-18T16:39:22.147Z | Compiling progenitor-client v0.14.0 |
| 2468 | 2026-07-18T16:39:22.169Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2469 | 2026-07-18T16:39:22.190Z | Compiling waitgroup v0.1.2 |
| 2470 | 2026-07-18T16:39:22.255Z | Compiling rustls-pemfile v2.2.0 |
| 2471 | 2026-07-18T16:39:22.300Z | Compiling backon v1.6.0 |
| 2472 | 2026-07-18T16:39:22.303Z | Compiling hostname v0.4.2 |
| 2473 | 2026-07-18T16:39:22.351Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-07-18T16:39:22.374Z | Compiling instant v0.1.13 |
| 2475 | 2026-07-18T16:39:22.404Z | Compiling debug-ignore v1.0.5 |
| 2476 | 2026-07-18T16:39:22.477Z | Compiling minimal-lexical v0.2.1 |
| 2477 | 2026-07-18T16:39:22.498Z | Compiling progenitor-extras v0.2.0 |
| 2478 | 2026-07-18T16:39:22.498Z | Compiling backoff v0.4.0 |
| 2479 | 2026-07-18T16:39:22.542Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2480 | 2026-07-18T16:39:22.545Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2481 | 2026-07-18T16:39:22.546Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2482 | 2026-07-18T16:39:22.739Z | Compiling nom v7.1.3 |
| 2483 | 2026-07-18T16:39:22.783Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2484 | 2026-07-18T16:39:22.813Z | Compiling parse-display v0.10.0 |
| 2485 | 2026-07-18T16:39:22.834Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2486 | 2026-07-18T16:39:22.855Z | Compiling hickory-proto v0.24.4 |
| 2487 | 2026-07-18T16:39:23.105Z | Compiling regress v0.10.5 |
| 2488 | 2026-07-18T16:39:23.476Z | Compiling macaddr v1.0.1 |
| 2489 | 2026-07-18T16:39:23.498Z | Compiling humantime v2.3.0 |
| 2490 | 2026-07-18T16:39:23.541Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-07-18T16:39:23.753Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2492 | 2026-07-18T16:39:23.801Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2493 | 2026-07-18T16:39:23.921Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2494 | 2026-07-18T16:39:24.118Z | Compiling convert_case v0.10.0 |
| 2495 | 2026-07-18T16:39:24.146Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2496 | 2026-07-18T16:39:24.417Z | Compiling derive_more-impl v2.1.1 |
| 2497 | 2026-07-18T16:39:24.648Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2498 | 2026-07-18T16:39:24.909Z | Compiling toml v0.8.23 |
| 2499 | 2026-07-18T16:39:25.135Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2500 | 2026-07-18T16:39:25.163Z | Compiling papergrid v0.11.0 |
| 2501 | 2026-07-18T16:39:25.219Z | Compiling derive_more v2.1.1 |
| 2502 | 2026-07-18T16:39:25.310Z | Compiling tabled_derive v0.7.0 |
| 2503 | 2026-07-18T16:39:25.332Z | Compiling termtree v0.5.1 |
| 2504 | 2026-07-18T16:39:25.335Z | Compiling typify-macro v0.6.2 |
| 2505 | 2026-07-18T16:39:25.454Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-07-18T16:39:25.506Z | Compiling crossterm v0.29.0 |
| 2507 | 2026-07-18T16:39:25.553Z | Compiling phf_shared v0.12.1 |
| 2508 | 2026-07-18T16:39:25.827Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2509 | 2026-07-18T16:39:26.231Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2510 | 2026-07-18T16:39:26.376Z | Compiling tabled v0.15.0 |
| 2511 | 2026-07-18T16:39:26.441Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2512 | 2026-07-18T16:39:26.878Z | Compiling typify v0.6.2 |
| 2513 | 2026-07-18T16:39:27.163Z | Compiling progenitor-impl v0.14.0 |
| 2514 | 2026-07-18T16:39:27.594Z | Compiling qorb v0.4.1 |
| 2515 | 2026-07-18T16:39:28.491Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2516 | 2026-07-18T16:39:29.024Z | Compiling vte v0.14.1 |
| 2517 | 2026-07-18T16:39:29.282Z | Compiling csv-core v0.1.13 |
| 2518 | 2026-07-18T16:39:29.362Z | Compiling progenitor-macro v0.14.0 |
| 2519 | 2026-07-18T16:39:29.406Z | Compiling chrono-tz v0.10.4 |
| 2520 | 2026-07-18T16:39:29.721Z | Compiling highway v1.3.0 |
| 2521 | 2026-07-18T16:39:30.405Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2522 | 2026-07-18T16:39:30.473Z | Compiling csv v1.4.0 |
| 2523 | 2026-07-18T16:39:30.728Z | Compiling strip-ansi-escapes v0.2.1 |
| 2524 | 2026-07-18T16:39:30.787Z | Compiling phf v0.12.1 |
| 2525 | 2026-07-18T16:39:30.810Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2526 | 2026-07-18T16:39:30.993Z | Compiling const_format_proc_macros v0.2.34 |
| 2527 | 2026-07-18T16:39:31.016Z | Compiling fd-lock v4.0.4 |
| 2528 | 2026-07-18T16:39:31.194Z | Compiling peg-macros v0.8.5 |
| 2529 | 2026-07-18T16:39:31.296Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2530 | 2026-07-18T16:39:31.321Z | Compiling nu-ansi-term v0.50.3 |
| 2531 | 2026-07-18T16:39:31.866Z | Compiling const_format v0.2.35 |
| 2532 | 2026-07-18T16:39:31.931Z | Compiling reedline v0.40.0 |
| 2533 | 2026-07-18T16:39:32.264Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2534 | 2026-07-18T16:39:32.369Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2535 | 2026-07-18T16:39:32.481Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2536 | 2026-07-18T16:39:33.038Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-07-18T16:39:33.404Z | Compiling progenitor v0.14.0 |
| 2538 | 2026-07-18T16:39:33.487Z | Compiling peg v0.8.5 |
| 2539 | 2026-07-18T16:39:33.587Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2540 | 2026-07-18T16:39:33.608Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2541 | 2026-07-18T16:39:33.922Z | Compiling bcs v0.1.6 |
| 2542 | 2026-07-18T16:39:34.297Z | Compiling nom v8.0.0 |
| 2543 | 2026-07-18T16:39:34.372Z | Compiling semver v0.1.20 |
| 2544 | 2026-07-18T16:39:34.666Z | Compiling rustc_version v0.1.7 |
| 2545 | 2026-07-18T16:39:34.902Z | Compiling newtype_derive v0.1.6 |
| 2546 | 2026-07-18T16:39:35.152Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2547 | 2026-07-18T16:39:35.395Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2548 | 2026-07-18T16:39:35.632Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2549 | 2026-07-18T16:39:35.659Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2550 | 2026-07-18T16:39:35.762Z | Compiling unicode-linebreak v0.1.5 |
| 2551 | 2026-07-18T16:39:35.968Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2552 | 2026-07-18T16:39:36.072Z | Compiling smawk v0.3.2 |
| 2553 | 2026-07-18T16:39:36.264Z | Compiling textwrap v0.16.2 |
| 2554 | 2026-07-18T16:39:36.392Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2555 | 2026-07-18T16:39:36.413Z | Compiling steno v0.4.1 |
| 2556 | 2026-07-18T16:39:36.416Z | Compiling base64 v0.21.7 |
| 2557 | 2026-07-18T16:39:36.461Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2558 | 2026-07-18T16:39:36.965Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2559 | 2026-07-18T16:39:37.049Z | Compiling sha1 v0.10.6 |
| 2560 | 2026-07-18T16:39:37.087Z | Compiling utf-8 v0.7.6 |
| 2561 | 2026-07-18T16:39:37.334Z | Compiling tagptr v0.2.0 |
| 2562 | 2026-07-18T16:39:37.494Z | Compiling moka v0.12.13 |
| 2563 | 2026-07-18T16:39:37.527Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2564 | 2026-07-18T16:39:37.835Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2565 | 2026-07-18T16:39:37.960Z | Compiling tungstenite v0.21.0 |
| 2566 | 2026-07-18T16:39:38.010Z | Compiling display-error-chain v0.2.2 |
| 2567 | 2026-07-18T16:39:38.394Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2568 | 2026-07-18T16:39:38.431Z | Compiling radium v0.7.0 |
| 2569 | 2026-07-18T16:39:38.531Z | Compiling maybe-uninit v2.0.0 |
| 2570 | 2026-07-18T16:39:38.748Z | Compiling hickory-resolver v0.25.2 |
| 2571 | 2026-07-18T16:39:38.794Z | Compiling tokio-tungstenite v0.21.0 |
| 2572 | 2026-07-18T16:39:38.886Z | Compiling tap v1.0.1 |
| 2573 | 2026-07-18T16:39:39.041Z | Compiling wyz v0.5.1 |
| 2574 | 2026-07-18T16:39:39.186Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2575 | 2026-07-18T16:39:39.423Z | Compiling vergen-lib v0.1.6 |
| 2576 | 2026-07-18T16:39:39.601Z | Compiling zerocopy-derive v0.6.6 |
| 2577 | 2026-07-18T16:39:39.667Z | Compiling packed_struct v0.10.1 |
| 2578 | 2026-07-18T16:39:39.981Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2579 | 2026-07-18T16:39:40.131Z | Compiling crc-catalog v2.4.0 |
| 2580 | 2026-07-18T16:39:40.268Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-07-18T16:39:40.420Z | Compiling funty v2.0.0 |
| 2582 | 2026-07-18T16:39:40.551Z | Compiling zerocopy v0.6.6 |
| 2583 | 2026-07-18T16:39:40.944Z | Compiling bitvec v1.0.1 |
| 2584 | 2026-07-18T16:39:41.308Z | Compiling crc v3.4.0 |
| 2585 | 2026-07-18T16:39:41.540Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2586 | 2026-07-18T16:39:41.719Z | Compiling scheduled-thread-pool v0.2.7 |
| 2587 | 2026-07-18T16:39:41.976Z | Compiling dsl_auto_type v0.2.0 |
| 2588 | 2026-07-18T16:39:42.180Z | Compiling packed_struct_codegen v0.10.1 |
| 2589 | 2026-07-18T16:39:42.265Z | Compiling vergen-gitcl v1.0.8 |
| 2590 | 2026-07-18T16:39:42.319Z | Compiling bitfield-macros v0.19.4 |
| 2591 | 2026-07-18T16:39:42.507Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2592 | 2026-07-18T16:39:42.552Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2593 | 2026-07-18T16:39:42.666Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2594 | 2026-07-18T16:39:42.898Z | Compiling dirs-sys-next v0.1.2 |
| 2595 | 2026-07-18T16:39:42.918Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-07-18T16:39:43.074Z | Compiling indexmap v1.9.3 |
| 2597 | 2026-07-18T16:39:43.197Z | Compiling nodrop v0.1.14 |
| 2598 | 2026-07-18T16:39:43.230Z | Compiling crunchy v0.2.4 |
| 2599 | 2026-07-18T16:39:43.330Z | Compiling maplit v1.0.2 |
| 2600 | 2026-07-18T16:39:43.352Z | Compiling glob v0.3.3 |
| 2601 | 2026-07-18T16:39:43.375Z | Compiling proc-macro-error2 v2.0.1 |
| 2602 | 2026-07-18T16:39:43.494Z | Compiling array-init v0.0.4 |
| 2603 | 2026-07-18T16:39:43.692Z | Compiling bitfield v0.19.4 |
| 2604 | 2026-07-18T16:39:43.723Z | Compiling clang-sys v1.8.1 |
| 2605 | 2026-07-18T16:39:43.884Z | Compiling dirs-next v2.0.0 |
| 2606 | 2026-07-18T16:39:44.072Z | Compiling r2d2 v0.8.10 |
| 2607 | 2026-07-18T16:39:44.130Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-07-18T16:39:44.362Z | Compiling num-derive v0.3.3 |
| 2609 | 2026-07-18T16:39:44.397Z | Compiling downcast-rs v2.0.2 |
| 2610 | 2026-07-18T16:39:44.492Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-07-18T16:39:44.525Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-07-18T16:39:44.777Z | Compiling serde-hex v0.1.0 |
| 2613 | 2026-07-18T16:39:44.950Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-07-18T16:39:45.017Z | Compiling term v0.7.0 |
| 2615 | 2026-07-18T16:39:45.141Z | Compiling tabled_derive v0.11.0 |
| 2616 | 2026-07-18T16:39:45.267Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-07-18T16:39:45.292Z | Compiling libscf-sys v1.1.0 |
| 2618 | 2026-07-18T16:39:45.352Z | Compiling ron v0.8.1 |
| 2619 | 2026-07-18T16:39:45.462Z | Compiling papergrid v0.17.0 |
| 2620 | 2026-07-18T16:39:45.512Z | Compiling testing_table v0.3.0 |
| 2621 | 2026-07-18T16:39:45.545Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-07-18T16:39:45.673Z | Compiling crc-any v2.5.0 |
| 2623 | 2026-07-18T16:39:45.959Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-07-18T16:39:46.110Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-07-18T16:39:46.164Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-07-18T16:39:46.204Z | Compiling object v0.30.4 |
| 2627 | 2026-07-18T16:39:46.246Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2628 | 2026-07-18T16:39:46.350Z | Compiling ascii-canvas v3.0.0 |
| 2629 | 2026-07-18T16:39:46.609Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2630 | 2026-07-18T16:39:46.774Z | Compiling tabled v0.20.0 |
| 2631 | 2026-07-18T16:39:46.942Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2632 | 2026-07-18T16:39:47.158Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2633 | 2026-07-18T16:39:47.494Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2634 | 2026-07-18T16:39:47.711Z | Compiling progenitor-impl v0.13.0 |
| 2635 | 2026-07-18T16:39:47.783Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2636 | 2026-07-18T16:39:47.935Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-07-18T16:39:48.021Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2638 | 2026-07-18T16:39:48.128Z | Compiling itertools v0.10.5 |
| 2639 | 2026-07-18T16:39:48.208Z | Compiling ena v0.14.4 |
| 2640 | 2026-07-18T16:39:48.479Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2641 | 2026-07-18T16:39:48.505Z | Compiling libloading v0.8.9 |
| 2642 | 2026-07-18T16:39:48.660Z | Compiling diesel v2.3.7 |
| 2643 | 2026-07-18T16:39:48.732Z | Compiling unicase v2.9.0 |
| 2644 | 2026-07-18T16:39:48.754Z | Compiling xshell-macros v0.2.7 |
| 2645 | 2026-07-18T16:39:49.039Z | Compiling diff v0.1.13 |
| 2646 | 2026-07-18T16:39:49.182Z | Compiling bindgen v0.71.1 |
| 2647 | 2026-07-18T16:39:49.277Z | Compiling regex-syntax v0.6.29 |
| 2648 | 2026-07-18T16:39:49.316Z | Compiling path-slash v0.1.5 |
| 2649 | 2026-07-18T16:39:49.448Z | Compiling xshell v0.2.7 |
| 2650 | 2026-07-18T16:39:49.500Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2651 | 2026-07-18T16:39:49.939Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2652 | 2026-07-18T16:39:50.743Z | Compiling lalrpop v0.19.12 |
| 2653 | 2026-07-18T16:39:51.096Z | Compiling progenitor-macro v0.13.0 |
| 2654 | 2026-07-18T16:39:51.181Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2655 | 2026-07-18T16:39:52.089Z | Compiling cexpr v0.6.0 |
| 2656 | 2026-07-18T16:39:52.479Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2657 | 2026-07-18T16:39:52.721Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2658 | 2026-07-18T16:39:52.724Z | Compiling progenitor-client v0.13.0 |
| 2659 | 2026-07-18T16:39:53.204Z | Compiling rustc-hash v2.1.1 |
| 2660 | 2026-07-18T16:39:53.276Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2661 | 2026-07-18T16:39:54.459Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2662 | 2026-07-18T16:39:54.671Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2663 | 2026-07-18T16:39:55.131Z | Compiling progenitor v0.13.0 |
| 2664 | 2026-07-18T16:39:55.154Z | Compiling headers-core v0.3.0 |
| 2665 | 2026-07-18T16:39:55.317Z | Compiling libxml v0.3.3 |
| 2666 | 2026-07-18T16:39:55.338Z | Compiling crc8 v0.1.1 |
| 2667 | 2026-07-18T16:39:55.359Z | Compiling headers v0.4.1 |
| 2668 | 2026-07-18T16:39:55.476Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-07-18T16:39:55.636Z | Compiling strum_macros v0.24.3 |
| 2670 | 2026-07-18T16:39:55.694Z | Compiling indoc v1.0.9 |
| 2671 | 2026-07-18T16:39:55.748Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2672 | 2026-07-18T16:39:55.798Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2673 | 2026-07-18T16:39:56.080Z | Compiling derive_builder v0.20.2 |
| 2674 | 2026-07-18T16:39:56.180Z | Compiling oso-derive v0.27.3 |
| 2675 | 2026-07-18T16:39:56.257Z | Compiling quick-xml v0.37.5 |
| 2676 | 2026-07-18T16:39:56.491Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2677 | 2026-07-18T16:39:56.706Z | Compiling openssl-probe v0.1.6 |
| 2678 | 2026-07-18T16:39:56.924Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-07-18T16:39:57.000Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2680 | 2026-07-18T16:39:57.021Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-07-18T16:39:57.258Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2682 | 2026-07-18T16:39:57.571Z | Compiling bb8 v0.8.6 |
| 2683 | 2026-07-18T16:39:57.654Z | Compiling trait-variant v0.1.2 |
| 2684 | 2026-07-18T16:39:57.790Z | Compiling half v1.8.3 |
| 2685 | 2026-07-18T16:39:57.991Z | Compiling samael v0.0.19 |
| 2686 | 2026-07-18T16:39:58.020Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2687 | 2026-07-18T16:39:58.238Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2688 | 2026-07-18T16:39:58.261Z | Compiling polar-core v0.27.3 |
| 2689 | 2026-07-18T16:39:58.281Z | Compiling serde_cbor v0.11.2 |
| 2690 | 2026-07-18T16:39:58.773Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2691 | 2026-07-18T16:39:58.998Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-07-18T16:39:59.205Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2693 | 2026-07-18T16:39:59.276Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2694 | 2026-07-18T16:39:59.310Z | Compiling nonempty v0.12.0 |
| 2695 | 2026-07-18T16:39:59.363Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2696 | 2026-07-18T16:39:59.527Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2697 | 2026-07-18T16:39:59.594Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2698 | 2026-07-18T16:39:59.648Z | Compiling fxhash v0.2.1 |
| 2699 | 2026-07-18T16:39:59.814Z | Compiling libz-sys v1.1.24 |
| 2700 | 2026-07-18T16:40:00.011Z | Compiling salty v0.3.0 |
| 2701 | 2026-07-18T16:40:00.350Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2702 | 2026-07-18T16:40:00.681Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2703 | 2026-07-18T16:40:00.913Z | Compiling kstat-rs v0.2.4 |
| 2704 | 2026-07-18T16:40:01.388Z | Compiling arc-swap v1.8.2 |
| 2705 | 2026-07-18T16:40:01.458Z | Compiling fs-err v2.11.0 |
| 2706 | 2026-07-18T16:40:01.883Z | Compiling slog-scope v4.4.1 |
| 2707 | 2026-07-18T16:40:01.916Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2708 | 2026-07-18T16:40:01.940Z | Compiling mime_guess v2.0.5 |
| 2709 | 2026-07-18T16:40:01.962Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2710 | 2026-07-18T16:40:02.473Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2711 | 2026-07-18T16:40:02.619Z | Compiling rfc6979 v0.4.0 |
| 2712 | 2026-07-18T16:40:02.826Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2713 | 2026-07-18T16:40:03.126Z | Compiling nanorand v0.7.0 |
| 2714 | 2026-07-18T16:40:03.429Z | Compiling darling_core v0.23.0 |
| 2715 | 2026-07-18T16:40:03.492Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2716 | 2026-07-18T16:40:03.834Z | Compiling parking_lot_core v0.8.6 |
| 2717 | 2026-07-18T16:40:04.175Z | Compiling flume v0.11.1 |
| 2718 | 2026-07-18T16:40:04.238Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2719 | 2026-07-18T16:40:04.577Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2720 | 2026-07-18T16:40:05.580Z | Compiling ecdsa v0.16.9 |
| 2721 | 2026-07-18T16:40:05.685Z | Compiling darling_macro v0.23.0 |
| 2722 | 2026-07-18T16:40:05.763Z | Compiling slog-stdlog v4.1.1 |
| 2723 | 2026-07-18T16:40:06.228Z | Compiling diesel-dtrace v0.5.0 |
| 2724 | 2026-07-18T16:40:06.231Z | Compiling async-bb8-diesel v0.2.1 |
| 2725 | 2026-07-18T16:40:06.409Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2726 | 2026-07-18T16:40:06.501Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2727 | 2026-07-18T16:40:06.580Z | Compiling primeorder v0.13.6 |
| 2728 | 2026-07-18T16:40:06.669Z | Compiling git-stub v1.0.0 |
| 2729 | 2026-07-18T16:40:06.895Z | Compiling atty v0.2.14 |
| 2730 | 2026-07-18T16:40:06.936Z | Compiling strsim v0.10.0 |
| 2731 | 2026-07-18T16:40:07.044Z | Compiling http-range v0.1.5 |
| 2732 | 2026-07-18T16:40:07.292Z | Compiling oso v0.27.3 |
| 2733 | 2026-07-18T16:40:07.375Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2734 | 2026-07-18T16:40:07.638Z | Compiling parse-size v1.1.0 |
| 2735 | 2026-07-18T16:40:07.766Z | Compiling instability v0.3.11 |
| 2736 | 2026-07-18T16:40:07.872Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2737 | 2026-07-18T16:40:08.089Z | Compiling darling_core v0.13.4 |
| 2738 | 2026-07-18T16:40:09.490Z | Compiling git-stub-vcs v0.1.0 |
| 2739 | 2026-07-18T16:40:09.756Z | Compiling p384 v0.13.1 |
| 2740 | 2026-07-18T16:40:09.848Z | Compiling darling v0.23.0 |
| 2741 | 2026-07-18T16:40:09.962Z | Compiling slog-envlogger v2.2.0 |
| 2742 | 2026-07-18T16:40:11.132Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2743 | 2026-07-18T16:40:11.843Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2744 | 2026-07-18T16:40:11.898Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2745 | 2026-07-18T16:40:13.357Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2746 | 2026-07-18T16:40:14.097Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2747 | 2026-07-18T16:40:14.122Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2748 | 2026-07-18T16:40:14.251Z | Compiling ignore v0.4.25 |
| 2749 | 2026-07-18T16:40:14.366Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2750 | 2026-07-18T16:40:14.689Z | Compiling vergen-git2 v9.1.0 |
| 2751 | 2026-07-18T16:40:14.932Z | Compiling castaway v0.2.4 |
| 2752 | 2026-07-18T16:40:15.088Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-07-18T16:40:15.336Z | Compiling indoc v2.0.7 |
| 2754 | 2026-07-18T16:40:15.833Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-07-18T16:40:15.858Z | Compiling compact_str v0.8.1 |
| 2756 | 2026-07-18T16:40:16.589Z | Compiling globwalk v0.9.1 |
| 2757 | 2026-07-18T16:40:17.035Z | Compiling parking_lot v0.11.2 |
| 2758 | 2026-07-18T16:40:17.056Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2759 | 2026-07-18T16:40:17.250Z | Compiling hyper-staticfile v0.10.1 |
| 2760 | 2026-07-18T16:40:17.509Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2761 | 2026-07-18T16:40:17.713Z | Compiling darling_macro v0.13.4 |
| 2762 | 2026-07-18T16:40:17.999Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2763 | 2026-07-18T16:40:18.245Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2764 | 2026-07-18T16:40:18.283Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2765 | 2026-07-18T16:40:18.348Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-07-18T16:40:18.431Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2767 | 2026-07-18T16:40:18.663Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2768 | 2026-07-18T16:40:19.063Z | Compiling predicates-tree v1.0.13 |
| 2769 | 2026-07-18T16:40:19.198Z | Compiling unicode-truncate v1.1.0 |
| 2770 | 2026-07-18T16:40:19.416Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2771 | 2026-07-18T16:40:19.523Z | Compiling lru v0.12.5 |
| 2772 | 2026-07-18T16:40:19.662Z | Compiling rand_seeder v0.4.0 |
| 2773 | 2026-07-18T16:40:19.741Z | Compiling prefix-trie v0.7.0 |
| 2774 | 2026-07-18T16:40:19.764Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2775 | 2026-07-18T16:40:19.925Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2776 | 2026-07-18T16:40:20.054Z | Compiling cassowary v0.3.0 |
| 2777 | 2026-07-18T16:40:20.209Z | Compiling corncobs v0.1.4 |
| 2778 | 2026-07-18T16:40:20.234Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2779 | 2026-07-18T16:40:20.256Z | Compiling hickory-server v0.25.2 |
| 2780 | 2026-07-18T16:40:20.307Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2781 | 2026-07-18T16:40:20.356Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-07-18T16:40:20.459Z | Compiling ratatui v0.29.0 |
| 2783 | 2026-07-18T16:40:20.510Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2784 | 2026-07-18T16:40:20.532Z | Compiling camino-tempfile-ext v0.3.3 |
| 2785 | 2026-07-18T16:40:20.772Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-07-18T16:40:20.803Z | Compiling darling v0.13.4 |
| 2787 | 2026-07-18T16:40:20.967Z | Compiling sled v0.34.7 |
| 2788 | 2026-07-18T16:40:21.144Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2789 | 2026-07-18T16:40:21.505Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2790 | 2026-07-18T16:40:21.629Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2791 | 2026-07-18T16:40:22.344Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2792 | 2026-07-18T16:40:23.565Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2793 | 2026-07-18T16:40:24.143Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2794 | 2026-07-18T16:40:24.235Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2795 | 2026-07-18T16:40:24.383Z | Compiling secrecy v0.8.0 |
| 2796 | 2026-07-18T16:40:24.479Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-07-18T16:40:24.821Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-07-18T16:40:25.365Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2799 | 2026-07-18T16:40:25.910Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-07-18T16:40:26.244Z | Compiling serde_with_macros v1.5.2 |
| 2801 | 2026-07-18T16:40:26.677Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2802 | 2026-07-18T16:40:27.238Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2803 | 2026-07-18T16:40:27.701Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2804 | 2026-07-18T16:40:27.918Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2805 | 2026-07-18T16:40:28.161Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2806 | 2026-07-18T16:40:28.396Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2807 | 2026-07-18T16:40:28.643Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2808 | 2026-07-18T16:40:28.716Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-07-18T16:40:28.883Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2810 | 2026-07-18T16:40:28.956Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2811 | 2026-07-18T16:40:29.128Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2812 | 2026-07-18T16:40:29.200Z | Compiling void v1.0.2 |
| 2813 | 2026-07-18T16:40:29.344Z | Compiling git2 v0.20.4 |
| 2814 | 2026-07-18T16:40:29.367Z | Compiling lzss v0.8.2 |
| 2815 | 2026-07-18T16:40:29.746Z | Compiling illumos-nvpair v0.3.0 |
| 2816 | 2026-07-18T16:40:29.959Z | Compiling serde_with v1.14.0 |
| 2817 | 2026-07-18T16:40:30.242Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2818 | 2026-07-18T16:40:30.670Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2819 | 2026-07-18T16:40:31.137Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2820 | 2026-07-18T16:40:31.262Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2821 | 2026-07-18T16:40:32.344Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2822 | 2026-07-18T16:40:32.770Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2823 | 2026-07-18T16:40:32.988Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2824 | 2026-07-18T16:40:33.279Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2825 | 2026-07-18T16:40:34.010Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2826 | 2026-07-18T16:40:34.258Z | Compiling tungstenite v0.23.0 |
| 2827 | 2026-07-18T16:40:34.336Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-07-18T16:40:34.639Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2829 | 2026-07-18T16:40:36.036Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2830 | 2026-07-18T16:40:36.270Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2831 | 2026-07-18T16:40:36.369Z | Compiling nix v0.27.1 |
| 2832 | 2026-07-18T16:40:36.518Z | Compiling twox-hash v2.1.2 |
| 2833 | 2026-07-18T16:40:36.612Z | Compiling serde_bytes v0.11.19 |
| 2834 | 2026-07-18T16:40:36.774Z | Compiling tokio-tungstenite v0.23.1 |
| 2835 | 2026-07-18T16:40:36.913Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2836 | 2026-07-18T16:40:37.026Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2837 | 2026-07-18T16:40:37.156Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2838 | 2026-07-18T16:40:37.211Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2839 | 2026-07-18T16:40:37.401Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2840 | 2026-07-18T16:40:37.606Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2841 | 2026-07-18T16:40:38.967Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2842 | 2026-07-18T16:40:39.612Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-07-18T16:40:41.409Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2844 | 2026-07-18T16:40:41.661Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-07-18T16:40:41.833Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2846 | 2026-07-18T16:40:42.109Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2847 | 2026-07-18T16:40:42.359Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-07-18T16:40:42.406Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2849 | 2026-07-18T16:40:42.717Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-07-18T16:40:42.977Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-07-18T16:40:43.312Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2852 | 2026-07-18T16:40:43.903Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2853 | 2026-07-18T16:40:44.418Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2854 | 2026-07-18T16:40:45.929Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-07-18T16:40:47.580Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2856 | 2026-07-18T16:40:47.992Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-07-18T16:40:48.093Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-07-18T16:40:48.440Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-07-18T16:40:48.668Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2860 | 2026-07-18T16:40:48.704Z | Compiling signal-hook-tokio v0.3.1 |
| 2861 | 2026-07-18T16:40:48.906Z | Compiling fatfs v0.3.6 |
| 2862 | 2026-07-18T16:40:49.546Z | Compiling yasna v0.5.2 |
| 2863 | 2026-07-18T16:40:49.569Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2864 | 2026-07-18T16:40:49.668Z | Compiling is_ci v1.2.0 |
| 2865 | 2026-07-18T16:40:49.894Z | Compiling assert_matches v1.5.0 |
| 2866 | 2026-07-18T16:40:49.997Z | Compiling seq-macro v0.3.6 |
| 2867 | 2026-07-18T16:40:50.159Z | Compiling rcgen v0.12.1 |
| 2868 | 2026-07-18T16:40:50.509Z | Compiling supports-color v3.0.2 |
| 2869 | 2026-07-18T16:40:50.787Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2870 | 2026-07-18T16:40:51.142Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2871 | 2026-07-18T16:40:51.920Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2872 | 2026-07-18T16:40:53.407Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2873 | 2026-07-18T16:40:53.630Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2874 | 2026-07-18T16:40:53.695Z | Compiling port-file v0.1.0 |
| 2875 | 2026-07-18T16:40:53.882Z | Compiling rtoolbox v0.0.3 |
| 2876 | 2026-07-18T16:40:54.043Z | Compiling subprocess v0.2.15 |
| 2877 | 2026-07-18T16:40:54.173Z | Compiling rpassword v7.4.0 |
| 2878 | 2026-07-18T16:40:54.496Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2879 | 2026-07-18T16:40:54.752Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2880 | 2026-07-18T16:40:55.752Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2881 | 2026-07-18T16:40:56.267Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2882 | 2026-07-18T16:40:56.404Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2883 | 2026-07-18T16:40:57.200Z | Compiling tui-tree-widget v0.23.1 |
| 2884 | 2026-07-18T16:40:57.489Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2885 | 2026-07-18T16:40:58.885Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2886 | 2026-07-18T16:40:59.545Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2887 | 2026-07-18T16:40:59.787Z | Compiling uzers v0.12.2 |
| 2888 | 2026-07-18T16:40:59.894Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2889 | 2026-07-18T16:41:00.359Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2890 | 2026-07-18T16:41:01.394Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2891 | 2026-07-18T16:41:01.848Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2892 | 2026-07-18T16:41:03.645Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2893 | 2026-07-18T16:41:04.539Z | Compiling support-bundle-viewer v0.1.2 |
| 2894 | 2026-07-18T16:41:05.824Z | Compiling multimap v0.10.1 |
| 2895 | 2026-07-18T16:41:20.319Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2896 | 2026-07-18T16:41:21.122Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2897 | 2026-07-18T16:41:27.546Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2898 | 2026-07-18T16:41:27.760Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2899 | 2026-07-18T16:41:27.875Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2900 | 2026-07-18T16:48:49.455Z | Finished `release` profile [optimized] target(s) in 9m 30s |
| 2901 | 2026-07-18T16:49:38.107Z | |
| 2902 | 2026-07-18T16:49:38.107Z | real 10:20.410078770 |
| 2903 | 2026-07-18T16:49:38.107Z | user 1:19:56.674202618 |
| 2904 | 2026-07-18T16:49:38.110Z | sys 3:29.987460471 |
| 2905 | 2026-07-18T16:49:38.110Z | trap 1.797280488 |
| 2906 | 2026-07-18T16:49:38.110Z | tflt 2.224060703 |
| 2907 | 2026-07-18T16:49:38.110Z | dflt 16.834770991 |
| 2908 | 2026-07-18T16:49:38.110Z | kflt 0.005119090 |
| 2909 | 2026-07-18T16:49:38.110Z | lock 7:25:09.255890705 |
| 2910 | 2026-07-18T16:49:38.110Z | slp 2:16:02.296841175 |
| 2911 | 2026-07-18T16:49:38.110Z | lat 2:26.247616554 |
| 2912 | 2026-07-18T16:49:38.110Z | stop 5:10.535805002 |
| 2913 | 2026-07-18T16:49:38.110Z | + mapfile -t packages |
| 2914 | 2026-07-18T16:49:38.110Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2915 | 2026-07-18T16:49:39.015Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2916 | 2026-07-18T16:49:39.092Z | Running `target/release/omicron-package -t test list-outputs` |
| 2917 | 2026-07-18T16:49:39.154Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2918 | 2026-07-18T16:49:39.157Z | + ptime -m cargo build --locked --release -p xtask |
| 2919 | 2026-07-18T16:49:39.623Z | Compiling libc v0.2.185 |
| 2920 | 2026-07-18T16:49:39.624Z | Compiling serde_core v1.0.228 |
| 2921 | 2026-07-18T16:49:39.624Z | Compiling serde v1.0.228 |
| 2922 | 2026-07-18T16:49:39.627Z | Compiling rustix v1.1.3 |
| 2923 | 2026-07-18T16:49:39.627Z | Compiling bitflags v2.11.0 |
| 2924 | 2026-07-18T16:49:39.744Z | Compiling serde_json v1.0.150 |
| 2925 | 2026-07-18T16:49:39.774Z | Compiling usdt-impl v0.5.0 |
| 2926 | 2026-07-18T16:49:39.791Z | Compiling syn v2.0.117 |
| 2927 | 2026-07-18T16:49:39.801Z | Compiling syn v1.0.109 |
| 2928 | 2026-07-18T16:49:39.813Z | Compiling log v0.4.29 |
| 2929 | 2026-07-18T16:49:39.822Z | Compiling getrandom v0.4.1 |
| 2930 | 2026-07-18T16:49:39.835Z | Compiling indexmap v2.14.0 |
| 2931 | 2026-07-18T16:49:39.850Z | Compiling fs-err v3.3.0 |
| 2932 | 2026-07-18T16:49:40.093Z | Compiling anyhow v1.0.102 |
| 2933 | 2026-07-18T16:49:40.093Z | Compiling heck v0.4.1 |
| 2934 | 2026-07-18T16:49:40.119Z | Compiling once_cell v1.21.3 |
| 2935 | 2026-07-18T16:49:40.526Z | Compiling thread-id v4.2.2 |
| 2936 | 2026-07-18T16:49:40.569Z | Compiling errno v0.3.14 |
| 2937 | 2026-07-18T16:49:40.572Z | Compiling memmap v0.7.0 |
| 2938 | 2026-07-18T16:49:41.277Z | Compiling proc-macro-error v1.0.4 |
| 2939 | 2026-07-18T16:49:41.519Z | Compiling tabled_derive v0.7.0 |
| 2940 | 2026-07-18T16:49:41.553Z | Compiling terminal_size v0.4.3 |
| 2941 | 2026-07-18T16:49:41.553Z | Compiling tempfile v3.25.0 |
| 2942 | 2026-07-18T16:49:41.656Z | Compiling clap_builder v4.6.0 |
| 2943 | 2026-07-18T16:49:41.656Z | Compiling textwrap v0.16.2 |
| 2944 | 2026-07-18T16:49:41.863Z | Compiling camino v1.2.2 |
| 2945 | 2026-07-18T16:49:41.881Z | Compiling semver v1.0.28 |
| 2946 | 2026-07-18T16:49:41.898Z | Compiling cargo-platform v0.3.2 |
| 2947 | 2026-07-18T16:49:41.962Z | Compiling pest_generator v2.8.6 |
| 2948 | 2026-07-18T16:49:42.174Z | Compiling camino-tempfile v1.4.1 |
| 2949 | 2026-07-18T16:49:42.251Z | Compiling tabled v0.15.0 |
| 2950 | 2026-07-18T16:49:42.571Z | Compiling serde_derive v1.0.228 |
| 2951 | 2026-07-18T16:49:42.571Z | Compiling thiserror-impl v1.0.69 |
| 2952 | 2026-07-18T16:49:42.575Z | Compiling zerocopy-derive v0.7.35 |
| 2953 | 2026-07-18T16:49:42.575Z | Compiling pest_derive v2.8.6 |
| 2954 | 2026-07-18T16:49:42.575Z | Compiling scroll_derive v0.12.1 |
| 2955 | 2026-07-18T16:49:42.575Z | Compiling thiserror-impl v2.0.18 |
| 2956 | 2026-07-18T16:49:42.575Z | Compiling clap_derive v4.6.1 |
| 2957 | 2026-07-18T16:49:43.302Z | Compiling scroll v0.12.0 |
| 2958 | 2026-07-18T16:49:43.467Z | Compiling zerocopy v0.7.35 |
| 2959 | 2026-07-18T16:49:43.576Z | Compiling goblin v0.8.2 |
| 2960 | 2026-07-18T16:49:43.760Z | Compiling thiserror v1.0.69 |
| 2961 | 2026-07-18T16:49:43.876Z | Compiling dtrace-parser v0.2.0 |
| 2962 | 2026-07-18T16:49:43.987Z | Compiling thiserror v2.0.18 |
| 2963 | 2026-07-18T16:49:44.042Z | Compiling clap v4.6.1 |
| 2964 | 2026-07-18T16:49:45.749Z | Compiling dof v0.3.0 |
| 2965 | 2026-07-18T16:49:45.762Z | Compiling serde_tokenstream v0.2.3 |
| 2966 | 2026-07-18T16:49:45.789Z | Compiling toml_datetime v0.6.11 |
| 2967 | 2026-07-18T16:49:45.944Z | Compiling serde_spanned v0.6.9 |
| 2968 | 2026-07-18T16:49:45.955Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2969 | 2026-07-18T16:49:45.959Z | Compiling cargo_metadata v0.23.1 |
| 2970 | 2026-07-18T16:49:45.967Z | Compiling macaddr v1.0.1 |
| 2971 | 2026-07-18T16:49:46.069Z | Compiling toml_edit v0.22.27 |
| 2972 | 2026-07-18T16:49:46.464Z | Compiling usdt-attr-macro v0.5.0 |
| 2973 | 2026-07-18T16:49:46.467Z | Compiling usdt-macro v0.5.0 |
| 2974 | 2026-07-18T16:49:47.124Z | Compiling usdt v0.5.0 |
| 2975 | 2026-07-18T16:49:47.608Z | Compiling toml v0.8.23 |
| 2976 | 2026-07-18T16:49:48.051Z | Compiling cargo_toml v0.21.0 |
| 2977 | 2026-07-18T16:49:52.502Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2978 | 2026-07-18T16:49:55.735Z | Finished `release` profile [optimized] target(s) in 16.56s |
| 2979 | 2026-07-18T16:49:55.840Z | |
| 2980 | 2026-07-18T16:49:55.840Z | real 16.649492204 |
| 2981 | 2026-07-18T16:49:55.840Z | user 2:05.735400957 |
| 2982 | 2026-07-18T16:49:55.840Z | sys 14.144483695 |
| 2983 | 2026-07-18T16:49:55.840Z | trap 0.062928590 |
| 2984 | 2026-07-18T16:49:55.840Z | tflt 0.487625305 |
| 2985 | 2026-07-18T16:49:55.843Z | dflt 1.732155527 |
| 2986 | 2026-07-18T16:49:55.843Z | kflt 0.000019960 |
| 2987 | 2026-07-18T16:49:55.843Z | lock 4:28.020836627 |
| 2988 | 2026-07-18T16:49:55.843Z | slp 2:43.181946393 |
| 2989 | 2026-07-18T16:49:55.843Z | lat 3.992790999 |
| 2990 | 2026-07-18T16:49:55.843Z | stop 15.196890774 |
| 2991 | 2026-07-18T16:49:55.843Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2992 | 2026-07-18T16:49:55.843Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2993 | 2026-07-18T16:49:55.843Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2994 | 2026-07-18T16:49:55.844Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2995 | 2026-07-18T16:49:55.844Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2996 | 2026-07-18T16:49:56.762Z | Compiling progenitor-client v0.14.0 |
| 2997 | 2026-07-18T16:49:56.762Z | Compiling newtype-uuid-macros v0.1.0 |
| 2998 | 2026-07-18T16:49:56.762Z | Compiling match_cfg v0.1.0 |
| 2999 | 2026-07-18T16:49:56.762Z | Compiling slog-json v2.6.1 |
| 3000 | 2026-07-18T16:49:56.762Z | Compiling structmeta-derive v0.3.0 |
| 3001 | 2026-07-18T16:49:56.765Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3002 | 2026-07-18T16:49:56.765Z | Compiling sha1 v0.11.0 |
| 3003 | 2026-07-18T16:49:56.766Z | Compiling multer v3.1.0 |
| 3004 | 2026-07-18T16:49:56.766Z | Compiling debug-ignore v1.0.5 |
| 3005 | 2026-07-18T16:49:56.766Z | Compiling compression-core v0.4.31 |
| 3006 | 2026-07-18T16:49:56.913Z | Compiling itertools v0.14.0 |
| 3007 | 2026-07-18T16:49:56.916Z | Compiling async-stream-impl v0.3.6 |
| 3008 | 2026-07-18T16:49:56.916Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3009 | 2026-07-18T16:49:56.927Z | Compiling serde_spanned v1.1.1 |
| 3010 | 2026-07-18T16:49:56.955Z | Compiling dropshot v0.17.1 |
| 3011 | 2026-07-18T16:49:56.971Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3012 | 2026-07-18T16:49:57.062Z | Compiling compression-codecs v0.4.37 |
| 3013 | 2026-07-18T16:49:57.133Z | Compiling waitgroup v0.1.2 |
| 3014 | 2026-07-18T16:49:57.149Z | Compiling rustls-pemfile v2.2.0 |
| 3015 | 2026-07-18T16:49:57.258Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3016 | 2026-07-18T16:49:57.292Z | Compiling hostname v0.3.1 |
| 3017 | 2026-07-18T16:49:57.311Z | Compiling async-compression v0.4.41 |
| 3018 | 2026-07-18T16:49:57.349Z | Compiling dropshot_endpoint v0.17.1 |
| 3019 | 2026-07-18T16:49:57.388Z | Compiling serde_path_to_error v0.1.20 |
| 3020 | 2026-07-18T16:49:57.392Z | Compiling hostname v0.4.2 |
| 3021 | 2026-07-18T16:49:57.392Z | Compiling atomicwrites v0.4.4 |
| 3022 | 2026-07-18T16:49:57.438Z | Compiling slog-bunyan v2.5.0 |
| 3023 | 2026-07-18T16:49:57.472Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3024 | 2026-07-18T16:49:57.488Z | Compiling macaddr v1.0.1 |
| 3025 | 2026-07-18T16:49:57.525Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3026 | 2026-07-18T16:49:57.545Z | Compiling instant v0.1.13 |
| 3027 | 2026-07-18T16:49:57.581Z | Compiling regress v0.10.5 |
| 3028 | 2026-07-18T16:49:57.584Z | Compiling async-stream v0.3.6 |
| 3029 | 2026-07-18T16:49:57.615Z | Compiling backon v1.6.0 |
| 3030 | 2026-07-18T16:49:57.647Z | Compiling backoff v0.4.0 |
| 3031 | 2026-07-18T16:49:57.664Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3032 | 2026-07-18T16:49:57.680Z | Compiling humantime v2.3.0 |
| 3033 | 2026-07-18T16:49:57.683Z | Compiling half v2.7.1 |
| 3034 | 2026-07-18T16:49:57.711Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3035 | 2026-07-18T16:49:57.746Z | Compiling ciborium-io v0.2.2 |
| 3036 | 2026-07-18T16:49:57.746Z | Compiling crucible-workspace-hack v0.1.0 |
| 3037 | 2026-07-18T16:49:57.779Z | Compiling regress v0.11.1 |
| 3038 | 2026-07-18T16:49:57.840Z | Compiling progenitor-extras v0.2.0 |
| 3039 | 2026-07-18T16:49:57.863Z | Compiling convert_case v0.4.0 |
| 3040 | 2026-07-18T16:49:57.880Z | Compiling secrecy v0.10.3 |
| 3041 | 2026-07-18T16:49:57.964Z | Compiling ciborium-ll v0.2.2 |
| 3042 | 2026-07-18T16:49:57.967Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3043 | 2026-07-18T16:49:57.998Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3044 | 2026-07-18T16:49:58.032Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3045 | 2026-07-18T16:49:58.069Z | Compiling inout v0.1.4 |
| 3046 | 2026-07-18T16:49:58.111Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3047 | 2026-07-18T16:49:58.129Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3048 | 2026-07-18T16:49:58.147Z | Compiling ciborium v0.2.2 |
| 3049 | 2026-07-18T16:49:58.165Z | Compiling unsafe-libyaml v0.2.11 |
| 3050 | 2026-07-18T16:49:58.212Z | Compiling cipher v0.4.4 |
| 3051 | 2026-07-18T16:49:58.250Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3052 | 2026-07-18T16:49:58.272Z | Compiling derive_more v0.99.20 |
| 3053 | 2026-07-18T16:49:58.305Z | Compiling structmeta v0.3.0 |
| 3054 | 2026-07-18T16:49:58.367Z | Compiling universal-hash v0.5.1 |
| 3055 | 2026-07-18T16:49:58.384Z | Compiling opaque-debug v0.3.1 |
| 3056 | 2026-07-18T16:49:58.404Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3057 | 2026-07-18T16:49:58.419Z | Compiling blake2 v0.10.6 |
| 3058 | 2026-07-18T16:49:58.438Z | Compiling chacha20 v0.9.1 |
| 3059 | 2026-07-18T16:49:58.475Z | Compiling aead v0.5.2 |
| 3060 | 2026-07-18T16:49:58.492Z | Compiling poly1305 v0.8.0 |
| 3061 | 2026-07-18T16:49:58.520Z | Compiling password-hash v0.5.0 |
| 3062 | 2026-07-18T16:49:58.546Z | Compiling derive-ex v0.1.8 |
| 3063 | 2026-07-18T16:49:58.579Z | Compiling parse-display-derive v0.10.0 |
| 3064 | 2026-07-18T16:49:58.700Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3065 | 2026-07-18T16:49:58.727Z | Compiling serde_yaml v0.9.34+deprecated |
| 3066 | 2026-07-18T16:49:58.746Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3067 | 2026-07-18T16:49:58.829Z | Compiling argon2 v0.5.3 |
| 3068 | 2026-07-18T16:49:58.954Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3069 | 2026-07-18T16:49:58.970Z | Compiling chacha20poly1305 v0.10.1 |
| 3070 | 2026-07-18T16:49:59.008Z | Compiling indent_write v2.2.0 |
| 3071 | 2026-07-18T16:49:59.025Z | Compiling heapless v0.8.0 |
| 3072 | 2026-07-18T16:49:59.149Z | Compiling ingot-macros v0.1.1 |
| 3073 | 2026-07-18T16:49:59.189Z | Compiling tabwriter v1.4.1 |
| 3074 | 2026-07-18T16:49:59.273Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3075 | 2026-07-18T16:49:59.457Z | Compiling typify-impl v0.6.2 |
| 3076 | 2026-07-18T16:49:59.504Z | Compiling thiserror-no-std v2.0.2 |
| 3077 | 2026-07-18T16:49:59.553Z | Compiling proc-macro-crate v3.4.0 |
| 3078 | 2026-07-18T16:49:59.568Z | Compiling hash32 v0.3.1 |
| 3079 | 2026-07-18T16:49:59.615Z | Compiling vsss-rs v3.3.4 |
| 3080 | 2026-07-18T16:49:59.756Z | Compiling smoltcp v0.11.0 |
| 3081 | 2026-07-18T16:50:00.018Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3082 | 2026-07-18T16:50:00.150Z | Compiling num_enum_derive v0.7.6 |
| 3083 | 2026-07-18T16:50:00.198Z | Compiling cobs v0.3.0 |
| 3084 | 2026-07-18T16:50:00.221Z | Compiling colored v3.1.1 |
| 3085 | 2026-07-18T16:50:00.302Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3086 | 2026-07-18T16:50:00.330Z | Compiling test-strategy v0.4.5 |
| 3087 | 2026-07-18T16:50:00.377Z | Compiling parse-display v0.10.0 |
| 3088 | 2026-07-18T16:50:00.419Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3089 | 2026-07-18T16:50:00.557Z | Compiling postcard v1.1.3 |
| 3090 | 2026-07-18T16:50:00.578Z | Compiling proc-macro-error v1.0.4 |
| 3091 | 2026-07-18T16:50:00.608Z | Compiling proc-macro-crate v1.3.1 |
| 3092 | 2026-07-18T16:50:00.704Z | Compiling rand v0.10.1 |
| 3093 | 2026-07-18T16:50:00.801Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3094 | 2026-07-18T16:50:00.898Z | Compiling foreign-types-macros v0.2.3 |
| 3095 | 2026-07-18T16:50:00.935Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3096 | 2026-07-18T16:50:00.953Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3097 | 2026-07-18T16:50:00.968Z | Compiling foreign-types-shared v0.3.1 |
| 3098 | 2026-07-18T16:50:01.089Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3099 | 2026-07-18T16:50:01.106Z | Compiling rayon-core v1.13.0 |
| 3100 | 2026-07-18T16:50:01.144Z | Compiling num_enum_derive v0.5.11 |
| 3101 | 2026-07-18T16:50:01.292Z | Compiling crossbeam-deque v0.8.6 |
| 3102 | 2026-07-18T16:50:01.296Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3103 | 2026-07-18T16:50:01.296Z | Compiling num_enum v0.7.6 |
| 3104 | 2026-07-18T16:50:01.342Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3105 | 2026-07-18T16:50:01.388Z | Compiling cstr-argument v0.1.2 |
| 3106 | 2026-07-18T16:50:01.407Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3107 | 2026-07-18T16:50:01.519Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3108 | 2026-07-18T16:50:01.555Z | Compiling foreign-types v0.5.0 |
| 3109 | 2026-07-18T16:50:01.575Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3110 | 2026-07-18T16:50:01.657Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3111 | 2026-07-18T16:50:01.679Z | Compiling zone_cfg_derive v0.3.1 |
| 3112 | 2026-07-18T16:50:01.732Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3113 | 2026-07-18T16:50:01.755Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3114 | 2026-07-18T16:50:01.812Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-18T16:50:01.861Z | Compiling itertools v0.12.1 |
| 3116 | 2026-07-18T16:50:01.902Z | Compiling rayon v1.11.0 |
| 3117 | 2026-07-18T16:50:01.968Z | Compiling num-derive v0.4.2 |
| 3118 | 2026-07-18T16:50:01.971Z | Compiling sigpipe v0.1.3 |
| 3119 | 2026-07-18T16:50:02.004Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3120 | 2026-07-18T16:50:02.007Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3121 | 2026-07-18T16:50:02.102Z | Compiling glob v0.3.3 |
| 3122 | 2026-07-18T16:50:02.120Z | Compiling ingot-types v0.1.2 |
| 3123 | 2026-07-18T16:50:02.139Z | Compiling cpubits v0.1.1 |
| 3124 | 2026-07-18T16:50:02.180Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3125 | 2026-07-18T16:50:02.239Z | Compiling smf v0.2.3 |
| 3126 | 2026-07-18T16:50:02.275Z | Compiling num_enum v0.5.11 |
| 3127 | 2026-07-18T16:50:02.297Z | Compiling whoami v1.6.1 |
| 3128 | 2026-07-18T16:50:02.414Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3129 | 2026-07-18T16:50:02.431Z | Compiling usdt-macro v0.5.0 |
| 3130 | 2026-07-18T16:50:02.434Z | Compiling usdt-attr-macro v0.5.0 |
| 3131 | 2026-07-18T16:50:02.466Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3132 | 2026-07-18T16:50:02.537Z | Compiling ingot v0.1.1 |
| 3133 | 2026-07-18T16:50:02.572Z | Compiling gethostname v0.5.0 |
| 3134 | 2026-07-18T16:50:02.623Z | Compiling num-rational v0.4.2 |
| 3135 | 2026-07-18T16:50:02.712Z | Compiling pem-rfc7468 v1.0.0 |
| 3136 | 2026-07-18T16:50:02.751Z | Compiling num-complex v0.4.6 |
| 3137 | 2026-07-18T16:50:02.796Z | Compiling memmap v0.7.0 |
| 3138 | 2026-07-18T16:50:02.882Z | Compiling derive-where v1.6.0 |
| 3139 | 2026-07-18T16:50:02.998Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3140 | 2026-07-18T16:50:03.013Z | Compiling float-ord v0.3.2 |
| 3141 | 2026-07-18T16:50:03.046Z | Compiling zone v0.3.1 |
| 3142 | 2026-07-18T16:50:03.156Z | Compiling num v0.4.3 |
| 3143 | 2026-07-18T16:50:03.159Z | Compiling toml v0.8.23 |
| 3144 | 2026-07-18T16:50:03.188Z | Compiling hmac v0.13.0 |
| 3145 | 2026-07-18T16:50:03.249Z | Compiling universal-hash v0.6.1 |
| 3146 | 2026-07-18T16:50:03.266Z | Compiling resolv-conf v0.7.6 |
| 3147 | 2026-07-18T16:50:03.269Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3148 | 2026-07-18T16:50:03.319Z | Compiling usdt v0.5.0 |
| 3149 | 2026-07-18T16:50:03.401Z | Compiling cancel-safe-futures v0.1.5 |
| 3150 | 2026-07-18T16:50:03.404Z | Compiling owo-colors v4.3.0 |
| 3151 | 2026-07-18T16:50:03.419Z | Compiling polyval v0.7.1 |
| 3152 | 2026-07-18T16:50:03.453Z | Compiling der v0.8.0 |
| 3153 | 2026-07-18T16:50:03.535Z | Compiling libsw-core v0.3.2 |
| 3154 | 2026-07-18T16:50:03.620Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3155 | 2026-07-18T16:50:03.638Z | Compiling prettyplease v0.2.37 |
| 3156 | 2026-07-18T16:50:03.707Z | Compiling libsw v3.5.0 |
| 3157 | 2026-07-18T16:50:03.731Z | Compiling ghash v0.6.0 |
| 3158 | 2026-07-18T16:50:03.750Z | Compiling pbkdf2 v0.13.0 |
| 3159 | 2026-07-18T16:50:03.750Z | Compiling aes v0.9.1 |
| 3160 | 2026-07-18T16:50:03.822Z | Compiling console v0.15.11 |
| 3161 | 2026-07-18T16:50:03.910Z | Compiling hickory-proto v0.24.4 |
| 3162 | 2026-07-18T16:50:03.910Z | Compiling newline-converter v0.3.0 |
| 3163 | 2026-07-18T16:50:03.946Z | Compiling ctr v0.10.1 |
| 3164 | 2026-07-18T16:50:03.962Z | Compiling aead v0.6.1 |
| 3165 | 2026-07-18T16:50:04.027Z | Compiling sha2 v0.11.0 |
| 3166 | 2026-07-18T16:50:04.068Z | Compiling linear-map v1.2.0 |
| 3167 | 2026-07-18T16:50:04.147Z | Compiling linked-hash-map v0.5.6 |
| 3168 | 2026-07-18T16:50:04.166Z | Compiling typify-macro v0.6.2 |
| 3169 | 2026-07-18T16:50:04.184Z | Compiling libefi-sys v0.1.0 |
| 3170 | 2026-07-18T16:50:04.229Z | Compiling aes-gcm v0.11.0 |
| 3171 | 2026-07-18T16:50:04.268Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3172 | 2026-07-18T16:50:04.287Z | Compiling expectorate v1.2.0 |
| 3173 | 2026-07-18T16:50:04.362Z | Compiling spki v0.8.0 |
| 3174 | 2026-07-18T16:50:04.446Z | Compiling lru-cache v0.1.2 |
| 3175 | 2026-07-18T16:50:04.463Z | Compiling crypto-bigint v0.7.5 |
| 3176 | 2026-07-18T16:50:04.500Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3177 | 2026-07-18T16:50:04.503Z | Compiling salsa20 v0.11.0 |
| 3178 | 2026-07-18T16:50:04.597Z | Compiling cbc v0.2.1 |
| 3179 | 2026-07-18T16:50:04.615Z | Compiling bitfield-struct v0.6.2 |
| 3180 | 2026-07-18T16:50:04.632Z | Compiling nom v8.0.0 |
| 3181 | 2026-07-18T16:50:04.672Z | Compiling semver v0.1.20 |
| 3182 | 2026-07-18T16:50:04.780Z | Compiling scrypt v0.12.0 |
| 3183 | 2026-07-18T16:50:04.854Z | Compiling tokio-dtrace v0.1.1 |
| 3184 | 2026-07-18T16:50:04.903Z | Compiling rustc_version v0.1.7 |
| 3185 | 2026-07-18T16:50:04.965Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3186 | 2026-07-18T16:50:04.998Z | Compiling slog-dtrace v0.3.0 |
| 3187 | 2026-07-18T16:50:05.101Z | Compiling minimal-lexical v0.2.1 |
| 3188 | 2026-07-18T16:50:05.167Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3189 | 2026-07-18T16:50:05.271Z | Compiling newtype_derive v0.1.6 |
| 3190 | 2026-07-18T16:50:05.309Z | Compiling oxide-tokio-rt v0.1.4 |
| 3191 | 2026-07-18T16:50:05.325Z | Compiling nom v7.1.3 |
| 3192 | 2026-07-18T16:50:05.325Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-07-18T16:50:05.392Z | Compiling pkcs5 v0.8.1 |
| 3194 | 2026-07-18T16:50:05.426Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3195 | 2026-07-18T16:50:05.515Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3196 | 2026-07-18T16:50:05.628Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-07-18T16:50:05.657Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3198 | 2026-07-18T16:50:05.657Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3199 | 2026-07-18T16:50:05.692Z | Compiling phf_shared v0.12.1 |
| 3200 | 2026-07-18T16:50:05.697Z | Compiling csv-core v0.1.13 |
| 3201 | 2026-07-18T16:50:05.967Z | Compiling xshell-macros v0.2.7 |
| 3202 | 2026-07-18T16:50:05.987Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3203 | 2026-07-18T16:50:06.024Z | Compiling highway v1.3.0 |
| 3204 | 2026-07-18T16:50:06.044Z | Compiling chrono-tz v0.10.4 |
| 3205 | 2026-07-18T16:50:06.047Z | Compiling typify v0.6.2 |
| 3206 | 2026-07-18T16:50:06.080Z | Compiling hickory-resolver v0.24.4 |
| 3207 | 2026-07-18T16:50:06.095Z | Compiling unicode-xid v0.2.6 |
| 3208 | 2026-07-18T16:50:06.200Z | Compiling progenitor-impl v0.14.0 |
| 3209 | 2026-07-18T16:50:06.250Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3210 | 2026-07-18T16:50:06.268Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3211 | 2026-07-18T16:50:06.287Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3212 | 2026-07-18T16:50:06.354Z | Compiling const_format_proc_macros v0.2.34 |
| 3213 | 2026-07-18T16:50:06.416Z | Compiling xshell v0.2.7 |
| 3214 | 2026-07-18T16:50:06.432Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3215 | 2026-07-18T16:50:06.843Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3216 | 2026-07-18T16:50:06.992Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3217 | 2026-07-18T16:50:07.009Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3218 | 2026-07-18T16:50:07.044Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-07-18T16:50:07.238Z | Compiling qorb v0.4.1 |
| 3220 | 2026-07-18T16:50:07.276Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3221 | 2026-07-18T16:50:07.303Z | Compiling csv v1.4.0 |
| 3222 | 2026-07-18T16:50:07.601Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3223 | 2026-07-18T16:50:07.785Z | Compiling phf v0.12.1 |
| 3224 | 2026-07-18T16:50:07.835Z | Compiling pkcs8 v0.11.0 |
| 3225 | 2026-07-18T16:50:07.892Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3226 | 2026-07-18T16:50:08.021Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3227 | 2026-07-18T16:50:08.070Z | Compiling const_format v0.2.35 |
| 3228 | 2026-07-18T16:50:08.088Z | Compiling tabled_derive v0.7.0 |
| 3229 | 2026-07-18T16:50:08.240Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3230 | 2026-07-18T16:50:08.257Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3231 | 2026-07-18T16:50:08.373Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3232 | 2026-07-18T16:50:08.421Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3233 | 2026-07-18T16:50:08.535Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3234 | 2026-07-18T16:50:08.557Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3235 | 2026-07-18T16:50:08.625Z | Compiling bcs v0.1.6 |
| 3236 | 2026-07-18T16:50:08.875Z | Compiling ff v0.14.0 |
| 3237 | 2026-07-18T16:50:08.968Z | Compiling progenitor-macro v0.14.0 |
| 3238 | 2026-07-18T16:50:08.985Z | Compiling salty v0.3.0 |
| 3239 | 2026-07-18T16:50:09.053Z | Compiling termtree v0.5.1 |
| 3240 | 2026-07-18T16:50:09.131Z | Compiling tagptr v0.2.0 |
| 3241 | 2026-07-18T16:50:09.149Z | Compiling textwrap v0.16.2 |
| 3242 | 2026-07-18T16:50:09.243Z | Compiling tabled v0.15.0 |
| 3243 | 2026-07-18T16:50:09.313Z | Compiling moka v0.12.13 |
| 3244 | 2026-07-18T16:50:09.316Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3245 | 2026-07-18T16:50:09.347Z | Compiling steno v0.4.1 |
| 3246 | 2026-07-18T16:50:09.365Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3247 | 2026-07-18T16:50:09.392Z | Compiling sha1 v0.10.6 |
| 3248 | 2026-07-18T16:50:09.493Z | Compiling signature v3.0.0 |
| 3249 | 2026-07-18T16:50:09.528Z | Compiling radium v0.7.0 |
| 3250 | 2026-07-18T16:50:09.574Z | Compiling base16ct v1.0.0 |
| 3251 | 2026-07-18T16:50:09.657Z | Compiling base64 v0.21.7 |
| 3252 | 2026-07-18T16:50:09.710Z | Compiling sec1 v0.8.1 |
| 3253 | 2026-07-18T16:50:09.788Z | Compiling group v0.14.0 |
| 3254 | 2026-07-18T16:50:09.870Z | Compiling hkdf v0.13.0 |
| 3255 | 2026-07-18T16:50:10.016Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3256 | 2026-07-18T16:50:10.036Z | Compiling hickory-resolver v0.25.2 |
| 3257 | 2026-07-18T16:50:10.039Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3258 | 2026-07-18T16:50:10.073Z | Compiling rfc6979 v0.4.0 |
| 3259 | 2026-07-18T16:50:10.076Z | Compiling tap v1.0.1 |
| 3260 | 2026-07-18T16:50:10.108Z | Compiling maybe-uninit v2.0.0 |
| 3261 | 2026-07-18T16:50:10.149Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3262 | 2026-07-18T16:50:10.230Z | Compiling ecdsa v0.16.9 |
| 3263 | 2026-07-18T16:50:10.230Z | Compiling wyz v0.5.1 |
| 3264 | 2026-07-18T16:50:10.469Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3265 | 2026-07-18T16:50:10.497Z | Compiling primeorder v0.13.6 |
| 3266 | 2026-07-18T16:50:10.518Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3267 | 2026-07-18T16:50:10.666Z | Compiling funty v2.0.0 |
| 3268 | 2026-07-18T16:50:10.805Z | Compiling utf-8 v0.7.6 |
| 3269 | 2026-07-18T16:50:10.835Z | Compiling parking_lot_core v0.8.6 |
| 3270 | 2026-07-18T16:50:10.893Z | Compiling packed_struct v0.10.1 |
| 3271 | 2026-07-18T16:50:11.034Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3272 | 2026-07-18T16:50:11.067Z | Compiling proc-macro-error2 v2.0.1 |
| 3273 | 2026-07-18T16:50:11.203Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-07-18T16:50:11.261Z | Compiling tungstenite v0.21.0 |
| 3275 | 2026-07-18T16:50:11.303Z | Compiling p384 v0.13.1 |
| 3276 | 2026-07-18T16:50:11.421Z | Compiling rfc6979 v0.5.0 |
| 3277 | 2026-07-18T16:50:11.465Z | Compiling git-stub v1.0.0 |
| 3278 | 2026-07-18T16:50:11.596Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3279 | 2026-07-18T16:50:11.671Z | Compiling num-derive v0.3.3 |
| 3280 | 2026-07-18T16:50:11.762Z | Compiling packed_struct_codegen v0.10.1 |
| 3281 | 2026-07-18T16:50:11.893Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3282 | 2026-07-18T16:50:11.909Z | Compiling bitfield-macros v0.19.4 |
| 3283 | 2026-07-18T16:50:11.950Z | Compiling zerocopy-derive v0.6.6 |
| 3284 | 2026-07-18T16:50:12.008Z | Compiling indexmap v1.9.3 |
| 3285 | 2026-07-18T16:50:12.029Z | Compiling crc-catalog v2.4.0 |
| 3286 | 2026-07-18T16:50:12.152Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3287 | 2026-07-18T16:50:12.171Z | Compiling nodrop v0.1.14 |
| 3288 | 2026-07-18T16:50:12.261Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3289 | 2026-07-18T16:50:12.298Z | Compiling array-init v0.0.4 |
| 3290 | 2026-07-18T16:50:12.429Z | Compiling crc v3.4.0 |
| 3291 | 2026-07-18T16:50:12.446Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3292 | 2026-07-18T16:50:12.539Z | Compiling tokio-tungstenite v0.21.0 |
| 3293 | 2026-07-18T16:50:12.691Z | Compiling git-stub-vcs v0.1.0 |
| 3294 | 2026-07-18T16:50:12.709Z | Compiling ecdsa v0.17.0-rc.18 |
| 3295 | 2026-07-18T16:50:12.731Z | Compiling libscf-sys v1.1.0 |
| 3296 | 2026-07-18T16:50:12.750Z | Compiling bitfield v0.19.4 |
| 3297 | 2026-07-18T16:50:12.781Z | Compiling smallvec v0.6.14 |
| 3298 | 2026-07-18T16:50:12.838Z | Compiling tabled_derive v0.11.0 |
| 3299 | 2026-07-18T16:50:12.935Z | Compiling zerocopy v0.6.6 |
| 3300 | 2026-07-18T16:50:12.938Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3301 | 2026-07-18T16:50:13.029Z | Compiling primeorder v0.14.0-rc.10 |
| 3302 | 2026-07-18T16:50:13.094Z | Compiling primefield v0.14.0 |
| 3303 | 2026-07-18T16:50:13.097Z | Compiling progenitor-impl v0.13.0 |
| 3304 | 2026-07-18T16:50:13.148Z | Compiling papergrid v0.17.0 |
| 3305 | 2026-07-18T16:50:13.176Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3306 | 2026-07-18T16:50:13.179Z | Compiling testing_table v0.3.0 |
| 3307 | 2026-07-18T16:50:13.230Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3308 | 2026-07-18T16:50:13.307Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3309 | 2026-07-18T16:50:13.353Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3310 | 2026-07-18T16:50:13.377Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3311 | 2026-07-18T16:50:13.380Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3312 | 2026-07-18T16:50:13.448Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3313 | 2026-07-18T16:50:13.518Z | Compiling corncobs v0.1.4 |
| 3314 | 2026-07-18T16:50:13.641Z | Compiling hashbrown v0.12.3 |
| 3315 | 2026-07-18T16:50:13.700Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3316 | 2026-07-18T16:50:13.725Z | Compiling unicase v2.9.0 |
| 3317 | 2026-07-18T16:50:13.804Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-07-18T16:50:13.937Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3319 | 2026-07-18T16:50:13.957Z | Compiling mime_guess v2.0.5 |
| 3320 | 2026-07-18T16:50:13.975Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3321 | 2026-07-18T16:50:14.014Z | Compiling parking_lot v0.11.2 |
| 3322 | 2026-07-18T16:50:14.115Z | Compiling tabled v0.20.0 |
| 3323 | 2026-07-18T16:50:14.140Z | Compiling progenitor v0.14.0 |
| 3324 | 2026-07-18T16:50:14.158Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3325 | 2026-07-18T16:50:14.218Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3326 | 2026-07-18T16:50:14.315Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3327 | 2026-07-18T16:50:14.333Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3328 | 2026-07-18T16:50:14.333Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3329 | 2026-07-18T16:50:14.378Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3330 | 2026-07-18T16:50:14.423Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3331 | 2026-07-18T16:50:14.525Z | Compiling serde-hex v0.1.0 |
| 3332 | 2026-07-18T16:50:14.576Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3333 | 2026-07-18T16:50:14.871Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3334 | 2026-07-18T16:50:14.889Z | Compiling ron v0.8.1 |
| 3335 | 2026-07-18T16:50:14.907Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3336 | 2026-07-18T16:50:14.926Z | Compiling hashbrown v0.13.2 |
| 3337 | 2026-07-18T16:50:14.961Z | Compiling progenitor-client v0.13.0 |
| 3338 | 2026-07-18T16:50:14.976Z | Compiling prefix-trie v0.7.0 |
| 3339 | 2026-07-18T16:50:15.114Z | Compiling fxhash v0.2.1 |
| 3340 | 2026-07-18T16:50:15.271Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3341 | 2026-07-18T16:50:15.287Z | Compiling secrecy v0.8.0 |
| 3342 | 2026-07-18T16:50:15.308Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3343 | 2026-07-18T16:50:15.394Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-07-18T16:50:15.471Z | Compiling object v0.30.4 |
| 3345 | 2026-07-18T16:50:15.572Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3346 | 2026-07-18T16:50:15.688Z | Compiling hickory-server v0.25.2 |
| 3347 | 2026-07-18T16:50:15.803Z | Compiling progenitor-macro v0.13.0 |
| 3348 | 2026-07-18T16:50:15.884Z | Compiling sled v0.34.7 |
| 3349 | 2026-07-18T16:50:15.908Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3350 | 2026-07-18T16:50:16.445Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3351 | 2026-07-18T16:50:16.611Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3352 | 2026-07-18T16:50:16.655Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3353 | 2026-07-18T16:50:16.706Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-07-18T16:50:16.980Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3355 | 2026-07-18T16:50:17.343Z | Compiling ed25519 v3.0.0 |
| 3356 | 2026-07-18T16:50:17.456Z | Compiling crypto-primes v0.7.2 |
| 3357 | 2026-07-18T16:50:17.583Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3358 | 2026-07-18T16:50:17.666Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3359 | 2026-07-18T16:50:18.423Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3360 | 2026-07-18T16:50:18.493Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3361 | 2026-07-18T16:50:18.513Z | Compiling poly1305 v0.9.0 |
| 3362 | 2026-07-18T16:50:18.532Z | Compiling blowfish v0.10.0 |
| 3363 | 2026-07-18T16:50:18.770Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3364 | 2026-07-18T16:50:18.789Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3365 | 2026-07-18T16:50:18.804Z | Compiling blake2 v0.11.0-rc.6 |
| 3366 | 2026-07-18T16:50:18.824Z | Compiling keccak v0.2.0 |
| 3367 | 2026-07-18T16:50:18.918Z | Compiling crc8 v0.1.1 |
| 3368 | 2026-07-18T16:50:19.017Z | Compiling half v1.8.3 |
| 3369 | 2026-07-18T16:50:19.040Z | Compiling path-slash v0.1.5 |
| 3370 | 2026-07-18T16:50:19.059Z | Compiling fiat-crypto v0.3.0 |
| 3371 | 2026-07-18T16:50:19.077Z | Compiling http-range v0.1.5 |
| 3372 | 2026-07-18T16:50:19.212Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3373 | 2026-07-18T16:50:19.301Z | Compiling serde_cbor v0.11.2 |
| 3374 | 2026-07-18T16:50:19.318Z | Compiling argon2 v0.6.0-rc.8 |
| 3375 | 2026-07-18T16:50:19.336Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3376 | 2026-07-18T16:50:19.372Z | Compiling sha3 v0.11.0 |
| 3377 | 2026-07-18T16:50:19.429Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3378 | 2026-07-18T16:50:19.485Z | Compiling rsa v0.10.0-rc.18 |
| 3379 | 2026-07-18T16:50:19.631Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3380 | 2026-07-18T16:50:19.811Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3381 | 2026-07-18T16:50:19.930Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3382 | 2026-07-18T16:50:19.960Z | Compiling illumos-nvpair v0.3.0 |
| 3383 | 2026-07-18T16:50:20.428Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3384 | 2026-07-18T16:50:20.479Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3385 | 2026-07-18T16:50:20.498Z | Compiling p256 v0.14.0-rc.10 |
| 3386 | 2026-07-18T16:50:20.518Z | Compiling p521 v0.14.0-rc.10 |
| 3387 | 2026-07-18T16:50:20.593Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3388 | 2026-07-18T16:50:20.675Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3389 | 2026-07-18T16:50:20.701Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3390 | 2026-07-18T16:50:20.716Z | Compiling yasna v0.5.2 |
| 3391 | 2026-07-18T16:50:20.734Z | Compiling kstat-rs v0.2.4 |
| 3392 | 2026-07-18T16:50:20.908Z | Compiling headers-core v0.3.0 |
| 3393 | 2026-07-18T16:50:21.005Z | Compiling progenitor v0.13.0 |
| 3394 | 2026-07-18T16:50:21.058Z | Compiling kem v0.3.0 |
| 3395 | 2026-07-18T16:50:21.072Z | Compiling module-lattice v0.2.3 |
| 3396 | 2026-07-18T16:50:21.184Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3397 | 2026-07-18T16:50:21.188Z | Compiling nanorand v0.7.0 |
| 3398 | 2026-07-18T16:50:21.218Z | Compiling atty v0.2.14 |
| 3399 | 2026-07-18T16:50:21.352Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3400 | 2026-07-18T16:50:21.372Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3401 | 2026-07-18T16:50:21.390Z | Compiling ml-kem v0.3.2 |
| 3402 | 2026-07-18T16:50:21.432Z | Compiling flume v0.11.1 |
| 3403 | 2026-07-18T16:50:21.491Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3404 | 2026-07-18T16:50:21.521Z | Compiling rcgen v0.12.1 |
| 3405 | 2026-07-18T16:50:21.736Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3406 | 2026-07-18T16:50:21.777Z | Compiling headers v0.4.1 |
| 3407 | 2026-07-18T16:50:21.794Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3408 | 2026-07-18T16:50:21.929Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3409 | 2026-07-18T16:50:22.270Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3410 | 2026-07-18T16:50:22.337Z | Compiling hyper-staticfile v0.10.1 |
| 3411 | 2026-07-18T16:50:22.442Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3412 | 2026-07-18T16:50:22.565Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3413 | 2026-07-18T16:50:22.812Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3414 | 2026-07-18T16:50:22.832Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3415 | 2026-07-18T16:50:22.851Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3416 | 2026-07-18T16:50:22.874Z | Compiling russh-cryptovec v0.61.0 |
| 3417 | 2026-07-18T16:50:23.131Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3418 | 2026-07-18T16:50:23.163Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3419 | 2026-07-18T16:50:23.362Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3420 | 2026-07-18T16:50:23.546Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3421 | 2026-07-18T16:50:23.549Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3422 | 2026-07-18T16:50:23.637Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3423 | 2026-07-18T16:50:23.797Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3424 | 2026-07-18T16:50:23.859Z | Compiling port-file v0.1.0 |
| 3425 | 2026-07-18T16:50:23.924Z | Compiling num-bigint v0.4.6 |
| 3426 | 2026-07-18T16:50:24.107Z | Compiling generic-array v1.4.3 |
| 3427 | 2026-07-18T16:50:24.139Z | Compiling russh-util v0.52.0 |
| 3428 | 2026-07-18T16:50:24.254Z | Compiling enum_dispatch v0.3.13 |
| 3429 | 2026-07-18T16:50:24.307Z | Compiling p384 v0.14.0-rc.10 |
| 3430 | 2026-07-18T16:50:24.328Z | Compiling delegate v0.13.5 |
| 3431 | 2026-07-18T16:50:24.395Z | Compiling subprocess v0.2.15 |
| 3432 | 2026-07-18T16:50:24.530Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3433 | 2026-07-18T16:50:24.613Z | Compiling hex-literal v1.1.0 |
| 3434 | 2026-07-18T16:50:24.737Z | Compiling display-error-chain v0.2.2 |
| 3435 | 2026-07-18T16:50:24.756Z | Compiling md5 v0.8.0 |
| 3436 | 2026-07-18T16:50:24.907Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3437 | 2026-07-18T16:50:24.928Z | Compiling colored v2.2.0 |
| 3438 | 2026-07-18T16:50:25.012Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3439 | 2026-07-18T16:50:25.056Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3440 | 2026-07-18T16:50:25.112Z | Compiling socket2 v0.5.10 |
| 3441 | 2026-07-18T16:50:25.170Z | Compiling internet-checksum v0.2.1 |
| 3442 | 2026-07-18T16:50:26.178Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3443 | 2026-07-18T16:50:26.436Z | Compiling ssh-key v0.7.0-rc.10 |
| 3444 | 2026-07-18T16:50:26.879Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3445 | 2026-07-18T16:50:27.351Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3446 | 2026-07-18T16:50:27.712Z | Compiling russh v0.61.2 |
| 3447 | 2026-07-18T16:50:28.216Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3448 | 2026-07-18T16:50:29.639Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3449 | 2026-07-18T16:50:37.997Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-07-18T16:50:37.997Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3451 | 2026-07-18T16:50:38.001Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3452 | 2026-07-18T16:50:38.001Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-07-18T16:50:39.742Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-07-18T16:50:39.801Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-07-18T16:50:43.820Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3456 | 2026-07-18T16:51:23.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3457 | 2026-07-18T16:51:23.417Z | |
| 3458 | 2026-07-18T16:51:23.417Z | real 1:27.513399330 |
| 3459 | 2026-07-18T16:51:23.418Z | user 8:43.361458230 |
| 3460 | 2026-07-18T16:51:23.418Z | sys 1:44.653777431 |
| 3461 | 2026-07-18T16:51:23.418Z | trap 0.263949880 |
| 3462 | 2026-07-18T16:51:23.418Z | tflt 0.435275296 |
| 3463 | 2026-07-18T16:51:23.418Z | dflt 1.404849439 |
| 3464 | 2026-07-18T16:51:23.420Z | kflt 0.000283910 |
| 3465 | 2026-07-18T16:51:23.420Z | lock 31:02.808312938 |
| 3466 | 2026-07-18T16:51:23.420Z | slp 19:56.330869912 |
| 3467 | 2026-07-18T16:51:23.420Z | lat 42.912419970 |
| 3468 | 2026-07-18T16:51:23.421Z | stop 3:06.411149255 |
| 3469 | 2026-07-18T16:51:23.421Z | + mkdir tests |
| 3470 | 2026-07-18T16:51:23.423Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3471 | 2026-07-18T16:51:23.424Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3472 | 2026-07-18T16:51:23.448Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbc415f6e3f29891 tests/ |
| 3473 | 2026-07-18T16:51:23.478Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d4260c7f856a9489 tests/ |
| 3474 | 2026-07-18T16:51:23.508Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fcaff78e173c553f tests/ |
| 3475 | 2026-07-18T16:51:23.538Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-986220471772af2d tests/ |
| 3476 | 2026-07-18T16:51:23.882Z | + 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) |
| 3477 | 2026-07-18T16:51:23.885Z | + 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-d4260c7f856a9489 tests/commtest-fcaff78e173c553f tests/dhcp_server-fbc415f6e3f29891 tests/end_to_end_tests-986220471772af2d 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 |
| 3478 | 2026-07-18T16:52:44.122Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3479 | 2026-07-18T16:52:44.122Z | a .github/buildomat/ci-env.sh 1K |
| 3480 | 2026-07-18T16:52:44.122Z | a out/target/test 1K |
| 3481 | 2026-07-18T16:52:44.122Z | a out/npuzone/npuzone 27402K |
| 3482 | 2026-07-18T16:52:44.122Z | a package-manifest.toml 35K |
| 3483 | 2026-07-18T16:52:44.122Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3484 | 2026-07-18T16:52:44.122Z | a target/release/omicron-package 40717K |
| 3485 | 2026-07-18T16:52:44.122Z | a target/release/xtask 10468K |
| 3486 | 2026-07-18T16:52:44.122Z | a target/debug/bootstrap 349464K |
| 3487 | 2026-07-18T16:52:44.122Z | a tests/bootstrap-d4260c7f856a9489 31974K |
| 3488 | 2026-07-18T16:52:44.122Z | a tests/commtest-fcaff78e173c553f 32169K |
| 3489 | 2026-07-18T16:52:44.122Z | a tests/dhcp_server-fbc415f6e3f29891 31974K |
| 3490 | 2026-07-18T16:52:44.122Z | a tests/end_to_end_tests-986220471772af2d 399343K |
| 3491 | 2026-07-18T16:52:44.122Z | a tools/opte_version 1K |
| 3492 | 2026-07-18T16:52:44.122Z | a tools/opte_version_override 2K |
| 3493 | 2026-07-18T16:52:44.122Z | a out/clickhouse.tar.gz 310727K |
| 3494 | 2026-07-18T16:52:44.122Z | a out/clickhouse_keeper.tar.gz 297195K |
| 3495 | 2026-07-18T16:52:44.122Z | a out/clickhouse_server.tar.gz 310724K |
| 3496 | 2026-07-18T16:52:44.122Z | a out/cockroachdb.tar.gz 161725K |
| 3497 | 2026-07-18T16:52:44.122Z | a out/crucible-pantry-zone.tar.gz 39106K |
| 3498 | 2026-07-18T16:52:44.122Z | a out/crucible-utils.tar 18900K |
| 3499 | 2026-07-18T16:52:44.123Z | a out/crucible-zone.tar.gz 53802K |
| 3500 | 2026-07-18T16:52:44.123Z | a out/external-dns.tar.gz 46699K |
| 3501 | 2026-07-18T16:52:44.123Z | a out/internal-dns.tar.gz 46698K |
| 3502 | 2026-07-18T16:52:44.123Z | a out/mg-ddm-gz.tar 102717K |
| 3503 | 2026-07-18T16:52:44.123Z | a out/nexus.tar.gz 274362K |
| 3504 | 2026-07-18T16:52:44.123Z | a out/ntp.tar.gz 29903K |
| 3505 | 2026-07-18T16:52:44.123Z | a out/omicron-gateway-softnpu.tar.gz 27702K |
| 3506 | 2026-07-18T16:52:44.123Z | a out/omicron-sled-agent.tar 190805K |
| 3507 | 2026-07-18T16:52:44.123Z | a out/overlay.tar.gz 4K |
| 3508 | 2026-07-18T16:52:44.123Z | a out/oximeter.tar.gz 60683K |
| 3509 | 2026-07-18T16:52:44.123Z | a out/oxlog.tar 3808K |
| 3510 | 2026-07-18T16:52:44.123Z | a out/probe.tar.gz 3037K |
| 3511 | 2026-07-18T16:52:44.123Z | a out/propolis-server.tar.gz 34372K |
| 3512 | 2026-07-18T16:52:44.123Z | a out/pumpkind-gz.tar 26647K |
| 3513 | 2026-07-18T16:52:44.123Z | a out/switch-softnpu.tar.gz 451379K |
| 3514 | 2026-07-18T16:52:44.127Z | |
| 3515 | 2026-07-18T16:52:44.127Z | real 1:20.237026827 |
| 3516 | 2026-07-18T16:52:44.127Z | user 1:17.579590488 |
| 3517 | 2026-07-18T16:52:44.127Z | sys 4.429372222 |
| 3518 | 2026-07-18T16:52:44.127Z | trap 0.006455452 |
| 3519 | 2026-07-18T16:52:44.127Z | tflt 0.000000000 |
| 3520 | 2026-07-18T16:52:44.127Z | dflt 0.000000000 |
| 3521 | 2026-07-18T16:52:44.127Z | kflt 0.000000000 |
| 3522 | 2026-07-18T16:52:44.127Z | lock 0.000000000 |
| 3523 | 2026-07-18T16:52:44.127Z | slp 1:17.440065986 |
| 3524 | 2026-07-18T16:52:44.127Z | lat 1.013018841 |
| 3525 | 2026-07-18T16:52:44.127Z | stop 0.000615910 |
| 3526 | 2026-07-18T16:52:44.127Z | process exited: duration 1015442 ms, exit code 0 |
| |
| 3527 | 2026-07-18T16:52:44.142Z | found 1 output files |
| 3528 | 2026-07-18T16:52:44.142Z | uploading: /work/package.tar.gz (2487350929 bytes) |
| 3529 | 2026-07-18T16:53:13.102Z | uploaded: /work/package.tar.gz |