[INFO] updating cached repository https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 10db64ab48568fd830da992c3aa32fce83aad70f [INFO] testing intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fintrepion%2Fexample-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any 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/intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any [INFO] finished tweaking git repo https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any [INFO] tweaked toml for git repo https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/intrepion/example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any 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] running `"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" "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] 88dd8cd1c0f78848b2e1fa6726058a2481d47c3947a9f0d45e35fdf5f0acabeb [INFO] running `"docker" "start" "-a" "88dd8cd1c0f78848b2e1fa6726058a2481d47c3947a9f0d45e35fdf5f0acabeb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/main.rs:16:40 [INFO] [stderr] | [INFO] [stderr] 16 | println!("2 in array2: {}", array2.into_iter().any(|&x| x == 2)); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [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 #66145 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "88dd8cd1c0f78848b2e1fa6726058a2481d47c3947a9f0d45e35fdf5f0acabeb"` [INFO] running `"docker" "rm" "-f" "88dd8cd1c0f78848b2e1fa6726058a2481d47c3947a9f0d45e35fdf5f0acabeb"` [INFO] [stdout] 88dd8cd1c0f78848b2e1fa6726058a2481d47c3947a9f0d45e35fdf5f0acabeb [INFO] running `"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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e959ab786e0d7feeccf5648f0cbaaef79923081a5b4c0e70f230909fc1043c87 [INFO] running `"docker" "start" "-a" "e959ab786e0d7feeccf5648f0cbaaef79923081a5b4c0e70f230909fc1043c87"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling example-x-rust-x-rustbyexample-com-x-fn-closures-closure_examples-iter_any v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/main.rs:16:40 [INFO] [stderr] | [INFO] [stderr] 16 | println!("2 in array2: {}", array2.into_iter().any(|&x| x == 2)); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [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 #66145 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] running `"docker" "inspect" "e959ab786e0d7feeccf5648f0cbaaef79923081a5b4c0e70f230909fc1043c87"` [INFO] running `"docker" "rm" "-f" "e959ab786e0d7feeccf5648f0cbaaef79923081a5b4c0e70f230909fc1043c87"` [INFO] [stdout] e959ab786e0d7feeccf5648f0cbaaef79923081a5b4c0e70f230909fc1043c87 [INFO] running `"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" "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] 02441763ac5122414df6cb2d492a3ff541169a6ae59d7da0955ae9c370a1d46c [INFO] running `"docker" "start" "-a" "02441763ac5122414df6cb2d492a3ff541169a6ae59d7da0955ae9c370a1d46c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/main.rs:16:40 [INFO] [stderr] | [INFO] [stderr] 16 | println!("2 in array2: {}", array2.into_iter().any(|&x| x == 2)); [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [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 #66145 [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/example_x_rust_x_rustbyexample_com_x_fn_closures_closure_examples_iter_any-eb0e578f017d5c5b [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" "02441763ac5122414df6cb2d492a3ff541169a6ae59d7da0955ae9c370a1d46c"` [INFO] running `"docker" "rm" "-f" "02441763ac5122414df6cb2d492a3ff541169a6ae59d7da0955ae9c370a1d46c"` [INFO] [stdout] 02441763ac5122414df6cb2d492a3ff541169a6ae59d7da0955ae9c370a1d46c