[INFO] cloning repository https://github.com/toanth/motors
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/toanth/motors" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoanth%2Fmotors", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoanth%2Fmotors'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 12f362156bf889c12d5ff6736863331feb5d9617
[INFO] testing toanth/motors against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftoanth%2Fmotors" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/toanth/motors
[INFO] finished tweaking git repo https://github.com/toanth/motors
[INFO] tweaked toml for git repo https://github.com/toanth/motors written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/toanth/motors on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/toanth/motors already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6113633887045140274135db19f0b214bece54e9a331abdbd17c588232dd083
[INFO] running `Command { std: "docker" "start" "-a" "c6113633887045140274135db19f0b214bece54e9a331abdbd17c588232dd083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6113633887045140274135db19f0b214bece54e9a331abdbd17c588232dd083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6113633887045140274135db19f0b214bece54e9a331abdbd17c588232dd083", kill_on_drop: false }`
[INFO] [stdout] c6113633887045140274135db19f0b214bece54e9a331abdbd17c588232dd083
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 60279507e5567f7b433188b08a3f29ed1455119a7f75eafedc3eb725308d790d
[INFO] running `Command { std: "docker" "start" "-a" "60279507e5567f7b433188b08a3f29ed1455119a7f75eafedc3eb725308d790d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling newline-converter v0.3.0
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling smallvec v2.0.0-alpha.11
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling edit-distance v2.1.3
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling inquire v0.7.5
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling derive_arbitrary v1.4.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling csscolorparser v0.7.0
[INFO] [stderr]    Compiling colorgrad v0.7.0
[INFO] [stderr]    Compiling arbitrary v1.4.1
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling gears v0.1.0 (/opt/rustwide/workdir/gears)
[INFO] [stdout] warning: enum `SquareEffect` is never used
[INFO] [stdout]   --> gears/src/games/fairy/rules.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub enum SquareEffect {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FenFormatSpec` is never constructed
[INFO] [stdout]    --> gears/src/games/fairy/rules.rs:652:19
[INFO] [stdout]     |
[INFO] [stdout] 652 | pub(super) struct FenFormatSpec {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> gears/src/games.rs:249:19
[INFO] [stdout]     |
[INFO] [stdout] 249 |         settings: &B::Settings,
[INFO] [stdout]     |                   ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 252 |     ) -> ColPieceTypeFormatter<B, Self> {
[INFO] [stdout]     |          ------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     ) -> ColPieceTypeFormatter<'_, B, Self> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling motors v0.1.0 (/opt/rustwide/workdir/motors)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> motors/src/search.rs:817:23
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<B>;
[INFO] [stdout]     |                       ^^^^^                       ------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<'_, B>;
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
[INFO] running `Command { std: "docker" "inspect" "60279507e5567f7b433188b08a3f29ed1455119a7f75eafedc3eb725308d790d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60279507e5567f7b433188b08a3f29ed1455119a7f75eafedc3eb725308d790d", kill_on_drop: false }`
[INFO] [stdout] 60279507e5567f7b433188b08a3f29ed1455119a7f75eafedc3eb725308d790d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10950116b5a48b8ab08832ac2cf32b1ec10f9df5b3ffb47457f691f087b05415
[INFO] running `Command { std: "docker" "start" "-a" "10950116b5a48b8ab08832ac2cf32b1ec10f9df5b3ffb47457f691f087b05415", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling csscolorparser v0.7.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling clap_builder v4.5.35
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling newline-converter v0.3.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling arbitrary v1.4.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling colorgrad v0.7.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling smallvec v2.0.0-alpha.11
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling edit-distance v2.1.3
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling inquire v0.7.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling clap v4.5.35
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling proptest v1.6.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling gears v0.1.0 (/opt/rustwide/workdir/gears)
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: enum `SquareEffect` is never used
[INFO] [stdout]   --> gears/src/games/fairy/rules.rs:58:10
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub enum SquareEffect {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FenFormatSpec` is never constructed
[INFO] [stdout]    --> gears/src/games/fairy/rules.rs:652:19
[INFO] [stdout]     |
[INFO] [stdout] 652 | pub(super) struct FenFormatSpec {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> gears/src/games.rs:249:19
[INFO] [stdout]     |
[INFO] [stdout] 249 |         settings: &B::Settings,
[INFO] [stdout]     |                   ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] ...
[INFO] [stdout] 252 |     ) -> ColPieceTypeFormatter<B, Self> {
[INFO] [stdout]     |          ------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 252 |     ) -> ColPieceTypeFormatter<'_, B, Self> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling motors v0.1.0 (/opt/rustwide/workdir/motors)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> motors/src/search.rs:817:23
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<B>;
[INFO] [stdout]     |                       ^^^^^                       ------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<'_, B>;
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> motors/src/search.rs:817:23
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<B>;
[INFO] [stdout]     |                       ^^^^^                       ------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<'_, B>;
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 9m 05s
[INFO] running `Command { std: "docker" "inspect" "10950116b5a48b8ab08832ac2cf32b1ec10f9df5b3ffb47457f691f087b05415", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10950116b5a48b8ab08832ac2cf32b1ec10f9df5b3ffb47457f691f087b05415", kill_on_drop: false }`
[INFO] [stdout] 10950116b5a48b8ab08832ac2cf32b1ec10f9df5b3ffb47457f691f087b05415
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2d389d21fbe780536dd43f87a9bef0c5f372500f7c750d0caa5c06e39ee8095
[INFO] running `Command { std: "docker" "start" "-a" "c2d389d21fbe780536dd43f87a9bef0c5f372500f7c750d0caa5c06e39ee8095", kill_on_drop: false }`
[INFO] [stderr] warning: enum `SquareEffect` is never used
[INFO] [stderr]   --> gears/src/games/fairy/rules.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub enum SquareEffect {
[INFO] [stderr]    |          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FenFormatSpec` is never constructed
[INFO] [stderr]    --> gears/src/games/fairy/rules.rs:652:19
[INFO] [stderr]     |
[INFO] [stderr] 652 | pub(super) struct FenFormatSpec {
[INFO] [stderr]     |                   ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> gears/src/games.rs:249:19
[INFO] [stderr]     |
[INFO] [stderr] 249 |         settings: &B::Settings,
[INFO] [stderr]     |                   ^^^^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] ...
[INFO] [stderr] 252 |     ) -> ColPieceTypeFormatter<B, Self> {
[INFO] [stderr]     |          ------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 252 |     ) -> ColPieceTypeFormatter<'_, B, Self> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `gears` (lib) generated 3 warnings
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> motors/src/search.rs:817:23
[INFO] [stderr]     |
[INFO] [stderr] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<B>;
[INFO] [stderr]     |                       ^^^^^                       ------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 817 |     fn to_search_info(&self, final_info: bool) -> SearchInfo<'_, B>;
[INFO] [stderr]     |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `motors` (lib) generated 1 warning
[INFO] [stderr] warning: `motors` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/motors-0b7976e1c3de34b3)
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test eval::chess::tests::pawn_shield_kiwipete_test ... ok
[INFO] [stdout] test eval::chess::tests::pawn_shield_startpos_test ... ok
[INFO] [stdout] test eval::chess::lite::tests::test_symmetry ... ok
[INFO] [stdout] test eval::chess::tests::simple_eval_test ... ok
[INFO] [stdout] test eval::chess::tests::pawn_shield_bench_pos_test ... ok
[INFO] [stdout] test eval::chess::lite::tests::test_mirroring ... ok
[INFO] [stderr] Debug: Debug mode enabled
[INFO] [stdout] test search::chess::caps::tests::move_order_test ... ok
[INFO] [stdout] test search::chess::caps::tests::lucena_test ... ok
[INFO] [stdout] test search::chess::caps::tests::only_one_move_test ... ok
[INFO] [stdout] test search::chess::caps::tests::mate_research_test ... ok
[INFO] [stdout] test search::chess::caps::tests::kiwipete_test ... ok
[INFO] [stdout] test search::chess::caps::tests::simple_search_test ... ok
[INFO] [stdout] test search::chess::tests::doesnt_clear_check ... ok
[INFO] [stdout] test io::tests::chess_test ... FAILED
[INFO] [stdout] test search::chess::tests::depth_one_startpos ... ok
[INFO] [stdout] test search::chess::tests::deep_search ... ok
[INFO] [stdout] test search::chess::tests::ep_mate_in_one ... ok
[INFO] [stdout] test search::chess::tests::hash_collision ... ok
[INFO] [stdout] test search::chess::caps::tests::philidor_test ... ok
[INFO] [stdout] test search::chess::tests::caps_search_test ... ok
[INFO] [stdout] test search::chess::tests::repetition_test ... ok
[INFO] [stdout] test search::chess::tests::random_mover_test ... ok
[INFO] [stdout] test search::chess::tests::generic_negamax_test ... ok
[INFO] [stdout] test search::chess::tests::weird_position_test ... ok
[INFO] [stdout] test search::chess::tests::mate_in_three ... ok
[INFO] [stdout] test search::generic::proof_number::tests::tt_size_1_test ... ok
[INFO] [stdout] test search::chess::tests::multipv_mate ... ok
[INFO] [stdout] test search::multithreading::tests::immediate_response_test ... FAILED
[INFO] [stderr] Warning: Engine did not return a best move, playing a random move instead
[INFO] [stderr] Warning: Engine did not return a best move, playing a random move instead
[INFO] [stdout] test search::multithreading::tests::multithreaded_search_test ... ok
[INFO] [stdout] test search::move_picker::tests::chess_scored_moves ... ok
[INFO] [stdout] test search::multithreading::tests::ponder_test ... ok
[INFO] [stdout] test search::tt::test::bucket_test ... ok
[INFO] [stderr] Warning: Engine did not return a best move, playing a random move instead
[INFO] [stderr] Warning: Engine did not return a best move, playing a random move instead
[INFO] [stdout] test search::multithreading::tests::set_options_during_match ... FAILED
[INFO] [stderr] Warning: Engine did not return a best move, playing a random move instead
[INFO] [stdout] test search::multithreading::tests::start_search_test ... ok
[INFO] [stdout] test search::tt::test::test_packing ... ok
[INFO] [stdout] test search::chess::caps::tests::mate_in_one_test ... ok
[INFO] [stdout] test search::chess::tests::weird_unbalanced ... ok
[INFO] [stdout] test search::tt::test::test_load_store ... ok
[INFO] [stdout] test search::tt::test::test_size ... ok
[INFO] [stdout] test search::tt::test::shared_tt_test ... ok
[INFO] [stdout] test search::generic::proof_number::tests::simple_dfpn_chess_test ... ok
[INFO] [stdout] test search::generic::gaps::tests::generic_test ... ok
[INFO] [stdout] test search::chess::caps::tests::generic_test ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- io::tests::chess_test stdout ----
[INFO] [stdout] Fen: 'rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1', White to move
[INFO] [stdout]     ┏━━━┯━━━┯━━━┯━━━┯━━━┯━━━┯━━━┯━━━┓
[INFO] [stdout]   8 ┃ r │ n │ b │ q │ k │ b │ n │ r ┃     
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   7 ┃ p │ p │ p │ p │ p │ p │ p │ p ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   6 ┃   │ * │   │ * │   │ * │   │ * ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   5 ┃ * │   │ * │   │ * │   │ * │   ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   4 ┃   │ * │   │ * │   │ * │   │ * ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   3 ┃ * │   │ * │   │ * │   │ * │   ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   2 ┃ P │ P │ P │ P │ P │ P │ P │ P ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   1 ┃ R │ N │ B │ Q │ K │ B │ N │ R ┃ (*) 
[INFO] [stdout]     ┗━━━┷━━━┷━━━┷━━━┷━━━┷━━━┷━━━┷━━━┛
[INFO] [stdout]       A   B   C   D   E   F   G   H 
[INFO] [stdout] 
[INFO] [stdout] Fen: 'rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1', White to move
[INFO] [stdout]     ┏━━━┯━━━┯━━━┯━━━┯━━━┯━━━┯━━━┯━━━┓
[INFO] [stdout]   8 ┃ r │ n │ b │ q │ k │ b │ n │ r ┃     
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   7 ┃ p │ p │ p │ p │ p │ p │ p │ p ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   6 ┃   │ * │   │ * │   │ * │   │ * ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   5 ┃ * │   │ * │   │ * │   │ * │   ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   4 ┃   │ * │   │ * │   │ * │   │ * ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   3 ┃ * │   │ * │   │ * │   │ * │   ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   2 ┃ P │ P │ P │ P │ P │ P │ P │ P ┃
[INFO] [stdout]     ┠───┼───┼───┼───┼───┼───┼───┼───┨
[INFO] [stdout]   1 ┃ R │ N │ B │ Q │ K │ B │ N │ R ┃ (*) 
[INFO] [stdout]     ┗━━━┷━━━┷━━━┷━━━┷━━━┷━━━┷━━━┷━━━┛
[INFO] [stdout]       A   B   C   D   E   F   G   H 
[INFO] [stdout] 
[INFO] [stdout] Error while setting log stream, falling back to default: Couldn't create log file: Read-only file system (os error 30)'
[INFO] [stdout] 
[INFO] [stdout] thread 'io::tests::chess_test' panicked at /opt/rustwide/workdir/gears/src/output/logger.rs:118:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Couldn't create log file: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::kind::Adhoc::new
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs:27:14
[INFO] [stdout]    1: anyhow::__private::format_err
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs:695:13
[INFO] [stdout]    2: gears::output::text_output::TextStream::from_filename::{{closure}}
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:65:53
[INFO] [stdout]    3: core::result::Result<T,E>::map_err
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:914:27
[INFO] [stdout]    4: gears::output::text_output::TextStream::from_filename
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:65:39
[INFO] [stdout]    5: gears::output::text_output::TextStream::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:51:18
[INFO] [stdout]    6: gears::output::text_output::TextStream::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:48:26
[INFO] [stdout]    7: gears::output::logger::Logger::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:29:22
[INFO] [stdout]    8: gears::output::logger::LoggerBuilder::build::{{closure}}
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:118:13
[INFO] [stdout]    9: core::result::Result<T,E>::unwrap_or_else
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1521:23
[INFO] [stdout]   10: gears::output::logger::LoggerBuilder::build
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:116:93
[INFO] [stdout]   11: <gears::output::logger::LoggerBuilder as gears::output::OutputBuilder<B>>::for_engine
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:141:14
[INFO] [stdout]   12: motors::io::EngineUGI<B>::handle_log_impl
[INFO] [stdout]              at ./src/io.rs:1031:59
[INFO] [stdout]   13: <motors::io::EngineUGI<B> as motors::io::AbstractEngineUgiState>::handle_log
[INFO] [stdout]              at ./src/io.rs:1410:14
[INFO] [stdout]   14: motors::io::EngineUGI<B>::handle_debug_impl
[INFO] [stdout]              at ./src/io.rs:1005:26
[INFO] [stdout]   15: <motors::io::EngineUGI<B> as motors::io::AbstractEngineUgiState>::handle_debug
[INFO] [stdout]              at ./src/io.rs:1406:14
[INFO] [stdout]   16: motors::io::EngineUGI<B>::create
[INFO] [stdout]              at ./src/io.rs:420:17
[INFO] [stdout]   17: motors::io::tests::create_chess_game
[INFO] [stdout]              at ./src/io.rs:2081:13
[INFO] [stdout]   18: motors::io::tests::chess_test
[INFO] [stdout]              at ./src/io.rs:2095:23
[INFO] [stdout]   19: motors::io::tests::chess_test::{{closure}}
[INFO] [stdout]              at ./src/io.rs:2094:20
[INFO] [stdout]   20: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   23: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   24: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   25: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   26: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   27: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   28: test::run_test_in_process
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   29: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   30: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   31: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   32: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   33: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   34: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   35: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   36: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   37: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   38: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   40: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   42: <unknown>
[INFO] [stdout]   43: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b67c745eb2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b67c745eb2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b67c745eb2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b67c745eb2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b67c770a93 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b67c770a93 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x61b67c741953 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b67c741953 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b67c745d02 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b67c74757c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61b67c7473d2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61b67c5d56f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61b67c5d56f4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b67c74805b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61b67c74805b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61b67c747d2a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61b67c7463a9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x61b67c7479bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61b67c76dea0 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b67c76e2e6 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x61b67c4205bf - core::result::Result<T,E>::unwrap::hde93414109d623a9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x61b67c4205bf - gears::output::logger::LoggerBuilder::build::{{closure}}::h06437d245b716187
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:118:71
[INFO] [stdout]   22:     0x61b67c4205bf - core::result::Result<T,E>::unwrap_or_else::h5d3b8b5987734d44
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1521:23
[INFO] [stdout]   23:     0x61b67c4205bf - gears::output::logger::LoggerBuilder::build::h7ee830aa37d32b8b
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:116:93
[INFO] [stdout]   24:     0x61b67c4238f8 - <gears::output::logger::LoggerBuilder as gears::output::OutputBuilder<B>>::for_engine::h3e27ee8fc6539692
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:141:14
[INFO] [stdout]   25:     0x61b67c31e352 - motors::io::EngineUGI<B>::handle_log_impl::hfdf4edfc387fa8c6
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:1031:59
[INFO] [stdout]   26:     0x61b67c31bd0d - <motors::io::EngineUGI<B> as motors::io::AbstractEngineUgiState>::handle_log::hcc915c793cd318d9
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:1410:14
[INFO] [stdout]   27:     0x61b67c31bd0d - motors::io::EngineUGI<B>::handle_debug_impl::h90c88753eab2fc46
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:1005:26
[INFO] [stdout]   28:     0x61b67c2f9650 - <motors::io::EngineUGI<B> as motors::io::AbstractEngineUgiState>::handle_debug::hbcd563ba0d430d37
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:1406:14
[INFO] [stdout]   29:     0x61b67c2f9650 - motors::io::EngineUGI<B>::create::h5307a43882e4e952
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:420:17
[INFO] [stdout]   30:     0x61b67c4c25ce - motors::io::tests::create_chess_game::h2d0c77a4d542ec4c
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:2081:13
[INFO] [stdout]   31:     0x61b67c4c25ce - motors::io::tests::chess_test::h23828ab6f22e4736
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:2095:23
[INFO] [stdout]   32:     0x61b67c474b29 - motors::io::tests::chess_test::{{closure}}::h4cbe37eeedf575b0
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:2094:20
[INFO] [stdout]   33:     0x61b67c474b29 - core::ops::function::FnOnce::call_once::h01f6269d1c4cfa46
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   34:     0x61b67c5dae2b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x61b67c5dae2b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   36:     0x61b67c5da06e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   37:     0x61b67c5da06e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x61b67c5da06e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x61b67c5da06e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x61b67c5da06e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61b67c5da06e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   42:     0x61b67c5da06e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   43:     0x61b67c59dc14 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   44:     0x61b67c59dc14 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   45:     0x61b67c5a15ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   46:     0x61b67c5a15ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   47:     0x61b67c5a15ba - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   48:     0x61b67c5a15ba - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   49:     0x61b67c5a15ba - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61b67c5a15ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   51:     0x61b67c5a15ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x61b67c74b4b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   53:     0x61b67c74b4b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   54:     0x61b67c74b4b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   55:     0x7f0a44ac1aa4 - <unknown>
[INFO] [stdout]   56:     0x7f0a44b4ea34 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- search::multithreading::tests::immediate_response_test stdout ----
[INFO] [stdout] Error while setting log stream, falling back to default: Couldn't create log file: Read-only file system (os error 30)'
[INFO] [stdout] 
[INFO] [stdout] thread 'search::multithreading::tests::immediate_response_test' panicked at /opt/rustwide/workdir/gears/src/output/logger.rs:118:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Couldn't create log file: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::kind::Adhoc::new
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs:27:14
[INFO] [stdout]    1: anyhow::__private::format_err
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs:695:13
[INFO] [stdout]    2: gears::output::text_output::TextStream::from_filename::{{closure}}
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:65:53
[INFO] [stdout]    3: core::result::Result<T,E>::map_err
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:914:27
[INFO] [stdout]    4: gears::output::text_output::TextStream::from_filename
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:65:39
[INFO] [stdout]    5: gears::output::text_output::TextStream::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:51:18
[INFO] [stdout]    6: gears::output::text_output::TextStream::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:48:26
[INFO] [stdout]    7: gears::output::logger::Logger::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:29:22
[INFO] [stdout]    8: gears::output::logger::LoggerBuilder::build::{{closure}}
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:118:13
[INFO] [stdout]    9: core::result::Result<T,E>::unwrap_or_else
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1521:23
[INFO] [stdout]   10: gears::output::logger::LoggerBuilder::build
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:116:93
[INFO] [stdout]   11: <gears::output::logger::LoggerBuilder as gears::output::OutputBuilder<B>>::for_engine
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:141:14
[INFO] [stdout]   12: motors::io::EngineUGI<B>::create
[INFO] [stdout]              at ./src/io.rs:397:68
[INFO] [stdout]   13: motors::create_match_for_game
[INFO] [stdout]              at ./src/lib.rs:212:25
[INFO] [stdout]   14: motors::create_match
[INFO] [stdout]              at ./src/lib.rs:351:24
[INFO] [stdout]   15: motors::search::multithreading::tests::immediate_response_test
[INFO] [stdout]              at ./src/search/multithreading.rs:646:23
[INFO] [stdout]   16: motors::search::multithreading::tests::immediate_response_test::{{closure}}
[INFO] [stdout]              at ./src/search/multithreading.rs:644:33
[INFO] [stdout]   17: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   18: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   20: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   21: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   22: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   23: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   24: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   25: test::run_test_in_process
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   26: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   27: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   28: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   29: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   30: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   34: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   35: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   37: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   38: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   39: <unknown>
[INFO] [stdout]   40: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b67c745eb2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b67c745eb2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b67c745eb2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b67c745eb2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b67c770a93 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b67c770a93 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x61b67c741953 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b67c741953 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b67c745d02 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b67c74757c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61b67c7473d2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61b67c5d56f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61b67c5d56f4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b67c74805b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61b67c74805b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61b67c747d2a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61b67c7463a9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x61b67c7479bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61b67c76dea0 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b67c76e2e6 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x61b67c4205bf - core::result::Result<T,E>::unwrap::hde93414109d623a9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x61b67c4205bf - gears::output::logger::LoggerBuilder::build::{{closure}}::h06437d245b716187
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:118:71
[INFO] [stdout]   22:     0x61b67c4205bf - core::result::Result<T,E>::unwrap_or_else::h5d3b8b5987734d44
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1521:23
[INFO] [stdout]   23:     0x61b67c4205bf - gears::output::logger::LoggerBuilder::build::h7ee830aa37d32b8b
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:116:93
[INFO] [stdout]   24:     0x61b67c4238f8 - <gears::output::logger::LoggerBuilder as gears::output::OutputBuilder<B>>::for_engine::h3e27ee8fc6539692
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:141:14
[INFO] [stdout]   25:     0x61b67c2f8959 - motors::io::EngineUGI<B>::create::h5307a43882e4e952
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:397:68
[INFO] [stdout]   26:     0x61b67c49de0e - motors::create_match_for_game::h0d3a84bc318993ce
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/lib.rs:212:25
[INFO] [stdout]   27:     0x61b67c49de0e - motors::create_match::h7ea8b8ff58c1dbfb
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/lib.rs:351:24
[INFO] [stdout]   28:     0x61b67c5542ad - motors::search::multithreading::tests::immediate_response_test::h2c71f4bbacb93aad
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/search/multithreading.rs:646:23
[INFO] [stdout]   29:     0x61b67c474fc9 - motors::search::multithreading::tests::immediate_response_test::{{closure}}::h0b231fa5519e8b37
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/search/multithreading.rs:644:33
[INFO] [stdout]   30:     0x61b67c474fc9 - core::ops::function::FnOnce::call_once::hc4c970ceaee28618
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x61b67c5dae2b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x61b67c5dae2b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   33:     0x61b67c5da06e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   34:     0x61b67c5da06e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x61b67c5da06e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x61b67c5da06e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x61b67c5da06e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b67c5da06e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   39:     0x61b67c5da06e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   40:     0x61b67c59dc14 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   41:     0x61b67c59dc14 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   42:     0x61b67c5a15ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   43:     0x61b67c5a15ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   44:     0x61b67c5a15ba - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   45:     0x61b67c5a15ba - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   46:     0x61b67c5a15ba - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x61b67c5a15ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   48:     0x61b67c5a15ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x61b67c74b4b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   50:     0x61b67c74b4b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   51:     0x61b67c74b4b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   52:     0x7f0a44ac1aa4 - <unknown>
[INFO] [stdout]   53:     0x7f0a44b4ea34 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- search::multithreading::tests::set_options_during_match stdout ----
[INFO] [stdout] Error while setting log stream, falling back to default: Couldn't create log file: Read-only file system (os error 30)'
[INFO] [stdout] 
[INFO] [stdout] thread 'search::multithreading::tests::set_options_during_match' panicked at /opt/rustwide/workdir/gears/src/output/logger.rs:118:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Couldn't create log file: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::kind::Adhoc::new
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/backtrace.rs:27:14
[INFO] [stdout]    1: anyhow::__private::format_err
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs:695:13
[INFO] [stdout]    2: gears::output::text_output::TextStream::from_filename::{{closure}}
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:65:53
[INFO] [stdout]    3: core::result::Result<T,E>::map_err
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:914:27
[INFO] [stdout]    4: gears::output::text_output::TextStream::from_filename
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:65:39
[INFO] [stdout]    5: gears::output::text_output::TextStream::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:51:18
[INFO] [stdout]    6: gears::output::text_output::TextStream::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/text_output.rs:48:26
[INFO] [stdout]    7: gears::output::logger::Logger::from_words
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:29:22
[INFO] [stdout]    8: gears::output::logger::LoggerBuilder::build::{{closure}}
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:118:13
[INFO] [stdout]    9: core::result::Result<T,E>::unwrap_or_else
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1521:23
[INFO] [stdout]   10: gears::output::logger::LoggerBuilder::build
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:116:93
[INFO] [stdout]   11: <gears::output::logger::LoggerBuilder as gears::output::OutputBuilder<B>>::for_engine
[INFO] [stdout]              at /opt/rustwide/workdir/gears/src/output/logger.rs:141:14
[INFO] [stdout]   12: motors::io::EngineUGI<B>::create
[INFO] [stdout]              at ./src/io.rs:397:68
[INFO] [stdout]   13: motors::create_match_for_game
[INFO] [stdout]              at ./src/lib.rs:212:25
[INFO] [stdout]   14: motors::create_match
[INFO] [stdout]              at ./src/lib.rs:351:24
[INFO] [stdout]   15: motors::search::multithreading::tests::set_options_during_match
[INFO] [stdout]              at ./src/search/multithreading.rs:665:23
[INFO] [stdout]   16: motors::search::multithreading::tests::set_options_during_match::{{closure}}
[INFO] [stdout]              at ./src/search/multithreading.rs:663:34
[INFO] [stdout]   17: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   18: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   19: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   20: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   21: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   22: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   23: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   24: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   25: test::run_test_in_process
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   26: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   27: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   28: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   29: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   30: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   34: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   35: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   37: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   38: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]              at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   39: <unknown>
[INFO] [stdout]   40: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61b67c745eb2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61b67c745eb2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61b67c745eb2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61b67c745eb2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61b67c770a93 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61b67c770a93 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x61b67c741953 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61b67c741953 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61b67c745d02 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61b67c74757c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61b67c7473d2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61b67c5d56f4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61b67c5d56f4 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61b67c74805b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61b67c74805b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61b67c747d2a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61b67c7463a9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x61b67c7479bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61b67c76dea0 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61b67c76e2e6 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x61b67c4205bf - core::result::Result<T,E>::unwrap::hde93414109d623a9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x61b67c4205bf - gears::output::logger::LoggerBuilder::build::{{closure}}::h06437d245b716187
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:118:71
[INFO] [stdout]   22:     0x61b67c4205bf - core::result::Result<T,E>::unwrap_or_else::h5d3b8b5987734d44
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1521:23
[INFO] [stdout]   23:     0x61b67c4205bf - gears::output::logger::LoggerBuilder::build::h7ee830aa37d32b8b
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:116:93
[INFO] [stdout]   24:     0x61b67c4238f8 - <gears::output::logger::LoggerBuilder as gears::output::OutputBuilder<B>>::for_engine::h3e27ee8fc6539692
[INFO] [stdout]                                at /opt/rustwide/workdir/gears/src/output/logger.rs:141:14
[INFO] [stdout]   25:     0x61b67c2f8959 - motors::io::EngineUGI<B>::create::h5307a43882e4e952
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/io.rs:397:68
[INFO] [stdout]   26:     0x61b67c49de0e - motors::create_match_for_game::h0d3a84bc318993ce
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/lib.rs:212:25
[INFO] [stdout]   27:     0x61b67c49de0e - motors::create_match::h7ea8b8ff58c1dbfb
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/lib.rs:351:24
[INFO] [stdout]   28:     0x61b67c55479d - motors::search::multithreading::tests::set_options_during_match::hb929fbe4a6bbcb1e
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/search/multithreading.rs:665:23
[INFO] [stdout]   29:     0x61b67c474c89 - motors::search::multithreading::tests::set_options_during_match::{{closure}}::hdbb88f94fc191aba
[INFO] [stdout]                                at /opt/rustwide/workdir/motors/src/search/multithreading.rs:663:34
[INFO] [stdout]   30:     0x61b67c474c89 - core::ops::function::FnOnce::call_once::h4b17847f6cc767d5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x61b67c5dae2b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x61b67c5dae2b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   33:     0x61b67c5da06e - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   34:     0x61b67c5da06e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x61b67c5da06e - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x61b67c5da06e - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x61b67c5da06e - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x61b67c5da06e - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   39:     0x61b67c5da06e - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   40:     0x61b67c59dc14 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   41:     0x61b67c59dc14 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   42:     0x61b67c5a15ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   43:     0x61b67c5a15ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   44:     0x61b67c5a15ba - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   45:     0x61b67c5a15ba - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   46:     0x61b67c5a15ba - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   47:     0x61b67c5a15ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   48:     0x61b67c5a15ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x61b67c74b4b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   50:     0x61b67c74b4b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   51:     0x61b67c74b4b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   52:     0x7f0a44ac1aa4 - <unknown>
[INFO] [stdout]   53:     0x7f0a44b4ea34 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     io::tests::chess_test
[INFO] [stdout]     search::multithreading::tests::immediate_response_test
[INFO] [stdout]     search::multithreading::tests::set_options_during_match
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 40 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.34s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "c2d389d21fbe780536dd43f87a9bef0c5f372500f7c750d0caa5c06e39ee8095", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2d389d21fbe780536dd43f87a9bef0c5f372500f7c750d0caa5c06e39ee8095", kill_on_drop: false }`
[INFO] [stdout] c2d389d21fbe780536dd43f87a9bef0c5f372500f7c750d0caa5c06e39ee8095
