|
|
|
| 1 | 2026-03-19T02:54:39.823Z | job assigned to worker 01KM206CD50QX551BXB6W3WPSN [factory aws, i-0d3ebfc4e4c2ef45c] (queued for 1 m 17 s) |
| |
| 2 | 2026-03-19T02:54:48.475Z | starting task 0: "setup" |
| 3 | 2026-03-19T02:54:48.483Z | ++ uname -s |
| 4 | 2026-03-19T02:54:48.487Z | + kern=SunOS |
| 5 | 2026-03-19T02:54:48.487Z | + build_user=build |
| 6 | 2026-03-19T02:54:48.487Z | + build_uid=12345 |
| 7 | 2026-03-19T02:54:48.487Z | + work_dir=/work |
| 8 | 2026-03-19T02:54:48.487Z | + input_dir=/input |
| 9 | 2026-03-19T02:54:48.487Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-19T02:54:48.487Z | + case "$kern" in |
| 11 | 2026-03-19T02:54:48.487Z | + groupadd -g 12345 build |
| 12 | 2026-03-19T02:54:48.490Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-19T02:54:50.496Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-19T02:54:50.665Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-19T02:54:50.669Z | + home_fs=zfs |
| 16 | 2026-03-19T02:54:50.669Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-19T02:54:50.669Z | + mkdir -p /home/build |
| 18 | 2026-03-19T02:54:50.672Z | + chown build:build /home/build /work |
| 19 | 2026-03-19T02:54:52.673Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-19T02:54:52.676Z | process exited: duration 4200 ms, exit code 0 |
| |
| 21 | 2026-03-19T02:54:52.682Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-19T02:54:52.689Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-19T02:54:52.689Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-19T02:54:52.689Z | * rust toolchain profile = "default" |
| 25 | 2026-03-19T02:54:52.689Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-19T02:54:52.689Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-19T02:54:52.689Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-19T02:54:52.697Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-19T02:54:52.697Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-19T02:54:52.835Z | info: downloading installer |
| 31 | 2026-03-19T02:54:54.625Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-19T02:54:54.625Z | warn: /opt/ooce/bin |
| 33 | 2026-03-19T02:54:54.625Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-19T02:54:54.626Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-19T02:54:54.626Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-19T02:54:54.626Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-19T02:54:54.626Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-19T02:54:54.626Z | error: cannot install while Rust is installed |
| 39 | 2026-03-19T02:54:54.626Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-19T02:54:54.626Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-19T02:54:54.626Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-19T02:54:54.626Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-19T02:54:54.626Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-19T02:54:54.638Z | info: profile set to default |
| 45 | 2026-03-19T02:54:54.639Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-19T02:54:54.643Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-19T02:54:54.794Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-19T02:54:54.799Z | info: downloading 6 components |
| 49 | 2026-03-19T02:55:10.120Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-19T02:55:10.120Z | |
| 51 | 2026-03-19T02:55:10.155Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-19T02:55:10.155Z | |
| 53 | 2026-03-19T02:55:10.155Z | |
| 54 | 2026-03-19T02:55:10.158Z | Rust is installed now. Great! |
| 55 | 2026-03-19T02:55:10.158Z | |
| 56 | 2026-03-19T02:55:10.158Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-19T02:55:10.158Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-19T02:55:10.158Z | |
| 59 | 2026-03-19T02:55:10.158Z | To configure your current shell, you need to source |
| 60 | 2026-03-19T02:55:10.158Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-19T02:55:10.158Z | |
| 62 | 2026-03-19T02:55:10.159Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-19T02:55:10.159Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-19T02:55:10.159Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-19T02:55:10.159Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-19T02:55:10.159Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-19T02:55:10.159Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-19T02:55:10.159Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-19T02:55:10.159Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-19T02:55:10.159Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-19T02:55:10.271Z | + rustup --version |
| 72 | 2026-03-19T02:55:10.280Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-19T02:55:10.283Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-19T02:55:10.305Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-19T02:55:10.309Z | + cargo --version |
| 76 | 2026-03-19T02:55:10.320Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-19T02:55:10.323Z | + rustc --version |
| 78 | 2026-03-19T02:55:10.350Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-19T02:55:10.353Z | process exited: duration 17668 ms, exit code 0 |
| |
| 80 | 2026-03-19T02:55:10.360Z | starting task 2: "authentication" |
| 81 | 2026-03-19T02:55:10.380Z | process exited: duration 20 ms, exit code 0 |
| |
| 82 | 2026-03-19T02:55:10.387Z | starting task 3: "clone repository" |
| 83 | 2026-03-19T02:55:10.394Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-19T02:55:10.397Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-19T02:55:10.490Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-19T02:55:21.398Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-19T02:55:21.398Z | + git fetch origin c25bd4730482dd201d6f90be3ed151187886ee4e |
| 88 | 2026-03-19T02:55:22.551Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-19T02:55:22.551Z | * branch c25bd4730482dd201d6f90be3ed151187886ee4e -> FETCH_HEAD |
| 90 | 2026-03-19T02:55:22.565Z | + [[ -n mergeconflict/fm-sb-schema ]] |
| 91 | 2026-03-19T02:55:22.570Z | ++ git branch --show-current |
| 92 | 2026-03-19T02:55:22.570Z | + current=main |
| 93 | 2026-03-19T02:55:22.570Z | + [[ main != mergeconflict/fm-sb-schema ]] |
| 94 | 2026-03-19T02:55:22.570Z | + git branch -f mergeconflict/fm-sb-schema c25bd4730482dd201d6f90be3ed151187886ee4e |
| 95 | 2026-03-19T02:55:22.575Z | + git checkout -f mergeconflict/fm-sb-schema |
| 96 | 2026-03-19T02:55:22.902Z | Switched to branch 'mergeconflict/fm-sb-schema' |
| 97 | 2026-03-19T02:55:22.905Z | + git reset --hard c25bd4730482dd201d6f90be3ed151187886ee4e |
| 98 | 2026-03-19T02:55:22.928Z | HEAD is now at c25bd4730 schema: add fm_support_bundle_request table, per-variant data selection tables, and fm_case_id on support_bundle |
| 99 | 2026-03-19T02:55:22.932Z | process exited: duration 12541 ms, exit code 0 |
| |
| 100 | 2026-03-19T02:55:22.938Z | starting task 4: "build" |
| 101 | 2026-03-19T02:55:22.944Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-19T02:55:22.948Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-19T02:55:22.948Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-19T02:55:22.948Z | + cargo --version |
| 105 | 2026-03-19T02:55:22.957Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-19T02:55:22.961Z | + rustc --version |
| 107 | 2026-03-19T02:55:22.986Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-19T02:55:22.990Z | + WORK=/work |
| 109 | 2026-03-19T02:55:22.990Z | + pfexec mkdir -p /work |
| 110 | 2026-03-19T02:55:22.994Z | + pfexec chown build /work |
| 111 | 2026-03-19T02:55:22.997Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-03-19T02:55:34.597Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-03-19T02:55:44.699Z | Startup: Caching catalogs ... Done |
| 114 | 2026-03-19T02:56:07.261Z | Planning: Solver setup ... Done (21.059s) |
| 115 | 2026-03-19T02:56:07.826Z | Planning: Running solver ... Done (0.153s) |
| 116 | 2026-03-19T02:56:07.881Z | Planning: Finding local manifests ... Done (0.002s) |
| 117 | 2026-03-19T02:56:07.881Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-03-19T02:56:07.881Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-03-19T02:56:07.881Z | Planning: Package planning ... Done (0.044s) |
| 120 | 2026-03-19T02:56:07.881Z | Planning: Merging actions ... Done (0.043s) |
| 121 | 2026-03-19T02:56:08.179Z | Planning: Checking for conflicting actions ... Done (0.388s) |
| 122 | 2026-03-19T02:56:08.226Z | Planning: Consolidating action changes ... Done (0.010s) |
| 123 | 2026-03-19T02:56:10.084Z | Planning: Evaluating mediators ... Done (1.904s) |
| 124 | 2026-03-19T02:56:10.095Z | Planning: Planning completed in 25.29 seconds |
| 125 | 2026-03-19T02:56:10.147Z | Packages to install: 4 |
| 126 | 2026-03-19T02:56:10.148Z | Mediators to change: 2 |
| 127 | 2026-03-19T02:56:10.148Z | Services to change: 1 |
| 128 | 2026-03-19T02:56:10.148Z | Estimated space available: 155.43 GB |
| 129 | 2026-03-19T02:56:10.155Z | Estimated space to be consumed: 1.83 GB |
| 130 | 2026-03-19T02:56:10.156Z | Create boot environment: No |
| 131 | 2026-03-19T02:56:10.156Z | Create backup boot environment: No |
| 132 | 2026-03-19T02:56:10.156Z | Rebuild boot archive: No |
| 133 | 2026-03-19T02:56:10.156Z | |
| 134 | 2026-03-19T02:56:10.156Z | Changed mediators: |
| 135 | 2026-03-19T02:56:10.156Z | mediator clang: |
| 136 | 2026-03-19T02:56:10.156Z | version: None -> 15 (system default) |
| 137 | 2026-03-19T02:56:10.156Z | |
| 138 | 2026-03-19T02:56:10.156Z | mediator llvm: |
| 139 | 2026-03-19T02:56:10.156Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-03-19T02:56:10.156Z | |
| 141 | 2026-03-19T02:56:10.156Z | Changed packages: |
| 142 | 2026-03-19T02:56:10.157Z | helios-dev |
| 143 | 2026-03-19T02:56:10.157Z | developer/build-essential |
| 144 | 2026-03-19T02:56:10.157Z | None -> 11-2.0 |
| 145 | 2026-03-19T02:56:10.157Z | library/libxmlsec1 |
| 146 | 2026-03-19T02:56:10.157Z | None -> 1.2.35-2.0 |
| 147 | 2026-03-19T02:56:10.157Z | ooce/developer/clang-15 |
| 148 | 2026-03-19T02:56:10.158Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-19T02:56:10.158Z | ooce/developer/llvm-15 |
| 150 | 2026-03-19T02:56:10.158Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-19T02:56:10.158Z | |
| 152 | 2026-03-19T02:56:10.158Z | Services: |
| 153 | 2026-03-19T02:56:10.158Z | restart_fmri: |
| 154 | 2026-03-19T02:56:10.158Z | svc:/system/update-man-index:default |
| 155 | 2026-03-19T02:56:10.256Z | |
| 156 | 2026-03-19T02:56:10.256Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-03-19T02:56:15.276Z | Download: 1001/3290 items 19.5/212.6MB 9% complete (3.9M/s) |
| 158 | 2026-03-19T02:56:20.427Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (12.1M/s) |
| 159 | 2026-03-19T02:56:26.596Z | Download: 3245/3290 items 197.7/212.6MB 92% complete (17.8M/s) |
| 160 | 2026-03-19T02:56:33.419Z | Download: 3284/3290 items 211.4/212.6MB 99% complete (9.2M/s) |
| 161 | 2026-03-19T02:56:43.555Z | Download: 3288/3290 items 212.6/212.6MB 99% complete |
| 162 | 2026-03-19T02:56:43.661Z | Download: Completed 212.60 MB in 33.23 seconds (6.4M/s) |
| 163 | 2026-03-19T02:56:43.690Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-03-19T02:56:47.956Z | Actions: Completed 3689 actions in 4.31 seconds. |
| 165 | 2026-03-19T02:56:48.386Z | Done (0.342s) |
| 166 | 2026-03-19T02:56:48.386Z | Done (0.000s) |
| 167 | 2026-03-19T02:56:49.352Z | Done (0.923s) |
| 168 | 2026-03-19T02:56:54.104Z | Done (4.369s) |
| 169 | 2026-03-19T02:56:54.213Z | Done (0.015s) |
| 170 | 2026-03-19T02:56:54.213Z | Done (0.000s) |
| 171 | 2026-03-19T02:56:54.234Z | Done (0.000s) |
| 172 | 2026-03-19T02:56:55.204Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-03-19T02:56:55.323Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-03-19T02:56:55.395Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-03-19T02:56:55.564Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-03-19T02:56:55.600Z | Planning: Planning completed in 0.37 seconds |
| 177 | 2026-03-19T02:56:55.600Z | Mediators to change: 2 |
| 178 | 2026-03-19T02:56:55.600Z | Create boot environment: No |
| 179 | 2026-03-19T02:56:55.601Z | Create backup boot environment: No |
| 180 | 2026-03-19T02:56:55.668Z | Done |
| 181 | 2026-03-19T02:56:55.668Z | Done |
| 182 | 2026-03-19T02:56:56.495Z | Done |
| 183 | 2026-03-19T02:56:59.753Z | Done |
| 184 | 2026-03-19T02:56:59.825Z | Done |
| 185 | 2026-03-19T02:56:59.829Z | Done |
| 186 | 2026-03-19T02:56:59.977Z | Done |
| 187 | 2026-03-19T02:57:00.526Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2026-03-19T02:57:00.566Z | Planning: Merging actions ... Done |
| 189 | 2026-03-19T02:57:00.705Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2026-03-19T02:57:00.754Z | Planning: Consolidating action changes ... Done |
| 191 | 2026-03-19T02:57:00.902Z | Planning: Evaluating mediators ... Done |
| 192 | 2026-03-19T02:57:00.944Z | Planning: Planning completed in 0.63 seconds |
| 193 | 2026-03-19T02:57:00.974Z | Packages to change: 1 |
| 194 | 2026-03-19T02:57:00.974Z | Mediators to change: 1 |
| 195 | 2026-03-19T02:57:00.975Z | Services to change: 1 |
| 196 | 2026-03-19T02:57:00.975Z | Create boot environment: No |
| 197 | 2026-03-19T02:57:00.995Z | Create backup boot environment: Yes |
| 198 | 2026-03-19T02:57:03.483Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2026-03-19T02:57:03.586Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2026-03-19T02:57:03.586Z | Done |
| 201 | 2026-03-19T02:57:03.586Z | Done |
| 202 | 2026-03-19T02:57:03.690Z | Done |
| 203 | 2026-03-19T02:57:06.965Z | Done |
| 204 | 2026-03-19T02:57:07.032Z | Done |
| 205 | 2026-03-19T02:57:07.054Z | Done |
| 206 | 2026-03-19T02:57:07.188Z | Done |
| 207 | 2026-03-19T02:57:07.569Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-03-19T02:57:07.569Z | clang system 15 system |
| 209 | 2026-03-19T02:57:07.569Z | csh system system illumos |
| 210 | 2026-03-19T02:57:07.569Z | ctags system system illumos |
| 211 | 2026-03-19T02:57:07.569Z | file system system illumos |
| 212 | 2026-03-19T02:57:07.570Z | gcc vendor 12 vendor |
| 213 | 2026-03-19T02:57:07.570Z | gcc system 10 system |
| 214 | 2026-03-19T02:57:07.570Z | gcc system 7 system |
| 215 | 2026-03-19T02:57:07.570Z | go system 1.20 system |
| 216 | 2026-03-19T02:57:07.570Z | go system 1.19 system |
| 217 | 2026-03-19T02:57:07.570Z | llvm system 15 system |
| 218 | 2026-03-19T02:57:07.570Z | llvm system 14 system |
| 219 | 2026-03-19T02:57:07.570Z | mariadb system 10.6 system |
| 220 | 2026-03-19T02:57:07.570Z | mta vendor vendor dma |
| 221 | 2026-03-19T02:57:07.570Z | openjdk system 17 system |
| 222 | 2026-03-19T02:57:07.570Z | openjdk system 11 system |
| 223 | 2026-03-19T02:57:07.570Z | openjdk system 1.8 system |
| 224 | 2026-03-19T02:57:07.570Z | openssl vendor 3 vendor |
| 225 | 2026-03-19T02:57:07.570Z | perl system 5.36 system |
| 226 | 2026-03-19T02:57:07.570Z | postgresql system 15 system |
| 227 | 2026-03-19T02:57:07.570Z | postgresql system 13 system |
| 228 | 2026-03-19T02:57:07.571Z | python vendor 3 vendor |
| 229 | 2026-03-19T02:57:07.571Z | python system 2 system |
| 230 | 2026-03-19T02:57:07.571Z | python3 system 3.11 system |
| 231 | 2026-03-19T02:57:07.571Z | ruby system 3.0 system |
| 232 | 2026-03-19T02:57:07.571Z | words vendor vendor american-english |
| 233 | 2026-03-19T02:57:07.571Z | words system system australian-english |
| 234 | 2026-03-19T02:57:07.571Z | words system system british-english |
| 235 | 2026-03-19T02:57:07.571Z | words system system canadian-english |
| 236 | 2026-03-19T02:57:07.572Z | words system system french |
| 237 | 2026-03-19T02:57:07.573Z | words system system italian |
| 238 | 2026-03-19T02:57:07.573Z | words system system ngerman |
| 239 | 2026-03-19T02:57:07.573Z | words system system ogerman |
| 240 | 2026-03-19T02:57:07.573Z | words system system spanish |
| 241 | 2026-03-19T02:57:07.883Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-03-19T02:57:07.883Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2026-03-19T02:57:13.844Z | FMRI IFO |
| 244 | 2026-03-19T02:57:13.844Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2026-03-19T02:57:13.844Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2026-03-19T02:57:13.845Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2026-03-19T02:57:13.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2026-03-19T02:57:13.845Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2026-03-19T02:57:13.845Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2026-03-19T02:57:13.847Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2026-03-19T02:57:13.848Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2026-03-19T02:57:13.849Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2026-03-19T02:57:13.849Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2026-03-19T02:57:13.849Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2026-03-19T02:57:13.849Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2026-03-19T02:57:13.849Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2026-03-19T02:57:13.850Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2026-03-19T02:57:13.850Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2026-03-19T02:57:13.850Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2026-03-19T02:57:15.108Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2026-03-19T02:57:15.392Z | Updating crates.io index |
| 262 | 2026-03-19T02:57:15.396Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 263 | 2026-03-19T02:57:15.664Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-03-19T02:57:16.695Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-03-19T02:57:17.032Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-03-19T02:57:17.408Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 267 | 2026-03-19T02:57:22.579Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 268 | 2026-03-19T02:57:23.279Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-03-19T02:57:28.656Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-03-19T02:57:28.929Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2026-03-19T02:57:28.929Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 272 | 2026-03-19T02:57:28.929Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 273 | 2026-03-19T02:57:28.930Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2026-03-19T02:57:29.078Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 275 | 2026-03-19T02:57:29.452Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-03-19T02:57:29.864Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 277 | 2026-03-19T02:57:32.301Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-03-19T02:57:32.762Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-03-19T02:57:33.172Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2026-03-19T02:57:33.509Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 281 | 2026-03-19T02:57:33.896Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2026-03-19T02:57:34.122Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2026-03-19T02:57:34.342Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2026-03-19T02:57:34.604Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 285 | 2026-03-19T02:57:35.023Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2026-03-19T02:57:35.365Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 287 | 2026-03-19T02:57:35.920Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 288 | 2026-03-19T02:57:36.254Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-03-19T02:57:37.372Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-03-19T02:57:38.546Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2026-03-19T02:57:39.375Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2026-03-19T02:57:39.588Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 293 | 2026-03-19T02:57:39.963Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 294 | 2026-03-19T02:57:40.411Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 295 | 2026-03-19T02:57:40.918Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2026-03-19T02:57:41.149Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2026-03-19T02:57:41.406Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2026-03-19T02:57:41.689Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 299 | 2026-03-19T02:57:42.101Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 300 | 2026-03-19T02:57:55.921Z | Downloading crates ... |
| 301 | 2026-03-19T02:57:55.985Z | Downloaded colorchoice v1.0.4 |
| 302 | 2026-03-19T02:57:56.020Z | Downloaded fastrand v2.3.0 |
| 303 | 2026-03-19T02:57:56.020Z | Downloaded cfg-if v1.0.4 |
| 304 | 2026-03-19T02:57:56.020Z | Downloaded pretty-hex v0.4.1 |
| 305 | 2026-03-19T02:57:56.020Z | Downloaded log v0.4.29 |
| 306 | 2026-03-19T02:57:56.020Z | Downloaded dof v0.3.0 |
| 307 | 2026-03-19T02:57:56.020Z | Downloaded icu_collections v2.1.1 |
| 308 | 2026-03-19T02:57:56.020Z | Downloaded yoke-derive v0.8.1 |
| 309 | 2026-03-19T02:57:56.020Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2026-03-19T02:57:56.020Z | Downloaded getrandom v0.4.1 |
| 311 | 2026-03-19T02:57:56.021Z | Downloaded toml_datetime v0.6.11 |
| 312 | 2026-03-19T02:57:56.054Z | Downloaded serde_json v1.0.149 |
| 313 | 2026-03-19T02:57:56.054Z | Downloaded utf8parse v0.2.2 |
| 314 | 2026-03-19T02:57:56.054Z | Downloaded version_check v0.9.5 |
| 315 | 2026-03-19T02:57:56.054Z | Downloaded thiserror v2.0.18 |
| 316 | 2026-03-19T02:57:56.054Z | Downloaded typeid v1.0.3 |
| 317 | 2026-03-19T02:57:56.054Z | Downloaded thiserror v1.0.69 |
| 318 | 2026-03-19T02:57:56.054Z | Downloaded usdt-impl v0.5.0 |
| 319 | 2026-03-19T02:57:56.054Z | Downloaded toml v0.8.23 |
| 320 | 2026-03-19T02:57:56.054Z | Downloaded icu_properties_data v2.1.2 |
| 321 | 2026-03-19T02:57:56.054Z | Downloaded zerovec v0.11.5 |
| 322 | 2026-03-19T02:57:56.080Z | Downloaded indexmap v2.13.0 |
| 323 | 2026-03-19T02:57:56.080Z | Downloaded tinystr v0.8.2 |
| 324 | 2026-03-19T02:57:56.080Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-03-19T02:57:56.081Z | Downloaded textwrap v0.16.2 |
| 326 | 2026-03-19T02:57:56.081Z | Downloaded utf8_iter v1.0.4 |
| 327 | 2026-03-19T02:57:56.081Z | Downloaded unicode-ident v1.0.24 |
| 328 | 2026-03-19T02:57:56.081Z | Downloaded writeable v0.6.2 |
| 329 | 2026-03-19T02:57:56.081Z | Downloaded ucd-trie v0.1.7 |
| 330 | 2026-03-19T02:57:56.081Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-03-19T02:57:56.081Z | Downloaded sha2 v0.10.9 |
| 332 | 2026-03-19T02:57:56.081Z | Downloaded zerofrom v0.1.6 |
| 333 | 2026-03-19T02:57:56.083Z | Downloaded serde v1.0.228 |
| 334 | 2026-03-19T02:57:56.083Z | Downloaded once_cell v1.21.3 |
| 335 | 2026-03-19T02:57:56.083Z | Downloaded block-buffer v0.10.4 |
| 336 | 2026-03-19T02:57:56.083Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-03-19T02:57:56.083Z | Downloaded tabled v0.15.0 |
| 338 | 2026-03-19T02:57:56.106Z | Downloaded zmij v1.0.21 |
| 339 | 2026-03-19T02:57:56.106Z | Downloaded thread-id v4.2.2 |
| 340 | 2026-03-19T02:57:56.106Z | Downloaded yoke v0.8.1 |
| 341 | 2026-03-19T02:57:56.106Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2026-03-19T02:57:56.106Z | Downloaded zerovec-derive v0.11.2 |
| 343 | 2026-03-19T02:57:56.106Z | Downloaded url v2.5.8 |
| 344 | 2026-03-19T02:57:56.106Z | Downloaded memmap v0.7.0 |
| 345 | 2026-03-19T02:57:56.106Z | Downloaded usdt v0.5.0 |
| 346 | 2026-03-19T02:57:56.106Z | Downloaded unicode-xid v0.2.6 |
| 347 | 2026-03-19T02:57:56.106Z | Downloaded usdt-macro v0.5.0 |
| 348 | 2026-03-19T02:57:56.106Z | Downloaded usdt-attr-macro v0.5.0 |
| 349 | 2026-03-19T02:57:56.107Z | Downloaded strsim v0.11.1 |
| 350 | 2026-03-19T02:57:56.107Z | Downloaded cargo-platform v0.2.0 |
| 351 | 2026-03-19T02:57:56.107Z | Downloaded memchr v2.8.0 |
| 352 | 2026-03-19T02:57:56.107Z | Downloaded typenum v1.19.0 |
| 353 | 2026-03-19T02:57:56.114Z | Downloaded toml_edit v0.22.27 |
| 354 | 2026-03-19T02:57:56.114Z | Downloaded form_urlencoded v1.2.2 |
| 355 | 2026-03-19T02:57:56.114Z | Downloaded anstyle-parse v0.2.7 |
| 356 | 2026-03-19T02:57:56.114Z | Downloaded zerotrie v0.2.3 |
| 357 | 2026-03-19T02:57:56.115Z | Downloaded zerocopy v0.7.35 |
| 358 | 2026-03-19T02:57:56.115Z | Downloaded terminal_size v0.4.3 |
| 359 | 2026-03-19T02:57:56.115Z | Downloaded scroll v0.12.0 |
| 360 | 2026-03-19T02:57:56.115Z | Downloaded winnow v0.7.14 |
| 361 | 2026-03-19T02:57:56.202Z | Downloaded serde_core v1.0.228 |
| 362 | 2026-03-19T02:57:56.202Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-03-19T02:57:56.229Z | Downloaded serde_derive v1.0.228 |
| 364 | 2026-03-19T02:57:56.229Z | Downloaded cpufeatures v0.2.17 |
| 365 | 2026-03-19T02:57:56.229Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-03-19T02:57:56.229Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-03-19T02:57:56.229Z | Downloaded anstyle v1.0.13 |
| 368 | 2026-03-19T02:57:56.230Z | Downloaded generic-array v0.14.7 |
| 369 | 2026-03-19T02:57:56.230Z | Downloaded serde-value v0.7.0 |
| 370 | 2026-03-19T02:57:56.230Z | Downloaded errno v0.3.14 |
| 371 | 2026-03-19T02:57:56.230Z | Downloaded autocfg v1.5.0 |
| 372 | 2026-03-19T02:57:56.230Z | Downloaded cargo-util-schemas v0.8.2 |
| 373 | 2026-03-19T02:57:56.230Z | Downloaded fs-err v3.3.0 |
| 374 | 2026-03-19T02:57:56.230Z | Downloaded clap_lex v1.0.0 |
| 375 | 2026-03-19T02:57:56.230Z | Downloaded rustix v1.1.3 |
| 376 | 2026-03-19T02:57:56.230Z | Downloaded zerofrom-derive v0.1.6 |
| 377 | 2026-03-19T02:57:56.230Z | Downloaded swrite v0.1.0 |
| 378 | 2026-03-19T02:57:56.230Z | Downloaded stable_deref_trait v1.2.1 |
| 379 | 2026-03-19T02:57:56.230Z | Downloaded serde_spanned v0.6.9 |
| 380 | 2026-03-19T02:57:56.230Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2026-03-19T02:57:56.231Z | Downloaded potential_utf v0.1.4 |
| 382 | 2026-03-19T02:57:56.231Z | Downloaded papergrid v0.11.0 |
| 383 | 2026-03-19T02:57:56.231Z | Downloaded icu_provider v2.1.1 |
| 384 | 2026-03-19T02:57:56.231Z | Downloaded equivalent v1.0.2 |
| 385 | 2026-03-19T02:57:56.231Z | Downloaded cargo_metadata v0.21.0 |
| 386 | 2026-03-19T02:57:56.231Z | Downloaded cargo_toml v0.21.0 |
| 387 | 2026-03-19T02:57:56.231Z | Downloaded heck v0.4.1 |
| 388 | 2026-03-19T02:57:56.231Z | Downloaded fnv v1.0.7 |
| 389 | 2026-03-19T02:57:56.231Z | Downloaded dtrace-parser v0.2.0 |
| 390 | 2026-03-19T02:57:56.231Z | Downloaded camino-tempfile v1.4.1 |
| 391 | 2026-03-19T02:57:56.231Z | Downloaded is_terminal_polyfill v1.70.2 |
| 392 | 2026-03-19T02:57:56.231Z | Downloaded byteorder v1.5.0 |
| 393 | 2026-03-19T02:57:56.231Z | Downloaded plain v0.2.3 |
| 394 | 2026-03-19T02:57:56.232Z | Downloaded quote v1.0.44 |
| 395 | 2026-03-19T02:57:56.232Z | Downloaded erased-serde v0.4.9 |
| 396 | 2026-03-19T02:57:56.232Z | Downloaded smallvec v1.15.1 |
| 397 | 2026-03-19T02:57:56.232Z | Downloaded clap_derive v4.5.55 |
| 398 | 2026-03-19T02:57:56.232Z | Downloaded bytecount v0.6.9 |
| 399 | 2026-03-19T02:57:56.232Z | Downloaded anstream v0.6.21 |
| 400 | 2026-03-19T02:57:56.232Z | Downloaded pest_meta v2.8.6 |
| 401 | 2026-03-19T02:57:56.232Z | Downloaded pest v2.8.6 |
| 402 | 2026-03-19T02:57:56.274Z | Downloaded serde-untagged v0.1.9 |
| 403 | 2026-03-19T02:57:56.274Z | Downloaded icu_locale_core v2.1.1 |
| 404 | 2026-03-19T02:57:56.274Z | Downloaded proc-macro2 v1.0.106 |
| 405 | 2026-03-19T02:57:56.274Z | Downloaded anyhow v1.0.102 |
| 406 | 2026-03-19T02:57:56.274Z | Downloaded idna v1.1.0 |
| 407 | 2026-03-19T02:57:56.275Z | Downloaded clap_builder v4.5.60 |
| 408 | 2026-03-19T02:57:56.275Z | Downloaded syn v2.0.117 |
| 409 | 2026-03-19T02:57:56.275Z | Downloaded tabled_derive v0.7.0 |
| 410 | 2026-03-19T02:57:56.275Z | Downloaded macaddr v1.0.1 |
| 411 | 2026-03-19T02:57:56.296Z | Downloaded ordered-float v2.10.1 |
| 412 | 2026-03-19T02:57:56.298Z | Downloaded idna_adapter v1.2.1 |
| 413 | 2026-03-19T02:57:56.298Z | Downloaded smawk v0.3.2 |
| 414 | 2026-03-19T02:57:56.298Z | Downloaded itoa v1.0.17 |
| 415 | 2026-03-19T02:57:56.299Z | Downloaded syn v1.0.109 |
| 416 | 2026-03-19T02:57:56.299Z | Downloaded serde_tokenstream v0.2.3 |
| 417 | 2026-03-19T02:57:56.299Z | Downloaded percent-encoding v2.3.2 |
| 418 | 2026-03-19T02:57:56.299Z | Downloaded litemap v0.8.1 |
| 419 | 2026-03-19T02:57:56.299Z | Downloaded heck v0.5.0 |
| 420 | 2026-03-19T02:57:56.300Z | Downloaded displaydoc v0.2.5 |
| 421 | 2026-03-19T02:57:56.300Z | Downloaded anstyle-query v1.1.5 |
| 422 | 2026-03-19T02:57:56.300Z | Downloaded pest_generator v2.8.6 |
| 423 | 2026-03-19T02:57:56.300Z | Downloaded crypto-common v0.1.7 |
| 424 | 2026-03-19T02:57:56.323Z | Downloaded num-traits v0.2.19 |
| 425 | 2026-03-19T02:57:56.323Z | Downloaded tempfile v3.25.0 |
| 426 | 2026-03-19T02:57:56.323Z | Downloaded clap v4.5.60 |
| 427 | 2026-03-19T02:57:56.323Z | Downloaded synstructure v0.13.2 |
| 428 | 2026-03-19T02:57:56.323Z | Downloaded digest v0.10.7 |
| 429 | 2026-03-19T02:57:56.323Z | Downloaded semver v1.0.27 |
| 430 | 2026-03-19T02:57:56.323Z | Downloaded hashbrown v0.16.1 |
| 431 | 2026-03-19T02:57:56.323Z | Downloaded icu_properties v2.1.2 |
| 432 | 2026-03-19T02:57:56.323Z | Downloaded camino v1.2.2 |
| 433 | 2026-03-19T02:57:56.323Z | Downloaded scroll_derive v0.12.1 |
| 434 | 2026-03-19T02:57:56.323Z | Downloaded pest_derive v2.8.6 |
| 435 | 2026-03-19T02:57:56.323Z | Downloaded icu_normalizer v2.1.1 |
| 436 | 2026-03-19T02:57:56.360Z | Downloaded icu_normalizer_data v2.1.1 |
| 437 | 2026-03-19T02:57:56.360Z | Downloaded proc-macro-error-attr v1.0.4 |
| 438 | 2026-03-19T02:57:56.388Z | Downloaded libc v0.2.180 |
| 439 | 2026-03-19T02:57:56.404Z | Downloaded goblin v0.8.2 |
| 440 | 2026-03-19T02:57:56.464Z | Compiling proc-macro2 v1.0.106 |
| 441 | 2026-03-19T02:57:56.487Z | Compiling unicode-ident v1.0.24 |
| 442 | 2026-03-19T02:57:56.488Z | Compiling quote v1.0.44 |
| 443 | 2026-03-19T02:57:56.488Z | Compiling serde_core v1.0.228 |
| 444 | 2026-03-19T02:57:56.488Z | Compiling libc v0.2.180 |
| 445 | 2026-03-19T02:57:56.488Z | Compiling version_check v0.9.5 |
| 446 | 2026-03-19T02:57:56.488Z | Compiling memchr v2.8.0 |
| 447 | 2026-03-19T02:57:56.488Z | Compiling serde v1.0.228 |
| 448 | 2026-03-19T02:57:56.488Z | Compiling stable_deref_trait v1.2.1 |
| 449 | 2026-03-19T02:57:56.488Z | Compiling zmij v1.0.21 |
| 450 | 2026-03-19T02:57:56.488Z | Compiling thiserror v1.0.69 |
| 451 | 2026-03-19T02:57:56.699Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-19T02:57:56.729Z | Compiling ucd-trie v0.1.7 |
| 453 | 2026-03-19T02:57:56.729Z | Compiling autocfg v1.5.0 |
| 454 | 2026-03-19T02:57:56.729Z | Compiling writeable v0.6.2 |
| 455 | 2026-03-19T02:57:56.981Z | Compiling litemap v0.8.1 |
| 456 | 2026-03-19T02:57:57.162Z | Compiling icu_normalizer_data v2.1.1 |
| 457 | 2026-03-19T02:57:57.177Z | Compiling byteorder v1.5.0 |
| 458 | 2026-03-19T02:57:57.256Z | Compiling rustix v1.1.3 |
| 459 | 2026-03-19T02:57:57.290Z | Compiling icu_properties_data v2.1.2 |
| 460 | 2026-03-19T02:57:57.357Z | Compiling pest v2.8.6 |
| 461 | 2026-03-19T02:57:57.410Z | Compiling bitflags v2.11.0 |
| 462 | 2026-03-19T02:57:57.583Z | Compiling serde_json v1.0.149 |
| 463 | 2026-03-19T02:57:57.583Z | Compiling num-traits v0.2.19 |
| 464 | 2026-03-19T02:57:57.850Z | Compiling typeid v1.0.3 |
| 465 | 2026-03-19T02:57:57.857Z | Compiling hashbrown v0.16.1 |
| 466 | 2026-03-19T02:57:57.858Z | Compiling smallvec v1.15.1 |
| 467 | 2026-03-19T02:57:58.019Z | Compiling equivalent v1.0.2 |
| 468 | 2026-03-19T02:57:58.071Z | Compiling proc-macro-error-attr v1.0.4 |
| 469 | 2026-03-19T02:57:58.205Z | Compiling usdt-impl v0.5.0 |
| 470 | 2026-03-19T02:57:58.263Z | Compiling toml_write v0.1.2 |
| 471 | 2026-03-19T02:57:58.283Z | Compiling syn v1.0.109 |
| 472 | 2026-03-19T02:57:58.310Z | Compiling erased-serde v0.4.9 |
| 473 | 2026-03-19T02:57:58.310Z | Compiling winnow v0.7.14 |
| 474 | 2026-03-19T02:57:58.402Z | Compiling proc-macro-error v1.0.4 |
| 475 | 2026-03-19T02:57:58.411Z | Compiling errno v0.3.14 |
| 476 | 2026-03-19T02:57:58.477Z | Compiling thread-id v4.2.2 |
| 477 | 2026-03-19T02:57:58.577Z | Compiling indexmap v2.13.0 |
| 478 | 2026-03-19T02:57:58.633Z | Compiling thiserror v2.0.18 |
| 479 | 2026-03-19T02:57:58.721Z | Compiling utf8_iter v1.0.4 |
| 480 | 2026-03-19T02:57:58.729Z | Compiling camino v1.2.2 |
| 481 | 2026-03-19T02:57:58.859Z | Compiling percent-encoding v2.3.2 |
| 482 | 2026-03-19T02:57:58.871Z | Compiling pest_meta v2.8.6 |
| 483 | 2026-03-19T02:57:58.871Z | Compiling plain v0.2.3 |
| 484 | 2026-03-19T02:57:58.944Z | Compiling utf8parse v0.2.2 |
| 485 | 2026-03-19T02:57:58.978Z | Compiling syn v2.0.117 |
| 486 | 2026-03-19T02:57:59.064Z | Compiling log v0.4.29 |
| 487 | 2026-03-19T02:57:59.095Z | Compiling getrandom v0.4.1 |
| 488 | 2026-03-19T02:57:59.138Z | Compiling form_urlencoded v1.2.2 |
| 489 | 2026-03-19T02:57:59.195Z | Compiling anstyle-parse v0.2.7 |
| 490 | 2026-03-19T02:57:59.394Z | Compiling pretty-hex v0.4.1 |
| 491 | 2026-03-19T02:57:59.477Z | Compiling ordered-float v2.10.1 |
| 492 | 2026-03-19T02:57:59.487Z | Compiling is_terminal_polyfill v1.70.2 |
| 493 | 2026-03-19T02:57:59.526Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-19T02:57:59.562Z | Compiling colorchoice v1.0.4 |
| 495 | 2026-03-19T02:57:59.575Z | Compiling anstyle v1.0.13 |
| 496 | 2026-03-19T02:57:59.618Z | Compiling cfg-if v1.0.4 |
| 497 | 2026-03-19T02:57:59.804Z | Compiling fs-err v3.3.0 |
| 498 | 2026-03-19T02:57:59.827Z | Compiling once_cell v1.21.3 |
| 499 | 2026-03-19T02:57:59.827Z | Compiling unicode-xid v0.2.6 |
| 500 | 2026-03-19T02:57:59.827Z | Compiling bytecount v0.6.9 |
| 501 | 2026-03-19T02:57:59.880Z | Compiling anstream v0.6.21 |
| 502 | 2026-03-19T02:57:59.906Z | Compiling heck v0.4.1 |
| 503 | 2026-03-19T02:57:59.987Z | Compiling terminal_size v0.4.3 |
| 504 | 2026-03-19T02:58:00.047Z | Compiling heck v0.5.0 |
| 505 | 2026-03-19T02:58:00.063Z | Compiling fastrand v2.3.0 |
| 506 | 2026-03-19T02:58:00.063Z | Compiling anyhow v1.0.102 |
| 507 | 2026-03-19T02:58:00.128Z | Compiling clap_lex v1.0.0 |
| 508 | 2026-03-19T02:58:00.171Z | Compiling unicode-width v0.1.14 |
| 509 | 2026-03-19T02:58:00.217Z | Compiling fnv v1.0.7 |
| 510 | 2026-03-19T02:58:00.278Z | Compiling strsim v0.11.1 |
| 511 | 2026-03-19T02:58:00.301Z | Compiling tempfile v3.25.0 |
| 512 | 2026-03-19T02:58:00.401Z | Compiling memmap v0.7.0 |
| 513 | 2026-03-19T02:58:00.416Z | Compiling smawk v0.3.2 |
| 514 | 2026-03-19T02:58:00.447Z | Compiling unicode-width v0.2.0 |
| 515 | 2026-03-19T02:58:00.486Z | Compiling clap_builder v4.5.60 |
| 516 | 2026-03-19T02:58:00.569Z | Compiling semver v1.0.27 |
| 517 | 2026-03-19T02:58:00.670Z | Compiling papergrid v0.11.0 |
| 518 | 2026-03-19T02:58:00.787Z | Compiling unicode-linebreak v0.1.5 |
| 519 | 2026-03-19T02:58:00.855Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 520 | 2026-03-19T02:58:01.042Z | Compiling textwrap v0.16.2 |
| 521 | 2026-03-19T02:58:01.072Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2026-03-19T02:58:01.146Z | Compiling serde-untagged v0.1.9 |
| 523 | 2026-03-19T02:58:01.169Z | Compiling swrite v0.1.0 |
| 524 | 2026-03-19T02:58:01.585Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-03-19T02:58:02.487Z | Compiling tabled v0.15.0 |
| 526 | 2026-03-19T02:58:02.688Z | Compiling synstructure v0.13.2 |
| 527 | 2026-03-19T02:58:02.689Z | Compiling pest_generator v2.8.6 |
| 528 | 2026-03-19T02:58:03.479Z | Compiling serde_derive v1.0.228 |
| 529 | 2026-03-19T02:58:03.483Z | Compiling zerofrom-derive v0.1.6 |
| 530 | 2026-03-19T02:58:03.483Z | Compiling yoke-derive v0.8.1 |
| 531 | 2026-03-19T02:58:03.483Z | Compiling zerovec-derive v0.11.2 |
| 532 | 2026-03-19T02:58:03.483Z | Compiling displaydoc v0.2.5 |
| 533 | 2026-03-19T02:58:03.484Z | Compiling thiserror-impl v1.0.69 |
| 534 | 2026-03-19T02:58:03.485Z | Compiling zerocopy-derive v0.7.35 |
| 535 | 2026-03-19T02:58:03.485Z | Compiling pest_derive v2.8.6 |
| 536 | 2026-03-19T02:58:03.485Z | Compiling scroll_derive v0.12.1 |
| 537 | 2026-03-19T02:58:03.485Z | Compiling thiserror-impl v2.0.18 |
| 538 | 2026-03-19T02:58:03.485Z | Compiling clap_derive v4.5.55 |
| 539 | 2026-03-19T02:58:04.413Z | Compiling scroll v0.12.0 |
| 540 | 2026-03-19T02:58:04.729Z | Compiling goblin v0.8.2 |
| 541 | 2026-03-19T02:58:04.772Z | Compiling zerocopy v0.7.35 |
| 542 | 2026-03-19T02:58:04.786Z | Compiling zerofrom v0.1.6 |
| 543 | 2026-03-19T02:58:04.926Z | Compiling yoke v0.8.1 |
| 544 | 2026-03-19T02:58:05.143Z | Compiling zerovec v0.11.5 |
| 545 | 2026-03-19T02:58:05.143Z | Compiling zerotrie v0.2.3 |
| 546 | 2026-03-19T02:58:05.176Z | Compiling dtrace-parser v0.2.0 |
| 547 | 2026-03-19T02:58:05.465Z | Compiling clap v4.5.60 |
| 548 | 2026-03-19T02:58:05.757Z | Compiling tinystr v0.8.2 |
| 549 | 2026-03-19T02:58:05.758Z | Compiling potential_utf v0.1.4 |
| 550 | 2026-03-19T02:58:06.000Z | Compiling icu_collections v2.1.1 |
| 551 | 2026-03-19T02:58:06.028Z | Compiling icu_locale_core v2.1.1 |
| 552 | 2026-03-19T02:58:06.721Z | Compiling icu_provider v2.1.1 |
| 553 | 2026-03-19T02:58:06.915Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-03-19T02:58:06.916Z | Compiling serde_spanned v0.6.9 |
| 555 | 2026-03-19T02:58:06.921Z | Compiling serde-value v0.7.0 |
| 556 | 2026-03-19T02:58:06.921Z | Compiling cargo-platform v0.2.0 |
| 557 | 2026-03-19T02:58:06.921Z | Compiling macaddr v1.0.1 |
| 558 | 2026-03-19T02:58:06.939Z | Compiling dof v0.3.0 |
| 559 | 2026-03-19T02:58:06.949Z | Compiling serde_tokenstream v0.2.3 |
| 560 | 2026-03-19T02:58:07.025Z | Compiling icu_normalizer v2.1.1 |
| 561 | 2026-03-19T02:58:07.037Z | Compiling icu_properties v2.1.2 |
| 562 | 2026-03-19T02:58:07.160Z | Compiling toml_edit v0.22.27 |
| 563 | 2026-03-19T02:58:08.058Z | Compiling usdt-macro v0.5.0 |
| 564 | 2026-03-19T02:58:08.071Z | Compiling usdt-attr-macro v0.5.0 |
| 565 | 2026-03-19T02:58:08.399Z | Compiling idna_adapter v1.2.1 |
| 566 | 2026-03-19T02:58:08.492Z | Compiling idna v1.1.0 |
| 567 | 2026-03-19T02:58:08.812Z | Compiling usdt v0.5.0 |
| 568 | 2026-03-19T02:58:08.857Z | Compiling url v2.5.8 |
| 569 | 2026-03-19T02:58:09.017Z | Compiling toml v0.8.23 |
| 570 | 2026-03-19T02:58:09.486Z | Compiling cargo-util-schemas v0.8.2 |
| 571 | 2026-03-19T02:58:09.486Z | Compiling cargo_toml v0.21.0 |
| 572 | 2026-03-19T02:58:10.643Z | Compiling cargo_metadata v0.21.0 |
| 573 | 2026-03-19T02:58:11.953Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 574 | 2026-03-19T02:58:14.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.97s |
| 575 | 2026-03-19T02:58:15.122Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 576 | 2026-03-19T02:58:15.853Z | Downloading crates ... |
| 577 | 2026-03-19T02:58:15.976Z | Downloaded async-stream v0.3.6 |
| 578 | 2026-03-19T02:58:15.980Z | Downloaded bit-set v0.8.0 |
| 579 | 2026-03-19T02:58:15.986Z | Downloaded argon2 v0.5.3 |
| 580 | 2026-03-19T02:58:15.986Z | Downloaded aead v0.5.2 |
| 581 | 2026-03-19T02:58:15.987Z | Downloaded adler2 v2.0.1 |
| 582 | 2026-03-19T02:58:15.992Z | Downloaded crc-catalog v2.4.0 |
| 583 | 2026-03-19T02:58:15.992Z | Downloaded blowfish v0.9.1 |
| 584 | 2026-03-19T02:58:15.992Z | Downloaded cancel-safe-futures v0.1.5 |
| 585 | 2026-03-19T02:58:16.014Z | Downloaded float-ord v0.3.2 |
| 586 | 2026-03-19T02:58:16.020Z | Downloaded darling_macro v0.21.3 |
| 587 | 2026-03-19T02:58:16.023Z | Downloaded fixedbitset v0.4.2 |
| 588 | 2026-03-19T02:58:16.023Z | Downloaded derive_builder v0.20.2 |
| 589 | 2026-03-19T02:58:16.031Z | Downloaded cfg_aliases v0.2.1 |
| 590 | 2026-03-19T02:58:16.031Z | Downloaded critical-section v1.2.0 |
| 591 | 2026-03-19T02:58:16.037Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-03-19T02:58:16.037Z | Downloaded dtrace-parser v0.3.0 |
| 593 | 2026-03-19T02:58:16.042Z | Downloaded funty v2.0.0 |
| 594 | 2026-03-19T02:58:16.048Z | Downloaded chrono-tz v0.10.4 |
| 595 | 2026-03-19T02:58:16.056Z | Downloaded fatfs v0.3.6 |
| 596 | 2026-03-19T02:58:16.060Z | Downloaded base16ct v0.2.0 |
| 597 | 2026-03-19T02:58:16.060Z | Downloaded arrayref v0.3.9 |
| 598 | 2026-03-19T02:58:16.061Z | Downloaded derive_more-impl v2.1.1 |
| 599 | 2026-03-19T02:58:16.081Z | Downloaded display-error-chain v0.2.2 |
| 600 | 2026-03-19T02:58:16.081Z | Downloaded cfg_aliases v0.1.1 |
| 601 | 2026-03-19T02:58:16.094Z | Downloaded camino-tempfile-ext v0.3.3 |
| 602 | 2026-03-19T02:58:16.094Z | Downloaded atomic-waker v1.1.2 |
| 603 | 2026-03-19T02:58:16.094Z | Downloaded deranged v0.5.8 |
| 604 | 2026-03-19T02:58:16.094Z | Downloaded dropshot v0.16.7 |
| 605 | 2026-03-19T02:58:16.103Z | Downloaded flagset v0.4.7 |
| 606 | 2026-03-19T02:58:16.103Z | Downloaded daft-derive v0.1.5 |
| 607 | 2026-03-19T02:58:16.103Z | Downloaded fallible-iterator v0.2.0 |
| 608 | 2026-03-19T02:58:16.103Z | Downloaded filetime v0.2.27 |
| 609 | 2026-03-19T02:58:16.103Z | Downloaded ciborium v0.2.2 |
| 610 | 2026-03-19T02:58:16.103Z | Downloaded bitfield v0.19.4 |
| 611 | 2026-03-19T02:58:16.113Z | Downloaded backon v1.6.0 |
| 612 | 2026-03-19T02:58:16.113Z | Downloaded derive_more v0.99.20 |
| 613 | 2026-03-19T02:58:16.113Z | Downloaded crc v3.4.0 |
| 614 | 2026-03-19T02:58:16.124Z | Downloaded dirs-next v2.0.0 |
| 615 | 2026-03-19T02:58:16.125Z | Downloaded crossbeam-epoch v0.9.18 |
| 616 | 2026-03-19T02:58:16.125Z | Downloaded darling_core v0.21.3 |
| 617 | 2026-03-19T02:58:16.125Z | Downloaded crc8 v0.1.1 |
| 618 | 2026-03-19T02:58:16.125Z | Downloaded block-padding v0.3.3 |
| 619 | 2026-03-19T02:58:16.125Z | Downloaded base16ct v1.0.0 |
| 620 | 2026-03-19T02:58:16.133Z | Downloaded foreign-types-shared v0.3.1 |
| 621 | 2026-03-19T02:58:16.133Z | Downloaded ciborium-ll v0.2.2 |
| 622 | 2026-03-19T02:58:16.134Z | Downloaded futures-core v0.3.32 |
| 623 | 2026-03-19T02:58:16.134Z | Downloaded cipher v0.4.4 |
| 624 | 2026-03-19T02:58:16.134Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 625 | 2026-03-19T02:58:16.134Z | Downloaded ascii-canvas v3.0.0 |
| 626 | 2026-03-19T02:58:16.135Z | Downloaded async-stream-impl v0.3.6 |
| 627 | 2026-03-19T02:58:16.135Z | Downloaded fs-err v2.11.0 |
| 628 | 2026-03-19T02:58:16.135Z | Downloaded corncobs v0.1.4 |
| 629 | 2026-03-19T02:58:16.141Z | Downloaded futures-executor v0.3.32 |
| 630 | 2026-03-19T02:58:16.141Z | Downloaded flume v0.11.1 |
| 631 | 2026-03-19T02:58:16.141Z | Downloaded ciborium-io v0.2.2 |
| 632 | 2026-03-19T02:58:16.141Z | Downloaded fxhash v0.2.1 |
| 633 | 2026-03-19T02:58:16.141Z | Downloaded futures-util v0.3.32 |
| 634 | 2026-03-19T02:58:16.146Z | Downloaded foreign-types-macros v0.2.3 |
| 635 | 2026-03-19T02:58:16.151Z | Downloaded cpufeatures v0.3.0 |
| 636 | 2026-03-19T02:58:16.151Z | Downloaded cookie v0.18.1 |
| 637 | 2026-03-19T02:58:16.159Z | Downloaded buf-list v1.1.2 |
| 638 | 2026-03-19T02:58:16.159Z | Downloaded foreign-types v0.3.2 |
| 639 | 2026-03-19T02:58:16.159Z | Downloaded dsl_auto_type v0.2.0 |
| 640 | 2026-03-19T02:58:16.159Z | Downloaded base64ct v1.8.3 |
| 641 | 2026-03-19T02:58:16.163Z | Downloaded ghash v0.5.1 |
| 642 | 2026-03-19T02:58:16.164Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 643 | 2026-03-19T02:58:16.164Z | Downloaded assert_matches v1.5.0 |
| 644 | 2026-03-19T02:58:16.164Z | Downloaded bit-set v0.5.3 |
| 645 | 2026-03-19T02:58:16.164Z | Downloaded cargo-platform v0.1.9 |
| 646 | 2026-03-19T02:58:16.164Z | Downloaded bb8 v0.8.6 |
| 647 | 2026-03-19T02:58:16.171Z | Downloaded backoff v0.4.0 |
| 648 | 2026-03-19T02:58:16.171Z | Downloaded fs_extra v1.3.0 |
| 649 | 2026-03-19T02:58:16.171Z | Downloaded crossterm v0.29.0 |
| 650 | 2026-03-19T02:58:16.175Z | Downloaded constant_time_eq v0.4.2 |
| 651 | 2026-03-19T02:58:16.186Z | Downloaded cmake v0.1.57 |
| 652 | 2026-03-19T02:58:16.186Z | Downloaded atomicwrites v0.4.4 |
| 653 | 2026-03-19T02:58:16.186Z | Downloaded derive_builder_macro v0.20.2 |
| 654 | 2026-03-19T02:58:16.186Z | Downloaded futures-macro v0.3.32 |
| 655 | 2026-03-19T02:58:16.190Z | Downloaded darling_core v0.20.11 |
| 656 | 2026-03-19T02:58:16.191Z | Downloaded convert_case v0.10.0 |
| 657 | 2026-03-19T02:58:16.191Z | Downloaded chacha20 v0.10.0 |
| 658 | 2026-03-19T02:58:16.191Z | Downloaded diesel_derives v2.3.7 |
| 659 | 2026-03-19T02:58:16.197Z | Downloaded gethostname v0.5.0 |
| 660 | 2026-03-19T02:58:16.219Z | Downloaded hash32 v0.3.1 |
| 661 | 2026-03-19T02:58:16.223Z | Downloaded hash32 v0.2.1 |
| 662 | 2026-03-19T02:58:16.223Z | Downloaded ecdsa v0.16.9 |
| 663 | 2026-03-19T02:58:16.223Z | Downloaded der v0.7.10 |
| 664 | 2026-03-19T02:58:16.223Z | Downloaded git-stub v1.0.0 |
| 665 | 2026-03-19T02:58:16.223Z | Downloaded futures-channel v0.3.32 |
| 666 | 2026-03-19T02:58:16.224Z | Downloaded colored v3.1.1 |
| 667 | 2026-03-19T02:58:16.229Z | Downloaded async-bb8-diesel v0.2.1 |
| 668 | 2026-03-19T02:58:16.229Z | Downloaded hubpack_derive v0.1.1 |
| 669 | 2026-03-19T02:58:16.229Z | Downloaded hostname v0.4.2 |
| 670 | 2026-03-19T02:58:16.235Z | Downloaded crossterm v0.28.1 |
| 671 | 2026-03-19T02:58:16.235Z | Downloaded heapless v0.8.0 |
| 672 | 2026-03-19T02:58:16.245Z | Downloaded git-stub-vcs v0.1.0 |
| 673 | 2026-03-19T02:58:16.245Z | Downloaded crossbeam-channel v0.5.15 |
| 674 | 2026-03-19T02:58:16.250Z | Downloaded crc32fast v1.5.0 |
| 675 | 2026-03-19T02:58:16.250Z | Downloaded cargo_toml v0.22.3 |
| 676 | 2026-03-19T02:58:16.250Z | Downloaded blake2 v0.10.6 |
| 677 | 2026-03-19T02:58:16.250Z | Downloaded instability v0.3.11 |
| 678 | 2026-03-19T02:58:16.255Z | Downloaded console v0.15.11 |
| 679 | 2026-03-19T02:58:16.255Z | Downloaded hubpack v0.1.2 |
| 680 | 2026-03-19T02:58:16.255Z | Downloaded csv v1.4.0 |
| 681 | 2026-03-19T02:58:16.268Z | Downloaded internet-checksum v0.2.1 |
| 682 | 2026-03-19T02:58:16.271Z | Downloaded allocator-api2 v0.2.21 |
| 683 | 2026-03-19T02:58:16.271Z | Downloaded futures-sink v0.3.32 |
| 684 | 2026-03-19T02:58:16.277Z | Downloaded clang-sys v1.8.1 |
| 685 | 2026-03-19T02:58:16.277Z | Downloaded bcs v0.1.6 |
| 686 | 2026-03-19T02:58:16.283Z | Downloaded md-5 v0.10.6 |
| 687 | 2026-03-19T02:58:16.283Z | Downloaded base64 v0.22.1 |
| 688 | 2026-03-19T02:58:16.283Z | Downloaded cargo_metadata v0.19.2 |
| 689 | 2026-03-19T02:58:16.287Z | Downloaded futures v0.3.32 |
| 690 | 2026-03-19T02:58:16.287Z | Downloaded crc-any v2.5.0 |
| 691 | 2026-03-19T02:58:16.292Z | Downloaded colored v2.2.0 |
| 692 | 2026-03-19T02:58:16.292Z | Downloaded lazy_static v1.5.0 |
| 693 | 2026-03-19T02:58:16.300Z | Downloaded base64 v0.21.7 |
| 694 | 2026-03-19T02:58:16.300Z | Downloaded bit-vec v0.8.0 |
| 695 | 2026-03-19T02:58:16.345Z | Downloaded home v0.5.12 |
| 696 | 2026-03-19T02:58:16.345Z | Downloaded group v0.13.0 |
| 697 | 2026-03-19T02:58:16.345Z | Downloaded chacha20 v0.9.1 |
| 698 | 2026-03-19T02:58:16.345Z | Downloaded cbc v0.1.2 |
| 699 | 2026-03-19T02:58:16.345Z | Downloaded async-trait v0.1.89 |
| 700 | 2026-03-19T02:58:16.345Z | Downloaded cookie_store v0.22.1 |
| 701 | 2026-03-19T02:58:16.345Z | Downloaded const_format v0.2.35 |
| 702 | 2026-03-19T02:58:16.345Z | Downloaded half v1.8.3 |
| 703 | 2026-03-19T02:58:16.345Z | Downloaded hyper-rustls v0.27.7 |
| 704 | 2026-03-19T02:58:16.345Z | Downloaded darling_macro v0.20.11 |
| 705 | 2026-03-19T02:58:16.346Z | Downloaded darling_macro v0.23.0 |
| 706 | 2026-03-19T02:58:16.346Z | Downloaded bumpalo v3.20.2 |
| 707 | 2026-03-19T02:58:16.346Z | Downloaded half v2.7.1 |
| 708 | 2026-03-19T02:58:16.346Z | Downloaded futures-io v0.3.32 |
| 709 | 2026-03-19T02:58:16.346Z | Downloaded dirs-sys-next v0.1.2 |
| 710 | 2026-03-19T02:58:16.346Z | Downloaded httparse v1.10.1 |
| 711 | 2026-03-19T02:58:16.346Z | Downloaded indoc v1.0.9 |
| 712 | 2026-03-19T02:58:16.346Z | Downloaded hex-literal v0.4.1 |
| 713 | 2026-03-19T02:58:16.346Z | Downloaded diesel-dtrace v0.5.0 |
| 714 | 2026-03-19T02:58:16.346Z | Downloaded derive_more v2.1.1 |
| 715 | 2026-03-19T02:58:16.357Z | Downloaded keccak v0.1.6 |
| 716 | 2026-03-19T02:58:16.357Z | Downloaded is_ci v1.2.0 |
| 717 | 2026-03-19T02:58:16.357Z | Downloaded lru-slab v0.1.2 |
| 718 | 2026-03-19T02:58:16.357Z | Downloaded chacha20poly1305 v0.10.1 |
| 719 | 2026-03-19T02:58:16.357Z | Downloaded inout v0.1.4 |
| 720 | 2026-03-19T02:58:16.357Z | Downloaded ingot-macros v0.1.1 |
| 721 | 2026-03-19T02:58:16.357Z | Downloaded debug-ignore v1.0.5 |
| 722 | 2026-03-19T02:58:16.364Z | Downloaded memoffset v0.9.1 |
| 723 | 2026-03-19T02:58:16.364Z | Downloaded match_cfg v0.1.0 |
| 724 | 2026-03-19T02:58:16.364Z | Downloaded highway v1.3.0 |
| 725 | 2026-03-19T02:58:16.364Z | Downloaded maybe-uninit v2.0.0 |
| 726 | 2026-03-19T02:58:16.364Z | Downloaded ctr v0.9.2 |
| 727 | 2026-03-19T02:58:16.364Z | Downloaded hashbrown v0.12.3 |
| 728 | 2026-03-19T02:58:16.368Z | Downloaded fixedbitset v0.5.7 |
| 729 | 2026-03-19T02:58:16.368Z | Downloaded either v1.15.0 |
| 730 | 2026-03-19T02:58:16.368Z | Downloaded indent_write v2.2.0 |
| 731 | 2026-03-19T02:58:16.369Z | Downloaded float-cmp v0.10.0 |
| 732 | 2026-03-19T02:58:16.369Z | Downloaded diff v0.1.13 |
| 733 | 2026-03-19T02:58:16.372Z | Downloaded managed v0.8.0 |
| 734 | 2026-03-19T02:58:16.372Z | Downloaded heapless v0.7.17 |
| 735 | 2026-03-19T02:58:16.377Z | Downloaded linear-map v1.2.0 |
| 736 | 2026-03-19T02:58:16.381Z | Downloaded openssl-macros v0.1.1 |
| 737 | 2026-03-19T02:58:16.381Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 738 | 2026-03-19T02:58:16.381Z | Downloaded ipnet v2.11.0 |
| 739 | 2026-03-19T02:58:16.381Z | Downloaded drift v0.1.3 |
| 740 | 2026-03-19T02:58:16.391Z | Downloaded newline-converter v0.3.0 |
| 741 | 2026-03-19T02:58:16.398Z | Downloaded lru v0.12.5 |
| 742 | 2026-03-19T02:58:16.398Z | Downloaded lock_api v0.4.14 |
| 743 | 2026-03-19T02:58:16.398Z | Downloaded libsw v3.5.0 |
| 744 | 2026-03-19T02:58:16.398Z | Downloaded libsw-core v0.3.2 |
| 745 | 2026-03-19T02:58:16.398Z | Downloaded multimap v0.10.1 |
| 746 | 2026-03-19T02:58:16.398Z | Downloaded cc v1.2.56 |
| 747 | 2026-03-19T02:58:16.405Z | Downloaded libefi-sys v0.1.0 |
| 748 | 2026-03-19T02:58:16.405Z | Downloaded newtype-uuid-macros v0.1.0 |
| 749 | 2026-03-19T02:58:16.405Z | Downloaded jobserver v0.1.34 |
| 750 | 2026-03-19T02:58:16.405Z | Downloaded libloading v0.8.9 |
| 751 | 2026-03-19T02:58:16.409Z | Downloaded nonempty v0.12.0 |
| 752 | 2026-03-19T02:58:16.409Z | Downloaded ar_archive_writer v0.5.1 |
| 753 | 2026-03-19T02:58:16.409Z | Downloaded foldhash v0.2.0 |
| 754 | 2026-03-19T02:58:16.409Z | Downloaded curve25519-dalek v4.1.3 |
| 755 | 2026-03-19T02:58:16.415Z | Downloaded num_enum_derive v0.7.5 |
| 756 | 2026-03-19T02:58:16.420Z | Downloaded pbkdf2 v0.11.0 |
| 757 | 2026-03-19T02:58:16.420Z | Downloaded num-derive v0.4.2 |
| 758 | 2026-03-19T02:58:16.425Z | Downloaded aes-gcm v0.10.3 |
| 759 | 2026-03-19T02:58:16.425Z | Downloaded num_enum v0.5.11 |
| 760 | 2026-03-19T02:58:16.430Z | Downloaded pem-rfc7468 v0.7.0 |
| 761 | 2026-03-19T02:58:16.435Z | Downloaded opaque-debug v0.3.1 |
| 762 | 2026-03-19T02:58:16.435Z | Downloaded owo-colors v4.3.0 |
| 763 | 2026-03-19T02:58:16.435Z | Downloaded defmt-macros v1.0.1 |
| 764 | 2026-03-19T02:58:16.435Z | Downloaded nodrop v0.1.14 |
| 765 | 2026-03-19T02:58:16.439Z | Downloaded num_threads v0.1.7 |
| 766 | 2026-03-19T02:58:16.439Z | Downloaded num_enum v0.7.5 |
| 767 | 2026-03-19T02:58:16.443Z | Downloaded num-bigint v0.4.6 |
| 768 | 2026-03-19T02:58:16.447Z | Downloaded peg-runtime v0.8.5 |
| 769 | 2026-03-19T02:58:16.447Z | Downloaded path-slash v0.1.5 |
| 770 | 2026-03-19T02:58:16.452Z | Downloaded parse-size v1.1.0 |
| 771 | 2026-03-19T02:58:16.452Z | Downloaded parse-display v0.10.0 |
| 772 | 2026-03-19T02:58:16.452Z | Downloaded crossbeam-utils v0.8.21 |
| 773 | 2026-03-19T02:58:16.456Z | Downloaded num-bigint-dig v0.8.6 |
| 774 | 2026-03-19T02:58:16.456Z | Downloaded nanorand v0.7.0 |
| 775 | 2026-03-19T02:58:16.460Z | Downloaded num-derive v0.3.3 |
| 776 | 2026-03-19T02:58:16.460Z | Downloaded password-hash v0.5.0 |
| 777 | 2026-03-19T02:58:16.465Z | Downloaded crucible-workspace-hack v0.1.0 |
| 778 | 2026-03-19T02:58:16.465Z | Downloaded packed_struct_codegen v0.10.1 |
| 779 | 2026-03-19T02:58:16.465Z | Downloaded olpc-cjson v0.1.4 |
| 780 | 2026-03-19T02:58:16.470Z | Downloaded memmap2 v0.9.10 |
| 781 | 2026-03-19T02:58:16.470Z | Downloaded openssl-sys v0.9.111 |
| 782 | 2026-03-19T02:58:16.474Z | Downloaded derive-ex v0.1.8 |
| 783 | 2026-03-19T02:58:16.474Z | Downloaded der_derive v0.7.3 |
| 784 | 2026-03-19T02:58:16.474Z | Downloaded normalize-line-endings v0.3.0 |
| 785 | 2026-03-19T02:58:16.478Z | Downloaded postgres-protocol v0.6.10 |
| 786 | 2026-03-19T02:58:16.478Z | Downloaded hex v0.4.3 |
| 787 | 2026-03-19T02:58:16.478Z | Downloaded darling v0.20.11 |
| 788 | 2026-03-19T02:58:16.486Z | Downloaded derive-where v1.6.0 |
| 789 | 2026-03-19T02:58:16.492Z | Downloaded defmt-parser v1.0.0 |
| 790 | 2026-03-19T02:58:16.492Z | Downloaded packed_struct v0.10.1 |
| 791 | 2026-03-19T02:58:16.492Z | Downloaded multer v3.1.0 |
| 792 | 2026-03-19T02:58:16.497Z | Downloaded phf_shared v0.13.1 |
| 793 | 2026-03-19T02:58:16.497Z | Downloaded ignore v0.4.25 |
| 794 | 2026-03-19T02:58:16.497Z | Downloaded hashbrown v0.13.2 |
| 795 | 2026-03-19T02:58:16.502Z | Downloaded predicates-tree v1.0.13 |
| 796 | 2026-03-19T02:58:16.502Z | Downloaded powerfmt v0.2.0 |
| 797 | 2026-03-19T02:58:16.502Z | Downloaded hyper-util v0.1.20 |
| 798 | 2026-03-19T02:58:16.511Z | Downloaded find-msvc-tools v0.1.9 |
| 799 | 2026-03-19T02:58:16.515Z | Downloaded globwalk v0.9.1 |
| 800 | 2026-03-19T02:58:16.515Z | Downloaded downcast-rs v2.0.2 |
| 801 | 2026-03-19T02:58:16.515Z | Downloaded document-features v0.2.12 |
| 802 | 2026-03-19T02:58:16.515Z | Downloaded phf_shared v0.12.1 |
| 803 | 2026-03-19T02:58:16.515Z | Downloaded crunchy v0.2.4 |
| 804 | 2026-03-19T02:58:16.515Z | Downloaded foreign-types-shared v0.1.1 |
| 805 | 2026-03-19T02:58:16.516Z | Downloaded endian-type v0.1.2 |
| 806 | 2026-03-19T02:58:16.516Z | Downloaded difflib v0.4.0 |
| 807 | 2026-03-19T02:58:16.516Z | Downloaded phf_shared v0.11.3 |
| 808 | 2026-03-19T02:58:16.519Z | Downloaded http-body v1.0.1 |
| 809 | 2026-03-19T02:58:16.520Z | Downloaded http-body-util v0.1.3 |
| 810 | 2026-03-19T02:58:16.520Z | Downloaded fd-lock v4.0.4 |
| 811 | 2026-03-19T02:58:16.525Z | Downloaded darling v0.23.0 |
| 812 | 2026-03-19T02:58:16.529Z | Downloaded indicatif v0.18.4 |
| 813 | 2026-03-19T02:58:16.529Z | Downloaded oxide-tokio-rt v0.1.3 |
| 814 | 2026-03-19T02:58:16.532Z | Downloaded lalrpop-util v0.19.12 |
| 815 | 2026-03-19T02:58:16.532Z | Downloaded pin-utils v0.1.0 |
| 816 | 2026-03-19T02:58:16.533Z | Downloaded lru-cache v0.1.2 |
| 817 | 2026-03-19T02:58:16.538Z | Downloaded getrandom v0.2.17 |
| 818 | 2026-03-19T02:58:16.538Z | Downloaded openssl-probe v0.1.6 |
| 819 | 2026-03-19T02:58:16.543Z | Downloaded pbkdf2 v0.12.2 |
| 820 | 2026-03-19T02:58:16.543Z | Downloaded peg v0.8.5 |
| 821 | 2026-03-19T02:58:16.543Z | Downloaded derive_builder_core v0.20.2 |
| 822 | 2026-03-19T02:58:16.548Z | Downloaded omicron-zone-package v0.12.2 |
| 823 | 2026-03-19T02:58:16.548Z | Downloaded oxnet v0.1.4 |
| 824 | 2026-03-19T02:58:16.553Z | Downloaded erased-serde v0.3.31 |
| 825 | 2026-03-19T02:58:16.553Z | Downloaded hickory-resolver v0.24.4 |
| 826 | 2026-03-19T02:58:16.556Z | Downloaded num-complex v0.4.6 |
| 827 | 2026-03-19T02:58:16.556Z | Downloaded parking_lot_core v0.8.6 |
| 828 | 2026-03-19T02:58:16.560Z | Downloaded nu-ansi-term v0.50.3 |
| 829 | 2026-03-19T02:58:16.565Z | Downloaded humantime v2.3.0 |
| 830 | 2026-03-19T02:58:16.565Z | Downloaded num-iter v0.1.45 |
| 831 | 2026-03-19T02:58:16.565Z | Downloaded paste v1.0.15 |
| 832 | 2026-03-19T02:58:16.570Z | Downloaded indoc v2.0.7 |
| 833 | 2026-03-19T02:58:16.570Z | Downloaded num v0.4.3 |
| 834 | 2026-03-19T02:58:16.574Z | Downloaded jiff-static v0.2.21 |
| 835 | 2026-03-19T02:58:16.574Z | Downloaded progenitor-client v0.10.0 |
| 836 | 2026-03-19T02:58:16.574Z | Downloaded proc-macro-crate v3.4.0 |
| 837 | 2026-03-19T02:58:16.578Z | Downloaded hmac v0.12.1 |
| 838 | 2026-03-19T02:58:16.578Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 839 | 2026-03-19T02:58:16.591Z | Downloaded pkcs8 v0.10.2 |
| 840 | 2026-03-19T02:58:16.591Z | Downloaded libscf-sys v1.1.0 |
| 841 | 2026-03-19T02:58:16.592Z | Downloaded httpdate v1.0.3 |
| 842 | 2026-03-19T02:58:16.596Z | Downloaded kstat-rs v0.2.4 |
| 843 | 2026-03-19T02:58:16.596Z | Downloaded progenitor-macro v0.11.2 |
| 844 | 2026-03-19T02:58:16.596Z | Downloaded native-tls v0.2.18 |
| 845 | 2026-03-19T02:58:16.596Z | Downloaded http v1.4.0 |
| 846 | 2026-03-19T02:58:16.596Z | Downloaded psm v0.1.30 |
| 847 | 2026-03-19T02:58:16.596Z | Downloaded pin-project-internal v1.1.11 |
| 848 | 2026-03-19T02:58:16.596Z | Downloaded new_debug_unreachable v1.0.6 |
| 849 | 2026-03-19T02:58:16.603Z | Downloaded quick-error v1.2.3 |
| 850 | 2026-03-19T02:58:16.603Z | Downloaded num-conv v0.2.0 |
| 851 | 2026-03-19T02:58:16.603Z | Downloaded mime v0.3.17 |
| 852 | 2026-03-19T02:58:16.603Z | Downloaded progenitor v0.11.2 |
| 853 | 2026-03-19T02:58:16.603Z | Downloaded predicates v3.1.4 |
| 854 | 2026-03-19T02:58:16.608Z | Downloaded ingot v0.1.1 |
| 855 | 2026-03-19T02:58:16.608Z | Downloaded des v0.8.1 |
| 856 | 2026-03-19T02:58:16.608Z | Downloaded linked-hash-map v0.5.6 |
| 857 | 2026-03-19T02:58:16.620Z | Downloaded rand_xorshift v0.4.0 |
| 858 | 2026-03-19T02:58:16.620Z | Downloaded pkcs5 v0.7.1 |
| 859 | 2026-03-19T02:58:16.624Z | Downloaded progenitor v0.13.0 |
| 860 | 2026-03-19T02:58:16.624Z | Downloaded proc-macro-error2 v2.0.1 |
| 861 | 2026-03-19T02:58:16.625Z | Downloaded headers v0.4.1 |
| 862 | 2026-03-19T02:58:16.625Z | Downloaded recursive v0.1.1 |
| 863 | 2026-03-19T02:58:16.625Z | Downloaded peg-macros v0.8.5 |
| 864 | 2026-03-19T02:58:16.625Z | Downloaded p256 v0.13.2 |
| 865 | 2026-03-19T02:58:16.629Z | Downloaded rand_chacha v0.3.1 |
| 866 | 2026-03-19T02:58:16.630Z | Downloaded primeorder v0.13.6 |
| 867 | 2026-03-19T02:58:16.635Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 868 | 2026-03-19T02:58:16.635Z | Downloaded rand_core v0.10.0 |
| 869 | 2026-03-19T02:58:16.635Z | Downloaded prefix-trie v0.7.0 |
| 870 | 2026-03-19T02:58:16.646Z | Downloaded iana-time-zone v0.1.65 |
| 871 | 2026-03-19T02:58:16.646Z | Downloaded progenitor-macro v0.13.0 |
| 872 | 2026-03-19T02:58:16.647Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 873 | 2026-03-19T02:58:16.647Z | Downloaded rand_seeder v0.4.0 |
| 874 | 2026-03-19T02:58:16.655Z | Downloaded rand_core v0.9.5 |
| 875 | 2026-03-19T02:58:16.655Z | Downloaded progenitor-extras v0.1.1 |
| 876 | 2026-03-19T02:58:16.656Z | Downloaded pkg-config v0.3.32 |
| 877 | 2026-03-19T02:58:16.656Z | Downloaded p521 v0.13.3 |
| 878 | 2026-03-19T02:58:16.656Z | Downloaded rustc-hash v2.1.1 |
| 879 | 2026-03-19T02:58:16.656Z | Downloaded rand_core v0.6.4 |
| 880 | 2026-03-19T02:58:16.661Z | Downloaded num-rational v0.4.2 |
| 881 | 2026-03-19T02:58:16.661Z | Downloaded is-terminal v0.4.17 |
| 882 | 2026-03-19T02:58:16.661Z | Downloaded quinn-udp v0.5.14 |
| 883 | 2026-03-19T02:58:16.661Z | Downloaded hickory-server v0.25.2 |
| 884 | 2026-03-19T02:58:16.661Z | Downloaded russh-cryptovec v0.7.3 |
| 885 | 2026-03-19T02:58:16.666Z | Downloaded itertools v0.14.0 |
| 886 | 2026-03-19T02:58:16.669Z | Downloaded resolv-conf v0.7.6 |
| 887 | 2026-03-19T02:58:16.670Z | Downloaded salsa20 v0.10.2 |
| 888 | 2026-03-19T02:58:16.670Z | Downloaded ref-cast v1.0.25 |
| 889 | 2026-03-19T02:58:16.675Z | Downloaded dropshot-api-manager v0.6.0 |
| 890 | 2026-03-19T02:58:16.680Z | Downloaded progenitor-client v0.11.2 |
| 891 | 2026-03-19T02:58:16.680Z | Downloaded progenitor-impl v0.11.2 |
| 892 | 2026-03-19T02:58:16.680Z | Downloaded polyval v0.6.2 |
| 893 | 2026-03-19T02:58:16.685Z | Downloaded password-hash v0.4.2 |
| 894 | 2026-03-19T02:58:16.685Z | Downloaded hickory-client v0.25.2 |
| 895 | 2026-03-19T02:58:16.685Z | Downloaded progenitor-impl v0.10.0 |
| 896 | 2026-03-19T02:58:16.690Z | Downloaded proc-macro-crate v1.3.1 |
| 897 | 2026-03-19T02:58:16.690Z | Downloaded precomputed-hash v0.1.1 |
| 898 | 2026-03-19T02:58:16.690Z | Downloaded prettyplease v0.2.37 |
| 899 | 2026-03-19T02:58:16.694Z | Downloaded md5 v0.7.0 |
| 900 | 2026-03-19T02:58:16.694Z | Downloaded lzss v0.8.2 |
| 901 | 2026-03-19T02:58:16.694Z | Downloaded pretty_assertions v1.4.1 |
| 902 | 2026-03-19T02:58:16.697Z | Downloaded num-integer v0.1.46 |
| 903 | 2026-03-19T02:58:16.697Z | Downloaded phf v0.13.1 |
| 904 | 2026-03-19T02:58:16.701Z | Downloaded scrypt v0.11.0 |
| 905 | 2026-03-19T02:58:16.702Z | Downloaded libxml v0.3.3 |
| 906 | 2026-03-19T02:58:16.706Z | Downloaded scroll_derive v0.13.1 |
| 907 | 2026-03-19T02:58:16.706Z | Downloaded rtoolbox v0.0.3 |
| 908 | 2026-03-19T02:58:16.710Z | Downloaded parking_lot v0.11.2 |
| 909 | 2026-03-19T02:58:16.710Z | Downloaded pin-project-lite v0.2.17 |
| 910 | 2026-03-19T02:58:16.714Z | Downloaded indexmap v1.9.3 |
| 911 | 2026-03-19T02:58:16.717Z | Downloaded serde_repr v0.1.20 |
| 912 | 2026-03-19T02:58:16.721Z | Downloaded oso-derive v0.27.3 |
| 913 | 2026-03-19T02:58:16.721Z | Downloaded rustls-native-certs v0.8.3 |
| 914 | 2026-03-19T02:58:16.724Z | Downloaded secrecy v0.10.3 |
| 915 | 2026-03-19T02:58:16.724Z | Downloaded itertools v0.12.1 |
| 916 | 2026-03-19T02:58:16.728Z | Downloaded shell-words v1.1.1 |
| 917 | 2026-03-19T02:58:16.733Z | Downloaded sec1 v0.7.3 |
| 918 | 2026-03-19T02:58:16.733Z | Downloaded rustls-pemfile v1.0.4 |
| 919 | 2026-03-19T02:58:16.739Z | Downloaded radium v0.7.0 |
| 920 | 2026-03-19T02:58:16.739Z | Downloaded quinn v0.11.9 |
| 921 | 2026-03-19T02:58:16.739Z | Downloaded scopeguard v1.2.0 |
| 922 | 2026-03-19T02:58:16.742Z | Downloaded postgres-types v0.2.12 |
| 923 | 2026-03-19T02:58:16.742Z | Downloaded russh-keys v0.45.0 |
| 924 | 2026-03-19T02:58:16.742Z | Downloaded hashbrown v0.15.5 |
| 925 | 2026-03-19T02:58:16.746Z | Downloaded poly1305 v0.8.0 |
| 926 | 2026-03-19T02:58:16.753Z | Downloaded litrs v1.0.0 |
| 927 | 2026-03-19T02:58:16.756Z | Downloaded openssl-probe v0.2.1 |
| 928 | 2026-03-19T02:58:16.756Z | Downloaded newtype-uuid v1.3.2 |
| 929 | 2026-03-19T02:58:16.757Z | Downloaded hickory-resolver v0.25.2 |
| 930 | 2026-03-19T02:58:16.760Z | Downloaded progenitor-client v0.13.0 |
| 931 | 2026-03-19T02:58:16.760Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 932 | 2026-03-19T02:58:16.760Z | Downloaded minimal-lexical v0.2.1 |
| 933 | 2026-03-19T02:58:16.766Z | Downloaded ref-cast-impl v1.0.25 |
| 934 | 2026-03-19T02:58:16.766Z | Downloaded ingot-types v0.1.2 |
| 935 | 2026-03-19T02:58:16.770Z | Downloaded serde-big-array v0.5.1 |
| 936 | 2026-03-19T02:58:16.770Z | Downloaded predicates-core v1.0.10 |
| 937 | 2026-03-19T02:58:16.770Z | Downloaded num_enum_derive v0.5.11 |
| 938 | 2026-03-19T02:58:16.770Z | Downloaded rand v0.8.5 |
| 939 | 2026-03-19T02:58:16.779Z | Downloaded sapling-renderdag v0.1.0 |
| 940 | 2026-03-19T02:58:16.779Z | Downloaded rustc_version v0.4.1 |
| 941 | 2026-03-19T02:58:16.779Z | Downloaded rfc6979 v0.4.0 |
| 942 | 2026-03-19T02:58:16.785Z | Downloaded progenitor-macro v0.10.0 |
| 943 | 2026-03-19T02:58:16.786Z | Downloaded r2d2 v0.8.10 |
| 944 | 2026-03-19T02:58:16.786Z | Downloaded ed25519 v2.2.3 |
| 945 | 2026-03-19T02:58:16.786Z | Downloaded pkcs1 v0.7.5 |
| 946 | 2026-03-19T02:58:16.786Z | Downloaded rand v0.9.2 |
| 947 | 2026-03-19T02:58:16.798Z | Downloaded iddqd v0.3.17 |
| 948 | 2026-03-19T02:58:16.805Z | Downloaded serde_urlencoded v0.7.1 |
| 949 | 2026-03-19T02:58:16.805Z | Downloaded sha1 v0.10.6 |
| 950 | 2026-03-19T02:58:16.806Z | Downloaded serde_plain v1.0.2 |
| 951 | 2026-03-19T02:58:16.806Z | Downloaded semver v0.1.20 |
| 952 | 2026-03-19T02:58:16.806Z | Downloaded publicsuffix v2.3.0 |
| 953 | 2026-03-19T02:58:16.806Z | Downloaded secrecy v0.8.0 |
| 954 | 2026-03-19T02:58:16.806Z | Downloaded siphasher v1.0.2 |
| 955 | 2026-03-19T02:58:16.807Z | Downloaded aho-corasick v1.1.4 |
| 956 | 2026-03-19T02:58:16.814Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-03-19T02:58:16.814Z | Downloaded signature v2.2.0 |
| 958 | 2026-03-19T02:58:16.814Z | Downloaded iri-string v0.7.10 |
| 959 | 2026-03-19T02:58:16.823Z | Downloaded psl-types v2.0.11 |
| 960 | 2026-03-19T02:58:16.823Z | Downloaded same-file v1.0.6 |
| 961 | 2026-03-19T02:58:16.824Z | Downloaded scheduled-thread-pool v0.2.7 |
| 962 | 2026-03-19T02:58:16.828Z | Downloaded rand_chacha v0.9.0 |
| 963 | 2026-03-19T02:58:16.828Z | Downloaded papergrid v0.17.0 |
| 964 | 2026-03-19T02:58:16.828Z | Downloaded sigpipe v0.1.3 |
| 965 | 2026-03-19T02:58:16.828Z | Downloaded signal-hook-tokio v0.3.1 |
| 966 | 2026-03-19T02:58:16.828Z | Downloaded rusty-fork v0.3.1 |
| 967 | 2026-03-19T02:58:16.828Z | Downloaded serde_spanned v1.0.4 |
| 968 | 2026-03-19T02:58:16.833Z | Downloaded rustls-platform-verifier v0.6.2 |
| 969 | 2026-03-19T02:58:16.833Z | Downloaded atty v0.2.14 |
| 970 | 2026-03-19T02:58:16.838Z | Downloaded phf v0.12.1 |
| 971 | 2026-03-19T02:58:16.838Z | Downloaded flate2 v1.1.9 |
| 972 | 2026-03-19T02:58:16.841Z | Downloaded slog-bunyan v2.5.0 |
| 973 | 2026-03-19T02:58:16.841Z | Downloaded serde_bytes v0.11.19 |
| 974 | 2026-03-19T02:58:16.842Z | Downloaded serde-hex v0.1.0 |
| 975 | 2026-03-19T02:58:16.848Z | Downloaded sct v0.7.1 |
| 976 | 2026-03-19T02:58:16.853Z | Downloaded pin-project v1.1.11 |
| 977 | 2026-03-19T02:58:16.856Z | Downloaded supports-color v3.0.2 |
| 978 | 2026-03-19T02:58:16.856Z | Downloaded sqlparser_derive v0.5.0 |
| 979 | 2026-03-19T02:58:16.860Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-03-19T02:58:16.860Z | Downloaded miniz_oxide v0.8.9 |
| 981 | 2026-03-19T02:58:16.865Z | Downloaded thread-id v5.1.0 |
| 982 | 2026-03-19T02:58:16.865Z | Downloaded strip-ansi-escapes v0.2.1 |
| 983 | 2026-03-19T02:58:16.865Z | Downloaded sync_wrapper v1.0.2 |
| 984 | 2026-03-19T02:58:16.868Z | Downloaded ssh-encoding v0.2.0 |
| 985 | 2026-03-19T02:58:16.868Z | Downloaded ssh-cipher v0.2.0 |
| 986 | 2026-03-19T02:58:16.868Z | Downloaded slog-term v2.9.2 |
| 987 | 2026-03-19T02:58:16.874Z | Downloaded simd-adler32 v0.3.8 |
| 988 | 2026-03-19T02:58:16.874Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-03-19T02:58:16.874Z | Downloaded slog-dtrace v0.3.0 |
| 990 | 2026-03-19T02:58:16.879Z | Downloaded hyper v1.8.1 |
| 991 | 2026-03-19T02:58:16.884Z | Downloaded take_mut v0.2.2 |
| 992 | 2026-03-19T02:58:16.884Z | Downloaded sqlformat v0.3.5 |
| 993 | 2026-03-19T02:58:16.884Z | Downloaded slog-async v2.8.0 |
| 994 | 2026-03-19T02:58:16.889Z | Downloaded tabled_derive v0.11.0 |
| 995 | 2026-03-19T02:58:16.889Z | Downloaded sync-ptr v0.1.4 |
| 996 | 2026-03-19T02:58:16.889Z | Downloaded snafu-derive v0.8.9 |
| 997 | 2026-03-19T02:58:16.889Z | Downloaded portable-atomic v1.13.1 |
| 998 | 2026-03-19T02:58:16.895Z | Downloaded subtle v2.6.1 |
| 999 | 2026-03-19T02:58:16.900Z | Downloaded smallvec v0.6.14 |
| 1000 | 2026-03-19T02:58:16.900Z | Downloaded strum v0.26.3 |
| 1001 | 2026-03-19T02:58:16.900Z | Downloaded ron v0.8.1 |
| 1002 | 2026-03-19T02:58:16.904Z | Downloaded termios v0.3.3 |
| 1003 | 2026-03-19T02:58:16.904Z | Downloaded tabwriter v1.4.1 |
| 1004 | 2026-03-19T02:58:16.907Z | Downloaded tagptr v0.2.0 |
| 1005 | 2026-03-19T02:58:16.907Z | Downloaded structmeta v0.3.0 |
| 1006 | 2026-03-19T02:58:16.908Z | Downloaded testing_table v0.3.0 |
| 1007 | 2026-03-19T02:58:16.908Z | Downloaded termtree v0.5.1 |
| 1008 | 2026-03-19T02:58:16.912Z | Downloaded smf v0.2.3 |
| 1009 | 2026-03-19T02:58:16.912Z | Downloaded slog-scope v4.4.1 |
| 1010 | 2026-03-19T02:58:16.913Z | Downloaded slog-json v2.6.1 |
| 1011 | 2026-03-19T02:58:16.919Z | Downloaded rustls-pki-types v1.14.0 |
| 1012 | 2026-03-19T02:58:16.919Z | Downloaded postcard v1.1.3 |
| 1013 | 2026-03-19T02:58:16.922Z | Downloaded time-core v0.1.8 |
| 1014 | 2026-03-19T02:58:16.923Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1015 | 2026-03-19T02:58:16.923Z | Downloaded parking_lot_core v0.9.12 |
| 1016 | 2026-03-19T02:58:16.923Z | Downloaded tap v1.0.1 |
| 1017 | 2026-03-19T02:58:16.928Z | Downloaded serde_with_macros v3.17.0 |
| 1018 | 2026-03-19T02:58:16.928Z | Downloaded bitvec v1.0.1 |
| 1019 | 2026-03-19T02:58:16.936Z | Downloaded tinyvec_macros v0.1.1 |
| 1020 | 2026-03-19T02:58:16.942Z | Downloaded strum_macros v0.27.2 |
| 1021 | 2026-03-19T02:58:16.942Z | Downloaded stringprep v0.1.5 |
| 1022 | 2026-03-19T02:58:16.947Z | Downloaded static_assertions v1.1.0 |
| 1023 | 2026-03-19T02:58:16.947Z | Downloaded stacker v0.1.23 |
| 1024 | 2026-03-19T02:58:16.947Z | Downloaded support-bundle-viewer v0.1.2 |
| 1025 | 2026-03-19T02:58:16.947Z | Downloaded ron v0.12.0 |
| 1026 | 2026-03-19T02:58:16.951Z | Downloaded slog-stdlog v4.1.1 |
| 1027 | 2026-03-19T02:58:16.955Z | Downloaded tokio-native-tls v0.3.1 |
| 1028 | 2026-03-19T02:58:16.955Z | Downloaded time-macros v0.2.27 |
| 1029 | 2026-03-19T02:58:16.958Z | Downloaded tower-layer v0.3.3 |
| 1030 | 2026-03-19T02:58:16.958Z | Downloaded blake3 v1.8.3 |
| 1031 | 2026-03-19T02:58:16.965Z | Downloaded strum_macros v0.26.4 |
| 1032 | 2026-03-19T02:58:16.976Z | Downloaded tiny-keccak v2.0.2 |
| 1033 | 2026-03-19T02:58:16.976Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1034 | 2026-03-19T02:58:16.986Z | Downloaded mio v1.1.1 |
| 1035 | 2026-03-19T02:58:16.986Z | Downloaded trait-variant v0.1.2 |
| 1036 | 2026-03-19T02:58:16.986Z | Downloaded tower-service v0.3.3 |
| 1037 | 2026-03-19T02:58:16.986Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1038 | 2026-03-19T02:58:16.986Z | Downloaded spin v0.9.8 |
| 1039 | 2026-03-19T02:58:16.997Z | Downloaded tokio-dtrace v0.1.1 |
| 1040 | 2026-03-19T02:58:16.997Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1041 | 2026-03-19T02:58:16.997Z | Downloaded thread_local v1.1.9 |
| 1042 | 2026-03-19T02:58:16.997Z | Downloaded thiserror-no-std v2.0.2 |
| 1043 | 2026-03-19T02:58:16.997Z | Downloaded tokio-rustls v0.25.0 |
| 1044 | 2026-03-19T02:58:17.007Z | Downloaded socket2 v0.6.2 |
| 1045 | 2026-03-19T02:58:17.007Z | Downloaded tls_codec v0.4.2 |
| 1046 | 2026-03-19T02:58:17.007Z | Downloaded subprocess v0.2.15 |
| 1047 | 2026-03-19T02:58:17.007Z | Downloaded tokio-tungstenite v0.23.1 |
| 1048 | 2026-03-19T02:58:17.007Z | Downloaded utf-8 v0.7.6 |
| 1049 | 2026-03-19T02:58:17.007Z | Downloaded snafu v0.8.9 |
| 1050 | 2026-03-19T02:58:17.012Z | Downloaded tokio-rustls v0.26.4 |
| 1051 | 2026-03-19T02:58:17.012Z | Downloaded spki v0.7.3 |
| 1052 | 2026-03-19T02:58:17.012Z | Downloaded aws-lc-rs v1.16.0 |
| 1053 | 2026-03-19T02:58:17.018Z | Downloaded try-lock v0.2.5 |
| 1054 | 2026-03-19T02:58:17.022Z | Downloaded rcgen v0.12.1 |
| 1055 | 2026-03-19T02:58:17.022Z | Downloaded bindgen v0.71.1 |
| 1056 | 2026-03-19T02:58:17.026Z | Downloaded usdt-macro v0.6.0 |
| 1057 | 2026-03-19T02:58:17.027Z | Downloaded tar v0.4.44 |
| 1058 | 2026-03-19T02:58:17.068Z | Downloaded slog v2.8.2 |
| 1059 | 2026-03-19T02:58:17.080Z | Downloaded string_cache v0.8.9 |
| 1060 | 2026-03-19T02:58:17.080Z | Downloaded signal-hook v0.3.18 |
| 1061 | 2026-03-19T02:58:17.080Z | Downloaded ryu v1.0.23 |
| 1062 | 2026-03-19T02:58:17.080Z | Downloaded term v1.2.1 |
| 1063 | 2026-03-19T02:58:17.080Z | Downloaded waitgroup v0.1.2 |
| 1064 | 2026-03-19T02:58:17.080Z | Downloaded usdt-attr-macro v0.6.0 |
| 1065 | 2026-03-19T02:58:17.080Z | Downloaded chrono v0.4.44 |
| 1066 | 2026-03-19T02:58:17.081Z | Downloaded want v0.3.1 |
| 1067 | 2026-03-19T02:58:17.081Z | Downloaded usdt v0.6.0 |
| 1068 | 2026-03-19T02:58:17.081Z | Downloaded git2 v0.20.4 |
| 1069 | 2026-03-19T02:58:17.081Z | Downloaded xshell-macros v0.2.7 |
| 1070 | 2026-03-19T02:58:17.081Z | Downloaded void v1.0.2 |
| 1071 | 2026-03-19T02:58:17.081Z | Downloaded tui-tree-widget v0.23.1 |
| 1072 | 2026-03-19T02:58:17.081Z | Downloaded toml v0.7.8 |
| 1073 | 2026-03-19T02:58:17.081Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1074 | 2026-03-19T02:58:17.081Z | Downloaded test-strategy v0.4.5 |
| 1075 | 2026-03-19T02:58:17.086Z | Downloaded xshell v0.2.7 |
| 1076 | 2026-03-19T02:58:17.086Z | Downloaded unsafe-libyaml v0.2.11 |
| 1077 | 2026-03-19T02:58:17.086Z | Downloaded zone_cfg_derive v0.3.1 |
| 1078 | 2026-03-19T02:58:17.086Z | Downloaded hkdf v0.12.4 |
| 1079 | 2026-03-19T02:58:17.086Z | Downloaded itertools v0.13.0 |
| 1080 | 2026-03-19T02:58:17.092Z | Downloaded unicase v2.9.0 |
| 1081 | 2026-03-19T02:58:17.097Z | Downloaded typify-macro v0.6.1 |
| 1082 | 2026-03-19T02:58:17.097Z | Downloaded russh v0.45.0 |
| 1083 | 2026-03-19T02:58:17.100Z | Downloaded tracing-attributes v0.1.31 |
| 1084 | 2026-03-19T02:58:17.100Z | Downloaded zeroize_derive v1.4.3 |
| 1085 | 2026-03-19T02:58:17.101Z | Downloaded whoami v1.6.1 |
| 1086 | 2026-03-19T02:58:17.105Z | Downloaded tokio-stream v0.1.18 |
| 1087 | 2026-03-19T02:58:17.110Z | Downloaded tokio-rustls v0.24.1 |
| 1088 | 2026-03-19T02:58:17.110Z | Downloaded tokio-macros v2.6.0 |
| 1089 | 2026-03-19T02:58:17.111Z | Downloaded vergen-lib v0.1.6 |
| 1090 | 2026-03-19T02:58:17.117Z | Downloaded proptest v1.10.0 |
| 1091 | 2026-03-19T02:58:17.121Z | Downloaded universal-hash v0.5.1 |
| 1092 | 2026-03-19T02:58:17.121Z | Downloaded usdt-impl v0.6.0 |
| 1093 | 2026-03-19T02:58:17.121Z | Downloaded progenitor v0.10.0 |
| 1094 | 2026-03-19T02:58:17.126Z | Downloaded unit-prefix v0.5.2 |
| 1095 | 2026-03-19T02:58:17.126Z | Downloaded unarray v0.1.4 |
| 1096 | 2026-03-19T02:58:17.126Z | Downloaded h2 v0.4.13 |
| 1097 | 2026-03-19T02:58:17.131Z | Downloaded walkdir v2.5.0 |
| 1098 | 2026-03-19T02:58:17.140Z | Downloaded wait-timeout v0.2.1 |
| 1099 | 2026-03-19T02:58:17.140Z | Downloaded toml_edit v0.19.15 |
| 1100 | 2026-03-19T02:58:17.150Z | Downloaded wyz v0.5.1 |
| 1101 | 2026-03-19T02:58:17.155Z | Downloaded whoami v2.1.0 |
| 1102 | 2026-03-19T02:58:17.155Z | Downloaded vergen-gitcl v1.0.8 |
| 1103 | 2026-03-19T02:58:17.155Z | Downloaded vergen-git2 v1.0.7 |
| 1104 | 2026-03-19T02:58:17.155Z | Downloaded unicode-truncate v1.1.0 |
| 1105 | 2026-03-19T02:58:17.156Z | Downloaded unicode-properties v0.1.4 |
| 1106 | 2026-03-19T02:58:17.156Z | Downloaded twox-hash v2.1.2 |
| 1107 | 2026-03-19T02:58:17.160Z | Downloaded zeroize v1.8.2 |
| 1108 | 2026-03-19T02:58:17.160Z | Downloaded samael v0.0.19 |
| 1109 | 2026-03-19T02:58:17.164Z | Downloaded goblin v0.10.5 |
| 1110 | 2026-03-19T02:58:17.167Z | Downloaded term v0.7.0 |
| 1111 | 2026-03-19T02:58:17.172Z | Downloaded rayon-core v1.13.0 |
| 1112 | 2026-03-19T02:58:17.175Z | Downloaded signal-hook-registry v1.4.8 |
| 1113 | 2026-03-19T02:58:17.175Z | Downloaded untrusted v0.9.0 |
| 1114 | 2026-03-19T02:58:17.175Z | Downloaded shlex v1.3.0 |
| 1115 | 2026-03-19T02:58:17.180Z | Downloaded oso v0.27.3 |
| 1116 | 2026-03-19T02:58:17.180Z | Downloaded zstd v0.13.3 |
| 1117 | 2026-03-19T02:58:17.185Z | Downloaded schemars v1.2.1 |
| 1118 | 2026-03-19T02:58:17.192Z | Downloaded xz2 v0.1.7 |
| 1119 | 2026-03-19T02:58:17.197Z | Downloaded rustls-webpki v0.103.9 |
| 1120 | 2026-03-19T02:58:17.197Z | Downloaded yasna v0.5.2 |
| 1121 | 2026-03-19T02:58:17.201Z | Downloaded xattr v1.6.1 |
| 1122 | 2026-03-19T02:58:17.201Z | Downloaded zstd-safe v7.2.4 |
| 1123 | 2026-03-19T02:58:17.201Z | Downloaded untrusted v0.7.1 |
| 1124 | 2026-03-19T02:58:17.201Z | Downloaded zone v0.3.1 |
| 1125 | 2026-03-19T02:58:17.205Z | Downloaded yansi v1.0.1 |
| 1126 | 2026-03-19T02:58:17.205Z | Downloaded tracing-core v0.1.36 |
| 1127 | 2026-03-19T02:58:17.208Z | Downloaded slog-envlogger v2.2.0 |
| 1128 | 2026-03-19T02:58:17.209Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1129 | 2026-03-19T02:58:17.209Z | Downloaded qorb v0.4.1 |
| 1130 | 2026-03-19T02:58:17.215Z | Downloaded typify v0.4.3 |
| 1131 | 2026-03-19T02:58:17.218Z | Downloaded uzers v0.12.2 |
| 1132 | 2026-03-19T02:58:17.218Z | Downloaded tungstenite v0.21.0 |
| 1133 | 2026-03-19T02:58:17.226Z | Downloaded steno v0.4.1 |
| 1134 | 2026-03-19T02:58:17.230Z | Downloaded tungstenite v0.23.0 |
| 1135 | 2026-03-19T02:58:17.230Z | Downloaded tokio-postgres v0.7.16 |
| 1136 | 2026-03-19T02:58:17.230Z | Downloaded tinyvec v1.10.0 |
| 1137 | 2026-03-19T02:58:17.234Z | Downloaded rustls-webpki v0.101.7 |
| 1138 | 2026-03-19T02:58:17.242Z | Downloaded vte v0.14.1 |
| 1139 | 2026-03-19T02:58:17.246Z | Downloaded vergen v9.0.6 |
| 1140 | 2026-03-19T02:58:17.246Z | Downloaded tower v0.5.3 |
| 1141 | 2026-03-19T02:58:17.253Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1142 | 2026-03-19T02:58:17.257Z | Downloaded salty v0.3.0 |
| 1143 | 2026-03-19T02:58:17.260Z | Downloaded topological-sort v0.2.2 |
| 1144 | 2026-03-19T02:58:17.264Z | Downloaded similar v2.7.0 |
| 1145 | 2026-03-19T02:58:17.271Z | Downloaded socket2 v0.5.10 |
| 1146 | 2026-03-19T02:58:17.271Z | Downloaded typify v0.6.1 |
| 1147 | 2026-03-19T02:58:17.276Z | Downloaded moka v0.12.13 |
| 1148 | 2026-03-19T02:58:17.280Z | Downloaded unicode-bidi v0.3.18 |
| 1149 | 2026-03-19T02:58:17.280Z | Downloaded serde_with v3.17.0 |
| 1150 | 2026-03-19T02:58:17.288Z | Downloaded uuid v1.21.0 |
| 1151 | 2026-03-19T02:58:17.292Z | Downloaded zerocopy-derive v0.8.40 |
| 1152 | 2026-03-19T02:58:17.295Z | Downloaded rustyline v14.0.0 |
| 1153 | 2026-03-19T02:58:17.299Z | Downloaded parse-display-derive v0.10.0 |
| 1154 | 2026-03-19T02:58:17.303Z | Downloaded openssl v0.10.75 |
| 1155 | 2026-03-19T02:58:17.308Z | Downloaded tough v0.20.0 |
| 1156 | 2026-03-19T02:58:17.314Z | Downloaded strum_macros v0.24.3 |
| 1157 | 2026-03-19T02:58:17.319Z | Downloaded regex-syntax v0.6.29 |
| 1158 | 2026-03-19T02:58:17.323Z | Downloaded rustls-webpki v0.102.8 |
| 1159 | 2026-03-19T02:58:17.335Z | Downloaded unicode_categories v0.1.1 |
| 1160 | 2026-03-19T02:58:17.344Z | Downloaded reedline v0.40.0 |
| 1161 | 2026-03-19T02:58:17.351Z | Downloaded libm v0.2.16 |
| 1162 | 2026-03-19T02:58:17.352Z | Downloaded x509-cert v0.2.5 |
| 1163 | 2026-03-19T02:58:17.359Z | Downloaded typify-macro v0.4.3 |
| 1164 | 2026-03-19T02:58:17.359Z | Downloaded typed-path v0.9.3 |
| 1165 | 2026-03-19T02:58:17.363Z | Downloaded radix_trie v0.2.1 |
| 1166 | 2026-03-19T02:58:17.367Z | Downloaded ssh-key v0.6.7 |
| 1167 | 2026-03-19T02:58:17.371Z | Downloaded zip v0.6.6 |
| 1168 | 2026-03-19T02:58:17.375Z | Downloaded itertools v0.10.5 |
| 1169 | 2026-03-19T02:58:17.378Z | Downloaded rustc_version v0.1.7 |
| 1170 | 2026-03-19T02:58:17.379Z | Downloaded serde_cbor v0.11.2 |
| 1171 | 2026-03-19T02:58:17.382Z | Downloaded regex v1.12.3 |
| 1172 | 2026-03-19T02:58:17.386Z | Downloaded rpassword v7.4.0 |
| 1173 | 2026-03-19T02:58:17.386Z | Downloaded rand v0.10.0 |
| 1174 | 2026-03-19T02:58:17.390Z | Downloaded lalrpop v0.19.12 |
| 1175 | 2026-03-19T02:58:17.397Z | Downloaded reqwest v0.12.28 |
| 1176 | 2026-03-19T02:58:17.403Z | Downloaded unicode-segmentation v1.12.0 |
| 1177 | 2026-03-19T02:58:17.406Z | Downloaded p384 v0.13.1 |
| 1178 | 2026-03-19T02:58:17.410Z | Downloaded env_filter v1.0.0 |
| 1179 | 2026-03-19T02:58:17.410Z | Downloaded petname v2.0.2 |
| 1180 | 2026-03-19T02:58:17.414Z | Downloaded rustls v0.22.4 |
| 1181 | 2026-03-19T02:58:17.426Z | Downloaded unicode-normalization v0.1.25 |
| 1182 | 2026-03-19T02:58:17.430Z | Downloaded zip v4.6.1 |
| 1183 | 2026-03-19T02:58:17.430Z | Downloaded tokio-util v0.7.18 |
| 1184 | 2026-03-19T02:58:17.434Z | Downloaded tower-http v0.6.8 |
| 1185 | 2026-03-19T02:58:17.440Z | Downloaded rustls v0.23.37 |
| 1186 | 2026-03-19T02:58:17.448Z | Downloaded reqwest v0.13.2 |
| 1187 | 2026-03-19T02:58:17.452Z | Downloaded smoltcp v0.11.0 |
| 1188 | 2026-03-19T02:58:17.461Z | Downloaded bstr v1.12.1 |
| 1189 | 2026-03-19T02:58:17.468Z | Downloaded zopfli v0.8.3 |
| 1190 | 2026-03-19T02:58:17.472Z | Downloaded webpki-roots v1.0.6 |
| 1191 | 2026-03-19T02:58:17.479Z | Downloaded openapiv3 v2.2.0 |
| 1192 | 2026-03-19T02:58:17.487Z | Downloaded nix v0.28.0 |
| 1193 | 2026-03-19T02:58:17.504Z | Downloaded regex-syntax v0.8.10 |
| 1194 | 2026-03-19T02:58:17.508Z | Downloaded winnow v0.6.26 |
| 1195 | 2026-03-19T02:58:17.516Z | Downloaded quinn-proto v0.11.13 |
| 1196 | 2026-03-19T02:58:17.522Z | Downloaded winnow v0.5.40 |
| 1197 | 2026-03-19T02:58:17.531Z | Downloaded nix v0.29.0 |
| 1198 | 2026-03-19T02:58:17.540Z | Downloaded nix v0.27.1 |
| 1199 | 2026-03-19T02:58:17.547Z | Downloaded object v0.30.4 |
| 1200 | 2026-03-19T02:58:17.552Z | Downloaded quick-xml v0.37.5 |
| 1201 | 2026-03-19T02:58:17.561Z | Downloaded tabled v0.20.0 |
| 1202 | 2026-03-19T02:58:17.570Z | Downloaded rustls v0.21.12 |
| 1203 | 2026-03-19T02:58:17.580Z | Downloaded smoltcp v0.9.1 |
| 1204 | 2026-03-19T02:58:17.586Z | Downloaded time v0.3.47 |
| 1205 | 2026-03-19T02:58:17.595Z | Downloaded zlib-rs v0.6.2 |
| 1206 | 2026-03-19T02:58:17.601Z | Downloaded vcpkg v0.2.15 |
| 1207 | 2026-03-19T02:58:17.634Z | Downloaded zerocopy-derive v0.6.6 |
| 1208 | 2026-03-19T02:58:17.641Z | Downloaded typify-impl v0.6.1 |
| 1209 | 2026-03-19T02:58:17.651Z | Downloaded zerocopy v0.8.40 |
| 1210 | 2026-03-19T02:58:17.659Z | Downloaded zerocopy v0.6.6 |
| 1211 | 2026-03-19T02:58:17.663Z | Downloaded tls_codec_derive v0.4.2 |
| 1212 | 2026-03-19T02:58:17.663Z | Downloaded typify-impl v0.4.3 |
| 1213 | 2026-03-19T02:58:17.671Z | Downloaded polar-core v0.27.3 |
| 1214 | 2026-03-19T02:58:17.677Z | Downloaded petgraph v0.6.5 |
| 1215 | 2026-03-19T02:58:17.690Z | Downloaded nix v0.31.1 |
| 1216 | 2026-03-19T02:58:17.699Z | Downloaded rustix v0.38.44 |
| 1217 | 2026-03-19T02:58:17.717Z | Downloaded libz-sys v1.1.24 |
| 1218 | 2026-03-19T02:58:17.732Z | Downloaded object v0.37.3 |
| 1219 | 2026-03-19T02:58:17.745Z | Downloaded hickory-proto v0.25.2 |
| 1220 | 2026-03-19T02:58:17.752Z | Downloaded sha3 v0.10.8 |
| 1221 | 2026-03-19T02:58:17.756Z | Downloaded sled v0.34.7 |
| 1222 | 2026-03-19T02:58:17.763Z | Downloaded tokio v1.49.0 |
| 1223 | 2026-03-19T02:58:17.792Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1224 | 2026-03-19T02:58:17.804Z | Downloaded tracing v0.1.44 |
| 1225 | 2026-03-19T02:58:17.821Z | Downloaded sqlparser v0.61.0 |
| 1226 | 2026-03-19T02:58:17.827Z | Downloaded regress v0.10.5 |
| 1227 | 2026-03-19T02:58:17.832Z | Downloaded vsss-rs v3.3.4 |
| 1228 | 2026-03-19T02:58:17.841Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-03-19T02:58:17.846Z | Downloaded diesel v2.3.7 |
| 1230 | 2026-03-19T02:58:17.859Z | Downloaded regex-automata v0.4.14 |
| 1231 | 2026-03-19T02:58:17.869Z | Downloaded ratatui v0.29.0 |
| 1232 | 2026-03-19T02:58:17.884Z | Downloaded schemars v0.9.0 |
| 1233 | 2026-03-19T02:58:17.891Z | Downloaded ring v0.17.14 |
| 1234 | 2026-03-19T02:58:17.924Z | Downloaded cstr-argument v0.1.2 |
| 1235 | 2026-03-19T02:58:17.931Z | Downloaded lzma-sys v0.1.20 |
| 1236 | 2026-03-19T02:58:17.947Z | Downloaded rustversion v1.0.22 |
| 1237 | 2026-03-19T02:58:17.951Z | Downloaded nom v7.1.3 |
| 1238 | 2026-03-19T02:58:17.954Z | Downloaded seq-macro v0.3.6 |
| 1239 | 2026-03-19T02:58:17.954Z | Downloaded structmeta-derive v0.3.0 |
| 1240 | 2026-03-19T02:58:17.958Z | Downloaded parking_lot v0.12.5 |
| 1241 | 2026-03-19T02:58:17.958Z | Downloaded serde_path_to_error v0.1.20 |
| 1242 | 2026-03-19T02:58:17.958Z | Downloaded jiff v0.2.21 |
| 1243 | 2026-03-19T02:58:17.971Z | Downloaded rsa v0.9.10 |
| 1244 | 2026-03-19T02:58:17.982Z | Downloaded progenitor-impl v0.13.0 |
| 1245 | 2026-03-19T02:58:17.986Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1246 | 2026-03-19T02:58:18.022Z | Downloaded petgraph v0.8.3 |
| 1247 | 2026-03-19T02:58:18.040Z | Downloaded slab v0.4.12 |
| 1248 | 2026-03-19T02:58:18.045Z | Downloaded serde_derive_internals v0.29.1 |
| 1249 | 2026-03-19T02:58:18.045Z | Downloaded scroll v0.13.0 |
| 1250 | 2026-03-19T02:58:18.045Z | Downloaded ppv-lite86 v0.2.21 |
| 1251 | 2026-03-19T02:58:18.048Z | Downloaded schemars v0.8.22 |
| 1252 | 2026-03-19T02:58:18.052Z | Downloaded pem v3.0.6 |
| 1253 | 2026-03-19T02:58:18.056Z | Downloaded hyper-staticfile v0.10.1 |
| 1254 | 2026-03-19T02:58:18.056Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1255 | 2026-03-19T02:58:18.069Z | Downloaded http-range v0.1.5 |
| 1256 | 2026-03-19T02:58:18.073Z | Downloaded elliptic-curve v0.13.8 |
| 1257 | 2026-03-19T02:58:18.073Z | Downloaded dropshot_endpoint v0.16.7 |
| 1258 | 2026-03-19T02:58:18.077Z | Downloaded ipnetwork v0.21.1 |
| 1259 | 2026-03-19T02:58:18.077Z | Downloaded glob v0.3.3 |
| 1260 | 2026-03-19T02:58:18.084Z | Downloaded maplit v1.0.2 |
| 1261 | 2026-03-19T02:58:18.084Z | Downloaded instant v0.1.13 |
| 1262 | 2026-03-19T02:58:18.084Z | Downloaded ident_case v1.0.1 |
| 1263 | 2026-03-19T02:58:18.085Z | Downloaded foldhash v0.1.5 |
| 1264 | 2026-03-19T02:58:18.085Z | Downloaded ena v0.14.4 |
| 1265 | 2026-03-19T02:58:18.088Z | Downloaded darling_core v0.23.0 |
| 1266 | 2026-03-19T02:58:18.088Z | Downloaded crypto-bigint v0.5.5 |
| 1267 | 2026-03-19T02:58:18.092Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1268 | 2026-03-19T02:58:18.092Z | Downloaded headers-core v0.3.0 |
| 1269 | 2026-03-19T02:58:18.092Z | Downloaded ed25519-dalek v2.2.0 |
| 1270 | 2026-03-19T02:58:18.096Z | Downloaded nibble_vec v0.1.0 |
| 1271 | 2026-03-19T02:58:18.096Z | Downloaded newtype_derive v0.1.6 |
| 1272 | 2026-03-19T02:58:18.096Z | Downloaded mime_guess v2.0.5 |
| 1273 | 2026-03-19T02:58:18.101Z | Downloaded hickory-proto v0.24.4 |
| 1274 | 2026-03-19T02:58:18.108Z | Downloaded csv-core v0.1.13 |
| 1275 | 2026-03-19T02:58:18.111Z | Downloaded crossbeam-deque v0.8.6 |
| 1276 | 2026-03-19T02:58:18.111Z | Downloaded darling v0.21.3 |
| 1277 | 2026-03-19T02:58:18.116Z | Downloaded arc-swap v1.8.2 |
| 1278 | 2026-03-19T02:58:18.116Z | Downloaded hyper-tls v0.6.0 |
| 1279 | 2026-03-19T02:58:18.120Z | Downloaded hostname v0.3.1 |
| 1280 | 2026-03-19T02:58:18.120Z | Downloaded globset v0.4.18 |
| 1281 | 2026-03-19T02:58:18.120Z | Downloaded futures-task v0.3.32 |
| 1282 | 2026-03-19T02:58:18.124Z | Downloaded expectorate v1.2.0 |
| 1283 | 2026-03-19T02:58:18.124Z | Downloaded enum-as-inner v0.6.1 |
| 1284 | 2026-03-19T02:58:18.124Z | Downloaded dyn-clone v1.0.20 |
| 1285 | 2026-03-19T02:58:18.124Z | Downloaded dunce v1.0.5 |
| 1286 | 2026-03-19T02:58:18.127Z | Downloaded daft v0.1.5 |
| 1287 | 2026-03-19T02:58:18.128Z | Downloaded compact_str v0.8.1 |
| 1288 | 2026-03-19T02:58:18.131Z | Downloaded bytes v1.11.1 |
| 1289 | 2026-03-19T02:58:18.135Z | Downloaded foreign-types v0.5.0 |
| 1290 | 2026-03-19T02:58:18.135Z | Downloaded ff v0.13.1 |
| 1291 | 2026-03-19T02:58:18.135Z | Downloaded embedded-io v0.6.1 |
| 1292 | 2026-03-19T02:58:18.135Z | Downloaded aes v0.8.4 |
| 1293 | 2026-03-19T02:58:18.138Z | Downloaded defmt v0.3.100 |
| 1294 | 2026-03-19T02:58:18.138Z | Downloaded getrandom v0.3.4 |
| 1295 | 2026-03-19T02:58:18.142Z | Downloaded encoding_rs v0.8.35 |
| 1296 | 2026-03-19T02:58:18.171Z | Downloaded const_format_proc_macros v0.2.34 |
| 1297 | 2026-03-19T02:58:18.176Z | Downloaded bit-vec v0.6.3 |
| 1298 | 2026-03-19T02:58:18.176Z | Downloaded bzip2 v0.4.4 |
| 1299 | 2026-03-19T02:58:18.176Z | Downloaded const-oid v0.9.6 |
| 1300 | 2026-03-19T02:58:18.176Z | Downloaded console v0.16.2 |
| 1301 | 2026-03-19T02:58:18.176Z | Downloaded cexpr v0.6.0 |
| 1302 | 2026-03-19T02:58:18.176Z | Downloaded cassowary v0.3.0 |
| 1303 | 2026-03-19T02:58:18.176Z | Downloaded arrayvec v0.7.6 |
| 1304 | 2026-03-19T02:58:18.177Z | Downloaded array-init v0.0.4 |
| 1305 | 2026-03-19T02:58:18.177Z | Downloaded embedded-io v0.4.0 |
| 1306 | 2026-03-19T02:58:18.177Z | Downloaded async-recursion v1.1.1 |
| 1307 | 2026-03-19T02:58:18.177Z | Downloaded ahash v0.8.12 |
| 1308 | 2026-03-19T02:58:18.177Z | Downloaded env_logger v0.11.9 |
| 1309 | 2026-03-19T02:58:18.177Z | Downloaded dof v0.4.0 |
| 1310 | 2026-03-19T02:58:18.187Z | Downloaded defmt v1.0.1 |
| 1311 | 2026-03-19T02:58:18.187Z | Downloaded data-encoding v2.10.0 |
| 1312 | 2026-03-19T02:58:18.188Z | Downloaded convert_case v0.4.0 |
| 1313 | 2026-03-19T02:58:18.188Z | Downloaded cobs v0.3.0 |
| 1314 | 2026-03-19T02:58:18.211Z | Downloaded bitflags v1.3.2 |
| 1315 | 2026-03-19T02:58:18.211Z | Downloaded castaway v0.2.4 |
| 1316 | 2026-03-19T02:58:18.211Z | Downloaded bzip2 v0.6.1 |
| 1317 | 2026-03-19T02:58:18.211Z | Downloaded bitfield-macros v0.19.4 |
| 1318 | 2026-03-19T02:58:18.805Z | Downloaded aws-lc-sys v0.37.1 |
| 1319 | 2026-03-19T02:58:19.885Z | Downloaded tokio-tungstenite v0.21.0 |
| 1320 | 2026-03-19T02:58:20.301Z | Downloaded strum v0.27.2 |
| 1321 | 2026-03-19T02:58:20.458Z | Compiling libc v0.2.180 |
| 1322 | 2026-03-19T02:58:20.458Z | Compiling serde v1.0.228 |
| 1323 | 2026-03-19T02:58:20.471Z | Compiling log v0.4.29 |
| 1324 | 2026-03-19T02:58:20.472Z | Compiling shlex v1.3.0 |
| 1325 | 2026-03-19T02:58:20.472Z | Compiling find-msvc-tools v0.1.9 |
| 1326 | 2026-03-19T02:58:20.472Z | Compiling smallvec v1.15.1 |
| 1327 | 2026-03-19T02:58:20.472Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-19T02:58:20.472Z | Compiling subtle v2.6.1 |
| 1329 | 2026-03-19T02:58:20.680Z | Compiling generic-array v0.14.7 |
| 1330 | 2026-03-19T02:58:20.687Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-19T02:58:20.720Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-03-19T02:58:20.782Z | Compiling const-oid v0.9.6 |
| 1333 | 2026-03-19T02:58:20.785Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-03-19T02:58:20.807Z | Compiling syn v2.0.117 |
| 1335 | 2026-03-19T02:58:20.826Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-19T02:58:20.865Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-03-19T02:58:20.909Z | Compiling lock_api v0.4.14 |
| 1338 | 2026-03-19T02:58:20.926Z | Compiling parking_lot_core v0.9.12 |
| 1339 | 2026-03-19T02:58:20.939Z | Compiling serde_json v1.0.149 |
| 1340 | 2026-03-19T02:58:20.971Z | Compiling pkg-config v0.3.32 |
| 1341 | 2026-03-19T02:58:20.971Z | Compiling bitflags v2.11.0 |
| 1342 | 2026-03-19T02:58:20.980Z | Compiling libm v0.2.16 |
| 1343 | 2026-03-19T02:58:20.980Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-03-19T02:58:21.130Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-03-19T02:58:21.167Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-03-19T02:58:21.194Z | Compiling allocator-api2 v0.2.21 |
| 1347 | 2026-03-19T02:58:21.255Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-03-19T02:58:21.374Z | Compiling foldhash v0.2.0 |
| 1349 | 2026-03-19T02:58:21.379Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-03-19T02:58:21.450Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-03-19T02:58:21.486Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-03-19T02:58:21.508Z | Compiling slab v0.4.12 |
| 1353 | 2026-03-19T02:58:21.535Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-03-19T02:58:21.574Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-03-19T02:58:21.640Z | Compiling hashbrown v0.16.1 |
| 1356 | 2026-03-19T02:58:21.663Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-03-19T02:58:21.686Z | Compiling getrandom v0.3.4 |
| 1358 | 2026-03-19T02:58:21.730Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-03-19T02:58:21.771Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-03-19T02:58:21.793Z | Compiling dunce v1.0.5 |
| 1361 | 2026-03-19T02:58:21.816Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-03-19T02:58:21.820Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-03-19T02:58:21.882Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-03-19T02:58:21.927Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-03-19T02:58:21.952Z | Compiling errno v0.3.14 |
| 1366 | 2026-03-19T02:58:22.056Z | Compiling mio v1.1.1 |
| 1367 | 2026-03-19T02:58:22.081Z | Compiling socket2 v0.6.2 |
| 1368 | 2026-03-19T02:58:22.081Z | Compiling base64ct v1.8.3 |
| 1369 | 2026-03-19T02:58:22.157Z | Compiling rand_core v0.6.4 |
| 1370 | 2026-03-19T02:58:22.219Z | Compiling signal-hook-registry v1.4.8 |
| 1371 | 2026-03-19T02:58:22.241Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-03-19T02:58:22.331Z | Compiling cc v1.2.56 |
| 1373 | 2026-03-19T02:58:22.378Z | Compiling parking_lot v0.12.5 |
| 1374 | 2026-03-19T02:58:22.534Z | Compiling indexmap v2.13.0 |
| 1375 | 2026-03-19T02:58:22.607Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-03-19T02:58:22.626Z | Compiling flagset v0.4.7 |
| 1377 | 2026-03-19T02:58:22.626Z | Compiling rustix v1.1.3 |
| 1378 | 2026-03-19T02:58:22.626Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-03-19T02:58:22.653Z | Compiling uuid v1.21.0 |
| 1380 | 2026-03-19T02:58:22.659Z | Compiling rustc_version v0.4.1 |
| 1381 | 2026-03-19T02:58:22.756Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-03-19T02:58:22.775Z | Compiling aws-lc-rs v1.16.0 |
| 1383 | 2026-03-19T02:58:22.794Z | Compiling regex-syntax v0.8.10 |
| 1384 | 2026-03-19T02:58:22.929Z | Compiling rand_core v0.9.5 |
| 1385 | 2026-03-19T02:58:22.990Z | Compiling tracing-core v0.1.36 |
| 1386 | 2026-03-19T02:58:23.014Z | Compiling crossbeam-utils v0.8.21 |
| 1387 | 2026-03-19T02:58:23.040Z | Compiling syn v1.0.109 |
| 1388 | 2026-03-19T02:58:23.122Z | Compiling httparse v1.10.1 |
| 1389 | 2026-03-19T02:58:23.183Z | Compiling base64 v0.22.1 |
| 1390 | 2026-03-19T02:58:23.373Z | Compiling openssl-probe v0.2.1 |
| 1391 | 2026-03-19T02:58:23.404Z | Compiling untrusted v0.9.0 |
| 1392 | 2026-03-19T02:58:23.404Z | Compiling schemars v0.8.22 |
| 1393 | 2026-03-19T02:58:23.417Z | Compiling cmake v0.1.57 |
| 1394 | 2026-03-19T02:58:23.501Z | Compiling untrusted v0.7.1 |
| 1395 | 2026-03-19T02:58:23.519Z | Compiling try-lock v0.2.5 |
| 1396 | 2026-03-19T02:58:23.641Z | Compiling tower-layer v0.3.3 |
| 1397 | 2026-03-19T02:58:23.679Z | Compiling atomic-waker v1.1.2 |
| 1398 | 2026-03-19T02:58:23.680Z | Compiling rustls v0.23.37 |
| 1399 | 2026-03-19T02:58:23.685Z | Compiling tinyvec_macros v0.1.1 |
| 1400 | 2026-03-19T02:58:23.779Z | Compiling tower-service v0.3.3 |
| 1401 | 2026-03-19T02:58:23.785Z | Compiling dyn-clone v1.0.20 |
| 1402 | 2026-03-19T02:58:23.849Z | Compiling tinyvec v1.10.0 |
| 1403 | 2026-03-19T02:58:23.874Z | Compiling want v0.3.1 |
| 1404 | 2026-03-19T02:58:23.882Z | Compiling spin v0.9.8 |
| 1405 | 2026-03-19T02:58:23.899Z | Compiling aho-corasick v1.1.4 |
| 1406 | 2026-03-19T02:58:23.965Z | Compiling foreign-types-shared v0.1.1 |
| 1407 | 2026-03-19T02:58:23.969Z | Compiling time-core v0.1.8 |
| 1408 | 2026-03-19T02:58:24.014Z | Compiling num-conv v0.2.0 |
| 1409 | 2026-03-19T02:58:24.014Z | Compiling powerfmt v0.2.0 |
| 1410 | 2026-03-19T02:58:24.062Z | Compiling httpdate v1.0.3 |
| 1411 | 2026-03-19T02:58:24.091Z | Compiling pin-utils v0.1.0 |
| 1412 | 2026-03-19T02:58:24.180Z | Compiling crc32fast v1.5.0 |
| 1413 | 2026-03-19T02:58:24.222Z | Compiling openssl v0.10.75 |
| 1414 | 2026-03-19T02:58:24.245Z | Compiling foreign-types v0.3.2 |
| 1415 | 2026-03-19T02:58:24.248Z | Compiling time-macros v0.2.27 |
| 1416 | 2026-03-19T02:58:24.248Z | Compiling wait-timeout v0.2.1 |
| 1417 | 2026-03-19T02:58:24.310Z | Compiling deranged v0.5.8 |
| 1418 | 2026-03-19T02:58:24.344Z | Compiling num_threads v0.1.7 |
| 1419 | 2026-03-19T02:58:24.371Z | Compiling either v1.15.0 |
| 1420 | 2026-03-19T02:58:24.375Z | Compiling siphasher v1.0.2 |
| 1421 | 2026-03-19T02:58:24.416Z | Compiling quick-error v1.2.3 |
| 1422 | 2026-03-19T02:58:24.419Z | Compiling bit-vec v0.8.0 |
| 1423 | 2026-03-19T02:58:24.494Z | Compiling usdt-impl v0.6.0 |
| 1424 | 2026-03-19T02:58:24.557Z | Compiling native-tls v0.2.18 |
| 1425 | 2026-03-19T02:58:24.578Z | Compiling simd-adler32 v0.3.8 |
| 1426 | 2026-03-19T02:58:24.682Z | Compiling unicode-normalization v0.1.25 |
| 1427 | 2026-03-19T02:58:24.706Z | Compiling crossbeam-epoch v0.9.18 |
| 1428 | 2026-03-19T02:58:24.706Z | Compiling aws-lc-sys v0.37.1 |
| 1429 | 2026-03-19T02:58:24.706Z | Compiling ring v0.17.14 |
| 1430 | 2026-03-19T02:58:24.734Z | Compiling openssl-sys v0.9.111 |
| 1431 | 2026-03-19T02:58:24.769Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1432 | 2026-03-19T02:58:24.827Z | Compiling tempfile v3.25.0 |
| 1433 | 2026-03-19T02:58:24.951Z | Compiling bit-set v0.8.0 |
| 1434 | 2026-03-19T02:58:25.121Z | Compiling synstructure v0.13.2 |
| 1435 | 2026-03-19T02:58:25.162Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2026-03-19T02:58:25.187Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-03-19T02:58:25.234Z | Compiling darling_core v0.20.11 |
| 1438 | 2026-03-19T02:58:25.317Z | Compiling regex-automata v0.4.14 |
| 1439 | 2026-03-19T02:58:25.381Z | Compiling rusty-fork v0.3.1 |
| 1440 | 2026-03-19T02:58:25.776Z | Compiling darling_core v0.21.3 |
| 1441 | 2026-03-19T02:58:25.816Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1442 | 2026-03-19T02:58:25.856Z | Compiling time v0.3.47 |
| 1443 | 2026-03-19T02:58:25.993Z | Compiling slog v2.8.2 |
| 1444 | 2026-03-19T02:58:26.176Z | Compiling rand_xorshift v0.4.0 |
| 1445 | 2026-03-19T02:58:26.199Z | Compiling heapless v0.7.17 |
| 1446 | 2026-03-19T02:58:26.309Z | Compiling thread-id v5.1.0 |
| 1447 | 2026-03-19T02:58:26.339Z | Compiling sync_wrapper v1.0.2 |
| 1448 | 2026-03-19T02:58:26.802Z | Compiling cookie v0.18.1 |
| 1449 | 2026-03-19T02:58:26.806Z | Compiling rayon-core v1.13.0 |
| 1450 | 2026-03-19T02:58:26.806Z | Compiling unicode-bidi v0.3.18 |
| 1451 | 2026-03-19T02:58:26.807Z | Compiling signal-hook v0.3.18 |
| 1452 | 2026-03-19T02:58:26.807Z | Compiling unicode-segmentation v1.12.0 |
| 1453 | 2026-03-19T02:58:26.807Z | Compiling zstd-safe v7.2.4 |
| 1454 | 2026-03-19T02:58:26.807Z | Compiling anyhow v1.0.102 |
| 1455 | 2026-03-19T02:58:26.807Z | Compiling adler2 v2.0.1 |
| 1456 | 2026-03-19T02:58:26.807Z | Compiling paste v1.0.15 |
| 1457 | 2026-03-19T02:58:26.813Z | Compiling unarray v0.1.4 |
| 1458 | 2026-03-19T02:58:26.864Z | Compiling unicode-properties v0.1.4 |
| 1459 | 2026-03-19T02:58:26.961Z | Compiling miniz_oxide v0.8.9 |
| 1460 | 2026-03-19T02:58:27.163Z | Compiling stringprep v0.1.5 |
| 1461 | 2026-03-19T02:58:27.236Z | Compiling crossbeam-deque v0.8.6 |
| 1462 | 2026-03-19T02:58:27.280Z | Compiling num-integer v0.1.46 |
| 1463 | 2026-03-19T02:58:27.284Z | Compiling vergen-lib v0.1.6 |
| 1464 | 2026-03-19T02:58:27.436Z | Compiling curve25519-dalek v4.1.3 |
| 1465 | 2026-03-19T02:58:27.528Z | Compiling ff v0.13.1 |
| 1466 | 2026-03-19T02:58:27.552Z | Compiling hash32 v0.2.1 |
| 1467 | 2026-03-19T02:58:27.707Z | Compiling serde_derive v1.0.228 |
| 1468 | 2026-03-19T02:58:27.731Z | Compiling zeroize_derive v1.4.3 |
| 1469 | 2026-03-19T02:58:27.752Z | Compiling zerofrom-derive v0.1.6 |
| 1470 | 2026-03-19T02:58:27.805Z | Compiling yoke-derive v0.8.1 |
| 1471 | 2026-03-19T02:58:27.831Z | Compiling zerocopy-derive v0.8.40 |
| 1472 | 2026-03-19T02:58:27.855Z | Compiling zerovec-derive v0.11.2 |
| 1473 | 2026-03-19T02:58:27.887Z | Compiling displaydoc v0.2.5 |
| 1474 | 2026-03-19T02:58:28.107Z | Compiling tokio-macros v2.6.0 |
| 1475 | 2026-03-19T02:58:28.161Z | Compiling futures-macro v0.3.32 |
| 1476 | 2026-03-19T02:58:28.616Z | Compiling der_derive v0.7.3 |
| 1477 | 2026-03-19T02:58:28.640Z | Compiling zeroize v1.8.2 |
| 1478 | 2026-03-19T02:58:28.944Z | Compiling thiserror-impl v2.0.18 |
| 1479 | 2026-03-19T02:58:29.110Z | Compiling rustls-pki-types v1.14.0 |
| 1480 | 2026-03-19T02:58:29.291Z | Compiling futures-util v0.3.32 |
| 1481 | 2026-03-19T02:58:29.396Z | Compiling tracing-attributes v0.1.31 |
| 1482 | 2026-03-19T02:58:29.477Z | Compiling schemars_derive v0.8.22 |
| 1483 | 2026-03-19T02:58:29.499Z | Compiling scroll_derive v0.13.1 |
| 1484 | 2026-03-19T02:58:29.753Z | Compiling crypto-common v0.1.7 |
| 1485 | 2026-03-19T02:58:29.773Z | Compiling block-buffer v0.10.4 |
| 1486 | 2026-03-19T02:58:29.799Z | Compiling zerofrom v0.1.6 |
| 1487 | 2026-03-19T02:58:29.802Z | Compiling block-padding v0.3.3 |
| 1488 | 2026-03-19T02:58:29.963Z | Compiling yoke v0.8.1 |
| 1489 | 2026-03-19T02:58:29.981Z | Compiling digest v0.10.7 |
| 1490 | 2026-03-19T02:58:29.984Z | Compiling der v0.7.10 |
| 1491 | 2026-03-19T02:58:30.029Z | Compiling inout v0.1.4 |
| 1492 | 2026-03-19T02:58:30.053Z | Compiling pest_derive v2.8.6 |
| 1493 | 2026-03-19T02:58:30.223Z | Compiling zerovec v0.11.5 |
| 1494 | 2026-03-19T02:58:30.267Z | Compiling zerotrie v0.2.3 |
| 1495 | 2026-03-19T02:58:30.337Z | Compiling hmac v0.12.1 |
| 1496 | 2026-03-19T02:58:30.400Z | Compiling sha2 v0.10.9 |
| 1497 | 2026-03-19T02:58:30.557Z | Compiling cipher v0.4.4 |
| 1498 | 2026-03-19T02:58:30.650Z | Compiling pbkdf2 v0.12.2 |
| 1499 | 2026-03-19T02:58:30.693Z | Compiling scroll v0.13.0 |
| 1500 | 2026-03-19T02:58:30.865Z | Compiling darling_macro v0.20.11 |
| 1501 | 2026-03-19T02:58:30.875Z | Compiling thiserror v2.0.18 |
| 1502 | 2026-03-19T02:58:30.927Z | Compiling tinystr v0.8.2 |
| 1503 | 2026-03-19T02:58:30.951Z | Compiling potential_utf v0.1.4 |
| 1504 | 2026-03-19T02:58:30.994Z | Compiling salsa20 v0.10.2 |
| 1505 | 2026-03-19T02:58:31.078Z | Compiling aes v0.8.4 |
| 1506 | 2026-03-19T02:58:31.193Z | Compiling icu_locale_core v2.1.1 |
| 1507 | 2026-03-19T02:58:31.216Z | Compiling icu_collections v2.1.1 |
| 1508 | 2026-03-19T02:58:31.217Z | Compiling spki v0.7.3 |
| 1509 | 2026-03-19T02:58:31.264Z | Compiling scrypt v0.11.0 |
| 1510 | 2026-03-19T02:58:31.326Z | Compiling cbc v0.1.2 |
| 1511 | 2026-03-19T02:58:31.368Z | Compiling tracing v0.1.44 |
| 1512 | 2026-03-19T02:58:31.465Z | Compiling darling v0.20.11 |
| 1513 | 2026-03-19T02:58:31.951Z | Compiling goblin v0.10.5 |
| 1514 | 2026-03-19T02:58:31.955Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-03-19T02:58:31.955Z | Compiling openssl-macros v0.1.1 |
| 1516 | 2026-03-19T02:58:31.955Z | Compiling derive_builder_core v0.20.2 |
| 1517 | 2026-03-19T02:58:31.955Z | Compiling pkcs5 v0.7.1 |
| 1518 | 2026-03-19T02:58:31.955Z | Compiling dtrace-parser v0.3.0 |
| 1519 | 2026-03-19T02:58:31.955Z | Compiling signature v2.2.0 |
| 1520 | 2026-03-19T02:58:32.203Z | Compiling icu_provider v2.1.1 |
| 1521 | 2026-03-19T02:58:32.241Z | Compiling pkcs8 v0.10.2 |
| 1522 | 2026-03-19T02:58:32.439Z | Compiling rustls-native-certs v0.8.3 |
| 1523 | 2026-03-19T02:58:32.519Z | Compiling icu_normalizer v2.1.1 |
| 1524 | 2026-03-19T02:58:32.550Z | Compiling icu_properties v2.1.2 |
| 1525 | 2026-03-19T02:58:32.575Z | Compiling scroll_derive v0.12.1 |
| 1526 | 2026-03-19T02:58:32.617Z | Compiling md-5 v0.10.6 |
| 1527 | 2026-03-19T02:58:32.664Z | Compiling bytes v1.11.1 |
| 1528 | 2026-03-19T02:58:32.745Z | Compiling chrono v0.4.44 |
| 1529 | 2026-03-19T02:58:32.847Z | Compiling ipnet v2.11.0 |
| 1530 | 2026-03-19T02:58:32.870Z | Compiling toml_datetime v0.6.11 |
| 1531 | 2026-03-19T02:58:32.907Z | Compiling serde_tokenstream v0.2.3 |
| 1532 | 2026-03-19T02:58:32.940Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-03-19T02:58:33.241Z | Compiling serde_spanned v0.6.9 |
| 1534 | 2026-03-19T02:58:33.302Z | Compiling erased-serde v0.3.31 |
| 1535 | 2026-03-19T02:58:33.326Z | Compiling webpki-roots v1.0.6 |
| 1536 | 2026-03-19T02:58:33.352Z | Compiling tokio v1.49.0 |
| 1537 | 2026-03-19T02:58:33.376Z | Compiling http v1.4.0 |
| 1538 | 2026-03-19T02:58:33.453Z | Compiling thiserror v1.0.69 |
| 1539 | 2026-03-19T02:58:33.918Z | Compiling scroll v0.12.0 |
| 1540 | 2026-03-19T02:58:33.918Z | Compiling darling_macro v0.21.3 |
| 1541 | 2026-03-19T02:58:33.918Z | Compiling zerocopy-derive v0.7.35 |
| 1542 | 2026-03-19T02:58:33.918Z | Compiling memoffset v0.9.1 |
| 1543 | 2026-03-19T02:58:33.918Z | Compiling iri-string v0.7.10 |
| 1544 | 2026-03-19T02:58:33.918Z | Compiling fallible-iterator v0.2.0 |
| 1545 | 2026-03-19T02:58:33.918Z | Compiling idna_adapter v1.2.1 |
| 1546 | 2026-03-19T02:58:33.918Z | Compiling ryu v1.0.23 |
| 1547 | 2026-03-19T02:58:34.056Z | Compiling idna v1.1.0 |
| 1548 | 2026-03-19T02:58:34.079Z | Compiling litrs v1.0.0 |
| 1549 | 2026-03-19T02:58:34.083Z | Compiling cfg_aliases v0.2.1 |
| 1550 | 2026-03-19T02:58:34.146Z | Compiling psl-types v2.0.11 |
| 1551 | 2026-03-19T02:58:34.191Z | Compiling ppv-lite86 v0.2.21 |
| 1552 | 2026-03-19T02:58:34.197Z | Compiling num-bigint-dig v0.8.6 |
| 1553 | 2026-03-19T02:58:34.238Z | Compiling zlib-rs v0.6.2 |
| 1554 | 2026-03-19T02:58:34.323Z | Compiling http-body v1.0.1 |
| 1555 | 2026-03-19T02:58:34.418Z | Compiling rustix v0.38.44 |
| 1556 | 2026-03-19T02:58:34.471Z | Compiling url v2.5.8 |
| 1557 | 2026-03-19T02:58:34.534Z | Compiling http-body-util v0.1.3 |
| 1558 | 2026-03-19T02:58:34.669Z | Compiling rand_chacha v0.9.0 |
| 1559 | 2026-03-19T02:58:34.703Z | Compiling rand_chacha v0.3.1 |
| 1560 | 2026-03-19T02:58:34.788Z | Compiling ref-cast v1.0.25 |
| 1561 | 2026-03-19T02:58:34.830Z | Compiling base16ct v0.2.0 |
| 1562 | 2026-03-19T02:58:34.833Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-03-19T02:58:34.881Z | Compiling document-features v0.2.12 |
| 1564 | 2026-03-19T02:58:34.961Z | Compiling rand v0.9.2 |
| 1565 | 2026-03-19T02:58:34.985Z | Compiling rand v0.8.5 |
| 1566 | 2026-03-19T02:58:35.036Z | Compiling sec1 v0.7.3 |
| 1567 | 2026-03-19T02:58:35.379Z | Compiling zerocopy v0.7.35 |
| 1568 | 2026-03-19T02:58:35.435Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-03-19T02:58:35.871Z | Compiling nix v0.31.1 |
| 1570 | 2026-03-19T02:58:35.874Z | Compiling dof v0.4.0 |
| 1571 | 2026-03-19T02:58:35.874Z | Compiling darling v0.21.3 |
| 1572 | 2026-03-19T02:58:35.874Z | Compiling serde_urlencoded v0.7.1 |
| 1573 | 2026-03-19T02:58:35.874Z | Compiling proptest v1.10.0 |
| 1574 | 2026-03-19T02:58:35.874Z | Compiling postgres-protocol v0.6.10 |
| 1575 | 2026-03-19T02:58:36.027Z | Compiling goblin v0.8.2 |
| 1576 | 2026-03-19T02:58:36.047Z | Compiling derive_builder v0.20.2 |
| 1577 | 2026-03-19T02:58:36.067Z | Compiling cargo-platform v0.1.9 |
| 1578 | 2026-03-19T02:58:36.133Z | Compiling hkdf v0.12.4 |
| 1579 | 2026-03-19T02:58:36.156Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-03-19T02:58:36.214Z | Compiling crypto-bigint v0.5.5 |
| 1581 | 2026-03-19T02:58:36.230Z | Compiling regex v1.12.3 |
| 1582 | 2026-03-19T02:58:36.365Z | Compiling ipnetwork v0.21.1 |
| 1583 | 2026-03-19T02:58:36.575Z | Compiling strum_macros v0.27.2 |
| 1584 | 2026-03-19T02:58:36.593Z | Compiling daft-derive v0.1.5 |
| 1585 | 2026-03-19T02:58:36.766Z | Compiling oxnet v0.1.4 |
| 1586 | 2026-03-19T02:58:36.875Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1587 | 2026-03-19T02:58:36.904Z | Compiling ref-cast-impl v1.0.25 |
| 1588 | 2026-03-19T02:58:37.103Z | Compiling async-trait v0.1.89 |
| 1589 | 2026-03-19T02:58:37.225Z | Compiling group v0.13.0 |
| 1590 | 2026-03-19T02:58:37.347Z | Compiling num-iter v0.1.45 |
| 1591 | 2026-03-19T02:58:37.578Z | Compiling proc-macro-error v1.0.4 |
| 1592 | 2026-03-19T02:58:37.768Z | Compiling heck v0.4.1 |
| 1593 | 2026-03-19T02:58:37.883Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-03-19T02:58:38.006Z | Compiling phf_shared v0.13.1 |
| 1595 | 2026-03-19T02:58:38.046Z | Compiling lazy_static v1.5.0 |
| 1596 | 2026-03-19T02:58:38.079Z | Compiling vergen v9.0.6 |
| 1597 | 2026-03-19T02:58:38.101Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-03-19T02:58:38.104Z | Compiling ahash v0.8.12 |
| 1599 | 2026-03-19T02:58:38.148Z | Compiling managed v0.8.0 |
| 1600 | 2026-03-19T02:58:38.182Z | Compiling object v0.37.3 |
| 1601 | 2026-03-19T02:58:38.340Z | Compiling winnow v0.5.40 |
| 1602 | 2026-03-19T02:58:38.371Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-03-19T02:58:38.374Z | Compiling foldhash v0.1.5 |
| 1604 | 2026-03-19T02:58:38.374Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-03-19T02:58:38.443Z | Compiling libbz2-rs-sys v0.2.2 |
| 1606 | 2026-03-19T02:58:38.466Z | Compiling flate2 v1.1.9 |
| 1607 | 2026-03-19T02:58:38.574Z | Compiling tokio-util v0.7.18 |
| 1608 | 2026-03-19T02:58:38.578Z | Compiling tower v0.5.3 |
| 1609 | 2026-03-19T02:58:38.626Z | Compiling tokio-native-tls v0.3.1 |
| 1610 | 2026-03-19T02:58:38.720Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-03-19T02:58:38.832Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-03-19T02:58:38.869Z | Compiling console v0.16.2 |
| 1613 | 2026-03-19T02:58:39.064Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-03-19T02:58:39.131Z | Compiling clap_builder v4.5.60 |
| 1615 | 2026-03-19T02:58:39.217Z | Compiling newtype-uuid v1.3.2 |
| 1616 | 2026-03-19T02:58:39.277Z | Compiling tower-http v0.6.8 |
| 1617 | 2026-03-19T02:58:39.351Z | Compiling dof v0.3.0 |
| 1618 | 2026-03-19T02:58:39.431Z | Compiling phf v0.13.1 |
| 1619 | 2026-03-19T02:58:39.461Z | Compiling strum v0.27.2 |
| 1620 | 2026-03-19T02:58:39.533Z | Compiling h2 v0.4.13 |
| 1621 | 2026-03-19T02:58:39.641Z | Compiling daft v0.1.5 |
| 1622 | 2026-03-19T02:58:39.689Z | Compiling zone_cfg_derive v0.3.1 |
| 1623 | 2026-03-19T02:58:39.694Z | Compiling rayon v1.11.0 |
| 1624 | 2026-03-19T02:58:39.694Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-03-19T02:58:39.694Z | Compiling usdt-macro v0.6.0 |
| 1626 | 2026-03-19T02:58:39.860Z | Compiling usdt-attr-macro v0.6.0 |
| 1627 | 2026-03-19T02:58:40.055Z | Compiling cargo_metadata v0.19.2 |
| 1628 | 2026-03-19T02:58:40.394Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-03-19T02:58:40.419Z | Compiling cookie_store v0.22.1 |
| 1630 | 2026-03-19T02:58:40.569Z | Compiling elliptic-curve v0.13.8 |
| 1631 | 2026-03-19T02:58:40.692Z | Compiling hubpack v0.1.2 |
| 1632 | 2026-03-19T02:58:40.771Z | Compiling bzip2 v0.4.4 |
| 1633 | 2026-03-19T02:58:40.894Z | Compiling postgres-types v0.2.12 |
| 1634 | 2026-03-19T02:58:41.081Z | Compiling serde_with_macros v3.17.0 |
| 1635 | 2026-03-19T02:58:41.107Z | Compiling zstd v0.13.3 |
| 1636 | 2026-03-19T02:58:41.131Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-03-19T02:58:41.351Z | Compiling serde-big-array v0.5.1 |
| 1638 | 2026-03-19T02:58:41.477Z | Compiling hex v0.4.3 |
| 1639 | 2026-03-19T02:58:41.532Z | Compiling ed25519 v2.2.3 |
| 1640 | 2026-03-19T02:58:41.554Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-03-19T02:58:41.705Z | Compiling rfc6979 v0.4.0 |
| 1642 | 2026-03-19T02:58:41.864Z | Compiling bstr v1.12.1 |
| 1643 | 2026-03-19T02:58:41.886Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-03-19T02:58:41.971Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-03-19T02:58:42.123Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-03-19T02:58:42.249Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-03-19T02:58:42.295Z | Compiling itertools v0.12.1 |
| 1648 | 2026-03-19T02:58:42.643Z | Compiling phf_shared v0.11.3 |
| 1649 | 2026-03-19T02:58:42.674Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-03-19T02:58:42.743Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-03-19T02:58:42.847Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-03-19T02:58:42.870Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-03-19T02:58:42.870Z | Compiling encoding_rs v0.8.35 |
| 1654 | 2026-03-19T02:58:42.873Z | Compiling fixedbitset v0.4.2 |
| 1655 | 2026-03-19T02:58:42.937Z | Compiling difflib v0.4.0 |
| 1656 | 2026-03-19T02:58:42.940Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-03-19T02:58:43.491Z | Compiling rustc-hash v2.1.1 |
| 1658 | 2026-03-19T02:58:43.496Z | Compiling keccak v0.1.6 |
| 1659 | 2026-03-19T02:58:43.496Z | Compiling new_debug_unreachable v1.0.6 |
| 1660 | 2026-03-19T02:58:43.496Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-03-19T02:58:43.496Z | Compiling predicates-core v1.0.10 |
| 1662 | 2026-03-19T02:58:43.496Z | Compiling whoami v2.1.0 |
| 1663 | 2026-03-19T02:58:43.496Z | Compiling jiff v0.2.21 |
| 1664 | 2026-03-19T02:58:43.571Z | Compiling normalize-line-endings v0.3.0 |
| 1665 | 2026-03-19T02:58:43.618Z | Compiling mime v0.3.17 |
| 1666 | 2026-03-19T02:58:44.111Z | Compiling hyper v1.8.1 |
| 1667 | 2026-03-19T02:58:44.114Z | Compiling unit-prefix v0.5.2 |
| 1668 | 2026-03-19T02:58:44.114Z | Compiling data-encoding v2.10.0 |
| 1669 | 2026-03-19T02:58:44.114Z | Compiling fixedbitset v0.5.7 |
| 1670 | 2026-03-19T02:58:44.114Z | Compiling zone v0.3.1 |
| 1671 | 2026-03-19T02:58:44.115Z | Compiling indicatif v0.18.4 |
| 1672 | 2026-03-19T02:58:44.115Z | Compiling predicates v3.1.4 |
| 1673 | 2026-03-19T02:58:44.313Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-03-19T02:58:44.349Z | Compiling petgraph v0.8.3 |
| 1675 | 2026-03-19T02:58:44.414Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-03-19T02:58:44.585Z | Compiling clap v4.5.60 |
| 1677 | 2026-03-19T02:58:44.704Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-03-19T02:58:45.249Z | Compiling strum v0.26.3 |
| 1679 | 2026-03-19T02:58:45.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1680 | 2026-03-19T02:58:45.275Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-03-19T02:58:45.275Z | Compiling iddqd v0.3.17 |
| 1682 | 2026-03-19T02:58:45.275Z | Compiling toml_edit v0.22.27 |
| 1683 | 2026-03-19T02:58:45.275Z | Compiling petgraph v0.6.5 |
| 1684 | 2026-03-19T02:58:45.275Z | Compiling env_logger v0.11.9 |
| 1685 | 2026-03-19T02:58:45.296Z | Compiling hyper-util v0.1.20 |
| 1686 | 2026-03-19T02:58:45.309Z | Compiling usdt v0.6.0 |
| 1687 | 2026-03-19T02:58:45.336Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-03-19T02:58:45.678Z | Compiling serde_with v3.17.0 |
| 1689 | 2026-03-19T02:58:45.702Z | Compiling similar v2.7.0 |
| 1690 | 2026-03-19T02:58:45.976Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-03-19T02:58:46.151Z | Compiling toml v0.7.8 |
| 1692 | 2026-03-19T02:58:46.607Z | Compiling rsa v0.9.10 |
| 1693 | 2026-03-19T02:58:46.915Z | Compiling ecdsa v0.16.9 |
| 1694 | 2026-03-19T02:58:47.021Z | Compiling ed25519-dalek v2.2.0 |
| 1695 | 2026-03-19T02:58:47.126Z | Compiling zip v4.6.1 |
| 1696 | 2026-03-19T02:58:47.168Z | Compiling hyper-tls v0.6.0 |
| 1697 | 2026-03-19T02:58:47.504Z | Compiling zip v0.6.6 |
| 1698 | 2026-03-19T02:58:47.524Z | Compiling tokio-stream v0.1.18 |
| 1699 | 2026-03-19T02:58:47.908Z | Compiling buf-list v1.1.2 |
| 1700 | 2026-03-19T02:58:48.202Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1701 | 2026-03-19T02:58:48.230Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1702 | 2026-03-19T02:58:48.230Z | Compiling openapiv3 v2.2.0 |
| 1703 | 2026-03-19T02:58:48.294Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-03-19T02:58:48.313Z | Compiling sha1 v0.10.6 |
| 1705 | 2026-03-19T02:58:48.348Z | Compiling itertools v0.13.0 |
| 1706 | 2026-03-19T02:58:48.533Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1707 | 2026-03-19T02:58:48.628Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-03-19T02:58:48.746Z | Compiling lalrpop-util v0.19.12 |
| 1709 | 2026-03-19T02:58:48.851Z | Compiling thread_local v1.1.9 |
| 1710 | 2026-03-19T02:58:48.955Z | Compiling slog-async v2.8.0 |
| 1711 | 2026-03-19T02:58:48.978Z | Compiling futures-executor v0.3.32 |
| 1712 | 2026-03-19T02:58:49.029Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-03-19T02:58:49.078Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-03-19T02:58:49.112Z | Compiling filetime v0.2.27 |
| 1715 | 2026-03-19T02:58:49.211Z | Compiling xattr v1.6.1 |
| 1716 | 2026-03-19T02:58:49.233Z | Compiling term v1.2.1 |
| 1717 | 2026-03-19T02:58:49.362Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-03-19T02:58:49.365Z | Compiling futures v0.3.32 |
| 1719 | 2026-03-19T02:58:49.419Z | Compiling tar v0.4.44 |
| 1720 | 2026-03-19T02:58:49.689Z | Compiling slog-term v2.9.2 |
| 1721 | 2026-03-19T02:59:10.188Z | Compiling rustls-webpki v0.103.9 |
| 1722 | 2026-03-19T02:59:14.325Z | Compiling tokio-rustls v0.26.4 |
| 1723 | 2026-03-19T02:59:14.326Z | Compiling rustls-platform-verifier v0.6.2 |
| 1724 | 2026-03-19T02:59:14.583Z | Compiling hyper-rustls v0.27.7 |
| 1725 | 2026-03-19T02:59:14.833Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-03-19T02:59:14.833Z | Compiling reqwest v0.12.28 |
| 1727 | 2026-03-19T02:59:17.688Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-03-19T02:59:17.989Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-03-19T02:59:21.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1730 | 2026-03-19T02:59:22.049Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1731 | 2026-03-19T02:59:22.121Z | Mar 19 02:59:21.392 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-19T02:59:22.121Z | Mar 19 02:59:21.393 INFO Starting download, target: Console |
| 1733 | 2026-03-19T02:59:22.121Z | Mar 19 02:59:21.393 INFO Starting download, target: Clickhouse |
| 1734 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Starting download, target: DendriteStub |
| 1735 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Starting download, target: TransceiverControl |
| 1736 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Starting download, target: Cockroach |
| 1737 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1738 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1740 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-03-19T02:59:22.126Z | Mar 19 02:59:21.393 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1742 | 2026-03-19T02:59:22.127Z | Mar 19 02:59:21.393 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1743 | 2026-03-19T02:59:22.562Z | Mar 19 02:59:21.830 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-03-19T02:59:22.971Z | Mar 19 02:59:22.174 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-03-19T02:59:23.210Z | Mar 19 02:59:22.481 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-03-19T02:59:23.614Z | Mar 19 02:59:22.865 INFO Download complete, target: Console |
| 1747 | 2026-03-19T02:59:23.877Z | Mar 19 02:59:23.151 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1748 | 2026-03-19T02:59:23.940Z | Mar 19 02:59:23.211 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-03-19T02:59:24.770Z | Mar 19 02:59:23.644 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-03-19T02:59:24.773Z | Mar 19 02:59:24.011 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1751 | 2026-03-19T02:59:24.773Z | Mar 19 02:59:24.011 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1752 | 2026-03-19T02:59:27.600Z | Mar 19 02:59:26.877 INFO Download complete, target: DendriteStub |
| 1753 | 2026-03-19T02:59:27.620Z | Mar 19 02:59:26.897 INFO Download complete, target: MaghemiteMgd |
| 1754 | 2026-03-19T02:59:32.744Z | Mar 19 02:59:32.009 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-03-19T02:59:32.881Z | Mar 19 02:59:32.156 INFO Download complete, target: Cockroach |
| 1756 | 2026-03-19T02:59:35.815Z | Mar 19 02:59:35.090 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-03-19T02:59:35.918Z | Mar 19 02:59:35.192 INFO Download complete, target: Clickhouse |
| 1758 | 2026-03-19T02:59:35.922Z | All prerequisites installed successfully |
| 1759 | 2026-03-19T02:59:35.927Z | |
| 1760 | 2026-03-19T02:59:35.927Z | real 4:12.895132321 |
| 1761 | 2026-03-19T02:59:35.927Z | user 10:33.307465957 |
| 1762 | 2026-03-19T02:59:35.927Z | sys 2:08.982791581 |
| 1763 | 2026-03-19T02:59:35.927Z | trap 0.340205455 |
| 1764 | 2026-03-19T02:59:35.928Z | tflt 2.421743349 |
| 1765 | 2026-03-19T02:59:35.928Z | dflt 2.782918828 |
| 1766 | 2026-03-19T02:59:35.928Z | kflt 0.094035992 |
| 1767 | 2026-03-19T02:59:35.928Z | lock 32:30.285130225 |
| 1768 | 2026-03-19T02:59:35.928Z | slp 27:00.632429288 |
| 1769 | 2026-03-19T02:59:35.928Z | lat 28.757325460 |
| 1770 | 2026-03-19T02:59:35.928Z | stop 4:34.588065478 |
| 1771 | 2026-03-19T02:59:35.928Z | + ptime -m cargo xtask download softnpu |
| 1772 | 2026-03-19T02:59:36.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1773 | 2026-03-19T02:59:36.660Z | Running `target/debug/xtask download softnpu` |
| 1774 | 2026-03-19T02:59:37.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1775 | 2026-03-19T02:59:37.795Z | Running `target/debug/xtask-downloader softnpu` |
| 1776 | 2026-03-19T02:59:37.840Z | Mar 19 02:59:37.109 INFO Starting download, target: Softnpu |
| 1777 | 2026-03-19T02:59:37.845Z | Mar 19 02:59:37.109 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1778 | 2026-03-19T02:59:39.417Z | Mar 19 02:59:38.671 INFO Download complete, target: Softnpu |
| 1779 | 2026-03-19T02:59:39.436Z | |
| 1780 | 2026-03-19T02:59:39.436Z | real 3.468748021 |
| 1781 | 2026-03-19T02:59:39.436Z | user 1.796980908 |
| 1782 | 2026-03-19T02:59:39.436Z | sys 0.817886139 |
| 1783 | 2026-03-19T02:59:39.436Z | trap 0.001098559 |
| 1784 | 2026-03-19T02:59:39.436Z | tflt 0.000069947 |
| 1785 | 2026-03-19T02:59:39.436Z | dflt 0.000066518 |
| 1786 | 2026-03-19T02:59:39.436Z | kflt 0.000000000 |
| 1787 | 2026-03-19T02:59:39.437Z | lock 29.362675338 |
| 1788 | 2026-03-19T02:59:39.437Z | slp 1.328601415 |
| 1789 | 2026-03-19T02:59:39.437Z | lat 0.059950146 |
| 1790 | 2026-03-19T02:59:39.437Z | stop 0.000205334 |
| 1791 | 2026-03-19T02:59:39.437Z | + export CARGO_INCREMENTAL=0 |
| 1792 | 2026-03-19T02:59:39.437Z | + CARGO_INCREMENTAL=0 |
| 1793 | 2026-03-19T02:59:39.437Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1794 | 2026-03-19T02:59:40.632Z | Compiling proc-macro2 v1.0.106 |
| 1795 | 2026-03-19T02:59:40.633Z | Compiling quote v1.0.44 |
| 1796 | 2026-03-19T02:59:40.633Z | Compiling unicode-ident v1.0.24 |
| 1797 | 2026-03-19T02:59:40.638Z | Compiling libc v0.2.180 |
| 1798 | 2026-03-19T02:59:40.638Z | Compiling serde_core v1.0.228 |
| 1799 | 2026-03-19T02:59:40.638Z | Compiling serde v1.0.228 |
| 1800 | 2026-03-19T02:59:40.638Z | Compiling cfg-if v1.0.4 |
| 1801 | 2026-03-19T02:59:40.639Z | Compiling version_check v0.9.5 |
| 1802 | 2026-03-19T02:59:40.639Z | Compiling shlex v1.3.0 |
| 1803 | 2026-03-19T02:59:40.639Z | Compiling find-msvc-tools v0.1.9 |
| 1804 | 2026-03-19T02:59:40.639Z | Compiling typenum v1.19.0 |
| 1805 | 2026-03-19T02:59:40.639Z | Compiling portable-atomic v1.13.1 |
| 1806 | 2026-03-19T02:59:40.799Z | Compiling memchr v2.8.0 |
| 1807 | 2026-03-19T02:59:40.802Z | Compiling autocfg v1.5.0 |
| 1808 | 2026-03-19T02:59:40.802Z | Compiling zmij v1.0.21 |
| 1809 | 2026-03-19T02:59:41.070Z | Compiling serde_json v1.0.149 |
| 1810 | 2026-03-19T02:59:41.140Z | Compiling zerocopy v0.8.40 |
| 1811 | 2026-03-19T02:59:41.317Z | Compiling parking_lot_core v0.9.12 |
| 1812 | 2026-03-19T02:59:41.392Z | Compiling libm v0.2.16 |
| 1813 | 2026-03-19T02:59:41.396Z | Compiling smallvec v1.15.1 |
| 1814 | 2026-03-19T02:59:41.440Z | Compiling icu_normalizer_data v2.1.1 |
| 1815 | 2026-03-19T02:59:41.494Z | Compiling generic-array v0.14.7 |
| 1816 | 2026-03-19T02:59:41.567Z | Compiling num-traits v0.2.19 |
| 1817 | 2026-03-19T02:59:41.576Z | Compiling icu_properties_data v2.1.2 |
| 1818 | 2026-03-19T02:59:41.665Z | Compiling itoa v1.0.17 |
| 1819 | 2026-03-19T02:59:41.672Z | Compiling log v0.4.29 |
| 1820 | 2026-03-19T02:59:41.765Z | Compiling getrandom v0.4.1 |
| 1821 | 2026-03-19T02:59:41.789Z | Compiling pkg-config v0.3.32 |
| 1822 | 2026-03-19T02:59:41.835Z | Compiling stable_deref_trait v1.2.1 |
| 1823 | 2026-03-19T02:59:41.912Z | Compiling scopeguard v1.2.0 |
| 1824 | 2026-03-19T02:59:41.941Z | Compiling subtle v2.6.1 |
| 1825 | 2026-03-19T02:59:42.050Z | Compiling lock_api v0.4.14 |
| 1826 | 2026-03-19T02:59:42.079Z | Compiling thiserror v2.0.18 |
| 1827 | 2026-03-19T02:59:42.082Z | Compiling fnv v1.0.7 |
| 1828 | 2026-03-19T02:59:42.218Z | Compiling jobserver v0.1.34 |
| 1829 | 2026-03-19T02:59:42.290Z | Compiling getrandom v0.2.17 |
| 1830 | 2026-03-19T02:59:42.320Z | Compiling errno v0.3.14 |
| 1831 | 2026-03-19T02:59:42.434Z | Compiling pin-project-lite v0.2.17 |
| 1832 | 2026-03-19T02:59:42.434Z | Compiling getrandom v0.3.4 |
| 1833 | 2026-03-19T02:59:42.481Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-03-19T02:59:42.533Z | Compiling syn v2.0.117 |
| 1835 | 2026-03-19T02:59:42.559Z | Compiling cc v1.2.56 |
| 1836 | 2026-03-19T02:59:42.679Z | Compiling critical-section v1.2.0 |
| 1837 | 2026-03-19T02:59:42.806Z | Compiling allocator-api2 v0.2.21 |
| 1838 | 2026-03-19T02:59:42.869Z | Compiling rustversion v1.0.22 |
| 1839 | 2026-03-19T02:59:42.872Z | Compiling equivalent v1.0.2 |
| 1840 | 2026-03-19T02:59:42.943Z | Compiling writeable v0.6.2 |
| 1841 | 2026-03-19T02:59:42.992Z | Compiling foldhash v0.2.0 |
| 1842 | 2026-03-19T02:59:43.037Z | Compiling percent-encoding v2.3.2 |
| 1843 | 2026-03-19T02:59:43.161Z | Compiling dunce v1.0.5 |
| 1844 | 2026-03-19T02:59:43.230Z | Compiling litemap v0.8.1 |
| 1845 | 2026-03-19T02:59:43.298Z | Compiling once_cell v1.21.3 |
| 1846 | 2026-03-19T02:59:43.345Z | Compiling fs_extra v1.3.0 |
| 1847 | 2026-03-19T02:59:43.345Z | Compiling hashbrown v0.16.1 |
| 1848 | 2026-03-19T02:59:43.555Z | Compiling cmake v0.1.57 |
| 1849 | 2026-03-19T02:59:43.583Z | Compiling const-oid v0.9.6 |
| 1850 | 2026-03-19T02:59:43.704Z | Compiling signal-hook-registry v1.4.8 |
| 1851 | 2026-03-19T02:59:43.711Z | Compiling rustix v1.1.3 |
| 1852 | 2026-03-19T02:59:43.776Z | Compiling mio v1.1.1 |
| 1853 | 2026-03-19T02:59:43.780Z | Compiling socket2 v0.6.2 |
| 1854 | 2026-03-19T02:59:43.827Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-19T02:59:43.853Z | Compiling rand_core v0.10.0 |
| 1856 | 2026-03-19T02:59:44.099Z | Compiling semver v1.0.27 |
| 1857 | 2026-03-19T02:59:44.134Z | Compiling indexmap v2.13.0 |
| 1858 | 2026-03-19T02:59:44.209Z | Compiling bitflags v2.11.0 |
| 1859 | 2026-03-19T02:59:44.227Z | Compiling parking_lot v0.12.5 |
| 1860 | 2026-03-19T02:59:44.232Z | Compiling aws-lc-rs v1.16.0 |
| 1861 | 2026-03-19T02:59:44.350Z | Compiling utf8_iter v1.0.4 |
| 1862 | 2026-03-19T02:59:44.430Z | Compiling ring v0.17.14 |
| 1863 | 2026-03-19T02:59:44.529Z | Compiling aws-lc-sys v0.37.1 |
| 1864 | 2026-03-19T02:59:44.583Z | Compiling form_urlencoded v1.2.2 |
| 1865 | 2026-03-19T02:59:44.697Z | Compiling strsim v0.11.1 |
| 1866 | 2026-03-19T02:59:44.719Z | Compiling futures-core v0.3.32 |
| 1867 | 2026-03-19T02:59:44.966Z | Compiling ucd-trie v0.1.7 |
| 1868 | 2026-03-19T02:59:45.062Z | Compiling thiserror v1.0.69 |
| 1869 | 2026-03-19T02:59:45.089Z | Compiling byteorder v1.5.0 |
| 1870 | 2026-03-19T02:59:45.095Z | Compiling httparse v1.10.1 |
| 1871 | 2026-03-19T02:59:45.248Z | Compiling pest v2.8.6 |
| 1872 | 2026-03-19T02:59:45.323Z | Compiling heck v0.5.0 |
| 1873 | 2026-03-19T02:59:45.364Z | Compiling ident_case v1.0.1 |
| 1874 | 2026-03-19T02:59:45.425Z | Compiling vcpkg v0.2.15 |
| 1875 | 2026-03-19T02:59:45.561Z | Compiling syn v1.0.109 |
| 1876 | 2026-03-19T02:59:45.683Z | Compiling crossbeam-utils v0.8.21 |
| 1877 | 2026-03-19T02:59:45.720Z | Compiling regex-syntax v0.8.10 |
| 1878 | 2026-03-19T02:59:45.839Z | Compiling rustls v0.23.37 |
| 1879 | 2026-03-19T02:59:45.850Z | Compiling futures-sink v0.3.32 |
| 1880 | 2026-03-19T02:59:45.913Z | Compiling rustc_version v0.4.1 |
| 1881 | 2026-03-19T02:59:45.996Z | Compiling futures-channel v0.3.32 |
| 1882 | 2026-03-19T02:59:46.049Z | Compiling slab v0.4.12 |
| 1883 | 2026-03-19T02:59:46.093Z | Compiling cpufeatures v0.2.17 |
| 1884 | 2026-03-19T02:59:46.099Z | Compiling futures-io v0.3.32 |
| 1885 | 2026-03-19T02:59:46.099Z | Compiling futures-task v0.3.32 |
| 1886 | 2026-03-19T02:59:46.241Z | Compiling openssl-sys v0.9.111 |
| 1887 | 2026-03-19T02:59:46.305Z | Compiling plain v0.2.3 |
| 1888 | 2026-03-19T02:59:46.332Z | Compiling iana-time-zone v0.1.65 |
| 1889 | 2026-03-19T02:59:46.357Z | Compiling uuid v1.21.0 |
| 1890 | 2026-03-19T02:59:46.408Z | Compiling aho-corasick v1.1.4 |
| 1891 | 2026-03-19T02:59:46.432Z | Compiling num-conv v0.2.0 |
| 1892 | 2026-03-19T02:59:46.506Z | Compiling time-core v0.1.8 |
| 1893 | 2026-03-19T02:59:46.615Z | Compiling synstructure v0.13.2 |
| 1894 | 2026-03-19T02:59:46.643Z | Compiling serde_derive_internals v0.29.1 |
| 1895 | 2026-03-19T02:59:46.739Z | Compiling time-macros v0.2.27 |
| 1896 | 2026-03-19T02:59:46.794Z | Compiling pest_meta v2.8.6 |
| 1897 | 2026-03-19T02:59:47.252Z | Compiling pretty-hex v0.4.1 |
| 1898 | 2026-03-19T02:59:47.289Z | Compiling openssl v0.10.75 |
| 1899 | 2026-03-19T02:59:47.557Z | Compiling base64ct v1.8.3 |
| 1900 | 2026-03-19T02:59:47.603Z | Compiling pest_generator v2.8.6 |
| 1901 | 2026-03-19T02:59:47.630Z | Compiling crc32fast v1.5.0 |
| 1902 | 2026-03-19T02:59:47.666Z | Compiling either v1.15.0 |
| 1903 | 2026-03-19T02:59:47.669Z | Compiling anyhow v1.0.102 |
| 1904 | 2026-03-19T02:59:47.716Z | Compiling darling_core v0.21.3 |
| 1905 | 2026-03-19T02:59:47.739Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1906 | 2026-03-19T02:59:47.831Z | Compiling regex-automata v0.4.14 |
| 1907 | 2026-03-19T02:59:47.880Z | Compiling pem-rfc7468 v0.7.0 |
| 1908 | 2026-03-19T02:59:47.988Z | Compiling native-tls v0.2.18 |
| 1909 | 2026-03-19T02:59:47.991Z | Compiling flagset v0.4.7 |
| 1910 | 2026-03-19T02:59:48.094Z | Compiling rand_core v0.9.5 |
| 1911 | 2026-03-19T02:59:48.225Z | Compiling slog v2.8.2 |
| 1912 | 2026-03-19T02:59:48.285Z | Compiling tracing-core v0.1.36 |
| 1913 | 2026-03-19T02:59:48.334Z | Compiling untrusted v0.9.0 |
| 1914 | 2026-03-19T02:59:48.365Z | Compiling rayon-core v1.13.0 |
| 1915 | 2026-03-19T02:59:48.405Z | Compiling dyn-clone v1.0.20 |
| 1916 | 2026-03-19T02:59:48.604Z | Compiling serde_derive v1.0.228 |
| 1917 | 2026-03-19T02:59:48.604Z | Compiling zeroize_derive v1.4.3 |
| 1918 | 2026-03-19T02:59:48.635Z | Compiling zerofrom-derive v0.1.6 |
| 1919 | 2026-03-19T02:59:48.663Z | Compiling yoke-derive v0.8.1 |
| 1920 | 2026-03-19T02:59:48.691Z | Compiling zerovec-derive v0.11.2 |
| 1921 | 2026-03-19T02:59:48.719Z | Compiling displaydoc v0.2.5 |
| 1922 | 2026-03-19T02:59:48.744Z | Compiling zerocopy-derive v0.8.40 |
| 1923 | 2026-03-19T02:59:48.818Z | Compiling tokio-macros v2.6.0 |
| 1924 | 2026-03-19T02:59:49.069Z | Compiling futures-macro v0.3.32 |
| 1925 | 2026-03-19T02:59:49.394Z | Compiling zeroize v1.8.2 |
| 1926 | 2026-03-19T02:59:49.691Z | Compiling thiserror-impl v2.0.18 |
| 1927 | 2026-03-19T02:59:49.786Z | Compiling tracing-attributes v0.1.31 |
| 1928 | 2026-03-19T02:59:50.005Z | Compiling der_derive v0.7.3 |
| 1929 | 2026-03-19T02:59:50.108Z | Compiling schemars_derive v0.8.22 |
| 1930 | 2026-03-19T02:59:50.131Z | Compiling thiserror-impl v1.0.69 |
| 1931 | 2026-03-19T02:59:50.227Z | Compiling zerofrom v0.1.6 |
| 1932 | 2026-03-19T02:59:50.415Z | Compiling yoke v0.8.1 |
| 1933 | 2026-03-19T02:59:50.540Z | Compiling crypto-common v0.1.7 |
| 1934 | 2026-03-19T02:59:50.696Z | Compiling zerovec v0.11.5 |
| 1935 | 2026-03-19T02:59:50.742Z | Compiling zerotrie v0.2.3 |
| 1936 | 2026-03-19T02:59:51.162Z | Compiling block-buffer v0.10.4 |
| 1937 | 2026-03-19T02:59:51.283Z | Compiling pest_derive v2.8.6 |
| 1938 | 2026-03-19T02:59:51.328Z | Compiling digest v0.10.7 |
| 1939 | 2026-03-19T02:59:51.400Z | Compiling futures-util v0.3.32 |
| 1940 | 2026-03-19T02:59:51.463Z | Compiling tinystr v0.8.2 |
| 1941 | 2026-03-19T02:59:51.575Z | Compiling potential_utf v0.1.4 |
| 1942 | 2026-03-19T02:59:51.651Z | Compiling hmac v0.12.1 |
| 1943 | 2026-03-19T02:59:51.763Z | Compiling icu_locale_core v2.1.1 |
| 1944 | 2026-03-19T02:59:51.789Z | Compiling icu_collections v2.1.1 |
| 1945 | 2026-03-19T02:59:51.792Z | Compiling block-padding v0.3.3 |
| 1946 | 2026-03-19T02:59:51.841Z | Compiling sha2 v0.10.9 |
| 1947 | 2026-03-19T02:59:51.869Z | Compiling rustls-pki-types v1.14.0 |
| 1948 | 2026-03-19T02:59:51.971Z | Compiling inout v0.1.4 |
| 1949 | 2026-03-19T02:59:52.017Z | Compiling scroll_derive v0.12.1 |
| 1950 | 2026-03-19T02:59:52.749Z | Compiling cipher v0.4.4 |
| 1951 | 2026-03-19T02:59:52.855Z | Compiling icu_provider v2.1.1 |
| 1952 | 2026-03-19T02:59:52.858Z | Compiling scroll_derive v0.13.1 |
| 1953 | 2026-03-19T02:59:52.962Z | Compiling bytes v1.11.1 |
| 1954 | 2026-03-19T02:59:53.043Z | Compiling chrono v0.4.44 |
| 1955 | 2026-03-19T02:59:53.096Z | Compiling serde_tokenstream v0.2.3 |
| 1956 | 2026-03-19T02:59:53.105Z | Compiling openssl-macros v0.1.1 |
| 1957 | 2026-03-19T02:59:53.393Z | Compiling icu_properties v2.1.2 |
| 1958 | 2026-03-19T02:59:53.528Z | Compiling icu_normalizer v2.1.1 |
| 1959 | 2026-03-19T02:59:53.865Z | Compiling tokio v1.49.0 |
| 1960 | 2026-03-19T02:59:54.211Z | Compiling http v1.4.0 |
| 1961 | 2026-03-19T02:59:54.820Z | Compiling idna_adapter v1.2.1 |
| 1962 | 2026-03-19T02:59:55.036Z | Compiling idna v1.1.0 |
| 1963 | 2026-03-19T02:59:55.043Z | Compiling ppv-lite86 v0.2.21 |
| 1964 | 2026-03-19T02:59:55.050Z | Compiling der v0.7.10 |
| 1965 | 2026-03-19T02:59:55.074Z | Compiling regex v1.12.3 |
| 1966 | 2026-03-19T02:59:55.099Z | Compiling darling_macro v0.21.3 |
| 1967 | 2026-03-19T02:59:55.423Z | Compiling url v2.5.8 |
| 1968 | 2026-03-19T02:59:55.490Z | Compiling zerocopy-derive v0.7.35 |
| 1969 | 2026-03-19T02:59:55.674Z | Compiling salsa20 v0.10.2 |
| 1970 | 2026-03-19T02:59:55.722Z | Compiling darling v0.21.3 |
| 1971 | 2026-03-19T02:59:55.775Z | Compiling pbkdf2 v0.12.2 |
| 1972 | 2026-03-19T02:59:55.877Z | Compiling tracing v0.1.44 |
| 1973 | 2026-03-19T02:59:56.208Z | Compiling cookie v0.18.1 |
| 1974 | 2026-03-19T02:59:56.479Z | Compiling spki v0.7.3 |
| 1975 | 2026-03-19T02:59:56.503Z | Compiling camino v1.2.2 |
| 1976 | 2026-03-19T02:59:56.557Z | Compiling base64 v0.22.1 |
| 1977 | 2026-03-19T02:59:56.845Z | Compiling scrypt v0.11.0 |
| 1978 | 2026-03-19T02:59:56.871Z | Compiling rand_chacha v0.9.0 |
| 1979 | 2026-03-19T02:59:56.905Z | Compiling aes v0.8.4 |
| 1980 | 2026-03-19T02:59:57.019Z | Compiling cbc v0.1.2 |
| 1981 | 2026-03-19T02:59:57.642Z | Compiling usdt-impl v0.5.0 |
| 1982 | 2026-03-19T02:59:57.671Z | Compiling usdt-impl v0.6.0 |
| 1983 | 2026-03-19T02:59:57.717Z | Compiling paste v1.0.15 |
| 1984 | 2026-03-19T02:59:57.835Z | Compiling winnow v0.7.14 |
| 1985 | 2026-03-19T02:59:57.940Z | Compiling ref-cast v1.0.25 |
| 1986 | 2026-03-19T02:59:58.288Z | Compiling pkcs5 v0.7.1 |
| 1987 | 2026-03-19T02:59:58.315Z | Compiling rand v0.9.2 |
| 1988 | 2026-03-19T02:59:58.529Z | Compiling http-body v1.0.1 |
| 1989 | 2026-03-19T02:59:58.643Z | Compiling scroll v0.13.0 |
| 1990 | 2026-03-19T02:59:58.744Z | Compiling serde_spanned v0.6.9 |
| 1991 | 2026-03-19T02:59:58.767Z | Compiling toml_datetime v0.6.11 |
| 1992 | 2026-03-19T02:59:58.847Z | Compiling scroll v0.12.0 |
| 1993 | 2026-03-19T02:59:58.942Z | Compiling heapless v0.7.17 |
| 1994 | 2026-03-19T02:59:59.098Z | Compiling tokio-util v0.7.18 |
| 1995 | 2026-03-19T02:59:59.121Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1996 | 2026-03-19T02:59:59.169Z | Compiling signal-hook v0.3.18 |
| 1997 | 2026-03-19T02:59:59.268Z | Compiling atomic-waker v1.1.2 |
| 1998 | 2026-03-19T02:59:59.301Z | Compiling openssl-probe v0.2.1 |
| 1999 | 2026-03-19T02:59:59.452Z | Compiling zstd-safe v7.2.4 |
| 2000 | 2026-03-19T02:59:59.518Z | Compiling untrusted v0.7.1 |
| 2001 | 2026-03-19T02:59:59.643Z | Compiling goblin v0.8.2 |
| 2002 | 2026-03-19T02:59:59.708Z | Compiling goblin v0.10.5 |
| 2003 | 2026-03-19T02:59:59.807Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2004 | 2026-03-19T02:59:59.942Z | Compiling pkcs8 v0.10.2 |
| 2005 | 2026-03-19T03:00:00.351Z | Compiling zerocopy v0.7.35 |
| 2006 | 2026-03-19T03:00:00.448Z | Compiling ref-cast-impl v1.0.25 |
| 2007 | 2026-03-19T03:00:00.560Z | Compiling darling_core v0.20.11 |
| 2008 | 2026-03-19T03:00:00.656Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2009 | 2026-03-19T03:00:00.680Z | Compiling memoffset v0.9.1 |
| 2010 | 2026-03-19T03:00:00.960Z | Compiling tower-service v0.3.3 |
| 2011 | 2026-03-19T03:00:01.050Z | Compiling tower-layer v0.3.3 |
| 2012 | 2026-03-19T03:00:01.112Z | Compiling rustix v0.38.44 |
| 2013 | 2026-03-19T03:00:01.235Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-03-19T03:00:01.338Z | Compiling winnow v0.5.40 |
| 2015 | 2026-03-19T03:00:01.391Z | Compiling litrs v1.0.0 |
| 2016 | 2026-03-19T03:00:01.566Z | Compiling tinyvec_macros v0.1.1 |
| 2017 | 2026-03-19T03:00:01.591Z | Compiling try-lock v0.2.5 |
| 2018 | 2026-03-19T03:00:01.752Z | Compiling want v0.3.1 |
| 2019 | 2026-03-19T03:00:01.792Z | Compiling h2 v0.4.13 |
| 2020 | 2026-03-19T03:00:01.871Z | Compiling tinyvec v1.10.0 |
| 2021 | 2026-03-19T03:00:02.065Z | Compiling document-features v0.2.12 |
| 2022 | 2026-03-19T03:00:02.756Z | Compiling dof v0.3.0 |
| 2023 | 2026-03-19T03:00:02.974Z | Compiling dtrace-parser v0.2.0 |
| 2024 | 2026-03-19T03:00:03.293Z | Compiling toml_edit v0.19.15 |
| 2025 | 2026-03-19T03:00:03.377Z | Compiling dtrace-parser v0.3.0 |
| 2026 | 2026-03-19T03:00:03.442Z | Compiling darling_macro v0.20.11 |
| 2027 | 2026-03-19T03:00:03.667Z | Compiling dof v0.4.0 |
| 2028 | 2026-03-19T03:00:03.688Z | Compiling ipnet v2.11.0 |
| 2029 | 2026-03-19T03:00:03.949Z | Compiling async-trait v0.1.89 |
| 2030 | 2026-03-19T03:00:04.079Z | Compiling daft-derive v0.1.5 |
| 2031 | 2026-03-19T03:00:04.105Z | Compiling curve25519-dalek v4.1.3 |
| 2032 | 2026-03-19T03:00:04.335Z | Compiling spin v0.9.8 |
| 2033 | 2026-03-19T03:00:04.358Z | Compiling thread-id v4.2.2 |
| 2034 | 2026-03-19T03:00:04.454Z | Compiling thread-id v5.1.0 |
| 2035 | 2026-03-19T03:00:04.486Z | Compiling proc-macro-error-attr v1.0.4 |
| 2036 | 2026-03-19T03:00:04.580Z | Compiling powerfmt v0.2.0 |
| 2037 | 2026-03-19T03:00:04.755Z | Compiling foreign-types-shared v0.1.1 |
| 2038 | 2026-03-19T03:00:04.815Z | Compiling httpdate v1.0.3 |
| 2039 | 2026-03-19T03:00:04.886Z | Compiling num-bigint-dig v0.8.6 |
| 2040 | 2026-03-19T03:00:05.011Z | Compiling smoltcp v0.9.1 |
| 2041 | 2026-03-19T03:00:05.138Z | Compiling cfg_aliases v0.2.1 |
| 2042 | 2026-03-19T03:00:05.165Z | Compiling pin-utils v0.1.0 |
| 2043 | 2026-03-19T03:00:05.195Z | Compiling foreign-types v0.3.2 |
| 2044 | 2026-03-19T03:00:05.260Z | Compiling nix v0.31.1 |
| 2045 | 2026-03-19T03:00:05.285Z | Compiling deranged v0.5.8 |
| 2046 | 2026-03-19T03:00:05.388Z | Compiling tempfile v3.25.0 |
| 2047 | 2026-03-19T03:00:05.489Z | Compiling darling v0.20.11 |
| 2048 | 2026-03-19T03:00:06.011Z | Compiling hyper v1.8.1 |
| 2049 | 2026-03-19T03:00:06.060Z | Compiling ipnetwork v0.21.1 |
| 2050 | 2026-03-19T03:00:06.126Z | Compiling strum_macros v0.26.4 |
| 2051 | 2026-03-19T03:00:06.429Z | Compiling wait-timeout v0.2.1 |
| 2052 | 2026-03-19T03:00:06.464Z | Compiling proc-macro-error v1.0.4 |
| 2053 | 2026-03-19T03:00:06.722Z | Compiling num_threads v0.1.7 |
| 2054 | 2026-03-19T03:00:06.745Z | Compiling simd-adler32 v0.3.8 |
| 2055 | 2026-03-19T03:00:06.819Z | Compiling siphasher v1.0.2 |
| 2056 | 2026-03-19T03:00:06.862Z | Compiling anstyle v1.0.13 |
| 2057 | 2026-03-19T03:00:07.017Z | Compiling bit-vec v0.8.0 |
| 2058 | 2026-03-19T03:00:07.022Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-03-19T03:00:07.098Z | Compiling quick-error v1.2.3 |
| 2060 | 2026-03-19T03:00:07.201Z | Compiling utf8parse v0.2.2 |
| 2061 | 2026-03-19T03:00:07.294Z | Compiling bit-set v0.8.0 |
| 2062 | 2026-03-19T03:00:07.349Z | Compiling anstyle-parse v0.2.7 |
| 2063 | 2026-03-19T03:00:07.371Z | Compiling time v0.3.47 |
| 2064 | 2026-03-19T03:00:07.534Z | Compiling hyper-util v0.1.20 |
| 2065 | 2026-03-19T03:00:07.623Z | Compiling rusty-fork v0.3.1 |
| 2066 | 2026-03-19T03:00:08.381Z | Compiling crossbeam-epoch v0.9.18 |
| 2067 | 2026-03-19T03:00:08.417Z | Compiling derive_builder_core v0.20.2 |
| 2068 | 2026-03-19T03:00:08.829Z | Compiling unicode-normalization v0.1.25 |
| 2069 | 2026-03-19T03:00:09.489Z | Compiling rustls-native-certs v0.8.3 |
| 2070 | 2026-03-19T03:00:09.862Z | Compiling signature v2.2.0 |
| 2071 | 2026-03-19T03:00:09.896Z | Compiling hubpack_derive v0.1.1 |
| 2072 | 2026-03-19T03:00:09.961Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2073 | 2026-03-19T03:00:10.086Z | Compiling strum_macros v0.27.2 |
| 2074 | 2026-03-19T03:00:10.112Z | Compiling rand_xorshift v0.4.0 |
| 2075 | 2026-03-19T03:00:10.189Z | Compiling sync_wrapper v1.0.2 |
| 2076 | 2026-03-19T03:00:10.329Z | Compiling fs-err v3.3.0 |
| 2077 | 2026-03-19T03:00:10.359Z | Compiling ahash v0.8.12 |
| 2078 | 2026-03-19T03:00:10.462Z | Compiling adler2 v2.0.1 |
| 2079 | 2026-03-19T03:00:10.904Z | Compiling is_terminal_polyfill v1.70.2 |
| 2080 | 2026-03-19T03:00:10.912Z | Compiling unarray v0.1.4 |
| 2081 | 2026-03-19T03:00:10.912Z | Compiling unicode-bidi v0.3.18 |
| 2082 | 2026-03-19T03:00:10.912Z | Compiling unicode-properties v0.1.4 |
| 2083 | 2026-03-19T03:00:10.912Z | Compiling colorchoice v1.0.4 |
| 2084 | 2026-03-19T03:00:10.912Z | Compiling object v0.37.3 |
| 2085 | 2026-03-19T03:00:10.912Z | Compiling anstyle-query v1.1.5 |
| 2086 | 2026-03-19T03:00:10.975Z | Compiling anstream v0.6.21 |
| 2087 | 2026-03-19T03:00:10.992Z | Compiling proptest v1.10.0 |
| 2088 | 2026-03-19T03:00:11.066Z | Compiling stringprep v0.1.5 |
| 2089 | 2026-03-19T03:00:11.174Z | Compiling miniz_oxide v0.8.9 |
| 2090 | 2026-03-19T03:00:11.609Z | Compiling tower v0.5.3 |
| 2091 | 2026-03-19T03:00:11.699Z | Compiling derive_builder_macro v0.20.2 |
| 2092 | 2026-03-19T03:00:12.139Z | Compiling crossbeam-deque v0.8.6 |
| 2093 | 2026-03-19T03:00:12.262Z | Compiling heck v0.4.1 |
| 2094 | 2026-03-19T03:00:12.330Z | Compiling usdt-macro v0.6.0 |
| 2095 | 2026-03-19T03:00:12.347Z | Compiling usdt-attr-macro v0.6.0 |
| 2096 | 2026-03-19T03:00:12.569Z | Compiling http-body-util v0.1.3 |
| 2097 | 2026-03-19T03:00:12.605Z | Compiling webpki-roots v1.0.6 |
| 2098 | 2026-03-19T03:00:12.888Z | Compiling rand_chacha v0.3.1 |
| 2099 | 2026-03-19T03:00:12.946Z | Compiling erased-serde v0.3.31 |
| 2100 | 2026-03-19T03:00:12.970Z | Compiling md-5 v0.10.6 |
| 2101 | 2026-03-19T03:00:13.160Z | Compiling num-integer v0.1.46 |
| 2102 | 2026-03-19T03:00:13.183Z | Compiling hash32 v0.2.1 |
| 2103 | 2026-03-19T03:00:13.281Z | Compiling vergen-lib v0.1.6 |
| 2104 | 2026-03-19T03:00:13.349Z | Compiling ff v0.13.1 |
| 2105 | 2026-03-19T03:00:13.386Z | Compiling fallible-iterator v0.2.0 |
| 2106 | 2026-03-19T03:00:13.419Z | Compiling base16ct v0.2.0 |
| 2107 | 2026-03-19T03:00:13.460Z | Compiling zlib-rs v0.6.2 |
| 2108 | 2026-03-19T03:00:13.512Z | Compiling ryu v1.0.23 |
| 2109 | 2026-03-19T03:00:13.537Z | Compiling iri-string v0.7.10 |
| 2110 | 2026-03-19T03:00:13.624Z | Compiling psl-types v2.0.11 |
| 2111 | 2026-03-19T03:00:13.692Z | Compiling sec1 v0.7.3 |
| 2112 | 2026-03-19T03:00:13.716Z | Compiling serde_urlencoded v0.7.1 |
| 2113 | 2026-03-19T03:00:13.776Z | Compiling postgres-protocol v0.6.10 |
| 2114 | 2026-03-19T03:00:13.780Z | Compiling publicsuffix v2.3.0 |
| 2115 | 2026-03-19T03:00:13.849Z | Compiling num-iter v0.1.45 |
| 2116 | 2026-03-19T03:00:13.856Z | Compiling group v0.13.0 |
| 2117 | 2026-03-19T03:00:13.904Z | Compiling newtype-uuid v1.3.2 |
| 2118 | 2026-03-19T03:00:14.154Z | Compiling rand v0.8.5 |
| 2119 | 2026-03-19T03:00:14.395Z | Compiling oxnet v0.1.4 |
| 2120 | 2026-03-19T03:00:14.535Z | Compiling zone_cfg_derive v0.3.1 |
| 2121 | 2026-03-19T03:00:14.563Z | Compiling derive_builder v0.20.2 |
| 2122 | 2026-03-19T03:00:14.794Z | Compiling tokio-native-tls v0.3.1 |
| 2123 | 2026-03-19T03:00:14.942Z | Compiling phf_shared v0.13.1 |
| 2124 | 2026-03-19T03:00:15.083Z | Compiling lazy_static v1.5.0 |
| 2125 | 2026-03-19T03:00:15.143Z | Compiling terminal_size v0.4.3 |
| 2126 | 2026-03-19T03:00:15.166Z | Compiling serde_with_macros v3.17.0 |
| 2127 | 2026-03-19T03:00:15.175Z | Compiling cargo-platform v0.1.9 |
| 2128 | 2026-03-19T03:00:15.280Z | Compiling tower-http v0.6.8 |
| 2129 | 2026-03-19T03:00:15.363Z | Compiling hkdf v0.12.4 |
| 2130 | 2026-03-19T03:00:15.380Z | Compiling crypto-bigint v0.5.5 |
| 2131 | 2026-03-19T03:00:15.380Z | Compiling enum-as-inner v0.6.1 |
| 2132 | 2026-03-19T03:00:15.455Z | Compiling serde_repr v0.1.20 |
| 2133 | 2026-03-19T03:00:15.518Z | Compiling clap_derive v4.5.55 |
| 2134 | 2026-03-19T03:00:15.553Z | Compiling vergen v9.0.6 |
| 2135 | 2026-03-19T03:00:15.601Z | Compiling foldhash v0.1.5 |
| 2136 | 2026-03-19T03:00:15.765Z | Compiling bitflags v1.3.2 |
| 2137 | 2026-03-19T03:00:15.800Z | Compiling bumpalo v3.20.2 |
| 2138 | 2026-03-19T03:00:15.820Z | Compiling unicode-width v0.2.0 |
| 2139 | 2026-03-19T03:00:15.864Z | Compiling managed v0.8.0 |
| 2140 | 2026-03-19T03:00:16.029Z | Compiling libbz2-rs-sys v0.2.2 |
| 2141 | 2026-03-19T03:00:16.240Z | Compiling clap_lex v1.0.0 |
| 2142 | 2026-03-19T03:00:16.309Z | Compiling console v0.16.2 |
| 2143 | 2026-03-19T03:00:16.337Z | Compiling clap_builder v4.5.60 |
| 2144 | 2026-03-19T03:00:16.379Z | Compiling flate2 v1.1.9 |
| 2145 | 2026-03-19T03:00:16.575Z | Compiling bzip2 v0.6.1 |
| 2146 | 2026-03-19T03:00:16.733Z | Compiling elliptic-curve v0.13.8 |
| 2147 | 2026-03-19T03:00:16.870Z | Compiling zopfli v0.8.3 |
| 2148 | 2026-03-19T03:00:16.891Z | Compiling hashbrown v0.15.5 |
| 2149 | 2026-03-19T03:00:16.932Z | Compiling cargo_metadata v0.19.2 |
| 2150 | 2026-03-19T03:00:17.162Z | Compiling phf v0.13.1 |
| 2151 | 2026-03-19T03:00:17.309Z | Compiling hyper-tls v0.6.0 |
| 2152 | 2026-03-19T03:00:17.396Z | Compiling signal-hook-mio v0.2.5 |
| 2153 | 2026-03-19T03:00:17.532Z | Compiling rayon v1.11.0 |
| 2154 | 2026-03-19T03:00:17.568Z | Compiling daft v0.1.5 |
| 2155 | 2026-03-19T03:00:17.629Z | Compiling cookie_store v0.22.1 |
| 2156 | 2026-03-19T03:00:17.654Z | Compiling postgres-types v0.2.12 |
| 2157 | 2026-03-19T03:00:17.947Z | Compiling bzip2 v0.4.4 |
| 2158 | 2026-03-19T03:00:18.031Z | Compiling zstd v0.13.3 |
| 2159 | 2026-03-19T03:00:18.234Z | Compiling strum v0.27.2 |
| 2160 | 2026-03-19T03:00:18.454Z | Compiling hubpack v0.1.2 |
| 2161 | 2026-03-19T03:00:18.529Z | Compiling ed25519 v2.2.3 |
| 2162 | 2026-03-19T03:00:18.536Z | Compiling phf_shared v0.11.3 |
| 2163 | 2026-03-19T03:00:18.656Z | Compiling pkcs1 v0.7.5 |
| 2164 | 2026-03-19T03:00:18.792Z | Compiling serde-big-array v0.5.1 |
| 2165 | 2026-03-19T03:00:18.797Z | Compiling hex v0.4.3 |
| 2166 | 2026-03-19T03:00:18.913Z | Compiling rfc6979 v0.4.0 |
| 2167 | 2026-03-19T03:00:19.001Z | Compiling bstr v1.12.1 |
| 2168 | 2026-03-19T03:00:19.141Z | Compiling itertools v0.12.1 |
| 2169 | 2026-03-19T03:00:19.165Z | Compiling float-cmp v0.10.0 |
| 2170 | 2026-03-19T03:00:19.193Z | Compiling memmap2 v0.9.10 |
| 2171 | 2026-03-19T03:00:19.219Z | Compiling env_filter v1.0.0 |
| 2172 | 2026-03-19T03:00:19.269Z | Compiling encoding_rs v0.8.35 |
| 2173 | 2026-03-19T03:00:19.387Z | Compiling unit-prefix v0.5.2 |
| 2174 | 2026-03-19T03:00:19.474Z | Compiling precomputed-hash v0.1.1 |
| 2175 | 2026-03-19T03:00:19.506Z | Compiling normalize-line-endings v0.3.0 |
| 2176 | 2026-03-19T03:00:19.541Z | Compiling static_assertions v1.1.0 |
| 2177 | 2026-03-19T03:00:19.616Z | Compiling jiff v0.2.21 |
| 2178 | 2026-03-19T03:00:19.631Z | Compiling rustc-hash v2.1.1 |
| 2179 | 2026-03-19T03:00:19.635Z | Compiling whoami v2.1.0 |
| 2180 | 2026-03-19T03:00:19.694Z | Compiling predicates-core v1.0.10 |
| 2181 | 2026-03-19T03:00:19.704Z | Compiling mime v0.3.17 |
| 2182 | 2026-03-19T03:00:19.735Z | Compiling toml_write v0.1.2 |
| 2183 | 2026-03-19T03:00:19.822Z | Compiling fixedbitset v0.5.7 |
| 2184 | 2026-03-19T03:00:19.920Z | Compiling fixedbitset v0.4.2 |
| 2185 | 2026-03-19T03:00:20.023Z | Compiling keccak v0.1.6 |
| 2186 | 2026-03-19T03:00:20.075Z | Compiling data-encoding v2.10.0 |
| 2187 | 2026-03-19T03:00:20.175Z | Compiling new_debug_unreachable v1.0.6 |
| 2188 | 2026-03-19T03:00:20.236Z | Compiling difflib v0.4.0 |
| 2189 | 2026-03-19T03:00:20.258Z | Compiling sha3 v0.10.8 |
| 2190 | 2026-03-19T03:00:20.316Z | Compiling string_cache v0.8.9 |
| 2191 | 2026-03-19T03:00:20.548Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-03-19T03:00:20.703Z | Compiling predicates v3.1.4 |
| 2193 | 2026-03-19T03:00:20.752Z | Compiling petgraph v0.6.5 |
| 2194 | 2026-03-19T03:00:20.752Z | Compiling petgraph v0.8.3 |
| 2195 | 2026-03-19T03:00:20.883Z | Compiling zone v0.3.1 |
| 2196 | 2026-03-19T03:00:20.907Z | Compiling toml_edit v0.22.27 |
| 2197 | 2026-03-19T03:00:20.945Z | Compiling tokio-postgres v0.7.16 |
| 2198 | 2026-03-19T03:00:21.118Z | Compiling indicatif v0.18.4 |
| 2199 | 2026-03-19T03:00:21.279Z | Compiling iddqd v0.3.17 |
| 2200 | 2026-03-19T03:00:21.476Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2201 | 2026-03-19T03:00:21.754Z | Compiling similar v2.7.0 |
| 2202 | 2026-03-19T03:00:22.171Z | Compiling env_logger v0.11.9 |
| 2203 | 2026-03-19T03:00:22.718Z | Compiling usdt v0.6.0 |
| 2204 | 2026-03-19T03:00:23.151Z | Compiling serde_with v3.17.0 |
| 2205 | 2026-03-19T03:00:23.303Z | Compiling ecdsa v0.16.9 |
| 2206 | 2026-03-19T03:00:23.460Z | Compiling zip v4.6.1 |
| 2207 | 2026-03-19T03:00:23.830Z | Compiling rsa v0.9.10 |
| 2208 | 2026-03-19T03:00:24.213Z | Compiling ed25519-dalek v2.2.0 |
| 2209 | 2026-03-19T03:00:25.015Z | Compiling clap v4.5.60 |
| 2210 | 2026-03-19T03:00:25.059Z | Compiling crossterm v0.28.1 |
| 2211 | 2026-03-19T03:00:25.140Z | Compiling zip v0.6.6 |
| 2212 | 2026-03-19T03:00:25.249Z | Compiling strum v0.26.3 |
| 2213 | 2026-03-19T03:00:25.308Z | Compiling toml v0.7.8 |
| 2214 | 2026-03-19T03:00:25.439Z | Compiling tokio-stream v0.1.18 |
| 2215 | 2026-03-19T03:00:25.627Z | Compiling buf-list v1.1.2 |
| 2216 | 2026-03-19T03:00:25.842Z | Compiling x509-cert v0.2.5 |
| 2217 | 2026-03-19T03:00:26.076Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2218 | 2026-03-19T03:00:26.107Z | Compiling openapiv3 v2.2.0 |
| 2219 | 2026-03-19T03:00:26.285Z | Compiling sha1 v0.10.6 |
| 2220 | 2026-03-19T03:00:26.503Z | Compiling itertools v0.13.0 |
| 2221 | 2026-03-19T03:00:26.582Z | Compiling peg-runtime v0.8.5 |
| 2222 | 2026-03-19T03:00:26.907Z | Compiling lalrpop-util v0.19.12 |
| 2223 | 2026-03-19T03:00:42.710Z | Compiling macaddr v1.0.1 |
| 2224 | 2026-03-19T03:00:42.799Z | Compiling structmeta-derive v0.3.0 |
| 2225 | 2026-03-19T03:00:42.843Z | Compiling itertools v0.14.0 |
| 2226 | 2026-03-19T03:00:43.073Z | Compiling heapless v0.8.0 |
| 2227 | 2026-03-19T03:00:44.669Z | Compiling ingot-macros v0.1.1 |
| 2228 | 2026-03-19T03:00:45.085Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-03-19T03:00:48.140Z | Compiling rustls-webpki v0.103.9 |
| 2230 | 2026-03-19T03:00:49.492Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2231 | 2026-03-19T03:00:51.109Z | Compiling hash32 v0.3.1 |
| 2232 | 2026-03-19T03:00:51.333Z | Compiling smoltcp v0.11.0 |
| 2233 | 2026-03-19T03:00:51.358Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2234 | 2026-03-19T03:00:51.648Z | Compiling proc-macro-crate v3.4.0 |
| 2235 | 2026-03-19T03:00:51.725Z | Compiling ingot-types v0.1.2 |
| 2236 | 2026-03-19T03:00:51.885Z | Compiling cobs v0.3.0 |
| 2237 | 2026-03-19T03:00:52.142Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2238 | 2026-03-19T03:00:52.229Z | Compiling rustls v0.22.4 |
| 2239 | 2026-03-19T03:00:52.283Z | Compiling num_enum_derive v0.7.5 |
| 2240 | 2026-03-19T03:00:52.455Z | Compiling ingot v0.1.1 |
| 2241 | 2026-03-19T03:00:52.480Z | Compiling postcard v1.1.3 |
| 2242 | 2026-03-19T03:00:52.531Z | Compiling proc-macro-crate v1.3.1 |
| 2243 | 2026-03-19T03:00:52.579Z | Compiling rustls-webpki v0.102.8 |
| 2244 | 2026-03-19T03:00:52.608Z | Compiling futures-executor v0.3.32 |
| 2245 | 2026-03-19T03:00:52.860Z | Compiling foreign-types-macros v0.2.3 |
| 2246 | 2026-03-19T03:00:53.013Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-19T03:00:53.057Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2248 | 2026-03-19T03:00:53.240Z | Compiling tokio-rustls v0.26.4 |
| 2249 | 2026-03-19T03:00:53.399Z | Compiling rustls-platform-verifier v0.6.2 |
| 2250 | 2026-03-19T03:00:53.430Z | Compiling multer v3.1.0 |
| 2251 | 2026-03-19T03:00:53.631Z | Compiling hyper-rustls v0.27.7 |
| 2252 | 2026-03-19T03:00:53.653Z | Compiling thread_local v1.1.9 |
| 2253 | 2026-03-19T03:00:53.653Z | Compiling match_cfg v0.1.0 |
| 2254 | 2026-03-19T03:00:53.702Z | Compiling cpufeatures v0.3.0 |
| 2255 | 2026-03-19T03:00:53.719Z | Compiling typeid v1.0.3 |
| 2256 | 2026-03-19T03:00:53.719Z | Compiling foreign-types-shared v0.3.1 |
| 2257 | 2026-03-19T03:00:53.774Z | Compiling slog-async v2.8.0 |
| 2258 | 2026-03-19T03:00:53.804Z | Compiling chacha20 v0.10.0 |
| 2259 | 2026-03-19T03:00:53.897Z | Compiling foreign-types v0.5.0 |
| 2260 | 2026-03-19T03:00:54.019Z | Compiling reqwest v0.13.2 |
| 2261 | 2026-03-19T03:00:54.051Z | Compiling reqwest v0.12.28 |
| 2262 | 2026-03-19T03:00:54.102Z | Compiling hostname v0.3.1 |
| 2263 | 2026-03-19T03:00:54.235Z | Compiling num_enum v0.7.5 |
| 2264 | 2026-03-19T03:00:54.313Z | Compiling num_enum_derive v0.5.11 |
| 2265 | 2026-03-19T03:00:54.338Z | Compiling futures v0.3.32 |
| 2266 | 2026-03-19T03:00:54.502Z | Compiling derive-ex v0.1.8 |
| 2267 | 2026-03-19T03:00:54.575Z | Compiling tabwriter v1.4.1 |
| 2268 | 2026-03-19T03:00:54.644Z | Compiling slog-json v2.6.1 |
| 2269 | 2026-03-19T03:00:54.939Z | Compiling crossbeam-channel v0.5.15 |
| 2270 | 2026-03-19T03:00:54.999Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2271 | 2026-03-19T03:00:55.037Z | Compiling async-stream-impl v0.3.6 |
| 2272 | 2026-03-19T03:00:55.110Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2273 | 2026-03-19T03:00:55.580Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2274 | 2026-03-19T03:00:55.617Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2275 | 2026-03-19T03:00:55.657Z | Compiling serde_spanned v1.0.4 |
| 2276 | 2026-03-19T03:00:55.693Z | Compiling is-terminal v0.4.17 |
| 2277 | 2026-03-19T03:00:55.809Z | Compiling cstr-argument v0.1.2 |
| 2278 | 2026-03-19T03:00:55.838Z | Compiling dropshot v0.16.7 |
| 2279 | 2026-03-19T03:00:55.861Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2280 | 2026-03-19T03:00:55.887Z | Compiling term v1.2.1 |
| 2281 | 2026-03-19T03:00:55.911Z | Compiling crucible-workspace-hack v0.1.0 |
| 2282 | 2026-03-19T03:00:55.917Z | Compiling erased-serde v0.4.9 |
| 2283 | 2026-03-19T03:00:56.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2284 | 2026-03-19T03:00:56.118Z | Compiling take_mut v0.2.2 |
| 2285 | 2026-03-19T03:00:56.143Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2286 | 2026-03-19T03:00:56.211Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2287 | 2026-03-19T03:00:56.297Z | Compiling slog-term v2.9.2 |
| 2288 | 2026-03-19T03:00:56.401Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2289 | 2026-03-19T03:00:56.428Z | Compiling async-stream v0.3.6 |
| 2290 | 2026-03-19T03:00:56.454Z | Compiling num_enum v0.5.11 |
| 2291 | 2026-03-19T03:00:56.638Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2292 | 2026-03-19T03:00:56.662Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-03-19T03:00:56.702Z | Compiling slog-bunyan v2.5.0 |
| 2294 | 2026-03-19T03:00:56.832Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2295 | 2026-03-19T03:00:57.182Z | Compiling tokio-rustls v0.25.0 |
| 2296 | 2026-03-19T03:00:57.211Z | Compiling rand v0.10.0 |
| 2297 | 2026-03-19T03:00:57.512Z | Compiling parse-display-derive v0.10.0 |
| 2298 | 2026-03-19T03:00:57.535Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2299 | 2026-03-19T03:00:57.815Z | Compiling backon v1.6.0 |
| 2300 | 2026-03-19T03:00:57.870Z | Compiling waitgroup v0.1.2 |
| 2301 | 2026-03-19T03:00:57.978Z | Compiling newtype-uuid-macros v0.1.0 |
| 2302 | 2026-03-19T03:00:58.002Z | Compiling dropshot_endpoint v0.16.7 |
| 2303 | 2026-03-19T03:00:58.038Z | Compiling rustls-pemfile v2.2.0 |
| 2304 | 2026-03-19T03:00:58.100Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2305 | 2026-03-19T03:00:58.162Z | Compiling serde_path_to_error v0.1.20 |
| 2306 | 2026-03-19T03:00:58.186Z | Compiling hostname v0.4.2 |
| 2307 | 2026-03-19T03:00:58.275Z | Compiling instant v0.1.13 |
| 2308 | 2026-03-19T03:00:58.382Z | Compiling colored v3.1.1 |
| 2309 | 2026-03-19T03:00:58.443Z | Compiling libefi-sys v0.1.0 |
| 2310 | 2026-03-19T03:00:58.468Z | Compiling debug-ignore v1.0.5 |
| 2311 | 2026-03-19T03:00:58.517Z | Compiling backoff v0.4.0 |
| 2312 | 2026-03-19T03:00:58.546Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2313 | 2026-03-19T03:00:58.603Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2314 | 2026-03-19T03:00:58.825Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2315 | 2026-03-19T03:00:58.883Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2316 | 2026-03-19T03:00:58.962Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2317 | 2026-03-19T03:00:58.990Z | Compiling camino-tempfile v1.4.1 |
| 2318 | 2026-03-19T03:00:59.156Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2319 | 2026-03-19T03:00:59.298Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2320 | 2026-03-19T03:00:59.529Z | Compiling usdt-attr-macro v0.5.0 |
| 2321 | 2026-03-19T03:00:59.578Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-03-19T03:00:59.589Z | Compiling secrecy v0.10.3 |
| 2323 | 2026-03-19T03:00:59.607Z | Compiling parse-display v0.10.0 |
| 2324 | 2026-03-19T03:00:59.636Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2325 | 2026-03-19T03:00:59.816Z | Compiling num-derive v0.4.2 |
| 2326 | 2026-03-19T03:01:00.170Z | Compiling bitfield-struct v0.6.2 |
| 2327 | 2026-03-19T03:01:00.463Z | Compiling regress v0.10.5 |
| 2328 | 2026-03-19T03:01:00.505Z | Compiling ordered-float v2.10.1 |
| 2329 | 2026-03-19T03:01:00.527Z | Compiling blake3 v1.8.3 |
| 2330 | 2026-03-19T03:01:00.725Z | Compiling memmap v0.7.0 |
| 2331 | 2026-03-19T03:01:00.925Z | Compiling sigpipe v0.1.3 |
| 2332 | 2026-03-19T03:01:01.014Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2333 | 2026-03-19T03:01:01.042Z | Compiling glob v0.3.3 |
| 2334 | 2026-03-19T03:01:01.066Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2026-03-19T03:01:01.066Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2336 | 2026-03-19T03:01:01.163Z | Compiling usdt v0.5.0 |
| 2337 | 2026-03-19T03:01:01.324Z | Compiling serde-value v0.7.0 |
| 2338 | 2026-03-19T03:01:01.327Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2339 | 2026-03-19T03:01:01.370Z | Compiling serde-untagged v0.1.9 |
| 2340 | 2026-03-19T03:01:01.394Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2341 | 2026-03-19T03:01:01.663Z | Compiling toml v0.8.23 |
| 2342 | 2026-03-19T03:01:01.792Z | Compiling smf v0.2.3 |
| 2343 | 2026-03-19T03:01:01.863Z | Compiling filetime v0.2.27 |
| 2344 | 2026-03-19T03:01:01.912Z | Compiling whoami v1.6.1 |
| 2345 | 2026-03-19T03:01:01.972Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2346 | 2026-03-19T03:01:02.019Z | Compiling same-file v1.0.6 |
| 2347 | 2026-03-19T03:01:02.103Z | Compiling xattr v1.6.1 |
| 2348 | 2026-03-19T03:01:02.158Z | Compiling arrayref v0.3.9 |
| 2349 | 2026-03-19T03:01:02.240Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-03-19T03:01:02.244Z | Compiling constant_time_eq v0.4.2 |
| 2351 | 2026-03-19T03:01:02.244Z | Compiling unicode-xid v0.2.6 |
| 2352 | 2026-03-19T03:01:02.310Z | Compiling tar v0.4.44 |
| 2353 | 2026-03-19T03:01:02.314Z | Compiling walkdir v2.5.0 |
| 2354 | 2026-03-19T03:01:02.379Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-03-19T03:01:02.495Z | Compiling cargo-util-schemas v0.8.2 |
| 2356 | 2026-03-19T03:01:02.545Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2357 | 2026-03-19T03:01:02.583Z | Compiling tokio-dtrace v0.1.1 |
| 2358 | 2026-03-19T03:01:02.870Z | Compiling gethostname v0.5.0 |
| 2359 | 2026-03-19T03:01:03.021Z | Compiling cargo-platform v0.2.0 |
| 2360 | 2026-03-19T03:01:03.066Z | Compiling topological-sort v0.2.2 |
| 2361 | 2026-03-19T03:01:03.208Z | Compiling oxide-tokio-rt v0.1.3 |
| 2362 | 2026-03-19T03:01:03.258Z | Compiling indent_write v2.2.0 |
| 2363 | 2026-03-19T03:01:03.288Z | Compiling shell-words v1.1.1 |
| 2364 | 2026-03-19T03:01:03.296Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2365 | 2026-03-19T03:01:04.167Z | Compiling cargo_metadata v0.21.0 |
| 2366 | 2026-03-19T03:01:15.316Z | Compiling progenitor-client v0.13.0 |
| 2367 | 2026-03-19T03:01:15.336Z | Compiling progenitor-client v0.10.0 |
| 2368 | 2026-03-19T03:01:15.339Z | Compiling omicron-zone-package v0.12.2 |
| 2369 | 2026-03-19T03:01:15.443Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2370 | 2026-03-19T03:01:15.447Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2371 | 2026-03-19T03:01:15.447Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2372 | 2026-03-19T03:01:15.448Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2373 | 2026-03-19T03:01:15.675Z | Compiling progenitor-extras v0.1.1 |
| 2374 | 2026-03-19T03:01:15.959Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2375 | 2026-03-19T03:01:25.700Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2376 | 2026-03-19T03:01:27.027Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2377 | 2026-03-19T03:01:35.349Z | Finished `release` profile [optimized] target(s) in 1m 55s |
| 2378 | 2026-03-19T03:01:35.541Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2379 | 2026-03-19T03:01:35.613Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2380 | 2026-03-19T03:01:35.616Z | Created new build target 'test' and set it as active |
| 2381 | 2026-03-19T03:01:35.616Z | |
| 2382 | 2026-03-19T03:01:35.616Z | real 1:56.198126344 |
| 2383 | 2026-03-19T03:01:35.616Z | user 20:30.485147998 |
| 2384 | 2026-03-19T03:01:35.616Z | sys 3:10.283011145 |
| 2385 | 2026-03-19T03:01:35.616Z | trap 0.545145344 |
| 2386 | 2026-03-19T03:01:35.616Z | tflt 3.133670670 |
| 2387 | 2026-03-19T03:01:35.616Z | dflt 3.791009154 |
| 2388 | 2026-03-19T03:01:35.616Z | kflt 0.000346260 |
| 2389 | 2026-03-19T03:01:35.619Z | lock 1:05:15.287059813 |
| 2390 | 2026-03-19T03:01:35.619Z | slp 52:11.944676766 |
| 2391 | 2026-03-19T03:01:35.619Z | lat 48.341862940 |
| 2392 | 2026-03-19T03:01:35.619Z | stop 8:04.751429268 |
| 2393 | 2026-03-19T03:01:35.619Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2394 | 2026-03-19T03:01:36.841Z | Finished `release` profile [optimized] target(s) in 1.21s |
| 2395 | 2026-03-19T03:01:36.911Z | Running `target/release/omicron-package -t test package` |
| 2396 | 2026-03-19T03:01:36.980Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2397 | 2026-03-19T03:01:38.930Z | Compiling regress v0.10.5 |
| 2398 | 2026-03-19T03:01:38.930Z | Compiling heck v0.5.0 |
| 2399 | 2026-03-19T03:01:38.933Z | Compiling unsafe-libyaml v0.2.11 |
| 2400 | 2026-03-19T03:01:39.162Z | Compiling convert_case v0.4.0 |
| 2401 | 2026-03-19T03:01:39.656Z | Compiling half v2.7.1 |
| 2402 | 2026-03-19T03:01:39.661Z | Compiling ciborium-io v0.2.2 |
| 2403 | 2026-03-19T03:01:39.661Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2404 | 2026-03-19T03:01:39.661Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2405 | 2026-03-19T03:01:39.661Z | Compiling prettyplease v0.2.37 |
| 2406 | 2026-03-19T03:01:39.662Z | Compiling typify-impl v0.6.1 |
| 2407 | 2026-03-19T03:01:39.662Z | Compiling universal-hash v0.5.1 |
| 2408 | 2026-03-19T03:01:39.662Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2409 | 2026-03-19T03:01:39.662Z | Compiling unicode-width v0.1.14 |
| 2410 | 2026-03-19T03:01:39.662Z | Compiling opaque-debug v0.3.1 |
| 2411 | 2026-03-19T03:01:39.662Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-03-19T03:01:39.662Z | Compiling chacha20 v0.9.1 |
| 2413 | 2026-03-19T03:01:39.662Z | Compiling password-hash v0.5.0 |
| 2414 | 2026-03-19T03:01:39.662Z | Compiling poly1305 v0.8.0 |
| 2415 | 2026-03-19T03:01:39.689Z | Compiling ciborium-ll v0.2.2 |
| 2416 | 2026-03-19T03:01:39.692Z | Compiling derive_more v0.99.20 |
| 2417 | 2026-03-19T03:01:39.692Z | Compiling blake2 v0.10.6 |
| 2418 | 2026-03-19T03:01:39.781Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2419 | 2026-03-19T03:01:39.906Z | Compiling serde_yaml v0.9.34+deprecated |
| 2420 | 2026-03-19T03:01:39.952Z | Compiling ciborium v0.2.2 |
| 2421 | 2026-03-19T03:01:39.995Z | Compiling aead v0.5.2 |
| 2422 | 2026-03-19T03:01:40.127Z | Compiling is-terminal v0.4.17 |
| 2423 | 2026-03-19T03:01:40.177Z | Compiling swrite v0.1.0 |
| 2424 | 2026-03-19T03:01:40.231Z | Compiling chacha20poly1305 v0.10.1 |
| 2425 | 2026-03-19T03:01:40.280Z | Compiling argon2 v0.5.3 |
| 2426 | 2026-03-19T03:01:40.308Z | Compiling serde_spanned v1.0.4 |
| 2427 | 2026-03-19T03:01:40.486Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2428 | 2026-03-19T03:01:40.540Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-03-19T03:01:40.545Z | Compiling rustls v0.22.4 |
| 2430 | 2026-03-19T03:01:40.598Z | Compiling rustls-webpki v0.102.8 |
| 2431 | 2026-03-19T03:01:40.664Z | Compiling derive-where v1.6.0 |
| 2432 | 2026-03-19T03:01:40.799Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2433 | 2026-03-19T03:01:40.825Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2434 | 2026-03-19T03:01:40.864Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-03-19T03:01:40.881Z | Compiling match_cfg v0.1.0 |
| 2436 | 2026-03-19T03:01:40.956Z | Compiling thiserror-no-std v2.0.2 |
| 2437 | 2026-03-19T03:01:41.050Z | Compiling hostname v0.3.1 |
| 2438 | 2026-03-19T03:01:41.119Z | Compiling vsss-rs v3.3.4 |
| 2439 | 2026-03-19T03:01:41.246Z | Compiling multer v3.1.0 |
| 2440 | 2026-03-19T03:01:41.356Z | Compiling slog-async v2.8.0 |
| 2441 | 2026-03-19T03:01:41.382Z | Compiling slog-json v2.6.1 |
| 2442 | 2026-03-19T03:01:41.404Z | Compiling crossbeam-channel v0.5.15 |
| 2443 | 2026-03-19T03:01:41.427Z | Compiling futures-executor v0.3.32 |
| 2444 | 2026-03-19T03:01:41.570Z | Compiling term v1.2.1 |
| 2445 | 2026-03-19T03:01:41.629Z | Compiling take_mut v0.2.2 |
| 2446 | 2026-03-19T03:01:41.657Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2026-03-19T03:01:41.758Z | Compiling futures v0.3.32 |
| 2448 | 2026-03-19T03:01:41.827Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-03-19T03:01:41.859Z | Compiling dropshot v0.16.7 |
| 2450 | 2026-03-19T03:01:41.951Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2451 | 2026-03-19T03:01:41.981Z | Compiling slog-term v2.9.2 |
| 2452 | 2026-03-19T03:01:42.015Z | Compiling progenitor-client v0.13.0 |
| 2453 | 2026-03-19T03:01:42.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2454 | 2026-03-19T03:01:42.556Z | Compiling waitgroup v0.1.2 |
| 2455 | 2026-03-19T03:01:42.560Z | Compiling backon v1.6.0 |
| 2456 | 2026-03-19T03:01:42.560Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-03-19T03:01:42.560Z | Compiling hostname v0.4.2 |
| 2458 | 2026-03-19T03:01:42.560Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-19T03:01:42.560Z | Compiling instant v0.1.13 |
| 2460 | 2026-03-19T03:01:42.560Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-03-19T03:01:42.560Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2462 | 2026-03-19T03:01:42.560Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2463 | 2026-03-19T03:01:42.575Z | Compiling backoff v0.4.0 |
| 2464 | 2026-03-19T03:01:42.577Z | Compiling progenitor-extras v0.1.1 |
| 2465 | 2026-03-19T03:01:42.645Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-19T03:01:42.648Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2467 | 2026-03-19T03:01:42.648Z | Compiling progenitor-client v0.10.0 |
| 2468 | 2026-03-19T03:01:42.648Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2469 | 2026-03-19T03:01:42.777Z | Compiling macaddr v1.0.1 |
| 2470 | 2026-03-19T03:01:42.870Z | Compiling console v0.15.11 |
| 2471 | 2026-03-19T03:01:42.903Z | Compiling newline-converter v0.3.0 |
| 2472 | 2026-03-19T03:01:42.906Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2473 | 2026-03-19T03:01:42.906Z | Compiling atomicwrites v0.4.4 |
| 2474 | 2026-03-19T03:01:43.005Z | Compiling num-rational v0.4.2 |
| 2475 | 2026-03-19T03:01:43.085Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2476 | 2026-03-19T03:01:43.119Z | Compiling num-complex v0.4.6 |
| 2477 | 2026-03-19T03:01:43.678Z | Compiling slog-dtrace v0.3.0 |
| 2478 | 2026-03-19T03:01:43.687Z | Compiling async-recursion v1.1.1 |
| 2479 | 2026-03-19T03:01:43.687Z | Compiling float-ord v0.3.2 |
| 2480 | 2026-03-19T03:01:43.687Z | Compiling expectorate v1.2.0 |
| 2481 | 2026-03-19T03:01:43.687Z | Compiling cancel-safe-futures v0.1.5 |
| 2482 | 2026-03-19T03:01:43.687Z | Compiling owo-colors v4.3.0 |
| 2483 | 2026-03-19T03:01:43.845Z | Compiling tokio-rustls v0.25.0 |
| 2484 | 2026-03-19T03:01:43.891Z | Compiling num v0.4.3 |
| 2485 | 2026-03-19T03:01:44.056Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-03-19T03:01:44.090Z | Compiling resolv-conf v0.7.6 |
| 2487 | 2026-03-19T03:01:44.201Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2488 | 2026-03-19T03:01:44.266Z | Compiling libsw v3.5.0 |
| 2489 | 2026-03-19T03:01:44.332Z | Compiling toml v0.8.23 |
| 2490 | 2026-03-19T03:01:44.373Z | Compiling linear-map v1.2.0 |
| 2491 | 2026-03-19T03:01:44.511Z | Compiling linked-hash-map v0.5.6 |
| 2492 | 2026-03-19T03:01:44.549Z | Compiling minimal-lexical v0.2.1 |
| 2493 | 2026-03-19T03:01:44.634Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2494 | 2026-03-19T03:01:44.712Z | Compiling unicode-xid v0.2.6 |
| 2495 | 2026-03-19T03:01:44.896Z | Compiling nom v7.1.3 |
| 2496 | 2026-03-19T03:01:44.914Z | Compiling lru-cache v0.1.2 |
| 2497 | 2026-03-19T03:01:44.927Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2498 | 2026-03-19T03:01:44.946Z | Compiling globset v0.4.18 |
| 2499 | 2026-03-19T03:01:44.981Z | Compiling hickory-proto v0.24.4 |
| 2500 | 2026-03-19T03:01:45.134Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2501 | 2026-03-19T03:01:45.180Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2502 | 2026-03-19T03:01:45.420Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2503 | 2026-03-19T03:01:45.670Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-03-19T03:01:46.425Z | Compiling typify-macro v0.6.1 |
| 2505 | 2026-03-19T03:01:46.644Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2506 | 2026-03-19T03:01:46.780Z | Compiling convert_case v0.10.0 |
| 2507 | 2026-03-19T03:01:47.204Z | Compiling derive_more-impl v2.1.1 |
| 2508 | 2026-03-19T03:01:47.902Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2509 | 2026-03-19T03:01:48.210Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2510 | 2026-03-19T03:01:48.251Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2511 | 2026-03-19T03:01:48.286Z | Compiling pin-project-internal v1.1.11 |
| 2512 | 2026-03-19T03:01:48.446Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-03-19T03:01:48.599Z | Compiling typify v0.6.1 |
| 2514 | 2026-03-19T03:01:48.864Z | Compiling progenitor-impl v0.13.0 |
| 2515 | 2026-03-19T03:01:49.562Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2516 | 2026-03-19T03:01:49.765Z | Compiling pin-project v1.1.11 |
| 2517 | 2026-03-19T03:01:49.833Z | Compiling derive_more v2.1.1 |
| 2518 | 2026-03-19T03:01:49.957Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2519 | 2026-03-19T03:01:50.044Z | Compiling pem v3.0.6 |
| 2520 | 2026-03-19T03:01:50.137Z | Compiling qorb v0.4.1 |
| 2521 | 2026-03-19T03:01:50.851Z | Compiling snafu-derive v0.8.9 |
| 2522 | 2026-03-19T03:01:50.930Z | Compiling termtree v0.5.1 |
| 2523 | 2026-03-19T03:01:51.189Z | Compiling crossterm v0.29.0 |
| 2524 | 2026-03-19T03:01:51.573Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2525 | 2026-03-19T03:01:52.067Z | Compiling progenitor-macro v0.13.0 |
| 2526 | 2026-03-19T03:01:52.812Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2527 | 2026-03-19T03:01:53.207Z | Compiling snafu v0.8.9 |
| 2528 | 2026-03-19T03:01:54.014Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-03-19T03:01:54.353Z | Compiling olpc-cjson v0.1.4 |
| 2530 | 2026-03-19T03:01:54.381Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2531 | 2026-03-19T03:01:54.690Z | Compiling serde_plain v1.0.2 |
| 2532 | 2026-03-19T03:01:55.084Z | Compiling csv-core v0.1.13 |
| 2533 | 2026-03-19T03:01:55.117Z | Compiling vte v0.14.1 |
| 2534 | 2026-03-19T03:01:55.463Z | Compiling highway v1.3.0 |
| 2535 | 2026-03-19T03:01:55.652Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-03-19T03:01:55.760Z | Compiling chrono-tz v0.10.4 |
| 2537 | 2026-03-19T03:01:55.826Z | Compiling typed-path v0.9.3 |
| 2538 | 2026-03-19T03:01:56.113Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2539 | 2026-03-19T03:01:56.393Z | Compiling csv v1.4.0 |
| 2540 | 2026-03-19T03:01:56.493Z | Compiling strip-ansi-escapes v0.2.1 |
| 2541 | 2026-03-19T03:01:56.632Z | Compiling phf v0.12.1 |
| 2542 | 2026-03-19T03:01:56.907Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2543 | 2026-03-19T03:01:57.233Z | Compiling const_format_proc_macros v0.2.34 |
| 2544 | 2026-03-19T03:01:57.262Z | Compiling papergrid v0.11.0 |
| 2545 | 2026-03-19T03:01:57.448Z | Compiling tough v0.20.0 |
| 2546 | 2026-03-19T03:01:57.553Z | Compiling fd-lock v4.0.4 |
| 2547 | 2026-03-19T03:01:57.716Z | Compiling peg-macros v0.8.5 |
| 2548 | 2026-03-19T03:01:57.809Z | Compiling tabled_derive v0.7.0 |
| 2549 | 2026-03-19T03:01:58.135Z | Compiling progenitor v0.13.0 |
| 2550 | 2026-03-19T03:01:58.401Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-03-19T03:01:58.718Z | Compiling nu-ansi-term v0.50.3 |
| 2552 | 2026-03-19T03:01:59.239Z | Compiling tabled v0.15.0 |
| 2553 | 2026-03-19T03:01:59.338Z | Compiling reedline v0.40.0 |
| 2554 | 2026-03-19T03:01:59.484Z | Compiling peg v0.8.5 |
| 2555 | 2026-03-19T03:01:59.545Z | Compiling const_format v0.2.35 |
| 2556 | 2026-03-19T03:01:59.660Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2557 | 2026-03-19T03:02:00.160Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2558 | 2026-03-19T03:02:00.198Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-03-19T03:02:01.516Z | Compiling bcs v0.1.6 |
| 2560 | 2026-03-19T03:02:01.873Z | Compiling semver v0.1.20 |
| 2561 | 2026-03-19T03:02:02.088Z | Compiling base64 v0.21.7 |
| 2562 | 2026-03-19T03:02:02.278Z | Compiling rustc_version v0.1.7 |
| 2563 | 2026-03-19T03:02:02.597Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-03-19T03:02:02.795Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-19T03:02:02.874Z | Compiling typify-impl v0.4.3 |
| 2566 | 2026-03-19T03:02:03.099Z | Compiling unicode-linebreak v0.1.5 |
| 2567 | 2026-03-19T03:02:03.518Z | Compiling humantime v2.3.0 |
| 2568 | 2026-03-19T03:02:03.730Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-03-19T03:02:03.951Z | Compiling smawk v0.3.2 |
| 2570 | 2026-03-19T03:02:04.121Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2571 | 2026-03-19T03:02:04.153Z | Compiling textwrap v0.16.2 |
| 2572 | 2026-03-19T03:02:04.158Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2573 | 2026-03-19T03:02:04.219Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2574 | 2026-03-19T03:02:04.397Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2575 | 2026-03-19T03:02:04.793Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2576 | 2026-03-19T03:02:04.921Z | Compiling steno v0.4.1 |
| 2577 | 2026-03-19T03:02:06.220Z | Compiling utf-8 v0.7.6 |
| 2578 | 2026-03-19T03:02:06.532Z | Compiling tagptr v0.2.0 |
| 2579 | 2026-03-19T03:02:06.646Z | Compiling tungstenite v0.21.0 |
| 2580 | 2026-03-19T03:02:06.793Z | Compiling moka v0.12.13 |
| 2581 | 2026-03-19T03:02:07.243Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2582 | 2026-03-19T03:02:07.468Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-03-19T03:02:07.976Z | Compiling radium v0.7.0 |
| 2584 | 2026-03-19T03:02:08.167Z | Compiling typify-macro v0.4.3 |
| 2585 | 2026-03-19T03:02:08.352Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-03-19T03:02:08.609Z | Compiling tap v1.0.1 |
| 2587 | 2026-03-19T03:02:08.793Z | Compiling maybe-uninit v2.0.0 |
| 2588 | 2026-03-19T03:02:09.008Z | Compiling wyz v0.5.1 |
| 2589 | 2026-03-19T03:02:09.362Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2026-03-19T03:02:09.440Z | Compiling display-error-chain v0.2.2 |
| 2591 | 2026-03-19T03:02:09.566Z | Compiling funty v2.0.0 |
| 2592 | 2026-03-19T03:02:09.660Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-03-19T03:02:09.684Z | Compiling crc-catalog v2.4.0 |
| 2594 | 2026-03-19T03:02:09.881Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2595 | 2026-03-19T03:02:10.080Z | Compiling crc v3.4.0 |
| 2596 | 2026-03-19T03:02:10.332Z | Compiling typify v0.4.3 |
| 2597 | 2026-03-19T03:02:10.406Z | Compiling zerocopy v0.6.6 |
| 2598 | 2026-03-19T03:02:10.518Z | Compiling progenitor-impl v0.10.0 |
| 2599 | 2026-03-19T03:02:10.895Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2600 | 2026-03-19T03:02:10.976Z | Compiling bitvec v1.0.1 |
| 2601 | 2026-03-19T03:02:13.161Z | Compiling packed_struct_codegen v0.10.1 |
| 2602 | 2026-03-19T03:02:13.497Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-03-19T03:02:13.618Z | Compiling progenitor-macro v0.10.0 |
| 2604 | 2026-03-19T03:02:13.800Z | Compiling indexmap v1.9.3 |
| 2605 | 2026-03-19T03:02:14.039Z | Compiling nodrop v0.1.14 |
| 2606 | 2026-03-19T03:02:14.204Z | Compiling array-init v0.0.4 |
| 2607 | 2026-03-19T03:02:14.455Z | Compiling bitfield v0.19.4 |
| 2608 | 2026-03-19T03:02:14.856Z | Compiling smallvec v0.6.14 |
| 2609 | 2026-03-19T03:02:14.921Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2610 | 2026-03-19T03:02:15.216Z | Compiling num-derive v0.3.3 |
| 2611 | 2026-03-19T03:02:15.447Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2612 | 2026-03-19T03:02:15.949Z | Compiling hashbrown v0.12.3 |
| 2613 | 2026-03-19T03:02:15.983Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-03-19T03:02:16.176Z | Compiling serde-hex v0.1.0 |
| 2615 | 2026-03-19T03:02:16.410Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2616 | 2026-03-19T03:02:16.446Z | Compiling libscf-sys v1.1.0 |
| 2617 | 2026-03-19T03:02:16.736Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2618 | 2026-03-19T03:02:16.779Z | Compiling ron v0.8.1 |
| 2619 | 2026-03-19T03:02:16.812Z | Compiling hashbrown v0.13.2 |
| 2620 | 2026-03-19T03:02:16.881Z | Compiling vergen-gitcl v1.0.8 |
| 2621 | 2026-03-19T03:02:17.180Z | Compiling dirs-sys-next v0.1.2 |
| 2622 | 2026-03-19T03:02:17.426Z | Compiling glob v0.3.3 |
| 2623 | 2026-03-19T03:02:17.546Z | Compiling diesel_derives v2.3.7 |
| 2624 | 2026-03-19T03:02:17.655Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-03-19T03:02:17.828Z | Compiling maplit v1.0.2 |
| 2626 | 2026-03-19T03:02:17.938Z | Compiling crc-any v2.5.0 |
| 2627 | 2026-03-19T03:02:17.988Z | Compiling clang-sys v1.8.1 |
| 2628 | 2026-03-19T03:02:18.125Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2026-03-19T03:02:18.367Z | Compiling object v0.30.4 |
| 2630 | 2026-03-19T03:02:18.511Z | Compiling dirs-next v2.0.0 |
| 2631 | 2026-03-19T03:02:18.599Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-03-19T03:02:18.603Z | Compiling tabled_derive v0.11.0 |
| 2633 | 2026-03-19T03:02:18.717Z | Compiling papergrid v0.17.0 |
| 2634 | 2026-03-19T03:02:19.027Z | Compiling testing_table v0.3.0 |
| 2635 | 2026-03-19T03:02:19.233Z | Compiling dsl_auto_type v0.2.0 |
| 2636 | 2026-03-19T03:02:19.265Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-03-19T03:02:19.521Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2638 | 2026-03-19T03:02:19.627Z | Compiling tiny-keccak v2.0.2 |
| 2639 | 2026-03-19T03:02:19.668Z | Compiling progenitor v0.10.0 |
| 2640 | 2026-03-19T03:02:19.810Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-03-19T03:02:19.868Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2642 | 2026-03-19T03:02:19.900Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-03-19T03:02:19.980Z | Compiling term v0.7.0 |
| 2644 | 2026-03-19T03:02:20.168Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2645 | 2026-03-19T03:02:20.226Z | Compiling arc-swap v1.8.2 |
| 2646 | 2026-03-19T03:02:20.272Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-19T03:02:20.320Z | Compiling downcast-rs v2.0.2 |
| 2648 | 2026-03-19T03:02:20.522Z | Compiling tabled v0.20.0 |
| 2649 | 2026-03-19T03:02:20.574Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-03-19T03:02:20.682Z | Compiling bit-vec v0.6.3 |
| 2651 | 2026-03-19T03:02:20.737Z | Compiling slog-scope v4.4.1 |
| 2652 | 2026-03-19T03:02:20.872Z | Compiling ascii-canvas v3.0.0 |
| 2653 | 2026-03-19T03:02:21.008Z | Compiling bit-set v0.5.3 |
| 2654 | 2026-03-19T03:02:21.085Z | Compiling xshell v0.2.7 |
| 2655 | 2026-03-19T03:02:21.261Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2656 | 2026-03-19T03:02:21.319Z | Compiling itertools v0.10.5 |
| 2657 | 2026-03-19T03:02:21.551Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2658 | 2026-03-19T03:02:21.879Z | Compiling ena v0.14.4 |
| 2659 | 2026-03-19T03:02:22.085Z | Compiling libloading v0.8.9 |
| 2660 | 2026-03-19T03:02:22.214Z | Compiling unicase v2.9.0 |
| 2661 | 2026-03-19T03:02:22.398Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-19T03:02:22.619Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2663 | 2026-03-19T03:02:22.751Z | Compiling regex-syntax v0.6.29 |
| 2664 | 2026-03-19T03:02:22.783Z | Compiling bindgen v0.71.1 |
| 2665 | 2026-03-19T03:02:23.197Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-03-19T03:02:24.740Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2667 | 2026-03-19T03:02:25.073Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-03-19T03:02:25.544Z | Compiling slog-stdlog v4.1.1 |
| 2669 | 2026-03-19T03:02:26.130Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2670 | 2026-03-19T03:02:26.160Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2671 | 2026-03-19T03:02:26.720Z | Compiling diesel v2.3.7 |
| 2672 | 2026-03-19T03:02:26.940Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2673 | 2026-03-19T03:02:27.328Z | Compiling cexpr v0.6.0 |
| 2674 | 2026-03-19T03:02:27.598Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2675 | 2026-03-19T03:02:27.632Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2676 | 2026-03-19T03:02:27.874Z | Compiling crc8 v0.1.1 |
| 2677 | 2026-03-19T03:02:27.908Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2678 | 2026-03-19T03:02:28.049Z | Compiling slog-envlogger v2.2.0 |
| 2679 | 2026-03-19T03:02:28.264Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2680 | 2026-03-19T03:02:28.560Z | Compiling headers-core v0.3.0 |
| 2681 | 2026-03-19T03:02:28.763Z | Compiling libxml v0.3.3 |
| 2682 | 2026-03-19T03:02:29.103Z | Compiling headers v0.4.1 |
| 2683 | 2026-03-19T03:02:29.209Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2684 | 2026-03-19T03:02:29.587Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2685 | 2026-03-19T03:02:29.873Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2686 | 2026-03-19T03:02:30.467Z | Compiling strum_macros v0.24.3 |
| 2687 | 2026-03-19T03:02:30.566Z | Compiling indoc v1.0.9 |
| 2688 | 2026-03-19T03:02:30.997Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2689 | 2026-03-19T03:02:31.149Z | Compiling derive_builder v0.20.2 |
| 2690 | 2026-03-19T03:02:31.293Z | Compiling oso-derive v0.27.3 |
| 2691 | 2026-03-19T03:02:31.331Z | Compiling quick-xml v0.37.5 |
| 2692 | 2026-03-19T03:02:31.372Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2693 | 2026-03-19T03:02:31.732Z | Compiling openssl-probe v0.1.6 |
| 2694 | 2026-03-19T03:02:31.978Z | Compiling half v1.8.3 |
| 2695 | 2026-03-19T03:02:32.140Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2696 | 2026-03-19T03:02:32.221Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-19T03:02:32.421Z | Compiling serde_cbor v0.11.2 |
| 2698 | 2026-03-19T03:02:32.595Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2699 | 2026-03-19T03:02:33.093Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2700 | 2026-03-19T03:02:33.242Z | Compiling bb8 v0.8.6 |
| 2701 | 2026-03-19T03:02:33.396Z | Compiling trait-variant v0.1.2 |
| 2702 | 2026-03-19T03:02:33.485Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-03-19T03:02:33.679Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2704 | 2026-03-19T03:02:33.792Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2705 | 2026-03-19T03:02:34.149Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2706 | 2026-03-19T03:02:34.193Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-03-19T03:02:34.382Z | Compiling fxhash v0.2.1 |
| 2708 | 2026-03-19T03:02:34.525Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2709 | 2026-03-19T03:02:34.658Z | Compiling kstat-rs v0.2.4 |
| 2710 | 2026-03-19T03:02:34.877Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-03-19T03:02:34.898Z | Compiling samael v0.0.19 |
| 2712 | 2026-03-19T03:02:34.947Z | Compiling salty v0.3.0 |
| 2713 | 2026-03-19T03:02:34.982Z | Compiling nonempty v0.12.0 |
| 2714 | 2026-03-19T03:02:35.299Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-03-19T03:02:35.450Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2716 | 2026-03-19T03:02:35.538Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2717 | 2026-03-19T03:02:35.606Z | Compiling progenitor-impl v0.11.2 |
| 2718 | 2026-03-19T03:02:35.767Z | Compiling darling_core v0.23.0 |
| 2719 | 2026-03-19T03:02:35.991Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-03-19T03:02:36.367Z | Compiling fs-err v2.11.0 |
| 2721 | 2026-03-19T03:02:36.446Z | Compiling polar-core v0.27.3 |
| 2722 | 2026-03-19T03:02:36.676Z | Compiling parking_lot_core v0.8.6 |
| 2723 | 2026-03-19T03:02:36.786Z | Compiling mime_guess v2.0.5 |
| 2724 | 2026-03-19T03:02:37.280Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2725 | 2026-03-19T03:02:37.496Z | Compiling flume v0.11.1 |
| 2726 | 2026-03-19T03:02:38.028Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2727 | 2026-03-19T03:02:38.877Z | Compiling progenitor-macro v0.11.2 |
| 2728 | 2026-03-19T03:02:39.131Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-03-19T03:02:39.801Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2730 | 2026-03-19T03:02:40.497Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2731 | 2026-03-19T03:02:40.534Z | Compiling progenitor-client v0.11.2 |
| 2732 | 2026-03-19T03:02:41.488Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2733 | 2026-03-19T03:02:42.269Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2734 | 2026-03-19T03:02:42.738Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2735 | 2026-03-19T03:02:43.330Z | Compiling git-stub v1.0.0 |
| 2736 | 2026-03-19T03:02:43.705Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2737 | 2026-03-19T03:02:44.255Z | Compiling instability v0.3.11 |
| 2738 | 2026-03-19T03:02:44.900Z | Compiling progenitor v0.11.2 |
| 2739 | 2026-03-19T03:02:45.132Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2740 | 2026-03-19T03:02:47.171Z | Compiling git-stub-vcs v0.1.0 |
| 2741 | 2026-03-19T03:02:47.278Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2742 | 2026-03-19T03:02:47.663Z | Compiling darling v0.23.0 |
| 2743 | 2026-03-19T03:02:47.807Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2744 | 2026-03-19T03:02:49.907Z | Compiling oso v0.27.3 |
| 2745 | 2026-03-19T03:02:51.323Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2746 | 2026-03-19T03:02:51.355Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2747 | 2026-03-19T03:02:51.388Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2748 | 2026-03-19T03:02:52.610Z | Compiling async-bb8-diesel v0.2.1 |
| 2749 | 2026-03-19T03:02:52.861Z | Compiling diesel-dtrace v0.5.0 |
| 2750 | 2026-03-19T03:02:52.892Z | Compiling ignore v0.4.25 |
| 2751 | 2026-03-19T03:02:53.269Z | Compiling primeorder v0.13.6 |
| 2752 | 2026-03-19T03:02:53.776Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-03-19T03:02:55.283Z | Compiling castaway v0.2.4 |
| 2754 | 2026-03-19T03:02:55.316Z | Compiling nibble_vec v0.1.0 |
| 2755 | 2026-03-19T03:02:55.486Z | Compiling atty v0.2.14 |
| 2756 | 2026-03-19T03:02:55.569Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-03-19T03:02:55.669Z | Compiling endian-type v0.1.2 |
| 2758 | 2026-03-19T03:02:55.702Z | Compiling indoc v2.0.7 |
| 2759 | 2026-03-19T03:02:55.879Z | Compiling parse-size v1.1.0 |
| 2760 | 2026-03-19T03:02:55.916Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2761 | 2026-03-19T03:02:56.153Z | Compiling http-range v0.1.5 |
| 2762 | 2026-03-19T03:02:56.277Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2763 | 2026-03-19T03:02:56.432Z | Compiling radix_trie v0.2.1 |
| 2764 | 2026-03-19T03:02:56.582Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-03-19T03:02:57.044Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-03-19T03:02:57.235Z | Compiling globwalk v0.9.1 |
| 2767 | 2026-03-19T03:02:58.121Z | Compiling p384 v0.13.1 |
| 2768 | 2026-03-19T03:02:58.325Z | Compiling parking_lot v0.11.2 |
| 2769 | 2026-03-19T03:02:59.469Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2770 | 2026-03-19T03:02:59.517Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-03-19T03:02:59.725Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2772 | 2026-03-19T03:03:00.118Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-03-19T03:03:00.219Z | Compiling predicates-tree v1.0.13 |
| 2774 | 2026-03-19T03:03:00.459Z | Compiling unicode-truncate v1.1.0 |
| 2775 | 2026-03-19T03:03:00.728Z | Compiling lru v0.12.5 |
| 2776 | 2026-03-19T03:03:00.799Z | Compiling prefix-trie v0.7.0 |
| 2777 | 2026-03-19T03:03:00.976Z | Compiling vergen-git2 v1.0.7 |
| 2778 | 2026-03-19T03:03:01.068Z | Compiling cassowary v0.3.0 |
| 2779 | 2026-03-19T03:03:01.254Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2780 | 2026-03-19T03:03:01.463Z | Compiling hickory-server v0.25.2 |
| 2781 | 2026-03-19T03:03:01.998Z | Compiling ratatui v0.29.0 |
| 2782 | 2026-03-19T03:03:02.250Z | Compiling camino-tempfile-ext v0.3.3 |
| 2783 | 2026-03-19T03:03:02.754Z | Compiling hyper-staticfile v0.10.1 |
| 2784 | 2026-03-19T03:03:03.109Z | Compiling sled v0.34.7 |
| 2785 | 2026-03-19T03:03:04.311Z | Compiling hickory-client v0.25.2 |
| 2786 | 2026-03-19T03:03:04.348Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-03-19T03:03:04.979Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2788 | 2026-03-19T03:03:05.180Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-03-19T03:03:05.304Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2790 | 2026-03-19T03:03:05.468Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2791 | 2026-03-19T03:03:06.225Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2792 | 2026-03-19T03:03:06.414Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2793 | 2026-03-19T03:03:07.129Z | Compiling rand_seeder v0.4.0 |
| 2794 | 2026-03-19T03:03:07.346Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2795 | 2026-03-19T03:03:07.465Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-03-19T03:03:07.658Z | Compiling lzma-sys v0.1.20 |
| 2797 | 2026-03-19T03:03:08.067Z | Compiling rustls v0.21.12 |
| 2798 | 2026-03-19T03:03:08.154Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2799 | 2026-03-19T03:03:08.203Z | Compiling corncobs v0.1.4 |
| 2800 | 2026-03-19T03:03:08.401Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2801 | 2026-03-19T03:03:08.570Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2802 | 2026-03-19T03:03:08.604Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2803 | 2026-03-19T03:03:08.635Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2804 | 2026-03-19T03:03:08.838Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2805 | 2026-03-19T03:03:09.030Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2806 | 2026-03-19T03:03:09.317Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2807 | 2026-03-19T03:03:09.347Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2808 | 2026-03-19T03:03:09.657Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2809 | 2026-03-19T03:03:09.716Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-03-19T03:03:12.755Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-03-19T03:03:13.398Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-03-19T03:03:13.678Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2813 | 2026-03-19T03:03:13.697Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2814 | 2026-03-19T03:03:13.994Z | Compiling cargo_toml v0.22.3 |
| 2815 | 2026-03-19T03:03:14.035Z | Compiling sct v0.7.1 |
| 2816 | 2026-03-19T03:03:14.386Z | Compiling rustls-webpki v0.101.7 |
| 2817 | 2026-03-19T03:03:15.392Z | Compiling nix v0.29.0 |
| 2818 | 2026-03-19T03:03:15.924Z | Compiling secrecy v0.8.0 |
| 2819 | 2026-03-19T03:03:16.166Z | Compiling void v1.0.2 |
| 2820 | 2026-03-19T03:03:16.359Z | Compiling lzss v0.8.2 |
| 2821 | 2026-03-19T03:03:16.639Z | Compiling git2 v0.20.4 |
| 2822 | 2026-03-19T03:03:16.954Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2823 | 2026-03-19T03:03:17.108Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2824 | 2026-03-19T03:03:17.421Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2825 | 2026-03-19T03:03:17.455Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2826 | 2026-03-19T03:03:17.490Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2827 | 2026-03-19T03:03:18.349Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-03-19T03:03:18.532Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2829 | 2026-03-19T03:03:19.347Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2830 | 2026-03-19T03:03:19.378Z | Compiling tungstenite v0.23.0 |
| 2831 | 2026-03-19T03:03:19.663Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2832 | 2026-03-19T03:03:19.734Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2833 | 2026-03-19T03:03:20.031Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2834 | 2026-03-19T03:03:20.318Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2835 | 2026-03-19T03:03:20.611Z | Compiling nix v0.27.1 |
| 2836 | 2026-03-19T03:03:20.757Z | Compiling serde_bytes v0.11.19 |
| 2837 | 2026-03-19T03:03:21.190Z | Compiling tokio-tungstenite v0.23.1 |
| 2838 | 2026-03-19T03:03:21.258Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2839 | 2026-03-19T03:03:21.340Z | Compiling tokio-rustls v0.24.1 |
| 2840 | 2026-03-19T03:03:21.646Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2841 | 2026-03-19T03:03:21.721Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2842 | 2026-03-19T03:03:22.206Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2843 | 2026-03-19T03:03:22.455Z | Compiling ron v0.12.0 |
| 2844 | 2026-03-19T03:03:22.859Z | Compiling xz2 v0.1.7 |
| 2845 | 2026-03-19T03:03:23.619Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2846 | 2026-03-19T03:03:24.889Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2847 | 2026-03-19T03:03:25.137Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2848 | 2026-03-19T03:03:27.714Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2849 | 2026-03-19T03:03:27.745Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2850 | 2026-03-19T03:03:28.949Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2851 | 2026-03-19T03:03:30.644Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2852 | 2026-03-19T03:03:30.688Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2853 | 2026-03-19T03:03:30.963Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2854 | 2026-03-19T03:03:31.954Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2855 | 2026-03-19T03:03:32.157Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2856 | 2026-03-19T03:03:32.775Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2857 | 2026-03-19T03:03:34.734Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2858 | 2026-03-19T03:03:35.565Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2859 | 2026-03-19T03:03:36.482Z | Compiling rustls-pemfile v1.0.4 |
| 2860 | 2026-03-19T03:03:37.001Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2861 | 2026-03-19T03:03:37.364Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2862 | 2026-03-19T03:03:37.699Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2863 | 2026-03-19T03:03:37.996Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2864 | 2026-03-19T03:03:38.787Z | Compiling signal-hook-tokio v0.3.1 |
| 2865 | 2026-03-19T03:03:38.818Z | Compiling twox-hash v2.1.2 |
| 2866 | 2026-03-19T03:03:38.929Z | Compiling yasna v0.5.2 |
| 2867 | 2026-03-19T03:03:39.020Z | Compiling base16ct v1.0.0 |
| 2868 | 2026-03-19T03:03:39.060Z | Compiling is_ci v1.2.0 |
| 2869 | 2026-03-19T03:03:39.499Z | Compiling supports-color v3.0.2 |
| 2870 | 2026-03-19T03:03:39.868Z | Compiling rcgen v0.12.1 |
| 2871 | 2026-03-19T03:03:40.657Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2872 | 2026-03-19T03:03:40.882Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2873 | 2026-03-19T03:03:40.928Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2874 | 2026-03-19T03:03:42.042Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2875 | 2026-03-19T03:03:42.074Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2876 | 2026-03-19T03:03:42.378Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2877 | 2026-03-19T03:03:44.905Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2878 | 2026-03-19T03:03:45.368Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2879 | 2026-03-19T03:03:45.571Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2880 | 2026-03-19T03:03:46.287Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2881 | 2026-03-19T03:03:48.574Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2882 | 2026-03-19T03:03:48.865Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2883 | 2026-03-19T03:03:49.231Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2884 | 2026-03-19T03:03:49.403Z | Compiling fatfs v0.3.6 |
| 2885 | 2026-03-19T03:03:49.545Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2886 | 2026-03-19T03:03:50.604Z | Compiling rtoolbox v0.0.3 |
| 2887 | 2026-03-19T03:03:50.967Z | Compiling subprocess v0.2.15 |
| 2888 | 2026-03-19T03:03:51.048Z | Compiling seq-macro v0.3.6 |
| 2889 | 2026-03-19T03:03:51.714Z | Compiling assert_matches v1.5.0 |
| 2890 | 2026-03-19T03:03:51.768Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2891 | 2026-03-19T03:03:51.885Z | Compiling rpassword v7.4.0 |
| 2892 | 2026-03-19T03:03:52.359Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2893 | 2026-03-19T03:03:53.777Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2894 | 2026-03-19T03:03:54.674Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2895 | 2026-03-19T03:03:55.261Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2896 | 2026-03-19T03:03:55.432Z | Compiling tui-tree-widget v0.23.1 |
| 2897 | 2026-03-19T03:03:55.809Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2898 | 2026-03-19T03:03:57.355Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2899 | 2026-03-19T03:03:57.712Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2900 | 2026-03-19T03:03:58.021Z | Compiling uzers v0.12.2 |
| 2901 | 2026-03-19T03:03:58.566Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2902 | 2026-03-19T03:03:59.899Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2903 | 2026-03-19T03:04:01.293Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2904 | 2026-03-19T03:04:03.617Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2905 | 2026-03-19T03:04:04.053Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2906 | 2026-03-19T03:04:06.754Z | Compiling support-bundle-viewer v0.1.2 |
| 2907 | 2026-03-19T03:04:06.815Z | Compiling multimap v0.10.1 |
| 2908 | 2026-03-19T03:04:30.783Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-03-19T03:04:31.797Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-03-19T03:04:35.246Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2911 | 2026-03-19T03:11:48.778Z | Finished `release` profile [optimized] target(s) in 10m 11s |
| 2912 | 2026-03-19T03:12:41.892Z | |
| 2913 | 2026-03-19T03:12:41.898Z | real 11:06.162480047 |
| 2914 | 2026-03-19T03:12:41.898Z | user 1:42:27.312543174 |
| 2915 | 2026-03-19T03:12:41.898Z | sys 4:17.933118397 |
| 2916 | 2026-03-19T03:12:41.898Z | trap 2.335524923 |
| 2917 | 2026-03-19T03:12:41.898Z | tflt 2.522030046 |
| 2918 | 2026-03-19T03:12:41.898Z | dflt 18.459859783 |
| 2919 | 2026-03-19T03:12:41.899Z | kflt 0.010445340 |
| 2920 | 2026-03-19T03:12:41.899Z | lock 8:35:32.171323138 |
| 2921 | 2026-03-19T03:12:41.899Z | slp 2:51:44.143045478 |
| 2922 | 2026-03-19T03:12:41.899Z | lat 2:48.998675164 |
| 2923 | 2026-03-19T03:12:41.899Z | stop 7:16.272084882 |
| 2924 | 2026-03-19T03:12:41.899Z | + mapfile -t packages |
| 2925 | 2026-03-19T03:12:41.899Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2926 | 2026-03-19T03:12:43.171Z | Finished `release` profile [optimized] target(s) in 1.27s |
| 2927 | 2026-03-19T03:12:43.242Z | Running `target/release/omicron-package -t test list-outputs` |
| 2928 | 2026-03-19T03:12:43.305Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2929 | 2026-03-19T03:12:43.309Z | + ptime -m cargo build --locked --release -p xtask |
| 2930 | 2026-03-19T03:12:44.024Z | Compiling libc v0.2.180 |
| 2931 | 2026-03-19T03:12:44.025Z | Compiling serde v1.0.228 |
| 2932 | 2026-03-19T03:12:44.029Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-03-19T03:12:44.145Z | Compiling rustix v1.1.3 |
| 2934 | 2026-03-19T03:12:44.155Z | Compiling bitflags v2.11.0 |
| 2935 | 2026-03-19T03:12:44.168Z | Compiling serde_json v1.0.149 |
| 2936 | 2026-03-19T03:12:44.208Z | Compiling num-traits v0.2.19 |
| 2937 | 2026-03-19T03:12:44.221Z | Compiling syn v2.0.117 |
| 2938 | 2026-03-19T03:12:44.235Z | Compiling smallvec v1.15.1 |
| 2939 | 2026-03-19T03:12:44.250Z | Compiling hashbrown v0.16.1 |
| 2940 | 2026-03-19T03:12:44.284Z | Compiling usdt-impl v0.5.0 |
| 2941 | 2026-03-19T03:12:44.302Z | Compiling syn v1.0.109 |
| 2942 | 2026-03-19T03:12:44.320Z | Compiling percent-encoding v2.3.2 |
| 2943 | 2026-03-19T03:12:44.335Z | Compiling log v0.4.29 |
| 2944 | 2026-03-19T03:12:44.546Z | Compiling getrandom v0.4.1 |
| 2945 | 2026-03-19T03:12:44.638Z | Compiling form_urlencoded v1.2.2 |
| 2946 | 2026-03-19T03:12:44.831Z | Compiling fs-err v3.3.0 |
| 2947 | 2026-03-19T03:12:44.848Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-03-19T03:12:44.881Z | Compiling anyhow v1.0.102 |
| 2949 | 2026-03-19T03:12:44.889Z | Compiling heck v0.4.1 |
| 2950 | 2026-03-19T03:12:45.094Z | Compiling indexmap v2.13.0 |
| 2951 | 2026-03-19T03:12:45.182Z | Compiling errno v0.3.14 |
| 2952 | 2026-03-19T03:12:45.183Z | Compiling thread-id v4.2.2 |
| 2953 | 2026-03-19T03:12:45.239Z | Compiling memmap v0.7.0 |
| 2954 | 2026-03-19T03:12:45.745Z | Compiling ordered-float v2.10.1 |
| 2955 | 2026-03-19T03:12:46.407Z | Compiling proc-macro-error v1.0.4 |
| 2956 | 2026-03-19T03:12:46.693Z | Compiling terminal_size v0.4.3 |
| 2957 | 2026-03-19T03:12:46.698Z | Compiling tempfile v3.25.0 |
| 2958 | 2026-03-19T03:12:46.731Z | Compiling tabled_derive v0.7.0 |
| 2959 | 2026-03-19T03:12:46.823Z | Compiling clap_builder v4.5.60 |
| 2960 | 2026-03-19T03:12:46.823Z | Compiling textwrap v0.16.2 |
| 2961 | 2026-03-19T03:12:47.019Z | Compiling camino-tempfile v1.4.1 |
| 2962 | 2026-03-19T03:12:47.587Z | Compiling tabled v0.15.0 |
| 2963 | 2026-03-19T03:12:47.904Z | Compiling synstructure v0.13.2 |
| 2964 | 2026-03-19T03:12:47.904Z | Compiling pest_generator v2.8.6 |
| 2965 | 2026-03-19T03:12:48.454Z | Compiling serde_derive v1.0.228 |
| 2966 | 2026-03-19T03:12:48.464Z | Compiling zerofrom-derive v0.1.6 |
| 2967 | 2026-03-19T03:12:48.464Z | Compiling yoke-derive v0.8.1 |
| 2968 | 2026-03-19T03:12:48.464Z | Compiling zerovec-derive v0.11.2 |
| 2969 | 2026-03-19T03:12:48.464Z | Compiling displaydoc v0.2.5 |
| 2970 | 2026-03-19T03:12:48.464Z | Compiling thiserror-impl v1.0.69 |
| 2971 | 2026-03-19T03:12:48.480Z | Compiling zerocopy-derive v0.7.35 |
| 2972 | 2026-03-19T03:12:48.484Z | Compiling scroll_derive v0.12.1 |
| 2973 | 2026-03-19T03:12:48.612Z | Compiling pest_derive v2.8.6 |
| 2974 | 2026-03-19T03:12:49.168Z | Compiling thiserror-impl v2.0.18 |
| 2975 | 2026-03-19T03:12:49.417Z | Compiling clap_derive v4.5.55 |
| 2976 | 2026-03-19T03:12:49.438Z | Compiling scroll v0.12.0 |
| 2977 | 2026-03-19T03:12:49.576Z | Compiling zerocopy v0.7.35 |
| 2978 | 2026-03-19T03:12:49.780Z | Compiling goblin v0.8.2 |
| 2979 | 2026-03-19T03:12:50.072Z | Compiling zerofrom v0.1.6 |
| 2980 | 2026-03-19T03:12:50.120Z | Compiling thiserror v1.0.69 |
| 2981 | 2026-03-19T03:12:50.294Z | Compiling yoke v0.8.1 |
| 2982 | 2026-03-19T03:12:50.309Z | Compiling dtrace-parser v0.2.0 |
| 2983 | 2026-03-19T03:12:50.591Z | Compiling zerovec v0.11.5 |
| 2984 | 2026-03-19T03:12:50.612Z | Compiling zerotrie v0.2.3 |
| 2985 | 2026-03-19T03:12:50.877Z | Compiling thiserror v2.0.18 |
| 2986 | 2026-03-19T03:12:51.458Z | Compiling tinystr v0.8.2 |
| 2987 | 2026-03-19T03:12:51.736Z | Compiling icu_locale_core v2.1.1 |
| 2988 | 2026-03-19T03:12:51.763Z | Compiling potential_utf v0.1.4 |
| 2989 | 2026-03-19T03:12:52.025Z | Compiling icu_collections v2.1.1 |
| 2990 | 2026-03-19T03:12:52.781Z | Compiling icu_provider v2.1.1 |
| 2991 | 2026-03-19T03:12:52.975Z | Compiling toml_datetime v0.6.11 |
| 2992 | 2026-03-19T03:12:53.032Z | Compiling serde_spanned v0.6.9 |
| 2993 | 2026-03-19T03:12:53.099Z | Compiling serde-value v0.7.0 |
| 2994 | 2026-03-19T03:12:53.186Z | Compiling icu_properties v2.1.2 |
| 2995 | 2026-03-19T03:12:53.277Z | Compiling icu_normalizer v2.1.1 |
| 2996 | 2026-03-19T03:12:53.352Z | Compiling toml_edit v0.22.27 |
| 2997 | 2026-03-19T03:12:53.416Z | Compiling dof v0.3.0 |
| 2998 | 2026-03-19T03:12:53.455Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-19T03:12:53.538Z | Compiling macaddr v1.0.1 |
| 3000 | 2026-03-19T03:12:53.554Z | Compiling clap v4.5.60 |
| 3001 | 2026-03-19T03:12:53.701Z | Compiling serde_tokenstream v0.2.3 |
| 3002 | 2026-03-19T03:12:54.556Z | Compiling idna_adapter v1.2.1 |
| 3003 | 2026-03-19T03:12:54.722Z | Compiling idna v1.1.0 |
| 3004 | 2026-03-19T03:12:54.731Z | Compiling usdt-attr-macro v0.5.0 |
| 3005 | 2026-03-19T03:12:54.742Z | Compiling usdt-macro v0.5.0 |
| 3006 | 2026-03-19T03:12:55.154Z | Compiling url v2.5.8 |
| 3007 | 2026-03-19T03:12:55.585Z | Compiling toml v0.8.23 |
| 3008 | 2026-03-19T03:12:55.601Z | Compiling usdt v0.5.0 |
| 3009 | 2026-03-19T03:12:56.224Z | Compiling cargo-util-schemas v0.8.2 |
| 3010 | 2026-03-19T03:12:56.227Z | Compiling cargo_toml v0.21.0 |
| 3011 | 2026-03-19T03:12:57.687Z | Compiling cargo_metadata v0.21.0 |
| 3012 | 2026-03-19T03:13:01.853Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3013 | 2026-03-19T03:13:05.884Z | Finished `release` profile [optimized] target(s) in 22.56s |
| 3014 | 2026-03-19T03:13:06.029Z | |
| 3015 | 2026-03-19T03:13:06.033Z | real 22.682677458 |
| 3016 | 2026-03-19T03:13:06.033Z | user 3:11.573906794 |
| 3017 | 2026-03-19T03:13:06.033Z | sys 21.222160175 |
| 3018 | 2026-03-19T03:13:06.033Z | trap 0.088606392 |
| 3019 | 2026-03-19T03:13:06.033Z | tflt 0.590374431 |
| 3020 | 2026-03-19T03:13:06.033Z | dflt 1.932126060 |
| 3021 | 2026-03-19T03:13:06.033Z | kflt 0.000114624 |
| 3022 | 2026-03-19T03:13:06.033Z | lock 7:25.977063738 |
| 3023 | 2026-03-19T03:13:06.033Z | slp 4:34.610756827 |
| 3024 | 2026-03-19T03:13:06.033Z | lat 8.082983737 |
| 3025 | 2026-03-19T03:13:06.033Z | stop 29.514041412 |
| 3026 | 2026-03-19T03:13:06.033Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3027 | 2026-03-19T03:13:06.033Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3028 | 2026-03-19T03:13:06.033Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3029 | 2026-03-19T03:13:06.033Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3030 | 2026-03-19T03:13:06.033Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3031 | 2026-03-19T03:13:07.344Z | Compiling regress v0.10.5 |
| 3032 | 2026-03-19T03:13:07.347Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3033 | 2026-03-19T03:13:07.516Z | Compiling serde_spanned v1.0.4 |
| 3034 | 2026-03-19T03:13:07.536Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3035 | 2026-03-19T03:13:07.578Z | Compiling newtype-uuid-macros v0.1.0 |
| 3036 | 2026-03-19T03:13:07.583Z | Compiling structmeta-derive v0.3.0 |
| 3037 | 2026-03-19T03:13:07.583Z | Compiling rustls v0.22.4 |
| 3038 | 2026-03-19T03:13:07.584Z | Compiling rustls-webpki v0.102.8 |
| 3039 | 2026-03-19T03:13:07.584Z | Compiling multer v3.1.0 |
| 3040 | 2026-03-19T03:13:07.601Z | Compiling match_cfg v0.1.0 |
| 3041 | 2026-03-19T03:13:07.604Z | Compiling debug-ignore v1.0.5 |
| 3042 | 2026-03-19T03:13:07.717Z | Compiling progenitor-client v0.13.0 |
| 3043 | 2026-03-19T03:13:07.720Z | Compiling slog-json v2.6.1 |
| 3044 | 2026-03-19T03:13:07.743Z | Compiling async-stream-impl v0.3.6 |
| 3045 | 2026-03-19T03:13:07.795Z | Compiling dropshot v0.16.7 |
| 3046 | 2026-03-19T03:13:07.850Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3047 | 2026-03-19T03:13:07.853Z | Compiling hostname v0.3.1 |
| 3048 | 2026-03-19T03:13:07.853Z | Compiling itertools v0.14.0 |
| 3049 | 2026-03-19T03:13:07.853Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3050 | 2026-03-19T03:13:07.930Z | Compiling waitgroup v0.1.2 |
| 3051 | 2026-03-19T03:13:08.031Z | Compiling slog-bunyan v2.5.0 |
| 3052 | 2026-03-19T03:13:08.060Z | Compiling rustls-pemfile v2.2.0 |
| 3053 | 2026-03-19T03:13:08.083Z | Compiling dropshot_endpoint v0.16.7 |
| 3054 | 2026-03-19T03:13:08.163Z | Compiling serde_path_to_error v0.1.20 |
| 3055 | 2026-03-19T03:13:08.236Z | Compiling hostname v0.4.2 |
| 3056 | 2026-03-19T03:13:08.236Z | Compiling macaddr v1.0.1 |
| 3057 | 2026-03-19T03:13:08.239Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3058 | 2026-03-19T03:13:08.344Z | Compiling progenitor-client v0.10.0 |
| 3059 | 2026-03-19T03:13:08.371Z | Compiling instant v0.1.13 |
| 3060 | 2026-03-19T03:13:08.438Z | Compiling backon v1.6.0 |
| 3061 | 2026-03-19T03:13:08.541Z | Compiling backoff v0.4.0 |
| 3062 | 2026-03-19T03:13:08.591Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3063 | 2026-03-19T03:13:08.633Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3064 | 2026-03-19T03:13:08.660Z | Compiling async-stream v0.3.6 |
| 3065 | 2026-03-19T03:13:08.695Z | Compiling progenitor-extras v0.1.1 |
| 3066 | 2026-03-19T03:13:08.737Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3067 | 2026-03-19T03:13:08.767Z | Compiling unsafe-libyaml v0.2.11 |
| 3068 | 2026-03-19T03:13:08.794Z | Compiling crucible-workspace-hack v0.1.0 |
| 3069 | 2026-03-19T03:13:08.823Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3070 | 2026-03-19T03:13:08.852Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3071 | 2026-03-19T03:13:08.856Z | Compiling secrecy v0.10.3 |
| 3072 | 2026-03-19T03:13:08.912Z | Compiling heapless v0.8.0 |
| 3073 | 2026-03-19T03:13:09.047Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3074 | 2026-03-19T03:13:09.050Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3075 | 2026-03-19T03:13:09.121Z | Compiling hash32 v0.3.1 |
| 3076 | 2026-03-19T03:13:09.152Z | Compiling structmeta v0.3.0 |
| 3077 | 2026-03-19T03:13:09.204Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3078 | 2026-03-19T03:13:09.292Z | Compiling smoltcp v0.11.0 |
| 3079 | 2026-03-19T03:13:09.356Z | Compiling toml v0.8.23 |
| 3080 | 2026-03-19T03:13:09.407Z | Compiling tabwriter v1.4.1 |
| 3081 | 2026-03-19T03:13:09.438Z | Compiling cobs v0.3.0 |
| 3082 | 2026-03-19T03:13:09.496Z | Compiling derive-ex v0.1.8 |
| 3083 | 2026-03-19T03:13:09.520Z | Compiling parse-display-derive v0.10.0 |
| 3084 | 2026-03-19T03:13:09.546Z | Compiling serde_yaml v0.9.34+deprecated |
| 3085 | 2026-03-19T03:13:09.681Z | Compiling ingot-macros v0.1.1 |
| 3086 | 2026-03-19T03:13:09.716Z | Compiling proc-macro-crate v3.4.0 |
| 3087 | 2026-03-19T03:13:09.742Z | Compiling foreign-types-macros v0.2.3 |
| 3088 | 2026-03-19T03:13:09.817Z | Compiling foreign-types-shared v0.3.1 |
| 3089 | 2026-03-19T03:13:09.844Z | Compiling cpufeatures v0.3.0 |
| 3090 | 2026-03-19T03:13:09.871Z | Compiling convert_case v0.4.0 |
| 3091 | 2026-03-19T03:13:09.968Z | Compiling chacha20 v0.10.0 |
| 3092 | 2026-03-19T03:13:09.991Z | Compiling postcard v1.1.3 |
| 3093 | 2026-03-19T03:13:10.282Z | Compiling proc-macro-crate v1.3.1 |
| 3094 | 2026-03-19T03:13:10.379Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3095 | 2026-03-19T03:13:10.408Z | Compiling universal-hash v0.5.1 |
| 3096 | 2026-03-19T03:13:10.441Z | Compiling derive_more v0.99.20 |
| 3097 | 2026-03-19T03:13:10.477Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3098 | 2026-03-19T03:13:10.510Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3099 | 2026-03-19T03:13:10.537Z | Compiling num_enum_derive v0.7.5 |
| 3100 | 2026-03-19T03:13:10.603Z | Compiling foreign-types v0.5.0 |
| 3101 | 2026-03-19T03:13:10.630Z | Compiling cstr-argument v0.1.2 |
| 3102 | 2026-03-19T03:13:10.675Z | Compiling opaque-debug v0.3.1 |
| 3103 | 2026-03-19T03:13:10.730Z | Compiling colored v3.1.1 |
| 3104 | 2026-03-19T03:13:10.788Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3105 | 2026-03-19T03:13:10.865Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3106 | 2026-03-19T03:13:10.896Z | Compiling rand v0.10.0 |
| 3107 | 2026-03-19T03:13:10.923Z | Compiling typify-impl v0.6.1 |
| 3108 | 2026-03-19T03:13:10.927Z | Compiling num_enum_derive v0.5.11 |
| 3109 | 2026-03-19T03:13:11.002Z | Compiling tokio-rustls v0.25.0 |
| 3110 | 2026-03-19T03:13:11.092Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3111 | 2026-03-19T03:13:11.253Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3112 | 2026-03-19T03:13:11.301Z | Compiling half v2.7.1 |
| 3113 | 2026-03-19T03:13:11.337Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3114 | 2026-03-19T03:13:11.742Z | Compiling ciborium-io v0.2.2 |
| 3115 | 2026-03-19T03:13:11.774Z | Compiling camino-tempfile v1.4.1 |
| 3116 | 2026-03-19T03:13:11.800Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3117 | 2026-03-19T03:13:11.898Z | Compiling ciborium-ll v0.2.2 |
| 3118 | 2026-03-19T03:13:11.992Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3119 | 2026-03-19T03:13:12.020Z | Compiling parse-display v0.10.0 |
| 3120 | 2026-03-19T03:13:12.051Z | Compiling test-strategy v0.4.5 |
| 3121 | 2026-03-19T03:13:12.076Z | Compiling num_enum v0.7.5 |
| 3122 | 2026-03-19T03:13:12.079Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3123 | 2026-03-19T03:13:12.129Z | Compiling ciborium v0.2.2 |
| 3124 | 2026-03-19T03:13:12.196Z | Compiling smf v0.2.3 |
| 3125 | 2026-03-19T03:13:12.223Z | Compiling aead v0.5.2 |
| 3126 | 2026-03-19T03:13:12.227Z | Compiling num-derive v0.4.2 |
| 3127 | 2026-03-19T03:13:12.274Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3128 | 2026-03-19T03:13:12.297Z | Compiling sigpipe v0.1.3 |
| 3129 | 2026-03-19T03:13:12.385Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3130 | 2026-03-19T03:13:12.441Z | Compiling glob v0.3.3 |
| 3131 | 2026-03-19T03:13:12.473Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3132 | 2026-03-19T03:13:12.500Z | Compiling num_enum v0.5.11 |
| 3133 | 2026-03-19T03:13:12.569Z | Compiling poly1305 v0.8.0 |
| 3134 | 2026-03-19T03:13:12.646Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3135 | 2026-03-19T03:13:12.718Z | Compiling chacha20 v0.9.1 |
| 3136 | 2026-03-19T03:13:12.818Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3137 | 2026-03-19T03:13:12.845Z | Compiling whoami v1.6.1 |
| 3138 | 2026-03-19T03:13:12.983Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3139 | 2026-03-19T03:13:13.009Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3140 | 2026-03-19T03:13:13.085Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3141 | 2026-03-19T03:13:13.108Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3142 | 2026-03-19T03:13:13.254Z | Compiling num-rational v0.4.2 |
| 3143 | 2026-03-19T03:13:13.327Z | Compiling password-hash v0.5.0 |
| 3144 | 2026-03-19T03:13:13.330Z | Compiling blake2 v0.10.6 |
| 3145 | 2026-03-19T03:13:13.489Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3146 | 2026-03-19T03:13:13.546Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3147 | 2026-03-19T03:13:13.591Z | Compiling num-complex v0.4.6 |
| 3148 | 2026-03-19T03:13:13.673Z | Compiling indent_write v2.2.0 |
| 3149 | 2026-03-19T03:13:13.697Z | Compiling prettyplease v0.2.37 |
| 3150 | 2026-03-19T03:13:13.809Z | Compiling ingot-types v0.1.2 |
| 3151 | 2026-03-19T03:13:13.886Z | Compiling argon2 v0.5.3 |
| 3152 | 2026-03-19T03:13:13.931Z | Compiling chacha20poly1305 v0.10.1 |
| 3153 | 2026-03-19T03:13:14.032Z | Compiling float-ord v0.3.2 |
| 3154 | 2026-03-19T03:13:14.130Z | Compiling num v0.4.3 |
| 3155 | 2026-03-19T03:13:14.130Z | Compiling gethostname v0.5.0 |
| 3156 | 2026-03-19T03:13:14.185Z | Compiling usdt-macro v0.5.0 |
| 3157 | 2026-03-19T03:13:14.216Z | Compiling usdt-attr-macro v0.5.0 |
| 3158 | 2026-03-19T03:13:14.219Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3159 | 2026-03-19T03:13:14.219Z | Compiling derive-where v1.6.0 |
| 3160 | 2026-03-19T03:13:14.292Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3161 | 2026-03-19T03:13:14.295Z | Compiling memmap v0.7.0 |
| 3162 | 2026-03-19T03:13:14.346Z | Compiling ingot v0.1.1 |
| 3163 | 2026-03-19T03:13:14.426Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3164 | 2026-03-19T03:13:14.597Z | Compiling typify-impl v0.4.3 |
| 3165 | 2026-03-19T03:13:14.745Z | Compiling atomicwrites v0.4.4 |
| 3166 | 2026-03-19T03:13:14.783Z | Compiling thiserror-no-std v2.0.2 |
| 3167 | 2026-03-19T03:13:14.812Z | Compiling cancel-safe-futures v0.1.5 |
| 3168 | 2026-03-19T03:13:14.926Z | Compiling vsss-rs v3.3.4 |
| 3169 | 2026-03-19T03:13:15.026Z | Compiling owo-colors v4.3.0 |
| 3170 | 2026-03-19T03:13:15.053Z | Compiling libsw-core v0.3.2 |
| 3171 | 2026-03-19T03:13:15.163Z | Compiling async-recursion v1.1.1 |
| 3172 | 2026-03-19T03:13:15.230Z | Compiling resolv-conf v0.7.6 |
| 3173 | 2026-03-19T03:13:15.314Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3174 | 2026-03-19T03:13:15.343Z | Compiling usdt v0.5.0 |
| 3175 | 2026-03-19T03:13:15.553Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3176 | 2026-03-19T03:13:15.738Z | Compiling libsw v3.5.0 |
| 3177 | 2026-03-19T03:13:15.791Z | Compiling linear-map v1.2.0 |
| 3178 | 2026-03-19T03:13:15.817Z | Compiling libefi-sys v0.1.0 |
| 3179 | 2026-03-19T03:13:15.991Z | Compiling hickory-proto v0.24.4 |
| 3180 | 2026-03-19T03:13:16.019Z | Compiling newline-converter v0.3.0 |
| 3181 | 2026-03-19T03:13:16.078Z | Compiling console v0.15.11 |
| 3182 | 2026-03-19T03:13:16.140Z | Compiling bitfield-struct v0.6.2 |
| 3183 | 2026-03-19T03:13:16.208Z | Compiling semver v0.1.20 |
| 3184 | 2026-03-19T03:13:16.211Z | Compiling linked-hash-map v0.5.6 |
| 3185 | 2026-03-19T03:13:16.258Z | Compiling pin-project-internal v1.1.11 |
| 3186 | 2026-03-19T03:13:16.284Z | Compiling slog-dtrace v0.3.0 |
| 3187 | 2026-03-19T03:13:16.445Z | Compiling minimal-lexical v0.2.1 |
| 3188 | 2026-03-19T03:13:16.520Z | Compiling lru-cache v0.1.2 |
| 3189 | 2026-03-19T03:13:16.559Z | Compiling expectorate v1.2.0 |
| 3190 | 2026-03-19T03:13:16.597Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3191 | 2026-03-19T03:13:16.635Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-03-19T03:13:16.720Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-03-19T03:13:16.778Z | Compiling nom v7.1.3 |
| 3194 | 2026-03-19T03:13:16.835Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3195 | 2026-03-19T03:13:16.864Z | Compiling tokio-dtrace v0.1.1 |
| 3196 | 2026-03-19T03:13:16.896Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3197 | 2026-03-19T03:13:16.932Z | Compiling phf_shared v0.12.1 |
| 3198 | 2026-03-19T03:13:16.983Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3199 | 2026-03-19T03:13:17.078Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3200 | 2026-03-19T03:13:17.146Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-03-19T03:13:17.217Z | Compiling newtype_derive v0.1.6 |
| 3202 | 2026-03-19T03:13:17.262Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3203 | 2026-03-19T03:13:17.285Z | Compiling pem v3.0.6 |
| 3204 | 2026-03-19T03:13:17.387Z | Compiling snafu-derive v0.8.9 |
| 3205 | 2026-03-19T03:13:17.501Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-03-19T03:13:17.602Z | Compiling csv-core v0.1.13 |
| 3207 | 2026-03-19T03:13:17.675Z | Compiling highway v1.3.0 |
| 3208 | 2026-03-19T03:13:17.740Z | Compiling typify-macro v0.6.1 |
| 3209 | 2026-03-19T03:13:17.765Z | Compiling same-file v1.0.6 |
| 3210 | 2026-03-19T03:13:17.792Z | Compiling chrono-tz v0.10.4 |
| 3211 | 2026-03-19T03:13:17.953Z | Compiling pin-project v1.1.11 |
| 3212 | 2026-03-19T03:13:17.990Z | Compiling xshell-macros v0.2.7 |
| 3213 | 2026-03-19T03:13:18.032Z | Compiling const_format_proc_macros v0.2.34 |
| 3214 | 2026-03-19T03:13:18.081Z | Compiling walkdir v2.5.0 |
| 3215 | 2026-03-19T03:13:18.115Z | Compiling csv v1.4.0 |
| 3216 | 2026-03-19T03:13:18.221Z | Compiling oxide-tokio-rt v0.1.3 |
| 3217 | 2026-03-19T03:13:18.529Z | Compiling xshell v0.2.7 |
| 3218 | 2026-03-19T03:13:18.555Z | Compiling phf v0.12.1 |
| 3219 | 2026-03-19T03:13:18.638Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3220 | 2026-03-19T03:13:18.754Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3221 | 2026-03-19T03:13:18.797Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3222 | 2026-03-19T03:13:18.909Z | Compiling globset v0.4.18 |
| 3223 | 2026-03-19T03:13:18.935Z | Compiling olpc-cjson v0.1.4 |
| 3224 | 2026-03-19T03:13:18.939Z | Compiling primeorder v0.13.6 |
| 3225 | 2026-03-19T03:13:19.065Z | Compiling hickory-resolver v0.24.4 |
| 3226 | 2026-03-19T03:13:19.192Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3227 | 2026-03-19T03:13:19.220Z | Compiling serde_plain v1.0.2 |
| 3228 | 2026-03-19T03:13:19.246Z | Compiling typed-path v0.9.3 |
| 3229 | 2026-03-19T03:13:19.273Z | Compiling base64 v0.21.7 |
| 3230 | 2026-03-19T03:13:19.350Z | Compiling const_format v0.2.35 |
| 3231 | 2026-03-19T03:13:19.551Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3232 | 2026-03-19T03:13:19.752Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3233 | 2026-03-19T03:13:19.813Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3234 | 2026-03-19T03:13:19.858Z | Compiling tabled_derive v0.7.0 |
| 3235 | 2026-03-19T03:13:19.937Z | Compiling bcs v0.1.6 |
| 3236 | 2026-03-19T03:13:20.201Z | Compiling snafu v0.8.9 |
| 3237 | 2026-03-19T03:13:20.265Z | Compiling typify v0.6.1 |
| 3238 | 2026-03-19T03:13:20.400Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3239 | 2026-03-19T03:13:20.490Z | Compiling progenitor-impl v0.13.0 |
| 3240 | 2026-03-19T03:13:20.580Z | Compiling qorb v0.4.1 |
| 3241 | 2026-03-19T03:13:20.628Z | Compiling tough v0.20.0 |
| 3242 | 2026-03-19T03:13:20.743Z | Compiling radium v0.7.0 |
| 3243 | 2026-03-19T03:13:20.771Z | Compiling termtree v0.5.1 |
| 3244 | 2026-03-19T03:13:20.800Z | Compiling salty v0.3.0 |
| 3245 | 2026-03-19T03:13:21.009Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3246 | 2026-03-19T03:13:21.128Z | Compiling textwrap v0.16.2 |
| 3247 | 2026-03-19T03:13:21.213Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-03-19T03:13:21.239Z | Compiling steno v0.4.1 |
| 3249 | 2026-03-19T03:13:21.292Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3250 | 2026-03-19T03:13:21.318Z | Compiling tabled v0.15.0 |
| 3251 | 2026-03-19T03:13:21.508Z | Compiling tap v1.0.1 |
| 3252 | 2026-03-19T03:13:21.538Z | Compiling maybe-uninit v2.0.0 |
| 3253 | 2026-03-19T03:13:21.564Z | Compiling typify-macro v0.4.3 |
| 3254 | 2026-03-19T03:13:21.590Z | Compiling humantime v2.3.0 |
| 3255 | 2026-03-19T03:13:21.690Z | Compiling utf-8 v0.7.6 |
| 3256 | 2026-03-19T03:13:21.758Z | Compiling wyz v0.5.1 |
| 3257 | 2026-03-19T03:13:21.975Z | Compiling tungstenite v0.21.0 |
| 3258 | 2026-03-19T03:13:21.979Z | Compiling p384 v0.13.1 |
| 3259 | 2026-03-19T03:13:22.032Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3260 | 2026-03-19T03:13:22.081Z | Compiling arc-swap v1.8.2 |
| 3261 | 2026-03-19T03:13:22.162Z | Compiling funty v2.0.0 |
| 3262 | 2026-03-19T03:13:22.408Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3263 | 2026-03-19T03:13:22.525Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3264 | 2026-03-19T03:13:22.801Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3265 | 2026-03-19T03:13:23.121Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3266 | 2026-03-19T03:13:23.174Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3267 | 2026-03-19T03:13:23.207Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3268 | 2026-03-19T03:13:23.437Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3269 | 2026-03-19T03:13:23.519Z | Compiling packed_struct v0.10.1 |
| 3270 | 2026-03-19T03:13:23.826Z | Compiling tagptr v0.2.0 |
| 3271 | 2026-03-19T03:13:23.931Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3272 | 2026-03-19T03:13:24.018Z | Compiling typify v0.4.3 |
| 3273 | 2026-03-19T03:13:24.042Z | Compiling moka v0.12.13 |
| 3274 | 2026-03-19T03:13:24.064Z | Compiling tokio-tungstenite v0.21.0 |
| 3275 | 2026-03-19T03:13:24.195Z | Compiling progenitor-impl v0.10.0 |
| 3276 | 2026-03-19T03:13:24.449Z | Compiling progenitor-macro v0.13.0 |
| 3277 | 2026-03-19T03:13:24.516Z | Compiling bitvec v1.0.1 |
| 3278 | 2026-03-19T03:13:24.762Z | Compiling slog-scope v4.4.1 |
| 3279 | 2026-03-19T03:13:24.879Z | Compiling polyval v0.6.2 |
| 3280 | 2026-03-19T03:13:24.919Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3281 | 2026-03-19T03:13:24.945Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3282 | 2026-03-19T03:13:25.125Z | Compiling packed_struct_codegen v0.10.1 |
| 3283 | 2026-03-19T03:13:25.150Z | Compiling zerocopy-derive v0.6.6 |
| 3284 | 2026-03-19T03:13:25.229Z | Compiling bitfield-macros v0.19.4 |
| 3285 | 2026-03-19T03:13:25.283Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3286 | 2026-03-19T03:13:25.400Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3287 | 2026-03-19T03:13:25.454Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3288 | 2026-03-19T03:13:25.893Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3289 | 2026-03-19T03:13:25.921Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3290 | 2026-03-19T03:13:26.104Z | Compiling indexmap v1.9.3 |
| 3291 | 2026-03-19T03:13:26.306Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3292 | 2026-03-19T03:13:26.410Z | Compiling parking_lot_core v0.8.6 |
| 3293 | 2026-03-19T03:13:26.437Z | Compiling nodrop v0.1.14 |
| 3294 | 2026-03-19T03:13:26.501Z | Compiling crc-catalog v2.4.0 |
| 3295 | 2026-03-19T03:13:26.621Z | Compiling array-init v0.0.4 |
| 3296 | 2026-03-19T03:13:26.647Z | Compiling zerocopy v0.6.6 |
| 3297 | 2026-03-19T03:13:26.675Z | Compiling crc v3.4.0 |
| 3298 | 2026-03-19T03:13:26.742Z | Compiling bitfield v0.19.4 |
| 3299 | 2026-03-19T03:13:26.837Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3300 | 2026-03-19T03:13:26.986Z | Compiling proc-macro-error2 v2.0.1 |
| 3301 | 2026-03-19T03:13:27.011Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3302 | 2026-03-19T03:13:27.177Z | Compiling ghash v0.5.1 |
| 3303 | 2026-03-19T03:13:27.210Z | Compiling hickory-resolver v0.25.2 |
| 3304 | 2026-03-19T03:13:27.236Z | Compiling slog-stdlog v4.1.1 |
| 3305 | 2026-03-19T03:13:27.398Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3306 | 2026-03-19T03:13:27.453Z | Compiling smallvec v0.6.14 |
| 3307 | 2026-03-19T03:13:27.558Z | Compiling git-stub v1.0.0 |
| 3308 | 2026-03-19T03:13:27.584Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3309 | 2026-03-19T03:13:27.774Z | Compiling num-derive v0.3.3 |
| 3310 | 2026-03-19T03:13:27.801Z | Compiling ctr v0.9.2 |
| 3311 | 2026-03-19T03:13:27.919Z | Compiling lzma-sys v0.1.20 |
| 3312 | 2026-03-19T03:13:27.949Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3313 | 2026-03-19T03:13:28.047Z | Compiling progenitor-macro v0.10.0 |
| 3314 | 2026-03-19T03:13:28.076Z | Compiling hashbrown v0.12.3 |
| 3315 | 2026-03-19T03:13:28.113Z | Compiling unicase v2.9.0 |
| 3316 | 2026-03-19T03:13:28.262Z | Compiling aes-gcm v0.10.3 |
| 3317 | 2026-03-19T03:13:28.288Z | Compiling git-stub-vcs v0.1.0 |
| 3318 | 2026-03-19T03:13:28.427Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3319 | 2026-03-19T03:13:28.514Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3320 | 2026-03-19T03:13:28.543Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-03-19T03:13:28.568Z | Compiling serde-hex v0.1.0 |
| 3322 | 2026-03-19T03:13:28.627Z | Compiling tabled_derive v0.11.0 |
| 3323 | 2026-03-19T03:13:28.785Z | Compiling slog-envlogger v2.2.0 |
| 3324 | 2026-03-19T03:13:28.837Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3325 | 2026-03-19T03:13:28.990Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3326 | 2026-03-19T03:13:29.082Z | Compiling libscf-sys v1.1.0 |
| 3327 | 2026-03-19T03:13:29.303Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3328 | 2026-03-19T03:13:29.354Z | Compiling progenitor-impl v0.11.2 |
| 3329 | 2026-03-19T03:13:29.382Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-03-19T03:13:29.548Z | Compiling ron v0.8.1 |
| 3331 | 2026-03-19T03:13:29.625Z | Compiling papergrid v0.17.0 |
| 3332 | 2026-03-19T03:13:29.768Z | Compiling cargo_toml v0.22.3 |
| 3333 | 2026-03-19T03:13:29.981Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3334 | 2026-03-19T03:13:30.151Z | Compiling hashbrown v0.13.2 |
| 3335 | 2026-03-19T03:13:30.329Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3336 | 2026-03-19T03:13:30.781Z | Compiling testing_table v0.3.0 |
| 3337 | 2026-03-19T03:13:30.924Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3338 | 2026-03-19T03:13:30.988Z | Compiling ssh-encoding v0.2.0 |
| 3339 | 2026-03-19T03:13:31.024Z | Compiling blowfish v0.9.1 |
| 3340 | 2026-03-19T03:13:31.143Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3341 | 2026-03-19T03:13:31.238Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3342 | 2026-03-19T03:13:31.266Z | Compiling nibble_vec v0.1.0 |
| 3343 | 2026-03-19T03:13:31.388Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3344 | 2026-03-19T03:13:31.390Z | Compiling crc-any v2.5.0 |
| 3345 | 2026-03-19T03:13:31.493Z | Compiling endian-type v0.1.2 |
| 3346 | 2026-03-19T03:13:31.534Z | Compiling corncobs v0.1.4 |
| 3347 | 2026-03-19T03:13:31.629Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3348 | 2026-03-19T03:13:31.716Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3349 | 2026-03-19T03:13:31.753Z | Compiling radix_trie v0.2.1 |
| 3350 | 2026-03-19T03:13:31.786Z | Compiling ssh-cipher v0.2.0 |
| 3351 | 2026-03-19T03:13:31.870Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3352 | 2026-03-19T03:13:31.903Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3353 | 2026-03-19T03:13:31.907Z | Compiling tabled v0.20.0 |
| 3354 | 2026-03-19T03:13:31.953Z | Compiling progenitor v0.13.0 |
| 3355 | 2026-03-19T03:13:32.178Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3356 | 2026-03-19T03:13:32.227Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3357 | 2026-03-19T03:13:32.268Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3358 | 2026-03-19T03:13:32.316Z | Compiling object v0.30.4 |
| 3359 | 2026-03-19T03:13:32.371Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3360 | 2026-03-19T03:13:32.634Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3361 | 2026-03-19T03:13:32.821Z | Compiling parking_lot v0.11.2 |
| 3362 | 2026-03-19T03:13:32.979Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3363 | 2026-03-19T03:13:33.308Z | Compiling progenitor-macro v0.11.2 |
| 3364 | 2026-03-19T03:13:33.333Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3365 | 2026-03-19T03:13:33.392Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3366 | 2026-03-19T03:13:33.525Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3367 | 2026-03-19T03:13:33.891Z | Compiling progenitor-client v0.11.2 |
| 3368 | 2026-03-19T03:13:33.997Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3369 | 2026-03-19T03:13:34.065Z | Compiling prefix-trie v0.7.0 |
| 3370 | 2026-03-19T03:13:34.093Z | Compiling password-hash v0.4.2 |
| 3371 | 2026-03-19T03:13:34.144Z | Compiling fxhash v0.2.1 |
| 3372 | 2026-03-19T03:13:34.349Z | Compiling secrecy v0.8.0 |
| 3373 | 2026-03-19T03:13:34.375Z | Compiling path-slash v0.1.5 |
| 3374 | 2026-03-19T03:13:34.580Z | Compiling half v1.8.3 |
| 3375 | 2026-03-19T03:13:34.605Z | Compiling http-range v0.1.5 |
| 3376 | 2026-03-19T03:13:34.631Z | Compiling hickory-server v0.25.2 |
| 3377 | 2026-03-19T03:13:34.845Z | Compiling pbkdf2 v0.11.0 |
| 3378 | 2026-03-19T03:13:34.890Z | Compiling serde_cbor v0.11.2 |
| 3379 | 2026-03-19T03:13:35.014Z | Compiling sled v0.34.7 |
| 3380 | 2026-03-19T03:13:35.335Z | Compiling xz2 v0.1.7 |
| 3381 | 2026-03-19T03:13:35.362Z | Compiling ron v0.12.0 |
| 3382 | 2026-03-19T03:13:35.393Z | Compiling progenitor v0.10.0 |
| 3383 | 2026-03-19T03:13:35.521Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3384 | 2026-03-19T03:13:35.718Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3385 | 2026-03-19T03:13:35.772Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3386 | 2026-03-19T03:13:36.198Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3387 | 2026-03-19T03:13:36.463Z | Compiling ssh-key v0.6.7 |
| 3388 | 2026-03-19T03:13:36.490Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3389 | 2026-03-19T03:13:36.729Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3390 | 2026-03-19T03:13:36.984Z | Compiling hickory-client v0.25.2 |
| 3391 | 2026-03-19T03:13:37.358Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3392 | 2026-03-19T03:13:37.503Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3393 | 2026-03-19T03:13:37.581Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3394 | 2026-03-19T03:13:37.607Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3395 | 2026-03-19T03:13:37.841Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3396 | 2026-03-19T03:13:38.353Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3397 | 2026-03-19T03:13:38.582Z | Compiling p256 v0.13.2 |
| 3398 | 2026-03-19T03:13:38.674Z | Compiling p521 v0.13.3 |
| 3399 | 2026-03-19T03:13:38.918Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3400 | 2026-03-19T03:13:38.944Z | Compiling yasna v0.5.2 |
| 3401 | 2026-03-19T03:13:39.122Z | Compiling kstat-rs v0.2.4 |
| 3402 | 2026-03-19T03:13:39.147Z | Compiling headers-core v0.3.0 |
| 3403 | 2026-03-19T03:13:39.342Z | Compiling nanorand v0.7.0 |
| 3404 | 2026-03-19T03:13:39.524Z | Compiling atty v0.2.14 |
| 3405 | 2026-03-19T03:13:39.561Z | Compiling russh-cryptovec v0.7.3 |
| 3406 | 2026-03-19T03:13:39.698Z | Compiling crc8 v0.1.1 |
| 3407 | 2026-03-19T03:13:39.770Z | Compiling base16ct v1.0.0 |
| 3408 | 2026-03-19T03:13:39.845Z | Compiling md5 v0.7.0 |
| 3409 | 2026-03-19T03:13:39.898Z | Compiling home v0.5.12 |
| 3410 | 2026-03-19T03:13:39.930Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3411 | 2026-03-19T03:13:40.047Z | Compiling flume v0.11.1 |
| 3412 | 2026-03-19T03:13:40.073Z | Compiling russh-keys v0.45.0 |
| 3413 | 2026-03-19T03:13:40.103Z | Compiling rcgen v0.12.1 |
| 3414 | 2026-03-19T03:13:40.133Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3415 | 2026-03-19T03:13:40.238Z | Compiling headers v0.4.1 |
| 3416 | 2026-03-19T03:13:40.335Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3417 | 2026-03-19T03:13:40.431Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3418 | 2026-03-19T03:13:40.555Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3419 | 2026-03-19T03:13:40.627Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3420 | 2026-03-19T03:13:40.760Z | Compiling progenitor v0.11.2 |
| 3421 | 2026-03-19T03:13:40.963Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3422 | 2026-03-19T03:13:40.993Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3423 | 2026-03-19T03:13:41.176Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3424 | 2026-03-19T03:13:41.409Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-03-19T03:13:41.436Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3426 | 2026-03-19T03:13:41.439Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3427 | 2026-03-19T03:13:41.799Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3428 | 2026-03-19T03:13:41.982Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3429 | 2026-03-19T03:13:42.161Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3430 | 2026-03-19T03:13:42.186Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3431 | 2026-03-19T03:13:42.412Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3432 | 2026-03-19T03:13:42.456Z | Compiling num-bigint v0.4.6 |
| 3433 | 2026-03-19T03:13:42.533Z | Compiling des v0.8.1 |
| 3434 | 2026-03-19T03:13:42.572Z | Compiling subprocess v0.2.15 |
| 3435 | 2026-03-19T03:13:42.787Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3436 | 2026-03-19T03:13:42.825Z | Compiling display-error-chain v0.2.2 |
| 3437 | 2026-03-19T03:13:42.985Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3438 | 2026-03-19T03:13:43.041Z | Compiling hex-literal v0.4.1 |
| 3439 | 2026-03-19T03:13:43.044Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3440 | 2026-03-19T03:13:43.221Z | Compiling colored v2.2.0 |
| 3441 | 2026-03-19T03:13:43.391Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3442 | 2026-03-19T03:13:43.416Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3443 | 2026-03-19T03:13:43.658Z | Compiling socket2 v0.5.10 |
| 3444 | 2026-03-19T03:13:43.683Z | Compiling internet-checksum v0.2.1 |
| 3445 | 2026-03-19T03:13:44.276Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3446 | 2026-03-19T03:13:44.424Z | Compiling russh v0.45.0 |
| 3447 | 2026-03-19T03:13:45.077Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3448 | 2026-03-19T03:13:51.513Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3449 | 2026-03-19T03:14:02.106Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3450 | 2026-03-19T03:14:02.107Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2026-03-19T03:14:02.110Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3452 | 2026-03-19T03:14:02.110Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3453 | 2026-03-19T03:14:04.397Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3454 | 2026-03-19T03:14:04.559Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3455 | 2026-03-19T03:14:10.497Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3456 | 2026-03-19T03:14:40.957Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3457 | 2026-03-19T03:15:05.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
| 3458 | 2026-03-19T03:15:06.177Z | |
| 3459 | 2026-03-19T03:15:06.180Z | real 2:00.061426147 |
| 3460 | 2026-03-19T03:15:06.180Z | user 11:46.805643874 |
| 3461 | 2026-03-19T03:15:06.180Z | sys 2:06.289303128 |
| 3462 | 2026-03-19T03:15:06.180Z | trap 0.365191191 |
| 3463 | 2026-03-19T03:15:06.180Z | tflt 0.452003920 |
| 3464 | 2026-03-19T03:15:06.180Z | dflt 1.759459907 |
| 3465 | 2026-03-19T03:15:06.180Z | kflt 0.000332397 |
| 3466 | 2026-03-19T03:15:06.180Z | lock 41:04.569125152 |
| 3467 | 2026-03-19T03:15:06.180Z | slp 26:29.779970814 |
| 3468 | 2026-03-19T03:15:06.180Z | lat 46.552005355 |
| 3469 | 2026-03-19T03:15:06.180Z | stop 4:02.980166861 |
| 3470 | 2026-03-19T03:15:06.180Z | + mkdir tests |
| 3471 | 2026-03-19T03:15:06.183Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3472 | 2026-03-19T03:15:06.183Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3473 | 2026-03-19T03:15:06.218Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/ |
| 3474 | 2026-03-19T03:15:06.241Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/ |
| 3475 | 2026-03-19T03:15:06.264Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/ |
| 3476 | 2026-03-19T03:15:06.288Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/ |
| 3477 | 2026-03-19T03:15:06.530Z | + 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/*) |
| 3478 | 2026-03-19T03:15:06.533Z | + 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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 |
| 3479 | 2026-03-19T03:16:46.185Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3480 | 2026-03-19T03:16:46.185Z | a .github/buildomat/ci-env.sh 1K |
| 3481 | 2026-03-19T03:16:46.185Z | a out/target/test 1K |
| 3482 | 2026-03-19T03:16:46.185Z | a out/npuzone/npuzone 27402K |
| 3483 | 2026-03-19T03:16:46.185Z | a package-manifest.toml 35K |
| 3484 | 2026-03-19T03:16:46.186Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3485 | 2026-03-19T03:16:46.186Z | a target/release/omicron-package 40561K |
| 3486 | 2026-03-19T03:16:46.186Z | a target/release/xtask 11433K |
| 3487 | 2026-03-19T03:16:46.186Z | a target/debug/bootstrap 335581K |
| 3488 | 2026-03-19T03:16:46.186Z | a tests/bootstrap-e6f8ef4052bfb0c2 31310K |
| 3489 | 2026-03-19T03:16:46.186Z | a tests/commtest-24d786529c44a77c 32395K |
| 3490 | 2026-03-19T03:16:46.186Z | a tests/dhcp_server-58b78f45b9570bbf 31310K |
| 3491 | 2026-03-19T03:16:46.186Z | a tests/end_to_end_tests-a99e61b3cc7d9b0e 377876K |
| 3492 | 2026-03-19T03:16:46.186Z | a out/clickhouse.tar.gz 301709K |
| 3493 | 2026-03-19T03:16:46.186Z | a out/clickhouse_keeper.tar.gz 287173K |
| 3494 | 2026-03-19T03:16:46.186Z | a out/clickhouse_server.tar.gz 301708K |
| 3495 | 2026-03-19T03:16:46.187Z | a out/cockroachdb.tar.gz 156535K |
| 3496 | 2026-03-19T03:16:46.187Z | a out/crucible-pantry-zone.tar.gz 38990K |
| 3497 | 2026-03-19T03:16:46.187Z | a out/crucible-utils.tar 17744K |
| 3498 | 2026-03-19T03:16:46.187Z | a out/crucible-zone.tar.gz 53128K |
| 3499 | 2026-03-19T03:16:46.187Z | a out/external-dns.tar.gz 43604K |
| 3500 | 2026-03-19T03:16:46.187Z | a out/internal-dns.tar.gz 43604K |
| 3501 | 2026-03-19T03:16:46.187Z | a out/mg-ddm-gz.tar 78377K |
| 3502 | 2026-03-19T03:16:46.187Z | a out/nexus.tar.gz 209193K |
| 3503 | 2026-03-19T03:16:46.187Z | a out/ntp.tar.gz 25418K |
| 3504 | 2026-03-19T03:16:46.187Z | a out/omicron-gateway-softnpu.tar.gz 28225K |
| 3505 | 2026-03-19T03:16:46.187Z | a out/omicron-sled-agent.tar 186577K |
| 3506 | 2026-03-19T03:16:46.187Z | a out/overlay.tar.gz 3K |
| 3507 | 2026-03-19T03:16:46.187Z | a out/oximeter.tar.gz 57451K |
| 3508 | 2026-03-19T03:16:46.187Z | a out/oxlog.tar 3782K |
| 3509 | 2026-03-19T03:16:46.187Z | a out/probe.tar.gz 3037K |
| 3510 | 2026-03-19T03:16:46.187Z | a out/propolis-server.tar.gz 74633K |
| 3511 | 2026-03-19T03:16:46.187Z | a out/pumpkind-gz.tar 26647K |
| 3512 | 2026-03-19T03:16:46.188Z | a out/switch-softnpu.tar.gz 367943K |
| 3513 | 2026-03-19T03:16:46.192Z | |
| 3514 | 2026-03-19T03:16:46.192Z | real 1:39.640836894 |
| 3515 | 2026-03-19T03:16:46.192Z | user 1:36.508415849 |
| 3516 | 2026-03-19T03:16:46.192Z | sys 6.452594192 |
| 3517 | 2026-03-19T03:16:46.192Z | trap 0.007239906 |
| 3518 | 2026-03-19T03:16:46.192Z | tflt 0.000000000 |
| 3519 | 2026-03-19T03:16:46.192Z | dflt 0.000000000 |
| 3520 | 2026-03-19T03:16:46.192Z | kflt 0.000000000 |
| 3521 | 2026-03-19T03:16:46.193Z | lock 0.000000000 |
| 3522 | 2026-03-19T03:16:46.193Z | slp 1:35.669484610 |
| 3523 | 2026-03-19T03:16:46.193Z | lat 0.639374765 |
| 3524 | 2026-03-19T03:16:46.193Z | stop 0.000173831 |
| 3525 | 2026-03-19T03:16:46.193Z | process exited: duration 1283102 ms, exit code 0 |
| |
| 3526 | 2026-03-19T03:16:46.216Z | found 1 output files |
| 3527 | 2026-03-19T03:16:46.216Z | uploading: /work/package.tar.gz (2320079707 bytes) |
| 3528 | 2026-03-19T03:17:19.732Z | uploaded: /work/package.tar.gz |