|
|
|
| 1 | 2025-04-16T22:04:49.266Z | job assigned to worker 01JS0A2X8766WQTYEH35RSTJ3R [factory aws, i-0bc8611f896a33f9d] (queued for 46 s) |
| |
| 2 | 2025-04-16T22:04:57.966Z | starting task 0: "setup" |
| 3 | 2025-04-16T22:04:57.971Z | ++ uname -s |
| 4 | 2025-04-16T22:04:57.974Z | + kern=SunOS |
| 5 | 2025-04-16T22:04:57.974Z | + build_user=build |
| 6 | 2025-04-16T22:04:57.975Z | + build_uid=12345 |
| 7 | 2025-04-16T22:04:57.975Z | + work_dir=/work |
| 8 | 2025-04-16T22:04:57.975Z | + input_dir=/input |
| 9 | 2025-04-16T22:04:57.975Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-16T22:04:57.975Z | + case "$kern" in |
| 11 | 2025-04-16T22:04:57.975Z | + groupadd -g 12345 build |
| 12 | 2025-04-16T22:04:57.979Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-16T22:04:59.985Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-16T22:05:00.111Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-16T22:05:00.119Z | + home_fs=zfs |
| 16 | 2025-04-16T22:05:00.119Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-16T22:05:00.119Z | + mkdir -p /home/build |
| 18 | 2025-04-16T22:05:00.123Z | + chown build:build /home/build /work |
| 19 | 2025-04-16T22:05:02.118Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-16T22:05:02.121Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2025-04-16T22:05:02.129Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-16T22:05:02.135Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-16T22:05:02.135Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-16T22:05:02.136Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-04-16T22:05:02.136Z | * rust toolchain profile = "default" |
| 26 | 2025-04-16T22:05:02.136Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-16T22:05:02.136Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-16T22:05:02.140Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-16T22:05:02.140Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-16T22:05:02.254Z | info: downloading installer |
| 31 | 2025-04-16T22:05:03.515Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-16T22:05:03.515Z | warn: /opt/ooce/bin |
| 33 | 2025-04-16T22:05:03.515Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-16T22:05:03.515Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-16T22:05:03.515Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-16T22:05:03.515Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-16T22:05:03.515Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-16T22:05:03.515Z | error: cannot install while Rust is installed |
| 39 | 2025-04-16T22:05:03.515Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-16T22:05:03.558Z | info: profile set to 'default' |
| 41 | 2025-04-16T22:05:03.558Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-16T22:05:03.564Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-16T22:05:03.714Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-16T22:05:03.714Z | info: downloading component 'cargo' |
| 45 | 2025-04-16T22:05:04.484Z | info: downloading component 'clippy' |
| 46 | 2025-04-16T22:05:04.805Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-16T22:05:06.394Z | info: downloading component 'rust-std' |
| 48 | 2025-04-16T22:05:07.924Z | info: downloading component 'rustc' |
| 49 | 2025-04-16T22:05:15.233Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-16T22:05:15.473Z | info: installing component 'cargo' |
| 51 | 2025-04-16T22:05:16.315Z | info: installing component 'clippy' |
| 52 | 2025-04-16T22:05:16.701Z | info: installing component 'rust-docs' |
| 53 | 2025-04-16T22:05:18.582Z | info: installing component 'rust-std' |
| 54 | 2025-04-16T22:05:20.326Z | info: installing component 'rustc' |
| 55 | 2025-04-16T22:05:26.673Z | info: installing component 'rustfmt' |
| 56 | 2025-04-16T22:05:27.005Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-16T22:05:27.005Z | |
| 58 | 2025-04-16T22:05:27.421Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-16T22:05:27.421Z | |
| 60 | 2025-04-16T22:05:27.425Z | |
| 61 | 2025-04-16T22:05:27.425Z | Rust is installed now. Great! |
| 62 | 2025-04-16T22:05:27.425Z | |
| 63 | 2025-04-16T22:05:27.425Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-16T22:05:27.425Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-16T22:05:27.425Z | |
| 66 | 2025-04-16T22:05:27.425Z | To configure your current shell, you need to source |
| 67 | 2025-04-16T22:05:27.425Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-16T22:05:27.425Z | |
| 69 | 2025-04-16T22:05:27.425Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-16T22:05:27.425Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-16T22:05:27.425Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-16T22:05:27.425Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-16T22:05:27.507Z | + rustup --version |
| 74 | 2025-04-16T22:05:27.518Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-16T22:05:27.522Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-16T22:05:27.547Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-16T22:05:27.550Z | + cargo --version |
| 78 | 2025-04-16T22:05:27.571Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-16T22:05:27.574Z | + rustc --version |
| 80 | 2025-04-16T22:05:27.599Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-16T22:05:27.603Z | process exited: duration 25472 ms, exit code 0 |
| |
| 82 | 2025-04-16T22:05:27.609Z | starting task 2: "authentication" |
| 83 | 2025-04-16T22:05:27.631Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-04-16T22:05:27.638Z | starting task 3: "clone repository" |
| 85 | 2025-04-16T22:05:27.644Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-16T22:05:27.647Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-16T22:05:27.795Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-16T22:05:35.842Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-16T22:05:35.842Z | + git fetch origin b17d3b4b2f1809379ecaf8968b72a0530b6c5081 |
| 90 | 2025-04-16T22:05:36.229Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-16T22:05:36.229Z | * branch b17d3b4b2f1809379ecaf8968b72a0530b6c5081 -> FETCH_HEAD |
| 92 | 2025-04-16T22:05:36.240Z | + [[ -n dap/serialize ]] |
| 93 | 2025-04-16T22:05:36.243Z | ++ git branch --show-current |
| 94 | 2025-04-16T22:05:36.246Z | + current=main |
| 95 | 2025-04-16T22:05:36.246Z | + [[ main != dap/serialize ]] |
| 96 | 2025-04-16T22:05:36.246Z | + git branch -f dap/serialize b17d3b4b2f1809379ecaf8968b72a0530b6c5081 |
| 97 | 2025-04-16T22:05:36.249Z | + git checkout -f dap/serialize |
| 98 | 2025-04-16T22:05:36.436Z | Switched to branch 'dap/serialize' |
| 99 | 2025-04-16T22:05:36.439Z | + git reset --hard b17d3b4b2f1809379ecaf8968b72a0530b6c5081 |
| 100 | 2025-04-16T22:05:36.631Z | HEAD is now at b17d3b4b2 add test |
| 101 | 2025-04-16T22:05:36.634Z | process exited: duration 8994 ms, exit code 0 |
| |
| 102 | 2025-04-16T22:05:36.641Z | starting task 4: "build" |
| 103 | 2025-04-16T22:05:36.646Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-16T22:05:36.646Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-16T22:05:36.646Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-16T22:05:36.646Z | + cargo --version |
| 107 | 2025-04-16T22:05:36.703Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-16T22:05:36.707Z | + rustc --version |
| 109 | 2025-04-16T22:05:36.777Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-16T22:05:36.781Z | + WORK=/work |
| 111 | 2025-04-16T22:05:36.784Z | + pfexec mkdir -p /work |
| 112 | 2025-04-16T22:05:36.787Z | + pfexec chown build /work |
| 113 | 2025-04-16T22:05:36.790Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-04-16T22:05:41.931Z | pkg list: illegal option -- F |
| 115 | 2025-04-16T22:05:41.931Z | Usage: |
| 116 | 2025-04-16T22:05:41.931Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-04-16T22:05:41.934Z | [pkg_fmri_pattern ...] |
| 118 | 2025-04-16T22:05:42.791Z | pkg list: illegal option -- F |
| 119 | 2025-04-16T22:05:42.791Z | Usage: |
| 120 | 2025-04-16T22:05:42.791Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-04-16T22:05:42.791Z | [pkg_fmri_pattern ...] |
| 122 | 2025-04-16T22:05:51.537Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-04-16T22:05:56.903Z | Startup: Caching catalogs ... Done |
| 124 | 2025-04-16T22:06:14.923Z | Planning: Solver setup ... Done (16.942s) |
| 125 | 2025-04-16T22:06:15.114Z | Planning: Running solver ... Done (0.194s) |
| 126 | 2025-04-16T22:06:15.534Z | Planning: Finding local manifests ... Done (0.262s) |
| 127 | 2025-04-16T22:06:15.965Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-04-16T22:06:16.617Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-04-16T22:06:17.094Z | Planning: Package planning ... Done (0.477s) |
| 130 | 2025-04-16T22:06:17.152Z | Planning: Merging actions ... Done (0.057s) |
| 131 | 2025-04-16T22:06:18.216Z | Planning: Checking for conflicting actions ... Done (1.064s) |
| 132 | 2025-04-16T22:06:24.839Z | Planning: Consolidating action changes ... Done (6.621s) |
| 133 | 2025-04-16T22:06:25.307Z | Planning: Evaluating mediators ... Done (0.468s) |
| 134 | 2025-04-16T22:06:25.568Z | Planning: Planning completed in 28.55 seconds |
| 135 | 2025-04-16T22:06:26.161Z | Packages to install: 4 |
| 136 | 2025-04-16T22:06:26.162Z | Packages to update: 3 |
| 137 | 2025-04-16T22:06:26.162Z | Mediators to change: 2 |
| 138 | 2025-04-16T22:06:26.162Z | Services to change: 1 |
| 139 | 2025-04-16T22:06:26.162Z | Estimated space available: 155.56 GB |
| 140 | 2025-04-16T22:06:26.165Z | Estimated space to be consumed: 1.69 GB |
| 141 | 2025-04-16T22:06:26.165Z | Create boot environment: No |
| 142 | 2025-04-16T22:06:26.165Z | Create backup boot environment: Yes |
| 143 | 2025-04-16T22:06:26.165Z | Rebuild boot archive: No |
| 144 | 2025-04-16T22:06:26.165Z | |
| 145 | 2025-04-16T22:06:26.165Z | Changed mediators: |
| 146 | 2025-04-16T22:06:26.165Z | mediator clang: |
| 147 | 2025-04-16T22:06:26.165Z | version: None -> 15 (system default) |
| 148 | 2025-04-16T22:06:26.165Z | |
| 149 | 2025-04-16T22:06:26.165Z | mediator llvm: |
| 150 | 2025-04-16T22:06:26.165Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-04-16T22:06:26.165Z | |
| 152 | 2025-04-16T22:06:26.165Z | Changed packages: |
| 153 | 2025-04-16T22:06:26.165Z | helios-dev |
| 154 | 2025-04-16T22:06:26.165Z | developer/build-essential |
| 155 | 2025-04-16T22:06:26.165Z | None -> 11-2.0 |
| 156 | 2025-04-16T22:06:26.166Z | library/libxmlsec1 |
| 157 | 2025-04-16T22:06:26.166Z | None -> 1.2.35-2.0 |
| 158 | 2025-04-16T22:06:26.166Z | ooce/developer/clang-15 |
| 159 | 2025-04-16T22:06:26.166Z | None -> 15.0.7-2.0 |
| 160 | 2025-04-16T22:06:26.166Z | ooce/developer/llvm-15 |
| 161 | 2025-04-16T22:06:26.166Z | None -> 15.0.7-2.0 |
| 162 | 2025-04-16T22:06:26.166Z | package/pkg |
| 163 | 2025-04-16T22:06:26.166Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-04-16T22:06:26.166Z | system/library/g++-runtime |
| 165 | 2025-04-16T22:06:26.166Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-04-16T22:06:26.166Z | system/library/gcc-runtime |
| 167 | 2025-04-16T22:06:26.166Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-04-16T22:06:26.166Z | |
| 169 | 2025-04-16T22:06:26.166Z | Services: |
| 170 | 2025-04-16T22:06:26.166Z | restart_fmri: |
| 171 | 2025-04-16T22:06:26.166Z | svc:/system/update-man-index:default |
| 172 | 2025-04-16T22:06:26.166Z | |
| 173 | 2025-04-16T22:06:26.166Z | Editable files to change: |
| 174 | 2025-04-16T22:06:26.166Z | Update: |
| 175 | 2025-04-16T22:06:26.166Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-04-16T22:06:26.490Z | |
| 177 | 2025-04-16T22:06:26.490Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-04-16T22:06:32.606Z | Download: 213/4301 items 1.3/225.4MB 0% complete (895k/s) |
| 179 | 2025-04-16T22:06:37.606Z | Download: 807/4301 items 18.6/225.4MB 8% complete (1.8M/s) |
| 180 | 2025-04-16T22:06:42.607Z | Download: 1424/4301 items 109.6/225.4MB 48% complete (10.8M/s) |
| 181 | 2025-04-16T22:06:47.611Z | Download: 2598/4301 items 120.3/225.4MB 53% complete (10.2M/s) |
| 182 | 2025-04-16T22:06:52.649Z | Download: 3113/4301 items 135.1/225.4MB 59% complete (2.8M/s) |
| 183 | 2025-04-16T22:06:57.649Z | Download: 3249/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
| 184 | 2025-04-16T22:07:03.777Z | Download: 3289/4301 items 212.5/225.4MB 94% complete (9.1M/s) |
| 185 | 2025-04-16T22:07:08.781Z | Download: 4163/4301 items 220.0/225.4MB 97% complete (922k/s) |
| 186 | 2025-04-16T22:07:11.740Z | Download: Completed 225.42 MB in 45.25 seconds (5.0M/s) |
| 187 | 2025-04-16T22:07:13.786Z | Actions: 1/5122 actions (Removing old actions) |
| 188 | 2025-04-16T22:07:13.806Z | Actions: 194/5122 actions (Installing new actions) |
| 189 | 2025-04-16T22:07:18.856Z | Actions: 4098/5122 actions (Installing new actions) |
| 190 | 2025-04-16T22:07:20.059Z | Actions: 4267/5122 actions (Updating modified actions) |
| 191 | 2025-04-16T22:07:20.865Z | Actions: Completed 5122 actions in 7.08 seconds. |
| 192 | 2025-04-16T22:07:21.120Z | Done (0.246s) |
| 193 | 2025-04-16T22:07:21.123Z | Done (0.001s) |
| 194 | 2025-04-16T22:07:21.816Z | Done (0.695s) |
| 195 | 2025-04-16T22:07:28.033Z | Done (5.976s) |
| 196 | 2025-04-16T22:07:28.554Z | Done (0.443s) |
| 197 | 2025-04-16T22:07:28.557Z | Done (0.000s) |
| 198 | 2025-04-16T22:07:28.719Z | Done (0.000s) |
| 199 | 2025-04-16T22:07:29.491Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2025-04-16T22:07:29.654Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2025-04-16T22:07:29.657Z | Planning: Consolidating action changes ... Done |
| 202 | 2025-04-16T22:07:29.921Z | Planning: Evaluating mediators ... Done |
| 203 | 2025-04-16T22:07:29.924Z | Planning: Planning completed in 0.43 seconds |
| 204 | 2025-04-16T22:07:29.961Z | Mediators to change: 2 |
| 205 | 2025-04-16T22:07:29.961Z | Create boot environment: No |
| 206 | 2025-04-16T22:07:29.964Z | Create backup boot environment: No |
| 207 | 2025-04-16T22:07:30.038Z | Done |
| 208 | 2025-04-16T22:07:30.038Z | Done |
| 209 | 2025-04-16T22:07:30.500Z | Done |
| 210 | 2025-04-16T22:07:34.065Z | Done |
| 211 | 2025-04-16T22:07:34.163Z | Done |
| 212 | 2025-04-16T22:07:34.166Z | Done |
| 213 | 2025-04-16T22:07:34.291Z | Done |
| 214 | 2025-04-16T22:07:34.906Z | Planning: Evaluating mediator changes ... Done |
| 215 | 2025-04-16T22:07:34.909Z | Planning: Merging actions ... Done |
| 216 | 2025-04-16T22:07:35.095Z | Planning: Checking for conflicting actions ... Done |
| 217 | 2025-04-16T22:07:35.098Z | Planning: Consolidating action changes ... Done |
| 218 | 2025-04-16T22:07:35.359Z | Planning: Evaluating mediators ... Done |
| 219 | 2025-04-16T22:07:35.413Z | Planning: Planning completed in 0.75 seconds |
| 220 | 2025-04-16T22:07:35.456Z | Packages to change: 1 |
| 221 | 2025-04-16T22:07:35.456Z | Mediators to change: 1 |
| 222 | 2025-04-16T22:07:35.460Z | Services to change: 1 |
| 223 | 2025-04-16T22:07:35.460Z | Create boot environment: No |
| 224 | 2025-04-16T22:07:35.460Z | Create backup boot environment: Yes |
| 225 | 2025-04-16T22:07:37.712Z | Actions: 1/6 actions (Updating modified actions) |
| 226 | 2025-04-16T22:07:37.827Z | Actions: Completed 6 actions in 0.11 seconds. |
| 227 | 2025-04-16T22:07:37.830Z | Done |
| 228 | 2025-04-16T22:07:37.830Z | Done |
| 229 | 2025-04-16T22:07:37.967Z | Done |
| 230 | 2025-04-16T22:07:41.687Z | Done |
| 231 | 2025-04-16T22:07:41.785Z | Done |
| 232 | 2025-04-16T22:07:41.789Z | Done |
| 233 | 2025-04-16T22:07:41.924Z | Done |
| 234 | 2025-04-16T22:07:42.361Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 235 | 2025-04-16T22:07:42.361Z | clang system 15 system |
| 236 | 2025-04-16T22:07:42.361Z | csh system system illumos |
| 237 | 2025-04-16T22:07:42.361Z | ctags system system illumos |
| 238 | 2025-04-16T22:07:42.361Z | gcc vendor 12 vendor |
| 239 | 2025-04-16T22:07:42.361Z | gcc system 10 system |
| 240 | 2025-04-16T22:07:42.361Z | gcc system 7 system |
| 241 | 2025-04-16T22:07:42.361Z | go system 1.20 system |
| 242 | 2025-04-16T22:07:42.361Z | go system 1.19 system |
| 243 | 2025-04-16T22:07:42.361Z | llvm system 15 system |
| 244 | 2025-04-16T22:07:42.361Z | llvm system 14 system |
| 245 | 2025-04-16T22:07:42.361Z | mariadb system 10.6 system |
| 246 | 2025-04-16T22:07:42.361Z | mta vendor vendor dma |
| 247 | 2025-04-16T22:07:42.361Z | openjdk system 17 system |
| 248 | 2025-04-16T22:07:42.361Z | openjdk system 11 system |
| 249 | 2025-04-16T22:07:42.361Z | openjdk system 1.8 system |
| 250 | 2025-04-16T22:07:42.361Z | openssl vendor 3 vendor |
| 251 | 2025-04-16T22:07:42.361Z | perl system 5.36 system |
| 252 | 2025-04-16T22:07:42.361Z | postgresql system 15 system |
| 253 | 2025-04-16T22:07:42.361Z | postgresql system 13 system |
| 254 | 2025-04-16T22:07:42.361Z | python vendor 3 vendor |
| 255 | 2025-04-16T22:07:42.361Z | python system 2 system |
| 256 | 2025-04-16T22:07:42.362Z | python3 system 3.11 system |
| 257 | 2025-04-16T22:07:42.362Z | ruby system 3.0 system |
| 258 | 2025-04-16T22:07:42.362Z | words vendor vendor american-english |
| 259 | 2025-04-16T22:07:42.362Z | words system system australian-english |
| 260 | 2025-04-16T22:07:42.362Z | words system system british-english |
| 261 | 2025-04-16T22:07:42.362Z | words system system canadian-english |
| 262 | 2025-04-16T22:07:42.362Z | words system system french |
| 263 | 2025-04-16T22:07:42.362Z | words system system italian |
| 264 | 2025-04-16T22:07:42.362Z | words system system ngerman |
| 265 | 2025-04-16T22:07:42.362Z | words system system ogerman |
| 266 | 2025-04-16T22:07:42.362Z | words system system spanish |
| 267 | 2025-04-16T22:07:42.698Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2025-04-16T22:07:42.699Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2025-04-16T22:07:46.175Z | FMRI IFO |
| 270 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 277 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 280 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 283 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-04-16T22:07:46.175Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-04-16T22:07:47.079Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-04-16T22:07:47.369Z | Updating crates.io index |
| 287 | 2025-04-16T22:07:47.428Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2025-04-16T22:07:47.743Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2025-04-16T22:07:48.282Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2025-04-16T22:07:48.528Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2025-04-16T22:07:48.809Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2025-04-16T22:07:49.172Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-04-16T22:07:50.185Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2025-04-16T22:07:52.058Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2025-04-16T22:07:52.765Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 296 | 2025-04-16T22:07:53.540Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2025-04-16T22:07:53.850Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2025-04-16T22:07:54.204Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2025-04-16T22:07:54.796Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2025-04-16T22:07:55.174Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2025-04-16T22:07:55.682Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2025-04-16T22:07:56.005Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 303 | 2025-04-16T22:07:56.436Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 304 | 2025-04-16T22:07:56.734Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2025-04-16T22:07:57.027Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2025-04-16T22:07:57.314Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2025-04-16T22:07:57.621Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 308 | 2025-04-16T22:07:57.977Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-04-16T22:07:58.325Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-04-16T22:07:58.625Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 311 | 2025-04-16T22:07:59.125Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2025-04-16T22:07:59.600Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 313 | 2025-04-16T22:08:00.041Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2025-04-16T22:08:00.318Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 315 | 2025-04-16T22:08:00.710Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2025-04-16T22:08:01.115Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 317 | 2025-04-16T22:08:01.468Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2025-04-16T22:08:01.713Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2025-04-16T22:08:01.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2025-04-16T22:08:02.259Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2025-04-16T22:08:11.739Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 322 | 2025-04-16T22:08:13.291Z | Downloading crates ... |
| 323 | 2025-04-16T22:08:13.373Z | Downloaded equivalent v1.0.1 |
| 324 | 2025-04-16T22:08:13.384Z | Downloaded zerocopy-derive v0.7.35 |
| 325 | 2025-04-16T22:08:13.388Z | Downloaded swrite v0.1.0 |
| 326 | 2025-04-16T22:08:13.392Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2025-04-16T22:08:13.392Z | Downloaded scroll_derive v0.12.0 |
| 328 | 2025-04-16T22:08:13.395Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2025-04-16T22:08:13.400Z | Downloaded winnow v0.7.3 |
| 330 | 2025-04-16T22:08:13.406Z | Downloaded dtrace-parser v0.2.0 |
| 331 | 2025-04-16T22:08:13.409Z | Downloaded anstyle-query v1.1.1 |
| 332 | 2025-04-16T22:08:13.409Z | Downloaded anstyle v1.0.10 |
| 333 | 2025-04-16T22:08:13.415Z | Downloaded zerocopy v0.7.35 |
| 334 | 2025-04-16T22:08:13.424Z | Downloaded usdt-attr-macro v0.5.0 |
| 335 | 2025-04-16T22:08:13.427Z | Downloaded itoa v1.0.11 |
| 336 | 2025-04-16T22:08:13.427Z | Downloaded byteorder v1.5.0 |
| 337 | 2025-04-16T22:08:13.430Z | Downloaded bitflags v1.3.2 |
| 338 | 2025-04-16T22:08:13.430Z | Downloaded terminal_size v0.2.6 |
| 339 | 2025-04-16T22:08:13.433Z | Downloaded thread-id v4.2.2 |
| 340 | 2025-04-16T22:08:13.433Z | Downloaded strsim v0.11.1 |
| 341 | 2025-04-16T22:08:13.436Z | Downloaded fnv v1.0.7 |
| 342 | 2025-04-16T22:08:13.436Z | Downloaded dof v0.3.0 |
| 343 | 2025-04-16T22:08:13.436Z | Downloaded serde_tokenstream v0.2.2 |
| 344 | 2025-04-16T22:08:13.440Z | Downloaded heck v0.5.0 |
| 345 | 2025-04-16T22:08:13.440Z | Downloaded thiserror-impl v1.0.69 |
| 346 | 2025-04-16T22:08:13.443Z | Downloaded toml_datetime v0.6.8 |
| 347 | 2025-04-16T22:08:13.443Z | Downloaded thiserror v1.0.69 |
| 348 | 2025-04-16T22:08:13.446Z | Downloaded version_check v0.9.5 |
| 349 | 2025-04-16T22:08:13.449Z | Downloaded usdt-impl v0.5.0 |
| 350 | 2025-04-16T22:08:13.449Z | Downloaded memmap v0.7.0 |
| 351 | 2025-04-16T22:08:13.452Z | Downloaded tabled_derive v0.7.0 |
| 352 | 2025-04-16T22:08:13.452Z | Downloaded plain v0.2.3 |
| 353 | 2025-04-16T22:08:13.452Z | Downloaded macaddr v1.0.1 |
| 354 | 2025-04-16T22:08:13.455Z | Downloaded utf8parse v0.2.2 |
| 355 | 2025-04-16T22:08:13.455Z | Downloaded thiserror-impl v2.0.12 |
| 356 | 2025-04-16T22:08:13.460Z | Downloaded anstyle-parse v0.2.5 |
| 357 | 2025-04-16T22:08:13.460Z | Downloaded pest_generator v2.7.14 |
| 358 | 2025-04-16T22:08:13.464Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2025-04-16T22:08:13.464Z | Downloaded fs-err v2.11.0 |
| 360 | 2025-04-16T22:08:13.464Z | Downloaded unicode-linebreak v0.1.5 |
| 361 | 2025-04-16T22:08:13.464Z | Downloaded anstream v0.6.15 |
| 362 | 2025-04-16T22:08:13.468Z | Downloaded smawk v0.3.2 |
| 363 | 2025-04-16T22:08:13.468Z | Downloaded serde_spanned v0.6.8 |
| 364 | 2025-04-16T22:08:13.468Z | Downloaded is_terminal_polyfill v1.70.1 |
| 365 | 2025-04-16T22:08:13.468Z | Downloaded usdt v0.5.0 |
| 366 | 2025-04-16T22:08:13.472Z | Downloaded bytecount v0.6.8 |
| 367 | 2025-04-16T22:08:13.472Z | Downloaded io-lifetimes v1.0.11 |
| 368 | 2025-04-16T22:08:13.475Z | Downloaded camino v1.1.9 |
| 369 | 2025-04-16T22:08:13.475Z | Downloaded digest v0.10.7 |
| 370 | 2025-04-16T22:08:13.478Z | Downloaded thiserror v2.0.12 |
| 371 | 2025-04-16T22:08:13.482Z | Downloaded tempfile v3.13.0 |
| 372 | 2025-04-16T22:08:13.486Z | Downloaded sha2 v0.10.8 |
| 373 | 2025-04-16T22:08:13.489Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2025-04-16T22:08:13.489Z | Downloaded pest_derive v2.7.14 |
| 375 | 2025-04-16T22:08:13.492Z | Downloaded semver v1.0.25 |
| 376 | 2025-04-16T22:08:13.496Z | Downloaded once_cell v1.21.3 |
| 377 | 2025-04-16T22:08:13.496Z | Downloaded scroll v0.12.0 |
| 378 | 2025-04-16T22:08:13.499Z | Downloaded fastrand v2.1.1 |
| 379 | 2025-04-16T22:08:13.499Z | Downloaded unicode-ident v1.0.14 |
| 380 | 2025-04-16T22:08:13.503Z | Downloaded bitflags v2.9.0 |
| 381 | 2025-04-16T22:08:13.506Z | Downloaded quote v1.0.39 |
| 382 | 2025-04-16T22:08:13.509Z | Downloaded toml v0.8.20 |
| 383 | 2025-04-16T22:08:13.512Z | Downloaded textwrap v0.16.1 |
| 384 | 2025-04-16T22:08:13.512Z | Downloaded proc-macro2 v1.0.94 |
| 385 | 2025-04-16T22:08:13.515Z | Downloaded terminal_size v0.4.0 |
| 386 | 2025-04-16T22:08:13.515Z | Downloaded pest_meta v2.7.14 |
| 387 | 2025-04-16T22:08:13.518Z | Downloaded log v0.4.22 |
| 388 | 2025-04-16T22:08:13.521Z | Downloaded typenum v1.17.0 |
| 389 | 2025-04-16T22:08:13.525Z | Downloaded ucd-trie v0.1.7 |
| 390 | 2025-04-16T22:08:13.525Z | Downloaded papergrid v0.11.0 |
| 391 | 2025-04-16T22:08:13.528Z | Downloaded serde_derive v1.0.219 |
| 392 | 2025-04-16T22:08:13.531Z | Downloaded clap v4.5.35 |
| 393 | 2025-04-16T22:08:13.538Z | Downloaded anyhow v1.0.97 |
| 394 | 2025-04-16T22:08:13.541Z | Downloaded serde v1.0.219 |
| 395 | 2025-04-16T22:08:13.545Z | Downloaded ryu v1.0.18 |
| 396 | 2025-04-16T22:08:13.548Z | Downloaded clap_derive v4.5.32 |
| 397 | 2025-04-16T22:08:13.551Z | Downloaded clap_lex v0.7.4 |
| 398 | 2025-04-16T22:08:13.551Z | Downloaded camino-tempfile v1.1.1 |
| 399 | 2025-04-16T22:08:13.555Z | Downloaded memchr v2.7.4 |
| 400 | 2025-04-16T22:08:13.559Z | Downloaded indexmap v2.7.1 |
| 401 | 2025-04-16T22:08:13.562Z | Downloaded cargo_toml v0.21.0 |
| 402 | 2025-04-16T22:08:13.562Z | Downloaded cargo_metadata v0.19.2 |
| 403 | 2025-04-16T22:08:13.565Z | Downloaded heck v0.4.1 |
| 404 | 2025-04-16T22:08:13.565Z | Downloaded generic-array v0.14.7 |
| 405 | 2025-04-16T22:08:13.568Z | Downloaded errno v0.3.9 |
| 406 | 2025-04-16T22:08:13.568Z | Downloaded crypto-common v0.1.6 |
| 407 | 2025-04-16T22:08:13.568Z | Downloaded cpufeatures v0.2.14 |
| 408 | 2025-04-16T22:08:13.571Z | Downloaded colorchoice v1.0.2 |
| 409 | 2025-04-16T22:08:13.571Z | Downloaded toml_edit v0.22.24 |
| 410 | 2025-04-16T22:08:13.590Z | Downloaded cargo-platform v0.1.8 |
| 411 | 2025-04-16T22:08:13.594Z | Downloaded pest v2.7.14 |
| 412 | 2025-04-16T22:08:13.597Z | Downloaded hashbrown v0.15.1 |
| 413 | 2025-04-16T22:08:13.601Z | Downloaded cfg-if v1.0.0 |
| 414 | 2025-04-16T22:08:13.604Z | Downloaded block-buffer v0.10.4 |
| 415 | 2025-04-16T22:08:13.604Z | Downloaded autocfg v1.4.0 |
| 416 | 2025-04-16T22:08:13.607Z | Downloaded clap_builder v4.5.35 |
| 417 | 2025-04-16T22:08:13.613Z | Downloaded serde_json v1.0.140 |
| 418 | 2025-04-16T22:08:13.620Z | Downloaded goblin v0.8.2 |
| 419 | 2025-04-16T22:08:13.629Z | Downloaded tabled v0.15.0 |
| 420 | 2025-04-16T22:08:13.645Z | Downloaded unicode-width v0.1.14 |
| 421 | 2025-04-16T22:08:13.652Z | Downloaded syn v1.0.109 |
| 422 | 2025-04-16T22:08:13.661Z | Downloaded syn v2.0.98 |
| 423 | 2025-04-16T22:08:13.671Z | Downloaded rustix v0.37.28 |
| 424 | 2025-04-16T22:08:13.688Z | Downloaded rustix v0.38.37 |
| 425 | 2025-04-16T22:08:13.724Z | Downloaded libc v0.2.171 |
| 426 | 2025-04-16T22:08:13.868Z | Compiling proc-macro2 v1.0.94 |
| 427 | 2025-04-16T22:08:13.868Z | Compiling unicode-ident v1.0.14 |
| 428 | 2025-04-16T22:08:13.872Z | Compiling version_check v0.9.5 |
| 429 | 2025-04-16T22:08:13.872Z | Compiling serde v1.0.219 |
| 430 | 2025-04-16T22:08:13.872Z | Compiling libc v0.2.171 |
| 431 | 2025-04-16T22:08:13.872Z | Compiling memchr v2.7.4 |
| 432 | 2025-04-16T22:08:13.907Z | Compiling thiserror v1.0.69 |
| 433 | 2025-04-16T22:08:13.911Z | Compiling itoa v1.0.11 |
| 434 | 2025-04-16T22:08:14.143Z | Compiling ryu v1.0.18 |
| 435 | 2025-04-16T22:08:14.221Z | Compiling ucd-trie v0.1.7 |
| 436 | 2025-04-16T22:08:14.467Z | Compiling once_cell v1.21.3 |
| 437 | 2025-04-16T22:08:14.639Z | Compiling byteorder v1.5.0 |
| 438 | 2025-04-16T22:08:14.983Z | Compiling serde_json v1.0.140 |
| 439 | 2025-04-16T22:08:15.276Z | Compiling rustix v0.38.37 |
| 440 | 2025-04-16T22:08:15.343Z | Compiling bitflags v2.9.0 |
| 441 | 2025-04-16T22:08:15.405Z | Compiling proc-macro-error-attr v1.0.4 |
| 442 | 2025-04-16T22:08:15.489Z | Compiling usdt-impl v0.5.0 |
| 443 | 2025-04-16T22:08:15.694Z | Compiling syn v1.0.109 |
| 444 | 2025-04-16T22:08:15.721Z | Compiling io-lifetimes v1.0.11 |
| 445 | 2025-04-16T22:08:15.821Z | Compiling proc-macro-error v1.0.4 |
| 446 | 2025-04-16T22:08:16.002Z | Compiling camino v1.1.9 |
| 447 | 2025-04-16T22:08:16.077Z | Compiling thread-id v4.2.2 |
| 448 | 2025-04-16T22:08:16.101Z | Compiling equivalent v1.0.1 |
| 449 | 2025-04-16T22:08:16.123Z | Compiling plain v0.2.3 |
| 450 | 2025-04-16T22:08:16.194Z | Compiling hashbrown v0.15.1 |
| 451 | 2025-04-16T22:08:16.224Z | Compiling log v0.4.22 |
| 452 | 2025-04-16T22:08:16.290Z | Compiling quote v1.0.39 |
| 453 | 2025-04-16T22:08:16.418Z | Compiling rustix v0.37.28 |
| 454 | 2025-04-16T22:08:16.553Z | Compiling errno v0.3.9 |
| 455 | 2025-04-16T22:08:16.581Z | Compiling utf8parse v0.2.2 |
| 456 | 2025-04-16T22:08:16.714Z | Compiling syn v2.0.98 |
| 457 | 2025-04-16T22:08:16.788Z | Compiling anstyle-parse v0.2.5 |
| 458 | 2025-04-16T22:08:17.208Z | Compiling semver v1.0.25 |
| 459 | 2025-04-16T22:08:17.304Z | Compiling indexmap v2.7.1 |
| 460 | 2025-04-16T22:08:17.384Z | Compiling anstyle v1.0.10 |
| 461 | 2025-04-16T22:08:17.546Z | Compiling pretty-hex v0.4.1 |
| 462 | 2025-04-16T22:08:17.715Z | Compiling unicode-width v0.1.14 |
| 463 | 2025-04-16T22:08:17.761Z | Compiling anstyle-query v1.1.1 |
| 464 | 2025-04-16T22:08:17.811Z | Compiling is_terminal_polyfill v1.70.1 |
| 465 | 2025-04-16T22:08:17.841Z | Compiling thiserror v2.0.12 |
| 466 | 2025-04-16T22:08:17.926Z | Compiling bitflags v1.3.2 |
| 467 | 2025-04-16T22:08:17.953Z | Compiling colorchoice v1.0.2 |
| 468 | 2025-04-16T22:08:18.043Z | Compiling winnow v0.7.3 |
| 469 | 2025-04-16T22:08:18.124Z | Compiling autocfg v1.4.0 |
| 470 | 2025-04-16T22:08:18.274Z | Compiling anstream v0.6.15 |
| 471 | 2025-04-16T22:08:18.840Z | Compiling terminal_size v0.4.0 |
| 472 | 2025-04-16T22:08:19.081Z | Compiling fs-err v2.11.0 |
| 473 | 2025-04-16T22:08:19.105Z | Compiling fnv v1.0.7 |
| 474 | 2025-04-16T22:08:19.177Z | Compiling bytecount v0.6.8 |
| 475 | 2025-04-16T22:08:19.251Z | Compiling cfg-if v1.0.0 |
| 476 | 2025-04-16T22:08:19.323Z | Compiling strsim v0.11.1 |
| 477 | 2025-04-16T22:08:19.366Z | Compiling heck v0.5.0 |
| 478 | 2025-04-16T22:08:19.390Z | Compiling heck v0.4.1 |
| 479 | 2025-04-16T22:08:19.416Z | Compiling clap_lex v0.7.4 |
| 480 | 2025-04-16T22:08:19.821Z | Compiling anyhow v1.0.97 |
| 481 | 2025-04-16T22:08:19.866Z | Compiling fastrand v2.1.1 |
| 482 | 2025-04-16T22:08:20.034Z | Compiling clap_builder v4.5.35 |
| 483 | 2025-04-16T22:08:20.238Z | Compiling tempfile v3.13.0 |
| 484 | 2025-04-16T22:08:20.347Z | Compiling terminal_size v0.2.6 |
| 485 | 2025-04-16T22:08:20.533Z | Compiling papergrid v0.11.0 |
| 486 | 2025-04-16T22:08:20.559Z | Compiling memmap v0.7.0 |
| 487 | 2025-04-16T22:08:20.812Z | Compiling unicode-linebreak v0.1.5 |
| 488 | 2025-04-16T22:08:20.874Z | Compiling smawk v0.3.2 |
| 489 | 2025-04-16T22:08:21.307Z | Compiling textwrap v0.16.1 |
| 490 | 2025-04-16T22:08:21.434Z | Compiling swrite v0.1.0 |
| 491 | 2025-04-16T22:08:21.579Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 492 | 2025-04-16T22:08:21.993Z | Compiling tabled_derive v0.7.0 |
| 493 | 2025-04-16T22:08:23.446Z | Compiling tabled v0.15.0 |
| 494 | 2025-04-16T22:08:23.724Z | Compiling serde_derive v1.0.219 |
| 495 | 2025-04-16T22:08:23.724Z | Compiling thiserror-impl v1.0.69 |
| 496 | 2025-04-16T22:08:23.727Z | Compiling zerocopy-derive v0.7.35 |
| 497 | 2025-04-16T22:08:23.727Z | Compiling scroll_derive v0.12.0 |
| 498 | 2025-04-16T22:08:23.727Z | Compiling thiserror-impl v2.0.12 |
| 499 | 2025-04-16T22:08:25.095Z | Compiling scroll v0.12.0 |
| 500 | 2025-04-16T22:08:25.485Z | Compiling clap_derive v4.5.32 |
| 501 | 2025-04-16T22:08:25.630Z | Compiling goblin v0.8.2 |
| 502 | 2025-04-16T22:08:25.800Z | Compiling zerocopy v0.7.35 |
| 503 | 2025-04-16T22:08:26.604Z | Compiling pest v2.7.14 |
| 504 | 2025-04-16T22:08:28.551Z | Compiling clap v4.5.35 |
| 505 | 2025-04-16T22:08:28.875Z | Compiling pest_meta v2.7.14 |
| 506 | 2025-04-16T22:08:29.753Z | Compiling pest_generator v2.7.14 |
| 507 | 2025-04-16T22:08:31.136Z | Compiling pest_derive v2.7.14 |
| 508 | 2025-04-16T22:08:31.788Z | Compiling dtrace-parser v0.2.0 |
| 509 | 2025-04-16T22:08:32.790Z | Compiling serde_tokenstream v0.2.2 |
| 510 | 2025-04-16T22:08:32.884Z | Compiling toml_datetime v0.6.8 |
| 511 | 2025-04-16T22:08:32.884Z | Compiling serde_spanned v0.6.8 |
| 512 | 2025-04-16T22:08:33.112Z | Compiling cargo-platform v0.1.8 |
| 513 | 2025-04-16T22:08:33.166Z | Compiling macaddr v1.0.1 |
| 514 | 2025-04-16T22:08:33.326Z | Compiling toml_edit v0.22.24 |
| 515 | 2025-04-16T22:08:33.507Z | Compiling camino-tempfile v1.1.1 |
| 516 | 2025-04-16T22:08:34.124Z | Compiling dof v0.3.0 |
| 517 | 2025-04-16T22:08:34.309Z | Compiling cargo_metadata v0.19.2 |
| 518 | 2025-04-16T22:08:35.481Z | Compiling usdt-macro v0.5.0 |
| 519 | 2025-04-16T22:08:35.481Z | Compiling usdt-attr-macro v0.5.0 |
| 520 | 2025-04-16T22:08:36.053Z | Compiling toml v0.8.20 |
| 521 | 2025-04-16T22:08:36.596Z | Compiling usdt v0.5.0 |
| 522 | 2025-04-16T22:08:36.921Z | Compiling cargo_toml v0.21.0 |
| 523 | 2025-04-16T22:08:39.471Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 524 | 2025-04-16T22:08:42.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.84s |
| 525 | 2025-04-16T22:08:42.920Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 526 | 2025-04-16T22:08:43.551Z | Downloading crates ... |
| 527 | 2025-04-16T22:08:43.668Z | Downloaded atty v0.2.14 |
| 528 | 2025-04-16T22:08:43.681Z | Downloaded atomicwrites v0.4.4 |
| 529 | 2025-04-16T22:08:43.685Z | Downloaded aead v0.5.2 |
| 530 | 2025-04-16T22:08:43.688Z | Downloaded ciborium-io v0.2.2 |
| 531 | 2025-04-16T22:08:43.693Z | Downloaded cfg_aliases v0.2.1 |
| 532 | 2025-04-16T22:08:43.693Z | Downloaded hex v0.4.3 |
| 533 | 2025-04-16T22:08:43.699Z | Downloaded crunchy v0.2.2 |
| 534 | 2025-04-16T22:08:43.702Z | Downloaded hex-literal v0.4.1 |
| 535 | 2025-04-16T22:08:43.702Z | Downloaded hickory-client v0.24.4 |
| 536 | 2025-04-16T22:08:43.708Z | Downloaded crucible-workspace-hack v0.1.0 |
| 537 | 2025-04-16T22:08:43.713Z | Downloaded cstr-argument v0.1.2 |
| 538 | 2025-04-16T22:08:43.713Z | Downloaded http-range v0.1.5 |
| 539 | 2025-04-16T22:08:43.716Z | Downloaded ident_case v1.0.1 |
| 540 | 2025-04-16T22:08:43.716Z | Downloaded bb8 v0.8.5 |
| 541 | 2025-04-16T22:08:43.716Z | Downloaded cfg_aliases v0.1.1 |
| 542 | 2025-04-16T22:08:43.719Z | Downloaded icu_provider_macros v1.5.0 |
| 543 | 2025-04-16T22:08:43.719Z | Downloaded adler2 v2.0.0 |
| 544 | 2025-04-16T22:08:43.723Z | Downloaded hubpack_derive v0.1.1 |
| 545 | 2025-04-16T22:08:43.723Z | Downloaded atomic-waker v1.1.2 |
| 546 | 2025-04-16T22:08:43.726Z | Downloaded crc8 v0.1.1 |
| 547 | 2025-04-16T22:08:43.726Z | Downloaded assert_matches v1.5.0 |
| 548 | 2025-04-16T22:08:43.729Z | Downloaded arrayref v0.3.9 |
| 549 | 2025-04-16T22:08:43.733Z | Downloaded is_ci v1.2.0 |
| 550 | 2025-04-16T22:08:43.733Z | Downloaded http-body v1.0.1 |
| 551 | 2025-04-16T22:08:43.736Z | Downloaded instant v0.1.13 |
| 552 | 2025-04-16T22:08:43.736Z | Downloaded ciborium-ll v0.2.2 |
| 553 | 2025-04-16T22:08:43.739Z | Downloaded chrono-tz-build v0.4.0 |
| 554 | 2025-04-16T22:08:43.739Z | Downloaded bit-vec v0.6.3 |
| 555 | 2025-04-16T22:08:43.742Z | Downloaded constant_time_eq v0.3.1 |
| 556 | 2025-04-16T22:08:43.746Z | Downloaded cobs v0.2.3 |
| 557 | 2025-04-16T22:08:43.746Z | Downloaded cmake v0.1.51 |
| 558 | 2025-04-16T22:08:43.749Z | Downloaded castaway v0.2.3 |
| 559 | 2025-04-16T22:08:43.752Z | Downloaded crossbeam-deque v0.8.5 |
| 560 | 2025-04-16T22:08:43.752Z | Downloaded convert_case v0.4.0 |
| 561 | 2025-04-16T22:08:43.755Z | Downloaded md5 v0.7.0 |
| 562 | 2025-04-16T22:08:43.755Z | Downloaded match_cfg v0.1.0 |
| 563 | 2025-04-16T22:08:43.758Z | Downloaded block-padding v0.3.3 |
| 564 | 2025-04-16T22:08:43.758Z | Downloaded bit-set v0.8.0 |
| 565 | 2025-04-16T22:08:43.761Z | Downloaded bit-set v0.5.3 |
| 566 | 2025-04-16T22:08:43.764Z | Downloaded quick-error v1.2.3 |
| 567 | 2025-04-16T22:08:43.767Z | Downloaded hyper-tls v0.6.0 |
| 568 | 2025-04-16T22:08:43.767Z | Downloaded hostname v0.4.0 |
| 569 | 2025-04-16T22:08:43.770Z | Downloaded humantime v2.1.0 |
| 570 | 2025-04-16T22:08:43.773Z | Downloaded hubpack v0.1.2 |
| 571 | 2025-04-16T22:08:43.773Z | Downloaded http-body-util v0.1.3 |
| 572 | 2025-04-16T22:08:43.776Z | Downloaded blowfish v0.9.1 |
| 573 | 2025-04-16T22:08:43.779Z | Downloaded httpdate v1.0.3 |
| 574 | 2025-04-16T22:08:43.782Z | Downloaded arrayvec v0.7.6 |
| 575 | 2025-04-16T22:08:43.785Z | Downloaded inout v0.1.3 |
| 576 | 2025-04-16T22:08:43.785Z | Downloaded cipher v0.4.4 |
| 577 | 2025-04-16T22:08:43.789Z | Downloaded is-terminal v0.4.13 |
| 578 | 2025-04-16T22:08:43.789Z | Downloaded argon2 v0.5.3 |
| 579 | 2025-04-16T22:08:43.792Z | Downloaded lru v0.12.5 |
| 580 | 2025-04-16T22:08:43.795Z | Downloaded async-stream v0.3.6 |
| 581 | 2025-04-16T22:08:43.798Z | Downloaded ipnetwork v0.21.1 |
| 582 | 2025-04-16T22:08:43.801Z | Downloaded memoffset v0.9.1 |
| 583 | 2025-04-16T22:08:43.804Z | Downloaded const_format_proc_macros v0.2.34 |
| 584 | 2025-04-16T22:08:43.807Z | Downloaded libsw-core v0.3.1 |
| 585 | 2025-04-16T22:08:43.810Z | Downloaded crc v3.2.1 |
| 586 | 2025-04-16T22:08:43.816Z | Downloaded managed v0.8.0 |
| 587 | 2025-04-16T22:08:43.816Z | Downloaded lru-cache v0.1.2 |
| 588 | 2025-04-16T22:08:43.819Z | Downloaded colored v2.2.0 |
| 589 | 2025-04-16T22:08:43.819Z | Downloaded lalrpop-util v0.19.12 |
| 590 | 2025-04-16T22:08:43.819Z | Downloaded cbc v0.1.2 |
| 591 | 2025-04-16T22:08:43.823Z | Downloaded serde-big-array v0.5.1 |
| 592 | 2025-04-16T22:08:43.826Z | Downloaded rustc-hash v2.1.1 |
| 593 | 2025-04-16T22:08:43.829Z | Downloaded take_mut v0.2.2 |
| 594 | 2025-04-16T22:08:43.829Z | Downloaded crc32fast v1.4.2 |
| 595 | 2025-04-16T22:08:43.842Z | Downloaded tinyvec_macros v0.1.1 |
| 596 | 2025-04-16T22:08:43.842Z | Downloaded simd-adler32 v0.3.7 |
| 597 | 2025-04-16T22:08:43.842Z | Downloaded hyper-rustls v0.27.3 |
| 598 | 2025-04-16T22:08:43.842Z | Downloaded rand_chacha v0.9.0 |
| 599 | 2025-04-16T22:08:43.842Z | Downloaded highway v1.3.0 |
| 600 | 2025-04-16T22:08:43.846Z | Downloaded ref-cast-impl v1.0.23 |
| 601 | 2025-04-16T22:08:43.846Z | Downloaded strum v0.26.3 |
| 602 | 2025-04-16T22:08:43.850Z | Downloaded structmeta-derive v0.3.0 |
| 603 | 2025-04-16T22:08:43.850Z | Downloaded icu_locid_transform v1.5.0 |
| 604 | 2025-04-16T22:08:43.853Z | Downloaded jobserver v0.1.32 |
| 605 | 2025-04-16T22:08:43.856Z | Downloaded rand_xorshift v0.3.0 |
| 606 | 2025-04-16T22:08:43.859Z | Downloaded rustc_version v0.1.7 |
| 607 | 2025-04-16T22:08:43.859Z | Downloaded iana-time-zone v0.1.61 |
| 608 | 2025-04-16T22:08:43.863Z | Downloaded lock_api v0.4.12 |
| 609 | 2025-04-16T22:08:43.866Z | Downloaded litemap v0.7.3 |
| 610 | 2025-04-16T22:08:43.869Z | Downloaded memmap2 v0.9.5 |
| 611 | 2025-04-16T22:08:43.872Z | Downloaded crossbeam-utils v0.8.21 |
| 612 | 2025-04-16T22:08:43.875Z | Downloaded waitgroup v0.1.2 |
| 613 | 2025-04-16T22:08:43.875Z | Downloaded schemars_derive v0.8.22 |
| 614 | 2025-04-16T22:08:43.879Z | Downloaded ipnet v2.11.0 |
| 615 | 2025-04-16T22:08:43.882Z | Downloaded slog-json v2.6.1 |
| 616 | 2025-04-16T22:08:43.885Z | Downloaded typify-macro v0.2.0 |
| 617 | 2025-04-16T22:08:43.885Z | Downloaded shlex v1.3.0 |
| 618 | 2025-04-16T22:08:43.889Z | Downloaded dirs-sys-next v0.1.2 |
| 619 | 2025-04-16T22:08:43.892Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 620 | 2025-04-16T22:08:43.892Z | Downloaded const-oid v0.9.6 |
| 621 | 2025-04-16T22:08:43.895Z | Downloaded smf v0.2.3 |
| 622 | 2025-04-16T22:08:43.898Z | Downloaded topological-sort v0.2.2 |
| 623 | 2025-04-16T22:08:43.898Z | Downloaded serde_repr v0.1.19 |
| 624 | 2025-04-16T22:08:43.901Z | Downloaded serde_plain v1.0.2 |
| 625 | 2025-04-16T22:08:43.904Z | Downloaded tiny-keccak v2.0.2 |
| 626 | 2025-04-16T22:08:43.907Z | Downloaded foreign-types-shared v0.3.1 |
| 627 | 2025-04-16T22:08:43.907Z | Downloaded lazy_static v1.5.0 |
| 628 | 2025-04-16T22:08:43.910Z | Downloaded icu_locid_transform_data v1.5.0 |
| 629 | 2025-04-16T22:08:43.913Z | Downloaded tinystr v0.7.6 |
| 630 | 2025-04-16T22:08:43.917Z | Downloaded time-macros v0.2.18 |
| 631 | 2025-04-16T22:08:43.921Z | Downloaded libloading v0.8.5 |
| 632 | 2025-04-16T22:08:43.924Z | Downloaded indexmap v1.9.3 |
| 633 | 2025-04-16T22:08:43.927Z | Downloaded bcs v0.1.6 |
| 634 | 2025-04-16T22:08:43.930Z | Downloaded hmac v0.12.1 |
| 635 | 2025-04-16T22:08:43.933Z | Downloaded mime_guess v2.0.5 |
| 636 | 2025-04-16T22:08:43.933Z | Downloaded num-iter v0.1.45 |
| 637 | 2025-04-16T22:08:43.936Z | Downloaded litrs v0.4.1 |
| 638 | 2025-04-16T22:08:43.939Z | Downloaded normalize-line-endings v0.3.0 |
| 639 | 2025-04-16T22:08:43.939Z | Downloaded allocator-api2 v0.2.18 |
| 640 | 2025-04-16T22:08:43.943Z | Downloaded backtrace v0.3.74 |
| 641 | 2025-04-16T22:08:43.948Z | Downloaded walkdir v2.5.0 |
| 642 | 2025-04-16T22:08:43.951Z | Downloaded zeroize v1.8.1 |
| 643 | 2025-04-16T22:08:43.957Z | Downloaded unicode-truncate v1.1.0 |
| 644 | 2025-04-16T22:08:43.957Z | Downloaded data-encoding v2.6.0 |
| 645 | 2025-04-16T22:08:43.960Z | Downloaded progenitor-impl v0.8.0 |
| 646 | 2025-04-16T22:08:43.960Z | Downloaded rand_chacha v0.3.1 |
| 647 | 2025-04-16T22:08:43.963Z | Downloaded pretty-hex v0.2.1 |
| 648 | 2025-04-16T22:08:43.963Z | Downloaded deranged v0.3.11 |
| 649 | 2025-04-16T22:08:43.966Z | Downloaded debug-ignore v1.0.5 |
| 650 | 2025-04-16T22:08:43.966Z | Downloaded ed25519 v2.2.3 |
| 651 | 2025-04-16T22:08:43.969Z | Downloaded fixedbitset v0.4.2 |
| 652 | 2025-04-16T22:08:43.972Z | Downloaded dyn-clone v1.0.19 |
| 653 | 2025-04-16T22:08:43.972Z | Downloaded futures-core v0.3.31 |
| 654 | 2025-04-16T22:08:43.975Z | Downloaded ff v0.13.0 |
| 655 | 2025-04-16T22:08:43.979Z | Downloaded tokio-tungstenite v0.23.1 |
| 656 | 2025-04-16T22:08:43.979Z | Downloaded hyper-util v0.1.10 |
| 657 | 2025-04-16T22:08:43.994Z | Downloaded indicatif v0.17.11 |
| 658 | 2025-04-16T22:08:43.999Z | Downloaded icu_properties v1.5.1 |
| 659 | 2025-04-16T22:08:44.002Z | Downloaded packed_struct_codegen v0.10.1 |
| 660 | 2025-04-16T22:08:44.005Z | Downloaded rustc-hash v1.1.0 |
| 661 | 2025-04-16T22:08:44.008Z | Downloaded group v0.13.0 |
| 662 | 2025-04-16T22:08:44.008Z | Downloaded pbkdf2 v0.12.2 |
| 663 | 2025-04-16T22:08:44.012Z | Downloaded ghash v0.5.1 |
| 664 | 2025-04-16T22:08:44.012Z | Downloaded blake2 v0.10.6 |
| 665 | 2025-04-16T22:08:44.015Z | Downloaded stable_deref_trait v1.2.0 |
| 666 | 2025-04-16T22:08:44.018Z | Downloaded num v0.4.3 |
| 667 | 2025-04-16T22:08:44.018Z | Downloaded glob v0.3.2 |
| 668 | 2025-04-16T22:08:44.021Z | Downloaded phf v0.11.2 |
| 669 | 2025-04-16T22:08:44.021Z | Downloaded daft-derive v0.1.3 |
| 670 | 2025-04-16T22:08:44.025Z | Downloaded xz2 v0.1.7 |
| 671 | 2025-04-16T22:08:44.033Z | Downloaded miniz_oxide v0.8.5 |
| 672 | 2025-04-16T22:08:44.033Z | Downloaded proc-macro-error2 v2.0.1 |
| 673 | 2025-04-16T22:08:44.039Z | Downloaded write16 v1.0.0 |
| 674 | 2025-04-16T22:08:44.039Z | Downloaded try-lock v0.2.5 |
| 675 | 2025-04-16T22:08:44.039Z | Downloaded termtree v0.5.1 |
| 676 | 2025-04-16T22:08:44.039Z | Downloaded vte_generate_state_changes v0.1.2 |
| 677 | 2025-04-16T22:08:44.045Z | Downloaded xshell-macros v0.2.7 |
| 678 | 2025-04-16T22:08:44.045Z | Downloaded slog-envlogger v2.2.0 |
| 679 | 2025-04-16T22:08:44.045Z | Downloaded filetime v0.2.25 |
| 680 | 2025-04-16T22:08:44.045Z | Downloaded tinyvec v1.8.0 |
| 681 | 2025-04-16T22:08:44.051Z | Downloaded unicode-properties v0.1.3 |
| 682 | 2025-04-16T22:08:44.057Z | Downloaded slog-dtrace v0.3.0 |
| 683 | 2025-04-16T22:08:44.057Z | Downloaded semver v0.1.20 |
| 684 | 2025-04-16T22:08:44.057Z | Downloaded rustls-pemfile v2.2.0 |
| 685 | 2025-04-16T22:08:44.061Z | Downloaded schemars v0.8.22 |
| 686 | 2025-04-16T22:08:44.069Z | Downloaded darling_macro v0.20.10 |
| 687 | 2025-04-16T22:08:44.073Z | Downloaded synstructure v0.13.1 |
| 688 | 2025-04-16T22:08:44.073Z | Downloaded endian-type v0.1.2 |
| 689 | 2025-04-16T22:08:44.073Z | Downloaded similar v2.7.0 |
| 690 | 2025-04-16T22:08:44.078Z | Downloaded foreign-types v0.3.2 |
| 691 | 2025-04-16T22:08:44.081Z | Downloaded nu-ansi-term v0.50.1 |
| 692 | 2025-04-16T22:08:44.084Z | Downloaded globset v0.4.15 |
| 693 | 2025-04-16T22:08:44.086Z | Downloaded snafu v0.8.5 |
| 694 | 2025-04-16T22:08:44.091Z | Downloaded vergen v8.3.2 |
| 695 | 2025-04-16T22:08:44.094Z | Downloaded num-conv v0.1.0 |
| 696 | 2025-04-16T22:08:44.097Z | Downloaded termios v0.3.3 |
| 697 | 2025-04-16T22:08:44.099Z | Downloaded ssh-encoding v0.2.0 |
| 698 | 2025-04-16T22:08:44.102Z | Downloaded zone v0.1.8 |
| 699 | 2025-04-16T22:08:44.102Z | Downloaded path-slash v0.1.5 |
| 700 | 2025-04-16T22:08:44.105Z | Downloaded num-derive v0.4.2 |
| 701 | 2025-04-16T22:08:44.105Z | Downloaded num-derive v0.3.3 |
| 702 | 2025-04-16T22:08:44.107Z | Downloaded unicase v2.7.0 |
| 703 | 2025-04-16T22:08:44.110Z | Downloaded serde-hex v0.1.0 |
| 704 | 2025-04-16T22:08:44.112Z | Downloaded wait-timeout v0.2.0 |
| 705 | 2025-04-16T22:08:44.115Z | Downloaded fatfs v0.3.6 |
| 706 | 2025-04-16T22:08:44.118Z | Downloaded zone v0.3.1 |
| 707 | 2025-04-16T22:08:44.118Z | Downloaded aes v0.8.4 |
| 708 | 2025-04-16T22:08:44.122Z | Downloaded futures-task v0.3.31 |
| 709 | 2025-04-16T22:08:44.124Z | Downloaded hickory-resolver v0.24.4 |
| 710 | 2025-04-16T22:08:44.129Z | Downloaded sqlparser_derive v0.2.2 |
| 711 | 2025-04-16T22:08:44.132Z | Downloaded newline-converter v0.3.0 |
| 712 | 2025-04-16T22:08:44.134Z | Downloaded tui-tree-widget v0.23.0 |
| 713 | 2025-04-16T22:08:44.134Z | Downloaded tokio-rustls v0.24.1 |
| 714 | 2025-04-16T22:08:44.137Z | Downloaded minimal-lexical v0.2.1 |
| 715 | 2025-04-16T22:08:44.141Z | Downloaded serde_derive_internals v0.29.1 |
| 716 | 2025-04-16T22:08:44.144Z | Downloaded num-complex v0.4.6 |
| 717 | 2025-04-16T22:08:44.148Z | Downloaded foldhash v0.1.3 |
| 718 | 2025-04-16T22:08:44.148Z | Downloaded display-error-chain v0.2.2 |
| 719 | 2025-04-16T22:08:44.150Z | Downloaded omicron-zone-package v0.12.0 |
| 720 | 2025-04-16T22:08:44.153Z | Downloaded headers v0.4.0 |
| 721 | 2025-04-16T22:08:44.158Z | Downloaded scopeguard v1.2.0 |
| 722 | 2025-04-16T22:08:44.162Z | Downloaded futures v0.3.31 |
| 723 | 2025-04-16T22:08:44.165Z | Downloaded tokio-rustls v0.26.0 |
| 724 | 2025-04-16T22:08:44.168Z | Downloaded utf16_iter v1.0.5 |
| 725 | 2025-04-16T22:08:44.171Z | Downloaded cc v1.2.15 |
| 726 | 2025-04-16T22:08:44.174Z | Downloaded difflib v0.4.0 |
| 727 | 2025-04-16T22:08:44.177Z | Downloaded hickory-server v0.24.4 |
| 728 | 2025-04-16T22:08:44.181Z | Downloaded derive_builder_macro v0.20.2 |
| 729 | 2025-04-16T22:08:44.184Z | Downloaded aes-gcm v0.10.3 |
| 730 | 2025-04-16T22:08:44.187Z | Downloaded powerfmt v0.2.0 |
| 731 | 2025-04-16T22:08:44.190Z | Downloaded salsa20 v0.10.2 |
| 732 | 2025-04-16T22:08:44.190Z | Downloaded rusty-fork v0.3.0 |
| 733 | 2025-04-16T22:08:44.193Z | Downloaded void v1.0.2 |
| 734 | 2025-04-16T22:08:44.193Z | Downloaded psl-types v2.0.11 |
| 735 | 2025-04-16T22:08:44.196Z | Downloaded paste v1.0.15 |
| 736 | 2025-04-16T22:08:44.199Z | Downloaded pretty_assertions v1.4.1 |
| 737 | 2025-04-16T22:08:44.201Z | Downloaded new_debug_unreachable v1.0.6 |
| 738 | 2025-04-16T22:08:44.201Z | Downloaded num-integer v0.1.46 |
| 739 | 2025-04-16T22:08:44.204Z | Downloaded oso-derive v0.27.3 |
| 740 | 2025-04-16T22:08:44.204Z | Downloaded openssl-probe v0.1.5 |
| 741 | 2025-04-16T22:08:44.207Z | Downloaded snafu-derive v0.8.5 |
| 742 | 2025-04-16T22:08:44.210Z | Downloaded peg-runtime v0.8.5 |
| 743 | 2025-04-16T22:08:44.210Z | Downloaded rfc6979 v0.4.0 |
| 744 | 2025-04-16T22:08:44.213Z | Downloaded fixedbitset v0.5.7 |
| 745 | 2025-04-16T22:08:44.213Z | Downloaded rand_core v0.6.4 |
| 746 | 2025-04-16T22:08:44.216Z | Downloaded half v2.4.1 |
| 747 | 2025-04-16T22:08:44.219Z | Downloaded progenitor-client v0.8.0 |
| 748 | 2025-04-16T22:08:44.222Z | Downloaded scheduled-thread-pool v0.2.7 |
| 749 | 2025-04-16T22:08:44.222Z | Downloaded password-hash v0.5.0 |
| 750 | 2025-04-16T22:08:44.225Z | Downloaded prettyplease v0.2.30 |
| 751 | 2025-04-16T22:08:44.228Z | Downloaded progenitor v0.9.1 |
| 752 | 2025-04-16T22:08:44.231Z | Downloaded tokio-macros v2.5.0 |
| 753 | 2025-04-16T22:08:44.231Z | Downloaded tls_codec_derive v0.4.1 |
| 754 | 2025-04-16T22:08:44.234Z | Downloaded utf-8 v0.7.6 |
| 755 | 2025-04-16T22:08:44.237Z | Downloaded zerocopy-derive v0.8.10 |
| 756 | 2025-04-16T22:08:44.241Z | Downloaded time-core v0.1.2 |
| 757 | 2025-04-16T22:08:44.244Z | Downloaded tower-service v0.3.3 |
| 758 | 2025-04-16T22:08:44.244Z | Downloaded tower-layer v0.3.3 |
| 759 | 2025-04-16T22:08:44.247Z | Downloaded tabled_derive v0.10.0 |
| 760 | 2025-04-16T22:08:44.247Z | Downloaded futures-executor v0.3.31 |
| 761 | 2025-04-16T22:08:44.251Z | Downloaded dropshot_endpoint v0.12.0 |
| 762 | 2025-04-16T22:08:44.254Z | Downloaded toml_edit v0.19.15 |
| 763 | 2025-04-16T22:08:44.268Z | Downloaded untrusted v0.9.0 |
| 764 | 2025-04-16T22:08:44.271Z | Downloaded want v0.3.1 |
| 765 | 2025-04-16T22:08:44.271Z | Downloaded native-tls v0.2.12 |
| 766 | 2025-04-16T22:08:44.274Z | Downloaded diesel-dtrace v0.4.2 |
| 767 | 2025-04-16T22:08:44.277Z | Downloaded dirs-next v2.0.0 |
| 768 | 2025-04-16T22:08:44.281Z | Downloaded pem v3.0.5 |
| 769 | 2025-04-16T22:08:44.281Z | Downloaded rand_core v0.9.2 |
| 770 | 2025-04-16T22:08:44.284Z | Downloaded nanorand v0.7.0 |
| 771 | 2025-04-16T22:08:44.284Z | Downloaded rtoolbox v0.0.2 |
| 772 | 2025-04-16T22:08:44.287Z | Downloaded radium v0.7.0 |
| 773 | 2025-04-16T22:08:44.290Z | Downloaded zone_cfg_derive v0.3.0 |
| 774 | 2025-04-16T22:08:44.290Z | Downloaded value-bag v1.9.0 |
| 775 | 2025-04-16T22:08:44.293Z | Downloaded typify v0.2.0 |
| 776 | 2025-04-16T22:08:44.297Z | Downloaded embedded-io v0.6.1 |
| 777 | 2025-04-16T22:08:44.300Z | Downloaded rustyline v14.0.0 |
| 778 | 2025-04-16T22:08:44.305Z | Downloaded embedded-io v0.4.0 |
| 779 | 2025-04-16T22:08:44.308Z | Downloaded openssl-macros v0.1.1 |
| 780 | 2025-04-16T22:08:44.308Z | Downloaded num_threads v0.1.7 |
| 781 | 2025-04-16T22:08:44.308Z | Downloaded csv-core v0.1.11 |
| 782 | 2025-04-16T22:08:44.311Z | Downloaded vte v0.11.1 |
| 783 | 2025-04-16T22:08:44.315Z | Downloaded precomputed-hash v0.1.1 |
| 784 | 2025-04-16T22:08:44.315Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 785 | 2025-04-16T22:08:44.319Z | Downloaded unicode-bidi v0.3.17 |
| 786 | 2025-04-16T22:08:44.319Z | Downloaded tungstenite v0.21.0 |
| 787 | 2025-04-16T22:08:44.323Z | Downloaded sha1 v0.10.6 |
| 788 | 2025-04-16T22:08:44.327Z | Downloaded slog-term v2.9.1 |
| 789 | 2025-04-16T22:08:44.331Z | Downloaded spin v0.9.8 |
| 790 | 2025-04-16T22:08:44.334Z | Downloaded itertools v0.12.1 |
| 791 | 2025-04-16T22:08:44.338Z | Downloaded typify-macro v0.3.0 |
| 792 | 2025-04-16T22:08:44.341Z | Downloaded multer v3.1.0 |
| 793 | 2025-04-16T22:08:44.344Z | Downloaded nibble_vec v0.1.0 |
| 794 | 2025-04-16T22:08:44.345Z | Downloaded document-features v0.2.10 |
| 795 | 2025-04-16T22:08:44.349Z | Downloaded daft v0.1.3 |
| 796 | 2025-04-16T22:08:44.349Z | Downloaded ron v0.7.1 |
| 797 | 2025-04-16T22:08:44.352Z | Downloaded zopfli v0.8.1 |
| 798 | 2025-04-16T22:08:44.356Z | Downloaded typify v0.3.0 |
| 799 | 2025-04-16T22:08:44.359Z | Downloaded enum-as-inner v0.6.1 |
| 800 | 2025-04-16T22:08:44.363Z | Downloaded defmt-parser v0.3.4 |
| 801 | 2025-04-16T22:08:44.366Z | Downloaded unicode-segmentation v1.12.0 |
| 802 | 2025-04-16T22:08:44.369Z | Downloaded either v1.14.0 |
| 803 | 2025-04-16T22:08:44.369Z | Downloaded tokio-util v0.7.13 |
| 804 | 2025-04-16T22:08:44.376Z | Downloaded yoke-derive v0.7.4 |
| 805 | 2025-04-16T22:08:44.379Z | Downloaded vsss-rs v3.3.4 |
| 806 | 2025-04-16T22:08:44.383Z | Downloaded tokio-stream v0.1.17 |
| 807 | 2025-04-16T22:08:44.386Z | Downloaded sec1 v0.7.3 |
| 808 | 2025-04-16T22:08:44.389Z | Downloaded slog-scope v4.4.0 |
| 809 | 2025-04-16T22:08:44.389Z | Downloaded socket2 v0.5.9 |
| 810 | 2025-04-16T22:08:44.392Z | Downloaded hyper v1.6.0 |
| 811 | 2025-04-16T22:08:44.398Z | Downloaded rand v0.8.5 |
| 812 | 2025-04-16T22:08:44.403Z | Downloaded number_prefix v0.4.0 |
| 813 | 2025-04-16T22:08:44.406Z | Downloaded whoami v1.5.2 |
| 814 | 2025-04-16T22:08:44.409Z | Downloaded slog-stdlog v4.1.1 |
| 815 | 2025-04-16T22:08:44.409Z | Downloaded opaque-debug v0.3.1 |
| 816 | 2025-04-16T22:08:44.413Z | Downloaded displaydoc v0.2.5 |
| 817 | 2025-04-16T22:08:44.417Z | Downloaded xattr v1.3.1 |
| 818 | 2025-04-16T22:08:44.417Z | Downloaded unicode-xid v0.2.6 |
| 819 | 2025-04-16T22:08:44.420Z | Downloaded thread_local v1.1.8 |
| 820 | 2025-04-16T22:08:44.420Z | Downloaded samael v0.0.18 |
| 821 | 2025-04-16T22:08:44.426Z | Downloaded unicode-normalization v0.1.24 |
| 822 | 2025-04-16T22:08:44.432Z | Downloaded num_enum_derive v0.5.11 |
| 823 | 2025-04-16T22:08:44.435Z | Downloaded sync-ptr v0.1.1 |
| 824 | 2025-04-16T22:08:44.435Z | Downloaded oxnet v0.1.1 |
| 825 | 2025-04-16T22:08:44.435Z | Downloaded headers-core v0.3.0 |
| 826 | 2025-04-16T22:08:44.438Z | Downloaded heapless v0.8.0 |
| 827 | 2025-04-16T22:08:44.442Z | Downloaded derive_more v0.99.19 |
| 828 | 2025-04-16T22:08:44.445Z | Downloaded secrecy v0.8.0 |
| 829 | 2025-04-16T22:08:44.448Z | Downloaded scrypt v0.11.0 |
| 830 | 2025-04-16T22:08:44.448Z | Downloaded progenitor-macro v0.8.0 |
| 831 | 2025-04-16T22:08:44.452Z | Downloaded tracing v0.1.40 |
| 832 | 2025-04-16T22:08:44.455Z | Downloaded gethostname v0.5.0 |
| 833 | 2025-04-16T22:08:44.458Z | Downloaded strip-ansi-escapes v0.2.0 |
| 834 | 2025-04-16T22:08:44.458Z | Downloaded progenitor-macro v0.9.1 |
| 835 | 2025-04-16T22:08:44.461Z | Downloaded sct v0.7.1 |
| 836 | 2025-04-16T22:08:44.466Z | Downloaded writeable v0.5.5 |
| 837 | 2025-04-16T22:08:44.466Z | Downloaded parse-size v1.1.0 |
| 838 | 2025-04-16T22:08:44.469Z | Downloaded parse-display v0.10.0 |
| 839 | 2025-04-16T22:08:44.469Z | Downloaded num_enum v0.5.11 |
| 840 | 2025-04-16T22:08:44.472Z | Downloaded wyz v0.5.1 |
| 841 | 2025-04-16T22:08:44.475Z | Downloaded rand_seeder v0.3.0 |
| 842 | 2025-04-16T22:08:44.475Z | Downloaded foreign-types-shared v0.1.1 |
| 843 | 2025-04-16T22:08:44.479Z | Downloaded rayon-core v1.12.1 |
| 844 | 2025-04-16T22:08:44.482Z | Downloaded subtle v2.6.1 |
| 845 | 2025-04-16T22:08:44.482Z | Downloaded publicsuffix v2.3.0 |
| 846 | 2025-04-16T22:08:44.485Z | Downloaded oso v0.27.3 |
| 847 | 2025-04-16T22:08:44.488Z | Downloaded rustc-demangle v0.1.24 |
| 848 | 2025-04-16T22:08:44.491Z | Downloaded term v0.7.0 |
| 849 | 2025-04-16T22:08:44.494Z | Downloaded nodrop v0.1.14 |
| 850 | 2025-04-16T22:08:44.497Z | Downloaded fallible-iterator v0.2.0 |
| 851 | 2025-04-16T22:08:44.497Z | Downloaded fxhash v0.2.1 |
| 852 | 2025-04-16T22:08:44.497Z | Downloaded supports-color v3.0.2 |
| 853 | 2025-04-16T22:08:44.501Z | Downloaded ena v0.14.3 |
| 854 | 2025-04-16T22:08:44.501Z | Downloaded phf_shared v0.11.2 |
| 855 | 2025-04-16T22:08:44.504Z | Downloaded phf_generator v0.11.2 |
| 856 | 2025-04-16T22:08:44.504Z | Downloaded zip v2.6.1 |
| 857 | 2025-04-16T22:08:44.508Z | Downloaded newtype_derive v0.1.6 |
| 858 | 2025-04-16T22:08:44.511Z | Downloaded slog-bunyan v2.5.0 |
| 859 | 2025-04-16T22:08:44.511Z | Downloaded signal-hook-mio v0.2.4 |
| 860 | 2025-04-16T22:08:44.514Z | Downloaded untrusted v0.7.1 |
| 861 | 2025-04-16T22:08:44.514Z | Downloaded which v4.4.2 |
| 862 | 2025-04-16T22:08:44.518Z | Downloaded darling_core v0.20.10 |
| 863 | 2025-04-16T22:08:44.521Z | Downloaded stringprep v0.1.5 |
| 864 | 2025-04-16T22:08:44.524Z | Downloaded tls_codec v0.4.1 |
| 865 | 2025-04-16T22:08:44.527Z | Downloaded hkdf v0.12.4 |
| 866 | 2025-04-16T22:08:44.527Z | Downloaded string_cache v0.8.9 |
| 867 | 2025-04-16T22:08:44.530Z | Downloaded progenitor-client v0.9.1 |
| 868 | 2025-04-16T22:08:44.530Z | Downloaded xshell v0.2.7 |
| 869 | 2025-04-16T22:08:44.534Z | Downloaded float-cmp v0.10.0 |
| 870 | 2025-04-16T22:08:44.534Z | Downloaded env_logger v0.10.2 |
| 871 | 2025-04-16T22:08:44.537Z | Downloaded foreign-types-macros v0.2.3 |
| 872 | 2025-04-16T22:08:44.537Z | Downloaded foreign-types v0.5.0 |
| 873 | 2025-04-16T22:08:44.540Z | Downloaded url v2.5.3 |
| 874 | 2025-04-16T22:08:44.543Z | Downloaded tap v1.0.1 |
| 875 | 2025-04-16T22:08:44.543Z | Downloaded rustls-pemfile v1.0.4 |
| 876 | 2025-04-16T22:08:44.548Z | Downloaded rsa v0.9.6 |
| 877 | 2025-04-16T22:08:44.551Z | Downloaded ssh-key v0.6.6 |
| 878 | 2025-04-16T22:08:44.556Z | Downloaded universal-hash v0.5.1 |
| 879 | 2025-04-16T22:08:44.559Z | Downloaded elliptic-curve v0.13.8 |
| 880 | 2025-04-16T22:08:44.563Z | Downloaded steno v0.4.1 |
| 881 | 2025-04-16T22:08:44.566Z | Downloaded openssl-sys v0.9.107 |
| 882 | 2025-04-16T22:08:44.570Z | Downloaded phf_codegen v0.11.2 |
| 883 | 2025-04-16T22:08:44.574Z | Downloaded futures-macro v0.3.31 |
| 884 | 2025-04-16T22:08:44.574Z | Downloaded hash32 v0.2.1 |
| 885 | 2025-04-16T22:08:44.577Z | Downloaded newtype-uuid v1.2.1 |
| 886 | 2025-04-16T22:08:44.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 887 | 2025-04-16T22:08:44.577Z | Downloaded ctr v0.9.2 |
| 888 | 2025-04-16T22:08:44.581Z | Downloaded pin-project-lite v0.2.14 |
| 889 | 2025-04-16T22:08:44.585Z | Downloaded tracing-attributes v0.1.27 |
| 890 | 2025-04-16T22:08:44.588Z | Downloaded num-traits v0.2.19 |
| 891 | 2025-04-16T22:08:44.591Z | Downloaded tokio-native-tls v0.3.1 |
| 892 | 2025-04-16T22:08:44.591Z | Downloaded yansi v1.0.1 |
| 893 | 2025-04-16T22:08:44.595Z | Downloaded futures-io v0.3.31 |
| 894 | 2025-04-16T22:08:44.595Z | Downloaded predicates v3.1.3 |
| 895 | 2025-04-16T22:08:44.598Z | Downloaded russh-keys v0.45.0 |
| 896 | 2025-04-16T22:08:44.601Z | Downloaded bindgen v0.69.5 |
| 897 | 2025-04-16T22:08:44.607Z | Downloaded env_logger v0.11.5 |
| 898 | 2025-04-16T22:08:44.611Z | Downloaded fs_extra v1.3.0 |
| 899 | 2025-04-16T22:08:44.614Z | Downloaded serde_with_macros v3.12.0 |
| 900 | 2025-04-16T22:08:44.618Z | Downloaded tar v0.4.44 |
| 901 | 2025-04-16T22:08:44.618Z | Downloaded parse-zoneinfo v0.3.1 |
| 902 | 2025-04-16T22:08:44.621Z | Downloaded darling v0.20.10 |
| 903 | 2025-04-16T22:08:44.625Z | Downloaded tungstenite v0.23.0 |
| 904 | 2025-04-16T22:08:44.630Z | Downloaded strum_macros v0.26.4 |
| 905 | 2025-04-16T22:08:44.633Z | Downloaded form_urlencoded v1.2.1 |
| 906 | 2025-04-16T22:08:44.633Z | Downloaded winnow v0.6.20 |
| 907 | 2025-04-16T22:08:44.640Z | Downloaded strum_macros v0.25.3 |
| 908 | 2025-04-16T22:08:44.643Z | Downloaded pkcs1 v0.7.5 |
| 909 | 2025-04-16T22:08:44.648Z | Downloaded num-bigint-dig v0.8.4 |
| 910 | 2025-04-16T22:08:44.651Z | Downloaded bitvec v1.0.1 |
| 911 | 2025-04-16T22:08:44.663Z | Downloaded unsafe-libyaml v0.2.11 |
| 912 | 2025-04-16T22:08:44.667Z | Downloaded qorb v0.3.1 |
| 913 | 2025-04-16T22:08:44.671Z | Downloaded serde_yaml v0.9.34+deprecated |
| 914 | 2025-04-16T22:08:44.674Z | Downloaded hashbrown v0.12.3 |
| 915 | 2025-04-16T22:08:44.679Z | Downloaded expectorate v1.1.0 |
| 916 | 2025-04-16T22:08:44.682Z | Downloaded pkcs5 v0.7.1 |
| 917 | 2025-04-16T22:08:44.685Z | Downloaded pkcs8 v0.10.2 |
| 918 | 2025-04-16T22:08:44.688Z | Downloaded rustls-webpki v0.101.7 |
| 919 | 2025-04-16T22:08:44.701Z | Downloaded quinn v0.11.5 |
| 920 | 2025-04-16T22:08:44.704Z | Downloaded zip v0.6.6 |
| 921 | 2025-04-16T22:08:44.708Z | Downloaded lalrpop v0.19.12 |
| 922 | 2025-04-16T22:08:44.719Z | Downloaded tracing-core v0.1.32 |
| 923 | 2025-04-16T22:08:44.722Z | Downloaded signal-hook v0.3.17 |
| 924 | 2025-04-16T22:08:44.725Z | Downloaded h2 v0.4.6 |
| 925 | 2025-04-16T22:08:44.732Z | Downloaded unicode_categories v0.1.1 |
| 926 | 2025-04-16T22:08:44.735Z | Downloaded russh v0.45.0 |
| 927 | 2025-04-16T22:08:44.740Z | Downloaded typed-path v0.9.3 |
| 928 | 2025-04-16T22:08:44.746Z | Downloaded regex v1.11.1 |
| 929 | 2025-04-16T22:08:44.761Z | Downloaded icu_properties_data v1.5.0 |
| 930 | 2025-04-16T22:08:44.771Z | Downloaded sqlparser v0.45.0 |
| 931 | 2025-04-16T22:08:44.777Z | Downloaded tokio-postgres v0.7.13 |
| 932 | 2025-04-16T22:08:44.783Z | Downloaded zerovec v0.10.4 |
| 933 | 2025-04-16T22:08:44.789Z | Downloaded p521 v0.13.3 |
| 934 | 2025-04-16T22:08:44.795Z | Downloaded salty v0.3.0 |
| 935 | 2025-04-16T22:08:44.801Z | Downloaded reqwest v0.12.12 |
| 936 | 2025-04-16T22:08:44.811Z | Downloaded reedline v0.38.0 |
| 937 | 2025-04-16T22:08:44.821Z | Downloaded winnow v0.5.40 |
| 938 | 2025-04-16T22:08:44.830Z | Downloaded git2 v0.19.0 |
| 939 | 2025-04-16T22:08:44.839Z | Downloaded object v0.30.4 |
| 940 | 2025-04-16T22:08:44.850Z | Downloaded time v0.3.36 |
| 941 | 2025-04-16T22:08:44.858Z | Downloaded serde_with v3.12.0 |
| 942 | 2025-04-16T22:08:44.867Z | Downloaded rayon v1.10.0 |
| 943 | 2025-04-16T22:08:44.876Z | Downloaded portable-atomic v1.11.0 |
| 944 | 2025-04-16T22:08:44.887Z | Downloaded unicode-width v0.2.0 |
| 945 | 2025-04-16T22:08:44.892Z | Downloaded vcpkg v0.2.15 |
| 946 | 2025-04-16T22:08:44.930Z | Downloaded quick-xml v0.37.2 |
| 947 | 2025-04-16T22:08:44.937Z | Downloaded chrono-tz v0.10.3 |
| 948 | 2025-04-16T22:08:44.944Z | Downloaded polar-core v0.27.3 |
| 949 | 2025-04-16T22:08:44.954Z | Downloaded gimli v0.31.1 |
| 950 | 2025-04-16T22:08:44.963Z | Downloaded quinn-proto v0.11.8 |
| 951 | 2025-04-16T22:08:44.970Z | Downloaded p384 v0.13.0 |
| 952 | 2025-04-16T22:08:44.977Z | Downloaded webpki-roots v0.26.6 |
| 953 | 2025-04-16T22:08:44.981Z | Downloaded radix_trie v0.2.1 |
| 954 | 2025-04-16T22:08:44.987Z | Downloaded object v0.36.5 |
| 955 | 2025-04-16T22:08:45.000Z | Downloaded tabled v0.18.0 |
| 956 | 2025-04-16T22:08:45.018Z | Downloaded regex-syntax v0.8.5 |
| 957 | 2025-04-16T22:08:45.029Z | Downloaded regress v0.10.3 |
| 958 | 2025-04-16T22:08:45.036Z | Downloaded openssl v0.10.72 |
| 959 | 2025-04-16T22:08:45.046Z | Downloaded nix v0.28.0 |
| 960 | 2025-04-16T22:08:45.059Z | Downloaded nix v0.29.0 |
| 961 | 2025-04-16T22:08:45.072Z | Downloaded diesel v2.2.9 |
| 962 | 2025-04-16T22:08:45.090Z | Downloaded curve25519-dalek v4.1.3 |
| 963 | 2025-04-16T22:08:45.100Z | Downloaded rustls v0.23.19 |
| 964 | 2025-04-16T22:08:45.111Z | Downloaded rustls v0.22.4 |
| 965 | 2025-04-16T22:08:45.125Z | Downloaded ratatui v0.29.0 |
| 966 | 2025-04-16T22:08:45.145Z | Downloaded openapiv3 v2.0.0 |
| 967 | 2025-04-16T22:08:45.158Z | Downloaded typify-impl v0.2.0 |
| 968 | 2025-04-16T22:08:45.173Z | Downloaded zerocopy-derive v0.6.6 |
| 969 | 2025-04-16T22:08:45.183Z | Downloaded dropshot v0.16.0 |
| 970 | 2025-04-16T22:08:45.205Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 971 | 2025-04-16T22:08:45.217Z | Downloaded sled v0.34.7 |
| 972 | 2025-04-16T22:08:45.227Z | Downloaded typify-impl v0.3.0 |
| 973 | 2025-04-16T22:08:45.243Z | Downloaded regex-automata v0.4.8 |
| 974 | 2025-04-16T22:08:45.260Z | Downloaded hickory-proto v0.24.4 |
| 975 | 2025-04-16T22:08:45.275Z | Downloaded nix v0.27.1 |
| 976 | 2025-04-16T22:08:45.285Z | Downloaded dropshot v0.12.0 |
| 977 | 2025-04-16T22:08:45.303Z | Downloaded smoltcp v0.11.0 |
| 978 | 2025-04-16T22:08:45.316Z | Downloaded bstr v1.10.0 |
| 979 | 2025-04-16T22:08:45.326Z | Downloaded proptest v1.6.0 |
| 980 | 2025-04-16T22:08:45.335Z | Downloaded jiff v0.2.6 |
| 981 | 2025-04-16T22:08:45.352Z | Downloaded regex-syntax v0.6.29 |
| 982 | 2025-04-16T22:08:45.371Z | Downloaded rustls v0.21.12 |
| 983 | 2025-04-16T22:08:45.376Z | Downloaded petgraph v0.7.1 |
| 984 | 2025-04-16T22:08:45.389Z | Downloaded smoltcp v0.9.1 |
| 985 | 2025-04-16T22:08:45.398Z | Downloaded futures-util v0.3.31 |
| 986 | 2025-04-16T22:08:45.409Z | Downloaded petname v2.0.2 |
| 987 | 2025-04-16T22:08:45.415Z | Downloaded lzma-sys v0.1.20 |
| 988 | 2025-04-16T22:08:45.442Z | Downloaded zerocopy v0.8.10 |
| 989 | 2025-04-16T22:08:45.464Z | Downloaded bindgen v0.71.1 |
| 990 | 2025-04-16T22:08:45.471Z | Downloaded libz-sys v1.1.20 |
| 991 | 2025-04-16T22:08:45.491Z | Downloaded rustls-webpki v0.102.8 |
| 992 | 2025-04-16T22:08:45.508Z | Downloaded csv v1.3.1 |
| 993 | 2025-04-16T22:08:45.527Z | Downloaded chrono v0.4.40 |
| 994 | 2025-04-16T22:08:45.534Z | Downloaded subprocess v0.2.9 |
| 995 | 2025-04-16T22:08:45.537Z | Downloaded petgraph v0.6.5 |
| 996 | 2025-04-16T22:08:45.553Z | Downloaded tokio v1.43.1 |
| 997 | 2025-04-16T22:08:45.590Z | Downloaded hashbrown v0.13.2 |
| 998 | 2025-04-16T22:08:45.594Z | Downloaded nom v7.1.3 |
| 999 | 2025-04-16T22:08:45.599Z | Downloaded der v0.7.9 |
| 1000 | 2025-04-16T22:08:45.603Z | Downloaded rcgen v0.12.1 |
| 1001 | 2025-04-16T22:08:45.606Z | Downloaded parse-display-derive v0.10.0 |
| 1002 | 2025-04-16T22:08:45.611Z | Downloaded yoke v0.7.4 |
| 1003 | 2025-04-16T22:08:45.611Z | Downloaded twox-hash v2.1.0 |
| 1004 | 2025-04-16T22:08:45.614Z | Downloaded mio v1.0.2 |
| 1005 | 2025-04-16T22:08:45.617Z | Downloaded flate2 v1.1.1 |
| 1006 | 2025-04-16T22:08:45.620Z | Downloaded sha3 v0.10.8 |
| 1007 | 2025-04-16T22:08:45.624Z | Downloaded num-bigint v0.4.6 |
| 1008 | 2025-04-16T22:08:45.629Z | Downloaded ref-cast v1.0.23 |
| 1009 | 2025-04-16T22:08:45.632Z | Downloaded yasna v0.5.2 |
| 1010 | 2025-04-16T22:08:45.635Z | Downloaded tough v0.20.0 |
| 1011 | 2025-04-16T22:08:45.641Z | Downloaded itertools v0.13.0 |
| 1012 | 2025-04-16T22:08:45.647Z | Downloaded idna v1.0.3 |
| 1013 | 2025-04-16T22:08:45.651Z | Downloaded pin-project-internal v1.1.6 |
| 1014 | 2025-04-16T22:08:45.654Z | Downloaded slog v2.7.0 |
| 1015 | 2025-04-16T22:08:45.657Z | Downloaded parking_lot_core v0.9.10 |
| 1016 | 2025-04-16T22:08:45.657Z | Downloaded packed_struct v0.10.1 |
| 1017 | 2025-04-16T22:08:45.661Z | Downloaded poly1305 v0.8.0 |
| 1018 | 2025-04-16T22:08:45.661Z | Downloaded aws-lc-rs v1.12.4 |
| 1019 | 2025-04-16T22:08:45.669Z | Downloaded heapless v0.7.17 |
| 1020 | 2025-04-16T22:08:45.672Z | Downloaded owo-colors v4.2.0 |
| 1021 | 2025-04-16T22:08:45.677Z | Downloaded aho-corasick v1.1.3 |
| 1022 | 2025-04-16T22:08:45.680Z | Downloaded env_filter v0.1.2 |
| 1023 | 2025-04-16T22:08:45.684Z | Downloaded defmt-macros v0.3.9 |
| 1024 | 2025-04-16T22:08:45.687Z | Downloaded defmt v0.3.8 |
| 1025 | 2025-04-16T22:08:45.690Z | Downloaded zerovec-derive v0.10.3 |
| 1026 | 2025-04-16T22:08:45.690Z | Downloaded blake3 v1.5.4 |
| 1027 | 2025-04-16T22:08:45.696Z | Downloaded thiserror-no-std v2.0.2 |
| 1028 | 2025-04-16T22:08:45.700Z | Downloaded pem-rfc7468 v0.7.0 |
| 1029 | 2025-04-16T22:08:45.703Z | Downloaded itertools v0.14.0 |
| 1030 | 2025-04-16T22:08:45.708Z | Downloaded x509-cert v0.2.5 |
| 1031 | 2025-04-16T22:08:45.714Z | Downloaded encoding_rs v0.8.34 |
| 1032 | 2025-04-16T22:08:45.734Z | Downloaded polyval v0.6.2 |
| 1033 | 2025-04-16T22:08:45.737Z | Downloaded diff v0.1.13 |
| 1034 | 2025-04-16T22:08:45.740Z | Downloaded pin-project v1.1.6 |
| 1035 | 2025-04-16T22:08:45.748Z | Downloaded slab v0.4.9 |
| 1036 | 2025-04-16T22:08:45.751Z | Downloaded des v0.8.1 |
| 1037 | 2025-04-16T22:08:45.752Z | Downloaded diesel_derives v2.2.3 |
| 1038 | 2025-04-16T22:08:45.755Z | Downloaded predicates-core v1.0.8 |
| 1039 | 2025-04-16T22:08:45.759Z | Downloaded tokio-tungstenite v0.21.0 |
| 1040 | 2025-04-16T22:08:45.759Z | Downloaded parking_lot_core v0.8.6 |
| 1041 | 2025-04-16T22:08:45.762Z | Downloaded flume v0.11.1 |
| 1042 | 2025-04-16T22:08:45.766Z | Downloaded dropshot_endpoint v0.16.0 |
| 1043 | 2025-04-16T22:08:45.768Z | Downloaded uuid v1.16.0 |
| 1044 | 2025-04-16T22:08:45.771Z | Downloaded tower v0.5.2 |
| 1045 | 2025-04-16T22:08:45.778Z | Downloaded ed25519-dalek v2.1.1 |
| 1046 | 2025-04-16T22:08:45.781Z | Downloaded signal-hook-tokio v0.3.1 |
| 1047 | 2025-04-16T22:08:45.784Z | Downloaded ring v0.17.11 |
| 1048 | 2025-04-16T22:08:45.823Z | Downloaded signal-hook-registry v1.4.2 |
| 1049 | 2025-04-16T22:08:45.826Z | Downloaded serde_urlencoded v0.7.1 |
| 1050 | 2025-04-16T22:08:45.826Z | Downloaded peg-macros v0.8.5 |
| 1051 | 2025-04-16T22:08:45.829Z | Downloaded uzers v0.12.1 |
| 1052 | 2025-04-16T22:08:45.829Z | Downloaded p256 v0.13.2 |
| 1053 | 2025-04-16T22:08:45.832Z | Downloaded percent-encoding v2.3.1 |
| 1054 | 2025-04-16T22:08:45.832Z | Downloaded same-file v1.0.6 |
| 1055 | 2025-04-16T22:08:45.835Z | Downloaded multimap v0.10.0 |
| 1056 | 2025-04-16T22:08:45.836Z | Downloaded hash32 v0.3.1 |
| 1057 | 2025-04-16T22:08:45.836Z | Downloaded parking_lot v0.12.3 |
| 1058 | 2025-04-16T22:08:45.839Z | Downloaded libm v0.2.8 |
| 1059 | 2025-04-16T22:08:45.845Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1060 | 2025-04-16T22:08:45.900Z | Downloaded funty v2.0.0 |
| 1061 | 2025-04-16T22:08:45.903Z | Downloaded sqlformat v0.2.6 |
| 1062 | 2025-04-16T22:08:45.903Z | Downloaded rand v0.9.0 |
| 1063 | 2025-04-16T22:08:45.906Z | Downloaded libxml v0.3.3 |
| 1064 | 2025-04-16T22:08:45.911Z | Downloaded itertools v0.10.5 |
| 1065 | 2025-04-16T22:08:45.916Z | Downloaded flagset v0.4.6 |
| 1066 | 2025-04-16T22:08:45.920Z | Downloaded postgres-types v0.2.9 |
| 1067 | 2025-04-16T22:08:45.923Z | Downloaded postgres-protocol v0.6.8 |
| 1068 | 2025-04-16T22:08:45.923Z | Downloaded russh-cryptovec v0.7.3 |
| 1069 | 2025-04-16T22:08:45.923Z | Downloaded crossterm v0.28.1 |
| 1070 | 2025-04-16T22:08:45.928Z | Downloaded static_assertions v1.1.0 |
| 1071 | 2025-04-16T22:08:45.931Z | Downloaded slog-async v2.8.0 |
| 1072 | 2025-04-16T22:08:45.931Z | Downloaded derive_builder_core v0.20.2 |
| 1073 | 2025-04-16T22:08:45.936Z | Downloaded der_derive v0.7.3 |
| 1074 | 2025-04-16T22:08:45.936Z | Downloaded tokio-rustls v0.25.0 |
| 1075 | 2025-04-16T22:08:45.940Z | Downloaded papergrid v0.14.0 |
| 1076 | 2025-04-16T22:08:45.940Z | Downloaded serde_path_to_error v0.1.16 |
| 1077 | 2025-04-16T22:08:45.946Z | Downloaded rustls-pki-types v1.10.0 |
| 1078 | 2025-04-16T22:08:45.947Z | Downloaded http v1.2.0 |
| 1079 | 2025-04-16T22:08:45.952Z | Downloaded crossbeam-channel v0.5.15 |
| 1080 | 2025-04-16T22:08:45.955Z | Downloaded futures-sink v0.3.31 |
| 1081 | 2025-04-16T22:08:45.955Z | Downloaded float-ord v0.3.2 |
| 1082 | 2025-04-16T22:08:45.955Z | Downloaded icu_collections v1.5.0 |
| 1083 | 2025-04-16T22:08:45.959Z | Downloaded derive-where v1.2.7 |
| 1084 | 2025-04-16T22:08:45.966Z | Downloaded zeroize_derive v1.4.2 |
| 1085 | 2025-04-16T22:08:45.966Z | Downloaded utf8_iter v1.0.4 |
| 1086 | 2025-04-16T22:08:45.970Z | Downloaded getrandom v0.3.1 |
| 1087 | 2025-04-16T22:08:45.970Z | Downloaded ssh-cipher v0.2.0 |
| 1088 | 2025-04-16T22:08:45.970Z | Downloaded password-hash v0.4.2 |
| 1089 | 2025-04-16T22:08:45.970Z | Downloaded parking_lot v0.11.2 |
| 1090 | 2025-04-16T22:08:45.970Z | Downloaded ron v0.8.1 |
| 1091 | 2025-04-16T22:08:45.974Z | Downloaded unarray v0.1.4 |
| 1092 | 2025-04-16T22:08:45.977Z | Downloaded termcolor v1.4.1 |
| 1093 | 2025-04-16T22:08:45.977Z | Downloaded siphasher v0.3.11 |
| 1094 | 2025-04-16T22:08:45.977Z | Downloaded signature v2.2.0 |
| 1095 | 2025-04-16T22:08:45.981Z | Downloaded postcard v1.0.10 |
| 1096 | 2025-04-16T22:08:45.981Z | Downloaded zerocopy v0.6.6 |
| 1097 | 2025-04-16T22:08:45.984Z | Downloaded zone_cfg_derive v0.1.2 |
| 1098 | 2025-04-16T22:08:45.984Z | Downloaded sync_wrapper v1.0.1 |
| 1099 | 2025-04-16T22:08:45.984Z | Downloaded spki v0.7.3 |
| 1100 | 2025-04-16T22:08:45.988Z | Downloaded peg v0.8.5 |
| 1101 | 2025-04-16T22:08:45.991Z | Downloaded pbkdf2 v0.11.0 |
| 1102 | 2025-04-16T22:08:45.991Z | Downloaded num-rational v0.4.2 |
| 1103 | 2025-04-16T22:08:45.994Z | Downloaded jiff-static v0.2.6 |
| 1104 | 2025-04-16T22:08:45.998Z | Downloaded crypto-bigint v0.5.5 |
| 1105 | 2025-04-16T22:08:46.002Z | Downloaded getrandom v0.2.15 |
| 1106 | 2025-04-16T22:08:46.005Z | Downloaded futures-channel v0.3.31 |
| 1107 | 2025-04-16T22:08:46.005Z | Downloaded derive_builder v0.20.2 |
| 1108 | 2025-04-16T22:08:46.008Z | Downloaded toml v0.7.8 |
| 1109 | 2025-04-16T22:08:46.011Z | Downloaded test-strategy v0.4.0 |
| 1110 | 2025-04-16T22:08:46.015Z | Downloaded rustversion v1.0.17 |
| 1111 | 2025-04-16T22:08:46.018Z | Downloaded progenitor v0.8.0 |
| 1112 | 2025-04-16T22:08:46.018Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1113 | 2025-04-16T22:08:46.021Z | Downloaded ppv-lite86 v0.2.20 |
| 1114 | 2025-04-16T22:08:46.021Z | Downloaded pkg-config v0.3.31 |
| 1115 | 2025-04-16T22:08:46.021Z | Downloaded pin-utils v0.1.0 |
| 1116 | 2025-04-16T22:08:46.024Z | Downloaded zerofrom-derive v0.1.4 |
| 1117 | 2025-04-16T22:08:46.025Z | Downloaded ecdsa v0.16.9 |
| 1118 | 2025-04-16T22:08:46.025Z | Downloaded olpc-cjson v0.1.4 |
| 1119 | 2025-04-16T22:08:46.028Z | Downloaded icu_locid v1.5.0 |
| 1120 | 2025-04-16T22:08:46.032Z | Downloaded const_format v0.2.34 |
| 1121 | 2025-04-16T22:08:46.037Z | Downloaded compact_str v0.8.0 |
| 1122 | 2025-04-16T22:08:46.041Z | Downloaded chacha20poly1305 v0.10.1 |
| 1123 | 2025-04-16T22:08:46.041Z | Downloaded bytes v1.10.1 |
| 1124 | 2025-04-16T22:08:46.044Z | Downloaded bumpalo v3.16.0 |
| 1125 | 2025-04-16T22:08:46.044Z | Downloaded dunce v1.0.5 |
| 1126 | 2025-04-16T22:08:46.048Z | Downloaded dsl_auto_type v0.1.2 |
| 1127 | 2025-04-16T22:08:46.048Z | Downloaded fd-lock v4.0.2 |
| 1128 | 2025-04-16T22:08:46.048Z | Downloaded base64 v0.22.1 |
| 1129 | 2025-04-16T22:08:46.051Z | Downloaded base64 v0.21.7 |
| 1130 | 2025-04-16T22:08:46.055Z | Downloaded strum_macros v0.24.3 |
| 1131 | 2025-04-16T22:08:46.062Z | Downloaded smallvec v1.14.0 |
| 1132 | 2025-04-16T22:08:46.066Z | Downloaded smallvec v0.6.14 |
| 1133 | 2025-04-16T22:08:46.066Z | Downloaded progenitor-impl v0.9.1 |
| 1134 | 2025-04-16T22:08:46.066Z | Downloaded icu_normalizer v1.5.0 |
| 1135 | 2025-04-16T22:08:46.066Z | Downloaded httparse v1.9.5 |
| 1136 | 2025-04-16T22:08:46.070Z | Downloaded base64 v0.13.1 |
| 1137 | 2025-04-16T22:08:46.070Z | Downloaded icu_provider v1.5.0 |
| 1138 | 2025-04-16T22:08:46.074Z | Downloaded icu_normalizer_data v1.5.0 |
| 1139 | 2025-04-16T22:08:46.074Z | Downloaded structmeta v0.3.0 |
| 1140 | 2025-04-16T22:08:46.077Z | Downloaded rustc_version v0.4.1 |
| 1141 | 2025-04-16T22:08:46.077Z | Downloaded zerofrom v0.1.4 |
| 1142 | 2025-04-16T22:08:46.077Z | Downloaded resolv-conf v0.7.0 |
| 1143 | 2025-04-16T22:08:46.081Z | Downloaded arc-swap v1.7.1 |
| 1144 | 2025-04-16T22:08:46.084Z | Downloaded shell-words v1.1.0 |
| 1145 | 2025-04-16T22:08:46.084Z | Downloaded hyper-staticfile v0.10.1 |
| 1146 | 2025-04-16T22:08:46.084Z | Downloaded crossbeam-epoch v0.9.18 |
| 1147 | 2025-04-16T22:08:46.088Z | Downloaded async-trait v0.1.88 |
| 1148 | 2025-04-16T22:08:46.091Z | Downloaded indent_write v2.2.0 |
| 1149 | 2025-04-16T22:08:46.091Z | Downloaded cookie v0.18.1 |
| 1150 | 2025-04-16T22:08:46.094Z | Downloaded console v0.15.10 |
| 1151 | 2025-04-16T22:08:46.094Z | Downloaded libsw v3.4.0 |
| 1152 | 2025-04-16T22:08:46.098Z | Downloaded crc-any v2.5.0 |
| 1153 | 2025-04-16T22:08:46.098Z | Downloaded cookie_store v0.21.1 |
| 1154 | 2025-04-16T22:08:46.101Z | Downloaded clang-sys v1.8.1 |
| 1155 | 2025-04-16T22:08:46.104Z | Downloaded quinn-udp v0.5.5 |
| 1156 | 2025-04-16T22:08:46.104Z | Downloaded proc-macro-crate v1.3.1 |
| 1157 | 2025-04-16T22:08:46.104Z | Downloaded primeorder v0.13.6 |
| 1158 | 2025-04-16T22:08:46.107Z | Downloaded sigpipe v0.1.3 |
| 1159 | 2025-04-16T22:08:46.107Z | Downloaded ahash v0.8.11 |
| 1160 | 2025-04-16T22:08:46.111Z | Downloaded ciborium v0.2.2 |
| 1161 | 2025-04-16T22:08:46.111Z | Downloaded tabwriter v1.4.0 |
| 1162 | 2025-04-16T22:08:46.111Z | Downloaded rpassword v7.3.1 |
| 1163 | 2025-04-16T22:08:46.114Z | Downloaded r2d2 v0.8.10 |
| 1164 | 2025-04-16T22:08:46.114Z | Downloaded mime v0.3.17 |
| 1165 | 2025-04-16T22:08:46.115Z | Downloaded md-5 v0.10.6 |
| 1166 | 2025-04-16T22:08:46.120Z | Downloaded maybe-uninit v2.0.0 |
| 1167 | 2025-04-16T22:08:46.120Z | Downloaded maplit v1.0.2 |
| 1168 | 2025-04-16T22:08:46.120Z | Downloaded libscf-sys v1.1.0 |
| 1169 | 2025-04-16T22:08:46.120Z | Downloaded libefi-sys v0.1.0 |
| 1170 | 2025-04-16T22:08:46.124Z | Downloaded kstat-rs v0.2.4 |
| 1171 | 2025-04-16T22:08:46.124Z | Downloaded cancel-safe-futures v0.1.5 |
| 1172 | 2025-04-16T22:08:46.124Z | Downloaded linked-hash-map v0.5.6 |
| 1173 | 2025-04-16T22:08:46.124Z | Downloaded linear-map v1.2.0 |
| 1174 | 2025-04-16T22:08:46.128Z | Downloaded instability v0.3.2 |
| 1175 | 2025-04-16T22:08:46.128Z | Downloaded indoc v1.0.9 |
| 1176 | 2025-04-16T22:08:46.132Z | Downloaded lazycell v1.3.0 |
| 1177 | 2025-04-16T22:08:46.132Z | Downloaded indoc v2.0.6 |
| 1178 | 2025-04-16T22:08:46.132Z | Downloaded cargo_metadata v0.18.1 |
| 1179 | 2025-04-16T22:08:46.135Z | Downloaded bzip2 v0.5.2 |
| 1180 | 2025-04-16T22:08:46.135Z | Downloaded bzip2 v0.4.4 |
| 1181 | 2025-04-16T22:08:46.138Z | Downloaded lzss v0.8.2 |
| 1182 | 2025-04-16T22:08:46.138Z | Downloaded keccak v0.1.5 |
| 1183 | 2025-04-16T22:08:46.138Z | Downloaded bit-vec v0.8.0 |
| 1184 | 2025-04-16T22:08:46.142Z | Downloaded lockfree-object-pool v0.1.6 |
| 1185 | 2025-04-16T22:08:46.142Z | Downloaded internet-checksum v0.2.1 |
| 1186 | 2025-04-16T22:08:46.142Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1187 | 2025-04-16T22:08:46.145Z | Downloaded base64ct v1.6.0 |
| 1188 | 2025-04-16T22:08:46.149Z | Downloaded backoff v0.4.0 |
| 1189 | 2025-04-16T22:08:46.149Z | Downloaded async-bb8-diesel v0.2.1 |
| 1190 | 2025-04-16T22:08:46.152Z | Downloaded home v0.5.9 |
| 1191 | 2025-04-16T22:08:46.152Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1192 | 2025-04-16T22:08:46.152Z | Downloaded addr2line v0.24.2 |
| 1193 | 2025-04-16T22:08:46.156Z | Downloaded hostname v0.3.1 |
| 1194 | 2025-04-16T22:08:46.156Z | Downloaded heck v0.3.3 |
| 1195 | 2025-04-16T22:08:46.156Z | Downloaded cexpr v0.6.0 |
| 1196 | 2025-04-16T22:08:46.159Z | Downloaded cassowary v0.3.0 |
| 1197 | 2025-04-16T22:08:46.159Z | Downloaded bitfield v0.14.0 |
| 1198 | 2025-04-16T22:08:46.164Z | Downloaded idna_adapter v1.2.0 |
| 1199 | 2025-04-16T22:08:46.164Z | Downloaded crc-catalog v2.4.0 |
| 1200 | 2025-04-16T22:08:46.164Z | Downloaded base16ct v0.2.0 |
| 1201 | 2025-04-16T22:08:46.164Z | Downloaded async-recursion v1.1.1 |
| 1202 | 2025-04-16T22:08:46.167Z | Downloaded buf-list v1.0.3 |
| 1203 | 2025-04-16T22:08:46.167Z | Downloaded bitfield-struct v0.6.2 |
| 1204 | 2025-04-16T22:08:46.170Z | Downloaded chacha20 v0.9.1 |
| 1205 | 2025-04-16T22:08:46.170Z | Downloaded ascii-canvas v3.0.0 |
| 1206 | 2025-04-16T22:08:46.171Z | Downloaded array-init v0.0.4 |
| 1207 | 2025-04-16T22:08:46.174Z | Downloaded async-stream-impl v0.3.6 |
| 1208 | 2025-04-16T22:08:46.415Z | Downloaded aws-lc-sys v0.26.0 |
| 1209 | 2025-04-16T22:08:46.729Z | Compiling serde v1.0.219 |
| 1210 | 2025-04-16T22:08:46.732Z | Compiling value-bag v1.9.0 |
| 1211 | 2025-04-16T22:08:46.732Z | Compiling lock_api v0.4.12 |
| 1212 | 2025-04-16T22:08:46.732Z | Compiling scopeguard v1.2.0 |
| 1213 | 2025-04-16T22:08:46.732Z | Compiling typenum v1.17.0 |
| 1214 | 2025-04-16T22:08:46.732Z | Compiling generic-array v0.14.7 |
| 1215 | 2025-04-16T22:08:46.905Z | Compiling syn v2.0.98 |
| 1216 | 2025-04-16T22:08:46.905Z | Compiling getrandom v0.2.15 |
| 1217 | 2025-04-16T22:08:47.082Z | Compiling shlex v1.3.0 |
| 1218 | 2025-04-16T22:08:47.314Z | Compiling rand_core v0.6.4 |
| 1219 | 2025-04-16T22:08:47.404Z | Compiling jobserver v0.1.32 |
| 1220 | 2025-04-16T22:08:47.424Z | Compiling subtle v2.6.1 |
| 1221 | 2025-04-16T22:08:47.462Z | Compiling log v0.4.22 |
| 1222 | 2025-04-16T22:08:47.581Z | Compiling smallvec v1.14.0 |
| 1223 | 2025-04-16T22:08:47.772Z | Compiling const-oid v0.9.6 |
| 1224 | 2025-04-16T22:08:47.836Z | Compiling cc v1.2.15 |
| 1225 | 2025-04-16T22:08:47.978Z | Compiling parking_lot_core v0.9.10 |
| 1226 | 2025-04-16T22:08:47.981Z | Compiling pin-project-lite v0.2.14 |
| 1227 | 2025-04-16T22:08:48.136Z | Compiling rustix v0.38.37 |
| 1228 | 2025-04-16T22:08:48.246Z | Compiling signal-hook-registry v1.4.2 |
| 1229 | 2025-04-16T22:08:48.275Z | Compiling stable_deref_trait v1.2.0 |
| 1230 | 2025-04-16T22:08:48.395Z | Compiling mio v1.0.2 |
| 1231 | 2025-04-16T22:08:48.960Z | Compiling parking_lot v0.12.3 |
| 1232 | 2025-04-16T22:08:48.980Z | Compiling spin v0.9.8 |
| 1233 | 2025-04-16T22:08:49.062Z | Compiling futures-core v0.3.31 |
| 1234 | 2025-04-16T22:08:49.327Z | Compiling aho-corasick v1.1.3 |
| 1235 | 2025-04-16T22:08:49.380Z | Compiling cpufeatures v0.2.14 |
| 1236 | 2025-04-16T22:08:49.424Z | Compiling serde_json v1.0.140 |
| 1237 | 2025-04-16T22:08:49.472Z | Compiling pkg-config v0.3.31 |
| 1238 | 2025-04-16T22:08:49.491Z | Compiling libm v0.2.8 |
| 1239 | 2025-04-16T22:08:49.776Z | Compiling regex-syntax v0.8.5 |
| 1240 | 2025-04-16T22:08:49.817Z | Compiling either v1.14.0 |
| 1241 | 2025-04-16T22:08:49.891Z | Compiling socket2 v0.5.9 |
| 1242 | 2025-04-16T22:08:49.910Z | Compiling num-traits v0.2.19 |
| 1243 | 2025-04-16T22:08:50.251Z | Compiling slab v0.4.9 |
| 1244 | 2025-04-16T22:08:50.257Z | Compiling glob v0.3.2 |
| 1245 | 2025-04-16T22:08:50.805Z | Compiling futures-sink v0.3.31 |
| 1246 | 2025-04-16T22:08:50.970Z | Compiling prettyplease v0.2.30 |
| 1247 | 2025-04-16T22:08:50.990Z | Compiling getrandom v0.3.1 |
| 1248 | 2025-04-16T22:08:51.112Z | Compiling clang-sys v1.8.1 |
| 1249 | 2025-04-16T22:08:51.653Z | Compiling lazy_static v1.5.0 |
| 1250 | 2025-04-16T22:08:51.746Z | Compiling foldhash v0.1.3 |
| 1251 | 2025-04-16T22:08:51.788Z | Compiling allocator-api2 v0.2.18 |
| 1252 | 2025-04-16T22:08:51.854Z | Compiling minimal-lexical v0.2.1 |
| 1253 | 2025-04-16T22:08:52.065Z | Compiling libloading v0.8.5 |
| 1254 | 2025-04-16T22:08:52.355Z | Compiling nom v7.1.3 |
| 1255 | 2025-04-16T22:08:52.420Z | Compiling home v0.5.9 |
| 1256 | 2025-04-16T22:08:52.465Z | Compiling base64ct v1.6.0 |
| 1257 | 2025-04-16T22:08:52.575Z | Compiling hashbrown v0.15.1 |
| 1258 | 2025-04-16T22:08:52.643Z | Compiling bindgen v0.69.5 |
| 1259 | 2025-04-16T22:08:53.048Z | Compiling pem-rfc7468 v0.7.0 |
| 1260 | 2025-04-16T22:08:53.475Z | Compiling regex-automata v0.4.8 |
| 1261 | 2025-04-16T22:08:53.649Z | Compiling itertools v0.10.5 |
| 1262 | 2025-04-16T22:08:53.738Z | Compiling writeable v0.5.5 |
| 1263 | 2025-04-16T22:08:53.779Z | Compiling flagset v0.4.6 |
| 1264 | 2025-04-16T22:08:53.992Z | Compiling lazycell v1.3.0 |
| 1265 | 2025-04-16T22:08:54.166Z | Compiling synstructure v0.13.1 |
| 1266 | 2025-04-16T22:08:55.574Z | Compiling cexpr v0.6.0 |
| 1267 | 2025-04-16T22:08:55.595Z | Compiling rustc-hash v1.1.0 |
| 1268 | 2025-04-16T22:08:55.719Z | Compiling litemap v0.7.3 |
| 1269 | 2025-04-16T22:08:55.756Z | Compiling futures-channel v0.3.31 |
| 1270 | 2025-04-16T22:08:56.065Z | Compiling cmake v0.1.51 |
| 1271 | 2025-04-16T22:08:56.124Z | Compiling futures-io v0.3.31 |
| 1272 | 2025-04-16T22:08:56.167Z | Compiling fs_extra v1.3.0 |
| 1273 | 2025-04-16T22:08:56.402Z | Compiling futures-task v0.3.31 |
| 1274 | 2025-04-16T22:08:56.694Z | Compiling dunce v1.0.5 |
| 1275 | 2025-04-16T22:08:56.714Z | Compiling pin-utils v0.1.0 |
| 1276 | 2025-04-16T22:08:56.842Z | Compiling paste v1.0.15 |
| 1277 | 2025-04-16T22:08:56.863Z | Compiling icu_locid_transform_data v1.5.0 |
| 1278 | 2025-04-16T22:08:56.881Z | Compiling vcpkg v0.2.15 |
| 1279 | 2025-04-16T22:08:56.982Z | Compiling icu_properties_data v1.5.0 |
| 1280 | 2025-04-16T22:08:57.138Z | Compiling crossbeam-utils v0.8.21 |
| 1281 | 2025-04-16T22:08:57.160Z | Compiling ring v0.17.11 |
| 1282 | 2025-04-16T22:08:57.260Z | Compiling tracing-core v0.1.32 |
| 1283 | 2025-04-16T22:08:57.726Z | Compiling zerocopy v0.8.10 |
| 1284 | 2025-04-16T22:08:58.276Z | Compiling regex v1.11.1 |
| 1285 | 2025-04-16T22:08:58.387Z | Compiling aws-lc-rs v1.12.4 |
| 1286 | 2025-04-16T22:08:58.493Z | Compiling write16 v1.0.0 |
| 1287 | 2025-04-16T22:08:58.538Z | Compiling iana-time-zone v0.1.61 |
| 1288 | 2025-04-16T22:08:58.559Z | Compiling openssl-sys v0.9.107 |
| 1289 | 2025-04-16T22:08:58.643Z | Compiling utf8_iter v1.0.4 |
| 1290 | 2025-04-16T22:08:58.819Z | Compiling utf16_iter v1.0.5 |
| 1291 | 2025-04-16T22:08:58.904Z | Compiling percent-encoding v2.3.1 |
| 1292 | 2025-04-16T22:08:58.924Z | Compiling icu_normalizer_data v1.5.0 |
| 1293 | 2025-04-16T22:08:59.184Z | Compiling httparse v1.9.5 |
| 1294 | 2025-04-16T22:08:59.232Z | Compiling rustls-pki-types v1.10.0 |
| 1295 | 2025-04-16T22:08:59.252Z | Compiling serde_derive v1.0.219 |
| 1296 | 2025-04-16T22:08:59.537Z | Compiling zeroize_derive v1.4.2 |
| 1297 | 2025-04-16T22:08:59.865Z | Compiling zerocopy-derive v0.7.35 |
| 1298 | 2025-04-16T22:09:00.128Z | Compiling zerofrom-derive v0.1.4 |
| 1299 | 2025-04-16T22:09:00.149Z | Compiling yoke-derive v0.7.4 |
| 1300 | 2025-04-16T22:09:00.817Z | Compiling zeroize v1.8.1 |
| 1301 | 2025-04-16T22:09:01.710Z | Compiling zerocopy v0.7.35 |
| 1302 | 2025-04-16T22:09:02.087Z | Compiling tokio-macros v2.5.0 |
| 1303 | 2025-04-16T22:09:02.481Z | Compiling crypto-common v0.1.6 |
| 1304 | 2025-04-16T22:09:02.640Z | Compiling block-buffer v0.10.4 |
| 1305 | 2025-04-16T22:09:02.713Z | Compiling block-padding v0.3.3 |
| 1306 | 2025-04-16T22:09:02.904Z | Compiling digest v0.10.7 |
| 1307 | 2025-04-16T22:09:02.942Z | Compiling zerovec-derive v0.10.3 |
| 1308 | 2025-04-16T22:09:03.071Z | Compiling inout v0.1.3 |
| 1309 | 2025-04-16T22:09:03.350Z | Compiling hmac v0.12.1 |
| 1310 | 2025-04-16T22:09:03.368Z | Compiling displaydoc v0.2.5 |
| 1311 | 2025-04-16T22:09:03.417Z | Compiling zerofrom v0.1.4 |
| 1312 | 2025-04-16T22:09:03.461Z | Compiling cipher v0.4.4 |
| 1313 | 2025-04-16T22:09:03.549Z | Compiling sha2 v0.10.8 |
| 1314 | 2025-04-16T22:09:03.593Z | Compiling yoke v0.7.4 |
| 1315 | 2025-04-16T22:09:03.624Z | Compiling thiserror-impl v1.0.69 |
| 1316 | 2025-04-16T22:09:03.895Z | Compiling der_derive v0.7.3 |
| 1317 | 2025-04-16T22:09:03.937Z | Compiling icu_provider_macros v1.5.0 |
| 1318 | 2025-04-16T22:09:04.783Z | Compiling futures-macro v0.3.31 |
| 1319 | 2025-04-16T22:09:04.946Z | Compiling salsa20 v0.10.2 |
| 1320 | 2025-04-16T22:09:05.167Z | Compiling pbkdf2 v0.12.2 |
| 1321 | 2025-04-16T22:09:05.257Z | Compiling zerovec v0.10.4 |
| 1322 | 2025-04-16T22:09:05.332Z | Compiling ppv-lite86 v0.2.20 |
| 1323 | 2025-04-16T22:09:06.024Z | Compiling scrypt v0.11.0 |
| 1324 | 2025-04-16T22:09:06.069Z | Compiling der v0.7.9 |
| 1325 | 2025-04-16T22:09:06.290Z | Compiling thiserror v1.0.69 |
| 1326 | 2025-04-16T22:09:06.438Z | Compiling aes v0.8.4 |
| 1327 | 2025-04-16T22:09:06.488Z | Compiling cbc v0.1.2 |
| 1328 | 2025-04-16T22:09:06.537Z | Compiling futures-util v0.3.31 |
| 1329 | 2025-04-16T22:09:06.736Z | Compiling pest v2.7.14 |
| 1330 | 2025-04-16T22:09:06.823Z | Compiling tinystr v0.7.6 |
| 1331 | 2025-04-16T22:09:07.128Z | Compiling icu_collections v1.5.0 |
| 1332 | 2025-04-16T22:09:07.247Z | Compiling icu_locid v1.5.0 |
| 1333 | 2025-04-16T22:09:08.315Z | Compiling spki v0.7.3 |
| 1334 | 2025-04-16T22:09:08.706Z | Compiling icu_provider v1.5.0 |
| 1335 | 2025-04-16T22:09:08.887Z | Compiling pkcs5 v0.7.1 |
| 1336 | 2025-04-16T22:09:09.188Z | Compiling tracing-attributes v0.1.27 |
| 1337 | 2025-04-16T22:09:09.404Z | Compiling icu_locid_transform v1.5.0 |
| 1338 | 2025-04-16T22:09:09.566Z | Compiling pkcs8 v0.10.2 |
| 1339 | 2025-04-16T22:09:09.583Z | Compiling pest_meta v2.7.14 |
| 1340 | 2025-04-16T22:09:09.854Z | Compiling zerocopy-derive v0.8.10 |
| 1341 | 2025-04-16T22:09:10.216Z | Compiling scroll_derive v0.12.0 |
| 1342 | 2025-04-16T22:09:11.180Z | Compiling bitflags v2.9.0 |
| 1343 | 2025-04-16T22:09:11.521Z | Compiling bytes v1.10.1 |
| 1344 | 2025-04-16T22:09:11.589Z | Compiling semver v1.0.25 |
| 1345 | 2025-04-16T22:09:12.286Z | Compiling indexmap v2.7.1 |
| 1346 | 2025-04-16T22:09:12.312Z | Compiling rustc_version v0.4.1 |
| 1347 | 2025-04-16T22:09:12.435Z | Compiling uuid v1.16.0 |
| 1348 | 2025-04-16T22:09:12.913Z | Compiling tokio v1.43.1 |
| 1349 | 2025-04-16T22:09:12.964Z | Compiling http v1.2.0 |
| 1350 | 2025-04-16T22:09:13.037Z | Compiling icu_properties v1.5.1 |
| 1351 | 2025-04-16T22:09:13.588Z | Compiling tracing v0.1.40 |
| 1352 | 2025-04-16T22:09:13.820Z | Compiling chrono v0.4.40 |
| 1353 | 2025-04-16T22:09:13.938Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2025-04-16T22:09:14.045Z | Compiling tinyvec v1.8.0 |
| 1355 | 2025-04-16T22:09:14.349Z | Compiling scroll v0.12.0 |
| 1356 | 2025-04-16T22:09:14.860Z | Compiling http-body v1.0.1 |
| 1357 | 2025-04-16T22:09:15.110Z | Compiling which v4.4.2 |
| 1358 | 2025-04-16T22:09:15.139Z | Compiling pest_generator v2.7.14 |
| 1359 | 2025-04-16T22:09:15.742Z | Compiling serde_derive_internals v0.29.1 |
| 1360 | 2025-04-16T22:09:16.165Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1361 | 2025-04-16T22:09:16.680Z | Compiling icu_normalizer v1.5.0 |
| 1362 | 2025-04-16T22:09:16.987Z | Compiling try-lock v0.2.5 |
| 1363 | 2025-04-16T22:09:17.084Z | Compiling adler2 v2.0.0 |
| 1364 | 2025-04-16T22:09:17.142Z | Compiling foreign-types-shared v0.1.1 |
| 1365 | 2025-04-16T22:09:17.161Z | Compiling untrusted v0.9.0 |
| 1366 | 2025-04-16T22:09:17.266Z | Compiling powerfmt v0.2.0 |
| 1367 | 2025-04-16T22:09:17.304Z | Compiling rustversion v1.0.17 |
| 1368 | 2025-04-16T22:09:17.345Z | Compiling untrusted v0.7.1 |
| 1369 | 2025-04-16T22:09:17.557Z | Compiling schemars v0.8.22 |
| 1370 | 2025-04-16T22:09:17.634Z | Compiling openssl v0.10.72 |
| 1371 | 2025-04-16T22:09:17.689Z | Compiling idna_adapter v1.2.0 |
| 1372 | 2025-04-16T22:09:17.904Z | Compiling num-conv v0.1.0 |
| 1373 | 2025-04-16T22:09:17.907Z | Compiling time-core v0.1.2 |
| 1374 | 2025-04-16T22:09:17.944Z | Compiling atomic-waker v1.1.2 |
| 1375 | 2025-04-16T22:09:18.060Z | Compiling schemars_derive v0.8.22 |
| 1376 | 2025-04-16T22:09:18.124Z | Compiling idna v1.0.3 |
| 1377 | 2025-04-16T22:09:18.145Z | Compiling deranged v0.3.11 |
| 1378 | 2025-04-16T22:09:18.182Z | Compiling time-macros v0.2.18 |
| 1379 | 2025-04-16T22:09:18.443Z | Compiling miniz_oxide v0.8.5 |
| 1380 | 2025-04-16T22:09:19.559Z | Compiling foreign-types v0.3.2 |
| 1381 | 2025-04-16T22:09:19.648Z | Compiling want v0.3.1 |
| 1382 | 2025-04-16T22:09:19.700Z | Compiling pest_derive v2.7.14 |
| 1383 | 2025-04-16T22:09:19.903Z | Compiling goblin v0.8.2 |
| 1384 | 2025-04-16T22:09:19.948Z | Compiling rand_core v0.9.2 |
| 1385 | 2025-04-16T22:09:20.979Z | Compiling tokio-util v0.7.13 |
| 1386 | 2025-04-16T22:09:21.092Z | Compiling openssl-macros v0.1.1 |
| 1387 | 2025-04-16T22:09:21.801Z | Compiling form_urlencoded v1.2.1 |
| 1388 | 2025-04-16T22:09:21.819Z | Compiling dyn-clone v1.0.19 |
| 1389 | 2025-04-16T22:09:22.102Z | Compiling h2 v0.4.6 |
| 1390 | 2025-04-16T22:09:22.155Z | Compiling tower-service v0.3.3 |
| 1391 | 2025-04-16T22:09:22.266Z | Compiling num_threads v0.1.7 |
| 1392 | 2025-04-16T22:09:22.311Z | Compiling native-tls v0.2.12 |
| 1393 | 2025-04-16T22:09:22.364Z | Compiling httpdate v1.0.3 |
| 1394 | 2025-04-16T22:09:22.405Z | Compiling syn v1.0.109 |
| 1395 | 2025-04-16T22:09:22.427Z | Compiling rustls v0.23.19 |
| 1396 | 2025-04-16T22:09:22.723Z | Compiling time v0.3.36 |
| 1397 | 2025-04-16T22:09:23.264Z | Compiling dtrace-parser v0.2.0 |
| 1398 | 2025-04-16T22:09:25.221Z | Compiling rand_chacha v0.9.0 |
| 1399 | 2025-04-16T22:09:25.951Z | Compiling dof v0.3.0 |
| 1400 | 2025-04-16T22:09:27.280Z | Compiling unicode-normalization v0.1.24 |
| 1401 | 2025-04-16T22:09:27.344Z | Compiling heapless v0.7.17 |
| 1402 | 2025-04-16T22:09:27.367Z | Compiling rand_chacha v0.3.1 |
| 1403 | 2025-04-16T22:09:27.738Z | Compiling signature v2.2.0 |
| 1404 | 2025-04-16T22:09:27.804Z | Compiling crossbeam-epoch v0.9.18 |
| 1405 | 2025-04-16T22:09:28.389Z | Compiling crc32fast v1.4.2 |
| 1406 | 2025-04-16T22:09:28.389Z | Compiling cookie v0.18.1 |
| 1407 | 2025-04-16T22:09:28.395Z | Compiling openssl-probe v0.1.5 |
| 1408 | 2025-04-16T22:09:28.482Z | Compiling signal-hook v0.3.17 |
| 1409 | 2025-04-16T22:09:28.622Z | Compiling slog v2.7.0 |
| 1410 | 2025-04-16T22:09:28.699Z | Compiling base64 v0.22.1 |
| 1411 | 2025-04-16T22:09:28.784Z | Compiling rayon-core v1.12.1 |
| 1412 | 2025-04-16T22:09:28.845Z | Compiling unicode-bidi v0.3.17 |
| 1413 | 2025-04-16T22:09:29.118Z | Compiling hyper v1.6.0 |
| 1414 | 2025-04-16T22:09:29.144Z | Compiling unicode-properties v0.1.3 |
| 1415 | 2025-04-16T22:09:29.370Z | Compiling siphasher v0.3.11 |
| 1416 | 2025-04-16T22:09:29.640Z | Compiling stringprep v0.1.5 |
| 1417 | 2025-04-16T22:09:29.698Z | Compiling phf_shared v0.11.2 |
| 1418 | 2025-04-16T22:09:30.050Z | Compiling crossbeam-deque v0.8.5 |
| 1419 | 2025-04-16T22:09:30.093Z | Compiling usdt-impl v0.5.0 |
| 1420 | 2025-04-16T22:09:30.419Z | Compiling rand v0.8.5 |
| 1421 | 2025-04-16T22:09:30.462Z | Compiling rand v0.9.0 |
| 1422 | 2025-04-16T22:09:30.665Z | Compiling url v2.5.3 |
| 1423 | 2025-04-16T22:09:31.413Z | Compiling curve25519-dalek v4.1.3 |
| 1424 | 2025-04-16T22:09:31.944Z | Compiling hyper-util v0.1.10 |
| 1425 | 2025-04-16T22:09:32.147Z | Compiling toml_datetime v0.6.8 |
| 1426 | 2025-04-16T22:09:32.206Z | Compiling serde_tokenstream v0.2.2 |
| 1427 | 2025-04-16T22:09:32.429Z | Compiling serde_spanned v0.6.8 |
| 1428 | 2025-04-16T22:09:32.493Z | Compiling md-5 v0.10.6 |
| 1429 | 2025-04-16T22:09:32.662Z | Compiling num-integer v0.1.46 |
| 1430 | 2025-04-16T22:09:32.687Z | Compiling hash32 v0.2.1 |
| 1431 | 2025-04-16T22:09:32.751Z | Compiling ff v0.13.0 |
| 1432 | 2025-04-16T22:09:32.779Z | Compiling memoffset v0.9.1 |
| 1433 | 2025-04-16T22:09:32.801Z | Compiling portable-atomic v1.11.0 |
| 1434 | 2025-04-16T22:09:32.978Z | Compiling base16ct v0.2.0 |
| 1435 | 2025-04-16T22:09:33.054Z | Compiling num-bigint-dig v0.8.4 |
| 1436 | 2025-04-16T22:09:33.111Z | Compiling psl-types v2.0.11 |
| 1437 | 2025-04-16T22:09:33.307Z | Compiling cfg_aliases v0.2.1 |
| 1438 | 2025-04-16T22:09:33.327Z | Compiling fallible-iterator v0.2.0 |
| 1439 | 2025-04-16T22:09:33.376Z | Compiling newtype-uuid v1.2.1 |
| 1440 | 2025-04-16T22:09:33.415Z | Compiling litrs v0.4.1 |
| 1441 | 2025-04-16T22:09:33.436Z | Compiling smoltcp v0.9.1 |
| 1442 | 2025-04-16T22:09:33.702Z | Compiling gimli v0.31.1 |
| 1443 | 2025-04-16T22:09:33.876Z | Compiling nix v0.29.0 |
| 1444 | 2025-04-16T22:09:33.973Z | Compiling postgres-protocol v0.6.8 |
| 1445 | 2025-04-16T22:09:34.161Z | Compiling publicsuffix v2.3.0 |
| 1446 | 2025-04-16T22:09:34.470Z | Compiling sec1 v0.7.3 |
| 1447 | 2025-04-16T22:09:34.505Z | Compiling document-features v0.2.10 |
| 1448 | 2025-04-16T22:09:34.741Z | Compiling num-iter v0.1.45 |
| 1449 | 2025-04-16T22:09:34.918Z | Compiling group v0.13.0 |
| 1450 | 2025-04-16T22:09:35.172Z | Compiling tokio-native-tls v0.3.1 |
| 1451 | 2025-04-16T22:09:35.911Z | Compiling flate2 v1.1.1 |
| 1452 | 2025-04-16T22:09:36.216Z | Compiling ipnetwork v0.21.1 |
| 1453 | 2025-04-16T22:09:36.339Z | Compiling http-body-util v0.1.3 |
| 1454 | 2025-04-16T22:09:36.377Z | Compiling terminal_size v0.4.0 |
| 1455 | 2025-04-16T22:09:36.569Z | Compiling hkdf v0.12.4 |
| 1456 | 2025-04-16T22:09:36.603Z | Compiling crypto-bigint v0.5.5 |
| 1457 | 2025-04-16T22:09:36.765Z | Compiling webpki-roots v0.26.6 |
| 1458 | 2025-04-16T22:09:36.800Z | Compiling async-trait v0.1.88 |
| 1459 | 2025-04-16T22:09:36.890Z | Compiling zerocopy-derive v0.6.6 |
| 1460 | 2025-04-16T22:09:37.005Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1461 | 2025-04-16T22:09:37.014Z | Compiling sync_wrapper v1.0.1 |
| 1462 | 2025-04-16T22:09:37.184Z | Compiling ahash v0.8.11 |
| 1463 | 2025-04-16T22:09:37.559Z | Compiling fs-err v2.11.0 |
| 1464 | 2025-04-16T22:09:37.898Z | Compiling addr2line v0.24.2 |
| 1465 | 2025-04-16T22:09:38.393Z | Compiling object v0.36.5 |
| 1466 | 2025-04-16T22:09:38.436Z | Compiling bumpalo v3.16.0 |
| 1467 | 2025-04-16T22:09:38.604Z | Compiling managed v0.8.0 |
| 1468 | 2025-04-16T22:09:38.779Z | Compiling simd-adler32 v0.3.7 |
| 1469 | 2025-04-16T22:09:38.885Z | Compiling unicode-width v0.2.0 |
| 1470 | 2025-04-16T22:09:39.042Z | Compiling buf-list v1.0.3 |
| 1471 | 2025-04-16T22:09:39.292Z | Compiling lockfree-object-pool v0.1.6 |
| 1472 | 2025-04-16T22:09:39.316Z | Compiling anyhow v1.0.97 |
| 1473 | 2025-04-16T22:09:39.389Z | Compiling zip v2.6.1 |
| 1474 | 2025-04-16T22:09:39.566Z | Compiling rustc-demangle v0.1.24 |
| 1475 | 2025-04-16T22:09:39.649Z | Compiling winnow v0.5.40 |
| 1476 | 2025-04-16T22:09:39.727Z | Compiling tower-layer v0.3.3 |
| 1477 | 2025-04-16T22:09:39.938Z | Compiling ipnet v2.11.0 |
| 1478 | 2025-04-16T22:09:40.026Z | Compiling tower v0.5.2 |
| 1479 | 2025-04-16T22:09:40.406Z | Compiling clap_builder v4.5.35 |
| 1480 | 2025-04-16T22:09:41.149Z | Compiling zopfli v0.8.1 |
| 1481 | 2025-04-16T22:09:41.311Z | Compiling elliptic-curve v0.13.8 |
| 1482 | 2025-04-16T22:09:42.160Z | Compiling console v0.15.10 |
| 1483 | 2025-04-16T22:09:42.377Z | Compiling hubpack_derive v0.1.1 |
| 1484 | 2025-04-16T22:09:42.464Z | Compiling strum_macros v0.25.3 |
| 1485 | 2025-04-16T22:09:43.143Z | Compiling toml_edit v0.19.15 |
| 1486 | 2025-04-16T22:09:43.271Z | Compiling hubpack v0.1.2 |
| 1487 | 2025-04-16T22:09:43.456Z | Compiling zerocopy v0.6.6 |
| 1488 | 2025-04-16T22:09:44.452Z | Compiling hyper-tls v0.6.0 |
| 1489 | 2025-04-16T22:09:44.681Z | Compiling backtrace v0.3.74 |
| 1490 | 2025-04-16T22:09:44.836Z | Compiling oxnet v0.1.1 |
| 1491 | 2025-04-16T22:09:45.293Z | Compiling rayon v1.10.0 |
| 1492 | 2025-04-16T22:09:45.541Z | Compiling signal-hook-mio v0.2.4 |
| 1493 | 2025-04-16T22:09:45.711Z | Compiling cookie_store v0.21.1 |
| 1494 | 2025-04-16T22:09:47.201Z | Compiling postgres-types v0.2.9 |
| 1495 | 2025-04-16T22:09:48.223Z | Compiling usdt-attr-macro v0.5.0 |
| 1496 | 2025-04-16T22:09:48.490Z | Compiling usdt-macro v0.5.0 |
| 1497 | 2025-04-16T22:09:49.207Z | Compiling phf v0.11.2 |
| 1498 | 2025-04-16T22:09:49.509Z | Compiling ed25519 v2.2.3 |
| 1499 | 2025-04-16T22:09:49.657Z | Compiling strum_macros v0.26.4 |
| 1500 | 2025-04-16T22:09:49.742Z | Compiling bzip2 v0.4.4 |
| 1501 | 2025-04-16T22:09:49.886Z | Compiling bzip2 v0.5.2 |
| 1502 | 2025-04-16T22:09:50.082Z | Compiling serde_urlencoded v0.7.1 |
| 1503 | 2025-04-16T22:09:50.138Z | Compiling clap_derive v4.5.32 |
| 1504 | 2025-04-16T22:09:50.254Z | Compiling enum-as-inner v0.6.1 |
| 1505 | 2025-04-16T22:09:50.614Z | Compiling futures-executor v0.3.31 |
| 1506 | 2025-04-16T22:09:51.132Z | Compiling serde-big-array v0.5.1 |
| 1507 | 2025-04-16T22:09:51.267Z | Compiling pkcs1 v0.7.5 |
| 1508 | 2025-04-16T22:09:51.381Z | Compiling rfc6979 v0.4.0 |
| 1509 | 2025-04-16T22:09:51.403Z | Compiling rustls-pemfile v2.2.0 |
| 1510 | 2025-04-16T22:09:51.431Z | Compiling daft-derive v0.1.3 |
| 1511 | 2025-04-16T22:09:51.585Z | Compiling serde_repr v0.1.19 |
| 1512 | 2025-04-16T22:09:51.752Z | Compiling bstr v1.10.0 |
| 1513 | 2025-04-16T22:09:52.170Z | Compiling float-cmp v0.10.0 |
| 1514 | 2025-04-16T22:09:52.440Z | Compiling encoding_rs v0.8.34 |
| 1515 | 2025-04-16T22:09:52.743Z | Compiling number_prefix v0.4.0 |
| 1516 | 2025-04-16T22:09:52.994Z | Compiling new_debug_unreachable v1.0.6 |
| 1517 | 2025-04-16T22:09:53.079Z | Compiling fixedbitset v0.4.2 |
| 1518 | 2025-04-16T22:09:53.105Z | Compiling normalize-line-endings v0.3.0 |
| 1519 | 2025-04-16T22:09:53.251Z | Compiling mime v0.3.17 |
| 1520 | 2025-04-16T22:09:53.372Z | Compiling unicode-segmentation v1.12.0 |
| 1521 | 2025-04-16T22:09:53.486Z | Compiling data-encoding v2.6.0 |
| 1522 | 2025-04-16T22:09:53.755Z | Compiling difflib v0.4.0 |
| 1523 | 2025-04-16T22:09:54.079Z | Compiling static_assertions v1.1.0 |
| 1524 | 2025-04-16T22:09:54.194Z | Compiling precomputed-hash v0.1.1 |
| 1525 | 2025-04-16T22:09:54.216Z | Compiling predicates-core v1.0.8 |
| 1526 | 2025-04-16T22:09:54.333Z | Compiling whoami v1.5.2 |
| 1527 | 2025-04-16T22:09:54.526Z | Compiling predicates v3.1.3 |
| 1528 | 2025-04-16T22:09:54.566Z | Compiling clap v4.5.35 |
| 1529 | 2025-04-16T22:09:54.707Z | Compiling tokio-postgres v0.7.13 |
| 1530 | 2025-04-16T22:09:54.879Z | Compiling string_cache v0.8.9 |
| 1531 | 2025-04-16T22:09:55.028Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1532 | 2025-04-16T22:09:55.300Z | Compiling hickory-proto v0.24.4 |
| 1533 | 2025-04-16T22:09:55.344Z | Compiling strum v0.26.3 |
| 1534 | 2025-04-16T22:09:55.549Z | Compiling similar v2.7.0 |
| 1535 | 2025-04-16T22:09:56.015Z | Compiling petgraph v0.6.5 |
| 1536 | 2025-04-16T22:09:56.431Z | Compiling daft v0.1.3 |
| 1537 | 2025-04-16T22:09:56.933Z | Compiling indicatif v0.17.11 |
| 1538 | 2025-04-16T22:09:57.621Z | Compiling toml_edit v0.22.24 |
| 1539 | 2025-04-16T22:09:58.886Z | Compiling usdt v0.5.0 |
| 1540 | 2025-04-16T22:09:59.365Z | Compiling rsa v0.9.6 |
| 1541 | 2025-04-16T22:09:59.621Z | Compiling ecdsa v0.16.9 |
| 1542 | 2025-04-16T22:10:00.229Z | Compiling futures v0.3.31 |
| 1543 | 2025-04-16T22:10:00.357Z | Compiling zip v0.6.6 |
| 1544 | 2025-04-16T22:10:00.436Z | Compiling ed25519-dalek v2.1.1 |
| 1545 | 2025-04-16T22:10:01.634Z | Compiling toml v0.7.8 |
| 1546 | 2025-04-16T22:10:01.811Z | Compiling crossterm v0.28.1 |
| 1547 | 2025-04-16T22:10:03.684Z | Compiling tokio-stream v0.1.17 |
| 1548 | 2025-04-16T22:10:04.094Z | Compiling openapiv3 v2.0.0 |
| 1549 | 2025-04-16T22:10:04.163Z | Compiling x509-cert v0.2.5 |
| 1550 | 2025-04-16T22:10:04.230Z | Compiling sha1 v0.10.6 |
| 1551 | 2025-04-16T22:10:04.656Z | Compiling itertools v0.13.0 |
| 1552 | 2025-04-16T22:10:04.663Z | Compiling dirs-sys-next v0.1.2 |
| 1553 | 2025-04-16T22:10:04.910Z | Compiling unicode-xid v0.2.6 |
| 1554 | 2025-04-16T22:10:05.057Z | Compiling lalrpop-util v0.19.12 |
| 1555 | 2025-04-16T22:10:05.116Z | Compiling peg-runtime v0.8.5 |
| 1556 | 2025-04-16T22:10:05.224Z | Compiling dirs-next v2.0.0 |
| 1557 | 2025-04-16T22:10:05.393Z | Compiling thread_local v1.1.8 |
| 1558 | 2025-04-16T22:10:05.422Z | Compiling slog-async v2.8.0 |
| 1559 | 2025-04-16T22:10:05.673Z | Compiling term v0.7.0 |
| 1560 | 2025-04-16T22:10:05.874Z | Compiling xattr v1.3.1 |
| 1561 | 2025-04-16T22:10:06.043Z | Compiling crossbeam-channel v0.5.15 |
| 1562 | 2025-04-16T22:10:06.164Z | Compiling filetime v0.2.25 |
| 1563 | 2025-04-16T22:10:06.473Z | Compiling is-terminal v0.4.13 |
| 1564 | 2025-04-16T22:10:06.631Z | Compiling take_mut v0.2.2 |
| 1565 | 2025-04-16T22:10:06.818Z | Compiling slog-term v2.9.1 |
| 1566 | 2025-04-16T22:10:07.029Z | Compiling tar v0.4.44 |
| 1567 | 2025-04-16T22:10:07.100Z | Compiling camino v1.1.9 |
| 1568 | 2025-04-16T22:10:13.296Z | Compiling aws-lc-sys v0.26.0 |
| 1569 | 2025-04-16T22:10:52.344Z | Compiling rustls-webpki v0.102.8 |
| 1570 | 2025-04-16T22:10:56.856Z | Compiling tokio-rustls v0.26.0 |
| 1571 | 2025-04-16T22:10:57.120Z | Compiling hyper-rustls v0.27.3 |
| 1572 | 2025-04-16T22:10:57.502Z | Compiling reqwest v0.12.12 |
| 1573 | 2025-04-16T22:11:00.968Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1574 | 2025-04-16T22:11:01.249Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1575 | 2025-04-16T22:11:05.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1576 | 2025-04-16T22:11:05.884Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1577 | 2025-04-16T22:11:05.936Z | Apr 16 22:11:05.364 INFO Starting download, target: Clickhouse |
| 1578 | 2025-04-16T22:11:05.936Z | Apr 16 22:11:05.364 INFO Starting download, target: Console |
| 1579 | 2025-04-16T22:11:05.936Z | Apr 16 22:11:05.364 INFO Starting download, target: Cockroach |
| 1580 | 2025-04-16T22:11:05.936Z | Apr 16 22:11:05.364 INFO Starting download, target: DendriteStub |
| 1581 | 2025-04-16T22:11:05.936Z | Apr 16 22:11:05.364 INFO Starting download, target: MaghemiteMgd |
| 1582 | 2025-04-16T22:11:05.936Z | Apr 16 22:11:05.364 INFO Starting download, target: TransceiverControl |
| 1583 | 2025-04-16T22:11:05.941Z | Apr 16 22:11:05.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1584 | 2025-04-16T22:11:05.941Z | Apr 16 22:11:05.365 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1585 | 2025-04-16T22:11:05.941Z | Apr 16 22:11:05.365 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1586 | 2025-04-16T22:11:05.941Z | Apr 16 22:11:05.365 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1587 | 2025-04-16T22:11:05.941Z | Apr 16 22:11:05.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1588 | 2025-04-16T22:11:05.941Z | Apr 16 22:11:05.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1589 | 2025-04-16T22:11:06.451Z | Apr 16 22:11:05.832 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1590 | 2025-04-16T22:11:06.579Z | Apr 16 22:11:05.997 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1591 | 2025-04-16T22:11:06.848Z | Apr 16 22:11:06.260 INFO Download complete, target: TransceiverControl |
| 1592 | 2025-04-16T22:11:06.904Z | Apr 16 22:11:06.329 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1593 | 2025-04-16T22:11:07.007Z | Apr 16 22:11:06.410 INFO Download complete, target: Console |
| 1594 | 2025-04-16T22:11:07.083Z | Apr 16 22:11:06.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1595 | 2025-04-16T22:11:07.674Z | Apr 16 22:11:07.103 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1596 | 2025-04-16T22:11:07.674Z | Apr 16 22:11:07.103 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1597 | 2025-04-16T22:11:08.244Z | Apr 16 22:11:07.673 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1598 | 2025-04-16T22:11:09.592Z | Apr 16 22:11:09.021 INFO Download complete, target: MaghemiteMgd |
| 1599 | 2025-04-16T22:11:10.192Z | Apr 16 22:11:09.621 INFO Download complete, target: DendriteStub |
| 1600 | 2025-04-16T22:11:14.459Z | Apr 16 22:11:13.883 INFO Checking that binary works, target: Cockroach |
| 1601 | 2025-04-16T22:11:14.785Z | Apr 16 22:11:14.211 INFO Download complete, target: Cockroach |
| 1602 | 2025-04-16T22:11:18.975Z | Apr 16 22:11:18.403 INFO Checking that binary works, target: Clickhouse |
| 1603 | 2025-04-16T22:11:19.726Z | Apr 16 22:11:19.155 INFO Download complete, target: Clickhouse |
| 1604 | 2025-04-16T22:11:19.734Z | All prerequisites installed successfully |
| 1605 | 2025-04-16T22:11:19.738Z | |
| 1606 | 2025-04-16T22:11:19.738Z | real 5:42.933429450 |
| 1607 | 2025-04-16T22:11:19.738Z | user 15:22.981488823 |
| 1608 | 2025-04-16T22:11:19.738Z | sys 2:07.061690803 |
| 1609 | 2025-04-16T22:11:19.738Z | trap 0.550461131 |
| 1610 | 2025-04-16T22:11:19.738Z | tflt 10.219727677 |
| 1611 | 2025-04-16T22:11:19.739Z | dflt 5.060729655 |
| 1612 | 2025-04-16T22:11:19.739Z | kflt 0.154176723 |
| 1613 | 2025-04-16T22:11:19.739Z | lock 24:24.817620035 |
| 1614 | 2025-04-16T22:11:19.739Z | slp 56:53.096956516 |
| 1615 | 2025-04-16T22:11:19.739Z | lat 56.666090051 |
| 1616 | 2025-04-16T22:11:19.739Z | stop 2:20.342848723 |
| 1617 | 2025-04-16T22:11:19.739Z | + ptime -m cargo xtask download softnpu |
| 1618 | 2025-04-16T22:11:20.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1619 | 2025-04-16T22:11:20.412Z | Running `target/debug/xtask download softnpu` |
| 1620 | 2025-04-16T22:11:21.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 1621 | 2025-04-16T22:11:21.408Z | Running `target/debug/xtask-downloader softnpu` |
| 1622 | 2025-04-16T22:11:21.447Z | Apr 16 22:11:20.876 INFO Starting download, target: Softnpu |
| 1623 | 2025-04-16T22:11:21.451Z | Apr 16 22:11:20.877 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1624 | 2025-04-16T22:11:22.273Z | Apr 16 22:11:21.703 INFO Download complete, target: Softnpu |
| 1625 | 2025-04-16T22:11:22.278Z | |
| 1626 | 2025-04-16T22:11:22.281Z | real 2.536847517 |
| 1627 | 2025-04-16T22:11:22.281Z | user 1.430260943 |
| 1628 | 2025-04-16T22:11:22.281Z | sys 0.628711967 |
| 1629 | 2025-04-16T22:11:22.281Z | trap 0.000674800 |
| 1630 | 2025-04-16T22:11:22.281Z | tflt 0.000017129 |
| 1631 | 2025-04-16T22:11:22.281Z | dflt 0.000092558 |
| 1632 | 2025-04-16T22:11:22.281Z | kflt 0.000000000 |
| 1633 | 2025-04-16T22:11:22.281Z | lock 8.919912776 |
| 1634 | 2025-04-16T22:11:22.281Z | slp 0.698851211 |
| 1635 | 2025-04-16T22:11:22.281Z | lat 0.069253472 |
| 1636 | 2025-04-16T22:11:22.281Z | stop 0.000163442 |
| 1637 | 2025-04-16T22:11:22.281Z | + export CARGO_INCREMENTAL=0 |
| 1638 | 2025-04-16T22:11:22.281Z | + CARGO_INCREMENTAL=0 |
| 1639 | 2025-04-16T22:11:22.281Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1640 | 2025-04-16T22:11:23.379Z | Compiling proc-macro2 v1.0.94 |
| 1641 | 2025-04-16T22:11:23.379Z | Compiling unicode-ident v1.0.14 |
| 1642 | 2025-04-16T22:11:23.385Z | Compiling libc v0.2.171 |
| 1643 | 2025-04-16T22:11:23.385Z | Compiling serde v1.0.219 |
| 1644 | 2025-04-16T22:11:23.385Z | Compiling autocfg v1.4.0 |
| 1645 | 2025-04-16T22:11:23.385Z | Compiling cfg-if v1.0.0 |
| 1646 | 2025-04-16T22:11:23.385Z | Compiling version_check v0.9.5 |
| 1647 | 2025-04-16T22:11:23.645Z | Compiling memchr v2.7.4 |
| 1648 | 2025-04-16T22:11:23.691Z | Compiling shlex v1.3.0 |
| 1649 | 2025-04-16T22:11:23.760Z | Compiling typenum v1.17.0 |
| 1650 | 2025-04-16T22:11:24.052Z | Compiling value-bag v1.9.0 |
| 1651 | 2025-04-16T22:11:24.101Z | Compiling generic-array v0.14.7 |
| 1652 | 2025-04-16T22:11:24.359Z | Compiling lock_api v0.4.12 |
| 1653 | 2025-04-16T22:11:24.594Z | Compiling log v0.4.22 |
| 1654 | 2025-04-16T22:11:24.660Z | Compiling serde_json v1.0.140 |
| 1655 | 2025-04-16T22:11:24.715Z | Compiling libm v0.2.8 |
| 1656 | 2025-04-16T22:11:24.881Z | Compiling num-traits v0.2.19 |
| 1657 | 2025-04-16T22:11:25.072Z | Compiling semver v1.0.25 |
| 1658 | 2025-04-16T22:11:25.163Z | Compiling scopeguard v1.2.0 |
| 1659 | 2025-04-16T22:11:25.209Z | Compiling quote v1.0.39 |
| 1660 | 2025-04-16T22:11:25.310Z | Compiling jobserver v0.1.32 |
| 1661 | 2025-04-16T22:11:25.335Z | Compiling parking_lot_core v0.9.10 |
| 1662 | 2025-04-16T22:11:25.548Z | Compiling getrandom v0.2.15 |
| 1663 | 2025-04-16T22:11:25.663Z | Compiling syn v2.0.98 |
| 1664 | 2025-04-16T22:11:25.743Z | Compiling cc v1.2.15 |
| 1665 | 2025-04-16T22:11:25.763Z | Compiling rustix v0.38.37 |
| 1666 | 2025-04-16T22:11:25.786Z | Compiling getrandom v0.3.1 |
| 1667 | 2025-04-16T22:11:25.893Z | Compiling aho-corasick v1.1.3 |
| 1668 | 2025-04-16T22:11:25.893Z | Compiling regex-syntax v0.8.5 |
| 1669 | 2025-04-16T22:11:26.196Z | Compiling itoa v1.0.11 |
| 1670 | 2025-04-16T22:11:26.272Z | Compiling either v1.14.0 |
| 1671 | 2025-04-16T22:11:26.445Z | Compiling once_cell v1.21.3 |
| 1672 | 2025-04-16T22:11:26.938Z | Compiling rand_core v0.6.4 |
| 1673 | 2025-04-16T22:11:27.003Z | Compiling slab v0.4.9 |
| 1674 | 2025-04-16T22:11:27.374Z | Compiling pkg-config v0.3.31 |
| 1675 | 2025-04-16T22:11:27.784Z | Compiling spin v0.9.8 |
| 1676 | 2025-04-16T22:11:27.947Z | Compiling errno v0.3.9 |
| 1677 | 2025-04-16T22:11:28.164Z | Compiling smallvec v1.14.0 |
| 1678 | 2025-04-16T22:11:28.275Z | Compiling equivalent v1.0.1 |
| 1679 | 2025-04-16T22:11:28.414Z | Compiling foldhash v0.1.3 |
| 1680 | 2025-04-16T22:11:28.418Z | Compiling allocator-api2 v0.2.18 |
| 1681 | 2025-04-16T22:11:28.654Z | Compiling glob v0.3.2 |
| 1682 | 2025-04-16T22:11:28.704Z | Compiling subtle v2.6.1 |
| 1683 | 2025-04-16T22:11:29.032Z | Compiling prettyplease v0.2.30 |
| 1684 | 2025-04-16T22:11:29.052Z | Compiling lazy_static v1.5.0 |
| 1685 | 2025-04-16T22:11:29.139Z | Compiling hashbrown v0.15.1 |
| 1686 | 2025-04-16T22:11:29.318Z | Compiling clang-sys v1.8.1 |
| 1687 | 2025-04-16T22:11:29.373Z | Compiling schemars v0.8.22 |
| 1688 | 2025-04-16T22:11:29.410Z | Compiling regex-automata v0.4.8 |
| 1689 | 2025-04-16T22:11:29.468Z | Compiling minimal-lexical v0.2.1 |
| 1690 | 2025-04-16T22:11:29.499Z | Compiling thiserror v1.0.69 |
| 1691 | 2025-04-16T22:11:29.922Z | Compiling nom v7.1.3 |
| 1692 | 2025-04-16T22:11:30.069Z | Compiling libloading v0.8.5 |
| 1693 | 2025-04-16T22:11:30.343Z | Compiling bindgen v0.69.5 |
| 1694 | 2025-04-16T22:11:30.408Z | Compiling home v0.5.9 |
| 1695 | 2025-04-16T22:11:30.631Z | Compiling itertools v0.10.5 |
| 1696 | 2025-04-16T22:11:30.942Z | Compiling lazycell v1.3.0 |
| 1697 | 2025-04-16T22:11:31.130Z | Compiling pin-project-lite v0.2.14 |
| 1698 | 2025-04-16T22:11:31.138Z | Compiling rustc-hash v1.1.0 |
| 1699 | 2025-04-16T22:11:31.258Z | Compiling ryu v1.0.18 |
| 1700 | 2025-04-16T22:11:31.278Z | Compiling byteorder v1.5.0 |
| 1701 | 2025-04-16T22:11:31.561Z | Compiling cmake v0.1.51 |
| 1702 | 2025-04-16T22:11:31.827Z | Compiling fs_extra v1.3.0 |
| 1703 | 2025-04-16T22:11:32.291Z | Compiling dunce v1.0.5 |
| 1704 | 2025-04-16T22:11:32.468Z | Compiling paste v1.0.15 |
| 1705 | 2025-04-16T22:11:32.617Z | Compiling synstructure v0.13.1 |
| 1706 | 2025-04-16T22:11:32.954Z | Compiling serde_derive_internals v0.29.1 |
| 1707 | 2025-04-16T22:11:33.032Z | Compiling cexpr v0.6.0 |
| 1708 | 2025-04-16T22:11:34.396Z | Compiling regex v1.11.1 |
| 1709 | 2025-04-16T22:11:34.980Z | Compiling const-oid v0.9.6 |
| 1710 | 2025-04-16T22:11:35.629Z | Compiling signal-hook-registry v1.4.2 |
| 1711 | 2025-04-16T22:11:35.981Z | Compiling fnv v1.0.7 |
| 1712 | 2025-04-16T22:11:36.137Z | Compiling parking_lot v0.12.3 |
| 1713 | 2025-04-16T22:11:36.425Z | Compiling ring v0.17.11 |
| 1714 | 2025-04-16T22:11:36.509Z | Compiling serde_derive v1.0.219 |
| 1715 | 2025-04-16T22:11:36.976Z | Compiling zeroize_derive v1.4.2 |
| 1716 | 2025-04-16T22:11:37.021Z | Compiling tokio-macros v2.5.0 |
| 1717 | 2025-04-16T22:11:37.059Z | Compiling zerocopy-derive v0.7.35 |
| 1718 | 2025-04-16T22:11:37.228Z | Compiling zerofrom-derive v0.1.4 |
| 1719 | 2025-04-16T22:11:37.415Z | Compiling yoke-derive v0.7.4 |
| 1720 | 2025-04-16T22:11:38.097Z | Compiling zerovec-derive v0.10.3 |
| 1721 | 2025-04-16T22:11:38.260Z | Compiling zeroize v1.8.1 |
| 1722 | 2025-04-16T22:11:38.746Z | Compiling displaydoc v0.2.5 |
| 1723 | 2025-04-16T22:11:39.343Z | Compiling schemars_derive v0.8.22 |
| 1724 | 2025-04-16T22:11:39.857Z | Compiling thiserror-impl v1.0.69 |
| 1725 | 2025-04-16T22:11:40.033Z | Compiling futures-macro v0.3.31 |
| 1726 | 2025-04-16T22:11:40.135Z | Compiling crypto-common v0.1.6 |
| 1727 | 2025-04-16T22:11:40.146Z | Compiling icu_provider_macros v1.5.0 |
| 1728 | 2025-04-16T22:11:40.287Z | Compiling der_derive v0.7.3 |
| 1729 | 2025-04-16T22:11:40.343Z | Compiling mio v1.0.2 |
| 1730 | 2025-04-16T22:11:40.699Z | Compiling stable_deref_trait v1.2.0 |
| 1731 | 2025-04-16T22:11:41.517Z | Compiling block-buffer v0.10.4 |
| 1732 | 2025-04-16T22:11:41.593Z | Compiling tracing-attributes v0.1.27 |
| 1733 | 2025-04-16T22:11:41.811Z | Compiling heck v0.5.0 |
| 1734 | 2025-04-16T22:11:41.927Z | Compiling vcpkg v0.2.15 |
| 1735 | 2025-04-16T22:11:42.223Z | Compiling aws-lc-rs v1.12.4 |
| 1736 | 2025-04-16T22:11:42.352Z | Compiling digest v0.10.7 |
| 1737 | 2025-04-16T22:11:42.498Z | Compiling socket2 v0.5.9 |
| 1738 | 2025-04-16T22:11:42.590Z | Compiling zerocopy v0.8.10 |
| 1739 | 2025-04-16T22:11:42.632Z | Compiling futures-core v0.3.31 |
| 1740 | 2025-04-16T22:11:42.904Z | Compiling zerocopy-derive v0.8.10 |
| 1741 | 2025-04-16T22:11:46.590Z | Compiling openssl-sys v0.9.107 |
| 1742 | 2025-04-16T22:11:46.649Z | Compiling httparse v1.9.5 |
| 1743 | 2025-04-16T22:11:46.650Z | Compiling zerocopy v0.7.35 |
| 1744 | 2025-04-16T22:11:46.650Z | Compiling crossbeam-utils v0.8.21 |
| 1745 | 2025-04-16T22:11:46.650Z | Compiling syn v1.0.109 |
| 1746 | 2025-04-16T22:11:46.650Z | Compiling iana-time-zone v0.1.61 |
| 1747 | 2025-04-16T22:11:46.650Z | Compiling time-core v0.1.2 |
| 1748 | 2025-04-16T22:11:46.650Z | Compiling num-conv v0.1.0 |
| 1749 | 2025-04-16T22:11:46.650Z | Compiling cpufeatures v0.2.14 |
| 1750 | 2025-04-16T22:11:46.650Z | Compiling hmac v0.12.1 |
| 1751 | 2025-04-16T22:11:46.650Z | Compiling zerofrom v0.1.4 |
| 1752 | 2025-04-16T22:11:46.650Z | Compiling time-macros v0.2.18 |
| 1753 | 2025-04-16T22:11:46.650Z | Compiling futures-sink v0.3.31 |
| 1754 | 2025-04-16T22:11:46.736Z | Compiling openssl v0.10.72 |
| 1755 | 2025-04-16T22:11:47.190Z | Compiling yoke v0.7.4 |
| 1756 | 2025-04-16T22:11:47.270Z | Compiling block-padding v0.3.3 |
| 1757 | 2025-04-16T22:11:47.555Z | Compiling zerovec v0.10.4 |
| 1758 | 2025-04-16T22:11:47.689Z | Compiling inout v0.1.3 |
| 1759 | 2025-04-16T22:11:47.906Z | Compiling openssl-macros v0.1.1 |
| 1760 | 2025-04-16T22:11:48.108Z | Compiling bitflags v2.9.0 |
| 1761 | 2025-04-16T22:11:48.129Z | Compiling bytes v1.10.1 |
| 1762 | 2025-04-16T22:11:48.985Z | Compiling indexmap v2.7.1 |
| 1763 | 2025-04-16T22:11:49.451Z | Compiling uuid v1.16.0 |
| 1764 | 2025-04-16T22:11:50.322Z | Compiling tokio v1.43.1 |
| 1765 | 2025-04-16T22:11:50.342Z | Compiling chrono v0.4.40 |
| 1766 | 2025-04-16T22:11:50.816Z | Compiling rustc_version v0.4.1 |
| 1767 | 2025-04-16T22:11:52.791Z | Compiling which v4.4.2 |
| 1768 | 2025-04-16T22:11:54.515Z | Compiling serde_tokenstream v0.2.2 |
| 1769 | 2025-04-16T22:11:54.683Z | Compiling rustls v0.23.19 |
| 1770 | 2025-04-16T22:11:55.024Z | Compiling native-tls v0.2.12 |
| 1771 | 2025-04-16T22:11:55.046Z | Compiling strsim v0.11.1 |
| 1772 | 2025-04-16T22:11:55.472Z | Compiling dyn-clone v1.0.19 |
| 1773 | 2025-04-16T22:11:56.466Z | Compiling cipher v0.4.4 |
| 1774 | 2025-04-16T22:11:56.917Z | Compiling sha2 v0.10.8 |
| 1775 | 2025-04-16T22:11:57.671Z | Compiling scroll_derive v0.12.0 |
| 1776 | 2025-04-16T22:11:58.567Z | Compiling ucd-trie v0.1.7 |
| 1777 | 2025-04-16T22:11:58.607Z | Compiling base64ct v1.6.0 |
| 1778 | 2025-04-16T22:11:58.663Z | Compiling tinystr v0.7.6 |
| 1779 | 2025-04-16T22:11:59.002Z | Compiling pest v2.7.14 |
| 1780 | 2025-04-16T22:11:59.022Z | Compiling http v1.2.0 |
| 1781 | 2025-04-16T22:11:59.026Z | Compiling futures-channel v0.3.31 |
| 1782 | 2025-04-16T22:11:59.160Z | Compiling pem-rfc7468 v0.7.0 |
| 1783 | 2025-04-16T22:11:59.728Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1784 | 2025-04-16T22:11:59.893Z | Compiling cookie v0.18.1 |
| 1785 | 2025-04-16T22:12:00.253Z | Compiling flagset v0.4.6 |
| 1786 | 2025-04-16T22:12:00.257Z | Compiling thiserror v2.0.12 |
| 1787 | 2025-04-16T22:12:00.489Z | Compiling writeable v0.5.5 |
| 1788 | 2025-04-16T22:12:00.817Z | Compiling slog v2.7.0 |
| 1789 | 2025-04-16T22:12:01.020Z | Compiling futures-task v0.3.31 |
| 1790 | 2025-04-16T22:12:01.056Z | Compiling pin-utils v0.1.0 |
| 1791 | 2025-04-16T22:12:01.172Z | Compiling futures-io v0.3.31 |
| 1792 | 2025-04-16T22:12:01.310Z | Compiling litemap v0.7.3 |
| 1793 | 2025-04-16T22:12:01.327Z | Compiling der v0.7.9 |
| 1794 | 2025-04-16T22:12:01.537Z | Compiling futures-util v0.3.31 |
| 1795 | 2025-04-16T22:12:01.714Z | Compiling icu_locid v1.5.0 |
| 1796 | 2025-04-16T22:12:01.903Z | Compiling pest_meta v2.7.14 |
| 1797 | 2025-04-16T22:12:03.393Z | Compiling serde_spanned v0.6.8 |
| 1798 | 2025-04-16T22:12:03.631Z | Compiling toml_datetime v0.6.8 |
| 1799 | 2025-04-16T22:12:04.105Z | Compiling rustversion v1.0.17 |
| 1800 | 2025-04-16T22:12:04.753Z | Compiling rayon-core v1.12.1 |
| 1801 | 2025-04-16T22:12:04.894Z | Compiling aws-lc-sys v0.26.0 |
| 1802 | 2025-04-16T22:12:05.078Z | Compiling anyhow v1.0.97 |
| 1803 | 2025-04-16T22:12:05.517Z | Compiling spki v0.7.3 |
| 1804 | 2025-04-16T22:12:05.672Z | Compiling pest_generator v2.7.14 |
| 1805 | 2025-04-16T22:12:05.900Z | Compiling icu_provider v1.5.0 |
| 1806 | 2025-04-16T22:12:06.055Z | Compiling salsa20 v0.10.2 |
| 1807 | 2025-04-16T22:12:06.757Z | Compiling ppv-lite86 v0.2.20 |
| 1808 | 2025-04-16T22:12:07.364Z | Compiling pbkdf2 v0.12.2 |
| 1809 | 2025-04-16T22:12:07.854Z | Compiling thiserror-impl v2.0.12 |
| 1810 | 2025-04-16T22:12:08.342Z | Compiling tracing-core v0.1.32 |
| 1811 | 2025-04-16T22:12:10.541Z | Compiling icu_locid_transform_data v1.5.0 |
| 1812 | 2025-04-16T22:12:10.649Z | Compiling winnow v0.5.40 |
| 1813 | 2025-04-16T22:12:10.652Z | Compiling icu_locid_transform v1.5.0 |
| 1814 | 2025-04-16T22:12:10.684Z | Compiling tracing v0.1.40 |
| 1815 | 2025-04-16T22:12:11.252Z | Compiling scrypt v0.11.0 |
| 1816 | 2025-04-16T22:12:11.733Z | Compiling pest_derive v2.7.14 |
| 1817 | 2025-04-16T22:12:12.715Z | Compiling aes v0.8.4 |
| 1818 | 2025-04-16T22:12:13.472Z | Compiling cbc v0.1.2 |
| 1819 | 2025-04-16T22:12:13.703Z | Compiling toml_edit v0.19.15 |
| 1820 | 2025-04-16T22:12:13.779Z | Compiling icu_collections v1.5.0 |
| 1821 | 2025-04-16T22:12:14.842Z | Compiling usdt-impl v0.5.0 |
| 1822 | 2025-04-16T22:12:14.977Z | Compiling icu_properties_data v1.5.0 |
| 1823 | 2025-04-16T22:12:15.189Z | Compiling rustls-pki-types v1.10.0 |
| 1824 | 2025-04-16T22:12:15.232Z | Compiling litrs v0.4.1 |
| 1825 | 2025-04-16T22:12:16.129Z | Compiling document-features v0.2.10 |
| 1826 | 2025-04-16T22:12:16.878Z | Compiling icu_properties v1.5.1 |
| 1827 | 2025-04-16T22:12:17.197Z | Compiling pkcs5 v0.7.1 |
| 1828 | 2025-04-16T22:12:18.643Z | Compiling tokio-util v0.7.13 |
| 1829 | 2025-04-16T22:12:19.926Z | Compiling scroll v0.12.0 |
| 1830 | 2025-04-16T22:12:20.452Z | Compiling heapless v0.7.17 |
| 1831 | 2025-04-16T22:12:21.498Z | Compiling write16 v1.0.0 |
| 1832 | 2025-04-16T22:12:21.634Z | Compiling signal-hook v0.3.17 |
| 1833 | 2025-04-16T22:12:21.920Z | Compiling untrusted v0.9.0 |
| 1834 | 2025-04-16T22:12:21.970Z | Compiling percent-encoding v2.3.1 |
| 1835 | 2025-04-16T22:12:22.108Z | Compiling powerfmt v0.2.0 |
| 1836 | 2025-04-16T22:12:22.165Z | Compiling untrusted v0.7.1 |
| 1837 | 2025-04-16T22:12:22.248Z | Compiling newtype-uuid v1.2.1 |
| 1838 | 2025-04-16T22:12:22.373Z | Compiling utf8_iter v1.0.4 |
| 1839 | 2025-04-16T22:12:22.492Z | Compiling plain v0.2.3 |
| 1840 | 2025-04-16T22:12:22.574Z | Compiling icu_normalizer_data v1.5.0 |
| 1841 | 2025-04-16T22:12:22.623Z | Compiling utf16_iter v1.0.5 |
| 1842 | 2025-04-16T22:12:22.662Z | Compiling adler2 v2.0.0 |
| 1843 | 2025-04-16T22:12:22.684Z | Compiling goblin v0.8.2 |
| 1844 | 2025-04-16T22:12:22.820Z | Compiling miniz_oxide v0.8.5 |
| 1845 | 2025-04-16T22:12:22.842Z | Compiling icu_normalizer v1.5.0 |
| 1846 | 2025-04-16T22:12:22.930Z | Compiling deranged v0.3.11 |
| 1847 | 2025-04-16T22:12:25.197Z | Compiling pkcs8 v0.10.2 |
| 1848 | 2025-04-16T22:12:26.273Z | Compiling itertools v0.13.0 |
| 1849 | 2025-04-16T22:12:28.356Z | Compiling atomic-waker v1.1.2 |
| 1850 | 2025-04-16T22:12:28.777Z | Compiling tinyvec_macros v0.1.1 |
| 1851 | 2025-04-16T22:12:29.283Z | Compiling pretty-hex v0.4.1 |
| 1852 | 2025-04-16T22:12:29.540Z | Compiling num_threads v0.1.7 |
| 1853 | 2025-04-16T22:12:30.121Z | Compiling time v0.3.36 |
| 1854 | 2025-04-16T22:12:30.580Z | Compiling dof v0.3.0 |
| 1855 | 2025-04-16T22:12:31.339Z | Compiling tinyvec v1.8.0 |
| 1856 | 2025-04-16T22:12:33.765Z | Compiling idna_adapter v1.2.0 |
| 1857 | 2025-04-16T22:12:34.016Z | Compiling dtrace-parser v0.2.0 |
| 1858 | 2025-04-16T22:12:34.047Z | Compiling http-body v1.0.1 |
| 1859 | 2025-04-16T22:12:34.592Z | Compiling curve25519-dalek v4.1.3 |
| 1860 | 2025-04-16T22:12:35.125Z | Compiling async-trait v0.1.88 |
| 1861 | 2025-04-16T22:12:35.170Z | Compiling thread-id v4.2.2 |
| 1862 | 2025-04-16T22:12:35.299Z | Compiling memoffset v0.9.1 |
| 1863 | 2025-04-16T22:12:35.662Z | Compiling portable-atomic v1.11.0 |
| 1864 | 2025-04-16T22:12:35.697Z | Compiling try-lock v0.2.5 |
| 1865 | 2025-04-16T22:12:35.878Z | Compiling smoltcp v0.9.1 |
| 1866 | 2025-04-16T22:12:36.681Z | Compiling num-bigint-dig v0.8.4 |
| 1867 | 2025-04-16T22:12:36.794Z | Compiling foreign-types-shared v0.1.1 |
| 1868 | 2025-04-16T22:12:37.046Z | Compiling foreign-types v0.3.2 |
| 1869 | 2025-04-16T22:12:37.119Z | Compiling h2 v0.4.6 |
| 1870 | 2025-04-16T22:12:38.446Z | Compiling want v0.3.1 |
| 1871 | 2025-04-16T22:12:41.918Z | Compiling rand_core v0.9.2 |
| 1872 | 2025-04-16T22:12:41.921Z | Compiling idna v1.0.3 |
| 1873 | 2025-04-16T22:12:42.533Z | Compiling form_urlencoded v1.2.1 |
| 1874 | 2025-04-16T22:12:43.192Z | Compiling strum_macros v0.26.4 |
| 1875 | 2025-04-16T22:12:44.021Z | Compiling cfg_aliases v0.2.1 |
| 1876 | 2025-04-16T22:12:44.117Z | Compiling tower-service v0.3.3 |
| 1877 | 2025-04-16T22:12:44.267Z | Compiling httpdate v1.0.3 |
| 1878 | 2025-04-16T22:12:44.656Z | Compiling gimli v0.31.1 |
| 1879 | 2025-04-16T22:12:45.346Z | Compiling ident_case v1.0.1 |
| 1880 | 2025-04-16T22:12:46.075Z | Compiling heck v0.4.1 |
| 1881 | 2025-04-16T22:12:46.966Z | Compiling darling_core v0.20.10 |
| 1882 | 2025-04-16T22:12:47.343Z | Compiling hyper v1.6.0 |
| 1883 | 2025-04-16T22:12:47.927Z | Compiling nix v0.29.0 |
| 1884 | 2025-04-16T22:12:51.110Z | Compiling addr2line v0.24.2 |
| 1885 | 2025-04-16T22:12:52.615Z | Compiling rand_chacha v0.9.0 |
| 1886 | 2025-04-16T22:12:52.899Z | Compiling crossbeam-epoch v0.9.18 |
| 1887 | 2025-04-16T22:12:53.547Z | Compiling unicode-normalization v0.1.24 |
| 1888 | 2025-04-16T22:12:56.029Z | Compiling rand_chacha v0.3.1 |
| 1889 | 2025-04-16T22:12:57.380Z | Compiling ipnetwork v0.21.1 |
| 1890 | 2025-04-16T22:12:57.443Z | Compiling hubpack_derive v0.1.1 |
| 1891 | 2025-04-16T22:12:57.671Z | Compiling openapiv3 v2.0.0 |
| 1892 | 2025-04-16T22:12:57.970Z | Compiling signature v2.2.0 |
| 1893 | 2025-04-16T22:12:58.202Z | Compiling daft-derive v0.1.3 |
| 1894 | 2025-04-16T22:12:58.279Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1895 | 2025-04-16T22:12:59.606Z | Compiling zerocopy-derive v0.6.6 |
| 1896 | 2025-04-16T22:13:00.018Z | Compiling object v0.36.5 |
| 1897 | 2025-04-16T22:13:01.033Z | Compiling fs-err v2.11.0 |
| 1898 | 2025-04-16T22:13:01.294Z | Compiling ahash v0.8.11 |
| 1899 | 2025-04-16T22:13:01.379Z | Compiling crc32fast v1.4.2 |
| 1900 | 2025-04-16T22:13:01.670Z | Compiling siphasher v0.3.11 |
| 1901 | 2025-04-16T22:13:01.677Z | Compiling openssl-probe v0.1.5 |
| 1902 | 2025-04-16T22:13:01.685Z | Compiling rustc-demangle v0.1.24 |
| 1903 | 2025-04-16T22:13:01.881Z | Compiling unicode-properties v0.1.3 |
| 1904 | 2025-04-16T22:13:01.998Z | Compiling buf-list v1.0.3 |
| 1905 | 2025-04-16T22:13:02.104Z | Compiling base64 v0.22.1 |
| 1906 | 2025-04-16T22:13:02.303Z | Compiling zip v2.6.1 |
| 1907 | 2025-04-16T22:13:02.571Z | Compiling anstyle v1.0.10 |
| 1908 | 2025-04-16T22:13:02.642Z | Compiling unicode-bidi v0.3.17 |
| 1909 | 2025-04-16T22:13:06.769Z | Compiling utf8parse v0.2.2 |
| 1910 | 2025-04-16T22:13:06.769Z | Compiling anstyle-parse v0.2.5 |
| 1911 | 2025-04-16T22:13:06.769Z | Compiling stringprep v0.1.5 |
| 1912 | 2025-04-16T22:13:06.769Z | Compiling phf_shared v0.11.2 |
| 1913 | 2025-04-16T22:13:06.769Z | Compiling rand v0.8.5 |
| 1914 | 2025-04-16T22:13:07.901Z | Compiling backtrace v0.3.74 |
| 1915 | 2025-04-16T22:13:09.730Z | Compiling hyper-util v0.1.10 |
| 1916 | 2025-04-16T22:13:13.365Z | Compiling crossbeam-deque v0.8.5 |
| 1917 | 2025-04-16T22:13:13.724Z | Compiling rand v0.9.0 |
| 1918 | 2025-04-16T22:13:14.683Z | Compiling darling_macro v0.20.10 |
| 1919 | 2025-04-16T22:13:15.550Z | Compiling url v2.5.3 |
| 1920 | 2025-04-16T22:13:17.051Z | Compiling usdt-attr-macro v0.5.0 |
| 1921 | 2025-04-16T22:13:17.645Z | Compiling usdt-macro v0.5.0 |
| 1922 | 2025-04-16T22:13:18.927Z | Compiling md-5 v0.10.6 |
| 1923 | 2025-04-16T22:13:18.971Z | Compiling num-integer v0.1.46 |
| 1924 | 2025-04-16T22:13:18.990Z | Compiling hash32 v0.2.1 |
| 1925 | 2025-04-16T22:13:19.234Z | Compiling ff v0.13.0 |
| 1926 | 2025-04-16T22:13:19.349Z | Compiling anstyle-query v1.1.1 |
| 1927 | 2025-04-16T22:13:19.545Z | Compiling colorchoice v1.0.2 |
| 1928 | 2025-04-16T22:13:19.652Z | Compiling is_terminal_polyfill v1.70.1 |
| 1929 | 2025-04-16T22:13:19.811Z | Compiling fallible-iterator v0.2.0 |
| 1930 | 2025-04-16T22:13:20.228Z | Compiling psl-types v2.0.11 |
| 1931 | 2025-04-16T22:13:20.451Z | Compiling base16ct v0.2.0 |
| 1932 | 2025-04-16T22:13:20.491Z | Compiling postgres-protocol v0.6.8 |
| 1933 | 2025-04-16T22:13:20.763Z | Compiling sec1 v0.7.3 |
| 1934 | 2025-04-16T22:13:21.291Z | Compiling publicsuffix v2.3.0 |
| 1935 | 2025-04-16T22:13:21.628Z | Compiling anstream v0.6.15 |
| 1936 | 2025-04-16T22:13:21.662Z | Compiling num-iter v0.1.45 |
| 1937 | 2025-04-16T22:13:21.873Z | Compiling group v0.13.0 |
| 1938 | 2025-04-16T22:13:23.983Z | Compiling rustls-webpki v0.102.8 |
| 1939 | 2025-04-16T22:13:24.089Z | Compiling darling v0.20.10 |
| 1940 | 2025-04-16T22:13:24.379Z | Compiling tokio-native-tls v0.3.1 |
| 1941 | 2025-04-16T22:13:24.620Z | Compiling flate2 v1.1.1 |
| 1942 | 2025-04-16T22:13:24.740Z | Compiling strum_macros v0.25.3 |
| 1943 | 2025-04-16T22:13:26.077Z | Compiling http-body-util v0.1.3 |
| 1944 | 2025-04-16T22:13:26.697Z | Compiling webpki-roots v0.26.6 |
| 1945 | 2025-04-16T22:13:27.555Z | Compiling terminal_size v0.4.0 |
| 1946 | 2025-04-16T22:13:27.968Z | Compiling hkdf v0.12.4 |
| 1947 | 2025-04-16T22:13:28.576Z | Compiling sync_wrapper v1.0.1 |
| 1948 | 2025-04-16T22:13:28.576Z | Compiling clap_derive v4.5.32 |
| 1949 | 2025-04-16T22:13:28.576Z | Compiling enum-as-inner v0.6.1 |
| 1950 | 2025-04-16T22:13:28.576Z | Compiling crypto-bigint v0.5.5 |
| 1951 | 2025-04-16T22:13:28.841Z | Compiling serde_repr v0.1.19 |
| 1952 | 2025-04-16T22:13:29.914Z | Compiling regress v0.10.3 |
| 1953 | 2025-04-16T22:13:31.248Z | Compiling encoding_rs v0.8.34 |
| 1954 | 2025-04-16T22:13:31.904Z | Compiling tokio-rustls v0.26.0 |
| 1955 | 2025-04-16T22:13:32.379Z | Compiling unicode-width v0.2.0 |
| 1956 | 2025-04-16T22:13:32.911Z | Compiling bitflags v1.3.2 |
| 1957 | 2025-04-16T22:13:33.028Z | Compiling bumpalo v3.16.0 |
| 1958 | 2025-04-16T22:13:33.467Z | Compiling managed v0.8.0 |
| 1959 | 2025-04-16T22:13:34.546Z | Compiling mime v0.3.17 |
| 1960 | 2025-04-16T22:13:34.943Z | Compiling simd-adler32 v0.3.7 |
| 1961 | 2025-04-16T22:13:35.315Z | Compiling lockfree-object-pool v0.1.6 |
| 1962 | 2025-04-16T22:13:35.568Z | Compiling tower-layer v0.3.3 |
| 1963 | 2025-04-16T22:13:35.856Z | Compiling clap_lex v0.7.4 |
| 1964 | 2025-04-16T22:13:35.892Z | Compiling ipnet v2.11.0 |
| 1965 | 2025-04-16T22:13:36.153Z | Compiling clap_builder v4.5.35 |
| 1966 | 2025-04-16T22:13:36.788Z | Compiling tower v0.5.2 |
| 1967 | 2025-04-16T22:13:37.221Z | Compiling zopfli v0.8.1 |
| 1968 | 2025-04-16T22:13:38.401Z | Compiling typify-impl v0.3.0 |
| 1969 | 2025-04-16T22:13:38.482Z | Compiling console v0.15.10 |
| 1970 | 2025-04-16T22:13:39.086Z | Compiling hyper-rustls v0.27.3 |
| 1971 | 2025-04-16T22:13:39.226Z | Compiling elliptic-curve v0.13.8 |
| 1972 | 2025-04-16T22:13:39.596Z | Compiling oxnet v0.1.1 |
| 1973 | 2025-04-16T22:13:40.233Z | Compiling hyper-tls v0.6.0 |
| 1974 | 2025-04-16T22:13:42.214Z | Compiling rayon v1.10.0 |
| 1975 | 2025-04-16T22:13:42.330Z | Compiling signal-hook-mio v0.2.4 |
| 1976 | 2025-04-16T22:13:42.471Z | Compiling cookie_store v0.21.1 |
| 1977 | 2025-04-16T22:13:42.622Z | Compiling postgres-types v0.2.9 |
| 1978 | 2025-04-16T22:13:42.811Z | Compiling phf v0.11.2 |
| 1979 | 2025-04-16T22:13:43.462Z | Compiling zerocopy v0.6.6 |
| 1980 | 2025-04-16T22:13:43.744Z | Compiling hubpack v0.1.2 |
| 1981 | 2025-04-16T22:13:43.748Z | Compiling ed25519 v2.2.3 |
| 1982 | 2025-04-16T22:13:44.180Z | Compiling bzip2 v0.4.4 |
| 1983 | 2025-04-16T22:13:44.198Z | Compiling bzip2 v0.5.2 |
| 1984 | 2025-04-16T22:13:44.215Z | Compiling serde_urlencoded v0.7.1 |
| 1985 | 2025-04-16T22:13:44.739Z | Compiling rustls-pemfile v2.2.0 |
| 1986 | 2025-04-16T22:13:44.812Z | Compiling pkcs1 v0.7.5 |
| 1987 | 2025-04-16T22:13:45.329Z | Compiling futures-executor v0.3.31 |
| 1988 | 2025-04-16T22:13:45.769Z | Compiling serde-big-array v0.5.1 |
| 1989 | 2025-04-16T22:13:45.949Z | Compiling rfc6979 v0.4.0 |
| 1990 | 2025-04-16T22:13:46.018Z | Compiling float-cmp v0.10.0 |
| 1991 | 2025-04-16T22:13:46.158Z | Compiling bstr v1.10.0 |
| 1992 | 2025-04-16T22:13:46.182Z | Compiling memmap v0.7.0 |
| 1993 | 2025-04-16T22:13:46.353Z | Compiling number_prefix v0.4.0 |
| 1994 | 2025-04-16T22:13:46.498Z | Compiling static_assertions v1.1.0 |
| 1995 | 2025-04-16T22:13:46.605Z | Compiling precomputed-hash v0.1.1 |
| 1996 | 2025-04-16T22:13:46.752Z | Compiling whoami v1.5.2 |
| 1997 | 2025-04-16T22:13:46.810Z | Compiling unicode-segmentation v1.12.0 |
| 1998 | 2025-04-16T22:13:47.254Z | Compiling data-encoding v2.6.0 |
| 1999 | 2025-04-16T22:13:47.540Z | Compiling normalize-line-endings v0.3.0 |
| 2000 | 2025-04-16T22:13:47.585Z | Compiling winnow v0.7.3 |
| 2001 | 2025-04-16T22:13:47.689Z | Compiling predicates-core v1.0.8 |
| 2002 | 2025-04-16T22:13:47.991Z | Compiling difflib v0.4.0 |
| 2003 | 2025-04-16T22:13:48.566Z | Compiling new_debug_unreachable v1.0.6 |
| 2004 | 2025-04-16T22:13:48.712Z | Compiling fixedbitset v0.4.2 |
| 2005 | 2025-04-16T22:13:48.785Z | Compiling string_cache v0.8.9 |
| 2006 | 2025-04-16T22:13:49.047Z | Compiling petgraph v0.6.5 |
| 2007 | 2025-04-16T22:13:49.080Z | Compiling reqwest v0.12.12 |
| 2008 | 2025-04-16T22:13:49.203Z | Compiling predicates v3.1.3 |
| 2009 | 2025-04-16T22:13:49.397Z | Compiling typify-macro v0.3.0 |
| 2010 | 2025-04-16T22:13:49.554Z | Compiling hickory-proto v0.24.4 |
| 2011 | 2025-04-16T22:13:50.549Z | Compiling similar v2.7.0 |
| 2012 | 2025-04-16T22:13:51.090Z | Compiling toml_edit v0.22.24 |
| 2013 | 2025-04-16T22:13:52.278Z | Compiling tokio-postgres v0.7.13 |
| 2014 | 2025-04-16T22:13:52.682Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2015 | 2025-04-16T22:13:53.452Z | Compiling indicatif v0.17.11 |
| 2016 | 2025-04-16T22:13:55.195Z | Compiling usdt v0.5.0 |
| 2017 | 2025-04-16T22:13:55.683Z | Compiling ecdsa v0.16.9 |
| 2018 | 2025-04-16T22:13:57.294Z | Compiling futures v0.3.31 |
| 2019 | 2025-04-16T22:13:57.431Z | Compiling rsa v0.9.6 |
| 2020 | 2025-04-16T22:13:57.729Z | Compiling zip v0.6.6 |
| 2021 | 2025-04-16T22:13:57.967Z | Compiling ed25519-dalek v2.1.1 |
| 2022 | 2025-04-16T22:13:59.234Z | Compiling crossterm v0.28.1 |
| 2023 | 2025-04-16T22:13:59.353Z | Compiling daft v0.1.3 |
| 2024 | 2025-04-16T22:13:59.357Z | Compiling clap v4.5.35 |
| 2025 | 2025-04-16T22:13:59.710Z | Compiling strum v0.26.3 |
| 2026 | 2025-04-16T22:13:59.908Z | Compiling tokio-stream v0.1.17 |
| 2027 | 2025-04-16T22:14:00.849Z | Compiling toml v0.7.8 |
| 2028 | 2025-04-16T22:14:02.181Z | Compiling x509-cert v0.2.5 |
| 2029 | 2025-04-16T22:14:03.385Z | Compiling sha1 v0.10.6 |
| 2030 | 2025-04-16T22:14:03.738Z | Compiling unicode-xid v0.2.6 |
| 2031 | 2025-04-16T22:14:03.935Z | Compiling peg-runtime v0.8.5 |
| 2032 | 2025-04-16T22:14:03.973Z | Compiling camino v1.1.9 |
| 2033 | 2025-04-16T22:14:04.551Z | Compiling lalrpop-util v0.19.12 |
| 2034 | 2025-04-16T22:14:06.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2035 | 2025-04-16T22:14:06.327Z | Compiling proc-macro-crate v1.3.1 |
| 2036 | 2025-04-16T22:14:06.523Z | Compiling macaddr v1.0.1 |
| 2037 | 2025-04-16T22:14:07.745Z | Compiling heapless v0.8.0 |
| 2038 | 2025-04-16T22:14:08.372Z | Compiling fastrand v2.1.1 |
| 2039 | 2025-04-16T22:14:08.913Z | Compiling tempfile v3.13.0 |
| 2040 | 2025-04-16T22:14:10.069Z | Compiling num_enum_derive v0.5.11 |
| 2041 | 2025-04-16T22:14:13.570Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2042 | 2025-04-16T22:14:16.020Z | Compiling structmeta-derive v0.3.0 |
| 2043 | 2025-04-16T22:14:16.717Z | Compiling hash32 v0.3.1 |
| 2044 | 2025-04-16T22:14:17.560Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2045 | 2025-04-16T22:14:18.503Z | Compiling smoltcp v0.11.0 |
| 2046 | 2025-04-16T22:14:19.570Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2047 | 2025-04-16T22:14:25.121Z | Compiling structmeta v0.3.0 |
| 2048 | 2025-04-16T22:14:28.270Z | Compiling num_enum v0.5.11 |
| 2049 | 2025-04-16T22:14:28.983Z | Compiling typify v0.3.0 |
| 2050 | 2025-04-16T22:14:30.220Z | Compiling dirs-sys-next v0.1.2 |
| 2051 | 2025-04-16T22:14:31.710Z | Compiling proc-macro-error-attr v1.0.4 |
| 2052 | 2025-04-16T22:14:33.861Z | Compiling rustls v0.22.4 |
| 2053 | 2025-04-16T22:14:34.198Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2054 | 2025-04-16T22:14:34.592Z | Compiling unsafe-libyaml v0.2.11 |
| 2055 | 2025-04-16T22:14:35.662Z | Compiling cobs v0.2.3 |
| 2056 | 2025-04-16T22:14:36.176Z | Compiling serde_yaml v0.9.34+deprecated |
| 2057 | 2025-04-16T22:14:36.223Z | Compiling postcard v1.0.10 |
| 2058 | 2025-04-16T22:14:42.655Z | Compiling dirs-next v2.0.0 |
| 2059 | 2025-04-16T22:14:45.481Z | Compiling progenitor-impl v0.9.1 |
| 2060 | 2025-04-16T22:14:51.497Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2061 | 2025-04-16T22:14:55.625Z | Compiling hex v0.4.3 |
| 2062 | 2025-04-16T22:14:55.792Z | Compiling foreign-types-macros v0.2.3 |
| 2063 | 2025-04-16T22:14:56.561Z | Compiling thread_local v1.1.8 |
| 2064 | 2025-04-16T22:14:56.579Z | Compiling wait-timeout v0.2.0 |
| 2065 | 2025-04-16T22:14:57.011Z | Compiling proc-macro-error v1.0.4 |
| 2066 | 2025-04-16T22:14:57.228Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2067 | 2025-04-16T22:14:57.356Z | Compiling multer v3.1.0 |
| 2068 | 2025-04-16T22:14:57.712Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2069 | 2025-04-16T22:14:57.712Z | Compiling quick-error v1.2.3 |
| 2070 | 2025-04-16T22:14:57.803Z | Compiling bit-vec v0.8.0 |
| 2071 | 2025-04-16T22:14:57.888Z | Compiling slog-async v2.8.0 |
| 2072 | 2025-04-16T22:14:57.908Z | Compiling foreign-types-shared v0.3.1 |
| 2073 | 2025-04-16T22:14:58.022Z | Compiling unicode-width v0.1.14 |
| 2074 | 2025-04-16T22:14:58.064Z | Compiling match_cfg v0.1.0 |
| 2075 | 2025-04-16T22:15:03.474Z | Compiling tabwriter v1.4.0 |
| 2076 | 2025-04-16T22:15:04.091Z | Compiling bit-set v0.8.0 |
| 2077 | 2025-04-16T22:15:04.488Z | Compiling hostname v0.3.1 |
| 2078 | 2025-04-16T22:15:04.792Z | Compiling foreign-types v0.5.0 |
| 2079 | 2025-04-16T22:15:04.933Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2080 | 2025-04-16T22:15:05.167Z | Compiling rusty-fork v0.3.0 |
| 2081 | 2025-04-16T22:15:11.911Z | Compiling progenitor-macro v0.9.1 |
| 2082 | 2025-04-16T22:15:14.775Z | Compiling term v0.7.0 |
| 2083 | 2025-04-16T22:15:19.035Z | Compiling progenitor-client v0.9.1 |
| 2084 | 2025-04-16T22:15:22.371Z | Compiling slog-json v2.6.1 |
| 2085 | 2025-04-16T22:15:22.853Z | Compiling crossbeam-channel v0.5.15 |
| 2086 | 2025-04-16T22:15:23.136Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2087 | 2025-04-16T22:15:23.690Z | Compiling async-stream-impl v0.3.6 |
| 2088 | 2025-04-16T22:15:23.979Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2089 | 2025-04-16T22:15:24.115Z | Compiling rand_xorshift v0.3.0 |
| 2090 | 2025-04-16T22:15:24.323Z | Compiling cstr-argument v0.1.2 |
| 2091 | 2025-04-16T22:15:24.468Z | Compiling is-terminal v0.4.13 |
| 2092 | 2025-04-16T22:15:24.627Z | Compiling dropshot v0.16.0 |
| 2093 | 2025-04-16T22:15:24.646Z | Compiling unarray v0.1.4 |
| 2094 | 2025-04-16T22:15:24.871Z | Compiling take_mut v0.2.2 |
| 2095 | 2025-04-16T22:15:24.910Z | Compiling crucible-workspace-hack v0.1.0 |
| 2096 | 2025-04-16T22:15:24.990Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2097 | 2025-04-16T22:15:25.245Z | Compiling pretty-hex v0.2.1 |
| 2098 | 2025-04-16T22:15:25.504Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2099 | 2025-04-16T22:15:25.603Z | Compiling async-stream v0.3.6 |
| 2100 | 2025-04-16T22:15:25.950Z | Compiling proptest v1.6.0 |
| 2101 | 2025-04-16T22:15:26.206Z | Compiling slog-term v2.9.1 |
| 2102 | 2025-04-16T22:15:26.257Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2103 | 2025-04-16T22:15:26.362Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2104 | 2025-04-16T22:15:26.577Z | Compiling slog-bunyan v2.5.0 |
| 2105 | 2025-04-16T22:15:26.890Z | Compiling progenitor v0.9.1 |
| 2106 | 2025-04-16T22:15:27.094Z | Compiling tokio-rustls v0.25.0 |
| 2107 | 2025-04-16T22:15:27.861Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2108 | 2025-04-16T22:15:28.085Z | Compiling toml v0.8.20 |
| 2109 | 2025-04-16T22:15:28.232Z | Compiling test-strategy v0.4.0 |
| 2110 | 2025-04-16T22:15:28.879Z | Compiling parse-display-derive v0.10.0 |
| 2111 | 2025-04-16T22:15:30.335Z | Compiling colored v2.2.0 |
| 2112 | 2025-04-16T22:15:31.431Z | Compiling serde_with_macros v3.12.0 |
| 2113 | 2025-04-16T22:15:31.705Z | Compiling waitgroup v0.1.2 |
| 2114 | 2025-04-16T22:15:31.985Z | Compiling dropshot_endpoint v0.16.0 |
| 2115 | 2025-04-16T22:15:32.395Z | Compiling serde_path_to_error v0.1.16 |
| 2116 | 2025-04-16T22:15:33.420Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2117 | 2025-04-16T22:15:33.816Z | Compiling hostname v0.4.0 |
| 2118 | 2025-04-16T22:15:34.108Z | Compiling instant v0.1.13 |
| 2119 | 2025-04-16T22:15:34.127Z | Compiling winnow v0.6.20 |
| 2120 | 2025-04-16T22:15:34.156Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2121 | 2025-04-16T22:15:34.190Z | Compiling debug-ignore v1.0.5 |
| 2122 | 2025-04-16T22:15:34.307Z | Compiling backoff v0.4.0 |
| 2123 | 2025-04-16T22:15:34.385Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2124 | 2025-04-16T22:15:34.566Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2125 | 2025-04-16T22:15:34.653Z | Compiling serde_with v3.12.0 |
| 2126 | 2025-04-16T22:15:34.732Z | Compiling parse-display v0.10.0 |
| 2127 | 2025-04-16T22:15:36.674Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2128 | 2025-04-16T22:15:38.395Z | Compiling zone_cfg_derive v0.3.0 |
| 2129 | 2025-04-16T22:15:39.004Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2130 | 2025-04-16T22:15:39.781Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2131 | 2025-04-16T22:15:39.925Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2132 | 2025-04-16T22:15:40.080Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2133 | 2025-04-16T22:15:40.540Z | Compiling camino-tempfile v1.1.1 |
| 2134 | 2025-04-16T22:15:40.691Z | Compiling itertools v0.12.1 |
| 2135 | 2025-04-16T22:15:41.355Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2136 | 2025-04-16T22:15:44.272Z | Compiling num-derive v0.4.2 |
| 2137 | 2025-04-16T22:15:46.390Z | Compiling sigpipe v0.1.3 |
| 2138 | 2025-04-16T22:15:46.548Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2139 | 2025-04-16T22:15:46.598Z | Compiling libefi-sys v0.1.0 |
| 2140 | 2025-04-16T22:15:46.917Z | Compiling jiff v0.2.6 |
| 2141 | 2025-04-16T22:15:47.017Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2142 | 2025-04-16T22:15:47.044Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2143 | 2025-04-16T22:15:47.472Z | Compiling zone v0.3.1 |
| 2144 | 2025-04-16T22:15:48.574Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2145 | 2025-04-16T22:15:49.109Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2146 | 2025-04-16T22:15:49.142Z | Compiling itertools v0.14.0 |
| 2147 | 2025-04-16T22:15:50.939Z | Compiling smf v0.2.3 |
| 2148 | 2025-04-16T22:15:52.615Z | Compiling bitfield-struct v0.6.2 |
| 2149 | 2025-04-16T22:15:53.239Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2150 | 2025-04-16T22:15:53.486Z | Compiling blake3 v1.5.4 |
| 2151 | 2025-04-16T22:15:53.821Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2152 | 2025-04-16T22:15:53.953Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2153 | 2025-04-16T22:15:54.002Z | Compiling xattr v1.3.1 |
| 2154 | 2025-04-16T22:15:54.345Z | Compiling filetime v0.2.25 |
| 2155 | 2025-04-16T22:15:54.679Z | Compiling memmap2 v0.9.5 |
| 2156 | 2025-04-16T22:15:54.709Z | Compiling arrayref v0.3.9 |
| 2157 | 2025-04-16T22:15:54.812Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2158 | 2025-04-16T22:15:54.832Z | Compiling same-file v1.0.6 |
| 2159 | 2025-04-16T22:15:54.948Z | Compiling constant_time_eq v0.3.1 |
| 2160 | 2025-04-16T22:15:54.969Z | Compiling arrayvec v0.7.6 |
| 2161 | 2025-04-16T22:15:55.133Z | Compiling walkdir v2.5.0 |
| 2162 | 2025-04-16T22:15:55.152Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2163 | 2025-04-16T22:15:55.241Z | Compiling tar v0.4.44 |
| 2164 | 2025-04-16T22:15:55.434Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2165 | 2025-04-16T22:15:57.869Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2166 | 2025-04-16T22:15:57.926Z | Compiling gethostname v0.5.0 |
| 2167 | 2025-04-16T22:15:58.158Z | Compiling cargo-platform v0.1.8 |
| 2168 | 2025-04-16T22:15:58.303Z | Compiling fixedbitset v0.5.7 |
| 2169 | 2025-04-16T22:15:58.940Z | Compiling topological-sort v0.2.2 |
| 2170 | 2025-04-16T22:15:59.062Z | Compiling petgraph v0.7.1 |
| 2171 | 2025-04-16T22:15:59.233Z | Compiling omicron-zone-package v0.12.0 |
| 2172 | 2025-04-16T22:15:59.253Z | Compiling cargo_metadata v0.19.2 |
| 2173 | 2025-04-16T22:15:59.459Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2174 | 2025-04-16T22:15:59.766Z | Compiling shell-words v1.1.0 |
| 2175 | 2025-04-16T22:16:01.045Z | Compiling indent_write v2.2.0 |
| 2176 | 2025-04-16T22:16:07.748Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2177 | 2025-04-16T22:16:10.109Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2178 | 2025-04-16T22:16:12.568Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2179 | 2025-04-16T22:16:29.760Z | Finished `release` profile [optimized] target(s) in 5m 07s |
| 2180 | 2025-04-16T22:16:29.940Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2181 | 2025-04-16T22:16:29.992Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2182 | 2025-04-16T22:16:29.996Z | Created new build target 'test' and set it as active |
| 2183 | 2025-04-16T22:16:29.996Z | |
| 2184 | 2025-04-16T22:16:29.996Z | real 5:07.703089482 |
| 2185 | 2025-04-16T22:16:29.996Z | user 35:45.772579408 |
| 2186 | 2025-04-16T22:16:29.996Z | sys 3:26.020305425 |
| 2187 | 2025-04-16T22:16:29.996Z | trap 1.137288915 |
| 2188 | 2025-04-16T22:16:29.996Z | tflt 1.720819308 |
| 2189 | 2025-04-16T22:16:29.996Z | dflt 0.963830333 |
| 2190 | 2025-04-16T22:16:29.996Z | kflt 0.000136600 |
| 2191 | 2025-04-16T22:16:29.996Z | lock 1:10:24.100976127 |
| 2192 | 2025-04-16T22:16:29.996Z | slp 2:25:16.479278867 |
| 2193 | 2025-04-16T22:16:29.996Z | lat 2:42.244361492 |
| 2194 | 2025-04-16T22:16:29.996Z | stop 4:42.820834639 |
| 2195 | 2025-04-16T22:16:29.996Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2196 | 2025-04-16T22:16:31.088Z | Finished `release` profile [optimized] target(s) in 1.03s |
| 2197 | 2025-04-16T22:16:31.142Z | Running `target/release/omicron-package -t test package` |
| 2198 | 2025-04-16T22:16:31.191Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2199 | 2025-04-16T22:16:32.452Z | Compiling convert_case v0.4.0 |
| 2200 | 2025-04-16T22:16:32.455Z | Compiling num-rational v0.4.2 |
| 2201 | 2025-04-16T22:16:32.455Z | Compiling num-complex v0.4.6 |
| 2202 | 2025-04-16T22:16:32.456Z | Compiling dirs-sys-next v0.1.2 |
| 2203 | 2025-04-16T22:16:32.594Z | Compiling float-ord v0.3.2 |
| 2204 | 2025-04-16T22:16:32.597Z | Compiling is-terminal v0.4.13 |
| 2205 | 2025-04-16T22:16:32.597Z | Compiling camino v1.1.9 |
| 2206 | 2025-04-16T22:16:32.634Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2207 | 2025-04-16T22:16:32.798Z | Compiling derive-where v1.2.7 |
| 2208 | 2025-04-16T22:16:32.798Z | Compiling fastrand v2.1.1 |
| 2209 | 2025-04-16T22:16:32.929Z | Compiling dirs-next v2.0.0 |
| 2210 | 2025-04-16T22:16:33.098Z | Compiling term v0.7.0 |
| 2211 | 2025-04-16T22:16:33.133Z | Compiling rustls v0.22.4 |
| 2212 | 2025-04-16T22:16:33.164Z | Compiling newline-converter v0.3.0 |
| 2213 | 2025-04-16T22:16:33.184Z | Compiling derive_more v0.99.19 |
| 2214 | 2025-04-16T22:16:33.289Z | Compiling tempfile v3.13.0 |
| 2215 | 2025-04-16T22:16:33.381Z | Compiling thread_local v1.1.8 |
| 2216 | 2025-04-16T22:16:33.401Z | Compiling wait-timeout v0.2.0 |
| 2217 | 2025-04-16T22:16:33.672Z | Compiling num v0.4.3 |
| 2218 | 2025-04-16T22:16:33.803Z | Compiling quick-error v1.2.3 |
| 2219 | 2025-04-16T22:16:33.806Z | Compiling bit-vec v0.8.0 |
| 2220 | 2025-04-16T22:16:33.806Z | Compiling match_cfg v0.1.0 |
| 2221 | 2025-04-16T22:16:33.960Z | Compiling rusty-fork v0.3.0 |
| 2222 | 2025-04-16T22:16:33.979Z | Compiling hostname v0.3.1 |
| 2223 | 2025-04-16T22:16:33.982Z | Compiling expectorate v1.1.0 |
| 2224 | 2025-04-16T22:16:34.206Z | Compiling multer v3.1.0 |
| 2225 | 2025-04-16T22:16:34.277Z | Compiling bit-set v0.8.0 |
| 2226 | 2025-04-16T22:16:34.280Z | Compiling slog-async v2.8.0 |
| 2227 | 2025-04-16T22:16:34.313Z | Compiling progenitor-client v0.9.1 |
| 2228 | 2025-04-16T22:16:34.362Z | Compiling slog-json v2.6.1 |
| 2229 | 2025-04-16T22:16:34.528Z | Compiling crossbeam-channel v0.5.15 |
| 2230 | 2025-04-16T22:16:34.591Z | Compiling rand_xorshift v0.3.0 |
| 2231 | 2025-04-16T22:16:34.734Z | Compiling hex v0.4.3 |
| 2232 | 2025-04-16T22:16:34.838Z | Compiling unarray v0.1.4 |
| 2233 | 2025-04-16T22:16:34.862Z | Compiling take_mut v0.2.2 |
| 2234 | 2025-04-16T22:16:35.030Z | Compiling proptest v1.6.0 |
| 2235 | 2025-04-16T22:16:35.033Z | Compiling progenitor v0.9.1 |
| 2236 | 2025-04-16T22:16:35.071Z | Compiling slog-bunyan v2.5.0 |
| 2237 | 2025-04-16T22:16:35.248Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2238 | 2025-04-16T22:16:35.302Z | Compiling slog-term v2.9.1 |
| 2239 | 2025-04-16T22:16:35.484Z | Compiling dropshot v0.16.0 |
| 2240 | 2025-04-16T22:16:35.560Z | Compiling async-stream v0.3.6 |
| 2241 | 2025-04-16T22:16:35.631Z | Compiling password-hash v0.5.0 |
| 2242 | 2025-04-16T22:16:35.857Z | Compiling toml v0.8.20 |
| 2243 | 2025-04-16T22:16:36.102Z | Compiling blake2 v0.10.6 |
| 2244 | 2025-04-16T22:16:36.234Z | Compiling waitgroup v0.1.2 |
| 2245 | 2025-04-16T22:16:36.306Z | Compiling serde_path_to_error v0.1.16 |
| 2246 | 2025-04-16T22:16:36.454Z | Compiling hostname v0.4.0 |
| 2247 | 2025-04-16T22:16:36.670Z | Compiling instant v0.1.13 |
| 2248 | 2025-04-16T22:16:36.855Z | Compiling debug-ignore v1.0.5 |
| 2249 | 2025-04-16T22:16:37.036Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2250 | 2025-04-16T22:16:37.062Z | Compiling backoff v0.4.0 |
| 2251 | 2025-04-16T22:16:37.150Z | Compiling argon2 v0.5.3 |
| 2252 | 2025-04-16T22:16:37.303Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2253 | 2025-04-16T22:16:37.400Z | Compiling parse-display v0.10.0 |
| 2254 | 2025-04-16T22:16:37.820Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2255 | 2025-04-16T22:16:37.901Z | Compiling serde_with v3.12.0 |
| 2256 | 2025-04-16T22:16:38.405Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2257 | 2025-04-16T22:16:38.501Z | Compiling tokio-rustls v0.25.0 |
| 2258 | 2025-04-16T22:16:38.799Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2259 | 2025-04-16T22:16:39.966Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2260 | 2025-04-16T22:16:40.384Z | Compiling macaddr v1.0.1 |
| 2261 | 2025-04-16T22:16:40.753Z | Compiling base64 v0.21.7 |
| 2262 | 2025-04-16T22:16:40.940Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2263 | 2025-04-16T22:16:41.148Z | Compiling atomicwrites v0.4.4 |
| 2264 | 2025-04-16T22:16:41.386Z | Compiling cancel-safe-futures v0.1.5 |
| 2265 | 2025-04-16T22:16:41.449Z | Compiling owo-colors v4.2.0 |
| 2266 | 2025-04-16T22:16:41.488Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2267 | 2025-04-16T22:16:41.693Z | Compiling libsw-core v0.3.1 |
| 2268 | 2025-04-16T22:16:41.858Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2269 | 2025-04-16T22:16:41.984Z | Compiling libsw v3.4.0 |
| 2270 | 2025-04-16T22:16:42.280Z | Compiling prettyplease v0.2.30 |
| 2271 | 2025-04-16T22:16:42.313Z | Compiling linear-map v1.2.0 |
| 2272 | 2025-04-16T22:16:42.476Z | Compiling swrite v0.1.0 |
| 2273 | 2025-04-16T22:16:42.637Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2274 | 2025-04-16T22:16:42.739Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2275 | 2025-04-16T22:16:44.189Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2276 | 2025-04-16T22:16:44.651Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2277 | 2025-04-16T22:16:46.903Z | Compiling utf-8 v0.7.6 |
| 2278 | 2025-04-16T22:16:47.297Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2279 | 2025-04-16T22:16:50.085Z | Compiling linked-hash-map v0.5.6 |
| 2280 | 2025-04-16T22:16:50.497Z | Compiling highway v1.3.0 |
| 2281 | 2025-04-16T22:16:51.741Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2282 | 2025-04-16T22:16:51.909Z | Compiling lru-cache v0.1.2 |
| 2283 | 2025-04-16T22:16:52.105Z | Compiling semver v0.1.20 |
| 2284 | 2025-04-16T22:16:52.161Z | Compiling tungstenite v0.21.0 |
| 2285 | 2025-04-16T22:16:52.617Z | Compiling rustc_version v0.1.7 |
| 2286 | 2025-04-16T22:16:53.001Z | Compiling resolv-conf v0.7.0 |
| 2287 | 2025-04-16T22:16:54.624Z | Compiling hickory-resolver v0.24.4 |
| 2288 | 2025-04-16T22:16:56.732Z | Compiling tokio-tungstenite v0.21.0 |
| 2289 | 2025-04-16T22:16:57.040Z | Compiling newtype_derive v0.1.6 |
| 2290 | 2025-04-16T22:16:57.376Z | Compiling humantime v2.1.0 |
| 2291 | 2025-04-16T22:16:57.908Z | Compiling steno v0.4.1 |
| 2292 | 2025-04-16T22:16:58.254Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2293 | 2025-04-16T22:16:58.612Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2294 | 2025-04-16T22:16:59.856Z | Compiling qorb v0.3.1 |
| 2295 | 2025-04-16T22:17:00.667Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2296 | 2025-04-16T22:17:01.197Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2297 | 2025-04-16T22:17:04.447Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2298 | 2025-04-16T22:17:04.727Z | Compiling slog-dtrace v0.3.0 |
| 2299 | 2025-04-16T22:17:05.086Z | Compiling bytecount v0.6.8 |
| 2300 | 2025-04-16T22:17:06.618Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2301 | 2025-04-16T22:17:07.491Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2302 | 2025-04-16T22:17:08.518Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2303 | 2025-04-16T22:17:15.039Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2304 | 2025-04-16T22:17:15.609Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2305 | 2025-04-16T22:17:18.196Z | Compiling half v2.4.1 |
| 2306 | 2025-04-16T22:17:18.900Z | Compiling ciborium-io v0.2.2 |
| 2307 | 2025-04-16T22:17:19.071Z | Compiling ciborium-ll v0.2.2 |
| 2308 | 2025-04-16T22:17:19.200Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2309 | 2025-04-16T22:17:19.567Z | Compiling ciborium v0.2.2 |
| 2310 | 2025-04-16T22:17:19.974Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2311 | 2025-04-16T22:17:20.303Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2312 | 2025-04-16T22:17:20.396Z | Compiling display-error-chain v0.2.2 |
| 2313 | 2025-04-16T22:17:20.653Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2314 | 2025-04-16T22:17:20.657Z | Compiling const_format_proc_macros v0.2.34 |
| 2315 | 2025-04-16T22:17:21.064Z | Compiling proc-macro-error2 v2.0.1 |
| 2316 | 2025-04-16T22:17:21.611Z | Compiling maplit v1.0.2 |
| 2317 | 2025-04-16T22:17:21.631Z | Compiling crunchy v0.2.2 |
| 2318 | 2025-04-16T22:17:21.772Z | Compiling keccak v0.1.5 |
| 2319 | 2025-04-16T22:17:21.855Z | Compiling tabled_derive v0.10.0 |
| 2320 | 2025-04-16T22:17:22.129Z | Compiling sha3 v0.10.8 |
| 2321 | 2025-04-16T22:17:22.397Z | Compiling const_format v0.2.34 |
| 2322 | 2025-04-16T22:17:22.909Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2323 | 2025-04-16T22:17:22.953Z | Compiling papergrid v0.14.0 |
| 2324 | 2025-04-16T22:17:24.160Z | Compiling dsl_auto_type v0.1.2 |
| 2325 | 2025-04-16T22:17:25.130Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2326 | 2025-04-16T22:17:25.877Z | Compiling scheduled-thread-pool v0.2.7 |
| 2327 | 2025-04-16T22:17:26.782Z | Compiling num-derive v0.3.3 |
| 2328 | 2025-04-16T22:17:27.124Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2329 | 2025-04-16T22:17:27.512Z | Compiling radium v0.7.0 |
| 2330 | 2025-04-16T22:17:28.007Z | Compiling tiny-keccak v2.0.2 |
| 2331 | 2025-04-16T22:17:28.173Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2332 | 2025-04-16T22:17:28.859Z | Compiling libscf-sys v1.1.0 |
| 2333 | 2025-04-16T22:17:29.109Z | Compiling diesel_derives v2.2.3 |
| 2334 | 2025-04-16T22:17:31.041Z | Compiling r2d2 v0.8.10 |
| 2335 | 2025-04-16T22:17:31.547Z | Compiling tabled v0.18.0 |
| 2336 | 2025-04-16T22:17:32.958Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2337 | 2025-04-16T22:17:36.289Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2338 | 2025-04-16T22:17:36.315Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2339 | 2025-04-16T22:17:36.678Z | Compiling bit-vec v0.6.3 |
| 2340 | 2025-04-16T22:17:37.109Z | Compiling maybe-uninit v2.0.0 |
| 2341 | 2025-04-16T22:17:37.307Z | Compiling tap v1.0.1 |
| 2342 | 2025-04-16T22:17:37.525Z | Compiling wyz v0.5.1 |
| 2343 | 2025-04-16T22:17:37.702Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2344 | 2025-04-16T22:17:37.981Z | Compiling bit-set v0.5.3 |
| 2345 | 2025-04-16T22:17:38.218Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2346 | 2025-04-16T22:17:38.758Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2347 | 2025-04-16T22:17:39.341Z | Compiling diesel v2.2.9 |
| 2348 | 2025-04-16T22:17:40.785Z | Compiling ascii-canvas v3.0.0 |
| 2349 | 2025-04-16T22:17:41.247Z | Compiling phf_generator v0.11.2 |
| 2350 | 2025-04-16T22:17:41.476Z | Compiling secrecy v0.8.0 |
| 2351 | 2025-04-16T22:17:41.756Z | Compiling async-recursion v1.1.1 |
| 2352 | 2025-04-16T22:17:41.872Z | Compiling ena v0.14.3 |
| 2353 | 2025-04-16T22:17:42.316Z | Compiling packed_struct v0.10.1 |
| 2354 | 2025-04-16T22:17:42.785Z | Compiling regex-syntax v0.6.29 |
| 2355 | 2025-04-16T22:17:43.154Z | Compiling funty v2.0.0 |
| 2356 | 2025-04-16T22:17:46.000Z | Compiling diff v0.1.13 |
| 2357 | 2025-04-16T22:17:46.491Z | Compiling bindgen v0.71.1 |
| 2358 | 2025-04-16T22:17:46.981Z | Compiling crc-catalog v2.4.0 |
| 2359 | 2025-04-16T22:17:47.164Z | Compiling crc v3.2.1 |
| 2360 | 2025-04-16T22:17:47.538Z | Compiling lalrpop v0.19.12 |
| 2361 | 2025-04-16T22:17:47.568Z | Compiling bitvec v1.0.1 |
| 2362 | 2025-04-16T22:17:49.243Z | Compiling phf_codegen v0.11.2 |
| 2363 | 2025-04-16T22:17:49.492Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2364 | 2025-04-16T22:17:52.047Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2365 | 2025-04-16T22:17:52.156Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2366 | 2025-04-16T22:17:53.161Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2367 | 2025-04-16T22:17:53.182Z | Compiling universal-hash v0.5.1 |
| 2368 | 2025-04-16T22:17:53.414Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2369 | 2025-04-16T22:17:53.438Z | Compiling packed_struct_codegen v0.10.1 |
| 2370 | 2025-04-16T22:17:55.074Z | Compiling parse-zoneinfo v0.3.1 |
| 2371 | 2025-04-16T22:17:55.768Z | Compiling indexmap v1.9.3 |
| 2372 | 2025-04-16T22:17:55.895Z | Compiling opaque-debug v0.3.1 |
| 2373 | 2025-04-16T22:17:56.025Z | Compiling crc8 v0.1.1 |
| 2374 | 2025-04-16T22:17:56.142Z | Compiling rustc-hash v2.1.1 |
| 2375 | 2025-04-16T22:17:56.359Z | Compiling nodrop v0.1.14 |
| 2376 | 2025-04-16T22:17:56.378Z | Compiling ref-cast v1.0.23 |
| 2377 | 2025-04-16T22:17:56.525Z | Compiling array-init v0.0.4 |
| 2378 | 2025-04-16T22:17:56.963Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2379 | 2025-04-16T22:17:57.629Z | Compiling poly1305 v0.8.0 |
| 2380 | 2025-04-16T22:17:59.080Z | Compiling thiserror-no-std v2.0.2 |
| 2381 | 2025-04-16T22:17:59.402Z | Compiling chrono-tz-build v0.4.0 |
| 2382 | 2025-04-16T22:18:00.364Z | Compiling smallvec v0.6.14 |
| 2383 | 2025-04-16T22:18:00.868Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2384 | 2025-04-16T22:18:01.217Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2385 | 2025-04-16T22:18:01.569Z | Compiling derive_builder_core v0.20.2 |
| 2386 | 2025-04-16T22:18:03.282Z | Compiling chacha20 v0.9.1 |
| 2387 | 2025-04-16T22:18:03.351Z | Compiling headers-core v0.3.0 |
| 2388 | 2025-04-16T22:18:03.488Z | Compiling aead v0.5.2 |
| 2389 | 2025-04-16T22:18:03.558Z | Compiling libxml v0.3.3 |
| 2390 | 2025-04-16T22:18:03.782Z | Compiling ref-cast-impl v1.0.23 |
| 2391 | 2025-04-16T22:18:03.829Z | Compiling vte_generate_state_changes v0.1.2 |
| 2392 | 2025-04-16T22:18:03.971Z | Compiling termcolor v1.4.1 |
| 2393 | 2025-04-16T22:18:04.502Z | Compiling arc-swap v1.7.1 |
| 2394 | 2025-04-16T22:18:04.937Z | Compiling bitfield v0.14.0 |
| 2395 | 2025-04-16T22:18:05.030Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2396 | 2025-04-16T22:18:05.181Z | Compiling hashbrown v0.12.3 |
| 2397 | 2025-04-16T22:18:05.269Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2398 | 2025-04-16T22:18:05.429Z | Compiling slog-scope v4.4.0 |
| 2399 | 2025-04-16T22:18:06.419Z | Compiling env_logger v0.10.2 |
| 2400 | 2025-04-16T22:18:07.450Z | Compiling vte v0.11.1 |
| 2401 | 2025-04-16T22:18:08.800Z | Compiling samael v0.0.18 |
| 2402 | 2025-04-16T22:18:09.025Z | Compiling chacha20poly1305 v0.10.1 |
| 2403 | 2025-04-16T22:18:09.107Z | Compiling polar-core v0.27.3 |
| 2404 | 2025-04-16T22:18:09.265Z | Compiling headers v0.4.0 |
| 2405 | 2025-04-16T22:18:09.352Z | Compiling derive_builder_macro v0.20.2 |
| 2406 | 2025-04-16T22:18:10.343Z | Compiling serde-hex v0.1.0 |
| 2407 | 2025-04-16T22:18:10.376Z | Compiling chrono-tz v0.10.3 |
| 2408 | 2025-04-16T22:18:11.033Z | Compiling vsss-rs v3.3.4 |
| 2409 | 2025-04-16T22:18:12.689Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2410 | 2025-04-16T22:18:15.038Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2411 | 2025-04-16T22:18:15.202Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2412 | 2025-04-16T22:18:15.367Z | Compiling ron v0.8.1 |
| 2413 | 2025-04-16T22:18:15.555Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2414 | 2025-04-16T22:18:15.903Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2415 | 2025-04-16T22:18:20.366Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2416 | 2025-04-16T22:18:21.126Z | Compiling hashbrown v0.13.2 |
| 2417 | 2025-04-16T22:18:21.809Z | Compiling strum_macros v0.24.3 |
| 2418 | 2025-04-16T22:18:22.436Z | Compiling unicase v2.7.0 |
| 2419 | 2025-04-16T22:18:22.802Z | Compiling crc-any v2.5.0 |
| 2420 | 2025-04-16T22:18:23.772Z | Compiling indoc v1.0.9 |
| 2421 | 2025-04-16T22:18:24.595Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2422 | 2025-04-16T22:18:24.842Z | Compiling object v0.30.4 |
| 2423 | 2025-04-16T22:18:29.547Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2424 | 2025-04-16T22:18:37.405Z | Compiling derive_builder v0.20.2 |
| 2425 | 2025-04-16T22:18:37.787Z | Compiling strip-ansi-escapes v0.2.0 |
| 2426 | 2025-04-16T22:18:38.586Z | Compiling slog-stdlog v4.1.1 |
| 2427 | 2025-04-16T22:18:39.380Z | Compiling papergrid v0.11.0 |
| 2428 | 2025-04-16T22:18:39.924Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2429 | 2025-04-16T22:18:40.283Z | Compiling tabled_derive v0.7.0 |
| 2430 | 2025-04-16T22:18:40.339Z | Compiling fd-lock v4.0.2 |
| 2431 | 2025-04-16T22:18:40.598Z | Compiling peg-macros v0.8.5 |
| 2432 | 2025-04-16T22:18:42.102Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2433 | 2025-04-16T22:18:42.382Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2434 | 2025-04-16T22:18:43.137Z | Compiling oso-derive v0.27.3 |
| 2435 | 2025-04-16T22:18:43.864Z | Compiling quick-xml v0.37.2 |
| 2436 | 2025-04-16T22:18:44.118Z | Compiling diesel-dtrace v0.4.2 |
| 2437 | 2025-04-16T22:18:44.503Z | Compiling path-slash v0.1.5 |
| 2438 | 2025-04-16T22:18:44.790Z | Compiling nu-ansi-term v0.50.1 |
| 2439 | 2025-04-16T22:18:46.055Z | Compiling reedline v0.38.0 |
| 2440 | 2025-04-16T22:18:46.481Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2441 | 2025-04-16T22:18:48.183Z | Compiling oso v0.27.3 |
| 2442 | 2025-04-16T22:18:53.073Z | Compiling peg v0.8.5 |
| 2443 | 2025-04-16T22:18:53.251Z | Compiling tabled v0.15.0 |
| 2444 | 2025-04-16T22:19:02.036Z | Compiling slog-envlogger v2.2.0 |
| 2445 | 2025-04-16T22:19:04.635Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2446 | 2025-04-16T22:19:08.996Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2447 | 2025-04-16T22:19:09.751Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2448 | 2025-04-16T22:19:10.475Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2449 | 2025-04-16T22:19:10.823Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2450 | 2025-04-16T22:19:12.869Z | Compiling typify-impl v0.2.0 |
| 2451 | 2025-04-16T22:19:13.652Z | Compiling pem v3.0.5 |
| 2452 | 2025-04-16T22:19:15.168Z | Compiling bb8 v0.8.5 |
| 2453 | 2025-04-16T22:19:15.774Z | Compiling bcs v0.1.6 |
| 2454 | 2025-04-16T22:19:16.544Z | Compiling fxhash v0.2.1 |
| 2455 | 2025-04-16T22:19:16.894Z | Compiling libz-sys v1.1.20 |
| 2456 | 2025-04-16T22:19:17.577Z | Compiling termtree v0.5.1 |
| 2457 | 2025-04-16T22:19:17.728Z | Compiling async-bb8-diesel v0.2.1 |
| 2458 | 2025-04-16T22:19:19.151Z | Compiling kstat-rs v0.2.4 |
| 2459 | 2025-04-16T22:19:19.984Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2460 | 2025-04-16T22:19:20.416Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2461 | 2025-04-16T22:19:22.588Z | Compiling typify-macro v0.2.0 |
| 2462 | 2025-04-16T22:19:25.834Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2463 | 2025-04-16T22:19:26.347Z | Compiling nanorand v0.7.0 |
| 2464 | 2025-04-16T22:19:27.036Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2465 | 2025-04-16T22:19:27.834Z | Compiling pin-project-internal v1.1.6 |
| 2466 | 2025-04-16T22:19:30.410Z | Compiling parking_lot_core v0.8.6 |
| 2467 | 2025-04-16T22:19:30.899Z | Compiling pin-project v1.1.6 |
| 2468 | 2025-04-16T22:19:38.670Z | Compiling flume v0.11.1 |
| 2469 | 2025-04-16T22:19:38.808Z | Compiling mime_guess v2.0.5 |
| 2470 | 2025-04-16T22:19:38.991Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2471 | 2025-04-16T22:19:39.041Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2472 | 2025-04-16T22:19:39.153Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2473 | 2025-04-16T22:19:42.174Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2474 | 2025-04-16T22:19:43.486Z | Compiling snafu-derive v0.8.5 |
| 2475 | 2025-04-16T22:19:46.829Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2476 | 2025-04-16T22:19:47.274Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2477 | 2025-04-16T22:19:47.503Z | Compiling snafu v0.8.5 |
| 2478 | 2025-04-16T22:19:50.142Z | Compiling typify v0.2.0 |
| 2479 | 2025-04-16T22:19:50.303Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2480 | 2025-04-16T22:19:57.856Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2481 | 2025-04-16T22:20:02.875Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2482 | 2025-04-16T22:20:05.482Z | Compiling globset v0.4.15 |
| 2483 | 2025-04-16T22:20:11.084Z | Compiling olpc-cjson v0.1.4 |
| 2484 | 2025-04-16T22:20:11.347Z | Compiling castaway v0.2.3 |
| 2485 | 2025-04-16T22:20:11.396Z | Compiling vergen v8.3.2 |
| 2486 | 2025-04-16T22:20:11.561Z | Compiling nibble_vec v0.1.0 |
| 2487 | 2025-04-16T22:20:11.745Z | Compiling cargo-platform v0.1.8 |
| 2488 | 2025-04-16T22:20:11.814Z | Compiling serde_plain v1.0.2 |
| 2489 | 2025-04-16T22:20:12.216Z | Compiling atty v0.2.14 |
| 2490 | 2025-04-16T22:20:12.355Z | Compiling typed-path v0.9.3 |
| 2491 | 2025-04-16T22:20:12.410Z | Compiling http-range v0.1.5 |
| 2492 | 2025-04-16T22:20:13.003Z | Compiling endian-type v0.1.2 |
| 2493 | 2025-04-16T22:20:13.281Z | Compiling io-lifetimes v1.0.11 |
| 2494 | 2025-04-16T22:20:13.883Z | Compiling salty v0.3.0 |
| 2495 | 2025-04-16T22:20:14.850Z | Compiling tough v0.20.0 |
| 2496 | 2025-04-16T22:20:15.952Z | Compiling radix_trie v0.2.1 |
| 2497 | 2025-04-16T22:20:16.825Z | Compiling cargo_metadata v0.18.1 |
| 2498 | 2025-04-16T22:20:19.196Z | Compiling compact_str v0.8.0 |
| 2499 | 2025-04-16T22:20:19.618Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2500 | 2025-04-16T22:20:21.595Z | Compiling git2 v0.19.0 |
| 2501 | 2025-04-16T22:20:21.787Z | Compiling progenitor-impl v0.8.0 |
| 2502 | 2025-04-16T22:20:27.623Z | Compiling parking_lot v0.11.2 |
| 2503 | 2025-04-16T22:20:29.712Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2504 | 2025-04-16T22:20:29.892Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2505 | 2025-04-16T22:20:31.474Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2506 | 2025-04-16T22:20:32.250Z | Compiling unicode-truncate v1.1.0 |
| 2507 | 2025-04-16T22:20:32.555Z | Compiling lru v0.12.5 |
| 2508 | 2025-04-16T22:20:32.930Z | Compiling rand_seeder v0.3.0 |
| 2509 | 2025-04-16T22:20:33.391Z | Compiling lzma-sys v0.1.20 |
| 2510 | 2025-04-16T22:20:34.080Z | Compiling instability v0.3.2 |
| 2511 | 2025-04-16T22:20:35.099Z | Compiling rustls v0.21.12 |
| 2512 | 2025-04-16T22:20:35.458Z | Compiling indoc v2.0.6 |
| 2513 | 2025-04-16T22:20:36.012Z | Compiling parse-size v1.1.0 |
| 2514 | 2025-04-16T22:20:36.235Z | Compiling cassowary v0.3.0 |
| 2515 | 2025-04-16T22:20:36.330Z | Compiling rustix v0.37.28 |
| 2516 | 2025-04-16T22:20:36.350Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2517 | 2025-04-16T22:20:37.270Z | Compiling ratatui v0.29.0 |
| 2518 | 2025-04-16T22:20:37.797Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2519 | 2025-04-16T22:20:38.050Z | Compiling hyper-staticfile v0.10.1 |
| 2520 | 2025-04-16T22:20:38.327Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2521 | 2025-04-16T22:20:39.710Z | Compiling sled v0.34.7 |
| 2522 | 2025-04-16T22:20:40.571Z | Compiling progenitor-macro v0.8.0 |
| 2523 | 2025-04-16T22:20:51.014Z | Compiling hickory-client v0.24.4 |
| 2524 | 2025-04-16T22:20:56.107Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2525 | 2025-04-16T22:20:56.969Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2526 | 2025-04-16T22:20:57.282Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2527 | 2025-04-16T22:20:57.628Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2528 | 2025-04-16T22:20:58.031Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2529 | 2025-04-16T22:20:59.585Z | Compiling hickory-server v0.24.4 |
| 2530 | 2025-04-16T22:21:02.416Z | Compiling primeorder v0.13.6 |
| 2531 | 2025-04-16T22:21:03.011Z | Compiling progenitor-client v0.8.0 |
| 2532 | 2025-04-16T22:21:03.912Z | Compiling rustls-webpki v0.101.7 |
| 2533 | 2025-04-16T22:21:07.838Z | Compiling sct v0.7.1 |
| 2534 | 2025-04-16T22:21:07.991Z | Compiling heck v0.3.3 |
| 2535 | 2025-04-16T22:21:08.313Z | Compiling env_filter v0.1.2 |
| 2536 | 2025-04-16T22:21:08.346Z | Compiling csv-core v0.1.11 |
| 2537 | 2025-04-16T22:21:09.239Z | Compiling dropshot v0.12.0 |
| 2538 | 2025-04-16T22:21:09.706Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2539 | 2025-04-16T22:21:09.888Z | Compiling void v1.0.2 |
| 2540 | 2025-04-16T22:21:10.081Z | Compiling lzss v0.8.2 |
| 2541 | 2025-04-16T22:21:10.335Z | Compiling csv v1.3.1 |
| 2542 | 2025-04-16T22:21:10.511Z | Compiling env_logger v0.11.5 |
| 2543 | 2025-04-16T22:21:10.703Z | Compiling zone_cfg_derive v0.1.2 |
| 2544 | 2025-04-16T22:21:11.887Z | Compiling progenitor v0.8.0 |
| 2545 | 2025-04-16T22:21:12.050Z | Compiling p384 v0.13.0 |
| 2546 | 2025-04-16T22:21:12.136Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2547 | 2025-04-16T22:21:12.439Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2548 | 2025-04-16T22:21:13.568Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2549 | 2025-04-16T22:21:14.764Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2550 | 2025-04-16T22:21:15.433Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2551 | 2025-04-16T22:21:16.060Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2552 | 2025-04-16T22:21:17.041Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2553 | 2025-04-16T22:21:17.374Z | Compiling tungstenite v0.23.0 |
| 2554 | 2025-04-16T22:21:18.980Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2555 | 2025-04-16T22:21:19.381Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2556 | 2025-04-16T22:21:19.763Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2557 | 2025-04-16T22:21:20.119Z | Compiling nix v0.27.1 |
| 2558 | 2025-04-16T22:21:22.113Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2559 | 2025-04-16T22:21:22.792Z | Compiling dropshot_endpoint v0.12.0 |
| 2560 | 2025-04-16T22:21:22.816Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2561 | 2025-04-16T22:21:22.842Z | Compiling base64 v0.13.1 |
| 2562 | 2025-04-16T22:21:23.182Z | Compiling xshell-macros v0.2.7 |
| 2563 | 2025-04-16T22:21:23.613Z | Compiling ron v0.7.1 |
| 2564 | 2025-04-16T22:21:23.905Z | Compiling xshell v0.2.7 |
| 2565 | 2025-04-16T22:21:25.735Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2566 | 2025-04-16T22:21:26.798Z | Compiling tokio-tungstenite v0.23.1 |
| 2567 | 2025-04-16T22:21:27.415Z | Compiling xz2 v0.1.7 |
| 2568 | 2025-04-16T22:21:28.831Z | Compiling terminal_size v0.2.6 |
| 2569 | 2025-04-16T22:21:29.077Z | Compiling tokio-rustls v0.24.1 |
| 2570 | 2025-04-16T22:21:29.552Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2571 | 2025-04-16T22:21:34.146Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2572 | 2025-04-16T22:21:36.130Z | Compiling zone v0.1.8 |
| 2573 | 2025-04-16T22:21:36.151Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2574 | 2025-04-16T22:21:36.677Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2575 | 2025-04-16T22:21:37.843Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2576 | 2025-04-16T22:21:38.979Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2577 | 2025-04-16T22:21:39.450Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2578 | 2025-04-16T22:21:39.743Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2579 | 2025-04-16T22:21:41.800Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2580 | 2025-04-16T22:21:42.539Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2581 | 2025-04-16T22:21:44.754Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2582 | 2025-04-16T22:21:46.857Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2583 | 2025-04-16T22:21:49.905Z | Compiling rustls-pemfile v1.0.4 |
| 2584 | 2025-04-16T22:21:50.058Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2585 | 2025-04-16T22:21:50.413Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2586 | 2025-04-16T22:21:50.662Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2587 | 2025-04-16T22:21:51.800Z | Compiling signal-hook-tokio v0.3.1 |
| 2588 | 2025-04-16T22:21:52.035Z | Compiling yasna v0.5.2 |
| 2589 | 2025-04-16T22:21:53.530Z | Compiling twox-hash v2.1.0 |
| 2590 | 2025-04-16T22:21:54.108Z | Compiling is_ci v1.2.0 |
| 2591 | 2025-04-16T22:21:54.452Z | Compiling smawk v0.3.2 |
| 2592 | 2025-04-16T22:21:54.549Z | Compiling unicode-linebreak v0.1.5 |
| 2593 | 2025-04-16T22:21:54.752Z | Compiling glob v0.3.2 |
| 2594 | 2025-04-16T22:21:54.978Z | Compiling textwrap v0.16.1 |
| 2595 | 2025-04-16T22:21:55.120Z | Compiling supports-color v3.0.2 |
| 2596 | 2025-04-16T22:21:55.363Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2597 | 2025-04-16T22:21:55.577Z | Compiling rcgen v0.12.1 |
| 2598 | 2025-04-16T22:21:55.923Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2599 | 2025-04-16T22:21:58.458Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2600 | 2025-04-16T22:22:00.117Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2601 | 2025-04-16T22:22:02.899Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2602 | 2025-04-16T22:22:05.215Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2603 | 2025-04-16T22:22:06.163Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2604 | 2025-04-16T22:22:14.665Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2605 | 2025-04-16T22:22:21.235Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2606 | 2025-04-16T22:22:25.596Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2607 | 2025-04-16T22:22:25.923Z | Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2608 | 2025-04-16T22:22:28.427Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2609 | 2025-04-16T22:22:30.458Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2610 | 2025-04-16T22:22:38.599Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2611 | 2025-04-16T22:22:38.636Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2612 | 2025-04-16T22:22:38.636Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2613 | 2025-04-16T22:22:38.636Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2614 | 2025-04-16T22:22:39.710Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2615 | 2025-04-16T22:22:40.576Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2616 | 2025-04-16T22:22:42.518Z | Compiling fatfs v0.3.6 |
| 2617 | 2025-04-16T22:22:45.356Z | Compiling rtoolbox v0.0.2 |
| 2618 | 2025-04-16T22:22:45.813Z | Compiling subprocess v0.2.9 |
| 2619 | 2025-04-16T22:22:47.768Z | Compiling assert_matches v1.5.0 |
| 2620 | 2025-04-16T22:22:49.597Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2621 | 2025-04-16T22:22:50.479Z | Compiling rpassword v7.3.1 |
| 2622 | 2025-04-16T22:22:50.959Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2623 | 2025-04-16T22:22:54.192Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2624 | 2025-04-16T22:22:57.128Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2625 | 2025-04-16T22:23:04.011Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2626 | 2025-04-16T22:23:24.961Z | Compiling tui-tree-widget v0.23.0 |
| 2627 | 2025-04-16T22:23:25.423Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2628 | 2025-04-16T22:23:32.050Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2629 | 2025-04-16T22:23:32.410Z | Compiling uzers v0.12.1 |
| 2630 | 2025-04-16T22:23:33.948Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2631 | 2025-04-16T22:23:35.423Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2632 | 2025-04-16T22:23:37.499Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2633 | 2025-04-16T22:23:38.448Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2634 | 2025-04-16T22:23:49.309Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2635 | 2025-04-16T22:23:53.827Z | Compiling multimap v0.10.0 |
| 2636 | 2025-04-16T22:26:16.212Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2637 | 2025-04-16T22:26:29.575Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2638 | 2025-04-16T22:33:30.609Z | Finished `release` profile [optimized] target(s) in 16m 59s |
| 2639 | 2025-04-16T22:34:38.728Z | |
| 2640 | 2025-04-16T22:34:38.731Z | real 18:08.685374552 |
| 2641 | 2025-04-16T22:34:38.731Z | user 2:09:05.779132531 |
| 2642 | 2025-04-16T22:34:38.731Z | sys 3:32.138592755 |
| 2643 | 2025-04-16T22:34:38.731Z | trap 3.289771434 |
| 2644 | 2025-04-16T22:34:38.731Z | tflt 1.692442706 |
| 2645 | 2025-04-16T22:34:38.731Z | dflt 5.685968517 |
| 2646 | 2025-04-16T22:34:38.731Z | kflt 0.000938055 |
| 2647 | 2025-04-16T22:34:38.731Z | lock 7:37:57.635341861 |
| 2648 | 2025-04-16T22:34:38.731Z | slp 6:38:29.121820842 |
| 2649 | 2025-04-16T22:34:38.731Z | lat 3:43.263210947 |
| 2650 | 2025-04-16T22:34:38.731Z | stop 2:55.608370498 |
| 2651 | 2025-04-16T22:34:38.731Z | + mapfile -t packages |
| 2652 | 2025-04-16T22:34:38.731Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2653 | 2025-04-16T22:34:39.864Z | Finished `release` profile [optimized] target(s) in 1.08s |
| 2654 | 2025-04-16T22:34:39.920Z | Running `target/release/omicron-package -t test list-outputs` |
| 2655 | 2025-04-16T22:34:39.972Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2656 | 2025-04-16T22:34:39.975Z | + ptime -m cargo build --locked --release -p xtask |
| 2657 | 2025-04-16T22:34:40.657Z | Compiling serde v1.0.219 |
| 2658 | 2025-04-16T22:34:40.661Z | Compiling libc v0.2.171 |
| 2659 | 2025-04-16T22:34:40.661Z | Compiling serde_json v1.0.140 |
| 2660 | 2025-04-16T22:34:40.661Z | Compiling rustix v0.38.37 |
| 2661 | 2025-04-16T22:34:40.661Z | Compiling syn v2.0.98 |
| 2662 | 2025-04-16T22:34:40.773Z | Compiling bitflags v2.9.0 |
| 2663 | 2025-04-16T22:34:41.192Z | Compiling usdt-impl v0.5.0 |
| 2664 | 2025-04-16T22:34:41.234Z | Compiling syn v1.0.109 |
| 2665 | 2025-04-16T22:34:41.324Z | Compiling hashbrown v0.15.1 |
| 2666 | 2025-04-16T22:34:41.345Z | Compiling log v0.4.22 |
| 2667 | 2025-04-16T22:34:41.610Z | Compiling fs-err v2.11.0 |
| 2668 | 2025-04-16T22:34:41.790Z | Compiling anyhow v1.0.97 |
| 2669 | 2025-04-16T22:34:41.991Z | Compiling once_cell v1.21.3 |
| 2670 | 2025-04-16T22:34:42.106Z | Compiling thread-id v4.2.2 |
| 2671 | 2025-04-16T22:34:42.521Z | Compiling indexmap v2.7.1 |
| 2672 | 2025-04-16T22:34:43.708Z | Compiling terminal_size v0.4.0 |
| 2673 | 2025-04-16T22:34:43.708Z | Compiling tempfile v3.13.0 |
| 2674 | 2025-04-16T22:34:43.972Z | Compiling clap_builder v4.5.35 |
| 2675 | 2025-04-16T22:34:44.459Z | Compiling proc-macro-error v1.0.4 |
| 2676 | 2025-04-16T22:34:45.356Z | Compiling tabled_derive v0.7.0 |
| 2677 | 2025-04-16T22:34:46.494Z | Compiling tabled v0.15.0 |
| 2678 | 2025-04-16T22:34:46.992Z | Compiling serde_derive v1.0.219 |
| 2679 | 2025-04-16T22:34:47.012Z | Compiling thiserror-impl v1.0.69 |
| 2680 | 2025-04-16T22:34:47.012Z | Compiling zerocopy-derive v0.7.35 |
| 2681 | 2025-04-16T22:34:47.012Z | Compiling scroll_derive v0.12.0 |
| 2682 | 2025-04-16T22:34:47.012Z | Compiling thiserror-impl v2.0.12 |
| 2683 | 2025-04-16T22:34:48.331Z | Compiling scroll v0.12.0 |
| 2684 | 2025-04-16T22:34:48.919Z | Compiling zerocopy v0.7.35 |
| 2685 | 2025-04-16T22:34:50.119Z | Compiling thiserror v1.0.69 |
| 2686 | 2025-04-16T22:34:50.124Z | Compiling pest v2.7.14 |
| 2687 | 2025-04-16T22:34:50.271Z | Compiling goblin v0.8.2 |
| 2688 | 2025-04-16T22:34:50.490Z | Compiling thiserror v2.0.12 |
| 2689 | 2025-04-16T22:34:50.702Z | Compiling clap_derive v4.5.32 |
| 2690 | 2025-04-16T22:34:52.651Z | Compiling pest_meta v2.7.14 |
| 2691 | 2025-04-16T22:34:57.022Z | Compiling pest_generator v2.7.14 |
| 2692 | 2025-04-16T22:34:57.022Z | Compiling pest_derive v2.7.14 |
| 2693 | 2025-04-16T22:34:57.477Z | Compiling dtrace-parser v0.2.0 |
| 2694 | 2025-04-16T22:35:01.771Z | Compiling serde_tokenstream v0.2.2 |
| 2695 | 2025-04-16T22:35:02.369Z | Compiling toml_datetime v0.6.8 |
| 2696 | 2025-04-16T22:35:03.071Z | Compiling serde_spanned v0.6.8 |
| 2697 | 2025-04-16T22:35:03.372Z | Compiling dof v0.3.0 |
| 2698 | 2025-04-16T22:35:04.210Z | Compiling toml_edit v0.22.24 |
| 2699 | 2025-04-16T22:35:05.225Z | Compiling camino v1.1.9 |
| 2700 | 2025-04-16T22:35:05.248Z | Compiling usdt-macro v0.5.0 |
| 2701 | 2025-04-16T22:35:05.622Z | Compiling usdt-attr-macro v0.5.0 |
| 2702 | 2025-04-16T22:35:06.524Z | Compiling semver v1.0.25 |
| 2703 | 2025-04-16T22:35:06.933Z | Compiling cargo-platform v0.1.8 |
| 2704 | 2025-04-16T22:35:07.911Z | Compiling cargo_metadata v0.19.2 |
| 2705 | 2025-04-16T22:35:08.024Z | Compiling usdt v0.5.0 |
| 2706 | 2025-04-16T22:35:09.451Z | Compiling toml v0.8.20 |
| 2707 | 2025-04-16T22:35:10.963Z | Compiling cargo_toml v0.21.0 |
| 2708 | 2025-04-16T22:35:12.433Z | Compiling camino-tempfile v1.1.1 |
| 2709 | 2025-04-16T22:35:13.243Z | Compiling macaddr v1.0.1 |
| 2710 | 2025-04-16T22:35:13.926Z | Compiling clap v4.5.35 |
| 2711 | 2025-04-16T22:35:23.207Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2712 | 2025-04-16T22:35:28.840Z | Finished `release` profile [optimized] target(s) in 48.80s |
| 2713 | 2025-04-16T22:35:28.968Z | |
| 2714 | 2025-04-16T22:35:28.968Z | real 48.961334781 |
| 2715 | 2025-04-16T22:35:28.968Z | user 5:18.845823396 |
| 2716 | 2025-04-16T22:35:28.968Z | sys 19.659470744 |
| 2717 | 2025-04-16T22:35:28.968Z | trap 0.153137518 |
| 2718 | 2025-04-16T22:35:28.968Z | tflt 0.192372368 |
| 2719 | 2025-04-16T22:35:28.968Z | dflt 0.422802521 |
| 2720 | 2025-04-16T22:35:28.971Z | kflt 0.000013690 |
| 2721 | 2025-04-16T22:35:28.971Z | lock 9:57.568213247 |
| 2722 | 2025-04-16T22:35:28.971Z | slp 15:49.015453891 |
| 2723 | 2025-04-16T22:35:28.971Z | lat 14.776122692 |
| 2724 | 2025-04-16T22:35:28.971Z | stop 18.884316889 |
| 2725 | 2025-04-16T22:35:28.971Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2726 | 2025-04-16T22:35:28.971Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2727 | 2025-04-16T22:35:28.971Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2728 | 2025-04-16T22:35:28.971Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2729 | 2025-04-16T22:35:28.971Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2730 | 2025-04-16T22:35:29.979Z | Compiling thiserror-impl v2.0.12 |
| 2731 | 2025-04-16T22:35:30.120Z | Compiling regress v0.10.3 |
| 2732 | 2025-04-16T22:35:30.120Z | Compiling ident_case v1.0.1 |
| 2733 | 2025-04-16T22:35:30.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2734 | 2025-04-16T22:35:30.120Z | Compiling unsafe-libyaml v0.2.11 |
| 2735 | 2025-04-16T22:35:30.124Z | Compiling match_cfg v0.1.0 |
| 2736 | 2025-04-16T22:35:30.124Z | Compiling progenitor-client v0.9.1 |
| 2737 | 2025-04-16T22:35:30.124Z | Compiling quick-error v1.2.3 |
| 2738 | 2025-04-16T22:35:30.357Z | Compiling darling_core v0.20.10 |
| 2739 | 2025-04-16T22:35:30.380Z | Compiling hostname v0.3.1 |
| 2740 | 2025-04-16T22:35:30.380Z | Compiling rustls v0.22.4 |
| 2741 | 2025-04-16T22:35:30.598Z | Compiling multer v3.1.0 |
| 2742 | 2025-04-16T22:35:30.667Z | Compiling debug-ignore v1.0.5 |
| 2743 | 2025-04-16T22:35:30.746Z | Compiling tempfile v3.13.0 |
| 2744 | 2025-04-16T22:35:30.839Z | Compiling toml v0.8.20 |
| 2745 | 2025-04-16T22:35:31.037Z | Compiling slog-json v2.6.1 |
| 2746 | 2025-04-16T22:35:31.422Z | Compiling structmeta-derive v0.3.0 |
| 2747 | 2025-04-16T22:35:31.519Z | Compiling serde_yaml v0.9.34+deprecated |
| 2748 | 2025-04-16T22:35:32.053Z | Compiling async-stream-impl v0.3.6 |
| 2749 | 2025-04-16T22:35:32.320Z | Compiling slog-bunyan v2.5.0 |
| 2750 | 2025-04-16T22:35:33.202Z | Compiling thiserror v2.0.12 |
| 2751 | 2025-04-16T22:35:33.341Z | Compiling async-stream v0.3.6 |
| 2752 | 2025-04-16T22:35:33.388Z | Compiling waitgroup v0.1.2 |
| 2753 | 2025-04-16T22:35:33.557Z | Compiling hex v0.4.3 |
| 2754 | 2025-04-16T22:35:33.631Z | Compiling serde_path_to_error v0.1.16 |
| 2755 | 2025-04-16T22:35:33.652Z | Compiling macaddr v1.0.1 |
| 2756 | 2025-04-16T22:35:34.047Z | Compiling typify-impl v0.3.0 |
| 2757 | 2025-04-16T22:35:34.093Z | Compiling structmeta v0.3.0 |
| 2758 | 2025-04-16T22:35:34.157Z | Compiling hostname v0.4.0 |
| 2759 | 2025-04-16T22:35:34.409Z | Compiling wait-timeout v0.2.0 |
| 2760 | 2025-04-16T22:35:34.431Z | Compiling dropshot v0.16.0 |
| 2761 | 2025-04-16T22:35:34.519Z | Compiling bit-vec v0.8.0 |
| 2762 | 2025-04-16T22:35:34.777Z | Compiling rusty-fork v0.3.0 |
| 2763 | 2025-04-16T22:35:34.882Z | Compiling dropshot_endpoint v0.16.0 |
| 2764 | 2025-04-16T22:35:34.930Z | Compiling tokio-rustls v0.25.0 |
| 2765 | 2025-04-16T22:35:34.955Z | Compiling bit-set v0.8.0 |
| 2766 | 2025-04-16T22:35:34.978Z | Compiling rand_xorshift v0.3.0 |
| 2767 | 2025-04-16T22:35:35.275Z | Compiling instant v0.1.13 |
| 2768 | 2025-04-16T22:35:35.360Z | Compiling unarray v0.1.4 |
| 2769 | 2025-04-16T22:35:35.401Z | Compiling test-strategy v0.4.0 |
| 2770 | 2025-04-16T22:35:35.460Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2771 | 2025-04-16T22:35:35.504Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2772 | 2025-04-16T22:35:35.548Z | Compiling proptest v1.6.0 |
| 2773 | 2025-04-16T22:35:35.651Z | Compiling parse-display-derive v0.10.0 |
| 2774 | 2025-04-16T22:35:36.018Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2775 | 2025-04-16T22:35:36.192Z | Compiling darling_macro v0.20.10 |
| 2776 | 2025-04-16T22:35:36.803Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2777 | 2025-04-16T22:35:37.031Z | Compiling backoff v0.4.0 |
| 2778 | 2025-04-16T22:35:37.142Z | Compiling darling v0.20.10 |
| 2779 | 2025-04-16T22:35:37.284Z | Compiling serde_with_macros v3.12.0 |
| 2780 | 2025-04-16T22:35:37.438Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2781 | 2025-04-16T22:35:38.227Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2782 | 2025-04-16T22:35:38.875Z | Compiling proc-macro-crate v1.3.1 |
| 2783 | 2025-04-16T22:35:39.144Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2784 | 2025-04-16T22:35:39.600Z | Compiling heapless v0.8.0 |
| 2785 | 2025-04-16T22:35:39.682Z | Compiling parse-display v0.10.0 |
| 2786 | 2025-04-16T22:35:39.766Z | Compiling serde_with v3.12.0 |
| 2787 | 2025-04-16T22:35:39.787Z | Compiling num_enum_derive v0.5.11 |
| 2788 | 2025-04-16T22:35:40.136Z | Compiling crucible-workspace-hack v0.1.0 |
| 2789 | 2025-04-16T22:35:40.253Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2790 | 2025-04-16T22:35:40.555Z | Compiling proc-macro-error v1.0.4 |
| 2791 | 2025-04-16T22:35:40.650Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2792 | 2025-04-16T22:35:40.737Z | Compiling hash32 v0.3.1 |
| 2793 | 2025-04-16T22:35:41.317Z | Compiling foreign-types-macros v0.2.3 |
| 2794 | 2025-04-16T22:35:41.321Z | Compiling smoltcp v0.11.0 |
| 2795 | 2025-04-16T22:35:44.131Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2796 | 2025-04-16T22:35:44.141Z | Compiling num_enum v0.5.11 |
| 2797 | 2025-04-16T22:35:44.141Z | Compiling foreign-types-shared v0.3.1 |
| 2798 | 2025-04-16T22:35:44.141Z | Compiling foreign-types v0.5.0 |
| 2799 | 2025-04-16T22:35:44.141Z | Compiling tabwriter v1.4.0 |
| 2800 | 2025-04-16T22:35:44.146Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2801 | 2025-04-16T22:35:44.147Z | Compiling cstr-argument v0.1.2 |
| 2802 | 2025-04-16T22:35:44.147Z | Compiling pretty-hex v0.2.1 |
| 2803 | 2025-04-16T22:35:44.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2804 | 2025-04-16T22:35:44.147Z | Compiling cobs v0.2.3 |
| 2805 | 2025-04-16T22:35:44.147Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2806 | 2025-04-16T22:35:44.147Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2807 | 2025-04-16T22:35:44.147Z | Compiling postcard v1.0.10 |
| 2808 | 2025-04-16T22:35:44.147Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2809 | 2025-04-16T22:35:45.321Z | Compiling colored v2.2.0 |
| 2810 | 2025-04-16T22:35:45.333Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2811 | 2025-04-16T22:35:45.333Z | Compiling winnow v0.6.20 |
| 2812 | 2025-04-16T22:35:45.334Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2813 | 2025-04-16T22:35:45.334Z | Compiling itertools v0.14.0 |
| 2814 | 2025-04-16T22:35:45.334Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2815 | 2025-04-16T22:35:46.623Z | Compiling camino-tempfile v1.1.1 |
| 2816 | 2025-04-16T22:35:46.631Z | Compiling smf v0.2.3 |
| 2817 | 2025-04-16T22:35:47.143Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2818 | 2025-04-16T22:35:47.950Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2819 | 2025-04-16T22:35:47.971Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2820 | 2025-04-16T22:35:48.091Z | Compiling zone_cfg_derive v0.3.0 |
| 2821 | 2025-04-16T22:35:48.114Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2822 | 2025-04-16T22:35:48.302Z | Compiling itertools v0.12.1 |
| 2823 | 2025-04-16T22:35:48.482Z | Compiling num-derive v0.4.2 |
| 2824 | 2025-04-16T22:35:48.537Z | Compiling sigpipe v0.1.3 |
| 2825 | 2025-04-16T22:35:48.569Z | Compiling typify-macro v0.3.0 |
| 2826 | 2025-04-16T22:35:48.702Z | Compiling jiff v0.2.6 |
| 2827 | 2025-04-16T22:35:49.542Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2828 | 2025-04-16T22:35:49.950Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2829 | 2025-04-16T22:35:50.374Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2830 | 2025-04-16T22:35:50.455Z | Compiling num-rational v0.4.2 |
| 2831 | 2025-04-16T22:35:50.765Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2832 | 2025-04-16T22:35:51.185Z | Compiling zone v0.3.1 |
| 2833 | 2025-04-16T22:35:51.353Z | Compiling num-complex v0.4.6 |
| 2834 | 2025-04-16T22:35:51.621Z | Compiling float-ord v0.3.2 |
| 2835 | 2025-04-16T22:35:51.981Z | Compiling universal-hash v0.5.1 |
| 2836 | 2025-04-16T22:35:52.109Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2837 | 2025-04-16T22:35:52.225Z | Compiling num v0.4.3 |
| 2838 | 2025-04-16T22:35:52.246Z | Compiling opaque-debug v0.3.1 |
| 2839 | 2025-04-16T22:35:52.271Z | Compiling utf-8 v0.7.6 |
| 2840 | 2025-04-16T22:35:52.354Z | Compiling password-hash v0.5.0 |
| 2841 | 2025-04-16T22:35:52.376Z | Compiling blake2 v0.10.6 |
| 2842 | 2025-04-16T22:35:52.416Z | Compiling typify v0.3.0 |
| 2843 | 2025-04-16T22:35:52.591Z | Compiling progenitor-impl v0.9.1 |
| 2844 | 2025-04-16T22:35:52.612Z | Compiling tungstenite v0.21.0 |
| 2845 | 2025-04-16T22:35:52.633Z | Compiling aead v0.5.2 |
| 2846 | 2025-04-16T22:35:53.024Z | Compiling keccak v0.1.5 |
| 2847 | 2025-04-16T22:35:53.278Z | Compiling convert_case v0.4.0 |
| 2848 | 2025-04-16T22:35:53.768Z | Compiling base64 v0.21.7 |
| 2849 | 2025-04-16T22:35:54.105Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2850 | 2025-04-16T22:35:54.199Z | Compiling derive_more v0.99.19 |
| 2851 | 2025-04-16T22:35:54.221Z | Compiling tokio-tungstenite v0.21.0 |
| 2852 | 2025-04-16T22:35:54.479Z | Compiling sha3 v0.10.8 |
| 2853 | 2025-04-16T22:35:54.502Z | Compiling argon2 v0.5.3 |
| 2854 | 2025-04-16T22:35:54.813Z | Compiling poly1305 v0.8.0 |
| 2855 | 2025-04-16T22:35:55.337Z | Compiling chacha20 v0.9.1 |
| 2856 | 2025-04-16T22:35:55.581Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2857 | 2025-04-16T22:35:55.872Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2858 | 2025-04-16T22:35:56.052Z | Compiling derive-where v1.2.7 |
| 2859 | 2025-04-16T22:35:56.527Z | Compiling semver v0.1.20 |
| 2860 | 2025-04-16T22:35:56.825Z | Compiling typify-impl v0.2.0 |
| 2861 | 2025-04-16T22:35:57.147Z | Compiling rustc_version v0.1.7 |
| 2862 | 2025-04-16T22:35:57.373Z | Compiling newline-converter v0.3.0 |
| 2863 | 2025-04-16T22:35:57.584Z | Compiling primeorder v0.13.6 |
| 2864 | 2025-04-16T22:35:57.613Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2865 | 2025-04-16T22:35:58.140Z | Compiling secrecy v0.8.0 |
| 2866 | 2025-04-16T22:35:58.238Z | Compiling cancel-safe-futures v0.1.5 |
| 2867 | 2025-04-16T22:35:58.419Z | Compiling owo-colors v4.2.0 |
| 2868 | 2025-04-16T22:35:58.638Z | Compiling linked-hash-map v0.5.6 |
| 2869 | 2025-04-16T22:35:59.016Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2870 | 2025-04-16T22:35:59.152Z | Compiling lru-cache v0.1.2 |
| 2871 | 2025-04-16T22:35:59.276Z | Compiling newtype_derive v0.1.6 |
| 2872 | 2025-04-16T22:35:59.296Z | Compiling progenitor-macro v0.9.1 |
| 2873 | 2025-04-16T22:35:59.391Z | Compiling expectorate v1.1.0 |
| 2874 | 2025-04-16T22:35:59.605Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2875 | 2025-04-16T22:35:59.626Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2876 | 2025-04-16T22:35:59.810Z | Compiling resolv-conf v0.7.0 |
| 2877 | 2025-04-16T22:35:59.912Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2878 | 2025-04-16T22:36:00.553Z | Compiling libsw-core v0.3.1 |
| 2879 | 2025-04-16T22:36:00.595Z | Compiling unicase v2.7.0 |
| 2880 | 2025-04-16T22:36:00.729Z | Compiling half v2.4.1 |
| 2881 | 2025-04-16T22:36:00.732Z | Compiling fixedbitset v0.5.7 |
| 2882 | 2025-04-16T22:36:00.859Z | Compiling ciborium-io v0.2.2 |
| 2883 | 2025-04-16T22:36:00.942Z | Compiling arc-swap v1.7.1 |
| 2884 | 2025-04-16T22:36:01.232Z | Compiling petgraph v0.7.1 |
| 2885 | 2025-04-16T22:36:01.263Z | Compiling ciborium-ll v0.2.2 |
| 2886 | 2025-04-16T22:36:01.425Z | Compiling slog-scope v4.4.0 |
| 2887 | 2025-04-16T22:36:01.542Z | Compiling libsw v3.4.0 |
| 2888 | 2025-04-16T22:36:01.693Z | Compiling hickory-resolver v0.24.4 |
| 2889 | 2025-04-16T22:36:01.848Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2890 | 2025-04-16T22:36:01.914Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2891 | 2025-04-16T22:36:02.726Z | Compiling polyval v0.6.2 |
| 2892 | 2025-04-16T22:36:02.748Z | Compiling thiserror-no-std v2.0.2 |
| 2893 | 2025-04-16T22:36:02.907Z | Compiling atomicwrites v0.4.4 |
| 2894 | 2025-04-16T22:36:03.171Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2895 | 2025-04-16T22:36:03.285Z | Compiling linear-map v1.2.0 |
| 2896 | 2025-04-16T22:36:03.683Z | Compiling salty v0.3.0 |
| 2897 | 2025-04-16T22:36:03.987Z | Compiling indent_write v2.2.0 |
| 2898 | 2025-04-16T22:36:04.121Z | Compiling parking_lot_core v0.8.6 |
| 2899 | 2025-04-16T22:36:04.238Z | Compiling libefi-sys v0.1.0 |
| 2900 | 2025-04-16T22:36:04.389Z | Compiling proc-macro-error2 v2.0.1 |
| 2901 | 2025-04-16T22:36:04.642Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2902 | 2025-04-16T22:36:04.660Z | Compiling ghash v0.5.1 |
| 2903 | 2025-04-16T22:36:04.875Z | Compiling vsss-rs v3.3.4 |
| 2904 | 2025-04-16T22:36:05.039Z | Compiling slog-stdlog v4.1.1 |
| 2905 | 2025-04-16T22:36:05.205Z | Compiling ciborium v0.2.2 |
| 2906 | 2025-04-16T22:36:06.187Z | Compiling p384 v0.13.0 |
| 2907 | 2025-04-16T22:36:06.303Z | Compiling chacha20poly1305 v0.10.1 |
| 2908 | 2025-04-16T22:36:06.553Z | Compiling num-derive v0.3.3 |
| 2909 | 2025-04-16T22:36:06.580Z | Compiling ctr v0.9.2 |
| 2910 | 2025-04-16T22:36:06.977Z | Compiling lzma-sys v0.1.20 |
| 2911 | 2025-04-16T22:36:07.326Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2912 | 2025-04-16T22:36:07.712Z | Compiling bitfield-struct v0.6.2 |
| 2913 | 2025-04-16T22:36:07.770Z | Compiling slog-dtrace v0.3.0 |
| 2914 | 2025-04-16T22:36:07.793Z | Compiling highway v1.3.0 |
| 2915 | 2025-04-16T22:36:08.221Z | Compiling papergrid v0.14.0 |
| 2916 | 2025-04-16T22:36:08.491Z | Compiling aes-gcm v0.10.3 |
| 2917 | 2025-04-16T22:36:08.614Z | Compiling mime_guess v2.0.5 |
| 2918 | 2025-04-16T22:36:08.692Z | Compiling libscf-sys v1.1.0 |
| 2919 | 2025-04-16T22:36:08.831Z | Compiling slog-envlogger v2.2.0 |
| 2920 | 2025-04-16T22:36:08.942Z | Compiling steno v0.4.1 |
| 2921 | 2025-04-16T22:36:09.070Z | Compiling tabled_derive v0.10.0 |
| 2922 | 2025-04-16T22:36:09.094Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2923 | 2025-04-16T22:36:10.160Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2924 | 2025-04-16T22:36:10.210Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2925 | 2025-04-16T22:36:10.513Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2926 | 2025-04-16T22:36:10.768Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2927 | 2025-04-16T22:36:10.860Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2928 | 2025-04-16T22:36:11.210Z | Compiling typify-macro v0.2.0 |
| 2929 | 2025-04-16T22:36:11.299Z | Compiling progenitor v0.9.1 |
| 2930 | 2025-04-16T22:36:11.548Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2931 | 2025-04-16T22:36:11.743Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2932 | 2025-04-16T22:36:11.843Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2933 | 2025-04-16T22:36:11.953Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2934 | 2025-04-16T22:36:11.993Z | Compiling heck v0.3.3 |
| 2935 | 2025-04-16T22:36:12.360Z | Compiling progenitor-client v0.8.0 |
| 2936 | 2025-04-16T22:36:12.483Z | Compiling ssh-encoding v0.2.0 |
| 2937 | 2025-04-16T22:36:12.740Z | Compiling blowfish v0.9.1 |
| 2938 | 2025-04-16T22:36:12.859Z | Compiling env_filter v0.1.2 |
| 2939 | 2025-04-16T22:36:12.979Z | Compiling nibble_vec v0.1.0 |
| 2940 | 2025-04-16T22:36:13.224Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2941 | 2025-04-16T22:36:13.227Z | Compiling dropshot v0.12.0 |
| 2942 | 2025-04-16T22:36:13.489Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2943 | 2025-04-16T22:36:13.576Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2944 | 2025-04-16T22:36:13.620Z | Compiling endian-type v0.1.2 |
| 2945 | 2025-04-16T22:36:13.668Z | Compiling humantime v2.1.0 |
| 2946 | 2025-04-16T22:36:13.890Z | Compiling radix_trie v0.2.1 |
| 2947 | 2025-04-16T22:36:13.991Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2948 | 2025-04-16T22:36:14.314Z | Compiling env_logger v0.11.5 |
| 2949 | 2025-04-16T22:36:14.514Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2950 | 2025-04-16T22:36:14.841Z | Compiling ssh-cipher v0.2.0 |
| 2951 | 2025-04-16T22:36:14.885Z | Compiling typify v0.2.0 |
| 2952 | 2025-04-16T22:36:14.949Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2953 | 2025-04-16T22:36:14.982Z | Compiling zone_cfg_derive v0.1.2 |
| 2954 | 2025-04-16T22:36:15.047Z | Compiling progenitor-impl v0.8.0 |
| 2955 | 2025-04-16T22:36:15.101Z | Compiling tabled v0.18.0 |
| 2956 | 2025-04-16T22:36:16.454Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2957 | 2025-04-16T22:36:16.856Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2958 | 2025-04-16T22:36:17.264Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2959 | 2025-04-16T22:36:17.286Z | Compiling parking_lot v0.11.2 |
| 2960 | 2025-04-16T22:36:17.375Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2961 | 2025-04-16T22:36:18.176Z | Compiling qorb v0.3.1 |
| 2962 | 2025-04-16T22:36:18.252Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2963 | 2025-04-16T22:36:18.687Z | Compiling dropshot_endpoint v0.12.0 |
| 2964 | 2025-04-16T22:36:18.735Z | Compiling password-hash v0.4.2 |
| 2965 | 2025-04-16T22:36:18.763Z | Compiling gethostname v0.5.0 |
| 2966 | 2025-04-16T22:36:18.947Z | Compiling fxhash v0.2.1 |
| 2967 | 2025-04-16T22:36:18.968Z | Compiling http-range v0.1.5 |
| 2968 | 2025-04-16T22:36:19.191Z | Compiling xshell-macros v0.2.7 |
| 2969 | 2025-04-16T22:36:19.323Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2970 | 2025-04-16T22:36:19.508Z | Compiling same-file v1.0.6 |
| 2971 | 2025-04-16T22:36:19.686Z | Compiling base64 v0.13.1 |
| 2972 | 2025-04-16T22:36:19.837Z | Compiling walkdir v2.5.0 |
| 2973 | 2025-04-16T22:36:19.983Z | Compiling xshell v0.2.7 |
| 2974 | 2025-04-16T22:36:20.288Z | Compiling ron v0.7.1 |
| 2975 | 2025-04-16T22:36:20.577Z | Compiling pbkdf2 v0.11.0 |
| 2976 | 2025-04-16T22:36:20.989Z | Compiling sled v0.34.7 |
| 2977 | 2025-04-16T22:36:21.609Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2978 | 2025-04-16T22:36:21.824Z | Compiling progenitor-macro v0.8.0 |
| 2979 | 2025-04-16T22:36:22.304Z | Compiling xz2 v0.1.7 |
| 2980 | 2025-04-16T22:36:22.505Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2981 | 2025-04-16T22:36:22.745Z | Compiling zone v0.1.8 |
| 2982 | 2025-04-16T22:36:23.498Z | Compiling ssh-key v0.6.6 |
| 2983 | 2025-04-16T22:36:23.558Z | Compiling hickory-client v0.24.4 |
| 2984 | 2025-04-16T22:36:24.114Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2985 | 2025-04-16T22:36:24.135Z | Compiling p521 v0.13.3 |
| 2986 | 2025-04-16T22:36:24.933Z | Compiling p256 v0.13.2 |
| 2987 | 2025-04-16T22:36:25.574Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2988 | 2025-04-16T22:36:25.757Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2989 | 2025-04-16T22:36:26.317Z | Compiling hickory-server v0.24.4 |
| 2990 | 2025-04-16T22:36:26.409Z | Compiling pem v3.0.5 |
| 2991 | 2025-04-16T22:36:26.952Z | Compiling yasna v0.5.2 |
| 2992 | 2025-04-16T22:36:27.120Z | Compiling headers-core v0.3.0 |
| 2993 | 2025-04-16T22:36:27.330Z | Compiling kstat-rs v0.2.4 |
| 2994 | 2025-04-16T22:36:27.533Z | Compiling nanorand v0.7.0 |
| 2995 | 2025-04-16T22:36:27.922Z | Compiling atty v0.2.14 |
| 2996 | 2025-04-16T22:36:28.105Z | Compiling russh-cryptovec v0.7.3 |
| 2997 | 2025-04-16T22:36:28.126Z | Compiling crc8 v0.1.1 |
| 2998 | 2025-04-16T22:36:28.329Z | Compiling md5 v0.7.0 |
| 2999 | 2025-04-16T22:36:28.388Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3000 | 2025-04-16T22:36:28.429Z | Compiling flume v0.11.1 |
| 3001 | 2025-04-16T22:36:29.101Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3002 | 2025-04-16T22:36:30.409Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3003 | 2025-04-16T22:36:30.501Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3004 | 2025-04-16T22:36:30.837Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3005 | 2025-04-16T22:36:33.126Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3006 | 2025-04-16T22:36:33.750Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3007 | 2025-04-16T22:36:33.899Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3008 | 2025-04-16T22:36:34.202Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3009 | 2025-04-16T22:36:35.532Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3010 | 2025-04-16T22:36:36.923Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3011 | 2025-04-16T22:36:37.023Z | Compiling progenitor v0.8.0 |
| 3012 | 2025-04-16T22:36:37.199Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3013 | 2025-04-16T22:36:37.271Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3014 | 2025-04-16T22:36:37.453Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3015 | 2025-04-16T22:36:37.851Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3016 | 2025-04-16T22:36:39.005Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3017 | 2025-04-16T22:36:39.246Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3018 | 2025-04-16T22:36:40.822Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3019 | 2025-04-16T22:36:41.855Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3020 | 2025-04-16T22:36:42.451Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3021 | 2025-04-16T22:36:42.911Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3022 | 2025-04-16T22:36:43.398Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3023 | 2025-04-16T22:36:43.714Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3024 | 2025-04-16T22:36:44.240Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3025 | 2025-04-16T22:36:44.263Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3026 | 2025-04-16T22:36:44.699Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3027 | 2025-04-16T22:36:46.228Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3028 | 2025-04-16T22:36:46.408Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3029 | 2025-04-16T22:36:48.103Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3030 | 2025-04-16T22:36:48.264Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3031 | 2025-04-16T22:36:48.973Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3032 | 2025-04-16T22:36:49.234Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3033 | 2025-04-16T22:36:50.572Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3034 | 2025-04-16T22:36:52.782Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3035 | 2025-04-16T22:36:53.694Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3036 | 2025-04-16T22:36:53.755Z | Compiling russh-keys v0.45.0 |
| 3037 | 2025-04-16T22:36:53.780Z | Compiling rcgen v0.12.1 |
| 3038 | 2025-04-16T22:36:55.510Z | Compiling headers v0.4.0 |
| 3039 | 2025-04-16T22:36:55.577Z | Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3040 | 2025-04-16T22:36:56.468Z | Compiling hyper-staticfile v0.10.1 |
| 3041 | 2025-04-16T22:36:57.201Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3042 | 2025-04-16T22:36:57.280Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3043 | 2025-04-16T22:36:57.406Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3044 | 2025-04-16T22:36:57.544Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3045 | 2025-04-16T22:36:57.756Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3046 | 2025-04-16T22:36:57.797Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3047 | 2025-04-16T22:36:57.992Z | Compiling num-bigint v0.4.6 |
| 3048 | 2025-04-16T22:36:58.324Z | Compiling des v0.8.1 |
| 3049 | 2025-04-16T22:36:58.688Z | Compiling subprocess v0.2.9 |
| 3050 | 2025-04-16T22:36:59.042Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3051 | 2025-04-16T22:36:59.126Z | Compiling display-error-chain v0.2.2 |
| 3052 | 2025-04-16T22:36:59.387Z | Compiling hex-literal v0.4.1 |
| 3053 | 2025-04-16T22:36:59.590Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3054 | 2025-04-16T22:36:59.944Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3055 | 2025-04-16T22:37:00.313Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3056 | 2025-04-16T22:37:02.175Z | Compiling russh v0.45.0 |
| 3057 | 2025-04-16T22:37:02.462Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3058 | 2025-04-16T22:37:02.898Z | Compiling internet-checksum v0.2.1 |
| 3059 | 2025-04-16T22:37:07.460Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3060 | 2025-04-16T22:37:09.081Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3061 | 2025-04-16T22:37:34.348Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3062 | 2025-04-16T22:37:56.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 3063 | 2025-04-16T22:37:56.861Z | |
| 3064 | 2025-04-16T22:37:56.864Z | real 2:27.841313521 |
| 3065 | 2025-04-16T22:37:56.864Z | user 13:18.270805053 |
| 3066 | 2025-04-16T22:37:56.864Z | sys 1:47.291215525 |
| 3067 | 2025-04-16T22:37:56.864Z | trap 0.406061897 |
| 3068 | 2025-04-16T22:37:56.864Z | tflt 0.249336674 |
| 3069 | 2025-04-16T22:37:56.864Z | dflt 0.663374108 |
| 3070 | 2025-04-16T22:37:56.864Z | kflt 0.000019517 |
| 3071 | 2025-04-16T22:37:56.864Z | lock 24:37.507886311 |
| 3072 | 2025-04-16T22:37:56.864Z | slp 47:34.178303933 |
| 3073 | 2025-04-16T22:37:56.864Z | lat 43.954716832 |
| 3074 | 2025-04-16T22:37:56.864Z | stop 1:53.679098963 |
| 3075 | 2025-04-16T22:37:56.864Z | + mkdir tests |
| 3076 | 2025-04-16T22:37:56.867Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3077 | 2025-04-16T22:37:56.867Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3078 | 2025-04-16T22:37:56.907Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ae342d389c35e992 tests/ |
| 3079 | 2025-04-16T22:37:56.933Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9590aa8bd8080f41 tests/ |
| 3080 | 2025-04-16T22:37:56.959Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-cd299061d1d5608b tests/ |
| 3081 | 2025-04-16T22:37:56.986Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-564b75cc195a5e7d tests/ |
| 3082 | 2025-04-16T22:37:57.255Z | + 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/*) |
| 3083 | 2025-04-16T22:37:57.258Z | + 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-9590aa8bd8080f41 tests/commtest-cd299061d1d5608b tests/dhcp_server-ae342d389c35e992 tests/end_to_end_tests-564b75cc195a5e7d out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3084 | 2025-04-16T22:39:14.109Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3085 | 2025-04-16T22:39:14.109Z | a .github/buildomat/ci-env.sh 1K |
| 3086 | 2025-04-16T22:39:14.109Z | a out/target/test 1K |
| 3087 | 2025-04-16T22:39:14.109Z | a out/npuzone/npuzone 23144K |
| 3088 | 2025-04-16T22:39:14.109Z | a package-manifest.toml 33K |
| 3089 | 2025-04-16T22:39:14.109Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3090 | 2025-04-16T22:39:14.109Z | a target/release/omicron-package 40063K |
| 3091 | 2025-04-16T22:39:14.109Z | a target/release/xtask 10725K |
| 3092 | 2025-04-16T22:39:14.109Z | a target/debug/bootstrap 210202K |
| 3093 | 2025-04-16T22:39:14.109Z | a tests/bootstrap-9590aa8bd8080f41 23833K |
| 3094 | 2025-04-16T22:39:14.109Z | a tests/commtest-cd299061d1d5608b 24620K |
| 3095 | 2025-04-16T22:39:14.109Z | a tests/dhcp_server-ae342d389c35e992 23833K |
| 3096 | 2025-04-16T22:39:14.109Z | a tests/end_to_end_tests-564b75cc195a5e7d 266130K |
| 3097 | 2025-04-16T22:39:14.109Z | a out/clickhouse.tar.gz 305535K |
| 3098 | 2025-04-16T22:39:14.109Z | a out/clickhouse_keeper.tar.gz 290885K |
| 3099 | 2025-04-16T22:39:14.109Z | a out/clickhouse_server.tar.gz 305510K |
| 3100 | 2025-04-16T22:39:14.109Z | a out/cockroachdb.tar.gz 144863K |
| 3101 | 2025-04-16T22:39:14.109Z | a out/crucible-dtrace.tar 99K |
| 3102 | 2025-04-16T22:39:14.109Z | a out/crucible-pantry-zone.tar.gz 33819K |
| 3103 | 2025-04-16T22:39:14.109Z | a out/crucible-zone.tar.gz 42348K |
| 3104 | 2025-04-16T22:39:14.109Z | a out/external-dns.tar.gz 45838K |
| 3105 | 2025-04-16T22:39:14.109Z | a out/internal-dns.tar.gz 45835K |
| 3106 | 2025-04-16T22:39:14.109Z | a out/mg-ddm-gz.tar 65611K |
| 3107 | 2025-04-16T22:39:14.109Z | a out/nexus.tar.gz 112075K |
| 3108 | 2025-04-16T22:39:14.109Z | a out/ntp.tar.gz 14984K |
| 3109 | 2025-04-16T22:39:14.109Z | a out/omicron-gateway-softnpu.tar.gz 25226K |
| 3110 | 2025-04-16T22:39:14.109Z | a out/omicron-sled-agent.tar 124913K |
| 3111 | 2025-04-16T22:39:14.109Z | a out/overlay.tar.gz 3K |
| 3112 | 2025-04-16T22:39:14.109Z | a out/oximeter.tar.gz 55556K |
| 3113 | 2025-04-16T22:39:14.109Z | a out/oxlog.tar 3756K |
| 3114 | 2025-04-16T22:39:14.110Z | a out/probe.tar.gz 2764K |
| 3115 | 2025-04-16T22:39:14.110Z | a out/propolis-server.tar.gz 68877K |
| 3116 | 2025-04-16T22:39:14.110Z | a out/pumpkind-gz.tar 26648K |
| 3117 | 2025-04-16T22:39:14.110Z | a out/switch-softnpu.tar.gz 273395K |
| 3118 | 2025-04-16T22:39:14.113Z | |
| 3119 | 2025-04-16T22:39:14.113Z | real 1:16.849963524 |
| 3120 | 2025-04-16T22:39:14.113Z | user 1:13.381723243 |
| 3121 | 2025-04-16T22:39:14.113Z | sys 4.876298221 |
| 3122 | 2025-04-16T22:39:14.113Z | trap 0.019513989 |
| 3123 | 2025-04-16T22:39:14.113Z | tflt 0.000000000 |
| 3124 | 2025-04-16T22:39:14.113Z | dflt 0.000000000 |
| 3125 | 2025-04-16T22:39:14.113Z | kflt 0.000000000 |
| 3126 | 2025-04-16T22:39:14.113Z | lock 0.000000000 |
| 3127 | 2025-04-16T22:39:14.113Z | slp 1:13.251884984 |
| 3128 | 2025-04-16T22:39:14.113Z | lat 2.165909283 |
| 3129 | 2025-04-16T22:39:14.113Z | stop 0.000210647 |
| 3130 | 2025-04-16T22:39:14.113Z | process exited: duration 2017413 ms, exit code 0 |
| |
| 3131 | 2025-04-16T22:39:14.128Z | found 1 output files |
| 3132 | 2025-04-16T22:39:14.128Z | uploading: /work/package.tar.gz (2043621512 bytes) |
| 3133 | 2025-04-16T22:39:54.326Z | uploaded: /work/package.tar.gz |