|
|
|
| 1 | 2025-03-02T04:03:20.353Z | job assigned to worker 01JNAG9VGCQEB07APWMPC0MXZQ [factory aws, i-0014519f4c0632283] (queued for 1 m 3 s) |
| |
| 2 | 2025-03-02T04:03:28.360Z | starting task 0: "setup" |
| 3 | 2025-03-02T04:03:28.392Z | ++ uname -s |
| 4 | 2025-03-02T04:03:28.393Z | + kern=SunOS |
| 5 | 2025-03-02T04:03:28.393Z | + build_user=build |
| 6 | 2025-03-02T04:03:28.393Z | + build_uid=12345 |
| 7 | 2025-03-02T04:03:28.393Z | + work_dir=/work |
| 8 | 2025-03-02T04:03:28.393Z | + input_dir=/input |
| 9 | 2025-03-02T04:03:28.393Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-02T04:03:28.393Z | + case "$kern" in |
| 11 | 2025-03-02T04:03:28.393Z | + groupadd -g 12345 build |
| 12 | 2025-03-02T04:03:28.413Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-02T04:03:30.396Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-02T04:03:30.500Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-02T04:03:30.503Z | + home_fs=zfs |
| 16 | 2025-03-02T04:03:30.503Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-02T04:03:30.503Z | + mkdir -p /home/build |
| 18 | 2025-03-02T04:03:30.506Z | + chown build:build /home/build /work |
| 19 | 2025-03-02T04:03:32.508Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-02T04:03:32.511Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2025-03-02T04:03:32.518Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-02T04:03:32.523Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-02T04:03:32.523Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-03-02T04:03:32.523Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-03-02T04:03:32.524Z | * rust toolchain profile = "default" |
| 26 | 2025-03-02T04:03:32.524Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-02T04:03:32.528Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-02T04:03:32.528Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-02T04:03:32.528Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-02T04:03:32.646Z | info: downloading installer |
| 31 | 2025-03-02T04:03:33.895Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-03-02T04:03:33.896Z | warning: /opt/ooce/bin |
| 33 | 2025-03-02T04:03:33.896Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-02T04:03:33.896Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-03-02T04:03:33.896Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-02T04:03:33.896Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-02T04:03:33.897Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-02T04:03:33.897Z | error: cannot install while Rust is installed |
| 39 | 2025-03-02T04:03:33.897Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-02T04:03:33.967Z | info: profile set to 'default' |
| 41 | 2025-03-02T04:03:33.967Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-02T04:03:33.968Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-02T04:03:34.078Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-02T04:03:34.078Z | info: downloading component 'cargo' |
| 45 | 2025-03-02T04:03:34.746Z | info: downloading component 'clippy' |
| 46 | 2025-03-02T04:03:35.036Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-02T04:03:36.153Z | info: downloading component 'rust-std' |
| 48 | 2025-03-02T04:03:37.908Z | info: downloading component 'rustc' |
| 49 | 2025-03-02T04:03:43.660Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-02T04:03:43.876Z | info: installing component 'cargo' |
| 51 | 2025-03-02T04:03:44.696Z | info: installing component 'clippy' |
| 52 | 2025-03-02T04:03:45.076Z | info: installing component 'rust-docs' |
| 53 | 2025-03-02T04:03:46.802Z | info: installing component 'rust-std' |
| 54 | 2025-03-02T04:03:48.698Z | info: installing component 'rustc' |
| 55 | 2025-03-02T04:03:54.618Z | info: installing component 'rustfmt' |
| 56 | 2025-03-02T04:03:54.958Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-02T04:03:54.958Z | |
| 58 | 2025-03-02T04:03:55.331Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-02T04:03:55.331Z | |
| 60 | 2025-03-02T04:03:55.335Z | |
| 61 | 2025-03-02T04:03:55.335Z | Rust is installed now. Great! |
| 62 | 2025-03-02T04:03:55.335Z | |
| 63 | 2025-03-02T04:03:55.335Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-02T04:03:55.335Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-02T04:03:55.335Z | |
| 66 | 2025-03-02T04:03:55.335Z | To configure your current shell, you need to source |
| 67 | 2025-03-02T04:03:55.335Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-02T04:03:55.335Z | |
| 69 | 2025-03-02T04:03:55.335Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-02T04:03:55.335Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-02T04:03:55.335Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-02T04:03:55.410Z | + rustup --version |
| 73 | 2025-03-02T04:03:55.418Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-03-02T04:03:55.418Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-03-02T04:03:55.501Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-03-02T04:03:55.505Z | + cargo --version |
| 77 | 2025-03-02T04:03:55.564Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-03-02T04:03:55.567Z | + rustc --version |
| 79 | 2025-03-02T04:03:55.634Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-03-02T04:03:55.638Z | process exited: duration 23116 ms, exit code 0 |
| |
| 81 | 2025-03-02T04:03:55.644Z | starting task 2: "authentication" |
| 82 | 2025-03-02T04:03:55.666Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-03-02T04:03:55.672Z | starting task 3: "clone repository" |
| 84 | 2025-03-02T04:03:55.678Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-03-02T04:03:55.681Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-03-02T04:03:55.719Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-03-02T04:04:03.928Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-03-02T04:04:03.928Z | + git fetch origin 86c8464cfe54c658492e254cfcc44be5f39ce5fb |
| 89 | 2025-03-02T04:04:04.250Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-03-02T04:04:04.250Z | * branch 86c8464cfe54c658492e254cfcc44be5f39ce5fb -> FETCH_HEAD |
| 91 | 2025-03-02T04:04:04.262Z | + [[ -n renovate/aws-lc-rs-1.x ]] |
| 92 | 2025-03-02T04:04:04.265Z | ++ git branch --show-current |
| 93 | 2025-03-02T04:04:04.268Z | + current=main |
| 94 | 2025-03-02T04:04:04.268Z | + [[ main != renovate/aws-lc-rs-1.x ]] |
| 95 | 2025-03-02T04:04:04.268Z | + git branch -f renovate/aws-lc-rs-1.x 86c8464cfe54c658492e254cfcc44be5f39ce5fb |
| 96 | 2025-03-02T04:04:04.271Z | + git checkout -f renovate/aws-lc-rs-1.x |
| 97 | 2025-03-02T04:04:04.465Z | Switched to branch 'renovate/aws-lc-rs-1.x' |
| 98 | 2025-03-02T04:04:04.468Z | + git reset --hard 86c8464cfe54c658492e254cfcc44be5f39ce5fb |
| 99 | 2025-03-02T04:04:04.660Z | HEAD is now at 86c8464cf Update Rust crate aws-lc-rs to 1.12.5 |
| 100 | 2025-03-02T04:04:04.664Z | process exited: duration 8987 ms, exit code 0 |
| |
| 101 | 2025-03-02T04:04:04.674Z | starting task 4: "build" |
| 102 | 2025-03-02T04:04:04.680Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-03-02T04:04:04.683Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-03-02T04:04:04.683Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-03-02T04:04:04.683Z | + cargo --version |
| 106 | 2025-03-02T04:04:04.732Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-03-02T04:04:04.735Z | + rustc --version |
| 108 | 2025-03-02T04:04:04.801Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-03-02T04:04:04.806Z | + WORK=/work |
| 110 | 2025-03-02T04:04:04.806Z | + pfexec mkdir -p /work |
| 111 | 2025-03-02T04:04:04.810Z | + pfexec chown build /work |
| 112 | 2025-03-02T04:04:04.813Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-03-02T04:04:06.457Z | pkg list: illegal option -- F |
| 114 | 2025-03-02T04:04:06.457Z | Usage: |
| 115 | 2025-03-02T04:04:06.460Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-03-02T04:04:06.460Z | [pkg_fmri_pattern ...] |
| 117 | 2025-03-02T04:04:07.307Z | pkg list: illegal option -- F |
| 118 | 2025-03-02T04:04:07.308Z | Usage: |
| 119 | 2025-03-02T04:04:07.311Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-03-02T04:04:07.311Z | [pkg_fmri_pattern ...] |
| 121 | 2025-03-02T04:04:13.583Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-03-02T04:04:17.962Z | Startup: Caching catalogs ... Done |
| 123 | 2025-03-02T04:04:31.353Z | Planning: Solver setup ... Done (12.417s) |
| 124 | 2025-03-02T04:04:31.500Z | Planning: Running solver ... Done (0.159s) |
| 125 | 2025-03-02T04:04:31.634Z | Planning: Finding local manifests ... Done (0.006s) |
| 126 | 2025-03-02T04:04:32.901Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-03-02T04:04:33.639Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-03-02T04:04:33.753Z | Planning: Package planning ... Done (0.114s) |
| 129 | 2025-03-02T04:04:33.812Z | Planning: Merging actions ... Done (0.058s) |
| 130 | 2025-03-02T04:04:34.011Z | Planning: Checking for conflicting actions ... Done (0.199s) |
| 131 | 2025-03-02T04:04:36.051Z | Planning: Consolidating action changes ... Done (2.040s) |
| 132 | 2025-03-02T04:04:36.492Z | Planning: Evaluating mediators ... Done (0.441s) |
| 133 | 2025-03-02T04:04:36.576Z | Planning: Planning completed in 18.51 seconds |
| 134 | 2025-03-02T04:04:36.593Z | Packages to install: 4 |
| 135 | 2025-03-02T04:04:36.593Z | Packages to update: 3 |
| 136 | 2025-03-02T04:04:36.593Z | Mediators to change: 2 |
| 137 | 2025-03-02T04:04:36.593Z | Services to change: 1 |
| 138 | 2025-03-02T04:04:36.593Z | Estimated space available: 155.60 GB |
| 139 | 2025-03-02T04:04:36.597Z | Estimated space to be consumed: 1.66 GB |
| 140 | 2025-03-02T04:04:36.597Z | Create boot environment: No |
| 141 | 2025-03-02T04:04:36.597Z | Create backup boot environment: Yes |
| 142 | 2025-03-02T04:04:36.597Z | Rebuild boot archive: No |
| 143 | 2025-03-02T04:04:36.597Z | |
| 144 | 2025-03-02T04:04:36.597Z | Changed mediators: |
| 145 | 2025-03-02T04:04:36.597Z | mediator clang: |
| 146 | 2025-03-02T04:04:36.597Z | version: None -> 15 (system default) |
| 147 | 2025-03-02T04:04:36.597Z | |
| 148 | 2025-03-02T04:04:36.597Z | mediator llvm: |
| 149 | 2025-03-02T04:04:36.597Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-03-02T04:04:36.597Z | |
| 151 | 2025-03-02T04:04:36.597Z | Changed packages: |
| 152 | 2025-03-02T04:04:36.597Z | helios-dev |
| 153 | 2025-03-02T04:04:36.597Z | developer/build-essential |
| 154 | 2025-03-02T04:04:36.597Z | None -> 11-2.0 |
| 155 | 2025-03-02T04:04:36.597Z | library/libxmlsec1 |
| 156 | 2025-03-02T04:04:36.597Z | None -> 1.2.35-2.0 |
| 157 | 2025-03-02T04:04:36.597Z | ooce/developer/clang-15 |
| 158 | 2025-03-02T04:04:36.597Z | None -> 15.0.7-2.0 |
| 159 | 2025-03-02T04:04:36.597Z | ooce/developer/llvm-15 |
| 160 | 2025-03-02T04:04:36.597Z | None -> 15.0.7-2.0 |
| 161 | 2025-03-02T04:04:36.597Z | package/pkg |
| 162 | 2025-03-02T04:04:36.597Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-03-02T04:04:36.597Z | system/library/g++-runtime |
| 164 | 2025-03-02T04:04:36.597Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-03-02T04:04:36.598Z | system/library/gcc-runtime |
| 166 | 2025-03-02T04:04:36.598Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-03-02T04:04:36.598Z | |
| 168 | 2025-03-02T04:04:36.598Z | Services: |
| 169 | 2025-03-02T04:04:36.598Z | restart_fmri: |
| 170 | 2025-03-02T04:04:36.598Z | svc:/system/update-man-index:default |
| 171 | 2025-03-02T04:04:36.598Z | |
| 172 | 2025-03-02T04:04:36.598Z | Editable files to change: |
| 173 | 2025-03-02T04:04:36.598Z | Update: |
| 174 | 2025-03-02T04:04:36.598Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-03-02T04:04:36.678Z | |
| 176 | 2025-03-02T04:04:36.678Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-03-02T04:04:41.682Z | Download: 397/4301 items 10.1/225.4MB 4% complete (2.0M/s) |
| 178 | 2025-03-02T04:04:46.976Z | Download: 1198/4301 items 83.0/225.4MB 36% complete (8.6M/s) |
| 179 | 2025-03-02T04:04:51.987Z | Download: 1401/4301 items 116.4/225.4MB 51% complete (10.6M/s) |
| 180 | 2025-03-02T04:04:56.992Z | Download: 1669/4301 items 117.3/225.4MB 52% complete (3.6M/s) |
| 181 | 2025-03-02T04:05:01.999Z | Download: 2127/4301 items 118.9/225.4MB 52% complete (252k/s) |
| 182 | 2025-03-02T04:05:07.011Z | Download: 2473/4301 items 120.2/225.4MB 53% complete (301k/s) |
| 183 | 2025-03-02T04:05:12.020Z | Download: 2974/4301 items 121.2/225.4MB 53% complete (241k/s) |
| 184 | 2025-03-02T04:05:18.271Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.3M/s) |
| 185 | 2025-03-02T04:05:40.078Z | Download: 3248/4301 items 203.1/225.4MB 90% complete |
| 186 | 2025-03-02T04:05:45.319Z | Download: 3279/4301 items 211.5/225.4MB 93% complete (1.5M/s) |
| 187 | 2025-03-02T04:05:55.666Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (1.4M/s) |
| 188 | 2025-03-02T04:06:00.692Z | Download: 3536/4301 items 215.6/225.4MB 95% complete (560k/s) |
| 189 | 2025-03-02T04:06:05.702Z | Download: 3666/4301 items 216.3/225.4MB 95% complete (423k/s) |
| 190 | 2025-03-02T04:06:10.787Z | Download: 3749/4301 items 216.7/225.4MB 96% complete (172k/s) |
| 191 | 2025-03-02T04:06:15.790Z | Download: 3936/4301 items 217.9/225.4MB 96% complete (160k/s) |
| 192 | 2025-03-02T04:06:20.994Z | Download: 4086/4301 items 219.6/225.4MB 97% complete (281k/s) |
| 193 | 2025-03-02T04:06:26.142Z | Download: 4200/4301 items 220.5/225.4MB 97% complete (299k/s) |
| 194 | 2025-03-02T04:06:31.652Z | Download: 4204/4301 items 220.5/225.4MB 97% complete (272k/s) |
| 195 | 2025-03-02T04:06:41.498Z | Download: 4205/4301 items 220.6/225.4MB 97% complete |
| 196 | 2025-03-02T04:06:49.519Z | Download: 4206/4301 items 220.6/225.4MB 97% complete |
| 197 | 2025-03-02T04:06:55.681Z | Download: 4280/4301 items 220.6/225.4MB 97% complete (3.5k/s) |
| 198 | 2025-03-02T04:07:03.560Z | Download: 4300/4301 items 225.2/225.4MB 99% complete (521k/s) |
| 199 | 2025-03-02T04:07:03.573Z | Download: Completed 225.42 MB in 146.87 seconds (1.5M/s) |
| 200 | 2025-03-02T04:07:04.573Z | Actions: 1/5122 actions (Removing old actions) |
| 201 | 2025-03-02T04:07:04.595Z | Actions: 194/5122 actions (Installing new actions) |
| 202 | 2025-03-02T04:07:09.403Z | Actions: 4267/5122 actions (Updating modified actions) |
| 203 | 2025-03-02T04:07:09.765Z | Actions: Completed 5122 actions in 5.19 seconds. |
| 204 | 2025-03-02T04:07:10.205Z | Done (0.434s) |
| 205 | 2025-03-02T04:07:10.211Z | Done (0.002s) |
| 206 | 2025-03-02T04:07:10.830Z | Done (0.623s) |
| 207 | 2025-03-02T04:07:15.486Z | Done (4.403s) |
| 208 | 2025-03-02T04:07:15.579Z | Done (0.019s) |
| 209 | 2025-03-02T04:07:15.582Z | Done (0.000s) |
| 210 | 2025-03-02T04:07:15.817Z | Done (0.000s) |
| 211 | 2025-03-02T04:07:16.572Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-03-02T04:07:16.739Z | Planning: Checking for conflicting actions ... Done |
| 213 | 2025-03-02T04:07:16.742Z | Planning: Consolidating action changes ... Done |
| 214 | 2025-03-02T04:07:17.022Z | Planning: Evaluating mediators ... Done |
| 215 | 2025-03-02T04:07:17.026Z | Planning: Planning completed in 0.45 seconds |
| 216 | 2025-03-02T04:07:17.064Z | Mediators to change: 2 |
| 217 | 2025-03-02T04:07:17.064Z | Create boot environment: No |
| 218 | 2025-03-02T04:07:17.064Z | Create backup boot environment: No |
| 219 | 2025-03-02T04:07:17.160Z | Done |
| 220 | 2025-03-02T04:07:17.160Z | Done |
| 221 | 2025-03-02T04:07:17.634Z | Done |
| 222 | 2025-03-02T04:07:21.531Z | Done |
| 223 | 2025-03-02T04:07:21.621Z | Done |
| 224 | 2025-03-02T04:07:21.624Z | Done |
| 225 | 2025-03-02T04:07:21.757Z | Done |
| 226 | 2025-03-02T04:07:22.398Z | Planning: Evaluating mediator changes ... Done |
| 227 | 2025-03-02T04:07:22.402Z | Planning: Merging actions ... Done |
| 228 | 2025-03-02T04:07:22.607Z | Planning: Checking for conflicting actions ... Done |
| 229 | 2025-03-02T04:07:22.613Z | Planning: Consolidating action changes ... Done |
| 230 | 2025-03-02T04:07:22.874Z | Planning: Evaluating mediators ... Done |
| 231 | 2025-03-02T04:07:22.934Z | Planning: Planning completed in 0.78 seconds |
| 232 | 2025-03-02T04:07:22.976Z | Packages to change: 1 |
| 233 | 2025-03-02T04:07:22.976Z | Mediators to change: 1 |
| 234 | 2025-03-02T04:07:22.982Z | Services to change: 1 |
| 235 | 2025-03-02T04:07:22.982Z | Create boot environment: No |
| 236 | 2025-03-02T04:07:22.982Z | Create backup boot environment: Yes |
| 237 | 2025-03-02T04:07:25.235Z | Actions: 1/6 actions (Updating modified actions) |
| 238 | 2025-03-02T04:07:25.238Z | Actions: Completed 6 actions in 0.00 seconds. |
| 239 | 2025-03-02T04:07:25.238Z | Done |
| 240 | 2025-03-02T04:07:25.238Z | Done |
| 241 | 2025-03-02T04:07:25.362Z | Done |
| 242 | 2025-03-02T04:07:29.265Z | Done |
| 243 | 2025-03-02T04:07:29.363Z | Done |
| 244 | 2025-03-02T04:07:29.367Z | Done |
| 245 | 2025-03-02T04:07:29.503Z | Done |
| 246 | 2025-03-02T04:07:29.969Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 247 | 2025-03-02T04:07:29.969Z | clang system 15 system |
| 248 | 2025-03-02T04:07:29.969Z | csh system system illumos |
| 249 | 2025-03-02T04:07:29.969Z | ctags system system illumos |
| 250 | 2025-03-02T04:07:29.969Z | gcc vendor 12 vendor |
| 251 | 2025-03-02T04:07:29.969Z | gcc system 10 system |
| 252 | 2025-03-02T04:07:29.969Z | gcc system 7 system |
| 253 | 2025-03-02T04:07:29.969Z | go system 1.20 system |
| 254 | 2025-03-02T04:07:29.969Z | go system 1.19 system |
| 255 | 2025-03-02T04:07:29.969Z | llvm system 15 system |
| 256 | 2025-03-02T04:07:29.969Z | llvm system 14 system |
| 257 | 2025-03-02T04:07:29.969Z | mariadb system 10.6 system |
| 258 | 2025-03-02T04:07:29.969Z | mta vendor vendor dma |
| 259 | 2025-03-02T04:07:29.969Z | openjdk system 17 system |
| 260 | 2025-03-02T04:07:29.969Z | openjdk system 11 system |
| 261 | 2025-03-02T04:07:29.969Z | openjdk system 1.8 system |
| 262 | 2025-03-02T04:07:29.970Z | openssl vendor 3 vendor |
| 263 | 2025-03-02T04:07:29.970Z | perl system 5.36 system |
| 264 | 2025-03-02T04:07:29.970Z | postgresql system 15 system |
| 265 | 2025-03-02T04:07:29.970Z | postgresql system 13 system |
| 266 | 2025-03-02T04:07:29.970Z | python vendor 3 vendor |
| 267 | 2025-03-02T04:07:29.970Z | python system 2 system |
| 268 | 2025-03-02T04:07:29.970Z | python3 system 3.11 system |
| 269 | 2025-03-02T04:07:29.970Z | ruby system 3.0 system |
| 270 | 2025-03-02T04:07:29.970Z | words vendor vendor american-english |
| 271 | 2025-03-02T04:07:29.970Z | words system system australian-english |
| 272 | 2025-03-02T04:07:29.970Z | words system system british-english |
| 273 | 2025-03-02T04:07:29.970Z | words system system canadian-english |
| 274 | 2025-03-02T04:07:29.970Z | words system system french |
| 275 | 2025-03-02T04:07:29.970Z | words system system italian |
| 276 | 2025-03-02T04:07:29.971Z | words system system ngerman |
| 277 | 2025-03-02T04:07:29.971Z | words system system ogerman |
| 278 | 2025-03-02T04:07:29.971Z | words system system spanish |
| 279 | 2025-03-02T04:07:30.325Z | PUBLISHER TYPE STATUS P LOCATION |
| 280 | 2025-03-02T04:07:30.325Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 281 | 2025-03-02T04:07:33.486Z | FMRI IFO |
| 282 | 2025-03-02T04:07:33.486Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 283 | 2025-03-02T04:07:33.486Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 284 | 2025-03-02T04:07:33.486Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 285 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 286 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 287 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 288 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 289 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 290 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 291 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 292 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 293 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 294 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 295 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 296 | 2025-03-02T04:07:33.487Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 297 | 2025-03-02T04:07:34.313Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 298 | 2025-03-02T04:07:34.605Z | Updating crates.io index |
| 299 | 2025-03-02T04:07:34.608Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 300 | 2025-03-02T04:07:35.187Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 301 | 2025-03-02T04:07:35.416Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 302 | 2025-03-02T04:07:35.678Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 303 | 2025-03-02T04:07:36.633Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 304 | 2025-03-02T04:07:38.451Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 305 | 2025-03-02T04:07:39.152Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 306 | 2025-03-02T04:07:39.816Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 307 | 2025-03-02T04:07:40.112Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 308 | 2025-03-02T04:07:40.501Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 309 | 2025-03-02T04:07:41.063Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 310 | 2025-03-02T04:07:41.564Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 311 | 2025-03-02T04:07:41.880Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 312 | 2025-03-02T04:07:42.315Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 313 | 2025-03-02T04:07:42.590Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 314 | 2025-03-02T04:07:42.842Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 315 | 2025-03-02T04:07:43.053Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 316 | 2025-03-02T04:07:43.304Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 317 | 2025-03-02T04:07:43.590Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 318 | 2025-03-02T04:07:43.927Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 319 | 2025-03-02T04:07:44.222Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 320 | 2025-03-02T04:07:44.525Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 321 | 2025-03-02T04:07:44.878Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 322 | 2025-03-02T04:07:45.137Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 323 | 2025-03-02T04:07:45.808Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 324 | 2025-03-02T04:07:46.091Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 325 | 2025-03-02T04:07:46.437Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 326 | 2025-03-02T04:07:46.772Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 327 | 2025-03-02T04:07:47.123Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 328 | 2025-03-02T04:07:47.375Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 329 | 2025-03-02T04:07:47.633Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 330 | 2025-03-02T04:07:48.966Z | Downloading crates ... |
| 331 | 2025-03-02T04:07:49.045Z | Downloaded cargo-platform v0.1.8 |
| 332 | 2025-03-02T04:07:49.052Z | Downloaded bytecount v0.6.8 |
| 333 | 2025-03-02T04:07:49.055Z | Downloaded anstyle v1.0.10 |
| 334 | 2025-03-02T04:07:49.055Z | Downloaded anstyle-query v1.1.1 |
| 335 | 2025-03-02T04:07:49.059Z | Downloaded thiserror v1.0.69 |
| 336 | 2025-03-02T04:07:49.064Z | Downloaded toml v0.8.20 |
| 337 | 2025-03-02T04:07:49.067Z | Downloaded proc-macro-error-attr v1.0.4 |
| 338 | 2025-03-02T04:07:49.070Z | Downloaded papergrid v0.11.0 |
| 339 | 2025-03-02T04:07:49.075Z | Downloaded serde_spanned v0.6.8 |
| 340 | 2025-03-02T04:07:49.079Z | Downloaded zerocopy v0.7.35 |
| 341 | 2025-03-02T04:07:49.098Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2025-03-02T04:07:49.102Z | Downloaded swrite v0.1.0 |
| 343 | 2025-03-02T04:07:49.102Z | Downloaded scroll_derive v0.12.0 |
| 344 | 2025-03-02T04:07:49.102Z | Downloaded pretty-hex v0.4.1 |
| 345 | 2025-03-02T04:07:49.106Z | Downloaded cfg-if v1.0.0 |
| 346 | 2025-03-02T04:07:49.106Z | Downloaded winnow v0.7.3 |
| 347 | 2025-03-02T04:07:49.112Z | Downloaded thiserror-impl v2.0.11 |
| 348 | 2025-03-02T04:07:49.116Z | Downloaded fastrand v2.1.1 |
| 349 | 2025-03-02T04:07:49.116Z | Downloaded clap_lex v0.7.4 |
| 350 | 2025-03-02T04:07:49.119Z | Downloaded pest_generator v2.7.14 |
| 351 | 2025-03-02T04:07:49.119Z | Downloaded bitflags v1.3.2 |
| 352 | 2025-03-02T04:07:49.123Z | Downloaded sha2 v0.10.8 |
| 353 | 2025-03-02T04:07:49.128Z | Downloaded macaddr v1.0.1 |
| 354 | 2025-03-02T04:07:49.128Z | Downloaded camino v1.1.9 |
| 355 | 2025-03-02T04:07:49.128Z | Downloaded byteorder v1.5.0 |
| 356 | 2025-03-02T04:07:49.132Z | Downloaded terminal_size v0.2.6 |
| 357 | 2025-03-02T04:07:49.132Z | Downloaded scroll v0.12.0 |
| 358 | 2025-03-02T04:07:49.132Z | Downloaded proc-macro-error v1.0.4 |
| 359 | 2025-03-02T04:07:49.137Z | Downloaded memmap v0.7.0 |
| 360 | 2025-03-02T04:07:49.141Z | Downloaded usdt-macro v0.5.0 |
| 361 | 2025-03-02T04:07:49.146Z | Downloaded usdt-attr-macro v0.5.0 |
| 362 | 2025-03-02T04:07:49.149Z | Downloaded once_cell v1.20.3 |
| 363 | 2025-03-02T04:07:49.152Z | Downloaded generic-array v0.14.7 |
| 364 | 2025-03-02T04:07:49.157Z | Downloaded autocfg v1.4.0 |
| 365 | 2025-03-02T04:07:49.157Z | Downloaded ucd-trie v0.1.7 |
| 366 | 2025-03-02T04:07:49.160Z | Downloaded clap v4.5.31 |
| 367 | 2025-03-02T04:07:49.167Z | Downloaded heck v0.5.0 |
| 368 | 2025-03-02T04:07:49.177Z | Downloaded dtrace-parser v0.2.0 |
| 369 | 2025-03-02T04:07:49.180Z | Downloaded colorchoice v1.0.2 |
| 370 | 2025-03-02T04:07:49.180Z | Downloaded unicode-linebreak v0.1.5 |
| 371 | 2025-03-02T04:07:49.184Z | Downloaded heck v0.4.1 |
| 372 | 2025-03-02T04:07:49.189Z | Downloaded usdt v0.5.0 |
| 373 | 2025-03-02T04:07:49.192Z | Downloaded strsim v0.11.1 |
| 374 | 2025-03-02T04:07:49.192Z | Downloaded errno v0.3.9 |
| 375 | 2025-03-02T04:07:49.192Z | Downloaded equivalent v1.0.1 |
| 376 | 2025-03-02T04:07:49.192Z | Downloaded cpufeatures v0.2.14 |
| 377 | 2025-03-02T04:07:49.198Z | Downloaded toml_datetime v0.6.8 |
| 378 | 2025-03-02T04:07:49.201Z | Downloaded cargo_toml v0.21.0 |
| 379 | 2025-03-02T04:07:49.201Z | Downloaded io-lifetimes v1.0.11 |
| 380 | 2025-03-02T04:07:49.207Z | Downloaded thiserror v2.0.11 |
| 381 | 2025-03-02T04:07:49.215Z | Downloaded tempfile v3.13.0 |
| 382 | 2025-03-02T04:07:49.218Z | Downloaded utf8parse v0.2.2 |
| 383 | 2025-03-02T04:07:49.221Z | Downloaded fnv v1.0.7 |
| 384 | 2025-03-02T04:07:49.221Z | Downloaded block-buffer v0.10.4 |
| 385 | 2025-03-02T04:07:49.221Z | Downloaded version_check v0.9.5 |
| 386 | 2025-03-02T04:07:49.237Z | Downloaded itoa v1.0.11 |
| 387 | 2025-03-02T04:07:49.241Z | Downloaded digest v0.10.7 |
| 388 | 2025-03-02T04:07:49.241Z | Downloaded usdt-impl v0.5.0 |
| 389 | 2025-03-02T04:07:49.246Z | Downloaded serde_tokenstream v0.2.2 |
| 390 | 2025-03-02T04:07:49.246Z | Downloaded pest_meta v2.7.14 |
| 391 | 2025-03-02T04:07:49.249Z | Downloaded pest_derive v2.7.14 |
| 392 | 2025-03-02T04:07:49.249Z | Downloaded log v0.4.22 |
| 393 | 2025-03-02T04:07:49.252Z | Downloaded dof v0.3.0 |
| 394 | 2025-03-02T04:07:49.252Z | Downloaded anyhow v1.0.96 |
| 395 | 2025-03-02T04:07:49.255Z | Downloaded tabled_derive v0.7.0 |
| 396 | 2025-03-02T04:07:49.256Z | Downloaded semver v1.0.25 |
| 397 | 2025-03-02T04:07:49.261Z | Downloaded crypto-common v0.1.6 |
| 398 | 2025-03-02T04:07:49.261Z | Downloaded plain v0.2.3 |
| 399 | 2025-03-02T04:07:49.264Z | Downloaded textwrap v0.16.1 |
| 400 | 2025-03-02T04:07:49.265Z | Downloaded proc-macro2 v1.0.93 |
| 401 | 2025-03-02T04:07:49.265Z | Downloaded unicode-ident v1.0.14 |
| 402 | 2025-03-02T04:07:49.269Z | Downloaded thiserror-impl v1.0.69 |
| 403 | 2025-03-02T04:07:49.272Z | Downloaded ryu v1.0.18 |
| 404 | 2025-03-02T04:07:49.272Z | Downloaded typenum v1.17.0 |
| 405 | 2025-03-02T04:07:49.275Z | Downloaded cargo_metadata v0.19.1 |
| 406 | 2025-03-02T04:07:49.279Z | Downloaded thread-id v4.2.2 |
| 407 | 2025-03-02T04:07:49.282Z | Downloaded clap_derive v4.5.28 |
| 408 | 2025-03-02T04:07:49.285Z | Downloaded quote v1.0.38 |
| 409 | 2025-03-02T04:07:49.304Z | Downloaded syn v1.0.109 |
| 410 | 2025-03-02T04:07:49.314Z | Downloaded memchr v2.7.4 |
| 411 | 2025-03-02T04:07:49.319Z | Downloaded bitflags v2.6.0 |
| 412 | 2025-03-02T04:07:49.322Z | Downloaded fs-err v2.11.0 |
| 413 | 2025-03-02T04:07:49.325Z | Downloaded serde v1.0.218 |
| 414 | 2025-03-02T04:07:49.329Z | Downloaded serde_derive v1.0.218 |
| 415 | 2025-03-02T04:07:49.332Z | Downloaded indexmap v2.7.1 |
| 416 | 2025-03-02T04:07:49.344Z | Downloaded clap_builder v4.5.31 |
| 417 | 2025-03-02T04:07:49.365Z | Downloaded pest v2.7.14 |
| 418 | 2025-03-02T04:07:49.386Z | Downloaded goblin v0.8.2 |
| 419 | 2025-03-02T04:07:49.395Z | Downloaded smawk v0.3.2 |
| 420 | 2025-03-02T04:07:49.405Z | Downloaded hashbrown v0.15.1 |
| 421 | 2025-03-02T04:07:49.405Z | Downloaded camino-tempfile v1.1.1 |
| 422 | 2025-03-02T04:07:49.408Z | Downloaded terminal_size v0.4.0 |
| 423 | 2025-03-02T04:07:49.408Z | Downloaded anstream v0.6.15 |
| 424 | 2025-03-02T04:07:49.411Z | Downloaded anstyle-parse v0.2.5 |
| 425 | 2025-03-02T04:07:49.416Z | Downloaded tabled v0.15.0 |
| 426 | 2025-03-02T04:07:49.433Z | Downloaded is_terminal_polyfill v1.70.1 |
| 427 | 2025-03-02T04:07:49.446Z | Downloaded syn v2.0.98 |
| 428 | 2025-03-02T04:07:49.459Z | Downloaded toml_edit v0.22.24 |
| 429 | 2025-03-02T04:07:49.480Z | Downloaded unicode-width v0.1.14 |
| 430 | 2025-03-02T04:07:49.486Z | Downloaded serde_json v1.0.139 |
| 431 | 2025-03-02T04:07:49.493Z | Downloaded rustix v0.38.37 |
| 432 | 2025-03-02T04:07:49.516Z | Downloaded rustix v0.37.28 |
| 433 | 2025-03-02T04:07:49.568Z | Downloaded libc v0.2.170 |
| 434 | 2025-03-02T04:07:49.864Z | Compiling proc-macro2 v1.0.93 |
| 435 | 2025-03-02T04:07:49.864Z | Compiling unicode-ident v1.0.14 |
| 436 | 2025-03-02T04:07:49.868Z | Compiling libc v0.2.170 |
| 437 | 2025-03-02T04:07:49.868Z | Compiling serde v1.0.218 |
| 438 | 2025-03-02T04:07:49.868Z | Compiling version_check v0.9.5 |
| 439 | 2025-03-02T04:07:49.868Z | Compiling memchr v2.7.4 |
| 440 | 2025-03-02T04:07:49.868Z | Compiling thiserror v1.0.69 |
| 441 | 2025-03-02T04:07:49.902Z | Compiling itoa v1.0.11 |
| 442 | 2025-03-02T04:07:50.149Z | Compiling ucd-trie v0.1.7 |
| 443 | 2025-03-02T04:07:50.249Z | Compiling ryu v1.0.18 |
| 444 | 2025-03-02T04:07:50.599Z | Compiling once_cell v1.20.3 |
| 445 | 2025-03-02T04:07:50.694Z | Compiling byteorder v1.5.0 |
| 446 | 2025-03-02T04:07:50.719Z | Compiling rustix v0.38.37 |
| 447 | 2025-03-02T04:07:50.955Z | Compiling serde_json v1.0.139 |
| 448 | 2025-03-02T04:07:51.302Z | Compiling bitflags v2.6.0 |
| 449 | 2025-03-02T04:07:51.362Z | Compiling proc-macro-error-attr v1.0.4 |
| 450 | 2025-03-02T04:07:51.488Z | Compiling usdt-impl v0.5.0 |
| 451 | 2025-03-02T04:07:51.536Z | Compiling syn v1.0.109 |
| 452 | 2025-03-02T04:07:51.567Z | Compiling io-lifetimes v1.0.11 |
| 453 | 2025-03-02T04:07:51.710Z | Compiling quote v1.0.38 |
| 454 | 2025-03-02T04:07:51.772Z | Compiling proc-macro-error v1.0.4 |
| 455 | 2025-03-02T04:07:51.859Z | Compiling errno v0.3.9 |
| 456 | 2025-03-02T04:07:52.107Z | Compiling syn v2.0.98 |
| 457 | 2025-03-02T04:07:52.234Z | Compiling log v0.4.22 |
| 458 | 2025-03-02T04:07:52.300Z | Compiling rustix v0.37.28 |
| 459 | 2025-03-02T04:07:52.330Z | Compiling equivalent v1.0.1 |
| 460 | 2025-03-02T04:07:52.415Z | Compiling utf8parse v0.2.2 |
| 461 | 2025-03-02T04:07:52.477Z | Compiling thread-id v4.2.2 |
| 462 | 2025-03-02T04:07:52.500Z | Compiling hashbrown v0.15.1 |
| 463 | 2025-03-02T04:07:52.581Z | Compiling camino v1.1.9 |
| 464 | 2025-03-02T04:07:52.606Z | Compiling plain v0.2.3 |
| 465 | 2025-03-02T04:07:52.606Z | Compiling anstyle-parse v0.2.5 |
| 466 | 2025-03-02T04:07:53.244Z | Compiling unicode-width v0.1.14 |
| 467 | 2025-03-02T04:07:53.300Z | Compiling colorchoice v1.0.2 |
| 468 | 2025-03-02T04:07:53.484Z | Compiling thiserror v2.0.11 |
| 469 | 2025-03-02T04:07:53.521Z | Compiling anstyle v1.0.10 |
| 470 | 2025-03-02T04:07:53.609Z | Compiling indexmap v2.7.1 |
| 471 | 2025-03-02T04:07:53.644Z | Compiling winnow v0.7.3 |
| 472 | 2025-03-02T04:07:53.777Z | Compiling autocfg v1.4.0 |
| 473 | 2025-03-02T04:07:54.003Z | Compiling pretty-hex v0.4.1 |
| 474 | 2025-03-02T04:07:54.128Z | Compiling semver v1.0.25 |
| 475 | 2025-03-02T04:07:54.264Z | Compiling bitflags v1.3.2 |
| 476 | 2025-03-02T04:07:54.393Z | Compiling is_terminal_polyfill v1.70.1 |
| 477 | 2025-03-02T04:07:54.598Z | Compiling anstyle-query v1.1.1 |
| 478 | 2025-03-02T04:07:54.777Z | Compiling anstream v0.6.15 |
| 479 | 2025-03-02T04:07:54.798Z | Compiling fs-err v2.11.0 |
| 480 | 2025-03-02T04:07:54.936Z | Compiling terminal_size v0.4.0 |
| 481 | 2025-03-02T04:07:55.215Z | Compiling fastrand v2.1.1 |
| 482 | 2025-03-02T04:07:55.336Z | Compiling anyhow v1.0.96 |
| 483 | 2025-03-02T04:07:55.438Z | Compiling cfg-if v1.0.0 |
| 484 | 2025-03-02T04:07:55.558Z | Compiling fnv v1.0.7 |
| 485 | 2025-03-02T04:07:55.720Z | Compiling heck v0.4.1 |
| 486 | 2025-03-02T04:07:55.746Z | Compiling strsim v0.11.1 |
| 487 | 2025-03-02T04:07:55.944Z | Compiling heck v0.5.0 |
| 488 | 2025-03-02T04:07:55.969Z | Compiling clap_lex v0.7.4 |
| 489 | 2025-03-02T04:07:56.165Z | Compiling bytecount v0.6.8 |
| 490 | 2025-03-02T04:07:56.353Z | Compiling papergrid v0.11.0 |
| 491 | 2025-03-02T04:07:56.404Z | Compiling clap_builder v4.5.31 |
| 492 | 2025-03-02T04:07:56.461Z | Compiling terminal_size v0.2.6 |
| 493 | 2025-03-02T04:07:56.518Z | Compiling tempfile v3.13.0 |
| 494 | 2025-03-02T04:07:56.817Z | Compiling memmap v0.7.0 |
| 495 | 2025-03-02T04:07:56.843Z | Compiling smawk v0.3.2 |
| 496 | 2025-03-02T04:07:57.094Z | Compiling unicode-linebreak v0.1.5 |
| 497 | 2025-03-02T04:07:57.303Z | Compiling swrite v0.1.0 |
| 498 | 2025-03-02T04:07:57.595Z | Compiling textwrap v0.16.1 |
| 499 | 2025-03-02T04:07:57.999Z | Compiling tabled_derive v0.7.0 |
| 500 | 2025-03-02T04:07:59.622Z | Compiling serde_derive v1.0.218 |
| 501 | 2025-03-02T04:07:59.622Z | Compiling thiserror-impl v1.0.69 |
| 502 | 2025-03-02T04:07:59.626Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2025-03-02T04:07:59.626Z | Compiling scroll_derive v0.12.0 |
| 504 | 2025-03-02T04:07:59.626Z | Compiling thiserror-impl v2.0.11 |
| 505 | 2025-03-02T04:07:59.626Z | Compiling clap_derive v4.5.28 |
| 506 | 2025-03-02T04:07:59.739Z | Compiling tabled v0.15.0 |
| 507 | 2025-03-02T04:08:01.077Z | Compiling scroll v0.12.0 |
| 508 | 2025-03-02T04:08:01.634Z | Compiling goblin v0.8.2 |
| 509 | 2025-03-02T04:08:01.732Z | Compiling zerocopy v0.7.35 |
| 510 | 2025-03-02T04:08:02.887Z | Compiling pest v2.7.14 |
| 511 | 2025-03-02T04:08:04.223Z | Compiling clap v4.5.31 |
| 512 | 2025-03-02T04:08:05.297Z | Compiling pest_meta v2.7.14 |
| 513 | 2025-03-02T04:08:06.276Z | Compiling pest_generator v2.7.14 |
| 514 | 2025-03-02T04:08:07.745Z | Compiling pest_derive v2.7.14 |
| 515 | 2025-03-02T04:08:08.344Z | Compiling dtrace-parser v0.2.0 |
| 516 | 2025-03-02T04:08:09.193Z | Compiling toml_datetime v0.6.8 |
| 517 | 2025-03-02T04:08:09.193Z | Compiling serde_spanned v0.6.8 |
| 518 | 2025-03-02T04:08:09.202Z | Compiling cargo-platform v0.1.8 |
| 519 | 2025-03-02T04:08:09.499Z | Compiling serde_tokenstream v0.2.2 |
| 520 | 2025-03-02T04:08:09.672Z | Compiling toml_edit v0.22.24 |
| 521 | 2025-03-02T04:08:09.738Z | Compiling macaddr v1.0.1 |
| 522 | 2025-03-02T04:08:09.894Z | Compiling camino-tempfile v1.1.1 |
| 523 | 2025-03-02T04:08:10.647Z | Compiling dof v0.3.0 |
| 524 | 2025-03-02T04:08:10.647Z | Compiling cargo_metadata v0.19.1 |
| 525 | 2025-03-02T04:08:12.263Z | Compiling usdt-macro v0.5.0 |
| 526 | 2025-03-02T04:08:12.263Z | Compiling usdt-attr-macro v0.5.0 |
| 527 | 2025-03-02T04:08:12.739Z | Compiling toml v0.8.20 |
| 528 | 2025-03-02T04:08:13.482Z | Compiling usdt v0.5.0 |
| 529 | 2025-03-02T04:08:13.581Z | Compiling cargo_toml v0.21.0 |
| 530 | 2025-03-02T04:08:16.344Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2025-03-02T04:08:19.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.67s |
| 532 | 2025-03-02T04:08:20.017Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2025-03-02T04:08:20.641Z | Downloading crates ... |
| 534 | 2025-03-02T04:08:20.802Z | Downloaded hyper-util v0.1.10 |
| 535 | 2025-03-02T04:08:20.814Z | Downloaded http-range v0.1.5 |
| 536 | 2025-03-02T04:08:20.820Z | Downloaded humantime v2.1.0 |
| 537 | 2025-03-02T04:08:20.820Z | Downloaded hex v0.4.3 |
| 538 | 2025-03-02T04:08:20.823Z | Downloaded is_ci v1.2.0 |
| 539 | 2025-03-02T04:08:20.826Z | Downloaded hubpack_derive v0.1.1 |
| 540 | 2025-03-02T04:08:20.826Z | Downloaded instant v0.1.13 |
| 541 | 2025-03-02T04:08:20.831Z | Downloaded ident_case v1.0.1 |
| 542 | 2025-03-02T04:08:20.835Z | Downloaded icu_locid_transform v1.5.0 |
| 543 | 2025-03-02T04:08:20.840Z | Downloaded md-5 v0.10.6 |
| 544 | 2025-03-02T04:08:20.843Z | Downloaded mime v0.3.17 |
| 545 | 2025-03-02T04:08:20.846Z | Downloaded inout v0.1.3 |
| 546 | 2025-03-02T04:08:20.846Z | Downloaded managed v0.8.0 |
| 547 | 2025-03-02T04:08:20.846Z | Downloaded lazycell v1.3.0 |
| 548 | 2025-03-02T04:08:20.850Z | Downloaded lockfree-object-pool v0.1.6 |
| 549 | 2025-03-02T04:08:20.853Z | Downloaded maybe-uninit v2.0.0 |
| 550 | 2025-03-02T04:08:20.853Z | Downloaded headers v0.4.0 |
| 551 | 2025-03-02T04:08:20.860Z | Downloaded libsw v3.4.0 |
| 552 | 2025-03-02T04:08:20.863Z | Downloaded heapless v0.7.17 |
| 553 | 2025-03-02T04:08:20.867Z | Downloaded libefi-sys v0.1.0 |
| 554 | 2025-03-02T04:08:20.871Z | Downloaded md5 v0.7.0 |
| 555 | 2025-03-02T04:08:20.871Z | Downloaded http v1.2.0 |
| 556 | 2025-03-02T04:08:20.875Z | Downloaded instability v0.3.2 |
| 557 | 2025-03-02T04:08:20.875Z | Downloaded indoc v1.0.9 |
| 558 | 2025-03-02T04:08:20.878Z | Downloaded httpdate v1.0.3 |
| 559 | 2025-03-02T04:08:20.878Z | Downloaded headers-core v0.3.0 |
| 560 | 2025-03-02T04:08:20.881Z | Downloaded hostname v0.3.1 |
| 561 | 2025-03-02T04:08:20.881Z | Downloaded ipnet v2.11.0 |
| 562 | 2025-03-02T04:08:20.885Z | Downloaded hubpack v0.1.2 |
| 563 | 2025-03-02T04:08:20.885Z | Downloaded miniz_oxide v0.8.5 |
| 564 | 2025-03-02T04:08:20.888Z | Downloaded ctr v0.9.2 |
| 565 | 2025-03-02T04:08:20.891Z | Downloaded kstat-rs v0.2.4 |
| 566 | 2025-03-02T04:08:20.891Z | Downloaded icu_normalizer v1.5.0 |
| 567 | 2025-03-02T04:08:20.895Z | Downloaded hostname v0.4.0 |
| 568 | 2025-03-02T04:08:20.901Z | Downloaded idna_adapter v1.2.0 |
| 569 | 2025-03-02T04:08:20.904Z | Downloaded libsw-core v0.3.1 |
| 570 | 2025-03-02T04:08:20.908Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 571 | 2025-03-02T04:08:20.908Z | Downloaded heapless v0.8.0 |
| 572 | 2025-03-02T04:08:20.911Z | Downloaded keccak v0.1.5 |
| 573 | 2025-03-02T04:08:20.914Z | Downloaded icu_provider_macros v1.5.0 |
| 574 | 2025-03-02T04:08:20.914Z | Downloaded http-body v1.0.1 |
| 575 | 2025-03-02T04:08:20.918Z | Downloaded highway v1.3.0 |
| 576 | 2025-03-02T04:08:20.921Z | Downloaded is-terminal v0.4.13 |
| 577 | 2025-03-02T04:08:20.921Z | Downloaded maplit v1.0.2 |
| 578 | 2025-03-02T04:08:20.925Z | Downloaded lazy_static v1.5.0 |
| 579 | 2025-03-02T04:08:20.925Z | Downloaded http-body-util v0.1.2 |
| 580 | 2025-03-02T04:08:20.934Z | Downloaded hex-literal v0.4.1 |
| 581 | 2025-03-02T04:08:20.934Z | Downloaded internet-checksum v0.2.1 |
| 582 | 2025-03-02T04:08:20.940Z | Downloaded lru-cache v0.1.2 |
| 583 | 2025-03-02T04:08:20.946Z | Downloaded indoc v2.0.5 |
| 584 | 2025-03-02T04:08:20.950Z | Downloaded heck v0.3.3 |
| 585 | 2025-03-02T04:08:20.954Z | Downloaded lalrpop-util v0.19.12 |
| 586 | 2025-03-02T04:08:20.957Z | Downloaded lru v0.12.5 |
| 587 | 2025-03-02T04:08:20.957Z | Downloaded lock_api v0.4.12 |
| 588 | 2025-03-02T04:08:20.960Z | Downloaded httparse v1.9.5 |
| 589 | 2025-03-02T04:08:20.963Z | Downloaded linked-hash-map v0.5.6 |
| 590 | 2025-03-02T04:08:20.963Z | Downloaded ipnetwork v0.21.1 |
| 591 | 2025-03-02T04:08:20.968Z | Downloaded psl-types v2.0.11 |
| 592 | 2025-03-02T04:08:20.968Z | Downloaded match_cfg v0.1.0 |
| 593 | 2025-03-02T04:08:20.971Z | Downloaded hyper-rustls v0.27.3 |
| 594 | 2025-03-02T04:08:20.974Z | Downloaded strum v0.26.3 |
| 595 | 2025-03-02T04:08:20.974Z | Downloaded pretty-hex v0.2.1 |
| 596 | 2025-03-02T04:08:20.979Z | Downloaded proc-macro-error2 v2.0.1 |
| 597 | 2025-03-02T04:08:20.983Z | Downloaded memoffset v0.9.1 |
| 598 | 2025-03-02T04:08:20.983Z | Downloaded litrs v0.4.1 |
| 599 | 2025-03-02T04:08:20.987Z | Downloaded ref-cast v1.0.23 |
| 600 | 2025-03-02T04:08:20.987Z | Downloaded rand_chacha v0.3.1 |
| 601 | 2025-03-02T04:08:20.987Z | Downloaded libloading v0.8.5 |
| 602 | 2025-03-02T04:08:20.991Z | Downloaded litemap v0.7.3 |
| 603 | 2025-03-02T04:08:20.995Z | Downloaded jobserver v0.1.32 |
| 604 | 2025-03-02T04:08:20.998Z | Downloaded arrayref v0.3.9 |
| 605 | 2025-03-02T04:08:20.998Z | Downloaded hyper-staticfile v0.10.1 |
| 606 | 2025-03-02T04:08:20.998Z | Downloaded semver v0.1.20 |
| 607 | 2025-03-02T04:08:21.001Z | Downloaded iana-time-zone v0.1.61 |
| 608 | 2025-03-02T04:08:21.005Z | Downloaded memmap2 v0.9.5 |
| 609 | 2025-03-02T04:08:21.008Z | Downloaded resolv-conf v0.7.0 |
| 610 | 2025-03-02T04:08:21.016Z | Downloaded hmac v0.12.1 |
| 611 | 2025-03-02T04:08:21.019Z | Downloaded slog-stdlog v4.1.1 |
| 612 | 2025-03-02T04:08:21.022Z | Downloaded same-file v1.0.6 |
| 613 | 2025-03-02T04:08:21.025Z | Downloaded async-recursion v1.1.1 |
| 614 | 2025-03-02T04:08:21.028Z | Downloaded structmeta v0.3.0 |
| 615 | 2025-03-02T04:08:21.028Z | Downloaded serde_urlencoded v0.7.1 |
| 616 | 2025-03-02T04:08:21.032Z | Downloaded mime_guess v2.0.5 |
| 617 | 2025-03-02T04:08:21.037Z | Downloaded icu_normalizer_data v1.5.0 |
| 618 | 2025-03-02T04:08:21.040Z | Downloaded arrayvec v0.7.6 |
| 619 | 2025-03-02T04:08:21.040Z | Downloaded array-init v0.0.4 |
| 620 | 2025-03-02T04:08:21.040Z | Downloaded adler2 v2.0.0 |
| 621 | 2025-03-02T04:08:21.043Z | Downloaded hyper-tls v0.6.0 |
| 622 | 2025-03-02T04:08:21.046Z | Downloaded tls_codec v0.4.1 |
| 623 | 2025-03-02T04:08:21.046Z | Downloaded bb8 v0.8.5 |
| 624 | 2025-03-02T04:08:21.049Z | Downloaded atomicwrites v0.4.4 |
| 625 | 2025-03-02T04:08:21.049Z | Downloaded allocator-api2 v0.2.18 |
| 626 | 2025-03-02T04:08:21.053Z | Downloaded indicatif v0.17.11 |
| 627 | 2025-03-02T04:08:21.059Z | Downloaded serde_with_macros v3.12.0 |
| 628 | 2025-03-02T04:08:21.063Z | Downloaded base64ct v1.6.0 |
| 629 | 2025-03-02T04:08:21.068Z | Downloaded unarray v0.1.4 |
| 630 | 2025-03-02T04:08:21.068Z | Downloaded aho-corasick v1.1.3 |
| 631 | 2025-03-02T04:08:21.072Z | Downloaded zerofrom v0.1.4 |
| 632 | 2025-03-02T04:08:21.075Z | Downloaded want v0.3.1 |
| 633 | 2025-03-02T04:08:21.075Z | Downloaded typify-macro v0.2.0 |
| 634 | 2025-03-02T04:08:21.079Z | Downloaded typify v0.2.0 |
| 635 | 2025-03-02T04:08:21.082Z | Downloaded cfg_aliases v0.1.1 |
| 636 | 2025-03-02T04:08:21.082Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 637 | 2025-03-02T04:08:21.082Z | Downloaded spki v0.7.3 |
| 638 | 2025-03-02T04:08:21.098Z | Downloaded unicase v2.7.0 |
| 639 | 2025-03-02T04:08:21.101Z | Downloaded icu_provider v1.5.0 |
| 640 | 2025-03-02T04:08:21.110Z | Downloaded crunchy v0.2.2 |
| 641 | 2025-03-02T04:08:21.111Z | Downloaded convert_case v0.4.0 |
| 642 | 2025-03-02T04:08:21.111Z | Downloaded typify-macro v0.3.0 |
| 643 | 2025-03-02T04:08:21.111Z | Downloaded slog v2.7.0 |
| 644 | 2025-03-02T04:08:21.111Z | Downloaded cfg_aliases v0.2.1 |
| 645 | 2025-03-02T04:08:21.116Z | Downloaded tls_codec_derive v0.4.1 |
| 646 | 2025-03-02T04:08:21.116Z | Downloaded ssh-encoding v0.2.0 |
| 647 | 2025-03-02T04:08:21.120Z | Downloaded cstr-argument v0.1.2 |
| 648 | 2025-03-02T04:08:21.120Z | Downloaded zerofrom-derive v0.1.4 |
| 649 | 2025-03-02T04:08:21.120Z | Downloaded xz2 v0.1.7 |
| 650 | 2025-03-02T04:08:21.120Z | Downloaded slog-scope v4.4.0 |
| 651 | 2025-03-02T04:08:21.123Z | Downloaded progenitor-impl v0.8.0 |
| 652 | 2025-03-02T04:08:21.123Z | Downloaded futures-macro v0.3.31 |
| 653 | 2025-03-02T04:08:21.127Z | Downloaded difflib v0.4.0 |
| 654 | 2025-03-02T04:08:21.127Z | Downloaded debug-ignore v1.0.5 |
| 655 | 2025-03-02T04:08:21.130Z | Downloaded data-encoding v2.6.0 |
| 656 | 2025-03-02T04:08:21.130Z | Downloaded castaway v0.2.3 |
| 657 | 2025-03-02T04:08:21.133Z | Downloaded blowfish v0.9.1 |
| 658 | 2025-03-02T04:08:21.133Z | Downloaded tokio-tungstenite v0.24.0 |
| 659 | 2025-03-02T04:08:21.137Z | Downloaded env_filter v0.1.2 |
| 660 | 2025-03-02T04:08:21.141Z | Downloaded crossbeam-deque v0.8.5 |
| 661 | 2025-03-02T04:08:21.141Z | Downloaded cipher v0.4.4 |
| 662 | 2025-03-02T04:08:21.146Z | Downloaded futures-sink v0.3.31 |
| 663 | 2025-03-02T04:08:21.146Z | Downloaded uzers v0.12.1 |
| 664 | 2025-03-02T04:08:21.151Z | Downloaded aead v0.5.2 |
| 665 | 2025-03-02T04:08:21.151Z | Downloaded embedded-io v0.6.1 |
| 666 | 2025-03-02T04:08:21.151Z | Downloaded dyn-clone v1.0.18 |
| 667 | 2025-03-02T04:08:21.154Z | Downloaded bitfield-struct v0.6.2 |
| 668 | 2025-03-02T04:08:21.155Z | Downloaded crc-catalog v2.4.0 |
| 669 | 2025-03-02T04:08:21.155Z | Downloaded cargo_metadata v0.18.1 |
| 670 | 2025-03-02T04:08:21.158Z | Downloaded icu_properties v1.5.1 |
| 671 | 2025-03-02T04:08:21.161Z | Downloaded cmake v0.1.51 |
| 672 | 2025-03-02T04:08:21.164Z | Downloaded cexpr v0.6.0 |
| 673 | 2025-03-02T04:08:21.164Z | Downloaded bit-set v0.8.0 |
| 674 | 2025-03-02T04:08:21.167Z | Downloaded cobs v0.2.3 |
| 675 | 2025-03-02T04:08:21.168Z | Downloaded block-padding v0.3.3 |
| 676 | 2025-03-02T04:08:21.168Z | Downloaded cbc v0.1.2 |
| 677 | 2025-03-02T04:08:21.171Z | Downloaded defmt v0.3.8 |
| 678 | 2025-03-02T04:08:21.174Z | Downloaded xattr v1.3.1 |
| 679 | 2025-03-02T04:08:21.177Z | Downloaded tokio-tungstenite v0.23.1 |
| 680 | 2025-03-02T04:08:21.180Z | Downloaded minimal-lexical v0.2.1 |
| 681 | 2025-03-02T04:08:21.183Z | Downloaded idna v1.0.3 |
| 682 | 2025-03-02T04:08:21.189Z | Downloaded normalize-line-endings v0.3.0 |
| 683 | 2025-03-02T04:08:21.193Z | Downloaded env_logger v0.10.2 |
| 684 | 2025-03-02T04:08:21.193Z | Downloaded colored v2.2.0 |
| 685 | 2025-03-02T04:08:21.196Z | Downloaded phf_shared v0.11.2 |
| 686 | 2025-03-02T04:08:21.200Z | Downloaded phf_generator v0.11.2 |
| 687 | 2025-03-02T04:08:21.200Z | Downloaded phf v0.11.2 |
| 688 | 2025-03-02T04:08:21.203Z | Downloaded mockall v0.13.1 |
| 689 | 2025-03-02T04:08:21.203Z | Downloaded cancel-safe-futures v0.1.5 |
| 690 | 2025-03-02T04:08:21.206Z | Downloaded foldhash v0.1.3 |
| 691 | 2025-03-02T04:08:21.210Z | Downloaded crc v3.2.1 |
| 692 | 2025-03-02T04:08:21.213Z | Downloaded console v0.15.10 |
| 693 | 2025-03-02T04:08:21.216Z | Downloaded try-lock v0.2.5 |
| 694 | 2025-03-02T04:08:21.216Z | Downloaded aes v0.8.4 |
| 695 | 2025-03-02T04:08:21.219Z | Downloaded path-slash v0.1.5 |
| 696 | 2025-03-02T04:08:21.222Z | Downloaded phf_codegen v0.11.2 |
| 697 | 2025-03-02T04:08:21.226Z | Downloaded oxnet v0.1.1 |
| 698 | 2025-03-02T04:08:21.226Z | Downloaded toml v0.7.8 |
| 699 | 2025-03-02T04:08:21.231Z | Downloaded oso-derive v0.27.3 |
| 700 | 2025-03-02T04:08:21.231Z | Downloaded nanorand v0.7.0 |
| 701 | 2025-03-02T04:08:21.234Z | Downloaded crossbeam-epoch v0.9.18 |
| 702 | 2025-03-02T04:08:21.237Z | Downloaded ciborium v0.2.2 |
| 703 | 2025-03-02T04:08:21.240Z | Downloaded foreign-types-shared v0.3.1 |
| 704 | 2025-03-02T04:08:21.240Z | Downloaded paste v1.0.15 |
| 705 | 2025-03-02T04:08:21.244Z | Downloaded rustls-pemfile v1.0.4 |
| 706 | 2025-03-02T04:08:21.248Z | Downloaded rusty-fork v0.3.0 |
| 707 | 2025-03-02T04:08:21.254Z | Downloaded rustversion v1.0.17 |
| 708 | 2025-03-02T04:08:21.259Z | Downloaded num-rational v0.4.2 |
| 709 | 2025-03-02T04:08:21.259Z | Downloaded vte v0.11.1 |
| 710 | 2025-03-02T04:08:21.259Z | Downloaded sqlparser_derive v0.2.2 |
| 711 | 2025-03-02T04:08:21.262Z | Downloaded crc-any v2.5.0 |
| 712 | 2025-03-02T04:08:21.262Z | Downloaded icu_collections v1.5.0 |
| 713 | 2025-03-02T04:08:21.268Z | Downloaded vte_generate_state_changes v0.1.2 |
| 714 | 2025-03-02T04:08:21.272Z | Downloaded backtrace v0.3.74 |
| 715 | 2025-03-02T04:08:21.276Z | Downloaded downcast v0.11.0 |
| 716 | 2025-03-02T04:08:21.280Z | Downloaded rustfmt-wrapper v0.2.1 |
| 717 | 2025-03-02T04:08:21.280Z | Downloaded ppv-lite86 v0.2.20 |
| 718 | 2025-03-02T04:08:21.283Z | Downloaded clang-sys v1.8.1 |
| 719 | 2025-03-02T04:08:21.286Z | Downloaded waitgroup v0.1.2 |
| 720 | 2025-03-02T04:08:21.286Z | Downloaded rustc_version v0.1.7 |
| 721 | 2025-03-02T04:08:21.286Z | Downloaded base64 v0.22.1 |
| 722 | 2025-03-02T04:08:21.290Z | Downloaded crossbeam-utils v0.8.20 |
| 723 | 2025-03-02T04:08:21.293Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 724 | 2025-03-02T04:08:21.296Z | Downloaded serde-big-array v0.5.1 |
| 725 | 2025-03-02T04:08:21.300Z | Downloaded zone v0.1.8 |
| 726 | 2025-03-02T04:08:21.300Z | Downloaded phf_shared v0.10.0 |
| 727 | 2025-03-02T04:08:21.300Z | Downloaded foreign-types-shared v0.1.1 |
| 728 | 2025-03-02T04:08:21.300Z | Downloaded funty v2.0.0 |
| 729 | 2025-03-02T04:08:21.303Z | Downloaded static_assertions v1.1.0 |
| 730 | 2025-03-02T04:08:21.303Z | Downloaded native-tls v0.2.12 |
| 731 | 2025-03-02T04:08:21.306Z | Downloaded ssh-cipher v0.2.0 |
| 732 | 2025-03-02T04:08:21.309Z | Downloaded chacha20poly1305 v0.10.1 |
| 733 | 2025-03-02T04:08:21.313Z | Downloaded new_debug_unreachable v1.0.6 |
| 734 | 2025-03-02T04:08:21.313Z | Downloaded foreign-types v0.3.2 |
| 735 | 2025-03-02T04:08:21.313Z | Downloaded env_logger v0.11.5 |
| 736 | 2025-03-02T04:08:21.316Z | Downloaded string_cache v0.8.7 |
| 737 | 2025-03-02T04:08:21.319Z | Downloaded darling_macro v0.20.10 |
| 738 | 2025-03-02T04:08:21.319Z | Downloaded smallvec v0.6.14 |
| 739 | 2025-03-02T04:08:21.322Z | Downloaded itertools v0.12.1 |
| 740 | 2025-03-02T04:08:21.330Z | Downloaded openssl-probe v0.1.5 |
| 741 | 2025-03-02T04:08:21.333Z | Downloaded fragile v2.0.0 |
| 742 | 2025-03-02T04:08:21.333Z | Downloaded fallible-iterator v0.2.0 |
| 743 | 2025-03-02T04:08:21.336Z | Downloaded hickory-client v0.24.4 |
| 744 | 2025-03-02T04:08:21.341Z | Downloaded stable_deref_trait v1.2.0 |
| 745 | 2025-03-02T04:08:21.342Z | Downloaded foreign-types-macros v0.2.3 |
| 746 | 2025-03-02T04:08:21.345Z | Downloaded percent-encoding v2.3.1 |
| 747 | 2025-03-02T04:08:21.345Z | Downloaded smallvec v1.14.0 |
| 748 | 2025-03-02T04:08:21.345Z | Downloaded pkg-config v0.3.31 |
| 749 | 2025-03-02T04:08:21.349Z | Downloaded zone v0.3.0 |
| 750 | 2025-03-02T04:08:21.349Z | Downloaded tracing-attributes v0.1.27 |
| 751 | 2025-03-02T04:08:21.352Z | Downloaded termtree v0.4.1 |
| 752 | 2025-03-02T04:08:21.356Z | Downloaded num_threads v0.1.7 |
| 753 | 2025-03-02T04:08:21.356Z | Downloaded sec1 v0.7.3 |
| 754 | 2025-03-02T04:08:21.361Z | Downloaded ecdsa v0.16.9 |
| 755 | 2025-03-02T04:08:21.361Z | Downloaded crypto-bigint v0.5.5 |
| 756 | 2025-03-02T04:08:21.368Z | Downloaded rustls-pki-types v1.10.0 |
| 757 | 2025-03-02T04:08:21.372Z | Downloaded parse-display-derive v0.10.0 |
| 758 | 2025-03-02T04:08:21.375Z | Downloaded foreign-types v0.5.0 |
| 759 | 2025-03-02T04:08:21.375Z | Downloaded dunce v1.0.5 |
| 760 | 2025-03-02T04:08:21.375Z | Downloaded flume v0.11.1 |
| 761 | 2025-03-02T04:08:21.379Z | Downloaded fs_extra v1.3.0 |
| 762 | 2025-03-02T04:08:21.383Z | Downloaded serde-hex v0.1.0 |
| 763 | 2025-03-02T04:08:21.386Z | Downloaded hyper v1.6.0 |
| 764 | 2025-03-02T04:08:21.392Z | Downloaded parse-size v1.1.0 |
| 765 | 2025-03-02T04:08:21.395Z | Downloaded wait-timeout v0.2.0 |
| 766 | 2025-03-02T04:08:21.395Z | Downloaded icu_locid v1.5.0 |
| 767 | 2025-03-02T04:08:21.401Z | Downloaded document-features v0.2.10 |
| 768 | 2025-03-02T04:08:21.405Z | Downloaded whoami v1.5.2 |
| 769 | 2025-03-02T04:08:21.408Z | Downloaded untrusted v0.7.1 |
| 770 | 2025-03-02T04:08:21.408Z | Downloaded termtree v0.5.1 |
| 771 | 2025-03-02T04:08:21.411Z | Downloaded sync_wrapper v1.0.1 |
| 772 | 2025-03-02T04:08:21.411Z | Downloaded subprocess v0.2.9 |
| 773 | 2025-03-02T04:08:21.415Z | Downloaded oso v0.27.3 |
| 774 | 2025-03-02T04:08:21.418Z | Downloaded tower-service v0.3.3 |
| 775 | 2025-03-02T04:08:21.421Z | Downloaded tower-layer v0.3.3 |
| 776 | 2025-03-02T04:08:21.421Z | Downloaded scrypt v0.11.0 |
| 777 | 2025-03-02T04:08:21.424Z | Downloaded defmt-parser v0.3.4 |
| 778 | 2025-03-02T04:08:21.424Z | Downloaded pkcs8 v0.10.2 |
| 779 | 2025-03-02T04:08:21.427Z | Downloaded quick-error v1.2.3 |
| 780 | 2025-03-02T04:08:21.430Z | Downloaded icu_locid_transform_data v1.5.0 |
| 781 | 2025-03-02T04:08:21.434Z | Downloaded synstructure v0.13.1 |
| 782 | 2025-03-02T04:08:21.434Z | Downloaded time v0.3.36 |
| 783 | 2025-03-02T04:08:21.441Z | Downloaded fixedbitset v0.4.2 |
| 784 | 2025-03-02T04:08:21.444Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 785 | 2025-03-02T04:08:21.447Z | Downloaded newtype_derive v0.1.6 |
| 786 | 2025-03-02T04:08:21.447Z | Downloaded itertools v0.13.0 |
| 787 | 2025-03-02T04:08:21.454Z | Downloaded proc-macro-crate v1.3.1 |
| 788 | 2025-03-02T04:08:21.457Z | Downloaded yasna v0.5.2 |
| 789 | 2025-03-02T04:08:21.460Z | Downloaded newline-converter v0.3.0 |
| 790 | 2025-03-02T04:08:21.461Z | Downloaded hkdf v0.12.4 |
| 791 | 2025-03-02T04:08:21.464Z | Downloaded progenitor-macro v0.8.0 |
| 792 | 2025-03-02T04:08:21.464Z | Downloaded derive_builder_macro v0.20.2 |
| 793 | 2025-03-02T04:08:21.467Z | Downloaded utf-8 v0.7.6 |
| 794 | 2025-03-02T04:08:21.467Z | Downloaded uuid v1.15.1 |
| 795 | 2025-03-02T04:08:21.470Z | Downloaded pem-rfc7468 v0.7.0 |
| 796 | 2025-03-02T04:08:21.473Z | Downloaded p256 v0.13.2 |
| 797 | 2025-03-02T04:08:21.476Z | Downloaded universal-hash v0.5.1 |
| 798 | 2025-03-02T04:08:21.479Z | Downloaded tracing-core v0.1.32 |
| 799 | 2025-03-02T04:08:21.482Z | Downloaded salsa20 v0.10.2 |
| 800 | 2025-03-02T04:08:21.482Z | Downloaded tokio-util v0.7.13 |
| 801 | 2025-03-02T04:08:21.490Z | Downloaded itertools v0.14.0 |
| 802 | 2025-03-02T04:08:21.498Z | Downloaded openssl-macros v0.1.1 |
| 803 | 2025-03-02T04:08:21.502Z | Downloaded utf8_iter v1.0.4 |
| 804 | 2025-03-02T04:08:21.502Z | Downloaded polyval v0.6.2 |
| 805 | 2025-03-02T04:08:21.506Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 806 | 2025-03-02T04:08:21.506Z | Downloaded unicode-xid v0.2.6 |
| 807 | 2025-03-02T04:08:21.509Z | Downloaded rsa v0.9.6 |
| 808 | 2025-03-02T04:08:21.513Z | Downloaded filetime v0.2.25 |
| 809 | 2025-03-02T04:08:21.516Z | Downloaded hickory-resolver v0.24.4 |
| 810 | 2025-03-02T04:08:21.520Z | Downloaded utf16_iter v1.0.5 |
| 811 | 2025-03-02T04:08:21.525Z | Downloaded slog-async v2.8.0 |
| 812 | 2025-03-02T04:08:21.525Z | Downloaded poly1305 v0.8.0 |
| 813 | 2025-03-02T04:08:21.528Z | Downloaded nibble_vec v0.1.0 |
| 814 | 2025-03-02T04:08:21.528Z | Downloaded untrusted v0.9.0 |
| 815 | 2025-03-02T04:08:21.532Z | Downloaded olpc-cjson v0.1.4 |
| 816 | 2025-03-02T04:08:21.532Z | Downloaded zeroize v1.8.1 |
| 817 | 2025-03-02T04:08:21.535Z | Downloaded newtype-uuid v1.2.1 |
| 818 | 2025-03-02T04:08:21.535Z | Downloaded embedded-io v0.4.0 |
| 819 | 2025-03-02T04:08:21.538Z | Downloaded zone_cfg_derive v0.3.0 |
| 820 | 2025-03-02T04:08:21.538Z | Downloaded tinyvec_macros v0.1.1 |
| 821 | 2025-03-02T04:08:21.538Z | Downloaded openssl-sys v0.9.106 |
| 822 | 2025-03-02T04:08:21.544Z | Downloaded quinn-udp v0.5.5 |
| 823 | 2025-03-02T04:08:21.549Z | Downloaded parse-display v0.10.0 |
| 824 | 2025-03-02T04:08:21.552Z | Downloaded fatfs v0.3.6 |
| 825 | 2025-03-02T04:08:21.552Z | Downloaded pin-utils v0.1.0 |
| 826 | 2025-03-02T04:08:21.555Z | Downloaded displaydoc v0.2.5 |
| 827 | 2025-03-02T04:08:21.558Z | Downloaded take_mut v0.2.2 |
| 828 | 2025-03-02T04:08:21.558Z | Downloaded nom v7.1.3 |
| 829 | 2025-03-02T04:08:21.566Z | Downloaded tokio-rustls v0.25.0 |
| 830 | 2025-03-02T04:08:21.571Z | Downloaded rtoolbox v0.0.2 |
| 831 | 2025-03-02T04:08:21.571Z | Downloaded tui-tree-widget v0.23.0 |
| 832 | 2025-03-02T04:08:21.575Z | Downloaded hickory-server v0.24.4 |
| 833 | 2025-03-02T04:08:21.581Z | Downloaded signal-hook-registry v1.4.2 |
| 834 | 2025-03-02T04:08:21.584Z | Downloaded tiny-keccak v2.0.2 |
| 835 | 2025-03-02T04:08:21.584Z | Downloaded progenitor-impl v0.9.1 |
| 836 | 2025-03-02T04:08:21.587Z | Downloaded password-hash v0.4.2 |
| 837 | 2025-03-02T04:08:21.588Z | Downloaded pkcs5 v0.7.1 |
| 838 | 2025-03-02T04:08:21.592Z | Downloaded postgres-types v0.2.9 |
| 839 | 2025-03-02T04:08:21.595Z | Downloaded postgres-protocol v0.6.8 |
| 840 | 2025-03-02T04:08:21.598Z | Downloaded elliptic-curve v0.13.8 |
| 841 | 2025-03-02T04:08:21.602Z | Downloaded derive_builder_core v0.20.2 |
| 842 | 2025-03-02T04:08:21.606Z | Downloaded either v1.14.0 |
| 843 | 2025-03-02T04:08:21.611Z | Downloaded ssh-key v0.6.6 |
| 844 | 2025-03-02T04:08:21.616Z | Downloaded slog-bunyan v2.5.0 |
| 845 | 2025-03-02T04:08:21.620Z | Downloaded signature v2.2.0 |
| 846 | 2025-03-02T04:08:21.620Z | Downloaded progenitor v0.8.0 |
| 847 | 2025-03-02T04:08:21.623Z | Downloaded sqlformat v0.2.6 |
| 848 | 2025-03-02T04:08:21.626Z | Downloaded omicron-zone-package v0.12.0 |
| 849 | 2025-03-02T04:08:21.631Z | Downloaded test-strategy v0.4.0 |
| 850 | 2025-03-02T04:08:21.642Z | Downloaded yoke-derive v0.7.4 |
| 851 | 2025-03-02T04:08:21.642Z | Downloaded num-conv v0.1.0 |
| 852 | 2025-03-02T04:08:21.648Z | Downloaded num-bigint-dig v0.8.4 |
| 853 | 2025-03-02T04:08:21.648Z | Downloaded topological-sort v0.2.2 |
| 854 | 2025-03-02T04:08:21.648Z | Downloaded postcard v1.0.10 |
| 855 | 2025-03-02T04:08:21.648Z | Downloaded num_enum v0.5.11 |
| 856 | 2025-03-02T04:08:21.653Z | Downloaded peg-runtime v0.8.3 |
| 857 | 2025-03-02T04:08:21.657Z | Downloaded float-ord v0.3.2 |
| 858 | 2025-03-02T04:08:21.657Z | Downloaded zone_cfg_derive v0.1.2 |
| 859 | 2025-03-02T04:08:21.657Z | Downloaded futures-io v0.3.31 |
| 860 | 2025-03-02T04:08:21.657Z | Downloaded fixedbitset v0.5.7 |
| 861 | 2025-03-02T04:08:21.663Z | Downloaded toolchain_find v0.4.0 |
| 862 | 2025-03-02T04:08:21.663Z | Downloaded primeorder v0.13.6 |
| 863 | 2025-03-02T04:08:21.667Z | Downloaded thiserror-no-std v2.0.2 |
| 864 | 2025-03-02T04:08:21.667Z | Downloaded rustls-webpki v0.102.8 |
| 865 | 2025-03-02T04:08:21.687Z | Downloaded write16 v1.0.0 |
| 866 | 2025-03-02T04:08:21.690Z | Downloaded slog-envlogger v2.2.0 |
| 867 | 2025-03-02T04:08:21.690Z | Downloaded packed_struct_codegen v0.10.1 |
| 868 | 2025-03-02T04:08:21.694Z | Downloaded opaque-debug v0.3.1 |
| 869 | 2025-03-02T04:08:21.694Z | Downloaded term v0.7.0 |
| 870 | 2025-03-02T04:08:21.697Z | Downloaded russh-cryptovec v0.7.3 |
| 871 | 2025-03-02T04:08:21.703Z | Downloaded slab v0.4.9 |
| 872 | 2025-03-02T04:08:21.703Z | Downloaded parking_lot_core v0.8.6 |
| 873 | 2025-03-02T04:08:21.706Z | Downloaded progenitor-client v0.9.1 |
| 874 | 2025-03-02T04:08:21.706Z | Downloaded progenitor-client v0.8.0 |
| 875 | 2025-03-02T04:08:21.706Z | Downloaded slog-json v2.6.1 |
| 876 | 2025-03-02T04:08:21.706Z | Downloaded flagset v0.4.6 |
| 877 | 2025-03-02T04:08:21.709Z | Downloaded wyz v0.5.1 |
| 878 | 2025-03-02T04:08:21.709Z | Downloaded writeable v0.5.5 |
| 879 | 2025-03-02T04:08:21.712Z | Downloaded zeroize_derive v1.4.2 |
| 880 | 2025-03-02T04:08:21.712Z | Downloaded zerovec-derive v0.10.3 |
| 881 | 2025-03-02T04:08:21.716Z | Downloaded zopfli v0.8.1 |
| 882 | 2025-03-02T04:08:21.719Z | Downloaded endian-type v0.1.2 |
| 883 | 2025-03-02T04:08:21.719Z | Downloaded password-hash v0.5.0 |
| 884 | 2025-03-02T04:08:21.722Z | Downloaded toml_edit v0.19.15 |
| 885 | 2025-03-02T04:08:21.738Z | Downloaded supports-color v3.0.2 |
| 886 | 2025-03-02T04:08:21.741Z | Downloaded ena v0.14.3 |
| 887 | 2025-03-02T04:08:21.741Z | Downloaded predicates-core v1.0.8 |
| 888 | 2025-03-02T04:08:21.744Z | Downloaded powerfmt v0.2.0 |
| 889 | 2025-03-02T04:08:21.744Z | Downloaded float-cmp v0.10.0 |
| 890 | 2025-03-02T04:08:21.747Z | Downloaded time-macros v0.2.18 |
| 891 | 2025-03-02T04:08:21.750Z | Downloaded serde_path_to_error v0.1.16 |
| 892 | 2025-03-02T04:08:21.750Z | Downloaded packed_struct v0.10.1 |
| 893 | 2025-03-02T04:08:21.754Z | Downloaded dirs-next v2.0.0 |
| 894 | 2025-03-02T04:08:21.754Z | Downloaded diesel-dtrace v0.4.2 |
| 895 | 2025-03-02T04:08:21.757Z | Downloaded predicates-tree v1.0.11 |
| 896 | 2025-03-02T04:08:21.757Z | Downloaded value-bag v1.9.0 |
| 897 | 2025-03-02T04:08:21.760Z | Downloaded number_prefix v0.4.0 |
| 898 | 2025-03-02T04:08:21.760Z | Downloaded hash32 v0.3.1 |
| 899 | 2025-03-02T04:08:21.763Z | Downloaded futures-channel v0.3.31 |
| 900 | 2025-03-02T04:08:21.766Z | Downloaded quinn-proto v0.11.8 |
| 901 | 2025-03-02T04:08:21.771Z | Downloaded slog-dtrace v0.3.0 |
| 902 | 2025-03-02T04:08:21.774Z | Downloaded spin v0.9.8 |
| 903 | 2025-03-02T04:08:21.777Z | Downloaded tabled_derive v0.10.0 |
| 904 | 2025-03-02T04:08:21.778Z | Downloaded enum-as-inner v0.6.1 |
| 905 | 2025-03-02T04:08:21.784Z | Downloaded deranged v0.3.11 |
| 906 | 2025-03-02T04:08:21.784Z | Downloaded vergen v8.3.2 |
| 907 | 2025-03-02T04:08:21.787Z | Downloaded parking_lot_core v0.9.10 |
| 908 | 2025-03-02T04:08:21.787Z | Downloaded url v2.5.3 |
| 909 | 2025-03-02T04:08:21.790Z | Downloaded signal-hook v0.3.17 |
| 910 | 2025-03-02T04:08:21.794Z | Downloaded sigpipe v0.1.3 |
| 911 | 2025-03-02T04:08:21.797Z | Downloaded sync-ptr v0.1.1 |
| 912 | 2025-03-02T04:08:21.797Z | Downloaded r2d2 v0.8.10 |
| 913 | 2025-03-02T04:08:21.800Z | Downloaded tokio-stream v0.1.17 |
| 914 | 2025-03-02T04:08:21.804Z | Downloaded which v4.4.2 |
| 915 | 2025-03-02T04:08:21.807Z | Downloaded rand_chacha v0.9.0 |
| 916 | 2025-03-02T04:08:21.807Z | Downloaded multimap v0.10.0 |
| 917 | 2025-03-02T04:08:21.810Z | Downloaded tokio-tungstenite v0.21.0 |
| 918 | 2025-03-02T04:08:21.810Z | Downloaded pin-project-internal v1.1.6 |
| 919 | 2025-03-02T04:08:21.813Z | Downloaded ff v0.13.0 |
| 920 | 2025-03-02T04:08:21.816Z | Downloaded rpassword v7.3.1 |
| 921 | 2025-03-02T04:08:21.816Z | Downloaded lalrpop v0.19.12 |
| 922 | 2025-03-02T04:08:21.828Z | Downloaded progenitor v0.9.1 |
| 923 | 2025-03-02T04:08:21.831Z | Downloaded simd-adler32 v0.3.7 |
| 924 | 2025-03-02T04:08:21.831Z | Downloaded termcolor v1.4.1 |
| 925 | 2025-03-02T04:08:21.834Z | Downloaded chrono v0.4.40 |
| 926 | 2025-03-02T04:08:21.841Z | Downloaded tokio-macros v2.5.0 |
| 927 | 2025-03-02T04:08:21.844Z | Downloaded bindgen v0.69.5 |
| 928 | 2025-03-02T04:08:21.850Z | Downloaded tokio-native-tls v0.3.1 |
| 929 | 2025-03-02T04:08:21.854Z | Downloaded twox-hash v2.1.0 |
| 930 | 2025-03-02T04:08:21.868Z | Downloaded der_derive v0.7.3 |
| 931 | 2025-03-02T04:08:21.868Z | Downloaded bindgen v0.71.1 |
| 932 | 2025-03-02T04:08:21.872Z | Downloaded display-error-chain v0.2.2 |
| 933 | 2025-03-02T04:08:21.872Z | Downloaded vsss-rs v3.3.4 |
| 934 | 2025-03-02T04:08:21.872Z | Downloaded num-complex v0.4.6 |
| 935 | 2025-03-02T04:08:21.876Z | Downloaded peg v0.8.4 |
| 936 | 2025-03-02T04:08:21.880Z | Downloaded rayon-core v1.12.1 |
| 937 | 2025-03-02T04:08:21.883Z | Downloaded pbkdf2 v0.12.2 |
| 938 | 2025-03-02T04:08:21.883Z | Downloaded zerocopy v0.6.6 |
| 939 | 2025-03-02T04:08:21.886Z | Downloaded gethostname v0.5.0 |
| 940 | 2025-03-02T04:08:21.886Z | Downloaded parse-zoneinfo v0.3.1 |
| 941 | 2025-03-02T04:08:21.889Z | Downloaded num v0.4.3 |
| 942 | 2025-03-02T04:08:21.893Z | Downloaded siphasher v0.3.11 |
| 943 | 2025-03-02T04:08:21.893Z | Downloaded getrandom v0.2.15 |
| 944 | 2025-03-02T04:08:21.896Z | Downloaded socket2 v0.5.8 |
| 945 | 2025-03-02T04:08:21.901Z | Downloaded sha1 v0.10.6 |
| 946 | 2025-03-02T04:08:21.906Z | Downloaded pem v3.0.5 |
| 947 | 2025-03-02T04:08:21.906Z | Downloaded multer v3.1.0 |
| 948 | 2025-03-02T04:08:21.906Z | Downloaded derive-where v1.2.7 |
| 949 | 2025-03-02T04:08:21.910Z | Downloaded rand_seeder v0.3.0 |
| 950 | 2025-03-02T04:08:21.915Z | Downloaded ed25519 v2.2.3 |
| 951 | 2025-03-02T04:08:21.915Z | Downloaded pin-project v1.1.6 |
| 952 | 2025-03-02T04:08:21.925Z | Downloaded zip v2.1.3 |
| 953 | 2025-03-02T04:08:21.929Z | Downloaded rand_core v0.6.4 |
| 954 | 2025-03-02T04:08:21.933Z | Downloaded parking_lot v0.12.3 |
| 955 | 2025-03-02T04:08:21.933Z | Downloaded rcgen v0.12.1 |
| 956 | 2025-03-02T04:08:21.939Z | Downloaded snafu v0.8.5 |
| 957 | 2025-03-02T04:08:21.943Z | Downloaded dirs-sys-next v0.1.2 |
| 958 | 2025-03-02T04:08:21.946Z | Downloaded prettyplease v0.2.29 |
| 959 | 2025-03-02T04:08:21.949Z | Downloaded ghash v0.5.1 |
| 960 | 2025-03-02T04:08:21.949Z | Downloaded rustyline v14.0.0 |
| 961 | 2025-03-02T04:08:21.955Z | Downloaded rand_xorshift v0.3.0 |
| 962 | 2025-03-02T04:08:21.958Z | Downloaded rustc-hash v2.1.1 |
| 963 | 2025-03-02T04:08:21.958Z | Downloaded group v0.13.0 |
| 964 | 2025-03-02T04:08:21.962Z | Downloaded papergrid v0.14.0 |
| 965 | 2025-03-02T04:08:21.965Z | Downloaded des v0.8.1 |
| 966 | 2025-03-02T04:08:21.968Z | Downloaded derive_builder v0.20.2 |
| 967 | 2025-03-02T04:08:21.973Z | Downloaded rustc-hash v1.1.0 |
| 968 | 2025-03-02T04:08:21.977Z | Downloaded slog-term v2.9.1 |
| 969 | 2025-03-02T04:08:21.977Z | Downloaded dropshot_endpoint v0.12.0 |
| 970 | 2025-03-02T04:08:21.981Z | Downloaded fd-lock v4.0.2 |
| 971 | 2025-03-02T04:08:21.985Z | Downloaded tungstenite v0.23.0 |
| 972 | 2025-03-02T04:08:21.988Z | Downloaded tungstenite v0.21.0 |
| 973 | 2025-03-02T04:08:21.991Z | Downloaded globset v0.4.15 |
| 974 | 2025-03-02T04:08:21.994Z | Downloaded serde_yaml v0.9.34+deprecated |
| 975 | 2025-03-02T04:08:21.998Z | Downloaded schemars v0.8.22 |
| 976 | 2025-03-02T04:08:22.009Z | Downloaded mockall_derive v0.13.1 |
| 977 | 2025-03-02T04:08:22.013Z | Downloaded similar v2.7.0 |
| 978 | 2025-03-02T04:08:22.018Z | Downloaded num-traits v0.2.19 |
| 979 | 2025-03-02T04:08:22.022Z | Downloaded radix_trie v0.2.1 |
| 980 | 2025-03-02T04:08:22.025Z | Downloaded ron v0.8.1 |
| 981 | 2025-03-02T04:08:22.031Z | Downloaded ron v0.7.1 |
| 982 | 2025-03-02T04:08:22.036Z | Downloaded unicode-normalization v0.1.24 |
| 983 | 2025-03-02T04:08:22.040Z | Downloaded num-bigint v0.4.6 |
| 984 | 2025-03-02T04:08:22.048Z | Downloaded dropshot_endpoint v0.16.0 |
| 985 | 2025-03-02T04:08:22.051Z | Downloaded x509-cert v0.2.5 |
| 986 | 2025-03-02T04:08:22.057Z | Downloaded hashbrown v0.12.3 |
| 987 | 2025-03-02T04:08:22.061Z | Downloaded daft-derive v0.1.1 |
| 988 | 2025-03-02T04:08:22.065Z | Downloaded derive_more v0.99.19 |
| 989 | 2025-03-02T04:08:22.070Z | Downloaded tungstenite v0.24.0 |
| 990 | 2025-03-02T04:08:22.075Z | Downloaded half v2.4.1 |
| 991 | 2025-03-02T04:08:22.078Z | Downloaded zerovec v0.10.4 |
| 992 | 2025-03-02T04:08:22.085Z | Downloaded tokio-postgres v0.7.13 |
| 993 | 2025-03-02T04:08:22.091Z | Downloaded tough v0.19.0 |
| 994 | 2025-03-02T04:08:22.100Z | Downloaded salty v0.3.0 |
| 995 | 2025-03-02T04:08:22.108Z | Downloaded regex v1.11.1 |
| 996 | 2025-03-02T04:08:22.122Z | Downloaded expectorate v1.1.0 |
| 997 | 2025-03-02T04:08:22.126Z | Downloaded flate2 v1.1.0 |
| 998 | 2025-03-02T04:08:22.132Z | Downloaded sqlparser v0.45.0 |
| 999 | 2025-03-02T04:08:22.138Z | Downloaded der v0.7.9 |
| 1000 | 2025-03-02T04:08:22.142Z | Downloaded rustls v0.21.12 |
| 1001 | 2025-03-02T04:08:22.155Z | Downloaded quick-xml v0.37.2 |
| 1002 | 2025-03-02T04:08:22.162Z | Downloaded tower v0.5.2 |
| 1003 | 2025-03-02T04:08:22.172Z | Downloaded p521 v0.13.3 |
| 1004 | 2025-03-02T04:08:22.179Z | Downloaded futures-util v0.3.31 |
| 1005 | 2025-03-02T04:08:22.189Z | Downloaded regress v0.10.3 |
| 1006 | 2025-03-02T04:08:22.199Z | Downloaded hickory-proto v0.24.4 |
| 1007 | 2025-03-02T04:08:22.216Z | Downloaded h2 v0.4.6 |
| 1008 | 2025-03-02T04:08:22.224Z | Downloaded bstr v1.10.0 |
| 1009 | 2025-03-02T04:08:22.236Z | Downloaded zerocopy v0.8.10 |
| 1010 | 2025-03-02T04:08:22.263Z | Downloaded vcpkg v0.2.15 |
| 1011 | 2025-03-02T04:08:22.301Z | Downloaded regex-syntax v0.6.29 |
| 1012 | 2025-03-02T04:08:22.309Z | Downloaded p384 v0.13.0 |
| 1013 | 2025-03-02T04:08:22.316Z | Downloaded tabled v0.18.0 |
| 1014 | 2025-03-02T04:08:22.337Z | Downloaded winnow v0.6.20 |
| 1015 | 2025-03-02T04:08:22.346Z | Downloaded regex-syntax v0.8.5 |
| 1016 | 2025-03-02T04:08:22.355Z | Downloaded petname v2.0.2 |
| 1017 | 2025-03-02T04:08:22.361Z | Downloaded rustls v0.23.19 |
| 1018 | 2025-03-02T04:08:22.375Z | Downloaded openssl v0.10.71 |
| 1019 | 2025-03-02T04:08:22.385Z | Downloaded rustls v0.22.4 |
| 1020 | 2025-03-02T04:08:22.403Z | Downloaded object v0.30.4 |
| 1021 | 2025-03-02T04:08:22.413Z | Downloaded smoltcp v0.11.0 |
| 1022 | 2025-03-02T04:08:22.428Z | Downloaded nix v0.27.1 |
| 1023 | 2025-03-02T04:08:22.437Z | Downloaded diesel v2.2.7 |
| 1024 | 2025-03-02T04:08:22.457Z | Downloaded smoltcp v0.9.1 |
| 1025 | 2025-03-02T04:08:22.469Z | Downloaded dropshot v0.12.0 |
| 1026 | 2025-03-02T04:08:22.489Z | Downloaded nix v0.28.0 |
| 1027 | 2025-03-02T04:08:22.500Z | Downloaded sled v0.34.7 |
| 1028 | 2025-03-02T04:08:22.511Z | Downloaded nix v0.29.0 |
| 1029 | 2025-03-02T04:08:22.523Z | Downloaded typify-impl v0.2.0 |
| 1030 | 2025-03-02T04:08:22.542Z | Downloaded dropshot v0.16.0 |
| 1031 | 2025-03-02T04:08:22.561Z | Downloaded object v0.36.5 |
| 1032 | 2025-03-02T04:08:22.573Z | Downloaded lzma-sys v0.1.20 |
| 1033 | 2025-03-02T04:08:22.602Z | Downloaded openapiv3 v2.0.0 |
| 1034 | 2025-03-02T04:08:22.615Z | Downloaded curve25519-dalek v4.1.3 |
| 1035 | 2025-03-02T04:08:22.624Z | Downloaded libz-sys v1.1.20 |
| 1036 | 2025-03-02T04:08:22.645Z | Downloaded chrono-tz v0.10.1 |
| 1037 | 2025-03-02T04:08:22.653Z | Downloaded typify-impl v0.3.0 |
| 1038 | 2025-03-02T04:08:22.673Z | Downloaded zerocopy-derive v0.6.6 |
| 1039 | 2025-03-02T04:08:22.680Z | Downloaded regex-automata v0.4.8 |
| 1040 | 2025-03-02T04:08:22.697Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1041 | 2025-03-02T04:08:22.710Z | Downloaded polar-core v0.27.3 |
| 1042 | 2025-03-02T04:08:22.719Z | Downloaded git2 v0.19.0 |
| 1043 | 2025-03-02T04:08:22.728Z | Downloaded gimli v0.31.1 |
| 1044 | 2025-03-02T04:08:22.737Z | Downloaded ratatui v0.29.0 |
| 1045 | 2025-03-02T04:08:22.759Z | Downloaded hashbrown v0.13.2 |
| 1046 | 2025-03-02T04:08:22.764Z | Downloaded unicode-width v0.2.0 |
| 1047 | 2025-03-02T04:08:22.769Z | Downloaded webpki-roots v0.26.6 |
| 1048 | 2025-03-02T04:08:22.773Z | Downloaded russh v0.45.0 |
| 1049 | 2025-03-02T04:08:22.779Z | Downloaded portable-atomic v1.9.0 |
| 1050 | 2025-03-02T04:08:22.786Z | Downloaded darling v0.20.10 |
| 1051 | 2025-03-02T04:08:22.791Z | Downloaded tokio v1.43.0 |
| 1052 | 2025-03-02T04:08:22.830Z | Downloaded smf v0.2.3 |
| 1053 | 2025-03-02T04:08:22.834Z | Downloaded csv v1.3.1 |
| 1054 | 2025-03-02T04:08:22.852Z | Downloaded unicode-segmentation v1.12.0 |
| 1055 | 2025-03-02T04:08:22.855Z | Downloaded typed-path v0.9.3 |
| 1056 | 2025-03-02T04:08:22.862Z | Downloaded proptest v1.6.0 |
| 1057 | 2025-03-02T04:08:22.873Z | Downloaded getrandom v0.3.1 |
| 1058 | 2025-03-02T04:08:22.876Z | Downloaded petgraph v0.6.5 |
| 1059 | 2025-03-02T04:08:22.895Z | Downloaded signal-hook-tokio v0.3.1 |
| 1060 | 2025-03-02T04:08:22.898Z | Downloaded rand_core v0.9.2 |
| 1061 | 2025-03-02T04:08:22.898Z | Downloaded petgraph v0.7.1 |
| 1062 | 2025-03-02T04:08:22.917Z | Downloaded ed25519-dalek v2.1.1 |
| 1063 | 2025-03-02T04:08:22.920Z | Downloaded mio v1.0.2 |
| 1064 | 2025-03-02T04:08:22.926Z | Downloaded futures v0.3.31 |
| 1065 | 2025-03-02T04:08:22.931Z | Downloaded samael v0.0.18 |
| 1066 | 2025-03-02T04:08:22.938Z | Downloaded tinyvec v1.8.0 |
| 1067 | 2025-03-02T04:08:22.944Z | Downloaded sha3 v0.10.8 |
| 1068 | 2025-03-02T04:08:22.949Z | Downloaded zip v0.6.6 |
| 1069 | 2025-03-02T04:08:22.953Z | Downloaded tinystr v0.7.6 |
| 1070 | 2025-03-02T04:08:22.953Z | Downloaded yoke v0.7.4 |
| 1071 | 2025-03-02T04:08:22.956Z | Downloaded serde_derive_internals v0.29.1 |
| 1072 | 2025-03-02T04:08:22.962Z | Downloaded tracing v0.1.40 |
| 1073 | 2025-03-02T04:08:22.965Z | Downloaded bitvec v1.0.1 |
| 1074 | 2025-03-02T04:08:22.979Z | Downloaded radium v0.7.0 |
| 1075 | 2025-03-02T04:08:22.982Z | Downloaded tokio-rustls v0.26.0 |
| 1076 | 2025-03-02T04:08:22.982Z | Downloaded parking_lot v0.11.2 |
| 1077 | 2025-03-02T04:08:22.985Z | Downloaded reedline v0.38.0 |
| 1078 | 2025-03-02T04:08:22.991Z | Downloaded winnow v0.5.40 |
| 1079 | 2025-03-02T04:08:23.001Z | Downloaded peg-macros v0.8.4 |
| 1080 | 2025-03-02T04:08:23.004Z | Downloaded unicode_categories v0.1.1 |
| 1081 | 2025-03-02T04:08:23.004Z | Downloaded unicode-bidi v0.3.17 |
| 1082 | 2025-03-02T04:08:23.007Z | Downloaded unicode-properties v0.1.3 |
| 1083 | 2025-03-02T04:08:23.010Z | Downloaded publicsuffix v2.3.0 |
| 1084 | 2025-03-02T04:08:23.014Z | Downloaded reqwest v0.12.12 |
| 1085 | 2025-03-02T04:08:23.021Z | Downloaded shell-words v1.1.0 |
| 1086 | 2025-03-02T04:08:23.025Z | Downloaded rfc6979 v0.4.0 |
| 1087 | 2025-03-02T04:08:23.025Z | Downloaded tap v1.0.1 |
| 1088 | 2025-03-02T04:08:23.028Z | Downloaded shlex v1.3.0 |
| 1089 | 2025-03-02T04:08:23.028Z | Downloaded ring v0.17.11 |
| 1090 | 2025-03-02T04:08:23.072Z | Downloaded time-core v0.1.2 |
| 1091 | 2025-03-02T04:08:23.075Z | Downloaded futures-task v0.3.31 |
| 1092 | 2025-03-02T04:08:23.075Z | Downloaded tokio-rustls v0.24.1 |
| 1093 | 2025-03-02T04:08:23.079Z | Downloaded rand v0.9.0 |
| 1094 | 2025-03-02T04:08:23.082Z | Downloaded encoding_rs v0.8.34 |
| 1095 | 2025-03-02T04:08:23.109Z | Downloaded serde_with v3.12.0 |
| 1096 | 2025-03-02T04:08:23.113Z | Downloaded rustls-webpki v0.101.7 |
| 1097 | 2025-03-02T04:08:23.126Z | Downloaded tabwriter v1.4.0 |
| 1098 | 2025-03-02T04:08:23.129Z | Downloaded qorb v0.2.1 |
| 1099 | 2025-03-02T04:08:23.132Z | Downloaded pin-project-lite v0.2.14 |
| 1100 | 2025-03-02T04:08:23.136Z | Downloaded signal-hook-mio v0.2.4 |
| 1101 | 2025-03-02T04:08:23.139Z | Downloaded blake3 v1.5.4 |
| 1102 | 2025-03-02T04:08:23.145Z | Downloaded pkcs1 v0.7.5 |
| 1103 | 2025-03-02T04:08:23.149Z | Downloaded steno v0.4.1 |
| 1104 | 2025-03-02T04:08:23.152Z | Downloaded fxhash v0.2.1 |
| 1105 | 2025-03-02T04:08:23.156Z | Downloaded nu-ansi-term v0.50.1 |
| 1106 | 2025-03-02T04:08:23.159Z | Downloaded unsafe-libyaml v0.2.11 |
| 1107 | 2025-03-02T04:08:23.162Z | Downloaded walkdir v2.5.0 |
| 1108 | 2025-03-02T04:08:23.162Z | Downloaded rayon v1.10.0 |
| 1109 | 2025-03-02T04:08:23.171Z | Downloaded glob v0.3.2 |
| 1110 | 2025-03-02T04:08:23.174Z | Downloaded futures-core v0.3.31 |
| 1111 | 2025-03-02T04:08:23.174Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1112 | 2025-03-02T04:08:23.233Z | Downloaded sct v0.7.1 |
| 1113 | 2025-03-02T04:08:23.236Z | Downloaded typify v0.3.0 |
| 1114 | 2025-03-02T04:08:23.240Z | Downloaded aes-gcm v0.10.3 |
| 1115 | 2025-03-02T04:08:23.244Z | Downloaded crossterm v0.28.1 |
| 1116 | 2025-03-02T04:08:23.250Z | Downloaded nodrop v0.1.14 |
| 1117 | 2025-03-02T04:08:23.254Z | Downloaded daft v0.1.1 |
| 1118 | 2025-03-02T04:08:23.254Z | Downloaded termios v0.3.3 |
| 1119 | 2025-03-02T04:08:23.254Z | Downloaded snafu-derive v0.8.5 |
| 1120 | 2025-03-02T04:08:23.257Z | Downloaded icu_properties_data v1.5.0 |
| 1121 | 2025-03-02T04:08:23.266Z | Downloaded tar v0.4.44 |
| 1122 | 2025-03-02T04:08:23.269Z | Downloaded futures-executor v0.3.31 |
| 1123 | 2025-03-02T04:08:23.272Z | Downloaded ref-cast-impl v1.0.23 |
| 1124 | 2025-03-02T04:08:23.272Z | Downloaded strum_macros v0.25.3 |
| 1125 | 2025-03-02T04:08:23.276Z | Downloaded secrecy v0.8.0 |
| 1126 | 2025-03-02T04:08:23.276Z | Downloaded scopeguard v1.2.0 |
| 1127 | 2025-03-02T04:08:23.276Z | Downloaded schemars_derive v0.8.22 |
| 1128 | 2025-03-02T04:08:23.279Z | Downloaded darling_core v0.20.10 |
| 1129 | 2025-03-02T04:08:23.282Z | Downloaded rand v0.8.5 |
| 1130 | 2025-03-02T04:08:23.286Z | Downloaded zerocopy-derive v0.8.10 |
| 1131 | 2025-03-02T04:08:23.292Z | Downloaded cc v1.2.15 |
| 1132 | 2025-03-02T04:08:23.296Z | Downloaded bumpalo v3.16.0 |
| 1133 | 2025-03-02T04:08:23.299Z | Downloaded aws-lc-rs v1.12.5 |
| 1134 | 2025-03-02T04:08:23.308Z | Downloaded crossbeam-channel v0.5.13 |
| 1135 | 2025-03-02T04:08:23.313Z | Downloaded form_urlencoded v1.2.1 |
| 1136 | 2025-03-02T04:08:23.316Z | Downloaded stringprep v0.1.5 |
| 1137 | 2025-03-02T04:08:23.316Z | Downloaded rustls-pemfile v2.2.0 |
| 1138 | 2025-03-02T04:08:23.319Z | Downloaded num-derive v0.4.2 |
| 1139 | 2025-03-02T04:08:23.319Z | Downloaded diesel_derives v2.2.3 |
| 1140 | 2025-03-02T04:08:23.323Z | Downloaded num_enum_derive v0.5.11 |
| 1141 | 2025-03-02T04:08:23.326Z | Downloaded unicode-truncate v1.1.0 |
| 1142 | 2025-03-02T04:08:23.326Z | Downloaded rustc_version v0.4.1 |
| 1143 | 2025-03-02T04:08:23.329Z | Downloaded const_format v0.2.34 |
| 1144 | 2025-03-02T04:08:23.332Z | Downloaded compact_str v0.8.0 |
| 1145 | 2025-03-02T04:08:23.335Z | Downloaded dsl_auto_type v0.1.2 |
| 1146 | 2025-03-02T04:08:23.338Z | Downloaded strum_macros v0.26.4 |
| 1147 | 2025-03-02T04:08:23.339Z | Downloaded predicates v3.1.3 |
| 1148 | 2025-03-02T04:08:23.342Z | Downloaded owo-colors v4.2.0 |
| 1149 | 2025-03-02T04:08:23.345Z | Downloaded num-integer v0.1.46 |
| 1150 | 2025-03-02T04:08:23.348Z | Downloaded hash32 v0.2.1 |
| 1151 | 2025-03-02T04:08:23.348Z | Downloaded russh-keys v0.45.0 |
| 1152 | 2025-03-02T04:08:23.353Z | Downloaded libxml v0.3.3 |
| 1153 | 2025-03-02T04:08:23.357Z | Downloaded itertools v0.10.5 |
| 1154 | 2025-03-02T04:08:23.363Z | Downloaded bytes v1.10.0 |
| 1155 | 2025-03-02T04:08:23.368Z | Downloaded progenitor-macro v0.9.1 |
| 1156 | 2025-03-02T04:08:23.373Z | Downloaded defmt-macros v0.3.9 |
| 1157 | 2025-03-02T04:08:23.373Z | Downloaded subtle v2.6.1 |
| 1158 | 2025-03-02T04:08:23.373Z | Downloaded libm v0.2.8 |
| 1159 | 2025-03-02T04:08:23.379Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1160 | 2025-03-02T04:08:23.382Z | Downloaded diff v0.1.13 |
| 1161 | 2025-03-02T04:08:23.385Z | Downloaded quinn v0.11.5 |
| 1162 | 2025-03-02T04:08:23.389Z | Downloaded blake2 v0.10.6 |
| 1163 | 2025-03-02T04:08:23.392Z | Downloaded cookie v0.18.1 |
| 1164 | 2025-03-02T04:08:23.392Z | Downloaded bzip2 v0.4.4 |
| 1165 | 2025-03-02T04:08:23.395Z | Downloaded precomputed-hash v0.1.1 |
| 1166 | 2025-03-02T04:08:23.395Z | Downloaded num-iter v0.1.45 |
| 1167 | 2025-03-02T04:08:23.395Z | Downloaded pbkdf2 v0.11.0 |
| 1168 | 2025-03-02T04:08:23.404Z | Downloaded csv-core v0.1.11 |
| 1169 | 2025-03-02T04:08:23.410Z | Downloaded linear-map v1.2.0 |
| 1170 | 2025-03-02T04:08:23.410Z | Downloaded indent_write v2.2.0 |
| 1171 | 2025-03-02T04:08:23.410Z | Downloaded home v0.5.9 |
| 1172 | 2025-03-02T04:08:23.410Z | Downloaded crc32fast v1.4.2 |
| 1173 | 2025-03-02T04:08:23.410Z | Downloaded bit-vec v0.8.0 |
| 1174 | 2025-03-02T04:08:23.410Z | Downloaded cookie_store v0.21.1 |
| 1175 | 2025-03-02T04:08:23.410Z | Downloaded const-oid v0.9.6 |
| 1176 | 2025-03-02T04:08:23.414Z | Downloaded buf-list v1.0.3 |
| 1177 | 2025-03-02T04:08:23.414Z | Downloaded arc-swap v1.7.1 |
| 1178 | 2025-03-02T04:08:23.417Z | Downloaded chacha20 v0.9.1 |
| 1179 | 2025-03-02T04:08:23.420Z | Downloaded base64 v0.13.1 |
| 1180 | 2025-03-02T04:08:23.423Z | Downloaded base16ct v0.2.0 |
| 1181 | 2025-03-02T04:08:23.423Z | Downloaded const_format_proc_macros v0.2.34 |
| 1182 | 2025-03-02T04:08:23.427Z | Downloaded cassowary v0.3.0 |
| 1183 | 2025-03-02T04:08:23.427Z | Downloaded bcs v0.1.6 |
| 1184 | 2025-03-02T04:08:23.430Z | Downloaded addr2line v0.24.2 |
| 1185 | 2025-03-02T04:08:23.430Z | Downloaded ciborium-ll v0.2.2 |
| 1186 | 2025-03-02T04:08:23.433Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1187 | 2025-03-02T04:08:23.433Z | Downloaded argon2 v0.5.3 |
| 1188 | 2025-03-02T04:08:23.433Z | Downloaded serde_plain v1.0.2 |
| 1189 | 2025-03-02T04:08:23.436Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1190 | 2025-03-02T04:08:23.436Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1191 | 2025-03-02T04:08:23.436Z | Downloaded constant_time_eq v0.3.1 |
| 1192 | 2025-03-02T04:08:23.440Z | Downloaded ciborium-io v0.2.2 |
| 1193 | 2025-03-02T04:08:23.440Z | Downloaded chrono-tz-build v0.4.0 |
| 1194 | 2025-03-02T04:08:23.440Z | Downloaded bitfield v0.14.0 |
| 1195 | 2025-03-02T04:08:23.444Z | Downloaded bit-vec v0.6.3 |
| 1196 | 2025-03-02T04:08:23.444Z | Downloaded bit-set v0.5.3 |
| 1197 | 2025-03-02T04:08:23.444Z | Downloaded rustc-demangle v0.1.24 |
| 1198 | 2025-03-02T04:08:23.447Z | Downloaded base64 v0.21.7 |
| 1199 | 2025-03-02T04:08:23.450Z | Downloaded backoff v0.4.0 |
| 1200 | 2025-03-02T04:08:23.451Z | Downloaded atty v0.2.14 |
| 1201 | 2025-03-02T04:08:23.454Z | Downloaded async-trait v0.1.86 |
| 1202 | 2025-03-02T04:08:23.454Z | Downloaded async-bb8-diesel v0.2.1 |
| 1203 | 2025-03-02T04:08:23.457Z | Downloaded atomic-waker v1.1.2 |
| 1204 | 2025-03-02T04:08:23.460Z | Downloaded ascii-canvas v3.0.0 |
| 1205 | 2025-03-02T04:08:23.460Z | Downloaded async-stream-impl v0.3.6 |
| 1206 | 2025-03-02T04:08:23.460Z | Downloaded thread_local v1.1.8 |
| 1207 | 2025-03-02T04:08:23.464Z | Downloaded strum_macros v0.24.3 |
| 1208 | 2025-03-02T04:08:23.464Z | Downloaded structmeta-derive v0.3.0 |
| 1209 | 2025-03-02T04:08:23.464Z | Downloaded serde_repr v0.1.19 |
| 1210 | 2025-03-02T04:08:23.468Z | Downloaded async-stream v0.3.6 |
| 1211 | 2025-03-02T04:08:23.468Z | Downloaded ahash v0.8.11 |
| 1212 | 2025-03-02T04:08:23.471Z | Downloaded indexmap v1.9.3 |
| 1213 | 2025-03-02T04:08:23.474Z | Downloaded assert_matches v1.5.0 |
| 1214 | 2025-03-02T04:08:23.828Z | Downloaded aws-lc-sys v0.26.0 |
| 1215 | 2025-03-02T04:08:24.161Z | Compiling serde v1.0.218 |
| 1216 | 2025-03-02T04:08:24.164Z | Compiling value-bag v1.9.0 |
| 1217 | 2025-03-02T04:08:24.164Z | Compiling lock_api v0.4.12 |
| 1218 | 2025-03-02T04:08:24.164Z | Compiling scopeguard v1.2.0 |
| 1219 | 2025-03-02T04:08:24.164Z | Compiling typenum v1.17.0 |
| 1220 | 2025-03-02T04:08:24.319Z | Compiling generic-array v0.14.7 |
| 1221 | 2025-03-02T04:08:24.366Z | Compiling syn v2.0.98 |
| 1222 | 2025-03-02T04:08:24.381Z | Compiling getrandom v0.2.15 |
| 1223 | 2025-03-02T04:08:24.620Z | Compiling shlex v1.3.0 |
| 1224 | 2025-03-02T04:08:24.897Z | Compiling log v0.4.22 |
| 1225 | 2025-03-02T04:08:24.939Z | Compiling rand_core v0.6.4 |
| 1226 | 2025-03-02T04:08:25.026Z | Compiling subtle v2.6.1 |
| 1227 | 2025-03-02T04:08:25.073Z | Compiling jobserver v0.1.32 |
| 1228 | 2025-03-02T04:08:25.118Z | Compiling smallvec v1.14.0 |
| 1229 | 2025-03-02T04:08:25.411Z | Compiling const-oid v0.9.6 |
| 1230 | 2025-03-02T04:08:25.433Z | Compiling pin-project-lite v0.2.14 |
| 1231 | 2025-03-02T04:08:25.456Z | Compiling rustix v0.38.37 |
| 1232 | 2025-03-02T04:08:25.505Z | Compiling cc v1.2.15 |
| 1233 | 2025-03-02T04:08:25.582Z | Compiling parking_lot_core v0.9.10 |
| 1234 | 2025-03-02T04:08:25.722Z | Compiling futures-core v0.3.31 |
| 1235 | 2025-03-02T04:08:25.972Z | Compiling spin v0.9.8 |
| 1236 | 2025-03-02T04:08:26.010Z | Compiling signal-hook-registry v1.4.2 |
| 1237 | 2025-03-02T04:08:26.378Z | Compiling mio v1.0.2 |
| 1238 | 2025-03-02T04:08:26.404Z | Compiling aho-corasick v1.1.3 |
| 1239 | 2025-03-02T04:08:26.678Z | Compiling parking_lot v0.12.3 |
| 1240 | 2025-03-02T04:08:26.766Z | Compiling regex-syntax v0.8.5 |
| 1241 | 2025-03-02T04:08:26.972Z | Compiling cpufeatures v0.2.14 |
| 1242 | 2025-03-02T04:08:27.101Z | Compiling either v1.14.0 |
| 1243 | 2025-03-02T04:08:27.481Z | Compiling stable_deref_trait v1.2.0 |
| 1244 | 2025-03-02T04:08:27.557Z | Compiling futures-sink v0.3.31 |
| 1245 | 2025-03-02T04:08:27.561Z | Compiling socket2 v0.5.8 |
| 1246 | 2025-03-02T04:08:27.599Z | Compiling slab v0.4.9 |
| 1247 | 2025-03-02T04:08:27.619Z | Compiling glob v0.3.2 |
| 1248 | 2025-03-02T04:08:27.728Z | Compiling prettyplease v0.2.29 |
| 1249 | 2025-03-02T04:08:28.139Z | Compiling lazy_static v1.5.0 |
| 1250 | 2025-03-02T04:08:28.313Z | Compiling serde_json v1.0.139 |
| 1251 | 2025-03-02T04:08:28.407Z | Compiling minimal-lexical v0.2.1 |
| 1252 | 2025-03-02T04:08:28.501Z | Compiling clang-sys v1.8.1 |
| 1253 | 2025-03-02T04:08:28.549Z | Compiling futures-channel v0.3.31 |
| 1254 | 2025-03-02T04:08:28.692Z | Compiling libloading v0.8.5 |
| 1255 | 2025-03-02T04:08:28.934Z | Compiling nom v7.1.3 |
| 1256 | 2025-03-02T04:08:28.993Z | Compiling pin-utils v0.1.0 |
| 1257 | 2025-03-02T04:08:29.100Z | Compiling bindgen v0.69.5 |
| 1258 | 2025-03-02T04:08:29.121Z | Compiling futures-io v0.3.31 |
| 1259 | 2025-03-02T04:08:29.255Z | Compiling futures-task v0.3.31 |
| 1260 | 2025-03-02T04:08:29.414Z | Compiling home v0.5.9 |
| 1261 | 2025-03-02T04:08:29.680Z | Compiling itertools v0.12.1 |
| 1262 | 2025-03-02T04:08:29.748Z | Compiling rustc-hash v1.1.0 |
| 1263 | 2025-03-02T04:08:29.919Z | Compiling foldhash v0.1.3 |
| 1264 | 2025-03-02T04:08:30.044Z | Compiling lazycell v1.3.0 |
| 1265 | 2025-03-02T04:08:30.221Z | Compiling allocator-api2 v0.2.18 |
| 1266 | 2025-03-02T04:08:30.241Z | Compiling libm v0.2.8 |
| 1267 | 2025-03-02T04:08:30.632Z | Compiling cmake v0.1.51 |
| 1268 | 2025-03-02T04:08:30.974Z | Compiling regex-automata v0.4.8 |
| 1269 | 2025-03-02T04:08:31.117Z | Compiling hashbrown v0.15.1 |
| 1270 | 2025-03-02T04:08:31.594Z | Compiling num-traits v0.2.19 |
| 1271 | 2025-03-02T04:08:31.824Z | Compiling dunce v1.0.5 |
| 1272 | 2025-03-02T04:08:31.971Z | Compiling fs_extra v1.3.0 |
| 1273 | 2025-03-02T04:08:32.414Z | Compiling synstructure v0.13.1 |
| 1274 | 2025-03-02T04:08:32.434Z | Compiling cexpr v0.6.0 |
| 1275 | 2025-03-02T04:08:32.659Z | Compiling pkg-config v0.3.31 |
| 1276 | 2025-03-02T04:08:33.866Z | Compiling writeable v0.5.5 |
| 1277 | 2025-03-02T04:08:33.957Z | Compiling getrandom v0.3.1 |
| 1278 | 2025-03-02T04:08:34.116Z | Compiling litemap v0.7.3 |
| 1279 | 2025-03-02T04:08:34.441Z | Compiling ring v0.17.11 |
| 1280 | 2025-03-02T04:08:34.716Z | Compiling base64ct v1.6.0 |
| 1281 | 2025-03-02T04:08:34.911Z | Compiling paste v1.0.15 |
| 1282 | 2025-03-02T04:08:35.336Z | Compiling pem-rfc7468 v0.7.0 |
| 1283 | 2025-03-02T04:08:35.553Z | Compiling aws-lc-rs v1.12.5 |
| 1284 | 2025-03-02T04:08:35.964Z | Compiling flagset v0.4.6 |
| 1285 | 2025-03-02T04:08:35.986Z | Compiling httparse v1.9.5 |
| 1286 | 2025-03-02T04:08:36.020Z | Compiling icu_locid_transform_data v1.5.0 |
| 1287 | 2025-03-02T04:08:36.206Z | Compiling tracing-core v0.1.32 |
| 1288 | 2025-03-02T04:08:36.345Z | Compiling percent-encoding v2.3.1 |
| 1289 | 2025-03-02T04:08:36.649Z | Compiling rustls-pki-types v1.10.0 |
| 1290 | 2025-03-02T04:08:36.678Z | Compiling regex v1.11.1 |
| 1291 | 2025-03-02T04:08:37.273Z | Compiling icu_properties_data v1.5.0 |
| 1292 | 2025-03-02T04:08:37.399Z | Compiling crossbeam-utils v0.8.20 |
| 1293 | 2025-03-02T04:08:37.442Z | Compiling serde_derive v1.0.218 |
| 1294 | 2025-03-02T04:08:37.514Z | Compiling zeroize_derive v1.4.2 |
| 1295 | 2025-03-02T04:08:37.613Z | Compiling zerocopy-derive v0.7.35 |
| 1296 | 2025-03-02T04:08:37.634Z | Compiling tokio-macros v2.5.0 |
| 1297 | 2025-03-02T04:08:37.934Z | Compiling zerofrom-derive v0.1.4 |
| 1298 | 2025-03-02T04:08:38.948Z | Compiling zeroize v1.8.1 |
| 1299 | 2025-03-02T04:08:39.147Z | Compiling yoke-derive v0.7.4 |
| 1300 | 2025-03-02T04:08:39.626Z | Compiling zerocopy v0.7.35 |
| 1301 | 2025-03-02T04:08:40.130Z | Compiling futures-macro v0.3.31 |
| 1302 | 2025-03-02T04:08:40.685Z | Compiling crypto-common v0.1.6 |
| 1303 | 2025-03-02T04:08:40.926Z | Compiling block-buffer v0.10.4 |
| 1304 | 2025-03-02T04:08:41.037Z | Compiling thiserror-impl v1.0.69 |
| 1305 | 2025-03-02T04:08:41.203Z | Compiling digest v0.10.7 |
| 1306 | 2025-03-02T04:08:41.266Z | Compiling zerovec-derive v0.10.3 |
| 1307 | 2025-03-02T04:08:41.509Z | Compiling zerofrom v0.1.4 |
| 1308 | 2025-03-02T04:08:41.702Z | Compiling hmac v0.12.1 |
| 1309 | 2025-03-02T04:08:41.750Z | Compiling displaydoc v0.2.5 |
| 1310 | 2025-03-02T04:08:41.796Z | Compiling yoke v0.7.4 |
| 1311 | 2025-03-02T04:08:41.962Z | Compiling block-padding v0.3.3 |
| 1312 | 2025-03-02T04:08:41.990Z | Compiling ppv-lite86 v0.2.20 |
| 1313 | 2025-03-02T04:08:42.026Z | Compiling futures-util v0.3.31 |
| 1314 | 2025-03-02T04:08:42.143Z | Compiling sha2 v0.10.8 |
| 1315 | 2025-03-02T04:08:42.233Z | Compiling inout v0.1.3 |
| 1316 | 2025-03-02T04:08:42.544Z | Compiling cipher v0.4.4 |
| 1317 | 2025-03-02T04:08:42.799Z | Compiling icu_provider_macros v1.5.0 |
| 1318 | 2025-03-02T04:08:43.101Z | Compiling der_derive v0.7.3 |
| 1319 | 2025-03-02T04:08:43.347Z | Compiling tracing-attributes v0.1.27 |
| 1320 | 2025-03-02T04:08:43.914Z | Compiling salsa20 v0.10.2 |
| 1321 | 2025-03-02T04:08:43.917Z | Compiling zerovec v0.10.4 |
| 1322 | 2025-03-02T04:08:44.061Z | Compiling thiserror v1.0.69 |
| 1323 | 2025-03-02T04:08:44.172Z | Compiling pbkdf2 v0.12.2 |
| 1324 | 2025-03-02T04:08:44.230Z | Compiling pest v2.7.14 |
| 1325 | 2025-03-02T04:08:45.108Z | Compiling icu_normalizer_data v1.5.0 |
| 1326 | 2025-03-02T04:08:45.242Z | Compiling vcpkg v0.2.15 |
| 1327 | 2025-03-02T04:08:45.557Z | Compiling der v0.7.9 |
| 1328 | 2025-03-02T04:08:45.830Z | Compiling tinystr v0.7.6 |
| 1329 | 2025-03-02T04:08:46.068Z | Compiling icu_collections v1.5.0 |
| 1330 | 2025-03-02T04:08:46.227Z | Compiling icu_locid v1.5.0 |
| 1331 | 2025-03-02T04:08:46.766Z | Compiling tracing v0.1.40 |
| 1332 | 2025-03-02T04:08:47.019Z | Compiling utf16_iter v1.0.5 |
| 1333 | 2025-03-02T04:08:47.258Z | Compiling time-core v0.1.2 |
| 1334 | 2025-03-02T04:08:47.296Z | Compiling untrusted v0.7.1 |
| 1335 | 2025-03-02T04:08:47.385Z | Compiling icu_provider v1.5.0 |
| 1336 | 2025-03-02T04:08:47.431Z | Compiling utf8_iter v1.0.4 |
| 1337 | 2025-03-02T04:08:47.450Z | Compiling powerfmt v0.2.0 |
| 1338 | 2025-03-02T04:08:47.510Z | Compiling write16 v1.0.0 |
| 1339 | 2025-03-02T04:08:47.667Z | Compiling spki v0.7.3 |
| 1340 | 2025-03-02T04:08:47.688Z | Compiling untrusted v0.9.0 |
| 1341 | 2025-03-02T04:08:47.709Z | Compiling num-conv v0.1.0 |
| 1342 | 2025-03-02T04:08:47.872Z | Compiling deranged v0.3.11 |
| 1343 | 2025-03-02T04:08:48.001Z | Compiling time-macros v0.2.18 |
| 1344 | 2025-03-02T04:08:48.055Z | Compiling openssl-sys v0.9.106 |
| 1345 | 2025-03-02T04:08:48.224Z | Compiling icu_locid_transform v1.5.0 |
| 1346 | 2025-03-02T04:08:48.380Z | Compiling pest_meta v2.7.14 |
| 1347 | 2025-03-02T04:08:49.123Z | Compiling scrypt v0.11.0 |
| 1348 | 2025-03-02T04:08:49.401Z | Compiling aes v0.8.4 |
| 1349 | 2025-03-02T04:08:49.694Z | Compiling icu_properties v1.5.1 |
| 1350 | 2025-03-02T04:08:49.883Z | Compiling cbc v0.1.2 |
| 1351 | 2025-03-02T04:08:50.157Z | Compiling scroll_derive v0.12.0 |
| 1352 | 2025-03-02T04:08:50.601Z | Compiling atomic-waker v1.1.2 |
| 1353 | 2025-03-02T04:08:50.813Z | Compiling bitflags v2.6.0 |
| 1354 | 2025-03-02T04:08:51.070Z | Compiling bytes v1.10.0 |
| 1355 | 2025-03-02T04:08:51.637Z | Compiling semver v1.0.25 |
| 1356 | 2025-03-02T04:08:52.317Z | Compiling tokio v1.43.0 |
| 1357 | 2025-03-02T04:08:52.341Z | Compiling indexmap v2.7.1 |
| 1358 | 2025-03-02T04:08:52.378Z | Compiling http v1.2.0 |
| 1359 | 2025-03-02T04:08:52.517Z | Compiling rustc_version v0.4.1 |
| 1360 | 2025-03-02T04:08:52.703Z | Compiling num_threads v0.1.7 |
| 1361 | 2025-03-02T04:08:52.853Z | Compiling tinyvec_macros v0.1.1 |
| 1362 | 2025-03-02T04:08:52.967Z | Compiling tinyvec v1.8.0 |
| 1363 | 2025-03-02T04:08:53.210Z | Compiling time v0.3.36 |
| 1364 | 2025-03-02T04:08:53.688Z | Compiling icu_normalizer v1.5.0 |
| 1365 | 2025-03-02T04:08:54.153Z | Compiling http-body v1.0.1 |
| 1366 | 2025-03-02T04:08:54.451Z | Compiling scroll v0.12.0 |
| 1367 | 2025-03-02T04:08:54.468Z | Compiling pkcs5 v0.7.1 |
| 1368 | 2025-03-02T04:08:54.493Z | Compiling pest_generator v2.7.14 |
| 1369 | 2025-03-02T04:08:54.730Z | Compiling idna_adapter v1.2.0 |
| 1370 | 2025-03-02T04:08:54.990Z | Compiling which v4.4.2 |
| 1371 | 2025-03-02T04:08:55.010Z | Compiling rand_chacha v0.3.1 |
| 1372 | 2025-03-02T04:08:55.611Z | Compiling form_urlencoded v1.2.1 |
| 1373 | 2025-03-02T04:08:55.615Z | Compiling try-lock v0.2.5 |
| 1374 | 2025-03-02T04:08:55.804Z | Compiling slog v2.7.0 |
| 1375 | 2025-03-02T04:08:55.939Z | Compiling zerocopy v0.8.10 |
| 1376 | 2025-03-02T04:08:55.974Z | Compiling goblin v0.8.2 |
| 1377 | 2025-03-02T04:08:56.413Z | Compiling want v0.3.1 |
| 1378 | 2025-03-02T04:08:56.432Z | Compiling pest_derive v2.7.14 |
| 1379 | 2025-03-02T04:08:56.714Z | Compiling rand v0.8.5 |
| 1380 | 2025-03-02T04:08:56.812Z | Compiling pkcs8 v0.10.2 |
| 1381 | 2025-03-02T04:08:57.282Z | Compiling idna v1.0.3 |
| 1382 | 2025-03-02T04:08:57.493Z | Compiling uuid v1.15.1 |
| 1383 | 2025-03-02T04:08:57.496Z | Compiling zerocopy-derive v0.8.10 |
| 1384 | 2025-03-02T04:08:58.064Z | Compiling iana-time-zone v0.1.61 |
| 1385 | 2025-03-02T04:08:58.463Z | Compiling httpdate v1.0.3 |
| 1386 | 2025-03-02T04:08:58.779Z | Compiling tower-service v0.3.3 |
| 1387 | 2025-03-02T04:08:58.922Z | Compiling chrono v0.4.40 |
| 1388 | 2025-03-02T04:08:58.942Z | Compiling dtrace-parser v0.2.0 |
| 1389 | 2025-03-02T04:08:59.117Z | Compiling serde_tokenstream v0.2.2 |
| 1390 | 2025-03-02T04:08:59.707Z | Compiling toml_datetime v0.6.8 |
| 1391 | 2025-03-02T04:08:59.732Z | Compiling serde_spanned v0.6.8 |
| 1392 | 2025-03-02T04:08:59.996Z | Compiling adler2 v2.0.0 |
| 1393 | 2025-03-02T04:09:00.178Z | Compiling openssl v0.10.71 |
| 1394 | 2025-03-02T04:09:00.238Z | Compiling foreign-types-shared v0.1.1 |
| 1395 | 2025-03-02T04:09:00.380Z | Compiling base64 v0.22.1 |
| 1396 | 2025-03-02T04:09:00.640Z | Compiling match_cfg v0.1.0 |
| 1397 | 2025-03-02T04:09:00.751Z | Compiling tokio-util v0.7.13 |
| 1398 | 2025-03-02T04:09:00.863Z | Compiling rustversion v1.0.17 |
| 1399 | 2025-03-02T04:09:01.099Z | Compiling hostname v0.3.1 |
| 1400 | 2025-03-02T04:09:01.364Z | Compiling foreign-types v0.3.2 |
| 1401 | 2025-03-02T04:09:01.464Z | Compiling miniz_oxide v0.8.5 |
| 1402 | 2025-03-02T04:09:01.684Z | Compiling url v2.5.3 |
| 1403 | 2025-03-02T04:09:02.085Z | Compiling h2 v0.4.6 |
| 1404 | 2025-03-02T04:09:02.338Z | Compiling dof v0.3.0 |
| 1405 | 2025-03-02T04:09:03.514Z | Compiling rand_core v0.9.2 |
| 1406 | 2025-03-02T04:09:03.633Z | Compiling usdt-impl v0.5.0 |
| 1407 | 2025-03-02T04:09:03.970Z | Compiling async-trait v0.1.86 |
| 1408 | 2025-03-02T04:09:04.201Z | Compiling openssl-macros v0.1.1 |
| 1409 | 2025-03-02T04:09:04.352Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2025-03-02T04:09:05.001Z | Compiling dirs-sys-next v0.1.2 |
| 1411 | 2025-03-02T04:09:05.077Z | Compiling siphasher v0.3.11 |
| 1412 | 2025-03-02T04:09:05.483Z | Compiling native-tls v0.2.12 |
| 1413 | 2025-03-02T04:09:05.518Z | Compiling data-encoding v2.6.0 |
| 1414 | 2025-03-02T04:09:05.576Z | Compiling schemars v0.8.22 |
| 1415 | 2025-03-02T04:09:05.839Z | Compiling syn v1.0.109 |
| 1416 | 2025-03-02T04:09:05.916Z | Compiling rustls v0.23.19 |
| 1417 | 2025-03-02T04:09:05.939Z | Compiling rustls v0.22.4 |
| 1418 | 2025-03-02T04:09:06.310Z | Compiling dirs-next v2.0.0 |
| 1419 | 2025-03-02T04:09:06.404Z | Compiling rand_chacha v0.9.0 |
| 1420 | 2025-03-02T04:09:06.540Z | Compiling unicode-normalization v0.1.24 |
| 1421 | 2025-03-02T04:09:06.785Z | Compiling schemars_derive v0.8.22 |
| 1422 | 2025-03-02T04:09:07.413Z | Compiling http-body-util v0.1.2 |
| 1423 | 2025-03-02T04:09:07.716Z | Compiling heapless v0.7.17 |
| 1424 | 2025-03-02T04:09:07.783Z | Compiling crossbeam-epoch v0.9.18 |
| 1425 | 2025-03-02T04:09:07.928Z | Compiling signature v2.2.0 |
| 1426 | 2025-03-02T04:09:08.164Z | Compiling sha1 v0.10.6 |
| 1427 | 2025-03-02T04:09:08.238Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1428 | 2025-03-02T04:09:08.504Z | Compiling thread_local v1.1.8 |
| 1429 | 2025-03-02T04:09:08.639Z | Compiling encoding_rs v0.8.34 |
| 1430 | 2025-03-02T04:09:08.643Z | Compiling multer v3.1.0 |
| 1431 | 2025-03-02T04:09:08.794Z | Compiling cookie v0.18.1 |
| 1432 | 2025-03-02T04:09:08.980Z | Compiling slog-async v2.8.0 |
| 1433 | 2025-03-02T04:09:09.009Z | Compiling dyn-clone v1.0.18 |
| 1434 | 2025-03-02T04:09:09.122Z | Compiling unicode-bidi v0.3.17 |
| 1435 | 2025-03-02T04:09:09.245Z | Compiling rayon-core v1.12.1 |
| 1436 | 2025-03-02T04:09:09.591Z | Compiling hyper v1.6.0 |
| 1437 | 2025-03-02T04:09:09.598Z | Compiling openssl-probe v0.1.5 |
| 1438 | 2025-03-02T04:09:09.853Z | Compiling mime v0.3.17 |
| 1439 | 2025-03-02T04:09:09.942Z | Compiling unicode-properties v0.1.3 |
| 1440 | 2025-03-02T04:09:10.388Z | Compiling signal-hook v0.3.17 |
| 1441 | 2025-03-02T04:09:10.420Z | Compiling gimli v0.31.1 |
| 1442 | 2025-03-02T04:09:10.444Z | Compiling ipnet v2.11.0 |
| 1443 | 2025-03-02T04:09:10.748Z | Compiling stringprep v0.1.5 |
| 1444 | 2025-03-02T04:09:11.842Z | Compiling toml_edit v0.22.24 |
| 1445 | 2025-03-02T04:09:12.407Z | Compiling hyper-util v0.1.10 |
| 1446 | 2025-03-02T04:09:13.574Z | Compiling crossbeam-deque v0.8.5 |
| 1447 | 2025-03-02T04:09:14.013Z | Compiling rand v0.9.0 |
| 1448 | 2025-03-02T04:09:14.968Z | Compiling addr2line v0.24.2 |
| 1449 | 2025-03-02T04:09:15.165Z | Compiling term v0.7.0 |
| 1450 | 2025-03-02T04:09:15.299Z | Compiling usdt-macro v0.5.0 |
| 1451 | 2025-03-02T04:09:15.370Z | Compiling usdt-attr-macro v0.5.0 |
| 1452 | 2025-03-02T04:09:15.676Z | Compiling slog-json v2.6.1 |
| 1453 | 2025-03-02T04:09:15.787Z | Compiling serde_urlencoded v0.7.1 |
| 1454 | 2025-03-02T04:09:16.080Z | Compiling curve25519-dalek v4.1.3 |
| 1455 | 2025-03-02T04:09:16.343Z | Compiling crossbeam-channel v0.5.13 |
| 1456 | 2025-03-02T04:09:16.484Z | Compiling enum-as-inner v0.6.1 |
| 1457 | 2025-03-02T04:09:16.756Z | Compiling futures-executor v0.3.31 |
| 1458 | 2025-03-02T04:09:16.781Z | Compiling md-5 v0.10.6 |
| 1459 | 2025-03-02T04:09:16.975Z | Compiling async-stream-impl v0.3.6 |
| 1460 | 2025-03-02T04:09:17.083Z | Compiling rustls-pemfile v2.2.0 |
| 1461 | 2025-03-02T04:09:17.279Z | Compiling num-integer v0.1.46 |
| 1462 | 2025-03-02T04:09:17.409Z | Compiling hash32 v0.2.1 |
| 1463 | 2025-03-02T04:09:17.431Z | Compiling ff v0.13.0 |
| 1464 | 2025-03-02T04:09:17.616Z | Compiling is-terminal v0.4.13 |
| 1465 | 2025-03-02T04:09:17.696Z | Compiling dropshot v0.12.0 |
| 1466 | 2025-03-02T04:09:17.762Z | Compiling object v0.36.5 |
| 1467 | 2025-03-02T04:09:17.810Z | Compiling memoffset v0.9.1 |
| 1468 | 2025-03-02T04:09:18.032Z | Compiling cfg_aliases v0.2.1 |
| 1469 | 2025-03-02T04:09:18.052Z | Compiling litrs v0.4.1 |
| 1470 | 2025-03-02T04:09:18.144Z | Compiling smoltcp v0.9.1 |
| 1471 | 2025-03-02T04:09:18.167Z | Compiling portable-atomic v1.9.0 |
| 1472 | 2025-03-02T04:09:18.286Z | Compiling take_mut v0.2.2 |
| 1473 | 2025-03-02T04:09:18.473Z | Compiling quick-error v1.2.3 |
| 1474 | 2025-03-02T04:09:18.762Z | Compiling anyhow v1.0.96 |
| 1475 | 2025-03-02T04:09:18.833Z | Compiling utf-8 v0.7.6 |
| 1476 | 2025-03-02T04:09:19.133Z | Compiling fallible-iterator v0.2.0 |
| 1477 | 2025-03-02T04:09:19.165Z | Compiling num-bigint-dig v0.8.4 |
| 1478 | 2025-03-02T04:09:19.178Z | Compiling psl-types v2.0.11 |
| 1479 | 2025-03-02T04:09:19.273Z | Compiling base16ct v0.2.0 |
| 1480 | 2025-03-02T04:09:19.330Z | Compiling linked-hash-map v0.5.6 |
| 1481 | 2025-03-02T04:09:19.392Z | Compiling rustc-demangle v0.1.24 |
| 1482 | 2025-03-02T04:09:19.564Z | Compiling publicsuffix v2.3.0 |
| 1483 | 2025-03-02T04:09:19.664Z | Compiling sec1 v0.7.3 |
| 1484 | 2025-03-02T04:09:19.765Z | Compiling postgres-protocol v0.6.8 |
| 1485 | 2025-03-02T04:09:19.812Z | Compiling lru-cache v0.1.2 |
| 1486 | 2025-03-02T04:09:20.113Z | Compiling document-features v0.2.10 |
| 1487 | 2025-03-02T04:09:20.225Z | Compiling tungstenite v0.24.0 |
| 1488 | 2025-03-02T04:09:20.341Z | Compiling resolv-conf v0.7.0 |
| 1489 | 2025-03-02T04:09:21.050Z | Compiling async-stream v0.3.6 |
| 1490 | 2025-03-02T04:09:21.074Z | Compiling nix v0.29.0 |
| 1491 | 2025-03-02T04:09:21.432Z | Compiling num-iter v0.1.45 |
| 1492 | 2025-03-02T04:09:21.472Z | Compiling slog-term v2.9.1 |
| 1493 | 2025-03-02T04:09:21.648Z | Compiling group v0.13.0 |
| 1494 | 2025-03-02T04:09:21.993Z | Compiling usdt v0.5.0 |
| 1495 | 2025-03-02T04:09:22.016Z | Compiling hickory-proto v0.24.4 |
| 1496 | 2025-03-02T04:09:22.300Z | Compiling futures v0.3.31 |
| 1497 | 2025-03-02T04:09:22.501Z | Compiling slog-bunyan v2.5.0 |
| 1498 | 2025-03-02T04:09:22.536Z | Compiling toml v0.8.20 |
| 1499 | 2025-03-02T04:09:23.714Z | Compiling camino v1.1.9 |
| 1500 | 2025-03-02T04:09:23.793Z | Compiling tokio-native-tls v0.3.1 |
| 1501 | 2025-03-02T04:09:24.113Z | Compiling phf_shared v0.11.2 |
| 1502 | 2025-03-02T04:09:24.195Z | Compiling dropshot_endpoint v0.12.0 |
| 1503 | 2025-03-02T04:09:24.534Z | Compiling backtrace v0.3.74 |
| 1504 | 2025-03-02T04:09:24.608Z | Compiling terminal_size v0.4.0 |
| 1505 | 2025-03-02T04:09:24.874Z | Compiling openapiv3 v2.0.0 |
| 1506 | 2025-03-02T04:09:24.940Z | Compiling waitgroup v0.1.2 |
| 1507 | 2025-03-02T04:09:25.095Z | Compiling serde_path_to_error v0.1.16 |
| 1508 | 2025-03-02T04:09:25.187Z | Compiling hkdf v0.12.4 |
| 1509 | 2025-03-02T04:09:25.486Z | Compiling crypto-bigint v0.5.5 |
| 1510 | 2025-03-02T04:09:25.870Z | Compiling zerocopy-derive v0.6.6 |
| 1511 | 2025-03-02T04:09:26.778Z | Compiling hubpack_derive v0.1.1 |
| 1512 | 2025-03-02T04:09:27.480Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1513 | 2025-03-02T04:09:27.725Z | Compiling webpki-roots v0.26.6 |
| 1514 | 2025-03-02T04:09:27.878Z | Compiling sync_wrapper v1.0.1 |
| 1515 | 2025-03-02T04:09:27.937Z | Compiling hostname v0.4.0 |
| 1516 | 2025-03-02T04:09:28.055Z | Compiling fs-err v2.11.0 |
| 1517 | 2025-03-02T04:09:28.185Z | Compiling crc32fast v1.4.2 |
| 1518 | 2025-03-02T04:09:28.393Z | Compiling ahash v0.8.11 |
| 1519 | 2025-03-02T04:09:28.488Z | Compiling debug-ignore v1.0.5 |
| 1520 | 2025-03-02T04:09:28.516Z | Compiling tower-layer v0.3.3 |
| 1521 | 2025-03-02T04:09:28.664Z | Compiling managed v0.8.0 |
| 1522 | 2025-03-02T04:09:28.750Z | Compiling newtype-uuid v1.2.1 |
| 1523 | 2025-03-02T04:09:28.816Z | Compiling unicode-width v0.2.0 |
| 1524 | 2025-03-02T04:09:28.968Z | Compiling winnow v0.5.40 |
| 1525 | 2025-03-02T04:09:29.126Z | Compiling strum_macros v0.25.3 |
| 1526 | 2025-03-02T04:09:29.376Z | Compiling console v0.15.10 |
| 1527 | 2025-03-02T04:09:30.849Z | Compiling clap_builder v4.5.31 |
| 1528 | 2025-03-02T04:09:31.211Z | Compiling tower v0.5.2 |
| 1529 | 2025-03-02T04:09:31.526Z | Compiling elliptic-curve v0.13.8 |
| 1530 | 2025-03-02T04:09:31.862Z | Compiling flate2 v1.1.0 |
| 1531 | 2025-03-02T04:09:32.221Z | Compiling zerocopy v0.6.6 |
| 1532 | 2025-03-02T04:09:32.393Z | Compiling toml_edit v0.19.15 |
| 1533 | 2025-03-02T04:09:32.657Z | Compiling hickory-resolver v0.24.4 |
| 1534 | 2025-03-02T04:09:32.776Z | Compiling hubpack v0.1.2 |
| 1535 | 2025-03-02T04:09:33.094Z | Compiling signal-hook-mio v0.2.4 |
| 1536 | 2025-03-02T04:09:33.208Z | Compiling phf v0.11.2 |
| 1537 | 2025-03-02T04:09:33.283Z | Compiling hyper-tls v0.6.0 |
| 1538 | 2025-03-02T04:09:33.514Z | Compiling rayon v1.10.0 |
| 1539 | 2025-03-02T04:09:33.724Z | Compiling cookie_store v0.21.1 |
| 1540 | 2025-03-02T04:09:33.748Z | Compiling bzip2 v0.4.4 |
| 1541 | 2025-03-02T04:09:35.388Z | Compiling tokio-tungstenite v0.24.0 |
| 1542 | 2025-03-02T04:09:35.963Z | Compiling postgres-types v0.2.9 |
| 1543 | 2025-03-02T04:09:37.382Z | Compiling ed25519 v2.2.3 |
| 1544 | 2025-03-02T04:09:38.081Z | Compiling phf_shared v0.10.0 |
| 1545 | 2025-03-02T04:09:38.472Z | Compiling tokio-stream v0.1.17 |
| 1546 | 2025-03-02T04:09:38.476Z | Compiling pkcs1 v0.7.5 |
| 1547 | 2025-03-02T04:09:38.629Z | Compiling serde-big-array v0.5.1 |
| 1548 | 2025-03-02T04:09:38.888Z | Compiling clap_derive v4.5.28 |
| 1549 | 2025-03-02T04:09:39.128Z | Compiling rfc6979 v0.4.0 |
| 1550 | 2025-03-02T04:09:39.308Z | Compiling derive-where v1.2.7 |
| 1551 | 2025-03-02T04:09:39.347Z | Compiling serde_repr v0.1.19 |
| 1552 | 2025-03-02T04:09:39.413Z | Compiling bstr v1.10.0 |
| 1553 | 2025-03-02T04:09:39.481Z | Compiling float-cmp v0.10.0 |
| 1554 | 2025-03-02T04:09:39.733Z | Compiling unicode-segmentation v1.12.0 |
| 1555 | 2025-03-02T04:09:39.779Z | Compiling whoami v1.5.2 |
| 1556 | 2025-03-02T04:09:40.389Z | Compiling bit-vec v0.6.3 |
| 1557 | 2025-03-02T04:09:40.514Z | Compiling number_prefix v0.4.0 |
| 1558 | 2025-03-02T04:09:40.628Z | Compiling fixedbitset v0.4.2 |
| 1559 | 2025-03-02T04:09:40.747Z | Compiling predicates-core v1.0.8 |
| 1560 | 2025-03-02T04:09:40.816Z | Compiling precomputed-hash v0.1.1 |
| 1561 | 2025-03-02T04:09:40.962Z | Compiling normalize-line-endings v0.3.0 |
| 1562 | 2025-03-02T04:09:41.069Z | Compiling difflib v0.4.0 |
| 1563 | 2025-03-02T04:09:41.096Z | Compiling new_debug_unreachable v1.0.6 |
| 1564 | 2025-03-02T04:09:41.121Z | Compiling static_assertions v1.1.0 |
| 1565 | 2025-03-02T04:09:41.138Z | Compiling petgraph v0.6.5 |
| 1566 | 2025-03-02T04:09:41.212Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1567 | 2025-03-02T04:09:41.237Z | Compiling string_cache v0.8.7 |
| 1568 | 2025-03-02T04:09:41.671Z | Compiling predicates v3.1.3 |
| 1569 | 2025-03-02T04:09:42.448Z | Compiling bit-set v0.5.3 |
| 1570 | 2025-03-02T04:09:42.544Z | Compiling indicatif v0.17.11 |
| 1571 | 2025-03-02T04:09:42.749Z | Compiling similar v2.7.0 |
| 1572 | 2025-03-02T04:09:43.271Z | Compiling tokio-postgres v0.7.13 |
| 1573 | 2025-03-02T04:09:43.561Z | Compiling clap v4.5.31 |
| 1574 | 2025-03-02T04:09:43.714Z | Compiling ecdsa v0.16.9 |
| 1575 | 2025-03-02T04:09:44.624Z | Compiling rsa v0.9.6 |
| 1576 | 2025-03-02T04:09:44.669Z | Compiling ed25519-dalek v2.1.1 |
| 1577 | 2025-03-02T04:09:44.918Z | Compiling toml v0.7.8 |
| 1578 | 2025-03-02T04:09:46.027Z | Compiling zip v0.6.6 |
| 1579 | 2025-03-02T04:09:46.456Z | Compiling crossterm v0.28.1 |
| 1580 | 2025-03-02T04:09:47.975Z | Compiling hex v0.4.3 |
| 1581 | 2025-03-02T04:09:47.979Z | Compiling x509-cert v0.2.5 |
| 1582 | 2025-03-02T04:09:48.055Z | Compiling itertools v0.10.5 |
| 1583 | 2025-03-02T04:09:48.578Z | Compiling lalrpop-util v0.19.12 |
| 1584 | 2025-03-02T04:09:48.975Z | Compiling unicode-xid v0.2.6 |
| 1585 | 2025-03-02T04:09:49.016Z | Compiling peg-runtime v0.8.3 |
| 1586 | 2025-03-02T04:09:49.123Z | Compiling strum_macros v0.26.4 |
| 1587 | 2025-03-02T04:09:49.187Z | Compiling xattr v1.3.1 |
| 1588 | 2025-03-02T04:09:49.510Z | Compiling filetime v0.2.25 |
| 1589 | 2025-03-02T04:09:49.850Z | Compiling tar v0.4.44 |
| 1590 | 2025-03-02T04:09:53.950Z | Compiling strum v0.26.3 |
| 1591 | 2025-03-02T04:09:57.574Z | Compiling aws-lc-sys v0.26.0 |
| 1592 | 2025-03-02T04:10:29.553Z | Compiling rustls-webpki v0.102.8 |
| 1593 | 2025-03-02T04:10:33.021Z | Compiling tokio-rustls v0.25.0 |
| 1594 | 2025-03-02T04:10:34.939Z | Compiling tokio-rustls v0.26.0 |
| 1595 | 2025-03-02T04:10:35.268Z | Compiling hyper-rustls v0.27.3 |
| 1596 | 2025-03-02T04:10:35.665Z | Compiling reqwest v0.12.12 |
| 1597 | 2025-03-02T04:10:37.024Z | Compiling qorb v0.2.1 |
| 1598 | 2025-03-02T04:10:40.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1599 | 2025-03-02T04:10:40.604Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1600 | 2025-03-02T04:10:45.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 1601 | 2025-03-02T04:10:45.743Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1602 | 2025-03-02T04:10:45.800Z | Mar 02 04:10:45.142 INFO Starting download, target: Clickhouse |
| 1603 | 2025-03-02T04:10:45.800Z | Mar 02 04:10:45.142 INFO Starting download, target: Cockroach |
| 1604 | 2025-03-02T04:10:45.800Z | Mar 02 04:10:45.142 INFO Starting download, target: Console |
| 1605 | 2025-03-02T04:10:45.800Z | Mar 02 04:10:45.142 INFO Starting download, target: DendriteOpenapi |
| 1606 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.142 INFO Starting download, target: DendriteStub |
| 1607 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.142 INFO Starting download, target: MaghemiteMgd |
| 1608 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.142 INFO Starting download, target: TransceiverControl |
| 1609 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1610 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1611 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1612 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1613 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1614 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1615 | 2025-03-02T04:10:45.805Z | Mar 02 04:10:45.143 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1616 | 2025-03-02T04:10:45.978Z | Mar 02 04:10:45.315 INFO Download complete, target: DendriteOpenapi |
| 1617 | 2025-03-02T04:10:46.164Z | Mar 02 04:10:45.474 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1618 | 2025-03-02T04:10:46.410Z | Mar 02 04:10:45.732 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1619 | 2025-03-02T04:10:46.574Z | Mar 02 04:10:45.915 INFO Download complete, target: TransceiverControl |
| 1620 | 2025-03-02T04:10:46.584Z | Mar 02 04:10:45.922 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1621 | 2025-03-02T04:10:46.757Z | Mar 02 04:10:46.097 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1622 | 2025-03-02T04:10:46.815Z | Mar 02 04:10:46.155 INFO Download complete, target: Console |
| 1623 | 2025-03-02T04:10:47.415Z | Mar 02 04:10:46.757 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1624 | 2025-03-02T04:10:47.415Z | Mar 02 04:10:46.757 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1625 | 2025-03-02T04:10:47.725Z | Mar 02 04:10:47.066 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1626 | 2025-03-02T04:10:49.079Z | Mar 02 04:10:48.420 INFO Download complete, target: DendriteStub |
| 1627 | 2025-03-02T04:10:49.349Z | Mar 02 04:10:48.690 INFO Download complete, target: MaghemiteMgd |
| 1628 | 2025-03-02T04:10:53.961Z | Mar 02 04:10:53.301 INFO Checking that binary works, target: Cockroach |
| 1629 | 2025-03-02T04:10:54.140Z | Mar 02 04:10:53.481 INFO Download complete, target: Cockroach |
| 1630 | 2025-03-02T04:10:58.455Z | Mar 02 04:10:57.792 INFO Checking that binary works, target: Clickhouse |
| 1631 | 2025-03-02T04:10:58.574Z | Mar 02 04:10:57.914 INFO Download complete, target: Clickhouse |
| 1632 | 2025-03-02T04:10:58.583Z | All prerequisites installed successfully |
| 1633 | 2025-03-02T04:10:58.588Z | |
| 1634 | 2025-03-02T04:10:58.588Z | real 6:53.710890173 |
| 1635 | 2025-03-02T04:10:58.588Z | user 16:31.383380123 |
| 1636 | 2025-03-02T04:10:58.588Z | sys 2:17.529601453 |
| 1637 | 2025-03-02T04:10:58.588Z | trap 0.658892743 |
| 1638 | 2025-03-02T04:10:58.588Z | tflt 1.031566942 |
| 1639 | 2025-03-02T04:10:58.588Z | dflt 1.335985802 |
| 1640 | 2025-03-02T04:10:58.588Z | kflt 0.027804055 |
| 1641 | 2025-03-02T04:10:58.588Z | lock 25:43.776650061 |
| 1642 | 2025-03-02T04:10:58.588Z | slp 1:02:45.001129916 |
| 1643 | 2025-03-02T04:10:58.588Z | lat 1:03.839601878 |
| 1644 | 2025-03-02T04:10:58.588Z | stop 2:37.810241082 |
| 1645 | 2025-03-02T04:10:58.588Z | + ptime -m cargo xtask download softnpu |
| 1646 | 2025-03-02T04:10:59.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1647 | 2025-03-02T04:10:59.301Z | Running `target/debug/xtask download softnpu` |
| 1648 | 2025-03-02T04:11:00.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 1649 | 2025-03-02T04:11:00.330Z | Running `target/debug/xtask-downloader softnpu` |
| 1650 | 2025-03-02T04:11:00.375Z | Mar 02 04:10:59.715 INFO Starting download, target: Softnpu |
| 1651 | 2025-03-02T04:11:00.379Z | Mar 02 04:10:59.716 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1652 | 2025-03-02T04:11:00.785Z | Mar 02 04:11:00.125 INFO Download complete, target: Softnpu |
| 1653 | 2025-03-02T04:11:00.790Z | |
| 1654 | 2025-03-02T04:11:00.793Z | real 2.197383242 |
| 1655 | 2025-03-02T04:11:00.793Z | user 1.475930452 |
| 1656 | 2025-03-02T04:11:00.793Z | sys 0.648730734 |
| 1657 | 2025-03-02T04:11:00.793Z | trap 0.001499607 |
| 1658 | 2025-03-02T04:11:00.793Z | tflt 0.000050152 |
| 1659 | 2025-03-02T04:11:00.793Z | dflt 0.000030775 |
| 1660 | 2025-03-02T04:11:00.793Z | kflt 0.000000000 |
| 1661 | 2025-03-02T04:11:00.793Z | lock 4.061513470 |
| 1662 | 2025-03-02T04:11:00.793Z | slp 0.272050396 |
| 1663 | 2025-03-02T04:11:00.793Z | lat 0.076699097 |
| 1664 | 2025-03-02T04:11:00.793Z | stop 0.000377207 |
| 1665 | 2025-03-02T04:11:00.793Z | + export CARGO_INCREMENTAL=0 |
| 1666 | 2025-03-02T04:11:00.793Z | + CARGO_INCREMENTAL=0 |
| 1667 | 2025-03-02T04:11:00.794Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1668 | 2025-03-02T04:11:01.929Z | Compiling proc-macro2 v1.0.93 |
| 1669 | 2025-03-02T04:11:01.929Z | Compiling unicode-ident v1.0.14 |
| 1670 | 2025-03-02T04:11:01.932Z | Compiling libc v0.2.170 |
| 1671 | 2025-03-02T04:11:01.932Z | Compiling serde v1.0.218 |
| 1672 | 2025-03-02T04:11:01.932Z | Compiling autocfg v1.4.0 |
| 1673 | 2025-03-02T04:11:01.932Z | Compiling version_check v0.9.5 |
| 1674 | 2025-03-02T04:11:01.932Z | Compiling cfg-if v1.0.0 |
| 1675 | 2025-03-02T04:11:02.219Z | Compiling memchr v2.7.4 |
| 1676 | 2025-03-02T04:11:02.264Z | Compiling typenum v1.17.0 |
| 1677 | 2025-03-02T04:11:02.285Z | Compiling shlex v1.3.0 |
| 1678 | 2025-03-02T04:11:02.664Z | Compiling value-bag v1.9.0 |
| 1679 | 2025-03-02T04:11:02.739Z | Compiling generic-array v0.14.7 |
| 1680 | 2025-03-02T04:11:02.838Z | Compiling lock_api v0.4.12 |
| 1681 | 2025-03-02T04:11:03.071Z | Compiling log v0.4.22 |
| 1682 | 2025-03-02T04:11:03.192Z | Compiling scopeguard v1.2.0 |
| 1683 | 2025-03-02T04:11:03.365Z | Compiling parking_lot_core v0.9.10 |
| 1684 | 2025-03-02T04:11:03.592Z | Compiling serde_json v1.0.139 |
| 1685 | 2025-03-02T04:11:03.822Z | Compiling libm v0.2.8 |
| 1686 | 2025-03-02T04:11:03.852Z | Compiling rustix v0.38.37 |
| 1687 | 2025-03-02T04:11:03.895Z | Compiling quote v1.0.38 |
| 1688 | 2025-03-02T04:11:03.980Z | Compiling jobserver v0.1.32 |
| 1689 | 2025-03-02T04:11:04.124Z | Compiling getrandom v0.2.15 |
| 1690 | 2025-03-02T04:11:04.210Z | Compiling aho-corasick v1.1.3 |
| 1691 | 2025-03-02T04:11:04.444Z | Compiling syn v2.0.98 |
| 1692 | 2025-03-02T04:11:04.488Z | Compiling cc v1.2.15 |
| 1693 | 2025-03-02T04:11:04.507Z | Compiling num-traits v0.2.19 |
| 1694 | 2025-03-02T04:11:04.510Z | Compiling regex-syntax v0.8.5 |
| 1695 | 2025-03-02T04:11:04.544Z | Compiling semver v1.0.25 |
| 1696 | 2025-03-02T04:11:04.720Z | Compiling thiserror v1.0.69 |
| 1697 | 2025-03-02T04:11:05.008Z | Compiling getrandom v0.3.1 |
| 1698 | 2025-03-02T04:11:05.154Z | Compiling either v1.14.0 |
| 1699 | 2025-03-02T04:11:05.261Z | Compiling itoa v1.0.11 |
| 1700 | 2025-03-02T04:11:05.432Z | Compiling slab v0.4.9 |
| 1701 | 2025-03-02T04:11:05.522Z | Compiling once_cell v1.20.3 |
| 1702 | 2025-03-02T04:11:05.786Z | Compiling spin v0.9.8 |
| 1703 | 2025-03-02T04:11:06.027Z | Compiling errno v0.3.9 |
| 1704 | 2025-03-02T04:11:06.062Z | Compiling rand_core v0.6.4 |
| 1705 | 2025-03-02T04:11:06.287Z | Compiling glob v0.3.2 |
| 1706 | 2025-03-02T04:11:06.686Z | Compiling prettyplease v0.2.29 |
| 1707 | 2025-03-02T04:11:07.037Z | Compiling clang-sys v1.8.1 |
| 1708 | 2025-03-02T04:11:07.095Z | Compiling lazy_static v1.5.0 |
| 1709 | 2025-03-02T04:11:07.448Z | Compiling minimal-lexical v0.2.1 |
| 1710 | 2025-03-02T04:11:07.498Z | Compiling smallvec v1.14.0 |
| 1711 | 2025-03-02T04:11:07.834Z | Compiling libloading v0.8.5 |
| 1712 | 2025-03-02T04:11:07.867Z | Compiling nom v7.1.3 |
| 1713 | 2025-03-02T04:11:07.941Z | Compiling subtle v2.6.1 |
| 1714 | 2025-03-02T04:11:07.966Z | Compiling bindgen v0.69.5 |
| 1715 | 2025-03-02T04:11:08.002Z | Compiling home v0.5.9 |
| 1716 | 2025-03-02T04:11:08.193Z | Compiling regex-automata v0.4.8 |
| 1717 | 2025-03-02T04:11:08.274Z | Compiling itertools v0.12.1 |
| 1718 | 2025-03-02T04:11:08.729Z | Compiling rustc-hash v1.1.0 |
| 1719 | 2025-03-02T04:11:08.804Z | Compiling lazycell v1.3.0 |
| 1720 | 2025-03-02T04:11:08.909Z | Compiling cmake v0.1.51 |
| 1721 | 2025-03-02T04:11:09.209Z | Compiling equivalent v1.0.1 |
| 1722 | 2025-03-02T04:11:09.352Z | Compiling foldhash v0.1.3 |
| 1723 | 2025-03-02T04:11:09.679Z | Compiling fs_extra v1.3.0 |
| 1724 | 2025-03-02T04:11:09.699Z | Compiling dunce v1.0.5 |
| 1725 | 2025-03-02T04:11:09.864Z | Compiling allocator-api2 v0.2.18 |
| 1726 | 2025-03-02T04:11:10.373Z | Compiling byteorder v1.5.0 |
| 1727 | 2025-03-02T04:11:10.590Z | Compiling hashbrown v0.15.1 |
| 1728 | 2025-03-02T04:11:10.888Z | Compiling pkg-config v0.3.31 |
| 1729 | 2025-03-02T04:11:11.247Z | Compiling cexpr v0.6.0 |
| 1730 | 2025-03-02T04:11:11.276Z | Compiling pin-project-lite v0.2.14 |
| 1731 | 2025-03-02T04:11:11.330Z | Compiling ring v0.17.11 |
| 1732 | 2025-03-02T04:11:11.851Z | Compiling synstructure v0.13.1 |
| 1733 | 2025-03-02T04:11:12.323Z | Compiling ryu v1.0.18 |
| 1734 | 2025-03-02T04:11:12.347Z | Compiling paste v1.0.15 |
| 1735 | 2025-03-02T04:11:12.801Z | Compiling const-oid v0.9.6 |
| 1736 | 2025-03-02T04:11:13.018Z | Compiling fnv v1.0.7 |
| 1737 | 2025-03-02T04:11:13.168Z | Compiling aws-lc-rs v1.12.5 |
| 1738 | 2025-03-02T04:11:13.642Z | Compiling schemars v0.8.22 |
| 1739 | 2025-03-02T04:11:13.745Z | Compiling regex v1.11.1 |
| 1740 | 2025-03-02T04:11:13.928Z | Compiling httparse v1.9.5 |
| 1741 | 2025-03-02T04:11:14.617Z | Compiling serde_derive_internals v0.29.1 |
| 1742 | 2025-03-02T04:11:14.719Z | Compiling signal-hook-registry v1.4.2 |
| 1743 | 2025-03-02T04:11:14.835Z | Compiling parking_lot v0.12.3 |
| 1744 | 2025-03-02T04:11:14.865Z | Compiling mio v1.0.2 |
| 1745 | 2025-03-02T04:11:15.217Z | Compiling heck v0.5.0 |
| 1746 | 2025-03-02T04:11:15.938Z | Compiling serde_derive v1.0.218 |
| 1747 | 2025-03-02T04:11:16.240Z | Compiling zeroize_derive v1.4.2 |
| 1748 | 2025-03-02T04:11:16.618Z | Compiling tokio-macros v2.5.0 |
| 1749 | 2025-03-02T04:11:16.711Z | Compiling thiserror-impl v1.0.69 |
| 1750 | 2025-03-02T04:11:16.965Z | Compiling zerocopy-derive v0.7.35 |
| 1751 | 2025-03-02T04:11:17.488Z | Compiling zerofrom-derive v0.1.4 |
| 1752 | 2025-03-02T04:11:17.645Z | Compiling zeroize v1.8.1 |
| 1753 | 2025-03-02T04:11:18.085Z | Compiling yoke-derive v0.7.4 |
| 1754 | 2025-03-02T04:11:18.088Z | Compiling futures-macro v0.3.31 |
| 1755 | 2025-03-02T04:11:18.150Z | Compiling zerovec-derive v0.10.3 |
| 1756 | 2025-03-02T04:11:18.169Z | Compiling displaydoc v0.2.5 |
| 1757 | 2025-03-02T04:11:19.783Z | Compiling icu_provider_macros v1.5.0 |
| 1758 | 2025-03-02T04:11:19.914Z | Compiling tracing-attributes v0.1.27 |
| 1759 | 2025-03-02T04:11:20.089Z | Compiling crypto-common v0.1.6 |
| 1760 | 2025-03-02T04:11:20.298Z | Compiling schemars_derive v0.8.22 |
| 1761 | 2025-03-02T04:11:20.423Z | Compiling block-buffer v0.10.4 |
| 1762 | 2025-03-02T04:11:20.538Z | Compiling stable_deref_trait v1.2.0 |
| 1763 | 2025-03-02T04:11:20.690Z | Compiling digest v0.10.7 |
| 1764 | 2025-03-02T04:11:20.737Z | Compiling zerocopy v0.7.35 |
| 1765 | 2025-03-02T04:11:20.946Z | Compiling socket2 v0.5.8 |
| 1766 | 2025-03-02T04:11:21.075Z | Compiling futures-core v0.3.31 |
| 1767 | 2025-03-02T04:11:21.120Z | Compiling num-conv v0.1.0 |
| 1768 | 2025-03-02T04:11:21.374Z | Compiling time-core v0.1.2 |
| 1769 | 2025-03-02T04:11:21.438Z | Compiling crossbeam-utils v0.8.20 |
| 1770 | 2025-03-02T04:11:21.585Z | Compiling time-macros v0.2.18 |
| 1771 | 2025-03-02T04:11:22.475Z | Compiling der_derive v0.7.3 |
| 1772 | 2025-03-02T04:11:22.879Z | Compiling vcpkg v0.2.15 |
| 1773 | 2025-03-02T04:11:24.311Z | Compiling openssl-sys v0.9.106 |
| 1774 | 2025-03-02T04:11:25.040Z | Compiling futures-sink v0.3.31 |
| 1775 | 2025-03-02T04:11:25.288Z | Compiling zerocopy v0.8.10 |
| 1776 | 2025-03-02T04:11:25.805Z | Compiling cpufeatures v0.2.14 |
| 1777 | 2025-03-02T04:11:25.885Z | Compiling zerocopy-derive v0.8.10 |
| 1778 | 2025-03-02T04:11:26.018Z | Compiling slog v2.7.0 |
| 1779 | 2025-03-02T04:11:26.535Z | Compiling syn v1.0.109 |
| 1780 | 2025-03-02T04:11:26.725Z | Compiling futures-channel v0.3.31 |
| 1781 | 2025-03-02T04:11:26.989Z | Compiling zerofrom v0.1.4 |
| 1782 | 2025-03-02T04:11:27.257Z | Compiling futures-task v0.3.31 |
| 1783 | 2025-03-02T04:11:27.344Z | Compiling pin-utils v0.1.0 |
| 1784 | 2025-03-02T04:11:27.347Z | Compiling iana-time-zone v0.1.61 |
| 1785 | 2025-03-02T04:11:27.414Z | Compiling futures-io v0.3.31 |
| 1786 | 2025-03-02T04:11:27.468Z | Compiling yoke v0.7.4 |
| 1787 | 2025-03-02T04:11:27.797Z | Compiling futures-util v0.3.31 |
| 1788 | 2025-03-02T04:11:28.013Z | Compiling scroll_derive v0.12.0 |
| 1789 | 2025-03-02T04:11:28.196Z | Compiling openssl v0.10.71 |
| 1790 | 2025-03-02T04:11:28.341Z | Compiling ucd-trie v0.1.7 |
| 1791 | 2025-03-02T04:11:28.647Z | Compiling bitflags v2.6.0 |
| 1792 | 2025-03-02T04:11:28.671Z | Compiling bytes v1.10.0 |
| 1793 | 2025-03-02T04:11:29.472Z | Compiling indexmap v2.7.1 |
| 1794 | 2025-03-02T04:11:30.159Z | Compiling tokio v1.43.0 |
| 1795 | 2025-03-02T04:11:31.724Z | Compiling serde_tokenstream v0.2.2 |
| 1796 | 2025-03-02T04:11:31.789Z | Compiling uuid v1.15.1 |
| 1797 | 2025-03-02T04:11:32.302Z | Compiling http v1.2.0 |
| 1798 | 2025-03-02T04:11:33.184Z | Compiling which v4.4.2 |
| 1799 | 2025-03-02T04:11:33.727Z | Compiling chrono v0.4.40 |
| 1800 | 2025-03-02T04:11:36.016Z | Compiling rustc_version v0.4.1 |
| 1801 | 2025-03-02T04:11:36.642Z | Compiling pest v2.7.14 |
| 1802 | 2025-03-02T04:11:38.951Z | Compiling zerovec v0.10.4 |
| 1803 | 2025-03-02T04:11:39.731Z | Compiling hmac v0.12.1 |
| 1804 | 2025-03-02T04:11:41.037Z | Compiling pest_meta v2.7.14 |
| 1805 | 2025-03-02T04:11:42.251Z | Compiling block-padding v0.3.3 |
| 1806 | 2025-03-02T04:11:42.534Z | Compiling openssl-macros v0.1.1 |
| 1807 | 2025-03-02T04:11:42.619Z | Compiling rustls v0.23.19 |
| 1808 | 2025-03-02T04:11:42.984Z | Compiling native-tls v0.2.12 |
| 1809 | 2025-03-02T04:11:43.321Z | Compiling inout v0.1.3 |
| 1810 | 2025-03-02T04:11:43.381Z | Compiling pest_generator v2.7.14 |
| 1811 | 2025-03-02T04:11:43.624Z | Compiling tinystr v0.7.6 |
| 1812 | 2025-03-02T04:11:43.770Z | Compiling serde_spanned v0.6.8 |
| 1813 | 2025-03-02T04:11:44.046Z | Compiling toml_datetime v0.6.8 |
| 1814 | 2025-03-02T04:11:44.080Z | Compiling ppv-lite86 v0.2.20 |
| 1815 | 2025-03-02T04:11:44.110Z | Compiling tracing-core v0.1.32 |
| 1816 | 2025-03-02T04:11:44.544Z | Compiling strsim v0.11.1 |
| 1817 | 2025-03-02T04:11:44.663Z | Compiling writeable v0.5.5 |
| 1818 | 2025-03-02T04:11:44.942Z | Compiling dyn-clone v1.0.18 |
| 1819 | 2025-03-02T04:11:45.105Z | Compiling litemap v0.7.3 |
| 1820 | 2025-03-02T04:11:45.274Z | Compiling pest_derive v2.7.14 |
| 1821 | 2025-03-02T04:11:45.670Z | Compiling icu_locid v1.5.0 |
| 1822 | 2025-03-02T04:11:45.991Z | Compiling aws-lc-sys v0.26.0 |
| 1823 | 2025-03-02T04:11:46.094Z | Compiling tracing v0.1.40 |
| 1824 | 2025-03-02T04:11:46.296Z | Compiling cipher v0.4.4 |
| 1825 | 2025-03-02T04:11:46.404Z | Compiling sha2 v0.10.8 |
| 1826 | 2025-03-02T04:11:46.951Z | Compiling usdt-impl v0.5.0 |
| 1827 | 2025-03-02T04:11:47.225Z | Compiling cookie v0.18.1 |
| 1828 | 2025-03-02T04:11:47.384Z | Compiling base64ct v1.6.0 |
| 1829 | 2025-03-02T04:11:47.580Z | Compiling icu_provider v1.5.0 |
| 1830 | 2025-03-02T04:11:48.008Z | Compiling pem-rfc7468 v0.7.0 |
| 1831 | 2025-03-02T04:11:49.833Z | Compiling scroll v0.12.0 |
| 1832 | 2025-03-02T04:11:50.787Z | Compiling async-trait v0.1.86 |
| 1833 | 2025-03-02T04:11:52.948Z | Compiling flagset v0.4.6 |
| 1834 | 2025-03-02T04:11:53.072Z | Compiling icu_locid_transform_data v1.5.0 |
| 1835 | 2025-03-02T04:11:53.147Z | Compiling percent-encoding v2.3.1 |
| 1836 | 2025-03-02T04:11:53.317Z | Compiling rustls-pki-types v1.10.0 |
| 1837 | 2025-03-02T04:11:53.597Z | Compiling camino v1.1.9 |
| 1838 | 2025-03-02T04:11:54.151Z | Compiling anyhow v1.0.96 |
| 1839 | 2025-03-02T04:11:54.723Z | Compiling plain v0.2.3 |
| 1840 | 2025-03-02T04:11:54.899Z | Compiling goblin v0.8.2 |
| 1841 | 2025-03-02T04:11:55.058Z | Compiling icu_locid_transform v1.5.0 |
| 1842 | 2025-03-02T04:11:56.995Z | Compiling der v0.7.9 |
| 1843 | 2025-03-02T04:11:58.459Z | Compiling icu_collections v1.5.0 |
| 1844 | 2025-03-02T04:11:59.815Z | Compiling tokio-util v0.7.13 |
| 1845 | 2025-03-02T04:12:00.116Z | Compiling rayon-core v1.12.1 |
| 1846 | 2025-03-02T04:12:00.337Z | Compiling icu_properties_data v1.5.0 |
| 1847 | 2025-03-02T04:12:00.628Z | Compiling untrusted v0.9.0 |
| 1848 | 2025-03-02T04:12:00.859Z | Compiling untrusted v0.7.1 |
| 1849 | 2025-03-02T04:12:01.065Z | Compiling powerfmt v0.2.0 |
| 1850 | 2025-03-02T04:12:01.125Z | Compiling pretty-hex v0.4.1 |
| 1851 | 2025-03-02T04:12:01.173Z | Compiling rustls v0.22.4 |
| 1852 | 2025-03-02T04:12:01.381Z | Compiling deranged v0.3.11 |
| 1853 | 2025-03-02T04:12:01.535Z | Compiling dof v0.3.0 |
| 1854 | 2025-03-02T04:12:01.582Z | Compiling icu_properties v1.5.1 |
| 1855 | 2025-03-02T04:12:03.147Z | Compiling spki v0.7.3 |
| 1856 | 2025-03-02T04:12:03.517Z | Compiling salsa20 v0.10.2 |
| 1857 | 2025-03-02T04:12:03.683Z | Compiling dtrace-parser v0.2.0 |
| 1858 | 2025-03-02T04:12:03.726Z | Compiling pbkdf2 v0.12.2 |
| 1859 | 2025-03-02T04:12:04.245Z | Compiling thread-id v4.2.2 |
| 1860 | 2025-03-02T04:12:04.395Z | Compiling atomic-waker v1.1.2 |
| 1861 | 2025-03-02T04:12:05.064Z | Compiling icu_normalizer_data v1.5.0 |
| 1862 | 2025-03-02T04:12:05.199Z | Compiling utf16_iter v1.0.5 |
| 1863 | 2025-03-02T04:12:05.261Z | Compiling utf8_iter v1.0.4 |
| 1864 | 2025-03-02T04:12:05.572Z | Compiling write16 v1.0.0 |
| 1865 | 2025-03-02T04:12:05.709Z | Compiling winnow v0.5.40 |
| 1866 | 2025-03-02T04:12:05.755Z | Compiling litrs v0.4.1 |
| 1867 | 2025-03-02T04:12:06.106Z | Compiling num_threads v0.1.7 |
| 1868 | 2025-03-02T04:12:06.335Z | Compiling icu_normalizer v1.5.0 |
| 1869 | 2025-03-02T04:12:06.760Z | Compiling document-features v0.2.10 |
| 1870 | 2025-03-02T04:12:07.839Z | Compiling time v0.3.36 |
| 1871 | 2025-03-02T04:12:09.281Z | Compiling toml_edit v0.19.15 |
| 1872 | 2025-03-02T04:12:11.985Z | Compiling scrypt v0.11.0 |
| 1873 | 2025-03-02T04:12:12.033Z | Compiling form_urlencoded v1.2.1 |
| 1874 | 2025-03-02T04:12:12.199Z | Compiling cbc v0.1.2 |
| 1875 | 2025-03-02T04:12:12.455Z | Compiling aes v0.8.4 |
| 1876 | 2025-03-02T04:12:12.483Z | Compiling http-body v1.0.1 |
| 1877 | 2025-03-02T04:12:12.799Z | Compiling multer v3.1.0 |
| 1878 | 2025-03-02T04:12:12.981Z | Compiling rustversion v1.0.17 |
| 1879 | 2025-03-02T04:12:13.335Z | Compiling tinyvec_macros v0.1.1 |
| 1880 | 2025-03-02T04:12:13.587Z | Compiling try-lock v0.2.5 |
| 1881 | 2025-03-02T04:12:13.671Z | Compiling slog-async v2.8.0 |
| 1882 | 2025-03-02T04:12:13.773Z | Compiling want v0.3.1 |
| 1883 | 2025-03-02T04:12:13.792Z | Compiling tinyvec v1.8.0 |
| 1884 | 2025-03-02T04:12:14.111Z | Compiling pkcs5 v0.7.1 |
| 1885 | 2025-03-02T04:12:15.341Z | Compiling idna_adapter v1.2.0 |
| 1886 | 2025-03-02T04:12:15.666Z | Compiling h2 v0.4.6 |
| 1887 | 2025-03-02T04:12:15.864Z | Compiling rand_chacha v0.3.1 |
| 1888 | 2025-03-02T04:12:16.014Z | Compiling heapless v0.7.17 |
| 1889 | 2025-03-02T04:12:16.541Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1890 | 2025-03-02T04:12:17.020Z | Compiling tower-service v0.3.3 |
| 1891 | 2025-03-02T04:12:17.178Z | Compiling signal-hook v0.3.17 |
| 1892 | 2025-03-02T04:12:17.391Z | Compiling httpdate v1.0.3 |
| 1893 | 2025-03-02T04:12:19.453Z | Compiling rand v0.8.5 |
| 1894 | 2025-03-02T04:12:20.048Z | Compiling idna v1.0.3 |
| 1895 | 2025-03-02T04:12:21.004Z | Compiling pkcs8 v0.10.2 |
| 1896 | 2025-03-02T04:12:21.866Z | Compiling usdt-macro v0.5.0 |
| 1897 | 2025-03-02T04:12:22.505Z | Compiling usdt-attr-macro v0.5.0 |
| 1898 | 2025-03-02T04:12:23.271Z | Compiling async-stream-impl v0.3.6 |
| 1899 | 2025-03-02T04:12:23.561Z | Compiling adler2 v2.0.0 |
| 1900 | 2025-03-02T04:12:24.151Z | Compiling base64 v0.22.1 |
| 1901 | 2025-03-02T04:12:24.298Z | Compiling miniz_oxide v0.8.5 |
| 1902 | 2025-03-02T04:12:24.467Z | Compiling hyper v1.6.0 |
| 1903 | 2025-03-02T04:12:27.957Z | Compiling hyper-util v0.1.10 |
| 1904 | 2025-03-02T04:12:33.106Z | Compiling curve25519-dalek v4.1.3 |
| 1905 | 2025-03-02T04:12:33.388Z | Compiling openapiv3 v2.0.0 |
| 1906 | 2025-03-02T04:12:33.683Z | Compiling enum-as-inner v0.6.1 |
| 1907 | 2025-03-02T04:12:34.692Z | Compiling memoffset v0.9.1 |
| 1908 | 2025-03-02T04:12:34.733Z | Compiling dropshot v0.12.0 |
| 1909 | 2025-03-02T04:12:34.754Z | Compiling foreign-types-shared v0.1.1 |
| 1910 | 2025-03-02T04:12:34.901Z | Compiling portable-atomic v1.9.0 |
| 1911 | 2025-03-02T04:12:35.051Z | Compiling num-bigint-dig v0.8.4 |
| 1912 | 2025-03-02T04:12:35.080Z | Compiling smoltcp v0.9.1 |
| 1913 | 2025-03-02T04:12:35.537Z | Compiling newtype-uuid v1.2.1 |
| 1914 | 2025-03-02T04:12:35.683Z | Compiling match_cfg v0.1.0 |
| 1915 | 2025-03-02T04:12:35.791Z | Compiling hostname v0.3.1 |
| 1916 | 2025-03-02T04:12:35.814Z | Compiling foreign-types v0.3.2 |
| 1917 | 2025-03-02T04:12:37.109Z | Compiling rand_core v0.9.2 |
| 1918 | 2025-03-02T04:12:37.495Z | Compiling url v2.5.3 |
| 1919 | 2025-03-02T04:12:39.933Z | Compiling http-body-util v0.1.2 |
| 1920 | 2025-03-02T04:12:40.214Z | Compiling dirs-sys-next v0.1.2 |
| 1921 | 2025-03-02T04:12:40.492Z | Compiling encoding_rs v0.8.34 |
| 1922 | 2025-03-02T04:12:40.691Z | Compiling ident_case v1.0.1 |
| 1923 | 2025-03-02T04:12:40.771Z | Compiling heck v0.4.1 |
| 1924 | 2025-03-02T04:12:40.894Z | Compiling gimli v0.31.1 |
| 1925 | 2025-03-02T04:12:41.158Z | Compiling cfg_aliases v0.2.1 |
| 1926 | 2025-03-02T04:12:41.296Z | Compiling siphasher v0.3.11 |
| 1927 | 2025-03-02T04:12:41.662Z | Compiling data-encoding v2.6.0 |
| 1928 | 2025-03-02T04:12:43.098Z | Compiling mime v0.3.17 |
| 1929 | 2025-03-02T04:12:43.628Z | Compiling nix v0.29.0 |
| 1930 | 2025-03-02T04:12:43.799Z | Compiling darling_core v0.20.10 |
| 1931 | 2025-03-02T04:12:44.485Z | Compiling dirs-next v2.0.0 |
| 1932 | 2025-03-02T04:12:47.735Z | Compiling addr2line v0.24.2 |
| 1933 | 2025-03-02T04:12:48.770Z | Compiling rand_chacha v0.9.0 |
| 1934 | 2025-03-02T04:12:50.159Z | Compiling unicode-normalization v0.1.24 |
| 1935 | 2025-03-02T04:12:51.290Z | Compiling crossbeam-epoch v0.9.18 |
| 1936 | 2025-03-02T04:12:51.762Z | Compiling serde_urlencoded v0.7.1 |
| 1937 | 2025-03-02T04:12:52.021Z | Compiling rustls-pemfile v2.2.0 |
| 1938 | 2025-03-02T04:12:52.252Z | Compiling hubpack_derive v0.1.1 |
| 1939 | 2025-03-02T04:12:52.273Z | Compiling dropshot_endpoint v0.12.0 |
| 1940 | 2025-03-02T04:12:52.360Z | Compiling sha1 v0.10.6 |
| 1941 | 2025-03-02T04:12:52.548Z | Compiling signature v2.2.0 |
| 1942 | 2025-03-02T04:12:52.770Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1943 | 2025-03-02T04:12:52.805Z | Compiling zerocopy-derive v0.6.6 |
| 1944 | 2025-03-02T04:12:53.144Z | Compiling thread_local v1.1.8 |
| 1945 | 2025-03-02T04:12:54.118Z | Compiling object v0.36.5 |
| 1946 | 2025-03-02T04:12:54.599Z | Compiling fs-err v2.11.0 |
| 1947 | 2025-03-02T04:12:55.032Z | Compiling ahash v0.8.11 |
| 1948 | 2025-03-02T04:12:56.183Z | Compiling rustc-demangle v0.1.24 |
| 1949 | 2025-03-02T04:12:58.593Z | Compiling unicode-properties v0.1.3 |
| 1950 | 2025-03-02T04:12:58.890Z | Compiling unicode-bidi v0.3.17 |
| 1951 | 2025-03-02T04:12:59.066Z | Compiling utf8parse v0.2.2 |
| 1952 | 2025-03-02T04:12:59.262Z | Compiling anstyle v1.0.10 |
| 1953 | 2025-03-02T04:12:59.747Z | Compiling openssl-probe v0.1.5 |
| 1954 | 2025-03-02T04:13:01.419Z | Compiling winnow v0.7.3 |
| 1955 | 2025-03-02T04:13:03.444Z | Compiling ipnet v2.11.0 |
| 1956 | 2025-03-02T04:13:05.864Z | Compiling toml_edit v0.22.24 |
| 1957 | 2025-03-02T04:13:06.939Z | Compiling rustls-webpki v0.102.8 |
| 1958 | 2025-03-02T04:13:08.756Z | Compiling backtrace v0.3.74 |
| 1959 | 2025-03-02T04:13:14.292Z | Compiling stringprep v0.1.5 |
| 1960 | 2025-03-02T04:13:15.210Z | Compiling anstyle-parse v0.2.5 |
| 1961 | 2025-03-02T04:13:15.581Z | Compiling crossbeam-deque v0.8.5 |
| 1962 | 2025-03-02T04:13:16.028Z | Compiling darling_macro v0.20.10 |
| 1963 | 2025-03-02T04:13:16.951Z | Compiling rand v0.9.0 |
| 1964 | 2025-03-02T04:13:18.323Z | Compiling term v0.7.0 |
| 1965 | 2025-03-02T04:13:18.383Z | Compiling slog-json v2.6.1 |
| 1966 | 2025-03-02T04:13:19.636Z | Compiling crossbeam-channel v0.5.13 |
| 1967 | 2025-03-02T04:13:20.403Z | Compiling futures-executor v0.3.31 |
| 1968 | 2025-03-02T04:13:20.553Z | Compiling num-integer v0.1.46 |
| 1969 | 2025-03-02T04:13:20.575Z | Compiling md-5 v0.10.6 |
| 1970 | 2025-03-02T04:13:20.715Z | Compiling hash32 v0.2.1 |
| 1971 | 2025-03-02T04:13:20.856Z | Compiling ff v0.13.0 |
| 1972 | 2025-03-02T04:13:20.878Z | Compiling is-terminal v0.4.13 |
| 1973 | 2025-03-02T04:13:21.059Z | Compiling memmap v0.7.0 |
| 1974 | 2025-03-02T04:13:21.136Z | Compiling utf-8 v0.7.6 |
| 1975 | 2025-03-02T04:13:21.265Z | Compiling colorchoice v1.0.2 |
| 1976 | 2025-03-02T04:13:21.285Z | Compiling linked-hash-map v0.5.6 |
| 1977 | 2025-03-02T04:13:21.361Z | Compiling psl-types v2.0.11 |
| 1978 | 2025-03-02T04:13:21.457Z | Compiling take_mut v0.2.2 |
| 1979 | 2025-03-02T04:13:21.635Z | Compiling base16ct v0.2.0 |
| 1980 | 2025-03-02T04:13:21.655Z | Compiling anstyle-query v1.1.1 |
| 1981 | 2025-03-02T04:13:21.829Z | Compiling is_terminal_polyfill v1.70.1 |
| 1982 | 2025-03-02T04:13:21.856Z | Compiling quick-error v1.2.3 |
| 1983 | 2025-03-02T04:13:21.928Z | Compiling fallible-iterator v0.2.0 |
| 1984 | 2025-03-02T04:13:21.981Z | Compiling anstream v0.6.15 |
| 1985 | 2025-03-02T04:13:22.029Z | Compiling resolv-conf v0.7.0 |
| 1986 | 2025-03-02T04:13:22.264Z | Compiling sec1 v0.7.3 |
| 1987 | 2025-03-02T04:13:22.592Z | Compiling postgres-protocol v0.6.8 |
| 1988 | 2025-03-02T04:13:22.648Z | Compiling publicsuffix v2.3.0 |
| 1989 | 2025-03-02T04:13:22.833Z | Compiling lru-cache v0.1.2 |
| 1990 | 2025-03-02T04:13:23.051Z | Compiling tungstenite v0.24.0 |
| 1991 | 2025-03-02T04:13:23.339Z | Compiling usdt v0.5.0 |
| 1992 | 2025-03-02T04:13:23.634Z | Compiling num-iter v0.1.45 |
| 1993 | 2025-03-02T04:13:23.787Z | Compiling group v0.13.0 |
| 1994 | 2025-03-02T04:13:23.867Z | Compiling slog-term v2.9.1 |
| 1995 | 2025-03-02T04:13:24.141Z | Compiling futures v0.3.31 |
| 1996 | 2025-03-02T04:13:26.756Z | Compiling slog-bunyan v2.5.0 |
| 1997 | 2025-03-02T04:13:26.873Z | Compiling darling v0.20.10 |
| 1998 | 2025-03-02T04:13:27.030Z | Compiling tokio-rustls v0.26.0 |
| 1999 | 2025-03-02T04:13:27.181Z | Compiling tokio-native-tls v0.3.1 |
| 2000 | 2025-03-02T04:13:27.536Z | Compiling tokio-rustls v0.25.0 |
| 2001 | 2025-03-02T04:13:27.745Z | Compiling toml v0.8.20 |
| 2002 | 2025-03-02T04:13:27.839Z | Compiling hickory-proto v0.24.4 |
| 2003 | 2025-03-02T04:13:28.493Z | Compiling phf_shared v0.11.2 |
| 2004 | 2025-03-02T04:13:28.873Z | Compiling strum_macros v0.25.3 |
| 2005 | 2025-03-02T04:13:29.572Z | Compiling async-stream v0.3.6 |
| 2006 | 2025-03-02T04:13:29.674Z | Compiling waitgroup v0.1.2 |
| 2007 | 2025-03-02T04:13:29.875Z | Compiling webpki-roots v0.26.6 |
| 2008 | 2025-03-02T04:13:30.320Z | Compiling hkdf v0.12.4 |
| 2009 | 2025-03-02T04:13:30.378Z | Compiling terminal_size v0.4.0 |
| 2010 | 2025-03-02T04:13:30.610Z | Compiling serde_path_to_error v0.1.16 |
| 2011 | 2025-03-02T04:13:30.625Z | Compiling sync_wrapper v1.0.1 |
| 2012 | 2025-03-02T04:13:30.996Z | Compiling crypto-bigint v0.5.5 |
| 2013 | 2025-03-02T04:13:31.129Z | Compiling derive-where v1.2.7 |
| 2014 | 2025-03-02T04:13:31.373Z | Compiling clap_derive v4.5.28 |
| 2015 | 2025-03-02T04:13:32.281Z | Compiling serde_repr v0.1.19 |
| 2016 | 2025-03-02T04:13:33.217Z | Compiling regress v0.10.3 |
| 2017 | 2025-03-02T04:13:33.429Z | Compiling hostname v0.4.0 |
| 2018 | 2025-03-02T04:13:33.660Z | Compiling crc32fast v1.4.2 |
| 2019 | 2025-03-02T04:13:34.010Z | Compiling bitflags v1.3.2 |
| 2020 | 2025-03-02T04:13:34.167Z | Compiling managed v0.8.0 |
| 2021 | 2025-03-02T04:13:34.269Z | Compiling unicode-width v0.2.0 |
| 2022 | 2025-03-02T04:13:34.706Z | Compiling tower-layer v0.3.3 |
| 2023 | 2025-03-02T04:13:35.160Z | Compiling clap_lex v0.7.4 |
| 2024 | 2025-03-02T04:13:35.269Z | Compiling debug-ignore v1.0.5 |
| 2025 | 2025-03-02T04:13:35.587Z | Compiling clap_builder v4.5.31 |
| 2026 | 2025-03-02T04:13:35.763Z | Compiling tower v0.5.2 |
| 2027 | 2025-03-02T04:13:37.566Z | Compiling typify-impl v0.2.0 |
| 2028 | 2025-03-02T04:13:39.698Z | Compiling console v0.15.10 |
| 2029 | 2025-03-02T04:13:40.234Z | Compiling elliptic-curve v0.13.8 |
| 2030 | 2025-03-02T04:13:40.828Z | Compiling flate2 v1.1.0 |
| 2031 | 2025-03-02T04:13:40.978Z | Compiling hickory-resolver v0.24.4 |
| 2032 | 2025-03-02T04:13:42.427Z | Compiling hyper-rustls v0.27.3 |
| 2033 | 2025-03-02T04:13:44.757Z | Compiling phf v0.11.2 |
| 2034 | 2025-03-02T04:13:45.108Z | Compiling hyper-tls v0.6.0 |
| 2035 | 2025-03-02T04:13:45.535Z | Compiling rayon v1.10.0 |
| 2036 | 2025-03-02T04:13:45.901Z | Compiling signal-hook-mio v0.2.4 |
| 2037 | 2025-03-02T04:13:45.921Z | Compiling cookie_store v0.21.1 |
| 2038 | 2025-03-02T04:13:46.129Z | Compiling bzip2 v0.4.4 |
| 2039 | 2025-03-02T04:13:46.516Z | Compiling tokio-tungstenite v0.24.0 |
| 2040 | 2025-03-02T04:13:47.113Z | Compiling postgres-types v0.2.9 |
| 2041 | 2025-03-02T04:13:48.122Z | Compiling zerocopy v0.6.6 |
| 2042 | 2025-03-02T04:13:48.316Z | Compiling hubpack v0.1.2 |
| 2043 | 2025-03-02T04:13:48.941Z | Compiling ed25519 v2.2.3 |
| 2044 | 2025-03-02T04:13:49.197Z | Compiling phf_shared v0.10.0 |
| 2045 | 2025-03-02T04:13:49.441Z | Compiling pkcs1 v0.7.5 |
| 2046 | 2025-03-02T04:13:49.894Z | Compiling tokio-stream v0.1.17 |
| 2047 | 2025-03-02T04:13:50.124Z | Compiling ipnetwork v0.21.1 |
| 2048 | 2025-03-02T04:13:50.351Z | Compiling rfc6979 v0.4.0 |
| 2049 | 2025-03-02T04:13:50.762Z | Compiling serde-big-array v0.5.1 |
| 2050 | 2025-03-02T04:13:50.825Z | Compiling float-cmp v0.10.0 |
| 2051 | 2025-03-02T04:13:50.870Z | Compiling bstr v1.10.0 |
| 2052 | 2025-03-02T04:13:51.097Z | Compiling difflib v0.4.0 |
| 2053 | 2025-03-02T04:13:51.991Z | Compiling static_assertions v1.1.0 |
| 2054 | 2025-03-02T04:13:52.133Z | Compiling new_debug_unreachable v1.0.6 |
| 2055 | 2025-03-02T04:13:52.179Z | Compiling number_prefix v0.4.0 |
| 2056 | 2025-03-02T04:13:52.255Z | Compiling normalize-line-endings v0.3.0 |
| 2057 | 2025-03-02T04:13:52.349Z | Compiling whoami v1.5.2 |
| 2058 | 2025-03-02T04:13:52.389Z | Compiling precomputed-hash v0.1.1 |
| 2059 | 2025-03-02T04:13:52.412Z | Compiling predicates-core v1.0.8 |
| 2060 | 2025-03-02T04:13:52.530Z | Compiling bit-vec v0.6.3 |
| 2061 | 2025-03-02T04:13:52.737Z | Compiling fixedbitset v0.4.2 |
| 2062 | 2025-03-02T04:13:52.827Z | Compiling unicode-segmentation v1.12.0 |
| 2063 | 2025-03-02T04:13:52.910Z | Compiling bit-set v0.5.3 |
| 2064 | 2025-03-02T04:13:52.964Z | Compiling tokio-postgres v0.7.13 |
| 2065 | 2025-03-02T04:13:53.146Z | Compiling petgraph v0.6.5 |
| 2066 | 2025-03-02T04:13:53.218Z | Compiling predicates v3.1.3 |
| 2067 | 2025-03-02T04:13:53.674Z | Compiling similar v2.7.0 |
| 2068 | 2025-03-02T04:13:53.888Z | Compiling string_cache v0.8.7 |
| 2069 | 2025-03-02T04:13:54.316Z | Compiling indicatif v0.17.11 |
| 2070 | 2025-03-02T04:13:55.521Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2071 | 2025-03-02T04:13:56.399Z | Compiling qorb v0.2.1 |
| 2072 | 2025-03-02T04:13:56.447Z | Compiling ecdsa v0.16.9 |
| 2073 | 2025-03-02T04:13:57.299Z | Compiling rsa v0.9.6 |
| 2074 | 2025-03-02T04:13:58.339Z | Compiling reqwest v0.12.12 |
| 2075 | 2025-03-02T04:13:59.008Z | Compiling ed25519-dalek v2.1.1 |
| 2076 | 2025-03-02T04:14:00.810Z | Compiling typify-macro v0.2.0 |
| 2077 | 2025-03-02T04:14:00.979Z | Compiling zip v0.6.6 |
| 2078 | 2025-03-02T04:14:01.167Z | Compiling crossterm v0.28.1 |
| 2079 | 2025-03-02T04:14:01.708Z | Compiling clap v4.5.31 |
| 2080 | 2025-03-02T04:14:02.833Z | Compiling toml v0.7.8 |
| 2081 | 2025-03-02T04:14:04.166Z | Compiling x509-cert v0.2.5 |
| 2082 | 2025-03-02T04:14:04.401Z | Compiling hex v0.4.3 |
| 2083 | 2025-03-02T04:14:05.205Z | Compiling itertools v0.10.5 |
| 2084 | 2025-03-02T04:14:05.703Z | Compiling peg-runtime v0.8.3 |
| 2085 | 2025-03-02T04:14:06.207Z | Compiling lalrpop-util v0.19.12 |
| 2086 | 2025-03-02T04:14:06.601Z | Compiling unicode-xid v0.2.6 |
| 2087 | 2025-03-02T04:14:10.021Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2088 | 2025-03-02T04:14:15.013Z | Compiling proc-macro-crate v1.3.1 |
| 2089 | 2025-03-02T04:14:15.083Z | Compiling macaddr v1.0.1 |
| 2090 | 2025-03-02T04:14:15.802Z | Compiling itertools v0.13.0 |
| 2091 | 2025-03-02T04:14:16.991Z | Compiling heapless v0.8.0 |
| 2092 | 2025-03-02T04:14:18.819Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2093 | 2025-03-02T04:14:21.249Z | Compiling num_enum_derive v0.5.11 |
| 2094 | 2025-03-02T04:14:28.461Z | Compiling hash32 v0.3.1 |
| 2095 | 2025-03-02T04:14:29.491Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2096 | 2025-03-02T04:14:29.866Z | Compiling smoltcp v0.11.0 |
| 2097 | 2025-03-02T04:14:31.335Z | Compiling thiserror v2.0.11 |
| 2098 | 2025-03-02T04:14:38.199Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2099 | 2025-03-02T04:14:38.356Z | Compiling num_enum v0.5.11 |
| 2100 | 2025-03-02T04:14:38.785Z | Compiling typify v0.2.0 |
| 2101 | 2025-03-02T04:14:38.943Z | Compiling oxnet v0.1.1 |
| 2102 | 2025-03-02T04:14:40.215Z | Compiling thiserror-impl v2.0.11 |
| 2103 | 2025-03-02T04:14:40.240Z | Compiling proc-macro-error-attr v1.0.4 |
| 2104 | 2025-03-02T04:14:42.523Z | Compiling cobs v0.2.3 |
| 2105 | 2025-03-02T04:14:43.133Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2106 | 2025-03-02T04:14:43.337Z | Compiling unsafe-libyaml v0.2.11 |
| 2107 | 2025-03-02T04:14:44.781Z | Compiling serde_yaml v0.9.34+deprecated |
| 2108 | 2025-03-02T04:14:45.055Z | Compiling postcard v1.0.10 |
| 2109 | 2025-03-02T04:14:58.555Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2110 | 2025-03-02T04:14:58.740Z | Compiling progenitor-impl v0.8.0 |
| 2111 | 2025-03-02T04:15:10.535Z | Compiling strum_macros v0.26.4 |
| 2112 | 2025-03-02T04:15:11.061Z | Compiling foreign-types-macros v0.2.3 |
| 2113 | 2025-03-02T04:15:11.086Z | Compiling structmeta-derive v0.3.0 |
| 2114 | 2025-03-02T04:15:11.424Z | Compiling proc-macro-error v1.0.4 |
| 2115 | 2025-03-02T04:15:11.561Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2116 | 2025-03-02T04:15:11.789Z | Compiling unicode-width v0.1.14 |
| 2117 | 2025-03-02T04:15:13.056Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2118 | 2025-03-02T04:15:13.338Z | Compiling foreign-types-shared v0.3.1 |
| 2119 | 2025-03-02T04:15:13.522Z | Compiling structmeta v0.3.0 |
| 2120 | 2025-03-02T04:15:14.223Z | Compiling foreign-types v0.5.0 |
| 2121 | 2025-03-02T04:15:14.326Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2122 | 2025-03-02T04:15:14.738Z | Compiling strum v0.26.3 |
| 2123 | 2025-03-02T04:15:19.228Z | Compiling tabwriter v1.4.0 |
| 2124 | 2025-03-02T04:15:24.977Z | Compiling progenitor-macro v0.8.0 |
| 2125 | 2025-03-02T04:15:28.695Z | Compiling progenitor-client v0.8.0 |
| 2126 | 2025-03-02T04:15:29.649Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2127 | 2025-03-02T04:15:30.476Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2128 | 2025-03-02T04:15:31.378Z | Compiling daft-derive v0.1.1 |
| 2129 | 2025-03-02T04:15:32.901Z | Compiling cstr-argument v0.1.2 |
| 2130 | 2025-03-02T04:15:33.154Z | Compiling dropshot v0.16.0 |
| 2131 | 2025-03-02T04:15:33.534Z | Compiling crucible-workspace-hack v0.1.0 |
| 2132 | 2025-03-02T04:15:33.898Z | Compiling fastrand v2.1.1 |
| 2133 | 2025-03-02T04:15:34.226Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2134 | 2025-03-02T04:15:34.508Z | Compiling pretty-hex v0.2.1 |
| 2135 | 2025-03-02T04:15:34.611Z | Compiling tempfile v3.13.0 |
| 2136 | 2025-03-02T04:15:34.764Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2137 | 2025-03-02T04:15:34.900Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2138 | 2025-03-02T04:15:35.216Z | Compiling daft v0.1.1 |
| 2139 | 2025-03-02T04:15:35.492Z | Compiling progenitor v0.8.0 |
| 2140 | 2025-03-02T04:15:35.774Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2141 | 2025-03-02T04:15:35.993Z | Compiling parse-display-derive v0.10.0 |
| 2142 | 2025-03-02T04:15:36.010Z | Compiling colored v2.2.0 |
| 2143 | 2025-03-02T04:15:36.388Z | Compiling serde_with_macros v3.12.0 |
| 2144 | 2025-03-02T04:15:36.516Z | Compiling dropshot_endpoint v0.16.0 |
| 2145 | 2025-03-02T04:15:37.454Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2146 | 2025-03-02T04:15:38.275Z | Compiling instant v0.1.13 |
| 2147 | 2025-03-02T04:15:38.485Z | Compiling winnow v0.6.20 |
| 2148 | 2025-03-02T04:15:38.658Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2149 | 2025-03-02T04:15:39.121Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2150 | 2025-03-02T04:15:39.596Z | Compiling parse-display v0.10.0 |
| 2151 | 2025-03-02T04:15:41.125Z | Compiling serde_with v3.12.0 |
| 2152 | 2025-03-02T04:15:41.493Z | Compiling backoff v0.4.0 |
| 2153 | 2025-03-02T04:15:41.895Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2154 | 2025-03-02T04:15:42.222Z | Compiling zone_cfg_derive v0.3.0 |
| 2155 | 2025-03-02T04:15:42.365Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2156 | 2025-03-02T04:15:42.984Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2157 | 2025-03-02T04:15:43.155Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2158 | 2025-03-02T04:15:43.586Z | Compiling camino-tempfile v1.1.1 |
| 2159 | 2025-03-02T04:15:43.847Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2160 | 2025-03-02T04:15:44.299Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2161 | 2025-03-02T04:15:44.410Z | Compiling progenitor-client v0.9.1 |
| 2162 | 2025-03-02T04:15:44.517Z | Compiling num-derive v0.4.2 |
| 2163 | 2025-03-02T04:15:45.429Z | Compiling sigpipe v0.1.3 |
| 2164 | 2025-03-02T04:15:45.475Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2165 | 2025-03-02T04:15:45.594Z | Compiling libefi-sys v0.1.0 |
| 2166 | 2025-03-02T04:15:45.866Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2167 | 2025-03-02T04:15:45.984Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2168 | 2025-03-02T04:15:46.822Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2169 | 2025-03-02T04:15:48.452Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2170 | 2025-03-02T04:15:49.056Z | Compiling zone v0.3.0 |
| 2171 | 2025-03-02T04:15:49.075Z | Compiling itertools v0.14.0 |
| 2172 | 2025-03-02T04:15:50.129Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2173 | 2025-03-02T04:15:51.961Z | Compiling smf v0.2.3 |
| 2174 | 2025-03-02T04:15:52.535Z | Compiling bitfield-struct v0.6.2 |
| 2175 | 2025-03-02T04:15:52.766Z | Compiling blake3 v1.5.4 |
| 2176 | 2025-03-02T04:15:52.940Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2177 | 2025-03-02T04:15:53.829Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2178 | 2025-03-02T04:15:54.013Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2179 | 2025-03-02T04:15:54.096Z | Compiling xattr v1.3.1 |
| 2180 | 2025-03-02T04:15:54.462Z | Compiling memmap2 v0.9.5 |
| 2181 | 2025-03-02T04:15:54.611Z | Compiling filetime v0.2.25 |
| 2182 | 2025-03-02T04:15:54.634Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2183 | 2025-03-02T04:15:54.786Z | Compiling arrayvec v0.7.6 |
| 2184 | 2025-03-02T04:15:54.993Z | Compiling arrayref v0.3.9 |
| 2185 | 2025-03-02T04:15:55.081Z | Compiling same-file v1.0.6 |
| 2186 | 2025-03-02T04:15:55.128Z | Compiling constant_time_eq v0.3.1 |
| 2187 | 2025-03-02T04:15:55.157Z | Compiling tar v0.4.44 |
| 2188 | 2025-03-02T04:15:55.287Z | Compiling walkdir v2.5.0 |
| 2189 | 2025-03-02T04:15:55.382Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2190 | 2025-03-02T04:15:56.940Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2191 | 2025-03-02T04:15:57.400Z | Compiling gethostname v0.5.0 |
| 2192 | 2025-03-02T04:15:57.643Z | Compiling cargo-platform v0.1.8 |
| 2193 | 2025-03-02T04:15:57.855Z | Compiling topological-sort v0.2.2 |
| 2194 | 2025-03-02T04:15:58.100Z | Compiling fixedbitset v0.5.7 |
| 2195 | 2025-03-02T04:15:58.222Z | Compiling omicron-zone-package v0.12.0 |
| 2196 | 2025-03-02T04:15:58.754Z | Compiling petgraph v0.7.1 |
| 2197 | 2025-03-02T04:15:59.292Z | Compiling cargo_metadata v0.19.1 |
| 2198 | 2025-03-02T04:16:01.300Z | Compiling indent_write v2.2.0 |
| 2199 | 2025-03-02T04:16:01.580Z | Compiling shell-words v1.1.0 |
| 2200 | 2025-03-02T04:16:08.468Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2201 | 2025-03-02T04:16:09.723Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2202 | 2025-03-02T04:16:15.801Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2203 | 2025-03-02T04:16:30.867Z | Finished `release` profile [optimized] target(s) in 5m 29s |
| 2204 | 2025-03-02T04:16:31.048Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2205 | 2025-03-02T04:16:31.103Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2206 | 2025-03-02T04:16:31.106Z | Created new build target 'test' and set it as active |
| 2207 | 2025-03-02T04:16:31.106Z | |
| 2208 | 2025-03-02T04:16:31.106Z | real 5:30.264491379 |
| 2209 | 2025-03-02T04:16:31.106Z | user 38:13.691843728 |
| 2210 | 2025-03-02T04:16:31.106Z | sys 3:43.723889445 |
| 2211 | 2025-03-02T04:16:31.106Z | trap 1.299706790 |
| 2212 | 2025-03-02T04:16:31.107Z | tflt 1.636913414 |
| 2213 | 2025-03-02T04:16:31.107Z | dflt 0.954220646 |
| 2214 | 2025-03-02T04:16:31.107Z | kflt 0.000130802 |
| 2215 | 2025-03-02T04:16:31.107Z | lock 1:15:27.737680889 |
| 2216 | 2025-03-02T04:16:31.107Z | slp 2:34:37.636130082 |
| 2217 | 2025-03-02T04:16:31.107Z | lat 2:52.938741452 |
| 2218 | 2025-03-02T04:16:31.107Z | stop 5:04.968841962 |
| 2219 | 2025-03-02T04:16:31.110Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2220 | 2025-03-02T04:16:32.218Z | Finished `release` profile [optimized] target(s) in 1.05s |
| 2221 | 2025-03-02T04:16:32.278Z | Running `target/release/omicron-package -t test package` |
| 2222 | 2025-03-02T04:16:32.328Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2223 | 2025-03-02T04:16:33.585Z | Compiling ring v0.17.11 |
| 2224 | 2025-03-02T04:16:33.776Z | Compiling thiserror v2.0.11 |
| 2225 | 2025-03-02T04:16:33.798Z | Compiling typify-impl v0.3.0 |
| 2226 | 2025-03-02T04:16:33.815Z | Compiling convert_case v0.4.0 |
| 2227 | 2025-03-02T04:16:33.819Z | Compiling newline-converter v0.3.0 |
| 2228 | 2025-03-02T04:16:33.819Z | Compiling password-hash v0.5.0 |
| 2229 | 2025-03-02T04:16:33.819Z | Compiling blake2 v0.10.6 |
| 2230 | 2025-03-02T04:16:34.075Z | Compiling expectorate v1.1.0 |
| 2231 | 2025-03-02T04:16:34.359Z | Compiling base64 v0.21.7 |
| 2232 | 2025-03-02T04:16:34.420Z | Compiling derive_more v0.99.19 |
| 2233 | 2025-03-02T04:16:34.995Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2234 | 2025-03-02T04:16:35.496Z | Compiling argon2 v0.5.3 |
| 2235 | 2025-03-02T04:16:35.744Z | Compiling atomicwrites v0.4.4 |
| 2236 | 2025-03-02T04:16:36.040Z | Compiling owo-colors v4.2.0 |
| 2237 | 2025-03-02T04:16:36.308Z | Compiling cancel-safe-futures v0.1.5 |
| 2238 | 2025-03-02T04:16:36.713Z | Compiling num-rational v0.4.2 |
| 2239 | 2025-03-02T04:16:36.741Z | Compiling libsw-core v0.3.1 |
| 2240 | 2025-03-02T04:16:37.048Z | Compiling num-complex v0.4.6 |
| 2241 | 2025-03-02T04:16:37.766Z | Compiling libsw v3.4.0 |
| 2242 | 2025-03-02T04:16:38.091Z | Compiling num v0.4.3 |
| 2243 | 2025-03-02T04:16:38.853Z | Compiling linear-map v1.2.0 |
| 2244 | 2025-03-02T04:16:39.097Z | Compiling rustls v0.23.19 |
| 2245 | 2025-03-02T04:16:39.140Z | Compiling rustls v0.22.4 |
| 2246 | 2025-03-02T04:16:39.167Z | Compiling swrite v0.1.0 |
| 2247 | 2025-03-02T04:16:39.279Z | Compiling float-ord v0.3.2 |
| 2248 | 2025-03-02T04:16:39.337Z | Compiling highway v1.3.0 |
| 2249 | 2025-03-02T04:16:39.474Z | Compiling tungstenite v0.21.0 |
| 2250 | 2025-03-02T04:16:40.006Z | Compiling semver v0.1.20 |
| 2251 | 2025-03-02T04:16:40.525Z | Compiling rustc_version v0.1.7 |
| 2252 | 2025-03-02T04:16:40.662Z | Compiling ipnetwork v0.21.1 |
| 2253 | 2025-03-02T04:16:40.925Z | Compiling tokio-tungstenite v0.21.0 |
| 2254 | 2025-03-02T04:16:40.928Z | Compiling newtype_derive v0.1.6 |
| 2255 | 2025-03-02T04:16:41.379Z | Compiling oxnet v0.1.1 |
| 2256 | 2025-03-02T04:16:41.404Z | Compiling humantime v2.1.0 |
| 2257 | 2025-03-02T04:16:41.991Z | Compiling rustls-webpki v0.102.8 |
| 2258 | 2025-03-02T04:16:42.049Z | Compiling daft v0.1.1 |
| 2259 | 2025-03-02T04:16:42.250Z | Compiling dropshot v0.16.0 |
| 2260 | 2025-03-02T04:16:42.336Z | Compiling instant v0.1.13 |
| 2261 | 2025-03-02T04:16:42.516Z | Compiling backoff v0.4.0 |
| 2262 | 2025-03-02T04:16:42.541Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2263 | 2025-03-02T04:16:42.897Z | Compiling steno v0.4.1 |
| 2264 | 2025-03-02T04:16:43.659Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2265 | 2025-03-02T04:16:44.129Z | Compiling typify-macro v0.3.0 |
| 2266 | 2025-03-02T04:16:44.492Z | Compiling parse-display v0.10.0 |
| 2267 | 2025-03-02T04:16:44.999Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2268 | 2025-03-02T04:16:45.188Z | Compiling strum v0.26.3 |
| 2269 | 2025-03-02T04:16:45.390Z | Compiling serde_with v3.12.0 |
| 2270 | 2025-03-02T04:16:47.420Z | Compiling tokio-rustls v0.25.0 |
| 2271 | 2025-03-02T04:16:47.707Z | Compiling typify v0.3.0 |
| 2272 | 2025-03-02T04:16:47.868Z | Compiling dropshot v0.12.0 |
| 2273 | 2025-03-02T04:16:47.890Z | Compiling progenitor-impl v0.9.1 |
| 2274 | 2025-03-02T04:16:50.769Z | Compiling tokio-rustls v0.26.0 |
| 2275 | 2025-03-02T04:16:51.277Z | Compiling hyper-rustls v0.27.3 |
| 2276 | 2025-03-02T04:16:51.861Z | Compiling reqwest v0.12.12 |
| 2277 | 2025-03-02T04:16:53.987Z | Compiling qorb v0.2.1 |
| 2278 | 2025-03-02T04:16:55.650Z | Compiling progenitor-macro v0.9.1 |
| 2279 | 2025-03-02T04:16:59.373Z | Compiling progenitor-client v0.9.1 |
| 2280 | 2025-03-02T04:16:59.969Z | Compiling progenitor-client v0.8.0 |
| 2281 | 2025-03-02T04:17:00.511Z | Compiling progenitor v0.8.0 |
| 2282 | 2025-03-02T04:17:00.772Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2283 | 2025-03-02T04:17:01.056Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2284 | 2025-03-02T04:17:01.700Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2285 | 2025-03-02T04:17:02.491Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2286 | 2025-03-02T04:17:30.036Z | Compiling progenitor v0.9.1 |
| 2287 | 2025-03-02T04:17:30.793Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2288 | 2025-03-02T04:17:34.145Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2289 | 2025-03-02T04:17:34.818Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2290 | 2025-03-02T04:17:36.365Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2291 | 2025-03-02T04:17:40.681Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2292 | 2025-03-02T04:17:42.457Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2293 | 2025-03-02T04:17:42.659Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2294 | 2025-03-02T04:17:44.383Z | Compiling macaddr v1.0.1 |
| 2295 | 2025-03-02T04:17:45.062Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2296 | 2025-03-02T04:17:45.121Z | Compiling slog-dtrace v0.3.0 |
| 2297 | 2025-03-02T04:17:45.532Z | Compiling prettyplease v0.2.29 |
| 2298 | 2025-03-02T04:17:47.106Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2299 | 2025-03-02T04:17:48.205Z | Compiling half v2.4.1 |
| 2300 | 2025-03-02T04:17:48.959Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2301 | 2025-03-02T04:17:49.716Z | Compiling ciborium-io v0.2.2 |
| 2302 | 2025-03-02T04:17:49.905Z | Compiling ciborium-ll v0.2.2 |
| 2303 | 2025-03-02T04:17:50.486Z | Compiling bytecount v0.6.8 |
| 2304 | 2025-03-02T04:17:50.541Z | Compiling ciborium v0.2.2 |
| 2305 | 2025-03-02T04:17:50.818Z | Compiling display-error-chain v0.2.2 |
| 2306 | 2025-03-02T04:17:51.069Z | Compiling const_format_proc_macros v0.2.34 |
| 2307 | 2025-03-02T04:17:52.624Z | Compiling maplit v1.0.2 |
| 2308 | 2025-03-02T04:17:52.781Z | Compiling keccak v0.1.5 |
| 2309 | 2025-03-02T04:17:52.946Z | Compiling crunchy v0.2.2 |
| 2310 | 2025-03-02T04:17:53.444Z | Compiling fastrand v2.1.1 |
| 2311 | 2025-03-02T04:17:53.959Z | Compiling same-file v1.0.6 |
| 2312 | 2025-03-02T04:17:53.979Z | Compiling tempfile v3.13.0 |
| 2313 | 2025-03-02T04:17:54.233Z | Compiling walkdir v2.5.0 |
| 2314 | 2025-03-02T04:17:54.364Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2315 | 2025-03-02T04:17:54.734Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2316 | 2025-03-02T04:17:54.868Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2317 | 2025-03-02T04:18:00.156Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2318 | 2025-03-02T04:18:01.131Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2319 | 2025-03-02T04:18:01.843Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2320 | 2025-03-02T04:18:02.681Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2321 | 2025-03-02T04:18:08.881Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2322 | 2025-03-02T04:18:10.501Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2323 | 2025-03-02T04:18:11.332Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2324 | 2025-03-02T04:18:18.075Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2325 | 2025-03-02T04:18:19.678Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2326 | 2025-03-02T04:18:20.085Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2327 | 2025-03-02T04:18:21.056Z | Compiling sha3 v0.10.8 |
| 2328 | 2025-03-02T04:18:21.905Z | Compiling const_format v0.2.34 |
| 2329 | 2025-03-02T04:18:23.188Z | Compiling radium v0.7.0 |
| 2330 | 2025-03-02T04:18:23.687Z | Compiling tiny-keccak v2.0.2 |
| 2331 | 2025-03-02T04:18:24.124Z | Compiling blake3 v1.5.4 |
| 2332 | 2025-03-02T04:18:24.284Z | Compiling dsl_auto_type v0.1.2 |
| 2333 | 2025-03-02T04:18:24.696Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2334 | 2025-03-02T04:18:24.818Z | Compiling scheduled-thread-pool v0.2.7 |
| 2335 | 2025-03-02T04:18:24.879Z | Compiling xattr v1.3.1 |
| 2336 | 2025-03-02T04:18:25.140Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2337 | 2025-03-02T04:18:25.172Z | Compiling filetime v0.2.25 |
| 2338 | 2025-03-02T04:18:25.485Z | Compiling memmap2 v0.9.5 |
| 2339 | 2025-03-02T04:18:25.518Z | Compiling maybe-uninit v2.0.0 |
| 2340 | 2025-03-02T04:18:25.539Z | Compiling arrayvec v0.7.6 |
| 2341 | 2025-03-02T04:18:25.869Z | Compiling constant_time_eq v0.3.1 |
| 2342 | 2025-03-02T04:18:25.955Z | Compiling tap v1.0.1 |
| 2343 | 2025-03-02T04:18:26.038Z | Compiling arrayref v0.3.9 |
| 2344 | 2025-03-02T04:18:26.133Z | Compiling diesel_derives v2.2.3 |
| 2345 | 2025-03-02T04:18:26.153Z | Compiling wyz v0.5.1 |
| 2346 | 2025-03-02T04:18:26.190Z | Compiling tar v0.4.44 |
| 2347 | 2025-03-02T04:18:26.629Z | Compiling r2d2 v0.8.10 |
| 2348 | 2025-03-02T04:18:27.594Z | Compiling toolchain_find v0.4.0 |
| 2349 | 2025-03-02T04:18:27.683Z | Compiling camino-tempfile v1.1.1 |
| 2350 | 2025-03-02T04:18:27.741Z | Compiling phf_generator v0.11.2 |
| 2351 | 2025-03-02T04:18:27.957Z | Compiling ascii-canvas v3.0.0 |
| 2352 | 2025-03-02T04:18:28.013Z | Compiling secrecy v0.8.0 |
| 2353 | 2025-03-02T04:18:28.098Z | Compiling ena v0.14.3 |
| 2354 | 2025-03-02T04:18:28.119Z | Compiling async-recursion v1.1.1 |
| 2355 | 2025-03-02T04:18:28.301Z | Compiling bindgen v0.71.1 |
| 2356 | 2025-03-02T04:18:28.426Z | Compiling regex-syntax v0.6.29 |
| 2357 | 2025-03-02T04:18:28.521Z | Compiling topological-sort v0.2.2 |
| 2358 | 2025-03-02T04:18:28.832Z | Compiling crc-catalog v2.4.0 |
| 2359 | 2025-03-02T04:18:28.835Z | Compiling packed_struct v0.10.1 |
| 2360 | 2025-03-02T04:18:29.018Z | Compiling funty v2.0.0 |
| 2361 | 2025-03-02T04:18:29.318Z | Compiling diff v0.1.13 |
| 2362 | 2025-03-02T04:18:29.535Z | Compiling crc v3.2.1 |
| 2363 | 2025-03-02T04:18:29.838Z | Compiling omicron-zone-package v0.12.0 |
| 2364 | 2025-03-02T04:18:31.587Z | Compiling bitvec v1.0.1 |
| 2365 | 2025-03-02T04:18:31.832Z | Compiling phf_codegen v0.11.2 |
| 2366 | 2025-03-02T04:18:31.887Z | Compiling rustfmt-wrapper v0.2.1 |
| 2367 | 2025-03-02T04:18:32.074Z | Compiling lalrpop v0.19.12 |
| 2368 | 2025-03-02T04:18:32.617Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2369 | 2025-03-02T04:18:33.715Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2370 | 2025-03-02T04:18:33.754Z | Compiling universal-hash v0.5.1 |
| 2371 | 2025-03-02T04:18:34.010Z | Compiling packed_struct_codegen v0.10.1 |
| 2372 | 2025-03-02T04:18:34.040Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2373 | 2025-03-02T04:18:34.866Z | Compiling parse-zoneinfo v0.3.1 |
| 2374 | 2025-03-02T04:18:36.233Z | Compiling indexmap v1.9.3 |
| 2375 | 2025-03-02T04:18:36.290Z | Compiling nodrop v0.1.14 |
| 2376 | 2025-03-02T04:18:36.457Z | Compiling ref-cast v1.0.23 |
| 2377 | 2025-03-02T04:18:36.478Z | Compiling rustc-hash v2.1.1 |
| 2378 | 2025-03-02T04:18:36.585Z | Compiling opaque-debug v0.3.1 |
| 2379 | 2025-03-02T04:18:36.685Z | Compiling poly1305 v0.8.0 |
| 2380 | 2025-03-02T04:18:36.708Z | Compiling thiserror-no-std v2.0.2 |
| 2381 | 2025-03-02T04:18:36.950Z | Compiling diesel v2.2.7 |
| 2382 | 2025-03-02T04:18:37.036Z | Compiling array-init v0.0.4 |
| 2383 | 2025-03-02T04:18:38.108Z | Compiling chrono-tz-build v0.4.0 |
| 2384 | 2025-03-02T04:18:38.239Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2385 | 2025-03-02T04:18:39.117Z | Compiling smallvec v0.6.14 |
| 2386 | 2025-03-02T04:18:39.657Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2387 | 2025-03-02T04:18:40.018Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2388 | 2025-03-02T04:18:40.363Z | Compiling derive_builder_core v0.20.2 |
| 2389 | 2025-03-02T04:18:41.190Z | Compiling chacha20 v0.9.1 |
| 2390 | 2025-03-02T04:18:41.741Z | Compiling headers-core v0.3.0 |
| 2391 | 2025-03-02T04:18:41.964Z | Compiling aead v0.5.2 |
| 2392 | 2025-03-02T04:18:42.359Z | Compiling libxml v0.3.3 |
| 2393 | 2025-03-02T04:18:42.446Z | Compiling ref-cast-impl v1.0.23 |
| 2394 | 2025-03-02T04:18:42.767Z | Compiling vte_generate_state_changes v0.1.2 |
| 2395 | 2025-03-02T04:18:43.443Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2396 | 2025-03-02T04:18:43.557Z | Compiling arc-swap v1.7.1 |
| 2397 | 2025-03-02T04:18:43.839Z | Compiling termcolor v1.4.1 |
| 2398 | 2025-03-02T04:18:44.263Z | Compiling hashbrown v0.12.3 |
| 2399 | 2025-03-02T04:18:44.886Z | Compiling bitfield v0.14.0 |
| 2400 | 2025-03-02T04:18:45.385Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2401 | 2025-03-02T04:18:46.697Z | Compiling env_logger v0.10.2 |
| 2402 | 2025-03-02T04:18:49.527Z | Compiling samael v0.0.18 |
| 2403 | 2025-03-02T04:18:49.625Z | Compiling slog-scope v4.4.0 |
| 2404 | 2025-03-02T04:18:50.183Z | Compiling vte v0.11.1 |
| 2405 | 2025-03-02T04:18:50.485Z | Compiling derive_builder_macro v0.20.2 |
| 2406 | 2025-03-02T04:18:51.216Z | Compiling chacha20poly1305 v0.10.1 |
| 2407 | 2025-03-02T04:18:51.349Z | Compiling headers v0.4.0 |
| 2408 | 2025-03-02T04:18:51.580Z | Compiling serde-hex v0.1.0 |
| 2409 | 2025-03-02T04:18:51.799Z | Compiling chrono-tz v0.10.1 |
| 2410 | 2025-03-02T04:18:52.537Z | Compiling vsss-rs v3.3.4 |
| 2411 | 2025-03-02T04:18:54.772Z | Compiling polar-core v0.27.3 |
| 2412 | 2025-03-02T04:18:55.212Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2413 | 2025-03-02T04:18:56.816Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2414 | 2025-03-02T04:18:56.881Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2415 | 2025-03-02T04:18:57.223Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2416 | 2025-03-02T04:18:58.317Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2417 | 2025-03-02T04:18:58.752Z | Compiling ron v0.8.1 |
| 2418 | 2025-03-02T04:18:58.808Z | Compiling hashbrown v0.13.2 |
| 2419 | 2025-03-02T04:19:00.210Z | Compiling strum_macros v0.24.3 |
| 2420 | 2025-03-02T04:19:01.980Z | Compiling unicase v2.7.0 |
| 2421 | 2025-03-02T04:19:02.376Z | Compiling indoc v1.0.9 |
| 2422 | 2025-03-02T04:19:03.189Z | Compiling crc-any v2.5.0 |
| 2423 | 2025-03-02T04:19:03.263Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2424 | 2025-03-02T04:19:04.109Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2425 | 2025-03-02T04:19:04.769Z | Compiling object v0.30.4 |
| 2426 | 2025-03-02T04:19:19.613Z | Compiling strip-ansi-escapes v0.2.0 |
| 2427 | 2025-03-02T04:19:20.020Z | Compiling derive_builder v0.20.2 |
| 2428 | 2025-03-02T04:19:21.355Z | Compiling slog-stdlog v4.1.1 |
| 2429 | 2025-03-02T04:19:23.597Z | Compiling papergrid v0.11.0 |
| 2430 | 2025-03-02T04:19:24.767Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2431 | 2025-03-02T04:19:25.135Z | Compiling tabled_derive v0.7.0 |
| 2432 | 2025-03-02T04:19:25.156Z | Compiling fd-lock v4.0.2 |
| 2433 | 2025-03-02T04:19:25.418Z | Compiling peg-macros v0.8.4 |
| 2434 | 2025-03-02T04:19:27.256Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2435 | 2025-03-02T04:19:28.254Z | Compiling oso-derive v0.27.3 |
| 2436 | 2025-03-02T04:19:28.710Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2437 | 2025-03-02T04:19:29.306Z | Compiling quick-xml v0.37.2 |
| 2438 | 2025-03-02T04:19:34.644Z | Compiling diesel-dtrace v0.4.2 |
| 2439 | 2025-03-02T04:19:35.024Z | Compiling path-slash v0.1.5 |
| 2440 | 2025-03-02T04:19:35.317Z | Compiling nu-ansi-term v0.50.1 |
| 2441 | 2025-03-02T04:19:36.633Z | Compiling reedline v0.38.0 |
| 2442 | 2025-03-02T04:19:37.470Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2443 | 2025-03-02T04:19:44.529Z | Compiling oso v0.27.3 |
| 2444 | 2025-03-02T04:19:50.537Z | Compiling peg v0.8.4 |
| 2445 | 2025-03-02T04:19:50.723Z | Compiling tabled v0.15.0 |
| 2446 | 2025-03-02T04:19:53.168Z | Compiling slog-envlogger v2.2.0 |
| 2447 | 2025-03-02T04:19:57.056Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2448 | 2025-03-02T04:20:01.477Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2449 | 2025-03-02T04:20:01.821Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2450 | 2025-03-02T04:20:02.201Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2451 | 2025-03-02T04:20:03.028Z | Compiling pem v3.0.5 |
| 2452 | 2025-03-02T04:20:04.552Z | Compiling bb8 v0.8.5 |
| 2453 | 2025-03-02T04:20:05.224Z | Compiling bcs v0.1.6 |
| 2454 | 2025-03-02T04:20:06.070Z | Compiling fxhash v0.2.1 |
| 2455 | 2025-03-02T04:20:06.346Z | Compiling libz-sys v1.1.20 |
| 2456 | 2025-03-02T04:20:07.089Z | Compiling lockfree-object-pool v0.1.6 |
| 2457 | 2025-03-02T04:20:07.452Z | Compiling zip v2.1.3 |
| 2458 | 2025-03-02T04:20:07.858Z | Compiling termtree v0.5.1 |
| 2459 | 2025-03-02T04:20:08.193Z | Compiling simd-adler32 v0.3.7 |
| 2460 | 2025-03-02T04:20:09.500Z | Compiling bumpalo v3.16.0 |
| 2461 | 2025-03-02T04:20:10.098Z | Compiling zopfli v0.8.1 |
| 2462 | 2025-03-02T04:20:11.323Z | Compiling async-bb8-diesel v0.2.1 |
| 2463 | 2025-03-02T04:20:12.914Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2464 | 2025-03-02T04:20:12.939Z | Compiling kstat-rs v0.2.4 |
| 2465 | 2025-03-02T04:20:13.942Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2466 | 2025-03-02T04:20:13.991Z | Compiling buf-list v1.0.3 |
| 2467 | 2025-03-02T04:20:14.475Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2468 | 2025-03-02T04:20:14.767Z | Compiling proc-macro-error2 v2.0.1 |
| 2469 | 2025-03-02T04:20:15.364Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2470 | 2025-03-02T04:20:19.305Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2471 | 2025-03-02T04:20:19.902Z | Compiling nanorand v0.7.0 |
| 2472 | 2025-03-02T04:20:20.553Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2473 | 2025-03-02T04:20:21.363Z | Compiling pin-project-internal v1.1.6 |
| 2474 | 2025-03-02T04:20:23.990Z | Compiling parking_lot_core v0.8.6 |
| 2475 | 2025-03-02T04:20:24.523Z | Compiling pin-project v1.1.6 |
| 2476 | 2025-03-02T04:20:25.102Z | Compiling flume v0.11.1 |
| 2477 | 2025-03-02T04:20:25.930Z | Compiling tabled_derive v0.10.0 |
| 2478 | 2025-03-02T04:20:26.733Z | Compiling mime_guess v2.0.5 |
| 2479 | 2025-03-02T04:20:28.701Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2480 | 2025-03-02T04:20:28.804Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2481 | 2025-03-02T04:20:31.959Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2482 | 2025-03-02T04:20:33.603Z | Compiling papergrid v0.14.0 |
| 2483 | 2025-03-02T04:20:35.271Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2484 | 2025-03-02T04:20:38.482Z | Compiling snafu-derive v0.8.5 |
| 2485 | 2025-03-02T04:20:39.348Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2486 | 2025-03-02T04:20:39.761Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2487 | 2025-03-02T04:20:42.641Z | Compiling snafu v0.8.5 |
| 2488 | 2025-03-02T04:20:43.975Z | Compiling tabled v0.18.0 |
| 2489 | 2025-03-02T04:20:48.436Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2490 | 2025-03-02T04:20:50.965Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2491 | 2025-03-02T04:20:57.249Z | Compiling globset v0.4.15 |
| 2492 | 2025-03-02T04:21:03.304Z | Compiling olpc-cjson v0.1.4 |
| 2493 | 2025-03-02T04:21:03.646Z | Compiling itertools v0.13.0 |
| 2494 | 2025-03-02T04:21:04.675Z | Compiling vergen v8.3.2 |
| 2495 | 2025-03-02T04:21:05.049Z | Compiling castaway v0.2.3 |
| 2496 | 2025-03-02T04:21:05.246Z | Compiling nibble_vec v0.1.0 |
| 2497 | 2025-03-02T04:21:05.537Z | Compiling serde_plain v1.0.2 |
| 2498 | 2025-03-02T04:21:06.093Z | Compiling cargo-platform v0.1.8 |
| 2499 | 2025-03-02T04:21:06.577Z | Compiling atty v0.2.14 |
| 2500 | 2025-03-02T04:21:06.775Z | Compiling endian-type v0.1.2 |
| 2501 | 2025-03-02T04:21:07.188Z | Compiling typed-path v0.9.3 |
| 2502 | 2025-03-02T04:21:07.233Z | Compiling io-lifetimes v1.0.11 |
| 2503 | 2025-03-02T04:21:07.722Z | Compiling salty v0.3.0 |
| 2504 | 2025-03-02T04:21:08.169Z | Compiling http-range v0.1.5 |
| 2505 | 2025-03-02T04:21:09.358Z | Compiling radix_trie v0.2.1 |
| 2506 | 2025-03-02T04:21:10.343Z | Compiling tough v0.19.0 |
| 2507 | 2025-03-02T04:21:13.452Z | Compiling unicode-truncate v1.1.0 |
| 2508 | 2025-03-02T04:21:13.795Z | Compiling cargo_metadata v0.18.1 |
| 2509 | 2025-03-02T04:21:14.069Z | Compiling compact_str v0.8.0 |
| 2510 | 2025-03-02T04:21:16.636Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2511 | 2025-03-02T04:21:17.039Z | Compiling git2 v0.19.0 |
| 2512 | 2025-03-02T04:21:18.837Z | Compiling parking_lot v0.11.2 |
| 2513 | 2025-03-02T04:21:22.684Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2514 | 2025-03-02T04:21:22.888Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2515 | 2025-03-02T04:21:25.224Z | Compiling lru v0.12.5 |
| 2516 | 2025-03-02T04:21:25.620Z | Compiling rand_seeder v0.3.0 |
| 2517 | 2025-03-02T04:21:26.073Z | Compiling lzma-sys v0.1.20 |
| 2518 | 2025-03-02T04:21:26.842Z | Compiling instability v0.3.2 |
| 2519 | 2025-03-02T04:21:27.615Z | Compiling rustls v0.21.12 |
| 2520 | 2025-03-02T04:21:27.906Z | Compiling parse-size v1.1.0 |
| 2521 | 2025-03-02T04:21:27.926Z | Compiling indoc v2.0.5 |
| 2522 | 2025-03-02T04:21:27.989Z | Compiling cassowary v0.3.0 |
| 2523 | 2025-03-02T04:21:28.260Z | Compiling rustix v0.37.28 |
| 2524 | 2025-03-02T04:21:28.840Z | Compiling ratatui v0.29.0 |
| 2525 | 2025-03-02T04:21:29.286Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2526 | 2025-03-02T04:21:30.779Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2527 | 2025-03-02T04:21:31.052Z | Compiling hyper-staticfile v0.10.1 |
| 2528 | 2025-03-02T04:21:31.714Z | Compiling sled v0.34.7 |
| 2529 | 2025-03-02T04:21:32.418Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2530 | 2025-03-02T04:21:33.707Z | Compiling hickory-client v0.24.4 |
| 2531 | 2025-03-02T04:21:38.421Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2532 | 2025-03-02T04:21:38.576Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2533 | 2025-03-02T04:21:39.700Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2534 | 2025-03-02T04:21:43.606Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2535 | 2025-03-02T04:21:44.269Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2536 | 2025-03-02T04:21:44.632Z | Compiling rustls-webpki v0.101.7 |
| 2537 | 2025-03-02T04:21:45.292Z | Compiling sct v0.7.1 |
| 2538 | 2025-03-02T04:21:45.778Z | Compiling hickory-server v0.24.4 |
| 2539 | 2025-03-02T04:21:48.635Z | Compiling primeorder v0.13.6 |
| 2540 | 2025-03-02T04:21:49.229Z | Compiling heck v0.3.3 |
| 2541 | 2025-03-02T04:21:49.322Z | Compiling env_filter v0.1.2 |
| 2542 | 2025-03-02T04:21:49.587Z | Compiling csv-core v0.1.11 |
| 2543 | 2025-03-02T04:21:50.539Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2544 | 2025-03-02T04:21:50.898Z | Compiling csv v1.3.1 |
| 2545 | 2025-03-02T04:21:50.963Z | Compiling env_logger v0.11.5 |
| 2546 | 2025-03-02T04:21:51.014Z | Compiling zone_cfg_derive v0.1.2 |
| 2547 | 2025-03-02T04:21:52.388Z | Compiling p384 v0.13.0 |
| 2548 | 2025-03-02T04:21:52.417Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2549 | 2025-03-02T04:21:57.422Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2550 | 2025-03-02T04:21:58.407Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2551 | 2025-03-02T04:21:59.642Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2552 | 2025-03-02T04:21:59.999Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2553 | 2025-03-02T04:22:01.044Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2554 | 2025-03-02T04:22:01.379Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2555 | 2025-03-02T04:22:01.744Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2556 | 2025-03-02T04:22:02.116Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2557 | 2025-03-02T04:22:02.119Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2558 | 2025-03-02T04:22:02.468Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2559 | 2025-03-02T04:22:02.488Z | Compiling nix v0.27.1 |
| 2560 | 2025-03-02T04:22:03.192Z | Compiling tungstenite v0.23.0 |
| 2561 | 2025-03-02T04:22:05.428Z | Compiling base64 v0.13.1 |
| 2562 | 2025-03-02T04:22:06.262Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2563 | 2025-03-02T04:22:06.703Z | Compiling ron v0.7.1 |
| 2564 | 2025-03-02T04:22:07.039Z | Compiling tokio-tungstenite v0.23.1 |
| 2565 | 2025-03-02T04:22:08.163Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2566 | 2025-03-02T04:22:09.005Z | Compiling xz2 v0.1.7 |
| 2567 | 2025-03-02T04:22:09.594Z | Compiling terminal_size v0.2.6 |
| 2568 | 2025-03-02T04:22:09.838Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2569 | 2025-03-02T04:22:12.002Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2570 | 2025-03-02T04:22:16.107Z | Compiling tokio-rustls v0.24.1 |
| 2571 | 2025-03-02T04:22:16.618Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2572 | 2025-03-02T04:22:18.468Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2573 | 2025-03-02T04:22:19.268Z | Compiling zone v0.1.8 |
| 2574 | 2025-03-02T04:22:19.641Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2575 | 2025-03-02T04:22:20.209Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2576 | 2025-03-02T04:22:20.877Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2577 | 2025-03-02T04:22:21.435Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2578 | 2025-03-02T04:22:22.240Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2579 | 2025-03-02T04:22:22.545Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2580 | 2025-03-02T04:22:25.767Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2581 | 2025-03-02T04:22:26.512Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2582 | 2025-03-02T04:22:27.022Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2583 | 2025-03-02T04:22:30.769Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2584 | 2025-03-02T04:22:31.142Z | Compiling rustls-pemfile v1.0.4 |
| 2585 | 2025-03-02T04:22:31.327Z | Compiling signal-hook-tokio v0.3.1 |
| 2586 | 2025-03-02T04:22:31.593Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2587 | 2025-03-02T04:22:31.729Z | Compiling twox-hash v2.1.0 |
| 2588 | 2025-03-02T04:22:31.911Z | Compiling yasna v0.5.2 |
| 2589 | 2025-03-02T04:22:32.797Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2590 | 2025-03-02T04:22:34.008Z | Compiling unicode-linebreak v0.1.5 |
| 2591 | 2025-03-02T04:22:34.115Z | Compiling smawk v0.3.2 |
| 2592 | 2025-03-02T04:22:34.474Z | Compiling glob v0.3.2 |
| 2593 | 2025-03-02T04:22:34.619Z | Compiling is_ci v1.2.0 |
| 2594 | 2025-03-02T04:22:34.964Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2595 | 2025-03-02T04:22:35.427Z | Compiling supports-color v3.0.2 |
| 2596 | 2025-03-02T04:22:35.430Z | Compiling textwrap v0.16.1 |
| 2597 | 2025-03-02T04:22:35.926Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2598 | 2025-03-02T04:22:36.669Z | Compiling rcgen v0.12.1 |
| 2599 | 2025-03-02T04:22:40.756Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2600 | 2025-03-02T04:22:41.729Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2601 | 2025-03-02T04:22:42.516Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2602 | 2025-03-02T04:22:47.708Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2603 | 2025-03-02T04:22:50.812Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2604 | 2025-03-02T04:22:51.977Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2605 | 2025-03-02T04:23:05.695Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2606 | 2025-03-02T04:23:07.214Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2607 | 2025-03-02T04:23:10.588Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2608 | 2025-03-02T04:23:13.048Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2609 | 2025-03-02T04:23:17.733Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2610 | 2025-03-02T04:23:18.344Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2611 | 2025-03-02T04:23:20.459Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2612 | 2025-03-02T04:23:28.039Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2613 | 2025-03-02T04:23:31.815Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2614 | 2025-03-02T04:23:33.361Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2615 | 2025-03-02T04:23:36.197Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2616 | 2025-03-02T04:23:36.571Z | Compiling fatfs v0.3.6 |
| 2617 | 2025-03-02T04:23:37.560Z | Compiling subprocess v0.2.9 |
| 2618 | 2025-03-02T04:23:38.126Z | Compiling rtoolbox v0.0.2 |
| 2619 | 2025-03-02T04:23:38.371Z | Compiling assert_matches v1.5.0 |
| 2620 | 2025-03-02T04:23:38.581Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2621 | 2025-03-02T04:23:39.422Z | Compiling rpassword v7.3.1 |
| 2622 | 2025-03-02T04:23:39.961Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2623 | 2025-03-02T04:23:42.305Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2624 | 2025-03-02T04:23:46.483Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2625 | 2025-03-02T04:23:53.579Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2626 | 2025-03-02T04:23:57.022Z | Compiling tui-tree-widget v0.23.0 |
| 2627 | 2025-03-02T04:23:57.508Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2628 | 2025-03-02T04:24:11.386Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2629 | 2025-03-02T04:24:11.749Z | Compiling uzers v0.12.1 |
| 2630 | 2025-03-02T04:24:14.939Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2631 | 2025-03-02T04:24:15.493Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2632 | 2025-03-02T04:24:17.463Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2633 | 2025-03-02T04:24:31.639Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2634 | 2025-03-02T04:24:42.908Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2635 | 2025-03-02T04:24:44.379Z | Compiling multimap v0.10.0 |
| 2636 | 2025-03-02T04:27:15.135Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2637 | 2025-03-02T04:34:45.533Z | Finished `release` profile [optimized] target(s) in 18m 12s |
| 2638 | 2025-03-02T04:35:55.294Z | |
| 2639 | 2025-03-02T04:35:55.298Z | real 19:24.004958042 |
| 2640 | 2025-03-02T04:35:55.298Z | user 2:16:23.965357713 |
| 2641 | 2025-03-02T04:35:55.298Z | sys 3:46.880638392 |
| 2642 | 2025-03-02T04:35:55.298Z | trap 3.887335227 |
| 2643 | 2025-03-02T04:35:55.298Z | tflt 1.860468541 |
| 2644 | 2025-03-02T04:35:55.298Z | dflt 5.561410511 |
| 2645 | 2025-03-02T04:35:55.298Z | kflt 0.001579207 |
| 2646 | 2025-03-02T04:35:55.298Z | lock 8:11:41.278559571 |
| 2647 | 2025-03-02T04:35:55.298Z | slp 7:05:00.486948444 |
| 2648 | 2025-03-02T04:35:55.298Z | lat 3:38.804018172 |
| 2649 | 2025-03-02T04:35:55.298Z | stop 2:58.174978106 |
| 2650 | 2025-03-02T04:35:55.298Z | + mapfile -t packages |
| 2651 | 2025-03-02T04:35:55.298Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2652 | 2025-03-02T04:35:56.484Z | Compiling ring v0.17.11 |
| 2653 | 2025-03-02T04:35:58.278Z | Compiling rustls v0.22.4 |
| 2654 | 2025-03-02T04:35:58.278Z | Compiling rustls v0.23.19 |
| 2655 | 2025-03-02T04:36:00.052Z | Compiling rustls-webpki v0.102.8 |
| 2656 | 2025-03-02T04:36:04.605Z | Compiling tokio-rustls v0.25.0 |
| 2657 | 2025-03-02T04:36:04.952Z | Compiling dropshot v0.12.0 |
| 2658 | 2025-03-02T04:36:06.478Z | Compiling tokio-rustls v0.26.0 |
| 2659 | 2025-03-02T04:36:06.978Z | Compiling hyper-rustls v0.27.3 |
| 2660 | 2025-03-02T04:36:07.427Z | Compiling reqwest v0.12.12 |
| 2661 | 2025-03-02T04:36:08.696Z | Compiling dropshot v0.16.0 |
| 2662 | 2025-03-02T04:36:09.647Z | Compiling qorb v0.2.1 |
| 2663 | 2025-03-02T04:36:16.621Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2664 | 2025-03-02T04:36:17.238Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2665 | 2025-03-02T04:36:18.017Z | Compiling progenitor-client v0.8.0 |
| 2666 | 2025-03-02T04:36:19.157Z | Compiling progenitor v0.8.0 |
| 2667 | 2025-03-02T04:36:19.447Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2668 | 2025-03-02T04:36:20.037Z | Compiling progenitor-client v0.9.1 |
| 2669 | 2025-03-02T04:36:21.085Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2670 | 2025-03-02T04:36:24.475Z | Compiling omicron-zone-package v0.12.0 |
| 2671 | 2025-03-02T04:36:32.608Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2672 | 2025-03-02T04:36:45.359Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2673 | 2025-03-02T04:36:49.756Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2674 | 2025-03-02T04:36:50.618Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2675 | 2025-03-02T04:36:53.979Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2676 | 2025-03-02T04:37:09.405Z | Finished `release` profile [optimized] target(s) in 1m 14s |
| 2677 | 2025-03-02T04:37:09.589Z | Running `target/release/omicron-package -t test list-outputs` |
| 2678 | 2025-03-02T04:37:09.645Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2679 | 2025-03-02T04:37:09.648Z | + ptime -m cargo build --locked --release -p xtask |
| 2680 | 2025-03-02T04:37:10.288Z | Compiling serde v1.0.218 |
| 2681 | 2025-03-02T04:37:10.292Z | Compiling libc v0.2.170 |
| 2682 | 2025-03-02T04:37:10.292Z | Compiling rustix v0.38.37 |
| 2683 | 2025-03-02T04:37:10.292Z | Compiling serde_json v1.0.139 |
| 2684 | 2025-03-02T04:37:10.292Z | Compiling syn v2.0.98 |
| 2685 | 2025-03-02T04:37:10.386Z | Compiling bitflags v2.6.0 |
| 2686 | 2025-03-02T04:37:10.826Z | Compiling usdt-impl v0.5.0 |
| 2687 | 2025-03-02T04:37:10.842Z | Compiling syn v1.0.109 |
| 2688 | 2025-03-02T04:37:10.934Z | Compiling hashbrown v0.15.1 |
| 2689 | 2025-03-02T04:37:10.958Z | Compiling log v0.4.22 |
| 2690 | 2025-03-02T04:37:11.157Z | Compiling fs-err v2.11.0 |
| 2691 | 2025-03-02T04:37:11.425Z | Compiling once_cell v1.20.3 |
| 2692 | 2025-03-02T04:37:11.534Z | Compiling anyhow v1.0.96 |
| 2693 | 2025-03-02T04:37:11.747Z | Compiling thread-id v4.2.2 |
| 2694 | 2025-03-02T04:37:12.155Z | Compiling indexmap v2.7.1 |
| 2695 | 2025-03-02T04:37:13.396Z | Compiling terminal_size v0.4.0 |
| 2696 | 2025-03-02T04:37:13.455Z | Compiling tempfile v3.13.0 |
| 2697 | 2025-03-02T04:37:13.658Z | Compiling clap_builder v4.5.31 |
| 2698 | 2025-03-02T04:37:14.169Z | Compiling proc-macro-error v1.0.4 |
| 2699 | 2025-03-02T04:37:15.070Z | Compiling tabled_derive v0.7.0 |
| 2700 | 2025-03-02T04:37:16.186Z | Compiling tabled v0.15.0 |
| 2701 | 2025-03-02T04:37:17.039Z | Compiling serde_derive v1.0.218 |
| 2702 | 2025-03-02T04:37:17.039Z | Compiling thiserror-impl v1.0.69 |
| 2703 | 2025-03-02T04:37:17.039Z | Compiling zerocopy-derive v0.7.35 |
| 2704 | 2025-03-02T04:37:17.043Z | Compiling scroll_derive v0.12.0 |
| 2705 | 2025-03-02T04:37:17.043Z | Compiling thiserror-impl v2.0.11 |
| 2706 | 2025-03-02T04:37:18.540Z | Compiling scroll v0.12.0 |
| 2707 | 2025-03-02T04:37:18.927Z | Compiling zerocopy v0.7.35 |
| 2708 | 2025-03-02T04:37:19.221Z | Compiling goblin v0.8.2 |
| 2709 | 2025-03-02T04:37:19.727Z | Compiling thiserror v1.0.69 |
| 2710 | 2025-03-02T04:37:19.916Z | Compiling pest v2.7.14 |
| 2711 | 2025-03-02T04:37:21.801Z | Compiling thiserror v2.0.11 |
| 2712 | 2025-03-02T04:37:22.008Z | Compiling clap_derive v4.5.28 |
| 2713 | 2025-03-02T04:37:23.037Z | Compiling pest_meta v2.7.14 |
| 2714 | 2025-03-02T04:37:25.804Z | Compiling pest_generator v2.7.14 |
| 2715 | 2025-03-02T04:37:26.641Z | Compiling clap v4.5.31 |
| 2716 | 2025-03-02T04:37:27.549Z | Compiling pest_derive v2.7.14 |
| 2717 | 2025-03-02T04:37:28.419Z | Compiling dtrace-parser v0.2.0 |
| 2718 | 2025-03-02T04:37:31.457Z | Compiling serde_spanned v0.6.8 |
| 2719 | 2025-03-02T04:37:31.788Z | Compiling toml_datetime v0.6.8 |
| 2720 | 2025-03-02T04:37:32.529Z | Compiling serde_tokenstream v0.2.2 |
| 2721 | 2025-03-02T04:37:33.143Z | Compiling dof v0.3.0 |
| 2722 | 2025-03-02T04:37:34.979Z | Compiling toml_edit v0.22.24 |
| 2723 | 2025-03-02T04:37:35.696Z | Compiling camino v1.1.9 |
| 2724 | 2025-03-02T04:37:36.927Z | Compiling usdt-macro v0.5.0 |
| 2725 | 2025-03-02T04:37:37.073Z | Compiling usdt-attr-macro v0.5.0 |
| 2726 | 2025-03-02T04:37:38.212Z | Compiling semver v1.0.25 |
| 2727 | 2025-03-02T04:37:38.495Z | Compiling cargo-platform v0.1.8 |
| 2728 | 2025-03-02T04:37:39.294Z | Compiling toml v0.8.20 |
| 2729 | 2025-03-02T04:37:39.614Z | Compiling cargo_metadata v0.19.1 |
| 2730 | 2025-03-02T04:37:39.741Z | Compiling usdt v0.5.0 |
| 2731 | 2025-03-02T04:37:41.229Z | Compiling cargo_toml v0.21.0 |
| 2732 | 2025-03-02T04:37:43.999Z | Compiling camino-tempfile v1.1.1 |
| 2733 | 2025-03-02T04:37:44.816Z | Compiling macaddr v1.0.1 |
| 2734 | 2025-03-02T04:37:55.442Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2735 | 2025-03-02T04:38:01.287Z | Finished `release` profile [optimized] target(s) in 51.57s |
| 2736 | 2025-03-02T04:38:01.424Z | |
| 2737 | 2025-03-02T04:38:01.425Z | real 51.738450501 |
| 2738 | 2025-03-02T04:38:01.425Z | user 5:34.055329999 |
| 2739 | 2025-03-02T04:38:01.425Z | sys 20.320496197 |
| 2740 | 2025-03-02T04:38:01.425Z | trap 0.171987257 |
| 2741 | 2025-03-02T04:38:01.425Z | tflt 0.193011907 |
| 2742 | 2025-03-02T04:38:01.425Z | dflt 0.326558534 |
| 2743 | 2025-03-02T04:38:01.429Z | kflt 0.000034655 |
| 2744 | 2025-03-02T04:38:01.429Z | lock 9:59.141121232 |
| 2745 | 2025-03-02T04:38:01.429Z | slp 16:41.884638090 |
| 2746 | 2025-03-02T04:38:01.429Z | lat 16.612885862 |
| 2747 | 2025-03-02T04:38:01.429Z | stop 20.415053136 |
| 2748 | 2025-03-02T04:38:01.429Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2749 | 2025-03-02T04:38:01.429Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2750 | 2025-03-02T04:38:01.429Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2751 | 2025-03-02T04:38:01.429Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2752 | 2025-03-02T04:38:01.429Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2753 | 2025-03-02T04:38:02.422Z | Compiling ring v0.17.11 |
| 2754 | 2025-03-02T04:38:02.564Z | Compiling regress v0.10.3 |
| 2755 | 2025-03-02T04:38:02.577Z | Compiling thiserror-impl v2.0.11 |
| 2756 | 2025-03-02T04:38:02.580Z | Compiling ident_case v1.0.1 |
| 2757 | 2025-03-02T04:38:02.580Z | Compiling unsafe-libyaml v0.2.11 |
| 2758 | 2025-03-02T04:38:02.580Z | Compiling ipnetwork v0.21.1 |
| 2759 | 2025-03-02T04:38:02.581Z | Compiling macaddr v1.0.1 |
| 2760 | 2025-03-02T04:38:02.581Z | Compiling instant v0.1.13 |
| 2761 | 2025-03-02T04:38:02.816Z | Compiling darling_core v0.20.10 |
| 2762 | 2025-03-02T04:38:02.877Z | Compiling structmeta-derive v0.3.0 |
| 2763 | 2025-03-02T04:38:03.108Z | Compiling oxnet v0.1.1 |
| 2764 | 2025-03-02T04:38:03.416Z | Compiling dropshot v0.16.0 |
| 2765 | 2025-03-02T04:38:03.803Z | Compiling dropshot_endpoint v0.16.0 |
| 2766 | 2025-03-02T04:38:03.866Z | Compiling serde_yaml v0.9.34+deprecated |
| 2767 | 2025-03-02T04:38:04.441Z | Compiling daft-derive v0.1.1 |
| 2768 | 2025-03-02T04:38:05.578Z | Compiling structmeta v0.3.0 |
| 2769 | 2025-03-02T04:38:05.866Z | Compiling thiserror v2.0.11 |
| 2770 | 2025-03-02T04:38:05.984Z | Compiling parse-display-derive v0.10.0 |
| 2771 | 2025-03-02T04:38:06.042Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2772 | 2025-03-02T04:38:06.065Z | Compiling daft v0.1.1 |
| 2773 | 2025-03-02T04:38:06.579Z | Compiling typify-impl v0.2.0 |
| 2774 | 2025-03-02T04:38:06.799Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2775 | 2025-03-02T04:38:07.015Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2776 | 2025-03-02T04:38:07.248Z | Compiling backoff v0.4.0 |
| 2777 | 2025-03-02T04:38:07.414Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2778 | 2025-03-02T04:38:07.528Z | Compiling rustls v0.23.19 |
| 2779 | 2025-03-02T04:38:07.563Z | Compiling rustls v0.22.4 |
| 2780 | 2025-03-02T04:38:07.596Z | Compiling tempfile v3.13.0 |
| 2781 | 2025-03-02T04:38:07.617Z | Compiling proc-macro-crate v1.3.1 |
| 2782 | 2025-03-02T04:38:07.639Z | Compiling typify-impl v0.3.0 |
| 2783 | 2025-03-02T04:38:08.103Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2784 | 2025-03-02T04:38:08.402Z | Compiling itertools v0.13.0 |
| 2785 | 2025-03-02T04:38:08.524Z | Compiling crucible-workspace-hack v0.1.0 |
| 2786 | 2025-03-02T04:38:08.577Z | Compiling num_enum_derive v0.5.11 |
| 2787 | 2025-03-02T04:38:08.732Z | Compiling darling_macro v0.20.10 |
| 2788 | 2025-03-02T04:38:08.856Z | Compiling heapless v0.8.0 |
| 2789 | 2025-03-02T04:38:09.515Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2790 | 2025-03-02T04:38:09.707Z | Compiling darling v0.20.10 |
| 2791 | 2025-03-02T04:38:09.853Z | Compiling serde_with_macros v3.12.0 |
| 2792 | 2025-03-02T04:38:10.031Z | Compiling parse-display v0.10.0 |
| 2793 | 2025-03-02T04:38:10.259Z | Compiling rustls-webpki v0.102.8 |
| 2794 | 2025-03-02T04:38:10.677Z | Compiling proc-macro-error v1.0.4 |
| 2795 | 2025-03-02T04:38:10.937Z | Compiling num_enum v0.5.11 |
| 2796 | 2025-03-02T04:38:11.143Z | Compiling camino-tempfile v1.1.1 |
| 2797 | 2025-03-02T04:38:11.595Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2798 | 2025-03-02T04:38:11.935Z | Compiling hash32 v0.3.1 |
| 2799 | 2025-03-02T04:38:12.220Z | Compiling foreign-types-macros v0.2.3 |
| 2800 | 2025-03-02T04:38:12.239Z | Compiling smoltcp v0.11.0 |
| 2801 | 2025-03-02T04:38:12.494Z | Compiling serde_with v3.12.0 |
| 2802 | 2025-03-02T04:38:12.968Z | Compiling foreign-types-shared v0.3.1 |
| 2803 | 2025-03-02T04:38:13.507Z | Compiling foreign-types v0.5.0 |
| 2804 | 2025-03-02T04:38:14.018Z | Compiling tabwriter v1.4.0 |
| 2805 | 2025-03-02T04:38:14.427Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2806 | 2025-03-02T04:38:14.573Z | Compiling cstr-argument v0.1.2 |
| 2807 | 2025-03-02T04:38:14.867Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2808 | 2025-03-02T04:38:15.227Z | Compiling cobs v0.2.3 |
| 2809 | 2025-03-02T04:38:15.326Z | Compiling pretty-hex v0.2.1 |
| 2810 | 2025-03-02T04:38:15.570Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2811 | 2025-03-02T04:38:15.593Z | Compiling postcard v1.0.10 |
| 2812 | 2025-03-02T04:38:15.953Z | Compiling tokio-rustls v0.25.0 |
| 2813 | 2025-03-02T04:38:16.235Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2814 | 2025-03-02T04:38:16.295Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2815 | 2025-03-02T04:38:16.413Z | Compiling dropshot v0.12.0 |
| 2816 | 2025-03-02T04:38:18.373Z | Compiling tokio-rustls v0.26.0 |
| 2817 | 2025-03-02T04:38:18.886Z | Compiling hyper-rustls v0.27.3 |
| 2818 | 2025-03-02T04:38:19.593Z | Compiling reqwest v0.12.12 |
| 2819 | 2025-03-02T04:38:20.237Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2820 | 2025-03-02T04:38:21.059Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2821 | 2025-03-02T04:38:21.369Z | Compiling colored v2.2.0 |
| 2822 | 2025-03-02T04:38:21.585Z | Compiling qorb v0.2.1 |
| 2823 | 2025-03-02T04:38:22.144Z | Compiling typify-macro v0.2.0 |
| 2824 | 2025-03-02T04:38:22.922Z | Compiling typify-macro v0.3.0 |
| 2825 | 2025-03-02T04:38:23.717Z | Compiling progenitor-client v0.9.1 |
| 2826 | 2025-03-02T04:38:24.387Z | Compiling progenitor-client v0.8.0 |
| 2827 | 2025-03-02T04:38:24.969Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2828 | 2025-03-02T04:38:24.992Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2829 | 2025-03-02T04:38:25.016Z | Compiling winnow v0.6.20 |
| 2830 | 2025-03-02T04:38:25.201Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2831 | 2025-03-02T04:38:25.408Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2832 | 2025-03-02T04:38:25.578Z | Compiling smf v0.2.3 |
| 2833 | 2025-03-02T04:38:25.975Z | Compiling typify v0.2.0 |
| 2834 | 2025-03-02T04:38:26.252Z | Compiling progenitor-impl v0.8.0 |
| 2835 | 2025-03-02T04:38:26.371Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2836 | 2025-03-02T04:38:26.757Z | Compiling zone_cfg_derive v0.3.0 |
| 2837 | 2025-03-02T04:38:26.799Z | Compiling typify v0.3.0 |
| 2838 | 2025-03-02T04:38:26.973Z | Compiling progenitor-impl v0.9.1 |
| 2839 | 2025-03-02T04:38:27.004Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2840 | 2025-03-02T04:38:27.027Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2841 | 2025-03-02T04:38:27.459Z | Compiling itertools v0.14.0 |
| 2842 | 2025-03-02T04:38:27.590Z | Compiling num-derive v0.4.2 |
| 2843 | 2025-03-02T04:38:28.237Z | Compiling sigpipe v0.1.3 |
| 2844 | 2025-03-02T04:38:28.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2845 | 2025-03-02T04:38:29.047Z | Compiling zone v0.3.0 |
| 2846 | 2025-03-02T04:38:29.157Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2847 | 2025-03-02T04:38:29.705Z | Compiling universal-hash v0.5.1 |
| 2848 | 2025-03-02T04:38:29.966Z | Compiling opaque-debug v0.3.1 |
| 2849 | 2025-03-02T04:38:30.073Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2850 | 2025-03-02T04:38:30.097Z | Compiling tungstenite v0.21.0 |
| 2851 | 2025-03-02T04:38:30.280Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2852 | 2025-03-02T04:38:30.522Z | Compiling num-rational v0.4.2 |
| 2853 | 2025-03-02T04:38:30.593Z | Compiling password-hash v0.5.0 |
| 2854 | 2025-03-02T04:38:30.803Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2855 | 2025-03-02T04:38:30.939Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2856 | 2025-03-02T04:38:31.521Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2857 | 2025-03-02T04:38:31.605Z | Compiling blake2 v0.10.6 |
| 2858 | 2025-03-02T04:38:31.884Z | Compiling num-complex v0.4.6 |
| 2859 | 2025-03-02T04:38:32.002Z | Compiling aead v0.5.2 |
| 2860 | 2025-03-02T04:38:32.072Z | Compiling keccak v0.1.5 |
| 2861 | 2025-03-02T04:38:32.205Z | Compiling convert_case v0.4.0 |
| 2862 | 2025-03-02T04:38:32.422Z | Compiling base64 v0.21.7 |
| 2863 | 2025-03-02T04:38:32.794Z | Compiling num v0.4.3 |
| 2864 | 2025-03-02T04:38:32.892Z | Compiling sha3 v0.10.8 |
| 2865 | 2025-03-02T04:38:32.935Z | Compiling argon2 v0.5.3 |
| 2866 | 2025-03-02T04:38:33.045Z | Compiling tokio-tungstenite v0.21.0 |
| 2867 | 2025-03-02T04:38:33.068Z | Compiling derive_more v0.99.19 |
| 2868 | 2025-03-02T04:38:33.143Z | Compiling poly1305 v0.8.0 |
| 2869 | 2025-03-02T04:38:33.205Z | Compiling progenitor-macro v0.8.0 |
| 2870 | 2025-03-02T04:38:33.239Z | Compiling chacha20 v0.9.1 |
| 2871 | 2025-03-02T04:38:33.635Z | Compiling float-ord v0.3.2 |
| 2872 | 2025-03-02T04:38:33.763Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2873 | 2025-03-02T04:38:33.847Z | Compiling same-file v1.0.6 |
| 2874 | 2025-03-02T04:38:33.939Z | Compiling semver v0.1.20 |
| 2875 | 2025-03-02T04:38:33.973Z | Compiling progenitor-macro v0.9.1 |
| 2876 | 2025-03-02T04:38:34.152Z | Compiling walkdir v2.5.0 |
| 2877 | 2025-03-02T04:38:34.260Z | Compiling newline-converter v0.3.0 |
| 2878 | 2025-03-02T04:38:34.473Z | Compiling rustc_version v0.1.7 |
| 2879 | 2025-03-02T04:38:34.595Z | Compiling primeorder v0.13.6 |
| 2880 | 2025-03-02T04:38:34.896Z | Compiling secrecy v0.8.0 |
| 2881 | 2025-03-02T04:38:34.935Z | Compiling cancel-safe-futures v0.1.5 |
| 2882 | 2025-03-02T04:38:34.958Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2883 | 2025-03-02T04:38:35.161Z | Compiling owo-colors v4.2.0 |
| 2884 | 2025-03-02T04:38:35.186Z | Compiling newtype_derive v0.1.6 |
| 2885 | 2025-03-02T04:38:35.369Z | Compiling expectorate v1.1.0 |
| 2886 | 2025-03-02T04:38:35.553Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2887 | 2025-03-02T04:38:35.587Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2888 | 2025-03-02T04:38:35.759Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2889 | 2025-03-02T04:38:35.823Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2890 | 2025-03-02T04:38:35.843Z | Compiling libsw-core v0.3.1 |
| 2891 | 2025-03-02T04:38:35.882Z | Compiling blake3 v1.5.4 |
| 2892 | 2025-03-02T04:38:36.163Z | Compiling unicase v2.7.0 |
| 2893 | 2025-03-02T04:38:36.447Z | Compiling half v2.4.1 |
| 2894 | 2025-03-02T04:38:36.537Z | Compiling fixedbitset v0.5.7 |
| 2895 | 2025-03-02T04:38:36.577Z | Compiling arc-swap v1.7.1 |
| 2896 | 2025-03-02T04:38:36.605Z | Compiling ciborium-io v0.2.2 |
| 2897 | 2025-03-02T04:38:36.989Z | Compiling petgraph v0.7.1 |
| 2898 | 2025-03-02T04:38:37.202Z | Compiling slog-scope v4.4.0 |
| 2899 | 2025-03-02T04:38:37.206Z | Compiling ciborium-ll v0.2.2 |
| 2900 | 2025-03-02T04:38:37.656Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2901 | 2025-03-02T04:38:37.679Z | Compiling libsw v3.4.0 |
| 2902 | 2025-03-02T04:38:38.029Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2903 | 2025-03-02T04:38:38.627Z | Compiling thiserror-no-std v2.0.2 |
| 2904 | 2025-03-02T04:38:38.791Z | Compiling polyval v0.6.2 |
| 2905 | 2025-03-02T04:38:39.125Z | Compiling atomicwrites v0.4.4 |
| 2906 | 2025-03-02T04:38:39.277Z | Compiling memmap2 v0.9.5 |
| 2907 | 2025-03-02T04:38:39.552Z | Compiling constant_time_eq v0.3.1 |
| 2908 | 2025-03-02T04:38:39.736Z | Compiling arrayvec v0.7.6 |
| 2909 | 2025-03-02T04:38:39.801Z | Compiling arrayref v0.3.9 |
| 2910 | 2025-03-02T04:38:39.820Z | Compiling parking_lot_core v0.8.6 |
| 2911 | 2025-03-02T04:38:39.844Z | Compiling salty v0.3.0 |
| 2912 | 2025-03-02T04:38:39.922Z | Compiling linear-map v1.2.0 |
| 2913 | 2025-03-02T04:38:40.180Z | Compiling indent_write v2.2.0 |
| 2914 | 2025-03-02T04:38:40.294Z | Compiling libefi-sys v0.1.0 |
| 2915 | 2025-03-02T04:38:40.393Z | Compiling ghash v0.5.1 |
| 2916 | 2025-03-02T04:38:40.445Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2917 | 2025-03-02T04:38:40.616Z | Compiling vsss-rs v3.3.4 |
| 2918 | 2025-03-02T04:38:40.860Z | Compiling ciborium v0.2.2 |
| 2919 | 2025-03-02T04:38:41.285Z | Compiling slog-stdlog v4.1.1 |
| 2920 | 2025-03-02T04:38:41.682Z | Compiling p384 v0.13.0 |
| 2921 | 2025-03-02T04:38:41.931Z | Compiling toolchain_find v0.4.0 |
| 2922 | 2025-03-02T04:38:42.059Z | Compiling chacha20poly1305 v0.10.1 |
| 2923 | 2025-03-02T04:38:42.242Z | Compiling ctr v0.9.2 |
| 2924 | 2025-03-02T04:38:42.347Z | Compiling lzma-sys v0.1.20 |
| 2925 | 2025-03-02T04:38:42.564Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2926 | 2025-03-02T04:38:42.650Z | Compiling bitfield-struct v0.6.2 |
| 2927 | 2025-03-02T04:38:43.018Z | Compiling slog-dtrace v0.3.0 |
| 2928 | 2025-03-02T04:38:43.151Z | Compiling highway v1.3.0 |
| 2929 | 2025-03-02T04:38:43.253Z | Compiling topological-sort v0.2.2 |
| 2930 | 2025-03-02T04:38:43.479Z | Compiling omicron-zone-package v0.12.0 |
| 2931 | 2025-03-02T04:38:43.684Z | Compiling aes-gcm v0.10.3 |
| 2932 | 2025-03-02T04:38:43.960Z | Compiling rustfmt-wrapper v0.2.1 |
| 2933 | 2025-03-02T04:38:44.036Z | Compiling slog-envlogger v2.2.0 |
| 2934 | 2025-03-02T04:38:44.107Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2935 | 2025-03-02T04:38:44.297Z | Compiling mime_guess v2.0.5 |
| 2936 | 2025-03-02T04:38:44.622Z | Compiling steno v0.4.1 |
| 2937 | 2025-03-02T04:38:45.181Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2938 | 2025-03-02T04:38:45.513Z | Compiling progenitor v0.8.0 |
| 2939 | 2025-03-02T04:38:45.589Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2940 | 2025-03-02T04:38:45.647Z | Compiling heck v0.3.3 |
| 2941 | 2025-03-02T04:38:45.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2942 | 2025-03-02T04:38:45.833Z | Compiling ssh-encoding v0.2.0 |
| 2943 | 2025-03-02T04:38:46.049Z | Compiling blowfish v0.9.1 |
| 2944 | 2025-03-02T04:38:46.211Z | Compiling env_filter v0.1.2 |
| 2945 | 2025-03-02T04:38:46.233Z | Compiling progenitor v0.9.1 |
| 2946 | 2025-03-02T04:38:46.279Z | Compiling nibble_vec v0.1.0 |
| 2947 | 2025-03-02T04:38:46.347Z | Compiling endian-type v0.1.2 |
| 2948 | 2025-03-02T04:38:46.479Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2949 | 2025-03-02T04:38:46.533Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2950 | 2025-03-02T04:38:46.556Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2951 | 2025-03-02T04:38:46.604Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2952 | 2025-03-02T04:38:46.714Z | Compiling humantime v2.1.0 |
| 2953 | 2025-03-02T04:38:46.833Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2954 | 2025-03-02T04:38:47.011Z | Compiling radix_trie v0.2.1 |
| 2955 | 2025-03-02T04:38:47.225Z | Compiling env_logger v0.11.5 |
| 2956 | 2025-03-02T04:38:47.673Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2957 | 2025-03-02T04:38:47.704Z | Compiling ssh-cipher v0.2.0 |
| 2958 | 2025-03-02T04:38:47.915Z | Compiling zone_cfg_derive v0.1.2 |
| 2959 | 2025-03-02T04:38:48.909Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2960 | 2025-03-02T04:38:49.154Z | Compiling parking_lot v0.11.2 |
| 2961 | 2025-03-02T04:38:49.251Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2962 | 2025-03-02T04:38:49.479Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2963 | 2025-03-02T04:38:50.086Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2964 | 2025-03-02T04:38:50.109Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2965 | 2025-03-02T04:38:50.545Z | Compiling password-hash v0.4.2 |
| 2966 | 2025-03-02T04:38:50.568Z | Compiling gethostname v0.5.0 |
| 2967 | 2025-03-02T04:38:50.638Z | Compiling fxhash v0.2.1 |
| 2968 | 2025-03-02T04:38:50.806Z | Compiling zip v2.1.3 |
| 2969 | 2025-03-02T04:38:50.886Z | Compiling base64 v0.13.1 |
| 2970 | 2025-03-02T04:38:51.191Z | Compiling bumpalo v3.16.0 |
| 2971 | 2025-03-02T04:38:51.289Z | Compiling http-range v0.1.5 |
| 2972 | 2025-03-02T04:38:51.406Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2973 | 2025-03-02T04:38:51.479Z | Compiling simd-adler32 v0.3.7 |
| 2974 | 2025-03-02T04:38:51.633Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2975 | 2025-03-02T04:38:51.696Z | Compiling lockfree-object-pool v0.1.6 |
| 2976 | 2025-03-02T04:38:52.028Z | Compiling zopfli v0.8.1 |
| 2977 | 2025-03-02T04:38:52.049Z | Compiling ron v0.7.1 |
| 2978 | 2025-03-02T04:38:52.103Z | Compiling pbkdf2 v0.11.0 |
| 2979 | 2025-03-02T04:38:52.222Z | Compiling sled v0.34.7 |
| 2980 | 2025-03-02T04:38:52.493Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2981 | 2025-03-02T04:38:53.039Z | Compiling xz2 v0.1.7 |
| 2982 | 2025-03-02T04:38:53.242Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2983 | 2025-03-02T04:38:53.531Z | Compiling zone v0.1.8 |
| 2984 | 2025-03-02T04:38:53.691Z | Compiling ssh-key v0.6.6 |
| 2985 | 2025-03-02T04:38:54.198Z | Compiling hickory-client v0.24.4 |
| 2986 | 2025-03-02T04:38:54.656Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2987 | 2025-03-02T04:38:54.695Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2988 | 2025-03-02T04:38:54.935Z | Compiling p521 v0.13.3 |
| 2989 | 2025-03-02T04:38:55.638Z | Compiling p256 v0.13.2 |
| 2990 | 2025-03-02T04:38:56.223Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2991 | 2025-03-02T04:38:56.457Z | Compiling hickory-server v0.24.4 |
| 2992 | 2025-03-02T04:38:57.215Z | Compiling pem v3.0.5 |
| 2993 | 2025-03-02T04:38:57.305Z | Compiling yasna v0.5.2 |
| 2994 | 2025-03-02T04:38:57.882Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2995 | 2025-03-02T04:38:57.991Z | Compiling headers-core v0.3.0 |
| 2996 | 2025-03-02T04:38:58.207Z | Compiling kstat-rs v0.2.4 |
| 2997 | 2025-03-02T04:38:58.546Z | Compiling nanorand v0.7.0 |
| 2998 | 2025-03-02T04:38:58.830Z | Compiling russh-cryptovec v0.7.3 |
| 2999 | 2025-03-02T04:38:58.899Z | Compiling atty v0.2.14 |
| 3000 | 2025-03-02T04:38:59.082Z | Compiling md5 v0.7.0 |
| 3001 | 2025-03-02T04:38:59.103Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3002 | 2025-03-02T04:38:59.202Z | Compiling flume v0.11.1 |
| 3003 | 2025-03-02T04:38:59.645Z | Compiling russh-keys v0.45.0 |
| 3004 | 2025-03-02T04:38:59.893Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3005 | 2025-03-02T04:39:00.826Z | Compiling rcgen v0.12.1 |
| 3006 | 2025-03-02T04:39:01.642Z | Compiling headers v0.4.0 |
| 3007 | 2025-03-02T04:39:02.950Z | Compiling hyper-staticfile v0.10.1 |
| 3008 | 2025-03-02T04:39:03.455Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3009 | 2025-03-02T04:39:04.115Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3010 | 2025-03-02T04:39:04.293Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3011 | 2025-03-02T04:39:05.311Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3012 | 2025-03-02T04:39:05.492Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3013 | 2025-03-02T04:39:07.064Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3014 | 2025-03-02T04:39:08.246Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3015 | 2025-03-02T04:39:08.886Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3016 | 2025-03-02T04:39:09.056Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3017 | 2025-03-02T04:39:09.366Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3018 | 2025-03-02T04:39:11.443Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3019 | 2025-03-02T04:39:11.923Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3020 | 2025-03-02T04:39:11.989Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3021 | 2025-03-02T04:39:12.506Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3022 | 2025-03-02T04:39:13.088Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3023 | 2025-03-02T04:39:13.462Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3024 | 2025-03-02T04:39:14.320Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2025-03-02T04:39:14.616Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3026 | 2025-03-02T04:39:15.403Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3027 | 2025-03-02T04:39:17.731Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3028 | 2025-03-02T04:39:18.021Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3029 | 2025-03-02T04:39:18.195Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3030 | 2025-03-02T04:39:18.238Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3031 | 2025-03-02T04:39:19.344Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3032 | 2025-03-02T04:39:20.467Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3033 | 2025-03-02T04:39:20.612Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3034 | 2025-03-02T04:39:22.343Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3035 | 2025-03-02T04:39:23.872Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3036 | 2025-03-02T04:39:24.046Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3037 | 2025-03-02T04:39:24.379Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3038 | 2025-03-02T04:39:25.307Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3039 | 2025-03-02T04:39:25.583Z | Compiling num-bigint v0.4.6 |
| 3040 | 2025-03-02T04:39:25.764Z | Compiling des v0.8.1 |
| 3041 | 2025-03-02T04:39:25.819Z | Compiling subprocess v0.2.9 |
| 3042 | 2025-03-02T04:39:25.980Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3043 | 2025-03-02T04:39:26.162Z | Compiling display-error-chain v0.2.2 |
| 3044 | 2025-03-02T04:39:26.430Z | Compiling hex-literal v0.4.1 |
| 3045 | 2025-03-02T04:39:26.643Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3046 | 2025-03-02T04:39:26.932Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3047 | 2025-03-02T04:39:27.587Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3048 | 2025-03-02T04:39:28.330Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3049 | 2025-03-02T04:39:28.841Z | Compiling russh v0.45.0 |
| 3050 | 2025-03-02T04:39:29.677Z | Compiling internet-checksum v0.2.1 |
| 3051 | 2025-03-02T04:39:32.902Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3052 | 2025-03-02T04:39:40.504Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3053 | 2025-03-02T04:39:42.278Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3054 | 2025-03-02T04:40:09.169Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3055 | 2025-03-02T04:40:33.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 3056 | 2025-03-02T04:40:33.281Z | |
| 3057 | 2025-03-02T04:40:33.281Z | real 2:31.785525229 |
| 3058 | 2025-03-02T04:40:33.281Z | user 12:54.362327091 |
| 3059 | 2025-03-02T04:40:33.281Z | sys 1:43.374478198 |
| 3060 | 2025-03-02T04:40:33.281Z | trap 0.415594693 |
| 3061 | 2025-03-02T04:40:33.281Z | tflt 0.313591170 |
| 3062 | 2025-03-02T04:40:33.281Z | dflt 0.601566461 |
| 3063 | 2025-03-02T04:40:33.284Z | kflt 0.000013858 |
| 3064 | 2025-03-02T04:40:33.284Z | lock 23:58.863450061 |
| 3065 | 2025-03-02T04:40:33.284Z | slp 45:42.426157648 |
| 3066 | 2025-03-02T04:40:33.284Z | lat 39.655174884 |
| 3067 | 2025-03-02T04:40:33.284Z | stop 1:49.894599879 |
| 3068 | 2025-03-02T04:40:33.284Z | + mkdir tests |
| 3069 | 2025-03-02T04:40:33.287Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3070 | 2025-03-02T04:40:33.287Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3071 | 2025-03-02T04:40:33.330Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0d8fbbb7de7110c9 tests/ |
| 3072 | 2025-03-02T04:40:33.358Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-16682a27cb54d60d tests/ |
| 3073 | 2025-03-02T04:40:33.385Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d6b72d63ca281cd tests/ |
| 3074 | 2025-03-02T04:40:33.414Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a74388f3bc347f60 tests/ |
| 3075 | 2025-03-02T04:40:33.705Z | + 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/*) |
| 3076 | 2025-03-02T04:40:33.708Z | + 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-16682a27cb54d60d tests/commtest-5d6b72d63ca281cd tests/dhcp_server-0d8fbbb7de7110c9 tests/end_to_end_tests-a74388f3bc347f60 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 |
| 3077 | 2025-03-02T04:41:50.912Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3078 | 2025-03-02T04:41:50.912Z | a .github/buildomat/ci-env.sh 1K |
| 3079 | 2025-03-02T04:41:50.912Z | a out/target/test 1K |
| 3080 | 2025-03-02T04:41:50.912Z | a out/npuzone/npuzone 23144K |
| 3081 | 2025-03-02T04:41:50.913Z | a package-manifest.toml 33K |
| 3082 | 2025-03-02T04:41:50.913Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3083 | 2025-03-02T04:41:50.913Z | a target/release/omicron-package 38975K |
| 3084 | 2025-03-02T04:41:50.913Z | a target/release/xtask 10838K |
| 3085 | 2025-03-02T04:41:50.913Z | a target/debug/bootstrap 216787K |
| 3086 | 2025-03-02T04:41:50.913Z | a tests/bootstrap-16682a27cb54d60d 24083K |
| 3087 | 2025-03-02T04:41:50.913Z | a tests/commtest-5d6b72d63ca281cd 24909K |
| 3088 | 2025-03-02T04:41:50.913Z | a tests/dhcp_server-0d8fbbb7de7110c9 24083K |
| 3089 | 2025-03-02T04:41:50.913Z | a tests/end_to_end_tests-a74388f3bc347f60 276583K |
| 3090 | 2025-03-02T04:41:50.913Z | a out/clickhouse.tar.gz 306106K |
| 3091 | 2025-03-02T04:41:50.913Z | a out/clickhouse_keeper.tar.gz 291881K |
| 3092 | 2025-03-02T04:41:50.913Z | a out/clickhouse_server.tar.gz 306094K |
| 3093 | 2025-03-02T04:41:50.913Z | a out/cockroachdb.tar.gz 144017K |
| 3094 | 2025-03-02T04:41:50.913Z | a out/crucible-dtrace.tar 98K |
| 3095 | 2025-03-02T04:41:50.913Z | a out/crucible-pantry-zone.tar.gz 32544K |
| 3096 | 2025-03-02T04:41:50.913Z | a out/crucible-zone.tar.gz 40932K |
| 3097 | 2025-03-02T04:41:50.913Z | a out/external-dns.tar.gz 44536K |
| 3098 | 2025-03-02T04:41:50.913Z | a out/internal-dns.tar.gz 44534K |
| 3099 | 2025-03-02T04:41:50.913Z | a out/mg-ddm-gz.tar 63075K |
| 3100 | 2025-03-02T04:41:50.913Z | a out/nexus.tar.gz 112329K |
| 3101 | 2025-03-02T04:41:50.913Z | a out/ntp.tar.gz 14495K |
| 3102 | 2025-03-02T04:41:50.913Z | a out/omicron-gateway-softnpu.tar.gz 25088K |
| 3103 | 2025-03-02T04:41:50.913Z | a out/omicron-sled-agent.tar 124002K |
| 3104 | 2025-03-02T04:41:50.913Z | a out/overlay.tar.gz 3K |
| 3105 | 2025-03-02T04:41:50.913Z | a out/oximeter.tar.gz 55413K |
| 3106 | 2025-03-02T04:41:50.913Z | a out/oxlog.tar 3144K |
| 3107 | 2025-03-02T04:41:50.913Z | a out/probe.tar.gz 2764K |
| 3108 | 2025-03-02T04:41:50.913Z | a out/propolis-server.tar.gz 66425K |
| 3109 | 2025-03-02T04:41:50.913Z | a out/pumpkind-gz.tar 26665K |
| 3110 | 2025-03-02T04:41:50.913Z | a out/switch-softnpu.tar.gz 266862K |
| 3111 | 2025-03-02T04:41:50.917Z | |
| 3112 | 2025-03-02T04:41:50.917Z | real 1:17.194497050 |
| 3113 | 2025-03-02T04:41:50.917Z | user 1:13.475773683 |
| 3114 | 2025-03-02T04:41:50.917Z | sys 5.358301346 |
| 3115 | 2025-03-02T04:41:50.917Z | trap 0.023419597 |
| 3116 | 2025-03-02T04:41:50.917Z | tflt 0.000000000 |
| 3117 | 2025-03-02T04:41:50.917Z | dflt 0.000000000 |
| 3118 | 2025-03-02T04:41:50.917Z | kflt 0.000000000 |
| 3119 | 2025-03-02T04:41:50.917Z | lock 0.000000000 |
| 3120 | 2025-03-02T04:41:50.917Z | slp 1:13.253276105 |
| 3121 | 2025-03-02T04:41:50.917Z | lat 2.272994440 |
| 3122 | 2025-03-02T04:41:50.917Z | stop 0.000533193 |
| 3123 | 2025-03-02T04:41:50.917Z | process exited: duration 2265918 ms, exit code 0 |
| |
| 3124 | 2025-03-02T04:41:50.932Z | found 1 output files |
| 3125 | 2025-03-02T04:41:50.932Z | uploading: /work/package.tar.gz (2031880269 bytes) |
| 3126 | 2025-03-02T04:42:28.227Z | uploaded: /work/package.tar.gz |