Oct 14 19:04:45.645 INFO testing havlenapetr/quadientevents against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:04:45.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.003 INFO blam! 56739d4ff7686bc10999935e565f023839a98cfe4c54ff5a9ff255b790ddfc4c Oct 14 19:04:46.008 INFO running `"docker" "start" "-a" "56739d4ff7686bc10999935e565f023839a98cfe4c54ff5a9ff255b790ddfc4c"` Oct 14 19:04:46.983 INFO kablam! usermod: no changes Oct 14 19:04:47.104 INFO kablam! Compiling libz-sys v1.0.16 Oct 14 19:04:47.107 INFO kablam! Compiling openssl-sys v0.9.17 Oct 14 19:04:47.107 INFO kablam! Compiling curl-sys v0.3.14 Oct 14 19:04:47.107 INFO kablam! Compiling socket2 v0.2.2 Oct 14 19:04:54.055 INFO kablam! Compiling curl v0.4.8 Oct 14 19:04:57.171 INFO kablam! Compiling quadientevents v0.1.0 (/source) Oct 14 19:04:58.223 INFO kablam! warning: function is never used: `load_from_file` Oct 14 19:04:58.223 INFO kablam! --> src/task.rs:76:1 Oct 14 19:04:58.223 INFO kablam! | Oct 14 19:04:58.223 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:04:58.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:04:58.223 INFO kablam! | Oct 14 19:04:58.223 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:04:58.223 INFO kablam! Oct 14 19:04:58.223 INFO kablam! warning: function is never used: `load_from_str` Oct 14 19:04:58.223 INFO kablam! --> src/task.rs:83:1 Oct 14 19:04:58.223 INFO kablam! | Oct 14 19:04:58.223 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 14 19:04:58.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:04:58.223 INFO kablam! Oct 14 19:04:58.223 INFO kablam! warning: method is never used: `get_rows` Oct 14 19:04:58.223 INFO kablam! --> src/map.rs:76:5 Oct 14 19:04:58.223 INFO kablam! | Oct 14 19:04:58.223 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 14 19:04:58.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:04:58.223 INFO kablam! Oct 14 19:04:58.239 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 14 19:04:58.239 INFO kablam! --> src/task.rs:76:23 Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:04:58.239 INFO kablam! | ^^^^^^^^ Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:04:58.239 INFO kablam! Oct 14 19:04:58.239 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 19:04:58.239 INFO kablam! --> src/task.rs:79:5 Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! 79 | f.read_to_string(&mut json); Oct 14 19:04:58.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 19:04:58.239 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 19:04:58.239 INFO kablam! Oct 14 19:04:58.239 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:04:58.239 INFO kablam! --> src/map.rs:86:23 Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 14 19:04:58.239 INFO kablam! | ^^^^^^^ Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 19:04:58.239 INFO kablam! Oct 14 19:04:58.239 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:04:58.239 INFO kablam! --> src/map.rs:91:23 Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 14 19:04:58.239 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:04:58.239 INFO kablam! Oct 14 19:04:58.239 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:04:58.239 INFO kablam! --> src/map.rs:92:23 Oct 14 19:04:58.239 INFO kablam! | Oct 14 19:04:58.239 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 14 19:04:58.239 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:04:58.239 INFO kablam! Oct 14 19:05:01.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.04s Oct 14 19:05:01.046 INFO kablam! su: No module specific data is present Oct 14 19:05:02.171 INFO running `"docker" "rm" "-f" "56739d4ff7686bc10999935e565f023839a98cfe4c54ff5a9ff255b790ddfc4c"` Oct 14 19:05:02.507 INFO blam! 56739d4ff7686bc10999935e565f023839a98cfe4c54ff5a9ff255b790ddfc4c Oct 14 19:05:02.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:02.975 INFO blam! 44eb8556644bf90513d1cb45240dcf5247a3f009aebfb1f1363080e66af92dad Oct 14 19:05:02.991 INFO running `"docker" "start" "-a" "44eb8556644bf90513d1cb45240dcf5247a3f009aebfb1f1363080e66af92dad"` Oct 14 19:05:04.287 INFO kablam! usermod: no changes Oct 14 19:05:04.403 INFO kablam! Compiling quadientevents v0.1.0 (/source) Oct 14 19:05:05.759 INFO kablam! warning: function is never used: `load_from_file` Oct 14 19:05:05.759 INFO kablam! --> src/task.rs:76:1 Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:05:05.759 INFO kablam! Oct 14 19:05:05.759 INFO kablam! warning: function is never used: `load_from_str` Oct 14 19:05:05.759 INFO kablam! --> src/task.rs:83:1 Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! 83 | pub fn load_from_str(json: &str) -> TaskResp { Oct 14 19:05:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:05.759 INFO kablam! Oct 14 19:05:05.759 INFO kablam! warning: method is never used: `get_rows` Oct 14 19:05:05.759 INFO kablam! --> src/map.rs:76:5 Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! 76 | pub fn get_rows(&self) -> Vec<&[Node]> { Oct 14 19:05:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:05.759 INFO kablam! Oct 14 19:05:05.759 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 14 19:05:05.759 INFO kablam! --> src/task.rs:76:23 Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:05.759 INFO kablam! | ^^^^^^^^ Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:05:05.759 INFO kablam! Oct 14 19:05:05.759 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 19:05:05.759 INFO kablam! --> src/task.rs:79:5 Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! 79 | f.read_to_string(&mut json); Oct 14 19:05:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 19:05:05.759 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 19:05:05.759 INFO kablam! Oct 14 19:05:05.759 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:05.759 INFO kablam! --> src/map.rs:86:23 Oct 14 19:05:05.759 INFO kablam! | Oct 14 19:05:05.759 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 14 19:05:05.759 INFO kablam! | ^^^^^^^ Oct 14 19:05:05.760 INFO kablam! | Oct 14 19:05:05.760 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 19:05:05.760 INFO kablam! Oct 14 19:05:05.760 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:05.760 INFO kablam! --> src/map.rs:91:23 Oct 14 19:05:05.760 INFO kablam! | Oct 14 19:05:05.760 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 14 19:05:05.760 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:05.760 INFO kablam! Oct 14 19:05:05.760 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:05.760 INFO kablam! --> src/map.rs:92:23 Oct 14 19:05:05.760 INFO kablam! | Oct 14 19:05:05.760 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 14 19:05:05.760 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:05.760 INFO kablam! Oct 14 19:05:06.279 INFO kablam! warning: function is never used: `load_from_file` Oct 14 19:05:06.279 INFO kablam! --> tests/../src/task.rs:76:1 Oct 14 19:05:06.279 INFO kablam! | Oct 14 19:05:06.279 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:06.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:06.279 INFO kablam! | Oct 14 19:05:06.279 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:05:06.279 INFO kablam! Oct 14 19:05:06.295 INFO kablam! warning: variable `filePath` should have a snake case name such as `file_path` Oct 14 19:05:06.295 INFO kablam! --> tests/../src/task.rs:76:23 Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! 76 | pub fn load_from_file(filePath: &str) -> TaskResp { Oct 14 19:05:06.295 INFO kablam! | ^^^^^^^^ Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 19:05:06.295 INFO kablam! Oct 14 19:05:06.295 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 19:05:06.295 INFO kablam! --> tests/../src/task.rs:79:5 Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! 79 | f.read_to_string(&mut json); Oct 14 19:05:06.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 19:05:06.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 19:05:06.295 INFO kablam! Oct 14 19:05:06.295 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:06.295 INFO kablam! --> tests/../src/map.rs:86:23 Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! 86 | debug_assert!(id >= 0 && id < self.nodes.len()); Oct 14 19:05:06.295 INFO kablam! | ^^^^^^^ Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 19:05:06.295 INFO kablam! Oct 14 19:05:06.295 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:06.295 INFO kablam! --> tests/../src/map.rs:91:23 Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! 91 | debug_assert!(point.x >= 0 && point.x < self.dim); Oct 14 19:05:06.295 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:06.295 INFO kablam! Oct 14 19:05:06.295 INFO kablam! warning: comparison is useless due to type limits Oct 14 19:05:06.295 INFO kablam! --> tests/../src/map.rs:92:23 Oct 14 19:05:06.295 INFO kablam! | Oct 14 19:05:06.295 INFO kablam! 92 | debug_assert!(point.y >= 0 && point.y < self.dim); Oct 14 19:05:06.295 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:05:06.295 INFO kablam! Oct 14 19:05:09.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.17s Oct 14 19:05:09.490 INFO kablam! su: No module specific data is present Oct 14 19:05:10.579 INFO running `"docker" "rm" "-f" "44eb8556644bf90513d1cb45240dcf5247a3f009aebfb1f1363080e66af92dad"` Oct 14 19:05:10.879 INFO blam! 44eb8556644bf90513d1cb45240dcf5247a3f009aebfb1f1363080e66af92dad