Oct 27 00:38:28.258 INFO checking mgdm/rrt against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:38:28.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.535 INFO blam! a9362f94840d5c8fa20a5706e122af28581ffff91396356a8c3265a96da918b4 Oct 27 00:38:28.539 INFO running `"docker" "start" "-a" "a9362f94840d5c8fa20a5706e122af28581ffff91396356a8c3265a96da918b4"` Oct 27 00:38:29.191 INFO kablam! usermod: no changes Oct 27 00:38:29.279 INFO kablam! Compiling quote v0.3.10 Oct 27 00:38:29.279 INFO kablam! Checking serde v0.8.21 Oct 27 00:38:29.283 INFO kablam! Checking docopt v0.6.86 Oct 27 00:38:30.285 INFO kablam! Compiling syn v0.10.5 Oct 27 00:38:34.462 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 27 00:38:36.020 INFO kablam! Compiling serde_codegen v0.8.21 Oct 27 00:38:36.119 INFO kablam! Checking serde_json v0.8.4 Oct 27 00:38:39.083 INFO kablam! Compiling serde_derive v0.8.21 Oct 27 00:38:41.711 INFO kablam! Checking rrt v0.1.0 (/source) Oct 27 00:38:42.767 INFO kablam! warning: unused import: `shapes::Sphere` Oct 27 00:38:42.767 INFO kablam! --> src/main.rs:21:5 Oct 27 00:38:42.767 INFO kablam! | Oct 27 00:38:42.767 INFO kablam! 21 | use shapes::Sphere; Oct 27 00:38:42.767 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:38:42.767 INFO kablam! | Oct 27 00:38:42.767 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:38:42.767 INFO kablam! Oct 27 00:38:42.767 INFO kablam! warning: unused import: `point::Point` Oct 27 00:38:42.768 INFO kablam! --> src/main.rs:22:5 Oct 27 00:38:42.768 INFO kablam! | Oct 27 00:38:42.768 INFO kablam! 22 | use point::Point; Oct 27 00:38:42.768 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:38:42.768 INFO kablam! Oct 27 00:38:42.835 INFO kablam! warning: unused import: `shapes::Sphere` Oct 27 00:38:42.835 INFO kablam! --> src/main.rs:21:5 Oct 27 00:38:42.835 INFO kablam! | Oct 27 00:38:42.835 INFO kablam! 21 | use shapes::Sphere; Oct 27 00:38:42.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 00:38:42.835 INFO kablam! | Oct 27 00:38:42.835 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 00:38:42.835 INFO kablam! Oct 27 00:38:42.835 INFO kablam! warning: unused import: `point::Point` Oct 27 00:38:42.835 INFO kablam! --> src/main.rs:22:5 Oct 27 00:38:42.835 INFO kablam! | Oct 27 00:38:42.835 INFO kablam! 22 | use point::Point; Oct 27 00:38:42.835 INFO kablam! | ^^^^^^^^^^^^ Oct 27 00:38:42.835 INFO kablam! Oct 27 00:38:43.067 INFO kablam! warning: method is never used: `cross` Oct 27 00:38:43.067 INFO kablam! --> src/point.rs:85:5 Oct 27 00:38:43.068 INFO kablam! | Oct 27 00:38:43.068 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 27 00:38:43.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:43.068 INFO kablam! | Oct 27 00:38:43.069 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:38:43.069 INFO kablam! Oct 27 00:38:43.069 INFO kablam! warning: method is never used: `length` Oct 27 00:38:43.069 INFO kablam! --> src/point.rs:93:5 Oct 27 00:38:43.070 INFO kablam! | Oct 27 00:38:43.070 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 27 00:38:43.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:43.070 INFO kablam! Oct 27 00:38:43.070 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:43.070 INFO kablam! --> src/main.rs:1:12 Oct 27 00:38:43.070 INFO kablam! | Oct 27 00:38:43.070 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 00:38:43.070 INFO kablam! | ^^^^^^^^^^ Oct 27 00:38:43.070 INFO kablam! | Oct 27 00:38:43.070 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:38:43.070 INFO kablam! Oct 27 00:38:43.070 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 27 00:38:43.070 INFO kablam! --> src/main.rs:36:5 Oct 27 00:38:43.070 INFO kablam! | Oct 27 00:38:43.070 INFO kablam! 36 | arg_SCENE: String, Oct 27 00:38:43.070 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:38:43.071 INFO kablam! | Oct 27 00:38:43.071 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:38:43.071 INFO kablam! Oct 27 00:38:43.083 INFO kablam! warning: method is never used: `cross` Oct 27 00:38:43.083 INFO kablam! --> src/point.rs:85:5 Oct 27 00:38:43.084 INFO kablam! | Oct 27 00:38:43.084 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 27 00:38:43.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:43.084 INFO kablam! | Oct 27 00:38:43.085 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:38:43.085 INFO kablam! Oct 27 00:38:43.085 INFO kablam! warning: method is never used: `length` Oct 27 00:38:43.086 INFO kablam! --> src/point.rs:93:5 Oct 27 00:38:43.086 INFO kablam! | Oct 27 00:38:43.086 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 27 00:38:43.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:38:43.087 INFO kablam! Oct 27 00:38:43.087 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:43.087 INFO kablam! --> src/main.rs:1:12 Oct 27 00:38:43.088 INFO kablam! | Oct 27 00:38:43.088 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 00:38:43.088 INFO kablam! | ^^^^^^^^^^ Oct 27 00:38:43.089 INFO kablam! | Oct 27 00:38:43.089 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 00:38:43.089 INFO kablam! Oct 27 00:38:43.090 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 27 00:38:43.090 INFO kablam! --> src/main.rs:36:5 Oct 27 00:38:43.090 INFO kablam! | Oct 27 00:38:43.091 INFO kablam! 36 | arg_SCENE: String, Oct 27 00:38:43.091 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:38:43.091 INFO kablam! | Oct 27 00:38:43.092 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 00:38:43.092 INFO kablam! Oct 27 00:38:43.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.91s Oct 27 00:38:43.143 INFO kablam! su: No module specific data is present Oct 27 00:38:43.553 INFO running `"docker" "rm" "-f" "a9362f94840d5c8fa20a5706e122af28581ffff91396356a8c3265a96da918b4"` Oct 27 00:38:43.743 INFO blam! a9362f94840d5c8fa20a5706e122af28581ffff91396356a8c3265a96da918b4