|
|
|
| 1 | 2025-11-11T20:10:22.857Z | job assigned to worker 01K9T8M2W7CEF6PC16AJA89E9S [factory gimlet-EVT22200007-propolis, EVT22200007/48063] (queued for 25 s) |
| |
| 2 | 2025-11-11T20:10:32.122Z | starting task 0: "setup" |
| 3 | 2025-11-11T20:10:32.147Z | ++ uname -s |
| 4 | 2025-11-11T20:10:32.147Z | + kern=SunOS |
| 5 | 2025-11-11T20:10:32.147Z | + build_user=build |
| 6 | 2025-11-11T20:10:32.147Z | + build_uid=12345 |
| 7 | 2025-11-11T20:10:32.147Z | + work_dir=/work |
| 8 | 2025-11-11T20:10:32.147Z | + input_dir=/input |
| 9 | 2025-11-11T20:10:32.147Z | + [[ 0 == 12345 ]] |
| 10 | 2025-11-11T20:10:32.147Z | + case "$kern" in |
| 11 | 2025-11-11T20:10:32.147Z | + groupadd -g 12345 build |
| 12 | 2025-11-11T20:10:32.147Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-11-11T20:10:34.150Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-11-11T20:10:34.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-11-11T20:10:34.213Z | + home_fs=zfs |
| 16 | 2025-11-11T20:10:34.213Z | + [[ zfs == autofs ]] |
| 17 | 2025-11-11T20:10:34.213Z | + mkdir -p /home/build |
| 18 | 2025-11-11T20:10:34.213Z | + chown build:build /home/build /work |
| 19 | 2025-11-11T20:10:36.199Z | + chmod 0700 /home/build /work |
| 20 | 2025-11-11T20:10:36.224Z | process exited: duration 4085 ms, exit code 0 |
| |
| 21 | 2025-11-11T20:10:36.276Z | starting task 1: "rust-toolchain" |
| 22 | 2025-11-11T20:10:36.300Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-11-11T20:10:36.300Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-11-11T20:10:36.300Z | * rust toolchain profile = "default" |
| 25 | 2025-11-11T20:10:36.300Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-11-11T20:10:36.301Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-11-11T20:10:36.301Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-11-11T20:10:36.301Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-11-11T20:10:36.301Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-11-11T20:10:36.424Z | info: downloading installer |
| 31 | 2025-11-11T20:10:36.974Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-11-11T20:10:36.974Z | warn: /opt/ooce/bin |
| 33 | 2025-11-11T20:10:36.974Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-11-11T20:10:36.974Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-11-11T20:10:36.974Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-11-11T20:10:36.974Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-11-11T20:10:36.974Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-11-11T20:10:36.974Z | error: cannot install while Rust is installed |
| 39 | 2025-11-11T20:10:36.974Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-11-11T20:10:36.999Z | info: profile set to 'default' |
| 41 | 2025-11-11T20:10:36.999Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-11-11T20:10:36.999Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-11-11T20:10:37.117Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-11-11T20:10:37.117Z | info: downloading component 'cargo' |
| 45 | 2025-11-11T20:10:37.283Z | info: downloading component 'clippy' |
| 46 | 2025-11-11T20:10:37.358Z | info: downloading component 'rust-docs' |
| 47 | 2025-11-11T20:10:37.584Z | info: downloading component 'rust-std' |
| 48 | 2025-11-11T20:10:37.923Z | info: downloading component 'rustc' |
| 49 | 2025-11-11T20:10:39.309Z | info: downloading component 'rustfmt' |
| 50 | 2025-11-11T20:10:39.371Z | info: installing component 'cargo' |
| 51 | 2025-11-11T20:10:40.576Z | info: installing component 'clippy' |
| 52 | 2025-11-11T20:10:41.053Z | info: installing component 'rust-docs' |
| 53 | 2025-11-11T20:10:44.277Z | info: installing component 'rust-std' |
| 54 | 2025-11-11T20:10:46.508Z | info: installing component 'rustc' |
| 55 | 2025-11-11T20:10:54.929Z | info: installing component 'rustfmt' |
| 56 | 2025-11-11T20:10:55.320Z | |
| 57 | 2025-11-11T20:10:55.320Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 58 | 2025-11-11T20:10:55.488Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-11-11T20:10:55.488Z | |
| 60 | 2025-11-11T20:10:55.514Z | |
| 61 | 2025-11-11T20:10:55.514Z | Rust is installed now. Great! |
| 62 | 2025-11-11T20:10:55.514Z | |
| 63 | 2025-11-11T20:10:55.514Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-11-11T20:10:55.514Z | environment variable. This has not been done automatically. |
| 65 | 2025-11-11T20:10:55.514Z | |
| 66 | 2025-11-11T20:10:55.514Z | To configure your current shell, you need to source |
| 67 | 2025-11-11T20:10:55.514Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-11-11T20:10:55.514Z | |
| 69 | 2025-11-11T20:10:55.514Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-11-11T20:10:55.514Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-11-11T20:10:55.514Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-11-11T20:10:55.514Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-11-11T20:10:55.606Z | + rustup --version |
| 74 | 2025-11-11T20:10:55.631Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-11-11T20:10:55.631Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-11-11T20:10:55.755Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-11-11T20:10:55.780Z | + cargo --version |
| 78 | 2025-11-11T20:10:55.879Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-11-11T20:10:55.904Z | + rustc --version |
| 80 | 2025-11-11T20:10:56.008Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-11-11T20:10:56.033Z | process exited: duration 19743 ms, exit code 0 |
| |
| 82 | 2025-11-11T20:10:56.084Z | starting task 2: "authentication" |
| 83 | 2025-11-11T20:10:56.148Z | process exited: duration 63 ms, exit code 0 |
| |
| 84 | 2025-11-11T20:10:56.198Z | starting task 3: "clone repository" |
| 85 | 2025-11-11T20:10:56.223Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-11-11T20:10:56.223Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-11-11T20:10:56.248Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-11-11T20:11:14.890Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-11-11T20:11:14.891Z | + git fetch origin e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 90 | 2025-11-11T20:11:15.356Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-11-11T20:11:15.357Z | * branch e63468db4286b00fbd6f2809b8b2179920dbb20b -> FETCH_HEAD |
| 92 | 2025-11-11T20:11:15.382Z | + [[ -n ixi/max_vcpu_crank_turn ]] |
| 93 | 2025-11-11T20:11:15.382Z | ++ git branch --show-current |
| 94 | 2025-11-11T20:11:15.382Z | + current=main |
| 95 | 2025-11-11T20:11:15.382Z | + [[ main != ixi/max_vcpu_crank_turn ]] |
| 96 | 2025-11-11T20:11:15.382Z | + git branch -f ixi/max_vcpu_crank_turn e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 97 | 2025-11-11T20:11:15.407Z | + git checkout -f ixi/max_vcpu_crank_turn |
| 98 | 2025-11-11T20:11:15.756Z | Switched to branch 'ixi/max_vcpu_crank_turn' |
| 99 | 2025-11-11T20:11:15.781Z | + git reset --hard e63468db4286b00fbd6f2809b8b2179920dbb20b |
| 100 | 2025-11-11T20:11:15.806Z | HEAD is now at e63468db4 Allow up to 254 vCPUs to a VM |
| 101 | 2025-11-11T20:11:15.806Z | process exited: duration 19594 ms, exit code 0 |
| |
| 102 | 2025-11-11T20:11:15.859Z | starting task 4: "build" |
| 103 | 2025-11-11T20:11:15.885Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-11-11T20:11:15.885Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-11-11T20:11:15.885Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-11-11T20:11:15.885Z | + cargo --version |
| 107 | 2025-11-11T20:11:15.954Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-11-11T20:11:15.979Z | + rustc --version |
| 109 | 2025-11-11T20:11:16.057Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-11-11T20:11:16.082Z | + WORK=/work |
| 111 | 2025-11-11T20:11:16.082Z | + pfexec mkdir -p /work |
| 112 | 2025-11-11T20:11:16.082Z | + pfexec chown build /work |
| 113 | 2025-11-11T20:11:16.082Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-11-11T20:11:32.361Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-11-11T20:11:43.002Z | Startup: Caching catalogs ... Done |
| 116 | 2025-11-11T20:12:00.609Z | Planning: Solver setup ... Done (15.545s) |
| 117 | 2025-11-11T20:12:00.733Z | Planning: Running solver ... Done (0.124s) |
| 118 | 2025-11-11T20:12:00.867Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2025-11-11T20:12:00.949Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-11-11T20:12:01.360Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-11-11T20:12:01.429Z | Planning: Package planning ... Done (0.069s) |
| 122 | 2025-11-11T20:12:01.491Z | Planning: Merging actions ... Done (0.061s) |
| 123 | 2025-11-11T20:12:01.842Z | Planning: Checking for conflicting actions ... Done (0.351s) |
| 124 | 2025-11-11T20:12:01.868Z | Planning: Consolidating action changes ... Done (0.013s) |
| 125 | 2025-11-11T20:12:02.586Z | Planning: Evaluating mediators ... Done (0.729s) |
| 126 | 2025-11-11T20:12:02.611Z | Planning: Planning completed in 19.46 seconds |
| 127 | 2025-11-11T20:12:02.636Z | Packages to install: 4 |
| 128 | 2025-11-11T20:12:02.637Z | Mediators to change: 2 |
| 129 | 2025-11-11T20:12:02.637Z | Services to change: 1 |
| 130 | 2025-11-11T20:12:02.637Z | Estimated space available: 154.98 GB |
| 131 | 2025-11-11T20:12:02.637Z | Estimated space to be consumed: 1.76 GB |
| 132 | 2025-11-11T20:12:02.637Z | Create boot environment: No |
| 133 | 2025-11-11T20:12:02.637Z | Create backup boot environment: No |
| 134 | 2025-11-11T20:12:02.637Z | Rebuild boot archive: No |
| 135 | 2025-11-11T20:12:02.637Z | |
| 136 | 2025-11-11T20:12:02.637Z | Changed mediators: |
| 137 | 2025-11-11T20:12:02.637Z | mediator clang: |
| 138 | 2025-11-11T20:12:02.637Z | version: None -> 15 (system default) |
| 139 | 2025-11-11T20:12:02.637Z | |
| 140 | 2025-11-11T20:12:02.637Z | mediator llvm: |
| 141 | 2025-11-11T20:12:02.637Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-11-11T20:12:02.637Z | |
| 143 | 2025-11-11T20:12:02.637Z | Changed packages: |
| 144 | 2025-11-11T20:12:02.637Z | helios-dev |
| 145 | 2025-11-11T20:12:02.637Z | developer/build-essential |
| 146 | 2025-11-11T20:12:02.637Z | None -> 11-2.0 |
| 147 | 2025-11-11T20:12:02.637Z | library/libxmlsec1 |
| 148 | 2025-11-11T20:12:02.637Z | None -> 1.2.35-2.0 |
| 149 | 2025-11-11T20:12:02.637Z | ooce/developer/clang-15 |
| 150 | 2025-11-11T20:12:02.637Z | None -> 15.0.7-2.0 |
| 151 | 2025-11-11T20:12:02.637Z | ooce/developer/llvm-15 |
| 152 | 2025-11-11T20:12:02.637Z | None -> 15.0.7-2.0 |
| 153 | 2025-11-11T20:12:02.637Z | |
| 154 | 2025-11-11T20:12:02.637Z | Services: |
| 155 | 2025-11-11T20:12:02.637Z | restart_fmri: |
| 156 | 2025-11-11T20:12:02.637Z | svc:/system/update-man-index:default |
| 157 | 2025-11-11T20:12:02.677Z | |
| 158 | 2025-11-11T20:12:02.677Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-11-11T20:12:07.684Z | Download: 1394/3290 items 109.4/212.6MB 51% complete (22.0M/s) |
| 160 | 2025-11-11T20:12:12.684Z | Download: 2254/3290 items 119.6/212.6MB 56% complete (12.1M/s) |
| 161 | 2025-11-11T20:12:17.684Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (9.4M/s) |
| 162 | 2025-11-11T20:12:19.458Z | Download: Completed 212.60 MB in 16.78 seconds (12.7M/s) |
| 163 | 2025-11-11T20:12:19.652Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2025-11-11T20:12:25.113Z | Actions: 3020/3689 actions (Installing new actions) |
| 165 | 2025-11-11T20:12:25.534Z | Actions: Completed 3689 actions in 5.88 seconds. |
| 166 | 2025-11-11T20:12:26.212Z | Done (0.671s) |
| 167 | 2025-11-11T20:12:26.212Z | Done (0.000s) |
| 168 | 2025-11-11T20:12:27.409Z | Done (1.197s) |
| 169 | 2025-11-11T20:12:32.802Z | Done (5.141s) |
| 170 | 2025-11-11T20:12:32.901Z | Done (0.018s) |
| 171 | 2025-11-11T20:12:32.926Z | Done (0.000s) |
| 172 | 2025-11-11T20:12:33.080Z | Done (0.000s) |
| 173 | 2025-11-11T20:12:34.110Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2025-11-11T20:12:34.370Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2025-11-11T20:12:34.395Z | Planning: Consolidating action changes ... Done |
| 176 | 2025-11-11T20:12:34.704Z | Planning: Evaluating mediators ... Done |
| 177 | 2025-11-11T20:12:34.729Z | Planning: Planning completed in 0.60 seconds |
| 178 | 2025-11-11T20:12:34.754Z | Mediators to change: 2 |
| 179 | 2025-11-11T20:12:34.755Z | Create boot environment: No |
| 180 | 2025-11-11T20:12:34.755Z | Create backup boot environment: No |
| 181 | 2025-11-11T20:12:34.801Z | Done |
| 182 | 2025-11-11T20:12:34.801Z | Done |
| 183 | 2025-11-11T20:12:35.779Z | Done |
| 184 | 2025-11-11T20:12:40.789Z | Done |
| 185 | 2025-11-11T20:12:40.927Z | Done |
| 186 | 2025-11-11T20:12:40.953Z | Done |
| 187 | 2025-11-11T20:12:40.992Z | Done |
| 188 | 2025-11-11T20:12:41.799Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2025-11-11T20:12:41.824Z | Planning: Merging actions ... Done |
| 190 | 2025-11-11T20:12:42.045Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2025-11-11T20:12:42.070Z | Planning: Consolidating action changes ... Done |
| 192 | 2025-11-11T20:12:42.395Z | Planning: Evaluating mediators ... Done |
| 193 | 2025-11-11T20:12:42.470Z | Planning: Planning completed in 0.99 seconds |
| 194 | 2025-11-11T20:12:42.515Z | Packages to change: 1 |
| 195 | 2025-11-11T20:12:42.515Z | Mediators to change: 1 |
| 196 | 2025-11-11T20:12:42.515Z | Services to change: 1 |
| 197 | 2025-11-11T20:12:42.515Z | Create boot environment: No |
| 198 | 2025-11-11T20:12:42.515Z | Create backup boot environment: Yes |
| 199 | 2025-11-11T20:12:44.604Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2025-11-11T20:12:44.629Z | Actions: Completed 6 actions in 0.00 seconds. |
| 201 | 2025-11-11T20:12:44.629Z | Done |
| 202 | 2025-11-11T20:12:44.629Z | Done |
| 203 | 2025-11-11T20:12:44.877Z | Done |
| 204 | 2025-11-11T20:12:49.700Z | Done |
| 205 | 2025-11-11T20:12:49.804Z | Done |
| 206 | 2025-11-11T20:12:49.804Z | Done |
| 207 | 2025-11-11T20:12:49.855Z | Done |
| 208 | 2025-11-11T20:12:50.460Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2025-11-11T20:12:50.460Z | clang system 15 system |
| 210 | 2025-11-11T20:12:50.460Z | csh system system illumos |
| 211 | 2025-11-11T20:12:50.460Z | ctags system system illumos |
| 212 | 2025-11-11T20:12:50.460Z | file system system illumos |
| 213 | 2025-11-11T20:12:50.460Z | gcc vendor 12 vendor |
| 214 | 2025-11-11T20:12:50.460Z | gcc system 10 system |
| 215 | 2025-11-11T20:12:50.460Z | gcc system 7 system |
| 216 | 2025-11-11T20:12:50.460Z | go system 1.20 system |
| 217 | 2025-11-11T20:12:50.460Z | go system 1.19 system |
| 218 | 2025-11-11T20:12:50.460Z | llvm system 15 system |
| 219 | 2025-11-11T20:12:50.460Z | llvm system 14 system |
| 220 | 2025-11-11T20:12:50.460Z | mariadb system 10.6 system |
| 221 | 2025-11-11T20:12:50.460Z | mta vendor vendor dma |
| 222 | 2025-11-11T20:12:50.460Z | openjdk system 17 system |
| 223 | 2025-11-11T20:12:50.460Z | openjdk system 11 system |
| 224 | 2025-11-11T20:12:50.460Z | openjdk system 1.8 system |
| 225 | 2025-11-11T20:12:50.460Z | openssl vendor 3 vendor |
| 226 | 2025-11-11T20:12:50.460Z | perl system 5.36 system |
| 227 | 2025-11-11T20:12:50.460Z | postgresql system 15 system |
| 228 | 2025-11-11T20:12:50.460Z | postgresql system 13 system |
| 229 | 2025-11-11T20:12:50.461Z | python vendor 3 vendor |
| 230 | 2025-11-11T20:12:50.461Z | python system 2 system |
| 231 | 2025-11-11T20:12:50.461Z | python3 system 3.11 system |
| 232 | 2025-11-11T20:12:50.461Z | ruby system 3.0 system |
| 233 | 2025-11-11T20:12:50.461Z | words vendor vendor american-english |
| 234 | 2025-11-11T20:12:50.461Z | words system system australian-english |
| 235 | 2025-11-11T20:12:50.461Z | words system system british-english |
| 236 | 2025-11-11T20:12:50.461Z | words system system canadian-english |
| 237 | 2025-11-11T20:12:50.461Z | words system system french |
| 238 | 2025-11-11T20:12:50.461Z | words system system italian |
| 239 | 2025-11-11T20:12:50.461Z | words system system ngerman |
| 240 | 2025-11-11T20:12:50.461Z | words system system ogerman |
| 241 | 2025-11-11T20:12:50.461Z | words system system spanish |
| 242 | 2025-11-11T20:12:50.896Z | PUBLISHER TYPE STATUS P LOCATION |
| 243 | 2025-11-11T20:12:50.896Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 244 | 2025-11-11T20:12:57.762Z | FMRI IFO |
| 245 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 246 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 247 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 248 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 249 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 250 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 251 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 253 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 256 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 259 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2025-11-11T20:12:57.762Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2025-11-11T20:12:59.061Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2025-11-11T20:12:59.515Z | Updating crates.io index |
| 263 | 2025-11-11T20:12:59.568Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2025-11-11T20:13:00.090Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2025-11-11T20:13:00.968Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2025-11-11T20:13:01.303Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2025-11-11T20:13:01.699Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2025-11-11T20:13:02.201Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2025-11-11T20:13:03.689Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2025-11-11T20:13:06.167Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2025-11-11T20:13:07.492Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2025-11-11T20:13:08.346Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 273 | 2025-11-11T20:13:09.061Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2025-11-11T20:13:09.500Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2025-11-11T20:13:09.936Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2025-11-11T20:13:10.746Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2025-11-11T20:13:11.409Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2025-11-11T20:13:11.804Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2025-11-11T20:13:12.234Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2025-11-11T20:13:12.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 281 | 2025-11-11T20:13:13.195Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2025-11-11T20:13:13.544Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2025-11-11T20:13:13.920Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2025-11-11T20:13:14.281Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2025-11-11T20:13:14.791Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2025-11-11T20:13:15.415Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 287 | 2025-11-11T20:13:15.861Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 288 | 2025-11-11T20:13:16.237Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 289 | 2025-11-11T20:13:16.831Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2025-11-11T20:13:17.463Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 291 | 2025-11-11T20:13:18.031Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2025-11-11T20:13:18.443Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2025-11-11T20:13:19.024Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 294 | 2025-11-11T20:13:19.476Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2025-11-11T20:13:19.959Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2025-11-11T20:13:20.297Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2025-11-11T20:13:20.708Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2025-11-11T20:13:21.132Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2025-11-11T20:13:35.171Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 300 | 2025-11-11T20:13:36.927Z | Downloading crates ... |
| 301 | 2025-11-11T20:13:36.995Z | Downloaded form_urlencoded v1.2.2 |
| 302 | 2025-11-11T20:13:37.021Z | Downloaded camino v1.2.0 |
| 303 | 2025-11-11T20:13:37.021Z | Downloaded clap_builder v4.5.48 |
| 304 | 2025-11-11T20:13:37.021Z | Downloaded zerocopy-derive v0.7.35 |
| 305 | 2025-11-11T20:13:37.021Z | Downloaded thiserror v2.0.17 |
| 306 | 2025-11-11T20:13:37.046Z | Downloaded zerofrom-derive v0.1.4 |
| 307 | 2025-11-11T20:13:37.046Z | Downloaded typeid v1.0.3 |
| 308 | 2025-11-11T20:13:37.046Z | Downloaded version_check v0.9.5 |
| 309 | 2025-11-11T20:13:37.046Z | Downloaded zerovec-derive v0.10.3 |
| 310 | 2025-11-11T20:13:37.046Z | Downloaded writeable v0.5.5 |
| 311 | 2025-11-11T20:13:37.072Z | Downloaded typenum v1.17.0 |
| 312 | 2025-11-11T20:13:37.072Z | Downloaded usdt-impl v0.5.0 |
| 313 | 2025-11-11T20:13:37.072Z | Downloaded zerocopy v0.7.35 |
| 314 | 2025-11-11T20:13:37.098Z | Downloaded zerovec v0.10.4 |
| 315 | 2025-11-11T20:13:37.098Z | Downloaded indexmap v2.11.4 |
| 316 | 2025-11-11T20:13:37.155Z | Downloaded synstructure v0.13.1 |
| 317 | 2025-11-11T20:13:37.155Z | Downloaded swrite v0.1.0 |
| 318 | 2025-11-11T20:13:37.155Z | Downloaded percent-encoding v2.3.2 |
| 319 | 2025-11-11T20:13:37.181Z | Downloaded papergrid v0.11.0 |
| 320 | 2025-11-11T20:13:37.181Z | Downloaded winnow v0.7.13 |
| 321 | 2025-11-11T20:13:37.181Z | Downloaded syn v2.0.106 |
| 322 | 2025-11-11T20:13:37.181Z | Downloaded num-traits v0.2.19 |
| 323 | 2025-11-11T20:13:37.181Z | Downloaded pest_meta v2.8.2 |
| 324 | 2025-11-11T20:13:37.181Z | Downloaded serde_json v1.0.145 |
| 325 | 2025-11-11T20:13:37.181Z | Downloaded syn v1.0.109 |
| 326 | 2025-11-11T20:13:37.181Z | Downloaded rustix v0.38.37 |
| 327 | 2025-11-11T20:13:37.207Z | Downloaded log v0.4.27 |
| 328 | 2025-11-11T20:13:37.207Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2025-11-11T20:13:37.207Z | Downloaded memmap v0.7.0 |
| 330 | 2025-11-11T20:13:37.207Z | Downloaded macaddr v1.0.1 |
| 331 | 2025-11-11T20:13:37.207Z | Downloaded litemap v0.7.3 |
| 332 | 2025-11-11T20:13:37.207Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2025-11-11T20:13:37.207Z | Downloaded stable_deref_trait v1.2.0 |
| 334 | 2025-11-11T20:13:37.207Z | Downloaded sha2 v0.10.9 |
| 335 | 2025-11-11T20:13:37.207Z | Downloaded serde_derive v1.0.226 |
| 336 | 2025-11-11T20:13:37.207Z | Downloaded serde-untagged v0.1.7 |
| 337 | 2025-11-11T20:13:37.207Z | Downloaded once_cell v1.21.3 |
| 338 | 2025-11-11T20:13:37.232Z | Downloaded itoa v1.0.11 |
| 339 | 2025-11-11T20:13:37.232Z | Downloaded memchr v2.7.4 |
| 340 | 2025-11-11T20:13:37.232Z | Downloaded rustix v1.0.7 |
| 341 | 2025-11-11T20:13:37.257Z | Downloaded is_terminal_polyfill v1.70.1 |
| 342 | 2025-11-11T20:13:37.257Z | Downloaded smawk v0.3.2 |
| 343 | 2025-11-11T20:13:37.257Z | Downloaded smallvec v1.15.1 |
| 344 | 2025-11-11T20:13:37.258Z | Downloaded serde_spanned v0.6.9 |
| 345 | 2025-11-11T20:13:37.258Z | Downloaded serde_core v1.0.226 |
| 346 | 2025-11-11T20:13:37.258Z | Downloaded serde-value v0.7.0 |
| 347 | 2025-11-11T20:13:37.258Z | Downloaded scroll_derive v0.12.0 |
| 348 | 2025-11-11T20:13:37.258Z | Downloaded scroll v0.12.0 |
| 349 | 2025-11-11T20:13:37.258Z | Downloaded pretty-hex v0.4.1 |
| 350 | 2025-11-11T20:13:37.258Z | Downloaded pest_derive v2.8.2 |
| 351 | 2025-11-11T20:13:37.258Z | Downloaded pest v2.8.2 |
| 352 | 2025-11-11T20:13:37.283Z | Downloaded ordered-float v2.10.1 |
| 353 | 2025-11-11T20:13:37.283Z | Downloaded strsim v0.11.1 |
| 354 | 2025-11-11T20:13:37.283Z | Downloaded serde_tokenstream v0.2.2 |
| 355 | 2025-11-11T20:13:37.283Z | Downloaded libc v0.2.174 |
| 356 | 2025-11-11T20:13:37.308Z | Downloaded serde v1.0.226 |
| 357 | 2025-11-11T20:13:37.308Z | Downloaded semver v1.0.27 |
| 358 | 2025-11-11T20:13:37.308Z | Downloaded ryu v1.0.18 |
| 359 | 2025-11-11T20:13:37.308Z | Downloaded quote v1.0.40 |
| 360 | 2025-11-11T20:13:37.308Z | Downloaded proc-macro2 v1.0.101 |
| 361 | 2025-11-11T20:13:37.308Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2025-11-11T20:13:37.308Z | Downloaded plain v0.2.3 |
| 363 | 2025-11-11T20:13:37.308Z | Downloaded pest_generator v2.8.2 |
| 364 | 2025-11-11T20:13:37.333Z | Downloaded idna_adapter v1.2.0 |
| 365 | 2025-11-11T20:13:37.334Z | Downloaded idna v1.0.3 |
| 366 | 2025-11-11T20:13:37.334Z | Downloaded icu_properties_data v1.5.0 |
| 367 | 2025-11-11T20:13:37.334Z | Downloaded icu_locid v1.5.0 |
| 368 | 2025-11-11T20:13:37.334Z | Downloaded icu_collections v1.5.0 |
| 369 | 2025-11-11T20:13:37.359Z | Downloaded heck v0.5.0 |
| 370 | 2025-11-11T20:13:37.359Z | Downloaded goblin v0.8.2 |
| 371 | 2025-11-11T20:13:37.359Z | Downloaded generic-array v0.14.7 |
| 372 | 2025-11-11T20:13:37.359Z | Downloaded fastrand v2.1.1 |
| 373 | 2025-11-11T20:13:37.359Z | Downloaded digest v0.10.7 |
| 374 | 2025-11-11T20:13:37.359Z | Downloaded camino-tempfile v1.4.1 |
| 375 | 2025-11-11T20:13:37.359Z | Downloaded autocfg v1.4.0 |
| 376 | 2025-11-11T20:13:37.359Z | Downloaded anstyle-query v1.1.1 |
| 377 | 2025-11-11T20:13:37.359Z | Downloaded icu_provider_macros v1.5.0 |
| 378 | 2025-11-11T20:13:37.359Z | Downloaded icu_provider v1.5.0 |
| 379 | 2025-11-11T20:13:37.359Z | Downloaded icu_properties v1.5.1 |
| 380 | 2025-11-11T20:13:37.359Z | Downloaded icu_normalizer_data v1.5.0 |
| 381 | 2025-11-11T20:13:37.385Z | Downloaded icu_locid_transform v1.5.0 |
| 382 | 2025-11-11T20:13:37.385Z | Downloaded hashbrown v0.16.0 |
| 383 | 2025-11-11T20:13:37.385Z | Downloaded getrandom v0.3.4 |
| 384 | 2025-11-11T20:13:37.385Z | Downloaded fs-err v3.1.1 |
| 385 | 2025-11-11T20:13:37.385Z | Downloaded errno v0.3.12 |
| 386 | 2025-11-11T20:13:37.385Z | Downloaded dtrace-parser v0.2.0 |
| 387 | 2025-11-11T20:13:37.385Z | Downloaded displaydoc v0.2.5 |
| 388 | 2025-11-11T20:13:37.385Z | Downloaded cpufeatures v0.2.14 |
| 389 | 2025-11-11T20:13:37.385Z | Downloaded colorchoice v1.0.2 |
| 390 | 2025-11-11T20:13:37.385Z | Downloaded clap_derive v4.5.47 |
| 391 | 2025-11-11T20:13:37.385Z | Downloaded cargo-platform v0.2.0 |
| 392 | 2025-11-11T20:13:37.385Z | Downloaded byteorder v1.5.0 |
| 393 | 2025-11-11T20:13:37.411Z | Downloaded bytecount v0.6.8 |
| 394 | 2025-11-11T20:13:37.411Z | Downloaded block-buffer v0.10.4 |
| 395 | 2025-11-11T20:13:37.411Z | Downloaded bitflags v2.9.4 |
| 396 | 2025-11-11T20:13:37.411Z | Downloaded anyhow v1.0.99 |
| 397 | 2025-11-11T20:13:37.411Z | Downloaded icu_normalizer v1.5.0 |
| 398 | 2025-11-11T20:13:37.411Z | Downloaded icu_locid_transform_data v1.5.0 |
| 399 | 2025-11-11T20:13:37.411Z | Downloaded heck v0.4.1 |
| 400 | 2025-11-11T20:13:37.411Z | Downloaded fnv v1.0.7 |
| 401 | 2025-11-11T20:13:37.411Z | Downloaded erased-serde v0.4.6 |
| 402 | 2025-11-11T20:13:37.411Z | Downloaded equivalent v1.0.2 |
| 403 | 2025-11-11T20:13:37.411Z | Downloaded dof v0.3.0 |
| 404 | 2025-11-11T20:13:37.411Z | Downloaded crypto-common v0.1.6 |
| 405 | 2025-11-11T20:13:37.437Z | Downloaded clap_lex v0.7.4 |
| 406 | 2025-11-11T20:13:37.437Z | Downloaded usdt-attr-macro v0.5.0 |
| 407 | 2025-11-11T20:13:37.437Z | Downloaded unicode-width v0.2.0 |
| 408 | 2025-11-11T20:13:37.437Z | Downloaded toml v0.8.23 |
| 409 | 2025-11-11T20:13:37.437Z | Downloaded thiserror-impl v2.0.17 |
| 410 | 2025-11-11T20:13:37.437Z | Downloaded yoke-derive v0.7.4 |
| 411 | 2025-11-11T20:13:37.437Z | Downloaded write16 v1.0.0 |
| 412 | 2025-11-11T20:13:37.437Z | Downloaded utf8parse v0.2.2 |
| 413 | 2025-11-11T20:13:37.437Z | Downloaded utf16_iter v1.0.5 |
| 414 | 2025-11-11T20:13:37.437Z | Downloaded usdt-macro v0.5.0 |
| 415 | 2025-11-11T20:13:37.437Z | Downloaded usdt v0.5.0 |
| 416 | 2025-11-11T20:13:37.437Z | Downloaded unicode-xid v0.2.6 |
| 417 | 2025-11-11T20:13:37.437Z | Downloaded unicode-width v0.1.14 |
| 418 | 2025-11-11T20:13:37.437Z | Downloaded toml_write v0.1.2 |
| 419 | 2025-11-11T20:13:37.437Z | Downloaded toml_edit v0.22.27 |
| 420 | 2025-11-11T20:13:37.463Z | Downloaded tinystr v0.7.6 |
| 421 | 2025-11-11T20:13:37.463Z | Downloaded textwrap v0.16.2 |
| 422 | 2025-11-11T20:13:37.463Z | Downloaded tabled v0.15.0 |
| 423 | 2025-11-11T20:13:37.463Z | Downloaded url v2.5.4 |
| 424 | 2025-11-11T20:13:37.488Z | Downloaded unicode-linebreak v0.1.5 |
| 425 | 2025-11-11T20:13:37.488Z | Downloaded unicode-ident v1.0.19 |
| 426 | 2025-11-11T20:13:37.488Z | Downloaded toml_datetime v0.6.11 |
| 427 | 2025-11-11T20:13:37.488Z | Downloaded thiserror-impl v1.0.69 |
| 428 | 2025-11-11T20:13:37.488Z | Downloaded thiserror v1.0.69 |
| 429 | 2025-11-11T20:13:37.488Z | Downloaded terminal_size v0.4.0 |
| 430 | 2025-11-11T20:13:37.488Z | Downloaded tempfile v3.20.0 |
| 431 | 2025-11-11T20:13:37.488Z | Downloaded anstyle-parse v0.2.5 |
| 432 | 2025-11-11T20:13:37.488Z | Downloaded zerofrom v0.1.4 |
| 433 | 2025-11-11T20:13:37.488Z | Downloaded yoke v0.7.4 |
| 434 | 2025-11-11T20:13:37.488Z | Downloaded ucd-trie v0.1.7 |
| 435 | 2025-11-11T20:13:37.488Z | Downloaded clap v4.5.48 |
| 436 | 2025-11-11T20:13:37.513Z | Downloaded cargo_toml v0.21.0 |
| 437 | 2025-11-11T20:13:37.514Z | Downloaded cargo_metadata v0.21.0 |
| 438 | 2025-11-11T20:13:37.514Z | Downloaded anstyle v1.0.11 |
| 439 | 2025-11-11T20:13:37.514Z | Downloaded cfg-if v1.0.4 |
| 440 | 2025-11-11T20:13:37.514Z | Downloaded cargo-util-schemas v0.8.2 |
| 441 | 2025-11-11T20:13:37.514Z | Downloaded utf8_iter v1.0.4 |
| 442 | 2025-11-11T20:13:37.514Z | Downloaded thread-id v4.2.2 |
| 443 | 2025-11-11T20:13:37.514Z | Downloaded anstream v0.6.18 |
| 444 | 2025-11-11T20:13:37.594Z | Compiling proc-macro2 v1.0.101 |
| 445 | 2025-11-11T20:13:37.594Z | Compiling unicode-ident v1.0.19 |
| 446 | 2025-11-11T20:13:37.594Z | Compiling serde_core v1.0.226 |
| 447 | 2025-11-11T20:13:37.594Z | Compiling serde v1.0.226 |
| 448 | 2025-11-11T20:13:37.619Z | Compiling version_check v0.9.5 |
| 449 | 2025-11-11T20:13:37.619Z | Compiling libc v0.2.174 |
| 450 | 2025-11-11T20:13:37.619Z | Compiling memchr v2.7.4 |
| 451 | 2025-11-11T20:13:37.619Z | Compiling stable_deref_trait v1.2.0 |
| 452 | 2025-11-11T20:13:37.951Z | Compiling thiserror v2.0.17 |
| 453 | 2025-11-11T20:13:37.976Z | Compiling thiserror v1.0.69 |
| 454 | 2025-11-11T20:13:38.495Z | Compiling ryu v1.0.18 |
| 455 | 2025-11-11T20:13:38.528Z | Compiling itoa v1.0.11 |
| 456 | 2025-11-11T20:13:38.794Z | Compiling litemap v0.7.3 |
| 457 | 2025-11-11T20:13:38.821Z | Compiling writeable v0.5.5 |
| 458 | 2025-11-11T20:13:38.977Z | Compiling ucd-trie v0.1.7 |
| 459 | 2025-11-11T20:13:39.066Z | Compiling autocfg v1.4.0 |
| 460 | 2025-11-11T20:13:39.335Z | Compiling icu_locid_transform_data v1.5.0 |
| 461 | 2025-11-11T20:13:39.491Z | Compiling bitflags v2.9.4 |
| 462 | 2025-11-11T20:13:39.516Z | Compiling byteorder v1.5.0 |
| 463 | 2025-11-11T20:13:39.730Z | Compiling quote v1.0.40 |
| 464 | 2025-11-11T20:13:40.019Z | Compiling errno v0.3.12 |
| 465 | 2025-11-11T20:13:40.050Z | Compiling serde_json v1.0.145 |
| 466 | 2025-11-11T20:13:40.076Z | Compiling icu_properties_data v1.5.0 |
| 467 | 2025-11-11T20:13:40.280Z | Compiling syn v2.0.106 |
| 468 | 2025-11-11T20:13:40.312Z | Compiling num-traits v0.2.19 |
| 469 | 2025-11-11T20:13:40.339Z | Compiling equivalent v1.0.2 |
| 470 | 2025-11-11T20:13:40.437Z | Compiling write16 v1.0.0 |
| 471 | 2025-11-11T20:13:40.464Z | Compiling utf16_iter v1.0.5 |
| 472 | 2025-11-11T20:13:40.500Z | Compiling typeid v1.0.3 |
| 473 | 2025-11-11T20:13:40.613Z | Compiling icu_normalizer_data v1.5.0 |
| 474 | 2025-11-11T20:13:40.640Z | Compiling utf8_iter v1.0.4 |
| 475 | 2025-11-11T20:13:40.695Z | Compiling rustix v0.38.37 |
| 476 | 2025-11-11T20:13:40.749Z | Compiling hashbrown v0.16.0 |
| 477 | 2025-11-11T20:13:40.918Z | Compiling smallvec v1.15.1 |
| 478 | 2025-11-11T20:13:41.372Z | Compiling proc-macro-error-attr v1.0.4 |
| 479 | 2025-11-11T20:13:41.496Z | Compiling usdt-impl v0.5.0 |
| 480 | 2025-11-11T20:13:41.570Z | Compiling winnow v0.7.13 |
| 481 | 2025-11-11T20:13:41.667Z | Compiling syn v1.0.109 |
| 482 | 2025-11-11T20:13:41.758Z | Compiling indexmap v2.11.4 |
| 483 | 2025-11-11T20:13:41.829Z | Compiling toml_write v0.1.2 |
| 484 | 2025-11-11T20:13:42.018Z | Compiling thread-id v4.2.2 |
| 485 | 2025-11-11T20:13:42.720Z | Compiling proc-macro-error v1.0.4 |
| 486 | 2025-11-11T20:13:43.083Z | Compiling rustix v1.0.7 |
| 487 | 2025-11-11T20:13:43.126Z | Compiling camino v1.2.0 |
| 488 | 2025-11-11T20:13:43.525Z | Compiling percent-encoding v2.3.2 |
| 489 | 2025-11-11T20:13:43.739Z | Compiling log v0.4.27 |
| 490 | 2025-11-11T20:13:43.765Z | Compiling getrandom v0.3.4 |
| 491 | 2025-11-11T20:13:43.865Z | Compiling plain v0.2.3 |
| 492 | 2025-11-11T20:13:43.892Z | Compiling utf8parse v0.2.2 |
| 493 | 2025-11-11T20:13:44.080Z | Compiling anstyle-parse v0.2.5 |
| 494 | 2025-11-11T20:13:44.125Z | Compiling form_urlencoded v1.2.2 |
| 495 | 2025-11-11T20:13:44.413Z | Compiling ordered-float v2.10.1 |
| 496 | 2025-11-11T20:13:44.465Z | Compiling terminal_size v0.4.0 |
| 497 | 2025-11-11T20:13:44.816Z | Compiling cfg-if v1.0.4 |
| 498 | 2025-11-11T20:13:44.995Z | Compiling pretty-hex v0.4.1 |
| 499 | 2025-11-11T20:13:45.045Z | Compiling anstyle-query v1.1.1 |
| 500 | 2025-11-11T20:13:45.186Z | Compiling is_terminal_polyfill v1.70.1 |
| 501 | 2025-11-11T20:13:45.241Z | Compiling anstyle v1.0.11 |
| 502 | 2025-11-11T20:13:45.269Z | Compiling colorchoice v1.0.2 |
| 503 | 2025-11-11T20:13:45.568Z | Compiling semver v1.0.27 |
| 504 | 2025-11-11T20:13:45.662Z | Compiling anstream v0.6.18 |
| 505 | 2025-11-11T20:13:45.733Z | Compiling fs-err v3.1.1 |
| 506 | 2025-11-11T20:13:46.140Z | Compiling once_cell v1.21.3 |
| 507 | 2025-11-11T20:13:46.211Z | Compiling heck v0.5.0 |
| 508 | 2025-11-11T20:13:46.246Z | Compiling heck v0.4.1 |
| 509 | 2025-11-11T20:13:46.280Z | Compiling anyhow v1.0.99 |
| 510 | 2025-11-11T20:13:46.524Z | Compiling synstructure v0.13.1 |
| 511 | 2025-11-11T20:13:46.667Z | Compiling unicode-width v0.1.14 |
| 512 | 2025-11-11T20:13:46.703Z | Compiling unicode-xid v0.2.6 |
| 513 | 2025-11-11T20:13:46.799Z | Compiling strsim v0.11.1 |
| 514 | 2025-11-11T20:13:46.904Z | Compiling fastrand v2.1.1 |
| 515 | 2025-11-11T20:13:47.161Z | Compiling bytecount v0.6.8 |
| 516 | 2025-11-11T20:13:47.401Z | Compiling fnv v1.0.7 |
| 517 | 2025-11-11T20:13:47.426Z | Compiling clap_lex v0.7.4 |
| 518 | 2025-11-11T20:13:47.462Z | Compiling tempfile v3.20.0 |
| 519 | 2025-11-11T20:13:47.577Z | Compiling papergrid v0.11.0 |
| 520 | 2025-11-11T20:13:47.751Z | Compiling clap_builder v4.5.48 |
| 521 | 2025-11-11T20:13:48.118Z | Compiling memmap v0.7.0 |
| 522 | 2025-11-11T20:13:48.231Z | Compiling unicode-linebreak v0.1.5 |
| 523 | 2025-11-11T20:13:48.286Z | Compiling smawk v0.3.2 |
| 524 | 2025-11-11T20:13:48.443Z | Compiling unicode-width v0.2.0 |
| 525 | 2025-11-11T20:13:48.912Z | Compiling textwrap v0.16.2 |
| 526 | 2025-11-11T20:13:49.184Z | Compiling camino-tempfile v1.4.1 |
| 527 | 2025-11-11T20:13:49.224Z | Compiling swrite v0.1.0 |
| 528 | 2025-11-11T20:13:49.384Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 529 | 2025-11-11T20:13:49.416Z | Compiling tabled_derive v0.7.0 |
| 530 | 2025-11-11T20:13:50.198Z | Compiling serde_derive v1.0.226 |
| 531 | 2025-11-11T20:13:50.228Z | Compiling zerofrom-derive v0.1.4 |
| 532 | 2025-11-11T20:13:50.278Z | Compiling yoke-derive v0.7.4 |
| 533 | 2025-11-11T20:13:50.315Z | Compiling zerovec-derive v0.10.3 |
| 534 | 2025-11-11T20:13:50.416Z | Compiling thiserror-impl v2.0.17 |
| 535 | 2025-11-11T20:13:50.809Z | Compiling displaydoc v0.2.5 |
| 536 | 2025-11-11T20:13:52.174Z | Compiling thiserror-impl v1.0.69 |
| 537 | 2025-11-11T20:13:52.525Z | Compiling icu_provider_macros v1.5.0 |
| 538 | 2025-11-11T20:13:52.732Z | Compiling zerocopy-derive v0.7.35 |
| 539 | 2025-11-11T20:13:53.361Z | Compiling zerofrom v0.1.4 |
| 540 | 2025-11-11T20:13:53.449Z | Compiling pest v2.8.2 |
| 541 | 2025-11-11T20:13:53.521Z | Compiling scroll_derive v0.12.0 |
| 542 | 2025-11-11T20:13:53.600Z | Compiling yoke v0.7.4 |
| 543 | 2025-11-11T20:13:53.987Z | Compiling zerovec v0.10.4 |
| 544 | 2025-11-11T20:13:54.537Z | Compiling zerocopy v0.7.35 |
| 545 | 2025-11-11T20:13:54.761Z | Compiling scroll v0.12.0 |
| 546 | 2025-11-11T20:13:54.871Z | Compiling clap_derive v4.5.47 |
| 547 | 2025-11-11T20:13:55.039Z | Compiling tabled v0.15.0 |
| 548 | 2025-11-11T20:13:55.362Z | Compiling goblin v0.8.2 |
| 549 | 2025-11-11T20:13:55.798Z | Compiling tinystr v0.7.6 |
| 550 | 2025-11-11T20:13:55.938Z | Compiling pest_meta v2.8.2 |
| 551 | 2025-11-11T20:13:56.030Z | Compiling icu_collections v1.5.0 |
| 552 | 2025-11-11T20:13:56.220Z | Compiling icu_locid v1.5.0 |
| 553 | 2025-11-11T20:13:57.285Z | Compiling pest_generator v2.8.2 |
| 554 | 2025-11-11T20:13:57.632Z | Compiling icu_provider v1.5.0 |
| 555 | 2025-11-11T20:13:57.795Z | Compiling toml_datetime v0.6.11 |
| 556 | 2025-11-11T20:13:58.133Z | Compiling serde_spanned v0.6.9 |
| 557 | 2025-11-11T20:13:58.340Z | Compiling icu_locid_transform v1.5.0 |
| 558 | 2025-11-11T20:13:58.409Z | Compiling toml_edit v0.22.27 |
| 559 | 2025-11-11T20:13:58.544Z | Compiling dof v0.3.0 |
| 560 | 2025-11-11T20:13:58.792Z | Compiling serde_tokenstream v0.2.2 |
| 561 | 2025-11-11T20:13:58.851Z | Compiling erased-serde v0.4.6 |
| 562 | 2025-11-11T20:13:59.357Z | Compiling serde-value v0.7.0 |
| 563 | 2025-11-11T20:13:59.388Z | Compiling cargo-platform v0.2.0 |
| 564 | 2025-11-11T20:13:59.973Z | Compiling icu_properties v1.5.1 |
| 565 | 2025-11-11T20:14:00.006Z | Compiling serde-untagged v0.1.7 |
| 566 | 2025-11-11T20:14:00.040Z | Compiling pest_derive v2.8.2 |
| 567 | 2025-11-11T20:14:00.187Z | Compiling clap v4.5.48 |
| 568 | 2025-11-11T20:14:00.339Z | Compiling macaddr v1.0.1 |
| 569 | 2025-11-11T20:14:00.799Z | Compiling dtrace-parser v0.2.0 |
| 570 | 2025-11-11T20:14:01.810Z | Compiling toml v0.8.23 |
| 571 | 2025-11-11T20:14:02.621Z | Compiling usdt-attr-macro v0.5.0 |
| 572 | 2025-11-11T20:14:02.621Z | Compiling usdt-macro v0.5.0 |
| 573 | 2025-11-11T20:14:02.746Z | Compiling cargo_toml v0.21.0 |
| 574 | 2025-11-11T20:14:03.409Z | Compiling icu_normalizer v1.5.0 |
| 575 | 2025-11-11T20:14:03.877Z | Compiling usdt v0.5.0 |
| 576 | 2025-11-11T20:14:04.253Z | Compiling idna_adapter v1.2.0 |
| 577 | 2025-11-11T20:14:04.454Z | Compiling idna v1.0.3 |
| 578 | 2025-11-11T20:14:05.045Z | Compiling url v2.5.4 |
| 579 | 2025-11-11T20:14:05.964Z | Compiling cargo-util-schemas v0.8.2 |
| 580 | 2025-11-11T20:14:08.043Z | Compiling cargo_metadata v0.21.0 |
| 581 | 2025-11-11T20:14:10.262Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 582 | 2025-11-11T20:14:14.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 583 | 2025-11-11T20:14:15.275Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 584 | 2025-11-11T20:14:16.391Z | Downloading crates ... |
| 585 | 2025-11-11T20:14:16.588Z | Downloaded async-stream-impl v0.3.6 |
| 586 | 2025-11-11T20:14:16.615Z | Downloaded bitfield-macros v0.19.2 |
| 587 | 2025-11-11T20:14:16.615Z | Downloaded cmake v0.1.51 |
| 588 | 2025-11-11T20:14:16.615Z | Downloaded fxhash v0.2.1 |
| 589 | 2025-11-11T20:14:16.643Z | Downloaded base64 v0.21.7 |
| 590 | 2025-11-11T20:14:16.643Z | Downloaded atomic-waker v1.1.2 |
| 591 | 2025-11-11T20:14:16.643Z | Downloaded crossbeam-epoch v0.9.18 |
| 592 | 2025-11-11T20:14:16.670Z | Downloaded rustc_version v0.1.7 |
| 593 | 2025-11-11T20:14:16.670Z | Downloaded russh v0.45.0 |
| 594 | 2025-11-11T20:14:16.670Z | Downloaded similar v2.7.0 |
| 595 | 2025-11-11T20:14:16.695Z | Downloaded strip-ansi-escapes v0.2.0 |
| 596 | 2025-11-11T20:14:16.695Z | Downloaded hex v0.4.3 |
| 597 | 2025-11-11T20:14:16.695Z | Downloaded hubpack_derive v0.1.1 |
| 598 | 2025-11-11T20:14:16.721Z | Downloaded tap v1.0.1 |
| 599 | 2025-11-11T20:14:16.721Z | Downloaded test-strategy v0.4.3 |
| 600 | 2025-11-11T20:14:16.721Z | Downloaded tower-layer v0.3.3 |
| 601 | 2025-11-11T20:14:16.721Z | Downloaded try-lock v0.2.5 |
| 602 | 2025-11-11T20:14:16.746Z | Downloaded yasna v0.5.2 |
| 603 | 2025-11-11T20:14:16.746Z | Downloaded darling_macro v0.21.0 |
| 604 | 2025-11-11T20:14:16.746Z | Downloaded static_assertions v1.1.0 |
| 605 | 2025-11-11T20:14:16.746Z | Downloaded simd-adler32 v0.3.7 |
| 606 | 2025-11-11T20:14:16.746Z | Downloaded serde-big-array v0.5.1 |
| 607 | 2025-11-11T20:14:16.772Z | Downloaded typify v0.2.0 |
| 608 | 2025-11-11T20:14:16.772Z | Downloaded structmeta v0.3.0 |
| 609 | 2025-11-11T20:14:16.772Z | Downloaded endian-type v0.1.2 |
| 610 | 2025-11-11T20:14:16.772Z | Downloaded foreign-types-macros v0.2.3 |
| 611 | 2025-11-11T20:14:16.798Z | Downloaded pem v3.0.5 |
| 612 | 2025-11-11T20:14:16.798Z | Downloaded predicates-tree v1.0.12 |
| 613 | 2025-11-11T20:14:16.798Z | Downloaded rfc6979 v0.4.0 |
| 614 | 2025-11-11T20:14:16.825Z | Downloaded dropshot-api-manager-types v0.2.3 |
| 615 | 2025-11-11T20:14:16.825Z | Downloaded shell-words v1.1.0 |
| 616 | 2025-11-11T20:14:16.825Z | Downloaded foreign-types-shared v0.3.1 |
| 617 | 2025-11-11T20:14:16.825Z | Downloaded smallvec v0.6.14 |
| 618 | 2025-11-11T20:14:16.850Z | Downloaded tokio-tungstenite v0.23.1 |
| 619 | 2025-11-11T20:14:16.850Z | Downloaded zone v0.1.8 |
| 620 | 2025-11-11T20:14:16.850Z | Downloaded darling v0.20.10 |
| 621 | 2025-11-11T20:14:16.850Z | Downloaded embedded-io v0.4.0 |
| 622 | 2025-11-11T20:14:16.875Z | Downloaded tokio-postgres v0.7.13 |
| 623 | 2025-11-11T20:14:16.875Z | Downloaded papergrid v0.14.0 |
| 624 | 2025-11-11T20:14:16.901Z | Downloaded pkg-config v0.3.31 |
| 625 | 2025-11-11T20:14:16.901Z | Downloaded serde_plain v1.0.2 |
| 626 | 2025-11-11T20:14:16.926Z | Downloaded thread_local v1.1.8 |
| 627 | 2025-11-11T20:14:16.926Z | Downloaded vte_generate_state_changes v0.1.2 |
| 628 | 2025-11-11T20:14:16.952Z | Downloaded fixedbitset v0.4.2 |
| 629 | 2025-11-11T20:14:16.952Z | Downloaded rtoolbox v0.0.2 |
| 630 | 2025-11-11T20:14:16.952Z | Downloaded quinn-udp v0.5.5 |
| 631 | 2025-11-11T20:14:16.978Z | Downloaded derive_builder_core v0.20.2 |
| 632 | 2025-11-11T20:14:16.978Z | Downloaded sqlformat v0.3.5 |
| 633 | 2025-11-11T20:14:17.004Z | Downloaded vergen-gitcl v1.0.8 |
| 634 | 2025-11-11T20:14:17.004Z | Downloaded sync_wrapper v1.0.1 |
| 635 | 2025-11-11T20:14:17.031Z | Downloaded owo-colors v4.2.2 |
| 636 | 2025-11-11T20:14:17.057Z | Downloaded newline-converter v0.3.0 |
| 637 | 2025-11-11T20:14:17.057Z | Downloaded paste v1.0.15 |
| 638 | 2025-11-11T20:14:17.057Z | Downloaded strum_macros v0.24.3 |
| 639 | 2025-11-11T20:14:17.084Z | Downloaded subprocess v0.2.9 |
| 640 | 2025-11-11T20:14:17.084Z | Downloaded supports-color v3.0.2 |
| 641 | 2025-11-11T20:14:17.084Z | Downloaded pin-utils v0.1.0 |
| 642 | 2025-11-11T20:14:17.084Z | Downloaded password-hash v0.5.0 |
| 643 | 2025-11-11T20:14:17.084Z | Downloaded subtle v2.6.1 |
| 644 | 2025-11-11T20:14:17.109Z | Downloaded strum_macros v0.27.2 |
| 645 | 2025-11-11T20:14:17.109Z | Downloaded usdt-macro v0.6.0 |
| 646 | 2025-11-11T20:14:17.109Z | Downloaded zopfli v0.8.1 |
| 647 | 2025-11-11T20:14:17.109Z | Downloaded publicsuffix v2.3.0 |
| 648 | 2025-11-11T20:14:17.152Z | Downloaded minimal-lexical v0.2.1 |
| 649 | 2025-11-11T20:14:17.152Z | Downloaded openssl v0.10.73 |
| 650 | 2025-11-11T20:14:17.152Z | Downloaded unsafe-libyaml v0.2.11 |
| 651 | 2025-11-11T20:14:17.152Z | Downloaded petgraph v0.6.5 |
| 652 | 2025-11-11T20:14:17.177Z | Downloaded support-bundle-viewer v0.1.2 |
| 653 | 2025-11-11T20:14:17.177Z | Downloaded openssl-sys v0.9.109 |
| 654 | 2025-11-11T20:14:17.177Z | Downloaded num-bigint-dig v0.8.4 |
| 655 | 2025-11-11T20:14:17.177Z | Downloaded serde_with v3.14.0 |
| 656 | 2025-11-11T20:14:17.202Z | Downloaded crossterm v0.29.0 |
| 657 | 2025-11-11T20:14:17.202Z | Downloaded winnow v0.6.26 |
| 658 | 2025-11-11T20:14:17.227Z | Downloaded winnow v0.5.40 |
| 659 | 2025-11-11T20:14:17.227Z | Downloaded webpki-roots v1.0.1 |
| 660 | 2025-11-11T20:14:17.227Z | Downloaded lalrpop v0.19.12 |
| 661 | 2025-11-11T20:14:17.252Z | Downloaded crossterm v0.28.1 |
| 662 | 2025-11-11T20:14:17.252Z | Downloaded csv v1.3.1 |
| 663 | 2025-11-11T20:14:17.278Z | Downloaded hickory-proto v0.24.4 |
| 664 | 2025-11-11T20:14:17.303Z | Downloaded object v0.36.5 |
| 665 | 2025-11-11T20:14:17.303Z | Downloaded zlib-rs v0.5.1 |
| 666 | 2025-11-11T20:14:17.303Z | Downloaded qorb v0.4.1 |
| 667 | 2025-11-11T20:14:17.328Z | Downloaded petgraph v0.8.2 |
| 668 | 2025-11-11T20:14:17.352Z | Downloaded salty v0.3.0 |
| 669 | 2025-11-11T20:14:17.353Z | Downloaded typify-impl v0.2.0 |
| 670 | 2025-11-11T20:14:17.378Z | Downloaded itertools v0.14.0 |
| 671 | 2025-11-11T20:14:17.378Z | Downloaded typify-impl v0.4.3 |
| 672 | 2025-11-11T20:14:17.403Z | Downloaded openapiv3 v2.2.0 |
| 673 | 2025-11-11T20:14:17.428Z | Downloaded libz-sys v1.1.20 |
| 674 | 2025-11-11T20:14:17.453Z | Downloaded itertools v0.13.0 |
| 675 | 2025-11-11T20:14:17.453Z | Downloaded schemars v1.0.4 |
| 676 | 2025-11-11T20:14:17.478Z | Downloaded hyper v1.7.0 |
| 677 | 2025-11-11T20:14:17.503Z | Downloaded hkdf v0.12.4 |
| 678 | 2025-11-11T20:14:17.503Z | Downloaded sha3 v0.10.8 |
| 679 | 2025-11-11T20:14:17.503Z | Downloaded tokio-util v0.7.15 |
| 680 | 2025-11-11T20:14:17.503Z | Downloaded itertools v0.12.1 |
| 681 | 2025-11-11T20:14:17.528Z | Downloaded regex-automata v0.4.11 |
| 682 | 2025-11-11T20:14:17.553Z | Downloaded jiff v0.2.15 |
| 683 | 2025-11-11T20:14:17.553Z | Downloaded iri-string v0.7.8 |
| 684 | 2025-11-11T20:14:17.578Z | Downloaded zip v4.2.0 |
| 685 | 2025-11-11T20:14:17.578Z | Downloaded libxml v0.3.3 |
| 686 | 2025-11-11T20:14:17.578Z | Downloaded itertools v0.10.5 |
| 687 | 2025-11-11T20:14:17.603Z | Downloaded lzma-sys v0.1.20 |
| 688 | 2025-11-11T20:14:17.628Z | Downloaded libm v0.2.8 |
| 689 | 2025-11-11T20:14:17.654Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 690 | 2025-11-11T20:14:17.654Z | Downloaded iddqd v0.3.13 |
| 691 | 2025-11-11T20:14:17.679Z | Downloaded hickory-server v0.25.2 |
| 692 | 2025-11-11T20:14:17.679Z | Downloaded pin-project v1.1.6 |
| 693 | 2025-11-11T20:14:17.679Z | Downloaded newtype-uuid v1.3.1 |
| 694 | 2025-11-11T20:14:17.704Z | Downloaded unicode-normalization v0.1.24 |
| 695 | 2025-11-11T20:14:17.704Z | Downloaded strum_macros v0.26.4 |
| 696 | 2025-11-11T20:14:17.704Z | Downloaded strum v0.27.2 |
| 697 | 2025-11-11T20:14:17.704Z | Downloaded pin-project-lite v0.2.14 |
| 698 | 2025-11-11T20:14:17.704Z | Downloaded password-hash v0.4.2 |
| 699 | 2025-11-11T20:14:17.704Z | Downloaded num-complex v0.4.6 |
| 700 | 2025-11-11T20:14:17.704Z | Downloaded nu-ansi-term v0.50.1 |
| 701 | 2025-11-11T20:14:17.704Z | Downloaded memmap2 v0.9.8 |
| 702 | 2025-11-11T20:14:17.704Z | Downloaded zstd-safe v7.2.3 |
| 703 | 2025-11-11T20:14:17.730Z | Downloaded uuid v1.18.1 |
| 704 | 2025-11-11T20:14:17.730Z | Downloaded pretty_assertions v1.4.1 |
| 705 | 2025-11-11T20:14:17.730Z | Downloaded num v0.4.3 |
| 706 | 2025-11-11T20:14:17.730Z | Downloaded usdt v0.6.0 |
| 707 | 2025-11-11T20:14:17.730Z | Downloaded crossbeam-utils v0.8.21 |
| 708 | 2025-11-11T20:14:17.730Z | Downloaded ratatui v0.29.0 |
| 709 | 2025-11-11T20:14:17.756Z | Downloaded tinyvec v1.8.0 |
| 710 | 2025-11-11T20:14:17.756Z | Downloaded serde_yaml v0.9.34+deprecated |
| 711 | 2025-11-11T20:14:17.757Z | Downloaded hyper-util v0.1.17 |
| 712 | 2025-11-11T20:14:17.782Z | Downloaded h2 v0.4.6 |
| 713 | 2025-11-11T20:14:17.782Z | Downloaded path-slash v0.1.5 |
| 714 | 2025-11-11T20:14:17.782Z | Downloaded openssl-probe v0.1.5 |
| 715 | 2025-11-11T20:14:17.782Z | Downloaded opaque-debug v0.3.1 |
| 716 | 2025-11-11T20:14:17.782Z | Downloaded num-bigint v0.4.6 |
| 717 | 2025-11-11T20:14:17.782Z | Downloaded newtype-uuid-macros v0.1.0 |
| 718 | 2025-11-11T20:14:17.782Z | Downloaded mime_guess v2.0.5 |
| 719 | 2025-11-11T20:14:17.782Z | Downloaded memoffset v0.9.1 |
| 720 | 2025-11-11T20:14:17.782Z | Downloaded usdt-impl v0.6.0 |
| 721 | 2025-11-11T20:14:17.782Z | Downloaded untrusted v0.9.0 |
| 722 | 2025-11-11T20:14:17.807Z | Downloaded untrusted v0.7.1 |
| 723 | 2025-11-11T20:14:17.807Z | Downloaded unicode-segmentation v1.12.0 |
| 724 | 2025-11-11T20:14:17.807Z | Downloaded phf_shared v0.12.1 |
| 725 | 2025-11-11T20:14:17.807Z | Downloaded md-5 v0.10.6 |
| 726 | 2025-11-11T20:14:17.807Z | Downloaded maybe-uninit v2.0.0 |
| 727 | 2025-11-11T20:14:17.807Z | Downloaded futures v0.3.31 |
| 728 | 2025-11-11T20:14:17.807Z | Downloaded ring v0.17.14 |
| 729 | 2025-11-11T20:14:17.848Z | Downloaded gimli v0.31.1 |
| 730 | 2025-11-11T20:14:17.873Z | Downloaded utf-8 v0.7.6 |
| 731 | 2025-11-11T20:14:17.874Z | Downloaded parse-display-derive v0.10.0 |
| 732 | 2025-11-11T20:14:17.874Z | Downloaded parking_lot_core v0.9.10 |
| 733 | 2025-11-11T20:14:17.874Z | Downloaded oxnet v0.1.3 |
| 734 | 2025-11-11T20:14:17.874Z | Downloaded petname v2.0.2 |
| 735 | 2025-11-11T20:14:17.874Z | Downloaded ssh-encoding v0.2.0 |
| 736 | 2025-11-11T20:14:17.874Z | Downloaded scroll v0.13.0 |
| 737 | 2025-11-11T20:14:17.899Z | Downloaded rustls v0.22.4 |
| 738 | 2025-11-11T20:14:17.899Z | Downloaded strum v0.26.3 |
| 739 | 2025-11-11T20:14:17.899Z | Downloaded structmeta-derive v0.3.0 |
| 740 | 2025-11-11T20:14:17.899Z | Downloaded pin-project-internal v1.1.6 |
| 741 | 2025-11-11T20:14:17.899Z | Downloaded oso v0.27.3 |
| 742 | 2025-11-11T20:14:17.899Z | Downloaded openssl-macros v0.1.1 |
| 743 | 2025-11-11T20:14:17.924Z | Downloaded newtype_derive v0.1.6 |
| 744 | 2025-11-11T20:14:17.924Z | Downloaded parse-display v0.10.0 |
| 745 | 2025-11-11T20:14:17.924Z | Downloaded oxide-tokio-rt v0.1.2 |
| 746 | 2025-11-11T20:14:17.924Z | Downloaded oso-derive v0.27.3 |
| 747 | 2025-11-11T20:14:17.924Z | Downloaded dof v0.4.0 |
| 748 | 2025-11-11T20:14:17.924Z | Downloaded rustls v0.21.12 |
| 749 | 2025-11-11T20:14:17.924Z | Downloaded radix_trie v0.2.1 |
| 750 | 2025-11-11T20:14:17.949Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 751 | 2025-11-11T20:14:17.997Z | Downloaded serde_with_macros v3.14.0 |
| 752 | 2025-11-11T20:14:18.022Z | Downloaded ron v0.8.1 |
| 753 | 2025-11-11T20:14:18.022Z | Downloaded tokio v1.47.0 |
| 754 | 2025-11-11T20:14:18.052Z | Downloaded samael v0.0.19 |
| 755 | 2025-11-11T20:14:18.077Z | Downloaded parse-size v1.1.0 |
| 756 | 2025-11-11T20:14:18.077Z | Downloaded p256 v0.13.2 |
| 757 | 2025-11-11T20:14:18.077Z | Downloaded universal-hash v0.5.1 |
| 758 | 2025-11-11T20:14:18.077Z | Downloaded unit-prefix v0.5.1 |
| 759 | 2025-11-11T20:14:18.077Z | Downloaded unicode-truncate v1.1.0 |
| 760 | 2025-11-11T20:14:18.077Z | Downloaded unicode-bidi v0.3.17 |
| 761 | 2025-11-11T20:14:18.077Z | Downloaded sync-ptr v0.1.4 |
| 762 | 2025-11-11T20:14:18.077Z | Downloaded vcpkg v0.2.15 |
| 763 | 2025-11-11T20:14:18.120Z | Downloaded uzers v0.12.1 |
| 764 | 2025-11-11T20:14:18.148Z | Downloaded sqlparser v0.45.0 |
| 765 | 2025-11-11T20:14:18.149Z | Downloaded managed v0.8.0 |
| 766 | 2025-11-11T20:14:18.149Z | Downloaded walkdir v2.5.0 |
| 767 | 2025-11-11T20:14:18.149Z | Downloaded ron v0.7.1 |
| 768 | 2025-11-11T20:14:18.149Z | Downloaded parking_lot v0.12.3 |
| 769 | 2025-11-11T20:14:18.149Z | Downloaded mime v0.3.17 |
| 770 | 2025-11-11T20:14:18.149Z | Downloaded md5 v0.7.0 |
| 771 | 2025-11-11T20:14:18.149Z | Downloaded usdt-attr-macro v0.6.0 |
| 772 | 2025-11-11T20:14:18.149Z | Downloaded unicode_categories v0.1.1 |
| 773 | 2025-11-11T20:14:18.175Z | Downloaded unarray v0.1.4 |
| 774 | 2025-11-11T20:14:18.175Z | Downloaded phf_shared v0.11.2 |
| 775 | 2025-11-11T20:14:18.175Z | Downloaded phf v0.11.2 |
| 776 | 2025-11-11T20:14:18.175Z | Downloaded vergen-lib v0.1.6 |
| 777 | 2025-11-11T20:14:18.175Z | Downloaded vergen v9.0.6 |
| 778 | 2025-11-11T20:14:18.175Z | Downloaded ssh-cipher v0.2.0 |
| 779 | 2025-11-11T20:14:18.175Z | Downloaded sqlparser_derive v0.2.2 |
| 780 | 2025-11-11T20:14:18.175Z | Downloaded socket2 v0.5.10 |
| 781 | 2025-11-11T20:14:18.175Z | Downloaded quick-xml v0.37.2 |
| 782 | 2025-11-11T20:14:18.175Z | Downloaded maplit v1.0.2 |
| 783 | 2025-11-11T20:14:18.175Z | Downloaded document-features v0.2.11 |
| 784 | 2025-11-11T20:14:18.175Z | Downloaded display-error-chain v0.2.2 |
| 785 | 2025-11-11T20:14:18.175Z | Downloaded darling_core v0.21.0 |
| 786 | 2025-11-11T20:14:18.202Z | Downloaded scopeguard v1.2.0 |
| 787 | 2025-11-11T20:14:18.202Z | Downloaded schemars_derive v0.8.22 |
| 788 | 2025-11-11T20:14:18.202Z | Downloaded scheduled-thread-pool v0.2.7 |
| 789 | 2025-11-11T20:14:18.202Z | Downloaded rustls v0.23.19 |
| 790 | 2025-11-11T20:14:18.202Z | Downloaded rayon v1.10.0 |
| 791 | 2025-11-11T20:14:18.228Z | Downloaded quinn-proto v0.11.8 |
| 792 | 2025-11-11T20:14:18.228Z | Downloaded lzss v0.8.2 |
| 793 | 2025-11-11T20:14:18.228Z | Downloaded lru-cache v0.1.2 |
| 794 | 2025-11-11T20:14:18.228Z | Downloaded lru v0.12.5 |
| 795 | 2025-11-11T20:14:18.228Z | Downloaded futures-channel v0.3.31 |
| 796 | 2025-11-11T20:14:18.228Z | Downloaded dropshot-api-manager v0.2.3 |
| 797 | 2025-11-11T20:14:18.228Z | Downloaded time-macros v0.2.24 |
| 798 | 2025-11-11T20:14:18.228Z | Downloaded tabled v0.20.0 |
| 799 | 2025-11-11T20:14:18.253Z | Downloaded snafu v0.8.5 |
| 800 | 2025-11-11T20:14:18.253Z | Downloaded jiff-static v0.2.15 |
| 801 | 2025-11-11T20:14:18.253Z | Downloaded indicatif v0.17.11 |
| 802 | 2025-11-11T20:14:18.278Z | Downloaded http v1.3.1 |
| 803 | 2025-11-11T20:14:18.278Z | Downloaded unicode-properties v0.1.3 |
| 804 | 2025-11-11T20:14:18.278Z | Downloaded unicase v2.8.1 |
| 805 | 2025-11-11T20:14:18.278Z | Downloaded void v1.0.2 |
| 806 | 2025-11-11T20:14:18.278Z | Downloaded vergen-git2 v1.0.7 |
| 807 | 2025-11-11T20:14:18.279Z | Downloaded value-bag v1.9.0 |
| 808 | 2025-11-11T20:14:18.279Z | Downloaded spki v0.7.3 |
| 809 | 2025-11-11T20:14:18.279Z | Downloaded spin v0.9.8 |
| 810 | 2025-11-11T20:14:18.279Z | Downloaded snafu-derive v0.8.5 |
| 811 | 2025-11-11T20:14:18.279Z | Downloaded serde_bytes v0.11.19 |
| 812 | 2025-11-11T20:14:18.279Z | Downloaded scroll_derive v0.13.1 |
| 813 | 2025-11-11T20:14:18.304Z | Downloaded match_cfg v0.1.0 |
| 814 | 2025-11-11T20:14:18.304Z | Downloaded derive_builder v0.20.2 |
| 815 | 2025-11-11T20:14:18.304Z | Downloaded derive-where v1.5.0 |
| 816 | 2025-11-11T20:14:18.304Z | Downloaded deranged v0.5.3 |
| 817 | 2025-11-11T20:14:18.304Z | Downloaded der_derive v0.7.3 |
| 818 | 2025-11-11T20:14:18.304Z | Downloaded defmt-parser v0.3.4 |
| 819 | 2025-11-11T20:14:18.304Z | Downloaded csv-core v0.1.11 |
| 820 | 2025-11-11T20:14:18.304Z | Downloaded crypto-bigint v0.5.5 |
| 821 | 2025-11-11T20:14:18.304Z | Downloaded rustls-pki-types v1.10.0 |
| 822 | 2025-11-11T20:14:18.329Z | Downloaded rsa v0.9.8 |
| 823 | 2025-11-11T20:14:18.329Z | Downloaded rcgen v0.12.1 |
| 824 | 2025-11-11T20:14:18.329Z | Downloaded rayon-core v1.12.1 |
| 825 | 2025-11-11T20:14:18.329Z | Downloaded rand v0.9.2 |
| 826 | 2025-11-11T20:14:18.329Z | Downloaded rand v0.8.5 |
| 827 | 2025-11-11T20:14:18.329Z | Downloaded quinn v0.11.5 |
| 828 | 2025-11-11T20:14:18.354Z | Downloaded futures-core v0.3.31 |
| 829 | 2025-11-11T20:14:18.354Z | Downloaded elliptic-curve v0.13.8 |
| 830 | 2025-11-11T20:14:18.354Z | Downloaded whoami v1.5.2 |
| 831 | 2025-11-11T20:14:18.354Z | Downloaded which v4.4.2 |
| 832 | 2025-11-11T20:14:18.354Z | Downloaded tiny-keccak v2.0.2 |
| 833 | 2025-11-11T20:14:18.355Z | Downloaded time-core v0.1.6 |
| 834 | 2025-11-11T20:14:18.355Z | Downloaded time v0.3.43 |
| 835 | 2025-11-11T20:14:18.355Z | Downloaded parking_lot_core v0.8.6 |
| 836 | 2025-11-11T20:14:18.380Z | Downloaded parking_lot v0.11.2 |
| 837 | 2025-11-11T20:14:18.380Z | Downloaded toml v0.7.8 |
| 838 | 2025-11-11T20:14:18.380Z | Downloaded indicatif v0.18.0 |
| 839 | 2025-11-11T20:14:18.380Z | Downloaded hickory-proto v0.25.2 |
| 840 | 2025-11-11T20:14:18.405Z | Downloaded hashbrown v0.15.4 |
| 841 | 2025-11-11T20:14:18.405Z | Downloaded hashbrown v0.13.2 |
| 842 | 2025-11-11T20:14:18.405Z | Downloaded goblin v0.10.2 |
| 843 | 2025-11-11T20:14:18.405Z | Downloaded phf v0.12.1 |
| 844 | 2025-11-11T20:14:18.405Z | Downloaded crucible-workspace-hack v0.1.0 |
| 845 | 2025-11-11T20:14:18.405Z | Downloaded zstd v0.13.3 |
| 846 | 2025-11-11T20:14:18.431Z | Downloaded quick-error v1.2.3 |
| 847 | 2025-11-11T20:14:18.431Z | Downloaded diesel-dtrace v0.4.2 |
| 848 | 2025-11-11T20:14:18.431Z | Downloaded darling_macro v0.20.10 |
| 849 | 2025-11-11T20:14:18.431Z | Downloaded ctr v0.9.2 |
| 850 | 2025-11-11T20:14:18.431Z | Downloaded cstr-argument v0.1.2 |
| 851 | 2025-11-11T20:14:18.431Z | Downloaded rustls-pemfile v1.0.4 |
| 852 | 2025-11-11T20:14:18.431Z | Downloaded rustls-native-certs v0.8.1 |
| 853 | 2025-11-11T20:14:18.431Z | Downloaded radium v0.7.0 |
| 854 | 2025-11-11T20:14:18.431Z | Downloaded flagset v0.4.6 |
| 855 | 2025-11-11T20:14:18.431Z | Downloaded fixedbitset v0.5.7 |
| 856 | 2025-11-11T20:14:18.431Z | Downloaded filetime v0.2.26 |
| 857 | 2025-11-11T20:14:18.431Z | Downloaded ed25519 v2.2.3 |
| 858 | 2025-11-11T20:14:18.431Z | Downloaded ecdsa v0.16.9 |
| 859 | 2025-11-11T20:14:18.431Z | Downloaded dropshot v0.16.4 |
| 860 | 2025-11-11T20:14:18.457Z | Downloaded drift v0.1.1 |
| 861 | 2025-11-11T20:14:18.482Z | Downloaded waitgroup v0.1.2 |
| 862 | 2025-11-11T20:14:18.482Z | Downloaded vsss-rs v3.3.4 |
| 863 | 2025-11-11T20:14:18.482Z | Downloaded sha1 v0.10.6 |
| 864 | 2025-11-11T20:14:18.482Z | Downloaded serde_urlencoded v0.7.1 |
| 865 | 2025-11-11T20:14:18.482Z | Downloaded socket2 v0.6.0 |
| 866 | 2025-11-11T20:14:18.482Z | Downloaded der v0.7.10 |
| 867 | 2025-11-11T20:14:18.482Z | Downloaded rand_chacha v0.9.0 |
| 868 | 2025-11-11T20:14:18.482Z | Downloaded r2d2 v0.8.10 |
| 869 | 2025-11-11T20:14:18.482Z | Downloaded fd-lock v4.0.2 |
| 870 | 2025-11-11T20:14:18.482Z | Downloaded either v1.15.0 |
| 871 | 2025-11-11T20:14:18.507Z | Downloaded dunce v1.0.5 |
| 872 | 2025-11-11T20:14:18.507Z | Downloaded want v0.3.1 |
| 873 | 2025-11-11T20:14:18.507Z | Downloaded wait-timeout v0.2.0 |
| 874 | 2025-11-11T20:14:18.507Z | Downloaded vte v0.11.1 |
| 875 | 2025-11-11T20:14:18.507Z | Downloaded nix v0.30.1 |
| 876 | 2025-11-11T20:14:18.507Z | Downloaded nix v0.27.1 |
| 877 | 2025-11-11T20:14:18.533Z | Downloaded smoltcp v0.11.0 |
| 878 | 2025-11-11T20:14:18.533Z | Downloaded regex-syntax v0.6.29 |
| 879 | 2025-11-11T20:14:18.558Z | Downloaded omicron-zone-package v0.12.2 |
| 880 | 2025-11-11T20:14:18.558Z | Downloaded indexmap v1.9.3 |
| 881 | 2025-11-11T20:14:18.558Z | Downloaded darling_core v0.20.10 |
| 882 | 2025-11-11T20:14:18.558Z | Downloaded crunchy v0.2.2 |
| 883 | 2025-11-11T20:14:18.558Z | Downloaded rustls-pemfile v2.2.0 |
| 884 | 2025-11-11T20:14:18.558Z | Downloaded rpassword v7.4.0 |
| 885 | 2025-11-11T20:14:18.558Z | Downloaded polar-core v0.27.3 |
| 886 | 2025-11-11T20:14:18.585Z | Downloaded p384 v0.13.1 |
| 887 | 2025-11-11T20:14:18.585Z | Downloaded nix v0.29.0 |
| 888 | 2025-11-11T20:14:18.610Z | Downloaded dirs-next v2.0.0 |
| 889 | 2025-11-11T20:14:18.610Z | Downloaded derive-ex v0.1.8 |
| 890 | 2025-11-11T20:14:18.610Z | Downloaded defmt-macros v0.3.9 |
| 891 | 2025-11-11T20:14:18.610Z | Downloaded zone_cfg_derive v0.3.0 |
| 892 | 2025-11-11T20:14:18.610Z | Downloaded thread-id v5.0.0 |
| 893 | 2025-11-11T20:14:18.610Z | Downloaded thiserror-no-std v2.0.2 |
| 894 | 2025-11-11T20:14:18.610Z | Downloaded tabled_derive v0.10.0 |
| 895 | 2025-11-11T20:14:18.610Z | Downloaded tabled v0.18.0 |
| 896 | 2025-11-11T20:14:18.635Z | Downloaded serde_derive_internals v0.29.1 |
| 897 | 2025-11-11T20:14:18.635Z | Downloaded regex v1.11.3 |
| 898 | 2025-11-11T20:14:18.635Z | Downloaded futures-util v0.3.31 |
| 899 | 2025-11-11T20:14:18.660Z | Downloaded curve25519-dalek v4.1.3 |
| 900 | 2025-11-11T20:14:18.660Z | Downloaded typify v0.4.3 |
| 901 | 2025-11-11T20:14:18.660Z | Downloaded litrs v0.4.1 |
| 902 | 2025-11-11T20:14:18.685Z | Downloaded ed25519-dalek v2.1.1 |
| 903 | 2025-11-11T20:14:18.685Z | Downloaded serde_path_to_error v0.1.17 |
| 904 | 2025-11-11T20:14:18.685Z | Downloaded ref-cast-impl v1.0.24 |
| 905 | 2025-11-11T20:14:18.685Z | Downloaded reedline v0.40.0 |
| 906 | 2025-11-11T20:14:18.685Z | Downloaded tokio-dtrace v0.1.0 |
| 907 | 2025-11-11T20:14:18.685Z | Downloaded heapless v0.8.0 |
| 908 | 2025-11-11T20:14:18.685Z | Downloaded rand_chacha v0.3.1 |
| 909 | 2025-11-11T20:14:18.685Z | Downloaded flate2 v1.1.2 |
| 910 | 2025-11-11T20:14:18.711Z | Downloaded fatfs v0.3.6 |
| 911 | 2025-11-11T20:14:18.711Z | Downloaded tinyvec_macros v0.1.1 |
| 912 | 2025-11-11T20:14:18.711Z | Downloaded serde_spanned v1.0.0 |
| 913 | 2025-11-11T20:14:18.711Z | Downloaded serde_repr v0.1.19 |
| 914 | 2025-11-11T20:14:18.711Z | Downloaded normalize-line-endings v0.3.0 |
| 915 | 2025-11-11T20:14:18.711Z | Downloaded nom v7.1.3 |
| 916 | 2025-11-11T20:14:18.711Z | Downloaded ghash v0.5.1 |
| 917 | 2025-11-11T20:14:18.711Z | Downloaded fallible-iterator v0.2.0 |
| 918 | 2025-11-11T20:14:18.711Z | Downloaded diesel_derives v2.2.3 |
| 919 | 2025-11-11T20:14:18.711Z | Downloaded x509-cert v0.2.5 |
| 920 | 2025-11-11T20:14:18.736Z | Downloaded defmt v0.3.8 |
| 921 | 2025-11-11T20:14:18.736Z | Downloaded jobserver v0.1.32 |
| 922 | 2025-11-11T20:14:18.736Z | Downloaded ignore v0.4.23 |
| 923 | 2025-11-11T20:14:18.736Z | Downloaded hmac v0.12.1 |
| 924 | 2025-11-11T20:14:18.736Z | Downloaded ff v0.13.0 |
| 925 | 2025-11-11T20:14:18.736Z | Downloaded dyn-clone v1.0.20 |
| 926 | 2025-11-11T20:14:18.736Z | Downloaded poly1305 v0.8.0 |
| 927 | 2025-11-11T20:14:18.736Z | Downloaded packed_struct v0.10.1 |
| 928 | 2025-11-11T20:14:18.736Z | Downloaded futures-io v0.3.31 |
| 929 | 2025-11-11T20:14:18.762Z | Downloaded embedded-io v0.6.1 |
| 930 | 2025-11-11T20:14:18.762Z | Downloaded dirs-sys-next v0.1.2 |
| 931 | 2025-11-11T20:14:18.762Z | Downloaded daft-derive v0.1.4 |
| 932 | 2025-11-11T20:14:18.762Z | Downloaded daft v0.1.4 |
| 933 | 2025-11-11T20:14:18.762Z | Downloaded typify-macro v0.4.3 |
| 934 | 2025-11-11T20:14:18.762Z | Downloaded regex-syntax v0.8.5 |
| 935 | 2025-11-11T20:14:18.762Z | Downloaded predicates-core v1.0.8 |
| 936 | 2025-11-11T20:14:18.762Z | Downloaded peg-macros v0.8.5 |
| 937 | 2025-11-11T20:14:18.762Z | Downloaded hickory-resolver v0.25.2 |
| 938 | 2025-11-11T20:14:18.787Z | Downloaded powerfmt v0.2.0 |
| 939 | 2025-11-11T20:14:18.787Z | Downloaded polyval v0.6.2 |
| 940 | 2025-11-11T20:14:18.787Z | Downloaded pkcs1 v0.7.5 |
| 941 | 2025-11-11T20:14:18.787Z | Downloaded papergrid v0.17.0 |
| 942 | 2025-11-11T20:14:18.787Z | Downloaded packed_struct_codegen v0.10.1 |
| 943 | 2025-11-11T20:14:18.787Z | Downloaded nibble_vec v0.1.0 |
| 944 | 2025-11-11T20:14:18.787Z | Downloaded gethostname v0.5.0 |
| 945 | 2025-11-11T20:14:18.787Z | Downloaded futures-executor v0.3.31 |
| 946 | 2025-11-11T20:14:18.788Z | Downloaded env_logger v0.11.8 |
| 947 | 2025-11-11T20:14:18.788Z | Downloaded diff v0.1.13 |
| 948 | 2025-11-11T20:14:18.813Z | Downloaded darling v0.21.0 |
| 949 | 2025-11-11T20:14:18.813Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 950 | 2025-11-11T20:14:18.813Z | Downloaded zone v0.3.1 |
| 951 | 2025-11-11T20:14:18.813Z | Downloaded typify-macro v0.2.0 |
| 952 | 2025-11-11T20:14:18.813Z | Downloaded tokio-rustls v0.26.0 |
| 953 | 2025-11-11T20:14:18.813Z | Downloaded tokio-rustls v0.24.1 |
| 954 | 2025-11-11T20:14:18.813Z | Downloaded slog-bunyan v2.5.0 |
| 955 | 2025-11-11T20:14:18.813Z | Downloaded same-file v1.0.6 |
| 956 | 2025-11-11T20:14:18.813Z | Downloaded rustyline v14.0.0 |
| 957 | 2025-11-11T20:14:18.838Z | Downloaded rustls-webpki v0.102.8 |
| 958 | 2025-11-11T20:14:18.838Z | Downloaded reqwest v0.12.24 |
| 959 | 2025-11-11T20:14:18.863Z | Downloaded fs_extra v1.3.0 |
| 960 | 2025-11-11T20:14:18.863Z | Downloaded libloading v0.8.5 |
| 961 | 2025-11-11T20:14:18.863Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 962 | 2025-11-11T20:14:18.863Z | Downloaded serde_cbor v0.11.2 |
| 963 | 2025-11-11T20:14:18.863Z | Downloaded p521 v0.13.3 |
| 964 | 2025-11-11T20:14:18.863Z | Downloaded nix v0.28.0 |
| 965 | 2025-11-11T20:14:18.889Z | Downloaded futures-sink v0.3.31 |
| 966 | 2025-11-11T20:14:18.889Z | Downloaded difflib v0.4.0 |
| 967 | 2025-11-11T20:14:18.889Z | Downloaded xshell v0.2.7 |
| 968 | 2025-11-11T20:14:18.889Z | Downloaded wyz v0.5.1 |
| 969 | 2025-11-11T20:14:18.889Z | Downloaded tokio-tungstenite v0.21.0 |
| 970 | 2025-11-11T20:14:18.889Z | Downloaded tokio-stream v0.1.17 |
| 971 | 2025-11-11T20:14:18.889Z | Downloaded tokio-rustls v0.25.0 |
| 972 | 2025-11-11T20:14:18.889Z | Downloaded tokio-native-tls v0.3.1 |
| 973 | 2025-11-11T20:14:18.889Z | Downloaded tokio-macros v2.5.0 |
| 974 | 2025-11-11T20:14:18.889Z | Downloaded tls_codec_derive v0.4.1 |
| 975 | 2025-11-11T20:14:18.914Z | Downloaded smf v0.2.3 |
| 976 | 2025-11-11T20:14:18.914Z | Downloaded slog-term v2.9.2 |
| 977 | 2025-11-11T20:14:18.914Z | Downloaded slog-stdlog v4.1.1 |
| 978 | 2025-11-11T20:14:18.914Z | Downloaded slog-json v2.6.1 |
| 979 | 2025-11-11T20:14:18.914Z | Downloaded slog-envlogger v2.2.0 |
| 980 | 2025-11-11T20:14:18.914Z | Downloaded slog-async v2.8.0 |
| 981 | 2025-11-11T20:14:18.914Z | Downloaded signal-hook v0.3.18 |
| 982 | 2025-11-11T20:14:18.914Z | Downloaded rand_xorshift v0.4.0 |
| 983 | 2025-11-11T20:14:18.914Z | Downloaded rand_seeder v0.4.0 |
| 984 | 2025-11-11T20:14:18.915Z | Downloaded encoding_rs v0.8.34 |
| 985 | 2025-11-11T20:14:18.940Z | Downloaded lock_api v0.4.12 |
| 986 | 2025-11-11T20:14:18.940Z | Downloaded ipnet v2.11.0 |
| 987 | 2025-11-11T20:14:18.940Z | Downloaded ingot-macros v0.1.1 |
| 988 | 2025-11-11T20:14:18.940Z | Downloaded headers v0.4.1 |
| 989 | 2025-11-11T20:14:18.965Z | Downloaded ref-cast v1.0.24 |
| 990 | 2025-11-11T20:14:18.965Z | Downloaded shlex v1.3.0 |
| 991 | 2025-11-11T20:14:18.965Z | Downloaded salsa20 v0.10.2 |
| 992 | 2025-11-11T20:14:18.965Z | Downloaded rustversion v1.0.22 |
| 993 | 2025-11-11T20:14:18.965Z | Downloaded resolv-conf v0.7.0 |
| 994 | 2025-11-11T20:14:18.965Z | Downloaded rand_core v0.9.3 |
| 995 | 2025-11-11T20:14:18.965Z | Downloaded rand_core v0.6.4 |
| 996 | 2025-11-11T20:14:18.965Z | Downloaded pretty-hex v0.2.1 |
| 997 | 2025-11-11T20:14:18.965Z | Downloaded prefix-trie v0.7.0 |
| 998 | 2025-11-11T20:14:18.965Z | Downloaded predicates v3.1.3 |
| 999 | 2025-11-11T20:14:18.965Z | Downloaded ppv-lite86 v0.2.20 |
| 1000 | 2025-11-11T20:14:18.965Z | Downloaded peg v0.8.5 |
| 1001 | 2025-11-11T20:14:18.990Z | Downloaded olpc-cjson v0.1.4 |
| 1002 | 2025-11-11T20:14:18.990Z | Downloaded object v0.30.4 |
| 1003 | 2025-11-11T20:14:18.990Z | Downloaded num-rational v0.4.2 |
| 1004 | 2025-11-11T20:14:18.990Z | Downloaded num-integer v0.1.46 |
| 1005 | 2025-11-11T20:14:18.990Z | Downloaded flume v0.11.1 |
| 1006 | 2025-11-11T20:14:18.990Z | Downloaded env_filter v0.1.2 |
| 1007 | 2025-11-11T20:14:18.990Z | Downloaded dsl_auto_type v0.1.2 |
| 1008 | 2025-11-11T20:14:19.016Z | Downloaded ipnetwork v0.21.1 |
| 1009 | 2025-11-11T20:14:19.016Z | Downloaded iana-time-zone v0.1.63 |
| 1010 | 2025-11-11T20:14:19.016Z | Downloaded hashbrown v0.12.3 |
| 1011 | 2025-11-11T20:14:19.016Z | Downloaded half v1.8.3 |
| 1012 | 2025-11-11T20:14:19.016Z | Downloaded globset v0.4.15 |
| 1013 | 2025-11-11T20:14:19.016Z | Downloaded aws-lc-sys v0.26.0 |
| 1014 | 2025-11-11T20:14:19.240Z | Downloaded expectorate v1.2.0 |
| 1015 | 2025-11-11T20:14:19.266Z | Downloaded precomputed-hash v0.1.1 |
| 1016 | 2025-11-11T20:14:19.266Z | Downloaded pem-rfc7468 v0.7.0 |
| 1017 | 2025-11-11T20:14:19.266Z | Downloaded peg-runtime v0.8.5 |
| 1018 | 2025-11-11T20:14:19.266Z | Downloaded funty v2.0.0 |
| 1019 | 2025-11-11T20:14:19.266Z | Downloaded dtrace-parser v0.3.0 |
| 1020 | 2025-11-11T20:14:19.266Z | Downloaded zip v0.6.6 |
| 1021 | 2025-11-11T20:14:19.266Z | Downloaded zeroize_derive v1.4.2 |
| 1022 | 2025-11-11T20:14:19.266Z | Downloaded serde-hex v0.1.0 |
| 1023 | 2025-11-11T20:14:19.266Z | Downloaded linked-hash-map v0.5.6 |
| 1024 | 2025-11-11T20:14:19.266Z | Downloaded libsw-core v0.3.1 |
| 1025 | 2025-11-11T20:14:19.266Z | Downloaded libscf-sys v1.1.0 |
| 1026 | 2025-11-11T20:14:19.266Z | Downloaded ingot-types v0.1.2 |
| 1027 | 2025-11-11T20:14:19.266Z | Downloaded nodrop v0.1.14 |
| 1028 | 2025-11-11T20:14:19.266Z | Downloaded getrandom v0.2.15 |
| 1029 | 2025-11-11T20:14:19.266Z | Downloaded futures-task v0.3.31 |
| 1030 | 2025-11-11T20:14:19.291Z | Downloaded futures-macro v0.3.31 |
| 1031 | 2025-11-11T20:14:19.291Z | Downloaded zone_cfg_derive v0.1.2 |
| 1032 | 2025-11-11T20:14:19.291Z | Downloaded smoltcp v0.9.1 |
| 1033 | 2025-11-11T20:14:19.291Z | Downloaded rusty-fork v0.3.0 |
| 1034 | 2025-11-11T20:14:19.291Z | Downloaded miniz_oxide v0.8.5 |
| 1035 | 2025-11-11T20:14:19.291Z | Downloaded linear-map v1.2.0 |
| 1036 | 2025-11-11T20:14:19.291Z | Downloaded libsw v3.5.0 |
| 1037 | 2025-11-11T20:14:19.292Z | Downloaded keccak v0.1.5 |
| 1038 | 2025-11-11T20:14:19.292Z | Downloaded indoc v2.0.6 |
| 1039 | 2025-11-11T20:14:19.317Z | Downloaded pbkdf2 v0.12.2 |
| 1040 | 2025-11-11T20:14:19.317Z | Downloaded pbkdf2 v0.11.0 |
| 1041 | 2025-11-11T20:14:19.317Z | Downloaded num_enum v0.5.11 |
| 1042 | 2025-11-11T20:14:19.317Z | Downloaded multimap v0.10.1 |
| 1043 | 2025-11-11T20:14:19.317Z | Downloaded mio v1.0.2 |
| 1044 | 2025-11-11T20:14:19.317Z | Downloaded libefi-sys v0.1.0 |
| 1045 | 2025-11-11T20:14:19.317Z | Downloaded lazy_static v1.5.0 |
| 1046 | 2025-11-11T20:14:19.317Z | Downloaded internet-checksum v0.2.1 |
| 1047 | 2025-11-11T20:14:19.317Z | Downloaded ingot v0.1.1 |
| 1048 | 2025-11-11T20:14:19.317Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1049 | 2025-11-11T20:14:19.342Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1050 | 2025-11-11T20:14:19.342Z | Downloaded num_threads v0.1.7 |
| 1051 | 2025-11-11T20:14:19.342Z | Downloaded twox-hash v2.1.0 |
| 1052 | 2025-11-11T20:14:19.342Z | Downloaded lockfree-object-pool v0.1.6 |
| 1053 | 2025-11-11T20:14:19.342Z | Downloaded libz-rs-sys v0.5.1 |
| 1054 | 2025-11-11T20:14:19.342Z | Downloaded lalrpop-util v0.19.12 |
| 1055 | 2025-11-11T20:14:19.342Z | Downloaded inout v0.1.3 |
| 1056 | 2025-11-11T20:14:19.342Z | Downloaded xattr v1.3.1 |
| 1057 | 2025-11-11T20:14:19.342Z | Downloaded regress v0.10.4 |
| 1058 | 2025-11-11T20:14:19.342Z | Downloaded num-derive v0.4.2 |
| 1059 | 2025-11-11T20:14:19.342Z | Downloaded num-conv v0.1.0 |
| 1060 | 2025-11-11T20:14:19.367Z | Downloaded kstat-rs v0.2.4 |
| 1061 | 2025-11-11T20:14:19.367Z | Downloaded is-terminal v0.4.13 |
| 1062 | 2025-11-11T20:14:19.367Z | Downloaded indent_write v2.2.0 |
| 1063 | 2025-11-11T20:14:19.367Z | Downloaded tls_codec v0.4.1 |
| 1064 | 2025-11-11T20:14:19.367Z | Downloaded rustls-webpki v0.101.7 |
| 1065 | 2025-11-11T20:14:19.368Z | Downloaded native-tls v0.2.12 |
| 1066 | 2025-11-11T20:14:19.393Z | Downloaded foreign-types v0.5.0 |
| 1067 | 2025-11-11T20:14:19.393Z | Downloaded diesel v2.2.12 |
| 1068 | 2025-11-11T20:14:19.393Z | Downloaded lazycell v1.3.0 |
| 1069 | 2025-11-11T20:14:19.393Z | Downloaded instability v0.3.2 |
| 1070 | 2025-11-11T20:14:19.393Z | Downloaded hickory-resolver v0.24.4 |
| 1071 | 2025-11-11T20:14:19.418Z | Downloaded number_prefix v0.4.0 |
| 1072 | 2025-11-11T20:14:19.418Z | Downloaded multer v3.1.0 |
| 1073 | 2025-11-11T20:14:19.418Z | Downloaded foreign-types-shared v0.1.1 |
| 1074 | 2025-11-11T20:14:19.418Z | Downloaded foldhash v0.1.5 |
| 1075 | 2025-11-11T20:14:19.418Z | Downloaded float-ord v0.3.2 |
| 1076 | 2025-11-11T20:14:19.418Z | Downloaded derive_more v2.0.1 |
| 1077 | 2025-11-11T20:14:19.418Z | Downloaded glob v0.3.2 |
| 1078 | 2025-11-11T20:14:19.418Z | Downloaded slog-scope v4.4.0 |
| 1079 | 2025-11-11T20:14:19.443Z | Downloaded slog-dtrace v0.3.0 |
| 1080 | 2025-11-11T20:14:19.443Z | Downloaded signal-hook-mio v0.2.4 |
| 1081 | 2025-11-11T20:14:19.443Z | Downloaded float-cmp v0.10.0 |
| 1082 | 2025-11-11T20:14:19.443Z | Downloaded dropshot_endpoint v0.16.4 |
| 1083 | 2025-11-11T20:14:19.443Z | Downloaded zerocopy-derive v0.8.27 |
| 1084 | 2025-11-11T20:14:19.443Z | Downloaded typed-path v0.9.3 |
| 1085 | 2025-11-11T20:14:19.443Z | Downloaded humantime v2.2.0 |
| 1086 | 2025-11-11T20:14:19.443Z | Downloaded foreign-types v0.3.2 |
| 1087 | 2025-11-11T20:14:19.444Z | Downloaded enum-as-inner v0.6.1 |
| 1088 | 2025-11-11T20:14:19.468Z | Downloaded yansi v1.0.1 |
| 1089 | 2025-11-11T20:14:19.469Z | Downloaded http-body-util v0.1.3 |
| 1090 | 2025-11-11T20:14:19.469Z | Downloaded moka v0.12.10 |
| 1091 | 2025-11-11T20:14:19.469Z | Downloaded zerocopy v0.8.27 |
| 1092 | 2025-11-11T20:14:19.494Z | Downloaded tower-http v0.6.6 |
| 1093 | 2025-11-11T20:14:19.519Z | Downloaded is_ci v1.2.0 |
| 1094 | 2025-11-11T20:14:19.519Z | Downloaded indoc v1.0.9 |
| 1095 | 2025-11-11T20:14:19.520Z | Downloaded des v0.8.1 |
| 1096 | 2025-11-11T20:14:19.520Z | Downloaded tracing v0.1.40 |
| 1097 | 2025-11-11T20:14:19.520Z | Downloaded tower v0.5.2 |
| 1098 | 2025-11-11T20:14:19.520Z | Downloaded toml_edit v0.19.15 |
| 1099 | 2025-11-11T20:14:19.545Z | Downloaded sled v0.34.7 |
| 1100 | 2025-11-11T20:14:19.570Z | Downloaded debug-ignore v1.0.5 |
| 1101 | 2025-11-11T20:14:19.570Z | Downloaded zerocopy v0.6.6 |
| 1102 | 2025-11-11T20:14:19.570Z | Downloaded xshell-macros v0.2.7 |
| 1103 | 2025-11-11T20:14:19.570Z | Downloaded tungstenite v0.21.0 |
| 1104 | 2025-11-11T20:14:19.570Z | Downloaded ssh-key v0.6.6 |
| 1105 | 2025-11-11T20:14:19.570Z | Downloaded hyper-rustls v0.27.7 |
| 1106 | 2025-11-11T20:14:19.570Z | Downloaded fs-err v2.11.0 |
| 1107 | 2025-11-11T20:14:19.570Z | Downloaded derive_more v0.99.20 |
| 1108 | 2025-11-11T20:14:19.595Z | Downloaded zeroize v1.8.1 |
| 1109 | 2025-11-11T20:14:19.595Z | Downloaded tui-tree-widget v0.23.1 |
| 1110 | 2025-11-11T20:14:19.595Z | Downloaded tracing-core v0.1.32 |
| 1111 | 2025-11-11T20:14:19.595Z | Downloaded topological-sort v0.2.2 |
| 1112 | 2025-11-11T20:14:19.595Z | Downloaded toml_parser v1.0.2 |
| 1113 | 2025-11-11T20:14:19.595Z | Downloaded toml v0.9.5 |
| 1114 | 2025-11-11T20:14:19.595Z | Downloaded term v0.7.0 |
| 1115 | 2025-11-11T20:14:19.595Z | Downloaded take_mut v0.2.2 |
| 1116 | 2025-11-11T20:14:19.595Z | Downloaded tagptr v0.2.0 |
| 1117 | 2025-11-11T20:14:19.621Z | Downloaded steno v0.4.1 |
| 1118 | 2025-11-11T20:14:19.621Z | Downloaded ident_case v1.0.1 |
| 1119 | 2025-11-11T20:14:19.621Z | Downloaded httpdate v1.0.3 |
| 1120 | 2025-11-11T20:14:19.621Z | Downloaded http-body v1.0.1 |
| 1121 | 2025-11-11T20:14:19.621Z | Downloaded hostname v0.3.1 |
| 1122 | 2025-11-11T20:14:19.621Z | Downloaded home v0.5.9 |
| 1123 | 2025-11-11T20:14:19.621Z | Downloaded heapless v0.7.17 |
| 1124 | 2025-11-11T20:14:19.621Z | Downloaded num_enum_derive v0.5.11 |
| 1125 | 2025-11-11T20:14:19.621Z | Downloaded num-iter v0.1.45 |
| 1126 | 2025-11-11T20:14:19.621Z | Downloaded num-derive v0.3.3 |
| 1127 | 2025-11-11T20:14:19.621Z | Downloaded new_debug_unreachable v1.0.6 |
| 1128 | 2025-11-11T20:14:19.621Z | Downloaded nanorand v0.7.0 |
| 1129 | 2025-11-11T20:14:19.621Z | Downloaded foldhash v0.2.0 |
| 1130 | 2025-11-11T20:14:19.621Z | Downloaded derive_more-impl v2.0.1 |
| 1131 | 2025-11-11T20:14:19.646Z | Downloaded derive_builder_macro v0.20.2 |
| 1132 | 2025-11-11T20:14:19.647Z | Downloaded data-encoding v2.9.0 |
| 1133 | 2025-11-11T20:14:19.647Z | Downloaded zerocopy-derive v0.6.6 |
| 1134 | 2025-11-11T20:14:19.647Z | Downloaded trait-variant v0.1.2 |
| 1135 | 2025-11-11T20:14:19.647Z | Downloaded toml_datetime v0.7.0 |
| 1136 | 2025-11-11T20:14:19.647Z | Downloaded testing_table v0.3.0 |
| 1137 | 2025-11-11T20:14:19.647Z | Downloaded termtree v0.5.1 |
| 1138 | 2025-11-11T20:14:19.647Z | Downloaded termios v0.3.3 |
| 1139 | 2025-11-11T20:14:19.647Z | Downloaded instant v0.1.13 |
| 1140 | 2025-11-11T20:14:19.647Z | Downloaded tower-service v0.3.3 |
| 1141 | 2025-11-11T20:14:19.672Z | Downloaded tar v0.4.44 |
| 1142 | 2025-11-11T20:14:19.672Z | Downloaded tabled_derive v0.11.0 |
| 1143 | 2025-11-11T20:14:19.672Z | Downloaded schemars v0.9.0 |
| 1144 | 2025-11-11T20:14:19.672Z | Downloaded proptest v1.7.0 |
| 1145 | 2025-11-11T20:14:19.697Z | Downloaded hostname v0.4.0 |
| 1146 | 2025-11-11T20:14:19.697Z | Downloaded hickory-client v0.25.2 |
| 1147 | 2025-11-11T20:14:19.697Z | Downloaded heck v0.3.3 |
| 1148 | 2025-11-11T20:14:19.698Z | Downloaded ena v0.14.3 |
| 1149 | 2025-11-11T20:14:19.698Z | Downloaded tough v0.20.0 |
| 1150 | 2025-11-11T20:14:19.698Z | Downloaded stringprep v0.1.5 |
| 1151 | 2025-11-11T20:14:19.698Z | Downloaded prettyplease v0.2.36 |
| 1152 | 2025-11-11T20:14:19.724Z | Downloaded portable-atomic v1.11.0 |
| 1153 | 2025-11-11T20:14:19.724Z | Downloaded siphasher v0.3.11 |
| 1154 | 2025-11-11T20:14:19.724Z | Downloaded sigpipe v0.1.3 |
| 1155 | 2025-11-11T20:14:19.724Z | Downloaded hash32 v0.2.1 |
| 1156 | 2025-11-11T20:14:19.724Z | Downloaded string_cache v0.8.9 |
| 1157 | 2025-11-11T20:14:19.724Z | Downloaded slog v2.7.0 |
| 1158 | 2025-11-11T20:14:19.724Z | Downloaded siphasher v1.0.1 |
| 1159 | 2025-11-11T20:14:19.724Z | Downloaded signal-hook-tokio v0.3.1 |
| 1160 | 2025-11-11T20:14:19.724Z | Downloaded signal-hook-registry v1.4.2 |
| 1161 | 2025-11-11T20:14:19.724Z | Downloaded progenitor-impl v0.10.0 |
| 1162 | 2025-11-11T20:14:19.749Z | Downloaded sec1 v0.7.3 |
| 1163 | 2025-11-11T20:14:19.749Z | Downloaded scrypt v0.11.0 |
| 1164 | 2025-11-11T20:14:19.749Z | Downloaded russh-keys v0.45.0 |
| 1165 | 2025-11-11T20:14:19.749Z | Downloaded highway v1.3.0 |
| 1166 | 2025-11-11T20:14:19.749Z | Downloaded semver v0.1.20 |
| 1167 | 2025-11-11T20:14:19.749Z | Downloaded secrecy v0.8.0 |
| 1168 | 2025-11-11T20:14:19.749Z | Downloaded sct v0.7.1 |
| 1169 | 2025-11-11T20:14:19.749Z | Downloaded schemars v0.8.22 |
| 1170 | 2025-11-11T20:14:19.775Z | Downloaded rustc_version v0.4.1 |
| 1171 | 2025-11-11T20:14:19.775Z | Downloaded rustc-hash v1.1.0 |
| 1172 | 2025-11-11T20:14:19.775Z | Downloaded progenitor-macro v0.10.0 |
| 1173 | 2025-11-11T20:14:19.775Z | Downloaded progenitor-client v0.11.2 |
| 1174 | 2025-11-11T20:14:19.775Z | Downloaded progenitor v0.10.0 |
| 1175 | 2025-11-11T20:14:19.775Z | Downloaded postgres-types v0.2.9 |
| 1176 | 2025-11-11T20:14:19.775Z | Downloaded hyper-tls v0.6.0 |
| 1177 | 2025-11-11T20:14:19.775Z | Downloaded hex-literal v0.4.1 |
| 1178 | 2025-11-11T20:14:19.775Z | Downloaded half v2.4.1 |
| 1179 | 2025-11-11T20:14:19.775Z | Downloaded xz2 v0.1.7 |
| 1180 | 2025-11-11T20:14:19.775Z | Downloaded tungstenite v0.23.0 |
| 1181 | 2025-11-11T20:14:19.775Z | Downloaded psl-types v2.0.11 |
| 1182 | 2025-11-11T20:14:19.775Z | Downloaded progenitor-macro v0.8.0 |
| 1183 | 2025-11-11T20:14:19.775Z | Downloaded progenitor v0.11.2 |
| 1184 | 2025-11-11T20:14:19.800Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1185 | 2025-11-11T20:14:19.800Z | Downloaded primeorder v0.13.6 |
| 1186 | 2025-11-11T20:14:19.800Z | Downloaded tracing-attributes v0.1.27 |
| 1187 | 2025-11-11T20:14:19.800Z | Downloaded rustc-hash v2.1.1 |
| 1188 | 2025-11-11T20:14:19.800Z | Downloaded russh-cryptovec v0.7.3 |
| 1189 | 2025-11-11T20:14:19.800Z | Downloaded progenitor-client v0.10.0 |
| 1190 | 2025-11-11T20:14:19.800Z | Downloaded proc-macro-error2 v2.0.1 |
| 1191 | 2025-11-11T20:14:19.800Z | Downloaded proc-macro-crate v1.3.1 |
| 1192 | 2025-11-11T20:14:19.800Z | Downloaded postgres-protocol v0.6.8 |
| 1193 | 2025-11-11T20:14:19.800Z | Downloaded pkcs8 v0.10.2 |
| 1194 | 2025-11-11T20:14:19.800Z | Downloaded httparse v1.9.5 |
| 1195 | 2025-11-11T20:14:19.800Z | Downloaded headers-core v0.3.0 |
| 1196 | 2025-11-11T20:14:19.800Z | Downloaded crossbeam-channel v0.5.15 |
| 1197 | 2025-11-11T20:14:19.832Z | Downloaded bindgen v0.71.1 |
| 1198 | 2025-11-11T20:14:19.832Z | Downloaded toml_writer v1.0.2 |
| 1199 | 2025-11-11T20:14:19.832Z | Downloaded term v1.1.0 |
| 1200 | 2025-11-11T20:14:19.832Z | Downloaded pkcs5 v0.7.1 |
| 1201 | 2025-11-11T20:14:19.832Z | Downloaded hyper-staticfile v0.10.1 |
| 1202 | 2025-11-11T20:14:19.833Z | Downloaded hubpack v0.1.2 |
| 1203 | 2025-11-11T20:14:19.833Z | Downloaded git2 v0.20.2 |
| 1204 | 2025-11-11T20:14:19.833Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1205 | 2025-11-11T20:14:19.882Z | Downloaded tabwriter v1.4.0 |
| 1206 | 2025-11-11T20:14:19.908Z | Downloaded crc8 v0.1.1 |
| 1207 | 2025-11-11T20:14:19.908Z | Downloaded blake3 v1.5.4 |
| 1208 | 2025-11-11T20:14:19.933Z | Downloaded bitfield v0.19.2 |
| 1209 | 2025-11-11T20:14:19.933Z | Downloaded bcs v0.1.6 |
| 1210 | 2025-11-11T20:14:19.933Z | Downloaded bit-vec v0.6.3 |
| 1211 | 2025-11-11T20:14:19.933Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1212 | 2025-11-11T20:14:19.933Z | Downloaded base64ct v1.6.0 |
| 1213 | 2025-11-11T20:14:19.933Z | Downloaded hash32 v0.3.1 |
| 1214 | 2025-11-11T20:14:19.933Z | Downloaded group v0.13.0 |
| 1215 | 2025-11-11T20:14:19.933Z | Downloaded globwalk v0.9.1 |
| 1216 | 2025-11-11T20:14:19.961Z | Downloaded crc32fast v1.4.2 |
| 1217 | 2025-11-11T20:14:19.961Z | Downloaded cipher v0.4.4 |
| 1218 | 2025-11-11T20:14:19.961Z | Downloaded chrono v0.4.42 |
| 1219 | 2025-11-11T20:14:19.961Z | Downloaded bumpalo v3.16.0 |
| 1220 | 2025-11-11T20:14:19.961Z | Downloaded bitvec v1.0.1 |
| 1221 | 2025-11-11T20:14:19.987Z | Downloaded bitflags v1.3.2 |
| 1222 | 2025-11-11T20:14:19.987Z | Downloaded bit-set v0.8.0 |
| 1223 | 2025-11-11T20:14:19.987Z | Downloaded bit-set v0.5.3 |
| 1224 | 2025-11-11T20:14:19.987Z | Downloaded assert_matches v1.5.0 |
| 1225 | 2025-11-11T20:14:19.987Z | Downloaded slab v0.4.9 |
| 1226 | 2025-11-11T20:14:19.987Z | Downloaded http-range v0.1.5 |
| 1227 | 2025-11-11T20:14:19.987Z | Downloaded crossbeam-deque v0.8.5 |
| 1228 | 2025-11-11T20:14:20.015Z | Downloaded crc-any v2.5.0 |
| 1229 | 2025-11-11T20:14:20.015Z | Downloaded cookie_store v0.21.1 |
| 1230 | 2025-11-11T20:14:20.015Z | Downloaded cookie v0.18.1 |
| 1231 | 2025-11-11T20:14:20.015Z | Downloaded constant_time_eq v0.3.1 |
| 1232 | 2025-11-11T20:14:20.015Z | Downloaded console v0.15.10 |
| 1233 | 2025-11-11T20:14:20.015Z | Downloaded cobs v0.2.3 |
| 1234 | 2025-11-11T20:14:20.015Z | Downloaded ciborium-io v0.2.2 |
| 1235 | 2025-11-11T20:14:20.015Z | Downloaded chacha20poly1305 v0.10.1 |
| 1236 | 2025-11-11T20:14:20.015Z | Downloaded cfg_aliases v0.2.1 |
| 1237 | 2025-11-11T20:14:20.044Z | Downloaded cfg_aliases v0.1.1 |
| 1238 | 2025-11-11T20:14:20.044Z | Downloaded cargo_metadata v0.19.2 |
| 1239 | 2025-11-11T20:14:20.044Z | Downloaded cargo-platform v0.1.8 |
| 1240 | 2025-11-11T20:14:20.044Z | Downloaded cancel-safe-futures v0.1.5 |
| 1241 | 2025-11-11T20:14:20.071Z | Downloaded bzip2 v0.5.2 |
| 1242 | 2025-11-11T20:14:20.071Z | Downloaded bytes v1.10.1 |
| 1243 | 2025-11-11T20:14:20.071Z | Downloaded blowfish v0.9.1 |
| 1244 | 2025-11-11T20:14:20.096Z | Downloaded bitfield-struct v0.6.2 |
| 1245 | 2025-11-11T20:14:20.096Z | Downloaded ascii-canvas v3.0.0 |
| 1246 | 2025-11-11T20:14:20.096Z | Downloaded arrayref v0.3.9 |
| 1247 | 2025-11-11T20:14:20.096Z | Downloaded signature v2.2.0 |
| 1248 | 2025-11-11T20:14:20.096Z | Downloaded secrecy v0.10.3 |
| 1249 | 2025-11-11T20:14:20.096Z | Downloaded crc v3.2.1 |
| 1250 | 2025-11-11T20:14:20.122Z | Downloaded convert_case v0.4.0 |
| 1251 | 2025-11-11T20:14:20.122Z | Downloaded const_format v0.2.34 |
| 1252 | 2025-11-11T20:14:20.148Z | Downloaded const-oid v0.9.6 |
| 1253 | 2025-11-11T20:14:20.148Z | Downloaded clang-sys v1.8.1 |
| 1254 | 2025-11-11T20:14:20.173Z | Downloaded ciborium v0.2.2 |
| 1255 | 2025-11-11T20:14:20.173Z | Downloaded cbc v0.1.2 |
| 1256 | 2025-11-11T20:14:20.173Z | Downloaded cassowary v0.3.0 |
| 1257 | 2025-11-11T20:14:20.173Z | Downloaded bstr v1.10.0 |
| 1258 | 2025-11-11T20:14:20.198Z | Downloaded colored v2.2.0 |
| 1259 | 2025-11-11T20:14:20.198Z | Downloaded ciborium-ll v0.2.2 |
| 1260 | 2025-11-11T20:14:20.198Z | Downloaded cc v1.2.30 |
| 1261 | 2025-11-11T20:14:20.198Z | Downloaded bzip2 v0.4.4 |
| 1262 | 2025-11-11T20:14:20.223Z | Downloaded blake2 v0.10.6 |
| 1263 | 2025-11-11T20:14:20.224Z | Downloaded aws-lc-rs v1.12.4 |
| 1264 | 2025-11-11T20:14:20.224Z | Downloaded rustc-demangle v0.1.24 |
| 1265 | 2025-11-11T20:14:20.249Z | Downloaded progenitor-macro v0.11.2 |
| 1266 | 2025-11-11T20:14:20.249Z | Downloaded progenitor-impl v0.11.2 |
| 1267 | 2025-11-11T20:14:20.249Z | Downloaded progenitor-impl v0.8.0 |
| 1268 | 2025-11-11T20:14:20.249Z | Downloaded progenitor-client v0.8.0 |
| 1269 | 2025-11-11T20:14:20.249Z | Downloaded progenitor v0.8.0 |
| 1270 | 2025-11-11T20:14:20.249Z | Downloaded postcard v1.0.10 |
| 1271 | 2025-11-11T20:14:20.274Z | Downloaded chrono-tz v0.10.4 |
| 1272 | 2025-11-11T20:14:20.299Z | Downloaded base16ct v0.2.0 |
| 1273 | 2025-11-11T20:14:20.299Z | Downloaded arc-swap v1.7.1 |
| 1274 | 2025-11-11T20:14:20.299Z | Downloaded bindgen v0.69.5 |
| 1275 | 2025-11-11T20:14:20.324Z | Downloaded base64 v0.22.1 |
| 1276 | 2025-11-11T20:14:20.324Z | Downloaded atty v0.2.14 |
| 1277 | 2025-11-11T20:14:20.324Z | Downloaded array-init v0.0.4 |
| 1278 | 2025-11-11T20:14:20.324Z | Downloaded aho-corasick v1.1.3 |
| 1279 | 2025-11-11T20:14:20.350Z | Downloaded ahash v0.8.12 |
| 1280 | 2025-11-11T20:14:20.350Z | Downloaded aes-gcm v0.10.3 |
| 1281 | 2025-11-11T20:14:20.375Z | Downloaded allocator-api2 v0.2.21 |
| 1282 | 2025-11-11T20:14:20.375Z | Downloaded base64 v0.13.1 |
| 1283 | 2025-11-11T20:14:20.375Z | Downloaded backtrace v0.3.74 |
| 1284 | 2025-11-11T20:14:20.375Z | Downloaded async-trait v0.1.89 |
| 1285 | 2025-11-11T20:14:20.400Z | Downloaded async-stream v0.3.6 |
| 1286 | 2025-11-11T20:14:20.400Z | Downloaded aes v0.8.4 |
| 1287 | 2025-11-11T20:14:20.400Z | Downloaded adler2 v2.0.0 |
| 1288 | 2025-11-11T20:14:20.400Z | Downloaded addr2line v0.24.2 |
| 1289 | 2025-11-11T20:14:20.400Z | Downloaded critical-section v1.1.3 |
| 1290 | 2025-11-11T20:14:20.400Z | Downloaded crc-catalog v2.4.0 |
| 1291 | 2025-11-11T20:14:20.400Z | Downloaded corncobs v0.1.4 |
| 1292 | 2025-11-11T20:14:20.400Z | Downloaded convert_case v0.7.1 |
| 1293 | 2025-11-11T20:14:20.400Z | Downloaded const_format_proc_macros v0.2.34 |
| 1294 | 2025-11-11T20:14:20.400Z | Downloaded console v0.16.0 |
| 1295 | 2025-11-11T20:14:20.425Z | Downloaded compact_str v0.8.0 |
| 1296 | 2025-11-11T20:14:20.425Z | Downloaded chacha20 v0.9.1 |
| 1297 | 2025-11-11T20:14:20.425Z | Downloaded cexpr v0.6.0 |
| 1298 | 2025-11-11T20:14:20.425Z | Downloaded castaway v0.2.3 |
| 1299 | 2025-11-11T20:14:20.425Z | Downloaded block-padding v0.3.3 |
| 1300 | 2025-11-11T20:14:20.426Z | Downloaded bit-vec v0.8.0 |
| 1301 | 2025-11-11T20:14:20.426Z | Downloaded bb8 v0.8.5 |
| 1302 | 2025-11-11T20:14:20.426Z | Downloaded backoff v0.4.0 |
| 1303 | 2025-11-11T20:14:20.426Z | Downloaded async-recursion v1.1.1 |
| 1304 | 2025-11-11T20:14:20.426Z | Downloaded async-bb8-diesel v0.2.1 |
| 1305 | 2025-11-11T20:14:20.451Z | Downloaded arrayvec v0.7.6 |
| 1306 | 2025-11-11T20:14:20.451Z | Downloaded argon2 v0.5.3 |
| 1307 | 2025-11-11T20:14:20.451Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1308 | 2025-11-11T20:14:20.452Z | Downloaded buf-list v1.0.3 |
| 1309 | 2025-11-11T20:14:20.452Z | Downloaded aead v0.5.2 |
| 1310 | 2025-11-11T20:14:20.452Z | Downloaded atomicwrites v0.4.4 |
| 1311 | 2025-11-11T20:14:20.631Z | Compiling value-bag v1.9.0 |
| 1312 | 2025-11-11T20:14:20.631Z | Compiling lock_api v0.4.12 |
| 1313 | 2025-11-11T20:14:20.631Z | Compiling scopeguard v1.2.0 |
| 1314 | 2025-11-11T20:14:20.656Z | Compiling shlex v1.3.0 |
| 1315 | 2025-11-11T20:14:20.656Z | Compiling typenum v1.17.0 |
| 1316 | 2025-11-11T20:14:20.656Z | Compiling syn v2.0.106 |
| 1317 | 2025-11-11T20:14:20.656Z | Compiling getrandom v0.2.15 |
| 1318 | 2025-11-11T20:14:20.656Z | Compiling jobserver v0.1.32 |
| 1319 | 2025-11-11T20:14:20.903Z | Compiling generic-array v0.14.7 |
| 1320 | 2025-11-11T20:14:21.099Z | Compiling log v0.4.27 |
| 1321 | 2025-11-11T20:14:21.216Z | Compiling cc v1.2.30 |
| 1322 | 2025-11-11T20:14:21.241Z | Compiling rand_core v0.6.4 |
| 1323 | 2025-11-11T20:14:21.266Z | Compiling smallvec v1.15.1 |
| 1324 | 2025-11-11T20:14:21.583Z | Compiling subtle v2.6.1 |
| 1325 | 2025-11-11T20:14:21.655Z | Compiling portable-atomic v1.11.0 |
| 1326 | 2025-11-11T20:14:21.744Z | Compiling critical-section v1.1.3 |
| 1327 | 2025-11-11T20:14:21.808Z | Compiling const-oid v0.9.6 |
| 1328 | 2025-11-11T20:14:21.877Z | Compiling pkg-config v0.3.31 |
| 1329 | 2025-11-11T20:14:21.943Z | Compiling spin v0.9.8 |
| 1330 | 2025-11-11T20:14:22.028Z | Compiling regex-syntax v0.8.5 |
| 1331 | 2025-11-11T20:14:22.407Z | Compiling getrandom v0.3.4 |
| 1332 | 2025-11-11T20:14:23.103Z | Compiling pin-project-lite v0.2.14 |
| 1333 | 2025-11-11T20:14:23.206Z | Compiling serde_json v1.0.145 |
| 1334 | 2025-11-11T20:14:23.297Z | Compiling parking_lot_core v0.9.10 |
| 1335 | 2025-11-11T20:14:23.612Z | Compiling rustix v0.38.37 |
| 1336 | 2025-11-11T20:14:23.786Z | Compiling once_cell v1.21.3 |
| 1337 | 2025-11-11T20:14:24.251Z | Compiling signal-hook-registry v1.4.2 |
| 1338 | 2025-11-11T20:14:24.412Z | Compiling libm v0.2.8 |
| 1339 | 2025-11-11T20:14:24.513Z | Compiling parking_lot v0.12.3 |
| 1340 | 2025-11-11T20:14:24.560Z | Compiling mio v1.0.2 |
| 1341 | 2025-11-11T20:14:24.795Z | Compiling num-traits v0.2.19 |
| 1342 | 2025-11-11T20:14:24.912Z | Compiling futures-core v0.3.31 |
| 1343 | 2025-11-11T20:14:25.017Z | Compiling allocator-api2 v0.2.21 |
| 1344 | 2025-11-11T20:14:25.396Z | Compiling lazy_static v1.5.0 |
| 1345 | 2025-11-11T20:14:25.473Z | Compiling aho-corasick v1.1.3 |
| 1346 | 2025-11-11T20:14:25.549Z | Compiling socket2 v0.6.0 |
| 1347 | 2025-11-11T20:14:25.668Z | Compiling slab v0.4.9 |
| 1348 | 2025-11-11T20:14:25.701Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2025-11-11T20:14:25.981Z | Compiling cpufeatures v0.2.14 |
| 1350 | 2025-11-11T20:14:26.217Z | Compiling glob v0.3.2 |
| 1351 | 2025-11-11T20:14:26.363Z | Compiling futures-sink v0.3.31 |
| 1352 | 2025-11-11T20:14:26.422Z | Compiling either v1.15.0 |
| 1353 | 2025-11-11T20:14:26.550Z | Compiling futures-channel v0.3.31 |
| 1354 | 2025-11-11T20:14:26.749Z | Compiling futures-task v0.3.31 |
| 1355 | 2025-11-11T20:14:26.841Z | Compiling prettyplease v0.2.36 |
| 1356 | 2025-11-11T20:14:26.979Z | Compiling pin-utils v0.1.0 |
| 1357 | 2025-11-11T20:14:27.059Z | Compiling clang-sys v1.8.1 |
| 1358 | 2025-11-11T20:14:27.088Z | Compiling futures-io v0.3.31 |
| 1359 | 2025-11-11T20:14:27.142Z | Compiling hashbrown v0.16.0 |
| 1360 | 2025-11-11T20:14:27.218Z | Compiling minimal-lexical v0.2.1 |
| 1361 | 2025-11-11T20:14:27.406Z | Compiling regex-automata v0.4.11 |
| 1362 | 2025-11-11T20:14:27.652Z | Compiling nom v7.1.3 |
| 1363 | 2025-11-11T20:14:27.749Z | Compiling synstructure v0.13.1 |
| 1364 | 2025-11-11T20:14:27.810Z | Compiling libloading v0.8.5 |
| 1365 | 2025-11-11T20:14:27.835Z | Compiling bindgen v0.69.5 |
| 1366 | 2025-11-11T20:14:28.205Z | Compiling home v0.5.9 |
| 1367 | 2025-11-11T20:14:28.256Z | Compiling base64ct v1.6.0 |
| 1368 | 2025-11-11T20:14:28.434Z | Compiling indexmap v2.11.4 |
| 1369 | 2025-11-11T20:14:28.838Z | Compiling pem-rfc7468 v0.7.0 |
| 1370 | 2025-11-11T20:14:29.443Z | Compiling itertools v0.12.1 |
| 1371 | 2025-11-11T20:14:29.510Z | Compiling rustc-hash v1.1.0 |
| 1372 | 2025-11-11T20:14:29.692Z | Compiling lazycell v1.3.0 |
| 1373 | 2025-11-11T20:14:29.787Z | Compiling flagset v0.4.6 |
| 1374 | 2025-11-11T20:14:29.933Z | Compiling form_urlencoded v1.2.2 |
| 1375 | 2025-11-11T20:14:30.061Z | Compiling rand_core v0.9.3 |
| 1376 | 2025-11-11T20:14:30.251Z | Compiling cmake v0.1.51 |
| 1377 | 2025-11-11T20:14:30.610Z | Compiling cexpr v0.6.0 |
| 1378 | 2025-11-11T20:14:30.675Z | Compiling dunce v1.0.5 |
| 1379 | 2025-11-11T20:14:30.833Z | Compiling fs_extra v1.3.0 |
| 1380 | 2025-11-11T20:14:31.067Z | Compiling paste v1.0.15 |
| 1381 | 2025-11-11T20:14:31.354Z | Compiling rustc_version v0.4.1 |
| 1382 | 2025-11-11T20:14:31.623Z | Compiling vcpkg v0.2.15 |
| 1383 | 2025-11-11T20:14:31.721Z | Compiling rustversion v1.0.22 |
| 1384 | 2025-11-11T20:14:32.008Z | Compiling foldhash v0.1.5 |
| 1385 | 2025-11-11T20:14:32.048Z | Compiling ident_case v1.0.1 |
| 1386 | 2025-11-11T20:14:32.241Z | Compiling serde_derive v1.0.226 |
| 1387 | 2025-11-11T20:14:32.266Z | Compiling zeroize_derive v1.4.2 |
| 1388 | 2025-11-11T20:14:32.297Z | Compiling zerofrom-derive v0.1.4 |
| 1389 | 2025-11-11T20:14:32.381Z | Compiling yoke-derive v0.7.4 |
| 1390 | 2025-11-11T20:14:32.407Z | Compiling zerocopy-derive v0.7.35 |
| 1391 | 2025-11-11T20:14:33.249Z | Compiling zerovec-derive v0.10.3 |
| 1392 | 2025-11-11T20:14:33.589Z | Compiling zeroize v1.8.1 |
| 1393 | 2025-11-11T20:14:34.188Z | Compiling zerocopy v0.7.35 |
| 1394 | 2025-11-11T20:14:34.664Z | Compiling displaydoc v0.2.5 |
| 1395 | 2025-11-11T20:14:35.337Z | Compiling crypto-common v0.1.6 |
| 1396 | 2025-11-11T20:14:35.376Z | Compiling block-buffer v0.10.4 |
| 1397 | 2025-11-11T20:14:35.454Z | Compiling zerofrom v0.1.4 |
| 1398 | 2025-11-11T20:14:35.513Z | Compiling tokio-macros v2.5.0 |
| 1399 | 2025-11-11T20:14:35.603Z | Compiling icu_provider_macros v1.5.0 |
| 1400 | 2025-11-11T20:14:35.672Z | Compiling digest v0.10.7 |
| 1401 | 2025-11-11T20:14:35.697Z | Compiling yoke v0.7.4 |
| 1402 | 2025-11-11T20:14:36.061Z | Compiling zerovec v0.10.4 |
| 1403 | 2025-11-11T20:14:36.087Z | Compiling hmac v0.12.1 |
| 1404 | 2025-11-11T20:14:36.148Z | Compiling thiserror-impl v2.0.17 |
| 1405 | 2025-11-11T20:14:36.353Z | Compiling block-padding v0.3.3 |
| 1406 | 2025-11-11T20:14:36.551Z | Compiling futures-macro v0.3.31 |
| 1407 | 2025-11-11T20:14:36.627Z | Compiling inout v0.1.3 |
| 1408 | 2025-11-11T20:14:36.806Z | Compiling ppv-lite86 v0.2.20 |
| 1409 | 2025-11-11T20:14:36.913Z | Compiling regex v1.11.3 |
| 1410 | 2025-11-11T20:14:36.938Z | Compiling cipher v0.4.4 |
| 1411 | 2025-11-11T20:14:37.476Z | Compiling sha2 v0.10.9 |
| 1412 | 2025-11-11T20:14:37.588Z | Compiling der_derive v0.7.3 |
| 1413 | 2025-11-11T20:14:37.852Z | Compiling tinystr v0.7.6 |
| 1414 | 2025-11-11T20:14:37.992Z | Compiling icu_collections v1.5.0 |
| 1415 | 2025-11-11T20:14:38.016Z | Compiling salsa20 v0.10.2 |
| 1416 | 2025-11-11T20:14:38.167Z | Compiling futures-util v0.3.31 |
| 1417 | 2025-11-11T20:14:38.251Z | Compiling icu_locid v1.5.0 |
| 1418 | 2025-11-11T20:14:38.276Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2025-11-11T20:14:38.472Z | Compiling iana-time-zone v0.1.63 |
| 1420 | 2025-11-11T20:14:38.574Z | Compiling serde v1.0.226 |
| 1421 | 2025-11-11T20:14:38.833Z | Compiling scrypt v0.11.0 |
| 1422 | 2025-11-11T20:14:38.885Z | Compiling thiserror v2.0.17 |
| 1423 | 2025-11-11T20:14:39.054Z | Compiling pest v2.8.2 |
| 1424 | 2025-11-11T20:14:39.143Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2025-11-11T20:14:39.315Z | Compiling icu_provider v1.5.0 |
| 1426 | 2025-11-11T20:14:39.541Z | Compiling der v0.7.10 |
| 1427 | 2025-11-11T20:14:39.701Z | Compiling bitflags v2.9.4 |
| 1428 | 2025-11-11T20:14:40.103Z | Compiling bytes v1.10.1 |
| 1429 | 2025-11-11T20:14:40.209Z | Compiling icu_locid_transform v1.5.0 |
| 1430 | 2025-11-11T20:14:40.294Z | Compiling uuid v1.18.1 |
| 1431 | 2025-11-11T20:14:40.873Z | Compiling chrono v0.4.42 |
| 1432 | 2025-11-11T20:14:41.444Z | Compiling tokio v1.47.0 |
| 1433 | 2025-11-11T20:14:41.641Z | Compiling icu_properties v1.5.1 |
| 1434 | 2025-11-11T20:14:41.788Z | Compiling spki v0.7.3 |
| 1435 | 2025-11-11T20:14:42.221Z | Compiling pest_meta v2.8.2 |
| 1436 | 2025-11-11T20:14:42.284Z | Compiling http v1.3.1 |
| 1437 | 2025-11-11T20:14:42.330Z | Compiling cbc v0.1.2 |
| 1438 | 2025-11-11T20:14:42.631Z | Compiling aes v0.8.4 |
| 1439 | 2025-11-11T20:14:43.299Z | Compiling openssl-sys v0.9.109 |
| 1440 | 2025-11-11T20:14:43.887Z | Compiling which v4.4.2 |
| 1441 | 2025-11-11T20:14:44.322Z | Compiling hashbrown v0.15.4 |
| 1442 | 2025-11-11T20:14:44.347Z | Compiling darling_core v0.20.10 |
| 1443 | 2025-11-11T20:14:45.462Z | Compiling icu_normalizer v1.5.0 |
| 1444 | 2025-11-11T20:14:45.651Z | Compiling pest_generator v2.8.2 |
| 1445 | 2025-11-11T20:14:45.852Z | Compiling pkcs5 v0.7.1 |
| 1446 | 2025-11-11T20:14:46.006Z | Compiling rand v0.9.2 |
| 1447 | 2025-11-11T20:14:46.054Z | Compiling tracing-attributes v0.1.27 |
| 1448 | 2025-11-11T20:14:46.865Z | Compiling idna_adapter v1.2.0 |
| 1449 | 2025-11-11T20:14:47.058Z | Compiling ring v0.17.14 |
| 1450 | 2025-11-11T20:14:47.132Z | Compiling idna v1.0.3 |
| 1451 | 2025-11-11T20:14:47.217Z | Compiling tracing-core v0.1.32 |
| 1452 | 2025-11-11T20:14:47.713Z | Compiling rustix v1.0.7 |
| 1453 | 2025-11-11T20:14:48.065Z | Compiling url v2.5.4 |
| 1454 | 2025-11-11T20:14:48.355Z | Compiling aws-lc-rs v1.12.4 |
| 1455 | 2025-11-11T20:14:48.394Z | Compiling adler2 v2.0.0 |
| 1456 | 2025-11-11T20:14:48.646Z | Compiling miniz_oxide v0.8.5 |
| 1457 | 2025-11-11T20:14:48.779Z | Compiling pest_derive v2.8.2 |
| 1458 | 2025-11-11T20:14:48.886Z | Compiling tracing v0.1.40 |
| 1459 | 2025-11-11T20:14:49.407Z | Compiling tokio-util v0.7.15 |
| 1460 | 2025-11-11T20:14:49.570Z | Compiling pkcs8 v0.10.2 |
| 1461 | 2025-11-11T20:14:49.676Z | Compiling http-body v1.0.1 |
| 1462 | 2025-11-11T20:14:49.701Z | Compiling darling_macro v0.20.10 |
| 1463 | 2025-11-11T20:14:50.031Z | Compiling scroll_derive v0.12.0 |
| 1464 | 2025-11-11T20:14:50.056Z | Compiling thiserror-impl v1.0.69 |
| 1465 | 2025-11-11T20:14:50.265Z | Compiling serde_derive_internals v0.29.1 |
| 1466 | 2025-11-11T20:14:50.724Z | Compiling darling v0.20.10 |
| 1467 | 2025-11-11T20:14:50.877Z | Compiling rustls-pki-types v1.10.0 |
| 1468 | 2025-11-11T20:14:51.357Z | Compiling schemars v0.8.22 |
| 1469 | 2025-11-11T20:14:51.673Z | Compiling base64 v0.22.1 |
| 1470 | 2025-11-11T20:14:51.698Z | Compiling httparse v1.9.5 |
| 1471 | 2025-11-11T20:14:51.814Z | Compiling tinyvec_macros v0.1.1 |
| 1472 | 2025-11-11T20:14:51.933Z | Compiling zerocopy v0.8.27 |
| 1473 | 2025-11-11T20:14:52.296Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2025-11-11T20:14:52.322Z | Compiling tinyvec v1.8.0 |
| 1475 | 2025-11-11T20:14:52.463Z | Compiling scroll v0.12.0 |
| 1476 | 2025-11-11T20:14:52.757Z | Compiling thiserror v1.0.69 |
| 1477 | 2025-11-11T20:14:52.925Z | Compiling zerocopy-derive v0.8.27 |
| 1478 | 2025-11-11T20:14:52.996Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1479 | 2025-11-11T20:14:53.466Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1480 | 2025-11-11T20:14:53.598Z | Compiling openssl-probe v0.1.5 |
| 1481 | 2025-11-11T20:14:53.910Z | Compiling atomic-waker v1.1.2 |
| 1482 | 2025-11-11T20:14:53.935Z | Compiling time-core v0.1.6 |
| 1483 | 2025-11-11T20:14:53.988Z | Compiling untrusted v0.7.1 |
| 1484 | 2025-11-11T20:14:54.131Z | Compiling num-conv v0.1.0 |
| 1485 | 2025-11-11T20:14:54.165Z | Compiling openssl v0.10.73 |
| 1486 | 2025-11-11T20:14:54.205Z | Compiling powerfmt v0.2.0 |
| 1487 | 2025-11-11T20:14:54.244Z | Compiling try-lock v0.2.5 |
| 1488 | 2025-11-11T20:14:54.432Z | Compiling dyn-clone v1.0.20 |
| 1489 | 2025-11-11T20:14:54.461Z | Compiling foreign-types-shared v0.1.1 |
| 1490 | 2025-11-11T20:14:54.583Z | Compiling tower-service v0.3.3 |
| 1491 | 2025-11-11T20:14:54.608Z | Compiling untrusted v0.9.0 |
| 1492 | 2025-11-11T20:14:54.668Z | Compiling foreign-types v0.3.2 |
| 1493 | 2025-11-11T20:14:54.693Z | Compiling deranged v0.5.3 |
| 1494 | 2025-11-11T20:14:54.751Z | Compiling time-macros v0.2.24 |
| 1495 | 2025-11-11T20:14:54.792Z | Compiling want v0.3.1 |
| 1496 | 2025-11-11T20:14:55.146Z | Compiling tempfile v3.20.0 |
| 1497 | 2025-11-11T20:14:55.899Z | Compiling h2 v0.4.6 |
| 1498 | 2025-11-11T20:14:57.160Z | Compiling goblin v0.8.2 |
| 1499 | 2025-11-11T20:14:58.482Z | Compiling ipnet v2.11.0 |
| 1500 | 2025-11-11T20:14:58.780Z | Compiling openssl-macros v0.1.1 |
| 1501 | 2025-11-11T20:14:59.007Z | Compiling wait-timeout v0.2.0 |
| 1502 | 2025-11-11T20:14:59.463Z | Compiling syn v1.0.109 |
| 1503 | 2025-11-11T20:14:59.509Z | Compiling native-tls v0.2.12 |
| 1504 | 2025-11-11T20:14:59.541Z | Compiling num_threads v0.1.7 |
| 1505 | 2025-11-11T20:14:59.616Z | Compiling quick-error v1.2.3 |
| 1506 | 2025-11-11T20:14:59.712Z | Compiling gimli v0.31.1 |
| 1507 | 2025-11-11T20:14:59.808Z | Compiling bit-vec v0.8.0 |
| 1508 | 2025-11-11T20:14:59.917Z | Compiling crossbeam-utils v0.8.21 |
| 1509 | 2025-11-11T20:15:00.057Z | Compiling httpdate v1.0.3 |
| 1510 | 2025-11-11T20:15:00.317Z | Compiling rustls v0.23.19 |
| 1511 | 2025-11-11T20:15:00.489Z | Compiling bit-set v0.8.0 |
| 1512 | 2025-11-11T20:15:00.625Z | Compiling rusty-fork v0.3.0 |
| 1513 | 2025-11-11T20:15:00.658Z | Compiling time v0.3.43 |
| 1514 | 2025-11-11T20:15:01.423Z | Compiling unicode-normalization v0.1.24 |
| 1515 | 2025-11-11T20:15:02.353Z | Compiling dof v0.3.0 |
| 1516 | 2025-11-11T20:15:03.939Z | Compiling addr2line v0.24.2 |
| 1517 | 2025-11-11T20:15:04.082Z | Compiling hyper v1.7.0 |
| 1518 | 2025-11-11T20:15:04.107Z | Compiling dtrace-parser v0.2.0 |
| 1519 | 2025-11-11T20:15:04.493Z | Compiling derive_builder_core v0.20.2 |
| 1520 | 2025-11-11T20:15:04.588Z | Compiling signature v2.2.0 |
| 1521 | 2025-11-11T20:15:04.927Z | Compiling scroll_derive v0.13.1 |
| 1522 | 2025-11-11T20:15:05.144Z | Compiling heapless v0.7.17 |
| 1523 | 2025-11-11T20:15:05.544Z | Compiling rand_xorshift v0.4.0 |
| 1524 | 2025-11-11T20:15:05.816Z | Compiling cookie v0.18.1 |
| 1525 | 2025-11-11T20:15:05.841Z | Compiling crc32fast v1.4.2 |
| 1526 | 2025-11-11T20:15:06.123Z | Compiling object v0.36.5 |
| 1527 | 2025-11-11T20:15:06.178Z | Compiling siphasher v0.3.11 |
| 1528 | 2025-11-11T20:15:06.413Z | Compiling rustc-demangle v0.1.24 |
| 1529 | 2025-11-11T20:15:06.546Z | Compiling signal-hook v0.3.18 |
| 1530 | 2025-11-11T20:15:06.571Z | Compiling anyhow v1.0.99 |
| 1531 | 2025-11-11T20:15:06.855Z | Compiling zstd-safe v7.2.3 |
| 1532 | 2025-11-11T20:15:07.142Z | Compiling slog v2.7.0 |
| 1533 | 2025-11-11T20:15:07.177Z | Compiling unicode-bidi v0.3.17 |
| 1534 | 2025-11-11T20:15:07.208Z | Compiling unicode-properties v0.1.3 |
| 1535 | 2025-11-11T20:15:07.233Z | Compiling zlib-rs v0.5.1 |
| 1536 | 2025-11-11T20:15:07.374Z | Compiling unarray v0.1.4 |
| 1537 | 2025-11-11T20:15:07.584Z | Compiling proptest v1.7.0 |
| 1538 | 2025-11-11T20:15:07.800Z | Compiling scroll v0.13.0 |
| 1539 | 2025-11-11T20:15:07.867Z | Compiling stringprep v0.1.5 |
| 1540 | 2025-11-11T20:15:08.117Z | Compiling phf_shared v0.11.2 |
| 1541 | 2025-11-11T20:15:08.296Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2025-11-11T20:15:08.367Z | Compiling hyper-util v0.1.17 |
| 1543 | 2025-11-11T20:15:08.818Z | Compiling usdt-impl v0.5.0 |
| 1544 | 2025-11-11T20:15:10.020Z | Compiling ipnetwork v0.21.1 |
| 1545 | 2025-11-11T20:15:10.295Z | Compiling vergen-lib v0.1.6 |
| 1546 | 2025-11-11T20:15:10.585Z | Compiling serde_tokenstream v0.2.2 |
| 1547 | 2025-11-11T20:15:10.775Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2025-11-11T20:15:11.101Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2025-11-11T20:15:11.242Z | Compiling rand_chacha v0.3.1 |
| 1550 | 2025-11-11T20:15:11.353Z | Compiling md-5 v0.10.6 |
| 1551 | 2025-11-11T20:15:11.626Z | Compiling curve25519-dalek v4.1.3 |
| 1552 | 2025-11-11T20:15:11.711Z | Compiling num-integer v0.1.46 |
| 1553 | 2025-11-11T20:15:12.230Z | Compiling backtrace v0.3.74 |
| 1554 | 2025-11-11T20:15:12.354Z | Compiling sync_wrapper v1.0.1 |
| 1555 | 2025-11-11T20:15:12.531Z | Compiling ff v0.13.0 |
| 1556 | 2025-11-11T20:15:12.556Z | Compiling hash32 v0.2.1 |
| 1557 | 2025-11-11T20:15:12.782Z | Compiling libz-rs-sys v0.5.1 |
| 1558 | 2025-11-11T20:15:12.927Z | Compiling memoffset v0.9.1 |
| 1559 | 2025-11-11T20:15:13.116Z | Compiling smoltcp v0.9.1 |
| 1560 | 2025-11-11T20:15:13.149Z | Compiling litrs v0.4.1 |
| 1561 | 2025-11-11T20:15:13.257Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2025-11-11T20:15:13.384Z | Compiling psl-types v2.0.11 |
| 1563 | 2025-11-11T20:15:13.457Z | Compiling tower-layer v0.3.3 |
| 1564 | 2025-11-11T20:15:13.613Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2025-11-11T20:15:13.720Z | Compiling ref-cast v1.0.24 |
| 1566 | 2025-11-11T20:15:13.753Z | Compiling base16ct v0.2.0 |
| 1567 | 2025-11-11T20:15:14.076Z | Compiling num-bigint-dig v0.8.4 |
| 1568 | 2025-11-11T20:15:14.165Z | Compiling document-features v0.2.11 |
| 1569 | 2025-11-11T20:15:14.260Z | Compiling postgres-protocol v0.6.8 |
| 1570 | 2025-11-11T20:15:14.285Z | Compiling sec1 v0.7.3 |
| 1571 | 2025-11-11T20:15:14.453Z | Compiling tower v0.5.2 |
| 1572 | 2025-11-11T20:15:14.804Z | Compiling publicsuffix v2.3.0 |
| 1573 | 2025-11-11T20:15:14.829Z | Compiling nix v0.29.0 |
| 1574 | 2025-11-11T20:15:15.353Z | Compiling newtype-uuid v1.3.1 |
| 1575 | 2025-11-11T20:15:15.402Z | Compiling flate2 v1.1.2 |
| 1576 | 2025-11-11T20:15:15.592Z | Compiling group v0.13.0 |
| 1577 | 2025-11-11T20:15:15.963Z | Compiling num-iter v0.1.45 |
| 1578 | 2025-11-11T20:15:16.001Z | Compiling rand v0.8.5 |
| 1579 | 2025-11-11T20:15:16.092Z | Compiling oxnet v0.1.3 |
| 1580 | 2025-11-11T20:15:16.176Z | Compiling derive_builder v0.20.2 |
| 1581 | 2025-11-11T20:15:16.282Z | Compiling tokio-native-tls v0.3.1 |
| 1582 | 2025-11-11T20:15:16.447Z | Compiling goblin v0.10.2 |
| 1583 | 2025-11-11T20:15:17.439Z | Compiling rustls-native-certs v0.8.1 |
| 1584 | 2025-11-11T20:15:17.641Z | Compiling webpki-roots v1.0.1 |
| 1585 | 2025-11-11T20:15:17.666Z | Compiling http-body-util v0.1.3 |
| 1586 | 2025-11-11T20:15:17.782Z | Compiling vergen v9.0.6 |
| 1587 | 2025-11-11T20:15:17.857Z | Compiling strum_macros v0.27.2 |
| 1588 | 2025-11-11T20:15:18.014Z | Compiling terminal_size v0.4.0 |
| 1589 | 2025-11-11T20:15:18.089Z | Compiling cargo-platform v0.1.8 |
| 1590 | 2025-11-11T20:15:18.159Z | Compiling hkdf v0.12.4 |
| 1591 | 2025-11-11T20:15:18.264Z | Compiling crypto-bigint v0.5.5 |
| 1592 | 2025-11-11T20:15:18.446Z | Compiling daft-derive v0.1.4 |
| 1593 | 2025-11-11T20:15:18.589Z | Compiling async-trait v0.1.89 |
| 1594 | 2025-11-11T20:15:19.480Z | Compiling hubpack_derive v0.1.1 |
| 1595 | 2025-11-11T20:15:19.977Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2025-11-11T20:15:20.412Z | Compiling ref-cast-impl v1.0.24 |
| 1597 | 2025-11-11T20:15:20.911Z | Compiling ahash v0.8.12 |
| 1598 | 2025-11-11T20:15:21.324Z | Compiling fs-err v3.1.1 |
| 1599 | 2025-11-11T20:15:21.391Z | Compiling usdt-impl v0.6.0 |
| 1600 | 2025-11-11T20:15:21.514Z | Compiling bitflags v1.3.2 |
| 1601 | 2025-11-11T20:15:21.647Z | Compiling managed v0.8.0 |
| 1602 | 2025-11-11T20:15:21.680Z | Compiling lockfree-object-pool v0.1.6 |
| 1603 | 2025-11-11T20:15:21.769Z | Compiling unicode-segmentation v1.12.0 |
| 1604 | 2025-11-11T20:15:21.945Z | Compiling buf-list v1.0.3 |
| 1605 | 2025-11-11T20:15:22.062Z | Compiling simd-adler32 v0.3.7 |
| 1606 | 2025-11-11T20:15:22.131Z | Compiling bumpalo v3.16.0 |
| 1607 | 2025-11-11T20:15:22.514Z | Compiling iri-string v0.7.8 |
| 1608 | 2025-11-11T20:15:22.544Z | Compiling winnow v0.5.40 |
| 1609 | 2025-11-11T20:15:22.570Z | Compiling clap_builder v4.5.48 |
| 1610 | 2025-11-11T20:15:22.679Z | Compiling zopfli v0.8.1 |
| 1611 | 2025-11-11T20:15:23.285Z | Compiling dof v0.4.0 |
| 1612 | 2025-11-11T20:15:24.060Z | Compiling strum v0.27.2 |
| 1613 | 2025-11-11T20:15:25.273Z | Compiling tower-http v0.6.6 |
| 1614 | 2025-11-11T20:15:25.573Z | Compiling toml_edit v0.19.15 |
| 1615 | 2025-11-11T20:15:26.119Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2025-11-11T20:15:26.181Z | Compiling hubpack v0.1.2 |
| 1617 | 2025-11-11T20:15:26.314Z | Compiling daft v0.1.4 |
| 1618 | 2025-11-11T20:15:26.540Z | Compiling cargo_metadata v0.19.2 |
| 1619 | 2025-11-11T20:15:26.818Z | Compiling hyper-tls v0.6.0 |
| 1620 | 2025-11-11T20:15:27.205Z | Compiling signal-hook-mio v0.2.4 |
| 1621 | 2025-11-11T20:15:27.383Z | Compiling cookie_store v0.21.1 |
| 1622 | 2025-11-11T20:15:28.641Z | Compiling zstd v0.13.3 |
| 1623 | 2025-11-11T20:15:29.308Z | Compiling postgres-types v0.2.9 |
| 1624 | 2025-11-11T20:15:29.361Z | Compiling usdt-macro v0.5.0 |
| 1625 | 2025-11-11T20:15:29.828Z | Compiling usdt-attr-macro v0.5.0 |
| 1626 | 2025-11-11T20:15:30.081Z | Compiling phf v0.11.2 |
| 1627 | 2025-11-11T20:15:30.359Z | Compiling ed25519 v2.2.3 |
| 1628 | 2025-11-11T20:15:30.422Z | Compiling bzip2 v0.4.4 |
| 1629 | 2025-11-11T20:15:30.645Z | Compiling bzip2 v0.5.2 |
| 1630 | 2025-11-11T20:15:30.802Z | Compiling serde_with_macros v3.14.0 |
| 1631 | 2025-11-11T20:15:31.014Z | Compiling pkcs1 v0.7.5 |
| 1632 | 2025-11-11T20:15:31.191Z | Compiling dtrace-parser v0.3.0 |
| 1633 | 2025-11-11T20:15:31.224Z | Compiling strum_macros v0.26.4 |
| 1634 | 2025-11-11T20:15:31.811Z | Compiling clap_derive v4.5.47 |
| 1635 | 2025-11-11T20:15:31.913Z | Compiling enum-as-inner v0.6.1 |
| 1636 | 2025-11-11T20:15:32.140Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2025-11-11T20:15:32.393Z | Compiling serde_urlencoded v0.7.1 |
| 1638 | 2025-11-11T20:15:32.849Z | Compiling rfc6979 v0.4.0 |
| 1639 | 2025-11-11T20:15:32.879Z | Compiling bstr v1.10.0 |
| 1640 | 2025-11-11T20:15:32.913Z | Compiling serde_repr v0.1.19 |
| 1641 | 2025-11-11T20:15:33.010Z | Compiling float-cmp v0.10.0 |
| 1642 | 2025-11-11T20:15:33.062Z | Compiling env_filter v0.1.2 |
| 1643 | 2025-11-11T20:15:33.272Z | Compiling thread-id v5.0.0 |
| 1644 | 2025-11-11T20:15:33.415Z | Compiling socket2 v0.5.10 |
| 1645 | 2025-11-11T20:15:33.620Z | Compiling encoding_rs v0.8.34 |
| 1646 | 2025-11-11T20:15:33.875Z | Compiling jiff v0.2.15 |
| 1647 | 2025-11-11T20:15:34.237Z | Compiling difflib v0.4.0 |
| 1648 | 2025-11-11T20:15:34.262Z | Compiling mime v0.3.17 |
| 1649 | 2025-11-11T20:15:34.753Z | Compiling predicates-core v1.0.8 |
| 1650 | 2025-11-11T20:15:35.002Z | Compiling data-encoding v2.9.0 |
| 1651 | 2025-11-11T20:15:35.158Z | Compiling normalize-line-endings v0.3.0 |
| 1652 | 2025-11-11T20:15:35.316Z | Compiling keccak v0.1.5 |
| 1653 | 2025-11-11T20:15:35.464Z | Compiling static_assertions v1.1.0 |
| 1654 | 2025-11-11T20:15:35.489Z | Compiling new_debug_unreachable v1.0.6 |
| 1655 | 2025-11-11T20:15:35.585Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2025-11-11T20:15:35.611Z | Compiling foldhash v0.2.0 |
| 1657 | 2025-11-11T20:15:35.996Z | Compiling precomputed-hash v0.1.1 |
| 1658 | 2025-11-11T20:15:36.021Z | Compiling rustc-hash v2.1.1 |
| 1659 | 2025-11-11T20:15:36.156Z | Compiling whoami v1.5.2 |
| 1660 | 2025-11-11T20:15:36.244Z | Compiling iddqd v0.3.13 |
| 1661 | 2025-11-11T20:15:36.269Z | Compiling string_cache v0.8.9 |
| 1662 | 2025-11-11T20:15:36.525Z | Compiling tokio-postgres v0.7.13 |
| 1663 | 2025-11-11T20:15:36.684Z | Compiling petgraph v0.6.5 |
| 1664 | 2025-11-11T20:15:36.709Z | Compiling sha3 v0.10.8 |
| 1665 | 2025-11-11T20:15:36.745Z | Compiling hickory-proto v0.25.2 |
| 1666 | 2025-11-11T20:15:37.638Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 1667 | 2025-11-11T20:15:37.732Z | Compiling toml_edit v0.22.27 |
| 1668 | 2025-11-11T20:15:38.364Z | Compiling clap v4.5.48 |
| 1669 | 2025-11-11T20:15:38.498Z | Compiling predicates v3.1.3 |
| 1670 | 2025-11-11T20:15:39.795Z | Compiling strum v0.26.3 |
| 1671 | 2025-11-11T20:15:39.893Z | Compiling similar v2.7.0 |
| 1672 | 2025-11-11T20:15:40.036Z | Compiling usdt v0.5.0 |
| 1673 | 2025-11-11T20:15:40.504Z | Compiling zip v4.2.0 |
| 1674 | 2025-11-11T20:15:41.673Z | Compiling env_logger v0.11.8 |
| 1675 | 2025-11-11T20:15:42.199Z | Compiling ecdsa v0.16.9 |
| 1676 | 2025-11-11T20:15:42.356Z | Compiling serde_with v3.14.0 |
| 1677 | 2025-11-11T20:15:42.421Z | Compiling rsa v0.9.8 |
| 1678 | 2025-11-11T20:15:42.903Z | Compiling zip v0.6.6 |
| 1679 | 2025-11-11T20:15:43.291Z | Compiling ed25519-dalek v2.1.1 |
| 1680 | 2025-11-11T20:15:43.980Z | Compiling toml v0.7.8 |
| 1681 | 2025-11-11T20:15:44.348Z | Compiling crossterm v0.28.1 |
| 1682 | 2025-11-11T20:15:45.401Z | Compiling heck v0.4.1 |
| 1683 | 2025-11-11T20:15:45.568Z | Compiling crossbeam-epoch v0.9.18 |
| 1684 | 2025-11-11T20:15:45.600Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 1685 | 2025-11-11T20:15:45.690Z | Compiling tokio-stream v0.1.17 |
| 1686 | 2025-11-11T20:15:45.813Z | Compiling x509-cert v0.2.5 |
| 1687 | 2025-11-11T20:15:45.984Z | Compiling openapiv3 v2.2.0 |
| 1688 | 2025-11-11T20:15:46.175Z | Compiling sha1 v0.10.6 |
| 1689 | 2025-11-11T20:15:46.517Z | Compiling itertools v0.10.5 |
| 1690 | 2025-11-11T20:15:46.554Z | Compiling itertools v0.13.0 |
| 1691 | 2025-11-11T20:15:46.741Z | Compiling winnow v0.6.26 |
| 1692 | 2025-11-11T20:15:47.003Z | Compiling lalrpop-util v0.19.12 |
| 1693 | 2025-11-11T20:15:47.315Z | Compiling peg-runtime v0.8.5 |
| 1694 | 2025-11-11T20:15:47.809Z | Compiling thread_local v1.1.8 |
| 1695 | 2025-11-11T20:15:48.243Z | Compiling slog-async v2.8.0 |
| 1696 | 2025-11-11T20:15:48.491Z | Compiling crossbeam-channel v0.5.15 |
| 1697 | 2025-11-11T20:15:48.652Z | Compiling xattr v1.3.1 |
| 1698 | 2025-11-11T20:15:48.765Z | Compiling futures-executor v0.3.31 |
| 1699 | 2025-11-11T20:15:48.913Z | Compiling is-terminal v0.4.13 |
| 1700 | 2025-11-11T20:15:49.052Z | Compiling filetime v0.2.26 |
| 1701 | 2025-11-11T20:15:49.077Z | Compiling term v1.1.0 |
| 1702 | 2025-11-11T20:15:49.195Z | Compiling take_mut v0.2.2 |
| 1703 | 2025-11-11T20:15:49.231Z | Compiling futures v0.3.31 |
| 1704 | 2025-11-11T20:15:49.361Z | Compiling tar v0.4.44 |
| 1705 | 2025-11-11T20:15:50.244Z | Compiling slog-term v2.9.2 |
| 1706 | 2025-11-11T20:15:51.475Z | Compiling aws-lc-sys v0.26.0 |
| 1707 | 2025-11-11T20:16:24.707Z | Compiling rustls-webpki v0.102.8 |
| 1708 | 2025-11-11T20:16:31.113Z | Compiling tokio-rustls v0.26.0 |
| 1709 | 2025-11-11T20:16:31.455Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2025-11-11T20:16:31.813Z | Compiling reqwest v0.12.24 |
| 1711 | 2025-11-11T20:16:36.499Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1712 | 2025-11-11T20:16:36.865Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1713 | 2025-11-11T20:16:42.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 1714 | 2025-11-11T20:16:42.761Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1715 | 2025-11-11T20:16:42.837Z | Nov 11 20:16:42.445 INFO Starting download, target: Cockroach |
| 1716 | 2025-11-11T20:16:42.837Z | Nov 11 20:16:42.447 INFO Starting download, target: Console |
| 1717 | 2025-11-11T20:16:42.837Z | Nov 11 20:16:42.447 INFO Starting download, target: Clickhouse |
| 1718 | 2025-11-11T20:16:42.837Z | Nov 11 20:16:42.447 INFO Starting download, target: DendriteStub |
| 1719 | 2025-11-11T20:16:42.837Z | Nov 11 20:16:42.447 INFO Starting download, target: MaghemiteMgd |
| 1720 | 2025-11-11T20:16:42.837Z | Nov 11 20:16:42.447 INFO Starting download, target: TransceiverControl |
| 1721 | 2025-11-11T20:16:42.863Z | Nov 11 20:16:42.448 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1722 | 2025-11-11T20:16:42.863Z | Nov 11 20:16:42.448 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1723 | 2025-11-11T20:16:42.863Z | Nov 11 20:16:42.448 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1724 | 2025-11-11T20:16:42.863Z | Nov 11 20:16:42.448 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1725 | 2025-11-11T20:16:42.863Z | Nov 11 20:16:42.448 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1726 | 2025-11-11T20:16:42.863Z | Nov 11 20:16:42.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1727 | 2025-11-11T20:16:43.142Z | Nov 11 20:16:42.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1728 | 2025-11-11T20:16:43.562Z | Nov 11 20:16:43.169 INFO Download complete, target: Console |
| 1729 | 2025-11-11T20:16:43.597Z | Nov 11 20:16:43.202 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1730 | 2025-11-11T20:16:43.983Z | Nov 11 20:16:43.591 INFO Download complete, target: TransceiverControl |
| 1731 | 2025-11-11T20:16:45.682Z | Nov 11 20:16:45.292 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1732 | 2025-11-11T20:16:47.026Z | Nov 11 20:16:46.636 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1733 | 2025-11-11T20:16:47.621Z | Nov 11 20:16:47.231 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1734 | 2025-11-11T20:16:47.621Z | Nov 11 20:16:47.231 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1735 | 2025-11-11T20:16:50.316Z | Nov 11 20:16:49.926 INFO Download complete, target: DendriteStub |
| 1736 | 2025-11-11T20:16:51.818Z | Nov 11 20:16:51.428 INFO Download complete, target: MaghemiteMgd |
| 1737 | 2025-11-11T20:16:54.864Z | Nov 11 20:16:54.474 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1738 | 2025-11-11T20:16:56.089Z | Nov 11 20:16:55.700 INFO Checking that binary works, target: Cockroach |
| 1739 | 2025-11-11T20:16:56.338Z | Nov 11 20:16:55.948 INFO Download complete, target: Cockroach |
| 1740 | 2025-11-11T20:17:06.619Z | Nov 11 20:17:06.230 INFO Checking that binary works, target: Clickhouse |
| 1741 | 2025-11-11T20:17:06.810Z | Nov 11 20:17:06.421 INFO Download complete, target: Clickhouse |
| 1742 | 2025-11-11T20:17:06.835Z | All prerequisites installed successfully |
| 1743 | 2025-11-11T20:17:06.835Z | |
| 1744 | 2025-11-11T20:17:06.835Z | real 5:50.772242289 |
| 1745 | 2025-11-11T20:17:06.835Z | user 16:45.964034840 |
| 1746 | 2025-11-11T20:17:06.835Z | sys 2:51.500005374 |
| 1747 | 2025-11-11T20:17:06.835Z | trap 0.646405666 |
| 1748 | 2025-11-11T20:17:06.835Z | tflt 0.508313350 |
| 1749 | 2025-11-11T20:17:06.835Z | dflt 1.169135151 |
| 1750 | 2025-11-11T20:17:06.835Z | kflt 0.011068655 |
| 1751 | 2025-11-11T20:17:06.835Z | lock 43:21.394574788 |
| 1752 | 2025-11-11T20:17:06.835Z | slp 1:02:36.147416919 |
| 1753 | 2025-11-11T20:17:06.835Z | lat 1:20.463038420 |
| 1754 | 2025-11-11T20:17:06.835Z | stop 3:00.138836534 |
| 1755 | 2025-11-11T20:17:06.835Z | + ptime -m cargo xtask download softnpu |
| 1756 | 2025-11-11T20:17:07.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 1757 | 2025-11-11T20:17:07.990Z | Running `target/debug/xtask download softnpu` |
| 1758 | 2025-11-11T20:17:09.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 1759 | 2025-11-11T20:17:09.488Z | Running `target/debug/xtask-downloader softnpu` |
| 1760 | 2025-11-11T20:17:09.545Z | Nov 11 20:17:09.156 INFO Starting download, target: Softnpu |
| 1761 | 2025-11-11T20:17:09.569Z | Nov 11 20:17:09.157 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1762 | 2025-11-11T20:17:11.090Z | Nov 11 20:17:10.701 INFO Download complete, target: Softnpu |
| 1763 | 2025-11-11T20:17:11.115Z | |
| 1764 | 2025-11-11T20:17:11.115Z | real 4.267137988 |
| 1765 | 2025-11-11T20:17:11.115Z | user 2.019306418 |
| 1766 | 2025-11-11T20:17:11.115Z | sys 1.254198619 |
| 1767 | 2025-11-11T20:17:11.115Z | trap 0.000878051 |
| 1768 | 2025-11-11T20:17:11.115Z | tflt 0.000147197 |
| 1769 | 2025-11-11T20:17:11.115Z | dflt 0.000540531 |
| 1770 | 2025-11-11T20:17:11.115Z | kflt 0.000000000 |
| 1771 | 2025-11-11T20:17:11.115Z | lock 16.948329660 |
| 1772 | 2025-11-11T20:17:11.115Z | slp 1.355628772 |
| 1773 | 2025-11-11T20:17:11.115Z | lat 0.180955081 |
| 1774 | 2025-11-11T20:17:11.115Z | stop 0.000267664 |
| 1775 | 2025-11-11T20:17:11.115Z | + export CARGO_INCREMENTAL=0 |
| 1776 | 2025-11-11T20:17:11.115Z | + CARGO_INCREMENTAL=0 |
| 1777 | 2025-11-11T20:17:11.115Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1778 | 2025-11-11T20:17:12.879Z | Compiling proc-macro2 v1.0.101 |
| 1779 | 2025-11-11T20:17:12.879Z | Compiling unicode-ident v1.0.19 |
| 1780 | 2025-11-11T20:17:12.904Z | Compiling libc v0.2.174 |
| 1781 | 2025-11-11T20:17:12.904Z | Compiling serde_core v1.0.226 |
| 1782 | 2025-11-11T20:17:12.904Z | Compiling serde v1.0.226 |
| 1783 | 2025-11-11T20:17:12.904Z | Compiling autocfg v1.4.0 |
| 1784 | 2025-11-11T20:17:12.904Z | Compiling cfg-if v1.0.4 |
| 1785 | 2025-11-11T20:17:13.158Z | Compiling version_check v0.9.5 |
| 1786 | 2025-11-11T20:17:13.183Z | Compiling memchr v2.7.4 |
| 1787 | 2025-11-11T20:17:13.228Z | Compiling shlex v1.3.0 |
| 1788 | 2025-11-11T20:17:13.748Z | Compiling lock_api v0.4.12 |
| 1789 | 2025-11-11T20:17:13.804Z | Compiling typenum v1.17.0 |
| 1790 | 2025-11-11T20:17:14.066Z | Compiling portable-atomic v1.11.0 |
| 1791 | 2025-11-11T20:17:14.310Z | Compiling value-bag v1.9.0 |
| 1792 | 2025-11-11T20:17:14.580Z | Compiling generic-array v0.14.7 |
| 1793 | 2025-11-11T20:17:14.822Z | Compiling jobserver v0.1.32 |
| 1794 | 2025-11-11T20:17:14.855Z | Compiling log v0.4.27 |
| 1795 | 2025-11-11T20:17:14.934Z | Compiling quote v1.0.40 |
| 1796 | 2025-11-11T20:17:15.069Z | Compiling serde_json v1.0.145 |
| 1797 | 2025-11-11T20:17:15.334Z | Compiling syn v2.0.106 |
| 1798 | 2025-11-11T20:17:15.446Z | Compiling cc v1.2.30 |
| 1799 | 2025-11-11T20:17:15.484Z | Compiling getrandom v0.3.4 |
| 1800 | 2025-11-11T20:17:15.514Z | Compiling libm v0.2.8 |
| 1801 | 2025-11-11T20:17:15.580Z | Compiling num-traits v0.2.19 |
| 1802 | 2025-11-11T20:17:15.994Z | Compiling scopeguard v1.2.0 |
| 1803 | 2025-11-11T20:17:16.044Z | Compiling parking_lot_core v0.9.10 |
| 1804 | 2025-11-11T20:17:16.079Z | Compiling smallvec v1.15.1 |
| 1805 | 2025-11-11T20:17:16.386Z | Compiling regex-syntax v0.8.5 |
| 1806 | 2025-11-11T20:17:16.563Z | Compiling getrandom v0.2.15 |
| 1807 | 2025-11-11T20:17:16.893Z | Compiling pkg-config v0.3.31 |
| 1808 | 2025-11-11T20:17:17.192Z | Compiling aho-corasick v1.1.3 |
| 1809 | 2025-11-11T20:17:17.481Z | Compiling rustix v0.38.37 |
| 1810 | 2025-11-11T20:17:17.759Z | Compiling itoa v1.0.11 |
| 1811 | 2025-11-11T20:17:18.049Z | Compiling thiserror v2.0.17 |
| 1812 | 2025-11-11T20:17:18.150Z | Compiling errno v0.3.12 |
| 1813 | 2025-11-11T20:17:18.387Z | Compiling either v1.15.0 |
| 1814 | 2025-11-11T20:17:18.493Z | Compiling stable_deref_trait v1.2.0 |
| 1815 | 2025-11-11T20:17:18.568Z | Compiling spin v0.9.8 |
| 1816 | 2025-11-11T20:17:18.593Z | Compiling fnv v1.0.7 |
| 1817 | 2025-11-11T20:17:18.625Z | Compiling slab v0.4.9 |
| 1818 | 2025-11-11T20:17:18.708Z | Compiling allocator-api2 v0.2.21 |
| 1819 | 2025-11-11T20:17:18.750Z | Compiling equivalent v1.0.2 |
| 1820 | 2025-11-11T20:17:18.906Z | Compiling lazy_static v1.5.0 |
| 1821 | 2025-11-11T20:17:18.934Z | Compiling semver v1.0.27 |
| 1822 | 2025-11-11T20:17:18.959Z | Compiling ryu v1.0.18 |
| 1823 | 2025-11-11T20:17:19.067Z | Compiling rand_core v0.6.4 |
| 1824 | 2025-11-11T20:17:19.266Z | Compiling regex-automata v0.4.11 |
| 1825 | 2025-11-11T20:17:19.585Z | Compiling critical-section v1.1.3 |
| 1826 | 2025-11-11T20:17:19.979Z | Compiling glob v0.3.2 |
| 1827 | 2025-11-11T20:17:20.004Z | Compiling once_cell v1.21.3 |
| 1828 | 2025-11-11T20:17:20.265Z | Compiling byteorder v1.5.0 |
| 1829 | 2025-11-11T20:17:20.411Z | Compiling subtle v2.6.1 |
| 1830 | 2025-11-11T20:17:20.601Z | Compiling clang-sys v1.8.1 |
| 1831 | 2025-11-11T20:17:21.098Z | Compiling prettyplease v0.2.36 |
| 1832 | 2025-11-11T20:17:21.145Z | Compiling schemars v0.8.22 |
| 1833 | 2025-11-11T20:17:21.189Z | Compiling pin-project-lite v0.2.14 |
| 1834 | 2025-11-11T20:17:21.343Z | Compiling synstructure v0.13.1 |
| 1835 | 2025-11-11T20:17:21.431Z | Compiling serde_derive_internals v0.29.1 |
| 1836 | 2025-11-11T20:17:22.698Z | Compiling minimal-lexical v0.2.1 |
| 1837 | 2025-11-11T20:17:22.847Z | Compiling litemap v0.7.3 |
| 1838 | 2025-11-11T20:17:22.937Z | Compiling writeable v0.5.5 |
| 1839 | 2025-11-11T20:17:23.163Z | Compiling nom v7.1.3 |
| 1840 | 2025-11-11T20:17:23.443Z | Compiling libloading v0.8.5 |
| 1841 | 2025-11-11T20:17:23.761Z | Compiling percent-encoding v2.3.2 |
| 1842 | 2025-11-11T20:17:23.856Z | Compiling bindgen v0.69.5 |
| 1843 | 2025-11-11T20:17:24.069Z | Compiling regex v1.11.3 |
| 1844 | 2025-11-11T20:17:24.204Z | Compiling home v0.5.9 |
| 1845 | 2025-11-11T20:17:24.377Z | Compiling serde_derive v1.0.226 |
| 1846 | 2025-11-11T20:17:24.412Z | Compiling zeroize_derive v1.4.2 |
| 1847 | 2025-11-11T20:17:24.517Z | Compiling zerofrom-derive v0.1.4 |
| 1848 | 2025-11-11T20:17:24.668Z | Compiling yoke-derive v0.7.4 |
| 1849 | 2025-11-11T20:17:24.847Z | Compiling zerovec-derive v0.10.3 |
| 1850 | 2025-11-11T20:17:25.397Z | Compiling displaydoc v0.2.5 |
| 1851 | 2025-11-11T20:17:25.740Z | Compiling icu_provider_macros v1.5.0 |
| 1852 | 2025-11-11T20:17:25.811Z | Compiling zerocopy-derive v0.7.35 |
| 1853 | 2025-11-11T20:17:26.486Z | Compiling tokio-macros v2.5.0 |
| 1854 | 2025-11-11T20:17:26.536Z | Compiling zeroize v1.8.1 |
| 1855 | 2025-11-11T20:17:26.652Z | Compiling thiserror-impl v2.0.17 |
| 1856 | 2025-11-11T20:17:26.823Z | Compiling zerofrom v0.1.4 |
| 1857 | 2025-11-11T20:17:26.854Z | Compiling futures-macro v0.3.31 |
| 1858 | 2025-11-11T20:17:27.062Z | Compiling yoke v0.7.4 |
| 1859 | 2025-11-11T20:17:27.201Z | Compiling schemars_derive v0.8.22 |
| 1860 | 2025-11-11T20:17:27.450Z | Compiling zerovec v0.10.4 |
| 1861 | 2025-11-11T20:17:27.621Z | Compiling cexpr v0.6.0 |
| 1862 | 2025-11-11T20:17:28.730Z | Compiling itertools v0.12.1 |
| 1863 | 2025-11-11T20:17:28.834Z | Compiling lazycell v1.3.0 |
| 1864 | 2025-11-11T20:17:29.026Z | Compiling icu_locid_transform_data v1.5.0 |
| 1865 | 2025-11-11T20:17:29.051Z | Compiling paste v1.0.15 |
| 1866 | 2025-11-11T20:17:29.161Z | Compiling tinystr v0.7.6 |
| 1867 | 2025-11-11T20:17:29.343Z | Compiling heck v0.5.0 |
| 1868 | 2025-11-11T20:17:29.559Z | Compiling icu_locid v1.5.0 |
| 1869 | 2025-11-11T20:17:29.739Z | Compiling rustc-hash v1.1.0 |
| 1870 | 2025-11-11T20:17:29.933Z | Compiling icu_collections v1.5.0 |
| 1871 | 2025-11-11T20:17:30.471Z | Compiling bitflags v2.9.4 |
| 1872 | 2025-11-11T20:17:30.705Z | Compiling bytes v1.10.1 |
| 1873 | 2025-11-11T20:17:31.772Z | Compiling icu_provider v1.5.0 |
| 1874 | 2025-11-11T20:17:31.887Z | Compiling cmake v0.1.51 |
| 1875 | 2025-11-11T20:17:32.088Z | Compiling signal-hook-registry v1.4.2 |
| 1876 | 2025-11-11T20:17:32.163Z | Compiling dunce v1.0.5 |
| 1877 | 2025-11-11T20:17:32.315Z | Compiling icu_properties_data v1.5.0 |
| 1878 | 2025-11-11T20:17:32.515Z | Compiling icu_locid_transform v1.5.0 |
| 1879 | 2025-11-11T20:17:32.540Z | Compiling fs_extra v1.3.0 |
| 1880 | 2025-11-11T20:17:32.574Z | Compiling parking_lot v0.12.3 |
| 1881 | 2025-11-11T20:17:33.280Z | Compiling crypto-common v0.1.6 |
| 1882 | 2025-11-11T20:17:33.482Z | Compiling mio v1.0.2 |
| 1883 | 2025-11-11T20:17:33.735Z | Compiling icu_properties v1.5.1 |
| 1884 | 2025-11-11T20:17:34.172Z | Compiling which v4.4.2 |
| 1885 | 2025-11-11T20:17:34.274Z | Compiling utf8_iter v1.0.4 |
| 1886 | 2025-11-11T20:17:34.470Z | Compiling write16 v1.0.0 |
| 1887 | 2025-11-11T20:17:34.633Z | Compiling utf16_iter v1.0.5 |
| 1888 | 2025-11-11T20:17:34.663Z | Compiling icu_normalizer_data v1.5.0 |
| 1889 | 2025-11-11T20:17:34.801Z | Compiling hashbrown v0.16.0 |
| 1890 | 2025-11-11T20:17:35.285Z | Compiling const-oid v0.9.6 |
| 1891 | 2025-11-11T20:17:35.703Z | Compiling socket2 v0.6.0 |
| 1892 | 2025-11-11T20:17:36.135Z | Compiling thiserror v1.0.69 |
| 1893 | 2025-11-11T20:17:36.291Z | Compiling tokio v1.47.0 |
| 1894 | 2025-11-11T20:17:36.868Z | Compiling icu_normalizer v1.5.0 |
| 1895 | 2025-11-11T20:17:37.069Z | Compiling indexmap v2.11.4 |
| 1896 | 2025-11-11T20:17:37.337Z | Compiling form_urlencoded v1.2.2 |
| 1897 | 2025-11-11T20:17:37.486Z | Compiling ring v0.17.14 |
| 1898 | 2025-11-11T20:17:37.816Z | Compiling idna_adapter v1.2.0 |
| 1899 | 2025-11-11T20:17:38.025Z | Compiling idna v1.0.3 |
| 1900 | 2025-11-11T20:17:38.344Z | Compiling block-buffer v0.10.4 |
| 1901 | 2025-11-11T20:17:38.599Z | Compiling zerocopy v0.7.35 |
| 1902 | 2025-11-11T20:17:38.624Z | Compiling der_derive v0.7.3 |
| 1903 | 2025-11-11T20:17:39.256Z | Compiling thiserror-impl v1.0.69 |
| 1904 | 2025-11-11T20:17:39.772Z | Compiling tracing-attributes v0.1.27 |
| 1905 | 2025-11-11T20:17:40.228Z | Compiling vcpkg v0.2.15 |
| 1906 | 2025-11-11T20:17:40.775Z | Compiling aws-lc-rs v1.12.4 |
| 1907 | 2025-11-11T20:17:41.233Z | Compiling url v2.5.4 |
| 1908 | 2025-11-11T20:17:41.339Z | Compiling openssl-sys v0.9.109 |
| 1909 | 2025-11-11T20:17:41.951Z | Compiling digest v0.10.7 |
| 1910 | 2025-11-11T20:17:42.248Z | Compiling futures-core v0.3.31 |
| 1911 | 2025-11-11T20:17:42.306Z | Compiling strsim v0.11.1 |
| 1912 | 2025-11-11T20:17:42.545Z | Compiling httparse v1.9.5 |
| 1913 | 2025-11-11T20:17:42.616Z | Compiling ident_case v1.0.1 |
| 1914 | 2025-11-11T20:17:43.325Z | Compiling iana-time-zone v0.1.63 |
| 1915 | 2025-11-11T20:17:43.614Z | Compiling aws-lc-sys v0.26.0 |
| 1916 | 2025-11-11T20:17:43.802Z | Compiling zerocopy v0.8.27 |
| 1917 | 2025-11-11T20:17:43.850Z | Compiling rustix v1.0.7 |
| 1918 | 2025-11-11T20:17:44.082Z | Compiling foldhash v0.1.5 |
| 1919 | 2025-11-11T20:17:44.378Z | Compiling hashbrown v0.15.4 |
| 1920 | 2025-11-11T20:17:44.429Z | Compiling chrono v0.4.42 |
| 1921 | 2025-11-11T20:17:44.779Z | Compiling uuid v1.18.1 |
| 1922 | 2025-11-11T20:17:45.578Z | Compiling ucd-trie v0.1.7 |
| 1923 | 2025-11-11T20:17:45.627Z | Compiling syn v1.0.109 |
| 1924 | 2025-11-11T20:17:45.870Z | Compiling pest v2.8.2 |
| 1925 | 2025-11-11T20:17:46.052Z | Compiling serde_tokenstream v0.2.2 |
| 1926 | 2025-11-11T20:17:46.291Z | Compiling zerocopy-derive v0.8.27 |
| 1927 | 2025-11-11T20:17:46.911Z | Compiling num-conv v0.1.0 |
| 1928 | 2025-11-11T20:17:47.463Z | Compiling time-core v0.1.6 |
| 1929 | 2025-11-11T20:17:47.550Z | Compiling futures-sink v0.3.31 |
| 1930 | 2025-11-11T20:17:47.733Z | Compiling futures-channel v0.3.31 |
| 1931 | 2025-11-11T20:17:47.759Z | Compiling time-macros v0.2.24 |
| 1932 | 2025-11-11T20:17:48.383Z | Compiling pest_meta v2.8.2 |
| 1933 | 2025-11-11T20:17:48.561Z | Compiling rustc_version v0.4.1 |
| 1934 | 2025-11-11T20:17:49.052Z | Compiling futures-task v0.3.31 |
| 1935 | 2025-11-11T20:17:49.331Z | Compiling futures-io v0.3.31 |
| 1936 | 2025-11-11T20:17:49.661Z | Compiling cpufeatures v0.2.14 |
| 1937 | 2025-11-11T20:17:49.707Z | Compiling pin-utils v0.1.0 |
| 1938 | 2025-11-11T20:17:49.782Z | Compiling openssl v0.10.73 |
| 1939 | 2025-11-11T20:17:49.828Z | Compiling futures-util v0.3.31 |
| 1940 | 2025-11-11T20:17:49.933Z | Compiling pest_generator v2.8.2 |
| 1941 | 2025-11-11T20:17:50.742Z | Compiling hmac v0.12.1 |
| 1942 | 2025-11-11T20:17:51.208Z | Compiling block-padding v0.3.3 |
| 1943 | 2025-11-11T20:17:51.233Z | Compiling pest_derive v2.8.2 |
| 1944 | 2025-11-11T20:17:51.379Z | Compiling scroll_derive v0.12.0 |
| 1945 | 2025-11-11T20:17:51.458Z | Compiling openssl-macros v0.1.1 |
| 1946 | 2025-11-11T20:17:51.952Z | Compiling crossbeam-utils v0.8.21 |
| 1947 | 2025-11-11T20:17:52.059Z | Compiling native-tls v0.2.12 |
| 1948 | 2025-11-11T20:17:52.376Z | Compiling rustls v0.23.19 |
| 1949 | 2025-11-11T20:17:52.401Z | Compiling dyn-clone v1.0.20 |
| 1950 | 2025-11-11T20:17:52.566Z | Compiling inout v0.1.3 |
| 1951 | 2025-11-11T20:17:52.690Z | Compiling ppv-lite86 v0.2.20 |
| 1952 | 2025-11-11T20:17:53.578Z | Compiling anyhow v1.0.99 |
| 1953 | 2025-11-11T20:17:53.727Z | Compiling rustversion v1.0.22 |
| 1954 | 2025-11-11T20:17:54.632Z | Compiling cipher v0.4.4 |
| 1955 | 2025-11-11T20:17:54.742Z | Compiling sha2 v0.10.9 |
| 1956 | 2025-11-11T20:17:55.020Z | Compiling http v1.3.1 |
| 1957 | 2025-11-11T20:17:55.070Z | Compiling cookie v0.18.1 |
| 1958 | 2025-11-11T20:17:55.362Z | Compiling plain v0.2.3 |
| 1959 | 2025-11-11T20:17:55.387Z | Compiling base64ct v1.6.0 |
| 1960 | 2025-11-11T20:17:56.026Z | Compiling pem-rfc7468 v0.7.0 |
| 1961 | 2025-11-11T20:17:57.376Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1962 | 2025-11-11T20:17:57.476Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1963 | 2025-11-11T20:17:57.888Z | Compiling flagset v0.4.6 |
| 1964 | 2025-11-11T20:17:57.989Z | Compiling slog v2.7.0 |
| 1965 | 2025-11-11T20:17:58.103Z | Compiling der v0.7.10 |
| 1966 | 2025-11-11T20:17:59.523Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2025-11-11T20:17:59.918Z | Compiling serde_spanned v0.6.9 |
| 1968 | 2025-11-11T20:18:00.143Z | Compiling rand_core v0.9.3 |
| 1969 | 2025-11-11T20:18:00.200Z | Compiling tracing-core v0.1.32 |
| 1970 | 2025-11-11T20:18:00.311Z | Compiling usdt-impl v0.5.0 |
| 1971 | 2025-11-11T20:18:00.380Z | Compiling pretty-hex v0.4.1 |
| 1972 | 2025-11-11T20:18:00.533Z | Compiling rustls-pki-types v1.10.0 |
| 1973 | 2025-11-11T20:18:00.590Z | Compiling spki v0.7.3 |
| 1974 | 2025-11-11T20:18:00.659Z | Compiling salsa20 v0.10.2 |
| 1975 | 2025-11-11T20:18:00.688Z | Compiling scroll v0.12.0 |
| 1976 | 2025-11-11T20:18:00.806Z | Compiling pbkdf2 v0.12.2 |
| 1977 | 2025-11-11T20:18:00.956Z | Compiling tracing v0.1.40 |
| 1978 | 2025-11-11T20:18:01.007Z | Compiling darling_core v0.20.10 |
| 1979 | 2025-11-11T20:18:01.223Z | Compiling camino v1.2.0 |
| 1980 | 2025-11-11T20:18:01.309Z | Compiling litrs v0.4.1 |
| 1981 | 2025-11-11T20:18:01.715Z | Compiling winnow v0.5.40 |
| 1982 | 2025-11-11T20:18:02.057Z | Compiling goblin v0.8.2 |
| 1983 | 2025-11-11T20:18:02.120Z | Compiling document-features v0.2.11 |
| 1984 | 2025-11-11T20:18:02.270Z | Compiling scrypt v0.11.0 |
| 1985 | 2025-11-11T20:18:02.688Z | Compiling rand_chacha v0.9.0 |
| 1986 | 2025-11-11T20:18:03.023Z | Compiling cbc v0.1.2 |
| 1987 | 2025-11-11T20:18:03.247Z | Compiling aes v0.8.4 |
| 1988 | 2025-11-11T20:18:03.390Z | Compiling tokio-util v0.7.15 |
| 1989 | 2025-11-11T20:18:04.479Z | Compiling toml_edit v0.19.15 |
| 1990 | 2025-11-11T20:18:05.194Z | Compiling darling_macro v0.20.10 |
| 1991 | 2025-11-11T20:18:07.152Z | Compiling untrusted v0.9.0 |
| 1992 | 2025-11-11T20:18:07.257Z | Compiling ref-cast v1.0.24 |
| 1993 | 2025-11-11T20:18:07.370Z | Compiling adler2 v2.0.0 |
| 1994 | 2025-11-11T20:18:07.629Z | Compiling powerfmt v0.2.0 |
| 1995 | 2025-11-11T20:18:07.659Z | Compiling untrusted v0.7.1 |
| 1996 | 2025-11-11T20:18:07.859Z | Compiling miniz_oxide v0.8.5 |
| 1997 | 2025-11-11T20:18:08.083Z | Compiling deranged v0.5.3 |
| 1998 | 2025-11-11T20:18:09.318Z | Compiling dof v0.3.0 |
| 1999 | 2025-11-11T20:18:10.499Z | Compiling darling v0.20.10 |
| 2000 | 2025-11-11T20:18:10.524Z | Compiling pkcs5 v0.7.1 |
| 2001 | 2025-11-11T20:18:10.578Z | Compiling rand v0.9.2 |
| 2002 | 2025-11-11T20:18:11.140Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2025-11-11T20:18:11.664Z | Compiling http-body v1.0.1 |
| 2004 | 2025-11-11T20:18:11.920Z | Compiling heapless v0.7.17 |
| 2005 | 2025-11-11T20:18:12.424Z | Compiling scroll_derive v0.13.1 |
| 2006 | 2025-11-11T20:18:12.934Z | Compiling thread-id v4.2.2 |
| 2007 | 2025-11-11T20:18:13.073Z | Compiling atomic-waker v1.1.2 |
| 2008 | 2025-11-11T20:18:13.510Z | Compiling num_threads v0.1.7 |
| 2009 | 2025-11-11T20:18:13.666Z | Compiling base64 v0.22.1 |
| 2010 | 2025-11-11T20:18:13.801Z | Compiling zstd-safe v7.2.3 |
| 2011 | 2025-11-11T20:18:14.009Z | Compiling signal-hook v0.3.18 |
| 2012 | 2025-11-11T20:18:14.045Z | Compiling time v0.3.43 |
| 2013 | 2025-11-11T20:18:15.381Z | Compiling pkcs8 v0.10.2 |
| 2014 | 2025-11-11T20:18:15.963Z | Compiling ref-cast-impl v1.0.24 |
| 2015 | 2025-11-11T20:18:16.039Z | Compiling tinyvec_macros v0.1.1 |
| 2016 | 2025-11-11T20:18:16.175Z | Compiling tower-service v0.3.3 |
| 2017 | 2025-11-11T20:18:17.173Z | Compiling try-lock v0.2.5 |
| 2018 | 2025-11-11T20:18:17.284Z | Compiling tinyvec v1.8.0 |
| 2019 | 2025-11-11T20:18:17.400Z | Compiling want v0.3.1 |
| 2020 | 2025-11-11T20:18:19.986Z | Compiling h2 v0.4.6 |
| 2021 | 2025-11-11T20:18:20.279Z | Compiling curve25519-dalek v4.1.3 |
| 2022 | 2025-11-11T20:18:20.948Z | Compiling ipnet v2.11.0 |
| 2023 | 2025-11-11T20:18:21.146Z | Compiling async-trait v0.1.89 |
| 2024 | 2025-11-11T20:18:21.269Z | Compiling daft-derive v0.1.4 |
| 2025 | 2025-11-11T20:18:22.417Z | Compiling memoffset v0.9.1 |
| 2026 | 2025-11-11T20:18:22.761Z | Compiling fastrand v2.1.1 |
| 2027 | 2025-11-11T20:18:22.826Z | Compiling httpdate v1.0.3 |
| 2028 | 2025-11-11T20:18:23.111Z | Compiling openssl-probe v0.1.5 |
| 2029 | 2025-11-11T20:18:23.182Z | Compiling smoltcp v0.9.1 |
| 2030 | 2025-11-11T20:18:23.461Z | Compiling foreign-types-shared v0.1.1 |
| 2031 | 2025-11-11T20:18:23.614Z | Compiling num-bigint-dig v0.8.4 |
| 2032 | 2025-11-11T20:18:23.703Z | Compiling gimli v0.31.1 |
| 2033 | 2025-11-11T20:18:23.980Z | Compiling foreign-types v0.3.2 |
| 2034 | 2025-11-11T20:18:24.099Z | Compiling tempfile v3.20.0 |
| 2035 | 2025-11-11T20:18:27.223Z | Compiling hyper v1.7.0 |
| 2036 | 2025-11-11T20:18:29.034Z | Compiling addr2line v0.24.2 |
| 2037 | 2025-11-11T20:18:32.421Z | Compiling usdt-macro v0.5.0 |
| 2038 | 2025-11-11T20:18:32.897Z | Compiling usdt-attr-macro v0.5.0 |
| 2039 | 2025-11-11T20:18:34.722Z | Compiling strum_macros v0.26.4 |
| 2040 | 2025-11-11T20:18:35.058Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2025-11-11T20:18:35.993Z | Compiling object v0.36.5 |
| 2042 | 2025-11-11T20:18:36.507Z | Compiling wait-timeout v0.2.0 |
| 2043 | 2025-11-11T20:18:36.906Z | Compiling quick-error v1.2.3 |
| 2044 | 2025-11-11T20:18:37.905Z | Compiling anstyle v1.0.11 |
| 2045 | 2025-11-11T20:18:38.057Z | Compiling utf8parse v0.2.2 |
| 2046 | 2025-11-11T20:18:38.110Z | Compiling bit-vec v0.8.0 |
| 2047 | 2025-11-11T20:18:38.529Z | Compiling rustc-demangle v0.1.24 |
| 2048 | 2025-11-11T20:18:38.619Z | Compiling cfg_aliases v0.2.1 |
| 2049 | 2025-11-11T20:18:38.741Z | Compiling nix v0.29.0 |
| 2050 | 2025-11-11T20:18:40.336Z | Compiling bit-set v0.8.0 |
| 2051 | 2025-11-11T20:18:40.617Z | Compiling anstyle-parse v0.2.5 |
| 2052 | 2025-11-11T20:18:42.244Z | Compiling backtrace v0.3.74 |
| 2053 | 2025-11-11T20:18:43.201Z | Compiling rusty-fork v0.3.0 |
| 2054 | 2025-11-11T20:18:44.439Z | Compiling hyper-util v0.1.17 |
| 2055 | 2025-11-11T20:18:44.802Z | Compiling unicode-normalization v0.1.24 |
| 2056 | 2025-11-11T20:18:47.885Z | Compiling derive_builder_core v0.20.2 |
| 2057 | 2025-11-11T20:18:49.439Z | Compiling rand_xorshift v0.4.0 |
| 2058 | 2025-11-11T20:18:49.774Z | Compiling hubpack_derive v0.1.1 |
| 2059 | 2025-11-11T20:18:50.180Z | Compiling signature v2.2.0 |
| 2060 | 2025-11-11T20:18:50.470Z | Compiling openapiv3 v2.2.0 |
| 2061 | 2025-11-11T20:18:50.543Z | Compiling strum_macros v0.27.2 |
| 2062 | 2025-11-11T20:18:50.590Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2063 | 2025-11-11T20:18:53.678Z | Compiling ahash v0.8.12 |
| 2064 | 2025-11-11T20:18:54.050Z | Compiling fs-err v3.1.1 |
| 2065 | 2025-11-11T20:18:54.144Z | Compiling crc32fast v1.4.2 |
| 2066 | 2025-11-11T20:18:54.420Z | Compiling siphasher v0.3.11 |
| 2067 | 2025-11-11T20:18:54.488Z | Compiling unicode-segmentation v1.12.0 |
| 2068 | 2025-11-11T20:18:54.826Z | Compiling is_terminal_polyfill v1.70.1 |
| 2069 | 2025-11-11T20:18:55.005Z | Compiling usdt-impl v0.6.0 |
| 2070 | 2025-11-11T20:18:55.254Z | Compiling unicode-bidi v0.3.17 |
| 2071 | 2025-11-11T20:18:55.407Z | Compiling buf-list v1.0.3 |
| 2072 | 2025-11-11T20:18:55.609Z | Compiling anstyle-query v1.1.1 |
| 2073 | 2025-11-11T20:18:56.001Z | Compiling unarray v0.1.4 |
| 2074 | 2025-11-11T20:18:56.289Z | Compiling zlib-rs v0.5.1 |
| 2075 | 2025-11-11T20:18:56.641Z | Compiling colorchoice v1.0.2 |
| 2076 | 2025-11-11T20:18:56.821Z | Compiling unicode-properties v0.1.3 |
| 2077 | 2025-11-11T20:18:57.166Z | Compiling stringprep v0.1.5 |
| 2078 | 2025-11-11T20:18:57.191Z | Compiling anstream v0.6.18 |
| 2079 | 2025-11-11T20:18:57.881Z | Compiling proptest v1.7.0 |
| 2080 | 2025-11-11T20:19:00.569Z | Compiling libz-rs-sys v0.5.1 |
| 2081 | 2025-11-11T20:19:00.822Z | Compiling phf_shared v0.11.2 |
| 2082 | 2025-11-11T20:19:02.329Z | Compiling derive_builder_macro v0.20.2 |
| 2083 | 2025-11-11T20:19:03.772Z | Compiling scroll v0.13.0 |
| 2084 | 2025-11-11T20:19:04.263Z | Compiling http-body-util v0.1.3 |
| 2085 | 2025-11-11T20:19:04.361Z | Compiling vergen-lib v0.1.6 |
| 2086 | 2025-11-11T20:19:05.152Z | Compiling rand_chacha v0.3.1 |
| 2087 | 2025-11-11T20:19:05.437Z | Compiling sync_wrapper v1.0.1 |
| 2088 | 2025-11-11T20:19:05.749Z | Compiling md-5 v0.10.6 |
| 2089 | 2025-11-11T20:19:05.812Z | Compiling num-integer v0.1.46 |
| 2090 | 2025-11-11T20:19:05.923Z | Compiling hash32 v0.2.1 |
| 2091 | 2025-11-11T20:19:06.036Z | Compiling ff v0.13.0 |
| 2092 | 2025-11-11T20:19:06.263Z | Compiling encoding_rs v0.8.34 |
| 2093 | 2025-11-11T20:19:06.288Z | Compiling psl-types v2.0.11 |
| 2094 | 2025-11-11T20:19:06.408Z | Compiling base16ct v0.2.0 |
| 2095 | 2025-11-11T20:19:06.523Z | Compiling mime v0.3.17 |
| 2096 | 2025-11-11T20:19:06.701Z | Compiling tower-layer v0.3.3 |
| 2097 | 2025-11-11T20:19:06.976Z | Compiling fallible-iterator v0.2.0 |
| 2098 | 2025-11-11T20:19:07.303Z | Compiling tower v0.5.2 |
| 2099 | 2025-11-11T20:19:07.392Z | Compiling publicsuffix v2.3.0 |
| 2100 | 2025-11-11T20:19:07.590Z | Compiling rustls-webpki v0.102.8 |
| 2101 | 2025-11-11T20:19:07.750Z | Compiling postgres-protocol v0.6.8 |
| 2102 | 2025-11-11T20:19:08.072Z | Compiling sec1 v0.7.3 |
| 2103 | 2025-11-11T20:19:08.560Z | Compiling num-iter v0.1.45 |
| 2104 | 2025-11-11T20:19:08.585Z | Compiling group v0.13.0 |
| 2105 | 2025-11-11T20:19:08.759Z | Compiling rand v0.8.5 |
| 2106 | 2025-11-11T20:19:08.878Z | Compiling oxnet v0.1.3 |
| 2107 | 2025-11-11T20:19:09.966Z | Compiling goblin v0.10.2 |
| 2108 | 2025-11-11T20:19:11.402Z | Compiling derive_builder v0.20.2 |
| 2109 | 2025-11-11T20:19:11.597Z | Compiling tokio-native-tls v0.3.1 |
| 2110 | 2025-11-11T20:19:12.032Z | Compiling newtype-uuid v1.3.1 |
| 2111 | 2025-11-11T20:19:12.183Z | Compiling flate2 v1.1.2 |
| 2112 | 2025-11-11T20:19:12.213Z | Compiling heck v0.4.1 |
| 2113 | 2025-11-11T20:19:12.645Z | Compiling rustls-native-certs v0.8.1 |
| 2114 | 2025-11-11T20:19:13.136Z | Compiling webpki-roots v1.0.1 |
| 2115 | 2025-11-11T20:19:13.343Z | Compiling serde_with_macros v3.14.0 |
| 2116 | 2025-11-11T20:19:13.880Z | Compiling vergen v9.0.6 |
| 2117 | 2025-11-11T20:19:14.173Z | Compiling tokio-rustls v0.26.0 |
| 2118 | 2025-11-11T20:19:14.542Z | Compiling hkdf v0.12.4 |
| 2119 | 2025-11-11T20:19:14.593Z | Compiling serde_urlencoded v0.7.1 |
| 2120 | 2025-11-11T20:19:14.618Z | Compiling terminal_size v0.4.0 |
| 2121 | 2025-11-11T20:19:15.111Z | Compiling cargo-platform v0.1.8 |
| 2122 | 2025-11-11T20:19:15.136Z | Compiling enum-as-inner v0.6.1 |
| 2123 | 2025-11-11T20:19:15.170Z | Compiling clap_derive v4.5.47 |
| 2124 | 2025-11-11T20:19:15.482Z | Compiling crypto-bigint v0.5.5 |
| 2125 | 2025-11-11T20:19:15.543Z | Compiling serde_repr v0.1.19 |
| 2126 | 2025-11-11T20:19:16.600Z | Compiling managed v0.8.0 |
| 2127 | 2025-11-11T20:19:16.757Z | Compiling iri-string v0.7.8 |
| 2128 | 2025-11-11T20:19:16.994Z | Compiling bitflags v1.3.2 |
| 2129 | 2025-11-11T20:19:17.117Z | Compiling winnow v0.7.13 |
| 2130 | 2025-11-11T20:19:17.833Z | Compiling bumpalo v3.16.0 |
| 2131 | 2025-11-11T20:19:18.231Z | Compiling simd-adler32 v0.3.7 |
| 2132 | 2025-11-11T20:19:18.721Z | Compiling clap_lex v0.7.4 |
| 2133 | 2025-11-11T20:19:18.752Z | Compiling lockfree-object-pool v0.1.6 |
| 2134 | 2025-11-11T20:19:19.087Z | Compiling zopfli v0.8.1 |
| 2135 | 2025-11-11T20:19:19.141Z | Compiling clap_builder v4.5.48 |
| 2136 | 2025-11-11T20:19:19.166Z | Compiling tower-http v0.6.6 |
| 2137 | 2025-11-11T20:19:19.955Z | Compiling elliptic-curve v0.13.8 |
| 2138 | 2025-11-11T20:19:20.626Z | Compiling dof v0.4.0 |
| 2139 | 2025-11-11T20:19:21.703Z | Compiling cargo_metadata v0.19.2 |
| 2140 | 2025-11-11T20:19:22.292Z | Compiling hyper-rustls v0.27.7 |
| 2141 | 2025-11-11T20:19:23.208Z | Compiling hyper-tls v0.6.0 |
| 2142 | 2025-11-11T20:19:23.554Z | Compiling daft v0.1.4 |
| 2143 | 2025-11-11T20:19:24.325Z | Compiling zstd v0.13.3 |
| 2144 | 2025-11-11T20:19:24.459Z | Compiling signal-hook-mio v0.2.4 |
| 2145 | 2025-11-11T20:19:24.651Z | Compiling cookie_store v0.21.1 |
| 2146 | 2025-11-11T20:19:24.831Z | Compiling postgres-types v0.2.9 |
| 2147 | 2025-11-11T20:19:25.214Z | Compiling phf v0.11.2 |
| 2148 | 2025-11-11T20:19:25.710Z | Compiling strum v0.27.2 |
| 2149 | 2025-11-11T20:19:25.789Z | Compiling hubpack v0.1.2 |
| 2150 | 2025-11-11T20:19:25.848Z | Compiling ed25519 v2.2.3 |
| 2151 | 2025-11-11T20:19:25.901Z | Compiling bzip2 v0.4.4 |
| 2152 | 2025-11-11T20:19:25.937Z | Compiling bzip2 v0.5.2 |
| 2153 | 2025-11-11T20:19:26.281Z | Compiling crossbeam-epoch v0.9.18 |
| 2154 | 2025-11-11T20:19:26.325Z | Compiling pkcs1 v0.7.5 |
| 2155 | 2025-11-11T20:19:28.183Z | Compiling dtrace-parser v0.3.0 |
| 2156 | 2025-11-11T20:19:28.715Z | Compiling rfc6979 v0.4.0 |
| 2157 | 2025-11-11T20:19:28.852Z | Compiling regress v0.10.4 |
| 2158 | 2025-11-11T20:19:29.295Z | Compiling float-cmp v0.10.0 |
| 2159 | 2025-11-11T20:19:29.362Z | Compiling serde-big-array v0.5.1 |
| 2160 | 2025-11-11T20:19:29.417Z | Compiling bstr v1.10.0 |
| 2161 | 2025-11-11T20:19:29.527Z | Compiling env_filter v0.1.2 |
| 2162 | 2025-11-11T20:19:29.609Z | Compiling socket2 v0.5.10 |
| 2163 | 2025-11-11T20:19:29.697Z | Compiling memmap v0.7.0 |
| 2164 | 2025-11-11T20:19:29.993Z | Compiling thread-id v5.0.0 |
| 2165 | 2025-11-11T20:19:30.130Z | Compiling keccak v0.1.5 |
| 2166 | 2025-11-11T20:19:30.297Z | Compiling difflib v0.4.0 |
| 2167 | 2025-11-11T20:19:30.485Z | Compiling rustc-hash v2.1.1 |
| 2168 | 2025-11-11T20:19:30.548Z | Compiling precomputed-hash v0.1.1 |
| 2169 | 2025-11-11T20:19:30.689Z | Compiling new_debug_unreachable v1.0.6 |
| 2170 | 2025-11-11T20:19:30.715Z | Compiling toml_write v0.1.2 |
| 2171 | 2025-11-11T20:19:30.799Z | Compiling fixedbitset v0.4.2 |
| 2172 | 2025-11-11T20:19:31.174Z | Compiling data-encoding v2.9.0 |
| 2173 | 2025-11-11T20:19:31.199Z | Compiling normalize-line-endings v0.3.0 |
| 2174 | 2025-11-11T20:19:31.464Z | Compiling whoami v1.5.2 |
| 2175 | 2025-11-11T20:19:31.812Z | Compiling predicates-core v1.0.8 |
| 2176 | 2025-11-11T20:19:31.899Z | Compiling static_assertions v1.1.0 |
| 2177 | 2025-11-11T20:19:32.019Z | Compiling foldhash v0.2.0 |
| 2178 | 2025-11-11T20:19:32.106Z | Compiling jiff v0.2.15 |
| 2179 | 2025-11-11T20:19:32.282Z | Compiling predicates v3.1.3 |
| 2180 | 2025-11-11T20:19:32.392Z | Compiling iddqd v0.3.13 |
| 2181 | 2025-11-11T20:19:32.457Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2182 | 2025-11-11T20:19:32.788Z | Compiling reqwest v0.12.24 |
| 2183 | 2025-11-11T20:19:33.371Z | Compiling tokio-postgres v0.7.13 |
| 2184 | 2025-11-11T20:19:34.352Z | Compiling toml_edit v0.22.27 |
| 2185 | 2025-11-11T20:19:37.105Z | Compiling typify-impl v0.4.3 |
| 2186 | 2025-11-11T20:19:37.649Z | Compiling hickory-proto v0.25.2 |
| 2187 | 2025-11-11T20:19:39.166Z | Compiling zip v4.2.0 |
| 2188 | 2025-11-11T20:19:40.249Z | Compiling petgraph v0.6.5 |
| 2189 | 2025-11-11T20:19:40.643Z | Compiling string_cache v0.8.9 |
| 2190 | 2025-11-11T20:19:40.750Z | Compiling sha3 v0.10.8 |
| 2191 | 2025-11-11T20:19:41.053Z | Compiling similar v2.7.0 |
| 2192 | 2025-11-11T20:19:42.192Z | Compiling usdt v0.5.0 |
| 2193 | 2025-11-11T20:19:42.393Z | Compiling env_logger v0.11.8 |
| 2194 | 2025-11-11T20:19:42.577Z | Compiling ecdsa v0.16.9 |
| 2195 | 2025-11-11T20:19:43.848Z | Compiling rsa v0.9.8 |
| 2196 | 2025-11-11T20:19:44.707Z | Compiling zip v0.6.6 |
| 2197 | 2025-11-11T20:19:45.047Z | Compiling ed25519-dalek v2.1.1 |
| 2198 | 2025-11-11T20:19:45.931Z | Compiling crossterm v0.28.1 |
| 2199 | 2025-11-11T20:19:46.360Z | Compiling clap v4.5.48 |
| 2200 | 2025-11-11T20:19:46.487Z | Compiling serde_with v3.14.0 |
| 2201 | 2025-11-11T20:19:47.679Z | Compiling strum v0.26.3 |
| 2202 | 2025-11-11T20:19:47.876Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2203 | 2025-11-11T20:19:48.253Z | Compiling tokio-stream v0.1.17 |
| 2204 | 2025-11-11T20:19:48.357Z | Compiling toml v0.7.8 |
| 2205 | 2025-11-11T20:19:48.850Z | Compiling x509-cert v0.2.5 |
| 2206 | 2025-11-11T20:19:49.531Z | Compiling sha1 v0.10.6 |
| 2207 | 2025-11-11T20:19:49.867Z | Compiling darling_core v0.21.0 |
| 2208 | 2025-11-11T20:19:51.463Z | Compiling itertools v0.10.5 |
| 2209 | 2025-11-11T20:19:51.891Z | Compiling itertools v0.13.0 |
| 2210 | 2025-11-11T20:19:53.632Z | Compiling winnow v0.6.26 |
| 2211 | 2025-11-11T20:19:54.238Z | Compiling peg-runtime v0.8.5 |
| 2212 | 2025-11-11T20:19:54.689Z | Compiling lalrpop-util v0.19.12 |
| 2213 | 2025-11-11T20:19:55.198Z | Compiling darling_macro v0.21.0 |
| 2214 | 2025-11-11T20:19:56.005Z | Compiling typify-macro v0.4.3 |
| 2215 | 2025-11-11T20:19:56.345Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2216 | 2025-11-11T20:20:00.528Z | Compiling rayon-core v1.12.1 |
| 2217 | 2025-11-11T20:20:02.625Z | Compiling darling v0.21.0 |
| 2218 | 2025-11-11T20:20:03.056Z | Compiling proc-macro-crate v1.3.1 |
| 2219 | 2025-11-11T20:20:03.192Z | Compiling macaddr v1.0.1 |
| 2220 | 2025-11-11T20:20:03.424Z | Compiling structmeta-derive v0.3.0 |
| 2221 | 2025-11-11T20:20:03.940Z | Compiling itertools v0.14.0 |
| 2222 | 2025-11-11T20:20:04.472Z | Compiling heapless v0.8.0 |
| 2223 | 2025-11-11T20:20:05.539Z | Compiling structmeta v0.3.0 |
| 2224 | 2025-11-11T20:20:06.419Z | Compiling ingot-macros v0.1.1 |
| 2225 | 2025-11-11T20:20:07.517Z | Compiling num_enum_derive v0.5.11 |
| 2226 | 2025-11-11T20:20:09.270Z | Compiling crossbeam-deque v0.8.5 |
| 2227 | 2025-11-11T20:20:11.121Z | Compiling hash32 v0.3.1 |
| 2228 | 2025-11-11T20:20:15.250Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2229 | 2025-11-11T20:20:15.420Z | Compiling smoltcp v0.11.0 |
| 2230 | 2025-11-11T20:20:20.034Z | Compiling ingot-types v0.1.2 |
| 2231 | 2025-11-11T20:20:25.153Z | Compiling num_enum v0.5.11 |
| 2232 | 2025-11-11T20:20:25.672Z | Compiling typify v0.4.3 |
| 2233 | 2025-11-11T20:20:30.471Z | Compiling proc-macro-error-attr v1.0.4 |
| 2234 | 2025-11-11T20:20:31.022Z | Compiling rustls v0.22.4 |
| 2235 | 2025-11-11T20:20:32.069Z | Compiling unsafe-libyaml v0.2.11 |
| 2236 | 2025-11-11T20:20:32.224Z | Compiling cobs v0.2.3 |
| 2237 | 2025-11-11T20:20:33.052Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2238 | 2025-11-11T20:20:35.515Z | Compiling serde_yaml v0.9.34+deprecated |
| 2239 | 2025-11-11T20:20:35.885Z | Compiling postcard v1.0.10 |
| 2240 | 2025-11-11T20:20:46.986Z | Compiling progenitor-impl v0.11.2 |
| 2241 | 2025-11-11T20:20:48.893Z | Compiling ingot v0.1.1 |
| 2242 | 2025-11-11T20:20:53.918Z | Compiling futures-executor v0.3.31 |
| 2243 | 2025-11-11T20:20:54.221Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2244 | 2025-11-11T20:20:54.450Z | Compiling hex v0.4.3 |
| 2245 | 2025-11-11T20:20:54.735Z | Compiling foreign-types-macros v0.2.3 |
| 2246 | 2025-11-11T20:20:54.928Z | Compiling thread_local v1.1.8 |
| 2247 | 2025-11-11T20:20:54.991Z | Compiling proc-macro-error v1.0.4 |
| 2248 | 2025-11-11T20:20:55.031Z | Compiling multer v3.1.0 |
| 2249 | 2025-11-11T20:20:55.305Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2250 | 2025-11-11T20:20:55.548Z | Compiling foreign-types-shared v0.3.1 |
| 2251 | 2025-11-11T20:20:55.633Z | Compiling match_cfg v0.1.0 |
| 2252 | 2025-11-11T20:20:55.714Z | Compiling slog-async v2.8.0 |
| 2253 | 2025-11-11T20:20:55.738Z | Compiling unicode-width v0.1.14 |
| 2254 | 2025-11-11T20:20:55.763Z | Compiling hostname v0.3.1 |
| 2255 | 2025-11-11T20:20:55.788Z | Compiling foreign-types v0.5.0 |
| 2256 | 2025-11-11T20:20:56.188Z | Compiling tabwriter v1.4.0 |
| 2257 | 2025-11-11T20:20:56.229Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2258 | 2025-11-11T20:20:56.330Z | Compiling futures v0.3.31 |
| 2259 | 2025-11-11T20:20:56.355Z | Compiling progenitor-macro v0.11.2 |
| 2260 | 2025-11-11T20:20:57.641Z | Compiling derive-ex v0.1.8 |
| 2261 | 2025-11-11T20:20:59.452Z | Compiling progenitor-client v0.11.2 |
| 2262 | 2025-11-11T20:21:00.239Z | Compiling toml_parser v1.0.2 |
| 2263 | 2025-11-11T20:21:00.453Z | Compiling slog-json v2.6.1 |
| 2264 | 2025-11-11T20:21:00.856Z | Compiling crossbeam-channel v0.5.15 |
| 2265 | 2025-11-11T20:21:00.913Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2266 | 2025-11-11T20:21:01.327Z | Compiling toml_datetime v0.7.0 |
| 2267 | 2025-11-11T20:21:01.575Z | Compiling serde_spanned v1.0.0 |
| 2268 | 2025-11-11T20:21:01.846Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2269 | 2025-11-11T20:21:02.067Z | Compiling async-stream-impl v0.3.6 |
| 2270 | 2025-11-11T20:21:02.180Z | Compiling cstr-argument v0.1.2 |
| 2271 | 2025-11-11T20:21:02.469Z | Compiling is-terminal v0.4.13 |
| 2272 | 2025-11-11T20:21:02.566Z | Compiling dropshot v0.16.4 |
| 2273 | 2025-11-11T20:21:02.631Z | Compiling take_mut v0.2.2 |
| 2274 | 2025-11-11T20:21:02.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2275 | 2025-11-11T20:21:02.842Z | Compiling pretty-hex v0.2.1 |
| 2276 | 2025-11-11T20:21:02.873Z | Compiling term v1.1.0 |
| 2277 | 2025-11-11T20:21:03.047Z | Compiling typeid v1.0.3 |
| 2278 | 2025-11-11T20:21:03.086Z | Compiling toml_writer v1.0.2 |
| 2279 | 2025-11-11T20:21:03.119Z | Compiling crucible-workspace-hack v0.1.0 |
| 2280 | 2025-11-11T20:21:03.436Z | Compiling slog-term v2.9.2 |
| 2281 | 2025-11-11T20:21:03.543Z | Compiling toml v0.9.5 |
| 2282 | 2025-11-11T20:21:03.630Z | Compiling async-stream v0.3.6 |
| 2283 | 2025-11-11T20:21:03.929Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2284 | 2025-11-11T20:21:04.776Z | Compiling progenitor v0.11.2 |
| 2285 | 2025-11-11T20:21:05.793Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2286 | 2025-11-11T20:21:06.243Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2287 | 2025-11-11T20:21:06.445Z | Compiling slog-bunyan v2.5.0 |
| 2288 | 2025-11-11T20:21:06.470Z | Compiling tokio-rustls v0.25.0 |
| 2289 | 2025-11-11T20:21:06.538Z | Compiling test-strategy v0.4.3 |
| 2290 | 2025-11-11T20:21:06.930Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2291 | 2025-11-11T20:21:07.126Z | Compiling rayon v1.10.0 |
| 2292 | 2025-11-11T20:21:07.235Z | Compiling parse-display-derive v0.10.0 |
| 2293 | 2025-11-11T20:21:07.675Z | Compiling colored v2.2.0 |
| 2294 | 2025-11-11T20:21:08.806Z | Compiling waitgroup v0.1.2 |
| 2295 | 2025-11-11T20:21:08.830Z | Compiling rustls-pemfile v2.2.0 |
| 2296 | 2025-11-11T20:21:08.980Z | Compiling dropshot_endpoint v0.16.4 |
| 2297 | 2025-11-11T20:21:09.059Z | Compiling newtype-uuid-macros v0.1.0 |
| 2298 | 2025-11-11T20:21:09.263Z | Compiling serde_path_to_error v0.1.17 |
| 2299 | 2025-11-11T20:21:09.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2300 | 2025-11-11T20:21:10.096Z | Compiling derive-where v1.5.0 |
| 2301 | 2025-11-11T20:21:10.322Z | Compiling hostname v0.4.0 |
| 2302 | 2025-11-11T20:21:10.445Z | Compiling instant v0.1.13 |
| 2303 | 2025-11-11T20:21:10.589Z | Compiling debug-ignore v1.0.5 |
| 2304 | 2025-11-11T20:21:10.624Z | Compiling backoff v0.4.0 |
| 2305 | 2025-11-11T20:21:10.780Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2306 | 2025-11-11T20:21:11.000Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2307 | 2025-11-11T20:21:11.035Z | Compiling parse-display v0.10.0 |
| 2308 | 2025-11-11T20:21:11.296Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2309 | 2025-11-11T20:21:12.311Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2310 | 2025-11-11T20:21:12.603Z | Compiling zone_cfg_derive v0.3.0 |
| 2311 | 2025-11-11T20:21:12.670Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2312 | 2025-11-11T20:21:13.283Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2313 | 2025-11-11T20:21:13.599Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2314 | 2025-11-11T20:21:14.150Z | Compiling camino-tempfile v1.4.1 |
| 2315 | 2025-11-11T20:21:14.206Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2316 | 2025-11-11T20:21:14.597Z | Compiling progenitor-client v0.10.0 |
| 2317 | 2025-11-11T20:21:14.874Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2318 | 2025-11-11T20:21:15.389Z | Compiling num-derive v0.4.2 |
| 2319 | 2025-11-11T20:21:16.393Z | Compiling sigpipe v0.1.3 |
| 2320 | 2025-11-11T20:21:16.545Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2321 | 2025-11-11T20:21:16.831Z | Compiling libefi-sys v0.1.0 |
| 2322 | 2025-11-11T20:21:17.150Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2323 | 2025-11-11T20:21:18.443Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2324 | 2025-11-11T20:21:18.644Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2325 | 2025-11-11T20:21:19.077Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2326 | 2025-11-11T20:21:19.674Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2327 | 2025-11-11T20:21:20.183Z | Compiling erased-serde v0.4.6 |
| 2328 | 2025-11-11T20:21:20.880Z | Compiling zone v0.3.1 |
| 2329 | 2025-11-11T20:21:22.573Z | Compiling smf v0.2.3 |
| 2330 | 2025-11-11T20:21:23.489Z | Compiling bitfield-struct v0.6.2 |
| 2331 | 2025-11-11T20:21:23.669Z | Compiling ordered-float v2.10.1 |
| 2332 | 2025-11-11T20:21:24.230Z | Compiling blake3 v1.5.4 |
| 2333 | 2025-11-11T20:21:24.469Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2334 | 2025-11-11T20:21:24.511Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2025-11-11T20:21:24.722Z | Compiling serde-value v0.7.0 |
| 2336 | 2025-11-11T20:21:24.959Z | Compiling serde-untagged v0.1.7 |
| 2337 | 2025-11-11T20:21:25.258Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2338 | 2025-11-11T20:21:25.345Z | Compiling toml v0.8.23 |
| 2339 | 2025-11-11T20:21:25.555Z | Compiling xattr v1.3.1 |
| 2340 | 2025-11-11T20:21:25.670Z | Compiling memmap2 v0.9.8 |
| 2341 | 2025-11-11T20:21:25.872Z | Compiling filetime v0.2.26 |
| 2342 | 2025-11-11T20:21:26.109Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2025-11-11T20:21:26.216Z | Compiling arrayref v0.3.9 |
| 2344 | 2025-11-11T20:21:26.241Z | Compiling unicode-width v0.2.0 |
| 2345 | 2025-11-11T20:21:26.241Z | Compiling same-file v1.0.6 |
| 2346 | 2025-11-11T20:21:26.289Z | Compiling arrayvec v0.7.6 |
| 2347 | 2025-11-11T20:21:26.352Z | Compiling unicode-xid v0.2.6 |
| 2348 | 2025-11-11T20:21:26.557Z | Compiling constant_time_eq v0.3.1 |
| 2349 | 2025-11-11T20:21:26.604Z | Compiling cargo-util-schemas v0.8.2 |
| 2350 | 2025-11-11T20:21:26.801Z | Compiling console v0.16.0 |
| 2351 | 2025-11-11T20:21:26.826Z | Compiling walkdir v2.5.0 |
| 2352 | 2025-11-11T20:21:27.852Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2353 | 2025-11-11T20:21:28.163Z | Compiling tar v0.4.44 |
| 2354 | 2025-11-11T20:21:29.004Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2355 | 2025-11-11T20:21:29.082Z | Compiling tokio-dtrace v0.1.0 |
| 2356 | 2025-11-11T20:21:29.385Z | Compiling gethostname v0.5.0 |
| 2357 | 2025-11-11T20:21:29.553Z | Compiling cargo-platform v0.2.0 |
| 2358 | 2025-11-11T20:21:29.604Z | Compiling topological-sort v0.2.2 |
| 2359 | 2025-11-11T20:21:29.657Z | Compiling unit-prefix v0.5.1 |
| 2360 | 2025-11-11T20:21:29.885Z | Compiling fixedbitset v0.5.7 |
| 2361 | 2025-11-11T20:21:29.925Z | Compiling indicatif v0.18.0 |
| 2362 | 2025-11-11T20:21:30.024Z | Compiling cargo_metadata v0.21.0 |
| 2363 | 2025-11-11T20:21:30.548Z | Compiling petgraph v0.8.2 |
| 2364 | 2025-11-11T20:21:31.096Z | Compiling omicron-zone-package v0.12.2 |
| 2365 | 2025-11-11T20:21:32.812Z | Compiling oxide-tokio-rt v0.1.2 |
| 2366 | 2025-11-11T20:21:33.370Z | Compiling shell-words v1.1.0 |
| 2367 | 2025-11-11T20:21:33.803Z | Compiling indent_write v2.2.0 |
| 2368 | 2025-11-11T20:21:34.052Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2369 | 2025-11-11T20:21:35.232Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2370 | 2025-11-11T20:21:37.270Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2371 | 2025-11-11T20:21:39.141Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2372 | 2025-11-11T20:21:58.434Z | Finished `release` profile [optimized] target(s) in 4m 47s |
| 2373 | 2025-11-11T20:21:58.605Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2374 | 2025-11-11T20:21:58.685Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2375 | 2025-11-11T20:21:58.710Z | Created new build target 'test' and set it as active |
| 2376 | 2025-11-11T20:21:58.710Z | |
| 2377 | 2025-11-11T20:21:58.710Z | real 4:47.606985306 |
| 2378 | 2025-11-11T20:21:58.710Z | user 31:43.805363442 |
| 2379 | 2025-11-11T20:21:58.710Z | sys 3:56.989779153 |
| 2380 | 2025-11-11T20:21:58.710Z | trap 1.086612546 |
| 2381 | 2025-11-11T20:21:58.710Z | tflt 0.975194937 |
| 2382 | 2025-11-11T20:21:58.710Z | dflt 0.938496384 |
| 2383 | 2025-11-11T20:21:58.710Z | kflt 0.010853648 |
| 2384 | 2025-11-11T20:21:58.710Z | lock 1:30:15.446255448 |
| 2385 | 2025-11-11T20:21:58.710Z | slp 2:10:19.982984126 |
| 2386 | 2025-11-11T20:21:58.710Z | lat 2:47.557064168 |
| 2387 | 2025-11-11T20:21:58.710Z | stop 5:17.054071770 |
| 2388 | 2025-11-11T20:21:58.710Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2389 | 2025-11-11T20:22:00.351Z | Finished `release` profile [optimized] target(s) in 1.57s |
| 2390 | 2025-11-11T20:22:00.431Z | Running `target/release/omicron-package -t test package` |
| 2391 | 2025-11-11T20:22:00.507Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2392 | 2025-11-11T20:22:03.046Z | Compiling progenitor-impl v0.10.0 |
| 2393 | 2025-11-11T20:22:03.135Z | Compiling is-terminal v0.4.13 |
| 2394 | 2025-11-11T20:22:03.168Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2395 | 2025-11-11T20:22:03.201Z | Compiling convert_case v0.4.0 |
| 2396 | 2025-11-11T20:22:03.202Z | Compiling rustls v0.22.4 |
| 2397 | 2025-11-11T20:22:03.227Z | Compiling thread_local v1.1.8 |
| 2398 | 2025-11-11T20:22:03.252Z | Compiling match_cfg v0.1.0 |
| 2399 | 2025-11-11T20:22:03.335Z | Compiling multer v3.1.0 |
| 2400 | 2025-11-11T20:22:03.413Z | Compiling hostname v0.3.1 |
| 2401 | 2025-11-11T20:22:03.447Z | Compiling slog-async v2.8.0 |
| 2402 | 2025-11-11T20:22:03.486Z | Compiling progenitor-client v0.11.2 |
| 2403 | 2025-11-11T20:22:03.546Z | Compiling toml_parser v1.0.2 |
| 2404 | 2025-11-11T20:22:03.638Z | Compiling crossbeam-channel v0.5.15 |
| 2405 | 2025-11-11T20:22:03.669Z | Compiling slog-json v2.6.1 |
| 2406 | 2025-11-11T20:22:03.794Z | Compiling derive_more v0.99.20 |
| 2407 | 2025-11-11T20:22:03.985Z | Compiling futures-executor v0.3.31 |
| 2408 | 2025-11-11T20:22:04.015Z | Compiling serde_spanned v1.0.0 |
| 2409 | 2025-11-11T20:22:04.284Z | Compiling hex v0.4.3 |
| 2410 | 2025-11-11T20:22:04.387Z | Compiling toml_datetime v0.7.0 |
| 2411 | 2025-11-11T20:22:04.478Z | Compiling take_mut v0.2.2 |
| 2412 | 2025-11-11T20:22:04.660Z | Compiling term v1.1.0 |
| 2413 | 2025-11-11T20:22:04.692Z | Compiling toml_writer v1.0.2 |
| 2414 | 2025-11-11T20:22:04.822Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2415 | 2025-11-11T20:22:05.022Z | Compiling futures v0.3.31 |
| 2416 | 2025-11-11T20:22:05.096Z | Compiling toml v0.9.5 |
| 2417 | 2025-11-11T20:22:05.165Z | Compiling slog-bunyan v2.5.0 |
| 2418 | 2025-11-11T20:22:05.405Z | Compiling slog-term v2.9.2 |
| 2419 | 2025-11-11T20:22:05.624Z | Compiling progenitor v0.11.2 |
| 2420 | 2025-11-11T20:22:05.864Z | Compiling dropshot v0.16.4 |
| 2421 | 2025-11-11T20:22:05.967Z | Compiling async-stream v0.3.6 |
| 2422 | 2025-11-11T20:22:06.251Z | Compiling waitgroup v0.1.2 |
| 2423 | 2025-11-11T20:22:06.398Z | Compiling rustls-pemfile v2.2.0 |
| 2424 | 2025-11-11T20:22:06.428Z | Compiling serde_path_to_error v0.1.17 |
| 2425 | 2025-11-11T20:22:06.478Z | Compiling hostname v0.4.0 |
| 2426 | 2025-11-11T20:22:06.719Z | Compiling instant v0.1.13 |
| 2427 | 2025-11-11T20:22:06.749Z | Compiling debug-ignore v1.0.5 |
| 2428 | 2025-11-11T20:22:06.905Z | Compiling backoff v0.4.0 |
| 2429 | 2025-11-11T20:22:06.937Z | Compiling tokio-rustls v0.25.0 |
| 2430 | 2025-11-11T20:22:07.116Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2431 | 2025-11-11T20:22:07.271Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2432 | 2025-11-11T20:22:07.410Z | Compiling parse-display v0.10.0 |
| 2433 | 2025-11-11T20:22:07.539Z | Compiling progenitor-macro v0.10.0 |
| 2434 | 2025-11-11T20:22:07.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2435 | 2025-11-11T20:22:08.104Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2436 | 2025-11-11T20:22:08.236Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2437 | 2025-11-11T20:22:08.465Z | Compiling progenitor-client v0.10.0 |
| 2438 | 2025-11-11T20:22:08.490Z | Compiling num-rational v0.4.2 |
| 2439 | 2025-11-11T20:22:08.916Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2440 | 2025-11-11T20:22:08.962Z | Compiling num-complex v0.4.6 |
| 2441 | 2025-11-11T20:22:09.398Z | Compiling macaddr v1.0.1 |
| 2442 | 2025-11-11T20:22:09.808Z | Compiling num v0.4.3 |
| 2443 | 2025-11-11T20:22:09.948Z | Compiling float-ord v0.3.2 |
| 2444 | 2025-11-11T20:22:10.363Z | Compiling toml v0.8.23 |
| 2445 | 2025-11-11T20:22:10.548Z | Compiling prettyplease v0.2.36 |
| 2446 | 2025-11-11T20:22:10.589Z | Compiling bytecount v0.6.8 |
| 2447 | 2025-11-11T20:22:10.995Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2448 | 2025-11-11T20:22:11.609Z | Compiling secrecy v0.10.3 |
| 2449 | 2025-11-11T20:22:11.634Z | Compiling console v0.15.10 |
| 2450 | 2025-11-11T20:22:11.671Z | Compiling swrite v0.1.0 |
| 2451 | 2025-11-11T20:22:11.862Z | Compiling password-hash v0.5.0 |
| 2452 | 2025-11-11T20:22:11.922Z | Compiling blake2 v0.10.6 |
| 2453 | 2025-11-11T20:22:12.829Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2454 | 2025-11-11T20:22:13.270Z | Compiling argon2 v0.5.3 |
| 2455 | 2025-11-11T20:22:13.640Z | Compiling slog-dtrace v0.3.0 |
| 2456 | 2025-11-11T20:22:14.038Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2457 | 2025-11-11T20:22:14.069Z | Compiling newline-converter v0.3.0 |
| 2458 | 2025-11-11T20:22:14.316Z | Compiling atomicwrites v0.4.4 |
| 2459 | 2025-11-11T20:22:14.662Z | Compiling expectorate v1.2.0 |
| 2460 | 2025-11-11T20:22:14.806Z | Compiling resolv-conf v0.7.0 |
| 2461 | 2025-11-11T20:22:15.026Z | Compiling base64 v0.21.7 |
| 2462 | 2025-11-11T20:22:15.191Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2463 | 2025-11-11T20:22:15.544Z | Compiling owo-colors v4.2.2 |
| 2464 | 2025-11-11T20:22:16.076Z | Compiling cancel-safe-futures v0.1.5 |
| 2465 | 2025-11-11T20:22:16.149Z | Compiling libsw-core v0.3.1 |
| 2466 | 2025-11-11T20:22:16.205Z | Compiling linked-hash-map v0.5.6 |
| 2467 | 2025-11-11T20:22:16.239Z | Compiling progenitor v0.10.0 |
| 2468 | 2025-11-11T20:22:16.448Z | Compiling libsw v3.5.0 |
| 2469 | 2025-11-11T20:22:16.610Z | Compiling lru-cache v0.1.2 |
| 2470 | 2025-11-11T20:22:16.810Z | Compiling unicode-xid v0.2.6 |
| 2471 | 2025-11-11T20:22:16.865Z | Compiling linear-map v1.2.0 |
| 2472 | 2025-11-11T20:22:17.024Z | Compiling hickory-proto v0.24.4 |
| 2473 | 2025-11-11T20:22:17.175Z | Compiling async-recursion v1.1.1 |
| 2474 | 2025-11-11T20:22:17.280Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2475 | 2025-11-11T20:22:18.278Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2476 | 2025-11-11T20:22:18.583Z | Compiling globset v0.4.15 |
| 2477 | 2025-11-11T20:22:23.413Z | Compiling hickory-resolver v0.24.4 |
| 2478 | 2025-11-11T20:22:24.097Z | Compiling convert_case v0.7.1 |
| 2479 | 2025-11-11T20:22:24.737Z | Compiling derive_more-impl v2.0.1 |
| 2480 | 2025-11-11T20:22:26.200Z | Compiling qorb v0.4.1 |
| 2481 | 2025-11-11T20:22:26.717Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2482 | 2025-11-11T20:22:28.683Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2483 | 2025-11-11T20:22:31.449Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2484 | 2025-11-11T20:22:31.968Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2485 | 2025-11-11T20:22:32.200Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2486 | 2025-11-11T20:22:33.246Z | Compiling derive_more v2.0.1 |
| 2487 | 2025-11-11T20:22:33.412Z | Compiling pin-project-internal v1.1.6 |
| 2488 | 2025-11-11T20:22:34.539Z | Compiling vte_generate_state_changes v0.1.2 |
| 2489 | 2025-11-11T20:22:35.028Z | Compiling siphasher v1.0.1 |
| 2490 | 2025-11-11T20:22:35.297Z | Compiling utf-8 v0.7.6 |
| 2491 | 2025-11-11T20:22:35.428Z | Compiling termtree v0.5.1 |
| 2492 | 2025-11-11T20:22:35.651Z | Compiling phf_shared v0.12.1 |
| 2493 | 2025-11-11T20:22:35.729Z | Compiling pin-project v1.1.6 |
| 2494 | 2025-11-11T20:22:35.910Z | Compiling vte v0.11.1 |
| 2495 | 2025-11-11T20:22:36.124Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2496 | 2025-11-11T20:22:36.366Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2497 | 2025-11-11T20:22:37.133Z | Compiling crossterm v0.29.0 |
| 2498 | 2025-11-11T20:22:39.586Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2499 | 2025-11-11T20:22:40.434Z | Compiling pem v3.0.5 |
| 2500 | 2025-11-11T20:22:40.765Z | Compiling snafu-derive v0.8.5 |
| 2501 | 2025-11-11T20:22:41.708Z | Compiling half v2.4.1 |
| 2502 | 2025-11-11T20:22:42.311Z | Compiling chrono-tz v0.10.4 |
| 2503 | 2025-11-11T20:22:42.358Z | Compiling ciborium-io v0.2.2 |
| 2504 | 2025-11-11T20:22:42.537Z | Compiling ciborium-ll v0.2.2 |
| 2505 | 2025-11-11T20:22:42.648Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2506 | 2025-11-11T20:22:43.005Z | Compiling strip-ansi-escapes v0.2.0 |
| 2507 | 2025-11-11T20:22:43.077Z | Compiling phf v0.12.1 |
| 2508 | 2025-11-11T20:22:43.419Z | Compiling const_format_proc_macros v0.2.34 |
| 2509 | 2025-11-11T20:22:43.463Z | Compiling papergrid v0.11.0 |
| 2510 | 2025-11-11T20:22:43.510Z | Compiling tabled_derive v0.7.0 |
| 2511 | 2025-11-11T20:22:43.645Z | Compiling olpc-cjson v0.1.4 |
| 2512 | 2025-11-11T20:22:43.955Z | Compiling fd-lock v4.0.2 |
| 2513 | 2025-11-11T20:22:44.106Z | Compiling snafu v0.8.5 |
| 2514 | 2025-11-11T20:22:44.204Z | Compiling peg-macros v0.8.5 |
| 2515 | 2025-11-11T20:22:44.759Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2516 | 2025-11-11T20:22:45.077Z | Compiling csv-core v0.1.11 |
| 2517 | 2025-11-11T20:22:45.127Z | Compiling serde_plain v1.0.2 |
| 2518 | 2025-11-11T20:22:45.539Z | Compiling typed-path v0.9.3 |
| 2519 | 2025-11-11T20:22:45.578Z | Compiling nu-ansi-term v0.50.1 |
| 2520 | 2025-11-11T20:22:45.645Z | Compiling highway v1.3.0 |
| 2521 | 2025-11-11T20:22:45.880Z | Compiling csv v1.3.1 |
| 2522 | 2025-11-11T20:22:46.483Z | Compiling peg v0.8.5 |
| 2523 | 2025-11-11T20:22:46.635Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2524 | 2025-11-11T20:22:46.670Z | Compiling reedline v0.40.0 |
| 2525 | 2025-11-11T20:22:46.993Z | Compiling tabled v0.15.0 |
| 2526 | 2025-11-11T20:22:47.726Z | Compiling const_format v0.2.34 |
| 2527 | 2025-11-11T20:22:48.569Z | Compiling tough v0.20.0 |
| 2528 | 2025-11-11T20:22:48.920Z | Compiling ciborium v0.2.2 |
| 2529 | 2025-11-11T20:22:51.006Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2530 | 2025-11-11T20:22:51.314Z | Compiling bcs v0.1.6 |
| 2531 | 2025-11-11T20:22:52.057Z | Compiling semver v0.1.20 |
| 2532 | 2025-11-11T20:22:52.624Z | Compiling rustc_version v0.1.7 |
| 2533 | 2025-11-11T20:22:53.020Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2534 | 2025-11-11T20:22:53.987Z | Compiling newtype_derive v0.1.6 |
| 2535 | 2025-11-11T20:22:54.317Z | Compiling tungstenite v0.21.0 |
| 2536 | 2025-11-11T20:22:57.651Z | Compiling humantime v2.2.0 |
| 2537 | 2025-11-11T20:22:58.382Z | Compiling smawk v0.3.2 |
| 2538 | 2025-11-11T20:22:58.750Z | Compiling unicode-linebreak v0.1.5 |
| 2539 | 2025-11-11T20:22:59.114Z | Compiling textwrap v0.16.2 |
| 2540 | 2025-11-11T20:22:59.256Z | Compiling tokio-tungstenite v0.21.0 |
| 2541 | 2025-11-11T20:22:59.757Z | Compiling steno v0.4.1 |
| 2542 | 2025-11-11T20:22:59.822Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2543 | 2025-11-11T20:22:59.860Z | Compiling dropshot-api-manager-types v0.2.3 |
| 2544 | 2025-11-11T20:23:00.907Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2545 | 2025-11-11T20:23:02.257Z | Compiling universal-hash v0.5.1 |
| 2546 | 2025-11-11T20:23:02.542Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2547 | 2025-11-11T20:23:03.200Z | Compiling opaque-debug v0.3.1 |
| 2548 | 2025-11-11T20:23:03.322Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2549 | 2025-11-11T20:23:03.367Z | Compiling poly1305 v0.8.0 |
| 2550 | 2025-11-11T20:23:03.430Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2551 | 2025-11-11T20:23:03.794Z | Compiling chacha20 v0.9.1 |
| 2552 | 2025-11-11T20:23:04.286Z | Compiling aead v0.5.2 |
| 2553 | 2025-11-11T20:23:04.632Z | Compiling chacha20poly1305 v0.10.1 |
| 2554 | 2025-11-11T20:23:04.718Z | Compiling moka v0.12.10 |
| 2555 | 2025-11-11T20:23:04.758Z | Compiling thiserror-no-std v2.0.2 |
| 2556 | 2025-11-11T20:23:04.915Z | Compiling vsss-rs v3.3.4 |
| 2557 | 2025-11-11T20:23:04.947Z | Compiling tagptr v0.2.0 |
| 2558 | 2025-11-11T20:23:05.086Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2559 | 2025-11-11T20:23:05.318Z | Compiling nix v0.30.1 |
| 2560 | 2025-11-11T20:23:06.076Z | Compiling display-error-chain v0.2.2 |
| 2561 | 2025-11-11T20:23:06.378Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2562 | 2025-11-11T20:23:07.108Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2563 | 2025-11-11T20:23:08.033Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2564 | 2025-11-11T20:23:08.308Z | Compiling hickory-resolver v0.25.2 |
| 2565 | 2025-11-11T20:23:15.999Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2566 | 2025-11-11T20:23:16.095Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2567 | 2025-11-11T20:23:17.602Z | Compiling proc-macro-error2 v2.0.1 |
| 2568 | 2025-11-11T20:23:18.329Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2025-11-11T20:23:20.425Z | Compiling vergen-gitcl v1.0.8 |
| 2570 | 2025-11-11T20:23:20.731Z | Compiling dirs-sys-next v0.1.2 |
| 2571 | 2025-11-11T20:23:21.220Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2572 | 2025-11-11T20:23:22.007Z | Compiling maplit v1.0.2 |
| 2573 | 2025-11-11T20:23:22.101Z | Compiling crunchy v0.2.2 |
| 2574 | 2025-11-11T20:23:22.189Z | Compiling radium v0.7.0 |
| 2575 | 2025-11-11T20:23:22.540Z | Compiling dirs-next v2.0.0 |
| 2576 | 2025-11-11T20:23:22.708Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2577 | 2025-11-11T20:23:22.766Z | Compiling dsl_auto_type v0.1.2 |
| 2578 | 2025-11-11T20:23:23.779Z | Compiling scheduled-thread-pool v0.2.7 |
| 2579 | 2025-11-11T20:23:23.816Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2580 | 2025-11-11T20:23:24.167Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2025-11-11T20:23:24.586Z | Compiling tap v1.0.1 |
| 2582 | 2025-11-11T20:23:24.800Z | Compiling tiny-keccak v2.0.2 |
| 2583 | 2025-11-11T20:23:24.901Z | Compiling wyz v0.5.1 |
| 2584 | 2025-11-11T20:23:25.233Z | Compiling diesel_derives v2.2.3 |
| 2585 | 2025-11-11T20:23:25.350Z | Compiling r2d2 v0.8.10 |
| 2586 | 2025-11-11T20:23:25.794Z | Compiling term v0.7.0 |
| 2587 | 2025-11-11T20:23:26.860Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2588 | 2025-11-11T20:23:29.589Z | Compiling num-derive v0.3.3 |
| 2589 | 2025-11-11T20:23:31.293Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2025-11-11T20:23:31.431Z | Compiling bit-vec v0.6.3 |
| 2591 | 2025-11-11T20:23:31.848Z | Compiling packed_struct v0.10.1 |
| 2592 | 2025-11-11T20:23:32.271Z | Compiling crc-catalog v2.4.0 |
| 2593 | 2025-11-11T20:23:32.482Z | Compiling funty v2.0.0 |
| 2594 | 2025-11-11T20:23:32.791Z | Compiling zerocopy v0.6.6 |
| 2595 | 2025-11-11T20:23:33.192Z | Compiling diesel v2.2.12 |
| 2596 | 2025-11-11T20:23:33.588Z | Compiling bitvec v1.0.1 |
| 2597 | 2025-11-11T20:23:37.634Z | Compiling crc v3.2.1 |
| 2598 | 2025-11-11T20:23:39.306Z | Compiling bit-set v0.5.3 |
| 2599 | 2025-11-11T20:23:39.593Z | Compiling libscf-sys v1.1.0 |
| 2600 | 2025-11-11T20:23:40.305Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2601 | 2025-11-11T20:23:45.185Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2602 | 2025-11-11T20:23:46.348Z | Compiling ascii-canvas v3.0.0 |
| 2603 | 2025-11-11T20:23:47.008Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2604 | 2025-11-11T20:23:47.964Z | Compiling packed_struct_codegen v0.10.1 |
| 2605 | 2025-11-11T20:23:48.090Z | Compiling ena v0.14.3 |
| 2606 | 2025-11-11T20:23:48.542Z | Compiling bitfield-macros v0.19.2 |
| 2607 | 2025-11-11T20:23:49.812Z | Compiling indexmap v1.9.3 |
| 2608 | 2025-11-11T20:23:49.870Z | Compiling bindgen v0.71.1 |
| 2609 | 2025-11-11T20:23:50.168Z | Compiling diff v0.1.13 |
| 2610 | 2025-11-11T20:23:50.329Z | Compiling regex-syntax v0.6.29 |
| 2611 | 2025-11-11T20:23:50.664Z | Compiling nodrop v0.1.14 |
| 2612 | 2025-11-11T20:23:50.849Z | Compiling arc-swap v1.7.1 |
| 2613 | 2025-11-11T20:23:51.551Z | Compiling slog-scope v4.4.0 |
| 2614 | 2025-11-11T20:23:52.254Z | Compiling array-init v0.0.4 |
| 2615 | 2025-11-11T20:23:53.262Z | Compiling lalrpop v0.19.12 |
| 2616 | 2025-11-11T20:23:54.358Z | Compiling bitfield v0.19.2 |
| 2617 | 2025-11-11T20:23:54.795Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2618 | 2025-11-11T20:23:55.258Z | Compiling smallvec v0.6.14 |
| 2619 | 2025-11-11T20:23:55.729Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2620 | 2025-11-11T20:23:57.087Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2621 | 2025-11-11T20:23:57.130Z | Compiling tabled_derive v0.11.0 |
| 2622 | 2025-11-11T20:23:59.085Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2623 | 2025-11-11T20:23:59.412Z | Compiling papergrid v0.17.0 |
| 2624 | 2025-11-11T20:24:00.047Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2625 | 2025-11-11T20:24:00.384Z | Compiling testing_table v0.3.0 |
| 2626 | 2025-11-11T20:24:01.095Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2627 | 2025-11-11T20:24:03.801Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2628 | 2025-11-11T20:24:04.046Z | Compiling usdt-attr-macro v0.6.0 |
| 2629 | 2025-11-11T20:24:05.254Z | Compiling usdt-macro v0.6.0 |
| 2630 | 2025-11-11T20:24:05.812Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2631 | 2025-11-11T20:24:06.183Z | Compiling hashbrown v0.12.3 |
| 2632 | 2025-11-11T20:24:06.417Z | Compiling unicase v2.8.1 |
| 2633 | 2025-11-11T20:24:06.899Z | Compiling usdt v0.6.0 |
| 2634 | 2025-11-11T20:24:08.151Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2635 | 2025-11-11T20:24:08.185Z | Compiling tabled v0.20.0 |
| 2636 | 2025-11-11T20:24:10.309Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2637 | 2025-11-11T20:24:10.352Z | Compiling serde-hex v0.1.0 |
| 2638 | 2025-11-11T20:24:10.530Z | Compiling polar-core v0.27.3 |
| 2639 | 2025-11-11T20:24:11.665Z | Compiling slog-stdlog v4.1.1 |
| 2640 | 2025-11-11T20:24:12.155Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2641 | 2025-11-11T20:24:12.330Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2642 | 2025-11-11T20:24:12.502Z | Compiling ron v0.8.1 |
| 2643 | 2025-11-11T20:24:13.052Z | Compiling hashbrown v0.13.2 |
| 2644 | 2025-11-11T20:24:14.184Z | Compiling headers-core v0.3.0 |
| 2645 | 2025-11-11T20:24:14.393Z | Compiling libxml v0.3.3 |
| 2646 | 2025-11-11T20:24:14.740Z | Compiling crc-any v2.5.0 |
| 2647 | 2025-11-11T20:24:14.836Z | Compiling headers v0.4.1 |
| 2648 | 2025-11-11T20:24:15.512Z | Compiling object v0.30.4 |
| 2649 | 2025-11-11T20:24:16.768Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2650 | 2025-11-11T20:24:17.424Z | Compiling slog-envlogger v2.2.0 |
| 2651 | 2025-11-11T20:24:19.411Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2652 | 2025-11-11T20:24:21.631Z | Compiling samael v0.0.19 |
| 2653 | 2025-11-11T20:24:22.924Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2654 | 2025-11-11T20:24:23.146Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2025-11-11T20:24:23.470Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2656 | 2025-11-11T20:24:24.149Z | Compiling strum_macros v0.24.3 |
| 2657 | 2025-11-11T20:24:25.213Z | Compiling indoc v1.0.9 |
| 2658 | 2025-11-11T20:24:25.530Z | Compiling crc8 v0.1.1 |
| 2659 | 2025-11-11T20:24:25.838Z | Compiling xshell-macros v0.2.7 |
| 2660 | 2025-11-11T20:24:25.929Z | Compiling path-slash v0.1.5 |
| 2661 | 2025-11-11T20:24:26.155Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2662 | 2025-11-11T20:24:26.519Z | Compiling xshell v0.2.7 |
| 2663 | 2025-11-11T20:24:28.917Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2664 | 2025-11-11T20:24:29.600Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2665 | 2025-11-11T20:24:29.934Z | Compiling derive_builder v0.20.2 |
| 2666 | 2025-11-11T20:24:30.172Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2667 | 2025-11-11T20:24:30.717Z | Compiling oso-derive v0.27.3 |
| 2668 | 2025-11-11T20:24:30.995Z | Compiling quick-xml v0.37.2 |
| 2669 | 2025-11-11T20:24:31.566Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2670 | 2025-11-11T20:24:32.587Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2671 | 2025-11-11T20:24:33.437Z | Compiling diesel-dtrace v0.4.2 |
| 2672 | 2025-11-11T20:24:33.751Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2673 | 2025-11-11T20:24:33.875Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2674 | 2025-11-11T20:24:34.618Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2675 | 2025-11-11T20:24:34.942Z | Compiling oso v0.27.3 |
| 2676 | 2025-11-11T20:24:37.968Z | Compiling bb8 v0.8.5 |
| 2677 | 2025-11-11T20:24:38.542Z | Compiling trait-variant v0.1.2 |
| 2678 | 2025-11-11T20:24:39.370Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2679 | 2025-11-11T20:24:44.712Z | Compiling async-bb8-diesel v0.2.1 |
| 2680 | 2025-11-11T20:24:45.445Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2681 | 2025-11-11T20:24:48.720Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2682 | 2025-11-11T20:24:49.072Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2683 | 2025-11-11T20:24:49.193Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2684 | 2025-11-11T20:24:49.613Z | Compiling typify-impl v0.2.0 |
| 2685 | 2025-11-11T20:24:51.217Z | Compiling fxhash v0.2.1 |
| 2686 | 2025-11-11T20:24:51.474Z | Compiling libz-sys v1.1.20 |
| 2687 | 2025-11-11T20:24:51.892Z | Compiling half v1.8.3 |
| 2688 | 2025-11-11T20:24:52.055Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2689 | 2025-11-11T20:24:52.429Z | Compiling serde_cbor v0.11.2 |
| 2690 | 2025-11-11T20:24:52.841Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2691 | 2025-11-11T20:24:54.443Z | Compiling kstat-rs v0.2.4 |
| 2692 | 2025-11-11T20:24:55.197Z | Compiling fs-err v2.11.0 |
| 2693 | 2025-11-11T20:24:55.285Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2694 | 2025-11-11T20:24:56.319Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2695 | 2025-11-11T20:24:57.322Z | Compiling typify-macro v0.2.0 |
| 2696 | 2025-11-11T20:25:00.201Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2697 | 2025-11-11T20:25:04.262Z | Compiling nanorand v0.7.0 |
| 2698 | 2025-11-11T20:25:04.970Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2699 | 2025-11-11T20:25:05.742Z | Compiling parking_lot_core v0.8.6 |
| 2700 | 2025-11-11T20:25:06.665Z | Compiling mime_guess v2.0.5 |
| 2701 | 2025-11-11T20:25:11.497Z | Compiling flume v0.11.1 |
| 2702 | 2025-11-11T20:25:13.124Z | Compiling tabled_derive v0.10.0 |
| 2703 | 2025-11-11T20:25:15.027Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2704 | 2025-11-11T20:25:16.497Z | Compiling ignore v0.4.23 |
| 2705 | 2025-11-11T20:25:20.743Z | Compiling papergrid v0.14.0 |
| 2706 | 2025-11-11T20:25:20.901Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2707 | 2025-11-11T20:25:23.596Z | Compiling castaway v0.2.3 |
| 2708 | 2025-11-11T20:25:23.809Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2709 | 2025-11-11T20:25:24.123Z | Compiling parse-size v1.1.0 |
| 2710 | 2025-11-11T20:25:24.454Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2711 | 2025-11-11T20:25:25.801Z | Compiling compact_str v0.8.0 |
| 2712 | 2025-11-11T20:25:27.435Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2713 | 2025-11-11T20:25:27.914Z | Compiling tabled v0.18.0 |
| 2714 | 2025-11-11T20:25:31.025Z | Compiling globwalk v0.9.1 |
| 2715 | 2025-11-11T20:25:32.914Z | Compiling typify v0.2.0 |
| 2716 | 2025-11-11T20:25:33.110Z | Compiling predicates-tree v1.0.12 |
| 2717 | 2025-11-11T20:25:33.892Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2718 | 2025-11-11T20:25:35.334Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2719 | 2025-11-11T20:25:35.909Z | Compiling unicode-truncate v1.1.0 |
| 2720 | 2025-11-11T20:25:37.483Z | Compiling lru v0.12.5 |
| 2721 | 2025-11-11T20:25:37.919Z | Compiling vergen-git2 v1.0.7 |
| 2722 | 2025-11-11T20:25:38.245Z | Compiling nibble_vec v0.1.0 |
| 2723 | 2025-11-11T20:25:38.522Z | Compiling instability v0.3.2 |
| 2724 | 2025-11-11T20:25:39.302Z | Compiling atty v0.2.14 |
| 2725 | 2025-11-11T20:25:39.510Z | Compiling http-range v0.1.5 |
| 2726 | 2025-11-11T20:25:39.916Z | Compiling salty v0.3.0 |
| 2727 | 2025-11-11T20:25:40.042Z | Compiling cassowary v0.3.0 |
| 2728 | 2025-11-11T20:25:40.311Z | Compiling endian-type v0.1.2 |
| 2729 | 2025-11-11T20:25:40.584Z | Compiling indoc v2.0.6 |
| 2730 | 2025-11-11T20:25:41.297Z | Compiling ratatui v0.29.0 |
| 2731 | 2025-11-11T20:25:42.557Z | Compiling radix_trie v0.2.1 |
| 2732 | 2025-11-11T20:25:43.166Z | Compiling camino-tempfile-ext v0.3.2 |
| 2733 | 2025-11-11T20:25:43.364Z | Compiling progenitor-impl v0.8.0 |
| 2734 | 2025-11-11T20:25:44.338Z | Compiling parking_lot v0.11.2 |
| 2735 | 2025-11-11T20:25:45.990Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2736 | 2025-11-11T20:25:47.884Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2737 | 2025-11-11T20:25:49.616Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2738 | 2025-11-11T20:25:51.694Z | Compiling git2 v0.20.2 |
| 2739 | 2025-11-11T20:25:52.098Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2740 | 2025-11-11T20:25:56.105Z | Compiling rand_seeder v0.4.0 |
| 2741 | 2025-11-11T20:25:56.420Z | Compiling prefix-trie v0.7.0 |
| 2742 | 2025-11-11T20:25:56.520Z | Compiling lzma-sys v0.1.20 |
| 2743 | 2025-11-11T20:25:57.138Z | Compiling rustls v0.21.12 |
| 2744 | 2025-11-11T20:25:57.246Z | Compiling hickory-server v0.25.2 |
| 2745 | 2025-11-11T20:25:57.526Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2746 | 2025-11-11T20:25:57.867Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2747 | 2025-11-11T20:25:58.115Z | Compiling progenitor-macro v0.8.0 |
| 2748 | 2025-11-11T20:25:58.540Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2749 | 2025-11-11T20:25:58.629Z | Compiling sled v0.34.7 |
| 2750 | 2025-11-11T20:26:03.476Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2751 | 2025-11-11T20:26:07.171Z | Compiling hyper-staticfile v0.10.1 |
| 2752 | 2025-11-11T20:26:07.576Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2753 | 2025-11-11T20:26:13.801Z | Compiling hickory-client v0.25.2 |
| 2754 | 2025-11-11T20:26:15.434Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2755 | 2025-11-11T20:26:16.435Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2756 | 2025-11-11T20:26:16.530Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2757 | 2025-11-11T20:26:20.608Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2758 | 2025-11-11T20:26:22.378Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2759 | 2025-11-11T20:26:25.327Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2760 | 2025-11-11T20:26:27.724Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2761 | 2025-11-11T20:26:28.079Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2762 | 2025-11-11T20:26:28.349Z | Compiling primeorder v0.13.6 |
| 2763 | 2025-11-11T20:26:28.539Z | Compiling progenitor-client v0.8.0 |
| 2764 | 2025-11-11T20:26:28.898Z | Compiling rustls-webpki v0.101.7 |
| 2765 | 2025-11-11T20:26:29.365Z | Compiling sct v0.7.1 |
| 2766 | 2025-11-11T20:26:29.621Z | Compiling heck v0.3.3 |
| 2767 | 2025-11-11T20:26:29.834Z | Compiling void v1.0.2 |
| 2768 | 2025-11-11T20:26:29.971Z | Compiling zone_cfg_derive v0.1.2 |
| 2769 | 2025-11-11T20:26:30.065Z | Compiling lzss v0.8.2 |
| 2770 | 2025-11-11T20:26:31.091Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2771 | 2025-11-11T20:26:32.030Z | Compiling progenitor v0.8.0 |
| 2772 | 2025-11-11T20:26:32.105Z | Compiling p384 v0.13.1 |
| 2773 | 2025-11-11T20:26:32.377Z | Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 2774 | 2025-11-11T20:26:33.742Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2775 | 2025-11-11T20:26:36.287Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2776 | 2025-11-11T20:26:41.036Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2777 | 2025-11-11T20:26:42.152Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2778 | 2025-11-11T20:26:45.846Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2779 | 2025-11-11T20:26:47.515Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2780 | 2025-11-11T20:26:47.975Z | Compiling tungstenite v0.23.0 |
| 2781 | 2025-11-11T20:26:53.377Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2782 | 2025-11-11T20:26:53.819Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2783 | 2025-11-11T20:26:53.862Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2784 | 2025-11-11T20:26:54.194Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2785 | 2025-11-11T20:26:54.265Z | Compiling nix v0.27.1 |
| 2786 | 2025-11-11T20:26:54.570Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2787 | 2025-11-11T20:26:55.353Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa) |
| 2788 | 2025-11-11T20:26:55.488Z | Compiling serde_bytes v0.11.19 |
| 2789 | 2025-11-11T20:26:55.947Z | Compiling number_prefix v0.4.0 |
| 2790 | 2025-11-11T20:26:56.133Z | Compiling base64 v0.13.1 |
| 2791 | 2025-11-11T20:26:56.278Z | Compiling corncobs v0.1.4 |
| 2792 | 2025-11-11T20:26:56.721Z | Compiling ron v0.7.1 |
| 2793 | 2025-11-11T20:26:56.950Z | Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 2794 | 2025-11-11T20:26:57.043Z | Compiling indicatif v0.17.11 |
| 2795 | 2025-11-11T20:26:58.403Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=669fe557b66f44aed3c622bd17bc092f08797e0c#669fe557) |
| 2796 | 2025-11-11T20:27:00.781Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2797 | 2025-11-11T20:27:01.723Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2798 | 2025-11-11T20:27:01.772Z | Compiling tokio-tungstenite v0.23.1 |
| 2799 | 2025-11-11T20:27:02.556Z | Compiling xz2 v0.1.7 |
| 2800 | 2025-11-11T20:27:03.219Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2801 | 2025-11-11T20:27:08.553Z | Compiling tokio-rustls v0.24.1 |
| 2802 | 2025-11-11T20:27:09.063Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 2803 | 2025-11-11T20:27:11.438Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2804 | 2025-11-11T20:27:11.699Z | Compiling zone v0.1.8 |
| 2805 | 2025-11-11T20:27:12.164Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2806 | 2025-11-11T20:27:14.816Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2807 | 2025-11-11T20:27:18.967Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2808 | 2025-11-11T20:27:23.114Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2809 | 2025-11-11T20:27:23.160Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2810 | 2025-11-11T20:27:24.875Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2811 | 2025-11-11T20:27:25.042Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2025-11-11T20:27:25.941Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2813 | 2025-11-11T20:27:26.712Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2814 | 2025-11-11T20:27:27.829Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2815 | 2025-11-11T20:27:35.413Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2816 | 2025-11-11T20:27:38.451Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 2817 | 2025-11-11T20:27:41.076Z | Compiling rustls-pemfile v1.0.4 |
| 2818 | 2025-11-11T20:27:41.726Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2819 | 2025-11-11T20:27:41.858Z | Compiling signal-hook-tokio v0.3.1 |
| 2820 | 2025-11-11T20:27:42.105Z | Compiling twox-hash v2.1.0 |
| 2821 | 2025-11-11T20:27:42.157Z | Compiling yasna v0.5.2 |
| 2822 | 2025-11-11T20:27:43.167Z | Compiling secrecy v0.8.0 |
| 2823 | 2025-11-11T20:27:43.597Z | Compiling is_ci v1.2.0 |
| 2824 | 2025-11-11T20:27:43.988Z | Compiling supports-color v3.0.2 |
| 2825 | 2025-11-11T20:27:44.610Z | Compiling rcgen v0.12.1 |
| 2826 | 2025-11-11T20:27:51.896Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2827 | 2025-11-11T20:27:56.231Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2828 | 2025-11-11T20:27:56.436Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2829 | 2025-11-11T20:28:05.921Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2830 | 2025-11-11T20:28:16.636Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2831 | 2025-11-11T20:28:21.291Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2832 | 2025-11-11T20:28:24.933Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 2833 | 2025-11-11T20:28:29.454Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2834 | 2025-11-11T20:28:31.966Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2835 | 2025-11-11T20:28:38.494Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2836 | 2025-11-11T20:28:49.213Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2837 | 2025-11-11T20:28:54.341Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2838 | 2025-11-11T20:28:58.248Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2839 | 2025-11-11T20:28:59.429Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2840 | 2025-11-11T20:28:59.760Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2841 | 2025-11-11T20:29:00.112Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2842 | 2025-11-11T20:29:01.104Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2843 | 2025-11-11T20:29:01.435Z | Compiling fatfs v0.3.6 |
| 2844 | 2025-11-11T20:29:01.660Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2845 | 2025-11-11T20:29:04.052Z | Compiling subprocess v0.2.9 |
| 2846 | 2025-11-11T20:29:07.540Z | Compiling rtoolbox v0.0.2 |
| 2847 | 2025-11-11T20:29:07.950Z | Compiling assert_matches v1.5.0 |
| 2848 | 2025-11-11T20:29:08.258Z | Compiling rpassword v7.4.0 |
| 2849 | 2025-11-11T20:29:08.718Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2850 | 2025-11-11T20:29:10.001Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2851 | 2025-11-11T20:29:14.963Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2852 | 2025-11-11T20:29:16.024Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2853 | 2025-11-11T20:29:34.996Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2854 | 2025-11-11T20:29:35.195Z | Compiling tui-tree-widget v0.23.1 |
| 2855 | 2025-11-11T20:29:35.665Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2856 | 2025-11-11T20:29:36.416Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2857 | 2025-11-11T20:29:39.394Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2858 | 2025-11-11T20:29:46.626Z | Compiling uzers v0.12.1 |
| 2859 | 2025-11-11T20:29:46.959Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2860 | 2025-11-11T20:29:49.236Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2861 | 2025-11-11T20:29:53.060Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2862 | 2025-11-11T20:30:08.628Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2863 | 2025-11-11T20:30:09.268Z | Compiling support-bundle-viewer v0.1.2 |
| 2864 | 2025-11-11T20:30:12.486Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2865 | 2025-11-11T20:30:14.435Z | Compiling multimap v0.10.1 |
| 2866 | 2025-11-11T20:32:37.152Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2867 | 2025-11-11T20:32:38.383Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2868 | 2025-11-11T20:46:21.200Z | Finished `release` profile [optimized] target(s) in 24m 20s |
| 2869 | 2025-11-11T20:47:40.989Z | |
| 2870 | 2025-11-11T20:47:40.989Z | real 25:42.374919661 |
| 2871 | 2025-11-11T20:47:40.989Z | user 2:39:22.210798592 |
| 2872 | 2025-11-11T20:47:40.989Z | sys 4:51.359262455 |
| 2873 | 2025-11-11T20:47:40.989Z | trap 5.702014176 |
| 2874 | 2025-11-11T20:47:40.989Z | tflt 1.243094030 |
| 2875 | 2025-11-11T20:47:40.989Z | dflt 6.093223389 |
| 2876 | 2025-11-11T20:47:40.989Z | kflt 0.010574241 |
| 2877 | 2025-11-11T20:47:40.989Z | lock 11:33:56.785099989 |
| 2878 | 2025-11-11T20:47:40.989Z | slp 7:39:12.946251292 |
| 2879 | 2025-11-11T20:47:40.989Z | lat 4:10.430617527 |
| 2880 | 2025-11-11T20:47:40.989Z | stop 3:33.680710531 |
| 2881 | 2025-11-11T20:47:41.014Z | + mapfile -t packages |
| 2882 | 2025-11-11T20:47:41.014Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2883 | 2025-11-11T20:47:43.063Z | Finished `release` profile [optimized] target(s) in 1.97s |
| 2884 | 2025-11-11T20:47:43.152Z | Running `target/release/omicron-package -t test list-outputs` |
| 2885 | 2025-11-11T20:47:43.238Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2886 | 2025-11-11T20:47:43.264Z | + ptime -m cargo build --locked --release -p xtask |
| 2887 | 2025-11-11T20:47:44.503Z | Compiling serde_core v1.0.226 |
| 2888 | 2025-11-11T20:47:44.503Z | Compiling bitflags v2.9.4 |
| 2889 | 2025-11-11T20:47:44.503Z | Compiling syn v2.0.106 |
| 2890 | 2025-11-11T20:47:44.528Z | Compiling serde v1.0.226 |
| 2891 | 2025-11-11T20:47:44.528Z | Compiling serde_json v1.0.145 |
| 2892 | 2025-11-11T20:47:44.528Z | Compiling libc v0.2.174 |
| 2893 | 2025-11-11T20:47:44.528Z | Compiling num-traits v0.2.19 |
| 2894 | 2025-11-11T20:47:44.528Z | Compiling hashbrown v0.16.0 |
| 2895 | 2025-11-11T20:47:44.996Z | Compiling smallvec v1.15.1 |
| 2896 | 2025-11-11T20:47:45.368Z | Compiling rustix v0.38.37 |
| 2897 | 2025-11-11T20:47:45.553Z | Compiling usdt-impl v0.5.0 |
| 2898 | 2025-11-11T20:47:45.578Z | Compiling syn v1.0.109 |
| 2899 | 2025-11-11T20:47:46.187Z | Compiling indexmap v2.11.4 |
| 2900 | 2025-11-11T20:47:46.258Z | Compiling thread-id v4.2.2 |
| 2901 | 2025-11-11T20:47:46.354Z | Compiling rustix v1.0.7 |
| 2902 | 2025-11-11T20:47:46.459Z | Compiling log v0.4.27 |
| 2903 | 2025-11-11T20:47:46.942Z | Compiling percent-encoding v2.3.2 |
| 2904 | 2025-11-11T20:47:46.992Z | Compiling getrandom v0.3.4 |
| 2905 | 2025-11-11T20:47:47.506Z | Compiling terminal_size v0.4.0 |
| 2906 | 2025-11-11T20:47:47.576Z | Compiling ordered-float v2.10.1 |
| 2907 | 2025-11-11T20:47:47.814Z | Compiling form_urlencoded v1.2.2 |
| 2908 | 2025-11-11T20:47:48.393Z | Compiling fs-err v3.1.1 |
| 2909 | 2025-11-11T20:47:48.437Z | Compiling heck v0.4.1 |
| 2910 | 2025-11-11T20:47:48.759Z | Compiling once_cell v1.21.3 |
| 2911 | 2025-11-11T20:47:48.852Z | Compiling anyhow v1.0.99 |
| 2912 | 2025-11-11T20:47:49.273Z | Compiling clap_builder v4.5.48 |
| 2913 | 2025-11-11T20:47:50.086Z | Compiling tempfile v3.20.0 |
| 2914 | 2025-11-11T20:47:51.212Z | Compiling synstructure v0.13.1 |
| 2915 | 2025-11-11T20:47:51.619Z | Compiling proc-macro-error v1.0.4 |
| 2916 | 2025-11-11T20:47:51.742Z | Compiling textwrap v0.16.2 |
| 2917 | 2025-11-11T20:47:52.043Z | Compiling camino-tempfile v1.4.1 |
| 2918 | 2025-11-11T20:47:52.339Z | Compiling tabled_derive v0.7.0 |
| 2919 | 2025-11-11T20:47:53.811Z | Compiling serde_derive v1.0.226 |
| 2920 | 2025-11-11T20:47:53.811Z | Compiling thiserror-impl v2.0.17 |
| 2921 | 2025-11-11T20:47:53.811Z | Compiling zerofrom-derive v0.1.4 |
| 2922 | 2025-11-11T20:47:53.811Z | Compiling yoke-derive v0.7.4 |
| 2923 | 2025-11-11T20:47:53.904Z | Compiling zerovec-derive v0.10.3 |
| 2924 | 2025-11-11T20:47:54.008Z | Compiling displaydoc v0.2.5 |
| 2925 | 2025-11-11T20:47:55.355Z | Compiling thiserror-impl v1.0.69 |
| 2926 | 2025-11-11T20:47:56.029Z | Compiling icu_provider_macros v1.5.0 |
| 2927 | 2025-11-11T20:47:56.110Z | Compiling zerocopy-derive v0.7.35 |
| 2928 | 2025-11-11T20:47:56.380Z | Compiling thiserror v2.0.17 |
| 2929 | 2025-11-11T20:47:56.593Z | Compiling zerofrom v0.1.4 |
| 2930 | 2025-11-11T20:47:56.619Z | Compiling pest v2.8.2 |
| 2931 | 2025-11-11T20:47:56.915Z | Compiling yoke v0.7.4 |
| 2932 | 2025-11-11T20:47:57.277Z | Compiling scroll_derive v0.12.0 |
| 2933 | 2025-11-11T20:47:57.372Z | Compiling zerovec v0.10.4 |
| 2934 | 2025-11-11T20:47:57.742Z | Compiling thiserror v1.0.69 |
| 2935 | 2025-11-11T20:47:57.773Z | Compiling zerocopy v0.7.35 |
| 2936 | 2025-11-11T20:47:58.467Z | Compiling scroll v0.12.0 |
| 2937 | 2025-11-11T20:47:59.058Z | Compiling pest_meta v2.8.2 |
| 2938 | 2025-11-11T20:47:59.108Z | Compiling goblin v0.8.2 |
| 2939 | 2025-11-11T20:47:59.295Z | Compiling tinystr v0.7.6 |
| 2940 | 2025-11-11T20:47:59.681Z | Compiling icu_locid v1.5.0 |
| 2941 | 2025-11-11T20:47:59.781Z | Compiling icu_collections v1.5.0 |
| 2942 | 2025-11-11T20:48:01.154Z | Compiling icu_provider v1.5.0 |
| 2943 | 2025-11-11T20:48:01.464Z | Compiling pest_generator v2.8.2 |
| 2944 | 2025-11-11T20:48:02.308Z | Compiling icu_locid_transform v1.5.0 |
| 2945 | 2025-11-11T20:48:02.337Z | Compiling serde_spanned v0.6.9 |
| 2946 | 2025-11-11T20:48:02.670Z | Compiling toml_datetime v0.6.11 |
| 2947 | 2025-11-11T20:48:02.876Z | Compiling pest_derive v2.8.2 |
| 2948 | 2025-11-11T20:48:03.188Z | Compiling toml_edit v0.22.27 |
| 2949 | 2025-11-11T20:48:03.455Z | Compiling dof v0.3.0 |
| 2950 | 2025-11-11T20:48:03.653Z | Compiling icu_properties v1.5.1 |
| 2951 | 2025-11-11T20:48:04.257Z | Compiling dtrace-parser v0.2.0 |
| 2952 | 2025-11-11T20:48:06.221Z | Compiling serde_tokenstream v0.2.2 |
| 2953 | 2025-11-11T20:48:06.802Z | Compiling erased-serde v0.4.6 |
| 2954 | 2025-11-11T20:48:06.915Z | Compiling toml v0.8.23 |
| 2955 | 2025-11-11T20:48:08.202Z | Compiling icu_normalizer v1.5.0 |
| 2956 | 2025-11-11T20:48:09.317Z | Compiling idna_adapter v1.2.0 |
| 2957 | 2025-11-11T20:48:09.614Z | Compiling idna v1.0.3 |
| 2958 | 2025-11-11T20:48:10.857Z | Compiling url v2.5.4 |
| 2959 | 2025-11-11T20:48:11.996Z | Compiling serde-untagged v0.1.7 |
| 2960 | 2025-11-11T20:48:12.757Z | Compiling serde-value v0.7.0 |
| 2961 | 2025-11-11T20:48:14.277Z | Compiling cargo-util-schemas v0.8.2 |
| 2962 | 2025-11-11T20:48:15.629Z | Compiling usdt-macro v0.5.0 |
| 2963 | 2025-11-11T20:48:16.536Z | Compiling usdt-attr-macro v0.5.0 |
| 2964 | 2025-11-11T20:48:16.737Z | Compiling cargo-platform v0.2.0 |
| 2965 | 2025-11-11T20:48:17.693Z | Compiling clap_derive v4.5.47 |
| 2966 | 2025-11-11T20:48:17.850Z | Compiling usdt v0.5.0 |
| 2967 | 2025-11-11T20:48:17.875Z | Compiling cargo_metadata v0.21.0 |
| 2968 | 2025-11-11T20:48:19.080Z | Compiling cargo_toml v0.21.0 |
| 2969 | 2025-11-11T20:48:19.116Z | Compiling macaddr v1.0.1 |
| 2970 | 2025-11-11T20:48:19.313Z | Compiling tabled v0.15.0 |
| 2971 | 2025-11-11T20:48:21.113Z | Compiling clap v4.5.48 |
| 2972 | 2025-11-11T20:48:31.254Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2973 | 2025-11-11T20:48:38.032Z | Finished `release` profile [optimized] target(s) in 54.70s |
| 2974 | 2025-11-11T20:48:38.203Z | |
| 2975 | 2025-11-11T20:48:38.203Z | real 54.909734315 |
| 2976 | 2025-11-11T20:48:38.203Z | user 5:38.591826659 |
| 2977 | 2025-11-11T20:48:38.203Z | sys 31.731033640 |
| 2978 | 2025-11-11T20:48:38.203Z | trap 0.231627149 |
| 2979 | 2025-11-11T20:48:38.203Z | tflt 0.175839070 |
| 2980 | 2025-11-11T20:48:38.231Z | dflt 0.448597918 |
| 2981 | 2025-11-11T20:48:38.231Z | kflt 0.000010821 |
| 2982 | 2025-11-11T20:48:38.231Z | lock 16:07.548722959 |
| 2983 | 2025-11-11T20:48:38.231Z | slp 18:39.059013818 |
| 2984 | 2025-11-11T20:48:38.231Z | lat 24.429480333 |
| 2985 | 2025-11-11T20:48:38.231Z | stop 32.301197823 |
| 2986 | 2025-11-11T20:48:38.231Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2987 | 2025-11-11T20:48:38.231Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2988 | 2025-11-11T20:48:38.231Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2989 | 2025-11-11T20:48:38.231Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2990 | 2025-11-11T20:48:38.231Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2991 | 2025-11-11T20:48:40.200Z | Compiling regress v0.10.4 |
| 2992 | 2025-11-11T20:48:40.262Z | Compiling unsafe-libyaml v0.2.11 |
| 2993 | 2025-11-11T20:48:40.287Z | Compiling match_cfg v0.1.0 |
| 2994 | 2025-11-11T20:48:40.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2995 | 2025-11-11T20:48:40.311Z | Compiling hex v0.4.3 |
| 2996 | 2025-11-11T20:48:40.397Z | Compiling progenitor-client v0.10.0 |
| 2997 | 2025-11-11T20:48:40.421Z | Compiling structmeta-derive v0.3.0 |
| 2998 | 2025-11-11T20:48:40.421Z | Compiling rustls v0.22.4 |
| 2999 | 2025-11-11T20:48:40.489Z | Compiling hostname v0.3.1 |
| 3000 | 2025-11-11T20:48:40.750Z | Compiling multer v3.1.0 |
| 3001 | 2025-11-11T20:48:40.874Z | Compiling debug-ignore v1.0.5 |
| 3002 | 2025-11-11T20:48:41.006Z | Compiling toml_parser v1.0.2 |
| 3003 | 2025-11-11T20:48:41.081Z | Compiling slog-json v2.6.1 |
| 3004 | 2025-11-11T20:48:41.114Z | Compiling macaddr v1.0.1 |
| 3005 | 2025-11-11T20:48:41.259Z | Compiling toml_datetime v0.7.0 |
| 3006 | 2025-11-11T20:48:41.510Z | Compiling serde_yaml v0.9.34+deprecated |
| 3007 | 2025-11-11T20:48:41.597Z | Compiling serde_spanned v1.0.0 |
| 3008 | 2025-11-11T20:48:41.879Z | Compiling async-stream-impl v0.3.6 |
| 3009 | 2025-11-11T20:48:41.927Z | Compiling dropshot v0.16.4 |
| 3010 | 2025-11-11T20:48:41.979Z | Compiling toml_writer v1.0.2 |
| 3011 | 2025-11-11T20:48:42.417Z | Compiling toml v0.9.5 |
| 3012 | 2025-11-11T20:48:42.448Z | Compiling slog-bunyan v2.5.0 |
| 3013 | 2025-11-11T20:48:42.780Z | Compiling waitgroup v0.1.2 |
| 3014 | 2025-11-11T20:48:42.845Z | Compiling structmeta v0.3.0 |
| 3015 | 2025-11-11T20:48:43.078Z | Compiling rustls-pemfile v2.2.0 |
| 3016 | 2025-11-11T20:48:43.176Z | Compiling async-stream v0.3.6 |
| 3017 | 2025-11-11T20:48:43.295Z | Compiling dropshot_endpoint v0.16.4 |
| 3018 | 2025-11-11T20:48:43.403Z | Compiling serde_path_to_error v0.1.17 |
| 3019 | 2025-11-11T20:48:43.465Z | Compiling hostname v0.4.0 |
| 3020 | 2025-11-11T20:48:43.507Z | Compiling typify-impl v0.4.3 |
| 3021 | 2025-11-11T20:48:43.736Z | Compiling derive-ex v0.1.8 |
| 3022 | 2025-11-11T20:48:44.148Z | Compiling newtype-uuid-macros v0.1.0 |
| 3023 | 2025-11-11T20:48:44.901Z | Compiling instant v0.1.13 |
| 3024 | 2025-11-11T20:48:45.123Z | Compiling tokio-rustls v0.25.0 |
| 3025 | 2025-11-11T20:48:45.491Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 3026 | 2025-11-11T20:48:45.626Z | Compiling progenitor-client v0.11.2 |
| 3027 | 2025-11-11T20:48:45.729Z | Compiling derive-where v1.5.0 |
| 3028 | 2025-11-11T20:48:45.886Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3029 | 2025-11-11T20:48:46.290Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3030 | 2025-11-11T20:48:47.168Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3031 | 2025-11-11T20:48:47.217Z | Compiling parse-display-derive v0.10.0 |
| 3032 | 2025-11-11T20:48:47.251Z | Compiling backoff v0.4.0 |
| 3033 | 2025-11-11T20:48:47.457Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3034 | 2025-11-11T20:48:47.634Z | Compiling test-strategy v0.4.3 |
| 3035 | 2025-11-11T20:48:47.665Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3036 | 2025-11-11T20:48:48.212Z | Compiling itertools v0.14.0 |
| 3037 | 2025-11-11T20:48:48.672Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3038 | 2025-11-11T20:48:48.835Z | Compiling darling_core v0.21.0 |
| 3039 | 2025-11-11T20:48:49.076Z | Compiling proc-macro-crate v1.3.1 |
| 3040 | 2025-11-11T20:48:49.711Z | Compiling crucible-workspace-hack v0.1.0 |
| 3041 | 2025-11-11T20:48:50.120Z | Compiling num_enum_derive v0.5.11 |
| 3042 | 2025-11-11T20:48:50.165Z | Compiling proc-macro-error v1.0.4 |
| 3043 | 2025-11-11T20:48:50.823Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3044 | 2025-11-11T20:48:50.921Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3045 | 2025-11-11T20:48:51.022Z | Compiling parse-display v0.10.0 |
| 3046 | 2025-11-11T20:48:51.166Z | Compiling heapless v0.8.0 |
| 3047 | 2025-11-11T20:48:51.479Z | Compiling hash32 v0.3.1 |
| 3048 | 2025-11-11T20:48:51.664Z | Compiling smoltcp v0.11.0 |
| 3049 | 2025-11-11T20:48:51.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3050 | 2025-11-11T20:48:52.141Z | Compiling foreign-types-macros v0.2.3 |
| 3051 | 2025-11-11T20:48:52.266Z | Compiling cobs v0.2.3 |
| 3052 | 2025-11-11T20:48:52.310Z | Compiling num_enum v0.5.11 |
| 3053 | 2025-11-11T20:48:52.430Z | Compiling foreign-types-shared v0.3.1 |
| 3054 | 2025-11-11T20:48:52.574Z | Compiling postcard v1.0.10 |
| 3055 | 2025-11-11T20:48:52.846Z | Compiling tabwriter v1.4.0 |
| 3056 | 2025-11-11T20:48:52.875Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3057 | 2025-11-11T20:48:53.251Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3058 | 2025-11-11T20:48:53.366Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3059 | 2025-11-11T20:48:53.396Z | Compiling foreign-types v0.5.0 |
| 3060 | 2025-11-11T20:48:53.561Z | Compiling cstr-argument v0.1.2 |
| 3061 | 2025-11-11T20:48:53.737Z | Compiling pretty-hex v0.2.1 |
| 3062 | 2025-11-11T20:48:53.762Z | Compiling rayon-core v1.12.1 |
| 3063 | 2025-11-11T20:48:53.875Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3064 | 2025-11-11T20:48:53.906Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3065 | 2025-11-11T20:48:54.012Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3066 | 2025-11-11T20:48:54.216Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3067 | 2025-11-11T20:48:54.495Z | Compiling crossbeam-deque v0.8.5 |
| 3068 | 2025-11-11T20:48:54.532Z | Compiling colored v2.2.0 |
| 3069 | 2025-11-11T20:48:54.571Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3070 | 2025-11-11T20:48:54.596Z | Compiling zone_cfg_derive v0.3.0 |
| 3071 | 2025-11-11T20:48:54.649Z | Compiling typify-macro v0.4.3 |
| 3072 | 2025-11-11T20:48:54.694Z | Compiling darling_macro v0.21.0 |
| 3073 | 2025-11-11T20:48:55.510Z | Compiling toml v0.8.23 |
| 3074 | 2025-11-11T20:48:55.676Z | Compiling darling v0.21.0 |
| 3075 | 2025-11-11T20:48:55.859Z | Compiling ingot-macros v0.1.1 |
| 3076 | 2025-11-11T20:48:56.116Z | Compiling rayon v1.10.0 |
| 3077 | 2025-11-11T20:48:56.247Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 3078 | 2025-11-11T20:48:56.493Z | Compiling camino-tempfile v1.4.1 |
| 3079 | 2025-11-11T20:48:56.718Z | Compiling smf v0.2.3 |
| 3080 | 2025-11-11T20:48:57.003Z | Compiling num-derive v0.4.2 |
| 3081 | 2025-11-11T20:48:57.031Z | Compiling sigpipe v0.1.3 |
| 3082 | 2025-11-11T20:48:57.220Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3083 | 2025-11-11T20:48:57.611Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 3084 | 2025-11-11T20:48:57.661Z | Compiling zone v0.3.1 |
| 3085 | 2025-11-11T20:48:57.948Z | Compiling num-rational v0.4.2 |
| 3086 | 2025-11-11T20:48:58.089Z | Compiling num-complex v0.4.6 |
| 3087 | 2025-11-11T20:48:58.525Z | Compiling typify v0.4.3 |
| 3088 | 2025-11-11T20:48:58.760Z | Compiling progenitor-impl v0.11.2 |
| 3089 | 2025-11-11T20:48:59.001Z | Compiling progenitor-impl v0.10.0 |
| 3090 | 2025-11-11T20:48:59.049Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 3091 | 2025-11-11T20:48:59.084Z | Compiling convert_case v0.4.0 |
| 3092 | 2025-11-11T20:48:59.120Z | Compiling num v0.4.3 |
| 3093 | 2025-11-11T20:48:59.282Z | Compiling secrecy v0.10.3 |
| 3094 | 2025-11-11T20:48:59.377Z | Compiling float-ord v0.3.2 |
| 3095 | 2025-11-11T20:48:59.617Z | Compiling universal-hash v0.5.1 |
| 3096 | 2025-11-11T20:48:59.660Z | Compiling opaque-debug v0.3.1 |
| 3097 | 2025-11-11T20:48:59.848Z | Compiling password-hash v0.5.0 |
| 3098 | 2025-11-11T20:48:59.934Z | Compiling blake2 v0.10.6 |
| 3099 | 2025-11-11T20:48:59.967Z | Compiling indent_write v2.2.0 |
| 3100 | 2025-11-11T20:49:00.001Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3101 | 2025-11-11T20:49:00.268Z | Compiling derive_more v0.99.20 |
| 3102 | 2025-11-11T20:49:00.331Z | Compiling gethostname v0.5.0 |
| 3103 | 2025-11-11T20:49:00.566Z | Compiling argon2 v0.5.3 |
| 3104 | 2025-11-11T20:49:00.761Z | Compiling resolv-conf v0.7.0 |
| 3105 | 2025-11-11T20:49:01.108Z | Compiling aead v0.5.2 |
| 3106 | 2025-11-11T20:49:01.320Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3107 | 2025-11-11T20:49:01.488Z | Compiling half v2.4.1 |
| 3108 | 2025-11-11T20:49:01.533Z | Compiling ciborium-io v0.2.2 |
| 3109 | 2025-11-11T20:49:01.736Z | Compiling utf-8 v0.7.6 |
| 3110 | 2025-11-11T20:49:01.819Z | Compiling poly1305 v0.8.0 |
| 3111 | 2025-11-11T20:49:02.063Z | Compiling tungstenite v0.21.0 |
| 3112 | 2025-11-11T20:49:02.135Z | Compiling ciborium-ll v0.2.2 |
| 3113 | 2025-11-11T20:49:02.277Z | Compiling ingot-types v0.1.2 |
| 3114 | 2025-11-11T20:49:02.577Z | Compiling console v0.15.10 |
| 3115 | 2025-11-11T20:49:03.120Z | Compiling ingot v0.1.1 |
| 3116 | 2025-11-11T20:49:03.150Z | Compiling chacha20 v0.9.1 |
| 3117 | 2025-11-11T20:49:03.346Z | Compiling owo-colors v4.2.2 |
| 3118 | 2025-11-11T20:49:03.673Z | Compiling cancel-safe-futures v0.1.5 |
| 3119 | 2025-11-11T20:49:03.847Z | Compiling tokio-tungstenite v0.21.0 |
| 3120 | 2025-11-11T20:49:03.954Z | Compiling ciborium v0.2.2 |
| 3121 | 2025-11-11T20:49:04.110Z | Compiling hickory-proto v0.24.4 |
| 3122 | 2025-11-11T20:49:04.154Z | Compiling libsw-core v0.3.1 |
| 3123 | 2025-11-11T20:49:04.491Z | Compiling fixedbitset v0.5.7 |
| 3124 | 2025-11-11T20:49:04.523Z | Compiling base64 v0.21.7 |
| 3125 | 2025-11-11T20:49:05.153Z | Compiling progenitor-macro v0.11.2 |
| 3126 | 2025-11-11T20:49:05.201Z | Compiling semver v0.1.20 |
| 3127 | 2025-11-11T20:49:05.234Z | Compiling linked-hash-map v0.5.6 |
| 3128 | 2025-11-11T20:49:05.295Z | Compiling petgraph v0.8.2 |
| 3129 | 2025-11-11T20:49:05.330Z | Compiling progenitor-macro v0.10.0 |
| 3130 | 2025-11-11T20:49:05.655Z | Compiling rustc_version v0.1.7 |
| 3131 | 2025-11-11T20:49:05.799Z | Compiling lru-cache v0.1.2 |
| 3132 | 2025-11-11T20:49:06.105Z | Compiling libsw v3.5.0 |
| 3133 | 2025-11-11T20:49:06.448Z | Compiling newline-converter v0.3.0 |
| 3134 | 2025-11-11T20:49:06.677Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3135 | 2025-11-11T20:49:06.756Z | Compiling atomicwrites v0.4.4 |
| 3136 | 2025-11-11T20:49:06.902Z | Compiling slog-dtrace v0.3.0 |
| 3137 | 2025-11-11T20:49:07.161Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3138 | 2025-11-11T20:49:07.252Z | Compiling siphasher v1.0.1 |
| 3139 | 2025-11-11T20:49:07.680Z | Compiling linear-map v1.2.0 |
| 3140 | 2025-11-11T20:49:07.893Z | Compiling libefi-sys v0.1.0 |
| 3141 | 2025-11-11T20:49:08.134Z | Compiling phf_shared v0.12.1 |
| 3142 | 2025-11-11T20:49:08.322Z | Compiling expectorate v1.2.0 |
| 3143 | 2025-11-11T20:49:08.391Z | Compiling newtype_derive v0.1.6 |
| 3144 | 2025-11-11T20:49:08.518Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 3145 | 2025-11-11T20:49:08.765Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3146 | 2025-11-11T20:49:09.117Z | Compiling hickory-resolver v0.24.4 |
| 3147 | 2025-11-11T20:49:09.182Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3148 | 2025-11-11T20:49:09.599Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3149 | 2025-11-11T20:49:09.642Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3150 | 2025-11-11T20:49:09.987Z | Compiling tokio-dtrace v0.1.0 |
| 3151 | 2025-11-11T20:49:10.289Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3152 | 2025-11-11T20:49:10.465Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 3153 | 2025-11-11T20:49:11.151Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3154 | 2025-11-11T20:49:11.434Z | Compiling pin-project-internal v1.1.6 |
| 3155 | 2025-11-11T20:49:11.605Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 3156 | 2025-11-11T20:49:11.769Z | Compiling bitfield-struct v0.6.2 |
| 3157 | 2025-11-11T20:49:12.333Z | Compiling chrono-tz v0.10.4 |
| 3158 | 2025-11-11T20:49:12.732Z | Compiling const_format_proc_macros v0.2.34 |
| 3159 | 2025-11-11T20:49:12.761Z | Compiling thiserror-no-std v2.0.2 |
| 3160 | 2025-11-11T20:49:13.074Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3161 | 2025-11-11T20:49:13.102Z | Compiling qorb v0.4.1 |
| 3162 | 2025-11-11T20:49:13.304Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 3163 | 2025-11-11T20:49:13.785Z | Compiling oxide-tokio-rt v0.1.2 |
| 3164 | 2025-11-11T20:49:13.869Z | Compiling pin-project v1.1.6 |
| 3165 | 2025-11-11T20:49:14.071Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3166 | 2025-11-11T20:49:14.140Z | Compiling phf v0.12.1 |
| 3167 | 2025-11-11T20:49:14.513Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3168 | 2025-11-11T20:49:14.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3169 | 2025-11-11T20:49:14.903Z | Compiling pem v3.0.5 |
| 3170 | 2025-11-11T20:49:14.940Z | Compiling snafu-derive v0.8.5 |
| 3171 | 2025-11-11T20:49:15.226Z | Compiling async-recursion v1.1.1 |
| 3172 | 2025-11-11T20:49:15.665Z | Compiling csv-core v0.1.11 |
| 3173 | 2025-11-11T20:49:15.697Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3174 | 2025-11-11T20:49:15.908Z | Compiling highway v1.3.0 |
| 3175 | 2025-11-11T20:49:16.294Z | Compiling same-file v1.0.6 |
| 3176 | 2025-11-11T20:49:16.655Z | Compiling walkdir v2.5.0 |
| 3177 | 2025-11-11T20:49:16.758Z | Compiling csv v1.3.1 |
| 3178 | 2025-11-11T20:49:16.893Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3179 | 2025-11-11T20:49:16.925Z | Compiling progenitor v0.11.2 |
| 3180 | 2025-11-11T20:49:17.226Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 3181 | 2025-11-11T20:49:17.258Z | Compiling progenitor v0.10.0 |
| 3182 | 2025-11-11T20:49:17.524Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3183 | 2025-11-11T20:49:17.559Z | Compiling const_format v0.2.34 |
| 3184 | 2025-11-11T20:49:17.894Z | Compiling vsss-rs v3.3.4 |
| 3185 | 2025-11-11T20:49:17.978Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3186 | 2025-11-11T20:49:18.010Z | Compiling chacha20poly1305 v0.10.1 |
| 3187 | 2025-11-11T20:49:18.236Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3188 | 2025-11-11T20:49:18.276Z | Compiling tabled_derive v0.7.0 |
| 3189 | 2025-11-11T20:49:18.311Z | Compiling typify-impl v0.2.0 |
| 3190 | 2025-11-11T20:49:19.257Z | Compiling snafu v0.8.5 |
| 3191 | 2025-11-11T20:49:19.500Z | Compiling globset v0.4.15 |
| 3192 | 2025-11-11T20:49:20.090Z | Compiling olpc-cjson v0.1.4 |
| 3193 | 2025-11-11T20:49:20.346Z | Compiling dropshot-api-manager-types v0.2.3 |
| 3194 | 2025-11-11T20:49:20.432Z | Compiling primeorder v0.13.6 |
| 3195 | 2025-11-11T20:49:20.784Z | Compiling bcs v0.1.6 |
| 3196 | 2025-11-11T20:49:20.985Z | Compiling serde_plain v1.0.2 |
| 3197 | 2025-11-11T20:49:21.023Z | Compiling xshell-macros v0.2.7 |
| 3198 | 2025-11-11T20:49:21.055Z | Compiling termtree v0.5.1 |
| 3199 | 2025-11-11T20:49:21.361Z | Compiling typed-path v0.9.3 |
| 3200 | 2025-11-11T20:49:21.439Z | Compiling moka v0.12.10 |
| 3201 | 2025-11-11T20:49:21.476Z | Compiling textwrap v0.16.2 |
| 3202 | 2025-11-11T20:49:21.845Z | Compiling xshell v0.2.7 |
| 3203 | 2025-11-11T20:49:21.893Z | Compiling tabled v0.15.0 |
| 3204 | 2025-11-11T20:49:22.062Z | Compiling steno v0.4.1 |
| 3205 | 2025-11-11T20:49:22.524Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 3206 | 2025-11-11T20:49:22.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3207 | 2025-11-11T20:49:24.247Z | Compiling tough v0.20.0 |
| 3208 | 2025-11-11T20:49:24.427Z | Compiling tagptr v0.2.0 |
| 3209 | 2025-11-11T20:49:24.746Z | Compiling arc-swap v1.7.1 |
| 3210 | 2025-11-11T20:49:25.417Z | Compiling humantime v2.2.0 |
| 3211 | 2025-11-11T20:49:25.982Z | Compiling slog-scope v4.4.0 |
| 3212 | 2025-11-11T20:49:27.408Z | Compiling polyval v0.6.2 |
| 3213 | 2025-11-11T20:49:27.765Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3214 | 2025-11-11T20:49:27.897Z | Compiling salty v0.3.0 |
| 3215 | 2025-11-11T20:49:27.957Z | Compiling parking_lot_core v0.8.6 |
| 3216 | 2025-11-11T20:49:28.280Z | Compiling hickory-resolver v0.25.2 |
| 3217 | 2025-11-11T20:49:28.473Z | Compiling ghash v0.5.1 |
| 3218 | 2025-11-11T20:49:28.500Z | Compiling slog-stdlog v4.1.1 |
| 3219 | 2025-11-11T20:49:28.593Z | Compiling p384 v0.13.1 |
| 3220 | 2025-11-11T20:49:28.623Z | Compiling proc-macro-error2 v2.0.1 |
| 3221 | 2025-11-11T20:49:28.759Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3222 | 2025-11-11T20:49:28.873Z | Compiling typify-macro v0.2.0 |
| 3223 | 2025-11-11T20:49:28.957Z | Compiling nix v0.30.1 |
| 3224 | 2025-11-11T20:49:29.029Z | Compiling num-derive v0.3.3 |
| 3225 | 2025-11-11T20:49:29.340Z | Compiling ctr v0.9.2 |
| 3226 | 2025-11-11T20:49:29.790Z | Compiling lzma-sys v0.1.20 |
| 3227 | 2025-11-11T20:49:29.898Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3228 | 2025-11-11T20:49:29.958Z | Compiling unicase v2.8.1 |
| 3229 | 2025-11-11T20:49:30.453Z | Compiling mime_guess v2.0.5 |
| 3230 | 2025-11-11T20:49:30.485Z | Compiling aes-gcm v0.10.3 |
| 3231 | 2025-11-11T20:49:30.696Z | Compiling tabled_derive v0.11.0 |
| 3232 | 2025-11-11T20:49:30.911Z | Compiling slog-envlogger v2.2.0 |
| 3233 | 2025-11-11T20:49:31.260Z | Compiling libscf-sys v1.1.0 |
| 3234 | 2025-11-11T20:49:31.673Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3235 | 2025-11-11T20:49:32.257Z | Compiling papergrid v0.17.0 |
| 3236 | 2025-11-11T20:49:32.612Z | Compiling testing_table v0.3.0 |
| 3237 | 2025-11-11T20:49:32.944Z | Compiling typify v0.2.0 |
| 3238 | 2025-11-11T20:49:32.978Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3239 | 2025-11-11T20:49:33.050Z | Compiling usdt-attr-macro v0.6.0 |
| 3240 | 2025-11-11T20:49:33.212Z | Compiling progenitor-impl v0.8.0 |
| 3241 | 2025-11-11T20:49:33.477Z | Compiling usdt-macro v0.6.0 |
| 3242 | 2025-11-11T20:49:33.980Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3243 | 2025-11-11T20:49:34.067Z | Compiling heck v0.3.3 |
| 3244 | 2025-11-11T20:49:34.593Z | Compiling progenitor-client v0.8.0 |
| 3245 | 2025-11-11T20:49:34.738Z | Compiling ssh-encoding v0.2.0 |
| 3246 | 2025-11-11T20:49:35.029Z | Compiling blowfish v0.9.1 |
| 3247 | 2025-11-11T20:49:35.309Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3248 | 2025-11-11T20:49:35.558Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2025-11-11T20:49:36.323Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2025-11-11T20:49:36.372Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3251 | 2025-11-11T20:49:36.532Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3252 | 2025-11-11T20:49:37.882Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3253 | 2025-11-11T20:49:38.789Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3254 | 2025-11-11T20:49:38.944Z | Compiling memmap2 v0.9.8 |
| 3255 | 2025-11-11T20:49:39.482Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3256 | 2025-11-11T20:49:39.622Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3257 | 2025-11-11T20:49:40.328Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3258 | 2025-11-11T20:49:40.950Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3259 | 2025-11-11T20:49:41.056Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3260 | 2025-11-11T20:49:41.720Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3261 | 2025-11-11T20:49:42.838Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3262 | 2025-11-11T20:49:42.936Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3263 | 2025-11-11T20:49:44.248Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3264 | 2025-11-11T20:49:44.459Z | Compiling progenitor-macro v0.8.0 |
| 3265 | 2025-11-11T20:49:45.192Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3266 | 2025-11-11T20:49:46.051Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3267 | 2025-11-11T20:49:46.496Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3268 | 2025-11-11T20:49:46.675Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3269 | 2025-11-11T20:49:47.093Z | Compiling nibble_vec v0.1.0 |
| 3270 | 2025-11-11T20:49:47.422Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3271 | 2025-11-11T20:49:48.173Z | Compiling endian-type v0.1.2 |
| 3272 | 2025-11-11T20:49:48.348Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3273 | 2025-11-11T20:49:48.520Z | Compiling radix_trie v0.2.1 |
| 3274 | 2025-11-11T20:49:48.945Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3275 | 2025-11-11T20:49:49.219Z | Compiling usdt v0.6.0 |
| 3276 | 2025-11-11T20:49:49.893Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3277 | 2025-11-11T20:49:49.959Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3278 | 2025-11-11T20:49:50.368Z | Compiling ssh-cipher v0.2.0 |
| 3279 | 2025-11-11T20:49:50.789Z | Compiling zone_cfg_derive v0.1.2 |
| 3280 | 2025-11-11T20:49:51.861Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3281 | 2025-11-11T20:49:52.295Z | Compiling tabled v0.20.0 |
| 3282 | 2025-11-11T20:49:52.775Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3283 | 2025-11-11T20:49:53.318Z | Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 3284 | 2025-11-11T20:49:53.879Z | Compiling parking_lot v0.11.2 |
| 3285 | 2025-11-11T20:49:54.460Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3286 | 2025-11-11T20:49:55.735Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3287 | 2025-11-11T20:49:56.977Z | Compiling progenitor v0.8.0 |
| 3288 | 2025-11-11T20:49:57.163Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3289 | 2025-11-11T20:49:57.277Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3290 | 2025-11-11T20:49:57.753Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa) |
| 3291 | 2025-11-11T20:49:58.067Z | Compiling prefix-trie v0.7.0 |
| 3292 | 2025-11-11T20:49:58.130Z | Compiling password-hash v0.4.2 |
| 3293 | 2025-11-11T20:49:58.196Z | Compiling fxhash v0.2.1 |
| 3294 | 2025-11-11T20:49:58.328Z | Compiling corncobs v0.1.4 |
| 3295 | 2025-11-11T20:49:58.501Z | Compiling http-range v0.1.5 |
| 3296 | 2025-11-11T20:49:58.720Z | Compiling base64 v0.13.1 |
| 3297 | 2025-11-11T20:49:58.922Z | Compiling number_prefix v0.4.0 |
| 3298 | 2025-11-11T20:49:58.954Z | Compiling hickory-server v0.25.2 |
| 3299 | 2025-11-11T20:49:59.016Z | Compiling pbkdf2 v0.11.0 |
| 3300 | 2025-11-11T20:49:59.261Z | Compiling ron v0.7.1 |
| 3301 | 2025-11-11T20:49:59.327Z | Compiling indicatif v0.17.11 |
| 3302 | 2025-11-11T20:49:59.383Z | Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 3303 | 2025-11-11T20:49:59.536Z | Compiling sled v0.34.7 |
| 3304 | 2025-11-11T20:50:00.414Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3305 | 2025-11-11T20:50:00.486Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3306 | 2025-11-11T20:50:01.233Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3307 | 2025-11-11T20:50:01.387Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc) |
| 3308 | 2025-11-11T20:50:02.392Z | Compiling xz2 v0.1.7 |
| 3309 | 2025-11-11T20:50:02.899Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3310 | 2025-11-11T20:50:03.606Z | Compiling zone v0.1.8 |
| 3311 | 2025-11-11T20:50:03.986Z | Compiling ssh-key v0.6.6 |
| 3312 | 2025-11-11T20:50:04.208Z | Compiling hickory-client v0.25.2 |
| 3313 | 2025-11-11T20:50:04.925Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3314 | 2025-11-11T20:50:05.011Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3315 | 2025-11-11T20:50:06.206Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3316 | 2025-11-11T20:50:06.432Z | Compiling p256 v0.13.2 |
| 3317 | 2025-11-11T20:50:07.089Z | Compiling p521 v0.13.3 |
| 3318 | 2025-11-11T20:50:07.269Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 3319 | 2025-11-11T20:50:07.626Z | Compiling yasna v0.5.2 |
| 3320 | 2025-11-11T20:50:07.949Z | Compiling headers-core v0.3.0 |
| 3321 | 2025-11-11T20:50:08.194Z | Compiling kstat-rs v0.2.4 |
| 3322 | 2025-11-11T20:50:08.426Z | Compiling secrecy v0.8.0 |
| 3323 | 2025-11-11T20:50:08.726Z | Compiling nanorand v0.7.0 |
| 3324 | 2025-11-11T20:50:08.801Z | Compiling russh-cryptovec v0.7.3 |
| 3325 | 2025-11-11T20:50:08.881Z | Compiling atty v0.2.14 |
| 3326 | 2025-11-11T20:50:09.077Z | Compiling md5 v0.7.0 |
| 3327 | 2025-11-11T20:50:09.110Z | Compiling crc8 v0.1.1 |
| 3328 | 2025-11-11T20:50:09.181Z | Compiling flume v0.11.1 |
| 3329 | 2025-11-11T20:50:09.212Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291) |
| 3330 | 2025-11-11T20:50:09.338Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3331 | 2025-11-11T20:50:09.404Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3332 | 2025-11-11T20:50:09.661Z | Compiling russh-keys v0.45.0 |
| 3333 | 2025-11-11T20:50:10.058Z | Compiling rcgen v0.12.1 |
| 3334 | 2025-11-11T20:50:10.439Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3335 | 2025-11-11T20:50:12.172Z | Compiling headers v0.4.1 |
| 3336 | 2025-11-11T20:50:12.215Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3337 | 2025-11-11T20:50:13.331Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3338 | 2025-11-11T20:50:14.062Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3339 | 2025-11-11T20:50:14.309Z | Compiling hyper-staticfile v0.10.1 |
| 3340 | 2025-11-11T20:50:15.443Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3341 | 2025-11-11T20:50:15.521Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3342 | 2025-11-11T20:50:15.959Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3343 | 2025-11-11T20:50:16.161Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3344 | 2025-11-11T20:50:16.761Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3345 | 2025-11-11T20:50:17.435Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3346 | 2025-11-11T20:50:18.778Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408) |
| 3347 | 2025-11-11T20:50:18.991Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3348 | 2025-11-11T20:50:19.297Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3349 | 2025-11-11T20:50:19.878Z | Compiling num-bigint v0.4.6 |
| 3350 | 2025-11-11T20:50:20.468Z | Compiling des v0.8.1 |
| 3351 | 2025-11-11T20:50:20.873Z | Compiling subprocess v0.2.9 |
| 3352 | 2025-11-11T20:50:21.193Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3353 | 2025-11-11T20:50:21.463Z | Compiling display-error-chain v0.2.2 |
| 3354 | 2025-11-11T20:50:21.747Z | Compiling hex-literal v0.4.1 |
| 3355 | 2025-11-11T20:50:21.982Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3356 | 2025-11-11T20:50:22.041Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3357 | 2025-11-11T20:50:22.457Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3358 | 2025-11-11T20:50:22.949Z | Compiling russh v0.45.0 |
| 3359 | 2025-11-11T20:50:24.774Z | Compiling internet-checksum v0.2.1 |
| 3360 | 2025-11-11T20:50:27.859Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3361 | 2025-11-11T20:50:27.902Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3362 | 2025-11-11T20:50:28.001Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3363 | 2025-11-11T20:50:31.893Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3364 | 2025-11-11T20:50:32.233Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3365 | 2025-11-11T20:50:41.737Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3366 | 2025-11-11T20:51:21.416Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3367 | 2025-11-11T20:51:55.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 17s |
| 3368 | 2025-11-11T20:51:55.665Z | |
| 3369 | 2025-11-11T20:51:55.665Z | real 3:17.386417847 |
| 3370 | 2025-11-11T20:51:55.665Z | user 15:32.572344227 |
| 3371 | 2025-11-11T20:51:55.690Z | sys 2:42.148822031 |
| 3372 | 2025-11-11T20:51:55.690Z | trap 0.564061707 |
| 3373 | 2025-11-11T20:51:55.690Z | tflt 0.196324692 |
| 3374 | 2025-11-11T20:51:55.690Z | dflt 1.527481526 |
| 3375 | 2025-11-11T20:51:55.690Z | kflt 0.000178780 |
| 3376 | 2025-11-11T20:51:55.690Z | lock 41:53.986534682 |
| 3377 | 2025-11-11T20:51:55.690Z | slp 56:09.866416521 |
| 3378 | 2025-11-11T20:51:55.690Z | lat 55.535656525 |
| 3379 | 2025-11-11T20:51:55.690Z | stop 2:32.236865869 |
| 3380 | 2025-11-11T20:51:55.690Z | + mkdir tests |
| 3381 | 2025-11-11T20:51:55.690Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3382 | 2025-11-11T20:51:55.690Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3383 | 2025-11-11T20:51:55.724Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fe7f03f39091f886 tests/ |
| 3384 | 2025-11-11T20:51:55.748Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-deba03478fe8d0c1 tests/ |
| 3385 | 2025-11-11T20:51:55.773Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-76c63fe97a1e00af tests/ |
| 3386 | 2025-11-11T20:51:55.798Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-21d933c65c3e88dc tests/ |
| 3387 | 2025-11-11T20:51:56.054Z | + 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/*) |
| 3388 | 2025-11-11T20:51:56.079Z | + 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-deba03478fe8d0c1 tests/commtest-76c63fe97a1e00af tests/dhcp_server-fe7f03f39091f886 tests/end_to_end_tests-21d933c65c3e88dc out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 3389 | 2025-11-11T20:54:09.298Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3390 | 2025-11-11T20:54:09.298Z | a .github/buildomat/ci-env.sh 1K |
| 3391 | 2025-11-11T20:54:09.298Z | a out/target/test 1K |
| 3392 | 2025-11-11T20:54:09.298Z | a out/npuzone/npuzone 23144K |
| 3393 | 2025-11-11T20:54:09.298Z | a package-manifest.toml 34K |
| 3394 | 2025-11-11T20:54:09.298Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3395 | 2025-11-11T20:54:09.298Z | a target/release/omicron-package 41482K |
| 3396 | 2025-11-11T20:54:09.298Z | a target/release/xtask 11745K |
| 3397 | 2025-11-11T20:54:09.298Z | a target/debug/bootstrap 297445K |
| 3398 | 2025-11-11T20:54:09.298Z | a tests/bootstrap-deba03478fe8d0c1 23641K |
| 3399 | 2025-11-11T20:54:09.298Z | a tests/commtest-76c63fe97a1e00af 23740K |
| 3400 | 2025-11-11T20:54:09.298Z | a tests/dhcp_server-fe7f03f39091f886 23641K |
| 3401 | 2025-11-11T20:54:09.298Z | a tests/end_to_end_tests-21d933c65c3e88dc 342643K |
| 3402 | 2025-11-11T20:54:09.298Z | a out/clickhouse.tar.gz 316043K |
| 3403 | 2025-11-11T20:54:09.298Z | a out/clickhouse_keeper.tar.gz 299749K |
| 3404 | 2025-11-11T20:54:09.298Z | a out/clickhouse_server.tar.gz 316043K |
| 3405 | 2025-11-11T20:54:09.299Z | a out/cockroachdb.tar.gz 165748K |
| 3406 | 2025-11-11T20:54:09.299Z | a out/crucible-dtrace.tar 105K |
| 3407 | 2025-11-11T20:54:09.299Z | a out/crucible-pantry-zone.tar.gz 43744K |
| 3408 | 2025-11-11T20:54:09.299Z | a out/crucible-zone.tar.gz 57837K |
| 3409 | 2025-11-11T20:54:09.299Z | a out/external-dns.tar.gz 51034K |
| 3410 | 2025-11-11T20:54:09.299Z | a out/internal-dns.tar.gz 51034K |
| 3411 | 2025-11-11T20:54:09.299Z | a out/mg-ddm-gz.tar 117108K |
| 3412 | 2025-11-11T20:54:09.299Z | a out/nexus.tar.gz 189293K |
| 3413 | 2025-11-11T20:54:09.299Z | a out/ntp.tar.gz 33379K |
| 3414 | 2025-11-11T20:54:09.299Z | a out/omicron-gateway-softnpu.tar.gz 27561K |
| 3415 | 2025-11-11T20:54:09.299Z | a out/omicron-sled-agent.tar 146223K |
| 3416 | 2025-11-11T20:54:09.299Z | a out/overlay.tar.gz 3K |
| 3417 | 2025-11-11T20:54:09.299Z | a out/oximeter.tar.gz 63185K |
| 3418 | 2025-11-11T20:54:09.299Z | a out/oxlog.tar 4012K |
| 3419 | 2025-11-11T20:54:09.299Z | a out/probe.tar.gz 3037K |
| 3420 | 2025-11-11T20:54:09.299Z | a out/propolis-server.tar.gz 73437K |
| 3421 | 2025-11-11T20:54:09.299Z | a out/pumpkind-gz.tar 26647K |
| 3422 | 2025-11-11T20:54:09.299Z | a out/switch-softnpu.tar.gz 387952K |
| 3423 | 2025-11-11T20:54:09.324Z | |
| 3424 | 2025-11-11T20:54:09.324Z | real 2:13.249097806 |
| 3425 | 2025-11-11T20:54:09.324Z | user 2:03.143043797 |
| 3426 | 2025-11-11T20:54:09.324Z | sys 13.073800544 |
| 3427 | 2025-11-11T20:54:09.324Z | trap 0.044127283 |
| 3428 | 2025-11-11T20:54:09.324Z | tflt 0.000000000 |
| 3429 | 2025-11-11T20:54:09.324Z | dflt 0.000000000 |
| 3430 | 2025-11-11T20:54:09.324Z | kflt 0.000000000 |
| 3431 | 2025-11-11T20:54:09.324Z | lock 0.000000000 |
| 3432 | 2025-11-11T20:54:09.324Z | slp 2:02.941362882 |
| 3433 | 2025-11-11T20:54:09.324Z | lat 7.289001197 |
| 3434 | 2025-11-11T20:54:09.324Z | stop 0.000366538 |
| 3435 | 2025-11-11T20:54:09.324Z | process exited: duration 2573633 ms, exit code 0 |
| |
| 3436 | 2025-11-11T20:54:09.410Z | found 1 output files |
| 3437 | 2025-11-11T20:54:09.410Z | uploading: /work/package.tar.gz (2371576755 bytes) |
| 3438 | 2025-11-11T20:57:23.235Z | uploaded: /work/package.tar.gz |