[INFO] cloning repository https://github.com/andygrn/flock [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andygrn/flock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandygrn%2Fflock"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandygrn%2Fflock'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 88b50285043c1d832908068be18cf00c0a14d8cd [INFO] testing andygrn/flock against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandygrn%2Fflock" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andygrn/flock 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/andygrn/flock [INFO] finished tweaking git repo https://github.com/andygrn/flock [INFO] tweaked toml for git repo https://github.com/andygrn/flock written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/andygrn/flock 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] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 5eb4396ed44975057f9f111f144dd1388eff11e14278f13290796217a02264c6 [INFO] running `"docker" "start" "-a" "5eb4396ed44975057f9f111f144dd1388eff11e14278f13290796217a02264c6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling atom v0.3.4 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling smallvec v0.4.4 [INFO] [stderr] Compiling mopa v0.2.2 [INFO] [stderr] Compiling crossbeam v0.3.0 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling arrayvec v0.3.24 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling pulse v0.5.3 [INFO] [stderr] Compiling noise v0.4.1 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling shred-derive v0.3.0 [INFO] [stderr] Compiling shred v0.5.0 [INFO] [stderr] Compiling hibitset v0.3.2 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling specs v0.10.0 [INFO] [stderr] Compiling flock v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/terminal_renderer.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | pub char_gen: (fn(f32, f32) -> char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/terminal_renderer.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | char_gen: (fn(f32, f32) -> char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.63s [INFO] running `"docker" "inspect" "5eb4396ed44975057f9f111f144dd1388eff11e14278f13290796217a02264c6"` [INFO] running `"docker" "rm" "-f" "5eb4396ed44975057f9f111f144dd1388eff11e14278f13290796217a02264c6"` [INFO] [stdout] 5eb4396ed44975057f9f111f144dd1388eff11e14278f13290796217a02264c6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] eb7bf5a1a40f312aa23cbf60de6c5c3b7342f455a4aeff6cfed90b33be8f3e25 [INFO] running `"docker" "start" "-a" "eb7bf5a1a40f312aa23cbf60de6c5c3b7342f455a4aeff6cfed90b33be8f3e25"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling flock v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/terminal_renderer.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | pub char_gen: (fn(f32, f32) -> char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/terminal_renderer.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | char_gen: (fn(f32, f32) -> char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `"docker" "inspect" "eb7bf5a1a40f312aa23cbf60de6c5c3b7342f455a4aeff6cfed90b33be8f3e25"` [INFO] running `"docker" "rm" "-f" "eb7bf5a1a40f312aa23cbf60de6c5c3b7342f455a4aeff6cfed90b33be8f3e25"` [INFO] [stdout] eb7bf5a1a40f312aa23cbf60de6c5c3b7342f455a4aeff6cfed90b33be8f3e25 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] 10553ccac326e746442e7662c089a7ba35089e36a2422293b3ff160e4d217a7f [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" "10553ccac326e746442e7662c089a7ba35089e36a2422293b3ff160e4d217a7f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/terminal_renderer.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | pub char_gen: (fn(f32, f32) -> char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/terminal_renderer.rs:31:19 [INFO] [stderr] | [INFO] [stderr] 31 | char_gen: (fn(f32, f32) -> char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/flock-836661969e2824ac [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" "10553ccac326e746442e7662c089a7ba35089e36a2422293b3ff160e4d217a7f"` [INFO] running `"docker" "rm" "-f" "10553ccac326e746442e7662c089a7ba35089e36a2422293b3ff160e4d217a7f"` [INFO] [stdout] 10553ccac326e746442e7662c089a7ba35089e36a2422293b3ff160e4d217a7f