Oct 27 00:38:28.350 INFO checking mgdm/rrt against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:38:28.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 00:38:28.627 INFO blam! 0b8038d64d6dcc25743ffe4ec279c39fe30a8421c59d7cad2a2bce37899426cd Oct 27 00:38:28.631 INFO running `"docker" "start" "-a" "0b8038d64d6dcc25743ffe4ec279c39fe30a8421c59d7cad2a2bce37899426cd"` Oct 27 00:38:29.215 INFO kablam! usermod: no changes Oct 27 00:38:29.298 INFO kablam! Compiling serde_codegen v0.8.21 Oct 27 00:38:29.303 INFO kablam! Checking docopt v0.6.86 Oct 27 00:38:32.795 INFO kablam! Compiling serde_derive v0.8.21 Oct 27 00:38:34.810 INFO kablam! Checking rrt v0.1.0 (/source) Oct 27 00:38:35.971 INFO kablam! warning: unused import: `shapes::Sphere` Oct 27 00:38:35.971 INFO kablam! --> src/main.rs:21:5 Oct 27 00:38:35.971 INFO kablam! | Oct 27 00:38:35.971 INFO kablam! 21 | use shapes::Sphere; Oct 27 00:38:35.971 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:38:35.971 INFO kablam! | Oct 27 00:38:35.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:38:35.971 INFO kablam! Oct 27 00:38:35.971 INFO kablam! warning: unused import: `point::Point` Oct 27 00:38:35.971 INFO kablam! --> src/main.rs:22:5 Oct 27 00:38:35.971 INFO kablam! | Oct 27 00:38:35.971 INFO kablam! 22 | use point::Point; Oct 27 00:38:35.971 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:38:35.971 INFO kablam! Oct 27 00:38:35.971 INFO kablam! warning: unused import: `shapes::Sphere` Oct 27 00:38:35.971 INFO kablam! --> src/main.rs:21:5 Oct 27 00:38:35.971 INFO kablam! | Oct 27 00:38:35.971 INFO kablam! 21 | use shapes::Sphere; Oct 27 00:38:35.971 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:38:35.971 INFO kablam! | Oct 27 00:38:35.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:38:35.971 INFO kablam! Oct 27 00:38:35.971 INFO kablam! warning: unused import: `point::Point` Oct 27 00:38:35.971 INFO kablam! --> src/main.rs:22:5 Oct 27 00:38:35.971 INFO kablam! | Oct 27 00:38:35.971 INFO kablam! 22 | use point::Point; Oct 27 00:38:35.971 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:38:35.971 INFO kablam! Oct 27 00:38:36.217 INFO kablam! warning: method is never used: `cross` Oct 27 00:38:36.217 INFO kablam! --> src/point.rs:85:5 Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 27 00:38:36.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:38:36.217 INFO kablam! Oct 27 00:38:36.217 INFO kablam! warning: method is never used: `length` Oct 27 00:38:36.217 INFO kablam! --> src/point.rs:93:5 Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 27 00:38:36.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:36.217 INFO kablam! Oct 27 00:38:36.217 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 00:38:36.217 INFO kablam! --> src/main.rs:1:12 Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 00:38:36.217 INFO kablam! | ^^^^^^^^^^ Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:38:36.217 INFO kablam! Oct 27 00:38:36.217 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 27 00:38:36.217 INFO kablam! --> src/main.rs:36:5 Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! 36 | arg_SCENE: String, Oct 27 00:38:36.217 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:38:36.217 INFO kablam! | Oct 27 00:38:36.217 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:38:36.217 INFO kablam! Oct 27 00:38:36.235 INFO kablam! warning: method is never used: `cross` Oct 27 00:38:36.235 INFO kablam! --> src/point.rs:85:5 Oct 27 00:38:36.235 INFO kablam! | Oct 27 00:38:36.235 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 27 00:38:36.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:36.239 INFO kablam! | Oct 27 00:38:36.239 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:38:36.239 INFO kablam! Oct 27 00:38:36.239 INFO kablam! warning: method is never used: `length` Oct 27 00:38:36.239 INFO kablam! --> src/point.rs:93:5 Oct 27 00:38:36.239 INFO kablam! | Oct 27 00:38:36.239 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 27 00:38:36.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:36.239 INFO kablam! Oct 27 00:38:36.239 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 00:38:36.239 INFO kablam! --> src/main.rs:1:12 Oct 27 00:38:36.239 INFO kablam! | Oct 27 00:38:36.239 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 00:38:36.239 INFO kablam! | ^^^^^^^^^^ Oct 27 00:38:36.239 INFO kablam! | Oct 27 00:38:36.239 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:38:36.239 INFO kablam! Oct 27 00:38:36.247 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 27 00:38:36.247 INFO kablam! --> src/main.rs:36:5 Oct 27 00:38:36.247 INFO kablam! | Oct 27 00:38:36.247 INFO kablam! 36 | arg_SCENE: String, Oct 27 00:38:36.247 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:38:36.249 INFO kablam! | Oct 27 00:38:36.249 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:38:36.249 INFO kablam! Oct 27 00:38:36.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.03s Oct 27 00:38:36.283 INFO kablam! su: No module specific data is present Oct 27 00:38:37.155 INFO running `"docker" "rm" "-f" "0b8038d64d6dcc25743ffe4ec279c39fe30a8421c59d7cad2a2bce37899426cd"` Oct 27 00:38:37.527 INFO blam! 0b8038d64d6dcc25743ffe4ec279c39fe30a8421c59d7cad2a2bce37899426cd