|
|
|
| 1 | 2025-03-03T23:51:02.135Z | job assigned to worker 01JNF6NAWXZM34XARRVRJKWB9B [factory aws, i-037bf41590e97f327] (queued for 1 m 0 s) |
| |
| 2 | 2025-03-03T23:51:10.601Z | starting task 0: "setup" |
| 3 | 2025-03-03T23:51:10.609Z | ++ uname -s |
| 4 | 2025-03-03T23:51:10.614Z | + kern=SunOS |
| 5 | 2025-03-03T23:51:10.614Z | + build_user=build |
| 6 | 2025-03-03T23:51:10.614Z | + build_uid=12345 |
| 7 | 2025-03-03T23:51:10.614Z | + work_dir=/work |
| 8 | 2025-03-03T23:51:10.614Z | + input_dir=/input |
| 9 | 2025-03-03T23:51:10.614Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T23:51:10.614Z | + case "$kern" in |
| 11 | 2025-03-03T23:51:10.614Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T23:51:10.618Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T23:51:12.621Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T23:51:12.731Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T23:51:12.734Z | + home_fs=zfs |
| 16 | 2025-03-03T23:51:12.734Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T23:51:12.734Z | + mkdir -p /home/build |
| 18 | 2025-03-03T23:51:12.738Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T23:51:14.738Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T23:51:14.743Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2025-03-03T23:51:14.750Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T23:51:14.755Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T23:51:14.755Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-03T23:51:14.755Z | * rust toolchain channel = "1.85.0" |
| 25 | 2025-03-03T23:51:14.755Z | * rust toolchain profile = "default" |
| 26 | 2025-03-03T23:51:14.755Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T23:51:14.755Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T23:51:14.758Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T23:51:14.758Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T23:51:14.920Z | info: downloading installer |
| 31 | 2025-03-03T23:51:16.335Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T23:51:16.335Z | warn: /opt/ooce/bin |
| 33 | 2025-03-03T23:51:16.335Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T23:51:16.335Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-03T23:51:16.335Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T23:51:16.335Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T23:51:16.335Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T23:51:16.335Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T23:51:16.335Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T23:51:16.376Z | info: profile set to 'default' |
| 41 | 2025-03-03T23:51:16.376Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T23:51:16.380Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T23:51:16.551Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T23:51:16.551Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T23:51:17.306Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T23:51:17.676Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T23:51:18.812Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T23:51:20.793Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T23:51:27.486Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T23:51:27.827Z | info: installing component 'cargo' |
| 51 | 2025-03-03T23:51:28.695Z | info: installing component 'clippy' |
| 52 | 2025-03-03T23:51:29.086Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T23:51:30.883Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T23:51:32.764Z | info: installing component 'rustc' |
| 55 | 2025-03-03T23:51:38.904Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T23:51:39.239Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T23:51:39.239Z | |
| 58 | 2025-03-03T23:51:39.605Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T23:51:39.605Z | |
| 60 | 2025-03-03T23:51:39.608Z | |
| 61 | 2025-03-03T23:51:39.608Z | Rust is installed now. Great! |
| 62 | 2025-03-03T23:51:39.608Z | |
| 63 | 2025-03-03T23:51:39.608Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T23:51:39.608Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T23:51:39.608Z | |
| 66 | 2025-03-03T23:51:39.608Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T23:51:39.608Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T23:51:39.608Z | |
| 69 | 2025-03-03T23:51:39.608Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T23:51:39.608Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T23:51:39.609Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T23:51:39.609Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-03T23:51:39.680Z | + rustup --version |
| 74 | 2025-03-03T23:51:39.690Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-03T23:51:39.690Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-03T23:51:39.721Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-03T23:51:39.726Z | + cargo --version |
| 78 | 2025-03-03T23:51:39.743Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-03T23:51:39.747Z | + rustc --version |
| 80 | 2025-03-03T23:51:39.773Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-03T23:51:39.780Z | process exited: duration 25022 ms, exit code 0 |
| |
| 82 | 2025-03-03T23:51:39.793Z | starting task 2: "authentication" |
| 83 | 2025-03-03T23:51:39.817Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-03-03T23:51:39.822Z | starting task 3: "clone repository" |
| 85 | 2025-03-03T23:51:39.827Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-03T23:51:39.830Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-03T23:51:40.094Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-03T23:51:49.240Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-03T23:51:49.240Z | + git fetch origin 8bbe88fd562005041a68ef4c22244a364efeb1b1 |
| 90 | 2025-03-03T23:51:49.513Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-03T23:51:49.513Z | * branch 8bbe88fd562005041a68ef4c22244a364efeb1b1 -> FETCH_HEAD |
| 92 | 2025-03-03T23:51:49.525Z | + [[ -n spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json ]] |
| 93 | 2025-03-03T23:51:49.529Z | ++ git branch --show-current |
| 94 | 2025-03-03T23:51:49.533Z | + current=main |
| 95 | 2025-03-03T23:51:49.533Z | + [[ main != spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json ]] |
| 96 | 2025-03-03T23:51:49.533Z | + git branch -f spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json 8bbe88fd562005041a68ef4c22244a364efeb1b1 |
| 97 | 2025-03-03T23:51:49.536Z | + git checkout -f spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json |
| 98 | 2025-03-03T23:51:49.730Z | Switched to branch 'spr/papertigers/nexus-support-bundle-diag-commands-should-be-saved-in-json' |
| 99 | 2025-03-03T23:51:49.733Z | + git reset --hard 8bbe88fd562005041a68ef4c22244a364efeb1b1 |
| 100 | 2025-03-03T23:51:49.748Z | HEAD is now at 8bbe88fd5 rebase on main |
| 101 | 2025-03-03T23:51:49.751Z | process exited: duration 9926 ms, exit code 0 |
| |
| 102 | 2025-03-03T23:51:49.759Z | starting task 4: "build" |
| 103 | 2025-03-03T23:51:49.765Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-03T23:51:49.765Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-03T23:51:49.765Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-03T23:51:49.765Z | + cargo --version |
| 107 | 2025-03-03T23:51:49.780Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-03T23:51:49.783Z | + rustc --version |
| 109 | 2025-03-03T23:51:49.811Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-03T23:51:49.915Z | + WORK=/work |
| 111 | 2025-03-03T23:51:49.918Z | + pfexec mkdir -p /work |
| 112 | 2025-03-03T23:51:49.918Z | + pfexec chown build /work |
| 113 | 2025-03-03T23:51:49.918Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-03-03T23:51:53.828Z | pkg list: illegal option -- F |
| 115 | 2025-03-03T23:51:53.828Z | Usage: |
| 116 | 2025-03-03T23:51:53.832Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-03-03T23:51:53.833Z | [pkg_fmri_pattern ...] |
| 118 | 2025-03-03T23:51:54.735Z | pkg list: illegal option -- F |
| 119 | 2025-03-03T23:51:54.735Z | Usage: |
| 120 | 2025-03-03T23:51:54.735Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-03-03T23:51:54.735Z | [pkg_fmri_pattern ...] |
| 122 | 2025-03-03T23:52:01.371Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-03-03T23:52:05.902Z | Startup: Caching catalogs ... Done |
| 124 | 2025-03-03T23:52:19.633Z | Planning: Solver setup ... Done (12.757s) |
| 125 | 2025-03-03T23:52:19.789Z | Planning: Running solver ... Done (0.156s) |
| 126 | 2025-03-03T23:52:19.993Z | Planning: Finding local manifests ... Done (0.076s) |
| 127 | 2025-03-03T23:52:20.029Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-03-03T23:52:20.314Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-03-03T23:52:20.534Z | Planning: Package planning ... Done (0.220s) |
| 130 | 2025-03-03T23:52:20.593Z | Planning: Merging actions ... Done (0.058s) |
| 131 | 2025-03-03T23:52:20.982Z | Planning: Checking for conflicting actions ... Done (0.389s) |
| 132 | 2025-03-03T23:52:23.795Z | Planning: Consolidating action changes ... Done (2.812s) |
| 133 | 2025-03-03T23:52:24.228Z | Planning: Evaluating mediators ... Done (0.433s) |
| 134 | 2025-03-03T23:52:24.343Z | Planning: Planning completed in 18.34 seconds |
| 135 | 2025-03-03T23:52:24.358Z | Packages to install: 4 |
| 136 | 2025-03-03T23:52:24.358Z | Packages to update: 3 |
| 137 | 2025-03-03T23:52:24.358Z | Mediators to change: 2 |
| 138 | 2025-03-03T23:52:24.358Z | Services to change: 1 |
| 139 | 2025-03-03T23:52:24.358Z | Estimated space available: 155.60 GB |
| 140 | 2025-03-03T23:52:24.362Z | Estimated space to be consumed: 1.66 GB |
| 141 | 2025-03-03T23:52:24.362Z | Create boot environment: No |
| 142 | 2025-03-03T23:52:24.362Z | Create backup boot environment: Yes |
| 143 | 2025-03-03T23:52:24.362Z | Rebuild boot archive: No |
| 144 | 2025-03-03T23:52:24.362Z | |
| 145 | 2025-03-03T23:52:24.362Z | Changed mediators: |
| 146 | 2025-03-03T23:52:24.362Z | mediator clang: |
| 147 | 2025-03-03T23:52:24.362Z | version: None -> 15 (system default) |
| 148 | 2025-03-03T23:52:24.362Z | |
| 149 | 2025-03-03T23:52:24.362Z | mediator llvm: |
| 150 | 2025-03-03T23:52:24.362Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-03-03T23:52:24.362Z | |
| 152 | 2025-03-03T23:52:24.362Z | Changed packages: |
| 153 | 2025-03-03T23:52:24.362Z | helios-dev |
| 154 | 2025-03-03T23:52:24.363Z | developer/build-essential |
| 155 | 2025-03-03T23:52:24.363Z | None -> 11-2.0 |
| 156 | 2025-03-03T23:52:24.363Z | library/libxmlsec1 |
| 157 | 2025-03-03T23:52:24.363Z | None -> 1.2.35-2.0 |
| 158 | 2025-03-03T23:52:24.363Z | ooce/developer/clang-15 |
| 159 | 2025-03-03T23:52:24.363Z | None -> 15.0.7-2.0 |
| 160 | 2025-03-03T23:52:24.363Z | ooce/developer/llvm-15 |
| 161 | 2025-03-03T23:52:24.363Z | None -> 15.0.7-2.0 |
| 162 | 2025-03-03T23:52:24.363Z | package/pkg |
| 163 | 2025-03-03T23:52:24.363Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-03-03T23:52:24.363Z | system/library/g++-runtime |
| 165 | 2025-03-03T23:52:24.363Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-03-03T23:52:24.363Z | system/library/gcc-runtime |
| 167 | 2025-03-03T23:52:24.363Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-03-03T23:52:24.363Z | |
| 169 | 2025-03-03T23:52:24.363Z | Services: |
| 170 | 2025-03-03T23:52:24.363Z | restart_fmri: |
| 171 | 2025-03-03T23:52:24.363Z | svc:/system/update-man-index:default |
| 172 | 2025-03-03T23:52:24.363Z | |
| 173 | 2025-03-03T23:52:24.363Z | Editable files to change: |
| 174 | 2025-03-03T23:52:24.363Z | Update: |
| 175 | 2025-03-03T23:52:24.363Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-03-03T23:52:24.471Z | |
| 177 | 2025-03-03T23:52:24.471Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-03-03T23:52:30.622Z | Download: 212/4301 items 1.3/225.4MB 0% complete (741k/s) |
| 179 | 2025-03-03T23:52:35.623Z | Download: 1182/4301 items 45.0/225.4MB 19% complete (4.4M/s) |
| 180 | 2025-03-03T23:52:43.156Z | Download: 1195/4301 items 83.4/225.4MB 36% complete (9.0M/s) |
| 181 | 2025-03-03T23:52:48.154Z | Download: 2122/4301 items 118.9/225.4MB 52% complete (7.3M/s) |
| 182 | 2025-03-03T23:52:53.164Z | Download: 2312/4301 items 119.6/225.4MB 53% complete (3.7M/s) |
| 183 | 2025-03-03T23:52:58.171Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
| 184 | 2025-03-03T23:53:03.174Z | Download: 4022/4301 items 219.4/225.4MB 97% complete (10.0M/s) |
| 185 | 2025-03-03T23:53:09.309Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (9.0M/s) |
| 186 | 2025-03-03T23:53:11.560Z | Download: Completed 225.42 MB in 47.08 seconds (4.8M/s) |
| 187 | 2025-03-03T23:53:13.687Z | Actions: 1/5122 actions (Removing old actions) |
| 188 | 2025-03-03T23:53:13.704Z | Actions: 194/5122 actions (Installing new actions) |
| 189 | 2025-03-03T23:53:18.705Z | Actions: 4256/5122 actions (Installing new actions) |
| 190 | 2025-03-03T23:53:18.708Z | Actions: 4267/5122 actions (Updating modified actions) |
| 191 | 2025-03-03T23:53:19.188Z | Actions: Completed 5122 actions in 5.50 seconds. |
| 192 | 2025-03-03T23:53:19.631Z | Done (0.434s) |
| 193 | 2025-03-03T23:53:19.634Z | Done (0.001s) |
| 194 | 2025-03-03T23:53:20.259Z | Done (0.626s) |
| 195 | 2025-03-03T23:53:25.273Z | Done (4.769s) |
| 196 | 2025-03-03T23:53:25.462Z | Done (0.120s) |
| 197 | 2025-03-03T23:53:25.465Z | Done (0.000s) |
| 198 | 2025-03-03T23:53:25.699Z | Done (0.000s) |
| 199 | 2025-03-03T23:53:26.470Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2025-03-03T23:53:26.637Z | Planning: Checking for conflicting actions ... Done |
| 201 | 2025-03-03T23:53:26.639Z | Planning: Consolidating action changes ... Done |
| 202 | 2025-03-03T23:53:26.910Z | Planning: Evaluating mediators ... Done |
| 203 | 2025-03-03T23:53:26.913Z | Planning: Planning completed in 0.44 seconds |
| 204 | 2025-03-03T23:53:26.951Z | Mediators to change: 2 |
| 205 | 2025-03-03T23:53:26.951Z | Create boot environment: No |
| 206 | 2025-03-03T23:53:26.951Z | Create backup boot environment: No |
| 207 | 2025-03-03T23:53:27.047Z | Done |
| 208 | 2025-03-03T23:53:27.047Z | Done |
| 209 | 2025-03-03T23:53:27.473Z | Done |
| 210 | 2025-03-03T23:53:31.407Z | Done |
| 211 | 2025-03-03T23:53:31.514Z | Done |
| 212 | 2025-03-03T23:53:31.518Z | Done |
| 213 | 2025-03-03T23:53:31.644Z | Done |
| 214 | 2025-03-03T23:53:32.309Z | Planning: Evaluating mediator changes ... Done |
| 215 | 2025-03-03T23:53:32.312Z | Planning: Merging actions ... Done |
| 216 | 2025-03-03T23:53:32.505Z | Planning: Checking for conflicting actions ... Done |
| 217 | 2025-03-03T23:53:32.508Z | Planning: Consolidating action changes ... Done |
| 218 | 2025-03-03T23:53:32.774Z | Planning: Evaluating mediators ... Done |
| 219 | 2025-03-03T23:53:32.830Z | Planning: Planning completed in 0.77 seconds |
| 220 | 2025-03-03T23:53:32.871Z | Packages to change: 1 |
| 221 | 2025-03-03T23:53:32.871Z | Mediators to change: 1 |
| 222 | 2025-03-03T23:53:32.872Z | Services to change: 1 |
| 223 | 2025-03-03T23:53:32.872Z | Create boot environment: No |
| 224 | 2025-03-03T23:53:32.872Z | Create backup boot environment: Yes |
| 225 | 2025-03-03T23:53:35.214Z | Actions: 1/6 actions (Updating modified actions) |
| 226 | 2025-03-03T23:53:35.242Z | Actions: Completed 6 actions in 0.03 seconds. |
| 227 | 2025-03-03T23:53:35.245Z | Done |
| 228 | 2025-03-03T23:53:35.245Z | Done |
| 229 | 2025-03-03T23:53:35.370Z | Done |
| 230 | 2025-03-03T23:53:39.395Z | Done |
| 231 | 2025-03-03T23:53:39.499Z | Done |
| 232 | 2025-03-03T23:53:39.502Z | Done |
| 233 | 2025-03-03T23:53:39.646Z | Done |
| 234 | 2025-03-03T23:53:40.115Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 235 | 2025-03-03T23:53:40.115Z | clang system 15 system |
| 236 | 2025-03-03T23:53:40.115Z | csh system system illumos |
| 237 | 2025-03-03T23:53:40.115Z | ctags system system illumos |
| 238 | 2025-03-03T23:53:40.115Z | gcc vendor 12 vendor |
| 239 | 2025-03-03T23:53:40.115Z | gcc system 10 system |
| 240 | 2025-03-03T23:53:40.115Z | gcc system 7 system |
| 241 | 2025-03-03T23:53:40.115Z | go system 1.20 system |
| 242 | 2025-03-03T23:53:40.115Z | go system 1.19 system |
| 243 | 2025-03-03T23:53:40.115Z | llvm system 15 system |
| 244 | 2025-03-03T23:53:40.115Z | llvm system 14 system |
| 245 | 2025-03-03T23:53:40.115Z | mariadb system 10.6 system |
| 246 | 2025-03-03T23:53:40.115Z | mta vendor vendor dma |
| 247 | 2025-03-03T23:53:40.115Z | openjdk system 17 system |
| 248 | 2025-03-03T23:53:40.115Z | openjdk system 11 system |
| 249 | 2025-03-03T23:53:40.115Z | openjdk system 1.8 system |
| 250 | 2025-03-03T23:53:40.115Z | openssl vendor 3 vendor |
| 251 | 2025-03-03T23:53:40.115Z | perl system 5.36 system |
| 252 | 2025-03-03T23:53:40.115Z | postgresql system 15 system |
| 253 | 2025-03-03T23:53:40.115Z | postgresql system 13 system |
| 254 | 2025-03-03T23:53:40.115Z | python vendor 3 vendor |
| 255 | 2025-03-03T23:53:40.115Z | python system 2 system |
| 256 | 2025-03-03T23:53:40.115Z | python3 system 3.11 system |
| 257 | 2025-03-03T23:53:40.115Z | ruby system 3.0 system |
| 258 | 2025-03-03T23:53:40.115Z | words vendor vendor american-english |
| 259 | 2025-03-03T23:53:40.115Z | words system system australian-english |
| 260 | 2025-03-03T23:53:40.115Z | words system system british-english |
| 261 | 2025-03-03T23:53:40.116Z | words system system canadian-english |
| 262 | 2025-03-03T23:53:40.116Z | words system system french |
| 263 | 2025-03-03T23:53:40.116Z | words system system italian |
| 264 | 2025-03-03T23:53:40.116Z | words system system ngerman |
| 265 | 2025-03-03T23:53:40.116Z | words system system ogerman |
| 266 | 2025-03-03T23:53:40.116Z | words system system spanish |
| 267 | 2025-03-03T23:53:40.445Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2025-03-03T23:53:40.445Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2025-03-03T23:53:43.566Z | FMRI IFO |
| 270 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2025-03-03T23:53:43.566Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 277 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 280 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 283 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2025-03-03T23:53:43.567Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2025-03-03T23:53:44.331Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2025-03-03T23:53:44.593Z | Updating crates.io index |
| 287 | 2025-03-03T23:53:44.625Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 288 | 2025-03-03T23:53:45.137Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 289 | 2025-03-03T23:53:45.349Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 290 | 2025-03-03T23:53:45.577Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 291 | 2025-03-03T23:53:45.854Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-03-03T23:53:46.917Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2025-03-03T23:53:48.717Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2025-03-03T23:53:49.345Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 295 | 2025-03-03T23:53:50.049Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2025-03-03T23:53:50.327Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2025-03-03T23:53:50.609Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2025-03-03T23:53:51.173Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2025-03-03T23:53:51.659Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2025-03-03T23:53:51.966Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 301 | 2025-03-03T23:53:52.391Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2025-03-03T23:53:52.684Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-03-03T23:53:52.916Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-03-03T23:53:53.141Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-03-03T23:53:53.366Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-03-03T23:53:53.602Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 307 | 2025-03-03T23:53:53.913Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 308 | 2025-03-03T23:53:54.189Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 309 | 2025-03-03T23:53:54.483Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 310 | 2025-03-03T23:53:54.801Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 311 | 2025-03-03T23:53:55.025Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2025-03-03T23:53:55.553Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2025-03-03T23:53:55.817Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 314 | 2025-03-03T23:53:56.180Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2025-03-03T23:53:56.539Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 316 | 2025-03-03T23:53:56.804Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2025-03-03T23:53:57.018Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2025-03-03T23:53:57.281Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2025-03-03T23:53:58.485Z | Downloading crates ... |
| 320 | 2025-03-03T23:53:58.564Z | Downloaded autocfg v1.4.0 |
| 321 | 2025-03-03T23:53:58.568Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2025-03-03T23:53:58.573Z | Downloaded equivalent v1.0.1 |
| 323 | 2025-03-03T23:53:58.577Z | Downloaded heck v0.4.1 |
| 324 | 2025-03-03T23:53:58.577Z | Downloaded heck v0.5.0 |
| 325 | 2025-03-03T23:53:58.577Z | Downloaded fnv v1.0.7 |
| 326 | 2025-03-03T23:53:58.577Z | Downloaded crypto-common v0.1.6 |
| 327 | 2025-03-03T23:53:58.580Z | Downloaded winnow v0.7.3 |
| 328 | 2025-03-03T23:53:58.588Z | Downloaded syn v1.0.109 |
| 329 | 2025-03-03T23:53:58.598Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2025-03-03T23:53:58.602Z | Downloaded anyhow v1.0.96 |
| 331 | 2025-03-03T23:53:58.605Z | Downloaded camino v1.1.9 |
| 332 | 2025-03-03T23:53:58.605Z | Downloaded clap_lex v0.7.4 |
| 333 | 2025-03-03T23:53:58.608Z | Downloaded zerocopy v0.7.35 |
| 334 | 2025-03-03T23:53:58.620Z | Downloaded clap v4.5.31 |
| 335 | 2025-03-03T23:53:58.628Z | Downloaded macaddr v1.0.1 |
| 336 | 2025-03-03T23:53:58.633Z | Downloaded itoa v1.0.11 |
| 337 | 2025-03-03T23:53:58.633Z | Downloaded is_terminal_polyfill v1.70.1 |
| 338 | 2025-03-03T23:53:58.638Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2025-03-03T23:53:58.638Z | Downloaded io-lifetimes v1.0.11 |
| 340 | 2025-03-03T23:53:58.638Z | Downloaded fastrand v2.1.1 |
| 341 | 2025-03-03T23:53:58.638Z | Downloaded log v0.4.22 |
| 342 | 2025-03-03T23:53:58.643Z | Downloaded proc-macro-error v1.0.4 |
| 343 | 2025-03-03T23:53:58.643Z | Downloaded semver v1.0.25 |
| 344 | 2025-03-03T23:53:58.646Z | Downloaded sha2 v0.10.8 |
| 345 | 2025-03-03T23:53:58.646Z | Downloaded once_cell v1.20.3 |
| 346 | 2025-03-03T23:53:58.649Z | Downloaded errno v0.3.9 |
| 347 | 2025-03-03T23:53:58.649Z | Downloaded digest v0.10.7 |
| 348 | 2025-03-03T23:53:58.653Z | Downloaded strsim v0.11.1 |
| 349 | 2025-03-03T23:53:58.653Z | Downloaded indexmap v2.7.1 |
| 350 | 2025-03-03T23:53:58.656Z | Downloaded proc-macro2 v1.0.93 |
| 351 | 2025-03-03T23:53:58.659Z | Downloaded serde_spanned v0.6.8 |
| 352 | 2025-03-03T23:53:58.659Z | Downloaded ryu v1.0.18 |
| 353 | 2025-03-03T23:53:58.663Z | Downloaded clap_builder v4.5.31 |
| 354 | 2025-03-03T23:53:58.667Z | Downloaded serde v1.0.218 |
| 355 | 2025-03-03T23:53:58.670Z | Downloaded clap_derive v4.5.28 |
| 356 | 2025-03-03T23:53:58.673Z | Downloaded serde_json v1.0.139 |
| 357 | 2025-03-03T23:53:58.679Z | Downloaded bitflags v2.6.0 |
| 358 | 2025-03-03T23:53:58.682Z | Downloaded colorchoice v1.0.2 |
| 359 | 2025-03-03T23:53:58.685Z | Downloaded cfg-if v1.0.0 |
| 360 | 2025-03-03T23:53:58.685Z | Downloaded block-buffer v0.10.4 |
| 361 | 2025-03-03T23:53:58.685Z | Downloaded bitflags v1.3.2 |
| 362 | 2025-03-03T23:53:58.688Z | Downloaded anstyle-query v1.1.1 |
| 363 | 2025-03-03T23:53:58.692Z | Downloaded anstyle v1.0.10 |
| 364 | 2025-03-03T23:53:58.695Z | Downloaded rustix v0.38.37 |
| 365 | 2025-03-03T23:53:58.714Z | Downloaded toml_datetime v0.6.8 |
| 366 | 2025-03-03T23:53:58.717Z | Downloaded toml v0.8.20 |
| 367 | 2025-03-03T23:53:58.720Z | Downloaded thiserror v1.0.69 |
| 368 | 2025-03-03T23:53:58.723Z | Downloaded textwrap v0.16.1 |
| 369 | 2025-03-03T23:53:58.730Z | Downloaded syn v2.0.98 |
| 370 | 2025-03-03T23:53:58.811Z | Downloaded version_check v0.9.5 |
| 371 | 2025-03-03T23:53:58.814Z | Downloaded anstream v0.6.15 |
| 372 | 2025-03-03T23:53:58.817Z | Downloaded generic-array v0.14.7 |
| 373 | 2025-03-03T23:53:58.817Z | Downloaded cpufeatures v0.2.14 |
| 374 | 2025-03-03T23:53:58.820Z | Downloaded byteorder v1.5.0 |
| 375 | 2025-03-03T23:53:58.820Z | Downloaded bytecount v0.6.8 |
| 376 | 2025-03-03T23:53:58.824Z | Downloaded anstyle-parse v0.2.5 |
| 377 | 2025-03-03T23:53:58.824Z | Downloaded memchr v2.7.4 |
| 378 | 2025-03-03T23:53:58.827Z | Downloaded quote v1.0.38 |
| 379 | 2025-03-03T23:53:58.848Z | Downloaded smawk v0.3.2 |
| 380 | 2025-03-03T23:53:58.852Z | Downloaded serde_derive v1.0.218 |
| 381 | 2025-03-03T23:53:58.855Z | Downloaded thiserror v2.0.11 |
| 382 | 2025-03-03T23:53:58.858Z | Downloaded typenum v1.17.0 |
| 383 | 2025-03-03T23:53:58.861Z | Downloaded ucd-trie v0.1.7 |
| 384 | 2025-03-03T23:53:58.864Z | Downloaded unicode-ident v1.0.14 |
| 385 | 2025-03-03T23:53:58.864Z | Downloaded thiserror-impl v2.0.11 |
| 386 | 2025-03-03T23:53:58.868Z | Downloaded toml_edit v0.22.24 |
| 387 | 2025-03-03T23:53:58.896Z | Downloaded unicode-width v0.1.14 |
| 388 | 2025-03-03T23:53:58.901Z | Downloaded utf8parse v0.2.2 |
| 389 | 2025-03-03T23:53:58.904Z | Downloaded cargo_toml v0.21.0 |
| 390 | 2025-03-03T23:53:58.904Z | Downloaded unicode-linebreak v0.1.5 |
| 391 | 2025-03-03T23:53:58.904Z | Downloaded scroll_derive v0.12.0 |
| 392 | 2025-03-03T23:53:58.907Z | Downloaded terminal_size v0.2.6 |
| 393 | 2025-03-03T23:53:58.907Z | Downloaded tempfile v3.13.0 |
| 394 | 2025-03-03T23:53:58.910Z | Downloaded pretty-hex v0.4.1 |
| 395 | 2025-03-03T23:53:58.910Z | Downloaded pest_meta v2.7.14 |
| 396 | 2025-03-03T23:53:58.913Z | Downloaded thread-id v4.2.2 |
| 397 | 2025-03-03T23:53:58.913Z | Downloaded terminal_size v0.4.0 |
| 398 | 2025-03-03T23:53:58.913Z | Downloaded tabled_derive v0.7.0 |
| 399 | 2025-03-03T23:53:58.913Z | Downloaded tabled v0.15.0 |
| 400 | 2025-03-03T23:53:58.927Z | Downloaded swrite v0.1.0 |
| 401 | 2025-03-03T23:53:58.930Z | Downloaded serde_tokenstream v0.2.2 |
| 402 | 2025-03-03T23:53:58.930Z | Downloaded scroll v0.12.0 |
| 403 | 2025-03-03T23:53:58.933Z | Downloaded memmap v0.7.0 |
| 404 | 2025-03-03T23:53:58.933Z | Downloaded pest_generator v2.7.14 |
| 405 | 2025-03-03T23:53:58.933Z | Downloaded pest_derive v2.7.14 |
| 406 | 2025-03-03T23:53:58.936Z | Downloaded pest v2.7.14 |
| 407 | 2025-03-03T23:53:58.940Z | Downloaded usdt-macro v0.5.0 |
| 408 | 2025-03-03T23:53:58.943Z | Downloaded rustix v0.37.28 |
| 409 | 2025-03-03T23:53:58.958Z | Downloaded libc v0.2.170 |
| 410 | 2025-03-03T23:53:58.980Z | Downloaded usdt-impl v0.5.0 |
| 411 | 2025-03-03T23:53:58.985Z | Downloaded usdt-attr-macro v0.5.0 |
| 412 | 2025-03-03T23:53:58.985Z | Downloaded usdt v0.5.0 |
| 413 | 2025-03-03T23:53:58.985Z | Downloaded papergrid v0.11.0 |
| 414 | 2025-03-03T23:53:58.988Z | Downloaded hashbrown v0.15.1 |
| 415 | 2025-03-03T23:53:58.991Z | Downloaded goblin v0.8.2 |
| 416 | 2025-03-03T23:53:58.996Z | Downloaded fs-err v2.11.0 |
| 417 | 2025-03-03T23:53:58.999Z | Downloaded dtrace-parser v0.2.0 |
| 418 | 2025-03-03T23:53:58.999Z | Downloaded dof v0.3.0 |
| 419 | 2025-03-03T23:53:59.002Z | Downloaded cargo_metadata v0.19.1 |
| 420 | 2025-03-03T23:53:59.002Z | Downloaded cargo-platform v0.1.8 |
| 421 | 2025-03-03T23:53:59.002Z | Downloaded camino-tempfile v1.1.1 |
| 422 | 2025-03-03T23:53:59.005Z | Downloaded plain v0.2.3 |
| 423 | 2025-03-03T23:53:59.272Z | Compiling proc-macro2 v1.0.93 |
| 424 | 2025-03-03T23:53:59.272Z | Compiling unicode-ident v1.0.14 |
| 425 | 2025-03-03T23:53:59.272Z | Compiling serde v1.0.218 |
| 426 | 2025-03-03T23:53:59.275Z | Compiling libc v0.2.170 |
| 427 | 2025-03-03T23:53:59.275Z | Compiling version_check v0.9.5 |
| 428 | 2025-03-03T23:53:59.275Z | Compiling memchr v2.7.4 |
| 429 | 2025-03-03T23:53:59.275Z | Compiling thiserror v1.0.69 |
| 430 | 2025-03-03T23:53:59.308Z | Compiling itoa v1.0.11 |
| 431 | 2025-03-03T23:53:59.575Z | Compiling ryu v1.0.18 |
| 432 | 2025-03-03T23:53:59.687Z | Compiling ucd-trie v0.1.7 |
| 433 | 2025-03-03T23:54:00.105Z | Compiling once_cell v1.20.3 |
| 434 | 2025-03-03T23:54:00.173Z | Compiling byteorder v1.5.0 |
| 435 | 2025-03-03T23:54:00.403Z | Compiling serde_json v1.0.139 |
| 436 | 2025-03-03T23:54:01.525Z | Compiling rustix v0.38.37 |
| 437 | 2025-03-03T23:54:01.528Z | Compiling bitflags v2.6.0 |
| 438 | 2025-03-03T23:54:01.528Z | Compiling usdt-impl v0.5.0 |
| 439 | 2025-03-03T23:54:01.528Z | Compiling proc-macro-error-attr v1.0.4 |
| 440 | 2025-03-03T23:54:01.529Z | Compiling io-lifetimes v1.0.11 |
| 441 | 2025-03-03T23:54:01.529Z | Compiling syn v1.0.109 |
| 442 | 2025-03-03T23:54:01.529Z | Compiling proc-macro-error v1.0.4 |
| 443 | 2025-03-03T23:54:01.529Z | Compiling hashbrown v0.15.1 |
| 444 | 2025-03-03T23:54:01.532Z | Compiling utf8parse v0.2.2 |
| 445 | 2025-03-03T23:54:01.624Z | Compiling plain v0.2.3 |
| 446 | 2025-03-03T23:54:01.711Z | Compiling equivalent v1.0.1 |
| 447 | 2025-03-03T23:54:01.799Z | Compiling rustix v0.37.28 |
| 448 | 2025-03-03T23:54:01.842Z | Compiling log v0.4.22 |
| 449 | 2025-03-03T23:54:01.892Z | Compiling camino v1.1.9 |
| 450 | 2025-03-03T23:54:02.061Z | Compiling quote v1.0.38 |
| 451 | 2025-03-03T23:54:02.168Z | Compiling errno v0.3.9 |
| 452 | 2025-03-03T23:54:02.200Z | Compiling thread-id v4.2.2 |
| 453 | 2025-03-03T23:54:02.330Z | Compiling anstyle-parse v0.2.5 |
| 454 | 2025-03-03T23:54:02.441Z | Compiling syn v2.0.98 |
| 455 | 2025-03-03T23:54:02.577Z | Compiling indexmap v2.7.1 |
| 456 | 2025-03-03T23:54:02.777Z | Compiling is_terminal_polyfill v1.70.1 |
| 457 | 2025-03-03T23:54:02.902Z | Compiling unicode-width v0.1.14 |
| 458 | 2025-03-03T23:54:02.925Z | Compiling autocfg v1.4.0 |
| 459 | 2025-03-03T23:54:03.023Z | Compiling colorchoice v1.0.2 |
| 460 | 2025-03-03T23:54:03.216Z | Compiling semver v1.0.25 |
| 461 | 2025-03-03T23:54:03.408Z | Compiling anstyle-query v1.1.1 |
| 462 | 2025-03-03T23:54:03.580Z | Compiling winnow v0.7.3 |
| 463 | 2025-03-03T23:54:03.721Z | Compiling anstyle v1.0.10 |
| 464 | 2025-03-03T23:54:03.725Z | Compiling thiserror v2.0.11 |
| 465 | 2025-03-03T23:54:03.770Z | Compiling pretty-hex v0.4.1 |
| 466 | 2025-03-03T23:54:03.922Z | Compiling bitflags v1.3.2 |
| 467 | 2025-03-03T23:54:04.050Z | Compiling fs-err v2.11.0 |
| 468 | 2025-03-03T23:54:04.181Z | Compiling anstream v0.6.15 |
| 469 | 2025-03-03T23:54:04.446Z | Compiling terminal_size v0.4.0 |
| 470 | 2025-03-03T23:54:04.822Z | Compiling clap_lex v0.7.4 |
| 471 | 2025-03-03T23:54:04.867Z | Compiling anyhow v1.0.96 |
| 472 | 2025-03-03T23:54:05.064Z | Compiling fastrand v2.1.1 |
| 473 | 2025-03-03T23:54:05.283Z | Compiling heck v0.4.1 |
| 474 | 2025-03-03T23:54:05.328Z | Compiling cfg-if v1.0.0 |
| 475 | 2025-03-03T23:54:05.452Z | Compiling strsim v0.11.1 |
| 476 | 2025-03-03T23:54:05.518Z | Compiling fnv v1.0.7 |
| 477 | 2025-03-03T23:54:05.619Z | Compiling heck v0.5.0 |
| 478 | 2025-03-03T23:54:05.678Z | Compiling bytecount v0.6.8 |
| 479 | 2025-03-03T23:54:05.895Z | Compiling papergrid v0.11.0 |
| 480 | 2025-03-03T23:54:05.919Z | Compiling clap_builder v4.5.31 |
| 481 | 2025-03-03T23:54:06.098Z | Compiling tempfile v3.13.0 |
| 482 | 2025-03-03T23:54:06.127Z | Compiling terminal_size v0.2.6 |
| 483 | 2025-03-03T23:54:06.329Z | Compiling memmap v0.7.0 |
| 484 | 2025-03-03T23:54:06.380Z | Compiling unicode-linebreak v0.1.5 |
| 485 | 2025-03-03T23:54:06.666Z | Compiling smawk v0.3.2 |
| 486 | 2025-03-03T23:54:06.884Z | Compiling textwrap v0.16.1 |
| 487 | 2025-03-03T23:54:07.204Z | Compiling swrite v0.1.0 |
| 488 | 2025-03-03T23:54:07.599Z | Compiling tabled_derive v0.7.0 |
| 489 | 2025-03-03T23:54:08.885Z | Compiling tabled v0.15.0 |
| 490 | 2025-03-03T23:54:09.410Z | Compiling serde_derive v1.0.218 |
| 491 | 2025-03-03T23:54:09.413Z | Compiling thiserror-impl v1.0.69 |
| 492 | 2025-03-03T23:54:09.413Z | Compiling zerocopy-derive v0.7.35 |
| 493 | 2025-03-03T23:54:09.413Z | Compiling scroll_derive v0.12.0 |
| 494 | 2025-03-03T23:54:09.413Z | Compiling thiserror-impl v2.0.11 |
| 495 | 2025-03-03T23:54:09.413Z | Compiling clap_derive v4.5.28 |
| 496 | 2025-03-03T23:54:10.866Z | Compiling scroll v0.12.0 |
| 497 | 2025-03-03T23:54:11.408Z | Compiling goblin v0.8.2 |
| 498 | 2025-03-03T23:54:11.541Z | Compiling zerocopy v0.7.35 |
| 499 | 2025-03-03T23:54:12.685Z | Compiling pest v2.7.14 |
| 500 | 2025-03-03T23:54:13.819Z | Compiling clap v4.5.31 |
| 501 | 2025-03-03T23:54:14.877Z | Compiling pest_meta v2.7.14 |
| 502 | 2025-03-03T23:54:15.842Z | Compiling pest_generator v2.7.14 |
| 503 | 2025-03-03T23:54:17.252Z | Compiling pest_derive v2.7.14 |
| 504 | 2025-03-03T23:54:17.853Z | Compiling dtrace-parser v0.2.0 |
| 505 | 2025-03-03T23:54:18.607Z | Compiling serde_tokenstream v0.2.2 |
| 506 | 2025-03-03T23:54:18.628Z | Compiling serde_spanned v0.6.8 |
| 507 | 2025-03-03T23:54:18.646Z | Compiling toml_datetime v0.6.8 |
| 508 | 2025-03-03T23:54:18.893Z | Compiling cargo-platform v0.1.8 |
| 509 | 2025-03-03T23:54:18.919Z | Compiling macaddr v1.0.1 |
| 510 | 2025-03-03T23:54:19.135Z | Compiling toml_edit v0.22.24 |
| 511 | 2025-03-03T23:54:19.280Z | Compiling camino-tempfile v1.1.1 |
| 512 | 2025-03-03T23:54:20.069Z | Compiling dof v0.3.0 |
| 513 | 2025-03-03T23:54:20.101Z | Compiling cargo_metadata v0.19.1 |
| 514 | 2025-03-03T23:54:21.359Z | Compiling usdt-macro v0.5.0 |
| 515 | 2025-03-03T23:54:21.359Z | Compiling usdt-attr-macro v0.5.0 |
| 516 | 2025-03-03T23:54:22.141Z | Compiling toml v0.8.20 |
| 517 | 2025-03-03T23:54:22.438Z | Compiling usdt v0.5.0 |
| 518 | 2025-03-03T23:54:22.895Z | Compiling cargo_toml v0.21.0 |
| 519 | 2025-03-03T23:54:25.528Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 520 | 2025-03-03T23:54:28.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.64s |
| 521 | 2025-03-03T23:54:28.995Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 522 | 2025-03-03T23:54:29.628Z | Downloading crates ... |
| 523 | 2025-03-03T23:54:29.761Z | Downloaded addr2line v0.24.2 |
| 524 | 2025-03-03T23:54:29.771Z | Downloaded home v0.5.9 |
| 525 | 2025-03-03T23:54:29.774Z | Downloaded humantime v2.1.0 |
| 526 | 2025-03-03T23:54:29.774Z | Downloaded hostname v0.4.0 |
| 527 | 2025-03-03T23:54:29.781Z | Downloaded ctr v0.9.2 |
| 528 | 2025-03-03T23:54:29.789Z | Downloaded http-range v0.1.5 |
| 529 | 2025-03-03T23:54:29.795Z | Downloaded async-stream v0.3.6 |
| 530 | 2025-03-03T23:54:29.799Z | Downloaded ident_case v1.0.1 |
| 531 | 2025-03-03T23:54:29.802Z | Downloaded httparse v1.9.5 |
| 532 | 2025-03-03T23:54:29.805Z | Downloaded match_cfg v0.1.0 |
| 533 | 2025-03-03T23:54:29.805Z | Downloaded base16ct v0.2.0 |
| 534 | 2025-03-03T23:54:29.809Z | Downloaded http-body v1.0.1 |
| 535 | 2025-03-03T23:54:29.809Z | Downloaded arrayref v0.3.9 |
| 536 | 2025-03-03T23:54:29.813Z | Downloaded atomic-waker v1.1.2 |
| 537 | 2025-03-03T23:54:29.813Z | Downloaded adler2 v2.0.0 |
| 538 | 2025-03-03T23:54:29.816Z | Downloaded headers-core v0.3.0 |
| 539 | 2025-03-03T23:54:29.816Z | Downloaded arrayvec v0.7.6 |
| 540 | 2025-03-03T23:54:29.819Z | Downloaded async-stream-impl v0.3.6 |
| 541 | 2025-03-03T23:54:29.822Z | Downloaded async-bb8-diesel v0.2.1 |
| 542 | 2025-03-03T23:54:29.827Z | Downloaded instant v0.1.13 |
| 543 | 2025-03-03T23:54:29.827Z | Downloaded httpdate v1.0.3 |
| 544 | 2025-03-03T23:54:29.830Z | Downloaded heck v0.3.3 |
| 545 | 2025-03-03T23:54:29.830Z | Downloaded async-recursion v1.1.1 |
| 546 | 2025-03-03T23:54:29.834Z | Downloaded lru v0.12.5 |
| 547 | 2025-03-03T23:54:29.837Z | Downloaded idna_adapter v1.2.0 |
| 548 | 2025-03-03T23:54:29.838Z | Downloaded hubpack v0.1.2 |
| 549 | 2025-03-03T23:54:29.838Z | Downloaded base64 v0.13.1 |
| 550 | 2025-03-03T23:54:29.841Z | Downloaded libsw-core v0.3.1 |
| 551 | 2025-03-03T23:54:29.844Z | Downloaded indoc v1.0.9 |
| 552 | 2025-03-03T23:54:29.847Z | Downloaded lazycell v1.3.0 |
| 553 | 2025-03-03T23:54:29.847Z | Downloaded atomicwrites v0.4.4 |
| 554 | 2025-03-03T23:54:29.850Z | Downloaded md-5 v0.10.6 |
| 555 | 2025-03-03T23:54:29.855Z | Downloaded managed v0.8.0 |
| 556 | 2025-03-03T23:54:29.855Z | Downloaded lalrpop-util v0.19.12 |
| 557 | 2025-03-03T23:54:29.858Z | Downloaded backoff v0.4.0 |
| 558 | 2025-03-03T23:54:29.858Z | Downloaded lru-cache v0.1.2 |
| 559 | 2025-03-03T23:54:29.862Z | Downloaded aead v0.5.2 |
| 560 | 2025-03-03T23:54:29.862Z | Downloaded md5 v0.7.0 |
| 561 | 2025-03-03T23:54:29.862Z | Downloaded keccak v0.1.5 |
| 562 | 2025-03-03T23:54:29.865Z | Downloaded icu_provider_macros v1.5.0 |
| 563 | 2025-03-03T23:54:29.865Z | Downloaded base64 v0.21.7 |
| 564 | 2025-03-03T23:54:29.868Z | Downloaded linked-hash-map v0.5.6 |
| 565 | 2025-03-03T23:54:29.871Z | Downloaded hyper-tls v0.6.0 |
| 566 | 2025-03-03T23:54:29.871Z | Downloaded atty v0.2.14 |
| 567 | 2025-03-03T23:54:29.874Z | Downloaded async-trait v0.1.86 |
| 568 | 2025-03-03T23:54:29.877Z | Downloaded libefi-sys v0.1.0 |
| 569 | 2025-03-03T23:54:29.877Z | Downloaded kstat-rs v0.2.4 |
| 570 | 2025-03-03T23:54:29.881Z | Downloaded backtrace v0.3.74 |
| 571 | 2025-03-03T23:54:29.884Z | Downloaded highway v1.3.0 |
| 572 | 2025-03-03T23:54:29.887Z | Downloaded jobserver v0.1.32 |
| 573 | 2025-03-03T23:54:29.890Z | Downloaded hubpack_derive v0.1.1 |
| 574 | 2025-03-03T23:54:29.890Z | Downloaded aws-lc-rs v1.12.4 |
| 575 | 2025-03-03T23:54:29.901Z | Downloaded maplit v1.0.2 |
| 576 | 2025-03-03T23:54:29.904Z | Downloaded libloading v0.8.5 |
| 577 | 2025-03-03T23:54:29.907Z | Downloaded lock_api v0.4.12 |
| 578 | 2025-03-03T23:54:29.907Z | Downloaded ciborium-io v0.2.2 |
| 579 | 2025-03-03T23:54:29.911Z | Downloaded blowfish v0.9.1 |
| 580 | 2025-03-03T23:54:29.911Z | Downloaded russh-cryptovec v0.7.3 |
| 581 | 2025-03-03T23:54:29.914Z | Downloaded mime_guess v2.0.5 |
| 582 | 2025-03-03T23:54:29.917Z | Downloaded internet-checksum v0.2.1 |
| 583 | 2025-03-03T23:54:29.917Z | Downloaded memoffset v0.9.1 |
| 584 | 2025-03-03T23:54:29.917Z | Downloaded cfg_aliases v0.1.1 |
| 585 | 2025-03-03T23:54:29.920Z | Downloaded lockfree-object-pool v0.1.6 |
| 586 | 2025-03-03T23:54:29.923Z | Downloaded cfg_aliases v0.2.1 |
| 587 | 2025-03-03T23:54:29.923Z | Downloaded libsw v3.4.0 |
| 588 | 2025-03-03T23:54:29.927Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 589 | 2025-03-03T23:54:29.931Z | Downloaded icu_locid_transform v1.5.0 |
| 590 | 2025-03-03T23:54:29.935Z | Downloaded castaway v0.2.3 |
| 591 | 2025-03-03T23:54:29.935Z | Downloaded cassowary v0.3.0 |
| 592 | 2025-03-03T23:54:29.935Z | Downloaded bitfield v0.14.0 |
| 593 | 2025-03-03T23:54:29.938Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 594 | 2025-03-03T23:54:29.939Z | Downloaded hyper-staticfile v0.10.1 |
| 595 | 2025-03-03T23:54:29.942Z | Downloaded bitfield-struct v0.6.2 |
| 596 | 2025-03-03T23:54:29.942Z | Downloaded bb8 v0.8.5 |
| 597 | 2025-03-03T23:54:29.945Z | Downloaded instability v0.3.2 |
| 598 | 2025-03-03T23:54:29.945Z | Downloaded hmac v0.12.1 |
| 599 | 2025-03-03T23:54:29.948Z | Downloaded mime v0.3.17 |
| 600 | 2025-03-03T23:54:29.952Z | Downloaded memmap2 v0.9.5 |
| 601 | 2025-03-03T23:54:29.952Z | Downloaded cstr-argument v0.1.2 |
| 602 | 2025-03-03T23:54:29.955Z | Downloaded const_format_proc_macros v0.2.34 |
| 603 | 2025-03-03T23:54:29.958Z | Downloaded icu_locid v1.5.0 |
| 604 | 2025-03-03T23:54:29.961Z | Downloaded pretty-hex v0.2.1 |
| 605 | 2025-03-03T23:54:29.964Z | Downloaded icu_normalizer_data v1.5.0 |
| 606 | 2025-03-03T23:54:29.968Z | Downloaded zone_cfg_derive v0.1.2 |
| 607 | 2025-03-03T23:54:29.968Z | Downloaded litemap v0.7.3 |
| 608 | 2025-03-03T23:54:29.971Z | Downloaded crc-catalog v2.4.0 |
| 609 | 2025-03-03T23:54:29.971Z | Downloaded cexpr v0.6.0 |
| 610 | 2025-03-03T23:54:29.974Z | Downloaded buf-list v1.0.3 |
| 611 | 2025-03-03T23:54:29.977Z | Downloaded bcs v0.1.6 |
| 612 | 2025-03-03T23:54:29.981Z | Downloaded base64ct v1.6.0 |
| 613 | 2025-03-03T23:54:29.984Z | Downloaded cobs v0.2.3 |
| 614 | 2025-03-03T23:54:29.984Z | Downloaded icu_normalizer v1.5.0 |
| 615 | 2025-03-03T23:54:29.987Z | Downloaded cbc v0.1.2 |
| 616 | 2025-03-03T23:54:29.990Z | Downloaded cipher v0.4.4 |
| 617 | 2025-03-03T23:54:29.994Z | Downloaded headers v0.4.0 |
| 618 | 2025-03-03T23:54:29.998Z | Downloaded smallvec v0.6.14 |
| 619 | 2025-03-03T23:54:30.001Z | Downloaded chacha20 v0.9.1 |
| 620 | 2025-03-03T23:54:30.005Z | Downloaded convert_case v0.4.0 |
| 621 | 2025-03-03T23:54:30.005Z | Downloaded cmake v0.1.51 |
| 622 | 2025-03-03T23:54:30.008Z | Downloaded slog-stdlog v4.1.1 |
| 623 | 2025-03-03T23:54:30.008Z | Downloaded signal-hook-registry v1.4.2 |
| 624 | 2025-03-03T23:54:30.011Z | Downloaded tower-service v0.3.3 |
| 625 | 2025-03-03T23:54:30.011Z | Downloaded icu_properties v1.5.1 |
| 626 | 2025-03-03T23:54:30.015Z | Downloaded termcolor v1.4.1 |
| 627 | 2025-03-03T23:54:30.015Z | Downloaded tokio-macros v2.5.0 |
| 628 | 2025-03-03T23:54:30.018Z | Downloaded tokio-native-tls v0.3.1 |
| 629 | 2025-03-03T23:54:30.021Z | Downloaded tls_codec v0.4.1 |
| 630 | 2025-03-03T23:54:30.021Z | Downloaded ciborium v0.2.2 |
| 631 | 2025-03-03T23:54:30.024Z | Downloaded indexmap v1.9.3 |
| 632 | 2025-03-03T23:54:30.028Z | Downloaded icu_locid_transform_data v1.5.0 |
| 633 | 2025-03-03T23:54:30.031Z | Downloaded unarray v0.1.4 |
| 634 | 2025-03-03T23:54:30.034Z | Downloaded crc32fast v1.4.2 |
| 635 | 2025-03-03T23:54:30.034Z | Downloaded unicase v2.7.0 |
| 636 | 2025-03-03T23:54:30.037Z | Downloaded num-conv v0.1.0 |
| 637 | 2025-03-03T23:54:30.037Z | Downloaded zerofrom v0.1.4 |
| 638 | 2025-03-03T23:54:30.040Z | Downloaded csv-core v0.1.11 |
| 639 | 2025-03-03T23:54:30.040Z | Downloaded rustfmt-wrapper v0.2.1 |
| 640 | 2025-03-03T23:54:30.044Z | Downloaded new_debug_unreachable v1.0.6 |
| 641 | 2025-03-03T23:54:30.044Z | Downloaded wyz v0.5.1 |
| 642 | 2025-03-03T23:54:30.044Z | Downloaded rustversion v1.0.17 |
| 643 | 2025-03-03T23:54:30.047Z | Downloaded precomputed-hash v0.1.1 |
| 644 | 2025-03-03T23:54:30.050Z | Downloaded rand_core v0.6.4 |
| 645 | 2025-03-03T23:54:30.050Z | Downloaded cookie v0.18.1 |
| 646 | 2025-03-03T23:54:30.064Z | Downloaded foreign-types v0.3.2 |
| 647 | 2025-03-03T23:54:30.067Z | Downloaded hostname v0.3.1 |
| 648 | 2025-03-03T23:54:30.067Z | Downloaded heapless v0.7.17 |
| 649 | 2025-03-03T23:54:30.070Z | Downloaded defmt-parser v0.3.4 |
| 650 | 2025-03-03T23:54:30.073Z | Downloaded foldhash v0.1.3 |
| 651 | 2025-03-03T23:54:30.077Z | Downloaded slog-term v2.9.1 |
| 652 | 2025-03-03T23:54:30.077Z | Downloaded defmt-macros v0.3.9 |
| 653 | 2025-03-03T23:54:30.080Z | Downloaded zone v0.3.0 |
| 654 | 2025-03-03T23:54:30.083Z | Downloaded which v4.4.2 |
| 655 | 2025-03-03T23:54:30.083Z | Downloaded ghash v0.5.1 |
| 656 | 2025-03-03T23:54:30.086Z | Downloaded futures-executor v0.3.31 |
| 657 | 2025-03-03T23:54:30.086Z | Downloaded rand_seeder v0.3.0 |
| 658 | 2025-03-03T23:54:30.089Z | Downloaded nanorand v0.7.0 |
| 659 | 2025-03-03T23:54:30.092Z | Downloaded term v0.7.0 |
| 660 | 2025-03-03T23:54:30.097Z | Downloaded olpc-cjson v0.1.4 |
| 661 | 2025-03-03T23:54:30.097Z | Downloaded crossbeam-epoch v0.9.18 |
| 662 | 2025-03-03T23:54:30.100Z | Downloaded multimap v0.10.0 |
| 663 | 2025-03-03T23:54:30.100Z | Downloaded ahash v0.8.11 |
| 664 | 2025-03-03T23:54:30.103Z | Downloaded take_mut v0.2.2 |
| 665 | 2025-03-03T23:54:30.103Z | Downloaded num-derive v0.4.2 |
| 666 | 2025-03-03T23:54:30.107Z | Downloaded zerofrom-derive v0.1.4 |
| 667 | 2025-03-03T23:54:30.107Z | Downloaded ppv-lite86 v0.2.20 |
| 668 | 2025-03-03T23:54:30.110Z | Downloaded termtree v0.4.1 |
| 669 | 2025-03-03T23:54:30.110Z | Downloaded sync_wrapper v1.0.1 |
| 670 | 2025-03-03T23:54:30.114Z | Downloaded strum_macros v0.26.4 |
| 671 | 2025-03-03T23:54:30.114Z | Downloaded serde_derive_internals v0.29.1 |
| 672 | 2025-03-03T23:54:30.117Z | Downloaded postgres-protocol v0.6.8 |
| 673 | 2025-03-03T23:54:30.117Z | Downloaded uzers v0.12.1 |
| 674 | 2025-03-03T23:54:30.121Z | Downloaded hickory-client v0.24.4 |
| 675 | 2025-03-03T23:54:30.124Z | Downloaded rustc_version v0.1.7 |
| 676 | 2025-03-03T23:54:30.124Z | Downloaded rand_xorshift v0.3.0 |
| 677 | 2025-03-03T23:54:30.128Z | Downloaded hickory-server v0.24.4 |
| 678 | 2025-03-03T23:54:30.132Z | Downloaded getrandom v0.2.15 |
| 679 | 2025-03-03T23:54:30.136Z | Downloaded foreign-types-shared v0.3.1 |
| 680 | 2025-03-03T23:54:30.139Z | Downloaded salsa20 v0.10.2 |
| 681 | 2025-03-03T23:54:30.139Z | Downloaded arc-swap v1.7.1 |
| 682 | 2025-03-03T23:54:30.143Z | Downloaded slog-async v2.8.0 |
| 683 | 2025-03-03T23:54:30.146Z | Downloaded simd-adler32 v0.3.7 |
| 684 | 2025-03-03T23:54:30.149Z | Downloaded shlex v1.3.0 |
| 685 | 2025-03-03T23:54:30.149Z | Downloaded phf_shared v0.11.2 |
| 686 | 2025-03-03T23:54:30.149Z | Downloaded parking_lot v0.11.2 |
| 687 | 2025-03-03T23:54:30.152Z | Downloaded normalize-line-endings v0.3.0 |
| 688 | 2025-03-03T23:54:30.155Z | Downloaded structmeta-derive v0.3.0 |
| 689 | 2025-03-03T23:54:30.155Z | Downloaded r2d2 v0.8.10 |
| 690 | 2025-03-03T23:54:30.155Z | Downloaded dsl_auto_type v0.1.2 |
| 691 | 2025-03-03T23:54:30.159Z | Downloaded tap v1.0.1 |
| 692 | 2025-03-03T23:54:30.159Z | Downloaded subprocess v0.2.9 |
| 693 | 2025-03-03T23:54:30.162Z | Downloaded progenitor-impl v0.8.0 |
| 694 | 2025-03-03T23:54:30.165Z | Downloaded packed_struct_codegen v0.10.1 |
| 695 | 2025-03-03T23:54:30.165Z | Downloaded whoami v1.5.2 |
| 696 | 2025-03-03T23:54:30.168Z | Downloaded tui-tree-widget v0.23.0 |
| 697 | 2025-03-03T23:54:30.168Z | Downloaded postgres-types v0.2.9 |
| 698 | 2025-03-03T23:54:30.171Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 699 | 2025-03-03T23:54:30.176Z | Downloaded rand_core v0.9.2 |
| 700 | 2025-03-03T23:54:30.176Z | Downloaded vte v0.11.1 |
| 701 | 2025-03-03T23:54:30.180Z | Downloaded compact_str v0.8.0 |
| 702 | 2025-03-03T23:54:30.180Z | Downloaded num-complex v0.4.6 |
| 703 | 2025-03-03T23:54:30.184Z | Downloaded futures-core v0.3.31 |
| 704 | 2025-03-03T23:54:30.184Z | Downloaded hyper-util v0.1.10 |
| 705 | 2025-03-03T23:54:30.188Z | Downloaded float-cmp v0.10.0 |
| 706 | 2025-03-03T23:54:30.192Z | Downloaded icu_collections v1.5.0 |
| 707 | 2025-03-03T23:54:30.195Z | Downloaded group v0.13.0 |
| 708 | 2025-03-03T23:54:30.199Z | Downloaded icu_provider v1.5.0 |
| 709 | 2025-03-03T23:54:30.202Z | Downloaded snafu-derive v0.8.5 |
| 710 | 2025-03-03T23:54:30.202Z | Downloaded termios v0.3.3 |
| 711 | 2025-03-03T23:54:30.205Z | Downloaded parking_lot v0.12.3 |
| 712 | 2025-03-03T23:54:30.209Z | Downloaded unicode-truncate v1.1.0 |
| 713 | 2025-03-03T23:54:30.209Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 714 | 2025-03-03T23:54:30.212Z | Downloaded flume v0.11.1 |
| 715 | 2025-03-03T23:54:30.216Z | Downloaded daft v0.1.1 |
| 716 | 2025-03-03T23:54:30.216Z | Downloaded nodrop v0.1.14 |
| 717 | 2025-03-03T23:54:30.220Z | Downloaded derive_more v0.99.19 |
| 718 | 2025-03-03T23:54:30.223Z | Downloaded num v0.4.3 |
| 719 | 2025-03-03T23:54:30.226Z | Downloaded nibble_vec v0.1.0 |
| 720 | 2025-03-03T23:54:30.227Z | Downloaded ena v0.14.3 |
| 721 | 2025-03-03T23:54:30.231Z | Downloaded embedded-io v0.6.1 |
| 722 | 2025-03-03T23:54:30.231Z | Downloaded strip-ansi-escapes v0.2.0 |
| 723 | 2025-03-03T23:54:30.231Z | Downloaded slab v0.4.9 |
| 724 | 2025-03-03T23:54:30.234Z | Downloaded fatfs v0.3.6 |
| 725 | 2025-03-03T23:54:30.238Z | Downloaded darling_macro v0.20.10 |
| 726 | 2025-03-03T23:54:30.238Z | Downloaded float-ord v0.3.2 |
| 727 | 2025-03-03T23:54:30.238Z | Downloaded zone_cfg_derive v0.3.0 |
| 728 | 2025-03-03T23:54:30.241Z | Downloaded want v0.3.1 |
| 729 | 2025-03-03T23:54:30.241Z | Downloaded hickory-resolver v0.24.4 |
| 730 | 2025-03-03T23:54:30.245Z | Downloaded newtype_derive v0.1.6 |
| 731 | 2025-03-03T23:54:30.248Z | Downloaded num-integer v0.1.46 |
| 732 | 2025-03-03T23:54:30.251Z | Downloaded nu-ansi-term v0.50.1 |
| 733 | 2025-03-03T23:54:30.255Z | Downloaded socket2 v0.5.8 |
| 734 | 2025-03-03T23:54:30.255Z | Downloaded darling_core v0.20.10 |
| 735 | 2025-03-03T23:54:30.259Z | Downloaded parse-size v1.1.0 |
| 736 | 2025-03-03T23:54:30.263Z | Downloaded num_threads v0.1.7 |
| 737 | 2025-03-03T23:54:30.263Z | Downloaded foreign-types-shared v0.1.1 |
| 738 | 2025-03-03T23:54:30.263Z | Downloaded slog v2.7.0 |
| 739 | 2025-03-03T23:54:30.266Z | Downloaded quick-error v1.2.3 |
| 740 | 2025-03-03T23:54:30.270Z | Downloaded radium v0.7.0 |
| 741 | 2025-03-03T23:54:30.270Z | Downloaded primeorder v0.13.6 |
| 742 | 2025-03-03T23:54:30.273Z | Downloaded quinn v0.11.5 |
| 743 | 2025-03-03T23:54:30.276Z | Downloaded rustc-demangle v0.1.24 |
| 744 | 2025-03-03T23:54:30.276Z | Downloaded secrecy v0.8.0 |
| 745 | 2025-03-03T23:54:30.280Z | Downloaded pin-project v1.1.6 |
| 746 | 2025-03-03T23:54:30.290Z | Downloaded serde-big-array v0.5.1 |
| 747 | 2025-03-03T23:54:30.293Z | Downloaded newtype-uuid v1.2.1 |
| 748 | 2025-03-03T23:54:30.297Z | Downloaded foreign-types-macros v0.2.3 |
| 749 | 2025-03-03T23:54:30.297Z | Downloaded foreign-types v0.5.0 |
| 750 | 2025-03-03T23:54:30.297Z | Downloaded flagset v0.4.6 |
| 751 | 2025-03-03T23:54:30.301Z | Downloaded snafu v0.8.5 |
| 752 | 2025-03-03T23:54:30.305Z | Downloaded pkcs8 v0.10.2 |
| 753 | 2025-03-03T23:54:30.308Z | Downloaded dyn-clone v1.0.18 |
| 754 | 2025-03-03T23:54:30.316Z | Downloaded time-core v0.1.2 |
| 755 | 2025-03-03T23:54:30.316Z | Downloaded predicates-core v1.0.8 |
| 756 | 2025-03-03T23:54:30.316Z | Downloaded percent-encoding v2.3.1 |
| 757 | 2025-03-03T23:54:30.316Z | Downloaded pem v3.0.5 |
| 758 | 2025-03-03T23:54:30.327Z | Downloaded tungstenite v0.21.0 |
| 759 | 2025-03-03T23:54:30.327Z | Downloaded progenitor v0.9.1 |
| 760 | 2025-03-03T23:54:30.327Z | Downloaded russh-keys v0.45.0 |
| 761 | 2025-03-03T23:54:30.332Z | Downloaded rustc_version v0.4.1 |
| 762 | 2025-03-03T23:54:30.332Z | Downloaded libxml v0.3.3 |
| 763 | 2025-03-03T23:54:30.332Z | Downloaded derive_builder_macro v0.20.2 |
| 764 | 2025-03-03T23:54:30.340Z | Downloaded num_enum_derive v0.5.11 |
| 765 | 2025-03-03T23:54:30.340Z | Downloaded num_enum v0.5.11 |
| 766 | 2025-03-03T23:54:30.345Z | Downloaded serde_path_to_error v0.1.16 |
| 767 | 2025-03-03T23:54:30.346Z | Downloaded toml v0.7.8 |
| 768 | 2025-03-03T23:54:30.346Z | Downloaded diff v0.1.13 |
| 769 | 2025-03-03T23:54:30.350Z | Downloaded qorb v0.2.1 |
| 770 | 2025-03-03T23:54:30.353Z | Downloaded fxhash v0.2.1 |
| 771 | 2025-03-03T23:54:30.358Z | Downloaded parse-display-derive v0.10.0 |
| 772 | 2025-03-03T23:54:30.358Z | Downloaded thread_local v1.1.8 |
| 773 | 2025-03-03T23:54:30.358Z | Downloaded pem-rfc7468 v0.7.0 |
| 774 | 2025-03-03T23:54:30.362Z | Downloaded itertools v0.12.1 |
| 775 | 2025-03-03T23:54:30.367Z | Downloaded sqlparser_derive v0.2.2 |
| 776 | 2025-03-03T23:54:30.370Z | Downloaded progenitor-client v0.9.1 |
| 777 | 2025-03-03T23:54:30.370Z | Downloaded peg-runtime v0.8.3 |
| 778 | 2025-03-03T23:54:30.372Z | Downloaded path-slash v0.1.5 |
| 779 | 2025-03-03T23:54:30.373Z | Downloaded pbkdf2 v0.12.2 |
| 780 | 2025-03-03T23:54:30.379Z | Downloaded tower-layer v0.3.3 |
| 781 | 2025-03-03T23:54:30.379Z | Downloaded hyper v1.6.0 |
| 782 | 2025-03-03T23:54:30.383Z | Downloaded downcast v0.11.0 |
| 783 | 2025-03-03T23:54:30.385Z | Downloaded sync-ptr v0.1.1 |
| 784 | 2025-03-03T23:54:30.385Z | Downloaded untrusted v0.7.1 |
| 785 | 2025-03-03T23:54:30.385Z | Downloaded universal-hash v0.5.1 |
| 786 | 2025-03-03T23:54:30.388Z | Downloaded topological-sort v0.2.2 |
| 787 | 2025-03-03T23:54:30.388Z | Downloaded num-traits v0.2.19 |
| 788 | 2025-03-03T23:54:30.391Z | Downloaded sct v0.7.1 |
| 789 | 2025-03-03T23:54:30.395Z | Downloaded crossterm v0.28.1 |
| 790 | 2025-03-03T23:54:30.402Z | Downloaded rustc-hash v2.1.1 |
| 791 | 2025-03-03T23:54:30.405Z | Downloaded rand_chacha v0.3.1 |
| 792 | 2025-03-03T23:54:30.408Z | Downloaded serde_with_macros v3.12.0 |
| 793 | 2025-03-03T23:54:30.410Z | Downloaded futures-task v0.3.31 |
| 794 | 2025-03-03T23:54:30.410Z | Downloaded futures-io v0.3.31 |
| 795 | 2025-03-03T23:54:30.413Z | Downloaded funty v2.0.0 |
| 796 | 2025-03-03T23:54:30.413Z | Downloaded samael v0.0.18 |
| 797 | 2025-03-03T23:54:30.419Z | Downloaded tokio-rustls v0.26.0 |
| 798 | 2025-03-03T23:54:30.421Z | Downloaded pbkdf2 v0.11.0 |
| 799 | 2025-03-03T23:54:30.424Z | Downloaded peg v0.8.4 |
| 800 | 2025-03-03T23:54:30.428Z | Downloaded rfc6979 v0.4.0 |
| 801 | 2025-03-03T23:54:30.431Z | Downloaded http v1.2.0 |
| 802 | 2025-03-03T23:54:30.434Z | Downloaded vte_generate_state_changes v0.1.2 |
| 803 | 2025-03-03T23:54:30.437Z | Downloaded untrusted v0.9.0 |
| 804 | 2025-03-03T23:54:30.437Z | Downloaded russh v0.45.0 |
| 805 | 2025-03-03T23:54:30.444Z | Downloaded phf_shared v0.10.0 |
| 806 | 2025-03-03T23:54:30.447Z | Downloaded zerovec-derive v0.10.3 |
| 807 | 2025-03-03T23:54:30.447Z | Downloaded synstructure v0.13.1 |
| 808 | 2025-03-03T23:54:30.450Z | Downloaded sqlformat v0.2.6 |
| 809 | 2025-03-03T23:54:30.453Z | Downloaded fragile v2.0.0 |
| 810 | 2025-03-03T23:54:30.453Z | Downloaded unicode-segmentation v1.12.0 |
| 811 | 2025-03-03T23:54:30.456Z | Downloaded env_filter v0.1.2 |
| 812 | 2025-03-03T23:54:30.459Z | Downloaded fd-lock v4.0.2 |
| 813 | 2025-03-03T23:54:30.462Z | Downloaded steno v0.4.1 |
| 814 | 2025-03-03T23:54:30.466Z | Downloaded futures-channel v0.3.31 |
| 815 | 2025-03-03T23:54:30.469Z | Downloaded tungstenite v0.24.0 |
| 816 | 2025-03-03T23:54:30.473Z | Downloaded paste v1.0.15 |
| 817 | 2025-03-03T23:54:30.476Z | Downloaded peg-macros v0.8.4 |
| 818 | 2025-03-03T23:54:30.479Z | Downloaded openssl-probe v0.1.5 |
| 819 | 2025-03-03T23:54:30.482Z | Downloaded psl-types v2.0.11 |
| 820 | 2025-03-03T23:54:30.482Z | Downloaded yoke v0.7.4 |
| 821 | 2025-03-03T23:54:30.486Z | Downloaded rustyline v14.0.0 |
| 822 | 2025-03-03T23:54:30.489Z | Downloaded supports-color v3.0.2 |
| 823 | 2025-03-03T23:54:30.493Z | Downloaded shell-words v1.1.0 |
| 824 | 2025-03-03T23:54:30.493Z | Downloaded num-bigint v0.4.6 |
| 825 | 2025-03-03T23:54:30.497Z | Downloaded xz2 v0.1.7 |
| 826 | 2025-03-03T23:54:30.500Z | Downloaded proc-macro-crate v1.3.1 |
| 827 | 2025-03-03T23:54:30.503Z | Downloaded mockall v0.13.1 |
| 828 | 2025-03-03T23:54:30.503Z | Downloaded rustls-pemfile v1.0.4 |
| 829 | 2025-03-03T23:54:30.507Z | Downloaded serde_yaml v0.9.34+deprecated |
| 830 | 2025-03-03T23:54:30.510Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 831 | 2025-03-03T23:54:30.513Z | Downloaded env_logger v0.10.2 |
| 832 | 2025-03-03T23:54:30.516Z | Downloaded openssl-macros v0.1.1 |
| 833 | 2025-03-03T23:54:30.516Z | Downloaded yoke-derive v0.7.4 |
| 834 | 2025-03-03T23:54:30.520Z | Downloaded endian-type v0.1.2 |
| 835 | 2025-03-03T23:54:30.520Z | Downloaded password-hash v0.5.0 |
| 836 | 2025-03-03T23:54:30.523Z | Downloaded password-hash v0.4.2 |
| 837 | 2025-03-03T23:54:30.523Z | Downloaded aho-corasick v1.1.3 |
| 838 | 2025-03-03T23:54:30.530Z | Downloaded ssh-cipher v0.2.0 |
| 839 | 2025-03-03T23:54:30.533Z | Downloaded zeroize v1.8.1 |
| 840 | 2025-03-03T23:54:30.533Z | Downloaded spki v0.7.3 |
| 841 | 2025-03-03T23:54:30.536Z | Downloaded unsafe-libyaml v0.2.11 |
| 842 | 2025-03-03T23:54:30.539Z | Downloaded toolchain_find v0.4.0 |
| 843 | 2025-03-03T23:54:30.542Z | Downloaded value-bag v1.9.0 |
| 844 | 2025-03-03T23:54:30.546Z | Downloaded try-lock v0.2.5 |
| 845 | 2025-03-03T23:54:30.546Z | Downloaded phf v0.11.2 |
| 846 | 2025-03-03T23:54:30.549Z | Downloaded x509-cert v0.2.5 |
| 847 | 2025-03-03T23:54:30.553Z | Downloaded schemars_derive v0.8.22 |
| 848 | 2025-03-03T23:54:30.556Z | Downloaded scrypt v0.11.0 |
| 849 | 2025-03-03T23:54:30.559Z | Downloaded phf_codegen v0.11.2 |
| 850 | 2025-03-03T23:54:30.559Z | Downloaded zip v2.1.3 |
| 851 | 2025-03-03T23:54:30.562Z | Downloaded yasna v0.5.2 |
| 852 | 2025-03-03T23:54:30.566Z | Downloaded utf16_iter v1.0.5 |
| 853 | 2025-03-03T23:54:30.569Z | Downloaded env_logger v0.11.5 |
| 854 | 2025-03-03T23:54:30.569Z | Downloaded tough v0.19.0 |
| 855 | 2025-03-03T23:54:30.578Z | Downloaded time v0.3.36 |
| 856 | 2025-03-03T23:54:30.586Z | Downloaded scopeguard v1.2.0 |
| 857 | 2025-03-03T23:54:30.589Z | Downloaded unicode_categories v0.1.1 |
| 858 | 2025-03-03T23:54:30.592Z | Downloaded number_prefix v0.4.0 |
| 859 | 2025-03-03T23:54:30.592Z | Downloaded ref-cast v1.0.23 |
| 860 | 2025-03-03T23:54:30.596Z | Downloaded ron v0.8.1 |
| 861 | 2025-03-03T23:54:30.599Z | Downloaded postcard v1.0.10 |
| 862 | 2025-03-03T23:54:30.602Z | Downloaded dirs-sys-next v0.1.2 |
| 863 | 2025-03-03T23:54:30.605Z | Downloaded zeroize_derive v1.4.2 |
| 864 | 2025-03-03T23:54:30.605Z | Downloaded unicode-xid v0.2.6 |
| 865 | 2025-03-03T23:54:30.609Z | Downloaded structmeta v0.3.0 |
| 866 | 2025-03-03T23:54:30.609Z | Downloaded hkdf v0.12.4 |
| 867 | 2025-03-03T23:54:30.612Z | Downloaded fs_extra v1.3.0 |
| 868 | 2025-03-03T23:54:30.612Z | Downloaded sigpipe v0.1.3 |
| 869 | 2025-03-03T23:54:30.615Z | Downloaded document-features v0.2.10 |
| 870 | 2025-03-03T23:54:30.615Z | Downloaded predicates v3.1.3 |
| 871 | 2025-03-03T23:54:30.619Z | Downloaded spin v0.9.8 |
| 872 | 2025-03-03T23:54:30.622Z | Downloaded strum v0.26.3 |
| 873 | 2025-03-03T23:54:30.622Z | Downloaded gethostname v0.5.0 |
| 874 | 2025-03-03T23:54:30.625Z | Downloaded pkg-config v0.3.31 |
| 875 | 2025-03-03T23:54:30.625Z | Downloaded tiny-keccak v2.0.2 |
| 876 | 2025-03-03T23:54:30.628Z | Downloaded diesel_derives v2.2.3 |
| 877 | 2025-03-03T23:54:30.633Z | Downloaded rand v0.9.0 |
| 878 | 2025-03-03T23:54:30.636Z | Downloaded parse-display v0.10.0 |
| 879 | 2025-03-03T23:54:30.640Z | Downloaded xattr v1.3.1 |
| 880 | 2025-03-03T23:54:30.640Z | Downloaded proptest v1.6.0 |
| 881 | 2025-03-03T23:54:30.649Z | Downloaded tinyvec_macros v0.1.1 |
| 882 | 2025-03-03T23:54:30.652Z | Downloaded newline-converter v0.3.0 |
| 883 | 2025-03-03T23:54:30.653Z | Downloaded progenitor-macro v0.9.1 |
| 884 | 2025-03-03T23:54:30.653Z | Downloaded bitvec v1.0.1 |
| 885 | 2025-03-03T23:54:30.669Z | Downloaded progenitor v0.8.0 |
| 886 | 2025-03-03T23:54:30.673Z | Downloaded predicates-tree v1.0.11 |
| 887 | 2025-03-03T23:54:30.673Z | Downloaded opaque-debug v0.3.1 |
| 888 | 2025-03-03T23:54:30.673Z | Downloaded multer v3.1.0 |
| 889 | 2025-03-03T23:54:30.676Z | Downloaded typify v0.2.0 |
| 890 | 2025-03-03T23:54:30.679Z | Downloaded zerocopy v0.6.6 |
| 891 | 2025-03-03T23:54:30.682Z | Downloaded packed_struct v0.10.1 |
| 892 | 2025-03-03T23:54:30.682Z | Downloaded flate2 v1.1.0 |
| 893 | 2025-03-03T23:54:30.687Z | Downloaded dirs-next v2.0.0 |
| 894 | 2025-03-03T23:54:30.691Z | Downloaded signal-hook-tokio v0.3.1 |
| 895 | 2025-03-03T23:54:30.691Z | Downloaded tinystr v0.7.6 |
| 896 | 2025-03-03T23:54:30.694Z | Downloaded static_assertions v1.1.0 |
| 897 | 2025-03-03T23:54:30.694Z | Downloaded slog-dtrace v0.3.0 |
| 898 | 2025-03-03T23:54:30.697Z | Downloaded ecdsa v0.16.9 |
| 899 | 2025-03-03T23:54:30.698Z | Downloaded lalrpop v0.19.12 |
| 900 | 2025-03-03T23:54:30.708Z | Downloaded oso-derive v0.27.3 |
| 901 | 2025-03-03T23:54:30.712Z | Downloaded tokio-tungstenite v0.23.1 |
| 902 | 2025-03-03T23:54:30.712Z | Downloaded half v2.4.1 |
| 903 | 2025-03-03T23:54:30.715Z | Downloaded tokio-tungstenite v0.24.0 |
| 904 | 2025-03-03T23:54:30.718Z | Downloaded time-macros v0.2.18 |
| 905 | 2025-03-03T23:54:30.721Z | Downloaded polyval v0.6.2 |
| 906 | 2025-03-03T23:54:30.722Z | Downloaded hash32 v0.2.1 |
| 907 | 2025-03-03T23:54:30.725Z | Downloaded ed25519 v2.2.3 |
| 908 | 2025-03-03T23:54:30.725Z | Downloaded progenitor-macro v0.8.0 |
| 909 | 2025-03-03T23:54:30.725Z | Downloaded h2 v0.4.6 |
| 910 | 2025-03-03T23:54:30.732Z | Downloaded omicron-zone-package v0.12.0 |
| 911 | 2025-03-03T23:54:30.735Z | Downloaded chrono v0.4.40 |
| 912 | 2025-03-03T23:54:30.743Z | Downloaded signature v2.2.0 |
| 913 | 2025-03-03T23:54:30.746Z | Downloaded unicode-properties v0.1.3 |
| 914 | 2025-03-03T23:54:30.749Z | Downloaded defmt v0.3.8 |
| 915 | 2025-03-03T23:54:30.754Z | Downloaded salty v0.3.0 |
| 916 | 2025-03-03T23:54:30.757Z | Downloaded tungstenite v0.23.0 |
| 917 | 2025-03-03T23:54:30.761Z | Downloaded tokio-tungstenite v0.21.0 |
| 918 | 2025-03-03T23:54:30.764Z | Downloaded hashbrown v0.13.2 |
| 919 | 2025-03-03T23:54:30.768Z | Downloaded poly1305 v0.8.0 |
| 920 | 2025-03-03T23:54:30.771Z | Downloaded tinyvec v1.8.0 |
| 921 | 2025-03-03T23:54:30.774Z | Downloaded rustls-pki-types v1.10.0 |
| 922 | 2025-03-03T23:54:30.777Z | Downloaded der_derive v0.7.3 |
| 923 | 2025-03-03T23:54:30.780Z | Downloaded similar v2.7.0 |
| 924 | 2025-03-03T23:54:30.783Z | Downloaded mockall_derive v0.13.1 |
| 925 | 2025-03-03T23:54:30.786Z | Downloaded parking_lot_core v0.9.10 |
| 926 | 2025-03-03T23:54:30.789Z | Downloaded pin-project-lite v0.2.14 |
| 927 | 2025-03-03T23:54:30.793Z | Downloaded mio v1.0.2 |
| 928 | 2025-03-03T23:54:30.799Z | Downloaded expectorate v1.1.0 |
| 929 | 2025-03-03T23:54:30.802Z | Downloaded zerovec v0.10.4 |
| 930 | 2025-03-03T23:54:30.808Z | Downloaded hashbrown v0.12.3 |
| 931 | 2025-03-03T23:54:30.812Z | Downloaded url v2.5.3 |
| 932 | 2025-03-03T23:54:30.816Z | Downloaded rand v0.8.5 |
| 933 | 2025-03-03T23:54:30.819Z | Downloaded tokio-postgres v0.7.13 |
| 934 | 2025-03-03T23:54:30.825Z | Downloaded rsa v0.9.6 |
| 935 | 2025-03-03T23:54:30.830Z | Downloaded progenitor-impl v0.9.1 |
| 936 | 2025-03-03T23:54:30.833Z | Downloaded p256 v0.13.2 |
| 937 | 2025-03-03T23:54:30.836Z | Downloaded typify v0.3.0 |
| 938 | 2025-03-03T23:54:30.840Z | Downloaded toml_edit v0.19.15 |
| 939 | 2025-03-03T23:54:30.857Z | Downloaded tracing-core v0.1.32 |
| 940 | 2025-03-03T23:54:30.861Z | Downloaded quick-xml v0.37.2 |
| 941 | 2025-03-03T23:54:30.867Z | Downloaded ed25519-dalek v2.1.1 |
| 942 | 2025-03-03T23:54:30.870Z | Downloaded rustls v0.21.12 |
| 943 | 2025-03-03T23:54:30.882Z | Downloaded parse-zoneinfo v0.3.1 |
| 944 | 2025-03-03T23:54:30.885Z | Downloaded typed-path v0.9.3 |
| 945 | 2025-03-03T23:54:30.891Z | Downloaded icu_properties_data v1.5.0 |
| 946 | 2025-03-03T23:54:30.902Z | Downloaded ssh-key v0.6.6 |
| 947 | 2025-03-03T23:54:30.909Z | Downloaded petname v2.0.2 |
| 948 | 2025-03-03T23:54:30.914Z | Downloaded radix_trie v0.2.1 |
| 949 | 2025-03-03T23:54:30.920Z | Downloaded zerocopy-derive v0.8.10 |
| 950 | 2025-03-03T23:54:30.926Z | Downloaded sqlparser v0.45.0 |
| 951 | 2025-03-03T23:54:30.932Z | Downloaded tabled v0.18.0 |
| 952 | 2025-03-03T23:54:30.949Z | Downloaded reqwest v0.12.12 |
| 953 | 2025-03-03T23:54:30.958Z | Downloaded der v0.7.9 |
| 954 | 2025-03-03T23:54:30.963Z | Downloaded vcpkg v0.2.15 |
| 955 | 2025-03-03T23:54:31.001Z | Downloaded p521 v0.13.3 |
| 956 | 2025-03-03T23:54:31.005Z | Downloaded quinn-proto v0.11.8 |
| 957 | 2025-03-03T23:54:31.012Z | Downloaded portable-atomic v1.9.0 |
| 958 | 2025-03-03T23:54:31.020Z | Downloaded reedline v0.38.0 |
| 959 | 2025-03-03T23:54:31.027Z | Downloaded curve25519-dalek v4.1.3 |
| 960 | 2025-03-03T23:54:31.035Z | Downloaded rustls-webpki v0.102.8 |
| 961 | 2025-03-03T23:54:31.053Z | Downloaded gimli v0.31.1 |
| 962 | 2025-03-03T23:54:31.061Z | Downloaded git2 v0.19.0 |
| 963 | 2025-03-03T23:54:31.070Z | Downloaded webpki-roots v0.26.6 |
| 964 | 2025-03-03T23:54:31.074Z | Downloaded nix v0.28.0 |
| 965 | 2025-03-03T23:54:31.085Z | Downloaded regress v0.10.3 |
| 966 | 2025-03-03T23:54:31.095Z | Downloaded nix v0.29.0 |
| 967 | 2025-03-03T23:54:31.105Z | Downloaded rustls-webpki v0.101.7 |
| 968 | 2025-03-03T23:54:31.120Z | Downloaded smoltcp v0.9.1 |
| 969 | 2025-03-03T23:54:31.130Z | Downloaded unicode-width v0.2.0 |
| 970 | 2025-03-03T23:54:31.136Z | Downloaded openssl v0.10.71 |
| 971 | 2025-03-03T23:54:31.146Z | Downloaded p384 v0.13.0 |
| 972 | 2025-03-03T23:54:31.152Z | Downloaded diesel v2.2.7 |
| 973 | 2025-03-03T23:54:31.174Z | Downloaded object v0.30.4 |
| 974 | 2025-03-03T23:54:31.182Z | Downloaded dropshot v0.12.0 |
| 975 | 2025-03-03T23:54:31.202Z | Downloaded rustls v0.23.19 |
| 976 | 2025-03-03T23:54:31.214Z | Downloaded smoltcp v0.11.0 |
| 977 | 2025-03-03T23:54:31.227Z | Downloaded object v0.36.5 |
| 978 | 2025-03-03T23:54:31.240Z | Downloaded polar-core v0.27.3 |
| 979 | 2025-03-03T23:54:31.248Z | Downloaded typify-impl v0.3.0 |
| 980 | 2025-03-03T23:54:31.264Z | Downloaded regex-syntax v0.8.5 |
| 981 | 2025-03-03T23:54:31.273Z | Downloaded rustls v0.22.4 |
| 982 | 2025-03-03T23:54:31.287Z | Downloaded openapiv3 v2.0.0 |
| 983 | 2025-03-03T23:54:31.300Z | Downloaded typify-impl v0.2.0 |
| 984 | 2025-03-03T23:54:31.316Z | Downloaded ratatui v0.29.0 |
| 985 | 2025-03-03T23:54:31.336Z | Downloaded sled v0.34.7 |
| 986 | 2025-03-03T23:54:31.346Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 987 | 2025-03-03T23:54:31.358Z | Downloaded dropshot v0.16.0 |
| 988 | 2025-03-03T23:54:31.379Z | Downloaded zerocopy-derive v0.6.6 |
| 989 | 2025-03-03T23:54:31.389Z | Downloaded zerocopy v0.8.10 |
| 990 | 2025-03-03T23:54:31.412Z | Downloaded regex-automata v0.4.8 |
| 991 | 2025-03-03T23:54:31.428Z | Downloaded regex-syntax v0.6.29 |
| 992 | 2025-03-03T23:54:31.436Z | Downloaded regex v1.11.1 |
| 993 | 2025-03-03T23:54:31.448Z | Downloaded hickory-proto v0.24.4 |
| 994 | 2025-03-03T23:54:31.464Z | Downloaded lzma-sys v0.1.20 |
| 995 | 2025-03-03T23:54:31.493Z | Downloaded bstr v1.10.0 |
| 996 | 2025-03-03T23:54:31.504Z | Downloaded nix v0.27.1 |
| 997 | 2025-03-03T23:54:31.514Z | Downloaded chrono-tz v0.10.1 |
| 998 | 2025-03-03T23:54:31.522Z | Downloaded petgraph v0.6.5 |
| 999 | 2025-03-03T23:54:31.540Z | Downloaded libz-sys v1.1.20 |
| 1000 | 2025-03-03T23:54:31.562Z | Downloaded tokio v1.43.0 |
| 1001 | 2025-03-03T23:54:31.600Z | Downloaded petgraph v0.7.1 |
| 1002 | 2025-03-03T23:54:31.619Z | Downloaded tokio-util v0.7.13 |
| 1003 | 2025-03-03T23:54:31.625Z | Downloaded csv v1.3.1 |
| 1004 | 2025-03-03T23:54:31.646Z | Downloaded rayon v1.10.0 |
| 1005 | 2025-03-03T23:54:31.655Z | Downloaded display-error-chain v0.2.2 |
| 1006 | 2025-03-03T23:54:31.658Z | Downloaded num-bigint-dig v0.8.4 |
| 1007 | 2025-03-03T23:54:31.661Z | Downloaded publicsuffix v2.3.0 |
| 1008 | 2025-03-03T23:54:31.665Z | Downloaded tower v0.5.2 |
| 1009 | 2025-03-03T23:54:31.673Z | Downloaded sha3 v0.10.8 |
| 1010 | 2025-03-03T23:54:31.677Z | Downloaded displaydoc v0.2.5 |
| 1011 | 2025-03-03T23:54:31.680Z | Downloaded futures-util v0.3.31 |
| 1012 | 2025-03-03T23:54:31.691Z | Downloaded unicode-normalization v0.1.24 |
| 1013 | 2025-03-03T23:54:31.695Z | Downloaded rustls-pemfile v2.2.0 |
| 1014 | 2025-03-03T23:54:31.698Z | Downloaded signal-hook v0.3.17 |
| 1015 | 2025-03-03T23:54:31.700Z | Downloaded rcgen v0.12.1 |
| 1016 | 2025-03-03T23:54:31.703Z | Downloaded winnow v0.6.20 |
| 1017 | 2025-03-03T23:54:31.710Z | Downloaded winnow v0.5.40 |
| 1018 | 2025-03-03T23:54:31.719Z | Downloaded string_cache v0.8.7 |
| 1019 | 2025-03-03T23:54:31.722Z | Downloaded bindgen v0.71.1 |
| 1020 | 2025-03-03T23:54:31.728Z | Downloaded pkcs1 v0.7.5 |
| 1021 | 2025-03-03T23:54:31.731Z | Downloaded pin-utils v0.1.0 |
| 1022 | 2025-03-03T23:54:31.736Z | Downloaded glob v0.3.2 |
| 1023 | 2025-03-03T23:54:31.736Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2025-03-03T23:54:31.736Z | Downloaded thiserror-no-std v2.0.2 |
| 1025 | 2025-03-03T23:54:31.739Z | Downloaded filetime v0.2.25 |
| 1026 | 2025-03-03T23:54:31.742Z | Downloaded tokio-rustls v0.25.0 |
| 1027 | 2025-03-03T23:54:31.742Z | Downloaded nom v7.1.3 |
| 1028 | 2025-03-03T23:54:31.748Z | Downloaded either v1.14.0 |
| 1029 | 2025-03-03T23:54:31.751Z | Downloaded rustc-hash v1.1.0 |
| 1030 | 2025-03-03T23:54:31.751Z | Downloaded debug-ignore v1.0.5 |
| 1031 | 2025-03-03T23:54:31.751Z | Downloaded serde_with v3.12.0 |
| 1032 | 2025-03-03T23:54:31.760Z | Downloaded stable_deref_trait v1.2.0 |
| 1033 | 2025-03-03T23:54:31.764Z | Downloaded phf_generator v0.11.2 |
| 1034 | 2025-03-03T23:54:31.764Z | Downloaded rpassword v7.3.1 |
| 1035 | 2025-03-03T23:54:31.764Z | Downloaded oxnet v0.1.1 |
| 1036 | 2025-03-03T23:54:31.768Z | Downloaded bindgen v0.69.5 |
| 1037 | 2025-03-03T23:54:31.772Z | Downloaded parking_lot_core v0.8.6 |
| 1038 | 2025-03-03T23:54:31.775Z | Downloaded wait-timeout v0.2.0 |
| 1039 | 2025-03-03T23:54:31.775Z | Downloaded vsss-rs v3.3.4 |
| 1040 | 2025-03-03T23:54:31.779Z | Downloaded same-file v1.0.6 |
| 1041 | 2025-03-03T23:54:31.784Z | Downloaded twox-hash v2.1.0 |
| 1042 | 2025-03-03T23:54:31.784Z | Downloaded enum-as-inner v0.6.1 |
| 1043 | 2025-03-03T23:54:31.785Z | Downloaded hash32 v0.3.1 |
| 1044 | 2025-03-03T23:54:31.789Z | Downloaded ron v0.7.1 |
| 1045 | 2025-03-03T23:54:31.793Z | Downloaded zip v0.6.6 |
| 1046 | 2025-03-03T23:54:31.793Z | Downloaded uuid v1.15.1 |
| 1047 | 2025-03-03T23:54:31.796Z | Downloaded slog-envlogger v2.2.0 |
| 1048 | 2025-03-03T23:54:31.799Z | Downloaded ring v0.17.11 |
| 1049 | 2025-03-03T23:54:31.840Z | Downloaded utf8_iter v1.0.4 |
| 1050 | 2025-03-03T23:54:31.843Z | Downloaded tokio-stream v0.1.17 |
| 1051 | 2025-03-03T23:54:31.846Z | Downloaded data-encoding v2.6.0 |
| 1052 | 2025-03-03T23:54:31.846Z | Downloaded tokio-rustls v0.24.1 |
| 1053 | 2025-03-03T23:54:31.850Z | Downloaded encoding_rs v0.8.34 |
| 1054 | 2025-03-03T23:54:31.870Z | Downloaded derive-where v1.2.7 |
| 1055 | 2025-03-03T23:54:31.873Z | Downloaded resolv-conf v0.7.0 |
| 1056 | 2025-03-03T23:54:31.876Z | Downloaded strum_macros v0.24.3 |
| 1057 | 2025-03-03T23:54:31.878Z | Downloaded ff v0.13.0 |
| 1058 | 2025-03-03T23:54:31.879Z | Downloaded itertools v0.13.0 |
| 1059 | 2025-03-03T23:54:31.885Z | Downloaded form_urlencoded v1.2.1 |
| 1060 | 2025-03-03T23:54:31.889Z | Downloaded fixedbitset v0.4.2 |
| 1061 | 2025-03-03T23:54:31.889Z | Downloaded owo-colors v4.2.0 |
| 1062 | 2025-03-03T23:54:31.892Z | Downloaded difflib v0.4.0 |
| 1063 | 2025-03-03T23:54:31.892Z | Downloaded strum_macros v0.25.3 |
| 1064 | 2025-03-03T23:54:31.895Z | Downloaded sha1 v0.10.6 |
| 1065 | 2025-03-03T23:54:31.895Z | Downloaded derive_builder_core v0.20.2 |
| 1066 | 2025-03-03T23:54:31.900Z | Downloaded deranged v0.3.11 |
| 1067 | 2025-03-03T23:54:31.900Z | Downloaded elliptic-curve v0.13.8 |
| 1068 | 2025-03-03T23:54:31.903Z | Downloaded itertools v0.14.0 |
| 1069 | 2025-03-03T23:54:31.909Z | Downloaded blake3 v1.5.4 |
| 1070 | 2025-03-03T23:54:31.916Z | Downloaded tar v0.4.44 |
| 1071 | 2025-03-03T23:54:31.919Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1072 | 2025-03-03T23:54:31.977Z | Downloaded idna v1.0.3 |
| 1073 | 2025-03-03T23:54:31.981Z | Downloaded futures-sink v0.3.31 |
| 1074 | 2025-03-03T23:54:31.984Z | Downloaded futures-macro v0.3.31 |
| 1075 | 2025-03-03T23:54:31.984Z | Downloaded diesel-dtrace v0.4.2 |
| 1076 | 2025-03-03T23:54:31.984Z | Downloaded write16 v1.0.0 |
| 1077 | 2025-03-03T23:54:31.988Z | Downloaded vergen v8.3.2 |
| 1078 | 2025-03-03T23:54:31.988Z | Downloaded zopfli v0.8.1 |
| 1079 | 2025-03-03T23:54:31.991Z | Downloaded prettyplease v0.2.29 |
| 1080 | 2025-03-03T23:54:31.994Z | Downloaded pkcs5 v0.7.1 |
| 1081 | 2025-03-03T23:54:31.997Z | Downloaded openssl-sys v0.9.106 |
| 1082 | 2025-03-03T23:54:32.001Z | Downloaded libm v0.2.8 |
| 1083 | 2025-03-03T23:54:32.008Z | Downloaded serde-hex v0.1.0 |
| 1084 | 2025-03-03T23:54:32.011Z | Downloaded semver v0.1.20 |
| 1085 | 2025-03-03T23:54:32.011Z | Downloaded num-iter v0.1.45 |
| 1086 | 2025-03-03T23:54:32.011Z | Downloaded futures v0.3.31 |
| 1087 | 2025-03-03T23:54:32.015Z | Downloaded darling v0.20.10 |
| 1088 | 2025-03-03T23:54:32.020Z | Downloaded daft-derive v0.1.1 |
| 1089 | 2025-03-03T23:54:32.023Z | Downloaded walkdir v2.5.0 |
| 1090 | 2025-03-03T23:54:32.026Z | Downloaded num-rational v0.4.2 |
| 1091 | 2025-03-03T23:54:32.026Z | Downloaded test-strategy v0.4.0 |
| 1092 | 2025-03-03T23:54:32.030Z | Downloaded itertools v0.10.5 |
| 1093 | 2025-03-03T23:54:32.035Z | Downloaded tracing v0.1.40 |
| 1094 | 2025-03-03T23:54:32.038Z | Downloaded progenitor-client v0.8.0 |
| 1095 | 2025-03-03T23:54:32.041Z | Downloaded fallible-iterator v0.2.0 |
| 1096 | 2025-03-03T23:54:32.042Z | Downloaded zone v0.1.8 |
| 1097 | 2025-03-03T23:54:32.042Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1098 | 2025-03-03T23:54:32.045Z | Downloaded tabwriter v1.4.0 |
| 1099 | 2025-03-03T23:54:32.045Z | Downloaded slog-bunyan v2.5.0 |
| 1100 | 2025-03-03T23:54:32.045Z | Downloaded rtoolbox v0.0.2 |
| 1101 | 2025-03-03T23:54:32.048Z | Downloaded derive_builder v0.20.2 |
| 1102 | 2025-03-03T23:54:32.051Z | Downloaded smallvec v1.14.0 |
| 1103 | 2025-03-03T23:54:32.054Z | Downloaded quinn-udp v0.5.5 |
| 1104 | 2025-03-03T23:54:32.054Z | Downloaded rayon-core v1.12.1 |
| 1105 | 2025-03-03T23:54:32.057Z | Downloaded oso v0.27.3 |
| 1106 | 2025-03-03T23:54:32.060Z | Downloaded globset v0.4.15 |
| 1107 | 2025-03-03T23:54:32.063Z | Downloaded termtree v0.5.1 |
| 1108 | 2025-03-03T23:54:32.063Z | Downloaded getrandom v0.3.1 |
| 1109 | 2025-03-03T23:54:32.069Z | Downloaded unicode-bidi v0.3.17 |
| 1110 | 2025-03-03T23:54:32.072Z | Downloaded waitgroup v0.1.2 |
| 1111 | 2025-03-03T23:54:32.072Z | Downloaded tabled_derive v0.10.0 |
| 1112 | 2025-03-03T23:54:32.072Z | Downloaded stringprep v0.1.5 |
| 1113 | 2025-03-03T23:54:32.072Z | Downloaded dropshot_endpoint v0.16.0 |
| 1114 | 2025-03-03T23:54:32.076Z | Downloaded dropshot_endpoint v0.12.0 |
| 1115 | 2025-03-03T23:54:32.079Z | Downloaded siphasher v0.3.11 |
| 1116 | 2025-03-03T23:54:32.079Z | Downloaded serde_repr v0.1.19 |
| 1117 | 2025-03-03T23:54:32.079Z | Downloaded serde_plain v1.0.2 |
| 1118 | 2025-03-03T23:54:32.082Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1119 | 2025-03-03T23:54:32.082Z | Downloaded papergrid v0.14.0 |
| 1120 | 2025-03-03T23:54:32.092Z | Downloaded embedded-io v0.4.0 |
| 1121 | 2025-03-03T23:54:32.092Z | Downloaded utf-8 v0.7.6 |
| 1122 | 2025-03-03T23:54:32.092Z | Downloaded crossbeam-channel v0.5.13 |
| 1123 | 2025-03-03T23:54:32.095Z | Downloaded schemars v0.8.22 |
| 1124 | 2025-03-03T23:54:32.102Z | Downloaded pin-project-internal v1.1.6 |
| 1125 | 2025-03-03T23:54:32.105Z | Downloaded heapless v0.8.0 |
| 1126 | 2025-03-03T23:54:32.108Z | Downloaded tracing-attributes v0.1.27 |
| 1127 | 2025-03-03T23:54:32.111Z | Downloaded indicatif v0.17.11 |
| 1128 | 2025-03-03T23:54:32.115Z | Downloaded crypto-bigint v0.5.5 |
| 1129 | 2025-03-03T23:54:32.119Z | Downloaded const_format v0.2.34 |
| 1130 | 2025-03-03T23:54:32.123Z | Downloaded cc v1.2.15 |
| 1131 | 2025-03-03T23:54:32.126Z | Downloaded chacha20poly1305 v0.10.1 |
| 1132 | 2025-03-03T23:54:32.129Z | Downloaded bytes v1.10.0 |
| 1133 | 2025-03-03T23:54:32.132Z | Downloaded minimal-lexical v0.2.1 |
| 1134 | 2025-03-03T23:54:32.136Z | Downloaded rusty-fork v0.3.0 |
| 1135 | 2025-03-03T23:54:32.139Z | Downloaded native-tls v0.2.12 |
| 1136 | 2025-03-03T23:54:32.140Z | Downloaded linear-map v1.2.0 |
| 1137 | 2025-03-03T23:54:32.143Z | Downloaded crc-any v2.5.0 |
| 1138 | 2025-03-03T23:54:32.143Z | Downloaded clang-sys v1.8.1 |
| 1139 | 2025-03-03T23:54:32.147Z | Downloaded base64 v0.22.1 |
| 1140 | 2025-03-03T23:54:32.150Z | Downloaded allocator-api2 v0.2.18 |
| 1141 | 2025-03-03T23:54:32.153Z | Downloaded fixedbitset v0.5.7 |
| 1142 | 2025-03-03T23:54:32.153Z | Downloaded des v0.8.1 |
| 1143 | 2025-03-03T23:54:32.156Z | Downloaded bumpalo v3.16.0 |
| 1144 | 2025-03-03T23:54:32.159Z | Downloaded rand_chacha v0.9.0 |
| 1145 | 2025-03-03T23:54:32.159Z | Downloaded powerfmt v0.2.0 |
| 1146 | 2025-03-03T23:54:32.162Z | Downloaded crossbeam-utils v0.8.20 |
| 1147 | 2025-03-03T23:54:32.162Z | Downloaded dunce v1.0.5 |
| 1148 | 2025-03-03T23:54:32.165Z | Downloaded smf v0.2.3 |
| 1149 | 2025-03-03T23:54:32.165Z | Downloaded serde_urlencoded v0.7.1 |
| 1150 | 2025-03-03T23:54:32.165Z | Downloaded typify-macro v0.3.0 |
| 1151 | 2025-03-03T23:54:32.168Z | Downloaded typify-macro v0.2.0 |
| 1152 | 2025-03-03T23:54:32.168Z | Downloaded subtle v2.6.1 |
| 1153 | 2025-03-03T23:54:32.168Z | Downloaded slog-scope v4.4.0 |
| 1154 | 2025-03-03T23:54:32.171Z | Downloaded slog-json v2.6.1 |
| 1155 | 2025-03-03T23:54:32.171Z | Downloaded sec1 v0.7.3 |
| 1156 | 2025-03-03T23:54:32.172Z | Downloaded miniz_oxide v0.8.5 |
| 1157 | 2025-03-03T23:54:32.174Z | Downloaded litrs v0.4.1 |
| 1158 | 2025-03-03T23:54:32.177Z | Downloaded is_ci v1.2.0 |
| 1159 | 2025-03-03T23:54:32.177Z | Downloaded const-oid v0.9.6 |
| 1160 | 2025-03-03T23:54:32.180Z | Downloaded writeable v0.5.5 |
| 1161 | 2025-03-03T23:54:32.183Z | Downloaded cookie_store v0.21.1 |
| 1162 | 2025-03-03T23:54:32.183Z | Downloaded console v0.15.10 |
| 1163 | 2025-03-03T23:54:32.186Z | Downloaded blake2 v0.10.6 |
| 1164 | 2025-03-03T23:54:32.190Z | Downloaded argon2 v0.5.3 |
| 1165 | 2025-03-03T23:54:32.190Z | Downloaded tls_codec_derive v0.4.1 |
| 1166 | 2025-03-03T23:54:32.193Z | Downloaded signal-hook-mio v0.2.4 |
| 1167 | 2025-03-03T23:54:32.193Z | Downloaded proc-macro-error2 v2.0.1 |
| 1168 | 2025-03-03T23:54:32.196Z | Downloaded crossbeam-deque v0.8.5 |
| 1169 | 2025-03-03T23:54:32.196Z | Downloaded colored v2.2.0 |
| 1170 | 2025-03-03T23:54:32.200Z | Downloaded block-padding v0.3.3 |
| 1171 | 2025-03-03T23:54:32.200Z | Downloaded array-init v0.0.4 |
| 1172 | 2025-03-03T23:54:32.200Z | Downloaded cancel-safe-futures v0.1.5 |
| 1173 | 2025-03-03T23:54:32.203Z | Downloaded crc v3.2.1 |
| 1174 | 2025-03-03T23:54:32.206Z | Downloaded constant_time_eq v0.3.1 |
| 1175 | 2025-03-03T23:54:32.206Z | Downloaded ciborium-ll v0.2.2 |
| 1176 | 2025-03-03T23:54:32.206Z | Downloaded chrono-tz-build v0.4.0 |
| 1177 | 2025-03-03T23:54:32.209Z | Downloaded cargo_metadata v0.18.1 |
| 1178 | 2025-03-03T23:54:32.209Z | Downloaded crunchy v0.2.2 |
| 1179 | 2025-03-03T23:54:32.209Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1180 | 2025-03-03T23:54:32.209Z | Downloaded bzip2 v0.4.4 |
| 1181 | 2025-03-03T23:54:32.212Z | Downloaded bit-vec v0.8.0 |
| 1182 | 2025-03-03T23:54:32.212Z | Downloaded inout v0.1.3 |
| 1183 | 2025-03-03T23:54:32.215Z | Downloaded bit-vec v0.6.3 |
| 1184 | 2025-03-03T23:54:32.216Z | Downloaded ref-cast-impl v1.0.23 |
| 1185 | 2025-03-03T23:54:32.216Z | Downloaded bit-set v0.8.0 |
| 1186 | 2025-03-03T23:54:32.219Z | Downloaded bit-set v0.5.3 |
| 1187 | 2025-03-03T23:54:32.219Z | Downloaded ipnetwork v0.21.1 |
| 1188 | 2025-03-03T23:54:32.219Z | Downloaded ipnet v2.11.0 |
| 1189 | 2025-03-03T23:54:32.222Z | Downloaded iana-time-zone v0.1.61 |
| 1190 | 2025-03-03T23:54:32.225Z | Downloaded aes-gcm v0.10.3 |
| 1191 | 2025-03-03T23:54:32.228Z | Downloaded hyper-rustls v0.27.3 |
| 1192 | 2025-03-03T23:54:32.228Z | Downloaded is-terminal v0.4.13 |
| 1193 | 2025-03-03T23:54:32.231Z | Downloaded maybe-uninit v2.0.0 |
| 1194 | 2025-03-03T23:54:32.231Z | Downloaded lazy_static v1.5.0 |
| 1195 | 2025-03-03T23:54:32.234Z | Downloaded indoc v2.0.5 |
| 1196 | 2025-03-03T23:54:32.234Z | Downloaded indent_write v2.2.0 |
| 1197 | 2025-03-03T23:54:32.234Z | Downloaded assert_matches v1.5.0 |
| 1198 | 2025-03-03T23:54:32.237Z | Downloaded hex-literal v0.4.1 |
| 1199 | 2025-03-03T23:54:32.237Z | Downloaded hex v0.4.3 |
| 1200 | 2025-03-03T23:54:32.237Z | Downloaded ascii-canvas v3.0.0 |
| 1201 | 2025-03-03T23:54:32.241Z | Downloaded aes v0.8.4 |
| 1202 | 2025-03-03T23:54:32.244Z | Downloaded http-body-util v0.1.2 |
| 1203 | 2025-03-03T23:54:32.474Z | Downloaded aws-lc-sys v0.26.0 |
| 1204 | 2025-03-03T23:54:32.787Z | Compiling serde v1.0.218 |
| 1205 | 2025-03-03T23:54:32.790Z | Compiling value-bag v1.9.0 |
| 1206 | 2025-03-03T23:54:32.790Z | Compiling lock_api v0.4.12 |
| 1207 | 2025-03-03T23:54:32.790Z | Compiling scopeguard v1.2.0 |
| 1208 | 2025-03-03T23:54:32.790Z | Compiling typenum v1.17.0 |
| 1209 | 2025-03-03T23:54:32.790Z | Compiling generic-array v0.14.7 |
| 1210 | 2025-03-03T23:54:32.982Z | Compiling syn v2.0.98 |
| 1211 | 2025-03-03T23:54:32.997Z | Compiling getrandom v0.2.15 |
| 1212 | 2025-03-03T23:54:33.149Z | Compiling shlex v1.3.0 |
| 1213 | 2025-03-03T23:54:33.290Z | Compiling rand_core v0.6.4 |
| 1214 | 2025-03-03T23:54:33.384Z | Compiling log v0.4.22 |
| 1215 | 2025-03-03T23:54:33.487Z | Compiling jobserver v0.1.32 |
| 1216 | 2025-03-03T23:54:33.509Z | Compiling subtle v2.6.1 |
| 1217 | 2025-03-03T23:54:33.545Z | Compiling smallvec v1.14.0 |
| 1218 | 2025-03-03T23:54:33.776Z | Compiling const-oid v0.9.6 |
| 1219 | 2025-03-03T23:54:33.835Z | Compiling pin-project-lite v0.2.14 |
| 1220 | 2025-03-03T23:54:33.855Z | Compiling cc v1.2.15 |
| 1221 | 2025-03-03T23:54:33.916Z | Compiling parking_lot_core v0.9.10 |
| 1222 | 2025-03-03T23:54:33.981Z | Compiling rustix v0.38.37 |
| 1223 | 2025-03-03T23:54:34.135Z | Compiling signal-hook-registry v1.4.2 |
| 1224 | 2025-03-03T23:54:34.251Z | Compiling futures-core v0.3.31 |
| 1225 | 2025-03-03T23:54:34.498Z | Compiling mio v1.0.2 |
| 1226 | 2025-03-03T23:54:34.993Z | Compiling parking_lot v0.12.3 |
| 1227 | 2025-03-03T23:54:35.014Z | Compiling spin v0.9.8 |
| 1228 | 2025-03-03T23:54:35.094Z | Compiling socket2 v0.5.8 |
| 1229 | 2025-03-03T23:54:35.421Z | Compiling aho-corasick v1.1.3 |
| 1230 | 2025-03-03T23:54:35.465Z | Compiling either v1.14.0 |
| 1231 | 2025-03-03T23:54:35.814Z | Compiling futures-sink v0.3.31 |
| 1232 | 2025-03-03T23:54:35.894Z | Compiling stable_deref_trait v1.2.0 |
| 1233 | 2025-03-03T23:54:35.926Z | Compiling regex-syntax v0.8.5 |
| 1234 | 2025-03-03T23:54:35.998Z | Compiling cpufeatures v0.2.14 |
| 1235 | 2025-03-03T23:54:36.025Z | Compiling slab v0.4.9 |
| 1236 | 2025-03-03T23:54:36.043Z | Compiling glob v0.3.2 |
| 1237 | 2025-03-03T23:54:36.068Z | Compiling prettyplease v0.2.29 |
| 1238 | 2025-03-03T23:54:36.117Z | Compiling lazy_static v1.5.0 |
| 1239 | 2025-03-03T23:54:36.261Z | Compiling minimal-lexical v0.2.1 |
| 1240 | 2025-03-03T23:54:36.459Z | Compiling serde_json v1.0.139 |
| 1241 | 2025-03-03T23:54:36.814Z | Compiling nom v7.1.3 |
| 1242 | 2025-03-03T23:54:36.861Z | Compiling futures-channel v0.3.31 |
| 1243 | 2025-03-03T23:54:36.879Z | Compiling libloading v0.8.5 |
| 1244 | 2025-03-03T23:54:36.898Z | Compiling clang-sys v1.8.1 |
| 1245 | 2025-03-03T23:54:37.276Z | Compiling futures-io v0.3.31 |
| 1246 | 2025-03-03T23:54:37.279Z | Compiling bindgen v0.69.5 |
| 1247 | 2025-03-03T23:54:37.556Z | Compiling foldhash v0.1.3 |
| 1248 | 2025-03-03T23:54:37.626Z | Compiling allocator-api2 v0.2.18 |
| 1249 | 2025-03-03T23:54:37.873Z | Compiling pin-utils v0.1.0 |
| 1250 | 2025-03-03T23:54:37.942Z | Compiling futures-task v0.3.31 |
| 1251 | 2025-03-03T23:54:37.992Z | Compiling home v0.5.9 |
| 1252 | 2025-03-03T23:54:38.231Z | Compiling itertools v0.12.1 |
| 1253 | 2025-03-03T23:54:38.252Z | Compiling pkg-config v0.3.31 |
| 1254 | 2025-03-03T23:54:38.407Z | Compiling hashbrown v0.15.1 |
| 1255 | 2025-03-03T23:54:39.620Z | Compiling libm v0.2.8 |
| 1256 | 2025-03-03T23:54:39.662Z | Compiling regex-automata v0.4.8 |
| 1257 | 2025-03-03T23:54:39.981Z | Compiling cexpr v0.6.0 |
| 1258 | 2025-03-03T23:54:40.060Z | Compiling rustc-hash v1.1.0 |
| 1259 | 2025-03-03T23:54:40.229Z | Compiling lazycell v1.3.0 |
| 1260 | 2025-03-03T23:54:40.280Z | Compiling cmake v0.1.51 |
| 1261 | 2025-03-03T23:54:40.407Z | Compiling synstructure v0.13.1 |
| 1262 | 2025-03-03T23:54:41.149Z | Compiling num-traits v0.2.19 |
| 1263 | 2025-03-03T23:54:41.471Z | Compiling dunce v1.0.5 |
| 1264 | 2025-03-03T23:54:41.572Z | Compiling fs_extra v1.3.0 |
| 1265 | 2025-03-03T23:54:41.900Z | Compiling litemap v0.7.3 |
| 1266 | 2025-03-03T23:54:42.015Z | Compiling getrandom v0.3.1 |
| 1267 | 2025-03-03T23:54:42.138Z | Compiling writeable v0.5.5 |
| 1268 | 2025-03-03T23:54:42.313Z | Compiling ring v0.17.11 |
| 1269 | 2025-03-03T23:54:42.713Z | Compiling base64ct v1.6.0 |
| 1270 | 2025-03-03T23:54:42.740Z | Compiling paste v1.0.15 |
| 1271 | 2025-03-03T23:54:43.325Z | Compiling pem-rfc7468 v0.7.0 |
| 1272 | 2025-03-03T23:54:43.725Z | Compiling aws-lc-rs v1.12.4 |
| 1273 | 2025-03-03T23:54:43.903Z | Compiling httparse v1.9.5 |
| 1274 | 2025-03-03T23:54:43.923Z | Compiling flagset v0.4.6 |
| 1275 | 2025-03-03T23:54:44.130Z | Compiling icu_locid_transform_data v1.5.0 |
| 1276 | 2025-03-03T23:54:44.246Z | Compiling tracing-core v0.1.32 |
| 1277 | 2025-03-03T23:54:44.628Z | Compiling regex v1.11.1 |
| 1278 | 2025-03-03T23:54:45.009Z | Compiling rustls-pki-types v1.10.0 |
| 1279 | 2025-03-03T23:54:45.212Z | Compiling percent-encoding v2.3.1 |
| 1280 | 2025-03-03T23:54:45.374Z | Compiling serde_derive v1.0.218 |
| 1281 | 2025-03-03T23:54:45.394Z | Compiling zeroize_derive v1.4.2 |
| 1282 | 2025-03-03T23:54:45.510Z | Compiling zerocopy-derive v0.7.35 |
| 1283 | 2025-03-03T23:54:45.513Z | Compiling tokio-macros v2.5.0 |
| 1284 | 2025-03-03T23:54:45.941Z | Compiling zerofrom-derive v0.1.4 |
| 1285 | 2025-03-03T23:54:46.755Z | Compiling zeroize v1.8.1 |
| 1286 | 2025-03-03T23:54:46.946Z | Compiling yoke-derive v0.7.4 |
| 1287 | 2025-03-03T23:54:47.311Z | Compiling zerocopy v0.7.35 |
| 1288 | 2025-03-03T23:54:48.043Z | Compiling thiserror-impl v1.0.69 |
| 1289 | 2025-03-03T23:54:48.134Z | Compiling displaydoc v0.2.5 |
| 1290 | 2025-03-03T23:54:48.395Z | Compiling crypto-common v0.1.6 |
| 1291 | 2025-03-03T23:54:48.643Z | Compiling block-buffer v0.10.4 |
| 1292 | 2025-03-03T23:54:48.663Z | Compiling zerovec-derive v0.10.3 |
| 1293 | 2025-03-03T23:54:48.901Z | Compiling digest v0.10.7 |
| 1294 | 2025-03-03T23:54:49.277Z | Compiling zerofrom v0.1.4 |
| 1295 | 2025-03-03T23:54:49.395Z | Compiling futures-macro v0.3.31 |
| 1296 | 2025-03-03T23:54:49.518Z | Compiling hmac v0.12.1 |
| 1297 | 2025-03-03T23:54:49.538Z | Compiling yoke v0.7.4 |
| 1298 | 2025-03-03T23:54:49.651Z | Compiling block-padding v0.3.3 |
| 1299 | 2025-03-03T23:54:49.792Z | Compiling ppv-lite86 v0.2.20 |
| 1300 | 2025-03-03T23:54:49.931Z | Compiling inout v0.1.3 |
| 1301 | 2025-03-03T23:54:49.970Z | Compiling sha2 v0.10.8 |
| 1302 | 2025-03-03T23:54:50.225Z | Compiling cipher v0.4.4 |
| 1303 | 2025-03-03T23:54:50.535Z | Compiling icu_provider_macros v1.5.0 |
| 1304 | 2025-03-03T23:54:50.740Z | Compiling der_derive v0.7.3 |
| 1305 | 2025-03-03T23:54:50.986Z | Compiling thiserror v1.0.69 |
| 1306 | 2025-03-03T23:54:51.130Z | Compiling tracing-attributes v0.1.27 |
| 1307 | 2025-03-03T23:54:51.152Z | Compiling zerovec v0.10.4 |
| 1308 | 2025-03-03T23:54:51.197Z | Compiling futures-util v0.3.31 |
| 1309 | 2025-03-03T23:54:51.541Z | Compiling crossbeam-utils v0.8.20 |
| 1310 | 2025-03-03T23:54:52.043Z | Compiling icu_properties_data v1.5.0 |
| 1311 | 2025-03-03T23:54:52.291Z | Compiling pest v2.7.14 |
| 1312 | 2025-03-03T23:54:52.957Z | Compiling tinystr v0.7.6 |
| 1313 | 2025-03-03T23:54:53.108Z | Compiling der v0.7.9 |
| 1314 | 2025-03-03T23:54:53.265Z | Compiling icu_locid v1.5.0 |
| 1315 | 2025-03-03T23:54:53.324Z | Compiling icu_collections v1.5.0 |
| 1316 | 2025-03-03T23:54:54.183Z | Compiling tracing v0.1.40 |
| 1317 | 2025-03-03T23:54:54.512Z | Compiling icu_provider v1.5.0 |
| 1318 | 2025-03-03T23:54:54.731Z | Compiling salsa20 v0.10.2 |
| 1319 | 2025-03-03T23:54:54.755Z | Compiling pbkdf2 v0.12.2 |
| 1320 | 2025-03-03T23:54:54.977Z | Compiling spki v0.7.3 |
| 1321 | 2025-03-03T23:54:55.235Z | Compiling icu_locid_transform v1.5.0 |
| 1322 | 2025-03-03T23:54:55.278Z | Compiling utf8_iter v1.0.4 |
| 1323 | 2025-03-03T23:54:55.390Z | Compiling powerfmt v0.2.0 |
| 1324 | 2025-03-03T23:54:55.505Z | Compiling icu_normalizer_data v1.5.0 |
| 1325 | 2025-03-03T23:54:55.547Z | Compiling untrusted v0.7.1 |
| 1326 | 2025-03-03T23:54:55.606Z | Compiling untrusted v0.9.0 |
| 1327 | 2025-03-03T23:54:55.627Z | Compiling time-core v0.1.2 |
| 1328 | 2025-03-03T23:54:55.757Z | Compiling num-conv v0.1.0 |
| 1329 | 2025-03-03T23:54:55.777Z | Compiling write16 v1.0.0 |
| 1330 | 2025-03-03T23:54:55.804Z | Compiling utf16_iter v1.0.5 |
| 1331 | 2025-03-03T23:54:55.822Z | Compiling vcpkg v0.2.15 |
| 1332 | 2025-03-03T23:54:55.934Z | Compiling deranged v0.3.11 |
| 1333 | 2025-03-03T23:54:55.998Z | Compiling scrypt v0.11.0 |
| 1334 | 2025-03-03T23:54:56.023Z | Compiling time-macros v0.2.18 |
| 1335 | 2025-03-03T23:54:56.493Z | Compiling icu_properties v1.5.1 |
| 1336 | 2025-03-03T23:54:56.525Z | Compiling pest_meta v2.7.14 |
| 1337 | 2025-03-03T23:54:57.545Z | Compiling bytes v1.10.0 |
| 1338 | 2025-03-03T23:54:57.567Z | Compiling bitflags v2.6.0 |
| 1339 | 2025-03-03T23:54:58.583Z | Compiling indexmap v2.7.1 |
| 1340 | 2025-03-03T23:54:58.952Z | Compiling tokio v1.43.0 |
| 1341 | 2025-03-03T23:54:59.097Z | Compiling semver v1.0.25 |
| 1342 | 2025-03-03T23:54:59.832Z | Compiling http v1.2.0 |
| 1343 | 2025-03-03T23:54:59.971Z | Compiling rustc_version v0.4.1 |
| 1344 | 2025-03-03T23:55:00.277Z | Compiling icu_normalizer v1.5.0 |
| 1345 | 2025-03-03T23:55:00.625Z | Compiling openssl-sys v0.9.106 |
| 1346 | 2025-03-03T23:55:00.678Z | Compiling aes v0.8.4 |
| 1347 | 2025-03-03T23:55:00.781Z | Compiling cbc v0.1.2 |
| 1348 | 2025-03-03T23:55:01.036Z | Compiling scroll_derive v0.12.0 |
| 1349 | 2025-03-03T23:55:01.136Z | Compiling atomic-waker v1.1.2 |
| 1350 | 2025-03-03T23:55:01.335Z | Compiling tinyvec_macros v0.1.1 |
| 1351 | 2025-03-03T23:55:01.452Z | Compiling num_threads v0.1.7 |
| 1352 | 2025-03-03T23:55:01.618Z | Compiling pkcs5 v0.7.1 |
| 1353 | 2025-03-03T23:55:01.724Z | Compiling which v4.4.2 |
| 1354 | 2025-03-03T23:55:02.190Z | Compiling time v0.3.36 |
| 1355 | 2025-03-03T23:55:02.263Z | Compiling tinyvec v1.8.0 |
| 1356 | 2025-03-03T23:55:02.492Z | Compiling scroll v0.12.0 |
| 1357 | 2025-03-03T23:55:02.650Z | Compiling http-body v1.0.1 |
| 1358 | 2025-03-03T23:55:02.713Z | Compiling idna_adapter v1.2.0 |
| 1359 | 2025-03-03T23:55:02.915Z | Compiling pest_generator v2.7.14 |
| 1360 | 2025-03-03T23:55:02.947Z | Compiling rand_chacha v0.3.1 |
| 1361 | 2025-03-03T23:55:03.024Z | Compiling form_urlencoded v1.2.1 |
| 1362 | 2025-03-03T23:55:03.343Z | Compiling zerocopy v0.8.10 |
| 1363 | 2025-03-03T23:55:03.413Z | Compiling slog v2.7.0 |
| 1364 | 2025-03-03T23:55:03.774Z | Compiling try-lock v0.2.5 |
| 1365 | 2025-03-03T23:55:03.965Z | Compiling want v0.3.1 |
| 1366 | 2025-03-03T23:55:04.023Z | Compiling rand v0.8.5 |
| 1367 | 2025-03-03T23:55:04.253Z | Compiling goblin v0.8.2 |
| 1368 | 2025-03-03T23:55:04.275Z | Compiling idna v1.0.3 |
| 1369 | 2025-03-03T23:55:04.813Z | Compiling pest_derive v2.7.14 |
| 1370 | 2025-03-03T23:55:05.527Z | Compiling pkcs8 v0.10.2 |
| 1371 | 2025-03-03T23:55:05.681Z | Compiling uuid v1.15.1 |
| 1372 | 2025-03-03T23:55:05.937Z | Compiling zerocopy-derive v0.8.10 |
| 1373 | 2025-03-03T23:55:06.120Z | Compiling iana-time-zone v0.1.61 |
| 1374 | 2025-03-03T23:55:06.200Z | Compiling tower-service v0.3.3 |
| 1375 | 2025-03-03T23:55:06.349Z | Compiling adler2 v2.0.0 |
| 1376 | 2025-03-03T23:55:06.503Z | Compiling httpdate v1.0.3 |
| 1377 | 2025-03-03T23:55:06.571Z | Compiling miniz_oxide v0.8.5 |
| 1378 | 2025-03-03T23:55:06.802Z | Compiling chrono v0.4.40 |
| 1379 | 2025-03-03T23:55:06.970Z | Compiling dtrace-parser v0.2.0 |
| 1380 | 2025-03-03T23:55:07.979Z | Compiling tokio-util v0.7.13 |
| 1381 | 2025-03-03T23:55:08.083Z | Compiling serde_tokenstream v0.2.2 |
| 1382 | 2025-03-03T23:55:08.686Z | Compiling serde_spanned v0.6.8 |
| 1383 | 2025-03-03T23:55:08.825Z | Compiling toml_datetime v0.6.8 |
| 1384 | 2025-03-03T23:55:08.949Z | Compiling h2 v0.4.6 |
| 1385 | 2025-03-03T23:55:09.260Z | Compiling match_cfg v0.1.0 |
| 1386 | 2025-03-03T23:55:09.319Z | Compiling rustversion v1.0.17 |
| 1387 | 2025-03-03T23:55:09.369Z | Compiling openssl v0.10.71 |
| 1388 | 2025-03-03T23:55:09.867Z | Compiling base64 v0.22.1 |
| 1389 | 2025-03-03T23:55:10.045Z | Compiling foreign-types-shared v0.1.1 |
| 1390 | 2025-03-03T23:55:10.190Z | Compiling foreign-types v0.3.2 |
| 1391 | 2025-03-03T23:55:10.223Z | Compiling dof v0.3.0 |
| 1392 | 2025-03-03T23:55:10.415Z | Compiling hostname v0.3.1 |
| 1393 | 2025-03-03T23:55:10.552Z | Compiling url v2.5.3 |
| 1394 | 2025-03-03T23:55:11.860Z | Compiling rand_core v0.9.2 |
| 1395 | 2025-03-03T23:55:11.922Z | Compiling usdt-impl v0.5.0 |
| 1396 | 2025-03-03T23:55:12.006Z | Compiling openssl-macros v0.1.1 |
| 1397 | 2025-03-03T23:55:12.287Z | Compiling async-trait v0.1.86 |
| 1398 | 2025-03-03T23:55:12.355Z | Compiling serde_derive_internals v0.29.1 |
| 1399 | 2025-03-03T23:55:12.405Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1400 | 2025-03-03T23:55:12.773Z | Compiling dirs-sys-next v0.1.2 |
| 1401 | 2025-03-03T23:55:12.947Z | Compiling rustls v0.23.19 |
| 1402 | 2025-03-03T23:55:13.220Z | Compiling schemars v0.8.22 |
| 1403 | 2025-03-03T23:55:13.276Z | Compiling data-encoding v2.6.0 |
| 1404 | 2025-03-03T23:55:13.341Z | Compiling syn v1.0.109 |
| 1405 | 2025-03-03T23:55:13.568Z | Compiling siphasher v0.3.11 |
| 1406 | 2025-03-03T23:55:13.590Z | Compiling native-tls v0.2.12 |
| 1407 | 2025-03-03T23:55:13.948Z | Compiling rustls v0.22.4 |
| 1408 | 2025-03-03T23:55:14.036Z | Compiling dirs-next v2.0.0 |
| 1409 | 2025-03-03T23:55:14.295Z | Compiling rand_chacha v0.9.0 |
| 1410 | 2025-03-03T23:55:14.634Z | Compiling schemars_derive v0.8.22 |
| 1411 | 2025-03-03T23:55:15.201Z | Compiling unicode-normalization v0.1.24 |
| 1412 | 2025-03-03T23:55:15.714Z | Compiling http-body-util v0.1.2 |
| 1413 | 2025-03-03T23:55:15.986Z | Compiling heapless v0.7.17 |
| 1414 | 2025-03-03T23:55:16.208Z | Compiling hyper v1.6.0 |
| 1415 | 2025-03-03T23:55:16.274Z | Compiling crossbeam-epoch v0.9.18 |
| 1416 | 2025-03-03T23:55:16.354Z | Compiling sha1 v0.10.6 |
| 1417 | 2025-03-03T23:55:16.469Z | Compiling signature v2.2.0 |
| 1418 | 2025-03-03T23:55:16.783Z | Compiling thread_local v1.1.8 |
| 1419 | 2025-03-03T23:55:16.804Z | Compiling cookie v0.18.1 |
| 1420 | 2025-03-03T23:55:16.955Z | Compiling encoding_rs v0.8.34 |
| 1421 | 2025-03-03T23:55:17.133Z | Compiling multer v3.1.0 |
| 1422 | 2025-03-03T23:55:17.237Z | Compiling crc32fast v1.4.2 |
| 1423 | 2025-03-03T23:55:17.463Z | Compiling openssl-probe v0.1.5 |
| 1424 | 2025-03-03T23:55:17.493Z | Compiling mime v0.3.17 |
| 1425 | 2025-03-03T23:55:17.573Z | Compiling unicode-properties v0.1.3 |
| 1426 | 2025-03-03T23:55:17.777Z | Compiling slog-async v2.8.0 |
| 1427 | 2025-03-03T23:55:17.989Z | Compiling signal-hook v0.3.17 |
| 1428 | 2025-03-03T23:55:18.012Z | Compiling rayon-core v1.12.1 |
| 1429 | 2025-03-03T23:55:18.286Z | Compiling dyn-clone v1.0.18 |
| 1430 | 2025-03-03T23:55:18.303Z | Compiling unicode-bidi v0.3.17 |
| 1431 | 2025-03-03T23:55:18.324Z | Compiling ipnet v2.11.0 |
| 1432 | 2025-03-03T23:55:18.507Z | Compiling gimli v0.31.1 |
| 1433 | 2025-03-03T23:55:18.910Z | Compiling hyper-util v0.1.10 |
| 1434 | 2025-03-03T23:55:19.394Z | Compiling toml_edit v0.22.24 |
| 1435 | 2025-03-03T23:55:19.640Z | Compiling stringprep v0.1.5 |
| 1436 | 2025-03-03T23:55:20.986Z | Compiling crossbeam-deque v0.8.5 |
| 1437 | 2025-03-03T23:55:21.276Z | Compiling rand v0.9.0 |
| 1438 | 2025-03-03T23:55:21.365Z | Compiling term v0.7.0 |
| 1439 | 2025-03-03T23:55:21.949Z | Compiling usdt-attr-macro v0.5.0 |
| 1440 | 2025-03-03T23:55:22.579Z | Compiling usdt-macro v0.5.0 |
| 1441 | 2025-03-03T23:55:22.990Z | Compiling addr2line v0.24.2 |
| 1442 | 2025-03-03T23:55:23.323Z | Compiling slog-json v2.6.1 |
| 1443 | 2025-03-03T23:55:23.547Z | Compiling serde_urlencoded v0.7.1 |
| 1444 | 2025-03-03T23:55:23.657Z | Compiling curve25519-dalek v4.1.3 |
| 1445 | 2025-03-03T23:55:23.678Z | Compiling crossbeam-channel v0.5.13 |
| 1446 | 2025-03-03T23:55:23.712Z | Compiling futures-executor v0.3.31 |
| 1447 | 2025-03-03T23:55:24.023Z | Compiling enum-as-inner v0.6.1 |
| 1448 | 2025-03-03T23:55:24.026Z | Compiling md-5 v0.10.6 |
| 1449 | 2025-03-03T23:55:24.245Z | Compiling rustls-pemfile v2.2.0 |
| 1450 | 2025-03-03T23:55:24.325Z | Compiling async-stream-impl v0.3.6 |
| 1451 | 2025-03-03T23:55:24.381Z | Compiling num-integer v0.1.46 |
| 1452 | 2025-03-03T23:55:24.621Z | Compiling hash32 v0.2.1 |
| 1453 | 2025-03-03T23:55:24.740Z | Compiling ff v0.13.0 |
| 1454 | 2025-03-03T23:55:24.991Z | Compiling is-terminal v0.4.13 |
| 1455 | 2025-03-03T23:55:25.012Z | Compiling object v0.36.5 |
| 1456 | 2025-03-03T23:55:25.128Z | Compiling memoffset v0.9.1 |
| 1457 | 2025-03-03T23:55:25.148Z | Compiling dropshot v0.12.0 |
| 1458 | 2025-03-03T23:55:25.151Z | Compiling fallible-iterator v0.2.0 |
| 1459 | 2025-03-03T23:55:25.453Z | Compiling base16ct v0.2.0 |
| 1460 | 2025-03-03T23:55:25.473Z | Compiling rustc-demangle v0.1.24 |
| 1461 | 2025-03-03T23:55:25.629Z | Compiling linked-hash-map v0.5.6 |
| 1462 | 2025-03-03T23:55:25.790Z | Compiling quick-error v1.2.3 |
| 1463 | 2025-03-03T23:55:25.863Z | Compiling num-bigint-dig v0.8.4 |
| 1464 | 2025-03-03T23:55:25.965Z | Compiling portable-atomic v1.9.0 |
| 1465 | 2025-03-03T23:55:25.988Z | Compiling anyhow v1.0.96 |
| 1466 | 2025-03-03T23:55:26.203Z | Compiling litrs v0.4.1 |
| 1467 | 2025-03-03T23:55:26.352Z | Compiling psl-types v2.0.11 |
| 1468 | 2025-03-03T23:55:26.538Z | Compiling smoltcp v0.9.1 |
| 1469 | 2025-03-03T23:55:26.570Z | Compiling utf-8 v0.7.6 |
| 1470 | 2025-03-03T23:55:26.605Z | Compiling take_mut v0.2.2 |
| 1471 | 2025-03-03T23:55:26.778Z | Compiling cfg_aliases v0.2.1 |
| 1472 | 2025-03-03T23:55:26.897Z | Compiling nix v0.29.0 |
| 1473 | 2025-03-03T23:55:26.917Z | Compiling tungstenite v0.24.0 |
| 1474 | 2025-03-03T23:55:27.282Z | Compiling document-features v0.2.10 |
| 1475 | 2025-03-03T23:55:27.626Z | Compiling publicsuffix v2.3.0 |
| 1476 | 2025-03-03T23:55:27.763Z | Compiling lru-cache v0.1.2 |
| 1477 | 2025-03-03T23:55:27.932Z | Compiling resolv-conf v0.7.0 |
| 1478 | 2025-03-03T23:55:27.962Z | Compiling postgres-protocol v0.6.8 |
| 1479 | 2025-03-03T23:55:28.043Z | Compiling sec1 v0.7.3 |
| 1480 | 2025-03-03T23:55:28.464Z | Compiling async-stream v0.3.6 |
| 1481 | 2025-03-03T23:55:28.706Z | Compiling hickory-proto v0.24.4 |
| 1482 | 2025-03-03T23:55:28.782Z | Compiling slog-term v2.9.1 |
| 1483 | 2025-03-03T23:55:28.812Z | Compiling usdt v0.5.0 |
| 1484 | 2025-03-03T23:55:28.864Z | Compiling group v0.13.0 |
| 1485 | 2025-03-03T23:55:29.215Z | Compiling num-iter v0.1.45 |
| 1486 | 2025-03-03T23:55:29.415Z | Compiling futures v0.3.31 |
| 1487 | 2025-03-03T23:55:29.435Z | Compiling slog-bunyan v2.5.0 |
| 1488 | 2025-03-03T23:55:29.589Z | Compiling toml v0.8.20 |
| 1489 | 2025-03-03T23:55:29.866Z | Compiling bzip2 v0.4.4 |
| 1490 | 2025-03-03T23:55:31.084Z | Compiling camino v1.1.9 |
| 1491 | 2025-03-03T23:55:31.288Z | Compiling tokio-native-tls v0.3.1 |
| 1492 | 2025-03-03T23:55:31.332Z | Compiling flate2 v1.1.0 |
| 1493 | 2025-03-03T23:55:31.570Z | Compiling backtrace v0.3.74 |
| 1494 | 2025-03-03T23:55:31.956Z | Compiling phf_shared v0.11.2 |
| 1495 | 2025-03-03T23:55:32.068Z | Compiling dropshot_endpoint v0.12.0 |
| 1496 | 2025-03-03T23:55:32.098Z | Compiling terminal_size v0.4.0 |
| 1497 | 2025-03-03T23:55:32.191Z | Compiling waitgroup v0.1.2 |
| 1498 | 2025-03-03T23:55:32.312Z | Compiling openapiv3 v2.0.0 |
| 1499 | 2025-03-03T23:55:32.334Z | Compiling serde_path_to_error v0.1.16 |
| 1500 | 2025-03-03T23:55:32.420Z | Compiling hkdf v0.12.4 |
| 1501 | 2025-03-03T23:55:32.696Z | Compiling crypto-bigint v0.5.5 |
| 1502 | 2025-03-03T23:55:33.119Z | Compiling webpki-roots v0.26.6 |
| 1503 | 2025-03-03T23:55:33.349Z | Compiling zerocopy-derive v0.6.6 |
| 1504 | 2025-03-03T23:55:33.726Z | Compiling hubpack_derive v0.1.1 |
| 1505 | 2025-03-03T23:55:34.482Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1506 | 2025-03-03T23:55:34.678Z | Compiling sync_wrapper v1.0.1 |
| 1507 | 2025-03-03T23:55:34.864Z | Compiling hostname v0.4.0 |
| 1508 | 2025-03-03T23:55:35.116Z | Compiling fs-err v2.11.0 |
| 1509 | 2025-03-03T23:55:35.298Z | Compiling ahash v0.8.11 |
| 1510 | 2025-03-03T23:55:35.465Z | Compiling newtype-uuid v1.2.1 |
| 1511 | 2025-03-03T23:55:35.691Z | Compiling unicode-width v0.2.0 |
| 1512 | 2025-03-03T23:55:35.789Z | Compiling debug-ignore v1.0.5 |
| 1513 | 2025-03-03T23:55:35.973Z | Compiling winnow v0.5.40 |
| 1514 | 2025-03-03T23:55:36.023Z | Compiling bumpalo v3.16.0 |
| 1515 | 2025-03-03T23:55:36.158Z | Compiling zip v2.1.3 |
| 1516 | 2025-03-03T23:55:36.247Z | Compiling lockfree-object-pool v0.1.6 |
| 1517 | 2025-03-03T23:55:36.333Z | Compiling buf-list v1.0.3 |
| 1518 | 2025-03-03T23:55:36.488Z | Compiling tower-layer v0.3.3 |
| 1519 | 2025-03-03T23:55:36.508Z | Compiling managed v0.8.0 |
| 1520 | 2025-03-03T23:55:36.511Z | Compiling simd-adler32 v0.3.7 |
| 1521 | 2025-03-03T23:55:36.804Z | Compiling tower v0.5.2 |
| 1522 | 2025-03-03T23:55:37.044Z | Compiling zopfli v0.8.1 |
| 1523 | 2025-03-03T23:55:37.095Z | Compiling clap_builder v4.5.31 |
| 1524 | 2025-03-03T23:55:37.631Z | Compiling console v0.15.10 |
| 1525 | 2025-03-03T23:55:38.613Z | Compiling strum_macros v0.25.3 |
| 1526 | 2025-03-03T23:55:38.790Z | Compiling elliptic-curve v0.13.8 |
| 1527 | 2025-03-03T23:55:38.997Z | Compiling zerocopy v0.6.6 |
| 1528 | 2025-03-03T23:55:39.112Z | Compiling hubpack v0.1.2 |
| 1529 | 2025-03-03T23:55:39.472Z | Compiling toml_edit v0.19.15 |
| 1530 | 2025-03-03T23:55:39.536Z | Compiling hickory-resolver v0.24.4 |
| 1531 | 2025-03-03T23:55:39.804Z | Compiling phf v0.11.2 |
| 1532 | 2025-03-03T23:55:40.120Z | Compiling signal-hook-mio v0.2.4 |
| 1533 | 2025-03-03T23:55:40.311Z | Compiling hyper-tls v0.6.0 |
| 1534 | 2025-03-03T23:55:40.438Z | Compiling cookie_store v0.21.1 |
| 1535 | 2025-03-03T23:55:40.738Z | Compiling rayon v1.10.0 |
| 1536 | 2025-03-03T23:55:42.484Z | Compiling postgres-types v0.2.9 |
| 1537 | 2025-03-03T23:55:43.823Z | Compiling tokio-tungstenite v0.24.0 |
| 1538 | 2025-03-03T23:55:44.994Z | Compiling ed25519 v2.2.3 |
| 1539 | 2025-03-03T23:55:45.172Z | Compiling phf_shared v0.10.0 |
| 1540 | 2025-03-03T23:55:45.391Z | Compiling tokio-stream v0.1.17 |
| 1541 | 2025-03-03T23:55:45.563Z | Compiling pkcs1 v0.7.5 |
| 1542 | 2025-03-03T23:55:45.719Z | Compiling serde-big-array v0.5.1 |
| 1543 | 2025-03-03T23:55:45.972Z | Compiling clap_derive v4.5.28 |
| 1544 | 2025-03-03T23:55:45.992Z | Compiling rfc6979 v0.4.0 |
| 1545 | 2025-03-03T23:55:46.208Z | Compiling derive-where v1.2.7 |
| 1546 | 2025-03-03T23:55:46.401Z | Compiling serde_repr v0.1.19 |
| 1547 | 2025-03-03T23:55:46.463Z | Compiling float-cmp v0.10.0 |
| 1548 | 2025-03-03T23:55:46.577Z | Compiling bstr v1.10.0 |
| 1549 | 2025-03-03T23:55:46.727Z | Compiling fixedbitset v0.4.2 |
| 1550 | 2025-03-03T23:55:46.878Z | Compiling new_debug_unreachable v1.0.6 |
| 1551 | 2025-03-03T23:55:46.997Z | Compiling static_assertions v1.1.0 |
| 1552 | 2025-03-03T23:55:47.125Z | Compiling number_prefix v0.4.0 |
| 1553 | 2025-03-03T23:55:47.192Z | Compiling predicates-core v1.0.8 |
| 1554 | 2025-03-03T23:55:47.368Z | Compiling normalize-line-endings v0.3.0 |
| 1555 | 2025-03-03T23:55:47.512Z | Compiling unicode-segmentation v1.12.0 |
| 1556 | 2025-03-03T23:55:47.515Z | Compiling whoami v1.5.2 |
| 1557 | 2025-03-03T23:55:47.534Z | Compiling precomputed-hash v0.1.1 |
| 1558 | 2025-03-03T23:55:47.695Z | Compiling difflib v0.4.0 |
| 1559 | 2025-03-03T23:55:48.100Z | Compiling tokio-postgres v0.7.13 |
| 1560 | 2025-03-03T23:55:48.185Z | Compiling predicates v3.1.3 |
| 1561 | 2025-03-03T23:55:48.429Z | Compiling similar v2.7.0 |
| 1562 | 2025-03-03T23:55:49.071Z | Compiling string_cache v0.8.7 |
| 1563 | 2025-03-03T23:55:49.482Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1564 | 2025-03-03T23:55:49.523Z | Compiling indicatif v0.17.11 |
| 1565 | 2025-03-03T23:55:49.776Z | Compiling petgraph v0.6.5 |
| 1566 | 2025-03-03T23:55:50.570Z | Compiling clap v4.5.31 |
| 1567 | 2025-03-03T23:55:50.598Z | Compiling ecdsa v0.16.9 |
| 1568 | 2025-03-03T23:55:50.707Z | Compiling rsa v0.9.6 |
| 1569 | 2025-03-03T23:55:51.442Z | Compiling ed25519-dalek v2.1.1 |
| 1570 | 2025-03-03T23:55:52.825Z | Compiling toml v0.7.8 |
| 1571 | 2025-03-03T23:55:53.479Z | Compiling crossterm v0.28.1 |
| 1572 | 2025-03-03T23:55:54.676Z | Compiling zip v0.6.6 |
| 1573 | 2025-03-03T23:55:54.907Z | Compiling hex v0.4.3 |
| 1574 | 2025-03-03T23:55:55.510Z | Compiling x509-cert v0.2.5 |
| 1575 | 2025-03-03T23:55:55.767Z | Compiling itertools v0.10.5 |
| 1576 | 2025-03-03T23:55:55.997Z | Compiling peg-runtime v0.8.3 |
| 1577 | 2025-03-03T23:55:56.227Z | Compiling lalrpop-util v0.19.12 |
| 1578 | 2025-03-03T23:55:56.248Z | Compiling unicode-xid v0.2.6 |
| 1579 | 2025-03-03T23:55:56.456Z | Compiling strum_macros v0.26.4 |
| 1580 | 2025-03-03T23:55:56.587Z | Compiling xattr v1.3.1 |
| 1581 | 2025-03-03T23:55:56.607Z | Compiling filetime v0.2.25 |
| 1582 | 2025-03-03T23:55:56.865Z | Compiling tar v0.4.44 |
| 1583 | 2025-03-03T23:56:01.068Z | Compiling strum v0.26.3 |
| 1584 | 2025-03-03T23:56:03.951Z | Compiling aws-lc-sys v0.26.0 |
| 1585 | 2025-03-03T23:56:37.586Z | Compiling rustls-webpki v0.102.8 |
| 1586 | 2025-03-03T23:56:40.861Z | Compiling tokio-rustls v0.25.0 |
| 1587 | 2025-03-03T23:56:42.625Z | Compiling tokio-rustls v0.26.0 |
| 1588 | 2025-03-03T23:56:42.927Z | Compiling hyper-rustls v0.27.3 |
| 1589 | 2025-03-03T23:56:43.229Z | Compiling reqwest v0.12.12 |
| 1590 | 2025-03-03T23:56:44.667Z | Compiling qorb v0.2.1 |
| 1591 | 2025-03-03T23:56:47.717Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1592 | 2025-03-03T23:56:48.011Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1593 | 2025-03-03T23:56:52.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 1594 | 2025-03-03T23:56:52.834Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1595 | 2025-03-03T23:56:52.887Z | Mar 03 23:56:51.354 INFO Starting download, target: Cockroach |
| 1596 | 2025-03-03T23:56:52.887Z | Mar 03 23:56:51.354 INFO Starting download, target: DendriteOpenapi |
| 1597 | 2025-03-03T23:56:52.887Z | Mar 03 23:56:51.354 INFO Starting download, target: Clickhouse |
| 1598 | 2025-03-03T23:56:52.887Z | Mar 03 23:56:51.354 INFO Starting download, target: Console |
| 1599 | 2025-03-03T23:56:52.887Z | Mar 03 23:56:51.354 INFO Starting download, target: DendriteStub |
| 1600 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.354 INFO Starting download, target: MaghemiteMgd |
| 1601 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.354 INFO Starting download, target: TransceiverControl |
| 1602 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1603 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1604 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1605 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1606 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1607 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1608 | 2025-03-03T23:56:52.891Z | Mar 03 23:56:51.355 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1609 | 2025-03-03T23:56:53.140Z | Mar 03 23:56:51.597 INFO Download complete, target: DendriteOpenapi |
| 1610 | 2025-03-03T23:56:53.262Z | Mar 03 23:56:51.703 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1611 | 2025-03-03T23:56:53.425Z | Mar 03 23:56:51.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1612 | 2025-03-03T23:56:53.662Z | Mar 03 23:56:52.126 INFO Download complete, target: TransceiverControl |
| 1613 | 2025-03-03T23:56:53.840Z | Mar 03 23:56:52.305 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1614 | 2025-03-03T23:56:53.846Z | Mar 03 23:56:52.312 INFO Download complete, target: Console |
| 1615 | 2025-03-03T23:56:54.092Z | Mar 03 23:56:52.558 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1616 | 2025-03-03T23:56:54.874Z | Mar 03 23:56:53.334 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1617 | 2025-03-03T23:56:54.932Z | Mar 03 23:56:53.398 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1618 | 2025-03-03T23:56:54.932Z | Mar 03 23:56:53.398 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1619 | 2025-03-03T23:56:56.481Z | Mar 03 23:56:54.947 INFO Download complete, target: DendriteStub |
| 1620 | 2025-03-03T23:56:56.700Z | Mar 03 23:56:55.166 INFO Download complete, target: MaghemiteMgd |
| 1621 | 2025-03-03T23:57:01.436Z | Mar 03 23:56:59.902 INFO Checking that binary works, target: Cockroach |
| 1622 | 2025-03-03T23:57:01.615Z | Mar 03 23:57:00.080 INFO Download complete, target: Cockroach |
| 1623 | 2025-03-03T23:57:05.812Z | Mar 03 23:57:04.277 INFO Checking that binary works, target: Clickhouse |
| 1624 | 2025-03-03T23:57:06.098Z | Mar 03 23:57:04.563 INFO Download complete, target: Clickhouse |
| 1625 | 2025-03-03T23:57:06.107Z | All prerequisites installed successfully |
| 1626 | 2025-03-03T23:57:06.110Z | |
| 1627 | 2025-03-03T23:57:06.110Z | real 5:16.238557182 |
| 1628 | 2025-03-03T23:57:06.110Z | user 16:04.823479110 |
| 1629 | 2025-03-03T23:57:06.110Z | sys 2:14.080638956 |
| 1630 | 2025-03-03T23:57:06.110Z | trap 0.608725335 |
| 1631 | 2025-03-03T23:57:06.110Z | tflt 4.624004854 |
| 1632 | 2025-03-03T23:57:06.110Z | dflt 3.887254302 |
| 1633 | 2025-03-03T23:57:06.110Z | kflt 0.027435789 |
| 1634 | 2025-03-03T23:57:06.110Z | lock 24:47.821556970 |
| 1635 | 2025-03-03T23:57:06.110Z | slp 59:03.471672746 |
| 1636 | 2025-03-03T23:57:06.110Z | lat 1:01.139549843 |
| 1637 | 2025-03-03T23:57:06.110Z | stop 2:27.819241800 |
| 1638 | 2025-03-03T23:57:06.110Z | + ptime -m cargo xtask download softnpu |
| 1639 | 2025-03-03T23:57:06.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1640 | 2025-03-03T23:57:06.721Z | Running `target/debug/xtask download softnpu` |
| 1641 | 2025-03-03T23:57:07.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1642 | 2025-03-03T23:57:07.735Z | Running `target/debug/xtask-downloader softnpu` |
| 1643 | 2025-03-03T23:57:07.779Z | Mar 03 23:57:06.243 INFO Starting download, target: Softnpu |
| 1644 | 2025-03-03T23:57:07.782Z | Mar 03 23:57:06.244 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1645 | 2025-03-03T23:57:08.552Z | Mar 03 23:57:07.016 INFO Download complete, target: Softnpu |
| 1646 | 2025-03-03T23:57:08.556Z | |
| 1647 | 2025-03-03T23:57:08.559Z | real 2.441068332 |
| 1648 | 2025-03-03T23:57:08.559Z | user 1.397579995 |
| 1649 | 2025-03-03T23:57:08.559Z | sys 0.611169168 |
| 1650 | 2025-03-03T23:57:08.559Z | trap 0.000902434 |
| 1651 | 2025-03-03T23:57:08.559Z | tflt 0.000056902 |
| 1652 | 2025-03-03T23:57:08.559Z | dflt 0.000123053 |
| 1653 | 2025-03-03T23:57:08.559Z | kflt 0.000000000 |
| 1654 | 2025-03-03T23:57:08.559Z | lock 8.079859401 |
| 1655 | 2025-03-03T23:57:08.559Z | slp 0.617616015 |
| 1656 | 2025-03-03T23:57:08.559Z | lat 0.069619696 |
| 1657 | 2025-03-03T23:57:08.560Z | stop 0.000185996 |
| 1658 | 2025-03-03T23:57:08.560Z | + export CARGO_INCREMENTAL=0 |
| 1659 | 2025-03-03T23:57:08.560Z | + CARGO_INCREMENTAL=0 |
| 1660 | 2025-03-03T23:57:08.560Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1661 | 2025-03-03T23:57:09.628Z | Compiling proc-macro2 v1.0.93 |
| 1662 | 2025-03-03T23:57:09.628Z | Compiling unicode-ident v1.0.14 |
| 1663 | 2025-03-03T23:57:09.631Z | Compiling libc v0.2.170 |
| 1664 | 2025-03-03T23:57:09.631Z | Compiling serde v1.0.218 |
| 1665 | 2025-03-03T23:57:09.631Z | Compiling autocfg v1.4.0 |
| 1666 | 2025-03-03T23:57:09.631Z | Compiling version_check v0.9.5 |
| 1667 | 2025-03-03T23:57:09.631Z | Compiling cfg-if v1.0.0 |
| 1668 | 2025-03-03T23:57:09.897Z | Compiling memchr v2.7.4 |
| 1669 | 2025-03-03T23:57:09.926Z | Compiling typenum v1.17.0 |
| 1670 | 2025-03-03T23:57:10.003Z | Compiling shlex v1.3.0 |
| 1671 | 2025-03-03T23:57:10.400Z | Compiling value-bag v1.9.0 |
| 1672 | 2025-03-03T23:57:10.432Z | Compiling parking_lot_core v0.9.10 |
| 1673 | 2025-03-03T23:57:10.502Z | Compiling lock_api v0.4.12 |
| 1674 | 2025-03-03T23:57:10.785Z | Compiling generic-array v0.14.7 |
| 1675 | 2025-03-03T23:57:10.823Z | Compiling log v0.4.22 |
| 1676 | 2025-03-03T23:57:10.892Z | Compiling scopeguard v1.2.0 |
| 1677 | 2025-03-03T23:57:11.113Z | Compiling serde_json v1.0.139 |
| 1678 | 2025-03-03T23:57:11.133Z | Compiling rustix v0.38.37 |
| 1679 | 2025-03-03T23:57:11.464Z | Compiling quote v1.0.38 |
| 1680 | 2025-03-03T23:57:11.493Z | Compiling libm v0.2.8 |
| 1681 | 2025-03-03T23:57:11.509Z | Compiling num-traits v0.2.19 |
| 1682 | 2025-03-03T23:57:11.752Z | Compiling jobserver v0.1.32 |
| 1683 | 2025-03-03T23:57:11.771Z | Compiling getrandom v0.2.15 |
| 1684 | 2025-03-03T23:57:11.834Z | Compiling syn v2.0.98 |
| 1685 | 2025-03-03T23:57:11.837Z | Compiling aho-corasick v1.1.3 |
| 1686 | 2025-03-03T23:57:11.937Z | Compiling semver v1.0.25 |
| 1687 | 2025-03-03T23:57:12.018Z | Compiling thiserror v1.0.69 |
| 1688 | 2025-03-03T23:57:12.124Z | Compiling cc v1.2.15 |
| 1689 | 2025-03-03T23:57:12.146Z | Compiling regex-syntax v0.8.5 |
| 1690 | 2025-03-03T23:57:12.426Z | Compiling getrandom v0.3.1 |
| 1691 | 2025-03-03T23:57:12.537Z | Compiling either v1.14.0 |
| 1692 | 2025-03-03T23:57:12.739Z | Compiling once_cell v1.20.3 |
| 1693 | 2025-03-03T23:57:12.886Z | Compiling itoa v1.0.11 |
| 1694 | 2025-03-03T23:57:12.935Z | Compiling slab v0.4.9 |
| 1695 | 2025-03-03T23:57:13.294Z | Compiling rand_core v0.6.4 |
| 1696 | 2025-03-03T23:57:13.359Z | Compiling spin v0.9.8 |
| 1697 | 2025-03-03T23:57:13.769Z | Compiling errno v0.3.9 |
| 1698 | 2025-03-03T23:57:14.063Z | Compiling glob v0.3.2 |
| 1699 | 2025-03-03T23:57:14.432Z | Compiling smallvec v1.14.0 |
| 1700 | 2025-03-03T23:57:14.670Z | Compiling prettyplease v0.2.29 |
| 1701 | 2025-03-03T23:57:14.741Z | Compiling lazy_static v1.5.0 |
| 1702 | 2025-03-03T23:57:14.801Z | Compiling clang-sys v1.8.1 |
| 1703 | 2025-03-03T23:57:14.932Z | Compiling minimal-lexical v0.2.1 |
| 1704 | 2025-03-03T23:57:15.150Z | Compiling libloading v0.8.5 |
| 1705 | 2025-03-03T23:57:15.413Z | Compiling nom v7.1.3 |
| 1706 | 2025-03-03T23:57:15.470Z | Compiling bindgen v0.69.5 |
| 1707 | 2025-03-03T23:57:15.507Z | Compiling subtle v2.6.1 |
| 1708 | 2025-03-03T23:57:15.532Z | Compiling home v0.5.9 |
| 1709 | 2025-03-03T23:57:15.740Z | Compiling regex-automata v0.4.8 |
| 1710 | 2025-03-03T23:57:15.838Z | Compiling itertools v0.12.1 |
| 1711 | 2025-03-03T23:57:15.935Z | Compiling foldhash v0.1.3 |
| 1712 | 2025-03-03T23:57:16.228Z | Compiling equivalent v1.0.1 |
| 1713 | 2025-03-03T23:57:16.269Z | Compiling allocator-api2 v0.2.18 |
| 1714 | 2025-03-03T23:57:16.357Z | Compiling lazycell v1.3.0 |
| 1715 | 2025-03-03T23:57:16.873Z | Compiling rustc-hash v1.1.0 |
| 1716 | 2025-03-03T23:57:17.017Z | Compiling hashbrown v0.15.1 |
| 1717 | 2025-03-03T23:57:17.044Z | Compiling cmake v0.1.51 |
| 1718 | 2025-03-03T23:57:17.753Z | Compiling dunce v1.0.5 |
| 1719 | 2025-03-03T23:57:17.807Z | Compiling pkg-config v0.3.31 |
| 1720 | 2025-03-03T23:57:17.900Z | Compiling fs_extra v1.3.0 |
| 1721 | 2025-03-03T23:57:18.446Z | Compiling cexpr v0.6.0 |
| 1722 | 2025-03-03T23:57:18.665Z | Compiling byteorder v1.5.0 |
| 1723 | 2025-03-03T23:57:18.902Z | Compiling pin-project-lite v0.2.14 |
| 1724 | 2025-03-03T23:57:19.067Z | Compiling synstructure v0.13.1 |
| 1725 | 2025-03-03T23:57:19.914Z | Compiling ring v0.17.11 |
| 1726 | 2025-03-03T23:57:19.934Z | Compiling ryu v1.0.18 |
| 1727 | 2025-03-03T23:57:20.039Z | Compiling paste v1.0.15 |
| 1728 | 2025-03-03T23:57:20.310Z | Compiling schemars v0.8.22 |
| 1729 | 2025-03-03T23:57:20.892Z | Compiling regex v1.11.1 |
| 1730 | 2025-03-03T23:57:20.895Z | Compiling serde_derive_internals v0.29.1 |
| 1731 | 2025-03-03T23:57:21.506Z | Compiling signal-hook-registry v1.4.2 |
| 1732 | 2025-03-03T23:57:21.650Z | Compiling httparse v1.9.5 |
| 1733 | 2025-03-03T23:57:21.693Z | Compiling fnv v1.0.7 |
| 1734 | 2025-03-03T23:57:21.832Z | Compiling aws-lc-rs v1.12.4 |
| 1735 | 2025-03-03T23:57:21.851Z | Compiling const-oid v0.9.6 |
| 1736 | 2025-03-03T23:57:22.257Z | Compiling parking_lot v0.12.3 |
| 1737 | 2025-03-03T23:57:22.277Z | Compiling mio v1.0.2 |
| 1738 | 2025-03-03T23:57:22.917Z | Compiling heck v0.5.0 |
| 1739 | 2025-03-03T23:57:23.013Z | Compiling serde_derive v1.0.218 |
| 1740 | 2025-03-03T23:57:23.340Z | Compiling zeroize_derive v1.4.2 |
| 1741 | 2025-03-03T23:57:23.716Z | Compiling tokio-macros v2.5.0 |
| 1742 | 2025-03-03T23:57:23.853Z | Compiling thiserror-impl v1.0.69 |
| 1743 | 2025-03-03T23:57:23.900Z | Compiling zerocopy-derive v0.7.35 |
| 1744 | 2025-03-03T23:57:24.343Z | Compiling zerofrom-derive v0.1.4 |
| 1745 | 2025-03-03T23:57:24.580Z | Compiling yoke-derive v0.7.4 |
| 1746 | 2025-03-03T23:57:24.668Z | Compiling zeroize v1.8.1 |
| 1747 | 2025-03-03T23:57:25.164Z | Compiling futures-macro v0.3.31 |
| 1748 | 2025-03-03T23:57:25.511Z | Compiling displaydoc v0.2.5 |
| 1749 | 2025-03-03T23:57:25.702Z | Compiling zerovec-derive v0.10.3 |
| 1750 | 2025-03-03T23:57:26.866Z | Compiling crypto-common v0.1.6 |
| 1751 | 2025-03-03T23:57:26.916Z | Compiling icu_provider_macros v1.5.0 |
| 1752 | 2025-03-03T23:57:26.951Z | Compiling tracing-attributes v0.1.27 |
| 1753 | 2025-03-03T23:57:26.987Z | Compiling schemars_derive v0.8.22 |
| 1754 | 2025-03-03T23:57:27.439Z | Compiling block-buffer v0.10.4 |
| 1755 | 2025-03-03T23:57:27.697Z | Compiling socket2 v0.5.8 |
| 1756 | 2025-03-03T23:57:27.926Z | Compiling stable_deref_trait v1.2.0 |
| 1757 | 2025-03-03T23:57:28.052Z | Compiling digest v0.10.7 |
| 1758 | 2025-03-03T23:57:28.072Z | Compiling zerocopy v0.7.35 |
| 1759 | 2025-03-03T23:57:28.482Z | Compiling futures-core v0.3.31 |
| 1760 | 2025-03-03T23:57:28.839Z | Compiling time-core v0.1.2 |
| 1761 | 2025-03-03T23:57:29.020Z | Compiling num-conv v0.1.0 |
| 1762 | 2025-03-03T23:57:29.350Z | Compiling crossbeam-utils v0.8.20 |
| 1763 | 2025-03-03T23:57:29.416Z | Compiling time-macros v0.2.18 |
| 1764 | 2025-03-03T23:57:29.839Z | Compiling der_derive v0.7.3 |
| 1765 | 2025-03-03T23:57:30.033Z | Compiling vcpkg v0.2.15 |
| 1766 | 2025-03-03T23:57:31.342Z | Compiling openssl-sys v0.9.106 |
| 1767 | 2025-03-03T23:57:32.119Z | Compiling zerocopy v0.8.10 |
| 1768 | 2025-03-03T23:57:32.137Z | Compiling futures-sink v0.3.31 |
| 1769 | 2025-03-03T23:57:32.469Z | Compiling cpufeatures v0.2.14 |
| 1770 | 2025-03-03T23:57:32.870Z | Compiling zerocopy-derive v0.8.10 |
| 1771 | 2025-03-03T23:57:33.093Z | Compiling slog v2.7.0 |
| 1772 | 2025-03-03T23:57:33.583Z | Compiling syn v1.0.109 |
| 1773 | 2025-03-03T23:57:33.604Z | Compiling iana-time-zone v0.1.61 |
| 1774 | 2025-03-03T23:57:33.656Z | Compiling futures-channel v0.3.31 |
| 1775 | 2025-03-03T23:57:33.737Z | Compiling zerofrom v0.1.4 |
| 1776 | 2025-03-03T23:57:34.073Z | Compiling futures-io v0.3.31 |
| 1777 | 2025-03-03T23:57:34.123Z | Compiling pin-utils v0.1.0 |
| 1778 | 2025-03-03T23:57:34.240Z | Compiling futures-task v0.3.31 |
| 1779 | 2025-03-03T23:57:34.289Z | Compiling yoke v0.7.4 |
| 1780 | 2025-03-03T23:57:34.534Z | Compiling futures-util v0.3.31 |
| 1781 | 2025-03-03T23:57:34.668Z | Compiling scroll_derive v0.12.0 |
| 1782 | 2025-03-03T23:57:34.769Z | Compiling bitflags v2.6.0 |
| 1783 | 2025-03-03T23:57:34.863Z | Compiling bytes v1.10.0 |
| 1784 | 2025-03-03T23:57:36.014Z | Compiling indexmap v2.7.1 |
| 1785 | 2025-03-03T23:57:37.096Z | Compiling tokio v1.43.0 |
| 1786 | 2025-03-03T23:57:37.451Z | Compiling uuid v1.15.1 |
| 1787 | 2025-03-03T23:57:38.305Z | Compiling serde_tokenstream v0.2.2 |
| 1788 | 2025-03-03T23:57:38.809Z | Compiling chrono v0.4.40 |
| 1789 | 2025-03-03T23:57:39.844Z | Compiling which v4.4.2 |
| 1790 | 2025-03-03T23:57:40.572Z | Compiling http v1.2.0 |
| 1791 | 2025-03-03T23:57:42.119Z | Compiling openssl v0.10.71 |
| 1792 | 2025-03-03T23:57:42.583Z | Compiling ucd-trie v0.1.7 |
| 1793 | 2025-03-03T23:57:42.755Z | Compiling rustc_version v0.4.1 |
| 1794 | 2025-03-03T23:57:43.040Z | Compiling pest v2.7.14 |
| 1795 | 2025-03-03T23:57:44.143Z | Compiling zerovec v0.10.4 |
| 1796 | 2025-03-03T23:57:46.037Z | Compiling hmac v0.12.1 |
| 1797 | 2025-03-03T23:57:47.331Z | Compiling pest_meta v2.7.14 |
| 1798 | 2025-03-03T23:57:47.415Z | Compiling block-padding v0.3.3 |
| 1799 | 2025-03-03T23:57:47.666Z | Compiling openssl-macros v0.1.1 |
| 1800 | 2025-03-03T23:57:48.397Z | Compiling native-tls v0.2.12 |
| 1801 | 2025-03-03T23:57:48.429Z | Compiling rustls v0.23.19 |
| 1802 | 2025-03-03T23:57:48.779Z | Compiling dyn-clone v1.0.18 |
| 1803 | 2025-03-03T23:57:48.801Z | Compiling pest_generator v2.7.14 |
| 1804 | 2025-03-03T23:57:49.496Z | Compiling inout v0.1.3 |
| 1805 | 2025-03-03T23:57:49.763Z | Compiling tinystr v0.7.6 |
| 1806 | 2025-03-03T23:57:50.147Z | Compiling toml_datetime v0.6.8 |
| 1807 | 2025-03-03T23:57:50.200Z | Compiling serde_spanned v0.6.8 |
| 1808 | 2025-03-03T23:57:50.463Z | Compiling ppv-lite86 v0.2.20 |
| 1809 | 2025-03-03T23:57:50.591Z | Compiling tracing-core v0.1.32 |
| 1810 | 2025-03-03T23:57:50.864Z | Compiling litemap v0.7.3 |
| 1811 | 2025-03-03T23:57:51.262Z | Compiling writeable v0.5.5 |
| 1812 | 2025-03-03T23:57:51.370Z | Compiling strsim v0.11.1 |
| 1813 | 2025-03-03T23:57:52.012Z | Compiling icu_locid v1.5.0 |
| 1814 | 2025-03-03T23:57:52.037Z | Compiling tracing v0.1.40 |
| 1815 | 2025-03-03T23:57:52.317Z | Compiling aws-lc-sys v0.26.0 |
| 1816 | 2025-03-03T23:57:52.337Z | Compiling pest_derive v2.7.14 |
| 1817 | 2025-03-03T23:57:52.759Z | Compiling cipher v0.4.4 |
| 1818 | 2025-03-03T23:57:52.858Z | Compiling sha2 v0.10.8 |
| 1819 | 2025-03-03T23:57:53.261Z | Compiling usdt-impl v0.5.0 |
| 1820 | 2025-03-03T23:57:53.607Z | Compiling cookie v0.18.1 |
| 1821 | 2025-03-03T23:57:53.637Z | Compiling base64ct v1.6.0 |
| 1822 | 2025-03-03T23:57:53.952Z | Compiling icu_provider v1.5.0 |
| 1823 | 2025-03-03T23:57:54.184Z | Compiling pem-rfc7468 v0.7.0 |
| 1824 | 2025-03-03T23:57:56.193Z | Compiling scroll v0.12.0 |
| 1825 | 2025-03-03T23:57:56.715Z | Compiling async-trait v0.1.86 |
| 1826 | 2025-03-03T23:57:58.774Z | Compiling icu_locid_transform_data v1.5.0 |
| 1827 | 2025-03-03T23:57:58.889Z | Compiling rustls-pki-types v1.10.0 |
| 1828 | 2025-03-03T23:57:59.437Z | Compiling plain v0.2.3 |
| 1829 | 2025-03-03T23:57:59.570Z | Compiling anyhow v1.0.96 |
| 1830 | 2025-03-03T23:57:59.627Z | Compiling percent-encoding v2.3.1 |
| 1831 | 2025-03-03T23:58:00.121Z | Compiling camino v1.1.9 |
| 1832 | 2025-03-03T23:58:00.154Z | Compiling flagset v0.4.6 |
| 1833 | 2025-03-03T23:58:00.482Z | Compiling icu_locid_transform v1.5.0 |
| 1834 | 2025-03-03T23:58:00.590Z | Compiling der v0.7.9 |
| 1835 | 2025-03-03T23:58:00.632Z | Compiling goblin v0.8.2 |
| 1836 | 2025-03-03T23:58:04.232Z | Compiling icu_collections v1.5.0 |
| 1837 | 2025-03-03T23:58:04.582Z | Compiling tokio-util v0.7.13 |
| 1838 | 2025-03-03T23:58:05.632Z | Compiling icu_properties_data v1.5.0 |
| 1839 | 2025-03-03T23:58:06.545Z | Compiling untrusted v0.9.0 |
| 1840 | 2025-03-03T23:58:06.666Z | Compiling untrusted v0.7.1 |
| 1841 | 2025-03-03T23:58:06.732Z | Compiling powerfmt v0.2.0 |
| 1842 | 2025-03-03T23:58:06.765Z | Compiling rustls v0.22.4 |
| 1843 | 2025-03-03T23:58:07.050Z | Compiling rayon-core v1.12.1 |
| 1844 | 2025-03-03T23:58:07.055Z | Compiling pretty-hex v0.4.1 |
| 1845 | 2025-03-03T23:58:07.232Z | Compiling dof v0.3.0 |
| 1846 | 2025-03-03T23:58:07.232Z | Compiling deranged v0.3.11 |
| 1847 | 2025-03-03T23:58:07.336Z | Compiling icu_properties v1.5.1 |
| 1848 | 2025-03-03T23:58:08.717Z | Compiling spki v0.7.3 |
| 1849 | 2025-03-03T23:58:09.061Z | Compiling salsa20 v0.10.2 |
| 1850 | 2025-03-03T23:58:09.092Z | Compiling dtrace-parser v0.2.0 |
| 1851 | 2025-03-03T23:58:09.118Z | Compiling pbkdf2 v0.12.2 |
| 1852 | 2025-03-03T23:58:09.674Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1853 | 2025-03-03T23:58:10.565Z | Compiling thread-id v4.2.2 |
| 1854 | 2025-03-03T23:58:10.658Z | Compiling write16 v1.0.0 |
| 1855 | 2025-03-03T23:58:10.842Z | Compiling winnow v0.5.40 |
| 1856 | 2025-03-03T23:58:10.862Z | Compiling icu_normalizer_data v1.5.0 |
| 1857 | 2025-03-03T23:58:10.939Z | Compiling atomic-waker v1.1.2 |
| 1858 | 2025-03-03T23:58:11.166Z | Compiling utf8_iter v1.0.4 |
| 1859 | 2025-03-03T23:58:11.374Z | Compiling num_threads v0.1.7 |
| 1860 | 2025-03-03T23:58:11.420Z | Compiling litrs v0.4.1 |
| 1861 | 2025-03-03T23:58:11.521Z | Compiling utf16_iter v1.0.5 |
| 1862 | 2025-03-03T23:58:12.265Z | Compiling rustversion v1.0.17 |
| 1863 | 2025-03-03T23:58:12.791Z | Compiling icu_normalizer v1.5.0 |
| 1864 | 2025-03-03T23:58:13.621Z | Compiling time v0.3.36 |
| 1865 | 2025-03-03T23:58:14.345Z | Compiling toml_edit v0.19.15 |
| 1866 | 2025-03-03T23:58:14.367Z | Compiling document-features v0.2.10 |
| 1867 | 2025-03-03T23:58:17.347Z | Compiling scrypt v0.11.0 |
| 1868 | 2025-03-03T23:58:17.832Z | Compiling form_urlencoded v1.2.1 |
| 1869 | 2025-03-03T23:58:18.077Z | Compiling aes v0.8.4 |
| 1870 | 2025-03-03T23:58:18.341Z | Compiling cbc v0.1.2 |
| 1871 | 2025-03-03T23:58:18.377Z | Compiling http-body v1.0.1 |
| 1872 | 2025-03-03T23:58:18.718Z | Compiling multer v3.1.0 |
| 1873 | 2025-03-03T23:58:19.092Z | Compiling try-lock v0.2.5 |
| 1874 | 2025-03-03T23:58:19.210Z | Compiling slog-async v2.8.0 |
| 1875 | 2025-03-03T23:58:19.286Z | Compiling tinyvec_macros v0.1.1 |
| 1876 | 2025-03-03T23:58:19.305Z | Compiling want v0.3.1 |
| 1877 | 2025-03-03T23:58:19.400Z | Compiling tinyvec v1.8.0 |
| 1878 | 2025-03-03T23:58:19.718Z | Compiling pkcs5 v0.7.1 |
| 1879 | 2025-03-03T23:58:20.899Z | Compiling idna_adapter v1.2.0 |
| 1880 | 2025-03-03T23:58:21.395Z | Compiling h2 v0.4.6 |
| 1881 | 2025-03-03T23:58:21.990Z | Compiling rand_chacha v0.3.1 |
| 1882 | 2025-03-03T23:58:22.909Z | Compiling heapless v0.7.17 |
| 1883 | 2025-03-03T23:58:23.874Z | Compiling tower-service v0.3.3 |
| 1884 | 2025-03-03T23:58:24.222Z | Compiling adler2 v2.0.0 |
| 1885 | 2025-03-03T23:58:24.527Z | Compiling signal-hook v0.3.17 |
| 1886 | 2025-03-03T23:58:24.547Z | Compiling httpdate v1.0.3 |
| 1887 | 2025-03-03T23:58:25.337Z | Compiling miniz_oxide v0.8.5 |
| 1888 | 2025-03-03T23:58:27.969Z | Compiling rand v0.8.5 |
| 1889 | 2025-03-03T23:58:28.768Z | Compiling idna v1.0.3 |
| 1890 | 2025-03-03T23:58:29.790Z | Compiling pkcs8 v0.10.2 |
| 1891 | 2025-03-03T23:58:29.935Z | Compiling hyper v1.6.0 |
| 1892 | 2025-03-03T23:58:30.058Z | Compiling usdt-macro v0.5.0 |
| 1893 | 2025-03-03T23:58:30.384Z | Compiling usdt-attr-macro v0.5.0 |
| 1894 | 2025-03-03T23:58:31.540Z | Compiling async-stream-impl v0.3.6 |
| 1895 | 2025-03-03T23:58:31.875Z | Compiling base64 v0.22.1 |
| 1896 | 2025-03-03T23:58:33.380Z | Compiling hyper-util v0.1.10 |
| 1897 | 2025-03-03T23:58:39.844Z | Compiling curve25519-dalek v4.1.3 |
| 1898 | 2025-03-03T23:58:40.183Z | Compiling openapiv3 v2.0.0 |
| 1899 | 2025-03-03T23:58:40.364Z | Compiling enum-as-inner v0.6.1 |
| 1900 | 2025-03-03T23:58:40.853Z | Compiling memoffset v0.9.1 |
| 1901 | 2025-03-03T23:58:41.208Z | Compiling dropshot v0.12.0 |
| 1902 | 2025-03-03T23:58:41.559Z | Compiling match_cfg v0.1.0 |
| 1903 | 2025-03-03T23:58:41.677Z | Compiling newtype-uuid v1.2.1 |
| 1904 | 2025-03-03T23:58:41.841Z | Compiling num-bigint-dig v0.8.4 |
| 1905 | 2025-03-03T23:58:41.903Z | Compiling portable-atomic v1.9.0 |
| 1906 | 2025-03-03T23:58:42.005Z | Compiling foreign-types-shared v0.1.1 |
| 1907 | 2025-03-03T23:58:42.185Z | Compiling smoltcp v0.9.1 |
| 1908 | 2025-03-03T23:58:42.294Z | Compiling foreign-types v0.3.2 |
| 1909 | 2025-03-03T23:58:42.407Z | Compiling hostname v0.3.1 |
| 1910 | 2025-03-03T23:58:42.790Z | Compiling rand_core v0.9.2 |
| 1911 | 2025-03-03T23:58:43.643Z | Compiling url v2.5.3 |
| 1912 | 2025-03-03T23:58:45.418Z | Compiling http-body-util v0.1.2 |
| 1913 | 2025-03-03T23:58:46.012Z | Compiling dirs-sys-next v0.1.2 |
| 1914 | 2025-03-03T23:58:46.466Z | Compiling encoding_rs v0.8.34 |
| 1915 | 2025-03-03T23:58:46.557Z | Compiling data-encoding v2.6.0 |
| 1916 | 2025-03-03T23:58:47.932Z | Compiling gimli v0.31.1 |
| 1917 | 2025-03-03T23:58:49.527Z | Compiling ident_case v1.0.1 |
| 1918 | 2025-03-03T23:58:49.733Z | Compiling heck v0.4.1 |
| 1919 | 2025-03-03T23:58:50.115Z | Compiling siphasher v0.3.11 |
| 1920 | 2025-03-03T23:58:50.498Z | Compiling mime v0.3.17 |
| 1921 | 2025-03-03T23:58:51.542Z | Compiling cfg_aliases v0.2.1 |
| 1922 | 2025-03-03T23:58:51.658Z | Compiling nix v0.29.0 |
| 1923 | 2025-03-03T23:58:52.501Z | Compiling darling_core v0.20.10 |
| 1924 | 2025-03-03T23:58:54.772Z | Compiling addr2line v0.24.2 |
| 1925 | 2025-03-03T23:58:57.926Z | Compiling dirs-next v2.0.0 |
| 1926 | 2025-03-03T23:58:58.957Z | Compiling rand_chacha v0.9.0 |
| 1927 | 2025-03-03T23:59:00.515Z | Compiling unicode-normalization v0.1.24 |
| 1928 | 2025-03-03T23:59:01.674Z | Compiling crossbeam-epoch v0.9.18 |
| 1929 | 2025-03-03T23:59:02.367Z | Compiling serde_urlencoded v0.7.1 |
| 1930 | 2025-03-03T23:59:02.937Z | Compiling rustls-pemfile v2.2.0 |
| 1931 | 2025-03-03T23:59:03.423Z | Compiling hubpack_derive v0.1.1 |
| 1932 | 2025-03-03T23:59:04.009Z | Compiling dropshot_endpoint v0.12.0 |
| 1933 | 2025-03-03T23:59:04.240Z | Compiling sha1 v0.10.6 |
| 1934 | 2025-03-03T23:59:04.701Z | Compiling signature v2.2.0 |
| 1935 | 2025-03-03T23:59:04.947Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1936 | 2025-03-03T23:59:05.198Z | Compiling zerocopy-derive v0.6.6 |
| 1937 | 2025-03-03T23:59:06.278Z | Compiling thread_local v1.1.8 |
| 1938 | 2025-03-03T23:59:06.755Z | Compiling object v0.36.5 |
| 1939 | 2025-03-03T23:59:06.889Z | Compiling fs-err v2.11.0 |
| 1940 | 2025-03-03T23:59:07.252Z | Compiling ahash v0.8.11 |
| 1941 | 2025-03-03T23:59:07.647Z | Compiling crc32fast v1.4.2 |
| 1942 | 2025-03-03T23:59:08.132Z | Compiling anstyle v1.0.10 |
| 1943 | 2025-03-03T23:59:08.788Z | Compiling openssl-probe v0.1.5 |
| 1944 | 2025-03-03T23:59:09.087Z | Compiling zip v2.1.3 |
| 1945 | 2025-03-03T23:59:11.205Z | Compiling rustls-webpki v0.102.8 |
| 1946 | 2025-03-03T23:59:12.015Z | Compiling buf-list v1.0.3 |
| 1947 | 2025-03-03T23:59:12.595Z | Compiling rustc-demangle v0.1.24 |
| 1948 | 2025-03-03T23:59:12.857Z | Compiling ipnet v2.11.0 |
| 1949 | 2025-03-03T23:59:14.530Z | Compiling unicode-properties v0.1.3 |
| 1950 | 2025-03-03T23:59:14.852Z | Compiling utf8parse v0.2.2 |
| 1951 | 2025-03-03T23:59:14.957Z | Compiling unicode-bidi v0.3.17 |
| 1952 | 2025-03-03T23:59:15.006Z | Compiling winnow v0.7.3 |
| 1953 | 2025-03-03T23:59:15.038Z | Compiling anstyle-parse v0.2.5 |
| 1954 | 2025-03-03T23:59:15.490Z | Compiling backtrace v0.3.74 |
| 1955 | 2025-03-03T23:59:15.834Z | Compiling stringprep v0.1.5 |
| 1956 | 2025-03-03T23:59:18.514Z | Compiling toml_edit v0.22.24 |
| 1957 | 2025-03-03T23:59:19.255Z | Compiling crossbeam-deque v0.8.5 |
| 1958 | 2025-03-03T23:59:22.897Z | Compiling rand v0.9.0 |
| 1959 | 2025-03-03T23:59:24.186Z | Compiling term v0.7.0 |
| 1960 | 2025-03-03T23:59:24.190Z | Compiling darling_macro v0.20.10 |
| 1961 | 2025-03-03T23:59:24.957Z | Compiling slog-json v2.6.1 |
| 1962 | 2025-03-03T23:59:25.379Z | Compiling crossbeam-channel v0.5.13 |
| 1963 | 2025-03-03T23:59:25.957Z | Compiling futures-executor v0.3.31 |
| 1964 | 2025-03-03T23:59:26.368Z | Compiling num-integer v0.1.46 |
| 1965 | 2025-03-03T23:59:26.431Z | Compiling md-5 v0.10.6 |
| 1966 | 2025-03-03T23:59:26.480Z | Compiling hash32 v0.2.1 |
| 1967 | 2025-03-03T23:59:26.701Z | Compiling ff v0.13.0 |
| 1968 | 2025-03-03T23:59:26.830Z | Compiling memmap v0.7.0 |
| 1969 | 2025-03-03T23:59:26.834Z | Compiling is-terminal v0.4.13 |
| 1970 | 2025-03-03T23:59:27.014Z | Compiling fallible-iterator v0.2.0 |
| 1971 | 2025-03-03T23:59:27.046Z | Compiling psl-types v2.0.11 |
| 1972 | 2025-03-03T23:59:27.126Z | Compiling linked-hash-map v0.5.6 |
| 1973 | 2025-03-03T23:59:27.481Z | Compiling is_terminal_polyfill v1.70.1 |
| 1974 | 2025-03-03T23:59:27.600Z | Compiling colorchoice v1.0.2 |
| 1975 | 2025-03-03T23:59:27.635Z | Compiling take_mut v0.2.2 |
| 1976 | 2025-03-03T23:59:27.706Z | Compiling utf-8 v0.7.6 |
| 1977 | 2025-03-03T23:59:27.808Z | Compiling anstyle-query v1.1.1 |
| 1978 | 2025-03-03T23:59:27.971Z | Compiling quick-error v1.2.3 |
| 1979 | 2025-03-03T23:59:27.992Z | Compiling base16ct v0.2.0 |
| 1980 | 2025-03-03T23:59:28.010Z | Compiling publicsuffix v2.3.0 |
| 1981 | 2025-03-03T23:59:28.098Z | Compiling resolv-conf v0.7.0 |
| 1982 | 2025-03-03T23:59:28.128Z | Compiling anstream v0.6.15 |
| 1983 | 2025-03-03T23:59:28.151Z | Compiling tungstenite v0.24.0 |
| 1984 | 2025-03-03T23:59:28.278Z | Compiling sec1 v0.7.3 |
| 1985 | 2025-03-03T23:59:28.691Z | Compiling postgres-protocol v0.6.8 |
| 1986 | 2025-03-03T23:59:28.715Z | Compiling lru-cache v0.1.2 |
| 1987 | 2025-03-03T23:59:28.928Z | Compiling usdt v0.5.0 |
| 1988 | 2025-03-03T23:59:29.180Z | Compiling slog-term v2.9.1 |
| 1989 | 2025-03-03T23:59:29.202Z | Compiling group v0.13.0 |
| 1990 | 2025-03-03T23:59:29.402Z | Compiling num-iter v0.1.45 |
| 1991 | 2025-03-03T23:59:29.625Z | Compiling futures v0.3.31 |
| 1992 | 2025-03-03T23:59:30.996Z | Compiling slog-bunyan v2.5.0 |
| 1993 | 2025-03-03T23:59:31.242Z | Compiling darling v0.20.10 |
| 1994 | 2025-03-03T23:59:31.379Z | Compiling tokio-rustls v0.26.0 |
| 1995 | 2025-03-03T23:59:31.640Z | Compiling toml v0.8.20 |
| 1996 | 2025-03-03T23:59:31.861Z | Compiling tokio-rustls v0.25.0 |
| 1997 | 2025-03-03T23:59:31.955Z | Compiling bzip2 v0.4.4 |
| 1998 | 2025-03-03T23:59:32.287Z | Compiling tokio-native-tls v0.3.1 |
| 1999 | 2025-03-03T23:59:32.363Z | Compiling hickory-proto v0.24.4 |
| 2000 | 2025-03-03T23:59:32.588Z | Compiling flate2 v1.1.0 |
| 2001 | 2025-03-03T23:59:32.671Z | Compiling phf_shared v0.11.2 |
| 2002 | 2025-03-03T23:59:32.949Z | Compiling strum_macros v0.25.3 |
| 2003 | 2025-03-03T23:59:33.582Z | Compiling async-stream v0.3.6 |
| 2004 | 2025-03-03T23:59:33.862Z | Compiling waitgroup v0.1.2 |
| 2005 | 2025-03-03T23:59:34.068Z | Compiling webpki-roots v0.26.6 |
| 2006 | 2025-03-03T23:59:34.359Z | Compiling hkdf v0.12.4 |
| 2007 | 2025-03-03T23:59:34.537Z | Compiling terminal_size v0.4.0 |
| 2008 | 2025-03-03T23:59:34.625Z | Compiling serde_path_to_error v0.1.16 |
| 2009 | 2025-03-03T23:59:34.786Z | Compiling sync_wrapper v1.0.1 |
| 2010 | 2025-03-03T23:59:35.166Z | Compiling crypto-bigint v0.5.5 |
| 2011 | 2025-03-03T23:59:35.239Z | Compiling clap_derive v4.5.28 |
| 2012 | 2025-03-03T23:59:35.374Z | Compiling serde_repr v0.1.19 |
| 2013 | 2025-03-03T23:59:35.787Z | Compiling derive-where v1.2.7 |
| 2014 | 2025-03-03T23:59:36.152Z | Compiling regress v0.10.3 |
| 2015 | 2025-03-03T23:59:36.427Z | Compiling hostname v0.4.0 |
| 2016 | 2025-03-03T23:59:36.595Z | Compiling tower-layer v0.3.3 |
| 2017 | 2025-03-03T23:59:36.649Z | Compiling debug-ignore v1.0.5 |
| 2018 | 2025-03-03T23:59:36.961Z | Compiling unicode-width v0.2.0 |
| 2019 | 2025-03-03T23:59:37.489Z | Compiling managed v0.8.0 |
| 2020 | 2025-03-03T23:59:38.025Z | Compiling bitflags v1.3.2 |
| 2021 | 2025-03-03T23:59:38.143Z | Compiling bumpalo v3.16.0 |
| 2022 | 2025-03-03T23:59:38.549Z | Compiling lockfree-object-pool v0.1.6 |
| 2023 | 2025-03-03T23:59:38.552Z | Compiling clap_lex v0.7.4 |
| 2024 | 2025-03-03T23:59:38.701Z | Compiling simd-adler32 v0.3.7 |
| 2025 | 2025-03-03T23:59:38.998Z | Compiling tower v0.5.2 |
| 2026 | 2025-03-03T23:59:39.030Z | Compiling clap_builder v4.5.31 |
| 2027 | 2025-03-03T23:59:39.200Z | Compiling zopfli v0.8.1 |
| 2028 | 2025-03-03T23:59:39.409Z | Compiling elliptic-curve v0.13.8 |
| 2029 | 2025-03-03T23:59:39.960Z | Compiling typify-impl v0.2.0 |
| 2030 | 2025-03-03T23:59:40.132Z | Compiling hickory-resolver v0.24.4 |
| 2031 | 2025-03-03T23:59:40.450Z | Compiling console v0.15.10 |
| 2032 | 2025-03-03T23:59:42.536Z | Compiling hyper-rustls v0.27.3 |
| 2033 | 2025-03-03T23:59:45.156Z | Compiling phf v0.11.2 |
| 2034 | 2025-03-03T23:59:45.447Z | Compiling hyper-tls v0.6.0 |
| 2035 | 2025-03-03T23:59:46.222Z | Compiling signal-hook-mio v0.2.4 |
| 2036 | 2025-03-03T23:59:46.288Z | Compiling rayon v1.10.0 |
| 2037 | 2025-03-03T23:59:46.404Z | Compiling cookie_store v0.21.1 |
| 2038 | 2025-03-03T23:59:47.414Z | Compiling postgres-types v0.2.9 |
| 2039 | 2025-03-03T23:59:47.752Z | Compiling tokio-tungstenite v0.24.0 |
| 2040 | 2025-03-03T23:59:48.596Z | Compiling zerocopy v0.6.6 |
| 2041 | 2025-03-03T23:59:48.702Z | Compiling ed25519 v2.2.3 |
| 2042 | 2025-03-03T23:59:48.956Z | Compiling hubpack v0.1.2 |
| 2043 | 2025-03-03T23:59:49.411Z | Compiling phf_shared v0.10.0 |
| 2044 | 2025-03-03T23:59:49.467Z | Compiling pkcs1 v0.7.5 |
| 2045 | 2025-03-03T23:59:49.815Z | Compiling tokio-stream v0.1.17 |
| 2046 | 2025-03-03T23:59:50.339Z | Compiling ipnetwork v0.21.1 |
| 2047 | 2025-03-03T23:59:50.708Z | Compiling rfc6979 v0.4.0 |
| 2048 | 2025-03-03T23:59:50.890Z | Compiling serde-big-array v0.5.1 |
| 2049 | 2025-03-03T23:59:50.931Z | Compiling float-cmp v0.10.0 |
| 2050 | 2025-03-03T23:59:51.081Z | Compiling bstr v1.10.0 |
| 2051 | 2025-03-03T23:59:51.191Z | Compiling unicode-segmentation v1.12.0 |
| 2052 | 2025-03-03T23:59:52.081Z | Compiling predicates-core v1.0.8 |
| 2053 | 2025-03-03T23:59:52.209Z | Compiling normalize-line-endings v0.3.0 |
| 2054 | 2025-03-03T23:59:52.387Z | Compiling precomputed-hash v0.1.1 |
| 2055 | 2025-03-03T23:59:52.536Z | Compiling number_prefix v0.4.0 |
| 2056 | 2025-03-03T23:59:52.607Z | Compiling whoami v1.5.2 |
| 2057 | 2025-03-03T23:59:52.651Z | Compiling new_debug_unreachable v1.0.6 |
| 2058 | 2025-03-03T23:59:52.789Z | Compiling static_assertions v1.1.0 |
| 2059 | 2025-03-03T23:59:52.810Z | Compiling difflib v0.4.0 |
| 2060 | 2025-03-03T23:59:53.644Z | Compiling fixedbitset v0.4.2 |
| 2061 | 2025-03-03T23:59:53.920Z | Compiling predicates v3.1.3 |
| 2062 | 2025-03-03T23:59:54.016Z | Compiling petgraph v0.6.5 |
| 2063 | 2025-03-03T23:59:54.041Z | Compiling tokio-postgres v0.7.13 |
| 2064 | 2025-03-03T23:59:54.976Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2065 | 2025-03-03T23:59:55.355Z | Compiling string_cache v0.8.7 |
| 2066 | 2025-03-03T23:59:55.801Z | Compiling indicatif v0.17.11 |
| 2067 | 2025-03-03T23:59:56.716Z | Compiling similar v2.7.0 |
| 2068 | 2025-03-03T23:59:57.775Z | Compiling ecdsa v0.16.9 |
| 2069 | 2025-03-03T23:59:57.864Z | Compiling qorb v0.2.1 |
| 2070 | 2025-03-03T23:59:58.629Z | Compiling rsa v0.9.6 |
| 2071 | 2025-03-03T23:59:58.953Z | Compiling typify-macro v0.2.0 |
| 2072 | 2025-03-04T00:00:00.155Z | Compiling ed25519-dalek v2.1.1 |
| 2073 | 2025-03-04T00:00:02.279Z | Compiling reqwest v0.12.12 |
| 2074 | 2025-03-04T00:00:02.744Z | Compiling crossterm v0.28.1 |
| 2075 | 2025-03-04T00:00:03.265Z | Compiling clap v4.5.31 |
| 2076 | 2025-03-04T00:00:03.414Z | Compiling zip v0.6.6 |
| 2077 | 2025-03-04T00:00:03.967Z | Compiling toml v0.7.8 |
| 2078 | 2025-03-04T00:00:04.712Z | Compiling x509-cert v0.2.5 |
| 2079 | 2025-03-04T00:00:05.427Z | Compiling hex v0.4.3 |
| 2080 | 2025-03-04T00:00:06.363Z | Compiling itertools v0.10.5 |
| 2081 | 2025-03-04T00:00:07.368Z | Compiling peg-runtime v0.8.3 |
| 2082 | 2025-03-04T00:00:08.838Z | Compiling lalrpop-util v0.19.12 |
| 2083 | 2025-03-04T00:00:09.017Z | Compiling unicode-xid v0.2.6 |
| 2084 | 2025-03-04T00:00:11.589Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2085 | 2025-03-04T00:00:15.827Z | Compiling proc-macro-crate v1.3.1 |
| 2086 | 2025-03-04T00:00:16.654Z | Compiling macaddr v1.0.1 |
| 2087 | 2025-03-04T00:00:17.242Z | Compiling itertools v0.13.0 |
| 2088 | 2025-03-04T00:00:19.102Z | Compiling fastrand v2.1.1 |
| 2089 | 2025-03-04T00:00:19.848Z | Compiling heapless v0.8.0 |
| 2090 | 2025-03-04T00:00:20.902Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2091 | 2025-03-04T00:00:21.108Z | Compiling tempfile v3.13.0 |
| 2092 | 2025-03-04T00:00:25.976Z | Compiling num_enum_derive v0.5.11 |
| 2093 | 2025-03-04T00:00:31.251Z | Compiling structmeta-derive v0.3.0 |
| 2094 | 2025-03-04T00:00:31.865Z | Compiling hash32 v0.3.1 |
| 2095 | 2025-03-04T00:00:32.463Z | Compiling thiserror v2.0.11 |
| 2096 | 2025-03-04T00:00:33.478Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2097 | 2025-03-04T00:00:33.734Z | Compiling smoltcp v0.11.0 |
| 2098 | 2025-03-04T00:00:39.261Z | Compiling structmeta v0.3.0 |
| 2099 | 2025-03-04T00:00:41.479Z | Compiling num_enum v0.5.11 |
| 2100 | 2025-03-04T00:00:41.679Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2101 | 2025-03-04T00:00:42.202Z | Compiling typify v0.2.0 |
| 2102 | 2025-03-04T00:00:42.364Z | Compiling oxnet v0.1.1 |
| 2103 | 2025-03-04T00:00:43.174Z | Compiling strum_macros v0.26.4 |
| 2104 | 2025-03-04T00:00:43.899Z | Compiling thiserror-impl v2.0.11 |
| 2105 | 2025-03-04T00:00:46.154Z | Compiling proc-macro-error-attr v1.0.4 |
| 2106 | 2025-03-04T00:00:46.806Z | Compiling unsafe-libyaml v0.2.11 |
| 2107 | 2025-03-04T00:00:47.608Z | Compiling cobs v0.2.3 |
| 2108 | 2025-03-04T00:00:47.825Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2109 | 2025-03-04T00:00:49.580Z | Compiling serde_yaml v0.9.34+deprecated |
| 2110 | 2025-03-04T00:00:50.024Z | Compiling postcard v1.0.10 |
| 2111 | 2025-03-04T00:00:51.777Z | Compiling strum v0.26.3 |
| 2112 | 2025-03-04T00:01:02.342Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2113 | 2025-03-04T00:01:04.502Z | Compiling progenitor-impl v0.8.0 |
| 2114 | 2025-03-04T00:01:15.429Z | Compiling foreign-types-macros v0.2.3 |
| 2115 | 2025-03-04T00:01:15.984Z | Compiling wait-timeout v0.2.0 |
| 2116 | 2025-03-04T00:01:16.245Z | Compiling proc-macro-error v1.0.4 |
| 2117 | 2025-03-04T00:01:16.651Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2118 | 2025-03-04T00:01:17.585Z | Compiling foreign-types-shared v0.3.1 |
| 2119 | 2025-03-04T00:01:17.840Z | Compiling unicode-width v0.1.14 |
| 2120 | 2025-03-04T00:01:17.881Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2121 | 2025-03-04T00:01:18.015Z | Compiling bit-vec v0.8.0 |
| 2122 | 2025-03-04T00:01:18.363Z | Compiling tabwriter v1.4.0 |
| 2123 | 2025-03-04T00:01:18.431Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2124 | 2025-03-04T00:01:18.495Z | Compiling bit-set v0.8.0 |
| 2125 | 2025-03-04T00:01:22.687Z | Compiling foreign-types v0.5.0 |
| 2126 | 2025-03-04T00:01:24.682Z | Compiling rusty-fork v0.3.0 |
| 2127 | 2025-03-04T00:01:30.276Z | Compiling progenitor-macro v0.8.0 |
| 2128 | 2025-03-04T00:01:33.904Z | Compiling parse-display-derive v0.10.0 |
| 2129 | 2025-03-04T00:01:34.458Z | Compiling progenitor-client v0.8.0 |
| 2130 | 2025-03-04T00:01:37.527Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2131 | 2025-03-04T00:01:38.380Z | Compiling daft-derive v0.1.1 |
| 2132 | 2025-03-04T00:01:38.977Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2133 | 2025-03-04T00:01:39.342Z | Compiling rand_xorshift v0.3.0 |
| 2134 | 2025-03-04T00:01:39.688Z | Compiling cstr-argument v0.1.2 |
| 2135 | 2025-03-04T00:01:39.843Z | Compiling dropshot v0.16.0 |
| 2136 | 2025-03-04T00:01:39.877Z | Compiling crucible-workspace-hack v0.1.0 |
| 2137 | 2025-03-04T00:01:39.969Z | Compiling pretty-hex v0.2.1 |
| 2138 | 2025-03-04T00:01:40.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2139 | 2025-03-04T00:01:40.235Z | Compiling unarray v0.1.4 |
| 2140 | 2025-03-04T00:01:40.604Z | Compiling proptest v1.6.0 |
| 2141 | 2025-03-04T00:01:40.681Z | Compiling progenitor v0.8.0 |
| 2142 | 2025-03-04T00:01:40.736Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2143 | 2025-03-04T00:01:41.058Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2144 | 2025-03-04T00:01:41.153Z | Compiling daft v0.1.1 |
| 2145 | 2025-03-04T00:01:41.694Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2146 | 2025-03-04T00:01:41.917Z | Compiling parse-display v0.10.0 |
| 2147 | 2025-03-04T00:01:42.076Z | Compiling test-strategy v0.4.0 |
| 2148 | 2025-03-04T00:01:42.553Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2149 | 2025-03-04T00:01:42.800Z | Compiling colored v2.2.0 |
| 2150 | 2025-03-04T00:01:43.102Z | Compiling serde_with_macros v3.12.0 |
| 2151 | 2025-03-04T00:01:43.822Z | Compiling dropshot_endpoint v0.16.0 |
| 2152 | 2025-03-04T00:01:44.225Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2153 | 2025-03-04T00:01:45.018Z | Compiling instant v0.1.13 |
| 2154 | 2025-03-04T00:01:45.223Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2155 | 2025-03-04T00:01:45.279Z | Compiling winnow v0.6.20 |
| 2156 | 2025-03-04T00:01:45.565Z | Compiling serde_with v3.12.0 |
| 2157 | 2025-03-04T00:01:45.645Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2158 | 2025-03-04T00:01:47.907Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2159 | 2025-03-04T00:01:48.582Z | Compiling backoff v0.4.0 |
| 2160 | 2025-03-04T00:01:49.103Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2161 | 2025-03-04T00:01:49.379Z | Compiling zone_cfg_derive v0.3.0 |
| 2162 | 2025-03-04T00:01:49.761Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2163 | 2025-03-04T00:01:49.863Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2164 | 2025-03-04T00:01:50.548Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2165 | 2025-03-04T00:01:50.705Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2166 | 2025-03-04T00:01:50.786Z | Compiling camino-tempfile v1.1.1 |
| 2167 | 2025-03-04T00:01:51.159Z | Compiling progenitor-client v0.9.1 |
| 2168 | 2025-03-04T00:01:51.617Z | Compiling num-derive v0.4.2 |
| 2169 | 2025-03-04T00:01:52.166Z | Compiling sigpipe v0.1.3 |
| 2170 | 2025-03-04T00:01:52.327Z | Compiling libefi-sys v0.1.0 |
| 2171 | 2025-03-04T00:01:52.675Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2172 | 2025-03-04T00:01:53.146Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2173 | 2025-03-04T00:01:53.821Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2174 | 2025-03-04T00:01:55.456Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2175 | 2025-03-04T00:01:56.478Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2176 | 2025-03-04T00:01:58.077Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2177 | 2025-03-04T00:01:58.640Z | Compiling zone v0.3.0 |
| 2178 | 2025-03-04T00:01:58.658Z | Compiling itertools v0.14.0 |
| 2179 | 2025-03-04T00:01:59.632Z | Compiling smf v0.2.3 |
| 2180 | 2025-03-04T00:02:01.039Z | Compiling bitfield-struct v0.6.2 |
| 2181 | 2025-03-04T00:02:02.113Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2182 | 2025-03-04T00:02:02.289Z | Compiling blake3 v1.5.4 |
| 2183 | 2025-03-04T00:02:02.439Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2184 | 2025-03-04T00:02:02.710Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2185 | 2025-03-04T00:02:02.903Z | Compiling xattr v1.3.1 |
| 2186 | 2025-03-04T00:02:03.212Z | Compiling filetime v0.2.25 |
| 2187 | 2025-03-04T00:02:03.236Z | Compiling memmap2 v0.9.5 |
| 2188 | 2025-03-04T00:02:03.575Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2189 | 2025-03-04T00:02:03.647Z | Compiling constant_time_eq v0.3.1 |
| 2190 | 2025-03-04T00:02:03.731Z | Compiling arrayref v0.3.9 |
| 2191 | 2025-03-04T00:02:03.820Z | Compiling arrayvec v0.7.6 |
| 2192 | 2025-03-04T00:02:03.850Z | Compiling same-file v1.0.6 |
| 2193 | 2025-03-04T00:02:03.873Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2194 | 2025-03-04T00:02:03.873Z | Compiling tar v0.4.44 |
| 2195 | 2025-03-04T00:02:04.166Z | Compiling walkdir v2.5.0 |
| 2196 | 2025-03-04T00:02:05.782Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2197 | 2025-03-04T00:02:06.227Z | Compiling gethostname v0.5.0 |
| 2198 | 2025-03-04T00:02:06.463Z | Compiling cargo-platform v0.1.8 |
| 2199 | 2025-03-04T00:02:06.603Z | Compiling fixedbitset v0.5.7 |
| 2200 | 2025-03-04T00:02:06.802Z | Compiling topological-sort v0.2.2 |
| 2201 | 2025-03-04T00:02:07.105Z | Compiling petgraph v0.7.1 |
| 2202 | 2025-03-04T00:02:07.519Z | Compiling omicron-zone-package v0.12.0 |
| 2203 | 2025-03-04T00:02:07.728Z | Compiling cargo_metadata v0.19.1 |
| 2204 | 2025-03-04T00:02:09.079Z | Compiling indent_write v2.2.0 |
| 2205 | 2025-03-04T00:02:09.197Z | Compiling shell-words v1.1.0 |
| 2206 | 2025-03-04T00:02:16.175Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2207 | 2025-03-04T00:02:17.475Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2208 | 2025-03-04T00:02:23.301Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2209 | 2025-03-04T00:02:38.073Z | Finished `release` profile [optimized] target(s) in 5m 29s |
| 2210 | 2025-03-04T00:02:38.261Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2211 | 2025-03-04T00:02:38.319Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2212 | 2025-03-04T00:02:38.323Z | Created new build target 'test' and set it as active |
| 2213 | 2025-03-04T00:02:38.323Z | |
| 2214 | 2025-03-04T00:02:38.323Z | real 5:29.715937289 |
| 2215 | 2025-03-04T00:02:38.323Z | user 38:09.588594701 |
| 2216 | 2025-03-04T00:02:38.323Z | sys 3:42.381924481 |
| 2217 | 2025-03-04T00:02:38.323Z | trap 1.259641754 |
| 2218 | 2025-03-04T00:02:38.323Z | tflt 1.884800599 |
| 2219 | 2025-03-04T00:02:38.323Z | dflt 1.047659639 |
| 2220 | 2025-03-04T00:02:38.323Z | kflt 0.000152979 |
| 2221 | 2025-03-04T00:02:38.323Z | lock 1:15:23.510849033 |
| 2222 | 2025-03-04T00:02:38.323Z | slp 2:34:15.267440993 |
| 2223 | 2025-03-04T00:02:38.323Z | lat 2:53.830738606 |
| 2224 | 2025-03-04T00:02:38.323Z | stop 5:07.307087552 |
| 2225 | 2025-03-04T00:02:38.326Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2226 | 2025-03-04T00:02:39.418Z | Finished `release` profile [optimized] target(s) in 1.08s |
| 2227 | 2025-03-04T00:02:39.481Z | Running `target/release/omicron-package -t test package` |
| 2228 | 2025-03-04T00:02:39.532Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2229 | 2025-03-04T00:02:40.783Z | Compiling ring v0.17.11 |
| 2230 | 2025-03-04T00:02:40.974Z | Compiling thiserror v2.0.11 |
| 2231 | 2025-03-04T00:02:40.995Z | Compiling typify-impl v0.3.0 |
| 2232 | 2025-03-04T00:02:41.015Z | Compiling convert_case v0.4.0 |
| 2233 | 2025-03-04T00:02:41.018Z | Compiling fastrand v2.1.1 |
| 2234 | 2025-03-04T00:02:41.019Z | Compiling newline-converter v0.3.0 |
| 2235 | 2025-03-04T00:02:41.019Z | Compiling password-hash v0.5.0 |
| 2236 | 2025-03-04T00:02:41.245Z | Compiling expectorate v1.1.0 |
| 2237 | 2025-03-04T00:02:41.469Z | Compiling tempfile v3.13.0 |
| 2238 | 2025-03-04T00:02:41.534Z | Compiling blake2 v0.10.6 |
| 2239 | 2025-03-04T00:02:41.646Z | Compiling derive_more v0.99.19 |
| 2240 | 2025-03-04T00:02:42.127Z | Compiling base64 v0.21.7 |
| 2241 | 2025-03-04T00:02:42.692Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2242 | 2025-03-04T00:02:43.214Z | Compiling argon2 v0.5.3 |
| 2243 | 2025-03-04T00:02:43.271Z | Compiling atomicwrites v0.4.4 |
| 2244 | 2025-03-04T00:02:43.715Z | Compiling cancel-safe-futures v0.1.5 |
| 2245 | 2025-03-04T00:02:43.736Z | Compiling owo-colors v4.2.0 |
| 2246 | 2025-03-04T00:02:44.112Z | Compiling num-rational v0.4.2 |
| 2247 | 2025-03-04T00:02:44.358Z | Compiling libsw-core v0.3.1 |
| 2248 | 2025-03-04T00:02:44.690Z | Compiling num-complex v0.4.6 |
| 2249 | 2025-03-04T00:02:45.531Z | Compiling libsw v3.4.0 |
| 2250 | 2025-03-04T00:02:45.862Z | Compiling num v0.4.3 |
| 2251 | 2025-03-04T00:02:46.541Z | Compiling rustls v0.23.19 |
| 2252 | 2025-03-04T00:02:46.573Z | Compiling rustls v0.22.4 |
| 2253 | 2025-03-04T00:02:46.624Z | Compiling linear-map v1.2.0 |
| 2254 | 2025-03-04T00:02:46.664Z | Compiling float-ord v0.3.2 |
| 2255 | 2025-03-04T00:02:46.865Z | Compiling swrite v0.1.0 |
| 2256 | 2025-03-04T00:02:47.022Z | Compiling highway v1.3.0 |
| 2257 | 2025-03-04T00:02:47.044Z | Compiling tungstenite v0.21.0 |
| 2258 | 2025-03-04T00:02:47.272Z | Compiling semver v0.1.20 |
| 2259 | 2025-03-04T00:02:47.781Z | Compiling rustc_version v0.1.7 |
| 2260 | 2025-03-04T00:02:48.176Z | Compiling newtype_derive v0.1.6 |
| 2261 | 2025-03-04T00:02:48.316Z | Compiling tokio-tungstenite v0.21.0 |
| 2262 | 2025-03-04T00:02:48.545Z | Compiling ipnetwork v0.21.1 |
| 2263 | 2025-03-04T00:02:48.612Z | Compiling rustls-webpki v0.102.8 |
| 2264 | 2025-03-04T00:02:49.018Z | Compiling wait-timeout v0.2.0 |
| 2265 | 2025-03-04T00:02:49.259Z | Compiling bit-vec v0.8.0 |
| 2266 | 2025-03-04T00:02:49.475Z | Compiling rusty-fork v0.3.0 |
| 2267 | 2025-03-04T00:02:50.093Z | Compiling bit-set v0.8.0 |
| 2268 | 2025-03-04T00:02:50.372Z | Compiling oxnet v0.1.1 |
| 2269 | 2025-03-04T00:02:50.496Z | Compiling rand_xorshift v0.3.0 |
| 2270 | 2025-03-04T00:02:50.765Z | Compiling unarray v0.1.4 |
| 2271 | 2025-03-04T00:02:50.955Z | Compiling humantime v2.1.0 |
| 2272 | 2025-03-04T00:02:50.975Z | Compiling typify-macro v0.3.0 |
| 2273 | 2025-03-04T00:02:51.025Z | Compiling proptest v1.6.0 |
| 2274 | 2025-03-04T00:02:51.829Z | Compiling daft v0.1.1 |
| 2275 | 2025-03-04T00:02:52.291Z | Compiling parse-display v0.10.0 |
| 2276 | 2025-03-04T00:02:52.379Z | Compiling dropshot v0.16.0 |
| 2277 | 2025-03-04T00:02:52.465Z | Compiling strum v0.26.3 |
| 2278 | 2025-03-04T00:02:52.684Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2279 | 2025-03-04T00:02:52.800Z | Compiling instant v0.1.13 |
| 2280 | 2025-03-04T00:02:52.871Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2281 | 2025-03-04T00:02:52.978Z | Compiling backoff v0.4.0 |
| 2282 | 2025-03-04T00:02:53.321Z | Compiling steno v0.4.1 |
| 2283 | 2025-03-04T00:02:53.341Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2284 | 2025-03-04T00:02:54.126Z | Compiling typify v0.3.0 |
| 2285 | 2025-03-04T00:02:54.308Z | Compiling tokio-rustls v0.25.0 |
| 2286 | 2025-03-04T00:02:54.784Z | Compiling dropshot v0.12.0 |
| 2287 | 2025-03-04T00:02:57.395Z | Compiling tokio-rustls v0.26.0 |
| 2288 | 2025-03-04T00:02:57.904Z | Compiling hyper-rustls v0.27.3 |
| 2289 | 2025-03-04T00:02:58.511Z | Compiling reqwest v0.12.12 |
| 2290 | 2025-03-04T00:03:01.341Z | Compiling qorb v0.2.1 |
| 2291 | 2025-03-04T00:03:02.462Z | Compiling progenitor-impl v0.9.1 |
| 2292 | 2025-03-04T00:03:06.701Z | Compiling progenitor-client v0.9.1 |
| 2293 | 2025-03-04T00:03:07.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2294 | 2025-03-04T00:03:09.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2295 | 2025-03-04T00:03:33.347Z | Compiling progenitor-client v0.8.0 |
| 2296 | 2025-03-04T00:03:34.263Z | Compiling progenitor v0.8.0 |
| 2297 | 2025-03-04T00:03:34.507Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2298 | 2025-03-04T00:03:39.410Z | Compiling progenitor-macro v0.9.1 |
| 2299 | 2025-03-04T00:03:41.516Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2300 | 2025-03-04T00:03:42.369Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2301 | 2025-03-04T00:03:45.509Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2302 | 2025-03-04T00:03:45.643Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2303 | 2025-03-04T00:03:45.784Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2304 | 2025-03-04T00:03:47.242Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2305 | 2025-03-04T00:03:48.922Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2306 | 2025-03-04T00:03:49.135Z | Compiling serde_with v3.12.0 |
| 2307 | 2025-03-04T00:03:49.815Z | Compiling progenitor v0.9.1 |
| 2308 | 2025-03-04T00:03:50.068Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2309 | 2025-03-04T00:03:52.815Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2310 | 2025-03-04T00:03:53.193Z | Compiling macaddr v1.0.1 |
| 2311 | 2025-03-04T00:03:53.999Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2312 | 2025-03-04T00:03:54.028Z | Compiling slog-dtrace v0.3.0 |
| 2313 | 2025-03-04T00:03:54.252Z | Compiling prettyplease v0.2.29 |
| 2314 | 2025-03-04T00:03:55.541Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2315 | 2025-03-04T00:03:56.039Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2316 | 2025-03-04T00:03:56.093Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2317 | 2025-03-04T00:04:03.841Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2318 | 2025-03-04T00:04:06.268Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2319 | 2025-03-04T00:04:08.938Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2320 | 2025-03-04T00:04:10.105Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2321 | 2025-03-04T00:04:14.459Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2322 | 2025-03-04T00:04:16.717Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2323 | 2025-03-04T00:04:17.895Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2324 | 2025-03-04T00:04:20.680Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2325 | 2025-03-04T00:04:20.963Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2326 | 2025-03-04T00:04:21.275Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2327 | 2025-03-04T00:04:21.686Z | Compiling half v2.4.1 |
| 2328 | 2025-03-04T00:04:22.427Z | Compiling ciborium-io v0.2.2 |
| 2329 | 2025-03-04T00:04:22.609Z | Compiling ciborium-ll v0.2.2 |
| 2330 | 2025-03-04T00:04:23.175Z | Compiling bytecount v0.6.8 |
| 2331 | 2025-03-04T00:04:23.529Z | Compiling ciborium v0.2.2 |
| 2332 | 2025-03-04T00:04:24.989Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2333 | 2025-03-04T00:04:25.678Z | Compiling display-error-chain v0.2.2 |
| 2334 | 2025-03-04T00:04:25.929Z | Compiling const_format_proc_macros v0.2.34 |
| 2335 | 2025-03-04T00:04:25.951Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2336 | 2025-03-04T00:04:26.400Z | Compiling keccak v0.1.5 |
| 2337 | 2025-03-04T00:04:27.539Z | Compiling same-file v1.0.6 |
| 2338 | 2025-03-04T00:04:27.735Z | Compiling crunchy v0.2.2 |
| 2339 | 2025-03-04T00:04:27.815Z | Compiling maplit v1.0.2 |
| 2340 | 2025-03-04T00:04:27.987Z | Compiling const_format v0.2.34 |
| 2341 | 2025-03-04T00:04:28.281Z | Compiling walkdir v2.5.0 |
| 2342 | 2025-03-04T00:04:28.565Z | Compiling sha3 v0.10.8 |
| 2343 | 2025-03-04T00:04:28.895Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2344 | 2025-03-04T00:04:29.335Z | Compiling radium v0.7.0 |
| 2345 | 2025-03-04T00:04:29.501Z | Compiling tiny-keccak v2.0.2 |
| 2346 | 2025-03-04T00:04:29.912Z | Compiling blake3 v1.5.4 |
| 2347 | 2025-03-04T00:04:30.073Z | Compiling dsl_auto_type v0.1.2 |
| 2348 | 2025-03-04T00:04:30.659Z | Compiling scheduled-thread-pool v0.2.7 |
| 2349 | 2025-03-04T00:04:31.185Z | Compiling xattr v1.3.1 |
| 2350 | 2025-03-04T00:04:31.329Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2351 | 2025-03-04T00:04:31.493Z | Compiling memmap2 v0.9.5 |
| 2352 | 2025-03-04T00:04:31.656Z | Compiling filetime v0.2.25 |
| 2353 | 2025-03-04T00:04:31.736Z | Compiling arrayvec v0.7.6 |
| 2354 | 2025-03-04T00:04:31.903Z | Compiling tap v1.0.1 |
| 2355 | 2025-03-04T00:04:31.983Z | Compiling maybe-uninit v2.0.0 |
| 2356 | 2025-03-04T00:04:32.031Z | Compiling bit-vec v0.6.3 |
| 2357 | 2025-03-04T00:04:32.103Z | Compiling constant_time_eq v0.3.1 |
| 2358 | 2025-03-04T00:04:32.166Z | Compiling arrayref v0.3.9 |
| 2359 | 2025-03-04T00:04:32.317Z | Compiling wyz v0.5.1 |
| 2360 | 2025-03-04T00:04:32.417Z | Compiling bit-set v0.5.3 |
| 2361 | 2025-03-04T00:04:32.437Z | Compiling tar v0.4.44 |
| 2362 | 2025-03-04T00:04:32.571Z | Compiling diesel_derives v2.2.3 |
| 2363 | 2025-03-04T00:04:32.718Z | Compiling r2d2 v0.8.10 |
| 2364 | 2025-03-04T00:04:33.259Z | Compiling toolchain_find v0.4.0 |
| 2365 | 2025-03-04T00:04:33.291Z | Compiling camino-tempfile v1.1.1 |
| 2366 | 2025-03-04T00:04:33.728Z | Compiling phf_generator v0.11.2 |
| 2367 | 2025-03-04T00:04:33.755Z | Compiling ascii-canvas v3.0.0 |
| 2368 | 2025-03-04T00:04:33.822Z | Compiling secrecy v0.8.0 |
| 2369 | 2025-03-04T00:04:33.947Z | Compiling ena v0.14.3 |
| 2370 | 2025-03-04T00:04:34.124Z | Compiling async-recursion v1.1.1 |
| 2371 | 2025-03-04T00:04:34.201Z | Compiling funty v2.0.0 |
| 2372 | 2025-03-04T00:04:34.222Z | Compiling regex-syntax v0.6.29 |
| 2373 | 2025-03-04T00:04:34.373Z | Compiling topological-sort v0.2.2 |
| 2374 | 2025-03-04T00:04:34.655Z | Compiling crc-catalog v2.4.0 |
| 2375 | 2025-03-04T00:04:34.852Z | Compiling diff v0.1.13 |
| 2376 | 2025-03-04T00:04:35.344Z | Compiling packed_struct v0.10.1 |
| 2377 | 2025-03-04T00:04:35.472Z | Compiling bindgen v0.71.1 |
| 2378 | 2025-03-04T00:04:35.839Z | Compiling bitvec v1.0.1 |
| 2379 | 2025-03-04T00:04:36.003Z | Compiling crc v3.2.1 |
| 2380 | 2025-03-04T00:04:37.052Z | Compiling omicron-zone-package v0.12.0 |
| 2381 | 2025-03-04T00:04:37.787Z | Compiling lalrpop v0.19.12 |
| 2382 | 2025-03-04T00:04:38.193Z | Compiling phf_codegen v0.11.2 |
| 2383 | 2025-03-04T00:04:38.450Z | Compiling rustfmt-wrapper v0.2.1 |
| 2384 | 2025-03-04T00:04:39.137Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2385 | 2025-03-04T00:04:39.455Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2386 | 2025-03-04T00:04:39.724Z | Compiling universal-hash v0.5.1 |
| 2387 | 2025-03-04T00:04:40.040Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2388 | 2025-03-04T00:04:40.276Z | Compiling packed_struct_codegen v0.10.1 |
| 2389 | 2025-03-04T00:04:40.473Z | Compiling parse-zoneinfo v0.3.1 |
| 2390 | 2025-03-04T00:04:41.921Z | Compiling indexmap v1.9.3 |
| 2391 | 2025-03-04T00:04:42.046Z | Compiling nodrop v0.1.14 |
| 2392 | 2025-03-04T00:04:42.210Z | Compiling opaque-debug v0.3.1 |
| 2393 | 2025-03-04T00:04:42.291Z | Compiling ref-cast v1.0.23 |
| 2394 | 2025-03-04T00:04:42.341Z | Compiling rustc-hash v2.1.1 |
| 2395 | 2025-03-04T00:04:42.494Z | Compiling thiserror-no-std v2.0.2 |
| 2396 | 2025-03-04T00:04:42.655Z | Compiling poly1305 v0.8.0 |
| 2397 | 2025-03-04T00:04:42.910Z | Compiling array-init v0.0.4 |
| 2398 | 2025-03-04T00:04:43.145Z | Compiling diesel v2.2.7 |
| 2399 | 2025-03-04T00:04:43.982Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2400 | 2025-03-04T00:04:44.168Z | Compiling chrono-tz-build v0.4.0 |
| 2401 | 2025-03-04T00:04:45.199Z | Compiling smallvec v0.6.14 |
| 2402 | 2025-03-04T00:04:45.690Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2403 | 2025-03-04T00:04:46.061Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2404 | 2025-03-04T00:04:46.426Z | Compiling itertools v0.13.0 |
| 2405 | 2025-03-04T00:04:46.800Z | Compiling derive_builder_core v0.20.2 |
| 2406 | 2025-03-04T00:04:48.786Z | Compiling chacha20 v0.9.1 |
| 2407 | 2025-03-04T00:04:49.320Z | Compiling headers-core v0.3.0 |
| 2408 | 2025-03-04T00:04:49.544Z | Compiling aead v0.5.2 |
| 2409 | 2025-03-04T00:04:49.989Z | Compiling libxml v0.3.3 |
| 2410 | 2025-03-04T00:04:50.152Z | Compiling ref-cast-impl v1.0.23 |
| 2411 | 2025-03-04T00:04:50.375Z | Compiling vte_generate_state_changes v0.1.2 |
| 2412 | 2025-03-04T00:04:50.986Z | Compiling hashbrown v0.12.3 |
| 2413 | 2025-03-04T00:04:51.259Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2414 | 2025-03-04T00:04:51.623Z | Compiling termcolor v1.4.1 |
| 2415 | 2025-03-04T00:04:52.230Z | Compiling arc-swap v1.7.1 |
| 2416 | 2025-03-04T00:04:52.691Z | Compiling bitfield v0.14.0 |
| 2417 | 2025-03-04T00:04:52.861Z | Compiling slog-scope v4.4.0 |
| 2418 | 2025-03-04T00:04:53.023Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2419 | 2025-03-04T00:04:53.654Z | Compiling env_logger v0.10.2 |
| 2420 | 2025-03-04T00:04:55.236Z | Compiling samael v0.0.18 |
| 2421 | 2025-03-04T00:04:56.528Z | Compiling vte v0.11.1 |
| 2422 | 2025-03-04T00:04:56.792Z | Compiling chacha20poly1305 v0.10.1 |
| 2423 | 2025-03-04T00:04:56.887Z | Compiling headers v0.4.0 |
| 2424 | 2025-03-04T00:04:57.060Z | Compiling derive_builder_macro v0.20.2 |
| 2425 | 2025-03-04T00:04:58.039Z | Compiling serde-hex v0.1.0 |
| 2426 | 2025-03-04T00:04:58.061Z | Compiling chrono-tz v0.10.1 |
| 2427 | 2025-03-04T00:04:58.753Z | Compiling vsss-rs v3.3.4 |
| 2428 | 2025-03-04T00:04:59.487Z | Compiling polar-core v0.27.3 |
| 2429 | 2025-03-04T00:05:00.499Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2430 | 2025-03-04T00:05:02.924Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2431 | 2025-03-04T00:05:03.094Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2432 | 2025-03-04T00:05:03.441Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2433 | 2025-03-04T00:05:03.518Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2434 | 2025-03-04T00:05:03.863Z | Compiling ron v0.8.1 |
| 2435 | 2025-03-04T00:05:07.537Z | Compiling hashbrown v0.13.2 |
| 2436 | 2025-03-04T00:05:08.120Z | Compiling strum_macros v0.24.3 |
| 2437 | 2025-03-04T00:05:09.000Z | Compiling unicase v2.7.0 |
| 2438 | 2025-03-04T00:05:09.405Z | Compiling crc-any v2.5.0 |
| 2439 | 2025-03-04T00:05:10.024Z | Compiling indoc v1.0.9 |
| 2440 | 2025-03-04T00:05:10.395Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2441 | 2025-03-04T00:05:10.855Z | Compiling object v0.30.4 |
| 2442 | 2025-03-04T00:05:11.133Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2443 | 2025-03-04T00:05:26.567Z | Compiling derive_builder v0.20.2 |
| 2444 | 2025-03-04T00:05:26.808Z | Compiling strip-ansi-escapes v0.2.0 |
| 2445 | 2025-03-04T00:05:30.374Z | Compiling slog-stdlog v4.1.1 |
| 2446 | 2025-03-04T00:05:30.941Z | Compiling papergrid v0.11.0 |
| 2447 | 2025-03-04T00:05:31.152Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2448 | 2025-03-04T00:05:31.500Z | Compiling tabled_derive v0.7.0 |
| 2449 | 2025-03-04T00:05:32.230Z | Compiling fd-lock v4.0.2 |
| 2450 | 2025-03-04T00:05:32.500Z | Compiling peg-macros v0.8.4 |
| 2451 | 2025-03-04T00:05:33.594Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2452 | 2025-03-04T00:05:34.610Z | Compiling oso-derive v0.27.3 |
| 2453 | 2025-03-04T00:05:35.622Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2454 | 2025-03-04T00:05:35.726Z | Compiling quick-xml v0.37.2 |
| 2455 | 2025-03-04T00:05:41.320Z | Compiling diesel-dtrace v0.4.2 |
| 2456 | 2025-03-04T00:05:41.707Z | Compiling nu-ansi-term v0.50.1 |
| 2457 | 2025-03-04T00:05:42.170Z | Compiling path-slash v0.1.5 |
| 2458 | 2025-03-04T00:05:42.469Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2459 | 2025-03-04T00:05:43.038Z | Compiling reedline v0.38.0 |
| 2460 | 2025-03-04T00:05:50.188Z | Compiling oso v0.27.3 |
| 2461 | 2025-03-04T00:05:57.016Z | Compiling peg v0.8.4 |
| 2462 | 2025-03-04T00:05:57.208Z | Compiling tabled v0.15.0 |
| 2463 | 2025-03-04T00:05:58.141Z | Compiling slog-envlogger v2.2.0 |
| 2464 | 2025-03-04T00:06:03.794Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2465 | 2025-03-04T00:06:07.246Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2466 | 2025-03-04T00:06:08.152Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2467 | 2025-03-04T00:06:08.513Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2468 | 2025-03-04T00:06:08.778Z | Compiling pem v3.0.5 |
| 2469 | 2025-03-04T00:06:10.269Z | Compiling bb8 v0.8.5 |
| 2470 | 2025-03-04T00:06:10.853Z | Compiling bcs v0.1.6 |
| 2471 | 2025-03-04T00:06:11.709Z | Compiling fxhash v0.2.1 |
| 2472 | 2025-03-04T00:06:11.982Z | Compiling libz-sys v1.1.20 |
| 2473 | 2025-03-04T00:06:12.684Z | Compiling termtree v0.5.1 |
| 2474 | 2025-03-04T00:06:13.134Z | Compiling async-bb8-diesel v0.2.1 |
| 2475 | 2025-03-04T00:06:15.600Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2476 | 2025-03-04T00:06:16.618Z | Compiling kstat-rs v0.2.4 |
| 2477 | 2025-03-04T00:06:17.445Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2478 | 2025-03-04T00:06:17.567Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2479 | 2025-03-04T00:06:18.272Z | Compiling proc-macro-error2 v2.0.1 |
| 2480 | 2025-03-04T00:06:18.988Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2481 | 2025-03-04T00:06:19.212Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2482 | 2025-03-04T00:06:19.708Z | Compiling nanorand v0.7.0 |
| 2483 | 2025-03-04T00:06:20.395Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2484 | 2025-03-04T00:06:21.176Z | Compiling pin-project-internal v1.1.6 |
| 2485 | 2025-03-04T00:06:23.857Z | Compiling parking_lot_core v0.8.6 |
| 2486 | 2025-03-04T00:06:24.388Z | Compiling pin-project v1.1.6 |
| 2487 | 2025-03-04T00:06:31.490Z | Compiling flume v0.11.1 |
| 2488 | 2025-03-04T00:06:32.210Z | Compiling mime_guess v2.0.5 |
| 2489 | 2025-03-04T00:06:33.309Z | Compiling tabled_derive v0.10.0 |
| 2490 | 2025-03-04T00:06:34.407Z | Compiling papergrid v0.14.0 |
| 2491 | 2025-03-04T00:06:35.717Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2492 | 2025-03-04T00:06:37.661Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2493 | 2025-03-04T00:06:38.900Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2494 | 2025-03-04T00:06:42.353Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2495 | 2025-03-04T00:06:45.545Z | Compiling snafu-derive v0.8.5 |
| 2496 | 2025-03-04T00:06:45.963Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2497 | 2025-03-04T00:06:46.402Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2498 | 2025-03-04T00:06:47.629Z | Compiling tabled v0.18.0 |
| 2499 | 2025-03-04T00:06:49.586Z | Compiling snafu v0.8.5 |
| 2500 | 2025-03-04T00:06:52.429Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2501 | 2025-03-04T00:06:57.522Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2502 | 2025-03-04T00:07:04.513Z | Compiling globset v0.4.15 |
| 2503 | 2025-03-04T00:07:07.684Z | Compiling olpc-cjson v0.1.4 |
| 2504 | 2025-03-04T00:07:08.030Z | Compiling vergen v8.3.2 |
| 2505 | 2025-03-04T00:07:08.396Z | Compiling castaway v0.2.3 |
| 2506 | 2025-03-04T00:07:08.622Z | Compiling nibble_vec v0.1.0 |
| 2507 | 2025-03-04T00:07:08.893Z | Compiling cargo-platform v0.1.8 |
| 2508 | 2025-03-04T00:07:09.413Z | Compiling serde_plain v1.0.2 |
| 2509 | 2025-03-04T00:07:09.952Z | Compiling atty v0.2.14 |
| 2510 | 2025-03-04T00:07:10.162Z | Compiling salty v0.3.0 |
| 2511 | 2025-03-04T00:07:10.505Z | Compiling io-lifetimes v1.0.11 |
| 2512 | 2025-03-04T00:07:10.639Z | Compiling endian-type v0.1.2 |
| 2513 | 2025-03-04T00:07:10.900Z | Compiling typed-path v0.9.3 |
| 2514 | 2025-03-04T00:07:11.028Z | Compiling http-range v0.1.5 |
| 2515 | 2025-03-04T00:07:12.219Z | Compiling radix_trie v0.2.1 |
| 2516 | 2025-03-04T00:07:13.203Z | Compiling cargo_metadata v0.18.1 |
| 2517 | 2025-03-04T00:07:16.177Z | Compiling tough v0.19.0 |
| 2518 | 2025-03-04T00:07:16.769Z | Compiling git2 v0.19.0 |
| 2519 | 2025-03-04T00:07:17.141Z | Compiling compact_str v0.8.0 |
| 2520 | 2025-03-04T00:07:17.984Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2521 | 2025-03-04T00:07:23.050Z | Compiling parking_lot v0.11.2 |
| 2522 | 2025-03-04T00:07:25.119Z | Compiling unicode-truncate v1.1.0 |
| 2523 | 2025-03-04T00:07:25.475Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2524 | 2025-03-04T00:07:25.506Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2525 | 2025-03-04T00:07:26.771Z | Compiling lru v0.12.5 |
| 2526 | 2025-03-04T00:07:27.157Z | Compiling rand_seeder v0.3.0 |
| 2527 | 2025-03-04T00:07:27.617Z | Compiling lzma-sys v0.1.20 |
| 2528 | 2025-03-04T00:07:28.408Z | Compiling instability v0.3.2 |
| 2529 | 2025-03-04T00:07:29.058Z | Compiling rustix v0.37.28 |
| 2530 | 2025-03-04T00:07:29.462Z | Compiling parse-size v1.1.0 |
| 2531 | 2025-03-04T00:07:29.663Z | Compiling cassowary v0.3.0 |
| 2532 | 2025-03-04T00:07:29.831Z | Compiling indoc v2.0.5 |
| 2533 | 2025-03-04T00:07:30.197Z | Compiling rustls v0.21.12 |
| 2534 | 2025-03-04T00:07:30.615Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2535 | 2025-03-04T00:07:30.822Z | Compiling ratatui v0.29.0 |
| 2536 | 2025-03-04T00:07:33.733Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2537 | 2025-03-04T00:07:33.869Z | Compiling hyper-staticfile v0.10.1 |
| 2538 | 2025-03-04T00:07:33.999Z | Compiling sled v0.34.7 |
| 2539 | 2025-03-04T00:07:36.465Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2540 | 2025-03-04T00:07:38.987Z | Compiling hickory-client v0.24.4 |
| 2541 | 2025-03-04T00:07:39.425Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2542 | 2025-03-04T00:07:40.692Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2543 | 2025-03-04T00:07:43.834Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2544 | 2025-03-04T00:07:46.341Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2545 | 2025-03-04T00:07:46.714Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2546 | 2025-03-04T00:07:48.368Z | Compiling sct v0.7.1 |
| 2547 | 2025-03-04T00:07:48.848Z | Compiling rustls-webpki v0.101.7 |
| 2548 | 2025-03-04T00:07:49.315Z | Compiling hickory-server v0.24.4 |
| 2549 | 2025-03-04T00:07:51.157Z | Compiling primeorder v0.13.6 |
| 2550 | 2025-03-04T00:07:51.782Z | Compiling heck v0.3.3 |
| 2551 | 2025-03-04T00:07:52.122Z | Compiling env_filter v0.1.2 |
| 2552 | 2025-03-04T00:07:52.769Z | Compiling csv-core v0.1.11 |
| 2553 | 2025-03-04T00:07:53.712Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2554 | 2025-03-04T00:07:53.742Z | Compiling csv v1.3.1 |
| 2555 | 2025-03-04T00:07:54.169Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2556 | 2025-03-04T00:07:54.868Z | Compiling env_logger v0.11.5 |
| 2557 | 2025-03-04T00:07:55.970Z | Compiling zone_cfg_derive v0.1.2 |
| 2558 | 2025-03-04T00:07:56.374Z | Compiling p384 v0.13.0 |
| 2559 | 2025-03-04T00:08:00.801Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2560 | 2025-03-04T00:08:03.076Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2561 | 2025-03-04T00:08:03.401Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2562 | 2025-03-04T00:08:03.522Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2563 | 2025-03-04T00:08:03.807Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2564 | 2025-03-04T00:08:04.364Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2565 | 2025-03-04T00:08:04.679Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2566 | 2025-03-04T00:08:04.742Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2567 | 2025-03-04T00:08:05.060Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2568 | 2025-03-04T00:08:05.134Z | Compiling nix v0.27.1 |
| 2569 | 2025-03-04T00:08:05.422Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2570 | 2025-03-04T00:08:06.198Z | Compiling tungstenite v0.23.0 |
| 2571 | 2025-03-04T00:08:07.980Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2572 | 2025-03-04T00:08:08.364Z | Compiling base64 v0.13.1 |
| 2573 | 2025-03-04T00:08:09.192Z | Compiling ron v0.7.1 |
| 2574 | 2025-03-04T00:08:10.360Z | Compiling tokio-tungstenite v0.23.1 |
| 2575 | 2025-03-04T00:08:11.016Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2576 | 2025-03-04T00:08:11.898Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2577 | 2025-03-04T00:08:14.588Z | Compiling xz2 v0.1.7 |
| 2578 | 2025-03-04T00:08:15.245Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2579 | 2025-03-04T00:08:17.307Z | Compiling terminal_size v0.2.6 |
| 2580 | 2025-03-04T00:08:17.569Z | Compiling tokio-rustls v0.24.1 |
| 2581 | 2025-03-04T00:08:18.079Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2582 | 2025-03-04T00:08:19.751Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2583 | 2025-03-04T00:08:20.910Z | Compiling zone v0.1.8 |
| 2584 | 2025-03-04T00:08:22.810Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2585 | 2025-03-04T00:08:23.251Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2586 | 2025-03-04T00:08:23.723Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2587 | 2025-03-04T00:08:24.092Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2588 | 2025-03-04T00:08:24.394Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2589 | 2025-03-04T00:08:24.917Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2590 | 2025-03-04T00:08:27.942Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2591 | 2025-03-04T00:08:29.117Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2592 | 2025-03-04T00:08:29.478Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2593 | 2025-03-04T00:08:30.924Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2594 | 2025-03-04T00:08:32.894Z | Compiling rustls-pemfile v1.0.4 |
| 2595 | 2025-03-04T00:08:33.677Z | Compiling signal-hook-tokio v0.3.1 |
| 2596 | 2025-03-04T00:08:33.968Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2597 | 2025-03-04T00:08:33.990Z | Compiling twox-hash v2.1.0 |
| 2598 | 2025-03-04T00:08:34.531Z | Compiling yasna v0.5.2 |
| 2599 | 2025-03-04T00:08:35.031Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2600 | 2025-03-04T00:08:36.905Z | Compiling glob v0.3.2 |
| 2601 | 2025-03-04T00:08:37.188Z | Compiling is_ci v1.2.0 |
| 2602 | 2025-03-04T00:08:37.535Z | Compiling unicode-linebreak v0.1.5 |
| 2603 | 2025-03-04T00:08:37.699Z | Compiling smawk v0.3.2 |
| 2604 | 2025-03-04T00:08:38.009Z | Compiling textwrap v0.16.1 |
| 2605 | 2025-03-04T00:08:38.030Z | Compiling supports-color v3.0.2 |
| 2606 | 2025-03-04T00:08:38.104Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2607 | 2025-03-04T00:08:38.507Z | Compiling rcgen v0.12.1 |
| 2608 | 2025-03-04T00:08:39.092Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2609 | 2025-03-04T00:08:41.669Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2610 | 2025-03-04T00:08:45.261Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2611 | 2025-03-04T00:08:45.570Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2612 | 2025-03-04T00:08:49.488Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2613 | 2025-03-04T00:08:55.034Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2614 | 2025-03-04T00:08:55.640Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2615 | 2025-03-04T00:09:08.455Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2616 | 2025-03-04T00:09:08.999Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2617 | 2025-03-04T00:09:13.034Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2618 | 2025-03-04T00:09:13.245Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2619 | 2025-03-04T00:09:19.461Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2620 | 2025-03-04T00:09:20.693Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2621 | 2025-03-04T00:09:21.254Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2622 | 2025-03-04T00:09:31.403Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2623 | 2025-03-04T00:09:35.094Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2624 | 2025-03-04T00:09:36.998Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2625 | 2025-03-04T00:09:38.686Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2626 | 2025-03-04T00:09:39.101Z | Compiling fatfs v0.3.6 |
| 2627 | 2025-03-04T00:09:39.124Z | Compiling subprocess v0.2.9 |
| 2628 | 2025-03-04T00:09:39.863Z | Compiling rtoolbox v0.0.2 |
| 2629 | 2025-03-04T00:09:40.323Z | Compiling assert_matches v1.5.0 |
| 2630 | 2025-03-04T00:09:40.467Z | Compiling rpassword v7.3.1 |
| 2631 | 2025-03-04T00:09:41.491Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2632 | 2025-03-04T00:09:41.915Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2633 | 2025-03-04T00:09:43.856Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2634 | 2025-03-04T00:09:49.400Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2635 | 2025-03-04T00:09:56.546Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2636 | 2025-03-04T00:09:58.849Z | Compiling tui-tree-widget v0.23.0 |
| 2637 | 2025-03-04T00:09:59.321Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2638 | 2025-03-04T00:10:12.970Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2639 | 2025-03-04T00:10:13.336Z | Compiling uzers v0.12.1 |
| 2640 | 2025-03-04T00:10:16.674Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2641 | 2025-03-04T00:10:18.765Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2642 | 2025-03-04T00:10:19.145Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2643 | 2025-03-04T00:10:34.648Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2644 | 2025-03-04T00:10:47.992Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2645 | 2025-03-04T00:10:48.013Z | Compiling multimap v0.10.0 |
| 2646 | 2025-03-04T00:13:16.076Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2647 | 2025-03-04T00:20:35.691Z | Finished `release` profile [optimized] target(s) in 17m 55s |
| 2648 | 2025-03-04T00:21:43.837Z | |
| 2649 | 2025-03-04T00:21:43.838Z | real 19:05.341000113 |
| 2650 | 2025-03-04T00:21:43.838Z | user 2:14:59.645986292 |
| 2651 | 2025-03-04T00:21:43.838Z | sys 3:45.624782249 |
| 2652 | 2025-03-04T00:21:43.838Z | trap 3.688268710 |
| 2653 | 2025-03-04T00:21:43.841Z | tflt 1.949613968 |
| 2654 | 2025-03-04T00:21:43.841Z | dflt 5.270023380 |
| 2655 | 2025-03-04T00:21:43.841Z | kflt 0.001369656 |
| 2656 | 2025-03-04T00:21:43.841Z | lock 8:00:13.408055353 |
| 2657 | 2025-03-04T00:21:43.841Z | slp 6:58:31.541357975 |
| 2658 | 2025-03-04T00:21:43.841Z | lat 3:40.012987455 |
| 2659 | 2025-03-04T00:21:43.841Z | stop 3:00.979906685 |
| 2660 | 2025-03-04T00:21:43.841Z | + mapfile -t packages |
| 2661 | 2025-03-04T00:21:43.841Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2662 | 2025-03-04T00:21:44.982Z | Compiling ring v0.17.11 |
| 2663 | 2025-03-04T00:21:46.679Z | Compiling rustls v0.22.4 |
| 2664 | 2025-03-04T00:21:46.679Z | Compiling rustls v0.23.19 |
| 2665 | 2025-03-04T00:21:48.358Z | Compiling rustls-webpki v0.102.8 |
| 2666 | 2025-03-04T00:21:52.381Z | Compiling tokio-rustls v0.25.0 |
| 2667 | 2025-03-04T00:21:52.839Z | Compiling dropshot v0.12.0 |
| 2668 | 2025-03-04T00:21:54.423Z | Compiling tokio-rustls v0.26.0 |
| 2669 | 2025-03-04T00:21:54.923Z | Compiling hyper-rustls v0.27.3 |
| 2670 | 2025-03-04T00:21:55.437Z | Compiling reqwest v0.12.12 |
| 2671 | 2025-03-04T00:21:57.787Z | Compiling qorb v0.2.1 |
| 2672 | 2025-03-04T00:21:58.410Z | Compiling dropshot v0.16.0 |
| 2673 | 2025-03-04T00:22:02.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2674 | 2025-03-04T00:22:08.617Z | Compiling progenitor-client v0.8.0 |
| 2675 | 2025-03-04T00:22:09.568Z | Compiling progenitor v0.8.0 |
| 2676 | 2025-03-04T00:22:10.199Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2677 | 2025-03-04T00:22:11.007Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2678 | 2025-03-04T00:22:23.091Z | Compiling progenitor-client v0.9.1 |
| 2679 | 2025-03-04T00:22:24.109Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2680 | 2025-03-04T00:22:24.185Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2681 | 2025-03-04T00:22:25.275Z | Compiling omicron-zone-package v0.12.0 |
| 2682 | 2025-03-04T00:22:34.960Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2683 | 2025-03-04T00:22:39.245Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2684 | 2025-03-04T00:22:40.168Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2685 | 2025-03-04T00:22:43.593Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2686 | 2025-03-04T00:22:58.824Z | Finished `release` profile [optimized] target(s) in 1m 14s |
| 2687 | 2025-03-04T00:22:58.829Z | Running `target/release/omicron-package -t test list-outputs` |
| 2688 | 2025-03-04T00:22:58.861Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2689 | 2025-03-04T00:22:58.864Z | + ptime -m cargo build --locked --release -p xtask |
| 2690 | 2025-03-04T00:22:59.431Z | Compiling serde v1.0.218 |
| 2691 | 2025-03-04T00:22:59.434Z | Compiling libc v0.2.170 |
| 2692 | 2025-03-04T00:22:59.434Z | Compiling rustix v0.38.37 |
| 2693 | 2025-03-04T00:22:59.434Z | Compiling serde_json v1.0.139 |
| 2694 | 2025-03-04T00:22:59.434Z | Compiling syn v2.0.98 |
| 2695 | 2025-03-04T00:22:59.435Z | Compiling bitflags v2.6.0 |
| 2696 | 2025-03-04T00:23:00.002Z | Compiling usdt-impl v0.5.0 |
| 2697 | 2025-03-04T00:23:00.033Z | Compiling syn v1.0.109 |
| 2698 | 2025-03-04T00:23:00.092Z | Compiling log v0.4.22 |
| 2699 | 2025-03-04T00:23:00.160Z | Compiling hashbrown v0.15.1 |
| 2700 | 2025-03-04T00:23:00.392Z | Compiling fs-err v2.11.0 |
| 2701 | 2025-03-04T00:23:00.584Z | Compiling once_cell v1.20.3 |
| 2702 | 2025-03-04T00:23:00.763Z | Compiling anyhow v1.0.96 |
| 2703 | 2025-03-04T00:23:00.915Z | Compiling thread-id v4.2.2 |
| 2704 | 2025-03-04T00:23:01.365Z | Compiling indexmap v2.7.1 |
| 2705 | 2025-03-04T00:23:02.498Z | Compiling terminal_size v0.4.0 |
| 2706 | 2025-03-04T00:23:02.576Z | Compiling tempfile v3.13.0 |
| 2707 | 2025-03-04T00:23:02.787Z | Compiling clap_builder v4.5.31 |
| 2708 | 2025-03-04T00:23:03.372Z | Compiling proc-macro-error v1.0.4 |
| 2709 | 2025-03-04T00:23:04.246Z | Compiling tabled_derive v0.7.0 |
| 2710 | 2025-03-04T00:23:05.381Z | Compiling tabled v0.15.0 |
| 2711 | 2025-03-04T00:23:06.052Z | Compiling serde_derive v1.0.218 |
| 2712 | 2025-03-04T00:23:06.056Z | Compiling thiserror-impl v1.0.69 |
| 2713 | 2025-03-04T00:23:06.056Z | Compiling zerocopy-derive v0.7.35 |
| 2714 | 2025-03-04T00:23:06.056Z | Compiling scroll_derive v0.12.0 |
| 2715 | 2025-03-04T00:23:06.056Z | Compiling thiserror-impl v2.0.11 |
| 2716 | 2025-03-04T00:23:07.502Z | Compiling scroll v0.12.0 |
| 2717 | 2025-03-04T00:23:07.892Z | Compiling zerocopy v0.7.35 |
| 2718 | 2025-03-04T00:23:08.184Z | Compiling goblin v0.8.2 |
| 2719 | 2025-03-04T00:23:08.642Z | Compiling thiserror v1.0.69 |
| 2720 | 2025-03-04T00:23:08.830Z | Compiling pest v2.7.14 |
| 2721 | 2025-03-04T00:23:10.874Z | Compiling thiserror v2.0.11 |
| 2722 | 2025-03-04T00:23:11.085Z | Compiling clap_derive v4.5.28 |
| 2723 | 2025-03-04T00:23:11.849Z | Compiling pest_meta v2.7.14 |
| 2724 | 2025-03-04T00:23:15.430Z | Compiling pest_generator v2.7.14 |
| 2725 | 2025-03-04T00:23:15.497Z | Compiling clap v4.5.31 |
| 2726 | 2025-03-04T00:23:17.163Z | Compiling pest_derive v2.7.14 |
| 2727 | 2025-03-04T00:23:18.025Z | Compiling dtrace-parser v0.2.0 |
| 2728 | 2025-03-04T00:23:19.630Z | Compiling toml_datetime v0.6.8 |
| 2729 | 2025-03-04T00:23:20.445Z | Compiling serde_spanned v0.6.8 |
| 2730 | 2025-03-04T00:23:20.800Z | Compiling serde_tokenstream v0.2.2 |
| 2731 | 2025-03-04T00:23:21.393Z | Compiling dof v0.3.0 |
| 2732 | 2025-03-04T00:23:22.225Z | Compiling toml_edit v0.22.24 |
| 2733 | 2025-03-04T00:23:23.409Z | Compiling camino v1.1.9 |
| 2734 | 2025-03-04T00:23:25.322Z | Compiling usdt-attr-macro v0.5.0 |
| 2735 | 2025-03-04T00:23:25.518Z | Compiling usdt-macro v0.5.0 |
| 2736 | 2025-03-04T00:23:26.728Z | Compiling toml v0.8.20 |
| 2737 | 2025-03-04T00:23:27.465Z | Compiling semver v1.0.25 |
| 2738 | 2025-03-04T00:23:28.937Z | Compiling cargo-platform v0.1.8 |
| 2739 | 2025-03-04T00:23:30.095Z | Compiling cargo_metadata v0.19.1 |
| 2740 | 2025-03-04T00:23:30.877Z | Compiling cargo_toml v0.21.0 |
| 2741 | 2025-03-04T00:23:32.880Z | Compiling usdt v0.5.0 |
| 2742 | 2025-03-04T00:23:33.081Z | Compiling camino-tempfile v1.1.1 |
| 2743 | 2025-03-04T00:23:33.881Z | Compiling macaddr v1.0.1 |
| 2744 | 2025-03-04T00:23:44.081Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2745 | 2025-03-04T00:23:49.989Z | Finished `release` profile [optimized] target(s) in 51.10s |
| 2746 | 2025-03-04T00:23:50.107Z | |
| 2747 | 2025-03-04T00:23:50.110Z | real 51.207787255 |
| 2748 | 2025-03-04T00:23:50.110Z | user 5:30.668680654 |
| 2749 | 2025-03-04T00:23:50.110Z | sys 20.314158615 |
| 2750 | 2025-03-04T00:23:50.110Z | trap 0.161806666 |
| 2751 | 2025-03-04T00:23:50.110Z | tflt 0.257559252 |
| 2752 | 2025-03-04T00:23:50.110Z | dflt 0.268430559 |
| 2753 | 2025-03-04T00:23:50.110Z | kflt 0.000000000 |
| 2754 | 2025-03-04T00:23:50.110Z | lock 10:42.410529991 |
| 2755 | 2025-03-04T00:23:50.110Z | slp 16:39.981971659 |
| 2756 | 2025-03-04T00:23:50.110Z | lat 16.532634266 |
| 2757 | 2025-03-04T00:23:50.110Z | stop 21.300099564 |
| 2758 | 2025-03-04T00:23:50.110Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2759 | 2025-03-04T00:23:50.111Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2760 | 2025-03-04T00:23:50.111Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2761 | 2025-03-04T00:23:50.111Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2762 | 2025-03-04T00:23:50.111Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2763 | 2025-03-04T00:23:51.070Z | Compiling ring v0.17.11 |
| 2764 | 2025-03-04T00:23:51.213Z | Compiling regress v0.10.3 |
| 2765 | 2025-03-04T00:23:51.235Z | Compiling thiserror-impl v2.0.11 |
| 2766 | 2025-03-04T00:23:51.240Z | Compiling ident_case v1.0.1 |
| 2767 | 2025-03-04T00:23:51.265Z | Compiling unsafe-libyaml v0.2.11 |
| 2768 | 2025-03-04T00:23:51.268Z | Compiling ipnetwork v0.21.1 |
| 2769 | 2025-03-04T00:23:51.268Z | Compiling macaddr v1.0.1 |
| 2770 | 2025-03-04T00:23:51.282Z | Compiling tempfile v3.13.0 |
| 2771 | 2025-03-04T00:23:51.417Z | Compiling darling_core v0.20.10 |
| 2772 | 2025-03-04T00:23:51.762Z | Compiling oxnet v0.1.1 |
| 2773 | 2025-03-04T00:23:52.071Z | Compiling structmeta-derive v0.3.0 |
| 2774 | 2025-03-04T00:23:52.110Z | Compiling instant v0.1.13 |
| 2775 | 2025-03-04T00:23:52.275Z | Compiling wait-timeout v0.2.0 |
| 2776 | 2025-03-04T00:23:52.465Z | Compiling dropshot v0.16.0 |
| 2777 | 2025-03-04T00:23:52.799Z | Compiling serde_yaml v0.9.34+deprecated |
| 2778 | 2025-03-04T00:23:52.819Z | Compiling bit-vec v0.8.0 |
| 2779 | 2025-03-04T00:23:53.121Z | Compiling rusty-fork v0.3.0 |
| 2780 | 2025-03-04T00:23:53.262Z | Compiling bit-set v0.8.0 |
| 2781 | 2025-03-04T00:23:53.579Z | Compiling dropshot_endpoint v0.16.0 |
| 2782 | 2025-03-04T00:23:53.799Z | Compiling rand_xorshift v0.3.0 |
| 2783 | 2025-03-04T00:23:54.177Z | Compiling daft-derive v0.1.1 |
| 2784 | 2025-03-04T00:23:54.280Z | Compiling thiserror v2.0.11 |
| 2785 | 2025-03-04T00:23:54.452Z | Compiling unarray v0.1.4 |
| 2786 | 2025-03-04T00:23:54.581Z | Compiling structmeta v0.3.0 |
| 2787 | 2025-03-04T00:23:54.647Z | Compiling proptest v1.6.0 |
| 2788 | 2025-03-04T00:23:55.037Z | Compiling typify-impl v0.2.0 |
| 2789 | 2025-03-04T00:23:55.658Z | Compiling parse-display-derive v0.10.0 |
| 2790 | 2025-03-04T00:23:55.727Z | Compiling daft v0.1.1 |
| 2791 | 2025-03-04T00:23:56.218Z | Compiling test-strategy v0.4.0 |
| 2792 | 2025-03-04T00:23:56.381Z | Compiling rustls v0.23.19 |
| 2793 | 2025-03-04T00:23:56.415Z | Compiling rustls v0.22.4 |
| 2794 | 2025-03-04T00:23:56.448Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2795 | 2025-03-04T00:23:56.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2796 | 2025-03-04T00:23:57.244Z | Compiling darling_macro v0.20.10 |
| 2797 | 2025-03-04T00:23:57.408Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2798 | 2025-03-04T00:23:57.623Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2799 | 2025-03-04T00:23:57.688Z | Compiling backoff v0.4.0 |
| 2800 | 2025-03-04T00:23:58.071Z | Compiling proc-macro-crate v1.3.1 |
| 2801 | 2025-03-04T00:23:58.133Z | Compiling typify-impl v0.3.0 |
| 2802 | 2025-03-04T00:23:58.209Z | Compiling darling v0.20.10 |
| 2803 | 2025-03-04T00:23:58.355Z | Compiling serde_with_macros v3.12.0 |
| 2804 | 2025-03-04T00:23:59.018Z | Compiling rustls-webpki v0.102.8 |
| 2805 | 2025-03-04T00:23:59.546Z | Compiling parse-display v0.10.0 |
| 2806 | 2025-03-04T00:23:59.655Z | Compiling num_enum_derive v0.5.11 |
| 2807 | 2025-03-04T00:24:00.934Z | Compiling serde_with v3.12.0 |
| 2808 | 2025-03-04T00:24:00.964Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2809 | 2025-03-04T00:24:01.621Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2810 | 2025-03-04T00:24:02.091Z | Compiling itertools v0.13.0 |
| 2811 | 2025-03-04T00:24:02.164Z | Compiling num_enum v0.5.11 |
| 2812 | 2025-03-04T00:24:02.398Z | Compiling crucible-workspace-hack v0.1.0 |
| 2813 | 2025-03-04T00:24:02.749Z | Compiling heapless v0.8.0 |
| 2814 | 2025-03-04T00:24:03.387Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2815 | 2025-03-04T00:24:04.199Z | Compiling proc-macro-error v1.0.4 |
| 2816 | 2025-03-04T00:24:04.744Z | Compiling camino-tempfile v1.1.1 |
| 2817 | 2025-03-04T00:24:04.892Z | Compiling hash32 v0.3.1 |
| 2818 | 2025-03-04T00:24:05.184Z | Compiling foreign-types-macros v0.2.3 |
| 2819 | 2025-03-04T00:24:05.206Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2820 | 2025-03-04T00:24:05.227Z | Compiling smoltcp v0.11.0 |
| 2821 | 2025-03-04T00:24:05.947Z | Compiling tokio-rustls v0.25.0 |
| 2822 | 2025-03-04T00:24:06.418Z | Compiling dropshot v0.12.0 |
| 2823 | 2025-03-04T00:24:09.616Z | Compiling tokio-rustls v0.26.0 |
| 2824 | 2025-03-04T00:24:09.961Z | Compiling typify-macro v0.2.0 |
| 2825 | 2025-03-04T00:24:10.155Z | Compiling hyper-rustls v0.27.3 |
| 2826 | 2025-03-04T00:24:10.805Z | Compiling reqwest v0.12.12 |
| 2827 | 2025-03-04T00:24:12.186Z | Compiling qorb v0.2.1 |
| 2828 | 2025-03-04T00:24:13.511Z | Compiling typify-macro v0.3.0 |
| 2829 | 2025-03-04T00:24:13.788Z | Compiling typify v0.2.0 |
| 2830 | 2025-03-04T00:24:13.809Z | Compiling foreign-types-shared v0.3.1 |
| 2831 | 2025-03-04T00:24:13.948Z | Compiling progenitor-impl v0.8.0 |
| 2832 | 2025-03-04T00:24:13.970Z | Compiling foreign-types v0.5.0 |
| 2833 | 2025-03-04T00:24:14.112Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2834 | 2025-03-04T00:24:14.969Z | Compiling progenitor-client v0.9.1 |
| 2835 | 2025-03-04T00:24:15.049Z | Compiling progenitor-client v0.8.0 |
| 2836 | 2025-03-04T00:24:15.844Z | Compiling tabwriter v1.4.0 |
| 2837 | 2025-03-04T00:24:16.246Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2838 | 2025-03-04T00:24:16.328Z | Compiling cstr-argument v0.1.2 |
| 2839 | 2025-03-04T00:24:16.592Z | Compiling pretty-hex v0.2.1 |
| 2840 | 2025-03-04T00:24:16.619Z | Compiling cobs v0.2.3 |
| 2841 | 2025-03-04T00:24:16.833Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2842 | 2025-03-04T00:24:16.929Z | Compiling postcard v1.0.10 |
| 2843 | 2025-03-04T00:24:17.138Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2844 | 2025-03-04T00:24:17.212Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2845 | 2025-03-04T00:24:17.350Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2846 | 2025-03-04T00:24:17.372Z | Compiling typify v0.3.0 |
| 2847 | 2025-03-04T00:24:17.550Z | Compiling progenitor-impl v0.9.1 |
| 2848 | 2025-03-04T00:24:17.626Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2849 | 2025-03-04T00:24:17.863Z | Compiling colored v2.2.0 |
| 2850 | 2025-03-04T00:24:18.103Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2851 | 2025-03-04T00:24:18.460Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2852 | 2025-03-04T00:24:18.672Z | Compiling winnow v0.6.20 |
| 2853 | 2025-03-04T00:24:18.787Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2854 | 2025-03-04T00:24:19.722Z | Compiling smf v0.2.3 |
| 2855 | 2025-03-04T00:24:20.074Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2856 | 2025-03-04T00:24:20.449Z | Compiling zone_cfg_derive v0.3.0 |
| 2857 | 2025-03-04T00:24:20.948Z | Compiling progenitor-macro v0.8.0 |
| 2858 | 2025-03-04T00:24:20.970Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2859 | 2025-03-04T00:24:21.517Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2860 | 2025-03-04T00:24:22.039Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2861 | 2025-03-04T00:24:22.091Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2862 | 2025-03-04T00:24:22.177Z | Compiling itertools v0.14.0 |
| 2863 | 2025-03-04T00:24:22.473Z | Compiling num-derive v0.4.2 |
| 2864 | 2025-03-04T00:24:22.557Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2865 | 2025-03-04T00:24:22.828Z | Compiling sigpipe v0.1.3 |
| 2866 | 2025-03-04T00:24:22.851Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2867 | 2025-03-04T00:24:22.990Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2868 | 2025-03-04T00:24:23.238Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2869 | 2025-03-04T00:24:23.722Z | Compiling zone v0.3.0 |
| 2870 | 2025-03-04T00:24:23.916Z | Compiling universal-hash v0.5.1 |
| 2871 | 2025-03-04T00:24:24.164Z | Compiling opaque-debug v0.3.1 |
| 2872 | 2025-03-04T00:24:24.296Z | Compiling tungstenite v0.21.0 |
| 2873 | 2025-03-04T00:24:24.321Z | Compiling progenitor-macro v0.9.1 |
| 2874 | 2025-03-04T00:24:24.738Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2875 | 2025-03-04T00:24:24.856Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2876 | 2025-03-04T00:24:25.219Z | Compiling num-rational v0.4.2 |
| 2877 | 2025-03-04T00:24:25.240Z | Compiling password-hash v0.5.0 |
| 2878 | 2025-03-04T00:24:25.663Z | Compiling blake2 v0.10.6 |
| 2879 | 2025-03-04T00:24:25.708Z | Compiling aead v0.5.2 |
| 2880 | 2025-03-04T00:24:26.014Z | Compiling num-complex v0.4.6 |
| 2881 | 2025-03-04T00:24:26.118Z | Compiling convert_case v0.4.0 |
| 2882 | 2025-03-04T00:24:26.173Z | Compiling base64 v0.21.7 |
| 2883 | 2025-03-04T00:24:26.240Z | Compiling keccak v0.1.5 |
| 2884 | 2025-03-04T00:24:26.790Z | Compiling sha3 v0.10.8 |
| 2885 | 2025-03-04T00:24:26.877Z | Compiling num v0.4.3 |
| 2886 | 2025-03-04T00:24:26.905Z | Compiling derive_more v0.99.19 |
| 2887 | 2025-03-04T00:24:26.966Z | Compiling argon2 v0.5.3 |
| 2888 | 2025-03-04T00:24:27.007Z | Compiling tokio-tungstenite v0.21.0 |
| 2889 | 2025-03-04T00:24:27.030Z | Compiling poly1305 v0.8.0 |
| 2890 | 2025-03-04T00:24:27.372Z | Compiling chacha20 v0.9.1 |
| 2891 | 2025-03-04T00:24:27.640Z | Compiling float-ord v0.3.2 |
| 2892 | 2025-03-04T00:24:27.830Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2893 | 2025-03-04T00:24:27.857Z | Compiling semver v0.1.20 |
| 2894 | 2025-03-04T00:24:27.897Z | Compiling same-file v1.0.6 |
| 2895 | 2025-03-04T00:24:28.206Z | Compiling walkdir v2.5.0 |
| 2896 | 2025-03-04T00:24:28.272Z | Compiling newline-converter v0.3.0 |
| 2897 | 2025-03-04T00:24:28.480Z | Compiling rustc_version v0.1.7 |
| 2898 | 2025-03-04T00:24:28.503Z | Compiling primeorder v0.13.6 |
| 2899 | 2025-03-04T00:24:28.781Z | Compiling secrecy v0.8.0 |
| 2900 | 2025-03-04T00:24:28.907Z | Compiling owo-colors v4.2.0 |
| 2901 | 2025-03-04T00:24:28.956Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2902 | 2025-03-04T00:24:29.047Z | Compiling cancel-safe-futures v0.1.5 |
| 2903 | 2025-03-04T00:24:29.068Z | Compiling newtype_derive v0.1.6 |
| 2904 | 2025-03-04T00:24:29.418Z | Compiling expectorate v1.1.0 |
| 2905 | 2025-03-04T00:24:29.480Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2906 | 2025-03-04T00:24:29.640Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2907 | 2025-03-04T00:24:29.663Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2908 | 2025-03-04T00:24:29.817Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2909 | 2025-03-04T00:24:29.842Z | Compiling libsw-core v0.3.1 |
| 2910 | 2025-03-04T00:24:29.845Z | Compiling blake3 v1.5.4 |
| 2911 | 2025-03-04T00:24:30.194Z | Compiling half v2.4.1 |
| 2912 | 2025-03-04T00:24:30.481Z | Compiling unicase v2.7.0 |
| 2913 | 2025-03-04T00:24:30.571Z | Compiling ciborium-io v0.2.2 |
| 2914 | 2025-03-04T00:24:30.716Z | Compiling arc-swap v1.7.1 |
| 2915 | 2025-03-04T00:24:30.739Z | Compiling fixedbitset v0.5.7 |
| 2916 | 2025-03-04T00:24:30.809Z | Compiling ciborium-ll v0.2.2 |
| 2917 | 2025-03-04T00:24:31.244Z | Compiling slog-scope v4.4.0 |
| 2918 | 2025-03-04T00:24:31.363Z | Compiling petgraph v0.7.1 |
| 2919 | 2025-03-04T00:24:31.423Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2920 | 2025-03-04T00:24:31.722Z | Compiling libsw v3.4.0 |
| 2921 | 2025-03-04T00:24:31.829Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2922 | 2025-03-04T00:24:32.474Z | Compiling thiserror-no-std v2.0.2 |
| 2923 | 2025-03-04T00:24:32.743Z | Compiling polyval v0.6.2 |
| 2924 | 2025-03-04T00:24:32.816Z | Compiling atomicwrites v0.4.4 |
| 2925 | 2025-03-04T00:24:33.002Z | Compiling progenitor v0.8.0 |
| 2926 | 2025-03-04T00:24:33.169Z | Compiling memmap2 v0.9.5 |
| 2927 | 2025-03-04T00:24:33.224Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2928 | 2025-03-04T00:24:33.260Z | Compiling arrayref v0.3.9 |
| 2929 | 2025-03-04T00:24:33.387Z | Compiling constant_time_eq v0.3.1 |
| 2930 | 2025-03-04T00:24:33.588Z | Compiling salty v0.3.0 |
| 2931 | 2025-03-04T00:24:33.610Z | Compiling arrayvec v0.7.6 |
| 2932 | 2025-03-04T00:24:33.614Z | Compiling parking_lot_core v0.8.6 |
| 2933 | 2025-03-04T00:24:34.036Z | Compiling indent_write v2.2.0 |
| 2934 | 2025-03-04T00:24:34.059Z | Compiling linear-map v1.2.0 |
| 2935 | 2025-03-04T00:24:34.059Z | Compiling libefi-sys v0.1.0 |
| 2936 | 2025-03-04T00:24:34.283Z | Compiling ghash v0.5.1 |
| 2937 | 2025-03-04T00:24:34.495Z | Compiling vsss-rs v3.3.4 |
| 2938 | 2025-03-04T00:24:34.552Z | Compiling slog-stdlog v4.1.1 |
| 2939 | 2025-03-04T00:24:34.574Z | Compiling ciborium v0.2.2 |
| 2940 | 2025-03-04T00:24:34.953Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2941 | 2025-03-04T00:24:35.579Z | Compiling p384 v0.13.0 |
| 2942 | 2025-03-04T00:24:35.649Z | Compiling toolchain_find v0.4.0 |
| 2943 | 2025-03-04T00:24:35.888Z | Compiling chacha20poly1305 v0.10.1 |
| 2944 | 2025-03-04T00:24:35.936Z | Compiling ctr v0.9.2 |
| 2945 | 2025-03-04T00:24:36.169Z | Compiling lzma-sys v0.1.20 |
| 2946 | 2025-03-04T00:24:36.268Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2947 | 2025-03-04T00:24:36.334Z | Compiling bitfield-struct v0.6.2 |
| 2948 | 2025-03-04T00:24:36.423Z | Compiling progenitor v0.9.1 |
| 2949 | 2025-03-04T00:24:36.678Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2950 | 2025-03-04T00:24:36.721Z | Compiling slog-dtrace v0.3.0 |
| 2951 | 2025-03-04T00:24:36.898Z | Compiling highway v1.3.0 |
| 2952 | 2025-03-04T00:24:37.089Z | Compiling topological-sort v0.2.2 |
| 2953 | 2025-03-04T00:24:37.346Z | Compiling omicron-zone-package v0.12.0 |
| 2954 | 2025-03-04T00:24:37.392Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2955 | 2025-03-04T00:24:37.675Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2956 | 2025-03-04T00:24:37.675Z | Compiling aes-gcm v0.10.3 |
| 2957 | 2025-03-04T00:24:38.029Z | Compiling rustfmt-wrapper v0.2.1 |
| 2958 | 2025-03-04T00:24:38.421Z | Compiling mime_guess v2.0.5 |
| 2959 | 2025-03-04T00:24:38.640Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2960 | 2025-03-04T00:24:38.661Z | Compiling slog-envlogger v2.2.0 |
| 2961 | 2025-03-04T00:24:38.699Z | Compiling steno v0.4.1 |
| 2962 | 2025-03-04T00:24:40.462Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2963 | 2025-03-04T00:24:40.620Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2964 | 2025-03-04T00:24:40.707Z | Compiling heck v0.3.3 |
| 2965 | 2025-03-04T00:24:41.101Z | Compiling ssh-encoding v0.2.0 |
| 2966 | 2025-03-04T00:24:41.253Z | Compiling blowfish v0.9.1 |
| 2967 | 2025-03-04T00:24:41.556Z | Compiling nibble_vec v0.1.0 |
| 2968 | 2025-03-04T00:24:41.608Z | Compiling env_filter v0.1.2 |
| 2969 | 2025-03-04T00:24:41.756Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2970 | 2025-03-04T00:24:41.813Z | Compiling humantime v2.1.0 |
| 2971 | 2025-03-04T00:24:42.119Z | Compiling endian-type v0.1.2 |
| 2972 | 2025-03-04T00:24:42.235Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2973 | 2025-03-04T00:24:42.291Z | Compiling env_logger v0.11.5 |
| 2974 | 2025-03-04T00:24:42.339Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2975 | 2025-03-04T00:24:42.362Z | Compiling radix_trie v0.2.1 |
| 2976 | 2025-03-04T00:24:42.381Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2977 | 2025-03-04T00:24:42.958Z | Compiling ssh-cipher v0.2.0 |
| 2978 | 2025-03-04T00:24:42.979Z | Compiling zone_cfg_derive v0.1.2 |
| 2979 | 2025-03-04T00:24:43.088Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2980 | 2025-03-04T00:24:43.220Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2981 | 2025-03-04T00:24:43.479Z | Compiling parking_lot v0.11.2 |
| 2982 | 2025-03-04T00:24:43.699Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2983 | 2025-03-04T00:24:44.305Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2984 | 2025-03-04T00:24:44.326Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2985 | 2025-03-04T00:24:44.330Z | Compiling password-hash v0.4.2 |
| 2986 | 2025-03-04T00:24:44.369Z | Compiling gethostname v0.5.0 |
| 2987 | 2025-03-04T00:24:44.600Z | Compiling fxhash v0.2.1 |
| 2988 | 2025-03-04T00:24:44.793Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2989 | 2025-03-04T00:24:44.828Z | Compiling base64 v0.13.1 |
| 2990 | 2025-03-04T00:24:44.852Z | Compiling http-range v0.1.5 |
| 2991 | 2025-03-04T00:24:44.877Z | Compiling sled v0.34.7 |
| 2992 | 2025-03-04T00:24:44.979Z | Compiling pbkdf2 v0.11.0 |
| 2993 | 2025-03-04T00:24:45.199Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2994 | 2025-03-04T00:24:45.223Z | Compiling zone v0.1.8 |
| 2995 | 2025-03-04T00:24:45.273Z | Compiling ron v0.7.1 |
| 2996 | 2025-03-04T00:24:45.400Z | Compiling xz2 v0.1.7 |
| 2997 | 2025-03-04T00:24:45.871Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2998 | 2025-03-04T00:24:45.920Z | Compiling ssh-key v0.6.6 |
| 2999 | 2025-03-04T00:24:46.501Z | Compiling hickory-client v0.24.4 |
| 3000 | 2025-03-04T00:24:46.884Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3001 | 2025-03-04T00:24:46.962Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 3002 | 2025-03-04T00:24:47.459Z | Compiling p521 v0.13.3 |
| 3003 | 2025-03-04T00:24:47.899Z | Compiling p256 v0.13.2 |
| 3004 | 2025-03-04T00:24:48.514Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3005 | 2025-03-04T00:24:48.762Z | Compiling hickory-server v0.24.4 |
| 3006 | 2025-03-04T00:24:49.545Z | Compiling pem v3.0.5 |
| 3007 | 2025-03-04T00:24:49.908Z | Compiling yasna v0.5.2 |
| 3008 | 2025-03-04T00:24:50.048Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3009 | 2025-03-04T00:24:50.302Z | Compiling headers-core v0.3.0 |
| 3010 | 2025-03-04T00:24:50.648Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3011 | 2025-03-04T00:24:51.490Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3012 | 2025-03-04T00:24:53.048Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3013 | 2025-03-04T00:24:53.641Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3014 | 2025-03-04T00:24:54.190Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3015 | 2025-03-04T00:24:54.558Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3016 | 2025-03-04T00:24:55.239Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3017 | 2025-03-04T00:24:55.268Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3018 | 2025-03-04T00:24:55.615Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3019 | 2025-03-04T00:24:55.979Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3020 | 2025-03-04T00:24:57.730Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3021 | 2025-03-04T00:24:57.763Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3022 | 2025-03-04T00:24:57.918Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3023 | 2025-03-04T00:24:58.076Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3024 | 2025-03-04T00:24:58.786Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2025-03-04T00:24:58.821Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3026 | 2025-03-04T00:24:58.877Z | Compiling kstat-rs v0.2.4 |
| 3027 | 2025-03-04T00:24:59.311Z | Compiling nanorand v0.7.0 |
| 3028 | 2025-03-04T00:24:59.461Z | Compiling russh-cryptovec v0.7.3 |
| 3029 | 2025-03-04T00:24:59.576Z | Compiling atty v0.2.14 |
| 3030 | 2025-03-04T00:24:59.798Z | Compiling md5 v0.7.0 |
| 3031 | 2025-03-04T00:24:59.803Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3032 | 2025-03-04T00:24:59.864Z | Compiling flume v0.11.1 |
| 3033 | 2025-03-04T00:25:00.375Z | Compiling russh-keys v0.45.0 |
| 3034 | 2025-03-04T00:25:00.553Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3035 | 2025-03-04T00:25:01.404Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3036 | 2025-03-04T00:25:04.024Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3037 | 2025-03-04T00:25:04.097Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3038 | 2025-03-04T00:25:04.500Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3039 | 2025-03-04T00:25:05.164Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3040 | 2025-03-04T00:25:05.483Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3041 | 2025-03-04T00:25:08.400Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3042 | 2025-03-04T00:25:09.376Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3043 | 2025-03-04T00:25:10.160Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3044 | 2025-03-04T00:25:12.140Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3045 | 2025-03-04T00:25:12.465Z | Compiling rcgen v0.12.1 |
| 3046 | 2025-03-04T00:25:14.678Z | Compiling headers v0.4.0 |
| 3047 | 2025-03-04T00:25:14.741Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3048 | 2025-03-04T00:25:16.483Z | Compiling hyper-staticfile v0.10.1 |
| 3049 | 2025-03-04T00:25:16.839Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3050 | 2025-03-04T00:25:17.502Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3051 | 2025-03-04T00:25:17.568Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3052 | 2025-03-04T00:25:17.900Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3053 | 2025-03-04T00:25:18.320Z | Compiling num-bigint v0.4.6 |
| 3054 | 2025-03-04T00:25:18.392Z | Compiling des v0.8.1 |
| 3055 | 2025-03-04T00:25:18.413Z | Compiling subprocess v0.2.9 |
| 3056 | 2025-03-04T00:25:18.720Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3057 | 2025-03-04T00:25:18.757Z | Compiling hex-literal v0.4.1 |
| 3058 | 2025-03-04T00:25:18.879Z | Compiling display-error-chain v0.2.2 |
| 3059 | 2025-03-04T00:25:18.955Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3060 | 2025-03-04T00:25:19.101Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3061 | 2025-03-04T00:25:19.127Z | Compiling internet-checksum v0.2.1 |
| 3062 | 2025-03-04T00:25:19.362Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3063 | 2025-03-04T00:25:19.560Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3064 | 2025-03-04T00:25:19.632Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3065 | 2025-03-04T00:25:22.481Z | Compiling russh v0.45.0 |
| 3066 | 2025-03-04T00:25:28.604Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3067 | 2025-03-04T00:25:30.363Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3068 | 2025-03-04T00:25:57.072Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3069 | 2025-03-04T00:26:19.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 3070 | 2025-03-04T00:26:20.111Z | |
| 3071 | 2025-03-04T00:26:20.114Z | real 2:29.930694377 |
| 3072 | 2025-03-04T00:26:20.114Z | user 13:14.281099150 |
| 3073 | 2025-03-04T00:26:20.114Z | sys 1:42.410149081 |
| 3074 | 2025-03-04T00:26:20.114Z | trap 0.413851899 |
| 3075 | 2025-03-04T00:26:20.114Z | tflt 0.226003675 |
| 3076 | 2025-03-04T00:26:20.115Z | dflt 0.629716691 |
| 3077 | 2025-03-04T00:26:20.115Z | kflt 0.000654202 |
| 3078 | 2025-03-04T00:26:20.115Z | lock 24:52.717238660 |
| 3079 | 2025-03-04T00:26:20.115Z | slp 47:21.276847695 |
| 3080 | 2025-03-04T00:26:20.115Z | lat 38.978957994 |
| 3081 | 2025-03-04T00:26:20.115Z | stop 1:45.302058450 |
| 3082 | 2025-03-04T00:26:20.115Z | + mkdir tests |
| 3083 | 2025-03-04T00:26:20.118Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3084 | 2025-03-04T00:26:20.118Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3085 | 2025-03-04T00:26:20.158Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a9161a45be813f2f tests/ |
| 3086 | 2025-03-04T00:26:20.180Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a8b7ca9b72fc22d6 tests/ |
| 3087 | 2025-03-04T00:26:20.202Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7651b3040c18dfe tests/ |
| 3088 | 2025-03-04T00:26:20.224Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76cb50d9a2fc20b1 tests/ |
| 3089 | 2025-03-04T00:26:20.442Z | + 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/*) |
| 3090 | 2025-03-04T00:26:20.445Z | + 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-a8b7ca9b72fc22d6 tests/commtest-d7651b3040c18dfe tests/dhcp_server-a9161a45be813f2f tests/end_to_end_tests-76cb50d9a2fc20b1 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 |
| 3091 | 2025-03-04T00:27:37.305Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3092 | 2025-03-04T00:27:37.305Z | a .github/buildomat/ci-env.sh 1K |
| 3093 | 2025-03-04T00:27:37.305Z | a out/target/test 1K |
| 3094 | 2025-03-04T00:27:37.306Z | a out/npuzone/npuzone 23144K |
| 3095 | 2025-03-04T00:27:37.306Z | a package-manifest.toml 33K |
| 3096 | 2025-03-04T00:27:37.306Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3097 | 2025-03-04T00:27:37.306Z | a target/release/omicron-package 38789K |
| 3098 | 2025-03-04T00:27:37.306Z | a target/release/xtask 10838K |
| 3099 | 2025-03-04T00:27:37.306Z | a target/debug/bootstrap 215240K |
| 3100 | 2025-03-04T00:27:37.306Z | a tests/bootstrap-a8b7ca9b72fc22d6 24083K |
| 3101 | 2025-03-04T00:27:37.306Z | a tests/commtest-d7651b3040c18dfe 24909K |
| 3102 | 2025-03-04T00:27:37.306Z | a tests/dhcp_server-a9161a45be813f2f 24083K |
| 3103 | 2025-03-04T00:27:37.307Z | a tests/end_to_end_tests-76cb50d9a2fc20b1 274494K |
| 3104 | 2025-03-04T00:27:37.307Z | a out/clickhouse.tar.gz 305521K |
| 3105 | 2025-03-04T00:27:37.307Z | a out/clickhouse_keeper.tar.gz 291415K |
| 3106 | 2025-03-04T00:27:37.307Z | a out/clickhouse_server.tar.gz 305529K |
| 3107 | 2025-03-04T00:27:37.307Z | a out/cockroachdb.tar.gz 143752K |
| 3108 | 2025-03-04T00:27:37.307Z | a out/crucible-dtrace.tar 98K |
| 3109 | 2025-03-04T00:27:37.307Z | a out/crucible-pantry-zone.tar.gz 32452K |
| 3110 | 2025-03-04T00:27:37.307Z | a out/crucible-zone.tar.gz 40834K |
| 3111 | 2025-03-04T00:27:37.307Z | a out/external-dns.tar.gz 44255K |
| 3112 | 2025-03-04T00:27:37.307Z | a out/internal-dns.tar.gz 44255K |
| 3113 | 2025-03-04T00:27:37.307Z | a out/mg-ddm-gz.tar 63075K |
| 3114 | 2025-03-04T00:27:37.307Z | a out/nexus.tar.gz 110700K |
| 3115 | 2025-03-04T00:27:37.308Z | a out/ntp.tar.gz 14404K |
| 3116 | 2025-03-04T00:27:37.308Z | a out/omicron-gateway-softnpu.tar.gz 24999K |
| 3117 | 2025-03-04T00:27:37.308Z | a out/omicron-sled-agent.tar 123628K |
| 3118 | 2025-03-04T00:27:37.308Z | a out/overlay.tar.gz 3K |
| 3119 | 2025-03-04T00:27:37.308Z | a out/oximeter.tar.gz 55126K |
| 3120 | 2025-03-04T00:27:37.308Z | a out/oxlog.tar 3144K |
| 3121 | 2025-03-04T00:27:37.308Z | a out/probe.tar.gz 2764K |
| 3122 | 2025-03-04T00:27:37.308Z | a out/propolis-server.tar.gz 66425K |
| 3123 | 2025-03-04T00:27:37.308Z | a out/pumpkind-gz.tar 26665K |
| 3124 | 2025-03-04T00:27:37.308Z | a out/switch-softnpu.tar.gz 265024K |
| 3125 | 2025-03-04T00:27:37.314Z | |
| 3126 | 2025-03-04T00:27:37.314Z | real 1:16.850081317 |
| 3127 | 2025-03-04T00:27:37.315Z | user 1:13.115905842 |
| 3128 | 2025-03-04T00:27:37.315Z | sys 5.334269082 |
| 3129 | 2025-03-04T00:27:37.315Z | trap 0.020680839 |
| 3130 | 2025-03-04T00:27:37.315Z | tflt 0.000000000 |
| 3131 | 2025-03-04T00:27:37.315Z | dflt 0.000000000 |
| 3132 | 2025-03-04T00:27:37.316Z | kflt 0.000000000 |
| 3133 | 2025-03-04T00:27:37.316Z | lock 0.000000000 |
| 3134 | 2025-03-04T00:27:37.316Z | slp 1:12.980245331 |
| 3135 | 2025-03-04T00:27:37.317Z | lat 2.243810399 |
| 3136 | 2025-03-04T00:27:37.317Z | stop 0.000220203 |
| 3137 | 2025-03-04T00:27:37.317Z | process exited: duration 2147254 ms, exit code 0 |
| |
| 3138 | 2025-03-04T00:27:37.357Z | found 1 output files |
| 3139 | 2025-03-04T00:27:37.357Z | uploading: /work/package.tar.gz (2024001116 bytes) |
| 3140 | 2025-03-04T00:28:15.447Z | uploaded: /work/package.tar.gz |