[INFO] cloning repository https://github.com/aisamanra/knurling [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aisamanra/knurling" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faisamanra%2Fknurling"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faisamanra%2Fknurling'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fe2caffffac1bbc10873555a709b456e34ae0098 [INFO] checking aisamanra/knurling against try#d93021f5faa26e4f9d2719e79f9974e06aa40e17 for pr-71873 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faisamanra%2Fknurling" "/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/aisamanra/knurling on toolchain d93021f5faa26e4f9d2719e79f9974e06aa40e17 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "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-1/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" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pangocairo v0.7.0 [INFO] [stderr] Downloaded pangocairo-sys v0.9.0 [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=forbid" "-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" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 898ba754ae5b4760d1ae8646fd7cecb70f8d3a66c3c8707a41c83aebe5b7b919 [INFO] running `"docker" "start" "-a" "898ba754ae5b4760d1ae8646fd7cecb70f8d3a66c3c8707a41c83aebe5b7b919"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling cc v1.0.31 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling cairo-rs v0.6.0 [INFO] [stderr] Compiling pango v0.6.0 [INFO] [stderr] Compiling pangocairo v0.7.0 [INFO] [stderr] Checking cfg-if v0.1.7 [INFO] [stderr] Compiling knurling v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling glib-sys v0.8.0 [INFO] [stderr] Compiling gobject-sys v0.8.0 [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] Checking time v0.1.42 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking glib v0.7.1 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking 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: 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] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.48s [INFO] running `"docker" "inspect" "898ba754ae5b4760d1ae8646fd7cecb70f8d3a66c3c8707a41c83aebe5b7b919"` [INFO] running `"docker" "rm" "-f" "898ba754ae5b4760d1ae8646fd7cecb70f8d3a66c3c8707a41c83aebe5b7b919"` [INFO] [stdout] 898ba754ae5b4760d1ae8646fd7cecb70f8d3a66c3c8707a41c83aebe5b7b919