[INFO] updating cached repository https://github.com/Ethan826/baseball [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4674f9c9cb2d91ad63e33046d2f5eb0810eeb446 [INFO] testing Ethan826/baseball against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEthan826%2Fbaseball" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ethan826/baseball on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ethan826/baseball [INFO] finished tweaking git repo https://github.com/Ethan826/baseball [INFO] tweaked toml for git repo https://github.com/Ethan826/baseball written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Ethan826/baseball already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e5fe7e0f042ab2ecbf83f7ed5c443b1c8147bdea4b790806df103985810c793 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0e5fe7e0f042ab2ecbf83f7ed5c443b1c8147bdea4b790806df103985810c793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e5fe7e0f042ab2ecbf83f7ed5c443b1c8147bdea4b790806df103985810c793", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e5fe7e0f042ab2ecbf83f7ed5c443b1c8147bdea4b790806df103985810c793", kill_on_drop: false }` [INFO] [stdout] 0e5fe7e0f042ab2ecbf83f7ed5c443b1c8147bdea4b790806df103985810c793 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] deaa21d52b9241a563920748d259c4acc8ca091092c4bd7cafc5c156aaf181a7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "deaa21d52b9241a563920748d259c4acc8ca091092c4bd7cafc5c156aaf181a7", kill_on_drop: false }` [INFO] [stderr] Compiling baseball v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `&mut team::team::Team<'_>: std::clone::Clone` is not satisfied [INFO] [stdout] --> src/game/game.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub home_team: &'a mut Team<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `&mut team::team::Team<'_>` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as std::clone::Clone> [INFO] [stdout] = note: `std::clone::Clone` is implemented for `&team::team::Team<'_>`, but not for `&mut team::team::Team<'_>` [INFO] [stdout] = note: required by `std::clone::Clone::clone` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&mut team::team::Team<'_>: std::clone::Clone` is not satisfied [INFO] [stdout] --> src/game/game.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub visiting_team: &'a mut Team<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `&mut team::team::Team<'_>` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as std::clone::Clone> [INFO] [stdout] = note: `std::clone::Clone` is implemented for `&team::team::Team<'_>`, but not for `&mut team::team::Team<'_>` [INFO] [stdout] = note: required by `std::clone::Clone::clone` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `baseball`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "deaa21d52b9241a563920748d259c4acc8ca091092c4bd7cafc5c156aaf181a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deaa21d52b9241a563920748d259c4acc8ca091092c4bd7cafc5c156aaf181a7", kill_on_drop: false }` [INFO] [stdout] deaa21d52b9241a563920748d259c4acc8ca091092c4bd7cafc5c156aaf181a7