|
|
|
| 1 | 2025-03-03T21:45:49.136Z | job assigned to worker 01JNEZGFQ93TJENXFFJ4PE7V1Y [factory aws, i-0c82d8fc5d6d5e3b1] (queued for 51 s) |
| |
| 2 | 2025-03-03T21:45:57.926Z | starting task 0: "setup" |
| 3 | 2025-03-03T21:45:57.933Z | ++ uname -s |
| 4 | 2025-03-03T21:45:57.936Z | + kern=SunOS |
| 5 | 2025-03-03T21:45:57.936Z | + build_user=build |
| 6 | 2025-03-03T21:45:57.936Z | + build_uid=12345 |
| 7 | 2025-03-03T21:45:57.937Z | + work_dir=/work |
| 8 | 2025-03-03T21:45:57.937Z | + input_dir=/input |
| 9 | 2025-03-03T21:45:57.937Z | + [[ 0 == 12345 ]] |
| 10 | 2025-03-03T21:45:57.937Z | + case "$kern" in |
| 11 | 2025-03-03T21:45:57.937Z | + groupadd -g 12345 build |
| 12 | 2025-03-03T21:45:57.940Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-03-03T21:45:59.946Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-03-03T21:46:00.074Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-03-03T21:46:00.077Z | + home_fs=zfs |
| 16 | 2025-03-03T21:46:00.077Z | + [[ zfs == autofs ]] |
| 17 | 2025-03-03T21:46:00.077Z | + mkdir -p /home/build |
| 18 | 2025-03-03T21:46:00.080Z | + chown build:build /home/build /work |
| 19 | 2025-03-03T21:46:02.081Z | + chmod 0700 /home/build /work |
| 20 | 2025-03-03T21:46:02.084Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2025-03-03T21:46:02.091Z | starting task 1: "rust-toolchain" |
| 22 | 2025-03-03T21:46:02.096Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-03-03T21:46:02.096Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-03-03T21:46:02.096Z | * rust toolchain channel = "1.85.0" |
| 25 | 2025-03-03T21:46:02.096Z | * rust toolchain profile = "default" |
| 26 | 2025-03-03T21:46:02.096Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-03-03T21:46:02.096Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-03-03T21:46:02.099Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-03-03T21:46:02.099Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-03-03T21:46:02.221Z | info: downloading installer |
| 31 | 2025-03-03T21:46:03.578Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-03-03T21:46:03.578Z | warn: /opt/ooce/bin |
| 33 | 2025-03-03T21:46:03.578Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-03-03T21:46:03.579Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-03-03T21:46:03.579Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-03-03T21:46:03.579Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-03-03T21:46:03.580Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-03-03T21:46:03.580Z | error: cannot install while Rust is installed |
| 39 | 2025-03-03T21:46:03.580Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-03-03T21:46:03.591Z | info: profile set to 'default' |
| 41 | 2025-03-03T21:46:03.591Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-03-03T21:46:03.594Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-03-03T21:46:03.776Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-03-03T21:46:03.776Z | info: downloading component 'cargo' |
| 45 | 2025-03-03T21:46:04.685Z | info: downloading component 'clippy' |
| 46 | 2025-03-03T21:46:05.054Z | info: downloading component 'rust-docs' |
| 47 | 2025-03-03T21:46:06.151Z | info: downloading component 'rust-std' |
| 48 | 2025-03-03T21:46:08.142Z | info: downloading component 'rustc' |
| 49 | 2025-03-03T21:46:13.846Z | info: downloading component 'rustfmt' |
| 50 | 2025-03-03T21:46:14.128Z | info: installing component 'cargo' |
| 51 | 2025-03-03T21:46:14.979Z | info: installing component 'clippy' |
| 52 | 2025-03-03T21:46:15.378Z | info: installing component 'rust-docs' |
| 53 | 2025-03-03T21:46:17.167Z | info: installing component 'rust-std' |
| 54 | 2025-03-03T21:46:19.040Z | info: installing component 'rustc' |
| 55 | 2025-03-03T21:46:25.082Z | info: installing component 'rustfmt' |
| 56 | 2025-03-03T21:46:25.420Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-03-03T21:46:25.420Z | |
| 58 | 2025-03-03T21:46:25.792Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-03-03T21:46:25.792Z | |
| 60 | 2025-03-03T21:46:25.795Z | |
| 61 | 2025-03-03T21:46:25.795Z | Rust is installed now. Great! |
| 62 | 2025-03-03T21:46:25.795Z | |
| 63 | 2025-03-03T21:46:25.795Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-03-03T21:46:25.796Z | environment variable. This has not been done automatically. |
| 65 | 2025-03-03T21:46:25.796Z | |
| 66 | 2025-03-03T21:46:25.796Z | To configure your current shell, you need to source |
| 67 | 2025-03-03T21:46:25.796Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-03-03T21:46:25.796Z | |
| 69 | 2025-03-03T21:46:25.796Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-03-03T21:46:25.796Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-03-03T21:46:25.796Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-03-03T21:46:25.796Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-03-03T21:46:25.870Z | + rustup --version |
| 74 | 2025-03-03T21:46:25.881Z | rustup 1.28.0 (6e19fbec7 2025-03-02) |
| 75 | 2025-03-03T21:46:25.882Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-03-03T21:46:25.912Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-03-03T21:46:25.915Z | + cargo --version |
| 78 | 2025-03-03T21:46:25.935Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-03-03T21:46:25.938Z | + rustc --version |
| 80 | 2025-03-03T21:46:25.965Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-03-03T21:46:25.969Z | process exited: duration 23875 ms, exit code 0 |
| |
| 82 | 2025-03-03T21:46:25.976Z | starting task 2: "authentication" |
| 83 | 2025-03-03T21:46:25.999Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-03-03T21:46:26.005Z | starting task 3: "clone repository" |
| 85 | 2025-03-03T21:46:26.010Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-03-03T21:46:26.013Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-03-03T21:46:26.049Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-03-03T21:46:34.287Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-03-03T21:46:34.287Z | + git fetch origin 309d8d13afd4430d9616adb336135394d98bf705 |
| 90 | 2025-03-03T21:46:34.542Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-03-03T21:46:34.542Z | * branch 309d8d13afd4430d9616adb336135394d98bf705 -> FETCH_HEAD |
| 92 | 2025-03-03T21:46:34.551Z | + [[ -n spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently ]] |
| 93 | 2025-03-03T21:46:34.555Z | ++ git branch --show-current |
| 94 | 2025-03-03T21:46:34.555Z | + current=main |
| 95 | 2025-03-03T21:46:34.555Z | + [[ main != spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently ]] |
| 96 | 2025-03-03T21:46:34.555Z | + git branch -f spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently 309d8d13afd4430d9616adb336135394d98bf705 |
| 97 | 2025-03-03T21:46:34.559Z | + git checkout -f spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently |
| 98 | 2025-03-03T21:46:34.602Z | Switched to branch 'spr/papertigers/nexus-the-support-bundle-task-should-execute-diag-commands-concurrently' |
| 99 | 2025-03-03T21:46:34.606Z | + git reset --hard 309d8d13afd4430d9616adb336135394d98bf705 |
| 100 | 2025-03-03T21:46:34.650Z | HEAD is now at 309d8d13a rustup 1.28.0 fallout |
| 101 | 2025-03-03T21:46:34.653Z | process exited: duration 8644 ms, exit code 0 |
| |
| 102 | 2025-03-03T21:46:34.659Z | starting task 4: "build" |
| 103 | 2025-03-03T21:46:34.665Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-03-03T21:46:34.665Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-03-03T21:46:34.665Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-03-03T21:46:34.668Z | + cargo --version |
| 107 | 2025-03-03T21:46:34.679Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 108 | 2025-03-03T21:46:34.682Z | + rustc --version |
| 109 | 2025-03-03T21:46:34.707Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 110 | 2025-03-03T21:46:34.711Z | + WORK=/work |
| 111 | 2025-03-03T21:46:34.711Z | + pfexec mkdir -p /work |
| 112 | 2025-03-03T21:46:34.715Z | + pfexec chown build /work |
| 113 | 2025-03-03T21:46:34.718Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-03-03T21:46:36.290Z | pkg list: illegal option -- F |
| 115 | 2025-03-03T21:46:36.290Z | Usage: |
| 116 | 2025-03-03T21:46:36.290Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 117 | 2025-03-03T21:46:36.290Z | [pkg_fmri_pattern ...] |
| 118 | 2025-03-03T21:46:37.160Z | pkg list: illegal option -- F |
| 119 | 2025-03-03T21:46:37.160Z | Usage: |
| 120 | 2025-03-03T21:46:37.160Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 121 | 2025-03-03T21:46:37.160Z | [pkg_fmri_pattern ...] |
| 122 | 2025-03-03T21:46:44.238Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2025-03-03T21:46:48.563Z | Startup: Caching catalogs ... Done |
| 124 | 2025-03-03T21:47:02.132Z | Planning: Solver setup ... Done (12.644s) |
| 125 | 2025-03-03T21:47:02.289Z | Planning: Running solver ... Done (0.158s) |
| 126 | 2025-03-03T21:47:02.412Z | Planning: Finding local manifests ... Done (0.008s) |
| 127 | 2025-03-03T21:47:02.438Z | Planning: Fetching manifests: 0/7 0% complete |
| 128 | 2025-03-03T21:47:03.903Z | Planning: Fetching manifests: 7/7 100% complete |
| 129 | 2025-03-03T21:47:04.012Z | Planning: Package planning ... Done (0.109s) |
| 130 | 2025-03-03T21:47:04.070Z | Planning: Merging actions ... Done (0.058s) |
| 131 | 2025-03-03T21:47:04.267Z | Planning: Checking for conflicting actions ... Done (0.196s) |
| 132 | 2025-03-03T21:47:06.203Z | Planning: Consolidating action changes ... Done (1.936s) |
| 133 | 2025-03-03T21:47:06.623Z | Planning: Evaluating mediators ... Done (0.419s) |
| 134 | 2025-03-03T21:47:06.704Z | Planning: Planning completed in 18.05 seconds |
| 135 | 2025-03-03T21:47:06.767Z | Packages to install: 4 |
| 136 | 2025-03-03T21:47:06.767Z | Packages to update: 3 |
| 137 | 2025-03-03T21:47:06.767Z | Mediators to change: 2 |
| 138 | 2025-03-03T21:47:06.768Z | Services to change: 1 |
| 139 | 2025-03-03T21:47:06.768Z | Estimated space available: 155.60 GB |
| 140 | 2025-03-03T21:47:06.772Z | Estimated space to be consumed: 1.66 GB |
| 141 | 2025-03-03T21:47:06.772Z | Create boot environment: No |
| 142 | 2025-03-03T21:47:06.772Z | Create backup boot environment: Yes |
| 143 | 2025-03-03T21:47:06.772Z | Rebuild boot archive: No |
| 144 | 2025-03-03T21:47:06.772Z | |
| 145 | 2025-03-03T21:47:06.772Z | Changed mediators: |
| 146 | 2025-03-03T21:47:06.773Z | mediator clang: |
| 147 | 2025-03-03T21:47:06.773Z | version: None -> 15 (system default) |
| 148 | 2025-03-03T21:47:06.773Z | |
| 149 | 2025-03-03T21:47:06.773Z | mediator llvm: |
| 150 | 2025-03-03T21:47:06.773Z | version: 14 (system default) -> 15 (system default) |
| 151 | 2025-03-03T21:47:06.773Z | |
| 152 | 2025-03-03T21:47:06.773Z | Changed packages: |
| 153 | 2025-03-03T21:47:06.773Z | helios-dev |
| 154 | 2025-03-03T21:47:06.773Z | developer/build-essential |
| 155 | 2025-03-03T21:47:06.773Z | None -> 11-2.0 |
| 156 | 2025-03-03T21:47:06.773Z | library/libxmlsec1 |
| 157 | 2025-03-03T21:47:06.773Z | None -> 1.2.35-2.0 |
| 158 | 2025-03-03T21:47:06.773Z | ooce/developer/clang-15 |
| 159 | 2025-03-03T21:47:06.773Z | None -> 15.0.7-2.0 |
| 160 | 2025-03-03T21:47:06.773Z | ooce/developer/llvm-15 |
| 161 | 2025-03-03T21:47:06.773Z | None -> 15.0.7-2.0 |
| 162 | 2025-03-03T21:47:06.773Z | package/pkg |
| 163 | 2025-03-03T21:47:06.773Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 164 | 2025-03-03T21:47:06.773Z | system/library/g++-runtime |
| 165 | 2025-03-03T21:47:06.773Z | 13-2.0 -> 14-2.0 |
| 166 | 2025-03-03T21:47:06.773Z | system/library/gcc-runtime |
| 167 | 2025-03-03T21:47:06.773Z | 13-2.0 -> 14-2.0 |
| 168 | 2025-03-03T21:47:06.773Z | |
| 169 | 2025-03-03T21:47:06.773Z | Services: |
| 170 | 2025-03-03T21:47:06.773Z | restart_fmri: |
| 171 | 2025-03-03T21:47:06.773Z | svc:/system/update-man-index:default |
| 172 | 2025-03-03T21:47:06.773Z | |
| 173 | 2025-03-03T21:47:06.773Z | Editable files to change: |
| 174 | 2025-03-03T21:47:06.773Z | Update: |
| 175 | 2025-03-03T21:47:06.773Z | usr/share/lib/pkg/web/config.shtml |
| 176 | 2025-03-03T21:47:06.848Z | |
| 177 | 2025-03-03T21:47:06.848Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 178 | 2025-03-03T21:47:11.851Z | Download: 1109/4301 items 19.8/225.4MB 8% complete (4.0M/s) |
| 179 | 2025-03-03T21:47:16.852Z | Download: 1940/4301 items 118.7/225.4MB 52% complete (12.0M/s) |
| 180 | 2025-03-03T21:47:21.853Z | Download: 2712/4301 items 120.8/225.4MB 53% complete (10.1M/s) |
| 181 | 2025-03-03T21:47:26.897Z | Download: 3243/4301 items 180.5/225.4MB 80% complete (6.1M/s) |
| 182 | 2025-03-03T21:47:31.915Z | Download: 3481/4301 items 213.5/225.4MB 94% complete (9.3M/s) |
| 183 | 2025-03-03T21:47:37.265Z | Download: 4282/4301 items 221.6/225.4MB 98% complete (4.1M/s) |
| 184 | 2025-03-03T21:47:38.572Z | Download: Completed 225.42 MB in 31.72 seconds (7.1M/s) |
| 185 | 2025-03-03T21:47:40.650Z | Actions: 1/5122 actions (Removing old actions) |
| 186 | 2025-03-03T21:47:40.669Z | Actions: 194/5122 actions (Installing new actions) |
| 187 | 2025-03-03T21:47:45.345Z | Actions: 4267/5122 actions (Updating modified actions) |
| 188 | 2025-03-03T21:47:45.690Z | Actions: Completed 5122 actions in 5.04 seconds. |
| 189 | 2025-03-03T21:47:46.111Z | Done (0.413s) |
| 190 | 2025-03-03T21:47:46.114Z | Done (0.001s) |
| 191 | 2025-03-03T21:47:46.733Z | Done (0.619s) |
| 192 | 2025-03-03T21:47:51.061Z | Done (4.087s) |
| 193 | 2025-03-03T21:47:51.142Z | Done (0.018s) |
| 194 | 2025-03-03T21:47:51.147Z | Done (0.000s) |
| 195 | 2025-03-03T21:47:51.319Z | Done (0.000s) |
| 196 | 2025-03-03T21:47:52.041Z | Planning: Evaluating mediator changes ... Done |
| 197 | 2025-03-03T21:47:52.209Z | Planning: Checking for conflicting actions ... Done |
| 198 | 2025-03-03T21:47:52.225Z | Planning: Consolidating action changes ... Done |
| 199 | 2025-03-03T21:47:52.477Z | Planning: Evaluating mediators ... Done |
| 200 | 2025-03-03T21:47:52.483Z | Planning: Planning completed in 0.43 seconds |
| 201 | 2025-03-03T21:47:52.516Z | Mediators to change: 2 |
| 202 | 2025-03-03T21:47:52.516Z | Create boot environment: No |
| 203 | 2025-03-03T21:47:52.519Z | Create backup boot environment: No |
| 204 | 2025-03-03T21:47:52.595Z | Done |
| 205 | 2025-03-03T21:47:52.595Z | Done |
| 206 | 2025-03-03T21:47:53.023Z | Done |
| 207 | 2025-03-03T21:47:56.757Z | Done |
| 208 | 2025-03-03T21:47:56.852Z | Done |
| 209 | 2025-03-03T21:47:56.852Z | Done |
| 210 | 2025-03-03T21:47:56.993Z | Done |
| 211 | 2025-03-03T21:47:57.615Z | Planning: Evaluating mediator changes ... Done |
| 212 | 2025-03-03T21:47:57.619Z | Planning: Merging actions ... Done |
| 213 | 2025-03-03T21:47:57.810Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2025-03-03T21:47:57.813Z | Planning: Consolidating action changes ... Done |
| 215 | 2025-03-03T21:47:58.080Z | Planning: Evaluating mediators ... Done |
| 216 | 2025-03-03T21:47:58.137Z | Planning: Planning completed in 0.77 seconds |
| 217 | 2025-03-03T21:47:58.179Z | Packages to change: 1 |
| 218 | 2025-03-03T21:47:58.179Z | Mediators to change: 1 |
| 219 | 2025-03-03T21:47:58.179Z | Services to change: 1 |
| 220 | 2025-03-03T21:47:58.179Z | Create boot environment: No |
| 221 | 2025-03-03T21:47:58.182Z | Create backup boot environment: Yes |
| 222 | 2025-03-03T21:48:00.409Z | Actions: 1/6 actions (Updating modified actions) |
| 223 | 2025-03-03T21:48:00.413Z | Actions: Completed 6 actions in 0.00 seconds. |
| 224 | 2025-03-03T21:48:00.413Z | Done |
| 225 | 2025-03-03T21:48:00.413Z | Done |
| 226 | 2025-03-03T21:48:00.534Z | Done |
| 227 | 2025-03-03T21:48:04.281Z | Done |
| 228 | 2025-03-03T21:48:04.375Z | Done |
| 229 | 2025-03-03T21:48:04.375Z | Done |
| 230 | 2025-03-03T21:48:04.519Z | Done |
| 231 | 2025-03-03T21:48:04.959Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 232 | 2025-03-03T21:48:04.959Z | clang system 15 system |
| 233 | 2025-03-03T21:48:04.959Z | csh system system illumos |
| 234 | 2025-03-03T21:48:04.959Z | ctags system system illumos |
| 235 | 2025-03-03T21:48:04.959Z | gcc vendor 12 vendor |
| 236 | 2025-03-03T21:48:04.959Z | gcc system 10 system |
| 237 | 2025-03-03T21:48:04.959Z | gcc system 7 system |
| 238 | 2025-03-03T21:48:04.959Z | go system 1.20 system |
| 239 | 2025-03-03T21:48:04.959Z | go system 1.19 system |
| 240 | 2025-03-03T21:48:04.959Z | llvm system 15 system |
| 241 | 2025-03-03T21:48:04.959Z | llvm system 14 system |
| 242 | 2025-03-03T21:48:04.960Z | mariadb system 10.6 system |
| 243 | 2025-03-03T21:48:04.960Z | mta vendor vendor dma |
| 244 | 2025-03-03T21:48:04.960Z | openjdk system 17 system |
| 245 | 2025-03-03T21:48:04.960Z | openjdk system 11 system |
| 246 | 2025-03-03T21:48:04.960Z | openjdk system 1.8 system |
| 247 | 2025-03-03T21:48:04.960Z | openssl vendor 3 vendor |
| 248 | 2025-03-03T21:48:04.960Z | perl system 5.36 system |
| 249 | 2025-03-03T21:48:04.960Z | postgresql system 15 system |
| 250 | 2025-03-03T21:48:04.960Z | postgresql system 13 system |
| 251 | 2025-03-03T21:48:04.960Z | python vendor 3 vendor |
| 252 | 2025-03-03T21:48:04.960Z | python system 2 system |
| 253 | 2025-03-03T21:48:04.960Z | python3 system 3.11 system |
| 254 | 2025-03-03T21:48:04.960Z | ruby system 3.0 system |
| 255 | 2025-03-03T21:48:04.960Z | words vendor vendor american-english |
| 256 | 2025-03-03T21:48:04.960Z | words system system australian-english |
| 257 | 2025-03-03T21:48:04.960Z | words system system british-english |
| 258 | 2025-03-03T21:48:04.960Z | words system system canadian-english |
| 259 | 2025-03-03T21:48:04.960Z | words system system french |
| 260 | 2025-03-03T21:48:04.960Z | words system system italian |
| 261 | 2025-03-03T21:48:04.960Z | words system system ngerman |
| 262 | 2025-03-03T21:48:04.960Z | words system system ogerman |
| 263 | 2025-03-03T21:48:04.960Z | words system system spanish |
| 264 | 2025-03-03T21:48:05.305Z | PUBLISHER TYPE STATUS P LOCATION |
| 265 | 2025-03-03T21:48:05.305Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 266 | 2025-03-03T21:48:08.336Z | FMRI IFO |
| 267 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 268 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 269 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 270 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 271 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 272 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 274 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 277 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 280 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2025-03-03T21:48:08.336Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2025-03-03T21:48:09.072Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2025-03-03T21:48:09.349Z | Updating crates.io index |
| 284 | 2025-03-03T21:48:09.352Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 285 | 2025-03-03T21:48:09.887Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2025-03-03T21:48:10.102Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 287 | 2025-03-03T21:48:10.323Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2025-03-03T21:48:10.581Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2025-03-03T21:48:11.497Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2025-03-03T21:48:13.328Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2025-03-03T21:48:13.968Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2025-03-03T21:48:14.757Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2025-03-03T21:48:15.003Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2025-03-03T21:48:15.297Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2025-03-03T21:48:15.872Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2025-03-03T21:48:16.378Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 297 | 2025-03-03T21:48:16.701Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 298 | 2025-03-03T21:48:17.187Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 299 | 2025-03-03T21:48:17.460Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 300 | 2025-03-03T21:48:17.703Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 301 | 2025-03-03T21:48:17.958Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 302 | 2025-03-03T21:48:18.248Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 303 | 2025-03-03T21:48:18.509Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 304 | 2025-03-03T21:48:18.834Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 305 | 2025-03-03T21:48:19.213Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 306 | 2025-03-03T21:48:19.567Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 307 | 2025-03-03T21:48:19.872Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 308 | 2025-03-03T21:48:20.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 309 | 2025-03-03T21:48:20.739Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 310 | 2025-03-03T21:48:21.023Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 311 | 2025-03-03T21:48:21.375Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 312 | 2025-03-03T21:48:21.764Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 313 | 2025-03-03T21:48:22.091Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 314 | 2025-03-03T21:48:22.357Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 315 | 2025-03-03T21:48:22.626Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 316 | 2025-03-03T21:48:23.810Z | Downloading crates ... |
| 317 | 2025-03-03T21:48:23.880Z | Downloaded winnow v0.7.3 |
| 318 | 2025-03-03T21:48:23.886Z | Downloaded bitflags v1.3.2 |
| 319 | 2025-03-03T21:48:23.889Z | Downloaded zerocopy v0.7.35 |
| 320 | 2025-03-03T21:48:23.903Z | Downloaded macaddr v1.0.1 |
| 321 | 2025-03-03T21:48:23.906Z | Downloaded zerocopy-derive v0.7.35 |
| 322 | 2025-03-03T21:48:23.909Z | Downloaded heck v0.4.1 |
| 323 | 2025-03-03T21:48:23.909Z | Downloaded fnv v1.0.7 |
| 324 | 2025-03-03T21:48:23.912Z | Downloaded fastrand v2.1.1 |
| 325 | 2025-03-03T21:48:23.912Z | Downloaded syn v1.0.109 |
| 326 | 2025-03-03T21:48:23.921Z | Downloaded clap v4.5.31 |
| 327 | 2025-03-03T21:48:23.928Z | Downloaded cargo_toml v0.21.0 |
| 328 | 2025-03-03T21:48:23.934Z | Downloaded dof v0.3.0 |
| 329 | 2025-03-03T21:48:23.934Z | Downloaded fs-err v2.11.0 |
| 330 | 2025-03-03T21:48:23.934Z | Downloaded dtrace-parser v0.2.0 |
| 331 | 2025-03-03T21:48:23.935Z | Downloaded clap_builder v4.5.31 |
| 332 | 2025-03-03T21:48:23.938Z | Downloaded hashbrown v0.15.1 |
| 333 | 2025-03-03T21:48:23.942Z | Downloaded papergrid v0.11.0 |
| 334 | 2025-03-03T21:48:23.946Z | Downloaded once_cell v1.20.3 |
| 335 | 2025-03-03T21:48:23.949Z | Downloaded pest v2.7.14 |
| 336 | 2025-03-03T21:48:23.955Z | Downloaded memmap v0.7.0 |
| 337 | 2025-03-03T21:48:23.958Z | Downloaded cargo-platform v0.1.8 |
| 338 | 2025-03-03T21:48:23.958Z | Downloaded bytecount v0.6.8 |
| 339 | 2025-03-03T21:48:23.961Z | Downloaded anstream v0.6.15 |
| 340 | 2025-03-03T21:48:23.962Z | Downloaded errno v0.3.9 |
| 341 | 2025-03-03T21:48:23.965Z | Downloaded itoa v1.0.11 |
| 342 | 2025-03-03T21:48:23.965Z | Downloaded cfg-if v1.0.0 |
| 343 | 2025-03-03T21:48:23.965Z | Downloaded camino v1.1.9 |
| 344 | 2025-03-03T21:48:23.968Z | Downloaded ryu v1.0.18 |
| 345 | 2025-03-03T21:48:23.971Z | Downloaded toml_datetime v0.6.8 |
| 346 | 2025-03-03T21:48:23.971Z | Downloaded typenum v1.17.0 |
| 347 | 2025-03-03T21:48:23.974Z | Downloaded log v0.4.22 |
| 348 | 2025-03-03T21:48:23.974Z | Downloaded bitflags v2.6.0 |
| 349 | 2025-03-03T21:48:23.977Z | Downloaded memchr v2.7.4 |
| 350 | 2025-03-03T21:48:24.020Z | Downloaded anstyle-query v1.1.1 |
| 351 | 2025-03-03T21:48:24.023Z | Downloaded block-buffer v0.10.4 |
| 352 | 2025-03-03T21:48:24.023Z | Downloaded autocfg v1.4.0 |
| 353 | 2025-03-03T21:48:24.023Z | Downloaded anstyle-parse v0.2.5 |
| 354 | 2025-03-03T21:48:24.028Z | Downloaded version_check v0.9.5 |
| 355 | 2025-03-03T21:48:24.028Z | Downloaded crypto-common v0.1.6 |
| 356 | 2025-03-03T21:48:24.028Z | Downloaded equivalent v1.0.1 |
| 357 | 2025-03-03T21:48:24.031Z | Downloaded cpufeatures v0.2.14 |
| 358 | 2025-03-03T21:48:24.031Z | Downloaded camino-tempfile v1.1.1 |
| 359 | 2025-03-03T21:48:24.031Z | Downloaded cargo_metadata v0.19.1 |
| 360 | 2025-03-03T21:48:24.034Z | Downloaded heck v0.5.0 |
| 361 | 2025-03-03T21:48:24.034Z | Downloaded is_terminal_polyfill v1.70.1 |
| 362 | 2025-03-03T21:48:24.035Z | Downloaded generic-array v0.14.7 |
| 363 | 2025-03-03T21:48:24.038Z | Downloaded clap_derive v4.5.28 |
| 364 | 2025-03-03T21:48:24.038Z | Downloaded serde_spanned v0.6.8 |
| 365 | 2025-03-03T21:48:24.041Z | Downloaded scroll v0.12.0 |
| 366 | 2025-03-03T21:48:24.041Z | Downloaded thiserror-impl v2.0.11 |
| 367 | 2025-03-03T21:48:24.041Z | Downloaded thread-id v4.2.2 |
| 368 | 2025-03-03T21:48:24.044Z | Downloaded quote v1.0.38 |
| 369 | 2025-03-03T21:48:24.044Z | Downloaded thiserror-impl v1.0.69 |
| 370 | 2025-03-03T21:48:24.047Z | Downloaded sha2 v0.10.8 |
| 371 | 2025-03-03T21:48:24.047Z | Downloaded utf8parse v0.2.2 |
| 372 | 2025-03-03T21:48:24.051Z | Downloaded strsim v0.11.1 |
| 373 | 2025-03-03T21:48:24.051Z | Downloaded semver v1.0.25 |
| 374 | 2025-03-03T21:48:24.054Z | Downloaded serde_derive v1.0.218 |
| 375 | 2025-03-03T21:48:24.054Z | Downloaded unicode-linebreak v0.1.5 |
| 376 | 2025-03-03T21:48:24.057Z | Downloaded io-lifetimes v1.0.11 |
| 377 | 2025-03-03T21:48:24.057Z | Downloaded thiserror v1.0.69 |
| 378 | 2025-03-03T21:48:24.060Z | Downloaded serde v1.0.218 |
| 379 | 2025-03-03T21:48:24.064Z | Downloaded textwrap v0.16.1 |
| 380 | 2025-03-03T21:48:24.066Z | Downloaded indexmap v2.7.1 |
| 381 | 2025-03-03T21:48:24.069Z | Downloaded scroll_derive v0.12.0 |
| 382 | 2025-03-03T21:48:24.072Z | Downloaded proc-macro-error-attr v1.0.4 |
| 383 | 2025-03-03T21:48:24.072Z | Downloaded proc-macro-error v1.0.4 |
| 384 | 2025-03-03T21:48:24.075Z | Downloaded anyhow v1.0.96 |
| 385 | 2025-03-03T21:48:24.078Z | Downloaded digest v0.10.7 |
| 386 | 2025-03-03T21:48:24.082Z | Downloaded colorchoice v1.0.2 |
| 387 | 2025-03-03T21:48:24.082Z | Downloaded byteorder v1.5.0 |
| 388 | 2025-03-03T21:48:24.082Z | Downloaded anstyle v1.0.10 |
| 389 | 2025-03-03T21:48:24.085Z | Downloaded rustix v0.38.37 |
| 390 | 2025-03-03T21:48:24.102Z | Downloaded clap_lex v0.7.4 |
| 391 | 2025-03-03T21:48:24.105Z | Downloaded goblin v0.8.2 |
| 392 | 2025-03-03T21:48:24.110Z | Downloaded serde_json v1.0.139 |
| 393 | 2025-03-03T21:48:24.123Z | Downloaded smawk v0.3.2 |
| 394 | 2025-03-03T21:48:24.126Z | Downloaded plain v0.2.3 |
| 395 | 2025-03-03T21:48:24.126Z | Downloaded pest_meta v2.7.14 |
| 396 | 2025-03-03T21:48:24.130Z | Downloaded thiserror v2.0.11 |
| 397 | 2025-03-03T21:48:24.133Z | Downloaded tempfile v3.13.0 |
| 398 | 2025-03-03T21:48:24.137Z | Downloaded pest_generator v2.7.14 |
| 399 | 2025-03-03T21:48:24.138Z | Downloaded pest_derive v2.7.14 |
| 400 | 2025-03-03T21:48:24.142Z | Downloaded rustix v0.37.28 |
| 401 | 2025-03-03T21:48:24.165Z | Downloaded unicode-width v0.1.14 |
| 402 | 2025-03-03T21:48:24.177Z | Downloaded usdt-macro v0.5.0 |
| 403 | 2025-03-03T21:48:24.182Z | Downloaded toml v0.8.20 |
| 404 | 2025-03-03T21:48:24.185Z | Downloaded terminal_size v0.4.0 |
| 405 | 2025-03-03T21:48:24.185Z | Downloaded terminal_size v0.2.6 |
| 406 | 2025-03-03T21:48:24.185Z | Downloaded tabled_derive v0.7.0 |
| 407 | 2025-03-03T21:48:24.185Z | Downloaded tabled v0.15.0 |
| 408 | 2025-03-03T21:48:24.197Z | Downloaded swrite v0.1.0 |
| 409 | 2025-03-03T21:48:24.200Z | Downloaded serde_tokenstream v0.2.2 |
| 410 | 2025-03-03T21:48:24.200Z | Downloaded proc-macro2 v1.0.93 |
| 411 | 2025-03-03T21:48:24.203Z | Downloaded syn v2.0.98 |
| 412 | 2025-03-03T21:48:24.211Z | Downloaded libc v0.2.170 |
| 413 | 2025-03-03T21:48:24.233Z | Downloaded pretty-hex v0.4.1 |
| 414 | 2025-03-03T21:48:24.237Z | Downloaded usdt-impl v0.5.0 |
| 415 | 2025-03-03T21:48:24.237Z | Downloaded usdt-attr-macro v0.5.0 |
| 416 | 2025-03-03T21:48:24.237Z | Downloaded usdt v0.5.0 |
| 417 | 2025-03-03T21:48:24.240Z | Downloaded unicode-ident v1.0.14 |
| 418 | 2025-03-03T21:48:24.240Z | Downloaded ucd-trie v0.1.7 |
| 419 | 2025-03-03T21:48:24.243Z | Downloaded toml_edit v0.22.24 |
| 420 | 2025-03-03T21:48:24.527Z | Compiling proc-macro2 v1.0.93 |
| 421 | 2025-03-03T21:48:24.527Z | Compiling unicode-ident v1.0.14 |
| 422 | 2025-03-03T21:48:24.531Z | Compiling serde v1.0.218 |
| 423 | 2025-03-03T21:48:24.531Z | Compiling libc v0.2.170 |
| 424 | 2025-03-03T21:48:24.531Z | Compiling version_check v0.9.5 |
| 425 | 2025-03-03T21:48:24.531Z | Compiling memchr v2.7.4 |
| 426 | 2025-03-03T21:48:24.566Z | Compiling thiserror v1.0.69 |
| 427 | 2025-03-03T21:48:24.569Z | Compiling ucd-trie v0.1.7 |
| 428 | 2025-03-03T21:48:24.828Z | Compiling ryu v1.0.18 |
| 429 | 2025-03-03T21:48:25.211Z | Compiling itoa v1.0.11 |
| 430 | 2025-03-03T21:48:25.342Z | Compiling once_cell v1.20.3 |
| 431 | 2025-03-03T21:48:25.372Z | Compiling byteorder v1.5.0 |
| 432 | 2025-03-03T21:48:25.429Z | Compiling serde_json v1.0.139 |
| 433 | 2025-03-03T21:48:25.711Z | Compiling rustix v0.38.37 |
| 434 | 2025-03-03T21:48:25.810Z | Compiling bitflags v2.6.0 |
| 435 | 2025-03-03T21:48:25.835Z | Compiling usdt-impl v0.5.0 |
| 436 | 2025-03-03T21:48:26.009Z | Compiling proc-macro-error-attr v1.0.4 |
| 437 | 2025-03-03T21:48:26.170Z | Compiling io-lifetimes v1.0.11 |
| 438 | 2025-03-03T21:48:26.195Z | Compiling syn v1.0.109 |
| 439 | 2025-03-03T21:48:26.362Z | Compiling quote v1.0.38 |
| 440 | 2025-03-03T21:48:26.411Z | Compiling proc-macro-error v1.0.4 |
| 441 | 2025-03-03T21:48:26.575Z | Compiling errno v0.3.9 |
| 442 | 2025-03-03T21:48:26.687Z | Compiling camino v1.1.9 |
| 443 | 2025-03-03T21:48:26.733Z | Compiling plain v0.2.3 |
| 444 | 2025-03-03T21:48:26.756Z | Compiling syn v2.0.98 |
| 445 | 2025-03-03T21:48:26.971Z | Compiling rustix v0.37.28 |
| 446 | 2025-03-03T21:48:27.004Z | Compiling thread-id v4.2.2 |
| 447 | 2025-03-03T21:48:27.030Z | Compiling utf8parse v0.2.2 |
| 448 | 2025-03-03T21:48:27.055Z | Compiling hashbrown v0.15.1 |
| 449 | 2025-03-03T21:48:27.124Z | Compiling log v0.4.22 |
| 450 | 2025-03-03T21:48:27.178Z | Compiling equivalent v1.0.1 |
| 451 | 2025-03-03T21:48:27.318Z | Compiling anstyle-parse v0.2.5 |
| 452 | 2025-03-03T21:48:27.662Z | Compiling thiserror v2.0.11 |
| 453 | 2025-03-03T21:48:27.842Z | Compiling autocfg v1.4.0 |
| 454 | 2025-03-03T21:48:28.008Z | Compiling winnow v0.7.3 |
| 455 | 2025-03-03T21:48:28.104Z | Compiling indexmap v2.7.1 |
| 456 | 2025-03-03T21:48:28.153Z | Compiling semver v1.0.25 |
| 457 | 2025-03-03T21:48:28.264Z | Compiling anstyle v1.0.10 |
| 458 | 2025-03-03T21:48:28.660Z | Compiling unicode-width v0.1.14 |
| 459 | 2025-03-03T21:48:28.693Z | Compiling pretty-hex v0.4.1 |
| 460 | 2025-03-03T21:48:28.750Z | Compiling is_terminal_polyfill v1.70.1 |
| 461 | 2025-03-03T21:48:28.887Z | Compiling bitflags v1.3.2 |
| 462 | 2025-03-03T21:48:28.940Z | Compiling colorchoice v1.0.2 |
| 463 | 2025-03-03T21:48:29.003Z | Compiling anstyle-query v1.1.1 |
| 464 | 2025-03-03T21:48:29.172Z | Compiling anstream v0.6.15 |
| 465 | 2025-03-03T21:48:29.201Z | Compiling fs-err v2.11.0 |
| 466 | 2025-03-03T21:48:29.349Z | Compiling terminal_size v0.4.0 |
| 467 | 2025-03-03T21:48:29.743Z | Compiling strsim v0.11.1 |
| 468 | 2025-03-03T21:48:29.798Z | Compiling heck v0.4.1 |
| 469 | 2025-03-03T21:48:29.881Z | Compiling anyhow v1.0.96 |
| 470 | 2025-03-03T21:48:29.904Z | Compiling clap_lex v0.7.4 |
| 471 | 2025-03-03T21:48:30.406Z | Compiling bytecount v0.6.8 |
| 472 | 2025-03-03T21:48:30.486Z | Compiling fastrand v2.1.1 |
| 473 | 2025-03-03T21:48:30.520Z | Compiling cfg-if v1.0.0 |
| 474 | 2025-03-03T21:48:30.627Z | Compiling heck v0.5.0 |
| 475 | 2025-03-03T21:48:30.653Z | Compiling fnv v1.0.7 |
| 476 | 2025-03-03T21:48:30.816Z | Compiling papergrid v0.11.0 |
| 477 | 2025-03-03T21:48:30.984Z | Compiling tempfile v3.13.0 |
| 478 | 2025-03-03T21:48:31.009Z | Compiling terminal_size v0.2.6 |
| 479 | 2025-03-03T21:48:31.119Z | Compiling clap_builder v4.5.31 |
| 480 | 2025-03-03T21:48:31.316Z | Compiling memmap v0.7.0 |
| 481 | 2025-03-03T21:48:31.389Z | Compiling smawk v0.3.2 |
| 482 | 2025-03-03T21:48:31.641Z | Compiling unicode-linebreak v0.1.5 |
| 483 | 2025-03-03T21:48:31.754Z | Compiling swrite v0.1.0 |
| 484 | 2025-03-03T21:48:32.140Z | Compiling textwrap v0.16.1 |
| 485 | 2025-03-03T21:48:32.442Z | Compiling tabled_derive v0.7.0 |
| 486 | 2025-03-03T21:48:34.092Z | Compiling serde_derive v1.0.218 |
| 487 | 2025-03-03T21:48:34.095Z | Compiling thiserror-impl v1.0.69 |
| 488 | 2025-03-03T21:48:34.095Z | Compiling zerocopy-derive v0.7.35 |
| 489 | 2025-03-03T21:48:34.095Z | Compiling scroll_derive v0.12.0 |
| 490 | 2025-03-03T21:48:34.095Z | Compiling thiserror-impl v2.0.11 |
| 491 | 2025-03-03T21:48:34.095Z | Compiling clap_derive v4.5.28 |
| 492 | 2025-03-03T21:48:34.152Z | Compiling tabled v0.15.0 |
| 493 | 2025-03-03T21:48:35.718Z | Compiling scroll v0.12.0 |
| 494 | 2025-03-03T21:48:36.264Z | Compiling zerocopy v0.7.35 |
| 495 | 2025-03-03T21:48:36.302Z | Compiling goblin v0.8.2 |
| 496 | 2025-03-03T21:48:37.393Z | Compiling pest v2.7.14 |
| 497 | 2025-03-03T21:48:38.566Z | Compiling clap v4.5.31 |
| 498 | 2025-03-03T21:48:39.738Z | Compiling pest_meta v2.7.14 |
| 499 | 2025-03-03T21:48:40.697Z | Compiling pest_generator v2.7.14 |
| 500 | 2025-03-03T21:48:42.188Z | Compiling pest_derive v2.7.14 |
| 501 | 2025-03-03T21:48:42.803Z | Compiling dtrace-parser v0.2.0 |
| 502 | 2025-03-03T21:48:43.638Z | Compiling toml_datetime v0.6.8 |
| 503 | 2025-03-03T21:48:43.638Z | Compiling serde_spanned v0.6.8 |
| 504 | 2025-03-03T21:48:43.642Z | Compiling cargo-platform v0.1.8 |
| 505 | 2025-03-03T21:48:43.983Z | Compiling serde_tokenstream v0.2.2 |
| 506 | 2025-03-03T21:48:44.124Z | Compiling toml_edit v0.22.24 |
| 507 | 2025-03-03T21:48:44.170Z | Compiling macaddr v1.0.1 |
| 508 | 2025-03-03T21:48:44.296Z | Compiling camino-tempfile v1.1.1 |
| 509 | 2025-03-03T21:48:45.110Z | Compiling dof v0.3.0 |
| 510 | 2025-03-03T21:48:45.110Z | Compiling cargo_metadata v0.19.1 |
| 511 | 2025-03-03T21:48:46.763Z | Compiling usdt-macro v0.5.0 |
| 512 | 2025-03-03T21:48:46.766Z | Compiling usdt-attr-macro v0.5.0 |
| 513 | 2025-03-03T21:48:46.941Z | Compiling toml v0.8.20 |
| 514 | 2025-03-03T21:48:47.887Z | Compiling cargo_toml v0.21.0 |
| 515 | 2025-03-03T21:48:47.980Z | Compiling usdt v0.5.0 |
| 516 | 2025-03-03T21:48:50.669Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 517 | 2025-03-03T21:48:53.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.13s |
| 518 | 2025-03-03T21:48:54.250Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 519 | 2025-03-03T21:48:54.903Z | Downloading crates ... |
| 520 | 2025-03-03T21:48:55.035Z | Downloaded adler2 v2.0.0 |
| 521 | 2025-03-03T21:48:55.043Z | Downloaded addr2line v0.24.2 |
| 522 | 2025-03-03T21:48:55.067Z | Downloaded home v0.5.9 |
| 523 | 2025-03-03T21:48:55.070Z | Downloaded ctr v0.9.2 |
| 524 | 2025-03-03T21:48:55.073Z | Downloaded hostname v0.3.1 |
| 525 | 2025-03-03T21:48:55.078Z | Downloaded hmac v0.12.1 |
| 526 | 2025-03-03T21:48:55.081Z | Downloaded cfg_aliases v0.1.1 |
| 527 | 2025-03-03T21:48:55.081Z | Downloaded http-range v0.1.5 |
| 528 | 2025-03-03T21:48:55.084Z | Downloaded cfg_aliases v0.2.1 |
| 529 | 2025-03-03T21:48:55.084Z | Downloaded atomicwrites v0.4.4 |
| 530 | 2025-03-03T21:48:55.087Z | Downloaded ident_case v1.0.1 |
| 531 | 2025-03-03T21:48:55.087Z | Downloaded atty v0.2.14 |
| 532 | 2025-03-03T21:48:55.090Z | Downloaded match_cfg v0.1.0 |
| 533 | 2025-03-03T21:48:55.090Z | Downloaded async-stream-impl v0.3.6 |
| 534 | 2025-03-03T21:48:55.093Z | Downloaded icu_provider_macros v1.5.0 |
| 535 | 2025-03-03T21:48:55.093Z | Downloaded cstr-argument v0.1.2 |
| 536 | 2025-03-03T21:48:55.096Z | Downloaded http-body v1.0.1 |
| 537 | 2025-03-03T21:48:55.096Z | Downloaded crunchy v0.2.2 |
| 538 | 2025-03-03T21:48:55.100Z | Downloaded crucible-workspace-hack v0.1.0 |
| 539 | 2025-03-03T21:48:55.100Z | Downloaded instant v0.1.13 |
| 540 | 2025-03-03T21:48:55.103Z | Downloaded newline-converter v0.3.0 |
| 541 | 2025-03-03T21:48:55.103Z | Downloaded ciborium-io v0.2.2 |
| 542 | 2025-03-03T21:48:55.106Z | Downloaded arrayref v0.3.9 |
| 543 | 2025-03-03T21:48:55.109Z | Downloaded array-init v0.0.4 |
| 544 | 2025-03-03T21:48:55.109Z | Downloaded new_debug_unreachable v1.0.6 |
| 545 | 2025-03-03T21:48:55.112Z | Downloaded aead v0.5.2 |
| 546 | 2025-03-03T21:48:55.112Z | Downloaded hubpack_derive v0.1.1 |
| 547 | 2025-03-03T21:48:55.116Z | Downloaded bitfield v0.14.0 |
| 548 | 2025-03-03T21:48:55.116Z | Downloaded md5 v0.7.0 |
| 549 | 2025-03-03T21:48:55.119Z | Downloaded bitfield-struct v0.6.2 |
| 550 | 2025-03-03T21:48:55.119Z | Downloaded bit-vec v0.6.3 |
| 551 | 2025-03-03T21:48:55.122Z | Downloaded base16ct v0.2.0 |
| 552 | 2025-03-03T21:48:55.122Z | Downloaded is_ci v1.2.0 |
| 553 | 2025-03-03T21:48:55.126Z | Downloaded indoc v1.0.9 |
| 554 | 2025-03-03T21:48:55.130Z | Downloaded libefi-sys v0.1.0 |
| 555 | 2025-03-03T21:48:55.130Z | Downloaded maybe-uninit v2.0.0 |
| 556 | 2025-03-03T21:48:55.133Z | Downloaded ciborium-ll v0.2.2 |
| 557 | 2025-03-03T21:48:55.133Z | Downloaded chrono-tz-build v0.4.0 |
| 558 | 2025-03-03T21:48:55.133Z | Downloaded memoffset v0.9.1 |
| 559 | 2025-03-03T21:48:55.136Z | Downloaded mime v0.3.17 |
| 560 | 2025-03-03T21:48:55.136Z | Downloaded lru v0.12.5 |
| 561 | 2025-03-03T21:48:55.139Z | Downloaded lazycell v1.3.0 |
| 562 | 2025-03-03T21:48:55.142Z | Downloaded lalrpop-util v0.19.12 |
| 563 | 2025-03-03T21:48:55.142Z | Downloaded cbc v0.1.2 |
| 564 | 2025-03-03T21:48:55.145Z | Downloaded inout v0.1.3 |
| 565 | 2025-03-03T21:48:55.146Z | Downloaded multimap v0.10.0 |
| 566 | 2025-03-03T21:48:55.148Z | Downloaded kstat-rs v0.2.4 |
| 567 | 2025-03-03T21:48:55.149Z | Downloaded lockfree-object-pool v0.1.6 |
| 568 | 2025-03-03T21:48:55.152Z | Downloaded idna_adapter v1.2.0 |
| 569 | 2025-03-03T21:48:55.152Z | Downloaded nanorand v0.7.0 |
| 570 | 2025-03-03T21:48:55.155Z | Downloaded ipnetwork v0.21.1 |
| 571 | 2025-03-03T21:48:55.158Z | Downloaded cmake v0.1.51 |
| 572 | 2025-03-03T21:48:55.161Z | Downloaded instability v0.3.2 |
| 573 | 2025-03-03T21:48:55.161Z | Downloaded hyper-tls v0.6.0 |
| 574 | 2025-03-03T21:48:55.164Z | Downloaded libsw v3.4.0 |
| 575 | 2025-03-03T21:48:55.167Z | Downloaded cobs v0.2.3 |
| 576 | 2025-03-03T21:48:55.167Z | Downloaded constant_time_eq v0.3.1 |
| 577 | 2025-03-03T21:48:55.167Z | Downloaded lru-cache v0.1.2 |
| 578 | 2025-03-03T21:48:55.170Z | Downloaded linear-map v1.2.0 |
| 579 | 2025-03-03T21:48:55.170Z | Downloaded is-terminal v0.4.13 |
| 580 | 2025-03-03T21:48:55.173Z | Downloaded buf-list v1.0.3 |
| 581 | 2025-03-03T21:48:55.177Z | Downloaded md-5 v0.10.6 |
| 582 | 2025-03-03T21:48:55.177Z | Downloaded linked-hash-map v0.5.6 |
| 583 | 2025-03-03T21:48:55.182Z | Downloaded convert_case v0.4.0 |
| 584 | 2025-03-03T21:48:55.182Z | Downloaded cexpr v0.6.0 |
| 585 | 2025-03-03T21:48:55.182Z | Downloaded hex v0.4.3 |
| 586 | 2025-03-03T21:48:55.186Z | Downloaded mockall v0.13.1 |
| 587 | 2025-03-03T21:48:55.186Z | Downloaded humantime v2.1.0 |
| 588 | 2025-03-03T21:48:55.189Z | Downloaded backoff v0.4.0 |
| 589 | 2025-03-03T21:48:55.189Z | Downloaded argon2 v0.5.3 |
| 590 | 2025-03-03T21:48:55.192Z | Downloaded mime_guess v2.0.5 |
| 591 | 2025-03-03T21:48:55.195Z | Downloaded maplit v1.0.2 |
| 592 | 2025-03-03T21:48:55.195Z | Downloaded bit-vec v0.8.0 |
| 593 | 2025-03-03T21:48:55.199Z | Downloaded cargo_metadata v0.18.1 |
| 594 | 2025-03-03T21:48:55.199Z | Downloaded libloading v0.8.5 |
| 595 | 2025-03-03T21:48:55.202Z | Downloaded memmap2 v0.9.5 |
| 596 | 2025-03-03T21:48:55.206Z | Downloaded termtree v0.4.1 |
| 597 | 2025-03-03T21:48:55.206Z | Downloaded ciborium v0.2.2 |
| 598 | 2025-03-03T21:48:55.209Z | Downloaded psl-types v2.0.11 |
| 599 | 2025-03-03T21:48:55.209Z | Downloaded console v0.15.10 |
| 600 | 2025-03-03T21:48:55.212Z | Downloaded native-tls v0.2.12 |
| 601 | 2025-03-03T21:48:55.215Z | Downloaded hyper-rustls v0.27.3 |
| 602 | 2025-03-03T21:48:55.218Z | Downloaded crc32fast v1.4.2 |
| 603 | 2025-03-03T21:48:55.221Z | Downloaded litemap v0.7.3 |
| 604 | 2025-03-03T21:48:55.225Z | Downloaded cancel-safe-futures v0.1.5 |
| 605 | 2025-03-03T21:48:55.228Z | Downloaded rand_core v0.6.4 |
| 606 | 2025-03-03T21:48:55.228Z | Downloaded rand_chacha v0.9.0 |
| 607 | 2025-03-03T21:48:55.228Z | Downloaded salsa20 v0.10.2 |
| 608 | 2025-03-03T21:48:55.233Z | Downloaded managed v0.8.0 |
| 609 | 2025-03-03T21:48:55.233Z | Downloaded lock_api v0.4.12 |
| 610 | 2025-03-03T21:48:55.238Z | Downloaded sqlparser_derive v0.2.2 |
| 611 | 2025-03-03T21:48:55.238Z | Downloaded shlex v1.3.0 |
| 612 | 2025-03-03T21:48:55.238Z | Downloaded multer v3.1.0 |
| 613 | 2025-03-03T21:48:55.241Z | Downloaded tinyvec_macros v0.1.1 |
| 614 | 2025-03-03T21:48:55.241Z | Downloaded scrypt v0.11.0 |
| 615 | 2025-03-03T21:48:55.244Z | Downloaded write16 v1.0.0 |
| 616 | 2025-03-03T21:48:55.244Z | Downloaded icu_normalizer v1.5.0 |
| 617 | 2025-03-03T21:48:55.248Z | Downloaded cookie_store v0.21.1 |
| 618 | 2025-03-03T21:48:55.250Z | Downloaded icu_normalizer_data v1.5.0 |
| 619 | 2025-03-03T21:48:55.253Z | Downloaded slog-stdlog v4.1.1 |
| 620 | 2025-03-03T21:48:55.254Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 621 | 2025-03-03T21:48:55.257Z | Downloaded oso-derive v0.27.3 |
| 622 | 2025-03-03T21:48:55.257Z | Downloaded number_prefix v0.4.0 |
| 623 | 2025-03-03T21:48:55.260Z | Downloaded icu_properties v1.5.1 |
| 624 | 2025-03-03T21:48:55.263Z | Downloaded const-oid v0.9.6 |
| 625 | 2025-03-03T21:48:55.266Z | Downloaded tokio-macros v2.5.0 |
| 626 | 2025-03-03T21:48:55.266Z | Downloaded litrs v0.4.1 |
| 627 | 2025-03-03T21:48:55.269Z | Downloaded crc-any v2.5.0 |
| 628 | 2025-03-03T21:48:55.272Z | Downloaded blake2 v0.10.6 |
| 629 | 2025-03-03T21:48:55.275Z | Downloaded untrusted v0.7.1 |
| 630 | 2025-03-03T21:48:55.275Z | Downloaded ref-cast v1.0.23 |
| 631 | 2025-03-03T21:48:55.278Z | Downloaded xz2 v0.1.7 |
| 632 | 2025-03-03T21:48:55.281Z | Downloaded precomputed-hash v0.1.1 |
| 633 | 2025-03-03T21:48:55.281Z | Downloaded cookie v0.18.1 |
| 634 | 2025-03-03T21:48:55.284Z | Downloaded colored v2.2.0 |
| 635 | 2025-03-03T21:48:55.287Z | Downloaded num_threads v0.1.7 |
| 636 | 2025-03-03T21:48:55.290Z | Downloaded diesel-dtrace v0.4.2 |
| 637 | 2025-03-03T21:48:55.290Z | Downloaded serde_derive_internals v0.29.1 |
| 638 | 2025-03-03T21:48:55.295Z | Downloaded static_assertions v1.1.0 |
| 639 | 2025-03-03T21:48:55.300Z | Downloaded stringprep v0.1.5 |
| 640 | 2025-03-03T21:48:55.300Z | Downloaded string_cache v0.8.7 |
| 641 | 2025-03-03T21:48:55.300Z | Downloaded tls_codec v0.4.1 |
| 642 | 2025-03-03T21:48:55.303Z | Downloaded icu_locid_transform_data v1.5.0 |
| 643 | 2025-03-03T21:48:55.303Z | Downloaded tls_codec_derive v0.4.1 |
| 644 | 2025-03-03T21:48:55.306Z | Downloaded parse-size v1.1.0 |
| 645 | 2025-03-03T21:48:55.306Z | Downloaded universal-hash v0.5.1 |
| 646 | 2025-03-03T21:48:55.309Z | Downloaded path-slash v0.1.5 |
| 647 | 2025-03-03T21:48:55.309Z | Downloaded siphasher v0.3.11 |
| 648 | 2025-03-03T21:48:55.309Z | Downloaded fallible-iterator v0.2.0 |
| 649 | 2025-03-03T21:48:55.312Z | Downloaded slab v0.4.9 |
| 650 | 2025-03-03T21:48:55.312Z | Downloaded shell-words v1.1.0 |
| 651 | 2025-03-03T21:48:55.317Z | Downloaded icu_locid v1.5.0 |
| 652 | 2025-03-03T21:48:55.331Z | Downloaded pbkdf2 v0.11.0 |
| 653 | 2025-03-03T21:48:55.334Z | Downloaded icu_provider v1.5.0 |
| 654 | 2025-03-03T21:48:55.337Z | Downloaded hyper-util v0.1.10 |
| 655 | 2025-03-03T21:48:55.342Z | Downloaded toolchain_find v0.4.0 |
| 656 | 2025-03-03T21:48:55.345Z | Downloaded thread_local v1.1.8 |
| 657 | 2025-03-03T21:48:55.345Z | Downloaded debug-ignore v1.0.5 |
| 658 | 2025-03-03T21:48:55.348Z | Downloaded vte_generate_state_changes v0.1.2 |
| 659 | 2025-03-03T21:48:55.348Z | Downloaded clang-sys v1.8.1 |
| 660 | 2025-03-03T21:48:55.352Z | Downloaded compact_str v0.8.0 |
| 661 | 2025-03-03T21:48:55.355Z | Downloaded des v0.8.1 |
| 662 | 2025-03-03T21:48:55.358Z | Downloaded funty v2.0.0 |
| 663 | 2025-03-03T21:48:55.358Z | Downloaded tower-service v0.3.3 |
| 664 | 2025-03-03T21:48:55.362Z | Downloaded mockall_derive v0.13.1 |
| 665 | 2025-03-03T21:48:55.362Z | Downloaded ron v0.7.1 |
| 666 | 2025-03-03T21:48:55.367Z | Downloaded packed_struct v0.10.1 |
| 667 | 2025-03-03T21:48:55.369Z | Downloaded scopeguard v1.2.0 |
| 668 | 2025-03-03T21:48:55.373Z | Downloaded hickory-server v0.24.4 |
| 669 | 2025-03-03T21:48:55.377Z | Downloaded foreign-types-shared v0.3.1 |
| 670 | 2025-03-03T21:48:55.380Z | Downloaded schemars_derive v0.8.22 |
| 671 | 2025-03-03T21:48:55.380Z | Downloaded rand_chacha v0.3.1 |
| 672 | 2025-03-03T21:48:55.383Z | Downloaded powerfmt v0.2.0 |
| 673 | 2025-03-03T21:48:55.383Z | Downloaded foreign-types-shared v0.1.1 |
| 674 | 2025-03-03T21:48:55.386Z | Downloaded zone_cfg_derive v0.3.0 |
| 675 | 2025-03-03T21:48:55.386Z | Downloaded rustc_version v0.4.1 |
| 676 | 2025-03-03T21:48:55.389Z | Downloaded rustc_version v0.1.7 |
| 677 | 2025-03-03T21:48:55.389Z | Downloaded phf_codegen v0.11.2 |
| 678 | 2025-03-03T21:48:55.389Z | Downloaded supports-color v3.0.2 |
| 679 | 2025-03-03T21:48:55.392Z | Downloaded scheduled-thread-pool v0.2.7 |
| 680 | 2025-03-03T21:48:55.392Z | Downloaded subtle v2.6.1 |
| 681 | 2025-03-03T21:48:55.395Z | Downloaded headers v0.4.0 |
| 682 | 2025-03-03T21:48:55.399Z | Downloaded thiserror-no-std v2.0.2 |
| 683 | 2025-03-03T21:48:55.403Z | Downloaded chacha20poly1305 v0.10.1 |
| 684 | 2025-03-03T21:48:55.406Z | Downloaded unicase v2.7.0 |
| 685 | 2025-03-03T21:48:55.410Z | Downloaded bumpalo v3.16.0 |
| 686 | 2025-03-03T21:48:55.413Z | Downloaded normalize-line-endings v0.3.0 |
| 687 | 2025-03-03T21:48:55.413Z | Downloaded dropshot_endpoint v0.16.0 |
| 688 | 2025-03-03T21:48:55.416Z | Downloaded derive_more v0.99.19 |
| 689 | 2025-03-03T21:48:55.421Z | Downloaded openssl-probe v0.1.5 |
| 690 | 2025-03-03T21:48:55.424Z | Downloaded slog-envlogger v2.2.0 |
| 691 | 2025-03-03T21:48:55.424Z | Downloaded slog-dtrace v0.3.0 |
| 692 | 2025-03-03T21:48:55.427Z | Downloaded ssh-cipher v0.2.0 |
| 693 | 2025-03-03T21:48:55.430Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 694 | 2025-03-03T21:48:55.430Z | Downloaded defmt-parser v0.3.4 |
| 695 | 2025-03-03T21:48:55.430Z | Downloaded defmt v0.3.8 |
| 696 | 2025-03-03T21:48:55.433Z | Downloaded defmt-macros v0.3.9 |
| 697 | 2025-03-03T21:48:55.438Z | Downloaded futures-executor v0.3.31 |
| 698 | 2025-03-03T21:48:55.441Z | Downloaded ff v0.13.0 |
| 699 | 2025-03-03T21:48:55.441Z | Downloaded fd-lock v4.0.2 |
| 700 | 2025-03-03T21:48:55.444Z | Downloaded sync_wrapper v1.0.1 |
| 701 | 2025-03-03T21:48:55.447Z | Downloaded rand_xorshift v0.3.0 |
| 702 | 2025-03-03T21:48:55.447Z | Downloaded fs_extra v1.3.0 |
| 703 | 2025-03-03T21:48:55.451Z | Downloaded aes v0.8.4 |
| 704 | 2025-03-03T21:48:55.454Z | Downloaded hash32 v0.2.1 |
| 705 | 2025-03-03T21:48:55.457Z | Downloaded base64 v0.22.1 |
| 706 | 2025-03-03T21:48:55.460Z | Downloaded difflib v0.4.0 |
| 707 | 2025-03-03T21:48:55.460Z | Downloaded tower-layer v0.3.3 |
| 708 | 2025-03-03T21:48:55.460Z | Downloaded uzers v0.12.1 |
| 709 | 2025-03-03T21:48:55.464Z | Downloaded base64 v0.21.7 |
| 710 | 2025-03-03T21:48:55.467Z | Downloaded num v0.4.3 |
| 711 | 2025-03-03T21:48:55.470Z | Downloaded http v1.2.0 |
| 712 | 2025-03-03T21:48:55.473Z | Downloaded heck v0.3.3 |
| 713 | 2025-03-03T21:48:55.476Z | Downloaded crypto-bigint v0.5.5 |
| 714 | 2025-03-03T21:48:55.482Z | Downloaded futures-sink v0.3.31 |
| 715 | 2025-03-03T21:48:55.485Z | Downloaded document-features v0.2.10 |
| 716 | 2025-03-03T21:48:55.485Z | Downloaded parse-display v0.10.0 |
| 717 | 2025-03-03T21:48:55.488Z | Downloaded ssh-encoding v0.2.0 |
| 718 | 2025-03-03T21:48:55.491Z | Downloaded ref-cast-impl v1.0.23 |
| 719 | 2025-03-03T21:48:55.491Z | Downloaded synstructure v0.13.1 |
| 720 | 2025-03-03T21:48:55.491Z | Downloaded serde_path_to_error v0.1.16 |
| 721 | 2025-03-03T21:48:55.494Z | Downloaded progenitor v0.9.1 |
| 722 | 2025-03-03T21:48:55.498Z | Downloaded slog-bunyan v2.5.0 |
| 723 | 2025-03-03T21:48:55.498Z | Downloaded slog-async v2.8.0 |
| 724 | 2025-03-03T21:48:55.501Z | Downloaded serde_plain v1.0.2 |
| 725 | 2025-03-03T21:48:55.501Z | Downloaded parse-display-derive v0.10.0 |
| 726 | 2025-03-03T21:48:55.501Z | Downloaded displaydoc v0.2.5 |
| 727 | 2025-03-03T21:48:55.504Z | Downloaded progenitor-client v0.9.1 |
| 728 | 2025-03-03T21:48:55.507Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 729 | 2025-03-03T21:48:55.507Z | Downloaded derive_builder_macro v0.20.2 |
| 730 | 2025-03-03T21:48:55.511Z | Downloaded hickory-client v0.24.4 |
| 731 | 2025-03-03T21:48:55.513Z | Downloaded dirs-sys-next v0.1.2 |
| 732 | 2025-03-03T21:48:55.513Z | Downloaded daft v0.1.1 |
| 733 | 2025-03-03T21:48:55.517Z | Downloaded phf_shared v0.10.0 |
| 734 | 2025-03-03T21:48:55.517Z | Downloaded ecdsa v0.16.9 |
| 735 | 2025-03-03T21:48:55.521Z | Downloaded nu-ansi-term v0.50.1 |
| 736 | 2025-03-03T21:48:55.524Z | Downloaded rayon-core v1.12.1 |
| 737 | 2025-03-03T21:48:55.527Z | Downloaded zerocopy v0.6.6 |
| 738 | 2025-03-03T21:48:55.530Z | Downloaded cc v1.2.15 |
| 739 | 2025-03-03T21:48:55.533Z | Downloaded waitgroup v0.1.2 |
| 740 | 2025-03-03T21:48:55.536Z | Downloaded packed_struct_codegen v0.10.1 |
| 741 | 2025-03-03T21:48:55.536Z | Downloaded display-error-chain v0.2.2 |
| 742 | 2025-03-03T21:48:55.538Z | Downloaded dirs-next v2.0.0 |
| 743 | 2025-03-03T21:48:55.538Z | Downloaded yoke-derive v0.7.4 |
| 744 | 2025-03-03T21:48:55.542Z | Downloaded primeorder v0.13.6 |
| 745 | 2025-03-03T21:48:55.542Z | Downloaded unicode-xid v0.2.6 |
| 746 | 2025-03-03T21:48:55.544Z | Downloaded serde-hex v0.1.0 |
| 747 | 2025-03-03T21:48:55.544Z | Downloaded elliptic-curve v0.13.8 |
| 748 | 2025-03-03T21:48:55.556Z | Downloaded downcast v0.11.0 |
| 749 | 2025-03-03T21:48:55.561Z | Downloaded sigpipe v0.1.3 |
| 750 | 2025-03-03T21:48:55.561Z | Downloaded same-file v1.0.6 |
| 751 | 2025-03-03T21:48:55.561Z | Downloaded strum_macros v0.26.4 |
| 752 | 2025-03-03T21:48:55.561Z | Downloaded strum_macros v0.25.3 |
| 753 | 2025-03-03T21:48:55.561Z | Downloaded pkg-config v0.3.31 |
| 754 | 2025-03-03T21:48:55.564Z | Downloaded postgres-types v0.2.9 |
| 755 | 2025-03-03T21:48:55.564Z | Downloaded x509-cert v0.2.5 |
| 756 | 2025-03-03T21:48:55.569Z | Downloaded termtree v0.5.1 |
| 757 | 2025-03-03T21:48:55.573Z | Downloaded itertools v0.10.5 |
| 758 | 2025-03-03T21:48:55.580Z | Downloaded structmeta v0.3.0 |
| 759 | 2025-03-03T21:48:55.583Z | Downloaded itertools v0.12.1 |
| 760 | 2025-03-03T21:48:55.587Z | Downloaded russh-cryptovec v0.7.3 |
| 761 | 2025-03-03T21:48:55.590Z | Downloaded glob v0.3.2 |
| 762 | 2025-03-03T21:48:55.590Z | Downloaded ghash v0.5.1 |
| 763 | 2025-03-03T21:48:55.595Z | Downloaded group v0.13.0 |
| 764 | 2025-03-03T21:48:55.595Z | Downloaded pin-utils v0.1.0 |
| 765 | 2025-03-03T21:48:55.598Z | Downloaded phf_shared v0.11.2 |
| 766 | 2025-03-03T21:48:55.598Z | Downloaded rand_core v0.9.2 |
| 767 | 2025-03-03T21:48:55.598Z | Downloaded fatfs v0.3.6 |
| 768 | 2025-03-03T21:48:55.601Z | Downloaded parking_lot v0.11.2 |
| 769 | 2025-03-03T21:48:55.604Z | Downloaded peg-runtime v0.8.3 |
| 770 | 2025-03-03T21:48:55.604Z | Downloaded zopfli v0.8.1 |
| 771 | 2025-03-03T21:48:55.607Z | Downloaded slog v2.7.0 |
| 772 | 2025-03-03T21:48:55.610Z | Downloaded rpassword v7.3.1 |
| 773 | 2025-03-03T21:48:55.613Z | Downloaded tokio-stream v0.1.17 |
| 774 | 2025-03-03T21:48:55.616Z | Downloaded zone_cfg_derive v0.1.2 |
| 775 | 2025-03-03T21:48:55.620Z | Downloaded rfc6979 v0.4.0 |
| 776 | 2025-03-03T21:48:55.620Z | Downloaded sec1 v0.7.3 |
| 777 | 2025-03-03T21:48:55.623Z | Downloaded hex-literal v0.4.1 |
| 778 | 2025-03-03T21:48:55.623Z | Downloaded zone v0.1.8 |
| 779 | 2025-03-03T21:48:55.626Z | Downloaded topological-sort v0.2.2 |
| 780 | 2025-03-03T21:48:55.626Z | Downloaded tokio-postgres v0.7.13 |
| 781 | 2025-03-03T21:48:55.631Z | Downloaded endian-type v0.1.2 |
| 782 | 2025-03-03T21:48:55.634Z | Downloaded num_enum_derive v0.5.11 |
| 783 | 2025-03-03T21:48:55.634Z | Downloaded yoke v0.7.4 |
| 784 | 2025-03-03T21:48:55.637Z | Downloaded oso v0.27.3 |
| 785 | 2025-03-03T21:48:55.640Z | Downloaded pin-project v1.1.6 |
| 786 | 2025-03-03T21:48:55.651Z | Downloaded predicates-tree v1.0.11 |
| 787 | 2025-03-03T21:48:55.655Z | Downloaded tokio-tungstenite v0.24.0 |
| 788 | 2025-03-03T21:48:55.660Z | Downloaded tokio-tungstenite v0.21.0 |
| 789 | 2025-03-03T21:48:55.660Z | Downloaded tokio-tungstenite v0.23.1 |
| 790 | 2025-03-03T21:48:55.663Z | Downloaded vsss-rs v3.3.4 |
| 791 | 2025-03-03T21:48:55.669Z | Downloaded tokio-rustls v0.26.0 |
| 792 | 2025-03-03T21:48:55.669Z | Downloaded derive_builder_core v0.20.2 |
| 793 | 2025-03-03T21:48:55.672Z | Downloaded derive_builder v0.20.2 |
| 794 | 2025-03-03T21:48:55.675Z | Downloaded peg v0.8.4 |
| 795 | 2025-03-03T21:48:55.678Z | Downloaded hkdf v0.12.4 |
| 796 | 2025-03-03T21:48:55.681Z | Downloaded typify-macro v0.3.0 |
| 797 | 2025-03-03T21:48:55.681Z | Downloaded quinn-udp v0.5.5 |
| 798 | 2025-03-03T21:48:55.685Z | Downloaded tokio-rustls v0.25.0 |
| 799 | 2025-03-03T21:48:55.688Z | Downloaded smallvec v1.14.0 |
| 800 | 2025-03-03T21:48:55.688Z | Downloaded foreign-types v0.3.2 |
| 801 | 2025-03-03T21:48:55.691Z | Downloaded num_enum v0.5.11 |
| 802 | 2025-03-03T21:48:55.694Z | Downloaded yasna v0.5.2 |
| 803 | 2025-03-03T21:48:55.697Z | Downloaded filetime v0.2.25 |
| 804 | 2025-03-03T21:48:55.700Z | Downloaded rustyline v14.0.0 |
| 805 | 2025-03-03T21:48:55.704Z | Downloaded env_filter v0.1.2 |
| 806 | 2025-03-03T21:48:55.707Z | Downloaded serde_with_macros v3.12.0 |
| 807 | 2025-03-03T21:48:55.710Z | Downloaded getrandom v0.3.1 |
| 808 | 2025-03-03T21:48:55.714Z | Downloaded serde-big-array v0.5.1 |
| 809 | 2025-03-03T21:48:55.714Z | Downloaded heapless v0.8.0 |
| 810 | 2025-03-03T21:48:55.718Z | Downloaded crossterm v0.28.1 |
| 811 | 2025-03-03T21:48:55.725Z | Downloaded newtype_derive v0.1.6 |
| 812 | 2025-03-03T21:48:55.729Z | Downloaded sqlformat v0.2.6 |
| 813 | 2025-03-03T21:48:55.729Z | Downloaded headers-core v0.3.0 |
| 814 | 2025-03-03T21:48:55.733Z | Downloaded spki v0.7.3 |
| 815 | 2025-03-03T21:48:55.733Z | Downloaded ena v0.14.3 |
| 816 | 2025-03-03T21:48:55.736Z | Downloaded num-conv v0.1.0 |
| 817 | 2025-03-03T21:48:55.736Z | Downloaded percent-encoding v2.3.1 |
| 818 | 2025-03-03T21:48:55.736Z | Downloaded resolv-conf v0.7.0 |
| 819 | 2025-03-03T21:48:55.739Z | Downloaded similar v2.7.0 |
| 820 | 2025-03-03T21:48:55.743Z | Downloaded utf-8 v0.7.6 |
| 821 | 2025-03-03T21:48:55.746Z | Downloaded untrusted v0.9.0 |
| 822 | 2025-03-03T21:48:55.749Z | Downloaded take_mut v0.2.2 |
| 823 | 2025-03-03T21:48:55.749Z | Downloaded tracing v0.1.40 |
| 824 | 2025-03-03T21:48:55.752Z | Downloaded url v2.5.3 |
| 825 | 2025-03-03T21:48:55.756Z | Downloaded time-core v0.1.2 |
| 826 | 2025-03-03T21:48:55.760Z | Downloaded rustls-pemfile v1.0.4 |
| 827 | 2025-03-03T21:48:55.763Z | Downloaded zeroize_derive v1.4.2 |
| 828 | 2025-03-03T21:48:55.763Z | Downloaded progenitor-client v0.8.0 |
| 829 | 2025-03-03T21:48:55.763Z | Downloaded russh-keys v0.45.0 |
| 830 | 2025-03-03T21:48:55.768Z | Downloaded pem v3.0.5 |
| 831 | 2025-03-03T21:48:55.771Z | Downloaded pretty-hex v0.2.1 |
| 832 | 2025-03-03T21:48:55.771Z | Downloaded nodrop v0.1.14 |
| 833 | 2025-03-03T21:48:55.771Z | Downloaded progenitor v0.8.0 |
| 834 | 2025-03-03T21:48:55.774Z | Downloaded socket2 v0.5.8 |
| 835 | 2025-03-03T21:48:55.774Z | Downloaded diesel_derives v2.2.3 |
| 836 | 2025-03-03T21:48:55.778Z | Downloaded newtype-uuid v1.2.1 |
| 837 | 2025-03-03T21:48:55.781Z | Downloaded aes-gcm v0.10.3 |
| 838 | 2025-03-03T21:48:55.786Z | Downloaded hash32 v0.3.1 |
| 839 | 2025-03-03T21:48:55.789Z | Downloaded dropshot_endpoint v0.12.0 |
| 840 | 2025-03-03T21:48:55.789Z | Downloaded slog-json v2.6.1 |
| 841 | 2025-03-03T21:48:55.793Z | Downloaded num-rational v0.4.2 |
| 842 | 2025-03-03T21:48:55.793Z | Downloaded want v0.3.1 |
| 843 | 2025-03-03T21:48:55.793Z | Downloaded openssl-macros v0.1.1 |
| 844 | 2025-03-03T21:48:55.796Z | Downloaded gethostname v0.5.0 |
| 845 | 2025-03-03T21:48:55.796Z | Downloaded spin v0.9.8 |
| 846 | 2025-03-03T21:48:55.799Z | Downloaded vergen v8.3.2 |
| 847 | 2025-03-03T21:48:55.802Z | Downloaded tabled_derive v0.10.0 |
| 848 | 2025-03-03T21:48:55.805Z | Downloaded samael v0.0.18 |
| 849 | 2025-03-03T21:48:55.808Z | Downloaded progenitor-macro v0.8.0 |
| 850 | 2025-03-03T21:48:55.813Z | Downloaded der v0.7.9 |
| 851 | 2025-03-03T21:48:55.816Z | Downloaded serde_yaml v0.9.34+deprecated |
| 852 | 2025-03-03T21:48:55.819Z | Downloaded rustls-pemfile v2.2.0 |
| 853 | 2025-03-03T21:48:55.822Z | Downloaded try-lock v0.2.5 |
| 854 | 2025-03-03T21:48:55.825Z | Downloaded tap v1.0.1 |
| 855 | 2025-03-03T21:48:55.825Z | Downloaded progenitor-macro v0.9.1 |
| 856 | 2025-03-03T21:48:55.825Z | Downloaded reedline v0.38.0 |
| 857 | 2025-03-03T21:48:55.832Z | Downloaded radium v0.7.0 |
| 858 | 2025-03-03T21:48:55.836Z | Downloaded r2d2 v0.8.10 |
| 859 | 2025-03-03T21:48:55.836Z | Downloaded derive-where v1.2.7 |
| 860 | 2025-03-03T21:48:55.850Z | Downloaded tabwriter v1.4.0 |
| 861 | 2025-03-03T21:48:55.860Z | Downloaded rand v0.9.0 |
| 862 | 2025-03-03T21:48:55.860Z | Downloaded num-bigint-dig v0.8.4 |
| 863 | 2025-03-03T21:48:55.860Z | Downloaded num-derive v0.4.2 |
| 864 | 2025-03-03T21:48:55.860Z | Downloaded num-integer v0.1.46 |
| 865 | 2025-03-03T21:48:55.860Z | Downloaded zerofrom v0.1.4 |
| 866 | 2025-03-03T21:48:55.864Z | Downloaded heapless v0.7.17 |
| 867 | 2025-03-03T21:48:55.864Z | Downloaded quick-xml v0.37.2 |
| 868 | 2025-03-03T21:48:55.867Z | Downloaded foldhash v0.1.3 |
| 869 | 2025-03-03T21:48:55.870Z | Downloaded fixedbitset v0.4.2 |
| 870 | 2025-03-03T21:48:55.870Z | Downloaded rusty-fork v0.3.0 |
| 871 | 2025-03-03T21:48:55.870Z | Downloaded fxhash v0.2.1 |
| 872 | 2025-03-03T21:48:55.873Z | Downloaded walkdir v2.5.0 |
| 873 | 2025-03-03T21:48:55.873Z | Downloaded term v0.7.0 |
| 874 | 2025-03-03T21:48:55.876Z | Downloaded secrecy v0.8.0 |
| 875 | 2025-03-03T21:48:55.879Z | Downloaded rustc-demangle v0.1.24 |
| 876 | 2025-03-03T21:48:55.879Z | Downloaded foreign-types-macros v0.2.3 |
| 877 | 2025-03-03T21:48:55.882Z | Downloaded signal-hook-registry v1.4.2 |
| 878 | 2025-03-03T21:48:55.882Z | Downloaded num-complex v0.4.6 |
| 879 | 2025-03-03T21:48:55.885Z | Downloaded uuid v1.15.1 |
| 880 | 2025-03-03T21:48:55.888Z | Downloaded winnow v0.5.40 |
| 881 | 2025-03-03T21:48:55.896Z | Downloaded p521 v0.13.3 |
| 882 | 2025-03-03T21:48:55.900Z | Downloaded strum v0.26.3 |
| 883 | 2025-03-03T21:48:55.904Z | Downloaded opaque-debug v0.3.1 |
| 884 | 2025-03-03T21:48:55.904Z | Downloaded signal-hook-mio v0.2.4 |
| 885 | 2025-03-03T21:48:55.907Z | Downloaded sha1 v0.10.6 |
| 886 | 2025-03-03T21:48:55.907Z | Downloaded structmeta-derive v0.3.0 |
| 887 | 2025-03-03T21:48:55.907Z | Downloaded password-hash v0.4.2 |
| 888 | 2025-03-03T21:48:55.910Z | Downloaded oxnet v0.1.1 |
| 889 | 2025-03-03T21:48:55.913Z | Downloaded flagset v0.4.6 |
| 890 | 2025-03-03T21:48:55.913Z | Downloaded simd-adler32 v0.3.7 |
| 891 | 2025-03-03T21:48:55.917Z | Downloaded phf_generator v0.11.2 |
| 892 | 2025-03-03T21:48:55.917Z | Downloaded utf16_iter v1.0.5 |
| 893 | 2025-03-03T21:48:55.917Z | Downloaded rustversion v1.0.17 |
| 894 | 2025-03-03T21:48:55.921Z | Downloaded tui-tree-widget v0.23.0 |
| 895 | 2025-03-03T21:48:55.921Z | Downloaded which v4.4.2 |
| 896 | 2025-03-03T21:48:55.924Z | Downloaded fixedbitset v0.5.7 |
| 897 | 2025-03-03T21:48:55.924Z | Downloaded unicode-truncate v1.1.0 |
| 898 | 2025-03-03T21:48:55.927Z | Downloaded dunce v1.0.5 |
| 899 | 2025-03-03T21:48:55.927Z | Downloaded icu_properties_data v1.5.0 |
| 900 | 2025-03-03T21:48:55.937Z | Downloaded futures-task v0.3.31 |
| 901 | 2025-03-03T21:48:55.940Z | Downloaded tracing-core v0.1.32 |
| 902 | 2025-03-03T21:48:55.943Z | Downloaded tiny-keccak v2.0.2 |
| 903 | 2025-03-03T21:48:55.946Z | Downloaded nibble_vec v0.1.0 |
| 904 | 2025-03-03T21:48:55.946Z | Downloaded h2 v0.4.6 |
| 905 | 2025-03-03T21:48:55.953Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2025-03-03T21:48:55.956Z | Downloaded blake3 v1.5.4 |
| 907 | 2025-03-03T21:48:55.964Z | Downloaded tinystr v0.7.6 |
| 908 | 2025-03-03T21:48:55.967Z | Downloaded owo-colors v4.2.0 |
| 909 | 2025-03-03T21:48:55.970Z | Downloaded ssh-key v0.6.6 |
| 910 | 2025-03-03T21:48:55.976Z | Downloaded rustc-hash v1.1.0 |
| 911 | 2025-03-03T21:48:55.979Z | Downloaded pkcs5 v0.7.1 |
| 912 | 2025-03-03T21:48:55.982Z | Downloaded parking_lot v0.12.3 |
| 913 | 2025-03-03T21:48:55.986Z | Downloaded flume v0.11.1 |
| 914 | 2025-03-03T21:48:55.990Z | Downloaded tokio-util v0.7.13 |
| 915 | 2025-03-03T21:48:55.994Z | Downloaded serde_urlencoded v0.7.1 |
| 916 | 2025-03-03T21:48:55.997Z | Downloaded winnow v0.6.20 |
| 917 | 2025-03-03T21:48:56.006Z | Downloaded darling_core v0.20.10 |
| 918 | 2025-03-03T21:48:56.010Z | Downloaded reqwest v0.12.12 |
| 919 | 2025-03-03T21:48:56.019Z | Downloaded num-traits v0.2.19 |
| 920 | 2025-03-03T21:48:56.023Z | Downloaded bitvec v1.0.1 |
| 921 | 2025-03-03T21:48:56.038Z | Downloaded p256 v0.13.2 |
| 922 | 2025-03-03T21:48:56.045Z | Downloaded unicode-properties v0.1.3 |
| 923 | 2025-03-03T21:48:56.049Z | Downloaded zerocopy-derive v0.8.10 |
| 924 | 2025-03-03T21:48:56.054Z | Downloaded prettyplease v0.2.29 |
| 925 | 2025-03-03T21:48:56.057Z | Downloaded tower v0.5.2 |
| 926 | 2025-03-03T21:48:56.063Z | Downloaded tungstenite v0.24.0 |
| 927 | 2025-03-03T21:48:56.067Z | Downloaded russh v0.45.0 |
| 928 | 2025-03-03T21:48:56.072Z | Downloaded proptest v1.6.0 |
| 929 | 2025-03-03T21:48:56.083Z | Downloaded rayon v1.10.0 |
| 930 | 2025-03-03T21:48:56.093Z | Downloaded hashbrown v0.12.3 |
| 931 | 2025-03-03T21:48:56.098Z | Downloaded toml_edit v0.19.15 |
| 932 | 2025-03-03T21:48:56.113Z | Downloaded publicsuffix v2.3.0 |
| 933 | 2025-03-03T21:48:56.116Z | Downloaded object v0.30.4 |
| 934 | 2025-03-03T21:48:56.125Z | Downloaded num-bigint v0.4.6 |
| 935 | 2025-03-03T21:48:56.130Z | Downloaded ed25519-dalek v2.1.1 |
| 936 | 2025-03-03T21:48:56.133Z | Downloaded bindgen v0.71.1 |
| 937 | 2025-03-03T21:48:56.142Z | Downloaded chrono v0.4.40 |
| 938 | 2025-03-03T21:48:56.149Z | Downloaded flate2 v1.1.0 |
| 939 | 2025-03-03T21:48:56.155Z | Downloaded vcpkg v0.2.15 |
| 940 | 2025-03-03T21:48:56.196Z | Downloaded nom v7.1.3 |
| 941 | 2025-03-03T21:48:56.199Z | Downloaded zerovec v0.10.4 |
| 942 | 2025-03-03T21:48:56.205Z | Downloaded unicode-segmentation v1.12.0 |
| 943 | 2025-03-03T21:48:56.208Z | Downloaded quinn-proto v0.11.8 |
| 944 | 2025-03-03T21:48:56.215Z | Downloaded typed-path v0.9.3 |
| 945 | 2025-03-03T21:48:56.221Z | Downloaded tough v0.19.0 |
| 946 | 2025-03-03T21:48:56.230Z | Downloaded regex v1.11.1 |
| 947 | 2025-03-03T21:48:56.243Z | Downloaded petname v2.0.2 |
| 948 | 2025-03-03T21:48:56.249Z | Downloaded nix v0.28.0 |
| 949 | 2025-03-03T21:48:56.263Z | Downloaded rustls v0.21.12 |
| 950 | 2025-03-03T21:48:56.275Z | Downloaded git2 v0.19.0 |
| 951 | 2025-03-03T21:48:56.282Z | Downloaded sqlparser v0.45.0 |
| 952 | 2025-03-03T21:48:56.289Z | Downloaded rustls-webpki v0.102.8 |
| 953 | 2025-03-03T21:48:56.307Z | Downloaded radix_trie v0.2.1 |
| 954 | 2025-03-03T21:48:56.312Z | Downloaded dropshot v0.12.0 |
| 955 | 2025-03-03T21:48:56.333Z | Downloaded openssl v0.10.71 |
| 956 | 2025-03-03T21:48:56.342Z | Downloaded smoltcp v0.9.1 |
| 957 | 2025-03-03T21:48:56.353Z | Downloaded nix v0.27.1 |
| 958 | 2025-03-03T21:48:56.364Z | Downloaded futures-util v0.3.31 |
| 959 | 2025-03-03T21:48:56.376Z | Downloaded object v0.36.5 |
| 960 | 2025-03-03T21:48:56.388Z | Downloaded dropshot v0.16.0 |
| 961 | 2025-03-03T21:48:56.410Z | Downloaded salty v0.3.0 |
| 962 | 2025-03-03T21:48:56.417Z | Downloaded hickory-proto v0.24.4 |
| 963 | 2025-03-03T21:48:56.433Z | Downloaded tabled v0.18.0 |
| 964 | 2025-03-03T21:48:56.451Z | Downloaded nix v0.29.0 |
| 965 | 2025-03-03T21:48:56.462Z | Downloaded unicode-width v0.2.0 |
| 966 | 2025-03-03T21:48:56.468Z | Downloaded regex-syntax v0.6.29 |
| 967 | 2025-03-03T21:48:56.475Z | Downloaded rustls v0.22.4 |
| 968 | 2025-03-03T21:48:56.489Z | Downloaded rustls v0.23.19 |
| 969 | 2025-03-03T21:48:56.501Z | Downloaded typify-impl v0.2.0 |
| 970 | 2025-03-03T21:48:56.517Z | Downloaded polar-core v0.27.3 |
| 971 | 2025-03-03T21:48:56.526Z | Downloaded typify-impl v0.3.0 |
| 972 | 2025-03-03T21:48:56.542Z | Downloaded ratatui v0.29.0 |
| 973 | 2025-03-03T21:48:56.563Z | Downloaded openapiv3 v2.0.0 |
| 974 | 2025-03-03T21:48:56.575Z | Downloaded regress v0.10.3 |
| 975 | 2025-03-03T21:48:56.588Z | Downloaded sled v0.34.7 |
| 976 | 2025-03-03T21:48:56.595Z | Downloaded regex-syntax v0.8.5 |
| 977 | 2025-03-03T21:48:56.604Z | Downloaded smoltcp v0.11.0 |
| 978 | 2025-03-03T21:48:56.618Z | Downloaded chrono-tz v0.10.1 |
| 979 | 2025-03-03T21:48:56.625Z | Downloaded bstr v1.10.0 |
| 980 | 2025-03-03T21:48:56.636Z | Downloaded zerocopy-derive v0.6.6 |
| 981 | 2025-03-03T21:48:56.646Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 982 | 2025-03-03T21:48:56.658Z | Downloaded gimli v0.31.1 |
| 983 | 2025-03-03T21:48:56.667Z | Downloaded webpki-roots v0.26.6 |
| 984 | 2025-03-03T21:48:56.671Z | Downloaded lzma-sys v0.1.20 |
| 985 | 2025-03-03T21:48:56.699Z | Downloaded libz-sys v1.1.20 |
| 986 | 2025-03-03T21:48:56.721Z | Downloaded p384 v0.13.0 |
| 987 | 2025-03-03T21:48:56.727Z | Downloaded curve25519-dalek v4.1.3 |
| 988 | 2025-03-03T21:48:56.736Z | Downloaded petgraph v0.7.1 |
| 989 | 2025-03-03T21:48:56.754Z | Downloaded regex-automata v0.4.8 |
| 990 | 2025-03-03T21:48:56.771Z | Downloaded diesel v2.2.7 |
| 991 | 2025-03-03T21:48:56.789Z | Downloaded portable-atomic v1.9.0 |
| 992 | 2025-03-03T21:48:56.796Z | Downloaded zerocopy v0.8.10 |
| 993 | 2025-03-03T21:48:56.819Z | Downloaded unicode-normalization v0.1.24 |
| 994 | 2025-03-03T21:48:56.822Z | Downloaded bindgen v0.69.5 |
| 995 | 2025-03-03T21:48:56.830Z | Downloaded petgraph v0.6.5 |
| 996 | 2025-03-03T21:48:56.848Z | Downloaded sha3 v0.10.8 |
| 997 | 2025-03-03T21:48:56.852Z | Downloaded tokio v1.43.0 |
| 998 | 2025-03-03T21:48:56.890Z | Downloaded aws-lc-rs v1.12.4 |
| 999 | 2025-03-03T21:48:56.899Z | Downloaded signal-hook v0.3.17 |
| 1000 | 2025-03-03T21:48:56.902Z | Downloaded csv v1.3.1 |
| 1001 | 2025-03-03T21:48:56.922Z | Downloaded rand v0.8.5 |
| 1002 | 2025-03-03T21:48:56.925Z | Downloaded zip v2.1.3 |
| 1003 | 2025-03-03T21:48:56.929Z | Downloaded lalrpop v0.19.12 |
| 1004 | 2025-03-03T21:48:56.940Z | Downloaded olpc-cjson v0.1.4 |
| 1005 | 2025-03-03T21:48:56.944Z | Downloaded twox-hash v2.1.0 |
| 1006 | 2025-03-03T21:48:56.944Z | Downloaded tar v0.4.44 |
| 1007 | 2025-03-03T21:48:56.947Z | Downloaded parking_lot_core v0.9.10 |
| 1008 | 2025-03-03T21:48:56.951Z | Downloaded time-macros v0.2.18 |
| 1009 | 2025-03-03T21:48:56.951Z | Downloaded poly1305 v0.8.0 |
| 1010 | 2025-03-03T21:48:56.954Z | Downloaded pkcs1 v0.7.5 |
| 1011 | 2025-03-03T21:48:56.957Z | Downloaded password-hash v0.5.0 |
| 1012 | 2025-03-03T21:48:56.958Z | Downloaded strum_macros v0.24.3 |
| 1013 | 2025-03-03T21:48:56.961Z | Downloaded unarray v0.1.4 |
| 1014 | 2025-03-03T21:48:56.961Z | Downloaded dsl_auto_type v0.1.2 |
| 1015 | 2025-03-03T21:48:56.965Z | Downloaded deranged v0.3.11 |
| 1016 | 2025-03-03T21:48:56.965Z | Downloaded rustc-hash v2.1.1 |
| 1017 | 2025-03-03T21:48:56.965Z | Downloaded darling v0.20.10 |
| 1018 | 2025-03-03T21:48:56.968Z | Downloaded daft-derive v0.1.1 |
| 1019 | 2025-03-03T21:48:56.972Z | Downloaded rustls-webpki v0.101.7 |
| 1020 | 2025-03-03T21:48:56.984Z | Downloaded aho-corasick v1.1.3 |
| 1021 | 2025-03-03T21:48:56.989Z | Downloaded paste v1.0.15 |
| 1022 | 2025-03-03T21:48:56.993Z | Downloaded float-ord v0.3.2 |
| 1023 | 2025-03-03T21:48:56.997Z | Downloaded float-cmp v0.10.0 |
| 1024 | 2025-03-03T21:48:56.998Z | Downloaded dyn-clone v1.0.18 |
| 1025 | 2025-03-03T21:48:56.998Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1026 | 2025-03-03T21:48:57.001Z | Downloaded proc-macro-crate v1.3.1 |
| 1027 | 2025-03-03T21:48:57.001Z | Downloaded serde_repr v0.1.19 |
| 1028 | 2025-03-03T21:48:57.001Z | Downloaded proc-macro-error2 v2.0.1 |
| 1029 | 2025-03-03T21:48:57.005Z | Downloaded zerofrom-derive v0.1.4 |
| 1030 | 2025-03-03T21:48:57.005Z | Downloaded parse-zoneinfo v0.3.1 |
| 1031 | 2025-03-03T21:48:57.008Z | Downloaded semver v0.1.20 |
| 1032 | 2025-03-03T21:48:57.008Z | Downloaded rsa v0.9.6 |
| 1033 | 2025-03-03T21:48:57.012Z | Downloaded encoding_rs v0.8.34 |
| 1034 | 2025-03-03T21:48:57.033Z | Downloaded time v0.3.36 |
| 1035 | 2025-03-03T21:48:57.040Z | Downloaded test-strategy v0.4.0 |
| 1036 | 2025-03-03T21:48:57.043Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1037 | 2025-03-03T21:48:57.046Z | Downloaded zerovec-derive v0.10.3 |
| 1038 | 2025-03-03T21:48:57.046Z | Downloaded serde_with v3.12.0 |
| 1039 | 2025-03-03T21:48:57.053Z | Downloaded parking_lot_core v0.8.6 |
| 1040 | 2025-03-03T21:48:57.056Z | Downloaded rtoolbox v0.0.2 |
| 1041 | 2025-03-03T21:48:57.056Z | Downloaded tinyvec v1.8.0 |
| 1042 | 2025-03-03T21:48:57.059Z | Downloaded rustls-pki-types v1.10.0 |
| 1043 | 2025-03-03T21:48:57.063Z | Downloaded libm v0.2.8 |
| 1044 | 2025-03-03T21:48:57.069Z | Downloaded openssl-sys v0.9.106 |
| 1045 | 2025-03-03T21:48:57.074Z | Downloaded darling_macro v0.20.10 |
| 1046 | 2025-03-03T21:48:57.077Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1047 | 2025-03-03T21:48:57.131Z | Downloaded smallvec v0.6.14 |
| 1048 | 2025-03-03T21:48:57.135Z | Downloaded ring v0.17.11 |
| 1049 | 2025-03-03T21:48:57.176Z | Downloaded slog-scope v4.4.0 |
| 1050 | 2025-03-03T21:48:57.179Z | Downloaded embedded-io v0.6.1 |
| 1051 | 2025-03-03T21:48:57.180Z | Downloaded embedded-io v0.4.0 |
| 1052 | 2025-03-03T21:48:57.180Z | Downloaded peg-macros v0.8.4 |
| 1053 | 2025-03-03T21:48:57.183Z | Downloaded phf v0.11.2 |
| 1054 | 2025-03-03T21:48:57.183Z | Downloaded utf8_iter v1.0.4 |
| 1055 | 2025-03-03T21:48:57.183Z | Downloaded getrandom v0.2.15 |
| 1056 | 2025-03-03T21:48:57.186Z | Downloaded diff v0.1.13 |
| 1057 | 2025-03-03T21:48:57.189Z | Downloaded postcard v1.0.10 |
| 1058 | 2025-03-03T21:48:57.189Z | Downloaded itertools v0.14.0 |
| 1059 | 2025-03-03T21:48:57.196Z | Downloaded itertools v0.13.0 |
| 1060 | 2025-03-03T21:48:57.203Z | Downloaded enum-as-inner v0.6.1 |
| 1061 | 2025-03-03T21:48:57.206Z | Downloaded zeroize v1.8.1 |
| 1062 | 2025-03-03T21:48:57.206Z | Downloaded typify-macro v0.2.0 |
| 1063 | 2025-03-03T21:48:57.209Z | Downloaded progenitor-impl v0.9.1 |
| 1064 | 2025-03-03T21:48:57.209Z | Downloaded toml v0.7.8 |
| 1065 | 2025-03-03T21:48:57.212Z | Downloaded omicron-zone-package v0.12.0 |
| 1066 | 2025-03-03T21:48:57.215Z | Downloaded hashbrown v0.13.2 |
| 1067 | 2025-03-03T21:48:57.218Z | Downloaded rcgen v0.12.1 |
| 1068 | 2025-03-03T21:48:57.221Z | Downloaded pem-rfc7468 v0.7.0 |
| 1069 | 2025-03-03T21:48:57.224Z | Downloaded half v2.4.1 |
| 1070 | 2025-03-03T21:48:57.227Z | Downloaded futures-macro v0.3.31 |
| 1071 | 2025-03-03T21:48:57.227Z | Downloaded futures-io v0.3.31 |
| 1072 | 2025-03-03T21:48:57.227Z | Downloaded zone v0.3.0 |
| 1073 | 2025-03-03T21:48:57.227Z | Downloaded papergrid v0.14.0 |
| 1074 | 2025-03-03T21:48:57.231Z | Downloaded globset v0.4.15 |
| 1075 | 2025-03-03T21:48:57.234Z | Downloaded libxml v0.3.3 |
| 1076 | 2025-03-03T21:48:57.239Z | Downloaded schemars v0.8.22 |
| 1077 | 2025-03-03T21:48:57.249Z | Downloaded qorb v0.2.1 |
| 1078 | 2025-03-03T21:48:57.253Z | Downloaded unicode_categories v0.1.1 |
| 1079 | 2025-03-03T21:48:57.257Z | Downloaded steno v0.4.1 |
| 1080 | 2025-03-03T21:48:57.260Z | Downloaded hyper v1.6.0 |
| 1081 | 2025-03-03T21:48:57.265Z | Downloaded tungstenite v0.21.0 |
| 1082 | 2025-03-03T21:48:57.268Z | Downloaded value-bag v1.9.0 |
| 1083 | 2025-03-03T21:48:57.271Z | Downloaded snafu v0.8.5 |
| 1084 | 2025-03-03T21:48:57.276Z | Downloaded expectorate v1.1.0 |
| 1085 | 2025-03-03T21:48:57.279Z | Downloaded vte v0.11.1 |
| 1086 | 2025-03-03T21:48:57.282Z | Downloaded rand_seeder v0.3.0 |
| 1087 | 2025-03-03T21:48:57.283Z | Downloaded zip v0.6.6 |
| 1088 | 2025-03-03T21:48:57.286Z | Downloaded idna v1.0.3 |
| 1089 | 2025-03-03T21:48:57.289Z | Downloaded stable_deref_trait v1.2.0 |
| 1090 | 2025-03-03T21:48:57.292Z | Downloaded smf v0.2.3 |
| 1091 | 2025-03-03T21:48:57.292Z | Downloaded tracing-attributes v0.1.27 |
| 1092 | 2025-03-03T21:48:57.295Z | Downloaded unicode-bidi v0.3.17 |
| 1093 | 2025-03-03T21:48:57.296Z | Downloaded tungstenite v0.23.0 |
| 1094 | 2025-03-03T21:48:57.299Z | Downloaded postgres-protocol v0.6.8 |
| 1095 | 2025-03-03T21:48:57.302Z | Downloaded subprocess v0.2.9 |
| 1096 | 2025-03-03T21:48:57.305Z | Downloaded crossbeam-channel v0.5.13 |
| 1097 | 2025-03-03T21:48:57.309Z | Downloaded bytes v1.10.0 |
| 1098 | 2025-03-03T21:48:57.312Z | Downloaded ron v0.8.1 |
| 1099 | 2025-03-03T21:48:57.315Z | Downloaded mio v1.0.2 |
| 1100 | 2025-03-03T21:48:57.320Z | Downloaded futures-core v0.3.31 |
| 1101 | 2025-03-03T21:48:57.323Z | Downloaded form_urlencoded v1.2.1 |
| 1102 | 2025-03-03T21:48:57.323Z | Downloaded ed25519 v2.2.3 |
| 1103 | 2025-03-03T21:48:57.327Z | Downloaded unsafe-libyaml v0.2.11 |
| 1104 | 2025-03-03T21:48:57.331Z | Downloaded quinn v0.11.5 |
| 1105 | 2025-03-03T21:48:57.331Z | Downloaded minimal-lexical v0.2.1 |
| 1106 | 2025-03-03T21:48:57.334Z | Downloaded sync-ptr v0.1.1 |
| 1107 | 2025-03-03T21:48:57.337Z | Downloaded signature v2.2.0 |
| 1108 | 2025-03-03T21:48:57.337Z | Downloaded pin-project-internal v1.1.6 |
| 1109 | 2025-03-03T21:48:57.340Z | Downloaded futures v0.3.31 |
| 1110 | 2025-03-03T21:48:57.344Z | Downloaded typify v0.3.0 |
| 1111 | 2025-03-03T21:48:57.347Z | Downloaded data-encoding v2.6.0 |
| 1112 | 2025-03-03T21:48:57.347Z | Downloaded sct v0.7.1 |
| 1113 | 2025-03-03T21:48:57.350Z | Downloaded const_format v0.2.34 |
| 1114 | 2025-03-03T21:48:57.353Z | Downloaded predicates v3.1.3 |
| 1115 | 2025-03-03T21:48:57.356Z | Downloaded backtrace v0.3.74 |
| 1116 | 2025-03-03T21:48:57.360Z | Downloaded signal-hook-tokio v0.3.1 |
| 1117 | 2025-03-03T21:48:57.364Z | Downloaded env_logger v0.11.5 |
| 1118 | 2025-03-03T21:48:57.367Z | Downloaded env_logger v0.10.2 |
| 1119 | 2025-03-03T21:48:57.367Z | Downloaded der_derive v0.7.3 |
| 1120 | 2025-03-03T21:48:57.370Z | Downloaded whoami v1.5.2 |
| 1121 | 2025-03-03T21:48:57.370Z | Downloaded hickory-resolver v0.24.4 |
| 1122 | 2025-03-03T21:48:57.374Z | Downloaded polyval v0.6.2 |
| 1123 | 2025-03-03T21:48:57.377Z | Downloaded pin-project-lite v0.2.14 |
| 1124 | 2025-03-03T21:48:57.380Z | Downloaded futures-channel v0.3.31 |
| 1125 | 2025-03-03T21:48:57.383Z | Downloaded slog-term v2.9.1 |
| 1126 | 2025-03-03T21:48:57.383Z | Downloaded num-iter v0.1.45 |
| 1127 | 2025-03-03T21:48:57.387Z | Downloaded typify v0.2.0 |
| 1128 | 2025-03-03T21:48:57.387Z | Downloaded snafu-derive v0.8.5 |
| 1129 | 2025-03-03T21:48:57.390Z | Downloaded icu_collections v1.5.0 |
| 1130 | 2025-03-03T21:48:57.393Z | Downloaded indicatif v0.17.11 |
| 1131 | 2025-03-03T21:48:57.399Z | Downloaded quick-error v1.2.3 |
| 1132 | 2025-03-03T21:48:57.405Z | Downloaded predicates-core v1.0.8 |
| 1133 | 2025-03-03T21:48:57.405Z | Downloaded ppv-lite86 v0.2.20 |
| 1134 | 2025-03-03T21:48:57.405Z | Downloaded pbkdf2 v0.12.2 |
| 1135 | 2025-03-03T21:48:57.405Z | Downloaded base64 v0.13.1 |
| 1136 | 2025-03-03T21:48:57.405Z | Downloaded arc-swap v1.7.1 |
| 1137 | 2025-03-03T21:48:57.408Z | Downloaded allocator-api2 v0.2.18 |
| 1138 | 2025-03-03T21:48:57.411Z | Downloaded fragile v2.0.0 |
| 1139 | 2025-03-03T21:48:57.416Z | Downloaded foreign-types v0.5.0 |
| 1140 | 2025-03-03T21:48:57.416Z | Downloaded either v1.14.0 |
| 1141 | 2025-03-03T21:48:57.416Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2025-03-03T21:48:57.419Z | Downloaded tokio-native-tls v0.3.1 |
| 1143 | 2025-03-03T21:48:57.419Z | Downloaded progenitor-impl v0.8.0 |
| 1144 | 2025-03-03T21:48:57.420Z | Downloaded miniz_oxide v0.8.5 |
| 1145 | 2025-03-03T21:48:57.423Z | Downloaded crossbeam-epoch v0.9.18 |
| 1146 | 2025-03-03T21:48:57.427Z | Downloaded xattr v1.3.1 |
| 1147 | 2025-03-03T21:48:57.427Z | Downloaded wyz v0.5.1 |
| 1148 | 2025-03-03T21:48:57.427Z | Downloaded writeable v0.5.5 |
| 1149 | 2025-03-03T21:48:57.431Z | Downloaded wait-timeout v0.2.0 |
| 1150 | 2025-03-03T21:48:57.431Z | Downloaded crossbeam-utils v0.8.20 |
| 1151 | 2025-03-03T21:48:57.434Z | Downloaded icu_locid_transform v1.5.0 |
| 1152 | 2025-03-03T21:48:57.434Z | Downloaded termios v0.3.3 |
| 1153 | 2025-03-03T21:48:57.438Z | Downloaded termcolor v1.4.1 |
| 1154 | 2025-03-03T21:48:57.438Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1155 | 2025-03-03T21:48:57.438Z | Downloaded ahash v0.8.11 |
| 1156 | 2025-03-03T21:48:57.441Z | Downloaded httparse v1.9.5 |
| 1157 | 2025-03-03T21:48:57.448Z | Downloaded indexmap v1.9.3 |
| 1158 | 2025-03-03T21:48:57.451Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1159 | 2025-03-03T21:48:57.451Z | Downloaded httpdate v1.0.3 |
| 1160 | 2025-03-03T21:48:57.451Z | Downloaded ipnet v2.11.0 |
| 1161 | 2025-03-03T21:48:57.451Z | Downloaded iana-time-zone v0.1.61 |
| 1162 | 2025-03-03T21:48:57.451Z | Downloaded csv-core v0.1.11 |
| 1163 | 2025-03-03T21:48:57.454Z | Downloaded bcs v0.1.6 |
| 1164 | 2025-03-03T21:48:57.454Z | Downloaded bzip2 v0.4.4 |
| 1165 | 2025-03-03T21:48:57.458Z | Downloaded arrayvec v0.7.6 |
| 1166 | 2025-03-03T21:48:57.458Z | Downloaded jobserver v0.1.32 |
| 1167 | 2025-03-03T21:48:57.461Z | Downloaded hyper-staticfile v0.10.1 |
| 1168 | 2025-03-03T21:48:57.461Z | Downloaded async-bb8-diesel v0.2.1 |
| 1169 | 2025-03-03T21:48:57.465Z | Downloaded async-trait v0.1.86 |
| 1170 | 2025-03-03T21:48:57.470Z | Downloaded libsw-core v0.3.1 |
| 1171 | 2025-03-03T21:48:57.470Z | Downloaded base64ct v1.6.0 |
| 1172 | 2025-03-03T21:48:57.470Z | Downloaded internet-checksum v0.2.1 |
| 1173 | 2025-03-03T21:48:57.470Z | Downloaded chacha20 v0.9.1 |
| 1174 | 2025-03-03T21:48:57.475Z | Downloaded bit-set v0.8.0 |
| 1175 | 2025-03-03T21:48:57.476Z | Downloaded cipher v0.4.4 |
| 1176 | 2025-03-03T21:48:57.476Z | Downloaded atomic-waker v1.1.2 |
| 1177 | 2025-03-03T21:48:57.476Z | Downloaded highway v1.3.0 |
| 1178 | 2025-03-03T21:48:57.479Z | Downloaded crossbeam-deque v0.8.5 |
| 1179 | 2025-03-03T21:48:57.479Z | Downloaded castaway v0.2.3 |
| 1180 | 2025-03-03T21:48:57.479Z | Downloaded crc-catalog v2.4.0 |
| 1181 | 2025-03-03T21:48:57.482Z | Downloaded hostname v0.4.0 |
| 1182 | 2025-03-03T21:48:57.482Z | Downloaded indoc v2.0.5 |
| 1183 | 2025-03-03T21:48:57.485Z | Downloaded indent_write v2.2.0 |
| 1184 | 2025-03-03T21:48:57.485Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1185 | 2025-03-03T21:48:57.488Z | Downloaded const_format_proc_macros v0.2.34 |
| 1186 | 2025-03-03T21:48:57.489Z | Downloaded cassowary v0.3.0 |
| 1187 | 2025-03-03T21:48:57.492Z | Downloaded blowfish v0.9.1 |
| 1188 | 2025-03-03T21:48:57.492Z | Downloaded bb8 v0.8.5 |
| 1189 | 2025-03-03T21:48:57.492Z | Downloaded crc v3.2.1 |
| 1190 | 2025-03-03T21:48:57.495Z | Downloaded async-stream v0.3.6 |
| 1191 | 2025-03-03T21:48:57.498Z | Downloaded lazy_static v1.5.0 |
| 1192 | 2025-03-03T21:48:57.498Z | Downloaded keccak v0.1.5 |
| 1193 | 2025-03-03T21:48:57.498Z | Downloaded hubpack v0.1.2 |
| 1194 | 2025-03-03T21:48:57.501Z | Downloaded block-padding v0.3.3 |
| 1195 | 2025-03-03T21:48:57.501Z | Downloaded bit-set v0.5.3 |
| 1196 | 2025-03-03T21:48:57.501Z | Downloaded assert_matches v1.5.0 |
| 1197 | 2025-03-03T21:48:57.502Z | Downloaded ascii-canvas v3.0.0 |
| 1198 | 2025-03-03T21:48:57.506Z | Downloaded http-body-util v0.1.2 |
| 1199 | 2025-03-03T21:48:57.506Z | Downloaded async-recursion v1.1.1 |
| 1200 | 2025-03-03T21:48:57.814Z | Downloaded aws-lc-sys v0.26.0 |
| 1201 | 2025-03-03T21:48:58.140Z | Compiling serde v1.0.218 |
| 1202 | 2025-03-03T21:48:58.143Z | Compiling value-bag v1.9.0 |
| 1203 | 2025-03-03T21:48:58.143Z | Compiling lock_api v0.4.12 |
| 1204 | 2025-03-03T21:48:58.143Z | Compiling scopeguard v1.2.0 |
| 1205 | 2025-03-03T21:48:58.143Z | Compiling typenum v1.17.0 |
| 1206 | 2025-03-03T21:48:58.143Z | Compiling generic-array v0.14.7 |
| 1207 | 2025-03-03T21:48:58.318Z | Compiling syn v2.0.98 |
| 1208 | 2025-03-03T21:48:58.331Z | Compiling getrandom v0.2.15 |
| 1209 | 2025-03-03T21:48:58.446Z | Compiling shlex v1.3.0 |
| 1210 | 2025-03-03T21:48:58.673Z | Compiling rand_core v0.6.4 |
| 1211 | 2025-03-03T21:48:58.731Z | Compiling log v0.4.22 |
| 1212 | 2025-03-03T21:48:58.821Z | Compiling jobserver v0.1.32 |
| 1213 | 2025-03-03T21:48:58.861Z | Compiling subtle v2.6.1 |
| 1214 | 2025-03-03T21:48:58.881Z | Compiling smallvec v1.14.0 |
| 1215 | 2025-03-03T21:48:59.195Z | Compiling const-oid v0.9.6 |
| 1216 | 2025-03-03T21:48:59.216Z | Compiling pin-project-lite v0.2.14 |
| 1217 | 2025-03-03T21:48:59.234Z | Compiling cc v1.2.15 |
| 1218 | 2025-03-03T21:48:59.279Z | Compiling parking_lot_core v0.9.10 |
| 1219 | 2025-03-03T21:48:59.366Z | Compiling rustix v0.38.37 |
| 1220 | 2025-03-03T21:48:59.553Z | Compiling signal-hook-registry v1.4.2 |
| 1221 | 2025-03-03T21:48:59.735Z | Compiling futures-core v0.3.31 |
| 1222 | 2025-03-03T21:49:00.030Z | Compiling mio v1.0.2 |
| 1223 | 2025-03-03T21:49:00.326Z | Compiling spin v0.9.8 |
| 1224 | 2025-03-03T21:49:00.431Z | Compiling parking_lot v0.12.3 |
| 1225 | 2025-03-03T21:49:00.542Z | Compiling socket2 v0.5.8 |
| 1226 | 2025-03-03T21:49:00.758Z | Compiling aho-corasick v1.1.3 |
| 1227 | 2025-03-03T21:49:01.025Z | Compiling futures-sink v0.3.31 |
| 1228 | 2025-03-03T21:49:01.209Z | Compiling stable_deref_trait v1.2.0 |
| 1229 | 2025-03-03T21:49:01.228Z | Compiling either v1.14.0 |
| 1230 | 2025-03-03T21:49:01.333Z | Compiling cpufeatures v0.2.14 |
| 1231 | 2025-03-03T21:49:01.354Z | Compiling regex-syntax v0.8.5 |
| 1232 | 2025-03-03T21:49:01.453Z | Compiling slab v0.4.9 |
| 1233 | 2025-03-03T21:49:01.533Z | Compiling glob v0.3.2 |
| 1234 | 2025-03-03T21:49:01.572Z | Compiling prettyplease v0.2.29 |
| 1235 | 2025-03-03T21:49:01.700Z | Compiling lazy_static v1.5.0 |
| 1236 | 2025-03-03T21:49:01.856Z | Compiling minimal-lexical v0.2.1 |
| 1237 | 2025-03-03T21:49:01.984Z | Compiling serde_json v1.0.139 |
| 1238 | 2025-03-03T21:49:02.285Z | Compiling nom v7.1.3 |
| 1239 | 2025-03-03T21:49:02.368Z | Compiling futures-channel v0.3.31 |
| 1240 | 2025-03-03T21:49:02.388Z | Compiling clang-sys v1.8.1 |
| 1241 | 2025-03-03T21:49:02.388Z | Compiling libloading v0.8.5 |
| 1242 | 2025-03-03T21:49:02.812Z | Compiling bindgen v0.69.5 |
| 1243 | 2025-03-03T21:49:02.832Z | Compiling futures-io v0.3.31 |
| 1244 | 2025-03-03T21:49:03.146Z | Compiling futures-task v0.3.31 |
| 1245 | 2025-03-03T21:49:03.207Z | Compiling home v0.5.9 |
| 1246 | 2025-03-03T21:49:03.456Z | Compiling foldhash v0.1.3 |
| 1247 | 2025-03-03T21:49:03.486Z | Compiling pin-utils v0.1.0 |
| 1248 | 2025-03-03T21:49:03.602Z | Compiling allocator-api2 v0.2.18 |
| 1249 | 2025-03-03T21:49:03.717Z | Compiling itertools v0.12.1 |
| 1250 | 2025-03-03T21:49:03.753Z | Compiling rustc-hash v1.1.0 |
| 1251 | 2025-03-03T21:49:03.921Z | Compiling lazycell v1.3.0 |
| 1252 | 2025-03-03T21:49:04.118Z | Compiling pkg-config v0.3.31 |
| 1253 | 2025-03-03T21:49:04.385Z | Compiling hashbrown v0.15.1 |
| 1254 | 2025-03-03T21:49:05.514Z | Compiling regex-automata v0.4.8 |
| 1255 | 2025-03-03T21:49:05.558Z | Compiling libm v0.2.8 |
| 1256 | 2025-03-03T21:49:05.719Z | Compiling cexpr v0.6.0 |
| 1257 | 2025-03-03T21:49:05.940Z | Compiling cmake v0.1.51 |
| 1258 | 2025-03-03T21:49:05.944Z | Compiling num-traits v0.2.19 |
| 1259 | 2025-03-03T21:49:06.302Z | Compiling fs_extra v1.3.0 |
| 1260 | 2025-03-03T21:49:06.801Z | Compiling synstructure v0.13.1 |
| 1261 | 2025-03-03T21:49:06.858Z | Compiling dunce v1.0.5 |
| 1262 | 2025-03-03T21:49:07.323Z | Compiling litemap v0.7.3 |
| 1263 | 2025-03-03T21:49:07.740Z | Compiling writeable v0.5.5 |
| 1264 | 2025-03-03T21:49:07.760Z | Compiling getrandom v0.3.1 |
| 1265 | 2025-03-03T21:49:08.216Z | Compiling ring v0.17.11 |
| 1266 | 2025-03-03T21:49:08.516Z | Compiling base64ct v1.6.0 |
| 1267 | 2025-03-03T21:49:08.613Z | Compiling paste v1.0.15 |
| 1268 | 2025-03-03T21:49:09.096Z | Compiling pem-rfc7468 v0.7.0 |
| 1269 | 2025-03-03T21:49:09.675Z | Compiling httparse v1.9.5 |
| 1270 | 2025-03-03T21:49:09.774Z | Compiling icu_locid_transform_data v1.5.0 |
| 1271 | 2025-03-03T21:49:09.795Z | Compiling aws-lc-rs v1.12.4 |
| 1272 | 2025-03-03T21:49:09.894Z | Compiling flagset v0.4.6 |
| 1273 | 2025-03-03T21:49:10.151Z | Compiling tracing-core v0.1.32 |
| 1274 | 2025-03-03T21:49:10.260Z | Compiling crossbeam-utils v0.8.20 |
| 1275 | 2025-03-03T21:49:10.447Z | Compiling percent-encoding v2.3.1 |
| 1276 | 2025-03-03T21:49:10.778Z | Compiling regex v1.11.1 |
| 1277 | 2025-03-03T21:49:10.818Z | Compiling rustls-pki-types v1.10.0 |
| 1278 | 2025-03-03T21:49:11.166Z | Compiling icu_properties_data v1.5.0 |
| 1279 | 2025-03-03T21:49:11.449Z | Compiling vcpkg v0.2.15 |
| 1280 | 2025-03-03T21:49:11.688Z | Compiling untrusted v0.7.1 |
| 1281 | 2025-03-03T21:49:11.798Z | Compiling serde_derive v1.0.218 |
| 1282 | 2025-03-03T21:49:11.826Z | Compiling zeroize_derive v1.4.2 |
| 1283 | 2025-03-03T21:49:11.898Z | Compiling zerocopy-derive v0.7.35 |
| 1284 | 2025-03-03T21:49:12.117Z | Compiling tokio-macros v2.5.0 |
| 1285 | 2025-03-03T21:49:13.221Z | Compiling zerofrom-derive v0.1.4 |
| 1286 | 2025-03-03T21:49:13.266Z | Compiling zeroize v1.8.1 |
| 1287 | 2025-03-03T21:49:13.672Z | Compiling yoke-derive v0.7.4 |
| 1288 | 2025-03-03T21:49:13.928Z | Compiling zerocopy v0.7.35 |
| 1289 | 2025-03-03T21:49:14.475Z | Compiling thiserror-impl v1.0.69 |
| 1290 | 2025-03-03T21:49:14.658Z | Compiling displaydoc v0.2.5 |
| 1291 | 2025-03-03T21:49:14.679Z | Compiling zerovec-derive v0.10.3 |
| 1292 | 2025-03-03T21:49:14.945Z | Compiling crypto-common v0.1.6 |
| 1293 | 2025-03-03T21:49:15.225Z | Compiling block-buffer v0.10.4 |
| 1294 | 2025-03-03T21:49:15.435Z | Compiling futures-macro v0.3.31 |
| 1295 | 2025-03-03T21:49:15.526Z | Compiling digest v0.10.7 |
| 1296 | 2025-03-03T21:49:16.063Z | Compiling hmac v0.12.1 |
| 1297 | 2025-03-03T21:49:16.288Z | Compiling block-padding v0.3.3 |
| 1298 | 2025-03-03T21:49:16.358Z | Compiling ppv-lite86 v0.2.20 |
| 1299 | 2025-03-03T21:49:16.558Z | Compiling inout v0.1.3 |
| 1300 | 2025-03-03T21:49:16.578Z | Compiling sha2 v0.10.8 |
| 1301 | 2025-03-03T21:49:16.842Z | Compiling cipher v0.4.4 |
| 1302 | 2025-03-03T21:49:16.866Z | Compiling zerofrom v0.1.4 |
| 1303 | 2025-03-03T21:49:17.085Z | Compiling yoke v0.7.4 |
| 1304 | 2025-03-03T21:49:17.181Z | Compiling icu_provider_macros v1.5.0 |
| 1305 | 2025-03-03T21:49:17.308Z | Compiling der_derive v0.7.3 |
| 1306 | 2025-03-03T21:49:17.357Z | Compiling futures-util v0.3.31 |
| 1307 | 2025-03-03T21:49:17.383Z | Compiling tracing-attributes v0.1.27 |
| 1308 | 2025-03-03T21:49:17.459Z | Compiling zerovec v0.10.4 |
| 1309 | 2025-03-03T21:49:17.569Z | Compiling thiserror v1.0.69 |
| 1310 | 2025-03-03T21:49:17.731Z | Compiling pest v2.7.14 |
| 1311 | 2025-03-03T21:49:18.369Z | Compiling salsa20 v0.10.2 |
| 1312 | 2025-03-03T21:49:18.629Z | Compiling pbkdf2 v0.12.2 |
| 1313 | 2025-03-03T21:49:18.819Z | Compiling utf8_iter v1.0.4 |
| 1314 | 2025-03-03T21:49:19.105Z | Compiling utf16_iter v1.0.5 |
| 1315 | 2025-03-03T21:49:19.332Z | Compiling tinystr v0.7.6 |
| 1316 | 2025-03-03T21:49:19.644Z | Compiling icu_collections v1.5.0 |
| 1317 | 2025-03-03T21:49:19.736Z | Compiling icu_locid v1.5.0 |
| 1318 | 2025-03-03T21:49:19.755Z | Compiling der v0.7.9 |
| 1319 | 2025-03-03T21:49:20.299Z | Compiling untrusted v0.9.0 |
| 1320 | 2025-03-03T21:49:20.515Z | Compiling powerfmt v0.2.0 |
| 1321 | 2025-03-03T21:49:20.844Z | Compiling tracing v0.1.40 |
| 1322 | 2025-03-03T21:49:20.905Z | Compiling icu_provider v1.5.0 |
| 1323 | 2025-03-03T21:49:20.943Z | Compiling icu_normalizer_data v1.5.0 |
| 1324 | 2025-03-03T21:49:21.051Z | Compiling num-conv v0.1.0 |
| 1325 | 2025-03-03T21:49:21.069Z | Compiling time-core v0.1.2 |
| 1326 | 2025-03-03T21:49:21.269Z | Compiling write16 v1.0.0 |
| 1327 | 2025-03-03T21:49:21.363Z | Compiling time-macros v0.2.18 |
| 1328 | 2025-03-03T21:49:21.385Z | Compiling deranged v0.3.11 |
| 1329 | 2025-03-03T21:49:21.435Z | Compiling pest_meta v2.7.14 |
| 1330 | 2025-03-03T21:49:21.845Z | Compiling icu_locid_transform v1.5.0 |
| 1331 | 2025-03-03T21:49:21.920Z | Compiling spki v0.7.3 |
| 1332 | 2025-03-03T21:49:22.863Z | Compiling scrypt v0.11.0 |
| 1333 | 2025-03-03T21:49:22.866Z | Compiling cbc v0.1.2 |
| 1334 | 2025-03-03T21:49:23.065Z | Compiling aes v0.8.4 |
| 1335 | 2025-03-03T21:49:23.144Z | Compiling openssl-sys v0.9.106 |
| 1336 | 2025-03-03T21:49:23.391Z | Compiling icu_properties v1.5.1 |
| 1337 | 2025-03-03T21:49:24.244Z | Compiling scroll_derive v0.12.0 |
| 1338 | 2025-03-03T21:49:24.498Z | Compiling tinyvec_macros v0.1.1 |
| 1339 | 2025-03-03T21:49:24.615Z | Compiling num_threads v0.1.7 |
| 1340 | 2025-03-03T21:49:24.781Z | Compiling atomic-waker v1.1.2 |
| 1341 | 2025-03-03T21:49:25.010Z | Compiling time v0.3.36 |
| 1342 | 2025-03-03T21:49:25.527Z | Compiling bytes v1.10.0 |
| 1343 | 2025-03-03T21:49:25.574Z | Compiling bitflags v2.6.0 |
| 1344 | 2025-03-03T21:49:26.040Z | Compiling indexmap v2.7.1 |
| 1345 | 2025-03-03T21:49:26.059Z | Compiling semver v1.0.25 |
| 1346 | 2025-03-03T21:49:26.779Z | Compiling tokio v1.43.0 |
| 1347 | 2025-03-03T21:49:26.855Z | Compiling http v1.2.0 |
| 1348 | 2025-03-03T21:49:27.061Z | Compiling rustc_version v0.4.1 |
| 1349 | 2025-03-03T21:49:27.455Z | Compiling icu_normalizer v1.5.0 |
| 1350 | 2025-03-03T21:49:27.790Z | Compiling scroll v0.12.0 |
| 1351 | 2025-03-03T21:49:28.313Z | Compiling tinyvec v1.8.0 |
| 1352 | 2025-03-03T21:49:28.487Z | Compiling http-body v1.0.1 |
| 1353 | 2025-03-03T21:49:28.702Z | Compiling idna_adapter v1.2.0 |
| 1354 | 2025-03-03T21:49:28.758Z | Compiling pkcs5 v0.7.1 |
| 1355 | 2025-03-03T21:49:28.948Z | Compiling pest_generator v2.7.14 |
| 1356 | 2025-03-03T21:49:29.135Z | Compiling rand_chacha v0.3.1 |
| 1357 | 2025-03-03T21:49:29.319Z | Compiling form_urlencoded v1.2.1 |
| 1358 | 2025-03-03T21:49:29.703Z | Compiling try-lock v0.2.5 |
| 1359 | 2025-03-03T21:49:29.742Z | Compiling slog v2.7.0 |
| 1360 | 2025-03-03T21:49:29.867Z | Compiling which v4.4.2 |
| 1361 | 2025-03-03T21:49:29.888Z | Compiling zerocopy v0.8.10 |
| 1362 | 2025-03-03T21:49:29.933Z | Compiling want v0.3.1 |
| 1363 | 2025-03-03T21:49:30.349Z | Compiling goblin v0.8.2 |
| 1364 | 2025-03-03T21:49:30.426Z | Compiling rand v0.8.5 |
| 1365 | 2025-03-03T21:49:30.790Z | Compiling pkcs8 v0.10.2 |
| 1366 | 2025-03-03T21:49:30.904Z | Compiling pest_derive v2.7.14 |
| 1367 | 2025-03-03T21:49:31.004Z | Compiling idna v1.0.3 |
| 1368 | 2025-03-03T21:49:31.481Z | Compiling uuid v1.15.1 |
| 1369 | 2025-03-03T21:49:31.634Z | Compiling zerocopy-derive v0.8.10 |
| 1370 | 2025-03-03T21:49:31.706Z | Compiling adler2 v2.0.0 |
| 1371 | 2025-03-03T21:49:31.935Z | Compiling iana-time-zone v0.1.61 |
| 1372 | 2025-03-03T21:49:32.333Z | Compiling tower-service v0.3.3 |
| 1373 | 2025-03-03T21:49:32.495Z | Compiling httpdate v1.0.3 |
| 1374 | 2025-03-03T21:49:32.552Z | Compiling chrono v0.4.40 |
| 1375 | 2025-03-03T21:49:32.639Z | Compiling miniz_oxide v0.8.5 |
| 1376 | 2025-03-03T21:49:32.972Z | Compiling dtrace-parser v0.2.0 |
| 1377 | 2025-03-03T21:49:33.916Z | Compiling serde_spanned v0.6.8 |
| 1378 | 2025-03-03T21:49:34.177Z | Compiling serde_tokenstream v0.2.2 |
| 1379 | 2025-03-03T21:49:34.198Z | Compiling toml_datetime v0.6.8 |
| 1380 | 2025-03-03T21:49:34.738Z | Compiling match_cfg v0.1.0 |
| 1381 | 2025-03-03T21:49:34.832Z | Compiling rustversion v1.0.17 |
| 1382 | 2025-03-03T21:49:34.856Z | Compiling foreign-types-shared v0.1.1 |
| 1383 | 2025-03-03T21:49:34.877Z | Compiling openssl v0.10.71 |
| 1384 | 2025-03-03T21:49:34.997Z | Compiling base64 v0.22.1 |
| 1385 | 2025-03-03T21:49:35.378Z | Compiling foreign-types v0.3.2 |
| 1386 | 2025-03-03T21:49:35.499Z | Compiling tokio-util v0.7.13 |
| 1387 | 2025-03-03T21:49:35.620Z | Compiling hostname v0.3.1 |
| 1388 | 2025-03-03T21:49:35.707Z | Compiling url v2.5.3 |
| 1389 | 2025-03-03T21:49:36.023Z | Compiling openssl-macros v0.1.1 |
| 1390 | 2025-03-03T21:49:36.800Z | Compiling h2 v0.4.6 |
| 1391 | 2025-03-03T21:49:36.832Z | Compiling dof v0.3.0 |
| 1392 | 2025-03-03T21:49:37.267Z | Compiling async-trait v0.1.86 |
| 1393 | 2025-03-03T21:49:37.522Z | Compiling rand_core v0.9.2 |
| 1394 | 2025-03-03T21:49:37.665Z | Compiling usdt-impl v0.5.0 |
| 1395 | 2025-03-03T21:49:38.015Z | Compiling serde_derive_internals v0.29.1 |
| 1396 | 2025-03-03T21:49:38.668Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1397 | 2025-03-03T21:49:39.070Z | Compiling dirs-sys-next v0.1.2 |
| 1398 | 2025-03-03T21:49:39.203Z | Compiling syn v1.0.109 |
| 1399 | 2025-03-03T21:49:39.681Z | Compiling rustls v0.23.19 |
| 1400 | 2025-03-03T21:49:39.801Z | Compiling schemars v0.8.22 |
| 1401 | 2025-03-03T21:49:39.843Z | Compiling data-encoding v2.6.0 |
| 1402 | 2025-03-03T21:49:39.881Z | Compiling siphasher v0.3.11 |
| 1403 | 2025-03-03T21:49:40.009Z | Compiling rustls v0.22.4 |
| 1404 | 2025-03-03T21:49:40.180Z | Compiling native-tls v0.2.12 |
| 1405 | 2025-03-03T21:49:40.370Z | Compiling schemars_derive v0.8.22 |
| 1406 | 2025-03-03T21:49:40.397Z | Compiling dirs-next v2.0.0 |
| 1407 | 2025-03-03T21:49:40.601Z | Compiling rand_chacha v0.9.0 |
| 1408 | 2025-03-03T21:49:41.812Z | Compiling unicode-normalization v0.1.24 |
| 1409 | 2025-03-03T21:49:41.894Z | Compiling http-body-util v0.1.2 |
| 1410 | 2025-03-03T21:49:41.924Z | Compiling heapless v0.7.17 |
| 1411 | 2025-03-03T21:49:42.391Z | Compiling crossbeam-epoch v0.9.18 |
| 1412 | 2025-03-03T21:49:42.424Z | Compiling signature v2.2.0 |
| 1413 | 2025-03-03T21:49:42.742Z | Compiling sha1 v0.10.6 |
| 1414 | 2025-03-03T21:49:42.863Z | Compiling thread_local v1.1.8 |
| 1415 | 2025-03-03T21:49:42.913Z | Compiling crc32fast v1.4.2 |
| 1416 | 2025-03-03T21:49:43.081Z | Compiling encoding_rs v0.8.34 |
| 1417 | 2025-03-03T21:49:43.222Z | Compiling multer v3.1.0 |
| 1418 | 2025-03-03T21:49:43.258Z | Compiling cookie v0.18.1 |
| 1419 | 2025-03-03T21:49:43.366Z | Compiling unicode-properties v0.1.3 |
| 1420 | 2025-03-03T21:49:43.403Z | Compiling openssl-probe v0.1.5 |
| 1421 | 2025-03-03T21:49:43.548Z | Compiling slog-async v2.8.0 |
| 1422 | 2025-03-03T21:49:43.589Z | Compiling gimli v0.31.1 |
| 1423 | 2025-03-03T21:49:43.704Z | Compiling unicode-bidi v0.3.17 |
| 1424 | 2025-03-03T21:49:43.816Z | Compiling signal-hook v0.3.17 |
| 1425 | 2025-03-03T21:49:44.075Z | Compiling hyper v1.6.0 |
| 1426 | 2025-03-03T21:49:44.157Z | Compiling dyn-clone v1.0.18 |
| 1427 | 2025-03-03T21:49:44.394Z | Compiling ipnet v2.11.0 |
| 1428 | 2025-03-03T21:49:45.087Z | Compiling mime v0.3.17 |
| 1429 | 2025-03-03T21:49:45.640Z | Compiling rayon-core v1.12.1 |
| 1430 | 2025-03-03T21:49:45.679Z | Compiling toml_edit v0.22.24 |
| 1431 | 2025-03-03T21:49:45.996Z | Compiling stringprep v0.1.5 |
| 1432 | 2025-03-03T21:49:47.104Z | Compiling hyper-util v0.1.10 |
| 1433 | 2025-03-03T21:49:48.024Z | Compiling addr2line v0.24.2 |
| 1434 | 2025-03-03T21:49:48.058Z | Compiling crossbeam-deque v0.8.5 |
| 1435 | 2025-03-03T21:49:48.553Z | Compiling rand v0.9.0 |
| 1436 | 2025-03-03T21:49:48.650Z | Compiling term v0.7.0 |
| 1437 | 2025-03-03T21:49:48.735Z | Compiling usdt-attr-macro v0.5.0 |
| 1438 | 2025-03-03T21:49:49.980Z | Compiling usdt-macro v0.5.0 |
| 1439 | 2025-03-03T21:49:50.158Z | Compiling slog-json v2.6.1 |
| 1440 | 2025-03-03T21:49:50.376Z | Compiling serde_urlencoded v0.7.1 |
| 1441 | 2025-03-03T21:49:50.404Z | Compiling curve25519-dalek v4.1.3 |
| 1442 | 2025-03-03T21:49:50.551Z | Compiling crossbeam-channel v0.5.13 |
| 1443 | 2025-03-03T21:49:50.623Z | Compiling futures-executor v0.3.31 |
| 1444 | 2025-03-03T21:49:50.926Z | Compiling enum-as-inner v0.6.1 |
| 1445 | 2025-03-03T21:49:51.154Z | Compiling md-5 v0.10.6 |
| 1446 | 2025-03-03T21:49:51.183Z | Compiling async-stream-impl v0.3.6 |
| 1447 | 2025-03-03T21:49:51.422Z | Compiling rustls-pemfile v2.2.0 |
| 1448 | 2025-03-03T21:49:51.441Z | Compiling num-integer v0.1.46 |
| 1449 | 2025-03-03T21:49:51.598Z | Compiling hash32 v0.2.1 |
| 1450 | 2025-03-03T21:49:51.762Z | Compiling ff v0.13.0 |
| 1451 | 2025-03-03T21:49:51.992Z | Compiling is-terminal v0.4.13 |
| 1452 | 2025-03-03T21:49:51.995Z | Compiling dropshot v0.12.0 |
| 1453 | 2025-03-03T21:49:52.027Z | Compiling memoffset v0.9.1 |
| 1454 | 2025-03-03T21:49:52.128Z | Compiling object v0.36.5 |
| 1455 | 2025-03-03T21:49:52.150Z | Compiling take_mut v0.2.2 |
| 1456 | 2025-03-03T21:49:52.322Z | Compiling fallible-iterator v0.2.0 |
| 1457 | 2025-03-03T21:49:52.340Z | Compiling smoltcp v0.9.1 |
| 1458 | 2025-03-03T21:49:52.388Z | Compiling anyhow v1.0.96 |
| 1459 | 2025-03-03T21:49:52.505Z | Compiling portable-atomic v1.9.0 |
| 1460 | 2025-03-03T21:49:53.016Z | Compiling base16ct v0.2.0 |
| 1461 | 2025-03-03T21:49:53.020Z | Compiling rustc-demangle v0.1.24 |
| 1462 | 2025-03-03T21:49:53.056Z | Compiling utf-8 v0.7.6 |
| 1463 | 2025-03-03T21:49:53.100Z | Compiling quick-error v1.2.3 |
| 1464 | 2025-03-03T21:49:53.273Z | Compiling cfg_aliases v0.2.1 |
| 1465 | 2025-03-03T21:49:53.355Z | Compiling num-bigint-dig v0.8.4 |
| 1466 | 2025-03-03T21:49:53.389Z | Compiling linked-hash-map v0.5.6 |
| 1467 | 2025-03-03T21:49:53.389Z | Compiling psl-types v2.0.11 |
| 1468 | 2025-03-03T21:49:53.497Z | Compiling litrs v0.4.1 |
| 1469 | 2025-03-03T21:49:53.634Z | Compiling publicsuffix v2.3.0 |
| 1470 | 2025-03-03T21:49:53.739Z | Compiling lru-cache v0.1.2 |
| 1471 | 2025-03-03T21:49:53.830Z | Compiling nix v0.29.0 |
| 1472 | 2025-03-03T21:49:53.942Z | Compiling tungstenite v0.24.0 |
| 1473 | 2025-03-03T21:49:53.964Z | Compiling resolv-conf v0.7.0 |
| 1474 | 2025-03-03T21:49:53.968Z | Compiling sec1 v0.7.3 |
| 1475 | 2025-03-03T21:49:54.671Z | Compiling document-features v0.2.10 |
| 1476 | 2025-03-03T21:49:54.783Z | Compiling postgres-protocol v0.6.8 |
| 1477 | 2025-03-03T21:49:54.805Z | Compiling async-stream v0.3.6 |
| 1478 | 2025-03-03T21:49:55.227Z | Compiling slog-term v2.9.1 |
| 1479 | 2025-03-03T21:49:55.896Z | Compiling usdt v0.5.0 |
| 1480 | 2025-03-03T21:49:56.017Z | Compiling hickory-proto v0.24.4 |
| 1481 | 2025-03-03T21:49:56.069Z | Compiling group v0.13.0 |
| 1482 | 2025-03-03T21:49:56.254Z | Compiling num-iter v0.1.45 |
| 1483 | 2025-03-03T21:49:56.415Z | Compiling futures v0.3.31 |
| 1484 | 2025-03-03T21:49:56.470Z | Compiling slog-bunyan v2.5.0 |
| 1485 | 2025-03-03T21:49:56.542Z | Compiling toml v0.8.20 |
| 1486 | 2025-03-03T21:49:56.564Z | Compiling bzip2 v0.4.4 |
| 1487 | 2025-03-03T21:49:58.057Z | Compiling tokio-native-tls v0.3.1 |
| 1488 | 2025-03-03T21:49:58.268Z | Compiling camino v1.1.9 |
| 1489 | 2025-03-03T21:49:58.367Z | Compiling flate2 v1.1.0 |
| 1490 | 2025-03-03T21:49:58.548Z | Compiling phf_shared v0.11.2 |
| 1491 | 2025-03-03T21:49:58.882Z | Compiling dropshot_endpoint v0.12.0 |
| 1492 | 2025-03-03T21:49:58.954Z | Compiling backtrace v0.3.74 |
| 1493 | 2025-03-03T21:49:59.116Z | Compiling terminal_size v0.4.0 |
| 1494 | 2025-03-03T21:49:59.284Z | Compiling openapiv3 v2.0.0 |
| 1495 | 2025-03-03T21:49:59.371Z | Compiling serde_path_to_error v0.1.16 |
| 1496 | 2025-03-03T21:49:59.522Z | Compiling waitgroup v0.1.2 |
| 1497 | 2025-03-03T21:49:59.776Z | Compiling hkdf v0.12.4 |
| 1498 | 2025-03-03T21:50:00.075Z | Compiling crypto-bigint v0.5.5 |
| 1499 | 2025-03-03T21:50:00.210Z | Compiling zerocopy-derive v0.6.6 |
| 1500 | 2025-03-03T21:50:01.114Z | Compiling hubpack_derive v0.1.1 |
| 1501 | 2025-03-03T21:50:01.941Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1502 | 2025-03-03T21:50:02.042Z | Compiling webpki-roots v0.26.6 |
| 1503 | 2025-03-03T21:50:02.174Z | Compiling sync_wrapper v1.0.1 |
| 1504 | 2025-03-03T21:50:02.288Z | Compiling hostname v0.4.0 |
| 1505 | 2025-03-03T21:50:02.348Z | Compiling fs-err v2.11.0 |
| 1506 | 2025-03-03T21:50:02.519Z | Compiling ahash v0.8.11 |
| 1507 | 2025-03-03T21:50:02.689Z | Compiling winnow v0.5.40 |
| 1508 | 2025-03-03T21:50:02.888Z | Compiling zip v2.1.3 |
| 1509 | 2025-03-03T21:50:03.067Z | Compiling unicode-width v0.2.0 |
| 1510 | 2025-03-03T21:50:03.208Z | Compiling buf-list v1.0.3 |
| 1511 | 2025-03-03T21:50:03.422Z | Compiling debug-ignore v1.0.5 |
| 1512 | 2025-03-03T21:50:03.500Z | Compiling managed v0.8.0 |
| 1513 | 2025-03-03T21:50:03.580Z | Compiling lockfree-object-pool v0.1.6 |
| 1514 | 2025-03-03T21:50:03.615Z | Compiling newtype-uuid v1.2.1 |
| 1515 | 2025-03-03T21:50:03.828Z | Compiling bumpalo v3.16.0 |
| 1516 | 2025-03-03T21:50:03.864Z | Compiling simd-adler32 v0.3.7 |
| 1517 | 2025-03-03T21:50:03.941Z | Compiling tower-layer v0.3.3 |
| 1518 | 2025-03-03T21:50:04.241Z | Compiling zopfli v0.8.1 |
| 1519 | 2025-03-03T21:50:04.291Z | Compiling tower v0.5.2 |
| 1520 | 2025-03-03T21:50:04.524Z | Compiling console v0.15.10 |
| 1521 | 2025-03-03T21:50:05.228Z | Compiling strum_macros v0.25.3 |
| 1522 | 2025-03-03T21:50:05.319Z | Compiling clap_builder v4.5.31 |
| 1523 | 2025-03-03T21:50:05.967Z | Compiling elliptic-curve v0.13.8 |
| 1524 | 2025-03-03T21:50:06.165Z | Compiling toml_edit v0.19.15 |
| 1525 | 2025-03-03T21:50:06.408Z | Compiling zerocopy v0.6.6 |
| 1526 | 2025-03-03T21:50:06.510Z | Compiling hubpack v0.1.2 |
| 1527 | 2025-03-03T21:50:06.801Z | Compiling hickory-resolver v0.24.4 |
| 1528 | 2025-03-03T21:50:07.210Z | Compiling phf v0.11.2 |
| 1529 | 2025-03-03T21:50:07.521Z | Compiling signal-hook-mio v0.2.4 |
| 1530 | 2025-03-03T21:50:07.719Z | Compiling hyper-tls v0.6.0 |
| 1531 | 2025-03-03T21:50:07.764Z | Compiling cookie_store v0.21.1 |
| 1532 | 2025-03-03T21:50:08.159Z | Compiling rayon v1.10.0 |
| 1533 | 2025-03-03T21:50:09.231Z | Compiling postgres-types v0.2.9 |
| 1534 | 2025-03-03T21:50:10.815Z | Compiling tokio-tungstenite v0.24.0 |
| 1535 | 2025-03-03T21:50:12.667Z | Compiling ed25519 v2.2.3 |
| 1536 | 2025-03-03T21:50:12.741Z | Compiling phf_shared v0.10.0 |
| 1537 | 2025-03-03T21:50:12.762Z | Compiling tokio-stream v0.1.17 |
| 1538 | 2025-03-03T21:50:13.141Z | Compiling pkcs1 v0.7.5 |
| 1539 | 2025-03-03T21:50:13.441Z | Compiling serde-big-array v0.5.1 |
| 1540 | 2025-03-03T21:50:13.462Z | Compiling clap_derive v4.5.28 |
| 1541 | 2025-03-03T21:50:13.711Z | Compiling rfc6979 v0.4.0 |
| 1542 | 2025-03-03T21:50:13.784Z | Compiling serde_repr v0.1.19 |
| 1543 | 2025-03-03T21:50:13.930Z | Compiling derive-where v1.2.7 |
| 1544 | 2025-03-03T21:50:14.042Z | Compiling bstr v1.10.0 |
| 1545 | 2025-03-03T21:50:14.133Z | Compiling float-cmp v0.10.0 |
| 1546 | 2025-03-03T21:50:14.413Z | Compiling normalize-line-endings v0.3.0 |
| 1547 | 2025-03-03T21:50:14.589Z | Compiling difflib v0.4.0 |
| 1548 | 2025-03-03T21:50:14.640Z | Compiling new_debug_unreachable v1.0.6 |
| 1549 | 2025-03-03T21:50:14.769Z | Compiling unicode-segmentation v1.12.0 |
| 1550 | 2025-03-03T21:50:14.928Z | Compiling whoami v1.5.2 |
| 1551 | 2025-03-03T21:50:15.604Z | Compiling static_assertions v1.1.0 |
| 1552 | 2025-03-03T21:50:15.671Z | Compiling predicates-core v1.0.8 |
| 1553 | 2025-03-03T21:50:15.688Z | Compiling precomputed-hash v0.1.1 |
| 1554 | 2025-03-03T21:50:15.743Z | Compiling fixedbitset v0.4.2 |
| 1555 | 2025-03-03T21:50:15.823Z | Compiling number_prefix v0.4.0 |
| 1556 | 2025-03-03T21:50:15.962Z | Compiling predicates v3.1.3 |
| 1557 | 2025-03-03T21:50:16.010Z | Compiling string_cache v0.8.7 |
| 1558 | 2025-03-03T21:50:16.078Z | Compiling indicatif v0.17.11 |
| 1559 | 2025-03-03T21:50:16.192Z | Compiling petgraph v0.6.5 |
| 1560 | 2025-03-03T21:50:16.492Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1561 | 2025-03-03T21:50:17.277Z | Compiling similar v2.7.0 |
| 1562 | 2025-03-03T21:50:17.542Z | Compiling tokio-postgres v0.7.13 |
| 1563 | 2025-03-03T21:50:18.141Z | Compiling ecdsa v0.16.9 |
| 1564 | 2025-03-03T21:50:18.216Z | Compiling clap v4.5.31 |
| 1565 | 2025-03-03T21:50:18.360Z | Compiling rsa v0.9.6 |
| 1566 | 2025-03-03T21:50:19.000Z | Compiling ed25519-dalek v2.1.1 |
| 1567 | 2025-03-03T21:50:20.010Z | Compiling toml v0.7.8 |
| 1568 | 2025-03-03T21:50:20.448Z | Compiling crossterm v0.28.1 |
| 1569 | 2025-03-03T21:50:23.053Z | Compiling zip v0.6.6 |
| 1570 | 2025-03-03T21:50:23.335Z | Compiling hex v0.4.3 |
| 1571 | 2025-03-03T21:50:23.452Z | Compiling x509-cert v0.2.5 |
| 1572 | 2025-03-03T21:50:23.748Z | Compiling itertools v0.10.5 |
| 1573 | 2025-03-03T21:50:23.846Z | Compiling lalrpop-util v0.19.12 |
| 1574 | 2025-03-03T21:50:23.920Z | Compiling peg-runtime v0.8.3 |
| 1575 | 2025-03-03T21:50:24.222Z | Compiling unicode-xid v0.2.6 |
| 1576 | 2025-03-03T21:50:24.242Z | Compiling strum_macros v0.26.4 |
| 1577 | 2025-03-03T21:50:24.379Z | Compiling xattr v1.3.1 |
| 1578 | 2025-03-03T21:50:24.441Z | Compiling filetime v0.2.25 |
| 1579 | 2025-03-03T21:50:24.708Z | Compiling tar v0.4.44 |
| 1580 | 2025-03-03T21:50:28.944Z | Compiling strum v0.26.3 |
| 1581 | 2025-03-03T21:50:32.410Z | Compiling aws-lc-sys v0.26.0 |
| 1582 | 2025-03-03T21:51:04.184Z | Compiling rustls-webpki v0.102.8 |
| 1583 | 2025-03-03T21:51:07.681Z | Compiling tokio-rustls v0.25.0 |
| 1584 | 2025-03-03T21:51:09.511Z | Compiling tokio-rustls v0.26.0 |
| 1585 | 2025-03-03T21:51:09.839Z | Compiling hyper-rustls v0.27.3 |
| 1586 | 2025-03-03T21:51:10.146Z | Compiling reqwest v0.12.12 |
| 1587 | 2025-03-03T21:51:11.776Z | Compiling qorb v0.2.1 |
| 1588 | 2025-03-03T21:51:14.903Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1589 | 2025-03-03T21:51:15.201Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1590 | 2025-03-03T21:51:20.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 1591 | 2025-03-03T21:51:20.299Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1592 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.078 INFO Starting download, target: Clickhouse |
| 1593 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.079 INFO Starting download, target: Cockroach |
| 1594 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.079 INFO Starting download, target: Console |
| 1595 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.079 INFO Starting download, target: DendriteOpenapi |
| 1596 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.079 INFO Starting download, target: DendriteStub |
| 1597 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.079 INFO Starting download, target: MaghemiteMgd |
| 1598 | 2025-03-03T21:51:20.353Z | Mar 03 21:51:19.079 INFO Starting download, target: TransceiverControl |
| 1599 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1600 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1601 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1602 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1603 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1604 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1605 | 2025-03-03T21:51:20.357Z | Mar 03 21:51:19.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1606 | 2025-03-03T21:51:20.569Z | Mar 03 21:51:19.290 INFO Download complete, target: DendriteOpenapi |
| 1607 | 2025-03-03T21:51:20.713Z | Mar 03 21:51:19.409 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1608 | 2025-03-03T21:51:21.024Z | Mar 03 21:51:19.741 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1609 | 2025-03-03T21:51:21.118Z | Mar 03 21:51:19.833 INFO Download complete, target: TransceiverControl |
| 1610 | 2025-03-03T21:51:21.313Z | Mar 03 21:51:20.023 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1611 | 2025-03-03T21:51:21.417Z | Mar 03 21:51:20.139 INFO Download complete, target: Console |
| 1612 | 2025-03-03T21:51:21.553Z | Mar 03 21:51:20.278 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1613 | 2025-03-03T21:51:22.285Z | Mar 03 21:51:21.011 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1614 | 2025-03-03T21:51:22.397Z | Mar 03 21:51:21.122 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1615 | 2025-03-03T21:51:22.397Z | Mar 03 21:51:21.122 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1616 | 2025-03-03T21:51:23.868Z | Mar 03 21:51:22.593 INFO Download complete, target: DendriteStub |
| 1617 | 2025-03-03T21:51:24.148Z | Mar 03 21:51:22.871 INFO Download complete, target: MaghemiteMgd |
| 1618 | 2025-03-03T21:51:28.845Z | Mar 03 21:51:27.569 INFO Checking that binary works, target: Cockroach |
| 1619 | 2025-03-03T21:51:29.077Z | Mar 03 21:51:27.800 INFO Download complete, target: Cockroach |
| 1620 | 2025-03-03T21:51:32.999Z | Mar 03 21:51:31.723 INFO Checking that binary works, target: Clickhouse |
| 1621 | 2025-03-03T21:51:33.113Z | Mar 03 21:51:31.837 INFO Download complete, target: Clickhouse |
| 1622 | 2025-03-03T21:51:33.121Z | All prerequisites installed successfully |
| 1623 | 2025-03-03T21:51:33.124Z | |
| 1624 | 2025-03-03T21:51:33.124Z | real 4:58.361744415 |
| 1625 | 2025-03-03T21:51:33.124Z | user 16:36.764982756 |
| 1626 | 2025-03-03T21:51:33.124Z | sys 2:17.033251903 |
| 1627 | 2025-03-03T21:51:33.124Z | trap 0.697004732 |
| 1628 | 2025-03-03T21:51:33.124Z | tflt 0.931687722 |
| 1629 | 2025-03-03T21:51:33.124Z | dflt 1.320781475 |
| 1630 | 2025-03-03T21:51:33.124Z | kflt 0.024660693 |
| 1631 | 2025-03-03T21:51:33.124Z | lock 25:32.558902729 |
| 1632 | 2025-03-03T21:51:33.124Z | slp 59:29.556952566 |
| 1633 | 2025-03-03T21:51:33.125Z | lat 1:06.542164720 |
| 1634 | 2025-03-03T21:51:33.125Z | stop 2:34.699669041 |
| 1635 | 2025-03-03T21:51:33.125Z | + ptime -m cargo xtask download softnpu |
| 1636 | 2025-03-03T21:51:33.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1637 | 2025-03-03T21:51:33.759Z | Running `target/debug/xtask download softnpu` |
| 1638 | 2025-03-03T21:51:34.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
| 1639 | 2025-03-03T21:51:34.760Z | Running `target/debug/xtask-downloader softnpu` |
| 1640 | 2025-03-03T21:51:34.803Z | Mar 03 21:51:33.526 INFO Starting download, target: Softnpu |
| 1641 | 2025-03-03T21:51:34.806Z | Mar 03 21:51:33.527 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1642 | 2025-03-03T21:51:35.353Z | Mar 03 21:51:34.077 INFO Download complete, target: Softnpu |
| 1643 | 2025-03-03T21:51:35.357Z | |
| 1644 | 2025-03-03T21:51:35.360Z | real 2.228976718 |
| 1645 | 2025-03-03T21:51:35.360Z | user 1.418816658 |
| 1646 | 2025-03-03T21:51:35.360Z | sys 0.596104130 |
| 1647 | 2025-03-03T21:51:35.360Z | trap 0.001373720 |
| 1648 | 2025-03-03T21:51:35.360Z | tflt 0.000043682 |
| 1649 | 2025-03-03T21:51:35.360Z | dflt 0.000105335 |
| 1650 | 2025-03-03T21:51:35.360Z | kflt 0.000000000 |
| 1651 | 2025-03-03T21:51:35.361Z | lock 5.668991716 |
| 1652 | 2025-03-03T21:51:35.361Z | slp 0.396904688 |
| 1653 | 2025-03-03T21:51:35.361Z | lat 0.074211735 |
| 1654 | 2025-03-03T21:51:35.361Z | stop 0.000184014 |
| 1655 | 2025-03-03T21:51:35.361Z | + export CARGO_INCREMENTAL=0 |
| 1656 | 2025-03-03T21:51:35.361Z | + CARGO_INCREMENTAL=0 |
| 1657 | 2025-03-03T21:51:35.361Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1658 | 2025-03-03T21:51:36.469Z | Compiling proc-macro2 v1.0.93 |
| 1659 | 2025-03-03T21:51:36.469Z | Compiling unicode-ident v1.0.14 |
| 1660 | 2025-03-03T21:51:36.469Z | Compiling libc v0.2.170 |
| 1661 | 2025-03-03T21:51:36.469Z | Compiling serde v1.0.218 |
| 1662 | 2025-03-03T21:51:36.469Z | Compiling autocfg v1.4.0 |
| 1663 | 2025-03-03T21:51:36.473Z | Compiling version_check v0.9.5 |
| 1664 | 2025-03-03T21:51:36.473Z | Compiling cfg-if v1.0.0 |
| 1665 | 2025-03-03T21:51:36.757Z | Compiling memchr v2.7.4 |
| 1666 | 2025-03-03T21:51:36.807Z | Compiling typenum v1.17.0 |
| 1667 | 2025-03-03T21:51:36.827Z | Compiling shlex v1.3.0 |
| 1668 | 2025-03-03T21:51:37.199Z | Compiling generic-array v0.14.7 |
| 1669 | 2025-03-03T21:51:37.237Z | Compiling value-bag v1.9.0 |
| 1670 | 2025-03-03T21:51:37.445Z | Compiling lock_api v0.4.12 |
| 1671 | 2025-03-03T21:51:37.686Z | Compiling log v0.4.22 |
| 1672 | 2025-03-03T21:51:37.764Z | Compiling scopeguard v1.2.0 |
| 1673 | 2025-03-03T21:51:37.947Z | Compiling parking_lot_core v0.9.10 |
| 1674 | 2025-03-03T21:51:38.023Z | Compiling serde_json v1.0.139 |
| 1675 | 2025-03-03T21:51:38.381Z | Compiling quote v1.0.38 |
| 1676 | 2025-03-03T21:51:38.400Z | Compiling rustix v0.38.37 |
| 1677 | 2025-03-03T21:51:38.445Z | Compiling libm v0.2.8 |
| 1678 | 2025-03-03T21:51:38.470Z | Compiling num-traits v0.2.19 |
| 1679 | 2025-03-03T21:51:38.708Z | Compiling jobserver v0.1.32 |
| 1680 | 2025-03-03T21:51:38.794Z | Compiling getrandom v0.2.15 |
| 1681 | 2025-03-03T21:51:38.862Z | Compiling syn v2.0.98 |
| 1682 | 2025-03-03T21:51:38.881Z | Compiling aho-corasick v1.1.3 |
| 1683 | 2025-03-03T21:51:39.023Z | Compiling regex-syntax v0.8.5 |
| 1684 | 2025-03-03T21:51:39.048Z | Compiling semver v1.0.25 |
| 1685 | 2025-03-03T21:51:39.068Z | Compiling thiserror v1.0.69 |
| 1686 | 2025-03-03T21:51:39.187Z | Compiling cc v1.2.15 |
| 1687 | 2025-03-03T21:51:39.548Z | Compiling getrandom v0.3.1 |
| 1688 | 2025-03-03T21:51:39.607Z | Compiling either v1.14.0 |
| 1689 | 2025-03-03T21:51:39.758Z | Compiling once_cell v1.20.3 |
| 1690 | 2025-03-03T21:51:39.977Z | Compiling itoa v1.0.11 |
| 1691 | 2025-03-03T21:51:40.051Z | Compiling slab v0.4.9 |
| 1692 | 2025-03-03T21:51:40.296Z | Compiling rand_core v0.6.4 |
| 1693 | 2025-03-03T21:51:40.413Z | Compiling spin v0.9.8 |
| 1694 | 2025-03-03T21:51:40.807Z | Compiling errno v0.3.9 |
| 1695 | 2025-03-03T21:51:41.071Z | Compiling glob v0.3.2 |
| 1696 | 2025-03-03T21:51:41.433Z | Compiling prettyplease v0.2.29 |
| 1697 | 2025-03-03T21:51:41.659Z | Compiling smallvec v1.14.0 |
| 1698 | 2025-03-03T21:51:41.687Z | Compiling lazy_static v1.5.0 |
| 1699 | 2025-03-03T21:51:41.834Z | Compiling clang-sys v1.8.1 |
| 1700 | 2025-03-03T21:51:41.874Z | Compiling minimal-lexical v0.2.1 |
| 1701 | 2025-03-03T21:51:42.223Z | Compiling libloading v0.8.5 |
| 1702 | 2025-03-03T21:51:42.344Z | Compiling nom v7.1.3 |
| 1703 | 2025-03-03T21:51:42.514Z | Compiling subtle v2.6.1 |
| 1704 | 2025-03-03T21:51:42.566Z | Compiling home v0.5.9 |
| 1705 | 2025-03-03T21:51:42.622Z | Compiling regex-automata v0.4.8 |
| 1706 | 2025-03-03T21:51:42.643Z | Compiling bindgen v0.69.5 |
| 1707 | 2025-03-03T21:51:42.860Z | Compiling itertools v0.12.1 |
| 1708 | 2025-03-03T21:51:43.205Z | Compiling allocator-api2 v0.2.18 |
| 1709 | 2025-03-03T21:51:43.440Z | Compiling lazycell v1.3.0 |
| 1710 | 2025-03-03T21:51:43.664Z | Compiling foldhash v0.1.3 |
| 1711 | 2025-03-03T21:51:43.995Z | Compiling equivalent v1.0.1 |
| 1712 | 2025-03-03T21:51:44.016Z | Compiling rustc-hash v1.1.0 |
| 1713 | 2025-03-03T21:51:44.143Z | Compiling hashbrown v0.15.1 |
| 1714 | 2025-03-03T21:51:44.194Z | Compiling cmake v0.1.51 |
| 1715 | 2025-03-03T21:51:44.570Z | Compiling fs_extra v1.3.0 |
| 1716 | 2025-03-03T21:51:44.999Z | Compiling pkg-config v0.3.31 |
| 1717 | 2025-03-03T21:51:45.144Z | Compiling dunce v1.0.5 |
| 1718 | 2025-03-03T21:51:45.466Z | Compiling pin-project-lite v0.2.14 |
| 1719 | 2025-03-03T21:51:45.629Z | Compiling cexpr v0.6.0 |
| 1720 | 2025-03-03T21:51:45.735Z | Compiling byteorder v1.5.0 |
| 1721 | 2025-03-03T21:51:46.258Z | Compiling synstructure v0.13.1 |
| 1722 | 2025-03-03T21:51:46.817Z | Compiling ring v0.17.11 |
| 1723 | 2025-03-03T21:51:46.997Z | Compiling ryu v1.0.18 |
| 1724 | 2025-03-03T21:51:47.139Z | Compiling paste v1.0.15 |
| 1725 | 2025-03-03T21:51:47.432Z | Compiling schemars v0.8.22 |
| 1726 | 2025-03-03T21:51:47.627Z | Compiling regex v1.11.1 |
| 1727 | 2025-03-03T21:51:47.998Z | Compiling serde_derive_internals v0.29.1 |
| 1728 | 2025-03-03T21:51:48.633Z | Compiling signal-hook-registry v1.4.2 |
| 1729 | 2025-03-03T21:51:48.766Z | Compiling httparse v1.9.5 |
| 1730 | 2025-03-03T21:51:48.898Z | Compiling const-oid v0.9.6 |
| 1731 | 2025-03-03T21:51:48.939Z | Compiling aws-lc-rs v1.12.4 |
| 1732 | 2025-03-03T21:51:49.390Z | Compiling fnv v1.0.7 |
| 1733 | 2025-03-03T21:51:49.417Z | Compiling parking_lot v0.12.3 |
| 1734 | 2025-03-03T21:51:49.555Z | Compiling mio v1.0.2 |
| 1735 | 2025-03-03T21:51:50.284Z | Compiling heck v0.5.0 |
| 1736 | 2025-03-03T21:51:50.384Z | Compiling serde_derive v1.0.218 |
| 1737 | 2025-03-03T21:51:50.455Z | Compiling zeroize_derive v1.4.2 |
| 1738 | 2025-03-03T21:51:50.522Z | Compiling tokio-macros v2.5.0 |
| 1739 | 2025-03-03T21:51:51.005Z | Compiling thiserror-impl v1.0.69 |
| 1740 | 2025-03-03T21:51:51.219Z | Compiling zerocopy-derive v0.7.35 |
| 1741 | 2025-03-03T21:51:51.552Z | Compiling zerofrom-derive v0.1.4 |
| 1742 | 2025-03-03T21:51:51.754Z | Compiling yoke-derive v0.7.4 |
| 1743 | 2025-03-03T21:51:51.790Z | Compiling zeroize v1.8.1 |
| 1744 | 2025-03-03T21:51:52.284Z | Compiling futures-macro v0.3.31 |
| 1745 | 2025-03-03T21:51:52.339Z | Compiling displaydoc v0.2.5 |
| 1746 | 2025-03-03T21:51:53.012Z | Compiling zerovec-derive v0.10.3 |
| 1747 | 2025-03-03T21:51:53.978Z | Compiling icu_provider_macros v1.5.0 |
| 1748 | 2025-03-03T21:51:54.129Z | Compiling tracing-attributes v0.1.27 |
| 1749 | 2025-03-03T21:51:54.158Z | Compiling schemars_derive v0.8.22 |
| 1750 | 2025-03-03T21:51:54.308Z | Compiling crypto-common v0.1.6 |
| 1751 | 2025-03-03T21:51:54.733Z | Compiling block-buffer v0.10.4 |
| 1752 | 2025-03-03T21:51:55.034Z | Compiling socket2 v0.5.8 |
| 1753 | 2025-03-03T21:51:55.273Z | Compiling stable_deref_trait v1.2.0 |
| 1754 | 2025-03-03T21:51:55.397Z | Compiling digest v0.10.7 |
| 1755 | 2025-03-03T21:51:55.416Z | Compiling zerocopy v0.7.35 |
| 1756 | 2025-03-03T21:51:55.853Z | Compiling futures-core v0.3.31 |
| 1757 | 2025-03-03T21:51:56.223Z | Compiling time-core v0.1.2 |
| 1758 | 2025-03-03T21:51:56.424Z | Compiling num-conv v0.1.0 |
| 1759 | 2025-03-03T21:51:56.781Z | Compiling crossbeam-utils v0.8.20 |
| 1760 | 2025-03-03T21:51:56.838Z | Compiling time-macros v0.2.18 |
| 1761 | 2025-03-03T21:51:57.015Z | Compiling der_derive v0.7.3 |
| 1762 | 2025-03-03T21:51:57.297Z | Compiling vcpkg v0.2.15 |
| 1763 | 2025-03-03T21:51:58.652Z | Compiling openssl-sys v0.9.106 |
| 1764 | 2025-03-03T21:51:59.377Z | Compiling futures-sink v0.3.31 |
| 1765 | 2025-03-03T21:51:59.563Z | Compiling zerocopy v0.8.10 |
| 1766 | 2025-03-03T21:52:00.255Z | Compiling cpufeatures v0.2.14 |
| 1767 | 2025-03-03T21:52:00.294Z | Compiling zerocopy-derive v0.8.10 |
| 1768 | 2025-03-03T21:52:00.545Z | Compiling slog v2.7.0 |
| 1769 | 2025-03-03T21:52:01.030Z | Compiling syn v1.0.109 |
| 1770 | 2025-03-03T21:52:01.051Z | Compiling iana-time-zone v0.1.61 |
| 1771 | 2025-03-03T21:52:01.193Z | Compiling futures-channel v0.3.31 |
| 1772 | 2025-03-03T21:52:01.222Z | Compiling zerofrom v0.1.4 |
| 1773 | 2025-03-03T21:52:01.591Z | Compiling futures-task v0.3.31 |
| 1774 | 2025-03-03T21:52:01.676Z | Compiling pin-utils v0.1.0 |
| 1775 | 2025-03-03T21:52:01.697Z | Compiling futures-io v0.3.31 |
| 1776 | 2025-03-03T21:52:01.798Z | Compiling yoke v0.7.4 |
| 1777 | 2025-03-03T21:52:02.063Z | Compiling futures-util v0.3.31 |
| 1778 | 2025-03-03T21:52:02.197Z | Compiling scroll_derive v0.12.0 |
| 1779 | 2025-03-03T21:52:02.355Z | Compiling ucd-trie v0.1.7 |
| 1780 | 2025-03-03T21:52:02.588Z | Compiling openssl v0.10.71 |
| 1781 | 2025-03-03T21:52:02.788Z | Compiling bitflags v2.6.0 |
| 1782 | 2025-03-03T21:52:02.808Z | Compiling bytes v1.10.0 |
| 1783 | 2025-03-03T21:52:03.546Z | Compiling indexmap v2.7.1 |
| 1784 | 2025-03-03T21:52:05.034Z | Compiling tokio v1.43.0 |
| 1785 | 2025-03-03T21:52:05.359Z | Compiling uuid v1.15.1 |
| 1786 | 2025-03-03T21:52:06.220Z | Compiling serde_tokenstream v0.2.2 |
| 1787 | 2025-03-03T21:52:06.813Z | Compiling chrono v0.4.40 |
| 1788 | 2025-03-03T21:52:07.888Z | Compiling which v4.4.2 |
| 1789 | 2025-03-03T21:52:08.437Z | Compiling http v1.2.0 |
| 1790 | 2025-03-03T21:52:10.539Z | Compiling rustc_version v0.4.1 |
| 1791 | 2025-03-03T21:52:10.667Z | Compiling pest v2.7.14 |
| 1792 | 2025-03-03T21:52:11.959Z | Compiling zerovec v0.10.4 |
| 1793 | 2025-03-03T21:52:13.686Z | Compiling hmac v0.12.1 |
| 1794 | 2025-03-03T21:52:15.266Z | Compiling pest_meta v2.7.14 |
| 1795 | 2025-03-03T21:52:15.583Z | Compiling block-padding v0.3.3 |
| 1796 | 2025-03-03T21:52:15.853Z | Compiling openssl-macros v0.1.1 |
| 1797 | 2025-03-03T21:52:16.219Z | Compiling dyn-clone v1.0.18 |
| 1798 | 2025-03-03T21:52:16.505Z | Compiling rustls v0.23.19 |
| 1799 | 2025-03-03T21:52:16.619Z | Compiling native-tls v0.2.12 |
| 1800 | 2025-03-03T21:52:16.858Z | Compiling pest_generator v2.7.14 |
| 1801 | 2025-03-03T21:52:17.560Z | Compiling inout v0.1.3 |
| 1802 | 2025-03-03T21:52:17.693Z | Compiling tinystr v0.7.6 |
| 1803 | 2025-03-03T21:52:18.110Z | Compiling toml_datetime v0.6.8 |
| 1804 | 2025-03-03T21:52:18.314Z | Compiling serde_spanned v0.6.8 |
| 1805 | 2025-03-03T21:52:18.561Z | Compiling ppv-lite86 v0.2.20 |
| 1806 | 2025-03-03T21:52:18.657Z | Compiling tracing-core v0.1.32 |
| 1807 | 2025-03-03T21:52:18.891Z | Compiling writeable v0.5.5 |
| 1808 | 2025-03-03T21:52:19.471Z | Compiling litemap v0.7.3 |
| 1809 | 2025-03-03T21:52:19.928Z | Compiling strsim v0.11.1 |
| 1810 | 2025-03-03T21:52:20.002Z | Compiling icu_locid v1.5.0 |
| 1811 | 2025-03-03T21:52:20.025Z | Compiling tracing v0.1.40 |
| 1812 | 2025-03-03T21:52:20.594Z | Compiling pest_derive v2.7.14 |
| 1813 | 2025-03-03T21:52:20.774Z | Compiling aws-lc-sys v0.26.0 |
| 1814 | 2025-03-03T21:52:20.927Z | Compiling cipher v0.4.4 |
| 1815 | 2025-03-03T21:52:20.953Z | Compiling sha2 v0.10.8 |
| 1816 | 2025-03-03T21:52:21.457Z | Compiling usdt-impl v0.5.0 |
| 1817 | 2025-03-03T21:52:21.736Z | Compiling cookie v0.18.1 |
| 1818 | 2025-03-03T21:52:21.876Z | Compiling base64ct v1.6.0 |
| 1819 | 2025-03-03T21:52:22.441Z | Compiling pem-rfc7468 v0.7.0 |
| 1820 | 2025-03-03T21:52:22.467Z | Compiling icu_provider v1.5.0 |
| 1821 | 2025-03-03T21:52:25.422Z | Compiling scroll v0.12.0 |
| 1822 | 2025-03-03T21:52:25.497Z | Compiling async-trait v0.1.86 |
| 1823 | 2025-03-03T21:52:27.539Z | Compiling flagset v0.4.6 |
| 1824 | 2025-03-03T21:52:27.621Z | Compiling camino v1.1.9 |
| 1825 | 2025-03-03T21:52:27.755Z | Compiling anyhow v1.0.96 |
| 1826 | 2025-03-03T21:52:27.997Z | Compiling percent-encoding v2.3.1 |
| 1827 | 2025-03-03T21:52:28.221Z | Compiling icu_locid_transform_data v1.5.0 |
| 1828 | 2025-03-03T21:52:28.327Z | Compiling plain v0.2.3 |
| 1829 | 2025-03-03T21:52:28.349Z | Compiling rustls-pki-types v1.10.0 |
| 1830 | 2025-03-03T21:52:28.489Z | Compiling goblin v0.8.2 |
| 1831 | 2025-03-03T21:52:28.567Z | Compiling icu_locid_transform v1.5.0 |
| 1832 | 2025-03-03T21:52:31.702Z | Compiling der v0.7.9 |
| 1833 | 2025-03-03T21:52:36.641Z | Compiling icu_collections v1.5.0 |
| 1834 | 2025-03-03T21:52:36.641Z | Compiling tokio-util v0.7.13 |
| 1835 | 2025-03-03T21:52:36.641Z | Compiling untrusted v0.9.0 |
| 1836 | 2025-03-03T21:52:36.641Z | Compiling icu_properties_data v1.5.0 |
| 1837 | 2025-03-03T21:52:36.641Z | Compiling untrusted v0.7.1 |
| 1838 | 2025-03-03T21:52:36.641Z | Compiling pretty-hex v0.4.1 |
| 1839 | 2025-03-03T21:52:36.641Z | Compiling rayon-core v1.12.1 |
| 1840 | 2025-03-03T21:52:36.641Z | Compiling powerfmt v0.2.0 |
| 1841 | 2025-03-03T21:52:36.641Z | Compiling rustls v0.22.4 |
| 1842 | 2025-03-03T21:52:36.641Z | Compiling dof v0.3.0 |
| 1843 | 2025-03-03T21:52:36.642Z | Compiling deranged v0.3.11 |
| 1844 | 2025-03-03T21:52:36.642Z | Compiling icu_properties v1.5.1 |
| 1845 | 2025-03-03T21:52:37.913Z | Compiling spki v0.7.3 |
| 1846 | 2025-03-03T21:52:38.039Z | Compiling dtrace-parser v0.2.0 |
| 1847 | 2025-03-03T21:52:38.087Z | Compiling salsa20 v0.10.2 |
| 1848 | 2025-03-03T21:52:38.139Z | Compiling pbkdf2 v0.12.2 |
| 1849 | 2025-03-03T21:52:38.689Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1850 | 2025-03-03T21:52:39.652Z | Compiling thread-id v4.2.2 |
| 1851 | 2025-03-03T21:52:39.787Z | Compiling litrs v0.4.1 |
| 1852 | 2025-03-03T21:52:39.904Z | Compiling utf16_iter v1.0.5 |
| 1853 | 2025-03-03T21:52:40.100Z | Compiling write16 v1.0.0 |
| 1854 | 2025-03-03T21:52:40.426Z | Compiling rustversion v1.0.17 |
| 1855 | 2025-03-03T21:52:40.544Z | Compiling utf8_iter v1.0.4 |
| 1856 | 2025-03-03T21:52:40.838Z | Compiling winnow v0.5.40 |
| 1857 | 2025-03-03T21:52:41.068Z | Compiling icu_normalizer_data v1.5.0 |
| 1858 | 2025-03-03T21:52:41.101Z | Compiling atomic-waker v1.1.2 |
| 1859 | 2025-03-03T21:52:41.122Z | Compiling num_threads v0.1.7 |
| 1860 | 2025-03-03T21:52:41.449Z | Compiling time v0.3.36 |
| 1861 | 2025-03-03T21:52:41.476Z | Compiling icu_normalizer v1.5.0 |
| 1862 | 2025-03-03T21:52:43.184Z | Compiling document-features v0.2.10 |
| 1863 | 2025-03-03T21:52:44.286Z | Compiling toml_edit v0.19.15 |
| 1864 | 2025-03-03T21:52:46.826Z | Compiling scrypt v0.11.0 |
| 1865 | 2025-03-03T21:52:47.013Z | Compiling form_urlencoded v1.2.1 |
| 1866 | 2025-03-03T21:52:47.328Z | Compiling cbc v0.1.2 |
| 1867 | 2025-03-03T21:52:47.482Z | Compiling aes v0.8.4 |
| 1868 | 2025-03-03T21:52:47.568Z | Compiling http-body v1.0.1 |
| 1869 | 2025-03-03T21:52:48.306Z | Compiling multer v3.1.0 |
| 1870 | 2025-03-03T21:52:48.698Z | Compiling tinyvec_macros v0.1.1 |
| 1871 | 2025-03-03T21:52:48.716Z | Compiling try-lock v0.2.5 |
| 1872 | 2025-03-03T21:52:48.728Z | Compiling slog-async v2.8.0 |
| 1873 | 2025-03-03T21:52:49.142Z | Compiling want v0.3.1 |
| 1874 | 2025-03-03T21:52:49.257Z | Compiling tinyvec v1.8.0 |
| 1875 | 2025-03-03T21:52:49.473Z | Compiling pkcs5 v0.7.1 |
| 1876 | 2025-03-03T21:52:50.834Z | Compiling idna_adapter v1.2.0 |
| 1877 | 2025-03-03T21:52:51.266Z | Compiling h2 v0.4.6 |
| 1878 | 2025-03-03T21:52:51.671Z | Compiling rand_chacha v0.3.1 |
| 1879 | 2025-03-03T21:52:53.190Z | Compiling heapless v0.7.17 |
| 1880 | 2025-03-03T21:52:53.719Z | Compiling httpdate v1.0.3 |
| 1881 | 2025-03-03T21:52:54.351Z | Compiling signal-hook v0.3.17 |
| 1882 | 2025-03-03T21:52:54.367Z | Compiling adler2 v2.0.0 |
| 1883 | 2025-03-03T21:52:54.489Z | Compiling tower-service v0.3.3 |
| 1884 | 2025-03-03T21:52:54.672Z | Compiling miniz_oxide v0.8.5 |
| 1885 | 2025-03-03T21:52:56.812Z | Compiling rand v0.8.5 |
| 1886 | 2025-03-03T21:52:58.373Z | Compiling idna v1.0.3 |
| 1887 | 2025-03-03T21:52:59.753Z | Compiling pkcs8 v0.10.2 |
| 1888 | 2025-03-03T21:52:59.968Z | Compiling usdt-macro v0.5.0 |
| 1889 | 2025-03-03T21:53:00.232Z | Compiling usdt-attr-macro v0.5.0 |
| 1890 | 2025-03-03T21:53:00.366Z | Compiling hyper v1.6.0 |
| 1891 | 2025-03-03T21:53:01.534Z | Compiling async-stream-impl v0.3.6 |
| 1892 | 2025-03-03T21:53:02.741Z | Compiling base64 v0.22.1 |
| 1893 | 2025-03-03T21:53:03.981Z | Compiling hyper-util v0.1.10 |
| 1894 | 2025-03-03T21:53:10.142Z | Compiling curve25519-dalek v4.1.3 |
| 1895 | 2025-03-03T21:53:10.308Z | Compiling openapiv3 v2.0.0 |
| 1896 | 2025-03-03T21:53:10.692Z | Compiling enum-as-inner v0.6.1 |
| 1897 | 2025-03-03T21:53:10.720Z | Compiling memoffset v0.9.1 |
| 1898 | 2025-03-03T21:53:11.108Z | Compiling dropshot v0.12.0 |
| 1899 | 2025-03-03T21:53:11.754Z | Compiling newtype-uuid v1.2.1 |
| 1900 | 2025-03-03T21:53:12.248Z | Compiling num-bigint-dig v0.8.4 |
| 1901 | 2025-03-03T21:53:12.274Z | Compiling smoltcp v0.9.1 |
| 1902 | 2025-03-03T21:53:12.444Z | Compiling foreign-types-shared v0.1.1 |
| 1903 | 2025-03-03T21:53:12.616Z | Compiling match_cfg v0.1.0 |
| 1904 | 2025-03-03T21:53:12.729Z | Compiling portable-atomic v1.9.0 |
| 1905 | 2025-03-03T21:53:12.748Z | Compiling foreign-types v0.3.2 |
| 1906 | 2025-03-03T21:53:12.775Z | Compiling hostname v0.3.1 |
| 1907 | 2025-03-03T21:53:13.595Z | Compiling rand_core v0.9.2 |
| 1908 | 2025-03-03T21:53:14.043Z | Compiling url v2.5.3 |
| 1909 | 2025-03-03T21:53:16.101Z | Compiling http-body-util v0.1.2 |
| 1910 | 2025-03-03T21:53:16.694Z | Compiling dirs-sys-next v0.1.2 |
| 1911 | 2025-03-03T21:53:17.194Z | Compiling encoding_rs v0.8.34 |
| 1912 | 2025-03-03T21:53:17.208Z | Compiling heck v0.4.1 |
| 1913 | 2025-03-03T21:53:17.604Z | Compiling cfg_aliases v0.2.1 |
| 1914 | 2025-03-03T21:53:17.723Z | Compiling gimli v0.31.1 |
| 1915 | 2025-03-03T21:53:20.110Z | Compiling data-encoding v2.6.0 |
| 1916 | 2025-03-03T21:53:21.625Z | Compiling mime v0.3.17 |
| 1917 | 2025-03-03T21:53:22.748Z | Compiling ident_case v1.0.1 |
| 1918 | 2025-03-03T21:53:22.998Z | Compiling siphasher v0.3.11 |
| 1919 | 2025-03-03T21:53:23.411Z | Compiling darling_core v0.20.10 |
| 1920 | 2025-03-03T21:53:24.750Z | Compiling addr2line v0.24.2 |
| 1921 | 2025-03-03T21:53:28.904Z | Compiling nix v0.29.0 |
| 1922 | 2025-03-03T21:53:29.787Z | Compiling dirs-next v2.0.0 |
| 1923 | 2025-03-03T21:53:30.799Z | Compiling rand_chacha v0.9.0 |
| 1924 | 2025-03-03T21:53:31.817Z | Compiling unicode-normalization v0.1.24 |
| 1925 | 2025-03-03T21:53:32.973Z | Compiling serde_urlencoded v0.7.1 |
| 1926 | 2025-03-03T21:53:33.586Z | Compiling crossbeam-epoch v0.9.18 |
| 1927 | 2025-03-03T21:53:34.342Z | Compiling rustls-pemfile v2.2.0 |
| 1928 | 2025-03-03T21:53:34.812Z | Compiling hubpack_derive v0.1.1 |
| 1929 | 2025-03-03T21:53:35.666Z | Compiling dropshot_endpoint v0.12.0 |
| 1930 | 2025-03-03T21:53:35.807Z | Compiling sha1 v0.10.6 |
| 1931 | 2025-03-03T21:53:36.239Z | Compiling signature v2.2.0 |
| 1932 | 2025-03-03T21:53:36.493Z | Compiling zerocopy-derive v0.6.6 |
| 1933 | 2025-03-03T21:53:36.576Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1934 | 2025-03-03T21:53:38.194Z | Compiling thread_local v1.1.8 |
| 1935 | 2025-03-03T21:53:38.270Z | Compiling object v0.36.5 |
| 1936 | 2025-03-03T21:53:38.705Z | Compiling fs-err v2.11.0 |
| 1937 | 2025-03-03T21:53:39.131Z | Compiling ahash v0.8.11 |
| 1938 | 2025-03-03T21:53:39.520Z | Compiling crc32fast v1.4.2 |
| 1939 | 2025-03-03T21:53:39.879Z | Compiling anstyle v1.0.10 |
| 1940 | 2025-03-03T21:53:40.347Z | Compiling rustls-webpki v0.102.8 |
| 1941 | 2025-03-03T21:53:41.108Z | Compiling rustc-demangle v0.1.24 |
| 1942 | 2025-03-03T21:53:42.142Z | Compiling winnow v0.7.3 |
| 1943 | 2025-03-03T21:53:43.143Z | Compiling utf8parse v0.2.2 |
| 1944 | 2025-03-03T21:53:43.334Z | Compiling buf-list v1.0.3 |
| 1945 | 2025-03-03T21:53:43.600Z | Compiling openssl-probe v0.1.5 |
| 1946 | 2025-03-03T21:53:44.475Z | Compiling unicode-bidi v0.3.17 |
| 1947 | 2025-03-03T21:53:45.747Z | Compiling ipnet v2.11.0 |
| 1948 | 2025-03-03T21:53:45.834Z | Compiling zip v2.1.3 |
| 1949 | 2025-03-03T21:53:46.188Z | Compiling unicode-properties v0.1.3 |
| 1950 | 2025-03-03T21:53:46.659Z | Compiling stringprep v0.1.5 |
| 1951 | 2025-03-03T21:53:46.721Z | Compiling backtrace v0.3.74 |
| 1952 | 2025-03-03T21:53:47.563Z | Compiling toml_edit v0.22.24 |
| 1953 | 2025-03-03T21:53:49.653Z | Compiling anstyle-parse v0.2.5 |
| 1954 | 2025-03-03T21:53:50.409Z | Compiling crossbeam-deque v0.8.5 |
| 1955 | 2025-03-03T21:53:54.195Z | Compiling rand v0.9.0 |
| 1956 | 2025-03-03T21:53:54.291Z | Compiling term v0.7.0 |
| 1957 | 2025-03-03T21:53:55.483Z | Compiling darling_macro v0.20.10 |
| 1958 | 2025-03-03T21:53:55.543Z | Compiling slog-json v2.6.1 |
| 1959 | 2025-03-03T21:53:56.593Z | Compiling crossbeam-channel v0.5.13 |
| 1960 | 2025-03-03T21:53:57.647Z | Compiling futures-executor v0.3.31 |
| 1961 | 2025-03-03T21:53:57.898Z | Compiling num-integer v0.1.46 |
| 1962 | 2025-03-03T21:53:57.998Z | Compiling md-5 v0.10.6 |
| 1963 | 2025-03-03T21:53:58.094Z | Compiling hash32 v0.2.1 |
| 1964 | 2025-03-03T21:53:58.265Z | Compiling ff v0.13.0 |
| 1965 | 2025-03-03T21:53:58.482Z | Compiling is-terminal v0.4.13 |
| 1966 | 2025-03-03T21:53:58.527Z | Compiling memmap v0.7.0 |
| 1967 | 2025-03-03T21:53:58.623Z | Compiling base16ct v0.2.0 |
| 1968 | 2025-03-03T21:53:58.666Z | Compiling psl-types v2.0.11 |
| 1969 | 2025-03-03T21:53:58.857Z | Compiling utf-8 v0.7.6 |
| 1970 | 2025-03-03T21:53:58.901Z | Compiling is_terminal_polyfill v1.70.1 |
| 1971 | 2025-03-03T21:53:58.969Z | Compiling take_mut v0.2.2 |
| 1972 | 2025-03-03T21:53:59.060Z | Compiling fallible-iterator v0.2.0 |
| 1973 | 2025-03-03T21:53:59.102Z | Compiling anstyle-query v1.1.1 |
| 1974 | 2025-03-03T21:53:59.163Z | Compiling linked-hash-map v0.5.6 |
| 1975 | 2025-03-03T21:53:59.425Z | Compiling colorchoice v1.0.2 |
| 1976 | 2025-03-03T21:53:59.532Z | Compiling quick-error v1.2.3 |
| 1977 | 2025-03-03T21:53:59.612Z | Compiling anstream v0.6.15 |
| 1978 | 2025-03-03T21:53:59.707Z | Compiling postgres-protocol v0.6.8 |
| 1979 | 2025-03-03T21:53:59.745Z | Compiling resolv-conf v0.7.0 |
| 1980 | 2025-03-03T21:54:00.143Z | Compiling lru-cache v0.1.2 |
| 1981 | 2025-03-03T21:54:00.228Z | Compiling publicsuffix v2.3.0 |
| 1982 | 2025-03-03T21:54:00.408Z | Compiling tungstenite v0.24.0 |
| 1983 | 2025-03-03T21:54:00.923Z | Compiling sec1 v0.7.3 |
| 1984 | 2025-03-03T21:54:00.944Z | Compiling usdt v0.5.0 |
| 1985 | 2025-03-03T21:54:01.252Z | Compiling slog-term v2.9.1 |
| 1986 | 2025-03-03T21:54:01.423Z | Compiling group v0.13.0 |
| 1987 | 2025-03-03T21:54:01.479Z | Compiling num-iter v0.1.45 |
| 1988 | 2025-03-03T21:54:01.765Z | Compiling futures v0.3.31 |
| 1989 | 2025-03-03T21:54:02.784Z | Compiling tokio-rustls v0.26.0 |
| 1990 | 2025-03-03T21:54:03.274Z | Compiling darling v0.20.10 |
| 1991 | 2025-03-03T21:54:03.837Z | Compiling slog-bunyan v2.5.0 |
| 1992 | 2025-03-03T21:54:03.997Z | Compiling tokio-rustls v0.25.0 |
| 1993 | 2025-03-03T21:54:04.217Z | Compiling toml v0.8.20 |
| 1994 | 2025-03-03T21:54:04.442Z | Compiling bzip2 v0.4.4 |
| 1995 | 2025-03-03T21:54:04.500Z | Compiling tokio-native-tls v0.3.1 |
| 1996 | 2025-03-03T21:54:04.831Z | Compiling hickory-proto v0.24.4 |
| 1997 | 2025-03-03T21:54:04.852Z | Compiling flate2 v1.1.0 |
| 1998 | 2025-03-03T21:54:04.960Z | Compiling phf_shared v0.11.2 |
| 1999 | 2025-03-03T21:54:05.335Z | Compiling strum_macros v0.25.3 |
| 2000 | 2025-03-03T21:54:06.083Z | Compiling async-stream v0.3.6 |
| 2001 | 2025-03-03T21:54:06.104Z | Compiling waitgroup v0.1.2 |
| 2002 | 2025-03-03T21:54:06.382Z | Compiling webpki-roots v0.26.6 |
| 2003 | 2025-03-03T21:54:06.699Z | Compiling hkdf v0.12.4 |
| 2004 | 2025-03-03T21:54:06.720Z | Compiling terminal_size v0.4.0 |
| 2005 | 2025-03-03T21:54:06.965Z | Compiling serde_path_to_error v0.1.16 |
| 2006 | 2025-03-03T21:54:06.968Z | Compiling sync_wrapper v1.0.1 |
| 2007 | 2025-03-03T21:54:07.377Z | Compiling crypto-bigint v0.5.5 |
| 2008 | 2025-03-03T21:54:07.589Z | Compiling clap_derive v4.5.28 |
| 2009 | 2025-03-03T21:54:07.766Z | Compiling derive-where v1.2.7 |
| 2010 | 2025-03-03T21:54:08.071Z | Compiling serde_repr v0.1.19 |
| 2011 | 2025-03-03T21:54:08.756Z | Compiling regress v0.10.3 |
| 2012 | 2025-03-03T21:54:09.194Z | Compiling hostname v0.4.0 |
| 2013 | 2025-03-03T21:54:09.407Z | Compiling lockfree-object-pool v0.1.6 |
| 2014 | 2025-03-03T21:54:09.707Z | Compiling tower-layer v0.3.3 |
| 2015 | 2025-03-03T21:54:10.278Z | Compiling managed v0.8.0 |
| 2016 | 2025-03-03T21:54:10.487Z | Compiling bitflags v1.3.2 |
| 2017 | 2025-03-03T21:54:10.799Z | Compiling debug-ignore v1.0.5 |
| 2018 | 2025-03-03T21:54:10.836Z | Compiling simd-adler32 v0.3.7 |
| 2019 | 2025-03-03T21:54:10.977Z | Compiling bumpalo v3.16.0 |
| 2020 | 2025-03-03T21:54:10.998Z | Compiling unicode-width v0.2.0 |
| 2021 | 2025-03-03T21:54:11.430Z | Compiling clap_lex v0.7.4 |
| 2022 | 2025-03-03T21:54:11.681Z | Compiling tower v0.5.2 |
| 2023 | 2025-03-03T21:54:11.863Z | Compiling clap_builder v4.5.31 |
| 2024 | 2025-03-03T21:54:11.999Z | Compiling console v0.15.10 |
| 2025 | 2025-03-03T21:54:12.709Z | Compiling zopfli v0.8.1 |
| 2026 | 2025-03-03T21:54:12.717Z | Compiling typify-impl v0.2.0 |
| 2027 | 2025-03-03T21:54:13.381Z | Compiling hickory-resolver v0.24.4 |
| 2028 | 2025-03-03T21:54:13.817Z | Compiling elliptic-curve v0.13.8 |
| 2029 | 2025-03-03T21:54:16.480Z | Compiling hyper-rustls v0.27.3 |
| 2030 | 2025-03-03T21:54:18.412Z | Compiling phf v0.11.2 |
| 2031 | 2025-03-03T21:54:18.769Z | Compiling hyper-tls v0.6.0 |
| 2032 | 2025-03-03T21:54:19.679Z | Compiling rayon v1.10.0 |
| 2033 | 2025-03-03T21:54:19.702Z | Compiling signal-hook-mio v0.2.4 |
| 2034 | 2025-03-03T21:54:19.770Z | Compiling cookie_store v0.21.1 |
| 2035 | 2025-03-03T21:54:20.822Z | Compiling tokio-tungstenite v0.24.0 |
| 2036 | 2025-03-03T21:54:21.003Z | Compiling postgres-types v0.2.9 |
| 2037 | 2025-03-03T21:54:21.446Z | Compiling zerocopy v0.6.6 |
| 2038 | 2025-03-03T21:54:21.586Z | Compiling ed25519 v2.2.3 |
| 2039 | 2025-03-03T21:54:22.051Z | Compiling hubpack v0.1.2 |
| 2040 | 2025-03-03T21:54:22.523Z | Compiling phf_shared v0.10.0 |
| 2041 | 2025-03-03T21:54:22.928Z | Compiling pkcs1 v0.7.5 |
| 2042 | 2025-03-03T21:54:24.134Z | Compiling tokio-stream v0.1.17 |
| 2043 | 2025-03-03T21:54:24.219Z | Compiling ipnetwork v0.21.1 |
| 2044 | 2025-03-03T21:54:24.278Z | Compiling rfc6979 v0.4.0 |
| 2045 | 2025-03-03T21:54:24.919Z | Compiling serde-big-array v0.5.1 |
| 2046 | 2025-03-03T21:54:25.133Z | Compiling float-cmp v0.10.0 |
| 2047 | 2025-03-03T21:54:25.192Z | Compiling bstr v1.10.0 |
| 2048 | 2025-03-03T21:54:25.797Z | Compiling static_assertions v1.1.0 |
| 2049 | 2025-03-03T21:54:25.929Z | Compiling whoami v1.5.2 |
| 2050 | 2025-03-03T21:54:26.503Z | Compiling number_prefix v0.4.0 |
| 2051 | 2025-03-03T21:54:26.525Z | Compiling unicode-segmentation v1.12.0 |
| 2052 | 2025-03-03T21:54:26.750Z | Compiling new_debug_unreachable v1.0.6 |
| 2053 | 2025-03-03T21:54:26.769Z | Compiling normalize-line-endings v0.3.0 |
| 2054 | 2025-03-03T21:54:26.867Z | Compiling fixedbitset v0.4.2 |
| 2055 | 2025-03-03T21:54:27.300Z | Compiling difflib v0.4.0 |
| 2056 | 2025-03-03T21:54:27.350Z | Compiling precomputed-hash v0.1.1 |
| 2057 | 2025-03-03T21:54:27.414Z | Compiling predicates-core v1.0.8 |
| 2058 | 2025-03-03T21:54:27.436Z | Compiling similar v2.7.0 |
| 2059 | 2025-03-03T21:54:27.487Z | Compiling string_cache v0.8.7 |
| 2060 | 2025-03-03T21:54:27.727Z | Compiling petgraph v0.6.5 |
| 2061 | 2025-03-03T21:54:27.902Z | Compiling predicates v3.1.3 |
| 2062 | 2025-03-03T21:54:28.456Z | Compiling indicatif v0.17.11 |
| 2063 | 2025-03-03T21:54:29.261Z | Compiling tokio-postgres v0.7.13 |
| 2064 | 2025-03-03T21:54:29.312Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2065 | 2025-03-03T21:54:30.599Z | Compiling qorb v0.2.1 |
| 2066 | 2025-03-03T21:54:30.637Z | Compiling ecdsa v0.16.9 |
| 2067 | 2025-03-03T21:54:31.531Z | Compiling rsa v0.9.6 |
| 2068 | 2025-03-03T21:54:33.086Z | Compiling typify-macro v0.2.0 |
| 2069 | 2025-03-03T21:54:34.222Z | Compiling reqwest v0.12.12 |
| 2070 | 2025-03-03T21:54:34.839Z | Compiling ed25519-dalek v2.1.1 |
| 2071 | 2025-03-03T21:54:36.516Z | Compiling crossterm v0.28.1 |
| 2072 | 2025-03-03T21:54:36.519Z | Compiling clap v4.5.31 |
| 2073 | 2025-03-03T21:54:36.671Z | Compiling zip v0.6.6 |
| 2074 | 2025-03-03T21:54:37.982Z | Compiling toml v0.7.8 |
| 2075 | 2025-03-03T21:54:38.310Z | Compiling x509-cert v0.2.5 |
| 2076 | 2025-03-03T21:54:39.605Z | Compiling hex v0.4.3 |
| 2077 | 2025-03-03T21:54:40.632Z | Compiling itertools v0.10.5 |
| 2078 | 2025-03-03T21:54:42.022Z | Compiling unicode-xid v0.2.6 |
| 2079 | 2025-03-03T21:54:42.254Z | Compiling peg-runtime v0.8.3 |
| 2080 | 2025-03-03T21:54:42.788Z | Compiling lalrpop-util v0.19.12 |
| 2081 | 2025-03-03T21:54:45.825Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2082 | 2025-03-03T21:54:50.257Z | Compiling proc-macro-crate v1.3.1 |
| 2083 | 2025-03-03T21:54:50.802Z | Compiling macaddr v1.0.1 |
| 2084 | 2025-03-03T21:54:51.370Z | Compiling itertools v0.13.0 |
| 2085 | 2025-03-03T21:54:52.852Z | Compiling heapless v0.8.0 |
| 2086 | 2025-03-03T21:54:53.425Z | Compiling fastrand v2.1.1 |
| 2087 | 2025-03-03T21:54:54.157Z | Compiling tempfile v3.13.0 |
| 2088 | 2025-03-03T21:54:54.321Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2089 | 2025-03-03T21:55:00.614Z | Compiling num_enum_derive v0.5.11 |
| 2090 | 2025-03-03T21:55:05.406Z | Compiling structmeta-derive v0.3.0 |
| 2091 | 2025-03-03T21:55:05.444Z | Compiling hash32 v0.3.1 |
| 2092 | 2025-03-03T21:55:06.506Z | Compiling thiserror v2.0.11 |
| 2093 | 2025-03-03T21:55:07.990Z | Compiling smoltcp v0.11.0 |
| 2094 | 2025-03-03T21:55:08.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2095 | 2025-03-03T21:55:11.880Z | Compiling structmeta v0.3.0 |
| 2096 | 2025-03-03T21:55:14.517Z | Compiling num_enum v0.5.11 |
| 2097 | 2025-03-03T21:55:14.541Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2098 | 2025-03-03T21:55:15.207Z | Compiling typify v0.2.0 |
| 2099 | 2025-03-03T21:55:15.359Z | Compiling oxnet v0.1.1 |
| 2100 | 2025-03-03T21:55:16.059Z | Compiling strum_macros v0.26.4 |
| 2101 | 2025-03-03T21:55:16.948Z | Compiling thiserror-impl v2.0.11 |
| 2102 | 2025-03-03T21:55:19.068Z | Compiling proc-macro-error-attr v1.0.4 |
| 2103 | 2025-03-03T21:55:19.420Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2104 | 2025-03-03T21:55:20.358Z | Compiling unsafe-libyaml v0.2.11 |
| 2105 | 2025-03-03T21:55:20.919Z | Compiling cobs v0.2.3 |
| 2106 | 2025-03-03T21:55:21.390Z | Compiling postcard v1.0.10 |
| 2107 | 2025-03-03T21:55:22.113Z | Compiling serde_yaml v0.9.34+deprecated |
| 2108 | 2025-03-03T21:55:22.254Z | Compiling strum v0.26.3 |
| 2109 | 2025-03-03T21:55:35.340Z | Compiling progenitor-impl v0.8.0 |
| 2110 | 2025-03-03T21:55:35.601Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2111 | 2025-03-03T21:55:47.696Z | Compiling foreign-types-macros v0.2.3 |
| 2112 | 2025-03-03T21:55:47.890Z | Compiling wait-timeout v0.2.0 |
| 2113 | 2025-03-03T21:55:48.067Z | Compiling proc-macro-error v1.0.4 |
| 2114 | 2025-03-03T21:55:48.217Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2115 | 2025-03-03T21:55:48.606Z | Compiling bit-vec v0.8.0 |
| 2116 | 2025-03-03T21:55:48.693Z | Compiling foreign-types-shared v0.3.1 |
| 2117 | 2025-03-03T21:55:49.173Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2118 | 2025-03-03T21:55:49.364Z | Compiling unicode-width v0.1.14 |
| 2119 | 2025-03-03T21:55:50.249Z | Compiling tabwriter v1.4.0 |
| 2120 | 2025-03-03T21:55:50.508Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2121 | 2025-03-03T21:55:53.633Z | Compiling bit-set v0.8.0 |
| 2122 | 2025-03-03T21:55:55.428Z | Compiling foreign-types v0.5.0 |
| 2123 | 2025-03-03T21:55:55.808Z | Compiling rusty-fork v0.3.0 |
| 2124 | 2025-03-03T21:56:02.028Z | Compiling progenitor-macro v0.8.0 |
| 2125 | 2025-03-03T21:56:04.661Z | Compiling parse-display-derive v0.10.0 |
| 2126 | 2025-03-03T21:56:05.700Z | Compiling progenitor-client v0.8.0 |
| 2127 | 2025-03-03T21:56:08.064Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2128 | 2025-03-03T21:56:08.895Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2129 | 2025-03-03T21:56:09.722Z | Compiling daft-derive v0.1.1 |
| 2130 | 2025-03-03T21:56:10.074Z | Compiling rand_xorshift v0.3.0 |
| 2131 | 2025-03-03T21:56:10.388Z | Compiling cstr-argument v0.1.2 |
| 2132 | 2025-03-03T21:56:10.668Z | Compiling dropshot v0.16.0 |
| 2133 | 2025-03-03T21:56:11.121Z | Compiling crucible-workspace-hack v0.1.0 |
| 2134 | 2025-03-03T21:56:11.442Z | Compiling unarray v0.1.4 |
| 2135 | 2025-03-03T21:56:11.465Z | Compiling pretty-hex v0.2.1 |
| 2136 | 2025-03-03T21:56:11.668Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2137 | 2025-03-03T21:56:11.727Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2138 | 2025-03-03T21:56:12.021Z | Compiling proptest v1.6.0 |
| 2139 | 2025-03-03T21:56:12.130Z | Compiling daft v0.1.1 |
| 2140 | 2025-03-03T21:56:12.153Z | Compiling progenitor v0.8.0 |
| 2141 | 2025-03-03T21:56:12.287Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2142 | 2025-03-03T21:56:12.626Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2143 | 2025-03-03T21:56:12.698Z | Compiling parse-display v0.10.0 |
| 2144 | 2025-03-03T21:56:13.131Z | Compiling test-strategy v0.4.0 |
| 2145 | 2025-03-03T21:56:13.514Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2146 | 2025-03-03T21:56:13.767Z | Compiling colored v2.2.0 |
| 2147 | 2025-03-03T21:56:14.521Z | Compiling serde_with_macros v3.12.0 |
| 2148 | 2025-03-03T21:56:14.985Z | Compiling dropshot_endpoint v0.16.0 |
| 2149 | 2025-03-03T21:56:15.159Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2150 | 2025-03-03T21:56:15.917Z | Compiling instant v0.1.13 |
| 2151 | 2025-03-03T21:56:16.115Z | Compiling winnow v0.6.20 |
| 2152 | 2025-03-03T21:56:16.230Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2153 | 2025-03-03T21:56:16.632Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2154 | 2025-03-03T21:56:16.812Z | Compiling serde_with v3.12.0 |
| 2155 | 2025-03-03T21:56:18.574Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2156 | 2025-03-03T21:56:19.774Z | Compiling backoff v0.4.0 |
| 2157 | 2025-03-03T21:56:20.169Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2158 | 2025-03-03T21:56:20.348Z | Compiling zone_cfg_derive v0.3.0 |
| 2159 | 2025-03-03T21:56:20.406Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2160 | 2025-03-03T21:56:21.046Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2161 | 2025-03-03T21:56:21.149Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2162 | 2025-03-03T21:56:21.732Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2163 | 2025-03-03T21:56:21.790Z | Compiling camino-tempfile v1.1.1 |
| 2164 | 2025-03-03T21:56:22.158Z | Compiling progenitor-client v0.9.1 |
| 2165 | 2025-03-03T21:56:22.567Z | Compiling num-derive v0.4.2 |
| 2166 | 2025-03-03T21:56:23.134Z | Compiling sigpipe v0.1.3 |
| 2167 | 2025-03-03T21:56:23.289Z | Compiling libefi-sys v0.1.0 |
| 2168 | 2025-03-03T21:56:23.640Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2169 | 2025-03-03T21:56:24.091Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2170 | 2025-03-03T21:56:24.788Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2171 | 2025-03-03T21:56:26.307Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2172 | 2025-03-03T21:56:26.866Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2173 | 2025-03-03T21:56:27.081Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2174 | 2025-03-03T21:56:27.249Z | Compiling zone v0.3.0 |
| 2175 | 2025-03-03T21:56:29.037Z | Compiling itertools v0.14.0 |
| 2176 | 2025-03-03T21:56:30.647Z | Compiling smf v0.2.3 |
| 2177 | 2025-03-03T21:56:31.146Z | Compiling bitfield-struct v0.6.2 |
| 2178 | 2025-03-03T21:56:31.978Z | Compiling blake3 v1.5.4 |
| 2179 | 2025-03-03T21:56:32.551Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2180 | 2025-03-03T21:56:32.585Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2181 | 2025-03-03T21:56:33.236Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2182 | 2025-03-03T21:56:33.315Z | Compiling xattr v1.3.1 |
| 2183 | 2025-03-03T21:56:33.336Z | Compiling filetime v0.2.25 |
| 2184 | 2025-03-03T21:56:33.509Z | Compiling memmap2 v0.9.5 |
| 2185 | 2025-03-03T21:56:33.670Z | Compiling arrayvec v0.7.6 |
| 2186 | 2025-03-03T21:56:33.729Z | Compiling same-file v1.0.6 |
| 2187 | 2025-03-03T21:56:34.045Z | Compiling arrayref v0.3.9 |
| 2188 | 2025-03-03T21:56:34.136Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2189 | 2025-03-03T21:56:34.163Z | Compiling constant_time_eq v0.3.1 |
| 2190 | 2025-03-03T21:56:34.181Z | Compiling walkdir v2.5.0 |
| 2191 | 2025-03-03T21:56:34.286Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2192 | 2025-03-03T21:56:35.590Z | Compiling tar v0.4.44 |
| 2193 | 2025-03-03T21:56:35.795Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2194 | 2025-03-03T21:56:35.821Z | Compiling gethostname v0.5.0 |
| 2195 | 2025-03-03T21:56:36.066Z | Compiling cargo-platform v0.1.8 |
| 2196 | 2025-03-03T21:56:36.262Z | Compiling fixedbitset v0.5.7 |
| 2197 | 2025-03-03T21:56:36.869Z | Compiling topological-sort v0.2.2 |
| 2198 | 2025-03-03T21:56:37.208Z | Compiling omicron-zone-package v0.12.0 |
| 2199 | 2025-03-03T21:56:37.212Z | Compiling petgraph v0.7.1 |
| 2200 | 2025-03-03T21:56:37.470Z | Compiling cargo_metadata v0.19.1 |
| 2201 | 2025-03-03T21:56:39.229Z | Compiling shell-words v1.1.0 |
| 2202 | 2025-03-03T21:56:39.774Z | Compiling indent_write v2.2.0 |
| 2203 | 2025-03-03T21:56:46.372Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2204 | 2025-03-03T21:56:48.576Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2205 | 2025-03-03T21:56:53.870Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2206 | 2025-03-03T21:57:08.333Z | Finished `release` profile [optimized] target(s) in 5m 32s |
| 2207 | 2025-03-03T21:57:08.508Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2208 | 2025-03-03T21:57:08.560Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2209 | 2025-03-03T21:57:08.563Z | Created new build target 'test' and set it as active |
| 2210 | 2025-03-03T21:57:08.563Z | |
| 2211 | 2025-03-03T21:57:08.563Z | real 5:33.157154409 |
| 2212 | 2025-03-03T21:57:08.563Z | user 38:36.082729512 |
| 2213 | 2025-03-03T21:57:08.563Z | sys 3:45.774471320 |
| 2214 | 2025-03-03T21:57:08.563Z | trap 1.330152935 |
| 2215 | 2025-03-03T21:57:08.563Z | tflt 1.829032789 |
| 2216 | 2025-03-03T21:57:08.563Z | dflt 0.914231046 |
| 2217 | 2025-03-03T21:57:08.563Z | kflt 0.000980267 |
| 2218 | 2025-03-03T21:57:08.563Z | lock 1:16:25.177484232 |
| 2219 | 2025-03-03T21:57:08.564Z | slp 2:36:46.131833827 |
| 2220 | 2025-03-03T21:57:08.564Z | lat 2:52.202147285 |
| 2221 | 2025-03-03T21:57:08.564Z | stop 5:10.977280109 |
| 2222 | 2025-03-03T21:57:08.564Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2223 | 2025-03-03T21:57:09.636Z | Finished `release` profile [optimized] target(s) in 1.06s |
| 2224 | 2025-03-03T21:57:09.695Z | Running `target/release/omicron-package -t test package` |
| 2225 | 2025-03-03T21:57:09.747Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2226 | 2025-03-03T21:57:10.978Z | Compiling ring v0.17.11 |
| 2227 | 2025-03-03T21:57:11.156Z | Compiling thiserror v2.0.11 |
| 2228 | 2025-03-03T21:57:11.174Z | Compiling typify-impl v0.3.0 |
| 2229 | 2025-03-03T21:57:11.187Z | Compiling convert_case v0.4.0 |
| 2230 | 2025-03-03T21:57:11.188Z | Compiling fastrand v2.1.1 |
| 2231 | 2025-03-03T21:57:11.191Z | Compiling newline-converter v0.3.0 |
| 2232 | 2025-03-03T21:57:11.191Z | Compiling password-hash v0.5.0 |
| 2233 | 2025-03-03T21:57:11.411Z | Compiling expectorate v1.1.0 |
| 2234 | 2025-03-03T21:57:11.668Z | Compiling tempfile v3.13.0 |
| 2235 | 2025-03-03T21:57:11.671Z | Compiling blake2 v0.10.6 |
| 2236 | 2025-03-03T21:57:11.789Z | Compiling derive_more v0.99.19 |
| 2237 | 2025-03-03T21:57:12.336Z | Compiling base64 v0.21.7 |
| 2238 | 2025-03-03T21:57:12.855Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2239 | 2025-03-03T21:57:13.401Z | Compiling argon2 v0.5.3 |
| 2240 | 2025-03-03T21:57:13.572Z | Compiling atomicwrites v0.4.4 |
| 2241 | 2025-03-03T21:57:13.619Z | Compiling cancel-safe-futures v0.1.5 |
| 2242 | 2025-03-03T21:57:13.984Z | Compiling owo-colors v4.2.0 |
| 2243 | 2025-03-03T21:57:14.236Z | Compiling num-rational v0.4.2 |
| 2244 | 2025-03-03T21:57:14.594Z | Compiling libsw-core v0.3.1 |
| 2245 | 2025-03-03T21:57:14.865Z | Compiling num-complex v0.4.6 |
| 2246 | 2025-03-03T21:57:15.664Z | Compiling libsw v3.4.0 |
| 2247 | 2025-03-03T21:57:15.948Z | Compiling num v0.4.3 |
| 2248 | 2025-03-03T21:57:16.451Z | Compiling rustls v0.23.19 |
| 2249 | 2025-03-03T21:57:16.485Z | Compiling rustls v0.22.4 |
| 2250 | 2025-03-03T21:57:16.519Z | Compiling linear-map v1.2.0 |
| 2251 | 2025-03-03T21:57:16.755Z | Compiling float-ord v0.3.2 |
| 2252 | 2025-03-03T21:57:16.916Z | Compiling swrite v0.1.0 |
| 2253 | 2025-03-03T21:57:16.966Z | Compiling highway v1.3.0 |
| 2254 | 2025-03-03T21:57:17.078Z | Compiling tungstenite v0.21.0 |
| 2255 | 2025-03-03T21:57:17.302Z | Compiling semver v0.1.20 |
| 2256 | 2025-03-03T21:57:17.853Z | Compiling rustc_version v0.1.7 |
| 2257 | 2025-03-03T21:57:18.261Z | Compiling newtype_derive v0.1.6 |
| 2258 | 2025-03-03T21:57:18.292Z | Compiling ipnetwork v0.21.1 |
| 2259 | 2025-03-03T21:57:18.564Z | Compiling tokio-tungstenite v0.21.0 |
| 2260 | 2025-03-03T21:57:18.622Z | Compiling wait-timeout v0.2.0 |
| 2261 | 2025-03-03T21:57:19.020Z | Compiling rustls-webpki v0.102.8 |
| 2262 | 2025-03-03T21:57:19.079Z | Compiling bit-vec v0.8.0 |
| 2263 | 2025-03-03T21:57:19.201Z | Compiling rusty-fork v0.3.0 |
| 2264 | 2025-03-03T21:57:19.543Z | Compiling bit-set v0.8.0 |
| 2265 | 2025-03-03T21:57:19.826Z | Compiling oxnet v0.1.1 |
| 2266 | 2025-03-03T21:57:19.924Z | Compiling rand_xorshift v0.3.0 |
| 2267 | 2025-03-03T21:57:20.521Z | Compiling unarray v0.1.4 |
| 2268 | 2025-03-03T21:57:20.664Z | Compiling humantime v2.1.0 |
| 2269 | 2025-03-03T21:57:20.722Z | Compiling proptest v1.6.0 |
| 2270 | 2025-03-03T21:57:21.252Z | Compiling typify-macro v0.3.0 |
| 2271 | 2025-03-03T21:57:21.555Z | Compiling daft v0.1.1 |
| 2272 | 2025-03-03T21:57:22.396Z | Compiling parse-display v0.10.0 |
| 2273 | 2025-03-03T21:57:22.418Z | Compiling dropshot v0.16.0 |
| 2274 | 2025-03-03T21:57:22.418Z | Compiling strum v0.26.3 |
| 2275 | 2025-03-03T21:57:22.587Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2276 | 2025-03-03T21:57:22.665Z | Compiling instant v0.1.13 |
| 2277 | 2025-03-03T21:57:22.760Z | Compiling steno v0.4.1 |
| 2278 | 2025-03-03T21:57:22.838Z | Compiling backoff v0.4.0 |
| 2279 | 2025-03-03T21:57:23.179Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2280 | 2025-03-03T21:57:23.737Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2281 | 2025-03-03T21:57:24.591Z | Compiling tokio-rustls v0.25.0 |
| 2282 | 2025-03-03T21:57:25.050Z | Compiling dropshot v0.12.0 |
| 2283 | 2025-03-03T21:57:27.734Z | Compiling tokio-rustls v0.26.0 |
| 2284 | 2025-03-03T21:57:28.230Z | Compiling hyper-rustls v0.27.3 |
| 2285 | 2025-03-03T21:57:28.512Z | Compiling typify v0.3.0 |
| 2286 | 2025-03-03T21:57:28.700Z | Compiling reqwest v0.12.12 |
| 2287 | 2025-03-03T21:57:31.677Z | Compiling qorb v0.2.1 |
| 2288 | 2025-03-03T21:57:32.951Z | Compiling progenitor-impl v0.9.1 |
| 2289 | 2025-03-03T21:57:36.961Z | Compiling progenitor-client v0.9.1 |
| 2290 | 2025-03-03T21:57:38.050Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2291 | 2025-03-03T21:57:39.407Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2292 | 2025-03-03T21:58:02.774Z | Compiling progenitor-client v0.8.0 |
| 2293 | 2025-03-03T21:58:03.739Z | Compiling progenitor v0.8.0 |
| 2294 | 2025-03-03T21:58:03.977Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2295 | 2025-03-03T21:58:09.823Z | Compiling progenitor-macro v0.9.1 |
| 2296 | 2025-03-03T21:58:11.546Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2297 | 2025-03-03T21:58:12.543Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2298 | 2025-03-03T21:58:15.878Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2299 | 2025-03-03T21:58:16.120Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2300 | 2025-03-03T21:58:16.146Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2301 | 2025-03-03T21:58:17.660Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2302 | 2025-03-03T21:58:19.212Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2025-03-03T21:58:19.426Z | Compiling serde_with v3.12.0 |
| 2304 | 2025-03-03T21:58:20.220Z | Compiling progenitor v0.9.1 |
| 2305 | 2025-03-03T21:58:20.472Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2306 | 2025-03-03T21:58:23.123Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2307 | 2025-03-03T21:58:24.205Z | Compiling macaddr v1.0.1 |
| 2308 | 2025-03-03T21:58:24.314Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2309 | 2025-03-03T21:58:24.717Z | Compiling slog-dtrace v0.3.0 |
| 2310 | 2025-03-03T21:58:24.859Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2311 | 2025-03-03T21:58:25.074Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2312 | 2025-03-03T21:58:25.893Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2313 | 2025-03-03T21:58:26.387Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2314 | 2025-03-03T21:58:34.446Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2315 | 2025-03-03T21:58:35.683Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2316 | 2025-03-03T21:58:36.823Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2317 | 2025-03-03T21:58:39.366Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2318 | 2025-03-03T21:58:40.881Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2319 | 2025-03-03T21:58:44.099Z | Compiling prettyplease v0.2.29 |
| 2320 | 2025-03-03T21:58:46.913Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2321 | 2025-03-03T21:58:50.317Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2322 | 2025-03-03T21:58:51.537Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2323 | 2025-03-03T21:58:51.557Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2324 | 2025-03-03T21:58:52.512Z | Compiling half v2.4.1 |
| 2325 | 2025-03-03T21:58:52.595Z | Compiling ciborium-io v0.2.2 |
| 2326 | 2025-03-03T21:58:52.781Z | Compiling bytecount v0.6.8 |
| 2327 | 2025-03-03T21:58:53.111Z | Compiling ciborium-ll v0.2.2 |
| 2328 | 2025-03-03T21:58:53.190Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2329 | 2025-03-03T21:58:53.600Z | Compiling ciborium v0.2.2 |
| 2330 | 2025-03-03T21:58:54.958Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2331 | 2025-03-03T21:58:55.378Z | Compiling display-error-chain v0.2.2 |
| 2332 | 2025-03-03T21:58:55.626Z | Compiling const_format_proc_macros v0.2.34 |
| 2333 | 2025-03-03T21:58:55.667Z | Compiling keccak v0.1.5 |
| 2334 | 2025-03-03T21:58:56.781Z | Compiling same-file v1.0.6 |
| 2335 | 2025-03-03T21:58:57.275Z | Compiling maplit v1.0.2 |
| 2336 | 2025-03-03T21:58:57.288Z | Compiling crunchy v0.2.2 |
| 2337 | 2025-03-03T21:58:57.341Z | Compiling const_format v0.2.34 |
| 2338 | 2025-03-03T21:58:57.684Z | Compiling walkdir v2.5.0 |
| 2339 | 2025-03-03T21:58:58.267Z | Compiling sha3 v0.10.8 |
| 2340 | 2025-03-03T21:58:58.588Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2341 | 2025-03-03T21:58:58.874Z | Compiling tiny-keccak v2.0.2 |
| 2342 | 2025-03-03T21:58:59.155Z | Compiling radium v0.7.0 |
| 2343 | 2025-03-03T21:58:59.233Z | Compiling blake3 v1.5.4 |
| 2344 | 2025-03-03T21:58:59.795Z | Compiling dsl_auto_type v0.1.2 |
| 2345 | 2025-03-03T21:58:59.914Z | Compiling scheduled-thread-pool v0.2.7 |
| 2346 | 2025-03-03T21:59:00.983Z | Compiling xattr v1.3.1 |
| 2347 | 2025-03-03T21:59:01.210Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2348 | 2025-03-03T21:59:01.273Z | Compiling filetime v0.2.25 |
| 2349 | 2025-03-03T21:59:01.530Z | Compiling memmap2 v0.9.5 |
| 2350 | 2025-03-03T21:59:01.578Z | Compiling maybe-uninit v2.0.0 |
| 2351 | 2025-03-03T21:59:01.627Z | Compiling arrayref v0.3.9 |
| 2352 | 2025-03-03T21:59:01.753Z | Compiling arrayvec v0.7.6 |
| 2353 | 2025-03-03T21:59:01.913Z | Compiling tap v1.0.1 |
| 2354 | 2025-03-03T21:59:02.050Z | Compiling constant_time_eq v0.3.1 |
| 2355 | 2025-03-03T21:59:02.130Z | Compiling bit-vec v0.6.3 |
| 2356 | 2025-03-03T21:59:02.153Z | Compiling wyz v0.5.1 |
| 2357 | 2025-03-03T21:59:02.549Z | Compiling bit-set v0.5.3 |
| 2358 | 2025-03-03T21:59:02.694Z | Compiling diesel_derives v2.2.3 |
| 2359 | 2025-03-03T21:59:02.848Z | Compiling tar v0.4.44 |
| 2360 | 2025-03-03T21:59:03.176Z | Compiling r2d2 v0.8.10 |
| 2361 | 2025-03-03T21:59:04.156Z | Compiling toolchain_find v0.4.0 |
| 2362 | 2025-03-03T21:59:04.570Z | Compiling camino-tempfile v1.1.1 |
| 2363 | 2025-03-03T21:59:04.679Z | Compiling phf_generator v0.11.2 |
| 2364 | 2025-03-03T21:59:04.683Z | Compiling ascii-canvas v3.0.0 |
| 2365 | 2025-03-03T21:59:04.897Z | Compiling secrecy v0.8.0 |
| 2366 | 2025-03-03T21:59:04.990Z | Compiling ena v0.14.3 |
| 2367 | 2025-03-03T21:59:05.158Z | Compiling async-recursion v1.1.1 |
| 2368 | 2025-03-03T21:59:05.179Z | Compiling funty v2.0.0 |
| 2369 | 2025-03-03T21:59:05.416Z | Compiling topological-sort v0.2.2 |
| 2370 | 2025-03-03T21:59:05.663Z | Compiling bindgen v0.71.1 |
| 2371 | 2025-03-03T21:59:06.148Z | Compiling regex-syntax v0.6.29 |
| 2372 | 2025-03-03T21:59:06.173Z | Compiling diff v0.1.13 |
| 2373 | 2025-03-03T21:59:06.494Z | Compiling crc-catalog v2.4.0 |
| 2374 | 2025-03-03T21:59:06.647Z | Compiling packed_struct v0.10.1 |
| 2375 | 2025-03-03T21:59:06.666Z | Compiling crc v3.2.1 |
| 2376 | 2025-03-03T21:59:07.084Z | Compiling bitvec v1.0.1 |
| 2377 | 2025-03-03T21:59:07.126Z | Compiling omicron-zone-package v0.12.0 |
| 2378 | 2025-03-03T21:59:07.858Z | Compiling phf_codegen v0.11.2 |
| 2379 | 2025-03-03T21:59:08.157Z | Compiling rustfmt-wrapper v0.2.1 |
| 2380 | 2025-03-03T21:59:08.753Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2381 | 2025-03-03T21:59:09.052Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2382 | 2025-03-03T21:59:09.296Z | Compiling universal-hash v0.5.1 |
| 2383 | 2025-03-03T21:59:09.569Z | Compiling lalrpop v0.19.12 |
| 2384 | 2025-03-03T21:59:09.786Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2385 | 2025-03-03T21:59:10.894Z | Compiling packed_struct_codegen v0.10.1 |
| 2386 | 2025-03-03T21:59:11.267Z | Compiling parse-zoneinfo v0.3.1 |
| 2387 | 2025-03-03T21:59:11.860Z | Compiling indexmap v1.9.3 |
| 2388 | 2025-03-03T21:59:12.166Z | Compiling opaque-debug v0.3.1 |
| 2389 | 2025-03-03T21:59:12.198Z | Compiling nodrop v0.1.14 |
| 2390 | 2025-03-03T21:59:12.295Z | Compiling ref-cast v1.0.23 |
| 2391 | 2025-03-03T21:59:12.355Z | Compiling rustc-hash v2.1.1 |
| 2392 | 2025-03-03T21:59:12.601Z | Compiling array-init v0.0.4 |
| 2393 | 2025-03-03T21:59:12.900Z | Compiling poly1305 v0.8.0 |
| 2394 | 2025-03-03T21:59:13.061Z | Compiling diesel v2.2.7 |
| 2395 | 2025-03-03T21:59:13.682Z | Compiling thiserror-no-std v2.0.2 |
| 2396 | 2025-03-03T21:59:13.827Z | Compiling chrono-tz-build v0.4.0 |
| 2397 | 2025-03-03T21:59:14.411Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2398 | 2025-03-03T21:59:14.813Z | Compiling smallvec v0.6.14 |
| 2399 | 2025-03-03T21:59:15.266Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2400 | 2025-03-03T21:59:15.598Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2401 | 2025-03-03T21:59:15.934Z | Compiling itertools v0.13.0 |
| 2402 | 2025-03-03T21:59:17.173Z | Compiling derive_builder_core v0.20.2 |
| 2403 | 2025-03-03T21:59:19.104Z | Compiling chacha20 v0.9.1 |
| 2404 | 2025-03-03T21:59:19.410Z | Compiling headers-core v0.3.0 |
| 2405 | 2025-03-03T21:59:19.599Z | Compiling aead v0.5.2 |
| 2406 | 2025-03-03T21:59:19.609Z | Compiling libxml v0.3.3 |
| 2407 | 2025-03-03T21:59:19.974Z | Compiling ref-cast-impl v1.0.23 |
| 2408 | 2025-03-03T21:59:19.999Z | Compiling vte_generate_state_changes v0.1.2 |
| 2409 | 2025-03-03T21:59:20.585Z | Compiling hashbrown v0.12.3 |
| 2410 | 2025-03-03T21:59:20.997Z | Compiling termcolor v1.4.1 |
| 2411 | 2025-03-03T21:59:21.826Z | Compiling bitfield v0.14.0 |
| 2412 | 2025-03-03T21:59:22.026Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2413 | 2025-03-03T21:59:22.134Z | Compiling arc-swap v1.7.1 |
| 2414 | 2025-03-03T21:59:22.416Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2415 | 2025-03-03T21:59:22.746Z | Compiling slog-scope v4.4.0 |
| 2416 | 2025-03-03T21:59:24.573Z | Compiling env_logger v0.10.2 |
| 2417 | 2025-03-03T21:59:24.921Z | Compiling samael v0.0.18 |
| 2418 | 2025-03-03T21:59:25.576Z | Compiling vte v0.11.1 |
| 2419 | 2025-03-03T21:59:26.560Z | Compiling chacha20poly1305 v0.10.1 |
| 2420 | 2025-03-03T21:59:26.816Z | Compiling headers v0.4.0 |
| 2421 | 2025-03-03T21:59:27.022Z | Compiling derive_builder_macro v0.20.2 |
| 2422 | 2025-03-03T21:59:27.724Z | Compiling serde-hex v0.1.0 |
| 2423 | 2025-03-03T21:59:27.955Z | Compiling chrono-tz v0.10.1 |
| 2424 | 2025-03-03T21:59:28.549Z | Compiling vsss-rs v3.3.4 |
| 2425 | 2025-03-03T21:59:30.243Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2426 | 2025-03-03T21:59:30.963Z | Compiling polar-core v0.27.3 |
| 2427 | 2025-03-03T21:59:32.585Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2428 | 2025-03-03T21:59:32.636Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2429 | 2025-03-03T21:59:32.882Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2430 | 2025-03-03T21:59:33.142Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2431 | 2025-03-03T21:59:33.467Z | Compiling ron v0.8.1 |
| 2432 | 2025-03-03T21:59:34.973Z | Compiling hashbrown v0.13.2 |
| 2433 | 2025-03-03T21:59:36.270Z | Compiling strum_macros v0.24.3 |
| 2434 | 2025-03-03T21:59:37.225Z | Compiling unicase v2.7.0 |
| 2435 | 2025-03-03T21:59:37.585Z | Compiling crc-any v2.5.0 |
| 2436 | 2025-03-03T21:59:38.552Z | Compiling indoc v1.0.9 |
| 2437 | 2025-03-03T21:59:39.092Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2438 | 2025-03-03T21:59:39.259Z | Compiling object v0.30.4 |
| 2439 | 2025-03-03T21:59:39.411Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2440 | 2025-03-03T21:59:54.042Z | Compiling derive_builder v0.20.2 |
| 2441 | 2025-03-03T21:59:54.347Z | Compiling strip-ansi-escapes v0.2.0 |
| 2442 | 2025-03-03T21:59:57.942Z | Compiling slog-stdlog v4.1.1 |
| 2443 | 2025-03-03T21:59:58.727Z | Compiling papergrid v0.11.0 |
| 2444 | 2025-03-03T21:59:58.999Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2445 | 2025-03-03T21:59:59.107Z | Compiling tabled_derive v0.7.0 |
| 2446 | 2025-03-03T21:59:59.364Z | Compiling fd-lock v4.0.2 |
| 2447 | 2025-03-03T21:59:59.612Z | Compiling peg-macros v0.8.4 |
| 2448 | 2025-03-03T22:00:01.164Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2449 | 2025-03-03T22:00:02.106Z | Compiling oso-derive v0.27.3 |
| 2450 | 2025-03-03T22:00:02.655Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2451 | 2025-03-03T22:00:03.075Z | Compiling quick-xml v0.37.2 |
| 2452 | 2025-03-03T22:00:08.578Z | Compiling diesel-dtrace v0.4.2 |
| 2453 | 2025-03-03T22:00:08.962Z | Compiling nu-ansi-term v0.50.1 |
| 2454 | 2025-03-03T22:00:09.629Z | Compiling path-slash v0.1.5 |
| 2455 | 2025-03-03T22:00:09.910Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2456 | 2025-03-03T22:00:11.358Z | Compiling reedline v0.38.0 |
| 2457 | 2025-03-03T22:00:12.422Z | Compiling oso v0.27.3 |
| 2458 | 2025-03-03T22:00:26.043Z | Compiling peg v0.8.4 |
| 2459 | 2025-03-03T22:00:26.229Z | Compiling tabled v0.15.0 |
| 2460 | 2025-03-03T22:00:26.380Z | Compiling slog-envlogger v2.2.0 |
| 2461 | 2025-03-03T22:00:30.248Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2462 | 2025-03-03T22:00:31.338Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2463 | 2025-03-03T22:00:32.898Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2464 | 2025-03-03T22:00:33.276Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2465 | 2025-03-03T22:00:37.585Z | Compiling pem v3.0.5 |
| 2466 | 2025-03-03T22:00:39.139Z | Compiling bb8 v0.8.5 |
| 2467 | 2025-03-03T22:00:39.736Z | Compiling bcs v0.1.6 |
| 2468 | 2025-03-03T22:00:40.566Z | Compiling fxhash v0.2.1 |
| 2469 | 2025-03-03T22:00:40.836Z | Compiling libz-sys v1.1.20 |
| 2470 | 2025-03-03T22:00:41.569Z | Compiling termtree v0.5.1 |
| 2471 | 2025-03-03T22:00:43.375Z | Compiling async-bb8-diesel v0.2.1 |
| 2472 | 2025-03-03T22:00:44.466Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2473 | 2025-03-03T22:00:44.627Z | Compiling kstat-rs v0.2.4 |
| 2474 | 2025-03-03T22:00:45.484Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2475 | 2025-03-03T22:00:45.563Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2476 | 2025-03-03T22:00:46.311Z | Compiling proc-macro-error2 v2.0.1 |
| 2477 | 2025-03-03T22:00:47.086Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2478 | 2025-03-03T22:00:47.301Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2479 | 2025-03-03T22:00:48.302Z | Compiling nanorand v0.7.0 |
| 2480 | 2025-03-03T22:00:48.430Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2481 | 2025-03-03T22:00:49.193Z | Compiling pin-project-internal v1.1.6 |
| 2482 | 2025-03-03T22:00:54.591Z | Compiling parking_lot_core v0.8.6 |
| 2483 | 2025-03-03T22:00:54.656Z | Compiling pin-project v1.1.6 |
| 2484 | 2025-03-03T22:01:00.697Z | Compiling flume v0.11.1 |
| 2485 | 2025-03-03T22:01:01.464Z | Compiling mime_guess v2.0.5 |
| 2486 | 2025-03-03T22:01:01.982Z | Compiling tabled_derive v0.10.0 |
| 2487 | 2025-03-03T22:01:02.932Z | Compiling papergrid v0.14.0 |
| 2488 | 2025-03-03T22:01:04.390Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2489 | 2025-03-03T22:01:05.632Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2490 | 2025-03-03T22:01:08.869Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2491 | 2025-03-03T22:01:11.982Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2492 | 2025-03-03T22:01:12.699Z | Compiling snafu-derive v0.8.5 |
| 2493 | 2025-03-03T22:01:15.132Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2494 | 2025-03-03T22:01:15.594Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2495 | 2025-03-03T22:01:16.023Z | Compiling tabled v0.18.0 |
| 2496 | 2025-03-03T22:01:16.903Z | Compiling snafu v0.8.5 |
| 2497 | 2025-03-03T22:01:20.256Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2498 | 2025-03-03T22:01:26.554Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2499 | 2025-03-03T22:01:32.819Z | Compiling globset v0.4.15 |
| 2500 | 2025-03-03T22:01:36.390Z | Compiling olpc-cjson v0.1.4 |
| 2501 | 2025-03-03T22:01:36.735Z | Compiling castaway v0.2.3 |
| 2502 | 2025-03-03T22:01:36.958Z | Compiling vergen v8.3.2 |
| 2503 | 2025-03-03T22:01:37.330Z | Compiling nibble_vec v0.1.0 |
| 2504 | 2025-03-03T22:01:37.714Z | Compiling cargo-platform v0.1.8 |
| 2505 | 2025-03-03T22:01:38.246Z | Compiling serde_plain v1.0.2 |
| 2506 | 2025-03-03T22:01:38.820Z | Compiling atty v0.2.14 |
| 2507 | 2025-03-03T22:01:38.882Z | Compiling io-lifetimes v1.0.11 |
| 2508 | 2025-03-03T22:01:39.014Z | Compiling http-range v0.1.5 |
| 2509 | 2025-03-03T22:01:39.408Z | Compiling endian-type v0.1.2 |
| 2510 | 2025-03-03T22:01:39.564Z | Compiling typed-path v0.9.3 |
| 2511 | 2025-03-03T22:01:39.659Z | Compiling salty v0.3.0 |
| 2512 | 2025-03-03T22:01:40.137Z | Compiling radix_trie v0.2.1 |
| 2513 | 2025-03-03T22:01:41.653Z | Compiling cargo_metadata v0.18.1 |
| 2514 | 2025-03-03T22:01:43.033Z | Compiling tough v0.19.0 |
| 2515 | 2025-03-03T22:01:43.209Z | Compiling git2 v0.19.0 |
| 2516 | 2025-03-03T22:01:44.491Z | Compiling compact_str v0.8.0 |
| 2517 | 2025-03-03T22:01:47.007Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2518 | 2025-03-03T22:01:49.078Z | Compiling parking_lot v0.11.2 |
| 2519 | 2025-03-03T22:01:51.158Z | Compiling unicode-truncate v1.1.0 |
| 2520 | 2025-03-03T22:01:51.465Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2521 | 2025-03-03T22:01:52.597Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2522 | 2025-03-03T22:01:53.021Z | Compiling lru v0.12.5 |
| 2523 | 2025-03-03T22:01:53.432Z | Compiling rand_seeder v0.3.0 |
| 2524 | 2025-03-03T22:01:53.920Z | Compiling lzma-sys v0.1.20 |
| 2525 | 2025-03-03T22:01:54.678Z | Compiling instability v0.3.2 |
| 2526 | 2025-03-03T22:01:55.699Z | Compiling rustls v0.21.12 |
| 2527 | 2025-03-03T22:01:56.052Z | Compiling indoc v2.0.5 |
| 2528 | 2025-03-03T22:01:56.992Z | Compiling cassowary v0.3.0 |
| 2529 | 2025-03-03T22:01:57.358Z | Compiling parse-size v1.1.0 |
| 2530 | 2025-03-03T22:01:57.729Z | Compiling rustix v0.37.28 |
| 2531 | 2025-03-03T22:01:58.157Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2532 | 2025-03-03T22:01:58.693Z | Compiling ratatui v0.29.0 |
| 2533 | 2025-03-03T22:01:59.793Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2534 | 2025-03-03T22:02:00.056Z | Compiling hyper-staticfile v0.10.1 |
| 2535 | 2025-03-03T22:02:00.245Z | Compiling sled v0.34.7 |
| 2536 | 2025-03-03T22:02:00.625Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2537 | 2025-03-03T22:02:04.459Z | Compiling hickory-client v0.24.4 |
| 2538 | 2025-03-03T22:02:09.367Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2539 | 2025-03-03T22:02:09.819Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2540 | 2025-03-03T22:02:10.649Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2541 | 2025-03-03T22:02:15.602Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2542 | 2025-03-03T22:02:15.962Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2543 | 2025-03-03T22:02:16.467Z | Compiling rustls-webpki v0.101.7 |
| 2544 | 2025-03-03T22:02:17.519Z | Compiling sct v0.7.1 |
| 2545 | 2025-03-03T22:02:17.998Z | Compiling hickory-server v0.24.4 |
| 2546 | 2025-03-03T22:02:19.104Z | Compiling primeorder v0.13.6 |
| 2547 | 2025-03-03T22:02:19.236Z | Compiling heck v0.3.3 |
| 2548 | 2025-03-03T22:02:19.587Z | Compiling env_filter v0.1.2 |
| 2549 | 2025-03-03T22:02:19.717Z | Compiling csv-core v0.1.11 |
| 2550 | 2025-03-03T22:02:20.406Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2551 | 2025-03-03T22:02:20.614Z | Compiling csv v1.3.1 |
| 2552 | 2025-03-03T22:02:20.913Z | Compiling env_logger v0.11.5 |
| 2553 | 2025-03-03T22:02:21.161Z | Compiling p384 v0.13.0 |
| 2554 | 2025-03-03T22:02:22.318Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2555 | 2025-03-03T22:02:22.879Z | Compiling zone_cfg_derive v0.1.2 |
| 2556 | 2025-03-03T22:02:28.212Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2557 | 2025-03-03T22:02:29.207Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2558 | 2025-03-03T22:02:30.488Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2559 | 2025-03-03T22:02:30.823Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2560 | 2025-03-03T22:02:30.948Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2561 | 2025-03-03T22:02:31.192Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2562 | 2025-03-03T22:02:31.573Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2563 | 2025-03-03T22:02:31.753Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2564 | 2025-03-03T22:02:31.937Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2565 | 2025-03-03T22:02:32.113Z | Compiling nix v0.27.1 |
| 2566 | 2025-03-03T22:02:32.288Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2567 | 2025-03-03T22:02:33.074Z | Compiling tungstenite v0.23.0 |
| 2568 | 2025-03-03T22:02:34.989Z | Compiling base64 v0.13.1 |
| 2569 | 2025-03-03T22:02:35.784Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2570 | 2025-03-03T22:02:36.197Z | Compiling ron v0.7.1 |
| 2571 | 2025-03-03T22:02:36.805Z | Compiling tokio-tungstenite v0.23.1 |
| 2572 | 2025-03-03T22:02:37.485Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2573 | 2025-03-03T22:02:38.726Z | Compiling xz2 v0.1.7 |
| 2574 | 2025-03-03T22:02:39.343Z | Compiling terminal_size v0.2.6 |
| 2575 | 2025-03-03T22:02:39.594Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2576 | 2025-03-03T22:02:41.408Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2577 | 2025-03-03T22:02:45.674Z | Compiling tokio-rustls v0.24.1 |
| 2578 | 2025-03-03T22:02:46.164Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2579 | 2025-03-03T22:02:48.063Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2580 | 2025-03-03T22:02:49.037Z | Compiling zone v0.1.8 |
| 2581 | 2025-03-03T22:02:49.700Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2582 | 2025-03-03T22:02:49.917Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2583 | 2025-03-03T22:02:49.966Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2584 | 2025-03-03T22:02:50.656Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2585 | 2025-03-03T22:02:50.705Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2586 | 2025-03-03T22:02:52.677Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2587 | 2025-03-03T22:02:53.736Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2588 | 2025-03-03T22:02:55.273Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2589 | 2025-03-03T22:02:55.659Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2590 | 2025-03-03T22:02:56.411Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2591 | 2025-03-03T22:02:58.684Z | Compiling rustls-pemfile v1.0.4 |
| 2592 | 2025-03-03T22:02:59.555Z | Compiling signal-hook-tokio v0.3.1 |
| 2593 | 2025-03-03T22:02:59.834Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2594 | 2025-03-03T22:03:00.268Z | Compiling twox-hash v2.1.0 |
| 2595 | 2025-03-03T22:03:01.314Z | Compiling yasna v0.5.2 |
| 2596 | 2025-03-03T22:03:02.072Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2597 | 2025-03-03T22:03:03.669Z | Compiling is_ci v1.2.0 |
| 2598 | 2025-03-03T22:03:03.900Z | Compiling glob v0.3.2 |
| 2599 | 2025-03-03T22:03:04.019Z | Compiling unicode-linebreak v0.1.5 |
| 2600 | 2025-03-03T22:03:04.609Z | Compiling smawk v0.3.2 |
| 2601 | 2025-03-03T22:03:04.722Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2602 | 2025-03-03T22:03:04.846Z | Compiling supports-color v3.0.2 |
| 2603 | 2025-03-03T22:03:04.923Z | Compiling textwrap v0.16.1 |
| 2604 | 2025-03-03T22:03:05.313Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2605 | 2025-03-03T22:03:06.121Z | Compiling rcgen v0.12.1 |
| 2606 | 2025-03-03T22:03:08.537Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2607 | 2025-03-03T22:03:11.372Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2608 | 2025-03-03T22:03:11.937Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2609 | 2025-03-03T22:03:16.819Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2610 | 2025-03-03T22:03:21.252Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2611 | 2025-03-03T22:03:22.653Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2612 | 2025-03-03T22:03:35.578Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2613 | 2025-03-03T22:03:36.168Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2614 | 2025-03-03T22:03:39.810Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2615 | 2025-03-03T22:03:40.431Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2616 | 2025-03-03T22:03:46.664Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2617 | 2025-03-03T22:03:47.935Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2618 | 2025-03-03T22:03:48.496Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2619 | 2025-03-03T22:03:56.099Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2620 | 2025-03-03T22:04:02.197Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2621 | 2025-03-03T22:04:02.922Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2622 | 2025-03-03T22:04:04.936Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2623 | 2025-03-03T22:04:05.292Z | Compiling fatfs v0.3.6 |
| 2624 | 2025-03-03T22:04:05.535Z | Compiling subprocess v0.2.9 |
| 2625 | 2025-03-03T22:04:06.060Z | Compiling rtoolbox v0.0.2 |
| 2626 | 2025-03-03T22:04:06.491Z | Compiling assert_matches v1.5.0 |
| 2627 | 2025-03-03T22:04:08.008Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2628 | 2025-03-03T22:04:09.165Z | Compiling rpassword v7.3.1 |
| 2629 | 2025-03-03T22:04:09.668Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2630 | 2025-03-03T22:04:10.141Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2631 | 2025-03-03T22:04:15.723Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2632 | 2025-03-03T22:04:22.694Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2633 | 2025-03-03T22:04:24.188Z | Compiling tui-tree-widget v0.23.0 |
| 2634 | 2025-03-03T22:04:24.641Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2635 | 2025-03-03T22:04:38.210Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2636 | 2025-03-03T22:04:38.573Z | Compiling uzers v0.12.1 |
| 2637 | 2025-03-03T22:04:41.766Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2638 | 2025-03-03T22:04:44.227Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2639 | 2025-03-03T22:04:45.267Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2640 | 2025-03-03T22:04:58.782Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2641 | 2025-03-03T22:05:09.745Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2642 | 2025-03-03T22:05:12.525Z | Compiling multimap v0.10.0 |
| 2643 | 2025-03-03T22:07:35.167Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2644 | 2025-03-03T22:14:49.526Z | Finished `release` profile [optimized] target(s) in 17m 39s |
| 2645 | 2025-03-03T22:15:56.574Z | |
| 2646 | 2025-03-03T22:15:56.577Z | real 18:47.849077459 |
| 2647 | 2025-03-03T22:15:56.577Z | user 2:12:32.610180651 |
| 2648 | 2025-03-03T22:15:56.577Z | sys 3:37.613663633 |
| 2649 | 2025-03-03T22:15:56.577Z | trap 3.526344331 |
| 2650 | 2025-03-03T22:15:56.577Z | tflt 1.873970547 |
| 2651 | 2025-03-03T22:15:56.577Z | dflt 5.422228565 |
| 2652 | 2025-03-03T22:15:56.577Z | kflt 0.001034113 |
| 2653 | 2025-03-03T22:15:56.577Z | lock 8:01:06.044663213 |
| 2654 | 2025-03-03T22:15:56.578Z | slp 6:53:56.853744111 |
| 2655 | 2025-03-03T22:15:56.578Z | lat 3:35.725770552 |
| 2656 | 2025-03-03T22:15:56.578Z | stop 2:54.952581799 |
| 2657 | 2025-03-03T22:15:56.578Z | + mapfile -t packages |
| 2658 | 2025-03-03T22:15:56.578Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2659 | 2025-03-03T22:15:57.575Z | Compiling ring v0.17.11 |
| 2660 | 2025-03-03T22:15:59.266Z | Compiling rustls v0.22.4 |
| 2661 | 2025-03-03T22:15:59.319Z | Compiling rustls v0.23.19 |
| 2662 | 2025-03-03T22:16:01.041Z | Compiling rustls-webpki v0.102.8 |
| 2663 | 2025-03-03T22:16:05.459Z | Compiling tokio-rustls v0.25.0 |
| 2664 | 2025-03-03T22:16:05.912Z | Compiling dropshot v0.12.0 |
| 2665 | 2025-03-03T22:16:06.805Z | Compiling tokio-rustls v0.26.0 |
| 2666 | 2025-03-03T22:16:07.289Z | Compiling hyper-rustls v0.27.3 |
| 2667 | 2025-03-03T22:16:07.852Z | Compiling reqwest v0.12.12 |
| 2668 | 2025-03-03T22:16:09.643Z | Compiling dropshot v0.16.0 |
| 2669 | 2025-03-03T22:16:10.146Z | Compiling qorb v0.2.1 |
| 2670 | 2025-03-03T22:16:15.172Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2671 | 2025-03-03T22:16:15.741Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2672 | 2025-03-03T22:16:20.190Z | Compiling progenitor-client v0.8.0 |
| 2673 | 2025-03-03T22:16:20.884Z | Compiling progenitor v0.8.0 |
| 2674 | 2025-03-03T22:16:21.154Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2675 | 2025-03-03T22:16:21.267Z | Compiling progenitor-client v0.9.1 |
| 2676 | 2025-03-03T22:16:22.294Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2677 | 2025-03-03T22:16:26.093Z | Compiling omicron-zone-package v0.12.0 |
| 2678 | 2025-03-03T22:16:34.012Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2679 | 2025-03-03T22:16:44.980Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2680 | 2025-03-03T22:16:49.200Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2681 | 2025-03-03T22:16:51.181Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2682 | 2025-03-03T22:16:53.164Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2683 | 2025-03-03T22:17:08.104Z | Finished `release` profile [optimized] target(s) in 1m 11s |
| 2684 | 2025-03-03T22:17:08.283Z | Running `target/release/omicron-package -t test list-outputs` |
| 2685 | 2025-03-03T22:17:08.336Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2686 | 2025-03-03T22:17:08.340Z | + ptime -m cargo build --locked --release -p xtask |
| 2687 | 2025-03-03T22:17:08.904Z | Compiling serde v1.0.218 |
| 2688 | 2025-03-03T22:17:08.907Z | Compiling libc v0.2.170 |
| 2689 | 2025-03-03T22:17:08.907Z | Compiling rustix v0.38.37 |
| 2690 | 2025-03-03T22:17:08.907Z | Compiling serde_json v1.0.139 |
| 2691 | 2025-03-03T22:17:09.012Z | Compiling syn v2.0.98 |
| 2692 | 2025-03-03T22:17:09.029Z | Compiling bitflags v2.6.0 |
| 2693 | 2025-03-03T22:17:09.418Z | Compiling usdt-impl v0.5.0 |
| 2694 | 2025-03-03T22:17:09.463Z | Compiling syn v1.0.109 |
| 2695 | 2025-03-03T22:17:09.564Z | Compiling hashbrown v0.15.1 |
| 2696 | 2025-03-03T22:17:09.581Z | Compiling log v0.4.22 |
| 2697 | 2025-03-03T22:17:09.797Z | Compiling fs-err v2.11.0 |
| 2698 | 2025-03-03T22:17:10.038Z | Compiling anyhow v1.0.96 |
| 2699 | 2025-03-03T22:17:10.151Z | Compiling once_cell v1.20.3 |
| 2700 | 2025-03-03T22:17:10.405Z | Compiling thread-id v4.2.2 |
| 2701 | 2025-03-03T22:17:10.748Z | Compiling indexmap v2.7.1 |
| 2702 | 2025-03-03T22:17:11.829Z | Compiling terminal_size v0.4.0 |
| 2703 | 2025-03-03T22:17:11.845Z | Compiling tempfile v3.13.0 |
| 2704 | 2025-03-03T22:17:12.016Z | Compiling clap_builder v4.5.31 |
| 2705 | 2025-03-03T22:17:12.898Z | Compiling proc-macro-error v1.0.4 |
| 2706 | 2025-03-03T22:17:13.775Z | Compiling tabled_derive v0.7.0 |
| 2707 | 2025-03-03T22:17:14.733Z | Compiling tabled v0.15.0 |
| 2708 | 2025-03-03T22:17:15.232Z | Compiling serde_derive v1.0.218 |
| 2709 | 2025-03-03T22:17:15.232Z | Compiling thiserror-impl v1.0.69 |
| 2710 | 2025-03-03T22:17:15.235Z | Compiling zerocopy-derive v0.7.35 |
| 2711 | 2025-03-03T22:17:15.235Z | Compiling scroll_derive v0.12.0 |
| 2712 | 2025-03-03T22:17:15.235Z | Compiling thiserror-impl v2.0.11 |
| 2713 | 2025-03-03T22:17:16.691Z | Compiling scroll v0.12.0 |
| 2714 | 2025-03-03T22:17:17.031Z | Compiling zerocopy v0.7.35 |
| 2715 | 2025-03-03T22:17:17.349Z | Compiling goblin v0.8.2 |
| 2716 | 2025-03-03T22:17:17.876Z | Compiling thiserror v1.0.69 |
| 2717 | 2025-03-03T22:17:18.051Z | Compiling pest v2.7.14 |
| 2718 | 2025-03-03T22:17:19.873Z | Compiling thiserror v2.0.11 |
| 2719 | 2025-03-03T22:17:20.061Z | Compiling clap_derive v4.5.28 |
| 2720 | 2025-03-03T22:17:21.133Z | Compiling pest_meta v2.7.14 |
| 2721 | 2025-03-03T22:17:24.370Z | Compiling pest_generator v2.7.14 |
| 2722 | 2025-03-03T22:17:24.636Z | Compiling clap v4.5.31 |
| 2723 | 2025-03-03T22:17:26.091Z | Compiling pest_derive v2.7.14 |
| 2724 | 2025-03-03T22:17:26.926Z | Compiling dtrace-parser v0.2.0 |
| 2725 | 2025-03-03T22:17:28.481Z | Compiling serde_spanned v0.6.8 |
| 2726 | 2025-03-03T22:17:28.775Z | Compiling toml_datetime v0.6.8 |
| 2727 | 2025-03-03T22:17:29.539Z | Compiling dof v0.3.0 |
| 2728 | 2025-03-03T22:17:30.129Z | Compiling serde_tokenstream v0.2.2 |
| 2729 | 2025-03-03T22:17:31.714Z | Compiling toml_edit v0.22.24 |
| 2730 | 2025-03-03T22:17:32.070Z | Compiling camino v1.1.9 |
| 2731 | 2025-03-03T22:17:33.895Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2025-03-03T22:17:34.067Z | Compiling usdt-attr-macro v0.5.0 |
| 2733 | 2025-03-03T22:17:35.407Z | Compiling cargo-platform v0.1.8 |
| 2734 | 2025-03-03T22:17:36.476Z | Compiling toml v0.8.20 |
| 2735 | 2025-03-03T22:17:36.476Z | Compiling semver v1.0.25 |
| 2736 | 2025-03-03T22:17:36.577Z | Compiling usdt v0.5.0 |
| 2737 | 2025-03-03T22:17:37.896Z | Compiling cargo_toml v0.21.0 |
| 2738 | 2025-03-03T22:17:37.975Z | Compiling cargo_metadata v0.19.1 |
| 2739 | 2025-03-03T22:17:39.373Z | Compiling camino-tempfile v1.1.1 |
| 2740 | 2025-03-03T22:17:40.140Z | Compiling macaddr v1.0.1 |
| 2741 | 2025-03-03T22:17:51.957Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2742 | 2025-03-03T22:17:57.583Z | Finished `release` profile [optimized] target(s) in 49.22s |
| 2743 | 2025-03-03T22:17:57.698Z | |
| 2744 | 2025-03-03T22:17:57.698Z | real 49.326101864 |
| 2745 | 2025-03-03T22:17:57.698Z | user 5:21.675219013 |
| 2746 | 2025-03-03T22:17:57.698Z | sys 19.427811667 |
| 2747 | 2025-03-03T22:17:57.698Z | trap 0.150092741 |
| 2748 | 2025-03-03T22:17:57.698Z | tflt 0.239911974 |
| 2749 | 2025-03-03T22:17:57.698Z | dflt 0.268117871 |
| 2750 | 2025-03-03T22:17:57.698Z | kflt 0.000015467 |
| 2751 | 2025-03-03T22:17:57.701Z | lock 10:19.284983891 |
| 2752 | 2025-03-03T22:17:57.701Z | slp 16:02.084472808 |
| 2753 | 2025-03-03T22:17:57.701Z | lat 15.451025978 |
| 2754 | 2025-03-03T22:17:57.701Z | stop 18.537114789 |
| 2755 | 2025-03-03T22:17:57.701Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2756 | 2025-03-03T22:17:57.702Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2757 | 2025-03-03T22:17:57.702Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2758 | 2025-03-03T22:17:57.702Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2759 | 2025-03-03T22:17:57.702Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2760 | 2025-03-03T22:17:58.572Z | Compiling ring v0.17.11 |
| 2761 | 2025-03-03T22:17:58.711Z | Compiling regress v0.10.3 |
| 2762 | 2025-03-03T22:17:58.730Z | Compiling thiserror-impl v2.0.11 |
| 2763 | 2025-03-03T22:17:58.733Z | Compiling ident_case v1.0.1 |
| 2764 | 2025-03-03T22:17:58.757Z | Compiling unsafe-libyaml v0.2.11 |
| 2765 | 2025-03-03T22:17:58.760Z | Compiling ipnetwork v0.21.1 |
| 2766 | 2025-03-03T22:17:58.760Z | Compiling tempfile v3.13.0 |
| 2767 | 2025-03-03T22:17:58.760Z | Compiling macaddr v1.0.1 |
| 2768 | 2025-03-03T22:17:58.890Z | Compiling darling_core v0.20.10 |
| 2769 | 2025-03-03T22:17:59.197Z | Compiling structmeta-derive v0.3.0 |
| 2770 | 2025-03-03T22:17:59.580Z | Compiling oxnet v0.1.1 |
| 2771 | 2025-03-03T22:17:59.624Z | Compiling instant v0.1.13 |
| 2772 | 2025-03-03T22:17:59.795Z | Compiling wait-timeout v0.2.0 |
| 2773 | 2025-03-03T22:18:00.220Z | Compiling serde_yaml v0.9.34+deprecated |
| 2774 | 2025-03-03T22:18:00.294Z | Compiling dropshot v0.16.0 |
| 2775 | 2025-03-03T22:18:00.571Z | Compiling bit-vec v0.8.0 |
| 2776 | 2025-03-03T22:18:00.725Z | Compiling rusty-fork v0.3.0 |
| 2777 | 2025-03-03T22:18:01.450Z | Compiling bit-set v0.8.0 |
| 2778 | 2025-03-03T22:18:01.475Z | Compiling dropshot_endpoint v0.16.0 |
| 2779 | 2025-03-03T22:18:01.475Z | Compiling rand_xorshift v0.3.0 |
| 2780 | 2025-03-03T22:18:01.677Z | Compiling structmeta v0.3.0 |
| 2781 | 2025-03-03T22:18:01.735Z | Compiling daft-derive v0.1.1 |
| 2782 | 2025-03-03T22:18:01.879Z | Compiling thiserror v2.0.11 |
| 2783 | 2025-03-03T22:18:02.048Z | Compiling unarray v0.1.4 |
| 2784 | 2025-03-03T22:18:02.068Z | Compiling parse-display-derive v0.10.0 |
| 2785 | 2025-03-03T22:18:02.218Z | Compiling typify-impl v0.2.0 |
| 2786 | 2025-03-03T22:18:03.134Z | Compiling proptest v1.6.0 |
| 2787 | 2025-03-03T22:18:03.234Z | Compiling daft v0.1.1 |
| 2788 | 2025-03-03T22:18:03.575Z | Compiling rustls v0.23.19 |
| 2789 | 2025-03-03T22:18:03.610Z | Compiling rustls v0.22.4 |
| 2790 | 2025-03-03T22:18:03.646Z | Compiling test-strategy v0.4.0 |
| 2791 | 2025-03-03T22:18:03.733Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2792 | 2025-03-03T22:18:03.927Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2793 | 2025-03-03T22:18:04.703Z | Compiling darling_macro v0.20.10 |
| 2794 | 2025-03-03T22:18:04.769Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2795 | 2025-03-03T22:18:04.971Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2796 | 2025-03-03T22:18:05.428Z | Compiling backoff v0.4.0 |
| 2797 | 2025-03-03T22:18:05.486Z | Compiling proc-macro-crate v1.3.1 |
| 2798 | 2025-03-03T22:18:05.643Z | Compiling darling v0.20.10 |
| 2799 | 2025-03-03T22:18:05.782Z | Compiling serde_with_macros v3.12.0 |
| 2800 | 2025-03-03T22:18:05.804Z | Compiling typify-impl v0.3.0 |
| 2801 | 2025-03-03T22:18:05.860Z | Compiling parse-display v0.10.0 |
| 2802 | 2025-03-03T22:18:06.376Z | Compiling rustls-webpki v0.102.8 |
| 2803 | 2025-03-03T22:18:06.441Z | Compiling num_enum_derive v0.5.11 |
| 2804 | 2025-03-03T22:18:07.053Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2805 | 2025-03-03T22:18:08.311Z | Compiling itertools v0.13.0 |
| 2806 | 2025-03-03T22:18:08.366Z | Compiling serde_with v3.12.0 |
| 2807 | 2025-03-03T22:18:08.683Z | Compiling num_enum v0.5.11 |
| 2808 | 2025-03-03T22:18:08.881Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 2809 | 2025-03-03T22:18:09.554Z | Compiling heapless v0.8.0 |
| 2810 | 2025-03-03T22:18:10.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2811 | 2025-03-03T22:18:10.483Z | Compiling crucible-workspace-hack v0.1.0 |
| 2812 | 2025-03-03T22:18:11.211Z | Compiling proc-macro-error v1.0.4 |
| 2813 | 2025-03-03T22:18:11.310Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2814 | 2025-03-03T22:18:11.832Z | Compiling camino-tempfile v1.1.1 |
| 2815 | 2025-03-03T22:18:12.045Z | Compiling tokio-rustls v0.25.0 |
| 2816 | 2025-03-03T22:18:12.311Z | Compiling hash32 v0.3.1 |
| 2817 | 2025-03-03T22:18:12.508Z | Compiling dropshot v0.12.0 |
| 2818 | 2025-03-03T22:18:16.266Z | Compiling tokio-rustls v0.26.0 |
| 2819 | 2025-03-03T22:18:16.386Z | Compiling typify-macro v0.2.0 |
| 2820 | 2025-03-03T22:18:16.764Z | Compiling hyper-rustls v0.27.3 |
| 2821 | 2025-03-03T22:18:17.389Z | Compiling reqwest v0.12.12 |
| 2822 | 2025-03-03T22:18:17.815Z | Compiling qorb v0.2.1 |
| 2823 | 2025-03-03T22:18:20.090Z | Compiling typify v0.2.0 |
| 2824 | 2025-03-03T22:18:20.255Z | Compiling progenitor-impl v0.8.0 |
| 2825 | 2025-03-03T22:18:20.348Z | Compiling foreign-types-macros v0.2.3 |
| 2826 | 2025-03-03T22:18:20.535Z | Compiling typify-macro v0.3.0 |
| 2827 | 2025-03-03T22:18:20.834Z | Compiling progenitor-client v0.9.1 |
| 2828 | 2025-03-03T22:18:21.420Z | Compiling progenitor-client v0.8.0 |
| 2829 | 2025-03-03T22:18:21.501Z | Compiling foreign-types-shared v0.3.1 |
| 2830 | 2025-03-03T22:18:21.621Z | Compiling smoltcp v0.11.0 |
| 2831 | 2025-03-03T22:18:21.663Z | Compiling foreign-types v0.5.0 |
| 2832 | 2025-03-03T22:18:21.814Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2833 | 2025-03-03T22:18:22.570Z | Compiling tabwriter v1.4.0 |
| 2834 | 2025-03-03T22:18:22.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2835 | 2025-03-03T22:18:22.881Z | Compiling cstr-argument v0.1.2 |
| 2836 | 2025-03-03T22:18:23.027Z | Compiling cobs v0.2.3 |
| 2837 | 2025-03-03T22:18:23.149Z | Compiling pretty-hex v0.2.1 |
| 2838 | 2025-03-03T22:18:23.352Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2839 | 2025-03-03T22:18:23.374Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2840 | 2025-03-03T22:18:23.459Z | Compiling postcard v1.0.10 |
| 2841 | 2025-03-03T22:18:23.710Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2842 | 2025-03-03T22:18:23.743Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2843 | 2025-03-03T22:18:23.919Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2844 | 2025-03-03T22:18:24.111Z | Compiling colored v2.2.0 |
| 2845 | 2025-03-03T22:18:24.291Z | Compiling typify v0.3.0 |
| 2846 | 2025-03-03T22:18:24.321Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2847 | 2025-03-03T22:18:24.453Z | Compiling progenitor-impl v0.9.1 |
| 2848 | 2025-03-03T22:18:24.666Z | Compiling winnow v0.6.20 |
| 2849 | 2025-03-03T22:18:24.996Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2850 | 2025-03-03T22:18:25.295Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2851 | 2025-03-03T22:18:26.218Z | Compiling smf v0.2.3 |
| 2852 | 2025-03-03T22:18:26.389Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2853 | 2025-03-03T22:18:26.742Z | Compiling zone_cfg_derive v0.3.0 |
| 2854 | 2025-03-03T22:18:26.930Z | Compiling progenitor-macro v0.8.0 |
| 2855 | 2025-03-03T22:18:27.446Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2856 | 2025-03-03T22:18:27.773Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2857 | 2025-03-03T22:18:28.130Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2858 | 2025-03-03T22:18:28.148Z | Compiling itertools v0.14.0 |
| 2859 | 2025-03-03T22:18:28.296Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2860 | 2025-03-03T22:18:28.535Z | Compiling num-derive v0.4.2 |
| 2861 | 2025-03-03T22:18:29.193Z | Compiling sigpipe v0.1.3 |
| 2862 | 2025-03-03T22:18:29.325Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2863 | 2025-03-03T22:18:29.353Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2864 | 2025-03-03T22:18:29.599Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2865 | 2025-03-03T22:18:29.725Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2866 | 2025-03-03T22:18:30.200Z | Compiling zone v0.3.0 |
| 2867 | 2025-03-03T22:18:30.516Z | Compiling universal-hash v0.5.1 |
| 2868 | 2025-03-03T22:18:30.743Z | Compiling opaque-debug v0.3.1 |
| 2869 | 2025-03-03T22:18:30.777Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2870 | 2025-03-03T22:18:30.871Z | Compiling tungstenite v0.21.0 |
| 2871 | 2025-03-03T22:18:31.211Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2872 | 2025-03-03T22:18:31.363Z | Compiling progenitor-macro v0.9.1 |
| 2873 | 2025-03-03T22:18:31.413Z | Compiling num-rational v0.4.2 |
| 2874 | 2025-03-03T22:18:31.588Z | Compiling password-hash v0.5.0 |
| 2875 | 2025-03-03T22:18:31.607Z | Compiling blake2 v0.10.6 |
| 2876 | 2025-03-03T22:18:31.714Z | Compiling aead v0.5.2 |
| 2877 | 2025-03-03T22:18:32.112Z | Compiling num-complex v0.4.6 |
| 2878 | 2025-03-03T22:18:32.449Z | Compiling keccak v0.1.5 |
| 2879 | 2025-03-03T22:18:32.469Z | Compiling convert_case v0.4.0 |
| 2880 | 2025-03-03T22:18:32.703Z | Compiling base64 v0.21.7 |
| 2881 | 2025-03-03T22:18:32.935Z | Compiling sha3 v0.10.8 |
| 2882 | 2025-03-03T22:18:32.938Z | Compiling argon2 v0.5.3 |
| 2883 | 2025-03-03T22:18:33.098Z | Compiling num v0.4.3 |
| 2884 | 2025-03-03T22:18:33.228Z | Compiling tokio-tungstenite v0.21.0 |
| 2885 | 2025-03-03T22:18:33.287Z | Compiling derive_more v0.99.19 |
| 2886 | 2025-03-03T22:18:33.369Z | Compiling poly1305 v0.8.0 |
| 2887 | 2025-03-03T22:18:33.585Z | Compiling chacha20 v0.9.1 |
| 2888 | 2025-03-03T22:18:33.824Z | Compiling float-ord v0.3.2 |
| 2889 | 2025-03-03T22:18:33.947Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2890 | 2025-03-03T22:18:34.034Z | Compiling semver v0.1.20 |
| 2891 | 2025-03-03T22:18:34.098Z | Compiling same-file v1.0.6 |
| 2892 | 2025-03-03T22:18:34.407Z | Compiling rustc_version v0.1.7 |
| 2893 | 2025-03-03T22:18:34.429Z | Compiling walkdir v2.5.0 |
| 2894 | 2025-03-03T22:18:34.644Z | Compiling newline-converter v0.3.0 |
| 2895 | 2025-03-03T22:18:34.846Z | Compiling primeorder v0.13.6 |
| 2896 | 2025-03-03T22:18:34.883Z | Compiling secrecy v0.8.0 |
| 2897 | 2025-03-03T22:18:35.113Z | Compiling owo-colors v4.2.0 |
| 2898 | 2025-03-03T22:18:35.132Z | Compiling cancel-safe-futures v0.1.5 |
| 2899 | 2025-03-03T22:18:35.155Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2900 | 2025-03-03T22:18:35.346Z | Compiling newtype_derive v0.1.6 |
| 2901 | 2025-03-03T22:18:35.547Z | Compiling expectorate v1.1.0 |
| 2902 | 2025-03-03T22:18:35.690Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2903 | 2025-03-03T22:18:35.749Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2904 | 2025-03-03T22:18:35.774Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2905 | 2025-03-03T22:18:35.810Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2906 | 2025-03-03T22:18:35.967Z | Compiling libsw-core v0.3.1 |
| 2907 | 2025-03-03T22:18:35.989Z | Compiling blake3 v1.5.4 |
| 2908 | 2025-03-03T22:18:36.270Z | Compiling unicase v2.7.0 |
| 2909 | 2025-03-03T22:18:36.435Z | Compiling half v2.4.1 |
| 2910 | 2025-03-03T22:18:36.626Z | Compiling ciborium-io v0.2.2 |
| 2911 | 2025-03-03T22:18:36.649Z | Compiling arc-swap v1.7.1 |
| 2912 | 2025-03-03T22:18:36.750Z | Compiling fixedbitset v0.5.7 |
| 2913 | 2025-03-03T22:18:36.987Z | Compiling ciborium-ll v0.2.2 |
| 2914 | 2025-03-03T22:18:37.205Z | Compiling petgraph v0.7.1 |
| 2915 | 2025-03-03T22:18:37.354Z | Compiling slog-scope v4.4.0 |
| 2916 | 2025-03-03T22:18:37.485Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2917 | 2025-03-03T22:18:37.627Z | Compiling libsw v3.4.0 |
| 2918 | 2025-03-03T22:18:37.809Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2919 | 2025-03-03T22:18:38.474Z | Compiling thiserror-no-std v2.0.2 |
| 2920 | 2025-03-03T22:18:38.633Z | Compiling polyval v0.6.2 |
| 2921 | 2025-03-03T22:18:38.810Z | Compiling progenitor v0.8.0 |
| 2922 | 2025-03-03T22:18:38.817Z | Compiling atomicwrites v0.4.4 |
| 2923 | 2025-03-03T22:18:39.040Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2924 | 2025-03-03T22:18:39.061Z | Compiling memmap2 v0.9.5 |
| 2925 | 2025-03-03T22:18:39.181Z | Compiling parking_lot_core v0.8.6 |
| 2926 | 2025-03-03T22:18:39.496Z | Compiling salty v0.3.0 |
| 2927 | 2025-03-03T22:18:39.710Z | Compiling arrayvec v0.7.6 |
| 2928 | 2025-03-03T22:18:39.731Z | Compiling constant_time_eq v0.3.1 |
| 2929 | 2025-03-03T22:18:39.944Z | Compiling linear-map v1.2.0 |
| 2930 | 2025-03-03T22:18:39.965Z | Compiling indent_write v2.2.0 |
| 2931 | 2025-03-03T22:18:40.035Z | Compiling libefi-sys v0.1.0 |
| 2932 | 2025-03-03T22:18:40.111Z | Compiling arrayref v0.3.9 |
| 2933 | 2025-03-03T22:18:40.305Z | Compiling ghash v0.5.1 |
| 2934 | 2025-03-03T22:18:40.326Z | Compiling vsss-rs v3.3.4 |
| 2935 | 2025-03-03T22:18:40.517Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2936 | 2025-03-03T22:18:40.829Z | Compiling slog-stdlog v4.1.1 |
| 2937 | 2025-03-03T22:18:40.985Z | Compiling ciborium v0.2.2 |
| 2938 | 2025-03-03T22:18:41.305Z | Compiling p384 v0.13.0 |
| 2939 | 2025-03-03T22:18:41.498Z | Compiling toolchain_find v0.4.0 |
| 2940 | 2025-03-03T22:18:41.760Z | Compiling chacha20poly1305 v0.10.1 |
| 2941 | 2025-03-03T22:18:42.030Z | Compiling ctr v0.9.2 |
| 2942 | 2025-03-03T22:18:42.128Z | Compiling lzma-sys v0.1.20 |
| 2943 | 2025-03-03T22:18:42.344Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2944 | 2025-03-03T22:18:42.413Z | Compiling bitfield-struct v0.6.2 |
| 2945 | 2025-03-03T22:18:42.790Z | Compiling slog-dtrace v0.3.0 |
| 2946 | 2025-03-03T22:18:42.814Z | Compiling topological-sort v0.2.2 |
| 2947 | 2025-03-03T22:18:42.835Z | Compiling highway v1.3.0 |
| 2948 | 2025-03-03T22:18:42.919Z | Compiling progenitor v0.9.1 |
| 2949 | 2025-03-03T22:18:43.061Z | Compiling omicron-zone-package v0.12.0 |
| 2950 | 2025-03-03T22:18:43.124Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2951 | 2025-03-03T22:18:43.256Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2952 | 2025-03-03T22:18:43.778Z | Compiling aes-gcm v0.10.3 |
| 2953 | 2025-03-03T22:18:43.798Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2954 | 2025-03-03T22:18:43.868Z | Compiling rustfmt-wrapper v0.2.1 |
| 2955 | 2025-03-03T22:18:44.120Z | Compiling slog-envlogger v2.2.0 |
| 2956 | 2025-03-03T22:18:44.466Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2957 | 2025-03-03T22:18:44.469Z | Compiling mime_guess v2.0.5 |
| 2958 | 2025-03-03T22:18:44.511Z | Compiling steno v0.4.1 |
| 2959 | 2025-03-03T22:18:45.867Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2960 | 2025-03-03T22:18:46.519Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2961 | 2025-03-03T22:18:46.659Z | Compiling heck v0.3.3 |
| 2962 | 2025-03-03T22:18:46.977Z | Compiling ssh-encoding v0.2.0 |
| 2963 | 2025-03-03T22:18:47.033Z | Compiling blowfish v0.9.1 |
| 2964 | 2025-03-03T22:18:47.113Z | Compiling env_filter v0.1.2 |
| 2965 | 2025-03-03T22:18:47.494Z | Compiling nibble_vec v0.1.0 |
| 2966 | 2025-03-03T22:18:47.531Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2967 | 2025-03-03T22:18:47.740Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2968 | 2025-03-03T22:18:47.762Z | Compiling endian-type v0.1.2 |
| 2969 | 2025-03-03T22:18:47.882Z | Compiling humantime v2.1.0 |
| 2970 | 2025-03-03T22:18:47.938Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2971 | 2025-03-03T22:18:48.021Z | Compiling radix_trie v0.2.1 |
| 2972 | 2025-03-03T22:18:48.398Z | Compiling env_logger v0.11.5 |
| 2973 | 2025-03-03T22:18:49.124Z | Compiling ssh-cipher v0.2.0 |
| 2974 | 2025-03-03T22:18:49.155Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2975 | 2025-03-03T22:18:49.156Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2976 | 2025-03-03T22:18:49.156Z | Compiling zone_cfg_derive v0.1.2 |
| 2977 | 2025-03-03T22:18:49.304Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2978 | 2025-03-03T22:18:49.586Z | Compiling parking_lot v0.11.2 |
| 2979 | 2025-03-03T22:18:49.615Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2980 | 2025-03-03T22:18:50.187Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2981 | 2025-03-03T22:18:50.190Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2982 | 2025-03-03T22:18:50.204Z | Compiling password-hash v0.4.2 |
| 2983 | 2025-03-03T22:18:50.372Z | Compiling gethostname v0.5.0 |
| 2984 | 2025-03-03T22:18:50.582Z | Compiling fxhash v0.2.1 |
| 2985 | 2025-03-03T22:18:50.600Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2986 | 2025-03-03T22:18:50.604Z | Compiling http-range v0.1.5 |
| 2987 | 2025-03-03T22:18:50.639Z | Compiling base64 v0.13.1 |
| 2988 | 2025-03-03T22:18:50.717Z | Compiling pbkdf2 v0.11.0 |
| 2989 | 2025-03-03T22:18:50.808Z | Compiling sled v0.34.7 |
| 2990 | 2025-03-03T22:18:50.955Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2991 | 2025-03-03T22:18:50.980Z | Compiling zone v0.1.8 |
| 2992 | 2025-03-03T22:18:51.029Z | Compiling xz2 v0.1.7 |
| 2993 | 2025-03-03T22:18:51.116Z | Compiling ron v0.7.1 |
| 2994 | 2025-03-03T22:18:51.164Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2995 | 2025-03-03T22:18:51.593Z | Compiling ssh-key v0.6.6 |
| 2996 | 2025-03-03T22:18:52.175Z | Compiling hickory-client v0.24.4 |
| 2997 | 2025-03-03T22:18:52.453Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2998 | 2025-03-03T22:18:52.776Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2999 | 2025-03-03T22:18:53.260Z | Compiling p256 v0.13.2 |
| 3000 | 2025-03-03T22:18:53.516Z | Compiling p521 v0.13.3 |
| 3001 | 2025-03-03T22:18:53.870Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3002 | 2025-03-03T22:18:54.088Z | Compiling hickory-server v0.24.4 |
| 3003 | 2025-03-03T22:18:54.903Z | Compiling pem v3.0.5 |
| 3004 | 2025-03-03T22:18:55.612Z | Compiling yasna v0.5.2 |
| 3005 | 2025-03-03T22:18:55.710Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3006 | 2025-03-03T22:18:56.283Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3007 | 2025-03-03T22:18:57.123Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3008 | 2025-03-03T22:18:58.192Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3009 | 2025-03-03T22:18:59.504Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3010 | 2025-03-03T22:18:59.757Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3011 | 2025-03-03T22:19:00.205Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3012 | 2025-03-03T22:19:00.500Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3013 | 2025-03-03T22:19:00.920Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3014 | 2025-03-03T22:19:01.137Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3015 | 2025-03-03T22:19:02.893Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3016 | 2025-03-03T22:19:02.918Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3017 | 2025-03-03T22:19:02.968Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3018 | 2025-03-03T22:19:03.242Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3019 | 2025-03-03T22:19:03.570Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3020 | 2025-03-03T22:19:03.944Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3021 | 2025-03-03T22:19:04.075Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3022 | 2025-03-03T22:19:04.339Z | Compiling headers-core v0.3.0 |
| 3023 | 2025-03-03T22:19:04.359Z | Compiling kstat-rs v0.2.4 |
| 3024 | 2025-03-03T22:19:04.542Z | Compiling nanorand v0.7.0 |
| 3025 | 2025-03-03T22:19:04.754Z | Compiling atty v0.2.14 |
| 3026 | 2025-03-03T22:19:04.927Z | Compiling russh-cryptovec v0.7.3 |
| 3027 | 2025-03-03T22:19:04.969Z | Compiling md5 v0.7.0 |
| 3028 | 2025-03-03T22:19:05.068Z | Compiling flume v0.11.1 |
| 3029 | 2025-03-03T22:19:05.243Z | Compiling russh-keys v0.45.0 |
| 3030 | 2025-03-03T22:19:05.492Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 3031 | 2025-03-03T22:19:05.703Z | Compiling headers v0.4.0 |
| 3032 | 2025-03-03T22:19:07.269Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3033 | 2025-03-03T22:19:07.411Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3034 | 2025-03-03T22:19:08.551Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3035 | 2025-03-03T22:19:08.883Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3036 | 2025-03-03T22:19:08.988Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3037 | 2025-03-03T22:19:10.689Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3038 | 2025-03-03T22:19:10.786Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3039 | 2025-03-03T22:19:14.503Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3040 | 2025-03-03T22:19:14.775Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3041 | 2025-03-03T22:19:15.728Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3042 | 2025-03-03T22:19:17.292Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3043 | 2025-03-03T22:19:17.517Z | Compiling rcgen v0.12.1 |
| 3044 | 2025-03-03T22:19:19.533Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3045 | 2025-03-03T22:19:21.040Z | Compiling hyper-staticfile v0.10.1 |
| 3046 | 2025-03-03T22:19:21.170Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3047 | 2025-03-03T22:19:21.614Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3048 | 2025-03-03T22:19:21.788Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3049 | 2025-03-03T22:19:22.034Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
| 3050 | 2025-03-03T22:19:22.438Z | Compiling num-bigint v0.4.6 |
| 3051 | 2025-03-03T22:19:22.554Z | Compiling des v0.8.1 |
| 3052 | 2025-03-03T22:19:22.746Z | Compiling subprocess v0.2.9 |
| 3053 | 2025-03-03T22:19:22.911Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3054 | 2025-03-03T22:19:23.219Z | Compiling hex-literal v0.4.1 |
| 3055 | 2025-03-03T22:19:23.419Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3056 | 2025-03-03T22:19:23.777Z | Compiling display-error-chain v0.2.2 |
| 3057 | 2025-03-03T22:19:23.813Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3058 | 2025-03-03T22:19:23.881Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3059 | 2025-03-03T22:19:24.032Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3060 | 2025-03-03T22:19:24.252Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3061 | 2025-03-03T22:19:24.751Z | Compiling internet-checksum v0.2.1 |
| 3062 | 2025-03-03T22:19:26.472Z | Compiling russh v0.45.0 |
| 3063 | 2025-03-03T22:19:32.399Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3064 | 2025-03-03T22:19:33.935Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3065 | 2025-03-03T22:19:57.030Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3066 | 2025-03-03T22:20:18.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 3067 | 2025-03-03T22:20:18.843Z | |
| 3068 | 2025-03-03T22:20:18.843Z | real 2:21.084243715 |
| 3069 | 2025-03-03T22:20:18.843Z | user 12:44.257098368 |
| 3070 | 2025-03-03T22:20:18.843Z | sys 1:38.494618058 |
| 3071 | 2025-03-03T22:20:18.843Z | trap 0.389536196 |
| 3072 | 2025-03-03T22:20:18.843Z | tflt 0.282469546 |
| 3073 | 2025-03-03T22:20:18.843Z | dflt 0.651194196 |
| 3074 | 2025-03-03T22:20:18.843Z | kflt 0.000055212 |
| 3075 | 2025-03-03T22:20:18.843Z | lock 23:48.597870152 |
| 3076 | 2025-03-03T22:20:18.843Z | slp 45:25.574053439 |
| 3077 | 2025-03-03T22:20:18.843Z | lat 42.031306453 |
| 3078 | 2025-03-03T22:20:18.843Z | stop 1:45.233659963 |
| 3079 | 2025-03-03T22:20:18.847Z | + mkdir tests |
| 3080 | 2025-03-03T22:20:18.850Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3081 | 2025-03-03T22:20:18.851Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3082 | 2025-03-03T22:20:18.888Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a9161a45be813f2f tests/ |
| 3083 | 2025-03-03T22:20:18.914Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a8b7ca9b72fc22d6 tests/ |
| 3084 | 2025-03-03T22:20:18.940Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d7651b3040c18dfe tests/ |
| 3085 | 2025-03-03T22:20:18.966Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76cb50d9a2fc20b1 tests/ |
| 3086 | 2025-03-03T22:20:19.200Z | + 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/*) |
| 3087 | 2025-03-03T22:20:19.203Z | + 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 |
| 3088 | 2025-03-03T22:21:35.585Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3089 | 2025-03-03T22:21:35.585Z | a .github/buildomat/ci-env.sh 1K |
| 3090 | 2025-03-03T22:21:35.585Z | a out/target/test 1K |
| 3091 | 2025-03-03T22:21:35.585Z | a out/npuzone/npuzone 23144K |
| 3092 | 2025-03-03T22:21:35.585Z | a package-manifest.toml 33K |
| 3093 | 2025-03-03T22:21:35.585Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3094 | 2025-03-03T22:21:35.585Z | a target/release/omicron-package 38789K |
| 3095 | 2025-03-03T22:21:35.585Z | a target/release/xtask 10838K |
| 3096 | 2025-03-03T22:21:35.585Z | a target/debug/bootstrap 215240K |
| 3097 | 2025-03-03T22:21:35.585Z | a tests/bootstrap-a8b7ca9b72fc22d6 24083K |
| 3098 | 2025-03-03T22:21:35.585Z | a tests/commtest-d7651b3040c18dfe 24909K |
| 3099 | 2025-03-03T22:21:35.585Z | a tests/dhcp_server-a9161a45be813f2f 24083K |
| 3100 | 2025-03-03T22:21:35.585Z | a tests/end_to_end_tests-76cb50d9a2fc20b1 274494K |
| 3101 | 2025-03-03T22:21:35.586Z | a out/clickhouse.tar.gz 305521K |
| 3102 | 2025-03-03T22:21:35.586Z | a out/clickhouse_keeper.tar.gz 291415K |
| 3103 | 2025-03-03T22:21:35.586Z | a out/clickhouse_server.tar.gz 305529K |
| 3104 | 2025-03-03T22:21:35.586Z | a out/cockroachdb.tar.gz 143752K |
| 3105 | 2025-03-03T22:21:35.586Z | a out/crucible-dtrace.tar 98K |
| 3106 | 2025-03-03T22:21:35.586Z | a out/crucible-pantry-zone.tar.gz 32452K |
| 3107 | 2025-03-03T22:21:35.586Z | a out/crucible-zone.tar.gz 40834K |
| 3108 | 2025-03-03T22:21:35.586Z | a out/external-dns.tar.gz 44255K |
| 3109 | 2025-03-03T22:21:35.586Z | a out/internal-dns.tar.gz 44255K |
| 3110 | 2025-03-03T22:21:35.586Z | a out/mg-ddm-gz.tar 63075K |
| 3111 | 2025-03-03T22:21:35.586Z | a out/nexus.tar.gz 110628K |
| 3112 | 2025-03-03T22:21:35.586Z | a out/ntp.tar.gz 14404K |
| 3113 | 2025-03-03T22:21:35.586Z | a out/omicron-gateway-softnpu.tar.gz 24996K |
| 3114 | 2025-03-03T22:21:35.586Z | a out/omicron-sled-agent.tar 123628K |
| 3115 | 2025-03-03T22:21:35.586Z | a out/overlay.tar.gz 3K |
| 3116 | 2025-03-03T22:21:35.586Z | a out/oximeter.tar.gz 55126K |
| 3117 | 2025-03-03T22:21:35.586Z | a out/oxlog.tar 3144K |
| 3118 | 2025-03-03T22:21:35.586Z | a out/probe.tar.gz 2764K |
| 3119 | 2025-03-03T22:21:35.586Z | a out/propolis-server.tar.gz 66425K |
| 3120 | 2025-03-03T22:21:35.586Z | a out/pumpkind-gz.tar 26665K |
| 3121 | 2025-03-03T22:21:35.586Z | a out/switch-softnpu.tar.gz 265036K |
| 3122 | 2025-03-03T22:21:35.589Z | |
| 3123 | 2025-03-03T22:21:35.589Z | real 1:16.372489185 |
| 3124 | 2025-03-03T22:21:35.590Z | user 1:13.046203325 |
| 3125 | 2025-03-03T22:21:35.590Z | sys 4.591830929 |
| 3126 | 2025-03-03T22:21:35.590Z | trap 0.020120025 |
| 3127 | 2025-03-03T22:21:35.590Z | tflt 0.000000000 |
| 3128 | 2025-03-03T22:21:35.590Z | dflt 0.000000000 |
| 3129 | 2025-03-03T22:21:35.590Z | kflt 0.000000000 |
| 3130 | 2025-03-03T22:21:35.590Z | lock 0.000000000 |
| 3131 | 2025-03-03T22:21:35.590Z | slp 1:12.956565256 |
| 3132 | 2025-03-03T22:21:35.590Z | lat 2.124398409 |
| 3133 | 2025-03-03T22:21:35.590Z | stop 0.000579943 |
| 3134 | 2025-03-03T22:21:35.590Z | process exited: duration 2100654 ms, exit code 0 |
| |
| 3135 | 2025-03-03T22:21:35.605Z | found 1 output files |
| 3136 | 2025-03-03T22:21:35.605Z | uploading: /work/package.tar.gz (2023934742 bytes) |
| 3137 | 2025-03-03T22:22:17.582Z | uploaded: /work/package.tar.gz |