[INFO] cloning repository https://github.com/eriksterneberg/game-theory-tournament-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eriksterneberg/game-theory-tournament-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feriksterneberg%2Fgame-theory-tournament-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feriksterneberg%2Fgame-theory-tournament-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3436395e493bbf8e84ff34ab1e16962d7049a39d [INFO] testing eriksterneberg/game-theory-tournament-rust against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feriksterneberg%2Fgame-theory-tournament-rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/eriksterneberg/game-theory-tournament-rust [INFO] finished tweaking git repo https://github.com/eriksterneberg/game-theory-tournament-rust [INFO] tweaked toml for git repo https://github.com/eriksterneberg/game-theory-tournament-rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/eriksterneberg/game-theory-tournament-rust on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/eriksterneberg/game-theory-tournament-rust 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ctrlc v3.4.2 [INFO] [stderr] Downloaded enum-iterator-derive v1.3.0 [INFO] [stderr] Downloaded relative-path v1.9.2 [INFO] [stderr] Downloaded hermit-abi v0.3.8 [INFO] [stderr] Downloaded clap v4.5.1 [INFO] [stderr] Downloaded clap_builder v4.5.1 [INFO] [stderr] Downloaded anstream v0.6.12 [INFO] [stderr] Downloaded clap-verbosity-flag v2.2.0 [INFO] [stderr] Downloaded pretty_env_logger v0.5.0 [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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bae8f9a31196e1074cdd89d6807b65b38c880e1d69e5222361620e5a14fa1b94 [INFO] running `Command { std: "docker" "start" "-a" "bae8f9a31196e1074cdd89d6807b65b38c880e1d69e5222361620e5a14fa1b94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bae8f9a31196e1074cdd89d6807b65b38c880e1d69e5222361620e5a14fa1b94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bae8f9a31196e1074cdd89d6807b65b38c880e1d69e5222361620e5a14fa1b94", kill_on_drop: false }` [INFO] [stdout] bae8f9a31196e1074cdd89d6807b65b38c880e1d69e5222361620e5a14fa1b94 [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=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06c058a5ac197b70d67528598d98aa7362005b049bdcb2b0dc48315dbed90891 [INFO] running `Command { std: "docker" "start" "-a" "06c058a5ac197b70d67528598d98aa7362005b049bdcb2b0dc48315dbed90891", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling anstream v0.6.12 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling indicatif v0.17.8 [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling ctrlc v3.4.2 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling enum-iterator-derive v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling enum-iterator v1.5.0 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling clap-verbosity-flag v2.2.0 [INFO] [stderr] Compiling gamett v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Receiver` and `select` [INFO] [stdout] --> src/main.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | use crossbeam_channel::{bounded, Receiver, select}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.11s [INFO] running `Command { std: "docker" "inspect" "06c058a5ac197b70d67528598d98aa7362005b049bdcb2b0dc48315dbed90891", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06c058a5ac197b70d67528598d98aa7362005b049bdcb2b0dc48315dbed90891", kill_on_drop: false }` [INFO] [stdout] 06c058a5ac197b70d67528598d98aa7362005b049bdcb2b0dc48315dbed90891 [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=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da0234cc2db72f08c4799442c1f4c48f73dee6ed467b5205dbd5679094c2cad6 [INFO] running `Command { std: "docker" "start" "-a" "da0234cc2db72f08c4799442c1f4c48f73dee6ed467b5205dbd5679094c2cad6", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling relative-path v1.9.2 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling assert_cmd v2.0.14 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling enum-iterator-derive v1.3.0 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling enum-iterator v1.5.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling predicates v3.1.0 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling clap-verbosity-flag v2.2.0 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling rstest v0.18.2 [INFO] [stderr] Compiling gamett v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Receiver` and `select` [INFO] [stdout] --> src/main.rs:13:34 [INFO] [stdout] | [INFO] [stdout] 13 | use crossbeam_channel::{bounded, Receiver, select}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 47.63s [INFO] running `Command { std: "docker" "inspect" "da0234cc2db72f08c4799442c1f4c48f73dee6ed467b5205dbd5679094c2cad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da0234cc2db72f08c4799442c1f4c48f73dee6ed467b5205dbd5679094c2cad6", kill_on_drop: false }` [INFO] [stdout] da0234cc2db72f08c4799442c1f4c48f73dee6ed467b5205dbd5679094c2cad6 [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=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 437d7a64a27d07a2dde14dd74fa753ed677a593af3db1e4127a88531c35dc731 [INFO] running `Command { std: "docker" "start" "-a" "437d7a64a27d07a2dde14dd74fa753ed677a593af3db1e4127a88531c35dc731", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `Receiver` and `select` [INFO] [stderr] --> src/main.rs:13:34 [INFO] [stderr] | [INFO] [stderr] 13 | use crossbeam_channel::{bounded, Receiver, select}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `gamett` (bin "gamett" test) generated 1 warning (run `cargo fix --bin "gamett" -p gamett --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gamett-5c9e756d09d8003f) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::main_test::test_battle_tit_for_2_tats_learns_slowly::case_1 ... ok [INFO] [stdout] test tests::main_test::test_battle_tit_for_2_tats_learns_slowly::case_2 ... ok [INFO] [stdout] test tests::main_test::test_battle_tit_for_2_tats_learns_slowly::case_3 ... ok [INFO] [stdout] test tests::main_test::test_two_positive_strategies_always_cooperate::case_1 ... ok [INFO] [stdout] test tests::main_test::test_two_positive_strategies_always_cooperate::case_2 ... ok [INFO] [stdout] test tests::main_test::run_binary ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "437d7a64a27d07a2dde14dd74fa753ed677a593af3db1e4127a88531c35dc731", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "437d7a64a27d07a2dde14dd74fa753ed677a593af3db1e4127a88531c35dc731", kill_on_drop: false }` [INFO] [stdout] 437d7a64a27d07a2dde14dd74fa753ed677a593af3db1e4127a88531c35dc731