Oct 14 11:18:07.464 INFO testing mgdm/rrt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:18:07.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 11:18:07.912 INFO blam! f9dc53aa45de9ace2cc69aeeb1947d4d623c4baac5c93c365bc9752501bdb822 Oct 14 11:18:07.919 INFO running `"docker" "start" "-a" "f9dc53aa45de9ace2cc69aeeb1947d4d623c4baac5c93c365bc9752501bdb822"` Oct 14 11:18:09.298 INFO kablam! usermod: no changes Oct 14 11:18:09.455 INFO kablam! Compiling unicode-xid v0.0.3 Oct 14 11:18:09.459 INFO kablam! Compiling num-traits v0.1.36 Oct 14 11:18:09.471 INFO kablam! Compiling libc v0.2.18 Oct 14 11:18:09.472 INFO kablam! Compiling quote v0.3.10 Oct 14 11:18:09.478 INFO kablam! Compiling regex-syntax v0.3.9 Oct 14 11:18:09.484 INFO kablam! Compiling utf8-ranges v0.1.3 Oct 14 11:18:09.485 INFO kablam! Compiling itoa v0.1.1 Oct 14 11:18:09.503 INFO kablam! Compiling strsim v0.5.2 Oct 14 11:18:12.140 INFO kablam! Compiling serde v0.8.21 Oct 14 11:18:12.159 INFO kablam! Compiling dtoa v0.2.2 Oct 14 11:18:12.663 INFO kablam! Compiling syn v0.10.5 Oct 14 11:18:13.649 INFO kablam! Compiling thread-id v2.0.0 Oct 14 11:18:13.656 INFO kablam! Compiling memchr v0.1.11 Oct 14 11:18:13.656 INFO kablam! Compiling rand v0.3.15 Oct 14 11:18:13.693 INFO kablam! Compiling num-integer v0.1.32 Oct 14 11:18:13.693 INFO kablam! Compiling num-complex v0.1.35 Oct 14 11:18:13.983 INFO kablam! Compiling thread_local v0.2.7 Oct 14 11:18:15.311 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 11:18:15.415 INFO kablam! Compiling num-iter v0.1.32 Oct 14 11:18:19.655 INFO kablam! Compiling regex v0.1.80 Oct 14 11:18:19.859 INFO kablam! Compiling num-bigint v0.1.35 Oct 14 11:18:21.733 INFO kablam! Compiling serde_codegen_internals v0.11.3 Oct 14 11:18:23.143 INFO kablam! Compiling num-rational v0.1.35 Oct 14 11:18:23.246 INFO kablam! Compiling serde_codegen v0.8.21 Oct 14 11:18:23.659 INFO kablam! Compiling num v0.1.36 Oct 14 11:18:30.093 INFO kablam! Compiling serde_json v0.8.4 Oct 14 11:18:30.835 INFO kablam! Compiling docopt v0.6.86 Oct 14 11:18:31.060 INFO kablam! Compiling serde_derive v0.8.21 Oct 14 11:18:38.939 INFO kablam! Compiling rrt v0.1.0 (/source) Oct 14 11:18:39.277 INFO kablam! warning: unused import: `shapes::Sphere` Oct 14 11:18:39.278 INFO kablam! --> src/main.rs:21:5 Oct 14 11:18:39.278 INFO kablam! | Oct 14 11:18:39.279 INFO kablam! 21 | use shapes::Sphere; Oct 14 11:18:39.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:18:39.279 INFO kablam! | Oct 14 11:18:39.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:39.280 INFO kablam! Oct 14 11:18:39.280 INFO kablam! warning: unused import: `point::Point` Oct 14 11:18:39.280 INFO kablam! --> src/main.rs:22:5 Oct 14 11:18:39.281 INFO kablam! | Oct 14 11:18:39.281 INFO kablam! 22 | use point::Point; Oct 14 11:18:39.281 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:18:39.282 INFO kablam! Oct 14 11:18:39.591 INFO kablam! warning: method is never used: `cross` Oct 14 11:18:39.591 INFO kablam! --> src/point.rs:85:5 Oct 14 11:18:39.591 INFO kablam! | Oct 14 11:18:39.591 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 14 11:18:39.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:39.591 INFO kablam! | Oct 14 11:18:39.591 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:18:39.591 INFO kablam! Oct 14 11:18:39.591 INFO kablam! warning: method is never used: `length` Oct 14 11:18:39.591 INFO kablam! --> src/point.rs:93:5 Oct 14 11:18:39.591 INFO kablam! | Oct 14 11:18:39.591 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 14 11:18:39.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:39.591 INFO kablam! Oct 14 11:18:39.591 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 14 11:18:39.591 INFO kablam! --> src/main.rs:1:12 Oct 14 11:18:39.591 INFO kablam! | Oct 14 11:18:39.591 INFO kablam! 1 | #![feature(proc_macro)] Oct 14 11:18:39.591 INFO kablam! | ^^^^^^^^^^ Oct 14 11:18:39.591 INFO kablam! | Oct 14 11:18:39.591 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 11:18:39.591 INFO kablam! Oct 14 11:18:39.595 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 14 11:18:39.595 INFO kablam! --> src/main.rs:36:5 Oct 14 11:18:39.595 INFO kablam! | Oct 14 11:18:39.595 INFO kablam! 36 | arg_SCENE: String, Oct 14 11:18:39.595 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:18:39.595 INFO kablam! | Oct 14 11:18:39.595 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:18:39.595 INFO kablam! Oct 14 11:18:42.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.15s Oct 14 11:18:42.491 INFO kablam! su: No module specific data is present Oct 14 11:18:43.651 INFO running `"docker" "rm" "-f" "f9dc53aa45de9ace2cc69aeeb1947d4d623c4baac5c93c365bc9752501bdb822"` Oct 14 11:18:43.939 INFO blam! f9dc53aa45de9ace2cc69aeeb1947d4d623c4baac5c93c365bc9752501bdb822 Oct 14 11:18:43.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 11:18:44.363 INFO blam! a25e9875f89dc3ca02df53ee000c09f96f748f4b4ec743c3bc1370382ca548e4 Oct 14 11:18:44.365 INFO running `"docker" "start" "-a" "a25e9875f89dc3ca02df53ee000c09f96f748f4b4ec743c3bc1370382ca548e4"` Oct 14 11:18:45.498 INFO kablam! usermod: no changes Oct 14 11:18:45.647 INFO kablam! Compiling rrt v0.1.0 (/source) Oct 14 11:18:45.891 INFO kablam! warning: unused import: `shapes::Sphere` Oct 14 11:18:45.891 INFO kablam! --> src/main.rs:21:5 Oct 14 11:18:45.891 INFO kablam! | Oct 14 11:18:45.891 INFO kablam! 21 | use shapes::Sphere; Oct 14 11:18:45.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:18:45.891 INFO kablam! | Oct 14 11:18:45.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:18:45.891 INFO kablam! Oct 14 11:18:45.891 INFO kablam! warning: unused import: `point::Point` Oct 14 11:18:45.891 INFO kablam! --> src/main.rs:22:5 Oct 14 11:18:45.891 INFO kablam! | Oct 14 11:18:45.891 INFO kablam! 22 | use point::Point; Oct 14 11:18:45.891 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:18:45.891 INFO kablam! Oct 14 11:18:46.123 INFO kablam! warning: method is never used: `cross` Oct 14 11:18:46.123 INFO kablam! --> src/point.rs:85:5 Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! 85 | pub fn cross(self, other: Point) -> Point { Oct 14 11:18:46.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:18:46.123 INFO kablam! Oct 14 11:18:46.123 INFO kablam! warning: method is never used: `length` Oct 14 11:18:46.123 INFO kablam! --> src/point.rs:93:5 Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! 93 | pub fn length(self) -> f64 { Oct 14 11:18:46.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:18:46.123 INFO kablam! Oct 14 11:18:46.123 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 14 11:18:46.123 INFO kablam! --> src/main.rs:1:12 Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! 1 | #![feature(proc_macro)] Oct 14 11:18:46.123 INFO kablam! | ^^^^^^^^^^ Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 11:18:46.123 INFO kablam! Oct 14 11:18:46.123 INFO kablam! warning: structure field `arg_SCENE` should have a snake case name such as `arg_scene` Oct 14 11:18:46.123 INFO kablam! --> src/main.rs:36:5 Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! 36 | arg_SCENE: String, Oct 14 11:18:46.123 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:18:46.123 INFO kablam! | Oct 14 11:18:46.123 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 11:18:46.123 INFO kablam! Oct 14 11:18:46.588 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 14 11:18:46.594 INFO kablam! su: No module specific data is present Oct 14 11:18:47.840 INFO running `"docker" "rm" "-f" "a25e9875f89dc3ca02df53ee000c09f96f748f4b4ec743c3bc1370382ca548e4"` Oct 14 11:18:48.050 INFO blam! a25e9875f89dc3ca02df53ee000c09f96f748f4b4ec743c3bc1370382ca548e4 Oct 14 11:18:48.055 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 11:18:48.515 INFO blam! fa317bf0ecbcecd1e44d27541ac5f6b8cf492ec4ab77f7d942f4e51dc24f6e25 Oct 14 11:18:48.518 INFO running `"docker" "start" "-a" "fa317bf0ecbcecd1e44d27541ac5f6b8cf492ec4ab77f7d942f4e51dc24f6e25"` Oct 14 11:18:49.775 INFO kablam! usermod: no changes Oct 14 11:18:49.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 11:18:49.897 INFO kablam! Running /target/debug/deps/rrt-39d303a4f5f6dc7b Oct 14 11:18:49.906 INFO blam! Oct 14 11:18:49.906 INFO blam! running 0 tests Oct 14 11:18:49.906 INFO blam! Oct 14 11:18:49.906 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:18:49.906 INFO blam! Oct 14 11:18:49.911 INFO kablam! su: No module specific data is present Oct 14 11:18:50.583 INFO running `"docker" "rm" "-f" "fa317bf0ecbcecd1e44d27541ac5f6b8cf492ec4ab77f7d942f4e51dc24f6e25"` Oct 14 11:18:50.794 INFO blam! fa317bf0ecbcecd1e44d27541ac5f6b8cf492ec4ab77f7d942f4e51dc24f6e25