|
|
|
| 1 | 2026-06-03T06:10:30.219Z | job assigned to worker 01KT61MDQG0H2MD121NVMGC17E [factory aws, i-01ec2f01c155e8ac6] (queued for 42 s) |
| |
| 2 | 2026-06-03T06:10:37.108Z | starting task 0: "setup" |
| 3 | 2026-06-03T06:10:37.112Z | ++ uname -s |
| 4 | 2026-06-03T06:10:37.115Z | + kern=SunOS |
| 5 | 2026-06-03T06:10:37.115Z | + build_user=build |
| 6 | 2026-06-03T06:10:37.115Z | + build_uid=12345 |
| 7 | 2026-06-03T06:10:37.115Z | + work_dir=/work |
| 8 | 2026-06-03T06:10:37.115Z | + input_dir=/input |
| 9 | 2026-06-03T06:10:37.115Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-03T06:10:37.115Z | + case "$kern" in |
| 11 | 2026-06-03T06:10:37.115Z | + groupadd -g 12345 build |
| 12 | 2026-06-03T06:10:37.118Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-03T06:10:39.121Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-03T06:10:39.209Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-03T06:10:39.212Z | + home_fs=zfs |
| 16 | 2026-06-03T06:10:39.212Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-03T06:10:39.212Z | + mkdir -p /home/build |
| 18 | 2026-06-03T06:10:39.212Z | + chown build:build /home/build /work |
| 19 | 2026-06-03T06:10:41.213Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-03T06:10:41.216Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-06-03T06:10:41.221Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-03T06:10:41.225Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-03T06:10:41.225Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-03T06:10:41.225Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-03T06:10:41.227Z | * rust toolchain profile = "default" |
| 26 | 2026-06-03T06:10:41.228Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-03T06:10:41.228Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-03T06:10:41.228Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-03T06:10:41.228Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-03T06:10:41.523Z | info: downloading installer |
| 31 | 2026-06-03T06:10:42.970Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-03T06:10:42.970Z | warn: /opt/ooce/bin |
| 33 | 2026-06-03T06:10:42.971Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-03T06:10:42.971Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-03T06:10:42.971Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-03T06:10:42.971Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-03T06:10:42.971Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-03T06:10:42.971Z | error: cannot install while Rust is installed |
| 39 | 2026-06-03T06:10:42.971Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-03T06:10:42.971Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-03T06:10:42.971Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-03T06:10:42.971Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-03T06:10:42.971Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-03T06:10:43.005Z | info: profile set to default |
| 45 | 2026-06-03T06:10:43.005Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-03T06:10:43.008Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-03T06:10:43.142Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-03T06:10:43.145Z | info: downloading 6 components |
| 49 | 2026-06-03T06:10:59.297Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-03T06:10:59.297Z | |
| 51 | 2026-06-03T06:10:59.302Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-03T06:10:59.302Z | |
| 53 | 2026-06-03T06:10:59.302Z | |
| 54 | 2026-06-03T06:10:59.302Z | Rust is installed now. Great! |
| 55 | 2026-06-03T06:10:59.302Z | |
| 56 | 2026-06-03T06:10:59.302Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-03T06:10:59.302Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-03T06:10:59.302Z | |
| 59 | 2026-06-03T06:10:59.302Z | To configure your current shell, you need to source |
| 60 | 2026-06-03T06:10:59.302Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-03T06:10:59.302Z | |
| 62 | 2026-06-03T06:10:59.302Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-03T06:10:59.302Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-03T06:10:59.302Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-03T06:10:59.302Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-03T06:10:59.302Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-03T06:10:59.302Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-03T06:10:59.303Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-03T06:10:59.303Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-03T06:10:59.303Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-03T06:10:59.303Z | + rustup --version |
| 72 | 2026-06-03T06:10:59.303Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-03T06:10:59.303Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-03T06:10:59.303Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-03T06:10:59.303Z | + cargo --version |
| 76 | 2026-06-03T06:10:59.303Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-03T06:10:59.303Z | + rustc --version |
| 78 | 2026-06-03T06:10:59.303Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-03T06:10:59.303Z | process exited: duration 17808 ms, exit code 0 |
| |
| 80 | 2026-06-03T06:10:59.309Z | starting task 2: "authentication" |
| 81 | 2026-06-03T06:10:59.325Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-06-03T06:10:59.331Z | starting task 3: "clone repository" |
| 83 | 2026-06-03T06:10:59.334Z | + mkdir -p /work/oxidecomputer/falcon |
| 84 | 2026-06-03T06:10:59.336Z | + git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon |
| 85 | 2026-06-03T06:10:59.544Z | Cloning into '/work/oxidecomputer/falcon'... |
| 86 | 2026-06-03T06:11:00.415Z | + cd /work/oxidecomputer/falcon |
| 87 | 2026-06-03T06:11:00.415Z | + git fetch origin e0f197c6e68c6ce2cdb109eaf9488b32ae763b65 |
| 88 | 2026-06-03T06:11:00.700Z | From https://github.com/oxidecomputer/falcon |
| 89 | 2026-06-03T06:11:00.701Z | * branch e0f197c6e68c6ce2cdb109eaf9488b32ae763b65 -> FETCH_HEAD |
| 90 | 2026-06-03T06:11:00.707Z | + [[ -n renovate/reqwest ]] |
| 91 | 2026-06-03T06:11:00.707Z | ++ git branch --show-current |
| 92 | 2026-06-03T06:11:00.707Z | + current=main |
| 93 | 2026-06-03T06:11:00.707Z | + [[ main != renovate/reqwest ]] |
| 94 | 2026-06-03T06:11:00.707Z | + git branch -f renovate/reqwest e0f197c6e68c6ce2cdb109eaf9488b32ae763b65 |
| 95 | 2026-06-03T06:11:00.707Z | + git checkout -f renovate/reqwest |
| 96 | 2026-06-03T06:11:00.792Z | Switched to branch 'renovate/reqwest' |
| 97 | 2026-06-03T06:11:00.796Z | + git reset --hard e0f197c6e68c6ce2cdb109eaf9488b32ae763b65 |
| 98 | 2026-06-03T06:11:00.796Z | HEAD is now at e0f197c Update reqwest to 0.13.4 |
| 99 | 2026-06-03T06:11:00.796Z | process exited: duration 1446 ms, exit code 0 |
| |
| 100 | 2026-06-03T06:11:00.806Z | starting task 4: "build" |
| 101 | 2026-06-03T06:11:00.822Z | + cargo --version |
| 102 | 2026-06-03T06:11:00.826Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 103 | 2026-06-03T06:11:01.106Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 104 | 2026-06-03T06:11:01.116Z | info: downloading 6 components |
| 105 | 2026-06-03T06:11:15.565Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 106 | 2026-06-03T06:11:15.568Z | + rustc --version |
| 107 | 2026-06-03T06:11:15.600Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 108 | 2026-06-03T06:11:15.602Z | + banner build |
| 109 | 2026-06-03T06:11:15.605Z | |
| 110 | 2026-06-03T06:11:15.605Z | ##### # # # # ##### |
| 111 | 2026-06-03T06:11:15.605Z | # # # # # # # # |
| 112 | 2026-06-03T06:11:15.605Z | ##### # # # # # # |
| 113 | 2026-06-03T06:11:15.605Z | # # # # # # # # |
| 114 | 2026-06-03T06:11:15.605Z | # # # # # # # # |
| 115 | 2026-06-03T06:11:15.605Z | ##### #### # ###### ##### |
| 116 | 2026-06-03T06:11:15.606Z | |
| 117 | 2026-06-03T06:11:15.606Z | + ptime -m cargo build --all |
| 118 | 2026-06-03T06:11:15.688Z | Updating crates.io index |
| 119 | 2026-06-03T06:11:15.691Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 120 | 2026-06-03T06:11:16.064Z | From https://github.com/oxidecomputer/netadm-sys |
| 121 | 2026-06-03T06:11:16.064Z | * [new ref] 201992c327b69211c29f097cc767dc2801315fa3 -> refs/commit/201992c327b69211c29f097cc767dc2801315fa3 |
| 122 | 2026-06-03T06:11:16.104Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 123 | 2026-06-03T06:11:16.743Z | From https://github.com/oxidecomputer/propolis |
| 124 | 2026-06-03T06:11:16.743Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 125 | 2026-06-03T06:11:17.316Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 126 | 2026-06-03T06:11:17.608Z | From https://github.com/oxidecomputer/zone |
| 127 | 2026-06-03T06:11:17.608Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 128 | 2026-06-03T06:11:17.614Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 129 | 2026-06-03T06:11:17.909Z | From https://github.com/oxidecomputer/dlpi-sys |
| 130 | 2026-06-03T06:11:17.909Z | * [new ref] 37a4abfd821ac5adaee280e112997fe169cc9902 -> refs/commit/37a4abfd821ac5adaee280e112997fe169cc9902 |
| 131 | 2026-06-03T06:11:17.922Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 132 | 2026-06-03T06:11:18.216Z | From https://github.com/jmesmon/rust-libzfs |
| 133 | 2026-06-03T06:11:18.216Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 134 | 2026-06-03T06:11:18.235Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 135 | 2026-06-03T06:11:18.519Z | From https://github.com/oxidecomputer/rusty-doors |
| 136 | 2026-06-03T06:11:18.519Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 137 | 2026-06-03T06:11:18.525Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 138 | 2026-06-03T06:11:19.428Z | From https://github.com/oxidecomputer/crucible |
| 139 | 2026-06-03T06:11:19.428Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 140 | 2026-06-03T06:11:21.405Z | Downloading crates ... |
| 141 | 2026-06-03T06:11:21.462Z | Downloaded anstyle-query v1.1.5 |
| 142 | 2026-06-03T06:11:21.466Z | Downloaded anstyle-parse v1.0.0 |
| 143 | 2026-06-03T06:11:21.475Z | Downloaded base64 v0.22.1 |
| 144 | 2026-06-03T06:11:21.488Z | Downloaded displaydoc v0.2.6 |
| 145 | 2026-06-03T06:11:21.492Z | Downloaded clap_derive v4.6.1 |
| 146 | 2026-06-03T06:11:21.492Z | Downloaded async-trait v0.1.89 |
| 147 | 2026-06-03T06:11:21.495Z | Downloaded getrandom v0.3.4 |
| 148 | 2026-06-03T06:11:21.495Z | Downloaded anstyle v1.0.14 |
| 149 | 2026-06-03T06:11:21.499Z | Downloaded anyhow v1.0.102 |
| 150 | 2026-06-03T06:11:21.499Z | Downloaded autocfg v1.5.1 |
| 151 | 2026-06-03T06:11:21.502Z | Downloaded aho-corasick v1.1.4 |
| 152 | 2026-06-03T06:11:21.505Z | Downloaded allocator-api2 v0.2.21 |
| 153 | 2026-06-03T06:11:21.563Z | Downloaded strsim v0.11.1 |
| 154 | 2026-06-03T06:11:21.564Z | Downloaded proc-macro-error-attr v1.0.4 |
| 155 | 2026-06-03T06:11:21.564Z | Downloaded foreign-types-macros v0.2.3 |
| 156 | 2026-06-03T06:11:21.564Z | Downloaded atomic-waker v1.1.2 |
| 157 | 2026-06-03T06:11:21.564Z | Downloaded anstream v1.0.0 |
| 158 | 2026-06-03T06:11:21.564Z | Downloaded rand_core v0.9.5 |
| 159 | 2026-06-03T06:11:21.564Z | Downloaded slog-envlogger v2.2.0 |
| 160 | 2026-06-03T06:11:21.564Z | Downloaded once_cell v1.21.4 |
| 161 | 2026-06-03T06:11:21.564Z | Downloaded icu_normalizer v2.2.0 |
| 162 | 2026-06-03T06:11:21.564Z | Downloaded arc-swap v1.9.1 |
| 163 | 2026-06-03T06:11:21.564Z | Downloaded is-terminal v0.4.17 |
| 164 | 2026-06-03T06:11:21.564Z | Downloaded http-body v1.0.1 |
| 165 | 2026-06-03T06:11:21.564Z | Downloaded base16ct v1.0.0 |
| 166 | 2026-06-03T06:11:21.564Z | Downloaded cfg_aliases v0.2.1 |
| 167 | 2026-06-03T06:11:21.564Z | Downloaded num-conv v0.2.2 |
| 168 | 2026-06-03T06:11:21.564Z | Downloaded serde_urlencoded v0.7.1 |
| 169 | 2026-06-03T06:11:21.564Z | Downloaded powerfmt v0.2.0 |
| 170 | 2026-06-03T06:11:21.564Z | Downloaded idna_adapter v1.2.2 |
| 171 | 2026-06-03T06:11:21.564Z | Downloaded serde_yaml v0.9.34+deprecated |
| 172 | 2026-06-03T06:11:21.564Z | Downloaded itoa v1.0.18 |
| 173 | 2026-06-03T06:11:21.564Z | Downloaded tabwriter v1.4.1 |
| 174 | 2026-06-03T06:11:21.564Z | Downloaded heck v0.5.0 |
| 175 | 2026-06-03T06:11:21.564Z | Downloaded crucible-workspace-hack v0.1.0 |
| 176 | 2026-06-03T06:11:21.564Z | Downloaded cfg-if v1.0.4 |
| 177 | 2026-06-03T06:11:21.564Z | Downloaded colorchoice v1.0.5 |
| 178 | 2026-06-03T06:11:21.564Z | Downloaded thiserror-impl v1.0.69 |
| 179 | 2026-06-03T06:11:21.564Z | Downloaded serde_derive_internals v0.29.1 |
| 180 | 2026-06-03T06:11:21.564Z | Downloaded foreign-types-shared v0.3.1 |
| 181 | 2026-06-03T06:11:21.565Z | Downloaded smf v0.2.3 |
| 182 | 2026-06-03T06:11:21.565Z | Downloaded futures-sink v0.3.32 |
| 183 | 2026-06-03T06:11:21.565Z | Downloaded openapiv3 v2.2.0 |
| 184 | 2026-06-03T06:11:21.565Z | Downloaded hyper-rustls v0.27.9 |
| 185 | 2026-06-03T06:11:21.565Z | Downloaded futures-task v0.3.32 |
| 186 | 2026-06-03T06:11:21.565Z | Downloaded either v1.16.0 |
| 187 | 2026-06-03T06:11:21.565Z | Downloaded proc-macro-crate v3.5.0 |
| 188 | 2026-06-03T06:11:21.565Z | Downloaded futures-macro v0.3.32 |
| 189 | 2026-06-03T06:11:21.565Z | Downloaded clap_lex v1.1.0 |
| 190 | 2026-06-03T06:11:21.565Z | Downloaded data-encoding v2.11.0 |
| 191 | 2026-06-03T06:11:21.565Z | Downloaded thread_local v1.1.9 |
| 192 | 2026-06-03T06:11:21.565Z | Downloaded synstructure v0.13.2 |
| 193 | 2026-06-03T06:11:21.565Z | Downloaded foreign-types v0.5.0 |
| 194 | 2026-06-03T06:11:21.565Z | Downloaded crypto-common v0.1.7 |
| 195 | 2026-06-03T06:11:21.565Z | Downloaded cpufeatures v0.2.17 |
| 196 | 2026-06-03T06:11:21.565Z | Downloaded cstr-argument v0.1.2 |
| 197 | 2026-06-03T06:11:21.565Z | Downloaded is_terminal_polyfill v1.70.2 |
| 198 | 2026-06-03T06:11:21.569Z | Downloaded heck v0.4.1 |
| 199 | 2026-06-03T06:11:21.569Z | Downloaded subtle v2.6.1 |
| 200 | 2026-06-03T06:11:21.569Z | Downloaded cpufeatures v0.3.0 |
| 201 | 2026-06-03T06:11:21.569Z | Downloaded schemars_derive v0.8.22 |
| 202 | 2026-06-03T06:11:21.572Z | Downloaded pkg-config v0.3.33 |
| 203 | 2026-06-03T06:11:21.572Z | Downloaded equivalent v1.0.2 |
| 204 | 2026-06-03T06:11:21.575Z | Downloaded futures-core v0.3.32 |
| 205 | 2026-06-03T06:11:21.578Z | Downloaded stable_deref_trait v1.2.1 |
| 206 | 2026-06-03T06:11:21.578Z | Downloaded futures-io v0.3.32 |
| 207 | 2026-06-03T06:11:21.582Z | Downloaded block-buffer v0.10.4 |
| 208 | 2026-06-03T06:11:21.586Z | Downloaded generic-array v0.14.7 |
| 209 | 2026-06-03T06:11:21.586Z | Downloaded tinyvec_macros v0.1.1 |
| 210 | 2026-06-03T06:11:21.586Z | Downloaded serde_spanned v1.1.1 |
| 211 | 2026-06-03T06:11:21.589Z | Downloaded rand_chacha v0.3.1 |
| 212 | 2026-06-03T06:11:21.589Z | Downloaded lazy_static v1.5.0 |
| 213 | 2026-06-03T06:11:21.589Z | Downloaded serde_tokenstream v0.2.3 |
| 214 | 2026-06-03T06:11:21.592Z | Downloaded find-msvc-tools v0.1.9 |
| 215 | 2026-06-03T06:11:21.595Z | Downloaded take_mut v0.2.2 |
| 216 | 2026-06-03T06:11:21.595Z | Downloaded sha1 v0.10.6 |
| 217 | 2026-06-03T06:11:21.598Z | Downloaded pretty-hex v0.4.2 |
| 218 | 2026-06-03T06:11:21.598Z | Downloaded rustls-pki-types v1.14.1 |
| 219 | 2026-06-03T06:11:21.601Z | Downloaded progenitor v0.10.0 |
| 220 | 2026-06-03T06:11:21.602Z | Downloaded potential_utf v0.1.5 |
| 221 | 2026-06-03T06:11:21.605Z | Downloaded tokio-macros v2.7.0 |
| 222 | 2026-06-03T06:11:21.605Z | Downloaded thiserror-impl v2.0.18 |
| 223 | 2026-06-03T06:11:21.605Z | Downloaded shlex v2.0.1 |
| 224 | 2026-06-03T06:11:21.608Z | Downloaded memchr v2.8.1 |
| 225 | 2026-06-03T06:11:21.613Z | Downloaded ipnet v2.12.0 |
| 226 | 2026-06-03T06:11:21.613Z | Downloaded sync_wrapper v1.0.2 |
| 227 | 2026-06-03T06:11:21.617Z | Downloaded time-core v0.1.8 |
| 228 | 2026-06-03T06:11:21.617Z | Downloaded progenitor-client v0.10.0 |
| 229 | 2026-06-03T06:11:21.624Z | Downloaded rustc-hash v2.1.2 |
| 230 | 2026-06-03T06:11:21.627Z | Downloaded utf8_iter v1.0.4 |
| 231 | 2026-06-03T06:11:21.627Z | Downloaded unit-prefix v0.5.2 |
| 232 | 2026-06-03T06:11:21.627Z | Downloaded typeid v1.0.3 |
| 233 | 2026-06-03T06:11:21.627Z | Downloaded try-lock v0.2.5 |
| 234 | 2026-06-03T06:11:21.628Z | Downloaded version_check v0.9.5 |
| 235 | 2026-06-03T06:11:21.628Z | Downloaded utf8parse v0.2.2 |
| 236 | 2026-06-03T06:11:21.630Z | Downloaded signal-hook-registry v1.4.8 |
| 237 | 2026-06-03T06:11:21.630Z | Downloaded num_enum_derive v0.7.6 |
| 238 | 2026-06-03T06:11:21.630Z | Downloaded futures-executor v0.3.32 |
| 239 | 2026-06-03T06:11:21.633Z | Downloaded deranged v0.5.8 |
| 240 | 2026-06-03T06:11:21.636Z | Downloaded utf-8 v0.7.6 |
| 241 | 2026-06-03T06:11:21.636Z | Downloaded lru-slab v0.1.2 |
| 242 | 2026-06-03T06:11:21.636Z | Downloaded typify-macro v0.4.3 |
| 243 | 2026-06-03T06:11:21.636Z | Downloaded tinystr v0.8.3 |
| 244 | 2026-06-03T06:11:21.639Z | Downloaded foldhash v0.2.0 |
| 245 | 2026-06-03T06:11:21.639Z | Downloaded progenitor-macro v0.10.0 |
| 246 | 2026-06-03T06:11:21.642Z | Downloaded time-macros v0.2.27 |
| 247 | 2026-06-03T06:11:21.645Z | Downloaded http-body-util v0.1.3 |
| 248 | 2026-06-03T06:11:21.645Z | Downloaded thiserror v1.0.69 |
| 249 | 2026-06-03T06:11:21.648Z | Downloaded slog-async v2.8.0 |
| 250 | 2026-06-03T06:11:21.651Z | Downloaded errno v0.3.14 |
| 251 | 2026-06-03T06:11:21.651Z | Downloaded slog-scope v4.4.1 |
| 252 | 2026-06-03T06:11:21.651Z | Downloaded rustversion v1.0.22 |
| 253 | 2026-06-03T06:11:21.654Z | Downloaded erased-serde v0.3.31 |
| 254 | 2026-06-03T06:11:21.654Z | Downloaded form_urlencoded v1.2.2 |
| 255 | 2026-06-03T06:11:21.654Z | Downloaded digest v0.10.7 |
| 256 | 2026-06-03T06:11:21.657Z | Downloaded rand_core v0.6.4 |
| 257 | 2026-06-03T06:11:21.657Z | Downloaded want v0.3.1 |
| 258 | 2026-06-03T06:11:21.660Z | Downloaded untrusted v0.9.0 |
| 259 | 2026-06-03T06:11:21.660Z | Downloaded zone v0.3.1 |
| 260 | 2026-06-03T06:11:21.663Z | Downloaded colored v3.1.1 |
| 261 | 2026-06-03T06:11:21.666Z | Downloaded httparse v1.10.1 |
| 262 | 2026-06-03T06:11:21.669Z | Downloaded chacha20 v0.10.0 |
| 263 | 2026-06-03T06:11:21.669Z | Downloaded thiserror v2.0.18 |
| 264 | 2026-06-03T06:11:21.672Z | Downloaded socket2 v0.6.4 |
| 265 | 2026-06-03T06:11:21.675Z | Downloaded zerofrom-derive v0.1.7 |
| 266 | 2026-06-03T06:11:21.675Z | Downloaded rand_chacha v0.9.0 |
| 267 | 2026-06-03T06:11:21.675Z | Downloaded mio v1.2.1 |
| 268 | 2026-06-03T06:11:21.678Z | Downloaded tokio-tungstenite v0.21.0 |
| 269 | 2026-06-03T06:11:21.681Z | Downloaded slog-stdlog v4.1.1 |
| 270 | 2026-06-03T06:11:21.681Z | Downloaded sha2 v0.10.9 |
| 271 | 2026-06-03T06:11:21.681Z | Downloaded num_enum v0.7.6 |
| 272 | 2026-06-03T06:11:21.684Z | Downloaded zerofrom v0.1.8 |
| 273 | 2026-06-03T06:11:21.685Z | Downloaded zone_cfg_derive v0.3.1 |
| 274 | 2026-06-03T06:11:21.687Z | Downloaded scopeguard v1.2.0 |
| 275 | 2026-06-03T06:11:21.687Z | Downloaded yoke-derive v0.8.2 |
| 276 | 2026-06-03T06:11:21.688Z | Downloaded proc-macro-error v1.0.4 |
| 277 | 2026-06-03T06:11:21.690Z | Downloaded tower-layer v0.3.3 |
| 278 | 2026-06-03T06:11:21.690Z | Downloaded quinn-udp v0.5.14 |
| 279 | 2026-06-03T06:11:21.691Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 280 | 2026-06-03T06:11:21.694Z | Downloaded oxnet v0.1.6 |
| 281 | 2026-06-03T06:11:21.694Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 282 | 2026-06-03T06:11:21.694Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 283 | 2026-06-03T06:11:21.694Z | Downloaded base64 v0.21.7 |
| 284 | 2026-06-03T06:11:21.697Z | Downloaded pin-project-lite v0.2.17 |
| 285 | 2026-06-03T06:11:21.700Z | Downloaded litemap v0.8.2 |
| 286 | 2026-06-03T06:11:21.702Z | Downloaded getrandom v0.2.17 |
| 287 | 2026-06-03T06:11:21.703Z | Downloaded camino v1.2.2 |
| 288 | 2026-06-03T06:11:21.706Z | Downloaded lock_api v0.4.14 |
| 289 | 2026-06-03T06:11:21.706Z | Downloaded console v0.16.3 |
| 290 | 2026-06-03T06:11:21.706Z | Downloaded smallvec v1.15.1 |
| 291 | 2026-06-03T06:11:21.709Z | Downloaded quote v1.0.45 |
| 292 | 2026-06-03T06:11:21.709Z | Downloaded serde_derive v1.0.228 |
| 293 | 2026-06-03T06:11:21.712Z | Downloaded serde_core v1.0.228 |
| 294 | 2026-06-03T06:11:21.712Z | Downloaded cargo_toml v0.22.3 |
| 295 | 2026-06-03T06:11:21.712Z | Downloaded proc-macro2 v1.0.106 |
| 296 | 2026-06-03T06:11:21.715Z | Downloaded bitflags v2.11.1 |
| 297 | 2026-06-03T06:11:21.715Z | Downloaded dyn-clone v1.0.20 |
| 298 | 2026-06-03T06:11:21.718Z | Downloaded futures-channel v0.3.32 |
| 299 | 2026-06-03T06:11:21.718Z | Downloaded term v1.2.1 |
| 300 | 2026-06-03T06:11:21.721Z | Downloaded byteorder v1.5.0 |
| 301 | 2026-06-03T06:11:21.721Z | Downloaded percent-encoding v2.3.2 |
| 302 | 2026-06-03T06:11:21.721Z | Downloaded xz2 v0.1.7 |
| 303 | 2026-06-03T06:11:21.724Z | Downloaded prettyplease v0.2.37 |
| 304 | 2026-06-03T06:11:21.725Z | Downloaded tower-service v0.3.3 |
| 305 | 2026-06-03T06:11:21.727Z | Downloaded icu_properties v2.2.0 |
| 306 | 2026-06-03T06:11:21.728Z | Downloaded iana-time-zone v0.1.65 |
| 307 | 2026-06-03T06:11:21.730Z | Downloaded indexmap v2.14.0 |
| 308 | 2026-06-03T06:11:21.734Z | Downloaded ppv-lite86 v0.2.21 |
| 309 | 2026-06-03T06:11:21.734Z | Downloaded crossbeam-utils v0.8.21 |
| 310 | 2026-06-03T06:11:21.734Z | Downloaded zeroize v1.8.2 |
| 311 | 2026-06-03T06:11:21.737Z | Downloaded clap v4.6.1 |
| 312 | 2026-06-03T06:11:21.740Z | Downloaded slab v0.4.12 |
| 313 | 2026-06-03T06:11:21.743Z | Downloaded ryu v1.0.23 |
| 314 | 2026-06-03T06:11:21.743Z | Downloaded tracing-attributes v0.1.31 |
| 315 | 2026-06-03T06:11:21.743Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 316 | 2026-06-03T06:11:21.747Z | Downloaded semver v1.0.28 |
| 317 | 2026-06-03T06:11:21.747Z | Downloaded rand_core v0.10.1 |
| 318 | 2026-06-03T06:11:21.750Z | Downloaded tokio-rustls v0.26.4 |
| 319 | 2026-06-03T06:11:21.750Z | Downloaded zmij v1.0.21 |
| 320 | 2026-06-03T06:11:21.750Z | Downloaded num-traits v0.2.19 |
| 321 | 2026-06-03T06:11:21.753Z | Downloaded parking_lot v0.12.5 |
| 322 | 2026-06-03T06:11:21.753Z | Downloaded icu_provider v2.2.0 |
| 323 | 2026-06-03T06:11:21.756Z | Downloaded getrandom v0.4.2 |
| 324 | 2026-06-03T06:11:21.760Z | Downloaded tinyvec v1.11.0 |
| 325 | 2026-06-03T06:11:21.763Z | Downloaded progenitor-impl v0.10.0 |
| 326 | 2026-06-03T06:11:21.766Z | Downloaded yoke v0.8.2 |
| 327 | 2026-06-03T06:11:21.766Z | Downloaded writeable v0.6.3 |
| 328 | 2026-06-03T06:11:21.769Z | Downloaded log v0.4.30 |
| 329 | 2026-06-03T06:11:21.772Z | Downloaded slog-term v2.9.2 |
| 330 | 2026-06-03T06:11:21.772Z | Downloaded zerovec-derive v0.11.3 |
| 331 | 2026-06-03T06:11:21.775Z | Downloaded slog v2.8.2 |
| 332 | 2026-06-03T06:11:21.781Z | Downloaded quinn v0.11.9 |
| 333 | 2026-06-03T06:11:21.781Z | Downloaded bytes v1.11.1 |
| 334 | 2026-06-03T06:11:21.784Z | Downloaded unicode-ident v1.0.24 |
| 335 | 2026-06-03T06:11:21.784Z | Downloaded tungstenite v0.21.0 |
| 336 | 2026-06-03T06:11:21.784Z | Downloaded typify v0.4.3 |
| 337 | 2026-06-03T06:11:21.787Z | Downloaded tracing-core v0.1.36 |
| 338 | 2026-06-03T06:11:21.790Z | Downloaded parking_lot_core v0.9.12 |
| 339 | 2026-06-03T06:11:21.790Z | Downloaded icu_normalizer_data v2.2.0 |
| 340 | 2026-06-03T06:11:21.793Z | Downloaded futures v0.3.32 |
| 341 | 2026-06-03T06:11:21.796Z | Downloaded uuid v1.23.2 |
| 342 | 2026-06-03T06:11:21.799Z | Downloaded icu_locale_core v2.2.0 |
| 343 | 2026-06-03T06:11:21.802Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 344 | 2026-06-03T06:11:21.802Z | Downloaded schemars v0.8.22 |
| 345 | 2026-06-03T06:11:21.809Z | Downloaded unsafe-libyaml v0.2.11 |
| 346 | 2026-06-03T06:11:21.812Z | Downloaded crossbeam-channel v0.5.15 |
| 347 | 2026-06-03T06:11:21.816Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 348 | 2026-06-03T06:11:21.816Z | Downloaded rustls-webpki v0.103.13 |
| 349 | 2026-06-03T06:11:21.819Z | Downloaded rand v0.8.6 |
| 350 | 2026-06-03T06:11:21.821Z | Downloaded rand v0.9.4 |
| 351 | 2026-06-03T06:11:21.821Z | Downloaded hyper-util v0.1.20 |
| 352 | 2026-06-03T06:11:21.824Z | Downloaded cc v1.2.63 |
| 353 | 2026-06-03T06:11:21.828Z | Downloaded icu_collections v2.2.0 |
| 354 | 2026-06-03T06:11:21.830Z | Downloaded url v2.5.8 |
| 355 | 2026-06-03T06:11:21.833Z | Downloaded serde v1.0.228 |
| 356 | 2026-06-03T06:11:21.833Z | Downloaded zerotrie v0.2.4 |
| 357 | 2026-06-03T06:11:21.836Z | Downloaded indicatif v0.18.4 |
| 358 | 2026-06-03T06:11:21.839Z | Downloaded rand v0.10.1 |
| 359 | 2026-06-03T06:11:21.846Z | Downloaded typenum v1.20.1 |
| 360 | 2026-06-03T06:11:21.849Z | Downloaded http v1.4.1 |
| 361 | 2026-06-03T06:11:21.854Z | Downloaded idna v1.1.0 |
| 362 | 2026-06-03T06:11:21.859Z | Downloaded itertools v0.12.1 |
| 363 | 2026-06-03T06:11:21.869Z | Downloaded tokio-util v0.7.18 |
| 364 | 2026-06-03T06:11:21.874Z | Downloaded regex v1.12.3 |
| 365 | 2026-06-03T06:11:21.877Z | Downloaded zerovec v0.11.6 |
| 366 | 2026-06-03T06:11:21.880Z | Downloaded reqwest v0.13.4 |
| 367 | 2026-06-03T06:11:21.883Z | Downloaded tower v0.5.3 |
| 368 | 2026-06-03T06:11:21.887Z | Downloaded portable-atomic v1.13.1 |
| 369 | 2026-06-03T06:11:21.891Z | Downloaded tower-http v0.6.11 |
| 370 | 2026-06-03T06:11:21.896Z | Downloaded winnow v1.0.3 |
| 371 | 2026-06-03T06:11:21.901Z | Downloaded futures-util v0.3.32 |
| 372 | 2026-06-03T06:11:21.907Z | Downloaded icu_properties_data v2.2.0 |
| 373 | 2026-06-03T06:11:21.912Z | Downloaded hyper v1.10.1 |
| 374 | 2026-06-03T06:11:21.916Z | Downloaded hashbrown v0.17.1 |
| 375 | 2026-06-03T06:11:21.919Z | Downloaded unicode-width v0.2.2 |
| 376 | 2026-06-03T06:11:21.922Z | Downloaded serde_json v1.0.150 |
| 377 | 2026-06-03T06:11:21.926Z | Downloaded chrono v0.4.44 |
| 378 | 2026-06-03T06:11:21.929Z | Downloaded hashbrown v0.16.1 |
| 379 | 2026-06-03T06:11:21.932Z | Downloaded clap_builder v4.6.0 |
| 380 | 2026-06-03T06:11:21.936Z | Downloaded reqwest v0.12.28 |
| 381 | 2026-06-03T06:11:21.939Z | Downloaded ron v0.12.1 |
| 382 | 2026-06-03T06:11:21.943Z | Downloaded syn v1.0.109 |
| 383 | 2026-06-03T06:11:21.964Z | Downloaded winnow v0.7.15 |
| 384 | 2026-06-03T06:11:21.969Z | Downloaded webpki-roots v1.0.7 |
| 385 | 2026-06-03T06:11:21.977Z | Downloaded time v0.3.47 |
| 386 | 2026-06-03T06:11:21.985Z | Downloaded libc v0.2.186 |
| 387 | 2026-06-03T06:11:22.003Z | Downloaded quinn-proto v0.11.14 |
| 388 | 2026-06-03T06:11:22.006Z | Downloaded tokio v1.52.3 |
| 389 | 2026-06-03T06:11:22.029Z | Downloaded zerocopy v0.8.50 |
| 390 | 2026-06-03T06:11:22.039Z | Downloaded syn v2.0.117 |
| 391 | 2026-06-03T06:11:22.049Z | Downloaded regress v0.10.5 |
| 392 | 2026-06-03T06:11:22.063Z | Downloaded regex-syntax v0.8.10 |
| 393 | 2026-06-03T06:11:22.078Z | Downloaded rustls v0.23.40 |
| 394 | 2026-06-03T06:11:22.104Z | Downloaded typify-impl v0.4.3 |
| 395 | 2026-06-03T06:11:22.111Z | Downloaded tracing v0.1.44 |
| 396 | 2026-06-03T06:11:22.129Z | Downloaded regex-automata v0.4.14 |
| 397 | 2026-06-03T06:11:22.137Z | Downloaded lzma-sys v0.1.20 |
| 398 | 2026-06-03T06:11:22.188Z | Downloaded ring v0.17.14 |
| 399 | 2026-06-03T06:11:22.284Z | Compiling proc-macro2 v1.0.106 |
| 400 | 2026-06-03T06:11:22.284Z | Compiling quote v1.0.45 |
| 401 | 2026-06-03T06:11:22.284Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-03T06:11:22.287Z | Compiling libc v0.2.186 |
| 403 | 2026-06-03T06:11:22.287Z | Compiling cfg-if v1.0.4 |
| 404 | 2026-06-03T06:11:22.287Z | Compiling itoa v1.0.18 |
| 405 | 2026-06-03T06:11:22.373Z | Compiling serde_core v1.0.228 |
| 406 | 2026-06-03T06:11:22.434Z | Compiling memchr v2.8.1 |
| 407 | 2026-06-03T06:11:22.491Z | Compiling equivalent v1.0.2 |
| 408 | 2026-06-03T06:11:22.549Z | Compiling zmij v1.0.21 |
| 409 | 2026-06-03T06:11:22.565Z | Compiling serde v1.0.228 |
| 410 | 2026-06-03T06:11:23.035Z | Compiling serde_json v1.0.150 |
| 411 | 2026-06-03T06:11:23.183Z | Compiling autocfg v1.5.1 |
| 412 | 2026-06-03T06:11:23.196Z | Compiling version_check v0.9.5 |
| 413 | 2026-06-03T06:11:23.278Z | Compiling smallvec v1.15.1 |
| 414 | 2026-06-03T06:11:23.464Z | Compiling bytes v1.11.1 |
| 415 | 2026-06-03T06:11:23.476Z | Compiling pin-project-lite v0.2.17 |
| 416 | 2026-06-03T06:11:23.484Z | Compiling stable_deref_trait v1.2.1 |
| 417 | 2026-06-03T06:11:23.502Z | Compiling futures-core v0.3.32 |
| 418 | 2026-06-03T06:11:23.515Z | Compiling num-traits v0.2.19 |
| 419 | 2026-06-03T06:11:23.553Z | Compiling find-msvc-tools v0.1.9 |
| 420 | 2026-06-03T06:11:23.641Z | Compiling shlex v2.0.1 |
| 421 | 2026-06-03T06:11:23.820Z | Compiling parking_lot_core v0.9.12 |
| 422 | 2026-06-03T06:11:23.824Z | Compiling hashbrown v0.17.1 |
| 423 | 2026-06-03T06:11:24.096Z | Compiling syn v2.0.117 |
| 424 | 2026-06-03T06:11:24.192Z | Compiling http v1.4.1 |
| 425 | 2026-06-03T06:11:24.208Z | Compiling cc v1.2.63 |
| 426 | 2026-06-03T06:11:24.254Z | Compiling socket2 v0.6.4 |
| 427 | 2026-06-03T06:11:24.534Z | Compiling scopeguard v1.2.0 |
| 428 | 2026-06-03T06:11:24.640Z | Compiling schemars v0.8.22 |
| 429 | 2026-06-03T06:11:24.713Z | Compiling rustversion v1.0.22 |
| 430 | 2026-06-03T06:11:24.884Z | Compiling futures-sink v0.3.32 |
| 431 | 2026-06-03T06:11:24.991Z | Compiling lock_api v0.4.14 |
| 432 | 2026-06-03T06:11:25.101Z | Compiling errno v0.3.14 |
| 433 | 2026-06-03T06:11:25.110Z | Compiling thiserror v2.0.18 |
| 434 | 2026-06-03T06:11:25.155Z | Compiling rand_core v0.10.1 |
| 435 | 2026-06-03T06:11:25.202Z | Compiling getrandom v0.4.2 |
| 436 | 2026-06-03T06:11:25.206Z | Compiling litemap v0.8.2 |
| 437 | 2026-06-03T06:11:25.241Z | Compiling dyn-clone v1.0.20 |
| 438 | 2026-06-03T06:11:25.290Z | Compiling writeable v0.6.3 |
| 439 | 2026-06-03T06:11:25.299Z | Compiling signal-hook-registry v1.4.8 |
| 440 | 2026-06-03T06:11:25.341Z | Compiling parking_lot v0.12.5 |
| 441 | 2026-06-03T06:11:25.388Z | Compiling futures-channel v0.3.32 |
| 442 | 2026-06-03T06:11:25.481Z | Compiling getrandom v0.2.17 |
| 443 | 2026-06-03T06:11:25.490Z | Compiling mio v1.2.1 |
| 444 | 2026-06-03T06:11:25.580Z | Compiling once_cell v1.21.4 |
| 445 | 2026-06-03T06:11:25.602Z | Compiling icu_properties_data v2.2.0 |
| 446 | 2026-06-03T06:11:25.628Z | Compiling winnow v1.0.3 |
| 447 | 2026-06-03T06:11:25.652Z | Compiling icu_normalizer_data v2.2.0 |
| 448 | 2026-06-03T06:11:25.733Z | Compiling utf8_iter v1.0.4 |
| 449 | 2026-06-03T06:11:25.839Z | Compiling indexmap v2.14.0 |
| 450 | 2026-06-03T06:11:25.890Z | Compiling allocator-api2 v0.2.21 |
| 451 | 2026-06-03T06:11:25.910Z | Compiling percent-encoding v2.3.2 |
| 452 | 2026-06-03T06:11:25.973Z | Compiling foldhash v0.2.0 |
| 453 | 2026-06-03T06:11:25.994Z | Compiling futures-task v0.3.32 |
| 454 | 2026-06-03T06:11:26.003Z | Compiling slab v0.4.12 |
| 455 | 2026-06-03T06:11:26.096Z | Compiling futures-io v0.3.32 |
| 456 | 2026-06-03T06:11:26.196Z | Compiling hashbrown v0.16.1 |
| 457 | 2026-06-03T06:11:26.204Z | Compiling log v0.4.30 |
| 458 | 2026-06-03T06:11:26.243Z | Compiling heck v0.5.0 |
| 459 | 2026-06-03T06:11:26.281Z | Compiling httparse v1.10.1 |
| 460 | 2026-06-03T06:11:26.408Z | Compiling iana-time-zone v0.1.65 |
| 461 | 2026-06-03T06:11:26.461Z | Compiling ring v0.17.14 |
| 462 | 2026-06-03T06:11:26.623Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 463 | 2026-06-03T06:11:26.670Z | Compiling chrono v0.4.44 |
| 464 | 2026-06-03T06:11:26.713Z | Compiling syn v1.0.109 |
| 465 | 2026-06-03T06:11:26.968Z | Compiling synstructure v0.13.2 |
| 466 | 2026-06-03T06:11:27.036Z | Compiling serde_derive_internals v0.29.1 |
| 467 | 2026-06-03T06:11:27.171Z | Compiling form_urlencoded v1.2.2 |
| 468 | 2026-06-03T06:11:27.288Z | Compiling tracing-core v0.1.36 |
| 469 | 2026-06-03T06:11:27.350Z | Compiling http-body v1.0.1 |
| 470 | 2026-06-03T06:11:27.486Z | Compiling generic-array v0.14.7 |
| 471 | 2026-06-03T06:11:27.613Z | Compiling uuid v1.23.2 |
| 472 | 2026-06-03T06:11:27.744Z | Compiling regex-syntax v0.8.10 |
| 473 | 2026-06-03T06:11:27.751Z | Compiling thiserror v1.0.69 |
| 474 | 2026-06-03T06:11:27.881Z | Compiling zeroize v1.8.2 |
| 475 | 2026-06-03T06:11:27.890Z | Compiling zerocopy v0.8.50 |
| 476 | 2026-06-03T06:11:28.006Z | Compiling serde_derive v1.0.228 |
| 477 | 2026-06-03T06:11:28.045Z | Compiling zerofrom-derive v0.1.7 |
| 478 | 2026-06-03T06:11:28.058Z | Compiling yoke-derive v0.8.2 |
| 479 | 2026-06-03T06:11:28.114Z | Compiling zerovec-derive v0.11.3 |
| 480 | 2026-06-03T06:11:28.207Z | Compiling displaydoc v0.2.6 |
| 481 | 2026-06-03T06:11:28.268Z | Compiling schemars_derive v0.8.22 |
| 482 | 2026-06-03T06:11:29.040Z | Compiling thiserror-impl v2.0.18 |
| 483 | 2026-06-03T06:11:29.155Z | Compiling tokio-macros v2.7.0 |
| 484 | 2026-06-03T06:11:29.279Z | Compiling futures-macro v0.3.32 |
| 485 | 2026-06-03T06:11:29.293Z | Compiling zerofrom v0.1.8 |
| 486 | 2026-06-03T06:11:29.409Z | Compiling yoke v0.8.2 |
| 487 | 2026-06-03T06:11:29.563Z | Compiling tracing-attributes v0.1.31 |
| 488 | 2026-06-03T06:11:29.624Z | Compiling zerovec v0.11.6 |
| 489 | 2026-06-03T06:11:29.760Z | Compiling zerotrie v0.2.4 |
| 490 | 2026-06-03T06:11:29.909Z | Compiling tokio v1.52.3 |
| 491 | 2026-06-03T06:11:30.051Z | Compiling tinystr v0.8.3 |
| 492 | 2026-06-03T06:11:30.117Z | Compiling potential_utf v0.1.5 |
| 493 | 2026-06-03T06:11:30.117Z | Compiling futures-util v0.3.32 |
| 494 | 2026-06-03T06:11:30.253Z | Compiling icu_locale_core v2.2.0 |
| 495 | 2026-06-03T06:11:30.405Z | Compiling icu_collections v2.2.0 |
| 496 | 2026-06-03T06:11:30.417Z | Compiling thiserror-impl v1.0.69 |
| 497 | 2026-06-03T06:11:30.547Z | Compiling rustls-pki-types v1.14.1 |
| 498 | 2026-06-03T06:11:30.835Z | Compiling tracing v0.1.44 |
| 499 | 2026-06-03T06:11:31.026Z | Compiling icu_provider v2.2.0 |
| 500 | 2026-06-03T06:11:31.297Z | Compiling icu_properties v2.2.0 |
| 501 | 2026-06-03T06:11:31.321Z | Compiling icu_normalizer v2.2.0 |
| 502 | 2026-06-03T06:11:31.338Z | Compiling regress v0.10.5 |
| 503 | 2026-06-03T06:11:31.913Z | Compiling semver v1.0.28 |
| 504 | 2026-06-03T06:11:31.997Z | Compiling tower-service v0.3.3 |
| 505 | 2026-06-03T06:11:32.197Z | Compiling idna_adapter v1.2.2 |
| 506 | 2026-06-03T06:11:32.272Z | Compiling typenum v1.20.1 |
| 507 | 2026-06-03T06:11:32.330Z | Compiling idna v1.1.0 |
| 508 | 2026-06-03T06:11:32.391Z | Compiling try-lock v0.2.5 |
| 509 | 2026-06-03T06:11:32.480Z | Compiling untrusted v0.9.0 |
| 510 | 2026-06-03T06:11:32.494Z | Compiling base64 v0.22.1 |
| 511 | 2026-06-03T06:11:32.785Z | Compiling typify-impl v0.4.3 |
| 512 | 2026-06-03T06:11:32.812Z | Compiling url v2.5.8 |
| 513 | 2026-06-03T06:11:33.112Z | Compiling want v0.3.1 |
| 514 | 2026-06-03T06:11:33.469Z | Compiling serde_tokenstream v0.2.3 |
| 515 | 2026-06-03T06:11:33.831Z | Compiling slog v2.8.2 |
| 516 | 2026-06-03T06:11:34.068Z | Compiling proc-macro-error-attr v1.0.4 |
| 517 | 2026-06-03T06:11:34.302Z | Compiling rustls v0.23.40 |
| 518 | 2026-06-03T06:11:34.379Z | Compiling atomic-waker v1.1.2 |
| 519 | 2026-06-03T06:11:34.503Z | Compiling hyper v1.10.1 |
| 520 | 2026-06-03T06:11:34.596Z | Compiling rustls-webpki v0.103.13 |
| 521 | 2026-06-03T06:11:34.688Z | Compiling erased-serde v0.3.31 |
| 522 | 2026-06-03T06:11:34.824Z | Compiling bitflags v2.11.1 |
| 523 | 2026-06-03T06:11:35.043Z | Compiling sync_wrapper v1.0.2 |
| 524 | 2026-06-03T06:11:35.145Z | Compiling proc-macro-error v1.0.4 |
| 525 | 2026-06-03T06:11:35.180Z | Compiling tower-layer v0.3.3 |
| 526 | 2026-06-03T06:11:35.238Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 527 | 2026-06-03T06:11:35.334Z | Compiling subtle v2.6.1 |
| 528 | 2026-06-03T06:11:35.377Z | Compiling ipnet v2.12.0 |
| 529 | 2026-06-03T06:11:35.458Z | Compiling ryu v1.0.23 |
| 530 | 2026-06-03T06:11:35.610Z | Compiling hyper-util v0.1.20 |
| 531 | 2026-06-03T06:11:35.641Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 532 | 2026-06-03T06:11:35.786Z | Compiling tower v0.5.3 |
| 533 | 2026-06-03T06:11:36.253Z | Compiling crypto-common v0.1.7 |
| 534 | 2026-06-03T06:11:36.258Z | Compiling block-buffer v0.10.4 |
| 535 | 2026-06-03T06:11:36.381Z | Compiling ppv-lite86 v0.2.21 |
| 536 | 2026-06-03T06:11:36.401Z | Compiling aho-corasick v1.1.4 |
| 537 | 2026-06-03T06:11:36.474Z | Compiling getrandom v0.3.4 |
| 538 | 2026-06-03T06:11:36.527Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 539 | 2026-06-03T06:11:36.789Z | Compiling digest v0.10.7 |
| 540 | 2026-06-03T06:11:36.830Z | Compiling tower-http v0.6.11 |
| 541 | 2026-06-03T06:11:36.949Z | Compiling proc-macro-crate v3.5.0 |
| 542 | 2026-06-03T06:11:36.968Z | Compiling webpki-roots v1.0.7 |
| 543 | 2026-06-03T06:11:36.977Z | Compiling http-body-util v0.1.3 |
| 544 | 2026-06-03T06:11:37.202Z | Compiling regex-automata v0.4.14 |
| 545 | 2026-06-03T06:11:37.228Z | Compiling rand_core v0.6.4 |
| 546 | 2026-06-03T06:11:38.423Z | Compiling tokio-rustls v0.26.4 |
| 547 | 2026-06-03T06:11:38.478Z | Compiling crucible-workspace-hack v0.1.0 |
| 548 | 2026-06-03T06:11:38.710Z | Compiling winnow v0.7.15 |
| 549 | 2026-06-03T06:11:39.082Z | Compiling heck v0.4.1 |
| 550 | 2026-06-03T06:11:39.099Z | Compiling typify-macro v0.4.3 |
| 551 | 2026-06-03T06:11:39.275Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 552 | 2026-06-03T06:11:39.505Z | Compiling cpufeatures v0.2.17 |
| 553 | 2026-06-03T06:11:39.574Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 554 | 2026-06-03T06:11:39.791Z | Compiling crossbeam-utils v0.8.21 |
| 555 | 2026-06-03T06:11:40.128Z | Compiling regex v1.12.3 |
| 556 | 2026-06-03T06:11:40.747Z | Compiling hyper-rustls v0.27.9 |
| 557 | 2026-06-03T06:11:40.859Z | Compiling rand_chacha v0.3.1 |
| 558 | 2026-06-03T06:11:40.991Z | Compiling num_enum_derive v0.7.6 |
| 559 | 2026-06-03T06:11:41.058Z | Compiling serde_urlencoded v0.7.1 |
| 560 | 2026-06-03T06:11:41.109Z | Compiling tokio-util v0.7.18 |
| 561 | 2026-06-03T06:11:41.128Z | Compiling typify v0.4.3 |
| 562 | 2026-06-03T06:11:41.211Z | Compiling openapiv3 v2.2.0 |
| 563 | 2026-06-03T06:11:41.232Z | Compiling foreign-types-macros v0.2.3 |
| 564 | 2026-06-03T06:11:41.301Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 565 | 2026-06-03T06:11:41.310Z | Compiling serde_spanned v1.1.1 |
| 566 | 2026-06-03T06:11:41.451Z | Compiling num-conv v0.2.2 |
| 567 | 2026-06-03T06:11:41.574Z | Compiling anyhow v1.0.102 |
| 568 | 2026-06-03T06:11:41.594Z | Compiling powerfmt v0.2.0 |
| 569 | 2026-06-03T06:11:41.598Z | Compiling either v1.16.0 |
| 570 | 2026-06-03T06:11:41.797Z | Compiling prettyplease v0.2.37 |
| 571 | 2026-06-03T06:11:41.800Z | Compiling unsafe-libyaml v0.2.11 |
| 572 | 2026-06-03T06:11:41.887Z | Compiling foreign-types-shared v0.3.1 |
| 573 | 2026-06-03T06:11:41.899Z | Compiling time-core v0.1.8 |
| 574 | 2026-06-03T06:11:41.921Z | Compiling utf8parse v0.2.2 |
| 575 | 2026-06-03T06:11:41.971Z | Compiling pkg-config v0.3.33 |
| 576 | 2026-06-03T06:11:42.024Z | Compiling cpufeatures v0.3.0 |
| 577 | 2026-06-03T06:11:42.033Z | Compiling time-macros v0.2.27 |
| 578 | 2026-06-03T06:11:42.041Z | Compiling num_enum v0.7.6 |
| 579 | 2026-06-03T06:11:42.061Z | Compiling anstyle-parse v1.0.0 |
| 580 | 2026-06-03T06:11:42.090Z | Compiling chacha20 v0.10.0 |
| 581 | 2026-06-03T06:11:42.148Z | Compiling foreign-types v0.5.0 |
| 582 | 2026-06-03T06:11:42.385Z | Compiling serde_yaml v0.9.34+deprecated |
| 583 | 2026-06-03T06:11:42.423Z | Compiling lzma-sys v0.1.20 |
| 584 | 2026-06-03T06:11:42.436Z | Compiling itertools v0.12.1 |
| 585 | 2026-06-03T06:11:42.599Z | Compiling deranged v0.5.8 |
| 586 | 2026-06-03T06:11:42.817Z | Compiling progenitor-impl v0.10.0 |
| 587 | 2026-06-03T06:11:42.857Z | Compiling toml v0.9.12+spec-1.1.0 |
| 588 | 2026-06-03T06:11:43.051Z | Compiling reqwest v0.12.28 |
| 589 | 2026-06-03T06:11:43.566Z | Compiling rand_core v0.9.5 |
| 590 | 2026-06-03T06:11:43.613Z | Compiling rand v0.8.6 |
| 591 | 2026-06-03T06:11:43.932Z | Compiling sha1 v0.10.6 |
| 592 | 2026-06-03T06:11:44.070Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 593 | 2026-06-03T06:11:44.159Z | Compiling arc-swap v1.9.1 |
| 594 | 2026-06-03T06:11:44.268Z | Compiling cstr-argument v0.1.2 |
| 595 | 2026-06-03T06:11:44.290Z | Compiling thread_local v1.1.9 |
| 596 | 2026-06-03T06:11:44.411Z | Compiling typeid v1.0.3 |
| 597 | 2026-06-03T06:11:44.455Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3) |
| 598 | 2026-06-03T06:11:44.462Z | Compiling byteorder v1.5.0 |
| 599 | 2026-06-03T06:11:44.555Z | Compiling colorchoice v1.0.5 |
| 600 | 2026-06-03T06:11:44.593Z | Compiling lazy_static v1.5.0 |
| 601 | 2026-06-03T06:11:44.673Z | Compiling anstyle-query v1.1.5 |
| 602 | 2026-06-03T06:11:44.680Z | Compiling is_terminal_polyfill v1.70.2 |
| 603 | 2026-06-03T06:11:44.683Z | Compiling data-encoding v2.11.0 |
| 604 | 2026-06-03T06:11:44.687Z | Compiling unicode-width v0.2.2 |
| 605 | 2026-06-03T06:11:44.704Z | Compiling utf-8 v0.7.6 |
| 606 | 2026-06-03T06:11:44.759Z | Compiling pretty-hex v0.4.2 |
| 607 | 2026-06-03T06:11:44.973Z | Compiling anstyle v1.0.14 |
| 608 | 2026-06-03T06:11:44.973Z | Compiling slog-async v2.8.0 |
| 609 | 2026-06-03T06:11:44.973Z | Compiling portable-atomic v1.13.1 |
| 610 | 2026-06-03T06:11:45.012Z | Compiling tungstenite v0.21.0 |
| 611 | 2026-06-03T06:11:45.017Z | Compiling anstream v1.0.0 |
| 612 | 2026-06-03T06:11:45.221Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd) |
| 613 | 2026-06-03T06:11:45.368Z | Compiling slog-scope v4.4.1 |
| 614 | 2026-06-03T06:11:45.400Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 615 | 2026-06-03T06:11:45.421Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 616 | 2026-06-03T06:11:45.512Z | Compiling progenitor-client v0.10.0 |
| 617 | 2026-06-03T06:11:45.535Z | Compiling crossbeam-channel v0.5.15 |
| 618 | 2026-06-03T06:11:45.624Z | Compiling rand_chacha v0.9.0 |
| 619 | 2026-06-03T06:11:45.789Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 620 | 2026-06-03T06:11:45.880Z | Compiling cargo_toml v0.22.3 |
| 621 | 2026-06-03T06:11:46.016Z | Compiling time v0.3.47 |
| 622 | 2026-06-03T06:11:46.264Z | Compiling rand v0.10.1 |
| 623 | 2026-06-03T06:11:46.369Z | Compiling progenitor-macro v0.10.0 |
| 624 | 2026-06-03T06:11:46.603Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 625 | 2026-06-03T06:11:46.607Z | Compiling futures-executor v0.3.32 |
| 626 | 2026-06-03T06:11:46.886Z | Compiling is-terminal v0.4.17 |
| 627 | 2026-06-03T06:11:46.898Z | Compiling colored v3.1.1 |
| 628 | 2026-06-03T06:11:46.931Z | Compiling strsim v0.11.1 |
| 629 | 2026-06-03T06:11:46.976Z | Compiling oxnet v0.1.6 |
| 630 | 2026-06-03T06:11:47.067Z | Compiling term v1.2.1 |
| 631 | 2026-06-03T06:11:47.166Z | Compiling clap_lex v1.1.0 |
| 632 | 2026-06-03T06:11:47.250Z | Compiling take_mut v0.2.2 |
| 633 | 2026-06-03T06:11:47.280Z | Compiling camino v1.2.2 |
| 634 | 2026-06-03T06:11:47.320Z | Compiling slog-term v2.9.2 |
| 635 | 2026-06-03T06:11:47.407Z | Compiling clap_builder v4.6.0 |
| 636 | 2026-06-03T06:11:47.756Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 637 | 2026-06-03T06:11:47.872Z | Compiling futures v0.3.32 |
| 638 | 2026-06-03T06:11:47.946Z | Compiling rand v0.9.4 |
| 639 | 2026-06-03T06:11:48.008Z | Compiling slog-stdlog v4.1.1 |
| 640 | 2026-06-03T06:11:48.069Z | Compiling libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib) |
| 641 | 2026-06-03T06:11:48.211Z | Compiling tokio-tungstenite v0.21.0 |
| 642 | 2026-06-03T06:11:48.712Z | Compiling console v0.16.3 |
| 643 | 2026-06-03T06:11:49.072Z | Compiling zone_cfg_derive v0.3.1 |
| 644 | 2026-06-03T06:11:49.137Z | Compiling async-trait v0.1.89 |
| 645 | 2026-06-03T06:11:49.197Z | Compiling clap_derive v4.6.1 |
| 646 | 2026-06-03T06:11:49.797Z | Compiling base64 v0.21.7 |
| 647 | 2026-06-03T06:11:49.813Z | Compiling unit-prefix v0.5.2 |
| 648 | 2026-06-03T06:11:49.873Z | Compiling zone v0.3.1 |
| 649 | 2026-06-03T06:11:49.925Z | Compiling indicatif v0.18.4 |
| 650 | 2026-06-03T06:11:50.135Z | Compiling ron v0.12.1 |
| 651 | 2026-06-03T06:11:50.145Z | Compiling slog-envlogger v2.2.0 |
| 652 | 2026-06-03T06:11:50.539Z | Compiling xz2 v0.1.7 |
| 653 | 2026-06-03T06:11:50.787Z | Compiling tabwriter v1.4.1 |
| 654 | 2026-06-03T06:11:50.908Z | Compiling clap v4.6.1 |
| 655 | 2026-06-03T06:11:50.925Z | Compiling sha2 v0.10.9 |
| 656 | 2026-06-03T06:11:50.953Z | Compiling reqwest v0.13.4 |
| 657 | 2026-06-03T06:11:50.982Z | Compiling smf v0.2.3 |
| 658 | 2026-06-03T06:11:51.026Z | Compiling base16ct v1.0.0 |
| 659 | 2026-06-03T06:11:51.042Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 660 | 2026-06-03T06:11:51.643Z | Compiling progenitor v0.10.0 |
| 661 | 2026-06-03T06:11:51.681Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 662 | 2026-06-03T06:11:51.724Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 663 | 2026-06-03T06:11:51.991Z | Compiling ztest v0.1.0 (/work/oxidecomputer/falcon/ztest) |
| 664 | 2026-06-03T06:11:53.804Z | error[E0308]: mismatched types |
| 665 | 2026-06-03T06:11:53.804Z | --> lib/src/lib.rs:1793:9 |
| 666 | 2026-06-03T06:11:53.805Z | | |
| 667 | 2026-06-03T06:11:53.805Z | 1791 | let client = propolis_client::Client::new_with_client( |
| 668 | 2026-06-03T06:11:53.805Z | | ---------------------------------------- arguments to this function are incorrect |
| 669 | 2026-06-03T06:11:53.805Z | 1792 | &format!("http://{}", sockaddr), |
| 670 | 2026-06-03T06:11:53.805Z | 1793 | reqwest_client, |
| 671 | 2026-06-03T06:11:53.805Z | | ^^^^^^^^^^^^^^ expected `reqwest::async_impl::client::Client`, found `reqwest::Client` |
| 672 | 2026-06-03T06:11:53.805Z | | |
| 673 | 2026-06-03T06:11:53.805Z | note: there are multiple different versions of crate `reqwest` in the dependency graph |
| 674 | 2026-06-03T06:11:53.805Z | --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1 |
| 675 | 2026-06-03T06:11:53.805Z | | |
| 676 | 2026-06-03T06:11:53.805Z | 93 | pub struct Client { |
| 677 | 2026-06-03T06:11:53.805Z | | ^^^^^^^^^^^^^^^^^ this is the expected type |
| 678 | 2026-06-03T06:11:53.805Z | | |
| 679 | 2026-06-03T06:11:53.805Z | ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.4/src/async_impl/client.rs:93:1 |
| 680 | 2026-06-03T06:11:53.805Z | | |
| 681 | 2026-06-03T06:11:53.805Z | 93 | pub struct Client { |
| 682 | 2026-06-03T06:11:53.805Z | | ----------------- this is the found type |
| 683 | 2026-06-03T06:11:53.805Z | = help: you can use `cargo tree` to explore your dependency tree |
| 684 | 2026-06-03T06:11:53.805Z | note: associated function defined here |
| 685 | 2026-06-03T06:11:53.805Z | --> /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/lib/propolis-client/src/lib.rs:41:1 |
| 686 | 2026-06-03T06:11:53.805Z | | |
| 687 | 2026-06-03T06:11:53.805Z | 41 | / progenitor::generate_api!( |
| 688 | 2026-06-03T06:11:53.805Z | 42 | | spec = "../../openapi/propolis-server/propolis-server-latest.json", |
| 689 | 2026-06-03T06:11:53.805Z | 43 | | interface = Builder, |
| 690 | 2026-06-03T06:11:53.805Z | 44 | | tags = Separate, |
| 691 | 2026-06-03T06:11:53.805Z | ... | |
| 692 | 2026-06-03T06:11:53.805Z | 68 | | ); |
| 693 | 2026-06-03T06:11:53.805Z | | |_^ |
| 694 | 2026-06-03T06:11:53.805Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 695 | 2026-06-03T06:11:53.805Z | |
| 696 | 2026-06-03T06:11:53.859Z | error[E0599]: no method named `bytes_stream` found for struct `reqwest::Response` in the current scope |
| 697 | 2026-06-03T06:11:53.859Z | --> lib/src/lib.rs:2025:31 |
| 698 | 2026-06-03T06:11:53.859Z | | |
| 699 | 2026-06-03T06:11:53.859Z | 2025 | let mut stream = response.bytes_stream(); |
| 700 | 2026-06-03T06:11:53.859Z | | ^^^^^^^^^^^^ method not found in `reqwest::Response` |
| 701 | 2026-06-03T06:11:53.859Z | |
| 702 | 2026-06-03T06:11:54.448Z | Some errors have detailed explanations: E0308, E0599. |
| 703 | 2026-06-03T06:11:54.448Z | For more information about an error, try `rustc --explain E0308`. |
| 704 | 2026-06-03T06:11:54.495Z | error: could not compile `libfalcon` (lib) due to 2 previous errors |
| 705 | 2026-06-03T06:11:54.661Z | |
| 706 | 2026-06-03T06:11:54.661Z | real 39.020276962 |
| 707 | 2026-06-03T06:11:54.661Z | user 3:09.704995369 |
| 708 | 2026-06-03T06:11:54.661Z | sys 35.714087252 |
| 709 | 2026-06-03T06:11:54.661Z | trap 0.137460476 |
| 710 | 2026-06-03T06:11:54.661Z | tflt 0.758910548 |
| 711 | 2026-06-03T06:11:54.661Z | dflt 1.498157298 |
| 712 | 2026-06-03T06:11:54.661Z | kflt 0.051461630 |
| 713 | 2026-06-03T06:11:54.661Z | lock 11:30.557223544 |
| 714 | 2026-06-03T06:11:54.661Z | slp 9:57.555646392 |
| 715 | 2026-06-03T06:11:54.661Z | lat 12.772502296 |
| 716 | 2026-06-03T06:11:54.661Z | stop 34.005721798 |
| 717 | 2026-06-03T06:11:54.716Z | process exited: duration 53845 ms, exit code 101 |
| |
| 718 | 2026-06-03T06:11:54.722Z | found 0 output files |