[INFO] cloning repository https://github.com/rodya-mirov/cadmium-ostrich [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rodya-mirov/cadmium-ostrich" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fcadmium-ostrich", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fcadmium-ostrich'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aaf2b9883c7e55a2f4e8cccc7e4a649e3697b6b8 [INFO] testing rodya-mirov/cadmium-ostrich against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Fcadmium-ostrich" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rodya-mirov/cadmium-ostrich on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rodya-mirov/cadmium-ostrich [INFO] finished tweaking git repo https://github.com/rodya-mirov/cadmium-ostrich [INFO] tweaked toml for git repo https://github.com/rodya-mirov/cadmium-ostrich written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/rodya-mirov/cadmium-ostrich already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34f3bc8988bab0e8e0a36b23b56fa54dde2050798fef836f1210cbafb32eab22 [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" "34f3bc8988bab0e8e0a36b23b56fa54dde2050798fef836f1210cbafb32eab22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34f3bc8988bab0e8e0a36b23b56fa54dde2050798fef836f1210cbafb32eab22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34f3bc8988bab0e8e0a36b23b56fa54dde2050798fef836f1210cbafb32eab22", kill_on_drop: false }` [INFO] [stdout] 34f3bc8988bab0e8e0a36b23b56fa54dde2050798fef836f1210cbafb32eab22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf729fa43763ef61d1a7f49d2623a08b7805ca7be2f922dd9f3f2950bd448f3a [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" "bf729fa43763ef61d1a7f49d2623a08b7805ca7be2f922dd9f3f2950bd448f3a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Compiling serde v1.0.83 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling arc-swap v0.3.7 [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling reexport-proc-macro v1.0.5 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling xi-unicode v0.1.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling ncurses v5.98.0 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.4 [INFO] [stderr] Compiling enum-map-derive v0.4.0 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling enum-map v0.4.1 [INFO] [stderr] Compiling enumset v0.3.14 [INFO] [stderr] Compiling cursive v0.10.0 [INFO] [stderr] Compiling cursive_ui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | if x.abs_diff(0) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:101:14 [INFO] [stdout] | [INFO] [stdout] 101 | || x.abs_diff(GAME_COLS - 1) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:102:14 [INFO] [stdout] | [INFO] [stdout] 102 | || y.abs_diff(0) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | || y.abs_diff(GAME_ROWS - 1) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::utils::numerics::Clamp` [INFO] [stdout] --> src/controller/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::utils::numerics::Clamp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.21s [INFO] running `Command { std: "docker" "inspect" "bf729fa43763ef61d1a7f49d2623a08b7805ca7be2f922dd9f3f2950bd448f3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf729fa43763ef61d1a7f49d2623a08b7805ca7be2f922dd9f3f2950bd448f3a", kill_on_drop: false }` [INFO] [stdout] bf729fa43763ef61d1a7f49d2623a08b7805ca7be2f922dd9f3f2950bd448f3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 948ae0d99aa83d8b71af6c22e38d446036860985653c01cf6ab5ddbe4c3ec71b [INFO] running `Command { std: "docker" "start" "-a" "948ae0d99aa83d8b71af6c22e38d446036860985653c01cf6ab5ddbe4c3ec71b", kill_on_drop: false }` [INFO] [stderr] Compiling cursive_ui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | if x.abs_diff(0) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:101:14 [INFO] [stdout] | [INFO] [stdout] 101 | || x.abs_diff(GAME_COLS - 1) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:102:14 [INFO] [stdout] | [INFO] [stdout] 102 | || y.abs_diff(0) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/model/mod.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | || y.abs_diff(GAME_ROWS - 1) < 5 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::utils::numerics::Clamp` [INFO] [stdout] --> src/controller/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::utils::numerics::Clamp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `Command { std: "docker" "inspect" "948ae0d99aa83d8b71af6c22e38d446036860985653c01cf6ab5ddbe4c3ec71b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948ae0d99aa83d8b71af6c22e38d446036860985653c01cf6ab5ddbe4c3ec71b", kill_on_drop: false }` [INFO] [stdout] 948ae0d99aa83d8b71af6c22e38d446036860985653c01cf6ab5ddbe4c3ec71b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 36974dc9c6a782b4fd3ec93e02a5ee70f99a4c50fd4ec9a97e8c9b4b5b9b25d0 [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" "36974dc9c6a782b4fd3ec93e02a5ee70f99a4c50fd4ec9a97e8c9b4b5b9b25d0", kill_on_drop: false }` [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/model/mod.rs:100:10 [INFO] [stderr] | [INFO] [stderr] 100 | if x.abs_diff(0) < 5 [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/model/mod.rs:101:14 [INFO] [stderr] | [INFO] [stderr] 101 | || x.abs_diff(GAME_COLS - 1) < 5 [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/model/mod.rs:102:14 [INFO] [stderr] | [INFO] [stderr] 102 | || y.abs_diff(0) < 5 [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/model/mod.rs:103:14 [INFO] [stderr] | [INFO] [stderr] 103 | || y.abs_diff(GAME_ROWS - 1) < 5 [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `AbsDiff::abs_diff(...)` to keep using the current method [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::utils::numerics::Clamp` [INFO] [stderr] --> src/controller/mod.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use crate::utils::numerics::Clamp; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `cursive_ui` (bin "cursive_ui" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cursive_ui-0f4da50c64965d11) [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" "36974dc9c6a782b4fd3ec93e02a5ee70f99a4c50fd4ec9a97e8c9b4b5b9b25d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36974dc9c6a782b4fd3ec93e02a5ee70f99a4c50fd4ec9a97e8c9b4b5b9b25d0", kill_on_drop: false }` [INFO] [stdout] 36974dc9c6a782b4fd3ec93e02a5ee70f99a4c50fd4ec9a97e8c9b4b5b9b25d0