|
|
|
| 1 | 2026-04-30T16:59:01.792Z | job assigned to worker 01KQFN70K6717C9JHFWYKN1HR9 [factory aws, i-086328c8db2ae260a] (queued for 1 m 1 s) |
| |
| 2 | 2026-04-30T16:59:08.402Z | starting task 0: "setup" |
| 3 | 2026-04-30T16:59:08.406Z | ++ uname -s |
| 4 | 2026-04-30T16:59:08.410Z | + kern=SunOS |
| 5 | 2026-04-30T16:59:08.410Z | + build_user=build |
| 6 | 2026-04-30T16:59:08.410Z | + build_uid=12345 |
| 7 | 2026-04-30T16:59:08.410Z | + work_dir=/work |
| 8 | 2026-04-30T16:59:08.410Z | + input_dir=/input |
| 9 | 2026-04-30T16:59:08.410Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-30T16:59:08.410Z | + case "$kern" in |
| 11 | 2026-04-30T16:59:08.410Z | + groupadd -g 12345 build |
| 12 | 2026-04-30T16:59:08.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-30T16:59:10.417Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-30T16:59:10.531Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-30T16:59:10.534Z | + home_fs=zfs |
| 16 | 2026-04-30T16:59:10.534Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-30T16:59:10.534Z | + mkdir -p /home/build |
| 18 | 2026-04-30T16:59:10.534Z | + chown build:build /home/build /work |
| 19 | 2026-04-30T16:59:11.535Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-30T16:59:11.539Z | process exited: duration 3136 ms, exit code 0 |
| |
| 21 | 2026-04-30T16:59:11.546Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-30T16:59:11.552Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-30T16:59:11.552Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-30T16:59:11.552Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-30T16:59:11.552Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-04-30T16:59:11.552Z | * rust toolchain profile = "default" |
| 27 | 2026-04-30T16:59:11.553Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-30T16:59:11.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-30T16:59:11.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-30T16:59:11.670Z | info: downloading installer |
| 31 | 2026-04-30T16:59:13.043Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-30T16:59:13.043Z | warn: /opt/ooce/bin |
| 33 | 2026-04-30T16:59:13.043Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-30T16:59:13.043Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-30T16:59:13.043Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-30T16:59:13.044Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-30T16:59:13.044Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-30T16:59:13.044Z | error: cannot install while Rust is installed |
| 39 | 2026-04-30T16:59:13.044Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-30T16:59:13.044Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-30T16:59:13.044Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-30T16:59:13.044Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-30T16:59:13.044Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-30T16:59:13.055Z | info: profile set to default |
| 45 | 2026-04-30T16:59:13.055Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-30T16:59:13.059Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-30T16:59:13.201Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-30T16:59:13.210Z | info: downloading 6 components |
| 49 | 2026-04-30T16:59:27.441Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-30T16:59:27.441Z | |
| 51 | 2026-04-30T16:59:27.475Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-30T16:59:27.475Z | |
| 53 | 2026-04-30T16:59:27.475Z | |
| 54 | 2026-04-30T16:59:27.479Z | Rust is installed now. Great! |
| 55 | 2026-04-30T16:59:27.479Z | |
| 56 | 2026-04-30T16:59:27.479Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-30T16:59:27.479Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-30T16:59:27.479Z | |
| 59 | 2026-04-30T16:59:27.479Z | To configure your current shell, you need to source |
| 60 | 2026-04-30T16:59:27.479Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-30T16:59:27.479Z | |
| 62 | 2026-04-30T16:59:27.479Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-30T16:59:27.479Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-30T16:59:27.479Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-30T16:59:27.479Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-30T16:59:27.479Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-30T16:59:27.479Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-30T16:59:27.479Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-30T16:59:27.479Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-30T16:59:27.480Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-30T16:59:27.577Z | + rustup --version |
| 72 | 2026-04-30T16:59:27.585Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-30T16:59:27.589Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-30T16:59:27.682Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-30T16:59:27.701Z | + cargo --version |
| 76 | 2026-04-30T16:59:27.721Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-30T16:59:27.721Z | + rustc --version |
| 78 | 2026-04-30T16:59:27.721Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-30T16:59:27.721Z | process exited: duration 16097 ms, exit code 0 |
| |
| 80 | 2026-04-30T16:59:27.875Z | starting task 2: "authentication" |
| 81 | 2026-04-30T16:59:27.898Z | process exited: duration 22 ms, exit code 0 |
| |
| 82 | 2026-04-30T16:59:27.908Z | starting task 3: "clone repository" |
| 83 | 2026-04-30T16:59:27.912Z | + mkdir -p /work/oxidecomputer/tufaceous |
| 84 | 2026-04-30T16:59:27.916Z | + git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous |
| 85 | 2026-04-30T16:59:27.952Z | Cloning into '/work/oxidecomputer/tufaceous'... |
| 86 | 2026-04-30T16:59:29.008Z | + cd /work/oxidecomputer/tufaceous |
| 87 | 2026-04-30T16:59:29.008Z | + git fetch origin 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b |
| 88 | 2026-04-30T16:59:29.426Z | From https://github.com/oxidecomputer/tufaceous |
| 89 | 2026-04-30T16:59:29.426Z | * branch 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b -> FETCH_HEAD |
| 90 | 2026-04-30T16:59:29.434Z | + [[ -n iliana/tough-0.22 ]] |
| 91 | 2026-04-30T16:59:29.434Z | ++ git branch --show-current |
| 92 | 2026-04-30T16:59:29.442Z | + current=main |
| 93 | 2026-04-30T16:59:29.442Z | + [[ main != iliana/tough-0.22 ]] |
| 94 | 2026-04-30T16:59:29.442Z | + git branch -f iliana/tough-0.22 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b |
| 95 | 2026-04-30T16:59:29.442Z | + git checkout -f iliana/tough-0.22 |
| 96 | 2026-04-30T16:59:29.442Z | Switched to branch 'iliana/tough-0.22' |
| 97 | 2026-04-30T16:59:29.458Z | + git reset --hard 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b |
| 98 | 2026-04-30T16:59:29.458Z | HEAD is now at 588f0e1 update tough, dropshot, aws-lc-rs, others |
| 99 | 2026-04-30T16:59:29.458Z | process exited: duration 1538 ms, exit code 0 |
| |
| 100 | 2026-04-30T16:59:29.472Z | starting task 4: "build" |
| 101 | 2026-04-30T16:59:29.482Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-04-30T16:59:29.482Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-04-30T16:59:29.482Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-04-30T16:59:29.482Z | ++ export 'RUSTFLAGS=-D warnings' |
| 105 | 2026-04-30T16:59:29.482Z | ++ RUSTFLAGS='-D warnings' |
| 106 | 2026-04-30T16:59:29.482Z | ++ export CARGO_INCREMENTAL=0 |
| 107 | 2026-04-30T16:59:29.482Z | ++ CARGO_INCREMENTAL=0 |
| 108 | 2026-04-30T16:59:29.482Z | +++ uname -s |
| 109 | 2026-04-30T16:59:29.482Z | ++ HOST_OS=SunOS |
| 110 | 2026-04-30T16:59:29.482Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 111 | 2026-04-30T16:59:29.482Z | ++ CLANGVER=15 |
| 112 | 2026-04-30T16:59:29.482Z | ++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15 |
| 113 | 2026-04-30T16:59:38.661Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 114 | 2026-04-30T16:59:45.539Z | Startup: Caching catalogs ... Done |
| 115 | 2026-04-30T16:59:51.964Z | Planning: Solver setup ... Done (4.977s) |
| 116 | 2026-04-30T16:59:51.999Z | Planning: Running solver ... Done (0.035s) |
| 117 | 2026-04-30T16:59:52.130Z | Planning: Finding local manifests ... Done (0.003s) |
| 118 | 2026-04-30T16:59:52.143Z | Planning: Fetching manifests: 0/3 0% complete |
| 119 | 2026-04-30T16:59:52.230Z | Planning: Fetching manifests: 3/3 100% complete |
| 120 | 2026-04-30T16:59:52.260Z | Planning: Package planning ... Done (0.030s) |
| 121 | 2026-04-30T16:59:52.286Z | Planning: Merging actions ... Done (0.026s) |
| 122 | 2026-04-30T16:59:52.394Z | Planning: Checking for conflicting actions ... Done (0.108s) |
| 123 | 2026-04-30T16:59:52.400Z | Planning: Consolidating action changes ... Done (0.006s) |
| 124 | 2026-04-30T16:59:53.180Z | Planning: Evaluating mediators ... Done (0.779s) |
| 125 | 2026-04-30T16:59:53.185Z | Planning: Planning completed in 7.48 seconds |
| 126 | 2026-04-30T16:59:53.196Z | Packages to install: 3 |
| 127 | 2026-04-30T16:59:53.196Z | Mediators to change: 2 |
| 128 | 2026-04-30T16:59:53.196Z | Services to change: 1 |
| 129 | 2026-04-30T16:59:53.200Z | Estimated space available: 155.47 GB |
| 130 | 2026-04-30T16:59:53.200Z | Estimated space to be consumed: 1.85 GB |
| 131 | 2026-04-30T16:59:53.201Z | Create boot environment: No |
| 132 | 2026-04-30T16:59:53.201Z | Create backup boot environment: No |
| 133 | 2026-04-30T16:59:53.201Z | Rebuild boot archive: No |
| 134 | 2026-04-30T16:59:53.201Z | |
| 135 | 2026-04-30T16:59:53.201Z | Changed mediators: |
| 136 | 2026-04-30T16:59:53.201Z | mediator clang: |
| 137 | 2026-04-30T16:59:53.201Z | version: None -> 15 (system default) |
| 138 | 2026-04-30T16:59:53.201Z | |
| 139 | 2026-04-30T16:59:53.201Z | mediator llvm: |
| 140 | 2026-04-30T16:59:53.201Z | version: 14 (system default) -> 15 (system default) |
| 141 | 2026-04-30T16:59:53.201Z | |
| 142 | 2026-04-30T16:59:53.201Z | Changed packages: |
| 143 | 2026-04-30T16:59:53.201Z | helios-dev |
| 144 | 2026-04-30T16:59:53.201Z | developer/build-essential |
| 145 | 2026-04-30T16:59:53.201Z | None -> 11-2.0 |
| 146 | 2026-04-30T16:59:53.201Z | ooce/developer/clang-15 |
| 147 | 2026-04-30T16:59:53.201Z | None -> 15.0.7-2.0 |
| 148 | 2026-04-30T16:59:53.201Z | ooce/developer/llvm-15 |
| 149 | 2026-04-30T16:59:53.201Z | None -> 15.0.7-2.0 |
| 150 | 2026-04-30T16:59:53.201Z | |
| 151 | 2026-04-30T16:59:53.201Z | Services: |
| 152 | 2026-04-30T16:59:53.202Z | restart_fmri: |
| 153 | 2026-04-30T16:59:53.202Z | svc:/system/update-man-index:default |
| 154 | 2026-04-30T16:59:53.239Z | |
| 155 | 2026-04-30T16:59:53.239Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 156 | 2026-04-30T16:59:58.240Z | Download: 2888/3076 items 124.3/211.3MB 58% complete (24.7M/s) |
| 157 | 2026-04-30T16:59:59.675Z | Download: Completed 211.31 MB in 6.44 seconds (32.8M/s) |
| 158 | 2026-04-30T16:59:59.920Z | Actions: 1/3430 actions (Installing new actions) |
| 159 | 2026-04-30T17:00:03.030Z | Actions: Completed 3430 actions in 3.11 seconds. |
| 160 | 2026-04-30T17:00:03.697Z | Done (0.663s) |
| 161 | 2026-04-30T17:00:03.697Z | Done (0.000s) |
| 162 | 2026-04-30T17:00:04.529Z | Done (0.719s) |
| 163 | 2026-04-30T17:00:07.323Z | Done (2.558s) |
| 164 | 2026-04-30T17:00:07.400Z | Done (0.012s) |
| 165 | 2026-04-30T17:00:07.403Z | Done (0.000s) |
| 166 | 2026-04-30T17:00:07.628Z | Done (0.000s) |
| 167 | 2026-04-30T17:00:08.298Z | ++ (( rc != 4 && rc != 0 )) |
| 168 | 2026-04-30T17:00:08.298Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 169 | 2026-04-30T17:00:08.492Z | Planning: Evaluating mediator changes ... Done |
| 170 | 2026-04-30T17:00:08.601Z | Planning: Checking for conflicting actions ... Done |
| 171 | 2026-04-30T17:00:08.604Z | Planning: Consolidating action changes ... Done |
| 172 | 2026-04-30T17:00:08.763Z | Planning: Evaluating mediators ... Done |
| 173 | 2026-04-30T17:00:08.767Z | Planning: Planning completed in 0.27 seconds |
| 174 | 2026-04-30T17:00:08.784Z | Mediators to change: 2 |
| 175 | 2026-04-30T17:00:08.784Z | Create boot environment: No |
| 176 | 2026-04-30T17:00:08.784Z | Create backup boot environment: No |
| 177 | 2026-04-30T17:00:08.856Z | Done |
| 178 | 2026-04-30T17:00:08.856Z | Done |
| 179 | 2026-04-30T17:00:09.468Z | Done |
| 180 | 2026-04-30T17:00:11.935Z | Done |
| 181 | 2026-04-30T17:00:12.009Z | Done |
| 182 | 2026-04-30T17:00:12.010Z | Done |
| 183 | 2026-04-30T17:00:12.153Z | Done |
| 184 | 2026-04-30T17:00:12.226Z | + cargo --version |
| 185 | 2026-04-30T17:00:12.234Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 186 | 2026-04-30T17:00:12.237Z | + rustc --version |
| 187 | 2026-04-30T17:00:12.257Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 188 | 2026-04-30T17:00:12.260Z | + banner clippy |
| 189 | 2026-04-30T17:00:12.263Z | |
| 190 | 2026-04-30T17:00:12.263Z | #### # # ##### ##### # # |
| 191 | 2026-04-30T17:00:12.263Z | # # # # # # # # # # |
| 192 | 2026-04-30T17:00:12.263Z | # # # # # # # # |
| 193 | 2026-04-30T17:00:12.263Z | # # # ##### ##### # |
| 194 | 2026-04-30T17:00:12.263Z | # # # # # # # |
| 195 | 2026-04-30T17:00:12.263Z | #### ###### # # # # |
| 196 | 2026-04-30T17:00:12.263Z | |
| 197 | 2026-04-30T17:00:12.263Z | + ptime -m cargo clippy --all-features --all-targets |
| 198 | 2026-04-30T17:00:12.400Z | Updating crates.io index |
| 199 | 2026-04-30T17:00:12.436Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 200 | 2026-04-30T17:00:13.312Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 201 | 2026-04-30T17:00:13.711Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 202 | 2026-04-30T17:00:14.032Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 203 | 2026-04-30T17:00:16.016Z | Downloading crates ... |
| 204 | 2026-04-30T17:00:16.074Z | Downloaded adler2 v2.0.0 |
| 205 | 2026-04-30T17:00:16.083Z | Downloaded errno v0.3.13 |
| 206 | 2026-04-30T17:00:16.086Z | Downloaded futures-macro v0.3.32 |
| 207 | 2026-04-30T17:00:16.086Z | Downloaded anstream v0.6.15 |
| 208 | 2026-04-30T17:00:16.089Z | Downloaded addr2line v0.24.2 |
| 209 | 2026-04-30T17:00:16.092Z | Downloaded async-compression v0.4.33 |
| 210 | 2026-04-30T17:00:16.101Z | Downloaded find-msvc-tools v0.1.9 |
| 211 | 2026-04-30T17:00:16.109Z | Downloaded env_logger v0.10.2 |
| 212 | 2026-04-30T17:00:16.112Z | Downloaded deranged v0.5.8 |
| 213 | 2026-04-30T17:00:16.112Z | Downloaded ahash v0.8.11 |
| 214 | 2026-04-30T17:00:16.115Z | Downloaded array-init v0.0.4 |
| 215 | 2026-04-30T17:00:16.118Z | Downloaded crc v3.2.1 |
| 216 | 2026-04-30T17:00:16.121Z | Downloaded lazy_static v1.5.0 |
| 217 | 2026-04-30T17:00:16.122Z | Downloaded is-terminal v0.4.13 |
| 218 | 2026-04-30T17:00:16.124Z | Downloaded compression-core v0.4.32 |
| 219 | 2026-04-30T17:00:16.125Z | Downloaded equivalent v1.0.1 |
| 220 | 2026-04-30T17:00:16.125Z | Downloaded indent_write v2.2.0 |
| 221 | 2026-04-30T17:00:16.128Z | Downloaded idna_adapter v1.2.0 |
| 222 | 2026-04-30T17:00:16.128Z | Downloaded crypto-common v0.1.6 |
| 223 | 2026-04-30T17:00:16.128Z | Downloaded async-recursion v1.1.1 |
| 224 | 2026-04-30T17:00:16.131Z | Downloaded cfg-if v1.0.0 |
| 225 | 2026-04-30T17:00:16.134Z | Downloaded cpufeatures v0.2.14 |
| 226 | 2026-04-30T17:00:16.139Z | Downloaded num_cpus v1.16.0 |
| 227 | 2026-04-30T17:00:16.142Z | Downloaded newline-converter v0.3.0 |
| 228 | 2026-04-30T17:00:16.143Z | Downloaded match_cfg v0.1.0 |
| 229 | 2026-04-30T17:00:16.145Z | Downloaded clap_lex v0.7.4 |
| 230 | 2026-04-30T17:00:16.148Z | Downloaded itoa v1.0.11 |
| 231 | 2026-04-30T17:00:16.149Z | Downloaded maybe-uninit v2.0.0 |
| 232 | 2026-04-30T17:00:16.149Z | Downloaded async-stream-impl v0.3.6 |
| 233 | 2026-04-30T17:00:16.152Z | Downloaded heck v0.5.0 |
| 234 | 2026-04-30T17:00:16.152Z | Downloaded generic-array v0.14.7 |
| 235 | 2026-04-30T17:00:16.152Z | Downloaded doc-comment v0.3.3 |
| 236 | 2026-04-30T17:00:16.155Z | Downloaded form_urlencoded v1.2.2 |
| 237 | 2026-04-30T17:00:16.158Z | Downloaded httpdate v1.0.3 |
| 238 | 2026-04-30T17:00:16.158Z | Downloaded fnv v1.0.7 |
| 239 | 2026-04-30T17:00:16.158Z | Downloaded escape8259 v0.5.3 |
| 240 | 2026-04-30T17:00:16.158Z | Downloaded crc-catalog v2.4.0 |
| 241 | 2026-04-30T17:00:16.161Z | Downloaded anstyle-query v1.1.1 |
| 242 | 2026-04-30T17:00:16.161Z | Downloaded dyn-clone v1.0.18 |
| 243 | 2026-04-30T17:00:16.161Z | Downloaded async-stream v0.3.6 |
| 244 | 2026-04-30T17:00:16.164Z | Downloaded multer v3.1.0 |
| 245 | 2026-04-30T17:00:16.164Z | Downloaded olpc-cjson v0.1.4 |
| 246 | 2026-04-30T17:00:16.164Z | Downloaded http-body v1.0.1 |
| 247 | 2026-04-30T17:00:16.167Z | Downloaded nodrop v0.1.14 |
| 248 | 2026-04-30T17:00:16.167Z | Downloaded colorchoice v1.0.2 |
| 249 | 2026-04-30T17:00:16.167Z | Downloaded float-cmp v0.10.0 |
| 250 | 2026-04-30T17:00:16.167Z | Downloaded futures-task v0.3.32 |
| 251 | 2026-04-30T17:00:16.170Z | Downloaded dunce v1.0.5 |
| 252 | 2026-04-30T17:00:16.170Z | Downloaded num_threads v0.1.7 |
| 253 | 2026-04-30T17:00:16.176Z | Downloaded compression-codecs v0.4.32 |
| 254 | 2026-04-30T17:00:16.179Z | Downloaded percent-encoding v2.3.2 |
| 255 | 2026-04-30T17:00:16.179Z | Downloaded fastrand v2.1.1 |
| 256 | 2026-04-30T17:00:16.184Z | Downloaded parse-size v1.1.0 |
| 257 | 2026-04-30T17:00:16.184Z | Downloaded packed_struct_codegen v0.10.1 |
| 258 | 2026-04-30T17:00:16.184Z | Downloaded num-conv v0.2.1 |
| 259 | 2026-04-30T17:00:16.187Z | Downloaded path-slash v0.1.5 |
| 260 | 2026-04-30T17:00:16.187Z | Downloaded futures-sink v0.3.32 |
| 261 | 2026-04-30T17:00:16.187Z | Downloaded icu_provider_macros v1.5.0 |
| 262 | 2026-04-30T17:00:16.190Z | Downloaded block-buffer v0.10.4 |
| 263 | 2026-04-30T17:00:16.190Z | Downloaded packed_struct v0.10.1 |
| 264 | 2026-04-30T17:00:16.193Z | Downloaded fs_extra v1.3.0 |
| 265 | 2026-04-30T17:00:16.193Z | Downloaded predicates v3.1.3 |
| 266 | 2026-04-30T17:00:16.196Z | Downloaded jobserver v0.1.32 |
| 267 | 2026-04-30T17:00:16.197Z | Downloaded camino v1.2.2 |
| 268 | 2026-04-30T17:00:16.197Z | Downloaded buf-list v1.0.3 |
| 269 | 2026-04-30T17:00:16.200Z | Downloaded funty v2.0.0 |
| 270 | 2026-04-30T17:00:16.200Z | Downloaded debug-ignore v1.0.5 |
| 271 | 2026-04-30T17:00:16.203Z | Downloaded filetime v0.2.25 |
| 272 | 2026-04-30T17:00:16.206Z | Downloaded atomic-waker v1.1.2 |
| 273 | 2026-04-30T17:00:16.206Z | Downloaded futures-io v0.3.32 |
| 274 | 2026-04-30T17:00:16.206Z | Downloaded mime v0.3.17 |
| 275 | 2026-04-30T17:00:16.209Z | Downloaded predicates-tree v1.0.11 |
| 276 | 2026-04-30T17:00:16.209Z | Downloaded normalize-line-endings v0.3.0 |
| 277 | 2026-04-30T17:00:16.212Z | Downloaded hex v0.4.3 |
| 278 | 2026-04-30T17:00:16.212Z | Downloaded futures-core v0.3.32 |
| 279 | 2026-04-30T17:00:16.215Z | Downloaded flagset v0.4.6 |
| 280 | 2026-04-30T17:00:16.215Z | Downloaded icu_properties v1.5.1 |
| 281 | 2026-04-30T17:00:16.219Z | Downloaded quick-error v1.2.3 |
| 282 | 2026-04-30T17:00:16.219Z | Downloaded ppv-lite86 v0.2.20 |
| 283 | 2026-04-30T17:00:16.222Z | Downloaded rand_chacha v0.3.1 |
| 284 | 2026-04-30T17:00:16.222Z | Downloaded powerfmt v0.2.0 |
| 285 | 2026-04-30T17:00:16.222Z | Downloaded predicates-core v1.0.8 |
| 286 | 2026-04-30T17:00:16.222Z | Downloaded icu_locid_transform_data v1.5.0 |
| 287 | 2026-04-30T17:00:16.225Z | Downloaded hostname v0.4.2 |
| 288 | 2026-04-30T17:00:16.225Z | Downloaded bit-set v0.5.3 |
| 289 | 2026-04-30T17:00:16.225Z | Downloaded rand_xorshift v0.3.0 |
| 290 | 2026-04-30T17:00:16.228Z | Downloaded byteorder v1.5.0 |
| 291 | 2026-04-30T17:00:16.228Z | Downloaded daft v0.1.1 |
| 292 | 2026-04-30T17:00:16.232Z | Downloaded is_terminal_polyfill v1.70.1 |
| 293 | 2026-04-30T17:00:16.235Z | Downloaded num-iter v0.1.45 |
| 294 | 2026-04-30T17:00:16.235Z | Downloaded digest v0.10.7 |
| 295 | 2026-04-30T17:00:16.235Z | Downloaded async-trait v0.1.89 |
| 296 | 2026-04-30T17:00:16.238Z | Downloaded displaydoc v0.2.5 |
| 297 | 2026-04-30T17:00:16.243Z | Downloaded ipnet v2.10.1 |
| 298 | 2026-04-30T17:00:16.247Z | Downloaded pin-project-internal v1.1.6 |
| 299 | 2026-04-30T17:00:16.250Z | Downloaded litemap v0.7.3 |
| 300 | 2026-04-30T17:00:16.250Z | Downloaded daft-derive v0.1.1 |
| 301 | 2026-04-30T17:00:16.253Z | Downloaded pem v3.0.5 |
| 302 | 2026-04-30T17:00:16.253Z | Downloaded const-oid v0.9.6 |
| 303 | 2026-04-30T17:00:16.256Z | Downloaded icu_locid_transform v1.5.0 |
| 304 | 2026-04-30T17:00:16.256Z | Downloaded lock_api v0.4.12 |
| 305 | 2026-04-30T17:00:16.259Z | Downloaded erased-serde v0.3.31 |
| 306 | 2026-04-30T17:00:16.259Z | Downloaded bit-vec v0.6.3 |
| 307 | 2026-04-30T17:00:16.259Z | Downloaded humantime v2.1.0 |
| 308 | 2026-04-30T17:00:16.262Z | Downloaded bitfield v0.14.0 |
| 309 | 2026-04-30T17:00:16.262Z | Downloaded der_derive v0.7.3 |
| 310 | 2026-04-30T17:00:16.262Z | Downloaded scopeguard v1.2.0 |
| 311 | 2026-04-30T17:00:16.265Z | Downloaded datatest-stable v0.2.9 |
| 312 | 2026-04-30T17:00:16.265Z | Downloaded libm v0.2.8 |
| 313 | 2026-04-30T17:00:16.269Z | Downloaded same-file v1.0.6 |
| 314 | 2026-04-30T17:00:16.272Z | Downloaded httparse v1.9.5 |
| 315 | 2026-04-30T17:00:16.272Z | Downloaded serde_spanned v0.6.8 |
| 316 | 2026-04-30T17:00:16.275Z | Downloaded serde_plain v1.0.2 |
| 317 | 2026-04-30T17:00:16.275Z | Downloaded log v0.4.22 |
| 318 | 2026-04-30T17:00:16.275Z | Downloaded getrandom v0.2.15 |
| 319 | 2026-04-30T17:00:16.278Z | Downloaded serde_spanned v1.1.1 |
| 320 | 2026-04-30T17:00:16.278Z | Downloaded http-body-util v0.1.3 |
| 321 | 2026-04-30T17:00:16.282Z | Downloaded pem-rfc7468 v0.7.0 |
| 322 | 2026-04-30T17:00:16.282Z | Downloaded hostname v0.3.1 |
| 323 | 2026-04-30T17:00:16.282Z | Downloaded globset v0.4.15 |
| 324 | 2026-04-30T17:00:16.282Z | Downloaded fs-err v2.11.0 |
| 325 | 2026-04-30T17:00:16.285Z | Downloaded futures-executor v0.3.32 |
| 326 | 2026-04-30T17:00:16.285Z | Downloaded sha1 v0.10.6 |
| 327 | 2026-04-30T17:00:16.285Z | Downloaded radium v0.7.0 |
| 328 | 2026-04-30T17:00:16.288Z | Downloaded pin-project-lite v0.2.14 |
| 329 | 2026-04-30T17:00:16.291Z | Downloaded icu_provider v1.5.0 |
| 330 | 2026-04-30T17:00:16.291Z | Downloaded assert_cmd v2.0.16 |
| 331 | 2026-04-30T17:00:16.294Z | Downloaded cmake v0.1.58 |
| 332 | 2026-04-30T17:00:16.294Z | Downloaded rand_core v0.6.4 |
| 333 | 2026-04-30T17:00:16.294Z | Downloaded slog-envlogger v2.2.0 |
| 334 | 2026-04-30T17:00:16.294Z | Downloaded serde_urlencoded v0.7.1 |
| 335 | 2026-04-30T17:00:16.297Z | Downloaded quote v1.0.38 |
| 336 | 2026-04-30T17:00:16.297Z | Downloaded pkcs8 v0.10.2 |
| 337 | 2026-04-30T17:00:16.300Z | Downloaded anstyle v1.0.10 |
| 338 | 2026-04-30T17:00:16.300Z | Downloaded camino-tempfile v1.4.1 |
| 339 | 2026-04-30T17:00:16.303Z | Downloaded difflib v0.4.0 |
| 340 | 2026-04-30T17:00:16.303Z | Downloaded crossbeam-utils v0.8.21 |
| 341 | 2026-04-30T17:00:16.303Z | Downloaded num-integer v0.1.46 |
| 342 | 2026-04-30T17:00:16.306Z | Downloaded bitflags v2.6.0 |
| 343 | 2026-04-30T17:00:16.306Z | Downloaded parking_lot_core v0.9.10 |
| 344 | 2026-04-30T17:00:16.310Z | Downloaded rustc-demangle v0.1.24 |
| 345 | 2026-04-30T17:00:16.310Z | Downloaded either v1.14.0 |
| 346 | 2026-04-30T17:00:16.310Z | Downloaded iana-time-zone v0.1.61 |
| 347 | 2026-04-30T17:00:16.313Z | Downloaded base64 v0.21.7 |
| 348 | 2026-04-30T17:00:16.316Z | Downloaded stable_deref_trait v1.2.0 |
| 349 | 2026-04-30T17:00:16.316Z | Downloaded slog-bunyan v2.5.0 |
| 350 | 2026-04-30T17:00:16.316Z | Downloaded strum v0.26.3 |
| 351 | 2026-04-30T17:00:16.316Z | Downloaded structmeta v0.3.0 |
| 352 | 2026-04-30T17:00:16.319Z | Downloaded anstyle-parse v0.2.5 |
| 353 | 2026-04-30T17:00:16.319Z | Downloaded bzip2 v0.4.4 |
| 354 | 2026-04-30T17:00:16.319Z | Downloaded base64ct v1.6.0 |
| 355 | 2026-04-30T17:00:16.322Z | Downloaded autocfg v1.4.0 |
| 356 | 2026-04-30T17:00:16.325Z | Downloaded console v0.15.10 |
| 357 | 2026-04-30T17:00:16.325Z | Downloaded sync_wrapper v1.0.1 |
| 358 | 2026-04-30T17:00:16.328Z | Downloaded structmeta-derive v0.3.0 |
| 359 | 2026-04-30T17:00:16.328Z | Downloaded strsim v0.11.1 |
| 360 | 2026-04-30T17:00:16.328Z | Downloaded rustls-pemfile v2.2.0 |
| 361 | 2026-04-30T17:00:16.331Z | Downloaded paste v1.0.15 |
| 362 | 2026-04-30T17:00:16.331Z | Downloaded libtest-mimic v0.7.3 |
| 363 | 2026-04-30T17:00:16.334Z | Downloaded terminal_size v0.4.0 |
| 364 | 2026-04-30T17:00:16.334Z | Downloaded crc-any v2.5.0 |
| 365 | 2026-04-30T17:00:16.334Z | Downloaded schemars_derive v0.8.22 |
| 366 | 2026-04-30T17:00:16.362Z | Downloaded rustversion v1.0.17 |
| 367 | 2026-04-30T17:00:16.362Z | Downloaded serde_path_to_error v0.1.20 |
| 368 | 2026-04-30T17:00:16.362Z | Downloaded termtree v0.4.1 |
| 369 | 2026-04-30T17:00:16.362Z | Downloaded tap v1.0.1 |
| 370 | 2026-04-30T17:00:16.362Z | Downloaded serde-hex v0.1.0 |
| 371 | 2026-04-30T17:00:16.362Z | Downloaded take_mut v0.2.2 |
| 372 | 2026-04-30T17:00:16.362Z | Downloaded subtle v2.6.1 |
| 373 | 2026-04-30T17:00:16.362Z | Downloaded icu_normalizer_data v1.5.0 |
| 374 | 2026-04-30T17:00:16.362Z | Downloaded pkg-config v0.3.31 |
| 375 | 2026-04-30T17:00:16.362Z | Downloaded futures-channel v0.3.32 |
| 376 | 2026-04-30T17:00:16.362Z | Downloaded icu_normalizer v1.5.0 |
| 377 | 2026-04-30T17:00:16.362Z | Downloaded serde_tokenstream v0.2.3 |
| 378 | 2026-04-30T17:00:16.362Z | Downloaded time-core v0.1.8 |
| 379 | 2026-04-30T17:00:16.362Z | Downloaded signature v2.2.0 |
| 380 | 2026-04-30T17:00:16.362Z | Downloaded signal-hook-registry v1.4.2 |
| 381 | 2026-04-30T17:00:16.362Z | Downloaded shlex v1.3.0 |
| 382 | 2026-04-30T17:00:16.362Z | Downloaded toml_datetime v0.6.8 |
| 383 | 2026-04-30T17:00:16.362Z | Downloaded sha2 v0.10.8 |
| 384 | 2026-04-30T17:00:16.362Z | Downloaded thread_local v1.1.8 |
| 385 | 2026-04-30T17:00:16.366Z | Downloaded tinyvec_macros v0.1.1 |
| 386 | 2026-04-30T17:00:16.366Z | Downloaded slab v0.4.9 |
| 387 | 2026-04-30T17:00:16.366Z | Downloaded tokio-macros v2.7.0 |
| 388 | 2026-04-30T17:00:16.366Z | Downloaded crc32fast v1.4.2 |
| 389 | 2026-04-30T17:00:16.366Z | Downloaded clap_derive v4.5.28 |
| 390 | 2026-04-30T17:00:16.369Z | Downloaded threadpool v1.8.1 |
| 391 | 2026-04-30T17:00:16.369Z | Downloaded slog-json v2.6.1 |
| 392 | 2026-04-30T17:00:16.372Z | Downloaded slog-async v2.8.0 |
| 393 | 2026-04-30T17:00:16.377Z | Downloaded pkcs1 v0.7.5 |
| 394 | 2026-04-30T17:00:16.380Z | Downloaded try-lock v0.2.5 |
| 395 | 2026-04-30T17:00:16.380Z | Downloaded tower-layer v0.3.3 |
| 396 | 2026-04-30T17:00:16.380Z | Downloaded smallvec v0.6.14 |
| 397 | 2026-04-30T17:00:16.383Z | Downloaded slog-stdlog v4.1.1 |
| 398 | 2026-04-30T17:00:16.386Z | Downloaded spki v0.7.3 |
| 399 | 2026-04-30T17:00:16.389Z | Downloaded futures v0.3.32 |
| 400 | 2026-04-30T17:00:16.389Z | Downloaded tower-service v0.3.3 |
| 401 | 2026-04-30T17:00:16.393Z | Downloaded utf8parse v0.2.2 |
| 402 | 2026-04-30T17:00:16.396Z | Downloaded unarray v0.1.4 |
| 403 | 2026-04-30T17:00:16.396Z | Downloaded utf8_iter v1.0.4 |
| 404 | 2026-04-30T17:00:16.396Z | Downloaded untrusted v0.9.0 |
| 405 | 2026-04-30T17:00:16.396Z | Downloaded untrusted v0.7.1 |
| 406 | 2026-04-30T17:00:16.400Z | Downloaded pin-project v1.1.6 |
| 407 | 2026-04-30T17:00:16.403Z | Downloaded semver v1.0.28 |
| 408 | 2026-04-30T17:00:16.406Z | Downloaded ryu v1.0.18 |
| 409 | 2026-04-30T17:00:16.406Z | Downloaded thiserror-impl v2.0.18 |
| 410 | 2026-04-30T17:00:16.406Z | Downloaded thiserror v2.0.18 |
| 411 | 2026-04-30T17:00:16.409Z | Downloaded want v0.3.1 |
| 412 | 2026-04-30T17:00:16.412Z | Downloaded waitgroup v0.1.2 |
| 413 | 2026-04-30T17:00:16.412Z | Downloaded version_check v0.9.5 |
| 414 | 2026-04-30T17:00:16.412Z | Downloaded utf16_iter v1.0.5 |
| 415 | 2026-04-30T17:00:16.412Z | Downloaded thiserror v1.0.69 |
| 416 | 2026-04-30T17:00:16.416Z | Downloaded thiserror-impl v1.0.69 |
| 417 | 2026-04-30T17:00:16.416Z | Downloaded termcolor v1.4.1 |
| 418 | 2026-04-30T17:00:16.419Z | Downloaded clap v4.5.31 |
| 419 | 2026-04-30T17:00:16.422Z | Downloaded anyhow v1.0.96 |
| 420 | 2026-04-30T17:00:16.425Z | Downloaded dropshot_endpoint v0.17.0 |
| 421 | 2026-04-30T17:00:16.425Z | Downloaded write16 v1.0.0 |
| 422 | 2026-04-30T17:00:16.425Z | Downloaded tinystr v0.7.6 |
| 423 | 2026-04-30T17:00:16.428Z | Downloaded yoke-derive v0.7.4 |
| 424 | 2026-04-30T17:00:16.428Z | Downloaded strum_macros v0.26.4 |
| 425 | 2026-04-30T17:00:16.428Z | Downloaded serde_derive_internals v0.29.1 |
| 426 | 2026-04-30T17:00:16.431Z | Downloaded tls_codec v0.4.1 |
| 427 | 2026-04-30T17:00:16.431Z | Downloaded time-macros v0.2.27 |
| 428 | 2026-04-30T17:00:16.431Z | Downloaded rusty-fork v0.3.0 |
| 429 | 2026-04-30T17:00:16.434Z | Downloaded xattr v1.3.1 |
| 430 | 2026-04-30T17:00:16.435Z | Downloaded smallvec v1.14.0 |
| 431 | 2026-04-30T17:00:16.435Z | Downloaded aho-corasick v1.1.3 |
| 432 | 2026-04-30T17:00:16.438Z | Downloaded tls_codec_derive v0.4.1 |
| 433 | 2026-04-30T17:00:16.441Z | Downloaded slog-scope v4.4.0 |
| 434 | 2026-04-30T17:00:16.441Z | Downloaded rustls-pki-types v1.14.1 |
| 435 | 2026-04-30T17:00:16.441Z | Downloaded ron v0.8.1 |
| 436 | 2026-04-30T17:00:16.445Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 437 | 2026-04-30T17:00:16.449Z | Downloaded tokio-rustls v0.25.0 |
| 438 | 2026-04-30T17:00:16.449Z | Downloaded proc-macro2 v1.0.93 |
| 439 | 2026-04-30T17:00:16.449Z | Downloaded getrandom v0.3.3 |
| 440 | 2026-04-30T17:00:16.449Z | Downloaded snafu-derive v0.8.5 |
| 441 | 2026-04-30T17:00:16.449Z | Downloaded slog-term v2.9.2 |
| 442 | 2026-04-30T17:00:16.452Z | Downloaded zeroize_derive v1.4.2 |
| 443 | 2026-04-30T17:00:16.452Z | Downloaded zerofrom-derive v0.1.4 |
| 444 | 2026-04-30T17:00:16.452Z | Downloaded zerofrom v0.1.4 |
| 445 | 2026-04-30T17:00:16.452Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 446 | 2026-04-30T17:00:16.456Z | Downloaded once_cell v1.20.3 |
| 447 | 2026-04-30T17:00:16.456Z | Downloaded num-traits v0.2.19 |
| 448 | 2026-04-30T17:00:16.456Z | Downloaded bytes v1.11.1 |
| 449 | 2026-04-30T17:00:16.459Z | Downloaded base64 v0.22.1 |
| 450 | 2026-04-30T17:00:16.462Z | Downloaded miniz_oxide v0.8.0 |
| 451 | 2026-04-30T17:00:16.462Z | Downloaded indexmap v1.9.3 |
| 452 | 2026-04-30T17:00:16.465Z | Downloaded serde_core v1.0.228 |
| 453 | 2026-04-30T17:00:16.465Z | Downloaded synstructure v0.13.1 |
| 454 | 2026-04-30T17:00:16.465Z | Downloaded serde_derive v1.0.228 |
| 455 | 2026-04-30T17:00:16.468Z | Downloaded icu_locid v1.5.0 |
| 456 | 2026-04-30T17:00:16.471Z | Downloaded term v1.2.1 |
| 457 | 2026-04-30T17:00:16.471Z | Downloaded backtrace v0.3.74 |
| 458 | 2026-04-30T17:00:16.474Z | Downloaded memchr v2.7.4 |
| 459 | 2026-04-30T17:00:16.477Z | Downloaded wait-timeout v0.2.0 |
| 460 | 2026-04-30T17:00:16.477Z | Downloaded writeable v0.5.5 |
| 461 | 2026-04-30T17:00:16.481Z | Downloaded test-strategy v0.4.0 |
| 462 | 2026-04-30T17:00:16.481Z | Downloaded wyz v0.5.1 |
| 463 | 2026-04-30T17:00:16.484Z | Downloaded walkdir v2.5.0 |
| 464 | 2026-04-30T17:00:16.484Z | Downloaded arc-swap v1.7.1 |
| 465 | 2026-04-30T17:00:16.487Z | Downloaded getrandom v0.4.2 |
| 466 | 2026-04-30T17:00:16.487Z | Downloaded tinyvec v1.8.0 |
| 467 | 2026-04-30T17:00:16.490Z | Downloaded zmij v1.0.21 |
| 468 | 2026-04-30T17:00:16.490Z | Downloaded similar v2.7.0 |
| 469 | 2026-04-30T17:00:16.493Z | Downloaded yoke v0.7.4 |
| 470 | 2026-04-30T17:00:16.493Z | Downloaded der v0.7.9 |
| 471 | 2026-04-30T17:00:16.496Z | Downloaded rsa v0.9.6 |
| 472 | 2026-04-30T17:00:16.500Z | Downloaded expectorate v1.1.0 |
| 473 | 2026-04-30T17:00:16.500Z | Downloaded slog v2.8.2 |
| 474 | 2026-04-30T17:00:16.503Z | Downloaded spin v0.9.8 |
| 475 | 2026-04-30T17:00:16.503Z | Downloaded typenum v1.17.0 |
| 476 | 2026-04-30T17:00:16.503Z | Downloaded parking_lot v0.12.3 |
| 477 | 2026-04-30T17:00:16.509Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 478 | 2026-04-30T17:00:16.517Z | Downloaded cc v1.2.61 |
| 479 | 2026-04-30T17:00:16.517Z | Downloaded tempfile v3.20.0 |
| 480 | 2026-04-30T17:00:16.521Z | Downloaded icu_collections v1.5.0 |
| 481 | 2026-04-30T17:00:16.524Z | Downloaded indexmap v2.14.0 |
| 482 | 2026-04-30T17:00:16.529Z | Downloaded fancy-regex v0.13.0 |
| 483 | 2026-04-30T17:00:16.532Z | Downloaded zerocopy v0.6.6 |
| 484 | 2026-04-30T17:00:16.535Z | Downloaded toml v0.7.8 |
| 485 | 2026-04-30T17:00:16.538Z | Downloaded zerovec-derive v0.10.3 |
| 486 | 2026-04-30T17:00:16.541Z | Downloaded zeroize v1.8.1 |
| 487 | 2026-04-30T17:00:16.545Z | Downloaded zerocopy-derive v0.7.35 |
| 488 | 2026-04-30T17:00:16.548Z | Downloaded toml v0.8.20 |
| 489 | 2026-04-30T17:00:16.548Z | Downloaded unicode-ident v1.0.14 |
| 490 | 2026-04-30T17:00:16.551Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 491 | 2026-04-30T17:00:16.551Z | Downloaded uuid v1.23.1 |
| 492 | 2026-04-30T17:00:16.554Z | Downloaded schemars v0.8.22 |
| 493 | 2026-04-30T17:00:16.559Z | Downloaded crossbeam-channel v0.5.15 |
| 494 | 2026-04-30T17:00:16.563Z | Downloaded tracing-core v0.1.32 |
| 495 | 2026-04-30T17:00:16.565Z | Downloaded tar v0.4.45 |
| 496 | 2026-04-30T17:00:16.566Z | Downloaded serde v1.0.228 |
| 497 | 2026-04-30T17:00:16.570Z | Downloaded socket2 v0.6.3 |
| 498 | 2026-04-30T17:00:16.573Z | Downloaded hyper-util v0.1.20 |
| 499 | 2026-04-30T17:00:16.576Z | Downloaded rand v0.8.6 |
| 500 | 2026-04-30T17:00:16.579Z | Downloaded hashbrown v0.12.3 |
| 501 | 2026-04-30T17:00:16.582Z | Downloaded rustls-webpki v0.103.13 |
| 502 | 2026-04-30T17:00:16.582Z | Downloaded http v1.4.0 |
| 503 | 2026-04-30T17:00:16.587Z | Downloaded num-bigint-dig v0.8.4 |
| 504 | 2026-04-30T17:00:16.590Z | Downloaded snafu v0.8.5 |
| 505 | 2026-04-30T17:00:16.594Z | Downloaded zip v0.6.6 |
| 506 | 2026-04-30T17:00:16.597Z | Downloaded hashbrown v0.13.2 |
| 507 | 2026-04-30T17:00:16.600Z | Downloaded tracing v0.1.40 |
| 508 | 2026-04-30T17:00:16.603Z | Downloaded toml_edit v0.19.15 |
| 509 | 2026-04-30T17:00:16.611Z | Downloaded url v2.5.8 |
| 510 | 2026-04-30T17:00:16.614Z | Downloaded flate2 v1.0.35 |
| 511 | 2026-04-30T17:00:16.617Z | Downloaded mio v1.2.0 |
| 512 | 2026-04-30T17:00:16.623Z | Downloaded unicode-segmentation v1.12.0 |
| 513 | 2026-04-30T17:00:16.626Z | Downloaded hashbrown v0.17.0 |
| 514 | 2026-04-30T17:00:16.629Z | Downloaded idna v1.1.0 |
| 515 | 2026-04-30T17:00:16.634Z | Downloaded icu_properties_data v1.5.0 |
| 516 | 2026-04-30T17:00:16.640Z | Downloaded tokio-util v0.7.13 |
| 517 | 2026-04-30T17:00:16.648Z | Downloaded x509-cert v0.2.5 |
| 518 | 2026-04-30T17:00:16.652Z | Downloaded typed-path v0.9.3 |
| 519 | 2026-04-30T17:00:16.655Z | Downloaded unicode-normalization v0.1.24 |
| 520 | 2026-04-30T17:00:16.658Z | Downloaded itertools v0.13.0 |
| 521 | 2026-04-30T17:00:16.661Z | Downloaded hyper v1.9.0 |
| 522 | 2026-04-30T17:00:16.666Z | Downloaded h2 v0.4.6 |
| 523 | 2026-04-30T17:00:16.669Z | Downloaded futures-util v0.3.32 |
| 524 | 2026-04-30T17:00:16.685Z | Downloaded tower v0.5.2 |
| 525 | 2026-04-30T17:00:16.691Z | Downloaded toml_edit v0.22.24 |
| 526 | 2026-04-30T17:00:16.703Z | Downloaded proptest v1.5.0 |
| 527 | 2026-04-30T17:00:16.708Z | Downloaded clap_builder v4.5.31 |
| 528 | 2026-04-30T17:00:16.722Z | Downloaded syn v1.0.109 |
| 529 | 2026-04-30T17:00:16.726Z | Downloaded zip v4.2.0 |
| 530 | 2026-04-30T17:00:16.730Z | Downloaded object v0.30.4 |
| 531 | 2026-04-30T17:00:16.734Z | Downloaded gimli v0.31.1 |
| 532 | 2026-04-30T17:00:16.739Z | Downloaded object v0.36.5 |
| 533 | 2026-04-30T17:00:16.745Z | Downloaded syn v2.0.117 |
| 534 | 2026-04-30T17:00:16.751Z | Downloaded serde_json v1.0.149 |
| 535 | 2026-04-30T17:00:16.756Z | Downloaded zerovec v0.10.4 |
| 536 | 2026-04-30T17:00:16.760Z | Downloaded rustls v0.23.40 |
| 537 | 2026-04-30T17:00:16.765Z | Downloaded openapiv3 v2.2.0 |
| 538 | 2026-04-30T17:00:16.772Z | Downloaded rustls v0.22.4 |
| 539 | 2026-04-30T17:00:16.778Z | Downloaded tough v0.22.0 |
| 540 | 2026-04-30T17:00:16.793Z | Downloaded libc v0.2.186 |
| 541 | 2026-04-30T17:00:16.811Z | Downloaded zerocopy v0.7.35 |
| 542 | 2026-04-30T17:00:16.819Z | Downloaded aws-lc-rs v1.16.2 |
| 543 | 2026-04-30T17:00:16.824Z | Downloaded winnow v0.7.3 |
| 544 | 2026-04-30T17:00:16.829Z | Downloaded chrono v0.4.44 |
| 545 | 2026-04-30T17:00:16.833Z | Downloaded rustls-webpki v0.102.8 |
| 546 | 2026-04-30T17:00:16.842Z | Downloaded reqwest v0.12.12 |
| 547 | 2026-04-30T17:00:16.847Z | Downloaded winnow v0.5.40 |
| 548 | 2026-04-30T17:00:16.851Z | Downloaded winnow v1.0.2 |
| 549 | 2026-04-30T17:00:16.859Z | Downloaded bitvec v1.0.1 |
| 550 | 2026-04-30T17:00:16.867Z | Downloaded regex v1.11.1 |
| 551 | 2026-04-30T17:00:16.904Z | Downloaded time v0.3.47 |
| 552 | 2026-04-30T17:00:16.920Z | Downloaded dropshot v0.17.0 |
| 553 | 2026-04-30T17:00:16.930Z | Downloaded unicode-width v0.2.0 |
| 554 | 2026-04-30T17:00:16.969Z | Downloaded bstr v1.10.0 |
| 555 | 2026-04-30T17:00:16.990Z | Downloaded regex-syntax v0.8.5 |
| 556 | 2026-04-30T17:00:16.997Z | Downloaded rustix v0.38.37 |
| 557 | 2026-04-30T17:00:17.019Z | Downloaded rustix v1.0.7 |
| 558 | 2026-04-30T17:00:17.090Z | Downloaded zerocopy-derive v0.6.6 |
| 559 | 2026-04-30T17:00:17.113Z | Downloaded regex-automata v0.4.8 |
| 560 | 2026-04-30T17:00:17.121Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 561 | 2026-04-30T17:00:17.209Z | Downloaded tokio v1.52.1 |
| 562 | 2026-04-30T17:00:17.313Z | Downloaded encoding_rs v0.8.34 |
| 563 | 2026-04-30T17:00:17.335Z | Downloaded ring v0.17.13 |
| 564 | 2026-04-30T17:00:17.955Z | Downloaded aws-lc-sys v0.39.1 |
| 565 | 2026-04-30T17:00:18.163Z | Compiling proc-macro2 v1.0.93 |
| 566 | 2026-04-30T17:00:18.163Z | Compiling unicode-ident v1.0.14 |
| 567 | 2026-04-30T17:00:18.167Z | Compiling libc v0.2.186 |
| 568 | 2026-04-30T17:00:18.167Z | Compiling serde_core v1.0.228 |
| 569 | 2026-04-30T17:00:18.167Z | Checking cfg-if v1.0.0 |
| 570 | 2026-04-30T17:00:18.167Z | Compiling serde v1.0.228 |
| 571 | 2026-04-30T17:00:18.167Z | Compiling autocfg v1.4.0 |
| 572 | 2026-04-30T17:00:18.167Z | Checking memchr v2.7.4 |
| 573 | 2026-04-30T17:00:18.408Z | Checking once_cell v1.20.3 |
| 574 | 2026-04-30T17:00:18.572Z | Compiling shlex v1.3.0 |
| 575 | 2026-04-30T17:00:18.636Z | Compiling find-msvc-tools v0.1.9 |
| 576 | 2026-04-30T17:00:18.664Z | Checking itoa v1.0.11 |
| 577 | 2026-04-30T17:00:18.690Z | Compiling version_check v0.9.5 |
| 578 | 2026-04-30T17:00:18.748Z | Compiling libm v0.2.8 |
| 579 | 2026-04-30T17:00:18.779Z | Compiling num-traits v0.2.19 |
| 580 | 2026-04-30T17:00:18.863Z | Checking smallvec v1.14.0 |
| 581 | 2026-04-30T17:00:18.956Z | Checking byteorder v1.5.0 |
| 582 | 2026-04-30T17:00:19.034Z | Compiling jobserver v0.1.32 |
| 583 | 2026-04-30T17:00:19.082Z | Compiling rustversion v1.0.17 |
| 584 | 2026-04-30T17:00:19.107Z | Checking errno v0.3.13 |
| 585 | 2026-04-30T17:00:19.145Z | Checking getrandom v0.2.15 |
| 586 | 2026-04-30T17:00:19.155Z | Checking zeroize v1.8.1 |
| 587 | 2026-04-30T17:00:19.219Z | Compiling quote v1.0.38 |
| 588 | 2026-04-30T17:00:19.275Z | Compiling cc v1.2.61 |
| 589 | 2026-04-30T17:00:19.286Z | Compiling heck v0.5.0 |
| 590 | 2026-04-30T17:00:19.343Z | Checking futures-core v0.3.32 |
| 591 | 2026-04-30T17:00:19.377Z | Checking pin-project-lite v0.2.14 |
| 592 | 2026-04-30T17:00:19.412Z | Compiling syn v2.0.117 |
| 593 | 2026-04-30T17:00:19.466Z | Checking bytes v1.11.1 |
| 594 | 2026-04-30T17:00:19.476Z | Checking regex-syntax v0.8.5 |
| 595 | 2026-04-30T17:00:19.479Z | Checking spin v0.9.8 |
| 596 | 2026-04-30T17:00:19.605Z | Compiling lock_api v0.4.12 |
| 597 | 2026-04-30T17:00:19.840Z | Checking stable_deref_trait v1.2.0 |
| 598 | 2026-04-30T17:00:19.856Z | Compiling rustix v0.38.37 |
| 599 | 2026-04-30T17:00:19.897Z | Checking equivalent v1.0.1 |
| 600 | 2026-04-30T17:00:19.912Z | Compiling zmij v1.0.21 |
| 601 | 2026-04-30T17:00:19.977Z | Checking hashbrown v0.17.0 |
| 602 | 2026-04-30T17:00:20.049Z | Compiling parking_lot_core v0.9.10 |
| 603 | 2026-04-30T17:00:20.233Z | Checking rand_core v0.6.4 |
| 604 | 2026-04-30T17:00:20.302Z | Compiling slab v0.4.9 |
| 605 | 2026-04-30T17:00:20.327Z | Compiling serde_json v1.0.149 |
| 606 | 2026-04-30T17:00:20.363Z | Compiling typenum v1.17.0 |
| 607 | 2026-04-30T17:00:20.395Z | Checking const-oid v0.9.6 |
| 608 | 2026-04-30T17:00:20.444Z | Checking indexmap v2.14.0 |
| 609 | 2026-04-30T17:00:20.529Z | Checking scopeguard v1.2.0 |
| 610 | 2026-04-30T17:00:20.540Z | Checking futures-sink v0.3.32 |
| 611 | 2026-04-30T17:00:20.802Z | Checking lazy_static v1.5.0 |
| 612 | 2026-04-30T17:00:20.815Z | Compiling generic-array v0.14.7 |
| 613 | 2026-04-30T17:00:20.818Z | Checking log v0.4.22 |
| 614 | 2026-04-30T17:00:20.857Z | Checking fnv v1.0.7 |
| 615 | 2026-04-30T17:00:20.945Z | Checking parking_lot v0.12.3 |
| 616 | 2026-04-30T17:00:20.992Z | Checking mio v1.2.0 |
| 617 | 2026-04-30T17:00:21.064Z | Checking signal-hook-registry v1.4.2 |
| 618 | 2026-04-30T17:00:21.074Z | Checking socket2 v0.6.3 |
| 619 | 2026-04-30T17:00:21.120Z | Checking aho-corasick v1.1.3 |
| 620 | 2026-04-30T17:00:21.124Z | Compiling getrandom v0.3.3 |
| 621 | 2026-04-30T17:00:21.209Z | Compiling rustix v1.0.7 |
| 622 | 2026-04-30T17:00:21.260Z | Checking futures-channel v0.3.32 |
| 623 | 2026-04-30T17:00:21.305Z | Compiling slog v2.8.2 |
| 624 | 2026-04-30T17:00:21.442Z | Checking writeable v0.5.5 |
| 625 | 2026-04-30T17:00:21.466Z | Checking litemap v0.7.3 |
| 626 | 2026-04-30T17:00:21.477Z | Checking anstyle v1.0.10 |
| 627 | 2026-04-30T17:00:21.612Z | Compiling cmake v0.1.58 |
| 628 | 2026-04-30T17:00:21.639Z | Checking http v1.4.0 |
| 629 | 2026-04-30T17:00:21.650Z | Compiling fs_extra v1.3.0 |
| 630 | 2026-04-30T17:00:21.660Z | Checking base64ct v1.6.0 |
| 631 | 2026-04-30T17:00:21.708Z | Checking futures-task v0.3.32 |
| 632 | 2026-04-30T17:00:21.780Z | Checking fastrand v2.1.1 |
| 633 | 2026-04-30T17:00:21.793Z | Checking regex-automata v0.4.8 |
| 634 | 2026-04-30T17:00:21.842Z | Compiling getrandom v0.4.2 |
| 635 | 2026-04-30T17:00:21.878Z | Checking utf8parse v0.2.2 |
| 636 | 2026-04-30T17:00:21.899Z | Compiling dunce v1.0.5 |
| 637 | 2026-04-30T17:00:21.944Z | Checking futures-io v0.3.32 |
| 638 | 2026-04-30T17:00:21.954Z | Checking pem-rfc7468 v0.7.0 |
| 639 | 2026-04-30T17:00:21.972Z | Checking anstyle-parse v0.2.5 |
| 640 | 2026-04-30T17:00:21.988Z | Compiling aws-lc-sys v0.39.1 |
| 641 | 2026-04-30T17:00:22.297Z | Checking block-buffer v0.10.4 |
| 642 | 2026-04-30T17:00:22.302Z | Checking crypto-common v0.1.6 |
| 643 | 2026-04-30T17:00:22.302Z | Checking rustls-pki-types v1.14.1 |
| 644 | 2026-04-30T17:00:22.302Z | Checking crc32fast v1.4.2 |
| 645 | 2026-04-30T17:00:22.302Z | Compiling synstructure v0.13.1 |
| 646 | 2026-04-30T17:00:22.302Z | Checking bit-vec v0.6.3 |
| 647 | 2026-04-30T17:00:22.302Z | Compiling httparse v1.9.5 |
| 648 | 2026-04-30T17:00:22.310Z | Checking anstyle-query v1.1.1 |
| 649 | 2026-04-30T17:00:22.400Z | Compiling paste v1.0.15 |
| 650 | 2026-04-30T17:00:22.404Z | Checking untrusted v0.9.0 |
| 651 | 2026-04-30T17:00:22.448Z | Checking subtle v2.6.1 |
| 652 | 2026-04-30T17:00:22.520Z | Checking is_terminal_polyfill v1.70.1 |
| 653 | 2026-04-30T17:00:22.582Z | Checking icu_locid_transform_data v1.5.0 |
| 654 | 2026-04-30T17:00:22.599Z | Checking colorchoice v1.0.2 |
| 655 | 2026-04-30T17:00:22.610Z | Checking flagset v0.4.6 |
| 656 | 2026-04-30T17:00:22.704Z | Checking bit-set v0.5.3 |
| 657 | 2026-04-30T17:00:22.713Z | Checking anstream v0.6.15 |
| 658 | 2026-04-30T17:00:22.733Z | Checking digest v0.10.7 |
| 659 | 2026-04-30T17:00:22.744Z | Compiling serde_derive_internals v0.29.1 |
| 660 | 2026-04-30T17:00:22.841Z | Checking wait-timeout v0.2.0 |
| 661 | 2026-04-30T17:00:22.868Z | Checking tracing-core v0.1.32 |
| 662 | 2026-04-30T17:00:22.902Z | Checking percent-encoding v2.3.2 |
| 663 | 2026-04-30T17:00:22.905Z | Checking icu_properties_data v1.5.0 |
| 664 | 2026-04-30T17:00:22.956Z | Compiling syn v1.0.109 |
| 665 | 2026-04-30T17:00:23.035Z | Checking dyn-clone v1.0.18 |
| 666 | 2026-04-30T17:00:23.039Z | Compiling thiserror v2.0.18 |
| 667 | 2026-04-30T17:00:23.136Z | Checking atomic-waker v1.1.2 |
| 668 | 2026-04-30T17:00:23.161Z | Checking adler2 v2.0.0 |
| 669 | 2026-04-30T17:00:23.232Z | Compiling schemars v0.8.22 |
| 670 | 2026-04-30T17:00:23.260Z | Checking clap_lex v0.7.4 |
| 671 | 2026-04-30T17:00:23.271Z | Compiling radium v0.7.0 |
| 672 | 2026-04-30T17:00:23.381Z | Checking strsim v0.11.1 |
| 673 | 2026-04-30T17:00:23.455Z | Compiling serde_derive v1.0.228 |
| 674 | 2026-04-30T17:00:23.478Z | Compiling zerocopy-derive v0.7.35 |
| 675 | 2026-04-30T17:00:23.498Z | Compiling zerofrom-derive v0.1.4 |
| 676 | 2026-04-30T17:00:23.536Z | Compiling yoke-derive v0.7.4 |
| 677 | 2026-04-30T17:00:23.547Z | Compiling zerovec-derive v0.10.3 |
| 678 | 2026-04-30T17:00:23.600Z | Compiling displaydoc v0.2.5 |
| 679 | 2026-04-30T17:00:23.657Z | Compiling tokio-macros v2.7.0 |
| 680 | 2026-04-30T17:00:24.281Z | Checking zerocopy v0.7.35 |
| 681 | 2026-04-30T17:00:24.307Z | Compiling futures-macro v0.3.32 |
| 682 | 2026-04-30T17:00:24.352Z | Checking tokio v1.52.1 |
| 683 | 2026-04-30T17:00:24.517Z | Compiling icu_provider_macros v1.5.0 |
| 684 | 2026-04-30T17:00:24.532Z | Compiling der_derive v0.7.3 |
| 685 | 2026-04-30T17:00:24.652Z | Checking zerofrom v0.1.4 |
| 686 | 2026-04-30T17:00:24.766Z | Checking yoke v0.7.4 |
| 687 | 2026-04-30T17:00:24.770Z | Checking ppv-lite86 v0.2.20 |
| 688 | 2026-04-30T17:00:24.947Z | Checking zerovec v0.10.4 |
| 689 | 2026-04-30T17:00:25.060Z | Checking rand_chacha v0.3.1 |
| 690 | 2026-04-30T17:00:25.073Z | Compiling schemars_derive v0.8.22 |
| 691 | 2026-04-30T17:00:25.084Z | Checking futures-util v0.3.32 |
| 692 | 2026-04-30T17:00:25.239Z | Checking rand v0.8.6 |
| 693 | 2026-04-30T17:00:25.438Z | Checking der v0.7.9 |
| 694 | 2026-04-30T17:00:25.594Z | Checking tinystr v0.7.6 |
| 695 | 2026-04-30T17:00:25.736Z | Checking icu_collections v1.5.0 |
| 696 | 2026-04-30T17:00:25.765Z | Checking icu_locid v1.5.0 |
| 697 | 2026-04-30T17:00:26.056Z | Compiling thiserror-impl v2.0.18 |
| 698 | 2026-04-30T17:00:26.152Z | Checking spki v0.7.3 |
| 699 | 2026-04-30T17:00:26.194Z | Checking icu_provider v1.5.0 |
| 700 | 2026-04-30T17:00:26.214Z | Compiling clap_derive v4.5.28 |
| 701 | 2026-04-30T17:00:26.307Z | Compiling structmeta-derive v0.3.0 |
| 702 | 2026-04-30T17:00:26.431Z | Checking bitflags v2.6.0 |
| 703 | 2026-04-30T17:00:26.478Z | Checking erased-serde v0.3.31 |
| 704 | 2026-04-30T17:00:27.205Z | Checking hex v0.4.3 |
| 705 | 2026-04-30T17:00:27.298Z | Checking icu_locid_transform v1.5.0 |
| 706 | 2026-04-30T17:00:27.308Z | Checking miniz_oxide v0.8.0 |
| 707 | 2026-04-30T17:00:27.345Z | Checking tokio-util v0.7.13 |
| 708 | 2026-04-30T17:00:27.372Z | Checking terminal_size v0.4.0 |
| 709 | 2026-04-30T17:00:27.466Z | Checking tracing v0.1.40 |
| 710 | 2026-04-30T17:00:27.483Z | Checking clap_builder v4.5.31 |
| 711 | 2026-04-30T17:00:27.543Z | Checking tempfile v3.20.0 |
| 712 | 2026-04-30T17:00:27.622Z | Checking uuid v1.23.1 |
| 713 | 2026-04-30T17:00:27.733Z | Checking http-body v1.0.1 |
| 714 | 2026-04-30T17:00:27.750Z | Checking icu_properties v1.5.1 |
| 715 | 2026-04-30T17:00:27.853Z | Checking semver v1.0.28 |
| 716 | 2026-04-30T17:00:27.856Z | Checking is-terminal v0.4.13 |
| 717 | 2026-04-30T17:00:27.899Z | Compiling aws-lc-rs v1.16.2 |
| 718 | 2026-04-30T17:00:27.927Z | Checking utf16_iter v1.0.5 |
| 719 | 2026-04-30T17:00:27.943Z | Checking tap v1.0.1 |
| 720 | 2026-04-30T17:00:28.035Z | Checking powerfmt v0.2.0 |
| 721 | 2026-04-30T17:00:28.045Z | Checking utf8_iter v1.0.4 |
| 722 | 2026-04-30T17:00:28.055Z | Compiling pkg-config v0.3.31 |
| 723 | 2026-04-30T17:00:28.108Z | Compiling num-conv v0.2.1 |
| 724 | 2026-04-30T17:00:28.159Z | Checking quick-error v1.2.3 |
| 725 | 2026-04-30T17:00:28.174Z | Checking write16 v1.0.0 |
| 726 | 2026-04-30T17:00:28.187Z | Compiling time-core v0.1.8 |
| 727 | 2026-04-30T17:00:28.248Z | Compiling maybe-uninit v2.0.0 |
| 728 | 2026-04-30T17:00:28.258Z | Checking try-lock v0.2.5 |
| 729 | 2026-04-30T17:00:28.262Z | Checking icu_normalizer_data v1.5.0 |
| 730 | 2026-04-30T17:00:28.328Z | Checking cpufeatures v0.2.14 |
| 731 | 2026-04-30T17:00:28.331Z | Compiling time-macros v0.2.27 |
| 732 | 2026-04-30T17:00:28.349Z | Checking want v0.3.1 |
| 733 | 2026-04-30T17:00:28.400Z | Checking rusty-fork v0.3.0 |
| 734 | 2026-04-30T17:00:28.464Z | Checking deranged v0.5.8 |
| 735 | 2026-04-30T17:00:28.485Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 736 | 2026-04-30T17:00:28.564Z | Checking wyz v0.5.1 |
| 737 | 2026-04-30T17:00:28.710Z | Checking clap v4.5.31 |
| 738 | 2026-04-30T17:00:28.766Z | Checking h2 v0.4.6 |
| 739 | 2026-04-30T17:00:28.805Z | Compiling structmeta v0.3.0 |
| 740 | 2026-04-30T17:00:29.097Z | Checking toml_datetime v0.6.8 |
| 741 | 2026-04-30T17:00:29.127Z | Checking icu_normalizer v1.5.0 |
| 742 | 2026-04-30T17:00:29.189Z | Checking serde_spanned v0.6.8 |
| 743 | 2026-04-30T17:00:29.307Z | Compiling zerocopy-derive v0.6.6 |
| 744 | 2026-04-30T17:00:29.311Z | Compiling strum_macros v0.26.4 |
| 745 | 2026-04-30T17:00:29.389Z | Compiling daft-derive v0.1.1 |
| 746 | 2026-04-30T17:00:29.412Z | Checking form_urlencoded v1.2.2 |
| 747 | 2026-04-30T17:00:29.483Z | Checking rand_xorshift v0.3.0 |
| 748 | 2026-04-30T17:00:29.533Z | Checking num-integer v0.1.46 |
| 749 | 2026-04-30T17:00:29.595Z | Compiling ahash v0.8.11 |
| 750 | 2026-04-30T17:00:29.751Z | Checking iana-time-zone v0.1.61 |
| 751 | 2026-04-30T17:00:29.827Z | Checking unarray v0.1.4 |
| 752 | 2026-04-30T17:00:29.856Z | Compiling crossbeam-utils v0.8.21 |
| 753 | 2026-04-30T17:00:29.928Z | Compiling camino v1.2.2 |
| 754 | 2026-04-30T17:00:30.075Z | Checking funty v2.0.0 |
| 755 | 2026-04-30T17:00:30.088Z | Checking termcolor v1.4.1 |
| 756 | 2026-04-30T17:00:30.148Z | Compiling num-bigint-dig v0.8.4 |
| 757 | 2026-04-30T17:00:30.246Z | Checking tower-service v0.3.3 |
| 758 | 2026-04-30T17:00:30.280Z | Compiling packed_struct v0.10.1 |
| 759 | 2026-04-30T17:00:30.332Z | Checking tower-layer v0.3.3 |
| 760 | 2026-04-30T17:00:30.378Z | Checking base64 v0.22.1 |
| 761 | 2026-04-30T17:00:30.474Z | Checking httpdate v1.0.3 |
| 762 | 2026-04-30T17:00:30.517Z | Checking num_threads v0.1.7 |
| 763 | 2026-04-30T17:00:30.553Z | Checking bitvec v1.0.1 |
| 764 | 2026-04-30T17:00:30.611Z | Checking hyper v1.9.0 |
| 765 | 2026-04-30T17:00:30.631Z | Checking time v0.3.47 |
| 766 | 2026-04-30T17:00:30.652Z | Checking zerocopy v0.6.6 |
| 767 | 2026-04-30T17:00:30.662Z | Checking daft v0.1.1 |
| 768 | 2026-04-30T17:00:30.849Z | Checking proptest v1.5.0 |
| 769 | 2026-04-30T17:00:30.879Z | Checking strum v0.26.3 |
| 770 | 2026-04-30T17:00:30.934Z | Checking chrono v0.4.44 |
| 771 | 2026-04-30T17:00:31.027Z | Checking num-iter v0.1.45 |
| 772 | 2026-04-30T17:00:31.134Z | Checking idna_adapter v1.2.0 |
| 773 | 2026-04-30T17:00:31.253Z | Compiling test-strategy v0.4.0 |
| 774 | 2026-04-30T17:00:31.477Z | Compiling packed_struct_codegen v0.10.1 |
| 775 | 2026-04-30T17:00:31.546Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 776 | 2026-04-30T17:00:31.647Z | Checking pkcs8 v0.10.2 |
| 777 | 2026-04-30T17:00:31.765Z | Compiling ring v0.17.13 |
| 778 | 2026-04-30T17:00:31.801Z | Compiling indexmap v1.9.3 |
| 779 | 2026-04-30T17:00:31.812Z | Compiling thiserror v1.0.69 |
| 780 | 2026-04-30T17:00:32.017Z | Checking ipnet v2.10.1 |
| 781 | 2026-04-30T17:00:32.151Z | Checking mime v0.3.17 |
| 782 | 2026-04-30T17:00:32.213Z | Checking untrusted v0.7.1 |
| 783 | 2026-04-30T17:00:32.268Z | Checking crc-catalog v2.4.0 |
| 784 | 2026-04-30T17:00:32.273Z | Checking nodrop v0.1.14 |
| 785 | 2026-04-30T17:00:32.318Z | Checking ryu v1.0.18 |
| 786 | 2026-04-30T17:00:32.321Z | Checking tinyvec_macros v0.1.1 |
| 787 | 2026-04-30T17:00:32.352Z | Checking crc v3.2.1 |
| 788 | 2026-04-30T17:00:32.363Z | Checking array-init v0.0.4 |
| 789 | 2026-04-30T17:00:32.387Z | Checking tinyvec v1.8.0 |
| 790 | 2026-04-30T17:00:32.450Z | Checking serde_urlencoded v0.7.1 |
| 791 | 2026-04-30T17:00:32.549Z | Checking hyper-util v0.1.20 |
| 792 | 2026-04-30T17:00:32.642Z | Checking pkcs1 v0.7.5 |
| 793 | 2026-04-30T17:00:32.670Z | Checking smallvec v0.6.14 |
| 794 | 2026-04-30T17:00:32.831Z | Checking idna v1.1.0 |
| 795 | 2026-04-30T17:00:33.066Z | Checking sha2 v0.10.8 |
| 796 | 2026-04-30T17:00:33.187Z | Checking http-body-util v0.1.3 |
| 797 | 2026-04-30T17:00:33.298Z | Checking flate2 v1.0.35 |
| 798 | 2026-04-30T17:00:33.340Z | Checking xattr v1.3.1 |
| 799 | 2026-04-30T17:00:33.388Z | Checking futures-executor v0.3.32 |
| 800 | 2026-04-30T17:00:33.457Z | Checking bstr v1.10.0 |
| 801 | 2026-04-30T17:00:33.507Z | Compiling pin-project-internal v1.1.6 |
| 802 | 2026-04-30T17:00:33.518Z | Compiling thiserror-impl v1.0.69 |
| 803 | 2026-04-30T17:00:33.529Z | Checking signature v2.2.0 |
| 804 | 2026-04-30T17:00:33.566Z | Checking sync_wrapper v1.0.1 |
| 805 | 2026-04-30T17:00:33.592Z | Checking filetime v0.2.25 |
| 806 | 2026-04-30T17:00:33.630Z | Checking thread_local v1.1.8 |
| 807 | 2026-04-30T17:00:33.656Z | Compiling slog-async v2.8.0 |
| 808 | 2026-04-30T17:00:33.708Z | Checking same-file v1.0.6 |
| 809 | 2026-04-30T17:00:33.781Z | Checking hashbrown v0.12.3 |
| 810 | 2026-04-30T17:00:33.824Z | Checking gimli v0.31.1 |
| 811 | 2026-04-30T17:00:33.920Z | Checking bitfield v0.14.0 |
| 812 | 2026-04-30T17:00:34.048Z | Compiling rustls v0.23.40 |
| 813 | 2026-04-30T17:00:34.110Z | Checking winnow v0.5.40 |
| 814 | 2026-04-30T17:00:34.167Z | Checking base64 v0.21.7 |
| 815 | 2026-04-30T17:00:34.391Z | Checking ron v0.8.1 |
| 816 | 2026-04-30T17:00:34.529Z | Checking pin-project v1.1.6 |
| 817 | 2026-04-30T17:00:34.584Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 818 | 2026-04-30T17:00:34.659Z | Checking walkdir v2.5.0 |
| 819 | 2026-04-30T17:00:34.699Z | Checking tar v0.4.45 |
| 820 | 2026-04-30T17:00:34.806Z | Checking tower v0.5.2 |
| 821 | 2026-04-30T17:00:34.880Z | Checking rsa v0.9.6 |
| 822 | 2026-04-30T17:00:35.053Z | Checking futures v0.3.32 |
| 823 | 2026-04-30T17:00:35.120Z | Checking crossbeam-channel v0.5.15 |
| 824 | 2026-04-30T17:00:35.132Z | Checking url v2.5.8 |
| 825 | 2026-04-30T17:00:35.211Z | Checking toml_edit v0.19.15 |
| 826 | 2026-04-30T17:00:35.250Z | Checking addr2line v0.24.2 |
| 827 | 2026-04-30T17:00:35.267Z | Checking hashbrown v0.13.2 |
| 828 | 2026-04-30T17:00:35.433Z | Checking unicode-normalization v0.1.24 |
| 829 | 2026-04-30T17:00:35.496Z | Checking serde-hex v0.1.0 |
| 830 | 2026-04-30T17:00:35.506Z | Checking bzip2 v0.4.4 |
| 831 | 2026-04-30T17:00:35.656Z | Checking tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 832 | 2026-04-30T17:00:35.667Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 833 | 2026-04-30T17:00:35.807Z | Checking env_logger v0.10.2 |
| 834 | 2026-04-30T17:00:35.812Z | Checking x509-cert v0.2.5 |
| 835 | 2026-04-30T17:00:36.013Z | Checking regex v1.11.1 |
| 836 | 2026-04-30T17:00:36.049Z | Compiling async-trait v0.1.89 |
| 837 | 2026-04-30T17:00:36.186Z | Compiling snafu-derive v0.8.5 |
| 838 | 2026-04-30T17:00:36.270Z | Compiling fs-err v2.11.0 |
| 839 | 2026-04-30T17:00:36.393Z | Checking object v0.36.5 |
| 840 | 2026-04-30T17:00:36.429Z | Checking winnow v0.7.3 |
| 841 | 2026-04-30T17:00:36.488Z | Checking take_mut v0.2.2 |
| 842 | 2026-04-30T17:00:36.587Z | Checking rustc-demangle v0.1.24 |
| 843 | 2026-04-30T17:00:36.799Z | Checking term v1.2.1 |
| 844 | 2026-04-30T17:00:36.972Z | Compiling anyhow v1.0.96 |
| 845 | 2026-04-30T17:00:37.013Z | Compiling buf-list v1.0.3 |
| 846 | 2026-04-30T17:00:37.270Z | Checking crc-any v2.5.0 |
| 847 | 2026-04-30T17:00:37.430Z | Checking slog-term v2.9.2 |
| 848 | 2026-04-30T17:00:37.575Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 849 | 2026-04-30T17:00:37.599Z | Checking toml_edit v0.22.24 |
| 850 | 2026-04-30T17:00:37.619Z | Checking toml v0.7.8 |
| 851 | 2026-04-30T17:00:37.679Z | Checking olpc-cjson v0.1.4 |
| 852 | 2026-04-30T17:00:37.809Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 853 | 2026-04-30T17:00:37.882Z | Checking object v0.30.4 |
| 854 | 2026-04-30T17:00:37.893Z | Checking snafu v0.8.5 |
| 855 | 2026-04-30T17:00:37.958Z | Checking zip v0.6.6 |
| 856 | 2026-04-30T17:00:38.003Z | Checking reqwest v0.12.12 |
| 857 | 2026-04-30T17:00:38.268Z | Checking globset v0.4.15 |
| 858 | 2026-04-30T17:00:38.503Z | Checking pem v3.0.5 |
| 859 | 2026-04-30T17:00:38.514Z | Checking serde_plain v1.0.2 |
| 860 | 2026-04-30T17:00:38.565Z | Compiling async-recursion v1.1.1 |
| 861 | 2026-04-30T17:00:38.613Z | Checking backtrace v0.3.74 |
| 862 | 2026-04-30T17:00:38.645Z | Checking serde_path_to_error v0.1.20 |
| 863 | 2026-04-30T17:00:38.645Z | Checking unicode-width v0.2.0 |
| 864 | 2026-04-30T17:00:38.681Z | Checking typed-path v0.9.3 |
| 865 | 2026-04-30T17:00:38.885Z | Checking either v1.14.0 |
| 866 | 2026-04-30T17:00:38.897Z | Compiling rustls v0.22.4 |
| 867 | 2026-04-30T17:00:38.910Z | Checking path-slash v0.1.5 |
| 868 | 2026-04-30T17:00:39.003Z | Checking debug-ignore v1.0.5 |
| 869 | 2026-04-30T17:00:39.062Z | Checking arc-swap v1.7.1 |
| 870 | 2026-04-30T17:00:39.093Z | Checking itertools v0.13.0 |
| 871 | 2026-04-30T17:00:39.199Z | Checking console v0.15.10 |
| 872 | 2026-04-30T17:00:39.267Z | Checking slog-scope v4.4.0 |
| 873 | 2026-04-30T17:00:39.308Z | Checking toml v0.8.20 |
| 874 | 2026-04-30T17:00:39.393Z | Checking rustls-webpki v0.102.8 |
| 875 | 2026-04-30T17:00:39.590Z | Checking tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 876 | 2026-04-30T17:00:39.604Z | Checking camino-tempfile v1.4.1 |
| 877 | 2026-04-30T17:00:39.614Z | Checking zip v4.2.0 |
| 878 | 2026-04-30T17:00:39.754Z | Compiling multer v3.1.0 |
| 879 | 2026-04-30T17:00:39.790Z | Checking winnow v1.0.2 |
| 880 | 2026-04-30T17:00:39.862Z | Checking indent_write v2.2.0 |
| 881 | 2026-04-30T17:00:39.939Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550) |
| 882 | 2026-04-30T17:00:39.966Z | Checking compression-core v0.4.32 |
| 883 | 2026-04-30T17:00:39.983Z | Checking parse-size v1.1.0 |
| 884 | 2026-04-30T17:00:40.065Z | Checking match_cfg v0.1.0 |
| 885 | 2026-04-30T17:00:40.085Z | Checking compression-codecs v0.4.32 |
| 886 | 2026-04-30T17:00:40.095Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 887 | 2026-04-30T17:00:40.125Z | Checking hostname v0.3.1 |
| 888 | 2026-04-30T17:00:40.155Z | Compiling serde_tokenstream v0.2.3 |
| 889 | 2026-04-30T17:00:40.210Z | Checking slog-stdlog v4.1.1 |
| 890 | 2026-04-30T17:00:40.221Z | Checking slog-json v2.6.1 |
| 891 | 2026-04-30T17:00:40.231Z | Compiling async-stream-impl v0.3.6 |
| 892 | 2026-04-30T17:00:40.241Z | Checking serde_spanned v1.1.1 |
| 893 | 2026-04-30T17:00:40.315Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 894 | 2026-04-30T17:00:40.358Z | Checking num_cpus v1.16.0 |
| 895 | 2026-04-30T17:00:40.359Z | Compiling dropshot v0.17.0 |
| 896 | 2026-04-30T17:00:40.411Z | Checking encoding_rs v0.8.34 |
| 897 | 2026-04-30T17:00:40.428Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 898 | 2026-04-30T17:00:40.510Z | Compiling doc-comment v0.3.3 |
| 899 | 2026-04-30T17:00:40.574Z | Checking predicates-core v1.0.8 |
| 900 | 2026-04-30T17:00:40.595Z | Checking toml v1.1.2+spec-1.1.0 |
| 901 | 2026-04-30T17:00:40.721Z | Compiling dropshot_endpoint v0.17.0 |
| 902 | 2026-04-30T17:00:40.734Z | Checking threadpool v1.8.1 |
| 903 | 2026-04-30T17:00:40.822Z | Checking async-stream v0.3.6 |
| 904 | 2026-04-30T17:00:40.848Z | Checking slog-bunyan v2.5.0 |
| 905 | 2026-04-30T17:00:40.858Z | Checking slog-envlogger v2.2.0 |
| 906 | 2026-04-30T17:00:40.944Z | Checking async-compression v0.4.33 |
| 907 | 2026-04-30T17:00:40.956Z | Checking sha1 v0.10.6 |
| 908 | 2026-04-30T17:00:40.991Z | Checking openapiv3 v2.2.0 |
| 909 | 2026-04-30T17:00:41.105Z | Checking waitgroup v0.1.2 |
| 910 | 2026-04-30T17:00:41.163Z | Checking rustls-pemfile v2.2.0 |
| 911 | 2026-04-30T17:00:41.180Z | Checking float-cmp v0.10.0 |
| 912 | 2026-04-30T17:00:41.201Z | Checking hostname v0.4.2 |
| 913 | 2026-04-30T17:00:41.293Z | Checking termtree v0.4.1 |
| 914 | 2026-04-30T17:00:41.293Z | Checking difflib v0.4.0 |
| 915 | 2026-04-30T17:00:41.313Z | Checking escape8259 v0.5.3 |
| 916 | 2026-04-30T17:00:41.419Z | Compiling assert_cmd v2.0.16 |
| 917 | 2026-04-30T17:00:41.430Z | Checking humantime v2.1.0 |
| 918 | 2026-04-30T17:00:41.468Z | Checking normalize-line-endings v0.3.0 |
| 919 | 2026-04-30T17:00:41.552Z | Checking predicates v3.1.3 |
| 920 | 2026-04-30T17:00:41.556Z | Checking libtest-mimic v0.7.3 |
| 921 | 2026-04-30T17:00:41.582Z | Checking tokio-rustls v0.25.0 |
| 922 | 2026-04-30T17:00:41.594Z | Checking predicates-tree v1.0.11 |
| 923 | 2026-04-30T17:00:41.699Z | Checking fancy-regex v0.13.0 |
| 924 | 2026-04-30T17:00:41.752Z | Checking unicode-segmentation v1.12.0 |
| 925 | 2026-04-30T17:00:41.766Z | Checking similar v2.7.0 |
| 926 | 2026-04-30T17:00:42.036Z | Checking datatest-stable v0.2.9 |
| 927 | 2026-04-30T17:00:42.064Z | Checking newline-converter v0.3.0 |
| 928 | 2026-04-30T17:00:42.167Z | Checking expectorate v1.1.0 |
| 929 | 2026-04-30T17:00:46.658Z | Checking rustls-webpki v0.103.13 |
| 930 | 2026-04-30T17:00:48.783Z | Checking tough v0.22.0 |
| 931 | 2026-04-30T17:00:50.389Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 932 | 2026-04-30T17:00:51.170Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin) |
| 933 | 2026-04-30T17:00:51.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.37s |
| 934 | 2026-04-30T17:00:51.691Z | warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 935 | 2026-04-30T17:00:51.691Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 936 | 2026-04-30T17:00:51.885Z | |
| 937 | 2026-04-30T17:00:51.885Z | real 39.613343570 |
| 938 | 2026-04-30T17:00:51.885Z | user 2:24.980779409 |
| 939 | 2026-04-30T17:00:51.885Z | sys 41.700033669 |
| 940 | 2026-04-30T17:00:51.885Z | trap 0.075837902 |
| 941 | 2026-04-30T17:00:51.885Z | tflt 0.245687252 |
| 942 | 2026-04-30T17:00:51.885Z | dflt 0.125826429 |
| 943 | 2026-04-30T17:00:51.885Z | kflt 0.008022920 |
| 944 | 2026-04-30T17:00:51.885Z | lock 6:16.445529874 |
| 945 | 2026-04-30T17:00:51.889Z | slp 8:26.009771706 |
| 946 | 2026-04-30T17:00:51.889Z | lat 8.224028849 |
| 947 | 2026-04-30T17:00:51.889Z | stop 47.251434781 |
| 948 | 2026-04-30T17:00:51.889Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 949 | 2026-04-30T17:00:51.889Z | + ptime -m cargo doc --workspace --no-deps |
| 950 | 2026-04-30T17:00:52.135Z | Compiling num-traits v0.2.19 |
| 951 | 2026-04-30T17:00:52.175Z | Compiling slab v0.4.9 |
| 952 | 2026-04-30T17:00:52.180Z | Checking spin v0.9.8 |
| 953 | 2026-04-30T17:00:52.183Z | Compiling slog v2.8.2 |
| 954 | 2026-04-30T17:00:52.187Z | Checking indexmap v2.14.0 |
| 955 | 2026-04-30T17:00:52.191Z | Checking tokio v1.52.1 |
| 956 | 2026-04-30T17:00:52.198Z | Checking regex-automata v0.4.8 |
| 957 | 2026-04-30T17:00:52.212Z | Checking tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 958 | 2026-04-30T17:00:52.267Z | Checking lazy_static v1.5.0 |
| 959 | 2026-04-30T17:00:52.339Z | Checking bstr v1.10.0 |
| 960 | 2026-04-30T17:00:52.485Z | Checking time v0.3.47 |
| 961 | 2026-04-30T17:00:52.581Z | Checking futures-util v0.3.32 |
| 962 | 2026-04-30T17:00:52.599Z | Checking slog-scope v4.4.0 |
| 963 | 2026-04-30T17:00:52.651Z | Checking tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 964 | 2026-04-30T17:00:52.702Z | Checking toml_edit v0.19.15 |
| 965 | 2026-04-30T17:00:52.714Z | Checking toml_edit v0.22.24 |
| 966 | 2026-04-30T17:00:52.809Z | Checking zip v4.2.0 |
| 967 | 2026-04-30T17:00:53.010Z | Checking num-integer v0.1.46 |
| 968 | 2026-04-30T17:00:53.213Z | Checking num-iter v0.1.45 |
| 969 | 2026-04-30T17:00:53.282Z | Checking chrono v0.4.44 |
| 970 | 2026-04-30T17:00:53.304Z | Checking num-bigint-dig v0.8.4 |
| 971 | 2026-04-30T17:00:53.342Z | Checking slog-async v2.8.0 |
| 972 | 2026-04-30T17:00:53.501Z | Checking slog-stdlog v4.1.1 |
| 973 | 2026-04-30T17:00:53.530Z | Checking globset v0.4.15 |
| 974 | 2026-04-30T17:00:53.601Z | Checking regex v1.11.1 |
| 975 | 2026-04-30T17:00:53.704Z | Checking toml v0.7.8 |
| 976 | 2026-04-30T17:00:53.755Z | Checking console v0.15.10 |
| 977 | 2026-04-30T17:00:53.777Z | Checking toml v0.8.20 |
| 978 | 2026-04-30T17:00:53.859Z | Documenting tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 979 | 2026-04-30T17:00:53.963Z | Documenting tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact) |
| 980 | 2026-04-30T17:00:53.979Z | Checking rsa v0.9.6 |
| 981 | 2026-04-30T17:00:54.105Z | Checking slog-term v2.9.2 |
| 982 | 2026-04-30T17:00:54.340Z | Checking slog-envlogger v2.2.0 |
| 983 | 2026-04-30T17:00:54.348Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 984 | 2026-04-30T17:00:54.400Z | Checking futures-executor v0.3.32 |
| 985 | 2026-04-30T17:00:54.524Z | Checking futures v0.3.32 |
| 986 | 2026-04-30T17:00:54.719Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550) |
| 987 | 2026-04-30T17:00:54.882Z | Checking hyper v1.9.0 |
| 988 | 2026-04-30T17:00:54.882Z | Checking tokio-util v0.7.13 |
| 989 | 2026-04-30T17:00:54.882Z | Checking tower v0.5.2 |
| 990 | 2026-04-30T17:00:55.335Z | Checking hyper-util v0.1.20 |
| 991 | 2026-04-30T17:00:55.945Z | Checking reqwest v0.12.12 |
| 992 | 2026-04-30T17:00:56.321Z | Checking tough v0.22.0 |
| 993 | 2026-04-30T17:00:57.903Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 994 | 2026-04-30T17:00:57.903Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib) |
| 995 | 2026-04-30T17:00:58.545Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin) |
| 996 | 2026-04-30T17:01:00.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s |
| 997 | 2026-04-30T17:01:00.014Z | warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 998 | 2026-04-30T17:01:00.014Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 999 | 2026-04-30T17:01:00.052Z | Generated /work/oxidecomputer/tufaceous/target/doc/tufaceous/index.html and 3 other files |
| 1000 | 2026-04-30T17:01:00.067Z | |
| 1001 | 2026-04-30T17:01:00.070Z | real 8.164477698 |
| 1002 | 2026-04-30T17:01:00.070Z | user 20.761955303 |
| 1003 | 2026-04-30T17:01:00.070Z | sys 4.094542079 |
| 1004 | 2026-04-30T17:01:00.070Z | trap 0.006677660 |
| 1005 | 2026-04-30T17:01:00.070Z | tflt 0.000240529 |
| 1006 | 2026-04-30T17:01:00.070Z | dflt 0.001041847 |
| 1007 | 2026-04-30T17:01:00.070Z | kflt 0.000013836 |
| 1008 | 2026-04-30T17:01:00.070Z | lock 1:07.338742966 |
| 1009 | 2026-04-30T17:01:00.070Z | slp 49.551582290 |
| 1010 | 2026-04-30T17:01:00.070Z | lat 0.598960121 |
| 1011 | 2026-04-30T17:01:00.070Z | stop 2.142806137 |
| 1012 | 2026-04-30T17:01:00.070Z | process exited: duration 90584 ms, exit code 0 |
| |
| 1013 | 2026-04-30T17:01:00.077Z | found 0 output files |