[INFO] updating cached repository https://github.com/aisamanra/knurling [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] fe2caffffac1bbc10873555a709b456e34ae0098 [INFO] testing aisamanra/knurling against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faisamanra%2Fknurling" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aisamanra/knurling 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/aisamanra/knurling [INFO] finished tweaking git repo https://github.com/aisamanra/knurling [INFO] tweaked toml for git repo https://github.com/aisamanra/knurling written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/aisamanra/knurling 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 488f2fed026f8288f21c024a2f70785165c760fa5ad9ca3482532721eeca3d6b [INFO] running `"docker" "start" "-a" "488f2fed026f8288f21c024a2f70785165c760fa5ad9ca3482532721eeca3d6b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling cairo-rs v0.6.0 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling pango v0.6.0 [INFO] [stderr] Compiling pangocairo v0.7.0 [INFO] [stderr] Compiling knurling v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling cairo-sys-rs v0.8.0 [INFO] [stderr] Compiling pango-sys v0.8.0 [INFO] [stderr] Compiling x11 v2.18.1 [INFO] [stderr] Compiling pangocairo-sys v0.9.0 [INFO] [stderr] Compiling glib-sys v0.8.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling gobject-sys v0.8.0 [INFO] [stderr] Compiling glib v0.7.1 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/main.rs:51:50 [INFO] [stderr] | [INFO] [stderr] 51 | let window_fds: Vec = ws.iter_mut().map({ |w| w.get_fd() }).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.53s [INFO] running `"docker" "inspect" "488f2fed026f8288f21c024a2f70785165c760fa5ad9ca3482532721eeca3d6b"` [INFO] running `"docker" "rm" "-f" "488f2fed026f8288f21c024a2f70785165c760fa5ad9ca3482532721eeca3d6b"` [INFO] [stdout] 488f2fed026f8288f21c024a2f70785165c760fa5ad9ca3482532721eeca3d6b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] c9b6c3ad6f5f63e6053789ca9e4482a7be2fd9802bdf8627efc5899c6e3abeab [INFO] running `"docker" "start" "-a" "c9b6c3ad6f5f63e6053789ca9e4482a7be2fd9802bdf8627efc5899c6e3abeab"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling knurling v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/main.rs:51:50 [INFO] [stderr] | [INFO] [stderr] 51 | let window_fds: Vec = ws.iter_mut().map({ |w| w.get_fd() }).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.37s [INFO] running `"docker" "inspect" "c9b6c3ad6f5f63e6053789ca9e4482a7be2fd9802bdf8627efc5899c6e3abeab"` [INFO] running `"docker" "rm" "-f" "c9b6c3ad6f5f63e6053789ca9e4482a7be2fd9802bdf8627efc5899c6e3abeab"` [INFO] [stdout] c9b6c3ad6f5f63e6053789ca9e4482a7be2fd9802bdf8627efc5899c6e3abeab [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] f6a132f3e3ef2b722b1952060ee2395b3883eb2aac656bc395cc48a8c755fad8 [INFO] running `"docker" "start" "-a" "f6a132f3e3ef2b722b1952060ee2395b3883eb2aac656bc395cc48a8c755fad8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary braces around method argument [INFO] [stderr] --> src/main.rs:51:50 [INFO] [stderr] | [INFO] [stderr] 51 | let window_fds: Vec = ws.iter_mut().map({ |w| w.get_fd() }).collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/knurling-1749f6c332c47fd4 [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" "f6a132f3e3ef2b722b1952060ee2395b3883eb2aac656bc395cc48a8c755fad8"` [INFO] running `"docker" "rm" "-f" "f6a132f3e3ef2b722b1952060ee2395b3883eb2aac656bc395cc48a8c755fad8"` [INFO] [stdout] f6a132f3e3ef2b722b1952060ee2395b3883eb2aac656bc395cc48a8c755fad8