|
|
|
| 1 | 2026-08-18T14:37:19.318Z | job assigned to worker 01M0AMV1DT2MB3KDDGAHY9NGYA [factory aws, i-03fa9ddd562bba03f] (queued for 44 s) |
| |
| 2 | 2026-08-18T14:37:26.026Z | starting task 0: "setup" |
| 3 | 2026-08-18T14:37:26.031Z | ++ uname -s |
| 4 | 2026-08-18T14:37:26.035Z | + kern=SunOS |
| 5 | 2026-08-18T14:37:26.035Z | + build_user=build |
| 6 | 2026-08-18T14:37:26.035Z | + build_uid=12345 |
| 7 | 2026-08-18T14:37:26.035Z | + work_dir=/work |
| 8 | 2026-08-18T14:37:26.035Z | + input_dir=/input |
| 9 | 2026-08-18T14:37:26.035Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T14:37:26.035Z | + case "$kern" in |
| 11 | 2026-08-18T14:37:26.035Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T14:37:26.035Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T14:37:28.040Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T14:37:28.142Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T14:37:28.145Z | + home_fs=zfs |
| 16 | 2026-08-18T14:37:28.145Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T14:37:28.145Z | + mkdir -p /home/build |
| 18 | 2026-08-18T14:37:28.146Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T14:37:30.146Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T14:37:30.149Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-08-18T14:37:30.155Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T14:37:30.158Z | + printf ' * rust toolchain channel = "%s"\n' 1.94 |
| 23 | 2026-08-18T14:37:30.158Z | * rust toolchain channel = "1.94" |
| 24 | 2026-08-18T14:37:30.158Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-18T14:37:30.158Z | * rust toolchain profile = "default" |
| 26 | 2026-08-18T14:37:30.158Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-18T14:37:30.158Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-18T14:37:30.162Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T14:37:30.162Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default |
| 30 | 2026-08-18T14:37:30.279Z | info: downloading installer |
| 31 | 2026-08-18T14:37:31.592Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-08-18T14:37:31.592Z | warn: /opt/ooce/bin |
| 33 | 2026-08-18T14:37:31.592Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-08-18T14:37:31.592Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-08-18T14:37:31.592Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-08-18T14:37:31.592Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-08-18T14:37:31.592Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-08-18T14:37:31.592Z | error: cannot install while Rust is installed |
| 39 | 2026-08-18T14:37:31.592Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-08-18T14:37:31.592Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-08-18T14:37:31.592Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-08-18T14:37:31.592Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-08-18T14:37:31.592Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-08-18T14:37:31.606Z | info: profile set to default |
| 45 | 2026-08-18T14:37:31.606Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-08-18T14:37:31.609Z | info: syncing channel updates for 1.94-x86_64-unknown-illumos |
| 47 | 2026-08-18T14:37:31.746Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-08-18T14:37:31.750Z | info: downloading 6 components |
| 49 | 2026-08-18T14:37:45.894Z | info: default toolchain set to 1.94-x86_64-unknown-illumos |
| 50 | 2026-08-18T14:37:45.894Z | |
| 51 | 2026-08-18T14:37:45.923Z | 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-08-18T14:37:45.923Z | |
| 53 | 2026-08-18T14:37:45.927Z | |
| 54 | 2026-08-18T14:37:45.927Z | Rust is installed now. Great! |
| 55 | 2026-08-18T14:37:45.927Z | |
| 56 | 2026-08-18T14:37:45.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-08-18T14:37:45.927Z | environment variable. This has not been done automatically. |
| 58 | 2026-08-18T14:37:45.927Z | |
| 59 | 2026-08-18T14:37:45.927Z | To configure your current shell, you need to source |
| 60 | 2026-08-18T14:37:45.927Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-08-18T14:37:45.927Z | |
| 62 | 2026-08-18T14:37:45.927Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-08-18T14:37:45.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-08-18T14:37:45.927Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-08-18T14:37:45.927Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-08-18T14:37:45.927Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-08-18T14:37:45.927Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-08-18T14:37:45.927Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-08-18T14:37:45.927Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-08-18T14:37:45.927Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-08-18T14:37:46.012Z | + rustup --version |
| 72 | 2026-08-18T14:37:46.021Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-08-18T14:37:46.025Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-08-18T14:37:46.042Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-08-18T14:37:46.047Z | + cargo --version |
| 76 | 2026-08-18T14:37:46.058Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-08-18T14:37:46.061Z | + rustc --version |
| 78 | 2026-08-18T14:37:46.081Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-08-18T14:37:46.085Z | process exited: duration 15927 ms, exit code 0 |
| |
| 80 | 2026-08-18T14:37:46.092Z | starting task 2: "authentication" |
| 81 | 2026-08-18T14:37:46.109Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-08-18T14:37:46.115Z | starting task 3: "clone repository" |
| 83 | 2026-08-18T14:37:46.118Z | + mkdir -p /work/oxidecomputer/buildomat |
| 84 | 2026-08-18T14:37:46.122Z | + git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat |
| 85 | 2026-08-18T14:37:46.150Z | Cloning into '/work/oxidecomputer/buildomat'... |
| 86 | 2026-08-18T14:37:47.437Z | + cd /work/oxidecomputer/buildomat |
| 87 | 2026-08-18T14:37:47.437Z | + git fetch origin 75562f49d88a41e68cff2ff66299ff27364c082c |
| 88 | 2026-08-18T14:37:47.766Z | From https://github.com/oxidecomputer/buildomat |
| 89 | 2026-08-18T14:37:47.766Z | * branch 75562f49d88a41e68cff2ff66299ff27364c082c -> FETCH_HEAD |
| 90 | 2026-08-18T14:37:47.771Z | + [[ -n aws-lc-bump ]] |
| 91 | 2026-08-18T14:37:47.774Z | ++ git branch --show-current |
| 92 | 2026-08-18T14:37:47.774Z | + current=main |
| 93 | 2026-08-18T14:37:47.774Z | + [[ main != aws-lc-bump ]] |
| 94 | 2026-08-18T14:37:47.774Z | + git branch -f aws-lc-bump 75562f49d88a41e68cff2ff66299ff27364c082c |
| 95 | 2026-08-18T14:37:47.778Z | + git checkout -f aws-lc-bump |
| 96 | 2026-08-18T14:37:47.787Z | Switched to branch 'aws-lc-bump' |
| 97 | 2026-08-18T14:37:47.790Z | + git reset --hard 75562f49d88a41e68cff2ff66299ff27364c082c |
| 98 | 2026-08-18T14:37:47.798Z | HEAD is now at 75562f4 Bump aws-lc-rs to v1.18.0 |
| 99 | 2026-08-18T14:37:47.801Z | process exited: duration 1683 ms, exit code 0 |
| |
| 100 | 2026-08-18T14:37:47.807Z | starting task 4: "build" |
| 101 | 2026-08-18T14:37:47.812Z | + banner clippy |
| 102 | 2026-08-18T14:37:47.816Z | |
| 103 | 2026-08-18T14:37:47.816Z | #### # # ##### ##### # # |
| 104 | 2026-08-18T14:37:47.816Z | # # # # # # # # # # |
| 105 | 2026-08-18T14:37:47.816Z | # # # # # # # # |
| 106 | 2026-08-18T14:37:47.816Z | # # # ##### ##### # |
| 107 | 2026-08-18T14:37:47.816Z | # # # # # # # |
| 108 | 2026-08-18T14:37:47.816Z | #### ###### # # # # |
| 109 | 2026-08-18T14:37:47.816Z | |
| 110 | 2026-08-18T14:37:47.816Z | + cargo clippy --locked --tests --workspace -- -Dwarnings |
| 111 | 2026-08-18T14:37:47.874Z | info: syncing channel updates for 1.94-x86_64-unknown-illumos |
| 112 | 2026-08-18T14:37:47.994Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-08-18T14:37:48.001Z | info: downloading component rust-std |
| 114 | 2026-08-18T14:37:52.902Z | Updating crates.io index |
| 115 | 2026-08-18T14:37:52.905Z | Updating git repository `https://github.com/jclulow/hiercmd` |
| 116 | 2026-08-18T14:37:53.533Z | Updating git repository `https://github.com/huxi/rusty_ulid` |
| 117 | 2026-08-18T14:37:54.250Z | Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 118 | 2026-08-18T14:37:54.780Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 119 | 2026-08-18T14:37:55.435Z | Updating git repository `https://github.com/illumos/smf-rs.git` |
| 120 | 2026-08-18T14:37:55.855Z | Updating git repository `https://github.com/oxidecomputer/third-party-api-clients` |
| 121 | 2026-08-18T14:38:01.018Z | Downloading crates ... |
| 122 | 2026-08-18T14:38:01.096Z | Downloaded atty v0.2.14 |
| 123 | 2026-08-18T14:38:01.099Z | Downloaded autocfg v1.5.0 |
| 124 | 2026-08-18T14:38:01.102Z | Downloaded httpdate v1.0.3 |
| 125 | 2026-08-18T14:38:01.103Z | Downloaded ansi-to-html v0.2.2 |
| 126 | 2026-08-18T14:38:01.105Z | Downloaded atomic-waker v1.1.2 |
| 127 | 2026-08-18T14:38:01.109Z | Downloaded futures v0.3.31 |
| 128 | 2026-08-18T14:38:01.111Z | Downloaded fs_extra v1.3.0 |
| 129 | 2026-08-18T14:38:01.114Z | Downloaded foreign-types-shared v0.1.1 |
| 130 | 2026-08-18T14:38:01.114Z | Downloaded form_urlencoded v1.2.2 |
| 131 | 2026-08-18T14:38:01.117Z | Downloaded find-msvc-tools v0.1.9 |
| 132 | 2026-08-18T14:38:01.117Z | Downloaded deranged v0.5.5 |
| 133 | 2026-08-18T14:38:01.120Z | Downloaded fallible-iterator v0.3.0 |
| 134 | 2026-08-18T14:38:01.120Z | Downloaded dof v0.4.0 |
| 135 | 2026-08-18T14:38:01.123Z | Downloaded fnv v1.0.7 |
| 136 | 2026-08-18T14:38:01.124Z | Downloaded http-body-util v0.1.3 |
| 137 | 2026-08-18T14:38:01.126Z | Downloaded futures-channel v0.3.31 |
| 138 | 2026-08-18T14:38:01.129Z | Downloaded http-body v0.4.6 |
| 139 | 2026-08-18T14:38:01.129Z | Downloaded fastrand v2.3.0 |
| 140 | 2026-08-18T14:38:01.132Z | Downloaded html-escape v0.2.13 |
| 141 | 2026-08-18T14:38:01.135Z | Downloaded aws-credential-types v1.2.14 |
| 142 | 2026-08-18T14:38:01.135Z | Downloaded dyn-clone v1.0.20 |
| 143 | 2026-08-18T14:38:01.138Z | Downloaded crc v3.3.0 |
| 144 | 2026-08-18T14:38:01.138Z | Downloaded aws-smithy-runtime-api-macros v1.0.0 |
| 145 | 2026-08-18T14:38:01.141Z | Downloaded futures-core v0.3.31 |
| 146 | 2026-08-18T14:38:01.141Z | Downloaded ctutils v0.4.2 |
| 147 | 2026-08-18T14:38:01.144Z | Downloaded crc-catalog v2.4.0 |
| 148 | 2026-08-18T14:38:01.147Z | Downloaded block-buffer v0.10.4 |
| 149 | 2026-08-18T14:38:01.147Z | Downloaded hex v0.4.3 |
| 150 | 2026-08-18T14:38:01.150Z | Downloaded mime v0.3.17 |
| 151 | 2026-08-18T14:38:01.150Z | Downloaded hmac-sha256 v1.1.13 |
| 152 | 2026-08-18T14:38:01.153Z | Downloaded libscf-sys v1.1.0 |
| 153 | 2026-08-18T14:38:01.153Z | Downloaded devinfo v0.1.0 |
| 154 | 2026-08-18T14:38:01.156Z | Downloaded base16ct v0.1.1 |
| 155 | 2026-08-18T14:38:01.156Z | Downloaded generic-array v0.14.7 |
| 156 | 2026-08-18T14:38:01.159Z | Downloaded base64-simd v0.8.0 |
| 157 | 2026-08-18T14:38:01.162Z | Downloaded is-terminal v0.4.17 |
| 158 | 2026-08-18T14:38:01.162Z | Downloaded hyper-tls v0.6.0 |
| 159 | 2026-08-18T14:38:01.164Z | Downloaded dirs-next v2.0.0 |
| 160 | 2026-08-18T14:38:01.164Z | Downloaded debug_parser v0.1.4 |
| 161 | 2026-08-18T14:38:01.168Z | Downloaded darling_macro v0.21.3 |
| 162 | 2026-08-18T14:38:01.168Z | Downloaded ident_case v1.0.1 |
| 163 | 2026-08-18T14:38:01.168Z | Downloaded libdevinfo-sys v1.1.0 |
| 164 | 2026-08-18T14:38:01.170Z | Downloaded idna_adapter v1.2.1 |
| 165 | 2026-08-18T14:38:01.171Z | Downloaded hostname v0.3.1 |
| 166 | 2026-08-18T14:38:01.173Z | Downloaded http-body v1.0.1 |
| 167 | 2026-08-18T14:38:01.173Z | Downloaded futures-macro v0.3.31 |
| 168 | 2026-08-18T14:38:01.176Z | Downloaded ahash v0.8.12 |
| 169 | 2026-08-18T14:38:01.179Z | Downloaded hostname v0.4.2 |
| 170 | 2026-08-18T14:38:01.179Z | Downloaded aws-smithy-observability v0.2.6 |
| 171 | 2026-08-18T14:38:01.182Z | Downloaded futures-task v0.3.31 |
| 172 | 2026-08-18T14:38:01.182Z | Downloaded cfg-if v1.0.4 |
| 173 | 2026-08-18T14:38:01.185Z | Downloaded hmac v0.13.0 |
| 174 | 2026-08-18T14:38:01.185Z | Downloaded foreign-types v0.3.2 |
| 175 | 2026-08-18T14:38:01.187Z | Downloaded bytes-utils v0.1.4 |
| 176 | 2026-08-18T14:38:01.190Z | Downloaded errno v0.3.14 |
| 177 | 2026-08-18T14:38:01.190Z | Downloaded async-trait v0.1.89 |
| 178 | 2026-08-18T14:38:01.193Z | Downloaded lazy_static v1.5.0 |
| 179 | 2026-08-18T14:38:01.197Z | Downloaded heck v0.5.0 |
| 180 | 2026-08-18T14:38:01.197Z | Downloaded futures-io v0.3.31 |
| 181 | 2026-08-18T14:38:01.200Z | Downloaded http-range v0.1.5 |
| 182 | 2026-08-18T14:38:01.200Z | Downloaded heck v0.4.1 |
| 183 | 2026-08-18T14:38:01.200Z | Downloaded dirs-sys-next v0.1.2 |
| 184 | 2026-08-18T14:38:01.203Z | Downloaded futures-sink v0.3.31 |
| 185 | 2026-08-18T14:38:01.203Z | Downloaded anyhow v1.0.100 |
| 186 | 2026-08-18T14:38:01.206Z | Downloaded cpufeatures v0.3.0 |
| 187 | 2026-08-18T14:38:01.209Z | Downloaded cpufeatures v0.2.17 |
| 188 | 2026-08-18T14:38:01.209Z | Downloaded crypto-common v0.1.7 |
| 189 | 2026-08-18T14:38:01.212Z | Downloaded async-stream v0.3.6 |
| 190 | 2026-08-18T14:38:01.212Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 191 | 2026-08-18T14:38:01.212Z | Downloaded match_cfg v0.1.0 |
| 192 | 2026-08-18T14:38:01.216Z | Downloaded ff v0.12.1 |
| 193 | 2026-08-18T14:38:01.216Z | Downloaded darling_macro v0.20.11 |
| 194 | 2026-08-18T14:38:01.218Z | Downloaded block-buffer v0.12.0 |
| 195 | 2026-08-18T14:38:01.218Z | Downloaded debug-ignore v1.0.5 |
| 196 | 2026-08-18T14:38:01.221Z | Downloaded async-stream-impl v0.3.6 |
| 197 | 2026-08-18T14:38:01.221Z | Downloaded openssl-macros v0.1.1 |
| 198 | 2026-08-18T14:38:01.224Z | Downloaded inherent v1.0.13 |
| 199 | 2026-08-18T14:38:01.224Z | Downloaded equivalent v1.0.2 |
| 200 | 2026-08-18T14:38:01.227Z | Downloaded crypto-common v0.2.1 |
| 201 | 2026-08-18T14:38:01.228Z | Downloaded num_threads v0.1.7 |
| 202 | 2026-08-18T14:38:01.228Z | Downloaded aws-smithy-query v0.60.15 |
| 203 | 2026-08-18T14:38:01.231Z | Downloaded dtrace-parser v0.3.0 |
| 204 | 2026-08-18T14:38:01.231Z | Downloaded futures-executor v0.3.31 |
| 205 | 2026-08-18T14:38:01.234Z | Downloaded console v0.16.3 |
| 206 | 2026-08-18T14:38:01.234Z | Downloaded byteorder v1.5.0 |
| 207 | 2026-08-18T14:38:01.237Z | Downloaded base64ct v1.8.3 |
| 208 | 2026-08-18T14:38:01.237Z | Downloaded itoa v1.0.17 |
| 209 | 2026-08-18T14:38:01.240Z | Downloaded digest v0.11.3 |
| 210 | 2026-08-18T14:38:01.243Z | Downloaded erased-serde v0.3.31 |
| 211 | 2026-08-18T14:38:01.243Z | Downloaded dunce v1.0.5 |
| 212 | 2026-08-18T14:38:01.246Z | Downloaded md-5 v0.11.0 |
| 213 | 2026-08-18T14:38:01.246Z | Downloaded hyper-rustls v0.24.2 |
| 214 | 2026-08-18T14:38:01.249Z | Downloaded num-derive v0.3.3 |
| 215 | 2026-08-18T14:38:01.252Z | Downloaded allocator-api2 v0.2.21 |
| 216 | 2026-08-18T14:38:01.252Z | Downloaded num-conv v0.2.0 |
| 217 | 2026-08-18T14:38:01.255Z | Downloaded hmac v0.12.1 |
| 218 | 2026-08-18T14:38:01.255Z | Downloaded getrandom v0.3.4 |
| 219 | 2026-08-18T14:38:01.258Z | Downloaded aws-smithy-eventstream v0.60.20 |
| 220 | 2026-08-18T14:38:01.261Z | Downloaded powerfmt v0.2.0 |
| 221 | 2026-08-18T14:38:01.261Z | Downloaded proc-macro-crate v3.4.0 |
| 222 | 2026-08-18T14:38:01.264Z | Downloaded outref v0.5.2 |
| 223 | 2026-08-18T14:38:01.264Z | Downloaded openssl-probe v0.1.6 |
| 224 | 2026-08-18T14:38:01.264Z | Downloaded ref-cast-impl v1.0.25 |
| 225 | 2026-08-18T14:38:01.267Z | Downloaded parse_link_header v0.3.3 |
| 226 | 2026-08-18T14:38:01.267Z | Downloaded ref-cast v1.0.25 |
| 227 | 2026-08-18T14:38:01.270Z | Downloaded pretty-hex v0.4.1 |
| 228 | 2026-08-18T14:38:01.270Z | Downloaded percent-encoding v2.3.2 |
| 229 | 2026-08-18T14:38:01.273Z | Downloaded potential_utf v0.1.4 |
| 230 | 2026-08-18T14:38:01.273Z | Downloaded pin-utils v0.1.0 |
| 231 | 2026-08-18T14:38:01.276Z | Downloaded aws-smithy-checksums v0.64.7 |
| 232 | 2026-08-18T14:38:01.276Z | Downloaded hashlink v0.9.1 |
| 233 | 2026-08-18T14:38:01.279Z | Downloaded proc-macro-error-attr v1.0.4 |
| 234 | 2026-08-18T14:38:01.279Z | Downloaded foldhash v0.2.0 |
| 235 | 2026-08-18T14:38:01.282Z | Downloaded progenitor-macro v0.11.2 |
| 236 | 2026-08-18T14:38:01.282Z | Downloaded lock_api v0.4.14 |
| 237 | 2026-08-18T14:38:01.285Z | Downloaded multer v3.1.0 |
| 238 | 2026-08-18T14:38:01.288Z | Downloaded getopts v0.2.24 |
| 239 | 2026-08-18T14:38:01.288Z | Downloaded aws-smithy-async v1.2.14 |
| 240 | 2026-08-18T14:38:01.291Z | Downloaded ipnet v2.11.0 |
| 241 | 2026-08-18T14:38:01.291Z | Downloaded progenitor-client v0.11.2 |
| 242 | 2026-08-18T14:38:01.294Z | Downloaded new_mime_guess v4.0.4 |
| 243 | 2026-08-18T14:38:01.294Z | Downloaded lru v0.16.4 |
| 244 | 2026-08-18T14:38:01.297Z | Downloaded glob v0.3.3 |
| 245 | 2026-08-18T14:38:01.297Z | Downloaded native-tls v0.2.14 |
| 246 | 2026-08-18T14:38:01.300Z | Downloaded rfc6979 v0.3.1 |
| 247 | 2026-08-18T14:38:01.300Z | Downloaded num-integer v0.1.46 |
| 248 | 2026-08-18T14:38:01.303Z | Downloaded rustc-hash v2.1.1 |
| 249 | 2026-08-18T14:38:01.303Z | Downloaded iana-time-zone v0.1.65 |
| 250 | 2026-08-18T14:38:01.306Z | Downloaded either v1.15.0 |
| 251 | 2026-08-18T14:38:01.306Z | Downloaded displaydoc v0.2.5 |
| 252 | 2026-08-18T14:38:01.309Z | Downloaded aws-smithy-xml v0.60.15 |
| 253 | 2026-08-18T14:38:01.312Z | Downloaded hybrid-array v0.4.12 |
| 254 | 2026-08-18T14:38:01.312Z | Downloaded digest v0.10.7 |
| 255 | 2026-08-18T14:38:01.315Z | Downloaded cmake v0.1.57 |
| 256 | 2026-08-18T14:38:01.315Z | Downloaded getrandom v0.2.17 |
| 257 | 2026-08-18T14:38:01.318Z | Downloaded rustc_version v0.4.1 |
| 258 | 2026-08-18T14:38:01.318Z | Downloaded memmap2 v0.9.9 |
| 259 | 2026-08-18T14:38:01.321Z | Downloaded rust-toolchain-file v0.1.1 |
| 260 | 2026-08-18T14:38:01.321Z | Downloaded jobserver v0.1.34 |
| 261 | 2026-08-18T14:38:01.323Z | Downloaded aws-smithy-http v0.63.6 |
| 262 | 2026-08-18T14:38:01.326Z | Downloaded pem v3.0.6 |
| 263 | 2026-08-18T14:38:01.326Z | Downloaded const-oid v0.9.6 |
| 264 | 2026-08-18T14:38:01.329Z | Downloaded aws-types v1.3.15 |
| 265 | 2026-08-18T14:38:01.329Z | Downloaded paste v1.0.15 |
| 266 | 2026-08-18T14:38:01.332Z | Downloaded rand_core v0.10.1 |
| 267 | 2026-08-18T14:38:01.333Z | Downloaded quote v1.0.44 |
| 268 | 2026-08-18T14:38:01.335Z | Downloaded crc32fast v1.5.0 |
| 269 | 2026-08-18T14:38:01.338Z | Downloaded proc-macro-error v1.0.4 |
| 270 | 2026-08-18T14:38:01.338Z | Downloaded plain v0.2.3 |
| 271 | 2026-08-18T14:38:01.341Z | Downloaded const-oid v0.10.2 |
| 272 | 2026-08-18T14:38:01.341Z | Downloaded pin-project-lite v0.2.16 |
| 273 | 2026-08-18T14:38:01.345Z | Downloaded hyper-rustls v0.27.7 |
| 274 | 2026-08-18T14:38:01.348Z | Downloaded pest_generator v2.8.5 |
| 275 | 2026-08-18T14:38:01.348Z | Downloaded getrandom v0.4.2 |
| 276 | 2026-08-18T14:38:01.351Z | Downloaded bitflags v2.10.0 |
| 277 | 2026-08-18T14:38:01.354Z | Downloaded openssl-probe v0.2.1 |
| 278 | 2026-08-18T14:38:01.357Z | Downloaded litemap v0.8.1 |
| 279 | 2026-08-18T14:38:01.357Z | Downloaded pkg-config v0.3.32 |
| 280 | 2026-08-18T14:38:01.360Z | Downloaded num_enum_derive v0.7.5 |
| 281 | 2026-08-18T14:38:01.360Z | Downloaded group v0.12.1 |
| 282 | 2026-08-18T14:38:01.360Z | Downloaded aws-runtime v1.7.3 |
| 283 | 2026-08-18T14:38:01.363Z | Downloaded progenitor v0.11.2 |
| 284 | 2026-08-18T14:38:01.366Z | Downloaded pkcs8 v0.9.0 |
| 285 | 2026-08-18T14:38:01.366Z | Downloaded serde_spanned v1.0.4 |
| 286 | 2026-08-18T14:38:01.369Z | Downloaded serde_urlencoded v0.7.1 |
| 287 | 2026-08-18T14:38:01.369Z | Downloaded sea-query-rusqlite v0.7.0 |
| 288 | 2026-08-18T14:38:01.372Z | Downloaded once_cell v1.21.3 |
| 289 | 2026-08-18T14:38:01.372Z | Downloaded scroll_derive v0.13.1 |
| 290 | 2026-08-18T14:38:01.372Z | Downloaded num_enum v0.7.5 |
| 291 | 2026-08-18T14:38:01.375Z | Downloaded sea-query-derive v0.4.3 |
| 292 | 2026-08-18T14:38:01.378Z | Downloaded httparse v1.10.1 |
| 293 | 2026-08-18T14:38:01.381Z | Downloaded scopeguard v1.2.0 |
| 294 | 2026-08-18T14:38:01.385Z | Downloaded sha1 v0.11.0 |
| 295 | 2026-08-18T14:38:01.388Z | Downloaded camino v1.2.2 |
| 296 | 2026-08-18T14:38:01.388Z | Downloaded sha1 v0.10.6 |
| 297 | 2026-08-18T14:38:01.392Z | Downloaded darling v0.21.3 |
| 298 | 2026-08-18T14:38:01.395Z | Downloaded log v0.4.29 |
| 299 | 2026-08-18T14:38:01.398Z | Downloaded crypto-bigint v0.4.9 |
| 300 | 2026-08-18T14:38:01.401Z | Downloaded icu_locale_core v2.1.1 |
| 301 | 2026-08-18T14:38:01.404Z | Downloaded crossbeam-utils v0.8.21 |
| 302 | 2026-08-18T14:38:01.407Z | Downloaded cmov v0.5.3 |
| 303 | 2026-08-18T14:38:01.407Z | Downloaded rand_core v0.6.4 |
| 304 | 2026-08-18T14:38:01.407Z | Downloaded slog-bunyan v2.5.0 |
| 305 | 2026-08-18T14:38:01.410Z | Downloaded sct v0.7.1 |
| 306 | 2026-08-18T14:38:01.413Z | Downloaded strsim v0.11.1 |
| 307 | 2026-08-18T14:38:01.413Z | Downloaded serde_spanned v0.6.9 |
| 308 | 2026-08-18T14:38:01.413Z | Downloaded strip-ansi-escapes v0.2.1 |
| 309 | 2026-08-18T14:38:01.416Z | Downloaded shell-words v1.1.1 |
| 310 | 2026-08-18T14:38:01.416Z | Downloaded stable_deref_trait v1.2.1 |
| 311 | 2026-08-18T14:38:01.416Z | Downloaded subtle v2.6.1 |
| 312 | 2026-08-18T14:38:01.416Z | Downloaded darling v0.20.11 |
| 313 | 2026-08-18T14:38:01.419Z | Downloaded sync_wrapper v1.0.2 |
| 314 | 2026-08-18T14:38:01.422Z | Downloaded spki v0.6.0 |
| 315 | 2026-08-18T14:38:01.422Z | Downloaded serde_repr v0.1.20 |
| 316 | 2026-08-18T14:38:01.425Z | Downloaded ecdsa v0.14.8 |
| 317 | 2026-08-18T14:38:01.425Z | Downloaded chacha20 v0.10.0 |
| 318 | 2026-08-18T14:38:01.428Z | Downloaded signature v1.6.4 |
| 319 | 2026-08-18T14:38:01.428Z | Downloaded jsonwebtoken v9.3.1 |
| 320 | 2026-08-18T14:38:01.431Z | Downloaded icu_properties v2.1.2 |
| 321 | 2026-08-18T14:38:01.434Z | Downloaded icu_provider v2.1.1 |
| 322 | 2026-08-18T14:38:01.437Z | Downloaded elliptic-curve v0.12.3 |
| 323 | 2026-08-18T14:38:01.440Z | Downloaded serde_path_to_error v0.1.20 |
| 324 | 2026-08-18T14:38:01.440Z | Downloaded sec1 v0.3.0 |
| 325 | 2026-08-18T14:38:01.443Z | Downloaded scroll v0.13.0 |
| 326 | 2026-08-18T14:38:01.446Z | Downloaded rustls-pemfile v2.2.0 |
| 327 | 2026-08-18T14:38:01.446Z | Downloaded thread-id v5.1.0 |
| 328 | 2026-08-18T14:38:01.446Z | Downloaded rustls-native-certs v0.8.3 |
| 329 | 2026-08-18T14:38:01.452Z | Downloaded strum v0.27.2 |
| 330 | 2026-08-18T14:38:01.456Z | Downloaded pest_meta v2.8.5 |
| 331 | 2026-08-18T14:38:01.459Z | Downloaded parking_lot_core v0.9.12 |
| 332 | 2026-08-18T14:38:01.459Z | Downloaded parking_lot v0.12.5 |
| 333 | 2026-08-18T14:38:01.462Z | Downloaded schemars_derive v0.8.22 |
| 334 | 2026-08-18T14:38:01.465Z | Downloaded sigpipe v0.1.3 |
| 335 | 2026-08-18T14:38:01.465Z | Downloaded semver v1.0.27 |
| 336 | 2026-08-18T14:38:01.468Z | Downloaded take_mut v0.2.2 |
| 337 | 2026-08-18T14:38:01.468Z | Downloaded serde_derive_internals v0.29.1 |
| 338 | 2026-08-18T14:38:01.468Z | Downloaded signal-hook-registry v1.4.8 |
| 339 | 2026-08-18T14:38:01.471Z | Downloaded pest_derive v2.8.5 |
| 340 | 2026-08-18T14:38:01.471Z | Downloaded time-core v0.1.8 |
| 341 | 2026-08-18T14:38:01.474Z | Downloaded shlex v1.3.0 |
| 342 | 2026-08-18T14:38:01.474Z | Downloaded rustversion v1.0.22 |
| 343 | 2026-08-18T14:38:01.477Z | Downloaded slab v0.4.11 |
| 344 | 2026-08-18T14:38:01.480Z | Downloaded serde_tokenstream v0.2.2 |
| 345 | 2026-08-18T14:38:01.490Z | Downloaded slog-term v2.9.2 |
| 346 | 2026-08-18T14:38:01.492Z | Downloaded aws-smithy-json v0.62.5 |
| 347 | 2026-08-18T14:38:01.495Z | Downloaded toml_write v0.1.2 |
| 348 | 2026-08-18T14:38:01.498Z | Downloaded tower-service v0.3.3 |
| 349 | 2026-08-18T14:38:01.498Z | Downloaded tower-layer v0.3.3 |
| 350 | 2026-08-18T14:38:01.498Z | Downloaded try-lock v0.2.5 |
| 351 | 2026-08-18T14:38:01.501Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-08-18T14:38:01.501Z | Downloaded typify-macro v0.4.3 |
| 353 | 2026-08-18T14:38:01.504Z | Downloaded toml_datetime v0.6.11 |
| 354 | 2026-08-18T14:38:01.504Z | Downloaded strum_macros v0.27.2 |
| 355 | 2026-08-18T14:38:01.507Z | Downloaded darling_core v0.21.3 |
| 356 | 2026-08-18T14:38:01.510Z | Downloaded num-traits v0.2.19 |
| 357 | 2026-08-18T14:38:01.513Z | Downloaded dropshot_endpoint v0.16.7 |
| 358 | 2026-08-18T14:38:01.516Z | Downloaded slog-json v2.6.1 |
| 359 | 2026-08-18T14:38:01.516Z | Downloaded icu_normalizer_data v2.1.1 |
| 360 | 2026-08-18T14:38:01.519Z | Downloaded slog-async v2.8.0 |
| 361 | 2026-08-18T14:38:01.519Z | Downloaded simple_asn1 v0.6.3 |
| 362 | 2026-08-18T14:38:01.522Z | Downloaded aws-sigv4 v1.4.3 |
| 363 | 2026-08-18T14:38:01.543Z | Downloaded utf8_iter v1.0.4 |
| 364 | 2026-08-18T14:38:01.546Z | Downloaded utf8-width v0.1.8 |
| 365 | 2026-08-18T14:38:01.546Z | Downloaded urlencoding v2.1.3 |
| 366 | 2026-08-18T14:38:01.546Z | Downloaded tokio-macros v2.6.0 |
| 367 | 2026-08-18T14:38:01.546Z | Downloaded thread_local v1.1.9 |
| 368 | 2026-08-18T14:38:01.549Z | Downloaded thiserror v2.0.18 |
| 369 | 2026-08-18T14:38:01.552Z | Downloaded thiserror v1.0.69 |
| 370 | 2026-08-18T14:38:01.555Z | Downloaded usdt-macro v0.6.0 |
| 371 | 2026-08-18T14:38:01.555Z | Downloaded tokio-rustls v0.25.0 |
| 372 | 2026-08-18T14:38:01.555Z | Downloaded tokio-native-tls v0.3.1 |
| 373 | 2026-08-18T14:38:01.558Z | Downloaded tinystr v0.8.2 |
| 374 | 2026-08-18T14:38:01.558Z | Downloaded serde_with_macros v3.16.1 |
| 375 | 2026-08-18T14:38:01.561Z | Downloaded want v0.3.1 |
| 376 | 2026-08-18T14:38:01.561Z | Downloaded iddqd v0.3.17 |
| 377 | 2026-08-18T14:38:01.564Z | Downloaded usdt-attr-macro v0.6.0 |
| 378 | 2026-08-18T14:38:01.564Z | Downloaded untrusted v0.9.0 |
| 379 | 2026-08-18T14:38:01.567Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 380 | 2026-08-18T14:38:01.567Z | Downloaded yoke-derive v0.8.1 |
| 381 | 2026-08-18T14:38:01.567Z | Downloaded time-macros v0.2.26 |
| 382 | 2026-08-18T14:38:01.570Z | Downloaded thiserror-impl v2.0.18 |
| 383 | 2026-08-18T14:38:01.570Z | Downloaded waitgroup v0.1.2 |
| 384 | 2026-08-18T14:38:01.570Z | Downloaded dialoguer v0.12.0 |
| 385 | 2026-08-18T14:38:01.573Z | Downloaded ryu v1.0.22 |
| 386 | 2026-08-18T14:38:01.576Z | Downloaded smallvec v1.15.1 |
| 387 | 2026-08-18T14:38:01.576Z | Downloaded schemars v0.8.22 |
| 388 | 2026-08-18T14:38:01.582Z | Downloaded darling_core v0.20.11 |
| 389 | 2026-08-18T14:38:01.585Z | Downloaded base64 v0.22.1 |
| 390 | 2026-08-18T14:38:01.588Z | Downloaded zone v0.3.1 |
| 391 | 2026-08-18T14:38:01.588Z | Downloaded sha2 v0.11.0 |
| 392 | 2026-08-18T14:38:01.591Z | Downloaded icu_normalizer v2.1.1 |
| 393 | 2026-08-18T14:38:01.594Z | Downloaded minimal-lexical v0.2.1 |
| 394 | 2026-08-18T14:38:01.597Z | Downloaded thiserror-impl v1.0.69 |
| 395 | 2026-08-18T14:38:01.597Z | Downloaded zone_cfg_derive v0.3.1 |
| 396 | 2026-08-18T14:38:01.597Z | Downloaded zerofrom v0.1.6 |
| 397 | 2026-08-18T14:38:01.597Z | Downloaded indexmap v1.9.3 |
| 398 | 2026-08-18T14:38:01.600Z | Downloaded hashbrown v0.12.3 |
| 399 | 2026-08-18T14:38:01.603Z | Downloaded term v1.2.1 |
| 400 | 2026-08-18T14:38:01.606Z | Downloaded version_check v0.9.5 |
| 401 | 2026-08-18T14:38:01.606Z | Downloaded indexmap v2.13.0 |
| 402 | 2026-08-18T14:38:01.609Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 403 | 2026-08-18T14:38:01.609Z | Downloaded bytes v1.11.1 |
| 404 | 2026-08-18T14:38:01.612Z | Downloaded vsimd v0.8.0 |
| 405 | 2026-08-18T14:38:01.612Z | Downloaded zerofrom-derive v0.1.6 |
| 406 | 2026-08-18T14:38:01.615Z | Downloaded der v0.6.1 |
| 407 | 2026-08-18T14:38:01.618Z | Downloaded tokio-rustls v0.24.1 |
| 408 | 2026-08-18T14:38:01.618Z | Downloaded cc v1.2.55 |
| 409 | 2026-08-18T14:38:01.620Z | Downloaded serde_yaml v0.9.34+deprecated |
| 410 | 2026-08-18T14:38:01.623Z | Downloaded rustls-pki-types v1.14.0 |
| 411 | 2026-08-18T14:38:01.623Z | Downloaded unicase v2.9.0 |
| 412 | 2026-08-18T14:38:01.626Z | Downloaded spin v0.10.0 |
| 413 | 2026-08-18T14:38:01.626Z | Downloaded yoke v0.8.1 |
| 414 | 2026-08-18T14:38:01.629Z | Downloaded xmlparser v0.13.6 |
| 415 | 2026-08-18T14:38:01.629Z | Downloaded spin v0.9.8 |
| 416 | 2026-08-18T14:38:01.632Z | Downloaded progenitor-impl v0.11.2 |
| 417 | 2026-08-18T14:38:01.632Z | Downloaded proc-macro2 v1.0.106 |
| 418 | 2026-08-18T14:38:01.635Z | Downloaded socket2 v0.5.10 |
| 419 | 2026-08-18T14:38:01.635Z | Downloaded serde_core v1.0.228 |
| 420 | 2026-08-18T14:38:01.638Z | Downloaded synstructure v0.13.2 |
| 421 | 2026-08-18T14:38:01.638Z | Downloaded p256 v0.11.1 |
| 422 | 2026-08-18T14:38:01.641Z | Downloaded ucd-trie v0.1.7 |
| 423 | 2026-08-18T14:38:01.641Z | Downloaded tokio-stream v0.1.18 |
| 424 | 2026-08-18T14:38:01.644Z | Downloaded zerovec-derive v0.11.2 |
| 425 | 2026-08-18T14:38:01.644Z | Downloaded aws-smithy-types v1.4.7 |
| 426 | 2026-08-18T14:38:01.647Z | Downloaded http v0.2.12 |
| 427 | 2026-08-18T14:38:01.650Z | Downloaded writeable v0.6.2 |
| 428 | 2026-08-18T14:38:01.650Z | Downloaded base64 v0.21.7 |
| 429 | 2026-08-18T14:38:01.653Z | Downloaded aws-smithy-http-client v1.1.12 |
| 430 | 2026-08-18T14:38:01.655Z | Downloaded aws-sdk-sso v1.98.0 |
| 431 | 2026-08-18T14:38:01.658Z | Downloaded zmij v1.0.18 |
| 432 | 2026-08-18T14:38:01.661Z | Downloaded ron v0.8.1 |
| 433 | 2026-08-18T14:38:01.664Z | Downloaded usdt-impl v0.6.0 |
| 434 | 2026-08-18T14:38:01.664Z | Downloaded hashbrown v0.14.5 |
| 435 | 2026-08-18T14:38:01.667Z | Downloaded toml v0.8.23 |
| 436 | 2026-08-18T14:38:01.670Z | Downloaded aws-smithy-runtime-api v1.12.0 |
| 437 | 2026-08-18T14:38:01.673Z | Downloaded hyper-util v0.1.19 |
| 438 | 2026-08-18T14:38:01.676Z | Downloaded tracing-attributes v0.1.31 |
| 439 | 2026-08-18T14:38:01.676Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 440 | 2026-08-18T14:38:01.679Z | Downloaded schemars v1.2.0 |
| 441 | 2026-08-18T14:38:01.685Z | Downloaded unicode-ident v1.0.22 |
| 442 | 2026-08-18T14:38:01.688Z | Downloaded regex-lite v0.1.8 |
| 443 | 2026-08-18T14:38:01.691Z | Downloaded tracing-core v0.1.36 |
| 444 | 2026-08-18T14:38:01.691Z | Downloaded slog v2.8.2 |
| 445 | 2026-08-18T14:38:01.694Z | Downloaded schemars v0.9.0 |
| 446 | 2026-08-18T14:38:01.700Z | Downloaded usdt v0.6.0 |
| 447 | 2026-08-18T14:38:01.703Z | Downloaded h2 v0.3.27 |
| 448 | 2026-08-18T14:38:01.706Z | Downloaded aws-sdk-ssooidc v1.100.0 |
| 449 | 2026-08-18T14:38:01.709Z | Downloaded nom v7.1.3 |
| 450 | 2026-08-18T14:38:01.712Z | Downloaded http v1.4.0 |
| 451 | 2026-08-18T14:38:01.714Z | Downloaded socket2 v0.6.2 |
| 452 | 2026-08-18T14:38:01.717Z | Downloaded zerocopy v0.6.6 |
| 453 | 2026-08-18T14:38:01.717Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 454 | 2026-08-18T14:38:01.720Z | Downloaded zeroize v1.8.2 |
| 455 | 2026-08-18T14:38:01.720Z | Downloaded rand v0.10.1 |
| 456 | 2026-08-18T14:38:01.723Z | Downloaded hyper v1.8.1 |
| 457 | 2026-08-18T14:38:01.726Z | Downloaded serde_derive v1.0.228 |
| 458 | 2026-08-18T14:38:01.729Z | Downloaded openssl-sys v0.9.111 |
| 459 | 2026-08-18T14:38:01.732Z | Downloaded mio v1.1.1 |
| 460 | 2026-08-18T14:38:01.735Z | Downloaded typify v0.4.3 |
| 461 | 2026-08-18T14:38:01.738Z | Downloaded memchr v2.7.6 |
| 462 | 2026-08-18T14:38:01.741Z | Downloaded itertools v0.12.1 |
| 463 | 2026-08-18T14:38:01.744Z | Downloaded vte v0.14.1 |
| 464 | 2026-08-18T14:38:01.744Z | Downloaded uuid v1.20.0 |
| 465 | 2026-08-18T14:38:01.747Z | Downloaded crypto-bigint v0.5.5 |
| 466 | 2026-08-18T14:38:01.750Z | Downloaded iri-string v0.7.10 |
| 467 | 2026-08-18T14:38:01.753Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 468 | 2026-08-18T14:38:01.756Z | Downloaded toml_edit v0.22.27 |
| 469 | 2026-08-18T14:38:01.759Z | Downloaded serde v1.0.228 |
| 470 | 2026-08-18T14:38:01.762Z | Downloaded rustls-webpki v0.103.9 |
| 471 | 2026-08-18T14:38:01.762Z | Downloaded num-bigint v0.4.6 |
| 472 | 2026-08-18T14:38:01.765Z | Downloaded url v2.5.8 |
| 473 | 2026-08-18T14:38:01.768Z | Downloaded icu_properties_data v2.1.2 |
| 474 | 2026-08-18T14:38:01.771Z | Downloaded unsafe-libyaml v0.2.11 |
| 475 | 2026-08-18T14:38:01.774Z | Downloaded toml_edit v0.20.7 |
| 476 | 2026-08-18T14:38:01.785Z | Downloaded pest v2.8.5 |
| 477 | 2026-08-18T14:38:01.788Z | Downloaded zerotrie v0.2.3 |
| 478 | 2026-08-18T14:38:01.791Z | Downloaded idna v1.1.0 |
| 479 | 2026-08-18T14:38:01.794Z | Downloaded hashbrown v0.16.1 |
| 480 | 2026-08-18T14:38:01.803Z | Downloaded futures-util v0.3.31 |
| 481 | 2026-08-18T14:38:01.804Z | Downloaded aws-smithy-runtime v1.11.1 |
| 482 | 2026-08-18T14:38:01.808Z | Downloaded aws-config v1.8.16 |
| 483 | 2026-08-18T14:38:01.812Z | Downloaded typenum v1.20.0 |
| 484 | 2026-08-18T14:38:01.812Z | Downloaded h2 v0.4.13 |
| 485 | 2026-08-18T14:38:01.815Z | Downloaded aho-corasick v1.1.4 |
| 486 | 2026-08-18T14:38:01.818Z | Downloaded crossbeam-channel v0.5.15 |
| 487 | 2026-08-18T14:38:01.821Z | Downloaded tokio-rustls v0.26.4 |
| 488 | 2026-08-18T14:38:01.824Z | Downloaded tempfile v3.24.0 |
| 489 | 2026-08-18T14:38:01.824Z | Downloaded icu_collections v2.1.1 |
| 490 | 2026-08-18T14:38:01.829Z | Downloaded regex v1.12.2 |
| 491 | 2026-08-18T14:38:01.837Z | Downloaded hyper v0.14.32 |
| 492 | 2026-08-18T14:38:01.842Z | Downloaded tower v0.5.3 |
| 493 | 2026-08-18T14:38:01.846Z | Downloaded rusqlite v0.32.1 |
| 494 | 2026-08-18T14:38:01.853Z | Downloaded tower-http v0.6.8 |
| 495 | 2026-08-18T14:38:01.858Z | Downloaded reqwest v0.12.28 |
| 496 | 2026-08-18T14:38:01.862Z | Downloaded serde_json v1.0.149 |
| 497 | 2026-08-18T14:38:01.868Z | Downloaded tokio-util v0.7.18 |
| 498 | 2026-08-18T14:38:01.883Z | Downloaded zerovec v0.11.5 |
| 499 | 2026-08-18T14:38:01.886Z | Downloaded winnow v0.5.40 |
| 500 | 2026-08-18T14:38:01.891Z | Downloaded rustls-webpki v0.102.8 |
| 501 | 2026-08-18T14:38:01.902Z | Downloaded zerocopy-derive v0.8.37 |
| 502 | 2026-08-18T14:38:01.907Z | Downloaded crc-fast v1.9.0 |
| 503 | 2026-08-18T14:38:01.912Z | Downloaded rustls-webpki v0.101.7 |
| 504 | 2026-08-18T14:38:01.919Z | Downloaded serde_with v3.16.1 |
| 505 | 2026-08-18T14:38:01.926Z | Downloaded goblin v0.10.4 |
| 506 | 2026-08-18T14:38:01.931Z | Downloaded aws-sdk-sts v1.103.0 |
| 507 | 2026-08-18T14:38:01.937Z | Downloaded aws-lc-rs v1.18.0 |
| 508 | 2026-08-18T14:38:01.944Z | Downloaded winnow v0.7.14 |
| 509 | 2026-08-18T14:38:01.952Z | Downloaded time v0.3.46 |
| 510 | 2026-08-18T14:38:01.962Z | Downloaded syn v1.0.109 |
| 511 | 2026-08-18T14:38:01.967Z | Downloaded chrono v0.4.43 |
| 512 | 2026-08-18T14:38:01.971Z | Downloaded openssl v0.10.75 |
| 513 | 2026-08-18T14:38:02.001Z | Downloaded vcpkg v0.2.15 |
| 514 | 2026-08-18T14:38:02.023Z | Downloaded zerocopy v0.8.37 |
| 515 | 2026-08-18T14:38:02.034Z | Downloaded rustls v0.22.4 |
| 516 | 2026-08-18T14:38:02.041Z | Downloaded rustls v0.21.12 |
| 517 | 2026-08-18T14:38:02.047Z | Downloaded openapiv3 v2.2.0 |
| 518 | 2026-08-18T14:38:02.053Z | Downloaded unicode-width v0.2.2 |
| 519 | 2026-08-18T14:38:02.056Z | Downloaded regex-syntax v0.8.8 |
| 520 | 2026-08-18T14:38:02.060Z | Downloaded regress v0.10.5 |
| 521 | 2026-08-18T14:38:02.064Z | Downloaded syn v2.0.114 |
| 522 | 2026-08-18T14:38:02.070Z | Downloaded sea-query v0.32.7 |
| 523 | 2026-08-18T14:38:02.076Z | Downloaded rustix v1.1.3 |
| 524 | 2026-08-18T14:38:02.088Z | Downloaded dropshot v0.16.7 |
| 525 | 2026-08-18T14:38:02.120Z | Downloaded rustls v0.23.36 |
| 526 | 2026-08-18T14:38:02.175Z | Downloaded libc v0.2.180 |
| 527 | 2026-08-18T14:38:02.192Z | Downloaded tracing v0.1.44 |
| 528 | 2026-08-18T14:38:02.202Z | Downloaded tokio v1.49.0 |
| 529 | 2026-08-18T14:38:02.222Z | Downloaded typify-impl v0.4.3 |
| 530 | 2026-08-18T14:38:02.229Z | Downloaded zerocopy-derive v0.6.6 |
| 531 | 2026-08-18T14:38:02.269Z | Downloaded regex-automata v0.4.13 |
| 532 | 2026-08-18T14:38:02.309Z | Downloaded ring v0.17.14 |
| 533 | 2026-08-18T14:38:02.533Z | Downloaded encoding_rs v0.8.35 |
| 534 | 2026-08-18T14:38:02.551Z | Downloaded libsqlite3-sys v0.30.1 |
| 535 | 2026-08-18T14:38:02.653Z | Downloaded aws-sdk-s3 v1.132.0 |
| 536 | 2026-08-18T14:38:03.926Z | Downloaded openssl-src v300.5.5+3.5.5 |
| 537 | 2026-08-18T14:38:04.042Z | Downloaded aws-sdk-ec2 v1.225.0 |
| 538 | 2026-08-18T14:38:04.492Z | Downloaded aws-lc-sys v0.44.0 |
| 539 | 2026-08-18T14:38:04.732Z | Compiling proc-macro2 v1.0.106 |
| 540 | 2026-08-18T14:38:04.732Z | Compiling quote v1.0.44 |
| 541 | 2026-08-18T14:38:04.732Z | Compiling unicode-ident v1.0.22 |
| 542 | 2026-08-18T14:38:04.735Z | Compiling libc v0.2.180 |
| 543 | 2026-08-18T14:38:04.735Z | Checking cfg-if v1.0.4 |
| 544 | 2026-08-18T14:38:04.735Z | Compiling serde_core v1.0.228 |
| 545 | 2026-08-18T14:38:04.736Z | Checking itoa v1.0.17 |
| 546 | 2026-08-18T14:38:04.736Z | Checking memchr v2.7.6 |
| 547 | 2026-08-18T14:38:04.990Z | Compiling shlex v1.3.0 |
| 548 | 2026-08-18T14:38:05.029Z | Compiling find-msvc-tools v0.1.9 |
| 549 | 2026-08-18T14:38:05.044Z | Checking smallvec v1.15.1 |
| 550 | 2026-08-18T14:38:05.186Z | Checking bytes v1.11.1 |
| 551 | 2026-08-18T14:38:05.231Z | Compiling autocfg v1.5.0 |
| 552 | 2026-08-18T14:38:05.291Z | Checking pin-project-lite v0.2.16 |
| 553 | 2026-08-18T14:38:05.305Z | Compiling parking_lot_core v0.9.12 |
| 554 | 2026-08-18T14:38:05.308Z | Compiling serde v1.0.228 |
| 555 | 2026-08-18T14:38:05.373Z | Checking scopeguard v1.2.0 |
| 556 | 2026-08-18T14:38:05.583Z | Checking lock_api v0.4.14 |
| 557 | 2026-08-18T14:38:05.623Z | Compiling num-traits v0.2.19 |
| 558 | 2026-08-18T14:38:05.638Z | Checking futures-core v0.3.31 |
| 559 | 2026-08-18T14:38:05.681Z | Checking once_cell v1.21.3 |
| 560 | 2026-08-18T14:38:05.697Z | Checking errno v0.3.14 |
| 561 | 2026-08-18T14:38:05.767Z | Compiling jobserver v0.1.34 |
| 562 | 2026-08-18T14:38:05.814Z | Checking signal-hook-registry v1.4.8 |
| 563 | 2026-08-18T14:38:05.818Z | Checking socket2 v0.6.2 |
| 564 | 2026-08-18T14:38:05.846Z | Checking mio v1.1.1 |
| 565 | 2026-08-18T14:38:05.971Z | Compiling cc v1.2.55 |
| 566 | 2026-08-18T14:38:06.019Z | Checking parking_lot v0.12.5 |
| 567 | 2026-08-18T14:38:06.099Z | Compiling version_check v0.9.5 |
| 568 | 2026-08-18T14:38:06.129Z | Checking futures-sink v0.3.31 |
| 569 | 2026-08-18T14:38:06.168Z | Compiling syn v2.0.114 |
| 570 | 2026-08-18T14:38:06.208Z | Checking equivalent v1.0.2 |
| 571 | 2026-08-18T14:38:06.242Z | Checking zeroize v1.8.2 |
| 572 | 2026-08-18T14:38:06.246Z | Checking allocator-api2 v0.2.21 |
| 573 | 2026-08-18T14:38:06.290Z | Checking foldhash v0.2.0 |
| 574 | 2026-08-18T14:38:06.387Z | Checking pin-utils v0.1.0 |
| 575 | 2026-08-18T14:38:06.444Z | Compiling pkg-config v0.3.32 |
| 576 | 2026-08-18T14:38:06.457Z | Compiling zmij v1.0.18 |
| 577 | 2026-08-18T14:38:06.530Z | Checking hashbrown v0.16.1 |
| 578 | 2026-08-18T14:38:06.609Z | Checking slab v0.4.11 |
| 579 | 2026-08-18T14:38:06.769Z | Checking fnv v1.0.7 |
| 580 | 2026-08-18T14:38:06.796Z | Compiling serde_json v1.0.149 |
| 581 | 2026-08-18T14:38:06.865Z | Checking futures-channel v0.3.31 |
| 582 | 2026-08-18T14:38:06.880Z | Checking http v1.4.0 |
| 583 | 2026-08-18T14:38:06.910Z | Compiling num-conv v0.2.0 |
| 584 | 2026-08-18T14:38:07.043Z | Checking powerfmt v0.2.0 |
| 585 | 2026-08-18T14:38:07.068Z | Compiling time-core v0.1.8 |
| 586 | 2026-08-18T14:38:07.073Z | Checking indexmap v2.13.0 |
| 587 | 2026-08-18T14:38:07.093Z | Checking futures-io v0.3.31 |
| 588 | 2026-08-18T14:38:07.197Z | Checking deranged v0.5.5 |
| 589 | 2026-08-18T14:38:07.227Z | Compiling time-macros v0.2.26 |
| 590 | 2026-08-18T14:38:07.316Z | Checking num_threads v0.1.7 |
| 591 | 2026-08-18T14:38:07.329Z | Checking futures-task v0.3.31 |
| 592 | 2026-08-18T14:38:07.468Z | Checking http-body v1.0.1 |
| 593 | 2026-08-18T14:38:07.482Z | Checking log v0.4.29 |
| 594 | 2026-08-18T14:38:07.546Z | Checking tracing-core v0.1.36 |
| 595 | 2026-08-18T14:38:07.591Z | Compiling thiserror v2.0.18 |
| 596 | 2026-08-18T14:38:07.628Z | Checking getrandom v0.2.17 |
| 597 | 2026-08-18T14:38:07.653Z | Checking ryu v1.0.22 |
| 598 | 2026-08-18T14:38:07.772Z | Checking http-body-util v0.1.3 |
| 599 | 2026-08-18T14:38:07.794Z | Checking typenum v1.20.0 |
| 600 | 2026-08-18T14:38:07.856Z | Checking subtle v2.6.1 |
| 601 | 2026-08-18T14:38:08.006Z | Checking rustls-pki-types v1.14.0 |
| 602 | 2026-08-18T14:38:08.127Z | Compiling httparse v1.10.1 |
| 603 | 2026-08-18T14:38:08.169Z | Checking percent-encoding v2.3.2 |
| 604 | 2026-08-18T14:38:08.239Z | Checking time v0.3.46 |
| 605 | 2026-08-18T14:38:08.277Z | Checking untrusted v0.9.0 |
| 606 | 2026-08-18T14:38:08.304Z | Checking try-lock v0.2.5 |
| 607 | 2026-08-18T14:38:08.399Z | Checking tower-service v0.3.3 |
| 608 | 2026-08-18T14:38:08.412Z | Checking want v0.3.1 |
| 609 | 2026-08-18T14:38:08.488Z | Compiling ring v0.17.14 |
| 610 | 2026-08-18T14:38:08.532Z | Checking httpdate v1.0.3 |
| 611 | 2026-08-18T14:38:08.559Z | Compiling getrandom v0.3.4 |
| 612 | 2026-08-18T14:38:08.675Z | Checking atomic-waker v1.1.2 |
| 613 | 2026-08-18T14:38:08.722Z | Checking tower-layer v0.3.3 |
| 614 | 2026-08-18T14:38:08.770Z | Checking base64 v0.22.1 |
| 615 | 2026-08-18T14:38:08.784Z | Compiling semver v1.0.27 |
| 616 | 2026-08-18T14:38:08.868Z | Compiling generic-array v0.14.7 |
| 617 | 2026-08-18T14:38:08.994Z | Compiling synstructure v0.13.2 |
| 618 | 2026-08-18T14:38:09.075Z | Checking ipnet v2.11.0 |
| 619 | 2026-08-18T14:38:09.106Z | Checking stable_deref_trait v1.2.1 |
| 620 | 2026-08-18T14:38:09.130Z | Compiling vcpkg v0.2.15 |
| 621 | 2026-08-18T14:38:09.292Z | Checking iana-time-zone v0.1.65 |
| 622 | 2026-08-18T14:38:09.338Z | Checking form_urlencoded v1.2.2 |
| 623 | 2026-08-18T14:38:09.413Z | Checking bitflags v2.10.0 |
| 624 | 2026-08-18T14:38:09.446Z | Compiling rustversion v1.0.22 |
| 625 | 2026-08-18T14:38:09.477Z | Compiling anyhow v1.0.100 |
| 626 | 2026-08-18T14:38:09.525Z | Checking sync_wrapper v1.0.2 |
| 627 | 2026-08-18T14:38:09.578Z | Checking uuid v1.20.0 |
| 628 | 2026-08-18T14:38:09.627Z | Checking cpufeatures v0.3.0 |
| 629 | 2026-08-18T14:38:09.659Z | Checking block-buffer v0.10.4 |
| 630 | 2026-08-18T14:38:09.693Z | Checking crypto-common v0.1.7 |
| 631 | 2026-08-18T14:38:09.714Z | Checking http v0.2.12 |
| 632 | 2026-08-18T14:38:09.821Z | Checking digest v0.10.7 |
| 633 | 2026-08-18T14:38:09.854Z | Checking writeable v0.6.2 |
| 634 | 2026-08-18T14:38:09.956Z | Checking litemap v0.8.1 |
| 635 | 2026-08-18T14:38:10.004Z | Compiling serde_derive_internals v0.29.1 |
| 636 | 2026-08-18T14:38:10.018Z | Compiling icu_normalizer_data v2.1.1 |
| 637 | 2026-08-18T14:38:10.127Z | Compiling schemars v0.8.22 |
| 638 | 2026-08-18T14:38:10.224Z | Compiling icu_properties_data v2.1.2 |
| 639 | 2026-08-18T14:38:10.256Z | Compiling openssl-src v300.5.5+3.5.5 |
| 640 | 2026-08-18T14:38:10.269Z | Compiling serde_derive v1.0.228 |
| 641 | 2026-08-18T14:38:10.361Z | Compiling tokio-macros v2.6.0 |
| 642 | 2026-08-18T14:38:10.377Z | Compiling futures-macro v0.3.31 |
| 643 | 2026-08-18T14:38:10.442Z | Compiling tracing-attributes v0.1.31 |
| 644 | 2026-08-18T14:38:10.500Z | Compiling thiserror-impl v2.0.18 |
| 645 | 2026-08-18T14:38:10.522Z | Compiling zerofrom-derive v0.1.6 |
| 646 | 2026-08-18T14:38:10.757Z | Compiling yoke-derive v0.8.1 |
| 647 | 2026-08-18T14:38:11.087Z | Checking tokio v1.49.0 |
| 648 | 2026-08-18T14:38:11.175Z | Checking futures-util v0.3.31 |
| 649 | 2026-08-18T14:38:11.645Z | Checking tracing v0.1.44 |
| 650 | 2026-08-18T14:38:11.690Z | Checking zerofrom v0.1.6 |
| 651 | 2026-08-18T14:38:11.693Z | Compiling zerovec-derive v0.11.2 |
| 652 | 2026-08-18T14:38:11.800Z | Checking yoke v0.8.1 |
| 653 | 2026-08-18T14:38:11.825Z | Compiling displaydoc v0.2.5 |
| 654 | 2026-08-18T14:38:11.940Z | Compiling schemars_derive v0.8.22 |
| 655 | 2026-08-18T14:38:11.994Z | Checking num-integer v0.1.46 |
| 656 | 2026-08-18T14:38:12.339Z | Compiling openssl-sys v0.9.111 |
| 657 | 2026-08-18T14:38:12.538Z | Checking zerotrie v0.2.3 |
| 658 | 2026-08-18T14:38:12.745Z | Checking zerovec v0.11.5 |
| 659 | 2026-08-18T14:38:13.163Z | Checking tinystr v0.8.2 |
| 660 | 2026-08-18T14:38:13.186Z | Checking potential_utf v0.1.4 |
| 661 | 2026-08-18T14:38:13.316Z | Checking icu_collections v2.1.1 |
| 662 | 2026-08-18T14:38:13.334Z | Checking icu_locale_core v2.1.1 |
| 663 | 2026-08-18T14:38:13.349Z | Checking chrono v0.4.43 |
| 664 | 2026-08-18T14:38:13.545Z | Compiling serde_tokenstream v0.2.2 |
| 665 | 2026-08-18T14:38:13.680Z | Compiling slog v2.8.2 |
| 666 | 2026-08-18T14:38:13.818Z | Checking mime v0.3.17 |
| 667 | 2026-08-18T14:38:13.879Z | Checking icu_provider v2.1.1 |
| 668 | 2026-08-18T14:38:13.900Z | Compiling heck v0.5.0 |
| 669 | 2026-08-18T14:38:13.974Z | Checking erased-serde v0.3.31 |
| 670 | 2026-08-18T14:38:13.988Z | Checking either v1.15.0 |
| 671 | 2026-08-18T14:38:14.036Z | Checking tokio-util v0.7.18 |
| 672 | 2026-08-18T14:38:14.087Z | Checking tower v0.5.3 |
| 673 | 2026-08-18T14:38:14.101Z | Checking utf8_iter v1.0.4 |
| 674 | 2026-08-18T14:38:14.115Z | Checking icu_normalizer v2.1.1 |
| 675 | 2026-08-18T14:38:14.163Z | Checking icu_properties v2.1.2 |
| 676 | 2026-08-18T14:38:14.181Z | Checking foreign-types-shared v0.1.1 |
| 677 | 2026-08-18T14:38:14.214Z | Compiling openssl v0.10.75 |
| 678 | 2026-08-18T14:38:14.259Z | Checking foreign-types v0.3.2 |
| 679 | 2026-08-18T14:38:14.325Z | Compiling openssl-macros v0.1.1 |
| 680 | 2026-08-18T14:38:14.469Z | Checking http-body v0.4.6 |
| 681 | 2026-08-18T14:38:14.490Z | Checking encoding_rs v0.8.35 |
| 682 | 2026-08-18T14:38:14.510Z | Compiling native-tls v0.2.14 |
| 683 | 2026-08-18T14:38:14.513Z | Checking h2 v0.4.13 |
| 684 | 2026-08-18T14:38:14.658Z | Checking winnow v0.7.14 |
| 685 | 2026-08-18T14:38:14.672Z | Checking cpufeatures v0.2.17 |
| 686 | 2026-08-18T14:38:14.738Z | Checking serde_urlencoded v0.7.1 |
| 687 | 2026-08-18T14:38:14.752Z | Checking aho-corasick v1.1.4 |
| 688 | 2026-08-18T14:38:14.840Z | Checking vsimd v0.8.0 |
| 689 | 2026-08-18T14:38:14.945Z | Checking dyn-clone v1.0.20 |
| 690 | 2026-08-18T14:38:15.035Z | Checking idna_adapter v1.2.1 |
| 691 | 2026-08-18T14:38:15.049Z | Checking regex-syntax v0.8.8 |
| 692 | 2026-08-18T14:38:15.152Z | Checking idna v1.1.0 |
| 693 | 2026-08-18T14:38:15.191Z | Checking outref v0.5.2 |
| 694 | 2026-08-18T14:38:15.287Z | Checking openssl-probe v0.1.6 |
| 695 | 2026-08-18T14:38:15.388Z | Checking base64-simd v0.8.0 |
| 696 | 2026-08-18T14:38:15.403Z | Checking url v2.5.8 |
| 697 | 2026-08-18T14:38:15.438Z | Checking bytes-utils v0.1.4 |
| 698 | 2026-08-18T14:38:15.643Z | Checking thread_local v1.1.9 |
| 699 | 2026-08-18T14:38:15.843Z | Checking aws-smithy-types v1.4.7 |
| 700 | 2026-08-18T14:38:15.857Z | Compiling cmake v0.1.57 |
| 701 | 2026-08-18T14:38:15.984Z | Checking is-terminal v0.4.17 |
| 702 | 2026-08-18T14:38:16.053Z | Compiling dunce v1.0.5 |
| 703 | 2026-08-18T14:38:16.070Z | Checking iri-string v0.7.10 |
| 704 | 2026-08-18T14:38:16.151Z | Compiling fs_extra v1.3.0 |
| 705 | 2026-08-18T14:38:16.189Z | Checking term v1.2.1 |
| 706 | 2026-08-18T14:38:16.355Z | Checking hyper v1.8.1 |
| 707 | 2026-08-18T14:38:16.369Z | Checking regex-automata v0.4.13 |
| 708 | 2026-08-18T14:38:16.410Z | Checking slog-term v2.9.2 |
| 709 | 2026-08-18T14:38:16.413Z | Compiling aws-lc-sys v0.44.0 |
| 710 | 2026-08-18T14:38:16.670Z | Checking fastrand v2.3.0 |
| 711 | 2026-08-18T14:38:17.046Z | Checking toml_datetime v0.6.11 |
| 712 | 2026-08-18T14:38:17.080Z | Checking tower-http v0.6.8 |
| 713 | 2026-08-18T14:38:17.223Z | Checking serde_spanned v0.6.9 |
| 714 | 2026-08-18T14:38:17.237Z | Checking hyper-util v0.1.19 |
| 715 | 2026-08-18T14:38:17.342Z | Compiling zerocopy-derive v0.8.37 |
| 716 | 2026-08-18T14:38:17.345Z | Checking rand_core v0.6.4 |
| 717 | 2026-08-18T14:38:17.690Z | Checking regex v1.12.2 |
| 718 | 2026-08-18T14:38:17.785Z | Checking match_cfg v0.1.0 |
| 719 | 2026-08-18T14:38:17.852Z | Checking hostname v0.3.1 |
| 720 | 2026-08-18T14:38:17.942Z | Checking slog-json v2.6.1 |
| 721 | 2026-08-18T14:38:17.963Z | Checking aws-smithy-async v1.2.14 |
| 722 | 2026-08-18T14:38:18.087Z | Compiling regress v0.10.5 |
| 723 | 2026-08-18T14:38:18.171Z | Checking openapiv3 v2.2.0 |
| 724 | 2026-08-18T14:38:18.266Z | Compiling aws-smithy-runtime-api-macros v1.0.0 |
| 725 | 2026-08-18T14:38:18.640Z | Checking hybrid-array v0.4.12 |
| 726 | 2026-08-18T14:38:18.724Z | Compiling getrandom v0.4.2 |
| 727 | 2026-08-18T14:38:18.799Z | Checking rand_core v0.10.1 |
| 728 | 2026-08-18T14:38:18.946Z | Compiling aws-lc-rs v1.18.0 |
| 729 | 2026-08-18T14:38:19.005Z | Checking aws-smithy-runtime-api v1.12.0 |
| 730 | 2026-08-18T14:38:19.085Z | Checking slog-bunyan v2.5.0 |
| 731 | 2026-08-18T14:38:19.099Z | Checking futures-executor v0.3.31 |
| 732 | 2026-08-18T14:38:19.194Z | Checking toml_write v0.1.2 |
| 733 | 2026-08-18T14:38:19.241Z | Checking const-oid v0.9.6 |
| 734 | 2026-08-18T14:38:19.244Z | Checking cmov v0.5.3 |
| 735 | 2026-08-18T14:38:19.354Z | Checking toml_edit v0.22.27 |
| 736 | 2026-08-18T14:38:19.397Z | Checking der v0.6.1 |
| 737 | 2026-08-18T14:38:19.454Z | Checking ctutils v0.4.2 |
| 738 | 2026-08-18T14:38:19.478Z | Checking futures v0.3.31 |
| 739 | 2026-08-18T14:38:19.553Z | Checking crypto-common v0.2.1 |
| 740 | 2026-08-18T14:38:19.643Z | Compiling typify-impl v0.4.3 |
| 741 | 2026-08-18T14:38:19.763Z | Checking block-buffer v0.12.0 |
| 742 | 2026-08-18T14:38:19.926Z | Checking chacha20 v0.10.0 |
| 743 | 2026-08-18T14:38:20.045Z | Checking const-oid v0.10.2 |
| 744 | 2026-08-18T14:38:20.049Z | Compiling ident_case v1.0.1 |
| 745 | 2026-08-18T14:38:20.123Z | Checking base64ct v1.8.3 |
| 746 | 2026-08-18T14:38:20.202Z | Compiling crc32fast v1.5.0 |
| 747 | 2026-08-18T14:38:20.277Z | Checking digest v0.11.3 |
| 748 | 2026-08-18T14:38:20.342Z | Checking spki v0.6.0 |
| 749 | 2026-08-18T14:38:20.432Z | Checking rand v0.10.1 |
| 750 | 2026-08-18T14:38:20.457Z | Checking toml v0.8.23 |
| 751 | 2026-08-18T14:38:20.527Z | Compiling unicase v2.9.0 |
| 752 | 2026-08-18T14:38:20.656Z | Compiling zerocopy v0.8.37 |
| 753 | 2026-08-18T14:38:20.706Z | Compiling rustls v0.23.36 |
| 754 | 2026-08-18T14:38:20.886Z | Compiling rustls v0.21.12 |
| 755 | 2026-08-18T14:38:20.907Z | Compiling ucd-trie v0.1.7 |
| 756 | 2026-08-18T14:38:21.072Z | Compiling pest v2.8.5 |
| 757 | 2026-08-18T14:38:21.108Z | Checking rusty_ulid v2.0.0 (https://github.com/huxi/rusty_ulid#f2390586) |
| 758 | 2026-08-18T14:38:21.134Z | Compiling new_mime_guess v4.0.4 |
| 759 | 2026-08-18T14:38:21.418Z | Checking pkcs8 v0.9.0 |
| 760 | 2026-08-18T14:38:21.543Z | Checking crypto-bigint v0.4.9 |
| 761 | 2026-08-18T14:38:21.638Z | Checking ff v0.12.1 |
| 762 | 2026-08-18T14:38:21.748Z | Checking sha1 v0.10.6 |
| 763 | 2026-08-18T14:38:21.862Z | Checking rustls-webpki v0.101.7 |
| 764 | 2026-08-18T14:38:21.900Z | Checking sct v0.7.1 |
| 765 | 2026-08-18T14:38:22.036Z | Compiling crossbeam-utils v0.8.21 |
| 766 | 2026-08-18T14:38:22.327Z | Checking base16ct v0.1.1 |
| 767 | 2026-08-18T14:38:22.571Z | Checking sec1 v0.3.0 |
| 768 | 2026-08-18T14:38:22.806Z | Compiling pest_meta v2.8.5 |
| 769 | 2026-08-18T14:38:22.983Z | Compiling typify-macro v0.4.3 |
| 770 | 2026-08-18T14:38:23.562Z | Checking group v0.12.1 |
| 771 | 2026-08-18T14:38:23.690Z | Checking aws-smithy-eventstream v0.60.20 |
| 772 | 2026-08-18T14:38:24.296Z | Checking h2 v0.3.27 |
| 773 | 2026-08-18T14:38:24.464Z | Compiling typify v0.4.3 |
| 774 | 2026-08-18T14:38:24.545Z | Checking hmac v0.12.1 |
| 775 | 2026-08-18T14:38:24.558Z | Checking socket2 v0.5.10 |
| 776 | 2026-08-18T14:38:24.746Z | Compiling rustls v0.22.4 |
| 777 | 2026-08-18T14:38:24.842Z | Checking openssl-probe v0.2.1 |
| 778 | 2026-08-18T14:38:24.948Z | Compiling unsafe-libyaml v0.2.11 |
| 779 | 2026-08-18T14:38:24.962Z | Compiling camino v1.2.2 |
| 780 | 2026-08-18T14:38:25.336Z | Checking rustls-native-certs v0.8.3 |
| 781 | 2026-08-18T14:38:25.351Z | Checking rfc6979 v0.3.1 |
| 782 | 2026-08-18T14:38:25.466Z | Compiling serde_yaml v0.9.34+deprecated |
| 783 | 2026-08-18T14:38:25.536Z | Checking tokio-rustls v0.24.1 |
| 784 | 2026-08-18T14:38:25.628Z | Compiling progenitor-impl v0.11.2 |
| 785 | 2026-08-18T14:38:25.689Z | Checking aws-smithy-http v0.63.6 |
| 786 | 2026-08-18T14:38:25.719Z | Checking elliptic-curve v0.12.3 |
| 787 | 2026-08-18T14:38:25.954Z | Compiling pest_generator v2.8.5 |
| 788 | 2026-08-18T14:38:26.112Z | Checking hyper v0.14.32 |
| 789 | 2026-08-18T14:38:26.304Z | Checking signature v1.6.4 |
| 790 | 2026-08-18T14:38:26.424Z | Checking rustls-webpki v0.102.8 |
| 791 | 2026-08-18T14:38:26.561Z | Compiling rustc_version v0.4.1 |
| 792 | 2026-08-18T14:38:26.714Z | Compiling multer v3.1.0 |
| 793 | 2026-08-18T14:38:26.762Z | Compiling slog-async v2.8.0 |
| 794 | 2026-08-18T14:38:26.805Z | Compiling paste v1.0.15 |
| 795 | 2026-08-18T14:38:26.838Z | Compiling aws-types v1.3.15 |
| 796 | 2026-08-18T14:38:27.089Z | Compiling pest_derive v2.8.5 |
| 797 | 2026-08-18T14:38:27.114Z | Checking ecdsa v0.14.8 |
| 798 | 2026-08-18T14:38:27.144Z | Checking crossbeam-channel v0.5.15 |
| 799 | 2026-08-18T14:38:27.578Z | Checking sha2 v0.11.0 |
| 800 | 2026-08-18T14:38:27.700Z | Compiling progenitor-macro v0.11.2 |
| 801 | 2026-08-18T14:38:27.716Z | Checking aws-credential-types v1.2.14 |
| 802 | 2026-08-18T14:38:27.922Z | Checking buildomat-types v0.0.0 (/work/oxidecomputer/buildomat/types) |
| 803 | 2026-08-18T14:38:28.024Z | Checking hyper-rustls v0.24.2 |
| 804 | 2026-08-18T14:38:28.125Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 805 | 2026-08-18T14:38:28.213Z | Checking sha2 v0.10.9 |
| 806 | 2026-08-18T14:38:28.227Z | Compiling async-stream-impl v0.3.6 |
| 807 | 2026-08-18T14:38:28.282Z | Checking serde_spanned v1.0.4 |
| 808 | 2026-08-18T14:38:28.406Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 809 | 2026-08-18T14:38:28.419Z | Compiling dropshot v0.16.7 |
| 810 | 2026-08-18T14:38:28.445Z | Checking take_mut v0.2.2 |
| 811 | 2026-08-18T14:38:28.542Z | Checking hex v0.4.3 |
| 812 | 2026-08-18T14:38:28.594Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 813 | 2026-08-18T14:38:28.634Z | Checking spin v0.9.8 |
| 814 | 2026-08-18T14:38:28.769Z | Checking toml v0.9.11+spec-1.1.0 |
| 815 | 2026-08-18T14:38:28.827Z | Checking async-stream v0.3.6 |
| 816 | 2026-08-18T14:38:28.885Z | Checking p256 v0.11.1 |
| 817 | 2026-08-18T14:38:28.950Z | Checking tokio-rustls v0.25.0 |
| 818 | 2026-08-18T14:38:29.007Z | Checking buildomat-common v0.0.0 (/work/oxidecomputer/buildomat/common) |
| 819 | 2026-08-18T14:38:29.134Z | Checking hmac v0.13.0 |
| 820 | 2026-08-18T14:38:29.162Z | Checking aws-smithy-observability v0.2.6 |
| 821 | 2026-08-18T14:38:29.232Z | Checking crypto-bigint v0.5.5 |
| 822 | 2026-08-18T14:38:29.271Z | Compiling dropshot_endpoint v0.16.7 |
| 823 | 2026-08-18T14:38:29.331Z | Compiling async-trait v0.1.89 |
| 824 | 2026-08-18T14:38:29.345Z | Checking waitgroup v0.1.2 |
| 825 | 2026-08-18T14:38:29.472Z | Checking rustls-pemfile v2.2.0 |
| 826 | 2026-08-18T14:38:29.486Z | Checking serde_path_to_error v0.1.20 |
| 827 | 2026-08-18T14:38:29.610Z | Compiling ahash v0.8.12 |
| 828 | 2026-08-18T14:38:29.754Z | Checking hostname v0.4.2 |
| 829 | 2026-08-18T14:38:29.850Z | Checking debug-ignore v1.0.5 |
| 830 | 2026-08-18T14:38:30.083Z | Checking aws-sigv4 v1.4.3 |
| 831 | 2026-08-18T14:38:30.163Z | Compiling scroll_derive v0.13.1 |
| 832 | 2026-08-18T14:38:30.315Z | Compiling usdt-impl v0.6.0 |
| 833 | 2026-08-18T14:38:30.456Z | Checking byteorder v1.5.0 |
| 834 | 2026-08-18T14:38:30.658Z | Compiling dtrace-parser v0.3.0 |
| 835 | 2026-08-18T14:38:30.738Z | Compiling darling_core v0.20.11 |
| 836 | 2026-08-18T14:38:30.973Z | Checking scroll v0.13.0 |
| 837 | 2026-08-18T14:38:31.195Z | Checking aws-smithy-json v0.62.5 |
| 838 | 2026-08-18T14:38:31.275Z | Compiling libsqlite3-sys v0.30.1 |
| 839 | 2026-08-18T14:38:31.422Z | Compiling thread-id v5.1.0 |
| 840 | 2026-08-18T14:38:31.505Z | Checking plain v0.2.3 |
| 841 | 2026-08-18T14:38:31.677Z | Compiling thiserror v1.0.69 |
| 842 | 2026-08-18T14:38:31.863Z | Compiling rustix v1.1.3 |
| 843 | 2026-08-18T14:38:31.959Z | Checking regex-lite v0.1.8 |
| 844 | 2026-08-18T14:38:31.977Z | Compiling heck v0.4.1 |
| 845 | 2026-08-18T14:38:32.431Z | Checking goblin v0.10.4 |
| 846 | 2026-08-18T14:38:32.665Z | Compiling dof v0.4.0 |
| 847 | 2026-08-18T14:38:32.682Z | Compiling darling_macro v0.20.11 |
| 848 | 2026-08-18T14:38:32.848Z | Checking hashbrown v0.14.5 |
| 849 | 2026-08-18T14:38:33.201Z | Checking tokio-stream v0.1.18 |
| 850 | 2026-08-18T14:38:33.368Z | Compiling thiserror-impl v1.0.69 |
| 851 | 2026-08-18T14:38:33.382Z | Checking xmlparser v0.13.6 |
| 852 | 2026-08-18T14:38:33.609Z | Checking pretty-hex v0.4.1 |
| 853 | 2026-08-18T14:38:33.723Z | Checking unicode-width v0.2.2 |
| 854 | 2026-08-18T14:38:33.794Z | Checking aws-smithy-xml v0.60.15 |
| 855 | 2026-08-18T14:38:33.942Z | Checking hashlink v0.9.1 |
| 856 | 2026-08-18T14:38:33.973Z | Compiling darling v0.20.11 |
| 857 | 2026-08-18T14:38:34.141Z | Checking crc-catalog v2.4.0 |
| 858 | 2026-08-18T14:38:34.197Z | Checking fallible-iterator v0.3.0 |
| 859 | 2026-08-18T14:38:34.227Z | Checking fallible-streaming-iterator v0.1.9 |
| 860 | 2026-08-18T14:38:34.408Z | Checking crc v3.3.0 |
| 861 | 2026-08-18T14:38:34.518Z | Compiling sea-query-derive v0.4.3 |
| 862 | 2026-08-18T14:38:34.580Z | Compiling usdt-macro v0.6.0 |
| 863 | 2026-08-18T14:38:34.626Z | Compiling usdt-attr-macro v0.6.0 |
| 864 | 2026-08-18T14:38:34.717Z | Checking tempfile v3.24.0 |
| 865 | 2026-08-18T14:38:34.908Z | Compiling inherent v1.0.13 |
| 866 | 2026-08-18T14:38:35.252Z | Checking memmap2 v0.9.9 |
| 867 | 2026-08-18T14:38:35.320Z | Checking atty v0.2.14 |
| 868 | 2026-08-18T14:38:35.342Z | Checking utf8-width v0.1.8 |
| 869 | 2026-08-18T14:38:35.407Z | Checking getopts v0.2.24 |
| 870 | 2026-08-18T14:38:35.407Z | Checking winnow v0.5.40 |
| 871 | 2026-08-18T14:38:35.443Z | Checking html-escape v0.2.13 |
| 872 | 2026-08-18T14:38:35.457Z | Checking sea-query v0.32.7 |
| 873 | 2026-08-18T14:38:35.594Z | Checking buildomat-sse v0.0.0 (/work/oxidecomputer/buildomat/sse) |
| 874 | 2026-08-18T14:38:35.694Z | Checking usdt v0.6.0 |
| 875 | 2026-08-18T14:38:35.799Z | Compiling syn v1.0.109 |
| 876 | 2026-08-18T14:38:35.843Z | Checking urlencoding v2.1.3 |
| 877 | 2026-08-18T14:38:35.893Z | Checking spin v0.10.0 |
| 878 | 2026-08-18T14:38:35.967Z | Checking aws-smithy-query v0.60.15 |
| 879 | 2026-08-18T14:38:36.043Z | Checking crc-fast v1.9.0 |
| 880 | 2026-08-18T14:38:36.074Z | Checking ansi-to-html v0.2.2 |
| 881 | 2026-08-18T14:38:36.150Z | Checking sha1 v0.11.0 |
| 882 | 2026-08-18T14:38:36.255Z | Checking md-5 v0.11.0 |
| 883 | 2026-08-18T14:38:36.270Z | Compiling strum_macros v0.27.2 |
| 884 | 2026-08-18T14:38:36.314Z | Compiling strsim v0.11.1 |
| 885 | 2026-08-18T14:38:36.554Z | Checking toml_edit v0.20.7 |
| 886 | 2026-08-18T14:38:36.603Z | Compiling darling_core v0.21.3 |
| 887 | 2026-08-18T14:38:37.061Z | Checking rusqlite v0.32.1 |
| 888 | 2026-08-18T14:38:37.561Z | Checking rust-toolchain-file v0.1.1 |
| 889 | 2026-08-18T14:38:37.664Z | Checking sea-query-rusqlite v0.7.0 |
| 890 | 2026-08-18T14:38:37.770Z | Checking jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#10a38b25) |
| 891 | 2026-08-18T14:38:37.789Z | Checking num-bigint v0.4.6 |
| 892 | 2026-08-18T14:38:37.881Z | Checking aws-smithy-checksums v0.64.7 |
| 893 | 2026-08-18T14:38:37.937Z | Checking buildomat-database v0.0.0 (/work/oxidecomputer/buildomat/database) |
| 894 | 2026-08-18T14:38:38.038Z | Checking strum v0.27.2 |
| 895 | 2026-08-18T14:38:38.089Z | Checking lru v0.16.4 |
| 896 | 2026-08-18T14:38:38.245Z | Checking pem v3.0.6 |
| 897 | 2026-08-18T14:38:38.258Z | Compiling proc-macro-error-attr v1.0.4 |
| 898 | 2026-08-18T14:38:38.393Z | Checking lazy_static v1.5.0 |
| 899 | 2026-08-18T14:38:38.489Z | Checking parse_link_header v0.3.3 |
| 900 | 2026-08-18T14:38:38.518Z | Compiling zerocopy-derive v0.6.6 |
| 901 | 2026-08-18T14:38:38.585Z | Checking simple_asn1 v0.6.3 |
| 902 | 2026-08-18T14:38:38.620Z | Compiling proc-macro-error v1.0.4 |
| 903 | 2026-08-18T14:38:38.652Z | Checking http-range v0.1.5 |
| 904 | 2026-08-18T14:38:38.689Z | Compiling darling_macro v0.21.3 |
| 905 | 2026-08-18T14:38:38.780Z | Checking jsonwebtoken v9.3.1 |
| 906 | 2026-08-18T14:38:38.929Z | Checking hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 907 | 2026-08-18T14:38:39.107Z | Checking buildomat-github-hooktypes v0.0.0 (/work/oxidecomputer/buildomat/github/hooktypes) |
| 908 | 2026-08-18T14:38:39.221Z | Compiling darling v0.21.3 |
| 909 | 2026-08-18T14:38:39.292Z | Compiling num-derive v0.3.3 |
| 910 | 2026-08-18T14:38:39.306Z | Compiling serde_with_macros v3.16.1 |
| 911 | 2026-08-18T14:38:39.320Z | Checking zerocopy v0.6.6 |
| 912 | 2026-08-18T14:38:39.454Z | Compiling serde_repr v0.1.20 |
| 913 | 2026-08-18T14:38:39.605Z | Checking base64 v0.21.7 |
| 914 | 2026-08-18T14:38:39.649Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 915 | 2026-08-18T14:38:39.800Z | Checking minimal-lexical v0.2.1 |
| 916 | 2026-08-18T14:38:39.830Z | Checking ron v0.8.1 |
| 917 | 2026-08-18T14:38:40.004Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 918 | 2026-08-18T14:38:40.021Z | Checking nom v7.1.3 |
| 919 | 2026-08-18T14:38:40.135Z | Compiling zone_cfg_derive v0.3.1 |
| 920 | 2026-08-18T14:38:40.182Z | Checking libscf-sys v1.1.0 |
| 921 | 2026-08-18T14:38:40.303Z | Checking console v0.16.3 |
| 922 | 2026-08-18T14:38:40.350Z | Checking itertools v0.12.1 |
| 923 | 2026-08-18T14:38:40.403Z | Checking serde_with v3.16.1 |
| 924 | 2026-08-18T14:38:40.591Z | Compiling proc-macro-crate v3.4.0 |
| 925 | 2026-08-18T14:38:40.735Z | Checking dirs-sys-next v0.1.2 |
| 926 | 2026-08-18T14:38:40.849Z | Checking vte v0.14.1 |
| 927 | 2026-08-18T14:38:40.931Z | Checking shell-words v1.1.1 |
| 928 | 2026-08-18T14:38:40.995Z | Checking libdevinfo-sys v1.1.0 |
| 929 | 2026-08-18T14:38:41.011Z | Compiling num_enum_derive v0.7.5 |
| 930 | 2026-08-18T14:38:41.084Z | Checking rustc-hash v2.1.1 |
| 931 | 2026-08-18T14:38:41.097Z | Checking debug_parser v0.1.4 |
| 932 | 2026-08-18T14:38:41.192Z | Checking iddqd v0.3.17 |
| 933 | 2026-08-18T14:38:41.246Z | Checking dialoguer v0.12.0 |
| 934 | 2026-08-18T14:38:41.348Z | Checking zone v0.3.1 |
| 935 | 2026-08-18T14:38:41.501Z | Checking strip-ansi-escapes v0.2.1 |
| 936 | 2026-08-18T14:38:41.597Z | Checking dirs-next v2.0.0 |
| 937 | 2026-08-18T14:38:41.620Z | Checking buildomat-bunyan v0.0.0 (/work/oxidecomputer/buildomat/bunyan) |
| 938 | 2026-08-18T14:38:41.682Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 939 | 2026-08-18T14:38:41.685Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs.git#72389b51) |
| 940 | 2026-08-18T14:38:41.734Z | Checking sigpipe v0.1.3 |
| 941 | 2026-08-18T14:38:41.806Z | Checking hmac-sha256 v1.1.13 |
| 942 | 2026-08-18T14:38:41.839Z | Checking glob v0.3.3 |
| 943 | 2026-08-18T14:38:41.924Z | Checking xtask v0.0.0 (/work/oxidecomputer/buildomat/xtask) |
| 944 | 2026-08-18T14:38:41.989Z | Checking num_enum v0.7.5 |
| 945 | 2026-08-18T14:38:42.096Z | Checking devinfo v0.1.0 |
| 946 | 2026-08-18T14:38:48.198Z | Checking rustls-webpki v0.103.9 |
| 947 | 2026-08-18T14:38:50.783Z | Checking tokio-rustls v0.26.4 |
| 948 | 2026-08-18T14:38:50.989Z | Checking hyper-rustls v0.27.7 |
| 949 | 2026-08-18T14:38:51.164Z | Checking aws-smithy-http-client v1.1.12 |
| 950 | 2026-08-18T14:38:51.686Z | Checking aws-smithy-runtime v1.11.1 |
| 951 | 2026-08-18T14:38:53.066Z | Checking aws-runtime v1.7.3 |
| 952 | 2026-08-18T14:38:53.813Z | Checking aws-sdk-sso v1.98.0 |
| 953 | 2026-08-18T14:38:53.890Z | Checking aws-sdk-sts v1.103.0 |
| 954 | 2026-08-18T14:38:53.935Z | Checking aws-sdk-s3 v1.132.0 |
| 955 | 2026-08-18T14:38:53.935Z | Checking aws-sdk-ssooidc v1.100.0 |
| 956 | 2026-08-18T14:38:54.478Z | Checking aws-sdk-ec2 v1.225.0 |
| 957 | 2026-08-18T14:38:55.293Z | Checking aws-config v1.8.16 |
| 958 | 2026-08-18T14:38:56.926Z | Checking buildomat-aws v0.0.0 (/work/oxidecomputer/buildomat/aws) |
| 959 | 2026-08-18T14:39:06.596Z | Checking tokio-native-tls v0.3.1 |
| 960 | 2026-08-18T14:39:06.734Z | Checking hyper-tls v0.6.0 |
| 961 | 2026-08-18T14:39:06.882Z | Checking reqwest v0.12.28 |
| 962 | 2026-08-18T14:39:07.415Z | Checking progenitor-client v0.11.2 |
| 963 | 2026-08-18T14:39:07.415Z | Checking octorust v0.1.34 (https://github.com/oxidecomputer/third-party-api-clients?branch=jclulow#6a1cb318) |
| 964 | 2026-08-18T14:39:07.418Z | Checking buildomat-download v0.0.0 (/work/oxidecomputer/buildomat/download) |
| 965 | 2026-08-18T14:39:07.612Z | Checking progenitor v0.11.2 |
| 966 | 2026-08-18T14:39:07.731Z | Checking buildomat-client v0.0.0 (/work/oxidecomputer/buildomat/client) |
| 967 | 2026-08-18T14:39:07.810Z | Checking buildomat-server v0.0.0 (/work/oxidecomputer/buildomat/server) |
| 968 | 2026-08-18T14:39:11.721Z | Checking buildomat-jobsh v0.0.0 (/work/oxidecomputer/buildomat/jobsh) |
| 969 | 2026-08-18T14:39:11.721Z | Checking buildomat-factory-propolis v0.0.0 (/work/oxidecomputer/buildomat/factory/propolis) |
| 970 | 2026-08-18T14:39:11.724Z | Checking buildomat-agent v0.0.0 (/work/oxidecomputer/buildomat/agent) |
| 971 | 2026-08-18T14:39:11.724Z | Checking buildomat-factory-lab v0.0.0 (/work/oxidecomputer/buildomat/factory/lab) |
| 972 | 2026-08-18T14:39:12.299Z | Checking buildomat v0.0.0 (/work/oxidecomputer/buildomat/bin) |
| 973 | 2026-08-18T14:39:12.335Z | Checking buildomat-github-database v0.0.0 (/work/oxidecomputer/buildomat/github/database) |
| 974 | 2026-08-18T14:39:12.989Z | Checking buildomat-github-testdata v0.0.0 (/work/oxidecomputer/buildomat/github/testdata) |
| 975 | 2026-08-18T14:39:13.087Z | Checking buildomat-github-dbtool v0.0.0 (/work/oxidecomputer/buildomat/github/dbtool) |
| 976 | 2026-08-18T14:39:13.195Z | Checking buildomat-factory-gimlet v0.0.0 (/work/oxidecomputer/buildomat/factory/gimlet) |
| 977 | 2026-08-18T14:39:32.807Z | Checking buildomat-github-client v0.0.0 (/work/oxidecomputer/buildomat/github/client) |
| 978 | 2026-08-18T14:39:32.944Z | Checking buildomat-github-ghtool v0.0.0 (/work/oxidecomputer/buildomat/github/ghtool) |
| 979 | 2026-08-18T14:39:32.944Z | Checking buildomat-github-server v0.0.0 (/work/oxidecomputer/buildomat/github/server) |
| 980 | 2026-08-18T14:40:04.291Z | Checking buildomat-factory-aws v0.0.0 (/work/oxidecomputer/buildomat/factory/aws) |
| 981 | 2026-08-18T14:40:04.291Z | Checking xtask-setup v0.0.0 (/work/oxidecomputer/buildomat/xtask-setup) |
| 982 | 2026-08-18T14:40:05.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 983 | 2026-08-18T14:40:05.657Z | + banner test |
| 984 | 2026-08-18T14:40:05.661Z | |
| 985 | 2026-08-18T14:40:05.661Z | ##### ###### #### ##### |
| 986 | 2026-08-18T14:40:05.661Z | # # # # |
| 987 | 2026-08-18T14:40:05.661Z | # ##### #### # |
| 988 | 2026-08-18T14:40:05.661Z | # # # # |
| 989 | 2026-08-18T14:40:05.661Z | # # # # # |
| 990 | 2026-08-18T14:40:05.661Z | # ###### #### # |
| 991 | 2026-08-18T14:40:05.661Z | |
| 992 | 2026-08-18T14:40:05.661Z | + cargo test --locked --workspace |
| 993 | 2026-08-18T14:40:06.031Z | Compiling unicode-ident v1.0.22 |
| 994 | 2026-08-18T14:40:06.035Z | Compiling cfg-if v1.0.4 |
| 995 | 2026-08-18T14:40:06.035Z | Compiling itoa v1.0.17 |
| 996 | 2026-08-18T14:40:06.035Z | Compiling memchr v2.7.6 |
| 997 | 2026-08-18T14:40:06.035Z | Compiling bytes v1.11.1 |
| 998 | 2026-08-18T14:40:06.103Z | Compiling libc v0.2.180 |
| 999 | 2026-08-18T14:40:06.106Z | Compiling serde_core v1.0.228 |
| 1000 | 2026-08-18T14:40:06.116Z | Compiling smallvec v1.15.1 |
| 1001 | 2026-08-18T14:40:06.145Z | Compiling equivalent v1.0.2 |
| 1002 | 2026-08-18T14:40:06.203Z | Compiling proc-macro2 v1.0.106 |
| 1003 | 2026-08-18T14:40:06.219Z | Compiling allocator-api2 v0.2.21 |
| 1004 | 2026-08-18T14:40:06.260Z | Compiling pin-project-lite v0.2.16 |
| 1005 | 2026-08-18T14:40:06.306Z | Compiling fnv v1.0.7 |
| 1006 | 2026-08-18T14:40:06.345Z | Compiling scopeguard v1.2.0 |
| 1007 | 2026-08-18T14:40:06.391Z | Compiling jobserver v0.1.34 |
| 1008 | 2026-08-18T14:40:06.421Z | Compiling errno v0.3.14 |
| 1009 | 2026-08-18T14:40:06.441Z | Compiling lock_api v0.4.14 |
| 1010 | 2026-08-18T14:40:06.523Z | Compiling parking_lot_core v0.9.12 |
| 1011 | 2026-08-18T14:40:06.565Z | Compiling quote v1.0.44 |
| 1012 | 2026-08-18T14:40:06.659Z | Compiling cc v1.2.55 |
| 1013 | 2026-08-18T14:40:06.698Z | Compiling parking_lot v0.12.5 |
| 1014 | 2026-08-18T14:40:06.706Z | Compiling signal-hook-registry v1.4.8 |
| 1015 | 2026-08-18T14:40:06.768Z | Compiling syn v2.0.114 |
| 1016 | 2026-08-18T14:40:06.818Z | Compiling socket2 v0.6.2 |
| 1017 | 2026-08-18T14:40:06.844Z | Compiling mio v1.1.1 |
| 1018 | 2026-08-18T14:40:06.912Z | Compiling once_cell v1.21.3 |
| 1019 | 2026-08-18T14:40:06.989Z | Compiling futures-core v0.3.31 |
| 1020 | 2026-08-18T14:40:07.096Z | Compiling num-traits v0.2.19 |
| 1021 | 2026-08-18T14:40:07.116Z | Compiling futures-sink v0.3.31 |
| 1022 | 2026-08-18T14:40:07.135Z | Compiling zeroize v1.8.2 |
| 1023 | 2026-08-18T14:40:07.212Z | Compiling foldhash v0.2.0 |
| 1024 | 2026-08-18T14:40:07.256Z | Compiling pin-utils v0.1.0 |
| 1025 | 2026-08-18T14:40:07.303Z | Compiling http v1.4.0 |
| 1026 | 2026-08-18T14:40:07.321Z | Compiling log v0.4.29 |
| 1027 | 2026-08-18T14:40:07.343Z | Compiling slab v0.4.11 |
| 1028 | 2026-08-18T14:40:07.442Z | Compiling hashbrown v0.16.1 |
| 1029 | 2026-08-18T14:40:07.497Z | Compiling futures-channel v0.3.31 |
| 1030 | 2026-08-18T14:40:07.510Z | Compiling powerfmt v0.2.0 |
| 1031 | 2026-08-18T14:40:07.701Z | Compiling num-conv v0.2.0 |
| 1032 | 2026-08-18T14:40:07.709Z | Compiling time-core v0.1.8 |
| 1033 | 2026-08-18T14:40:07.717Z | Compiling deranged v0.5.5 |
| 1034 | 2026-08-18T14:40:07.825Z | Compiling zmij v1.0.18 |
| 1035 | 2026-08-18T14:40:07.847Z | Compiling time-macros v0.2.26 |
| 1036 | 2026-08-18T14:40:07.922Z | Compiling num_threads v0.1.7 |
| 1037 | 2026-08-18T14:40:07.925Z | Compiling futures-task v0.3.31 |
| 1038 | 2026-08-18T14:40:08.011Z | Compiling indexmap v2.13.0 |
| 1039 | 2026-08-18T14:40:08.011Z | Compiling futures-io v0.3.31 |
| 1040 | 2026-08-18T14:40:08.090Z | Compiling http-body v1.0.1 |
| 1041 | 2026-08-18T14:40:08.099Z | Compiling tracing-core v0.1.36 |
| 1042 | 2026-08-18T14:40:08.182Z | Compiling ryu v1.0.22 |
| 1043 | 2026-08-18T14:40:08.236Z | Compiling getrandom v0.2.17 |
| 1044 | 2026-08-18T14:40:08.277Z | Compiling http-body-util v0.1.3 |
| 1045 | 2026-08-18T14:40:08.354Z | Compiling typenum v1.20.0 |
| 1046 | 2026-08-18T14:40:08.411Z | Compiling subtle v2.6.1 |
| 1047 | 2026-08-18T14:40:08.507Z | Compiling rustls-pki-types v1.14.0 |
| 1048 | 2026-08-18T14:40:08.570Z | Compiling percent-encoding v2.3.2 |
| 1049 | 2026-08-18T14:40:08.649Z | Compiling httparse v1.10.1 |
| 1050 | 2026-08-18T14:40:08.693Z | Compiling serde_json v1.0.149 |
| 1051 | 2026-08-18T14:40:08.701Z | Compiling untrusted v0.9.0 |
| 1052 | 2026-08-18T14:40:08.763Z | Compiling try-lock v0.2.5 |
| 1053 | 2026-08-18T14:40:08.812Z | Compiling tower-service v0.3.3 |
| 1054 | 2026-08-18T14:40:08.838Z | Compiling time v0.3.46 |
| 1055 | 2026-08-18T14:40:08.860Z | Compiling want v0.3.1 |
| 1056 | 2026-08-18T14:40:08.898Z | Compiling ring v0.17.14 |
| 1057 | 2026-08-18T14:40:08.947Z | Compiling httpdate v1.0.3 |
| 1058 | 2026-08-18T14:40:08.986Z | Compiling atomic-waker v1.1.2 |
| 1059 | 2026-08-18T14:40:09.020Z | Compiling tower-layer v0.3.3 |
| 1060 | 2026-08-18T14:40:09.105Z | Compiling base64 v0.22.1 |
| 1061 | 2026-08-18T14:40:09.150Z | Compiling getrandom v0.3.4 |
| 1062 | 2026-08-18T14:40:09.174Z | Compiling ipnet v2.11.0 |
| 1063 | 2026-08-18T14:40:09.178Z | Compiling generic-array v0.14.7 |
| 1064 | 2026-08-18T14:40:09.290Z | Compiling stable_deref_trait v1.2.1 |
| 1065 | 2026-08-18T14:40:09.365Z | Compiling form_urlencoded v1.2.2 |
| 1066 | 2026-08-18T14:40:09.449Z | Compiling iana-time-zone v0.1.65 |
| 1067 | 2026-08-18T14:40:09.558Z | Compiling synstructure v0.13.2 |
| 1068 | 2026-08-18T14:40:09.670Z | Compiling bitflags v2.10.0 |
| 1069 | 2026-08-18T14:40:09.670Z | Compiling anyhow v1.0.100 |
| 1070 | 2026-08-18T14:40:09.705Z | Compiling crypto-common v0.1.7 |
| 1071 | 2026-08-18T14:40:09.824Z | Compiling block-buffer v0.10.4 |
| 1072 | 2026-08-18T14:40:09.853Z | Compiling uuid v1.20.0 |
| 1073 | 2026-08-18T14:40:09.903Z | Compiling sync_wrapper v1.0.2 |
| 1074 | 2026-08-18T14:40:09.952Z | Compiling digest v0.10.7 |
| 1075 | 2026-08-18T14:40:10.003Z | Compiling cpufeatures v0.3.0 |
| 1076 | 2026-08-18T14:40:10.057Z | Compiling writeable v0.6.2 |
| 1077 | 2026-08-18T14:40:10.065Z | Compiling litemap v0.8.1 |
| 1078 | 2026-08-18T14:40:10.072Z | Compiling serde_derive_internals v0.29.1 |
| 1079 | 2026-08-18T14:40:10.156Z | Compiling http v0.2.12 |
| 1080 | 2026-08-18T14:40:10.246Z | Compiling winnow v0.7.14 |
| 1081 | 2026-08-18T14:40:10.250Z | Compiling dyn-clone v1.0.20 |
| 1082 | 2026-08-18T14:40:10.264Z | Compiling icu_properties_data v2.1.2 |
| 1083 | 2026-08-18T14:40:10.388Z | Compiling icu_normalizer_data v2.1.1 |
| 1084 | 2026-08-18T14:40:10.392Z | Compiling num-integer v0.1.46 |
| 1085 | 2026-08-18T14:40:10.459Z | Compiling openssl-src v300.5.5+3.5.5 |
| 1086 | 2026-08-18T14:40:10.493Z | Compiling heck v0.5.0 |
| 1087 | 2026-08-18T14:40:10.700Z | Compiling openssl-sys v0.9.111 |
| 1088 | 2026-08-18T14:40:10.732Z | Compiling serde_derive v1.0.228 |
| 1089 | 2026-08-18T14:40:10.741Z | Compiling tokio-macros v2.6.0 |
| 1090 | 2026-08-18T14:40:10.815Z | Compiling futures-macro v0.3.31 |
| 1091 | 2026-08-18T14:40:11.134Z | Compiling tracing-attributes v0.1.31 |
| 1092 | 2026-08-18T14:40:11.225Z | Compiling thiserror-impl v2.0.18 |
| 1093 | 2026-08-18T14:40:11.483Z | Compiling tokio v1.49.0 |
| 1094 | 2026-08-18T14:40:11.625Z | Compiling futures-util v0.3.31 |
| 1095 | 2026-08-18T14:40:11.711Z | Compiling zerofrom-derive v0.1.6 |
| 1096 | 2026-08-18T14:40:11.828Z | Compiling yoke-derive v0.8.1 |
| 1097 | 2026-08-18T14:40:12.353Z | Compiling tracing v0.1.44 |
| 1098 | 2026-08-18T14:40:12.440Z | Compiling thiserror v2.0.18 |
| 1099 | 2026-08-18T14:40:12.538Z | Compiling zerovec-derive v0.11.2 |
| 1100 | 2026-08-18T14:40:12.582Z | Compiling displaydoc v0.2.5 |
| 1101 | 2026-08-18T14:40:12.846Z | Compiling schemars_derive v0.8.22 |
| 1102 | 2026-08-18T14:40:12.890Z | Compiling zerofrom v0.1.6 |
| 1103 | 2026-08-18T14:40:13.004Z | Compiling yoke v0.8.1 |
| 1104 | 2026-08-18T14:40:13.180Z | Compiling mime v0.3.17 |
| 1105 | 2026-08-18T14:40:13.324Z | Compiling zerotrie v0.2.3 |
| 1106 | 2026-08-18T14:40:13.376Z | Compiling serde v1.0.228 |
| 1107 | 2026-08-18T14:40:13.617Z | Compiling zerovec v0.11.5 |
| 1108 | 2026-08-18T14:40:13.889Z | Compiling chrono v0.4.43 |
| 1109 | 2026-08-18T14:40:13.892Z | Compiling serde_tokenstream v0.2.2 |
| 1110 | 2026-08-18T14:40:13.940Z | Compiling erased-serde v0.3.31 |
| 1111 | 2026-08-18T14:40:14.110Z | Compiling tinystr v0.8.2 |
| 1112 | 2026-08-18T14:40:14.163Z | Compiling potential_utf v0.1.4 |
| 1113 | 2026-08-18T14:40:14.177Z | Compiling utf8_iter v1.0.4 |
| 1114 | 2026-08-18T14:40:14.300Z | Compiling icu_locale_core v2.1.1 |
| 1115 | 2026-08-18T14:40:14.316Z | Compiling icu_collections v2.1.1 |
| 1116 | 2026-08-18T14:40:14.324Z | Compiling cpufeatures v0.2.17 |
| 1117 | 2026-08-18T14:40:14.417Z | Compiling slog v2.8.2 |
| 1118 | 2026-08-18T14:40:14.469Z | Compiling either v1.15.0 |
| 1119 | 2026-08-18T14:40:14.670Z | Compiling aho-corasick v1.1.4 |
| 1120 | 2026-08-18T14:40:14.826Z | Compiling encoding_rs v0.8.35 |
| 1121 | 2026-08-18T14:40:14.849Z | Compiling regex-syntax v0.8.8 |
| 1122 | 2026-08-18T14:40:15.309Z | Compiling tokio-util v0.7.18 |
| 1123 | 2026-08-18T14:40:15.465Z | Compiling tower v0.5.3 |
| 1124 | 2026-08-18T14:40:15.506Z | Compiling icu_provider v2.1.1 |
| 1125 | 2026-08-18T14:40:15.809Z | Compiling h2 v0.4.13 |
| 1126 | 2026-08-18T14:40:15.948Z | Compiling icu_properties v2.1.2 |
| 1127 | 2026-08-18T14:40:15.957Z | Compiling icu_normalizer v2.1.1 |
| 1128 | 2026-08-18T14:40:16.513Z | Compiling foreign-types-shared v0.1.1 |
| 1129 | 2026-08-18T14:40:16.552Z | Compiling regex-automata v0.4.13 |
| 1130 | 2026-08-18T14:40:16.594Z | Compiling foreign-types v0.3.2 |
| 1131 | 2026-08-18T14:40:16.661Z | Compiling serde_urlencoded v0.7.1 |
| 1132 | 2026-08-18T14:40:16.744Z | Compiling http-body v0.4.6 |
| 1133 | 2026-08-18T14:40:16.904Z | Compiling idna_adapter v1.2.1 |
| 1134 | 2026-08-18T14:40:16.968Z | Compiling openssl-macros v0.1.1 |
| 1135 | 2026-08-18T14:40:17.040Z | Compiling idna v1.1.0 |
| 1136 | 2026-08-18T14:40:17.113Z | Compiling schemars v0.8.22 |
| 1137 | 2026-08-18T14:40:17.427Z | Compiling url v2.5.8 |
| 1138 | 2026-08-18T14:40:17.524Z | Compiling thread_local v1.1.9 |
| 1139 | 2026-08-18T14:40:17.594Z | Compiling vsimd v0.8.0 |
| 1140 | 2026-08-18T14:40:17.790Z | Compiling openssl-probe v0.1.6 |
| 1141 | 2026-08-18T14:40:17.824Z | Compiling outref v0.5.2 |
| 1142 | 2026-08-18T14:40:17.920Z | Compiling hyper v1.8.1 |
| 1143 | 2026-08-18T14:40:17.967Z | Compiling base64-simd v0.8.0 |
| 1144 | 2026-08-18T14:40:17.978Z | Compiling bytes-utils v0.1.4 |
| 1145 | 2026-08-18T14:40:18.238Z | Compiling regex v1.12.2 |
| 1146 | 2026-08-18T14:40:18.292Z | Compiling is-terminal v0.4.17 |
| 1147 | 2026-08-18T14:40:18.350Z | Compiling term v1.2.1 |
| 1148 | 2026-08-18T14:40:18.380Z | Compiling aws-smithy-types v1.4.7 |
| 1149 | 2026-08-18T14:40:18.579Z | Compiling cmake v0.1.57 |
| 1150 | 2026-08-18T14:40:18.709Z | Compiling slog-term v2.9.2 |
| 1151 | 2026-08-18T14:40:18.886Z | Compiling semver v1.0.27 |
| 1152 | 2026-08-18T14:40:18.916Z | Compiling iri-string v0.7.10 |
| 1153 | 2026-08-18T14:40:19.051Z | Compiling hyper-util v0.1.19 |
| 1154 | 2026-08-18T14:40:19.219Z | Compiling aws-lc-sys v0.44.0 |
| 1155 | 2026-08-18T14:40:19.713Z | Compiling match_cfg v0.1.0 |
| 1156 | 2026-08-18T14:40:19.780Z | Compiling fastrand v2.3.0 |
| 1157 | 2026-08-18T14:40:19.868Z | Compiling hostname v0.3.1 |
| 1158 | 2026-08-18T14:40:19.960Z | Compiling slog-json v2.6.1 |
| 1159 | 2026-08-18T14:40:20.003Z | Compiling toml_datetime v0.6.11 |
| 1160 | 2026-08-18T14:40:20.048Z | Compiling serde_spanned v0.6.9 |
| 1161 | 2026-08-18T14:40:20.058Z | Compiling openapiv3 v2.2.0 |
| 1162 | 2026-08-18T14:40:20.163Z | Compiling tower-http v0.6.8 |
| 1163 | 2026-08-18T14:40:20.188Z | Compiling rand_core v0.6.4 |
| 1164 | 2026-08-18T14:40:20.588Z | Compiling slog-bunyan v2.5.0 |
| 1165 | 2026-08-18T14:40:20.596Z | Compiling aws-smithy-async v1.2.14 |
| 1166 | 2026-08-18T14:40:20.715Z | Compiling regress v0.10.5 |
| 1167 | 2026-08-18T14:40:20.818Z | Compiling futures-executor v0.3.31 |
| 1168 | 2026-08-18T14:40:20.847Z | Compiling aws-smithy-runtime-api-macros v1.0.0 |
| 1169 | 2026-08-18T14:40:21.095Z | Compiling zerocopy-derive v0.8.37 |
| 1170 | 2026-08-18T14:40:21.322Z | Compiling hybrid-array v0.4.12 |
| 1171 | 2026-08-18T14:40:21.681Z | Compiling rand_core v0.10.1 |
| 1172 | 2026-08-18T14:40:21.771Z | Compiling aws-smithy-runtime-api v1.12.0 |
| 1173 | 2026-08-18T14:40:21.832Z | Compiling futures v0.3.31 |
| 1174 | 2026-08-18T14:40:21.878Z | Compiling toml_write v0.1.2 |
| 1175 | 2026-08-18T14:40:21.903Z | Compiling const-oid v0.9.6 |
| 1176 | 2026-08-18T14:40:22.065Z | Compiling cmov v0.5.3 |
| 1177 | 2026-08-18T14:40:22.085Z | Compiling der v0.6.1 |
| 1178 | 2026-08-18T14:40:22.258Z | Compiling typify-impl v0.4.3 |
| 1179 | 2026-08-18T14:40:22.418Z | Compiling ctutils v0.4.2 |
| 1180 | 2026-08-18T14:40:22.626Z | Compiling toml_edit v0.22.27 |
| 1181 | 2026-08-18T14:40:22.980Z | Compiling getrandom v0.4.2 |
| 1182 | 2026-08-18T14:40:23.160Z | Compiling chacha20 v0.10.0 |
| 1183 | 2026-08-18T14:40:23.411Z | Compiling block-buffer v0.12.0 |
| 1184 | 2026-08-18T14:40:23.507Z | Compiling crypto-common v0.2.1 |
| 1185 | 2026-08-18T14:40:23.564Z | Compiling sha1 v0.10.6 |
| 1186 | 2026-08-18T14:40:23.787Z | Compiling base64ct v1.8.3 |
| 1187 | 2026-08-18T14:40:24.051Z | Compiling const-oid v0.10.2 |
| 1188 | 2026-08-18T14:40:24.256Z | Compiling digest v0.11.3 |
| 1189 | 2026-08-18T14:40:24.472Z | Compiling toml v0.8.23 |
| 1190 | 2026-08-18T14:40:24.480Z | Compiling spki v0.6.0 |
| 1191 | 2026-08-18T14:40:24.541Z | Compiling rand v0.10.1 |
| 1192 | 2026-08-18T14:40:24.746Z | Compiling unicase v2.9.0 |
| 1193 | 2026-08-18T14:40:24.830Z | Compiling rustls v0.21.12 |
| 1194 | 2026-08-18T14:40:24.841Z | Compiling pkcs8 v0.9.0 |
| 1195 | 2026-08-18T14:40:24.942Z | Compiling new_mime_guess v4.0.4 |
| 1196 | 2026-08-18T14:40:25.056Z | Compiling rusty_ulid v2.0.0 (https://github.com/huxi/rusty_ulid#f2390586) |
| 1197 | 2026-08-18T14:40:25.171Z | Compiling crc32fast v1.5.0 |
| 1198 | 2026-08-18T14:40:25.209Z | Compiling crypto-bigint v0.4.9 |
| 1199 | 2026-08-18T14:40:25.340Z | Compiling ff v0.12.1 |
| 1200 | 2026-08-18T14:40:25.357Z | Compiling sct v0.7.1 |
| 1201 | 2026-08-18T14:40:25.450Z | Compiling rustls-webpki v0.101.7 |
| 1202 | 2026-08-18T14:40:25.530Z | Compiling base16ct v0.1.1 |
| 1203 | 2026-08-18T14:40:25.711Z | Compiling unsafe-libyaml v0.2.11 |
| 1204 | 2026-08-18T14:40:25.911Z | Compiling rustls v0.22.4 |
| 1205 | 2026-08-18T14:40:25.922Z | Compiling sec1 v0.3.0 |
| 1206 | 2026-08-18T14:40:26.198Z | Compiling group v0.12.1 |
| 1207 | 2026-08-18T14:40:26.224Z | Compiling aws-smithy-eventstream v0.60.20 |
| 1208 | 2026-08-18T14:40:26.300Z | Compiling crossbeam-utils v0.8.21 |
| 1209 | 2026-08-18T14:40:26.674Z | Compiling h2 v0.3.27 |
| 1210 | 2026-08-18T14:40:26.815Z | Compiling rustls-webpki v0.102.8 |
| 1211 | 2026-08-18T14:40:28.015Z | Compiling hmac v0.12.1 |
| 1212 | 2026-08-18T14:40:28.146Z | Compiling socket2 v0.5.10 |
| 1213 | 2026-08-18T14:40:28.568Z | Compiling typify-macro v0.4.3 |
| 1214 | 2026-08-18T14:40:28.596Z | Compiling openssl-probe v0.2.1 |
| 1215 | 2026-08-18T14:40:28.785Z | Compiling ucd-trie v0.1.7 |
| 1216 | 2026-08-18T14:40:29.083Z | Compiling pest v2.8.5 |
| 1217 | 2026-08-18T14:40:29.311Z | Compiling rustls-native-certs v0.8.3 |
| 1218 | 2026-08-18T14:40:29.409Z | Compiling hyper v0.14.32 |
| 1219 | 2026-08-18T14:40:29.667Z | Compiling rfc6979 v0.3.1 |
| 1220 | 2026-08-18T14:40:29.704Z | Compiling tokio-rustls v0.24.1 |
| 1221 | 2026-08-18T14:40:29.913Z | Compiling crossbeam-channel v0.5.15 |
| 1222 | 2026-08-18T14:40:30.394Z | Compiling aws-smithy-http v0.63.6 |
| 1223 | 2026-08-18T14:40:30.402Z | Compiling elliptic-curve v0.12.3 |
| 1224 | 2026-08-18T14:40:30.656Z | Compiling serde_yaml v0.9.34+deprecated |
| 1225 | 2026-08-18T14:40:30.669Z | Compiling typify v0.4.3 |
| 1226 | 2026-08-18T14:40:30.755Z | Compiling progenitor-impl v0.11.2 |
| 1227 | 2026-08-18T14:40:31.428Z | Compiling camino v1.2.2 |
| 1228 | 2026-08-18T14:40:31.839Z | Compiling zerocopy v0.8.37 |
| 1229 | 2026-08-18T14:40:32.329Z | Compiling signature v1.6.4 |
| 1230 | 2026-08-18T14:40:32.466Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1231 | 2026-08-18T14:40:32.617Z | Compiling async-stream-impl v0.3.6 |
| 1232 | 2026-08-18T14:40:33.157Z | Compiling serde_spanned v1.0.4 |
| 1233 | 2026-08-18T14:40:33.247Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1234 | 2026-08-18T14:40:33.301Z | Compiling spin v0.9.8 |
| 1235 | 2026-08-18T14:40:33.415Z | Compiling take_mut v0.2.2 |
| 1236 | 2026-08-18T14:40:33.520Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1237 | 2026-08-18T14:40:33.548Z | Compiling slog-async v2.8.0 |
| 1238 | 2026-08-18T14:40:33.728Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1239 | 2026-08-18T14:40:33.804Z | Compiling multer v3.1.0 |
| 1240 | 2026-08-18T14:40:34.138Z | Compiling async-stream v0.3.6 |
| 1241 | 2026-08-18T14:40:34.143Z | Compiling ecdsa v0.14.8 |
| 1242 | 2026-08-18T14:40:34.254Z | Compiling tokio-rustls v0.25.0 |
| 1243 | 2026-08-18T14:40:34.285Z | Compiling progenitor-macro v0.11.2 |
| 1244 | 2026-08-18T14:40:34.309Z | Compiling hyper-rustls v0.24.2 |
| 1245 | 2026-08-18T14:40:34.488Z | Compiling pest_meta v2.8.5 |
| 1246 | 2026-08-18T14:40:34.609Z | Compiling sha2 v0.11.0 |
| 1247 | 2026-08-18T14:40:34.804Z | Compiling aws-credential-types v1.2.14 |
| 1248 | 2026-08-18T14:40:35.271Z | Compiling buildomat-types v0.0.0 (/work/oxidecomputer/buildomat/types) |
| 1249 | 2026-08-18T14:40:35.344Z | Compiling sha2 v0.10.9 |
| 1250 | 2026-08-18T14:40:35.480Z | Compiling dropshot_endpoint v0.16.7 |
| 1251 | 2026-08-18T14:40:35.726Z | Compiling async-trait v0.1.89 |
| 1252 | 2026-08-18T14:40:35.787Z | Compiling waitgroup v0.1.2 |
| 1253 | 2026-08-18T14:40:35.815Z | Compiling rustls-pemfile v2.2.0 |
| 1254 | 2026-08-18T14:40:35.923Z | Compiling serde_path_to_error v0.1.20 |
| 1255 | 2026-08-18T14:40:36.007Z | Compiling hostname v0.4.2 |
| 1256 | 2026-08-18T14:40:36.144Z | Compiling debug-ignore v1.0.5 |
| 1257 | 2026-08-18T14:40:36.243Z | Compiling hex v0.4.3 |
| 1258 | 2026-08-18T14:40:36.272Z | Compiling byteorder v1.5.0 |
| 1259 | 2026-08-18T14:40:36.489Z | Compiling p256 v0.11.1 |
| 1260 | 2026-08-18T14:40:36.492Z | Compiling pest_generator v2.8.5 |
| 1261 | 2026-08-18T14:40:36.685Z | Compiling buildomat-common v0.0.0 (/work/oxidecomputer/buildomat/common) |
| 1262 | 2026-08-18T14:40:36.978Z | Compiling hmac v0.13.0 |
| 1263 | 2026-08-18T14:40:37.097Z | Compiling aws-smithy-observability v0.2.6 |
| 1264 | 2026-08-18T14:40:37.120Z | Compiling dropshot v0.16.7 |
| 1265 | 2026-08-18T14:40:37.123Z | Compiling crypto-bigint v0.5.5 |
| 1266 | 2026-08-18T14:40:37.386Z | Compiling pest_derive v2.8.5 |
| 1267 | 2026-08-18T14:40:37.639Z | Compiling aws-types v1.3.15 |
| 1268 | 2026-08-18T14:40:37.930Z | Compiling aws-sigv4 v1.4.3 |
| 1269 | 2026-08-18T14:40:38.059Z | Compiling dtrace-parser v0.3.0 |
| 1270 | 2026-08-18T14:40:38.192Z | Compiling aws-smithy-json v0.62.5 |
| 1271 | 2026-08-18T14:40:38.602Z | Compiling tokio-stream v0.1.18 |
| 1272 | 2026-08-18T14:40:38.946Z | Compiling scroll_derive v0.13.1 |
| 1273 | 2026-08-18T14:40:39.031Z | Compiling thread-id v5.1.0 |
| 1274 | 2026-08-18T14:40:39.109Z | Compiling regex-lite v0.1.8 |
| 1275 | 2026-08-18T14:40:39.130Z | Compiling ahash v0.8.12 |
| 1276 | 2026-08-18T14:40:39.319Z | Compiling darling_core v0.20.11 |
| 1277 | 2026-08-18T14:40:39.757Z | Compiling thiserror-impl v1.0.69 |
| 1278 | 2026-08-18T14:40:39.829Z | Compiling scroll v0.13.0 |
| 1279 | 2026-08-18T14:40:40.097Z | Compiling libsqlite3-sys v0.30.1 |
| 1280 | 2026-08-18T14:40:40.184Z | Compiling xmlparser v0.13.6 |
| 1281 | 2026-08-18T14:40:40.506Z | Compiling plain v0.2.3 |
| 1282 | 2026-08-18T14:40:40.605Z | Compiling goblin v0.10.4 |
| 1283 | 2026-08-18T14:40:40.937Z | Compiling dof v0.4.0 |
| 1284 | 2026-08-18T14:40:41.122Z | Compiling thiserror v1.0.69 |
| 1285 | 2026-08-18T14:40:41.220Z | Compiling aws-smithy-xml v0.60.15 |
| 1286 | 2026-08-18T14:40:41.321Z | Compiling darling_macro v0.20.11 |
| 1287 | 2026-08-18T14:40:41.502Z | Compiling hashbrown v0.14.5 |
| 1288 | 2026-08-18T14:40:41.641Z | Compiling usdt-impl v0.6.0 |
| 1289 | 2026-08-18T14:40:41.857Z | Compiling unicode-width v0.2.2 |
| 1290 | 2026-08-18T14:40:42.038Z | Compiling pretty-hex v0.4.1 |
| 1291 | 2026-08-18T14:40:42.139Z | Compiling hashlink v0.9.1 |
| 1292 | 2026-08-18T14:40:42.164Z | Compiling darling v0.20.11 |
| 1293 | 2026-08-18T14:40:42.172Z | Compiling rustix v1.1.3 |
| 1294 | 2026-08-18T14:40:42.238Z | Compiling crc-catalog v2.4.0 |
| 1295 | 2026-08-18T14:40:42.328Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1296 | 2026-08-18T14:40:42.421Z | Compiling fallible-iterator v0.3.0 |
| 1297 | 2026-08-18T14:40:42.463Z | Compiling crc v3.3.0 |
| 1298 | 2026-08-18T14:40:42.658Z | Compiling sea-query-derive v0.4.3 |
| 1299 | 2026-08-18T14:40:42.718Z | Compiling usdt-attr-macro v0.6.0 |
| 1300 | 2026-08-18T14:40:43.073Z | Compiling tempfile v3.24.0 |
| 1301 | 2026-08-18T14:40:43.501Z | Compiling usdt-macro v0.6.0 |
| 1302 | 2026-08-18T14:40:43.526Z | Compiling inherent v1.0.13 |
| 1303 | 2026-08-18T14:40:43.649Z | Compiling memmap2 v0.9.9 |
| 1304 | 2026-08-18T14:40:43.867Z | Compiling utf8-width v0.1.8 |
| 1305 | 2026-08-18T14:40:43.946Z | Compiling html-escape v0.2.13 |
| 1306 | 2026-08-18T14:40:44.081Z | Compiling sea-query v0.32.7 |
| 1307 | 2026-08-18T14:40:44.519Z | Compiling buildomat-sse v0.0.0 (/work/oxidecomputer/buildomat/sse) |
| 1308 | 2026-08-18T14:40:44.906Z | Compiling usdt v0.6.0 |
| 1309 | 2026-08-18T14:40:45.069Z | Compiling atty v0.2.14 |
| 1310 | 2026-08-18T14:40:45.173Z | Compiling winnow v0.5.40 |
| 1311 | 2026-08-18T14:40:45.192Z | Compiling getopts v0.2.24 |
| 1312 | 2026-08-18T14:40:45.316Z | Compiling rusqlite v0.32.1 |
| 1313 | 2026-08-18T14:40:45.412Z | Compiling urlencoding v2.1.3 |
| 1314 | 2026-08-18T14:40:45.570Z | Compiling aws-smithy-query v0.60.15 |
| 1315 | 2026-08-18T14:40:45.606Z | Compiling ansi-to-html v0.2.2 |
| 1316 | 2026-08-18T14:40:45.636Z | Compiling spin v0.10.0 |
| 1317 | 2026-08-18T14:40:45.737Z | Compiling md-5 v0.11.0 |
| 1318 | 2026-08-18T14:40:45.810Z | Compiling crc-fast v1.9.0 |
| 1319 | 2026-08-18T14:40:45.925Z | Compiling sha1 v0.11.0 |
| 1320 | 2026-08-18T14:40:46.061Z | Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#10a38b25) |
| 1321 | 2026-08-18T14:40:46.099Z | Compiling sea-query-rusqlite v0.7.0 |
| 1322 | 2026-08-18T14:40:46.169Z | Compiling strum_macros v0.27.2 |
| 1323 | 2026-08-18T14:40:46.293Z | Compiling buildomat-database v0.0.0 (/work/oxidecomputer/buildomat/database) |
| 1324 | 2026-08-18T14:40:46.417Z | Compiling darling_core v0.21.3 |
| 1325 | 2026-08-18T14:40:46.482Z | Compiling toml_edit v0.20.7 |
| 1326 | 2026-08-18T14:40:46.611Z | Compiling syn v1.0.109 |
| 1327 | 2026-08-18T14:40:47.077Z | Compiling num-bigint v0.4.6 |
| 1328 | 2026-08-18T14:40:47.956Z | Compiling rust-toolchain-file v0.1.1 |
| 1329 | 2026-08-18T14:40:48.353Z | Compiling strum v0.27.2 |
| 1330 | 2026-08-18T14:40:48.477Z | Compiling lru v0.16.4 |
| 1331 | 2026-08-18T14:40:48.480Z | Compiling darling_macro v0.21.3 |
| 1332 | 2026-08-18T14:40:48.491Z | Compiling simple_asn1 v0.6.3 |
| 1333 | 2026-08-18T14:40:48.657Z | Compiling pem v3.0.6 |
| 1334 | 2026-08-18T14:40:48.694Z | Compiling aws-smithy-checksums v0.64.7 |
| 1335 | 2026-08-18T14:40:49.020Z | Compiling lazy_static v1.5.0 |
| 1336 | 2026-08-18T14:40:49.036Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1337 | 2026-08-18T14:40:49.117Z | Compiling parse_link_header v0.3.3 |
| 1338 | 2026-08-18T14:40:49.146Z | Compiling darling v0.21.3 |
| 1339 | 2026-08-18T14:40:49.188Z | Compiling jsonwebtoken v9.3.1 |
| 1340 | 2026-08-18T14:40:49.213Z | Compiling zerocopy-derive v0.6.6 |
| 1341 | 2026-08-18T14:40:49.221Z | Compiling http-range v0.1.5 |
| 1342 | 2026-08-18T14:40:49.440Z | Compiling serde_with_macros v3.16.1 |
| 1343 | 2026-08-18T14:40:49.584Z | Compiling proc-macro-crate v3.4.0 |
| 1344 | 2026-08-18T14:40:49.716Z | Compiling proc-macro-error-attr v1.0.4 |
| 1345 | 2026-08-18T14:40:49.965Z | Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 1346 | 2026-08-18T14:40:50.014Z | Compiling buildomat-github-hooktypes v0.0.0 (/work/oxidecomputer/buildomat/github/hooktypes) |
| 1347 | 2026-08-18T14:40:50.089Z | Compiling zerocopy v0.6.6 |
| 1348 | 2026-08-18T14:40:50.140Z | Compiling proc-macro-error v1.0.4 |
| 1349 | 2026-08-18T14:40:50.407Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1350 | 2026-08-18T14:40:50.411Z | Compiling num_enum_derive v0.7.5 |
| 1351 | 2026-08-18T14:40:50.424Z | Compiling num-derive v0.3.3 |
| 1352 | 2026-08-18T14:40:50.432Z | Compiling serde_repr v0.1.20 |
| 1353 | 2026-08-18T14:40:50.518Z | Compiling base64 v0.21.7 |
| 1354 | 2026-08-18T14:40:50.553Z | Compiling serde_with v3.16.1 |
| 1355 | 2026-08-18T14:40:50.585Z | Compiling minimal-lexical v0.2.1 |
| 1356 | 2026-08-18T14:40:50.837Z | Compiling nom v7.1.3 |
| 1357 | 2026-08-18T14:40:50.841Z | Compiling ron v0.8.1 |
| 1358 | 2026-08-18T14:40:51.008Z | Compiling zone_cfg_derive v0.3.1 |
| 1359 | 2026-08-18T14:40:51.290Z | Compiling libscf-sys v1.1.0 |
| 1360 | 2026-08-18T14:40:51.420Z | Compiling console v0.16.3 |
| 1361 | 2026-08-18T14:40:51.440Z | Compiling num_enum v0.7.5 |
| 1362 | 2026-08-18T14:40:51.550Z | Compiling itertools v0.12.1 |
| 1363 | 2026-08-18T14:40:51.619Z | Compiling vte v0.14.1 |
| 1364 | 2026-08-18T14:40:51.799Z | Compiling dirs-sys-next v0.1.2 |
| 1365 | 2026-08-18T14:40:51.901Z | Compiling libdevinfo-sys v1.1.0 |
| 1366 | 2026-08-18T14:40:52.002Z | Compiling rustc-hash v2.1.1 |
| 1367 | 2026-08-18T14:40:52.037Z | Compiling shell-words v1.1.1 |
| 1368 | 2026-08-18T14:40:52.083Z | Compiling debug_parser v0.1.4 |
| 1369 | 2026-08-18T14:40:52.114Z | Compiling iddqd v0.3.17 |
| 1370 | 2026-08-18T14:40:52.117Z | Compiling devinfo v0.1.0 |
| 1371 | 2026-08-18T14:40:52.165Z | Compiling dialoguer v0.12.0 |
| 1372 | 2026-08-18T14:40:52.189Z | Compiling dirs-next v2.0.0 |
| 1373 | 2026-08-18T14:40:52.301Z | Compiling buildomat-bunyan v0.0.0 (/work/oxidecomputer/buildomat/bunyan) |
| 1374 | 2026-08-18T14:40:52.346Z | Compiling strip-ansi-escapes v0.2.1 |
| 1375 | 2026-08-18T14:40:52.485Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1376 | 2026-08-18T14:40:52.548Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs.git#72389b51) |
| 1377 | 2026-08-18T14:40:52.748Z | Compiling zone v0.3.1 |
| 1378 | 2026-08-18T14:40:52.789Z | Compiling sigpipe v0.1.3 |
| 1379 | 2026-08-18T14:40:52.868Z | Compiling hmac-sha256 v1.1.13 |
| 1380 | 2026-08-18T14:40:52.914Z | Compiling glob v0.3.3 |
| 1381 | 2026-08-18T14:40:53.351Z | Compiling xtask v0.0.0 (/work/oxidecomputer/buildomat/xtask) |
| 1382 | 2026-08-18T14:40:57.138Z | Compiling aws-lc-rs v1.18.0 |
| 1383 | 2026-08-18T14:40:57.354Z | Compiling rustls v0.23.36 |
| 1384 | 2026-08-18T14:40:58.864Z | Compiling rustls-webpki v0.103.9 |
| 1385 | 2026-08-18T14:41:02.337Z | Compiling tokio-rustls v0.26.4 |
| 1386 | 2026-08-18T14:41:02.559Z | Compiling hyper-rustls v0.27.7 |
| 1387 | 2026-08-18T14:41:02.791Z | Compiling aws-smithy-http-client v1.1.12 |
| 1388 | 2026-08-18T14:41:04.335Z | Compiling aws-smithy-runtime v1.11.1 |
| 1389 | 2026-08-18T14:41:06.168Z | Compiling aws-runtime v1.7.3 |
| 1390 | 2026-08-18T14:41:07.139Z | Compiling aws-sdk-ssooidc v1.100.0 |
| 1391 | 2026-08-18T14:41:07.624Z | Compiling aws-sdk-sts v1.103.0 |
| 1392 | 2026-08-18T14:41:07.689Z | Compiling aws-sdk-sso v1.98.0 |
| 1393 | 2026-08-18T14:41:08.117Z | Compiling aws-sdk-s3 v1.132.0 |
| 1394 | 2026-08-18T14:41:08.155Z | Compiling aws-sdk-ec2 v1.225.0 |
| 1395 | 2026-08-18T14:41:09.544Z | Compiling aws-config v1.8.16 |
| 1396 | 2026-08-18T14:41:11.557Z | Compiling buildomat-aws v0.0.0 (/work/oxidecomputer/buildomat/aws) |
| 1397 | 2026-08-18T14:41:16.830Z | Compiling openssl v0.10.75 |
| 1398 | 2026-08-18T14:41:16.833Z | Compiling native-tls v0.2.14 |
| 1399 | 2026-08-18T14:41:19.525Z | Compiling tokio-native-tls v0.3.1 |
| 1400 | 2026-08-18T14:41:19.644Z | Compiling hyper-tls v0.6.0 |
| 1401 | 2026-08-18T14:41:19.782Z | Compiling reqwest v0.12.28 |
| 1402 | 2026-08-18T14:41:20.754Z | Compiling progenitor-client v0.11.2 |
| 1403 | 2026-08-18T14:41:20.754Z | Compiling octorust v0.1.34 (https://github.com/oxidecomputer/third-party-api-clients?branch=jclulow#6a1cb318) |
| 1404 | 2026-08-18T14:41:20.974Z | Compiling progenitor v0.11.2 |
| 1405 | 2026-08-18T14:41:21.071Z | Compiling buildomat-client v0.0.0 (/work/oxidecomputer/buildomat/client) |
| 1406 | 2026-08-18T14:41:24.455Z | Compiling buildomat-download v0.0.0 (/work/oxidecomputer/buildomat/download) |
| 1407 | 2026-08-18T14:41:25.024Z | Compiling buildomat-jobsh v0.0.0 (/work/oxidecomputer/buildomat/jobsh) |
| 1408 | 2026-08-18T14:41:25.944Z | Compiling buildomat-github-database v0.0.0 (/work/oxidecomputer/buildomat/github/database) |
| 1409 | 2026-08-18T14:41:26.218Z | Compiling buildomat-github-testdata v0.0.0 (/work/oxidecomputer/buildomat/github/testdata) |
| 1410 | 2026-08-18T14:41:27.602Z | Compiling buildomat-agent v0.0.0 (/work/oxidecomputer/buildomat/agent) |
| 1411 | 2026-08-18T14:41:27.826Z | Compiling buildomat-factory-gimlet v0.0.0 (/work/oxidecomputer/buildomat/factory/gimlet) |
| 1412 | 2026-08-18T14:41:28.084Z | Compiling buildomat-github-dbtool v0.0.0 (/work/oxidecomputer/buildomat/github/dbtool) |
| 1413 | 2026-08-18T14:41:30.014Z | Compiling buildomat v0.0.0 (/work/oxidecomputer/buildomat/bin) |
| 1414 | 2026-08-18T14:41:31.314Z | Compiling buildomat-factory-propolis v0.0.0 (/work/oxidecomputer/buildomat/factory/propolis) |
| 1415 | 2026-08-18T14:41:34.834Z | Compiling buildomat-factory-lab v0.0.0 (/work/oxidecomputer/buildomat/factory/lab) |
| 1416 | 2026-08-18T14:41:34.837Z | Compiling buildomat-server v0.0.0 (/work/oxidecomputer/buildomat/server) |
| 1417 | 2026-08-18T14:41:52.029Z | Compiling buildomat-github-client v0.0.0 (/work/oxidecomputer/buildomat/github/client) |
| 1418 | 2026-08-18T14:41:53.565Z | Compiling buildomat-github-server v0.0.0 (/work/oxidecomputer/buildomat/github/server) |
| 1419 | 2026-08-18T14:41:53.565Z | Compiling buildomat-github-ghtool v0.0.0 (/work/oxidecomputer/buildomat/github/ghtool) |
| 1420 | 2026-08-18T14:43:27.194Z | Compiling xtask-setup v0.0.0 (/work/oxidecomputer/buildomat/xtask-setup) |
| 1421 | 2026-08-18T14:43:27.194Z | Compiling buildomat-factory-aws v0.0.0 (/work/oxidecomputer/buildomat/factory/aws) |
| 1422 | 2026-08-18T14:43:29.557Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s |
| 1423 | 2026-08-18T14:43:29.622Z | Running unittests src/main.rs (target/debug/deps/buildomat-f6dc64dcf9ef0842) |
| 1424 | 2026-08-18T14:43:29.626Z | |
| 1425 | 2026-08-18T14:43:29.626Z | running 0 tests |
| 1426 | 2026-08-18T14:43:29.626Z | |
| 1427 | 2026-08-18T14:43:29.626Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1428 | 2026-08-18T14:43:29.626Z | |
| 1429 | 2026-08-18T14:43:29.626Z | Running unittests src/main.rs (target/debug/deps/buildomat_agent-378ad0de47d246c5) |
| 1430 | 2026-08-18T14:43:29.630Z | |
| 1431 | 2026-08-18T14:43:29.630Z | running 0 tests |
| 1432 | 2026-08-18T14:43:29.630Z | |
| 1433 | 2026-08-18T14:43:29.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1434 | 2026-08-18T14:43:29.630Z | |
| 1435 | 2026-08-18T14:43:29.630Z | Running unittests src/lib.rs (target/debug/deps/buildomat_aws-ea436a434beeb28b) |
| 1436 | 2026-08-18T14:43:29.630Z | |
| 1437 | 2026-08-18T14:43:29.630Z | running 0 tests |
| 1438 | 2026-08-18T14:43:29.630Z | |
| 1439 | 2026-08-18T14:43:29.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1440 | 2026-08-18T14:43:29.630Z | |
| 1441 | 2026-08-18T14:43:29.630Z | Running unittests src/lib.rs (target/debug/deps/buildomat_bunyan-1d91bd55bc585c7c) |
| 1442 | 2026-08-18T14:43:29.630Z | |
| 1443 | 2026-08-18T14:43:29.630Z | running 0 tests |
| 1444 | 2026-08-18T14:43:29.631Z | |
| 1445 | 2026-08-18T14:43:29.631Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1446 | 2026-08-18T14:43:29.631Z | |
| 1447 | 2026-08-18T14:43:29.634Z | Running unittests src/lib.rs (target/debug/deps/buildomat_client-7003cc795c1cc957) |
| 1448 | 2026-08-18T14:43:29.634Z | |
| 1449 | 2026-08-18T14:43:29.634Z | running 0 tests |
| 1450 | 2026-08-18T14:43:29.634Z | |
| 1451 | 2026-08-18T14:43:29.634Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1452 | 2026-08-18T14:43:29.634Z | |
| 1453 | 2026-08-18T14:43:29.634Z | Running unittests src/lib.rs (target/debug/deps/buildomat_common-e57ea71bd3d589f0) |
| 1454 | 2026-08-18T14:43:29.634Z | |
| 1455 | 2026-08-18T14:43:29.634Z | running 0 tests |
| 1456 | 2026-08-18T14:43:29.634Z | |
| 1457 | 2026-08-18T14:43:29.635Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1458 | 2026-08-18T14:43:29.635Z | |
| 1459 | 2026-08-18T14:43:29.635Z | Running unittests src/lib.rs (target/debug/deps/buildomat_database-dc606499ce2d3d64) |
| 1460 | 2026-08-18T14:43:29.638Z | |
| 1461 | 2026-08-18T14:43:29.638Z | running 0 tests |
| 1462 | 2026-08-18T14:43:29.638Z | |
| 1463 | 2026-08-18T14:43:29.638Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1464 | 2026-08-18T14:43:29.638Z | |
| 1465 | 2026-08-18T14:43:29.638Z | Running unittests src/lib.rs (target/debug/deps/buildomat_download-7e23381fd4410bba) |
| 1466 | 2026-08-18T14:43:29.638Z | |
| 1467 | 2026-08-18T14:43:29.638Z | running 0 tests |
| 1468 | 2026-08-18T14:43:29.638Z | |
| 1469 | 2026-08-18T14:43:29.639Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1470 | 2026-08-18T14:43:29.639Z | |
| 1471 | 2026-08-18T14:43:29.639Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_aws-90547513bb7f6bc5) |
| 1472 | 2026-08-18T14:43:29.642Z | |
| 1473 | 2026-08-18T14:43:29.642Z | running 0 tests |
| 1474 | 2026-08-18T14:43:29.642Z | |
| 1475 | 2026-08-18T14:43:29.642Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1476 | 2026-08-18T14:43:29.642Z | |
| 1477 | 2026-08-18T14:43:29.642Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_gimlet-de4fb1a5970049a7) |
| 1478 | 2026-08-18T14:43:29.643Z | |
| 1479 | 2026-08-18T14:43:29.643Z | running 1 test |
| 1480 | 2026-08-18T14:43:29.643Z | test efi::test::shapes ... ok |
| 1481 | 2026-08-18T14:43:29.643Z | |
| 1482 | 2026-08-18T14:43:29.643Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1483 | 2026-08-18T14:43:29.643Z | |
| 1484 | 2026-08-18T14:43:29.643Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_lab-71509d653c47c87c) |
| 1485 | 2026-08-18T14:43:29.646Z | |
| 1486 | 2026-08-18T14:43:29.647Z | running 2 tests |
| 1487 | 2026-08-18T14:43:29.647Z | test db::tables::instance::test::instance_state_backward ... ok |
| 1488 | 2026-08-18T14:43:29.647Z | test db::tables::instance::test::instance_state_forward ... ok |
| 1489 | 2026-08-18T14:43:29.647Z | |
| 1490 | 2026-08-18T14:43:29.647Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1491 | 2026-08-18T14:43:29.647Z | |
| 1492 | 2026-08-18T14:43:29.647Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_propolis-0e629073d862dba3) |
| 1493 | 2026-08-18T14:43:29.647Z | |
| 1494 | 2026-08-18T14:43:29.647Z | running 0 tests |
| 1495 | 2026-08-18T14:43:29.647Z | |
| 1496 | 2026-08-18T14:43:29.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1497 | 2026-08-18T14:43:29.647Z | |
| 1498 | 2026-08-18T14:43:29.647Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_client-078852c23a037df5) |
| 1499 | 2026-08-18T14:43:29.647Z | |
| 1500 | 2026-08-18T14:43:29.647Z | running 0 tests |
| 1501 | 2026-08-18T14:43:29.647Z | |
| 1502 | 2026-08-18T14:43:29.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1503 | 2026-08-18T14:43:29.647Z | |
| 1504 | 2026-08-18T14:43:29.651Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_database-cb9d6c1aa7593ada) |
| 1505 | 2026-08-18T14:43:29.651Z | |
| 1506 | 2026-08-18T14:43:29.651Z | running 4 tests |
| 1507 | 2026-08-18T14:43:29.651Z | test tables::check_run::test::check_run_variety_backward ... ok |
| 1508 | 2026-08-18T14:43:29.651Z | test tables::user::test::user_type_backward ... ok |
| 1509 | 2026-08-18T14:43:29.651Z | test tables::check_run::test::check_run_variety_forward ... ok |
| 1510 | 2026-08-18T14:43:29.651Z | test tables::user::test::user_type_forward ... ok |
| 1511 | 2026-08-18T14:43:29.651Z | |
| 1512 | 2026-08-18T14:43:29.651Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1513 | 2026-08-18T14:43:29.651Z | |
| 1514 | 2026-08-18T14:43:29.651Z | Running unittests src/main.rs (target/debug/deps/buildomat_github_dbtool-6cea29704a0d1c00) |
| 1515 | 2026-08-18T14:43:29.651Z | |
| 1516 | 2026-08-18T14:43:29.651Z | running 0 tests |
| 1517 | 2026-08-18T14:43:29.651Z | |
| 1518 | 2026-08-18T14:43:29.651Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1519 | 2026-08-18T14:43:29.651Z | |
| 1520 | 2026-08-18T14:43:29.656Z | Running unittests src/main.rs (target/debug/deps/buildomat_github_ghtool-12545d7c73898439) |
| 1521 | 2026-08-18T14:43:29.656Z | |
| 1522 | 2026-08-18T14:43:29.656Z | running 0 tests |
| 1523 | 2026-08-18T14:43:29.656Z | |
| 1524 | 2026-08-18T14:43:29.656Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1525 | 2026-08-18T14:43:29.656Z | |
| 1526 | 2026-08-18T14:43:29.656Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_hooktypes-7a033173cf6f2d10) |
| 1527 | 2026-08-18T14:43:29.656Z | |
| 1528 | 2026-08-18T14:43:29.656Z | running 0 tests |
| 1529 | 2026-08-18T14:43:29.656Z | |
| 1530 | 2026-08-18T14:43:29.656Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1531 | 2026-08-18T14:43:29.656Z | |
| 1532 | 2026-08-18T14:43:29.657Z | Running unittests src/main.rs (target/debug/deps/buildomat_github_server-00672cf0f454adf1) |
| 1533 | 2026-08-18T14:43:29.660Z | |
| 1534 | 2026-08-18T14:43:29.660Z | running 1 test |
| 1535 | 2026-08-18T14:43:29.660Z | test variety::basic::test::basic_parse_basic ... ok |
| 1536 | 2026-08-18T14:43:29.660Z | |
| 1537 | 2026-08-18T14:43:29.660Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1538 | 2026-08-18T14:43:29.660Z | |
| 1539 | 2026-08-18T14:43:29.660Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_testdata-abe6e5f5a0af5c01) |
| 1540 | 2026-08-18T14:43:29.660Z | |
| 1541 | 2026-08-18T14:43:29.660Z | running 3 tests |
| 1542 | 2026-08-18T14:43:29.664Z | test test::jobfile_parse_failing ... ok |
| 1543 | 2026-08-18T14:43:29.664Z | test test::jobfile_parse_disabled ... ok |
| 1544 | 2026-08-18T14:43:29.664Z | test test::jobfile_parse_basic ... ok |
| 1545 | 2026-08-18T14:43:29.664Z | |
| 1546 | 2026-08-18T14:43:29.664Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1547 | 2026-08-18T14:43:29.664Z | |
| 1548 | 2026-08-18T14:43:29.664Z | Running unittests src/lib.rs (target/debug/deps/buildomat_jobsh-2cae02415f5989ef) |
| 1549 | 2026-08-18T14:43:29.664Z | |
| 1550 | 2026-08-18T14:43:29.664Z | running 1 test |
| 1551 | 2026-08-18T14:43:29.668Z | test test::test_encode_payload ... ok |
| 1552 | 2026-08-18T14:43:29.668Z | |
| 1553 | 2026-08-18T14:43:29.668Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1554 | 2026-08-18T14:43:29.668Z | |
| 1555 | 2026-08-18T14:43:29.668Z | Running unittests src/main.rs (target/debug/deps/buildomat_server-69d7cb3b520fe75d) |
| 1556 | 2026-08-18T14:43:29.671Z | |
| 1557 | 2026-08-18T14:43:29.671Z | running 2 tests |
| 1558 | 2026-08-18T14:43:29.671Z | test api::user::test::test_parse_output_rule ... ok |
| 1559 | 2026-08-18T14:43:29.671Z | test api::user::test::test_parse_output_rule_failures ... ok |
| 1560 | 2026-08-18T14:43:29.671Z | |
| 1561 | 2026-08-18T14:43:29.671Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1562 | 2026-08-18T14:43:29.671Z | |
| 1563 | 2026-08-18T14:43:29.671Z | Running unittests src/lib.rs (target/debug/deps/buildomat_sse-c837eb7885dfc223) |
| 1564 | 2026-08-18T14:43:29.675Z | |
| 1565 | 2026-08-18T14:43:29.675Z | running 0 tests |
| 1566 | 2026-08-18T14:43:29.675Z | |
| 1567 | 2026-08-18T14:43:29.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1568 | 2026-08-18T14:43:29.675Z | |
| 1569 | 2026-08-18T14:43:29.675Z | Running unittests src/lib.rs (target/debug/deps/buildomat_types-da7720941c28722c) |
| 1570 | 2026-08-18T14:43:29.675Z | |
| 1571 | 2026-08-18T14:43:29.675Z | running 5 tests |
| 1572 | 2026-08-18T14:43:29.675Z | test config::test::empty ... ok |
| 1573 | 2026-08-18T14:43:29.675Z | test config::test::base_with_removals ... ok |
| 1574 | 2026-08-18T14:43:29.675Z | test config::test::base_but_no_overrides ... ok |
| 1575 | 2026-08-18T14:43:29.675Z | test config::test::overrides_but_no_base ... ok |
| 1576 | 2026-08-18T14:43:29.675Z | test config::test::two_empties ... ok |
| 1577 | 2026-08-18T14:43:29.675Z | |
| 1578 | 2026-08-18T14:43:29.675Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1579 | 2026-08-18T14:43:29.675Z | |
| 1580 | 2026-08-18T14:43:29.675Z | Running unittests src/main.rs (target/debug/deps/xtask-5299bee3f96838dd) |
| 1581 | 2026-08-18T14:43:29.679Z | |
| 1582 | 2026-08-18T14:43:29.679Z | running 0 tests |
| 1583 | 2026-08-18T14:43:29.679Z | |
| 1584 | 2026-08-18T14:43:29.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1585 | 2026-08-18T14:43:29.679Z | |
| 1586 | 2026-08-18T14:43:29.679Z | Running unittests src/main.rs (target/debug/deps/xtask_setup-7ceb43e4026ec375) |
| 1587 | 2026-08-18T14:43:29.679Z | |
| 1588 | 2026-08-18T14:43:29.679Z | running 0 tests |
| 1589 | 2026-08-18T14:43:29.679Z | |
| 1590 | 2026-08-18T14:43:29.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1591 | 2026-08-18T14:43:29.679Z | |
| 1592 | 2026-08-18T14:43:29.679Z | Doc-tests buildomat_aws |
| 1593 | 2026-08-18T14:43:29.759Z | |
| 1594 | 2026-08-18T14:43:29.759Z | running 0 tests |
| 1595 | 2026-08-18T14:43:29.759Z | |
| 1596 | 2026-08-18T14:43:29.759Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1597 | 2026-08-18T14:43:29.759Z | |
| 1598 | 2026-08-18T14:43:29.768Z | Doc-tests buildomat_jobsh |
| 1599 | 2026-08-18T14:43:29.901Z | |
| 1600 | 2026-08-18T14:43:29.901Z | running 0 tests |
| 1601 | 2026-08-18T14:43:29.901Z | |
| 1602 | 2026-08-18T14:43:29.901Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1603 | 2026-08-18T14:43:29.901Z | |
| 1604 | 2026-08-18T14:43:29.915Z | Doc-tests buildomat_sse |
| 1605 | 2026-08-18T14:43:29.994Z | |
| 1606 | 2026-08-18T14:43:29.994Z | running 0 tests |
| 1607 | 2026-08-18T14:43:29.994Z | |
| 1608 | 2026-08-18T14:43:29.994Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1609 | 2026-08-18T14:43:29.994Z | |
| 1610 | 2026-08-18T14:43:30.036Z | process exited: duration 342225 ms, exit code 0 |
| |
| 1611 | 2026-08-18T14:43:30.043Z | found 0 output files |