|
|
|
| 1 | 2026-03-04T17:29:12.089Z | job assigned to worker 01KJWY92JRZA91W9ZEK4DNDW3R [factory aws, i-00a00de3855a61136] (queued for 1 m 5 s) |
| |
| 2 | 2026-03-04T17:29:20.827Z | starting task 0: "setup" |
| 3 | 2026-03-04T17:29:20.832Z | ++ uname -s |
| 4 | 2026-03-04T17:29:20.834Z | + kern=SunOS |
| 5 | 2026-03-04T17:29:20.834Z | + build_user=build |
| 6 | 2026-03-04T17:29:20.834Z | + build_uid=12345 |
| 7 | 2026-03-04T17:29:20.834Z | + work_dir=/work |
| 8 | 2026-03-04T17:29:20.835Z | + input_dir=/input |
| 9 | 2026-03-04T17:29:20.835Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-04T17:29:20.835Z | + case "$kern" in |
| 11 | 2026-03-04T17:29:20.835Z | + groupadd -g 12345 build |
| 12 | 2026-03-04T17:29:20.837Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-04T17:29:22.834Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-04T17:29:22.959Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-04T17:29:22.962Z | + home_fs=zfs |
| 16 | 2026-03-04T17:29:22.962Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-04T17:29:22.962Z | + mkdir -p /home/build |
| 18 | 2026-03-04T17:29:22.965Z | + chown build:build /home/build /work |
| 19 | 2026-03-04T17:29:24.955Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-04T17:29:24.958Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2026-03-04T17:29:24.964Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-04T17:29:24.969Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-04T17:29:24.969Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-04T17:29:24.969Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-04T17:29:24.969Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-04T17:29:24.969Z | * rust toolchain profile = "default" |
| 27 | 2026-03-04T17:29:24.969Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-04T17:29:24.972Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-04T17:29:24.972Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-04T17:29:25.114Z | info: downloading installer |
| 31 | 2026-03-04T17:29:27.032Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-04T17:29:27.032Z | warn: /opt/ooce/bin |
| 33 | 2026-03-04T17:29:27.032Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-04T17:29:27.032Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-04T17:29:27.032Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-04T17:29:27.032Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-04T17:29:27.032Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-04T17:29:27.032Z | error: cannot install while Rust is installed |
| 39 | 2026-03-04T17:29:27.032Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-04T17:29:27.046Z | info: profile set to 'default' |
| 41 | 2026-03-04T17:29:27.046Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-04T17:29:27.049Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-04T17:29:27.238Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-04T17:29:27.238Z | info: downloading component 'cargo' |
| 45 | 2026-03-04T17:29:28.341Z | info: downloading component 'clippy' |
| 46 | 2026-03-04T17:29:28.869Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-04T17:29:30.773Z | info: downloading component 'rust-std' |
| 48 | 2026-03-04T17:29:33.497Z | info: downloading component 'rustc' |
| 49 | 2026-03-04T17:29:43.210Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-04T17:29:43.559Z | info: installing component 'cargo' |
| 51 | 2026-03-04T17:29:44.478Z | info: installing component 'clippy' |
| 52 | 2026-03-04T17:29:44.919Z | info: installing component 'rust-docs' |
| 53 | 2026-03-04T17:29:46.828Z | info: installing component 'rust-std' |
| 54 | 2026-03-04T17:29:48.625Z | info: installing component 'rustc' |
| 55 | 2026-03-04T17:29:55.427Z | info: installing component 'rustfmt' |
| 56 | 2026-03-04T17:29:55.770Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-04T17:29:55.770Z | |
| 58 | 2026-03-04T17:29:56.275Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-04T17:29:56.275Z | |
| 60 | 2026-03-04T17:29:56.277Z | |
| 61 | 2026-03-04T17:29:56.277Z | Rust is installed now. Great! |
| 62 | 2026-03-04T17:29:56.277Z | |
| 63 | 2026-03-04T17:29:56.277Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-04T17:29:56.277Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-04T17:29:56.278Z | |
| 66 | 2026-03-04T17:29:56.278Z | To configure your current shell, you need to source |
| 67 | 2026-03-04T17:29:56.278Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-04T17:29:56.278Z | |
| 69 | 2026-03-04T17:29:56.278Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-04T17:29:56.278Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-04T17:29:56.278Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-04T17:29:56.278Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-04T17:29:56.382Z | + rustup --version |
| 74 | 2026-03-04T17:29:56.394Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-04T17:29:56.397Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-04T17:29:56.484Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-04T17:29:56.488Z | + cargo --version |
| 78 | 2026-03-04T17:29:56.563Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-04T17:29:56.566Z | + rustc --version |
| 80 | 2026-03-04T17:29:56.642Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-04T17:29:56.645Z | process exited: duration 31861 ms, exit code 0 |
| |
| 82 | 2026-03-04T17:29:56.651Z | starting task 2: "authentication" |
| 83 | 2026-03-04T17:29:56.673Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-03-04T17:29:56.681Z | starting task 3: "clone repository" |
| 85 | 2026-03-04T17:29:56.684Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-04T17:29:56.687Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-04T17:29:56.722Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-04T17:31:01.386Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-04T17:31:01.386Z | + git fetch origin e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 90 | 2026-03-04T17:31:02.137Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-04T17:31:02.137Z | * branch e18753cdeab5a6cf6106cfc3cabecde735f7147e -> FETCH_HEAD |
| 92 | 2026-03-04T17:31:02.158Z | + [[ -n jmcarp/zone-metrics ]] |
| 93 | 2026-03-04T17:31:02.159Z | ++ git branch --show-current |
| 94 | 2026-03-04T17:31:02.159Z | + current=main |
| 95 | 2026-03-04T17:31:02.159Z | + [[ main != jmcarp/zone-metrics ]] |
| 96 | 2026-03-04T17:31:02.159Z | + git branch -f jmcarp/zone-metrics e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 97 | 2026-03-04T17:31:02.180Z | + git checkout -f jmcarp/zone-metrics |
| 98 | 2026-03-04T17:31:02.496Z | Switched to branch 'jmcarp/zone-metrics' |
| 99 | 2026-03-04T17:31:02.500Z | + git reset --hard e18753cdeab5a6cf6106cfc3cabecde735f7147e |
| 100 | 2026-03-04T17:31:02.517Z | HEAD is now at e18753cde Add per-zone cpu metrics. |
| 101 | 2026-03-04T17:31:02.522Z | process exited: duration 66211 ms, exit code 0 |
| |
| 102 | 2026-03-04T17:31:02.533Z | starting task 4: "build" |
| 103 | 2026-03-04T17:31:02.538Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-04T17:31:02.542Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-04T17:31:02.542Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-04T17:31:02.542Z | + cargo --version |
| 107 | 2026-03-04T17:31:02.608Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-04T17:31:02.611Z | + rustc --version |
| 109 | 2026-03-04T17:31:02.682Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-04T17:31:02.687Z | + WORK=/work |
| 111 | 2026-03-04T17:31:02.687Z | + pfexec mkdir -p /work |
| 112 | 2026-03-04T17:31:02.693Z | + pfexec chown build /work |
| 113 | 2026-03-04T17:31:02.699Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-04T17:31:13.874Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-04T17:31:24.356Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-04T17:32:23.365Z | Planning: Solver setup ... Done (22.016s) |
| 117 | 2026-03-04T17:32:23.469Z | Planning: Running solver ... Done (0.165s) |
| 118 | 2026-03-04T17:32:23.469Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-03-04T17:32:23.469Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-04T17:32:23.469Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-04T17:32:23.469Z | Planning: Package planning ... Done (0.051s) |
| 122 | 2026-03-04T17:32:23.469Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2026-03-04T17:32:23.469Z | Planning: Checking for conflicting actions ... Done (0.284s) |
| 124 | 2026-03-04T17:32:23.469Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-03-04T17:32:23.469Z | Planning: Evaluating mediators ... Done (1.344s) |
| 126 | 2026-03-04T17:32:23.469Z | Planning: Planning completed in 25.91 seconds |
| 127 | 2026-03-04T17:32:23.469Z | Packages to install: 4 |
| 128 | 2026-03-04T17:32:23.469Z | Mediators to change: 2 |
| 129 | 2026-03-04T17:32:23.469Z | Services to change: 1 |
| 130 | 2026-03-04T17:32:23.469Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-04T17:32:23.469Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-04T17:32:23.469Z | Create boot environment: No |
| 133 | 2026-03-04T17:32:23.469Z | Create backup boot environment: No |
| 134 | 2026-03-04T17:32:23.469Z | Rebuild boot archive: No |
| 135 | 2026-03-04T17:32:23.469Z | |
| 136 | 2026-03-04T17:32:23.469Z | Changed mediators: |
| 137 | 2026-03-04T17:32:23.469Z | mediator clang: |
| 138 | 2026-03-04T17:32:23.469Z | version: None -> 15 (system default) |
| 139 | 2026-03-04T17:32:23.469Z | |
| 140 | 2026-03-04T17:32:23.469Z | mediator llvm: |
| 141 | 2026-03-04T17:32:23.469Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-04T17:32:23.469Z | |
| 143 | 2026-03-04T17:32:23.469Z | Changed packages: |
| 144 | 2026-03-04T17:32:23.469Z | helios-dev |
| 145 | 2026-03-04T17:32:23.470Z | developer/build-essential |
| 146 | 2026-03-04T17:32:23.470Z | None -> 11-2.0 |
| 147 | 2026-03-04T17:32:23.470Z | library/libxmlsec1 |
| 148 | 2026-03-04T17:32:23.470Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-04T17:32:23.470Z | ooce/developer/clang-15 |
| 150 | 2026-03-04T17:32:23.470Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-04T17:32:23.470Z | ooce/developer/llvm-15 |
| 152 | 2026-03-04T17:32:23.470Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-04T17:32:23.470Z | |
| 154 | 2026-03-04T17:32:23.470Z | Services: |
| 155 | 2026-03-04T17:32:23.470Z | restart_fmri: |
| 156 | 2026-03-04T17:32:23.470Z | svc:/system/update-man-index:default |
| 157 | 2026-03-04T17:32:23.470Z | |
| 158 | 2026-03-04T17:32:23.470Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-04T17:32:23.470Z | Download: 1685/3290 items 116.3/212.6MB 54% complete (23.7M/s) |
| 160 | 2026-03-04T17:32:23.471Z | Download: 3242/3290 items 202.7/212.6MB 95% complete (21.2M/s) |
| 161 | 2026-03-04T17:32:23.471Z | Download: Completed 212.60 MB in 11.58 seconds (18.4M/s) |
| 162 | 2026-03-04T17:32:23.471Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2026-03-04T17:32:23.471Z | Actions: Completed 3689 actions in 4.62 seconds. |
| 164 | 2026-03-04T17:32:23.471Z | Done (0.424s) |
| 165 | 2026-03-04T17:32:23.471Z | Done (0.000s) |
| 166 | 2026-03-04T17:32:23.471Z | Done (1.117s) |
| 167 | 2026-03-04T17:32:23.471Z | Done (4.228s) |
| 168 | 2026-03-04T17:32:23.471Z | Done (0.019s) |
| 169 | 2026-03-04T17:32:23.471Z | Done (0.000s) |
| 170 | 2026-03-04T17:32:23.471Z | Done (0.000s) |
| 171 | 2026-03-04T17:32:23.471Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-04T17:32:23.471Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-03-04T17:32:23.471Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-03-04T17:32:23.471Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-03-04T17:32:23.471Z | Planning: Planning completed in 0.45 seconds |
| 176 | 2026-03-04T17:32:23.471Z | Mediators to change: 2 |
| 177 | 2026-03-04T17:32:23.471Z | Create boot environment: No |
| 178 | 2026-03-04T17:32:23.471Z | Create backup boot environment: No |
| 179 | 2026-03-04T17:32:23.471Z | Done |
| 180 | 2026-03-04T17:32:23.471Z | Done |
| 181 | 2026-03-04T17:32:23.471Z | Done |
| 182 | 2026-03-04T17:32:23.471Z | Done |
| 183 | 2026-03-04T17:32:23.471Z | Done |
| 184 | 2026-03-04T17:32:23.471Z | Done |
| 185 | 2026-03-04T17:32:23.471Z | Done |
| 186 | 2026-03-04T17:32:23.471Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-03-04T17:32:23.471Z | Planning: Merging actions ... Done |
| 188 | 2026-03-04T17:32:23.471Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-04T17:32:23.472Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-04T17:32:23.472Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-04T17:32:23.472Z | Planning: Planning completed in 0.77 seconds |
| 192 | 2026-03-04T17:32:23.472Z | Packages to change: 1 |
| 193 | 2026-03-04T17:32:23.472Z | Mediators to change: 1 |
| 194 | 2026-03-04T17:32:23.472Z | Services to change: 1 |
| 195 | 2026-03-04T17:32:23.472Z | Create boot environment: No |
| 196 | 2026-03-04T17:32:23.472Z | Create backup boot environment: Yes |
| 197 | 2026-03-04T17:32:23.472Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2026-03-04T17:32:23.472Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2026-03-04T17:32:23.472Z | Done |
| 200 | 2026-03-04T17:32:23.472Z | Done |
| 201 | 2026-03-04T17:32:23.472Z | Done |
| 202 | 2026-03-04T17:32:26.957Z | Done |
| 203 | 2026-03-04T17:32:27.042Z | Done |
| 204 | 2026-03-04T17:32:27.045Z | Done |
| 205 | 2026-03-04T17:32:27.195Z | Done |
| 206 | 2026-03-04T17:32:27.645Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-03-04T17:32:27.645Z | clang system 15 system |
| 208 | 2026-03-04T17:32:27.645Z | csh system system illumos |
| 209 | 2026-03-04T17:32:27.645Z | ctags system system illumos |
| 210 | 2026-03-04T17:32:27.645Z | file system system illumos |
| 211 | 2026-03-04T17:32:27.645Z | gcc vendor 12 vendor |
| 212 | 2026-03-04T17:32:27.645Z | gcc system 10 system |
| 213 | 2026-03-04T17:32:27.646Z | gcc system 7 system |
| 214 | 2026-03-04T17:32:27.646Z | go system 1.20 system |
| 215 | 2026-03-04T17:32:27.646Z | go system 1.19 system |
| 216 | 2026-03-04T17:32:27.646Z | llvm system 15 system |
| 217 | 2026-03-04T17:32:27.646Z | llvm system 14 system |
| 218 | 2026-03-04T17:32:27.646Z | mariadb system 10.6 system |
| 219 | 2026-03-04T17:32:27.646Z | mta vendor vendor dma |
| 220 | 2026-03-04T17:32:27.646Z | openjdk system 17 system |
| 221 | 2026-03-04T17:32:27.646Z | openjdk system 11 system |
| 222 | 2026-03-04T17:32:27.646Z | openjdk system 1.8 system |
| 223 | 2026-03-04T17:32:27.646Z | openssl vendor 3 vendor |
| 224 | 2026-03-04T17:32:27.646Z | perl system 5.36 system |
| 225 | 2026-03-04T17:32:27.646Z | postgresql system 15 system |
| 226 | 2026-03-04T17:32:27.646Z | postgresql system 13 system |
| 227 | 2026-03-04T17:32:27.646Z | python vendor 3 vendor |
| 228 | 2026-03-04T17:32:27.647Z | python system 2 system |
| 229 | 2026-03-04T17:32:27.647Z | python3 system 3.11 system |
| 230 | 2026-03-04T17:32:27.647Z | ruby system 3.0 system |
| 231 | 2026-03-04T17:32:27.647Z | words vendor vendor american-english |
| 232 | 2026-03-04T17:32:27.647Z | words system system australian-english |
| 233 | 2026-03-04T17:32:27.647Z | words system system british-english |
| 234 | 2026-03-04T17:32:27.647Z | words system system canadian-english |
| 235 | 2026-03-04T17:32:27.647Z | words system system french |
| 236 | 2026-03-04T17:32:27.647Z | words system system italian |
| 237 | 2026-03-04T17:32:27.647Z | words system system ngerman |
| 238 | 2026-03-04T17:32:27.647Z | words system system ogerman |
| 239 | 2026-03-04T17:32:27.647Z | words system system spanish |
| 240 | 2026-03-04T17:32:27.986Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-03-04T17:32:27.986Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2026-03-04T17:32:34.622Z | FMRI IFO |
| 243 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2026-03-04T17:32:34.622Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-03-04T17:32:34.623Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-03-04T17:32:35.863Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-03-04T17:32:36.413Z | Updating crates.io index |
| 261 | 2026-03-04T17:32:36.416Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-03-04T17:32:36.990Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-04T17:32:38.158Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-03-04T17:32:38.879Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-03-04T17:32:39.538Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-03-04T17:32:44.162Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-03-04T17:32:50.282Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-03-04T17:32:53.177Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-03-04T17:32:54.136Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-03-04T17:32:57.906Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-03-04T17:32:59.330Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2026-03-04T17:33:02.251Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2026-03-04T17:33:02.805Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-03-04T17:33:04.028Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2026-03-04T17:33:04.739Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-03-04T17:33:06.743Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-03-04T17:33:07.857Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-03-04T17:33:08.481Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2026-03-04T17:33:09.204Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2026-03-04T17:33:10.074Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-03-04T17:33:10.635Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2026-03-04T17:33:11.163Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2026-03-04T17:33:11.733Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 284 | 2026-03-04T17:33:12.558Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-03-04T17:33:13.469Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-03-04T17:33:14.766Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-03-04T17:33:15.315Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-03-04T17:33:16.194Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-03-04T17:33:16.736Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-03-04T17:33:19.229Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-03-04T17:33:19.853Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-03-04T17:33:20.693Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-03-04T17:33:21.262Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-03-04T17:33:22.058Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-03-04T17:33:22.844Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-03-04T17:33:23.579Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-03-04T17:33:24.129Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-03-04T17:33:24.835Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-03-04T17:34:20.262Z | Downloading crates ... |
| 300 | 2026-03-04T17:34:20.328Z | Downloaded byteorder v1.5.0 |
| 301 | 2026-03-04T17:34:20.332Z | Downloaded anstyle v1.0.13 |
| 302 | 2026-03-04T17:34:20.335Z | Downloaded anstream v0.6.21 |
| 303 | 2026-03-04T17:34:20.335Z | Downloaded cargo_metadata v0.21.0 |
| 304 | 2026-03-04T17:34:20.338Z | Downloaded anyhow v1.0.102 |
| 305 | 2026-03-04T17:34:20.342Z | Downloaded strsim v0.11.1 |
| 306 | 2026-03-04T17:34:20.345Z | Downloaded anstyle-parse v0.2.7 |
| 307 | 2026-03-04T17:34:20.348Z | Downloaded clap_derive v4.5.55 |
| 308 | 2026-03-04T17:34:20.350Z | Downloaded form_urlencoded v1.2.2 |
| 309 | 2026-03-04T17:34:20.353Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2026-03-04T17:34:20.353Z | Downloaded itoa v1.0.17 |
| 311 | 2026-03-04T17:34:20.356Z | Downloaded displaydoc v0.2.5 |
| 312 | 2026-03-04T17:34:20.358Z | Downloaded unicode-ident v1.0.24 |
| 313 | 2026-03-04T17:34:20.361Z | Downloaded utf8_iter v1.0.4 |
| 314 | 2026-03-04T17:34:20.361Z | Downloaded typenum v1.19.0 |
| 315 | 2026-03-04T17:34:20.364Z | Downloaded textwrap v0.16.2 |
| 316 | 2026-03-04T17:34:20.367Z | Downloaded cargo-platform v0.2.0 |
| 317 | 2026-03-04T17:34:20.370Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-03-04T17:34:20.370Z | Downloaded idna_adapter v1.2.1 |
| 319 | 2026-03-04T17:34:20.370Z | Downloaded yoke-derive v0.8.1 |
| 320 | 2026-03-04T17:34:20.373Z | Downloaded usdt v0.5.0 |
| 321 | 2026-03-04T17:34:20.373Z | Downloaded camino v1.2.2 |
| 322 | 2026-03-04T17:34:20.376Z | Downloaded zerofrom v0.1.6 |
| 323 | 2026-03-04T17:34:20.376Z | Downloaded typeid v1.0.3 |
| 324 | 2026-03-04T17:34:20.378Z | Downloaded zerofrom-derive v0.1.6 |
| 325 | 2026-03-04T17:34:20.378Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-03-04T17:34:20.381Z | Downloaded version_check v0.9.5 |
| 327 | 2026-03-04T17:34:20.381Z | Downloaded heck v0.5.0 |
| 328 | 2026-03-04T17:34:20.384Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2026-03-04T17:34:20.384Z | Downloaded colorchoice v1.0.4 |
| 330 | 2026-03-04T17:34:20.384Z | Downloaded pest_derive v2.8.6 |
| 331 | 2026-03-04T17:34:20.387Z | Downloaded unicode-xid v0.2.6 |
| 332 | 2026-03-04T17:34:20.390Z | Downloaded toml_write v0.1.2 |
| 333 | 2026-03-04T17:34:20.390Z | Downloaded icu_normalizer v2.1.1 |
| 334 | 2026-03-04T17:34:20.394Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2026-03-04T17:34:20.396Z | Downloaded errno v0.3.14 |
| 336 | 2026-03-04T17:34:20.396Z | Downloaded plain v0.2.3 |
| 337 | 2026-03-04T17:34:20.397Z | Downloaded cpufeatures v0.2.17 |
| 338 | 2026-03-04T17:34:20.399Z | Downloaded scroll_derive v0.12.1 |
| 339 | 2026-03-04T17:34:20.399Z | Downloaded cfg-if v1.0.4 |
| 340 | 2026-03-04T17:34:20.402Z | Downloaded percent-encoding v2.3.2 |
| 341 | 2026-03-04T17:34:20.402Z | Downloaded fastrand v2.3.0 |
| 342 | 2026-03-04T17:34:20.402Z | Downloaded zerovec-derive v0.11.2 |
| 343 | 2026-03-04T17:34:20.405Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-03-04T17:34:20.405Z | Downloaded tinystr v0.8.2 |
| 345 | 2026-03-04T17:34:20.408Z | Downloaded yoke v0.8.1 |
| 346 | 2026-03-04T17:34:20.408Z | Downloaded thiserror v1.0.69 |
| 347 | 2026-03-04T17:34:20.413Z | Downloaded writeable v0.6.2 |
| 348 | 2026-03-04T17:34:20.416Z | Downloaded thiserror-impl v2.0.18 |
| 349 | 2026-03-04T17:34:20.416Z | Downloaded thiserror-impl v1.0.69 |
| 350 | 2026-03-04T17:34:20.419Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-03-04T17:34:20.419Z | Downloaded swrite v0.1.0 |
| 352 | 2026-03-04T17:34:20.422Z | Downloaded block-buffer v0.10.4 |
| 353 | 2026-03-04T17:34:20.422Z | Downloaded thiserror v2.0.18 |
| 354 | 2026-03-04T17:34:20.426Z | Downloaded toml v0.8.23 |
| 355 | 2026-03-04T17:34:20.428Z | Downloaded zmij v1.0.21 |
| 356 | 2026-03-04T17:34:20.431Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2026-03-04T17:34:20.433Z | Downloaded is_terminal_polyfill v1.70.2 |
| 358 | 2026-03-04T17:34:20.433Z | Downloaded dtrace-parser v0.2.0 |
| 359 | 2026-03-04T17:34:20.433Z | Downloaded serde_spanned v0.6.9 |
| 360 | 2026-03-04T17:34:20.436Z | Downloaded zerocopy-derive v0.7.35 |
| 361 | 2026-03-04T17:34:20.439Z | Downloaded macaddr v1.0.1 |
| 362 | 2026-03-04T17:34:20.442Z | Downloaded tabled_derive v0.7.0 |
| 363 | 2026-03-04T17:34:20.442Z | Downloaded potential_utf v0.1.4 |
| 364 | 2026-03-04T17:34:20.442Z | Downloaded ordered-float v2.10.1 |
| 365 | 2026-03-04T17:34:20.444Z | Downloaded clap_lex v1.0.0 |
| 366 | 2026-03-04T17:34:20.444Z | Downloaded digest v0.10.7 |
| 367 | 2026-03-04T17:34:20.447Z | Downloaded papergrid v0.11.0 |
| 368 | 2026-03-04T17:34:20.450Z | Downloaded zerotrie v0.2.3 |
| 369 | 2026-03-04T17:34:20.453Z | Downloaded proc-macro-error-attr v1.0.4 |
| 370 | 2026-03-04T17:34:20.455Z | Downloaded serde-value v0.7.0 |
| 371 | 2026-03-04T17:34:20.455Z | Downloaded pretty-hex v0.4.1 |
| 372 | 2026-03-04T17:34:20.458Z | Downloaded icu_properties v2.1.2 |
| 373 | 2026-03-04T17:34:20.458Z | Downloaded url v2.5.8 |
| 374 | 2026-03-04T17:34:20.461Z | Downloaded smawk v0.3.2 |
| 375 | 2026-03-04T17:34:20.465Z | Downloaded stable_deref_trait v1.2.1 |
| 376 | 2026-03-04T17:34:20.465Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-03-04T17:34:20.467Z | Downloaded terminal_size v0.4.3 |
| 378 | 2026-03-04T17:34:20.470Z | Downloaded generic-array v0.14.7 |
| 379 | 2026-03-04T17:34:20.470Z | Downloaded cargo-util-schemas v0.8.2 |
| 380 | 2026-03-04T17:34:20.473Z | Downloaded heck v0.4.1 |
| 381 | 2026-03-04T17:34:20.473Z | Downloaded equivalent v1.0.2 |
| 382 | 2026-03-04T17:34:20.476Z | Downloaded dof v0.3.0 |
| 383 | 2026-03-04T17:34:20.476Z | Downloaded anstyle-query v1.1.5 |
| 384 | 2026-03-04T17:34:20.476Z | Downloaded icu_provider v2.1.1 |
| 385 | 2026-03-04T17:34:20.480Z | Downloaded zerovec v0.11.5 |
| 386 | 2026-03-04T17:34:20.483Z | Downloaded sha2 v0.10.9 |
| 387 | 2026-03-04T17:34:20.486Z | Downloaded memmap v0.7.0 |
| 388 | 2026-03-04T17:34:20.488Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-03-04T17:34:20.488Z | Downloaded semver v1.0.27 |
| 390 | 2026-03-04T17:34:20.492Z | Downloaded zerocopy v0.7.35 |
| 391 | 2026-03-04T17:34:20.504Z | Downloaded winnow v0.7.14 |
| 392 | 2026-03-04T17:34:20.512Z | Downloaded scroll v0.12.0 |
| 393 | 2026-03-04T17:34:20.515Z | Downloaded litemap v0.8.1 |
| 394 | 2026-03-04T17:34:20.518Z | Downloaded autocfg v1.5.0 |
| 395 | 2026-03-04T17:34:20.518Z | Downloaded cargo_toml v0.21.0 |
| 396 | 2026-03-04T17:34:20.521Z | Downloaded unicode-width v0.2.0 |
| 397 | 2026-03-04T17:34:20.523Z | Downloaded once_cell v1.21.3 |
| 398 | 2026-03-04T17:34:20.526Z | Downloaded tempfile v3.25.0 |
| 399 | 2026-03-04T17:34:20.529Z | Downloaded pest_generator v2.8.6 |
| 400 | 2026-03-04T17:34:20.529Z | Downloaded camino-tempfile v1.4.1 |
| 401 | 2026-03-04T17:34:20.532Z | Downloaded unicode-width v0.1.14 |
| 402 | 2026-03-04T17:34:20.534Z | Downloaded synstructure v0.13.2 |
| 403 | 2026-03-04T17:34:20.537Z | Downloaded bitflags v2.11.0 |
| 404 | 2026-03-04T17:34:20.540Z | Downloaded smallvec v1.15.1 |
| 405 | 2026-03-04T17:34:20.542Z | Downloaded serde_tokenstream v0.2.3 |
| 406 | 2026-03-04T17:34:20.542Z | Downloaded proc-macro-error v1.0.4 |
| 407 | 2026-03-04T17:34:20.545Z | Downloaded serde-untagged v0.1.9 |
| 408 | 2026-03-04T17:34:20.548Z | Downloaded clap v4.5.60 |
| 409 | 2026-03-04T17:34:20.553Z | Downloaded num-traits v0.2.19 |
| 410 | 2026-03-04T17:34:20.557Z | Downloaded quote v1.0.44 |
| 411 | 2026-03-04T17:34:20.560Z | Downloaded serde_derive v1.0.228 |
| 412 | 2026-03-04T17:34:20.562Z | Downloaded proc-macro2 v1.0.106 |
| 413 | 2026-03-04T17:34:20.566Z | Downloaded bytecount v0.6.9 |
| 414 | 2026-03-04T17:34:20.566Z | Downloaded erased-serde v0.4.9 |
| 415 | 2026-03-04T17:34:20.569Z | Downloaded log v0.4.29 |
| 416 | 2026-03-04T17:34:20.569Z | Downloaded fnv v1.0.7 |
| 417 | 2026-03-04T17:34:20.569Z | Downloaded crypto-common v0.1.7 |
| 418 | 2026-03-04T17:34:20.579Z | Downloaded icu_normalizer_data v2.1.1 |
| 419 | 2026-03-04T17:34:20.586Z | Downloaded getrandom v0.4.1 |
| 420 | 2026-03-04T17:34:20.590Z | Downloaded pest_meta v2.8.6 |
| 421 | 2026-03-04T17:34:20.593Z | Downloaded indexmap v2.13.0 |
| 422 | 2026-03-04T17:34:20.598Z | Downloaded icu_locale_core v2.1.1 |
| 423 | 2026-03-04T17:34:20.605Z | Downloaded idna v1.1.0 |
| 424 | 2026-03-04T17:34:20.608Z | Downloaded serde_core v1.0.228 |
| 425 | 2026-03-04T17:34:20.613Z | Downloaded serde v1.0.228 |
| 426 | 2026-03-04T17:34:20.615Z | Downloaded memchr v2.8.0 |
| 427 | 2026-03-04T17:34:20.618Z | Downloaded icu_collections v2.1.1 |
| 428 | 2026-03-04T17:34:20.634Z | Downloaded hashbrown v0.16.1 |
| 429 | 2026-03-04T17:34:20.642Z | Downloaded pest v2.8.6 |
| 430 | 2026-03-04T17:34:20.656Z | Downloaded icu_properties_data v2.1.2 |
| 431 | 2026-03-04T17:34:20.665Z | Downloaded tabled v0.15.0 |
| 432 | 2026-03-04T17:34:20.678Z | Downloaded goblin v0.8.2 |
| 433 | 2026-03-04T17:34:20.682Z | Downloaded serde_json v1.0.149 |
| 434 | 2026-03-04T17:34:20.688Z | Downloaded clap_builder v4.5.60 |
| 435 | 2026-03-04T17:34:20.698Z | Downloaded syn v1.0.109 |
| 436 | 2026-03-04T17:34:20.716Z | Downloaded syn v2.0.117 |
| 437 | 2026-03-04T17:34:20.734Z | Downloaded rustix v1.1.3 |
| 438 | 2026-03-04T17:34:20.764Z | Downloaded libc v0.2.180 |
| 439 | 2026-03-04T17:34:20.852Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-03-04T17:34:20.855Z | Compiling quote v1.0.44 |
| 441 | 2026-03-04T17:34:20.855Z | Compiling unicode-ident v1.0.24 |
| 442 | 2026-03-04T17:34:20.855Z | Compiling serde_core v1.0.228 |
| 443 | 2026-03-04T17:34:20.855Z | Compiling libc v0.2.180 |
| 444 | 2026-03-04T17:34:20.855Z | Compiling version_check v0.9.5 |
| 445 | 2026-03-04T17:34:20.855Z | Compiling serde v1.0.228 |
| 446 | 2026-03-04T17:34:21.086Z | Compiling memchr v2.8.0 |
| 447 | 2026-03-04T17:34:21.347Z | Compiling stable_deref_trait v1.2.1 |
| 448 | 2026-03-04T17:34:21.515Z | Compiling zmij v1.0.21 |
| 449 | 2026-03-04T17:34:21.933Z | Compiling thiserror v1.0.69 |
| 450 | 2026-03-04T17:34:21.990Z | Compiling ucd-trie v0.1.7 |
| 451 | 2026-03-04T17:34:22.501Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-04T17:34:22.530Z | Compiling autocfg v1.5.0 |
| 453 | 2026-03-04T17:34:22.789Z | Compiling pest v2.8.6 |
| 454 | 2026-03-04T17:34:22.815Z | Compiling writeable v0.6.2 |
| 455 | 2026-03-04T17:34:22.861Z | Compiling litemap v0.8.1 |
| 456 | 2026-03-04T17:34:23.178Z | Compiling icu_normalizer_data v2.1.1 |
| 457 | 2026-03-04T17:34:23.214Z | Compiling icu_properties_data v2.1.2 |
| 458 | 2026-03-04T17:34:23.516Z | Compiling rustix v1.1.3 |
| 459 | 2026-03-04T17:34:23.552Z | Compiling byteorder v1.5.0 |
| 460 | 2026-03-04T17:34:23.832Z | Compiling syn v2.0.117 |
| 461 | 2026-03-04T17:34:23.978Z | Compiling errno v0.3.14 |
| 462 | 2026-03-04T17:34:25.018Z | Compiling serde_json v1.0.149 |
| 463 | 2026-03-04T17:34:25.021Z | Compiling bitflags v2.11.0 |
| 464 | 2026-03-04T17:34:25.021Z | Compiling num-traits v0.2.19 |
| 465 | 2026-03-04T17:34:25.021Z | Compiling hashbrown v0.16.1 |
| 466 | 2026-03-04T17:34:25.021Z | Compiling smallvec v1.15.1 |
| 467 | 2026-03-04T17:34:25.022Z | Compiling equivalent v1.0.2 |
| 468 | 2026-03-04T17:34:25.022Z | Compiling typeid v1.0.3 |
| 469 | 2026-03-04T17:34:25.492Z | Compiling pest_meta v2.8.6 |
| 470 | 2026-03-04T17:34:25.598Z | Compiling thread-id v4.2.2 |
| 471 | 2026-03-04T17:34:25.703Z | Compiling proc-macro-error-attr v1.0.4 |
| 472 | 2026-03-04T17:34:25.741Z | Compiling indexmap v2.13.0 |
| 473 | 2026-03-04T17:34:25.819Z | Compiling usdt-impl v0.5.0 |
| 474 | 2026-03-04T17:34:26.059Z | Compiling winnow v0.7.14 |
| 475 | 2026-03-04T17:34:26.219Z | Compiling toml_write v0.1.2 |
| 476 | 2026-03-04T17:34:26.644Z | Compiling erased-serde v0.4.9 |
| 477 | 2026-03-04T17:34:26.777Z | Compiling syn v1.0.109 |
| 478 | 2026-03-04T17:34:27.615Z | Compiling proc-macro-error v1.0.4 |
| 479 | 2026-03-04T17:34:27.712Z | Compiling thiserror v2.0.18 |
| 480 | 2026-03-04T17:34:27.973Z | Compiling log v0.4.29 |
| 481 | 2026-03-04T17:34:28.342Z | Compiling utf8_iter v1.0.4 |
| 482 | 2026-03-04T17:34:28.423Z | Compiling camino v1.2.2 |
| 483 | 2026-03-04T17:34:28.612Z | Compiling utf8parse v0.2.2 |
| 484 | 2026-03-04T17:34:28.806Z | Compiling plain v0.2.3 |
| 485 | 2026-03-04T17:34:28.986Z | Compiling getrandom v0.4.1 |
| 486 | 2026-03-04T17:34:29.063Z | Compiling percent-encoding v2.3.2 |
| 487 | 2026-03-04T17:34:29.360Z | Compiling form_urlencoded v1.2.2 |
| 488 | 2026-03-04T17:34:29.422Z | Compiling ordered-float v2.10.1 |
| 489 | 2026-03-04T17:34:29.706Z | Compiling anstyle-parse v0.2.7 |
| 490 | 2026-03-04T17:34:29.952Z | Compiling terminal_size v0.4.3 |
| 491 | 2026-03-04T17:34:30.017Z | Compiling is_terminal_polyfill v1.70.2 |
| 492 | 2026-03-04T17:34:30.150Z | Compiling anstyle v1.0.13 |
| 493 | 2026-03-04T17:34:30.177Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-04T17:34:30.204Z | Compiling cfg-if v1.0.4 |
| 495 | 2026-03-04T17:34:30.320Z | Compiling colorchoice v1.0.4 |
| 496 | 2026-03-04T17:34:30.353Z | Compiling pretty-hex v0.4.1 |
| 497 | 2026-03-04T17:34:30.514Z | Compiling synstructure v0.13.2 |
| 498 | 2026-03-04T17:34:30.553Z | Compiling pest_generator v2.8.6 |
| 499 | 2026-03-04T17:34:30.587Z | Compiling anstream v0.6.21 |
| 500 | 2026-03-04T17:34:30.852Z | Compiling serde-untagged v0.1.9 |
| 501 | 2026-03-04T17:34:30.912Z | Compiling semver v1.0.27 |
| 502 | 2026-03-04T17:34:31.404Z | Compiling fs-err v3.3.0 |
| 503 | 2026-03-04T17:34:31.581Z | Compiling heck v0.4.1 |
| 504 | 2026-03-04T17:34:31.680Z | Compiling once_cell v1.21.3 |
| 505 | 2026-03-04T17:34:31.773Z | Compiling unicode-width v0.1.14 |
| 506 | 2026-03-04T17:34:31.971Z | Compiling clap_lex v1.0.0 |
| 507 | 2026-03-04T17:34:32.038Z | Compiling heck v0.5.0 |
| 508 | 2026-03-04T17:34:32.073Z | Compiling strsim v0.11.1 |
| 509 | 2026-03-04T17:34:32.327Z | Compiling unicode-xid v0.2.6 |
| 510 | 2026-03-04T17:34:32.356Z | Compiling fnv v1.0.7 |
| 511 | 2026-03-04T17:34:32.427Z | Compiling fastrand v2.3.0 |
| 512 | 2026-03-04T17:34:32.523Z | Compiling bytecount v0.6.9 |
| 513 | 2026-03-04T17:34:32.552Z | Compiling anyhow v1.0.102 |
| 514 | 2026-03-04T17:34:32.579Z | Compiling clap_builder v4.5.60 |
| 515 | 2026-03-04T17:34:32.794Z | Compiling tempfile v3.25.0 |
| 516 | 2026-03-04T17:34:32.921Z | Compiling papergrid v0.11.0 |
| 517 | 2026-03-04T17:34:33.492Z | Compiling memmap v0.7.0 |
| 518 | 2026-03-04T17:34:33.613Z | Compiling smawk v0.3.2 |
| 519 | 2026-03-04T17:34:33.642Z | Compiling unicode-width v0.2.0 |
| 520 | 2026-03-04T17:34:33.838Z | Compiling unicode-linebreak v0.1.5 |
| 521 | 2026-03-04T17:34:34.326Z | Compiling textwrap v0.16.2 |
| 522 | 2026-03-04T17:34:34.674Z | Compiling camino-tempfile v1.4.1 |
| 523 | 2026-03-04T17:34:34.792Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 524 | 2026-03-04T17:34:35.129Z | Compiling swrite v0.1.0 |
| 525 | 2026-03-04T17:34:35.199Z | Compiling serde_derive v1.0.228 |
| 526 | 2026-03-04T17:34:35.228Z | Compiling zerofrom-derive v0.1.6 |
| 527 | 2026-03-04T17:34:35.257Z | Compiling yoke-derive v0.8.1 |
| 528 | 2026-03-04T17:34:35.284Z | Compiling zerovec-derive v0.11.2 |
| 529 | 2026-03-04T17:34:35.367Z | Compiling displaydoc v0.2.5 |
| 530 | 2026-03-04T17:34:36.413Z | Compiling thiserror-impl v1.0.69 |
| 531 | 2026-03-04T17:34:36.957Z | Compiling zerocopy-derive v0.7.35 |
| 532 | 2026-03-04T17:34:37.941Z | Compiling pest_derive v2.8.6 |
| 533 | 2026-03-04T17:34:38.014Z | Compiling scroll_derive v0.12.1 |
| 534 | 2026-03-04T17:34:38.617Z | Compiling zerofrom v0.1.6 |
| 535 | 2026-03-04T17:34:38.763Z | Compiling thiserror-impl v2.0.18 |
| 536 | 2026-03-04T17:34:38.875Z | Compiling yoke v0.8.1 |
| 537 | 2026-03-04T17:34:38.925Z | Compiling zerocopy v0.7.35 |
| 538 | 2026-03-04T17:34:39.237Z | Compiling zerovec v0.11.5 |
| 539 | 2026-03-04T17:34:39.455Z | Compiling zerotrie v0.2.3 |
| 540 | 2026-03-04T17:34:39.565Z | Compiling dtrace-parser v0.2.0 |
| 541 | 2026-03-04T17:34:40.099Z | Compiling scroll v0.12.0 |
| 542 | 2026-03-04T17:34:40.260Z | Compiling tabled_derive v0.7.0 |
| 543 | 2026-03-04T17:34:40.330Z | Compiling tinystr v0.8.2 |
| 544 | 2026-03-04T17:34:40.396Z | Compiling potential_utf v0.1.4 |
| 545 | 2026-03-04T17:34:40.656Z | Compiling icu_collections v2.1.1 |
| 546 | 2026-03-04T17:34:40.698Z | Compiling icu_locale_core v2.1.1 |
| 547 | 2026-03-04T17:34:40.739Z | Compiling goblin v0.8.2 |
| 548 | 2026-03-04T17:34:41.528Z | Compiling clap_derive v4.5.55 |
| 549 | 2026-03-04T17:34:42.163Z | Compiling icu_provider v2.1.1 |
| 550 | 2026-03-04T17:34:42.266Z | Compiling tabled v0.15.0 |
| 551 | 2026-03-04T17:34:42.623Z | Compiling icu_properties v2.1.2 |
| 552 | 2026-03-04T17:34:42.623Z | Compiling icu_normalizer v2.1.1 |
| 553 | 2026-03-04T17:34:43.496Z | Compiling dof v0.3.0 |
| 554 | 2026-03-04T17:34:43.538Z | Compiling serde_tokenstream v0.2.3 |
| 555 | 2026-03-04T17:34:43.610Z | Compiling toml_datetime v0.6.11 |
| 556 | 2026-03-04T17:34:43.755Z | Compiling serde_spanned v0.6.9 |
| 557 | 2026-03-04T17:34:44.038Z | Compiling toml_edit v0.22.27 |
| 558 | 2026-03-04T17:34:44.175Z | Compiling serde-value v0.7.0 |
| 559 | 2026-03-04T17:34:44.416Z | Compiling cargo-platform v0.2.0 |
| 560 | 2026-03-04T17:34:44.983Z | Compiling idna_adapter v1.2.1 |
| 561 | 2026-03-04T17:34:44.986Z | Compiling macaddr v1.0.1 |
| 562 | 2026-03-04T17:34:45.234Z | Compiling idna v1.1.0 |
| 563 | 2026-03-04T17:34:45.482Z | Compiling usdt-macro v0.5.0 |
| 564 | 2026-03-04T17:34:45.484Z | Compiling usdt-attr-macro v0.5.0 |
| 565 | 2026-03-04T17:34:45.770Z | Compiling clap v4.5.60 |
| 566 | 2026-03-04T17:34:45.911Z | Compiling url v2.5.8 |
| 567 | 2026-03-04T17:34:47.423Z | Compiling toml v0.8.23 |
| 568 | 2026-03-04T17:34:48.005Z | Compiling usdt v0.5.0 |
| 569 | 2026-03-04T17:34:48.193Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2026-03-04T17:34:48.254Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-03-04T17:34:49.703Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2026-03-04T17:34:51.514Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2026-03-04T17:34:54.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 574 | 2026-03-04T17:34:55.263Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2026-03-04T17:34:56.050Z | Downloading crates ... |
| 576 | 2026-03-04T17:34:56.180Z | Downloaded adler2 v2.0.1 |
| 577 | 2026-03-04T17:34:56.184Z | Downloaded async-stream-impl v0.3.6 |
| 578 | 2026-03-04T17:34:56.198Z | Downloaded async-recursion v1.1.1 |
| 579 | 2026-03-04T17:34:56.204Z | Downloaded ahash v0.8.12 |
| 580 | 2026-03-04T17:34:56.209Z | Downloaded async-stream v0.3.6 |
| 581 | 2026-03-04T17:34:56.216Z | Downloaded cargo-platform v0.1.9 |
| 582 | 2026-03-04T17:34:56.219Z | Downloaded cfg_aliases v0.1.1 |
| 583 | 2026-03-04T17:34:56.223Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 584 | 2026-03-04T17:34:56.227Z | Downloaded crossbeam-utils v0.8.21 |
| 585 | 2026-03-04T17:34:56.235Z | Downloaded array-init v0.0.4 |
| 586 | 2026-03-04T17:34:56.244Z | Downloaded debug-ignore v1.0.5 |
| 587 | 2026-03-04T17:34:56.251Z | Downloaded dtrace-parser v0.3.0 |
| 588 | 2026-03-04T17:34:56.257Z | Downloaded dsl_auto_type v0.1.3 |
| 589 | 2026-03-04T17:34:56.262Z | Downloaded defmt-parser v1.0.0 |
| 590 | 2026-03-04T17:34:56.267Z | Downloaded darling_macro v0.23.0 |
| 591 | 2026-03-04T17:34:56.270Z | Downloaded crucible-workspace-hack v0.1.0 |
| 592 | 2026-03-04T17:34:56.274Z | Downloaded float-cmp v0.10.0 |
| 593 | 2026-03-04T17:34:56.278Z | Downloaded crc v3.4.0 |
| 594 | 2026-03-04T17:34:56.282Z | Downloaded filetime v0.2.27 |
| 595 | 2026-03-04T17:34:56.286Z | Downloaded cpufeatures v0.3.0 |
| 596 | 2026-03-04T17:34:56.291Z | Downloaded fs_extra v1.3.0 |
| 597 | 2026-03-04T17:34:56.295Z | Downloaded dirs-sys-next v0.1.2 |
| 598 | 2026-03-04T17:34:56.298Z | Downloaded foreign-types-macros v0.2.3 |
| 599 | 2026-03-04T17:34:56.302Z | Downloaded enum-as-inner v0.6.1 |
| 600 | 2026-03-04T17:34:56.306Z | Downloaded foreign-types v0.3.2 |
| 601 | 2026-03-04T17:34:56.309Z | Downloaded crypto-bigint v0.5.5 |
| 602 | 2026-03-04T17:34:56.319Z | Downloaded flagset v0.4.7 |
| 603 | 2026-03-04T17:34:56.323Z | Downloaded float-ord v0.3.2 |
| 604 | 2026-03-04T17:34:56.327Z | Downloaded difflib v0.4.0 |
| 605 | 2026-03-04T17:34:56.346Z | Downloaded ed25519 v2.2.3 |
| 606 | 2026-03-04T17:34:56.350Z | Downloaded foreign-types-shared v0.1.1 |
| 607 | 2026-03-04T17:34:56.356Z | Downloaded embedded-io v0.4.0 |
| 608 | 2026-03-04T17:34:56.359Z | Downloaded git-stub v1.0.0 |
| 609 | 2026-03-04T17:34:56.362Z | Downloaded futures-io v0.3.32 |
| 610 | 2026-03-04T17:34:56.365Z | Downloaded futures-sink v0.3.32 |
| 611 | 2026-03-04T17:34:56.369Z | Downloaded ecdsa v0.16.9 |
| 612 | 2026-03-04T17:34:56.373Z | Downloaded gethostname v0.5.0 |
| 613 | 2026-03-04T17:34:56.377Z | Downloaded futures-task v0.3.32 |
| 614 | 2026-03-04T17:34:56.381Z | Downloaded hash32 v0.3.1 |
| 615 | 2026-03-04T17:34:56.385Z | Downloaded globwalk v0.9.1 |
| 616 | 2026-03-04T17:34:56.389Z | Downloaded hash32 v0.2.1 |
| 617 | 2026-03-04T17:34:56.394Z | Downloaded hex-literal v0.4.1 |
| 618 | 2026-03-04T17:34:56.398Z | Downloaded blowfish v0.9.1 |
| 619 | 2026-03-04T17:34:56.401Z | Downloaded foldhash v0.2.0 |
| 620 | 2026-03-04T17:34:56.405Z | Downloaded erased-serde v0.3.31 |
| 621 | 2026-03-04T17:34:56.409Z | Downloaded drift v0.1.3 |
| 622 | 2026-03-04T17:34:56.418Z | Downloaded hostname v0.4.2 |
| 623 | 2026-03-04T17:34:56.423Z | Downloaded headers-core v0.3.0 |
| 624 | 2026-03-04T17:34:56.426Z | Downloaded home v0.5.12 |
| 625 | 2026-03-04T17:34:56.428Z | Downloaded fixedbitset v0.5.7 |
| 626 | 2026-03-04T17:34:56.436Z | Downloaded hubpack v0.1.2 |
| 627 | 2026-03-04T17:34:56.440Z | Downloaded hubpack_derive v0.1.1 |
| 628 | 2026-03-04T17:34:56.443Z | Downloaded httpdate v1.0.3 |
| 629 | 2026-03-04T17:34:56.443Z | Downloaded http-body v1.0.1 |
| 630 | 2026-03-04T17:34:56.446Z | Downloaded bit-vec v0.6.3 |
| 631 | 2026-03-04T17:34:56.449Z | Downloaded hostname v0.3.1 |
| 632 | 2026-03-04T17:34:56.453Z | Downloaded ident_case v1.0.1 |
| 633 | 2026-03-04T17:34:56.456Z | Downloaded indent_write v2.2.0 |
| 634 | 2026-03-04T17:34:56.459Z | Downloaded group v0.13.0 |
| 635 | 2026-03-04T17:34:56.463Z | Downloaded indoc v1.0.9 |
| 636 | 2026-03-04T17:34:56.467Z | Downloaded constant_time_eq v0.4.2 |
| 637 | 2026-03-04T17:34:56.471Z | Downloaded clang-sys v1.8.1 |
| 638 | 2026-03-04T17:34:56.476Z | Downloaded darling v0.21.3 |
| 639 | 2026-03-04T17:34:56.483Z | Downloaded find-msvc-tools v0.1.9 |
| 640 | 2026-03-04T17:34:56.487Z | Downloaded instant v0.1.13 |
| 641 | 2026-03-04T17:34:56.491Z | Downloaded is_ci v1.2.0 |
| 642 | 2026-03-04T17:34:56.494Z | Downloaded crc32fast v1.5.0 |
| 643 | 2026-03-04T17:34:56.498Z | Downloaded corncobs v0.1.4 |
| 644 | 2026-03-04T17:34:56.503Z | Downloaded console v0.16.2 |
| 645 | 2026-03-04T17:34:56.506Z | Downloaded is-terminal v0.4.17 |
| 646 | 2026-03-04T17:34:56.508Z | Downloaded internet-checksum v0.2.1 |
| 647 | 2026-03-04T17:34:56.511Z | Downloaded lalrpop-util v0.19.12 |
| 648 | 2026-03-04T17:34:56.514Z | Downloaded keccak v0.1.6 |
| 649 | 2026-03-04T17:34:56.517Z | Downloaded lazy_static v1.5.0 |
| 650 | 2026-03-04T17:34:56.520Z | Downloaded diesel_derives v2.2.7 |
| 651 | 2026-03-04T17:34:56.556Z | Downloaded http-body-util v0.1.3 |
| 652 | 2026-03-04T17:34:56.556Z | Downloaded highway v1.3.0 |
| 653 | 2026-03-04T17:34:56.556Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 654 | 2026-03-04T17:34:56.556Z | Downloaded libscf-sys v1.1.0 |
| 655 | 2026-03-04T17:34:56.556Z | Downloaded match_cfg v0.1.0 |
| 656 | 2026-03-04T17:34:56.556Z | Downloaded maplit v1.0.2 |
| 657 | 2026-03-04T17:34:56.556Z | Downloaded managed v0.8.0 |
| 658 | 2026-03-04T17:34:56.556Z | Downloaded lru-slab v0.1.2 |
| 659 | 2026-03-04T17:34:56.556Z | Downloaded lzss v0.8.2 |
| 660 | 2026-03-04T17:34:56.559Z | Downloaded mime v0.3.17 |
| 661 | 2026-03-04T17:34:56.559Z | Downloaded md5 v0.7.0 |
| 662 | 2026-03-04T17:34:56.562Z | Downloaded newline-converter v0.3.0 |
| 663 | 2026-03-04T17:34:56.565Z | Downloaded nibble_vec v0.1.0 |
| 664 | 2026-03-04T17:34:56.567Z | Downloaded diff v0.1.13 |
| 665 | 2026-03-04T17:34:56.572Z | Downloaded ingot v0.1.1 |
| 666 | 2026-03-04T17:34:56.575Z | Downloaded crc-any v2.5.0 |
| 667 | 2026-03-04T17:34:56.581Z | Downloaded nodrop v0.1.14 |
| 668 | 2026-03-04T17:34:56.584Z | Downloaded ingot-types v0.1.2 |
| 669 | 2026-03-04T17:34:56.587Z | Downloaded num v0.4.3 |
| 670 | 2026-03-04T17:34:56.590Z | Downloaded num-derive v0.4.2 |
| 671 | 2026-03-04T17:34:56.592Z | Downloaded num-conv v0.2.0 |
| 672 | 2026-03-04T17:34:56.595Z | Downloaded nonempty v0.12.0 |
| 673 | 2026-03-04T17:34:56.598Z | Downloaded fatfs v0.3.6 |
| 674 | 2026-03-04T17:34:56.601Z | Downloaded ipnetwork v0.21.1 |
| 675 | 2026-03-04T17:34:56.605Z | Downloaded ipnet v2.11.0 |
| 676 | 2026-03-04T17:34:56.608Z | Downloaded num_enum_derive v0.5.11 |
| 677 | 2026-03-04T17:34:56.611Z | Downloaded num-iter v0.1.45 |
| 678 | 2026-03-04T17:34:56.614Z | Downloaded darling_core v0.20.11 |
| 679 | 2026-03-04T17:34:56.620Z | Downloaded lru v0.12.5 |
| 680 | 2026-03-04T17:34:56.622Z | Downloaded linear-map v1.2.0 |
| 681 | 2026-03-04T17:34:56.625Z | Downloaded libefi-sys v0.1.0 |
| 682 | 2026-03-04T17:34:56.632Z | Downloaded hyper-rustls v0.27.7 |
| 683 | 2026-03-04T17:34:56.634Z | Downloaded openssl-probe v0.1.6 |
| 684 | 2026-03-04T17:34:56.637Z | Downloaded openssl-probe v0.2.1 |
| 685 | 2026-03-04T17:34:56.640Z | Downloaded openssl-macros v0.1.1 |
| 686 | 2026-03-04T17:34:56.643Z | Downloaded oso-derive v0.27.3 |
| 687 | 2026-03-04T17:34:56.645Z | Downloaded mime_guess v2.0.5 |
| 688 | 2026-03-04T17:34:56.648Z | Downloaded libsw v3.5.0 |
| 689 | 2026-03-04T17:34:56.650Z | Downloaded getrandom v0.3.4 |
| 690 | 2026-03-04T17:34:56.659Z | Downloaded parse-display v0.10.0 |
| 691 | 2026-03-04T17:34:56.662Z | Downloaded native-tls v0.2.18 |
| 692 | 2026-03-04T17:34:56.664Z | Downloaded packed_struct_codegen v0.10.1 |
| 693 | 2026-03-04T17:34:56.667Z | Downloaded newtype-uuid v1.3.2 |
| 694 | 2026-03-04T17:34:56.670Z | Downloaded maybe-uninit v2.0.0 |
| 695 | 2026-03-04T17:34:56.672Z | Downloaded parse-size v1.1.0 |
| 696 | 2026-03-04T17:34:56.675Z | Downloaded pbkdf2 v0.11.0 |
| 697 | 2026-03-04T17:34:56.678Z | Downloaded const_format v0.2.35 |
| 698 | 2026-03-04T17:34:56.683Z | Downloaded nanorand v0.7.0 |
| 699 | 2026-03-04T17:34:56.687Z | Downloaded num_enum_derive v0.7.5 |
| 700 | 2026-03-04T17:34:56.690Z | Downloaded aes-gcm v0.10.3 |
| 701 | 2026-03-04T17:34:56.695Z | Downloaded peg-runtime v0.8.5 |
| 702 | 2026-03-04T17:34:56.697Z | Downloaded num-rational v0.4.2 |
| 703 | 2026-03-04T17:34:56.700Z | Downloaded phf_shared v0.13.1 |
| 704 | 2026-03-04T17:34:56.704Z | Downloaded ignore v0.4.25 |
| 705 | 2026-03-04T17:34:56.707Z | Downloaded pbkdf2 v0.12.2 |
| 706 | 2026-03-04T17:34:56.711Z | Downloaded num-complex v0.4.6 |
| 707 | 2026-03-04T17:34:56.713Z | Downloaded phf_shared v0.12.1 |
| 708 | 2026-03-04T17:34:56.716Z | Downloaded phf_shared v0.11.3 |
| 709 | 2026-03-04T17:34:56.719Z | Downloaded pin-utils v0.1.0 |
| 710 | 2026-03-04T17:34:56.721Z | Downloaded num_enum v0.7.5 |
| 711 | 2026-03-04T17:34:56.728Z | Downloaded oxnet v0.1.4 |
| 712 | 2026-03-04T17:34:56.731Z | Downloaded olpc-cjson v0.1.4 |
| 713 | 2026-03-04T17:34:56.734Z | Downloaded num_enum v0.5.11 |
| 714 | 2026-03-04T17:34:56.741Z | Downloaded num-integer v0.1.46 |
| 715 | 2026-03-04T17:34:56.744Z | Downloaded powerfmt v0.2.0 |
| 716 | 2026-03-04T17:34:56.748Z | Downloaded litrs v1.0.0 |
| 717 | 2026-03-04T17:34:56.751Z | Downloaded predicates-core v1.0.10 |
| 718 | 2026-03-04T17:34:56.756Z | Downloaded proc-macro-crate v3.4.0 |
| 719 | 2026-03-04T17:34:56.758Z | Downloaded predicates-tree v1.0.13 |
| 720 | 2026-03-04T17:34:56.761Z | Downloaded precomputed-hash v0.1.1 |
| 721 | 2026-03-04T17:34:56.764Z | Downloaded proc-macro-crate v1.3.1 |
| 722 | 2026-03-04T17:34:56.767Z | Downloaded progenitor-client v0.11.2 |
| 723 | 2026-03-04T17:34:56.767Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 724 | 2026-03-04T17:34:56.770Z | Downloaded arc-swap v1.8.2 |
| 725 | 2026-03-04T17:34:56.774Z | Downloaded progenitor-client v0.10.0 |
| 726 | 2026-03-04T17:34:56.777Z | Downloaded paste v1.0.15 |
| 727 | 2026-03-04T17:34:56.781Z | Downloaded password-hash v0.5.0 |
| 728 | 2026-03-04T17:34:56.785Z | Downloaded peg v0.8.5 |
| 729 | 2026-03-04T17:34:56.790Z | Downloaded progenitor-macro v0.13.0 |
| 730 | 2026-03-04T17:34:56.793Z | Downloaded progenitor-macro v0.10.0 |
| 731 | 2026-03-04T17:34:56.799Z | Downloaded iana-time-zone v0.1.65 |
| 732 | 2026-03-04T17:34:56.802Z | Downloaded derive_more v2.1.1 |
| 733 | 2026-03-04T17:34:56.813Z | Downloaded radium v0.7.0 |
| 734 | 2026-03-04T17:34:56.816Z | Downloaded rand_chacha v0.3.1 |
| 735 | 2026-03-04T17:34:56.819Z | Downloaded ed25519-dalek v2.2.0 |
| 736 | 2026-03-04T17:34:56.823Z | Downloaded poly1305 v0.8.0 |
| 737 | 2026-03-04T17:34:56.827Z | Downloaded headers v0.4.1 |
| 738 | 2026-03-04T17:34:56.834Z | Downloaded pin-project-internal v1.1.11 |
| 739 | 2026-03-04T17:34:56.837Z | Downloaded ppv-lite86 v0.2.21 |
| 740 | 2026-03-04T17:34:56.840Z | Downloaded rand_xorshift v0.4.0 |
| 741 | 2026-03-04T17:34:56.842Z | Downloaded proc-macro-error2 v2.0.1 |
| 742 | 2026-03-04T17:34:56.847Z | Downloaded ref-cast-impl v1.0.25 |
| 743 | 2026-03-04T17:34:56.850Z | Downloaded ref-cast v1.0.25 |
| 744 | 2026-03-04T17:34:56.853Z | Downloaded indicatif v0.18.4 |
| 745 | 2026-03-04T17:34:56.858Z | Downloaded postgres-protocol v0.6.10 |
| 746 | 2026-03-04T17:34:56.861Z | Downloaded progenitor v0.10.0 |
| 747 | 2026-03-04T17:34:56.864Z | Downloaded predicates v3.1.4 |
| 748 | 2026-03-04T17:34:56.868Z | Downloaded rtoolbox v0.0.3 |
| 749 | 2026-03-04T17:34:56.871Z | Downloaded progenitor v0.13.0 |
| 750 | 2026-03-04T17:34:56.874Z | Downloaded hickory-resolver v0.25.2 |
| 751 | 2026-03-04T17:34:56.879Z | Downloaded russh-cryptovec v0.7.3 |
| 752 | 2026-03-04T17:34:56.882Z | Downloaded progenitor-extras v0.1.0 |
| 753 | 2026-03-04T17:34:56.885Z | Downloaded password-hash v0.4.2 |
| 754 | 2026-03-04T17:34:56.887Z | Downloaded rfc6979 v0.4.0 |
| 755 | 2026-03-04T17:34:56.890Z | Downloaded rustc-hash v2.1.1 |
| 756 | 2026-03-04T17:34:56.893Z | Downloaded p256 v0.13.2 |
| 757 | 2026-03-04T17:34:56.896Z | Downloaded rustc_version v0.4.1 |
| 758 | 2026-03-04T17:34:56.899Z | Downloaded rand_chacha v0.9.0 |
| 759 | 2026-03-04T17:34:56.902Z | Downloaded heapless v0.7.17 |
| 760 | 2026-03-04T17:34:56.907Z | Downloaded rustc_version v0.1.7 |
| 761 | 2026-03-04T17:34:56.910Z | Downloaded psm v0.1.30 |
| 762 | 2026-03-04T17:34:56.912Z | Downloaded phf v0.12.1 |
| 763 | 2026-03-04T17:34:56.915Z | Downloaded r2d2 v0.8.10 |
| 764 | 2026-03-04T17:34:56.918Z | Downloaded postcard v1.1.3 |
| 765 | 2026-03-04T17:34:56.920Z | Downloaded miniz_oxide v0.8.9 |
| 766 | 2026-03-04T17:34:56.924Z | Downloaded salsa20 v0.10.2 |
| 767 | 2026-03-04T17:34:56.927Z | Downloaded progenitor-client v0.13.0 |
| 768 | 2026-03-04T17:34:56.930Z | Downloaded pkcs5 v0.7.1 |
| 769 | 2026-03-04T17:34:56.935Z | Downloaded scopeguard v1.2.0 |
| 770 | 2026-03-04T17:34:56.938Z | Downloaded rand_core v0.6.4 |
| 771 | 2026-03-04T17:34:56.941Z | Downloaded rand_seeder v0.4.0 |
| 772 | 2026-03-04T17:34:56.944Z | Downloaded jiff-static v0.2.21 |
| 773 | 2026-03-04T17:34:56.947Z | Downloaded scheduled-thread-pool v0.2.7 |
| 774 | 2026-03-04T17:34:56.950Z | Downloaded rand_core v0.10.0 |
| 775 | 2026-03-04T17:34:56.952Z | Downloaded rand_core v0.9.5 |
| 776 | 2026-03-04T17:34:56.955Z | Downloaded expectorate v1.2.0 |
| 777 | 2026-03-04T17:34:56.958Z | Downloaded postgres-types v0.2.12 |
| 778 | 2026-03-04T17:34:56.961Z | Downloaded secrecy v0.10.3 |
| 779 | 2026-03-04T17:34:56.965Z | Downloaded semver v0.1.20 |
| 780 | 2026-03-04T17:34:56.965Z | Downloaded secrecy v0.8.0 |
| 781 | 2026-03-04T17:34:56.968Z | Downloaded serde_spanned v1.0.4 |
| 782 | 2026-03-04T17:34:56.971Z | Downloaded seq-macro v0.3.6 |
| 783 | 2026-03-04T17:34:56.974Z | Downloaded scrypt v0.11.0 |
| 784 | 2026-03-04T17:34:56.977Z | Downloaded scroll_derive v0.13.1 |
| 785 | 2026-03-04T17:34:56.977Z | Downloaded openssl-sys v0.9.111 |
| 786 | 2026-03-04T17:34:56.982Z | Downloaded serde_bytes v0.11.19 |
| 787 | 2026-03-04T17:34:56.985Z | Downloaded resolv-conf v0.7.6 |
| 788 | 2026-03-04T17:34:56.987Z | Downloaded pin-project v1.1.11 |
| 789 | 2026-03-04T17:34:57.001Z | Downloaded sha1 v0.10.6 |
| 790 | 2026-03-04T17:34:57.004Z | Downloaded serde_repr v0.1.20 |
| 791 | 2026-03-04T17:34:57.007Z | Downloaded sigpipe v0.1.3 |
| 792 | 2026-03-04T17:34:57.007Z | Downloaded serde_plain v1.0.2 |
| 793 | 2026-03-04T17:34:57.010Z | Downloaded rusty-fork v0.3.1 |
| 794 | 2026-03-04T17:34:57.013Z | Downloaded quinn-udp v0.5.14 |
| 795 | 2026-03-04T17:34:57.017Z | Downloaded rustls-pemfile v2.2.0 |
| 796 | 2026-03-04T17:34:57.020Z | Downloaded minimal-lexical v0.2.1 |
| 797 | 2026-03-04T17:34:57.025Z | Downloaded slog-bunyan v2.5.0 |
| 798 | 2026-03-04T17:34:57.028Z | Downloaded signature v2.2.0 |
| 799 | 2026-03-04T17:34:57.028Z | Downloaded signal-hook-tokio v0.3.1 |
| 800 | 2026-03-04T17:34:57.031Z | Downloaded signal-hook-mio v0.2.5 |
| 801 | 2026-03-04T17:34:57.031Z | Downloaded shell-words v1.1.1 |
| 802 | 2026-03-04T17:34:57.034Z | Downloaded rustls-pemfile v1.0.4 |
| 803 | 2026-03-04T17:34:57.037Z | Downloaded prefix-trie v0.7.0 |
| 804 | 2026-03-04T17:34:57.040Z | Downloaded hashbrown v0.13.2 |
| 805 | 2026-03-04T17:34:57.044Z | Downloaded siphasher v1.0.2 |
| 806 | 2026-03-04T17:34:57.047Z | Downloaded hashbrown v0.12.3 |
| 807 | 2026-03-04T17:34:57.051Z | Downloaded scroll v0.13.0 |
| 808 | 2026-03-04T17:34:57.054Z | Downloaded rustversion v1.0.22 |
| 809 | 2026-03-04T17:34:57.059Z | Downloaded papergrid v0.17.0 |
| 810 | 2026-03-04T17:34:57.063Z | Downloaded sapling-renderdag v0.1.0 |
| 811 | 2026-03-04T17:34:57.066Z | Downloaded russh-keys v0.45.0 |
| 812 | 2026-03-04T17:34:57.069Z | Downloaded serde-hex v0.1.0 |
| 813 | 2026-03-04T17:34:57.072Z | Downloaded crossterm v0.28.1 |
| 814 | 2026-03-04T17:34:57.078Z | Downloaded hyper-util v0.1.20 |
| 815 | 2026-03-04T17:34:57.084Z | Downloaded progenitor-impl v0.10.0 |
| 816 | 2026-03-04T17:34:57.087Z | Downloaded serde-big-array v0.5.1 |
| 817 | 2026-03-04T17:34:57.090Z | Downloaded sec1 v0.7.3 |
| 818 | 2026-03-04T17:34:57.093Z | Downloaded same-file v1.0.6 |
| 819 | 2026-03-04T17:34:57.096Z | Downloaded sqlparser_derive v0.5.0 |
| 820 | 2026-03-04T17:34:57.096Z | Downloaded serde_path_to_error v0.1.20 |
| 821 | 2026-03-04T17:34:57.098Z | Downloaded serde_derive_internals v0.29.1 |
| 822 | 2026-03-04T17:34:57.101Z | Downloaded ssh-encoding v0.2.0 |
| 823 | 2026-03-04T17:34:57.104Z | Downloaded subtle v2.6.1 |
| 824 | 2026-03-04T17:34:57.107Z | Downloaded ssh-cipher v0.2.0 |
| 825 | 2026-03-04T17:34:57.107Z | Downloaded simd-adler32 v0.3.8 |
| 826 | 2026-03-04T17:34:57.110Z | Downloaded signal-hook-registry v1.4.8 |
| 827 | 2026-03-04T17:34:57.113Z | Downloaded pretty_assertions v1.4.1 |
| 828 | 2026-03-04T17:34:57.116Z | Downloaded aho-corasick v1.1.4 |
| 829 | 2026-03-04T17:34:57.119Z | Downloaded shlex v1.3.0 |
| 830 | 2026-03-04T17:34:57.123Z | Downloaded rustls-pki-types v1.14.0 |
| 831 | 2026-03-04T17:34:57.125Z | Downloaded structmeta v0.3.0 |
| 832 | 2026-03-04T17:34:57.128Z | Downloaded strip-ansi-escapes v0.2.1 |
| 833 | 2026-03-04T17:34:57.128Z | Downloaded strum v0.26.3 |
| 834 | 2026-03-04T17:34:57.131Z | Downloaded slab v0.4.12 |
| 835 | 2026-03-04T17:34:57.133Z | Downloaded sync_wrapper v1.0.2 |
| 836 | 2026-03-04T17:34:57.136Z | Downloaded itertools v0.10.5 |
| 837 | 2026-03-04T17:34:57.140Z | Downloaded hickory-server v0.25.2 |
| 838 | 2026-03-04T17:34:57.145Z | Downloaded tagptr v0.2.0 |
| 839 | 2026-03-04T17:34:57.147Z | Downloaded tap v1.0.1 |
| 840 | 2026-03-04T17:34:57.150Z | Downloaded take_mut v0.2.2 |
| 841 | 2026-03-04T17:34:57.150Z | Downloaded slog-envlogger v2.2.0 |
| 842 | 2026-03-04T17:34:57.153Z | Downloaded crossterm v0.29.0 |
| 843 | 2026-03-04T17:34:57.159Z | Downloaded testing_table v0.3.0 |
| 844 | 2026-03-04T17:34:57.162Z | Downloaded time-core v0.1.8 |
| 845 | 2026-03-04T17:34:57.166Z | Downloaded snafu-derive v0.8.9 |
| 846 | 2026-03-04T17:34:57.166Z | Downloaded serde_with_macros v3.17.0 |
| 847 | 2026-03-04T17:34:57.168Z | Downloaded prettyplease v0.2.37 |
| 848 | 2026-03-04T17:34:57.172Z | Downloaded smf v0.2.3 |
| 849 | 2026-03-04T17:34:57.175Z | Downloaded smallvec v0.6.14 |
| 850 | 2026-03-04T17:34:57.177Z | Downloaded slog-scope v4.4.1 |
| 851 | 2026-03-04T17:34:57.180Z | Downloaded tabled_derive v0.11.0 |
| 852 | 2026-03-04T17:34:57.180Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 853 | 2026-03-04T17:34:57.183Z | Downloaded termtree v0.5.1 |
| 854 | 2026-03-04T17:34:57.185Z | Downloaded thread-id v5.1.0 |
| 855 | 2026-03-04T17:34:57.185Z | Downloaded structmeta-derive v0.3.0 |
| 856 | 2026-03-04T17:34:57.188Z | Downloaded string_cache v0.8.9 |
| 857 | 2026-03-04T17:34:57.191Z | Downloaded sqlformat v0.3.5 |
| 858 | 2026-03-04T17:34:57.193Z | Downloaded spki v0.7.3 |
| 859 | 2026-03-04T17:34:57.196Z | Downloaded hashbrown v0.15.5 |
| 860 | 2026-03-04T17:34:57.200Z | Downloaded serde_cbor v0.11.2 |
| 861 | 2026-03-04T17:34:57.203Z | Downloaded serde_urlencoded v0.7.1 |
| 862 | 2026-03-04T17:34:57.206Z | Downloaded progenitor-impl v0.11.2 |
| 863 | 2026-03-04T17:34:57.208Z | Downloaded tinyvec_macros v0.1.1 |
| 864 | 2026-03-04T17:34:57.211Z | Downloaded support-bundle-viewer v0.1.2 |
| 865 | 2026-03-04T17:34:57.214Z | Downloaded static_assertions v1.1.0 |
| 866 | 2026-03-04T17:34:57.214Z | Downloaded stacker v0.1.23 |
| 867 | 2026-03-04T17:34:57.217Z | Downloaded slog-dtrace v0.3.0 |
| 868 | 2026-03-04T17:34:57.220Z | Downloaded schemars v0.8.22 |
| 869 | 2026-03-04T17:34:57.231Z | Downloaded strum_macros v0.27.2 |
| 870 | 2026-03-04T17:34:57.234Z | Downloaded strum_macros v0.24.3 |
| 871 | 2026-03-04T17:34:57.237Z | Downloaded http v1.4.0 |
| 872 | 2026-03-04T17:34:57.241Z | Downloaded stringprep v0.1.5 |
| 873 | 2026-03-04T17:34:57.244Z | Downloaded rustls-platform-verifier v0.6.2 |
| 874 | 2026-03-04T17:34:57.247Z | Downloaded ryu v1.0.23 |
| 875 | 2026-03-04T17:34:57.251Z | Downloaded iddqd v0.3.17 |
| 876 | 2026-03-04T17:34:57.259Z | Downloaded rand v0.8.5 |
| 877 | 2026-03-04T17:34:57.263Z | Downloaded slog-term v2.9.2 |
| 878 | 2026-03-04T17:34:57.266Z | Downloaded similar v2.7.0 |
| 879 | 2026-03-04T17:34:57.271Z | Downloaded tower-service v0.3.3 |
| 880 | 2026-03-04T17:34:57.274Z | Downloaded tower-layer v0.3.3 |
| 881 | 2026-03-04T17:34:57.274Z | Downloaded thread_local v1.1.9 |
| 882 | 2026-03-04T17:34:57.277Z | Downloaded thiserror-no-std v2.0.2 |
| 883 | 2026-03-04T17:34:57.280Z | Downloaded termios v0.3.3 |
| 884 | 2026-03-04T17:34:57.283Z | Downloaded mio v1.1.1 |
| 885 | 2026-03-04T17:34:57.288Z | Downloaded topological-sort v0.2.2 |
| 886 | 2026-03-04T17:34:57.291Z | Downloaded tiny-keccak v2.0.2 |
| 887 | 2026-03-04T17:34:57.294Z | Downloaded tls_codec_derive v0.4.2 |
| 888 | 2026-03-04T17:34:57.296Z | Downloaded cc v1.2.56 |
| 889 | 2026-03-04T17:34:57.299Z | Downloaded try-lock v0.2.5 |
| 890 | 2026-03-04T17:34:57.302Z | Downloaded time-macros v0.2.27 |
| 891 | 2026-03-04T17:34:57.305Z | Downloaded trait-variant v0.1.2 |
| 892 | 2026-03-04T17:34:57.305Z | Downloaded tokio-dtrace v0.1.1 |
| 893 | 2026-03-04T17:34:57.308Z | Downloaded tls_codec v0.4.2 |
| 894 | 2026-03-04T17:34:57.308Z | Downloaded spin v0.9.8 |
| 895 | 2026-03-04T17:34:57.311Z | Downloaded sct v0.7.1 |
| 896 | 2026-03-04T17:34:57.314Z | Downloaded signal-hook v0.3.18 |
| 897 | 2026-03-04T17:34:57.317Z | Downloaded unarray v0.1.4 |
| 898 | 2026-03-04T17:34:57.320Z | Downloaded typify-macro v0.4.3 |
| 899 | 2026-03-04T17:34:57.320Z | Downloaded typify-macro v0.6.1 |
| 900 | 2026-03-04T17:34:57.322Z | Downloaded serde_yaml v0.9.34+deprecated |
| 901 | 2026-03-04T17:34:57.325Z | Downloaded strum_macros v0.26.4 |
| 902 | 2026-03-04T17:34:57.328Z | Downloaded quinn v0.11.9 |
| 903 | 2026-03-04T17:34:57.331Z | Downloaded unit-prefix v0.5.2 |
| 904 | 2026-03-04T17:34:57.334Z | Downloaded term v1.2.1 |
| 905 | 2026-03-04T17:34:57.336Z | Downloaded rustls-native-certs v0.8.3 |
| 906 | 2026-03-04T17:34:57.339Z | Downloaded publicsuffix v2.3.0 |
| 907 | 2026-03-04T17:34:57.342Z | Downloaded untrusted v0.7.1 |
| 908 | 2026-03-04T17:34:57.344Z | Downloaded tokio-macros v2.6.0 |
| 909 | 2026-03-04T17:34:57.345Z | Downloaded utf-8 v0.7.6 |
| 910 | 2026-03-04T17:34:57.349Z | Downloaded usdt-macro v0.6.0 |
| 911 | 2026-03-04T17:34:57.349Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 912 | 2026-03-04T17:34:57.349Z | Downloaded tokio-tungstenite v0.23.1 |
| 913 | 2026-03-04T17:34:57.352Z | Downloaded slog v2.8.2 |
| 914 | 2026-03-04T17:34:57.355Z | Downloaded tokio-native-tls v0.3.1 |
| 915 | 2026-03-04T17:34:57.358Z | Downloaded universal-hash v0.5.1 |
| 916 | 2026-03-04T17:34:57.361Z | Downloaded rand v0.9.2 |
| 917 | 2026-03-04T17:34:57.364Z | Downloaded usdt v0.6.0 |
| 918 | 2026-03-04T17:34:57.364Z | Downloaded usdt-attr-macro v0.6.0 |
| 919 | 2026-03-04T17:34:57.367Z | Downloaded num-bigint v0.4.6 |
| 920 | 2026-03-04T17:34:57.370Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 921 | 2026-03-04T17:34:57.373Z | Downloaded libxml v0.3.3 |
| 922 | 2026-03-04T17:34:57.378Z | Downloaded socket2 v0.6.2 |
| 923 | 2026-03-04T17:34:57.380Z | Downloaded h2 v0.4.13 |
| 924 | 2026-03-04T17:34:57.386Z | Downloaded schemars v1.2.1 |
| 925 | 2026-03-04T17:34:57.402Z | Downloaded want v0.3.1 |
| 926 | 2026-03-04T17:34:57.405Z | Downloaded tui-tree-widget v0.23.1 |
| 927 | 2026-03-04T17:34:57.405Z | Downloaded snafu v0.8.9 |
| 928 | 2026-03-04T17:34:57.411Z | Downloaded rsa v0.9.10 |
| 929 | 2026-03-04T17:34:57.415Z | Downloaded waitgroup v0.1.2 |
| 930 | 2026-03-04T17:34:57.418Z | Downloaded void v1.0.2 |
| 931 | 2026-03-04T17:34:57.418Z | Downloaded xshell-macros v0.2.7 |
| 932 | 2026-03-04T17:34:57.421Z | Downloaded xattr v1.6.1 |
| 933 | 2026-03-04T17:34:57.421Z | Downloaded socket2 v0.5.10 |
| 934 | 2026-03-04T17:34:57.423Z | Downloaded iri-string v0.7.10 |
| 935 | 2026-03-04T17:34:57.430Z | Downloaded test-strategy v0.4.5 |
| 936 | 2026-03-04T17:34:57.434Z | Downloaded tokio-stream v0.1.18 |
| 937 | 2026-03-04T17:34:57.440Z | Downloaded zone v0.3.1 |
| 938 | 2026-03-04T17:34:57.443Z | Downloaded untrusted v0.9.0 |
| 939 | 2026-03-04T17:34:57.443Z | Downloaded unicase v2.9.0 |
| 940 | 2026-03-04T17:34:57.445Z | Downloaded subprocess v0.2.15 |
| 941 | 2026-03-04T17:34:57.448Z | Downloaded tokio-rustls v0.26.4 |
| 942 | 2026-03-04T17:34:57.452Z | Downloaded unicode-truncate v1.1.0 |
| 943 | 2026-03-04T17:34:57.452Z | Downloaded zeroize_derive v1.4.3 |
| 944 | 2026-03-04T17:34:57.454Z | Downloaded p521 v0.13.3 |
| 945 | 2026-03-04T17:34:57.457Z | Downloaded vergen-gitcl v1.0.8 |
| 946 | 2026-03-04T17:34:57.460Z | Downloaded rand v0.10.0 |
| 947 | 2026-03-04T17:34:57.463Z | Downloaded zone_cfg_derive v0.3.1 |
| 948 | 2026-03-04T17:34:57.463Z | Downloaded vergen-lib v0.1.6 |
| 949 | 2026-03-04T17:34:57.466Z | Downloaded vergen-git2 v1.0.7 |
| 950 | 2026-03-04T17:34:57.466Z | Downloaded rustls-webpki v0.103.9 |
| 951 | 2026-03-04T17:34:57.470Z | Downloaded walkdir v2.5.0 |
| 952 | 2026-03-04T17:34:57.472Z | Downloaded tokio-rustls v0.25.0 |
| 953 | 2026-03-04T17:34:57.475Z | Downloaded tokio-rustls v0.24.1 |
| 954 | 2026-03-04T17:34:57.477Z | Downloaded samael v0.0.19 |
| 955 | 2026-03-04T17:34:57.482Z | Downloaded futures-util v0.3.32 |
| 956 | 2026-03-04T17:34:57.495Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 957 | 2026-03-04T17:34:57.497Z | Downloaded term v0.7.0 |
| 958 | 2026-03-04T17:34:57.501Z | Downloaded wyz v0.5.1 |
| 959 | 2026-03-04T17:34:57.504Z | Downloaded qorb v0.4.1 |
| 960 | 2026-03-04T17:34:57.507Z | Downloaded xshell v0.2.7 |
| 961 | 2026-03-04T17:34:57.509Z | Downloaded tar v0.4.44 |
| 962 | 2026-03-04T17:34:57.512Z | Downloaded twox-hash v2.1.2 |
| 963 | 2026-03-04T17:34:57.515Z | Downloaded toml v0.7.8 |
| 964 | 2026-03-04T17:34:57.518Z | Downloaded whoami v2.1.0 |
| 965 | 2026-03-04T17:34:57.521Z | Downloaded whoami v1.6.1 |
| 966 | 2026-03-04T17:34:57.525Z | Downloaded wait-timeout v0.2.1 |
| 967 | 2026-03-04T17:34:57.525Z | Downloaded itertools v0.13.0 |
| 968 | 2026-03-04T17:34:57.531Z | Downloaded vergen v9.0.6 |
| 969 | 2026-03-04T17:34:57.533Z | Downloaded vsss-rs v3.3.4 |
| 970 | 2026-03-04T17:34:57.536Z | Downloaded tokio-tungstenite v0.21.0 |
| 971 | 2026-03-04T17:34:57.538Z | Downloaded unicode-properties v0.1.4 |
| 972 | 2026-03-04T17:34:57.541Z | Downloaded rustyline v14.0.0 |
| 973 | 2026-03-04T17:34:57.545Z | Downloaded tracing-attributes v0.1.31 |
| 974 | 2026-03-04T17:34:57.548Z | Downloaded zeroize v1.8.2 |
| 975 | 2026-03-04T17:34:57.552Z | Downloaded typify v0.4.3 |
| 976 | 2026-03-04T17:34:57.555Z | Downloaded blake3 v1.8.3 |
| 977 | 2026-03-04T17:34:57.562Z | Downloaded usdt-impl v0.6.0 |
| 978 | 2026-03-04T17:34:57.564Z | Downloaded zstd-safe v7.2.4 |
| 979 | 2026-03-04T17:34:57.567Z | Downloaded yasna v0.5.2 |
| 980 | 2026-03-04T17:34:57.570Z | Downloaded rpassword v7.4.0 |
| 981 | 2026-03-04T17:34:57.570Z | Downloaded zerocopy v0.6.6 |
| 982 | 2026-03-04T17:34:57.573Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 983 | 2026-03-04T17:34:57.579Z | Downloaded hkdf v0.12.4 |
| 984 | 2026-03-04T17:34:57.583Z | Downloaded libm v0.2.16 |
| 985 | 2026-03-04T17:34:57.588Z | Downloaded zstd v0.13.3 |
| 986 | 2026-03-04T17:34:57.591Z | Downloaded uzers v0.12.2 |
| 987 | 2026-03-04T17:34:57.595Z | Downloaded tungstenite v0.23.0 |
| 988 | 2026-03-04T17:34:57.598Z | Downloaded tungstenite v0.21.0 |
| 989 | 2026-03-04T17:34:57.618Z | Downloaded russh v0.45.0 |
| 990 | 2026-03-04T17:34:57.618Z | Downloaded tracing-core v0.1.36 |
| 991 | 2026-03-04T17:34:57.618Z | Downloaded schemars v0.9.0 |
| 992 | 2026-03-04T17:34:57.621Z | Downloaded steno v0.4.1 |
| 993 | 2026-03-04T17:34:57.624Z | Downloaded xz2 v0.1.7 |
| 994 | 2026-03-04T17:34:57.627Z | Downloaded itertools v0.14.0 |
| 995 | 2026-03-04T17:34:57.633Z | Downloaded tinyvec v1.10.0 |
| 996 | 2026-03-04T17:34:57.636Z | Downloaded num-bigint-dig v0.8.6 |
| 997 | 2026-03-04T17:34:57.640Z | Downloaded hyper v1.8.1 |
| 998 | 2026-03-04T17:34:57.646Z | Downloaded unsafe-libyaml v0.2.11 |
| 999 | 2026-03-04T17:34:57.653Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1000 | 2026-03-04T17:34:57.656Z | Downloaded itertools v0.12.1 |
| 1001 | 2026-03-04T17:34:57.661Z | Downloaded zopfli v0.8.3 |
| 1002 | 2026-03-04T17:34:57.664Z | Downloaded nom v7.1.3 |
| 1003 | 2026-03-04T17:34:57.669Z | Downloaded vte v0.14.1 |
| 1004 | 2026-03-04T17:34:57.672Z | Downloaded typify v0.6.1 |
| 1005 | 2026-03-04T17:34:57.676Z | Downloaded regex v1.12.3 |
| 1006 | 2026-03-04T17:34:57.681Z | Downloaded bitvec v1.0.1 |
| 1007 | 2026-03-04T17:34:57.697Z | Downloaded zip v0.6.6 |
| 1008 | 2026-03-04T17:34:57.701Z | Downloaded unicode-bidi v0.3.18 |
| 1009 | 2026-03-04T17:34:57.704Z | Downloaded rcgen v0.12.1 |
| 1010 | 2026-03-04T17:34:57.706Z | Downloaded uuid v1.21.0 |
| 1011 | 2026-03-04T17:34:57.710Z | Downloaded rayon-core v1.13.0 |
| 1012 | 2026-03-04T17:34:57.713Z | Downloaded ron v0.8.1 |
| 1013 | 2026-03-04T17:34:57.719Z | Downloaded toml_edit v0.19.15 |
| 1014 | 2026-03-04T17:34:57.735Z | Downloaded reedline v0.40.0 |
| 1015 | 2026-03-04T17:34:57.742Z | Downloaded ssh-key v0.6.7 |
| 1016 | 2026-03-04T17:34:57.749Z | Downloaded unicode_categories v0.1.1 |
| 1017 | 2026-03-04T17:34:57.752Z | Downloaded yansi v1.0.1 |
| 1018 | 2026-03-04T17:34:57.756Z | Downloaded curve25519-dalek v4.1.3 |
| 1019 | 2026-03-04T17:34:57.761Z | Downloaded p384 v0.13.1 |
| 1020 | 2026-03-04T17:34:57.766Z | Downloaded tokio-postgres v0.7.16 |
| 1021 | 2026-03-04T17:34:57.771Z | Downloaded salty v0.3.0 |
| 1022 | 2026-03-04T17:34:57.777Z | Downloaded aws-lc-rs v1.16.0 |
| 1023 | 2026-03-04T17:34:57.788Z | Downloaded reqwest v0.12.28 |
| 1024 | 2026-03-04T17:34:57.793Z | Downloaded ron v0.12.0 |
| 1025 | 2026-03-04T17:34:57.801Z | Downloaded bindgen v0.71.1 |
| 1026 | 2026-03-04T17:34:57.808Z | Downloaded git2 v0.20.4 |
| 1027 | 2026-03-04T17:34:57.816Z | Downloaded progenitor-impl v0.13.0 |
| 1028 | 2026-03-04T17:34:57.818Z | Downloaded slog-async v2.8.0 |
| 1029 | 2026-03-04T17:34:57.821Z | Downloaded moka v0.12.13 |
| 1030 | 2026-03-04T17:34:57.827Z | Downloaded portable-atomic v1.13.1 |
| 1031 | 2026-03-04T17:34:57.834Z | Downloaded x509-cert v0.2.5 |
| 1032 | 2026-03-04T17:34:57.840Z | Downloaded typed-path v0.9.3 |
| 1033 | 2026-03-04T17:34:57.846Z | Downloaded unicode-segmentation v1.12.0 |
| 1034 | 2026-03-04T17:34:57.849Z | Downloaded unicode-normalization v0.1.25 |
| 1035 | 2026-03-04T17:34:57.853Z | Downloaded rustls-webpki v0.101.7 |
| 1036 | 2026-03-04T17:34:57.867Z | Downloaded tower v0.5.3 |
| 1037 | 2026-03-04T17:34:57.876Z | Downloaded rayon v1.11.0 |
| 1038 | 2026-03-04T17:34:57.885Z | Downloaded zerocopy-derive v0.8.40 |
| 1039 | 2026-03-04T17:34:57.894Z | Downloaded tough v0.20.0 |
| 1040 | 2026-03-04T17:34:57.903Z | Downloaded zip v4.6.1 |
| 1041 | 2026-03-04T17:34:57.907Z | Downloaded tower-http v0.6.8 |
| 1042 | 2026-03-04T17:34:57.915Z | Downloaded tokio-util v0.7.18 |
| 1043 | 2026-03-04T17:34:57.921Z | Downloaded rustls-webpki v0.102.8 |
| 1044 | 2026-03-04T17:34:57.940Z | Downloaded petname v2.0.2 |
| 1045 | 2026-03-04T17:34:57.945Z | Downloaded serde_with v3.17.0 |
| 1046 | 2026-03-04T17:34:57.958Z | Downloaded proptest v1.10.0 |
| 1047 | 2026-03-04T17:34:57.966Z | Downloaded reqwest v0.13.2 |
| 1048 | 2026-03-04T17:34:57.973Z | Downloaded nix v0.27.1 |
| 1049 | 2026-03-04T17:34:57.982Z | Downloaded winnow v0.6.26 |
| 1050 | 2026-03-04T17:34:57.991Z | Downloaded winnow v0.5.40 |
| 1051 | 2026-03-04T17:34:58.000Z | Downloaded openssl v0.10.75 |
| 1052 | 2026-03-04T17:34:58.008Z | Downloaded radix_trie v0.2.1 |
| 1053 | 2026-03-04T17:34:58.013Z | Downloaded quinn-proto v0.11.13 |
| 1054 | 2026-03-04T17:34:58.020Z | Downloaded object v0.30.4 |
| 1055 | 2026-03-04T17:34:58.028Z | Downloaded nix v0.29.0 |
| 1056 | 2026-03-04T17:34:58.039Z | Downloaded polar-core v0.27.3 |
| 1057 | 2026-03-04T17:34:58.050Z | Downloaded nix v0.28.0 |
| 1058 | 2026-03-04T17:34:58.057Z | Downloaded time v0.3.47 |
| 1059 | 2026-03-04T17:34:58.069Z | Downloaded bstr v1.12.1 |
| 1060 | 2026-03-04T17:34:58.078Z | Downloaded diesel v2.2.12 |
| 1061 | 2026-03-04T17:34:58.096Z | Downloaded goblin v0.10.5 |
| 1062 | 2026-03-04T17:34:58.102Z | Downloaded tabled v0.20.0 |
| 1063 | 2026-03-04T17:34:58.119Z | Downloaded vcpkg v0.2.15 |
| 1064 | 2026-03-04T17:34:58.156Z | Downloaded zlib-rs v0.6.2 |
| 1065 | 2026-03-04T17:34:58.161Z | Downloaded regress v0.10.5 |
| 1066 | 2026-03-04T17:34:58.169Z | Downloaded smoltcp v0.9.1 |
| 1067 | 2026-03-04T17:34:58.178Z | Downloaded hickory-proto v0.24.4 |
| 1068 | 2026-03-04T17:34:58.193Z | Downloaded smoltcp v0.11.0 |
| 1069 | 2026-03-04T17:34:58.203Z | Downloaded nix v0.31.1 |
| 1070 | 2026-03-04T17:34:58.214Z | Downloaded rustix v0.38.44 |
| 1071 | 2026-03-04T17:34:58.236Z | Downloaded webpki-roots v1.0.6 |
| 1072 | 2026-03-04T17:34:58.240Z | Downloaded rustls v0.22.4 |
| 1073 | 2026-03-04T17:34:58.253Z | Downloaded zerocopy v0.8.40 |
| 1074 | 2026-03-04T17:34:58.261Z | Downloaded regex-syntax v0.8.10 |
| 1075 | 2026-03-04T17:34:58.268Z | Downloaded hickory-proto v0.25.2 |
| 1076 | 2026-03-04T17:34:58.283Z | Downloaded rustls v0.23.37 |
| 1077 | 2026-03-04T17:34:58.294Z | Downloaded openapiv3 v2.2.0 |
| 1078 | 2026-03-04T17:34:58.305Z | Downloaded nix v0.30.1 |
| 1079 | 2026-03-04T17:34:58.316Z | Downloaded sled v0.34.7 |
| 1080 | 2026-03-04T17:34:58.325Z | Downloaded dropshot v0.16.7 |
| 1081 | 2026-03-04T17:34:58.346Z | Downloaded rustls v0.21.12 |
| 1082 | 2026-03-04T17:34:58.356Z | Downloaded regex-syntax v0.6.29 |
| 1083 | 2026-03-04T17:34:58.362Z | Downloaded object v0.37.3 |
| 1084 | 2026-03-04T17:34:58.372Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1085 | 2026-03-04T17:34:58.384Z | Downloaded sqlparser v0.61.0 |
| 1086 | 2026-03-04T17:34:58.393Z | Downloaded quick-xml v0.37.5 |
| 1087 | 2026-03-04T17:34:58.398Z | Downloaded lalrpop v0.19.12 |
| 1088 | 2026-03-04T17:34:58.408Z | Downloaded chrono v0.4.44 |
| 1089 | 2026-03-04T17:34:58.415Z | Downloaded tabwriter v1.4.1 |
| 1090 | 2026-03-04T17:34:58.417Z | Downloaded chrono-tz v0.10.4 |
| 1091 | 2026-03-04T17:34:58.432Z | Downloaded slog-stdlog v4.1.1 |
| 1092 | 2026-03-04T17:34:58.435Z | Downloaded jiff v0.2.21 |
| 1093 | 2026-03-04T17:34:58.450Z | Downloaded slog-json v2.6.1 |
| 1094 | 2026-03-04T17:34:58.453Z | Downloaded sync-ptr v0.1.4 |
| 1095 | 2026-03-04T17:34:58.453Z | Downloaded typify-impl v0.6.1 |
| 1096 | 2026-03-04T17:34:58.465Z | Downloaded tracing v0.1.44 |
| 1097 | 2026-03-04T17:34:58.485Z | Downloaded ratatui v0.29.0 |
| 1098 | 2026-03-04T17:34:58.503Z | Downloaded petgraph v0.8.3 |
| 1099 | 2026-03-04T17:34:58.522Z | Downloaded typify-impl v0.4.3 |
| 1100 | 2026-03-04T17:34:58.536Z | Downloaded supports-color v3.0.2 |
| 1101 | 2026-03-04T17:34:58.539Z | Downloaded regex-automata v0.4.14 |
| 1102 | 2026-03-04T17:34:58.549Z | Downloaded strum v0.27.2 |
| 1103 | 2026-03-04T17:34:58.552Z | Downloaded schemars_derive v0.8.22 |
| 1104 | 2026-03-04T17:34:58.553Z | Downloaded recursive v0.1.1 |
| 1105 | 2026-03-04T17:34:58.556Z | Downloaded aes v0.8.4 |
| 1106 | 2026-03-04T17:34:58.556Z | Downloaded pkcs1 v0.7.5 |
| 1107 | 2026-03-04T17:34:58.559Z | Downloaded oso v0.27.3 |
| 1108 | 2026-03-04T17:34:58.562Z | Downloaded parking_lot_core v0.9.12 |
| 1109 | 2026-03-04T17:34:58.565Z | Downloaded parking_lot v0.11.2 |
| 1110 | 2026-03-04T17:34:58.565Z | Downloaded base64 v0.22.1 |
| 1111 | 2026-03-04T17:34:58.568Z | Downloaded zerocopy-derive v0.6.6 |
| 1112 | 2026-03-04T17:34:58.578Z | Downloaded progenitor v0.11.2 |
| 1113 | 2026-03-04T17:34:58.581Z | Downloaded hickory-resolver v0.24.4 |
| 1114 | 2026-03-04T17:34:58.584Z | Downloaded dropshot-api-manager v0.5.2 |
| 1115 | 2026-03-04T17:34:58.587Z | Downloaded der v0.7.10 |
| 1116 | 2026-03-04T17:34:58.593Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1117 | 2026-03-04T17:34:58.596Z | Downloaded primeorder v0.13.6 |
| 1118 | 2026-03-04T17:34:58.596Z | Downloaded petgraph v0.6.5 |
| 1119 | 2026-03-04T17:34:58.611Z | Downloaded polyval v0.6.2 |
| 1120 | 2026-03-04T17:34:58.614Z | Downloaded pkg-config v0.3.32 |
| 1121 | 2026-03-04T17:34:58.617Z | Downloaded lzma-sys v0.1.20 |
| 1122 | 2026-03-04T17:34:58.641Z | Downloaded pkcs8 v0.10.2 |
| 1123 | 2026-03-04T17:34:58.644Z | Downloaded parking_lot v0.12.5 |
| 1124 | 2026-03-04T17:34:58.648Z | Downloaded csv v1.4.0 |
| 1125 | 2026-03-04T17:34:58.664Z | Downloaded omicron-zone-package v0.12.2 |
| 1126 | 2026-03-04T17:34:58.668Z | Downloaded half v2.7.1 |
| 1127 | 2026-03-04T17:34:58.671Z | Downloaded libz-sys v1.1.24 |
| 1128 | 2026-03-04T17:34:58.690Z | Downloaded quick-error v1.2.3 |
| 1129 | 2026-03-04T17:34:58.693Z | Downloaded psl-types v2.0.11 |
| 1130 | 2026-03-04T17:34:58.693Z | Downloaded progenitor-macro v0.11.2 |
| 1131 | 2026-03-04T17:34:58.695Z | Downloaded sha3 v0.10.8 |
| 1132 | 2026-03-04T17:34:58.698Z | Downloaded pin-project-lite v0.2.17 |
| 1133 | 2026-03-04T17:34:58.703Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1134 | 2026-03-04T17:34:58.720Z | Downloaded tokio v1.49.0 |
| 1135 | 2026-03-04T17:34:58.756Z | Downloaded phf v0.13.1 |
| 1136 | 2026-03-04T17:34:58.759Z | Downloaded pem-rfc7468 v0.7.0 |
| 1137 | 2026-03-04T17:34:58.760Z | Downloaded pem v3.0.6 |
| 1138 | 2026-03-04T17:34:58.763Z | Downloaded peg-macros v0.8.5 |
| 1139 | 2026-03-04T17:34:58.763Z | Downloaded heapless v0.8.0 |
| 1140 | 2026-03-04T17:34:58.767Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1141 | 2026-03-04T17:34:58.770Z | Downloaded flate2 v1.1.9 |
| 1142 | 2026-03-04T17:34:58.773Z | Downloaded parse-display-derive v0.10.0 |
| 1143 | 2026-03-04T17:34:58.773Z | Downloaded indexmap v1.9.3 |
| 1144 | 2026-03-04T17:34:58.775Z | Downloaded crossbeam-channel v0.5.15 |
| 1145 | 2026-03-04T17:34:58.778Z | Downloaded ar_archive_writer v0.5.1 |
| 1146 | 2026-03-04T17:34:58.781Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1147 | 2026-03-04T17:34:58.784Z | Downloaded owo-colors v4.3.0 |
| 1148 | 2026-03-04T17:34:58.784Z | Downloaded memmap2 v0.9.10 |
| 1149 | 2026-03-04T17:34:58.787Z | Downloaded parking_lot_core v0.8.6 |
| 1150 | 2026-03-04T17:34:58.789Z | Downloaded packed_struct v0.10.1 |
| 1151 | 2026-03-04T17:34:58.789Z | Downloaded bytes v1.11.1 |
| 1152 | 2026-03-04T17:34:58.793Z | Downloaded base64 v0.21.7 |
| 1153 | 2026-03-04T17:34:58.797Z | Downloaded elliptic-curve v0.13.8 |
| 1154 | 2026-03-04T17:34:58.800Z | Downloaded ring v0.17.14 |
| 1155 | 2026-03-04T17:34:58.838Z | Downloaded derive_more-impl v2.1.1 |
| 1156 | 2026-03-04T17:34:58.842Z | Downloaded darling_core v0.21.3 |
| 1157 | 2026-03-04T17:34:58.846Z | Downloaded bumpalo v3.20.2 |
| 1158 | 2026-03-04T17:34:58.849Z | Downloaded multer v3.1.0 |
| 1159 | 2026-03-04T17:34:58.852Z | Downloaded flume v0.11.1 |
| 1160 | 2026-03-04T17:34:58.854Z | Downloaded encoding_rs v0.8.35 |
| 1161 | 2026-03-04T17:34:58.873Z | Downloaded darling_core v0.23.0 |
| 1162 | 2026-03-04T17:34:58.877Z | Downloaded compact_str v0.8.1 |
| 1163 | 2026-03-04T17:34:58.879Z | Downloaded chacha20poly1305 v0.10.1 |
| 1164 | 2026-03-04T17:34:58.882Z | Downloaded path-slash v0.1.5 |
| 1165 | 2026-03-04T17:34:58.882Z | Downloaded nu-ansi-term v0.50.3 |
| 1166 | 2026-03-04T17:34:58.885Z | Downloaded libsw-core v0.3.2 |
| 1167 | 2026-03-04T17:34:58.885Z | Downloaded ingot-macros v0.1.1 |
| 1168 | 2026-03-04T17:34:58.888Z | Downloaded lock_api v0.4.14 |
| 1169 | 2026-03-04T17:34:58.890Z | Downloaded libloading v0.8.9 |
| 1170 | 2026-03-04T17:34:58.890Z | Downloaded hickory-client v0.25.2 |
| 1171 | 2026-03-04T17:34:58.893Z | Downloaded getrandom v0.2.17 |
| 1172 | 2026-03-04T17:34:58.896Z | Downloaded futures v0.3.32 |
| 1173 | 2026-03-04T17:34:58.899Z | Downloaded half v1.8.3 |
| 1174 | 2026-03-04T17:34:58.901Z | Downloaded opaque-debug v0.3.1 |
| 1175 | 2026-03-04T17:34:58.901Z | Downloaded num_threads v0.1.7 |
| 1176 | 2026-03-04T17:34:58.904Z | Downloaded httparse v1.10.1 |
| 1177 | 2026-03-04T17:34:58.907Z | Downloaded hmac v0.12.1 |
| 1178 | 2026-03-04T17:34:58.907Z | Downloaded darling v0.20.11 |
| 1179 | 2026-03-04T17:34:58.913Z | Downloaded console v0.15.11 |
| 1180 | 2026-03-04T17:34:58.916Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1181 | 2026-03-04T17:34:58.964Z | Downloaded jobserver v0.1.34 |
| 1182 | 2026-03-04T17:34:58.967Z | Downloaded num-derive v0.3.3 |
| 1183 | 2026-03-04T17:34:58.967Z | Downloaded normalize-line-endings v0.3.0 |
| 1184 | 2026-03-04T17:34:58.973Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1185 | 2026-03-04T17:34:58.973Z | Downloaded multimap v0.10.1 |
| 1186 | 2026-03-04T17:34:58.973Z | Downloaded newtype_derive v0.1.6 |
| 1187 | 2026-03-04T17:34:58.976Z | Downloaded ciborium v0.2.2 |
| 1188 | 2026-03-04T17:34:58.976Z | Downloaded indoc v2.0.7 |
| 1189 | 2026-03-04T17:34:58.976Z | Downloaded allocator-api2 v0.2.21 |
| 1190 | 2026-03-04T17:34:58.980Z | Downloaded new_debug_unreachable v1.0.6 |
| 1191 | 2026-03-04T17:34:58.980Z | Downloaded md-5 v0.10.6 |
| 1192 | 2026-03-04T17:34:58.980Z | Downloaded memoffset v0.9.1 |
| 1193 | 2026-03-04T17:34:58.983Z | Downloaded lru-cache v0.1.2 |
| 1194 | 2026-03-04T17:34:58.983Z | Downloaded linked-hash-map v0.5.6 |
| 1195 | 2026-03-04T17:34:58.983Z | Downloaded futures-channel v0.3.32 |
| 1196 | 2026-03-04T17:34:58.987Z | Downloaded hyper-staticfile v0.10.1 |
| 1197 | 2026-03-04T17:34:58.987Z | Downloaded derive-where v1.6.0 |
| 1198 | 2026-03-04T17:34:58.992Z | Downloaded kstat-rs v0.2.4 |
| 1199 | 2026-03-04T17:34:58.992Z | Downloaded cargo_metadata v0.19.2 |
| 1200 | 2026-03-04T17:34:58.992Z | Downloaded humantime v2.3.0 |
| 1201 | 2026-03-04T17:34:58.992Z | Downloaded instability v0.3.11 |
| 1202 | 2026-03-04T17:34:58.995Z | Downloaded inout v0.1.4 |
| 1203 | 2026-03-04T17:34:58.995Z | Downloaded cancel-safe-futures v0.1.5 |
| 1204 | 2026-03-04T17:34:58.998Z | Downloaded bzip2 v0.6.1 |
| 1205 | 2026-03-04T17:34:59.001Z | Downloaded colored v3.1.1 |
| 1206 | 2026-03-04T17:34:59.001Z | Downloaded colored v2.2.0 |
| 1207 | 2026-03-04T17:34:59.004Z | Downloaded chacha20 v0.9.1 |
| 1208 | 2026-03-04T17:34:59.004Z | Downloaded cookie_store v0.22.1 |
| 1209 | 2026-03-04T17:34:59.008Z | Downloaded const-oid v0.9.6 |
| 1210 | 2026-03-04T17:34:59.011Z | Downloaded blake2 v0.10.6 |
| 1211 | 2026-03-04T17:34:59.011Z | Downloaded cbc v0.1.2 |
| 1212 | 2026-03-04T17:34:59.014Z | Downloaded cargo_toml v0.22.3 |
| 1213 | 2026-03-04T17:34:59.014Z | Downloaded globset v0.4.18 |
| 1214 | 2026-03-04T17:34:59.017Z | Downloaded glob v0.3.3 |
| 1215 | 2026-03-04T17:34:59.017Z | Downloaded cookie v0.18.1 |
| 1216 | 2026-03-04T17:34:59.020Z | Downloaded git-stub-vcs v0.1.0 |
| 1217 | 2026-03-04T17:34:59.020Z | Downloaded hyper-tls v0.6.0 |
| 1218 | 2026-03-04T17:34:59.023Z | Downloaded ghash v0.5.1 |
| 1219 | 2026-03-04T17:34:59.023Z | Downloaded futures-executor v0.3.32 |
| 1220 | 2026-03-04T17:34:59.024Z | Downloaded dropshot_endpoint v0.16.7 |
| 1221 | 2026-03-04T17:34:59.028Z | Downloaded derive_more v0.99.20 |
| 1222 | 2026-03-04T17:34:59.032Z | Downloaded darling v0.23.0 |
| 1223 | 2026-03-04T17:34:59.035Z | Downloaded http-range v0.1.5 |
| 1224 | 2026-03-04T17:34:59.040Z | Downloaded bzip2 v0.4.4 |
| 1225 | 2026-03-04T17:34:59.040Z | Downloaded backon v1.6.0 |
| 1226 | 2026-03-04T17:34:59.044Z | Downloaded deranged v0.5.8 |
| 1227 | 2026-03-04T17:34:59.044Z | Downloaded bitfield v0.19.4 |
| 1228 | 2026-03-04T17:34:59.044Z | Downloaded ff v0.13.1 |
| 1229 | 2026-03-04T17:34:59.047Z | Downloaded fallible-iterator v0.2.0 |
| 1230 | 2026-03-04T17:34:59.047Z | Downloaded env_logger v0.11.9 |
| 1231 | 2026-03-04T17:34:59.047Z | Downloaded derive_builder_core v0.20.2 |
| 1232 | 2026-03-04T17:34:59.050Z | Downloaded chacha20 v0.10.0 |
| 1233 | 2026-03-04T17:34:59.054Z | Downloaded async-bb8-diesel v0.2.1 |
| 1234 | 2026-03-04T17:34:59.054Z | Downloaded fs-err v2.11.0 |
| 1235 | 2026-03-04T17:34:59.057Z | Downloaded fd-lock v4.0.4 |
| 1236 | 2026-03-04T17:34:59.057Z | Downloaded diesel-dtrace v0.4.2 |
| 1237 | 2026-03-04T17:34:59.057Z | Downloaded derive_builder v0.20.2 |
| 1238 | 2026-03-04T17:34:59.061Z | Downloaded crossbeam-deque v0.8.6 |
| 1239 | 2026-03-04T17:34:59.064Z | Downloaded const_format_proc_macros v0.2.34 |
| 1240 | 2026-03-04T17:34:59.064Z | Downloaded cmake v0.1.57 |
| 1241 | 2026-03-04T17:34:59.067Z | Downloaded cipher v0.4.4 |
| 1242 | 2026-03-04T17:34:59.067Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1243 | 2026-03-04T17:34:59.070Z | Downloaded bit-vec v0.8.0 |
| 1244 | 2026-03-04T17:34:59.070Z | Downloaded foldhash v0.1.5 |
| 1245 | 2026-03-04T17:34:59.073Z | Downloaded either v1.15.0 |
| 1246 | 2026-03-04T17:34:59.073Z | Downloaded dunce v1.0.5 |
| 1247 | 2026-03-04T17:34:59.073Z | Downloaded der_derive v0.7.3 |
| 1248 | 2026-03-04T17:34:59.076Z | Downloaded daft-derive v0.1.5 |
| 1249 | 2026-03-04T17:34:59.079Z | Downloaded bitflags v1.3.2 |
| 1250 | 2026-03-04T17:34:59.082Z | Downloaded bitfield-macros v0.19.4 |
| 1251 | 2026-03-04T17:34:59.082Z | Downloaded hex v0.4.3 |
| 1252 | 2026-03-04T17:34:59.086Z | Downloaded convert_case v0.10.0 |
| 1253 | 2026-03-04T17:34:59.086Z | Downloaded cassowary v0.3.0 |
| 1254 | 2026-03-04T17:34:59.088Z | Downloaded arrayvec v0.7.6 |
| 1255 | 2026-03-04T17:34:59.088Z | Downloaded bcs v0.1.6 |
| 1256 | 2026-03-04T17:34:59.094Z | Downloaded base64ct v1.8.3 |
| 1257 | 2026-03-04T17:34:59.097Z | Downloaded argon2 v0.5.3 |
| 1258 | 2026-03-04T17:34:59.097Z | Downloaded des v0.8.1 |
| 1259 | 2026-03-04T17:34:59.097Z | Downloaded derive-ex v0.1.8 |
| 1260 | 2026-03-04T17:34:59.097Z | Downloaded futures-macro v0.3.32 |
| 1261 | 2026-03-04T17:34:59.097Z | Downloaded foreign-types-shared v0.3.1 |
| 1262 | 2026-03-04T17:34:59.100Z | Downloaded dirs-next v2.0.0 |
| 1263 | 2026-03-04T17:34:59.100Z | Downloaded fxhash v0.2.1 |
| 1264 | 2026-03-04T17:34:59.100Z | Downloaded futures-core v0.3.32 |
| 1265 | 2026-03-04T17:34:59.103Z | Downloaded funty v2.0.0 |
| 1266 | 2026-03-04T17:34:59.103Z | Downloaded foreign-types v0.5.0 |
| 1267 | 2026-03-04T17:34:59.103Z | Downloaded env_filter v1.0.0 |
| 1268 | 2026-03-04T17:34:59.103Z | Downloaded cstr-argument v0.1.2 |
| 1269 | 2026-03-04T17:34:59.106Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1270 | 2026-03-04T17:34:59.106Z | Downloaded cexpr v0.6.0 |
| 1271 | 2026-03-04T17:34:59.109Z | Downloaded async-trait v0.1.89 |
| 1272 | 2026-03-04T17:34:59.112Z | Downloaded derive_builder_macro v0.20.2 |
| 1273 | 2026-03-04T17:34:59.112Z | Downloaded defmt v1.0.1 |
| 1274 | 2026-03-04T17:34:59.115Z | Downloaded buf-list v1.1.2 |
| 1275 | 2026-03-04T17:34:59.119Z | Downloaded backoff v0.4.0 |
| 1276 | 2026-03-04T17:34:59.119Z | Downloaded atomic-waker v1.1.2 |
| 1277 | 2026-03-04T17:34:59.122Z | Downloaded endian-type v0.1.2 |
| 1278 | 2026-03-04T17:34:59.122Z | Downloaded embedded-io v0.6.1 |
| 1279 | 2026-03-04T17:34:59.122Z | Downloaded dof v0.4.0 |
| 1280 | 2026-03-04T17:34:59.122Z | Downloaded cobs v0.3.0 |
| 1281 | 2026-03-04T17:34:59.122Z | Downloaded fixedbitset v0.4.2 |
| 1282 | 2026-03-04T17:34:59.126Z | Downloaded document-features v0.2.12 |
| 1283 | 2026-03-04T17:34:59.126Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1284 | 2026-03-04T17:34:59.126Z | Downloaded dyn-clone v1.0.20 |
| 1285 | 2026-03-04T17:34:59.129Z | Downloaded display-error-chain v0.2.2 |
| 1286 | 2026-03-04T17:34:59.129Z | Downloaded crunchy v0.2.4 |
| 1287 | 2026-03-04T17:34:59.129Z | Downloaded crc8 v0.1.1 |
| 1288 | 2026-03-04T17:34:59.129Z | Downloaded crc-catalog v2.4.0 |
| 1289 | 2026-03-04T17:34:59.132Z | Downloaded atty v0.2.14 |
| 1290 | 2026-03-04T17:34:59.132Z | Downloaded convert_case v0.4.0 |
| 1291 | 2026-03-04T17:34:59.132Z | Downloaded defmt-macros v1.0.1 |
| 1292 | 2026-03-04T17:34:59.135Z | Downloaded data-encoding v2.10.0 |
| 1293 | 2026-03-04T17:34:59.135Z | Downloaded ciborium-ll v0.2.2 |
| 1294 | 2026-03-04T17:34:59.139Z | Downloaded ena v0.14.4 |
| 1295 | 2026-03-04T17:34:59.139Z | Downloaded darling_macro v0.21.3 |
| 1296 | 2026-03-04T17:34:59.139Z | Downloaded ciborium-io v0.2.2 |
| 1297 | 2026-03-04T17:34:59.139Z | Downloaded cfg_aliases v0.2.1 |
| 1298 | 2026-03-04T17:34:59.139Z | Downloaded assert_matches v1.5.0 |
| 1299 | 2026-03-04T17:34:59.142Z | Downloaded critical-section v1.2.0 |
| 1300 | 2026-03-04T17:34:59.142Z | Downloaded defmt v0.3.100 |
| 1301 | 2026-03-04T17:34:59.142Z | Downloaded darling_macro v0.20.11 |
| 1302 | 2026-03-04T17:34:59.145Z | Downloaded daft v0.1.5 |
| 1303 | 2026-03-04T17:34:59.145Z | Downloaded ctr v0.9.2 |
| 1304 | 2026-03-04T17:34:59.148Z | Downloaded csv-core v0.1.13 |
| 1305 | 2026-03-04T17:34:59.148Z | Downloaded castaway v0.2.4 |
| 1306 | 2026-03-04T17:34:59.148Z | Downloaded ascii-canvas v3.0.0 |
| 1307 | 2026-03-04T17:34:59.178Z | Downloaded arrayref v0.3.9 |
| 1308 | 2026-03-04T17:34:59.178Z | Downloaded crossbeam-epoch v0.9.18 |
| 1309 | 2026-03-04T17:34:59.178Z | Downloaded bitfield-struct v0.6.2 |
| 1310 | 2026-03-04T17:34:59.178Z | Downloaded bit-set v0.5.3 |
| 1311 | 2026-03-04T17:34:59.178Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1312 | 2026-03-04T17:34:59.178Z | Downloaded bb8 v0.8.6 |
| 1313 | 2026-03-04T17:34:59.178Z | Downloaded base16ct v1.0.0 |
| 1314 | 2026-03-04T17:34:59.178Z | Downloaded block-padding v0.3.3 |
| 1315 | 2026-03-04T17:34:59.178Z | Downloaded base16ct v0.2.0 |
| 1316 | 2026-03-04T17:34:59.178Z | Downloaded bit-set v0.8.0 |
| 1317 | 2026-03-04T17:34:59.178Z | Downloaded atomicwrites v0.4.4 |
| 1318 | 2026-03-04T17:34:59.178Z | Downloaded aead v0.5.2 |
| 1319 | 2026-03-04T17:34:59.632Z | Downloaded aws-lc-sys v0.37.1 |
| 1320 | 2026-03-04T17:34:59.985Z | Compiling libc v0.2.180 |
| 1321 | 2026-03-04T17:34:59.985Z | Compiling serde v1.0.228 |
| 1322 | 2026-03-04T17:34:59.988Z | Compiling log v0.4.29 |
| 1323 | 2026-03-04T17:34:59.988Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-04T17:34:59.988Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-04T17:34:59.988Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-03-04T17:35:00.181Z | Compiling syn v2.0.117 |
| 1327 | 2026-03-04T17:35:00.197Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-04T17:35:00.523Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-03-04T17:35:00.544Z | Compiling subtle v2.6.1 |
| 1330 | 2026-03-04T17:35:00.564Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-04T17:35:00.739Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-03-04T17:35:00.742Z | Compiling portable-atomic v1.13.1 |
| 1333 | 2026-03-04T17:35:00.788Z | Compiling const-oid v0.9.6 |
| 1334 | 2026-03-04T17:35:00.879Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-03-04T17:35:00.945Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-04T17:35:01.031Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-03-04T17:35:01.188Z | Compiling serde_json v1.0.149 |
| 1338 | 2026-03-04T17:35:01.636Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-03-04T17:35:01.797Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-03-04T17:35:02.003Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-04T17:35:02.245Z | Compiling getrandom v0.2.17 |
| 1342 | 2026-03-04T17:35:02.441Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-03-04T17:35:02.663Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-03-04T17:35:02.704Z | Compiling errno v0.3.14 |
| 1345 | 2026-03-04T17:35:02.967Z | Compiling cc v1.2.56 |
| 1346 | 2026-03-04T17:35:03.028Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-03-04T17:35:03.156Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-03-04T17:35:03.282Z | Compiling mio v1.1.1 |
| 1349 | 2026-03-04T17:35:03.335Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-03-04T17:35:03.544Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-03-04T17:35:03.574Z | Compiling futures-core v0.3.32 |
| 1352 | 2026-03-04T17:35:03.689Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-03-04T17:35:04.017Z | Compiling socket2 v0.6.2 |
| 1354 | 2026-03-04T17:35:04.080Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-03-04T17:35:04.386Z | Compiling allocator-api2 v0.2.21 |
| 1356 | 2026-03-04T17:35:04.447Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-03-04T17:35:04.554Z | Compiling cpufeatures v0.2.17 |
| 1358 | 2026-03-04T17:35:04.631Z | Compiling foldhash v0.2.0 |
| 1359 | 2026-03-04T17:35:04.678Z | Compiling futures-channel v0.3.32 |
| 1360 | 2026-03-04T17:35:04.700Z | Compiling futures-io v0.3.32 |
| 1361 | 2026-03-04T17:35:04.939Z | Compiling slab v0.4.12 |
| 1362 | 2026-03-04T17:35:04.996Z | Compiling futures-task v0.3.32 |
| 1363 | 2026-03-04T17:35:05.043Z | Compiling hashbrown v0.16.1 |
| 1364 | 2026-03-04T17:35:05.103Z | Compiling getrandom v0.4.1 |
| 1365 | 2026-03-04T17:35:05.146Z | Compiling rand_core v0.10.0 |
| 1366 | 2026-03-04T17:35:05.261Z | Compiling rustversion v1.0.22 |
| 1367 | 2026-03-04T17:35:05.323Z | Compiling getrandom v0.3.4 |
| 1368 | 2026-03-04T17:35:05.462Z | Compiling cmake v0.1.57 |
| 1369 | 2026-03-04T17:35:06.307Z | Compiling indexmap v2.13.0 |
| 1370 | 2026-03-04T17:35:06.384Z | Compiling form_urlencoded v1.2.2 |
| 1371 | 2026-03-04T17:35:06.716Z | Compiling ident_case v1.0.1 |
| 1372 | 2026-03-04T17:35:06.811Z | Compiling fs_extra v1.3.0 |
| 1373 | 2026-03-04T17:35:06.814Z | Compiling base64ct v1.8.3 |
| 1374 | 2026-03-04T17:35:06.903Z | Compiling dunce v1.0.5 |
| 1375 | 2026-03-04T17:35:07.052Z | Compiling flagset v0.4.7 |
| 1376 | 2026-03-04T17:35:07.191Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-03-04T17:35:07.270Z | Compiling rustix v1.1.3 |
| 1378 | 2026-03-04T17:35:07.354Z | Compiling aws-lc-sys v0.37.1 |
| 1379 | 2026-03-04T17:35:07.414Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-03-04T17:35:07.651Z | Compiling iana-time-zone v0.1.65 |
| 1381 | 2026-03-04T17:35:07.748Z | Compiling synstructure v0.13.2 |
| 1382 | 2026-03-04T17:35:07.771Z | Compiling ring v0.17.14 |
| 1383 | 2026-03-04T17:35:07.772Z | Compiling uuid v1.21.0 |
| 1384 | 2026-03-04T17:35:07.997Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-03-04T17:35:08.050Z | Compiling aws-lc-rs v1.16.0 |
| 1386 | 2026-03-04T17:35:08.308Z | Compiling regex-syntax v0.8.10 |
| 1387 | 2026-03-04T17:35:08.622Z | Compiling vcpkg v0.2.15 |
| 1388 | 2026-03-04T17:35:09.096Z | Compiling tracing-core v0.1.36 |
| 1389 | 2026-03-04T17:35:09.223Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-03-04T17:35:09.794Z | Compiling pest_generator v2.8.6 |
| 1391 | 2026-03-04T17:35:10.223Z | Compiling openssl-sys v0.9.111 |
| 1392 | 2026-03-04T17:35:10.293Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-03-04T17:35:11.388Z | Compiling schemars v0.8.22 |
| 1394 | 2026-03-04T17:35:11.507Z | Compiling openssl-probe v0.2.1 |
| 1395 | 2026-03-04T17:35:11.568Z | Compiling untrusted v0.7.1 |
| 1396 | 2026-03-04T17:35:11.766Z | Compiling httparse v1.10.1 |
| 1397 | 2026-03-04T17:35:11.793Z | Compiling untrusted v0.9.0 |
| 1398 | 2026-03-04T17:35:11.814Z | Compiling syn v1.0.109 |
| 1399 | 2026-03-04T17:35:11.988Z | Compiling base64 v0.22.1 |
| 1400 | 2026-03-04T17:35:54.248Z | Compiling serde_derive v1.0.228 |
| 1401 | 2026-03-04T17:35:54.312Z | Compiling zeroize_derive v1.4.3 |
| 1402 | 2026-03-04T17:35:54.313Z | Compiling zerofrom-derive v0.1.6 |
| 1403 | 2026-03-04T17:35:54.313Z | Compiling yoke-derive v0.8.1 |
| 1404 | 2026-03-04T17:35:54.313Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-03-04T17:35:54.313Z | Compiling zeroize v1.8.2 |
| 1406 | 2026-03-04T17:35:54.313Z | Compiling zerovec-derive v0.11.2 |
| 1407 | 2026-03-04T17:35:54.478Z | Compiling displaydoc v0.2.5 |
| 1408 | 2026-03-04T17:35:54.479Z | Compiling tokio-macros v2.6.0 |
| 1409 | 2026-03-04T17:35:54.479Z | Compiling crypto-common v0.1.7 |
| 1410 | 2026-03-04T17:35:54.479Z | Compiling zerofrom v0.1.6 |
| 1411 | 2026-03-04T17:35:54.479Z | Compiling block-buffer v0.10.4 |
| 1412 | 2026-03-04T17:35:54.479Z | Compiling yoke v0.8.1 |
| 1413 | 2026-03-04T17:35:54.479Z | Compiling digest v0.10.7 |
| 1414 | 2026-03-04T17:35:54.479Z | Compiling futures-macro v0.3.32 |
| 1415 | 2026-03-04T17:35:54.479Z | Compiling zerotrie v0.2.3 |
| 1416 | 2026-03-04T17:35:54.479Z | Compiling hmac v0.12.1 |
| 1417 | 2026-03-04T17:35:54.479Z | Compiling zerovec v0.11.5 |
| 1418 | 2026-03-04T17:35:54.479Z | Compiling block-padding v0.3.3 |
| 1419 | 2026-03-04T17:35:54.479Z | Compiling sha2 v0.10.9 |
| 1420 | 2026-03-04T17:35:54.479Z | Compiling inout v0.1.4 |
| 1421 | 2026-03-04T17:35:54.479Z | Compiling der_derive v0.7.3 |
| 1422 | 2026-03-04T17:35:54.479Z | Compiling cipher v0.4.4 |
| 1423 | 2026-03-04T17:35:54.479Z | Compiling tinystr v0.8.2 |
| 1424 | 2026-03-04T17:35:54.480Z | Compiling potential_utf v0.1.4 |
| 1425 | 2026-03-04T17:35:54.482Z | Compiling futures-util v0.3.32 |
| 1426 | 2026-03-04T17:35:54.482Z | Compiling icu_locale_core v2.1.1 |
| 1427 | 2026-03-04T17:35:54.482Z | Compiling icu_collections v2.1.1 |
| 1428 | 2026-03-04T17:35:54.482Z | Compiling salsa20 v0.10.2 |
| 1429 | 2026-03-04T17:35:54.482Z | Compiling der v0.7.10 |
| 1430 | 2026-03-04T17:35:54.482Z | Compiling pbkdf2 v0.12.2 |
| 1431 | 2026-03-04T17:35:54.482Z | Compiling icu_provider v2.1.1 |
| 1432 | 2026-03-04T17:35:54.482Z | Compiling icu_properties v2.1.2 |
| 1433 | 2026-03-04T17:35:54.482Z | Compiling icu_normalizer v2.1.1 |
| 1434 | 2026-03-04T17:35:54.482Z | Compiling thiserror-impl v2.0.18 |
| 1435 | 2026-03-04T17:35:54.482Z | Compiling bytes v1.11.1 |
| 1436 | 2026-03-04T17:35:54.482Z | Compiling spki v0.7.3 |
| 1437 | 2026-03-04T17:35:54.482Z | Compiling chrono v0.4.44 |
| 1438 | 2026-03-04T17:35:54.482Z | Compiling tokio v1.49.0 |
| 1439 | 2026-03-04T17:35:54.483Z | Compiling http v1.4.0 |
| 1440 | 2026-03-04T17:35:54.483Z | Compiling idna_adapter v1.2.1 |
| 1441 | 2026-03-04T17:35:54.483Z | Compiling idna v1.1.0 |
| 1442 | 2026-03-04T17:35:54.483Z | Compiling scrypt v0.11.0 |
| 1443 | 2026-03-04T17:35:54.483Z | Compiling thiserror v2.0.18 |
| 1444 | 2026-03-04T17:35:54.483Z | Compiling cbc v0.1.2 |
| 1445 | 2026-03-04T17:35:54.483Z | Compiling ppv-lite86 v0.2.21 |
| 1446 | 2026-03-04T17:35:54.483Z | Compiling url v2.5.8 |
| 1447 | 2026-03-04T17:35:54.483Z | Compiling aes v0.8.4 |
| 1448 | 2026-03-04T17:35:54.483Z | Compiling rustls-pki-types v1.14.0 |
| 1449 | 2026-03-04T17:35:54.483Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2026-03-04T17:35:54.483Z | Compiling tracing-attributes v0.1.31 |
| 1451 | 2026-03-04T17:35:54.483Z | Compiling rand v0.9.2 |
| 1452 | 2026-03-04T17:35:54.483Z | Compiling pkcs5 v0.7.1 |
| 1453 | 2026-03-04T17:35:54.483Z | Compiling http-body v1.0.1 |
| 1454 | 2026-03-04T17:35:54.483Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-03-04T17:35:54.483Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-03-04T17:35:54.483Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-03-04T17:35:54.483Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-03-04T17:35:54.483Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-03-04T17:35:54.483Z | Compiling tracing v0.1.44 |
| 1460 | 2026-03-04T17:35:54.483Z | Compiling tinyvec_macros v0.1.1 |
| 1461 | 2026-03-04T17:35:54.483Z | Compiling tower-layer v0.3.3 |
| 1462 | 2026-03-04T17:35:54.483Z | Compiling dyn-clone v1.0.20 |
| 1463 | 2026-03-04T17:35:54.483Z | Compiling try-lock v0.2.5 |
| 1464 | 2026-03-04T17:35:54.483Z | Compiling rustls v0.23.37 |
| 1465 | 2026-03-04T17:35:54.484Z | Compiling atomic-waker v1.1.2 |
| 1466 | 2026-03-04T17:35:54.484Z | Compiling tower-service v0.3.3 |
| 1467 | 2026-03-04T17:35:54.484Z | Compiling want v0.3.1 |
| 1468 | 2026-03-04T17:35:54.484Z | Compiling scroll v0.13.0 |
| 1469 | 2026-03-04T17:35:54.484Z | Compiling tinyvec v1.10.0 |
| 1470 | 2026-03-04T17:35:54.484Z | Compiling ipnet v2.11.0 |
| 1471 | 2026-03-04T17:35:54.484Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-03-04T17:35:54.484Z | Compiling spin v0.9.8 |
| 1473 | 2026-03-04T17:35:54.484Z | Compiling aho-corasick v1.1.4 |
| 1474 | 2026-03-04T17:35:54.484Z | Compiling time-core v0.1.8 |
| 1475 | 2026-03-04T17:35:54.484Z | Compiling httpdate v1.0.3 |
| 1476 | 2026-03-04T17:35:54.485Z | Compiling tokio-util v0.7.18 |
| 1477 | 2026-03-04T17:35:54.485Z | Compiling num-conv v0.2.0 |
| 1478 | 2026-03-04T17:35:54.485Z | Compiling pin-utils v0.1.0 |
| 1479 | 2026-03-04T17:35:54.485Z | Compiling foreign-types-shared v0.1.1 |
| 1480 | 2026-03-04T17:35:54.485Z | Compiling powerfmt v0.2.0 |
| 1481 | 2026-03-04T17:35:54.485Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-03-04T17:35:54.485Z | Compiling h2 v0.4.13 |
| 1483 | 2026-03-04T17:35:54.485Z | Compiling openssl v0.10.75 |
| 1484 | 2026-03-04T17:35:54.485Z | Compiling regex-automata v0.4.14 |
| 1485 | 2026-03-04T17:35:54.485Z | Compiling tempfile v3.25.0 |
| 1486 | 2026-03-04T17:35:54.485Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-03-04T17:35:54.485Z | Compiling deranged v0.5.8 |
| 1488 | 2026-03-04T17:35:54.485Z | Compiling darling v0.20.11 |
| 1489 | 2026-03-04T17:35:54.485Z | Compiling foreign-types v0.3.2 |
| 1490 | 2026-03-04T17:35:54.485Z | Compiling time-macros v0.2.27 |
| 1491 | 2026-03-04T17:35:54.485Z | Compiling goblin v0.10.5 |
| 1492 | 2026-03-04T17:35:54.485Z | Compiling openssl-macros v0.1.1 |
| 1493 | 2026-03-04T17:35:54.485Z | Compiling thiserror-impl v1.0.69 |
| 1494 | 2026-03-04T17:35:54.485Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-03-04T17:35:54.485Z | Compiling hyper v1.8.1 |
| 1496 | 2026-03-04T17:35:54.485Z | Compiling native-tls v0.2.18 |
| 1497 | 2026-03-04T17:35:54.486Z | Compiling quick-error v1.2.3 |
| 1498 | 2026-03-04T17:35:54.486Z | Compiling either v1.15.0 |
| 1499 | 2026-03-04T17:35:54.486Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-03-04T17:35:54.486Z | Compiling num_threads v0.1.7 |
| 1501 | 2026-03-04T17:35:54.486Z | Compiling siphasher v1.0.2 |
| 1502 | 2026-03-04T17:35:54.486Z | Compiling simd-adler32 v0.3.8 |
| 1503 | 2026-03-04T17:35:54.486Z | Compiling bit-vec v0.8.0 |
| 1504 | 2026-03-04T17:35:54.486Z | Compiling time v0.3.47 |
| 1505 | 2026-03-04T17:35:54.486Z | Compiling hyper-util v0.1.20 |
| 1506 | 2026-03-04T17:35:54.486Z | Compiling bit-set v0.8.0 |
| 1507 | 2026-03-04T17:35:54.604Z | Compiling rusty-fork v0.3.1 |
| 1508 | 2026-03-04T17:35:54.604Z | Compiling thiserror v1.0.69 |
| 1509 | 2026-03-04T17:35:54.605Z | Compiling dof v0.4.0 |
| 1510 | 2026-03-04T17:35:54.608Z | Compiling derive_builder_core v0.20.2 |
| 1511 | 2026-03-04T17:35:54.609Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-03-04T17:35:54.609Z | Compiling crossbeam-epoch v0.9.18 |
| 1513 | 2026-03-04T17:35:54.609Z | Compiling dtrace-parser v0.3.0 |
| 1514 | 2026-03-04T17:35:54.609Z | Compiling rustls-native-certs v0.8.3 |
| 1515 | 2026-03-04T17:35:54.609Z | Compiling signature v2.2.0 |
| 1516 | 2026-03-04T17:35:54.609Z | Compiling scroll_derive v0.12.1 |
| 1517 | 2026-03-04T17:35:54.609Z | Compiling heapless v0.7.17 |
| 1518 | 2026-03-04T17:35:54.609Z | Compiling darling_core v0.21.3 |
| 1519 | 2026-03-04T17:35:54.610Z | Compiling slog v2.8.2 |
| 1520 | 2026-03-04T17:35:54.610Z | Compiling rand_xorshift v0.4.0 |
| 1521 | 2026-03-04T17:35:54.610Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-03-04T17:35:54.610Z | Compiling sync_wrapper v1.0.2 |
| 1523 | 2026-03-04T17:35:54.610Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-03-04T17:35:54.610Z | Compiling cookie v0.18.1 |
| 1525 | 2026-03-04T17:35:54.610Z | Compiling rayon-core v1.13.0 |
| 1526 | 2026-03-04T17:35:54.610Z | Compiling unicode-segmentation v1.12.0 |
| 1527 | 2026-03-04T17:35:54.610Z | Compiling zstd-safe v7.2.4 |
| 1528 | 2026-03-04T17:35:54.610Z | Compiling unicode-bidi v0.3.18 |
| 1529 | 2026-03-04T17:35:54.611Z | Compiling paste v1.0.15 |
| 1530 | 2026-03-04T17:35:54.611Z | Compiling unicode-properties v0.1.4 |
| 1531 | 2026-03-04T17:35:54.611Z | Compiling unarray v0.1.4 |
| 1532 | 2026-03-04T17:35:54.611Z | Compiling signal-hook v0.3.18 |
| 1533 | 2026-03-04T17:35:54.611Z | Compiling anyhow v1.0.102 |
| 1534 | 2026-03-04T17:35:54.611Z | Compiling adler2 v2.0.1 |
| 1535 | 2026-03-04T17:35:54.611Z | Compiling miniz_oxide v0.8.9 |
| 1536 | 2026-03-04T17:35:54.611Z | Compiling proptest v1.10.0 |
| 1537 | 2026-03-04T17:35:54.611Z | Compiling stringprep v0.1.5 |
| 1538 | 2026-03-04T17:35:54.611Z | Compiling scroll v0.12.0 |
| 1539 | 2026-03-04T17:35:54.611Z | Compiling tower v0.5.3 |
| 1540 | 2026-03-04T17:35:54.612Z | Compiling crossbeam-deque v0.8.6 |
| 1541 | 2026-03-04T17:35:54.612Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-03-04T17:35:54.612Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-03-04T17:35:54.612Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-03-04T17:35:54.612Z | Compiling webpki-roots v1.0.6 |
| 1545 | 2026-03-04T17:35:54.612Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-03-04T17:35:54.612Z | Compiling erased-serde v0.3.31 |
| 1547 | 2026-03-04T17:35:54.612Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-03-04T17:35:54.612Z | Compiling serde_tokenstream v0.2.3 |
| 1549 | 2026-03-04T17:35:54.612Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-03-04T17:35:54.612Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-03-04T17:35:54.612Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-03-04T17:35:54.613Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-03-04T17:35:54.613Z | Compiling vergen-lib v0.1.6 |
| 1554 | 2026-03-04T17:35:54.613Z | Compiling num-integer v0.1.46 |
| 1555 | 2026-03-04T17:35:54.613Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-03-04T17:35:54.613Z | Compiling ff v0.13.1 |
| 1557 | 2026-03-04T17:35:54.613Z | Compiling darling_macro v0.21.3 |
| 1558 | 2026-03-04T17:35:54.613Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-03-04T17:35:54.613Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-03-04T17:35:54.613Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-03-04T17:35:54.613Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-03-04T17:35:54.614Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-03-04T17:35:54.614Z | Compiling ryu v1.0.23 |
| 1564 | 2026-03-04T17:35:54.614Z | Compiling litrs v1.0.0 |
| 1565 | 2026-03-04T17:35:54.614Z | Compiling base16ct v0.2.0 |
| 1566 | 2026-03-04T17:35:54.614Z | Compiling iri-string v0.7.10 |
| 1567 | 2026-03-04T17:35:54.614Z | Compiling smoltcp v0.9.1 |
| 1568 | 2026-03-04T17:35:54.614Z | Compiling rustix v0.38.44 |
| 1569 | 2026-03-04T17:35:54.614Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-03-04T17:35:54.614Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-03-04T17:35:54.614Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-03-04T17:35:54.615Z | Compiling serde_urlencoded v0.7.1 |
| 1573 | 2026-03-04T17:35:54.615Z | Compiling document-features v0.2.12 |
| 1574 | 2026-03-04T17:35:54.746Z | Compiling darling v0.21.3 |
| 1575 | 2026-03-04T17:35:54.825Z | Compiling postgres-protocol v0.6.10 |
| 1576 | 2026-03-04T17:35:54.825Z | Compiling publicsuffix v2.3.0 |
| 1577 | 2026-03-04T17:35:55.166Z | Compiling group v0.13.0 |
| 1578 | 2026-03-04T17:35:55.387Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-03-04T17:35:55.634Z | Compiling rand v0.8.5 |
| 1580 | 2026-03-04T17:35:55.850Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-03-04T17:35:56.115Z | Compiling tower-http v0.6.8 |
| 1582 | 2026-03-04T17:35:56.470Z | Compiling oxnet v0.1.4 |
| 1583 | 2026-03-04T17:35:56.657Z | Compiling proc-macro-error v1.0.4 |
| 1584 | 2026-03-04T17:35:56.871Z | Compiling goblin v0.8.2 |
| 1585 | 2026-03-04T17:35:58.252Z | Compiling tokio-native-tls v0.3.1 |
| 1586 | 2026-03-04T17:35:58.358Z | Compiling heck v0.4.1 |
| 1587 | 2026-03-04T17:35:58.534Z | Compiling phf_shared v0.13.1 |
| 1588 | 2026-03-04T17:35:58.560Z | Compiling hubpack_derive v0.1.1 |
| 1589 | 2026-03-04T17:35:58.720Z | Compiling regex v1.12.3 |
| 1590 | 2026-03-04T17:35:58.926Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-03-04T17:35:59.092Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-03-04T17:35:59.113Z | Compiling cargo-platform v0.1.9 |
| 1593 | 2026-03-04T17:35:59.435Z | Compiling hkdf v0.12.4 |
| 1594 | 2026-03-04T17:35:59.545Z | Compiling crypto-bigint v0.5.5 |
| 1595 | 2026-03-04T17:35:59.626Z | Compiling async-trait v0.1.89 |
| 1596 | 2026-03-04T17:35:59.717Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-03-04T17:35:59.859Z | Compiling ref-cast-impl v1.0.25 |
| 1598 | 2026-03-04T17:35:59.955Z | Compiling strum_macros v0.27.2 |
| 1599 | 2026-03-04T17:36:00.976Z | Compiling daft-derive v0.1.5 |
| 1600 | 2026-03-04T17:36:01.145Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-03-04T17:36:01.388Z | Compiling vergen v9.0.6 |
| 1602 | 2026-03-04T17:36:01.719Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-03-04T17:36:02.029Z | Compiling ahash v0.8.12 |
| 1604 | 2026-03-04T17:36:02.073Z | Compiling winnow v0.5.40 |
| 1605 | 2026-03-04T17:36:02.417Z | Compiling object v0.37.3 |
| 1606 | 2026-03-04T17:36:02.559Z | Compiling managed v0.8.0 |
| 1607 | 2026-03-04T17:36:02.957Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-03-04T17:36:02.976Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-03-04T17:36:03.076Z | Compiling libbz2-rs-sys v0.2.2 |
| 1610 | 2026-03-04T17:36:03.294Z | Compiling bumpalo v3.20.2 |
| 1611 | 2026-03-04T17:36:03.809Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-03-04T17:36:04.642Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-03-04T17:36:04.762Z | Compiling strum v0.27.2 |
| 1614 | 2026-03-04T17:36:04.976Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-03-04T17:36:05.330Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-03-04T17:36:05.354Z | Compiling console v0.16.2 |
| 1617 | 2026-03-04T17:36:05.636Z | Compiling daft v0.1.5 |
| 1618 | 2026-03-04T17:36:05.946Z | Compiling dof v0.3.0 |
| 1619 | 2026-03-04T17:36:06.249Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-03-04T17:36:06.271Z | Compiling clap_builder v4.5.60 |
| 1621 | 2026-03-04T17:36:07.129Z | Compiling hubpack v0.1.2 |
| 1622 | 2026-03-04T17:36:07.172Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-03-04T17:36:07.710Z | Compiling phf v0.13.1 |
| 1624 | 2026-03-04T17:36:08.016Z | Compiling zone_cfg_derive v0.3.1 |
| 1625 | 2026-03-04T17:36:09.427Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-03-04T17:36:09.625Z | Compiling hyper-tls v0.6.0 |
| 1627 | 2026-03-04T17:36:10.057Z | Compiling zstd v0.13.3 |
| 1628 | 2026-03-04T17:36:10.601Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-03-04T17:36:11.422Z | Compiling rayon v1.11.0 |
| 1630 | 2026-03-04T17:36:12.098Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-04T17:36:12.264Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-03-04T17:36:12.498Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-03-04T17:36:13.874Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-03-04T17:36:14.052Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-03-04T17:36:14.953Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-03-04T17:36:15.072Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-03-04T17:36:15.357Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-03-04T17:36:15.628Z | Compiling itertools v0.12.1 |
| 1639 | 2026-03-04T17:36:15.725Z | Compiling bstr v1.12.1 |
| 1640 | 2026-03-04T17:36:15.767Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-03-04T17:36:16.462Z | Compiling hex v0.4.3 |
| 1642 | 2026-03-04T17:36:16.704Z | Compiling serde-big-array v0.5.1 |
| 1643 | 2026-03-04T17:36:16.976Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-03-04T17:36:16.997Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-03-04T17:36:17.062Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-03-04T17:36:17.085Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-03-04T17:36:17.167Z | Compiling clap_derive v4.5.55 |
| 1648 | 2026-03-04T17:36:17.307Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-03-04T17:36:17.573Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-03-04T17:36:17.701Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-03-04T17:36:18.071Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-03-04T17:36:18.093Z | Compiling encoding_rs v0.8.35 |
| 1653 | 2026-03-04T17:36:18.112Z | Compiling rustc-hash v2.1.1 |
| 1654 | 2026-03-04T17:36:18.323Z | Compiling static_assertions v1.1.0 |
| 1655 | 2026-03-04T17:36:18.447Z | Compiling keccak v0.1.6 |
| 1656 | 2026-03-04T17:36:18.537Z | Compiling difflib v0.4.0 |
| 1657 | 2026-03-04T17:36:18.663Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-03-04T17:36:18.778Z | Compiling mime v0.3.17 |
| 1659 | 2026-03-04T17:36:19.316Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2026-03-04T17:36:19.759Z | Compiling whoami v2.1.0 |
| 1661 | 2026-03-04T17:36:19.840Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-03-04T17:36:20.569Z | Compiling fixedbitset v0.5.7 |
| 1663 | 2026-03-04T17:36:20.714Z | Compiling precomputed-hash v0.1.1 |
| 1664 | 2026-03-04T17:36:20.895Z | Compiling unit-prefix v0.5.2 |
| 1665 | 2026-03-04T17:36:21.102Z | Compiling jiff v0.2.21 |
| 1666 | 2026-03-04T17:36:21.158Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-03-04T17:36:21.231Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-03-04T17:36:21.364Z | Compiling strum v0.26.3 |
| 1669 | 2026-03-04T17:36:21.394Z | Compiling predicates v3.1.4 |
| 1670 | 2026-03-04T17:36:21.498Z | Compiling indicatif v0.18.4 |
| 1671 | 2026-03-04T17:36:21.572Z | Compiling clap v4.5.60 |
| 1672 | 2026-03-04T17:36:21.595Z | Compiling petgraph v0.8.3 |
| 1673 | 2026-03-04T17:36:21.598Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-03-04T17:36:21.704Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-03-04T17:36:21.774Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-03-04T17:36:22.036Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-03-04T17:36:22.872Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-03-04T17:36:23.455Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-03-04T17:36:23.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1680 | 2026-03-04T17:36:25.656Z | Compiling zone v0.3.1 |
| 1681 | 2026-03-04T17:36:26.406Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-03-04T17:36:27.171Z | Compiling iddqd v0.3.17 |
| 1683 | 2026-03-04T17:36:27.200Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-04T17:36:27.250Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-03-04T17:36:27.684Z | Compiling zip v4.6.1 |
| 1686 | 2026-03-04T17:36:28.591Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-03-04T17:36:29.452Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-03-04T17:36:29.822Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-04T17:36:29.911Z | Compiling rsa v0.9.10 |
| 1690 | 2026-03-04T17:36:30.556Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-03-04T17:36:30.656Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-03-04T17:36:31.683Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-04T17:36:32.267Z | Compiling toml v0.7.8 |
| 1694 | 2026-03-04T17:36:33.426Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-03-04T17:36:33.652Z | Compiling itertools v0.13.0 |
| 1696 | 2026-03-04T17:36:33.682Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-03-04T17:36:33.736Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-04T17:36:33.911Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-04T17:36:34.258Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-03-04T17:36:34.608Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-04T17:36:34.631Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-04T17:36:34.915Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-03-04T17:36:35.055Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-03-04T17:36:35.528Z | Compiling lalrpop-util v0.19.12 |
| 1705 | 2026-03-04T17:36:35.655Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-03-04T17:36:35.955Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-03-04T17:36:36.201Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-03-04T17:36:36.553Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-04T17:36:36.576Z | Compiling is-terminal v0.4.17 |
| 1710 | 2026-03-04T17:36:36.728Z | Compiling filetime v0.2.27 |
| 1711 | 2026-03-04T17:36:37.018Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-03-04T17:36:37.053Z | Compiling term v1.2.1 |
| 1713 | 2026-03-04T17:36:37.206Z | Compiling xattr v1.6.1 |
| 1714 | 2026-03-04T17:36:37.506Z | Compiling tar v0.4.44 |
| 1715 | 2026-03-04T17:36:37.796Z | Compiling slog-term v2.9.2 |
| 1716 | 2026-03-04T17:36:38.275Z | Compiling futures v0.3.32 |
| 1717 | 2026-03-04T17:36:47.435Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-03-04T17:36:52.490Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-03-04T17:36:52.490Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-03-04T17:36:52.834Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-03-04T17:36:53.162Z | Compiling reqwest v0.12.28 |
| 1722 | 2026-03-04T17:36:53.162Z | Compiling reqwest v0.13.2 |
| 1723 | 2026-03-04T17:36:57.540Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-03-04T17:36:57.847Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-03-04T17:37:02.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1726 | 2026-03-04T17:37:02.557Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-03-04T17:37:02.613Z | Mar 04 17:37:02.601 INFO Starting download, target: Clickhouse |
| 1728 | 2026-03-04T17:37:02.613Z | Mar 04 17:37:02.602 INFO Starting download, target: Console |
| 1729 | 2026-03-04T17:37:02.617Z | Mar 04 17:37:02.602 INFO Starting download, target: Cockroach |
| 1730 | 2026-03-04T17:37:02.617Z | Mar 04 17:37:02.602 INFO Starting download, target: DendriteStub |
| 1731 | 2026-03-04T17:37:02.617Z | Mar 04 17:37:02.602 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-04T17:37:02.618Z | Mar 04 17:37:02.602 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-03-04T17:37:02.618Z | Mar 04 17:37:02.602 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-03-04T17:37:02.618Z | Mar 04 17:37:02.602 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1735 | 2026-03-04T17:37:02.618Z | Mar 04 17:37:02.602 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1736 | 2026-03-04T17:37:02.618Z | Mar 04 17:37:02.602 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-03-04T17:37:02.618Z | Mar 04 17:37:02.602 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-03-04T17:37:02.619Z | Mar 04 17:37:02.602 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-03-04T17:37:03.295Z | Mar 04 17:37:03.261 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-03-04T17:37:03.627Z | Mar 04 17:37:03.616 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1741 | 2026-03-04T17:37:03.873Z | Mar 04 17:37:03.821 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-03-04T17:37:04.236Z | Mar 04 17:37:04.232 INFO Download complete, target: Console |
| 1743 | 2026-03-04T17:37:04.725Z | Mar 04 17:37:04.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-03-04T17:37:04.896Z | Mar 04 17:37:04.896 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1745 | 2026-03-04T17:37:05.304Z | Mar 04 17:37:05.308 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-03-04T17:37:05.360Z | Mar 04 17:37:05.363 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-03-04T17:37:05.360Z | Mar 04 17:37:05.363 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-03-04T17:37:09.895Z | Mar 04 17:37:09.925 INFO Download complete, target: DendriteStub |
| 1749 | 2026-03-04T17:37:09.899Z | Mar 04 17:37:09.930 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-04T17:37:15.442Z | Mar 04 17:37:15.503 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-03-04T17:37:15.671Z | Mar 04 17:37:15.734 INFO Download complete, target: Cockroach |
| 1752 | 2026-03-04T17:37:19.821Z | Mar 04 17:37:19.908 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-03-04T17:37:19.983Z | Mar 04 17:37:20.070 INFO Download complete, target: Clickhouse |
| 1754 | 2026-03-04T17:37:19.988Z | All prerequisites installed successfully |
| 1755 | 2026-03-04T17:37:19.992Z | |
| 1756 | 2026-03-04T17:37:19.992Z | real 6:19.432368355 |
| 1757 | 2026-03-04T17:37:19.992Z | user 17:15.970804252 |
| 1758 | 2026-03-04T17:37:19.992Z | sys 2:27.179059891 |
| 1759 | 2026-03-04T17:37:19.992Z | trap 0.644110469 |
| 1760 | 2026-03-04T17:37:19.992Z | tflt 0.654704815 |
| 1761 | 2026-03-04T17:37:19.992Z | dflt 0.671458383 |
| 1762 | 2026-03-04T17:37:19.992Z | kflt 0.021511855 |
| 1763 | 2026-03-04T17:37:19.992Z | lock 39:39.882286391 |
| 1764 | 2026-03-04T17:37:19.992Z | slp 1:05:31.272455584 |
| 1765 | 2026-03-04T17:37:19.992Z | lat 1:09.812781521 |
| 1766 | 2026-03-04T17:37:19.992Z | stop 3:07.436019589 |
| 1767 | 2026-03-04T17:37:19.992Z | + ptime -m cargo xtask download softnpu |
| 1768 | 2026-03-04T17:37:20.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1769 | 2026-03-04T17:37:20.866Z | Running `target/debug/xtask download softnpu` |
| 1770 | 2026-03-04T17:37:21.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 1771 | 2026-03-04T17:37:21.997Z | Running `target/debug/xtask-downloader softnpu` |
| 1772 | 2026-03-04T17:37:22.037Z | Mar 04 17:37:22.136 INFO Starting download, target: Softnpu |
| 1773 | 2026-03-04T17:37:22.041Z | Mar 04 17:37:22.137 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1774 | 2026-03-04T17:37:22.748Z | Mar 04 17:37:22.851 INFO Download complete, target: Softnpu |
| 1775 | 2026-03-04T17:37:22.752Z | |
| 1776 | 2026-03-04T17:37:22.755Z | real 2.772455958 |
| 1777 | 2026-03-04T17:37:22.755Z | user 1.984306954 |
| 1778 | 2026-03-04T17:37:22.755Z | sys 0.837761505 |
| 1779 | 2026-03-04T17:37:22.755Z | trap 0.000942715 |
| 1780 | 2026-03-04T17:37:22.755Z | tflt 0.000158293 |
| 1781 | 2026-03-04T17:37:22.755Z | dflt 0.000213041 |
| 1782 | 2026-03-04T17:37:22.755Z | kflt 0.000000000 |
| 1783 | 2026-03-04T17:37:22.755Z | lock 7.351865638 |
| 1784 | 2026-03-04T17:37:22.755Z | slp 0.493514569 |
| 1785 | 2026-03-04T17:37:22.755Z | lat 0.172342650 |
| 1786 | 2026-03-04T17:37:22.755Z | stop 0.000172004 |
| 1787 | 2026-03-04T17:37:22.755Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-04T17:37:22.755Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-04T17:37:22.755Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1790 | 2026-03-04T17:37:24.063Z | Compiling proc-macro2 v1.0.106 |
| 1791 | 2026-03-04T17:37:24.063Z | Compiling quote v1.0.44 |
| 1792 | 2026-03-04T17:37:24.064Z | Compiling unicode-ident v1.0.24 |
| 1793 | 2026-03-04T17:37:24.067Z | Compiling libc v0.2.180 |
| 1794 | 2026-03-04T17:37:24.067Z | Compiling serde_core v1.0.228 |
| 1795 | 2026-03-04T17:37:24.067Z | Compiling serde v1.0.228 |
| 1796 | 2026-03-04T17:37:24.067Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-03-04T17:37:24.067Z | Compiling version_check v0.9.5 |
| 1798 | 2026-03-04T17:37:24.440Z | Compiling shlex v1.3.0 |
| 1799 | 2026-03-04T17:37:24.514Z | Compiling find-msvc-tools v0.1.9 |
| 1800 | 2026-03-04T17:37:24.691Z | Compiling typenum v1.19.0 |
| 1801 | 2026-03-04T17:37:24.879Z | Compiling generic-array v0.14.7 |
| 1802 | 2026-03-04T17:37:24.959Z | Compiling portable-atomic v1.13.1 |
| 1803 | 2026-03-04T17:37:25.212Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-04T17:37:25.303Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-04T17:37:25.805Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-04T17:37:25.828Z | Compiling serde_json v1.0.149 |
| 1807 | 2026-03-04T17:37:26.301Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-03-04T17:37:26.506Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-04T17:37:26.572Z | Compiling syn v2.0.117 |
| 1810 | 2026-03-04T17:37:26.595Z | Compiling parking_lot_core v0.9.12 |
| 1811 | 2026-03-04T17:37:26.724Z | Compiling cc v1.2.56 |
| 1812 | 2026-03-04T17:37:26.985Z | Compiling libm v0.2.16 |
| 1813 | 2026-03-04T17:37:27.008Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-04T17:37:27.188Z | Compiling smallvec v1.15.1 |
| 1815 | 2026-03-04T17:37:27.340Z | Compiling icu_normalizer_data v2.1.1 |
| 1816 | 2026-03-04T17:37:27.526Z | Compiling icu_properties_data v2.1.2 |
| 1817 | 2026-03-04T17:37:27.666Z | Compiling getrandom v0.2.17 |
| 1818 | 2026-03-04T17:37:27.688Z | Compiling itoa v1.0.17 |
| 1819 | 2026-03-04T17:37:27.868Z | Compiling log v0.4.29 |
| 1820 | 2026-03-04T17:37:28.137Z | Compiling getrandom v0.4.1 |
| 1821 | 2026-03-04T17:37:28.512Z | Compiling pkg-config v0.3.32 |
| 1822 | 2026-03-04T17:37:28.585Z | Compiling errno v0.3.14 |
| 1823 | 2026-03-04T17:37:28.887Z | Compiling stable_deref_trait v1.2.1 |
| 1824 | 2026-03-04T17:37:29.015Z | Compiling rand_core v0.6.4 |
| 1825 | 2026-03-04T17:37:29.492Z | Compiling subtle v2.6.1 |
| 1826 | 2026-03-04T17:37:29.497Z | Compiling scopeguard v1.2.0 |
| 1827 | 2026-03-04T17:37:29.658Z | Compiling fnv v1.0.7 |
| 1828 | 2026-03-04T17:37:29.702Z | Compiling lock_api v0.4.14 |
| 1829 | 2026-03-04T17:37:29.816Z | Compiling thiserror v2.0.18 |
| 1830 | 2026-03-04T17:37:30.031Z | Compiling getrandom v0.3.4 |
| 1831 | 2026-03-04T17:37:30.509Z | Compiling pin-project-lite v0.2.17 |
| 1832 | 2026-03-04T17:37:30.541Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-03-04T17:37:30.912Z | Compiling allocator-api2 v0.2.21 |
| 1834 | 2026-03-04T17:37:30.951Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-03-04T17:37:31.117Z | Compiling once_cell v1.21.3 |
| 1836 | 2026-03-04T17:37:31.230Z | Compiling equivalent v1.0.2 |
| 1837 | 2026-03-04T17:37:31.563Z | Compiling bitflags v2.11.0 |
| 1838 | 2026-03-04T17:37:31.927Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-03-04T17:37:32.311Z | Compiling hashbrown v0.16.1 |
| 1840 | 2026-03-04T17:37:32.358Z | Compiling ring v0.17.14 |
| 1841 | 2026-03-04T17:37:32.397Z | Compiling semver v1.0.27 |
| 1842 | 2026-03-04T17:37:33.040Z | Compiling cmake v0.1.57 |
| 1843 | 2026-03-04T17:37:33.373Z | Compiling writeable v0.6.2 |
| 1844 | 2026-03-04T17:37:33.395Z | Compiling fs_extra v1.3.0 |
| 1845 | 2026-03-04T17:37:33.647Z | Compiling synstructure v0.13.2 |
| 1846 | 2026-03-04T17:37:33.848Z | Compiling dunce v1.0.5 |
| 1847 | 2026-03-04T17:37:33.876Z | Compiling litemap v0.8.1 |
| 1848 | 2026-03-04T17:37:33.909Z | Compiling percent-encoding v2.3.2 |
| 1849 | 2026-03-04T17:37:34.131Z | Compiling aws-lc-sys v0.37.1 |
| 1850 | 2026-03-04T17:37:34.414Z | Compiling const-oid v0.9.6 |
| 1851 | 2026-03-04T17:37:34.439Z | Compiling indexmap v2.13.0 |
| 1852 | 2026-03-04T17:37:35.020Z | Compiling rustix v1.1.3 |
| 1853 | 2026-03-04T17:37:35.878Z | Compiling signal-hook-registry v1.4.8 |
| 1854 | 2026-03-04T17:37:35.987Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-04T17:37:36.010Z | Compiling serde_derive_internals v0.29.1 |
| 1856 | 2026-03-04T17:37:36.094Z | Compiling parking_lot v0.12.5 |
| 1857 | 2026-03-04T17:37:36.363Z | Compiling mio v1.1.1 |
| 1858 | 2026-03-04T17:37:36.381Z | Compiling socket2 v0.6.2 |
| 1859 | 2026-03-04T17:37:36.649Z | Compiling rand_core v0.10.0 |
| 1860 | 2026-03-04T17:37:36.855Z | Compiling aws-lc-rs v1.16.0 |
| 1861 | 2026-03-04T17:37:36.975Z | Compiling strsim v0.11.1 |
| 1862 | 2026-03-04T17:37:37.361Z | Compiling serde_derive v1.0.228 |
| 1863 | 2026-03-04T17:37:37.430Z | Compiling zeroize_derive v1.4.3 |
| 1864 | 2026-03-04T17:37:37.628Z | Compiling zerofrom-derive v0.1.6 |
| 1865 | 2026-03-04T17:37:37.837Z | Compiling yoke-derive v0.8.1 |
| 1866 | 2026-03-04T17:37:37.905Z | Compiling zerovec-derive v0.11.2 |
| 1867 | 2026-03-04T17:37:38.045Z | Compiling displaydoc v0.2.5 |
| 1868 | 2026-03-04T17:37:38.078Z | Compiling zerocopy-derive v0.8.40 |
| 1869 | 2026-03-04T17:37:38.604Z | Compiling tokio-macros v2.6.0 |
| 1870 | 2026-03-04T17:37:38.709Z | Compiling zeroize v1.8.2 |
| 1871 | 2026-03-04T17:37:39.473Z | Compiling futures-macro v0.3.32 |
| 1872 | 2026-03-04T17:37:39.961Z | Compiling thiserror-impl v2.0.18 |
| 1873 | 2026-03-04T17:37:40.219Z | Compiling der_derive v0.7.3 |
| 1874 | 2026-03-04T17:37:40.380Z | Compiling zerofrom v0.1.6 |
| 1875 | 2026-03-04T17:37:40.637Z | Compiling yoke v0.8.1 |
| 1876 | 2026-03-04T17:37:40.778Z | Compiling crypto-common v0.1.7 |
| 1877 | 2026-03-04T17:37:40.992Z | Compiling zerovec v0.11.5 |
| 1878 | 2026-03-04T17:37:41.038Z | Compiling zerotrie v0.2.3 |
| 1879 | 2026-03-04T17:37:41.922Z | Compiling block-buffer v0.10.4 |
| 1880 | 2026-03-04T17:37:42.180Z | Compiling tracing-attributes v0.1.31 |
| 1881 | 2026-03-04T17:37:42.203Z | Compiling digest v0.10.7 |
| 1882 | 2026-03-04T17:37:42.333Z | Compiling tinystr v0.8.2 |
| 1883 | 2026-03-04T17:37:42.336Z | Compiling potential_utf v0.1.4 |
| 1884 | 2026-03-04T17:37:42.613Z | Compiling icu_collections v2.1.1 |
| 1885 | 2026-03-04T17:37:42.676Z | Compiling schemars_derive v0.8.22 |
| 1886 | 2026-03-04T17:37:42.694Z | Compiling icu_locale_core v2.1.1 |
| 1887 | 2026-03-04T17:37:42.767Z | Compiling utf8_iter v1.0.4 |
| 1888 | 2026-03-04T17:37:44.648Z | Compiling icu_provider v2.1.1 |
| 1889 | 2026-03-04T17:37:45.274Z | Compiling bytes v1.11.1 |
| 1890 | 2026-03-04T17:37:45.433Z | Compiling icu_normalizer v2.1.1 |
| 1891 | 2026-03-04T17:37:45.478Z | Compiling icu_properties v2.1.2 |
| 1892 | 2026-03-04T17:37:45.515Z | Compiling form_urlencoded v1.2.2 |
| 1893 | 2026-03-04T17:37:46.555Z | Compiling futures-core v0.3.32 |
| 1894 | 2026-03-04T17:37:46.837Z | Compiling ucd-trie v0.1.7 |
| 1895 | 2026-03-04T17:37:46.952Z | Compiling thiserror v1.0.69 |
| 1896 | 2026-03-04T17:37:47.268Z | Compiling byteorder v1.5.0 |
| 1897 | 2026-03-04T17:37:47.308Z | Compiling pest v2.8.6 |
| 1898 | 2026-03-04T17:37:47.501Z | Compiling tokio v1.49.0 |
| 1899 | 2026-03-04T17:37:47.684Z | Compiling idna_adapter v1.2.1 |
| 1900 | 2026-03-04T17:37:47.920Z | Compiling idna v1.1.0 |
| 1901 | 2026-03-04T17:37:48.982Z | Compiling vcpkg v0.2.15 |
| 1902 | 2026-03-04T17:37:49.317Z | Compiling heck v0.5.0 |
| 1903 | 2026-03-04T17:37:49.714Z | Compiling httparse v1.10.1 |
| 1904 | 2026-03-04T17:37:49.755Z | Compiling ident_case v1.0.1 |
| 1905 | 2026-03-04T17:37:49.948Z | Compiling pest_meta v2.8.6 |
| 1906 | 2026-03-04T17:37:50.249Z | Compiling url v2.5.8 |
| 1907 | 2026-03-04T17:37:50.331Z | Compiling openssl-sys v0.9.111 |
| 1908 | 2026-03-04T17:37:50.352Z | Compiling thiserror-impl v1.0.69 |
| 1909 | 2026-03-04T17:37:51.363Z | Compiling pest_generator v2.8.6 |
| 1910 | 2026-03-04T17:37:52.701Z | Compiling crossbeam-utils v0.8.21 |
| 1911 | 2026-03-04T17:37:52.945Z | Compiling syn v1.0.109 |
| 1912 | 2026-03-04T17:37:53.115Z | Compiling regex-syntax v0.8.10 |
| 1913 | 2026-03-04T17:37:53.346Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-03-04T17:37:55.757Z | Compiling rustc_version v0.4.1 |
| 1915 | 2026-03-04T17:37:55.951Z | Compiling futures-sink v0.3.32 |
| 1916 | 2026-03-04T17:37:56.029Z | Compiling rustls v0.23.37 |
| 1917 | 2026-03-04T17:37:56.143Z | Compiling cpufeatures v0.2.17 |
| 1918 | 2026-03-04T17:37:56.256Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-03-04T17:37:56.588Z | Compiling hmac v0.12.1 |
| 1920 | 2026-03-04T17:37:56.852Z | Compiling futures-io v0.3.32 |
| 1921 | 2026-03-04T17:37:57.103Z | Compiling futures-task v0.3.32 |
| 1922 | 2026-03-04T17:37:57.149Z | Compiling iana-time-zone v0.1.65 |
| 1923 | 2026-03-04T17:37:57.219Z | Compiling plain v0.2.3 |
| 1924 | 2026-03-04T17:37:57.415Z | Compiling slab v0.4.12 |
| 1925 | 2026-03-04T17:37:57.439Z | Compiling chrono v0.4.44 |
| 1926 | 2026-03-04T17:37:57.828Z | Compiling futures-util v0.3.32 |
| 1927 | 2026-03-04T17:37:58.299Z | Compiling uuid v1.21.0 |
| 1928 | 2026-03-04T17:37:59.384Z | Compiling block-padding v0.3.3 |
| 1929 | 2026-03-04T17:37:59.677Z | Compiling aho-corasick v1.1.4 |
| 1930 | 2026-03-04T17:38:00.994Z | Compiling inout v0.1.4 |
| 1931 | 2026-03-04T17:38:01.121Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-03-04T17:38:01.918Z | Compiling regex-automata v0.4.14 |
| 1933 | 2026-03-04T17:38:03.039Z | Compiling num-conv v0.2.0 |
| 1934 | 2026-03-04T17:38:03.307Z | Compiling pretty-hex v0.4.1 |
| 1935 | 2026-03-04T17:38:03.348Z | Compiling time-core v0.1.8 |
| 1936 | 2026-03-04T17:38:03.971Z | Compiling openssl v0.10.75 |
| 1937 | 2026-03-04T17:38:04.095Z | Compiling time-macros v0.2.27 |
| 1938 | 2026-03-04T17:38:04.819Z | Compiling cipher v0.4.4 |
| 1939 | 2026-03-04T17:38:05.275Z | Compiling sha2 v0.10.9 |
| 1940 | 2026-03-04T17:38:05.646Z | Compiling serde_tokenstream v0.2.3 |
| 1941 | 2026-03-04T17:38:05.762Z | Compiling scroll_derive v0.13.1 |
| 1942 | 2026-03-04T17:38:05.951Z | Compiling scroll_derive v0.12.1 |
| 1943 | 2026-03-04T17:38:06.047Z | Compiling base64ct v1.8.3 |
| 1944 | 2026-03-04T17:38:06.237Z | Compiling anyhow v1.0.102 |
| 1945 | 2026-03-04T17:38:06.438Z | Compiling either v1.15.0 |
| 1946 | 2026-03-04T17:38:06.811Z | Compiling crc32fast v1.5.0 |
| 1947 | 2026-03-04T17:38:06.832Z | Compiling pem-rfc7468 v0.7.0 |
| 1948 | 2026-03-04T17:38:06.884Z | Compiling darling_core v0.21.3 |
| 1949 | 2026-03-04T17:38:07.305Z | Compiling rustls-pki-types v1.14.0 |
| 1950 | 2026-03-04T17:38:07.409Z | Compiling openssl-macros v0.1.1 |
| 1951 | 2026-03-04T17:38:08.169Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1952 | 2026-03-04T17:38:08.533Z | Compiling native-tls v0.2.18 |
| 1953 | 2026-03-04T17:38:08.916Z | Compiling flagset v0.4.7 |
| 1954 | 2026-03-04T17:38:09.113Z | Compiling regex v1.12.3 |
| 1955 | 2026-03-04T17:38:09.140Z | Compiling der v0.7.10 |
| 1956 | 2026-03-04T17:38:09.459Z | Compiling rand_core v0.9.5 |
| 1957 | 2026-03-04T17:38:10.029Z | Compiling zerocopy-derive v0.7.35 |
| 1958 | 2026-03-04T17:38:10.825Z | Compiling slog v2.8.2 |
| 1959 | 2026-03-04T17:38:10.975Z | Compiling rayon-core v1.13.0 |
| 1960 | 2026-03-04T17:38:11.154Z | Compiling dyn-clone v1.0.20 |
| 1961 | 2026-03-04T17:38:11.315Z | Compiling spki v0.7.3 |
| 1962 | 2026-03-04T17:38:11.726Z | Compiling salsa20 v0.10.2 |
| 1963 | 2026-03-04T17:38:11.968Z | Compiling pbkdf2 v0.12.2 |
| 1964 | 2026-03-04T17:38:12.146Z | Compiling http v1.4.0 |
| 1965 | 2026-03-04T17:38:12.322Z | Compiling darling_macro v0.21.3 |
| 1966 | 2026-03-04T17:38:13.107Z | Compiling darling v0.21.3 |
| 1967 | 2026-03-04T17:38:13.550Z | Compiling tracing-core v0.1.36 |
| 1968 | 2026-03-04T17:38:13.920Z | Compiling untrusted v0.9.0 |
| 1969 | 2026-03-04T17:38:14.426Z | Compiling camino v1.2.2 |
| 1970 | 2026-03-04T17:38:14.936Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-04T17:38:15.957Z | Compiling scrypt v0.11.0 |
| 1972 | 2026-03-04T17:38:16.047Z | Compiling rand_chacha v0.9.0 |
| 1973 | 2026-03-04T17:38:16.393Z | Compiling tokio-util v0.7.18 |
| 1974 | 2026-03-04T17:38:16.813Z | Compiling aes v0.8.4 |
| 1975 | 2026-03-04T17:38:17.694Z | Compiling cbc v0.1.2 |
| 1976 | 2026-03-04T17:38:18.628Z | Compiling usdt-impl v0.5.0 |
| 1977 | 2026-03-04T17:38:18.950Z | Compiling cookie v0.18.1 |
| 1978 | 2026-03-04T17:38:19.260Z | Compiling usdt-impl v0.6.0 |
| 1979 | 2026-03-04T17:38:19.342Z | Compiling winnow v0.7.14 |
| 1980 | 2026-03-04T17:38:19.624Z | Compiling base64 v0.22.1 |
| 1981 | 2026-03-04T17:38:20.471Z | Compiling paste v1.0.15 |
| 1982 | 2026-03-04T17:38:20.547Z | Compiling ref-cast v1.0.25 |
| 1983 | 2026-03-04T17:38:21.017Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-04T17:38:21.090Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-04T17:38:22.167Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-04T17:38:22.386Z | Compiling scroll v0.13.0 |
| 1987 | 2026-03-04T17:38:22.414Z | Compiling scroll v0.12.0 |
| 1988 | 2026-03-04T17:38:22.892Z | Compiling heapless v0.7.17 |
| 1989 | 2026-03-04T17:38:23.165Z | Compiling serde_spanned v0.6.9 |
| 1990 | 2026-03-04T17:38:23.311Z | Compiling toml_datetime v0.6.11 |
| 1991 | 2026-03-04T17:38:23.333Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-03-04T17:38:23.728Z | Compiling signal-hook v0.3.18 |
| 1993 | 2026-03-04T17:38:23.822Z | Compiling untrusted v0.7.1 |
| 1994 | 2026-03-04T17:38:24.045Z | Compiling zstd-safe v7.2.4 |
| 1995 | 2026-03-04T17:38:24.065Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-04T17:38:24.580Z | Compiling goblin v0.10.5 |
| 1997 | 2026-03-04T17:38:24.904Z | Compiling goblin v0.8.2 |
| 1998 | 2026-03-04T17:38:26.296Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1999 | 2026-03-04T17:38:27.247Z | Compiling pkcs8 v0.10.2 |
| 2000 | 2026-03-04T17:38:28.075Z | Compiling zerocopy v0.7.35 |
| 2001 | 2026-03-04T17:38:28.232Z | Compiling darling_core v0.20.11 |
| 2002 | 2026-03-04T17:38:28.461Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-04T17:38:28.613Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2004 | 2026-03-04T17:38:29.181Z | Compiling tower-service v0.3.3 |
| 2005 | 2026-03-04T17:38:29.321Z | Compiling winnow v0.5.40 |
| 2006 | 2026-03-04T17:38:29.514Z | Compiling tinyvec_macros v0.1.1 |
| 2007 | 2026-03-04T17:38:29.595Z | Compiling atomic-waker v1.1.2 |
| 2008 | 2026-03-04T17:38:29.798Z | Compiling tower-layer v0.3.3 |
| 2009 | 2026-03-04T17:38:29.821Z | Compiling try-lock v0.2.5 |
| 2010 | 2026-03-04T17:38:30.189Z | Compiling rustix v0.38.44 |
| 2011 | 2026-03-04T17:38:32.327Z | Compiling dof v0.4.0 |
| 2012 | 2026-03-04T17:38:32.593Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-03-04T17:38:33.047Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-03-04T17:38:33.825Z | Compiling h2 v0.4.13 |
| 2015 | 2026-03-04T17:38:33.874Z | Compiling dof v0.3.0 |
| 2016 | 2026-03-04T17:38:35.029Z | Compiling want v0.3.1 |
| 2017 | 2026-03-04T17:38:35.293Z | Compiling tinyvec v1.10.0 |
| 2018 | 2026-03-04T17:38:37.793Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-04T17:38:38.007Z | Compiling dtrace-parser v0.3.0 |
| 2020 | 2026-03-04T17:38:38.202Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-03-04T17:38:38.604Z | Compiling ipnet v2.11.0 |
| 2022 | 2026-03-04T17:38:38.637Z | Compiling daft-derive v0.1.5 |
| 2023 | 2026-03-04T17:38:39.091Z | Compiling async-trait v0.1.89 |
| 2024 | 2026-03-04T17:38:39.332Z | Compiling spin v0.9.8 |
| 2025 | 2026-03-04T17:38:39.608Z | Compiling thread-id v4.2.2 |
| 2026 | 2026-03-04T17:38:39.722Z | Compiling thread-id v5.1.0 |
| 2027 | 2026-03-04T17:38:39.740Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2026-03-04T17:38:39.853Z | Compiling fastrand v2.3.0 |
| 2029 | 2026-03-04T17:38:40.106Z | Compiling foreign-types-shared v0.1.1 |
| 2030 | 2026-03-04T17:38:40.247Z | Compiling pin-utils v0.1.0 |
| 2031 | 2026-03-04T17:38:40.362Z | Compiling litrs v1.0.0 |
| 2032 | 2026-03-04T17:38:40.483Z | Compiling smoltcp v0.9.1 |
| 2033 | 2026-03-04T17:38:41.167Z | Compiling num-bigint-dig v0.8.6 |
| 2034 | 2026-03-04T17:38:41.253Z | Compiling httpdate v1.0.3 |
| 2035 | 2026-03-04T17:38:41.374Z | Compiling document-features v0.2.12 |
| 2036 | 2026-03-04T17:38:41.614Z | Compiling hyper v1.8.1 |
| 2037 | 2026-03-04T17:38:41.784Z | Compiling tempfile v3.25.0 |
| 2038 | 2026-03-04T17:38:41.855Z | Compiling foreign-types v0.3.2 |
| 2039 | 2026-03-04T17:38:43.184Z | Compiling darling v0.20.11 |
| 2040 | 2026-03-04T17:38:44.187Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-03-04T17:38:45.109Z | Compiling strum_macros v0.26.4 |
| 2042 | 2026-03-04T17:38:45.539Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-03-04T17:38:45.912Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2026-03-04T17:38:46.776Z | Compiling powerfmt v0.2.0 |
| 2045 | 2026-03-04T17:38:47.663Z | Compiling simd-adler32 v0.3.8 |
| 2046 | 2026-03-04T17:38:48.096Z | Compiling bit-vec v0.8.0 |
| 2047 | 2026-03-04T17:38:48.137Z | Compiling utf8parse v0.2.2 |
| 2048 | 2026-03-04T17:38:48.159Z | Compiling anstyle v1.0.13 |
| 2049 | 2026-03-04T17:38:48.507Z | Compiling unicode-segmentation v1.12.0 |
| 2050 | 2026-03-04T17:38:48.745Z | Compiling quick-error v1.2.3 |
| 2051 | 2026-03-04T17:38:48.748Z | Compiling siphasher v1.0.2 |
| 2052 | 2026-03-04T17:38:48.918Z | Compiling rusty-fork v0.3.1 |
| 2053 | 2026-03-04T17:38:49.132Z | Compiling deranged v0.5.8 |
| 2054 | 2026-03-04T17:38:49.229Z | Compiling bit-set v0.8.0 |
| 2055 | 2026-03-04T17:38:49.266Z | Compiling anstyle-parse v0.2.7 |
| 2056 | 2026-03-04T17:38:53.888Z | Compiling hyper-util v0.1.20 |
| 2057 | 2026-03-04T17:38:54.373Z | Compiling derive_builder_core v0.20.2 |
| 2058 | 2026-03-04T17:38:56.207Z | Compiling crossbeam-epoch v0.9.18 |
| 2059 | 2026-03-04T17:38:57.388Z | Compiling unicode-normalization v0.1.25 |
| 2060 | 2026-03-04T17:38:57.561Z | Compiling rustls-native-certs v0.8.3 |
| 2061 | 2026-03-04T17:38:58.367Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-03-04T17:38:58.600Z | Compiling hubpack_derive v0.1.1 |
| 2063 | 2026-03-04T17:38:58.623Z | Compiling sync_wrapper v1.0.2 |
| 2064 | 2026-03-04T17:38:58.816Z | Compiling strum_macros v0.27.2 |
| 2065 | 2026-03-04T17:38:59.015Z | Compiling signature v2.2.0 |
| 2066 | 2026-03-04T17:38:59.262Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2067 | 2026-03-04T17:38:59.433Z | Compiling fs-err v3.3.0 |
| 2068 | 2026-03-04T17:38:59.762Z | Compiling ahash v0.8.12 |
| 2069 | 2026-03-04T17:39:00.245Z | Compiling num_threads v0.1.7 |
| 2070 | 2026-03-04T17:39:00.405Z | Compiling unicode-properties v0.1.4 |
| 2071 | 2026-03-04T17:39:00.627Z | Compiling is_terminal_polyfill v1.70.2 |
| 2072 | 2026-03-04T17:39:00.773Z | Compiling object v0.37.3 |
| 2073 | 2026-03-04T17:39:00.828Z | Compiling adler2 v2.0.1 |
| 2074 | 2026-03-04T17:39:00.832Z | Compiling anstyle-query v1.1.5 |
| 2075 | 2026-03-04T17:39:00.872Z | Compiling colorchoice v1.0.4 |
| 2076 | 2026-03-04T17:39:01.030Z | Compiling unicode-bidi v0.3.18 |
| 2077 | 2026-03-04T17:39:01.052Z | Compiling unarray v0.1.4 |
| 2078 | 2026-03-04T17:39:01.220Z | Compiling time v0.3.47 |
| 2079 | 2026-03-04T17:39:01.240Z | Compiling proptest v1.10.0 |
| 2080 | 2026-03-04T17:39:01.260Z | Compiling anstream v0.6.21 |
| 2081 | 2026-03-04T17:39:01.832Z | Compiling stringprep v0.1.5 |
| 2082 | 2026-03-04T17:39:02.057Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-03-04T17:39:04.968Z | Compiling tower v0.5.3 |
| 2084 | 2026-03-04T17:39:05.963Z | Compiling crossbeam-deque v0.8.6 |
| 2085 | 2026-03-04T17:39:06.353Z | Compiling derive_builder_macro v0.20.2 |
| 2086 | 2026-03-04T17:39:06.457Z | Compiling heck v0.4.1 |
| 2087 | 2026-03-04T17:39:06.546Z | Compiling usdt-macro v0.6.0 |
| 2088 | 2026-03-04T17:39:06.847Z | Compiling usdt-attr-macro v0.6.0 |
| 2089 | 2026-03-04T17:39:07.965Z | Compiling http-body-util v0.1.3 |
| 2090 | 2026-03-04T17:39:08.198Z | Compiling webpki-roots v1.0.6 |
| 2091 | 2026-03-04T17:39:08.455Z | Compiling rand_chacha v0.3.1 |
| 2092 | 2026-03-04T17:39:08.458Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-03-04T17:39:08.777Z | Compiling hash32 v0.2.1 |
| 2094 | 2026-03-04T17:39:08.810Z | Compiling erased-serde v0.3.31 |
| 2095 | 2026-03-04T17:39:09.027Z | Compiling md-5 v0.10.6 |
| 2096 | 2026-03-04T17:39:09.099Z | Compiling vergen-lib v0.1.6 |
| 2097 | 2026-03-04T17:39:09.241Z | Compiling ff v0.13.1 |
| 2098 | 2026-03-04T17:39:09.276Z | Compiling ryu v1.0.23 |
| 2099 | 2026-03-04T17:39:09.426Z | Compiling iri-string v0.7.10 |
| 2100 | 2026-03-04T17:39:09.459Z | Compiling fallible-iterator v0.2.0 |
| 2101 | 2026-03-04T17:39:09.583Z | Compiling psl-types v2.0.11 |
| 2102 | 2026-03-04T17:39:09.674Z | Compiling base16ct v0.2.0 |
| 2103 | 2026-03-04T17:39:09.841Z | Compiling zlib-rs v0.6.2 |
| 2104 | 2026-03-04T17:39:10.026Z | Compiling sec1 v0.7.3 |
| 2105 | 2026-03-04T17:39:10.154Z | Compiling postgres-protocol v0.6.10 |
| 2106 | 2026-03-04T17:39:10.555Z | Compiling publicsuffix v2.3.0 |
| 2107 | 2026-03-04T17:39:10.971Z | Compiling serde_urlencoded v0.7.1 |
| 2108 | 2026-03-04T17:39:11.257Z | Compiling group v0.13.0 |
| 2109 | 2026-03-04T17:39:11.639Z | Compiling num-iter v0.1.45 |
| 2110 | 2026-03-04T17:39:11.838Z | Compiling rand v0.8.5 |
| 2111 | 2026-03-04T17:39:12.583Z | Compiling tower-http v0.6.8 |
| 2112 | 2026-03-04T17:39:13.411Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-03-04T17:39:13.835Z | Compiling derive_builder v0.20.2 |
| 2114 | 2026-03-04T17:39:13.872Z | Compiling zone_cfg_derive v0.3.1 |
| 2115 | 2026-03-04T17:39:14.087Z | Compiling newtype-uuid v1.3.2 |
| 2116 | 2026-03-04T17:39:14.136Z | Compiling tokio-native-tls v0.3.1 |
| 2117 | 2026-03-04T17:39:14.407Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-03-04T17:39:14.651Z | Compiling phf_shared v0.13.1 |
| 2119 | 2026-03-04T17:39:15.231Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-03-04T17:39:15.560Z | Compiling terminal_size v0.4.3 |
| 2121 | 2026-03-04T17:39:15.759Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-04T17:39:15.926Z | Compiling hkdf v0.12.4 |
| 2123 | 2026-03-04T17:39:16.167Z | Compiling enum-as-inner v0.6.1 |
| 2124 | 2026-03-04T17:39:16.244Z | Compiling clap_derive v4.5.55 |
| 2125 | 2026-03-04T17:39:16.745Z | Compiling cargo-platform v0.1.9 |
| 2126 | 2026-03-04T17:39:17.084Z | Compiling crypto-bigint v0.5.5 |
| 2127 | 2026-03-04T17:39:17.210Z | Compiling serde_repr v0.1.20 |
| 2128 | 2026-03-04T17:39:17.802Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-04T17:39:18.171Z | Compiling bumpalo v3.20.2 |
| 2130 | 2026-03-04T17:39:18.206Z | Compiling unicode-width v0.2.0 |
| 2131 | 2026-03-04T17:39:18.640Z | Compiling libbz2-rs-sys v0.2.2 |
| 2132 | 2026-03-04T17:39:18.932Z | Compiling managed v0.8.0 |
| 2133 | 2026-03-04T17:39:19.448Z | Compiling bitflags v1.3.2 |
| 2134 | 2026-03-04T17:39:19.580Z | Compiling clap_lex v1.0.0 |
| 2135 | 2026-03-04T17:39:19.612Z | Compiling foldhash v0.1.5 |
| 2136 | 2026-03-04T17:39:19.978Z | Compiling hashbrown v0.15.5 |
| 2137 | 2026-03-04T17:39:20.003Z | Compiling clap_builder v4.5.60 |
| 2138 | 2026-03-04T17:39:20.195Z | Compiling elliptic-curve v0.13.8 |
| 2139 | 2026-03-04T17:39:20.826Z | Compiling bzip2 v0.6.1 |
| 2140 | 2026-03-04T17:39:21.630Z | Compiling console v0.16.2 |
| 2141 | 2026-03-04T17:39:21.748Z | Compiling zopfli v0.8.3 |
| 2142 | 2026-03-04T17:39:22.040Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-04T17:39:25.735Z | Compiling phf v0.13.1 |
| 2144 | 2026-03-04T17:39:25.780Z | Compiling daft v0.1.5 |
| 2145 | 2026-03-04T17:39:26.016Z | Compiling hyper-tls v0.6.0 |
| 2146 | 2026-03-04T17:39:26.037Z | Compiling zstd v0.13.3 |
| 2147 | 2026-03-04T17:39:26.357Z | Compiling rayon v1.11.0 |
| 2148 | 2026-03-04T17:39:26.538Z | Compiling signal-hook-mio v0.2.5 |
| 2149 | 2026-03-04T17:39:26.728Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-03-04T17:39:26.893Z | Compiling bzip2 v0.4.4 |
| 2151 | 2026-03-04T17:39:27.264Z | Compiling postgres-types v0.2.12 |
| 2152 | 2026-03-04T17:39:27.559Z | Compiling strum v0.27.2 |
| 2153 | 2026-03-04T17:39:28.061Z | Compiling hubpack v0.1.2 |
| 2154 | 2026-03-04T17:39:28.100Z | Compiling ed25519 v2.2.3 |
| 2155 | 2026-03-04T17:39:28.373Z | Compiling phf_shared v0.11.3 |
| 2156 | 2026-03-04T17:39:28.751Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-03-04T17:39:29.854Z | Compiling rustls-webpki v0.103.9 |
| 2158 | 2026-03-04T17:39:29.887Z | Compiling bstr v1.12.1 |
| 2159 | 2026-03-04T17:40:11.415Z | Compiling itertools v0.12.1 |
| 2160 | 2026-03-04T17:40:11.477Z | Compiling float-cmp v0.10.0 |
| 2161 | 2026-03-04T17:40:11.478Z | Compiling rfc6979 v0.4.0 |
| 2162 | 2026-03-04T17:40:11.478Z | Compiling hex v0.4.3 |
| 2163 | 2026-03-04T17:40:11.478Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-03-04T17:40:11.478Z | Compiling env_filter v1.0.0 |
| 2165 | 2026-03-04T17:40:12.386Z | Compiling memmap2 v0.9.10 |
| 2166 | 2026-03-04T17:40:12.386Z | Compiling encoding_rs v0.8.35 |
| 2167 | 2026-03-04T17:40:12.386Z | Compiling static_assertions v1.1.0 |
| 2168 | 2026-03-04T17:40:12.386Z | Compiling unit-prefix v0.5.2 |
| 2169 | 2026-03-04T17:40:12.386Z | Compiling fixedbitset v0.4.2 |
| 2170 | 2026-03-04T17:40:12.386Z | Compiling whoami v2.1.0 |
| 2171 | 2026-03-04T17:40:12.386Z | Compiling difflib v0.4.0 |
| 2172 | 2026-03-04T17:40:12.386Z | Compiling data-encoding v2.10.0 |
| 2173 | 2026-03-04T17:40:12.386Z | Compiling keccak v0.1.6 |
| 2174 | 2026-03-04T17:40:12.386Z | Compiling precomputed-hash v0.1.1 |
| 2175 | 2026-03-04T17:40:12.386Z | Compiling predicates-core v1.0.10 |
| 2176 | 2026-03-04T17:40:12.386Z | Compiling new_debug_unreachable v1.0.6 |
| 2177 | 2026-03-04T17:40:12.386Z | Compiling rustc-hash v2.1.1 |
| 2178 | 2026-03-04T17:40:12.386Z | Compiling toml_write v0.1.2 |
| 2179 | 2026-03-04T17:40:12.387Z | Compiling jiff v0.2.21 |
| 2180 | 2026-03-04T17:40:12.387Z | Compiling fixedbitset v0.5.7 |
| 2181 | 2026-03-04T17:40:12.387Z | Compiling normalize-line-endings v0.3.0 |
| 2182 | 2026-03-04T17:40:12.387Z | Compiling tokio-rustls v0.26.4 |
| 2183 | 2026-03-04T17:40:12.387Z | Compiling rustls-platform-verifier v0.6.2 |
| 2184 | 2026-03-04T17:40:12.387Z | Compiling hyper-rustls v0.27.7 |
| 2185 | 2026-03-04T17:40:12.387Z | Compiling mime v0.3.17 |
| 2186 | 2026-03-04T17:40:12.387Z | Compiling reqwest v0.13.2 |
| 2187 | 2026-03-04T17:40:12.388Z | Compiling reqwest v0.12.28 |
| 2188 | 2026-03-04T17:40:12.388Z | Compiling petgraph v0.8.3 |
| 2189 | 2026-03-04T17:40:12.388Z | Compiling predicates v3.1.4 |
| 2190 | 2026-03-04T17:40:12.388Z | Compiling zip v4.6.1 |
| 2191 | 2026-03-04T17:40:12.388Z | Compiling toml_edit v0.22.27 |
| 2192 | 2026-03-04T17:40:12.388Z | Compiling iddqd v0.3.17 |
| 2193 | 2026-03-04T17:40:12.388Z | Compiling string_cache v0.8.9 |
| 2194 | 2026-03-04T17:40:12.388Z | Compiling sha3 v0.10.8 |
| 2195 | 2026-03-04T17:40:12.388Z | Compiling hickory-proto v0.25.2 |
| 2196 | 2026-03-04T17:40:12.410Z | Compiling tokio-postgres v0.7.16 |
| 2197 | 2026-03-04T17:40:12.410Z | Compiling petgraph v0.6.5 |
| 2198 | 2026-03-04T17:40:12.410Z | Compiling indicatif v0.18.4 |
| 2199 | 2026-03-04T17:40:12.410Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2200 | 2026-03-04T17:40:12.410Z | Compiling usdt v0.6.0 |
| 2201 | 2026-03-04T17:40:12.410Z | Compiling zone v0.3.1 |
| 2202 | 2026-03-04T17:40:12.410Z | Compiling env_logger v0.11.9 |
| 2203 | 2026-03-04T17:40:12.410Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-04T17:40:12.410Z | Compiling ecdsa v0.16.9 |
| 2205 | 2026-03-04T17:40:12.410Z | Compiling similar v2.7.0 |
| 2206 | 2026-03-04T17:40:12.410Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-04T17:40:12.410Z | Compiling ed25519-dalek v2.2.0 |
| 2208 | 2026-03-04T17:40:12.410Z | Compiling zip v0.6.6 |
| 2209 | 2026-03-04T17:40:12.410Z | Compiling crossterm v0.28.1 |
| 2210 | 2026-03-04T17:40:12.410Z | Compiling clap v4.5.60 |
| 2211 | 2026-03-04T17:40:12.410Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-04T17:40:12.410Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-04T17:40:12.410Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-04T17:40:12.410Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-04T17:40:12.410Z | Compiling itertools v0.13.0 |
| 2216 | 2026-03-04T17:40:12.410Z | Compiling buf-list v1.1.2 |
| 2217 | 2026-03-04T17:40:12.410Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-04T17:40:12.410Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-03-04T17:40:12.410Z | Compiling openapiv3 v2.2.0 |
| 2220 | 2026-03-04T17:40:12.410Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-04T17:40:12.411Z | Compiling lalrpop-util v0.19.12 |
| 2222 | 2026-03-04T17:40:12.411Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2223 | 2026-03-04T17:40:35.433Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-04T17:40:38.215Z | Compiling macaddr v1.0.1 |
| 2225 | 2026-03-04T17:40:38.348Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-03-04T17:40:39.178Z | Compiling heapless v0.8.0 |
| 2227 | 2026-03-04T17:40:40.405Z | Compiling structmeta v0.3.0 |
| 2228 | 2026-03-04T17:40:41.416Z | Compiling ingot-macros v0.1.1 |
| 2229 | 2026-03-04T17:40:49.125Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-04T17:40:50.067Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-04T17:40:51.650Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-04T17:40:51.968Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2233 | 2026-03-04T17:40:55.841Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-04T17:40:59.706Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-04T17:41:10.602Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-04T17:41:13.963Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-03-04T17:41:15.558Z | Compiling rustls v0.22.4 |
| 2238 | 2026-03-04T17:41:28.295Z | Compiling postcard v1.1.3 |
| 2239 | 2026-03-04T17:41:35.967Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-04T17:41:38.776Z | Compiling num_enum_derive v0.7.5 |
| 2241 | 2026-03-04T17:41:40.949Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-03-04T17:41:41.849Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-04T17:41:41.874Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-04T17:41:43.196Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-04T17:41:43.604Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-04T17:41:43.776Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-04T17:41:44.184Z | Compiling multer v3.1.0 |
| 2248 | 2026-03-04T17:41:44.445Z | Compiling thread_local v1.1.9 |
| 2249 | 2026-03-04T17:41:44.514Z | Compiling slog-async v2.8.0 |
| 2250 | 2026-03-04T17:41:44.919Z | Compiling cpufeatures v0.3.0 |
| 2251 | 2026-03-04T17:41:44.949Z | Compiling foreign-types-shared v0.3.1 |
| 2252 | 2026-03-04T17:41:45.046Z | Compiling match_cfg v0.1.0 |
| 2253 | 2026-03-04T17:41:45.071Z | Compiling chacha20 v0.10.0 |
| 2254 | 2026-03-04T17:41:45.108Z | Compiling foreign-types v0.5.0 |
| 2255 | 2026-03-04T17:41:45.161Z | Compiling hostname v0.3.1 |
| 2256 | 2026-03-04T17:41:45.462Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-04T17:41:45.548Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-04T17:41:45.679Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-04T17:41:45.702Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-04T17:41:45.935Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-04T17:41:46.006Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-04T17:41:46.118Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-04T17:41:46.586Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-04T17:41:46.734Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-04T17:41:47.581Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2266 | 2026-03-04T17:41:47.720Z | Compiling async-stream-impl v0.3.6 |
| 2267 | 2026-03-04T17:41:48.060Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-04T17:41:48.347Z | Compiling cstr-argument v0.1.2 |
| 2269 | 2026-03-04T17:41:48.435Z | Compiling memoffset v0.9.1 |
| 2270 | 2026-03-04T17:41:48.654Z | Compiling is-terminal v0.4.17 |
| 2271 | 2026-03-04T17:41:48.817Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-04T17:41:48.820Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2273 | 2026-03-04T17:41:48.927Z | Compiling typeid v1.0.3 |
| 2274 | 2026-03-04T17:41:49.197Z | Compiling take_mut v0.2.2 |
| 2275 | 2026-03-04T17:41:49.222Z | Compiling cfg_aliases v0.2.1 |
| 2276 | 2026-03-04T17:41:49.343Z | Compiling term v1.2.1 |
| 2277 | 2026-03-04T17:41:49.367Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2278 | 2026-03-04T17:41:49.406Z | Compiling crucible-workspace-hack v0.1.0 |
| 2279 | 2026-03-04T17:41:49.513Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-04T17:41:49.589Z | Compiling test-strategy v0.4.5 |
| 2281 | 2026-03-04T17:41:49.794Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2282 | 2026-03-04T17:41:50.341Z | Compiling tokio-rustls v0.25.0 |
| 2283 | 2026-03-04T17:41:50.830Z | Compiling slog-term v2.9.2 |
| 2284 | 2026-03-04T17:41:51.734Z | Compiling async-stream v0.3.6 |
| 2285 | 2026-03-04T17:41:52.079Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2286 | 2026-03-04T17:41:52.721Z | Compiling num_enum v0.5.11 |
| 2287 | 2026-03-04T17:41:52.744Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2288 | 2026-03-04T17:41:52.925Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-03-04T17:41:52.975Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2290 | 2026-03-04T17:41:53.082Z | Compiling rand v0.10.0 |
| 2291 | 2026-03-04T17:41:53.394Z | Compiling parse-display-derive v0.10.0 |
| 2292 | 2026-03-04T17:41:53.418Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-04T17:41:53.804Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-03-04T17:41:53.863Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-03-04T17:41:53.897Z | Compiling newtype-uuid-macros v0.1.0 |
| 2296 | 2026-03-04T17:41:54.104Z | Compiling dropshot_endpoint v0.16.7 |
| 2297 | 2026-03-04T17:41:54.440Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-04T17:41:54.817Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2299 | 2026-03-04T17:41:55.248Z | Compiling serde_path_to_error v0.1.20 |
| 2300 | 2026-03-04T17:41:55.297Z | Compiling hostname v0.4.2 |
| 2301 | 2026-03-04T17:41:55.513Z | Compiling instant v0.1.13 |
| 2302 | 2026-03-04T17:41:55.602Z | Compiling colored v3.1.1 |
| 2303 | 2026-03-04T17:41:55.723Z | Compiling debug-ignore v1.0.5 |
| 2304 | 2026-03-04T17:41:55.824Z | Compiling erased-serde v0.4.9 |
| 2305 | 2026-03-04T17:41:55.925Z | Compiling backoff v0.4.0 |
| 2306 | 2026-03-04T17:41:56.323Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2307 | 2026-03-04T17:41:56.559Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-04T17:41:56.691Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-03-04T17:41:56.824Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2310 | 2026-03-04T17:41:57.031Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-03-04T17:41:57.817Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2312 | 2026-03-04T17:41:58.657Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2313 | 2026-03-04T17:41:59.298Z | Compiling progenitor-client v0.13.0 |
| 2314 | 2026-03-04T17:41:59.479Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2026-03-04T17:42:00.137Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2316 | 2026-03-04T17:42:00.263Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-04T17:42:00.437Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2318 | 2026-03-04T17:42:00.604Z | Compiling backon v1.6.0 |
| 2319 | 2026-03-04T17:42:01.091Z | Compiling regress v0.10.5 |
| 2320 | 2026-03-04T17:42:01.114Z | Compiling secrecy v0.10.3 |
| 2321 | 2026-03-04T17:42:01.430Z | Compiling num-derive v0.4.2 |
| 2322 | 2026-03-04T17:42:03.491Z | Compiling sigpipe v0.1.3 |
| 2323 | 2026-03-04T17:42:03.554Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-03-04T17:42:03.677Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2325 | 2026-03-04T17:42:03.815Z | Compiling glob v0.3.3 |
| 2326 | 2026-03-04T17:42:03.969Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2327 | 2026-03-04T17:42:04.110Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2328 | 2026-03-04T17:42:05.503Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2329 | 2026-03-04T17:42:05.807Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2330 | 2026-03-04T17:42:05.908Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2331 | 2026-03-04T17:42:06.109Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2332 | 2026-03-04T17:42:09.463Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-03-04T17:42:10.333Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-03-04T17:42:10.949Z | Compiling smf v0.2.3 |
| 2335 | 2026-03-04T17:42:11.615Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-03-04T17:42:12.333Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-03-04T17:42:12.550Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-03-04T17:42:12.674Z | Compiling memmap v0.7.0 |
| 2339 | 2026-03-04T17:42:12.909Z | Compiling whoami v1.6.1 |
| 2340 | 2026-03-04T17:42:12.979Z | Compiling usdt v0.5.0 |
| 2341 | 2026-03-04T17:42:13.107Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2342 | 2026-03-04T17:42:13.586Z | Compiling serde-value v0.7.0 |
| 2343 | 2026-03-04T17:42:13.835Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-03-04T17:42:13.877Z | Compiling toml v0.8.23 |
| 2345 | 2026-03-04T17:42:13.900Z | Compiling filetime v0.2.27 |
| 2346 | 2026-03-04T17:42:14.303Z | Compiling arrayvec v0.7.6 |
| 2347 | 2026-03-04T17:42:14.306Z | Compiling constant_time_eq v0.4.2 |
| 2348 | 2026-03-04T17:42:14.347Z | Compiling unicode-xid v0.2.6 |
| 2349 | 2026-03-04T17:42:14.584Z | Compiling arrayref v0.3.9 |
| 2350 | 2026-03-04T17:42:14.614Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-03-04T17:42:14.661Z | Compiling xattr v1.6.1 |
| 2352 | 2026-03-04T17:42:14.714Z | Compiling same-file v1.0.6 |
| 2353 | 2026-03-04T17:42:14.818Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2354 | 2026-03-04T17:42:15.007Z | Compiling cargo-util-schemas v0.8.2 |
| 2355 | 2026-03-04T17:42:15.031Z | Compiling walkdir v2.5.0 |
| 2356 | 2026-03-04T17:42:15.188Z | Compiling tar v0.4.44 |
| 2357 | 2026-03-04T17:42:16.270Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2026-03-04T17:42:16.633Z | Compiling tokio-dtrace v0.1.1 |
| 2359 | 2026-03-04T17:42:16.743Z | Compiling gethostname v0.5.0 |
| 2360 | 2026-03-04T17:42:16.981Z | Compiling cargo-platform v0.2.0 |
| 2361 | 2026-03-04T17:42:17.327Z | Compiling topological-sort v0.2.2 |
| 2362 | 2026-03-04T17:42:17.350Z | Compiling oxide-tokio-rt v0.1.2 |
| 2363 | 2026-03-04T17:42:17.650Z | Compiling omicron-zone-package v0.12.2 |
| 2364 | 2026-03-04T17:42:17.980Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-03-04T17:42:18.151Z | Compiling indent_write v2.2.0 |
| 2366 | 2026-03-04T17:42:18.440Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2367 | 2026-03-04T17:42:19.484Z | Compiling shell-words v1.1.1 |
| 2368 | 2026-03-04T17:42:26.646Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2369 | 2026-03-04T17:42:31.723Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2370 | 2026-03-04T17:42:31.956Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2371 | 2026-03-04T17:42:48.339Z | Finished `release` profile [optimized] target(s) in 5m 27s |
| 2372 | 2026-03-04T17:42:48.529Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2373 | 2026-03-04T17:42:48.595Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2374 | 2026-03-04T17:42:48.600Z | Created new build target 'test' and set it as active |
| 2375 | 2026-03-04T17:42:48.600Z | |
| 2376 | 2026-03-04T17:42:48.600Z | real 5:27.688086506 |
| 2377 | 2026-03-04T17:42:48.600Z | user 36:58.071988495 |
| 2378 | 2026-03-04T17:42:48.600Z | sys 3:36.538768243 |
| 2379 | 2026-03-04T17:42:48.600Z | trap 1.099919245 |
| 2380 | 2026-03-04T17:42:48.600Z | tflt 2.266813790 |
| 2381 | 2026-03-04T17:42:48.600Z | dflt 1.004489806 |
| 2382 | 2026-03-04T17:42:48.600Z | kflt 0.000092118 |
| 2383 | 2026-03-04T17:42:48.600Z | lock 1:43:44.218817077 |
| 2384 | 2026-03-04T17:42:48.600Z | slp 2:22:07.070354342 |
| 2385 | 2026-03-04T17:42:48.600Z | lat 2:31.972601995 |
| 2386 | 2026-03-04T17:42:48.600Z | stop 5:23.605501270 |
| 2387 | 2026-03-04T17:42:48.604Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2388 | 2026-03-04T17:42:49.889Z | Finished `release` profile [optimized] target(s) in 1.21s |
| 2389 | 2026-03-04T17:42:49.939Z | Running `target/release/omicron-package -t test package` |
| 2390 | 2026-03-04T17:42:49.995Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-03-04T17:42:52.005Z | Compiling regress v0.10.5 |
| 2392 | 2026-03-04T17:42:52.008Z | Compiling heck v0.5.0 |
| 2393 | 2026-03-04T17:42:52.248Z | Compiling unsafe-libyaml v0.2.11 |
| 2394 | 2026-03-04T17:42:52.274Z | Compiling convert_case v0.4.0 |
| 2395 | 2026-03-04T17:42:52.302Z | Compiling half v2.7.1 |
| 2396 | 2026-03-04T17:42:52.302Z | Compiling ciborium-io v0.2.2 |
| 2397 | 2026-03-04T17:42:52.358Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2398 | 2026-03-04T17:42:52.362Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2399 | 2026-03-04T17:42:52.506Z | Compiling typify-impl v0.6.1 |
| 2400 | 2026-03-04T17:42:52.937Z | Compiling derive_more v0.99.20 |
| 2401 | 2026-03-04T17:42:53.039Z | Compiling ciborium-ll v0.2.2 |
| 2402 | 2026-03-04T17:42:53.476Z | Compiling ciborium v0.2.2 |
| 2403 | 2026-03-04T17:42:53.605Z | Compiling serde_yaml v0.9.34+deprecated |
| 2404 | 2026-03-04T17:42:53.855Z | Compiling prettyplease v0.2.37 |
| 2405 | 2026-03-04T17:42:54.268Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2406 | 2026-03-04T17:42:54.934Z | Compiling universal-hash v0.5.1 |
| 2407 | 2026-03-04T17:42:55.220Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2408 | 2026-03-04T17:42:55.476Z | Compiling opaque-debug v0.3.1 |
| 2409 | 2026-03-04T17:42:55.610Z | Compiling unicode-width v0.1.14 |
| 2410 | 2026-03-04T17:42:56.398Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-04T17:42:56.827Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-03-04T17:42:57.144Z | Compiling chacha20 v0.9.1 |
| 2413 | 2026-03-04T17:42:57.590Z | Compiling thiserror-no-std v2.0.2 |
| 2414 | 2026-03-04T17:42:57.622Z | Compiling password-hash v0.5.0 |
| 2415 | 2026-03-04T17:42:57.769Z | Compiling blake2 v0.10.6 |
| 2416 | 2026-03-04T17:42:57.824Z | Compiling aead v0.5.2 |
| 2417 | 2026-03-04T17:42:58.216Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-03-04T17:42:58.402Z | Compiling swrite v0.1.0 |
| 2419 | 2026-03-04T17:42:58.482Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2420 | 2026-03-04T17:42:58.617Z | Compiling argon2 v0.5.3 |
| 2421 | 2026-03-04T17:42:58.964Z | Compiling chacha20poly1305 v0.10.1 |
| 2422 | 2026-03-04T17:42:59.258Z | Compiling vsss-rs v3.3.4 |
| 2423 | 2026-03-04T17:42:59.711Z | Compiling typify-impl v0.4.3 |
| 2424 | 2026-03-04T17:42:59.772Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-03-04T17:43:00.060Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2426 | 2026-03-04T17:43:00.514Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2427 | 2026-03-04T17:43:01.103Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2428 | 2026-03-04T17:43:01.815Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-03-04T17:43:02.179Z | Compiling rustls v0.22.4 |
| 2430 | 2026-03-04T17:43:02.229Z | Compiling rustls-webpki v0.102.8 |
| 2431 | 2026-03-04T17:43:03.461Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2432 | 2026-03-04T17:43:03.558Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-03-04T17:43:03.933Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-03-04T17:43:04.379Z | Compiling match_cfg v0.1.0 |
| 2435 | 2026-03-04T17:43:04.523Z | Compiling hostname v0.3.1 |
| 2436 | 2026-03-04T17:43:05.647Z | Compiling typify-macro v0.6.1 |
| 2437 | 2026-03-04T17:43:08.735Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2438 | 2026-03-04T17:43:08.994Z | Compiling multer v3.1.0 |
| 2439 | 2026-03-04T17:43:09.094Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-03-04T17:43:09.123Z | Compiling typify-macro v0.4.3 |
| 2441 | 2026-03-04T17:43:09.155Z | Compiling typify v0.6.1 |
| 2442 | 2026-03-04T17:43:09.354Z | Compiling progenitor-impl v0.13.0 |
| 2443 | 2026-03-04T17:43:09.989Z | Compiling slog-json v2.6.1 |
| 2444 | 2026-03-04T17:43:10.381Z | Compiling crossbeam-channel v0.5.15 |
| 2445 | 2026-03-04T17:43:11.370Z | Compiling futures-executor v0.3.32 |
| 2446 | 2026-03-04T17:43:11.843Z | Compiling term v1.2.1 |
| 2447 | 2026-03-04T17:43:12.096Z | Compiling take_mut v0.2.2 |
| 2448 | 2026-03-04T17:43:12.437Z | Compiling typify v0.4.3 |
| 2449 | 2026-03-04T17:43:12.644Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-03-04T17:43:12.942Z | Compiling futures v0.3.32 |
| 2451 | 2026-03-04T17:43:13.105Z | Compiling slog-bunyan v2.5.0 |
| 2452 | 2026-03-04T17:43:13.357Z | Compiling tokio-rustls v0.25.0 |
| 2453 | 2026-03-04T17:43:13.843Z | Compiling dropshot v0.16.7 |
| 2454 | 2026-03-04T17:43:13.881Z | Compiling async-stream v0.3.6 |
| 2455 | 2026-03-04T17:43:13.943Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-03-04T17:43:14.203Z | Compiling waitgroup v0.1.2 |
| 2457 | 2026-03-04T17:43:14.237Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-03-04T17:43:14.308Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-04T17:43:14.458Z | Compiling instant v0.1.13 |
| 2460 | 2026-03-04T17:43:14.633Z | Compiling hostname v0.4.2 |
| 2461 | 2026-03-04T17:43:14.670Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-03-04T17:43:14.871Z | Compiling backoff v0.4.0 |
| 2463 | 2026-03-04T17:43:14.904Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2464 | 2026-03-04T17:43:14.991Z | Compiling progenitor-macro v0.13.0 |
| 2465 | 2026-03-04T17:43:16.075Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-04T17:43:16.620Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-03-04T17:43:16.866Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-03-04T17:43:18.372Z | Compiling progenitor-client v0.13.0 |
| 2469 | 2026-03-04T17:43:18.974Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-03-04T17:43:19.552Z | Compiling backon v1.6.0 |
| 2471 | 2026-03-04T17:43:19.968Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2472 | 2026-03-04T17:43:21.950Z | Compiling macaddr v1.0.1 |
| 2473 | 2026-03-04T17:43:22.445Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2026-03-04T17:43:25.875Z | Compiling progenitor v0.13.0 |
| 2475 | 2026-03-04T17:43:26.149Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-03-04T17:43:26.725Z | Compiling console v0.15.11 |
| 2477 | 2026-03-04T17:43:26.797Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-03-04T17:43:27.070Z | Compiling atomicwrites v0.4.4 |
| 2479 | 2026-03-04T17:43:27.650Z | Compiling num-rational v0.4.2 |
| 2480 | 2026-03-04T17:43:30.001Z | Compiling num-complex v0.4.6 |
| 2481 | 2026-03-04T17:43:31.232Z | Compiling slog-dtrace v0.3.0 |
| 2482 | 2026-03-04T17:43:31.725Z | Compiling num v0.4.3 |
| 2483 | 2026-03-04T17:43:31.870Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-03-04T17:43:32.180Z | Compiling async-recursion v1.1.1 |
| 2485 | 2026-03-04T17:43:32.283Z | Compiling float-ord v0.3.2 |
| 2486 | 2026-03-04T17:43:32.516Z | Compiling cancel-safe-futures v0.1.5 |
| 2487 | 2026-03-04T17:43:32.952Z | Compiling owo-colors v4.3.0 |
| 2488 | 2026-03-04T17:43:33.779Z | Compiling libsw-core v0.3.2 |
| 2489 | 2026-03-04T17:43:34.131Z | Compiling resolv-conf v0.7.6 |
| 2490 | 2026-03-04T17:43:35.242Z | Compiling libsw v3.5.0 |
| 2491 | 2026-03-04T17:43:36.286Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-03-04T17:43:36.592Z | Compiling toml v0.8.23 |
| 2493 | 2026-03-04T17:43:38.014Z | Compiling linear-map v1.2.0 |
| 2494 | 2026-03-04T17:43:38.278Z | Compiling minimal-lexical v0.2.1 |
| 2495 | 2026-03-04T17:43:38.512Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2496 | 2026-03-04T17:43:38.820Z | Compiling linked-hash-map v0.5.6 |
| 2497 | 2026-03-04T17:43:39.042Z | Compiling nom v7.1.3 |
| 2498 | 2026-03-04T17:43:39.283Z | Compiling lru-cache v0.1.2 |
| 2499 | 2026-03-04T17:43:42.381Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2500 | 2026-03-04T17:43:45.812Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-03-04T17:43:45.849Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2502 | 2026-03-04T17:43:46.054Z | Compiling globset v0.4.18 |
| 2503 | 2026-03-04T17:43:46.601Z | Compiling hickory-proto v0.24.4 |
| 2504 | 2026-03-04T17:43:52.401Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-03-04T17:43:56.118Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-03-04T17:43:57.943Z | Compiling progenitor-impl v0.11.2 |
| 2507 | 2026-03-04T17:44:00.765Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2508 | 2026-03-04T17:44:01.625Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2509 | 2026-03-04T17:44:03.803Z | Compiling convert_case v0.10.0 |
| 2510 | 2026-03-04T17:44:04.453Z | Compiling derive_more-impl v2.1.1 |
| 2511 | 2026-03-04T17:44:06.128Z | Compiling progenitor-macro v0.11.2 |
| 2512 | 2026-03-04T17:44:06.193Z | Compiling qorb v0.4.1 |
| 2513 | 2026-03-04T17:44:13.183Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-03-04T17:44:14.477Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2515 | 2026-03-04T17:44:15.584Z | Compiling progenitor-client v0.11.2 |
| 2516 | 2026-03-04T17:44:15.976Z | Compiling pin-project-internal v1.1.11 |
| 2517 | 2026-03-04T17:44:16.606Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2518 | 2026-03-04T17:44:16.861Z | Compiling progenitor v0.11.2 |
| 2519 | 2026-03-04T17:44:17.131Z | Compiling derive_more v2.1.1 |
| 2520 | 2026-03-04T17:44:17.299Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2521 | 2026-03-04T17:44:17.635Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2522 | 2026-03-04T17:44:18.147Z | Compiling pem v3.0.6 |
| 2523 | 2026-03-04T17:44:18.402Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-03-04T17:44:18.489Z | Compiling pin-project v1.1.11 |
| 2525 | 2026-03-04T17:44:18.688Z | Compiling termtree v0.5.1 |
| 2526 | 2026-03-04T17:44:19.042Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2527 | 2026-03-04T17:44:19.629Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2528 | 2026-03-04T17:44:19.662Z | Compiling crossterm v0.29.0 |
| 2529 | 2026-03-04T17:44:20.135Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2530 | 2026-03-04T17:44:22.636Z | Compiling snafu v0.8.9 |
| 2531 | 2026-03-04T17:44:24.974Z | Compiling olpc-cjson v0.1.4 |
| 2532 | 2026-03-04T17:44:25.381Z | Compiling phf_shared v0.12.1 |
| 2533 | 2026-03-04T17:44:25.898Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2534 | 2026-03-04T17:44:26.369Z | Compiling csv-core v0.1.13 |
| 2535 | 2026-03-04T17:44:26.606Z | Compiling vte v0.14.1 |
| 2536 | 2026-03-04T17:44:26.953Z | Compiling serde_plain v1.0.2 |
| 2537 | 2026-03-04T17:44:26.985Z | Compiling highway v1.3.0 |
| 2538 | 2026-03-04T17:44:27.035Z | Compiling chrono-tz v0.10.4 |
| 2539 | 2026-03-04T17:44:27.245Z | Compiling typed-path v0.9.3 |
| 2540 | 2026-03-04T17:44:27.450Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-03-04T17:44:27.532Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2542 | 2026-03-04T17:44:27.893Z | Compiling strip-ansi-escapes v0.2.1 |
| 2543 | 2026-03-04T17:44:28.534Z | Compiling csv v1.4.0 |
| 2544 | 2026-03-04T17:44:29.326Z | Compiling phf v0.12.1 |
| 2545 | 2026-03-04T17:44:29.706Z | Compiling const_format_proc_macros v0.2.34 |
| 2546 | 2026-03-04T17:44:30.755Z | Compiling tough v0.20.0 |
| 2547 | 2026-03-04T17:44:31.538Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2548 | 2026-03-04T17:44:32.536Z | Compiling papergrid v0.11.0 |
| 2549 | 2026-03-04T17:44:34.102Z | Compiling fd-lock v4.0.4 |
| 2550 | 2026-03-04T17:44:34.368Z | Compiling peg-macros v0.8.5 |
| 2551 | 2026-03-04T17:44:34.845Z | Compiling tabled_derive v0.7.0 |
| 2552 | 2026-03-04T17:44:35.020Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-03-04T17:44:36.806Z | Compiling tabled v0.15.0 |
| 2554 | 2026-03-04T17:44:37.377Z | Compiling reedline v0.40.0 |
| 2555 | 2026-03-04T17:44:37.423Z | Compiling peg v0.8.5 |
| 2556 | 2026-03-04T17:44:37.627Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-04T17:44:40.956Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2558 | 2026-03-04T17:44:42.131Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-03-04T17:44:45.412Z | Compiling bcs v0.1.6 |
| 2560 | 2026-03-04T17:44:46.274Z | Compiling semver v0.1.20 |
| 2561 | 2026-03-04T17:44:46.835Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-03-04T17:44:47.278Z | Compiling base64 v0.21.7 |
| 2563 | 2026-03-04T17:44:48.422Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-03-04T17:44:48.820Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-04T17:44:48.863Z | Compiling unicode-linebreak v0.1.5 |
| 2566 | 2026-03-04T17:44:49.192Z | Compiling humantime v2.3.0 |
| 2567 | 2026-03-04T17:44:49.464Z | Compiling smawk v0.3.2 |
| 2568 | 2026-03-04T17:44:49.804Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-03-04T17:44:50.276Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2570 | 2026-03-04T17:44:51.597Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2571 | 2026-03-04T17:44:51.754Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-03-04T17:44:52.386Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2573 | 2026-03-04T17:44:52.710Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2574 | 2026-03-04T17:44:53.558Z | Compiling steno v0.4.1 |
| 2575 | 2026-03-04T17:44:54.262Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-03-04T17:44:54.646Z | Compiling progenitor-impl v0.10.0 |
| 2577 | 2026-03-04T17:44:55.943Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-04T17:44:56.290Z | Compiling moka v0.12.13 |
| 2579 | 2026-03-04T17:45:00.381Z | Compiling progenitor-macro v0.10.0 |
| 2580 | 2026-03-04T17:45:02.317Z | Compiling hickory-resolver v0.25.2 |
| 2581 | 2026-03-04T17:45:03.169Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2582 | 2026-03-04T17:45:11.198Z | Compiling progenitor v0.10.0 |
| 2583 | 2026-03-04T17:45:11.472Z | Compiling tungstenite v0.21.0 |
| 2584 | 2026-03-04T17:45:13.577Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2585 | 2026-03-04T17:45:13.858Z | Compiling tokio-tungstenite v0.21.0 |
| 2586 | 2026-03-04T17:45:14.562Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2587 | 2026-03-04T17:45:15.733Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-03-04T17:45:16.341Z | Compiling radium v0.7.0 |
| 2589 | 2026-03-04T17:45:16.925Z | Compiling tap v1.0.1 |
| 2590 | 2026-03-04T17:45:17.173Z | Compiling maybe-uninit v2.0.0 |
| 2591 | 2026-03-04T17:45:17.533Z | Compiling wyz v0.5.1 |
| 2592 | 2026-03-04T17:45:18.039Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-03-04T17:45:18.380Z | Compiling crc-catalog v2.4.0 |
| 2594 | 2026-03-04T17:45:18.596Z | Compiling display-error-chain v0.2.2 |
| 2595 | 2026-03-04T17:45:18.874Z | Compiling funty v2.0.0 |
| 2596 | 2026-03-04T17:45:19.757Z | Compiling packed_struct v0.10.1 |
| 2597 | 2026-03-04T17:45:20.306Z | Compiling bitvec v1.0.1 |
| 2598 | 2026-03-04T17:45:21.362Z | Compiling zerocopy v0.6.6 |
| 2599 | 2026-03-04T17:45:21.837Z | Compiling crc v3.4.0 |
| 2600 | 2026-03-04T17:45:22.429Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-03-04T17:45:22.627Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-03-04T17:45:24.037Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-04T17:45:24.258Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-03-04T17:45:24.465Z | Compiling array-init v0.0.4 |
| 2605 | 2026-03-04T17:45:24.494Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-03-04T17:45:24.711Z | Compiling smallvec v0.6.14 |
| 2607 | 2026-03-04T17:45:25.272Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2608 | 2026-03-04T17:45:25.301Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-04T17:45:25.526Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-04T17:45:27.619Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-04T17:45:28.460Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-03-04T17:45:28.922Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-04T17:45:29.825Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2614 | 2026-03-04T17:45:33.136Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-03-04T17:45:33.627Z | Compiling libscf-sys v1.1.0 |
| 2616 | 2026-03-04T17:45:33.730Z | Compiling serde-hex v0.1.0 |
| 2617 | 2026-03-04T17:45:33.888Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2618 | 2026-03-04T17:45:34.301Z | Compiling ron v0.8.1 |
| 2619 | 2026-03-04T17:45:35.765Z | Compiling nix v0.31.1 |
| 2620 | 2026-03-04T17:45:36.612Z | Compiling hashbrown v0.13.2 |
| 2621 | 2026-03-04T17:45:38.041Z | Compiling vergen-gitcl v1.0.8 |
| 2622 | 2026-03-04T17:45:38.439Z | Compiling dirs-sys-next v0.1.2 |
| 2623 | 2026-03-04T17:45:38.892Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-04T17:45:38.948Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-03-04T17:45:39.365Z | Compiling maplit v1.0.2 |
| 2626 | 2026-03-04T17:45:39.544Z | Compiling glob v0.3.3 |
| 2627 | 2026-03-04T17:45:39.927Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2628 | 2026-03-04T17:45:39.963Z | Compiling dirs-next v2.0.0 |
| 2629 | 2026-03-04T17:45:40.244Z | Compiling object v0.30.4 |
| 2630 | 2026-03-04T17:45:40.278Z | Compiling clang-sys v1.8.1 |
| 2631 | 2026-03-04T17:45:41.037Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2632 | 2026-03-04T17:45:42.522Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2633 | 2026-03-04T17:45:44.115Z | Compiling tabled_derive v0.11.0 |
| 2634 | 2026-03-04T17:45:46.527Z | Compiling papergrid v0.17.0 |
| 2635 | 2026-03-04T17:45:52.343Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2636 | 2026-03-04T17:45:53.799Z | Compiling testing_table v0.3.0 |
| 2637 | 2026-03-04T17:45:54.625Z | Compiling dsl_auto_type v0.1.3 |
| 2638 | 2026-03-04T17:45:55.903Z | Compiling scheduled-thread-pool v0.2.7 |
| 2639 | 2026-03-04T17:45:57.320Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2640 | 2026-03-04T17:45:57.734Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-03-04T17:45:58.119Z | Compiling path-slash v0.1.5 |
| 2642 | 2026-03-04T17:45:58.489Z | Compiling diesel_derives v2.2.7 |
| 2643 | 2026-03-04T17:45:59.084Z | Compiling r2d2 v0.8.10 |
| 2644 | 2026-03-04T17:45:59.708Z | Compiling tabled v0.20.0 |
| 2645 | 2026-03-04T17:46:03.138Z | Compiling term v0.7.0 |
| 2646 | 2026-03-04T17:46:03.952Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-04T17:46:04.249Z | Compiling arc-swap v1.8.2 |
| 2648 | 2026-03-04T17:46:04.964Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2649 | 2026-03-04T17:46:05.380Z | Compiling bit-vec v0.6.3 |
| 2650 | 2026-03-04T17:46:05.837Z | Compiling xshell-macros v0.2.7 |
| 2651 | 2026-03-04T17:46:06.586Z | Compiling xshell v0.2.7 |
| 2652 | 2026-03-04T17:46:07.262Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2653 | 2026-03-04T17:46:08.868Z | Compiling diesel v2.2.12 |
| 2654 | 2026-03-04T17:46:09.389Z | Compiling bit-set v0.5.3 |
| 2655 | 2026-03-04T17:46:09.833Z | Compiling slog-scope v4.4.1 |
| 2656 | 2026-03-04T17:46:11.128Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-03-04T17:46:11.623Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2658 | 2026-03-04T17:46:12.386Z | Compiling itertools v0.10.5 |
| 2659 | 2026-03-04T17:46:13.937Z | Compiling ena v0.14.4 |
| 2660 | 2026-03-04T17:46:14.214Z | Compiling libloading v0.8.9 |
| 2661 | 2026-03-04T17:46:14.412Z | Compiling unicase v2.9.0 |
| 2662 | 2026-03-04T17:46:14.629Z | Compiling regex-syntax v0.6.29 |
| 2663 | 2026-03-04T17:46:14.972Z | Compiling bindgen v0.71.1 |
| 2664 | 2026-03-04T17:46:15.020Z | Compiling diff v0.1.13 |
| 2665 | 2026-03-04T17:46:15.585Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-03-04T17:46:17.912Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-03-04T17:46:18.019Z | Compiling slog-stdlog v4.1.1 |
| 2668 | 2026-03-04T17:46:18.916Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2669 | 2026-03-04T17:46:19.258Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2670 | 2026-03-04T17:46:20.293Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-03-04T17:46:21.471Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2672 | 2026-03-04T17:46:21.612Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2673 | 2026-03-04T17:46:21.745Z | Compiling crc8 v0.1.1 |
| 2674 | 2026-03-04T17:46:21.963Z | Compiling slog-envlogger v2.2.0 |
| 2675 | 2026-03-04T17:46:22.107Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-04T17:46:23.075Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-03-04T17:46:24.091Z | Compiling headers-core v0.3.0 |
| 2678 | 2026-03-04T17:46:24.329Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-04T17:46:24.577Z | Compiling headers v0.4.1 |
| 2680 | 2026-03-04T17:46:24.820Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-03-04T17:46:24.863Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2682 | 2026-03-04T17:46:25.242Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2683 | 2026-03-04T17:46:26.006Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-04T17:46:27.828Z | Compiling indoc v1.0.9 |
| 2685 | 2026-03-04T17:46:28.686Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2686 | 2026-03-04T17:46:29.023Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-03-04T17:46:29.085Z | Compiling oso-derive v0.27.3 |
| 2688 | 2026-03-04T17:46:29.291Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-03-04T17:46:30.109Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-03-04T17:46:32.728Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-03-04T17:46:33.249Z | Compiling half v1.8.3 |
| 2692 | 2026-03-04T17:46:33.364Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-03-04T17:46:34.251Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-03-04T17:46:34.328Z | Compiling samael v0.0.19 |
| 2695 | 2026-03-04T17:46:34.900Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2696 | 2026-03-04T17:46:35.639Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-04T17:46:36.484Z | Compiling diesel-dtrace v0.4.2 |
| 2698 | 2026-03-04T17:46:36.997Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-03-04T17:46:37.411Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2700 | 2026-03-04T17:46:37.588Z | Compiling bb8 v0.8.6 |
| 2701 | 2026-03-04T17:46:38.303Z | Compiling trait-variant v0.1.2 |
| 2702 | 2026-03-04T17:46:38.598Z | Compiling polar-core v0.27.3 |
| 2703 | 2026-03-04T17:46:39.365Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2704 | 2026-03-04T17:46:40.202Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-03-04T17:46:40.343Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2706 | 2026-03-04T17:46:40.898Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-03-04T17:46:43.953Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2708 | 2026-03-04T17:46:44.352Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-03-04T17:46:44.630Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2710 | 2026-03-04T17:46:44.842Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-03-04T17:46:45.082Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-03-04T17:46:45.737Z | Compiling salty v0.3.0 |
| 2713 | 2026-03-04T17:46:45.832Z | Compiling nonempty v0.12.0 |
| 2714 | 2026-03-04T17:46:46.299Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-03-04T17:46:53.634Z | Compiling async-bb8-diesel v0.2.1 |
| 2716 | 2026-03-04T17:46:54.230Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2717 | 2026-03-04T17:46:54.448Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-03-04T17:46:54.518Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2719 | 2026-03-04T17:46:59.483Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2720 | 2026-03-04T17:47:09.319Z | Compiling oso v0.27.3 |
| 2721 | 2026-03-04T17:47:09.511Z | Compiling darling_core v0.23.0 |
| 2722 | 2026-03-04T17:47:13.765Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-03-04T17:47:14.500Z | Compiling fs-err v2.11.0 |
| 2724 | 2026-03-04T17:47:14.914Z | Compiling parking_lot_core v0.8.6 |
| 2725 | 2026-03-04T17:47:15.482Z | Compiling darling_macro v0.23.0 |
| 2726 | 2026-03-04T17:47:15.844Z | Compiling mime_guess v2.0.5 |
| 2727 | 2026-03-04T17:47:16.688Z | Compiling flume v0.11.1 |
| 2728 | 2026-03-04T17:47:16.912Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2729 | 2026-03-04T17:47:17.539Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2730 | 2026-03-04T17:47:25.517Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-03-04T17:47:26.585Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-03-04T17:47:27.528Z | Compiling git-stub v1.0.0 |
| 2733 | 2026-03-04T17:47:28.019Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2734 | 2026-03-04T17:47:28.778Z | Compiling instability v0.3.11 |
| 2735 | 2026-03-04T17:47:29.235Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-03-04T17:47:29.948Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-03-04T17:47:35.896Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2738 | 2026-03-04T17:47:50.325Z | Compiling darling v0.23.0 |
| 2739 | 2026-03-04T17:47:50.529Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-03-04T17:47:50.720Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2741 | 2026-03-04T17:48:38.097Z | Compiling ignore v0.4.25 |
| 2742 | 2026-03-04T17:48:38.215Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-03-04T17:48:38.317Z | Compiling primeorder v0.13.6 |
| 2744 | 2026-03-04T17:48:38.317Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-03-04T17:48:38.317Z | Compiling castaway v0.2.4 |
| 2746 | 2026-03-04T17:48:38.317Z | Compiling nibble_vec v0.1.0 |
| 2747 | 2026-03-04T17:48:38.317Z | Compiling atty v0.2.14 |
| 2748 | 2026-03-04T17:48:38.317Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-03-04T17:48:38.317Z | Compiling endian-type v0.1.2 |
| 2750 | 2026-03-04T17:48:38.317Z | Compiling parse-size v1.1.0 |
| 2751 | 2026-03-04T17:48:38.317Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2752 | 2026-03-04T17:48:38.317Z | Compiling http-range v0.1.5 |
| 2753 | 2026-03-04T17:48:38.317Z | Compiling indoc v2.0.7 |
| 2754 | 2026-03-04T17:48:38.317Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-03-04T17:48:38.317Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-03-04T17:48:38.317Z | Compiling radix_trie v0.2.1 |
| 2757 | 2026-03-04T17:48:38.317Z | Compiling compact_str v0.8.1 |
| 2758 | 2026-03-04T17:48:38.317Z | Compiling p384 v0.13.1 |
| 2759 | 2026-03-04T17:48:38.317Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-03-04T17:48:38.317Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-03-04T17:48:38.317Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-03-04T17:48:38.317Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-03-04T17:48:38.317Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2764 | 2026-03-04T17:48:38.317Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-03-04T17:48:38.317Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-03-04T17:48:38.317Z | Compiling unicode-truncate v1.1.0 |
| 2767 | 2026-03-04T17:48:38.317Z | Compiling lru v0.12.5 |
| 2768 | 2026-03-04T17:48:38.318Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-03-04T17:48:38.318Z | Compiling vergen-git2 v1.0.7 |
| 2770 | 2026-03-04T17:48:38.318Z | Compiling cassowary v0.3.0 |
| 2771 | 2026-03-04T17:48:38.318Z | Compiling ratatui v0.29.0 |
| 2772 | 2026-03-04T17:48:38.318Z | Compiling hickory-server v0.25.2 |
| 2773 | 2026-03-04T17:48:38.318Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-03-04T17:48:38.318Z | Compiling git2 v0.20.4 |
| 2775 | 2026-03-04T17:48:38.318Z | Compiling camino-tempfile-ext v0.3.3 |
| 2776 | 2026-03-04T17:48:38.318Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-03-04T17:48:38.318Z | Compiling sled v0.34.7 |
| 2778 | 2026-03-04T17:48:38.318Z | Compiling hickory-client v0.25.2 |
| 2779 | 2026-03-04T17:48:38.318Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2780 | 2026-03-04T17:48:38.318Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-03-04T17:48:38.319Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-03-04T17:48:38.319Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2783 | 2026-03-04T17:48:38.319Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2784 | 2026-03-04T17:48:38.319Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-03-04T17:48:38.319Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2786 | 2026-03-04T17:48:38.319Z | Compiling rand_seeder v0.4.0 |
| 2787 | 2026-03-04T17:48:38.319Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2788 | 2026-03-04T17:48:38.319Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-03-04T17:48:38.319Z | Compiling lzma-sys v0.1.20 |
| 2790 | 2026-03-04T17:48:38.319Z | Compiling rustls v0.21.12 |
| 2791 | 2026-03-04T17:48:38.319Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2792 | 2026-03-04T17:48:38.319Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-03-04T17:48:38.319Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-03-04T17:48:38.319Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-03-04T17:48:38.319Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2796 | 2026-03-04T17:48:38.319Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-03-04T17:48:38.319Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2798 | 2026-03-04T17:48:39.322Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-03-04T17:48:41.321Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-03-04T17:48:44.222Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-03-04T17:48:51.642Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2026-03-04T17:48:52.072Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-03-04T17:48:56.969Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2804 | 2026-03-04T17:48:57.374Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2805 | 2026-03-04T17:48:57.786Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2806 | 2026-03-04T17:48:58.203Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-03-04T17:48:58.707Z | Compiling cargo_toml v0.22.3 |
| 2808 | 2026-03-04T17:49:00.744Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2809 | 2026-03-04T17:49:05.265Z | Compiling nix v0.29.0 |
| 2810 | 2026-03-04T17:49:06.140Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-03-04T17:49:06.196Z | Compiling sct v0.7.1 |
| 2812 | 2026-03-04T17:49:06.720Z | Compiling secrecy v0.8.0 |
| 2813 | 2026-03-04T17:49:06.875Z | Compiling void v1.0.2 |
| 2814 | 2026-03-04T17:49:07.054Z | Compiling lzss v0.8.2 |
| 2815 | 2026-03-04T17:49:09.909Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2816 | 2026-03-04T17:49:12.498Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-04T17:49:19.602Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2818 | 2026-03-04T17:49:19.956Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2819 | 2026-03-04T17:50:03.077Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2820 | 2026-03-04T17:50:03.140Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2821 | 2026-03-04T17:50:03.140Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2822 | 2026-03-04T17:50:03.140Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2823 | 2026-03-04T17:50:03.140Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2824 | 2026-03-04T17:50:03.221Z | Compiling tungstenite v0.23.0 |
| 2825 | 2026-03-04T17:50:03.221Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-03-04T17:50:03.221Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-03-04T17:50:03.221Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2828 | 2026-03-04T17:50:03.222Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2829 | 2026-03-04T17:50:03.222Z | Compiling nix v0.27.1 |
| 2830 | 2026-03-04T17:50:03.222Z | Compiling serde_bytes v0.11.19 |
| 2831 | 2026-03-04T17:50:03.222Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2832 | 2026-03-04T17:50:03.222Z | Compiling tokio-tungstenite v0.23.1 |
| 2833 | 2026-03-04T17:50:03.222Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2834 | 2026-03-04T17:50:03.222Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-03-04T17:50:03.222Z | Compiling xz2 v0.1.7 |
| 2836 | 2026-03-04T17:50:03.222Z | Compiling ron v0.12.0 |
| 2837 | 2026-03-04T17:50:03.222Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-04T17:50:03.223Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2839 | 2026-03-04T17:50:03.223Z | Compiling tokio-rustls v0.24.1 |
| 2840 | 2026-03-04T17:50:03.223Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2841 | 2026-03-04T17:50:03.223Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2842 | 2026-03-04T17:50:03.578Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2843 | 2026-03-04T17:50:04.539Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2844 | 2026-03-04T17:50:07.401Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2845 | 2026-03-04T17:50:10.944Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-03-04T17:50:12.844Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2847 | 2026-03-04T17:50:20.426Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2848 | 2026-03-04T17:50:35.093Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2849 | 2026-03-04T17:50:39.350Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2850 | 2026-03-04T17:50:44.595Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2851 | 2026-03-04T17:50:46.813Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-03-04T17:50:50.484Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-03-04T17:50:51.311Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2854 | 2026-03-04T17:50:54.449Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-03-04T17:50:55.144Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-03-04T17:50:55.648Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2857 | 2026-03-04T17:50:57.304Z | Compiling signal-hook-tokio v0.3.1 |
| 2858 | 2026-03-04T17:50:57.398Z | Compiling yasna v0.5.2 |
| 2859 | 2026-03-04T17:50:57.604Z | Compiling twox-hash v2.1.2 |
| 2860 | 2026-03-04T17:50:58.674Z | Compiling base16ct v1.0.0 |
| 2861 | 2026-03-04T17:50:59.179Z | Compiling is_ci v1.2.0 |
| 2862 | 2026-03-04T17:50:59.535Z | Compiling supports-color v3.0.2 |
| 2863 | 2026-03-04T17:51:00.809Z | Compiling rcgen v0.12.1 |
| 2864 | 2026-03-04T17:51:03.638Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-03-04T17:51:12.098Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2866 | 2026-03-04T17:51:13.511Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-03-04T17:52:06.229Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2868 | 2026-03-04T17:52:06.229Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2869 | 2026-03-04T17:52:06.229Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2870 | 2026-03-04T17:52:06.297Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2871 | 2026-03-04T17:52:06.298Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2872 | 2026-03-04T17:52:09.267Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2873 | 2026-03-04T17:52:15.256Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-03-04T17:52:15.637Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-03-04T17:52:16.055Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-03-04T17:52:18.103Z | Compiling progenitor-extras v0.1.0 |
| 2877 | 2026-03-04T17:52:18.207Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-03-04T17:52:18.533Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-03-04T17:52:18.569Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-03-04T17:52:21.245Z | Compiling subprocess v0.2.15 |
| 2881 | 2026-03-04T17:52:26.174Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-03-04T17:52:26.657Z | Compiling seq-macro v0.3.6 |
| 2883 | 2026-03-04T17:52:27.635Z | Compiling assert_matches v1.5.0 |
| 2884 | 2026-03-04T17:52:27.746Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-03-04T17:52:28.266Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-03-04T17:52:36.728Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2887 | 2026-03-04T17:52:39.952Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-03-04T17:52:58.835Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-03-04T17:52:59.054Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-03-04T17:53:04.541Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-03-04T17:53:05.122Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-03-04T17:53:08.812Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-03-04T17:53:09.845Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-03-04T17:53:15.801Z | Compiling uzers v0.12.2 |
| 2895 | 2026-03-04T17:53:15.844Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-03-04T17:53:18.917Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-03-04T17:53:25.054Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-03-04T17:53:49.336Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-03-04T17:54:00.162Z | Compiling support-bundle-viewer v0.1.2 |
| 2900 | 2026-03-04T17:54:04.470Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-03-04T17:54:05.308Z | Compiling multimap v0.10.1 |
| 2902 | 2026-03-04T17:56:13.754Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2903 | 2026-03-04T17:56:33.134Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2904 | 2026-03-04T18:07:41.599Z | Finished `release` profile [optimized] target(s) in 24m 59s |
| 2905 | 2026-03-04T18:08:40.026Z | |
| 2906 | 2026-03-04T18:08:40.029Z | real 26:00.194993858 |
| 2907 | 2026-03-04T18:08:40.029Z | user 3:04:06.592854420 |
| 2908 | 2026-03-04T18:08:40.029Z | sys 4:56.797384424 |
| 2909 | 2026-03-04T18:08:40.029Z | trap 4.720168542 |
| 2910 | 2026-03-04T18:08:40.029Z | tflt 2.410962309 |
| 2911 | 2026-03-04T18:08:40.029Z | dflt 6.528502255 |
| 2912 | 2026-03-04T18:08:40.029Z | kflt 0.001153385 |
| 2913 | 2026-03-04T18:08:40.029Z | lock 12:21:14.291655089 |
| 2914 | 2026-03-04T18:08:40.029Z | slp 9:00:23.473448189 |
| 2915 | 2026-03-04T18:08:40.029Z | lat 4:52.525576449 |
| 2916 | 2026-03-04T18:08:40.029Z | stop 4:41.611585754 |
| 2917 | 2026-03-04T18:08:40.029Z | + mapfile -t packages |
| 2918 | 2026-03-04T18:08:40.029Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2919 | 2026-03-04T18:08:41.442Z | Finished `release` profile [optimized] target(s) in 1.35s |
| 2920 | 2026-03-04T18:08:41.508Z | Running `target/release/omicron-package -t test list-outputs` |
| 2921 | 2026-03-04T18:08:41.566Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2922 | 2026-03-04T18:08:41.569Z | + ptime -m cargo build --locked --release -p xtask |
| 2923 | 2026-03-04T18:08:42.399Z | Compiling libc v0.2.180 |
| 2924 | 2026-03-04T18:08:42.399Z | Compiling serde v1.0.228 |
| 2925 | 2026-03-04T18:08:42.402Z | Compiling serde_core v1.0.228 |
| 2926 | 2026-03-04T18:08:42.515Z | Compiling syn v2.0.117 |
| 2927 | 2026-03-04T18:08:42.537Z | Compiling rustix v1.1.3 |
| 2928 | 2026-03-04T18:08:42.574Z | Compiling bitflags v2.11.0 |
| 2929 | 2026-03-04T18:08:42.577Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-03-04T18:08:43.002Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-03-04T18:08:43.158Z | Compiling hashbrown v0.16.1 |
| 2932 | 2026-03-04T18:08:43.387Z | Compiling smallvec v1.15.1 |
| 2933 | 2026-03-04T18:08:43.592Z | Compiling usdt-impl v0.5.0 |
| 2934 | 2026-03-04T18:08:43.812Z | Compiling syn v1.0.109 |
| 2935 | 2026-03-04T18:08:44.213Z | Compiling errno v0.3.14 |
| 2936 | 2026-03-04T18:08:44.371Z | Compiling thread-id v4.2.2 |
| 2937 | 2026-03-04T18:08:44.507Z | Compiling getrandom v0.4.1 |
| 2938 | 2026-03-04T18:08:44.537Z | Compiling indexmap v2.13.0 |
| 2939 | 2026-03-04T18:08:44.665Z | Compiling log v0.4.29 |
| 2940 | 2026-03-04T18:08:44.969Z | Compiling percent-encoding v2.3.2 |
| 2941 | 2026-03-04T18:08:45.525Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-03-04T18:08:46.428Z | Compiling ordered-float v2.10.1 |
| 2943 | 2026-03-04T18:08:46.666Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-03-04T18:08:47.063Z | Compiling terminal_size v0.4.3 |
| 2945 | 2026-03-04T18:08:47.100Z | Compiling heck v0.4.1 |
| 2946 | 2026-03-04T18:08:47.347Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-03-04T18:08:47.531Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-03-04T18:08:48.061Z | Compiling proc-macro-error v1.0.4 |
| 2949 | 2026-03-04T18:08:48.380Z | Compiling tempfile v3.25.0 |
| 2950 | 2026-03-04T18:08:48.620Z | Compiling clap_builder v4.5.60 |
| 2951 | 2026-03-04T18:08:49.277Z | Compiling memmap v0.7.0 |
| 2952 | 2026-03-04T18:08:49.687Z | Compiling synstructure v0.13.2 |
| 2953 | 2026-03-04T18:08:49.759Z | Compiling pest_generator v2.8.6 |
| 2954 | 2026-03-04T18:08:49.943Z | Compiling tabled_derive v0.7.0 |
| 2955 | 2026-03-04T18:08:50.244Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-03-04T18:08:50.881Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-03-04T18:08:51.826Z | Compiling tabled v0.15.0 |
| 2958 | 2026-03-04T18:08:52.510Z | Compiling serde_derive v1.0.228 |
| 2959 | 2026-03-04T18:08:52.629Z | Compiling zerofrom-derive v0.1.6 |
| 2960 | 2026-03-04T18:08:52.647Z | Compiling yoke-derive v0.8.1 |
| 2961 | 2026-03-04T18:08:52.694Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-03-04T18:08:52.727Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-03-04T18:08:54.179Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-03-04T18:08:54.990Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-03-04T18:08:55.199Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-03-04T18:08:55.427Z | Compiling zerofrom v0.1.6 |
| 2967 | 2026-03-04T18:08:55.726Z | Compiling yoke v0.8.1 |
| 2968 | 2026-03-04T18:08:56.071Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-03-04T18:08:56.169Z | Compiling zerovec v0.11.5 |
| 2970 | 2026-03-04T18:08:56.816Z | Compiling zerotrie v0.2.3 |
| 2971 | 2026-03-04T18:08:56.837Z | Compiling thiserror v1.0.69 |
| 2972 | 2026-03-04T18:08:57.042Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-03-04T18:08:57.538Z | Compiling tinystr v0.8.2 |
| 2974 | 2026-03-04T18:08:57.559Z | Compiling potential_utf v0.1.4 |
| 2975 | 2026-03-04T18:08:57.783Z | Compiling scroll v0.12.0 |
| 2976 | 2026-03-04T18:08:57.999Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-03-04T18:08:58.044Z | Compiling icu_collections v2.1.1 |
| 2978 | 2026-03-04T18:08:58.451Z | Compiling dtrace-parser v0.2.0 |
| 2979 | 2026-03-04T18:08:58.737Z | Compiling goblin v0.8.2 |
| 2980 | 2026-03-04T18:09:00.033Z | Compiling icu_provider v2.1.1 |
| 2981 | 2026-03-04T18:09:00.786Z | Compiling icu_properties v2.1.2 |
| 2982 | 2026-03-04T18:09:00.958Z | Compiling icu_normalizer v2.1.1 |
| 2983 | 2026-03-04T18:09:00.979Z | Compiling serde_spanned v0.6.9 |
| 2984 | 2026-03-04T18:09:01.293Z | Compiling toml_datetime v0.6.11 |
| 2985 | 2026-03-04T18:09:02.187Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-03-04T18:09:03.758Z | Compiling idna_adapter v1.2.1 |
| 2987 | 2026-03-04T18:09:03.935Z | Compiling dof v0.3.0 |
| 2988 | 2026-03-04T18:09:04.033Z | Compiling idna v1.1.0 |
| 2989 | 2026-03-04T18:09:04.814Z | Compiling serde_tokenstream v0.2.3 |
| 2990 | 2026-03-04T18:09:06.086Z | Compiling thiserror-impl v2.0.18 |
| 2991 | 2026-03-04T18:09:07.035Z | Compiling toml v0.8.23 |
| 2992 | 2026-03-04T18:09:08.910Z | Compiling thiserror v2.0.18 |
| 2993 | 2026-03-04T18:09:09.143Z | Compiling url v2.5.8 |
| 2994 | 2026-03-04T18:09:11.054Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-03-04T18:09:12.824Z | Compiling cargo-util-schemas v0.8.2 |
| 2996 | 2026-03-04T18:09:13.015Z | Compiling usdt-macro v0.5.0 |
| 2997 | 2026-03-04T18:09:14.609Z | Compiling usdt-attr-macro v0.5.0 |
| 2998 | 2026-03-04T18:09:14.749Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-04T18:09:15.986Z | Compiling clap_derive v4.5.55 |
| 3000 | 2026-03-04T18:09:16.021Z | Compiling usdt v0.5.0 |
| 3001 | 2026-03-04T18:09:17.430Z | Compiling cargo_metadata v0.21.0 |
| 3002 | 2026-03-04T18:09:18.443Z | Compiling cargo_toml v0.21.0 |
| 3003 | 2026-03-04T18:09:18.800Z | Compiling macaddr v1.0.1 |
| 3004 | 2026-03-04T18:09:20.276Z | Compiling clap v4.5.60 |
| 3005 | 2026-03-04T18:09:29.775Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3006 | 2026-03-04T18:09:35.805Z | Finished `release` profile [optimized] target(s) in 54.47s |
| 3007 | 2026-03-04T18:09:35.953Z | |
| 3008 | 2026-03-04T18:09:35.956Z | real 54.656688015 |
| 3009 | 2026-03-04T18:09:35.956Z | user 5:52.742205477 |
| 3010 | 2026-03-04T18:09:35.957Z | sys 27.678220857 |
| 3011 | 2026-03-04T18:09:35.957Z | trap 0.197020412 |
| 3012 | 2026-03-04T18:09:35.957Z | tflt 0.248596525 |
| 3013 | 2026-03-04T18:09:35.957Z | dflt 0.464149878 |
| 3014 | 2026-03-04T18:09:35.957Z | kflt 0.000031588 |
| 3015 | 2026-03-04T18:09:35.957Z | lock 17:26.449698600 |
| 3016 | 2026-03-04T18:09:35.957Z | slp 19:44.388361667 |
| 3017 | 2026-03-04T18:09:35.957Z | lat 24.447006219 |
| 3018 | 2026-03-04T18:09:35.957Z | stop 35.362231630 |
| 3019 | 2026-03-04T18:09:35.957Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3020 | 2026-03-04T18:09:35.957Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-03-04T18:09:35.957Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3022 | 2026-03-04T18:09:35.957Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-03-04T18:09:35.957Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3024 | 2026-03-04T18:09:37.364Z | Compiling regress v0.10.5 |
| 3025 | 2026-03-04T18:09:37.532Z | Compiling serde_spanned v1.0.4 |
| 3026 | 2026-03-04T18:09:37.535Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3027 | 2026-03-04T18:09:37.535Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3028 | 2026-03-04T18:09:37.548Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-03-04T18:09:37.563Z | Compiling rustls v0.22.4 |
| 3030 | 2026-03-04T18:09:37.585Z | Compiling rustls-webpki v0.102.8 |
| 3031 | 2026-03-04T18:09:37.588Z | Compiling newtype-uuid-macros v0.1.0 |
| 3032 | 2026-03-04T18:09:37.754Z | Compiling multer v3.1.0 |
| 3033 | 2026-03-04T18:09:37.922Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3034 | 2026-03-04T18:09:38.032Z | Compiling debug-ignore v1.0.5 |
| 3035 | 2026-03-04T18:09:38.094Z | Compiling match_cfg v0.1.0 |
| 3036 | 2026-03-04T18:09:38.206Z | Compiling hostname v0.3.1 |
| 3037 | 2026-03-04T18:09:38.235Z | Compiling slog-json v2.6.1 |
| 3038 | 2026-03-04T18:09:38.237Z | Compiling async-stream-impl v0.3.6 |
| 3039 | 2026-03-04T18:09:38.449Z | Compiling dropshot v0.16.7 |
| 3040 | 2026-03-04T18:09:38.928Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-03-04T18:09:39.316Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3042 | 2026-03-04T18:09:39.427Z | Compiling itertools v0.14.0 |
| 3043 | 2026-03-04T18:09:39.533Z | Compiling async-stream v0.3.6 |
| 3044 | 2026-03-04T18:09:39.859Z | Compiling waitgroup v0.1.2 |
| 3045 | 2026-03-04T18:09:40.137Z | Compiling structmeta v0.3.0 |
| 3046 | 2026-03-04T18:09:40.170Z | Compiling rustls-pemfile v2.2.0 |
| 3047 | 2026-03-04T18:09:40.215Z | Compiling dropshot_endpoint v0.16.7 |
| 3048 | 2026-03-04T18:09:40.572Z | Compiling serde_path_to_error v0.1.20 |
| 3049 | 2026-03-04T18:09:40.598Z | Compiling hostname v0.4.2 |
| 3050 | 2026-03-04T18:09:40.818Z | Compiling derive-ex v0.1.8 |
| 3051 | 2026-03-04T18:09:40.865Z | Compiling progenitor-client v0.13.0 |
| 3052 | 2026-03-04T18:09:41.255Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3053 | 2026-03-04T18:09:41.385Z | Compiling macaddr v1.0.1 |
| 3054 | 2026-03-04T18:09:41.440Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-03-04T18:09:41.615Z | Compiling instant v0.1.13 |
| 3056 | 2026-03-04T18:09:41.821Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-03-04T18:09:41.864Z | Compiling parse-display-derive v0.10.0 |
| 3058 | 2026-03-04T18:09:42.009Z | Compiling backoff v0.4.0 |
| 3059 | 2026-03-04T18:09:42.383Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3060 | 2026-03-04T18:09:42.411Z | Compiling backon v1.6.0 |
| 3061 | 2026-03-04T18:09:42.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-03-04T18:09:42.853Z | Compiling tokio-rustls v0.25.0 |
| 3063 | 2026-03-04T18:09:42.882Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-03-04T18:09:43.196Z | Compiling crucible-workspace-hack v0.1.0 |
| 3065 | 2026-03-04T18:09:43.336Z | Compiling cfg_aliases v0.2.1 |
| 3066 | 2026-03-04T18:09:43.480Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3067 | 2026-03-04T18:09:43.744Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3068 | 2026-03-04T18:09:44.183Z | Compiling heapless v0.8.0 |
| 3069 | 2026-03-04T18:09:44.931Z | Compiling test-strategy v0.4.5 |
| 3070 | 2026-03-04T18:09:44.999Z | Compiling proc-macro-crate v3.4.0 |
| 3071 | 2026-03-04T18:09:45.239Z | Compiling ingot-macros v0.1.1 |
| 3072 | 2026-03-04T18:09:45.448Z | Compiling hash32 v0.3.1 |
| 3073 | 2026-03-04T18:09:45.774Z | Compiling memoffset v0.9.1 |
| 3074 | 2026-03-04T18:09:45.876Z | Compiling parse-display v0.10.0 |
| 3075 | 2026-03-04T18:09:46.057Z | Compiling smoltcp v0.11.0 |
| 3076 | 2026-03-04T18:09:46.177Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3077 | 2026-03-04T18:09:46.328Z | Compiling num_enum_derive v0.7.5 |
| 3078 | 2026-03-04T18:09:46.684Z | Compiling tabwriter v1.4.1 |
| 3079 | 2026-03-04T18:09:46.789Z | Compiling cobs v0.3.0 |
| 3080 | 2026-03-04T18:09:46.893Z | Compiling foreign-types-macros v0.2.3 |
| 3081 | 2026-03-04T18:09:47.121Z | Compiling cpufeatures v0.3.0 |
| 3082 | 2026-03-04T18:09:47.152Z | Compiling foreign-types-shared v0.3.1 |
| 3083 | 2026-03-04T18:09:47.268Z | Compiling chacha20 v0.10.0 |
| 3084 | 2026-03-04T18:09:47.323Z | Compiling postcard v1.1.3 |
| 3085 | 2026-03-04T18:09:48.170Z | Compiling foreign-types v0.5.0 |
| 3086 | 2026-03-04T18:09:48.283Z | Compiling proc-macro-crate v1.3.1 |
| 3087 | 2026-03-04T18:09:48.326Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3088 | 2026-03-04T18:09:48.359Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3089 | 2026-03-04T18:09:48.516Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3090 | 2026-03-04T18:09:48.693Z | Compiling num_enum v0.7.5 |
| 3091 | 2026-03-04T18:09:48.930Z | Compiling secrecy v0.10.3 |
| 3092 | 2026-03-04T18:09:49.026Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3093 | 2026-03-04T18:09:49.179Z | Compiling cstr-argument v0.1.2 |
| 3094 | 2026-03-04T18:09:49.204Z | Compiling colored v3.1.1 |
| 3095 | 2026-03-04T18:09:49.226Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3096 | 2026-03-04T18:09:50.404Z | Compiling unsafe-libyaml v0.2.11 |
| 3097 | 2026-03-04T18:09:50.407Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3098 | 2026-03-04T18:09:50.407Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3099 | 2026-03-04T18:09:50.407Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-03-04T18:09:50.407Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3101 | 2026-03-04T18:09:50.407Z | Compiling rand v0.10.0 |
| 3102 | 2026-03-04T18:09:50.407Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3103 | 2026-03-04T18:09:50.408Z | Compiling nix v0.30.1 |
| 3104 | 2026-03-04T18:09:51.085Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3105 | 2026-03-04T18:09:51.270Z | Compiling serde_yaml v0.9.34+deprecated |
| 3106 | 2026-03-04T18:09:51.297Z | Compiling camino-tempfile v1.4.1 |
| 3107 | 2026-03-04T18:09:51.942Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3108 | 2026-03-04T18:09:51.994Z | Compiling ingot-types v0.1.2 |
| 3109 | 2026-03-04T18:09:52.022Z | Compiling num_enum v0.5.11 |
| 3110 | 2026-03-04T18:09:52.179Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3111 | 2026-03-04T18:09:52.243Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3112 | 2026-03-04T18:09:52.403Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3113 | 2026-03-04T18:09:52.561Z | Compiling smf v0.2.3 |
| 3114 | 2026-03-04T18:09:52.858Z | Compiling ingot v0.1.1 |
| 3115 | 2026-03-04T18:09:52.885Z | Compiling num-derive v0.4.2 |
| 3116 | 2026-03-04T18:09:52.937Z | Compiling sigpipe v0.1.3 |
| 3117 | 2026-03-04T18:09:53.114Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3118 | 2026-03-04T18:09:53.481Z | Compiling glob v0.3.3 |
| 3119 | 2026-03-04T18:09:53.796Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3120 | 2026-03-04T18:09:54.277Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3121 | 2026-03-04T18:09:54.988Z | Compiling whoami v1.6.1 |
| 3122 | 2026-03-04T18:09:55.192Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3123 | 2026-03-04T18:09:55.533Z | Compiling toml v0.8.23 |
| 3124 | 2026-03-04T18:09:55.646Z | Compiling convert_case v0.4.0 |
| 3125 | 2026-03-04T18:09:55.700Z | Compiling universal-hash v0.5.1 |
| 3126 | 2026-03-04T18:09:55.969Z | Compiling opaque-debug v0.3.1 |
| 3127 | 2026-03-04T18:09:56.075Z | Compiling half v2.7.1 |
| 3128 | 2026-03-04T18:09:56.116Z | Compiling ciborium-io v0.2.2 |
| 3129 | 2026-03-04T18:09:56.297Z | Compiling aead v0.5.2 |
| 3130 | 2026-03-04T18:09:56.540Z | Compiling derive_more v0.99.20 |
| 3131 | 2026-03-04T18:09:56.746Z | Compiling ciborium-ll v0.2.2 |
| 3132 | 2026-03-04T18:09:56.781Z | Compiling poly1305 v0.8.0 |
| 3133 | 2026-03-04T18:09:57.113Z | Compiling ciborium v0.2.2 |
| 3134 | 2026-03-04T18:09:57.215Z | Compiling chacha20 v0.9.1 |
| 3135 | 2026-03-04T18:09:57.654Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3136 | 2026-03-04T18:09:57.762Z | Compiling typify-impl v0.6.1 |
| 3137 | 2026-03-04T18:09:57.947Z | Compiling typify-impl v0.4.3 |
| 3138 | 2026-03-04T18:09:58.150Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3139 | 2026-03-04T18:09:58.492Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3140 | 2026-03-04T18:09:58.521Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3141 | 2026-03-04T18:09:59.170Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-04T18:09:59.282Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3143 | 2026-03-04T18:10:01.362Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3144 | 2026-03-04T18:10:01.400Z | Compiling thiserror-no-std v2.0.2 |
| 3145 | 2026-03-04T18:10:01.582Z | Compiling num-rational v0.4.2 |
| 3146 | 2026-03-04T18:10:02.987Z | Compiling password-hash v0.5.0 |
| 3147 | 2026-03-04T18:10:03.101Z | Compiling blake2 v0.10.6 |
| 3148 | 2026-03-04T18:10:03.918Z | Compiling num-complex v0.4.6 |
| 3149 | 2026-03-04T18:10:04.320Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3150 | 2026-03-04T18:10:04.439Z | Compiling indent_write v2.2.0 |
| 3151 | 2026-03-04T18:10:04.464Z | Compiling prettyplease v0.2.37 |
| 3152 | 2026-03-04T18:10:04.491Z | Compiling argon2 v0.5.3 |
| 3153 | 2026-03-04T18:10:04.720Z | Compiling vsss-rs v3.3.4 |
| 3154 | 2026-03-04T18:10:04.956Z | Compiling num v0.4.3 |
| 3155 | 2026-03-04T18:10:05.139Z | Compiling chacha20poly1305 v0.10.1 |
| 3156 | 2026-03-04T18:10:05.439Z | Compiling float-ord v0.3.2 |
| 3157 | 2026-03-04T18:10:05.682Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3158 | 2026-03-04T18:10:06.571Z | Compiling gethostname v0.5.0 |
| 3159 | 2026-03-04T18:10:06.816Z | Compiling usdt-macro v0.5.0 |
| 3160 | 2026-03-04T18:10:07.520Z | Compiling usdt-attr-macro v0.5.0 |
| 3161 | 2026-03-04T18:10:08.363Z | Compiling derive-where v1.6.0 |
| 3162 | 2026-03-04T18:10:08.880Z | Compiling memmap v0.7.0 |
| 3163 | 2026-03-04T18:10:09.149Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3164 | 2026-03-04T18:10:09.175Z | Compiling usdt v0.5.0 |
| 3165 | 2026-03-04T18:10:09.178Z | Compiling atomicwrites v0.4.4 |
| 3166 | 2026-03-04T18:10:09.267Z | Compiling cancel-safe-futures v0.1.5 |
| 3167 | 2026-03-04T18:10:09.551Z | Compiling owo-colors v4.3.0 |
| 3168 | 2026-03-04T18:10:09.608Z | Compiling typify-macro v0.6.1 |
| 3169 | 2026-03-04T18:10:09.716Z | Compiling libsw-core v0.3.2 |
| 3170 | 2026-03-04T18:10:09.755Z | Compiling async-recursion v1.1.1 |
| 3171 | 2026-03-04T18:10:09.796Z | Compiling typify-macro v0.4.3 |
| 3172 | 2026-03-04T18:10:10.093Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3173 | 2026-03-04T18:10:10.308Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3174 | 2026-03-04T18:10:10.311Z | Compiling resolv-conf v0.7.6 |
| 3175 | 2026-03-04T18:10:11.135Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3176 | 2026-03-04T18:10:11.298Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3177 | 2026-03-04T18:10:11.503Z | Compiling libsw v3.5.0 |
| 3178 | 2026-03-04T18:10:12.471Z | Compiling progenitor-client v0.11.2 |
| 3179 | 2026-03-04T18:10:13.122Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3180 | 2026-03-04T18:10:13.540Z | Compiling typify v0.6.1 |
| 3181 | 2026-03-04T18:10:13.568Z | Compiling linear-map v1.2.0 |
| 3182 | 2026-03-04T18:10:13.598Z | Compiling libefi-sys v0.1.0 |
| 3183 | 2026-03-04T18:10:13.689Z | Compiling typify v0.4.3 |
| 3184 | 2026-03-04T18:10:13.751Z | Compiling progenitor-impl v0.13.0 |
| 3185 | 2026-03-04T18:10:13.903Z | Compiling progenitor-impl v0.11.2 |
| 3186 | 2026-03-04T18:10:13.945Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3187 | 2026-03-04T18:10:13.991Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3188 | 2026-03-04T18:10:14.025Z | Compiling hickory-proto v0.24.4 |
| 3189 | 2026-03-04T18:10:14.186Z | Compiling newline-converter v0.3.0 |
| 3190 | 2026-03-04T18:10:14.419Z | Compiling console v0.15.11 |
| 3191 | 2026-03-04T18:10:15.868Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3192 | 2026-03-04T18:10:16.020Z | Compiling bitfield-struct v0.6.2 |
| 3193 | 2026-03-04T18:10:17.035Z | Compiling linked-hash-map v0.5.6 |
| 3194 | 2026-03-04T18:10:17.458Z | Compiling semver v0.1.20 |
| 3195 | 2026-03-04T18:10:17.497Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-03-04T18:10:17.784Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-03-04T18:10:18.059Z | Compiling rustc_version v0.1.7 |
| 3198 | 2026-03-04T18:10:18.117Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-03-04T18:10:18.277Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3200 | 2026-03-04T18:10:18.545Z | Compiling pin-project-internal v1.1.11 |
| 3201 | 2026-03-04T18:10:18.898Z | Compiling slog-dtrace v0.3.0 |
| 3202 | 2026-03-04T18:10:19.310Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-03-04T18:10:19.487Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-03-04T18:10:20.099Z | Compiling nom v7.1.3 |
| 3205 | 2026-03-04T18:10:20.837Z | Compiling progenitor-macro v0.13.0 |
| 3206 | 2026-03-04T18:10:20.914Z | Compiling progenitor-macro v0.11.2 |
| 3207 | 2026-03-04T18:10:21.335Z | Compiling pin-project v1.1.11 |
| 3208 | 2026-03-04T18:10:21.554Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3209 | 2026-03-04T18:10:21.813Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3210 | 2026-03-04T18:10:22.019Z | Compiling hickory-resolver v0.24.4 |
| 3211 | 2026-03-04T18:10:22.411Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3212 | 2026-03-04T18:10:22.855Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-03-04T18:10:23.274Z | Compiling tokio-dtrace v0.1.1 |
| 3214 | 2026-03-04T18:10:23.549Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-03-04T18:10:23.815Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-03-04T18:10:24.205Z | Compiling snafu-derive v0.8.9 |
| 3217 | 2026-03-04T18:10:24.728Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3218 | 2026-03-04T18:10:25.518Z | Compiling pem v3.0.6 |
| 3219 | 2026-03-04T18:10:26.310Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-03-04T18:10:26.916Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-03-04T18:10:27.343Z | Compiling chrono-tz v0.10.4 |
| 3222 | 2026-03-04T18:10:27.545Z | Compiling same-file v1.0.6 |
| 3223 | 2026-03-04T18:10:27.696Z | Compiling highway v1.3.0 |
| 3224 | 2026-03-04T18:10:27.732Z | Compiling xshell v0.2.7 |
| 3225 | 2026-03-04T18:10:27.890Z | Compiling walkdir v2.5.0 |
| 3226 | 2026-03-04T18:10:28.550Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3227 | 2026-03-04T18:10:28.651Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3228 | 2026-03-04T18:10:28.904Z | Compiling const_format_proc_macros v0.2.34 |
| 3229 | 2026-03-04T18:10:29.115Z | Compiling csv v1.4.0 |
| 3230 | 2026-03-04T18:10:29.146Z | Compiling snafu v0.8.9 |
| 3231 | 2026-03-04T18:10:30.050Z | Compiling qorb v0.4.1 |
| 3232 | 2026-03-04T18:10:30.478Z | Compiling phf v0.12.1 |
| 3233 | 2026-03-04T18:10:30.802Z | Compiling oxide-tokio-rt v0.1.2 |
| 3234 | 2026-03-04T18:10:30.925Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3235 | 2026-03-04T18:10:31.280Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3236 | 2026-03-04T18:10:32.483Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3237 | 2026-03-04T18:10:32.630Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-03-04T18:10:33.590Z | Compiling progenitor v0.11.2 |
| 3239 | 2026-03-04T18:10:33.818Z | Compiling progenitor v0.13.0 |
| 3240 | 2026-03-04T18:10:33.876Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3241 | 2026-03-04T18:10:34.093Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-03-04T18:10:34.728Z | Compiling globset v0.4.18 |
| 3243 | 2026-03-04T18:10:34.757Z | Compiling olpc-cjson v0.1.4 |
| 3244 | 2026-03-04T18:10:34.964Z | Compiling primeorder v0.13.6 |
| 3245 | 2026-03-04T18:10:35.161Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3246 | 2026-03-04T18:10:35.208Z | Compiling serde_plain v1.0.2 |
| 3247 | 2026-03-04T18:10:35.540Z | Compiling typed-path v0.9.3 |
| 3248 | 2026-03-04T18:10:35.642Z | Compiling base64 v0.21.7 |
| 3249 | 2026-03-04T18:10:35.946Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3250 | 2026-03-04T18:10:36.382Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3251 | 2026-03-04T18:10:36.424Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3252 | 2026-03-04T18:10:38.168Z | Compiling tough v0.20.0 |
| 3253 | 2026-03-04T18:10:38.633Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-03-04T18:10:39.189Z | Compiling const_format v0.2.35 |
| 3255 | 2026-03-04T18:10:39.635Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3256 | 2026-03-04T18:10:39.960Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3257 | 2026-03-04T18:10:41.669Z | Compiling progenitor-impl v0.10.0 |
| 3258 | 2026-03-04T18:10:42.495Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3259 | 2026-03-04T18:10:42.716Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3260 | 2026-03-04T18:10:43.121Z | Compiling tabled_derive v0.7.0 |
| 3261 | 2026-03-04T18:10:43.961Z | Compiling bcs v0.1.6 |
| 3262 | 2026-03-04T18:10:44.590Z | Compiling salty v0.3.0 |
| 3263 | 2026-03-04T18:10:44.623Z | Compiling radium v0.7.0 |
| 3264 | 2026-03-04T18:10:45.131Z | Compiling termtree v0.5.1 |
| 3265 | 2026-03-04T18:10:45.193Z | Compiling textwrap v0.16.2 |
| 3266 | 2026-03-04T18:10:45.364Z | Compiling tabled v0.15.0 |
| 3267 | 2026-03-04T18:10:45.459Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3268 | 2026-03-04T18:10:45.485Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3269 | 2026-03-04T18:10:45.880Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3270 | 2026-03-04T18:10:46.220Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3271 | 2026-03-04T18:10:46.627Z | Compiling steno v0.4.1 |
| 3272 | 2026-03-04T18:10:47.860Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3273 | 2026-03-04T18:10:48.395Z | Compiling progenitor-macro v0.10.0 |
| 3274 | 2026-03-04T18:10:49.405Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3275 | 2026-03-04T18:10:49.686Z | Compiling utf-8 v0.7.6 |
| 3276 | 2026-03-04T18:10:49.833Z | Compiling maybe-uninit v2.0.0 |
| 3277 | 2026-03-04T18:10:50.058Z | Compiling humantime v2.3.0 |
| 3278 | 2026-03-04T18:10:50.459Z | Compiling tap v1.0.1 |
| 3279 | 2026-03-04T18:10:50.707Z | Compiling wyz v0.5.1 |
| 3280 | 2026-03-04T18:10:50.744Z | Compiling tungstenite v0.21.0 |
| 3281 | 2026-03-04T18:10:51.354Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3282 | 2026-03-04T18:10:52.646Z | Compiling p384 v0.13.1 |
| 3283 | 2026-03-04T18:10:52.751Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-03-04T18:10:52.932Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3285 | 2026-03-04T18:10:53.055Z | Compiling arc-swap v1.8.2 |
| 3286 | 2026-03-04T18:10:53.721Z | Compiling funty v2.0.0 |
| 3287 | 2026-03-04T18:10:53.925Z | Compiling tagptr v0.2.0 |
| 3288 | 2026-03-04T18:10:53.971Z | Compiling packed_struct v0.10.1 |
| 3289 | 2026-03-04T18:10:54.180Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3290 | 2026-03-04T18:10:54.253Z | Compiling moka v0.12.13 |
| 3291 | 2026-03-04T18:10:54.566Z | Compiling slog-scope v4.4.1 |
| 3292 | 2026-03-04T18:10:55.155Z | Compiling bitvec v1.0.1 |
| 3293 | 2026-03-04T18:10:55.290Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3294 | 2026-03-04T18:10:56.155Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-03-04T18:10:56.975Z | Compiling polyval v0.6.2 |
| 3296 | 2026-03-04T18:10:57.471Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3297 | 2026-03-04T18:11:01.405Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-03-04T18:11:01.425Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-03-04T18:11:01.425Z | Compiling zerocopy-derive v0.6.6 |
| 3300 | 2026-03-04T18:11:01.425Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-03-04T18:11:01.425Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3302 | 2026-03-04T18:11:01.425Z | Compiling nodrop v0.1.14 |
| 3303 | 2026-03-04T18:11:01.426Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3304 | 2026-03-04T18:11:01.426Z | Compiling crc-catalog v2.4.0 |
| 3305 | 2026-03-04T18:11:01.426Z | Compiling parking_lot_core v0.8.6 |
| 3306 | 2026-03-04T18:11:01.426Z | Compiling crc v3.4.0 |
| 3307 | 2026-03-04T18:11:01.426Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-03-04T18:11:01.426Z | Compiling array-init v0.0.4 |
| 3309 | 2026-03-04T18:11:01.426Z | Compiling proc-macro-error2 v2.0.1 |
| 3310 | 2026-03-04T18:11:01.426Z | Compiling progenitor v0.10.0 |
| 3311 | 2026-03-04T18:11:01.426Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-03-04T18:11:01.449Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-03-04T18:11:03.438Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3314 | 2026-03-04T18:11:03.465Z | Compiling ghash v0.5.1 |
| 3315 | 2026-03-04T18:11:03.465Z | Compiling smallvec v0.6.14 |
| 3316 | 2026-03-04T18:11:03.465Z | Compiling hickory-resolver v0.25.2 |
| 3317 | 2026-03-04T18:11:03.465Z | Compiling slog-stdlog v4.1.1 |
| 3318 | 2026-03-04T18:11:03.465Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3319 | 2026-03-04T18:11:03.465Z | Compiling nix v0.31.1 |
| 3320 | 2026-03-04T18:11:03.465Z | Compiling git-stub v1.0.0 |
| 3321 | 2026-03-04T18:11:03.465Z | Compiling ctr v0.9.2 |
| 3322 | 2026-03-04T18:11:03.465Z | Compiling num-derive v0.3.3 |
| 3323 | 2026-03-04T18:11:03.895Z | Compiling lzma-sys v0.1.20 |
| 3324 | 2026-03-04T18:11:03.901Z | Compiling unicase v2.9.0 |
| 3325 | 2026-03-04T18:11:04.902Z | Compiling hashbrown v0.12.3 |
| 3326 | 2026-03-04T18:11:04.912Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3327 | 2026-03-04T18:11:04.912Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3328 | 2026-03-04T18:11:04.915Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3329 | 2026-03-04T18:11:04.977Z | Compiling mime_guess v2.0.5 |
| 3330 | 2026-03-04T18:11:05.260Z | Compiling aes-gcm v0.10.3 |
| 3331 | 2026-03-04T18:11:05.463Z | Compiling git-stub-vcs v0.1.0 |
| 3332 | 2026-03-04T18:11:06.041Z | Compiling libscf-sys v1.1.0 |
| 3333 | 2026-03-04T18:11:06.049Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3334 | 2026-03-04T18:11:06.154Z | Compiling slog-envlogger v2.2.0 |
| 3335 | 2026-03-04T18:11:06.209Z | Compiling serde-hex v0.1.0 |
| 3336 | 2026-03-04T18:11:06.299Z | Compiling tabled_derive v0.11.0 |
| 3337 | 2026-03-04T18:11:06.738Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3338 | 2026-03-04T18:11:06.928Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3339 | 2026-03-04T18:11:08.128Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-03-04T18:11:08.968Z | Compiling ron v0.8.1 |
| 3341 | 2026-03-04T18:11:09.294Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3342 | 2026-03-04T18:11:10.416Z | Compiling papergrid v0.17.0 |
| 3343 | 2026-03-04T18:11:10.588Z | Compiling cargo_toml v0.22.3 |
| 3344 | 2026-03-04T18:11:11.377Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3345 | 2026-03-04T18:11:12.200Z | Compiling hashbrown v0.13.2 |
| 3346 | 2026-03-04T18:11:12.514Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3347 | 2026-03-04T18:11:13.344Z | Compiling testing_table v0.3.0 |
| 3348 | 2026-03-04T18:11:13.676Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3349 | 2026-03-04T18:11:14.126Z | Compiling blowfish v0.9.1 |
| 3350 | 2026-03-04T18:11:14.685Z | Compiling ssh-encoding v0.2.0 |
| 3351 | 2026-03-04T18:11:14.713Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3352 | 2026-03-04T18:11:14.923Z | Compiling nibble_vec v0.1.0 |
| 3353 | 2026-03-04T18:11:15.193Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3354 | 2026-03-04T18:11:15.267Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-03-04T18:11:15.412Z | Compiling crc-any v2.5.0 |
| 3356 | 2026-03-04T18:11:15.596Z | Compiling endian-type v0.1.2 |
| 3357 | 2026-03-04T18:11:15.671Z | Compiling corncobs v0.1.4 |
| 3358 | 2026-03-04T18:11:15.894Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-03-04T18:11:15.995Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3360 | 2026-03-04T18:11:16.041Z | Compiling radix_trie v0.2.1 |
| 3361 | 2026-03-04T18:11:16.496Z | Compiling ssh-cipher v0.2.0 |
| 3362 | 2026-03-04T18:11:16.535Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3363 | 2026-03-04T18:11:16.664Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3364 | 2026-03-04T18:11:16.910Z | Compiling tabled v0.20.0 |
| 3365 | 2026-03-04T18:11:17.347Z | Compiling object v0.30.4 |
| 3366 | 2026-03-04T18:11:17.922Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3367 | 2026-03-04T18:11:17.995Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3368 | 2026-03-04T18:11:18.400Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3369 | 2026-03-04T18:11:19.966Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-03-04T18:11:20.385Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3371 | 2026-03-04T18:11:20.527Z | Compiling parking_lot v0.11.2 |
| 3372 | 2026-03-04T18:11:20.560Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3373 | 2026-03-04T18:11:21.504Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3374 | 2026-03-04T18:11:22.328Z | Compiling prefix-trie v0.7.0 |
| 3375 | 2026-03-04T18:11:22.424Z | Compiling password-hash v0.4.2 |
| 3376 | 2026-03-04T18:11:22.616Z | Compiling fxhash v0.2.1 |
| 3377 | 2026-03-04T18:11:22.887Z | Compiling secrecy v0.8.0 |
| 3378 | 2026-03-04T18:11:22.995Z | Compiling http-range v0.1.5 |
| 3379 | 2026-03-04T18:11:23.196Z | Compiling half v1.8.3 |
| 3380 | 2026-03-04T18:11:23.224Z | Compiling path-slash v0.1.5 |
| 3381 | 2026-03-04T18:11:23.367Z | Compiling hickory-server v0.25.2 |
| 3382 | 2026-03-04T18:11:23.474Z | Compiling pbkdf2 v0.11.0 |
| 3383 | 2026-03-04T18:11:23.815Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-03-04T18:11:23.899Z | Compiling serde_cbor v0.11.2 |
| 3385 | 2026-03-04T18:11:25.262Z | Compiling sled v0.34.7 |
| 3386 | 2026-03-04T18:11:25.424Z | Compiling xz2 v0.1.7 |
| 3387 | 2026-03-04T18:11:25.756Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-03-04T18:11:25.927Z | Compiling ron v0.12.0 |
| 3389 | 2026-03-04T18:11:27.134Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3390 | 2026-03-04T18:11:27.459Z | Compiling ssh-key v0.6.7 |
| 3391 | 2026-03-04T18:11:27.735Z | Compiling hickory-client v0.25.2 |
| 3392 | 2026-03-04T18:11:28.618Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3393 | 2026-03-04T18:11:28.813Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-03-04T18:11:29.497Z | Compiling p256 v0.13.2 |
| 3395 | 2026-03-04T18:11:29.976Z | Compiling p521 v0.13.3 |
| 3396 | 2026-03-04T18:11:30.343Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3397 | 2026-03-04T18:11:30.490Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3398 | 2026-03-04T18:11:31.532Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3399 | 2026-03-04T18:11:32.184Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3400 | 2026-03-04T18:11:32.685Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3401 | 2026-03-04T18:11:32.716Z | Compiling yasna v0.5.2 |
| 3402 | 2026-03-04T18:11:33.882Z | Compiling kstat-rs v0.2.4 |
| 3403 | 2026-03-04T18:11:34.271Z | Compiling headers-core v0.3.0 |
| 3404 | 2026-03-04T18:11:34.333Z | Compiling nanorand v0.7.0 |
| 3405 | 2026-03-04T18:11:34.519Z | Compiling atty v0.2.14 |
| 3406 | 2026-03-04T18:11:34.546Z | Compiling russh-cryptovec v0.7.3 |
| 3407 | 2026-03-04T18:11:34.729Z | Compiling md5 v0.7.0 |
| 3408 | 2026-03-04T18:11:34.757Z | Compiling crc8 v0.1.1 |
| 3409 | 2026-03-04T18:11:34.925Z | Compiling home v0.5.12 |
| 3410 | 2026-03-04T18:11:34.954Z | Compiling base16ct v1.0.0 |
| 3411 | 2026-03-04T18:11:35.004Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3412 | 2026-03-04T18:11:35.238Z | Compiling russh-keys v0.45.0 |
| 3413 | 2026-03-04T18:11:35.301Z | Compiling flume v0.11.1 |
| 3414 | 2026-03-04T18:11:35.304Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3415 | 2026-03-04T18:11:35.958Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3416 | 2026-03-04T18:11:35.986Z | Compiling headers v0.4.1 |
| 3417 | 2026-03-04T18:11:37.800Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3418 | 2026-03-04T18:11:38.050Z | Compiling rcgen v0.12.1 |
| 3419 | 2026-03-04T18:11:38.887Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3420 | 2026-03-04T18:11:40.209Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3421 | 2026-03-04T18:11:43.363Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3422 | 2026-03-04T18:11:44.215Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-03-04T18:11:46.446Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3424 | 2026-03-04T18:11:46.595Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-03-04T18:11:47.526Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-03-04T18:11:47.677Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3427 | 2026-03-04T18:11:48.196Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3428 | 2026-03-04T18:11:48.226Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3429 | 2026-03-04T18:11:49.477Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-03-04T18:11:49.830Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3431 | 2026-03-04T18:11:50.200Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-03-04T18:11:50.870Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3433 | 2026-03-04T18:11:51.516Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3434 | 2026-03-04T18:11:52.117Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3435 | 2026-03-04T18:11:52.342Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3436 | 2026-03-04T18:11:52.951Z | Compiling num-bigint v0.4.6 |
| 3437 | 2026-03-04T18:11:53.631Z | Compiling des v0.8.1 |
| 3438 | 2026-03-04T18:11:53.663Z | Compiling subprocess v0.2.15 |
| 3439 | 2026-03-04T18:11:53.860Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-04T18:11:54.031Z | Compiling display-error-chain v0.2.2 |
| 3441 | 2026-03-04T18:11:54.307Z | Compiling hex-literal v0.4.1 |
| 3442 | 2026-03-04T18:11:54.534Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3443 | 2026-03-04T18:11:54.794Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3444 | 2026-03-04T18:11:54.826Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3445 | 2026-03-04T18:11:55.375Z | Compiling colored v2.2.0 |
| 3446 | 2026-03-04T18:11:56.184Z | Compiling russh v0.45.0 |
| 3447 | 2026-03-04T18:11:57.817Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3448 | 2026-03-04T18:11:58.356Z | Compiling socket2 v0.5.10 |
| 3449 | 2026-03-04T18:11:59.411Z | Compiling internet-checksum v0.2.1 |
| 3450 | 2026-03-04T18:12:05.832Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3451 | 2026-03-04T18:12:42.872Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3452 | 2026-03-04T18:13:15.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s |
| 3453 | 2026-03-04T18:13:16.033Z | |
| 3454 | 2026-03-04T18:13:16.036Z | real 3:41.264104133 |
| 3455 | 2026-03-04T18:13:16.036Z | user 19:59.715358363 |
| 3456 | 2026-03-04T18:13:16.036Z | sys 2:40.463872033 |
| 3457 | 2026-03-04T18:13:16.036Z | trap 0.605193298 |
| 3458 | 2026-03-04T18:13:16.036Z | tflt 0.331718319 |
| 3459 | 2026-03-04T18:13:16.036Z | dflt 0.639455768 |
| 3460 | 2026-03-04T18:13:16.036Z | kflt 0.000061012 |
| 3461 | 2026-03-04T18:13:16.036Z | lock 54:53.831799237 |
| 3462 | 2026-03-04T18:13:16.036Z | slp 1:12:19.146950238 |
| 3463 | 2026-03-04T18:13:16.036Z | lat 1:06.808706679 |
| 3464 | 2026-03-04T18:13:16.036Z | stop 2:49.234464099 |
| 3465 | 2026-03-04T18:13:16.036Z | + mkdir tests |
| 3466 | 2026-03-04T18:13:16.039Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3467 | 2026-03-04T18:13:16.039Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3468 | 2026-03-04T18:13:16.081Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-22aca47fb088a7d6 tests/ |
| 3469 | 2026-03-04T18:13:16.107Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-8127fcf5ee60002a tests/ |
| 3470 | 2026-03-04T18:13:16.134Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0723e281fbcc788b tests/ |
| 3471 | 2026-03-04T18:13:16.168Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-94b61807042a2e8c tests/ |
| 3472 | 2026-03-04T18:13:16.562Z | + 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/*) |
| 3473 | 2026-03-04T18:13:16.565Z | + 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-0723e281fbcc788b tests/commtest-8127fcf5ee60002a tests/dhcp_server-22aca47fb088a7d6 tests/end_to_end_tests-94b61807042a2e8c 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 |
| 3474 | 2026-03-04T18:15:01.269Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3475 | 2026-03-04T18:15:01.269Z | a .github/buildomat/ci-env.sh 1K |
| 3476 | 2026-03-04T18:15:01.269Z | a out/target/test 1K |
| 3477 | 2026-03-04T18:15:01.270Z | a out/npuzone/npuzone 27402K |
| 3478 | 2026-03-04T18:15:01.270Z | a package-manifest.toml 35K |
| 3479 | 2026-03-04T18:15:01.270Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3480 | 2026-03-04T18:15:01.270Z | a target/release/omicron-package 41060K |
| 3481 | 2026-03-04T18:15:01.270Z | a target/release/xtask 11359K |
| 3482 | 2026-03-04T18:15:01.270Z | a target/debug/bootstrap 345858K |
| 3483 | 2026-03-04T18:15:01.270Z | a tests/bootstrap-0723e281fbcc788b 31480K |
| 3484 | 2026-03-04T18:15:01.270Z | a tests/commtest-8127fcf5ee60002a 31997K |
| 3485 | 2026-03-04T18:15:01.271Z | a tests/dhcp_server-22aca47fb088a7d6 31480K |
| 3486 | 2026-03-04T18:15:01.271Z | a tests/end_to_end_tests-94b61807042a2e8c 387465K |
| 3487 | 2026-03-04T18:15:01.271Z | a out/clickhouse.tar.gz 302572K |
| 3488 | 2026-03-04T18:15:01.271Z | a out/clickhouse_keeper.tar.gz 287866K |
| 3489 | 2026-03-04T18:15:01.271Z | a out/clickhouse_server.tar.gz 302572K |
| 3490 | 2026-03-04T18:15:01.271Z | a out/cockroachdb.tar.gz 156112K |
| 3491 | 2026-03-04T18:15:01.271Z | a out/crucible-pantry-zone.tar.gz 38318K |
| 3492 | 2026-03-04T18:15:01.271Z | a out/crucible-utils.tar 17744K |
| 3493 | 2026-03-04T18:15:01.272Z | a out/crucible-zone.tar.gz 52456K |
| 3494 | 2026-03-04T18:15:01.272Z | a out/external-dns.tar.gz 41550K |
| 3495 | 2026-03-04T18:15:01.272Z | a out/internal-dns.tar.gz 41549K |
| 3496 | 2026-03-04T18:15:01.272Z | a out/mg-ddm-gz.tar 86339K |
| 3497 | 2026-03-04T18:15:01.272Z | a out/nexus.tar.gz 210512K |
| 3498 | 2026-03-04T18:15:01.272Z | a out/ntp.tar.gz 22565K |
| 3499 | 2026-03-04T18:15:01.272Z | a out/omicron-gateway-softnpu.tar.gz 28330K |
| 3500 | 2026-03-04T18:15:01.272Z | a out/omicron-sled-agent.tar 184893K |
| 3501 | 2026-03-04T18:15:01.272Z | a out/overlay.tar.gz 3K |
| 3502 | 2026-03-04T18:15:01.273Z | a out/oximeter.tar.gz 57432K |
| 3503 | 2026-03-04T18:15:01.273Z | a out/oxlog.tar 3895K |
| 3504 | 2026-03-04T18:15:01.273Z | a out/probe.tar.gz 3037K |
| 3505 | 2026-03-04T18:15:01.273Z | a out/propolis-server.tar.gz 74633K |
| 3506 | 2026-03-04T18:15:01.274Z | a out/pumpkind-gz.tar 26647K |
| 3507 | 2026-03-04T18:15:01.274Z | a out/switch-softnpu.tar.gz 371203K |
| 3508 | 2026-03-04T18:15:01.290Z | |
| 3509 | 2026-03-04T18:15:01.291Z | real 1:45.265338284 |
| 3510 | 2026-03-04T18:15:01.291Z | user 1:40.803633160 |
| 3511 | 2026-03-04T18:15:01.291Z | sys 6.269627412 |
| 3512 | 2026-03-04T18:15:01.291Z | trap 0.023957836 |
| 3513 | 2026-03-04T18:15:01.291Z | tflt 0.000000000 |
| 3514 | 2026-03-04T18:15:01.291Z | dflt 0.000000000 |
| 3515 | 2026-03-04T18:15:01.292Z | kflt 0.000000000 |
| 3516 | 2026-03-04T18:15:01.292Z | lock 0.000000000 |
| 3517 | 2026-03-04T18:15:01.292Z | slp 1:40.666555319 |
| 3518 | 2026-03-04T18:15:01.292Z | lat 2.761291800 |
| 3519 | 2026-03-04T18:15:01.292Z | stop 0.000604120 |
| 3520 | 2026-03-04T18:15:01.293Z | process exited: duration 2653664 ms, exit code 0 |
| |
| 3521 | 2026-03-04T18:15:01.383Z | found 1 output files |
| 3522 | 2026-03-04T18:15:01.383Z | uploading: /work/package.tar.gz (2324674626 bytes) |
| 3523 | 2026-03-04T18:15:37.952Z | uploaded: /work/package.tar.gz |