Oct 21 15:43:39.774 INFO checking mgdm/rrt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:43:39.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 15:43:40.090 INFO blam! adb6d67851e8408755717ebee8ff6932d3d29f9e78cebb18a001622217ab3a35 Oct 21 15:43:40.091 INFO running `"docker" "start" "-a" "adb6d67851e8408755717ebee8ff6932d3d29f9e78cebb18a001622217ab3a35"` Oct 21 15:43:40.781 INFO kablam! usermod: no changes Oct 21 15:43:40.881 INFO kablam! Checking serde v0.8.21 Oct 21 15:43:40.881 INFO kablam! Checking num-complex v0.1.35 Oct 21 15:43:40.882 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 21 15:43:40.882 INFO kablam! Checking num-bigint v0.1.35 Oct 21 15:43:40.883 INFO kablam! Checking docopt v0.6.86 Oct 21 15:43:42.788 INFO kablam! Checking num-rational v0.1.35 Oct 21 15:43:43.789 INFO kablam! Compiling serde_codegen v0.8.21 Oct 21 15:43:44.755 INFO kablam! Checking num v0.1.36 Oct 21 15:43:47.799 INFO kablam! Compiling serde_derive v0.8.21 Oct 21 15:43:47.959 INFO kablam! Checking serde_json v0.8.4 Oct 21 15:43:49.924 INFO kablam! Checking rrt v0.1.0 (/source) Oct 21 15:43:50.817 INFO kablam! warning: unused import: `shapes::Sphere` Oct 21 15:43:50.817 INFO kablam! --> src/main.rs:21:5 Oct 21 15:43:50.817 INFO kablam! | Oct 21 15:43:50.817 INFO kablam! 21 | use shapes::Sphere; Oct 21 15:43:50.817 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 15:43:50.817 INFO kablam! | Oct 21 15:43:50.817 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:43:50.817 INFO kablam! Oct 21 15:43:50.817 INFO kablam! warning: unused import: `point::Point` Oct 21 15:43:50.817 INFO kablam! --> src/main.rs:22:5 Oct 21 15:43:50.817 INFO kablam! | Oct 21 15:43:50.817 INFO kablam! 22 | use point::Point; Oct 21 15:43:50.817 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:43:50.817 INFO kablam! Oct 21 15:43:50.848 INFO kablam! warning: unused import: `shapes::Sphere` Oct 21 15:43:50.848 INFO kablam! --> src/main.rs:21:5 Oct 21 15:43:50.848 INFO kablam! | Oct 21 15:43:50.848 INFO kablam! 21 | use shapes::Sphere; Oct 21 15:43:50.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 15:43:50.848 INFO kablam! | Oct 21 15:43:50.849 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 15:43:50.849 INFO kablam! Oct 21 15:43:50.849 INFO kablam! warning: unused import: `point::Point` Oct 21 15:43:50.849 INFO kablam! --> src/main.rs:22:5 Oct 21 15:43:50.849 INFO kablam! | Oct 21 15:43:50.849 INFO kablam! 22 | use point::Point; Oct 21 15:43:50.849 INFO kablam! | ^^^^^^^^^^^^ Oct 21 15:43:50.849 INFO kablam! Oct 21 15:43:51.063 INFO kablam! warning: method is never used: `cross` Oct 21 15:43:51.063 INFO kablam! --> src/point.rs:85:5 Oct 21 15:43:51.063 INFO kablam! | Oct 21 15:43:51.063 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 21 15:43:51.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:43:51.063 INFO kablam! | Oct 21 15:43:51.063 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:43:51.063 INFO kablam! Oct 21 15:43:51.063 INFO kablam! warning: method is never used: `length` Oct 21 15:43:51.063 INFO kablam! --> src/point.rs:93:5 Oct 21 15:43:51.063 INFO kablam! | Oct 21 15:43:51.063 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 21 15:43:51.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:43:51.063 INFO kablam! Oct 21 15:43:51.063 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 15:43:51.065 INFO kablam! --> src/main.rs:1:12 Oct 21 15:43:51.066 INFO kablam! | Oct 21 15:43:51.066 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 15:43:51.066 INFO kablam! | ^^^^^^^^^^ Oct 21 15:43:51.066 INFO kablam! | Oct 21 15:43:51.066 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:43:51.066 INFO kablam! Oct 21 15:43:51.066 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 21 15:43:51.067 INFO kablam! --> src/main.rs:36:5 Oct 21 15:43:51.067 INFO kablam! | Oct 21 15:43:51.067 INFO kablam! 36 | arg_SCENE: String, Oct 21 15:43:51.067 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:43:51.067 INFO kablam! | Oct 21 15:43:51.067 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 15:43:51.068 INFO kablam! Oct 21 15:43:51.132 INFO kablam! warning: method is never used: `cross` Oct 21 15:43:51.132 INFO kablam! --> src/point.rs:85:5 Oct 21 15:43:51.133 INFO kablam! | Oct 21 15:43:51.133 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 21 15:43:51.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:43:51.133 INFO kablam! | Oct 21 15:43:51.133 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:43:51.133 INFO kablam! Oct 21 15:43:51.133 INFO kablam! warning: method is never used: `length` Oct 21 15:43:51.134 INFO kablam! --> src/point.rs:93:5 Oct 21 15:43:51.134 INFO kablam! | Oct 21 15:43:51.134 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 21 15:43:51.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 15:43:51.134 INFO kablam! Oct 21 15:43:51.134 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 15:43:51.135 INFO kablam! --> src/main.rs:1:12 Oct 21 15:43:51.135 INFO kablam! | Oct 21 15:43:51.135 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 15:43:51.135 INFO kablam! | ^^^^^^^^^^ Oct 21 15:43:51.135 INFO kablam! | Oct 21 15:43:51.135 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 15:43:51.136 INFO kablam! Oct 21 15:43:51.138 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 21 15:43:51.138 INFO kablam! --> src/main.rs:36:5 Oct 21 15:43:51.138 INFO kablam! | Oct 21 15:43:51.138 INFO kablam! 36 | arg_SCENE: String, Oct 21 15:43:51.138 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 15:43:51.138 INFO kablam! | Oct 21 15:43:51.138 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 15:43:51.138 INFO kablam! Oct 21 15:43:51.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.36s Oct 21 15:43:51.166 INFO kablam! su: No module specific data is present Oct 21 15:43:51.724 INFO running `"docker" "rm" "-f" "adb6d67851e8408755717ebee8ff6932d3d29f9e78cebb18a001622217ab3a35"` Oct 21 15:43:51.841 INFO blam! adb6d67851e8408755717ebee8ff6932d3d29f9e78cebb18a001622217ab3a35