Oct 14 19:04:53.790 INFO testing havlenapetr/quadientevents against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:04:53.790 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 19:04:54.309 INFO blam! e9ecf29761f50fbe21ae9b9c1c7c4548e5c044c03623b5c1f3190a8c1ee47d32 Oct 14 19:04:54.309 INFO running `"docker" "start" "-a" "e9ecf29761f50fbe21ae9b9c1c7c4548e5c044c03623b5c1f3190a8c1ee47d32"` Oct 14 19:04:56.595 INFO kablam! usermod: no changes Oct 14 19:04:56.807 INFO kablam! Compiling libz-sys v1.0.16 Oct 14 19:04:56.807 INFO kablam! Compiling curl-sys v0.3.14 Oct 14 19:04:56.807 INFO kablam! Compiling socket2 v0.2.2 Oct 14 19:04:56.820 INFO kablam! Compiling openssl-sys v0.9.17 Oct 14 19:05:02.132 INFO kablam! Compiling curl v0.4.8 Oct 14 19:05:05.311 INFO kablam! Compiling quadientevents v0.1.0 (/source) Oct 14 19:05:06.347 INFO kablam! warning: function is never used: `load_from_file` Oct 14 19:05:06.347 INFO kablam! --> src/task.rs:76:1 Oct 14 19:05:06.347 INFO kablam! | Oct 14 19:05:06.347 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:06.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:06.347 INFO kablam! | Oct 14 19:05:06.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:05:06.347 INFO kablam! Oct 14 19:05:06.347 INFO kablam! warning: function is never used: `load_from_str` Oct 14 19:05:06.347 INFO kablam! --> src/task.rs:83:1 Oct 14 19:05:06.347 INFO kablam! | Oct 14 19:05:06.347 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 14 19:05:06.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:06.347 INFO kablam! Oct 14 19:05:06.347 INFO kablam! warning: method is never used: `get_rows` Oct 14 19:05:06.347 INFO kablam! --> src/map.rs:76:5 Oct 14 19:05:06.347 INFO kablam! | Oct 14 19:05:06.347 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 14 19:05:06.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:06.347 INFO kablam! Oct 14 19:05:06.349 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 14 19:05:06.349 INFO kablam! --> src/task.rs:76:23 Oct 14 19:05:06.349 INFO kablam! | Oct 14 19:05:06.349 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:06.349 INFO kablam! | ^^^^^^^^ Oct 14 19:05:06.349 INFO kablam! | Oct 14 19:05:06.349 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:05:06.349 INFO kablam! Oct 14 19:05:06.349 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 19:05:06.349 INFO kablam! --> src/task.rs:79:5 Oct 14 19:05:06.349 INFO kablam! | Oct 14 19:05:06.349 INFO kablam! 79 | f.read_to_string(&mut json); Oct 14 19:05:06.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:06.358 INFO kablam! | Oct 14 19:05:06.358 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 19:05:06.358 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 19:05:06.358 INFO kablam! Oct 14 19:05:06.358 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:06.358 INFO kablam! --> src/map.rs:86:23 Oct 14 19:05:06.358 INFO kablam! | Oct 14 19:05:06.358 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 14 19:05:06.358 INFO kablam! | ^^^^^^^ Oct 14 19:05:06.358 INFO kablam! | Oct 14 19:05:06.358 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 19:05:06.358 INFO kablam! Oct 14 19:05:06.358 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:06.358 INFO kablam! --> src/map.rs:91:23 Oct 14 19:05:06.358 INFO kablam! | Oct 14 19:05:06.358 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 14 19:05:06.358 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:06.358 INFO kablam! Oct 14 19:05:06.358 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:06.358 INFO kablam! --> src/map.rs:92:23 Oct 14 19:05:06.358 INFO kablam! | Oct 14 19:05:06.358 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 14 19:05:06.358 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:06.358 INFO kablam! Oct 14 19:05:08.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.33s Oct 14 19:05:08.960 INFO kablam! su: No module specific data is present Oct 14 19:05:10.418 INFO running `"docker" "rm" "-f" "e9ecf29761f50fbe21ae9b9c1c7c4548e5c044c03623b5c1f3190a8c1ee47d32"` Oct 14 19:05:10.819 INFO blam! e9ecf29761f50fbe21ae9b9c1c7c4548e5c044c03623b5c1f3190a8c1ee47d32 Oct 14 19:05:10.833 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 19:05:11.485 INFO blam! 44d6646dd9f90498e9429456e1f8ea7aa7f7312f52065ed41d37108d4cb27093 Oct 14 19:05:11.495 INFO running `"docker" "start" "-a" "44d6646dd9f90498e9429456e1f8ea7aa7f7312f52065ed41d37108d4cb27093"` Oct 14 19:05:13.246 INFO kablam! usermod: no changes Oct 14 19:05:13.419 INFO kablam! Compiling quadientevents v0.1.0 (/source) Oct 14 19:05:14.927 INFO kablam! warning: function is never used: `load_from_file` Oct 14 19:05:14.928 INFO kablam! --> src/task.rs:76:1 Oct 14 19:05:14.929 INFO kablam! | Oct 14 19:05:14.929 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:14.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:14.930 INFO kablam! | Oct 14 19:05:14.931 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:05:14.931 INFO kablam! Oct 14 19:05:14.931 INFO kablam! warning: function is never used: `load_from_str` Oct 14 19:05:14.931 INFO kablam! --> src/task.rs:83:1 Oct 14 19:05:14.931 INFO kablam! | Oct 14 19:05:14.931 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 14 19:05:14.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:14.933 INFO kablam! Oct 14 19:05:14.933 INFO kablam! warning: method is never used: `get_rows` Oct 14 19:05:14.933 INFO kablam! --> src/map.rs:76:5 Oct 14 19:05:14.933 INFO kablam! | Oct 14 19:05:14.933 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 14 19:05:14.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:14.934 INFO kablam! Oct 14 19:05:14.934 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 14 19:05:14.934 INFO kablam! --> src/task.rs:76:23 Oct 14 19:05:14.934 INFO kablam! | Oct 14 19:05:14.934 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:14.935 INFO kablam! | ^^^^^^^^ Oct 14 19:05:14.935 INFO kablam! | Oct 14 19:05:14.935 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:05:14.935 INFO kablam! Oct 14 19:05:14.935 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 19:05:14.936 INFO kablam! --> src/task.rs:79:5 Oct 14 19:05:14.937 INFO kablam! | Oct 14 19:05:14.937 INFO kablam! 79 | f.read_to_string(&mut json); Oct 14 19:05:14.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:14.937 INFO kablam! | Oct 14 19:05:14.937 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 19:05:14.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 19:05:14.937 INFO kablam! Oct 14 19:05:14.937 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:14.937 INFO kablam! --> src/map.rs:86:23 Oct 14 19:05:14.937 INFO kablam! | Oct 14 19:05:14.937 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 14 19:05:14.937 INFO kablam! | ^^^^^^^ Oct 14 19:05:14.937 INFO kablam! | Oct 14 19:05:14.937 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 19:05:14.937 INFO kablam! Oct 14 19:05:14.937 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:14.937 INFO kablam! --> src/map.rs:91:23 Oct 14 19:05:14.937 INFO kablam! | Oct 14 19:05:14.937 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 14 19:05:14.937 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:14.937 INFO kablam! Oct 14 19:05:14.937 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:14.937 INFO kablam! --> src/map.rs:92:23 Oct 14 19:05:14.937 INFO kablam! | Oct 14 19:05:14.937 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 14 19:05:14.937 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:14.937 INFO kablam! Oct 14 19:05:14.951 INFO kablam! warning: function is never used: `load_from_file` Oct 14 19:05:14.951 INFO kablam! --> tests/../src/task.rs:76:1 Oct 14 19:05:14.951 INFO kablam! | Oct 14 19:05:14.951 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:14.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:14.951 INFO kablam! | Oct 14 19:05:14.952 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:05:14.952 INFO kablam! Oct 14 19:05:14.956 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 14 19:05:14.957 INFO kablam! --> tests/../src/task.rs:76:23 Oct 14 19:05:14.957 INFO kablam! | Oct 14 19:05:14.957 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:14.957 INFO kablam! | ^^^^^^^^ Oct 14 19:05:14.957 INFO kablam! | Oct 14 19:05:14.957 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:05:14.957 INFO kablam! Oct 14 19:05:14.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 19:05:14.957 INFO kablam! --> tests/../src/task.rs:79:5 Oct 14 19:05:14.957 INFO kablam! | Oct 14 19:05:14.958 INFO kablam! 79 | f.read_to_string(&mut json); Oct 14 19:05:14.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:14.958 INFO kablam! | Oct 14 19:05:14.958 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 19:05:14.958 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 19:05:14.959 INFO kablam! Oct 14 19:05:14.968 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:14.968 INFO kablam! --> tests/../src/map.rs:86:23 Oct 14 19:05:14.968 INFO kablam! | Oct 14 19:05:14.968 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 14 19:05:14.968 INFO kablam! | ^^^^^^^ Oct 14 19:05:14.968 INFO kablam! | Oct 14 19:05:14.968 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 19:05:14.968 INFO kablam! Oct 14 19:05:14.968 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:14.968 INFO kablam! --> tests/../src/map.rs:91:23 Oct 14 19:05:14.968 INFO kablam! | Oct 14 19:05:14.968 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 14 19:05:14.970 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:14.970 INFO kablam! Oct 14 19:05:14.970 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:14.970 INFO kablam! --> tests/../src/map.rs:92:23 Oct 14 19:05:14.970 INFO kablam! | Oct 14 19:05:14.970 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 14 19:05:14.970 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:14.970 INFO kablam! Oct 14 19:05:17.994 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.72s Oct 14 19:05:18.000 INFO kablam! su: No module specific data is present Oct 14 19:05:18.743 INFO running `"docker" "rm" "-f" "44d6646dd9f90498e9429456e1f8ea7aa7f7312f52065ed41d37108d4cb27093"` Oct 14 19:05:19.031 INFO blam! 44d6646dd9f90498e9429456e1f8ea7aa7f7312f52065ed41d37108d4cb27093