|
|
|
| 1 | 2026-03-20T18:12:19.364Z | job assigned to worker 01KM673BD9BB0XV61NAMSKZXD2 [factory aws, i-03e1cbe55a7e30601] (queued for 1 m 12 s) |
| |
| 2 | 2026-03-20T18:12:27.063Z | starting task 0: "setup" |
| 3 | 2026-03-20T18:12:27.139Z | ++ uname -s |
| 4 | 2026-03-20T18:12:27.139Z | + kern=SunOS |
| 5 | 2026-03-20T18:12:27.139Z | + build_user=build |
| 6 | 2026-03-20T18:12:27.139Z | + build_uid=12345 |
| 7 | 2026-03-20T18:12:27.139Z | + work_dir=/work |
| 8 | 2026-03-20T18:12:27.139Z | + input_dir=/input |
| 9 | 2026-03-20T18:12:27.139Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-20T18:12:27.140Z | + case "$kern" in |
| 11 | 2026-03-20T18:12:27.140Z | + groupadd -g 12345 build |
| 12 | 2026-03-20T18:12:27.140Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-20T18:12:28.973Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-20T18:12:29.085Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-20T18:12:29.154Z | + home_fs=zfs |
| 16 | 2026-03-20T18:12:29.154Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-20T18:12:29.154Z | + mkdir -p /home/build |
| 18 | 2026-03-20T18:12:29.154Z | + chown build:build /home/build /work |
| 19 | 2026-03-20T18:12:31.102Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-20T18:12:31.128Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-03-20T18:12:31.157Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-20T18:12:31.232Z | * rust toolchain channel = "1.85.0" |
| 23 | 2026-03-20T18:12:31.232Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 24 | 2026-03-20T18:12:31.232Z | * rust toolchain profile = "default" |
| 25 | 2026-03-20T18:12:31.232Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-20T18:12:31.233Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-20T18:12:31.233Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-20T18:12:31.233Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-20T18:12:31.233Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2026-03-20T18:12:31.305Z | info: downloading installer |
| 31 | 2026-03-20T18:12:32.900Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-20T18:12:32.900Z | warn: /opt/ooce/bin |
| 33 | 2026-03-20T18:12:32.900Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-20T18:12:32.900Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-20T18:12:32.900Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-20T18:12:32.900Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-20T18:12:32.900Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-20T18:12:32.900Z | error: cannot install while Rust is installed |
| 39 | 2026-03-20T18:12:32.900Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-20T18:12:32.900Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-20T18:12:32.900Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-20T18:12:32.900Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-20T18:12:32.901Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-20T18:12:32.930Z | info: profile set to default |
| 45 | 2026-03-20T18:12:32.930Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-20T18:12:32.953Z | info: syncing channel updates for 1.85.0-x86_64-unknown-illumos |
| 47 | 2026-03-20T18:12:33.158Z | info: latest update on 2025-02-20 for version 1.85.0 (4d91de4e4 2025-02-17) |
| 48 | 2026-03-20T18:12:33.463Z | info: downloading 6 components |
| 49 | 2026-03-20T18:12:50.244Z | info: default toolchain set to 1.85.0-x86_64-unknown-illumos |
| 50 | 2026-03-20T18:12:50.244Z | |
| 51 | 2026-03-20T18:12:50.276Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 52 | 2026-03-20T18:12:50.276Z | |
| 53 | 2026-03-20T18:12:50.299Z | |
| 54 | 2026-03-20T18:12:50.299Z | Rust is installed now. Great! |
| 55 | 2026-03-20T18:12:50.299Z | |
| 56 | 2026-03-20T18:12:50.299Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-20T18:12:50.300Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-20T18:12:50.300Z | |
| 59 | 2026-03-20T18:12:50.300Z | To configure your current shell, you need to source |
| 60 | 2026-03-20T18:12:50.300Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-20T18:12:50.300Z | |
| 62 | 2026-03-20T18:12:50.300Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-20T18:12:50.300Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-20T18:12:50.300Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-20T18:12:50.301Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-20T18:12:50.301Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-20T18:12:50.301Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-20T18:12:50.301Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-20T18:12:50.301Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-20T18:12:50.301Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-20T18:12:50.350Z | + rustup --version |
| 72 | 2026-03-20T18:12:50.364Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-20T18:12:50.378Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-20T18:12:50.395Z | info: the currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 75 | 2026-03-20T18:12:50.409Z | + cargo --version |
| 76 | 2026-03-20T18:12:50.418Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 77 | 2026-03-20T18:12:50.418Z | + rustc --version |
| 78 | 2026-03-20T18:12:50.446Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 79 | 2026-03-20T18:12:50.614Z | process exited: duration 19289 ms, exit code 0 |
| |
| 80 | 2026-03-20T18:12:50.692Z | starting task 2: "authentication" |
| 81 | 2026-03-20T18:12:50.742Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 82 | 2026-03-20T18:12:54.859Z | process exited: duration 4189 ms, exit code 0 |
| |
| 83 | 2026-03-20T18:12:54.883Z | starting task 3: "clone repository" |
| 84 | 2026-03-20T18:12:54.892Z | + mkdir -p /work/oxidecomputer/tufaceous |
| 85 | 2026-03-20T18:12:54.892Z | + git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous |
| 86 | 2026-03-20T18:12:54.917Z | Cloning into '/work/oxidecomputer/tufaceous'... |
| 87 | 2026-03-20T18:12:55.489Z | + cd /work/oxidecomputer/tufaceous |
| 88 | 2026-03-20T18:12:55.489Z | + git fetch origin 7c91276d455323b9f6ef678f1b02d31fc8c4b470 |
| 89 | 2026-03-20T18:12:55.732Z | From https://github.com/oxidecomputer/tufaceous |
| 90 | 2026-03-20T18:12:55.732Z | * branch 7c91276d455323b9f6ef678f1b02d31fc8c4b470 -> FETCH_HEAD |
| 91 | 2026-03-20T18:12:55.742Z | + [[ -n dependabot/cargo/tar-0.4.45 ]] |
| 92 | 2026-03-20T18:12:55.742Z | ++ git branch --show-current |
| 93 | 2026-03-20T18:12:55.742Z | + current=main |
| 94 | 2026-03-20T18:12:55.743Z | + [[ main != dependabot/cargo/tar-0.4.45 ]] |
| 95 | 2026-03-20T18:12:55.743Z | + git branch -f dependabot/cargo/tar-0.4.45 7c91276d455323b9f6ef678f1b02d31fc8c4b470 |
| 96 | 2026-03-20T18:12:55.743Z | + git checkout -f dependabot/cargo/tar-0.4.45 |
| 97 | 2026-03-20T18:12:55.743Z | Switched to branch 'dependabot/cargo/tar-0.4.45' |
| 98 | 2026-03-20T18:12:55.743Z | + git reset --hard 7c91276d455323b9f6ef678f1b02d31fc8c4b470 |
| 99 | 2026-03-20T18:12:55.772Z | HEAD is now at 7c91276 Bump tar from 0.4.44 to 0.4.45 |
| 100 | 2026-03-20T18:12:55.772Z | process exited: duration 869 ms, exit code 0 |
| |
| 101 | 2026-03-20T18:12:55.809Z | starting task 4: "build" |
| 102 | 2026-03-20T18:12:55.819Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-03-20T18:12:55.819Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-03-20T18:12:55.819Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-03-20T18:12:55.819Z | ++ export 'RUSTFLAGS=-D warnings' |
| 106 | 2026-03-20T18:12:55.819Z | ++ RUSTFLAGS='-D warnings' |
| 107 | 2026-03-20T18:12:55.819Z | ++ export CARGO_INCREMENTAL=0 |
| 108 | 2026-03-20T18:12:55.819Z | ++ CARGO_INCREMENTAL=0 |
| 109 | 2026-03-20T18:12:55.820Z | +++ uname -s |
| 110 | 2026-03-20T18:12:55.820Z | ++ HOST_OS=SunOS |
| 111 | 2026-03-20T18:12:55.820Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 112 | 2026-03-20T18:12:55.820Z | ++ CLANGVER=15 |
| 113 | 2026-03-20T18:12:55.820Z | ++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15 |
| 114 | 2026-03-20T18:13:06.630Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-20T18:13:16.362Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-20T18:13:38.665Z | Planning: Solver setup ... Done (20.794s) |
| 117 | 2026-03-20T18:13:38.754Z | Planning: Running solver ... Done (0.155s) |
| 118 | 2026-03-20T18:13:38.945Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-03-20T18:13:38.956Z | Planning: Fetching manifests: 0/3 0% complete |
| 120 | 2026-03-20T18:13:39.068Z | Planning: Fetching manifests: 3/3 100% complete |
| 121 | 2026-03-20T18:13:39.171Z | Planning: Package planning ... Done (0.041s) |
| 122 | 2026-03-20T18:13:39.199Z | Planning: Merging actions ... Done (0.036s) |
| 123 | 2026-03-20T18:13:39.304Z | Planning: Checking for conflicting actions ... Done (0.159s) |
| 124 | 2026-03-20T18:13:39.313Z | Planning: Consolidating action changes ... Done (0.009s) |
| 125 | 2026-03-20T18:13:41.225Z | Planning: Evaluating mediators ... Done (1.905s) |
| 126 | 2026-03-20T18:13:41.234Z | Planning: Planning completed in 24.73 seconds |
| 127 | 2026-03-20T18:13:41.240Z | Packages to install: 3 |
| 128 | 2026-03-20T18:13:41.245Z | Mediators to change: 2 |
| 129 | 2026-03-20T18:13:41.245Z | Services to change: 1 |
| 130 | 2026-03-20T18:13:41.245Z | Estimated space available: 155.60 GB |
| 131 | 2026-03-20T18:13:41.245Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-20T18:13:41.245Z | Create boot environment: No |
| 133 | 2026-03-20T18:13:41.245Z | Create backup boot environment: No |
| 134 | 2026-03-20T18:13:41.245Z | Rebuild boot archive: No |
| 135 | 2026-03-20T18:13:41.245Z | |
| 136 | 2026-03-20T18:13:41.245Z | Changed mediators: |
| 137 | 2026-03-20T18:13:41.245Z | mediator clang: |
| 138 | 2026-03-20T18:13:41.245Z | version: None -> 15 (system default) |
| 139 | 2026-03-20T18:13:41.245Z | |
| 140 | 2026-03-20T18:13:41.245Z | mediator llvm: |
| 141 | 2026-03-20T18:13:41.245Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-20T18:13:41.245Z | |
| 143 | 2026-03-20T18:13:41.245Z | Changed packages: |
| 144 | 2026-03-20T18:13:41.245Z | helios-dev |
| 145 | 2026-03-20T18:13:41.245Z | developer/build-essential |
| 146 | 2026-03-20T18:13:41.246Z | None -> 11-2.0 |
| 147 | 2026-03-20T18:13:41.246Z | ooce/developer/clang-15 |
| 148 | 2026-03-20T18:13:41.246Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-20T18:13:41.246Z | ooce/developer/llvm-15 |
| 150 | 2026-03-20T18:13:41.246Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-20T18:13:41.246Z | |
| 152 | 2026-03-20T18:13:41.246Z | Services: |
| 153 | 2026-03-20T18:13:41.246Z | restart_fmri: |
| 154 | 2026-03-20T18:13:41.246Z | svc:/system/update-man-index:default |
| 155 | 2026-03-20T18:13:41.355Z | |
| 156 | 2026-03-20T18:13:41.355Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 157 | 2026-03-20T18:13:46.356Z | Download: 1351/3076 items 115.0/211.3MB 54% complete (23.3M/s) |
| 158 | 2026-03-20T18:13:51.355Z | Download: 3024/3076 items 197.3/211.3MB 93% complete (19.8M/s) |
| 159 | 2026-03-20T18:13:53.637Z | Download: Completed 211.31 MB in 12.28 seconds (17.2M/s) |
| 160 | 2026-03-20T18:13:53.866Z | Actions: 1/3430 actions (Installing new actions) |
| 161 | 2026-03-20T18:13:57.977Z | Actions: Completed 3430 actions in 4.11 seconds. |
| 162 | 2026-03-20T18:13:58.356Z | Done (0.372s) |
| 163 | 2026-03-20T18:13:58.356Z | Done (0.000s) |
| 164 | 2026-03-20T18:13:59.359Z | Done (1.004s) |
| 165 | 2026-03-20T18:14:03.428Z | Done (3.731s) |
| 166 | 2026-03-20T18:14:03.516Z | Done (0.018s) |
| 167 | 2026-03-20T18:14:03.519Z | Done (0.000s) |
| 168 | 2026-03-20T18:14:03.666Z | Done (0.000s) |
| 169 | 2026-03-20T18:14:04.361Z | ++ (( rc != 4 && rc != 0 )) |
| 170 | 2026-03-20T18:14:04.361Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 171 | 2026-03-20T18:14:04.634Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-20T18:14:04.761Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-03-20T18:14:04.764Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-03-20T18:14:04.990Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-03-20T18:14:05.006Z | Planning: Planning completed in 0.36 seconds |
| 176 | 2026-03-20T18:14:05.019Z | Mediators to change: 2 |
| 177 | 2026-03-20T18:14:05.028Z | Create boot environment: No |
| 178 | 2026-03-20T18:14:05.028Z | Create backup boot environment: No |
| 179 | 2026-03-20T18:14:05.094Z | Done |
| 180 | 2026-03-20T18:14:05.094Z | Done |
| 181 | 2026-03-20T18:14:05.833Z | Done |
| 182 | 2026-03-20T18:14:09.136Z | Done |
| 183 | 2026-03-20T18:14:09.221Z | Done |
| 184 | 2026-03-20T18:14:09.226Z | Done |
| 185 | 2026-03-20T18:14:09.396Z | Done |
| 186 | 2026-03-20T18:14:09.482Z | + cargo --version |
| 187 | 2026-03-20T18:14:09.493Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 188 | 2026-03-20T18:14:09.493Z | + rustc --version |
| 189 | 2026-03-20T18:14:09.515Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 190 | 2026-03-20T18:14:09.525Z | + curl -sSfL --retry 10 https://get.nexte.st/latest/illumos |
| 191 | 2026-03-20T18:14:09.525Z | + gunzip |
| 192 | 2026-03-20T18:14:09.525Z | + tar -xvf - -C /home/build/.cargo/bin |
| 193 | 2026-03-20T18:14:10.713Z | x cargo-nextest, 22186872 bytes, 43334 tape blocks |
| 194 | 2026-03-20T18:14:10.769Z | + banner build |
| 195 | 2026-03-20T18:14:10.769Z | |
| 196 | 2026-03-20T18:14:10.769Z | ##### # # # # ##### |
| 197 | 2026-03-20T18:14:10.769Z | # # # # # # # # |
| 198 | 2026-03-20T18:14:10.769Z | ##### # # # # # # |
| 199 | 2026-03-20T18:14:10.769Z | # # # # # # # # |
| 200 | 2026-03-20T18:14:10.769Z | # # # # # # # # |
| 201 | 2026-03-20T18:14:10.769Z | ##### #### # ###### ##### |
| 202 | 2026-03-20T18:14:10.769Z | |
| 203 | 2026-03-20T18:14:10.769Z | + ptime -m cargo build |
| 204 | 2026-03-20T18:14:10.844Z | Updating crates.io index |
| 205 | 2026-03-20T18:14:10.915Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 206 | 2026-03-20T18:14:11.769Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 207 | 2026-03-20T18:14:12.052Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 208 | 2026-03-20T18:14:12.437Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 209 | 2026-03-20T18:14:14.806Z | Downloading crates ... |
| 210 | 2026-03-20T18:14:14.877Z | Downloaded array-init v0.0.4 |
| 211 | 2026-03-20T18:14:14.906Z | Downloaded addr2line v0.24.2 |
| 212 | 2026-03-20T18:14:14.906Z | Downloaded async-trait v0.1.86 |
| 213 | 2026-03-20T18:14:14.906Z | Downloaded ahash v0.8.11 |
| 214 | 2026-03-20T18:14:14.906Z | Downloaded anyhow v1.0.96 |
| 215 | 2026-03-20T18:14:14.941Z | Downloaded slog-async v2.8.0 |
| 216 | 2026-03-20T18:14:14.941Z | Downloaded serde_path_to_error v0.1.16 |
| 217 | 2026-03-20T18:14:14.941Z | Downloaded hex v0.4.3 |
| 218 | 2026-03-20T18:14:14.941Z | Downloaded async-recursion v1.1.1 |
| 219 | 2026-03-20T18:14:14.942Z | Downloaded anstream v0.6.15 |
| 220 | 2026-03-20T18:14:14.942Z | Downloaded adler2 v2.0.0 |
| 221 | 2026-03-20T18:14:14.942Z | Downloaded buf-list v1.0.3 |
| 222 | 2026-03-20T18:14:14.942Z | Downloaded bindgen v0.69.5 |
| 223 | 2026-03-20T18:14:14.942Z | Downloaded write16 v1.0.0 |
| 224 | 2026-03-20T18:14:14.942Z | Downloaded flagset v0.4.6 |
| 225 | 2026-03-20T18:14:14.942Z | Downloaded thiserror-impl v1.0.69 |
| 226 | 2026-03-20T18:14:14.942Z | Downloaded version_check v0.9.5 |
| 227 | 2026-03-20T18:14:14.962Z | Downloaded clang-sys v1.8.1 |
| 228 | 2026-03-20T18:14:14.962Z | Downloaded futures-executor v0.3.31 |
| 229 | 2026-03-20T18:14:14.962Z | Downloaded untrusted v0.9.0 |
| 230 | 2026-03-20T18:14:14.962Z | Downloaded tower-service v0.3.3 |
| 231 | 2026-03-20T18:14:14.962Z | Downloaded either v1.14.0 |
| 232 | 2026-03-20T18:14:14.962Z | Downloaded dirs-next v2.0.0 |
| 233 | 2026-03-20T18:14:14.962Z | Downloaded der v0.7.9 |
| 234 | 2026-03-20T18:14:14.962Z | Downloaded tls_codec v0.4.1 |
| 235 | 2026-03-20T18:14:14.962Z | Downloaded time-macros v0.2.18 |
| 236 | 2026-03-20T18:14:14.962Z | Downloaded thiserror v2.0.12 |
| 237 | 2026-03-20T18:14:14.962Z | Downloaded tls_codec_derive v0.4.1 |
| 238 | 2026-03-20T18:14:14.962Z | Downloaded x509-cert v0.2.5 |
| 239 | 2026-03-20T18:14:14.962Z | Downloaded thread_local v1.1.8 |
| 240 | 2026-03-20T18:14:14.962Z | Downloaded which v4.4.2 |
| 241 | 2026-03-20T18:14:14.962Z | Downloaded time-core v0.1.2 |
| 242 | 2026-03-20T18:14:14.962Z | Downloaded debug-ignore v1.0.5 |
| 243 | 2026-03-20T18:14:14.962Z | Downloaded want v0.3.1 |
| 244 | 2026-03-20T18:14:14.962Z | Downloaded utf8parse v0.2.2 |
| 245 | 2026-03-20T18:14:14.963Z | Downloaded stable_deref_trait v1.2.0 |
| 246 | 2026-03-20T18:14:14.963Z | Downloaded cfg-if v1.0.0 |
| 247 | 2026-03-20T18:14:14.975Z | Downloaded serde_spanned v0.6.8 |
| 248 | 2026-03-20T18:14:14.975Z | Downloaded anstyle-parse v0.2.5 |
| 249 | 2026-03-20T18:14:14.975Z | Downloaded slog-scope v4.4.0 |
| 250 | 2026-03-20T18:14:14.975Z | Downloaded futures-macro v0.3.31 |
| 251 | 2026-03-20T18:14:14.975Z | Downloaded anstyle-query v1.1.1 |
| 252 | 2026-03-20T18:14:14.975Z | Downloaded filetime v0.2.25 |
| 253 | 2026-03-20T18:14:14.975Z | Downloaded equivalent v1.0.1 |
| 254 | 2026-03-20T18:14:14.975Z | Downloaded block-buffer v0.10.4 |
| 255 | 2026-03-20T18:14:14.975Z | Downloaded thiserror-impl v2.0.12 |
| 256 | 2026-03-20T18:14:14.975Z | Downloaded serde-hex v0.1.0 |
| 257 | 2026-03-20T18:14:14.975Z | Downloaded crc v3.2.1 |
| 258 | 2026-03-20T18:14:14.975Z | Downloaded futures-task v0.3.31 |
| 259 | 2026-03-20T18:14:14.976Z | Downloaded crypto-common v0.1.6 |
| 260 | 2026-03-20T18:14:14.976Z | Downloaded tap v1.0.1 |
| 261 | 2026-03-20T18:14:14.976Z | Downloaded sync_wrapper v1.0.1 |
| 262 | 2026-03-20T18:14:14.976Z | Downloaded colorchoice v1.0.2 |
| 263 | 2026-03-20T18:14:14.976Z | Downloaded generic-array v0.14.7 |
| 264 | 2026-03-20T18:14:14.994Z | Downloaded bitflags v2.6.0 |
| 265 | 2026-03-20T18:14:14.994Z | Downloaded yoke v0.7.4 |
| 266 | 2026-03-20T18:14:14.995Z | Downloaded anstyle v1.0.10 |
| 267 | 2026-03-20T18:14:14.995Z | Downloaded subtle v2.6.1 |
| 268 | 2026-03-20T18:14:14.995Z | Downloaded walkdir v2.5.0 |
| 269 | 2026-03-20T18:14:14.995Z | Downloaded strum v0.26.3 |
| 270 | 2026-03-20T18:14:14.995Z | Downloaded itoa v1.0.11 |
| 271 | 2026-03-20T18:14:14.995Z | Downloaded daft-derive v0.1.1 |
| 272 | 2026-03-20T18:14:14.995Z | Downloaded console v0.15.10 |
| 273 | 2026-03-20T18:14:14.995Z | Downloaded untrusted v0.7.1 |
| 274 | 2026-03-20T18:14:14.995Z | Downloaded writeable v0.5.5 |
| 275 | 2026-03-20T18:14:15.000Z | Downloaded fastrand v2.1.1 |
| 276 | 2026-03-20T18:14:15.002Z | Downloaded wyz v0.5.1 |
| 277 | 2026-03-20T18:14:15.002Z | Downloaded form_urlencoded v1.2.1 |
| 278 | 2026-03-20T18:14:15.002Z | Downloaded atomic-waker v1.1.2 |
| 279 | 2026-03-20T18:14:15.002Z | Downloaded dyn-clone v1.0.18 |
| 280 | 2026-03-20T18:14:15.002Z | Downloaded slog-stdlog v4.1.1 |
| 281 | 2026-03-20T18:14:15.002Z | Downloaded futures-core v0.3.31 |
| 282 | 2026-03-20T18:14:15.002Z | Downloaded funty v2.0.0 |
| 283 | 2026-03-20T18:14:15.002Z | Downloaded utf16_iter v1.0.5 |
| 284 | 2026-03-20T18:14:15.002Z | Downloaded futures-io v0.3.31 |
| 285 | 2026-03-20T18:14:15.002Z | Downloaded spki v0.7.3 |
| 286 | 2026-03-20T18:14:15.014Z | Downloaded dunce v1.0.5 |
| 287 | 2026-03-20T18:14:15.014Z | Downloaded bitfield v0.14.0 |
| 288 | 2026-03-20T18:14:15.015Z | Downloaded yoke-derive v0.7.4 |
| 289 | 2026-03-20T18:14:15.015Z | Downloaded take_mut v0.2.2 |
| 290 | 2026-03-20T18:14:15.015Z | Downloaded toml_datetime v0.6.8 |
| 291 | 2026-03-20T18:14:15.015Z | Downloaded crc-catalog v2.4.0 |
| 292 | 2026-03-20T18:14:15.015Z | Downloaded dirs-sys-next v0.1.2 |
| 293 | 2026-03-20T18:14:15.015Z | Downloaded errno v0.3.13 |
| 294 | 2026-03-20T18:14:15.039Z | Downloaded try-lock v0.2.5 |
| 295 | 2026-03-20T18:14:15.039Z | Downloaded slog-envlogger v2.2.0 |
| 296 | 2026-03-20T18:14:15.040Z | Downloaded signature v2.2.0 |
| 297 | 2026-03-20T18:14:15.040Z | Downloaded futures-sink v0.3.31 |
| 298 | 2026-03-20T18:14:15.040Z | Downloaded tinyvec_macros v0.1.1 |
| 299 | 2026-03-20T18:14:15.040Z | Downloaded tokio-macros v2.5.0 |
| 300 | 2026-03-20T18:14:15.040Z | Downloaded serde_urlencoded v0.7.1 |
| 301 | 2026-03-20T18:14:15.040Z | Downloaded terminal_size v0.4.0 |
| 302 | 2026-03-20T18:14:15.040Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-03-20T18:14:15.040Z | Downloaded strsim v0.11.1 |
| 304 | 2026-03-20T18:14:15.040Z | Downloaded fnv v1.0.7 |
| 305 | 2026-03-20T18:14:15.040Z | Downloaded zerofrom-derive v0.1.4 |
| 306 | 2026-03-20T18:14:15.040Z | Downloaded cpufeatures v0.2.14 |
| 307 | 2026-03-20T18:14:15.040Z | Downloaded clap_lex v0.7.4 |
| 308 | 2026-03-20T18:14:15.040Z | Downloaded tower-layer v0.3.3 |
| 309 | 2026-03-20T18:14:15.040Z | Downloaded olpc-cjson v0.1.4 |
| 310 | 2026-03-20T18:14:15.040Z | Downloaded shlex v1.3.0 |
| 311 | 2026-03-20T18:14:15.040Z | Downloaded xattr v1.3.1 |
| 312 | 2026-03-20T18:14:15.040Z | Downloaded arc-swap v1.7.1 |
| 313 | 2026-03-20T18:14:15.181Z | Downloaded rustc-hash v1.1.0 |
| 314 | 2026-03-20T18:14:15.181Z | Downloaded termcolor v1.4.1 |
| 315 | 2026-03-20T18:14:15.181Z | Downloaded slab v0.4.9 |
| 316 | 2026-03-20T18:14:15.181Z | Downloaded strum_macros v0.26.4 |
| 317 | 2026-03-20T18:14:15.181Z | Downloaded icu_provider_macros v1.5.0 |
| 318 | 2026-03-20T18:14:15.181Z | Downloaded cmake v0.1.51 |
| 319 | 2026-03-20T18:14:15.181Z | Downloaded camino-tempfile v1.4.1 |
| 320 | 2026-03-20T18:14:15.181Z | Downloaded glob v0.3.2 |
| 321 | 2026-03-20T18:14:15.181Z | Downloaded indent_write v2.2.0 |
| 322 | 2026-03-20T18:14:15.187Z | Downloaded tinyvec v1.8.0 |
| 323 | 2026-03-20T18:14:15.187Z | Downloaded num_threads v0.1.7 |
| 324 | 2026-03-20T18:14:15.188Z | Downloaded idna_adapter v1.2.0 |
| 325 | 2026-03-20T18:14:15.188Z | Downloaded typenum v1.17.0 |
| 326 | 2026-03-20T18:14:15.188Z | Downloaded maybe-uninit v2.0.0 |
| 327 | 2026-03-20T18:14:15.188Z | Downloaded num-iter v0.1.45 |
| 328 | 2026-03-20T18:14:15.188Z | Downloaded crc32fast v1.4.2 |
| 329 | 2026-03-20T18:14:15.188Z | Downloaded displaydoc v0.2.5 |
| 330 | 2026-03-20T18:14:15.188Z | Downloaded clap_derive v4.5.28 |
| 331 | 2026-03-20T18:14:15.188Z | Downloaded packed_struct_codegen v0.10.1 |
| 332 | 2026-03-20T18:14:15.188Z | Downloaded httpdate v1.0.3 |
| 333 | 2026-03-20T18:14:15.188Z | Downloaded snafu-derive v0.8.5 |
| 334 | 2026-03-20T18:14:15.188Z | Downloaded zeroize_derive v1.4.2 |
| 335 | 2026-03-20T18:14:15.188Z | Downloaded http-body v1.0.1 |
| 336 | 2026-03-20T18:14:15.188Z | Downloaded base64ct v1.6.0 |
| 337 | 2026-03-20T18:14:15.188Z | Downloaded thiserror v1.0.69 |
| 338 | 2026-03-20T18:14:15.188Z | Downloaded http-body-util v0.1.2 |
| 339 | 2026-03-20T18:14:15.188Z | Downloaded globset v0.4.15 |
| 340 | 2026-03-20T18:14:15.189Z | Downloaded autocfg v1.4.0 |
| 341 | 2026-03-20T18:14:15.189Z | Downloaded fs_extra v1.3.0 |
| 342 | 2026-03-20T18:14:15.189Z | Downloaded icu_locid_transform v1.5.0 |
| 343 | 2026-03-20T18:14:15.189Z | Downloaded synstructure v0.13.1 |
| 344 | 2026-03-20T18:14:15.189Z | Downloaded daft v0.1.1 |
| 345 | 2026-03-20T18:14:15.189Z | Downloaded is_terminal_polyfill v1.70.1 |
| 346 | 2026-03-20T18:14:15.189Z | Downloaded is-terminal v0.4.13 |
| 347 | 2026-03-20T18:14:15.189Z | Downloaded slog-term v2.9.1 |
| 348 | 2026-03-20T18:14:15.189Z | Downloaded deranged v0.3.11 |
| 349 | 2026-03-20T18:14:15.189Z | Downloaded der_derive v0.7.3 |
| 350 | 2026-03-20T18:14:15.189Z | Downloaded tinystr v0.7.6 |
| 351 | 2026-03-20T18:14:15.189Z | Downloaded iana-time-zone v0.1.61 |
| 352 | 2026-03-20T18:14:15.189Z | Downloaded pin-utils v0.1.0 |
| 353 | 2026-03-20T18:14:15.189Z | Downloaded rand_chacha v0.3.1 |
| 354 | 2026-03-20T18:14:15.189Z | Downloaded semver v1.0.25 |
| 355 | 2026-03-20T18:14:15.189Z | Downloaded path-slash v0.1.5 |
| 356 | 2026-03-20T18:14:15.189Z | Downloaded nodrop v0.1.14 |
| 357 | 2026-03-20T18:14:15.190Z | Downloaded mime v0.3.17 |
| 358 | 2026-03-20T18:14:15.190Z | Downloaded term v0.7.0 |
| 359 | 2026-03-20T18:14:15.190Z | Downloaded smallvec v0.6.14 |
| 360 | 2026-03-20T18:14:15.190Z | Downloaded serde_plain v1.0.2 |
| 361 | 2026-03-20T18:14:15.190Z | Downloaded fs-err v2.11.0 |
| 362 | 2026-03-20T18:14:15.190Z | Downloaded getrandom v0.2.15 |
| 363 | 2026-03-20T18:14:15.190Z | Downloaded radium v0.7.0 |
| 364 | 2026-03-20T18:14:15.190Z | Downloaded sha2 v0.10.8 |
| 365 | 2026-03-20T18:14:15.190Z | Downloaded cexpr v0.6.0 |
| 366 | 2026-03-20T18:14:15.190Z | Downloaded byteorder v1.5.0 |
| 367 | 2026-03-20T18:14:15.190Z | Downloaded lazycell v1.3.0 |
| 368 | 2026-03-20T18:14:15.190Z | Downloaded toml v0.7.8 |
| 369 | 2026-03-20T18:14:15.190Z | Downloaded digest v0.10.7 |
| 370 | 2026-03-20T18:14:15.191Z | Downloaded futures-channel v0.3.31 |
| 371 | 2026-03-20T18:14:15.191Z | Downloaded ppv-lite86 v0.2.20 |
| 372 | 2026-03-20T18:14:15.191Z | Downloaded humantime v2.1.0 |
| 373 | 2026-03-20T18:14:15.191Z | Downloaded rustversion v1.0.17 |
| 374 | 2026-03-20T18:14:15.191Z | Downloaded env_logger v0.10.2 |
| 375 | 2026-03-20T18:14:15.191Z | Downloaded crossbeam-utils v0.8.21 |
| 376 | 2026-03-20T18:14:15.191Z | Downloaded parse-size v1.1.0 |
| 377 | 2026-03-20T18:14:15.191Z | Downloaded lazy_static v1.5.0 |
| 378 | 2026-03-20T18:14:15.191Z | Downloaded powerfmt v0.2.0 |
| 379 | 2026-03-20T18:14:15.191Z | Downloaded lock_api v0.4.12 |
| 380 | 2026-03-20T18:14:15.191Z | Downloaded quote v1.0.38 |
| 381 | 2026-03-20T18:14:15.191Z | Downloaded home v0.5.9 |
| 382 | 2026-03-20T18:14:15.191Z | Downloaded num-conv v0.1.0 |
| 383 | 2026-03-20T18:14:15.192Z | Downloaded zerofrom v0.1.4 |
| 384 | 2026-03-20T18:14:15.192Z | Downloaded spin v0.9.8 |
| 385 | 2026-03-20T18:14:15.192Z | Downloaded percent-encoding v2.3.1 |
| 386 | 2026-03-20T18:14:15.192Z | Downloaded pkcs8 v0.10.2 |
| 387 | 2026-03-20T18:14:15.192Z | Downloaded unicode-ident v1.0.14 |
| 388 | 2026-03-20T18:14:15.192Z | Downloaded zerocopy v0.6.6 |
| 389 | 2026-03-20T18:14:15.192Z | Downloaded signal-hook-registry v1.4.2 |
| 390 | 2026-03-20T18:14:15.192Z | Downloaded const-oid v0.9.6 |
| 391 | 2026-03-20T18:14:15.192Z | Downloaded zerocopy-derive v0.7.35 |
| 392 | 2026-03-20T18:14:15.192Z | Downloaded same-file v1.0.6 |
| 393 | 2026-03-20T18:14:15.192Z | Downloaded toml v0.8.20 |
| 394 | 2026-03-20T18:14:15.192Z | Downloaded heck v0.5.0 |
| 395 | 2026-03-20T18:14:15.192Z | Downloaded zeroize v1.8.1 |
| 396 | 2026-03-20T18:14:15.192Z | Downloaded log v0.4.22 |
| 397 | 2026-03-20T18:14:15.192Z | Downloaded ipnet v2.10.1 |
| 398 | 2026-03-20T18:14:15.192Z | Downloaded tracing v0.1.40 |
| 399 | 2026-03-20T18:14:15.192Z | Downloaded once_cell v1.20.3 |
| 400 | 2026-03-20T18:14:15.192Z | Downloaded serde_derive v1.0.218 |
| 401 | 2026-03-20T18:14:15.192Z | Downloaded paste v1.0.15 |
| 402 | 2026-03-20T18:14:15.193Z | Downloaded rand_core v0.6.4 |
| 403 | 2026-03-20T18:14:15.193Z | Downloaded pkg-config v0.3.31 |
| 404 | 2026-03-20T18:14:15.193Z | Downloaded clap_builder v4.5.31 |
| 405 | 2026-03-20T18:14:15.193Z | Downloaded libloading v0.8.5 |
| 406 | 2026-03-20T18:14:15.214Z | Downloaded getrandom v0.3.3 |
| 407 | 2026-03-20T18:14:15.214Z | Downloaded bzip2 v0.4.4 |
| 408 | 2026-03-20T18:14:15.214Z | Downloaded pin-project-internal v1.1.6 |
| 409 | 2026-03-20T18:14:15.214Z | Downloaded scopeguard v1.2.0 |
| 410 | 2026-03-20T18:14:15.214Z | Downloaded jobserver v0.1.32 |
| 411 | 2026-03-20T18:14:15.214Z | Downloaded rustc-demangle v0.1.24 |
| 412 | 2026-03-20T18:14:15.215Z | Downloaded camino v1.1.9 |
| 413 | 2026-03-20T18:14:15.215Z | Downloaded zerovec-derive v0.10.3 |
| 414 | 2026-03-20T18:14:15.215Z | Downloaded packed_struct v0.10.1 |
| 415 | 2026-03-20T18:14:15.255Z | Downloaded parking_lot_core v0.9.10 |
| 416 | 2026-03-20T18:14:15.255Z | Downloaded pem v3.0.5 |
| 417 | 2026-03-20T18:14:15.255Z | Downloaded crc-any v2.5.0 |
| 418 | 2026-03-20T18:14:15.255Z | Downloaded icu_locid v1.5.0 |
| 419 | 2026-03-20T18:14:15.255Z | Downloaded pem-rfc7468 v0.7.0 |
| 420 | 2026-03-20T18:14:15.255Z | Downloaded tracing-core v0.1.32 |
| 421 | 2026-03-20T18:14:15.255Z | Downloaded miniz_oxide v0.8.0 |
| 422 | 2026-03-20T18:14:15.255Z | Downloaded ryu v1.0.18 |
| 423 | 2026-03-20T18:14:15.256Z | Downloaded httparse v1.9.5 |
| 424 | 2026-03-20T18:14:15.256Z | Downloaded pin-project-lite v0.2.14 |
| 425 | 2026-03-20T18:14:15.256Z | Downloaded parking_lot v0.12.3 |
| 426 | 2026-03-20T18:14:15.272Z | Downloaded pkcs1 v0.7.5 |
| 427 | 2026-03-20T18:14:15.272Z | Downloaded clap v4.5.31 |
| 428 | 2026-03-20T18:14:15.272Z | Downloaded litemap v0.7.3 |
| 429 | 2026-03-20T18:14:15.272Z | Downloaded bytes v1.10.0 |
| 430 | 2026-03-20T18:14:15.273Z | Downloaded num-traits v0.2.19 |
| 431 | 2026-03-20T18:14:15.273Z | Downloaded num-integer v0.1.46 |
| 432 | 2026-03-20T18:14:15.273Z | Downloaded smallvec v1.14.0 |
| 433 | 2026-03-20T18:14:15.273Z | Downloaded slog v2.7.0 |
| 434 | 2026-03-20T18:14:15.273Z | Downloaded winnow v0.5.40 |
| 435 | 2026-03-20T18:14:15.273Z | Downloaded indexmap v1.9.3 |
| 436 | 2026-03-20T18:14:15.273Z | Downloaded tar v0.4.45 |
| 437 | 2026-03-20T18:14:15.273Z | Downloaded icu_normalizer v1.5.0 |
| 438 | 2026-03-20T18:14:15.273Z | Downloaded hyper-util v0.1.10 |
| 439 | 2026-03-20T18:14:15.302Z | Downloaded tempfile v3.20.0 |
| 440 | 2026-03-20T18:14:15.302Z | Downloaded backtrace v0.3.74 |
| 441 | 2026-03-20T18:14:15.302Z | Downloaded icu_locid_transform_data v1.5.0 |
| 442 | 2026-03-20T18:14:15.302Z | Downloaded serde v1.0.218 |
| 443 | 2026-03-20T18:14:15.302Z | Downloaded prettyplease v0.2.29 |
| 444 | 2026-03-20T18:14:15.302Z | Downloaded toml_edit v0.19.15 |
| 445 | 2026-03-20T18:14:15.337Z | Downloaded ron v0.8.1 |
| 446 | 2026-03-20T18:14:15.338Z | Downloaded icu_properties v1.5.1 |
| 447 | 2026-03-20T18:14:15.338Z | Downloaded crossbeam-channel v0.5.13 |
| 448 | 2026-03-20T18:14:15.338Z | Downloaded cc v1.2.15 |
| 449 | 2026-03-20T18:14:15.338Z | Downloaded base64 v0.22.1 |
| 450 | 2026-03-20T18:14:15.338Z | Downloaded socket2 v0.5.8 |
| 451 | 2026-03-20T18:14:15.338Z | Downloaded snafu v0.8.5 |
| 452 | 2026-03-20T18:14:15.359Z | Downloaded pin-project v1.1.6 |
| 453 | 2026-03-20T18:14:15.359Z | Downloaded icu_normalizer_data v1.5.0 |
| 454 | 2026-03-20T18:14:15.359Z | Downloaded zip v0.6.6 |
| 455 | 2026-03-20T18:14:15.359Z | Downloaded toml_edit v0.22.24 |
| 456 | 2026-03-20T18:14:15.359Z | Downloaded hashbrown v0.13.2 |
| 457 | 2026-03-20T18:14:15.359Z | Downloaded typed-path v0.9.3 |
| 458 | 2026-03-20T18:14:15.380Z | Downloaded rand v0.8.5 |
| 459 | 2026-03-20T18:14:15.380Z | Downloaded indexmap v2.7.1 |
| 460 | 2026-03-20T18:14:15.380Z | Downloaded tokio-util v0.7.13 |
| 461 | 2026-03-20T18:14:15.380Z | Downloaded memchr v2.7.4 |
| 462 | 2026-03-20T18:14:15.380Z | Downloaded time v0.3.36 |
| 463 | 2026-03-20T18:14:15.413Z | Downloaded http v1.2.0 |
| 464 | 2026-03-20T18:14:15.413Z | Downloaded zerocopy v0.7.35 |
| 465 | 2026-03-20T18:14:15.413Z | Downloaded zerovec v0.10.4 |
| 466 | 2026-03-20T18:14:15.427Z | Downloaded libm v0.2.8 |
| 467 | 2026-03-20T18:14:15.427Z | Downloaded nom v7.1.3 |
| 468 | 2026-03-20T18:14:15.427Z | Downloaded futures-util v0.3.31 |
| 469 | 2026-03-20T18:14:15.427Z | Downloaded itertools v0.12.1 |
| 470 | 2026-03-20T18:14:15.427Z | Downloaded num-bigint-dig v0.8.4 |
| 471 | 2026-03-20T18:14:15.462Z | Downloaded serde_json v1.0.139 |
| 472 | 2026-03-20T18:14:15.462Z | Downloaded aws-lc-rs v1.12.4 |
| 473 | 2026-03-20T18:14:15.462Z | Downloaded hyper v1.5.2 |
| 474 | 2026-03-20T18:14:15.463Z | Downloaded winnow v0.7.3 |
| 475 | 2026-03-20T18:14:15.463Z | Downloaded itertools v0.13.0 |
| 476 | 2026-03-20T18:14:15.491Z | Downloaded rustls-webpki v0.102.8 |
| 477 | 2026-03-20T18:14:15.491Z | Downloaded icu_properties_data v1.5.0 |
| 478 | 2026-03-20T18:14:15.491Z | Downloaded reqwest v0.12.12 |
| 479 | 2026-03-20T18:14:15.508Z | Downloaded syn v1.0.109 |
| 480 | 2026-03-20T18:14:15.508Z | Downloaded object v0.30.4 |
| 481 | 2026-03-20T18:14:15.508Z | Downloaded regex v1.11.1 |
| 482 | 2026-03-20T18:14:15.518Z | Downloaded unicode-width v0.2.0 |
| 483 | 2026-03-20T18:14:15.518Z | Downloaded syn v2.0.96 |
| 484 | 2026-03-20T18:14:15.532Z | Downloaded gimli v0.31.1 |
| 485 | 2026-03-20T18:14:15.532Z | Downloaded chrono v0.4.40 |
| 486 | 2026-03-20T18:14:15.542Z | Downloaded bitvec v1.0.1 |
| 487 | 2026-03-20T18:14:15.547Z | Downloaded object v0.36.5 |
| 488 | 2026-03-20T18:14:15.558Z | Downloaded regex-syntax v0.8.5 |
| 489 | 2026-03-20T18:14:15.566Z | Downloaded rustls v0.23.19 |
| 490 | 2026-03-20T18:14:15.581Z | Downloaded bstr v1.10.0 |
| 491 | 2026-03-20T18:14:15.612Z | Downloaded rustix v1.0.7 |
| 492 | 2026-03-20T18:14:15.627Z | Downloaded rustix v0.38.37 |
| 493 | 2026-03-20T18:14:15.628Z | Downloaded idna v1.0.3 |
| 494 | 2026-03-20T18:14:15.628Z | Downloaded h2 v0.4.6 |
| 495 | 2026-03-20T18:14:15.628Z | Downloaded aho-corasick v1.1.3 |
| 496 | 2026-03-20T18:14:15.641Z | Downloaded tough v0.20.0 |
| 497 | 2026-03-20T18:14:15.642Z | Downloaded unicode-normalization v0.1.24 |
| 498 | 2026-03-20T18:14:15.642Z | Downloaded zerocopy-derive v0.6.6 |
| 499 | 2026-03-20T18:14:15.646Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 500 | 2026-03-20T18:14:15.661Z | Downloaded rsa v0.9.6 |
| 501 | 2026-03-20T18:14:15.668Z | Downloaded zip v4.2.0 |
| 502 | 2026-03-20T18:14:15.668Z | Downloaded tower v0.5.2 |
| 503 | 2026-03-20T18:14:15.668Z | Downloaded hashbrown v0.15.1 |
| 504 | 2026-03-20T18:14:15.668Z | Downloaded flate2 v1.0.35 |
| 505 | 2026-03-20T18:14:15.680Z | Downloaded mio v1.0.2 |
| 506 | 2026-03-20T18:14:15.690Z | Downloaded icu_collections v1.5.0 |
| 507 | 2026-03-20T18:14:15.690Z | Downloaded hashbrown v0.12.3 |
| 508 | 2026-03-20T18:14:15.690Z | Downloaded tokio v1.43.0 |
| 509 | 2026-03-20T18:14:15.715Z | Downloaded regex-automata v0.4.8 |
| 510 | 2026-03-20T18:14:15.727Z | Downloaded base64 v0.21.7 |
| 511 | 2026-03-20T18:14:15.737Z | Downloaded minimal-lexical v0.2.1 |
| 512 | 2026-03-20T18:14:15.748Z | Downloaded url v2.5.3 |
| 513 | 2026-03-20T18:14:15.748Z | Downloaded libc v0.2.170 |
| 514 | 2026-03-20T18:14:15.765Z | Downloaded icu_provider v1.5.0 |
| 515 | 2026-03-20T18:14:15.849Z | Downloaded rustls-pki-types v1.10.0 |
| 516 | 2026-03-20T18:14:15.849Z | Downloaded proc-macro2 v1.0.93 |
| 517 | 2026-03-20T18:14:15.849Z | Downloaded futures v0.3.31 |
| 518 | 2026-03-20T18:14:15.889Z | Downloaded ring v0.17.13 |
| 519 | 2026-03-20T18:14:16.336Z | Downloaded aws-lc-sys v0.26.0 |
| 520 | 2026-03-20T18:14:16.721Z | Compiling proc-macro2 v1.0.93 |
| 521 | 2026-03-20T18:14:16.721Z | Compiling unicode-ident v1.0.14 |
| 522 | 2026-03-20T18:14:16.749Z | Compiling libc v0.2.170 |
| 523 | 2026-03-20T18:14:16.749Z | Compiling cfg-if v1.0.0 |
| 524 | 2026-03-20T18:14:16.749Z | Compiling serde v1.0.218 |
| 525 | 2026-03-20T18:14:16.749Z | Compiling autocfg v1.4.0 |
| 526 | 2026-03-20T18:14:16.749Z | Compiling memchr v2.7.4 |
| 527 | 2026-03-20T18:14:16.749Z | Compiling shlex v1.3.0 |
| 528 | 2026-03-20T18:14:16.804Z | Compiling once_cell v1.20.3 |
| 529 | 2026-03-20T18:14:16.967Z | Compiling version_check v0.9.5 |
| 530 | 2026-03-20T18:14:17.037Z | Compiling itoa v1.0.11 |
| 531 | 2026-03-20T18:14:17.110Z | Compiling byteorder v1.5.0 |
| 532 | 2026-03-20T18:14:17.122Z | Compiling stable_deref_trait v1.2.0 |
| 533 | 2026-03-20T18:14:17.246Z | Compiling glob v0.3.2 |
| 534 | 2026-03-20T18:14:17.271Z | Compiling zeroize v1.8.1 |
| 535 | 2026-03-20T18:14:17.375Z | Compiling futures-core v0.3.31 |
| 536 | 2026-03-20T18:14:17.375Z | Compiling prettyplease v0.2.29 |
| 537 | 2026-03-20T18:14:17.411Z | Compiling rustix v0.38.37 |
| 538 | 2026-03-20T18:14:17.460Z | Compiling smallvec v1.14.0 |
| 539 | 2026-03-20T18:14:17.595Z | Compiling pin-project-lite v0.2.14 |
| 540 | 2026-03-20T18:14:17.656Z | Compiling clang-sys v1.8.1 |
| 541 | 2026-03-20T18:14:17.686Z | Compiling regex-syntax v0.8.5 |
| 542 | 2026-03-20T18:14:17.704Z | Compiling either v1.14.0 |
| 543 | 2026-03-20T18:14:17.704Z | Compiling minimal-lexical v0.2.1 |
| 544 | 2026-03-20T18:14:17.926Z | Compiling quote v1.0.38 |
| 545 | 2026-03-20T18:14:17.956Z | Compiling errno v0.3.13 |
| 546 | 2026-03-20T18:14:17.978Z | Compiling jobserver v0.1.32 |
| 547 | 2026-03-20T18:14:18.018Z | Compiling heck v0.5.0 |
| 548 | 2026-03-20T18:14:18.130Z | Compiling bitflags v2.6.0 |
| 549 | 2026-03-20T18:14:18.138Z | Compiling syn v2.0.96 |
| 550 | 2026-03-20T18:14:18.161Z | Compiling nom v7.1.3 |
| 551 | 2026-03-20T18:14:18.205Z | Compiling slab v0.4.9 |
| 552 | 2026-03-20T18:14:18.258Z | Compiling cc v1.2.15 |
| 553 | 2026-03-20T18:14:18.355Z | Compiling libloading v0.8.5 |
| 554 | 2026-03-20T18:14:18.453Z | Compiling futures-sink v0.3.31 |
| 555 | 2026-03-20T18:14:18.474Z | Compiling home v0.5.9 |
| 556 | 2026-03-20T18:14:18.505Z | Compiling typenum v1.17.0 |
| 557 | 2026-03-20T18:14:18.623Z | Compiling bindgen v0.69.5 |
| 558 | 2026-03-20T18:14:18.951Z | Compiling regex-automata v0.4.8 |
| 559 | 2026-03-20T18:14:18.968Z | Compiling bytes v1.10.0 |
| 560 | 2026-03-20T18:14:19.096Z | Compiling libm v0.2.8 |
| 561 | 2026-03-20T18:14:19.398Z | Compiling const-oid v0.9.6 |
| 562 | 2026-03-20T18:14:19.451Z | Compiling which v4.4.2 |
| 563 | 2026-03-20T18:14:19.871Z | Compiling cexpr v0.6.0 |
| 564 | 2026-03-20T18:14:20.076Z | Compiling itertools v0.12.1 |
| 565 | 2026-03-20T18:14:20.102Z | Compiling generic-array v0.14.7 |
| 566 | 2026-03-20T18:14:20.202Z | Compiling num-traits v0.2.19 |
| 567 | 2026-03-20T18:14:20.400Z | Compiling litemap v0.7.3 |
| 568 | 2026-03-20T18:14:20.493Z | Compiling paste v1.0.15 |
| 569 | 2026-03-20T18:14:20.545Z | Compiling writeable v0.5.5 |
| 570 | 2026-03-20T18:14:20.649Z | Compiling rustc-hash v1.1.0 |
| 571 | 2026-03-20T18:14:20.733Z | Compiling regex v1.11.1 |
| 572 | 2026-03-20T18:14:20.805Z | Compiling log v0.4.22 |
| 573 | 2026-03-20T18:14:20.885Z | Compiling lazy_static v1.5.0 |
| 574 | 2026-03-20T18:14:20.932Z | Compiling lazycell v1.3.0 |
| 575 | 2026-03-20T18:14:21.243Z | Compiling cmake v0.1.51 |
| 576 | 2026-03-20T18:14:21.278Z | Compiling futures-channel v0.3.31 |
| 577 | 2026-03-20T18:14:21.489Z | Compiling futures-task v0.3.31 |
| 578 | 2026-03-20T18:14:21.538Z | Compiling pin-utils v0.1.0 |
| 579 | 2026-03-20T18:14:21.576Z | Compiling futures-io v0.3.31 |
| 580 | 2026-03-20T18:14:21.664Z | Compiling dunce v1.0.5 |
| 581 | 2026-03-20T18:14:21.694Z | Compiling fs_extra v1.3.0 |
| 582 | 2026-03-20T18:14:21.757Z | Compiling base64ct v1.6.0 |
| 583 | 2026-03-20T18:14:21.911Z | Compiling getrandom v0.2.15 |
| 584 | 2026-03-20T18:14:22.015Z | Compiling pem-rfc7468 v0.7.0 |
| 585 | 2026-03-20T18:14:22.075Z | Compiling flagset v0.4.6 |
| 586 | 2026-03-20T18:14:22.131Z | Compiling synstructure v0.13.1 |
| 587 | 2026-03-20T18:14:22.422Z | Compiling spin v0.9.8 |
| 588 | 2026-03-20T18:14:22.450Z | Compiling icu_locid_transform_data v1.5.0 |
| 589 | 2026-03-20T18:14:22.542Z | Compiling rand_core v0.6.4 |
| 590 | 2026-03-20T18:14:22.559Z | Compiling mio v1.0.2 |
| 591 | 2026-03-20T18:14:22.647Z | Compiling socket2 v0.5.8 |
| 592 | 2026-03-20T18:14:22.655Z | Compiling utf8parse v0.2.2 |
| 593 | 2026-03-20T18:14:22.777Z | Compiling fnv v1.0.7 |
| 594 | 2026-03-20T18:14:22.801Z | Compiling radium v0.7.0 |
| 595 | 2026-03-20T18:14:22.814Z | Compiling equivalent v1.0.1 |
| 596 | 2026-03-20T18:14:22.878Z | Compiling hashbrown v0.15.1 |
| 597 | 2026-03-20T18:14:22.913Z | Compiling slog v2.7.0 |
| 598 | 2026-03-20T18:14:23.221Z | Compiling icu_properties_data v1.5.0 |
| 599 | 2026-03-20T18:14:23.231Z | Compiling syn v1.0.109 |
| 600 | 2026-03-20T18:14:23.359Z | Compiling http v1.2.0 |
| 601 | 2026-03-20T18:14:23.376Z | Compiling anstyle-parse v0.2.5 |
| 602 | 2026-03-20T18:14:23.539Z | Compiling indexmap v2.7.1 |
| 603 | 2026-03-20T18:14:23.625Z | Compiling crypto-common v0.1.6 |
| 604 | 2026-03-20T18:14:23.639Z | Compiling block-buffer v0.10.4 |
| 605 | 2026-03-20T18:14:23.676Z | Compiling write16 v1.0.0 |
| 606 | 2026-03-20T18:14:23.732Z | Compiling pkg-config v0.3.31 |
| 607 | 2026-03-20T18:14:23.756Z | Compiling anstyle v1.0.10 |
| 608 | 2026-03-20T18:14:23.778Z | Compiling colorchoice v1.0.2 |
| 609 | 2026-03-20T18:14:23.926Z | Compiling utf8_iter v1.0.4 |
| 610 | 2026-03-20T18:14:24.046Z | Compiling aws-lc-rs v1.12.4 |
| 611 | 2026-03-20T18:14:24.092Z | Compiling icu_normalizer_data v1.5.0 |
| 612 | 2026-03-20T18:14:24.173Z | Compiling utf16_iter v1.0.5 |
| 613 | 2026-03-20T18:14:24.230Z | Compiling serde_derive v1.0.218 |
| 614 | 2026-03-20T18:14:24.293Z | Compiling zerofrom-derive v0.1.4 |
| 615 | 2026-03-20T18:14:24.348Z | Compiling yoke-derive v0.7.4 |
| 616 | 2026-03-20T18:14:24.370Z | Compiling zerovec-derive v0.10.3 |
| 617 | 2026-03-20T18:14:24.377Z | Compiling displaydoc v0.2.5 |
| 618 | 2026-03-20T18:14:24.513Z | Compiling zerocopy-derive v0.7.35 |
| 619 | 2026-03-20T18:14:24.733Z | Compiling icu_provider_macros v1.5.0 |
| 620 | 2026-03-20T18:14:25.340Z | Compiling futures-macro v0.3.31 |
| 621 | 2026-03-20T18:14:25.468Z | Compiling der_derive v0.7.3 |
| 622 | 2026-03-20T18:14:25.701Z | Compiling zerocopy v0.7.35 |
| 623 | 2026-03-20T18:14:25.795Z | Compiling tokio-macros v2.5.0 |
| 624 | 2026-03-20T18:14:25.795Z | Compiling is_terminal_polyfill v1.70.1 |
| 625 | 2026-03-20T18:14:25.916Z | Compiling httparse v1.9.5 |
| 626 | 2026-03-20T18:14:26.106Z | Compiling zerofrom v0.1.4 |
| 627 | 2026-03-20T18:14:26.224Z | Compiling yoke v0.7.4 |
| 628 | 2026-03-20T18:14:26.323Z | Compiling ppv-lite86 v0.2.20 |
| 629 | 2026-03-20T18:14:26.407Z | Compiling anstyle-query v1.1.1 |
| 630 | 2026-03-20T18:14:26.455Z | Compiling zerovec v0.10.4 |
| 631 | 2026-03-20T18:14:26.470Z | Compiling futures-util v0.3.31 |
| 632 | 2026-03-20T18:14:26.529Z | Compiling tap v1.0.1 |
| 633 | 2026-03-20T18:14:26.653Z | Compiling rustversion v1.0.17 |
| 634 | 2026-03-20T18:14:26.676Z | Compiling tokio v1.43.0 |
| 635 | 2026-03-20T18:14:26.745Z | Compiling der v0.7.9 |
| 636 | 2026-03-20T18:14:26.765Z | Compiling maybe-uninit v2.0.0 |
| 637 | 2026-03-20T18:14:27.155Z | Compiling ryu v1.0.18 |
| 638 | 2026-03-20T18:14:27.293Z | Compiling rand_chacha v0.3.1 |
| 639 | 2026-03-20T18:14:27.402Z | Compiling wyz v0.5.1 |
| 640 | 2026-03-20T18:14:27.620Z | Compiling tinystr v0.7.6 |
| 641 | 2026-03-20T18:14:27.666Z | Compiling icu_collections v1.5.0 |
| 642 | 2026-03-20T18:14:27.878Z | Compiling icu_locid v1.5.0 |
| 643 | 2026-03-20T18:14:27.919Z | Compiling spki v0.7.3 |
| 644 | 2026-03-20T18:14:28.163Z | Compiling anstream v0.6.15 |
| 645 | 2026-03-20T18:14:28.542Z | Compiling icu_provider v1.5.0 |
| 646 | 2026-03-20T18:14:28.581Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 647 | 2026-03-20T18:14:28.581Z | Compiling zerocopy-derive v0.6.6 |
| 648 | 2026-03-20T18:14:28.950Z | Compiling icu_locid_transform v1.5.0 |
| 649 | 2026-03-20T18:14:29.118Z | Compiling http-body v1.0.1 |
| 650 | 2026-03-20T18:14:29.165Z | Compiling digest v0.10.7 |
| 651 | 2026-03-20T18:14:29.587Z | Compiling aws-lc-sys v0.26.0 |
| 652 | 2026-03-20T18:14:29.665Z | Compiling num-integer v0.1.46 |
| 653 | 2026-03-20T18:14:29.718Z | Compiling icu_properties v1.5.1 |
| 654 | 2026-03-20T18:14:30.020Z | Compiling is-terminal v0.4.13 |
| 655 | 2026-03-20T18:14:30.098Z | Compiling aho-corasick v1.1.3 |
| 656 | 2026-03-20T18:14:30.210Z | Compiling ahash v0.8.11 |
| 657 | 2026-03-20T18:14:30.444Z | Compiling crc32fast v1.4.2 |
| 658 | 2026-03-20T18:14:30.505Z | Compiling subtle v2.6.1 |
| 659 | 2026-03-20T18:14:30.769Z | Compiling try-lock v0.2.5 |
| 660 | 2026-03-20T18:14:30.944Z | Compiling hex v0.4.3 |
| 661 | 2026-03-20T18:14:31.351Z | Compiling serde_spanned v0.6.8 |
| 662 | 2026-03-20T18:14:31.474Z | Compiling toml_datetime v0.6.8 |
| 663 | 2026-03-20T18:14:31.773Z | Compiling icu_normalizer v1.5.0 |
| 664 | 2026-03-20T18:14:32.351Z | Compiling terminal_size v0.4.0 |
| 665 | 2026-03-20T18:14:32.518Z | Compiling funty v2.0.0 |
| 666 | 2026-03-20T18:14:32.609Z | Compiling getrandom v0.3.3 |
| 667 | 2026-03-20T18:14:32.860Z | Compiling rustix v1.0.7 |
| 668 | 2026-03-20T18:14:32.883Z | Compiling strsim v0.11.1 |
| 669 | 2026-03-20T18:14:33.014Z | Compiling packed_struct v0.10.1 |
| 670 | 2026-03-20T18:14:33.295Z | Compiling num-bigint-dig v0.8.4 |
| 671 | 2026-03-20T18:14:33.346Z | Compiling clap_lex v0.7.4 |
| 672 | 2026-03-20T18:14:33.357Z | Compiling percent-encoding v2.3.1 |
| 673 | 2026-03-20T18:14:33.381Z | Compiling serde_json v1.0.139 |
| 674 | 2026-03-20T18:14:33.458Z | Compiling packed_struct_codegen v0.10.1 |
| 675 | 2026-03-20T18:14:33.572Z | Compiling clap_builder v4.5.31 |
| 676 | 2026-03-20T18:14:33.596Z | Compiling form_urlencoded v1.2.1 |
| 677 | 2026-03-20T18:14:33.738Z | Compiling bitvec v1.0.1 |
| 678 | 2026-03-20T18:14:33.821Z | Compiling idna_adapter v1.2.0 |
| 679 | 2026-03-20T18:14:33.864Z | Compiling want v0.3.1 |
| 680 | 2026-03-20T18:14:34.023Z | Compiling num-iter v0.1.45 |
| 681 | 2026-03-20T18:14:34.074Z | Compiling zerocopy v0.6.6 |
| 682 | 2026-03-20T18:14:34.502Z | Compiling pkcs8 v0.10.2 |
| 683 | 2026-03-20T18:14:34.734Z | Compiling rand v0.8.5 |
| 684 | 2026-03-20T18:14:34.918Z | Compiling clap_derive v4.5.28 |
| 685 | 2026-03-20T18:14:35.514Z | Compiling indexmap v1.9.3 |
| 686 | 2026-03-20T18:14:35.592Z | Compiling tracing-core v0.1.32 |
| 687 | 2026-03-20T18:14:35.606Z | Compiling crc-catalog v2.4.0 |
| 688 | 2026-03-20T18:14:35.644Z | Compiling crossbeam-utils v0.8.21 |
| 689 | 2026-03-20T18:14:35.689Z | Compiling tinyvec_macros v0.1.1 |
| 690 | 2026-03-20T18:14:35.704Z | Compiling adler2 v2.0.0 |
| 691 | 2026-03-20T18:14:35.765Z | Compiling untrusted v0.7.1 |
| 692 | 2026-03-20T18:14:35.859Z | Compiling thiserror v2.0.12 |
| 693 | 2026-03-20T18:14:35.906Z | Compiling tower-service v0.3.3 |
| 694 | 2026-03-20T18:14:36.007Z | Compiling thiserror v1.0.69 |
| 695 | 2026-03-20T18:14:36.020Z | Compiling semver v1.0.25 |
| 696 | 2026-03-20T18:14:36.256Z | Compiling cpufeatures v0.2.14 |
| 697 | 2026-03-20T18:14:36.324Z | Compiling nodrop v0.1.14 |
| 698 | 2026-03-20T18:14:36.337Z | Compiling sha2 v0.10.8 |
| 699 | 2026-03-20T18:14:36.425Z | Compiling array-init v0.0.4 |
| 700 | 2026-03-20T18:14:36.638Z | Compiling tracing v0.1.40 |
| 701 | 2026-03-20T18:14:36.679Z | Compiling miniz_oxide v0.8.0 |
| 702 | 2026-03-20T18:14:36.824Z | Compiling tinyvec v1.8.0 |
| 703 | 2026-03-20T18:14:36.925Z | Compiling crc v3.2.1 |
| 704 | 2026-03-20T18:14:36.960Z | Compiling strum_macros v0.26.4 |
| 705 | 2026-03-20T18:14:37.209Z | Compiling clap v4.5.31 |
| 706 | 2026-03-20T18:14:37.558Z | Compiling smallvec v0.6.14 |
| 707 | 2026-03-20T18:14:37.665Z | Compiling pkcs1 v0.7.5 |
| 708 | 2026-03-20T18:14:37.805Z | Compiling hyper v1.5.2 |
| 709 | 2026-03-20T18:14:38.482Z | Compiling idna v1.0.3 |
| 710 | 2026-03-20T18:14:39.067Z | Compiling signature v2.2.0 |
| 711 | 2026-03-20T18:14:39.231Z | Compiling thiserror-impl v2.0.12 |
| 712 | 2026-03-20T18:14:39.236Z | Compiling pin-project-internal v1.1.6 |
| 713 | 2026-03-20T18:14:39.273Z | Compiling thiserror-impl v1.0.69 |
| 714 | 2026-03-20T18:14:39.363Z | Compiling daft-derive v0.1.1 |
| 715 | 2026-03-20T18:14:39.520Z | Compiling dirs-sys-next v0.1.2 |
| 716 | 2026-03-20T18:14:39.896Z | Compiling sync_wrapper v1.0.1 |
| 717 | 2026-03-20T18:14:39.909Z | Compiling camino v1.1.9 |
| 718 | 2026-03-20T18:14:40.019Z | Compiling fastrand v2.1.1 |
| 719 | 2026-03-20T18:14:40.308Z | Compiling rustls v0.23.19 |
| 720 | 2026-03-20T18:14:40.323Z | Compiling rustls-pki-types v1.10.0 |
| 721 | 2026-03-20T18:14:40.342Z | Compiling gimli v0.31.1 |
| 722 | 2026-03-20T18:14:40.361Z | Compiling hashbrown v0.12.3 |
| 723 | 2026-03-20T18:14:40.563Z | Compiling num-conv v0.1.0 |
| 724 | 2026-03-20T18:14:40.976Z | Compiling untrusted v0.9.0 |
| 725 | 2026-03-20T18:14:41.040Z | Compiling powerfmt v0.2.0 |
| 726 | 2026-03-20T18:14:41.040Z | Compiling bitfield v0.14.0 |
| 727 | 2026-03-20T18:14:41.040Z | Compiling termcolor v1.4.1 |
| 728 | 2026-03-20T18:14:41.040Z | Compiling time-core v0.1.2 |
| 729 | 2026-03-20T18:14:41.040Z | Compiling base64 v0.22.1 |
| 730 | 2026-03-20T18:14:41.040Z | Compiling base64 v0.21.7 |
| 731 | 2026-03-20T18:14:41.071Z | Compiling tower-layer v0.3.3 |
| 732 | 2026-03-20T18:14:41.071Z | Compiling winnow v0.5.40 |
| 733 | 2026-03-20T18:14:41.071Z | Compiling time-macros v0.2.18 |
| 734 | 2026-03-20T18:14:41.197Z | Compiling tower v0.5.2 |
| 735 | 2026-03-20T18:14:41.413Z | Compiling ron v0.8.1 |
| 736 | 2026-03-20T18:14:41.430Z | Compiling env_logger v0.10.2 |
| 737 | 2026-03-20T18:14:41.431Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 738 | 2026-03-20T18:14:41.790Z | Compiling deranged v0.3.11 |
| 739 | 2026-03-20T18:14:42.515Z | Compiling addr2line v0.24.2 |
| 740 | 2026-03-20T18:14:42.565Z | Compiling pin-project v1.1.6 |
| 741 | 2026-03-20T18:14:42.661Z | Compiling daft v0.1.1 |
| 742 | 2026-03-20T18:14:42.690Z | Compiling tempfile v3.20.0 |
| 743 | 2026-03-20T18:14:42.728Z | Compiling toml_edit v0.19.15 |
| 744 | 2026-03-20T18:14:42.928Z | Compiling dirs-next v2.0.0 |
| 745 | 2026-03-20T18:14:42.944Z | Compiling strum v0.26.3 |
| 746 | 2026-03-20T18:14:42.944Z | Compiling rsa v0.9.6 |
| 747 | 2026-03-20T18:14:42.959Z | Compiling url v2.5.3 |
| 748 | 2026-03-20T18:14:43.069Z | Compiling hyper-util v0.1.10 |
| 749 | 2026-03-20T18:14:43.082Z | Compiling hashbrown v0.13.2 |
| 750 | 2026-03-20T18:14:43.345Z | Compiling serde-hex v0.1.0 |
| 751 | 2026-03-20T18:14:43.691Z | Compiling unicode-normalization v0.1.24 |
| 752 | 2026-03-20T18:14:43.919Z | Compiling bzip2 v0.4.4 |
| 753 | 2026-03-20T18:14:44.048Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 754 | 2026-03-20T18:14:44.375Z | Compiling serde_urlencoded v0.7.1 |
| 755 | 2026-03-20T18:14:44.408Z | Compiling xattr v1.3.1 |
| 756 | 2026-03-20T18:14:44.909Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 757 | 2026-03-20T18:14:44.993Z | Compiling tokio-util v0.7.13 |
| 758 | 2026-03-20T18:14:44.993Z | Compiling http-body-util v0.1.2 |
| 759 | 2026-03-20T18:14:44.993Z | Compiling futures-executor v0.3.31 |
| 760 | 2026-03-20T18:14:45.036Z | Compiling x509-cert v0.2.5 |
| 761 | 2026-03-20T18:14:45.077Z | Compiling snafu-derive v0.8.5 |
| 762 | 2026-03-20T18:14:45.130Z | Compiling filetime v0.2.25 |
| 763 | 2026-03-20T18:14:45.527Z | Compiling object v0.36.5 |
| 764 | 2026-03-20T18:14:45.574Z | Compiling bstr v1.10.0 |
| 765 | 2026-03-20T18:14:45.668Z | Compiling fs-err v2.11.0 |
| 766 | 2026-03-20T18:14:46.065Z | Compiling thread_local v1.1.8 |
| 767 | 2026-03-20T18:14:46.109Z | Compiling iana-time-zone v0.1.61 |
| 768 | 2026-03-20T18:14:46.270Z | Compiling same-file v1.0.6 |
| 769 | 2026-03-20T18:14:46.499Z | Compiling ipnet v2.10.1 |
| 770 | 2026-03-20T18:14:46.631Z | Compiling arc-swap v1.7.1 |
| 771 | 2026-03-20T18:14:46.827Z | Compiling crc-any v2.5.0 |
| 772 | 2026-03-20T18:14:47.085Z | Compiling winnow v0.7.3 |
| 773 | 2026-03-20T18:14:47.148Z | Compiling anyhow v1.0.96 |
| 774 | 2026-03-20T18:14:47.233Z | Compiling slog-async v2.8.0 |
| 775 | 2026-03-20T18:14:47.408Z | Compiling buf-list v1.0.3 |
| 776 | 2026-03-20T18:14:47.428Z | Compiling mime v0.3.17 |
| 777 | 2026-03-20T18:14:47.516Z | Compiling rustc-demangle v0.1.24 |
| 778 | 2026-03-20T18:14:47.869Z | Compiling reqwest v0.12.12 |
| 779 | 2026-03-20T18:14:48.000Z | Compiling snafu v0.8.5 |
| 780 | 2026-03-20T18:14:48.000Z | Compiling slog-scope v4.4.0 |
| 781 | 2026-03-20T18:14:48.098Z | Compiling walkdir v2.5.0 |
| 782 | 2026-03-20T18:14:48.240Z | Compiling chrono v0.4.40 |
| 783 | 2026-03-20T18:14:48.448Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 784 | 2026-03-20T18:14:48.717Z | Compiling globset v0.4.15 |
| 785 | 2026-03-20T18:14:49.086Z | Compiling toml_edit v0.22.24 |
| 786 | 2026-03-20T18:14:49.173Z | Compiling backtrace v0.3.74 |
| 787 | 2026-03-20T18:14:49.793Z | Compiling tar v0.4.45 |
| 788 | 2026-03-20T18:14:50.236Z | Compiling futures v0.3.31 |
| 789 | 2026-03-20T18:14:50.317Z | Compiling tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 790 | 2026-03-20T18:14:50.459Z | Compiling crossbeam-channel v0.5.13 |
| 791 | 2026-03-20T18:14:50.491Z | Compiling toml v0.7.8 |
| 792 | 2026-03-20T18:14:53.776Z | Compiling olpc-cjson v0.1.4 |
| 793 | 2026-03-20T18:14:53.878Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 794 | 2026-03-20T18:14:53.878Z | Compiling zip v0.6.6 |
| 795 | 2026-03-20T18:14:53.878Z | Compiling object v0.30.4 |
| 796 | 2026-03-20T18:14:53.879Z | Compiling term v0.7.0 |
| 797 | 2026-03-20T18:14:53.879Z | Compiling time v0.3.36 |
| 798 | 2026-03-20T18:14:53.879Z | Compiling pem v3.0.5 |
| 799 | 2026-03-20T18:14:53.879Z | Compiling serde_plain v1.0.2 |
| 800 | 2026-03-20T18:14:53.879Z | Compiling async-recursion v1.1.1 |
| 801 | 2026-03-20T18:14:53.879Z | Compiling async-trait v0.1.86 |
| 802 | 2026-03-20T18:14:53.879Z | Compiling dyn-clone v1.0.18 |
| 803 | 2026-03-20T18:14:53.879Z | Compiling typed-path v0.9.3 |
| 804 | 2026-03-20T18:14:53.879Z | Compiling path-slash v0.1.5 |
| 805 | 2026-03-20T18:14:53.879Z | Compiling take_mut v0.2.2 |
| 806 | 2026-03-20T18:14:53.879Z | Compiling itertools v0.13.0 |
| 807 | 2026-03-20T18:14:53.879Z | Compiling slog-term v2.9.1 |
| 808 | 2026-03-20T18:14:53.879Z | Compiling camino-tempfile v1.4.1 |
| 809 | 2026-03-20T18:14:53.879Z | Compiling toml v0.8.20 |
| 810 | 2026-03-20T18:14:53.879Z | Compiling tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 811 | 2026-03-20T18:14:54.019Z | Compiling slog-stdlog v4.1.1 |
| 812 | 2026-03-20T18:14:54.063Z | Compiling flate2 v1.0.35 |
| 813 | 2026-03-20T18:14:54.127Z | Compiling serde_path_to_error v0.1.16 |
| 814 | 2026-03-20T18:14:54.167Z | Compiling zip v4.2.0 |
| 815 | 2026-03-20T18:14:54.282Z | Compiling debug-ignore v1.0.5 |
| 816 | 2026-03-20T18:14:54.409Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550) |
| 817 | 2026-03-20T18:14:54.433Z | Compiling parse-size v1.1.0 |
| 818 | 2026-03-20T18:14:54.606Z | Compiling indent_write v2.2.0 |
| 819 | 2026-03-20T18:14:54.621Z | Compiling slog-envlogger v2.2.0 |
| 820 | 2026-03-20T18:14:54.621Z | Compiling console v0.15.10 |
| 821 | 2026-03-20T18:14:54.745Z | Compiling humantime v2.1.0 |
| 822 | 2026-03-20T18:15:00.205Z | Compiling rustls-webpki v0.102.8 |
| 823 | 2026-03-20T18:15:03.630Z | Compiling tough v0.20.0 |
| 824 | 2026-03-20T18:15:06.334Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 825 | 2026-03-20T18:15:07.595Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin) |
| 826 | 2026-03-20T18:15:17.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 827 | 2026-03-20T18:15:17.921Z | |
| 828 | 2026-03-20T18:15:17.922Z | real 1:07.179219279 |
| 829 | 2026-03-20T18:15:17.922Z | user 4:51.992840600 |
| 830 | 2026-03-20T18:15:17.925Z | sys 54.567326541 |
| 831 | 2026-03-20T18:15:17.925Z | trap 0.175124021 |
| 832 | 2026-03-20T18:15:17.925Z | tflt 0.661555591 |
| 833 | 2026-03-20T18:15:17.925Z | dflt 0.494550711 |
| 834 | 2026-03-20T18:15:17.925Z | kflt 0.041676867 |
| 835 | 2026-03-20T18:15:17.925Z | lock 5:47.479228507 |
| 836 | 2026-03-20T18:15:17.925Z | slp 18:55.865009786 |
| 837 | 2026-03-20T18:15:17.925Z | lat 32.772984573 |
| 838 | 2026-03-20T18:15:17.926Z | stop 1:04.908995333 |
| 839 | 2026-03-20T18:15:17.926Z | + banner build-all |
| 840 | 2026-03-20T18:15:17.926Z | |
| 841 | 2026-03-20T18:15:17.926Z | ##### # # # # ##### ## # # |
| 842 | 2026-03-20T18:15:17.926Z | # # # # # # # # # # # # |
| 843 | 2026-03-20T18:15:17.926Z | ##### # # # # # # ##### # # # # |
| 844 | 2026-03-20T18:15:17.926Z | # # # # # # # # ###### # # |
| 845 | 2026-03-20T18:15:17.926Z | # # # # # # # # # # # # |
| 846 | 2026-03-20T18:15:17.926Z | ##### #### # ###### ##### # # ###### ###### |
| 847 | 2026-03-20T18:15:17.926Z | |
| 848 | 2026-03-20T18:15:17.926Z | + ptime -m cargo build --all-features --all-targets |
| 849 | 2026-03-20T18:15:18.045Z | Downloading crates ... |
| 850 | 2026-03-20T18:15:18.186Z | Downloaded async-stream v0.3.6 |
| 851 | 2026-03-20T18:15:18.189Z | Downloaded bit-vec v0.6.3 |
| 852 | 2026-03-20T18:15:18.196Z | Downloaded assert_cmd v2.0.16 |
| 853 | 2026-03-20T18:15:18.200Z | Downloaded num_cpus v1.16.0 |
| 854 | 2026-03-20T18:15:18.200Z | Downloaded normalize-line-endings v0.3.0 |
| 855 | 2026-03-20T18:15:18.200Z | Downloaded structmeta-derive v0.3.0 |
| 856 | 2026-03-20T18:15:18.204Z | Downloaded newline-converter v0.3.0 |
| 857 | 2026-03-20T18:15:18.204Z | Downloaded match_cfg v0.1.0 |
| 858 | 2026-03-20T18:15:18.207Z | Downloaded bit-set v0.5.3 |
| 859 | 2026-03-20T18:15:18.211Z | Downloaded waitgroup v0.1.2 |
| 860 | 2026-03-20T18:15:18.211Z | Downloaded async-stream-impl v0.3.6 |
| 861 | 2026-03-20T18:15:18.214Z | Downloaded wait-timeout v0.2.0 |
| 862 | 2026-03-20T18:15:18.214Z | Downloaded sha1 v0.10.6 |
| 863 | 2026-03-20T18:15:18.219Z | Downloaded threadpool v1.8.1 |
| 864 | 2026-03-20T18:15:18.219Z | Downloaded float-cmp v0.10.0 |
| 865 | 2026-03-20T18:15:18.222Z | Downloaded serde_derive_internals v0.29.1 |
| 866 | 2026-03-20T18:15:18.225Z | Downloaded termtree v0.4.1 |
| 867 | 2026-03-20T18:15:18.228Z | Downloaded predicates-tree v1.0.11 |
| 868 | 2026-03-20T18:15:18.231Z | Downloaded structmeta v0.3.0 |
| 869 | 2026-03-20T18:15:18.231Z | Downloaded escape8259 v0.5.3 |
| 870 | 2026-03-20T18:15:18.231Z | Downloaded unarray v0.1.4 |
| 871 | 2026-03-20T18:15:18.231Z | Downloaded quick-error v1.2.3 |
| 872 | 2026-03-20T18:15:18.235Z | Downloaded hostname v0.3.1 |
| 873 | 2026-03-20T18:15:18.235Z | Downloaded doc-comment v0.3.3 |
| 874 | 2026-03-20T18:15:18.235Z | Downloaded slog-bunyan v2.5.0 |
| 875 | 2026-03-20T18:15:18.235Z | Downloaded difflib v0.4.0 |
| 876 | 2026-03-20T18:15:18.251Z | Downloaded rusty-fork v0.3.0 |
| 877 | 2026-03-20T18:15:18.254Z | Downloaded fancy-regex v0.13.0 |
| 878 | 2026-03-20T18:15:18.254Z | Downloaded hostname v0.4.0 |
| 879 | 2026-03-20T18:15:18.258Z | Downloaded predicates-core v1.0.8 |
| 880 | 2026-03-20T18:15:18.261Z | Downloaded predicates v3.1.3 |
| 881 | 2026-03-20T18:15:18.268Z | Downloaded serde_tokenstream v0.2.2 |
| 882 | 2026-03-20T18:15:18.271Z | Downloaded schemars_derive v0.8.22 |
| 883 | 2026-03-20T18:15:18.274Z | Downloaded multer v3.1.0 |
| 884 | 2026-03-20T18:15:18.274Z | Downloaded rand_xorshift v0.3.0 |
| 885 | 2026-03-20T18:15:18.277Z | Downloaded datatest-stable v0.2.9 |
| 886 | 2026-03-20T18:15:18.281Z | Downloaded slog-json v2.6.1 |
| 887 | 2026-03-20T18:15:18.284Z | Downloaded rustls-pemfile v2.2.0 |
| 888 | 2026-03-20T18:15:18.284Z | Downloaded libtest-mimic v0.7.3 |
| 889 | 2026-03-20T18:15:18.287Z | Downloaded tokio-rustls v0.25.0 |
| 890 | 2026-03-20T18:15:18.290Z | Downloaded dropshot_endpoint v0.15.1 |
| 891 | 2026-03-20T18:15:18.295Z | Downloaded uuid v1.12.0 |
| 892 | 2026-03-20T18:15:18.298Z | Downloaded test-strategy v0.4.0 |
| 893 | 2026-03-20T18:15:18.298Z | Downloaded schemars v0.8.22 |
| 894 | 2026-03-20T18:15:18.306Z | Downloaded similar v2.7.0 |
| 895 | 2026-03-20T18:15:18.311Z | Downloaded expectorate v1.1.0 |
| 896 | 2026-03-20T18:15:18.328Z | Downloaded unicode-segmentation v1.12.0 |
| 897 | 2026-03-20T18:15:18.371Z | Downloaded proptest v1.5.0 |
| 898 | 2026-03-20T18:15:18.416Z | Downloaded rustls v0.22.4 |
| 899 | 2026-03-20T18:15:18.426Z | Downloaded dropshot v0.15.1 |
| 900 | 2026-03-20T18:15:18.443Z | Downloaded openapiv3 v2.0.0 |
| 901 | 2026-03-20T18:15:18.516Z | Downloaded encoding_rs v0.8.34 |
| 902 | 2026-03-20T18:15:18.580Z | Compiling num-traits v0.2.19 |
| 903 | 2026-03-20T18:15:18.635Z | Compiling spin v0.9.8 |
| 904 | 2026-03-20T18:15:18.642Z | Compiling indexmap v2.7.1 |
| 905 | 2026-03-20T18:15:18.647Z | Compiling lock_api v0.4.12 |
| 906 | 2026-03-20T18:15:18.647Z | Compiling parking_lot_core v0.9.10 |
| 907 | 2026-03-20T18:15:18.652Z | Compiling scopeguard v1.2.0 |
| 908 | 2026-03-20T18:15:18.655Z | Compiling regex-automata v0.4.8 |
| 909 | 2026-03-20T18:15:18.659Z | Compiling signal-hook-registry v1.4.2 |
| 910 | 2026-03-20T18:15:18.747Z | Compiling lazy_static v1.5.0 |
| 911 | 2026-03-20T18:15:18.786Z | Compiling slog v2.7.0 |
| 912 | 2026-03-20T18:15:18.838Z | Compiling ring v0.17.13 |
| 913 | 2026-03-20T18:15:19.137Z | Compiling bit-vec v0.6.3 |
| 914 | 2026-03-20T18:15:19.271Z | Compiling parking_lot v0.12.3 |
| 915 | 2026-03-20T18:15:19.373Z | Compiling bit-set v0.5.3 |
| 916 | 2026-03-20T18:15:19.428Z | Compiling serde_derive_internals v0.29.1 |
| 917 | 2026-03-20T18:15:19.499Z | Compiling wait-timeout v0.2.0 |
| 918 | 2026-03-20T18:15:19.549Z | Compiling tokio v1.43.0 |
| 919 | 2026-03-20T18:15:19.698Z | Compiling atomic-waker v1.1.2 |
| 920 | 2026-03-20T18:15:19.807Z | Compiling schemars v0.8.22 |
| 921 | 2026-03-20T18:15:19.824Z | Compiling uuid v1.12.0 |
| 922 | 2026-03-20T18:15:19.831Z | Compiling structmeta-derive v0.3.0 |
| 923 | 2026-03-20T18:15:19.961Z | Compiling quick-error v1.2.3 |
| 924 | 2026-03-20T18:15:20.070Z | Compiling rusty-fork v0.3.0 |
| 925 | 2026-03-20T18:15:20.091Z | Compiling num-integer v0.1.46 |
| 926 | 2026-03-20T18:15:20.308Z | Compiling rand_xorshift v0.3.0 |
| 927 | 2026-03-20T18:15:20.480Z | Compiling schemars_derive v0.8.22 |
| 928 | 2026-03-20T18:15:20.487Z | Compiling httpdate v1.0.3 |
| 929 | 2026-03-20T18:15:20.507Z | Compiling unarray v0.1.4 |
| 930 | 2026-03-20T18:15:20.507Z | Compiling num_threads v0.1.7 |
| 931 | 2026-03-20T18:15:20.607Z | Compiling proptest v1.5.0 |
| 932 | 2026-03-20T18:15:20.623Z | Compiling time v0.3.36 |
| 933 | 2026-03-20T18:15:20.763Z | Compiling num-iter v0.1.45 |
| 934 | 2026-03-20T18:15:20.893Z | Compiling num-bigint-dig v0.8.4 |
| 935 | 2026-03-20T18:15:21.242Z | Compiling structmeta v0.3.0 |
| 936 | 2026-03-20T18:15:21.475Z | Compiling test-strategy v0.4.0 |
| 937 | 2026-03-20T18:15:22.487Z | Compiling bstr v1.10.0 |
| 938 | 2026-03-20T18:15:22.547Z | Compiling toml_edit v0.22.24 |
| 939 | 2026-03-20T18:15:23.263Z | Compiling toml_edit v0.19.15 |
| 940 | 2026-03-20T18:15:23.408Z | Compiling tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 941 | 2026-03-20T18:15:24.039Z | Compiling chrono v0.4.40 |
| 942 | 2026-03-20T18:15:24.129Z | Compiling tokio-util v0.7.13 |
| 943 | 2026-03-20T18:15:24.861Z | Compiling h2 v0.4.6 |
| 944 | 2026-03-20T18:15:25.613Z | Compiling rustls-webpki v0.102.8 |
| 945 | 2026-03-20T18:15:25.974Z | Compiling tower v0.5.2 |
| 946 | 2026-03-20T18:15:26.067Z | Compiling rsa v0.9.6 |
| 947 | 2026-03-20T18:15:26.433Z | Compiling regex v1.11.1 |
| 948 | 2026-03-20T18:15:26.450Z | Compiling serde v1.0.218 |
| 949 | 2026-03-20T18:15:26.804Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 950 | 2026-03-20T18:15:26.863Z | Compiling slog-async v2.8.0 |
| 951 | 2026-03-20T18:15:26.997Z | Compiling slog-term v2.9.1 |
| 952 | 2026-03-20T18:15:27.074Z | Compiling rustls v0.23.19 |
| 953 | 2026-03-20T18:15:27.110Z | Compiling toml v0.7.8 |
| 954 | 2026-03-20T18:15:27.551Z | Compiling hyper v1.5.2 |
| 955 | 2026-03-20T18:15:27.667Z | Compiling toml v0.8.20 |
| 956 | 2026-03-20T18:15:27.677Z | Compiling globset v0.4.15 |
| 957 | 2026-03-20T18:15:27.815Z | Compiling unicode-width v0.2.0 |
| 958 | 2026-03-20T18:15:27.903Z | Compiling semver v1.0.25 |
| 959 | 2026-03-20T18:15:28.165Z | Compiling rustls v0.22.4 |
| 960 | 2026-03-20T18:15:28.297Z | Compiling console v0.15.10 |
| 961 | 2026-03-20T18:15:28.414Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550) |
| 962 | 2026-03-20T18:15:28.575Z | Compiling slog-scope v4.4.0 |
| 963 | 2026-03-20T18:15:28.882Z | Compiling hyper-util v0.1.10 |
| 964 | 2026-03-20T18:15:28.911Z | Compiling tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 965 | 2026-03-20T18:15:28.948Z | Compiling zip v4.2.0 |
| 966 | 2026-03-20T18:15:29.141Z | Compiling multer v3.1.0 |
| 967 | 2026-03-20T18:15:29.176Z | Compiling match_cfg v0.1.0 |
| 968 | 2026-03-20T18:15:29.248Z | Compiling hostname v0.3.1 |
| 969 | 2026-03-20T18:15:29.399Z | Compiling slog-stdlog v4.1.1 |
| 970 | 2026-03-20T18:15:29.835Z | Compiling slog-json v2.6.1 |
| 971 | 2026-03-20T18:15:30.013Z | Compiling reqwest v0.12.12 |
| 972 | 2026-03-20T18:15:30.065Z | Compiling async-stream-impl v0.3.6 |
| 973 | 2026-03-20T18:15:30.377Z | Compiling num_cpus v1.16.0 |
| 974 | 2026-03-20T18:15:30.456Z | Compiling dropshot v0.15.1 |
| 975 | 2026-03-20T18:15:30.472Z | Compiling encoding_rs v0.8.34 |
| 976 | 2026-03-20T18:15:30.722Z | Compiling predicates-core v1.0.8 |
| 977 | 2026-03-20T18:15:30.824Z | Compiling doc-comment v0.3.3 |
| 978 | 2026-03-20T18:15:30.865Z | Compiling async-stream v0.3.6 |
| 979 | 2026-03-20T18:15:30.980Z | Compiling threadpool v1.8.1 |
| 980 | 2026-03-20T18:15:31.065Z | Compiling slog-bunyan v2.5.0 |
| 981 | 2026-03-20T18:15:31.184Z | Compiling tough v0.20.0 |
| 982 | 2026-03-20T18:15:31.276Z | Compiling slog-envlogger v2.2.0 |
| 983 | 2026-03-20T18:15:31.483Z | Compiling serde_tokenstream v0.2.2 |
| 984 | 2026-03-20T18:15:31.604Z | Compiling sha1 v0.10.6 |
| 985 | 2026-03-20T18:15:31.735Z | Compiling float-cmp v0.10.0 |
| 986 | 2026-03-20T18:15:31.814Z | Compiling dropshot_endpoint v0.15.1 |
| 987 | 2026-03-20T18:15:31.879Z | Compiling tokio-rustls v0.25.0 |
| 988 | 2026-03-20T18:15:32.143Z | Compiling rustls-pemfile v2.2.0 |
| 989 | 2026-03-20T18:15:32.372Z | Compiling waitgroup v0.1.2 |
| 990 | 2026-03-20T18:15:32.526Z | Compiling openapiv3 v2.0.0 |
| 991 | 2026-03-20T18:15:32.545Z | Compiling hostname v0.4.0 |
| 992 | 2026-03-20T18:15:32.704Z | Compiling difflib v0.4.0 |
| 993 | 2026-03-20T18:15:32.850Z | Compiling normalize-line-endings v0.3.0 |
| 994 | 2026-03-20T18:15:32.961Z | Compiling termtree v0.4.1 |
| 995 | 2026-03-20T18:15:33.098Z | Compiling assert_cmd v2.0.16 |
| 996 | 2026-03-20T18:15:33.415Z | Compiling escape8259 v0.5.3 |
| 997 | 2026-03-20T18:15:33.625Z | Compiling libtest-mimic v0.7.3 |
| 998 | 2026-03-20T18:15:33.648Z | Compiling predicates-tree v1.0.11 |
| 999 | 2026-03-20T18:15:33.945Z | Compiling predicates v3.1.3 |
| 1000 | 2026-03-20T18:15:34.162Z | Compiling fancy-regex v0.13.0 |
| 1001 | 2026-03-20T18:15:34.386Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 1002 | 2026-03-20T18:15:34.815Z | Compiling datatest-stable v0.2.9 |
| 1003 | 2026-03-20T18:15:35.068Z | Compiling unicode-segmentation v1.12.0 |
| 1004 | 2026-03-20T18:15:35.185Z | Compiling similar v2.7.0 |
| 1005 | 2026-03-20T18:15:35.501Z | Compiling newline-converter v0.3.0 |
| 1006 | 2026-03-20T18:15:35.755Z | Compiling expectorate v1.1.0 |
| 1007 | 2026-03-20T18:15:35.875Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin) |
| 1008 | 2026-03-20T18:15:52.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s |
| 1009 | 2026-03-20T18:15:52.373Z | |
| 1010 | 2026-03-20T18:15:52.379Z | real 34.434370871 |
| 1011 | 2026-03-20T18:15:52.379Z | user 2:52.511888181 |
| 1012 | 2026-03-20T18:15:52.379Z | sys 24.840797034 |
| 1013 | 2026-03-20T18:15:52.379Z | trap 0.086402974 |
| 1014 | 2026-03-20T18:15:52.379Z | tflt 0.050819948 |
| 1015 | 2026-03-20T18:15:52.380Z | dflt 0.204297096 |
| 1016 | 2026-03-20T18:15:52.380Z | kflt 0.000025402 |
| 1017 | 2026-03-20T18:15:52.380Z | lock 4:39.275297651 |
| 1018 | 2026-03-20T18:15:52.380Z | slp 12:43.599544498 |
| 1019 | 2026-03-20T18:15:52.380Z | lat 7.079609845 |
| 1020 | 2026-03-20T18:15:52.380Z | stop 11.634067150 |
| 1021 | 2026-03-20T18:15:52.380Z | + banner test |
| 1022 | 2026-03-20T18:15:52.380Z | |
| 1023 | 2026-03-20T18:15:52.380Z | ##### ###### #### ##### |
| 1024 | 2026-03-20T18:15:52.380Z | # # # # |
| 1025 | 2026-03-20T18:15:52.380Z | # ##### #### # |
| 1026 | 2026-03-20T18:15:52.380Z | # # # # |
| 1027 | 2026-03-20T18:15:52.380Z | # # # # # |
| 1028 | 2026-03-20T18:15:52.380Z | # ###### #### # |
| 1029 | 2026-03-20T18:15:52.380Z | |
| 1030 | 2026-03-20T18:15:52.380Z | + ptime -m cargo nextest run --all-features --all-targets |
| 1031 | 2026-03-20T18:15:53.076Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
| 1032 | 2026-03-20T18:15:53.141Z | ──────────── |
| 1033 | 2026-03-20T18:15:53.141Z | Nextest run ID 7ffbd40a-8211-497a-b48c-ab5fd59aa0e6 with nextest profile: default |
| 1034 | 2026-03-20T18:15:53.141Z | Starting 21 tests across 7 binaries |
| 1035 | 2026-03-20T18:15:53.154Z | PASS [ 0.009s] ( 1/21) tufaceous-artifact artifact::tests::display_respects_padding |
| 1036 | 2026-03-20T18:15:53.159Z | PASS [ 0.008s] ( 2/21) tufaceous-artifact kind::tests::display_respects_padding |
| 1037 | 2026-03-20T18:15:53.164Z | PASS [ 0.026s] ( 3/21) tufaceous::integration-tests command_tests::test_assemble_duplicate_artifact |
| 1038 | 2026-03-20T18:15:53.164Z | PASS [ 0.009s] ( 4/21) tufaceous-artifact kind::tests::known_artifact_kind_roundtrip |
| 1039 | 2026-03-20T18:15:53.168Z | PASS [ 0.029s] ( 5/21) tufaceous::integration-tests command_tests::test_assemble_duplicate_artifact_2 |
| 1040 | 2026-03-20T18:15:53.174Z | PASS [ 0.008s] ( 6/21) tufaceous-artifact version::tests::display_respects_padding |
| 1041 | 2026-03-20T18:15:53.178Z | PASS [ 0.008s] ( 7/21) tufaceous-artifact kind::tests::serde_artifact_kind |
| 1042 | 2026-03-20T18:15:53.227Z | PASS [ 0.054s] ( 8/21) tufaceous-artifact version::tests::proptest_version_serde_roundtrip |
| 1043 | 2026-03-20T18:15:53.234Z | PASS [ 0.056s] ( 9/21) tufaceous-artifact version::tests::proptest_valid_version |
| 1044 | 2026-03-20T18:15:53.234Z | PASS [ 0.065s] (10/21) tufaceous-artifact version::tests::proptest_invalid_version |
| 1045 | 2026-03-20T18:15:53.240Z | PASS [ 0.008s] (11/21) tufaceous-artifact version::tests::schema |
| 1046 | 2026-03-20T18:15:53.240Z | PASS [ 0.008s] (12/21) tufaceous-brand-metadata tests::test_deserialize |
| 1047 | 2026-03-20T18:15:53.248Z | PASS [ 0.008s] (13/21) tufaceous-lib archive::tests::test_validate_path |
| 1048 | 2026-03-20T18:15:53.256Z | PASS [ 0.013s] (14/21) tufaceous-lib assemble::manifest::tests::fake_roundtrip |
| 1049 | 2026-03-20T18:15:53.261Z | PASS [ 0.013s] (15/21) tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
| 1050 | 2026-03-20T18:15:53.289Z | PASS [ 0.149s] (16/21) tufaceous::integration-tests command_tests::test_assemble_duplicate_zone |
| 1051 | 2026-03-20T18:15:53.743Z | PASS [ 0.602s] (17/21) tufaceous::manifest-tests check_manifest::fake.toml |
| 1052 | 2026-03-20T18:15:53.752Z | PASS [ 0.604s] (18/21) tufaceous::manifest-tests check_manifest::fake-non-semver.toml |
| 1053 | 2026-03-20T18:15:53.831Z | PASS [ 0.693s] (19/21) tufaceous::integration-tests command_tests::test_assemble_fake |
| 1054 | 2026-03-20T18:15:53.950Z | PASS [ 0.714s] (20/21) tufaceous-lib repository::tests::load_trusted |
| 1055 | 2026-03-20T18:15:54.435Z | PASS [ 1.291s] (21/21) tufaceous::integration-tests command_tests::test_assemble_fake_non_semver |
| 1056 | 2026-03-20T18:15:54.445Z | ──────────── |
| 1057 | 2026-03-20T18:15:54.445Z | Summary [ 1.292s] 21 tests run: 21 passed, 0 skipped |
| 1058 | 2026-03-20T18:15:54.446Z | |
| 1059 | 2026-03-20T18:15:54.446Z | real 2.056513033 |
| 1060 | 2026-03-20T18:15:54.446Z | user 4.658284064 |
| 1061 | 2026-03-20T18:15:54.446Z | sys 0.517048868 |
| 1062 | 2026-03-20T18:15:54.446Z | trap 0.002173706 |
| 1063 | 2026-03-20T18:15:54.446Z | tflt 0.001525827 |
| 1064 | 2026-03-20T18:15:54.446Z | dflt 0.000359816 |
| 1065 | 2026-03-20T18:15:54.446Z | kflt 0.000008200 |
| 1066 | 2026-03-20T18:15:54.446Z | lock 42.188276445 |
| 1067 | 2026-03-20T18:15:54.446Z | slp 10.804263064 |
| 1068 | 2026-03-20T18:15:54.446Z | lat 0.214047350 |
| 1069 | 2026-03-20T18:15:54.446Z | stop 0.294425172 |
| 1070 | 2026-03-20T18:15:54.446Z | + banner doctest |
| 1071 | 2026-03-20T18:15:54.446Z | |
| 1072 | 2026-03-20T18:15:54.446Z | ##### #### #### ##### ###### #### ##### |
| 1073 | 2026-03-20T18:15:54.446Z | # # # # # # # # # # |
| 1074 | 2026-03-20T18:15:54.446Z | # # # # # # ##### #### # |
| 1075 | 2026-03-20T18:15:54.446Z | # # # # # # # # # |
| 1076 | 2026-03-20T18:15:54.446Z | # # # # # # # # # # # |
| 1077 | 2026-03-20T18:15:54.446Z | ##### #### #### # ###### #### # |
| 1078 | 2026-03-20T18:15:54.446Z | |
| 1079 | 2026-03-20T18:15:54.446Z | + ptime -m cargo test --doc --all-features |
| 1080 | 2026-03-20T18:15:54.696Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
| 1081 | 2026-03-20T18:15:54.722Z | Doc-tests tufaceous |
| 1082 | 2026-03-20T18:15:54.931Z | |
| 1083 | 2026-03-20T18:15:54.931Z | running 0 tests |
| 1084 | 2026-03-20T18:15:54.931Z | |
| 1085 | 2026-03-20T18:15:54.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1086 | 2026-03-20T18:15:54.932Z | |
| 1087 | 2026-03-20T18:15:54.944Z | Doc-tests tufaceous_artifact |
| 1088 | 2026-03-20T18:15:55.085Z | |
| 1089 | 2026-03-20T18:15:55.085Z | running 0 tests |
| 1090 | 2026-03-20T18:15:55.085Z | |
| 1091 | 2026-03-20T18:15:55.085Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1092 | 2026-03-20T18:15:55.085Z | |
| 1093 | 2026-03-20T18:15:55.096Z | Doc-tests tufaceous_brand_metadata |
| 1094 | 2026-03-20T18:15:55.188Z | |
| 1095 | 2026-03-20T18:15:55.188Z | running 0 tests |
| 1096 | 2026-03-20T18:15:55.188Z | |
| 1097 | 2026-03-20T18:15:55.188Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1098 | 2026-03-20T18:15:55.188Z | |
| 1099 | 2026-03-20T18:15:55.196Z | Doc-tests tufaceous_lib |
| 1100 | 2026-03-20T18:15:55.421Z | |
| 1101 | 2026-03-20T18:15:55.421Z | running 0 tests |
| 1102 | 2026-03-20T18:15:55.421Z | |
| 1103 | 2026-03-20T18:15:55.421Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1104 | 2026-03-20T18:15:55.421Z | |
| 1105 | 2026-03-20T18:15:55.460Z | |
| 1106 | 2026-03-20T18:15:55.478Z | real 1.000343320 |
| 1107 | 2026-03-20T18:15:55.478Z | user 0.597011554 |
| 1108 | 2026-03-20T18:15:55.478Z | sys 0.354950763 |
| 1109 | 2026-03-20T18:15:55.478Z | trap 0.000162554 |
| 1110 | 2026-03-20T18:15:55.478Z | tflt 0.000002680 |
| 1111 | 2026-03-20T18:15:55.478Z | dflt 0.000004600 |
| 1112 | 2026-03-20T18:15:55.478Z | kflt 0.000000000 |
| 1113 | 2026-03-20T18:15:55.478Z | lock 0.023250490 |
| 1114 | 2026-03-20T18:15:55.478Z | slp 1.141771937 |
| 1115 | 2026-03-20T18:15:55.478Z | lat 0.000913206 |
| 1116 | 2026-03-20T18:15:55.479Z | stop 0.000209779 |
| 1117 | 2026-03-20T18:15:55.479Z | process exited: duration 179703 ms, exit code 0 |
| |
| 1118 | 2026-03-20T18:15:55.494Z | found 0 output files |