|
|
|
| 1 | 2025-02-25T01:31:28.166Z | job assigned to worker 01JMXBMHAVX4XBWAG70S48BCA2 [factory aws, i-061c24de8e03c84c8] (queued for 49 m 47 s) |
| |
| 2 | 2025-02-25T01:31:36.394Z | starting task 0: "setup" |
| 3 | 2025-02-25T01:31:36.399Z | ++ uname -s |
| 4 | 2025-02-25T01:31:36.402Z | + kern=SunOS |
| 5 | 2025-02-25T01:31:36.402Z | + build_user=build |
| 6 | 2025-02-25T01:31:36.402Z | + build_uid=12345 |
| 7 | 2025-02-25T01:31:36.402Z | + work_dir=/work |
| 8 | 2025-02-25T01:31:36.402Z | + input_dir=/input |
| 9 | 2025-02-25T01:31:36.402Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-25T01:31:36.402Z | + case "$kern" in |
| 11 | 2025-02-25T01:31:36.402Z | + groupadd -g 12345 build |
| 12 | 2025-02-25T01:31:36.406Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-25T01:31:38.413Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-25T01:31:38.523Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-25T01:31:38.527Z | + home_fs=zfs |
| 16 | 2025-02-25T01:31:38.527Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-25T01:31:38.527Z | + mkdir -p /home/build |
| 18 | 2025-02-25T01:31:38.530Z | + chown build:build /home/build /work |
| 19 | 2025-02-25T01:31:40.530Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-25T01:31:40.533Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2025-02-25T01:31:40.540Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-25T01:31:40.545Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-25T01:31:40.545Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-25T01:31:40.545Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-02-25T01:31:40.545Z | * rust toolchain profile = "default" |
| 26 | 2025-02-25T01:31:40.545Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-25T01:31:40.545Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-25T01:31:40.548Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-25T01:31:40.548Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-25T01:31:40.657Z | info: downloading installer |
| 31 | 2025-02-25T01:31:41.797Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-25T01:31:41.797Z | warning: /opt/ooce/bin |
| 33 | 2025-02-25T01:31:41.798Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-25T01:31:41.798Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-25T01:31:41.798Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-25T01:31:41.798Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-25T01:31:41.798Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-25T01:31:41.798Z | error: cannot install while Rust is installed |
| 39 | 2025-02-25T01:31:41.810Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-25T01:31:41.813Z | info: profile set to 'default' |
| 41 | 2025-02-25T01:31:41.813Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-25T01:31:41.813Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-25T01:31:41.957Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-25T01:31:41.957Z | info: downloading component 'cargo' |
| 45 | 2025-02-25T01:31:42.706Z | info: downloading component 'clippy' |
| 46 | 2025-02-25T01:31:43.039Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-25T01:31:44.297Z | info: downloading component 'rust-std' |
| 48 | 2025-02-25T01:31:45.942Z | info: downloading component 'rustc' |
| 49 | 2025-02-25T01:31:51.647Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-25T01:31:51.861Z | info: installing component 'cargo' |
| 51 | 2025-02-25T01:31:52.701Z | info: installing component 'clippy' |
| 52 | 2025-02-25T01:31:53.090Z | info: installing component 'rust-docs' |
| 53 | 2025-02-25T01:31:54.847Z | info: installing component 'rust-std' |
| 54 | 2025-02-25T01:31:56.770Z | info: installing component 'rustc' |
| 55 | 2025-02-25T01:32:02.802Z | info: installing component 'rustfmt' |
| 56 | 2025-02-25T01:32:03.150Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-25T01:32:03.150Z | |
| 58 | 2025-02-25T01:32:03.531Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-25T01:32:03.531Z | |
| 60 | 2025-02-25T01:32:03.534Z | |
| 61 | 2025-02-25T01:32:03.534Z | Rust is installed now. Great! |
| 62 | 2025-02-25T01:32:03.534Z | |
| 63 | 2025-02-25T01:32:03.534Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-25T01:32:03.534Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-25T01:32:03.534Z | |
| 66 | 2025-02-25T01:32:03.534Z | To configure your current shell, you need to source |
| 67 | 2025-02-25T01:32:03.534Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-25T01:32:03.534Z | |
| 69 | 2025-02-25T01:32:03.534Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-25T01:32:03.534Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-25T01:32:03.534Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-25T01:32:03.615Z | + rustup --version |
| 73 | 2025-02-25T01:32:03.623Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-25T01:32:03.623Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-25T01:32:03.714Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-25T01:32:03.719Z | + cargo --version |
| 77 | 2025-02-25T01:32:03.779Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-25T01:32:03.782Z | + rustc --version |
| 79 | 2025-02-25T01:32:03.852Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-25T01:32:03.856Z | process exited: duration 23315 ms, exit code 0 |
| |
| 81 | 2025-02-25T01:32:03.862Z | starting task 2: "authentication" |
| 82 | 2025-02-25T01:32:03.884Z | process exited: duration 22 ms, exit code 0 |
| |
| 83 | 2025-02-25T01:32:03.889Z | starting task 3: "clone repository" |
| 84 | 2025-02-25T01:32:03.894Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-25T01:32:03.897Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-25T01:32:03.936Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-25T01:32:12.031Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-25T01:32:12.031Z | + git fetch origin 804b2ee5bcfea29637e6d28381ef63b58b391875 |
| 89 | 2025-02-25T01:32:12.365Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-25T01:32:12.365Z | * branch 804b2ee5bcfea29637e6d28381ef63b58b391875 -> FETCH_HEAD |
| 91 | 2025-02-25T01:32:12.377Z | + [[ -n aa-group-of-group ]] |
| 92 | 2025-02-25T01:32:12.380Z | ++ git branch --show-current |
| 93 | 2025-02-25T01:32:12.382Z | + current=main |
| 94 | 2025-02-25T01:32:12.382Z | + [[ main != aa-group-of-group ]] |
| 95 | 2025-02-25T01:32:12.382Z | + git branch -f aa-group-of-group 804b2ee5bcfea29637e6d28381ef63b58b391875 |
| 96 | 2025-02-25T01:32:12.385Z | + git checkout -f aa-group-of-group |
| 97 | 2025-02-25T01:32:12.573Z | Switched to branch 'aa-group-of-group' |
| 98 | 2025-02-25T01:32:12.575Z | + git reset --hard 804b2ee5bcfea29637e6d28381ef63b58b391875 |
| 99 | 2025-02-25T01:32:12.615Z | HEAD is now at 804b2ee5b Merge branch 'vmm-reduce-contention' into aa-group-of-group |
| 100 | 2025-02-25T01:32:12.618Z | process exited: duration 8727 ms, exit code 0 |
| |
| 101 | 2025-02-25T01:32:12.625Z | starting task 4: "build" |
| 102 | 2025-02-25T01:32:12.630Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-25T01:32:12.630Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-25T01:32:12.630Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-25T01:32:12.630Z | + cargo --version |
| 106 | 2025-02-25T01:32:12.685Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-25T01:32:12.688Z | + rustc --version |
| 108 | 2025-02-25T01:32:12.761Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-25T01:32:12.766Z | + WORK=/work |
| 110 | 2025-02-25T01:32:12.766Z | + pfexec mkdir -p /work |
| 111 | 2025-02-25T01:32:12.771Z | + pfexec chown build /work |
| 112 | 2025-02-25T01:32:12.771Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-02-25T01:32:14.443Z | pkg list: illegal option -- F |
| 114 | 2025-02-25T01:32:14.445Z | Usage: |
| 115 | 2025-02-25T01:32:14.445Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-02-25T01:32:14.445Z | [pkg_fmri_pattern ...] |
| 117 | 2025-02-25T01:32:15.361Z | pkg list: illegal option -- F |
| 118 | 2025-02-25T01:32:15.361Z | Usage: |
| 119 | 2025-02-25T01:32:15.401Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-02-25T01:32:15.401Z | [pkg_fmri_pattern ...] |
| 121 | 2025-02-25T01:32:22.243Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-02-25T01:32:26.683Z | Startup: Caching catalogs ... Done |
| 123 | 2025-02-25T01:32:40.204Z | Planning: Solver setup ... Done (12.551s) |
| 124 | 2025-02-25T01:32:40.362Z | Planning: Running solver ... Done (0.158s) |
| 125 | 2025-02-25T01:32:40.489Z | Planning: Finding local manifests ... Done (0.006s) |
| 126 | 2025-02-25T01:32:40.502Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-02-25T01:32:40.750Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-02-25T01:32:40.889Z | Planning: Package planning ... Done (0.121s) |
| 129 | 2025-02-25T01:32:40.931Z | Planning: Merging actions ... Done (0.059s) |
| 130 | 2025-02-25T01:32:41.133Z | Planning: Checking for conflicting actions ... Done (0.202s) |
| 131 | 2025-02-25T01:32:43.064Z | Planning: Consolidating action changes ... Done (1.930s) |
| 132 | 2025-02-25T01:32:43.499Z | Planning: Evaluating mediators ... Done (0.435s) |
| 133 | 2025-02-25T01:32:43.586Z | Planning: Planning completed in 16.80 seconds |
| 134 | 2025-02-25T01:32:43.602Z | Packages to install: 4 |
| 135 | 2025-02-25T01:32:43.602Z | Packages to update: 3 |
| 136 | 2025-02-25T01:32:43.602Z | Mediators to change: 2 |
| 137 | 2025-02-25T01:32:43.602Z | Services to change: 1 |
| 138 | 2025-02-25T01:32:43.603Z | Estimated space available: 155.60 GB |
| 139 | 2025-02-25T01:32:43.605Z | Estimated space to be consumed: 1.66 GB |
| 140 | 2025-02-25T01:32:43.605Z | Create boot environment: No |
| 141 | 2025-02-25T01:32:43.606Z | Create backup boot environment: Yes |
| 142 | 2025-02-25T01:32:43.606Z | Rebuild boot archive: No |
| 143 | 2025-02-25T01:32:43.606Z | |
| 144 | 2025-02-25T01:32:43.606Z | Changed mediators: |
| 145 | 2025-02-25T01:32:43.606Z | mediator clang: |
| 146 | 2025-02-25T01:32:43.606Z | version: None -> 15 (system default) |
| 147 | 2025-02-25T01:32:43.606Z | |
| 148 | 2025-02-25T01:32:43.606Z | mediator llvm: |
| 149 | 2025-02-25T01:32:43.606Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-02-25T01:32:43.606Z | |
| 151 | 2025-02-25T01:32:43.606Z | Changed packages: |
| 152 | 2025-02-25T01:32:43.606Z | helios-dev |
| 153 | 2025-02-25T01:32:43.606Z | developer/build-essential |
| 154 | 2025-02-25T01:32:43.606Z | None -> 11-2.0 |
| 155 | 2025-02-25T01:32:43.606Z | library/libxmlsec1 |
| 156 | 2025-02-25T01:32:43.606Z | None -> 1.2.35-2.0 |
| 157 | 2025-02-25T01:32:43.606Z | ooce/developer/clang-15 |
| 158 | 2025-02-25T01:32:43.606Z | None -> 15.0.7-2.0 |
| 159 | 2025-02-25T01:32:43.606Z | ooce/developer/llvm-15 |
| 160 | 2025-02-25T01:32:43.606Z | None -> 15.0.7-2.0 |
| 161 | 2025-02-25T01:32:43.606Z | package/pkg |
| 162 | 2025-02-25T01:32:43.606Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-02-25T01:32:43.606Z | system/library/g++-runtime |
| 164 | 2025-02-25T01:32:43.606Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-02-25T01:32:43.606Z | system/library/gcc-runtime |
| 166 | 2025-02-25T01:32:43.606Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-02-25T01:32:43.606Z | |
| 168 | 2025-02-25T01:32:43.606Z | Services: |
| 169 | 2025-02-25T01:32:43.606Z | restart_fmri: |
| 170 | 2025-02-25T01:32:43.606Z | svc:/system/update-man-index:default |
| 171 | 2025-02-25T01:32:43.606Z | |
| 172 | 2025-02-25T01:32:43.606Z | Editable files to change: |
| 173 | 2025-02-25T01:32:43.606Z | Update: |
| 174 | 2025-02-25T01:32:43.606Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-02-25T01:32:43.688Z | |
| 176 | 2025-02-25T01:32:43.688Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-02-25T01:32:48.837Z | Download: 1197/4301 items 73.4/225.4MB 32% complete (16.3M/s) |
| 178 | 2025-02-25T01:32:55.579Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (13.6M/s) |
| 179 | 2025-02-25T01:33:00.579Z | Download: 3383/4301 items 215.0/225.4MB 95% complete (10.5M/s) |
| 180 | 2025-02-25T01:33:04.593Z | Download: Completed 225.42 MB in 20.90 seconds (10.8M/s) |
| 181 | 2025-02-25T01:33:06.689Z | Actions: 1/5122 actions (Removing old actions) |
| 182 | 2025-02-25T01:33:06.710Z | Actions: 194/5122 actions (Installing new actions) |
| 183 | 2025-02-25T01:33:11.526Z | Actions: 4267/5122 actions (Updating modified actions) |
| 184 | 2025-02-25T01:33:11.885Z | Actions: Completed 5122 actions in 5.19 seconds. |
| 185 | 2025-02-25T01:33:12.372Z | Done (0.433s) |
| 186 | 2025-02-25T01:33:12.394Z | Done (0.001s) |
| 187 | 2025-02-25T01:33:12.945Z | Done (0.618s) |
| 188 | 2025-02-25T01:33:17.899Z | Done (4.684s) |
| 189 | 2025-02-25T01:33:17.994Z | Done (0.018s) |
| 190 | 2025-02-25T01:33:18.000Z | Done (0.000s) |
| 191 | 2025-02-25T01:33:18.167Z | Done (0.000s) |
| 192 | 2025-02-25T01:33:18.943Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2025-02-25T01:33:19.113Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2025-02-25T01:33:19.116Z | Planning: Consolidating action changes ... Done |
| 195 | 2025-02-25T01:33:19.397Z | Planning: Evaluating mediators ... Done |
| 196 | 2025-02-25T01:33:19.400Z | Planning: Planning completed in 0.46 seconds |
| 197 | 2025-02-25T01:33:19.439Z | Mediators to change: 2 |
| 198 | 2025-02-25T01:33:19.439Z | Create boot environment: No |
| 199 | 2025-02-25T01:33:19.439Z | Create backup boot environment: No |
| 200 | 2025-02-25T01:33:19.601Z | Done |
| 201 | 2025-02-25T01:33:19.601Z | Done |
| 202 | 2025-02-25T01:33:20.057Z | Done |
| 203 | 2025-02-25T01:33:23.965Z | Done |
| 204 | 2025-02-25T01:33:24.067Z | Done |
| 205 | 2025-02-25T01:33:24.070Z | Done |
| 206 | 2025-02-25T01:33:24.195Z | Done |
| 207 | 2025-02-25T01:33:24.844Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2025-02-25T01:33:24.846Z | Planning: Merging actions ... Done |
| 209 | 2025-02-25T01:33:25.047Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2025-02-25T01:33:25.050Z | Planning: Consolidating action changes ... Done |
| 211 | 2025-02-25T01:33:25.331Z | Planning: Evaluating mediators ... Done |
| 212 | 2025-02-25T01:33:25.392Z | Planning: Planning completed in 0.80 seconds |
| 213 | 2025-02-25T01:33:25.436Z | Packages to change: 1 |
| 214 | 2025-02-25T01:33:25.436Z | Mediators to change: 1 |
| 215 | 2025-02-25T01:33:25.437Z | Services to change: 1 |
| 216 | 2025-02-25T01:33:25.439Z | Create boot environment: No |
| 217 | 2025-02-25T01:33:25.439Z | Create backup boot environment: Yes |
| 218 | 2025-02-25T01:33:27.881Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2025-02-25T01:33:27.893Z | Actions: Completed 6 actions in 0.00 seconds. |
| 220 | 2025-02-25T01:33:27.893Z | Done |
| 221 | 2025-02-25T01:33:27.893Z | Done |
| 222 | 2025-02-25T01:33:28.007Z | Done |
| 223 | 2025-02-25T01:33:31.956Z | Done |
| 224 | 2025-02-25T01:33:32.054Z | Done |
| 225 | 2025-02-25T01:33:32.056Z | Done |
| 226 | 2025-02-25T01:33:32.207Z | Done |
| 227 | 2025-02-25T01:33:32.670Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2025-02-25T01:33:32.670Z | clang system 15 system |
| 229 | 2025-02-25T01:33:32.670Z | csh system system illumos |
| 230 | 2025-02-25T01:33:32.670Z | ctags system system illumos |
| 231 | 2025-02-25T01:33:32.670Z | gcc vendor 12 vendor |
| 232 | 2025-02-25T01:33:32.670Z | gcc system 10 system |
| 233 | 2025-02-25T01:33:32.670Z | gcc system 7 system |
| 234 | 2025-02-25T01:33:32.671Z | go system 1.20 system |
| 235 | 2025-02-25T01:33:32.671Z | go system 1.19 system |
| 236 | 2025-02-25T01:33:32.671Z | llvm system 15 system |
| 237 | 2025-02-25T01:33:32.671Z | llvm system 14 system |
| 238 | 2025-02-25T01:33:32.671Z | mariadb system 10.6 system |
| 239 | 2025-02-25T01:33:32.671Z | mta vendor vendor dma |
| 240 | 2025-02-25T01:33:32.671Z | openjdk system 17 system |
| 241 | 2025-02-25T01:33:32.671Z | openjdk system 11 system |
| 242 | 2025-02-25T01:33:32.671Z | openjdk system 1.8 system |
| 243 | 2025-02-25T01:33:32.671Z | openssl vendor 3 vendor |
| 244 | 2025-02-25T01:33:32.672Z | perl system 5.36 system |
| 245 | 2025-02-25T01:33:32.672Z | postgresql system 15 system |
| 246 | 2025-02-25T01:33:32.672Z | postgresql system 13 system |
| 247 | 2025-02-25T01:33:32.672Z | python vendor 3 vendor |
| 248 | 2025-02-25T01:33:32.672Z | python system 2 system |
| 249 | 2025-02-25T01:33:32.672Z | python3 system 3.11 system |
| 250 | 2025-02-25T01:33:32.672Z | ruby system 3.0 system |
| 251 | 2025-02-25T01:33:32.672Z | words vendor vendor american-english |
| 252 | 2025-02-25T01:33:32.672Z | words system system australian-english |
| 253 | 2025-02-25T01:33:32.672Z | words system system british-english |
| 254 | 2025-02-25T01:33:32.672Z | words system system canadian-english |
| 255 | 2025-02-25T01:33:32.672Z | words system system french |
| 256 | 2025-02-25T01:33:32.672Z | words system system italian |
| 257 | 2025-02-25T01:33:32.672Z | words system system ngerman |
| 258 | 2025-02-25T01:33:32.673Z | words system system ogerman |
| 259 | 2025-02-25T01:33:32.673Z | words system system spanish |
| 260 | 2025-02-25T01:33:33.023Z | PUBLISHER TYPE STATUS P LOCATION |
| 261 | 2025-02-25T01:33:33.023Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 262 | 2025-02-25T01:33:36.169Z | FMRI IFO |
| 263 | 2025-02-25T01:33:36.169Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 264 | 2025-02-25T01:33:36.169Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 265 | 2025-02-25T01:33:36.169Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 266 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 267 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 268 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 270 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 273 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 274 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 275 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 276 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 277 | 2025-02-25T01:33:36.170Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 278 | 2025-02-25T01:33:37.002Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 279 | 2025-02-25T01:33:37.291Z | Updating crates.io index |
| 280 | 2025-02-25T01:33:37.293Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 281 | 2025-02-25T01:33:37.837Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 282 | 2025-02-25T01:33:38.206Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 283 | 2025-02-25T01:33:38.475Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 284 | 2025-02-25T01:33:39.395Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 285 | 2025-02-25T01:33:41.196Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 286 | 2025-02-25T01:33:41.831Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2025-02-25T01:33:42.498Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 288 | 2025-02-25T01:33:42.832Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 289 | 2025-02-25T01:33:43.090Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 290 | 2025-02-25T01:33:43.676Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 291 | 2025-02-25T01:33:44.196Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 292 | 2025-02-25T01:33:44.503Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2025-02-25T01:33:45.038Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 294 | 2025-02-25T01:33:45.295Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 295 | 2025-02-25T01:33:45.583Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 296 | 2025-02-25T01:33:45.817Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 297 | 2025-02-25T01:33:46.060Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 298 | 2025-02-25T01:33:46.351Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 299 | 2025-02-25T01:33:46.717Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2025-02-25T01:33:47.045Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 301 | 2025-02-25T01:33:47.406Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 302 | 2025-02-25T01:33:47.685Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 303 | 2025-02-25T01:33:48.005Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 304 | 2025-02-25T01:33:48.468Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 305 | 2025-02-25T01:33:48.780Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 306 | 2025-02-25T01:33:49.140Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 307 | 2025-02-25T01:33:49.506Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 308 | 2025-02-25T01:33:49.894Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 309 | 2025-02-25T01:33:50.161Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 310 | 2025-02-25T01:33:50.444Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 311 | 2025-02-25T01:33:51.729Z | Downloading crates ... |
| 312 | 2025-02-25T01:33:51.799Z | Downloaded anstream v0.6.15 |
| 313 | 2025-02-25T01:33:51.806Z | Downloaded byteorder v1.5.0 |
| 314 | 2025-02-25T01:33:51.809Z | Downloaded block-buffer v0.10.4 |
| 315 | 2025-02-25T01:33:51.811Z | Downloaded quote v1.0.38 |
| 316 | 2025-02-25T01:33:51.817Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2025-02-25T01:33:51.827Z | Downloaded usdt-attr-macro v0.5.0 |
| 318 | 2025-02-25T01:33:51.830Z | Downloaded equivalent v1.0.1 |
| 319 | 2025-02-25T01:33:51.830Z | Downloaded scroll_derive v0.12.0 |
| 320 | 2025-02-25T01:33:51.836Z | Downloaded dtrace-parser v0.2.0 |
| 321 | 2025-02-25T01:33:51.838Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2025-02-25T01:33:51.844Z | Downloaded swrite v0.1.0 |
| 323 | 2025-02-25T01:33:51.853Z | Downloaded proc-macro2 v1.0.93 |
| 324 | 2025-02-25T01:33:51.856Z | Downloaded fastrand v2.1.1 |
| 325 | 2025-02-25T01:33:51.859Z | Downloaded clap_lex v0.7.4 |
| 326 | 2025-02-25T01:33:51.859Z | Downloaded bitflags v2.6.0 |
| 327 | 2025-02-25T01:33:51.862Z | Downloaded anstyle-parse v0.2.5 |
| 328 | 2025-02-25T01:33:51.869Z | Downloaded pest_generator v2.7.14 |
| 329 | 2025-02-25T01:33:51.873Z | Downloaded is_terminal_polyfill v1.70.1 |
| 330 | 2025-02-25T01:33:51.874Z | Downloaded crypto-common v0.1.6 |
| 331 | 2025-02-25T01:33:51.874Z | Downloaded anstyle v1.0.10 |
| 332 | 2025-02-25T01:33:51.879Z | Downloaded cargo-platform v0.1.8 |
| 333 | 2025-02-25T01:33:51.882Z | Downloaded anstyle-query v1.1.1 |
| 334 | 2025-02-25T01:33:51.885Z | Downloaded version_check v0.9.5 |
| 335 | 2025-02-25T01:33:51.888Z | Downloaded heck v0.4.1 |
| 336 | 2025-02-25T01:33:51.890Z | Downloaded usdt v0.5.0 |
| 337 | 2025-02-25T01:33:51.890Z | Downloaded generic-array v0.14.7 |
| 338 | 2025-02-25T01:33:51.890Z | Downloaded fnv v1.0.7 |
| 339 | 2025-02-25T01:33:51.893Z | Downloaded cpufeatures v0.2.14 |
| 340 | 2025-02-25T01:33:51.893Z | Downloaded unicode-linebreak v0.1.5 |
| 341 | 2025-02-25T01:33:51.896Z | Downloaded proc-macro-error-attr v1.0.4 |
| 342 | 2025-02-25T01:33:51.896Z | Downloaded tabled_derive v0.7.0 |
| 343 | 2025-02-25T01:33:51.896Z | Downloaded macaddr v1.0.1 |
| 344 | 2025-02-25T01:33:51.898Z | Downloaded bytecount v0.6.8 |
| 345 | 2025-02-25T01:33:51.898Z | Downloaded smawk v0.3.2 |
| 346 | 2025-02-25T01:33:51.901Z | Downloaded dof v0.3.0 |
| 347 | 2025-02-25T01:33:51.905Z | Downloaded plain v0.2.3 |
| 348 | 2025-02-25T01:33:51.908Z | Downloaded autocfg v1.4.0 |
| 349 | 2025-02-25T01:33:51.911Z | Downloaded errno v0.3.9 |
| 350 | 2025-02-25T01:33:51.914Z | Downloaded terminal_size v0.4.0 |
| 351 | 2025-02-25T01:33:51.917Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2025-02-25T01:33:51.920Z | Downloaded memmap v0.7.0 |
| 353 | 2025-02-25T01:33:51.923Z | Downloaded thread-id v4.2.2 |
| 354 | 2025-02-25T01:33:51.923Z | Downloaded itoa v1.0.11 |
| 355 | 2025-02-25T01:33:51.925Z | Downloaded serde_tokenstream v0.2.2 |
| 356 | 2025-02-25T01:33:51.925Z | Downloaded serde_spanned v0.6.8 |
| 357 | 2025-02-25T01:33:51.928Z | Downloaded colorchoice v1.0.2 |
| 358 | 2025-02-25T01:33:51.928Z | Downloaded cfg-if v1.0.0 |
| 359 | 2025-02-25T01:33:51.928Z | Downloaded digest v0.10.7 |
| 360 | 2025-02-25T01:33:51.931Z | Downloaded proc-macro-error v1.0.4 |
| 361 | 2025-02-25T01:33:51.934Z | Downloaded strsim v0.11.1 |
| 362 | 2025-02-25T01:33:51.937Z | Downloaded once_cell v1.20.3 |
| 363 | 2025-02-25T01:33:51.939Z | Downloaded pest_derive v2.7.14 |
| 364 | 2025-02-25T01:33:51.942Z | Downloaded zerocopy-derive v0.7.35 |
| 365 | 2025-02-25T01:33:51.945Z | Downloaded utf8parse v0.2.2 |
| 366 | 2025-02-25T01:33:51.947Z | Downloaded toml_datetime v0.6.8 |
| 367 | 2025-02-25T01:33:51.948Z | Downloaded heck v0.5.0 |
| 368 | 2025-02-25T01:33:51.950Z | Downloaded sha2 v0.10.8 |
| 369 | 2025-02-25T01:33:51.950Z | Downloaded thiserror v1.0.69 |
| 370 | 2025-02-25T01:33:51.954Z | Downloaded tempfile v3.13.0 |
| 371 | 2025-02-25T01:33:51.957Z | Downloaded camino-tempfile v1.1.1 |
| 372 | 2025-02-25T01:33:51.960Z | Downloaded scroll v0.12.0 |
| 373 | 2025-02-25T01:33:51.960Z | Downloaded usdt-impl v0.5.0 |
| 374 | 2025-02-25T01:33:51.963Z | Downloaded semver v1.0.25 |
| 375 | 2025-02-25T01:33:51.963Z | Downloaded cargo_toml v0.20.5 |
| 376 | 2025-02-25T01:33:51.966Z | Downloaded fs-err v2.11.0 |
| 377 | 2025-02-25T01:33:51.966Z | Downloaded clap_derive v4.5.28 |
| 378 | 2025-02-25T01:33:51.968Z | Downloaded toml v0.8.19 |
| 379 | 2025-02-25T01:33:51.971Z | Downloaded camino v1.1.9 |
| 380 | 2025-02-25T01:33:51.975Z | Downloaded log v0.4.22 |
| 381 | 2025-02-25T01:33:51.978Z | Downloaded unicode-ident v1.0.14 |
| 382 | 2025-02-25T01:33:51.981Z | Downloaded typenum v1.17.0 |
| 383 | 2025-02-25T01:33:51.981Z | Downloaded textwrap v0.16.1 |
| 384 | 2025-02-25T01:33:51.984Z | Downloaded ucd-trie v0.1.7 |
| 385 | 2025-02-25T01:33:51.984Z | Downloaded pest_meta v2.7.14 |
| 386 | 2025-02-25T01:33:51.986Z | Downloaded ryu v1.0.18 |
| 387 | 2025-02-25T01:33:51.989Z | Downloaded cargo_metadata v0.18.1 |
| 388 | 2025-02-25T01:33:51.992Z | Downloaded anyhow v1.0.96 |
| 389 | 2025-02-25T01:33:51.994Z | Downloaded clap v4.5.30 |
| 390 | 2025-02-25T01:33:52.001Z | Downloaded serde_derive v1.0.218 |
| 391 | 2025-02-25T01:33:52.004Z | Downloaded papergrid v0.11.0 |
| 392 | 2025-02-25T01:33:52.012Z | Downloaded serde v1.0.218 |
| 393 | 2025-02-25T01:33:52.031Z | Downloaded indexmap v2.7.1 |
| 394 | 2025-02-25T01:33:52.044Z | Downloaded toml_edit v0.22.22 |
| 395 | 2025-02-25T01:33:52.064Z | Downloaded memchr v2.7.4 |
| 396 | 2025-02-25T01:33:52.069Z | Downloaded hashbrown v0.15.1 |
| 397 | 2025-02-25T01:33:52.092Z | Downloaded serde_json v1.0.139 |
| 398 | 2025-02-25T01:33:52.101Z | Downloaded winnow v0.6.20 |
| 399 | 2025-02-25T01:33:52.109Z | Downloaded zerocopy v0.7.35 |
| 400 | 2025-02-25T01:33:52.124Z | Downloaded clap_builder v4.5.30 |
| 401 | 2025-02-25T01:33:52.131Z | Downloaded tabled v0.15.0 |
| 402 | 2025-02-25T01:33:52.146Z | Downloaded goblin v0.8.2 |
| 403 | 2025-02-25T01:33:52.151Z | Downloaded pest v2.7.14 |
| 404 | 2025-02-25T01:33:52.164Z | Downloaded syn v1.0.109 |
| 405 | 2025-02-25T01:33:52.175Z | Downloaded unicode-width v0.1.14 |
| 406 | 2025-02-25T01:33:52.181Z | Downloaded syn v2.0.96 |
| 407 | 2025-02-25T01:33:52.193Z | Downloaded rustix v0.38.37 |
| 408 | 2025-02-25T01:33:52.225Z | Downloaded libc v0.2.170 |
| 409 | 2025-02-25T01:33:52.514Z | Compiling proc-macro2 v1.0.93 |
| 410 | 2025-02-25T01:33:52.514Z | Compiling unicode-ident v1.0.14 |
| 411 | 2025-02-25T01:33:52.517Z | Compiling version_check v0.9.5 |
| 412 | 2025-02-25T01:33:52.517Z | Compiling serde v1.0.218 |
| 413 | 2025-02-25T01:33:52.518Z | Compiling memchr v2.7.4 |
| 414 | 2025-02-25T01:33:52.518Z | Compiling thiserror v1.0.69 |
| 415 | 2025-02-25T01:33:52.552Z | Compiling libc v0.2.170 |
| 416 | 2025-02-25T01:33:52.554Z | Compiling ryu v1.0.18 |
| 417 | 2025-02-25T01:33:52.809Z | Compiling itoa v1.0.11 |
| 418 | 2025-02-25T01:33:52.972Z | Compiling ucd-trie v0.1.7 |
| 419 | 2025-02-25T01:33:53.067Z | Compiling once_cell v1.20.3 |
| 420 | 2025-02-25T01:33:53.306Z | Compiling byteorder v1.5.0 |
| 421 | 2025-02-25T01:33:53.449Z | Compiling rustix v0.38.37 |
| 422 | 2025-02-25T01:33:53.559Z | Compiling serde_json v1.0.139 |
| 423 | 2025-02-25T01:33:53.786Z | Compiling bitflags v2.6.0 |
| 424 | 2025-02-25T01:33:53.961Z | Compiling usdt-impl v0.5.0 |
| 425 | 2025-02-25T01:33:54.050Z | Compiling proc-macro-error-attr v1.0.4 |
| 426 | 2025-02-25T01:33:54.214Z | Compiling syn v1.0.109 |
| 427 | 2025-02-25T01:33:54.262Z | Compiling proc-macro-error v1.0.4 |
| 428 | 2025-02-25T01:33:54.315Z | Compiling utf8parse v0.2.2 |
| 429 | 2025-02-25T01:33:54.459Z | Compiling quote v1.0.38 |
| 430 | 2025-02-25T01:33:54.499Z | Compiling errno v0.3.9 |
| 431 | 2025-02-25T01:33:54.523Z | Compiling camino v1.1.9 |
| 432 | 2025-02-25T01:33:54.584Z | Compiling plain v0.2.3 |
| 433 | 2025-02-25T01:33:54.664Z | Compiling equivalent v1.0.1 |
| 434 | 2025-02-25T01:33:54.779Z | Compiling hashbrown v0.15.1 |
| 435 | 2025-02-25T01:33:54.801Z | Compiling syn v2.0.96 |
| 436 | 2025-02-25T01:33:54.899Z | Compiling thread-id v4.2.2 |
| 437 | 2025-02-25T01:33:54.931Z | Compiling log v0.4.22 |
| 438 | 2025-02-25T01:33:55.197Z | Compiling anstyle-parse v0.2.5 |
| 439 | 2025-02-25T01:33:55.275Z | Compiling pretty-hex v0.4.1 |
| 440 | 2025-02-25T01:33:55.516Z | Compiling anstyle v1.0.10 |
| 441 | 2025-02-25T01:33:55.540Z | Compiling autocfg v1.4.0 |
| 442 | 2025-02-25T01:33:55.590Z | Compiling unicode-width v0.1.14 |
| 443 | 2025-02-25T01:33:55.844Z | Compiling indexmap v2.7.1 |
| 444 | 2025-02-25T01:33:55.919Z | Compiling semver v1.0.25 |
| 445 | 2025-02-25T01:33:55.948Z | Compiling winnow v0.6.20 |
| 446 | 2025-02-25T01:33:56.112Z | Compiling is_terminal_polyfill v1.70.1 |
| 447 | 2025-02-25T01:33:56.264Z | Compiling anstyle-query v1.1.1 |
| 448 | 2025-02-25T01:33:56.430Z | Compiling colorchoice v1.0.2 |
| 449 | 2025-02-25T01:33:56.483Z | Compiling fs-err v2.11.0 |
| 450 | 2025-02-25T01:33:56.615Z | Compiling anstream v0.6.15 |
| 451 | 2025-02-25T01:33:56.817Z | Compiling terminal_size v0.4.0 |
| 452 | 2025-02-25T01:33:56.842Z | Compiling fnv v1.0.7 |
| 453 | 2025-02-25T01:33:57.005Z | Compiling fastrand v2.1.1 |
| 454 | 2025-02-25T01:33:57.056Z | Compiling heck v0.5.0 |
| 455 | 2025-02-25T01:33:57.293Z | Compiling anyhow v1.0.96 |
| 456 | 2025-02-25T01:33:57.427Z | Compiling clap_lex v0.7.4 |
| 457 | 2025-02-25T01:33:57.529Z | Compiling heck v0.4.1 |
| 458 | 2025-02-25T01:33:57.553Z | Compiling bytecount v0.6.8 |
| 459 | 2025-02-25T01:33:57.606Z | Compiling cfg-if v1.0.0 |
| 460 | 2025-02-25T01:33:57.724Z | Compiling strsim v0.11.1 |
| 461 | 2025-02-25T01:33:57.789Z | Compiling papergrid v0.11.0 |
| 462 | 2025-02-25T01:33:57.940Z | Compiling tempfile v3.13.0 |
| 463 | 2025-02-25T01:33:58.373Z | Compiling clap_builder v4.5.30 |
| 464 | 2025-02-25T01:33:58.514Z | Compiling memmap v0.7.0 |
| 465 | 2025-02-25T01:33:58.655Z | Compiling unicode-linebreak v0.1.5 |
| 466 | 2025-02-25T01:33:58.746Z | Compiling smawk v0.3.2 |
| 467 | 2025-02-25T01:33:59.161Z | Compiling textwrap v0.16.1 |
| 468 | 2025-02-25T01:33:59.306Z | Compiling swrite v0.1.0 |
| 469 | 2025-02-25T01:33:59.898Z | Compiling tabled_derive v0.7.0 |
| 470 | 2025-02-25T01:34:01.171Z | Compiling tabled v0.15.0 |
| 471 | 2025-02-25T01:34:01.780Z | Compiling serde_derive v1.0.218 |
| 472 | 2025-02-25T01:34:01.780Z | Compiling thiserror-impl v1.0.69 |
| 473 | 2025-02-25T01:34:01.784Z | Compiling zerocopy-derive v0.7.35 |
| 474 | 2025-02-25T01:34:01.784Z | Compiling scroll_derive v0.12.0 |
| 475 | 2025-02-25T01:34:01.784Z | Compiling clap_derive v4.5.28 |
| 476 | 2025-02-25T01:34:03.329Z | Compiling scroll v0.12.0 |
| 477 | 2025-02-25T01:34:03.787Z | Compiling zerocopy v0.7.35 |
| 478 | 2025-02-25T01:34:03.880Z | Compiling goblin v0.8.2 |
| 479 | 2025-02-25T01:34:04.751Z | Compiling pest v2.7.14 |
| 480 | 2025-02-25T01:34:05.335Z | Compiling clap v4.5.30 |
| 481 | 2025-02-25T01:34:06.852Z | Compiling pest_meta v2.7.14 |
| 482 | 2025-02-25T01:34:07.863Z | Compiling pest_generator v2.7.14 |
| 483 | 2025-02-25T01:34:09.267Z | Compiling pest_derive v2.7.14 |
| 484 | 2025-02-25T01:34:09.900Z | Compiling dtrace-parser v0.2.0 |
| 485 | 2025-02-25T01:34:10.619Z | Compiling serde_tokenstream v0.2.2 |
| 486 | 2025-02-25T01:34:10.688Z | Compiling serde_spanned v0.6.8 |
| 487 | 2025-02-25T01:34:10.714Z | Compiling toml_datetime v0.6.8 |
| 488 | 2025-02-25T01:34:10.866Z | Compiling cargo-platform v0.1.8 |
| 489 | 2025-02-25T01:34:10.930Z | Compiling macaddr v1.0.1 |
| 490 | 2025-02-25T01:34:11.197Z | Compiling toml_edit v0.22.22 |
| 491 | 2025-02-25T01:34:11.315Z | Compiling camino-tempfile v1.1.1 |
| 492 | 2025-02-25T01:34:12.004Z | Compiling dof v0.3.0 |
| 493 | 2025-02-25T01:34:12.074Z | Compiling cargo_metadata v0.18.1 |
| 494 | 2025-02-25T01:34:13.386Z | Compiling usdt-attr-macro v0.5.0 |
| 495 | 2025-02-25T01:34:13.389Z | Compiling usdt-macro v0.5.0 |
| 496 | 2025-02-25T01:34:14.052Z | Compiling toml v0.8.19 |
| 497 | 2025-02-25T01:34:14.496Z | Compiling usdt v0.5.0 |
| 498 | 2025-02-25T01:34:14.863Z | Compiling cargo_toml v0.20.5 |
| 499 | 2025-02-25T01:34:17.538Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 500 | 2025-02-25T01:34:20.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.04s |
| 501 | 2025-02-25T01:34:21.039Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 502 | 2025-02-25T01:34:21.612Z | Downloading crates ... |
| 503 | 2025-02-25T01:34:21.768Z | Downloaded heck v0.3.3 |
| 504 | 2025-02-25T01:34:21.774Z | Downloaded heapless v0.7.17 |
| 505 | 2025-02-25T01:34:21.780Z | Downloaded hubpack_derive v0.1.1 |
| 506 | 2025-02-25T01:34:21.783Z | Downloaded headers-core v0.3.0 |
| 507 | 2025-02-25T01:34:21.786Z | Downloaded md5 v0.7.0 |
| 508 | 2025-02-25T01:34:21.804Z | Downloaded hex-literal v0.4.1 |
| 509 | 2025-02-25T01:34:21.810Z | Downloaded http-range v0.1.5 |
| 510 | 2025-02-25T01:34:21.813Z | Downloaded indoc v1.0.9 |
| 511 | 2025-02-25T01:34:21.816Z | Downloaded icu_provider_macros v1.5.0 |
| 512 | 2025-02-25T01:34:21.818Z | Downloaded memoffset v0.9.1 |
| 513 | 2025-02-25T01:34:21.821Z | Downloaded home v0.5.9 |
| 514 | 2025-02-25T01:34:21.821Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 515 | 2025-02-25T01:34:21.828Z | Downloaded lru-cache v0.1.2 |
| 516 | 2025-02-25T01:34:21.834Z | Downloaded lalrpop-util v0.19.12 |
| 517 | 2025-02-25T01:34:21.834Z | Downloaded indent_write v2.2.0 |
| 518 | 2025-02-25T01:34:21.834Z | Downloaded hostname v0.4.0 |
| 519 | 2025-02-25T01:34:21.834Z | Downloaded mime v0.3.17 |
| 520 | 2025-02-25T01:34:21.839Z | Downloaded hubpack v0.1.2 |
| 521 | 2025-02-25T01:34:21.839Z | Downloaded kstat-rs v0.2.4 |
| 522 | 2025-02-25T01:34:21.839Z | Downloaded aes v0.8.4 |
| 523 | 2025-02-25T01:34:21.842Z | Downloaded managed v0.8.0 |
| 524 | 2025-02-25T01:34:21.842Z | Downloaded lazycell v1.3.0 |
| 525 | 2025-02-25T01:34:21.845Z | Downloaded lazy_static v1.5.0 |
| 526 | 2025-02-25T01:34:21.847Z | Downloaded indoc v2.0.5 |
| 527 | 2025-02-25T01:34:21.850Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 528 | 2025-02-25T01:34:21.852Z | Downloaded hashlink v0.9.1 |
| 529 | 2025-02-25T01:34:21.853Z | Downloaded aes-gcm v0.10.3 |
| 530 | 2025-02-25T01:34:21.857Z | Downloaded match_cfg v0.1.0 |
| 531 | 2025-02-25T01:34:21.859Z | Downloaded backtrace v0.3.74 |
| 532 | 2025-02-25T01:34:21.863Z | Downloaded inout v0.1.3 |
| 533 | 2025-02-25T01:34:21.866Z | Downloaded lru v0.12.5 |
| 534 | 2025-02-25T01:34:21.869Z | Downloaded hyper-tls v0.6.0 |
| 535 | 2025-02-25T01:34:21.869Z | Downloaded ident_case v1.0.1 |
| 536 | 2025-02-25T01:34:21.873Z | Downloaded base64 v0.13.1 |
| 537 | 2025-02-25T01:34:21.875Z | Downloaded md-5 v0.10.6 |
| 538 | 2025-02-25T01:34:21.878Z | Downloaded libefi-sys v0.1.0 |
| 539 | 2025-02-25T01:34:21.878Z | Downloaded adler2 v2.0.0 |
| 540 | 2025-02-25T01:34:21.880Z | Downloaded mime_guess v2.0.5 |
| 541 | 2025-02-25T01:34:21.883Z | Downloaded highway v1.2.0 |
| 542 | 2025-02-25T01:34:21.885Z | Downloaded progenitor-client v0.8.0 |
| 543 | 2025-02-25T01:34:21.888Z | Downloaded aead v0.5.2 |
| 544 | 2025-02-25T01:34:21.888Z | Downloaded hyper-rustls v0.27.3 |
| 545 | 2025-02-25T01:34:21.891Z | Downloaded is_ci v1.2.0 |
| 546 | 2025-02-25T01:34:21.893Z | Downloaded ipnet v2.10.1 |
| 547 | 2025-02-25T01:34:21.896Z | Downloaded bitflags v1.3.2 |
| 548 | 2025-02-25T01:34:21.898Z | Downloaded lock_api v0.4.12 |
| 549 | 2025-02-25T01:34:21.901Z | Downloaded indexmap v1.9.3 |
| 550 | 2025-02-25T01:34:21.905Z | Downloaded bcs v0.1.6 |
| 551 | 2025-02-25T01:34:21.907Z | Downloaded predicates-tree v1.0.11 |
| 552 | 2025-02-25T01:34:21.910Z | Downloaded is-terminal v0.4.13 |
| 553 | 2025-02-25T01:34:21.910Z | Downloaded maplit v1.0.2 |
| 554 | 2025-02-25T01:34:21.914Z | Downloaded http-body-util v0.1.2 |
| 555 | 2025-02-25T01:34:21.916Z | Downloaded humantime v2.1.0 |
| 556 | 2025-02-25T01:34:21.916Z | Downloaded lockfree-object-pool v0.1.6 |
| 557 | 2025-02-25T01:34:21.920Z | Downloaded libsw v3.3.1 |
| 558 | 2025-02-25T01:34:21.922Z | Downloaded base64ct v1.6.0 |
| 559 | 2025-02-25T01:34:21.925Z | Downloaded linked-hash-map v0.5.6 |
| 560 | 2025-02-25T01:34:21.925Z | Downloaded base64 v0.21.7 |
| 561 | 2025-02-25T01:34:21.930Z | Downloaded bit-vec v0.6.3 |
| 562 | 2025-02-25T01:34:21.932Z | Downloaded icu_normalizer v1.5.0 |
| 563 | 2025-02-25T01:34:21.936Z | Downloaded hmac v0.12.1 |
| 564 | 2025-02-25T01:34:21.940Z | Downloaded serde-big-array v0.5.1 |
| 565 | 2025-02-25T01:34:21.942Z | Downloaded litrs v0.4.1 |
| 566 | 2025-02-25T01:34:21.945Z | Downloaded progenitor v0.9.1 |
| 567 | 2025-02-25T01:34:21.947Z | Downloaded ciborium-io v0.2.2 |
| 568 | 2025-02-25T01:34:21.950Z | Downloaded sigpipe v0.1.3 |
| 569 | 2025-02-25T01:34:21.950Z | Downloaded signature v2.2.0 |
| 570 | 2025-02-25T01:34:21.953Z | Downloaded proc-macro-crate v1.3.1 |
| 571 | 2025-02-25T01:34:21.953Z | Downloaded take_mut v0.2.2 |
| 572 | 2025-02-25T01:34:21.955Z | Downloaded maybe-uninit v2.0.0 |
| 573 | 2025-02-25T01:34:21.959Z | Downloaded crunchy v0.2.2 |
| 574 | 2025-02-25T01:34:21.959Z | Downloaded atty v0.2.14 |
| 575 | 2025-02-25T01:34:21.962Z | Downloaded r2d2 v0.8.10 |
| 576 | 2025-02-25T01:34:21.962Z | Downloaded quick-error v1.2.3 |
| 577 | 2025-02-25T01:34:21.962Z | Downloaded icu_locid_transform v1.5.0 |
| 578 | 2025-02-25T01:34:21.965Z | Downloaded constant_time_eq v0.3.1 |
| 579 | 2025-02-25T01:34:21.968Z | Downloaded cobs v0.2.3 |
| 580 | 2025-02-25T01:34:21.970Z | Downloaded blake3 v1.5.4 |
| 581 | 2025-02-25T01:34:21.977Z | Downloaded rand_chacha v0.3.1 |
| 582 | 2025-02-25T01:34:21.980Z | Downloaded semver v0.1.20 |
| 583 | 2025-02-25T01:34:21.983Z | Downloaded rustc_version v0.4.1 |
| 584 | 2025-02-25T01:34:21.985Z | Downloaded crc v3.2.1 |
| 585 | 2025-02-25T01:34:21.988Z | Downloaded convert_case v0.4.0 |
| 586 | 2025-02-25T01:34:21.988Z | Downloaded memmap2 v0.9.5 |
| 587 | 2025-02-25T01:34:21.991Z | Downloaded icu_properties v1.5.1 |
| 588 | 2025-02-25T01:34:21.993Z | Downloaded ipnetwork v0.21.1 |
| 589 | 2025-02-25T01:34:21.996Z | Downloaded zerofrom v0.1.4 |
| 590 | 2025-02-25T01:34:21.999Z | Downloaded crossbeam-deque v0.8.5 |
| 591 | 2025-02-25T01:34:21.999Z | Downloaded chrono-tz-build v0.4.0 |
| 592 | 2025-02-25T01:34:22.002Z | Downloaded crc32fast v1.4.2 |
| 593 | 2025-02-25T01:34:22.005Z | Downloaded async-stream v0.3.6 |
| 594 | 2025-02-25T01:34:22.008Z | Downloaded signal-hook-registry v1.4.2 |
| 595 | 2025-02-25T01:34:22.008Z | Downloaded scopeguard v1.2.0 |
| 596 | 2025-02-25T01:34:22.011Z | Downloaded cfg_aliases v0.2.1 |
| 597 | 2025-02-25T01:34:22.011Z | Downloaded float-ord v0.3.2 |
| 598 | 2025-02-25T01:34:22.013Z | Downloaded assert_matches v1.5.0 |
| 599 | 2025-02-25T01:34:22.013Z | Downloaded supports-color v3.0.2 |
| 600 | 2025-02-25T01:34:22.016Z | Downloaded structmeta v0.3.0 |
| 601 | 2025-02-25T01:34:22.019Z | Downloaded signal-hook-tokio v0.3.1 |
| 602 | 2025-02-25T01:34:22.019Z | Downloaded ctr v0.9.2 |
| 603 | 2025-02-25T01:34:22.021Z | Downloaded crc-catalog v2.4.0 |
| 604 | 2025-02-25T01:34:22.024Z | Downloaded tls_codec_derive v0.4.1 |
| 605 | 2025-02-25T01:34:22.027Z | Downloaded castaway v0.2.3 |
| 606 | 2025-02-25T01:34:22.027Z | Downloaded newtype_derive v0.1.6 |
| 607 | 2025-02-25T01:34:22.030Z | Downloaded cbc v0.1.2 |
| 608 | 2025-02-25T01:34:22.032Z | Downloaded cancel-safe-futures v0.1.5 |
| 609 | 2025-02-25T01:34:23.038Z | Downloaded tiny-keccak v2.0.2 |
| 610 | 2025-02-25T01:34:23.041Z | Downloaded utf16_iter v1.0.5 |
| 611 | 2025-02-25T01:34:23.042Z | Downloaded arrayvec v0.7.6 |
| 612 | 2025-02-25T01:34:23.042Z | Downloaded console v0.15.10 |
| 613 | 2025-02-25T01:34:23.042Z | Downloaded icu_normalizer_data v1.5.0 |
| 614 | 2025-02-25T01:34:23.042Z | Downloaded cookie_store v0.21.1 |
| 615 | 2025-02-25T01:34:23.042Z | Downloaded backoff v0.4.0 |
| 616 | 2025-02-25T01:34:23.042Z | Downloaded async-trait v0.1.86 |
| 617 | 2025-02-25T01:34:23.042Z | Downloaded num-conv v0.1.0 |
| 618 | 2025-02-25T01:34:23.042Z | Downloaded cexpr v0.6.0 |
| 619 | 2025-02-25T01:34:23.042Z | Downloaded async-recursion v1.1.1 |
| 620 | 2025-02-25T01:34:23.042Z | Downloaded chacha20 v0.9.1 |
| 621 | 2025-02-25T01:34:23.042Z | Downloaded xz2 v0.1.7 |
| 622 | 2025-02-25T01:34:23.042Z | Downloaded utf-8 v0.7.6 |
| 623 | 2025-02-25T01:34:23.042Z | Downloaded env_filter v0.1.2 |
| 624 | 2025-02-25T01:34:23.042Z | Downloaded dunce v1.0.5 |
| 625 | 2025-02-25T01:34:23.042Z | Downloaded fxhash v0.2.1 |
| 626 | 2025-02-25T01:34:23.042Z | Downloaded async-bb8-diesel v0.2.1 |
| 627 | 2025-02-25T01:34:23.042Z | Downloaded foreign-types-shared v0.3.1 |
| 628 | 2025-02-25T01:34:23.042Z | Downloaded dyn-clone v1.0.18 |
| 629 | 2025-02-25T01:34:23.042Z | Downloaded debug-ignore v1.0.5 |
| 630 | 2025-02-25T01:34:23.042Z | Downloaded snafu-derive v0.8.5 |
| 631 | 2025-02-25T01:34:23.042Z | Downloaded data-encoding v2.6.0 |
| 632 | 2025-02-25T01:34:23.042Z | Downloaded icu_locid v1.5.0 |
| 633 | 2025-02-25T01:34:23.042Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 634 | 2025-02-25T01:34:23.042Z | Downloaded heapless v0.8.0 |
| 635 | 2025-02-25T01:34:23.042Z | Downloaded oso-derive v0.27.3 |
| 636 | 2025-02-25T01:34:23.042Z | Downloaded multimap v0.10.0 |
| 637 | 2025-02-25T01:34:23.042Z | Downloaded ff v0.13.0 |
| 638 | 2025-02-25T01:34:23.042Z | Downloaded tabwriter v1.4.0 |
| 639 | 2025-02-25T01:34:23.042Z | Downloaded ron v0.7.1 |
| 640 | 2025-02-25T01:34:23.042Z | Downloaded num-iter v0.1.45 |
| 641 | 2025-02-25T01:34:23.042Z | Downloaded untrusted v0.9.0 |
| 642 | 2025-02-25T01:34:23.042Z | Downloaded untrusted v0.7.1 |
| 643 | 2025-02-25T01:34:23.042Z | Downloaded rustc-hash v2.1.1 |
| 644 | 2025-02-25T01:34:23.042Z | Downloaded minimal-lexical v0.2.1 |
| 645 | 2025-02-25T01:34:23.043Z | Downloaded num-integer v0.1.46 |
| 646 | 2025-02-25T01:34:23.043Z | Downloaded num-derive v0.4.2 |
| 647 | 2025-02-25T01:34:23.043Z | Downloaded futures-task v0.3.31 |
| 648 | 2025-02-25T01:34:23.043Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 649 | 2025-02-25T01:34:23.043Z | Downloaded zone_cfg_derive v0.3.0 |
| 650 | 2025-02-25T01:34:23.043Z | Downloaded zone_cfg_derive v0.1.2 |
| 651 | 2025-02-25T01:34:23.043Z | Downloaded packed_struct v0.10.1 |
| 652 | 2025-02-25T01:34:23.043Z | Downloaded newtype-uuid v1.2.1 |
| 653 | 2025-02-25T01:34:23.043Z | Downloaded ecdsa v0.16.9 |
| 654 | 2025-02-25T01:34:23.043Z | Downloaded vte_generate_state_changes v0.1.2 |
| 655 | 2025-02-25T01:34:23.043Z | Downloaded powerfmt v0.2.0 |
| 656 | 2025-02-25T01:34:23.043Z | Downloaded env_logger v0.10.2 |
| 657 | 2025-02-25T01:34:23.043Z | Downloaded socket2 v0.5.8 |
| 658 | 2025-02-25T01:34:23.043Z | Downloaded rfc6979 v0.4.0 |
| 659 | 2025-02-25T01:34:23.043Z | Downloaded resolv-conf v0.7.0 |
| 660 | 2025-02-25T01:34:23.043Z | Downloaded primeorder v0.13.6 |
| 661 | 2025-02-25T01:34:23.043Z | Downloaded peg v0.8.4 |
| 662 | 2025-02-25T01:34:23.043Z | Downloaded num_threads v0.1.7 |
| 663 | 2025-02-25T01:34:23.043Z | Downloaded subtle v2.6.1 |
| 664 | 2025-02-25T01:34:23.043Z | Downloaded slog-bunyan v2.5.0 |
| 665 | 2025-02-25T01:34:23.043Z | Downloaded slog-async v2.8.0 |
| 666 | 2025-02-25T01:34:23.043Z | Downloaded sec1 v0.7.3 |
| 667 | 2025-02-25T01:34:23.043Z | Downloaded des v0.8.1 |
| 668 | 2025-02-25T01:34:23.043Z | Downloaded toml v0.7.8 |
| 669 | 2025-02-25T01:34:23.043Z | Downloaded scrypt v0.11.0 |
| 670 | 2025-02-25T01:34:23.043Z | Downloaded zerovec-derive v0.10.3 |
| 671 | 2025-02-25T01:34:23.043Z | Downloaded schemars_derive v0.8.21 |
| 672 | 2025-02-25T01:34:23.043Z | Downloaded radium v0.7.0 |
| 673 | 2025-02-25T01:34:23.043Z | Downloaded quinn-udp v0.5.5 |
| 674 | 2025-02-25T01:34:23.043Z | Downloaded pbkdf2 v0.12.2 |
| 675 | 2025-02-25T01:34:23.043Z | Downloaded openssl-probe v0.1.5 |
| 676 | 2025-02-25T01:34:23.043Z | Downloaded displaydoc v0.2.5 |
| 677 | 2025-02-25T01:34:23.043Z | Downloaded tracing-attributes v0.1.27 |
| 678 | 2025-02-25T01:34:23.043Z | Downloaded nibble_vec v0.1.0 |
| 679 | 2025-02-25T01:34:23.043Z | Downloaded number_prefix v0.4.0 |
| 680 | 2025-02-25T01:34:23.043Z | Downloaded typify-macro v0.3.0 |
| 681 | 2025-02-25T01:34:23.043Z | Downloaded arc-swap v1.7.1 |
| 682 | 2025-02-25T01:34:23.044Z | Downloaded unarray v0.1.4 |
| 683 | 2025-02-25T01:34:23.044Z | Downloaded typify-macro v0.2.0 |
| 684 | 2025-02-25T01:34:23.044Z | Downloaded wait-timeout v0.2.0 |
| 685 | 2025-02-25T01:34:23.044Z | Downloaded pin-project-internal v1.1.6 |
| 686 | 2025-02-25T01:34:23.044Z | Downloaded peg-macros v0.8.4 |
| 687 | 2025-02-25T01:34:23.044Z | Downloaded bindgen v0.71.1 |
| 688 | 2025-02-25T01:34:23.044Z | Downloaded defmt-parser v0.3.4 |
| 689 | 2025-02-25T01:34:23.044Z | Downloaded hickory-server v0.24.3 |
| 690 | 2025-02-25T01:34:23.044Z | Downloaded progenitor-client v0.9.1 |
| 691 | 2025-02-25T01:34:23.044Z | Downloaded foldhash v0.1.3 |
| 692 | 2025-02-25T01:34:23.044Z | Downloaded float-cmp v0.10.0 |
| 693 | 2025-02-25T01:34:23.044Z | Downloaded ghash v0.5.1 |
| 694 | 2025-02-25T01:34:23.044Z | Downloaded chacha20poly1305 v0.10.1 |
| 695 | 2025-02-25T01:34:23.044Z | Downloaded fallible-iterator v0.2.0 |
| 696 | 2025-02-25T01:34:23.044Z | Downloaded embedded-io v0.6.1 |
| 697 | 2025-02-25T01:34:23.044Z | Downloaded futures v0.3.31 |
| 698 | 2025-02-25T01:34:23.044Z | Downloaded progenitor v0.8.0 |
| 699 | 2025-02-25T01:34:23.044Z | Downloaded tracing-core v0.1.32 |
| 700 | 2025-02-25T01:34:23.044Z | Downloaded samael v0.0.18 |
| 701 | 2025-02-25T01:34:23.044Z | Downloaded nanorand v0.7.0 |
| 702 | 2025-02-25T01:34:23.044Z | Downloaded percent-encoding v2.3.1 |
| 703 | 2025-02-25T01:34:23.044Z | Downloaded oxnet v0.1.0 |
| 704 | 2025-02-25T01:34:23.044Z | Downloaded crypto-bigint v0.5.5 |
| 705 | 2025-02-25T01:34:23.044Z | Downloaded tinyvec_macros v0.1.1 |
| 706 | 2025-02-25T01:34:23.044Z | Downloaded time-core v0.1.2 |
| 707 | 2025-02-25T01:34:23.044Z | Downloaded pem v3.0.5 |
| 708 | 2025-02-25T01:34:23.044Z | Downloaded tokio-rustls v0.25.0 |
| 709 | 2025-02-25T01:34:23.044Z | Downloaded serde-hex v0.1.0 |
| 710 | 2025-02-25T01:34:23.048Z | Downloaded sct v0.7.1 |
| 711 | 2025-02-25T01:34:23.048Z | Downloaded vsss-rs v3.3.4 |
| 712 | 2025-02-25T01:34:23.048Z | Downloaded darling_macro v0.20.10 |
| 713 | 2025-02-25T01:34:23.048Z | Downloaded pin-project v1.1.6 |
| 714 | 2025-02-25T01:34:23.048Z | Downloaded peg-runtime v0.8.3 |
| 715 | 2025-02-25T01:34:23.048Z | Downloaded stringprep v0.1.5 |
| 716 | 2025-02-25T01:34:23.048Z | Downloaded yansi v1.0.1 |
| 717 | 2025-02-25T01:34:23.048Z | Downloaded simd-adler32 v0.3.7 |
| 718 | 2025-02-25T01:34:23.048Z | Downloaded shlex v1.3.0 |
| 719 | 2025-02-25T01:34:23.048Z | Downloaded zip v0.6.6 |
| 720 | 2025-02-25T01:34:23.049Z | Downloaded http v1.2.0 |
| 721 | 2025-02-25T01:34:23.049Z | Downloaded native-tls v0.2.12 |
| 722 | 2025-02-25T01:34:23.049Z | Downloaded universal-hash v0.5.1 |
| 723 | 2025-02-25T01:34:23.049Z | Downloaded multer v3.1.0 |
| 724 | 2025-02-25T01:34:23.049Z | Downloaded shell-words v1.1.0 |
| 725 | 2025-02-25T01:34:23.049Z | Downloaded bumpalo v3.16.0 |
| 726 | 2025-02-25T01:34:23.049Z | Downloaded idna v1.0.3 |
| 727 | 2025-02-25T01:34:23.049Z | Downloaded sync_wrapper v1.0.1 |
| 728 | 2025-02-25T01:34:23.049Z | Downloaded ppv-lite86 v0.2.20 |
| 729 | 2025-02-25T01:34:23.049Z | Downloaded tinystr v0.7.6 |
| 730 | 2025-02-25T01:34:23.049Z | Downloaded try-lock v0.2.5 |
| 731 | 2025-02-25T01:34:23.049Z | Downloaded string_cache v0.8.7 |
| 732 | 2025-02-25T01:34:23.049Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 733 | 2025-02-25T01:34:23.049Z | Downloaded deranged v0.3.11 |
| 734 | 2025-02-25T01:34:23.049Z | Downloaded zerocopy v0.6.6 |
| 735 | 2025-02-25T01:34:23.049Z | Downloaded hash32 v0.2.1 |
| 736 | 2025-02-25T01:34:23.049Z | Downloaded owo-colors v4.1.0 |
| 737 | 2025-02-25T01:34:23.049Z | Downloaded unicode-xid v0.2.6 |
| 738 | 2025-02-25T01:34:23.049Z | Downloaded schemars v0.8.21 |
| 739 | 2025-02-25T01:34:23.049Z | Downloaded foreign-types v0.3.2 |
| 740 | 2025-02-25T01:34:23.049Z | Downloaded group v0.13.0 |
| 741 | 2025-02-25T01:34:23.049Z | Downloaded glob v0.3.2 |
| 742 | 2025-02-25T01:34:23.049Z | Downloaded futures-core v0.3.31 |
| 743 | 2025-02-25T01:34:23.049Z | Downloaded enum-as-inner v0.6.1 |
| 744 | 2025-02-25T01:34:23.049Z | Downloaded pkg-config v0.3.31 |
| 745 | 2025-02-25T01:34:23.049Z | Downloaded url v2.5.3 |
| 746 | 2025-02-25T01:34:23.049Z | Downloaded tracing v0.1.40 |
| 747 | 2025-02-25T01:34:23.049Z | Downloaded serde_plain v1.0.2 |
| 748 | 2025-02-25T01:34:23.049Z | Downloaded rustls-pemfile v1.0.4 |
| 749 | 2025-02-25T01:34:23.049Z | Downloaded progenitor-macro v0.9.1 |
| 750 | 2025-02-25T01:34:23.049Z | Downloaded slog-stdlog v4.1.1 |
| 751 | 2025-02-25T01:34:23.049Z | Downloaded openssl-macros v0.1.1 |
| 752 | 2025-02-25T01:34:23.049Z | Downloaded slog-json v2.6.1 |
| 753 | 2025-02-25T01:34:23.049Z | Downloaded slog-envlogger v2.2.0 |
| 754 | 2025-02-25T01:34:23.049Z | Downloaded oso v0.27.3 |
| 755 | 2025-02-25T01:34:23.049Z | Downloaded path-slash v0.1.5 |
| 756 | 2025-02-25T01:34:23.049Z | Downloaded time-macros v0.2.18 |
| 757 | 2025-02-25T01:34:23.049Z | Downloaded itertools v0.12.1 |
| 758 | 2025-02-25T01:34:23.050Z | Downloaded same-file v1.0.6 |
| 759 | 2025-02-25T01:34:23.050Z | Downloaded zerofrom-derive v0.1.4 |
| 760 | 2025-02-25T01:34:23.050Z | Downloaded parse-size v1.1.0 |
| 761 | 2025-02-25T01:34:23.050Z | Downloaded env_logger v0.11.5 |
| 762 | 2025-02-25T01:34:23.050Z | Downloaded termcolor v1.4.1 |
| 763 | 2025-02-25T01:34:23.050Z | Downloaded fallible-iterator v0.3.0 |
| 764 | 2025-02-25T01:34:23.050Z | Downloaded der_derive v0.7.3 |
| 765 | 2025-02-25T01:34:23.050Z | Downloaded globset v0.4.15 |
| 766 | 2025-02-25T01:34:23.050Z | Downloaded pkcs1 v0.7.5 |
| 767 | 2025-02-25T01:34:23.050Z | Downloaded progenitor-impl v0.9.1 |
| 768 | 2025-02-25T01:34:23.050Z | Downloaded tokio-macros v2.5.0 |
| 769 | 2025-02-25T01:34:23.050Z | Downloaded progenitor-impl v0.8.0 |
| 770 | 2025-02-25T01:34:23.050Z | Downloaded flume v0.11.1 |
| 771 | 2025-02-25T01:34:23.050Z | Downloaded ed25519 v2.2.3 |
| 772 | 2025-02-25T01:34:23.050Z | Downloaded toolchain_find v0.4.0 |
| 773 | 2025-02-25T01:34:23.050Z | Downloaded dsl_auto_type v0.1.2 |
| 774 | 2025-02-25T01:34:23.050Z | Downloaded hashbrown v0.13.2 |
| 775 | 2025-02-25T01:34:23.050Z | Downloaded opaque-debug v0.3.1 |
| 776 | 2025-02-25T01:34:23.050Z | Downloaded newline-converter v0.3.0 |
| 777 | 2025-02-25T01:34:23.050Z | Downloaded funty v2.0.0 |
| 778 | 2025-02-25T01:34:23.050Z | Downloaded poly1305 v0.8.0 |
| 779 | 2025-02-25T01:34:23.050Z | Downloaded nodrop v0.1.14 |
| 780 | 2025-02-25T01:34:23.050Z | Downloaded fragile v2.0.0 |
| 781 | 2025-02-25T01:34:23.050Z | Downloaded slog-scope v4.4.0 |
| 782 | 2025-02-25T01:34:23.050Z | Downloaded unicode-properties v0.1.3 |
| 783 | 2025-02-25T01:34:23.050Z | Downloaded typify v0.3.0 |
| 784 | 2025-02-25T01:34:23.050Z | Downloaded pin-utils v0.1.0 |
| 785 | 2025-02-25T01:34:23.050Z | Downloaded paste v1.0.15 |
| 786 | 2025-02-25T01:34:23.050Z | Downloaded der v0.7.9 |
| 787 | 2025-02-25T01:34:23.050Z | Downloaded strum v0.26.3 |
| 788 | 2025-02-25T01:34:23.050Z | Downloaded russh-cryptovec v0.7.3 |
| 789 | 2025-02-25T01:34:23.050Z | Downloaded form_urlencoded v1.2.1 |
| 790 | 2025-02-25T01:34:23.050Z | Downloaded zeroize v1.8.1 |
| 791 | 2025-02-25T01:34:23.050Z | Downloaded serde_path_to_error v0.1.16 |
| 792 | 2025-02-25T01:34:23.050Z | Downloaded secrecy v0.8.0 |
| 793 | 2025-02-25T01:34:23.050Z | Downloaded salsa20 v0.10.2 |
| 794 | 2025-02-25T01:34:23.050Z | Downloaded diesel_derives v2.2.3 |
| 795 | 2025-02-25T01:34:23.050Z | Downloaded pkcs5 v0.7.1 |
| 796 | 2025-02-25T01:34:23.051Z | Downloaded zip v2.1.3 |
| 797 | 2025-02-25T01:34:23.051Z | Downloaded derive_builder_macro v0.20.2 |
| 798 | 2025-02-25T01:34:23.051Z | Downloaded waitgroup v0.1.2 |
| 799 | 2025-02-25T01:34:23.051Z | Downloaded hashbrown v0.12.3 |
| 800 | 2025-02-25T01:34:23.051Z | Downloaded xattr v1.3.1 |
| 801 | 2025-02-25T01:34:23.051Z | Downloaded parking_lot v0.12.3 |
| 802 | 2025-02-25T01:34:23.051Z | Downloaded document-features v0.2.10 |
| 803 | 2025-02-25T01:34:23.051Z | Downloaded fs_extra v1.3.0 |
| 804 | 2025-02-25T01:34:23.051Z | Downloaded crossterm v0.28.1 |
| 805 | 2025-02-25T01:34:23.051Z | Downloaded password-hash v0.4.2 |
| 806 | 2025-02-25T01:34:23.051Z | Downloaded unicode-normalization v0.1.24 |
| 807 | 2025-02-25T01:34:23.051Z | Downloaded tokio-util v0.7.12 |
| 808 | 2025-02-25T01:34:23.051Z | Downloaded polyval v0.6.2 |
| 809 | 2025-02-25T01:34:23.051Z | Downloaded rpassword v7.3.1 |
| 810 | 2025-02-25T01:34:23.055Z | Downloaded rustls-pemfile v2.2.0 |
| 811 | 2025-02-25T01:34:23.055Z | Downloaded phf_shared v0.11.2 |
| 812 | 2025-02-25T01:34:23.055Z | Downloaded olpc-cjson v0.1.4 |
| 813 | 2025-02-25T01:34:23.055Z | Downloaded tls_codec v0.4.1 |
| 814 | 2025-02-25T01:34:23.055Z | Downloaded signal-hook v0.3.17 |
| 815 | 2025-02-25T01:34:23.055Z | Downloaded serde_derive_internals v0.29.1 |
| 816 | 2025-02-25T01:34:23.055Z | Downloaded parse-zoneinfo v0.3.1 |
| 817 | 2025-02-25T01:34:23.055Z | Downloaded half v2.4.1 |
| 818 | 2025-02-25T01:34:23.055Z | Downloaded quinn v0.11.5 |
| 819 | 2025-02-25T01:34:23.055Z | Downloaded static_assertions v1.1.0 |
| 820 | 2025-02-25T01:34:23.055Z | Downloaded stable_deref_trait v1.2.0 |
| 821 | 2025-02-25T01:34:23.055Z | Downloaded hkdf v0.12.4 |
| 822 | 2025-02-25T01:34:23.055Z | Downloaded yasna v0.5.2 |
| 823 | 2025-02-25T01:34:23.055Z | Downloaded flagset v0.4.6 |
| 824 | 2025-02-25T01:34:23.055Z | Downloaded daft-derive v0.1.1 |
| 825 | 2025-02-25T01:34:23.055Z | Downloaded daft v0.1.1 |
| 826 | 2025-02-25T01:34:23.055Z | Downloaded pretty-hex v0.2.1 |
| 827 | 2025-02-25T01:34:23.055Z | Downloaded rayon-core v1.12.1 |
| 828 | 2025-02-25T01:34:23.055Z | Downloaded fixedbitset v0.4.2 |
| 829 | 2025-02-25T01:34:23.055Z | Downloaded filetime v0.2.25 |
| 830 | 2025-02-25T01:34:23.055Z | Downloaded fd-lock v4.0.2 |
| 831 | 2025-02-25T01:34:23.055Z | Downloaded futures-executor v0.3.31 |
| 832 | 2025-02-25T01:34:23.055Z | Downloaded phf_generator v0.11.2 |
| 833 | 2025-02-25T01:34:23.055Z | Downloaded packed_struct_codegen v0.10.1 |
| 834 | 2025-02-25T01:34:23.055Z | Downloaded num_enum_derive v0.5.11 |
| 835 | 2025-02-25T01:34:23.055Z | Downloaded termtree v0.4.1 |
| 836 | 2025-02-25T01:34:23.055Z | Downloaded num-complex v0.4.6 |
| 837 | 2025-02-25T01:34:23.055Z | Downloaded tower-layer v0.3.3 |
| 838 | 2025-02-25T01:34:23.055Z | Downloaded rand_core v0.9.2 |
| 839 | 2025-02-25T01:34:23.055Z | Downloaded similar v2.6.0 |
| 840 | 2025-02-25T01:34:23.055Z | Downloaded smallvec v0.6.14 |
| 841 | 2025-02-25T01:34:23.055Z | Downloaded foreign-types-shared v0.1.1 |
| 842 | 2025-02-25T01:34:23.055Z | Downloaded rustfmt-wrapper v0.2.1 |
| 843 | 2025-02-25T01:34:23.055Z | Downloaded subprocess v0.2.9 |
| 844 | 2025-02-25T01:34:23.055Z | Downloaded uuid v1.12.0 |
| 845 | 2025-02-25T01:34:23.055Z | Downloaded rusty-fork v0.3.0 |
| 846 | 2025-02-25T01:34:23.055Z | Downloaded num_enum v0.5.11 |
| 847 | 2025-02-25T01:34:23.055Z | Downloaded ssh-encoding v0.2.0 |
| 848 | 2025-02-25T01:34:23.056Z | Downloaded qorb v0.2.1 |
| 849 | 2025-02-25T01:34:23.056Z | Downloaded termtree v0.5.1 |
| 850 | 2025-02-25T01:34:23.056Z | Downloaded uzers v0.12.1 |
| 851 | 2025-02-25T01:34:23.056Z | Downloaded phf_shared v0.10.0 |
| 852 | 2025-02-25T01:34:23.056Z | Downloaded tokio-rustls v0.26.0 |
| 853 | 2025-02-25T01:34:23.056Z | Downloaded rustversion v1.0.17 |
| 854 | 2025-02-25T01:34:23.056Z | Downloaded sqlparser_derive v0.2.2 |
| 855 | 2025-02-25T01:34:23.056Z | Downloaded slog-dtrace v0.3.0 |
| 856 | 2025-02-25T01:34:23.056Z | Downloaded derive_builder_core v0.20.2 |
| 857 | 2025-02-25T01:34:23.056Z | Downloaded rusqlite v0.32.1 |
| 858 | 2025-02-25T01:34:23.056Z | Downloaded write16 v1.0.0 |
| 859 | 2025-02-25T01:34:23.056Z | Downloaded gethostname v0.5.0 |
| 860 | 2025-02-25T01:34:23.056Z | Downloaded num v0.4.3 |
| 861 | 2025-02-25T01:34:23.056Z | Downloaded slab v0.4.9 |
| 862 | 2025-02-25T01:34:23.056Z | Downloaded dropshot_endpoint v0.15.1 |
| 863 | 2025-02-25T01:34:23.056Z | Downloaded zone v0.3.0 |
| 864 | 2025-02-25T01:34:23.056Z | Downloaded ref-cast-impl v1.0.23 |
| 865 | 2025-02-25T01:34:23.056Z | Downloaded vergen v8.3.2 |
| 866 | 2025-02-25T01:34:23.056Z | Downloaded tar v0.4.44 |
| 867 | 2025-02-25T01:34:23.056Z | Downloaded tough v0.19.0 |
| 868 | 2025-02-25T01:34:23.056Z | Downloaded wyz v0.5.1 |
| 869 | 2025-02-25T01:34:23.056Z | Downloaded writeable v0.5.5 |
| 870 | 2025-02-25T01:34:23.056Z | Downloaded phf v0.11.2 |
| 871 | 2025-02-25T01:34:23.056Z | Downloaded foreign-types-macros v0.2.3 |
| 872 | 2025-02-25T01:34:23.056Z | Downloaded whoami v1.5.2 |
| 873 | 2025-02-25T01:34:23.056Z | Downloaded which v4.4.2 |
| 874 | 2025-02-25T01:34:23.056Z | Downloaded russh-keys v0.45.0 |
| 875 | 2025-02-25T01:34:23.056Z | Downloaded futures-macro v0.3.31 |
| 876 | 2025-02-25T01:34:23.056Z | Downloaded p256 v0.13.2 |
| 877 | 2025-02-25T01:34:23.056Z | Downloaded dirs-sys-next v0.1.2 |
| 878 | 2025-02-25T01:34:23.056Z | Downloaded tokio-tungstenite v0.23.1 |
| 879 | 2025-02-25T01:34:23.056Z | Downloaded tokio-tungstenite v0.21.0 |
| 880 | 2025-02-25T01:34:23.056Z | Downloaded zone v0.1.8 |
| 881 | 2025-02-25T01:34:23.056Z | Downloaded steno v0.4.1 |
| 882 | 2025-02-25T01:34:23.056Z | Downloaded want v0.3.1 |
| 883 | 2025-02-25T01:34:23.056Z | Downloaded aho-corasick v1.1.3 |
| 884 | 2025-02-25T01:34:23.056Z | Downloaded tower-service v0.3.3 |
| 885 | 2025-02-25T01:34:23.056Z | Downloaded twox-hash v2.1.0 |
| 886 | 2025-02-25T01:34:23.056Z | Downloaded foreign-types v0.5.0 |
| 887 | 2025-02-25T01:34:23.057Z | Downloaded darling v0.20.10 |
| 888 | 2025-02-25T01:34:23.057Z | Downloaded thread_local v1.1.8 |
| 889 | 2025-02-25T01:34:23.057Z | Downloaded siphasher v0.3.11 |
| 890 | 2025-02-25T01:34:23.057Z | Downloaded serde_with_macros v3.11.0 |
| 891 | 2025-02-25T01:34:23.057Z | Downloaded nu-ansi-term v0.50.1 |
| 892 | 2025-02-25T01:34:23.057Z | Downloaded precomputed-hash v0.1.1 |
| 893 | 2025-02-25T01:34:23.057Z | Downloaded p521 v0.13.3 |
| 894 | 2025-02-25T01:34:23.057Z | Downloaded strum_macros v0.24.3 |
| 895 | 2025-02-25T01:34:23.057Z | Downloaded omicron-zone-package v0.12.0 |
| 896 | 2025-02-25T01:34:23.057Z | Downloaded predicates-core v1.0.8 |
| 897 | 2025-02-25T01:34:23.057Z | Downloaded ena v0.14.3 |
| 898 | 2025-02-25T01:34:23.057Z | Downloaded fatfs v0.3.6 |
| 899 | 2025-02-25T01:34:23.057Z | Downloaded ron v0.8.1 |
| 900 | 2025-02-25T01:34:23.057Z | Downloaded postcard v1.0.10 |
| 901 | 2025-02-25T01:34:23.057Z | Downloaded embedded-io v0.4.0 |
| 902 | 2025-02-25T01:34:23.057Z | Downloaded mirai-annotations v1.12.0 |
| 903 | 2025-02-25T01:34:23.057Z | Downloaded diesel-dtrace v0.4.2 |
| 904 | 2025-02-25T01:34:23.057Z | Downloaded dirs-next v2.0.0 |
| 905 | 2025-02-25T01:34:23.057Z | Downloaded winnow v0.5.40 |
| 906 | 2025-02-25T01:34:23.057Z | Downloaded parse-display v0.10.0 |
| 907 | 2025-02-25T01:34:23.057Z | Downloaded zeroize_derive v1.4.2 |
| 908 | 2025-02-25T01:34:23.057Z | Downloaded rand_core v0.6.4 |
| 909 | 2025-02-25T01:34:23.057Z | Downloaded tokio-native-tls v0.3.1 |
| 910 | 2025-02-25T01:34:23.061Z | Downloaded ssh-cipher v0.2.0 |
| 911 | 2025-02-25T01:34:23.061Z | Downloaded typed-path v0.9.3 |
| 912 | 2025-02-25T01:34:23.061Z | Downloaded parse-display-derive v0.10.0 |
| 913 | 2025-02-25T01:34:23.061Z | Downloaded serde_repr v0.1.19 |
| 914 | 2025-02-25T01:34:23.061Z | Downloaded termios v0.3.3 |
| 915 | 2025-02-25T01:34:23.061Z | Downloaded ref-cast v1.0.23 |
| 916 | 2025-02-25T01:34:23.061Z | Downloaded serde_urlencoded v0.7.1 |
| 917 | 2025-02-25T01:34:23.061Z | Downloaded parking_lot v0.11.2 |
| 918 | 2025-02-25T01:34:23.061Z | Downloaded rand v0.9.0 |
| 919 | 2025-02-25T01:34:23.061Z | Downloaded strum_macros v0.26.4 |
| 920 | 2025-02-25T01:34:23.061Z | Downloaded predicates v3.1.3 |
| 921 | 2025-02-25T01:34:23.061Z | Downloaded rand_seeder v0.3.0 |
| 922 | 2025-02-25T01:34:23.061Z | Downloaded zopfli v0.8.1 |
| 923 | 2025-02-25T01:34:23.061Z | Downloaded pbkdf2 v0.11.0 |
| 924 | 2025-02-25T01:34:23.061Z | Downloaded aws-lc-rs v1.10.0 |
| 925 | 2025-02-25T01:34:23.061Z | Downloaded tungstenite v0.23.0 |
| 926 | 2025-02-25T01:34:23.061Z | Downloaded slog v2.7.0 |
| 927 | 2025-02-25T01:34:23.061Z | Downloaded tokio-stream v0.1.17 |
| 928 | 2025-02-25T01:34:23.061Z | Downloaded yoke v0.7.4 |
| 929 | 2025-02-25T01:34:23.061Z | Downloaded getrandom v0.2.15 |
| 930 | 2025-02-25T01:34:23.061Z | Downloaded parking_lot_core v0.9.10 |
| 931 | 2025-02-25T01:34:23.061Z | Downloaded postgres-protocol v0.6.8 |
| 932 | 2025-02-25T01:34:23.061Z | Downloaded rustls-pki-types v1.10.0 |
| 933 | 2025-02-25T01:34:23.061Z | Downloaded miniz_oxide v0.8.0 |
| 934 | 2025-02-25T01:34:23.061Z | Downloaded tokio-tungstenite v0.24.0 |
| 935 | 2025-02-25T01:34:23.061Z | Downloaded elliptic-curve v0.13.8 |
| 936 | 2025-02-25T01:34:23.061Z | Downloaded lalrpop v0.19.12 |
| 937 | 2025-02-25T01:34:23.061Z | Downloaded pretty_assertions v1.4.1 |
| 938 | 2025-02-25T01:34:23.061Z | Downloaded quinn-proto v0.11.8 |
| 939 | 2025-02-25T01:34:23.061Z | Downloaded hashbrown v0.14.5 |
| 940 | 2025-02-25T01:34:23.061Z | Downloaded rcgen v0.12.1 |
| 941 | 2025-02-25T01:34:23.061Z | Downloaded papergrid v0.14.0 |
| 942 | 2025-02-25T01:34:23.062Z | Downloaded tower v0.5.2 |
| 943 | 2025-02-25T01:34:23.062Z | Downloaded rustyline v14.0.0 |
| 944 | 2025-02-25T01:34:23.062Z | Downloaded reqwest v0.12.12 |
| 945 | 2025-02-25T01:34:23.062Z | Downloaded russh v0.45.0 |
| 946 | 2025-02-25T01:34:23.062Z | Downloaded icu_properties_data v1.5.0 |
| 947 | 2025-02-25T01:34:23.062Z | Downloaded tokio-postgres v0.7.12 |
| 948 | 2025-02-25T01:34:23.062Z | Downloaded prettyplease v0.2.29 |
| 949 | 2025-02-25T01:34:23.062Z | Downloaded proptest v1.5.0 |
| 950 | 2025-02-25T01:34:23.062Z | Downloaded chrono v0.4.39 |
| 951 | 2025-02-25T01:34:23.062Z | Downloaded rayon v1.10.0 |
| 952 | 2025-02-25T01:34:23.062Z | Downloaded nom v7.1.3 |
| 953 | 2025-02-25T01:34:23.062Z | Downloaded mio v1.0.2 |
| 954 | 2025-02-25T01:34:23.062Z | Downloaded toml_edit v0.19.15 |
| 955 | 2025-02-25T01:34:23.062Z | Downloaded zerovec v0.10.4 |
| 956 | 2025-02-25T01:34:23.062Z | Downloaded num-bigint-dig v0.8.4 |
| 957 | 2025-02-25T01:34:23.062Z | Downloaded salty v0.3.0 |
| 958 | 2025-02-25T01:34:23.062Z | Downloaded smoltcp v0.9.1 |
| 959 | 2025-02-25T01:34:23.070Z | Downloaded zerocopy v0.8.10 |
| 960 | 2025-02-25T01:34:23.097Z | Downloaded git2 v0.19.0 |
| 961 | 2025-02-25T01:34:23.106Z | Downloaded regex-syntax v0.6.29 |
| 962 | 2025-02-25T01:34:23.114Z | Downloaded ssh-key v0.6.6 |
| 963 | 2025-02-25T01:34:23.122Z | Downloaded portable-atomic v1.9.0 |
| 964 | 2025-02-25T01:34:23.130Z | Downloaded curve25519-dalek v4.1.3 |
| 965 | 2025-02-25T01:34:23.141Z | Downloaded x509-cert v0.2.5 |
| 966 | 2025-02-25T01:34:23.147Z | Downloaded smoltcp v0.11.0 |
| 967 | 2025-02-25T01:34:23.162Z | Downloaded serde_with v3.11.0 |
| 968 | 2025-02-25T01:34:23.170Z | Downloaded petname v2.0.2 |
| 969 | 2025-02-25T01:34:23.176Z | Downloaded hickory-proto v0.24.3 |
| 970 | 2025-02-25T01:34:23.194Z | Downloaded chrono-tz v0.10.1 |
| 971 | 2025-02-25T01:34:23.201Z | Downloaded p384 v0.13.0 |
| 972 | 2025-02-25T01:34:23.209Z | Downloaded regex-syntax v0.8.5 |
| 973 | 2025-02-25T01:34:23.218Z | Downloaded vcpkg v0.2.15 |
| 974 | 2025-02-25T01:34:23.259Z | Downloaded gimli v0.31.1 |
| 975 | 2025-02-25T01:34:23.268Z | Downloaded unicode-width v0.2.0 |
| 976 | 2025-02-25T01:34:23.274Z | Downloaded bstr v1.10.0 |
| 977 | 2025-02-25T01:34:23.285Z | Downloaded dropshot v0.15.1 |
| 978 | 2025-02-25T01:34:23.308Z | Downloaded rustls-webpki v0.102.8 |
| 979 | 2025-02-25T01:34:23.327Z | Downloaded rustls v0.21.12 |
| 980 | 2025-02-25T01:34:23.339Z | Downloaded regress v0.10.1 |
| 981 | 2025-02-25T01:34:23.349Z | Downloaded nix v0.27.1 |
| 982 | 2025-02-25T01:34:23.360Z | Downloaded diesel v2.2.7 |
| 983 | 2025-02-25T01:34:23.380Z | Downloaded object v0.30.4 |
| 984 | 2025-02-25T01:34:23.390Z | Downloaded webpki-roots v0.26.6 |
| 985 | 2025-02-25T01:34:23.394Z | Downloaded regex v1.11.1 |
| 986 | 2025-02-25T01:34:23.408Z | Downloaded regress v0.9.1 |
| 987 | 2025-02-25T01:34:23.417Z | Downloaded zerocopy-derive v0.6.6 |
| 988 | 2025-02-25T01:34:23.428Z | Downloaded rustls v0.22.4 |
| 989 | 2025-02-25T01:34:23.443Z | Downloaded dropshot v0.12.0 |
| 990 | 2025-02-25T01:34:23.464Z | Downloaded openssl v0.10.71 |
| 991 | 2025-02-25T01:34:23.474Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 992 | 2025-02-25T01:34:23.487Z | Downloaded object v0.36.5 |
| 993 | 2025-02-25T01:34:23.499Z | Downloaded openapiv3 v2.0.0 |
| 994 | 2025-02-25T01:34:23.512Z | Downloaded nix v0.29.0 |
| 995 | 2025-02-25T01:34:23.525Z | Downloaded nix v0.28.0 |
| 996 | 2025-02-25T01:34:23.538Z | Downloaded typify-impl v0.2.0 |
| 997 | 2025-02-25T01:34:23.554Z | Downloaded rustls v0.23.19 |
| 998 | 2025-02-25T01:34:23.567Z | Downloaded typify-impl v0.3.0 |
| 999 | 2025-02-25T01:34:23.584Z | Downloaded ratatui v0.29.0 |
| 1000 | 2025-02-25T01:34:23.605Z | Downloaded petgraph v0.6.5 |
| 1001 | 2025-02-25T01:34:23.624Z | Downloaded polar-core v0.27.3 |
| 1002 | 2025-02-25T01:34:23.633Z | Downloaded regex-automata v0.4.8 |
| 1003 | 2025-02-25T01:34:23.653Z | Downloaded reedline v0.35.0 |
| 1004 | 2025-02-25T01:34:23.659Z | Downloaded csv v1.3.1 |
| 1005 | 2025-02-25T01:34:23.680Z | Downloaded sha3 v0.10.8 |
| 1006 | 2025-02-25T01:34:23.685Z | Downloaded sqlparser v0.45.0 |
| 1007 | 2025-02-25T01:34:23.691Z | Downloaded sled v0.34.7 |
| 1008 | 2025-02-25T01:34:23.702Z | Downloaded rustls-webpki v0.101.7 |
| 1009 | 2025-02-25T01:34:23.718Z | Downloaded tabled v0.18.0 |
| 1010 | 2025-02-25T01:34:23.735Z | Downloaded radix_trie v0.2.1 |
| 1011 | 2025-02-25T01:34:23.741Z | Downloaded num-bigint v0.4.6 |
| 1012 | 2025-02-25T01:34:23.745Z | Downloaded h2 v0.4.6 |
| 1013 | 2025-02-25T01:34:23.753Z | Downloaded quick-xml v0.37.2 |
| 1014 | 2025-02-25T01:34:23.759Z | Downloaded lzma-sys v0.1.20 |
| 1015 | 2025-02-25T01:34:23.790Z | Downloaded test-strategy v0.4.0 |
| 1016 | 2025-02-25T01:34:23.793Z | Downloaded rand v0.8.5 |
| 1017 | 2025-02-25T01:34:23.797Z | Downloaded tokio v1.43.0 |
| 1018 | 2025-02-25T01:34:23.841Z | Downloaded libz-sys v1.1.20 |
| 1019 | 2025-02-25T01:34:23.858Z | Downloaded time v0.3.36 |
| 1020 | 2025-02-25T01:34:23.865Z | Downloaded tungstenite v0.21.0 |
| 1021 | 2025-02-25T01:34:23.868Z | Downloaded strum_macros v0.25.3 |
| 1022 | 2025-02-25T01:34:23.871Z | Downloaded smallvec v1.14.0 |
| 1023 | 2025-02-25T01:34:23.878Z | Downloaded num-traits v0.2.19 |
| 1024 | 2025-02-25T01:34:23.881Z | Downloaded derive_more v0.99.19 |
| 1025 | 2025-02-25T01:34:23.881Z | Downloaded ed25519-dalek v2.1.1 |
| 1026 | 2025-02-25T01:34:23.884Z | Downloaded futures-util v0.3.31 |
| 1027 | 2025-02-25T01:34:23.895Z | Downloaded rustc-demangle v0.1.24 |
| 1028 | 2025-02-25T01:34:23.898Z | Downloaded yoke-derive v0.7.4 |
| 1029 | 2025-02-25T01:34:23.898Z | Downloaded sync-ptr v0.1.1 |
| 1030 | 2025-02-25T01:34:23.900Z | Downloaded endian-type v0.1.2 |
| 1031 | 2025-02-25T01:34:23.900Z | Downloaded difflib v0.4.0 |
| 1032 | 2025-02-25T01:34:23.901Z | Downloaded rsa v0.9.6 |
| 1033 | 2025-02-25T01:34:23.907Z | Downloaded unicode-segmentation v1.12.0 |
| 1034 | 2025-02-25T01:34:23.911Z | Downloaded derive_builder v0.20.2 |
| 1035 | 2025-02-25T01:34:23.913Z | Downloaded walkdir v2.5.0 |
| 1036 | 2025-02-25T01:34:23.916Z | Downloaded tui-tree-widget v0.23.0 |
| 1037 | 2025-02-25T01:34:23.919Z | Downloaded zerocopy-derive v0.8.10 |
| 1038 | 2025-02-25T01:34:23.923Z | Downloaded slog-term v2.9.1 |
| 1039 | 2025-02-25T01:34:23.925Z | Downloaded publicsuffix v2.3.0 |
| 1040 | 2025-02-25T01:34:23.928Z | Downloaded flate2 v1.0.35 |
| 1041 | 2025-02-25T01:34:23.934Z | Downloaded either v1.13.0 |
| 1042 | 2025-02-25T01:34:23.937Z | Downloaded diff v0.1.13 |
| 1043 | 2025-02-25T01:34:23.940Z | Downloaded phf_codegen v0.11.2 |
| 1044 | 2025-02-25T01:34:23.940Z | Downloaded normalize-line-endings v0.3.0 |
| 1045 | 2025-02-25T01:34:23.940Z | Downloaded encoding_rs v0.8.34 |
| 1046 | 2025-02-25T01:34:23.962Z | Downloaded new_debug_unreachable v1.0.6 |
| 1047 | 2025-02-25T01:34:23.964Z | Downloaded unicode_categories v0.1.1 |
| 1048 | 2025-02-25T01:34:23.967Z | Downloaded unsafe-libyaml v0.2.11 |
| 1049 | 2025-02-25T01:34:23.970Z | Downloaded futures-channel v0.3.31 |
| 1050 | 2025-02-25T01:34:23.973Z | Downloaded password-hash v0.5.0 |
| 1051 | 2025-02-25T01:34:23.973Z | Downloaded bitvec v1.0.1 |
| 1052 | 2025-02-25T01:34:23.987Z | Downloaded futures-io v0.3.31 |
| 1053 | 2025-02-25T01:34:23.990Z | Downloaded darling_core v0.20.10 |
| 1054 | 2025-02-25T01:34:23.993Z | Downloaded value-bag v1.9.0 |
| 1055 | 2025-02-25T01:34:23.996Z | Downloaded expectorate v1.1.0 |
| 1056 | 2025-02-25T01:34:23.999Z | Downloaded openssl-sys v0.9.106 |
| 1057 | 2025-02-25T01:34:24.002Z | Downloaded rand_chacha v0.9.0 |
| 1058 | 2025-02-25T01:34:24.006Z | Downloaded typify v0.2.0 |
| 1059 | 2025-02-25T01:34:24.009Z | Downloaded derive-where v1.2.7 |
| 1060 | 2025-02-25T01:34:24.011Z | Downloaded itertools v0.14.0 |
| 1061 | 2025-02-25T01:34:24.019Z | Downloaded parking_lot_core v0.8.6 |
| 1062 | 2025-02-25T01:34:24.021Z | Downloaded tinyvec v1.8.0 |
| 1063 | 2025-02-25T01:34:24.025Z | Downloaded itertools v0.13.0 |
| 1064 | 2025-02-25T01:34:24.031Z | Downloaded downcast v0.11.0 |
| 1065 | 2025-02-25T01:34:24.034Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1066 | 2025-02-25T01:34:24.037Z | Downloaded tungstenite v0.24.0 |
| 1067 | 2025-02-25T01:34:24.041Z | Downloaded itertools v0.10.5 |
| 1068 | 2025-02-25T01:34:24.047Z | Downloaded ring v0.17.11 |
| 1069 | 2025-02-25T01:34:24.089Z | Downloaded libm v0.2.8 |
| 1070 | 2025-02-25T01:34:24.097Z | Downloaded utf8_iter v1.0.4 |
| 1071 | 2025-02-25T01:34:24.099Z | Downloaded tabled_derive v0.10.0 |
| 1072 | 2025-02-25T01:34:24.099Z | Downloaded synstructure v0.13.1 |
| 1073 | 2025-02-25T01:34:24.102Z | Downloaded unicase v2.7.0 |
| 1074 | 2025-02-25T01:34:24.102Z | Downloaded rtoolbox v0.0.2 |
| 1075 | 2025-02-25T01:34:24.105Z | Downloaded hash32 v0.3.1 |
| 1076 | 2025-02-25T01:34:24.105Z | Downloaded mockall_derive v0.13.1 |
| 1077 | 2025-02-25T01:34:24.107Z | Downloaded hyper v1.5.2 |
| 1078 | 2025-02-25T01:34:24.112Z | Downloaded getrandom v0.3.1 |
| 1079 | 2025-02-25T01:34:24.116Z | Downloaded cc v1.2.15 |
| 1080 | 2025-02-25T01:34:24.119Z | Downloaded defmt-macros v0.3.9 |
| 1081 | 2025-02-25T01:34:24.122Z | Downloaded vte v0.11.1 |
| 1082 | 2025-02-25T01:34:24.125Z | Downloaded pkcs8 v0.10.2 |
| 1083 | 2025-02-25T01:34:24.128Z | Downloaded pem-rfc7468 v0.7.0 |
| 1084 | 2025-02-25T01:34:24.132Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1085 | 2025-02-25T01:34:24.187Z | Downloaded dropshot_endpoint v0.12.0 |
| 1086 | 2025-02-25T01:34:24.190Z | Downloaded libxml v0.3.3 |
| 1087 | 2025-02-25T01:34:24.195Z | Downloaded unicode-truncate v1.1.0 |
| 1088 | 2025-02-25T01:34:24.197Z | Downloaded structmeta-derive v0.3.0 |
| 1089 | 2025-02-25T01:34:24.197Z | Downloaded term v0.7.0 |
| 1090 | 2025-02-25T01:34:24.202Z | Downloaded psl-types v2.0.11 |
| 1091 | 2025-02-25T01:34:24.205Z | Downloaded progenitor-macro v0.8.0 |
| 1092 | 2025-02-25T01:34:24.205Z | Downloaded thiserror-impl v2.0.11 |
| 1093 | 2025-02-25T01:34:24.205Z | Downloaded pin-project-lite v0.2.14 |
| 1094 | 2025-02-25T01:34:24.208Z | Downloaded crossbeam-channel v0.5.13 |
| 1095 | 2025-02-25T01:34:24.212Z | Downloaded tokio-rustls v0.24.1 |
| 1096 | 2025-02-25T01:34:24.215Z | Downloaded thiserror v2.0.11 |
| 1097 | 2025-02-25T01:34:24.219Z | Downloaded num-rational v0.4.2 |
| 1098 | 2025-02-25T01:34:24.222Z | Downloaded mockall v0.13.1 |
| 1099 | 2025-02-25T01:34:24.222Z | Downloaded bytes v1.9.0 |
| 1100 | 2025-02-25T01:34:24.225Z | Downloaded icu_collections v1.5.0 |
| 1101 | 2025-02-25T01:34:24.231Z | Downloaded sqlformat v0.2.6 |
| 1102 | 2025-02-25T01:34:24.234Z | Downloaded spin v0.9.8 |
| 1103 | 2025-02-25T01:34:24.236Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1104 | 2025-02-25T01:34:24.236Z | Downloaded proc-macro-error2 v2.0.1 |
| 1105 | 2025-02-25T01:34:24.239Z | Downloaded postgres-types v0.2.8 |
| 1106 | 2025-02-25T01:34:24.242Z | Downloaded thiserror-no-std v2.0.2 |
| 1107 | 2025-02-25T01:34:24.245Z | Downloaded snafu v0.8.5 |
| 1108 | 2025-02-25T01:34:24.252Z | Downloaded topological-sort v0.2.2 |
| 1109 | 2025-02-25T01:34:24.255Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1110 | 2025-02-25T01:34:24.255Z | Downloaded spki v0.7.3 |
| 1111 | 2025-02-25T01:34:24.258Z | Downloaded smf v0.2.3 |
| 1112 | 2025-02-25T01:34:24.259Z | Downloaded unicode-bidi v0.3.17 |
| 1113 | 2025-02-25T01:34:24.263Z | Downloaded const_format v0.2.34 |
| 1114 | 2025-02-25T01:34:24.273Z | Downloaded allocator-api2 v0.2.18 |
| 1115 | 2025-02-25T01:34:24.273Z | Downloaded defmt v0.3.8 |
| 1116 | 2025-02-25T01:34:24.276Z | Downloaded crossbeam-epoch v0.9.18 |
| 1117 | 2025-02-25T01:34:24.276Z | Downloaded compact_str v0.8.0 |
| 1118 | 2025-02-25T01:34:24.276Z | Downloaded futures-sink v0.3.31 |
| 1119 | 2025-02-25T01:34:24.276Z | Downloaded display-error-chain v0.2.2 |
| 1120 | 2025-02-25T01:34:24.279Z | Downloaded clang-sys v1.8.1 |
| 1121 | 2025-02-25T01:34:24.279Z | Downloaded hickory-resolver v0.24.3 |
| 1122 | 2025-02-25T01:34:24.283Z | Downloaded csv-core v0.1.11 |
| 1123 | 2025-02-25T01:34:24.286Z | Downloaded bzip2 v0.4.4 |
| 1124 | 2025-02-25T01:34:24.286Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1125 | 2025-02-25T01:34:24.286Z | Downloaded sha1 v0.10.6 |
| 1126 | 2025-02-25T01:34:24.291Z | Downloaded crossbeam-utils v0.8.20 |
| 1127 | 2025-02-25T01:34:24.294Z | Downloaded crc-any v2.5.0 |
| 1128 | 2025-02-25T01:34:24.294Z | Downloaded cookie v0.18.1 |
| 1129 | 2025-02-25T01:34:24.297Z | Downloaded const_format_proc_macros v0.2.34 |
| 1130 | 2025-02-25T01:34:24.302Z | Downloaded const-oid v0.9.6 |
| 1131 | 2025-02-25T01:34:24.302Z | Downloaded ciborium v0.2.2 |
| 1132 | 2025-02-25T01:34:24.305Z | Downloaded cassowary v0.3.0 |
| 1133 | 2025-02-25T01:34:24.305Z | Downloaded buf-list v1.0.3 |
| 1134 | 2025-02-25T01:34:24.309Z | Downloaded blowfish v0.9.1 |
| 1135 | 2025-02-25T01:34:24.310Z | Downloaded ascii-canvas v3.0.0 |
| 1136 | 2025-02-25T01:34:24.310Z | Downloaded argon2 v0.5.3 |
| 1137 | 2025-02-25T01:34:24.310Z | Downloaded hyper-util v0.1.10 |
| 1138 | 2025-02-25T01:34:24.313Z | Downloaded tap v1.0.1 |
| 1139 | 2025-02-25T01:34:24.315Z | Downloaded indicatif v0.17.11 |
| 1140 | 2025-02-25T01:34:24.318Z | Downloaded block-padding v0.3.3 |
| 1141 | 2025-02-25T01:34:24.321Z | Downloaded atomic-waker v1.1.2 |
| 1142 | 2025-02-25T01:34:24.323Z | Downloaded signal-hook-mio v0.2.4 |
| 1143 | 2025-02-25T01:34:24.323Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1144 | 2025-02-25T01:34:24.327Z | Downloaded cfg_aliases v0.1.1 |
| 1145 | 2025-02-25T01:34:24.327Z | Downloaded headers v0.4.0 |
| 1146 | 2025-02-25T01:34:24.329Z | Downloaded arrayref v0.3.9 |
| 1147 | 2025-02-25T01:34:24.332Z | Downloaded colored v2.1.0 |
| 1148 | 2025-02-25T01:34:24.335Z | Downloaded cmake v0.1.51 |
| 1149 | 2025-02-25T01:34:24.335Z | Downloaded ciborium-ll v0.2.2 |
| 1150 | 2025-02-25T01:34:24.335Z | Downloaded array-init v0.0.4 |
| 1151 | 2025-02-25T01:34:24.338Z | Downloaded rustc_version v0.1.7 |
| 1152 | 2025-02-25T01:34:24.338Z | Downloaded rustc-hash v1.1.0 |
| 1153 | 2025-02-25T01:34:24.338Z | Downloaded rand_xorshift v0.3.0 |
| 1154 | 2025-02-25T01:34:24.341Z | Downloaded icu_provider v1.5.0 |
| 1155 | 2025-02-25T01:34:24.343Z | Downloaded cipher v0.4.4 |
| 1156 | 2025-02-25T01:34:24.343Z | Downloaded cstr-argument v0.1.2 |
| 1157 | 2025-02-25T01:34:24.346Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1158 | 2025-02-25T01:34:24.346Z | Downloaded async-stream-impl v0.3.6 |
| 1159 | 2025-02-25T01:34:24.348Z | Downloaded hyper-staticfile v0.10.1 |
| 1160 | 2025-02-25T01:34:24.349Z | Downloaded linear-map v1.2.0 |
| 1161 | 2025-02-25T01:34:24.351Z | Downloaded atomicwrites v0.4.4 |
| 1162 | 2025-02-25T01:34:24.351Z | Downloaded litemap v0.7.3 |
| 1163 | 2025-02-25T01:34:24.354Z | Downloaded keccak v0.1.5 |
| 1164 | 2025-02-25T01:34:24.356Z | Downloaded base64 v0.22.1 |
| 1165 | 2025-02-25T01:34:24.359Z | Downloaded hickory-client v0.24.3 |
| 1166 | 2025-02-25T01:34:24.361Z | Downloaded bit-set v0.5.3 |
| 1167 | 2025-02-25T01:34:24.364Z | Downloaded ahash v0.8.11 |
| 1168 | 2025-02-25T01:34:24.366Z | Downloaded addr2line v0.24.2 |
| 1169 | 2025-02-25T01:34:24.369Z | Downloaded http-body v1.0.1 |
| 1170 | 2025-02-25T01:34:24.369Z | Downloaded libloading v0.8.5 |
| 1171 | 2025-02-25T01:34:24.372Z | Downloaded jobserver v0.1.32 |
| 1172 | 2025-02-25T01:34:24.372Z | Downloaded bitfield v0.14.0 |
| 1173 | 2025-02-25T01:34:24.374Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1174 | 2025-02-25T01:34:24.374Z | Downloaded instant v0.1.13 |
| 1175 | 2025-02-25T01:34:24.377Z | Downloaded blake2 v0.10.6 |
| 1176 | 2025-02-25T01:34:24.380Z | Downloaded bitfield-struct v0.6.2 |
| 1177 | 2025-02-25T01:34:24.380Z | Downloaded base16ct v0.2.0 |
| 1178 | 2025-02-25T01:34:24.380Z | Downloaded iana-time-zone v0.1.61 |
| 1179 | 2025-02-25T01:34:24.382Z | Downloaded bindgen v0.69.5 |
| 1180 | 2025-02-25T01:34:24.389Z | Downloaded httparse v1.9.5 |
| 1181 | 2025-02-25T01:34:24.392Z | Downloaded httpdate v1.0.3 |
| 1182 | 2025-02-25T01:34:24.400Z | Downloaded hex v0.4.3 |
| 1183 | 2025-02-25T01:34:24.400Z | Downloaded bb8 v0.8.5 |
| 1184 | 2025-02-25T01:34:24.400Z | Downloaded internet-checksum v0.2.1 |
| 1185 | 2025-02-25T01:34:24.400Z | Downloaded idna_adapter v1.2.0 |
| 1186 | 2025-02-25T01:34:24.403Z | Downloaded instability v0.3.2 |
| 1187 | 2025-02-25T01:34:24.403Z | Downloaded hostname v0.3.1 |
| 1188 | 2025-02-25T01:34:24.528Z | Downloaded libsqlite3-sys v0.30.1 |
| 1189 | 2025-02-25T01:34:24.777Z | Downloaded aws-lc-sys v0.22.0 |
| 1190 | 2025-02-25T01:34:25.102Z | Compiling serde v1.0.218 |
| 1191 | 2025-02-25T01:34:25.105Z | Compiling value-bag v1.9.0 |
| 1192 | 2025-02-25T01:34:25.105Z | Compiling lock_api v0.4.12 |
| 1193 | 2025-02-25T01:34:25.105Z | Compiling scopeguard v1.2.0 |
| 1194 | 2025-02-25T01:34:25.105Z | Compiling typenum v1.17.0 |
| 1195 | 2025-02-25T01:34:25.105Z | Compiling generic-array v0.14.7 |
| 1196 | 2025-02-25T01:34:25.296Z | Compiling syn v2.0.96 |
| 1197 | 2025-02-25T01:34:25.311Z | Compiling getrandom v0.2.15 |
| 1198 | 2025-02-25T01:34:25.402Z | Compiling subtle v2.6.1 |
| 1199 | 2025-02-25T01:34:25.622Z | Compiling rand_core v0.6.4 |
| 1200 | 2025-02-25T01:34:25.738Z | Compiling shlex v1.3.0 |
| 1201 | 2025-02-25T01:34:25.789Z | Compiling log v0.4.22 |
| 1202 | 2025-02-25T01:34:25.810Z | Compiling jobserver v0.1.32 |
| 1203 | 2025-02-25T01:34:25.915Z | Compiling smallvec v1.14.0 |
| 1204 | 2025-02-25T01:34:26.127Z | Compiling const-oid v0.9.6 |
| 1205 | 2025-02-25T01:34:26.148Z | Compiling pin-project-lite v0.2.14 |
| 1206 | 2025-02-25T01:34:26.265Z | Compiling cc v1.2.15 |
| 1207 | 2025-02-25T01:34:26.286Z | Compiling parking_lot_core v0.9.10 |
| 1208 | 2025-02-25T01:34:26.303Z | Compiling rustix v0.38.37 |
| 1209 | 2025-02-25T01:34:26.593Z | Compiling futures-core v0.3.31 |
| 1210 | 2025-02-25T01:34:26.644Z | Compiling spin v0.9.8 |
| 1211 | 2025-02-25T01:34:26.860Z | Compiling signal-hook-registry v1.4.2 |
| 1212 | 2025-02-25T01:34:27.008Z | Compiling mio v1.0.2 |
| 1213 | 2025-02-25T01:34:27.296Z | Compiling parking_lot v0.12.3 |
| 1214 | 2025-02-25T01:34:27.436Z | Compiling either v1.13.0 |
| 1215 | 2025-02-25T01:34:27.720Z | Compiling aho-corasick v1.1.3 |
| 1216 | 2025-02-25T01:34:27.745Z | Compiling regex-syntax v0.8.5 |
| 1217 | 2025-02-25T01:34:27.869Z | Compiling futures-sink v0.3.31 |
| 1218 | 2025-02-25T01:34:28.043Z | Compiling stable_deref_trait v1.2.0 |
| 1219 | 2025-02-25T01:34:28.168Z | Compiling cpufeatures v0.2.14 |
| 1220 | 2025-02-25T01:34:28.189Z | Compiling socket2 v0.5.8 |
| 1221 | 2025-02-25T01:34:28.211Z | Compiling slab v0.4.9 |
| 1222 | 2025-02-25T01:34:28.281Z | Compiling glob v0.3.2 |
| 1223 | 2025-02-25T01:34:28.302Z | Compiling prettyplease v0.2.29 |
| 1224 | 2025-02-25T01:34:28.697Z | Compiling lazy_static v1.5.0 |
| 1225 | 2025-02-25T01:34:28.851Z | Compiling serde_json v1.0.139 |
| 1226 | 2025-02-25T01:34:29.061Z | Compiling minimal-lexical v0.2.1 |
| 1227 | 2025-02-25T01:34:29.121Z | Compiling futures-channel v0.3.31 |
| 1228 | 2025-02-25T01:34:29.175Z | Compiling clang-sys v1.8.1 |
| 1229 | 2025-02-25T01:34:29.251Z | Compiling libloading v0.8.5 |
| 1230 | 2025-02-25T01:34:29.537Z | Compiling nom v7.1.3 |
| 1231 | 2025-02-25T01:34:29.607Z | Compiling futures-io v0.3.31 |
| 1232 | 2025-02-25T01:34:29.659Z | Compiling futures-task v0.3.31 |
| 1233 | 2025-02-25T01:34:29.898Z | Compiling bindgen v0.69.5 |
| 1234 | 2025-02-25T01:34:29.950Z | Compiling home v0.5.9 |
| 1235 | 2025-02-25T01:34:29.981Z | Compiling pin-utils v0.1.0 |
| 1236 | 2025-02-25T01:34:30.172Z | Compiling itertools v0.12.1 |
| 1237 | 2025-02-25T01:34:30.392Z | Compiling libm v0.2.8 |
| 1238 | 2025-02-25T01:34:30.777Z | Compiling rustc-hash v1.1.0 |
| 1239 | 2025-02-25T01:34:30.804Z | Compiling foldhash v0.1.3 |
| 1240 | 2025-02-25T01:34:30.960Z | Compiling allocator-api2 v0.2.18 |
| 1241 | 2025-02-25T01:34:31.118Z | Compiling lazycell v1.3.0 |
| 1242 | 2025-02-25T01:34:31.342Z | Compiling cmake v0.1.51 |
| 1243 | 2025-02-25T01:34:31.698Z | Compiling regex-automata v0.4.8 |
| 1244 | 2025-02-25T01:34:32.253Z | Compiling hashbrown v0.15.1 |
| 1245 | 2025-02-25T01:34:32.461Z | Compiling num-traits v0.2.19 |
| 1246 | 2025-02-25T01:34:32.787Z | Compiling synstructure v0.13.1 |
| 1247 | 2025-02-25T01:34:33.175Z | Compiling cexpr v0.6.0 |
| 1248 | 2025-02-25T01:34:33.457Z | Compiling pkg-config v0.3.31 |
| 1249 | 2025-02-25T01:34:34.055Z | Compiling dunce v1.0.5 |
| 1250 | 2025-02-25T01:34:34.197Z | Compiling fs_extra v1.3.0 |
| 1251 | 2025-02-25T01:34:34.734Z | Compiling writeable v0.5.5 |
| 1252 | 2025-02-25T01:34:34.757Z | Compiling litemap v0.7.3 |
| 1253 | 2025-02-25T01:34:34.782Z | Compiling ring v0.17.11 |
| 1254 | 2025-02-25T01:34:35.180Z | Compiling base64ct v1.6.0 |
| 1255 | 2025-02-25T01:34:35.259Z | Compiling paste v1.0.15 |
| 1256 | 2025-02-25T01:34:35.806Z | Compiling pem-rfc7468 v0.7.0 |
| 1257 | 2025-02-25T01:34:35.829Z | Compiling httparse v1.9.5 |
| 1258 | 2025-02-25T01:34:35.857Z | Compiling flagset v0.4.6 |
| 1259 | 2025-02-25T01:34:36.088Z | Compiling aws-lc-rs v1.10.0 |
| 1260 | 2025-02-25T01:34:36.453Z | Compiling icu_locid_transform_data v1.5.0 |
| 1261 | 2025-02-25T01:34:36.563Z | Compiling tracing-core v0.1.32 |
| 1262 | 2025-02-25T01:34:36.585Z | Compiling rustls-pki-types v1.10.0 |
| 1263 | 2025-02-25T01:34:37.412Z | Compiling regex v1.11.1 |
| 1264 | 2025-02-25T01:34:37.507Z | Compiling icu_properties_data v1.5.0 |
| 1265 | 2025-02-25T01:34:37.623Z | Compiling crossbeam-utils v0.8.20 |
| 1266 | 2025-02-25T01:34:37.751Z | Compiling percent-encoding v2.3.1 |
| 1267 | 2025-02-25T01:34:37.952Z | Compiling serde_derive v1.0.218 |
| 1268 | 2025-02-25T01:34:38.077Z | Compiling zeroize_derive v1.4.2 |
| 1269 | 2025-02-25T01:34:38.144Z | Compiling zerocopy-derive v0.7.35 |
| 1270 | 2025-02-25T01:34:38.363Z | Compiling tokio-macros v2.5.0 |
| 1271 | 2025-02-25T01:34:38.413Z | Compiling zerofrom-derive v0.1.4 |
| 1272 | 2025-02-25T01:34:39.499Z | Compiling zeroize v1.8.1 |
| 1273 | 2025-02-25T01:34:39.882Z | Compiling yoke-derive v0.7.4 |
| 1274 | 2025-02-25T01:34:40.104Z | Compiling zerocopy v0.7.35 |
| 1275 | 2025-02-25T01:34:40.655Z | Compiling thiserror-impl v1.0.69 |
| 1276 | 2025-02-25T01:34:41.156Z | Compiling crypto-common v0.1.6 |
| 1277 | 2025-02-25T01:34:41.396Z | Compiling block-buffer v0.10.4 |
| 1278 | 2025-02-25T01:34:41.490Z | Compiling zerovec-derive v0.10.3 |
| 1279 | 2025-02-25T01:34:41.550Z | Compiling futures-macro v0.3.31 |
| 1280 | 2025-02-25T01:34:41.684Z | Compiling digest v0.10.7 |
| 1281 | 2025-02-25T01:34:41.886Z | Compiling zerofrom v0.1.4 |
| 1282 | 2025-02-25T01:34:42.182Z | Compiling hmac v0.12.1 |
| 1283 | 2025-02-25T01:34:42.227Z | Compiling displaydoc v0.2.5 |
| 1284 | 2025-02-25T01:34:42.425Z | Compiling block-padding v0.3.3 |
| 1285 | 2025-02-25T01:34:42.453Z | Compiling ppv-lite86 v0.2.20 |
| 1286 | 2025-02-25T01:34:42.554Z | Compiling yoke v0.7.4 |
| 1287 | 2025-02-25T01:34:42.704Z | Compiling inout v0.1.3 |
| 1288 | 2025-02-25T01:34:42.982Z | Compiling cipher v0.4.4 |
| 1289 | 2025-02-25T01:34:43.010Z | Compiling sha2 v0.10.8 |
| 1290 | 2025-02-25T01:34:43.291Z | Compiling icu_provider_macros v1.5.0 |
| 1291 | 2025-02-25T01:34:43.475Z | Compiling der_derive v0.7.3 |
| 1292 | 2025-02-25T01:34:43.544Z | Compiling futures-util v0.3.31 |
| 1293 | 2025-02-25T01:34:43.642Z | Compiling thiserror v1.0.69 |
| 1294 | 2025-02-25T01:34:43.783Z | Compiling tracing-attributes v0.1.27 |
| 1295 | 2025-02-25T01:34:43.804Z | Compiling pest v2.7.14 |
| 1296 | 2025-02-25T01:34:44.010Z | Compiling zerovec v0.10.4 |
| 1297 | 2025-02-25T01:34:44.440Z | Compiling salsa20 v0.10.2 |
| 1298 | 2025-02-25T01:34:44.678Z | Compiling pbkdf2 v0.12.2 |
| 1299 | 2025-02-25T01:34:44.890Z | Compiling mirai-annotations v1.12.0 |
| 1300 | 2025-02-25T01:34:45.103Z | Compiling icu_normalizer_data v1.5.0 |
| 1301 | 2025-02-25T01:34:45.222Z | Compiling untrusted v0.7.1 |
| 1302 | 2025-02-25T01:34:45.439Z | Compiling utf16_iter v1.0.5 |
| 1303 | 2025-02-25T01:34:45.688Z | Compiling untrusted v0.9.0 |
| 1304 | 2025-02-25T01:34:45.727Z | Compiling tinystr v0.7.6 |
| 1305 | 2025-02-25T01:34:45.837Z | Compiling der v0.7.9 |
| 1306 | 2025-02-25T01:34:46.058Z | Compiling icu_locid v1.5.0 |
| 1307 | 2025-02-25T01:34:46.118Z | Compiling icu_collections v1.5.0 |
| 1308 | 2025-02-25T01:34:46.563Z | Compiling num-conv v0.1.0 |
| 1309 | 2025-02-25T01:34:47.065Z | Compiling powerfmt v0.2.0 |
| 1310 | 2025-02-25T01:34:47.075Z | Compiling utf8_iter v1.0.4 |
| 1311 | 2025-02-25T01:34:47.075Z | Compiling tracing v0.1.40 |
| 1312 | 2025-02-25T01:34:47.204Z | Compiling icu_provider v1.5.0 |
| 1313 | 2025-02-25T01:34:47.285Z | Compiling time-core v0.1.2 |
| 1314 | 2025-02-25T01:34:47.440Z | Compiling vcpkg v0.2.15 |
| 1315 | 2025-02-25T01:34:47.478Z | Compiling write16 v1.0.0 |
| 1316 | 2025-02-25T01:34:47.593Z | Compiling time-macros v0.2.18 |
| 1317 | 2025-02-25T01:34:47.634Z | Compiling deranged v0.3.11 |
| 1318 | 2025-02-25T01:34:48.061Z | Compiling icu_locid_transform v1.5.0 |
| 1319 | 2025-02-25T01:34:48.177Z | Compiling spki v0.7.3 |
| 1320 | 2025-02-25T01:34:48.550Z | Compiling pest_meta v2.7.14 |
| 1321 | 2025-02-25T01:34:49.054Z | Compiling scrypt v0.11.0 |
| 1322 | 2025-02-25T01:34:49.188Z | Compiling openssl-sys v0.9.106 |
| 1323 | 2025-02-25T01:34:49.559Z | Compiling icu_properties v1.5.1 |
| 1324 | 2025-02-25T01:34:50.166Z | Compiling aes v0.8.4 |
| 1325 | 2025-02-25T01:34:50.282Z | Compiling cbc v0.1.2 |
| 1326 | 2025-02-25T01:34:50.488Z | Compiling rand_chacha v0.3.1 |
| 1327 | 2025-02-25T01:34:50.541Z | Compiling scroll_derive v0.12.0 |
| 1328 | 2025-02-25T01:34:50.598Z | Compiling atomic-waker v1.1.2 |
| 1329 | 2025-02-25T01:34:50.802Z | Compiling bitflags v2.6.0 |
| 1330 | 2025-02-25T01:34:51.080Z | Compiling bytes v1.9.0 |
| 1331 | 2025-02-25T01:34:51.989Z | Compiling tokio v1.43.0 |
| 1332 | 2025-02-25T01:34:52.798Z | Compiling indexmap v2.7.1 |
| 1333 | 2025-02-25T01:34:52.911Z | Compiling semver v1.0.25 |
| 1334 | 2025-02-25T01:34:53.017Z | Compiling http v1.2.0 |
| 1335 | 2025-02-25T01:34:53.292Z | Compiling icu_normalizer v1.5.0 |
| 1336 | 2025-02-25T01:34:53.611Z | Compiling rustc_version v0.4.1 |
| 1337 | 2025-02-25T01:34:54.111Z | Compiling num_threads v0.1.7 |
| 1338 | 2025-02-25T01:34:54.134Z | Compiling tinyvec_macros v0.1.1 |
| 1339 | 2025-02-25T01:34:54.247Z | Compiling time v0.3.36 |
| 1340 | 2025-02-25T01:34:54.267Z | Compiling tinyvec v1.8.0 |
| 1341 | 2025-02-25T01:34:54.290Z | Compiling idna_adapter v1.2.0 |
| 1342 | 2025-02-25T01:34:54.517Z | Compiling http-body v1.0.1 |
| 1343 | 2025-02-25T01:34:54.787Z | Compiling scroll v0.12.0 |
| 1344 | 2025-02-25T01:34:55.120Z | Compiling which v4.4.2 |
| 1345 | 2025-02-25T01:34:55.168Z | Compiling pkcs5 v0.7.1 |
| 1346 | 2025-02-25T01:34:55.181Z | Compiling rand v0.8.5 |
| 1347 | 2025-02-25T01:34:55.644Z | Compiling pest_generator v2.7.14 |
| 1348 | 2025-02-25T01:34:55.758Z | Compiling form_urlencoded v1.2.1 |
| 1349 | 2025-02-25T01:34:55.976Z | Compiling slog v2.7.0 |
| 1350 | 2025-02-25T01:34:56.172Z | Compiling zerocopy v0.8.10 |
| 1351 | 2025-02-25T01:34:56.369Z | Compiling getrandom v0.3.1 |
| 1352 | 2025-02-25T01:34:56.619Z | Compiling try-lock v0.2.5 |
| 1353 | 2025-02-25T01:34:56.695Z | Compiling want v0.3.1 |
| 1354 | 2025-02-25T01:34:57.025Z | Compiling goblin v0.8.2 |
| 1355 | 2025-02-25T01:34:57.065Z | Compiling pkcs8 v0.10.2 |
| 1356 | 2025-02-25T01:34:57.065Z | Compiling idna v1.0.3 |
| 1357 | 2025-02-25T01:34:57.244Z | Compiling uuid v1.12.0 |
| 1358 | 2025-02-25T01:34:57.427Z | Compiling pest_derive v2.7.14 |
| 1359 | 2025-02-25T01:34:57.726Z | Compiling zerocopy-derive v0.8.10 |
| 1360 | 2025-02-25T01:34:58.265Z | Compiling iana-time-zone v0.1.61 |
| 1361 | 2025-02-25T01:34:58.654Z | Compiling tower-service v0.3.3 |
| 1362 | 2025-02-25T01:34:58.657Z | Compiling httpdate v1.0.3 |
| 1363 | 2025-02-25T01:34:58.762Z | Compiling chrono v0.4.39 |
| 1364 | 2025-02-25T01:34:58.805Z | Compiling dtrace-parser v0.2.0 |
| 1365 | 2025-02-25T01:34:59.559Z | Compiling serde_tokenstream v0.2.2 |
| 1366 | 2025-02-25T01:34:59.578Z | Compiling serde_spanned v0.6.8 |
| 1367 | 2025-02-25T01:34:59.843Z | Compiling toml_datetime v0.6.8 |
| 1368 | 2025-02-25T01:35:00.176Z | Compiling tokio-util v0.7.12 |
| 1369 | 2025-02-25T01:35:00.288Z | Compiling base64 v0.22.1 |
| 1370 | 2025-02-25T01:35:00.684Z | Compiling foreign-types-shared v0.1.1 |
| 1371 | 2025-02-25T01:35:00.869Z | Compiling rustversion v1.0.17 |
| 1372 | 2025-02-25T01:35:01.011Z | Compiling openssl v0.10.71 |
| 1373 | 2025-02-25T01:35:01.696Z | Compiling h2 v0.4.6 |
| 1374 | 2025-02-25T01:35:01.696Z | Compiling adler2 v2.0.0 |
| 1375 | 2025-02-25T01:35:01.696Z | Compiling match_cfg v0.1.0 |
| 1376 | 2025-02-25T01:35:01.826Z | Compiling hostname v0.3.1 |
| 1377 | 2025-02-25T01:35:01.826Z | Compiling miniz_oxide v0.8.0 |
| 1378 | 2025-02-25T01:35:02.034Z | Compiling foreign-types v0.3.2 |
| 1379 | 2025-02-25T01:35:02.135Z | Compiling url v2.5.3 |
| 1380 | 2025-02-25T01:35:03.230Z | Compiling dof v0.3.0 |
| 1381 | 2025-02-25T01:35:03.372Z | Compiling openssl-macros v0.1.1 |
| 1382 | 2025-02-25T01:35:03.602Z | Compiling rand_core v0.9.2 |
| 1383 | 2025-02-25T01:35:03.878Z | Compiling async-trait v0.1.86 |
| 1384 | 2025-02-25T01:35:04.058Z | Compiling usdt-impl v0.5.0 |
| 1385 | 2025-02-25T01:35:04.172Z | Compiling serde_derive_internals v0.29.1 |
| 1386 | 2025-02-25T01:35:05.055Z | Compiling dirs-sys-next v0.1.2 |
| 1387 | 2025-02-25T01:35:05.298Z | Compiling siphasher v0.3.11 |
| 1388 | 2025-02-25T01:35:05.437Z | Compiling rustls v0.22.4 |
| 1389 | 2025-02-25T01:35:05.607Z | Compiling data-encoding v2.6.0 |
| 1390 | 2025-02-25T01:35:05.690Z | Compiling native-tls v0.2.12 |
| 1391 | 2025-02-25T01:35:05.739Z | Compiling syn v1.0.109 |
| 1392 | 2025-02-25T01:35:06.064Z | Compiling rustls v0.23.19 |
| 1393 | 2025-02-25T01:35:06.335Z | Compiling schemars v0.8.21 |
| 1394 | 2025-02-25T01:35:06.454Z | Compiling dirs-next v2.0.0 |
| 1395 | 2025-02-25T01:35:06.478Z | Compiling schemars_derive v0.8.21 |
| 1396 | 2025-02-25T01:35:06.486Z | Compiling rand_chacha v0.9.0 |
| 1397 | 2025-02-25T01:35:06.725Z | Compiling unicode-normalization v0.1.24 |
| 1398 | 2025-02-25T01:35:07.543Z | Compiling http-body-util v0.1.2 |
| 1399 | 2025-02-25T01:35:07.867Z | Compiling heapless v0.7.17 |
| 1400 | 2025-02-25T01:35:07.985Z | Compiling crossbeam-epoch v0.9.18 |
| 1401 | 2025-02-25T01:35:08.074Z | Compiling signature v2.2.0 |
| 1402 | 2025-02-25T01:35:08.344Z | Compiling sha1 v0.10.6 |
| 1403 | 2025-02-25T01:35:08.394Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1404 | 2025-02-25T01:35:08.657Z | Compiling thread_local v1.1.8 |
| 1405 | 2025-02-25T01:35:08.749Z | Compiling cookie v0.18.1 |
| 1406 | 2025-02-25T01:35:08.781Z | Compiling encoding_rs v0.8.34 |
| 1407 | 2025-02-25T01:35:08.907Z | Compiling hyper v1.5.2 |
| 1408 | 2025-02-25T01:35:09.064Z | Compiling multer v3.1.0 |
| 1409 | 2025-02-25T01:35:09.120Z | Compiling rayon-core v1.12.1 |
| 1410 | 2025-02-25T01:35:09.373Z | Compiling dyn-clone v1.0.18 |
| 1411 | 2025-02-25T01:35:09.425Z | Compiling gimli v0.31.1 |
| 1412 | 2025-02-25T01:35:09.454Z | Compiling mime v0.3.17 |
| 1413 | 2025-02-25T01:35:09.623Z | Compiling slog-async v2.8.0 |
| 1414 | 2025-02-25T01:35:10.018Z | Compiling unicode-properties v0.1.3 |
| 1415 | 2025-02-25T01:35:10.165Z | Compiling ipnet v2.10.1 |
| 1416 | 2025-02-25T01:35:10.474Z | Compiling unicode-bidi v0.3.17 |
| 1417 | 2025-02-25T01:35:11.243Z | Compiling hyper-util v0.1.10 |
| 1418 | 2025-02-25T01:35:11.687Z | Compiling signal-hook v0.3.17 |
| 1419 | 2025-02-25T01:35:11.753Z | Compiling openssl-probe v0.1.5 |
| 1420 | 2025-02-25T01:35:12.029Z | Compiling stringprep v0.1.5 |
| 1421 | 2025-02-25T01:35:12.073Z | Compiling toml_edit v0.22.22 |
| 1422 | 2025-02-25T01:35:13.235Z | Compiling crossbeam-deque v0.8.5 |
| 1423 | 2025-02-25T01:35:13.695Z | Compiling rand v0.9.0 |
| 1424 | 2025-02-25T01:35:14.204Z | Compiling addr2line v0.24.2 |
| 1425 | 2025-02-25T01:35:14.317Z | Compiling term v0.7.0 |
| 1426 | 2025-02-25T01:35:14.841Z | Compiling usdt-attr-macro v0.5.0 |
| 1427 | 2025-02-25T01:35:14.887Z | Compiling usdt-macro v0.5.0 |
| 1428 | 2025-02-25T01:35:15.363Z | Compiling slog-json v2.6.1 |
| 1429 | 2025-02-25T01:35:15.602Z | Compiling serde_urlencoded v0.7.1 |
| 1430 | 2025-02-25T01:35:15.743Z | Compiling curve25519-dalek v4.1.3 |
| 1431 | 2025-02-25T01:35:16.135Z | Compiling crossbeam-channel v0.5.13 |
| 1432 | 2025-02-25T01:35:16.393Z | Compiling futures-executor v0.3.31 |
| 1433 | 2025-02-25T01:35:16.422Z | Compiling enum-as-inner v0.6.1 |
| 1434 | 2025-02-25T01:35:16.463Z | Compiling md-5 v0.10.6 |
| 1435 | 2025-02-25T01:35:16.486Z | Compiling async-stream-impl v0.3.6 |
| 1436 | 2025-02-25T01:35:16.762Z | Compiling num-integer v0.1.46 |
| 1437 | 2025-02-25T01:35:16.924Z | Compiling rustls-pemfile v2.2.0 |
| 1438 | 2025-02-25T01:35:17.121Z | Compiling hash32 v0.2.1 |
| 1439 | 2025-02-25T01:35:17.302Z | Compiling ff v0.13.0 |
| 1440 | 2025-02-25T01:35:17.511Z | Compiling is-terminal v0.4.13 |
| 1441 | 2025-02-25T01:35:17.551Z | Compiling object v0.36.5 |
| 1442 | 2025-02-25T01:35:17.554Z | Compiling memoffset v0.9.1 |
| 1443 | 2025-02-25T01:35:17.592Z | Compiling dropshot v0.12.0 |
| 1444 | 2025-02-25T01:35:17.659Z | Compiling fallible-iterator v0.2.0 |
| 1445 | 2025-02-25T01:35:17.836Z | Compiling anyhow v1.0.96 |
| 1446 | 2025-02-25T01:35:17.919Z | Compiling quick-error v1.2.3 |
| 1447 | 2025-02-25T01:35:17.942Z | Compiling rustc-demangle v0.1.24 |
| 1448 | 2025-02-25T01:35:18.089Z | Compiling base16ct v0.2.0 |
| 1449 | 2025-02-25T01:35:18.329Z | Compiling linked-hash-map v0.5.6 |
| 1450 | 2025-02-25T01:35:18.429Z | Compiling psl-types v2.0.11 |
| 1451 | 2025-02-25T01:35:18.469Z | Compiling utf-8 v0.7.6 |
| 1452 | 2025-02-25T01:35:18.639Z | Compiling portable-atomic v1.9.0 |
| 1453 | 2025-02-25T01:35:18.697Z | Compiling take_mut v0.2.2 |
| 1454 | 2025-02-25T01:35:18.824Z | Compiling smoltcp v0.9.1 |
| 1455 | 2025-02-25T01:35:18.845Z | Compiling litrs v0.4.1 |
| 1456 | 2025-02-25T01:35:18.888Z | Compiling num-bigint-dig v0.8.4 |
| 1457 | 2025-02-25T01:35:19.231Z | Compiling cfg_aliases v0.2.1 |
| 1458 | 2025-02-25T01:35:19.347Z | Compiling nix v0.29.0 |
| 1459 | 2025-02-25T01:35:19.524Z | Compiling tungstenite v0.24.0 |
| 1460 | 2025-02-25T01:35:19.643Z | Compiling lru-cache v0.1.2 |
| 1461 | 2025-02-25T01:35:19.858Z | Compiling publicsuffix v2.3.0 |
| 1462 | 2025-02-25T01:35:19.973Z | Compiling document-features v0.2.10 |
| 1463 | 2025-02-25T01:35:20.214Z | Compiling sec1 v0.7.3 |
| 1464 | 2025-02-25T01:35:20.418Z | Compiling postgres-protocol v0.6.8 |
| 1465 | 2025-02-25T01:35:20.573Z | Compiling resolv-conf v0.7.0 |
| 1466 | 2025-02-25T01:35:21.029Z | Compiling async-stream v0.3.6 |
| 1467 | 2025-02-25T01:35:21.126Z | Compiling slog-term v2.9.1 |
| 1468 | 2025-02-25T01:35:21.258Z | Compiling hickory-proto v0.24.3 |
| 1469 | 2025-02-25T01:35:21.331Z | Compiling usdt v0.5.0 |
| 1470 | 2025-02-25T01:35:21.493Z | Compiling group v0.13.0 |
| 1471 | 2025-02-25T01:35:21.814Z | Compiling num-iter v0.1.45 |
| 1472 | 2025-02-25T01:35:21.834Z | Compiling futures v0.3.31 |
| 1473 | 2025-02-25T01:35:22.003Z | Compiling slog-bunyan v2.5.0 |
| 1474 | 2025-02-25T01:35:22.086Z | Compiling toml v0.8.19 |
| 1475 | 2025-02-25T01:35:23.434Z | Compiling tokio-native-tls v0.3.1 |
| 1476 | 2025-02-25T01:35:23.598Z | Compiling camino v1.1.9 |
| 1477 | 2025-02-25T01:35:23.752Z | Compiling phf_shared v0.11.2 |
| 1478 | 2025-02-25T01:35:23.778Z | Compiling dropshot_endpoint v0.12.0 |
| 1479 | 2025-02-25T01:35:24.123Z | Compiling backtrace v0.3.74 |
| 1480 | 2025-02-25T01:35:24.465Z | Compiling terminal_size v0.4.0 |
| 1481 | 2025-02-25T01:35:24.508Z | Compiling openapiv3 v2.0.0 |
| 1482 | 2025-02-25T01:35:24.629Z | Compiling serde_path_to_error v0.1.16 |
| 1483 | 2025-02-25T01:35:24.649Z | Compiling waitgroup v0.1.2 |
| 1484 | 2025-02-25T01:35:24.886Z | Compiling hkdf v0.12.4 |
| 1485 | 2025-02-25T01:35:25.175Z | Compiling crypto-bigint v0.5.5 |
| 1486 | 2025-02-25T01:35:25.454Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1487 | 2025-02-25T01:35:26.424Z | Compiling hubpack_derive v0.1.1 |
| 1488 | 2025-02-25T01:35:26.890Z | Compiling zerocopy-derive v0.6.6 |
| 1489 | 2025-02-25T01:35:26.991Z | Compiling webpki-roots v0.26.6 |
| 1490 | 2025-02-25T01:35:27.244Z | Compiling sync_wrapper v1.0.1 |
| 1491 | 2025-02-25T01:35:27.338Z | Compiling hostname v0.4.0 |
| 1492 | 2025-02-25T01:35:27.408Z | Compiling fs-err v2.11.0 |
| 1493 | 2025-02-25T01:35:27.574Z | Compiling crc32fast v1.4.2 |
| 1494 | 2025-02-25T01:35:27.756Z | Compiling ahash v0.8.11 |
| 1495 | 2025-02-25T01:35:27.936Z | Compiling debug-ignore v1.0.5 |
| 1496 | 2025-02-25T01:35:27.977Z | Compiling tower-layer v0.3.3 |
| 1497 | 2025-02-25T01:35:28.111Z | Compiling managed v0.8.0 |
| 1498 | 2025-02-25T01:35:28.133Z | Compiling winnow v0.5.40 |
| 1499 | 2025-02-25T01:35:28.274Z | Compiling bitflags v1.3.2 |
| 1500 | 2025-02-25T01:35:28.404Z | Compiling newtype-uuid v1.2.1 |
| 1501 | 2025-02-25T01:35:28.629Z | Compiling unicode-width v0.2.0 |
| 1502 | 2025-02-25T01:35:28.759Z | Compiling tower v0.5.2 |
| 1503 | 2025-02-25T01:35:28.793Z | Compiling zerocopy v0.6.6 |
| 1504 | 2025-02-25T01:35:29.071Z | Compiling console v0.15.10 |
| 1505 | 2025-02-25T01:35:33.047Z | Compiling elliptic-curve v0.13.8 |
| 1506 | 2025-02-25T01:35:33.047Z | Compiling strum_macros v0.25.3 |
| 1507 | 2025-02-25T01:35:33.047Z | Compiling clap_builder v4.5.30 |
| 1508 | 2025-02-25T01:35:33.047Z | Compiling flate2 v1.0.35 |
| 1509 | 2025-02-25T01:35:33.047Z | Compiling hubpack v0.1.2 |
| 1510 | 2025-02-25T01:35:33.047Z | Compiling hickory-resolver v0.24.3 |
| 1511 | 2025-02-25T01:35:33.047Z | Compiling signal-hook-mio v0.2.4 |
| 1512 | 2025-02-25T01:35:33.142Z | Compiling toml_edit v0.19.15 |
| 1513 | 2025-02-25T01:35:33.142Z | Compiling phf v0.11.2 |
| 1514 | 2025-02-25T01:35:33.142Z | Compiling hyper-tls v0.6.0 |
| 1515 | 2025-02-25T01:35:33.143Z | Compiling rayon v1.10.0 |
| 1516 | 2025-02-25T01:35:33.143Z | Compiling cookie_store v0.21.1 |
| 1517 | 2025-02-25T01:35:33.517Z | Compiling bzip2 v0.4.4 |
| 1518 | 2025-02-25T01:35:33.940Z | Compiling postgres-types v0.2.8 |
| 1519 | 2025-02-25T01:35:35.447Z | Compiling tokio-tungstenite v0.24.0 |
| 1520 | 2025-02-25T01:35:36.404Z | Compiling ed25519 v2.2.3 |
| 1521 | 2025-02-25T01:35:36.701Z | Compiling phf_shared v0.10.0 |
| 1522 | 2025-02-25T01:35:37.078Z | Compiling tokio-stream v0.1.17 |
| 1523 | 2025-02-25T01:35:37.391Z | Compiling pkcs1 v0.7.5 |
| 1524 | 2025-02-25T01:35:38.052Z | Compiling serde-big-array v0.5.1 |
| 1525 | 2025-02-25T01:35:38.096Z | Compiling clap_derive v4.5.28 |
| 1526 | 2025-02-25T01:35:38.311Z | Compiling rfc6979 v0.4.0 |
| 1527 | 2025-02-25T01:35:38.335Z | Compiling serde_repr v0.1.19 |
| 1528 | 2025-02-25T01:35:38.375Z | Compiling derive-where v1.2.7 |
| 1529 | 2025-02-25T01:35:38.433Z | Compiling float-cmp v0.10.0 |
| 1530 | 2025-02-25T01:35:38.518Z | Compiling bstr v1.10.0 |
| 1531 | 2025-02-25T01:35:38.584Z | Compiling number_prefix v0.4.0 |
| 1532 | 2025-02-25T01:35:38.689Z | Compiling unicode-segmentation v1.12.0 |
| 1533 | 2025-02-25T01:35:38.821Z | Compiling precomputed-hash v0.1.1 |
| 1534 | 2025-02-25T01:35:38.969Z | Compiling static_assertions v1.1.0 |
| 1535 | 2025-02-25T01:35:39.100Z | Compiling bit-vec v0.6.3 |
| 1536 | 2025-02-25T01:35:39.497Z | Compiling new_debug_unreachable v1.0.6 |
| 1537 | 2025-02-25T01:35:39.519Z | Compiling fixedbitset v0.4.2 |
| 1538 | 2025-02-25T01:35:39.550Z | Compiling predicates-core v1.0.8 |
| 1539 | 2025-02-25T01:35:39.607Z | Compiling whoami v1.5.2 |
| 1540 | 2025-02-25T01:35:39.891Z | Compiling difflib v0.4.0 |
| 1541 | 2025-02-25T01:35:39.966Z | Compiling normalize-line-endings v0.3.0 |
| 1542 | 2025-02-25T01:35:40.045Z | Compiling tokio-postgres v0.7.12 |
| 1543 | 2025-02-25T01:35:40.112Z | Compiling petgraph v0.6.5 |
| 1544 | 2025-02-25T01:35:40.176Z | Compiling string_cache v0.8.7 |
| 1545 | 2025-02-25T01:35:40.603Z | Compiling predicates v3.1.3 |
| 1546 | 2025-02-25T01:35:41.221Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1547 | 2025-02-25T01:35:41.566Z | Compiling similar v2.6.0 |
| 1548 | 2025-02-25T01:35:42.065Z | Compiling bit-set v0.5.3 |
| 1549 | 2025-02-25T01:35:42.395Z | Compiling indicatif v0.17.11 |
| 1550 | 2025-02-25T01:35:42.616Z | Compiling clap v4.5.30 |
| 1551 | 2025-02-25T01:35:42.757Z | Compiling ecdsa v0.16.9 |
| 1552 | 2025-02-25T01:35:43.620Z | Compiling rsa v0.9.6 |
| 1553 | 2025-02-25T01:35:43.647Z | Compiling ed25519-dalek v2.1.1 |
| 1554 | 2025-02-25T01:35:44.420Z | Compiling toml v0.7.8 |
| 1555 | 2025-02-25T01:35:45.025Z | Compiling zip v0.6.6 |
| 1556 | 2025-02-25T01:35:45.678Z | Compiling crossterm v0.28.1 |
| 1557 | 2025-02-25T01:35:46.447Z | Compiling hex v0.4.3 |
| 1558 | 2025-02-25T01:35:46.474Z | Compiling x509-cert v0.2.5 |
| 1559 | 2025-02-25T01:35:46.612Z | Compiling itertools v0.14.0 |
| 1560 | 2025-02-25T01:35:47.057Z | Compiling itertools v0.10.5 |
| 1561 | 2025-02-25T01:35:47.566Z | Compiling unicode-xid v0.2.6 |
| 1562 | 2025-02-25T01:35:47.769Z | Compiling peg-runtime v0.8.3 |
| 1563 | 2025-02-25T01:35:48.025Z | Compiling lalrpop-util v0.19.12 |
| 1564 | 2025-02-25T01:35:48.380Z | Compiling strum_macros v0.26.4 |
| 1565 | 2025-02-25T01:35:48.430Z | Compiling xattr v1.3.1 |
| 1566 | 2025-02-25T01:35:48.725Z | Compiling filetime v0.2.25 |
| 1567 | 2025-02-25T01:35:48.937Z | Compiling tar v0.4.44 |
| 1568 | 2025-02-25T01:35:52.157Z | Compiling strum v0.26.3 |
| 1569 | 2025-02-25T01:35:55.582Z | Compiling aws-lc-sys v0.22.0 |
| 1570 | 2025-02-25T01:36:24.168Z | Compiling rustls-webpki v0.102.8 |
| 1571 | 2025-02-25T01:36:27.541Z | Compiling tokio-rustls v0.25.0 |
| 1572 | 2025-02-25T01:36:29.301Z | Compiling tokio-rustls v0.26.0 |
| 1573 | 2025-02-25T01:36:29.569Z | Compiling hyper-rustls v0.27.3 |
| 1574 | 2025-02-25T01:36:29.988Z | Compiling reqwest v0.12.12 |
| 1575 | 2025-02-25T01:36:31.402Z | Compiling qorb v0.2.1 |
| 1576 | 2025-02-25T01:36:34.457Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1577 | 2025-02-25T01:36:34.744Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1578 | 2025-02-25T01:36:39.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1579 | 2025-02-25T01:36:39.601Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1580 | 2025-02-25T01:36:39.660Z | Feb 25 01:36:38.452 INFO Starting download, target: Cockroach |
| 1581 | 2025-02-25T01:36:39.660Z | Feb 25 01:36:38.452 INFO Starting download, target: Clickhouse |
| 1582 | 2025-02-25T01:36:39.660Z | Feb 25 01:36:38.452 INFO Starting download, target: Console |
| 1583 | 2025-02-25T01:36:39.660Z | Feb 25 01:36:38.452 INFO Starting download, target: DendriteOpenapi |
| 1584 | 2025-02-25T01:36:39.660Z | Feb 25 01:36:38.452 INFO Starting download, target: DendriteStub |
| 1585 | 2025-02-25T01:36:39.660Z | Feb 25 01:36:38.452 INFO Starting download, target: MaghemiteMgd |
| 1586 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.452 INFO Starting download, target: TransceiverControl |
| 1587 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1588 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1589 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1590 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1591 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1592 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1593 | 2025-02-25T01:36:39.662Z | Feb 25 01:36:38.453 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1594 | 2025-02-25T01:36:39.937Z | Feb 25 01:36:38.717 INFO Download complete, target: DendriteOpenapi |
| 1595 | 2025-02-25T01:36:40.106Z | Feb 25 01:36:38.889 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1596 | 2025-02-25T01:36:40.153Z | Feb 25 01:36:38.941 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1597 | 2025-02-25T01:36:40.537Z | Feb 25 01:36:39.301 INFO Download complete, target: Console |
| 1598 | 2025-02-25T01:36:40.616Z | Feb 25 01:36:39.382 INFO Download complete, target: TransceiverControl |
| 1599 | 2025-02-25T01:36:40.663Z | Feb 25 01:36:39.412 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1600 | 2025-02-25T01:36:40.735Z | Feb 25 01:36:39.524 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1601 | 2025-02-25T01:36:41.357Z | Feb 25 01:36:40.150 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1602 | 2025-02-25T01:36:41.357Z | Feb 25 01:36:40.150 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1603 | 2025-02-25T01:36:42.004Z | Feb 25 01:36:40.796 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1604 | 2025-02-25T01:36:43.659Z | Feb 25 01:36:42.451 INFO Download complete, target: DendriteStub |
| 1605 | 2025-02-25T01:36:43.938Z | Feb 25 01:36:42.730 INFO Download complete, target: MaghemiteMgd |
| 1606 | 2025-02-25T01:36:48.828Z | Feb 25 01:36:47.620 INFO Checking that binary works, target: Cockroach |
| 1607 | 2025-02-25T01:36:48.993Z | Feb 25 01:36:47.785 INFO Download complete, target: Cockroach |
| 1608 | 2025-02-25T01:36:54.419Z | Feb 25 01:36:53.210 INFO Checking that binary works, target: Clickhouse |
| 1609 | 2025-02-25T01:36:54.584Z | Feb 25 01:36:53.375 INFO Download complete, target: Clickhouse |
| 1610 | 2025-02-25T01:36:54.591Z | All prerequisites installed successfully |
| 1611 | 2025-02-25T01:36:54.610Z | |
| 1612 | 2025-02-25T01:36:54.610Z | real 4:41.810446269 |
| 1613 | 2025-02-25T01:36:54.610Z | user 16:00.630146092 |
| 1614 | 2025-02-25T01:36:54.610Z | sys 2:11.780880884 |
| 1615 | 2025-02-25T01:36:54.610Z | trap 0.614536049 |
| 1616 | 2025-02-25T01:36:54.610Z | tflt 0.958795800 |
| 1617 | 2025-02-25T01:36:54.610Z | dflt 1.231405440 |
| 1618 | 2025-02-25T01:36:54.610Z | kflt 0.024743789 |
| 1619 | 2025-02-25T01:36:54.610Z | lock 25:14.962516018 |
| 1620 | 2025-02-25T01:36:54.610Z | slp 56:01.210986959 |
| 1621 | 2025-02-25T01:36:54.610Z | lat 1:02.275277558 |
| 1622 | 2025-02-25T01:36:54.610Z | stop 2:33.912937885 |
| 1623 | 2025-02-25T01:36:54.610Z | + ptime -m cargo xtask download softnpu |
| 1624 | 2025-02-25T01:36:55.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1625 | 2025-02-25T01:36:55.217Z | Running `target/debug/xtask download softnpu` |
| 1626 | 2025-02-25T01:36:56.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1627 | 2025-02-25T01:36:56.178Z | Running `target/debug/xtask-downloader softnpu` |
| 1628 | 2025-02-25T01:36:56.220Z | Feb 25 01:36:55.011 INFO Starting download, target: Softnpu |
| 1629 | 2025-02-25T01:36:56.223Z | Feb 25 01:36:55.012 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1630 | 2025-02-25T01:36:56.670Z | Feb 25 01:36:55.461 INFO Download complete, target: Softnpu |
| 1631 | 2025-02-25T01:36:56.675Z | |
| 1632 | 2025-02-25T01:36:56.678Z | real 2.075192002 |
| 1633 | 2025-02-25T01:36:56.679Z | user 1.369382807 |
| 1634 | 2025-02-25T01:36:56.679Z | sys 0.592471169 |
| 1635 | 2025-02-25T01:36:56.679Z | trap 0.000704436 |
| 1636 | 2025-02-25T01:36:56.679Z | tflt 0.000034898 |
| 1637 | 2025-02-25T01:36:56.679Z | dflt 0.000146566 |
| 1638 | 2025-02-25T01:36:56.679Z | kflt 0.000000000 |
| 1639 | 2025-02-25T01:36:56.679Z | lock 4.778945971 |
| 1640 | 2025-02-25T01:36:56.679Z | slp 0.299302448 |
| 1641 | 2025-02-25T01:36:56.679Z | lat 0.066027510 |
| 1642 | 2025-02-25T01:36:56.679Z | stop 0.000177794 |
| 1643 | 2025-02-25T01:36:56.679Z | + export CARGO_INCREMENTAL=0 |
| 1644 | 2025-02-25T01:36:56.679Z | + CARGO_INCREMENTAL=0 |
| 1645 | 2025-02-25T01:36:56.679Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1646 | 2025-02-25T01:36:57.761Z | Compiling proc-macro2 v1.0.93 |
| 1647 | 2025-02-25T01:36:57.761Z | Compiling unicode-ident v1.0.14 |
| 1648 | 2025-02-25T01:36:57.764Z | Compiling libc v0.2.170 |
| 1649 | 2025-02-25T01:36:57.765Z | Compiling serde v1.0.218 |
| 1650 | 2025-02-25T01:36:57.765Z | Compiling autocfg v1.4.0 |
| 1651 | 2025-02-25T01:36:57.765Z | Compiling version_check v0.9.5 |
| 1652 | 2025-02-25T01:36:57.765Z | Compiling cfg-if v1.0.0 |
| 1653 | 2025-02-25T01:36:58.051Z | Compiling memchr v2.7.4 |
| 1654 | 2025-02-25T01:36:58.113Z | Compiling typenum v1.17.0 |
| 1655 | 2025-02-25T01:36:58.167Z | Compiling shlex v1.3.0 |
| 1656 | 2025-02-25T01:36:58.499Z | Compiling value-bag v1.9.0 |
| 1657 | 2025-02-25T01:36:58.535Z | Compiling generic-array v0.14.7 |
| 1658 | 2025-02-25T01:36:58.539Z | Compiling scopeguard v1.2.0 |
| 1659 | 2025-02-25T01:36:58.725Z | Compiling lock_api v0.4.12 |
| 1660 | 2025-02-25T01:36:59.015Z | Compiling log v0.4.22 |
| 1661 | 2025-02-25T01:36:59.036Z | Compiling parking_lot_core v0.9.10 |
| 1662 | 2025-02-25T01:36:59.367Z | Compiling serde_json v1.0.139 |
| 1663 | 2025-02-25T01:36:59.452Z | Compiling once_cell v1.20.3 |
| 1664 | 2025-02-25T01:36:59.652Z | Compiling quote v1.0.38 |
| 1665 | 2025-02-25T01:36:59.693Z | Compiling libm v0.2.8 |
| 1666 | 2025-02-25T01:36:59.734Z | Compiling jobserver v0.1.32 |
| 1667 | 2025-02-25T01:36:59.798Z | Compiling getrandom v0.2.15 |
| 1668 | 2025-02-25T01:36:59.873Z | Compiling rustix v0.38.37 |
| 1669 | 2025-02-25T01:37:00.065Z | Compiling syn v2.0.96 |
| 1670 | 2025-02-25T01:37:00.121Z | Compiling cc v1.2.15 |
| 1671 | 2025-02-25T01:37:00.213Z | Compiling aho-corasick v1.1.3 |
| 1672 | 2025-02-25T01:37:00.385Z | Compiling num-traits v0.2.19 |
| 1673 | 2025-02-25T01:37:00.402Z | Compiling regex-syntax v0.8.5 |
| 1674 | 2025-02-25T01:37:00.450Z | Compiling thiserror v1.0.69 |
| 1675 | 2025-02-25T01:37:00.507Z | Compiling semver v1.0.25 |
| 1676 | 2025-02-25T01:37:00.728Z | Compiling either v1.13.0 |
| 1677 | 2025-02-25T01:37:00.963Z | Compiling itoa v1.0.11 |
| 1678 | 2025-02-25T01:37:00.980Z | Compiling slab v0.4.9 |
| 1679 | 2025-02-25T01:37:01.206Z | Compiling byteorder v1.5.0 |
| 1680 | 2025-02-25T01:37:01.315Z | Compiling spin v0.9.8 |
| 1681 | 2025-02-25T01:37:01.648Z | Compiling errno v0.3.9 |
| 1682 | 2025-02-25T01:37:01.695Z | Compiling rand_core v0.6.4 |
| 1683 | 2025-02-25T01:37:02.107Z | Compiling glob v0.3.2 |
| 1684 | 2025-02-25T01:37:02.405Z | Compiling prettyplease v0.2.29 |
| 1685 | 2025-02-25T01:37:02.852Z | Compiling lazy_static v1.5.0 |
| 1686 | 2025-02-25T01:37:02.887Z | Compiling clang-sys v1.8.1 |
| 1687 | 2025-02-25T01:37:02.998Z | Compiling smallvec v1.14.0 |
| 1688 | 2025-02-25T01:37:03.142Z | Compiling minimal-lexical v0.2.1 |
| 1689 | 2025-02-25T01:37:03.506Z | Compiling libloading v0.8.5 |
| 1690 | 2025-02-25T01:37:03.534Z | Compiling nom v7.1.3 |
| 1691 | 2025-02-25T01:37:03.625Z | Compiling subtle v2.6.1 |
| 1692 | 2025-02-25T01:37:03.628Z | Compiling bindgen v0.69.5 |
| 1693 | 2025-02-25T01:37:03.861Z | Compiling home v0.5.9 |
| 1694 | 2025-02-25T01:37:03.969Z | Compiling itertools v0.12.1 |
| 1695 | 2025-02-25T01:37:04.083Z | Compiling regex-automata v0.4.8 |
| 1696 | 2025-02-25T01:37:04.150Z | Compiling rustc-hash v1.1.0 |
| 1697 | 2025-02-25T01:37:04.331Z | Compiling allocator-api2 v0.2.18 |
| 1698 | 2025-02-25T01:37:04.602Z | Compiling lazycell v1.3.0 |
| 1699 | 2025-02-25T01:37:05.041Z | Compiling cmake v0.1.51 |
| 1700 | 2025-02-25T01:37:05.766Z | Compiling fs_extra v1.3.0 |
| 1701 | 2025-02-25T01:37:05.803Z | Compiling dunce v1.0.5 |
| 1702 | 2025-02-25T01:37:06.116Z | Compiling pin-project-lite v0.2.14 |
| 1703 | 2025-02-25T01:37:06.282Z | Compiling pkg-config v0.3.31 |
| 1704 | 2025-02-25T01:37:06.311Z | Compiling ring v0.17.11 |
| 1705 | 2025-02-25T01:37:06.779Z | Compiling cexpr v0.6.0 |
| 1706 | 2025-02-25T01:37:07.064Z | Compiling paste v1.0.15 |
| 1707 | 2025-02-25T01:37:07.279Z | Compiling synstructure v0.13.1 |
| 1708 | 2025-02-25T01:37:07.560Z | Compiling ryu v1.0.18 |
| 1709 | 2025-02-25T01:37:07.958Z | Compiling schemars v0.8.21 |
| 1710 | 2025-02-25T01:37:08.330Z | Compiling httparse v1.9.5 |
| 1711 | 2025-02-25T01:37:08.498Z | Compiling aws-lc-rs v1.10.0 |
| 1712 | 2025-02-25T01:37:08.657Z | Compiling fnv v1.0.7 |
| 1713 | 2025-02-25T01:37:08.808Z | Compiling const-oid v0.9.6 |
| 1714 | 2025-02-25T01:37:08.943Z | Compiling serde_derive_internals v0.29.1 |
| 1715 | 2025-02-25T01:37:08.966Z | Compiling signal-hook-registry v1.4.2 |
| 1716 | 2025-02-25T01:37:09.672Z | Compiling regex v1.11.1 |
| 1717 | 2025-02-25T01:37:09.872Z | Compiling foldhash v0.1.3 |
| 1718 | 2025-02-25T01:37:10.189Z | Compiling equivalent v1.0.1 |
| 1719 | 2025-02-25T01:37:10.335Z | Compiling hashbrown v0.15.1 |
| 1720 | 2025-02-25T01:37:10.646Z | Compiling parking_lot v0.12.3 |
| 1721 | 2025-02-25T01:37:10.781Z | Compiling mio v1.0.2 |
| 1722 | 2025-02-25T01:37:10.794Z | Compiling heck v0.5.0 |
| 1723 | 2025-02-25T01:37:11.101Z | Compiling stable_deref_trait v1.2.0 |
| 1724 | 2025-02-25T01:37:11.346Z | Compiling serde_derive v1.0.218 |
| 1725 | 2025-02-25T01:37:11.533Z | Compiling zeroize_derive v1.4.2 |
| 1726 | 2025-02-25T01:37:12.205Z | Compiling zerocopy-derive v0.7.35 |
| 1727 | 2025-02-25T01:37:12.477Z | Compiling tokio-macros v2.5.0 |
| 1728 | 2025-02-25T01:37:12.917Z | Compiling zeroize v1.8.1 |
| 1729 | 2025-02-25T01:37:13.053Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2025-02-25T01:37:13.525Z | Compiling zerofrom-derive v0.1.4 |
| 1731 | 2025-02-25T01:37:13.611Z | Compiling yoke-derive v0.7.4 |
| 1732 | 2025-02-25T01:37:13.755Z | Compiling futures-macro v0.3.31 |
| 1733 | 2025-02-25T01:37:13.902Z | Compiling zerovec-derive v0.10.3 |
| 1734 | 2025-02-25T01:37:14.055Z | Compiling zerocopy v0.7.35 |
| 1735 | 2025-02-25T01:37:14.059Z | Compiling displaydoc v0.2.5 |
| 1736 | 2025-02-25T01:37:15.545Z | Compiling icu_provider_macros v1.5.0 |
| 1737 | 2025-02-25T01:37:15.836Z | Compiling tracing-attributes v0.1.27 |
| 1738 | 2025-02-25T01:37:15.918Z | Compiling schemars_derive v0.8.21 |
| 1739 | 2025-02-25T01:37:16.541Z | Compiling socket2 v0.5.8 |
| 1740 | 2025-02-25T01:37:16.646Z | Compiling crypto-common v0.1.6 |
| 1741 | 2025-02-25T01:37:16.730Z | Compiling block-buffer v0.10.4 |
| 1742 | 2025-02-25T01:37:16.861Z | Compiling futures-core v0.3.31 |
| 1743 | 2025-02-25T01:37:16.980Z | Compiling digest v0.10.7 |
| 1744 | 2025-02-25T01:37:17.124Z | Compiling num-conv v0.1.0 |
| 1745 | 2025-02-25T01:37:17.455Z | Compiling crossbeam-utils v0.8.20 |
| 1746 | 2025-02-25T01:37:17.458Z | Compiling time-core v0.1.2 |
| 1747 | 2025-02-25T01:37:17.666Z | Compiling time-macros v0.2.18 |
| 1748 | 2025-02-25T01:37:18.003Z | Compiling der_derive v0.7.3 |
| 1749 | 2025-02-25T01:37:18.089Z | Compiling vcpkg v0.2.15 |
| 1750 | 2025-02-25T01:37:19.460Z | Compiling openssl-sys v0.9.106 |
| 1751 | 2025-02-25T01:37:20.344Z | Compiling zerocopy v0.8.10 |
| 1752 | 2025-02-25T01:37:20.442Z | Compiling futures-sink v0.3.31 |
| 1753 | 2025-02-25T01:37:20.672Z | Compiling cpufeatures v0.2.14 |
| 1754 | 2025-02-25T01:37:20.821Z | Compiling zerocopy-derive v0.8.10 |
| 1755 | 2025-02-25T01:37:21.026Z | Compiling slog v2.7.0 |
| 1756 | 2025-02-25T01:37:21.370Z | Compiling ahash v0.8.11 |
| 1757 | 2025-02-25T01:37:21.422Z | Compiling syn v1.0.109 |
| 1758 | 2025-02-25T01:37:21.680Z | Compiling futures-channel v0.3.31 |
| 1759 | 2025-02-25T01:37:21.725Z | Compiling zerofrom v0.1.4 |
| 1760 | 2025-02-25T01:37:21.840Z | Compiling futures-task v0.3.31 |
| 1761 | 2025-02-25T01:37:21.974Z | Compiling pin-utils v0.1.0 |
| 1762 | 2025-02-25T01:37:22.033Z | Compiling futures-io v0.3.31 |
| 1763 | 2025-02-25T01:37:22.138Z | Compiling iana-time-zone v0.1.61 |
| 1764 | 2025-02-25T01:37:22.262Z | Compiling futures-util v0.3.31 |
| 1765 | 2025-02-25T01:37:22.523Z | Compiling yoke v0.7.4 |
| 1766 | 2025-02-25T01:37:23.282Z | Compiling scroll_derive v0.12.0 |
| 1767 | 2025-02-25T01:37:23.373Z | Compiling ucd-trie v0.1.7 |
| 1768 | 2025-02-25T01:37:23.402Z | Compiling bitflags v2.6.0 |
| 1769 | 2025-02-25T01:37:23.654Z | Compiling bytes v1.9.0 |
| 1770 | 2025-02-25T01:37:24.611Z | Compiling indexmap v2.7.1 |
| 1771 | 2025-02-25T01:37:25.578Z | Compiling tokio v1.43.0 |
| 1772 | 2025-02-25T01:37:26.223Z | Compiling serde_tokenstream v0.2.2 |
| 1773 | 2025-02-25T01:37:26.516Z | Compiling uuid v1.12.0 |
| 1774 | 2025-02-25T01:37:26.772Z | Compiling http v1.2.0 |
| 1775 | 2025-02-25T01:37:27.913Z | Compiling which v4.4.2 |
| 1776 | 2025-02-25T01:37:28.421Z | Compiling chrono v0.4.39 |
| 1777 | 2025-02-25T01:37:28.976Z | Compiling openssl v0.10.71 |
| 1778 | 2025-02-25T01:37:29.444Z | Compiling rustc_version v0.4.1 |
| 1779 | 2025-02-25T01:37:31.706Z | Compiling pest v2.7.14 |
| 1780 | 2025-02-25T01:37:33.280Z | Compiling zerovec v0.10.4 |
| 1781 | 2025-02-25T01:37:34.643Z | Compiling hmac v0.12.1 |
| 1782 | 2025-02-25T01:37:34.874Z | Compiling getrandom v0.3.1 |
| 1783 | 2025-02-25T01:37:35.316Z | Compiling pest_meta v2.7.14 |
| 1784 | 2025-02-25T01:37:36.716Z | Compiling block-padding v0.3.3 |
| 1785 | 2025-02-25T01:37:36.846Z | Compiling openssl-macros v0.1.1 |
| 1786 | 2025-02-25T01:37:36.967Z | Compiling native-tls v0.2.12 |
| 1787 | 2025-02-25T01:37:37.361Z | Compiling rustls v0.23.19 |
| 1788 | 2025-02-25T01:37:37.618Z | Compiling inout v0.1.3 |
| 1789 | 2025-02-25T01:37:37.720Z | Compiling pest_generator v2.7.14 |
| 1790 | 2025-02-25T01:37:37.887Z | Compiling tinystr v0.7.6 |
| 1791 | 2025-02-25T01:37:38.322Z | Compiling toml_datetime v0.6.8 |
| 1792 | 2025-02-25T01:37:38.342Z | Compiling serde_spanned v0.6.8 |
| 1793 | 2025-02-25T01:37:38.362Z | Compiling ppv-lite86 v0.2.20 |
| 1794 | 2025-02-25T01:37:38.613Z | Compiling tracing-core v0.1.32 |
| 1795 | 2025-02-25T01:37:38.759Z | Compiling dyn-clone v1.0.18 |
| 1796 | 2025-02-25T01:37:38.858Z | Compiling writeable v0.5.5 |
| 1797 | 2025-02-25T01:37:39.029Z | Compiling strsim v0.11.1 |
| 1798 | 2025-02-25T01:37:39.179Z | Compiling litemap v0.7.3 |
| 1799 | 2025-02-25T01:37:39.644Z | Compiling tracing v0.1.40 |
| 1800 | 2025-02-25T01:37:39.691Z | Compiling pest_derive v2.7.14 |
| 1801 | 2025-02-25T01:37:39.792Z | Compiling icu_locid v1.5.0 |
| 1802 | 2025-02-25T01:37:40.470Z | Compiling cipher v0.4.4 |
| 1803 | 2025-02-25T01:37:40.492Z | Compiling aws-lc-sys v0.22.0 |
| 1804 | 2025-02-25T01:37:40.526Z | Compiling sha2 v0.10.8 |
| 1805 | 2025-02-25T01:37:40.941Z | Compiling usdt-impl v0.5.0 |
| 1806 | 2025-02-25T01:37:41.296Z | Compiling cookie v0.18.1 |
| 1807 | 2025-02-25T01:37:41.545Z | Compiling base64ct v1.6.0 |
| 1808 | 2025-02-25T01:37:41.710Z | Compiling icu_provider v1.5.0 |
| 1809 | 2025-02-25T01:37:42.095Z | Compiling pem-rfc7468 v0.7.0 |
| 1810 | 2025-02-25T01:37:43.922Z | Compiling scroll v0.12.0 |
| 1811 | 2025-02-25T01:37:44.632Z | Compiling async-trait v0.1.86 |
| 1812 | 2025-02-25T01:37:46.679Z | Compiling percent-encoding v2.3.1 |
| 1813 | 2025-02-25T01:37:47.100Z | Compiling camino v1.1.9 |
| 1814 | 2025-02-25T01:37:47.153Z | Compiling anyhow v1.0.96 |
| 1815 | 2025-02-25T01:37:47.617Z | Compiling flagset v0.4.6 |
| 1816 | 2025-02-25T01:37:47.671Z | Compiling icu_locid_transform_data v1.5.0 |
| 1817 | 2025-02-25T01:37:47.836Z | Compiling plain v0.2.3 |
| 1818 | 2025-02-25T01:37:47.919Z | Compiling rustls-pki-types v1.10.0 |
| 1819 | 2025-02-25T01:37:48.022Z | Compiling goblin v0.8.2 |
| 1820 | 2025-02-25T01:37:49.559Z | Compiling icu_locid_transform v1.5.0 |
| 1821 | 2025-02-25T01:37:50.761Z | Compiling der v0.7.9 |
| 1822 | 2025-02-25T01:37:53.201Z | Compiling icu_collections v1.5.0 |
| 1823 | 2025-02-25T01:37:53.300Z | Compiling tokio-util v0.7.12 |
| 1824 | 2025-02-25T01:37:54.420Z | Compiling pretty-hex v0.4.1 |
| 1825 | 2025-02-25T01:37:54.674Z | Compiling untrusted v0.7.1 |
| 1826 | 2025-02-25T01:37:54.897Z | Compiling icu_properties_data v1.5.0 |
| 1827 | 2025-02-25T01:37:54.996Z | Compiling rustls v0.22.4 |
| 1828 | 2025-02-25T01:37:55.291Z | Compiling powerfmt v0.2.0 |
| 1829 | 2025-02-25T01:37:55.503Z | Compiling mirai-annotations v1.12.0 |
| 1830 | 2025-02-25T01:37:55.724Z | Compiling rayon-core v1.12.1 |
| 1831 | 2025-02-25T01:37:55.843Z | Compiling untrusted v0.9.0 |
| 1832 | 2025-02-25T01:37:56.017Z | Compiling deranged v0.3.11 |
| 1833 | 2025-02-25T01:37:56.055Z | Compiling icu_properties v1.5.1 |
| 1834 | 2025-02-25T01:37:56.229Z | Compiling dof v0.3.0 |
| 1835 | 2025-02-25T01:37:57.279Z | Compiling spki v0.7.3 |
| 1836 | 2025-02-25T01:37:57.742Z | Compiling salsa20 v0.10.2 |
| 1837 | 2025-02-25T01:37:57.840Z | Compiling dtrace-parser v0.2.0 |
| 1838 | 2025-02-25T01:37:58.096Z | Compiling pbkdf2 v0.12.2 |
| 1839 | 2025-02-25T01:37:58.331Z | Compiling thread-id v4.2.2 |
| 1840 | 2025-02-25T01:37:58.466Z | Compiling atomic-waker v1.1.2 |
| 1841 | 2025-02-25T01:37:58.691Z | Compiling utf8_iter v1.0.4 |
| 1842 | 2025-02-25T01:37:58.984Z | Compiling icu_normalizer_data v1.5.0 |
| 1843 | 2025-02-25T01:37:59.114Z | Compiling utf16_iter v1.0.5 |
| 1844 | 2025-02-25T01:37:59.378Z | Compiling num_threads v0.1.7 |
| 1845 | 2025-02-25T01:37:59.675Z | Compiling write16 v1.0.0 |
| 1846 | 2025-02-25T01:37:59.826Z | Compiling litrs v0.4.1 |
| 1847 | 2025-02-25T01:37:59.845Z | Compiling winnow v0.5.40 |
| 1848 | 2025-02-25T01:38:00.564Z | Compiling icu_normalizer v1.5.0 |
| 1849 | 2025-02-25T01:38:00.832Z | Compiling document-features v0.2.10 |
| 1850 | 2025-02-25T01:38:01.845Z | Compiling time v0.3.36 |
| 1851 | 2025-02-25T01:38:03.255Z | Compiling toml_edit v0.19.15 |
| 1852 | 2025-02-25T01:38:04.931Z | Compiling scrypt v0.11.0 |
| 1853 | 2025-02-25T01:38:05.405Z | Compiling form_urlencoded v1.2.1 |
| 1854 | 2025-02-25T01:38:05.941Z | Compiling cbc v0.1.2 |
| 1855 | 2025-02-25T01:38:05.962Z | Compiling aes v0.8.4 |
| 1856 | 2025-02-25T01:38:06.074Z | Compiling rand_chacha v0.3.1 |
| 1857 | 2025-02-25T01:38:06.170Z | Compiling http-body v1.0.1 |
| 1858 | 2025-02-25T01:38:06.973Z | Compiling multer v3.1.0 |
| 1859 | 2025-02-25T01:38:07.087Z | Compiling try-lock v0.2.5 |
| 1860 | 2025-02-25T01:38:07.280Z | Compiling slog-async v2.8.0 |
| 1861 | 2025-02-25T01:38:07.492Z | Compiling tinyvec_macros v0.1.1 |
| 1862 | 2025-02-25T01:38:07.608Z | Compiling rustversion v1.0.17 |
| 1863 | 2025-02-25T01:38:07.805Z | Compiling tinyvec v1.8.0 |
| 1864 | 2025-02-25T01:38:08.333Z | Compiling want v0.3.1 |
| 1865 | 2025-02-25T01:38:08.657Z | Compiling pkcs5 v0.7.1 |
| 1866 | 2025-02-25T01:38:09.343Z | Compiling rand v0.8.5 |
| 1867 | 2025-02-25T01:38:09.679Z | Compiling idna_adapter v1.2.0 |
| 1868 | 2025-02-25T01:38:09.916Z | Compiling h2 v0.4.6 |
| 1869 | 2025-02-25T01:38:09.985Z | Compiling heapless v0.7.17 |
| 1870 | 2025-02-25T01:38:10.590Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1871 | 2025-02-25T01:38:11.087Z | Compiling tower-service v0.3.3 |
| 1872 | 2025-02-25T01:38:11.209Z | Compiling httpdate v1.0.3 |
| 1873 | 2025-02-25T01:38:11.410Z | Compiling signal-hook v0.3.17 |
| 1874 | 2025-02-25T01:38:13.527Z | Compiling idna v1.0.3 |
| 1875 | 2025-02-25T01:38:14.403Z | Compiling pkcs8 v0.10.2 |
| 1876 | 2025-02-25T01:38:15.760Z | Compiling usdt-attr-macro v0.5.0 |
| 1877 | 2025-02-25T01:38:15.930Z | Compiling usdt-macro v0.5.0 |
| 1878 | 2025-02-25T01:38:17.324Z | Compiling async-stream-impl v0.3.6 |
| 1879 | 2025-02-25T01:38:17.761Z | Compiling base64 v0.22.1 |
| 1880 | 2025-02-25T01:38:18.542Z | Compiling hyper v1.5.2 |
| 1881 | 2025-02-25T01:38:18.765Z | Compiling adler2 v2.0.0 |
| 1882 | 2025-02-25T01:38:19.066Z | Compiling miniz_oxide v0.8.0 |
| 1883 | 2025-02-25T01:38:22.548Z | Compiling hyper-util v0.1.10 |
| 1884 | 2025-02-25T01:38:26.200Z | Compiling curve25519-dalek v4.1.3 |
| 1885 | 2025-02-25T01:38:26.669Z | Compiling openapiv3 v2.0.0 |
| 1886 | 2025-02-25T01:38:27.393Z | Compiling enum-as-inner v0.6.1 |
| 1887 | 2025-02-25T01:38:28.158Z | Compiling memoffset v0.9.1 |
| 1888 | 2025-02-25T01:38:28.261Z | Compiling dropshot v0.12.0 |
| 1889 | 2025-02-25T01:38:28.405Z | Compiling smoltcp v0.9.1 |
| 1890 | 2025-02-25T01:38:28.428Z | Compiling match_cfg v0.1.0 |
| 1891 | 2025-02-25T01:38:28.526Z | Compiling foreign-types-shared v0.1.1 |
| 1892 | 2025-02-25T01:38:28.541Z | Compiling num-bigint-dig v0.8.4 |
| 1893 | 2025-02-25T01:38:28.797Z | Compiling portable-atomic v1.9.0 |
| 1894 | 2025-02-25T01:38:28.852Z | Compiling newtype-uuid v1.2.1 |
| 1895 | 2025-02-25T01:38:29.208Z | Compiling foreign-types v0.3.2 |
| 1896 | 2025-02-25T01:38:29.334Z | Compiling hostname v0.3.1 |
| 1897 | 2025-02-25T01:38:30.426Z | Compiling rand_core v0.9.2 |
| 1898 | 2025-02-25T01:38:30.629Z | Compiling url v2.5.3 |
| 1899 | 2025-02-25T01:38:36.022Z | Compiling http-body-util v0.1.2 |
| 1900 | 2025-02-25T01:38:36.059Z | Compiling dirs-sys-next v0.1.2 |
| 1901 | 2025-02-25T01:38:36.059Z | Compiling encoding_rs v0.8.34 |
| 1902 | 2025-02-25T01:38:36.059Z | Compiling gimli v0.31.1 |
| 1903 | 2025-02-25T01:38:36.059Z | Compiling mime v0.3.17 |
| 1904 | 2025-02-25T01:38:36.059Z | Compiling ident_case v1.0.1 |
| 1905 | 2025-02-25T01:38:36.059Z | Compiling heck v0.4.1 |
| 1906 | 2025-02-25T01:38:36.059Z | Compiling cfg_aliases v0.2.1 |
| 1907 | 2025-02-25T01:38:36.059Z | Compiling siphasher v0.3.11 |
| 1908 | 2025-02-25T01:38:36.101Z | Compiling data-encoding v2.6.0 |
| 1909 | 2025-02-25T01:38:36.522Z | Compiling nix v0.29.0 |
| 1910 | 2025-02-25T01:38:36.938Z | Compiling darling_core v0.20.10 |
| 1911 | 2025-02-25T01:38:37.386Z | Compiling dirs-next v2.0.0 |
| 1912 | 2025-02-25T01:38:40.503Z | Compiling addr2line v0.24.2 |
| 1913 | 2025-02-25T01:38:41.461Z | Compiling rand_chacha v0.9.0 |
| 1914 | 2025-02-25T01:38:42.883Z | Compiling unicode-normalization v0.1.24 |
| 1915 | 2025-02-25T01:38:43.988Z | Compiling crossbeam-epoch v0.9.18 |
| 1916 | 2025-02-25T01:38:44.622Z | Compiling serde_urlencoded v0.7.1 |
| 1917 | 2025-02-25T01:38:44.921Z | Compiling rustls-pemfile v2.2.0 |
| 1918 | 2025-02-25T01:38:45.138Z | Compiling hubpack_derive v0.1.1 |
| 1919 | 2025-02-25T01:38:46.219Z | Compiling dropshot_endpoint v0.12.0 |
| 1920 | 2025-02-25T01:38:46.278Z | Compiling sha1 v0.10.6 |
| 1921 | 2025-02-25T01:38:46.278Z | Compiling signature v2.2.0 |
| 1922 | 2025-02-25T01:38:46.278Z | Compiling zerocopy-derive v0.6.6 |
| 1923 | 2025-02-25T01:38:46.278Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1924 | 2025-02-25T01:38:47.120Z | Compiling object v0.36.5 |
| 1925 | 2025-02-25T01:38:47.420Z | Compiling thread_local v1.1.8 |
| 1926 | 2025-02-25T01:38:47.872Z | Compiling fs-err v2.11.0 |
| 1927 | 2025-02-25T01:38:48.917Z | Compiling unicode-properties v0.1.3 |
| 1928 | 2025-02-25T01:38:51.681Z | Compiling openssl-probe v0.1.5 |
| 1929 | 2025-02-25T01:38:54.043Z | Compiling ipnet v2.10.1 |
| 1930 | 2025-02-25T01:38:54.484Z | Compiling rustls-webpki v0.102.8 |
| 1931 | 2025-02-25T01:38:55.017Z | Compiling anstyle v1.0.10 |
| 1932 | 2025-02-25T01:38:55.498Z | Compiling winnow v0.6.20 |
| 1933 | 2025-02-25T01:38:55.924Z | Compiling unicode-bidi v0.3.17 |
| 1934 | 2025-02-25T01:38:57.125Z | Compiling utf8parse v0.2.2 |
| 1935 | 2025-02-25T01:38:57.153Z | Compiling rustc-demangle v0.1.24 |
| 1936 | 2025-02-25T01:38:57.335Z | Compiling anstyle-parse v0.2.5 |
| 1937 | 2025-02-25T01:38:57.687Z | Compiling stringprep v0.1.5 |
| 1938 | 2025-02-25T01:38:58.574Z | Compiling backtrace v0.3.74 |
| 1939 | 2025-02-25T01:38:58.986Z | Compiling toml_edit v0.22.22 |
| 1940 | 2025-02-25T01:39:07.954Z | Compiling crossbeam-deque v0.8.5 |
| 1941 | 2025-02-25T01:39:08.436Z | Compiling darling_macro v0.20.10 |
| 1942 | 2025-02-25T01:39:09.352Z | Compiling rand v0.9.0 |
| 1943 | 2025-02-25T01:39:09.571Z | Compiling term v0.7.0 |
| 1944 | 2025-02-25T01:39:09.713Z | Compiling slog-json v2.6.1 |
| 1945 | 2025-02-25T01:39:10.885Z | Compiling crossbeam-channel v0.5.13 |
| 1946 | 2025-02-25T01:39:11.229Z | Compiling hashbrown v0.14.5 |
| 1947 | 2025-02-25T01:39:11.724Z | Compiling futures-executor v0.3.31 |
| 1948 | 2025-02-25T01:39:11.866Z | Compiling num-integer v0.1.46 |
| 1949 | 2025-02-25T01:39:12.032Z | Compiling md-5 v0.10.6 |
| 1950 | 2025-02-25T01:39:12.175Z | Compiling ff v0.13.0 |
| 1951 | 2025-02-25T01:39:12.315Z | Compiling hash32 v0.2.1 |
| 1952 | 2025-02-25T01:39:12.404Z | Compiling is-terminal v0.4.13 |
| 1953 | 2025-02-25T01:39:12.473Z | Compiling memmap v0.7.0 |
| 1954 | 2025-02-25T01:39:12.562Z | Compiling base16ct v0.2.0 |
| 1955 | 2025-02-25T01:39:12.566Z | Compiling utf-8 v0.7.6 |
| 1956 | 2025-02-25T01:39:12.688Z | Compiling is_terminal_polyfill v1.70.1 |
| 1957 | 2025-02-25T01:39:12.782Z | Compiling anstyle-query v1.1.1 |
| 1958 | 2025-02-25T01:39:12.840Z | Compiling colorchoice v1.0.2 |
| 1959 | 2025-02-25T01:39:12.875Z | Compiling linked-hash-map v0.5.6 |
| 1960 | 2025-02-25T01:39:12.898Z | Compiling psl-types v2.0.11 |
| 1961 | 2025-02-25T01:39:12.951Z | Compiling quick-error v1.2.3 |
| 1962 | 2025-02-25T01:39:13.038Z | Compiling fallible-iterator v0.2.0 |
| 1963 | 2025-02-25T01:39:13.142Z | Compiling take_mut v0.2.2 |
| 1964 | 2025-02-25T01:39:13.329Z | Compiling publicsuffix v2.3.0 |
| 1965 | 2025-02-25T01:39:13.689Z | Compiling postgres-protocol v0.6.8 |
| 1966 | 2025-02-25T01:39:13.714Z | Compiling lru-cache v0.1.2 |
| 1967 | 2025-02-25T01:39:13.941Z | Compiling resolv-conf v0.7.0 |
| 1968 | 2025-02-25T01:39:14.220Z | Compiling anstream v0.6.15 |
| 1969 | 2025-02-25T01:39:14.346Z | Compiling tungstenite v0.24.0 |
| 1970 | 2025-02-25T01:39:14.601Z | Compiling sec1 v0.7.3 |
| 1971 | 2025-02-25T01:39:14.819Z | Compiling usdt v0.5.0 |
| 1972 | 2025-02-25T01:39:15.180Z | Compiling slog-term v2.9.1 |
| 1973 | 2025-02-25T01:39:15.269Z | Compiling group v0.13.0 |
| 1974 | 2025-02-25T01:39:15.610Z | Compiling num-iter v0.1.45 |
| 1975 | 2025-02-25T01:39:15.824Z | Compiling regress v0.10.1 |
| 1976 | 2025-02-25T01:39:15.900Z | Compiling futures v0.3.31 |
| 1977 | 2025-02-25T01:39:18.935Z | Compiling slog-bunyan v2.5.0 |
| 1978 | 2025-02-25T01:39:19.014Z | Compiling darling v0.20.10 |
| 1979 | 2025-02-25T01:39:19.158Z | Compiling tokio-native-tls v0.3.1 |
| 1980 | 2025-02-25T01:39:19.696Z | Compiling tokio-rustls v0.26.0 |
| 1981 | 2025-02-25T01:39:20.030Z | Compiling tokio-rustls v0.25.0 |
| 1982 | 2025-02-25T01:39:20.054Z | Compiling toml v0.8.19 |
| 1983 | 2025-02-25T01:39:20.339Z | Compiling hickory-proto v0.24.3 |
| 1984 | 2025-02-25T01:39:20.452Z | Compiling phf_shared v0.11.2 |
| 1985 | 2025-02-25T01:39:20.798Z | Compiling strum_macros v0.25.3 |
| 1986 | 2025-02-25T01:39:24.160Z | Compiling async-stream v0.3.6 |
| 1987 | 2025-02-25T01:39:24.160Z | Compiling waitgroup v0.1.2 |
| 1988 | 2025-02-25T01:39:24.160Z | Compiling webpki-roots v0.26.6 |
| 1989 | 2025-02-25T01:39:24.160Z | Compiling hkdf v0.12.4 |
| 1990 | 2025-02-25T01:39:24.160Z | Compiling terminal_size v0.4.0 |
| 1991 | 2025-02-25T01:39:24.160Z | Compiling serde_path_to_error v0.1.16 |
| 1992 | 2025-02-25T01:39:24.160Z | Compiling sync_wrapper v1.0.1 |
| 1993 | 2025-02-25T01:39:24.160Z | Compiling crypto-bigint v0.5.5 |
| 1994 | 2025-02-25T01:39:24.160Z | Compiling derive-where v1.2.7 |
| 1995 | 2025-02-25T01:39:24.160Z | Compiling serde_repr v0.1.19 |
| 1996 | 2025-02-25T01:39:24.160Z | Compiling clap_derive v4.5.28 |
| 1997 | 2025-02-25T01:39:24.326Z | Compiling hostname v0.4.0 |
| 1998 | 2025-02-25T01:39:24.558Z | Compiling crc32fast v1.4.2 |
| 1999 | 2025-02-25T01:39:24.892Z | Compiling unicode-width v0.2.0 |
| 2000 | 2025-02-25T01:39:25.434Z | Compiling tower-layer v0.3.3 |
| 2001 | 2025-02-25T01:39:26.006Z | Compiling managed v0.8.0 |
| 2002 | 2025-02-25T01:39:26.346Z | Compiling clap_lex v0.7.4 |
| 2003 | 2025-02-25T01:39:26.865Z | Compiling bitflags v1.3.2 |
| 2004 | 2025-02-25T01:39:27.193Z | Compiling debug-ignore v1.0.5 |
| 2005 | 2025-02-25T01:39:28.371Z | Compiling tower v0.5.2 |
| 2006 | 2025-02-25T01:39:29.180Z | Compiling clap_builder v4.5.30 |
| 2007 | 2025-02-25T01:39:29.520Z | Compiling hickory-resolver v0.24.3 |
| 2008 | 2025-02-25T01:39:29.554Z | Compiling elliptic-curve v0.13.8 |
| 2009 | 2025-02-25T01:39:31.303Z | Compiling console v0.15.10 |
| 2010 | 2025-02-25T01:39:32.568Z | Compiling flate2 v1.0.35 |
| 2011 | 2025-02-25T01:39:34.816Z | Compiling hyper-rustls v0.27.3 |
| 2012 | 2025-02-25T01:39:36.121Z | Compiling phf v0.11.2 |
| 2013 | 2025-02-25T01:39:36.424Z | Compiling hyper-tls v0.6.0 |
| 2014 | 2025-02-25T01:39:36.837Z | Compiling typify-impl v0.2.0 |
| 2015 | 2025-02-25T01:39:37.013Z | Compiling signal-hook-mio v0.2.4 |
| 2016 | 2025-02-25T01:39:37.229Z | Compiling rayon v1.10.0 |
| 2017 | 2025-02-25T01:39:37.470Z | Compiling cookie_store v0.21.1 |
| 2018 | 2025-02-25T01:39:38.455Z | Compiling bzip2 v0.4.4 |
| 2019 | 2025-02-25T01:39:38.847Z | Compiling tokio-tungstenite v0.24.0 |
| 2020 | 2025-02-25T01:39:39.187Z | Compiling postgres-types v0.2.8 |
| 2021 | 2025-02-25T01:39:39.577Z | Compiling zerocopy v0.6.6 |
| 2022 | 2025-02-25T01:39:40.369Z | Compiling hubpack v0.1.2 |
| 2023 | 2025-02-25T01:39:40.423Z | Compiling ed25519 v2.2.3 |
| 2024 | 2025-02-25T01:39:40.627Z | Compiling phf_shared v0.10.0 |
| 2025 | 2025-02-25T01:39:40.821Z | Compiling pkcs1 v0.7.5 |
| 2026 | 2025-02-25T01:39:40.993Z | Compiling tokio-stream v0.1.17 |
| 2027 | 2025-02-25T01:39:41.638Z | Compiling ipnetwork v0.21.1 |
| 2028 | 2025-02-25T01:39:41.677Z | Compiling rfc6979 v0.4.0 |
| 2029 | 2025-02-25T01:39:41.895Z | Compiling serde-big-array v0.5.1 |
| 2030 | 2025-02-25T01:39:41.917Z | Compiling float-cmp v0.10.0 |
| 2031 | 2025-02-25T01:39:41.938Z | Compiling bstr v1.10.0 |
| 2032 | 2025-02-25T01:39:42.161Z | Compiling whoami v1.5.2 |
| 2033 | 2025-02-25T01:39:43.240Z | Compiling bit-vec v0.6.3 |
| 2034 | 2025-02-25T01:39:43.672Z | Compiling new_debug_unreachable v1.0.6 |
| 2035 | 2025-02-25T01:39:43.706Z | Compiling static_assertions v1.1.0 |
| 2036 | 2025-02-25T01:39:43.793Z | Compiling normalize-line-endings v0.3.0 |
| 2037 | 2025-02-25T01:39:43.838Z | Compiling predicates-core v1.0.8 |
| 2038 | 2025-02-25T01:39:43.952Z | Compiling fixedbitset v0.4.2 |
| 2039 | 2025-02-25T01:39:44.159Z | Compiling number_prefix v0.4.0 |
| 2040 | 2025-02-25T01:39:44.360Z | Compiling precomputed-hash v0.1.1 |
| 2041 | 2025-02-25T01:39:44.410Z | Compiling unicode-segmentation v1.12.0 |
| 2042 | 2025-02-25T01:39:44.440Z | Compiling difflib v0.4.0 |
| 2043 | 2025-02-25T01:39:44.501Z | Compiling string_cache v0.8.7 |
| 2044 | 2025-02-25T01:39:44.896Z | Compiling predicates v3.1.3 |
| 2045 | 2025-02-25T01:39:45.286Z | Compiling similar v2.6.0 |
| 2046 | 2025-02-25T01:39:45.289Z | Compiling indicatif v0.17.11 |
| 2047 | 2025-02-25T01:39:45.492Z | Compiling petgraph v0.6.5 |
| 2048 | 2025-02-25T01:39:46.297Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2049 | 2025-02-25T01:39:46.782Z | Compiling typify-macro v0.2.0 |
| 2050 | 2025-02-25T01:39:47.062Z | Compiling reqwest v0.12.12 |
| 2051 | 2025-02-25T01:39:47.544Z | Compiling bit-set v0.5.3 |
| 2052 | 2025-02-25T01:39:47.849Z | Compiling tokio-postgres v0.7.12 |
| 2053 | 2025-02-25T01:39:49.520Z | Compiling ecdsa v0.16.9 |
| 2054 | 2025-02-25T01:39:50.128Z | Compiling qorb v0.2.1 |
| 2055 | 2025-02-25T01:39:50.773Z | Compiling rsa v0.9.6 |
| 2056 | 2025-02-25T01:39:52.126Z | Compiling ed25519-dalek v2.1.1 |
| 2057 | 2025-02-25T01:39:52.705Z | Compiling zip v0.6.6 |
| 2058 | 2025-02-25T01:39:53.237Z | Compiling crossterm v0.28.1 |
| 2059 | 2025-02-25T01:39:53.874Z | Compiling clap v4.5.30 |
| 2060 | 2025-02-25T01:39:55.500Z | Compiling toml v0.7.8 |
| 2061 | 2025-02-25T01:39:55.521Z | Compiling x509-cert v0.2.5 |
| 2062 | 2025-02-25T01:39:56.829Z | Compiling hex v0.4.3 |
| 2063 | 2025-02-25T01:39:57.455Z | Compiling itertools v0.14.0 |
| 2064 | 2025-02-25T01:39:57.757Z | Compiling itertools v0.10.5 |
| 2065 | 2025-02-25T01:39:58.769Z | Compiling unicode-xid v0.2.6 |
| 2066 | 2025-02-25T01:39:58.997Z | Compiling peg-runtime v0.8.3 |
| 2067 | 2025-02-25T01:39:59.520Z | Compiling lalrpop-util v0.19.12 |
| 2068 | 2025-02-25T01:40:02.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2069 | 2025-02-25T01:40:06.602Z | Compiling proc-macro-crate v1.3.1 |
| 2070 | 2025-02-25T01:40:06.702Z | Compiling macaddr v1.0.1 |
| 2071 | 2025-02-25T01:40:07.384Z | Compiling itertools v0.13.0 |
| 2072 | 2025-02-25T01:40:08.563Z | Compiling heapless v0.8.0 |
| 2073 | 2025-02-25T01:40:10.383Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2074 | 2025-02-25T01:40:12.891Z | Compiling num_enum_derive v0.5.11 |
| 2075 | 2025-02-25T01:40:20.908Z | Compiling hash32 v0.3.1 |
| 2076 | 2025-02-25T01:40:23.299Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2077 | 2025-02-25T01:40:23.662Z | Compiling smoltcp v0.11.0 |
| 2078 | 2025-02-25T01:40:28.501Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2079 | 2025-02-25T01:40:28.765Z | Compiling num_enum v0.5.11 |
| 2080 | 2025-02-25T01:40:29.893Z | Compiling typify v0.2.0 |
| 2081 | 2025-02-25T01:40:29.916Z | Compiling oxnet v0.1.0 |
| 2082 | 2025-02-25T01:40:30.983Z | Compiling proc-macro-error-attr v1.0.4 |
| 2083 | 2025-02-25T01:40:31.264Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2084 | 2025-02-25T01:40:31.386Z | Compiling unsafe-libyaml v0.2.11 |
| 2085 | 2025-02-25T01:40:31.595Z | Compiling thiserror v2.0.11 |
| 2086 | 2025-02-25T01:40:32.850Z | Compiling cobs v0.2.3 |
| 2087 | 2025-02-25T01:40:33.077Z | Compiling postcard v1.0.10 |
| 2088 | 2025-02-25T01:40:33.361Z | Compiling serde_yaml v0.9.34+deprecated |
| 2089 | 2025-02-25T01:40:47.860Z | Compiling progenitor-impl v0.8.0 |
| 2090 | 2025-02-25T01:40:48.358Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2091 | 2025-02-25T01:41:00.074Z | Compiling strum_macros v0.26.4 |
| 2092 | 2025-02-25T01:41:00.648Z | Compiling structmeta-derive v0.3.0 |
| 2093 | 2025-02-25T01:41:00.757Z | Compiling foreign-types-macros v0.2.3 |
| 2094 | 2025-02-25T01:41:01.213Z | Compiling thiserror-impl v2.0.11 |
| 2095 | 2025-02-25T01:41:01.418Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2096 | 2025-02-25T01:41:01.790Z | Compiling proc-macro-error v1.0.4 |
| 2097 | 2025-02-25T01:41:02.151Z | Compiling unicode-width v0.1.14 |
| 2098 | 2025-02-25T01:41:03.261Z | Compiling foreign-types-shared v0.3.1 |
| 2099 | 2025-02-25T01:41:03.765Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2100 | 2025-02-25T01:41:04.073Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2101 | 2025-02-25T01:41:04.267Z | Compiling strum v0.26.3 |
| 2102 | 2025-02-25T01:41:07.290Z | Compiling foreign-types v0.5.0 |
| 2103 | 2025-02-25T01:41:07.455Z | Compiling structmeta v0.3.0 |
| 2104 | 2025-02-25T01:41:08.543Z | Compiling tabwriter v1.4.0 |
| 2105 | 2025-02-25T01:41:13.204Z | Compiling progenitor-macro v0.8.0 |
| 2106 | 2025-02-25T01:41:17.324Z | Compiling progenitor-client v0.8.0 |
| 2107 | 2025-02-25T01:41:22.030Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2108 | 2025-02-25T01:41:22.875Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2109 | 2025-02-25T01:41:23.040Z | Compiling daft-derive v0.1.1 |
| 2110 | 2025-02-25T01:41:23.886Z | Compiling cstr-argument v0.1.2 |
| 2111 | 2025-02-25T01:41:23.922Z | Compiling dropshot v0.15.1 |
| 2112 | 2025-02-25T01:41:23.984Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2113 | 2025-02-25T01:41:24.275Z | Compiling crucible-workspace-hack v0.1.0 |
| 2114 | 2025-02-25T01:41:24.319Z | Compiling fastrand v2.1.1 |
| 2115 | 2025-02-25T01:41:24.602Z | Compiling pretty-hex v0.2.1 |
| 2116 | 2025-02-25T01:41:24.661Z | Compiling daft v0.1.1 |
| 2117 | 2025-02-25T01:41:25.006Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2118 | 2025-02-25T01:41:25.028Z | Compiling tempfile v3.13.0 |
| 2119 | 2025-02-25T01:41:25.306Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2120 | 2025-02-25T01:41:25.447Z | Compiling progenitor v0.8.0 |
| 2121 | 2025-02-25T01:41:25.784Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2122 | 2025-02-25T01:41:26.109Z | Compiling parse-display-derive v0.10.0 |
| 2123 | 2025-02-25T01:41:26.195Z | Compiling colored v2.1.0 |
| 2124 | 2025-02-25T01:41:26.573Z | Compiling serde_with_macros v3.11.0 |
| 2125 | 2025-02-25T01:41:26.700Z | Compiling dropshot_endpoint v0.15.1 |
| 2126 | 2025-02-25T01:41:27.485Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2127 | 2025-02-25T01:41:28.291Z | Compiling instant v0.1.13 |
| 2128 | 2025-02-25T01:41:28.502Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2129 | 2025-02-25T01:41:28.977Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2130 | 2025-02-25T01:41:29.025Z | Compiling serde_with v3.11.0 |
| 2131 | 2025-02-25T01:41:29.750Z | Compiling parse-display v0.10.0 |
| 2132 | 2025-02-25T01:41:31.693Z | Compiling backoff v0.4.0 |
| 2133 | 2025-02-25T01:41:32.059Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2134 | 2025-02-25T01:41:32.133Z | Compiling zone_cfg_derive v0.3.0 |
| 2135 | 2025-02-25T01:41:32.352Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2136 | 2025-02-25T01:41:32.730Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2137 | 2025-02-25T01:41:33.114Z | Compiling camino-tempfile v1.1.1 |
| 2138 | 2025-02-25T01:41:33.135Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2139 | 2025-02-25T01:41:33.676Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2140 | 2025-02-25T01:41:33.900Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2141 | 2025-02-25T01:41:33.922Z | Compiling regress v0.9.1 |
| 2142 | 2025-02-25T01:41:34.107Z | Compiling progenitor-client v0.9.1 |
| 2143 | 2025-02-25T01:41:34.127Z | Compiling num-derive v0.4.2 |
| 2144 | 2025-02-25T01:41:35.093Z | Compiling sigpipe v0.1.3 |
| 2145 | 2025-02-25T01:41:35.254Z | Compiling libefi-sys v0.1.0 |
| 2146 | 2025-02-25T01:41:35.612Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2147 | 2025-02-25T01:41:36.035Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2148 | 2025-02-25T01:41:36.302Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2149 | 2025-02-25T01:41:37.908Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2150 | 2025-02-25T01:41:39.278Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2151 | 2025-02-25T01:41:42.012Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2152 | 2025-02-25T01:41:42.034Z | Compiling zone v0.3.0 |
| 2153 | 2025-02-25T01:41:42.571Z | Compiling smf v0.2.3 |
| 2154 | 2025-02-25T01:41:42.623Z | Compiling bitfield-struct v0.6.2 |
| 2155 | 2025-02-25T01:41:44.052Z | Compiling blake3 v1.5.4 |
| 2156 | 2025-02-25T01:41:44.700Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2157 | 2025-02-25T01:41:45.318Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2158 | 2025-02-25T01:41:45.733Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2159 | 2025-02-25T01:41:45.880Z | Compiling xattr v1.3.1 |
| 2160 | 2025-02-25T01:41:46.008Z | Compiling memmap2 v0.9.5 |
| 2161 | 2025-02-25T01:41:46.106Z | Compiling filetime v0.2.25 |
| 2162 | 2025-02-25T01:41:46.214Z | Compiling arrayvec v0.7.6 |
| 2163 | 2025-02-25T01:41:46.483Z | Compiling same-file v1.0.6 |
| 2164 | 2025-02-25T01:41:46.582Z | Compiling constant_time_eq v0.3.1 |
| 2165 | 2025-02-25T01:41:46.726Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2166 | 2025-02-25T01:41:46.803Z | Compiling arrayref v0.3.9 |
| 2167 | 2025-02-25T01:41:46.820Z | Compiling walkdir v2.5.0 |
| 2168 | 2025-02-25T01:41:46.875Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2169 | 2025-02-25T01:41:46.893Z | Compiling tar v0.4.44 |
| 2170 | 2025-02-25T01:41:48.436Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2171 | 2025-02-25T01:41:48.880Z | Compiling gethostname v0.5.0 |
| 2172 | 2025-02-25T01:41:49.111Z | Compiling cargo-platform v0.1.8 |
| 2173 | 2025-02-25T01:41:49.413Z | Compiling topological-sort v0.2.2 |
| 2174 | 2025-02-25T01:41:49.627Z | Compiling cargo_metadata v0.18.1 |
| 2175 | 2025-02-25T01:41:49.730Z | Compiling omicron-zone-package v0.12.0 |
| 2176 | 2025-02-25T01:41:50.223Z | Compiling shell-words v1.1.0 |
| 2177 | 2025-02-25T01:41:50.790Z | Compiling indent_write v2.2.0 |
| 2178 | 2025-02-25T01:41:59.520Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2179 | 2025-02-25T01:42:01.817Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2180 | 2025-02-25T01:42:05.467Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2181 | 2025-02-25T01:42:20.342Z | Finished `release` profile [optimized] target(s) in 5m 23s |
| 2182 | 2025-02-25T01:42:20.525Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2183 | 2025-02-25T01:42:20.583Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2184 | 2025-02-25T01:42:20.585Z | Created new build target 'test' and set it as active |
| 2185 | 2025-02-25T01:42:20.585Z | |
| 2186 | 2025-02-25T01:42:20.585Z | real 5:23.893987655 |
| 2187 | 2025-02-25T01:42:20.585Z | user 37:34.733266483 |
| 2188 | 2025-02-25T01:42:20.585Z | sys 3:35.795427273 |
| 2189 | 2025-02-25T01:42:20.585Z | trap 1.224093259 |
| 2190 | 2025-02-25T01:42:20.586Z | tflt 1.640089157 |
| 2191 | 2025-02-25T01:42:20.586Z | dflt 0.811267874 |
| 2192 | 2025-02-25T01:42:20.586Z | kflt 0.000122180 |
| 2193 | 2025-02-25T01:42:20.586Z | lock 1:14:01.622302960 |
| 2194 | 2025-02-25T01:42:20.586Z | slp 2:30:27.313758291 |
| 2195 | 2025-02-25T01:42:20.586Z | lat 2:48.983647598 |
| 2196 | 2025-02-25T01:42:20.586Z | stop 4:59.743605968 |
| 2197 | 2025-02-25T01:42:20.589Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2198 | 2025-02-25T01:42:21.655Z | Finished `release` profile [optimized] target(s) in 1.00s |
| 2199 | 2025-02-25T01:42:21.726Z | Running `target/release/omicron-package -t test package` |
| 2200 | 2025-02-25T01:42:21.774Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2201 | 2025-02-25T01:42:23.047Z | Compiling ring v0.17.11 |
| 2202 | 2025-02-25T01:42:23.229Z | Compiling thiserror v2.0.11 |
| 2203 | 2025-02-25T01:42:23.251Z | Compiling typify-impl v0.3.0 |
| 2204 | 2025-02-25T01:42:23.270Z | Compiling convert_case v0.4.0 |
| 2205 | 2025-02-25T01:42:23.270Z | Compiling newline-converter v0.3.0 |
| 2206 | 2025-02-25T01:42:23.273Z | Compiling password-hash v0.5.0 |
| 2207 | 2025-02-25T01:42:23.273Z | Compiling blake2 v0.10.6 |
| 2208 | 2025-02-25T01:42:23.476Z | Compiling expectorate v1.1.0 |
| 2209 | 2025-02-25T01:42:23.782Z | Compiling base64 v0.21.7 |
| 2210 | 2025-02-25T01:42:23.974Z | Compiling derive_more v0.99.19 |
| 2211 | 2025-02-25T01:42:24.457Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2212 | 2025-02-25T01:42:24.934Z | Compiling argon2 v0.5.3 |
| 2213 | 2025-02-25T01:42:25.164Z | Compiling atomicwrites v0.4.4 |
| 2214 | 2025-02-25T01:42:25.458Z | Compiling owo-colors v4.1.0 |
| 2215 | 2025-02-25T01:42:25.728Z | Compiling cancel-safe-futures v0.1.5 |
| 2216 | 2025-02-25T01:42:25.831Z | Compiling num-rational v0.4.2 |
| 2217 | 2025-02-25T01:42:26.135Z | Compiling num-complex v0.4.6 |
| 2218 | 2025-02-25T01:42:27.252Z | Compiling num v0.4.3 |
| 2219 | 2025-02-25T01:42:28.028Z | Compiling libsw v3.3.1 |
| 2220 | 2025-02-25T01:42:28.202Z | Compiling rustls v0.23.19 |
| 2221 | 2025-02-25T01:42:28.234Z | Compiling rustls v0.22.4 |
| 2222 | 2025-02-25T01:42:28.269Z | Compiling float-ord v0.3.2 |
| 2223 | 2025-02-25T01:42:28.366Z | Compiling swrite v0.1.0 |
| 2224 | 2025-02-25T01:42:28.464Z | Compiling linear-map v1.2.0 |
| 2225 | 2025-02-25T01:42:28.525Z | Compiling highway v1.2.0 |
| 2226 | 2025-02-25T01:42:28.900Z | Compiling semver v0.1.20 |
| 2227 | 2025-02-25T01:42:29.427Z | Compiling rustc_version v0.1.7 |
| 2228 | 2025-02-25T01:42:29.618Z | Compiling tungstenite v0.21.0 |
| 2229 | 2025-02-25T01:42:29.771Z | Compiling ipnetwork v0.21.1 |
| 2230 | 2025-02-25T01:42:29.802Z | Compiling newtype_derive v0.1.6 |
| 2231 | 2025-02-25T01:42:30.024Z | Compiling humantime v2.1.0 |
| 2232 | 2025-02-25T01:42:30.201Z | Compiling oxnet v0.1.0 |
| 2233 | 2025-02-25T01:42:30.587Z | Compiling dropshot v0.15.1 |
| 2234 | 2025-02-25T01:42:30.676Z | Compiling daft v0.1.1 |
| 2235 | 2025-02-25T01:42:30.841Z | Compiling rustls-webpki v0.102.8 |
| 2236 | 2025-02-25T01:42:30.865Z | Compiling tokio-tungstenite v0.21.0 |
| 2237 | 2025-02-25T01:42:31.164Z | Compiling instant v0.1.13 |
| 2238 | 2025-02-25T01:42:31.337Z | Compiling backoff v0.4.0 |
| 2239 | 2025-02-25T01:42:31.517Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2240 | 2025-02-25T01:42:31.722Z | Compiling steno v0.4.1 |
| 2241 | 2025-02-25T01:42:32.570Z | Compiling parse-display v0.10.0 |
| 2242 | 2025-02-25T01:42:33.060Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2243 | 2025-02-25T01:42:33.280Z | Compiling serde_with v3.11.0 |
| 2244 | 2025-02-25T01:42:33.756Z | Compiling typify-macro v0.3.0 |
| 2245 | 2025-02-25T01:42:34.491Z | Compiling strum v0.26.3 |
| 2246 | 2025-02-25T01:42:34.720Z | Compiling regress v0.9.1 |
| 2247 | 2025-02-25T01:42:36.306Z | Compiling tokio-rustls v0.25.0 |
| 2248 | 2025-02-25T01:42:36.740Z | Compiling dropshot v0.12.0 |
| 2249 | 2025-02-25T01:42:37.178Z | Compiling typify v0.3.0 |
| 2250 | 2025-02-25T01:42:37.328Z | Compiling progenitor-impl v0.9.1 |
| 2251 | 2025-02-25T01:42:39.232Z | Compiling tokio-rustls v0.26.0 |
| 2252 | 2025-02-25T01:42:39.721Z | Compiling hyper-rustls v0.27.3 |
| 2253 | 2025-02-25T01:42:40.304Z | Compiling reqwest v0.12.12 |
| 2254 | 2025-02-25T01:42:43.322Z | Compiling qorb v0.2.1 |
| 2255 | 2025-02-25T01:42:44.472Z | Compiling progenitor-macro v0.9.1 |
| 2256 | 2025-02-25T01:42:48.597Z | Compiling progenitor-client v0.9.1 |
| 2257 | 2025-02-25T01:42:49.180Z | Compiling progenitor-client v0.8.0 |
| 2258 | 2025-02-25T01:42:49.505Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2259 | 2025-02-25T01:42:49.719Z | Compiling progenitor v0.8.0 |
| 2260 | 2025-02-25T01:42:49.995Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2261 | 2025-02-25T01:42:50.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2262 | 2025-02-25T01:42:50.827Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2263 | 2025-02-25T01:42:53.055Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2264 | 2025-02-25T01:43:00.516Z | Compiling macaddr v1.0.1 |
| 2265 | 2025-02-25T01:43:19.667Z | Compiling progenitor v0.9.1 |
| 2266 | 2025-02-25T01:43:19.917Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2267 | 2025-02-25T01:43:23.204Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2268 | 2025-02-25T01:43:23.851Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2269 | 2025-02-25T01:43:25.429Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2270 | 2025-02-25T01:43:28.542Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2271 | 2025-02-25T01:43:32.002Z | Compiling slog-dtrace v0.3.0 |
| 2272 | 2025-02-25T01:43:32.685Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2273 | 2025-02-25T01:43:33.602Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2274 | 2025-02-25T01:43:33.932Z | Compiling prettyplease v0.2.29 |
| 2275 | 2025-02-25T01:43:36.347Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2276 | 2025-02-25T01:43:38.252Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2277 | 2025-02-25T01:43:38.436Z | Compiling half v2.4.1 |
| 2278 | 2025-02-25T01:43:39.127Z | Compiling ciborium-io v0.2.2 |
| 2279 | 2025-02-25T01:43:39.295Z | Compiling ciborium-ll v0.2.2 |
| 2280 | 2025-02-25T01:43:39.343Z | Compiling bytecount v0.6.8 |
| 2281 | 2025-02-25T01:43:39.461Z | Compiling display-error-chain v0.2.2 |
| 2282 | 2025-02-25T01:43:39.666Z | Compiling ciborium v0.2.2 |
| 2283 | 2025-02-25T01:43:39.718Z | Compiling fastrand v2.1.1 |
| 2284 | 2025-02-25T01:43:39.827Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2285 | 2025-02-25T01:43:40.210Z | Compiling same-file v1.0.6 |
| 2286 | 2025-02-25T01:43:40.492Z | Compiling walkdir v2.5.0 |
| 2287 | 2025-02-25T01:43:41.115Z | Compiling tempfile v3.13.0 |
| 2288 | 2025-02-25T01:43:41.722Z | Compiling blake3 v1.5.4 |
| 2289 | 2025-02-25T01:43:41.848Z | Compiling const_format_proc_macros v0.2.34 |
| 2290 | 2025-02-25T01:43:41.937Z | Compiling xattr v1.3.1 |
| 2291 | 2025-02-25T01:43:42.234Z | Compiling filetime v0.2.25 |
| 2292 | 2025-02-25T01:43:42.440Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2293 | 2025-02-25T01:43:42.569Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2294 | 2025-02-25T01:43:43.670Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2295 | 2025-02-25T01:43:48.677Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2296 | 2025-02-25T01:43:51.162Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2297 | 2025-02-25T01:43:51.212Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2298 | 2025-02-25T01:43:53.086Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2299 | 2025-02-25T01:43:56.927Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2300 | 2025-02-25T01:43:58.081Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2301 | 2025-02-25T01:43:59.444Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2302 | 2025-02-25T01:44:01.179Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2303 | 2025-02-25T01:44:06.254Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2304 | 2025-02-25T01:44:06.711Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2305 | 2025-02-25T01:44:08.388Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2306 | 2025-02-25T01:44:09.326Z | Compiling memmap2 v0.9.5 |
| 2307 | 2025-02-25T01:44:09.742Z | Compiling maplit v1.0.2 |
| 2308 | 2025-02-25T01:44:09.903Z | Compiling keccak v0.1.5 |
| 2309 | 2025-02-25T01:44:11.024Z | Compiling crunchy v0.2.2 |
| 2310 | 2025-02-25T01:44:11.564Z | Compiling arrayref v0.3.9 |
| 2311 | 2025-02-25T01:44:11.698Z | Compiling arrayvec v0.7.6 |
| 2312 | 2025-02-25T01:44:11.717Z | Compiling constant_time_eq v0.3.1 |
| 2313 | 2025-02-25T01:44:11.942Z | Compiling sha3 v0.10.8 |
| 2314 | 2025-02-25T01:44:12.598Z | Compiling const_format v0.2.34 |
| 2315 | 2025-02-25T01:44:12.760Z | Compiling tar v0.4.44 |
| 2316 | 2025-02-25T01:44:12.883Z | Compiling camino-tempfile v1.1.1 |
| 2317 | 2025-02-25T01:44:13.178Z | Compiling toolchain_find v0.4.0 |
| 2318 | 2025-02-25T01:44:13.338Z | Compiling tiny-keccak v2.0.2 |
| 2319 | 2025-02-25T01:44:13.725Z | Compiling radium v0.7.0 |
| 2320 | 2025-02-25T01:44:13.746Z | Compiling topological-sort v0.2.2 |
| 2321 | 2025-02-25T01:44:13.950Z | Compiling rustfmt-wrapper v0.2.1 |
| 2322 | 2025-02-25T01:44:14.023Z | Compiling omicron-zone-package v0.12.0 |
| 2323 | 2025-02-25T01:44:14.558Z | Compiling dsl_auto_type v0.1.2 |
| 2324 | 2025-02-25T01:44:14.664Z | Compiling scheduled-thread-pool v0.2.7 |
| 2325 | 2025-02-25T01:44:14.685Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2326 | 2025-02-25T01:44:15.087Z | Compiling tap v1.0.1 |
| 2327 | 2025-02-25T01:44:15.306Z | Compiling maybe-uninit v2.0.0 |
| 2328 | 2025-02-25T01:44:15.806Z | Compiling diesel_derives v2.2.3 |
| 2329 | 2025-02-25T01:44:15.930Z | Compiling wyz v0.5.1 |
| 2330 | 2025-02-25T01:44:15.995Z | Compiling r2d2 v0.8.10 |
| 2331 | 2025-02-25T01:44:16.461Z | Compiling phf_generator v0.11.2 |
| 2332 | 2025-02-25T01:44:16.492Z | Compiling ascii-canvas v3.0.0 |
| 2333 | 2025-02-25T01:44:16.684Z | Compiling secrecy v0.8.0 |
| 2334 | 2025-02-25T01:44:16.918Z | Compiling ena v0.14.3 |
| 2335 | 2025-02-25T01:44:16.949Z | Compiling async-recursion v1.1.1 |
| 2336 | 2025-02-25T01:44:16.976Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2337 | 2025-02-25T01:44:17.338Z | Compiling crc-catalog v2.4.0 |
| 2338 | 2025-02-25T01:44:17.383Z | Compiling bindgen v0.71.1 |
| 2339 | 2025-02-25T01:44:17.537Z | Compiling regex-syntax v0.6.29 |
| 2340 | 2025-02-25T01:44:17.875Z | Compiling arc-swap v1.7.1 |
| 2341 | 2025-02-25T01:44:18.396Z | Compiling diff v0.1.13 |
| 2342 | 2025-02-25T01:44:18.579Z | Compiling funty v2.0.0 |
| 2343 | 2025-02-25T01:44:18.840Z | Compiling packed_struct v0.10.1 |
| 2344 | 2025-02-25T01:44:19.058Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2345 | 2025-02-25T01:44:19.338Z | Compiling slog-scope v4.4.0 |
| 2346 | 2025-02-25T01:44:20.164Z | Compiling bitvec v1.0.1 |
| 2347 | 2025-02-25T01:44:20.761Z | Compiling crc v3.2.1 |
| 2348 | 2025-02-25T01:44:21.325Z | Compiling lalrpop v0.19.12 |
| 2349 | 2025-02-25T01:44:22.521Z | Compiling phf_codegen v0.11.2 |
| 2350 | 2025-02-25T01:44:22.904Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2351 | 2025-02-25T01:44:22.921Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2352 | 2025-02-25T01:44:23.155Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2353 | 2025-02-25T01:44:24.018Z | Compiling universal-hash v0.5.1 |
| 2354 | 2025-02-25T01:44:24.298Z | Compiling packed_struct_codegen v0.10.1 |
| 2355 | 2025-02-25T01:44:24.727Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2356 | 2025-02-25T01:44:26.446Z | Compiling diesel v2.2.7 |
| 2357 | 2025-02-25T01:44:26.604Z | Compiling parse-zoneinfo v0.3.1 |
| 2358 | 2025-02-25T01:44:27.169Z | Compiling unicase v2.7.0 |
| 2359 | 2025-02-25T01:44:27.699Z | Compiling indexmap v1.9.3 |
| 2360 | 2025-02-25T01:44:27.970Z | Compiling opaque-debug v0.3.1 |
| 2361 | 2025-02-25T01:44:28.082Z | Compiling ref-cast v1.0.23 |
| 2362 | 2025-02-25T01:44:28.104Z | Compiling rustc-hash v2.1.1 |
| 2363 | 2025-02-25T01:44:28.313Z | Compiling nodrop v0.1.14 |
| 2364 | 2025-02-25T01:44:28.487Z | Compiling array-init v0.0.4 |
| 2365 | 2025-02-25T01:44:29.578Z | Compiling poly1305 v0.8.0 |
| 2366 | 2025-02-25T01:44:31.043Z | Compiling chrono-tz-build v0.4.0 |
| 2367 | 2025-02-25T01:44:32.080Z | Compiling thiserror-no-std v2.0.2 |
| 2368 | 2025-02-25T01:44:36.472Z | Compiling smallvec v0.6.14 |
| 2369 | 2025-02-25T01:44:37.611Z | Compiling slog-stdlog v4.1.1 |
| 2370 | 2025-02-25T01:44:38.430Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2371 | 2025-02-25T01:44:38.798Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2372 | 2025-02-25T01:44:39.157Z | Compiling derive_builder_core v0.20.2 |
| 2373 | 2025-02-25T01:44:41.237Z | Compiling chacha20 v0.9.1 |
| 2374 | 2025-02-25T01:44:41.330Z | Compiling headers-core v0.3.0 |
| 2375 | 2025-02-25T01:44:41.543Z | Compiling aead v0.5.2 |
| 2376 | 2025-02-25T01:44:41.744Z | Compiling libxml v0.3.3 |
| 2377 | 2025-02-25T01:44:41.937Z | Compiling ref-cast-impl v1.0.23 |
| 2378 | 2025-02-25T01:44:42.162Z | Compiling vte_generate_state_changes v0.1.2 |
| 2379 | 2025-02-25T01:44:42.842Z | Compiling hashbrown v0.12.3 |
| 2380 | 2025-02-25T01:44:43.088Z | Compiling polar-core v0.27.3 |
| 2381 | 2025-02-25T01:44:43.120Z | Compiling bitfield v0.14.0 |
| 2382 | 2025-02-25T01:44:43.448Z | Compiling termcolor v1.4.1 |
| 2383 | 2025-02-25T01:44:44.510Z | Compiling env_logger v0.10.2 |
| 2384 | 2025-02-25T01:44:45.346Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2385 | 2025-02-25T01:44:46.918Z | Compiling vte v0.11.1 |
| 2386 | 2025-02-25T01:44:47.701Z | Compiling chacha20poly1305 v0.10.1 |
| 2387 | 2025-02-25T01:44:47.980Z | Compiling headers v0.4.0 |
| 2388 | 2025-02-25T01:44:48.490Z | Compiling samael v0.0.18 |
| 2389 | 2025-02-25T01:44:50.238Z | Compiling derive_builder_macro v0.20.2 |
| 2390 | 2025-02-25T01:44:51.277Z | Compiling slog-envlogger v2.2.0 |
| 2391 | 2025-02-25T01:44:51.626Z | Compiling serde-hex v0.1.0 |
| 2392 | 2025-02-25T01:44:53.908Z | Compiling vsss-rs v3.3.4 |
| 2393 | 2025-02-25T01:44:56.150Z | Compiling chrono-tz v0.10.1 |
| 2394 | 2025-02-25T01:44:56.682Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2395 | 2025-02-25T01:44:56.889Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2396 | 2025-02-25T01:44:57.260Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2397 | 2025-02-25T01:44:58.011Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2398 | 2025-02-25T01:44:58.368Z | Compiling ron v0.8.1 |
| 2399 | 2025-02-25T01:44:59.613Z | Compiling hashbrown v0.13.2 |
| 2400 | 2025-02-25T01:45:00.929Z | Compiling strum_macros v0.24.3 |
| 2401 | 2025-02-25T01:45:01.817Z | Compiling fxhash v0.2.1 |
| 2402 | 2025-02-25T01:45:02.088Z | Compiling simd-adler32 v0.3.7 |
| 2403 | 2025-02-25T01:45:03.425Z | Compiling crc-any v2.5.0 |
| 2404 | 2025-02-25T01:45:04.028Z | Compiling zip v2.1.3 |
| 2405 | 2025-02-25T01:45:04.404Z | Compiling indoc v1.0.9 |
| 2406 | 2025-02-25T01:45:04.434Z | Compiling bumpalo v3.16.0 |
| 2407 | 2025-02-25T01:45:04.456Z | Compiling lockfree-object-pool v0.1.6 |
| 2408 | 2025-02-25T01:45:04.624Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2409 | 2025-02-25T01:45:04.768Z | Compiling object v0.30.4 |
| 2410 | 2025-02-25T01:45:05.033Z | Compiling zopfli v0.8.1 |
| 2411 | 2025-02-25T01:45:13.801Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2412 | 2025-02-25T01:45:17.298Z | Compiling derive_builder v0.20.2 |
| 2413 | 2025-02-25T01:45:17.711Z | Compiling strip-ansi-escapes v0.2.0 |
| 2414 | 2025-02-25T01:45:19.503Z | Compiling papergrid v0.11.0 |
| 2415 | 2025-02-25T01:45:19.739Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2416 | 2025-02-25T01:45:20.120Z | Compiling tabled_derive v0.7.0 |
| 2417 | 2025-02-25T01:45:20.856Z | Compiling fd-lock v4.0.2 |
| 2418 | 2025-02-25T01:45:21.129Z | Compiling peg-macros v0.8.4 |
| 2419 | 2025-02-25T01:45:22.219Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2420 | 2025-02-25T01:45:22.999Z | Compiling kstat-rs v0.2.4 |
| 2421 | 2025-02-25T01:45:23.273Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2422 | 2025-02-25T01:45:23.990Z | Compiling oso-derive v0.27.3 |
| 2423 | 2025-02-25T01:45:24.483Z | Compiling quick-xml v0.37.2 |
| 2424 | 2025-02-25T01:45:25.005Z | Compiling diesel-dtrace v0.4.2 |
| 2425 | 2025-02-25T01:45:25.392Z | Compiling nu-ansi-term v0.50.1 |
| 2426 | 2025-02-25T01:45:26.730Z | Compiling path-slash v0.1.5 |
| 2427 | 2025-02-25T01:45:27.036Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2428 | 2025-02-25T01:45:29.175Z | Compiling oso v0.27.3 |
| 2429 | 2025-02-25T01:45:31.441Z | Compiling reedline v0.35.0 |
| 2430 | 2025-02-25T01:45:33.272Z | Compiling peg v0.8.4 |
| 2431 | 2025-02-25T01:45:33.413Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2432 | 2025-02-25T01:45:42.858Z | Compiling tabled v0.15.0 |
| 2433 | 2025-02-25T01:45:43.354Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2434 | 2025-02-25T01:45:56.435Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2435 | 2025-02-25T01:45:58.331Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2436 | 2025-02-25T01:45:59.973Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2437 | 2025-02-25T01:46:00.014Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2438 | 2025-02-25T01:46:00.380Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2439 | 2025-02-25T01:46:00.474Z | Compiling pem v3.0.5 |
| 2440 | 2025-02-25T01:46:02.028Z | Compiling bb8 v0.8.5 |
| 2441 | 2025-02-25T01:46:02.560Z | Compiling bcs v0.1.6 |
| 2442 | 2025-02-25T01:46:02.717Z | Compiling libz-sys v1.1.20 |
| 2443 | 2025-02-25T01:46:03.421Z | Compiling nanorand v0.7.0 |
| 2444 | 2025-02-25T01:46:03.458Z | Compiling termtree v0.5.1 |
| 2445 | 2025-02-25T01:46:03.797Z | Compiling parking_lot_core v0.8.6 |
| 2446 | 2025-02-25T01:46:04.149Z | Compiling flume v0.11.1 |
| 2447 | 2025-02-25T01:46:05.130Z | Compiling async-bb8-diesel v0.2.1 |
| 2448 | 2025-02-25T01:46:05.957Z | Compiling mime_guess v2.0.5 |
| 2449 | 2025-02-25T01:46:07.778Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2450 | 2025-02-25T01:46:11.096Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2451 | 2025-02-25T01:46:12.539Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2452 | 2025-02-25T01:46:13.430Z | Compiling buf-list v1.0.3 |
| 2453 | 2025-02-25T01:46:14.141Z | Compiling proc-macro-error2 v2.0.1 |
| 2454 | 2025-02-25T01:46:14.967Z | Compiling nibble_vec v0.1.0 |
| 2455 | 2025-02-25T01:46:15.260Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2456 | 2025-02-25T01:46:15.582Z | Compiling pin-project-internal v1.1.6 |
| 2457 | 2025-02-25T01:46:16.068Z | Compiling atty v0.2.14 |
| 2458 | 2025-02-25T01:46:16.285Z | Compiling endian-type v0.1.2 |
| 2459 | 2025-02-25T01:46:16.583Z | Compiling salty v0.3.0 |
| 2460 | 2025-02-25T01:46:17.074Z | Compiling http-range v0.1.5 |
| 2461 | 2025-02-25T01:46:17.695Z | Compiling radix_trie v0.2.1 |
| 2462 | 2025-02-25T01:46:18.224Z | Compiling pin-project v1.1.6 |
| 2463 | 2025-02-25T01:46:18.657Z | Compiling parking_lot v0.11.2 |
| 2464 | 2025-02-25T01:46:20.608Z | Compiling tabled_derive v0.10.0 |
| 2465 | 2025-02-25T01:46:23.177Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2466 | 2025-02-25T01:46:23.322Z | Compiling papergrid v0.14.0 |
| 2467 | 2025-02-25T01:46:23.773Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2468 | 2025-02-25T01:46:28.366Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 2469 | 2025-02-25T01:46:30.372Z | Compiling snafu-derive v0.8.5 |
| 2470 | 2025-02-25T01:46:31.504Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 2471 | 2025-02-25T01:46:31.978Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 2472 | 2025-02-25T01:46:34.787Z | Compiling snafu v0.8.5 |
| 2473 | 2025-02-25T01:46:36.096Z | Compiling tabled v0.18.0 |
| 2474 | 2025-02-25T01:46:36.720Z | Compiling hyper-staticfile v0.10.1 |
| 2475 | 2025-02-25T01:46:39.284Z | Compiling sled v0.34.7 |
| 2476 | 2025-02-25T01:46:44.612Z | Compiling hickory-client v0.24.3 |
| 2477 | 2025-02-25T01:46:56.431Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2478 | 2025-02-25T01:46:56.472Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2479 | 2025-02-25T01:46:57.682Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2480 | 2025-02-25T01:46:58.745Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2481 | 2025-02-25T01:47:04.266Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2482 | 2025-02-25T01:47:09.792Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2483 | 2025-02-25T01:47:10.611Z | Compiling hickory-server v0.24.3 |
| 2484 | 2025-02-25T01:47:11.229Z | Compiling globset v0.4.15 |
| 2485 | 2025-02-25T01:47:11.343Z | Compiling olpc-cjson v0.1.4 |
| 2486 | 2025-02-25T01:47:11.681Z | Compiling primeorder v0.13.6 |
| 2487 | 2025-02-25T01:47:12.289Z | Compiling vergen v8.3.2 |
| 2488 | 2025-02-25T01:47:12.702Z | Compiling castaway v0.2.3 |
| 2489 | 2025-02-25T01:47:12.944Z | Compiling env_filter v0.1.2 |
| 2490 | 2025-02-25T01:47:14.559Z | Compiling serde_plain v1.0.2 |
| 2491 | 2025-02-25T01:47:14.685Z | Compiling cargo-platform v0.1.8 |
| 2492 | 2025-02-25T01:47:15.148Z | Compiling typed-path v0.9.3 |
| 2493 | 2025-02-25T01:47:15.208Z | Compiling cargo_metadata v0.18.1 |
| 2494 | 2025-02-25T01:47:17.670Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2495 | 2025-02-25T01:47:17.971Z | Compiling tough v0.19.0 |
| 2496 | 2025-02-25T01:47:18.313Z | Compiling env_logger v0.11.5 |
| 2497 | 2025-02-25T01:47:19.775Z | Compiling compact_str v0.8.0 |
| 2498 | 2025-02-25T01:47:22.256Z | Compiling p384 v0.13.0 |
| 2499 | 2025-02-25T01:47:22.363Z | Compiling git2 v0.19.0 |
| 2500 | 2025-02-25T01:47:22.412Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2501 | 2025-02-25T01:47:25.319Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2502 | 2025-02-25T01:47:26.362Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2503 | 2025-02-25T01:47:29.183Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2504 | 2025-02-25T01:47:30.485Z | Compiling unicode-truncate v1.1.0 |
| 2505 | 2025-02-25T01:47:30.830Z | Compiling lru v0.12.5 |
| 2506 | 2025-02-25T01:47:30.857Z | Compiling rand_seeder v0.3.0 |
| 2507 | 2025-02-25T01:47:31.231Z | Compiling libsqlite3-sys v0.30.1 |
| 2508 | 2025-02-25T01:47:31.352Z | Compiling lzma-sys v0.1.20 |
| 2509 | 2025-02-25T01:47:31.810Z | Compiling instability v0.3.2 |
| 2510 | 2025-02-25T01:47:32.107Z | Compiling cassowary v0.3.0 |
| 2511 | 2025-02-25T01:47:32.867Z | Compiling parse-size v1.1.0 |
| 2512 | 2025-02-25T01:47:33.244Z | Compiling rustls v0.21.12 |
| 2513 | 2025-02-25T01:47:33.578Z | Compiling indoc v2.0.5 |
| 2514 | 2025-02-25T01:47:33.624Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2515 | 2025-02-25T01:47:34.118Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2516 | 2025-02-25T01:47:34.485Z | Compiling ratatui v0.29.0 |
| 2517 | 2025-02-25T01:47:35.908Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2518 | 2025-02-25T01:47:36.173Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2519 | 2025-02-25T01:47:37.480Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2520 | 2025-02-25T01:47:38.169Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2025-02-25T01:47:41.042Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2522 | 2025-02-25T01:47:41.846Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2523 | 2025-02-25T01:47:43.971Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2524 | 2025-02-25T01:47:44.353Z | Compiling sct v0.7.1 |
| 2525 | 2025-02-25T01:47:44.857Z | Compiling rustls-webpki v0.101.7 |
| 2526 | 2025-02-25T01:47:45.440Z | Compiling heck v0.3.3 |
| 2527 | 2025-02-25T01:47:45.809Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2528 | 2025-02-25T01:47:47.228Z | Compiling csv-core v0.1.11 |
| 2529 | 2025-02-25T01:47:48.182Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2530 | 2025-02-25T01:47:48.566Z | Compiling glob v0.3.2 |
| 2531 | 2025-02-25T01:47:48.683Z | Compiling csv v1.3.1 |
| 2532 | 2025-02-25T01:47:48.834Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2533 | 2025-02-25T01:47:50.776Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2534 | 2025-02-25T01:47:50.883Z | Compiling zone_cfg_derive v0.1.2 |
| 2535 | 2025-02-25T01:47:52.303Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2536 | 2025-02-25T01:47:54.774Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2537 | 2025-02-25T01:47:56.131Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2538 | 2025-02-25T01:47:58.118Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2539 | 2025-02-25T01:48:03.902Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2540 | 2025-02-25T01:48:05.944Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2541 | 2025-02-25T01:48:06.359Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2542 | 2025-02-25T01:48:07.107Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2543 | 2025-02-25T01:48:09.924Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2544 | 2025-02-25T01:48:10.294Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2545 | 2025-02-25T01:48:10.712Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2546 | 2025-02-25T01:48:11.125Z | Compiling nix v0.27.1 |
| 2547 | 2025-02-25T01:48:11.438Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2548 | 2025-02-25T01:48:11.608Z | Compiling tungstenite v0.23.0 |
| 2549 | 2025-02-25T01:48:12.165Z | Compiling hashlink v0.9.1 |
| 2550 | 2025-02-25T01:48:12.987Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2551 | 2025-02-25T01:48:13.313Z | Compiling base64 v0.13.1 |
| 2552 | 2025-02-25T01:48:13.920Z | Compiling fallible-iterator v0.3.0 |
| 2553 | 2025-02-25T01:48:14.126Z | Compiling ron v0.7.1 |
| 2554 | 2025-02-25T01:48:14.171Z | Compiling tokio-tungstenite v0.23.1 |
| 2555 | 2025-02-25T01:48:14.702Z | Compiling rusqlite v0.32.1 |
| 2556 | 2025-02-25T01:48:15.965Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2557 | 2025-02-25T01:48:16.866Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2558 | 2025-02-25T01:48:17.332Z | Compiling xz2 v0.1.7 |
| 2559 | 2025-02-25T01:48:17.971Z | Compiling tokio-rustls v0.24.1 |
| 2560 | 2025-02-25T01:48:19.534Z | Compiling zone v0.1.8 |
| 2561 | 2025-02-25T01:48:19.894Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2562 | 2025-02-25T01:48:21.591Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2563 | 2025-02-25T01:48:22.815Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2564 | 2025-02-25T01:48:24.364Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2565 | 2025-02-25T01:48:24.529Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2566 | 2025-02-25T01:48:33.337Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2567 | 2025-02-25T01:48:36.588Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2568 | 2025-02-25T01:48:36.944Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2025-02-25T01:48:38.008Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2570 | 2025-02-25T01:48:39.598Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2571 | 2025-02-25T01:48:39.815Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2572 | 2025-02-25T01:48:40.186Z | Compiling rustls-pemfile v1.0.4 |
| 2573 | 2025-02-25T01:48:40.968Z | Compiling signal-hook-tokio v0.3.1 |
| 2574 | 2025-02-25T01:48:41.241Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2575 | 2025-02-25T01:48:41.698Z | Compiling twox-hash v2.1.0 |
| 2576 | 2025-02-25T01:48:42.774Z | Compiling yasna v0.5.2 |
| 2577 | 2025-02-25T01:48:43.807Z | Compiling is_ci v1.2.0 |
| 2578 | 2025-02-25T01:48:44.147Z | Compiling unicode-linebreak v0.1.5 |
| 2579 | 2025-02-25T01:48:44.761Z | Compiling smawk v0.3.2 |
| 2580 | 2025-02-25T01:48:45.112Z | Compiling textwrap v0.16.1 |
| 2581 | 2025-02-25T01:48:45.596Z | Compiling supports-color v3.0.2 |
| 2582 | 2025-02-25T01:48:46.084Z | Compiling rcgen v0.12.1 |
| 2583 | 2025-02-25T01:48:46.310Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2584 | 2025-02-25T01:48:51.749Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2585 | 2025-02-25T01:48:53.750Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2586 | 2025-02-25T01:48:57.054Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2587 | 2025-02-25T01:49:00.380Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2588 | 2025-02-25T01:49:05.543Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2589 | 2025-02-25T01:49:08.871Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2590 | 2025-02-25T01:49:09.818Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2591 | 2025-02-25T01:49:13.655Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2592 | 2025-02-25T01:49:14.268Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2593 | 2025-02-25T01:49:20.181Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2594 | 2025-02-25T01:49:30.379Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2595 | 2025-02-25T01:49:33.605Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2596 | 2025-02-25T01:49:33.986Z | Compiling fatfs v0.3.6 |
| 2597 | 2025-02-25T01:49:36.662Z | Compiling subprocess v0.2.9 |
| 2598 | 2025-02-25T01:49:36.810Z | Compiling rtoolbox v0.0.2 |
| 2599 | 2025-02-25T01:49:37.289Z | Compiling assert_matches v1.5.0 |
| 2600 | 2025-02-25T01:49:41.431Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2601 | 2025-02-25T01:49:42.949Z | Compiling rpassword v7.3.1 |
| 2602 | 2025-02-25T01:49:43.497Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2603 | 2025-02-25T01:49:47.645Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2604 | 2025-02-25T01:49:49.282Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2605 | 2025-02-25T01:49:54.745Z | Compiling tui-tree-widget v0.23.0 |
| 2606 | 2025-02-25T01:49:55.289Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2607 | 2025-02-25T01:50:02.525Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2608 | 2025-02-25T01:50:02.906Z | Compiling uzers v0.12.1 |
| 2609 | 2025-02-25T01:50:06.109Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2610 | 2025-02-25T01:50:08.792Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2611 | 2025-02-25T01:50:10.824Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2612 | 2025-02-25T01:50:37.254Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2613 | 2025-02-25T01:50:40.066Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2614 | 2025-02-25T01:50:44.854Z | Compiling multimap v0.10.0 |
| 2615 | 2025-02-25T01:53:10.695Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2616 | 2025-02-25T02:00:23.829Z | Finished `release` profile [optimized] target(s) in 18m 01s |
| 2617 | 2025-02-25T02:01:32.715Z | |
| 2618 | 2025-02-25T02:01:32.718Z | real 19:12.070163067 |
| 2619 | 2025-02-25T02:01:32.718Z | user 2:15:17.680302126 |
| 2620 | 2025-02-25T02:01:32.718Z | sys 3:46.887349407 |
| 2621 | 2025-02-25T02:01:32.718Z | trap 3.694936917 |
| 2622 | 2025-02-25T02:01:32.718Z | tflt 1.940415338 |
| 2623 | 2025-02-25T02:01:32.718Z | dflt 4.582833037 |
| 2624 | 2025-02-25T02:01:32.718Z | kflt 0.000909340 |
| 2625 | 2025-02-25T02:01:32.718Z | lock 8:02:34.827534182 |
| 2626 | 2025-02-25T02:01:32.718Z | slp 7:03:07.787548579 |
| 2627 | 2025-02-25T02:01:32.718Z | lat 3:42.140316679 |
| 2628 | 2025-02-25T02:01:32.718Z | stop 3:01.606407018 |
| 2629 | 2025-02-25T02:01:32.718Z | + mapfile -t packages |
| 2630 | 2025-02-25T02:01:32.718Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2631 | 2025-02-25T02:01:33.911Z | Compiling ring v0.17.11 |
| 2632 | 2025-02-25T02:01:35.950Z | Compiling rustls v0.23.19 |
| 2633 | 2025-02-25T02:01:35.982Z | Compiling rustls v0.22.4 |
| 2634 | 2025-02-25T02:01:37.516Z | Compiling rustls-webpki v0.102.8 |
| 2635 | 2025-02-25T02:01:41.976Z | Compiling tokio-rustls v0.25.0 |
| 2636 | 2025-02-25T02:01:42.384Z | Compiling dropshot v0.12.0 |
| 2637 | 2025-02-25T02:01:43.924Z | Compiling tokio-rustls v0.26.0 |
| 2638 | 2025-02-25T02:01:44.395Z | Compiling hyper-rustls v0.27.3 |
| 2639 | 2025-02-25T02:01:44.845Z | Compiling reqwest v0.12.12 |
| 2640 | 2025-02-25T02:01:46.331Z | Compiling dropshot v0.15.1 |
| 2641 | 2025-02-25T02:01:48.070Z | Compiling qorb v0.2.1 |
| 2642 | 2025-02-25T02:01:54.129Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2643 | 2025-02-25T02:01:54.738Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2644 | 2025-02-25T02:01:55.568Z | Compiling progenitor-client v0.8.0 |
| 2645 | 2025-02-25T02:01:56.569Z | Compiling progenitor v0.8.0 |
| 2646 | 2025-02-25T02:01:56.868Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2647 | 2025-02-25T02:01:57.511Z | Compiling progenitor-client v0.9.1 |
| 2648 | 2025-02-25T02:01:58.561Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2649 | 2025-02-25T02:02:01.924Z | Compiling omicron-zone-package v0.12.0 |
| 2650 | 2025-02-25T02:02:15.869Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2651 | 2025-02-25T02:02:26.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2652 | 2025-02-25T02:02:30.559Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2653 | 2025-02-25T02:02:31.420Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2654 | 2025-02-25T02:02:34.803Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2655 | 2025-02-25T02:02:50.035Z | Finished `release` profile [optimized] target(s) in 1m 17s |
| 2656 | 2025-02-25T02:02:50.216Z | Running `target/release/omicron-package -t test list-outputs` |
| 2657 | 2025-02-25T02:02:50.276Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2658 | 2025-02-25T02:02:50.281Z | + ptime -m cargo build --locked --release -p xtask |
| 2659 | 2025-02-25T02:02:50.906Z | Compiling serde v1.0.218 |
| 2660 | 2025-02-25T02:02:50.909Z | Compiling rustix v0.38.37 |
| 2661 | 2025-02-25T02:02:50.909Z | Compiling serde_json v1.0.139 |
| 2662 | 2025-02-25T02:02:50.909Z | Compiling libc v0.2.170 |
| 2663 | 2025-02-25T02:02:50.909Z | Compiling syn v2.0.96 |
| 2664 | 2025-02-25T02:02:51.004Z | Compiling bitflags v2.6.0 |
| 2665 | 2025-02-25T02:02:51.428Z | Compiling usdt-impl v0.5.0 |
| 2666 | 2025-02-25T02:02:51.478Z | Compiling syn v1.0.109 |
| 2667 | 2025-02-25T02:02:51.577Z | Compiling hashbrown v0.15.1 |
| 2668 | 2025-02-25T02:02:51.593Z | Compiling log v0.4.22 |
| 2669 | 2025-02-25T02:02:51.860Z | Compiling fs-err v2.11.0 |
| 2670 | 2025-02-25T02:02:52.050Z | Compiling once_cell v1.20.3 |
| 2671 | 2025-02-25T02:02:52.211Z | Compiling anyhow v1.0.96 |
| 2672 | 2025-02-25T02:02:52.400Z | Compiling thread-id v4.2.2 |
| 2673 | 2025-02-25T02:02:52.808Z | Compiling indexmap v2.7.1 |
| 2674 | 2025-02-25T02:02:53.951Z | Compiling terminal_size v0.4.0 |
| 2675 | 2025-02-25T02:02:53.951Z | Compiling tempfile v3.13.0 |
| 2676 | 2025-02-25T02:02:54.133Z | Compiling clap_builder v4.5.30 |
| 2677 | 2025-02-25T02:02:54.744Z | Compiling proc-macro-error v1.0.4 |
| 2678 | 2025-02-25T02:02:55.704Z | Compiling tabled_derive v0.7.0 |
| 2679 | 2025-02-25T02:02:56.882Z | Compiling tabled v0.15.0 |
| 2680 | 2025-02-25T02:02:57.524Z | Compiling serde_derive v1.0.218 |
| 2681 | 2025-02-25T02:02:57.524Z | Compiling thiserror-impl v1.0.69 |
| 2682 | 2025-02-25T02:02:57.526Z | Compiling zerocopy-derive v0.7.35 |
| 2683 | 2025-02-25T02:02:57.526Z | Compiling scroll_derive v0.12.0 |
| 2684 | 2025-02-25T02:02:57.526Z | Compiling clap_derive v4.5.28 |
| 2685 | 2025-02-25T02:02:58.972Z | Compiling scroll v0.12.0 |
| 2686 | 2025-02-25T02:02:59.390Z | Compiling zerocopy v0.7.35 |
| 2687 | 2025-02-25T02:02:59.584Z | Compiling goblin v0.8.2 |
| 2688 | 2025-02-25T02:03:00.329Z | Compiling thiserror v1.0.69 |
| 2689 | 2025-02-25T02:03:00.526Z | Compiling pest v2.7.14 |
| 2690 | 2025-02-25T02:03:03.348Z | Compiling pest_meta v2.7.14 |
| 2691 | 2025-02-25T02:03:03.618Z | Compiling clap v4.5.30 |
| 2692 | 2025-02-25T02:03:05.029Z | Compiling pest_generator v2.7.14 |
| 2693 | 2025-02-25T02:03:07.055Z | Compiling pest_derive v2.7.14 |
| 2694 | 2025-02-25T02:03:07.947Z | Compiling dtrace-parser v0.2.0 |
| 2695 | 2025-02-25T02:03:13.551Z | Compiling serde_tokenstream v0.2.2 |
| 2696 | 2025-02-25T02:03:14.200Z | Compiling toml_datetime v0.6.8 |
| 2697 | 2025-02-25T02:03:14.962Z | Compiling dof v0.3.0 |
| 2698 | 2025-02-25T02:03:15.056Z | Compiling serde_spanned v0.6.8 |
| 2699 | 2025-02-25T02:03:15.359Z | Compiling toml_edit v0.22.22 |
| 2700 | 2025-02-25T02:03:16.828Z | Compiling camino v1.1.9 |
| 2701 | 2025-02-25T02:03:17.153Z | Compiling usdt-attr-macro v0.5.0 |
| 2702 | 2025-02-25T02:03:18.169Z | Compiling usdt-macro v0.5.0 |
| 2703 | 2025-02-25T02:03:18.563Z | Compiling semver v1.0.25 |
| 2704 | 2025-02-25T02:03:19.446Z | Compiling cargo-platform v0.1.8 |
| 2705 | 2025-02-25T02:03:20.059Z | Compiling toml v0.8.19 |
| 2706 | 2025-02-25T02:03:20.595Z | Compiling cargo_metadata v0.18.1 |
| 2707 | 2025-02-25T02:03:21.997Z | Compiling cargo_toml v0.20.5 |
| 2708 | 2025-02-25T02:03:24.517Z | Compiling usdt v0.5.0 |
| 2709 | 2025-02-25T02:03:25.972Z | Compiling camino-tempfile v1.1.1 |
| 2710 | 2025-02-25T02:03:26.510Z | Compiling macaddr v1.0.1 |
| 2711 | 2025-02-25T02:03:34.737Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2712 | 2025-02-25T02:03:40.735Z | Finished `release` profile [optimized] target(s) in 50.39s |
| 2713 | 2025-02-25T02:03:40.879Z | |
| 2714 | 2025-02-25T02:03:40.879Z | real 50.567702076 |
| 2715 | 2025-02-25T02:03:40.879Z | user 5:28.700357446 |
| 2716 | 2025-02-25T02:03:40.879Z | sys 19.984537263 |
| 2717 | 2025-02-25T02:03:40.879Z | trap 0.163664872 |
| 2718 | 2025-02-25T02:03:40.879Z | tflt 0.193865392 |
| 2719 | 2025-02-25T02:03:40.879Z | dflt 0.432971288 |
| 2720 | 2025-02-25T02:03:40.882Z | kflt 0.000018809 |
| 2721 | 2025-02-25T02:03:40.882Z | lock 10:18.964027749 |
| 2722 | 2025-02-25T02:03:40.882Z | slp 16:19.514998383 |
| 2723 | 2025-02-25T02:03:40.882Z | lat 16.002085988 |
| 2724 | 2025-02-25T02:03:40.882Z | stop 18.457374409 |
| 2725 | 2025-02-25T02:03:40.882Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2726 | 2025-02-25T02:03:40.882Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2727 | 2025-02-25T02:03:40.882Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2728 | 2025-02-25T02:03:40.882Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2729 | 2025-02-25T02:03:40.882Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2730 | 2025-02-25T02:03:41.892Z | Compiling ring v0.17.11 |
| 2731 | 2025-02-25T02:03:42.023Z | Compiling hashbrown v0.14.5 |
| 2732 | 2025-02-25T02:03:42.033Z | Compiling thiserror v2.0.11 |
| 2733 | 2025-02-25T02:03:42.039Z | Compiling thiserror-impl v2.0.11 |
| 2734 | 2025-02-25T02:03:42.039Z | Compiling ident_case v1.0.1 |
| 2735 | 2025-02-25T02:03:42.039Z | Compiling unsafe-libyaml v0.2.11 |
| 2736 | 2025-02-25T02:03:42.039Z | Compiling ipnetwork v0.21.1 |
| 2737 | 2025-02-25T02:03:42.039Z | Compiling macaddr v1.0.1 |
| 2738 | 2025-02-25T02:03:42.323Z | Compiling darling_core v0.20.10 |
| 2739 | 2025-02-25T02:03:42.529Z | Compiling instant v0.1.13 |
| 2740 | 2025-02-25T02:03:42.719Z | Compiling oxnet v0.1.0 |
| 2741 | 2025-02-25T02:03:42.898Z | Compiling structmeta-derive v0.3.0 |
| 2742 | 2025-02-25T02:03:43.162Z | Compiling regress v0.10.1 |
| 2743 | 2025-02-25T02:03:43.197Z | Compiling dropshot v0.15.1 |
| 2744 | 2025-02-25T02:03:43.423Z | Compiling serde_yaml v0.9.34+deprecated |
| 2745 | 2025-02-25T02:03:43.647Z | Compiling regress v0.9.1 |
| 2746 | 2025-02-25T02:03:43.923Z | Compiling dropshot_endpoint v0.15.1 |
| 2747 | 2025-02-25T02:03:45.532Z | Compiling daft-derive v0.1.1 |
| 2748 | 2025-02-25T02:03:45.595Z | Compiling structmeta v0.3.0 |
| 2749 | 2025-02-25T02:03:45.994Z | Compiling parse-display-derive v0.10.0 |
| 2750 | 2025-02-25T02:03:46.994Z | Compiling typify-impl v0.2.0 |
| 2751 | 2025-02-25T02:03:47.133Z | Compiling rustls v0.23.19 |
| 2752 | 2025-02-25T02:03:47.172Z | Compiling rustls v0.22.4 |
| 2753 | 2025-02-25T02:03:47.211Z | Compiling daft v0.1.1 |
| 2754 | 2025-02-25T02:03:47.735Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2755 | 2025-02-25T02:03:47.939Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2756 | 2025-02-25T02:03:48.235Z | Compiling darling_macro v0.20.10 |
| 2757 | 2025-02-25T02:03:48.308Z | Compiling backoff v0.4.0 |
| 2758 | 2025-02-25T02:03:48.426Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2759 | 2025-02-25T02:03:48.564Z | Compiling tempfile v3.13.0 |
| 2760 | 2025-02-25T02:03:48.586Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2761 | 2025-02-25T02:03:48.609Z | Compiling proc-macro-crate v1.3.1 |
| 2762 | 2025-02-25T02:03:48.689Z | Compiling typify-impl v0.3.0 |
| 2763 | 2025-02-25T02:03:48.800Z | Compiling itertools v0.13.0 |
| 2764 | 2025-02-25T02:03:49.210Z | Compiling darling v0.20.10 |
| 2765 | 2025-02-25T02:03:49.357Z | Compiling serde_with_macros v3.11.0 |
| 2766 | 2025-02-25T02:03:49.383Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2767 | 2025-02-25T02:03:49.547Z | Compiling num_enum_derive v0.5.11 |
| 2768 | 2025-02-25T02:03:49.797Z | Compiling rustls-webpki v0.102.8 |
| 2769 | 2025-02-25T02:03:50.025Z | Compiling parse-display v0.10.0 |
| 2770 | 2025-02-25T02:03:50.708Z | Compiling crucible-workspace-hack v0.1.0 |
| 2771 | 2025-02-25T02:03:51.832Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2772 | 2025-02-25T02:03:51.960Z | Compiling heapless v0.8.0 |
| 2773 | 2025-02-25T02:03:52.117Z | Compiling num_enum v0.5.11 |
| 2774 | 2025-02-25T02:03:52.254Z | Compiling serde_with v3.11.0 |
| 2775 | 2025-02-25T02:03:52.254Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2776 | 2025-02-25T02:03:52.392Z | Compiling proc-macro-error v1.0.4 |
| 2777 | 2025-02-25T02:03:52.798Z | Compiling camino-tempfile v1.1.1 |
| 2778 | 2025-02-25T02:03:52.933Z | Compiling foreign-types-macros v0.2.3 |
| 2779 | 2025-02-25T02:03:53.250Z | Compiling hash32 v0.3.1 |
| 2780 | 2025-02-25T02:03:53.564Z | Compiling smoltcp v0.11.0 |
| 2781 | 2025-02-25T02:03:54.264Z | Compiling foreign-types-shared v0.3.1 |
| 2782 | 2025-02-25T02:03:54.437Z | Compiling foreign-types v0.5.0 |
| 2783 | 2025-02-25T02:03:54.946Z | Compiling tabwriter v1.4.0 |
| 2784 | 2025-02-25T02:03:55.447Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2785 | 2025-02-25T02:03:55.585Z | Compiling cstr-argument v0.1.2 |
| 2786 | 2025-02-25T02:03:55.609Z | Compiling pretty-hex v0.2.1 |
| 2787 | 2025-02-25T02:03:55.851Z | Compiling tokio-rustls v0.25.0 |
| 2788 | 2025-02-25T02:03:55.879Z | Compiling cobs v0.2.3 |
| 2789 | 2025-02-25T02:03:56.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2790 | 2025-02-25T02:03:56.313Z | Compiling dropshot v0.12.0 |
| 2791 | 2025-02-25T02:03:56.618Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2792 | 2025-02-25T02:03:56.855Z | Compiling postcard v1.0.10 |
| 2793 | 2025-02-25T02:03:57.568Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2794 | 2025-02-25T02:03:57.972Z | Compiling tokio-rustls v0.26.0 |
| 2795 | 2025-02-25T02:03:58.474Z | Compiling hyper-rustls v0.27.3 |
| 2796 | 2025-02-25T02:03:58.886Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2797 | 2025-02-25T02:03:59.156Z | Compiling reqwest v0.12.12 |
| 2798 | 2025-02-25T02:03:59.723Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2799 | 2025-02-25T02:04:00.122Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2800 | 2025-02-25T02:04:01.713Z | Compiling qorb v0.2.1 |
| 2801 | 2025-02-25T02:04:02.342Z | Compiling typify-macro v0.2.0 |
| 2802 | 2025-02-25T02:04:03.887Z | Compiling progenitor-client v0.9.1 |
| 2803 | 2025-02-25T02:04:04.547Z | Compiling progenitor-client v0.8.0 |
| 2804 | 2025-02-25T02:04:04.599Z | Compiling typify-macro v0.3.0 |
| 2805 | 2025-02-25T02:04:05.065Z | Compiling colored v2.1.0 |
| 2806 | 2025-02-25T02:04:05.100Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2807 | 2025-02-25T02:04:05.261Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2808 | 2025-02-25T02:04:05.575Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2809 | 2025-02-25T02:04:05.747Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2810 | 2025-02-25T02:04:05.750Z | Compiling smf v0.2.3 |
| 2811 | 2025-02-25T02:04:06.199Z | Compiling typify v0.2.0 |
| 2812 | 2025-02-25T02:04:06.375Z | Compiling progenitor-impl v0.8.0 |
| 2813 | 2025-02-25T02:04:06.745Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2814 | 2025-02-25T02:04:07.129Z | Compiling zone_cfg_derive v0.3.0 |
| 2815 | 2025-02-25T02:04:07.386Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2816 | 2025-02-25T02:04:07.515Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2817 | 2025-02-25T02:04:07.751Z | Compiling num-derive v0.4.2 |
| 2818 | 2025-02-25T02:04:07.903Z | Compiling sigpipe v0.1.3 |
| 2819 | 2025-02-25T02:04:08.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2820 | 2025-02-25T02:04:08.404Z | Compiling typify v0.3.0 |
| 2821 | 2025-02-25T02:04:08.435Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2822 | 2025-02-25T02:04:08.540Z | Compiling progenitor-impl v0.9.1 |
| 2823 | 2025-02-25T02:04:08.569Z | Compiling zone v0.3.0 |
| 2824 | 2025-02-25T02:04:08.919Z | Compiling universal-hash v0.5.1 |
| 2825 | 2025-02-25T02:04:09.152Z | Compiling opaque-debug v0.3.1 |
| 2826 | 2025-02-25T02:04:09.291Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2827 | 2025-02-25T02:04:09.403Z | Compiling num-rational v0.4.2 |
| 2828 | 2025-02-25T02:04:09.521Z | Compiling tungstenite v0.21.0 |
| 2829 | 2025-02-25T02:04:10.064Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2830 | 2025-02-25T02:04:10.070Z | Compiling password-hash v0.5.0 |
| 2831 | 2025-02-25T02:04:10.145Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2832 | 2025-02-25T02:04:10.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2833 | 2025-02-25T02:04:10.505Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2834 | 2025-02-25T02:04:10.960Z | Compiling blake2 v0.10.6 |
| 2835 | 2025-02-25T02:04:10.982Z | Compiling aead v0.5.2 |
| 2836 | 2025-02-25T02:04:11.008Z | Compiling num-complex v0.4.6 |
| 2837 | 2025-02-25T02:04:11.327Z | Compiling convert_case v0.4.0 |
| 2838 | 2025-02-25T02:04:11.464Z | Compiling base64 v0.21.7 |
| 2839 | 2025-02-25T02:04:11.496Z | Compiling keccak v0.1.5 |
| 2840 | 2025-02-25T02:04:11.525Z | Compiling tokio-tungstenite v0.21.0 |
| 2841 | 2025-02-25T02:04:12.013Z | Compiling num v0.4.3 |
| 2842 | 2025-02-25T02:04:12.161Z | Compiling sha3 v0.10.8 |
| 2843 | 2025-02-25T02:04:12.186Z | Compiling argon2 v0.5.3 |
| 2844 | 2025-02-25T02:04:12.208Z | Compiling poly1305 v0.8.0 |
| 2845 | 2025-02-25T02:04:12.265Z | Compiling derive_more v0.99.19 |
| 2846 | 2025-02-25T02:04:12.423Z | Compiling chacha20 v0.9.1 |
| 2847 | 2025-02-25T02:04:12.666Z | Compiling float-ord v0.3.2 |
| 2848 | 2025-02-25T02:04:12.888Z | Compiling same-file v1.0.6 |
| 2849 | 2025-02-25T02:04:12.960Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2850 | 2025-02-25T02:04:13.214Z | Compiling semver v0.1.20 |
| 2851 | 2025-02-25T02:04:13.217Z | Compiling walkdir v2.5.0 |
| 2852 | 2025-02-25T02:04:13.412Z | Compiling newline-converter v0.3.0 |
| 2853 | 2025-02-25T02:04:13.461Z | Compiling progenitor-macro v0.8.0 |
| 2854 | 2025-02-25T02:04:13.612Z | Compiling rustc_version v0.1.7 |
| 2855 | 2025-02-25T02:04:13.847Z | Compiling primeorder v0.13.6 |
| 2856 | 2025-02-25T02:04:13.952Z | Compiling secrecy v0.8.0 |
| 2857 | 2025-02-25T02:04:13.975Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2858 | 2025-02-25T02:04:14.111Z | Compiling owo-colors v4.1.0 |
| 2859 | 2025-02-25T02:04:14.242Z | Compiling cancel-safe-futures v0.1.5 |
| 2860 | 2025-02-25T02:04:14.385Z | Compiling newtype_derive v0.1.6 |
| 2861 | 2025-02-25T02:04:14.511Z | Compiling expectorate v1.1.0 |
| 2862 | 2025-02-25T02:04:14.692Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2863 | 2025-02-25T02:04:14.715Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2864 | 2025-02-25T02:04:14.734Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2865 | 2025-02-25T02:04:14.833Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2866 | 2025-02-25T02:04:14.985Z | Compiling blake3 v1.5.4 |
| 2867 | 2025-02-25T02:04:15.054Z | Compiling unicase v2.7.0 |
| 2868 | 2025-02-25T02:04:15.430Z | Compiling half v2.4.1 |
| 2869 | 2025-02-25T02:04:15.472Z | Compiling arc-swap v1.7.1 |
| 2870 | 2025-02-25T02:04:15.512Z | Compiling progenitor-macro v0.9.1 |
| 2871 | 2025-02-25T02:04:15.692Z | Compiling ciborium-io v0.2.2 |
| 2872 | 2025-02-25T02:04:16.035Z | Compiling ciborium-ll v0.2.2 |
| 2873 | 2025-02-25T02:04:16.059Z | Compiling slog-scope v4.4.0 |
| 2874 | 2025-02-25T02:04:16.117Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2875 | 2025-02-25T02:04:16.449Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2876 | 2025-02-25T02:04:16.829Z | Compiling polyval v0.6.2 |
| 2877 | 2025-02-25T02:04:17.209Z | Compiling atomicwrites v0.4.4 |
| 2878 | 2025-02-25T02:04:17.292Z | Compiling libsw v3.3.1 |
| 2879 | 2025-02-25T02:04:17.590Z | Compiling memmap2 v0.9.5 |
| 2880 | 2025-02-25T02:04:17.613Z | Compiling thiserror-no-std v2.0.2 |
| 2881 | 2025-02-25T02:04:17.662Z | Compiling arrayvec v0.7.6 |
| 2882 | 2025-02-25T02:04:17.759Z | Compiling constant_time_eq v0.3.1 |
| 2883 | 2025-02-25T02:04:17.993Z | Compiling salty v0.3.0 |
| 2884 | 2025-02-25T02:04:18.033Z | Compiling arrayref v0.3.9 |
| 2885 | 2025-02-25T02:04:18.084Z | Compiling linear-map v1.2.0 |
| 2886 | 2025-02-25T02:04:18.173Z | Compiling libefi-sys v0.1.0 |
| 2887 | 2025-02-25T02:04:18.446Z | Compiling indent_write v2.2.0 |
| 2888 | 2025-02-25T02:04:18.476Z | Compiling parking_lot_core v0.8.6 |
| 2889 | 2025-02-25T02:04:18.610Z | Compiling vsss-rs v3.3.4 |
| 2890 | 2025-02-25T02:04:18.690Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2891 | 2025-02-25T02:04:18.986Z | Compiling ghash v0.5.1 |
| 2892 | 2025-02-25T02:04:19.211Z | Compiling ciborium v0.2.2 |
| 2893 | 2025-02-25T02:04:19.233Z | Compiling slog-stdlog v4.1.1 |
| 2894 | 2025-02-25T02:04:20.038Z | Compiling p384 v0.13.0 |
| 2895 | 2025-02-25T02:04:20.060Z | Compiling toolchain_find v0.4.0 |
| 2896 | 2025-02-25T02:04:20.542Z | Compiling chacha20poly1305 v0.10.1 |
| 2897 | 2025-02-25T02:04:20.565Z | Compiling ctr v0.9.2 |
| 2898 | 2025-02-25T02:04:20.704Z | Compiling lzma-sys v0.1.20 |
| 2899 | 2025-02-25T02:04:20.817Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2900 | 2025-02-25T02:04:20.970Z | Compiling bitfield-struct v0.6.2 |
| 2901 | 2025-02-25T02:04:21.292Z | Compiling slog-dtrace v0.3.0 |
| 2902 | 2025-02-25T02:04:21.505Z | Compiling topological-sort v0.2.2 |
| 2903 | 2025-02-25T02:04:21.623Z | Compiling highway v1.2.0 |
| 2904 | 2025-02-25T02:04:21.761Z | Compiling omicron-zone-package v0.12.0 |
| 2905 | 2025-02-25T02:04:21.972Z | Compiling aes-gcm v0.10.3 |
| 2906 | 2025-02-25T02:04:22.346Z | Compiling rustfmt-wrapper v0.2.1 |
| 2907 | 2025-02-25T02:04:22.404Z | Compiling mime_guess v2.0.5 |
| 2908 | 2025-02-25T02:04:22.434Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2909 | 2025-02-25T02:04:22.531Z | Compiling slog-envlogger v2.2.0 |
| 2910 | 2025-02-25T02:04:22.876Z | Compiling steno v0.4.1 |
| 2911 | 2025-02-25T02:04:23.591Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2912 | 2025-02-25T02:04:23.621Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2913 | 2025-02-25T02:04:23.694Z | Compiling heck v0.3.3 |
| 2914 | 2025-02-25T02:04:24.096Z | Compiling ssh-encoding v0.2.0 |
| 2915 | 2025-02-25T02:04:24.117Z | Compiling blowfish v0.9.1 |
| 2916 | 2025-02-25T02:04:24.272Z | Compiling nibble_vec v0.1.0 |
| 2917 | 2025-02-25T02:04:24.531Z | Compiling env_filter v0.1.2 |
| 2918 | 2025-02-25T02:04:24.589Z | Compiling humantime v2.1.0 |
| 2919 | 2025-02-25T02:04:24.617Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2920 | 2025-02-25T02:04:24.720Z | Compiling endian-type v0.1.2 |
| 2921 | 2025-02-25T02:04:24.977Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2922 | 2025-02-25T02:04:25.038Z | Compiling radix_trie v0.2.1 |
| 2923 | 2025-02-25T02:04:25.068Z | Compiling env_logger v0.11.5 |
| 2924 | 2025-02-25T02:04:25.130Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2925 | 2025-02-25T02:04:25.169Z | Compiling ssh-cipher v0.2.0 |
| 2926 | 2025-02-25T02:04:25.677Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2927 | 2025-02-25T02:04:25.703Z | Compiling progenitor v0.8.0 |
| 2928 | 2025-02-25T02:04:25.782Z | Compiling zone_cfg_derive v0.1.2 |
| 2929 | 2025-02-25T02:04:25.939Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2930 | 2025-02-25T02:04:26.331Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2931 | 2025-02-25T02:04:26.498Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2932 | 2025-02-25T02:04:26.642Z | Compiling parking_lot v0.11.2 |
| 2933 | 2025-02-25T02:04:27.273Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2934 | 2025-02-25T02:04:27.295Z | Compiling password-hash v0.4.2 |
| 2935 | 2025-02-25T02:04:27.509Z | Compiling gethostname v0.5.0 |
| 2936 | 2025-02-25T02:04:27.512Z | Compiling fxhash v0.2.1 |
| 2937 | 2025-02-25T02:04:27.666Z | Compiling progenitor v0.9.1 |
| 2938 | 2025-02-25T02:04:27.706Z | Compiling http-range v0.1.5 |
| 2939 | 2025-02-25T02:04:27.729Z | Compiling base64 v0.13.1 |
| 2940 | 2025-02-25T02:04:27.754Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2941 | 2025-02-25T02:04:27.776Z | Compiling lockfree-object-pool v0.1.6 |
| 2942 | 2025-02-25T02:04:27.906Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2943 | 2025-02-25T02:04:28.032Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2944 | 2025-02-25T02:04:28.093Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2945 | 2025-02-25T02:04:28.117Z | Compiling bumpalo v3.16.0 |
| 2946 | 2025-02-25T02:04:28.137Z | Compiling simd-adler32 v0.3.7 |
| 2947 | 2025-02-25T02:04:28.295Z | Compiling zip v2.1.3 |
| 2948 | 2025-02-25T02:04:28.649Z | Compiling zopfli v0.8.1 |
| 2949 | 2025-02-25T02:04:28.709Z | Compiling ron v0.7.1 |
| 2950 | 2025-02-25T02:04:28.770Z | Compiling pbkdf2 v0.11.0 |
| 2951 | 2025-02-25T02:04:29.075Z | Compiling sled v0.34.7 |
| 2952 | 2025-02-25T02:04:29.150Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2953 | 2025-02-25T02:04:29.818Z | Compiling zone v0.1.8 |
| 2954 | 2025-02-25T02:04:30.252Z | Compiling xz2 v0.1.7 |
| 2955 | 2025-02-25T02:04:30.760Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2956 | 2025-02-25T02:04:31.304Z | Compiling ssh-key v0.6.6 |
| 2957 | 2025-02-25T02:04:31.865Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2958 | 2025-02-25T02:04:32.026Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2959 | 2025-02-25T02:04:33.636Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2960 | 2025-02-25T02:04:33.716Z | Compiling hickory-client v0.24.3 |
| 2961 | 2025-02-25T02:04:34.833Z | Compiling p521 v0.13.3 |
| 2962 | 2025-02-25T02:04:35.172Z | Compiling p256 v0.13.2 |
| 2963 | 2025-02-25T02:04:35.193Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2964 | 2025-02-25T02:04:35.550Z | Compiling hickory-server v0.24.3 |
| 2965 | 2025-02-25T02:04:36.036Z | Compiling pem v3.0.5 |
| 2966 | 2025-02-25T02:04:36.194Z | Compiling yasna v0.5.2 |
| 2967 | 2025-02-25T02:04:36.800Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2968 | 2025-02-25T02:04:37.179Z | Compiling headers-core v0.3.0 |
| 2969 | 2025-02-25T02:04:37.383Z | Compiling kstat-rs v0.2.4 |
| 2970 | 2025-02-25T02:04:37.407Z | Compiling nanorand v0.7.0 |
| 2971 | 2025-02-25T02:04:37.798Z | Compiling atty v0.2.14 |
| 2972 | 2025-02-25T02:04:37.946Z | Compiling russh-cryptovec v0.7.3 |
| 2973 | 2025-02-25T02:04:37.998Z | Compiling md5 v0.7.0 |
| 2974 | 2025-02-25T02:04:38.002Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2975 | 2025-02-25T02:04:38.290Z | Compiling flume v0.11.1 |
| 2976 | 2025-02-25T02:04:38.578Z | Compiling russh-keys v0.45.0 |
| 2977 | 2025-02-25T02:04:38.840Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2978 | 2025-02-25T02:04:38.956Z | Compiling headers v0.4.0 |
| 2979 | 2025-02-25T02:04:39.167Z | Compiling rcgen v0.12.1 |
| 2980 | 2025-02-25T02:04:40.715Z | Compiling hyper-staticfile v0.10.1 |
| 2981 | 2025-02-25T02:04:41.887Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2982 | 2025-02-25T02:04:42.097Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2983 | 2025-02-25T02:04:42.330Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2984 | 2025-02-25T02:04:42.535Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2985 | 2025-02-25T02:04:42.933Z | Compiling num-bigint v0.4.6 |
| 2986 | 2025-02-25T02:04:43.201Z | Compiling des v0.8.1 |
| 2987 | 2025-02-25T02:04:43.300Z | Compiling subprocess v0.2.9 |
| 2988 | 2025-02-25T02:04:43.576Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2989 | 2025-02-25T02:04:43.747Z | Compiling display-error-chain v0.2.2 |
| 2990 | 2025-02-25T02:04:44.016Z | Compiling hex-literal v0.4.1 |
| 2991 | 2025-02-25T02:04:44.531Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2992 | 2025-02-25T02:04:44.690Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2993 | 2025-02-25T02:04:44.938Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2994 | 2025-02-25T02:04:47.413Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2995 | 2025-02-25T02:04:48.971Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2996 | 2025-02-25T02:04:49.909Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2997 | 2025-02-25T02:04:50.093Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2998 | 2025-02-25T02:04:52.150Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2999 | 2025-02-25T02:04:52.338Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3000 | 2025-02-25T02:04:52.572Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3001 | 2025-02-25T02:04:53.703Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3002 | 2025-02-25T02:04:53.843Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3003 | 2025-02-25T02:04:54.049Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3004 | 2025-02-25T02:04:54.974Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3005 | 2025-02-25T02:04:55.813Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3006 | 2025-02-25T02:04:56.155Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3007 | 2025-02-25T02:04:56.492Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3008 | 2025-02-25T02:04:57.414Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3009 | 2025-02-25T02:04:57.421Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3010 | 2025-02-25T02:04:58.969Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3011 | 2025-02-25T02:04:59.345Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3012 | 2025-02-25T02:04:59.435Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3013 | 2025-02-25T02:05:00.742Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3014 | 2025-02-25T02:05:01.325Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3015 | 2025-02-25T02:05:03.244Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3016 | 2025-02-25T02:05:04.548Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3017 | 2025-02-25T02:05:04.975Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3018 | 2025-02-25T02:05:05.111Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3019 | 2025-02-25T02:05:05.699Z | Compiling russh v0.45.0 |
| 3020 | 2025-02-25T02:05:06.427Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3021 | 2025-02-25T02:05:06.612Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3022 | 2025-02-25T02:05:08.024Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3023 | 2025-02-25T02:05:08.549Z | Compiling internet-checksum v0.2.1 |
| 3024 | 2025-02-25T02:05:14.947Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3025 | 2025-02-25T02:05:22.198Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3026 | 2025-02-25T02:05:23.930Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3027 | 2025-02-25T02:05:50.077Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3028 | 2025-02-25T02:06:13.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
| 3029 | 2025-02-25T02:06:14.125Z | |
| 3030 | 2025-02-25T02:06:14.128Z | real 2:33.189023869 |
| 3031 | 2025-02-25T02:06:14.128Z | user 12:51.824284800 |
| 3032 | 2025-02-25T02:06:14.128Z | sys 1:43.395990592 |
| 3033 | 2025-02-25T02:06:14.128Z | trap 0.399967458 |
| 3034 | 2025-02-25T02:06:14.128Z | tflt 0.347680236 |
| 3035 | 2025-02-25T02:06:14.128Z | dflt 0.848716644 |
| 3036 | 2025-02-25T02:06:14.128Z | kflt 0.000041786 |
| 3037 | 2025-02-25T02:06:14.128Z | lock 24:10.784167382 |
| 3038 | 2025-02-25T02:06:14.128Z | slp 45:32.774161992 |
| 3039 | 2025-02-25T02:06:14.128Z | lat 38.398662546 |
| 3040 | 2025-02-25T02:06:14.128Z | stop 1:45.674384374 |
| 3041 | 2025-02-25T02:06:14.128Z | + mkdir tests |
| 3042 | 2025-02-25T02:06:14.131Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3043 | 2025-02-25T02:06:14.133Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3044 | 2025-02-25T02:06:14.173Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3e1c7866dbbe6731 tests/ |
| 3045 | 2025-02-25T02:06:14.201Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5864895f0e3a68a6 tests/ |
| 3046 | 2025-02-25T02:06:14.228Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-23f12031832a6e89 tests/ |
| 3047 | 2025-02-25T02:06:14.257Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-32cfa567485e8139 tests/ |
| 3048 | 2025-02-25T02:06:14.557Z | + 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/*) |
| 3049 | 2025-02-25T02:06:14.559Z | + 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-5864895f0e3a68a6 tests/commtest-23f12031832a6e89 tests/dhcp_server-3e1c7866dbbe6731 tests/end_to_end_tests-32cfa567485e8139 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 |
| 3050 | 2025-02-25T02:07:32.937Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3051 | 2025-02-25T02:07:32.937Z | a .github/buildomat/ci-env.sh 1K |
| 3052 | 2025-02-25T02:07:32.937Z | a out/target/test 1K |
| 3053 | 2025-02-25T02:07:32.937Z | a out/npuzone/npuzone 23144K |
| 3054 | 2025-02-25T02:07:32.937Z | a package-manifest.toml 33K |
| 3055 | 2025-02-25T02:07:32.937Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3056 | 2025-02-25T02:07:32.937Z | a target/release/omicron-package 39601K |
| 3057 | 2025-02-25T02:07:32.937Z | a target/release/xtask 10730K |
| 3058 | 2025-02-25T02:07:32.937Z | a target/debug/bootstrap 220685K |
| 3059 | 2025-02-25T02:07:32.937Z | a tests/bootstrap-5864895f0e3a68a6 24083K |
| 3060 | 2025-02-25T02:07:32.937Z | a tests/commtest-23f12031832a6e89 26204K |
| 3061 | 2025-02-25T02:07:32.937Z | a tests/dhcp_server-3e1c7866dbbe6731 24083K |
| 3062 | 2025-02-25T02:07:32.937Z | a tests/end_to_end_tests-32cfa567485e8139 283850K |
| 3063 | 2025-02-25T02:07:32.937Z | a out/clickhouse.tar.gz 306907K |
| 3064 | 2025-02-25T02:07:32.937Z | a out/clickhouse_keeper.tar.gz 292571K |
| 3065 | 2025-02-25T02:07:32.937Z | a out/clickhouse_server.tar.gz 306889K |
| 3066 | 2025-02-25T02:07:32.938Z | a out/cockroachdb.tar.gz 144650K |
| 3067 | 2025-02-25T02:07:32.938Z | a out/crucible-dtrace.tar 99K |
| 3068 | 2025-02-25T02:07:32.938Z | a out/crucible-pantry-zone.tar.gz 32965K |
| 3069 | 2025-02-25T02:07:32.938Z | a out/crucible-zone.tar.gz 41335K |
| 3070 | 2025-02-25T02:07:32.938Z | a out/external-dns.tar.gz 46775K |
| 3071 | 2025-02-25T02:07:32.938Z | a out/internal-dns.tar.gz 46775K |
| 3072 | 2025-02-25T02:07:32.938Z | a out/mg-ddm-gz.tar 63075K |
| 3073 | 2025-02-25T02:07:32.938Z | a out/nexus.tar.gz 111445K |
| 3074 | 2025-02-25T02:07:32.938Z | a out/ntp.tar.gz 14910K |
| 3075 | 2025-02-25T02:07:32.938Z | a out/omicron-gateway-softnpu.tar.gz 26040K |
| 3076 | 2025-02-25T02:07:32.938Z | a out/omicron-sled-agent.tar 127413K |
| 3077 | 2025-02-25T02:07:32.938Z | a out/overlay.tar.gz 3K |
| 3078 | 2025-02-25T02:07:32.938Z | a out/oximeter.tar.gz 56819K |
| 3079 | 2025-02-25T02:07:32.938Z | a out/oxlog.tar 3138K |
| 3080 | 2025-02-25T02:07:32.938Z | a out/probe.tar.gz 2764K |
| 3081 | 2025-02-25T02:07:32.938Z | a out/propolis-server.tar.gz 66425K |
| 3082 | 2025-02-25T02:07:32.938Z | a out/pumpkind-gz.tar 26665K |
| 3083 | 2025-02-25T02:07:32.938Z | a out/switch-softnpu.tar.gz 266479K |
| 3084 | 2025-02-25T02:07:32.941Z | |
| 3085 | 2025-02-25T02:07:32.941Z | real 1:18.375845808 |
| 3086 | 2025-02-25T02:07:32.941Z | user 1:14.525995169 |
| 3087 | 2025-02-25T02:07:32.941Z | sys 5.529345449 |
| 3088 | 2025-02-25T02:07:32.941Z | trap 0.021778497 |
| 3089 | 2025-02-25T02:07:32.941Z | tflt 0.000000000 |
| 3090 | 2025-02-25T02:07:32.941Z | dflt 0.000000000 |
| 3091 | 2025-02-25T02:07:32.941Z | kflt 0.000000000 |
| 3092 | 2025-02-25T02:07:32.941Z | lock 0.000000000 |
| 3093 | 2025-02-25T02:07:32.941Z | slp 1:14.268839936 |
| 3094 | 2025-02-25T02:07:32.941Z | lat 2.401074803 |
| 3095 | 2025-02-25T02:07:32.941Z | stop 0.000206514 |
| 3096 | 2025-02-25T02:07:32.944Z | process exited: duration 2120232 ms, exit code 0 |
| |
| 3097 | 2025-02-25T02:07:32.959Z | found 1 output files |
| 3098 | 2025-02-25T02:07:32.959Z | uploading: /work/package.tar.gz (2044986870 bytes) |
| 3099 | 2025-02-25T02:08:11.830Z | uploaded: /work/package.tar.gz |