|
|
|
| 1 | 2026-03-10T09:41:24.523Z | job assigned to worker 01KKBHW02D0FT23Q4NGESWPWDZ [factory aws, i-0e60d1720bad64e16] (queued for 1 m 36 s) |
| |
| 2 | 2026-03-10T09:41:32.779Z | starting task 0: "setup" |
| 3 | 2026-03-10T09:41:32.785Z | ++ uname -s |
| 4 | 2026-03-10T09:41:32.789Z | + kern=SunOS |
| 5 | 2026-03-10T09:41:32.789Z | + build_user=build |
| 6 | 2026-03-10T09:41:32.789Z | + build_uid=12345 |
| 7 | 2026-03-10T09:41:32.789Z | + work_dir=/work |
| 8 | 2026-03-10T09:41:32.789Z | + input_dir=/input |
| 9 | 2026-03-10T09:41:32.789Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T09:41:32.789Z | + case "$kern" in |
| 11 | 2026-03-10T09:41:32.789Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T09:41:32.792Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T09:41:34.798Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T09:41:34.929Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T09:41:34.932Z | + home_fs=zfs |
| 16 | 2026-03-10T09:41:34.932Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T09:41:34.932Z | + mkdir -p /home/build |
| 18 | 2026-03-10T09:41:34.935Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T09:41:36.937Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T09:41:36.941Z | process exited: duration 4163 ms, exit code 0 |
| |
| 21 | 2026-03-10T09:41:36.947Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T09:41:36.954Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-10T09:41:36.954Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-10T09:41:36.954Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-10T09:41:36.954Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-10T09:41:36.954Z | * rust toolchain profile = "default" |
| 27 | 2026-03-10T09:41:36.954Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T09:41:36.957Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T09:41:36.957Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-10T09:41:37.079Z | info: downloading installer |
| 31 | 2026-03-10T09:41:38.820Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T09:41:38.820Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T09:41:38.820Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T09:41:38.820Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T09:41:38.820Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T09:41:38.820Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T09:41:38.820Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T09:41:38.820Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T09:41:38.820Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T09:41:38.834Z | info: profile set to 'default' |
| 41 | 2026-03-10T09:41:38.834Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T09:41:38.837Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-10T09:41:38.999Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-10T09:41:38.999Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T09:41:39.948Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T09:41:40.404Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T09:41:42.209Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T09:41:44.378Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T09:41:53.472Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T09:41:53.785Z | info: installing component 'cargo' |
| 51 | 2026-03-10T09:41:54.615Z | info: installing component 'clippy' |
| 52 | 2026-03-10T09:41:54.967Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T09:41:56.600Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T09:41:58.144Z | info: installing component 'rustc' |
| 55 | 2026-03-10T09:42:04.007Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T09:42:04.322Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-10T09:42:04.322Z | |
| 58 | 2026-03-10T09:42:04.738Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-10T09:42:04.738Z | |
| 60 | 2026-03-10T09:42:04.741Z | |
| 61 | 2026-03-10T09:42:04.741Z | Rust is installed now. Great! |
| 62 | 2026-03-10T09:42:04.741Z | |
| 63 | 2026-03-10T09:42:04.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T09:42:04.741Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T09:42:04.742Z | |
| 66 | 2026-03-10T09:42:04.742Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T09:42:04.742Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T09:42:04.742Z | |
| 69 | 2026-03-10T09:42:04.742Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T09:42:04.742Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T09:42:04.742Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T09:42:04.742Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T09:42:04.854Z | + rustup --version |
| 74 | 2026-03-10T09:42:04.862Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T09:42:04.864Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T09:42:04.948Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-10T09:42:04.953Z | + cargo --version |
| 78 | 2026-03-10T09:42:05.013Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-10T09:42:05.016Z | + rustc --version |
| 80 | 2026-03-10T09:42:05.090Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-10T09:42:05.095Z | process exited: duration 28139 ms, exit code 0 |
| |
| 82 | 2026-03-10T09:42:05.104Z | starting task 2: "authentication" |
| 83 | 2026-03-10T09:42:05.130Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2026-03-10T09:42:05.141Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T09:42:05.149Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-10T09:42:05.154Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-10T09:42:05.189Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-10T09:42:15.282Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-10T09:42:15.285Z | + git fetch origin d992d4672201786d7a577ef2290fe588b7443e72 |
| 90 | 2026-03-10T09:42:15.576Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-10T09:42:15.576Z | * branch d992d4672201786d7a577ef2290fe588b7443e72 -> FETCH_HEAD |
| 92 | 2026-03-10T09:42:15.589Z | + [[ -n ea-ztnrpmzzkqvp ]] |
| 93 | 2026-03-10T09:42:15.592Z | ++ git branch --show-current |
| 94 | 2026-03-10T09:42:15.594Z | + current=main |
| 95 | 2026-03-10T09:42:15.595Z | + [[ main != ea-ztnrpmzzkqvp ]] |
| 96 | 2026-03-10T09:42:15.595Z | + git branch -f ea-ztnrpmzzkqvp d992d4672201786d7a577ef2290fe588b7443e72 |
| 97 | 2026-03-10T09:42:15.597Z | + git checkout -f ea-ztnrpmzzkqvp |
| 98 | 2026-03-10T09:42:15.821Z | Switched to branch 'ea-ztnrpmzzkqvp' |
| 99 | 2026-03-10T09:42:15.826Z | + git reset --hard d992d4672201786d7a577ef2290fe588b7443e72 |
| 100 | 2026-03-10T09:42:16.047Z | HEAD is now at d992d4672 monitor resource consumption on linux |
| 101 | 2026-03-10T09:42:16.050Z | process exited: duration 10907 ms, exit code 0 |
| |
| 102 | 2026-03-10T09:42:16.056Z | starting task 4: "build" |
| 103 | 2026-03-10T09:42:16.063Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-10T09:42:16.065Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-10T09:42:16.065Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-10T09:42:16.065Z | + cargo --version |
| 107 | 2026-03-10T09:42:16.124Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-10T09:42:16.127Z | + rustc --version |
| 109 | 2026-03-10T09:42:16.206Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-10T09:42:16.209Z | + cargo build --release -p ci-resource-usage |
| 111 | 2026-03-10T09:42:16.484Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-03-10T09:42:16.803Z | Updating crates.io index |
| 113 | 2026-03-10T09:42:16.844Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-03-10T09:42:17.576Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 115 | 2026-03-10T09:42:18.084Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2026-03-10T09:42:18.412Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 117 | 2026-03-10T09:42:18.783Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 118 | 2026-03-10T09:42:20.689Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 119 | 2026-03-10T09:42:22.974Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 120 | 2026-03-10T09:42:24.151Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 121 | 2026-03-10T09:42:24.436Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2026-03-10T09:42:25.846Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 123 | 2026-03-10T09:42:26.498Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 124 | 2026-03-10T09:42:27.674Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-03-10T09:42:28.096Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-03-10T09:42:28.592Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-03-10T09:42:28.954Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-03-10T09:42:29.820Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-03-10T09:42:30.470Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-03-10T09:42:30.737Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-03-10T09:42:31.109Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-03-10T09:42:31.530Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-03-10T09:42:31.780Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-03-10T09:42:32.007Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-03-10T09:42:32.288Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2026-03-10T09:42:32.772Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 137 | 2026-03-10T09:42:33.280Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 138 | 2026-03-10T09:42:33.733Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 139 | 2026-03-10T09:42:34.121Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 140 | 2026-03-10T09:42:34.422Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-03-10T09:42:34.709Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-03-10T09:42:36.687Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 143 | 2026-03-10T09:42:36.997Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 144 | 2026-03-10T09:42:37.424Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 145 | 2026-03-10T09:42:37.688Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 146 | 2026-03-10T09:42:38.322Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 147 | 2026-03-10T09:42:38.584Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 148 | 2026-03-10T09:42:38.834Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 149 | 2026-03-10T09:42:39.144Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 150 | 2026-03-10T09:42:39.549Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 151 | 2026-03-10T09:42:53.623Z | Downloading crates ... |
| 152 | 2026-03-10T09:42:53.700Z | Downloaded quote v1.0.44 |
| 153 | 2026-03-10T09:42:53.705Z | Downloaded thiserror v1.0.69 |
| 154 | 2026-03-10T09:42:53.726Z | Downloaded kstat-rs v0.2.4 |
| 155 | 2026-03-10T09:42:53.730Z | Downloaded thiserror-impl v1.0.69 |
| 156 | 2026-03-10T09:42:53.749Z | Downloaded unicode-ident v1.0.24 |
| 157 | 2026-03-10T09:42:53.753Z | Downloaded proc-macro2 v1.0.106 |
| 158 | 2026-03-10T09:42:53.756Z | Downloaded anyhow v1.0.102 |
| 159 | 2026-03-10T09:42:53.767Z | Downloaded syn v2.0.117 |
| 160 | 2026-03-10T09:42:53.838Z | Downloaded libc v0.2.180 |
| 161 | 2026-03-10T09:42:53.901Z | Compiling proc-macro2 v1.0.106 |
| 162 | 2026-03-10T09:42:53.904Z | Compiling unicode-ident v1.0.24 |
| 163 | 2026-03-10T09:42:53.904Z | Compiling quote v1.0.44 |
| 164 | 2026-03-10T09:42:53.904Z | Compiling thiserror v1.0.69 |
| 165 | 2026-03-10T09:42:53.904Z | Compiling libc v0.2.180 |
| 166 | 2026-03-10T09:42:53.904Z | Compiling anyhow v1.0.102 |
| 167 | 2026-03-10T09:42:55.566Z | Compiling syn v2.0.117 |
| 168 | 2026-03-10T09:42:57.325Z | Compiling thiserror-impl v1.0.69 |
| 169 | 2026-03-10T09:42:58.325Z | Compiling kstat-rs v0.2.4 |
| 170 | 2026-03-10T09:42:58.702Z | Compiling ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage) |
| 171 | 2026-03-10T09:42:59.316Z | Finished `release` profile [optimized] target(s) in 43.03s |
| 172 | 2026-03-10T09:42:59.704Z | + bmat process start ci-resource-usage target/release/ci-resource-usage /var/tmp/ci-resource-usage.csv |
| 173 | 2026-03-10T09:42:59.715Z | + WORK=/work |
| 174 | 2026-03-10T09:42:59.715Z | + pfexec mkdir -p /work |
| 175 | 2026-03-10T09:42:59.724Z | + pfexec chown build /work |
| 176 | 2026-03-10T09:42:59.724Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 177 | 2026-03-10T09:43:09.920Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 178 | 2026-03-10T09:43:19.608Z | Startup: Caching catalogs ... Done |
| 179 | 2026-03-10T09:43:42.168Z | Planning: Solver setup ... Done (20.890s) |
| 180 | 2026-03-10T09:43:42.314Z | Planning: Running solver ... Done (0.145s) |
| 181 | 2026-03-10T09:43:42.503Z | Planning: Finding local manifests ... Done (0.003s) |
| 182 | 2026-03-10T09:43:42.516Z | Planning: Fetching manifests: 0/4 0% complete |
| 183 | 2026-03-10T09:43:42.638Z | Planning: Fetching manifests: 4/4 100% complete |
| 184 | 2026-03-10T09:43:42.686Z | Planning: Package planning ... Done (0.048s) |
| 185 | 2026-03-10T09:43:42.725Z | Planning: Merging actions ... Done (0.039s) |
| 186 | 2026-03-10T09:43:42.966Z | Planning: Checking for conflicting actions ... Done (0.240s) |
| 187 | 2026-03-10T09:43:42.977Z | Planning: Consolidating action changes ... Done (0.010s) |
| 188 | 2026-03-10T09:43:43.879Z | Planning: Evaluating mediators ... Done (0.901s) |
| 189 | 2026-03-10T09:43:43.887Z | Planning: Planning completed in 24.12 seconds |
| 190 | 2026-03-10T09:43:43.901Z | Packages to install: 4 |
| 191 | 2026-03-10T09:43:43.902Z | Mediators to change: 2 |
| 192 | 2026-03-10T09:43:43.902Z | Services to change: 1 |
| 193 | 2026-03-10T09:43:43.905Z | Estimated space available: 155.27 GB |
| 194 | 2026-03-10T09:43:43.905Z | Estimated space to be consumed: 1.82 GB |
| 195 | 2026-03-10T09:43:43.905Z | Create boot environment: No |
| 196 | 2026-03-10T09:43:43.905Z | Create backup boot environment: No |
| 197 | 2026-03-10T09:43:43.905Z | Rebuild boot archive: No |
| 198 | 2026-03-10T09:43:43.905Z | |
| 199 | 2026-03-10T09:43:43.905Z | Changed mediators: |
| 200 | 2026-03-10T09:43:43.905Z | mediator clang: |
| 201 | 2026-03-10T09:43:43.905Z | version: None -> 15 (system default) |
| 202 | 2026-03-10T09:43:43.905Z | |
| 203 | 2026-03-10T09:43:43.905Z | mediator llvm: |
| 204 | 2026-03-10T09:43:43.905Z | version: 14 (system default) -> 15 (system default) |
| 205 | 2026-03-10T09:43:43.905Z | |
| 206 | 2026-03-10T09:43:43.905Z | Changed packages: |
| 207 | 2026-03-10T09:43:43.905Z | helios-dev |
| 208 | 2026-03-10T09:43:43.905Z | developer/build-essential |
| 209 | 2026-03-10T09:43:43.905Z | None -> 11-2.0 |
| 210 | 2026-03-10T09:43:43.905Z | library/libxmlsec1 |
| 211 | 2026-03-10T09:43:43.905Z | None -> 1.2.35-2.0 |
| 212 | 2026-03-10T09:43:43.905Z | ooce/developer/clang-15 |
| 213 | 2026-03-10T09:43:43.905Z | None -> 15.0.7-2.0 |
| 214 | 2026-03-10T09:43:43.906Z | ooce/developer/llvm-15 |
| 215 | 2026-03-10T09:43:43.906Z | None -> 15.0.7-2.0 |
| 216 | 2026-03-10T09:43:43.906Z | |
| 217 | 2026-03-10T09:43:43.906Z | Services: |
| 218 | 2026-03-10T09:43:43.906Z | restart_fmri: |
| 219 | 2026-03-10T09:43:43.906Z | svc:/system/update-man-index:default |
| 220 | 2026-03-10T09:43:43.955Z | |
| 221 | 2026-03-10T09:43:43.955Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 222 | 2026-03-10T09:43:48.956Z | Download: 2316/3290 items 119.6/212.6MB 56% complete (24.2M/s) |
| 223 | 2026-03-10T09:43:51.653Z | Download: Completed 212.60 MB in 7.70 seconds (27.6M/s) |
| 224 | 2026-03-10T09:43:51.954Z | Actions: 1/3689 actions (Installing new actions) |
| 225 | 2026-03-10T09:43:56.133Z | Actions: Completed 3689 actions in 4.18 seconds. |
| 226 | 2026-03-10T09:43:56.888Z | Done (0.750s) |
| 227 | 2026-03-10T09:43:56.888Z | Done (0.000s) |
| 228 | 2026-03-10T09:43:57.775Z | Done (0.886s) |
| 229 | 2026-03-10T09:44:01.914Z | Done (3.762s) |
| 230 | 2026-03-10T09:44:02.004Z | Done (0.021s) |
| 231 | 2026-03-10T09:44:02.007Z | Done (0.000s) |
| 232 | 2026-03-10T09:44:02.169Z | Done (0.000s) |
| 233 | 2026-03-10T09:44:03.188Z | Planning: Evaluating mediator changes ... Done |
| 234 | 2026-03-10T09:44:03.332Z | Planning: Checking for conflicting actions ... Done |
| 235 | 2026-03-10T09:44:03.335Z | Planning: Consolidating action changes ... Done |
| 236 | 2026-03-10T09:44:03.553Z | Planning: Evaluating mediators ... Done |
| 237 | 2026-03-10T09:44:03.557Z | Planning: Planning completed in 0.37 seconds |
| 238 | 2026-03-10T09:44:03.583Z | Mediators to change: 2 |
| 239 | 2026-03-10T09:44:03.583Z | Create boot environment: No |
| 240 | 2026-03-10T09:44:03.583Z | Create backup boot environment: No |
| 241 | 2026-03-10T09:44:03.659Z | Done |
| 242 | 2026-03-10T09:44:03.659Z | Done |
| 243 | 2026-03-10T09:44:04.421Z | Done |
| 244 | 2026-03-10T09:44:07.852Z | Done |
| 245 | 2026-03-10T09:44:07.946Z | Done |
| 246 | 2026-03-10T09:44:07.949Z | Done |
| 247 | 2026-03-10T09:44:08.109Z | Done |
| 248 | 2026-03-10T09:44:08.654Z | Planning: Evaluating mediator changes ... Done |
| 249 | 2026-03-10T09:44:08.656Z | Planning: Merging actions ... Done |
| 250 | 2026-03-10T09:44:08.827Z | Planning: Checking for conflicting actions ... Done |
| 251 | 2026-03-10T09:44:08.830Z | Planning: Consolidating action changes ... Done |
| 252 | 2026-03-10T09:44:09.051Z | Planning: Evaluating mediators ... Done |
| 253 | 2026-03-10T09:44:09.093Z | Planning: Planning completed in 0.64 seconds |
| 254 | 2026-03-10T09:44:09.124Z | Packages to change: 1 |
| 255 | 2026-03-10T09:44:09.125Z | Mediators to change: 1 |
| 256 | 2026-03-10T09:44:09.129Z | Services to change: 1 |
| 257 | 2026-03-10T09:44:09.129Z | Create boot environment: No |
| 258 | 2026-03-10T09:44:09.129Z | Create backup boot environment: Yes |
| 259 | 2026-03-10T09:44:11.532Z | Actions: 1/6 actions (Updating modified actions) |
| 260 | 2026-03-10T09:44:11.534Z | Actions: Completed 6 actions in 0.00 seconds. |
| 261 | 2026-03-10T09:44:11.534Z | Done |
| 262 | 2026-03-10T09:44:11.534Z | Done |
| 263 | 2026-03-10T09:44:11.727Z | Done |
| 264 | 2026-03-10T09:44:15.174Z | Done |
| 265 | 2026-03-10T09:44:15.266Z | Done |
| 266 | 2026-03-10T09:44:15.277Z | Done |
| 267 | 2026-03-10T09:44:15.421Z | Done |
| 268 | 2026-03-10T09:44:15.808Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 269 | 2026-03-10T09:44:15.808Z | clang system 15 system |
| 270 | 2026-03-10T09:44:15.808Z | csh system system illumos |
| 271 | 2026-03-10T09:44:15.808Z | ctags system system illumos |
| 272 | 2026-03-10T09:44:15.808Z | file system system illumos |
| 273 | 2026-03-10T09:44:15.808Z | gcc vendor 12 vendor |
| 274 | 2026-03-10T09:44:15.808Z | gcc system 10 system |
| 275 | 2026-03-10T09:44:15.808Z | gcc system 7 system |
| 276 | 2026-03-10T09:44:15.808Z | go system 1.20 system |
| 277 | 2026-03-10T09:44:15.808Z | go system 1.19 system |
| 278 | 2026-03-10T09:44:15.808Z | llvm system 15 system |
| 279 | 2026-03-10T09:44:15.808Z | llvm system 14 system |
| 280 | 2026-03-10T09:44:15.808Z | mariadb system 10.6 system |
| 281 | 2026-03-10T09:44:15.808Z | mta vendor vendor dma |
| 282 | 2026-03-10T09:44:15.808Z | openjdk system 17 system |
| 283 | 2026-03-10T09:44:15.808Z | openjdk system 11 system |
| 284 | 2026-03-10T09:44:15.808Z | openjdk system 1.8 system |
| 285 | 2026-03-10T09:44:15.809Z | openssl vendor 3 vendor |
| 286 | 2026-03-10T09:44:15.809Z | perl system 5.36 system |
| 287 | 2026-03-10T09:44:15.809Z | postgresql system 15 system |
| 288 | 2026-03-10T09:44:15.809Z | postgresql system 13 system |
| 289 | 2026-03-10T09:44:15.809Z | python vendor 3 vendor |
| 290 | 2026-03-10T09:44:15.809Z | python system 2 system |
| 291 | 2026-03-10T09:44:15.809Z | python3 system 3.11 system |
| 292 | 2026-03-10T09:44:15.809Z | ruby system 3.0 system |
| 293 | 2026-03-10T09:44:15.809Z | words vendor vendor american-english |
| 294 | 2026-03-10T09:44:15.809Z | words system system australian-english |
| 295 | 2026-03-10T09:44:15.809Z | words system system british-english |
| 296 | 2026-03-10T09:44:15.809Z | words system system canadian-english |
| 297 | 2026-03-10T09:44:15.809Z | words system system french |
| 298 | 2026-03-10T09:44:15.809Z | words system system italian |
| 299 | 2026-03-10T09:44:15.809Z | words system system ngerman |
| 300 | 2026-03-10T09:44:15.809Z | words system system ogerman |
| 301 | 2026-03-10T09:44:15.809Z | words system system spanish |
| 302 | 2026-03-10T09:44:16.117Z | PUBLISHER TYPE STATUS P LOCATION |
| 303 | 2026-03-10T09:44:16.117Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 304 | 2026-03-10T09:44:22.125Z | FMRI IFO |
| 305 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 306 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 307 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 308 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 309 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 310 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 311 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 312 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 313 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 314 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 315 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 316 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 317 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 318 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 319 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 320 | 2026-03-10T09:44:22.125Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 321 | 2026-03-10T09:44:23.841Z | Downloading crates ... |
| 322 | 2026-03-10T09:44:23.900Z | Downloaded anstyle-query v1.1.5 |
| 323 | 2026-03-10T09:44:23.903Z | Downloaded anstyle v1.0.13 |
| 324 | 2026-03-10T09:44:23.906Z | Downloaded anstyle-parse v0.2.7 |
| 325 | 2026-03-10T09:44:23.908Z | Downloaded bitflags v2.11.0 |
| 326 | 2026-03-10T09:44:23.911Z | Downloaded memmap v0.7.0 |
| 327 | 2026-03-10T09:44:23.914Z | Downloaded macaddr v1.0.1 |
| 328 | 2026-03-10T09:44:23.914Z | Downloaded getrandom v0.4.1 |
| 329 | 2026-03-10T09:44:23.917Z | Downloaded stable_deref_trait v1.2.1 |
| 330 | 2026-03-10T09:44:23.917Z | Downloaded icu_properties v2.1.2 |
| 331 | 2026-03-10T09:44:23.920Z | Downloaded dof v0.3.0 |
| 332 | 2026-03-10T09:44:23.920Z | Downloaded cpufeatures v0.2.17 |
| 333 | 2026-03-10T09:44:23.923Z | Downloaded heck v0.4.1 |
| 334 | 2026-03-10T09:44:23.923Z | Downloaded usdt-macro v0.5.0 |
| 335 | 2026-03-10T09:44:23.923Z | Downloaded fastrand v2.3.0 |
| 336 | 2026-03-10T09:44:23.926Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-03-10T09:44:23.926Z | Downloaded autocfg v1.5.0 |
| 338 | 2026-03-10T09:44:23.926Z | Downloaded writeable v0.6.2 |
| 339 | 2026-03-10T09:44:23.928Z | Downloaded anstream v0.6.21 |
| 340 | 2026-03-10T09:44:23.931Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2026-03-10T09:44:23.934Z | Downloaded heck v0.5.0 |
| 342 | 2026-03-10T09:44:23.934Z | Downloaded toml v0.8.23 |
| 343 | 2026-03-10T09:44:23.937Z | Downloaded toml_write v0.1.2 |
| 344 | 2026-03-10T09:44:23.937Z | Downloaded strsim v0.11.1 |
| 345 | 2026-03-10T09:44:23.940Z | Downloaded plain v0.2.3 |
| 346 | 2026-03-10T09:44:23.940Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2026-03-10T09:44:23.943Z | Downloaded unicode-linebreak v0.1.5 |
| 348 | 2026-03-10T09:44:23.943Z | Downloaded swrite v0.1.0 |
| 349 | 2026-03-10T09:44:23.943Z | Downloaded yoke-derive v0.8.1 |
| 350 | 2026-03-10T09:44:23.946Z | Downloaded utf8_iter v1.0.4 |
| 351 | 2026-03-10T09:44:23.946Z | Downloaded usdt v0.5.0 |
| 352 | 2026-03-10T09:44:23.946Z | Downloaded unicode-xid v0.2.6 |
| 353 | 2026-03-10T09:44:23.946Z | Downloaded serde_spanned v0.6.9 |
| 354 | 2026-03-10T09:44:23.948Z | Downloaded utf8parse v0.2.2 |
| 355 | 2026-03-10T09:44:23.948Z | Downloaded form_urlencoded v1.2.2 |
| 356 | 2026-03-10T09:44:23.948Z | Downloaded cargo-platform v0.2.0 |
| 357 | 2026-03-10T09:44:23.951Z | Downloaded version_check v0.9.5 |
| 358 | 2026-03-10T09:44:23.951Z | Downloaded serde-value v0.7.0 |
| 359 | 2026-03-10T09:44:23.954Z | Downloaded sha2 v0.10.9 |
| 360 | 2026-03-10T09:44:23.954Z | Downloaded typeid v1.0.3 |
| 361 | 2026-03-10T09:44:23.957Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2026-03-10T09:44:23.957Z | Downloaded semver v1.0.27 |
| 363 | 2026-03-10T09:44:23.960Z | Downloaded zerofrom-derive v0.1.6 |
| 364 | 2026-03-10T09:44:23.960Z | Downloaded equivalent v1.0.2 |
| 365 | 2026-03-10T09:44:23.962Z | Downloaded zerofrom v0.1.6 |
| 366 | 2026-03-10T09:44:23.962Z | Downloaded cfg-if v1.0.4 |
| 367 | 2026-03-10T09:44:23.962Z | Downloaded potential_utf v0.1.4 |
| 368 | 2026-03-10T09:44:23.965Z | Downloaded byteorder v1.5.0 |
| 369 | 2026-03-10T09:44:23.965Z | Downloaded usdt-impl v0.5.0 |
| 370 | 2026-03-10T09:44:23.968Z | Downloaded smawk v0.3.2 |
| 371 | 2026-03-10T09:44:23.968Z | Downloaded thread-id v4.2.2 |
| 372 | 2026-03-10T09:44:23.971Z | Downloaded crypto-common v0.1.7 |
| 373 | 2026-03-10T09:44:23.973Z | Downloaded yoke v0.8.1 |
| 374 | 2026-03-10T09:44:23.976Z | Downloaded zerovec-derive v0.11.2 |
| 375 | 2026-03-10T09:44:23.976Z | Downloaded percent-encoding v2.3.2 |
| 376 | 2026-03-10T09:44:23.979Z | Downloaded proc-macro-error-attr v1.0.4 |
| 377 | 2026-03-10T09:44:23.982Z | Downloaded itoa v1.0.17 |
| 378 | 2026-03-10T09:44:23.982Z | Downloaded zmij v1.0.21 |
| 379 | 2026-03-10T09:44:23.985Z | Downloaded ordered-float v2.10.1 |
| 380 | 2026-03-10T09:44:23.985Z | Downloaded zerocopy-derive v0.7.35 |
| 381 | 2026-03-10T09:44:23.988Z | Downloaded idna_adapter v1.2.1 |
| 382 | 2026-03-10T09:44:23.991Z | Downloaded colorchoice v1.0.4 |
| 383 | 2026-03-10T09:44:23.991Z | Downloaded terminal_size v0.4.3 |
| 384 | 2026-03-10T09:44:23.993Z | Downloaded ucd-trie v0.1.7 |
| 385 | 2026-03-10T09:44:23.993Z | Downloaded block-buffer v0.10.4 |
| 386 | 2026-03-10T09:44:23.997Z | Downloaded pretty-hex v0.4.1 |
| 387 | 2026-03-10T09:44:24.002Z | Downloaded toml_edit v0.22.27 |
| 388 | 2026-03-10T09:44:24.005Z | Downloaded zerotrie v0.2.3 |
| 389 | 2026-03-10T09:44:24.009Z | Downloaded toml_datetime v0.6.11 |
| 390 | 2026-03-10T09:44:24.012Z | Downloaded is_terminal_polyfill v1.70.2 |
| 391 | 2026-03-10T09:44:24.012Z | Downloaded generic-array v0.14.7 |
| 392 | 2026-03-10T09:44:24.012Z | Downloaded errno v0.3.14 |
| 393 | 2026-03-10T09:44:24.015Z | Downloaded scroll_derive v0.12.1 |
| 394 | 2026-03-10T09:44:24.015Z | Downloaded scroll v0.12.0 |
| 395 | 2026-03-10T09:44:24.015Z | Downloaded tinystr v0.8.2 |
| 396 | 2026-03-10T09:44:24.018Z | Downloaded url v2.5.8 |
| 397 | 2026-03-10T09:44:24.020Z | Downloaded typenum v1.19.0 |
| 398 | 2026-03-10T09:44:24.020Z | Downloaded bytecount v0.6.9 |
| 399 | 2026-03-10T09:44:24.023Z | Downloaded tempfile v3.25.0 |
| 400 | 2026-03-10T09:44:24.023Z | Downloaded clap_lex v1.0.0 |
| 401 | 2026-03-10T09:44:24.031Z | Downloaded zerovec v0.11.5 |
| 402 | 2026-03-10T09:44:24.035Z | Downloaded thiserror-impl v2.0.18 |
| 403 | 2026-03-10T09:44:24.038Z | Downloaded synstructure v0.13.2 |
| 404 | 2026-03-10T09:44:24.038Z | Downloaded cargo_toml v0.21.0 |
| 405 | 2026-03-10T09:44:24.041Z | Downloaded serde-untagged v0.1.9 |
| 406 | 2026-03-10T09:44:24.041Z | Downloaded digest v0.10.7 |
| 407 | 2026-03-10T09:44:24.041Z | Downloaded camino-tempfile v1.4.1 |
| 408 | 2026-03-10T09:44:24.044Z | Downloaded thiserror v2.0.18 |
| 409 | 2026-03-10T09:44:24.047Z | Downloaded zerocopy v0.7.35 |
| 410 | 2026-03-10T09:44:24.057Z | Downloaded displaydoc v0.2.5 |
| 411 | 2026-03-10T09:44:24.060Z | Downloaded winnow v0.7.14 |
| 412 | 2026-03-10T09:44:24.066Z | Downloaded icu_collections v2.1.1 |
| 413 | 2026-03-10T09:44:24.071Z | Downloaded serde_tokenstream v0.2.3 |
| 414 | 2026-03-10T09:44:24.073Z | Downloaded unicode-width v0.2.0 |
| 415 | 2026-03-10T09:44:24.076Z | Downloaded unicode-width v0.1.14 |
| 416 | 2026-03-10T09:44:24.079Z | Downloaded pest_generator v2.8.6 |
| 417 | 2026-03-10T09:44:24.082Z | Downloaded clap_derive v4.5.55 |
| 418 | 2026-03-10T09:44:24.082Z | Downloaded smallvec v1.15.1 |
| 419 | 2026-03-10T09:44:24.085Z | Downloaded once_cell v1.21.3 |
| 420 | 2026-03-10T09:44:24.085Z | Downloaded fs-err v3.3.0 |
| 421 | 2026-03-10T09:44:24.088Z | Downloaded pest_derive v2.8.6 |
| 422 | 2026-03-10T09:44:24.088Z | Downloaded num-traits v0.2.19 |
| 423 | 2026-03-10T09:44:24.091Z | Downloaded icu_provider v2.1.1 |
| 424 | 2026-03-10T09:44:24.094Z | Downloaded log v0.4.29 |
| 425 | 2026-03-10T09:44:24.094Z | Downloaded camino v1.2.2 |
| 426 | 2026-03-10T09:44:24.097Z | Downloaded cargo_metadata v0.21.0 |
| 427 | 2026-03-10T09:44:24.097Z | Downloaded cargo-util-schemas v0.8.2 |
| 428 | 2026-03-10T09:44:24.100Z | Downloaded textwrap v0.16.2 |
| 429 | 2026-03-10T09:44:24.100Z | Downloaded papergrid v0.11.0 |
| 430 | 2026-03-10T09:44:24.103Z | Downloaded fnv v1.0.7 |
| 431 | 2026-03-10T09:44:24.105Z | Downloaded erased-serde v0.4.9 |
| 432 | 2026-03-10T09:44:24.108Z | Downloaded icu_normalizer_data v2.1.1 |
| 433 | 2026-03-10T09:44:24.113Z | Downloaded memchr v2.8.0 |
| 434 | 2026-03-10T09:44:24.117Z | Downloaded icu_normalizer v2.1.1 |
| 435 | 2026-03-10T09:44:24.120Z | Downloaded clap v4.5.60 |
| 436 | 2026-03-10T09:44:24.126Z | Downloaded serde_derive v1.0.228 |
| 437 | 2026-03-10T09:44:24.129Z | Downloaded icu_locale_core v2.1.1 |
| 438 | 2026-03-10T09:44:24.132Z | Downloaded pest_meta v2.8.6 |
| 439 | 2026-03-10T09:44:24.135Z | Downloaded litemap v0.8.1 |
| 440 | 2026-03-10T09:44:24.139Z | Downloaded serde_core v1.0.228 |
| 441 | 2026-03-10T09:44:24.141Z | Downloaded serde v1.0.228 |
| 442 | 2026-03-10T09:44:24.157Z | Downloaded indexmap v2.13.0 |
| 443 | 2026-03-10T09:44:24.167Z | Downloaded pest v2.8.6 |
| 444 | 2026-03-10T09:44:24.176Z | Downloaded hashbrown v0.16.1 |
| 445 | 2026-03-10T09:44:24.181Z | Downloaded idna v1.1.0 |
| 446 | 2026-03-10T09:44:24.184Z | Downloaded icu_properties_data v2.1.2 |
| 447 | 2026-03-10T09:44:24.190Z | Downloaded serde_json v1.0.149 |
| 448 | 2026-03-10T09:44:24.195Z | Downloaded goblin v0.8.2 |
| 449 | 2026-03-10T09:44:24.199Z | Downloaded tabled v0.15.0 |
| 450 | 2026-03-10T09:44:24.210Z | Downloaded clap_builder v4.5.60 |
| 451 | 2026-03-10T09:44:24.215Z | Downloaded syn v1.0.109 |
| 452 | 2026-03-10T09:44:24.221Z | Downloaded rustix v1.1.3 |
| 453 | 2026-03-10T09:44:24.267Z | Compiling proc-macro2 v1.0.106 |
| 454 | 2026-03-10T09:44:24.267Z | Compiling unicode-ident v1.0.24 |
| 455 | 2026-03-10T09:44:24.270Z | Compiling quote v1.0.44 |
| 456 | 2026-03-10T09:44:24.270Z | Compiling serde_core v1.0.228 |
| 457 | 2026-03-10T09:44:24.270Z | Compiling libc v0.2.180 |
| 458 | 2026-03-10T09:44:24.270Z | Compiling version_check v0.9.5 |
| 459 | 2026-03-10T09:44:24.270Z | Compiling stable_deref_trait v1.2.1 |
| 460 | 2026-03-10T09:44:24.270Z | Compiling memchr v2.8.0 |
| 461 | 2026-03-10T09:44:24.270Z | Compiling serde v1.0.228 |
| 462 | 2026-03-10T09:44:24.270Z | Compiling zmij v1.0.21 |
| 463 | 2026-03-10T09:44:24.366Z | Compiling autocfg v1.5.0 |
| 464 | 2026-03-10T09:44:24.379Z | Compiling ucd-trie v0.1.7 |
| 465 | 2026-03-10T09:44:24.382Z | Compiling itoa v1.0.17 |
| 466 | 2026-03-10T09:44:24.382Z | Compiling thiserror v1.0.69 |
| 467 | 2026-03-10T09:44:24.382Z | Compiling writeable v0.6.2 |
| 468 | 2026-03-10T09:44:24.514Z | Compiling litemap v0.8.1 |
| 469 | 2026-03-10T09:44:24.604Z | Compiling rustix v1.1.3 |
| 470 | 2026-03-10T09:44:24.676Z | Compiling byteorder v1.5.0 |
| 471 | 2026-03-10T09:44:24.713Z | Compiling icu_properties_data v2.1.2 |
| 472 | 2026-03-10T09:44:24.841Z | Compiling icu_normalizer_data v2.1.1 |
| 473 | 2026-03-10T09:44:24.918Z | Compiling serde_json v1.0.149 |
| 474 | 2026-03-10T09:44:24.969Z | Compiling bitflags v2.11.0 |
| 475 | 2026-03-10T09:44:24.988Z | Compiling smallvec v1.15.1 |
| 476 | 2026-03-10T09:44:25.065Z | Compiling num-traits v0.2.19 |
| 477 | 2026-03-10T09:44:25.134Z | Compiling pest v2.8.6 |
| 478 | 2026-03-10T09:44:25.248Z | Compiling equivalent v1.0.2 |
| 479 | 2026-03-10T09:44:25.282Z | Compiling typeid v1.0.3 |
| 480 | 2026-03-10T09:44:25.285Z | Compiling hashbrown v0.16.1 |
| 481 | 2026-03-10T09:44:25.344Z | Compiling usdt-impl v0.5.0 |
| 482 | 2026-03-10T09:44:25.347Z | Compiling proc-macro-error-attr v1.0.4 |
| 483 | 2026-03-10T09:44:25.380Z | Compiling syn v1.0.109 |
| 484 | 2026-03-10T09:44:25.383Z | Compiling toml_write v0.1.2 |
| 485 | 2026-03-10T09:44:25.414Z | Compiling winnow v0.7.14 |
| 486 | 2026-03-10T09:44:25.464Z | Compiling erased-serde v0.4.9 |
| 487 | 2026-03-10T09:44:25.480Z | Compiling proc-macro-error v1.0.4 |
| 488 | 2026-03-10T09:44:25.497Z | Compiling camino v1.2.2 |
| 489 | 2026-03-10T09:44:25.628Z | Compiling errno v0.3.14 |
| 490 | 2026-03-10T09:44:25.648Z | Compiling thread-id v4.2.2 |
| 491 | 2026-03-10T09:44:25.760Z | Compiling log v0.4.29 |
| 492 | 2026-03-10T09:44:25.763Z | Compiling getrandom v0.4.1 |
| 493 | 2026-03-10T09:44:25.847Z | Compiling utf8_iter v1.0.4 |
| 494 | 2026-03-10T09:44:25.913Z | Compiling utf8parse v0.2.2 |
| 495 | 2026-03-10T09:44:25.946Z | Compiling plain v0.2.3 |
| 496 | 2026-03-10T09:44:25.972Z | Compiling thiserror v2.0.18 |
| 497 | 2026-03-10T09:44:25.988Z | Compiling percent-encoding v2.3.2 |
| 498 | 2026-03-10T09:44:26.062Z | Compiling syn v2.0.117 |
| 499 | 2026-03-10T09:44:26.066Z | Compiling indexmap v2.13.0 |
| 500 | 2026-03-10T09:44:26.110Z | Compiling anstyle-parse v0.2.7 |
| 501 | 2026-03-10T09:44:26.200Z | Compiling form_urlencoded v1.2.2 |
| 502 | 2026-03-10T09:44:26.317Z | Compiling is_terminal_polyfill v1.70.2 |
| 503 | 2026-03-10T09:44:26.335Z | Compiling cfg-if v1.0.4 |
| 504 | 2026-03-10T09:44:26.376Z | Compiling colorchoice v1.0.4 |
| 505 | 2026-03-10T09:44:26.437Z | Compiling anstyle v1.0.13 |
| 506 | 2026-03-10T09:44:26.455Z | Compiling pretty-hex v0.4.1 |
| 507 | 2026-03-10T09:44:26.458Z | Compiling anstyle-query v1.1.5 |
| 508 | 2026-03-10T09:44:26.637Z | Compiling ordered-float v2.10.1 |
| 509 | 2026-03-10T09:44:26.740Z | Compiling anstream v0.6.21 |
| 510 | 2026-03-10T09:44:26.758Z | Compiling fs-err v3.3.0 |
| 511 | 2026-03-10T09:44:26.761Z | Compiling heck v0.4.1 |
| 512 | 2026-03-10T09:44:26.761Z | Compiling fastrand v2.3.0 |
| 513 | 2026-03-10T09:44:26.806Z | Compiling clap_lex v1.0.0 |
| 514 | 2026-03-10T09:44:26.806Z | Compiling strsim v0.11.1 |
| 515 | 2026-03-10T09:44:26.995Z | Compiling pest_meta v2.8.6 |
| 516 | 2026-03-10T09:44:27.016Z | Compiling unicode-width v0.1.14 |
| 517 | 2026-03-10T09:44:27.056Z | Compiling once_cell v1.21.3 |
| 518 | 2026-03-10T09:44:27.059Z | Compiling heck v0.5.0 |
| 519 | 2026-03-10T09:44:27.136Z | Compiling fnv v1.0.7 |
| 520 | 2026-03-10T09:44:27.153Z | Compiling terminal_size v0.4.3 |
| 521 | 2026-03-10T09:44:27.156Z | Compiling anyhow v1.0.102 |
| 522 | 2026-03-10T09:44:27.188Z | Compiling bytecount v0.6.9 |
| 523 | 2026-03-10T09:44:27.268Z | Compiling unicode-xid v0.2.6 |
| 524 | 2026-03-10T09:44:27.297Z | Compiling clap_builder v4.5.60 |
| 525 | 2026-03-10T09:44:27.342Z | Compiling papergrid v0.11.0 |
| 526 | 2026-03-10T09:44:27.342Z | Compiling tempfile v3.25.0 |
| 527 | 2026-03-10T09:44:27.411Z | Compiling memmap v0.7.0 |
| 528 | 2026-03-10T09:44:27.427Z | Compiling unicode-linebreak v0.1.5 |
| 529 | 2026-03-10T09:44:27.445Z | Compiling unicode-width v0.2.0 |
| 530 | 2026-03-10T09:44:27.516Z | Compiling smawk v0.3.2 |
| 531 | 2026-03-10T09:44:27.676Z | Compiling semver v1.0.27 |
| 532 | 2026-03-10T09:44:27.893Z | Compiling textwrap v0.16.2 |
| 533 | 2026-03-10T09:44:27.969Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 534 | 2026-03-10T09:44:28.019Z | Compiling swrite v0.1.0 |
| 535 | 2026-03-10T09:44:28.121Z | Compiling camino-tempfile v1.4.1 |
| 536 | 2026-03-10T09:44:28.251Z | Compiling serde-untagged v0.1.9 |
| 537 | 2026-03-10T09:44:28.652Z | Compiling tabled_derive v0.7.0 |
| 538 | 2026-03-10T09:44:29.534Z | Compiling tabled v0.15.0 |
| 539 | 2026-03-10T09:44:29.841Z | Compiling synstructure v0.13.2 |
| 540 | 2026-03-10T09:44:29.841Z | Compiling pest_generator v2.8.6 |
| 541 | 2026-03-10T09:44:30.618Z | Compiling serde_derive v1.0.228 |
| 542 | 2026-03-10T09:44:30.621Z | Compiling zerofrom-derive v0.1.6 |
| 543 | 2026-03-10T09:44:30.622Z | Compiling yoke-derive v0.8.1 |
| 544 | 2026-03-10T09:44:30.622Z | Compiling zerovec-derive v0.11.2 |
| 545 | 2026-03-10T09:44:30.622Z | Compiling displaydoc v0.2.5 |
| 546 | 2026-03-10T09:44:30.622Z | Compiling thiserror-impl v1.0.69 |
| 547 | 2026-03-10T09:44:30.622Z | Compiling zerocopy-derive v0.7.35 |
| 548 | 2026-03-10T09:44:30.622Z | Compiling pest_derive v2.8.6 |
| 549 | 2026-03-10T09:44:30.622Z | Compiling scroll_derive v0.12.1 |
| 550 | 2026-03-10T09:44:30.622Z | Compiling thiserror-impl v2.0.18 |
| 551 | 2026-03-10T09:44:30.622Z | Compiling clap_derive v4.5.55 |
| 552 | 2026-03-10T09:44:31.646Z | Compiling scroll v0.12.0 |
| 553 | 2026-03-10T09:44:31.677Z | Compiling zerocopy v0.7.35 |
| 554 | 2026-03-10T09:44:31.933Z | Compiling goblin v0.8.2 |
| 555 | 2026-03-10T09:44:32.124Z | Compiling zerofrom v0.1.6 |
| 556 | 2026-03-10T09:44:32.247Z | Compiling yoke v0.8.1 |
| 557 | 2026-03-10T09:44:32.286Z | Compiling dtrace-parser v0.2.0 |
| 558 | 2026-03-10T09:44:32.445Z | Compiling zerovec v0.11.5 |
| 559 | 2026-03-10T09:44:32.445Z | Compiling zerotrie v0.2.3 |
| 560 | 2026-03-10T09:44:32.591Z | Compiling clap v4.5.60 |
| 561 | 2026-03-10T09:44:33.014Z | Compiling tinystr v0.8.2 |
| 562 | 2026-03-10T09:44:33.014Z | Compiling potential_utf v0.1.4 |
| 563 | 2026-03-10T09:44:33.148Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-03-10T09:44:33.216Z | Compiling icu_locale_core v2.1.1 |
| 565 | 2026-03-10T09:44:33.983Z | Compiling icu_provider v2.1.1 |
| 566 | 2026-03-10T09:44:34.045Z | Compiling serde_spanned v0.6.9 |
| 567 | 2026-03-10T09:44:34.048Z | Compiling toml_datetime v0.6.11 |
| 568 | 2026-03-10T09:44:34.048Z | Compiling serde-value v0.7.0 |
| 569 | 2026-03-10T09:44:34.048Z | Compiling cargo-platform v0.2.0 |
| 570 | 2026-03-10T09:44:34.048Z | Compiling macaddr v1.0.1 |
| 571 | 2026-03-10T09:44:34.060Z | Compiling dof v0.3.0 |
| 572 | 2026-03-10T09:44:34.063Z | Compiling serde_tokenstream v0.2.3 |
| 573 | 2026-03-10T09:44:34.264Z | Compiling toml_edit v0.22.27 |
| 574 | 2026-03-10T09:44:34.278Z | Compiling icu_normalizer v2.1.1 |
| 575 | 2026-03-10T09:44:34.281Z | Compiling icu_properties v2.1.2 |
| 576 | 2026-03-10T09:44:34.974Z | Compiling usdt-macro v0.5.0 |
| 577 | 2026-03-10T09:44:34.977Z | Compiling usdt-attr-macro v0.5.0 |
| 578 | 2026-03-10T09:44:35.481Z | Compiling idna_adapter v1.2.1 |
| 579 | 2026-03-10T09:44:35.606Z | Compiling idna v1.1.0 |
| 580 | 2026-03-10T09:44:35.830Z | Compiling usdt v0.5.0 |
| 581 | 2026-03-10T09:44:35.955Z | Compiling url v2.5.8 |
| 582 | 2026-03-10T09:44:36.101Z | Compiling toml v0.8.23 |
| 583 | 2026-03-10T09:44:36.568Z | Compiling cargo-util-schemas v0.8.2 |
| 584 | 2026-03-10T09:44:36.568Z | Compiling cargo_toml v0.21.0 |
| 585 | 2026-03-10T09:44:37.719Z | Compiling cargo_metadata v0.21.0 |
| 586 | 2026-03-10T09:44:39.007Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 587 | 2026-03-10T09:44:41.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s |
| 588 | 2026-03-10T09:44:42.060Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 589 | 2026-03-10T09:44:42.755Z | Downloading crates ... |
| 590 | 2026-03-10T09:44:42.866Z | Downloaded adler2 v2.0.1 |
| 591 | 2026-03-10T09:44:42.870Z | Downloaded aead v0.5.2 |
| 592 | 2026-03-10T09:44:42.880Z | Downloaded ahash v0.8.12 |
| 593 | 2026-03-10T09:44:42.885Z | Downloaded base16ct v0.2.0 |
| 594 | 2026-03-10T09:44:42.891Z | Downloaded aes-gcm v0.10.3 |
| 595 | 2026-03-10T09:44:42.896Z | Downloaded cfg_aliases v0.1.1 |
| 596 | 2026-03-10T09:44:42.899Z | Downloaded cbc v0.1.2 |
| 597 | 2026-03-10T09:44:42.903Z | Downloaded cpufeatures v0.3.0 |
| 598 | 2026-03-10T09:44:42.906Z | Downloaded critical-section v1.2.0 |
| 599 | 2026-03-10T09:44:42.910Z | Downloaded ctr v0.9.2 |
| 600 | 2026-03-10T09:44:42.915Z | Downloaded cobs v0.3.0 |
| 601 | 2026-03-10T09:44:42.918Z | Downloaded crossbeam-utils v0.8.21 |
| 602 | 2026-03-10T09:44:42.923Z | Downloaded derive_builder_macro v0.20.2 |
| 603 | 2026-03-10T09:44:42.926Z | Downloaded crossterm v0.28.1 |
| 604 | 2026-03-10T09:44:42.934Z | Downloaded display-error-chain v0.2.2 |
| 605 | 2026-03-10T09:44:42.937Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 606 | 2026-03-10T09:44:42.940Z | Downloaded diesel-dtrace v0.4.2 |
| 607 | 2026-03-10T09:44:42.944Z | Downloaded daft v0.1.5 |
| 608 | 2026-03-10T09:44:42.948Z | Downloaded bitfield-struct v0.6.2 |
| 609 | 2026-03-10T09:44:42.951Z | Downloaded dyn-clone v1.0.20 |
| 610 | 2026-03-10T09:44:42.955Z | Downloaded dirs-sys-next v0.1.2 |
| 611 | 2026-03-10T09:44:42.958Z | Downloaded dsl_auto_type v0.1.3 |
| 612 | 2026-03-10T09:44:42.962Z | Downloaded document-features v0.2.12 |
| 613 | 2026-03-10T09:44:42.965Z | Downloaded ascii-canvas v3.0.0 |
| 614 | 2026-03-10T09:44:42.968Z | Downloaded fixedbitset v0.5.7 |
| 615 | 2026-03-10T09:44:42.972Z | Downloaded crc v3.4.0 |
| 616 | 2026-03-10T09:44:42.976Z | Downloaded darling_macro v0.20.11 |
| 617 | 2026-03-10T09:44:42.980Z | Downloaded dirs-next v2.0.0 |
| 618 | 2026-03-10T09:44:42.983Z | Downloaded convert_case v0.4.0 |
| 619 | 2026-03-10T09:44:42.985Z | Downloaded crc8 v0.1.1 |
| 620 | 2026-03-10T09:44:42.988Z | Downloaded dof v0.4.0 |
| 621 | 2026-03-10T09:44:42.991Z | Downloaded debug-ignore v1.0.5 |
| 622 | 2026-03-10T09:44:42.994Z | Downloaded dtrace-parser v0.3.0 |
| 623 | 2026-03-10T09:44:42.997Z | Downloaded float-ord v0.3.2 |
| 624 | 2026-03-10T09:44:43.000Z | Downloaded funty v2.0.0 |
| 625 | 2026-03-10T09:44:43.003Z | Downloaded foreign-types-macros v0.2.3 |
| 626 | 2026-03-10T09:44:43.006Z | Downloaded futures-sink v0.3.32 |
| 627 | 2026-03-10T09:44:43.009Z | Downloaded git-stub v1.0.0 |
| 628 | 2026-03-10T09:44:43.012Z | Downloaded flagset v0.4.7 |
| 629 | 2026-03-10T09:44:43.016Z | Downloaded dunce v1.0.5 |
| 630 | 2026-03-10T09:44:43.019Z | Downloaded base64ct v1.8.3 |
| 631 | 2026-03-10T09:44:43.023Z | Downloaded der_derive v0.7.3 |
| 632 | 2026-03-10T09:44:43.026Z | Downloaded bit-vec v0.6.3 |
| 633 | 2026-03-10T09:44:43.029Z | Downloaded ed25519 v2.2.3 |
| 634 | 2026-03-10T09:44:43.033Z | Downloaded globwalk v0.9.1 |
| 635 | 2026-03-10T09:44:43.036Z | Downloaded hash32 v0.2.1 |
| 636 | 2026-03-10T09:44:43.039Z | Downloaded ghash v0.5.1 |
| 637 | 2026-03-10T09:44:43.043Z | Downloaded cmake v0.1.57 |
| 638 | 2026-03-10T09:44:43.046Z | Downloaded filetime v0.2.27 |
| 639 | 2026-03-10T09:44:43.049Z | Downloaded float-cmp v0.10.0 |
| 640 | 2026-03-10T09:44:43.052Z | Downloaded headers-core v0.3.0 |
| 641 | 2026-03-10T09:44:43.055Z | Downloaded bitfield v0.19.4 |
| 642 | 2026-03-10T09:44:43.058Z | Downloaded hash32 v0.3.1 |
| 643 | 2026-03-10T09:44:43.061Z | Downloaded home v0.5.12 |
| 644 | 2026-03-10T09:44:43.065Z | Downloaded buf-list v1.1.2 |
| 645 | 2026-03-10T09:44:43.068Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-03-10T09:44:43.071Z | Downloaded aes v0.8.4 |
| 647 | 2026-03-10T09:44:43.076Z | Downloaded hostname v0.4.2 |
| 648 | 2026-03-10T09:44:43.079Z | Downloaded httpdate v1.0.3 |
| 649 | 2026-03-10T09:44:43.082Z | Downloaded blake2 v0.10.6 |
| 650 | 2026-03-10T09:44:43.086Z | Downloaded ff v0.13.1 |
| 651 | 2026-03-10T09:44:43.089Z | Downloaded http-range v0.1.5 |
| 652 | 2026-03-10T09:44:43.092Z | Downloaded git-stub-vcs v0.1.0 |
| 653 | 2026-03-10T09:44:43.095Z | Downloaded http-body v1.0.1 |
| 654 | 2026-03-10T09:44:43.098Z | Downloaded fs_extra v1.3.0 |
| 655 | 2026-03-10T09:44:43.118Z | Downloaded instability v0.3.11 |
| 656 | 2026-03-10T09:44:43.121Z | Downloaded darling v0.20.11 |
| 657 | 2026-03-10T09:44:43.127Z | Downloaded instant v0.1.13 |
| 658 | 2026-03-10T09:44:43.130Z | Downloaded hex-literal v0.4.1 |
| 659 | 2026-03-10T09:44:43.133Z | Downloaded is-terminal v0.4.17 |
| 660 | 2026-03-10T09:44:43.136Z | Downloaded lalrpop-util v0.19.12 |
| 661 | 2026-03-10T09:44:43.139Z | Downloaded keccak v0.1.6 |
| 662 | 2026-03-10T09:44:43.141Z | Downloaded futures-channel v0.3.32 |
| 663 | 2026-03-10T09:44:43.145Z | Downloaded hostname v0.3.1 |
| 664 | 2026-03-10T09:44:43.148Z | Downloaded lazy_static v1.5.0 |
| 665 | 2026-03-10T09:44:43.151Z | Downloaded http-body-util v0.1.3 |
| 666 | 2026-03-10T09:44:43.154Z | Downloaded darling v0.23.0 |
| 667 | 2026-03-10T09:44:43.160Z | Downloaded colored v2.2.0 |
| 668 | 2026-03-10T09:44:43.163Z | Downloaded libscf-sys v1.1.0 |
| 669 | 2026-03-10T09:44:43.166Z | Downloaded highway v1.3.0 |
| 670 | 2026-03-10T09:44:43.169Z | Downloaded hyper-tls v0.6.0 |
| 671 | 2026-03-10T09:44:43.171Z | Downloaded hyper-staticfile v0.10.1 |
| 672 | 2026-03-10T09:44:43.174Z | Downloaded managed v0.8.0 |
| 673 | 2026-03-10T09:44:43.177Z | Downloaded match_cfg v0.1.0 |
| 674 | 2026-03-10T09:44:43.180Z | Downloaded memoffset v0.9.1 |
| 675 | 2026-03-10T09:44:43.182Z | Downloaded md5 v0.7.0 |
| 676 | 2026-03-10T09:44:43.186Z | Downloaded clang-sys v1.8.1 |
| 677 | 2026-03-10T09:44:43.189Z | Downloaded multimap v0.10.1 |
| 678 | 2026-03-10T09:44:43.192Z | Downloaded indoc v2.0.7 |
| 679 | 2026-03-10T09:44:43.195Z | Downloaded newtype-uuid-macros v0.1.0 |
| 680 | 2026-03-10T09:44:43.198Z | Downloaded new_debug_unreachable v1.0.6 |
| 681 | 2026-03-10T09:44:43.200Z | Downloaded ipnetwork v0.21.1 |
| 682 | 2026-03-10T09:44:43.203Z | Downloaded arc-swap v1.8.2 |
| 683 | 2026-03-10T09:44:43.208Z | Downloaded ipnet v2.11.0 |
| 684 | 2026-03-10T09:44:43.220Z | Downloaded num v0.4.3 |
| 685 | 2026-03-10T09:44:43.224Z | Downloaded normalize-line-endings v0.3.0 |
| 686 | 2026-03-10T09:44:43.224Z | Downloaded nonempty v0.12.0 |
| 687 | 2026-03-10T09:44:43.224Z | Downloaded jobserver v0.1.34 |
| 688 | 2026-03-10T09:44:43.224Z | Downloaded fatfs v0.3.6 |
| 689 | 2026-03-10T09:44:43.224Z | Downloaded num-derive v0.4.2 |
| 690 | 2026-03-10T09:44:43.227Z | Downloaded libefi-sys v0.1.0 |
| 691 | 2026-03-10T09:44:43.230Z | Downloaded olpc-cjson v0.1.4 |
| 692 | 2026-03-10T09:44:43.232Z | Downloaded lru-slab v0.1.2 |
| 693 | 2026-03-10T09:44:43.235Z | Downloaded libsw-core v0.3.2 |
| 694 | 2026-03-10T09:44:43.238Z | Downloaded num-iter v0.1.45 |
| 695 | 2026-03-10T09:44:43.242Z | Downloaded openssl-macros v0.1.1 |
| 696 | 2026-03-10T09:44:43.245Z | Downloaded darling_core v0.21.3 |
| 697 | 2026-03-10T09:44:43.248Z | Downloaded oso-derive v0.27.3 |
| 698 | 2026-03-10T09:44:43.251Z | Downloaded opaque-debug v0.3.1 |
| 699 | 2026-03-10T09:44:43.251Z | Downloaded num_enum_derive v0.5.11 |
| 700 | 2026-03-10T09:44:43.253Z | Downloaded lock_api v0.4.14 |
| 701 | 2026-03-10T09:44:43.256Z | Downloaded openssl-probe v0.2.1 |
| 702 | 2026-03-10T09:44:43.259Z | Downloaded mime_guess v2.0.5 |
| 703 | 2026-03-10T09:44:43.262Z | Downloaded nanorand v0.7.0 |
| 704 | 2026-03-10T09:44:43.265Z | Downloaded newtype-uuid v1.3.2 |
| 705 | 2026-03-10T09:44:43.267Z | Downloaded futures v0.3.32 |
| 706 | 2026-03-10T09:44:43.271Z | Downloaded parse-display v0.10.0 |
| 707 | 2026-03-10T09:44:43.273Z | Downloaded parse-size v1.1.0 |
| 708 | 2026-03-10T09:44:43.276Z | Downloaded dropshot_endpoint v0.16.7 |
| 709 | 2026-03-10T09:44:43.279Z | Downloaded pbkdf2 v0.12.2 |
| 710 | 2026-03-10T09:44:43.282Z | Downloaded path-slash v0.1.5 |
| 711 | 2026-03-10T09:44:43.285Z | Downloaded multer v3.1.0 |
| 712 | 2026-03-10T09:44:43.287Z | Downloaded packed_struct_codegen v0.10.1 |
| 713 | 2026-03-10T09:44:43.290Z | Downloaded nu-ansi-term v0.50.3 |
| 714 | 2026-03-10T09:44:43.293Z | Downloaded num-complex v0.4.6 |
| 715 | 2026-03-10T09:44:43.296Z | Downloaded peg-runtime v0.8.5 |
| 716 | 2026-03-10T09:44:43.298Z | Downloaded compact_str v0.8.1 |
| 717 | 2026-03-10T09:44:43.301Z | Downloaded pin-utils v0.1.0 |
| 718 | 2026-03-10T09:44:43.304Z | Downloaded elliptic-curve v0.13.8 |
| 719 | 2026-03-10T09:44:43.307Z | Downloaded half v2.7.1 |
| 720 | 2026-03-10T09:44:43.311Z | Downloaded ar_archive_writer v0.5.1 |
| 721 | 2026-03-10T09:44:43.314Z | Downloaded owo-colors v4.3.0 |
| 722 | 2026-03-10T09:44:43.317Z | Downloaded precomputed-hash v0.1.1 |
| 723 | 2026-03-10T09:44:43.320Z | Downloaded predicates-tree v1.0.13 |
| 724 | 2026-03-10T09:44:43.323Z | Downloaded predicates-core v1.0.10 |
| 725 | 2026-03-10T09:44:43.327Z | Downloaded base64 v0.21.7 |
| 726 | 2026-03-10T09:44:43.329Z | Downloaded const_format v0.2.35 |
| 727 | 2026-03-10T09:44:43.332Z | Downloaded native-tls v0.2.18 |
| 728 | 2026-03-10T09:44:43.335Z | Downloaded proc-macro-crate v3.4.0 |
| 729 | 2026-03-10T09:44:43.338Z | Downloaded progenitor-client v0.10.0 |
| 730 | 2026-03-10T09:44:43.341Z | Downloaded num_enum_derive v0.7.5 |
| 731 | 2026-03-10T09:44:43.343Z | Downloaded num-rational v0.4.2 |
| 732 | 2026-03-10T09:44:43.348Z | Downloaded indexmap v1.9.3 |
| 733 | 2026-03-10T09:44:43.351Z | Downloaded ignore v0.4.25 |
| 734 | 2026-03-10T09:44:43.351Z | Downloaded pem-rfc7468 v0.7.0 |
| 735 | 2026-03-10T09:44:43.354Z | Downloaded progenitor-client v0.11.2 |
| 736 | 2026-03-10T09:44:43.357Z | Downloaded psl-types v2.0.11 |
| 737 | 2026-03-10T09:44:43.360Z | Downloaded progenitor-macro v0.11.2 |
| 738 | 2026-03-10T09:44:43.360Z | Downloaded progenitor-macro v0.13.0 |
| 739 | 2026-03-10T09:44:43.362Z | Downloaded progenitor-macro v0.10.0 |
| 740 | 2026-03-10T09:44:43.365Z | Downloaded aho-corasick v1.1.4 |
| 741 | 2026-03-10T09:44:43.368Z | Downloaded oxide-tokio-rt v0.1.2 |
| 742 | 2026-03-10T09:44:43.371Z | Downloaded phf v0.12.1 |
| 743 | 2026-03-10T09:44:43.374Z | Downloaded powerfmt v0.2.0 |
| 744 | 2026-03-10T09:44:43.377Z | Downloaded ppv-lite86 v0.2.21 |
| 745 | 2026-03-10T09:44:43.377Z | Downloaded rand_chacha v0.3.1 |
| 746 | 2026-03-10T09:44:43.380Z | Downloaded polyval v0.6.2 |
| 747 | 2026-03-10T09:44:43.383Z | Downloaded radium v0.7.0 |
| 748 | 2026-03-10T09:44:43.386Z | Downloaded quick-error v1.2.3 |
| 749 | 2026-03-10T09:44:43.386Z | Downloaded pem v3.0.6 |
| 750 | 2026-03-10T09:44:43.389Z | Downloaded postgres-protocol v0.6.10 |
| 751 | 2026-03-10T09:44:43.391Z | Downloaded predicates v3.1.4 |
| 752 | 2026-03-10T09:44:43.394Z | Downloaded ed25519-dalek v2.2.0 |
| 753 | 2026-03-10T09:44:43.397Z | Downloaded memmap2 v0.9.10 |
| 754 | 2026-03-10T09:44:43.400Z | Downloaded parking_lot_core v0.8.6 |
| 755 | 2026-03-10T09:44:43.403Z | Downloaded flate2 v1.1.9 |
| 756 | 2026-03-10T09:44:43.407Z | Downloaded progenitor v0.10.0 |
| 757 | 2026-03-10T09:44:43.410Z | Downloaded ref-cast-impl v1.0.25 |
| 758 | 2026-03-10T09:44:43.413Z | Downloaded progenitor v0.13.0 |
| 759 | 2026-03-10T09:44:43.415Z | Downloaded proc-macro-error2 v2.0.1 |
| 760 | 2026-03-10T09:44:43.418Z | Downloaded pkcs8 v0.10.2 |
| 761 | 2026-03-10T09:44:43.421Z | Downloaded rand_xorshift v0.4.0 |
| 762 | 2026-03-10T09:44:43.423Z | Downloaded psm v0.1.30 |
| 763 | 2026-03-10T09:44:43.426Z | Downloaded omicron-zone-package v0.12.2 |
| 764 | 2026-03-10T09:44:43.429Z | Downloaded pin-project-internal v1.1.11 |
| 765 | 2026-03-10T09:44:43.432Z | Downloaded ref-cast v1.0.25 |
| 766 | 2026-03-10T09:44:43.434Z | Downloaded rtoolbox v0.0.3 |
| 767 | 2026-03-10T09:44:43.437Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 768 | 2026-03-10T09:44:43.437Z | Downloaded primeorder v0.13.6 |
| 769 | 2026-03-10T09:44:43.440Z | Downloaded recursive v0.1.1 |
| 770 | 2026-03-10T09:44:43.443Z | Downloaded progenitor-client v0.13.0 |
| 771 | 2026-03-10T09:44:43.443Z | Downloaded num_enum v0.7.5 |
| 772 | 2026-03-10T09:44:43.447Z | Downloaded rfc6979 v0.4.0 |
| 773 | 2026-03-10T09:44:43.450Z | Downloaded rustc-hash v2.1.1 |
| 774 | 2026-03-10T09:44:43.453Z | Downloaded russh-cryptovec v0.7.3 |
| 775 | 2026-03-10T09:44:43.453Z | Downloaded parking_lot v0.11.2 |
| 776 | 2026-03-10T09:44:43.456Z | Downloaded rand_core v0.10.0 |
| 777 | 2026-03-10T09:44:43.458Z | Downloaded heapless v0.8.0 |
| 778 | 2026-03-10T09:44:43.461Z | Downloaded parking_lot_core v0.9.12 |
| 779 | 2026-03-10T09:44:43.464Z | Downloaded parking_lot v0.12.5 |
| 780 | 2026-03-10T09:44:43.467Z | Downloaded libbz2-rs-sys v0.2.2 |
| 781 | 2026-03-10T09:44:43.470Z | Downloaded rand_chacha v0.9.0 |
| 782 | 2026-03-10T09:44:43.473Z | Downloaded rustc_version v0.1.7 |
| 783 | 2026-03-10T09:44:43.475Z | Downloaded rustc_version v0.4.1 |
| 784 | 2026-03-10T09:44:43.475Z | Downloaded r2d2 v0.8.10 |
| 785 | 2026-03-10T09:44:43.478Z | Downloaded peg-macros v0.8.5 |
| 786 | 2026-03-10T09:44:43.481Z | Downloaded paste v1.0.15 |
| 787 | 2026-03-10T09:44:43.484Z | Downloaded sapling-renderdag v0.1.0 |
| 788 | 2026-03-10T09:44:43.486Z | Downloaded scrypt v0.11.0 |
| 789 | 2026-03-10T09:44:43.489Z | Downloaded expectorate v1.2.0 |
| 790 | 2026-03-10T09:44:43.492Z | Downloaded rand_core v0.6.4 |
| 791 | 2026-03-10T09:44:43.492Z | Downloaded progenitor v0.11.2 |
| 792 | 2026-03-10T09:44:43.495Z | Downloaded hickory-resolver v0.25.2 |
| 793 | 2026-03-10T09:44:43.497Z | Downloaded scroll_derive v0.13.1 |
| 794 | 2026-03-10T09:44:43.500Z | Downloaded pkcs5 v0.7.1 |
| 795 | 2026-03-10T09:44:43.503Z | Downloaded salsa20 v0.10.2 |
| 796 | 2026-03-10T09:44:43.506Z | Downloaded rand_seeder v0.4.0 |
| 797 | 2026-03-10T09:44:43.508Z | Downloaded poly1305 v0.8.0 |
| 798 | 2026-03-10T09:44:43.511Z | Downloaded postgres-types v0.2.12 |
| 799 | 2026-03-10T09:44:43.514Z | Downloaded serde_urlencoded v0.7.1 |
| 800 | 2026-03-10T09:44:43.517Z | Downloaded seq-macro v0.3.6 |
| 801 | 2026-03-10T09:44:43.517Z | Downloaded secrecy v0.10.3 |
| 802 | 2026-03-10T09:44:43.519Z | Downloaded serde_bytes v0.11.19 |
| 803 | 2026-03-10T09:44:43.522Z | Downloaded resolv-conf v0.7.6 |
| 804 | 2026-03-10T09:44:43.525Z | Downloaded secrecy v0.8.0 |
| 805 | 2026-03-10T09:44:43.525Z | Downloaded miniz_oxide v0.8.9 |
| 806 | 2026-03-10T09:44:43.528Z | Downloaded p256 v0.13.2 |
| 807 | 2026-03-10T09:44:43.531Z | Downloaded rand_core v0.9.5 |
| 808 | 2026-03-10T09:44:43.534Z | Downloaded jiff-static v0.2.21 |
| 809 | 2026-03-10T09:44:43.537Z | Downloaded progenitor-extras v0.1.0 |
| 810 | 2026-03-10T09:44:43.540Z | Downloaded shell-words v1.1.1 |
| 811 | 2026-03-10T09:44:43.540Z | Downloaded serde_repr v0.1.20 |
| 812 | 2026-03-10T09:44:43.543Z | Downloaded indicatif v0.18.4 |
| 813 | 2026-03-10T09:44:43.546Z | Downloaded sha1 v0.10.6 |
| 814 | 2026-03-10T09:44:43.549Z | Downloaded semver v0.1.20 |
| 815 | 2026-03-10T09:44:43.549Z | Downloaded serde_spanned v1.0.4 |
| 816 | 2026-03-10T09:44:43.552Z | Downloaded signal-hook-tokio v0.3.1 |
| 817 | 2026-03-10T09:44:43.552Z | Downloaded rustls-pemfile v1.0.4 |
| 818 | 2026-03-10T09:44:43.554Z | Downloaded quinn-udp v0.5.14 |
| 819 | 2026-03-10T09:44:43.557Z | Downloaded papergrid v0.17.0 |
| 820 | 2026-03-10T09:44:43.561Z | Downloaded rustls-native-certs v0.8.3 |
| 821 | 2026-03-10T09:44:43.564Z | Downloaded signature v2.2.0 |
| 822 | 2026-03-10T09:44:43.567Z | Downloaded rusty-fork v0.3.1 |
| 823 | 2026-03-10T09:44:43.569Z | Downloaded scroll v0.13.0 |
| 824 | 2026-03-10T09:44:43.569Z | Downloaded slog-bunyan v2.5.0 |
| 825 | 2026-03-10T09:44:43.572Z | Downloaded progenitor-impl v0.10.0 |
| 826 | 2026-03-10T09:44:43.575Z | Downloaded sec1 v0.7.3 |
| 827 | 2026-03-10T09:44:43.578Z | Downloaded crypto-bigint v0.5.5 |
| 828 | 2026-03-10T09:44:43.581Z | Downloaded progenitor-impl v0.13.0 |
| 829 | 2026-03-10T09:44:43.585Z | Downloaded slog-envlogger v2.2.0 |
| 830 | 2026-03-10T09:44:43.588Z | Downloaded progenitor-impl v0.11.2 |
| 831 | 2026-03-10T09:44:43.590Z | Downloaded sct v0.7.1 |
| 832 | 2026-03-10T09:44:43.593Z | Downloaded serde_derive_internals v0.29.1 |
| 833 | 2026-03-10T09:44:43.593Z | Downloaded serde-hex v0.1.0 |
| 834 | 2026-03-10T09:44:43.596Z | Downloaded pin-project v1.1.11 |
| 835 | 2026-03-10T09:44:43.604Z | Downloaded oso v0.27.3 |
| 836 | 2026-03-10T09:44:43.607Z | Downloaded russh-keys v0.45.0 |
| 837 | 2026-03-10T09:44:43.610Z | Downloaded http v1.4.0 |
| 838 | 2026-03-10T09:44:43.613Z | Downloaded hickory-server v0.25.2 |
| 839 | 2026-03-10T09:44:43.617Z | Downloaded signal-hook-mio v0.2.5 |
| 840 | 2026-03-10T09:44:43.620Z | Downloaded serde_path_to_error v0.1.20 |
| 841 | 2026-03-10T09:44:43.623Z | Downloaded pretty_assertions v1.4.1 |
| 842 | 2026-03-10T09:44:43.626Z | Downloaded prefix-trie v0.7.0 |
| 843 | 2026-03-10T09:44:43.628Z | Downloaded strip-ansi-escapes v0.2.1 |
| 844 | 2026-03-10T09:44:43.628Z | Downloaded ssh-cipher v0.2.0 |
| 845 | 2026-03-10T09:44:43.631Z | Downloaded sqlparser_derive v0.5.0 |
| 846 | 2026-03-10T09:44:43.631Z | Downloaded siphasher v1.0.2 |
| 847 | 2026-03-10T09:44:43.634Z | Downloaded structmeta v0.3.0 |
| 848 | 2026-03-10T09:44:43.634Z | Downloaded strum v0.27.2 |
| 849 | 2026-03-10T09:44:43.637Z | Downloaded signal-hook-registry v1.4.8 |
| 850 | 2026-03-10T09:44:43.637Z | Downloaded strum v0.26.3 |
| 851 | 2026-03-10T09:44:43.640Z | Downloaded rustls-pki-types v1.14.0 |
| 852 | 2026-03-10T09:44:43.640Z | Downloaded minimal-lexical v0.2.1 |
| 853 | 2026-03-10T09:44:43.644Z | Downloaded scopeguard v1.2.0 |
| 854 | 2026-03-10T09:44:43.646Z | Downloaded shlex v1.3.0 |
| 855 | 2026-03-10T09:44:43.650Z | Downloaded slog-dtrace v0.3.0 |
| 856 | 2026-03-10T09:44:43.650Z | Downloaded hyper-util v0.1.20 |
| 857 | 2026-03-10T09:44:43.653Z | Downloaded structmeta-derive v0.3.0 |
| 858 | 2026-03-10T09:44:43.656Z | Downloaded supports-color v3.0.2 |
| 859 | 2026-03-10T09:44:43.659Z | Downloaded subtle v2.6.1 |
| 860 | 2026-03-10T09:44:43.659Z | Downloaded slog-async v2.8.0 |
| 861 | 2026-03-10T09:44:43.661Z | Downloaded slab v0.4.12 |
| 862 | 2026-03-10T09:44:43.661Z | Downloaded serde_cbor v0.11.2 |
| 863 | 2026-03-10T09:44:43.664Z | Downloaded tap v1.0.1 |
| 864 | 2026-03-10T09:44:43.667Z | Downloaded termtree v0.5.1 |
| 865 | 2026-03-10T09:44:43.669Z | Downloaded take_mut v0.2.2 |
| 866 | 2026-03-10T09:44:43.670Z | Downloaded tabwriter v1.4.1 |
| 867 | 2026-03-10T09:44:43.670Z | Downloaded tabled_derive v0.11.0 |
| 868 | 2026-03-10T09:44:43.672Z | Downloaded openssl-sys v0.9.111 |
| 869 | 2026-03-10T09:44:43.676Z | Downloaded sync-ptr v0.1.4 |
| 870 | 2026-03-10T09:44:43.679Z | Downloaded snafu-derive v0.8.9 |
| 871 | 2026-03-10T09:44:43.679Z | Downloaded slog-json v2.6.1 |
| 872 | 2026-03-10T09:44:43.682Z | Downloaded smallvec v0.6.14 |
| 873 | 2026-03-10T09:44:43.685Z | Downloaded slog-stdlog v4.1.1 |
| 874 | 2026-03-10T09:44:43.685Z | Downloaded thread-id v5.1.0 |
| 875 | 2026-03-10T09:44:43.685Z | Downloaded testing_table v0.3.0 |
| 876 | 2026-03-10T09:44:43.688Z | Downloaded slog-scope v4.4.1 |
| 877 | 2026-03-10T09:44:43.688Z | Downloaded time-core v0.1.8 |
| 878 | 2026-03-10T09:44:43.691Z | Downloaded tinyvec_macros v0.1.1 |
| 879 | 2026-03-10T09:44:43.691Z | Downloaded prettyplease v0.2.37 |
| 880 | 2026-03-10T09:44:43.694Z | Downloaded mio v1.1.1 |
| 881 | 2026-03-10T09:44:43.698Z | Downloaded serde_with_macros v3.17.0 |
| 882 | 2026-03-10T09:44:43.700Z | Downloaded smf v0.2.3 |
| 883 | 2026-03-10T09:44:43.703Z | Downloaded rayon-core v1.13.0 |
| 884 | 2026-03-10T09:44:43.706Z | Downloaded stringprep v0.1.5 |
| 885 | 2026-03-10T09:44:43.706Z | Downloaded tagptr v0.2.0 |
| 886 | 2026-03-10T09:44:43.709Z | Downloaded static_assertions v1.1.0 |
| 887 | 2026-03-10T09:44:43.709Z | Downloaded string_cache v0.8.9 |
| 888 | 2026-03-10T09:44:43.712Z | Downloaded stacker v0.1.23 |
| 889 | 2026-03-10T09:44:43.715Z | Downloaded ssh-encoding v0.2.0 |
| 890 | 2026-03-10T09:44:43.715Z | Downloaded rcgen v0.12.1 |
| 891 | 2026-03-10T09:44:43.718Z | Downloaded strum_macros v0.24.3 |
| 892 | 2026-03-10T09:44:43.720Z | Downloaded itertools v0.10.5 |
| 893 | 2026-03-10T09:44:43.723Z | Downloaded rustls-platform-verifier v0.6.2 |
| 894 | 2026-03-10T09:44:43.727Z | Downloaded sync_wrapper v1.0.2 |
| 895 | 2026-03-10T09:44:43.730Z | Downloaded ron v0.8.1 |
| 896 | 2026-03-10T09:44:43.732Z | Downloaded quinn v0.11.9 |
| 897 | 2026-03-10T09:44:43.735Z | Downloaded strum_macros v0.26.4 |
| 898 | 2026-03-10T09:44:43.738Z | Downloaded simd-adler32 v0.3.8 |
| 899 | 2026-03-10T09:44:43.741Z | Downloaded ryu v1.0.23 |
| 900 | 2026-03-10T09:44:43.743Z | Downloaded hickory-resolver v0.24.4 |
| 901 | 2026-03-10T09:44:43.747Z | Downloaded sigpipe v0.1.3 |
| 902 | 2026-03-10T09:44:43.750Z | Downloaded topological-sort v0.2.2 |
| 903 | 2026-03-10T09:44:43.750Z | Downloaded support-bundle-viewer v0.1.2 |
| 904 | 2026-03-10T09:44:43.750Z | Downloaded nom v7.1.3 |
| 905 | 2026-03-10T09:44:43.754Z | Downloaded schemars_derive v0.8.22 |
| 906 | 2026-03-10T09:44:43.757Z | Downloaded tower-layer v0.3.3 |
| 907 | 2026-03-10T09:44:43.760Z | Downloaded rustversion v1.0.22 |
| 908 | 2026-03-10T09:44:43.760Z | Downloaded termios v0.3.3 |
| 909 | 2026-03-10T09:44:43.763Z | Downloaded crossterm v0.29.0 |
| 910 | 2026-03-10T09:44:43.766Z | Downloaded tower-service v0.3.3 |
| 911 | 2026-03-10T09:44:43.769Z | Downloaded tiny-keccak v2.0.2 |
| 912 | 2026-03-10T09:44:43.772Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 913 | 2026-03-10T09:44:43.772Z | Downloaded tls_codec v0.4.2 |
| 914 | 2026-03-10T09:44:43.774Z | Downloaded iddqd v0.3.17 |
| 915 | 2026-03-10T09:44:43.778Z | Downloaded signal-hook v0.3.18 |
| 916 | 2026-03-10T09:44:43.781Z | Downloaded typify-macro v0.4.3 |
| 917 | 2026-03-10T09:44:43.784Z | Downloaded tokio-native-tls v0.3.1 |
| 918 | 2026-03-10T09:44:43.784Z | Downloaded tokio-macros v2.6.0 |
| 919 | 2026-03-10T09:44:43.786Z | Downloaded sqlformat v0.3.5 |
| 920 | 2026-03-10T09:44:43.787Z | Downloaded spin v0.9.8 |
| 921 | 2026-03-10T09:44:43.789Z | Downloaded try-lock v0.2.5 |
| 922 | 2026-03-10T09:44:43.789Z | Downloaded trait-variant v0.1.2 |
| 923 | 2026-03-10T09:44:43.792Z | Downloaded tls_codec_derive v0.4.2 |
| 924 | 2026-03-10T09:44:43.792Z | Downloaded time-macros v0.2.27 |
| 925 | 2026-03-10T09:44:43.795Z | Downloaded strum_macros v0.27.2 |
| 926 | 2026-03-10T09:44:43.798Z | Downloaded unarray v0.1.4 |
| 927 | 2026-03-10T09:44:43.798Z | Downloaded tokio-rustls v0.25.0 |
| 928 | 2026-03-10T09:44:43.801Z | Downloaded tokio-dtrace v0.1.1 |
| 929 | 2026-03-10T09:44:43.801Z | Downloaded qorb v0.4.1 |
| 930 | 2026-03-10T09:44:43.803Z | Downloaded unit-prefix v0.5.2 |
| 931 | 2026-03-10T09:44:43.806Z | Downloaded bitvec v1.0.1 |
| 932 | 2026-03-10T09:44:43.816Z | Downloaded typify-macro v0.6.1 |
| 933 | 2026-03-10T09:44:43.819Z | Downloaded similar v2.7.0 |
| 934 | 2026-03-10T09:44:43.822Z | Downloaded utf-8 v0.7.6 |
| 935 | 2026-03-10T09:44:43.824Z | Downloaded usdt-attr-macro v0.6.0 |
| 936 | 2026-03-10T09:44:43.824Z | Downloaded usdt v0.6.0 |
| 937 | 2026-03-10T09:44:43.824Z | Downloaded untrusted v0.9.0 |
| 938 | 2026-03-10T09:44:43.827Z | Downloaded rand v0.10.0 |
| 939 | 2026-03-10T09:44:43.830Z | Downloaded untrusted v0.7.1 |
| 940 | 2026-03-10T09:44:43.830Z | Downloaded rand v0.8.5 |
| 941 | 2026-03-10T09:44:43.834Z | Downloaded universal-hash v0.5.1 |
| 942 | 2026-03-10T09:44:43.837Z | Downloaded socket2 v0.5.10 |
| 943 | 2026-03-10T09:44:43.837Z | Downloaded unicode-truncate v1.1.0 |
| 944 | 2026-03-10T09:44:43.837Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 945 | 2026-03-10T09:44:43.840Z | Downloaded tokio-tungstenite v0.21.0 |
| 946 | 2026-03-10T09:44:43.840Z | Downloaded usdt-macro v0.6.0 |
| 947 | 2026-03-10T09:44:43.843Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 948 | 2026-03-10T09:44:43.843Z | Downloaded futures-util v0.3.32 |
| 949 | 2026-03-10T09:44:43.851Z | Downloaded term v1.2.1 |
| 950 | 2026-03-10T09:44:43.854Z | Downloaded term v0.7.0 |
| 951 | 2026-03-10T09:44:43.857Z | Downloaded void v1.0.2 |
| 952 | 2026-03-10T09:44:43.857Z | Downloaded schemars v0.9.0 |
| 953 | 2026-03-10T09:44:43.866Z | Downloaded waitgroup v0.1.2 |
| 954 | 2026-03-10T09:44:43.869Z | Downloaded socket2 v0.6.2 |
| 955 | 2026-03-10T09:44:43.869Z | Downloaded tokio-rustls v0.24.1 |
| 956 | 2026-03-10T09:44:43.872Z | Downloaded subprocess v0.2.15 |
| 957 | 2026-03-10T09:44:43.875Z | Downloaded want v0.3.1 |
| 958 | 2026-03-10T09:44:43.875Z | Downloaded wait-timeout v0.2.1 |
| 959 | 2026-03-10T09:44:43.877Z | Downloaded tui-tree-widget v0.23.1 |
| 960 | 2026-03-10T09:44:43.877Z | Downloaded itertools v0.13.0 |
| 961 | 2026-03-10T09:44:43.882Z | Downloaded itertools v0.12.1 |
| 962 | 2026-03-10T09:44:43.886Z | Downloaded rand v0.9.2 |
| 963 | 2026-03-10T09:44:43.889Z | Downloaded usdt-impl v0.6.0 |
| 964 | 2026-03-10T09:44:43.892Z | Downloaded num-bigint-dig v0.8.6 |
| 965 | 2026-03-10T09:44:43.895Z | Downloaded unicase v2.9.0 |
| 966 | 2026-03-10T09:44:43.898Z | Downloaded zeroize_derive v1.4.3 |
| 967 | 2026-03-10T09:44:43.898Z | Downloaded rustls-webpki v0.103.9 |
| 968 | 2026-03-10T09:44:43.901Z | Downloaded num-bigint v0.4.6 |
| 969 | 2026-03-10T09:44:43.903Z | Downloaded xshell-macros v0.2.7 |
| 970 | 2026-03-10T09:44:43.903Z | Downloaded tokio-stream v0.1.18 |
| 971 | 2026-03-10T09:44:43.907Z | Downloaded zone v0.3.1 |
| 972 | 2026-03-10T09:44:43.911Z | Downloaded tokio-rustls v0.26.4 |
| 973 | 2026-03-10T09:44:43.911Z | Downloaded schemars v1.2.1 |
| 974 | 2026-03-10T09:44:43.921Z | Downloaded vergen-gitcl v1.0.8 |
| 975 | 2026-03-10T09:44:43.923Z | Downloaded zone_cfg_derive v0.3.1 |
| 976 | 2026-03-10T09:44:43.924Z | Downloaded tracing-attributes v0.1.31 |
| 977 | 2026-03-10T09:44:43.926Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 978 | 2026-03-10T09:44:43.929Z | Downloaded tar v0.4.44 |
| 979 | 2026-03-10T09:44:43.929Z | Downloaded tinyvec v1.10.0 |
| 980 | 2026-03-10T09:44:43.932Z | Downloaded twox-hash v2.1.2 |
| 981 | 2026-03-10T09:44:43.935Z | Downloaded vergen-lib v0.1.6 |
| 982 | 2026-03-10T09:44:43.935Z | Downloaded uzers v0.12.2 |
| 983 | 2026-03-10T09:44:43.937Z | Downloaded test-strategy v0.4.5 |
| 984 | 2026-03-10T09:44:43.940Z | Downloaded slog v2.8.2 |
| 985 | 2026-03-10T09:44:43.943Z | Downloaded samael v0.0.19 |
| 986 | 2026-03-10T09:44:43.946Z | Downloaded xattr v1.6.1 |
| 987 | 2026-03-10T09:44:43.948Z | Downloaded blake3 v1.8.3 |
| 988 | 2026-03-10T09:44:43.953Z | Downloaded walkdir v2.5.0 |
| 989 | 2026-03-10T09:44:43.956Z | Downloaded hashbrown v0.15.5 |
| 990 | 2026-03-10T09:44:43.959Z | Downloaded xz2 v0.1.7 |
| 991 | 2026-03-10T09:44:43.961Z | Downloaded wyz v0.5.1 |
| 992 | 2026-03-10T09:44:43.961Z | Downloaded vergen v9.0.6 |
| 993 | 2026-03-10T09:44:43.964Z | Downloaded itertools v0.14.0 |
| 994 | 2026-03-10T09:44:43.969Z | Downloaded zeroize v1.8.2 |
| 995 | 2026-03-10T09:44:43.971Z | Downloaded whoami v2.1.0 |
| 996 | 2026-03-10T09:44:43.974Z | Downloaded xshell v0.2.7 |
| 997 | 2026-03-10T09:44:43.974Z | Downloaded snafu v0.8.9 |
| 998 | 2026-03-10T09:44:43.979Z | Downloaded vsss-rs v3.3.4 |
| 999 | 2026-03-10T09:44:43.982Z | Downloaded hyper v1.8.1 |
| 1000 | 2026-03-10T09:44:43.986Z | Downloaded vergen-git2 v1.0.7 |
| 1001 | 2026-03-10T09:44:43.989Z | Downloaded zstd v0.13.3 |
| 1002 | 2026-03-10T09:44:43.992Z | Downloaded typify v0.6.1 |
| 1003 | 2026-03-10T09:44:43.995Z | Downloaded typify v0.4.3 |
| 1004 | 2026-03-10T09:44:43.998Z | Downloaded zstd-safe v7.2.4 |
| 1005 | 2026-03-10T09:44:44.000Z | Downloaded hkdf v0.12.4 |
| 1006 | 2026-03-10T09:44:44.000Z | Downloaded unicode-properties v0.1.4 |
| 1007 | 2026-03-10T09:44:44.005Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1008 | 2026-03-10T09:44:44.008Z | Downloaded rustyline v14.0.0 |
| 1009 | 2026-03-10T09:44:44.011Z | Downloaded tracing-core v0.1.36 |
| 1010 | 2026-03-10T09:44:44.014Z | Downloaded tungstenite v0.23.0 |
| 1011 | 2026-03-10T09:44:44.016Z | Downloaded steno v0.4.1 |
| 1012 | 2026-03-10T09:44:44.019Z | Downloaded zerocopy v0.6.6 |
| 1013 | 2026-03-10T09:44:44.022Z | Downloaded tungstenite v0.21.0 |
| 1014 | 2026-03-10T09:44:44.024Z | Downloaded unicode-bidi v0.3.18 |
| 1015 | 2026-03-10T09:44:44.027Z | Downloaded yasna v0.5.2 |
| 1016 | 2026-03-10T09:44:44.027Z | Downloaded russh v0.45.0 |
| 1017 | 2026-03-10T09:44:44.031Z | Downloaded unsafe-libyaml v0.2.11 |
| 1018 | 2026-03-10T09:44:44.034Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1019 | 2026-03-10T09:44:44.037Z | Downloaded libm v0.2.16 |
| 1020 | 2026-03-10T09:44:44.045Z | Downloaded uuid v1.21.0 |
| 1021 | 2026-03-10T09:44:44.047Z | Downloaded toml v0.7.8 |
| 1022 | 2026-03-10T09:44:44.050Z | Downloaded whoami v1.6.1 |
| 1023 | 2026-03-10T09:44:44.053Z | Downloaded p521 v0.13.3 |
| 1024 | 2026-03-10T09:44:44.056Z | Downloaded iri-string v0.7.10 |
| 1025 | 2026-03-10T09:44:44.061Z | Downloaded rpassword v7.4.0 |
| 1026 | 2026-03-10T09:44:44.064Z | Downloaded ron v0.12.0 |
| 1027 | 2026-03-10T09:44:44.069Z | Downloaded toml_edit v0.19.15 |
| 1028 | 2026-03-10T09:44:44.082Z | Downloaded reedline v0.40.0 |
| 1029 | 2026-03-10T09:44:44.088Z | Downloaded aws-lc-rs v1.16.0 |
| 1030 | 2026-03-10T09:44:44.096Z | Downloaded zopfli v0.8.3 |
| 1031 | 2026-03-10T09:44:44.098Z | Downloaded rsa v0.9.10 |
| 1032 | 2026-03-10T09:44:44.102Z | Downloaded git2 v0.20.4 |
| 1033 | 2026-03-10T09:44:44.108Z | Downloaded p384 v0.13.1 |
| 1034 | 2026-03-10T09:44:44.112Z | Downloaded ssh-key v0.6.7 |
| 1035 | 2026-03-10T09:44:44.118Z | Downloaded vte v0.14.1 |
| 1036 | 2026-03-10T09:44:44.120Z | Downloaded tokio-postgres v0.7.16 |
| 1037 | 2026-03-10T09:44:44.123Z | Downloaded bindgen v0.71.1 |
| 1038 | 2026-03-10T09:44:44.129Z | Downloaded yansi v1.0.1 |
| 1039 | 2026-03-10T09:44:44.131Z | Downloaded reqwest v0.12.28 |
| 1040 | 2026-03-10T09:44:44.135Z | Downloaded chrono v0.4.44 |
| 1041 | 2026-03-10T09:44:44.140Z | Downloaded h2 v0.4.13 |
| 1042 | 2026-03-10T09:44:44.145Z | Downloaded tokio-tungstenite v0.23.1 |
| 1043 | 2026-03-10T09:44:44.148Z | Downloaded portable-atomic v1.13.1 |
| 1044 | 2026-03-10T09:44:44.153Z | Downloaded libxml v0.3.3 |
| 1045 | 2026-03-10T09:44:44.157Z | Downloaded rayon v1.11.0 |
| 1046 | 2026-03-10T09:44:44.164Z | Downloaded publicsuffix v2.3.0 |
| 1047 | 2026-03-10T09:44:44.167Z | Downloaded unicode_categories v0.1.1 |
| 1048 | 2026-03-10T09:44:44.170Z | Downloaded thread_local v1.1.9 |
| 1049 | 2026-03-10T09:44:44.170Z | Downloaded thiserror-no-std v2.0.2 |
| 1050 | 2026-03-10T09:44:44.172Z | Downloaded zerocopy-derive v0.8.40 |
| 1051 | 2026-03-10T09:44:44.178Z | Downloaded zip v0.6.6 |
| 1052 | 2026-03-10T09:44:44.181Z | Downloaded reqwest v0.13.2 |
| 1053 | 2026-03-10T09:44:44.185Z | Downloaded goblin v0.10.5 |
| 1054 | 2026-03-10T09:44:44.190Z | Downloaded typed-path v0.9.3 |
| 1055 | 2026-03-10T09:44:44.195Z | Downloaded x509-cert v0.2.5 |
| 1056 | 2026-03-10T09:44:44.199Z | Downloaded spki v0.7.3 |
| 1057 | 2026-03-10T09:44:44.202Z | Downloaded slog-term v2.9.2 |
| 1058 | 2026-03-10T09:44:44.206Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1059 | 2026-03-10T09:44:44.206Z | Downloaded lalrpop v0.19.12 |
| 1060 | 2026-03-10T09:44:44.213Z | Downloaded schemars v0.8.22 |
| 1061 | 2026-03-10T09:44:44.222Z | Downloaded rustls-pemfile v2.2.0 |
| 1062 | 2026-03-10T09:44:44.224Z | Downloaded hashbrown v0.13.2 |
| 1063 | 2026-03-10T09:44:44.227Z | Downloaded tower v0.5.3 |
| 1064 | 2026-03-10T09:44:44.233Z | Downloaded rustls-webpki v0.101.7 |
| 1065 | 2026-03-10T09:44:44.244Z | Downloaded unicode-normalization v0.1.25 |
| 1066 | 2026-03-10T09:44:44.247Z | Downloaded salty v0.3.0 |
| 1067 | 2026-03-10T09:44:44.252Z | Downloaded regex v1.12.3 |
| 1068 | 2026-03-10T09:44:44.256Z | Downloaded unicode-segmentation v1.12.0 |
| 1069 | 2026-03-10T09:44:44.259Z | Downloaded serde_with v3.17.0 |
| 1070 | 2026-03-10T09:44:44.268Z | Downloaded zip v4.6.1 |
| 1071 | 2026-03-10T09:44:44.272Z | Downloaded tower-http v0.6.8 |
| 1072 | 2026-03-10T09:44:44.277Z | Downloaded rustls-webpki v0.102.8 |
| 1073 | 2026-03-10T09:44:44.292Z | Downloaded tough v0.20.0 |
| 1074 | 2026-03-10T09:44:44.298Z | Downloaded curve25519-dalek v4.1.3 |
| 1075 | 2026-03-10T09:44:44.305Z | Downloaded quinn-proto v0.11.13 |
| 1076 | 2026-03-10T09:44:44.310Z | Downloaded proptest v1.10.0 |
| 1077 | 2026-03-10T09:44:44.318Z | Downloaded object v0.30.4 |
| 1078 | 2026-03-10T09:44:44.323Z | Downloaded tokio-util v0.7.18 |
| 1079 | 2026-03-10T09:44:44.330Z | Downloaded winnow v0.5.40 |
| 1080 | 2026-03-10T09:44:44.336Z | Downloaded winnow v0.6.26 |
| 1081 | 2026-03-10T09:44:44.342Z | Downloaded nix v0.27.1 |
| 1082 | 2026-03-10T09:44:44.350Z | Downloaded bstr v1.12.1 |
| 1083 | 2026-03-10T09:44:44.356Z | Downloaded petname v2.0.2 |
| 1084 | 2026-03-10T09:44:44.360Z | Downloaded radix_trie v0.2.1 |
| 1085 | 2026-03-10T09:44:44.364Z | Downloaded quick-xml v0.37.5 |
| 1086 | 2026-03-10T09:44:44.369Z | Downloaded moka v0.12.13 |
| 1087 | 2026-03-10T09:44:44.373Z | Downloaded hashbrown v0.12.3 |
| 1088 | 2026-03-10T09:44:44.376Z | Downloaded serde_plain v1.0.2 |
| 1089 | 2026-03-10T09:44:44.379Z | Downloaded serde-big-array v0.5.1 |
| 1090 | 2026-03-10T09:44:44.379Z | Downloaded crossbeam-channel v0.5.15 |
| 1091 | 2026-03-10T09:44:44.382Z | Downloaded postcard v1.1.3 |
| 1092 | 2026-03-10T09:44:44.384Z | Downloaded pkg-config v0.3.32 |
| 1093 | 2026-03-10T09:44:44.387Z | Downloaded pkcs1 v0.7.5 |
| 1094 | 2026-03-10T09:44:44.387Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1095 | 2026-03-10T09:44:44.387Z | Downloaded same-file v1.0.6 |
| 1096 | 2026-03-10T09:44:44.390Z | Downloaded dropshot-api-manager v0.5.2 |
| 1097 | 2026-03-10T09:44:44.391Z | Downloaded password-hash v0.5.0 |
| 1098 | 2026-03-10T09:44:44.404Z | Downloaded packed_struct v0.10.1 |
| 1099 | 2026-03-10T09:44:44.404Z | Downloaded time v0.3.47 |
| 1100 | 2026-03-10T09:44:44.404Z | Downloaded cc v1.2.56 |
| 1101 | 2026-03-10T09:44:44.407Z | Downloaded tabled v0.20.0 |
| 1102 | 2026-03-10T09:44:44.419Z | Downloaded rustls v0.21.12 |
| 1103 | 2026-03-10T09:44:44.427Z | Downloaded nix v0.30.1 |
| 1104 | 2026-03-10T09:44:44.435Z | Downloaded object v0.37.3 |
| 1105 | 2026-03-10T09:44:44.445Z | Downloaded regex-syntax v0.6.29 |
| 1106 | 2026-03-10T09:44:44.448Z | Downloaded vcpkg v0.2.15 |
| 1107 | 2026-03-10T09:44:44.479Z | Downloaded zlib-rs v0.6.2 |
| 1108 | 2026-03-10T09:44:44.483Z | Downloaded nix v0.31.1 |
| 1109 | 2026-03-10T09:44:44.491Z | Downloaded smoltcp v0.9.1 |
| 1110 | 2026-03-10T09:44:44.499Z | Downloaded zerocopy v0.8.40 |
| 1111 | 2026-03-10T09:44:44.506Z | Downloaded smoltcp v0.11.0 |
| 1112 | 2026-03-10T09:44:44.515Z | Downloaded rustls v0.22.4 |
| 1113 | 2026-03-10T09:44:44.526Z | Downloaded hickory-proto v0.25.2 |
| 1114 | 2026-03-10T09:44:44.540Z | Downloaded regex-syntax v0.8.10 |
| 1115 | 2026-03-10T09:44:44.545Z | Downloaded openapiv3 v2.2.0 |
| 1116 | 2026-03-10T09:44:44.556Z | Downloaded regress v0.10.5 |
| 1117 | 2026-03-10T09:44:44.565Z | Downloaded webpki-roots v1.0.6 |
| 1118 | 2026-03-10T09:44:44.567Z | Downloaded rustls v0.23.37 |
| 1119 | 2026-03-10T09:44:44.579Z | Downloaded rustix v0.38.44 |
| 1120 | 2026-03-10T09:44:44.598Z | Downloaded hickory-proto v0.24.4 |
| 1121 | 2026-03-10T09:44:44.610Z | Downloaded sqlparser v0.61.0 |
| 1122 | 2026-03-10T09:44:44.618Z | Downloaded dropshot v0.16.7 |
| 1123 | 2026-03-10T09:44:44.636Z | Downloaded sled v0.34.7 |
| 1124 | 2026-03-10T09:44:44.645Z | Downloaded nix v0.28.0 |
| 1125 | 2026-03-10T09:44:44.654Z | Downloaded polar-core v0.27.3 |
| 1126 | 2026-03-10T09:44:44.661Z | Downloaded openssl v0.10.75 |
| 1127 | 2026-03-10T09:44:44.669Z | Downloaded zerocopy-derive v0.6.6 |
| 1128 | 2026-03-10T09:44:44.677Z | Downloaded diesel v2.2.12 |
| 1129 | 2026-03-10T09:44:44.692Z | Downloaded nix v0.29.0 |
| 1130 | 2026-03-10T09:44:44.700Z | Downloaded tracing v0.1.44 |
| 1131 | 2026-03-10T09:44:44.718Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1132 | 2026-03-10T09:44:44.727Z | Downloaded typify-impl v0.6.1 |
| 1133 | 2026-03-10T09:44:44.739Z | Downloaded ratatui v0.29.0 |
| 1134 | 2026-03-10T09:44:44.754Z | Downloaded typify-impl v0.4.3 |
| 1135 | 2026-03-10T09:44:44.765Z | Downloaded jiff v0.2.21 |
| 1136 | 2026-03-10T09:44:44.780Z | Downloaded pin-project-lite v0.2.17 |
| 1137 | 2026-03-10T09:44:44.784Z | Downloaded phf v0.13.1 |
| 1138 | 2026-03-10T09:44:44.787Z | Downloaded ingot-macros v0.1.1 |
| 1139 | 2026-03-10T09:44:44.787Z | Downloaded headers v0.4.1 |
| 1140 | 2026-03-10T09:44:44.790Z | Downloaded regex-automata v0.4.14 |
| 1141 | 2026-03-10T09:44:44.802Z | Downloaded flume v0.11.1 |
| 1142 | 2026-03-10T09:44:44.805Z | Downloaded petgraph v0.6.5 |
| 1143 | 2026-03-10T09:44:44.819Z | Downloaded csv v1.4.0 |
| 1144 | 2026-03-10T09:44:44.835Z | Downloaded lzma-sys v0.1.20 |
| 1145 | 2026-03-10T09:44:44.857Z | Downloaded chrono-tz v0.10.4 |
| 1146 | 2026-03-10T09:44:44.871Z | Downloaded tokio v1.49.0 |
| 1147 | 2026-03-10T09:44:44.901Z | Downloaded base64 v0.22.1 |
| 1148 | 2026-03-10T09:44:44.904Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1149 | 2026-03-10T09:44:44.907Z | Downloaded proc-macro-crate v1.3.1 |
| 1150 | 2026-03-10T09:44:44.907Z | Downloaded peg v0.8.5 |
| 1151 | 2026-03-10T09:44:44.910Z | Downloaded pbkdf2 v0.11.0 |
| 1152 | 2026-03-10T09:44:44.910Z | Downloaded password-hash v0.4.2 |
| 1153 | 2026-03-10T09:44:44.912Z | Downloaded parse-display-derive v0.10.0 |
| 1154 | 2026-03-10T09:44:44.912Z | Downloaded oxnet v0.1.4 |
| 1155 | 2026-03-10T09:44:44.915Z | Downloaded heapless v0.7.17 |
| 1156 | 2026-03-10T09:44:44.918Z | Downloaded derive_more v2.1.1 |
| 1157 | 2026-03-10T09:44:44.924Z | Downloaded num-integer v0.1.46 |
| 1158 | 2026-03-10T09:44:44.927Z | Downloaded petgraph v0.8.3 |
| 1159 | 2026-03-10T09:44:44.941Z | Downloaded phf_shared v0.13.1 |
| 1160 | 2026-03-10T09:44:44.944Z | Downloaded phf_shared v0.12.1 |
| 1161 | 2026-03-10T09:44:44.944Z | Downloaded libz-sys v1.1.24 |
| 1162 | 2026-03-10T09:44:44.959Z | Downloaded phf_shared v0.11.3 |
| 1163 | 2026-03-10T09:44:44.962Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1164 | 2026-03-10T09:44:44.974Z | Downloaded sha3 v0.10.8 |
| 1165 | 2026-03-10T09:44:44.978Z | Downloaded num_enum v0.5.11 |
| 1166 | 2026-03-10T09:44:44.981Z | Downloaded litrs v1.0.0 |
| 1167 | 2026-03-10T09:44:44.984Z | Downloaded diesel_derives v2.2.7 |
| 1168 | 2026-03-10T09:44:44.987Z | Downloaded bumpalo v3.20.2 |
| 1169 | 2026-03-10T09:44:44.989Z | Downloaded iana-time-zone v0.1.65 |
| 1170 | 2026-03-10T09:44:44.992Z | Downloaded openssl-probe v0.1.6 |
| 1171 | 2026-03-10T09:44:44.992Z | Downloaded linked-hash-map v0.5.6 |
| 1172 | 2026-03-10T09:44:44.992Z | Downloaded httparse v1.10.1 |
| 1173 | 2026-03-10T09:44:44.996Z | Downloaded encoding_rs v0.8.35 |
| 1174 | 2026-03-10T09:44:45.010Z | Downloaded diff v0.1.13 |
| 1175 | 2026-03-10T09:44:45.013Z | Downloaded num_threads v0.1.7 |
| 1176 | 2026-03-10T09:44:45.013Z | Downloaded hyper-rustls v0.27.7 |
| 1177 | 2026-03-10T09:44:45.016Z | Downloaded half v1.8.3 |
| 1178 | 2026-03-10T09:44:45.016Z | Downloaded libsw v3.5.0 |
| 1179 | 2026-03-10T09:44:45.019Z | Downloaded getrandom v0.3.4 |
| 1180 | 2026-03-10T09:44:45.022Z | Downloaded crc-any v2.5.0 |
| 1181 | 2026-03-10T09:44:45.022Z | Downloaded hmac v0.12.1 |
| 1182 | 2026-03-10T09:44:45.025Z | Downloaded num-derive v0.3.3 |
| 1183 | 2026-03-10T09:44:45.025Z | Downloaded num-conv v0.2.0 |
| 1184 | 2026-03-10T09:44:45.025Z | Downloaded linear-map v1.2.0 |
| 1185 | 2026-03-10T09:44:45.028Z | Downloaded libloading v0.8.9 |
| 1186 | 2026-03-10T09:44:45.028Z | Downloaded hickory-client v0.25.2 |
| 1187 | 2026-03-10T09:44:45.031Z | Downloaded nodrop v0.1.14 |
| 1188 | 2026-03-10T09:44:45.031Z | Downloaded nibble_vec v0.1.0 |
| 1189 | 2026-03-10T09:44:45.031Z | Downloaded newtype_derive v0.1.6 |
| 1190 | 2026-03-10T09:44:45.031Z | Downloaded newline-converter v0.3.0 |
| 1191 | 2026-03-10T09:44:45.031Z | Downloaded bytes v1.11.1 |
| 1192 | 2026-03-10T09:44:45.034Z | Downloaded ingot v0.1.1 |
| 1193 | 2026-03-10T09:44:45.037Z | Downloaded mime v0.3.17 |
| 1194 | 2026-03-10T09:44:45.037Z | Downloaded getrandom v0.2.17 |
| 1195 | 2026-03-10T09:44:45.040Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1196 | 2026-03-10T09:44:45.040Z | Downloaded foldhash v0.1.5 |
| 1197 | 2026-03-10T09:44:45.043Z | Downloaded derive_more-impl v2.1.1 |
| 1198 | 2026-03-10T09:44:45.045Z | Downloaded der v0.7.10 |
| 1199 | 2026-03-10T09:44:45.048Z | Downloaded backon v1.6.0 |
| 1200 | 2026-03-10T09:44:45.051Z | Downloaded md-5 v0.10.6 |
| 1201 | 2026-03-10T09:44:45.054Z | Downloaded maybe-uninit v2.0.0 |
| 1202 | 2026-03-10T09:44:45.054Z | Downloaded lru-cache v0.1.2 |
| 1203 | 2026-03-10T09:44:45.054Z | Downloaded lru v0.12.5 |
| 1204 | 2026-03-10T09:44:45.054Z | Downloaded ingot-types v0.1.2 |
| 1205 | 2026-03-10T09:44:45.056Z | Downloaded colored v3.1.1 |
| 1206 | 2026-03-10T09:44:45.056Z | Downloaded maplit v1.0.2 |
| 1207 | 2026-03-10T09:44:45.059Z | Downloaded lzss v0.8.2 |
| 1208 | 2026-03-10T09:44:45.059Z | Downloaded des v0.8.1 |
| 1209 | 2026-03-10T09:44:45.059Z | Downloaded derive_more v0.99.20 |
| 1210 | 2026-03-10T09:44:45.062Z | Downloaded darling_core v0.20.11 |
| 1211 | 2026-03-10T09:44:45.066Z | Downloaded humantime v2.3.0 |
| 1212 | 2026-03-10T09:44:45.068Z | Downloaded allocator-api2 v0.2.21 |
| 1213 | 2026-03-10T09:44:45.071Z | Downloaded bzip2 v0.6.1 |
| 1214 | 2026-03-10T09:44:45.071Z | Downloaded env_logger v0.11.9 |
| 1215 | 2026-03-10T09:44:45.074Z | Downloaded ecdsa v0.16.9 |
| 1216 | 2026-03-10T09:44:45.074Z | Downloaded derive_builder_core v0.20.2 |
| 1217 | 2026-03-10T09:44:45.077Z | Downloaded derive_builder v0.20.2 |
| 1218 | 2026-03-10T09:44:45.079Z | Downloaded darling v0.21.3 |
| 1219 | 2026-03-10T09:44:45.082Z | Downloaded is_ci v1.2.0 |
| 1220 | 2026-03-10T09:44:45.082Z | Downloaded internet-checksum v0.2.1 |
| 1221 | 2026-03-10T09:44:45.085Z | Downloaded group v0.13.0 |
| 1222 | 2026-03-10T09:44:45.085Z | Downloaded globset v0.4.18 |
| 1223 | 2026-03-10T09:44:45.085Z | Downloaded glob v0.3.3 |
| 1224 | 2026-03-10T09:44:45.088Z | Downloaded embedded-io v0.6.1 |
| 1225 | 2026-03-10T09:44:45.088Z | Downloaded defmt v1.0.1 |
| 1226 | 2026-03-10T09:44:45.090Z | Downloaded chacha20poly1305 v0.10.1 |
| 1227 | 2026-03-10T09:44:45.090Z | Downloaded crc32fast v1.5.0 |
| 1228 | 2026-03-10T09:44:45.093Z | Downloaded console v0.16.2 |
| 1229 | 2026-03-10T09:44:45.093Z | Downloaded async-bb8-diesel v0.2.1 |
| 1230 | 2026-03-10T09:44:45.096Z | Downloaded inout v0.1.4 |
| 1231 | 2026-03-10T09:44:45.096Z | Downloaded indoc v1.0.9 |
| 1232 | 2026-03-10T09:44:45.099Z | Downloaded ring v0.17.14 |
| 1233 | 2026-03-10T09:44:45.130Z | Downloaded indent_write v2.2.0 |
| 1234 | 2026-03-10T09:44:45.133Z | Downloaded ident_case v1.0.1 |
| 1235 | 2026-03-10T09:44:45.133Z | Downloaded hubpack_derive v0.1.1 |
| 1236 | 2026-03-10T09:44:45.133Z | Downloaded hubpack v0.1.2 |
| 1237 | 2026-03-10T09:44:45.133Z | Downloaded foldhash v0.2.0 |
| 1238 | 2026-03-10T09:44:45.133Z | Downloaded derive-where v1.6.0 |
| 1239 | 2026-03-10T09:44:45.136Z | Downloaded defmt-macros v1.0.1 |
| 1240 | 2026-03-10T09:44:45.138Z | Downloaded darling_core v0.23.0 |
| 1241 | 2026-03-10T09:44:45.141Z | Downloaded daft-derive v0.1.5 |
| 1242 | 2026-03-10T09:44:45.144Z | Downloaded fs-err v2.11.0 |
| 1243 | 2026-03-10T09:44:45.146Z | Downloaded cookie v0.18.1 |
| 1244 | 2026-03-10T09:44:45.146Z | Downloaded chacha20 v0.9.1 |
| 1245 | 2026-03-10T09:44:45.152Z | Downloaded bzip2 v0.4.4 |
| 1246 | 2026-03-10T09:44:45.152Z | Downloaded fallible-iterator v0.2.0 |
| 1247 | 2026-03-10T09:44:45.155Z | Downloaded enum-as-inner v0.6.1 |
| 1248 | 2026-03-10T09:44:45.155Z | Downloaded either v1.15.0 |
| 1249 | 2026-03-10T09:44:45.155Z | Downloaded csv-core v0.1.13 |
| 1250 | 2026-03-10T09:44:45.155Z | Downloaded cookie_store v0.22.1 |
| 1251 | 2026-03-10T09:44:45.155Z | Downloaded const-oid v0.9.6 |
| 1252 | 2026-03-10T09:44:45.158Z | Downloaded console v0.15.11 |
| 1253 | 2026-03-10T09:44:45.158Z | Downloaded chacha20 v0.10.0 |
| 1254 | 2026-03-10T09:44:45.160Z | Downloaded futures-executor v0.3.32 |
| 1255 | 2026-03-10T09:44:45.160Z | Downloaded find-msvc-tools v0.1.9 |
| 1256 | 2026-03-10T09:44:45.163Z | Downloaded erased-serde v0.3.31 |
| 1257 | 2026-03-10T09:44:45.163Z | Downloaded ena v0.14.4 |
| 1258 | 2026-03-10T09:44:45.166Z | Downloaded derive-ex v0.1.8 |
| 1259 | 2026-03-10T09:44:45.166Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1260 | 2026-03-10T09:44:45.208Z | Downloaded deranged v0.5.8 |
| 1261 | 2026-03-10T09:44:45.211Z | Downloaded crossbeam-deque v0.8.6 |
| 1262 | 2026-03-10T09:44:45.211Z | Downloaded convert_case v0.10.0 |
| 1263 | 2026-03-10T09:44:45.214Z | Downloaded hex v0.4.3 |
| 1264 | 2026-03-10T09:44:45.214Z | Downloaded ciborium v0.2.2 |
| 1265 | 2026-03-10T09:44:45.217Z | Downloaded cexpr v0.6.0 |
| 1266 | 2026-03-10T09:44:45.217Z | Downloaded argon2 v0.5.3 |
| 1267 | 2026-03-10T09:44:45.217Z | Downloaded endian-type v0.1.2 |
| 1268 | 2026-03-10T09:44:45.217Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1269 | 2026-03-10T09:44:45.221Z | Downloaded constant_time_eq v0.4.2 |
| 1270 | 2026-03-10T09:44:45.221Z | Downloaded backoff v0.4.0 |
| 1271 | 2026-03-10T09:44:45.221Z | Downloaded arrayvec v0.7.6 |
| 1272 | 2026-03-10T09:44:45.224Z | Downloaded foreign-types-shared v0.1.1 |
| 1273 | 2026-03-10T09:44:45.224Z | Downloaded foreign-types v0.3.2 |
| 1274 | 2026-03-10T09:44:45.224Z | Downloaded env_filter v1.0.0 |
| 1275 | 2026-03-10T09:44:45.224Z | Downloaded defmt-parser v1.0.0 |
| 1276 | 2026-03-10T09:44:45.224Z | Downloaded cipher v0.4.4 |
| 1277 | 2026-03-10T09:44:45.227Z | Downloaded foreign-types-shared v0.3.1 |
| 1278 | 2026-03-10T09:44:45.227Z | Downloaded foreign-types v0.5.0 |
| 1279 | 2026-03-10T09:44:45.227Z | Downloaded drift v0.1.3 |
| 1280 | 2026-03-10T09:44:45.230Z | Downloaded data-encoding v2.10.0 |
| 1281 | 2026-03-10T09:44:45.233Z | Downloaded bitflags v1.3.2 |
| 1282 | 2026-03-10T09:44:45.233Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1283 | 2026-03-10T09:44:45.236Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1284 | 2026-03-10T09:44:45.236Z | Downloaded bcs v0.1.6 |
| 1285 | 2026-03-10T09:44:45.238Z | Downloaded gethostname v0.5.0 |
| 1286 | 2026-03-10T09:44:45.238Z | Downloaded fxhash v0.2.1 |
| 1287 | 2026-03-10T09:44:45.238Z | Downloaded futures-task v0.3.32 |
| 1288 | 2026-03-10T09:44:45.238Z | Downloaded futures-macro v0.3.32 |
| 1289 | 2026-03-10T09:44:45.241Z | Downloaded futures-core v0.3.32 |
| 1290 | 2026-03-10T09:44:45.241Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1291 | 2026-03-10T09:44:45.241Z | Downloaded fixedbitset v0.4.2 |
| 1292 | 2026-03-10T09:44:45.241Z | Downloaded fd-lock v4.0.4 |
| 1293 | 2026-03-10T09:44:45.244Z | Downloaded embedded-io v0.4.0 |
| 1294 | 2026-03-10T09:44:45.244Z | Downloaded crunchy v0.2.4 |
| 1295 | 2026-03-10T09:44:45.244Z | Downloaded const_format_proc_macros v0.2.34 |
| 1296 | 2026-03-10T09:44:45.247Z | Downloaded cancel-safe-futures v0.1.5 |
| 1297 | 2026-03-10T09:44:45.250Z | Downloaded ciborium-io v0.2.2 |
| 1298 | 2026-03-10T09:44:45.250Z | Downloaded crc-catalog v2.4.0 |
| 1299 | 2026-03-10T09:44:45.250Z | Downloaded bitfield-macros v0.19.4 |
| 1300 | 2026-03-10T09:44:45.250Z | Downloaded atty v0.2.14 |
| 1301 | 2026-03-10T09:44:45.253Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1302 | 2026-03-10T09:44:45.253Z | Downloaded bit-set v0.8.0 |
| 1303 | 2026-03-10T09:44:45.253Z | Downloaded cassowary v0.3.0 |
| 1304 | 2026-03-10T09:44:45.253Z | Downloaded blowfish v0.9.1 |
| 1305 | 2026-03-10T09:44:45.256Z | Downloaded difflib v0.4.0 |
| 1306 | 2026-03-10T09:44:45.256Z | Downloaded defmt v0.3.100 |
| 1307 | 2026-03-10T09:44:45.256Z | Downloaded darling_macro v0.23.0 |
| 1308 | 2026-03-10T09:44:45.256Z | Downloaded assert_matches v1.5.0 |
| 1309 | 2026-03-10T09:44:45.256Z | Downloaded darling_macro v0.21.3 |
| 1310 | 2026-03-10T09:44:45.259Z | Downloaded ciborium-ll v0.2.2 |
| 1311 | 2026-03-10T09:44:45.259Z | Downloaded castaway v0.2.4 |
| 1312 | 2026-03-10T09:44:45.259Z | Downloaded bb8 v0.8.6 |
| 1313 | 2026-03-10T09:44:45.259Z | Downloaded cstr-argument v0.1.2 |
| 1314 | 2026-03-10T09:44:45.261Z | Downloaded corncobs v0.1.4 |
| 1315 | 2026-03-10T09:44:45.261Z | Downloaded cargo_toml v0.22.3 |
| 1316 | 2026-03-10T09:44:45.261Z | Downloaded atomicwrites v0.4.4 |
| 1317 | 2026-03-10T09:44:45.264Z | Downloaded async-stream-impl v0.3.6 |
| 1318 | 2026-03-10T09:44:45.264Z | Downloaded arrayref v0.3.9 |
| 1319 | 2026-03-10T09:44:45.264Z | Downloaded array-init v0.0.4 |
| 1320 | 2026-03-10T09:44:45.264Z | Downloaded bit-vec v0.8.0 |
| 1321 | 2026-03-10T09:44:45.267Z | Downloaded async-trait v0.1.89 |
| 1322 | 2026-03-10T09:44:45.267Z | Downloaded crossbeam-epoch v0.9.18 |
| 1323 | 2026-03-10T09:44:45.270Z | Downloaded cfg_aliases v0.2.1 |
| 1324 | 2026-03-10T09:44:45.270Z | Downloaded async-stream v0.3.6 |
| 1325 | 2026-03-10T09:44:45.273Z | Downloaded cargo_metadata v0.19.2 |
| 1326 | 2026-03-10T09:44:45.273Z | Downloaded async-recursion v1.1.1 |
| 1327 | 2026-03-10T09:44:45.275Z | Downloaded block-padding v0.3.3 |
| 1328 | 2026-03-10T09:44:45.275Z | Downloaded bit-set v0.5.3 |
| 1329 | 2026-03-10T09:44:45.275Z | Downloaded cargo-platform v0.1.9 |
| 1330 | 2026-03-10T09:44:45.278Z | Downloaded base16ct v1.0.0 |
| 1331 | 2026-03-10T09:44:45.278Z | Downloaded atomic-waker v1.1.2 |
| 1332 | 2026-03-10T09:44:45.680Z | Downloaded aws-lc-sys v0.37.1 |
| 1333 | 2026-03-10T09:44:46.049Z | Compiling libc v0.2.180 |
| 1334 | 2026-03-10T09:44:46.049Z | Compiling serde v1.0.228 |
| 1335 | 2026-03-10T09:44:46.052Z | Compiling log v0.4.29 |
| 1336 | 2026-03-10T09:44:46.052Z | Compiling shlex v1.3.0 |
| 1337 | 2026-03-10T09:44:46.052Z | Compiling find-msvc-tools v0.1.9 |
| 1338 | 2026-03-10T09:44:46.052Z | Compiling smallvec v1.15.1 |
| 1339 | 2026-03-10T09:44:46.052Z | Compiling typenum v1.19.0 |
| 1340 | 2026-03-10T09:44:46.052Z | Compiling subtle v2.6.1 |
| 1341 | 2026-03-10T09:44:46.192Z | Compiling generic-array v0.14.7 |
| 1342 | 2026-03-10T09:44:46.195Z | Compiling scopeguard v1.2.0 |
| 1343 | 2026-03-10T09:44:46.195Z | Compiling portable-atomic v1.13.1 |
| 1344 | 2026-03-10T09:44:46.195Z | Compiling const-oid v0.9.6 |
| 1345 | 2026-03-10T09:44:46.251Z | Compiling critical-section v1.2.0 |
| 1346 | 2026-03-10T09:44:46.271Z | Compiling zerocopy v0.8.40 |
| 1347 | 2026-03-10T09:44:46.295Z | Compiling syn v2.0.117 |
| 1348 | 2026-03-10T09:44:46.341Z | Compiling pin-project-lite v0.2.17 |
| 1349 | 2026-03-10T09:44:46.481Z | Compiling parking_lot_core v0.9.12 |
| 1350 | 2026-03-10T09:44:46.501Z | Compiling serde_json v1.0.149 |
| 1351 | 2026-03-10T09:44:46.525Z | Compiling lock_api v0.4.14 |
| 1352 | 2026-03-10T09:44:46.556Z | Compiling pkg-config v0.3.32 |
| 1353 | 2026-03-10T09:44:46.556Z | Compiling libm v0.2.16 |
| 1354 | 2026-03-10T09:44:46.605Z | Compiling num-traits v0.2.19 |
| 1355 | 2026-03-10T09:44:46.608Z | Compiling bitflags v2.11.0 |
| 1356 | 2026-03-10T09:44:46.655Z | Compiling futures-core v0.3.32 |
| 1357 | 2026-03-10T09:44:46.770Z | Compiling percent-encoding v2.3.2 |
| 1358 | 2026-03-10T09:44:46.796Z | Compiling allocator-api2 v0.2.21 |
| 1359 | 2026-03-10T09:44:46.917Z | Compiling futures-sink v0.3.32 |
| 1360 | 2026-03-10T09:44:46.964Z | Compiling foldhash v0.2.0 |
| 1361 | 2026-03-10T09:44:47.010Z | Compiling cpufeatures v0.2.17 |
| 1362 | 2026-03-10T09:44:47.037Z | Compiling futures-task v0.3.32 |
| 1363 | 2026-03-10T09:44:47.040Z | Compiling getrandom v0.4.1 |
| 1364 | 2026-03-10T09:44:47.126Z | Compiling futures-channel v0.3.32 |
| 1365 | 2026-03-10T09:44:47.169Z | Compiling slab v0.4.12 |
| 1366 | 2026-03-10T09:44:47.172Z | Compiling futures-io v0.3.32 |
| 1367 | 2026-03-10T09:44:47.264Z | Compiling hashbrown v0.16.1 |
| 1368 | 2026-03-10T09:44:47.286Z | Compiling rustversion v1.0.22 |
| 1369 | 2026-03-10T09:44:47.289Z | Compiling getrandom v0.3.4 |
| 1370 | 2026-03-10T09:44:47.353Z | Compiling rand_core v0.10.0 |
| 1371 | 2026-03-10T09:44:47.376Z | Compiling form_urlencoded v1.2.2 |
| 1372 | 2026-03-10T09:44:47.420Z | Compiling fs_extra v1.3.0 |
| 1373 | 2026-03-10T09:44:47.443Z | Compiling dunce v1.0.5 |
| 1374 | 2026-03-10T09:44:47.469Z | Compiling ident_case v1.0.1 |
| 1375 | 2026-03-10T09:44:47.565Z | Compiling base64ct v1.8.3 |
| 1376 | 2026-03-10T09:44:47.613Z | Compiling getrandom v0.2.17 |
| 1377 | 2026-03-10T09:44:47.616Z | Compiling jobserver v0.1.34 |
| 1378 | 2026-03-10T09:44:47.661Z | Compiling errno v0.3.14 |
| 1379 | 2026-03-10T09:44:47.664Z | Compiling mio v1.1.1 |
| 1380 | 2026-03-10T09:44:47.707Z | Compiling socket2 v0.6.2 |
| 1381 | 2026-03-10T09:44:47.799Z | Compiling flagset v0.4.7 |
| 1382 | 2026-03-10T09:44:47.822Z | Compiling rand_core v0.6.4 |
| 1383 | 2026-03-10T09:44:47.879Z | Compiling once_cell v1.21.3 |
| 1384 | 2026-03-10T09:44:47.930Z | Compiling signal-hook-registry v1.4.8 |
| 1385 | 2026-03-10T09:44:48.002Z | Compiling cc v1.2.56 |
| 1386 | 2026-03-10T09:44:48.002Z | Compiling parking_lot v0.12.5 |
| 1387 | 2026-03-10T09:44:48.045Z | Compiling indexmap v2.13.0 |
| 1388 | 2026-03-10T09:44:48.104Z | Compiling pem-rfc7468 v0.7.0 |
| 1389 | 2026-03-10T09:44:48.133Z | Compiling rustix v1.1.3 |
| 1390 | 2026-03-10T09:44:48.194Z | Compiling iana-time-zone v0.1.65 |
| 1391 | 2026-03-10T09:44:48.218Z | Compiling uuid v1.21.0 |
| 1392 | 2026-03-10T09:44:48.243Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-03-10T09:44:48.331Z | Compiling vcpkg v0.2.15 |
| 1394 | 2026-03-10T09:44:48.354Z | Compiling regex-syntax v0.8.10 |
| 1395 | 2026-03-10T09:44:48.400Z | Compiling aws-lc-rs v1.16.0 |
| 1396 | 2026-03-10T09:44:48.554Z | Compiling rand_core v0.9.5 |
| 1397 | 2026-03-10T09:44:48.580Z | Compiling tracing-core v0.1.36 |
| 1398 | 2026-03-10T09:44:48.632Z | Compiling crossbeam-utils v0.8.21 |
| 1399 | 2026-03-10T09:44:48.703Z | Compiling untrusted v0.7.1 |
| 1400 | 2026-03-10T09:44:48.728Z | Compiling openssl-probe v0.2.1 |
| 1401 | 2026-03-10T09:44:48.852Z | Compiling untrusted v0.9.0 |
| 1402 | 2026-03-10T09:44:48.892Z | Compiling syn v1.0.109 |
| 1403 | 2026-03-10T09:44:48.983Z | Compiling schemars v0.8.22 |
| 1404 | 2026-03-10T09:44:49.005Z | Compiling httparse v1.10.1 |
| 1405 | 2026-03-10T09:44:49.033Z | Compiling base64 v0.22.1 |
| 1406 | 2026-03-10T09:44:49.033Z | Compiling cmake v0.1.57 |
| 1407 | 2026-03-10T09:44:49.080Z | Compiling dyn-clone v1.0.20 |
| 1408 | 2026-03-10T09:44:49.080Z | Compiling rustls v0.23.37 |
| 1409 | 2026-03-10T09:44:49.215Z | Compiling atomic-waker v1.1.2 |
| 1410 | 2026-03-10T09:44:49.323Z | Compiling try-lock v0.2.5 |
| 1411 | 2026-03-10T09:44:49.353Z | Compiling tinyvec_macros v0.1.1 |
| 1412 | 2026-03-10T09:44:49.406Z | Compiling tower-layer v0.3.3 |
| 1413 | 2026-03-10T09:44:49.409Z | Compiling tower-service v0.3.3 |
| 1414 | 2026-03-10T09:44:49.409Z | Compiling spin v0.9.8 |
| 1415 | 2026-03-10T09:44:49.409Z | Compiling aho-corasick v1.1.4 |
| 1416 | 2026-03-10T09:44:49.507Z | Compiling tinyvec v1.10.0 |
| 1417 | 2026-03-10T09:44:49.510Z | Compiling want v0.3.1 |
| 1418 | 2026-03-10T09:44:49.510Z | Compiling powerfmt v0.2.0 |
| 1419 | 2026-03-10T09:44:49.576Z | Compiling pin-utils v0.1.0 |
| 1420 | 2026-03-10T09:44:49.645Z | Compiling time-core v0.1.8 |
| 1421 | 2026-03-10T09:44:49.648Z | Compiling openssl v0.10.75 |
| 1422 | 2026-03-10T09:44:49.667Z | Compiling crc32fast v1.5.0 |
| 1423 | 2026-03-10T09:44:49.738Z | Compiling httpdate v1.0.3 |
| 1424 | 2026-03-10T09:44:49.741Z | Compiling num-conv v0.2.0 |
| 1425 | 2026-03-10T09:44:49.786Z | Compiling foreign-types-shared v0.1.1 |
| 1426 | 2026-03-10T09:44:49.829Z | Compiling deranged v0.5.8 |
| 1427 | 2026-03-10T09:44:49.868Z | Compiling wait-timeout v0.2.1 |
| 1428 | 2026-03-10T09:44:49.891Z | Compiling usdt-impl v0.6.0 |
| 1429 | 2026-03-10T09:44:49.916Z | Compiling foreign-types v0.3.2 |
| 1430 | 2026-03-10T09:44:49.976Z | Compiling time-macros v0.2.27 |
| 1431 | 2026-03-10T09:44:50.034Z | Compiling native-tls v0.2.18 |
| 1432 | 2026-03-10T09:44:50.059Z | Compiling bit-vec v0.8.0 |
| 1433 | 2026-03-10T09:44:50.062Z | Compiling either v1.15.0 |
| 1434 | 2026-03-10T09:44:50.062Z | Compiling siphasher v1.0.2 |
| 1435 | 2026-03-10T09:44:50.155Z | Compiling simd-adler32 v0.3.8 |
| 1436 | 2026-03-10T09:44:50.205Z | Compiling num_threads v0.1.7 |
| 1437 | 2026-03-10T09:44:50.230Z | Compiling quick-error v1.2.3 |
| 1438 | 2026-03-10T09:44:50.281Z | Compiling aws-lc-sys v0.37.1 |
| 1439 | 2026-03-10T09:44:50.319Z | Compiling ring v0.17.14 |
| 1440 | 2026-03-10T09:44:50.387Z | Compiling openssl-sys v0.9.111 |
| 1441 | 2026-03-10T09:44:50.387Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1442 | 2026-03-10T09:44:50.434Z | Compiling bit-set v0.8.0 |
| 1443 | 2026-03-10T09:44:50.437Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1444 | 2026-03-10T09:44:50.482Z | Compiling tempfile v3.25.0 |
| 1445 | 2026-03-10T09:44:50.574Z | Compiling unicode-normalization v0.1.25 |
| 1446 | 2026-03-10T09:44:50.700Z | Compiling synstructure v0.13.2 |
| 1447 | 2026-03-10T09:44:50.745Z | Compiling pest_generator v2.8.6 |
| 1448 | 2026-03-10T09:44:50.858Z | Compiling serde_derive_internals v0.29.1 |
| 1449 | 2026-03-10T09:44:50.882Z | Compiling darling_core v0.20.11 |
| 1450 | 2026-03-10T09:44:51.044Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-03-10T09:44:51.238Z | Compiling rusty-fork v0.3.1 |
| 1452 | 2026-03-10T09:44:51.450Z | Compiling darling_core v0.21.3 |
| 1453 | 2026-03-10T09:44:51.581Z | Compiling time v0.3.47 |
| 1454 | 2026-03-10T09:44:51.604Z | Compiling crossbeam-epoch v0.9.18 |
| 1455 | 2026-03-10T09:44:51.700Z | Compiling slog v2.8.2 |
| 1456 | 2026-03-10T09:44:51.775Z | Compiling rand_xorshift v0.4.0 |
| 1457 | 2026-03-10T09:44:51.899Z | Compiling heapless v0.7.17 |
| 1458 | 2026-03-10T09:44:51.951Z | Compiling thread-id v5.1.0 |
| 1459 | 2026-03-10T09:44:51.988Z | Compiling sync_wrapper v1.0.2 |
| 1460 | 2026-03-10T09:44:52.012Z | Compiling cookie v0.18.1 |
| 1461 | 2026-03-10T09:44:52.072Z | Compiling unarray v0.1.4 |
| 1462 | 2026-03-10T09:44:52.094Z | Compiling unicode-segmentation v1.12.0 |
| 1463 | 2026-03-10T09:44:52.146Z | Compiling anyhow v1.0.102 |
| 1464 | 2026-03-10T09:44:52.173Z | Compiling zstd-safe v7.2.4 |
| 1465 | 2026-03-10T09:44:52.209Z | Compiling adler2 v2.0.1 |
| 1466 | 2026-03-10T09:44:52.230Z | Compiling rayon-core v1.13.0 |
| 1467 | 2026-03-10T09:44:52.263Z | Compiling unicode-bidi v0.3.18 |
| 1468 | 2026-03-10T09:44:52.302Z | Compiling unicode-properties v0.1.4 |
| 1469 | 2026-03-10T09:44:52.399Z | Compiling paste v1.0.15 |
| 1470 | 2026-03-10T09:44:52.477Z | Compiling signal-hook v0.3.18 |
| 1471 | 2026-03-10T09:44:52.550Z | Compiling miniz_oxide v0.8.9 |
| 1472 | 2026-03-10T09:44:52.720Z | Compiling stringprep v0.1.5 |
| 1473 | 2026-03-10T09:44:52.743Z | Compiling crossbeam-deque v0.8.6 |
| 1474 | 2026-03-10T09:44:52.896Z | Compiling num-integer v0.1.46 |
| 1475 | 2026-03-10T09:44:52.929Z | Compiling vergen-lib v0.1.6 |
| 1476 | 2026-03-10T09:44:53.019Z | Compiling curve25519-dalek v4.1.3 |
| 1477 | 2026-03-10T09:44:53.048Z | Compiling ff v0.13.1 |
| 1478 | 2026-03-10T09:44:53.207Z | Compiling hash32 v0.2.1 |
| 1479 | 2026-03-10T09:44:53.244Z | Compiling smoltcp v0.9.1 |
| 1480 | 2026-03-10T09:44:53.362Z | Compiling ref-cast v1.0.25 |
| 1481 | 2026-03-10T09:44:53.386Z | Compiling litrs v1.0.0 |
| 1482 | 2026-03-10T09:44:53.428Z | Compiling serde_derive v1.0.228 |
| 1483 | 2026-03-10T09:44:53.452Z | Compiling zeroize_derive v1.4.3 |
| 1484 | 2026-03-10T09:44:53.480Z | Compiling zerofrom-derive v0.1.6 |
| 1485 | 2026-03-10T09:44:53.526Z | Compiling yoke-derive v0.8.1 |
| 1486 | 2026-03-10T09:44:53.592Z | Compiling zerocopy-derive v0.8.40 |
| 1487 | 2026-03-10T09:44:53.741Z | Compiling zerovec-derive v0.11.2 |
| 1488 | 2026-03-10T09:44:53.820Z | Compiling displaydoc v0.2.5 |
| 1489 | 2026-03-10T09:44:53.944Z | Compiling tokio-macros v2.6.0 |
| 1490 | 2026-03-10T09:44:54.127Z | Compiling futures-macro v0.3.32 |
| 1491 | 2026-03-10T09:44:54.354Z | Compiling der_derive v0.7.3 |
| 1492 | 2026-03-10T09:44:54.406Z | Compiling zeroize v1.8.2 |
| 1493 | 2026-03-10T09:44:54.918Z | Compiling thiserror-impl v2.0.18 |
| 1494 | 2026-03-10T09:44:55.037Z | Compiling rustls-pki-types v1.14.0 |
| 1495 | 2026-03-10T09:44:55.167Z | Compiling tracing-attributes v0.1.31 |
| 1496 | 2026-03-10T09:44:55.272Z | Compiling scroll_derive v0.13.1 |
| 1497 | 2026-03-10T09:44:55.321Z | Compiling futures-util v0.3.32 |
| 1498 | 2026-03-10T09:44:55.419Z | Compiling schemars_derive v0.8.22 |
| 1499 | 2026-03-10T09:44:55.623Z | Compiling crypto-common v0.1.7 |
| 1500 | 2026-03-10T09:44:55.646Z | Compiling zerofrom v0.1.6 |
| 1501 | 2026-03-10T09:44:55.650Z | Compiling block-buffer v0.10.4 |
| 1502 | 2026-03-10T09:44:55.743Z | Compiling block-padding v0.3.3 |
| 1503 | 2026-03-10T09:44:55.792Z | Compiling der v0.7.10 |
| 1504 | 2026-03-10T09:44:55.842Z | Compiling yoke v0.8.1 |
| 1505 | 2026-03-10T09:44:55.846Z | Compiling pest_derive v2.8.6 |
| 1506 | 2026-03-10T09:44:55.916Z | Compiling digest v0.10.7 |
| 1507 | 2026-03-10T09:44:55.975Z | Compiling inout v0.1.4 |
| 1508 | 2026-03-10T09:44:56.120Z | Compiling zerovec v0.11.5 |
| 1509 | 2026-03-10T09:44:56.224Z | Compiling zerotrie v0.2.3 |
| 1510 | 2026-03-10T09:44:56.297Z | Compiling hmac v0.12.1 |
| 1511 | 2026-03-10T09:44:56.531Z | Compiling sha2 v0.10.9 |
| 1512 | 2026-03-10T09:44:56.531Z | Compiling cipher v0.4.4 |
| 1513 | 2026-03-10T09:44:56.577Z | Compiling pbkdf2 v0.12.2 |
| 1514 | 2026-03-10T09:44:56.678Z | Compiling scroll v0.13.0 |
| 1515 | 2026-03-10T09:44:56.753Z | Compiling darling_macro v0.20.11 |
| 1516 | 2026-03-10T09:44:56.888Z | Compiling tinystr v0.8.2 |
| 1517 | 2026-03-10T09:44:56.930Z | Compiling potential_utf v0.1.4 |
| 1518 | 2026-03-10T09:44:56.956Z | Compiling salsa20 v0.10.2 |
| 1519 | 2026-03-10T09:44:57.068Z | Compiling spki v0.7.3 |
| 1520 | 2026-03-10T09:44:57.171Z | Compiling icu_locale_core v2.1.1 |
| 1521 | 2026-03-10T09:44:57.198Z | Compiling icu_collections v2.1.1 |
| 1522 | 2026-03-10T09:44:57.198Z | Compiling scrypt v0.11.0 |
| 1523 | 2026-03-10T09:44:57.248Z | Compiling thiserror v2.0.18 |
| 1524 | 2026-03-10T09:44:57.301Z | Compiling cbc v0.1.2 |
| 1525 | 2026-03-10T09:44:57.326Z | Compiling aes v0.8.4 |
| 1526 | 2026-03-10T09:44:57.367Z | Compiling tracing v0.1.44 |
| 1527 | 2026-03-10T09:44:57.411Z | Compiling goblin v0.10.5 |
| 1528 | 2026-03-10T09:44:57.463Z | Compiling darling v0.20.11 |
| 1529 | 2026-03-10T09:44:57.521Z | Compiling thiserror-impl v1.0.69 |
| 1530 | 2026-03-10T09:44:57.572Z | Compiling openssl-macros v0.1.1 |
| 1531 | 2026-03-10T09:44:57.596Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-03-10T09:44:57.668Z | Compiling dtrace-parser v0.3.0 |
| 1533 | 2026-03-10T09:44:57.756Z | Compiling signature v2.2.0 |
| 1534 | 2026-03-10T09:44:57.948Z | Compiling pkcs5 v0.7.1 |
| 1535 | 2026-03-10T09:44:57.984Z | Compiling rustls-native-certs v0.8.3 |
| 1536 | 2026-03-10T09:44:58.014Z | Compiling scroll_derive v0.12.1 |
| 1537 | 2026-03-10T09:44:58.174Z | Compiling icu_provider v2.1.1 |
| 1538 | 2026-03-10T09:44:58.422Z | Compiling pkcs8 v0.10.2 |
| 1539 | 2026-03-10T09:44:58.536Z | Compiling bytes v1.11.1 |
| 1540 | 2026-03-10T09:44:58.605Z | Compiling icu_properties v2.1.2 |
| 1541 | 2026-03-10T09:44:58.627Z | Compiling icu_normalizer v2.1.1 |
| 1542 | 2026-03-10T09:44:58.665Z | Compiling chrono v0.4.44 |
| 1543 | 2026-03-10T09:44:58.738Z | Compiling ipnet v2.11.0 |
| 1544 | 2026-03-10T09:44:58.797Z | Compiling toml_datetime v0.6.11 |
| 1545 | 2026-03-10T09:44:58.828Z | Compiling serde_spanned v0.6.9 |
| 1546 | 2026-03-10T09:44:58.865Z | Compiling erased-serde v0.3.31 |
| 1547 | 2026-03-10T09:44:58.887Z | Compiling derive_builder_macro v0.20.2 |
| 1548 | 2026-03-10T09:44:58.988Z | Compiling scroll v0.12.0 |
| 1549 | 2026-03-10T09:44:59.038Z | Compiling serde_tokenstream v0.2.3 |
| 1550 | 2026-03-10T09:44:59.157Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-03-10T09:44:59.348Z | Compiling tokio v1.49.0 |
| 1552 | 2026-03-10T09:44:59.369Z | Compiling http v1.4.0 |
| 1553 | 2026-03-10T09:44:59.393Z | Compiling thiserror v1.0.69 |
| 1554 | 2026-03-10T09:44:59.396Z | Compiling webpki-roots v1.0.6 |
| 1555 | 2026-03-10T09:44:59.444Z | Compiling darling_macro v0.21.3 |
| 1556 | 2026-03-10T09:44:59.467Z | Compiling zerocopy-derive v0.7.35 |
| 1557 | 2026-03-10T09:44:59.467Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-03-10T09:44:59.544Z | Compiling iri-string v0.7.10 |
| 1559 | 2026-03-10T09:44:59.566Z | Compiling ryu v1.0.23 |
| 1560 | 2026-03-10T09:44:59.594Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-03-10T09:44:59.640Z | Compiling fallible-iterator v0.2.0 |
| 1562 | 2026-03-10T09:44:59.776Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-03-10T09:44:59.828Z | Compiling rustix v0.38.44 |
| 1564 | 2026-03-10T09:44:59.956Z | Compiling idna_adapter v1.2.1 |
| 1565 | 2026-03-10T09:45:00.086Z | Compiling base16ct v0.2.0 |
| 1566 | 2026-03-10T09:45:00.133Z | Compiling idna v1.1.0 |
| 1567 | 2026-03-10T09:45:00.157Z | Compiling darling v0.21.3 |
| 1568 | 2026-03-10T09:45:00.242Z | Compiling http-body v1.0.1 |
| 1569 | 2026-03-10T09:45:00.275Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-03-10T09:45:00.365Z | Compiling serde_urlencoded v0.7.1 |
| 1571 | 2026-03-10T09:45:00.477Z | Compiling ppv-lite86 v0.2.21 |
| 1572 | 2026-03-10T09:45:00.509Z | Compiling http-body-util v0.1.3 |
| 1573 | 2026-03-10T09:45:00.641Z | Compiling url v2.5.8 |
| 1574 | 2026-03-10T09:45:00.727Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2026-03-10T09:45:00.732Z | Compiling derive_builder v0.20.2 |
| 1576 | 2026-03-10T09:45:00.773Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-03-10T09:45:00.773Z | Compiling goblin v0.8.2 |
| 1578 | 2026-03-10T09:45:00.856Z | Compiling cargo-platform v0.1.9 |
| 1579 | 2026-03-10T09:45:00.923Z | Compiling rand_chacha v0.9.0 |
| 1580 | 2026-03-10T09:45:00.967Z | Compiling rand_chacha v0.3.1 |
| 1581 | 2026-03-10T09:45:00.989Z | Compiling hkdf v0.12.4 |
| 1582 | 2026-03-10T09:45:01.013Z | Compiling hubpack_derive v0.1.1 |
| 1583 | 2026-03-10T09:45:01.124Z | Compiling crypto-bigint v0.5.5 |
| 1584 | 2026-03-10T09:45:01.210Z | Compiling rand v0.9.2 |
| 1585 | 2026-03-10T09:45:01.233Z | Compiling regex v1.12.3 |
| 1586 | 2026-03-10T09:45:01.663Z | Compiling dof v0.4.0 |
| 1587 | 2026-03-10T09:45:01.684Z | Compiling rand v0.8.5 |
| 1588 | 2026-03-10T09:45:01.848Z | Compiling document-features v0.2.12 |
| 1589 | 2026-03-10T09:45:02.073Z | Compiling proptest v1.10.0 |
| 1590 | 2026-03-10T09:45:02.097Z | Compiling postgres-protocol v0.6.10 |
| 1591 | 2026-03-10T09:45:02.118Z | Compiling async-trait v0.1.89 |
| 1592 | 2026-03-10T09:45:02.248Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-03-10T09:45:02.340Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-03-10T09:45:02.696Z | Compiling ipnetwork v0.21.1 |
| 1595 | 2026-03-10T09:45:02.864Z | Compiling daft-derive v0.1.5 |
| 1596 | 2026-03-10T09:45:02.887Z | Compiling strum_macros v0.27.2 |
| 1597 | 2026-03-10T09:45:03.125Z | Compiling oxnet v0.1.4 |
| 1598 | 2026-03-10T09:45:03.277Z | Compiling num-iter v0.1.45 |
| 1599 | 2026-03-10T09:45:03.490Z | Compiling group v0.13.0 |
| 1600 | 2026-03-10T09:45:03.709Z | Compiling flate2 v1.1.9 |
| 1601 | 2026-03-10T09:45:03.749Z | Compiling proc-macro-error v1.0.4 |
| 1602 | 2026-03-10T09:45:03.877Z | Compiling heck v0.4.1 |
| 1603 | 2026-03-10T09:45:03.926Z | Compiling terminal_size v0.4.3 |
| 1604 | 2026-03-10T09:45:04.015Z | Compiling phf_shared v0.13.1 |
| 1605 | 2026-03-10T09:45:04.122Z | Compiling lazy_static v1.5.0 |
| 1606 | 2026-03-10T09:45:04.170Z | Compiling vergen v9.0.6 |
| 1607 | 2026-03-10T09:45:04.173Z | Compiling fs-err v3.3.0 |
| 1608 | 2026-03-10T09:45:04.218Z | Compiling ahash v0.8.12 |
| 1609 | 2026-03-10T09:45:04.244Z | Compiling managed v0.8.0 |
| 1610 | 2026-03-10T09:45:04.270Z | Compiling winnow v0.5.40 |
| 1611 | 2026-03-10T09:45:04.296Z | Compiling bitflags v1.3.2 |
| 1612 | 2026-03-10T09:45:04.322Z | Compiling foldhash v0.1.5 |
| 1613 | 2026-03-10T09:45:04.382Z | Compiling object v0.37.3 |
| 1614 | 2026-03-10T09:45:04.412Z | Compiling libbz2-rs-sys v0.2.2 |
| 1615 | 2026-03-10T09:45:04.438Z | Compiling bumpalo v3.20.2 |
| 1616 | 2026-03-10T09:45:04.441Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-03-10T09:45:04.486Z | Compiling phf v0.13.1 |
| 1618 | 2026-03-10T09:45:04.582Z | Compiling tokio-util v0.7.18 |
| 1619 | 2026-03-10T09:45:04.585Z | Compiling tower v0.5.3 |
| 1620 | 2026-03-10T09:45:04.585Z | Compiling tokio-native-tls v0.3.1 |
| 1621 | 2026-03-10T09:45:04.657Z | Compiling hashbrown v0.15.5 |
| 1622 | 2026-03-10T09:45:04.718Z | Compiling zopfli v0.8.3 |
| 1623 | 2026-03-10T09:45:04.811Z | Compiling console v0.16.2 |
| 1624 | 2026-03-10T09:45:04.888Z | Compiling zone_cfg_derive v0.3.1 |
| 1625 | 2026-03-10T09:45:05.302Z | Compiling tower-http v0.6.8 |
| 1626 | 2026-03-10T09:45:05.423Z | Compiling bzip2 v0.6.1 |
| 1627 | 2026-03-10T09:45:05.485Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-03-10T09:45:05.672Z | Compiling h2 v0.4.13 |
| 1629 | 2026-03-10T09:45:05.694Z | Compiling newtype-uuid v1.3.2 |
| 1630 | 2026-03-10T09:45:05.728Z | Compiling dof v0.3.0 |
| 1631 | 2026-03-10T09:45:05.750Z | Compiling rayon v1.11.0 |
| 1632 | 2026-03-10T09:45:05.814Z | Compiling strum v0.27.2 |
| 1633 | 2026-03-10T09:45:05.904Z | Compiling cargo_metadata v0.19.2 |
| 1634 | 2026-03-10T09:45:05.952Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-03-10T09:45:06.002Z | Compiling daft v0.1.5 |
| 1636 | 2026-03-10T09:45:06.087Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-03-10T09:45:06.144Z | Compiling elliptic-curve v0.13.8 |
| 1638 | 2026-03-10T09:45:06.189Z | Compiling toml_edit v0.19.15 |
| 1639 | 2026-03-10T09:45:06.356Z | Compiling cookie_store v0.22.1 |
| 1640 | 2026-03-10T09:45:06.576Z | Compiling postgres-types v0.2.12 |
| 1641 | 2026-03-10T09:45:06.733Z | Compiling bzip2 v0.4.4 |
| 1642 | 2026-03-10T09:45:06.836Z | Compiling hubpack v0.1.2 |
| 1643 | 2026-03-10T09:45:07.034Z | Compiling zstd v0.13.3 |
| 1644 | 2026-03-10T09:45:07.154Z | Compiling serde_with_macros v3.17.0 |
| 1645 | 2026-03-10T09:45:07.248Z | Compiling dtrace-parser v0.2.0 |
| 1646 | 2026-03-10T09:45:07.309Z | Compiling pkcs1 v0.7.5 |
| 1647 | 2026-03-10T09:45:07.382Z | Compiling ed25519 v2.2.3 |
| 1648 | 2026-03-10T09:45:07.409Z | Compiling serde-big-array v0.5.1 |
| 1649 | 2026-03-10T09:45:07.617Z | Compiling hex v0.4.3 |
| 1650 | 2026-03-10T09:45:07.648Z | Compiling rfc6979 v0.4.0 |
| 1651 | 2026-03-10T09:45:07.832Z | Compiling bstr v1.12.1 |
| 1652 | 2026-03-10T09:45:07.860Z | Compiling serde_repr v0.1.20 |
| 1653 | 2026-03-10T09:45:07.892Z | Compiling clap_derive v4.5.55 |
| 1654 | 2026-03-10T09:45:08.009Z | Compiling enum-as-inner v0.6.1 |
| 1655 | 2026-03-10T09:45:08.283Z | Compiling strum_macros v0.26.4 |
| 1656 | 2026-03-10T09:45:08.343Z | Compiling itertools v0.12.1 |
| 1657 | 2026-03-10T09:45:08.622Z | Compiling phf_shared v0.11.3 |
| 1658 | 2026-03-10T09:45:08.645Z | Compiling float-cmp v0.10.0 |
| 1659 | 2026-03-10T09:45:08.709Z | Compiling thread-id v4.2.2 |
| 1660 | 2026-03-10T09:45:08.740Z | Compiling memmap2 v0.9.10 |
| 1661 | 2026-03-10T09:45:08.776Z | Compiling env_filter v1.0.0 |
| 1662 | 2026-03-10T09:45:08.820Z | Compiling encoding_rs v0.8.35 |
| 1663 | 2026-03-10T09:45:08.844Z | Compiling fixedbitset v0.5.7 |
| 1664 | 2026-03-10T09:45:08.867Z | Compiling keccak v0.1.6 |
| 1665 | 2026-03-10T09:45:08.891Z | Compiling mime v0.3.17 |
| 1666 | 2026-03-10T09:45:08.981Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-03-10T09:45:09.040Z | Compiling jiff v0.2.21 |
| 1668 | 2026-03-10T09:45:09.220Z | Compiling precomputed-hash v0.1.1 |
| 1669 | 2026-03-10T09:45:09.242Z | Compiling rustc-hash v2.1.1 |
| 1670 | 2026-03-10T09:45:09.275Z | Compiling fixedbitset v0.4.2 |
| 1671 | 2026-03-10T09:45:09.297Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-03-10T09:45:09.352Z | Compiling normalize-line-endings v0.3.0 |
| 1673 | 2026-03-10T09:45:09.410Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-03-10T09:45:09.432Z | Compiling unit-prefix v0.5.2 |
| 1675 | 2026-03-10T09:45:09.492Z | Compiling data-encoding v2.10.0 |
| 1676 | 2026-03-10T09:45:09.521Z | Compiling difflib v0.4.0 |
| 1677 | 2026-03-10T09:45:09.591Z | Compiling whoami v2.1.0 |
| 1678 | 2026-03-10T09:45:09.642Z | Compiling indicatif v0.18.4 |
| 1679 | 2026-03-10T09:45:09.995Z | Compiling hyper v1.8.1 |
| 1680 | 2026-03-10T09:45:10.069Z | Compiling zone v0.3.1 |
| 1681 | 2026-03-10T09:45:10.113Z | Compiling hickory-proto v0.25.2 |
| 1682 | 2026-03-10T09:45:10.139Z | Compiling tokio-postgres v0.7.16 |
| 1683 | 2026-03-10T09:45:10.347Z | Compiling predicates v3.1.4 |
| 1684 | 2026-03-10T09:45:10.538Z | Compiling string_cache v0.8.9 |
| 1685 | 2026-03-10T09:45:10.569Z | Compiling clap v4.5.60 |
| 1686 | 2026-03-10T09:45:10.689Z | Compiling petgraph v0.6.5 |
| 1687 | 2026-03-10T09:45:10.772Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1688 | 2026-03-10T09:45:10.849Z | Compiling strum v0.26.3 |
| 1689 | 2026-03-10T09:45:10.874Z | Compiling iddqd v0.3.17 |
| 1690 | 2026-03-10T09:45:10.918Z | Compiling toml_edit v0.22.27 |
| 1691 | 2026-03-10T09:45:10.952Z | Compiling petgraph v0.8.3 |
| 1692 | 2026-03-10T09:45:11.037Z | Compiling sha3 v0.10.8 |
| 1693 | 2026-03-10T09:45:11.103Z | Compiling env_logger v0.11.9 |
| 1694 | 2026-03-10T09:45:11.316Z | Compiling usdt v0.6.0 |
| 1695 | 2026-03-10T09:45:11.392Z | Compiling serde_with v3.17.0 |
| 1696 | 2026-03-10T09:45:11.604Z | Compiling hyper-util v0.1.20 |
| 1697 | 2026-03-10T09:45:11.695Z | Compiling usdt-impl v0.5.0 |
| 1698 | 2026-03-10T09:45:11.718Z | Compiling similar v2.7.0 |
| 1699 | 2026-03-10T09:45:12.364Z | Compiling crossterm v0.28.1 |
| 1700 | 2026-03-10T09:45:12.530Z | Compiling toml v0.7.8 |
| 1701 | 2026-03-10T09:45:12.557Z | Compiling ecdsa v0.16.9 |
| 1702 | 2026-03-10T09:45:12.585Z | Compiling rsa v0.9.10 |
| 1703 | 2026-03-10T09:45:12.858Z | Compiling ed25519-dalek v2.2.0 |
| 1704 | 2026-03-10T09:45:12.960Z | Compiling zip v4.6.1 |
| 1705 | 2026-03-10T09:45:13.299Z | Compiling zip v0.6.6 |
| 1706 | 2026-03-10T09:45:13.415Z | Compiling tokio-stream v0.1.18 |
| 1707 | 2026-03-10T09:45:13.668Z | Compiling hyper-tls v0.6.0 |
| 1708 | 2026-03-10T09:45:13.983Z | Compiling buf-list v1.1.2 |
| 1709 | 2026-03-10T09:45:14.037Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1710 | 2026-03-10T09:45:14.060Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1711 | 2026-03-10T09:45:14.118Z | Compiling openapiv3 v2.2.0 |
| 1712 | 2026-03-10T09:45:14.207Z | Compiling x509-cert v0.2.5 |
| 1713 | 2026-03-10T09:45:14.236Z | Compiling sha1 v0.10.6 |
| 1714 | 2026-03-10T09:45:14.311Z | Compiling itertools v0.13.0 |
| 1715 | 2026-03-10T09:45:14.366Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1716 | 2026-03-10T09:45:14.389Z | Compiling lalrpop-util v0.19.12 |
| 1717 | 2026-03-10T09:45:14.528Z | Compiling peg-runtime v0.8.5 |
| 1718 | 2026-03-10T09:45:14.555Z | Compiling thread_local v1.1.9 |
| 1719 | 2026-03-10T09:45:14.672Z | Compiling slog-async v2.8.0 |
| 1720 | 2026-03-10T09:45:14.675Z | Compiling futures-executor v0.3.32 |
| 1721 | 2026-03-10T09:45:14.790Z | Compiling crossbeam-channel v0.5.15 |
| 1722 | 2026-03-10T09:45:14.911Z | Compiling is-terminal v0.4.17 |
| 1723 | 2026-03-10T09:45:14.938Z | Compiling filetime v0.2.27 |
| 1724 | 2026-03-10T09:45:14.964Z | Compiling term v1.2.1 |
| 1725 | 2026-03-10T09:45:14.966Z | Compiling take_mut v0.2.2 |
| 1726 | 2026-03-10T09:45:15.042Z | Compiling xattr v1.6.1 |
| 1727 | 2026-03-10T09:45:15.064Z | Compiling futures v0.3.32 |
| 1728 | 2026-03-10T09:45:15.257Z | Compiling tar v0.4.44 |
| 1729 | 2026-03-10T09:45:15.464Z | Compiling slog-term v2.9.2 |
| 1730 | 2026-03-10T09:45:36.313Z | Compiling rustls-webpki v0.103.9 |
| 1731 | 2026-03-10T09:45:40.446Z | Compiling tokio-rustls v0.26.4 |
| 1732 | 2026-03-10T09:45:40.446Z | Compiling rustls-platform-verifier v0.6.2 |
| 1733 | 2026-03-10T09:45:40.712Z | Compiling hyper-rustls v0.27.7 |
| 1734 | 2026-03-10T09:45:40.965Z | Compiling reqwest v0.13.2 |
| 1735 | 2026-03-10T09:45:40.965Z | Compiling reqwest v0.12.28 |
| 1736 | 2026-03-10T09:45:43.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1737 | 2026-03-10T09:45:44.132Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1738 | 2026-03-10T09:45:48.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1739 | 2026-03-10T09:45:48.233Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1740 | 2026-03-10T09:45:48.301Z | Mar 10 09:45:47.204 INFO Starting download, target: TransceiverControl |
| 1741 | 2026-03-10T09:45:48.301Z | Mar 10 09:45:47.205 INFO Starting download, target: MaghemiteMgd |
| 1742 | 2026-03-10T09:45:48.301Z | Mar 10 09:45:47.205 INFO Starting download, target: Clickhouse |
| 1743 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Starting download, target: Cockroach |
| 1744 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Starting download, target: Console |
| 1745 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Starting download, target: DendriteStub |
| 1746 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1747 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1748 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1749 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1750 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1751 | 2026-03-10T09:45:48.304Z | Mar 10 09:45:47.205 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1752 | 2026-03-10T09:45:49.301Z | Mar 10 09:45:48.201 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1753 | 2026-03-10T09:45:49.427Z | Mar 10 09:45:48.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1754 | 2026-03-10T09:45:49.671Z | Mar 10 09:45:48.573 INFO Download complete, target: Console |
| 1755 | 2026-03-10T09:45:49.766Z | Mar 10 09:45:48.668 INFO Download complete, target: TransceiverControl |
| 1756 | 2026-03-10T09:45:50.187Z | Mar 10 09:45:49.090 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1757 | 2026-03-10T09:45:50.425Z | Mar 10 09:45:49.327 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1758 | 2026-03-10T09:45:50.635Z | Mar 10 09:45:49.538 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1759 | 2026-03-10T09:45:50.693Z | Mar 10 09:45:49.597 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1760 | 2026-03-10T09:45:50.693Z | Mar 10 09:45:49.597 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1761 | 2026-03-10T09:45:53.871Z | Mar 10 09:45:52.774 INFO Download complete, target: MaghemiteMgd |
| 1762 | 2026-03-10T09:45:54.206Z | Mar 10 09:45:53.109 INFO Download complete, target: DendriteStub |
| 1763 | 2026-03-10T09:45:58.332Z | Mar 10 09:45:57.234 INFO Checking that binary works, target: Cockroach |
| 1764 | 2026-03-10T09:45:58.462Z | Mar 10 09:45:57.364 INFO Download complete, target: Cockroach |
| 1765 | 2026-03-10T09:46:01.196Z | Mar 10 09:46:00.097 INFO Checking that binary works, target: Clickhouse |
| 1766 | 2026-03-10T09:46:01.318Z | Mar 10 09:46:00.220 INFO Download complete, target: Clickhouse |
| 1767 | 2026-03-10T09:46:01.325Z | All prerequisites installed successfully |
| 1768 | 2026-03-10T09:46:01.328Z | |
| 1769 | 2026-03-10T09:46:01.328Z | real 3:01.568272252 |
| 1770 | 2026-03-10T09:46:01.328Z | user 10:27.708127526 |
| 1771 | 2026-03-10T09:46:01.328Z | sys 2:07.247910253 |
| 1772 | 2026-03-10T09:46:01.328Z | trap 0.350640982 |
| 1773 | 2026-03-10T09:46:01.328Z | tflt 1.105234866 |
| 1774 | 2026-03-10T09:46:01.328Z | dflt 1.839472254 |
| 1775 | 2026-03-10T09:46:01.328Z | kflt 0.021199129 |
| 1776 | 2026-03-10T09:46:01.328Z | lock 24:07.735508407 |
| 1777 | 2026-03-10T09:46:01.328Z | slp 33:52.954125149 |
| 1778 | 2026-03-10T09:46:01.328Z | lat 33.885452302 |
| 1779 | 2026-03-10T09:46:01.328Z | stop 4:03.461544108 |
| 1780 | 2026-03-10T09:46:01.328Z | + ptime -m cargo xtask download softnpu |
| 1781 | 2026-03-10T09:46:02.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1782 | 2026-03-10T09:46:02.108Z | Running `target/debug/xtask download softnpu` |
| 1783 | 2026-03-10T09:46:03.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1784 | 2026-03-10T09:46:03.197Z | Running `target/debug/xtask-downloader softnpu` |
| 1785 | 2026-03-10T09:46:03.250Z | Mar 10 09:46:02.151 INFO Starting download, target: Softnpu |
| 1786 | 2026-03-10T09:46:03.253Z | Mar 10 09:46:02.151 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1787 | 2026-03-10T09:46:04.003Z | Mar 10 09:46:02.903 INFO Download complete, target: Softnpu |
| 1788 | 2026-03-10T09:46:04.006Z | |
| 1789 | 2026-03-10T09:46:04.006Z | real 2.673334646 |
| 1790 | 2026-03-10T09:46:04.006Z | user 1.665275405 |
| 1791 | 2026-03-10T09:46:04.006Z | sys 0.757354785 |
| 1792 | 2026-03-10T09:46:04.006Z | trap 0.000677906 |
| 1793 | 2026-03-10T09:46:04.007Z | tflt 0.000161834 |
| 1794 | 2026-03-10T09:46:04.007Z | dflt 0.000070409 |
| 1795 | 2026-03-10T09:46:04.007Z | kflt 0.000000000 |
| 1796 | 2026-03-10T09:46:04.007Z | lock 14.524831657 |
| 1797 | 2026-03-10T09:46:04.007Z | slp 0.576386425 |
| 1798 | 2026-03-10T09:46:04.007Z | lat 0.032687128 |
| 1799 | 2026-03-10T09:46:04.007Z | stop 0.000384066 |
| 1800 | 2026-03-10T09:46:04.010Z | + export CARGO_INCREMENTAL=0 |
| 1801 | 2026-03-10T09:46:04.010Z | + CARGO_INCREMENTAL=0 |
| 1802 | 2026-03-10T09:46:04.010Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1803 | 2026-03-10T09:46:05.228Z | Compiling libc v0.2.180 |
| 1804 | 2026-03-10T09:46:05.228Z | Compiling serde_core v1.0.228 |
| 1805 | 2026-03-10T09:46:05.228Z | Compiling serde v1.0.228 |
| 1806 | 2026-03-10T09:46:05.231Z | Compiling cfg-if v1.0.4 |
| 1807 | 2026-03-10T09:46:05.231Z | Compiling version_check v0.9.5 |
| 1808 | 2026-03-10T09:46:05.231Z | Compiling shlex v1.3.0 |
| 1809 | 2026-03-10T09:46:05.231Z | Compiling find-msvc-tools v0.1.9 |
| 1810 | 2026-03-10T09:46:05.231Z | Compiling typenum v1.19.0 |
| 1811 | 2026-03-10T09:46:05.231Z | Compiling portable-atomic v1.13.1 |
| 1812 | 2026-03-10T09:46:05.231Z | Compiling memchr v2.8.0 |
| 1813 | 2026-03-10T09:46:05.231Z | Compiling zmij v1.0.21 |
| 1814 | 2026-03-10T09:46:05.376Z | Compiling autocfg v1.5.0 |
| 1815 | 2026-03-10T09:46:05.441Z | Compiling serde_json v1.0.149 |
| 1816 | 2026-03-10T09:46:05.507Z | Compiling syn v2.0.117 |
| 1817 | 2026-03-10T09:46:05.509Z | Compiling zerocopy v0.8.40 |
| 1818 | 2026-03-10T09:46:05.675Z | Compiling libm v0.2.16 |
| 1819 | 2026-03-10T09:46:05.722Z | Compiling parking_lot_core v0.9.12 |
| 1820 | 2026-03-10T09:46:05.770Z | Compiling generic-array v0.14.7 |
| 1821 | 2026-03-10T09:46:06.005Z | Compiling smallvec v1.15.1 |
| 1822 | 2026-03-10T09:46:06.077Z | Compiling icu_properties_data v2.1.2 |
| 1823 | 2026-03-10T09:46:06.081Z | Compiling num-traits v0.2.19 |
| 1824 | 2026-03-10T09:46:06.081Z | Compiling icu_normalizer_data v2.1.1 |
| 1825 | 2026-03-10T09:46:06.081Z | Compiling log v0.4.29 |
| 1826 | 2026-03-10T09:46:06.081Z | Compiling itoa v1.0.17 |
| 1827 | 2026-03-10T09:46:06.166Z | Compiling getrandom v0.4.1 |
| 1828 | 2026-03-10T09:46:06.187Z | Compiling pkg-config v0.3.32 |
| 1829 | 2026-03-10T09:46:06.379Z | Compiling stable_deref_trait v1.2.1 |
| 1830 | 2026-03-10T09:46:06.473Z | Compiling subtle v2.6.1 |
| 1831 | 2026-03-10T09:46:06.497Z | Compiling scopeguard v1.2.0 |
| 1832 | 2026-03-10T09:46:06.542Z | Compiling thiserror v2.0.18 |
| 1833 | 2026-03-10T09:46:06.610Z | Compiling fnv v1.0.7 |
| 1834 | 2026-03-10T09:46:06.654Z | Compiling jobserver v0.1.34 |
| 1835 | 2026-03-10T09:46:06.684Z | Compiling getrandom v0.2.17 |
| 1836 | 2026-03-10T09:46:06.707Z | Compiling errno v0.3.14 |
| 1837 | 2026-03-10T09:46:06.710Z | Compiling lock_api v0.4.14 |
| 1838 | 2026-03-10T09:46:06.896Z | Compiling rand_core v0.6.4 |
| 1839 | 2026-03-10T09:46:06.920Z | Compiling getrandom v0.3.4 |
| 1840 | 2026-03-10T09:46:06.923Z | Compiling cc v1.2.56 |
| 1841 | 2026-03-10T09:46:07.122Z | Compiling pin-project-lite v0.2.17 |
| 1842 | 2026-03-10T09:46:07.141Z | Compiling critical-section v1.2.0 |
| 1843 | 2026-03-10T09:46:07.261Z | Compiling equivalent v1.0.2 |
| 1844 | 2026-03-10T09:46:07.307Z | Compiling allocator-api2 v0.2.21 |
| 1845 | 2026-03-10T09:46:07.309Z | Compiling rustversion v1.0.22 |
| 1846 | 2026-03-10T09:46:07.397Z | Compiling foldhash v0.2.0 |
| 1847 | 2026-03-10T09:46:07.400Z | Compiling fs_extra v1.3.0 |
| 1848 | 2026-03-10T09:46:07.535Z | Compiling dunce v1.0.5 |
| 1849 | 2026-03-10T09:46:07.558Z | Compiling percent-encoding v2.3.2 |
| 1850 | 2026-03-10T09:46:07.642Z | Compiling once_cell v1.21.3 |
| 1851 | 2026-03-10T09:46:07.722Z | Compiling hashbrown v0.16.1 |
| 1852 | 2026-03-10T09:46:07.745Z | Compiling writeable v0.6.2 |
| 1853 | 2026-03-10T09:46:07.772Z | Compiling litemap v0.8.1 |
| 1854 | 2026-03-10T09:46:07.796Z | Compiling const-oid v0.9.6 |
| 1855 | 2026-03-10T09:46:07.909Z | Compiling cmake v0.1.57 |
| 1856 | 2026-03-10T09:46:08.023Z | Compiling rustix v1.1.3 |
| 1857 | 2026-03-10T09:46:08.115Z | Compiling signal-hook-registry v1.4.8 |
| 1858 | 2026-03-10T09:46:08.155Z | Compiling schemars v0.8.22 |
| 1859 | 2026-03-10T09:46:08.209Z | Compiling socket2 v0.6.2 |
| 1860 | 2026-03-10T09:46:08.232Z | Compiling mio v1.1.1 |
| 1861 | 2026-03-10T09:46:08.256Z | Compiling rand_core v0.10.0 |
| 1862 | 2026-03-10T09:46:08.393Z | Compiling parking_lot v0.12.5 |
| 1863 | 2026-03-10T09:46:08.531Z | Compiling semver v1.0.27 |
| 1864 | 2026-03-10T09:46:08.554Z | Compiling indexmap v2.13.0 |
| 1865 | 2026-03-10T09:46:08.673Z | Compiling strsim v0.11.1 |
| 1866 | 2026-03-10T09:46:08.743Z | Compiling bitflags v2.11.0 |
| 1867 | 2026-03-10T09:46:08.797Z | Compiling ring v0.17.14 |
| 1868 | 2026-03-10T09:46:08.911Z | Compiling aws-lc-sys v0.37.1 |
| 1869 | 2026-03-10T09:46:08.958Z | Compiling aws-lc-rs v1.16.0 |
| 1870 | 2026-03-10T09:46:08.980Z | Compiling utf8_iter v1.0.4 |
| 1871 | 2026-03-10T09:46:09.241Z | Compiling form_urlencoded v1.2.2 |
| 1872 | 2026-03-10T09:46:09.329Z | Compiling byteorder v1.5.0 |
| 1873 | 2026-03-10T09:46:09.359Z | Compiling ucd-trie v0.1.7 |
| 1874 | 2026-03-10T09:46:09.445Z | Compiling futures-core v0.3.32 |
| 1875 | 2026-03-10T09:46:09.581Z | Compiling pest v2.8.6 |
| 1876 | 2026-03-10T09:46:09.623Z | Compiling httparse v1.10.1 |
| 1877 | 2026-03-10T09:46:09.647Z | Compiling ident_case v1.0.1 |
| 1878 | 2026-03-10T09:46:09.696Z | Compiling vcpkg v0.2.15 |
| 1879 | 2026-03-10T09:46:09.698Z | Compiling heck v0.5.0 |
| 1880 | 2026-03-10T09:46:09.744Z | Compiling synstructure v0.13.2 |
| 1881 | 2026-03-10T09:46:09.746Z | Compiling serde_derive_internals v0.29.1 |
| 1882 | 2026-03-10T09:46:10.127Z | Compiling crossbeam-utils v0.8.21 |
| 1883 | 2026-03-10T09:46:10.151Z | Compiling syn v1.0.109 |
| 1884 | 2026-03-10T09:46:10.176Z | Compiling regex-syntax v0.8.10 |
| 1885 | 2026-03-10T09:46:10.388Z | Compiling rustc_version v0.4.1 |
| 1886 | 2026-03-10T09:46:10.466Z | Compiling rustls v0.23.37 |
| 1887 | 2026-03-10T09:46:10.491Z | Compiling futures-sink v0.3.32 |
| 1888 | 2026-03-10T09:46:10.517Z | Compiling openssl-sys v0.9.111 |
| 1889 | 2026-03-10T09:46:10.517Z | Compiling cpufeatures v0.2.17 |
| 1890 | 2026-03-10T09:46:10.668Z | Compiling futures-channel v0.3.32 |
| 1891 | 2026-03-10T09:46:10.670Z | Compiling futures-task v0.3.32 |
| 1892 | 2026-03-10T09:46:10.734Z | Compiling plain v0.2.3 |
| 1893 | 2026-03-10T09:46:10.761Z | Compiling futures-io v0.3.32 |
| 1894 | 2026-03-10T09:46:10.784Z | Compiling slab v0.4.12 |
| 1895 | 2026-03-10T09:46:10.809Z | Compiling iana-time-zone v0.1.65 |
| 1896 | 2026-03-10T09:46:10.901Z | Compiling uuid v1.21.0 |
| 1897 | 2026-03-10T09:46:10.948Z | Compiling aho-corasick v1.1.4 |
| 1898 | 2026-03-10T09:46:11.230Z | Compiling pest_meta v2.8.6 |
| 1899 | 2026-03-10T09:46:11.443Z | Compiling time-core v0.1.8 |
| 1900 | 2026-03-10T09:46:11.463Z | Compiling openssl v0.10.75 |
| 1901 | 2026-03-10T09:46:11.487Z | Compiling pretty-hex v0.4.1 |
| 1902 | 2026-03-10T09:46:11.603Z | Compiling num-conv v0.2.0 |
| 1903 | 2026-03-10T09:46:11.722Z | Compiling anyhow v1.0.102 |
| 1904 | 2026-03-10T09:46:11.750Z | Compiling serde_derive v1.0.228 |
| 1905 | 2026-03-10T09:46:11.782Z | Compiling zeroize_derive v1.4.3 |
| 1906 | 2026-03-10T09:46:11.808Z | Compiling zerofrom-derive v0.1.6 |
| 1907 | 2026-03-10T09:46:11.831Z | Compiling yoke-derive v0.8.1 |
| 1908 | 2026-03-10T09:46:11.834Z | Compiling zerovec-derive v0.11.2 |
| 1909 | 2026-03-10T09:46:11.916Z | Compiling displaydoc v0.2.5 |
| 1910 | 2026-03-10T09:46:11.945Z | Compiling zerocopy-derive v0.8.40 |
| 1911 | 2026-03-10T09:46:11.988Z | Compiling tokio-macros v2.6.0 |
| 1912 | 2026-03-10T09:46:12.166Z | Compiling futures-macro v0.3.32 |
| 1913 | 2026-03-10T09:46:12.428Z | Compiling thiserror-impl v2.0.18 |
| 1914 | 2026-03-10T09:46:12.471Z | Compiling der_derive v0.7.3 |
| 1915 | 2026-03-10T09:46:12.518Z | Compiling tracing-attributes v0.1.31 |
| 1916 | 2026-03-10T09:46:12.663Z | Compiling zeroize v1.8.2 |
| 1917 | 2026-03-10T09:46:13.012Z | Compiling schemars_derive v0.8.22 |
| 1918 | 2026-03-10T09:46:13.069Z | Compiling thiserror-impl v1.0.69 |
| 1919 | 2026-03-10T09:46:13.183Z | Compiling pest_generator v2.8.6 |
| 1920 | 2026-03-10T09:46:13.264Z | Compiling futures-util v0.3.32 |
| 1921 | 2026-03-10T09:46:13.287Z | Compiling regex-automata v0.4.14 |
| 1922 | 2026-03-10T09:46:13.330Z | Compiling time-macros v0.2.27 |
| 1923 | 2026-03-10T09:46:13.464Z | Compiling zerofrom v0.1.6 |
| 1924 | 2026-03-10T09:46:13.659Z | Compiling yoke v0.8.1 |
| 1925 | 2026-03-10T09:46:13.750Z | Compiling crypto-common v0.1.7 |
| 1926 | 2026-03-10T09:46:13.932Z | Compiling zerovec v0.11.5 |
| 1927 | 2026-03-10T09:46:13.978Z | Compiling zerotrie v0.2.3 |
| 1928 | 2026-03-10T09:46:14.111Z | Compiling block-buffer v0.10.4 |
| 1929 | 2026-03-10T09:46:14.180Z | Compiling pest_derive v2.8.6 |
| 1930 | 2026-03-10T09:46:14.322Z | Compiling digest v0.10.7 |
| 1931 | 2026-03-10T09:46:14.646Z | Compiling hmac v0.12.1 |
| 1932 | 2026-03-10T09:46:14.691Z | Compiling block-padding v0.3.3 |
| 1933 | 2026-03-10T09:46:14.717Z | Compiling tinystr v0.8.2 |
| 1934 | 2026-03-10T09:46:14.793Z | Compiling potential_utf v0.1.4 |
| 1935 | 2026-03-10T09:46:14.816Z | Compiling sha2 v0.10.9 |
| 1936 | 2026-03-10T09:46:14.843Z | Compiling scroll_derive v0.13.1 |
| 1937 | 2026-03-10T09:46:14.847Z | Compiling scroll_derive v0.12.1 |
| 1938 | 2026-03-10T09:46:14.891Z | Compiling crc32fast v1.5.0 |
| 1939 | 2026-03-10T09:46:14.916Z | Compiling inout v0.1.4 |
| 1940 | 2026-03-10T09:46:15.020Z | Compiling icu_locale_core v2.1.1 |
| 1941 | 2026-03-10T09:46:15.045Z | Compiling icu_collections v2.1.1 |
| 1942 | 2026-03-10T09:46:15.136Z | Compiling cipher v0.4.4 |
| 1943 | 2026-03-10T09:46:15.328Z | Compiling either v1.15.0 |
| 1944 | 2026-03-10T09:46:15.476Z | Compiling base64ct v1.8.3 |
| 1945 | 2026-03-10T09:46:15.511Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-03-10T09:46:15.774Z | Compiling openssl-macros v0.1.1 |
| 1947 | 2026-03-10T09:46:15.804Z | Compiling pem-rfc7468 v0.7.0 |
| 1948 | 2026-03-10T09:46:15.876Z | Compiling darling_core v0.21.3 |
| 1949 | 2026-03-10T09:46:15.921Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1950 | 2026-03-10T09:46:16.179Z | Compiling icu_provider v2.1.1 |
| 1951 | 2026-03-10T09:46:16.364Z | Compiling bytes v1.11.1 |
| 1952 | 2026-03-10T09:46:16.479Z | Compiling chrono v0.4.44 |
| 1953 | 2026-03-10T09:46:16.509Z | Compiling serde_tokenstream v0.2.3 |
| 1954 | 2026-03-10T09:46:16.555Z | Compiling flagset v0.4.7 |
| 1955 | 2026-03-10T09:46:16.581Z | Compiling native-tls v0.2.18 |
| 1956 | 2026-03-10T09:46:16.640Z | Compiling icu_properties v2.1.2 |
| 1957 | 2026-03-10T09:46:16.712Z | Compiling icu_normalizer v2.1.1 |
| 1958 | 2026-03-10T09:46:16.911Z | Compiling der v0.7.10 |
| 1959 | 2026-03-10T09:46:16.944Z | Compiling regex v1.12.3 |
| 1960 | 2026-03-10T09:46:17.235Z | Compiling tokio v1.49.0 |
| 1961 | 2026-03-10T09:46:17.581Z | Compiling rand_core v0.9.5 |
| 1962 | 2026-03-10T09:46:17.651Z | Compiling zerocopy-derive v0.7.35 |
| 1963 | 2026-03-10T09:46:17.877Z | Compiling slog v2.8.2 |
| 1964 | 2026-03-10T09:46:18.155Z | Compiling idna_adapter v1.2.1 |
| 1965 | 2026-03-10T09:46:18.358Z | Compiling idna v1.1.0 |
| 1966 | 2026-03-10T09:46:18.456Z | Compiling rayon-core v1.13.0 |
| 1967 | 2026-03-10T09:46:18.459Z | Compiling dyn-clone v1.0.20 |
| 1968 | 2026-03-10T09:46:18.596Z | Compiling spki v0.7.3 |
| 1969 | 2026-03-10T09:46:18.709Z | Compiling http v1.4.0 |
| 1970 | 2026-03-10T09:46:18.740Z | Compiling ppv-lite86 v0.2.21 |
| 1971 | 2026-03-10T09:46:18.798Z | Compiling salsa20 v0.10.2 |
| 1972 | 2026-03-10T09:46:18.852Z | Compiling url v2.5.8 |
| 1973 | 2026-03-10T09:46:18.876Z | Compiling pbkdf2 v0.12.2 |
| 1974 | 2026-03-10T09:46:19.134Z | Compiling darling_macro v0.21.3 |
| 1975 | 2026-03-10T09:46:19.300Z | Compiling thiserror v1.0.69 |
| 1976 | 2026-03-10T09:46:19.554Z | Compiling tracing-core v0.1.36 |
| 1977 | 2026-03-10T09:46:19.770Z | Compiling camino v1.2.2 |
| 1978 | 2026-03-10T09:46:19.795Z | Compiling darling v0.21.3 |
| 1979 | 2026-03-10T09:46:19.820Z | Compiling untrusted v0.9.0 |
| 1980 | 2026-03-10T09:46:20.166Z | Compiling tracing v0.1.44 |
| 1981 | 2026-03-10T09:46:20.200Z | Compiling rand_chacha v0.9.0 |
| 1982 | 2026-03-10T09:46:20.271Z | Compiling scrypt v0.11.0 |
| 1983 | 2026-03-10T09:46:20.586Z | Compiling aes v0.8.4 |
| 1984 | 2026-03-10T09:46:20.697Z | Compiling cbc v0.1.2 |
| 1985 | 2026-03-10T09:46:21.240Z | Compiling cookie v0.18.1 |
| 1986 | 2026-03-10T09:46:21.269Z | Compiling usdt-impl v0.5.0 |
| 1987 | 2026-03-10T09:46:21.420Z | Compiling base64 v0.22.1 |
| 1988 | 2026-03-10T09:46:21.535Z | Compiling ref-cast v1.0.25 |
| 1989 | 2026-03-10T09:46:21.558Z | Compiling paste v1.0.15 |
| 1990 | 2026-03-10T09:46:21.601Z | Compiling winnow v0.7.14 |
| 1991 | 2026-03-10T09:46:21.634Z | Compiling usdt-impl v0.6.0 |
| 1992 | 2026-03-10T09:46:21.964Z | Compiling pkcs5 v0.7.1 |
| 1993 | 2026-03-10T09:46:21.967Z | Compiling rand v0.9.2 |
| 1994 | 2026-03-10T09:46:22.092Z | Compiling http-body v1.0.1 |
| 1995 | 2026-03-10T09:46:22.178Z | Compiling serde_spanned v0.6.9 |
| 1996 | 2026-03-10T09:46:22.308Z | Compiling toml_datetime v0.6.11 |
| 1997 | 2026-03-10T09:46:22.368Z | Compiling scroll v0.13.0 |
| 1998 | 2026-03-10T09:46:22.390Z | Compiling scroll v0.12.0 |
| 1999 | 2026-03-10T09:46:22.485Z | Compiling tokio-util v0.7.18 |
| 2000 | 2026-03-10T09:46:22.526Z | Compiling heapless v0.7.17 |
| 2001 | 2026-03-10T09:46:22.593Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2002 | 2026-03-10T09:46:22.652Z | Compiling openssl-probe v0.2.1 |
| 2003 | 2026-03-10T09:46:22.741Z | Compiling zstd-safe v7.2.4 |
| 2004 | 2026-03-10T09:46:22.874Z | Compiling untrusted v0.7.1 |
| 2005 | 2026-03-10T09:46:23.004Z | Compiling signal-hook v0.3.18 |
| 2006 | 2026-03-10T09:46:23.045Z | Compiling goblin v0.8.2 |
| 2007 | 2026-03-10T09:46:23.082Z | Compiling goblin v0.10.5 |
| 2008 | 2026-03-10T09:46:23.271Z | Compiling pkcs8 v0.10.2 |
| 2009 | 2026-03-10T09:46:23.630Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2010 | 2026-03-10T09:46:23.830Z | Compiling zerocopy v0.7.35 |
| 2011 | 2026-03-10T09:46:23.912Z | Compiling ref-cast-impl v1.0.25 |
| 2012 | 2026-03-10T09:46:24.154Z | Compiling darling_core v0.20.11 |
| 2013 | 2026-03-10T09:46:24.210Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2014 | 2026-03-10T09:46:24.405Z | Compiling atomic-waker v1.1.2 |
| 2015 | 2026-03-10T09:46:24.594Z | Compiling tower-service v0.3.3 |
| 2016 | 2026-03-10T09:46:24.642Z | Compiling try-lock v0.2.5 |
| 2017 | 2026-03-10T09:46:24.665Z | Compiling tinyvec_macros v0.1.1 |
| 2018 | 2026-03-10T09:46:24.736Z | Compiling rustix v0.38.44 |
| 2019 | 2026-03-10T09:46:24.773Z | Compiling winnow v0.5.40 |
| 2020 | 2026-03-10T09:46:24.817Z | Compiling tower-layer v0.3.3 |
| 2021 | 2026-03-10T09:46:25.009Z | Compiling want v0.3.1 |
| 2022 | 2026-03-10T09:46:25.048Z | Compiling tinyvec v1.10.0 |
| 2023 | 2026-03-10T09:46:25.231Z | Compiling h2 v0.4.13 |
| 2024 | 2026-03-10T09:46:25.993Z | Compiling dtrace-parser v0.2.0 |
| 2025 | 2026-03-10T09:46:26.128Z | Compiling dtrace-parser v0.3.0 |
| 2026 | 2026-03-10T09:46:26.550Z | Compiling dof v0.3.0 |
| 2027 | 2026-03-10T09:46:26.705Z | Compiling toml_edit v0.19.15 |
| 2028 | 2026-03-10T09:46:26.785Z | Compiling ipnet v2.11.0 |
| 2029 | 2026-03-10T09:46:26.879Z | Compiling async-trait v0.1.89 |
| 2030 | 2026-03-10T09:46:27.030Z | Compiling daft-derive v0.1.5 |
| 2031 | 2026-03-10T09:46:27.103Z | Compiling darling_macro v0.20.11 |
| 2032 | 2026-03-10T09:46:27.258Z | Compiling dof v0.4.0 |
| 2033 | 2026-03-10T09:46:27.429Z | Compiling curve25519-dalek v4.1.3 |
| 2034 | 2026-03-10T09:46:27.542Z | Compiling spin v0.9.8 |
| 2035 | 2026-03-10T09:46:27.632Z | Compiling thread-id v5.1.0 |
| 2036 | 2026-03-10T09:46:27.763Z | Compiling thread-id v4.2.2 |
| 2037 | 2026-03-10T09:46:27.791Z | Compiling proc-macro-error-attr v1.0.4 |
| 2038 | 2026-03-10T09:46:27.843Z | Compiling pin-utils v0.1.0 |
| 2039 | 2026-03-10T09:46:27.988Z | Compiling smoltcp v0.9.1 |
| 2040 | 2026-03-10T09:46:28.011Z | Compiling fastrand v2.3.0 |
| 2041 | 2026-03-10T09:46:28.033Z | Compiling httpdate v1.0.3 |
| 2042 | 2026-03-10T09:46:28.095Z | Compiling num-bigint-dig v0.8.6 |
| 2043 | 2026-03-10T09:46:28.197Z | Compiling foreign-types-shared v0.1.1 |
| 2044 | 2026-03-10T09:46:28.440Z | Compiling litrs v1.0.0 |
| 2045 | 2026-03-10T09:46:28.512Z | Compiling foreign-types v0.3.2 |
| 2046 | 2026-03-10T09:46:28.625Z | Compiling tempfile v3.25.0 |
| 2047 | 2026-03-10T09:46:28.723Z | Compiling darling v0.20.11 |
| 2048 | 2026-03-10T09:46:29.108Z | Compiling document-features v0.2.12 |
| 2049 | 2026-03-10T09:46:29.269Z | Compiling ipnetwork v0.21.1 |
| 2050 | 2026-03-10T09:46:29.515Z | Compiling hyper v1.8.1 |
| 2051 | 2026-03-10T09:46:29.551Z | Compiling strum_macros v0.26.4 |
| 2052 | 2026-03-10T09:46:29.848Z | Compiling wait-timeout v0.2.1 |
| 2053 | 2026-03-10T09:46:29.870Z | Compiling proc-macro-error v1.0.4 |
| 2054 | 2026-03-10T09:46:29.924Z | Compiling proc-macro2 v1.0.106 |
| 2055 | 2026-03-10T09:46:30.075Z | Compiling anstyle v1.0.13 |
| 2056 | 2026-03-10T09:46:30.099Z | Compiling unicode-ident v1.0.24 |
| 2057 | 2026-03-10T09:46:30.170Z | Compiling siphasher v1.0.2 |
| 2058 | 2026-03-10T09:46:30.279Z | Compiling powerfmt v0.2.0 |
| 2059 | 2026-03-10T09:46:30.402Z | Compiling bit-vec v0.8.0 |
| 2060 | 2026-03-10T09:46:30.563Z | Compiling quick-error v1.2.3 |
| 2061 | 2026-03-10T09:46:30.566Z | Compiling unicode-segmentation v1.12.0 |
| 2062 | 2026-03-10T09:46:30.719Z | Compiling simd-adler32 v0.3.8 |
| 2063 | 2026-03-10T09:46:30.741Z | Compiling utf8parse v0.2.2 |
| 2064 | 2026-03-10T09:46:30.784Z | Compiling rusty-fork v0.3.1 |
| 2065 | 2026-03-10T09:46:30.901Z | Compiling anstyle-parse v0.2.7 |
| 2066 | 2026-03-10T09:46:30.922Z | Compiling bit-set v0.8.0 |
| 2067 | 2026-03-10T09:46:31.044Z | Compiling hyper-util v0.1.20 |
| 2068 | 2026-03-10T09:46:31.070Z | Compiling deranged v0.5.8 |
| 2069 | 2026-03-10T09:46:31.547Z | Compiling crossbeam-epoch v0.9.18 |
| 2070 | 2026-03-10T09:46:31.623Z | Compiling derive_builder_core v0.20.2 |
| 2071 | 2026-03-10T09:46:31.994Z | Compiling unicode-normalization v0.1.25 |
| 2072 | 2026-03-10T09:46:32.364Z | Compiling rustls-native-certs v0.8.3 |
| 2073 | 2026-03-10T09:46:32.733Z | Compiling rand_xorshift v0.4.0 |
| 2074 | 2026-03-10T09:46:32.774Z | Compiling hubpack_derive v0.1.1 |
| 2075 | 2026-03-10T09:46:32.795Z | Compiling signature v2.2.0 |
| 2076 | 2026-03-10T09:46:32.896Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2077 | 2026-03-10T09:46:32.944Z | Compiling strum_macros v0.27.2 |
| 2078 | 2026-03-10T09:46:33.003Z | Compiling sync_wrapper v1.0.2 |
| 2079 | 2026-03-10T09:46:33.126Z | Compiling fs-err v3.3.0 |
| 2080 | 2026-03-10T09:46:33.163Z | Compiling ahash v0.8.12 |
| 2081 | 2026-03-10T09:46:33.404Z | Compiling quote v1.0.44 |
| 2082 | 2026-03-10T09:46:33.426Z | Compiling unarray v0.1.4 |
| 2083 | 2026-03-10T09:46:33.428Z | Compiling colorchoice v1.0.4 |
| 2084 | 2026-03-10T09:46:33.495Z | Compiling object v0.37.3 |
| 2085 | 2026-03-10T09:46:33.579Z | Compiling num_threads v0.1.7 |
| 2086 | 2026-03-10T09:46:33.656Z | Compiling anstyle-query v1.1.5 |
| 2087 | 2026-03-10T09:46:33.698Z | Compiling unicode-properties v0.1.4 |
| 2088 | 2026-03-10T09:46:33.722Z | Compiling is_terminal_polyfill v1.70.2 |
| 2089 | 2026-03-10T09:46:33.791Z | Compiling unicode-bidi v0.3.18 |
| 2090 | 2026-03-10T09:46:33.814Z | Compiling adler2 v2.0.1 |
| 2091 | 2026-03-10T09:46:33.859Z | Compiling time v0.3.47 |
| 2092 | 2026-03-10T09:46:33.885Z | Compiling anstream v0.6.21 |
| 2093 | 2026-03-10T09:46:33.931Z | Compiling proptest v1.10.0 |
| 2094 | 2026-03-10T09:46:33.996Z | Compiling miniz_oxide v0.8.9 |
| 2095 | 2026-03-10T09:46:34.282Z | Compiling stringprep v0.1.5 |
| 2096 | 2026-03-10T09:46:34.773Z | Compiling tower v0.5.3 |
| 2097 | 2026-03-10T09:46:34.822Z | Compiling derive_builder_macro v0.20.2 |
| 2098 | 2026-03-10T09:46:35.117Z | Compiling crossbeam-deque v0.8.6 |
| 2099 | 2026-03-10T09:46:35.267Z | Compiling heck v0.4.1 |
| 2100 | 2026-03-10T09:46:35.303Z | Compiling usdt-attr-macro v0.6.0 |
| 2101 | 2026-03-10T09:46:35.396Z | Compiling usdt-macro v0.6.0 |
| 2102 | 2026-03-10T09:46:35.566Z | Compiling http-body-util v0.1.3 |
| 2103 | 2026-03-10T09:46:35.697Z | Compiling webpki-roots v1.0.6 |
| 2104 | 2026-03-10T09:46:35.960Z | Compiling rand_chacha v0.3.1 |
| 2105 | 2026-03-10T09:46:36.040Z | Compiling erased-serde v0.3.31 |
| 2106 | 2026-03-10T09:46:36.064Z | Compiling md-5 v0.10.6 |
| 2107 | 2026-03-10T09:46:36.109Z | Compiling num-integer v0.1.46 |
| 2108 | 2026-03-10T09:46:36.327Z | Compiling hash32 v0.2.1 |
| 2109 | 2026-03-10T09:46:36.392Z | Compiling vergen-lib v0.1.6 |
| 2110 | 2026-03-10T09:46:36.439Z | Compiling ff v0.13.1 |
| 2111 | 2026-03-10T09:46:36.576Z | Compiling iri-string v0.7.10 |
| 2112 | 2026-03-10T09:46:36.622Z | Compiling psl-types v2.0.11 |
| 2113 | 2026-03-10T09:46:36.625Z | Compiling ryu v1.0.23 |
| 2114 | 2026-03-10T09:46:36.669Z | Compiling zlib-rs v0.6.2 |
| 2115 | 2026-03-10T09:46:36.694Z | Compiling fallible-iterator v0.2.0 |
| 2116 | 2026-03-10T09:46:36.719Z | Compiling base16ct v0.2.0 |
| 2117 | 2026-03-10T09:46:36.890Z | Compiling newtype-uuid v1.3.2 |
| 2118 | 2026-03-10T09:46:36.913Z | Compiling sec1 v0.7.3 |
| 2119 | 2026-03-10T09:46:36.971Z | Compiling serde_urlencoded v0.7.1 |
| 2120 | 2026-03-10T09:46:37.056Z | Compiling publicsuffix v2.3.0 |
| 2121 | 2026-03-10T09:46:37.166Z | Compiling postgres-protocol v0.6.10 |
| 2122 | 2026-03-10T09:46:37.370Z | Compiling group v0.13.0 |
| 2123 | 2026-03-10T09:46:37.544Z | Compiling num-iter v0.1.45 |
| 2124 | 2026-03-10T09:46:37.649Z | Compiling rand v0.8.5 |
| 2125 | 2026-03-10T09:46:37.846Z | Compiling oxnet v0.1.4 |
| 2126 | 2026-03-10T09:46:37.912Z | Compiling zone_cfg_derive v0.3.1 |
| 2127 | 2026-03-10T09:46:38.304Z | Compiling derive_builder v0.20.2 |
| 2128 | 2026-03-10T09:46:38.344Z | Compiling tower-http v0.6.8 |
| 2129 | 2026-03-10T09:46:38.347Z | Compiling tokio-native-tls v0.3.1 |
| 2130 | 2026-03-10T09:46:38.514Z | Compiling phf_shared v0.13.1 |
| 2131 | 2026-03-10T09:46:38.685Z | Compiling lazy_static v1.5.0 |
| 2132 | 2026-03-10T09:46:38.828Z | Compiling terminal_size v0.4.3 |
| 2133 | 2026-03-10T09:46:38.853Z | Compiling serde_with_macros v3.17.0 |
| 2134 | 2026-03-10T09:46:38.931Z | Compiling cargo-platform v0.1.9 |
| 2135 | 2026-03-10T09:46:39.023Z | Compiling hkdf v0.12.4 |
| 2136 | 2026-03-10T09:46:39.126Z | Compiling crypto-bigint v0.5.5 |
| 2137 | 2026-03-10T09:46:39.168Z | Compiling clap_derive v4.5.55 |
| 2138 | 2026-03-10T09:46:39.221Z | Compiling serde_repr v0.1.20 |
| 2139 | 2026-03-10T09:46:39.267Z | Compiling enum-as-inner v0.6.1 |
| 2140 | 2026-03-10T09:46:39.489Z | Compiling vergen v9.0.6 |
| 2141 | 2026-03-10T09:46:39.541Z | Compiling flate2 v1.1.9 |
| 2142 | 2026-03-10T09:46:39.638Z | Compiling bumpalo v3.20.2 |
| 2143 | 2026-03-10T09:46:39.784Z | Compiling bitflags v1.3.2 |
| 2144 | 2026-03-10T09:46:39.819Z | Compiling clap_lex v1.0.0 |
| 2145 | 2026-03-10T09:46:39.822Z | Compiling libbz2-rs-sys v0.2.2 |
| 2146 | 2026-03-10T09:46:39.914Z | Compiling foldhash v0.1.5 |
| 2147 | 2026-03-10T09:46:39.950Z | Compiling managed v0.8.0 |
| 2148 | 2026-03-10T09:46:39.985Z | Compiling unicode-width v0.2.0 |
| 2149 | 2026-03-10T09:46:40.166Z | Compiling hashbrown v0.15.5 |
| 2150 | 2026-03-10T09:46:40.352Z | Compiling console v0.16.2 |
| 2151 | 2026-03-10T09:46:40.391Z | Compiling clap_builder v4.5.60 |
| 2152 | 2026-03-10T09:46:40.414Z | Compiling bzip2 v0.6.1 |
| 2153 | 2026-03-10T09:46:40.538Z | Compiling zopfli v0.8.3 |
| 2154 | 2026-03-10T09:46:40.733Z | Compiling cargo_metadata v0.19.2 |
| 2155 | 2026-03-10T09:46:40.876Z | Compiling elliptic-curve v0.13.8 |
| 2156 | 2026-03-10T09:46:40.963Z | Compiling phf v0.13.1 |
| 2157 | 2026-03-10T09:46:41.197Z | Compiling hyper-tls v0.6.0 |
| 2158 | 2026-03-10T09:46:41.363Z | Compiling signal-hook-mio v0.2.5 |
| 2159 | 2026-03-10T09:46:41.366Z | Compiling cookie_store v0.22.1 |
| 2160 | 2026-03-10T09:46:41.409Z | Compiling rayon v1.11.0 |
| 2161 | 2026-03-10T09:46:41.517Z | Compiling daft v0.1.5 |
| 2162 | 2026-03-10T09:46:41.540Z | Compiling bzip2 v0.4.4 |
| 2163 | 2026-03-10T09:46:41.543Z | Compiling postgres-types v0.2.12 |
| 2164 | 2026-03-10T09:46:41.543Z | Compiling zstd v0.13.3 |
| 2165 | 2026-03-10T09:46:41.767Z | Compiling strum v0.27.2 |
| 2166 | 2026-03-10T09:46:41.946Z | Compiling hubpack v0.1.2 |
| 2167 | 2026-03-10T09:46:41.969Z | Compiling ed25519 v2.2.3 |
| 2168 | 2026-03-10T09:46:41.992Z | Compiling phf_shared v0.11.3 |
| 2169 | 2026-03-10T09:46:42.250Z | Compiling pkcs1 v0.7.5 |
| 2170 | 2026-03-10T09:46:42.350Z | Compiling bstr v1.12.1 |
| 2171 | 2026-03-10T09:46:42.372Z | Compiling serde-big-array v0.5.1 |
| 2172 | 2026-03-10T09:46:42.505Z | Compiling hex v0.4.3 |
| 2173 | 2026-03-10T09:46:42.577Z | Compiling itertools v0.12.1 |
| 2174 | 2026-03-10T09:46:42.709Z | Compiling rfc6979 v0.4.0 |
| 2175 | 2026-03-10T09:46:42.729Z | Compiling float-cmp v0.10.0 |
| 2176 | 2026-03-10T09:46:42.776Z | Compiling memmap2 v0.9.10 |
| 2177 | 2026-03-10T09:46:42.862Z | Compiling env_filter v1.0.0 |
| 2178 | 2026-03-10T09:46:42.886Z | Compiling encoding_rs v0.8.35 |
| 2179 | 2026-03-10T09:46:42.935Z | Compiling data-encoding v2.10.0 |
| 2180 | 2026-03-10T09:46:43.062Z | Compiling whoami v2.1.0 |
| 2181 | 2026-03-10T09:46:43.177Z | Compiling keccak v0.1.6 |
| 2182 | 2026-03-10T09:46:43.215Z | Compiling toml_write v0.1.2 |
| 2183 | 2026-03-10T09:46:43.467Z | Compiling fixedbitset v0.5.7 |
| 2184 | 2026-03-10T09:46:43.500Z | Compiling precomputed-hash v0.1.1 |
| 2185 | 2026-03-10T09:46:43.525Z | Compiling normalize-line-endings v0.3.0 |
| 2186 | 2026-03-10T09:46:43.630Z | Compiling fixedbitset v0.4.2 |
| 2187 | 2026-03-10T09:46:43.661Z | Compiling new_debug_unreachable v1.0.6 |
| 2188 | 2026-03-10T09:46:43.661Z | Compiling static_assertions v1.1.0 |
| 2189 | 2026-03-10T09:46:43.707Z | Compiling unit-prefix v0.5.2 |
| 2190 | 2026-03-10T09:46:43.710Z | Compiling mime v0.3.17 |
| 2191 | 2026-03-10T09:46:43.796Z | Compiling jiff v0.2.21 |
| 2192 | 2026-03-10T09:46:43.867Z | Compiling predicates-core v1.0.10 |
| 2193 | 2026-03-10T09:46:43.919Z | Compiling rustc-hash v2.1.1 |
| 2194 | 2026-03-10T09:46:43.922Z | Compiling difflib v0.4.0 |
| 2195 | 2026-03-10T09:46:44.064Z | Compiling iddqd v0.3.17 |
| 2196 | 2026-03-10T09:46:44.131Z | Compiling zone v0.3.1 |
| 2197 | 2026-03-10T09:46:44.157Z | Compiling indicatif v0.18.4 |
| 2198 | 2026-03-10T09:46:44.180Z | Compiling petgraph v0.6.5 |
| 2199 | 2026-03-10T09:46:44.614Z | Compiling predicates v3.1.4 |
| 2200 | 2026-03-10T09:46:44.691Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2201 | 2026-03-10T09:46:44.987Z | Compiling string_cache v0.8.9 |
| 2202 | 2026-03-10T09:46:45.064Z | Compiling petgraph v0.8.3 |
| 2203 | 2026-03-10T09:46:45.214Z | Compiling toml_edit v0.22.27 |
| 2204 | 2026-03-10T09:46:45.283Z | Compiling sha3 v0.10.8 |
| 2205 | 2026-03-10T09:46:45.431Z | Compiling tokio-postgres v0.7.16 |
| 2206 | 2026-03-10T09:46:45.571Z | Compiling hickory-proto v0.25.2 |
| 2207 | 2026-03-10T09:46:46.295Z | Compiling env_logger v0.11.9 |
| 2208 | 2026-03-10T09:46:46.784Z | Compiling usdt v0.6.0 |
| 2209 | 2026-03-10T09:46:47.141Z | Compiling similar v2.7.0 |
| 2210 | 2026-03-10T09:46:47.633Z | Compiling zip v4.6.1 |
| 2211 | 2026-03-10T09:46:47.866Z | Compiling ecdsa v0.16.9 |
| 2212 | 2026-03-10T09:46:48.200Z | Compiling serde_with v3.17.0 |
| 2213 | 2026-03-10T09:46:48.425Z | Compiling rsa v0.9.10 |
| 2214 | 2026-03-10T09:46:48.711Z | Compiling clap v4.5.60 |
| 2215 | 2026-03-10T09:46:48.733Z | Compiling crossterm v0.28.1 |
| 2216 | 2026-03-10T09:46:48.835Z | Compiling ed25519-dalek v2.2.0 |
| 2217 | 2026-03-10T09:46:49.290Z | Compiling zip v0.6.6 |
| 2218 | 2026-03-10T09:46:49.292Z | Compiling strum v0.26.3 |
| 2219 | 2026-03-10T09:46:49.338Z | Compiling toml v0.7.8 |
| 2220 | 2026-03-10T09:46:49.443Z | Compiling tokio-stream v0.1.18 |
| 2221 | 2026-03-10T09:46:49.497Z | Compiling buf-list v1.1.2 |
| 2222 | 2026-03-10T09:46:49.867Z | Compiling x509-cert v0.2.5 |
| 2223 | 2026-03-10T09:46:50.024Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2224 | 2026-03-10T09:46:50.131Z | Compiling openapiv3 v2.2.0 |
| 2225 | 2026-03-10T09:46:50.403Z | Compiling itertools v0.13.0 |
| 2226 | 2026-03-10T09:46:50.483Z | Compiling sha1 v0.10.6 |
| 2227 | 2026-03-10T09:46:50.713Z | Compiling peg-runtime v0.8.5 |
| 2228 | 2026-03-10T09:46:51.353Z | Compiling lalrpop-util v0.19.12 |
| 2229 | 2026-03-10T09:46:56.723Z | Compiling macaddr v1.0.1 |
| 2230 | 2026-03-10T09:46:57.131Z | Compiling itertools v0.14.0 |
| 2231 | 2026-03-10T09:46:57.675Z | Compiling structmeta-derive v0.3.0 |
| 2232 | 2026-03-10T09:46:59.102Z | Compiling heapless v0.8.0 |
| 2233 | 2026-03-10T09:46:59.757Z | Compiling structmeta v0.3.0 |
| 2234 | 2026-03-10T09:47:00.031Z | Compiling ingot-macros v0.1.1 |
| 2235 | 2026-03-10T09:47:01.378Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2236 | 2026-03-10T09:47:02.427Z | Compiling hash32 v0.3.1 |
| 2237 | 2026-03-10T09:47:02.822Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2238 | 2026-03-10T09:47:02.924Z | Compiling smoltcp v0.11.0 |
| 2239 | 2026-03-10T09:47:03.725Z | Compiling ingot-types v0.1.2 |
| 2240 | 2026-03-10T09:47:04.625Z | Compiling proc-macro-crate v3.4.0 |
| 2241 | 2026-03-10T09:47:07.713Z | Compiling cobs v0.3.0 |
| 2242 | 2026-03-10T09:47:08.933Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2243 | 2026-03-10T09:47:08.978Z | Compiling rustls v0.22.4 |
| 2244 | 2026-03-10T09:47:12.807Z | Compiling postcard v1.1.3 |
| 2245 | 2026-03-10T09:47:14.380Z | Compiling num_enum_derive v0.7.5 |
| 2246 | 2026-03-10T09:47:14.696Z | Compiling ingot v0.1.1 |
| 2247 | 2026-03-10T09:47:15.953Z | Compiling proc-macro-crate v1.3.1 |
| 2248 | 2026-03-10T09:47:16.445Z | Compiling rustls-webpki v0.102.8 |
| 2249 | 2026-03-10T09:47:17.725Z | Compiling futures-executor v0.3.32 |
| 2250 | 2026-03-10T09:47:17.855Z | Compiling foreign-types-macros v0.2.3 |
| 2251 | 2026-03-10T09:47:17.903Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2252 | 2026-03-10T09:47:18.006Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2253 | 2026-03-10T09:47:18.033Z | Compiling multer v3.1.0 |
| 2254 | 2026-03-10T09:47:18.332Z | Compiling thread_local v1.1.9 |
| 2255 | 2026-03-10T09:47:18.356Z | Compiling foreign-types-shared v0.3.1 |
| 2256 | 2026-03-10T09:47:18.359Z | Compiling cpufeatures v0.3.0 |
| 2257 | 2026-03-10T09:47:18.422Z | Compiling match_cfg v0.1.0 |
| 2258 | 2026-03-10T09:47:18.525Z | Compiling slog-async v2.8.0 |
| 2259 | 2026-03-10T09:47:18.571Z | Compiling hostname v0.3.1 |
| 2260 | 2026-03-10T09:47:18.594Z | Compiling chacha20 v0.10.0 |
| 2261 | 2026-03-10T09:47:18.685Z | Compiling foreign-types v0.5.0 |
| 2262 | 2026-03-10T09:47:18.845Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2263 | 2026-03-10T09:47:18.868Z | Compiling futures v0.3.32 |
| 2264 | 2026-03-10T09:47:18.871Z | Compiling num_enum_derive v0.5.11 |
| 2265 | 2026-03-10T09:47:18.915Z | Compiling num_enum v0.7.5 |
| 2266 | 2026-03-10T09:47:19.019Z | Compiling derive-ex v0.1.8 |
| 2267 | 2026-03-10T09:47:19.064Z | Compiling tabwriter v1.4.1 |
| 2268 | 2026-03-10T09:47:19.103Z | Compiling rustls-webpki v0.103.9 |
| 2269 | 2026-03-10T09:47:19.134Z | Compiling slog-json v2.6.1 |
| 2270 | 2026-03-10T09:47:19.168Z | Compiling crossbeam-channel v0.5.15 |
| 2271 | 2026-03-10T09:47:19.200Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2272 | 2026-03-10T09:47:19.287Z | Compiling async-stream-impl v0.3.6 |
| 2273 | 2026-03-10T09:47:19.310Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2274 | 2026-03-10T09:47:19.497Z | Compiling serde_spanned v1.0.4 |
| 2275 | 2026-03-10T09:47:19.556Z | Compiling is-terminal v0.4.17 |
| 2276 | 2026-03-10T09:47:19.583Z | Compiling cstr-argument v0.1.2 |
| 2277 | 2026-03-10T09:47:19.702Z | Compiling memoffset v0.9.1 |
| 2278 | 2026-03-10T09:47:19.725Z | Compiling dropshot v0.16.7 |
| 2279 | 2026-03-10T09:47:19.850Z | Compiling take_mut v0.2.2 |
| 2280 | 2026-03-10T09:47:19.940Z | Compiling cfg_aliases v0.2.1 |
| 2281 | 2026-03-10T09:47:20.018Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2282 | 2026-03-10T09:47:20.043Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2283 | 2026-03-10T09:47:20.046Z | Compiling term v1.2.1 |
| 2284 | 2026-03-10T09:47:20.069Z | Compiling typeid v1.0.3 |
| 2285 | 2026-03-10T09:47:20.123Z | Compiling crucible-workspace-hack v0.1.0 |
| 2286 | 2026-03-10T09:47:20.146Z | Compiling async-stream v0.3.6 |
| 2287 | 2026-03-10T09:47:20.279Z | Compiling num_enum v0.5.11 |
| 2288 | 2026-03-10T09:47:20.371Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2289 | 2026-03-10T09:47:20.417Z | Compiling nix v0.30.1 |
| 2290 | 2026-03-10T09:47:20.534Z | Compiling slog-term v2.9.2 |
| 2291 | 2026-03-10T09:47:20.583Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2292 | 2026-03-10T09:47:20.660Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2293 | 2026-03-10T09:47:20.764Z | Compiling slog-bunyan v2.5.0 |
| 2294 | 2026-03-10T09:47:20.966Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2295 | 2026-03-10T09:47:21.032Z | Compiling rand v0.10.0 |
| 2296 | 2026-03-10T09:47:21.239Z | Compiling test-strategy v0.4.5 |
| 2297 | 2026-03-10T09:47:21.262Z | Compiling parse-display-derive v0.10.0 |
| 2298 | 2026-03-10T09:47:21.319Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2299 | 2026-03-10T09:47:21.438Z | Compiling waitgroup v0.1.2 |
| 2300 | 2026-03-10T09:47:21.666Z | Compiling dropshot_endpoint v0.16.7 |
| 2301 | 2026-03-10T09:47:21.686Z | Compiling newtype-uuid-macros v0.1.0 |
| 2302 | 2026-03-10T09:47:22.160Z | Compiling tokio-rustls v0.25.0 |
| 2303 | 2026-03-10T09:47:22.264Z | Compiling rustls-pemfile v2.2.0 |
| 2304 | 2026-03-10T09:47:22.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2305 | 2026-03-10T09:47:22.314Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2306 | 2026-03-10T09:47:22.525Z | Compiling serde_path_to_error v0.1.20 |
| 2307 | 2026-03-10T09:47:22.558Z | Compiling hostname v0.4.2 |
| 2308 | 2026-03-10T09:47:22.665Z | Compiling instant v0.1.13 |
| 2309 | 2026-03-10T09:47:22.694Z | Compiling debug-ignore v1.0.5 |
| 2310 | 2026-03-10T09:47:22.727Z | Compiling colored v3.1.1 |
| 2311 | 2026-03-10T09:47:22.761Z | Compiling erased-serde v0.4.9 |
| 2312 | 2026-03-10T09:47:22.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2313 | 2026-03-10T09:47:22.839Z | Compiling backoff v0.4.0 |
| 2314 | 2026-03-10T09:47:22.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2315 | 2026-03-10T09:47:23.000Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2316 | 2026-03-10T09:47:23.167Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2317 | 2026-03-10T09:47:23.299Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2318 | 2026-03-10T09:47:23.350Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2319 | 2026-03-10T09:47:23.381Z | Compiling camino-tempfile v1.4.1 |
| 2320 | 2026-03-10T09:47:23.409Z | Compiling parse-display v0.10.0 |
| 2321 | 2026-03-10T09:47:23.666Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2322 | 2026-03-10T09:47:23.752Z | Compiling backon v1.6.0 |
| 2323 | 2026-03-10T09:47:23.946Z | Compiling secrecy v0.10.3 |
| 2324 | 2026-03-10T09:47:24.029Z | Compiling num-derive v0.4.2 |
| 2325 | 2026-03-10T09:47:24.090Z | Compiling regress v0.10.5 |
| 2326 | 2026-03-10T09:47:24.195Z | Compiling tokio-rustls v0.26.4 |
| 2327 | 2026-03-10T09:47:24.583Z | Compiling hyper-rustls v0.27.7 |
| 2328 | 2026-03-10T09:47:24.586Z | Compiling rustls-platform-verifier v0.6.2 |
| 2329 | 2026-03-10T09:47:24.903Z | Compiling reqwest v0.13.2 |
| 2330 | 2026-03-10T09:47:24.950Z | Compiling reqwest v0.12.28 |
| 2331 | 2026-03-10T09:47:25.034Z | Compiling sigpipe v0.1.3 |
| 2332 | 2026-03-10T09:47:25.166Z | Compiling libefi-sys v0.1.0 |
| 2333 | 2026-03-10T09:47:25.195Z | Compiling glob v0.3.3 |
| 2334 | 2026-03-10T09:47:25.294Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2335 | 2026-03-10T09:47:25.495Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2336 | 2026-03-10T09:47:25.620Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2337 | 2026-03-10T09:47:25.719Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2338 | 2026-03-10T09:47:26.132Z | Compiling usdt-attr-macro v0.5.0 |
| 2339 | 2026-03-10T09:47:26.463Z | Compiling usdt-macro v0.5.0 |
| 2340 | 2026-03-10T09:47:26.502Z | Compiling smf v0.2.3 |
| 2341 | 2026-03-10T09:47:26.557Z | Compiling bitfield-struct v0.6.2 |
| 2342 | 2026-03-10T09:47:26.814Z | Compiling ordered-float v2.10.1 |
| 2343 | 2026-03-10T09:47:26.859Z | Compiling blake3 v1.8.3 |
| 2344 | 2026-03-10T09:47:27.189Z | Compiling memmap v0.7.0 |
| 2345 | 2026-03-10T09:47:27.249Z | Compiling whoami v1.6.1 |
| 2346 | 2026-03-10T09:47:27.444Z | Compiling usdt v0.5.0 |
| 2347 | 2026-03-10T09:47:27.467Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2348 | 2026-03-10T09:47:27.511Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-03-10T09:47:27.865Z | Compiling serde-untagged v0.1.9 |
| 2350 | 2026-03-10T09:47:27.951Z | Compiling toml v0.8.23 |
| 2351 | 2026-03-10T09:47:27.954Z | Compiling filetime v0.2.27 |
| 2352 | 2026-03-10T09:47:28.061Z | Compiling arrayref v0.3.9 |
| 2353 | 2026-03-10T09:47:28.180Z | Compiling same-file v1.0.6 |
| 2354 | 2026-03-10T09:47:28.277Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-03-10T09:47:28.299Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-03-10T09:47:28.321Z | Compiling constant_time_eq v0.4.2 |
| 2357 | 2026-03-10T09:47:28.385Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-03-10T09:47:28.410Z | Compiling xattr v1.6.1 |
| 2359 | 2026-03-10T09:47:28.437Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2360 | 2026-03-10T09:47:28.484Z | Compiling walkdir v2.5.0 |
| 2361 | 2026-03-10T09:47:28.510Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2362 | 2026-03-10T09:47:28.513Z | Compiling tokio-dtrace v0.1.1 |
| 2363 | 2026-03-10T09:47:28.600Z | Compiling tar v0.4.44 |
| 2364 | 2026-03-10T09:47:28.739Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-03-10T09:47:28.843Z | Compiling gethostname v0.5.0 |
| 2366 | 2026-03-10T09:47:28.917Z | Compiling cargo-platform v0.2.0 |
| 2367 | 2026-03-10T09:47:29.032Z | Compiling topological-sort v0.2.2 |
| 2368 | 2026-03-10T09:47:29.053Z | Compiling oxide-tokio-rt v0.1.2 |
| 2369 | 2026-03-10T09:47:29.284Z | Compiling shell-words v1.1.1 |
| 2370 | 2026-03-10T09:47:29.358Z | Compiling indent_write v2.2.0 |
| 2371 | 2026-03-10T09:47:29.444Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2372 | 2026-03-10T09:47:29.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2373 | 2026-03-10T09:47:30.428Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2374 | 2026-03-10T09:47:30.562Z | Compiling cargo_metadata v0.21.0 |
| 2375 | 2026-03-10T09:47:41.879Z | Compiling progenitor-client v0.10.0 |
| 2376 | 2026-03-10T09:47:41.879Z | Compiling omicron-zone-package v0.12.2 |
| 2377 | 2026-03-10T09:47:41.934Z | Compiling progenitor-client v0.13.0 |
| 2378 | 2026-03-10T09:47:42.038Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2379 | 2026-03-10T09:47:42.043Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2380 | 2026-03-10T09:47:42.508Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2381 | 2026-03-10T09:47:52.251Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2382 | 2026-03-10T09:47:52.828Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2383 | 2026-03-10T09:47:54.060Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2384 | 2026-03-10T09:48:02.630Z | Finished `release` profile [optimized] target(s) in 1m 58s |
| 2385 | 2026-03-10T09:48:02.824Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2386 | 2026-03-10T09:48:02.898Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2387 | 2026-03-10T09:48:02.901Z | Created new build target 'test' and set it as active |
| 2388 | 2026-03-10T09:48:02.904Z | |
| 2389 | 2026-03-10T09:48:02.904Z | real 1:58.864624480 |
| 2390 | 2026-03-10T09:48:02.904Z | user 21:04.703456694 |
| 2391 | 2026-03-10T09:48:02.904Z | sys 3:09.471479508 |
| 2392 | 2026-03-10T09:48:02.904Z | trap 0.563793489 |
| 2393 | 2026-03-10T09:48:02.904Z | tflt 3.396414947 |
| 2394 | 2026-03-10T09:48:02.904Z | dflt 3.604067531 |
| 2395 | 2026-03-10T09:48:02.904Z | kflt 0.000397491 |
| 2396 | 2026-03-10T09:48:02.904Z | lock 49:16.441654841 |
| 2397 | 2026-03-10T09:48:02.904Z | slp 1:12:48.812696166 |
| 2398 | 2026-03-10T09:48:02.904Z | lat 54.540758112 |
| 2399 | 2026-03-10T09:48:02.904Z | stop 7:38.149379383 |
| 2400 | 2026-03-10T09:48:02.905Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2401 | 2026-03-10T09:48:04.088Z | Finished `release` profile [optimized] target(s) in 1.12s |
| 2402 | 2026-03-10T09:48:04.161Z | Running `target/release/omicron-package -t test package` |
| 2403 | 2026-03-10T09:48:04.228Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2404 | 2026-03-10T09:48:06.102Z | Compiling regress v0.10.5 |
| 2405 | 2026-03-10T09:48:06.102Z | Compiling heck v0.5.0 |
| 2406 | 2026-03-10T09:48:06.105Z | Compiling unsafe-libyaml v0.2.11 |
| 2407 | 2026-03-10T09:48:06.363Z | Compiling convert_case v0.4.0 |
| 2408 | 2026-03-10T09:48:06.393Z | Compiling half v2.7.1 |
| 2409 | 2026-03-10T09:48:06.396Z | Compiling ciborium-io v0.2.2 |
| 2410 | 2026-03-10T09:48:06.396Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2411 | 2026-03-10T09:48:06.449Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2412 | 2026-03-10T09:48:06.452Z | Compiling prettyplease v0.2.37 |
| 2413 | 2026-03-10T09:48:06.478Z | Compiling universal-hash v0.5.1 |
| 2414 | 2026-03-10T09:48:06.481Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2415 | 2026-03-10T09:48:06.481Z | Compiling opaque-debug v0.3.1 |
| 2416 | 2026-03-10T09:48:06.481Z | Compiling unicode-width v0.1.14 |
| 2417 | 2026-03-10T09:48:06.481Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2418 | 2026-03-10T09:48:06.507Z | Compiling typify-impl v0.6.1 |
| 2419 | 2026-03-10T09:48:06.565Z | Compiling chacha20 v0.9.1 |
| 2420 | 2026-03-10T09:48:06.596Z | Compiling password-hash v0.5.0 |
| 2421 | 2026-03-10T09:48:06.766Z | Compiling blake2 v0.10.6 |
| 2422 | 2026-03-10T09:48:06.800Z | Compiling derive_more v0.99.20 |
| 2423 | 2026-03-10T09:48:06.941Z | Compiling ciborium-ll v0.2.2 |
| 2424 | 2026-03-10T09:48:06.975Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2425 | 2026-03-10T09:48:06.978Z | Compiling poly1305 v0.8.0 |
| 2426 | 2026-03-10T09:48:07.033Z | Compiling aead v0.5.2 |
| 2427 | 2026-03-10T09:48:07.036Z | Compiling is-terminal v0.4.17 |
| 2428 | 2026-03-10T09:48:07.098Z | Compiling serde_yaml v0.9.34+deprecated |
| 2429 | 2026-03-10T09:48:07.222Z | Compiling ciborium v0.2.2 |
| 2430 | 2026-03-10T09:48:07.267Z | Compiling swrite v0.1.0 |
| 2431 | 2026-03-10T09:48:07.317Z | Compiling argon2 v0.5.3 |
| 2432 | 2026-03-10T09:48:07.353Z | Compiling serde_spanned v1.0.4 |
| 2433 | 2026-03-10T09:48:07.439Z | Compiling chacha20poly1305 v0.10.1 |
| 2434 | 2026-03-10T09:48:07.474Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2435 | 2026-03-10T09:48:07.633Z | Compiling bytecount v0.6.9 |
| 2436 | 2026-03-10T09:48:07.683Z | Compiling rustls v0.22.4 |
| 2437 | 2026-03-10T09:48:07.728Z | Compiling rustls-webpki v0.102.8 |
| 2438 | 2026-03-10T09:48:07.806Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2439 | 2026-03-10T09:48:07.871Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2440 | 2026-03-10T09:48:07.909Z | Compiling derive-where v1.6.0 |
| 2441 | 2026-03-10T09:48:07.941Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-03-10T09:48:07.989Z | Compiling match_cfg v0.1.0 |
| 2443 | 2026-03-10T09:48:08.023Z | Compiling thiserror-no-std v2.0.2 |
| 2444 | 2026-03-10T09:48:08.115Z | Compiling hostname v0.3.1 |
| 2445 | 2026-03-10T09:48:08.176Z | Compiling vsss-rs v3.3.4 |
| 2446 | 2026-03-10T09:48:08.277Z | Compiling multer v3.1.0 |
| 2447 | 2026-03-10T09:48:08.354Z | Compiling slog-async v2.8.0 |
| 2448 | 2026-03-10T09:48:08.386Z | Compiling slog-json v2.6.1 |
| 2449 | 2026-03-10T09:48:08.442Z | Compiling crossbeam-channel v0.5.15 |
| 2450 | 2026-03-10T09:48:08.471Z | Compiling futures-executor v0.3.32 |
| 2451 | 2026-03-10T09:48:08.724Z | Compiling typify-impl v0.4.3 |
| 2452 | 2026-03-10T09:48:08.756Z | Compiling term v1.2.1 |
| 2453 | 2026-03-10T09:48:08.785Z | Compiling take_mut v0.2.2 |
| 2454 | 2026-03-10T09:48:08.814Z | Compiling futures v0.3.32 |
| 2455 | 2026-03-10T09:48:08.983Z | Compiling slog-bunyan v2.5.0 |
| 2456 | 2026-03-10T09:48:09.076Z | Compiling dropshot v0.16.7 |
| 2457 | 2026-03-10T09:48:09.167Z | Compiling slog-term v2.9.2 |
| 2458 | 2026-03-10T09:48:09.198Z | Compiling async-stream v0.3.6 |
| 2459 | 2026-03-10T09:48:09.253Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2460 | 2026-03-10T09:48:09.445Z | Compiling waitgroup v0.1.2 |
| 2461 | 2026-03-10T09:48:09.479Z | Compiling rustls-pemfile v2.2.0 |
| 2462 | 2026-03-10T09:48:09.520Z | Compiling serde_path_to_error v0.1.20 |
| 2463 | 2026-03-10T09:48:09.550Z | Compiling hostname v0.4.2 |
| 2464 | 2026-03-10T09:48:09.553Z | Compiling instant v0.1.13 |
| 2465 | 2026-03-10T09:48:09.611Z | Compiling debug-ignore v1.0.5 |
| 2466 | 2026-03-10T09:48:09.650Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2467 | 2026-03-10T09:48:09.736Z | Compiling backoff v0.4.0 |
| 2468 | 2026-03-10T09:48:09.768Z | Compiling parse-display v0.10.0 |
| 2469 | 2026-03-10T09:48:09.771Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2470 | 2026-03-10T09:48:09.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2471 | 2026-03-10T09:48:09.858Z | Compiling progenitor-client v0.13.0 |
| 2472 | 2026-03-10T09:48:09.904Z | Compiling progenitor-client v0.10.0 |
| 2473 | 2026-03-10T09:48:10.038Z | Compiling backon v1.6.0 |
| 2474 | 2026-03-10T09:48:10.041Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2475 | 2026-03-10T09:48:10.097Z | Compiling macaddr v1.0.1 |
| 2476 | 2026-03-10T09:48:10.101Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2477 | 2026-03-10T09:48:10.162Z | Compiling console v0.15.11 |
| 2478 | 2026-03-10T09:48:10.300Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2479 | 2026-03-10T09:48:10.330Z | Compiling newline-converter v0.3.0 |
| 2480 | 2026-03-10T09:48:10.369Z | Compiling atomicwrites v0.4.4 |
| 2481 | 2026-03-10T09:48:10.401Z | Compiling num-rational v0.4.2 |
| 2482 | 2026-03-10T09:48:10.546Z | Compiling num-complex v0.4.6 |
| 2483 | 2026-03-10T09:48:10.631Z | Compiling slog-dtrace v0.3.0 |
| 2484 | 2026-03-10T09:48:10.770Z | Compiling expectorate v1.2.0 |
| 2485 | 2026-03-10T09:48:10.958Z | Compiling tokio-rustls v0.25.0 |
| 2486 | 2026-03-10T09:48:11.157Z | Compiling num v0.4.3 |
| 2487 | 2026-03-10T09:48:11.289Z | Compiling async-recursion v1.1.1 |
| 2488 | 2026-03-10T09:48:11.289Z | Compiling cancel-safe-futures v0.1.5 |
| 2489 | 2026-03-10T09:48:11.293Z | Compiling float-ord v0.3.2 |
| 2490 | 2026-03-10T09:48:11.408Z | Compiling owo-colors v4.3.0 |
| 2491 | 2026-03-10T09:48:11.570Z | Compiling libsw-core v0.3.2 |
| 2492 | 2026-03-10T09:48:11.742Z | Compiling resolv-conf v0.7.6 |
| 2493 | 2026-03-10T09:48:11.782Z | Compiling libsw v3.5.0 |
| 2494 | 2026-03-10T09:48:11.919Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2495 | 2026-03-10T09:48:12.076Z | Compiling toml v0.8.23 |
| 2496 | 2026-03-10T09:48:12.165Z | Compiling linear-map v1.2.0 |
| 2497 | 2026-03-10T09:48:12.261Z | Compiling linked-hash-map v0.5.6 |
| 2498 | 2026-03-10T09:48:12.397Z | Compiling minimal-lexical v0.2.1 |
| 2499 | 2026-03-10T09:48:12.499Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2500 | 2026-03-10T09:48:12.594Z | Compiling lru-cache v0.1.2 |
| 2501 | 2026-03-10T09:48:12.625Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2502 | 2026-03-10T09:48:12.672Z | Compiling unicode-xid v0.2.6 |
| 2503 | 2026-03-10T09:48:12.776Z | Compiling nom v7.1.3 |
| 2504 | 2026-03-10T09:48:12.825Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2505 | 2026-03-10T09:48:12.871Z | Compiling globset v0.4.18 |
| 2506 | 2026-03-10T09:48:12.956Z | Compiling hickory-proto v0.24.4 |
| 2507 | 2026-03-10T09:48:13.461Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2508 | 2026-03-10T09:48:13.960Z | Compiling typify-macro v0.6.1 |
| 2509 | 2026-03-10T09:48:14.013Z | Compiling typify-macro v0.4.3 |
| 2510 | 2026-03-10T09:48:14.694Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2511 | 2026-03-10T09:48:14.733Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2512 | 2026-03-10T09:48:15.835Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2513 | 2026-03-10T09:48:16.135Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2514 | 2026-03-10T09:48:16.170Z | Compiling typify v0.6.1 |
| 2515 | 2026-03-10T09:48:16.374Z | Compiling progenitor-impl v0.13.0 |
| 2516 | 2026-03-10T09:48:16.534Z | Compiling typify v0.4.3 |
| 2517 | 2026-03-10T09:48:16.904Z | Compiling progenitor-impl v0.11.2 |
| 2518 | 2026-03-10T09:48:17.805Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-03-10T09:48:17.953Z | Compiling convert_case v0.10.0 |
| 2520 | 2026-03-10T09:48:18.359Z | Compiling derive_more-impl v2.1.1 |
| 2521 | 2026-03-10T09:48:19.432Z | Compiling qorb v0.4.1 |
| 2522 | 2026-03-10T09:48:19.564Z | Compiling progenitor-macro v0.13.0 |
| 2523 | 2026-03-10T09:48:20.072Z | Compiling progenitor-macro v0.11.2 |
| 2524 | 2026-03-10T09:48:21.141Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2525 | 2026-03-10T09:48:21.482Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2526 | 2026-03-10T09:48:23.398Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2527 | 2026-03-10T09:48:24.177Z | Compiling progenitor-client v0.11.2 |
| 2528 | 2026-03-10T09:48:24.548Z | Compiling pin-project-internal v1.1.11 |
| 2529 | 2026-03-10T09:48:24.806Z | Compiling derive_more v2.1.1 |
| 2530 | 2026-03-10T09:48:24.890Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2531 | 2026-03-10T09:48:24.952Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2532 | 2026-03-10T09:48:25.167Z | Compiling pem v3.0.6 |
| 2533 | 2026-03-10T09:48:25.295Z | Compiling snafu-derive v0.8.9 |
| 2534 | 2026-03-10T09:48:25.345Z | Compiling termtree v0.5.1 |
| 2535 | 2026-03-10T09:48:25.632Z | Compiling crossterm v0.29.0 |
| 2536 | 2026-03-10T09:48:25.660Z | Compiling progenitor v0.13.0 |
| 2537 | 2026-03-10T09:48:25.886Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2538 | 2026-03-10T09:48:26.080Z | Compiling pin-project v1.1.11 |
| 2539 | 2026-03-10T09:48:26.143Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2540 | 2026-03-10T09:48:26.242Z | Compiling progenitor v0.11.2 |
| 2541 | 2026-03-10T09:48:26.271Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2542 | 2026-03-10T09:48:26.487Z | Compiling olpc-cjson v0.1.4 |
| 2543 | 2026-03-10T09:48:26.715Z | Compiling phf_shared v0.12.1 |
| 2544 | 2026-03-10T09:48:26.804Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2545 | 2026-03-10T09:48:27.542Z | Compiling serde_plain v1.0.2 |
| 2546 | 2026-03-10T09:48:27.837Z | Compiling snafu v0.8.9 |
| 2547 | 2026-03-10T09:48:27.972Z | Compiling vte v0.14.1 |
| 2548 | 2026-03-10T09:48:28.222Z | Compiling csv-core v0.1.13 |
| 2549 | 2026-03-10T09:48:28.336Z | Compiling highway v1.3.0 |
| 2550 | 2026-03-10T09:48:28.641Z | Compiling typed-path v0.9.3 |
| 2551 | 2026-03-10T09:48:28.804Z | Compiling chrono-tz v0.10.4 |
| 2552 | 2026-03-10T09:48:28.913Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2553 | 2026-03-10T09:48:28.980Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2554 | 2026-03-10T09:48:29.138Z | Compiling csv v1.4.0 |
| 2555 | 2026-03-10T09:48:29.297Z | Compiling strip-ansi-escapes v0.2.1 |
| 2556 | 2026-03-10T09:48:29.695Z | Compiling phf v0.12.1 |
| 2557 | 2026-03-10T09:48:29.975Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2558 | 2026-03-10T09:48:30.091Z | Compiling const_format_proc_macros v0.2.34 |
| 2559 | 2026-03-10T09:48:30.256Z | Compiling tough v0.20.0 |
| 2560 | 2026-03-10T09:48:30.472Z | Compiling papergrid v0.11.0 |
| 2561 | 2026-03-10T09:48:30.665Z | Compiling fd-lock v4.0.4 |
| 2562 | 2026-03-10T09:48:30.889Z | Compiling peg-macros v0.8.5 |
| 2563 | 2026-03-10T09:48:31.227Z | Compiling tabled_derive v0.7.0 |
| 2564 | 2026-03-10T09:48:31.256Z | Compiling nu-ansi-term v0.50.3 |
| 2565 | 2026-03-10T09:48:32.537Z | Compiling tabled v0.15.0 |
| 2566 | 2026-03-10T09:48:32.660Z | Compiling reedline v0.40.0 |
| 2567 | 2026-03-10T09:48:32.731Z | Compiling peg v0.8.5 |
| 2568 | 2026-03-10T09:48:32.879Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-03-10T09:48:32.913Z | Compiling const_format v0.2.35 |
| 2570 | 2026-03-10T09:48:33.648Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2571 | 2026-03-10T09:48:33.753Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2572 | 2026-03-10T09:48:34.896Z | Compiling bcs v0.1.6 |
| 2573 | 2026-03-10T09:48:34.942Z | Compiling semver v0.1.20 |
| 2574 | 2026-03-10T09:48:35.342Z | Compiling rustc_version v0.1.7 |
| 2575 | 2026-03-10T09:48:35.479Z | Compiling base64 v0.21.7 |
| 2576 | 2026-03-10T09:48:35.655Z | Compiling newtype_derive v0.1.6 |
| 2577 | 2026-03-10T09:48:35.965Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2578 | 2026-03-10T09:48:36.180Z | Compiling humantime v2.3.0 |
| 2579 | 2026-03-10T09:48:36.281Z | Compiling unicode-linebreak v0.1.5 |
| 2580 | 2026-03-10T09:48:36.712Z | Compiling smawk v0.3.2 |
| 2581 | 2026-03-10T09:48:36.935Z | Compiling textwrap v0.16.2 |
| 2582 | 2026-03-10T09:48:36.979Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2583 | 2026-03-10T09:48:37.009Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2584 | 2026-03-10T09:48:37.271Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2585 | 2026-03-10T09:48:37.624Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2586 | 2026-03-10T09:48:37.884Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2587 | 2026-03-10T09:48:37.986Z | Compiling steno v0.4.1 |
| 2588 | 2026-03-10T09:48:38.322Z | Compiling utf-8 v0.7.6 |
| 2589 | 2026-03-10T09:48:38.623Z | Compiling progenitor-impl v0.10.0 |
| 2590 | 2026-03-10T09:48:38.657Z | Compiling tagptr v0.2.0 |
| 2591 | 2026-03-10T09:48:38.916Z | Compiling moka v0.12.13 |
| 2592 | 2026-03-10T09:48:39.213Z | Compiling tungstenite v0.21.0 |
| 2593 | 2026-03-10T09:48:40.444Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2594 | 2026-03-10T09:48:40.667Z | Compiling hickory-resolver v0.25.2 |
| 2595 | 2026-03-10T09:48:40.824Z | Compiling tokio-tungstenite v0.21.0 |
| 2596 | 2026-03-10T09:48:41.344Z | Compiling radium v0.7.0 |
| 2597 | 2026-03-10T09:48:41.796Z | Compiling maybe-uninit v2.0.0 |
| 2598 | 2026-03-10T09:48:41.868Z | Compiling progenitor-macro v0.10.0 |
| 2599 | 2026-03-10T09:48:42.126Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2600 | 2026-03-10T09:48:42.197Z | Compiling tap v1.0.1 |
| 2601 | 2026-03-10T09:48:42.381Z | Compiling wyz v0.5.1 |
| 2602 | 2026-03-10T09:48:43.143Z | Compiling zerocopy-derive v0.6.6 |
| 2603 | 2026-03-10T09:48:43.173Z | Compiling display-error-chain v0.2.2 |
| 2604 | 2026-03-10T09:48:43.408Z | Compiling crc-catalog v2.4.0 |
| 2605 | 2026-03-10T09:48:43.437Z | Compiling packed_struct v0.10.1 |
| 2606 | 2026-03-10T09:48:43.587Z | Compiling funty v2.0.0 |
| 2607 | 2026-03-10T09:48:43.886Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2608 | 2026-03-10T09:48:44.237Z | Compiling zerocopy v0.6.6 |
| 2609 | 2026-03-10T09:48:44.803Z | Compiling bitvec v1.0.1 |
| 2610 | 2026-03-10T09:48:45.007Z | Compiling crc v3.4.0 |
| 2611 | 2026-03-10T09:48:45.681Z | Compiling packed_struct_codegen v0.10.1 |
| 2612 | 2026-03-10T09:48:45.710Z | Compiling bitfield-macros v0.19.4 |
| 2613 | 2026-03-10T09:48:46.186Z | Compiling indexmap v1.9.3 |
| 2614 | 2026-03-10T09:48:46.535Z | Compiling nodrop v0.1.14 |
| 2615 | 2026-03-10T09:48:46.699Z | Compiling array-init v0.0.4 |
| 2616 | 2026-03-10T09:48:46.729Z | Compiling bitfield v0.19.4 |
| 2617 | 2026-03-10T09:48:46.795Z | Compiling smallvec v0.6.14 |
| 2618 | 2026-03-10T09:48:47.133Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2619 | 2026-03-10T09:48:47.164Z | Compiling num-derive v0.3.3 |
| 2620 | 2026-03-10T09:48:47.244Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2621 | 2026-03-10T09:48:47.422Z | Compiling hashbrown v0.12.3 |
| 2622 | 2026-03-10T09:48:47.796Z | Compiling proc-macro-error2 v2.0.1 |
| 2623 | 2026-03-10T09:48:47.960Z | Compiling progenitor v0.10.0 |
| 2624 | 2026-03-10T09:48:48.179Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2625 | 2026-03-10T09:48:48.261Z | Compiling serde-hex v0.1.0 |
| 2626 | 2026-03-10T09:48:48.429Z | Compiling libscf-sys v1.1.0 |
| 2627 | 2026-03-10T09:48:48.606Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-03-10T09:48:48.647Z | Compiling ron v0.8.1 |
| 2629 | 2026-03-10T09:48:48.976Z | Compiling nix v0.31.1 |
| 2630 | 2026-03-10T09:48:48.976Z | Compiling hashbrown v0.13.2 |
| 2631 | 2026-03-10T09:48:49.304Z | Compiling vergen-gitcl v1.0.8 |
| 2632 | 2026-03-10T09:48:49.491Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2633 | 2026-03-10T09:48:49.590Z | Compiling dirs-sys-next v0.1.2 |
| 2634 | 2026-03-10T09:48:49.624Z | Compiling glob v0.3.3 |
| 2635 | 2026-03-10T09:48:49.716Z | Compiling maplit v1.0.2 |
| 2636 | 2026-03-10T09:48:49.865Z | Compiling crc-any v2.5.0 |
| 2637 | 2026-03-10T09:48:49.895Z | Compiling crunchy v0.2.4 |
| 2638 | 2026-03-10T09:48:49.944Z | Compiling dirs-next v2.0.0 |
| 2639 | 2026-03-10T09:48:50.129Z | Compiling clang-sys v1.8.1 |
| 2640 | 2026-03-10T09:48:50.157Z | Compiling object v0.30.4 |
| 2641 | 2026-03-10T09:48:50.327Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2642 | 2026-03-10T09:48:50.527Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2643 | 2026-03-10T09:48:50.664Z | Compiling tabled_derive v0.11.0 |
| 2644 | 2026-03-10T09:48:50.881Z | Compiling papergrid v0.17.0 |
| 2645 | 2026-03-10T09:48:50.963Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2646 | 2026-03-10T09:48:51.266Z | Compiling testing_table v0.3.0 |
| 2647 | 2026-03-10T09:48:51.304Z | Compiling dsl_auto_type v0.1.3 |
| 2648 | 2026-03-10T09:48:51.502Z | Compiling scheduled-thread-pool v0.2.7 |
| 2649 | 2026-03-10T09:48:51.834Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2650 | 2026-03-10T09:48:51.959Z | Compiling tiny-keccak v2.0.2 |
| 2651 | 2026-03-10T09:48:52.148Z | Compiling path-slash v0.1.5 |
| 2652 | 2026-03-10T09:48:52.190Z | Compiling diesel_derives v2.2.7 |
| 2653 | 2026-03-10T09:48:52.249Z | Compiling r2d2 v0.8.10 |
| 2654 | 2026-03-10T09:48:52.399Z | Compiling term v0.7.0 |
| 2655 | 2026-03-10T09:48:52.541Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2656 | 2026-03-10T09:48:52.644Z | Compiling tabled v0.20.0 |
| 2657 | 2026-03-10T09:48:53.161Z | Compiling arc-swap v1.8.2 |
| 2658 | 2026-03-10T09:48:53.189Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2659 | 2026-03-10T09:48:53.518Z | Compiling xshell-macros v0.2.7 |
| 2660 | 2026-03-10T09:48:53.689Z | Compiling bit-vec v0.6.3 |
| 2661 | 2026-03-10T09:48:53.889Z | Compiling slog-scope v4.4.1 |
| 2662 | 2026-03-10T09:48:54.029Z | Compiling bit-set v0.5.3 |
| 2663 | 2026-03-10T09:48:54.110Z | Compiling xshell v0.2.7 |
| 2664 | 2026-03-10T09:48:54.149Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2665 | 2026-03-10T09:48:54.193Z | Compiling ascii-canvas v3.0.0 |
| 2666 | 2026-03-10T09:48:54.450Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2667 | 2026-03-10T09:48:54.562Z | Compiling itertools v0.10.5 |
| 2668 | 2026-03-10T09:48:54.593Z | Compiling ena v0.14.4 |
| 2669 | 2026-03-10T09:48:54.627Z | Compiling libloading v0.8.9 |
| 2670 | 2026-03-10T09:48:54.917Z | Compiling diff v0.1.13 |
| 2671 | 2026-03-10T09:48:54.947Z | Compiling bindgen v0.71.1 |
| 2672 | 2026-03-10T09:48:55.029Z | Compiling unicase v2.9.0 |
| 2673 | 2026-03-10T09:48:55.285Z | Compiling regex-syntax v0.6.29 |
| 2674 | 2026-03-10T09:48:55.386Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2675 | 2026-03-10T09:48:56.103Z | Compiling slog-stdlog v4.1.1 |
| 2676 | 2026-03-10T09:48:56.134Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2677 | 2026-03-10T09:48:56.708Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2678 | 2026-03-10T09:48:56.956Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2679 | 2026-03-10T09:48:57.307Z | Compiling cexpr v0.6.0 |
| 2680 | 2026-03-10T09:48:57.757Z | Compiling lalrpop v0.19.12 |
| 2681 | 2026-03-10T09:48:57.918Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2682 | 2026-03-10T09:48:57.993Z | Compiling diesel v2.2.12 |
| 2683 | 2026-03-10T09:48:58.203Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2684 | 2026-03-10T09:48:58.232Z | Compiling crc8 v0.1.1 |
| 2685 | 2026-03-10T09:48:58.456Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2686 | 2026-03-10T09:48:58.510Z | Compiling slog-envlogger v2.2.0 |
| 2687 | 2026-03-10T09:48:58.720Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2688 | 2026-03-10T09:48:59.353Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2689 | 2026-03-10T09:48:59.425Z | Compiling headers-core v0.3.0 |
| 2690 | 2026-03-10T09:48:59.538Z | Compiling libxml v0.3.3 |
| 2691 | 2026-03-10T09:48:59.623Z | Compiling headers v0.4.1 |
| 2692 | 2026-03-10T09:49:00.076Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2693 | 2026-03-10T09:49:00.230Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2694 | 2026-03-10T09:49:00.320Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2695 | 2026-03-10T09:49:00.348Z | Compiling strum_macros v0.24.3 |
| 2696 | 2026-03-10T09:49:00.541Z | Compiling indoc v1.0.9 |
| 2697 | 2026-03-10T09:49:01.143Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2698 | 2026-03-10T09:49:01.504Z | Compiling derive_builder v0.20.2 |
| 2699 | 2026-03-10T09:49:01.721Z | Compiling oso-derive v0.27.3 |
| 2700 | 2026-03-10T09:49:01.803Z | Compiling quick-xml v0.37.5 |
| 2701 | 2026-03-10T09:49:01.886Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2702 | 2026-03-10T09:49:02.165Z | Compiling half v1.8.3 |
| 2703 | 2026-03-10T09:49:02.458Z | Compiling openssl-probe v0.1.6 |
| 2704 | 2026-03-10T09:49:02.827Z | Compiling serde_cbor v0.11.2 |
| 2705 | 2026-03-10T09:49:02.929Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2706 | 2026-03-10T09:49:03.215Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2707 | 2026-03-10T09:49:03.703Z | Compiling diesel-dtrace v0.4.2 |
| 2708 | 2026-03-10T09:49:03.763Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2709 | 2026-03-10T09:49:03.902Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2710 | 2026-03-10T09:49:04.155Z | Compiling bb8 v0.8.6 |
| 2711 | 2026-03-10T09:49:04.184Z | Compiling trait-variant v0.1.2 |
| 2712 | 2026-03-10T09:49:04.285Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2713 | 2026-03-10T09:49:04.546Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2714 | 2026-03-10T09:49:04.630Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2715 | 2026-03-10T09:49:04.959Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2716 | 2026-03-10T09:49:04.993Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2717 | 2026-03-10T09:49:05.336Z | Compiling fxhash v0.2.1 |
| 2718 | 2026-03-10T09:49:05.448Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2719 | 2026-03-10T09:49:05.507Z | Compiling samael v0.0.19 |
| 2720 | 2026-03-10T09:49:05.574Z | Compiling kstat-rs v0.2.4 |
| 2721 | 2026-03-10T09:49:05.615Z | Compiling libz-sys v1.1.24 |
| 2722 | 2026-03-10T09:49:05.813Z | Compiling nonempty v0.12.0 |
| 2723 | 2026-03-10T09:49:05.863Z | Compiling salty v0.3.0 |
| 2724 | 2026-03-10T09:49:06.149Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2725 | 2026-03-10T09:49:06.301Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2726 | 2026-03-10T09:49:06.336Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2727 | 2026-03-10T09:49:06.461Z | Compiling darling_core v0.23.0 |
| 2728 | 2026-03-10T09:49:06.531Z | Compiling nanorand v0.7.0 |
| 2729 | 2026-03-10T09:49:06.609Z | Compiling fs-err v2.11.0 |
| 2730 | 2026-03-10T09:49:06.943Z | Compiling parking_lot_core v0.8.6 |
| 2731 | 2026-03-10T09:49:06.970Z | Compiling mime_guess v2.0.5 |
| 2732 | 2026-03-10T09:49:07.173Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2733 | 2026-03-10T09:49:07.299Z | Compiling flume v0.11.1 |
| 2734 | 2026-03-10T09:49:07.739Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-03-10T09:49:07.933Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2736 | 2026-03-10T09:49:08.495Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2737 | 2026-03-10T09:49:08.990Z | Compiling git-stub v1.0.0 |
| 2738 | 2026-03-10T09:49:09.348Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2739 | 2026-03-10T09:49:09.380Z | Compiling instability v0.3.11 |
| 2740 | 2026-03-10T09:49:09.439Z | Compiling polar-core v0.27.3 |
| 2741 | 2026-03-10T09:49:09.749Z | Compiling git-stub-vcs v0.1.0 |
| 2742 | 2026-03-10T09:49:09.825Z | Compiling darling_macro v0.23.0 |
| 2743 | 2026-03-10T09:49:10.272Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2744 | 2026-03-10T09:49:10.557Z | Compiling darling v0.23.0 |
| 2745 | 2026-03-10T09:49:10.694Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-03-10T09:49:13.199Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2747 | 2026-03-10T09:49:13.227Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2748 | 2026-03-10T09:49:14.186Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2749 | 2026-03-10T09:49:14.354Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2750 | 2026-03-10T09:49:18.036Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2751 | 2026-03-10T09:49:19.243Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2752 | 2026-03-10T09:49:19.779Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-03-10T09:49:20.815Z | Compiling async-bb8-diesel v0.2.1 |
| 2754 | 2026-03-10T09:49:21.859Z | Compiling ignore v0.4.25 |
| 2755 | 2026-03-10T09:49:22.501Z | Compiling oso v0.27.3 |
| 2756 | 2026-03-10T09:49:23.825Z | Compiling primeorder v0.13.6 |
| 2757 | 2026-03-10T09:49:23.855Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-03-10T09:49:23.984Z | Compiling castaway v0.2.4 |
| 2759 | 2026-03-10T09:49:24.210Z | Compiling nibble_vec v0.1.0 |
| 2760 | 2026-03-10T09:49:24.244Z | Compiling atty v0.2.14 |
| 2761 | 2026-03-10T09:49:24.433Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-03-10T09:49:24.461Z | Compiling parse-size v1.1.0 |
| 2763 | 2026-03-10T09:49:24.736Z | Compiling indoc v2.0.7 |
| 2764 | 2026-03-10T09:49:24.767Z | Compiling endian-type v0.1.2 |
| 2765 | 2026-03-10T09:49:24.868Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2766 | 2026-03-10T09:49:24.902Z | Compiling http-range v0.1.5 |
| 2767 | 2026-03-10T09:49:24.958Z | Compiling radix_trie v0.2.1 |
| 2768 | 2026-03-10T09:49:25.093Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2769 | 2026-03-10T09:49:25.255Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-03-10T09:49:25.340Z | Compiling p384 v0.13.1 |
| 2771 | 2026-03-10T09:49:25.574Z | Compiling compact_str v0.8.1 |
| 2772 | 2026-03-10T09:49:26.362Z | Compiling globwalk v0.9.1 |
| 2773 | 2026-03-10T09:49:27.084Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-03-10T09:49:27.231Z | Compiling parking_lot v0.11.2 |
| 2775 | 2026-03-10T09:49:28.191Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2776 | 2026-03-10T09:49:28.363Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2777 | 2026-03-10T09:49:28.424Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2778 | 2026-03-10T09:49:28.477Z | Compiling predicates-tree v1.0.13 |
| 2779 | 2026-03-10T09:49:28.833Z | Compiling unicode-truncate v1.1.0 |
| 2780 | 2026-03-10T09:49:28.865Z | Compiling lru v0.12.5 |
| 2781 | 2026-03-10T09:49:29.082Z | Compiling prefix-trie v0.7.0 |
| 2782 | 2026-03-10T09:49:29.117Z | Compiling vergen-git2 v1.0.7 |
| 2783 | 2026-03-10T09:49:29.171Z | Compiling cassowary v0.3.0 |
| 2784 | 2026-03-10T09:49:29.475Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2785 | 2026-03-10T09:49:29.770Z | Compiling hickory-server v0.25.2 |
| 2786 | 2026-03-10T09:49:30.922Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-03-10T09:49:31.186Z | Compiling camino-tempfile-ext v0.3.3 |
| 2788 | 2026-03-10T09:49:31.255Z | Compiling hyper-staticfile v0.10.1 |
| 2789 | 2026-03-10T09:49:32.110Z | Compiling sled v0.34.7 |
| 2790 | 2026-03-10T09:49:32.851Z | Compiling hickory-client v0.25.2 |
| 2791 | 2026-03-10T09:49:33.494Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2792 | 2026-03-10T09:49:33.811Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2793 | 2026-03-10T09:49:34.078Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-03-10T09:49:34.364Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2795 | 2026-03-10T09:49:35.124Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2796 | 2026-03-10T09:49:35.993Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2797 | 2026-03-10T09:49:36.147Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2798 | 2026-03-10T09:49:36.263Z | Compiling rand_seeder v0.4.0 |
| 2799 | 2026-03-10T09:49:36.607Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-03-10T09:49:36.667Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2801 | 2026-03-10T09:49:36.978Z | Compiling lzma-sys v0.1.20 |
| 2802 | 2026-03-10T09:49:37.025Z | Compiling rustls v0.21.12 |
| 2803 | 2026-03-10T09:49:37.262Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2804 | 2026-03-10T09:49:37.348Z | Compiling corncobs v0.1.4 |
| 2805 | 2026-03-10T09:49:37.639Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2806 | 2026-03-10T09:49:37.746Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2807 | 2026-03-10T09:49:37.773Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2808 | 2026-03-10T09:49:37.897Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2809 | 2026-03-10T09:49:37.940Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2810 | 2026-03-10T09:49:38.137Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2811 | 2026-03-10T09:49:38.550Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2026-03-10T09:49:38.737Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2813 | 2026-03-10T09:49:38.848Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2814 | 2026-03-10T09:49:40.450Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2815 | 2026-03-10T09:49:41.883Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2816 | 2026-03-10T09:49:42.166Z | Compiling git2 v0.20.4 |
| 2817 | 2026-03-10T09:49:43.005Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-03-10T09:49:43.034Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2819 | 2026-03-10T09:49:43.331Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2820 | 2026-03-10T09:49:43.363Z | Compiling cargo_toml v0.22.3 |
| 2821 | 2026-03-10T09:49:43.651Z | Compiling nix v0.29.0 |
| 2822 | 2026-03-10T09:49:44.253Z | Compiling sct v0.7.1 |
| 2823 | 2026-03-10T09:49:44.642Z | Compiling rustls-webpki v0.101.7 |
| 2824 | 2026-03-10T09:49:44.764Z | Compiling secrecy v0.8.0 |
| 2825 | 2026-03-10T09:49:45.036Z | Compiling void v1.0.2 |
| 2826 | 2026-03-10T09:49:46.816Z | Compiling lzss v0.8.2 |
| 2827 | 2026-03-10T09:49:46.876Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2828 | 2026-03-10T09:49:46.911Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2829 | 2026-03-10T09:49:47.115Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2830 | 2026-03-10T09:49:47.179Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2831 | 2026-03-10T09:49:47.870Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2832 | 2026-03-10T09:49:48.057Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2833 | 2026-03-10T09:49:48.685Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2834 | 2026-03-10T09:49:48.713Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-03-10T09:49:49.441Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2836 | 2026-03-10T09:49:49.762Z | Compiling tungstenite v0.23.0 |
| 2837 | 2026-03-10T09:49:49.790Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2838 | 2026-03-10T09:49:50.072Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2839 | 2026-03-10T09:49:50.130Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2840 | 2026-03-10T09:49:50.412Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2841 | 2026-03-10T09:49:50.465Z | Compiling nix v0.27.1 |
| 2842 | 2026-03-10T09:49:50.540Z | Compiling serde_bytes v0.11.19 |
| 2843 | 2026-03-10T09:49:50.790Z | Compiling tokio-tungstenite v0.23.1 |
| 2844 | 2026-03-10T09:49:51.114Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2845 | 2026-03-10T09:49:51.350Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2846 | 2026-03-10T09:49:52.217Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2847 | 2026-03-10T09:49:52.432Z | Compiling xz2 v0.1.7 |
| 2848 | 2026-03-10T09:49:52.958Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2849 | 2026-03-10T09:49:53.087Z | Compiling ron v0.12.0 |
| 2850 | 2026-03-10T09:49:54.171Z | Compiling tokio-rustls v0.24.1 |
| 2851 | 2026-03-10T09:49:56.886Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-03-10T09:49:58.249Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2853 | 2026-03-10T09:49:58.457Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2854 | 2026-03-10T09:49:58.714Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2855 | 2026-03-10T09:49:59.175Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2856 | 2026-03-10T09:50:01.223Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2857 | 2026-03-10T09:50:01.597Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2858 | 2026-03-10T09:50:02.548Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2859 | 2026-03-10T09:50:03.332Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2860 | 2026-03-10T09:50:03.772Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2861 | 2026-03-10T09:50:03.832Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2862 | 2026-03-10T09:50:06.133Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2863 | 2026-03-10T09:50:07.052Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2864 | 2026-03-10T09:50:07.755Z | Compiling rustls-pemfile v1.0.4 |
| 2865 | 2026-03-10T09:50:08.250Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2866 | 2026-03-10T09:50:08.336Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-03-10T09:50:09.151Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2868 | 2026-03-10T09:50:09.476Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2869 | 2026-03-10T09:50:10.021Z | Compiling signal-hook-tokio v0.3.1 |
| 2870 | 2026-03-10T09:50:10.182Z | Compiling yasna v0.5.2 |
| 2871 | 2026-03-10T09:50:10.218Z | Compiling twox-hash v2.1.2 |
| 2872 | 2026-03-10T09:50:10.262Z | Compiling is_ci v1.2.0 |
| 2873 | 2026-03-10T09:50:10.531Z | Compiling base16ct v1.0.0 |
| 2874 | 2026-03-10T09:50:10.561Z | Compiling supports-color v3.0.2 |
| 2875 | 2026-03-10T09:50:10.937Z | Compiling rcgen v0.12.1 |
| 2876 | 2026-03-10T09:50:11.719Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2877 | 2026-03-10T09:50:12.303Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2878 | 2026-03-10T09:50:12.558Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2879 | 2026-03-10T09:50:12.589Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2880 | 2026-03-10T09:50:13.345Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2881 | 2026-03-10T09:50:13.519Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2882 | 2026-03-10T09:50:16.185Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2883 | 2026-03-10T09:50:17.192Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2884 | 2026-03-10T09:50:17.284Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2885 | 2026-03-10T09:50:18.307Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2886 | 2026-03-10T09:50:20.076Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2887 | 2026-03-10T09:50:20.428Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2888 | 2026-03-10T09:50:20.747Z | Compiling progenitor-extras v0.1.0 |
| 2889 | 2026-03-10T09:50:21.099Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2890 | 2026-03-10T09:50:21.383Z | Compiling fatfs v0.3.6 |
| 2891 | 2026-03-10T09:50:22.443Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2892 | 2026-03-10T09:50:23.064Z | Compiling subprocess v0.2.15 |
| 2893 | 2026-03-10T09:50:23.789Z | Compiling rtoolbox v0.0.3 |
| 2894 | 2026-03-10T09:50:24.139Z | Compiling assert_matches v1.5.0 |
| 2895 | 2026-03-10T09:50:24.281Z | Compiling seq-macro v0.3.6 |
| 2896 | 2026-03-10T09:50:24.981Z | Compiling rpassword v7.4.0 |
| 2897 | 2026-03-10T09:50:25.204Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2898 | 2026-03-10T09:50:25.386Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2899 | 2026-03-10T09:50:26.017Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2900 | 2026-03-10T09:50:26.762Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2901 | 2026-03-10T09:50:26.939Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2902 | 2026-03-10T09:50:27.745Z | Compiling tui-tree-widget v0.23.1 |
| 2903 | 2026-03-10T09:50:28.134Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2904 | 2026-03-10T09:50:29.694Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2905 | 2026-03-10T09:50:30.123Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2906 | 2026-03-10T09:50:32.124Z | Compiling uzers v0.12.2 |
| 2907 | 2026-03-10T09:50:33.624Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2908 | 2026-03-10T09:50:34.065Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2909 | 2026-03-10T09:50:35.602Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2910 | 2026-03-10T09:50:37.021Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2911 | 2026-03-10T09:50:38.167Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2912 | 2026-03-10T09:50:42.110Z | Compiling support-bundle-viewer v0.1.2 |
| 2913 | 2026-03-10T09:50:44.415Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2914 | 2026-03-10T09:50:44.681Z | Compiling multimap v0.10.1 |
| 2915 | 2026-03-10T09:51:06.507Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2916 | 2026-03-10T09:51:08.276Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2917 | 2026-03-10T09:58:25.735Z | Finished `release` profile [optimized] target(s) in 10m 21s |
| 2918 | 2026-03-10T09:59:18.886Z | |
| 2919 | 2026-03-10T09:59:18.889Z | real 11:15.807634534 |
| 2920 | 2026-03-10T09:59:18.889Z | user 1:47:36.365076213 |
| 2921 | 2026-03-10T09:59:18.889Z | sys 4:20.178309571 |
| 2922 | 2026-03-10T09:59:18.889Z | trap 2.555695628 |
| 2923 | 2026-03-10T09:59:18.889Z | tflt 3.059469793 |
| 2924 | 2026-03-10T09:59:18.889Z | dflt 14.853279947 |
| 2925 | 2026-03-10T09:59:18.889Z | kflt 0.024703480 |
| 2926 | 2026-03-10T09:59:18.889Z | lock 7:32:29.224003559 |
| 2927 | 2026-03-10T09:59:18.889Z | slp 4:06:17.731376934 |
| 2928 | 2026-03-10T09:59:18.889Z | lat 3:04.692195423 |
| 2929 | 2026-03-10T09:59:18.889Z | stop 6:59.757704745 |
| 2930 | 2026-03-10T09:59:18.889Z | + mapfile -t packages |
| 2931 | 2026-03-10T09:59:18.889Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2932 | 2026-03-10T09:59:20.168Z | Finished `release` profile [optimized] target(s) in 1.20s |
| 2933 | 2026-03-10T09:59:20.242Z | Running `target/release/omicron-package -t test list-outputs` |
| 2934 | 2026-03-10T09:59:20.306Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2935 | 2026-03-10T09:59:20.309Z | + ptime -m cargo build --locked --release -p xtask |
| 2936 | 2026-03-10T09:59:21.068Z | Compiling serde v1.0.228 |
| 2937 | 2026-03-10T09:59:21.072Z | Compiling serde_core v1.0.228 |
| 2938 | 2026-03-10T09:59:21.072Z | Compiling rustix v1.1.3 |
| 2939 | 2026-03-10T09:59:21.072Z | Compiling serde_json v1.0.149 |
| 2940 | 2026-03-10T09:59:21.171Z | Compiling bitflags v2.11.0 |
| 2941 | 2026-03-10T09:59:21.186Z | Compiling num-traits v0.2.19 |
| 2942 | 2026-03-10T09:59:21.198Z | Compiling libc v0.2.180 |
| 2943 | 2026-03-10T09:59:21.213Z | Compiling syn v2.0.117 |
| 2944 | 2026-03-10T09:59:21.224Z | Compiling errno v0.3.14 |
| 2945 | 2026-03-10T09:59:21.227Z | Compiling hashbrown v0.16.1 |
| 2946 | 2026-03-10T09:59:21.240Z | Compiling smallvec v1.15.1 |
| 2947 | 2026-03-10T09:59:21.255Z | Compiling usdt-impl v0.5.0 |
| 2948 | 2026-03-10T09:59:21.304Z | Compiling syn v1.0.109 |
| 2949 | 2026-03-10T09:59:21.371Z | Compiling percent-encoding v2.3.2 |
| 2950 | 2026-03-10T09:59:21.500Z | Compiling log v0.4.29 |
| 2951 | 2026-03-10T09:59:21.519Z | Compiling getrandom v0.4.1 |
| 2952 | 2026-03-10T09:59:21.649Z | Compiling form_urlencoded v1.2.2 |
| 2953 | 2026-03-10T09:59:21.725Z | Compiling thread-id v4.2.2 |
| 2954 | 2026-03-10T09:59:21.728Z | Compiling fs-err v3.3.0 |
| 2955 | 2026-03-10T09:59:21.797Z | Compiling once_cell v1.21.3 |
| 2956 | 2026-03-10T09:59:21.873Z | Compiling heck v0.4.1 |
| 2957 | 2026-03-10T09:59:21.891Z | Compiling memmap v0.7.0 |
| 2958 | 2026-03-10T09:59:22.083Z | Compiling indexmap v2.13.0 |
| 2959 | 2026-03-10T09:59:22.708Z | Compiling ordered-float v2.10.1 |
| 2960 | 2026-03-10T09:59:23.359Z | Compiling terminal_size v0.4.3 |
| 2961 | 2026-03-10T09:59:23.359Z | Compiling tempfile v3.25.0 |
| 2962 | 2026-03-10T09:59:23.480Z | Compiling proc-macro-error v1.0.4 |
| 2963 | 2026-03-10T09:59:23.496Z | Compiling clap_builder v4.5.60 |
| 2964 | 2026-03-10T09:59:23.497Z | Compiling textwrap v0.16.2 |
| 2965 | 2026-03-10T09:59:23.706Z | Compiling camino-tempfile v1.4.1 |
| 2966 | 2026-03-10T09:59:23.857Z | Compiling tabled_derive v0.7.0 |
| 2967 | 2026-03-10T09:59:24.719Z | Compiling tabled v0.15.0 |
| 2968 | 2026-03-10T09:59:24.989Z | Compiling synstructure v0.13.2 |
| 2969 | 2026-03-10T09:59:24.989Z | Compiling pest_generator v2.8.6 |
| 2970 | 2026-03-10T09:59:25.577Z | Compiling serde_derive v1.0.228 |
| 2971 | 2026-03-10T09:59:25.580Z | Compiling zerofrom-derive v0.1.6 |
| 2972 | 2026-03-10T09:59:25.580Z | Compiling yoke-derive v0.8.1 |
| 2973 | 2026-03-10T09:59:25.580Z | Compiling zerovec-derive v0.11.2 |
| 2974 | 2026-03-10T09:59:25.580Z | Compiling displaydoc v0.2.5 |
| 2975 | 2026-03-10T09:59:25.580Z | Compiling thiserror-impl v1.0.69 |
| 2976 | 2026-03-10T09:59:25.580Z | Compiling zerocopy-derive v0.7.35 |
| 2977 | 2026-03-10T09:59:25.580Z | Compiling scroll_derive v0.12.1 |
| 2978 | 2026-03-10T09:59:25.580Z | Compiling thiserror-impl v2.0.18 |
| 2979 | 2026-03-10T09:59:25.580Z | Compiling clap_derive v4.5.55 |
| 2980 | 2026-03-10T09:59:25.735Z | Compiling pest_derive v2.8.6 |
| 2981 | 2026-03-10T09:59:26.625Z | Compiling scroll v0.12.0 |
| 2982 | 2026-03-10T09:59:26.843Z | Compiling zerocopy v0.7.35 |
| 2983 | 2026-03-10T09:59:27.037Z | Compiling goblin v0.8.2 |
| 2984 | 2026-03-10T09:59:27.222Z | Compiling thiserror v1.0.69 |
| 2985 | 2026-03-10T09:59:27.277Z | Compiling zerofrom v0.1.6 |
| 2986 | 2026-03-10T09:59:27.388Z | Compiling dtrace-parser v0.2.0 |
| 2987 | 2026-03-10T09:59:27.418Z | Compiling thiserror v2.0.18 |
| 2988 | 2026-03-10T09:59:27.447Z | Compiling yoke v0.8.1 |
| 2989 | 2026-03-10T09:59:27.712Z | Compiling zerovec v0.11.5 |
| 2990 | 2026-03-10T09:59:27.733Z | Compiling zerotrie v0.2.3 |
| 2991 | 2026-03-10T09:59:28.037Z | Compiling clap v4.5.60 |
| 2992 | 2026-03-10T09:59:28.578Z | Compiling tinystr v0.8.2 |
| 2993 | 2026-03-10T09:59:28.928Z | Compiling icu_locale_core v2.1.1 |
| 2994 | 2026-03-10T09:59:29.764Z | Compiling potential_utf v0.1.4 |
| 2995 | 2026-03-10T09:59:30.036Z | Compiling icu_provider v2.1.1 |
| 2996 | 2026-03-10T09:59:30.251Z | Compiling icu_collections v2.1.1 |
| 2997 | 2026-03-10T09:59:30.341Z | Compiling toml_datetime v0.6.11 |
| 2998 | 2026-03-10T09:59:30.344Z | Compiling serde_spanned v0.6.9 |
| 2999 | 2026-03-10T09:59:30.592Z | Compiling serde-value v0.7.0 |
| 3000 | 2026-03-10T09:59:30.614Z | Compiling cargo-platform v0.2.0 |
| 3001 | 2026-03-10T09:59:30.663Z | Compiling toml_edit v0.22.27 |
| 3002 | 2026-03-10T09:59:30.715Z | Compiling macaddr v1.0.1 |
| 3003 | 2026-03-10T09:59:30.760Z | Compiling icu_properties v2.1.2 |
| 3004 | 2026-03-10T09:59:30.821Z | Compiling icu_normalizer v2.1.1 |
| 3005 | 2026-03-10T09:59:30.845Z | Compiling dof v0.3.0 |
| 3006 | 2026-03-10T09:59:31.072Z | Compiling serde_tokenstream v0.2.3 |
| 3007 | 2026-03-10T09:59:32.071Z | Compiling idna_adapter v1.2.1 |
| 3008 | 2026-03-10T09:59:32.223Z | Compiling usdt-attr-macro v0.5.0 |
| 3009 | 2026-03-10T09:59:32.268Z | Compiling idna v1.1.0 |
| 3010 | 2026-03-10T09:59:32.284Z | Compiling usdt-macro v0.5.0 |
| 3011 | 2026-03-10T09:59:32.700Z | Compiling url v2.5.8 |
| 3012 | 2026-03-10T09:59:32.961Z | Compiling toml v0.8.23 |
| 3013 | 2026-03-10T09:59:33.051Z | Compiling usdt v0.5.0 |
| 3014 | 2026-03-10T09:59:33.633Z | Compiling cargo-util-schemas v0.8.2 |
| 3015 | 2026-03-10T09:59:33.633Z | Compiling cargo_toml v0.21.0 |
| 3016 | 2026-03-10T09:59:35.074Z | Compiling cargo_metadata v0.21.0 |
| 3017 | 2026-03-10T09:59:39.975Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3018 | 2026-03-10T09:59:44.129Z | Finished `release` profile [optimized] target(s) in 23.75s |
| 3019 | 2026-03-10T09:59:44.278Z | |
| 3020 | 2026-03-10T09:59:44.282Z | real 23.926267367 |
| 3021 | 2026-03-10T09:59:44.282Z | user 3:15.095138693 |
| 3022 | 2026-03-10T09:59:44.282Z | sys 21.706075758 |
| 3023 | 2026-03-10T09:59:44.282Z | trap 0.091921003 |
| 3024 | 2026-03-10T09:59:44.282Z | tflt 0.639795523 |
| 3025 | 2026-03-10T09:59:44.282Z | dflt 2.176814460 |
| 3026 | 2026-03-10T09:59:44.282Z | kflt 0.000053957 |
| 3027 | 2026-03-10T09:59:44.282Z | lock 5:33.717553257 |
| 3028 | 2026-03-10T09:59:44.282Z | slp 6:31.897416211 |
| 3029 | 2026-03-10T09:59:44.282Z | lat 7.969101374 |
| 3030 | 2026-03-10T09:59:44.282Z | stop 29.888022536 |
| 3031 | 2026-03-10T09:59:44.282Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3032 | 2026-03-10T09:59:44.282Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3033 | 2026-03-10T09:59:44.282Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3034 | 2026-03-10T09:59:44.282Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3035 | 2026-03-10T09:59:44.282Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3036 | 2026-03-10T09:59:45.574Z | Compiling regress v0.10.5 |
| 3037 | 2026-03-10T09:59:45.727Z | Compiling serde_spanned v1.0.4 |
| 3038 | 2026-03-10T09:59:45.730Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3039 | 2026-03-10T09:59:45.730Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3040 | 2026-03-10T09:59:45.730Z | Compiling structmeta-derive v0.3.0 |
| 3041 | 2026-03-10T09:59:45.730Z | Compiling rustls v0.22.4 |
| 3042 | 2026-03-10T09:59:45.730Z | Compiling rustls-webpki v0.102.8 |
| 3043 | 2026-03-10T09:59:45.730Z | Compiling newtype-uuid-macros v0.1.0 |
| 3044 | 2026-03-10T09:59:45.746Z | Compiling multer v3.1.0 |
| 3045 | 2026-03-10T09:59:45.750Z | Compiling debug-ignore v1.0.5 |
| 3046 | 2026-03-10T09:59:45.750Z | Compiling match_cfg v0.1.0 |
| 3047 | 2026-03-10T09:59:45.750Z | Compiling slog-json v2.6.1 |
| 3048 | 2026-03-10T09:59:45.750Z | Compiling async-stream-impl v0.3.6 |
| 3049 | 2026-03-10T09:59:45.800Z | Compiling dropshot v0.16.7 |
| 3050 | 2026-03-10T09:59:45.803Z | Compiling itertools v0.14.0 |
| 3051 | 2026-03-10T09:59:45.822Z | Compiling waitgroup v0.1.2 |
| 3052 | 2026-03-10T09:59:46.021Z | Compiling hostname v0.3.1 |
| 3053 | 2026-03-10T09:59:46.043Z | Compiling rustls-pemfile v2.2.0 |
| 3054 | 2026-03-10T09:59:46.046Z | Compiling dropshot_endpoint v0.16.7 |
| 3055 | 2026-03-10T09:59:46.115Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3056 | 2026-03-10T09:59:46.140Z | Compiling serde_path_to_error v0.1.20 |
| 3057 | 2026-03-10T09:59:46.242Z | Compiling slog-bunyan v2.5.0 |
| 3058 | 2026-03-10T09:59:46.242Z | Compiling hostname v0.4.2 |
| 3059 | 2026-03-10T09:59:46.365Z | Compiling progenitor-client v0.13.0 |
| 3060 | 2026-03-10T09:59:46.412Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3061 | 2026-03-10T09:59:46.457Z | Compiling macaddr v1.0.1 |
| 3062 | 2026-03-10T09:59:46.479Z | Compiling progenitor-client v0.10.0 |
| 3063 | 2026-03-10T09:59:46.507Z | Compiling instant v0.1.13 |
| 3064 | 2026-03-10T09:59:46.669Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3065 | 2026-03-10T09:59:46.669Z | Compiling backoff v0.4.0 |
| 3066 | 2026-03-10T09:59:46.715Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3067 | 2026-03-10T09:59:46.783Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3068 | 2026-03-10T09:59:46.808Z | Compiling backon v1.6.0 |
| 3069 | 2026-03-10T09:59:46.811Z | Compiling async-stream v0.3.6 |
| 3070 | 2026-03-10T09:59:46.856Z | Compiling crucible-workspace-hack v0.1.0 |
| 3071 | 2026-03-10T09:59:46.878Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3072 | 2026-03-10T09:59:46.905Z | Compiling cfg_aliases v0.2.1 |
| 3073 | 2026-03-10T09:59:46.928Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3074 | 2026-03-10T09:59:46.979Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3075 | 2026-03-10T09:59:47.023Z | Compiling heapless v0.8.0 |
| 3076 | 2026-03-10T09:59:47.071Z | Compiling hash32 v0.3.1 |
| 3077 | 2026-03-10T09:59:47.111Z | Compiling memoffset v0.9.1 |
| 3078 | 2026-03-10T09:59:47.277Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3079 | 2026-03-10T09:59:47.305Z | Compiling smoltcp v0.11.0 |
| 3080 | 2026-03-10T09:59:47.308Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3081 | 2026-03-10T09:59:47.354Z | Compiling structmeta v0.3.0 |
| 3082 | 2026-03-10T09:59:47.382Z | Compiling tabwriter v1.4.1 |
| 3083 | 2026-03-10T09:59:47.452Z | Compiling cobs v0.3.0 |
| 3084 | 2026-03-10T09:59:47.480Z | Compiling foreign-types-macros v0.2.3 |
| 3085 | 2026-03-10T09:59:47.588Z | Compiling foreign-types-shared v0.3.1 |
| 3086 | 2026-03-10T09:59:47.640Z | Compiling ingot-macros v0.1.1 |
| 3087 | 2026-03-10T09:59:47.670Z | Compiling cpufeatures v0.3.0 |
| 3088 | 2026-03-10T09:59:47.694Z | Compiling derive-ex v0.1.8 |
| 3089 | 2026-03-10T09:59:47.726Z | Compiling parse-display-derive v0.10.0 |
| 3090 | 2026-03-10T09:59:47.750Z | Compiling proc-macro-crate v3.4.0 |
| 3091 | 2026-03-10T09:59:47.753Z | Compiling postcard v1.1.3 |
| 3092 | 2026-03-10T09:59:47.848Z | Compiling chacha20 v0.10.0 |
| 3093 | 2026-03-10T09:59:48.040Z | Compiling proc-macro-crate v1.3.1 |
| 3094 | 2026-03-10T09:59:48.064Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3095 | 2026-03-10T09:59:48.089Z | Compiling secrecy v0.10.3 |
| 3096 | 2026-03-10T09:59:48.137Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3097 | 2026-03-10T09:59:48.313Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3098 | 2026-03-10T09:59:48.395Z | Compiling cstr-argument v0.1.2 |
| 3099 | 2026-03-10T09:59:48.418Z | Compiling unsafe-libyaml v0.2.11 |
| 3100 | 2026-03-10T09:59:48.443Z | Compiling foreign-types v0.5.0 |
| 3101 | 2026-03-10T09:59:48.531Z | Compiling colored v3.1.1 |
| 3102 | 2026-03-10T09:59:48.576Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3103 | 2026-03-10T09:59:48.601Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3104 | 2026-03-10T09:59:48.662Z | Compiling rand v0.10.0 |
| 3105 | 2026-03-10T09:59:48.688Z | Compiling num_enum_derive v0.5.11 |
| 3106 | 2026-03-10T09:59:48.691Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3107 | 2026-03-10T09:59:48.735Z | Compiling num_enum_derive v0.7.5 |
| 3108 | 2026-03-10T09:59:48.738Z | Compiling nix v0.30.1 |
| 3109 | 2026-03-10T09:59:48.780Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3110 | 2026-03-10T09:59:48.909Z | Compiling camino-tempfile v1.4.1 |
| 3111 | 2026-03-10T09:59:48.960Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3112 | 2026-03-10T09:59:48.982Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3113 | 2026-03-10T09:59:49.093Z | Compiling tokio-rustls v0.25.0 |
| 3114 | 2026-03-10T09:59:49.175Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3115 | 2026-03-10T09:59:49.247Z | Compiling serde_yaml v0.9.34+deprecated |
| 3116 | 2026-03-10T09:59:49.426Z | Compiling smf v0.2.3 |
| 3117 | 2026-03-10T09:59:49.453Z | Compiling num-derive v0.4.2 |
| 3118 | 2026-03-10T09:59:49.481Z | Compiling sigpipe v0.1.3 |
| 3119 | 2026-03-10T09:59:49.510Z | Compiling glob v0.3.3 |
| 3120 | 2026-03-10T09:59:49.510Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3121 | 2026-03-10T09:59:49.875Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3122 | 2026-03-10T09:59:49.983Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3123 | 2026-03-10T09:59:50.105Z | Compiling whoami v1.6.1 |
| 3124 | 2026-03-10T09:59:50.203Z | Compiling toml v0.8.23 |
| 3125 | 2026-03-10T09:59:50.238Z | Compiling num_enum v0.5.11 |
| 3126 | 2026-03-10T09:59:50.283Z | Compiling convert_case v0.4.0 |
| 3127 | 2026-03-10T09:59:50.307Z | Compiling test-strategy v0.4.5 |
| 3128 | 2026-03-10T09:59:50.335Z | Compiling universal-hash v0.5.1 |
| 3129 | 2026-03-10T09:59:50.359Z | Compiling parse-display v0.10.0 |
| 3130 | 2026-03-10T09:59:50.359Z | Compiling num_enum v0.7.5 |
| 3131 | 2026-03-10T09:59:50.418Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3132 | 2026-03-10T09:59:50.523Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3133 | 2026-03-10T09:59:50.548Z | Compiling opaque-debug v0.3.1 |
| 3134 | 2026-03-10T09:59:50.573Z | Compiling half v2.7.1 |
| 3135 | 2026-03-10T09:59:50.721Z | Compiling ciborium-io v0.2.2 |
| 3136 | 2026-03-10T09:59:50.843Z | Compiling derive_more v0.99.20 |
| 3137 | 2026-03-10T09:59:50.846Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3138 | 2026-03-10T09:59:50.846Z | Compiling aead v0.5.2 |
| 3139 | 2026-03-10T09:59:50.916Z | Compiling poly1305 v0.8.0 |
| 3140 | 2026-03-10T09:59:50.920Z | Compiling chacha20 v0.9.1 |
| 3141 | 2026-03-10T09:59:51.038Z | Compiling ciborium-ll v0.2.2 |
| 3142 | 2026-03-10T09:59:51.041Z | Compiling typify-impl v0.6.1 |
| 3143 | 2026-03-10T09:59:51.089Z | Compiling typify-impl v0.4.3 |
| 3144 | 2026-03-10T09:59:51.141Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3145 | 2026-03-10T09:59:51.183Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3146 | 2026-03-10T09:59:51.309Z | Compiling ciborium v0.2.2 |
| 3147 | 2026-03-10T09:59:51.377Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3148 | 2026-03-10T09:59:51.445Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3149 | 2026-03-10T09:59:51.448Z | Compiling num-rational v0.4.2 |
| 3150 | 2026-03-10T09:59:51.468Z | Compiling password-hash v0.5.0 |
| 3151 | 2026-03-10T09:59:51.528Z | Compiling blake2 v0.10.6 |
| 3152 | 2026-03-10T09:59:51.644Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3153 | 2026-03-10T09:59:51.846Z | Compiling num-complex v0.4.6 |
| 3154 | 2026-03-10T09:59:51.868Z | Compiling ingot-types v0.1.2 |
| 3155 | 2026-03-10T09:59:51.918Z | Compiling prettyplease v0.2.37 |
| 3156 | 2026-03-10T09:59:52.111Z | Compiling indent_write v2.2.0 |
| 3157 | 2026-03-10T09:59:52.148Z | Compiling argon2 v0.5.3 |
| 3158 | 2026-03-10T09:59:52.287Z | Compiling chacha20poly1305 v0.10.1 |
| 3159 | 2026-03-10T09:59:52.318Z | Compiling float-ord v0.3.2 |
| 3160 | 2026-03-10T09:59:52.368Z | Compiling gethostname v0.5.0 |
| 3161 | 2026-03-10T09:59:52.476Z | Compiling ingot v0.1.1 |
| 3162 | 2026-03-10T09:59:52.502Z | Compiling num v0.4.3 |
| 3163 | 2026-03-10T09:59:52.527Z | Compiling usdt-macro v0.5.0 |
| 3164 | 2026-03-10T09:59:52.527Z | Compiling usdt-attr-macro v0.5.0 |
| 3165 | 2026-03-10T09:59:52.579Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3166 | 2026-03-10T09:59:52.579Z | Compiling derive-where v1.6.0 |
| 3167 | 2026-03-10T09:59:52.630Z | Compiling memmap v0.7.0 |
| 3168 | 2026-03-10T09:59:52.923Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3169 | 2026-03-10T09:59:53.074Z | Compiling atomicwrites v0.4.4 |
| 3170 | 2026-03-10T09:59:53.146Z | Compiling thiserror-no-std v2.0.2 |
| 3171 | 2026-03-10T09:59:53.353Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3172 | 2026-03-10T09:59:53.379Z | Compiling vsss-rs v3.3.4 |
| 3173 | 2026-03-10T09:59:53.407Z | Compiling owo-colors v4.3.0 |
| 3174 | 2026-03-10T09:59:53.438Z | Compiling cancel-safe-futures v0.1.5 |
| 3175 | 2026-03-10T09:59:53.731Z | Compiling libsw-core v0.3.2 |
| 3176 | 2026-03-10T09:59:53.763Z | Compiling usdt v0.5.0 |
| 3177 | 2026-03-10T09:59:53.833Z | Compiling async-recursion v1.1.1 |
| 3178 | 2026-03-10T09:59:53.892Z | Compiling resolv-conf v0.7.6 |
| 3179 | 2026-03-10T09:59:53.993Z | Compiling libsw v3.5.0 |
| 3180 | 2026-03-10T09:59:54.180Z | Compiling progenitor-client v0.11.2 |
| 3181 | 2026-03-10T09:59:54.261Z | Compiling linear-map v1.2.0 |
| 3182 | 2026-03-10T09:59:55.415Z | Compiling libefi-sys v0.1.0 |
| 3183 | 2026-03-10T09:59:55.418Z | Compiling hickory-proto v0.24.4 |
| 3184 | 2026-03-10T09:59:55.418Z | Compiling newline-converter v0.3.0 |
| 3185 | 2026-03-10T09:59:55.418Z | Compiling console v0.15.11 |
| 3186 | 2026-03-10T09:59:55.418Z | Compiling bitfield-struct v0.6.2 |
| 3187 | 2026-03-10T09:59:55.418Z | Compiling semver v0.1.20 |
| 3188 | 2026-03-10T09:59:55.418Z | Compiling linked-hash-map v0.5.6 |
| 3189 | 2026-03-10T09:59:55.418Z | Compiling pin-project-internal v1.1.11 |
| 3190 | 2026-03-10T09:59:55.418Z | Compiling slog-dtrace v0.3.0 |
| 3191 | 2026-03-10T09:59:55.418Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-03-10T09:59:55.418Z | Compiling rustc_version v0.1.7 |
| 3193 | 2026-03-10T09:59:55.418Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3194 | 2026-03-10T09:59:55.419Z | Compiling expectorate v1.2.0 |
| 3195 | 2026-03-10T09:59:55.419Z | Compiling lru-cache v0.1.2 |
| 3196 | 2026-03-10T09:59:55.419Z | Compiling minimal-lexical v0.2.1 |
| 3197 | 2026-03-10T09:59:55.419Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3198 | 2026-03-10T09:59:55.419Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3199 | 2026-03-10T09:59:55.419Z | Compiling newtype_derive v0.1.6 |
| 3200 | 2026-03-10T09:59:55.419Z | Compiling tokio-dtrace v0.1.1 |
| 3201 | 2026-03-10T09:59:55.484Z | Compiling nom v7.1.3 |
| 3202 | 2026-03-10T09:59:55.547Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3203 | 2026-03-10T09:59:55.548Z | Compiling phf_shared v0.12.1 |
| 3204 | 2026-03-10T09:59:55.632Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-03-10T09:59:55.661Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3206 | 2026-03-10T09:59:55.700Z | Compiling snafu-derive v0.8.9 |
| 3207 | 2026-03-10T09:59:55.794Z | Compiling pem v3.0.6 |
| 3208 | 2026-03-10T09:59:55.855Z | Compiling csv-core v0.1.13 |
| 3209 | 2026-03-10T09:59:55.881Z | Compiling same-file v1.0.6 |
| 3210 | 2026-03-10T09:59:56.098Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-03-10T09:59:56.141Z | Compiling xshell-macros v0.2.7 |
| 3212 | 2026-03-10T09:59:56.165Z | Compiling chrono-tz v0.10.4 |
| 3213 | 2026-03-10T09:59:56.241Z | Compiling highway v1.3.0 |
| 3214 | 2026-03-10T09:59:56.295Z | Compiling csv v1.4.0 |
| 3215 | 2026-03-10T09:59:56.360Z | Compiling const_format_proc_macros v0.2.34 |
| 3216 | 2026-03-10T09:59:56.449Z | Compiling pin-project v1.1.11 |
| 3217 | 2026-03-10T09:59:56.510Z | Compiling walkdir v2.5.0 |
| 3218 | 2026-03-10T09:59:56.663Z | Compiling phf v0.12.1 |
| 3219 | 2026-03-10T09:59:56.714Z | Compiling xshell v0.2.7 |
| 3220 | 2026-03-10T09:59:56.880Z | Compiling oxide-tokio-rt v0.1.2 |
| 3221 | 2026-03-10T09:59:56.925Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3222 | 2026-03-10T09:59:56.995Z | Compiling globset v0.4.18 |
| 3223 | 2026-03-10T09:59:57.096Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3224 | 2026-03-10T09:59:57.155Z | Compiling olpc-cjson v0.1.4 |
| 3225 | 2026-03-10T09:59:57.241Z | Compiling primeorder v0.13.6 |
| 3226 | 2026-03-10T09:59:57.309Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3227 | 2026-03-10T09:59:57.336Z | Compiling serde_plain v1.0.2 |
| 3228 | 2026-03-10T09:59:57.372Z | Compiling typed-path v0.9.3 |
| 3229 | 2026-03-10T09:59:57.403Z | Compiling base64 v0.21.7 |
| 3230 | 2026-03-10T09:59:57.460Z | Compiling hickory-resolver v0.24.4 |
| 3231 | 2026-03-10T09:59:57.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3232 | 2026-03-10T09:59:57.608Z | Compiling const_format v0.2.35 |
| 3233 | 2026-03-10T09:59:57.654Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3234 | 2026-03-10T09:59:57.845Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3235 | 2026-03-10T09:59:57.884Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3236 | 2026-03-10T09:59:57.988Z | Compiling tabled_derive v0.7.0 |
| 3237 | 2026-03-10T09:59:58.028Z | Compiling typify-macro v0.6.1 |
| 3238 | 2026-03-10T09:59:58.031Z | Compiling typify-macro v0.4.3 |
| 3239 | 2026-03-10T09:59:58.085Z | Compiling bcs v0.1.6 |
| 3240 | 2026-03-10T09:59:58.294Z | Compiling radium v0.7.0 |
| 3241 | 2026-03-10T09:59:58.608Z | Compiling salty v0.3.0 |
| 3242 | 2026-03-10T09:59:58.630Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3243 | 2026-03-10T09:59:58.703Z | Compiling snafu v0.8.9 |
| 3244 | 2026-03-10T09:59:58.747Z | Compiling termtree v0.5.1 |
| 3245 | 2026-03-10T09:59:58.885Z | Compiling qorb v0.4.1 |
| 3246 | 2026-03-10T09:59:58.911Z | Compiling textwrap v0.16.2 |
| 3247 | 2026-03-10T09:59:59.033Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-03-10T09:59:59.056Z | Compiling steno v0.4.1 |
| 3249 | 2026-03-10T09:59:59.141Z | Compiling tough v0.20.0 |
| 3250 | 2026-03-10T09:59:59.263Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3251 | 2026-03-10T09:59:59.289Z | Compiling maybe-uninit v2.0.0 |
| 3252 | 2026-03-10T09:59:59.355Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-03-10T09:59:59.495Z | Compiling humantime v2.3.0 |
| 3254 | 2026-03-10T09:59:59.519Z | Compiling tabled v0.15.0 |
| 3255 | 2026-03-10T09:59:59.652Z | Compiling utf-8 v0.7.6 |
| 3256 | 2026-03-10T09:59:59.676Z | Compiling tap v1.0.1 |
| 3257 | 2026-03-10T09:59:59.824Z | Compiling wyz v0.5.1 |
| 3258 | 2026-03-10T09:59:59.869Z | Compiling tungstenite v0.21.0 |
| 3259 | 2026-03-10T09:59:59.941Z | Compiling p384 v0.13.1 |
| 3260 | 2026-03-10T10:00:00.027Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-03-10T10:00:00.143Z | Compiling arc-swap v1.8.2 |
| 3262 | 2026-03-10T10:00:00.168Z | Compiling tagptr v0.2.0 |
| 3263 | 2026-03-10T10:00:00.259Z | Compiling packed_struct v0.10.1 |
| 3264 | 2026-03-10T10:00:00.339Z | Compiling funty v2.0.0 |
| 3265 | 2026-03-10T10:00:00.421Z | Compiling moka v0.12.13 |
| 3266 | 2026-03-10T10:00:00.615Z | Compiling tokio-tungstenite v0.21.0 |
| 3267 | 2026-03-10T10:00:00.699Z | Compiling typify v0.4.3 |
| 3268 | 2026-03-10T10:00:00.757Z | Compiling typify v0.6.1 |
| 3269 | 2026-03-10T10:00:00.760Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3270 | 2026-03-10T10:00:00.806Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3271 | 2026-03-10T10:00:00.878Z | Compiling progenitor-impl v0.11.2 |
| 3272 | 2026-03-10T10:00:00.930Z | Compiling progenitor-impl v0.13.0 |
| 3273 | 2026-03-10T10:00:01.084Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3274 | 2026-03-10T10:00:01.124Z | Compiling progenitor-impl v0.10.0 |
| 3275 | 2026-03-10T10:00:01.286Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3276 | 2026-03-10T10:00:01.552Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3277 | 2026-03-10T10:00:01.586Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3278 | 2026-03-10T10:00:01.748Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3279 | 2026-03-10T10:00:01.871Z | Compiling bitvec v1.0.1 |
| 3280 | 2026-03-10T10:00:02.153Z | Compiling slog-scope v4.4.1 |
| 3281 | 2026-03-10T10:00:02.391Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3282 | 2026-03-10T10:00:02.658Z | Compiling polyval v0.6.2 |
| 3283 | 2026-03-10T10:00:02.742Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3284 | 2026-03-10T10:00:02.811Z | Compiling packed_struct_codegen v0.10.1 |
| 3285 | 2026-03-10T10:00:03.010Z | Compiling zerocopy-derive v0.6.6 |
| 3286 | 2026-03-10T10:00:03.039Z | Compiling bitfield-macros v0.19.4 |
| 3287 | 2026-03-10T10:00:03.244Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3288 | 2026-03-10T10:00:03.270Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3289 | 2026-03-10T10:00:03.621Z | Compiling indexmap v1.9.3 |
| 3290 | 2026-03-10T10:00:03.828Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3291 | 2026-03-10T10:00:03.903Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3292 | 2026-03-10T10:00:03.948Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3293 | 2026-03-10T10:00:04.025Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3294 | 2026-03-10T10:00:04.144Z | Compiling nodrop v0.1.14 |
| 3295 | 2026-03-10T10:00:04.173Z | Compiling crc-catalog v2.4.0 |
| 3296 | 2026-03-10T10:00:04.197Z | Compiling parking_lot_core v0.8.6 |
| 3297 | 2026-03-10T10:00:04.304Z | Compiling crc v3.4.0 |
| 3298 | 2026-03-10T10:00:04.344Z | Compiling array-init v0.0.4 |
| 3299 | 2026-03-10T10:00:04.370Z | Compiling zerocopy v0.6.6 |
| 3300 | 2026-03-10T10:00:04.640Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3301 | 2026-03-10T10:00:04.674Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3302 | 2026-03-10T10:00:04.700Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3303 | 2026-03-10T10:00:04.839Z | Compiling progenitor-macro v0.11.2 |
| 3304 | 2026-03-10T10:00:04.866Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3305 | 2026-03-10T10:00:04.908Z | Compiling bitfield v0.19.4 |
| 3306 | 2026-03-10T10:00:04.944Z | Compiling progenitor-macro v0.13.0 |
| 3307 | 2026-03-10T10:00:05.047Z | Compiling proc-macro-error2 v2.0.1 |
| 3308 | 2026-03-10T10:00:05.117Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3309 | 2026-03-10T10:00:05.171Z | Compiling progenitor-macro v0.10.0 |
| 3310 | 2026-03-10T10:00:05.391Z | Compiling ghash v0.5.1 |
| 3311 | 2026-03-10T10:00:05.422Z | Compiling smallvec v0.6.14 |
| 3312 | 2026-03-10T10:00:05.507Z | Compiling slog-stdlog v4.1.1 |
| 3313 | 2026-03-10T10:00:05.606Z | Compiling hickory-resolver v0.25.2 |
| 3314 | 2026-03-10T10:00:05.753Z | Compiling nix v0.31.1 |
| 3315 | 2026-03-10T10:00:05.833Z | Compiling git-stub v1.0.0 |
| 3316 | 2026-03-10T10:00:06.119Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3317 | 2026-03-10T10:00:06.245Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3318 | 2026-03-10T10:00:06.325Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3319 | 2026-03-10T10:00:06.391Z | Compiling num-derive v0.3.3 |
| 3320 | 2026-03-10T10:00:06.417Z | Compiling ctr v0.9.2 |
| 3321 | 2026-03-10T10:00:06.444Z | Compiling lzma-sys v0.1.20 |
| 3322 | 2026-03-10T10:00:06.473Z | Compiling hashbrown v0.12.3 |
| 3323 | 2026-03-10T10:00:06.503Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3324 | 2026-03-10T10:00:06.510Z | Compiling unicase v2.9.0 |
| 3325 | 2026-03-10T10:00:06.685Z | Compiling aes-gcm v0.10.3 |
| 3326 | 2026-03-10T10:00:06.741Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3327 | 2026-03-10T10:00:06.831Z | Compiling mime_guess v2.0.5 |
| 3328 | 2026-03-10T10:00:06.893Z | Compiling git-stub-vcs v0.1.0 |
| 3329 | 2026-03-10T10:00:06.992Z | Compiling serde-hex v0.1.0 |
| 3330 | 2026-03-10T10:00:07.016Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3331 | 2026-03-10T10:00:07.125Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-03-10T10:00:07.230Z | Compiling slog-envlogger v2.2.0 |
| 3333 | 2026-03-10T10:00:07.432Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3334 | 2026-03-10T10:00:07.573Z | Compiling tabled_derive v0.11.0 |
| 3335 | 2026-03-10T10:00:07.723Z | Compiling libscf-sys v1.1.0 |
| 3336 | 2026-03-10T10:00:07.775Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3337 | 2026-03-10T10:00:07.948Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-03-10T10:00:07.948Z | Compiling ron v0.8.1 |
| 3339 | 2026-03-10T10:00:08.079Z | Compiling papergrid v0.17.0 |
| 3340 | 2026-03-10T10:00:08.253Z | Compiling cargo_toml v0.22.3 |
| 3341 | 2026-03-10T10:00:08.368Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3342 | 2026-03-10T10:00:08.785Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3343 | 2026-03-10T10:00:08.881Z | Compiling hashbrown v0.13.2 |
| 3344 | 2026-03-10T10:00:09.425Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3345 | 2026-03-10T10:00:09.488Z | Compiling testing_table v0.3.0 |
| 3346 | 2026-03-10T10:00:09.634Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3347 | 2026-03-10T10:00:09.664Z | Compiling blowfish v0.9.1 |
| 3348 | 2026-03-10T10:00:09.690Z | Compiling ssh-encoding v0.2.0 |
| 3349 | 2026-03-10T10:00:09.738Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3350 | 2026-03-10T10:00:09.985Z | Compiling nibble_vec v0.1.0 |
| 3351 | 2026-03-10T10:00:10.043Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3352 | 2026-03-10T10:00:10.092Z | Compiling endian-type v0.1.2 |
| 3353 | 2026-03-10T10:00:10.200Z | Compiling crc-any v2.5.0 |
| 3354 | 2026-03-10T10:00:10.225Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-03-10T10:00:10.321Z | Compiling corncobs v0.1.4 |
| 3356 | 2026-03-10T10:00:10.402Z | Compiling radix_trie v0.2.1 |
| 3357 | 2026-03-10T10:00:10.500Z | Compiling ssh-cipher v0.2.0 |
| 3358 | 2026-03-10T10:00:10.594Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3359 | 2026-03-10T10:00:10.621Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3360 | 2026-03-10T10:00:10.671Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3361 | 2026-03-10T10:00:10.704Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3362 | 2026-03-10T10:00:10.728Z | Compiling tabled v0.20.0 |
| 3363 | 2026-03-10T10:00:10.861Z | Compiling object v0.30.4 |
| 3364 | 2026-03-10T10:00:10.887Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3365 | 2026-03-10T10:00:11.186Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-03-10T10:00:11.205Z | Compiling parking_lot v0.11.2 |
| 3367 | 2026-03-10T10:00:11.345Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3368 | 2026-03-10T10:00:11.452Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3369 | 2026-03-10T10:00:11.644Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3370 | 2026-03-10T10:00:11.782Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3371 | 2026-03-10T10:00:12.136Z | Compiling prefix-trie v0.7.0 |
| 3372 | 2026-03-10T10:00:12.335Z | Compiling password-hash v0.4.2 |
| 3373 | 2026-03-10T10:00:12.339Z | Compiling progenitor v0.11.2 |
| 3374 | 2026-03-10T10:00:12.489Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3375 | 2026-03-10T10:00:12.575Z | Compiling progenitor v0.13.0 |
| 3376 | 2026-03-10T10:00:12.602Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3377 | 2026-03-10T10:00:12.627Z | Compiling progenitor v0.10.0 |
| 3378 | 2026-03-10T10:00:12.630Z | Compiling fxhash v0.2.1 |
| 3379 | 2026-03-10T10:00:12.709Z | Compiling secrecy v0.8.0 |
| 3380 | 2026-03-10T10:00:12.798Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3381 | 2026-03-10T10:00:12.855Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3382 | 2026-03-10T10:00:12.881Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3383 | 2026-03-10T10:00:12.884Z | Compiling http-range v0.1.5 |
| 3384 | 2026-03-10T10:00:12.932Z | Compiling half v1.8.3 |
| 3385 | 2026-03-10T10:00:12.960Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-03-10T10:00:13.303Z | Compiling serde_cbor v0.11.2 |
| 3387 | 2026-03-10T10:00:13.410Z | Compiling sled v0.34.7 |
| 3388 | 2026-03-10T10:00:13.562Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3389 | 2026-03-10T10:00:13.788Z | Compiling pbkdf2 v0.11.0 |
| 3390 | 2026-03-10T10:00:13.960Z | Compiling hickory-server v0.25.2 |
| 3391 | 2026-03-10T10:00:14.100Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3392 | 2026-03-10T10:00:14.205Z | Compiling ron v0.12.0 |
| 3393 | 2026-03-10T10:00:14.447Z | Compiling xz2 v0.1.7 |
| 3394 | 2026-03-10T10:00:14.470Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3395 | 2026-03-10T10:00:14.818Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3396 | 2026-03-10T10:00:14.979Z | Compiling ssh-key v0.6.7 |
| 3397 | 2026-03-10T10:00:15.211Z | Compiling hickory-client v0.25.2 |
| 3398 | 2026-03-10T10:00:15.579Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3399 | 2026-03-10T10:00:15.743Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3400 | 2026-03-10T10:00:15.878Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-03-10T10:00:16.183Z | Compiling p256 v0.13.2 |
| 3402 | 2026-03-10T10:00:16.320Z | Compiling p521 v0.13.3 |
| 3403 | 2026-03-10T10:00:16.642Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3404 | 2026-03-10T10:00:16.665Z | Compiling yasna v0.5.2 |
| 3405 | 2026-03-10T10:00:16.746Z | Compiling kstat-rs v0.2.4 |
| 3406 | 2026-03-10T10:00:16.836Z | Compiling headers-core v0.3.0 |
| 3407 | 2026-03-10T10:00:16.993Z | Compiling nanorand v0.7.0 |
| 3408 | 2026-03-10T10:00:17.043Z | Compiling russh-cryptovec v0.7.3 |
| 3409 | 2026-03-10T10:00:17.115Z | Compiling atty v0.2.14 |
| 3410 | 2026-03-10T10:00:17.182Z | Compiling md5 v0.7.0 |
| 3411 | 2026-03-10T10:00:17.332Z | Compiling home v0.5.12 |
| 3412 | 2026-03-10T10:00:17.356Z | Compiling crc8 v0.1.1 |
| 3413 | 2026-03-10T10:00:17.359Z | Compiling base16ct v1.0.0 |
| 3414 | 2026-03-10T10:00:17.431Z | Compiling rcgen v0.12.1 |
| 3415 | 2026-03-10T10:00:17.483Z | Compiling flume v0.11.1 |
| 3416 | 2026-03-10T10:00:17.556Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3417 | 2026-03-10T10:00:17.579Z | Compiling russh-keys v0.45.0 |
| 3418 | 2026-03-10T10:00:17.672Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3419 | 2026-03-10T10:00:17.698Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3420 | 2026-03-10T10:00:17.702Z | Compiling headers v0.4.1 |
| 3421 | 2026-03-10T10:00:17.950Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3422 | 2026-03-10T10:00:18.758Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3423 | 2026-03-10T10:00:18.907Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3424 | 2026-03-10T10:00:18.985Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3425 | 2026-03-10T10:00:19.067Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3426 | 2026-03-10T10:00:19.476Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3427 | 2026-03-10T10:00:19.883Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3428 | 2026-03-10T10:00:20.422Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3429 | 2026-03-10T10:00:20.516Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-03-10T10:00:20.690Z | Compiling hyper-staticfile v0.10.1 |
| 3431 | 2026-03-10T10:00:21.358Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3432 | 2026-03-10T10:00:21.385Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3433 | 2026-03-10T10:00:21.432Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3434 | 2026-03-10T10:00:21.525Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3435 | 2026-03-10T10:00:21.569Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3436 | 2026-03-10T10:00:21.929Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3437 | 2026-03-10T10:00:21.956Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3438 | 2026-03-10T10:00:22.167Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-03-10T10:00:22.218Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-03-10T10:00:22.351Z | Compiling des v0.8.1 |
| 3441 | 2026-03-10T10:00:22.497Z | Compiling subprocess v0.2.15 |
| 3442 | 2026-03-10T10:00:22.646Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3443 | 2026-03-10T10:00:22.733Z | Compiling hex-literal v0.4.1 |
| 3444 | 2026-03-10T10:00:22.822Z | Compiling display-error-chain v0.2.2 |
| 3445 | 2026-03-10T10:00:22.927Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3446 | 2026-03-10T10:00:23.042Z | Compiling colored v2.2.0 |
| 3447 | 2026-03-10T10:00:23.071Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3448 | 2026-03-10T10:00:23.198Z | Compiling socket2 v0.5.10 |
| 3449 | 2026-03-10T10:00:23.310Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3450 | 2026-03-10T10:00:23.464Z | Compiling internet-checksum v0.2.1 |
| 3451 | 2026-03-10T10:00:23.932Z | Compiling russh v0.45.0 |
| 3452 | 2026-03-10T10:00:24.362Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3453 | 2026-03-10T10:00:25.408Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3454 | 2026-03-10T10:00:26.082Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3455 | 2026-03-10T10:00:32.008Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3456 | 2026-03-10T10:00:42.254Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3457 | 2026-03-10T10:00:42.257Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3458 | 2026-03-10T10:00:42.257Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3459 | 2026-03-10T10:00:42.257Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3460 | 2026-03-10T10:00:44.530Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3461 | 2026-03-10T10:00:44.738Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3462 | 2026-03-10T10:00:50.575Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3463 | 2026-03-10T10:01:20.382Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3464 | 2026-03-10T10:01:45.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
| 3465 | 2026-03-10T10:01:45.843Z | |
| 3466 | 2026-03-10T10:01:45.846Z | real 2:01.467142734 |
| 3467 | 2026-03-10T10:01:45.846Z | user 11:55.742881013 |
| 3468 | 2026-03-10T10:01:45.846Z | sys 2:11.827325354 |
| 3469 | 2026-03-10T10:01:45.846Z | trap 0.378949459 |
| 3470 | 2026-03-10T10:01:45.846Z | tflt 0.768027887 |
| 3471 | 2026-03-10T10:01:45.847Z | dflt 1.544409750 |
| 3472 | 2026-03-10T10:01:45.847Z | kflt 0.000253191 |
| 3473 | 2026-03-10T10:01:45.847Z | lock 29:53.769738963 |
| 3474 | 2026-03-10T10:01:45.847Z | slp 39:22.586010420 |
| 3475 | 2026-03-10T10:01:45.847Z | lat 48.436855256 |
| 3476 | 2026-03-10T10:01:45.847Z | stop 3:55.717056496 |
| 3477 | 2026-03-10T10:01:45.847Z | + mkdir tests |
| 3478 | 2026-03-10T10:01:45.850Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3479 | 2026-03-10T10:01:45.850Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3480 | 2026-03-10T10:01:45.886Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/ |
| 3481 | 2026-03-10T10:01:45.919Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/ |
| 3482 | 2026-03-10T10:01:45.954Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/ |
| 3483 | 2026-03-10T10:01:45.989Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/ |
| 3484 | 2026-03-10T10:01:46.346Z | + 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/*) |
| 3485 | 2026-03-10T10:01:46.349Z | + 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-746dfaee64f5db54 tests/commtest-9991f079b1063e60 tests/dhcp_server-8c89a86352b0aa66 tests/end_to_end_tests-45a8aed3b69b200f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3486 | 2026-03-10T10:03:26.537Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3487 | 2026-03-10T10:03:26.537Z | a .github/buildomat/ci-env.sh 1K |
| 3488 | 2026-03-10T10:03:26.537Z | a out/target/test 1K |
| 3489 | 2026-03-10T10:03:26.537Z | a out/npuzone/npuzone 27402K |
| 3490 | 2026-03-10T10:03:26.537Z | a package-manifest.toml 35K |
| 3491 | 2026-03-10T10:03:26.537Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3492 | 2026-03-10T10:03:26.537Z | a target/release/omicron-package 41060K |
| 3493 | 2026-03-10T10:03:26.537Z | a target/release/xtask 11359K |
| 3494 | 2026-03-10T10:03:26.537Z | a target/debug/bootstrap 345708K |
| 3495 | 2026-03-10T10:03:26.537Z | a tests/bootstrap-746dfaee64f5db54 31480K |
| 3496 | 2026-03-10T10:03:26.537Z | a tests/commtest-9991f079b1063e60 31997K |
| 3497 | 2026-03-10T10:03:26.537Z | a tests/dhcp_server-8c89a86352b0aa66 31480K |
| 3498 | 2026-03-10T10:03:26.537Z | a tests/end_to_end_tests-45a8aed3b69b200f 387392K |
| 3499 | 2026-03-10T10:03:26.537Z | a out/clickhouse.tar.gz 302576K |
| 3500 | 2026-03-10T10:03:26.537Z | a out/clickhouse_keeper.tar.gz 287870K |
| 3501 | 2026-03-10T10:03:26.537Z | a out/clickhouse_server.tar.gz 302575K |
| 3502 | 2026-03-10T10:03:26.537Z | a out/cockroachdb.tar.gz 156114K |
| 3503 | 2026-03-10T10:03:26.537Z | a out/crucible-pantry-zone.tar.gz 38319K |
| 3504 | 2026-03-10T10:03:26.537Z | a out/crucible-utils.tar 17744K |
| 3505 | 2026-03-10T10:03:26.537Z | a out/crucible-zone.tar.gz 52457K |
| 3506 | 2026-03-10T10:03:26.537Z | a out/external-dns.tar.gz 41550K |
| 3507 | 2026-03-10T10:03:26.537Z | a out/internal-dns.tar.gz 41550K |
| 3508 | 2026-03-10T10:03:26.537Z | a out/mg-ddm-gz.tar 86339K |
| 3509 | 2026-03-10T10:03:26.537Z | a out/nexus.tar.gz 210804K |
| 3510 | 2026-03-10T10:03:26.537Z | a out/ntp.tar.gz 22566K |
| 3511 | 2026-03-10T10:03:26.537Z | a out/omicron-gateway-softnpu.tar.gz 28343K |
| 3512 | 2026-03-10T10:03:26.537Z | a out/omicron-sled-agent.tar 182945K |
| 3513 | 2026-03-10T10:03:26.537Z | a out/overlay.tar.gz 3K |
| 3514 | 2026-03-10T10:03:26.537Z | a out/oximeter.tar.gz 56775K |
| 3515 | 2026-03-10T10:03:26.537Z | a out/oxlog.tar 3895K |
| 3516 | 2026-03-10T10:03:26.537Z | a out/probe.tar.gz 3037K |
| 3517 | 2026-03-10T10:03:26.537Z | a out/propolis-server.tar.gz 74633K |
| 3518 | 2026-03-10T10:03:26.537Z | a out/pumpkind-gz.tar 26647K |
| 3519 | 2026-03-10T10:03:26.537Z | a out/switch-softnpu.tar.gz 371221K |
| 3520 | 2026-03-10T10:03:26.541Z | |
| 3521 | 2026-03-10T10:03:26.541Z | real 1:40.167271276 |
| 3522 | 2026-03-10T10:03:26.541Z | user 1:37.076783719 |
| 3523 | 2026-03-10T10:03:26.541Z | sys 6.482545059 |
| 3524 | 2026-03-10T10:03:26.541Z | trap 0.007040485 |
| 3525 | 2026-03-10T10:03:26.541Z | tflt 0.000000000 |
| 3526 | 2026-03-10T10:03:26.541Z | dflt 0.000000000 |
| 3527 | 2026-03-10T10:03:26.541Z | kflt 0.000000000 |
| 3528 | 2026-03-10T10:03:26.541Z | lock 0.000000000 |
| 3529 | 2026-03-10T10:03:26.541Z | slp 1:36.134637252 |
| 3530 | 2026-03-10T10:03:26.541Z | lat 0.628167132 |
| 3531 | 2026-03-10T10:03:26.542Z | stop 0.000518542 |
| 3532 | 2026-03-10T10:03:26.546Z | process exited: duration 1270213 ms, exit code 0 |
| |
| 3533 | 2026-03-10T10:03:30.659Z | found 2 output files |
| 3534 | 2026-03-10T10:03:30.659Z | uploading: /work/package.tar.gz (2323788414 bytes) |
| 3535 | 2026-03-10T10:04:04.080Z | uploaded: /work/package.tar.gz |
| 3536 | 2026-03-10T10:04:04.080Z | uploading: /var/tmp/ci-resource-usage.csv (170559 bytes) |
| 3537 | 2026-03-10T10:04:05.103Z | uploaded: /var/tmp/ci-resource-usage.csv |