[INFO] cloning repository https://github.com/danno131313/egyptian-war [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danno131313/egyptian-war" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanno131313%2Fegyptian-war"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanno131313%2Fegyptian-war'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 91daa928cc1e68b6aeb1ff48fc2e18faa9885e85 [INFO] testing danno131313/egyptian-war against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanno131313%2Fegyptian-war" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danno131313/egyptian-war on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/danno131313/egyptian-war [INFO] finished tweaking git repo https://github.com/danno131313/egyptian-war [INFO] tweaked toml for git repo https://github.com/danno131313/egyptian-war written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/danno131313/egyptian-war already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simple-cards v1.0.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4dee96ccc6195b29e3abf344c258964e6666641fed93e9e23bc2d84516ede433 [INFO] running `"docker" "start" "-a" "4dee96ccc6195b29e3abf344c258964e6666641fed93e9e23bc2d84516ede433"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling rand v0.3.17 [INFO] [stderr] Compiling ncurses v5.86.0 [INFO] [stderr] Compiling simple-cards v1.0.1 [INFO] [stderr] Compiling egyptian-war v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref GAME_MUTEX: Mutex = { [INFO] [stderr] 20 | | Mutex::new(Game { [INFO] [stderr] 21 | | player1: Deck::new_empty(), [INFO] [stderr] ... | [INFO] [stderr] 29 | | }; [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.45s [INFO] running `"docker" "inspect" "4dee96ccc6195b29e3abf344c258964e6666641fed93e9e23bc2d84516ede433"` [INFO] running `"docker" "rm" "-f" "4dee96ccc6195b29e3abf344c258964e6666641fed93e9e23bc2d84516ede433"` [INFO] [stdout] 4dee96ccc6195b29e3abf344c258964e6666641fed93e9e23bc2d84516ede433 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 73d88078c97477d2e0d0ea8b7d9c00ba93f539ee65a8dfd052b2b48e9ed49731 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "73d88078c97477d2e0d0ea8b7d9c00ba93f539ee65a8dfd052b2b48e9ed49731"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling egyptian-war v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref GAME_MUTEX: Mutex = { [INFO] [stderr] 20 | | Mutex::new(Game { [INFO] [stderr] 21 | | player1: Deck::new_empty(), [INFO] [stderr] ... | [INFO] [stderr] 29 | | }; [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `"docker" "inspect" "73d88078c97477d2e0d0ea8b7d9c00ba93f539ee65a8dfd052b2b48e9ed49731"` [INFO] running `"docker" "rm" "-f" "73d88078c97477d2e0d0ea8b7d9c00ba93f539ee65a8dfd052b2b48e9ed49731"` [INFO] [stdout] 73d88078c97477d2e0d0ea8b7d9c00ba93f539ee65a8dfd052b2b48e9ed49731 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3989d45326b8824fd6d4c91e8ab434e1ed8d4ed2aa6bdcb5c6816a707426a5f9 [INFO] running `"docker" "start" "-a" "3989d45326b8824fd6d4c91e8ab434e1ed8d4ed2aa6bdcb5c6816a707426a5f9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | static ref GAME_MUTEX: Mutex = { [INFO] [stderr] 20 | | Mutex::new(Game { [INFO] [stderr] 21 | | player1: Deck::new_empty(), [INFO] [stderr] ... | [INFO] [stderr] 29 | | }; [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/egyptian_war-1bab4ee18faa31fb [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "3989d45326b8824fd6d4c91e8ab434e1ed8d4ed2aa6bdcb5c6816a707426a5f9"` [INFO] running `"docker" "rm" "-f" "3989d45326b8824fd6d4c91e8ab434e1ed8d4ed2aa6bdcb5c6816a707426a5f9"` [INFO] [stdout] 3989d45326b8824fd6d4c91e8ab434e1ed8d4ed2aa6bdcb5c6816a707426a5f9