|
|
|
| 1 | 2026-07-03T04:46:08.473Z | job assigned to worker 01KWK4Q5VGGNF5ZR5A6PXZPZ4K [factory aws, i-04ccbe3452981afb1] (queued for 53 s) |
| |
| 2 | 2026-07-03T04:46:14.861Z | starting task 0: "setup" |
| 3 | 2026-07-03T04:46:14.864Z | ++ uname -s |
| 4 | 2026-07-03T04:46:14.867Z | + kern=SunOS |
| 5 | 2026-07-03T04:46:14.867Z | + build_user=build |
| 6 | 2026-07-03T04:46:14.867Z | + build_uid=12345 |
| 7 | 2026-07-03T04:46:14.867Z | + work_dir=/work |
| 8 | 2026-07-03T04:46:14.867Z | + input_dir=/input |
| 9 | 2026-07-03T04:46:14.867Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-03T04:46:14.867Z | + case "$kern" in |
| 11 | 2026-07-03T04:46:14.867Z | + groupadd -g 12345 build |
| 12 | 2026-07-03T04:46:14.870Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-03T04:46:16.873Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-03T04:46:16.987Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-03T04:46:16.989Z | + home_fs=zfs |
| 16 | 2026-07-03T04:46:16.990Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-03T04:46:16.990Z | + mkdir -p /home/build |
| 18 | 2026-07-03T04:46:16.990Z | + chown build:build /home/build /work |
| 19 | 2026-07-03T04:46:17.991Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-03T04:46:17.994Z | process exited: duration 3133 ms, exit code 0 |
| |
| 21 | 2026-07-03T04:46:18.000Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-03T04:46:18.004Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-07-03T04:46:18.004Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-07-03T04:46:18.004Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-03T04:46:18.004Z | * rust toolchain profile = "default" |
| 26 | 2026-07-03T04:46:18.004Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-03T04:46:18.004Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-03T04:46:18.007Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-03T04:46:18.007Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-07-03T04:46:18.102Z | info: downloading installer |
| 31 | 2026-07-03T04:46:19.547Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-07-03T04:46:19.547Z | warn: /opt/ooce/bin |
| 33 | 2026-07-03T04:46:19.547Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-07-03T04:46:19.547Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-07-03T04:46:19.547Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-07-03T04:46:19.547Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-07-03T04:46:19.547Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-07-03T04:46:19.547Z | error: cannot install while Rust is installed |
| 39 | 2026-07-03T04:46:19.547Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-07-03T04:46:19.547Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-07-03T04:46:19.547Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-07-03T04:46:19.547Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-07-03T04:46:19.547Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-07-03T04:46:19.560Z | info: profile set to default |
| 45 | 2026-07-03T04:46:19.560Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-07-03T04:46:19.563Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-07-03T04:46:19.715Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-07-03T04:46:19.717Z | info: downloading 6 components |
| 49 | 2026-07-03T04:46:34.247Z | |
| 50 | 2026-07-03T04:46:34.247Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 51 | 2026-07-03T04:46:34.277Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-07-03T04:46:34.277Z | |
| 53 | 2026-07-03T04:46:34.277Z | |
| 54 | 2026-07-03T04:46:34.277Z | Rust is installed now. Great! |
| 55 | 2026-07-03T04:46:34.277Z | |
| 56 | 2026-07-03T04:46:34.277Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-07-03T04:46:34.277Z | environment variable. This has not been done automatically. |
| 58 | 2026-07-03T04:46:34.277Z | |
| 59 | 2026-07-03T04:46:34.277Z | To configure your current shell, you need to source |
| 60 | 2026-07-03T04:46:34.277Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-07-03T04:46:34.277Z | |
| 62 | 2026-07-03T04:46:34.277Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-07-03T04:46:34.277Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-07-03T04:46:34.277Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-07-03T04:46:34.277Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-07-03T04:46:34.277Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-07-03T04:46:34.277Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-07-03T04:46:34.278Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-07-03T04:46:34.280Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-07-03T04:46:34.280Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-07-03T04:46:34.372Z | + rustup --version |
| 72 | 2026-07-03T04:46:34.381Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-07-03T04:46:34.383Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-07-03T04:46:34.403Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-07-03T04:46:34.405Z | + cargo --version |
| 76 | 2026-07-03T04:46:34.418Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-07-03T04:46:34.421Z | + rustc --version |
| 78 | 2026-07-03T04:46:34.441Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-07-03T04:46:34.443Z | process exited: duration 16442 ms, exit code 0 |
| |
| 80 | 2026-07-03T04:46:34.448Z | starting task 2: "authentication" |
| 81 | 2026-07-03T04:46:34.464Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-07-03T04:46:34.470Z | starting task 3: "clone repository" |
| 83 | 2026-07-03T04:46:34.473Z | + mkdir -p /work/oxidecomputer/tufaceous |
| 84 | 2026-07-03T04:46:34.475Z | + git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous |
| 85 | 2026-07-03T04:46:34.506Z | Cloning into '/work/oxidecomputer/tufaceous'... |
| 86 | 2026-07-03T04:46:34.962Z | + cd /work/oxidecomputer/tufaceous |
| 87 | 2026-07-03T04:46:34.965Z | + git fetch origin f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c |
| 88 | 2026-07-03T04:46:35.207Z | From https://github.com/oxidecomputer/tufaceous |
| 89 | 2026-07-03T04:46:35.207Z | * branch f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c -> FETCH_HEAD |
| 90 | 2026-07-03T04:46:35.213Z | + [[ -n iliana/artifact-hash-v1-schema ]] |
| 91 | 2026-07-03T04:46:35.215Z | ++ git branch --show-current |
| 92 | 2026-07-03T04:46:35.215Z | + current=main |
| 93 | 2026-07-03T04:46:35.216Z | + [[ main != iliana/artifact-hash-v1-schema ]] |
| 94 | 2026-07-03T04:46:35.216Z | + git branch -f iliana/artifact-hash-v1-schema f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c |
| 95 | 2026-07-03T04:46:35.218Z | + git checkout -f iliana/artifact-hash-v1-schema |
| 96 | 2026-07-03T04:46:35.227Z | Switched to branch 'iliana/artifact-hash-v1-schema' |
| 97 | 2026-07-03T04:46:35.229Z | + git reset --hard f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c |
| 98 | 2026-07-03T04:46:35.232Z | HEAD is now at f5bfd89 add ArtifactHash::v1_json_schema |
| 99 | 2026-07-03T04:46:35.232Z | process exited: duration 761 ms, exit code 0 |
| |
| 100 | 2026-07-03T04:46:35.237Z | starting task 4: "build" |
| 101 | 2026-07-03T04:46:35.240Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-07-03T04:46:35.243Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-07-03T04:46:35.243Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-07-03T04:46:35.243Z | ++ export 'RUSTFLAGS=-D warnings' |
| 105 | 2026-07-03T04:46:35.243Z | ++ RUSTFLAGS='-D warnings' |
| 106 | 2026-07-03T04:46:35.243Z | ++ export CARGO_INCREMENTAL=0 |
| 107 | 2026-07-03T04:46:35.243Z | ++ CARGO_INCREMENTAL=0 |
| 108 | 2026-07-03T04:46:35.243Z | +++ uname -s |
| 109 | 2026-07-03T04:46:35.243Z | ++ HOST_OS=SunOS |
| 110 | 2026-07-03T04:46:35.243Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 111 | 2026-07-03T04:46:35.243Z | ++ CLANGVER=15 |
| 112 | 2026-07-03T04:46:35.243Z | ++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15 |
| 113 | 2026-07-03T04:46:42.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 114 | 2026-07-03T04:46:49.978Z | Startup: Caching catalogs ... Done |
| 115 | 2026-07-03T04:46:57.269Z | Planning: Solver setup ... Done (6.004s) |
| 116 | 2026-07-03T04:46:57.310Z | Planning: Running solver ... Done (0.041s) |
| 117 | 2026-07-03T04:46:57.449Z | Planning: Finding local manifests ... Done (0.004s) |
| 118 | 2026-07-03T04:46:57.461Z | Planning: Fetching manifests: 0/3 0% complete |
| 119 | 2026-07-03T04:46:57.547Z | Planning: Fetching manifests: 3/3 100% complete |
| 120 | 2026-07-03T04:46:57.575Z | Planning: Package planning ... Done (0.029s) |
| 121 | 2026-07-03T04:46:57.601Z | Planning: Merging actions ... Done (0.025s) |
| 122 | 2026-07-03T04:46:57.708Z | Planning: Checking for conflicting actions ... Done (0.106s) |
| 123 | 2026-07-03T04:46:57.714Z | Planning: Consolidating action changes ... Done (0.006s) |
| 124 | 2026-07-03T04:46:58.472Z | Planning: Evaluating mediators ... Done (0.758s) |
| 125 | 2026-07-03T04:46:58.477Z | Planning: Planning completed in 8.33 seconds |
| 126 | 2026-07-03T04:46:58.488Z | Packages to install: 3 |
| 127 | 2026-07-03T04:46:58.491Z | Mediators to change: 2 |
| 128 | 2026-07-03T04:46:58.491Z | Services to change: 1 |
| 129 | 2026-07-03T04:46:58.491Z | Estimated space available: 155.46 GB |
| 130 | 2026-07-03T04:46:58.491Z | Estimated space to be consumed: 1.86 GB |
| 131 | 2026-07-03T04:46:58.491Z | Create boot environment: No |
| 132 | 2026-07-03T04:46:58.491Z | Create backup boot environment: No |
| 133 | 2026-07-03T04:46:58.491Z | Rebuild boot archive: No |
| 134 | 2026-07-03T04:46:58.491Z | |
| 135 | 2026-07-03T04:46:58.491Z | Changed mediators: |
| 136 | 2026-07-03T04:46:58.491Z | mediator clang: |
| 137 | 2026-07-03T04:46:58.491Z | version: None -> 15 (system default) |
| 138 | 2026-07-03T04:46:58.491Z | |
| 139 | 2026-07-03T04:46:58.491Z | mediator llvm: |
| 140 | 2026-07-03T04:46:58.491Z | version: 14 (system default) -> 15 (system default) |
| 141 | 2026-07-03T04:46:58.491Z | |
| 142 | 2026-07-03T04:46:58.491Z | Changed packages: |
| 143 | 2026-07-03T04:46:58.491Z | helios-dev |
| 144 | 2026-07-03T04:46:58.491Z | developer/build-essential |
| 145 | 2026-07-03T04:46:58.491Z | None -> 11-2.0 |
| 146 | 2026-07-03T04:46:58.491Z | ooce/developer/clang-15 |
| 147 | 2026-07-03T04:46:58.491Z | None -> 15.0.7-2.0 |
| 148 | 2026-07-03T04:46:58.492Z | ooce/developer/llvm-15 |
| 149 | 2026-07-03T04:46:58.492Z | None -> 15.0.7-2.0 |
| 150 | 2026-07-03T04:46:58.492Z | |
| 151 | 2026-07-03T04:46:58.492Z | Services: |
| 152 | 2026-07-03T04:46:58.492Z | restart_fmri: |
| 153 | 2026-07-03T04:46:58.492Z | svc:/system/update-man-index:default |
| 154 | 2026-07-03T04:46:58.531Z | |
| 155 | 2026-07-03T04:46:58.531Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 156 | 2026-07-03T04:47:03.671Z | Download: 2001/3076 items 117.7/211.3MB 55% complete (24.1M/s) |
| 157 | 2026-07-03T04:47:08.783Z | Download: 3034/3076 items 201.8/211.3MB 95% complete (21.4M/s) |
| 158 | 2026-07-03T04:47:09.352Z | Download: Completed 211.31 MB in 10.82 seconds (19.5M/s) |
| 159 | 2026-07-03T04:47:09.503Z | Actions: 1/3430 actions (Installing new actions) |
| 160 | 2026-07-03T04:47:12.603Z | Actions: Completed 3430 actions in 3.10 seconds. |
| 161 | 2026-07-03T04:47:13.241Z | Done (0.635s) |
| 162 | 2026-07-03T04:47:13.241Z | Done (0.000s) |
| 163 | 2026-07-03T04:47:14.006Z | Done (0.765s) |
| 164 | 2026-07-03T04:47:17.361Z | Done (3.001s) |
| 165 | 2026-07-03T04:47:17.431Z | Done (0.013s) |
| 166 | 2026-07-03T04:47:17.434Z | Done (0.000s) |
| 167 | 2026-07-03T04:47:17.700Z | Done (0.000s) |
| 168 | 2026-07-03T04:47:18.374Z | ++ (( rc != 4 && rc != 0 )) |
| 169 | 2026-07-03T04:47:18.374Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 170 | 2026-07-03T04:47:18.565Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-07-03T04:47:18.673Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-07-03T04:47:18.676Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-07-03T04:47:18.835Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-07-03T04:47:18.837Z | Planning: Planning completed in 0.27 seconds |
| 175 | 2026-07-03T04:47:18.856Z | Mediators to change: 2 |
| 176 | 2026-07-03T04:47:18.856Z | Create boot environment: No |
| 177 | 2026-07-03T04:47:18.856Z | Create backup boot environment: No |
| 178 | 2026-07-03T04:47:18.909Z | Done |
| 179 | 2026-07-03T04:47:18.909Z | Done |
| 180 | 2026-07-03T04:47:19.535Z | Done |
| 181 | 2026-07-03T04:47:22.002Z | Done |
| 182 | 2026-07-03T04:47:22.078Z | Done |
| 183 | 2026-07-03T04:47:22.081Z | Done |
| 184 | 2026-07-03T04:47:22.228Z | Done |
| 185 | 2026-07-03T04:47:22.302Z | + cargo --version |
| 186 | 2026-07-03T04:47:22.311Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 187 | 2026-07-03T04:47:22.314Z | + rustc --version |
| 188 | 2026-07-03T04:47:22.334Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 189 | 2026-07-03T04:47:22.337Z | + banner clippy |
| 190 | 2026-07-03T04:47:22.339Z | |
| 191 | 2026-07-03T04:47:22.339Z | #### # # ##### ##### # # |
| 192 | 2026-07-03T04:47:22.339Z | # # # # # # # # # # |
| 193 | 2026-07-03T04:47:22.339Z | # # # # # # # # |
| 194 | 2026-07-03T04:47:22.339Z | # # # ##### ##### # |
| 195 | 2026-07-03T04:47:22.339Z | # # # # # # # |
| 196 | 2026-07-03T04:47:22.339Z | #### ###### # # # # |
| 197 | 2026-07-03T04:47:22.339Z | |
| 198 | 2026-07-03T04:47:22.339Z | + ptime -m cargo clippy --all-features --all-targets |
| 199 | 2026-07-03T04:47:22.479Z | Updating crates.io index |
| 200 | 2026-07-03T04:47:22.521Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 201 | 2026-07-03T04:47:22.787Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 202 | 2026-07-03T04:47:23.701Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 203 | 2026-07-03T04:47:23.954Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 204 | 2026-07-03T04:47:25.807Z | Downloading crates ... |
| 205 | 2026-07-03T04:47:25.858Z | Downloaded adler2 v2.0.0 |
| 206 | 2026-07-03T04:47:25.865Z | Downloaded futures-channel v0.3.31 |
| 207 | 2026-07-03T04:47:25.868Z | Downloaded crc-catalog v2.4.0 |
| 208 | 2026-07-03T04:47:25.870Z | Downloaded flagset v0.4.6 |
| 209 | 2026-07-03T04:47:25.870Z | Downloaded equivalent v1.0.1 |
| 210 | 2026-07-03T04:47:25.880Z | Downloaded darling_macro v0.21.3 |
| 211 | 2026-07-03T04:47:25.883Z | Downloaded heck v0.5.0 |
| 212 | 2026-07-03T04:47:25.883Z | Downloaded crossbeam-utils v0.8.21 |
| 213 | 2026-07-03T04:47:25.888Z | Downloaded olpc-cjson v0.1.4 |
| 214 | 2026-07-03T04:47:25.890Z | Downloaded hex v0.4.3 |
| 215 | 2026-07-03T04:47:25.895Z | Downloaded icu_locid_transform_data v1.5.0 |
| 216 | 2026-07-03T04:47:25.898Z | Downloaded futures-core v0.3.31 |
| 217 | 2026-07-03T04:47:25.901Z | Downloaded icu_normalizer_data v1.5.0 |
| 218 | 2026-07-03T04:47:25.905Z | Downloaded iana-time-zone v0.1.61 |
| 219 | 2026-07-03T04:47:25.905Z | Downloaded anstream v0.6.15 |
| 220 | 2026-07-03T04:47:25.907Z | Downloaded clap_builder v4.5.31 |
| 221 | 2026-07-03T04:47:25.910Z | Downloaded fnv v1.0.7 |
| 222 | 2026-07-03T04:47:25.912Z | Downloaded icu_properties v1.5.1 |
| 223 | 2026-07-03T04:47:25.912Z | Downloaded icu_normalizer v1.5.0 |
| 224 | 2026-07-03T04:47:25.915Z | Downloaded form_urlencoded v1.2.2 |
| 225 | 2026-07-03T04:47:25.915Z | Downloaded getrandom v0.2.15 |
| 226 | 2026-07-03T04:47:25.917Z | Downloaded hybrid-array v0.4.12 |
| 227 | 2026-07-03T04:47:25.920Z | Downloaded block-buffer v0.10.4 |
| 228 | 2026-07-03T04:47:25.920Z | Downloaded nodrop v0.1.14 |
| 229 | 2026-07-03T04:47:25.922Z | Downloaded maybe-uninit v2.0.0 |
| 230 | 2026-07-03T04:47:25.922Z | Downloaded crypto-common v0.2.2 |
| 231 | 2026-07-03T04:47:25.925Z | Downloaded displaydoc v0.2.5 |
| 232 | 2026-07-03T04:47:25.925Z | Downloaded crc v3.2.1 |
| 233 | 2026-07-03T04:47:25.927Z | Downloaded num-traits v0.2.19 |
| 234 | 2026-07-03T04:47:25.930Z | Downloaded anstyle-parse v0.2.5 |
| 235 | 2026-07-03T04:47:25.930Z | Downloaded digest-io v0.1.0 |
| 236 | 2026-07-03T04:47:25.932Z | Downloaded generic-array v0.14.7 |
| 237 | 2026-07-03T04:47:25.932Z | Downloaded percent-encoding v2.3.2 |
| 238 | 2026-07-03T04:47:25.932Z | Downloaded num-integer v0.1.46 |
| 239 | 2026-07-03T04:47:25.935Z | Downloaded num-conv v0.2.2 |
| 240 | 2026-07-03T04:47:25.935Z | Downloaded litemap v0.7.3 |
| 241 | 2026-07-03T04:47:25.935Z | Downloaded crypto-common v0.1.6 |
| 242 | 2026-07-03T04:47:25.938Z | Downloaded ciborium-io v0.2.2 |
| 243 | 2026-07-03T04:47:25.938Z | Downloaded cfg-if v1.0.0 |
| 244 | 2026-07-03T04:47:25.938Z | Downloaded filetime v0.2.25 |
| 245 | 2026-07-03T04:47:25.940Z | Downloaded num-iter v0.1.45 |
| 246 | 2026-07-03T04:47:25.940Z | Downloaded colorchoice v1.0.2 |
| 247 | 2026-07-03T04:47:25.943Z | Downloaded rusty-fork v0.3.0 |
| 248 | 2026-07-03T04:47:25.943Z | Downloaded packed_struct_codegen v0.10.1 |
| 249 | 2026-07-03T04:47:25.945Z | Downloaded array-init v0.0.4 |
| 250 | 2026-07-03T04:47:25.945Z | Downloaded anstyle v1.0.10 |
| 251 | 2026-07-03T04:47:25.947Z | Downloaded clap_lex v0.7.4 |
| 252 | 2026-07-03T04:47:25.947Z | Downloaded lazy_static v1.5.0 |
| 253 | 2026-07-03T04:47:25.954Z | Downloaded globset v0.4.15 |
| 254 | 2026-07-03T04:47:25.957Z | Downloaded digest v0.10.7 |
| 255 | 2026-07-03T04:47:25.959Z | Downloaded same-file v1.0.6 |
| 256 | 2026-07-03T04:47:25.962Z | Downloaded futures-io v0.3.31 |
| 257 | 2026-07-03T04:47:25.962Z | Downloaded ident_case v1.0.1 |
| 258 | 2026-07-03T04:47:25.964Z | Downloaded radium v0.7.0 |
| 259 | 2026-07-03T04:47:25.964Z | Downloaded is_terminal_polyfill v1.70.1 |
| 260 | 2026-07-03T04:47:25.967Z | Downloaded rand_xorshift v0.3.0 |
| 261 | 2026-07-03T04:47:25.967Z | Downloaded futures-sink v0.3.31 |
| 262 | 2026-07-03T04:47:25.967Z | Downloaded cpufeatures v0.3.0 |
| 263 | 2026-07-03T04:47:25.970Z | Downloaded newline-converter v0.3.0 |
| 264 | 2026-07-03T04:47:25.970Z | Downloaded quick-error v1.2.3 |
| 265 | 2026-07-03T04:47:25.970Z | Downloaded block-buffer v0.12.1 |
| 266 | 2026-07-03T04:47:25.973Z | Downloaded itoa v1.0.11 |
| 267 | 2026-07-03T04:47:25.975Z | Downloaded anstyle-query v1.1.1 |
| 268 | 2026-07-03T04:47:25.975Z | Downloaded futures-task v0.3.31 |
| 269 | 2026-07-03T04:47:25.978Z | Downloaded icu_collections v1.5.0 |
| 270 | 2026-07-03T04:47:25.980Z | Downloaded dunce v1.0.5 |
| 271 | 2026-07-03T04:47:25.980Z | Downloaded pkg-config v0.3.31 |
| 272 | 2026-07-03T04:47:25.983Z | Downloaded bit-set v0.5.3 |
| 273 | 2026-07-03T04:47:25.983Z | Downloaded fastrand v2.1.1 |
| 274 | 2026-07-03T04:47:25.983Z | Downloaded dyn-clone v1.0.18 |
| 275 | 2026-07-03T04:47:25.985Z | Downloaded is-terminal v0.4.13 |
| 276 | 2026-07-03T04:47:25.985Z | Downloaded async-recursion v1.1.1 |
| 277 | 2026-07-03T04:47:25.990Z | Downloaded futures-macro v0.3.31 |
| 278 | 2026-07-03T04:47:25.993Z | Downloaded funty v2.0.0 |
| 279 | 2026-07-03T04:47:25.995Z | Downloaded errno v0.3.13 |
| 280 | 2026-07-03T04:47:25.998Z | Downloaded ciborium-ll v0.2.2 |
| 281 | 2026-07-03T04:47:26.001Z | Downloaded atomicwrites v0.4.4 |
| 282 | 2026-07-03T04:47:26.003Z | Downloaded path-slash v0.1.5 |
| 283 | 2026-07-03T04:47:26.003Z | Downloaded signature v2.2.0 |
| 284 | 2026-07-03T04:47:26.006Z | Downloaded rand_chacha v0.3.1 |
| 285 | 2026-07-03T04:47:26.006Z | Downloaded deranged v0.5.8 |
| 286 | 2026-07-03T04:47:26.008Z | Downloaded ref-cast-impl v1.0.25 |
| 287 | 2026-07-03T04:47:26.008Z | Downloaded icu_provider_macros v1.5.0 |
| 288 | 2026-07-03T04:47:26.011Z | Downloaded daft-derive v0.1.1 |
| 289 | 2026-07-03T04:47:26.013Z | Downloaded ref-cast v1.0.25 |
| 290 | 2026-07-03T04:47:26.013Z | Downloaded powerfmt v0.2.0 |
| 291 | 2026-07-03T04:47:26.016Z | Downloaded cpufeatures v0.2.14 |
| 292 | 2026-07-03T04:47:26.019Z | Downloaded serde_spanned v0.6.8 |
| 293 | 2026-07-03T04:47:26.021Z | Downloaded idna_adapter v1.2.0 |
| 294 | 2026-07-03T04:47:26.026Z | Downloaded slog-envlogger v2.2.0 |
| 295 | 2026-07-03T04:47:26.029Z | Downloaded pkcs8 v0.10.2 |
| 296 | 2026-07-03T04:47:26.031Z | Downloaded crc-any v2.5.0 |
| 297 | 2026-07-03T04:47:26.031Z | Downloaded cmake v0.1.58 |
| 298 | 2026-07-03T04:47:26.034Z | Downloaded digest v0.11.3 |
| 299 | 2026-07-03T04:47:26.034Z | Downloaded byteorder v1.5.0 |
| 300 | 2026-07-03T04:47:26.036Z | Downloaded icu_locid_transform v1.5.0 |
| 301 | 2026-07-03T04:47:26.036Z | Downloaded strum v0.26.3 |
| 302 | 2026-07-03T04:47:26.036Z | Downloaded structmeta v0.3.0 |
| 303 | 2026-07-03T04:47:26.039Z | Downloaded strsim v0.11.1 |
| 304 | 2026-07-03T04:47:26.039Z | Downloaded serde_derive_internals v0.29.1 |
| 305 | 2026-07-03T04:47:26.039Z | Downloaded tap v1.0.1 |
| 306 | 2026-07-03T04:47:26.041Z | Downloaded subtle v2.6.1 |
| 307 | 2026-07-03T04:47:26.041Z | Downloaded jobserver v0.1.32 |
| 308 | 2026-07-03T04:47:26.041Z | Downloaded take_mut v0.2.2 |
| 309 | 2026-07-03T04:47:26.044Z | Downloaded structmeta-derive v0.3.0 |
| 310 | 2026-07-03T04:47:26.044Z | Downloaded rustversion v1.0.22 |
| 311 | 2026-07-03T04:47:26.046Z | Downloaded pem v3.0.5 |
| 312 | 2026-07-03T04:47:26.046Z | Downloaded paste v1.0.15 |
| 313 | 2026-07-03T04:47:26.049Z | Downloaded time-core v0.1.8 |
| 314 | 2026-07-03T04:47:26.051Z | Downloaded terminal_size v0.4.0 |
| 315 | 2026-07-03T04:47:26.051Z | Downloaded pin-project-internal v1.1.6 |
| 316 | 2026-07-03T04:47:26.051Z | Downloaded pkcs1 v0.7.5 |
| 317 | 2026-07-03T04:47:26.054Z | Downloaded thread_local v1.1.8 |
| 318 | 2026-07-03T04:47:26.056Z | Downloaded stable_deref_trait v1.2.0 |
| 319 | 2026-07-03T04:47:26.058Z | Downloaded tokio-macros v2.5.0 |
| 320 | 2026-07-03T04:47:26.059Z | Downloaded find-msvc-tools v0.1.9 |
| 321 | 2026-07-03T04:47:26.059Z | Downloaded async-trait v0.1.86 |
| 322 | 2026-07-03T04:47:26.061Z | Downloaded tokio-test v0.4.5 |
| 323 | 2026-07-03T04:47:26.064Z | Downloaded daft v0.1.1 |
| 324 | 2026-07-03T04:47:26.066Z | Downloaded ppv-lite86 v0.2.20 |
| 325 | 2026-07-03T04:47:26.067Z | Downloaded pin-utils v0.1.0 |
| 326 | 2026-07-03T04:47:26.067Z | Downloaded camino-tempfile v1.4.1 |
| 327 | 2026-07-03T04:47:26.069Z | Downloaded autocfg v1.4.0 |
| 328 | 2026-07-03T04:47:26.069Z | Downloaded fs_extra v1.3.0 |
| 329 | 2026-07-03T04:47:26.072Z | Downloaded slab v0.4.9 |
| 330 | 2026-07-03T04:47:26.074Z | Downloaded bitfield v0.14.0 |
| 331 | 2026-07-03T04:47:26.074Z | Downloaded shlex v1.3.0 |
| 332 | 2026-07-03T04:47:26.074Z | Downloaded futures-executor v0.3.31 |
| 333 | 2026-07-03T04:47:26.077Z | Downloaded byte-wrapper v0.1.0 |
| 334 | 2026-07-03T04:47:26.079Z | Downloaded slog-stdlog v4.1.1 |
| 335 | 2026-07-03T04:47:26.079Z | Downloaded tinyvec_macros v0.1.1 |
| 336 | 2026-07-03T04:47:26.079Z | Downloaded toml_datetime v0.6.8 |
| 337 | 2026-07-03T04:47:26.082Z | Downloaded aws-lc-rs v1.16.3 |
| 338 | 2026-07-03T04:47:26.085Z | Downloaded spki v0.7.3 |
| 339 | 2026-07-03T04:47:26.088Z | Downloaded clap_derive v4.5.28 |
| 340 | 2026-07-03T04:47:26.088Z | Downloaded ciborium v0.2.2 |
| 341 | 2026-07-03T04:47:26.090Z | Downloaded bzip2 v0.4.4 |
| 342 | 2026-07-03T04:47:26.090Z | Downloaded slog-scope v4.4.0 |
| 343 | 2026-07-03T04:47:26.093Z | Downloaded utf8_iter v1.0.4 |
| 344 | 2026-07-03T04:47:26.093Z | Downloaded untrusted v0.7.1 |
| 345 | 2026-07-03T04:47:26.093Z | Downloaded semver v1.0.25 |
| 346 | 2026-07-03T04:47:26.095Z | Downloaded pem-rfc7468 v0.7.0 |
| 347 | 2026-07-03T04:47:26.095Z | Downloaded pin-project-lite v0.2.14 |
| 348 | 2026-07-03T04:47:26.098Z | Downloaded strum_macros v0.26.4 |
| 349 | 2026-07-03T04:47:26.100Z | Downloaded bit-vec v0.6.3 |
| 350 | 2026-07-03T04:47:26.100Z | Downloaded log v0.4.22 |
| 351 | 2026-07-03T04:47:26.103Z | Downloaded unarray v0.1.4 |
| 352 | 2026-07-03T04:47:26.103Z | Downloaded utf16_iter v1.0.5 |
| 353 | 2026-07-03T04:47:26.103Z | Downloaded utf8parse v0.2.2 |
| 354 | 2026-07-03T04:47:26.103Z | Downloaded const-oid v0.9.6 |
| 355 | 2026-07-03T04:47:26.106Z | Downloaded packed_struct v0.10.1 |
| 356 | 2026-07-03T04:47:26.106Z | Downloaded darling_core v0.21.3 |
| 357 | 2026-07-03T04:47:26.108Z | Downloaded write16 v1.0.0 |
| 358 | 2026-07-03T04:47:26.111Z | Downloaded smallvec v0.6.14 |
| 359 | 2026-07-03T04:47:26.111Z | Downloaded synstructure v0.13.1 |
| 360 | 2026-07-03T04:47:26.111Z | Downloaded snafu-derive v0.8.5 |
| 361 | 2026-07-03T04:47:26.113Z | Downloaded slog-term v2.9.2 |
| 362 | 2026-07-03T04:47:26.113Z | Downloaded slog-async v2.8.0 |
| 363 | 2026-07-03T04:47:26.113Z | Downloaded termcolor v1.4.1 |
| 364 | 2026-07-03T04:47:26.116Z | Downloaded proc-macro2 v1.0.93 |
| 365 | 2026-07-03T04:47:26.116Z | Downloaded thiserror v1.0.69 |
| 366 | 2026-07-03T04:47:26.118Z | Downloaded xattr v1.3.1 |
| 367 | 2026-07-03T04:47:26.120Z | Downloaded wait-timeout v0.2.0 |
| 368 | 2026-07-03T04:47:26.120Z | Downloaded version_check v0.9.5 |
| 369 | 2026-07-03T04:47:26.123Z | Downloaded yoke-derive v0.7.4 |
| 370 | 2026-07-03T04:47:26.123Z | Downloaded tls_codec_derive v0.4.1 |
| 371 | 2026-07-03T04:47:26.123Z | Downloaded schemars_derive v0.8.22 |
| 372 | 2026-07-03T04:47:26.123Z | Downloaded zeroize_derive v1.4.2 |
| 373 | 2026-07-03T04:47:26.125Z | Downloaded darling v0.21.3 |
| 374 | 2026-07-03T04:47:26.128Z | Downloaded rand_core v0.6.4 |
| 375 | 2026-07-03T04:47:26.130Z | Downloaded tinystr v0.7.6 |
| 376 | 2026-07-03T04:47:26.130Z | Downloaded time-macros v0.2.27 |
| 377 | 2026-07-03T04:47:26.133Z | Downloaded ryu v1.0.18 |
| 378 | 2026-07-03T04:47:26.133Z | Downloaded sha2 v0.11.0 |
| 379 | 2026-07-03T04:47:26.135Z | Downloaded ahash v0.8.11 |
| 380 | 2026-07-03T04:47:26.135Z | Downloaded serde_with_macros v3.14.1 |
| 381 | 2026-07-03T04:47:26.138Z | Downloaded bitflags v2.6.0 |
| 382 | 2026-07-03T04:47:26.141Z | Downloaded sha2 v0.10.8 |
| 383 | 2026-07-03T04:47:26.141Z | Downloaded rustls-pki-types v1.14.1 |
| 384 | 2026-07-03T04:47:26.143Z | Downloaded base64ct v1.6.0 |
| 385 | 2026-07-03T04:47:26.143Z | Downloaded serde_plain v1.0.2 |
| 386 | 2026-07-03T04:47:26.146Z | Downloaded der_derive v0.7.3 |
| 387 | 2026-07-03T04:47:26.146Z | Downloaded spin v0.9.8 |
| 388 | 2026-07-03T04:47:26.146Z | Downloaded zerofrom-derive v0.1.4 |
| 389 | 2026-07-03T04:47:26.148Z | Downloaded zerofrom v0.1.4 |
| 390 | 2026-07-03T04:47:26.148Z | Downloaded tls_codec v0.4.1 |
| 391 | 2026-07-03T04:47:26.148Z | Downloaded slog v2.7.0 |
| 392 | 2026-07-03T04:47:26.151Z | Downloaded serde-hex v0.1.0 |
| 393 | 2026-07-03T04:47:26.151Z | Downloaded camino v1.1.9 |
| 394 | 2026-07-03T04:47:26.153Z | Downloaded thiserror-impl v1.0.69 |
| 395 | 2026-07-03T04:47:26.156Z | Downloaded const-oid v0.10.2 |
| 396 | 2026-07-03T04:47:26.159Z | Downloaded once_cell v1.20.3 |
| 397 | 2026-07-03T04:47:26.159Z | Downloaded libm v0.2.8 |
| 398 | 2026-07-03T04:47:26.162Z | Downloaded quote v1.0.38 |
| 399 | 2026-07-03T04:47:26.164Z | Downloaded pin-project v1.1.6 |
| 400 | 2026-07-03T04:47:26.169Z | Downloaded untrusted v0.9.0 |
| 401 | 2026-07-03T04:47:26.172Z | Downloaded yoke v0.7.4 |
| 402 | 2026-07-03T04:47:26.172Z | Downloaded zerovec-derive v0.10.3 |
| 403 | 2026-07-03T04:47:26.174Z | Downloaded wyz v0.5.1 |
| 404 | 2026-07-03T04:47:26.174Z | Downloaded tokio-stream v0.1.18 |
| 405 | 2026-07-03T04:47:26.177Z | Downloaded thiserror v2.0.12 |
| 406 | 2026-07-03T04:47:26.179Z | Downloaded term v1.2.1 |
| 407 | 2026-07-03T04:47:26.181Z | Downloaded schemars v0.8.22 |
| 408 | 2026-07-03T04:47:26.186Z | Downloaded writeable v0.5.5 |
| 409 | 2026-07-03T04:47:26.188Z | Downloaded thiserror-impl v2.0.12 |
| 410 | 2026-07-03T04:47:26.188Z | Downloaded crossbeam-channel v0.5.15 |
| 411 | 2026-07-03T04:47:26.191Z | Downloaded serde_derive v1.0.228 |
| 412 | 2026-07-03T04:47:26.193Z | Downloaded futures v0.3.31 |
| 413 | 2026-07-03T04:47:26.195Z | Downloaded console v0.15.10 |
| 414 | 2026-07-03T04:47:26.198Z | Downloaded similar v2.7.0 |
| 415 | 2026-07-03T04:47:26.200Z | Downloaded zeroize v1.8.1 |
| 416 | 2026-07-03T04:47:26.200Z | Downloaded env_logger v0.10.2 |
| 417 | 2026-07-03T04:47:26.203Z | Downloaded getrandom v0.3.3 |
| 418 | 2026-07-03T04:47:26.203Z | Downloaded tinyvec v1.8.0 |
| 419 | 2026-07-03T04:47:26.205Z | Downloaded test-strategy v0.4.0 |
| 420 | 2026-07-03T04:47:26.208Z | Downloaded icu_provider v1.5.0 |
| 421 | 2026-07-03T04:47:26.208Z | Downloaded bytes v1.11.1 |
| 422 | 2026-07-03T04:47:26.210Z | Downloaded arc-swap v1.7.1 |
| 423 | 2026-07-03T04:47:26.213Z | Downloaded miniz_oxide v0.8.0 |
| 424 | 2026-07-03T04:47:26.215Z | Downloaded icu_locid v1.5.0 |
| 425 | 2026-07-03T04:47:26.217Z | Downloaded smallvec v1.14.0 |
| 426 | 2026-07-03T04:47:26.217Z | Downloaded ron v0.8.1 |
| 427 | 2026-07-03T04:47:26.220Z | Downloaded zerocopy-derive v0.7.35 |
| 428 | 2026-07-03T04:47:26.223Z | Downloaded tempfile v3.20.0 |
| 429 | 2026-07-03T04:47:26.225Z | Downloaded flate2 v1.0.35 |
| 430 | 2026-07-03T04:47:26.227Z | Downloaded walkdir v2.5.0 |
| 431 | 2026-07-03T04:47:26.227Z | Downloaded base64 v0.22.1 |
| 432 | 2026-07-03T04:47:26.230Z | Downloaded serde_core v1.0.228 |
| 433 | 2026-07-03T04:47:26.232Z | Downloaded indexmap v1.9.3 |
| 434 | 2026-07-03T04:47:26.234Z | Downloaded hashbrown v0.13.2 |
| 435 | 2026-07-03T04:47:26.234Z | Downloaded clap v4.5.31 |
| 436 | 2026-07-03T04:47:26.239Z | Downloaded toml v0.7.8 |
| 437 | 2026-07-03T04:47:26.241Z | Downloaded crc32fast v1.4.2 |
| 438 | 2026-07-03T04:47:26.244Z | Downloaded schemars v0.9.0 |
| 439 | 2026-07-03T04:47:26.248Z | Downloaded unicode-ident v1.0.14 |
| 440 | 2026-07-03T04:47:26.250Z | Downloaded idna v1.1.0 |
| 441 | 2026-07-03T04:47:26.253Z | Downloaded snafu v0.8.5 |
| 442 | 2026-07-03T04:47:26.255Z | Downloaded tar v0.4.46 |
| 443 | 2026-07-03T04:47:26.258Z | Downloaded der v0.7.9 |
| 444 | 2026-07-03T04:47:26.260Z | Downloaded expectorate v1.1.0 |
| 445 | 2026-07-03T04:47:26.260Z | Downloaded anyhow v1.0.96 |
| 446 | 2026-07-03T04:47:26.263Z | Downloaded serde v1.0.228 |
| 447 | 2026-07-03T04:47:26.265Z | Downloaded indexmap v2.7.1 |
| 448 | 2026-07-03T04:47:26.268Z | Downloaded half v2.7.1 |
| 449 | 2026-07-03T04:47:26.268Z | Downloaded rsa v0.9.10 |
| 450 | 2026-07-03T04:47:26.270Z | Downloaded rand v0.8.6 |
| 451 | 2026-07-03T04:47:26.273Z | Downloaded cc v1.2.61 |
| 452 | 2026-07-03T04:47:26.275Z | Downloaded rustls-webpki v0.103.13 |
| 453 | 2026-07-03T04:47:26.278Z | Downloaded memchr v2.7.4 |
| 454 | 2026-07-03T04:47:26.281Z | Downloaded zerocopy v0.6.6 |
| 455 | 2026-07-03T04:47:26.281Z | Downloaded base64 v0.21.7 |
| 456 | 2026-07-03T04:47:26.283Z | Downloaded schemars v1.1.0 |
| 457 | 2026-07-03T04:47:26.291Z | Downloaded toml_edit v0.19.15 |
| 458 | 2026-07-03T04:47:26.299Z | Downloaded zip v0.6.6 |
| 459 | 2026-07-03T04:47:26.311Z | Downloaded zerocopy-derive v0.8.27 |
| 460 | 2026-07-03T04:47:26.314Z | Downloaded hashbrown v0.12.3 |
| 461 | 2026-07-03T04:47:26.317Z | Downloaded num-bigint-dig v0.8.6 |
| 462 | 2026-07-03T04:47:26.319Z | Downloaded url v2.5.7 |
| 463 | 2026-07-03T04:47:26.322Z | Downloaded x509-cert v0.2.5 |
| 464 | 2026-07-03T04:47:26.326Z | Downloaded typenum v1.20.1 |
| 465 | 2026-07-03T04:47:26.329Z | Downloaded typed-path v0.9.3 |
| 466 | 2026-07-03T04:47:26.333Z | Downloaded hashbrown v0.15.1 |
| 467 | 2026-07-03T04:47:26.336Z | Downloaded unicode-segmentation v1.12.0 |
| 468 | 2026-07-03T04:47:26.340Z | Downloaded tokio-util v0.7.15 |
| 469 | 2026-07-03T04:47:26.348Z | Downloaded unicode-normalization v0.1.24 |
| 470 | 2026-07-03T04:47:26.357Z | Downloaded futures-util v0.3.31 |
| 471 | 2026-07-03T04:47:26.363Z | Downloaded serde_json v1.0.139 |
| 472 | 2026-07-03T04:47:26.367Z | Downloaded icu_properties_data v1.5.0 |
| 473 | 2026-07-03T04:47:26.372Z | Downloaded rawzip v0.4.4 |
| 474 | 2026-07-03T04:47:26.379Z | Downloaded winnow v0.5.40 |
| 475 | 2026-07-03T04:47:26.383Z | Downloaded zerovec v0.10.4 |
| 476 | 2026-07-03T04:47:26.386Z | Downloaded zerocopy v0.7.35 |
| 477 | 2026-07-03T04:47:26.395Z | Downloaded aho-corasick v1.1.3 |
| 478 | 2026-07-03T04:47:26.398Z | Downloaded proptest v1.5.0 |
| 479 | 2026-07-03T04:47:26.402Z | Downloaded tough v0.22.0 |
| 480 | 2026-07-03T04:47:26.407Z | Downloaded serde_with v3.14.1 |
| 481 | 2026-07-03T04:47:26.416Z | Downloaded bitvec v1.0.1 |
| 482 | 2026-07-03T04:47:26.424Z | Downloaded syn v1.0.109 |
| 483 | 2026-07-03T04:47:26.429Z | Downloaded chrono v0.4.40 |
| 484 | 2026-07-03T04:47:26.435Z | Downloaded regex v1.11.1 |
| 485 | 2026-07-03T04:47:26.442Z | Downloaded time v0.3.47 |
| 486 | 2026-07-03T04:47:26.448Z | Downloaded zerocopy v0.8.27 |
| 487 | 2026-07-03T04:47:26.459Z | Downloaded syn v2.0.96 |
| 488 | 2026-07-03T04:47:26.465Z | Downloaded object v0.30.4 |
| 489 | 2026-07-03T04:47:26.470Z | Downloaded bstr v1.10.0 |
| 490 | 2026-07-03T04:47:26.475Z | Downloaded unicode-width v0.2.0 |
| 491 | 2026-07-03T04:47:26.504Z | Downloaded regex-syntax v0.8.5 |
| 492 | 2026-07-03T04:47:26.508Z | Downloaded rustix v0.38.37 |
| 493 | 2026-07-03T04:47:26.520Z | Downloaded rustix v1.0.7 |
| 494 | 2026-07-03T04:47:26.531Z | Downloaded rustls v0.23.40 |
| 495 | 2026-07-03T04:47:26.538Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 496 | 2026-07-03T04:47:26.561Z | Downloaded zerocopy-derive v0.6.6 |
| 497 | 2026-07-03T04:47:26.569Z | Downloaded regex-automata v0.4.8 |
| 498 | 2026-07-03T04:47:26.577Z | Downloaded tokio v1.47.2 |
| 499 | 2026-07-03T04:47:26.596Z | Downloaded libc v0.2.170 |
| 500 | 2026-07-03T04:47:26.652Z | Downloaded ring v0.17.13 |
| 501 | 2026-07-03T04:47:27.176Z | Downloaded aws-lc-sys v0.40.0 |
| 502 | 2026-07-03T04:47:27.373Z | Compiling proc-macro2 v1.0.93 |
| 503 | 2026-07-03T04:47:27.373Z | Compiling unicode-ident v1.0.14 |
| 504 | 2026-07-03T04:47:27.375Z | Compiling serde_core v1.0.228 |
| 505 | 2026-07-03T04:47:27.375Z | Compiling serde v1.0.228 |
| 506 | 2026-07-03T04:47:27.375Z | Compiling libc v0.2.170 |
| 507 | 2026-07-03T04:47:27.375Z | Checking cfg-if v1.0.0 |
| 508 | 2026-07-03T04:47:27.376Z | Compiling autocfg v1.4.0 |
| 509 | 2026-07-03T04:47:27.527Z | Compiling shlex v1.3.0 |
| 510 | 2026-07-03T04:47:27.594Z | Compiling find-msvc-tools v0.1.9 |
| 511 | 2026-07-03T04:47:27.729Z | Checking once_cell v1.20.3 |
| 512 | 2026-07-03T04:47:27.852Z | Checking memchr v2.7.4 |
| 513 | 2026-07-03T04:47:27.869Z | Compiling version_check v0.9.5 |
| 514 | 2026-07-03T04:47:27.900Z | Checking byteorder v1.5.0 |
| 515 | 2026-07-03T04:47:27.915Z | Checking typenum v1.20.1 |
| 516 | 2026-07-03T04:47:28.083Z | Compiling libm v0.2.8 |
| 517 | 2026-07-03T04:47:28.128Z | Compiling jobserver v0.1.32 |
| 518 | 2026-07-03T04:47:28.141Z | Checking zeroize v1.8.1 |
| 519 | 2026-07-03T04:47:28.223Z | Compiling num-traits v0.2.19 |
| 520 | 2026-07-03T04:47:28.267Z | Compiling rustix v0.38.37 |
| 521 | 2026-07-03T04:47:28.313Z | Checking errno v0.3.13 |
| 522 | 2026-07-03T04:47:28.323Z | Compiling cc v1.2.61 |
| 523 | 2026-07-03T04:47:28.419Z | Compiling quote v1.0.38 |
| 524 | 2026-07-03T04:47:28.592Z | Compiling syn v2.0.96 |
| 525 | 2026-07-03T04:47:28.595Z | Checking const-oid v0.9.6 |
| 526 | 2026-07-03T04:47:28.637Z | Compiling heck v0.5.0 |
| 527 | 2026-07-03T04:47:28.664Z | Checking getrandom v0.2.15 |
| 528 | 2026-07-03T04:47:28.755Z | Compiling generic-array v0.14.7 |
| 529 | 2026-07-03T04:47:28.792Z | Checking rand_core v0.6.4 |
| 530 | 2026-07-03T04:47:28.830Z | Checking stable_deref_trait v1.2.0 |
| 531 | 2026-07-03T04:47:28.900Z | Checking base64ct v1.6.0 |
| 532 | 2026-07-03T04:47:28.943Z | Checking smallvec v1.14.0 |
| 533 | 2026-07-03T04:47:29.003Z | Checking spin v0.9.8 |
| 534 | 2026-07-03T04:47:29.107Z | Checking pem-rfc7468 v0.7.0 |
| 535 | 2026-07-03T04:47:29.107Z | Checking lazy_static v1.5.0 |
| 536 | 2026-07-03T04:47:29.190Z | Checking itoa v1.0.11 |
| 537 | 2026-07-03T04:47:29.254Z | Checking flagset v0.4.6 |
| 538 | 2026-07-03T04:47:29.257Z | Compiling getrandom v0.3.3 |
| 539 | 2026-07-03T04:47:29.283Z | Checking log v0.4.22 |
| 540 | 2026-07-03T04:47:29.304Z | Checking utf8parse v0.2.2 |
| 541 | 2026-07-03T04:47:29.364Z | Compiling rustix v1.0.7 |
| 542 | 2026-07-03T04:47:29.395Z | Checking anstyle-parse v0.2.5 |
| 543 | 2026-07-03T04:47:29.404Z | Checking colorchoice v1.0.2 |
| 544 | 2026-07-03T04:47:29.434Z | Checking anstyle-query v1.1.1 |
| 545 | 2026-07-03T04:47:29.489Z | Checking anstyle v1.0.10 |
| 546 | 2026-07-03T04:47:29.516Z | Compiling radium v0.7.0 |
| 547 | 2026-07-03T04:47:29.531Z | Compiling syn v1.0.109 |
| 548 | 2026-07-03T04:47:29.540Z | Checking is_terminal_polyfill v1.70.1 |
| 549 | 2026-07-03T04:47:29.574Z | Checking crypto-common v0.1.6 |
| 550 | 2026-07-03T04:47:29.612Z | Checking block-buffer v0.10.4 |
| 551 | 2026-07-03T04:47:29.657Z | Checking anstream v0.6.15 |
| 552 | 2026-07-03T04:47:29.677Z | Checking tap v1.0.1 |
| 553 | 2026-07-03T04:47:29.706Z | Checking regex-syntax v0.8.5 |
| 554 | 2026-07-03T04:47:29.721Z | Checking strsim v0.11.1 |
| 555 | 2026-07-03T04:47:29.767Z | Compiling serde_json v1.0.139 |
| 556 | 2026-07-03T04:47:29.797Z | Compiling maybe-uninit v2.0.0 |
| 557 | 2026-07-03T04:47:29.839Z | Checking clap_lex v0.7.4 |
| 558 | 2026-07-03T04:47:29.850Z | Checking fastrand v2.1.1 |
| 559 | 2026-07-03T04:47:29.867Z | Compiling pkg-config v0.3.31 |
| 560 | 2026-07-03T04:47:30.001Z | Checking wyz v0.5.1 |
| 561 | 2026-07-03T04:47:30.014Z | Checking digest v0.10.7 |
| 562 | 2026-07-03T04:47:30.111Z | Checking num-integer v0.1.46 |
| 563 | 2026-07-03T04:47:30.139Z | Compiling cmake v0.1.58 |
| 564 | 2026-07-03T04:47:30.163Z | Checking is-terminal v0.4.13 |
| 565 | 2026-07-03T04:47:30.177Z | Compiling ahash v0.8.11 |
| 566 | 2026-07-03T04:47:30.243Z | Compiling num-bigint-dig v0.8.6 |
| 567 | 2026-07-03T04:47:30.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 568 | 2026-07-03T04:47:30.321Z | Checking hex v0.4.3 |
| 569 | 2026-07-03T04:47:30.408Z | Compiling packed_struct v0.10.1 |
| 570 | 2026-07-03T04:47:30.450Z | Compiling fs_extra v1.3.0 |
| 571 | 2026-07-03T04:47:30.467Z | Checking futures-core v0.3.31 |
| 572 | 2026-07-03T04:47:30.521Z | Checking funty v2.0.0 |
| 573 | 2026-07-03T04:47:30.580Z | Compiling dunce v1.0.5 |
| 574 | 2026-07-03T04:47:30.608Z | Checking subtle v2.6.1 |
| 575 | 2026-07-03T04:47:30.661Z | Checking litemap v0.7.3 |
| 576 | 2026-07-03T04:47:30.670Z | Checking writeable v0.5.5 |
| 577 | 2026-07-03T04:47:30.696Z | Checking ryu v1.0.18 |
| 578 | 2026-07-03T04:47:30.733Z | Compiling aws-lc-sys v0.40.0 |
| 579 | 2026-07-03T04:47:30.831Z | Checking bitvec v1.0.1 |
| 580 | 2026-07-03T04:47:30.861Z | Checking num-iter v0.1.45 |
| 581 | 2026-07-03T04:47:30.950Z | Compiling indexmap v1.9.3 |
| 582 | 2026-07-03T04:47:30.959Z | Checking crc32fast v1.4.2 |
| 583 | 2026-07-03T04:47:31.006Z | Checking equivalent v1.0.1 |
| 584 | 2026-07-03T04:47:31.080Z | Compiling thiserror v1.0.69 |
| 585 | 2026-07-03T04:47:31.089Z | Checking hashbrown v0.15.1 |
| 586 | 2026-07-03T04:47:31.164Z | Checking nodrop v0.1.14 |
| 587 | 2026-07-03T04:47:31.243Z | Checking crc-catalog v2.4.0 |
| 588 | 2026-07-03T04:47:31.324Z | Compiling synstructure v0.13.1 |
| 589 | 2026-07-03T04:47:31.371Z | Checking cpufeatures v0.2.14 |
| 590 | 2026-07-03T04:47:31.433Z | Checking pin-project-lite v0.2.14 |
| 591 | 2026-07-03T04:47:31.496Z | Checking indexmap v2.7.1 |
| 592 | 2026-07-03T04:47:31.514Z | Checking sha2 v0.10.8 |
| 593 | 2026-07-03T04:47:31.808Z | Checking crc v3.2.1 |
| 594 | 2026-07-03T04:47:31.938Z | Compiling serde_derive_internals v0.29.1 |
| 595 | 2026-07-03T04:47:31.948Z | Checking array-init v0.0.4 |
| 596 | 2026-07-03T04:47:32.008Z | Checking smallvec v0.6.14 |
| 597 | 2026-07-03T04:47:32.023Z | Checking signature v2.2.0 |
| 598 | 2026-07-03T04:47:32.104Z | Compiling slog v2.7.0 |
| 599 | 2026-07-03T04:47:32.202Z | Compiling thiserror v2.0.12 |
| 600 | 2026-07-03T04:47:32.216Z | Compiling paste v1.0.15 |
| 601 | 2026-07-03T04:47:32.299Z | Compiling schemars v0.8.22 |
| 602 | 2026-07-03T04:47:32.379Z | Checking termcolor v1.4.1 |
| 603 | 2026-07-03T04:47:32.489Z | Checking bitfield v0.14.0 |
| 604 | 2026-07-03T04:47:32.504Z | Checking dyn-clone v1.0.18 |
| 605 | 2026-07-03T04:47:32.524Z | Checking base64 v0.21.7 |
| 606 | 2026-07-03T04:47:32.563Z | Compiling serde_derive v1.0.228 |
| 607 | 2026-07-03T04:47:32.577Z | Compiling zerocopy-derive v0.7.35 |
| 608 | 2026-07-03T04:47:32.593Z | Compiling zerofrom-derive v0.1.4 |
| 609 | 2026-07-03T04:47:32.614Z | Compiling yoke-derive v0.7.4 |
| 610 | 2026-07-03T04:47:32.652Z | Compiling zerovec-derive v0.10.3 |
| 611 | 2026-07-03T04:47:32.709Z | Compiling der_derive v0.7.3 |
| 612 | 2026-07-03T04:47:32.747Z | Compiling displaydoc v0.2.5 |
| 613 | 2026-07-03T04:47:33.405Z | Checking zerocopy v0.7.35 |
| 614 | 2026-07-03T04:47:33.459Z | Compiling zerocopy-derive v0.6.6 |
| 615 | 2026-07-03T04:47:33.622Z | Compiling clap_derive v4.5.28 |
| 616 | 2026-07-03T04:47:33.643Z | Checking der v0.7.9 |
| 617 | 2026-07-03T04:47:33.652Z | Compiling packed_struct_codegen v0.10.1 |
| 618 | 2026-07-03T04:47:33.843Z | Checking zerofrom v0.1.4 |
| 619 | 2026-07-03T04:47:33.903Z | Checking ppv-lite86 v0.2.20 |
| 620 | 2026-07-03T04:47:33.954Z | Checking yoke v0.7.4 |
| 621 | 2026-07-03T04:47:34.124Z | Checking zerovec v0.10.4 |
| 622 | 2026-07-03T04:47:34.196Z | Checking rand_chacha v0.3.1 |
| 623 | 2026-07-03T04:47:34.259Z | Checking zerocopy v0.6.6 |
| 624 | 2026-07-03T04:47:34.370Z | Checking rand v0.8.6 |
| 625 | 2026-07-03T04:47:34.373Z | Checking spki v0.7.3 |
| 626 | 2026-07-03T04:47:34.529Z | Checking pkcs8 v0.10.2 |
| 627 | 2026-07-03T04:47:34.538Z | Compiling icu_provider_macros v1.5.0 |
| 628 | 2026-07-03T04:47:34.668Z | Checking pkcs1 v0.7.5 |
| 629 | 2026-07-03T04:47:34.773Z | Checking tinystr v0.7.6 |
| 630 | 2026-07-03T04:47:34.798Z | Compiling thiserror-impl v1.0.69 |
| 631 | 2026-07-03T04:47:34.851Z | Checking hashbrown v0.12.3 |
| 632 | 2026-07-03T04:47:34.860Z | Checking winnow v0.5.40 |
| 633 | 2026-07-03T04:47:34.932Z | Checking icu_locid v1.5.0 |
| 634 | 2026-07-03T04:47:35.074Z | Checking icu_locid_transform_data v1.5.0 |
| 635 | 2026-07-03T04:47:35.138Z | Checking hashbrown v0.13.2 |
| 636 | 2026-07-03T04:47:35.221Z | Checking icu_collections v1.5.0 |
| 637 | 2026-07-03T04:47:35.350Z | Checking icu_provider v1.5.0 |
| 638 | 2026-07-03T04:47:35.523Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 639 | 2026-07-03T04:47:35.532Z | Checking x509-cert v0.2.5 |
| 640 | 2026-07-03T04:47:35.535Z | Compiling schemars_derive v0.8.22 |
| 641 | 2026-07-03T04:47:35.547Z | Checking bitflags v2.6.0 |
| 642 | 2026-07-03T04:47:35.658Z | Checking serde_spanned v0.6.8 |
| 643 | 2026-07-03T04:47:36.145Z | Checking toml_datetime v0.6.8 |
| 644 | 2026-07-03T04:47:36.296Z | Checking ron v0.8.1 |
| 645 | 2026-07-03T04:47:36.299Z | Checking toml_edit v0.19.15 |
| 646 | 2026-07-03T04:47:36.390Z | Checking tempfile v3.20.0 |
| 647 | 2026-07-03T04:47:36.433Z | Checking terminal_size v0.4.0 |
| 648 | 2026-07-03T04:47:36.542Z | Checking clap_builder v4.5.31 |
| 649 | 2026-07-03T04:47:36.568Z | Checking rsa v0.9.10 |
| 650 | 2026-07-03T04:47:36.571Z | Checking icu_locid_transform v1.5.0 |
| 651 | 2026-07-03T04:47:36.671Z | Checking serde-hex v0.1.0 |
| 652 | 2026-07-03T04:47:36.791Z | Checking env_logger v0.10.2 |
| 653 | 2026-07-03T04:47:36.959Z | Compiling structmeta-derive v0.3.0 |
| 654 | 2026-07-03T04:47:36.985Z | Compiling thiserror-impl v2.0.12 |
| 655 | 2026-07-03T04:47:37.106Z | Checking bzip2 v0.4.4 |
| 656 | 2026-07-03T04:47:37.261Z | Checking wait-timeout v0.2.0 |
| 657 | 2026-07-03T04:47:37.270Z | Checking aho-corasick v1.1.3 |
| 658 | 2026-07-03T04:47:37.309Z | Compiling slab v0.4.9 |
| 659 | 2026-07-03T04:47:37.372Z | Checking quick-error v1.2.3 |
| 660 | 2026-07-03T04:47:37.466Z | Compiling zerocopy v0.8.27 |
| 661 | 2026-07-03T04:47:37.532Z | Compiling aws-lc-rs v1.16.3 |
| 662 | 2026-07-03T04:47:37.783Z | Checking clap v4.5.31 |
| 663 | 2026-07-03T04:47:37.822Z | Checking bit-vec v0.6.3 |
| 664 | 2026-07-03T04:47:37.833Z | Compiling ident_case v1.0.1 |
| 665 | 2026-07-03T04:47:37.853Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 666 | 2026-07-03T04:47:37.944Z | Checking crc-any v2.5.0 |
| 667 | 2026-07-03T04:47:37.984Z | Compiling fnv v1.0.7 |
| 668 | 2026-07-03T04:47:38.034Z | Checking futures-sink v0.3.31 |
| 669 | 2026-07-03T04:47:38.073Z | Checking icu_properties_data v1.5.0 |
| 670 | 2026-07-03T04:47:38.124Z | Compiling darling_core v0.21.3 |
| 671 | 2026-07-03T04:47:38.187Z | Checking rusty-fork v0.3.0 |
| 672 | 2026-07-03T04:47:38.197Z | Checking icu_properties v1.5.1 |
| 673 | 2026-07-03T04:47:38.206Z | Compiling structmeta v0.3.0 |
| 674 | 2026-07-03T04:47:38.214Z | Checking bit-set v0.5.3 |
| 675 | 2026-07-03T04:47:38.276Z | Checking regex-automata v0.4.8 |
| 676 | 2026-07-03T04:47:38.382Z | Checking toml v0.7.8 |
| 677 | 2026-07-03T04:47:38.395Z | Checking zip v0.6.6 |
| 678 | 2026-07-03T04:47:38.698Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 679 | 2026-07-03T04:47:38.845Z | Checking object v0.30.4 |
| 680 | 2026-07-03T04:47:39.116Z | Compiling daft-derive v0.1.1 |
| 681 | 2026-07-03T04:47:39.225Z | Compiling tokio-macros v2.5.0 |
| 682 | 2026-07-03T04:47:39.563Z | Compiling zerocopy-derive v0.8.27 |
| 683 | 2026-07-03T04:47:39.620Z | Checking rand_xorshift v0.3.0 |
| 684 | 2026-07-03T04:47:39.729Z | Checking hybrid-array v0.4.12 |
| 685 | 2026-07-03T04:47:39.788Z | Checking write16 v1.0.0 |
| 686 | 2026-07-03T04:47:39.879Z | Checking bytes v1.11.1 |
| 687 | 2026-07-03T04:47:39.897Z | Checking icu_normalizer_data v1.5.0 |
| 688 | 2026-07-03T04:47:39.962Z | Checking utf16_iter v1.0.5 |
| 689 | 2026-07-03T04:47:40.066Z | Checking path-slash v0.1.5 |
| 690 | 2026-07-03T04:47:40.158Z | Compiling rustversion v1.0.22 |
| 691 | 2026-07-03T04:47:40.167Z | Checking unarray v0.1.4 |
| 692 | 2026-07-03T04:47:40.205Z | Checking utf8_iter v1.0.4 |
| 693 | 2026-07-03T04:47:40.259Z | Checking proptest v1.5.0 |
| 694 | 2026-07-03T04:47:40.283Z | Checking tokio v1.47.2 |
| 695 | 2026-07-03T04:47:40.320Z | Checking icu_normalizer v1.5.0 |
| 696 | 2026-07-03T04:47:40.533Z | Compiling darling_macro v0.21.3 |
| 697 | 2026-07-03T04:47:40.675Z | Checking daft v0.1.1 |
| 698 | 2026-07-03T04:47:40.830Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 699 | 2026-07-03T04:47:40.860Z | Checking byte-wrapper v0.1.0 |
| 700 | 2026-07-03T04:47:41.014Z | Compiling test-strategy v0.4.0 |
| 701 | 2026-07-03T04:47:41.030Z | Checking futures-channel v0.3.31 |
| 702 | 2026-07-03T04:47:41.059Z | Compiling futures-macro v0.3.31 |
| 703 | 2026-07-03T04:47:41.202Z | Checking tinyvec_macros v0.1.1 |
| 704 | 2026-07-03T04:47:41.247Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 705 | 2026-07-03T04:47:41.260Z | Checking iana-time-zone v0.1.61 |
| 706 | 2026-07-03T04:47:41.360Z | Checking untrusted v0.7.1 |
| 707 | 2026-07-03T04:47:41.465Z | Checking pin-utils v0.1.0 |
| 708 | 2026-07-03T04:47:41.529Z | Checking futures-io v0.3.31 |
| 709 | 2026-07-03T04:47:41.549Z | Checking futures-task v0.3.31 |
| 710 | 2026-07-03T04:47:41.634Z | Checking chrono v0.4.40 |
| 711 | 2026-07-03T04:47:41.678Z | Checking tinyvec v1.8.0 |
| 712 | 2026-07-03T04:47:41.833Z | Compiling darling v0.21.3 |
| 713 | 2026-07-03T04:47:41.849Z | Checking futures-util v0.3.31 |
| 714 | 2026-07-03T04:47:41.909Z | Checking idna_adapter v1.2.0 |
| 715 | 2026-07-03T04:47:42.078Z | Checking half v2.7.1 |
| 716 | 2026-07-03T04:47:42.264Z | Checking crypto-common v0.2.2 |
| 717 | 2026-07-03T04:47:42.316Z | Checking block-buffer v0.12.1 |
| 718 | 2026-07-03T04:47:42.326Z | Checking xattr v1.3.1 |
| 719 | 2026-07-03T04:47:42.441Z | Compiling pin-project-internal v1.1.6 |
| 720 | 2026-07-03T04:47:42.451Z | Checking filetime v0.2.25 |
| 721 | 2026-07-03T04:47:42.489Z | Checking rustls-pki-types v1.14.1 |
| 722 | 2026-07-03T04:47:42.521Z | Compiling rustls v0.23.40 |
| 723 | 2026-07-03T04:47:42.568Z | Checking untrusted v0.9.0 |
| 724 | 2026-07-03T04:47:42.592Z | Checking percent-encoding v2.3.2 |
| 725 | 2026-07-03T04:47:42.666Z | Checking ciborium-io v0.2.2 |
| 726 | 2026-07-03T04:47:42.719Z | Compiling camino v1.1.9 |
| 727 | 2026-07-03T04:47:42.728Z | Checking const-oid v0.10.2 |
| 728 | 2026-07-03T04:47:42.744Z | Checking ciborium-ll v0.2.2 |
| 729 | 2026-07-03T04:47:42.745Z | Checking form_urlencoded v1.2.2 |
| 730 | 2026-07-03T04:47:42.762Z | Compiling strum_macros v0.26.4 |
| 731 | 2026-07-03T04:47:42.869Z | Checking tar v0.4.46 |
| 732 | 2026-07-03T04:47:42.871Z | Checking digest v0.11.3 |
| 733 | 2026-07-03T04:47:42.904Z | Checking tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact) |
| 734 | 2026-07-03T04:47:43.014Z | Checking unicode-normalization v0.1.24 |
| 735 | 2026-07-03T04:47:43.065Z | Checking idna v1.1.0 |
| 736 | 2026-07-03T04:47:43.238Z | Compiling serde_with_macros v3.14.1 |
| 737 | 2026-07-03T04:47:43.300Z | Compiling snafu-derive v0.8.5 |
| 738 | 2026-07-03T04:47:43.398Z | Checking bstr v1.10.0 |
| 739 | 2026-07-03T04:47:43.508Z | Checking pin-project v1.1.6 |
| 740 | 2026-07-03T04:47:43.579Z | Checking adler2 v2.0.0 |
| 741 | 2026-07-03T04:47:43.594Z | Compiling semver v1.0.25 |
| 742 | 2026-07-03T04:47:43.678Z | Checking same-file v1.0.6 |
| 743 | 2026-07-03T04:47:43.722Z | Checking base64 v0.22.1 |
| 744 | 2026-07-03T04:47:43.763Z | Checking futures-executor v0.3.31 |
| 745 | 2026-07-03T04:47:43.783Z | Checking walkdir v2.5.0 |
| 746 | 2026-07-03T04:47:43.904Z | Checking futures v0.3.31 |
| 747 | 2026-07-03T04:47:43.913Z | Checking globset v0.4.15 |
| 748 | 2026-07-03T04:47:43.935Z | Checking miniz_oxide v0.8.0 |
| 749 | 2026-07-03T04:47:43.946Z | Checking pem v3.0.5 |
| 750 | 2026-07-03T04:47:43.970Z | Checking olpc-cjson v0.1.4 |
| 751 | 2026-07-03T04:47:44.091Z | Checking url v2.5.7 |
| 752 | 2026-07-03T04:47:44.138Z | Checking ciborium v0.2.2 |
| 753 | 2026-07-03T04:47:44.302Z | Checking tokio-util v0.7.15 |
| 754 | 2026-07-03T04:47:44.315Z | Checking serde_plain v1.0.2 |
| 755 | 2026-07-03T04:47:44.324Z | Checking serde_with v3.14.1 |
| 756 | 2026-07-03T04:47:44.352Z | Checking strum v0.26.3 |
| 757 | 2026-07-03T04:47:44.444Z | Compiling async-trait v0.1.86 |
| 758 | 2026-07-03T04:47:44.453Z | Compiling async-recursion v1.1.1 |
| 759 | 2026-07-03T04:47:44.514Z | Checking typed-path v0.9.3 |
| 760 | 2026-07-03T04:47:44.543Z | Checking cpufeatures v0.3.0 |
| 761 | 2026-07-03T04:47:44.556Z | Checking camino-tempfile v1.4.1 |
| 762 | 2026-07-03T04:47:44.606Z | Checking sha2 v0.11.0 |
| 763 | 2026-07-03T04:47:44.703Z | Checking flate2 v1.0.35 |
| 764 | 2026-07-03T04:47:44.980Z | Checking snafu v0.8.5 |
| 765 | 2026-07-03T04:47:45.100Z | Checking tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 766 | 2026-07-03T04:47:45.197Z | Checking digest-io v0.1.0 |
| 767 | 2026-07-03T04:47:45.197Z | Checking atomicwrites v0.4.4 |
| 768 | 2026-07-03T04:47:45.258Z | Compiling crossbeam-utils v0.8.21 |
| 769 | 2026-07-03T04:47:45.269Z | Checking rawzip v0.4.4 |
| 770 | 2026-07-03T04:47:45.308Z | Checking powerfmt v0.2.0 |
| 771 | 2026-07-03T04:47:45.308Z | Compiling time-core v0.1.8 |
| 772 | 2026-07-03T04:47:45.326Z | Compiling num-conv v0.2.2 |
| 773 | 2026-07-03T04:47:45.362Z | Checking tokio-stream v0.1.18 |
| 774 | 2026-07-03T04:47:45.446Z | Checking thread_local v1.1.8 |
| 775 | 2026-07-03T04:47:45.446Z | Checking deranged v0.5.8 |
| 776 | 2026-07-03T04:47:45.463Z | Compiling time-macros v0.2.27 |
| 777 | 2026-07-03T04:47:45.487Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 778 | 2026-07-03T04:47:45.599Z | Compiling slog-async v2.8.0 |
| 779 | 2026-07-03T04:47:45.682Z | Checking arc-swap v1.7.1 |
| 780 | 2026-07-03T04:47:45.875Z | Checking crossbeam-channel v0.5.15 |
| 781 | 2026-07-03T04:47:45.890Z | Checking slog-scope v4.4.0 |
| 782 | 2026-07-03T04:47:45.919Z | Checking tokio-test v0.4.5 |
| 783 | 2026-07-03T04:47:45.995Z | Checking regex v1.11.1 |
| 784 | 2026-07-03T04:47:46.004Z | Checking term v1.2.1 |
| 785 | 2026-07-03T04:47:46.083Z | Compiling anyhow v1.0.96 |
| 786 | 2026-07-03T04:47:46.092Z | Checking take_mut v0.2.2 |
| 787 | 2026-07-03T04:47:46.185Z | Checking slog-stdlog v4.1.1 |
| 788 | 2026-07-03T04:47:46.204Z | Checking unicode-width v0.2.0 |
| 789 | 2026-07-03T04:47:46.258Z | Checking unicode-segmentation v1.12.0 |
| 790 | 2026-07-03T04:47:46.285Z | Checking similar v2.7.0 |
| 791 | 2026-07-03T04:47:46.404Z | Checking time v0.3.47 |
| 792 | 2026-07-03T04:47:46.431Z | Checking console v0.15.10 |
| 793 | 2026-07-03T04:47:46.552Z | Checking newline-converter v0.3.0 |
| 794 | 2026-07-03T04:47:46.675Z | Checking expectorate v1.1.0 |
| 795 | 2026-07-03T04:47:47.225Z | Checking slog-term v2.9.2 |
| 796 | 2026-07-03T04:47:47.478Z | Checking slog-envlogger v2.2.0 |
| 797 | 2026-07-03T04:47:51.686Z | Checking rustls-webpki v0.103.13 |
| 798 | 2026-07-03T04:47:53.811Z | Checking tough v0.22.0 |
| 799 | 2026-07-03T04:47:55.309Z | Checking tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib) |
| 800 | 2026-07-03T04:47:56.507Z | Checking tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin) |
| 801 | 2026-07-03T04:47:57.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.64s |
| 802 | 2026-07-03T04:47:57.186Z | |
| 803 | 2026-07-03T04:47:57.186Z | real 34.839090107 |
| 804 | 2026-07-03T04:47:57.186Z | user 2:04.763562044 |
| 805 | 2026-07-03T04:47:57.186Z | sys 33.792936343 |
| 806 | 2026-07-03T04:47:57.186Z | trap 0.064218557 |
| 807 | 2026-07-03T04:47:57.186Z | tflt 0.250250692 |
| 808 | 2026-07-03T04:47:57.186Z | dflt 0.132599640 |
| 809 | 2026-07-03T04:47:57.186Z | kflt 0.011573452 |
| 810 | 2026-07-03T04:47:57.186Z | lock 5:27.997619363 |
| 811 | 2026-07-03T04:47:57.186Z | slp 7:10.734016054 |
| 812 | 2026-07-03T04:47:57.186Z | lat 6.734314450 |
| 813 | 2026-07-03T04:47:57.189Z | stop 33.011663245 |
| 814 | 2026-07-03T04:47:57.189Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 815 | 2026-07-03T04:47:57.189Z | + ptime -m cargo doc --workspace --no-deps |
| 816 | 2026-07-03T04:47:57.373Z | warning: output filename collision at /work/oxidecomputer/tufaceous/target/doc/tufaceous/index.html |
| 817 | 2026-07-03T04:47:57.373Z | | |
| 818 | 2026-07-03T04:47:57.373Z | = note: the bin target `tufaceous` in package `tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)` has the same output filename as the lib target `tufaceous` in package `tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)` |
| 819 | 2026-07-03T04:47:57.373Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 820 | 2026-07-03T04:47:57.408Z | Compiling num-traits v0.2.19 |
| 821 | 2026-07-03T04:47:57.443Z | Checking ppv-lite86 v0.2.20 |
| 822 | 2026-07-03T04:47:57.453Z | Checking byte-wrapper v0.1.0 |
| 823 | 2026-07-03T04:47:57.461Z | Checking tokio v1.47.2 |
| 824 | 2026-07-03T04:47:57.690Z | Checking rand_chacha v0.3.1 |
| 825 | 2026-07-03T04:47:57.828Z | Checking rand v0.8.6 |
| 826 | 2026-07-03T04:47:58.188Z | Checking num-integer v0.1.46 |
| 827 | 2026-07-03T04:47:58.188Z | Checking chrono v0.4.40 |
| 828 | 2026-07-03T04:47:58.370Z | Checking num-iter v0.1.45 |
| 829 | 2026-07-03T04:47:58.449Z | Checking num-bigint-dig v0.8.6 |
| 830 | 2026-07-03T04:47:58.900Z | Checking slog-term v2.9.2 |
| 831 | 2026-07-03T04:47:59.068Z | Checking rsa v0.9.10 |
| 832 | 2026-07-03T04:47:59.120Z | Checking slog-envlogger v2.2.0 |
| 833 | 2026-07-03T04:47:59.405Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 834 | 2026-07-03T04:47:59.441Z | Checking tokio-util v0.7.15 |
| 835 | 2026-07-03T04:47:59.651Z | Checking tough v0.22.0 |
| 836 | 2026-07-03T04:47:59.746Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 837 | 2026-07-03T04:47:59.995Z | Checking tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact) |
| 838 | 2026-07-03T04:47:59.995Z | Documenting tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact) |
| 839 | 2026-07-03T04:48:00.389Z | Checking tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 840 | 2026-07-03T04:48:00.389Z | Documenting tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata) |
| 841 | 2026-07-03T04:48:01.301Z | Checking tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib) |
| 842 | 2026-07-03T04:48:01.304Z | Documenting tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib) |
| 843 | 2026-07-03T04:48:02.298Z | Documenting tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin) |
| 844 | 2026-07-03T04:48:03.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s |
| 845 | 2026-07-03T04:48:03.872Z | Generated /work/oxidecomputer/tufaceous/target/doc/tufaceous/index.html and 3 other files |
| 846 | 2026-07-03T04:48:03.884Z | |
| 847 | 2026-07-03T04:48:03.887Z | real 6.684584575 |
| 848 | 2026-07-03T04:48:03.887Z | user 12.507048171 |
| 849 | 2026-07-03T04:48:03.887Z | sys 2.516437596 |
| 850 | 2026-07-03T04:48:03.887Z | trap 0.001321594 |
| 851 | 2026-07-03T04:48:03.887Z | tflt 0.003757297 |
| 852 | 2026-07-03T04:48:03.887Z | dflt 0.001367845 |
| 853 | 2026-07-03T04:48:03.887Z | kflt 0.000000759 |
| 854 | 2026-07-03T04:48:03.887Z | lock 44.684124020 |
| 855 | 2026-07-03T04:48:03.887Z | slp 29.619955260 |
| 856 | 2026-07-03T04:48:03.887Z | lat 0.020951142 |
| 857 | 2026-07-03T04:48:03.887Z | stop 0.462644087 |
| 858 | 2026-07-03T04:48:03.887Z | process exited: duration 88643 ms, exit code 0 |
| |
| 859 | 2026-07-03T04:48:03.893Z | found 0 output files |