|
|
|
| 1 | 2025-04-08T02:13:21.189Z | job assigned to worker 01JR9JQGNRWFVJTC5S8QGTS5X6 [factory aws, i-05fae777207a35c36] (queued for 50 s) |
| |
| 2 | 2025-04-08T02:13:29.236Z | starting task 0: "setup" |
| 3 | 2025-04-08T02:13:29.242Z | ++ uname -s |
| 4 | 2025-04-08T02:13:29.245Z | + kern=SunOS |
| 5 | 2025-04-08T02:13:29.245Z | + build_user=build |
| 6 | 2025-04-08T02:13:29.245Z | + build_uid=12345 |
| 7 | 2025-04-08T02:13:29.245Z | + work_dir=/work |
| 8 | 2025-04-08T02:13:29.245Z | + input_dir=/input |
| 9 | 2025-04-08T02:13:29.245Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-08T02:13:29.245Z | + case "$kern" in |
| 11 | 2025-04-08T02:13:29.245Z | + groupadd -g 12345 build |
| 12 | 2025-04-08T02:13:29.248Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-08T02:13:31.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-08T02:13:31.382Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-08T02:13:31.385Z | + home_fs=zfs |
| 16 | 2025-04-08T02:13:31.385Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-08T02:13:31.385Z | + mkdir -p /home/build |
| 18 | 2025-04-08T02:13:31.388Z | + chown build:build /home/build /work |
| 19 | 2025-04-08T02:13:33.389Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-08T02:13:33.391Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2025-04-08T02:13:33.397Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-08T02:13:33.403Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-04-08T02:13:33.403Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-04-08T02:13:33.403Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-04-08T02:13:33.403Z | * rust toolchain profile = "default" |
| 26 | 2025-04-08T02:13:33.403Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-08T02:13:33.403Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-08T02:13:33.406Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-08T02:13:33.406Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-04-08T02:13:33.523Z | info: downloading installer |
| 31 | 2025-04-08T02:13:34.903Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-08T02:13:34.903Z | warn: /opt/ooce/bin |
| 33 | 2025-04-08T02:13:34.903Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-08T02:13:34.903Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-08T02:13:34.903Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-08T02:13:34.903Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-08T02:13:34.903Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-08T02:13:34.903Z | error: cannot install while Rust is installed |
| 39 | 2025-04-08T02:13:34.903Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-08T02:13:34.916Z | info: profile set to 'default' |
| 41 | 2025-04-08T02:13:34.916Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-08T02:13:34.919Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-04-08T02:13:35.091Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-04-08T02:13:35.091Z | info: downloading component 'cargo' |
| 45 | 2025-04-08T02:13:36.002Z | info: downloading component 'clippy' |
| 46 | 2025-04-08T02:13:36.375Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-08T02:13:37.543Z | info: downloading component 'rust-std' |
| 48 | 2025-04-08T02:13:39.555Z | info: downloading component 'rustc' |
| 49 | 2025-04-08T02:13:47.584Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-08T02:13:47.924Z | info: installing component 'cargo' |
| 51 | 2025-04-08T02:13:48.754Z | info: installing component 'clippy' |
| 52 | 2025-04-08T02:13:49.137Z | info: installing component 'rust-docs' |
| 53 | 2025-04-08T02:13:50.926Z | info: installing component 'rust-std' |
| 54 | 2025-04-08T02:13:52.796Z | info: installing component 'rustc' |
| 55 | 2025-04-08T02:13:58.789Z | info: installing component 'rustfmt' |
| 56 | 2025-04-08T02:13:59.124Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-04-08T02:13:59.124Z | |
| 58 | 2025-04-08T02:13:59.490Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-04-08T02:13:59.490Z | |
| 60 | 2025-04-08T02:13:59.493Z | |
| 61 | 2025-04-08T02:13:59.493Z | Rust is installed now. Great! |
| 62 | 2025-04-08T02:13:59.493Z | |
| 63 | 2025-04-08T02:13:59.493Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-08T02:13:59.494Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-08T02:13:59.494Z | |
| 66 | 2025-04-08T02:13:59.494Z | To configure your current shell, you need to source |
| 67 | 2025-04-08T02:13:59.494Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-08T02:13:59.494Z | |
| 69 | 2025-04-08T02:13:59.494Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-08T02:13:59.494Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-08T02:13:59.494Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-08T02:13:59.494Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-08T02:13:59.565Z | + rustup --version |
| 74 | 2025-04-08T02:13:59.576Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-08T02:13:59.576Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-08T02:13:59.606Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-04-08T02:13:59.608Z | + cargo --version |
| 78 | 2025-04-08T02:13:59.628Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-04-08T02:13:59.631Z | + rustc --version |
| 80 | 2025-04-08T02:13:59.657Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-04-08T02:13:59.661Z | process exited: duration 26260 ms, exit code 0 |
| |
| 82 | 2025-04-08T02:13:59.667Z | starting task 2: "authentication" |
| 83 | 2025-04-08T02:13:59.690Z | process exited: duration 23 ms, exit code 0 |
| |
| 84 | 2025-04-08T02:13:59.696Z | starting task 3: "clone repository" |
| 85 | 2025-04-08T02:13:59.701Z | + mkdir -p /work/oxidecomputer/tufaceous |
| 86 | 2025-04-08T02:13:59.704Z | + git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous |
| 87 | 2025-04-08T02:13:59.739Z | Cloning into '/work/oxidecomputer/tufaceous'... |
| 88 | 2025-04-08T02:14:00.163Z | + cd /work/oxidecomputer/tufaceous |
| 89 | 2025-04-08T02:14:00.163Z | + git fetch origin 0e0bd1fb3ec1f69693aecd93d7a062fb2fea67af |
| 90 | 2025-04-08T02:14:00.399Z | From https://github.com/oxidecomputer/tufaceous |
| 91 | 2025-04-08T02:14:00.399Z | * branch 0e0bd1fb3ec1f69693aecd93d7a062fb2fea67af -> FETCH_HEAD |
| 92 | 2025-04-08T02:14:00.407Z | + [[ -n dependabot/cargo/tokio-1.44.2 ]] |
| 93 | 2025-04-08T02:14:00.410Z | ++ git branch --show-current |
| 94 | 2025-04-08T02:14:00.414Z | + current=main |
| 95 | 2025-04-08T02:14:00.414Z | + [[ main != dependabot/cargo/tokio-1.44.2 ]] |
| 96 | 2025-04-08T02:14:00.414Z | + git branch -f dependabot/cargo/tokio-1.44.2 0e0bd1fb3ec1f69693aecd93d7a062fb2fea67af |
| 97 | 2025-04-08T02:14:00.417Z | + git checkout -f dependabot/cargo/tokio-1.44.2 |
| 98 | 2025-04-08T02:14:00.421Z | Switched to branch 'dependabot/cargo/tokio-1.44.2' |
| 99 | 2025-04-08T02:14:00.424Z | + git reset --hard 0e0bd1fb3ec1f69693aecd93d7a062fb2fea67af |
| 100 | 2025-04-08T02:14:00.427Z | HEAD is now at 0e0bd1f Bump tokio from 1.43.0 to 1.44.2 |
| 101 | 2025-04-08T02:14:00.430Z | process exited: duration 731 ms, exit code 0 |
| |
| 102 | 2025-04-08T02:14:00.436Z | starting task 4: "build" |
| 103 | 2025-04-08T02:14:00.441Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-08T02:14:00.441Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-08T02:14:00.445Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-08T02:14:00.445Z | ++ export 'RUSTFLAGS=-D warnings' |
| 107 | 2025-04-08T02:14:00.445Z | ++ RUSTFLAGS='-D warnings' |
| 108 | 2025-04-08T02:14:00.445Z | ++ export CARGO_INCREMENTAL=0 |
| 109 | 2025-04-08T02:14:00.445Z | ++ CARGO_INCREMENTAL=0 |
| 110 | 2025-04-08T02:14:00.445Z | +++ uname -s |
| 111 | 2025-04-08T02:14:00.446Z | ++ HOST_OS=SunOS |
| 112 | 2025-04-08T02:14:00.446Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 113 | 2025-04-08T02:14:00.446Z | ++ CLANGVER=15 |
| 114 | 2025-04-08T02:14:00.446Z | ++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15 |
| 115 | 2025-04-08T02:14:10.387Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2025-04-08T02:14:15.332Z | Startup: Caching catalogs ... Done |
| 117 | 2025-04-08T02:14:33.183Z | Planning: Solver setup ... Done (16.826s) |
| 118 | 2025-04-08T02:14:33.362Z | Planning: Running solver ... Done (0.179s) |
| 119 | 2025-04-08T02:14:33.510Z | Planning: Finding local manifests ... Done (0.003s) |
| 120 | 2025-04-08T02:14:33.522Z | Planning: Fetching manifests: 0/3 0% complete |
| 121 | 2025-04-08T02:14:33.663Z | Planning: Fetching manifests: 3/3 100% complete |
| 122 | 2025-04-08T02:14:33.713Z | Planning: Package planning ... Done (0.050s) |
| 123 | 2025-04-08T02:14:33.760Z | Planning: Merging actions ... Done (0.048s) |
| 124 | 2025-04-08T02:14:33.933Z | Planning: Checking for conflicting actions ... Done (0.170s) |
| 125 | 2025-04-08T02:14:33.941Z | Planning: Consolidating action changes ... Done (0.010s) |
| 126 | 2025-04-08T02:14:34.930Z | Planning: Evaluating mediators ... Done (0.989s) |
| 127 | 2025-04-08T02:14:34.938Z | Planning: Planning completed in 19.50 seconds |
| 128 | 2025-04-08T02:14:34.954Z | Packages to install: 3 |
| 129 | 2025-04-08T02:14:34.954Z | Mediators to change: 2 |
| 130 | 2025-04-08T02:14:34.957Z | Services to change: 1 |
| 131 | 2025-04-08T02:14:34.957Z | Estimated space available: 155.66 GB |
| 132 | 2025-04-08T02:14:34.957Z | Estimated space to be consumed: 1.61 GB |
| 133 | 2025-04-08T02:14:34.957Z | Create boot environment: No |
| 134 | 2025-04-08T02:14:34.957Z | Create backup boot environment: No |
| 135 | 2025-04-08T02:14:34.957Z | Rebuild boot archive: No |
| 136 | 2025-04-08T02:14:34.957Z | |
| 137 | 2025-04-08T02:14:34.957Z | Changed mediators: |
| 138 | 2025-04-08T02:14:34.957Z | mediator clang: |
| 139 | 2025-04-08T02:14:34.957Z | version: None -> 15 (system default) |
| 140 | 2025-04-08T02:14:34.957Z | |
| 141 | 2025-04-08T02:14:34.957Z | mediator llvm: |
| 142 | 2025-04-08T02:14:34.957Z | version: 14 (system default) -> 15 (system default) |
| 143 | 2025-04-08T02:14:34.957Z | |
| 144 | 2025-04-08T02:14:34.957Z | Changed packages: |
| 145 | 2025-04-08T02:14:34.957Z | helios-dev |
| 146 | 2025-04-08T02:14:34.957Z | developer/build-essential |
| 147 | 2025-04-08T02:14:34.957Z | None -> 11-2.0 |
| 148 | 2025-04-08T02:14:34.957Z | ooce/developer/clang-15 |
| 149 | 2025-04-08T02:14:34.957Z | None -> 15.0.7-2.0 |
| 150 | 2025-04-08T02:14:34.957Z | ooce/developer/llvm-15 |
| 151 | 2025-04-08T02:14:34.958Z | None -> 15.0.7-2.0 |
| 152 | 2025-04-08T02:14:34.958Z | |
| 153 | 2025-04-08T02:14:34.958Z | Services: |
| 154 | 2025-04-08T02:14:34.958Z | restart_fmri: |
| 155 | 2025-04-08T02:14:34.958Z | svc:/system/update-man-index:default |
| 156 | 2025-04-08T02:14:35.003Z | |
| 157 | 2025-04-08T02:14:35.003Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 158 | 2025-04-08T02:14:40.004Z | Download: 1343/3076 items 116.3/211.3MB 55% complete (24.2M/s) |
| 159 | 2025-04-08T02:14:45.280Z | Download: 2010/3076 items 117.9/211.3MB 55% complete (14.6M/s) |
| 160 | 2025-04-08T02:14:50.279Z | Download: 3031/3076 items 175.4/211.3MB 83% complete (5.8M/s) |
| 161 | 2025-04-08T02:14:55.247Z | Download: Completed 211.31 MB in 20.24 seconds (10.4M/s) |
| 162 | 2025-04-08T02:14:55.964Z | Actions: 1/3430 actions (Installing new actions) |
| 163 | 2025-04-08T02:15:00.475Z | Actions: Completed 3430 actions in 4.51 seconds. |
| 164 | 2025-04-08T02:15:00.722Z | Done (0.243s) |
| 165 | 2025-04-08T02:15:00.722Z | Done (0.000s) |
| 166 | 2025-04-08T02:15:01.383Z | Done (0.660s) |
| 167 | 2025-04-08T02:15:05.938Z | Done (4.316s) |
| 168 | 2025-04-08T02:15:06.019Z | Done (0.018s) |
| 169 | 2025-04-08T02:15:06.022Z | Done (0.000s) |
| 170 | 2025-04-08T02:15:06.195Z | Done (0.000s) |
| 171 | 2025-04-08T02:15:06.673Z | ++ (( rc != 4 && rc != 0 )) |
| 172 | 2025-04-08T02:15:06.673Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 173 | 2025-04-08T02:15:06.979Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2025-04-08T02:15:07.145Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2025-04-08T02:15:07.148Z | Planning: Consolidating action changes ... Done |
| 176 | 2025-04-08T02:15:07.427Z | Planning: Evaluating mediators ... Done |
| 177 | 2025-04-08T02:15:07.430Z | Planning: Planning completed in 0.45 seconds |
| 178 | 2025-04-08T02:15:07.462Z | Mediators to change: 2 |
| 179 | 2025-04-08T02:15:07.462Z | Create boot environment: No |
| 180 | 2025-04-08T02:15:07.465Z | Create backup boot environment: No |
| 181 | 2025-04-08T02:15:07.540Z | Done |
| 182 | 2025-04-08T02:15:07.540Z | Done |
| 183 | 2025-04-08T02:15:08.001Z | Done |
| 184 | 2025-04-08T02:15:11.806Z | Done |
| 185 | 2025-04-08T02:15:11.892Z | Done |
| 186 | 2025-04-08T02:15:11.895Z | Done |
| 187 | 2025-04-08T02:15:12.053Z | Done |
| 188 | 2025-04-08T02:15:12.146Z | + cargo --version |
| 189 | 2025-04-08T02:15:12.204Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 190 | 2025-04-08T02:15:12.207Z | + rustc --version |
| 191 | 2025-04-08T02:15:12.276Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 192 | 2025-04-08T02:15:12.280Z | + curl -sSfL --retry 10 https://get.nexte.st/latest/illumos |
| 193 | 2025-04-08T02:15:12.283Z | + gunzip |
| 194 | 2025-04-08T02:15:12.283Z | + tar -xvf - -C /home/build/.cargo/bin |
| 195 | 2025-04-08T02:15:13.658Z | x cargo-nextest, 18415280 bytes, 35968 tape blocks |
| 196 | 2025-04-08T02:15:13.661Z | + banner build |
| 197 | 2025-04-08T02:15:13.661Z | |
| 198 | 2025-04-08T02:15:13.661Z | ##### # # # # ##### |
| 199 | 2025-04-08T02:15:13.661Z | # # # # # # # # |
| 200 | 2025-04-08T02:15:13.661Z | ##### # # # # # # |
| 201 | 2025-04-08T02:15:13.661Z | # # # # # # # # |
| 202 | 2025-04-08T02:15:13.661Z | # # # # # # # # |
| 203 | 2025-04-08T02:15:13.661Z | ##### #### # ###### ##### |
| 204 | 2025-04-08T02:15:13.661Z | |
| 205 | 2025-04-08T02:15:13.664Z | + ptime -m cargo build |
| 206 | 2025-04-08T02:15:13.839Z | Updating crates.io index |
| 207 | 2025-04-08T02:15:13.843Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 208 | 2025-04-08T02:15:14.148Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 209 | 2025-04-08T02:15:14.456Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 210 | 2025-04-08T02:15:14.782Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 211 | 2025-04-08T02:15:15.869Z | Downloading crates ... |
| 212 | 2025-04-08T02:15:15.941Z | Downloaded addr2line v0.24.2 |
| 213 | 2025-04-08T02:15:15.957Z | Downloaded equivalent v1.0.1 |
| 214 | 2025-04-08T02:15:15.978Z | Downloaded atomic-waker v1.1.2 |
| 215 | 2025-04-08T02:15:15.981Z | Downloaded spki v0.7.3 |
| 216 | 2025-04-08T02:15:15.984Z | Downloaded signature v2.2.0 |
| 217 | 2025-04-08T02:15:15.984Z | Downloaded serde_urlencoded v0.7.1 |
| 218 | 2025-04-08T02:15:15.987Z | Downloaded try-lock v0.2.5 |
| 219 | 2025-04-08T02:15:15.987Z | Downloaded async-recursion v1.1.1 |
| 220 | 2025-04-08T02:15:16.001Z | Downloaded tower-layer v0.3.3 |
| 221 | 2025-04-08T02:15:16.007Z | Downloaded take_mut v0.2.2 |
| 222 | 2025-04-08T02:15:16.007Z | Downloaded crc v3.2.1 |
| 223 | 2025-04-08T02:15:16.007Z | Downloaded cfg-if v1.0.0 |
| 224 | 2025-04-08T02:15:16.007Z | Downloaded sync_wrapper v1.0.1 |
| 225 | 2025-04-08T02:15:16.007Z | Downloaded dunce v1.0.5 |
| 226 | 2025-04-08T02:15:16.007Z | Downloaded cexpr v0.6.0 |
| 227 | 2025-04-08T02:15:16.007Z | Downloaded tower-service v0.3.3 |
| 228 | 2025-04-08T02:15:16.007Z | Downloaded either v1.14.0 |
| 229 | 2025-04-08T02:15:16.007Z | Downloaded autocfg v1.4.0 |
| 230 | 2025-04-08T02:15:16.007Z | Downloaded digest v0.10.7 |
| 231 | 2025-04-08T02:15:16.012Z | Downloaded time-core v0.1.2 |
| 232 | 2025-04-08T02:15:16.012Z | Downloaded deranged v0.3.11 |
| 233 | 2025-04-08T02:15:16.012Z | Downloaded colorchoice v1.0.2 |
| 234 | 2025-04-08T02:15:16.012Z | Downloaded block-buffer v0.10.4 |
| 235 | 2025-04-08T02:15:16.015Z | Downloaded dirs-sys-next v0.1.2 |
| 236 | 2025-04-08T02:15:16.016Z | Downloaded tinyvec_macros v0.1.1 |
| 237 | 2025-04-08T02:15:16.016Z | Downloaded strum v0.26.3 |
| 238 | 2025-04-08T02:15:16.016Z | Downloaded adler2 v2.0.0 |
| 239 | 2025-04-08T02:15:16.019Z | Downloaded array-init v0.0.4 |
| 240 | 2025-04-08T02:15:16.019Z | Downloaded heck v0.5.0 |
| 241 | 2025-04-08T02:15:16.019Z | Downloaded futures-core v0.3.31 |
| 242 | 2025-04-08T02:15:16.022Z | Downloaded displaydoc v0.2.5 |
| 243 | 2025-04-08T02:15:16.026Z | Downloaded zerofrom v0.1.4 |
| 244 | 2025-04-08T02:15:16.026Z | Downloaded slog-envlogger v2.2.0 |
| 245 | 2025-04-08T02:15:16.026Z | Downloaded yoke-derive v0.7.4 |
| 246 | 2025-04-08T02:15:16.030Z | Downloaded fnv v1.0.7 |
| 247 | 2025-04-08T02:15:16.030Z | Downloaded strsim v0.11.1 |
| 248 | 2025-04-08T02:15:16.030Z | Downloaded signal-hook-registry v1.4.2 |
| 249 | 2025-04-08T02:15:16.033Z | Downloaded slog-scope v4.4.0 |
| 250 | 2025-04-08T02:15:16.033Z | Downloaded crypto-common v0.1.6 |
| 251 | 2025-04-08T02:15:16.036Z | Downloaded serde_path_to_error v0.1.16 |
| 252 | 2025-04-08T02:15:16.036Z | Downloaded hex v0.4.3 |
| 253 | 2025-04-08T02:15:16.039Z | Downloaded glob v0.3.2 |
| 254 | 2025-04-08T02:15:16.039Z | Downloaded fs-err v2.11.0 |
| 255 | 2025-04-08T02:15:16.042Z | Downloaded futures-io v0.3.31 |
| 256 | 2025-04-08T02:15:16.042Z | Downloaded form_urlencoded v1.2.1 |
| 257 | 2025-04-08T02:15:16.045Z | Downloaded http-body v1.0.1 |
| 258 | 2025-04-08T02:15:16.045Z | Downloaded write16 v1.0.0 |
| 259 | 2025-04-08T02:15:16.045Z | Downloaded anstream v0.6.15 |
| 260 | 2025-04-08T02:15:16.048Z | Downloaded home v0.5.9 |
| 261 | 2025-04-08T02:15:16.048Z | Downloaded generic-array v0.14.7 |
| 262 | 2025-04-08T02:15:16.051Z | Downloaded which v4.4.2 |
| 263 | 2025-04-08T02:15:16.054Z | Downloaded dyn-clone v1.0.18 |
| 264 | 2025-04-08T02:15:16.054Z | Downloaded dirs-next v2.0.0 |
| 265 | 2025-04-08T02:15:16.057Z | Downloaded thiserror-impl v2.0.12 |
| 266 | 2025-04-08T02:15:16.057Z | Downloaded clap_lex v0.7.4 |
| 267 | 2025-04-08T02:15:16.060Z | Downloaded crc32fast v1.4.2 |
| 268 | 2025-04-08T02:15:16.060Z | Downloaded toml_datetime v0.6.8 |
| 269 | 2025-04-08T02:15:16.064Z | Downloaded untrusted v0.9.0 |
| 270 | 2025-04-08T02:15:16.064Z | Downloaded env_logger v0.10.2 |
| 271 | 2025-04-08T02:15:16.067Z | Downloaded xattr v1.3.1 |
| 272 | 2025-04-08T02:15:16.070Z | Downloaded utf16_iter v1.0.5 |
| 273 | 2025-04-08T02:15:16.070Z | Downloaded untrusted v0.7.1 |
| 274 | 2025-04-08T02:15:16.070Z | Downloaded time-macros v0.2.18 |
| 275 | 2025-04-08T02:15:16.074Z | Downloaded want v0.3.1 |
| 276 | 2025-04-08T02:15:16.077Z | Downloaded globset v0.4.15 |
| 277 | 2025-04-08T02:15:16.077Z | Downloaded der_derive v0.7.3 |
| 278 | 2025-04-08T02:15:16.077Z | Downloaded cpufeatures v0.2.14 |
| 279 | 2025-04-08T02:15:16.080Z | Downloaded getrandom v0.2.15 |
| 280 | 2025-04-08T02:15:16.083Z | Downloaded futures-channel v0.3.31 |
| 281 | 2025-04-08T02:15:16.086Z | Downloaded utf8_iter v1.0.4 |
| 282 | 2025-04-08T02:15:16.086Z | Downloaded thread_local v1.1.8 |
| 283 | 2025-04-08T02:15:16.086Z | Downloaded wyz v0.5.1 |
| 284 | 2025-04-08T02:15:16.089Z | Downloaded anstyle-parse v0.2.5 |
| 285 | 2025-04-08T02:15:16.093Z | Downloaded rustversion v1.0.17 |
| 286 | 2025-04-08T02:15:16.093Z | Downloaded termcolor v1.4.1 |
| 287 | 2025-04-08T02:15:16.096Z | Downloaded zerofrom-derive v0.1.4 |
| 288 | 2025-04-08T02:15:16.096Z | Downloaded tinystr v0.7.6 |
| 289 | 2025-04-08T02:15:16.099Z | Downloaded num_threads v0.1.7 |
| 290 | 2025-04-08T02:15:16.099Z | Downloaded terminal_size v0.4.0 |
| 291 | 2025-04-08T02:15:16.099Z | Downloaded snafu-derive v0.8.5 |
| 292 | 2025-04-08T02:15:16.102Z | Downloaded thiserror v1.0.69 |
| 293 | 2025-04-08T02:15:16.106Z | Downloaded tokio-macros v2.5.0 |
| 294 | 2025-04-08T02:15:16.109Z | Downloaded ahash v0.8.11 |
| 295 | 2025-04-08T02:15:16.112Z | Downloaded http-body-util v0.1.2 |
| 296 | 2025-04-08T02:15:16.112Z | Downloaded bitflags v2.6.0 |
| 297 | 2025-04-08T02:15:16.115Z | Downloaded num-conv v0.1.0 |
| 298 | 2025-04-08T02:15:16.118Z | Downloaded utf8parse v0.2.2 |
| 299 | 2025-04-08T02:15:16.118Z | Downloaded console v0.15.10 |
| 300 | 2025-04-08T02:15:16.121Z | Downloaded anyhow v1.0.96 |
| 301 | 2025-04-08T02:15:16.124Z | Downloaded writeable v0.5.5 |
| 302 | 2025-04-08T02:15:16.127Z | Downloaded version_check v0.9.5 |
| 303 | 2025-04-08T02:15:16.127Z | Downloaded thiserror-impl v1.0.69 |
| 304 | 2025-04-08T02:15:16.130Z | Downloaded futures v0.3.31 |
| 305 | 2025-04-08T02:15:16.133Z | Downloaded icu_provider_macros v1.5.0 |
| 306 | 2025-04-08T02:15:16.136Z | Downloaded shlex v1.3.0 |
| 307 | 2025-04-08T02:15:16.136Z | Downloaded crossbeam-utils v0.8.21 |
| 308 | 2025-04-08T02:15:16.139Z | Downloaded tempfile v3.13.0 |
| 309 | 2025-04-08T02:15:16.142Z | Downloaded nodrop v0.1.14 |
| 310 | 2025-04-08T02:15:16.142Z | Downloaded crc-any v2.5.0 |
| 311 | 2025-04-08T02:15:16.145Z | Downloaded tls_codec v0.4.1 |
| 312 | 2025-04-08T02:15:16.149Z | Downloaded strum_macros v0.26.4 |
| 313 | 2025-04-08T02:15:16.149Z | Downloaded slog-stdlog v4.1.1 |
| 314 | 2025-04-08T02:15:16.154Z | Downloaded humantime v2.1.0 |
| 315 | 2025-04-08T02:15:16.154Z | Downloaded serde_plain v1.0.2 |
| 316 | 2025-04-08T02:15:16.154Z | Downloaded num-integer v0.1.46 |
| 317 | 2025-04-08T02:15:16.157Z | Downloaded slab v0.4.9 |
| 318 | 2025-04-08T02:15:16.157Z | Downloaded thiserror v2.0.12 |
| 319 | 2025-04-08T02:15:16.160Z | Downloaded icu_locid_transform v1.5.0 |
| 320 | 2025-04-08T02:15:16.163Z | Downloaded num-iter v0.1.45 |
| 321 | 2025-04-08T02:15:16.166Z | Downloaded term v0.7.0 |
| 322 | 2025-04-08T02:15:16.167Z | Downloaded ppv-lite86 v0.2.20 |
| 323 | 2025-04-08T02:15:16.170Z | Downloaded idna_adapter v1.2.0 |
| 324 | 2025-04-08T02:15:16.170Z | Downloaded powerfmt v0.2.0 |
| 325 | 2025-04-08T02:15:16.173Z | Downloaded zerocopy-derive v0.7.35 |
| 326 | 2025-04-08T02:15:16.176Z | Downloaded pkg-config v0.3.31 |
| 327 | 2025-04-08T02:15:16.176Z | Downloaded pin-utils v0.1.0 |
| 328 | 2025-04-08T02:15:16.179Z | Downloaded subtle v2.6.1 |
| 329 | 2025-04-08T02:15:16.179Z | Downloaded const-oid v0.9.6 |
| 330 | 2025-04-08T02:15:16.182Z | Downloaded bzip2 v0.4.4 |
| 331 | 2025-04-08T02:15:16.182Z | Downloaded fastrand v2.1.1 |
| 332 | 2025-04-08T02:15:16.185Z | Downloaded tap v1.0.1 |
| 333 | 2025-04-08T02:15:16.185Z | Downloaded smallvec v1.14.0 |
| 334 | 2025-04-08T02:15:16.191Z | Downloaded is_terminal_polyfill v1.70.1 |
| 335 | 2025-04-08T02:15:16.191Z | Downloaded parse-size v1.1.0 |
| 336 | 2025-04-08T02:15:16.191Z | Downloaded path-slash v0.1.5 |
| 337 | 2025-04-08T02:15:16.196Z | Downloaded httparse v1.9.5 |
| 338 | 2025-04-08T02:15:16.196Z | Downloaded clap v4.5.31 |
| 339 | 2025-04-08T02:15:16.200Z | Downloaded paste v1.0.15 |
| 340 | 2025-04-08T02:15:16.203Z | Downloaded zeroize v1.8.1 |
| 341 | 2025-04-08T02:15:16.207Z | Downloaded smallvec v0.6.14 |
| 342 | 2025-04-08T02:15:16.207Z | Downloaded slog-term v2.9.1 |
| 343 | 2025-04-08T02:15:16.210Z | Downloaded mime v0.3.17 |
| 344 | 2025-04-08T02:15:16.210Z | Downloaded is-terminal v0.4.13 |
| 345 | 2025-04-08T02:15:16.211Z | Downloaded spin v0.9.8 |
| 346 | 2025-04-08T02:15:16.213Z | Downloaded ryu v1.0.18 |
| 347 | 2025-04-08T02:15:16.217Z | Downloaded iana-time-zone v0.1.61 |
| 348 | 2025-04-08T02:15:16.222Z | Downloaded walkdir v2.5.0 |
| 349 | 2025-04-08T02:15:16.222Z | Downloaded pin-project-internal v1.1.6 |
| 350 | 2025-04-08T02:15:16.226Z | Downloaded yoke v0.7.4 |
| 351 | 2025-04-08T02:15:16.226Z | Downloaded zerovec-derive v0.10.3 |
| 352 | 2025-04-08T02:15:16.226Z | Downloaded maybe-uninit v2.0.0 |
| 353 | 2025-04-08T02:15:16.226Z | Downloaded scopeguard v1.2.0 |
| 354 | 2025-04-08T02:15:16.229Z | Downloaded same-file v1.0.6 |
| 355 | 2025-04-08T02:15:16.229Z | Downloaded zeroize_derive v1.4.2 |
| 356 | 2025-04-08T02:15:16.232Z | Downloaded packed_struct v0.10.1 |
| 357 | 2025-04-08T02:15:16.232Z | Downloaded pkcs8 v0.10.2 |
| 358 | 2025-04-08T02:15:16.234Z | Downloaded toml v0.7.8 |
| 359 | 2025-04-08T02:15:16.237Z | Downloaded radium v0.7.0 |
| 360 | 2025-04-08T02:15:16.240Z | Downloaded bytes v1.10.0 |
| 361 | 2025-04-08T02:15:16.243Z | Downloaded backtrace v0.3.74 |
| 362 | 2025-04-08T02:15:16.246Z | Downloaded der v0.7.9 |
| 363 | 2025-04-08T02:15:16.251Z | Downloaded socket2 v0.5.8 |
| 364 | 2025-04-08T02:15:16.254Z | Downloaded olpc-cjson v0.1.4 |
| 365 | 2025-04-08T02:15:16.259Z | Downloaded rustc-hash v1.1.0 |
| 366 | 2025-04-08T02:15:16.259Z | Downloaded base64 v0.22.1 |
| 367 | 2025-04-08T02:15:16.262Z | Downloaded pin-project-lite v0.2.14 |
| 368 | 2025-04-08T02:15:16.265Z | Downloaded indent_write v2.2.0 |
| 369 | 2025-04-08T02:15:16.268Z | Downloaded miniz_oxide v0.8.0 |
| 370 | 2025-04-08T02:15:16.268Z | Downloaded httpdate v1.0.3 |
| 371 | 2025-04-08T02:15:16.271Z | Downloaded lazy_static v1.5.0 |
| 372 | 2025-04-08T02:15:16.271Z | Downloaded rand_chacha v0.3.1 |
| 373 | 2025-04-08T02:15:16.275Z | Downloaded pkcs1 v0.7.5 |
| 374 | 2025-04-08T02:15:16.275Z | Downloaded num-traits v0.2.19 |
| 375 | 2025-04-08T02:15:16.279Z | Downloaded lock_api v0.4.12 |
| 376 | 2025-04-08T02:15:16.279Z | Downloaded quote v1.0.38 |
| 377 | 2025-04-08T02:15:16.283Z | Downloaded ipnet v2.10.1 |
| 378 | 2025-04-08T02:15:16.283Z | Downloaded itoa v1.0.11 |
| 379 | 2025-04-08T02:15:16.288Z | Downloaded rustc-demangle v0.1.24 |
| 380 | 2025-04-08T02:15:16.288Z | Downloaded proc-macro2 v1.0.93 |
| 381 | 2025-04-08T02:15:16.291Z | Downloaded icu_normalizer v1.5.0 |
| 382 | 2025-04-08T02:15:16.291Z | Downloaded serde_derive v1.0.218 |
| 383 | 2025-04-08T02:15:16.293Z | Downloaded cc v1.2.15 |
| 384 | 2025-04-08T02:15:16.296Z | Downloaded tracing-core v0.1.32 |
| 385 | 2025-04-08T02:15:16.299Z | Downloaded once_cell v1.20.3 |
| 386 | 2025-04-08T02:15:16.303Z | Downloaded pem v3.0.5 |
| 387 | 2025-04-08T02:15:16.306Z | Downloaded semver v1.0.25 |
| 388 | 2025-04-08T02:15:16.306Z | Downloaded packed_struct_codegen v0.10.1 |
| 389 | 2025-04-08T02:15:16.307Z | Downloaded parking_lot v0.12.3 |
| 390 | 2025-04-08T02:15:16.310Z | Downloaded prettyplease v0.2.29 |
| 391 | 2025-04-08T02:15:16.312Z | Downloaded icu_locid_transform_data v1.5.0 |
| 392 | 2025-04-08T02:15:16.315Z | Downloaded hyper-util v0.1.10 |
| 393 | 2025-04-08T02:15:16.318Z | Downloaded pin-project v1.1.6 |
| 394 | 2025-04-08T02:15:16.329Z | Downloaded percent-encoding v2.3.1 |
| 395 | 2025-04-08T02:15:16.332Z | Downloaded pem-rfc7468 v0.7.0 |
| 396 | 2025-04-08T02:15:16.332Z | Downloaded jobserver v0.1.32 |
| 397 | 2025-04-08T02:15:16.334Z | Downloaded indexmap v1.9.3 |
| 398 | 2025-04-08T02:15:16.338Z | Downloaded hashbrown v0.13.2 |
| 399 | 2025-04-08T02:15:16.341Z | Downloaded libloading v0.8.5 |
| 400 | 2025-04-08T02:15:16.343Z | Downloaded serde v1.0.218 |
| 401 | 2025-04-08T02:15:16.346Z | Downloaded tar v0.4.44 |
| 402 | 2025-04-08T02:15:16.349Z | Downloaded ron v0.8.1 |
| 403 | 2025-04-08T02:15:16.353Z | Downloaded tracing v0.1.40 |
| 404 | 2025-04-08T02:15:16.357Z | Downloaded rustls-pki-types v1.10.0 |
| 405 | 2025-04-08T02:15:16.361Z | Downloaded icu_properties v1.5.1 |
| 406 | 2025-04-08T02:15:16.363Z | Downloaded icu_normalizer_data v1.5.0 |
| 407 | 2025-04-08T02:15:16.366Z | Downloaded crossbeam-channel v0.5.13 |
| 408 | 2025-04-08T02:15:16.369Z | Downloaded http v1.2.0 |
| 409 | 2025-04-08T02:15:16.373Z | Downloaded zip v0.6.6 |
| 410 | 2025-04-08T02:15:16.377Z | Downloaded icu_provider v1.5.0 |
| 411 | 2025-04-08T02:15:16.379Z | Downloaded hashbrown v0.12.3 |
| 412 | 2025-04-08T02:15:16.383Z | Downloaded flate2 v1.0.35 |
| 413 | 2025-04-08T02:15:16.388Z | Downloaded zerocopy v0.6.6 |
| 414 | 2025-04-08T02:15:16.391Z | Downloaded minimal-lexical v0.2.1 |
| 415 | 2025-04-08T02:15:16.395Z | Downloaded memchr v2.7.4 |
| 416 | 2025-04-08T02:15:16.400Z | Downloaded zip v2.6.0 |
| 417 | 2025-04-08T02:15:16.404Z | Downloaded toml_edit v0.19.15 |
| 418 | 2025-04-08T02:15:16.420Z | Downloaded icu_locid v1.5.0 |
| 419 | 2025-04-08T02:15:16.424Z | Downloaded hashbrown v0.15.1 |
| 420 | 2025-04-08T02:15:16.431Z | Downloaded x509-cert v0.2.5 |
| 421 | 2025-04-08T02:15:16.435Z | Downloaded typed-path v0.9.3 |
| 422 | 2025-04-08T02:15:16.440Z | Downloaded h2 v0.4.6 |
| 423 | 2025-04-08T02:15:16.448Z | Downloaded icu_collections v1.5.0 |
| 424 | 2025-04-08T02:15:16.453Z | Downloaded libm v0.2.8 |
| 425 | 2025-04-08T02:15:16.461Z | Downloaded rand v0.8.5 |
| 426 | 2025-04-08T02:15:16.464Z | Downloaded time v0.3.36 |
| 427 | 2025-04-08T02:15:16.470Z | Downloaded toml_edit v0.22.24 |
| 428 | 2025-04-08T02:15:16.492Z | Downloaded unicode-normalization v0.1.24 |
| 429 | 2025-04-08T02:15:16.495Z | Downloaded tough v0.20.0 |
| 430 | 2025-04-08T02:15:16.502Z | Downloaded rustls-webpki v0.102.8 |
| 431 | 2025-04-08T02:15:16.519Z | Downloaded chrono v0.4.40 |
| 432 | 2025-04-08T02:15:16.527Z | Downloaded reqwest v0.12.12 |
| 433 | 2025-04-08T02:15:16.534Z | Downloaded num-bigint-dig v0.8.4 |
| 434 | 2025-04-08T02:15:16.539Z | Downloaded bindgen v0.69.5 |
| 435 | 2025-04-08T02:15:16.546Z | Downloaded tokio-util v0.7.13 |
| 436 | 2025-04-08T02:15:16.553Z | Downloaded zerocopy v0.7.35 |
| 437 | 2025-04-08T02:15:16.568Z | Downloaded itertools v0.13.0 |
| 438 | 2025-04-08T02:15:16.575Z | Downloaded winnow v0.5.40 |
| 439 | 2025-04-08T02:15:16.584Z | Downloaded winnow v0.7.3 |
| 440 | 2025-04-08T02:15:16.591Z | Downloaded itertools v0.12.1 |
| 441 | 2025-04-08T02:15:16.597Z | Downloaded gimli v0.31.1 |
| 442 | 2025-04-08T02:15:16.605Z | Downloaded bstr v1.10.0 |
| 443 | 2025-04-08T02:15:16.615Z | Downloaded rustls v0.23.19 |
| 444 | 2025-04-08T02:15:16.625Z | Downloaded rustix v0.38.37 |
| 445 | 2025-04-08T02:15:16.646Z | Downloaded unicode-width v0.2.0 |
| 446 | 2025-04-08T02:15:16.651Z | Downloaded icu_properties_data v1.5.0 |
| 447 | 2025-04-08T02:15:16.660Z | Downloaded syn v1.0.109 |
| 448 | 2025-04-08T02:15:16.670Z | Downloaded object v0.30.4 |
| 449 | 2025-04-08T02:15:16.679Z | Downloaded regex v1.11.1 |
| 450 | 2025-04-08T02:15:16.690Z | Downloaded syn v2.0.96 |
| 451 | 2025-04-08T02:15:16.701Z | Downloaded regex-syntax v0.8.5 |
| 452 | 2025-04-08T02:15:16.708Z | Downloaded object v0.36.5 |
| 453 | 2025-04-08T02:15:16.719Z | Downloaded bitvec v1.0.1 |
| 454 | 2025-04-08T02:15:16.734Z | Downloaded aho-corasick v1.1.3 |
| 455 | 2025-04-08T02:15:16.738Z | Downloaded aws-lc-rs v1.12.4 |
| 456 | 2025-04-08T02:15:16.747Z | Downloaded hyper v1.5.2 |
| 457 | 2025-04-08T02:15:16.752Z | Downloaded rsa v0.9.6 |
| 458 | 2025-04-08T02:15:16.758Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 459 | 2025-04-08T02:15:16.768Z | Downloaded idna v1.0.3 |
| 460 | 2025-04-08T02:15:16.772Z | Downloaded zerovec v0.10.4 |
| 461 | 2025-04-08T02:15:16.777Z | Downloaded indexmap v2.7.1 |
| 462 | 2025-04-08T02:15:16.781Z | Downloaded serde_json v1.0.139 |
| 463 | 2025-04-08T02:15:16.787Z | Downloaded zerocopy-derive v0.6.6 |
| 464 | 2025-04-08T02:15:16.796Z | Downloaded clap_builder v4.5.31 |
| 465 | 2025-04-08T02:15:16.802Z | Downloaded tower v0.5.2 |
| 466 | 2025-04-08T02:15:16.811Z | Downloaded regex-automata v0.4.8 |
| 467 | 2025-04-08T02:15:16.827Z | Downloaded futures-util v0.3.31 |
| 468 | 2025-04-08T02:15:16.837Z | Downloaded libc v0.2.170 |
| 469 | 2025-04-08T02:15:16.859Z | Downloaded nom v7.1.3 |
| 470 | 2025-04-08T02:15:16.864Z | Downloaded mio v1.0.2 |
| 471 | 2025-04-08T02:15:16.869Z | Downloaded url v2.5.3 |
| 472 | 2025-04-08T02:15:16.873Z | Downloaded log v0.4.22 |
| 473 | 2025-04-08T02:15:16.876Z | Downloaded snafu v0.8.5 |
| 474 | 2025-04-08T02:15:16.879Z | Downloaded parking_lot_core v0.9.10 |
| 475 | 2025-04-08T02:15:16.882Z | Downloaded litemap v0.7.3 |
| 476 | 2025-04-08T02:15:16.885Z | Downloaded base64 v0.21.7 |
| 477 | 2025-04-08T02:15:16.888Z | Downloaded lazycell v1.3.0 |
| 478 | 2025-04-08T02:15:16.888Z | Downloaded toml v0.8.20 |
| 479 | 2025-04-08T02:15:16.891Z | Downloaded unicode-ident v1.0.14 |
| 480 | 2025-04-08T02:15:16.894Z | Downloaded tinyvec v1.8.0 |
| 481 | 2025-04-08T02:15:16.897Z | Downloaded typenum v1.17.0 |
| 482 | 2025-04-08T02:15:16.900Z | Downloaded slog v2.7.0 |
| 483 | 2025-04-08T02:15:16.900Z | Downloaded rand_core v0.6.4 |
| 484 | 2025-04-08T02:15:16.903Z | Downloaded sha2 v0.10.8 |
| 485 | 2025-04-08T02:15:16.905Z | Downloaded tokio v1.44.2 |
| 486 | 2025-04-08T02:15:16.946Z | Downloaded clang-sys v1.8.1 |
| 487 | 2025-04-08T02:15:16.950Z | Downloaded byteorder v1.5.0 |
| 488 | 2025-04-08T02:15:16.953Z | Downloaded clap_derive v4.5.28 |
| 489 | 2025-04-08T02:15:16.958Z | Downloaded camino-tempfile v1.1.1 |
| 490 | 2025-04-08T02:15:16.958Z | Downloaded base64ct v1.6.0 |
| 491 | 2025-04-08T02:15:16.961Z | Downloaded tls_codec_derive v0.4.1 |
| 492 | 2025-04-08T02:15:16.964Z | Downloaded fs_extra v1.3.0 |
| 493 | 2025-04-08T02:15:16.967Z | Downloaded daft-derive v0.1.1 |
| 494 | 2025-04-08T02:15:16.971Z | Downloaded cmake v0.1.51 |
| 495 | 2025-04-08T02:15:16.974Z | Downloaded synstructure v0.13.1 |
| 496 | 2025-04-08T02:15:16.977Z | Downloaded serde-hex v0.1.0 |
| 497 | 2025-04-08T02:15:16.977Z | Downloaded camino v1.1.9 |
| 498 | 2025-04-08T02:15:16.980Z | Downloaded async-trait v0.1.86 |
| 499 | 2025-04-08T02:15:16.985Z | Downloaded slog-async v2.8.0 |
| 500 | 2025-04-08T02:15:16.988Z | Downloaded crc-catalog v2.4.0 |
| 501 | 2025-04-08T02:15:16.988Z | Downloaded errno v0.3.9 |
| 502 | 2025-04-08T02:15:16.992Z | Downloaded debug-ignore v1.0.5 |
| 503 | 2025-04-08T02:15:16.992Z | Downloaded futures-task v0.3.31 |
| 504 | 2025-04-08T02:15:16.995Z | Downloaded futures-macro v0.3.31 |
| 505 | 2025-04-08T02:15:16.995Z | Downloaded futures-executor v0.3.31 |
| 506 | 2025-04-08T02:15:16.998Z | Downloaded funty v2.0.0 |
| 507 | 2025-04-08T02:15:16.998Z | Downloaded serde_spanned v0.6.8 |
| 508 | 2025-04-08T02:15:17.002Z | Downloaded futures-sink v0.3.31 |
| 509 | 2025-04-08T02:15:17.002Z | Downloaded filetime v0.2.25 |
| 510 | 2025-04-08T02:15:17.002Z | Downloaded buf-list v1.0.3 |
| 511 | 2025-04-08T02:15:17.005Z | Downloaded stable_deref_trait v1.2.0 |
| 512 | 2025-04-08T02:15:17.008Z | Downloaded daft v0.1.1 |
| 513 | 2025-04-08T02:15:17.008Z | Downloaded flagset v0.4.6 |
| 514 | 2025-04-08T02:15:17.011Z | Downloaded bitfield v0.14.0 |
| 515 | 2025-04-08T02:15:17.011Z | Downloaded arc-swap v1.7.1 |
| 516 | 2025-04-08T02:15:17.014Z | Downloaded anstyle-query v1.1.1 |
| 517 | 2025-04-08T02:15:17.025Z | Downloaded ring v0.17.13 |
| 518 | 2025-04-08T02:15:17.067Z | Downloaded anstyle v1.0.10 |
| 519 | 2025-04-08T02:15:17.473Z | Downloaded aws-lc-sys v0.26.0 |
| 520 | 2025-04-08T02:15:17.890Z | Compiling proc-macro2 v1.0.93 |
| 521 | 2025-04-08T02:15:17.890Z | Compiling unicode-ident v1.0.14 |
| 522 | 2025-04-08T02:15:17.893Z | Compiling libc v0.2.170 |
| 523 | 2025-04-08T02:15:17.893Z | Compiling cfg-if v1.0.0 |
| 524 | 2025-04-08T02:15:17.893Z | Compiling serde v1.0.218 |
| 525 | 2025-04-08T02:15:17.893Z | Compiling autocfg v1.4.0 |
| 526 | 2025-04-08T02:15:17.893Z | Compiling memchr v2.7.4 |
| 527 | 2025-04-08T02:15:17.915Z | Compiling shlex v1.3.0 |
| 528 | 2025-04-08T02:15:18.047Z | Compiling once_cell v1.20.3 |
| 529 | 2025-04-08T02:15:18.130Z | Compiling version_check v0.9.5 |
| 530 | 2025-04-08T02:15:18.321Z | Compiling byteorder v1.5.0 |
| 531 | 2025-04-08T02:15:18.428Z | Compiling itoa v1.0.11 |
| 532 | 2025-04-08T02:15:18.640Z | Compiling glob v0.3.2 |
| 533 | 2025-04-08T02:15:18.656Z | Compiling rustix v0.38.37 |
| 534 | 2025-04-08T02:15:18.704Z | Compiling stable_deref_trait v1.2.0 |
| 535 | 2025-04-08T02:15:18.756Z | Compiling zeroize v1.8.1 |
| 536 | 2025-04-08T02:15:18.772Z | Compiling futures-core v0.3.31 |
| 537 | 2025-04-08T02:15:18.810Z | Compiling prettyplease v0.2.29 |
| 538 | 2025-04-08T02:15:19.069Z | Compiling either v1.14.0 |
| 539 | 2025-04-08T02:15:19.207Z | Compiling heck v0.5.0 |
| 540 | 2025-04-08T02:15:19.331Z | Compiling clang-sys v1.8.1 |
| 541 | 2025-04-08T02:15:19.477Z | Compiling minimal-lexical v0.2.1 |
| 542 | 2025-04-08T02:15:19.599Z | Compiling smallvec v1.14.0 |
| 543 | 2025-04-08T02:15:19.657Z | Compiling bitflags v2.6.0 |
| 544 | 2025-04-08T02:15:19.735Z | Compiling quote v1.0.38 |
| 545 | 2025-04-08T02:15:19.939Z | Compiling errno v0.3.9 |
| 546 | 2025-04-08T02:15:19.979Z | Compiling jobserver v0.1.32 |
| 547 | 2025-04-08T02:15:20.048Z | Compiling regex-syntax v0.8.5 |
| 548 | 2025-04-08T02:15:20.062Z | Compiling pin-project-lite v0.2.14 |
| 549 | 2025-04-08T02:15:20.167Z | Compiling syn v2.0.96 |
| 550 | 2025-04-08T02:15:20.203Z | Compiling slab v0.4.9 |
| 551 | 2025-04-08T02:15:20.259Z | Compiling libloading v0.8.5 |
| 552 | 2025-04-08T02:15:20.290Z | Compiling bindgen v0.69.5 |
| 553 | 2025-04-08T02:15:20.347Z | Compiling cc v1.2.15 |
| 554 | 2025-04-08T02:15:20.591Z | Compiling nom v7.1.3 |
| 555 | 2025-04-08T02:15:20.666Z | Compiling libm v0.2.8 |
| 556 | 2025-04-08T02:15:20.801Z | Compiling const-oid v0.9.6 |
| 557 | 2025-04-08T02:15:21.060Z | Compiling typenum v1.17.0 |
| 558 | 2025-04-08T02:15:21.076Z | Compiling home v0.5.9 |
| 559 | 2025-04-08T02:15:21.290Z | Compiling futures-sink v0.3.31 |
| 560 | 2025-04-08T02:15:21.453Z | Compiling bytes v1.10.0 |
| 561 | 2025-04-08T02:15:22.259Z | Compiling which v4.4.2 |
| 562 | 2025-04-08T02:15:22.487Z | Compiling regex-automata v0.4.8 |
| 563 | 2025-04-08T02:15:22.973Z | Compiling itertools v0.12.1 |
| 564 | 2025-04-08T02:15:23.049Z | Compiling num-traits v0.2.19 |
| 565 | 2025-04-08T02:15:23.436Z | Compiling generic-array v0.14.7 |
| 566 | 2025-04-08T02:15:23.771Z | Compiling cexpr v0.6.0 |
| 567 | 2025-04-08T02:15:23.830Z | Compiling log v0.4.22 |
| 568 | 2025-04-08T02:15:24.000Z | Compiling paste v1.0.15 |
| 569 | 2025-04-08T02:15:24.162Z | Compiling writeable v0.5.5 |
| 570 | 2025-04-08T02:15:24.193Z | Compiling lazycell v1.3.0 |
| 571 | 2025-04-08T02:15:24.365Z | Compiling lazy_static v1.5.0 |
| 572 | 2025-04-08T02:15:24.513Z | Compiling rustc-hash v1.1.0 |
| 573 | 2025-04-08T02:15:24.529Z | Compiling litemap v0.7.3 |
| 574 | 2025-04-08T02:15:25.085Z | Compiling cmake v0.1.51 |
| 575 | 2025-04-08T02:15:25.128Z | Compiling futures-channel v0.3.31 |
| 576 | 2025-04-08T02:15:25.529Z | Compiling regex v1.11.1 |
| 577 | 2025-04-08T02:15:25.577Z | Compiling fs_extra v1.3.0 |
| 578 | 2025-04-08T02:15:25.847Z | Compiling futures-io v0.3.31 |
| 579 | 2025-04-08T02:15:26.114Z | Compiling dunce v1.0.5 |
| 580 | 2025-04-08T02:15:26.154Z | Compiling pin-utils v0.1.0 |
| 581 | 2025-04-08T02:15:26.171Z | Compiling futures-task v0.3.31 |
| 582 | 2025-04-08T02:15:26.239Z | Compiling base64ct v1.6.0 |
| 583 | 2025-04-08T02:15:26.472Z | Compiling getrandom v0.2.15 |
| 584 | 2025-04-08T02:15:26.816Z | Compiling pem-rfc7468 v0.7.0 |
| 585 | 2025-04-08T02:15:26.855Z | Compiling icu_locid_transform_data v1.5.0 |
| 586 | 2025-04-08T02:15:26.994Z | Compiling flagset v0.4.6 |
| 587 | 2025-04-08T02:15:27.112Z | Compiling spin v0.9.8 |
| 588 | 2025-04-08T02:15:27.205Z | Compiling rand_core v0.6.4 |
| 589 | 2025-04-08T02:15:27.445Z | Compiling synstructure v0.13.1 |
| 590 | 2025-04-08T02:15:27.547Z | Compiling mio v1.0.2 |
| 591 | 2025-04-08T02:15:27.588Z | Compiling socket2 v0.5.8 |
| 592 | 2025-04-08T02:15:27.633Z | Compiling utf8parse v0.2.2 |
| 593 | 2025-04-08T02:15:27.804Z | Compiling equivalent v1.0.1 |
| 594 | 2025-04-08T02:15:27.941Z | Compiling syn v1.0.109 |
| 595 | 2025-04-08T02:15:28.039Z | Compiling fnv v1.0.7 |
| 596 | 2025-04-08T02:15:28.188Z | Compiling radium v0.7.0 |
| 597 | 2025-04-08T02:15:28.534Z | Compiling slog v2.7.0 |
| 598 | 2025-04-08T02:15:28.563Z | Compiling hashbrown v0.15.1 |
| 599 | 2025-04-08T02:15:28.636Z | Compiling icu_properties_data v1.5.0 |
| 600 | 2025-04-08T02:15:28.716Z | Compiling http v1.2.0 |
| 601 | 2025-04-08T02:15:28.746Z | Compiling anstyle-parse v0.2.5 |
| 602 | 2025-04-08T02:15:28.886Z | Compiling block-buffer v0.10.4 |
| 603 | 2025-04-08T02:15:29.112Z | Compiling crypto-common v0.1.6 |
| 604 | 2025-04-08T02:15:29.158Z | Compiling httparse v1.9.5 |
| 605 | 2025-04-08T02:15:29.307Z | Compiling icu_normalizer_data v1.5.0 |
| 606 | 2025-04-08T02:15:29.422Z | Compiling tap v1.0.1 |
| 607 | 2025-04-08T02:15:29.604Z | Compiling ryu v1.0.18 |
| 608 | 2025-04-08T02:15:29.718Z | Compiling indexmap v2.7.1 |
| 609 | 2025-04-08T02:15:29.834Z | Compiling anstyle v1.0.10 |
| 610 | 2025-04-08T02:15:29.989Z | Compiling aws-lc-rs v1.12.4 |
| 611 | 2025-04-08T02:15:30.005Z | Compiling utf8_iter v1.0.4 |
| 612 | 2025-04-08T02:15:30.268Z | Compiling is_terminal_polyfill v1.70.1 |
| 613 | 2025-04-08T02:15:30.280Z | Compiling maybe-uninit v2.0.0 |
| 614 | 2025-04-08T02:15:30.408Z | Compiling utf16_iter v1.0.5 |
| 615 | 2025-04-08T02:15:30.477Z | Compiling rustversion v1.0.17 |
| 616 | 2025-04-08T02:15:30.629Z | Compiling anstyle-query v1.1.1 |
| 617 | 2025-04-08T02:15:30.800Z | Compiling pkg-config v0.3.31 |
| 618 | 2025-04-08T02:15:30.818Z | Compiling colorchoice v1.0.2 |
| 619 | 2025-04-08T02:15:30.986Z | Compiling write16 v1.0.0 |
| 620 | 2025-04-08T02:15:31.004Z | Compiling anstream v0.6.15 |
| 621 | 2025-04-08T02:15:31.115Z | Compiling http-body v1.0.1 |
| 622 | 2025-04-08T02:15:31.202Z | Compiling wyz v0.5.1 |
| 623 | 2025-04-08T02:15:31.237Z | Compiling digest v0.10.7 |
| 624 | 2025-04-08T02:15:31.408Z | Compiling serde_derive v1.0.218 |
| 625 | 2025-04-08T02:15:31.448Z | Compiling zerofrom-derive v0.1.4 |
| 626 | 2025-04-08T02:15:31.602Z | Compiling yoke-derive v0.7.4 |
| 627 | 2025-04-08T02:15:31.602Z | Compiling zerovec-derive v0.10.3 |
| 628 | 2025-04-08T02:15:31.685Z | Compiling displaydoc v0.2.5 |
| 629 | 2025-04-08T02:15:31.836Z | Compiling zerocopy-derive v0.7.35 |
| 630 | 2025-04-08T02:15:32.003Z | Compiling icu_provider_macros v1.5.0 |
| 631 | 2025-04-08T02:15:33.174Z | Compiling futures-macro v0.3.31 |
| 632 | 2025-04-08T02:15:33.257Z | Compiling der_derive v0.7.3 |
| 633 | 2025-04-08T02:15:33.727Z | Compiling zerocopy v0.7.35 |
| 634 | 2025-04-08T02:15:34.064Z | Compiling tokio-macros v2.5.0 |
| 635 | 2025-04-08T02:15:34.123Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 636 | 2025-04-08T02:15:34.620Z | Compiling zerofrom v0.1.4 |
| 637 | 2025-04-08T02:15:34.719Z | Compiling zerocopy-derive v0.6.6 |
| 638 | 2025-04-08T02:15:34.838Z | Compiling yoke v0.7.4 |
| 639 | 2025-04-08T02:15:34.989Z | Compiling futures-util v0.3.31 |
| 640 | 2025-04-08T02:15:35.095Z | Compiling ppv-lite86 v0.2.20 |
| 641 | 2025-04-08T02:15:35.211Z | Compiling zerovec v0.10.4 |
| 642 | 2025-04-08T02:15:35.433Z | Compiling der v0.7.9 |
| 643 | 2025-04-08T02:15:35.576Z | Compiling tokio v1.44.2 |
| 644 | 2025-04-08T02:15:35.822Z | Compiling rand_chacha v0.3.1 |
| 645 | 2025-04-08T02:15:37.413Z | Compiling tinystr v0.7.6 |
| 646 | 2025-04-08T02:15:37.464Z | Compiling icu_collections v1.5.0 |
| 647 | 2025-04-08T02:15:37.831Z | Compiling icu_locid v1.5.0 |
| 648 | 2025-04-08T02:15:38.759Z | Compiling spki v0.7.3 |
| 649 | 2025-04-08T02:15:38.797Z | Compiling num-integer v0.1.46 |
| 650 | 2025-04-08T02:15:39.113Z | Compiling icu_provider v1.5.0 |
| 651 | 2025-04-08T02:15:39.528Z | Compiling is-terminal v0.4.13 |
| 652 | 2025-04-08T02:15:39.670Z | Compiling aho-corasick v1.1.3 |
| 653 | 2025-04-08T02:15:40.146Z | Compiling icu_locid_transform v1.5.0 |
| 654 | 2025-04-08T02:15:40.149Z | Compiling ahash v0.8.11 |
| 655 | 2025-04-08T02:15:40.488Z | Compiling crc32fast v1.4.2 |
| 656 | 2025-04-08T02:15:40.554Z | Compiling strsim v0.11.1 |
| 657 | 2025-04-08T02:15:40.855Z | Compiling num-bigint-dig v0.8.4 |
| 658 | 2025-04-08T02:15:40.945Z | Compiling aws-lc-sys v0.26.0 |
| 659 | 2025-04-08T02:15:41.243Z | Compiling subtle v2.6.1 |
| 660 | 2025-04-08T02:15:41.409Z | Compiling try-lock v0.2.5 |
| 661 | 2025-04-08T02:15:41.519Z | Compiling icu_properties v1.5.1 |
| 662 | 2025-04-08T02:15:41.580Z | Compiling clap_lex v0.7.4 |
| 663 | 2025-04-08T02:15:42.103Z | Compiling packed_struct v0.10.1 |
| 664 | 2025-04-08T02:15:42.807Z | Compiling funty v2.0.0 |
| 665 | 2025-04-08T02:15:44.505Z | Compiling hex v0.4.3 |
| 666 | 2025-04-08T02:15:44.653Z | Compiling serde_spanned v0.6.8 |
| 667 | 2025-04-08T02:15:44.915Z | Compiling toml_datetime v0.6.8 |
| 668 | 2025-04-08T02:15:44.934Z | Compiling serde_json v1.0.139 |
| 669 | 2025-04-08T02:15:45.081Z | Compiling icu_normalizer v1.5.0 |
| 670 | 2025-04-08T02:15:45.329Z | Compiling percent-encoding v2.3.1 |
| 671 | 2025-04-08T02:15:45.448Z | Compiling packed_struct_codegen v0.10.1 |
| 672 | 2025-04-08T02:15:45.693Z | Compiling form_urlencoded v1.2.1 |
| 673 | 2025-04-08T02:15:46.047Z | Compiling idna_adapter v1.2.0 |
| 674 | 2025-04-08T02:15:46.263Z | Compiling bitvec v1.0.1 |
| 675 | 2025-04-08T02:15:47.084Z | Compiling terminal_size v0.4.0 |
| 676 | 2025-04-08T02:15:47.117Z | Compiling want v0.3.1 |
| 677 | 2025-04-08T02:15:47.336Z | Compiling clap_builder v4.5.31 |
| 678 | 2025-04-08T02:15:47.521Z | Compiling num-iter v0.1.45 |
| 679 | 2025-04-08T02:15:47.706Z | Compiling pkcs8 v0.10.2 |
| 680 | 2025-04-08T02:15:47.784Z | Compiling zerocopy v0.6.6 |
| 681 | 2025-04-08T02:15:48.266Z | Compiling rand v0.8.5 |
| 682 | 2025-04-08T02:15:48.531Z | Compiling clap_derive v4.5.28 |
| 683 | 2025-04-08T02:15:49.786Z | Compiling indexmap v1.9.3 |
| 684 | 2025-04-08T02:15:50.161Z | Compiling tracing-core v0.1.32 |
| 685 | 2025-04-08T02:15:50.295Z | Compiling crc-catalog v2.4.0 |
| 686 | 2025-04-08T02:15:50.341Z | Compiling tinyvec_macros v0.1.1 |
| 687 | 2025-04-08T02:15:50.441Z | Compiling untrusted v0.7.1 |
| 688 | 2025-04-08T02:15:50.457Z | Compiling thiserror v1.0.69 |
| 689 | 2025-04-08T02:15:50.533Z | Compiling tower-service v0.3.3 |
| 690 | 2025-04-08T02:15:50.627Z | Compiling thiserror v2.0.12 |
| 691 | 2025-04-08T02:15:50.675Z | Compiling cpufeatures v0.2.14 |
| 692 | 2025-04-08T02:15:50.785Z | Compiling adler2 v2.0.0 |
| 693 | 2025-04-08T02:15:51.015Z | Compiling crossbeam-utils v0.8.21 |
| 694 | 2025-04-08T02:15:51.046Z | Compiling nodrop v0.1.14 |
| 695 | 2025-04-08T02:15:51.178Z | Compiling semver v1.0.25 |
| 696 | 2025-04-08T02:15:51.408Z | Compiling array-init v0.0.4 |
| 697 | 2025-04-08T02:15:51.613Z | Compiling miniz_oxide v0.8.0 |
| 698 | 2025-04-08T02:15:51.753Z | Compiling tracing v0.1.40 |
| 699 | 2025-04-08T02:15:51.964Z | Compiling sha2 v0.10.8 |
| 700 | 2025-04-08T02:15:52.215Z | Compiling strum_macros v0.26.4 |
| 701 | 2025-04-08T02:15:52.299Z | Compiling crc v3.2.1 |
| 702 | 2025-04-08T02:15:52.630Z | Compiling clap v4.5.31 |
| 703 | 2025-04-08T02:15:52.758Z | Compiling tinyvec v1.8.0 |
| 704 | 2025-04-08T02:15:52.991Z | Compiling hyper v1.5.2 |
| 705 | 2025-04-08T02:15:53.012Z | Compiling smallvec v0.6.14 |
| 706 | 2025-04-08T02:15:54.262Z | Compiling pkcs1 v0.7.5 |
| 707 | 2025-04-08T02:15:55.244Z | Compiling idna v1.0.3 |
| 708 | 2025-04-08T02:15:55.757Z | Compiling signature v2.2.0 |
| 709 | 2025-04-08T02:15:55.986Z | Compiling thiserror-impl v1.0.69 |
| 710 | 2025-04-08T02:15:56.113Z | Compiling daft-derive v0.1.1 |
| 711 | 2025-04-08T02:15:56.354Z | Compiling thiserror-impl v2.0.12 |
| 712 | 2025-04-08T02:15:56.414Z | Compiling pin-project-internal v1.1.6 |
| 713 | 2025-04-08T02:15:56.672Z | Compiling dirs-sys-next v0.1.2 |
| 714 | 2025-04-08T02:15:57.042Z | Compiling sync_wrapper v1.0.1 |
| 715 | 2025-04-08T02:15:57.215Z | Compiling rustls-pki-types v1.10.0 |
| 716 | 2025-04-08T02:15:57.322Z | Compiling rustls v0.23.19 |
| 717 | 2025-04-08T02:15:57.663Z | Compiling gimli v0.31.1 |
| 718 | 2025-04-08T02:15:57.710Z | Compiling tower-layer v0.3.3 |
| 719 | 2025-04-08T02:15:58.009Z | Compiling fastrand v2.1.1 |
| 720 | 2025-04-08T02:15:58.070Z | Compiling num-conv v0.1.0 |
| 721 | 2025-04-08T02:15:58.252Z | Compiling termcolor v1.4.1 |
| 722 | 2025-04-08T02:15:58.350Z | Compiling untrusted v0.9.0 |
| 723 | 2025-04-08T02:15:58.547Z | Compiling camino v1.1.9 |
| 724 | 2025-04-08T02:15:58.562Z | Compiling hashbrown v0.12.3 |
| 725 | 2025-04-08T02:15:58.676Z | Compiling base64 v0.22.1 |
| 726 | 2025-04-08T02:15:58.957Z | Compiling base64 v0.21.7 |
| 727 | 2025-04-08T02:15:58.990Z | Compiling time-core v0.1.2 |
| 728 | 2025-04-08T02:15:59.162Z | Compiling winnow v0.5.40 |
| 729 | 2025-04-08T02:15:59.178Z | Compiling powerfmt v0.2.0 |
| 730 | 2025-04-08T02:15:59.230Z | Compiling bitfield v0.14.0 |
| 731 | 2025-04-08T02:15:59.554Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 732 | 2025-04-08T02:15:59.554Z | Compiling deranged v0.3.11 |
| 733 | 2025-04-08T02:15:59.583Z | Compiling ron v0.8.1 |
| 734 | 2025-04-08T02:15:59.709Z | Compiling time-macros v0.2.18 |
| 735 | 2025-04-08T02:16:00.309Z | Compiling pin-project v1.1.6 |
| 736 | 2025-04-08T02:16:00.621Z | Compiling env_logger v0.10.2 |
| 737 | 2025-04-08T02:16:00.988Z | Compiling tempfile v3.13.0 |
| 738 | 2025-04-08T02:16:01.831Z | Compiling addr2line v0.24.2 |
| 739 | 2025-04-08T02:16:01.853Z | Compiling tower v0.5.2 |
| 740 | 2025-04-08T02:16:02.128Z | Compiling daft v0.1.1 |
| 741 | 2025-04-08T02:16:02.354Z | Compiling dirs-next v2.0.0 |
| 742 | 2025-04-08T02:16:02.513Z | Compiling toml_edit v0.19.15 |
| 743 | 2025-04-08T02:16:02.557Z | Compiling strum v0.26.3 |
| 744 | 2025-04-08T02:16:02.580Z | Compiling rsa v0.9.6 |
| 745 | 2025-04-08T02:16:02.620Z | Compiling url v2.5.3 |
| 746 | 2025-04-08T02:16:02.691Z | Compiling hashbrown v0.13.2 |
| 747 | 2025-04-08T02:16:02.737Z | Compiling hyper-util v0.1.10 |
| 748 | 2025-04-08T02:16:02.753Z | Compiling unicode-normalization v0.1.24 |
| 749 | 2025-04-08T02:16:03.734Z | Compiling serde-hex v0.1.0 |
| 750 | 2025-04-08T02:16:03.873Z | Compiling bzip2 v0.4.4 |
| 751 | 2025-04-08T02:16:04.168Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 752 | 2025-04-08T02:16:04.537Z | Compiling xattr v1.3.1 |
| 753 | 2025-04-08T02:16:04.800Z | Compiling serde_urlencoded v0.7.1 |
| 754 | 2025-04-08T02:16:05.027Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 755 | 2025-04-08T02:16:05.061Z | Compiling tokio-util v0.7.13 |
| 756 | 2025-04-08T02:16:05.204Z | Compiling http-body-util v0.1.2 |
| 757 | 2025-04-08T02:16:05.301Z | Compiling futures-executor v0.3.31 |
| 758 | 2025-04-08T02:16:05.710Z | Compiling x509-cert v0.2.5 |
| 759 | 2025-04-08T02:16:05.804Z | Compiling snafu-derive v0.8.5 |
| 760 | 2025-04-08T02:16:05.806Z | Compiling filetime v0.2.25 |
| 761 | 2025-04-08T02:16:06.133Z | Compiling object v0.36.5 |
| 762 | 2025-04-08T02:16:06.296Z | Compiling bstr v1.10.0 |
| 763 | 2025-04-08T02:16:07.421Z | Compiling fs-err v2.11.0 |
| 764 | 2025-04-08T02:16:07.814Z | Compiling thread_local v1.1.8 |
| 765 | 2025-04-08T02:16:08.336Z | Compiling same-file v1.0.6 |
| 766 | 2025-04-08T02:16:08.367Z | Compiling iana-time-zone v0.1.61 |
| 767 | 2025-04-08T02:16:08.634Z | Compiling anyhow v1.0.96 |
| 768 | 2025-04-08T02:16:08.798Z | Compiling rustc-demangle v0.1.24 |
| 769 | 2025-04-08T02:16:09.278Z | Compiling zip v2.6.0 |
| 770 | 2025-04-08T02:16:09.657Z | Compiling mime v0.3.17 |
| 771 | 2025-04-08T02:16:09.792Z | Compiling slog-async v2.8.0 |
| 772 | 2025-04-08T02:16:10.122Z | Compiling winnow v0.7.3 |
| 773 | 2025-04-08T02:16:10.208Z | Compiling buf-list v1.0.3 |
| 774 | 2025-04-08T02:16:10.343Z | Compiling arc-swap v1.7.1 |
| 775 | 2025-04-08T02:16:10.363Z | Compiling crc-any v2.5.0 |
| 776 | 2025-04-08T02:16:10.526Z | Compiling ipnet v2.10.1 |
| 777 | 2025-04-08T02:16:10.838Z | Compiling slog-scope v4.4.0 |
| 778 | 2025-04-08T02:16:10.943Z | Compiling snafu v0.8.5 |
| 779 | 2025-04-08T02:16:11.355Z | Compiling reqwest v0.12.12 |
| 780 | 2025-04-08T02:16:11.375Z | Compiling chrono v0.4.40 |
| 781 | 2025-04-08T02:16:11.692Z | Compiling walkdir v2.5.0 |
| 782 | 2025-04-08T02:16:11.883Z | Compiling globset v0.4.15 |
| 783 | 2025-04-08T02:16:12.506Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 784 | 2025-04-08T02:16:13.419Z | Compiling toml_edit v0.22.24 |
| 785 | 2025-04-08T02:16:13.662Z | Compiling backtrace v0.3.74 |
| 786 | 2025-04-08T02:16:13.727Z | Compiling tar v0.4.44 |
| 787 | 2025-04-08T02:16:14.933Z | Compiling toml v0.7.8 |
| 788 | 2025-04-08T02:16:16.130Z | Compiling futures v0.3.31 |
| 789 | 2025-04-08T02:16:16.227Z | Compiling crossbeam-channel v0.5.13 |
| 790 | 2025-04-08T02:16:16.247Z | Compiling tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 791 | 2025-04-08T02:16:16.384Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 792 | 2025-04-08T02:16:16.502Z | Compiling zip v0.6.6 |
| 793 | 2025-04-08T02:16:16.926Z | Compiling olpc-cjson v0.1.4 |
| 794 | 2025-04-08T02:16:17.137Z | Compiling object v0.30.4 |
| 795 | 2025-04-08T02:16:17.204Z | Compiling time v0.3.36 |
| 796 | 2025-04-08T02:16:17.314Z | Compiling term v0.7.0 |
| 797 | 2025-04-08T02:16:17.398Z | Compiling pem v3.0.5 |
| 798 | 2025-04-08T02:16:17.971Z | Compiling serde_plain v1.0.2 |
| 799 | 2025-04-08T02:16:18.175Z | Compiling async-trait v0.1.86 |
| 800 | 2025-04-08T02:16:18.242Z | Compiling async-recursion v1.1.1 |
| 801 | 2025-04-08T02:16:18.354Z | Compiling typed-path v0.9.3 |
| 802 | 2025-04-08T02:16:18.757Z | Compiling dyn-clone v1.0.18 |
| 803 | 2025-04-08T02:16:19.443Z | Compiling path-slash v0.1.5 |
| 804 | 2025-04-08T02:16:19.680Z | Compiling take_mut v0.2.2 |
| 805 | 2025-04-08T02:16:19.696Z | Compiling itertools v0.13.0 |
| 806 | 2025-04-08T02:16:20.414Z | Compiling slog-term v2.9.1 |
| 807 | 2025-04-08T02:16:20.760Z | Compiling camino-tempfile v1.1.1 |
| 808 | 2025-04-08T02:16:21.011Z | Compiling toml v0.8.20 |
| 809 | 2025-04-08T02:16:21.218Z | Compiling tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 810 | 2025-04-08T02:16:21.637Z | Compiling slog-stdlog v4.1.1 |
| 811 | 2025-04-08T02:16:22.213Z | Compiling flate2 v1.0.35 |
| 812 | 2025-04-08T02:16:22.552Z | Compiling serde_path_to_error v0.1.16 |
| 813 | 2025-04-08T02:16:22.687Z | Compiling debug-ignore v1.0.5 |
| 814 | 2025-04-08T02:16:22.794Z | Compiling parse-size v1.1.0 |
| 815 | 2025-04-08T02:16:22.844Z | Compiling indent_write v2.2.0 |
| 816 | 2025-04-08T02:16:23.042Z | Compiling console v0.15.10 |
| 817 | 2025-04-08T02:16:23.071Z | Compiling humantime v2.1.0 |
| 818 | 2025-04-08T02:16:23.141Z | Compiling slog-envlogger v2.2.0 |
| 819 | 2025-04-08T02:16:23.584Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550) |
| 820 | 2025-04-08T02:16:32.897Z | Compiling rustls-webpki v0.102.8 |
| 821 | 2025-04-08T02:16:37.345Z | Compiling tough v0.20.0 |
| 822 | 2025-04-08T02:16:40.868Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 823 | 2025-04-08T02:16:42.531Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin) |
| 824 | 2025-04-08T02:16:53.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
| 825 | 2025-04-08T02:16:54.156Z | |
| 826 | 2025-04-08T02:16:54.156Z | real 1:40.445093078 |
| 827 | 2025-04-08T02:16:54.156Z | user 8:38.087119290 |
| 828 | 2025-04-08T02:16:54.156Z | sys 1:16.730212544 |
| 829 | 2025-04-08T02:16:54.156Z | trap 0.313617232 |
| 830 | 2025-04-08T02:16:54.156Z | tflt 0.518592979 |
| 831 | 2025-04-08T02:16:54.156Z | dflt 0.499516466 |
| 832 | 2025-04-08T02:16:54.156Z | kflt 0.024078677 |
| 833 | 2025-04-08T02:16:54.159Z | lock 11:21.784461612 |
| 834 | 2025-04-08T02:16:54.159Z | slp 32:52.701112538 |
| 835 | 2025-04-08T02:16:54.159Z | lat 40.425345836 |
| 836 | 2025-04-08T02:16:54.159Z | stop 1:18.814992785 |
| 837 | 2025-04-08T02:16:54.159Z | + banner build-all |
| 838 | 2025-04-08T02:16:54.159Z | |
| 839 | 2025-04-08T02:16:54.159Z | ##### # # # # ##### ## # # |
| 840 | 2025-04-08T02:16:54.159Z | # # # # # # # # # # # # |
| 841 | 2025-04-08T02:16:54.159Z | ##### # # # # # # ##### # # # # |
| 842 | 2025-04-08T02:16:54.159Z | # # # # # # # # ###### # # |
| 843 | 2025-04-08T02:16:54.159Z | # # # # # # # # # # # # |
| 844 | 2025-04-08T02:16:54.159Z | ##### #### # ###### ##### # # ###### ###### |
| 845 | 2025-04-08T02:16:54.159Z | |
| 846 | 2025-04-08T02:16:54.159Z | + ptime -m cargo build --all-features --all-targets |
| 847 | 2025-04-08T02:16:54.332Z | Downloading crates ... |
| 848 | 2025-04-08T02:16:54.506Z | Downloaded difflib v0.4.0 |
| 849 | 2025-04-08T02:16:54.509Z | Downloaded bit-vec v0.6.3 |
| 850 | 2025-04-08T02:16:54.516Z | Downloaded async-stream v0.3.6 |
| 851 | 2025-04-08T02:16:54.520Z | Downloaded doc-comment v0.3.3 |
| 852 | 2025-04-08T02:16:54.527Z | Downloaded async-stream-impl v0.3.6 |
| 853 | 2025-04-08T02:16:54.530Z | Downloaded normalize-line-endings v0.3.0 |
| 854 | 2025-04-08T02:16:54.533Z | Downloaded match_cfg v0.1.0 |
| 855 | 2025-04-08T02:16:54.540Z | Downloaded waitgroup v0.1.2 |
| 856 | 2025-04-08T02:16:54.547Z | Downloaded newline-converter v0.3.0 |
| 857 | 2025-04-08T02:16:54.550Z | Downloaded escape8259 v0.5.3 |
| 858 | 2025-04-08T02:16:54.553Z | Downloaded termtree v0.4.1 |
| 859 | 2025-04-08T02:16:54.553Z | Downloaded sha1 v0.10.6 |
| 860 | 2025-04-08T02:16:54.556Z | Downloaded hostname v0.3.1 |
| 861 | 2025-04-08T02:16:54.559Z | Downloaded bit-set v0.5.3 |
| 862 | 2025-04-08T02:16:54.562Z | Downloaded datatest-stable v0.2.9 |
| 863 | 2025-04-08T02:16:54.570Z | Downloaded rand_xorshift v0.3.0 |
| 864 | 2025-04-08T02:16:54.573Z | Downloaded predicates-tree v1.0.11 |
| 865 | 2025-04-08T02:16:54.573Z | Downloaded wait-timeout v0.2.0 |
| 866 | 2025-04-08T02:16:54.576Z | Downloaded hostname v0.4.0 |
| 867 | 2025-04-08T02:16:54.576Z | Downloaded threadpool v1.8.1 |
| 868 | 2025-04-08T02:16:54.578Z | Downloaded predicates-core v1.0.8 |
| 869 | 2025-04-08T02:16:54.578Z | Downloaded num_cpus v1.16.0 |
| 870 | 2025-04-08T02:16:54.581Z | Downloaded float-cmp v0.10.0 |
| 871 | 2025-04-08T02:16:54.582Z | Downloaded structmeta v0.3.0 |
| 872 | 2025-04-08T02:16:54.584Z | Downloaded slog-bunyan v2.5.0 |
| 873 | 2025-04-08T02:16:54.584Z | Downloaded serde_tokenstream v0.2.2 |
| 874 | 2025-04-08T02:16:54.587Z | Downloaded unarray v0.1.4 |
| 875 | 2025-04-08T02:16:54.587Z | Downloaded slog-json v2.6.1 |
| 876 | 2025-04-08T02:16:54.590Z | Downloaded structmeta-derive v0.3.0 |
| 877 | 2025-04-08T02:16:54.590Z | Downloaded quick-error v1.2.3 |
| 878 | 2025-04-08T02:16:54.593Z | Downloaded rusty-fork v0.3.0 |
| 879 | 2025-04-08T02:16:54.593Z | Downloaded predicates v3.1.3 |
| 880 | 2025-04-08T02:16:54.596Z | Downloaded tokio-rustls v0.25.0 |
| 881 | 2025-04-08T02:16:54.599Z | Downloaded assert_cmd v2.0.16 |
| 882 | 2025-04-08T02:16:54.601Z | Downloaded schemars_derive v0.8.22 |
| 883 | 2025-04-08T02:16:54.601Z | Downloaded rustls-pemfile v2.2.0 |
| 884 | 2025-04-08T02:16:54.605Z | Downloaded libtest-mimic v0.7.3 |
| 885 | 2025-04-08T02:16:54.607Z | Downloaded multer v3.1.0 |
| 886 | 2025-04-08T02:16:54.613Z | Downloaded dropshot_endpoint v0.15.1 |
| 887 | 2025-04-08T02:16:54.616Z | Downloaded uuid v1.12.0 |
| 888 | 2025-04-08T02:16:54.619Z | Downloaded similar v2.7.0 |
| 889 | 2025-04-08T02:16:54.624Z | Downloaded test-strategy v0.4.0 |
| 890 | 2025-04-08T02:16:54.628Z | Downloaded serde_derive_internals v0.29.1 |
| 891 | 2025-04-08T02:16:54.634Z | Downloaded schemars v0.8.22 |
| 892 | 2025-04-08T02:16:54.646Z | Downloaded fancy-regex v0.13.0 |
| 893 | 2025-04-08T02:16:54.650Z | Downloaded expectorate v1.1.0 |
| 894 | 2025-04-08T02:16:54.658Z | Downloaded unicode-segmentation v1.12.0 |
| 895 | 2025-04-08T02:16:54.699Z | Downloaded proptest v1.5.0 |
| 896 | 2025-04-08T02:16:54.745Z | Downloaded dropshot v0.15.1 |
| 897 | 2025-04-08T02:16:54.767Z | Downloaded openapiv3 v2.0.0 |
| 898 | 2025-04-08T02:16:54.779Z | Downloaded rustls v0.22.4 |
| 899 | 2025-04-08T02:16:54.857Z | Downloaded encoding_rs v0.8.34 |
| 900 | 2025-04-08T02:16:54.929Z | Compiling num-traits v0.2.19 |
| 901 | 2025-04-08T02:16:54.987Z | Compiling spin v0.9.8 |
| 902 | 2025-04-08T02:16:54.994Z | Compiling indexmap v2.7.1 |
| 903 | 2025-04-08T02:16:54.999Z | Compiling lock_api v0.4.12 |
| 904 | 2025-04-08T02:16:55.007Z | Compiling parking_lot_core v0.9.10 |
| 905 | 2025-04-08T02:16:55.015Z | Compiling scopeguard v1.2.0 |
| 906 | 2025-04-08T02:16:55.023Z | Compiling regex-automata v0.4.8 |
| 907 | 2025-04-08T02:16:55.030Z | Compiling signal-hook-registry v1.4.2 |
| 908 | 2025-04-08T02:16:55.153Z | Compiling slog v2.7.0 |
| 909 | 2025-04-08T02:16:55.200Z | Compiling lazy_static v1.5.0 |
| 910 | 2025-04-08T02:16:55.312Z | Compiling ring v0.17.13 |
| 911 | 2025-04-08T02:16:55.848Z | Compiling parking_lot v0.12.3 |
| 912 | 2025-04-08T02:16:55.885Z | Compiling bit-vec v0.6.3 |
| 913 | 2025-04-08T02:16:56.012Z | Compiling serde_derive_internals v0.29.1 |
| 914 | 2025-04-08T02:16:56.287Z | Compiling tokio v1.44.2 |
| 915 | 2025-04-08T02:16:56.331Z | Compiling bit-set v0.5.3 |
| 916 | 2025-04-08T02:16:56.508Z | Compiling wait-timeout v0.2.0 |
| 917 | 2025-04-08T02:16:56.602Z | Compiling schemars v0.8.22 |
| 918 | 2025-04-08T02:16:56.739Z | Compiling atomic-waker v1.1.2 |
| 919 | 2025-04-08T02:16:56.922Z | Compiling uuid v1.12.0 |
| 920 | 2025-04-08T02:16:57.084Z | Compiling structmeta-derive v0.3.0 |
| 921 | 2025-04-08T02:16:57.156Z | Compiling quick-error v1.2.3 |
| 922 | 2025-04-08T02:16:57.298Z | Compiling rusty-fork v0.3.0 |
| 923 | 2025-04-08T02:16:57.354Z | Compiling num-integer v0.1.46 |
| 924 | 2025-04-08T02:16:57.804Z | Compiling rand_xorshift v0.3.0 |
| 925 | 2025-04-08T02:16:57.895Z | Compiling schemars_derive v0.8.22 |
| 926 | 2025-04-08T02:16:58.042Z | Compiling httpdate v1.0.3 |
| 927 | 2025-04-08T02:16:58.060Z | Compiling num_threads v0.1.7 |
| 928 | 2025-04-08T02:16:58.073Z | Compiling unarray v0.1.4 |
| 929 | 2025-04-08T02:16:58.188Z | Compiling time v0.3.36 |
| 930 | 2025-04-08T02:16:58.229Z | Compiling proptest v1.5.0 |
| 931 | 2025-04-08T02:16:58.505Z | Compiling num-iter v0.1.45 |
| 932 | 2025-04-08T02:16:58.691Z | Compiling num-bigint-dig v0.8.4 |
| 933 | 2025-04-08T02:16:59.540Z | Compiling structmeta v0.3.0 |
| 934 | 2025-04-08T02:16:59.882Z | Compiling test-strategy v0.4.0 |
| 935 | 2025-04-08T02:17:01.592Z | Compiling bstr v1.10.0 |
| 936 | 2025-04-08T02:17:01.619Z | Compiling toml_edit v0.19.15 |
| 937 | 2025-04-08T02:17:03.013Z | Compiling toml_edit v0.22.24 |
| 938 | 2025-04-08T02:17:03.340Z | Compiling tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 939 | 2025-04-08T02:17:04.240Z | Compiling tokio-util v0.7.13 |
| 940 | 2025-04-08T02:17:04.439Z | Compiling tower v0.5.2 |
| 941 | 2025-04-08T02:17:05.275Z | Compiling h2 v0.4.6 |
| 942 | 2025-04-08T02:17:05.536Z | Compiling rustls-webpki v0.102.8 |
| 943 | 2025-04-08T02:17:06.876Z | Compiling chrono v0.4.40 |
| 944 | 2025-04-08T02:17:07.579Z | Compiling rsa v0.9.6 |
| 945 | 2025-04-08T02:17:07.750Z | Compiling regex v1.11.1 |
| 946 | 2025-04-08T02:17:07.952Z | Compiling serde v1.0.218 |
| 947 | 2025-04-08T02:17:08.562Z | Compiling slog-async v2.8.0 |
| 948 | 2025-04-08T02:17:08.785Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 949 | 2025-04-08T02:17:09.248Z | Compiling slog-term v2.9.1 |
| 950 | 2025-04-08T02:17:09.753Z | Compiling toml v0.8.20 |
| 951 | 2025-04-08T02:17:09.864Z | Compiling rustls v0.23.19 |
| 952 | 2025-04-08T02:17:10.476Z | Compiling hyper v1.5.2 |
| 953 | 2025-04-08T02:17:10.495Z | Compiling toml v0.7.8 |
| 954 | 2025-04-08T02:17:11.234Z | Compiling globset v0.4.15 |
| 955 | 2025-04-08T02:17:11.414Z | Compiling unicode-width v0.2.0 |
| 956 | 2025-04-08T02:17:11.475Z | Compiling semver v1.0.25 |
| 957 | 2025-04-08T02:17:11.721Z | Compiling rustls v0.22.4 |
| 958 | 2025-04-08T02:17:11.945Z | Compiling slog-scope v4.4.0 |
| 959 | 2025-04-08T02:17:12.110Z | Compiling console v0.15.10 |
| 960 | 2025-04-08T02:17:12.162Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550) |
| 961 | 2025-04-08T02:17:12.466Z | Compiling zip v2.6.0 |
| 962 | 2025-04-08T02:17:12.897Z | Compiling hyper-util v0.1.10 |
| 963 | 2025-04-08T02:17:13.061Z | Compiling tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 964 | 2025-04-08T02:17:13.475Z | Compiling multer v3.1.0 |
| 965 | 2025-04-08T02:17:13.581Z | Compiling match_cfg v0.1.0 |
| 966 | 2025-04-08T02:17:13.676Z | Compiling hostname v0.3.1 |
| 967 | 2025-04-08T02:17:13.891Z | Compiling slog-stdlog v4.1.1 |
| 968 | 2025-04-08T02:17:14.442Z | Compiling slog-json v2.6.1 |
| 969 | 2025-04-08T02:17:14.816Z | Compiling reqwest v0.12.12 |
| 970 | 2025-04-08T02:17:14.843Z | Compiling async-stream-impl v0.3.6 |
| 971 | 2025-04-08T02:17:14.853Z | Compiling num_cpus v1.16.0 |
| 972 | 2025-04-08T02:17:14.980Z | Compiling dropshot v0.15.1 |
| 973 | 2025-04-08T02:17:15.358Z | Compiling encoding_rs v0.8.34 |
| 974 | 2025-04-08T02:17:15.583Z | Compiling doc-comment v0.3.3 |
| 975 | 2025-04-08T02:17:16.120Z | Compiling predicates-core v1.0.8 |
| 976 | 2025-04-08T02:17:16.284Z | Compiling async-stream v0.3.6 |
| 977 | 2025-04-08T02:17:16.487Z | Compiling threadpool v1.8.1 |
| 978 | 2025-04-08T02:17:16.502Z | Compiling slog-bunyan v2.5.0 |
| 979 | 2025-04-08T02:17:16.589Z | Compiling slog-envlogger v2.2.0 |
| 980 | 2025-04-08T02:17:16.718Z | Compiling sha1 v0.10.6 |
| 981 | 2025-04-08T02:17:17.168Z | Compiling tough v0.20.0 |
| 982 | 2025-04-08T02:17:17.366Z | Compiling float-cmp v0.10.0 |
| 983 | 2025-04-08T02:17:17.405Z | Compiling waitgroup v0.1.2 |
| 984 | 2025-04-08T02:17:17.613Z | Compiling rustls-pemfile v2.2.0 |
| 985 | 2025-04-08T02:17:17.636Z | Compiling openapiv3 v2.0.0 |
| 986 | 2025-04-08T02:17:18.303Z | Compiling serde_tokenstream v0.2.2 |
| 987 | 2025-04-08T02:17:18.851Z | Compiling dropshot_endpoint v0.15.1 |
| 988 | 2025-04-08T02:17:19.082Z | Compiling tokio-rustls v0.25.0 |
| 989 | 2025-04-08T02:17:19.502Z | Compiling hostname v0.4.0 |
| 990 | 2025-04-08T02:17:19.716Z | Compiling normalize-line-endings v0.3.0 |
| 991 | 2025-04-08T02:17:19.761Z | Compiling assert_cmd v2.0.16 |
| 992 | 2025-04-08T02:17:19.850Z | Compiling difflib v0.4.0 |
| 993 | 2025-04-08T02:17:20.211Z | Compiling termtree v0.4.1 |
| 994 | 2025-04-08T02:17:20.443Z | Compiling escape8259 v0.5.3 |
| 995 | 2025-04-08T02:17:20.799Z | Compiling libtest-mimic v0.7.3 |
| 996 | 2025-04-08T02:17:21.474Z | Compiling predicates-tree v1.0.11 |
| 997 | 2025-04-08T02:17:21.735Z | Compiling predicates v3.1.3 |
| 998 | 2025-04-08T02:17:22.153Z | Compiling fancy-regex v0.13.0 |
| 999 | 2025-04-08T02:17:22.965Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 1000 | 2025-04-08T02:17:23.437Z | Compiling datatest-stable v0.2.9 |
| 1001 | 2025-04-08T02:17:23.975Z | Compiling unicode-segmentation v1.12.0 |
| 1002 | 2025-04-08T02:17:24.034Z | Compiling similar v2.7.0 |
| 1003 | 2025-04-08T02:17:24.801Z | Compiling newline-converter v0.3.0 |
| 1004 | 2025-04-08T02:17:24.926Z | Compiling expectorate v1.1.0 |
| 1005 | 2025-04-08T02:17:25.388Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin) |
| 1006 | 2025-04-08T02:17:45.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.15s |
| 1007 | 2025-04-08T02:17:45.464Z | |
| 1008 | 2025-04-08T02:17:45.468Z | real 51.281242328 |
| 1009 | 2025-04-08T02:17:45.468Z | user 4:49.794889848 |
| 1010 | 2025-04-08T02:17:45.468Z | sys 33.995752986 |
| 1011 | 2025-04-08T02:17:45.468Z | trap 0.174146333 |
| 1012 | 2025-04-08T02:17:45.468Z | tflt 0.055326712 |
| 1013 | 2025-04-08T02:17:45.468Z | dflt 0.188102336 |
| 1014 | 2025-04-08T02:17:45.468Z | kflt 0.000014366 |
| 1015 | 2025-04-08T02:17:45.468Z | lock 8:35.705747848 |
| 1016 | 2025-04-08T02:17:45.468Z | slp 19:51.650897599 |
| 1017 | 2025-04-08T02:17:45.468Z | lat 10.262230943 |
| 1018 | 2025-04-08T02:17:45.468Z | stop 16.120496950 |
| 1019 | 2025-04-08T02:17:45.468Z | + banner test |
| 1020 | 2025-04-08T02:17:45.468Z | |
| 1021 | 2025-04-08T02:17:45.468Z | ##### ###### #### ##### |
| 1022 | 2025-04-08T02:17:45.468Z | # # # # |
| 1023 | 2025-04-08T02:17:45.468Z | # ##### #### # |
| 1024 | 2025-04-08T02:17:45.468Z | # # # # |
| 1025 | 2025-04-08T02:17:45.468Z | # # # # # |
| 1026 | 2025-04-08T02:17:45.468Z | # ###### #### # |
| 1027 | 2025-04-08T02:17:45.468Z | |
| 1028 | 2025-04-08T02:17:45.468Z | + ptime -m cargo nextest run --all-features --all-targets |
| 1029 | 2025-04-08T02:17:46.369Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s |
| 1030 | 2025-04-08T02:17:46.457Z | ──────────── |
| 1031 | 2025-04-08T02:17:46.457Z | Nextest run ID dbbddb76-9d7b-4548-a4c0-23e53ff4f008 with nextest profile: default |
| 1032 | 2025-04-08T02:17:46.457Z | Starting 21 tests across 7 binaries |
| 1033 | 2025-04-08T02:17:46.514Z | PASS [ 0.056s] tufaceous::integration-tests command_tests::test_assemble_duplicate_artifact_2 |
| 1034 | 2025-04-08T02:17:46.527Z | PASS [ 0.013s] tufaceous-artifact artifact::tests::display_respects_padding |
| 1035 | 2025-04-08T02:17:46.530Z | PASS [ 0.072s] tufaceous::integration-tests command_tests::test_assemble_duplicate_artifact |
| 1036 | 2025-04-08T02:17:46.540Z | PASS [ 0.013s] tufaceous-artifact kind::tests::display_respects_padding |
| 1037 | 2025-04-08T02:17:46.543Z | PASS [ 0.012s] tufaceous-artifact kind::tests::known_artifact_kind_roundtrip |
| 1038 | 2025-04-08T02:17:46.552Z | PASS [ 0.012s] tufaceous-artifact kind::tests::serde_artifact_kind |
| 1039 | 2025-04-08T02:17:46.555Z | PASS [ 0.012s] tufaceous-artifact version::tests::display_respects_padding |
| 1040 | 2025-04-08T02:17:46.635Z | PASS [ 0.080s] tufaceous-artifact version::tests::proptest_valid_version |
| 1041 | 2025-04-08T02:17:46.660Z | PASS [ 0.108s] tufaceous-artifact version::tests::proptest_invalid_version |
| 1042 | 2025-04-08T02:17:46.673Z | PASS [ 0.013s] tufaceous-artifact version::tests::schema |
| 1043 | 2025-04-08T02:17:46.686Z | PASS [ 0.013s] tufaceous-brand-metadata tests::test_deserialize |
| 1044 | 2025-04-08T02:17:46.699Z | PASS [ 0.241s] tufaceous::integration-tests command_tests::test_init_and_add |
| 1045 | 2025-04-08T02:17:46.702Z | PASS [ 0.015s] tufaceous-lib archive::tests::test_validate_path |
| 1046 | 2025-04-08T02:17:46.719Z | PASS [ 0.261s] tufaceous::integration-tests command_tests::test_assemble_duplicate_zone |
| 1047 | 2025-04-08T02:17:46.719Z | PASS [ 0.020s] tufaceous-lib assemble::manifest::tests::fake_roundtrip |
| 1048 | 2025-04-08T02:17:46.722Z | PASS [ 0.084s] tufaceous-artifact version::tests::proptest_version_serde_roundtrip |
| 1049 | 2025-04-08T02:17:46.735Z | PASS [ 0.033s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
| 1050 | 2025-04-08T02:17:47.156Z | PASS [ 0.698s] tufaceous::manifest-tests check_manifest::fake.toml |
| 1051 | 2025-04-08T02:17:47.163Z | PASS [ 0.706s] tufaceous::manifest-tests check_manifest::fake-non-semver.toml |
| 1052 | 2025-04-08T02:17:47.189Z | PASS [ 0.732s] tufaceous::integration-tests command_tests::test_assemble_fake |
| 1053 | 2025-04-08T02:17:47.688Z | PASS [ 1.231s] tufaceous::integration-tests command_tests::test_assemble_fake_non_semver |
| 1054 | 2025-04-08T02:17:47.691Z | ──────────── |
| 1055 | 2025-04-08T02:17:47.691Z | Summary [ 1.232s] 21 tests run: 21 passed, 0 skipped |
| 1056 | 2025-04-08T02:17:47.702Z | |
| 1057 | 2025-04-08T02:17:47.705Z | real 2.229566759 |
| 1058 | 2025-04-08T02:17:47.705Z | user 4.279523789 |
| 1059 | 2025-04-08T02:17:47.705Z | sys 0.836262198 |
| 1060 | 2025-04-08T02:17:47.705Z | trap 0.001846399 |
| 1061 | 2025-04-08T02:17:47.705Z | tflt 0.000863223 |
| 1062 | 2025-04-08T02:17:47.705Z | dflt 0.001215222 |
| 1063 | 2025-04-08T02:17:47.705Z | kflt 0.000009818 |
| 1064 | 2025-04-08T02:17:47.705Z | lock 42.422846169 |
| 1065 | 2025-04-08T02:17:47.705Z | slp 11.887568270 |
| 1066 | 2025-04-08T02:17:47.705Z | lat 2.006309036 |
| 1067 | 2025-04-08T02:17:47.705Z | stop 1.172611747 |
| 1068 | 2025-04-08T02:17:47.705Z | + banner doctest |
| 1069 | 2025-04-08T02:17:47.705Z | |
| 1070 | 2025-04-08T02:17:47.705Z | ##### #### #### ##### ###### #### ##### |
| 1071 | 2025-04-08T02:17:47.705Z | # # # # # # # # # # |
| 1072 | 2025-04-08T02:17:47.705Z | # # # # # # ##### #### # |
| 1073 | 2025-04-08T02:17:47.705Z | # # # # # # # # # |
| 1074 | 2025-04-08T02:17:47.705Z | # # # # # # # # # # # |
| 1075 | 2025-04-08T02:17:47.705Z | ##### #### #### # ###### #### # |
| 1076 | 2025-04-08T02:17:47.705Z | |
| 1077 | 2025-04-08T02:17:47.705Z | + ptime -m cargo test --doc --all-features |
| 1078 | 2025-04-08T02:17:48.032Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s |
| 1079 | 2025-04-08T02:17:48.057Z | Doc-tests tufaceous |
| 1080 | 2025-04-08T02:17:48.285Z | |
| 1081 | 2025-04-08T02:17:48.286Z | running 0 tests |
| 1082 | 2025-04-08T02:17:48.286Z | |
| 1083 | 2025-04-08T02:17:48.286Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1084 | 2025-04-08T02:17:48.286Z | |
| 1085 | 2025-04-08T02:17:48.298Z | Doc-tests tufaceous_artifact |
| 1086 | 2025-04-08T02:17:48.443Z | |
| 1087 | 2025-04-08T02:17:48.444Z | running 0 tests |
| 1088 | 2025-04-08T02:17:48.444Z | |
| 1089 | 2025-04-08T02:17:48.444Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1090 | 2025-04-08T02:17:48.444Z | |
| 1091 | 2025-04-08T02:17:48.455Z | Doc-tests tufaceous_brand_metadata |
| 1092 | 2025-04-08T02:17:48.547Z | |
| 1093 | 2025-04-08T02:17:48.547Z | running 0 tests |
| 1094 | 2025-04-08T02:17:48.547Z | |
| 1095 | 2025-04-08T02:17:48.547Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1096 | 2025-04-08T02:17:48.547Z | |
| 1097 | 2025-04-08T02:17:48.557Z | Doc-tests tufaceous_lib |
| 1098 | 2025-04-08T02:17:48.805Z | |
| 1099 | 2025-04-08T02:17:48.805Z | running 0 tests |
| 1100 | 2025-04-08T02:17:48.805Z | |
| 1101 | 2025-04-08T02:17:48.805Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1102 | 2025-04-08T02:17:48.805Z | |
| 1103 | 2025-04-08T02:17:48.838Z | |
| 1104 | 2025-04-08T02:17:48.838Z | real 1.117658387 |
| 1105 | 2025-04-08T02:17:48.838Z | user 0.680561783 |
| 1106 | 2025-04-08T02:17:48.838Z | sys 0.388771519 |
| 1107 | 2025-04-08T02:17:48.838Z | trap 0.000383010 |
| 1108 | 2025-04-08T02:17:48.838Z | tflt 0.000039184 |
| 1109 | 2025-04-08T02:17:48.841Z | dflt 0.000000000 |
| 1110 | 2025-04-08T02:17:48.842Z | kflt 0.000000000 |
| 1111 | 2025-04-08T02:17:48.842Z | lock 0.316666932 |
| 1112 | 2025-04-08T02:17:48.842Z | slp 1.271768205 |
| 1113 | 2025-04-08T02:17:48.842Z | lat 0.003397300 |
| 1114 | 2025-04-08T02:17:48.842Z | stop 0.000188211 |
| 1115 | 2025-04-08T02:17:48.842Z | process exited: duration 228379 ms, exit code 0 |
| |
| 1116 | 2025-04-08T02:17:48.848Z | found 0 output files |