|
|
|
| 1 | 2026-05-11T17:20:14.292Z | job assigned to worker 01KRC0T5KHHF06JAPRX61WQ26D [factory aws, i-0982153fdd970bc95] (queued for 49 s) |
| |
| 2 | 2026-05-11T17:20:21.074Z | starting task 0: "setup" |
| 3 | 2026-05-11T17:20:21.078Z | ++ uname -s |
| 4 | 2026-05-11T17:20:21.081Z | + kern=SunOS |
| 5 | 2026-05-11T17:20:21.081Z | + build_user=build |
| 6 | 2026-05-11T17:20:21.081Z | + build_uid=12345 |
| 7 | 2026-05-11T17:20:21.081Z | + work_dir=/work |
| 8 | 2026-05-11T17:20:21.081Z | + input_dir=/input |
| 9 | 2026-05-11T17:20:21.081Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T17:20:21.081Z | + case "$kern" in |
| 11 | 2026-05-11T17:20:21.081Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T17:20:21.084Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T17:20:23.087Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T17:20:23.202Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T17:20:23.205Z | + home_fs=zfs |
| 16 | 2026-05-11T17:20:23.205Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T17:20:23.205Z | + mkdir -p /home/build |
| 18 | 2026-05-11T17:20:23.205Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T17:20:25.207Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T17:20:25.210Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-05-11T17:20:25.216Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T17:20:25.221Z | + printf ' * rust toolchain channel = "%s"\n' 1.94 |
| 23 | 2026-05-11T17:20:25.221Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-11T17:20:25.221Z | * rust toolchain channel = "1.94" |
| 25 | 2026-05-11T17:20:25.221Z | * rust toolchain profile = "default" |
| 26 | 2026-05-11T17:20:25.221Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T17:20:25.221Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T17:20:25.224Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T17:20:25.224Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default |
| 30 | 2026-05-11T17:20:25.343Z | info: downloading installer |
| 31 | 2026-05-11T17:20:26.785Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-11T17:20:26.785Z | warn: /opt/ooce/bin |
| 33 | 2026-05-11T17:20:26.785Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-11T17:20:26.785Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-11T17:20:26.785Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-11T17:20:26.785Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-11T17:20:26.785Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-11T17:20:26.785Z | error: cannot install while Rust is installed |
| 39 | 2026-05-11T17:20:26.785Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-11T17:20:26.785Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-11T17:20:26.785Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-11T17:20:26.785Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-11T17:20:26.785Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-11T17:20:26.798Z | info: profile set to default |
| 45 | 2026-05-11T17:20:26.798Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-11T17:20:26.801Z | info: syncing channel updates for 1.94-x86_64-unknown-illumos |
| 47 | 2026-05-11T17:20:26.936Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-05-11T17:20:26.940Z | info: downloading 6 components |
| 49 | 2026-05-11T17:20:41.098Z | info: default toolchain set to 1.94-x86_64-unknown-illumos |
| 50 | 2026-05-11T17:20:41.098Z | |
| 51 | 2026-05-11T17:20:41.131Z | 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-05-11T17:20:41.131Z | |
| 53 | 2026-05-11T17:20:41.131Z | |
| 54 | 2026-05-11T17:20:41.131Z | Rust is installed now. Great! |
| 55 | 2026-05-11T17:20:41.131Z | |
| 56 | 2026-05-11T17:20:41.131Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-11T17:20:41.131Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-11T17:20:41.131Z | |
| 59 | 2026-05-11T17:20:41.131Z | To configure your current shell, you need to source |
| 60 | 2026-05-11T17:20:41.131Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-11T17:20:41.132Z | |
| 62 | 2026-05-11T17:20:41.132Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-11T17:20:41.132Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-11T17:20:41.132Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-11T17:20:41.132Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-11T17:20:41.132Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-11T17:20:41.132Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-11T17:20:41.132Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-11T17:20:41.135Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-11T17:20:41.135Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-11T17:20:41.218Z | + rustup --version |
| 72 | 2026-05-11T17:20:41.227Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-11T17:20:41.230Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-11T17:20:41.248Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-05-11T17:20:41.251Z | + cargo --version |
| 76 | 2026-05-11T17:20:41.263Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-05-11T17:20:41.266Z | + rustc --version |
| 78 | 2026-05-11T17:20:41.286Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-05-11T17:20:41.289Z | process exited: duration 16070 ms, exit code 0 |
| |
| 80 | 2026-05-11T17:20:41.295Z | starting task 2: "authentication" |
| 81 | 2026-05-11T17:20:41.311Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-11T17:20:41.317Z | starting task 3: "clone repository" |
| 83 | 2026-05-11T17:20:41.320Z | + mkdir -p /work/oxidecomputer/buildomat |
| 84 | 2026-05-11T17:20:41.323Z | + git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat |
| 85 | 2026-05-11T17:20:41.356Z | Cloning into '/work/oxidecomputer/buildomat'... |
| 86 | 2026-05-11T17:20:42.138Z | + cd /work/oxidecomputer/buildomat |
| 87 | 2026-05-11T17:20:42.138Z | + git fetch origin 65b89f8b234221defe5008366a3cb0cea098b02c |
| 88 | 2026-05-11T17:20:42.428Z | From https://github.com/oxidecomputer/buildomat |
| 89 | 2026-05-11T17:20:42.428Z | * branch 65b89f8b234221defe5008366a3cb0cea098b02c -> FETCH_HEAD |
| 90 | 2026-05-11T17:20:42.432Z | + [[ -n ea-mlpqoyxyzqoy ]] |
| 91 | 2026-05-11T17:20:42.435Z | ++ git branch --show-current |
| 92 | 2026-05-11T17:20:42.435Z | + current=main |
| 93 | 2026-05-11T17:20:42.435Z | + [[ main != ea-mlpqoyxyzqoy ]] |
| 94 | 2026-05-11T17:20:42.435Z | + git branch -f ea-mlpqoyxyzqoy 65b89f8b234221defe5008366a3cb0cea098b02c |
| 95 | 2026-05-11T17:20:42.438Z | + git checkout -f ea-mlpqoyxyzqoy |
| 96 | 2026-05-11T17:20:42.455Z | Switched to branch 'ea-mlpqoyxyzqoy' |
| 97 | 2026-05-11T17:20:42.458Z | + git reset --hard 65b89f8b234221defe5008366a3cb0cea098b02c |
| 98 | 2026-05-11T17:20:42.473Z | HEAD is now at 65b89f8 update rand to 0.10 |
| 99 | 2026-05-11T17:20:42.476Z | process exited: duration 1156 ms, exit code 0 |
| |
| 100 | 2026-05-11T17:20:42.482Z | starting task 4: "build" |
| 101 | 2026-05-11T17:20:42.488Z | + banner clippy |
| 102 | 2026-05-11T17:20:42.491Z | |
| 103 | 2026-05-11T17:20:42.491Z | #### # # ##### ##### # # |
| 104 | 2026-05-11T17:20:42.491Z | # # # # # # # # # # |
| 105 | 2026-05-11T17:20:42.491Z | # # # # # # # # |
| 106 | 2026-05-11T17:20:42.491Z | # # # ##### ##### # |
| 107 | 2026-05-11T17:20:42.491Z | # # # # # # # |
| 108 | 2026-05-11T17:20:42.491Z | #### ###### # # # # |
| 109 | 2026-05-11T17:20:42.491Z | |
| 110 | 2026-05-11T17:20:42.491Z | + cargo clippy --locked --tests --workspace -- -Dwarnings |
| 111 | 2026-05-11T17:20:42.548Z | info: syncing channel updates for 1.94-x86_64-unknown-illumos |
| 112 | 2026-05-11T17:20:42.686Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-11T17:20:42.692Z | info: downloading component rust-std |
| 114 | 2026-05-11T17:20:47.359Z | Updating crates.io index |
| 115 | 2026-05-11T17:20:47.397Z | Updating git repository `https://github.com/jclulow/hiercmd` |
| 116 | 2026-05-11T17:20:47.843Z | Updating git repository `https://github.com/huxi/rusty_ulid` |
| 117 | 2026-05-11T17:20:48.267Z | Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 118 | 2026-05-11T17:20:49.078Z | Updating git repository `https://github.com/oxidecomputer/tlvc` |
| 119 | 2026-05-11T17:20:49.826Z | Updating git repository `https://github.com/illumos/smf-rs.git` |
| 120 | 2026-05-11T17:20:50.133Z | Updating git repository `https://github.com/oxidecomputer/third-party-api-clients` |
| 121 | 2026-05-11T17:20:55.611Z | Downloading crates ... |
| 122 | 2026-05-11T17:20:55.668Z | Downloaded ahash v0.8.12 |
| 123 | 2026-05-11T17:20:55.670Z | Downloaded anyhow v1.0.100 |
| 124 | 2026-05-11T17:20:55.680Z | Downloaded async-stream-impl v0.3.6 |
| 125 | 2026-05-11T17:20:55.682Z | Downloaded crc-catalog v2.4.0 |
| 126 | 2026-05-11T17:20:55.682Z | Downloaded aws-smithy-checksums v0.64.7 |
| 127 | 2026-05-11T17:20:55.685Z | Downloaded base64ct v1.8.3 |
| 128 | 2026-05-11T17:20:55.688Z | Downloaded darling_core v0.20.11 |
| 129 | 2026-05-11T17:20:55.691Z | Downloaded base16ct v0.1.1 |
| 130 | 2026-05-11T17:20:55.697Z | Downloaded dialoguer v0.12.0 |
| 131 | 2026-05-11T17:20:55.700Z | Downloaded aws-sigv4 v1.4.3 |
| 132 | 2026-05-11T17:20:55.721Z | Downloaded hyper-tls v0.6.0 |
| 133 | 2026-05-11T17:20:55.724Z | Downloaded futures-io v0.3.31 |
| 134 | 2026-05-11T17:20:55.727Z | Downloaded futures-channel v0.3.31 |
| 135 | 2026-05-11T17:20:55.727Z | Downloaded dirs-next v2.0.0 |
| 136 | 2026-05-11T17:20:55.730Z | Downloaded block-buffer v0.10.4 |
| 137 | 2026-05-11T17:20:55.730Z | Downloaded futures-executor v0.3.31 |
| 138 | 2026-05-11T17:20:55.730Z | Downloaded fs_extra v1.3.0 |
| 139 | 2026-05-11T17:20:55.733Z | Downloaded ff v0.12.1 |
| 140 | 2026-05-11T17:20:55.736Z | Downloaded darling_macro v0.20.11 |
| 141 | 2026-05-11T17:20:55.736Z | Downloaded crypto-common v0.2.1 |
| 142 | 2026-05-11T17:20:55.736Z | Downloaded fastrand v2.3.0 |
| 143 | 2026-05-11T17:20:55.739Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 144 | 2026-05-11T17:20:55.739Z | Downloaded errno v0.3.14 |
| 145 | 2026-05-11T17:20:55.742Z | Downloaded itoa v1.0.17 |
| 146 | 2026-05-11T17:20:55.742Z | Downloaded idna_adapter v1.2.1 |
| 147 | 2026-05-11T17:20:55.745Z | Downloaded heck v0.5.0 |
| 148 | 2026-05-11T17:20:55.745Z | Downloaded dyn-clone v1.0.20 |
| 149 | 2026-05-11T17:20:55.745Z | Downloaded dtrace-parser v0.3.0 |
| 150 | 2026-05-11T17:20:55.748Z | Downloaded aws-smithy-query v0.60.15 |
| 151 | 2026-05-11T17:20:55.748Z | Downloaded debug-ignore v1.0.5 |
| 152 | 2026-05-11T17:20:55.751Z | Downloaded hyper-rustls v0.24.2 |
| 153 | 2026-05-11T17:20:55.751Z | Downloaded group v0.12.1 |
| 154 | 2026-05-11T17:20:55.755Z | Downloaded dof v0.4.0 |
| 155 | 2026-05-11T17:20:55.755Z | Downloaded darling_macro v0.21.3 |
| 156 | 2026-05-11T17:20:55.758Z | Downloaded cfg-if v1.0.4 |
| 157 | 2026-05-11T17:20:55.758Z | Downloaded futures-sink v0.3.31 |
| 158 | 2026-05-11T17:20:55.758Z | Downloaded fnv v1.0.7 |
| 159 | 2026-05-11T17:20:55.761Z | Downloaded cpufeatures v0.3.0 |
| 160 | 2026-05-11T17:20:55.761Z | Downloaded debug_parser v0.1.4 |
| 161 | 2026-05-11T17:20:55.761Z | Downloaded jsonwebtoken v9.3.1 |
| 162 | 2026-05-11T17:20:55.764Z | Downloaded hostname v0.4.2 |
| 163 | 2026-05-11T17:20:55.767Z | Downloaded multer v3.1.0 |
| 164 | 2026-05-11T17:20:55.767Z | Downloaded generic-array v0.14.7 |
| 165 | 2026-05-11T17:20:55.770Z | Downloaded base64-simd v0.8.0 |
| 166 | 2026-05-11T17:20:55.770Z | Downloaded async-stream v0.3.6 |
| 167 | 2026-05-11T17:20:55.773Z | Downloaded atty v0.2.14 |
| 168 | 2026-05-11T17:20:55.773Z | Downloaded find-msvc-tools v0.1.9 |
| 169 | 2026-05-11T17:20:55.776Z | Downloaded atomic-waker v1.1.2 |
| 170 | 2026-05-11T17:20:55.776Z | Downloaded dunce v1.0.5 |
| 171 | 2026-05-11T17:20:55.779Z | Downloaded crypto-common v0.1.7 |
| 172 | 2026-05-11T17:20:55.779Z | Downloaded aws-smithy-observability v0.2.6 |
| 173 | 2026-05-11T17:20:55.782Z | Downloaded crc v3.3.0 |
| 174 | 2026-05-11T17:20:55.782Z | Downloaded hostname v0.3.1 |
| 175 | 2026-05-11T17:20:55.785Z | Downloaded getopts v0.2.24 |
| 176 | 2026-05-11T17:20:55.785Z | Downloaded devinfo v0.1.0 |
| 177 | 2026-05-11T17:20:55.787Z | Downloaded native-tls v0.2.14 |
| 178 | 2026-05-11T17:20:55.788Z | Downloaded aws-smithy-eventstream v0.60.20 |
| 179 | 2026-05-11T17:20:55.790Z | Downloaded aws-smithy-runtime-api-macros v1.0.0 |
| 180 | 2026-05-11T17:20:55.790Z | Downloaded lock_api v0.4.14 |
| 181 | 2026-05-11T17:20:55.794Z | Downloaded block-buffer v0.12.0 |
| 182 | 2026-05-11T17:20:55.794Z | Downloaded cpufeatures v0.2.17 |
| 183 | 2026-05-11T17:20:55.794Z | Downloaded foreign-types-shared v0.1.1 |
| 184 | 2026-05-11T17:20:55.797Z | Downloaded foreign-types v0.3.2 |
| 185 | 2026-05-11T17:20:55.797Z | Downloaded num_threads v0.1.7 |
| 186 | 2026-05-11T17:20:55.797Z | Downloaded num-derive v0.3.3 |
| 187 | 2026-05-11T17:20:55.800Z | Downloaded match_cfg v0.1.0 |
| 188 | 2026-05-11T17:20:55.800Z | Downloaded ident_case v1.0.1 |
| 189 | 2026-05-11T17:20:55.803Z | Downloaded hmac-sha256 v1.1.13 |
| 190 | 2026-05-11T17:20:55.803Z | Downloaded libdevinfo-sys v1.1.0 |
| 191 | 2026-05-11T17:20:55.803Z | Downloaded pin-utils v0.1.0 |
| 192 | 2026-05-11T17:20:55.806Z | Downloaded is-terminal v0.4.17 |
| 193 | 2026-05-11T17:20:55.806Z | Downloaded openssl-macros v0.1.1 |
| 194 | 2026-05-11T17:20:55.806Z | Downloaded powerfmt v0.2.0 |
| 195 | 2026-05-11T17:20:55.809Z | Downloaded bytes-utils v0.1.4 |
| 196 | 2026-05-11T17:20:55.809Z | Downloaded http-body v0.4.6 |
| 197 | 2026-05-11T17:20:55.812Z | Downloaded erased-serde v0.3.31 |
| 198 | 2026-05-11T17:20:55.812Z | Downloaded httpdate v1.0.3 |
| 199 | 2026-05-11T17:20:55.815Z | Downloaded http-body v1.0.1 |
| 200 | 2026-05-11T17:20:55.815Z | Downloaded deranged v0.5.5 |
| 201 | 2026-05-11T17:20:55.818Z | Downloaded heck v0.4.1 |
| 202 | 2026-05-11T17:20:55.818Z | Downloaded dirs-sys-next v0.1.2 |
| 203 | 2026-05-11T17:20:55.818Z | Downloaded ansi-to-html v0.2.2 |
| 204 | 2026-05-11T17:20:55.821Z | Downloaded lazy_static v1.5.0 |
| 205 | 2026-05-11T17:20:55.821Z | Downloaded futures-macro v0.3.31 |
| 206 | 2026-05-11T17:20:55.824Z | Downloaded libscf-sys v1.1.0 |
| 207 | 2026-05-11T17:20:55.824Z | Downloaded md-5 v0.11.0 |
| 208 | 2026-05-11T17:20:55.827Z | Downloaded digest v0.10.7 |
| 209 | 2026-05-11T17:20:55.827Z | Downloaded equivalent v1.0.2 |
| 210 | 2026-05-11T17:20:55.827Z | Downloaded displaydoc v0.2.5 |
| 211 | 2026-05-11T17:20:55.830Z | Downloaded aws-smithy-xml v0.60.15 |
| 212 | 2026-05-11T17:20:55.830Z | Downloaded icu_locale_core v2.1.1 |
| 213 | 2026-05-11T17:20:55.833Z | Downloaded digest v0.11.3 |
| 214 | 2026-05-11T17:20:55.836Z | Downloaded mime v0.3.17 |
| 215 | 2026-05-11T17:20:55.839Z | Downloaded memchr v2.7.6 |
| 216 | 2026-05-11T17:20:55.842Z | Downloaded num-conv v0.2.0 |
| 217 | 2026-05-11T17:20:55.842Z | Downloaded async-trait v0.1.89 |
| 218 | 2026-05-11T17:20:55.844Z | Downloaded hex v0.4.3 |
| 219 | 2026-05-11T17:20:55.845Z | Downloaded inherent v1.0.13 |
| 220 | 2026-05-11T17:20:55.847Z | Downloaded aws-credential-types v1.2.14 |
| 221 | 2026-05-11T17:20:55.847Z | Downloaded pretty-hex v0.4.1 |
| 222 | 2026-05-11T17:20:55.847Z | Downloaded proc-macro-crate v3.4.0 |
| 223 | 2026-05-11T17:20:55.850Z | Downloaded openssl-probe v0.2.1 |
| 224 | 2026-05-11T17:20:55.850Z | Downloaded openssl-probe v0.1.6 |
| 225 | 2026-05-11T17:20:55.853Z | Downloaded lru v0.16.4 |
| 226 | 2026-05-11T17:20:55.853Z | Downloaded hashlink v0.9.1 |
| 227 | 2026-05-11T17:20:55.853Z | Downloaded base64 v0.21.7 |
| 228 | 2026-05-11T17:20:55.856Z | Downloaded proc-macro-error-attr v1.0.4 |
| 229 | 2026-05-11T17:20:55.859Z | Downloaded progenitor-macro v0.11.2 |
| 230 | 2026-05-11T17:20:55.859Z | Downloaded ref-cast-impl v1.0.25 |
| 231 | 2026-05-11T17:20:55.859Z | Downloaded aws-smithy-async v1.2.14 |
| 232 | 2026-05-11T17:20:55.862Z | Downloaded aws-sdk-sso v1.98.0 |
| 233 | 2026-05-11T17:20:55.865Z | Downloaded progenitor-client v0.11.2 |
| 234 | 2026-05-11T17:20:55.865Z | Downloaded parse_link_header v0.3.3 |
| 235 | 2026-05-11T17:20:55.868Z | Downloaded plain v0.2.3 |
| 236 | 2026-05-11T17:20:55.868Z | Downloaded num_enum_derive v0.7.5 |
| 237 | 2026-05-11T17:20:55.871Z | Downloaded num_enum v0.7.5 |
| 238 | 2026-05-11T17:20:55.874Z | Downloaded percent-encoding v2.3.2 |
| 239 | 2026-05-11T17:20:55.874Z | Downloaded jobserver v0.1.34 |
| 240 | 2026-05-11T17:20:55.874Z | Downloaded iana-time-zone v0.1.65 |
| 241 | 2026-05-11T17:20:55.876Z | Downloaded rust-toolchain-file v0.1.1 |
| 242 | 2026-05-11T17:20:55.879Z | Downloaded html-escape v0.2.13 |
| 243 | 2026-05-11T17:20:55.880Z | Downloaded rustc_version v0.4.1 |
| 244 | 2026-05-11T17:20:55.880Z | Downloaded rustc-hash v2.1.1 |
| 245 | 2026-05-11T17:20:55.882Z | Downloaded num-integer v0.1.46 |
| 246 | 2026-05-11T17:20:55.882Z | Downloaded chacha20 v0.10.0 |
| 247 | 2026-05-11T17:20:55.885Z | Downloaded ref-cast v1.0.25 |
| 248 | 2026-05-11T17:20:55.885Z | Downloaded outref v0.5.2 |
| 249 | 2026-05-11T17:20:55.888Z | Downloaded autocfg v1.5.0 |
| 250 | 2026-05-11T17:20:55.888Z | Downloaded ctutils v0.4.2 |
| 251 | 2026-05-11T17:20:55.891Z | Downloaded cmov v0.5.3 |
| 252 | 2026-05-11T17:20:55.891Z | Downloaded futures-task v0.3.31 |
| 253 | 2026-05-11T17:20:55.894Z | Downloaded camino v1.2.2 |
| 254 | 2026-05-11T17:20:55.894Z | Downloaded futures-core v0.3.31 |
| 255 | 2026-05-11T17:20:55.894Z | Downloaded byteorder v1.5.0 |
| 256 | 2026-05-11T17:20:55.897Z | Downloaded futures v0.3.31 |
| 257 | 2026-05-11T17:20:55.900Z | Downloaded ipnet v2.11.0 |
| 258 | 2026-05-11T17:20:55.900Z | Downloaded aws-smithy-http v0.63.6 |
| 259 | 2026-05-11T17:20:55.903Z | Downloaded rfc6979 v0.3.1 |
| 260 | 2026-05-11T17:20:55.903Z | Downloaded darling v0.20.11 |
| 261 | 2026-05-11T17:20:55.906Z | Downloaded form_urlencoded v1.2.2 |
| 262 | 2026-05-11T17:20:55.906Z | Downloaded crossbeam-utils v0.8.21 |
| 263 | 2026-05-11T17:20:55.909Z | Downloaded either v1.15.0 |
| 264 | 2026-05-11T17:20:55.909Z | Downloaded crypto-bigint v0.4.9 |
| 265 | 2026-05-11T17:20:55.912Z | Downloaded indexmap v1.9.3 |
| 266 | 2026-05-11T17:20:55.915Z | Downloaded potential_utf v0.1.4 |
| 267 | 2026-05-11T17:20:55.915Z | Downloaded pin-project-lite v0.2.16 |
| 268 | 2026-05-11T17:20:55.918Z | Downloaded console v0.16.3 |
| 269 | 2026-05-11T17:20:55.920Z | Downloaded fallible-iterator v0.3.0 |
| 270 | 2026-05-11T17:20:55.920Z | Downloaded darling v0.21.3 |
| 271 | 2026-05-11T17:20:55.923Z | Downloaded scroll_derive v0.13.1 |
| 272 | 2026-05-11T17:20:55.926Z | Downloaded sea-query-derive v0.4.3 |
| 273 | 2026-05-11T17:20:55.926Z | Downloaded pkg-config v0.3.32 |
| 274 | 2026-05-11T17:20:55.929Z | Downloaded serde_urlencoded v0.7.1 |
| 275 | 2026-05-11T17:20:55.929Z | Downloaded http-range v0.1.5 |
| 276 | 2026-05-11T17:20:55.929Z | Downloaded const-oid v0.9.6 |
| 277 | 2026-05-11T17:20:55.934Z | Downloaded glob v0.3.3 |
| 278 | 2026-05-11T17:20:55.934Z | Downloaded proc-macro-error v1.0.4 |
| 279 | 2026-05-11T17:20:55.934Z | Downloaded once_cell v1.21.3 |
| 280 | 2026-05-11T17:20:55.937Z | Downloaded new_mime_guess v4.0.4 |
| 281 | 2026-05-11T17:20:55.937Z | Downloaded crc32fast v1.5.0 |
| 282 | 2026-05-11T17:20:55.940Z | Downloaded rand_core v0.10.1 |
| 283 | 2026-05-11T17:20:55.940Z | Downloaded pkcs8 v0.9.0 |
| 284 | 2026-05-11T17:20:55.943Z | Downloaded progenitor v0.11.2 |
| 285 | 2026-05-11T17:20:55.943Z | Downloaded pest_generator v2.8.5 |
| 286 | 2026-05-11T17:20:55.943Z | Downloaded pem v3.0.6 |
| 287 | 2026-05-11T17:20:55.947Z | Downloaded http-body-util v0.1.3 |
| 288 | 2026-05-11T17:20:55.947Z | Downloaded foldhash v0.2.0 |
| 289 | 2026-05-11T17:20:55.947Z | Downloaded cmake v0.1.57 |
| 290 | 2026-05-11T17:20:55.950Z | Downloaded scopeguard v1.2.0 |
| 291 | 2026-05-11T17:20:55.950Z | Downloaded sha1 v0.11.0 |
| 292 | 2026-05-11T17:20:55.950Z | Downloaded sigpipe v0.1.3 |
| 293 | 2026-05-11T17:20:55.950Z | Downloaded serde_spanned v1.0.4 |
| 294 | 2026-05-11T17:20:55.953Z | Downloaded sea-query-rusqlite v0.7.0 |
| 295 | 2026-05-11T17:20:55.953Z | Downloaded paste v1.0.15 |
| 296 | 2026-05-11T17:20:55.956Z | Downloaded slog-bunyan v2.5.0 |
| 297 | 2026-05-11T17:20:55.956Z | Downloaded serde_spanned v0.6.9 |
| 298 | 2026-05-11T17:20:55.956Z | Downloaded serde_repr v0.1.20 |
| 299 | 2026-05-11T17:20:55.959Z | Downloaded stable_deref_trait v1.2.1 |
| 300 | 2026-05-11T17:20:55.959Z | Downloaded sha1 v0.10.6 |
| 301 | 2026-05-11T17:20:55.959Z | Downloaded shell-words v1.1.1 |
| 302 | 2026-05-11T17:20:55.962Z | Downloaded dropshot_endpoint v0.16.7 |
| 303 | 2026-05-11T17:20:55.962Z | Downloaded pest_meta v2.8.5 |
| 304 | 2026-05-11T17:20:55.965Z | Downloaded elliptic-curve v0.12.3 |
| 305 | 2026-05-11T17:20:55.967Z | Downloaded signature v1.6.4 |
| 306 | 2026-05-11T17:20:55.967Z | Downloaded ecdsa v0.14.8 |
| 307 | 2026-05-11T17:20:55.968Z | Downloaded pest_derive v2.8.5 |
| 308 | 2026-05-11T17:20:55.971Z | Downloaded quote v1.0.44 |
| 309 | 2026-05-11T17:20:55.971Z | Downloaded aws-smithy-json v0.62.5 |
| 310 | 2026-05-11T17:20:55.974Z | Downloaded aws-types v1.3.15 |
| 311 | 2026-05-11T17:20:55.976Z | Downloaded litemap v0.8.1 |
| 312 | 2026-05-11T17:20:55.976Z | Downloaded hyper-rustls v0.27.7 |
| 313 | 2026-05-11T17:20:55.979Z | Downloaded bitflags v2.10.0 |
| 314 | 2026-05-11T17:20:55.982Z | Downloaded allocator-api2 v0.2.21 |
| 315 | 2026-05-11T17:20:55.982Z | Downloaded getrandom v0.2.17 |
| 316 | 2026-05-11T17:20:55.985Z | Downloaded strip-ansi-escapes v0.2.1 |
| 317 | 2026-05-11T17:20:55.985Z | Downloaded spki v0.6.0 |
| 318 | 2026-05-11T17:20:55.988Z | Downloaded schemars_derive v0.8.22 |
| 319 | 2026-05-11T17:20:55.995Z | Downloaded serde_path_to_error v0.1.20 |
| 320 | 2026-05-11T17:20:55.999Z | Downloaded sct v0.7.1 |
| 321 | 2026-05-11T17:20:55.999Z | Downloaded indexmap v2.13.0 |
| 322 | 2026-05-11T17:20:56.003Z | Downloaded hashbrown v0.12.3 |
| 323 | 2026-05-11T17:20:56.007Z | Downloaded time-core v0.1.8 |
| 324 | 2026-05-11T17:20:56.007Z | Downloaded thread-id v5.1.0 |
| 325 | 2026-05-11T17:20:56.007Z | Downloaded rustls-native-certs v0.8.3 |
| 326 | 2026-05-11T17:20:56.010Z | Downloaded sync_wrapper v1.0.2 |
| 327 | 2026-05-11T17:20:56.013Z | Downloaded strum v0.27.2 |
| 328 | 2026-05-11T17:20:56.016Z | Downloaded rustls-pki-types v1.14.0 |
| 329 | 2026-05-11T17:20:56.019Z | Downloaded subtle v2.6.1 |
| 330 | 2026-05-11T17:20:56.019Z | Downloaded slog-json v2.6.1 |
| 331 | 2026-05-11T17:20:56.022Z | Downloaded slog-async v2.8.0 |
| 332 | 2026-05-11T17:20:56.022Z | Downloaded slab v0.4.11 |
| 333 | 2026-05-11T17:20:56.022Z | Downloaded shlex v1.3.0 |
| 334 | 2026-05-11T17:20:56.028Z | Downloaded rustversion v1.0.22 |
| 335 | 2026-05-11T17:20:56.034Z | Downloaded const-oid v0.10.2 |
| 336 | 2026-05-11T17:20:56.037Z | Downloaded parking_lot v0.12.5 |
| 337 | 2026-05-11T17:20:56.041Z | Downloaded darling_core v0.21.3 |
| 338 | 2026-05-11T17:20:56.044Z | Downloaded semver v1.0.27 |
| 339 | 2026-05-11T17:20:56.047Z | Downloaded sec1 v0.3.0 |
| 340 | 2026-05-11T17:20:56.047Z | Downloaded serde_derive_internals v0.29.1 |
| 341 | 2026-05-11T17:20:56.050Z | Downloaded rand_core v0.6.4 |
| 342 | 2026-05-11T17:20:56.050Z | Downloaded der v0.6.1 |
| 343 | 2026-05-11T17:20:56.060Z | Downloaded parking_lot_core v0.9.12 |
| 344 | 2026-05-11T17:20:56.063Z | Downloaded signal-hook-registry v1.4.8 |
| 345 | 2026-05-11T17:20:56.066Z | Downloaded scroll v0.13.0 |
| 346 | 2026-05-11T17:20:56.066Z | Downloaded getrandom v0.3.4 |
| 347 | 2026-05-11T17:20:56.069Z | Downloaded synstructure v0.13.2 |
| 348 | 2026-05-11T17:20:56.069Z | Downloaded hybrid-array v0.4.12 |
| 349 | 2026-05-11T17:20:56.069Z | Downloaded httparse v1.10.1 |
| 350 | 2026-05-11T17:20:56.072Z | Downloaded toml_write v0.1.2 |
| 351 | 2026-05-11T17:20:56.072Z | Downloaded getrandom v0.4.2 |
| 352 | 2026-05-11T17:20:56.074Z | Downloaded aws-smithy-runtime v1.11.1 |
| 353 | 2026-05-11T17:20:56.078Z | Downloaded aws-smithy-http-client v1.1.12 |
| 354 | 2026-05-11T17:20:56.081Z | Downloaded untrusted v0.9.0 |
| 355 | 2026-05-11T17:20:56.081Z | Downloaded thiserror v1.0.69 |
| 356 | 2026-05-11T17:20:56.084Z | Downloaded usdt-attr-macro v0.6.0 |
| 357 | 2026-05-11T17:20:56.084Z | Downloaded tower-service v0.3.3 |
| 358 | 2026-05-11T17:20:56.084Z | Downloaded usdt v0.6.0 |
| 359 | 2026-05-11T17:20:56.084Z | Downloaded urlencoding v2.1.3 |
| 360 | 2026-05-11T17:20:56.087Z | Downloaded tower-layer v0.3.3 |
| 361 | 2026-05-11T17:20:56.087Z | Downloaded thiserror-impl v1.0.69 |
| 362 | 2026-05-11T17:20:56.087Z | Downloaded thiserror v2.0.18 |
| 363 | 2026-05-11T17:20:56.094Z | Downloaded ron v0.8.1 |
| 364 | 2026-05-11T17:20:56.097Z | Downloaded serde_with_macros v3.16.1 |
| 365 | 2026-05-11T17:20:56.100Z | Downloaded slog-term v2.9.2 |
| 366 | 2026-05-11T17:20:56.100Z | Downloaded strsim v0.11.1 |
| 367 | 2026-05-11T17:20:56.103Z | Downloaded tokio-native-tls v0.3.1 |
| 368 | 2026-05-11T17:20:56.103Z | Downloaded tokio-rustls v0.25.0 |
| 369 | 2026-05-11T17:20:56.106Z | Downloaded strum_macros v0.27.2 |
| 370 | 2026-05-11T17:20:56.106Z | Downloaded typify-macro v0.4.3 |
| 371 | 2026-05-11T17:20:56.106Z | Downloaded try-lock v0.2.5 |
| 372 | 2026-05-11T17:20:56.106Z | Downloaded tokio-macros v2.6.0 |
| 373 | 2026-05-11T17:20:56.109Z | Downloaded time-macros v0.2.26 |
| 374 | 2026-05-11T17:20:56.109Z | Downloaded rustls-pemfile v2.2.0 |
| 375 | 2026-05-11T17:20:56.111Z | Downloaded want v0.3.1 |
| 376 | 2026-05-11T17:20:56.112Z | Downloaded cc v1.2.55 |
| 377 | 2026-05-11T17:20:56.112Z | Downloaded waitgroup v0.1.2 |
| 378 | 2026-05-11T17:20:56.114Z | Downloaded usdt-macro v0.6.0 |
| 379 | 2026-05-11T17:20:56.114Z | Downloaded smallvec v1.15.1 |
| 380 | 2026-05-11T17:20:56.117Z | Downloaded base64 v0.22.1 |
| 381 | 2026-05-11T17:20:56.120Z | Downloaded utf8-width v0.1.8 |
| 382 | 2026-05-11T17:20:56.120Z | Downloaded aws-smithy-types v1.4.7 |
| 383 | 2026-05-11T17:20:56.123Z | Downloaded thiserror-impl v2.0.18 |
| 384 | 2026-05-11T17:20:56.123Z | Downloaded aws-runtime v1.7.3 |
| 385 | 2026-05-11T17:20:56.126Z | Downloaded memmap2 v0.9.9 |
| 386 | 2026-05-11T17:20:56.126Z | Downloaded crypto-bigint v0.5.5 |
| 387 | 2026-05-11T17:20:56.129Z | Downloaded icu_provider v2.1.1 |
| 388 | 2026-05-11T17:20:56.132Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 389 | 2026-05-11T17:20:56.132Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 390 | 2026-05-11T17:20:56.135Z | Downloaded icu_properties v2.1.2 |
| 391 | 2026-05-11T17:20:56.135Z | Downloaded hmac v0.13.0 |
| 392 | 2026-05-11T17:20:56.135Z | Downloaded progenitor-impl v0.11.2 |
| 393 | 2026-05-11T17:20:56.138Z | Downloaded proc-macro2 v1.0.106 |
| 394 | 2026-05-11T17:20:56.138Z | Downloaded zerofrom-derive v0.1.6 |
| 395 | 2026-05-11T17:20:56.142Z | Downloaded zerofrom v0.1.6 |
| 396 | 2026-05-11T17:20:56.142Z | Downloaded aws-smithy-runtime-api v1.12.0 |
| 397 | 2026-05-11T17:20:56.142Z | Downloaded thread_local v1.1.9 |
| 398 | 2026-05-11T17:20:56.142Z | Downloaded sha2 v0.11.0 |
| 399 | 2026-05-11T17:20:56.145Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-05-11T17:20:56.147Z | Downloaded yoke-derive v0.8.1 |
| 401 | 2026-05-11T17:20:56.147Z | Downloaded toml_datetime v0.6.11 |
| 402 | 2026-05-11T17:20:56.148Z | Downloaded term v1.2.1 |
| 403 | 2026-05-11T17:20:56.150Z | Downloaded version_check v0.9.5 |
| 404 | 2026-05-11T17:20:56.150Z | Downloaded tempfile v3.24.0 |
| 405 | 2026-05-11T17:20:56.151Z | Downloaded zone v0.3.1 |
| 406 | 2026-05-11T17:20:56.153Z | Downloaded num-traits v0.2.19 |
| 407 | 2026-05-11T17:20:56.153Z | Downloaded sha2 v0.10.9 |
| 408 | 2026-05-11T17:20:56.153Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-05-11T17:20:56.156Z | Downloaded serde_yaml v0.9.34+deprecated |
| 410 | 2026-05-11T17:20:56.159Z | Downloaded hmac v0.12.1 |
| 411 | 2026-05-11T17:20:56.159Z | Downloaded serde_tokenstream v0.2.2 |
| 412 | 2026-05-11T17:20:56.159Z | Downloaded icu_normalizer v2.1.1 |
| 413 | 2026-05-11T17:20:56.164Z | Downloaded log v0.4.29 |
| 414 | 2026-05-11T17:20:56.167Z | Downloaded toml v0.8.23 |
| 415 | 2026-05-11T17:20:56.167Z | Downloaded tokio-rustls v0.26.4 |
| 416 | 2026-05-11T17:20:56.170Z | Downloaded vsimd v0.8.0 |
| 417 | 2026-05-11T17:20:56.170Z | Downloaded tokio-stream v0.1.18 |
| 418 | 2026-05-11T17:20:56.173Z | Downloaded tokio-rustls v0.24.1 |
| 419 | 2026-05-11T17:20:56.173Z | Downloaded yoke v0.8.1 |
| 420 | 2026-05-11T17:20:56.175Z | Downloaded bytes v1.11.1 |
| 421 | 2026-05-11T17:20:56.178Z | Downloaded socket2 v0.6.2 |
| 422 | 2026-05-11T17:20:56.178Z | Downloaded tinystr v0.8.2 |
| 423 | 2026-05-11T17:20:56.178Z | Downloaded simple_asn1 v0.6.3 |
| 424 | 2026-05-11T17:20:56.181Z | Downloaded aws-sdk-ssooidc v1.100.0 |
| 425 | 2026-05-11T17:20:56.184Z | Downloaded zone_cfg_derive v0.3.1 |
| 426 | 2026-05-11T17:20:56.184Z | Downloaded crossbeam-channel v0.5.15 |
| 427 | 2026-05-11T17:20:56.187Z | Downloaded xmlparser v0.13.6 |
| 428 | 2026-05-11T17:20:56.187Z | Downloaded spin v0.10.0 |
| 429 | 2026-05-11T17:20:56.191Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 430 | 2026-05-11T17:20:56.194Z | Downloaded zeroize v1.8.2 |
| 431 | 2026-05-11T17:20:56.194Z | Downloaded spin v0.9.8 |
| 432 | 2026-05-11T17:20:56.197Z | Downloaded zerovec-derive v0.11.2 |
| 433 | 2026-05-11T17:20:56.199Z | Downloaded unicase v2.9.0 |
| 434 | 2026-05-11T17:20:56.199Z | Downloaded ucd-trie v0.1.7 |
| 435 | 2026-05-11T17:20:56.202Z | Downloaded usdt-impl v0.6.0 |
| 436 | 2026-05-11T17:20:56.205Z | Downloaded utf8_iter v1.0.4 |
| 437 | 2026-05-11T17:20:56.211Z | Downloaded socket2 v0.5.10 |
| 438 | 2026-05-11T17:20:56.214Z | Downloaded p256 v0.11.1 |
| 439 | 2026-05-11T17:20:56.218Z | Downloaded ryu v1.0.22 |
| 440 | 2026-05-11T17:20:56.221Z | Downloaded openssl-sys v0.9.111 |
| 441 | 2026-05-11T17:20:56.223Z | Downloaded writeable v0.6.2 |
| 442 | 2026-05-11T17:20:56.223Z | Downloaded rustls-webpki v0.103.9 |
| 443 | 2026-05-11T17:20:56.226Z | Downloaded serde_derive v1.0.228 |
| 444 | 2026-05-11T17:20:56.229Z | Downloaded icu_collections v2.1.1 |
| 445 | 2026-05-11T17:20:56.232Z | Downloaded typify v0.4.3 |
| 446 | 2026-05-11T17:20:56.235Z | Downloaded regex-lite v0.1.8 |
| 447 | 2026-05-11T17:20:56.238Z | Downloaded minimal-lexical v0.2.1 |
| 448 | 2026-05-11T17:20:56.240Z | Downloaded serde v1.0.228 |
| 449 | 2026-05-11T17:20:56.241Z | Downloaded schemars v1.2.0 |
| 450 | 2026-05-11T17:20:56.247Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 451 | 2026-05-11T17:20:56.250Z | Downloaded slog v2.8.2 |
| 452 | 2026-05-11T17:20:56.253Z | Downloaded zmij v1.0.18 |
| 453 | 2026-05-11T17:20:56.253Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 454 | 2026-05-11T17:20:56.256Z | Downloaded iri-string v0.7.10 |
| 455 | 2026-05-11T17:20:56.261Z | Downloaded take_mut v0.2.2 |
| 456 | 2026-05-11T17:20:56.264Z | Downloaded unicode-ident v1.0.22 |
| 457 | 2026-05-11T17:20:56.270Z | Downloaded vte v0.14.1 |
| 458 | 2026-05-11T17:20:56.273Z | Downloaded schemars v0.9.0 |
| 459 | 2026-05-11T17:20:56.280Z | Downloaded schemars v0.8.22 |
| 460 | 2026-05-11T17:20:56.286Z | Downloaded zerocopy v0.6.6 |
| 461 | 2026-05-11T17:20:56.292Z | Downloaded zerotrie v0.2.3 |
| 462 | 2026-05-11T17:20:56.292Z | Downloaded http v0.2.12 |
| 463 | 2026-05-11T17:20:56.295Z | Downloaded http v1.4.0 |
| 464 | 2026-05-11T17:20:56.302Z | Downloaded tracing-core v0.1.36 |
| 465 | 2026-05-11T17:20:56.305Z | Downloaded tracing-attributes v0.1.31 |
| 466 | 2026-05-11T17:20:56.305Z | Downloaded toml_edit v0.20.7 |
| 467 | 2026-05-11T17:20:56.316Z | Downloaded typenum v1.20.0 |
| 468 | 2026-05-11T17:20:56.319Z | Downloaded pest v2.8.5 |
| 469 | 2026-05-11T17:20:56.321Z | Downloaded hyper-util v0.1.19 |
| 470 | 2026-05-11T17:20:56.335Z | Downloaded mio v1.1.1 |
| 471 | 2026-05-11T17:20:56.338Z | Downloaded aws-config v1.8.16 |
| 472 | 2026-05-11T17:20:56.342Z | Downloaded num-bigint v0.4.6 |
| 473 | 2026-05-11T17:20:56.345Z | Downloaded toml_edit v0.22.27 |
| 474 | 2026-05-11T17:20:56.358Z | Downloaded unsafe-libyaml v0.2.11 |
| 475 | 2026-05-11T17:20:56.361Z | Downloaded uuid v1.20.0 |
| 476 | 2026-05-11T17:20:56.366Z | Downloaded nom v7.1.3 |
| 477 | 2026-05-11T17:20:56.375Z | Downloaded crc-fast v1.9.0 |
| 478 | 2026-05-11T17:20:56.380Z | Downloaded aws-sdk-sts v1.103.0 |
| 479 | 2026-05-11T17:20:56.386Z | Downloaded rand v0.10.1 |
| 480 | 2026-05-11T17:20:56.388Z | Downloaded aho-corasick v1.1.4 |
| 481 | 2026-05-11T17:20:56.393Z | Downloaded rustls-webpki v0.101.7 |
| 482 | 2026-05-11T17:20:56.400Z | Downloaded serde_json v1.0.149 |
| 483 | 2026-05-11T17:20:56.404Z | Downloaded url v2.5.8 |
| 484 | 2026-05-11T17:20:56.409Z | Downloaded aws-lc-rs v1.15.4 |
| 485 | 2026-05-11T17:20:56.414Z | Downloaded hashbrown v0.14.5 |
| 486 | 2026-05-11T17:20:56.420Z | Downloaded winnow v0.5.40 |
| 487 | 2026-05-11T17:20:56.424Z | Downloaded rustls-webpki v0.102.8 |
| 488 | 2026-05-11T17:20:56.434Z | Downloaded icu_properties_data v2.1.2 |
| 489 | 2026-05-11T17:20:56.438Z | Downloaded itertools v0.12.1 |
| 490 | 2026-05-11T17:20:56.442Z | Downloaded chrono v0.4.43 |
| 491 | 2026-05-11T17:20:56.445Z | Downloaded tower-http v0.6.8 |
| 492 | 2026-05-11T17:20:56.449Z | Downloaded serde_with v3.16.1 |
| 493 | 2026-05-11T17:20:56.456Z | Downloaded iddqd v0.3.17 |
| 494 | 2026-05-11T17:20:56.459Z | Downloaded h2 v0.4.13 |
| 495 | 2026-05-11T17:20:56.469Z | Downloaded futures-util v0.3.31 |
| 496 | 2026-05-11T17:20:56.475Z | Downloaded time v0.3.46 |
| 497 | 2026-05-11T17:20:56.481Z | Downloaded hashbrown v0.16.1 |
| 498 | 2026-05-11T17:20:56.484Z | Downloaded h2 v0.3.27 |
| 499 | 2026-05-11T17:20:56.487Z | Downloaded rusqlite v0.32.1 |
| 500 | 2026-05-11T17:20:56.490Z | Downloaded openssl v0.10.75 |
| 501 | 2026-05-11T17:20:56.495Z | Downloaded idna v1.1.0 |
| 502 | 2026-05-11T17:20:56.498Z | Downloaded reqwest v0.12.28 |
| 503 | 2026-05-11T17:20:56.501Z | Downloaded rustls v0.21.12 |
| 504 | 2026-05-11T17:20:56.505Z | Downloaded zerocopy-derive v0.8.37 |
| 505 | 2026-05-11T17:20:56.509Z | Downloaded hyper v1.8.1 |
| 506 | 2026-05-11T17:20:56.513Z | Downloaded zerovec v0.11.5 |
| 507 | 2026-05-11T17:20:56.516Z | Downloaded vcpkg v0.2.15 |
| 508 | 2026-05-11T17:20:56.536Z | Downloaded tokio-util v0.7.18 |
| 509 | 2026-05-11T17:20:56.539Z | Downloaded regex v1.12.2 |
| 510 | 2026-05-11T17:20:56.542Z | Downloaded tower v0.5.3 |
| 511 | 2026-05-11T17:20:56.547Z | Downloaded unicode-width v0.2.2 |
| 512 | 2026-05-11T17:20:56.550Z | Downloaded dropshot v0.16.7 |
| 513 | 2026-05-11T17:20:56.561Z | Downloaded rustls v0.22.4 |
| 514 | 2026-05-11T17:20:56.567Z | Downloaded openapiv3 v2.2.0 |
| 515 | 2026-05-11T17:20:56.573Z | Downloaded regex-syntax v0.8.8 |
| 516 | 2026-05-11T17:20:56.577Z | Downloaded hyper v0.14.32 |
| 517 | 2026-05-11T17:20:56.593Z | Downloaded winnow v0.7.14 |
| 518 | 2026-05-11T17:20:56.599Z | Downloaded goblin v0.10.4 |
| 519 | 2026-05-11T17:20:56.618Z | Downloaded syn v1.0.109 |
| 520 | 2026-05-11T17:20:56.643Z | Downloaded sea-query v0.32.7 |
| 521 | 2026-05-11T17:20:56.659Z | Downloaded zerocopy v0.8.37 |
| 522 | 2026-05-11T17:20:56.670Z | Downloaded zerocopy-derive v0.6.6 |
| 523 | 2026-05-11T17:20:56.674Z | Downloaded syn v2.0.114 |
| 524 | 2026-05-11T17:20:56.680Z | Downloaded regress v0.10.5 |
| 525 | 2026-05-11T17:20:56.684Z | Downloaded regex-automata v0.4.13 |
| 526 | 2026-05-11T17:20:56.729Z | Downloaded rustls v0.23.36 |
| 527 | 2026-05-11T17:20:56.738Z | Downloaded rustix v1.1.3 |
| 528 | 2026-05-11T17:20:56.778Z | Downloaded tracing v0.1.44 |
| 529 | 2026-05-11T17:20:56.788Z | Downloaded typify-impl v0.4.3 |
| 530 | 2026-05-11T17:20:56.856Z | Downloaded encoding_rs v0.8.35 |
| 531 | 2026-05-11T17:20:56.897Z | Downloaded libc v0.2.180 |
| 532 | 2026-05-11T17:20:56.921Z | Downloaded aws-sdk-s3 v1.132.0 |
| 533 | 2026-05-11T17:20:56.966Z | Downloaded tokio v1.49.0 |
| 534 | 2026-05-11T17:20:57.107Z | Downloaded ring v0.17.14 |
| 535 | 2026-05-11T17:20:57.633Z | Downloaded aws-sdk-ec2 v1.225.0 |
| 536 | 2026-05-11T17:20:57.912Z | Downloaded libsqlite3-sys v0.30.1 |
| 537 | 2026-05-11T17:20:58.068Z | Downloaded openssl-src v300.5.5+3.5.5 |
| 538 | 2026-05-11T17:20:58.184Z | Downloaded aws-lc-sys v0.37.0 |
| 539 | 2026-05-11T17:20:58.431Z | Compiling proc-macro2 v1.0.106 |
| 540 | 2026-05-11T17:20:58.431Z | Compiling quote v1.0.44 |
| 541 | 2026-05-11T17:20:58.431Z | Compiling unicode-ident v1.0.22 |
| 542 | 2026-05-11T17:20:58.431Z | Compiling libc v0.2.180 |
| 543 | 2026-05-11T17:20:58.431Z | Checking cfg-if v1.0.4 |
| 544 | 2026-05-11T17:20:58.431Z | Compiling serde_core v1.0.228 |
| 545 | 2026-05-11T17:20:58.431Z | Checking itoa v1.0.17 |
| 546 | 2026-05-11T17:20:58.575Z | Checking memchr v2.7.6 |
| 547 | 2026-05-11T17:20:58.649Z | Compiling shlex v1.3.0 |
| 548 | 2026-05-11T17:20:58.734Z | Compiling find-msvc-tools v0.1.9 |
| 549 | 2026-05-11T17:20:58.747Z | Checking bytes v1.11.1 |
| 550 | 2026-05-11T17:20:58.828Z | Checking smallvec v1.15.1 |
| 551 | 2026-05-11T17:20:58.973Z | Compiling autocfg v1.5.0 |
| 552 | 2026-05-11T17:20:58.998Z | Checking pin-project-lite v0.2.16 |
| 553 | 2026-05-11T17:20:59.011Z | Compiling parking_lot_core v0.9.12 |
| 554 | 2026-05-11T17:20:59.082Z | Compiling serde v1.0.228 |
| 555 | 2026-05-11T17:20:59.150Z | Checking scopeguard v1.2.0 |
| 556 | 2026-05-11T17:20:59.251Z | Checking lock_api v0.4.14 |
| 557 | 2026-05-11T17:20:59.293Z | Checking once_cell v1.21.3 |
| 558 | 2026-05-11T17:20:59.321Z | Compiling jobserver v0.1.34 |
| 559 | 2026-05-11T17:20:59.334Z | Checking errno v0.3.14 |
| 560 | 2026-05-11T17:20:59.424Z | Checking mio v1.1.1 |
| 561 | 2026-05-11T17:20:59.445Z | Checking socket2 v0.6.2 |
| 562 | 2026-05-11T17:20:59.449Z | Checking signal-hook-registry v1.4.8 |
| 563 | 2026-05-11T17:20:59.471Z | Compiling num-traits v0.2.19 |
| 564 | 2026-05-11T17:20:59.550Z | Compiling cc v1.2.55 |
| 565 | 2026-05-11T17:20:59.637Z | Checking parking_lot v0.12.5 |
| 566 | 2026-05-11T17:20:59.673Z | Checking futures-core v0.3.31 |
| 567 | 2026-05-11T17:20:59.725Z | Compiling version_check v0.9.5 |
| 568 | 2026-05-11T17:20:59.884Z | Compiling syn v2.0.114 |
| 569 | 2026-05-11T17:20:59.901Z | Checking futures-sink v0.3.31 |
| 570 | 2026-05-11T17:20:59.930Z | Checking foldhash v0.2.0 |
| 571 | 2026-05-11T17:20:59.955Z | Checking equivalent v1.0.2 |
| 572 | 2026-05-11T17:20:59.991Z | Checking allocator-api2 v0.2.21 |
| 573 | 2026-05-11T17:21:00.049Z | Checking zeroize v1.8.2 |
| 574 | 2026-05-11T17:21:00.104Z | Checking pin-utils v0.1.0 |
| 575 | 2026-05-11T17:21:00.171Z | Compiling zmij v1.0.18 |
| 576 | 2026-05-11T17:21:00.191Z | Compiling serde_json v1.0.149 |
| 577 | 2026-05-11T17:21:00.288Z | Checking hashbrown v0.16.1 |
| 578 | 2026-05-11T17:21:00.423Z | Checking fnv v1.0.7 |
| 579 | 2026-05-11T17:21:00.498Z | Checking slab v0.4.11 |
| 580 | 2026-05-11T17:21:00.531Z | Checking futures-channel v0.3.31 |
| 581 | 2026-05-11T17:21:00.546Z | Checking http v1.4.0 |
| 582 | 2026-05-11T17:21:00.620Z | Compiling num-conv v0.2.0 |
| 583 | 2026-05-11T17:21:00.659Z | Compiling time-core v0.1.8 |
| 584 | 2026-05-11T17:21:00.723Z | Checking powerfmt v0.2.0 |
| 585 | 2026-05-11T17:21:00.751Z | Checking futures-io v0.3.31 |
| 586 | 2026-05-11T17:21:00.809Z | Compiling time-macros v0.2.26 |
| 587 | 2026-05-11T17:21:00.812Z | Checking indexmap v2.13.0 |
| 588 | 2026-05-11T17:21:00.879Z | Checking deranged v0.5.5 |
| 589 | 2026-05-11T17:21:00.963Z | Checking futures-task v0.3.31 |
| 590 | 2026-05-11T17:21:00.981Z | Checking num_threads v0.1.7 |
| 591 | 2026-05-11T17:21:01.104Z | Checking log v0.4.29 |
| 592 | 2026-05-11T17:21:01.125Z | Checking http-body v1.0.1 |
| 593 | 2026-05-11T17:21:01.211Z | Checking tracing-core v0.1.36 |
| 594 | 2026-05-11T17:21:01.251Z | Compiling thiserror v2.0.18 |
| 595 | 2026-05-11T17:21:01.254Z | Checking getrandom v0.2.17 |
| 596 | 2026-05-11T17:21:01.391Z | Checking ryu v1.0.22 |
| 597 | 2026-05-11T17:21:01.405Z | Checking http-body-util v0.1.3 |
| 598 | 2026-05-11T17:21:01.518Z | Checking typenum v1.20.0 |
| 599 | 2026-05-11T17:21:01.532Z | Checking subtle v2.6.1 |
| 600 | 2026-05-11T17:21:01.732Z | Checking rustls-pki-types v1.14.0 |
| 601 | 2026-05-11T17:21:01.812Z | Compiling httparse v1.10.1 |
| 602 | 2026-05-11T17:21:01.827Z | Checking percent-encoding v2.3.2 |
| 603 | 2026-05-11T17:21:01.857Z | Checking time v0.3.46 |
| 604 | 2026-05-11T17:21:01.967Z | Checking untrusted v0.9.0 |
| 605 | 2026-05-11T17:21:02.022Z | Checking try-lock v0.2.5 |
| 606 | 2026-05-11T17:21:02.077Z | Checking tower-service v0.3.3 |
| 607 | 2026-05-11T17:21:02.122Z | Checking want v0.3.1 |
| 608 | 2026-05-11T17:21:02.166Z | Compiling ring v0.17.14 |
| 609 | 2026-05-11T17:21:02.248Z | Checking httpdate v1.0.3 |
| 610 | 2026-05-11T17:21:02.282Z | Compiling getrandom v0.3.4 |
| 611 | 2026-05-11T17:21:02.305Z | Checking atomic-waker v1.1.2 |
| 612 | 2026-05-11T17:21:02.409Z | Checking tower-layer v0.3.3 |
| 613 | 2026-05-11T17:21:02.422Z | Checking base64 v0.22.1 |
| 614 | 2026-05-11T17:21:02.473Z | Compiling semver v1.0.27 |
| 615 | 2026-05-11T17:21:02.554Z | Compiling generic-array v0.14.7 |
| 616 | 2026-05-11T17:21:02.705Z | Compiling synstructure v0.13.2 |
| 617 | 2026-05-11T17:21:02.772Z | Compiling vcpkg v0.2.15 |
| 618 | 2026-05-11T17:21:02.828Z | Compiling pkg-config v0.3.32 |
| 619 | 2026-05-11T17:21:02.965Z | Checking ipnet v2.11.0 |
| 620 | 2026-05-11T17:21:02.968Z | Checking stable_deref_trait v1.2.1 |
| 621 | 2026-05-11T17:21:03.065Z | Checking iana-time-zone v0.1.65 |
| 622 | 2026-05-11T17:21:03.190Z | Checking form_urlencoded v1.2.2 |
| 623 | 2026-05-11T17:21:03.207Z | Checking bitflags v2.10.0 |
| 624 | 2026-05-11T17:21:03.222Z | Compiling anyhow v1.0.100 |
| 625 | 2026-05-11T17:21:03.286Z | Compiling rustversion v1.0.22 |
| 626 | 2026-05-11T17:21:03.321Z | Checking sync_wrapper v1.0.2 |
| 627 | 2026-05-11T17:21:03.370Z | Checking uuid v1.20.0 |
| 628 | 2026-05-11T17:21:03.384Z | Checking cpufeatures v0.3.0 |
| 629 | 2026-05-11T17:21:03.421Z | Checking http v0.2.12 |
| 630 | 2026-05-11T17:21:03.449Z | Checking litemap v0.8.1 |
| 631 | 2026-05-11T17:21:03.480Z | Checking block-buffer v0.10.4 |
| 632 | 2026-05-11T17:21:03.603Z | Checking crypto-common v0.1.7 |
| 633 | 2026-05-11T17:21:03.652Z | Checking writeable v0.6.2 |
| 634 | 2026-05-11T17:21:03.712Z | Checking digest v0.10.7 |
| 635 | 2026-05-11T17:21:03.784Z | Compiling serde_derive_internals v0.29.1 |
| 636 | 2026-05-11T17:21:03.805Z | Compiling schemars v0.8.22 |
| 637 | 2026-05-11T17:21:03.893Z | Compiling icu_normalizer_data v2.1.1 |
| 638 | 2026-05-11T17:21:03.927Z | Compiling serde_derive v1.0.228 |
| 639 | 2026-05-11T17:21:03.941Z | Compiling tokio-macros v2.6.0 |
| 640 | 2026-05-11T17:21:03.961Z | Compiling futures-macro v0.3.31 |
| 641 | 2026-05-11T17:21:04.036Z | Compiling tracing-attributes v0.1.31 |
| 642 | 2026-05-11T17:21:04.105Z | Compiling thiserror-impl v2.0.18 |
| 643 | 2026-05-11T17:21:04.206Z | Compiling zerofrom-derive v0.1.6 |
| 644 | 2026-05-11T17:21:04.503Z | Compiling yoke-derive v0.8.1 |
| 645 | 2026-05-11T17:21:04.649Z | Checking tokio v1.49.0 |
| 646 | 2026-05-11T17:21:04.760Z | Checking futures-util v0.3.31 |
| 647 | 2026-05-11T17:21:05.274Z | Checking tracing v0.1.44 |
| 648 | 2026-05-11T17:21:05.337Z | Compiling zerovec-derive v0.11.2 |
| 649 | 2026-05-11T17:21:05.402Z | Checking zerofrom v0.1.6 |
| 650 | 2026-05-11T17:21:05.514Z | Compiling displaydoc v0.2.5 |
| 651 | 2026-05-11T17:21:05.541Z | Checking yoke v0.8.1 |
| 652 | 2026-05-11T17:21:05.668Z | Compiling icu_properties_data v2.1.2 |
| 653 | 2026-05-11T17:21:05.708Z | Compiling schemars_derive v0.8.22 |
| 654 | 2026-05-11T17:21:05.933Z | Checking num-integer v0.1.46 |
| 655 | 2026-05-11T17:21:06.213Z | Checking zerotrie v0.2.3 |
| 656 | 2026-05-11T17:21:06.372Z | Checking zerovec v0.11.5 |
| 657 | 2026-05-11T17:21:06.393Z | Compiling openssl-src v300.5.5+3.5.5 |
| 658 | 2026-05-11T17:21:06.640Z | Compiling openssl-sys v0.9.111 |
| 659 | 2026-05-11T17:21:06.798Z | Checking tinystr v0.8.2 |
| 660 | 2026-05-11T17:21:06.848Z | Checking potential_utf v0.1.4 |
| 661 | 2026-05-11T17:21:06.934Z | Checking chrono v0.4.43 |
| 662 | 2026-05-11T17:21:06.967Z | Checking icu_locale_core v2.1.1 |
| 663 | 2026-05-11T17:21:06.980Z | Checking icu_collections v2.1.1 |
| 664 | 2026-05-11T17:21:07.104Z | Compiling serde_tokenstream v0.2.2 |
| 665 | 2026-05-11T17:21:07.439Z | Compiling slog v2.8.2 |
| 666 | 2026-05-11T17:21:07.507Z | Checking icu_provider v2.1.1 |
| 667 | 2026-05-11T17:21:07.523Z | Checking mime v0.3.17 |
| 668 | 2026-05-11T17:21:07.565Z | Checking tokio-util v0.7.18 |
| 669 | 2026-05-11T17:21:07.593Z | Checking tower v0.5.3 |
| 670 | 2026-05-11T17:21:07.697Z | Compiling heck v0.5.0 |
| 671 | 2026-05-11T17:21:07.742Z | Checking icu_properties v2.1.2 |
| 672 | 2026-05-11T17:21:07.767Z | Checking icu_normalizer v2.1.1 |
| 673 | 2026-05-11T17:21:07.862Z | Checking erased-serde v0.3.31 |
| 674 | 2026-05-11T17:21:07.891Z | Checking either v1.15.0 |
| 675 | 2026-05-11T17:21:07.969Z | Checking utf8_iter v1.0.4 |
| 676 | 2026-05-11T17:21:07.972Z | Checking h2 v0.4.13 |
| 677 | 2026-05-11T17:21:08.067Z | Compiling openssl v0.10.75 |
| 678 | 2026-05-11T17:21:08.070Z | Checking foreign-types-shared v0.1.1 |
| 679 | 2026-05-11T17:21:08.091Z | Checking http-body v0.4.6 |
| 680 | 2026-05-11T17:21:08.155Z | Checking foreign-types v0.3.2 |
| 681 | 2026-05-11T17:21:08.209Z | Compiling openssl-macros v0.1.1 |
| 682 | 2026-05-11T17:21:08.222Z | Checking encoding_rs v0.8.35 |
| 683 | 2026-05-11T17:21:08.280Z | Compiling native-tls v0.2.14 |
| 684 | 2026-05-11T17:21:08.317Z | Checking winnow v0.7.14 |
| 685 | 2026-05-11T17:21:08.481Z | Checking cpufeatures v0.2.17 |
| 686 | 2026-05-11T17:21:08.513Z | Checking serde_urlencoded v0.7.1 |
| 687 | 2026-05-11T17:21:08.543Z | Checking idna_adapter v1.2.1 |
| 688 | 2026-05-11T17:21:08.557Z | Checking aho-corasick v1.1.4 |
| 689 | 2026-05-11T17:21:08.640Z | Checking outref v0.5.2 |
| 690 | 2026-05-11T17:21:08.656Z | Checking idna v1.1.0 |
| 691 | 2026-05-11T17:21:08.710Z | Checking regex-syntax v0.8.8 |
| 692 | 2026-05-11T17:21:08.731Z | Checking dyn-clone v1.0.20 |
| 693 | 2026-05-11T17:21:08.834Z | Checking openssl-probe v0.1.6 |
| 694 | 2026-05-11T17:21:08.884Z | Checking url v2.5.8 |
| 695 | 2026-05-11T17:21:08.935Z | Checking vsimd v0.8.0 |
| 696 | 2026-05-11T17:21:09.207Z | Checking bytes-utils v0.1.4 |
| 697 | 2026-05-11T17:21:09.289Z | Checking base64-simd v0.8.0 |
| 698 | 2026-05-11T17:21:09.406Z | Checking thread_local v1.1.9 |
| 699 | 2026-05-11T17:21:09.493Z | Checking aws-smithy-types v1.4.7 |
| 700 | 2026-05-11T17:21:09.562Z | Compiling cmake v0.1.57 |
| 701 | 2026-05-11T17:21:09.692Z | Checking is-terminal v0.4.17 |
| 702 | 2026-05-11T17:21:09.785Z | Checking term v1.2.1 |
| 703 | 2026-05-11T17:21:09.824Z | Checking hyper v1.8.1 |
| 704 | 2026-05-11T17:21:09.843Z | Checking iri-string v0.7.10 |
| 705 | 2026-05-11T17:21:09.939Z | Compiling fs_extra v1.3.0 |
| 706 | 2026-05-11T17:21:09.953Z | Compiling dunce v1.0.5 |
| 707 | 2026-05-11T17:21:10.004Z | Checking slog-term v2.9.2 |
| 708 | 2026-05-11T17:21:10.035Z | Checking regex-automata v0.4.13 |
| 709 | 2026-05-11T17:21:10.194Z | Compiling aws-lc-sys v0.37.0 |
| 710 | 2026-05-11T17:21:10.454Z | Checking fastrand v2.3.0 |
| 711 | 2026-05-11T17:21:10.716Z | Checking hyper-util v0.1.19 |
| 712 | 2026-05-11T17:21:10.835Z | Checking serde_spanned v0.6.9 |
| 713 | 2026-05-11T17:21:10.849Z | Checking tower-http v0.6.8 |
| 714 | 2026-05-11T17:21:10.964Z | Checking toml_datetime v0.6.11 |
| 715 | 2026-05-11T17:21:11.119Z | Compiling zerocopy-derive v0.8.37 |
| 716 | 2026-05-11T17:21:11.145Z | Checking rand_core v0.6.4 |
| 717 | 2026-05-11T17:21:11.409Z | Checking regex v1.12.2 |
| 718 | 2026-05-11T17:21:11.538Z | Checking match_cfg v0.1.0 |
| 719 | 2026-05-11T17:21:11.602Z | Checking hostname v0.3.1 |
| 720 | 2026-05-11T17:21:11.687Z | Checking slog-json v2.6.1 |
| 721 | 2026-05-11T17:21:11.701Z | Compiling regress v0.10.5 |
| 722 | 2026-05-11T17:21:11.769Z | Checking aws-smithy-async v1.2.14 |
| 723 | 2026-05-11T17:21:11.834Z | Checking openapiv3 v2.2.0 |
| 724 | 2026-05-11T17:21:11.975Z | Compiling aws-smithy-runtime-api-macros v1.0.0 |
| 725 | 2026-05-11T17:21:12.412Z | Checking hybrid-array v0.4.12 |
| 726 | 2026-05-11T17:21:12.431Z | Checking rand_core v0.10.1 |
| 727 | 2026-05-11T17:21:12.445Z | Compiling aws-lc-rs v1.15.4 |
| 728 | 2026-05-11T17:21:12.655Z | Compiling getrandom v0.4.2 |
| 729 | 2026-05-11T17:21:12.731Z | Checking aws-smithy-runtime-api v1.12.0 |
| 730 | 2026-05-11T17:21:12.744Z | Checking slog-bunyan v2.5.0 |
| 731 | 2026-05-11T17:21:12.839Z | Checking futures-executor v0.3.31 |
| 732 | 2026-05-11T17:21:12.852Z | Checking toml_write v0.1.2 |
| 733 | 2026-05-11T17:21:12.921Z | Checking const-oid v0.9.6 |
| 734 | 2026-05-11T17:21:12.981Z | Checking cmov v0.5.3 |
| 735 | 2026-05-11T17:21:13.008Z | Checking toml_edit v0.22.27 |
| 736 | 2026-05-11T17:21:13.055Z | Checking der v0.6.1 |
| 737 | 2026-05-11T17:21:13.076Z | Checking futures v0.3.31 |
| 738 | 2026-05-11T17:21:13.149Z | Compiling typify-impl v0.4.3 |
| 739 | 2026-05-11T17:21:13.162Z | Checking ctutils v0.4.2 |
| 740 | 2026-05-11T17:21:13.444Z | Checking crypto-common v0.2.1 |
| 741 | 2026-05-11T17:21:13.484Z | Checking block-buffer v0.12.0 |
| 742 | 2026-05-11T17:21:13.563Z | Checking chacha20 v0.10.0 |
| 743 | 2026-05-11T17:21:13.620Z | Compiling ident_case v1.0.1 |
| 744 | 2026-05-11T17:21:13.758Z | Checking const-oid v0.10.2 |
| 745 | 2026-05-11T17:21:13.841Z | Compiling crc32fast v1.5.0 |
| 746 | 2026-05-11T17:21:13.909Z | Checking base64ct v1.8.3 |
| 747 | 2026-05-11T17:21:13.922Z | Checking digest v0.11.3 |
| 748 | 2026-05-11T17:21:14.065Z | Checking toml v0.8.23 |
| 749 | 2026-05-11T17:21:14.079Z | Checking rand v0.10.1 |
| 750 | 2026-05-11T17:21:14.116Z | Checking spki v0.6.0 |
| 751 | 2026-05-11T17:21:14.173Z | Compiling rustls v0.21.12 |
| 752 | 2026-05-11T17:21:14.252Z | Compiling unicase v2.9.0 |
| 753 | 2026-05-11T17:21:14.368Z | Compiling ucd-trie v0.1.7 |
| 754 | 2026-05-11T17:21:14.433Z | Compiling zerocopy v0.8.37 |
| 755 | 2026-05-11T17:21:14.521Z | Compiling rustls v0.23.36 |
| 756 | 2026-05-11T17:21:14.592Z | Checking rusty_ulid v2.0.0 (https://github.com/huxi/rusty_ulid#f2390586) |
| 757 | 2026-05-11T17:21:14.751Z | Compiling pest v2.8.5 |
| 758 | 2026-05-11T17:21:14.791Z | Compiling new_mime_guess v4.0.4 |
| 759 | 2026-05-11T17:21:14.879Z | Checking pkcs8 v0.9.0 |
| 760 | 2026-05-11T17:21:15.153Z | Checking crypto-bigint v0.4.9 |
| 761 | 2026-05-11T17:21:15.304Z | Checking ff v0.12.1 |
| 762 | 2026-05-11T17:21:15.419Z | Checking sha1 v0.10.6 |
| 763 | 2026-05-11T17:21:15.566Z | Checking sct v0.7.1 |
| 764 | 2026-05-11T17:21:15.579Z | Checking rustls-webpki v0.101.7 |
| 765 | 2026-05-11T17:21:16.064Z | Checking base16ct v0.1.1 |
| 766 | 2026-05-11T17:21:16.189Z | Compiling crossbeam-utils v0.8.21 |
| 767 | 2026-05-11T17:21:16.249Z | Checking sec1 v0.3.0 |
| 768 | 2026-05-11T17:21:16.496Z | Compiling typify-macro v0.4.3 |
| 769 | 2026-05-11T17:21:16.509Z | Compiling pest_meta v2.8.5 |
| 770 | 2026-05-11T17:21:17.235Z | Checking group v0.12.1 |
| 771 | 2026-05-11T17:21:17.364Z | Checking aws-smithy-eventstream v0.60.20 |
| 772 | 2026-05-11T17:21:17.928Z | Compiling typify v0.4.3 |
| 773 | 2026-05-11T17:21:17.962Z | Checking h2 v0.3.27 |
| 774 | 2026-05-11T17:21:18.018Z | Checking hmac v0.12.1 |
| 775 | 2026-05-11T17:21:18.118Z | Checking socket2 v0.5.10 |
| 776 | 2026-05-11T17:21:18.144Z | Compiling camino v1.2.2 |
| 777 | 2026-05-11T17:21:18.357Z | Compiling rustls v0.22.4 |
| 778 | 2026-05-11T17:21:18.563Z | Checking openssl-probe v0.2.1 |
| 779 | 2026-05-11T17:21:18.566Z | Compiling unsafe-libyaml v0.2.11 |
| 780 | 2026-05-11T17:21:18.667Z | Checking rustls-native-certs v0.8.3 |
| 781 | 2026-05-11T17:21:18.834Z | Checking rfc6979 v0.3.1 |
| 782 | 2026-05-11T17:21:18.974Z | Checking tokio-rustls v0.24.1 |
| 783 | 2026-05-11T17:21:19.023Z | Checking aws-smithy-http v0.63.6 |
| 784 | 2026-05-11T17:21:19.159Z | Compiling serde_yaml v0.9.34+deprecated |
| 785 | 2026-05-11T17:21:19.232Z | Compiling progenitor-impl v0.11.2 |
| 786 | 2026-05-11T17:21:19.309Z | Checking elliptic-curve v0.12.3 |
| 787 | 2026-05-11T17:21:19.312Z | Compiling pest_generator v2.8.5 |
| 788 | 2026-05-11T17:21:19.710Z | Checking hyper v0.14.32 |
| 789 | 2026-05-11T17:21:19.914Z | Checking signature v1.6.4 |
| 790 | 2026-05-11T17:21:19.960Z | Checking rustls-webpki v0.102.8 |
| 791 | 2026-05-11T17:21:20.032Z | Compiling rustc_version v0.4.1 |
| 792 | 2026-05-11T17:21:20.311Z | Compiling multer v3.1.0 |
| 793 | 2026-05-11T17:21:20.324Z | Compiling paste v1.0.15 |
| 794 | 2026-05-11T17:21:20.398Z | Compiling slog-async v2.8.0 |
| 795 | 2026-05-11T17:21:20.575Z | Compiling aws-types v1.3.15 |
| 796 | 2026-05-11T17:21:20.654Z | Checking ecdsa v0.14.8 |
| 797 | 2026-05-11T17:21:20.726Z | Compiling pest_derive v2.8.5 |
| 798 | 2026-05-11T17:21:20.834Z | Checking crossbeam-channel v0.5.15 |
| 799 | 2026-05-11T17:21:21.208Z | Checking sha2 v0.11.0 |
| 800 | 2026-05-11T17:21:21.339Z | Compiling progenitor-macro v0.11.2 |
| 801 | 2026-05-11T17:21:21.399Z | Checking aws-credential-types v1.2.14 |
| 802 | 2026-05-11T17:21:21.607Z | Checking buildomat-types v0.0.0 (/work/oxidecomputer/buildomat/types) |
| 803 | 2026-05-11T17:21:21.621Z | Checking hyper-rustls v0.24.2 |
| 804 | 2026-05-11T17:21:21.739Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 805 | 2026-05-11T17:21:21.756Z | Checking sha2 v0.10.9 |
| 806 | 2026-05-11T17:21:21.809Z | Compiling async-stream-impl v0.3.6 |
| 807 | 2026-05-11T17:21:21.893Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 808 | 2026-05-11T17:21:21.959Z | Checking serde_spanned v1.0.4 |
| 809 | 2026-05-11T17:21:21.989Z | Compiling dropshot v0.16.7 |
| 810 | 2026-05-11T17:21:22.057Z | Checking take_mut v0.2.2 |
| 811 | 2026-05-11T17:21:22.084Z | Checking spin v0.9.8 |
| 812 | 2026-05-11T17:21:22.157Z | Checking hex v0.4.3 |
| 813 | 2026-05-11T17:21:22.193Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 814 | 2026-05-11T17:21:22.365Z | Checking toml v0.9.11+spec-1.1.0 |
| 815 | 2026-05-11T17:21:22.401Z | Checking async-stream v0.3.6 |
| 816 | 2026-05-11T17:21:22.459Z | Checking p256 v0.11.1 |
| 817 | 2026-05-11T17:21:22.515Z | Checking tokio-rustls v0.25.0 |
| 818 | 2026-05-11T17:21:22.570Z | Checking buildomat-common v0.0.0 (/work/oxidecomputer/buildomat/common) |
| 819 | 2026-05-11T17:21:22.699Z | Checking hmac v0.13.0 |
| 820 | 2026-05-11T17:21:22.727Z | Checking aws-smithy-observability v0.2.6 |
| 821 | 2026-05-11T17:21:22.797Z | Checking crypto-bigint v0.5.5 |
| 822 | 2026-05-11T17:21:22.836Z | Compiling dropshot_endpoint v0.16.7 |
| 823 | 2026-05-11T17:21:22.897Z | Compiling async-trait v0.1.89 |
| 824 | 2026-05-11T17:21:22.924Z | Checking waitgroup v0.1.2 |
| 825 | 2026-05-11T17:21:23.019Z | Checking rustls-pemfile v2.2.0 |
| 826 | 2026-05-11T17:21:23.033Z | Checking serde_path_to_error v0.1.20 |
| 827 | 2026-05-11T17:21:23.155Z | Compiling ahash v0.8.12 |
| 828 | 2026-05-11T17:21:23.295Z | Checking hostname v0.4.2 |
| 829 | 2026-05-11T17:21:23.391Z | Checking debug-ignore v1.0.5 |
| 830 | 2026-05-11T17:21:23.603Z | Checking aws-sigv4 v1.4.3 |
| 831 | 2026-05-11T17:21:23.692Z | Compiling scroll_derive v0.13.1 |
| 832 | 2026-05-11T17:21:23.830Z | Checking byteorder v1.5.0 |
| 833 | 2026-05-11T17:21:23.971Z | Compiling usdt-impl v0.6.0 |
| 834 | 2026-05-11T17:21:24.193Z | Compiling dtrace-parser v0.3.0 |
| 835 | 2026-05-11T17:21:24.225Z | Compiling darling_core v0.20.11 |
| 836 | 2026-05-11T17:21:24.488Z | Checking scroll v0.13.0 |
| 837 | 2026-05-11T17:21:24.730Z | Checking aws-smithy-json v0.62.5 |
| 838 | 2026-05-11T17:21:24.851Z | Compiling libsqlite3-sys v0.30.1 |
| 839 | 2026-05-11T17:21:24.960Z | Compiling thread-id v5.1.0 |
| 840 | 2026-05-11T17:21:25.047Z | Compiling thiserror v1.0.69 |
| 841 | 2026-05-11T17:21:25.254Z | Checking plain v0.2.3 |
| 842 | 2026-05-11T17:21:25.356Z | Checking regex-lite v0.1.8 |
| 843 | 2026-05-11T17:21:25.417Z | Compiling heck v0.4.1 |
| 844 | 2026-05-11T17:21:25.502Z | Compiling rustix v1.1.3 |
| 845 | 2026-05-11T17:21:26.030Z | Checking goblin v0.10.4 |
| 846 | 2026-05-11T17:21:26.193Z | Compiling darling_macro v0.20.11 |
| 847 | 2026-05-11T17:21:26.197Z | Checking hashbrown v0.14.5 |
| 848 | 2026-05-11T17:21:26.384Z | Compiling dof v0.4.0 |
| 849 | 2026-05-11T17:21:26.658Z | Checking tokio-stream v0.1.18 |
| 850 | 2026-05-11T17:21:26.705Z | Compiling thiserror-impl v1.0.69 |
| 851 | 2026-05-11T17:21:26.774Z | Checking unicode-width v0.2.2 |
| 852 | 2026-05-11T17:21:27.019Z | Checking xmlparser v0.13.6 |
| 853 | 2026-05-11T17:21:27.083Z | Checking pretty-hex v0.4.1 |
| 854 | 2026-05-11T17:21:27.243Z | Checking aws-smithy-xml v0.60.15 |
| 855 | 2026-05-11T17:21:27.454Z | Compiling darling v0.20.11 |
| 856 | 2026-05-11T17:21:27.496Z | Checking hashlink v0.9.1 |
| 857 | 2026-05-11T17:21:27.701Z | Checking crc-catalog v2.4.0 |
| 858 | 2026-05-11T17:21:27.744Z | Checking fallible-streaming-iterator v0.1.9 |
| 859 | 2026-05-11T17:21:27.788Z | Checking fallible-iterator v0.3.0 |
| 860 | 2026-05-11T17:21:27.870Z | Checking crc v3.3.0 |
| 861 | 2026-05-11T17:21:27.916Z | Compiling sea-query-derive v0.4.3 |
| 862 | 2026-05-11T17:21:28.035Z | Compiling usdt-attr-macro v0.6.0 |
| 863 | 2026-05-11T17:21:28.049Z | Compiling usdt-macro v0.6.0 |
| 864 | 2026-05-11T17:21:28.138Z | Checking tempfile v3.24.0 |
| 865 | 2026-05-11T17:21:28.332Z | Compiling inherent v1.0.13 |
| 866 | 2026-05-11T17:21:28.679Z | Checking memmap2 v0.9.9 |
| 867 | 2026-05-11T17:21:28.701Z | Checking atty v0.2.14 |
| 868 | 2026-05-11T17:21:28.730Z | Checking utf8-width v0.1.8 |
| 869 | 2026-05-11T17:21:28.789Z | Checking getopts v0.2.24 |
| 870 | 2026-05-11T17:21:28.810Z | Checking html-escape v0.2.13 |
| 871 | 2026-05-11T17:21:28.835Z | Checking winnow v0.5.40 |
| 872 | 2026-05-11T17:21:28.867Z | Checking sea-query v0.32.7 |
| 873 | 2026-05-11T17:21:28.969Z | Checking buildomat-sse v0.0.0 (/work/oxidecomputer/buildomat/sse) |
| 874 | 2026-05-11T17:21:29.176Z | Checking urlencoding v2.1.3 |
| 875 | 2026-05-11T17:21:29.190Z | Checking usdt v0.6.0 |
| 876 | 2026-05-11T17:21:29.256Z | Compiling syn v1.0.109 |
| 877 | 2026-05-11T17:21:29.300Z | Checking spin v0.10.0 |
| 878 | 2026-05-11T17:21:29.342Z | Checking aws-smithy-query v0.60.15 |
| 879 | 2026-05-11T17:21:29.450Z | Checking crc-fast v1.9.0 |
| 880 | 2026-05-11T17:21:29.453Z | Checking ansi-to-html v0.2.2 |
| 881 | 2026-05-11T17:21:29.607Z | Checking sha1 v0.11.0 |
| 882 | 2026-05-11T17:21:29.643Z | Checking md-5 v0.11.0 |
| 883 | 2026-05-11T17:21:29.677Z | Compiling strum_macros v0.27.2 |
| 884 | 2026-05-11T17:21:29.803Z | Compiling strsim v0.11.1 |
| 885 | 2026-05-11T17:21:30.030Z | Checking toml_edit v0.20.7 |
| 886 | 2026-05-11T17:21:30.100Z | Compiling darling_core v0.21.3 |
| 887 | 2026-05-11T17:21:30.735Z | Checking rusqlite v0.32.1 |
| 888 | 2026-05-11T17:21:31.051Z | Checking rust-toolchain-file v0.1.1 |
| 889 | 2026-05-11T17:21:31.262Z | Checking num-bigint v0.4.6 |
| 890 | 2026-05-11T17:21:31.324Z | Checking aws-smithy-checksums v0.64.7 |
| 891 | 2026-05-11T17:21:31.341Z | Checking sea-query-rusqlite v0.7.0 |
| 892 | 2026-05-11T17:21:31.466Z | Checking jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#10a38b25) |
| 893 | 2026-05-11T17:21:31.479Z | Checking strum v0.27.2 |
| 894 | 2026-05-11T17:21:31.524Z | Checking lru v0.16.4 |
| 895 | 2026-05-11T17:21:31.631Z | Checking buildomat-database v0.0.0 (/work/oxidecomputer/buildomat/database) |
| 896 | 2026-05-11T17:21:31.680Z | Checking pem v3.0.6 |
| 897 | 2026-05-11T17:21:31.833Z | Compiling proc-macro-error-attr v1.0.4 |
| 898 | 2026-05-11T17:21:31.894Z | Checking lazy_static v1.5.0 |
| 899 | 2026-05-11T17:21:31.987Z | Checking parse_link_header v0.3.3 |
| 900 | 2026-05-11T17:21:32.051Z | Checking simple_asn1 v0.6.3 |
| 901 | 2026-05-11T17:21:32.096Z | Compiling zerocopy-derive v0.6.6 |
| 902 | 2026-05-11T17:21:32.117Z | Compiling proc-macro-error v1.0.4 |
| 903 | 2026-05-11T17:21:32.171Z | Checking http-range v0.1.5 |
| 904 | 2026-05-11T17:21:32.174Z | Compiling darling_macro v0.21.3 |
| 905 | 2026-05-11T17:21:32.254Z | Checking jsonwebtoken v9.3.1 |
| 906 | 2026-05-11T17:21:32.442Z | Checking hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 907 | 2026-05-11T17:21:32.632Z | Checking buildomat-github-hooktypes v0.0.0 (/work/oxidecomputer/buildomat/github/hooktypes) |
| 908 | 2026-05-11T17:21:32.707Z | Compiling darling v0.21.3 |
| 909 | 2026-05-11T17:21:32.760Z | Compiling num-derive v0.3.3 |
| 910 | 2026-05-11T17:21:32.788Z | Compiling serde_with_macros v3.16.1 |
| 911 | 2026-05-11T17:21:32.947Z | Checking zerocopy v0.6.6 |
| 912 | 2026-05-11T17:21:32.991Z | Compiling serde_repr v0.1.20 |
| 913 | 2026-05-11T17:21:33.050Z | Checking minimal-lexical v0.2.1 |
| 914 | 2026-05-11T17:21:33.225Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 915 | 2026-05-11T17:21:33.250Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 916 | 2026-05-11T17:21:33.400Z | Checking base64 v0.21.7 |
| 917 | 2026-05-11T17:21:33.424Z | Checking nom v7.1.3 |
| 918 | 2026-05-11T17:21:33.537Z | Compiling zone_cfg_derive v0.3.1 |
| 919 | 2026-05-11T17:21:33.582Z | Checking libscf-sys v1.1.0 |
| 920 | 2026-05-11T17:21:33.626Z | Checking ron v0.8.1 |
| 921 | 2026-05-11T17:21:33.700Z | Checking console v0.16.3 |
| 922 | 2026-05-11T17:21:33.838Z | Compiling proc-macro-crate v3.4.0 |
| 923 | 2026-05-11T17:21:33.986Z | Checking serde_with v3.16.1 |
| 924 | 2026-05-11T17:21:34.117Z | Checking itertools v0.12.1 |
| 925 | 2026-05-11T17:21:34.131Z | Checking dirs-sys-next v0.1.2 |
| 926 | 2026-05-11T17:21:34.144Z | Checking vte v0.14.1 |
| 927 | 2026-05-11T17:21:34.245Z | Checking shell-words v1.1.1 |
| 928 | 2026-05-11T17:21:34.261Z | Compiling num_enum_derive v0.7.5 |
| 929 | 2026-05-11T17:21:34.288Z | Checking libdevinfo-sys v1.1.0 |
| 930 | 2026-05-11T17:21:34.354Z | Checking rustc-hash v2.1.1 |
| 931 | 2026-05-11T17:21:34.459Z | Checking debug_parser v0.1.4 |
| 932 | 2026-05-11T17:21:34.472Z | Checking iddqd v0.3.17 |
| 933 | 2026-05-11T17:21:34.610Z | Checking dialoguer v0.12.0 |
| 934 | 2026-05-11T17:21:34.898Z | Checking strip-ansi-escapes v0.2.1 |
| 935 | 2026-05-11T17:21:34.999Z | Checking dirs-next v2.0.0 |
| 936 | 2026-05-11T17:21:35.044Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 937 | 2026-05-11T17:21:35.090Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs.git#72389b51) |
| 938 | 2026-05-11T17:21:35.103Z | Checking zone v0.3.1 |
| 939 | 2026-05-11T17:21:35.199Z | Checking sigpipe v0.1.3 |
| 940 | 2026-05-11T17:21:35.246Z | Checking buildomat-bunyan v0.0.0 (/work/oxidecomputer/buildomat/bunyan) |
| 941 | 2026-05-11T17:21:35.272Z | Checking hmac-sha256 v1.1.13 |
| 942 | 2026-05-11T17:21:35.284Z | Checking glob v0.3.3 |
| 943 | 2026-05-11T17:21:35.287Z | Checking num_enum v0.7.5 |
| 944 | 2026-05-11T17:21:35.409Z | Checking devinfo v0.1.0 |
| 945 | 2026-05-11T17:21:35.453Z | Checking xtask v0.0.0 (/work/oxidecomputer/buildomat/xtask) |
| 946 | 2026-05-11T17:21:41.446Z | Checking rustls-webpki v0.103.9 |
| 947 | 2026-05-11T17:21:43.976Z | Checking tokio-rustls v0.26.4 |
| 948 | 2026-05-11T17:21:44.178Z | Checking hyper-rustls v0.27.7 |
| 949 | 2026-05-11T17:21:44.368Z | Checking aws-smithy-http-client v1.1.12 |
| 950 | 2026-05-11T17:21:44.883Z | Checking aws-smithy-runtime v1.11.1 |
| 951 | 2026-05-11T17:21:46.258Z | Checking aws-runtime v1.7.3 |
| 952 | 2026-05-11T17:21:47.001Z | Checking aws-sdk-sso v1.98.0 |
| 953 | 2026-05-11T17:21:47.191Z | Checking aws-sdk-s3 v1.132.0 |
| 954 | 2026-05-11T17:21:47.363Z | Checking aws-sdk-sts v1.103.0 |
| 955 | 2026-05-11T17:21:47.721Z | Checking aws-sdk-ssooidc v1.100.0 |
| 956 | 2026-05-11T17:21:47.779Z | Checking aws-sdk-ec2 v1.225.0 |
| 957 | 2026-05-11T17:21:48.725Z | Checking aws-config v1.8.16 |
| 958 | 2026-05-11T17:21:50.370Z | Checking buildomat-aws v0.0.0 (/work/oxidecomputer/buildomat/aws) |
| 959 | 2026-05-11T17:21:59.307Z | Checking tokio-native-tls v0.3.1 |
| 960 | 2026-05-11T17:21:59.445Z | Checking hyper-tls v0.6.0 |
| 961 | 2026-05-11T17:21:59.593Z | Checking reqwest v0.12.28 |
| 962 | 2026-05-11T17:22:00.154Z | Checking progenitor-client v0.11.2 |
| 963 | 2026-05-11T17:22:00.157Z | Checking octorust v0.1.34 (https://github.com/oxidecomputer/third-party-api-clients?branch=jclulow#6a1cb318) |
| 964 | 2026-05-11T17:22:00.185Z | Checking buildomat-download v0.0.0 (/work/oxidecomputer/buildomat/download) |
| 965 | 2026-05-11T17:22:00.384Z | Checking progenitor v0.11.2 |
| 966 | 2026-05-11T17:22:00.501Z | Checking buildomat-client v0.0.0 (/work/oxidecomputer/buildomat/client) |
| 967 | 2026-05-11T17:22:00.597Z | Checking buildomat-server v0.0.0 (/work/oxidecomputer/buildomat/server) |
| 968 | 2026-05-11T17:22:04.426Z | Checking buildomat-jobsh v0.0.0 (/work/oxidecomputer/buildomat/jobsh) |
| 969 | 2026-05-11T17:22:04.426Z | Checking buildomat-factory-lab v0.0.0 (/work/oxidecomputer/buildomat/factory/lab) |
| 970 | 2026-05-11T17:22:04.429Z | Checking buildomat v0.0.0 (/work/oxidecomputer/buildomat/bin) |
| 971 | 2026-05-11T17:22:04.429Z | Checking buildomat-factory-gimlet v0.0.0 (/work/oxidecomputer/buildomat/factory/gimlet) |
| 972 | 2026-05-11T17:22:05.009Z | Checking buildomat-github-database v0.0.0 (/work/oxidecomputer/buildomat/github/database) |
| 973 | 2026-05-11T17:22:05.051Z | Checking buildomat-github-testdata v0.0.0 (/work/oxidecomputer/buildomat/github/testdata) |
| 974 | 2026-05-11T17:22:05.752Z | Checking buildomat-github-dbtool v0.0.0 (/work/oxidecomputer/buildomat/github/dbtool) |
| 975 | 2026-05-11T17:22:05.769Z | Checking buildomat-agent v0.0.0 (/work/oxidecomputer/buildomat/agent) |
| 976 | 2026-05-11T17:22:05.926Z | Checking buildomat-factory-propolis v0.0.0 (/work/oxidecomputer/buildomat/factory/propolis) |
| 977 | 2026-05-11T17:22:25.410Z | Checking buildomat-github-client v0.0.0 (/work/oxidecomputer/buildomat/github/client) |
| 978 | 2026-05-11T17:22:25.545Z | Checking buildomat-github-ghtool v0.0.0 (/work/oxidecomputer/buildomat/github/ghtool) |
| 979 | 2026-05-11T17:22:25.545Z | Checking buildomat-github-server v0.0.0 (/work/oxidecomputer/buildomat/github/server) |
| 980 | 2026-05-11T17:22:56.644Z | Checking buildomat-factory-aws v0.0.0 (/work/oxidecomputer/buildomat/factory/aws) |
| 981 | 2026-05-11T17:22:56.644Z | Checking xtask-setup v0.0.0 (/work/oxidecomputer/buildomat/xtask-setup) |
| 982 | 2026-05-11T17:22:57.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 983 | 2026-05-11T17:22:57.979Z | + banner test |
| 984 | 2026-05-11T17:22:57.982Z | |
| 985 | 2026-05-11T17:22:57.982Z | ##### ###### #### ##### |
| 986 | 2026-05-11T17:22:57.982Z | # # # # |
| 987 | 2026-05-11T17:22:57.982Z | # ##### #### # |
| 988 | 2026-05-11T17:22:57.982Z | # # # # |
| 989 | 2026-05-11T17:22:57.982Z | # # # # # |
| 990 | 2026-05-11T17:22:57.982Z | # ###### #### # |
| 991 | 2026-05-11T17:22:57.982Z | |
| 992 | 2026-05-11T17:22:57.982Z | + cargo test --locked --workspace |
| 993 | 2026-05-11T17:22:58.348Z | Compiling unicode-ident v1.0.22 |
| 994 | 2026-05-11T17:22:58.348Z | Compiling cfg-if v1.0.4 |
| 995 | 2026-05-11T17:22:58.348Z | Compiling itoa v1.0.17 |
| 996 | 2026-05-11T17:22:58.348Z | Compiling memchr v2.7.6 |
| 997 | 2026-05-11T17:22:58.351Z | Compiling libc v0.2.180 |
| 998 | 2026-05-11T17:22:58.351Z | Compiling serde_core v1.0.228 |
| 999 | 2026-05-11T17:22:58.409Z | Compiling bytes v1.11.1 |
| 1000 | 2026-05-11T17:22:58.412Z | Compiling smallvec v1.15.1 |
| 1001 | 2026-05-11T17:22:58.459Z | Compiling allocator-api2 v0.2.21 |
| 1002 | 2026-05-11T17:22:58.512Z | Compiling proc-macro2 v1.0.106 |
| 1003 | 2026-05-11T17:22:58.576Z | Compiling equivalent v1.0.2 |
| 1004 | 2026-05-11T17:22:58.602Z | Compiling pin-project-lite v0.2.16 |
| 1005 | 2026-05-11T17:22:58.652Z | Compiling fnv v1.0.7 |
| 1006 | 2026-05-11T17:22:58.688Z | Compiling jobserver v0.1.34 |
| 1007 | 2026-05-11T17:22:58.724Z | Compiling errno v0.3.14 |
| 1008 | 2026-05-11T17:22:58.737Z | Compiling scopeguard v1.2.0 |
| 1009 | 2026-05-11T17:22:58.760Z | Compiling parking_lot_core v0.9.12 |
| 1010 | 2026-05-11T17:22:58.834Z | Compiling quote v1.0.44 |
| 1011 | 2026-05-11T17:22:58.862Z | Compiling lock_api v0.4.14 |
| 1012 | 2026-05-11T17:22:58.995Z | Compiling syn v2.0.114 |
| 1013 | 2026-05-11T17:22:59.012Z | Compiling cc v1.2.55 |
| 1014 | 2026-05-11T17:22:59.054Z | Compiling parking_lot v0.12.5 |
| 1015 | 2026-05-11T17:22:59.057Z | Compiling signal-hook-registry v1.4.8 |
| 1016 | 2026-05-11T17:22:59.080Z | Compiling mio v1.1.1 |
| 1017 | 2026-05-11T17:22:59.114Z | Compiling socket2 v0.6.2 |
| 1018 | 2026-05-11T17:22:59.202Z | Compiling futures-core v0.3.31 |
| 1019 | 2026-05-11T17:22:59.336Z | Compiling once_cell v1.21.3 |
| 1020 | 2026-05-11T17:22:59.350Z | Compiling num-traits v0.2.19 |
| 1021 | 2026-05-11T17:22:59.444Z | Compiling futures-sink v0.3.31 |
| 1022 | 2026-05-11T17:22:59.536Z | Compiling foldhash v0.2.0 |
| 1023 | 2026-05-11T17:22:59.539Z | Compiling zeroize v1.8.2 |
| 1024 | 2026-05-11T17:22:59.549Z | Compiling pin-utils v0.1.0 |
| 1025 | 2026-05-11T17:22:59.563Z | Compiling http v1.4.0 |
| 1026 | 2026-05-11T17:22:59.608Z | Compiling slab v0.4.11 |
| 1027 | 2026-05-11T17:22:59.702Z | Compiling hashbrown v0.16.1 |
| 1028 | 2026-05-11T17:22:59.774Z | Compiling log v0.4.29 |
| 1029 | 2026-05-11T17:22:59.781Z | Compiling futures-channel v0.3.31 |
| 1030 | 2026-05-11T17:22:59.951Z | Compiling num-conv v0.2.0 |
| 1031 | 2026-05-11T17:22:59.965Z | Compiling time-core v0.1.8 |
| 1032 | 2026-05-11T17:22:59.985Z | Compiling powerfmt v0.2.0 |
| 1033 | 2026-05-11T17:23:00.073Z | Compiling zmij v1.0.18 |
| 1034 | 2026-05-11T17:23:00.101Z | Compiling time-macros v0.2.26 |
| 1035 | 2026-05-11T17:23:00.192Z | Compiling deranged v0.5.5 |
| 1036 | 2026-05-11T17:23:00.244Z | Compiling indexmap v2.13.0 |
| 1037 | 2026-05-11T17:23:00.277Z | Compiling futures-task v0.3.31 |
| 1038 | 2026-05-11T17:23:00.285Z | Compiling num_threads v0.1.7 |
| 1039 | 2026-05-11T17:23:00.335Z | Compiling futures-io v0.3.31 |
| 1040 | 2026-05-11T17:23:00.371Z | Compiling http-body v1.0.1 |
| 1041 | 2026-05-11T17:23:00.440Z | Compiling tracing-core v0.1.36 |
| 1042 | 2026-05-11T17:23:00.486Z | Compiling ryu v1.0.22 |
| 1043 | 2026-05-11T17:23:00.511Z | Compiling getrandom v0.2.17 |
| 1044 | 2026-05-11T17:23:00.561Z | Compiling http-body-util v0.1.3 |
| 1045 | 2026-05-11T17:23:00.660Z | Compiling typenum v1.20.0 |
| 1046 | 2026-05-11T17:23:00.686Z | Compiling subtle v2.6.1 |
| 1047 | 2026-05-11T17:23:00.788Z | Compiling rustls-pki-types v1.14.0 |
| 1048 | 2026-05-11T17:23:00.847Z | Compiling percent-encoding v2.3.2 |
| 1049 | 2026-05-11T17:23:00.859Z | Compiling httparse v1.10.1 |
| 1050 | 2026-05-11T17:23:01.037Z | Compiling serde_json v1.0.149 |
| 1051 | 2026-05-11T17:23:01.044Z | Compiling try-lock v0.2.5 |
| 1052 | 2026-05-11T17:23:01.082Z | Compiling tower-service v0.3.3 |
| 1053 | 2026-05-11T17:23:01.138Z | Compiling time v0.3.46 |
| 1054 | 2026-05-11T17:23:01.157Z | Compiling untrusted v0.9.0 |
| 1055 | 2026-05-11T17:23:01.168Z | Compiling want v0.3.1 |
| 1056 | 2026-05-11T17:23:01.175Z | Compiling ring v0.17.14 |
| 1057 | 2026-05-11T17:23:01.270Z | Compiling httpdate v1.0.3 |
| 1058 | 2026-05-11T17:23:01.279Z | Compiling atomic-waker v1.1.2 |
| 1059 | 2026-05-11T17:23:01.329Z | Compiling tower-layer v0.3.3 |
| 1060 | 2026-05-11T17:23:01.393Z | Compiling base64 v0.22.1 |
| 1061 | 2026-05-11T17:23:01.441Z | Compiling getrandom v0.3.4 |
| 1062 | 2026-05-11T17:23:01.479Z | Compiling ipnet v2.11.0 |
| 1063 | 2026-05-11T17:23:01.493Z | Compiling generic-array v0.14.7 |
| 1064 | 2026-05-11T17:23:01.582Z | Compiling stable_deref_trait v1.2.1 |
| 1065 | 2026-05-11T17:23:01.655Z | Compiling form_urlencoded v1.2.2 |
| 1066 | 2026-05-11T17:23:01.716Z | Compiling synstructure v0.13.2 |
| 1067 | 2026-05-11T17:23:01.827Z | Compiling iana-time-zone v0.1.65 |
| 1068 | 2026-05-11T17:23:01.948Z | Compiling bitflags v2.10.0 |
| 1069 | 2026-05-11T17:23:01.997Z | Compiling anyhow v1.0.100 |
| 1070 | 2026-05-11T17:23:02.041Z | Compiling crypto-common v0.1.7 |
| 1071 | 2026-05-11T17:23:02.158Z | Compiling block-buffer v0.10.4 |
| 1072 | 2026-05-11T17:23:02.164Z | Compiling uuid v1.20.0 |
| 1073 | 2026-05-11T17:23:02.175Z | Compiling sync_wrapper v1.0.2 |
| 1074 | 2026-05-11T17:23:02.206Z | Compiling cpufeatures v0.3.0 |
| 1075 | 2026-05-11T17:23:02.270Z | Compiling digest v0.10.7 |
| 1076 | 2026-05-11T17:23:02.270Z | Compiling writeable v0.6.2 |
| 1077 | 2026-05-11T17:23:02.283Z | Compiling litemap v0.8.1 |
| 1078 | 2026-05-11T17:23:02.374Z | Compiling serde_derive_internals v0.29.1 |
| 1079 | 2026-05-11T17:23:02.454Z | Compiling http v0.2.12 |
| 1080 | 2026-05-11T17:23:02.462Z | Compiling winnow v0.7.14 |
| 1081 | 2026-05-11T17:23:02.469Z | Compiling dyn-clone v1.0.20 |
| 1082 | 2026-05-11T17:23:02.552Z | Compiling icu_normalizer_data v2.1.1 |
| 1083 | 2026-05-11T17:23:02.597Z | Compiling icu_properties_data v2.1.2 |
| 1084 | 2026-05-11T17:23:02.621Z | Compiling num-integer v0.1.46 |
| 1085 | 2026-05-11T17:23:02.723Z | Compiling openssl-src v300.5.5+3.5.5 |
| 1086 | 2026-05-11T17:23:02.734Z | Compiling heck v0.5.0 |
| 1087 | 2026-05-11T17:23:02.901Z | Compiling serde_derive v1.0.228 |
| 1088 | 2026-05-11T17:23:02.943Z | Compiling tokio-macros v2.6.0 |
| 1089 | 2026-05-11T17:23:02.965Z | Compiling futures-macro v0.3.31 |
| 1090 | 2026-05-11T17:23:02.981Z | Compiling tracing-attributes v0.1.31 |
| 1091 | 2026-05-11T17:23:03.090Z | Compiling thiserror-impl v2.0.18 |
| 1092 | 2026-05-11T17:23:03.410Z | Compiling zerofrom-derive v0.1.6 |
| 1093 | 2026-05-11T17:23:03.666Z | Compiling tokio v1.49.0 |
| 1094 | 2026-05-11T17:23:03.766Z | Compiling futures-util v0.3.31 |
| 1095 | 2026-05-11T17:23:03.912Z | Compiling yoke-derive v0.8.1 |
| 1096 | 2026-05-11T17:23:04.170Z | Compiling tracing v0.1.44 |
| 1097 | 2026-05-11T17:23:04.298Z | Compiling thiserror v2.0.18 |
| 1098 | 2026-05-11T17:23:04.395Z | Compiling zerovec-derive v0.11.2 |
| 1099 | 2026-05-11T17:23:04.403Z | Compiling displaydoc v0.2.5 |
| 1100 | 2026-05-11T17:23:04.570Z | Compiling zerofrom v0.1.6 |
| 1101 | 2026-05-11T17:23:04.687Z | Compiling schemars_derive v0.8.22 |
| 1102 | 2026-05-11T17:23:04.973Z | Compiling yoke v0.8.1 |
| 1103 | 2026-05-11T17:23:05.139Z | Compiling zerotrie v0.2.3 |
| 1104 | 2026-05-11T17:23:05.150Z | Compiling openssl-sys v0.9.111 |
| 1105 | 2026-05-11T17:23:05.517Z | Compiling zerovec v0.11.5 |
| 1106 | 2026-05-11T17:23:05.554Z | Compiling serde v1.0.228 |
| 1107 | 2026-05-11T17:23:05.877Z | Compiling mime v0.3.17 |
| 1108 | 2026-05-11T17:23:06.016Z | Compiling chrono v0.4.43 |
| 1109 | 2026-05-11T17:23:06.046Z | Compiling tinystr v0.8.2 |
| 1110 | 2026-05-11T17:23:06.067Z | Compiling potential_utf v0.1.4 |
| 1111 | 2026-05-11T17:23:06.142Z | Compiling serde_tokenstream v0.2.2 |
| 1112 | 2026-05-11T17:23:06.162Z | Compiling erased-serde v0.3.31 |
| 1113 | 2026-05-11T17:23:06.231Z | Compiling icu_locale_core v2.1.1 |
| 1114 | 2026-05-11T17:23:06.243Z | Compiling icu_collections v2.1.1 |
| 1115 | 2026-05-11T17:23:06.646Z | Compiling utf8_iter v1.0.4 |
| 1116 | 2026-05-11T17:23:06.746Z | Compiling slog v2.8.2 |
| 1117 | 2026-05-11T17:23:06.789Z | Compiling cpufeatures v0.2.17 |
| 1118 | 2026-05-11T17:23:06.856Z | Compiling icu_provider v2.1.1 |
| 1119 | 2026-05-11T17:23:06.972Z | Compiling either v1.15.0 |
| 1120 | 2026-05-11T17:23:07.148Z | Compiling tokio-util v0.7.18 |
| 1121 | 2026-05-11T17:23:07.151Z | Compiling tower v0.5.3 |
| 1122 | 2026-05-11T17:23:07.151Z | Compiling icu_properties v2.1.2 |
| 1123 | 2026-05-11T17:23:07.166Z | Compiling icu_normalizer v2.1.1 |
| 1124 | 2026-05-11T17:23:07.521Z | Compiling aho-corasick v1.1.4 |
| 1125 | 2026-05-11T17:23:07.610Z | Compiling h2 v0.4.13 |
| 1126 | 2026-05-11T17:23:07.648Z | Compiling encoding_rs v0.8.35 |
| 1127 | 2026-05-11T17:23:07.739Z | Compiling foreign-types-shared v0.1.1 |
| 1128 | 2026-05-11T17:23:07.768Z | Compiling regex-syntax v0.8.8 |
| 1129 | 2026-05-11T17:23:07.818Z | Compiling foreign-types v0.3.2 |
| 1130 | 2026-05-11T17:23:07.883Z | Compiling serde_urlencoded v0.7.1 |
| 1131 | 2026-05-11T17:23:08.122Z | Compiling idna_adapter v1.2.1 |
| 1132 | 2026-05-11T17:23:08.258Z | Compiling idna v1.1.0 |
| 1133 | 2026-05-11T17:23:08.290Z | Compiling http-body v0.4.6 |
| 1134 | 2026-05-11T17:23:08.514Z | Compiling openssl-macros v0.1.1 |
| 1135 | 2026-05-11T17:23:08.969Z | Compiling url v2.5.8 |
| 1136 | 2026-05-11T17:23:09.015Z | Compiling schemars v0.8.22 |
| 1137 | 2026-05-11T17:23:09.282Z | Compiling regex-automata v0.4.13 |
| 1138 | 2026-05-11T17:23:09.511Z | Compiling thread_local v1.1.9 |
| 1139 | 2026-05-11T17:23:09.647Z | Compiling hyper v1.8.1 |
| 1140 | 2026-05-11T17:23:09.842Z | Compiling openssl-probe v0.1.6 |
| 1141 | 2026-05-11T17:23:09.893Z | Compiling outref v0.5.2 |
| 1142 | 2026-05-11T17:23:09.987Z | Compiling vsimd v0.8.0 |
| 1143 | 2026-05-11T17:23:10.022Z | Compiling bytes-utils v0.1.4 |
| 1144 | 2026-05-11T17:23:10.295Z | Compiling is-terminal v0.4.17 |
| 1145 | 2026-05-11T17:23:10.377Z | Compiling base64-simd v0.8.0 |
| 1146 | 2026-05-11T17:23:10.384Z | Compiling term v1.2.1 |
| 1147 | 2026-05-11T17:23:10.444Z | Compiling cmake v0.1.57 |
| 1148 | 2026-05-11T17:23:10.521Z | Compiling iri-string v0.7.10 |
| 1149 | 2026-05-11T17:23:10.690Z | Compiling slog-term v2.9.2 |
| 1150 | 2026-05-11T17:23:10.758Z | Compiling hyper-util v0.1.19 |
| 1151 | 2026-05-11T17:23:10.778Z | Compiling aws-smithy-types v1.4.7 |
| 1152 | 2026-05-11T17:23:11.090Z | Compiling regex v1.12.2 |
| 1153 | 2026-05-11T17:23:11.289Z | Compiling semver v1.0.27 |
| 1154 | 2026-05-11T17:23:11.444Z | Compiling aws-lc-sys v0.37.0 |
| 1155 | 2026-05-11T17:23:11.630Z | Compiling fastrand v2.3.0 |
| 1156 | 2026-05-11T17:23:11.900Z | Compiling tower-http v0.6.8 |
| 1157 | 2026-05-11T17:23:12.145Z | Compiling match_cfg v0.1.0 |
| 1158 | 2026-05-11T17:23:12.206Z | Compiling hostname v0.3.1 |
| 1159 | 2026-05-11T17:23:12.218Z | Compiling slog-json v2.6.1 |
| 1160 | 2026-05-11T17:23:12.227Z | Compiling serde_spanned v0.6.9 |
| 1161 | 2026-05-11T17:23:12.321Z | Compiling toml_datetime v0.6.11 |
| 1162 | 2026-05-11T17:23:12.339Z | Compiling openapiv3 v2.2.0 |
| 1163 | 2026-05-11T17:23:12.360Z | Compiling rand_core v0.6.4 |
| 1164 | 2026-05-11T17:23:12.573Z | Compiling slog-bunyan v2.5.0 |
| 1165 | 2026-05-11T17:23:12.582Z | Compiling aws-smithy-async v1.2.14 |
| 1166 | 2026-05-11T17:23:12.699Z | Compiling regress v0.10.5 |
| 1167 | 2026-05-11T17:23:12.836Z | Compiling futures-executor v0.3.31 |
| 1168 | 2026-05-11T17:23:12.855Z | Compiling aws-smithy-runtime-api-macros v1.0.0 |
| 1169 | 2026-05-11T17:23:13.114Z | Compiling zerocopy-derive v0.8.37 |
| 1170 | 2026-05-11T17:23:13.323Z | Compiling hybrid-array v0.4.12 |
| 1171 | 2026-05-11T17:23:13.772Z | Compiling rand_core v0.10.1 |
| 1172 | 2026-05-11T17:23:13.873Z | Compiling aws-smithy-runtime-api v1.12.0 |
| 1173 | 2026-05-11T17:23:13.895Z | Compiling futures v0.3.31 |
| 1174 | 2026-05-11T17:23:13.920Z | Compiling const-oid v0.9.6 |
| 1175 | 2026-05-11T17:23:13.965Z | Compiling cmov v0.5.3 |
| 1176 | 2026-05-11T17:23:14.104Z | Compiling toml_write v0.1.2 |
| 1177 | 2026-05-11T17:23:14.159Z | Compiling typify-impl v0.4.3 |
| 1178 | 2026-05-11T17:23:14.289Z | Compiling toml_edit v0.22.27 |
| 1179 | 2026-05-11T17:23:14.414Z | Compiling ctutils v0.4.2 |
| 1180 | 2026-05-11T17:23:14.624Z | Compiling der v0.6.1 |
| 1181 | 2026-05-11T17:23:15.578Z | Compiling getrandom v0.4.2 |
| 1182 | 2026-05-11T17:23:15.634Z | Compiling chacha20 v0.10.0 |
| 1183 | 2026-05-11T17:23:15.764Z | Compiling crypto-common v0.2.1 |
| 1184 | 2026-05-11T17:23:15.892Z | Compiling block-buffer v0.12.0 |
| 1185 | 2026-05-11T17:23:16.045Z | Compiling sha1 v0.10.6 |
| 1186 | 2026-05-11T17:23:16.262Z | Compiling base64ct v1.8.3 |
| 1187 | 2026-05-11T17:23:16.520Z | Compiling const-oid v0.10.2 |
| 1188 | 2026-05-11T17:23:16.520Z | Compiling spki v0.6.0 |
| 1189 | 2026-05-11T17:23:16.693Z | Compiling digest v0.11.3 |
| 1190 | 2026-05-11T17:23:16.722Z | Compiling rand v0.10.1 |
| 1191 | 2026-05-11T17:23:16.778Z | Compiling toml v0.8.23 |
| 1192 | 2026-05-11T17:23:16.871Z | Compiling unicase v2.9.0 |
| 1193 | 2026-05-11T17:23:16.899Z | Compiling rustls v0.21.12 |
| 1194 | 2026-05-11T17:23:16.910Z | Compiling pkcs8 v0.9.0 |
| 1195 | 2026-05-11T17:23:17.064Z | Compiling new_mime_guess v4.0.4 |
| 1196 | 2026-05-11T17:23:17.120Z | Compiling crc32fast v1.5.0 |
| 1197 | 2026-05-11T17:23:17.304Z | Compiling rusty_ulid v2.0.0 (https://github.com/huxi/rusty_ulid#f2390586) |
| 1198 | 2026-05-11T17:23:17.376Z | Compiling ff v0.12.1 |
| 1199 | 2026-05-11T17:23:17.464Z | Compiling crypto-bigint v0.4.9 |
| 1200 | 2026-05-11T17:23:17.484Z | Compiling sct v0.7.1 |
| 1201 | 2026-05-11T17:23:17.499Z | Compiling rustls-webpki v0.101.7 |
| 1202 | 2026-05-11T17:23:17.576Z | Compiling base16ct v0.1.1 |
| 1203 | 2026-05-11T17:23:17.655Z | Compiling unsafe-libyaml v0.2.11 |
| 1204 | 2026-05-11T17:23:17.753Z | Compiling rustls v0.22.4 |
| 1205 | 2026-05-11T17:23:17.765Z | Compiling sec1 v0.3.0 |
| 1206 | 2026-05-11T17:23:18.090Z | Compiling group v0.12.1 |
| 1207 | 2026-05-11T17:23:18.193Z | Compiling aws-smithy-eventstream v0.60.20 |
| 1208 | 2026-05-11T17:23:18.271Z | Compiling crossbeam-utils v0.8.21 |
| 1209 | 2026-05-11T17:23:18.637Z | Compiling h2 v0.3.27 |
| 1210 | 2026-05-11T17:23:18.786Z | Compiling rustls-webpki v0.102.8 |
| 1211 | 2026-05-11T17:23:19.981Z | Compiling hmac v0.12.1 |
| 1212 | 2026-05-11T17:23:20.117Z | Compiling socket2 v0.5.10 |
| 1213 | 2026-05-11T17:23:20.396Z | Compiling typify-macro v0.4.3 |
| 1214 | 2026-05-11T17:23:20.571Z | Compiling ucd-trie v0.1.7 |
| 1215 | 2026-05-11T17:23:20.873Z | Compiling openssl-probe v0.2.1 |
| 1216 | 2026-05-11T17:23:21.064Z | Compiling rustls-native-certs v0.8.3 |
| 1217 | 2026-05-11T17:23:21.396Z | Compiling pest v2.8.5 |
| 1218 | 2026-05-11T17:23:21.420Z | Compiling hyper v0.14.32 |
| 1219 | 2026-05-11T17:23:21.544Z | Compiling rfc6979 v0.3.1 |
| 1220 | 2026-05-11T17:23:21.644Z | Compiling tokio-rustls v0.24.1 |
| 1221 | 2026-05-11T17:23:21.851Z | Compiling crossbeam-channel v0.5.15 |
| 1222 | 2026-05-11T17:23:22.334Z | Compiling aws-smithy-http v0.63.6 |
| 1223 | 2026-05-11T17:23:22.416Z | Compiling typify v0.4.3 |
| 1224 | 2026-05-11T17:23:22.502Z | Compiling progenitor-impl v0.11.2 |
| 1225 | 2026-05-11T17:23:22.730Z | Compiling elliptic-curve v0.12.3 |
| 1226 | 2026-05-11T17:23:22.825Z | Compiling serde_yaml v0.9.34+deprecated |
| 1227 | 2026-05-11T17:23:23.436Z | Compiling zerocopy v0.8.37 |
| 1228 | 2026-05-11T17:23:24.474Z | Compiling camino v1.2.2 |
| 1229 | 2026-05-11T17:23:24.620Z | Compiling signature v1.6.4 |
| 1230 | 2026-05-11T17:23:24.801Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1231 | 2026-05-11T17:23:24.922Z | Compiling async-stream-impl v0.3.6 |
| 1232 | 2026-05-11T17:23:25.500Z | Compiling serde_spanned v1.0.4 |
| 1233 | 2026-05-11T17:23:25.548Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1234 | 2026-05-11T17:23:25.646Z | Compiling take_mut v0.2.2 |
| 1235 | 2026-05-11T17:23:25.669Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1236 | 2026-05-11T17:23:25.750Z | Compiling spin v0.9.8 |
| 1237 | 2026-05-11T17:23:25.852Z | Compiling multer v3.1.0 |
| 1238 | 2026-05-11T17:23:25.860Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1239 | 2026-05-11T17:23:25.878Z | Compiling slog-async v2.8.0 |
| 1240 | 2026-05-11T17:23:25.931Z | Compiling async-stream v0.3.6 |
| 1241 | 2026-05-11T17:23:26.039Z | Compiling progenitor-macro v0.11.2 |
| 1242 | 2026-05-11T17:23:26.098Z | Compiling ecdsa v0.14.8 |
| 1243 | 2026-05-11T17:23:26.345Z | Compiling hyper-rustls v0.24.2 |
| 1244 | 2026-05-11T17:23:26.401Z | Compiling tokio-rustls v0.25.0 |
| 1245 | 2026-05-11T17:23:26.419Z | Compiling pest_meta v2.8.5 |
| 1246 | 2026-05-11T17:23:26.607Z | Compiling sha2 v0.11.0 |
| 1247 | 2026-05-11T17:23:26.616Z | Compiling aws-credential-types v1.2.14 |
| 1248 | 2026-05-11T17:23:27.053Z | Compiling buildomat-types v0.0.0 (/work/oxidecomputer/buildomat/types) |
| 1249 | 2026-05-11T17:23:27.388Z | Compiling sha2 v0.10.9 |
| 1250 | 2026-05-11T17:23:27.427Z | Compiling dropshot_endpoint v0.16.7 |
| 1251 | 2026-05-11T17:23:27.561Z | Compiling async-trait v0.1.89 |
| 1252 | 2026-05-11T17:23:27.704Z | Compiling waitgroup v0.1.2 |
| 1253 | 2026-05-11T17:23:27.756Z | Compiling rustls-pemfile v2.2.0 |
| 1254 | 2026-05-11T17:23:27.838Z | Compiling serde_path_to_error v0.1.20 |
| 1255 | 2026-05-11T17:23:27.947Z | Compiling hostname v0.4.2 |
| 1256 | 2026-05-11T17:23:28.084Z | Compiling byteorder v1.5.0 |
| 1257 | 2026-05-11T17:23:28.188Z | Compiling hex v0.4.3 |
| 1258 | 2026-05-11T17:23:28.304Z | Compiling debug-ignore v1.0.5 |
| 1259 | 2026-05-11T17:23:28.404Z | Compiling p256 v0.11.1 |
| 1260 | 2026-05-11T17:23:28.447Z | Compiling pest_generator v2.8.5 |
| 1261 | 2026-05-11T17:23:28.517Z | Compiling buildomat-common v0.0.0 (/work/oxidecomputer/buildomat/common) |
| 1262 | 2026-05-11T17:23:28.887Z | Compiling hmac v0.13.0 |
| 1263 | 2026-05-11T17:23:29.038Z | Compiling aws-smithy-observability v0.2.6 |
| 1264 | 2026-05-11T17:23:29.048Z | Compiling crypto-bigint v0.5.5 |
| 1265 | 2026-05-11T17:23:29.051Z | Compiling dropshot v0.16.7 |
| 1266 | 2026-05-11T17:23:29.321Z | Compiling pest_derive v2.8.5 |
| 1267 | 2026-05-11T17:23:29.460Z | Compiling aws-types v1.3.15 |
| 1268 | 2026-05-11T17:23:29.910Z | Compiling aws-sigv4 v1.4.3 |
| 1269 | 2026-05-11T17:23:29.957Z | Compiling dtrace-parser v0.3.0 |
| 1270 | 2026-05-11T17:23:30.147Z | Compiling aws-smithy-json v0.62.5 |
| 1271 | 2026-05-11T17:23:30.570Z | Compiling tokio-stream v0.1.18 |
| 1272 | 2026-05-11T17:23:30.861Z | Compiling scroll_derive v0.13.1 |
| 1273 | 2026-05-11T17:23:31.009Z | Compiling thread-id v5.1.0 |
| 1274 | 2026-05-11T17:23:31.089Z | Compiling regex-lite v0.1.8 |
| 1275 | 2026-05-11T17:23:31.133Z | Compiling ahash v0.8.12 |
| 1276 | 2026-05-11T17:23:31.315Z | Compiling darling_core v0.20.11 |
| 1277 | 2026-05-11T17:23:31.450Z | Compiling thiserror-impl v1.0.69 |
| 1278 | 2026-05-11T17:23:31.704Z | Compiling scroll v0.13.0 |
| 1279 | 2026-05-11T17:23:31.967Z | Compiling libsqlite3-sys v0.30.1 |
| 1280 | 2026-05-11T17:23:32.088Z | Compiling xmlparser v0.13.6 |
| 1281 | 2026-05-11T17:23:32.365Z | Compiling plain v0.2.3 |
| 1282 | 2026-05-11T17:23:32.472Z | Compiling goblin v0.10.4 |
| 1283 | 2026-05-11T17:23:32.600Z | Compiling thiserror v1.0.69 |
| 1284 | 2026-05-11T17:23:32.697Z | Compiling aws-smithy-xml v0.60.15 |
| 1285 | 2026-05-11T17:23:32.969Z | Compiling dof v0.4.0 |
| 1286 | 2026-05-11T17:23:32.981Z | Compiling hashbrown v0.14.5 |
| 1287 | 2026-05-11T17:23:33.234Z | Compiling darling_macro v0.20.11 |
| 1288 | 2026-05-11T17:23:33.518Z | Compiling pretty-hex v0.4.1 |
| 1289 | 2026-05-11T17:23:33.651Z | Compiling usdt-impl v0.6.0 |
| 1290 | 2026-05-11T17:23:33.676Z | Compiling unicode-width v0.2.2 |
| 1291 | 2026-05-11T17:23:33.771Z | Compiling darling v0.20.11 |
| 1292 | 2026-05-11T17:23:33.848Z | Compiling hashlink v0.9.1 |
| 1293 | 2026-05-11T17:23:33.952Z | Compiling rustix v1.1.3 |
| 1294 | 2026-05-11T17:23:34.132Z | Compiling crc-catalog v2.4.0 |
| 1295 | 2026-05-11T17:23:34.167Z | Compiling fallible-iterator v0.3.0 |
| 1296 | 2026-05-11T17:23:34.219Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1297 | 2026-05-11T17:23:34.354Z | Compiling crc v3.3.0 |
| 1298 | 2026-05-11T17:23:34.469Z | Compiling usdt-attr-macro v0.6.0 |
| 1299 | 2026-05-11T17:23:34.545Z | Compiling usdt-macro v0.6.0 |
| 1300 | 2026-05-11T17:23:34.912Z | Compiling tempfile v3.24.0 |
| 1301 | 2026-05-11T17:23:35.346Z | Compiling sea-query-derive v0.4.3 |
| 1302 | 2026-05-11T17:23:35.349Z | Compiling inherent v1.0.13 |
| 1303 | 2026-05-11T17:23:35.583Z | Compiling memmap2 v0.9.9 |
| 1304 | 2026-05-11T17:23:35.800Z | Compiling utf8-width v0.1.8 |
| 1305 | 2026-05-11T17:23:35.880Z | Compiling html-escape v0.2.13 |
| 1306 | 2026-05-11T17:23:35.902Z | Compiling buildomat-sse v0.0.0 (/work/oxidecomputer/buildomat/sse) |
| 1307 | 2026-05-11T17:23:36.402Z | Compiling sea-query v0.32.7 |
| 1308 | 2026-05-11T17:23:36.701Z | Compiling usdt v0.6.0 |
| 1309 | 2026-05-11T17:23:36.755Z | Compiling atty v0.2.14 |
| 1310 | 2026-05-11T17:23:36.841Z | Compiling winnow v0.5.40 |
| 1311 | 2026-05-11T17:23:36.851Z | Compiling getopts v0.2.24 |
| 1312 | 2026-05-11T17:23:36.974Z | Compiling urlencoding v2.1.3 |
| 1313 | 2026-05-11T17:23:37.160Z | Compiling rusqlite v0.32.1 |
| 1314 | 2026-05-11T17:23:37.175Z | Compiling aws-smithy-query v0.60.15 |
| 1315 | 2026-05-11T17:23:37.279Z | Compiling ansi-to-html v0.2.2 |
| 1316 | 2026-05-11T17:23:37.337Z | Compiling spin v0.10.0 |
| 1317 | 2026-05-11T17:23:37.439Z | Compiling sha1 v0.11.0 |
| 1318 | 2026-05-11T17:23:37.504Z | Compiling crc-fast v1.9.0 |
| 1319 | 2026-05-11T17:23:37.682Z | Compiling md-5 v0.11.0 |
| 1320 | 2026-05-11T17:23:37.708Z | Compiling strum_macros v0.27.2 |
| 1321 | 2026-05-11T17:23:37.865Z | Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#10a38b25) |
| 1322 | 2026-05-11T17:23:38.217Z | Compiling toml_edit v0.20.7 |
| 1323 | 2026-05-11T17:23:38.239Z | Compiling sea-query-rusqlite v0.7.0 |
| 1324 | 2026-05-11T17:23:38.242Z | Compiling darling_core v0.21.3 |
| 1325 | 2026-05-11T17:23:38.282Z | Compiling syn v1.0.109 |
| 1326 | 2026-05-11T17:23:38.425Z | Compiling buildomat-database v0.0.0 (/work/oxidecomputer/buildomat/database) |
| 1327 | 2026-05-11T17:23:39.203Z | Compiling num-bigint v0.4.6 |
| 1328 | 2026-05-11T17:23:39.505Z | Compiling rust-toolchain-file v0.1.1 |
| 1329 | 2026-05-11T17:23:40.076Z | Compiling strum v0.27.2 |
| 1330 | 2026-05-11T17:23:40.204Z | Compiling lru v0.16.4 |
| 1331 | 2026-05-11T17:23:40.347Z | Compiling darling_macro v0.21.3 |
| 1332 | 2026-05-11T17:23:40.360Z | Compiling simple_asn1 v0.6.3 |
| 1333 | 2026-05-11T17:23:40.403Z | Compiling aws-smithy-checksums v0.64.7 |
| 1334 | 2026-05-11T17:23:40.581Z | Compiling pem v3.0.6 |
| 1335 | 2026-05-11T17:23:40.894Z | Compiling lazy_static v1.5.0 |
| 1336 | 2026-05-11T17:23:40.926Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1337 | 2026-05-11T17:23:40.933Z | Compiling darling v0.21.3 |
| 1338 | 2026-05-11T17:23:40.951Z | Compiling jsonwebtoken v9.3.1 |
| 1339 | 2026-05-11T17:23:40.990Z | Compiling parse_link_header v0.3.3 |
| 1340 | 2026-05-11T17:23:41.006Z | Compiling zerocopy-derive v0.6.6 |
| 1341 | 2026-05-11T17:23:41.014Z | Compiling http-range v0.1.5 |
| 1342 | 2026-05-11T17:23:41.192Z | Compiling serde_with_macros v3.16.1 |
| 1343 | 2026-05-11T17:23:41.394Z | Compiling proc-macro-error-attr v1.0.4 |
| 1344 | 2026-05-11T17:23:41.398Z | Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 1345 | 2026-05-11T17:23:41.802Z | Compiling proc-macro-crate v3.4.0 |
| 1346 | 2026-05-11T17:23:41.814Z | Compiling zerocopy v0.6.6 |
| 1347 | 2026-05-11T17:23:41.826Z | Compiling buildomat-github-hooktypes v0.0.0 (/work/oxidecomputer/buildomat/github/hooktypes) |
| 1348 | 2026-05-11T17:23:41.836Z | Compiling proc-macro-error v1.0.4 |
| 1349 | 2026-05-11T17:23:42.093Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1350 | 2026-05-11T17:23:42.120Z | Compiling num-derive v0.3.3 |
| 1351 | 2026-05-11T17:23:42.123Z | Compiling serde_repr v0.1.20 |
| 1352 | 2026-05-11T17:23:42.220Z | Compiling num_enum_derive v0.7.5 |
| 1353 | 2026-05-11T17:23:42.264Z | Compiling serde_with v3.16.1 |
| 1354 | 2026-05-11T17:23:42.271Z | Compiling minimal-lexical v0.2.1 |
| 1355 | 2026-05-11T17:23:42.304Z | Compiling base64 v0.21.7 |
| 1356 | 2026-05-11T17:23:42.517Z | Compiling nom v7.1.3 |
| 1357 | 2026-05-11T17:23:42.623Z | Compiling ron v0.8.1 |
| 1358 | 2026-05-11T17:23:42.696Z | Compiling zone_cfg_derive v0.3.1 |
| 1359 | 2026-05-11T17:23:42.978Z | Compiling libscf-sys v1.1.0 |
| 1360 | 2026-05-11T17:23:43.107Z | Compiling console v0.16.3 |
| 1361 | 2026-05-11T17:23:43.228Z | Compiling num_enum v0.7.5 |
| 1362 | 2026-05-11T17:23:43.310Z | Compiling itertools v0.12.1 |
| 1363 | 2026-05-11T17:23:43.338Z | Compiling vte v0.14.1 |
| 1364 | 2026-05-11T17:23:43.522Z | Compiling dirs-sys-next v0.1.2 |
| 1365 | 2026-05-11T17:23:43.678Z | Compiling shell-words v1.1.1 |
| 1366 | 2026-05-11T17:23:43.711Z | Compiling rustc-hash v2.1.1 |
| 1367 | 2026-05-11T17:23:43.734Z | Compiling libdevinfo-sys v1.1.0 |
| 1368 | 2026-05-11T17:23:43.826Z | Compiling devinfo v0.1.0 |
| 1369 | 2026-05-11T17:23:43.829Z | Compiling iddqd v0.3.17 |
| 1370 | 2026-05-11T17:23:43.829Z | Compiling dialoguer v0.12.0 |
| 1371 | 2026-05-11T17:23:43.829Z | Compiling debug_parser v0.1.4 |
| 1372 | 2026-05-11T17:23:43.846Z | Compiling dirs-next v2.0.0 |
| 1373 | 2026-05-11T17:23:43.949Z | Compiling buildomat-bunyan v0.0.0 (/work/oxidecomputer/buildomat/bunyan) |
| 1374 | 2026-05-11T17:23:44.118Z | Compiling strip-ansi-escapes v0.2.1 |
| 1375 | 2026-05-11T17:23:44.188Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1376 | 2026-05-11T17:23:44.316Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs.git#72389b51) |
| 1377 | 2026-05-11T17:23:44.438Z | Compiling zone v0.3.1 |
| 1378 | 2026-05-11T17:23:44.500Z | Compiling sigpipe v0.1.3 |
| 1379 | 2026-05-11T17:23:44.566Z | Compiling glob v0.3.3 |
| 1380 | 2026-05-11T17:23:44.577Z | Compiling hmac-sha256 v1.1.13 |
| 1381 | 2026-05-11T17:23:45.076Z | Compiling xtask v0.0.0 (/work/oxidecomputer/buildomat/xtask) |
| 1382 | 2026-05-11T17:23:47.843Z | Compiling aws-lc-rs v1.15.4 |
| 1383 | 2026-05-11T17:23:48.243Z | Compiling rustls v0.23.36 |
| 1384 | 2026-05-11T17:23:49.408Z | Compiling rustls-webpki v0.103.9 |
| 1385 | 2026-05-11T17:23:53.046Z | Compiling tokio-rustls v0.26.4 |
| 1386 | 2026-05-11T17:23:53.302Z | Compiling hyper-rustls v0.27.7 |
| 1387 | 2026-05-11T17:23:53.545Z | Compiling aws-smithy-http-client v1.1.12 |
| 1388 | 2026-05-11T17:23:55.377Z | Compiling aws-smithy-runtime v1.11.1 |
| 1389 | 2026-05-11T17:23:57.160Z | Compiling aws-runtime v1.7.3 |
| 1390 | 2026-05-11T17:23:58.124Z | Compiling aws-sdk-sts v1.103.0 |
| 1391 | 2026-05-11T17:23:58.315Z | Compiling aws-sdk-ssooidc v1.100.0 |
| 1392 | 2026-05-11T17:23:58.455Z | Compiling aws-sdk-sso v1.98.0 |
| 1393 | 2026-05-11T17:23:58.477Z | Compiling aws-sdk-s3 v1.132.0 |
| 1394 | 2026-05-11T17:23:58.844Z | Compiling aws-sdk-ec2 v1.225.0 |
| 1395 | 2026-05-11T17:23:59.928Z | Compiling aws-config v1.8.16 |
| 1396 | 2026-05-11T17:24:02.018Z | Compiling buildomat-aws v0.0.0 (/work/oxidecomputer/buildomat/aws) |
| 1397 | 2026-05-11T17:24:08.238Z | Compiling openssl v0.10.75 |
| 1398 | 2026-05-11T17:24:08.238Z | Compiling native-tls v0.2.14 |
| 1399 | 2026-05-11T17:24:10.846Z | Compiling tokio-native-tls v0.3.1 |
| 1400 | 2026-05-11T17:24:10.989Z | Compiling hyper-tls v0.6.0 |
| 1401 | 2026-05-11T17:24:11.124Z | Compiling reqwest v0.12.28 |
| 1402 | 2026-05-11T17:24:12.073Z | Compiling progenitor-client v0.11.2 |
| 1403 | 2026-05-11T17:24:12.073Z | Compiling octorust v0.1.34 (https://github.com/oxidecomputer/third-party-api-clients?branch=jclulow#6a1cb318) |
| 1404 | 2026-05-11T17:24:12.295Z | Compiling progenitor v0.11.2 |
| 1405 | 2026-05-11T17:24:12.391Z | Compiling buildomat-client v0.0.0 (/work/oxidecomputer/buildomat/client) |
| 1406 | 2026-05-11T17:24:14.841Z | Compiling buildomat-download v0.0.0 (/work/oxidecomputer/buildomat/download) |
| 1407 | 2026-05-11T17:24:16.441Z | Compiling buildomat-jobsh v0.0.0 (/work/oxidecomputer/buildomat/jobsh) |
| 1408 | 2026-05-11T17:24:17.317Z | Compiling buildomat-github-database v0.0.0 (/work/oxidecomputer/buildomat/github/database) |
| 1409 | 2026-05-11T17:24:17.687Z | Compiling buildomat-github-testdata v0.0.0 (/work/oxidecomputer/buildomat/github/testdata) |
| 1410 | 2026-05-11T17:24:19.983Z | Compiling buildomat-github-dbtool v0.0.0 (/work/oxidecomputer/buildomat/github/dbtool) |
| 1411 | 2026-05-11T17:24:20.866Z | Compiling buildomat-factory-propolis v0.0.0 (/work/oxidecomputer/buildomat/factory/propolis) |
| 1412 | 2026-05-11T17:24:21.777Z | Compiling buildomat-factory-gimlet v0.0.0 (/work/oxidecomputer/buildomat/factory/gimlet) |
| 1413 | 2026-05-11T17:24:21.786Z | Compiling buildomat v0.0.0 (/work/oxidecomputer/buildomat/bin) |
| 1414 | 2026-05-11T17:24:23.356Z | Compiling buildomat-agent v0.0.0 (/work/oxidecomputer/buildomat/agent) |
| 1415 | 2026-05-11T17:24:24.005Z | Compiling buildomat-factory-lab v0.0.0 (/work/oxidecomputer/buildomat/factory/lab) |
| 1416 | 2026-05-11T17:24:24.230Z | Compiling buildomat-server v0.0.0 (/work/oxidecomputer/buildomat/server) |
| 1417 | 2026-05-11T17:24:42.871Z | Compiling buildomat-github-client v0.0.0 (/work/oxidecomputer/buildomat/github/client) |
| 1418 | 2026-05-11T17:24:44.311Z | Compiling buildomat-github-ghtool v0.0.0 (/work/oxidecomputer/buildomat/github/ghtool) |
| 1419 | 2026-05-11T17:24:44.314Z | Compiling buildomat-github-server v0.0.0 (/work/oxidecomputer/buildomat/github/server) |
| 1420 | 2026-05-11T17:26:16.156Z | Compiling buildomat-factory-aws v0.0.0 (/work/oxidecomputer/buildomat/factory/aws) |
| 1421 | 2026-05-11T17:26:16.159Z | Compiling xtask-setup v0.0.0 (/work/oxidecomputer/buildomat/xtask-setup) |
| 1422 | 2026-05-11T17:26:18.487Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
| 1423 | 2026-05-11T17:26:18.550Z | Running unittests src/main.rs (target/debug/deps/buildomat-f6dc64dcf9ef0842) |
| 1424 | 2026-05-11T17:26:18.553Z | |
| 1425 | 2026-05-11T17:26:18.553Z | running 0 tests |
| 1426 | 2026-05-11T17:26:18.553Z | |
| 1427 | 2026-05-11T17:26:18.553Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1428 | 2026-05-11T17:26:18.553Z | |
| 1429 | 2026-05-11T17:26:18.553Z | Running unittests src/main.rs (target/debug/deps/buildomat_agent-378ad0de47d246c5) |
| 1430 | 2026-05-11T17:26:18.556Z | |
| 1431 | 2026-05-11T17:26:18.556Z | running 0 tests |
| 1432 | 2026-05-11T17:26:18.556Z | |
| 1433 | 2026-05-11T17:26:18.556Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1434 | 2026-05-11T17:26:18.557Z | |
| 1435 | 2026-05-11T17:26:18.557Z | Running unittests src/lib.rs (target/debug/deps/buildomat_aws-1e565f6976786924) |
| 1436 | 2026-05-11T17:26:18.557Z | |
| 1437 | 2026-05-11T17:26:18.557Z | running 0 tests |
| 1438 | 2026-05-11T17:26:18.557Z | |
| 1439 | 2026-05-11T17:26:18.557Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1440 | 2026-05-11T17:26:18.557Z | |
| 1441 | 2026-05-11T17:26:18.557Z | Running unittests src/lib.rs (target/debug/deps/buildomat_bunyan-1d91bd55bc585c7c) |
| 1442 | 2026-05-11T17:26:18.560Z | |
| 1443 | 2026-05-11T17:26:18.560Z | running 0 tests |
| 1444 | 2026-05-11T17:26:18.560Z | |
| 1445 | 2026-05-11T17:26:18.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1446 | 2026-05-11T17:26:18.560Z | |
| 1447 | 2026-05-11T17:26:18.560Z | Running unittests src/lib.rs (target/debug/deps/buildomat_client-7003cc795c1cc957) |
| 1448 | 2026-05-11T17:26:18.560Z | |
| 1449 | 2026-05-11T17:26:18.560Z | running 0 tests |
| 1450 | 2026-05-11T17:26:18.560Z | |
| 1451 | 2026-05-11T17:26:18.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1452 | 2026-05-11T17:26:18.560Z | |
| 1453 | 2026-05-11T17:26:18.560Z | Running unittests src/lib.rs (target/debug/deps/buildomat_common-e57ea71bd3d589f0) |
| 1454 | 2026-05-11T17:26:18.563Z | |
| 1455 | 2026-05-11T17:26:18.563Z | running 0 tests |
| 1456 | 2026-05-11T17:26:18.563Z | |
| 1457 | 2026-05-11T17:26:18.563Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1458 | 2026-05-11T17:26:18.563Z | |
| 1459 | 2026-05-11T17:26:18.563Z | Running unittests src/lib.rs (target/debug/deps/buildomat_database-dc606499ce2d3d64) |
| 1460 | 2026-05-11T17:26:18.563Z | |
| 1461 | 2026-05-11T17:26:18.563Z | running 0 tests |
| 1462 | 2026-05-11T17:26:18.563Z | |
| 1463 | 2026-05-11T17:26:18.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1464 | 2026-05-11T17:26:18.564Z | |
| 1465 | 2026-05-11T17:26:18.567Z | Running unittests src/lib.rs (target/debug/deps/buildomat_download-36fcbb82b5b948af) |
| 1466 | 2026-05-11T17:26:18.567Z | |
| 1467 | 2026-05-11T17:26:18.567Z | running 0 tests |
| 1468 | 2026-05-11T17:26:18.567Z | |
| 1469 | 2026-05-11T17:26:18.567Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1470 | 2026-05-11T17:26:18.567Z | |
| 1471 | 2026-05-11T17:26:18.567Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_aws-f895d6d7e31788a7) |
| 1472 | 2026-05-11T17:26:18.570Z | |
| 1473 | 2026-05-11T17:26:18.570Z | running 0 tests |
| 1474 | 2026-05-11T17:26:18.570Z | |
| 1475 | 2026-05-11T17:26:18.570Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1476 | 2026-05-11T17:26:18.570Z | |
| 1477 | 2026-05-11T17:26:18.570Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_gimlet-de4fb1a5970049a7) |
| 1478 | 2026-05-11T17:26:18.573Z | |
| 1479 | 2026-05-11T17:26:18.573Z | running 1 test |
| 1480 | 2026-05-11T17:26:18.573Z | test efi::test::shapes ... ok |
| 1481 | 2026-05-11T17:26:18.573Z | |
| 1482 | 2026-05-11T17:26:18.573Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1483 | 2026-05-11T17:26:18.573Z | |
| 1484 | 2026-05-11T17:26:18.573Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_lab-2314f5b9f3a0a0c0) |
| 1485 | 2026-05-11T17:26:18.573Z | |
| 1486 | 2026-05-11T17:26:18.573Z | running 2 tests |
| 1487 | 2026-05-11T17:26:18.573Z | test db::tables::instance::test::instance_state_backward ... ok |
| 1488 | 2026-05-11T17:26:18.573Z | test db::tables::instance::test::instance_state_forward ... ok |
| 1489 | 2026-05-11T17:26:18.573Z | |
| 1490 | 2026-05-11T17:26:18.573Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1491 | 2026-05-11T17:26:18.573Z | |
| 1492 | 2026-05-11T17:26:18.576Z | Running unittests src/main.rs (target/debug/deps/buildomat_factory_propolis-0e629073d862dba3) |
| 1493 | 2026-05-11T17:26:18.576Z | |
| 1494 | 2026-05-11T17:26:18.576Z | running 0 tests |
| 1495 | 2026-05-11T17:26:18.577Z | |
| 1496 | 2026-05-11T17:26:18.577Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1497 | 2026-05-11T17:26:18.577Z | |
| 1498 | 2026-05-11T17:26:18.577Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_client-078852c23a037df5) |
| 1499 | 2026-05-11T17:26:18.577Z | |
| 1500 | 2026-05-11T17:26:18.577Z | running 0 tests |
| 1501 | 2026-05-11T17:26:18.577Z | |
| 1502 | 2026-05-11T17:26:18.577Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1503 | 2026-05-11T17:26:18.577Z | |
| 1504 | 2026-05-11T17:26:18.580Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_database-cb9d6c1aa7593ada) |
| 1505 | 2026-05-11T17:26:18.580Z | |
| 1506 | 2026-05-11T17:26:18.580Z | running 4 tests |
| 1507 | 2026-05-11T17:26:18.580Z | test tables::check_run::test::check_run_variety_backward ... ok |
| 1508 | 2026-05-11T17:26:18.580Z | test tables::user::test::user_type_backward ... ok |
| 1509 | 2026-05-11T17:26:18.580Z | test tables::user::test::user_type_forward ... ok |
| 1510 | 2026-05-11T17:26:18.580Z | test tables::check_run::test::check_run_variety_forward ... ok |
| 1511 | 2026-05-11T17:26:18.580Z | |
| 1512 | 2026-05-11T17:26:18.580Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1513 | 2026-05-11T17:26:18.580Z | |
| 1514 | 2026-05-11T17:26:18.580Z | Running unittests src/main.rs (target/debug/deps/buildomat_github_dbtool-6cea29704a0d1c00) |
| 1515 | 2026-05-11T17:26:18.583Z | |
| 1516 | 2026-05-11T17:26:18.583Z | running 0 tests |
| 1517 | 2026-05-11T17:26:18.583Z | |
| 1518 | 2026-05-11T17:26:18.583Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1519 | 2026-05-11T17:26:18.583Z | |
| 1520 | 2026-05-11T17:26:18.583Z | Running unittests src/main.rs (target/debug/deps/buildomat_github_ghtool-12545d7c73898439) |
| 1521 | 2026-05-11T17:26:18.583Z | |
| 1522 | 2026-05-11T17:26:18.583Z | running 0 tests |
| 1523 | 2026-05-11T17:26:18.583Z | |
| 1524 | 2026-05-11T17:26:18.583Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1525 | 2026-05-11T17:26:18.583Z | |
| 1526 | 2026-05-11T17:26:18.584Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_hooktypes-7a033173cf6f2d10) |
| 1527 | 2026-05-11T17:26:18.584Z | |
| 1528 | 2026-05-11T17:26:18.584Z | running 0 tests |
| 1529 | 2026-05-11T17:26:18.584Z | |
| 1530 | 2026-05-11T17:26:18.584Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1531 | 2026-05-11T17:26:18.584Z | |
| 1532 | 2026-05-11T17:26:18.587Z | Running unittests src/main.rs (target/debug/deps/buildomat_github_server-e4b4f3a67617df7d) |
| 1533 | 2026-05-11T17:26:18.587Z | |
| 1534 | 2026-05-11T17:26:18.587Z | running 1 test |
| 1535 | 2026-05-11T17:26:18.587Z | test variety::basic::test::basic_parse_basic ... ok |
| 1536 | 2026-05-11T17:26:18.587Z | |
| 1537 | 2026-05-11T17:26:18.587Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1538 | 2026-05-11T17:26:18.587Z | |
| 1539 | 2026-05-11T17:26:18.590Z | Running unittests src/lib.rs (target/debug/deps/buildomat_github_testdata-abe6e5f5a0af5c01) |
| 1540 | 2026-05-11T17:26:18.590Z | |
| 1541 | 2026-05-11T17:26:18.590Z | running 3 tests |
| 1542 | 2026-05-11T17:26:18.590Z | test test::jobfile_parse_failing ... ok |
| 1543 | 2026-05-11T17:26:18.590Z | test test::jobfile_parse_disabled ... ok |
| 1544 | 2026-05-11T17:26:18.593Z | test test::jobfile_parse_basic ... ok |
| 1545 | 2026-05-11T17:26:18.593Z | |
| 1546 | 2026-05-11T17:26:18.593Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1547 | 2026-05-11T17:26:18.593Z | |
| 1548 | 2026-05-11T17:26:18.593Z | Running unittests src/lib.rs (target/debug/deps/buildomat_jobsh-2cae02415f5989ef) |
| 1549 | 2026-05-11T17:26:18.593Z | |
| 1550 | 2026-05-11T17:26:18.593Z | running 1 test |
| 1551 | 2026-05-11T17:26:18.596Z | test test::test_encode_payload ... ok |
| 1552 | 2026-05-11T17:26:18.596Z | |
| 1553 | 2026-05-11T17:26:18.596Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1554 | 2026-05-11T17:26:18.596Z | |
| 1555 | 2026-05-11T17:26:18.599Z | Running unittests src/main.rs (target/debug/deps/buildomat_server-f5ee1b46144ed155) |
| 1556 | 2026-05-11T17:26:18.599Z | |
| 1557 | 2026-05-11T17:26:18.599Z | running 2 tests |
| 1558 | 2026-05-11T17:26:18.599Z | test api::user::test::test_parse_output_rule ... ok |
| 1559 | 2026-05-11T17:26:18.599Z | test api::user::test::test_parse_output_rule_failures ... ok |
| 1560 | 2026-05-11T17:26:18.599Z | |
| 1561 | 2026-05-11T17:26:18.599Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1562 | 2026-05-11T17:26:18.600Z | |
| 1563 | 2026-05-11T17:26:18.600Z | Running unittests src/lib.rs (target/debug/deps/buildomat_sse-c837eb7885dfc223) |
| 1564 | 2026-05-11T17:26:18.602Z | |
| 1565 | 2026-05-11T17:26:18.602Z | running 0 tests |
| 1566 | 2026-05-11T17:26:18.602Z | |
| 1567 | 2026-05-11T17:26:18.603Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1568 | 2026-05-11T17:26:18.603Z | |
| 1569 | 2026-05-11T17:26:18.603Z | Running unittests src/lib.rs (target/debug/deps/buildomat_types-da7720941c28722c) |
| 1570 | 2026-05-11T17:26:18.603Z | |
| 1571 | 2026-05-11T17:26:18.603Z | running 5 tests |
| 1572 | 2026-05-11T17:26:18.606Z | test config::test::overrides_but_no_base ... ok |
| 1573 | 2026-05-11T17:26:18.606Z | test config::test::base_with_removals ... ok |
| 1574 | 2026-05-11T17:26:18.606Z | test config::test::two_empties ... ok |
| 1575 | 2026-05-11T17:26:18.606Z | test config::test::base_but_no_overrides ... ok |
| 1576 | 2026-05-11T17:26:18.606Z | test config::test::empty ... ok |
| 1577 | 2026-05-11T17:26:18.606Z | |
| 1578 | 2026-05-11T17:26:18.606Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1579 | 2026-05-11T17:26:18.606Z | |
| 1580 | 2026-05-11T17:26:18.606Z | Running unittests src/main.rs (target/debug/deps/xtask-5299bee3f96838dd) |
| 1581 | 2026-05-11T17:26:18.606Z | |
| 1582 | 2026-05-11T17:26:18.606Z | running 0 tests |
| 1583 | 2026-05-11T17:26:18.606Z | |
| 1584 | 2026-05-11T17:26:18.606Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1585 | 2026-05-11T17:26:18.606Z | |
| 1586 | 2026-05-11T17:26:18.606Z | Running unittests src/main.rs (target/debug/deps/xtask_setup-6773a635a2f6d2c6) |
| 1587 | 2026-05-11T17:26:18.609Z | |
| 1588 | 2026-05-11T17:26:18.609Z | running 0 tests |
| 1589 | 2026-05-11T17:26:18.609Z | |
| 1590 | 2026-05-11T17:26:18.609Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1591 | 2026-05-11T17:26:18.609Z | |
| 1592 | 2026-05-11T17:26:18.609Z | Doc-tests buildomat_aws |
| 1593 | 2026-05-11T17:26:18.687Z | |
| 1594 | 2026-05-11T17:26:18.687Z | running 0 tests |
| 1595 | 2026-05-11T17:26:18.687Z | |
| 1596 | 2026-05-11T17:26:18.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1597 | 2026-05-11T17:26:18.687Z | |
| 1598 | 2026-05-11T17:26:18.697Z | Doc-tests buildomat_jobsh |
| 1599 | 2026-05-11T17:26:18.824Z | |
| 1600 | 2026-05-11T17:26:18.824Z | running 0 tests |
| 1601 | 2026-05-11T17:26:18.824Z | |
| 1602 | 2026-05-11T17:26:18.824Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1603 | 2026-05-11T17:26:18.824Z | |
| 1604 | 2026-05-11T17:26:18.838Z | Doc-tests buildomat_sse |
| 1605 | 2026-05-11T17:26:18.912Z | |
| 1606 | 2026-05-11T17:26:18.912Z | running 0 tests |
| 1607 | 2026-05-11T17:26:18.912Z | |
| 1608 | 2026-05-11T17:26:18.912Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1609 | 2026-05-11T17:26:18.912Z | |
| 1610 | 2026-05-11T17:26:18.953Z | process exited: duration 336434 ms, exit code 0 |
| |
| 1611 | 2026-05-11T17:26:18.960Z | found 0 output files |