[INFO] fetching crate san-rs 0.3.1...
[INFO] testing san-rs-0.3.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate san-rs 0.3.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate san-rs 0.3.1
[INFO] finished tweaking crates.io crate san-rs 0.3.1
[INFO] tweaked toml for crates.io crate san-rs 0.3.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate san-rs 0.3.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2d66a7e1fb8af4505bd6f4e75dabf7c94bc25bbd7c9e33fca418821da0ad2f8
[INFO] running `Command { std: "docker" "start" "-a" "b2d66a7e1fb8af4505bd6f4e75dabf7c94bc25bbd7c9e33fca418821da0ad2f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2d66a7e1fb8af4505bd6f4e75dabf7c94bc25bbd7c9e33fca418821da0ad2f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2d66a7e1fb8af4505bd6f4e75dabf7c94bc25bbd7c9e33fca418821da0ad2f8", kill_on_drop: false }`
[INFO] [stdout] b2d66a7e1fb8af4505bd6f4e75dabf7c94bc25bbd7c9e33fca418821da0ad2f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2e4f9be580f7f93fa586e9c2e9bb845680071ea418640317da5a87cd2b1da36
[INFO] running `Command { std: "docker" "start" "-a" "e2e4f9be580f7f93fa586e9c2e9bb845680071ea418640317da5a87cd2b1da36", kill_on_drop: false }`
[INFO] [stderr]    Compiling san-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 404 |             mov.promotion = promotion!(cap, 4);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 422 |             mov.promotion = promotion!(cap, 5);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 492 |             mov.promotion = promotion!(cap, 3);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: san-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "e2e4f9be580f7f93fa586e9c2e9bb845680071ea418640317da5a87cd2b1da36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2e4f9be580f7f93fa586e9c2e9bb845680071ea418640317da5a87cd2b1da36", kill_on_drop: false }`
[INFO] [stdout] e2e4f9be580f7f93fa586e9c2e9bb845680071ea418640317da5a87cd2b1da36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] adb790787d8dd77fa7623d0a923745b93e6e4d627df78c306148770d8322fa4a
[INFO] running `Command { std: "docker" "start" "-a" "adb790787d8dd77fa7623d0a923745b93e6e4d627df78c306148770d8322fa4a", kill_on_drop: false }`
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 404 |             mov.promotion = promotion!(cap, 4);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 422 |             mov.promotion = promotion!(cap, 5);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 492 |             mov.promotion = promotion!(cap, 3);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling san-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 404 |             mov.promotion = promotion!(cap, 4);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 422 |             mov.promotion = promotion!(cap, 5);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:45:74
[INFO] [stdout]     |
[INFO] [stdout]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 492 |             mov.promotion = promotion!(cap, 3);
[INFO] [stdout]     |                             ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: san-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "adb790787d8dd77fa7623d0a923745b93e6e4d627df78c306148770d8322fa4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adb790787d8dd77fa7623d0a923745b93e6e4d627df78c306148770d8322fa4a", kill_on_drop: false }`
[INFO] [stdout] adb790787d8dd77fa7623d0a923745b93e6e4d627df78c306148770d8322fa4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 64231a5c040094aab1fa59b1f5acc36f63fe8747df2c123279fabc4bd1b8d71c
[INFO] running `Command { std: "docker" "start" "-a" "64231a5c040094aab1fa59b1f5acc36f63fe8747df2c123279fabc4bd1b8d71c", kill_on_drop: false }`
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/lib.rs:45:74
[INFO] [stderr]     |
[INFO] [stderr]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 404 |             mov.promotion = promotion!(cap, 4);
[INFO] [stderr]     |                             ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/lib.rs:45:74
[INFO] [stderr]     |
[INFO] [stderr]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 422 |             mov.promotion = promotion!(cap, 5);
[INFO] [stderr]     |                             ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/lib.rs:45:74
[INFO] [stderr]     |
[INFO] [stderr]  45 |         Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok();
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 492 |             mov.promotion = promotion!(cap, 3);
[INFO] [stderr]     |                             ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `san-rs` (lib) generated 3 warnings
[INFO] [stderr] warning: `san-rs` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: san-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/san_rs-d424689a80983b3c)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test tests::test_castle_long ... ok
[INFO] [stdout] test tests::test_compile ... ok
[INFO] [stdout] test tests::test_castle_short ... ok
[INFO] [stdout] test tests::test_piece ... ok
[INFO] [stdout] test tests::test_pawn ... ok
[INFO] [stdout] test tests::test_pawn_long ... ok
[INFO] [stdout] test tests::test_piece_long ... ok
[INFO] [stdout] test tests::test_piece_file ... ok
[INFO] [stdout] test tests::test_pawn_capture ... ok
[INFO] [stdout] test tests::test_piece_rank ... ok
[INFO] [stdout] test tests::test_piece_capture_rank ... ok
[INFO] [stdout] test tests::test_pawn_capture_promotion ... ok
[INFO] [stdout] test tests::test_piece_capture_file ... ok
[INFO] [stdout] test tests::test_piece_capture_long ... ok
[INFO] [stdout] test tests::test_pawn_capture_long ... ok
[INFO] [stdout] test tests::test_piece_capture ... ok
[INFO] [stdout] test tests::test_pawn_promotion ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests san_rs
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "64231a5c040094aab1fa59b1f5acc36f63fe8747df2c123279fabc4bd1b8d71c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64231a5c040094aab1fa59b1f5acc36f63fe8747df2c123279fabc4bd1b8d71c", kill_on_drop: false }`
[INFO] [stdout] 64231a5c040094aab1fa59b1f5acc36f63fe8747df2c123279fabc4bd1b8d71c
