Oct 13 05:20:26.728 INFO testing noah-witt/Hamiltonian-Path against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:20:26.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 05:20:27.191 INFO blam! 4117f829ef910729d6ef349ac4ff3bc6845dd60efae4b137ece498477fa58b31 Oct 13 05:20:27.194 INFO running `"docker" "start" "-a" "4117f829ef910729d6ef349ac4ff3bc6845dd60efae4b137ece498477fa58b31"` Oct 13 05:20:28.663 INFO kablam! usermod: no changes Oct 13 05:20:28.831 INFO kablam! Compiling error-chain v0.7.2 Oct 13 05:20:28.831 INFO kablam! Compiling toml v0.2.1 Oct 13 05:20:28.839 INFO kablam! Compiling libz-sys v1.0.10 Oct 13 05:20:28.839 INFO kablam! Compiling curl-sys v0.3.6 Oct 13 05:20:34.971 INFO kablam! Compiling metadeps v1.1.1 Oct 13 05:20:36.104 INFO kablam! Compiling openssl-sys v0.9.5 Oct 13 05:20:39.878 INFO kablam! Compiling curl v0.4.2 Oct 13 05:20:42.905 INFO kablam! Compiling HamiltonPath v0.1.0 (/source) Oct 13 05:20:43.319 INFO kablam! warning: unused import: `std::thread::Thread` Oct 13 05:20:43.319 INFO kablam! --> src/main.rs:3:5 Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! 3 | use std::thread::Thread; Oct 13 05:20:43.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:20:43.319 INFO kablam! Oct 13 05:20:43.319 INFO kablam! warning: unused import: `std::io::Read` Oct 13 05:20:43.319 INFO kablam! --> src/main.rs:6:5 Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! 6 | use std::io::Read; Oct 13 05:20:43.319 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:20:43.319 INFO kablam! Oct 13 05:20:43.319 INFO kablam! warning: unused imports: `Write`, `stdout` Oct 13 05:20:43.319 INFO kablam! --> src/main.rs:12:15 Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! 12 | use std::io::{stdout, Write}; Oct 13 05:20:43.319 INFO kablam! | ^^^^^^ ^^^^^ Oct 13 05:20:43.319 INFO kablam! Oct 13 05:20:43.319 INFO kablam! warning: unused import: `curl::easy::Easy` Oct 13 05:20:43.319 INFO kablam! --> src/main.rs:13:5 Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! 13 | use curl::easy::Easy; Oct 13 05:20:43.319 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:20:43.319 INFO kablam! Oct 13 05:20:43.319 INFO kablam! warning: doc comment not used by rustdoc Oct 13 05:20:43.319 INFO kablam! --> src/main.rs:179:13 Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! 179 | ///println!("d:{}", d); Oct 13 05:20:43.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:43.319 INFO kablam! | Oct 13 05:20:43.319 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 05:20:43.319 INFO kablam! Oct 13 05:20:43.436 INFO kablam! warning: value assigned to `d` is never read Oct 13 05:20:43.436 INFO kablam! --> src/main.rs:74:13 Oct 13 05:20:43.436 INFO kablam! | Oct 13 05:20:43.436 INFO kablam! 74 | let mut d:String = String::from("0"); Oct 13 05:20:43.436 INFO kablam! | ^ Oct 13 05:20:43.436 INFO kablam! | Oct 13 05:20:43.436 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:20:43.436 INFO kablam! Oct 13 05:20:43.436 INFO kablam! warning: unused variable: `start` Oct 13 05:20:43.436 INFO kablam! --> src/main.rs:132:19 Oct 13 05:20:43.436 INFO kablam! | Oct 13 05:20:43.436 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:20:43.437 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 05:20:43.437 INFO kablam! | Oct 13 05:20:43.437 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:20:43.437 INFO kablam! Oct 13 05:20:43.447 INFO kablam! warning: unused variable: `path` Oct 13 05:20:43.448 INFO kablam! --> src/main.rs:132:32 Oct 13 05:20:43.448 INFO kablam! | Oct 13 05:20:43.448 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:20:43.449 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 13 05:20:43.449 INFO kablam! Oct 13 05:20:43.449 INFO kablam! warning: unused variable: `params` Oct 13 05:20:43.449 INFO kablam! --> src/main.rs:143:16 Oct 13 05:20:43.450 INFO kablam! | Oct 13 05:20:43.450 INFO kablam! 143 | fn makeRequest(params:String) ->String Oct 13 05:20:43.450 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 13 05:20:43.451 INFO kablam! Oct 13 05:20:43.463 INFO kablam! warning: function is never used: `spawnThreadNet` Oct 13 05:20:43.464 INFO kablam! --> src/main.rs:113:1 Oct 13 05:20:43.464 INFO kablam! | Oct 13 05:20:43.464 INFO kablam! 113 | fn spawnThreadNet() -> JoinHandle<()> Oct 13 05:20:43.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:43.465 INFO kablam! | Oct 13 05:20:43.465 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:20:43.465 INFO kablam! Oct 13 05:20:43.466 INFO kablam! warning: function is never used: `startAtStageNet` Oct 13 05:20:43.466 INFO kablam! --> src/main.rs:222:1 Oct 13 05:20:43.466 INFO kablam! | Oct 13 05:20:43.467 INFO kablam! 222 | fn startAtStageNet(moves:String,start:Point) -> bool Oct 13 05:20:43.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:43.467 INFO kablam! Oct 13 05:20:43.468 INFO kablam! warning: crate `HamiltonPath` should have a snake case name such as `hamilton_path` Oct 13 05:20:43.468 INFO kablam! | Oct 13 05:20:43.468 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:20:43.469 INFO kablam! Oct 13 05:20:43.469 INFO kablam! warning: static variable `netBuild` should have an upper case name such as `NET_BUILD` Oct 13 05:20:43.469 INFO kablam! --> src/main.rs:15:1 Oct 13 05:20:43.469 INFO kablam! | Oct 13 05:20:43.470 INFO kablam! 15 | static netBuild:bool = false; Oct 13 05:20:43.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:43.470 INFO kablam! | Oct 13 05:20:43.471 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 05:20:43.471 INFO kablam! Oct 13 05:20:43.471 INFO kablam! warning: function `makeRequest` should have a snake case name such as `make_request` Oct 13 05:20:43.472 INFO kablam! --> src/main.rs:143:1 Oct 13 05:20:43.472 INFO kablam! | Oct 13 05:20:43.472 INFO kablam! 143 | / fn makeRequest(params:String) ->String Oct 13 05:20:43.473 INFO kablam! 144 | | { Oct 13 05:20:43.473 INFO kablam! 145 | | return String::from("filler"); Oct 13 05:20:43.473 INFO kablam! 146 | | } Oct 13 05:20:43.474 INFO kablam! | |_^ Oct 13 05:20:43.474 INFO kablam! Oct 13 05:20:44.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.83s Oct 13 05:20:44.525 INFO kablam! su: No module specific data is present Oct 13 05:20:45.400 INFO running `"docker" "rm" "-f" "4117f829ef910729d6ef349ac4ff3bc6845dd60efae4b137ece498477fa58b31"` Oct 13 05:20:45.751 INFO blam! 4117f829ef910729d6ef349ac4ff3bc6845dd60efae4b137ece498477fa58b31 Oct 13 05:20:45.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 05:20:46.191 INFO blam! 4a93a33f1e2dddca35e02d0dbbc396205549ade9f2b99f55824c706b48d819d1 Oct 13 05:20:46.193 INFO running `"docker" "start" "-a" "4a93a33f1e2dddca35e02d0dbbc396205549ade9f2b99f55824c706b48d819d1"` Oct 13 05:20:48.008 INFO kablam! usermod: no changes Oct 13 05:20:48.118 INFO kablam! Compiling HamiltonPath v0.1.0 (/source) Oct 13 05:20:48.671 INFO kablam! warning: unused import: `std::thread::Thread` Oct 13 05:20:48.671 INFO kablam! --> src/main.rs:3:5 Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! 3 | use std::thread::Thread; Oct 13 05:20:48.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:20:48.671 INFO kablam! Oct 13 05:20:48.671 INFO kablam! warning: unused import: `std::io::Read` Oct 13 05:20:48.671 INFO kablam! --> src/main.rs:6:5 Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! 6 | use std::io::Read; Oct 13 05:20:48.671 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:20:48.671 INFO kablam! Oct 13 05:20:48.671 INFO kablam! warning: unused imports: `Write`, `stdout` Oct 13 05:20:48.671 INFO kablam! --> src/main.rs:12:15 Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! 12 | use std::io::{stdout, Write}; Oct 13 05:20:48.671 INFO kablam! | ^^^^^^ ^^^^^ Oct 13 05:20:48.671 INFO kablam! Oct 13 05:20:48.671 INFO kablam! warning: unused import: `curl::easy::Easy` Oct 13 05:20:48.671 INFO kablam! --> src/main.rs:13:5 Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! 13 | use curl::easy::Easy; Oct 13 05:20:48.671 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:20:48.671 INFO kablam! Oct 13 05:20:48.671 INFO kablam! warning: doc comment not used by rustdoc Oct 13 05:20:48.671 INFO kablam! --> src/main.rs:179:13 Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! 179 | ///println!("d:{}", d); Oct 13 05:20:48.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:48.671 INFO kablam! | Oct 13 05:20:48.671 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 05:20:48.671 INFO kablam! Oct 13 05:20:48.819 INFO kablam! warning: value assigned to `d` is never read Oct 13 05:20:48.819 INFO kablam! --> src/main.rs:74:13 Oct 13 05:20:48.819 INFO kablam! | Oct 13 05:20:48.819 INFO kablam! 74 | let mut d:String = String::from("0"); Oct 13 05:20:48.819 INFO kablam! | ^ Oct 13 05:20:48.819 INFO kablam! | Oct 13 05:20:48.819 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:20:48.819 INFO kablam! Oct 13 05:20:48.819 INFO kablam! warning: unused variable: `start` Oct 13 05:20:48.819 INFO kablam! --> src/main.rs:132:19 Oct 13 05:20:48.819 INFO kablam! | Oct 13 05:20:48.819 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:20:48.819 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 05:20:48.819 INFO kablam! | Oct 13 05:20:48.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:20:48.819 INFO kablam! Oct 13 05:20:48.819 INFO kablam! warning: unused variable: `path` Oct 13 05:20:48.819 INFO kablam! --> src/main.rs:132:32 Oct 13 05:20:48.819 INFO kablam! | Oct 13 05:20:48.819 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:20:48.819 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 13 05:20:48.819 INFO kablam! Oct 13 05:20:48.819 INFO kablam! warning: unused variable: `params` Oct 13 05:20:48.819 INFO kablam! --> src/main.rs:143:16 Oct 13 05:20:48.819 INFO kablam! | Oct 13 05:20:48.819 INFO kablam! 143 | fn makeRequest(params:String) ->String Oct 13 05:20:48.819 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 13 05:20:48.819 INFO kablam! Oct 13 05:20:48.852 INFO kablam! warning: function is never used: `spawnThreadNet` Oct 13 05:20:48.852 INFO kablam! --> src/main.rs:113:1 Oct 13 05:20:48.852 INFO kablam! | Oct 13 05:20:48.852 INFO kablam! 113 | fn spawnThreadNet() -> JoinHandle<()> Oct 13 05:20:48.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:48.852 INFO kablam! | Oct 13 05:20:48.852 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:20:48.852 INFO kablam! Oct 13 05:20:48.852 INFO kablam! warning: function is never used: `startAtStageNet` Oct 13 05:20:48.852 INFO kablam! --> src/main.rs:222:1 Oct 13 05:20:48.852 INFO kablam! | Oct 13 05:20:48.852 INFO kablam! 222 | fn startAtStageNet(moves:String,start:Point) -> bool Oct 13 05:20:48.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:48.852 INFO kablam! Oct 13 05:20:48.852 INFO kablam! warning: crate `HamiltonPath` should have a snake case name such as `hamilton_path` Oct 13 05:20:48.852 INFO kablam! | Oct 13 05:20:48.852 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:20:48.852 INFO kablam! Oct 13 05:20:48.859 INFO kablam! warning: static variable `netBuild` should have an upper case name such as `NET_BUILD` Oct 13 05:20:48.859 INFO kablam! --> src/main.rs:15:1 Oct 13 05:20:48.859 INFO kablam! | Oct 13 05:20:48.859 INFO kablam! 15 | static netBuild:bool = false; Oct 13 05:20:48.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:20:48.859 INFO kablam! | Oct 13 05:20:48.859 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 05:20:48.859 INFO kablam! Oct 13 05:20:48.859 INFO kablam! warning: function `makeRequest` should have a snake case name such as `make_request` Oct 13 05:20:48.859 INFO kablam! --> src/main.rs:143:1 Oct 13 05:20:48.859 INFO kablam! | Oct 13 05:20:48.859 INFO kablam! 143 | / fn makeRequest(params:String) ->String Oct 13 05:20:48.859 INFO kablam! 144 | | { Oct 13 05:20:48.859 INFO kablam! 145 | | return String::from("filler"); Oct 13 05:20:48.859 INFO kablam! 146 | | } Oct 13 05:20:48.859 INFO kablam! | |_^ Oct 13 05:20:48.859 INFO kablam! Oct 13 05:20:50.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 13 05:20:50.011 INFO kablam! su: No module specific data is present Oct 13 05:20:50.871 INFO running `"docker" "rm" "-f" "4a93a33f1e2dddca35e02d0dbbc396205549ade9f2b99f55824c706b48d819d1"` Oct 13 05:20:51.103 INFO blam! 4a93a33f1e2dddca35e02d0dbbc396205549ade9f2b99f55824c706b48d819d1 Oct 13 05:20:51.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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" "-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 13 05:20:51.596 INFO blam! e6413f9a6749ce273814fbf4b19eba9d42bfbc0f632ebf4307cdb9993295b8e8 Oct 13 05:20:51.601 INFO running `"docker" "start" "-a" "e6413f9a6749ce273814fbf4b19eba9d42bfbc0f632ebf4307cdb9993295b8e8"` Oct 13 05:20:53.173 INFO kablam! usermod: no changes Oct 13 05:20:53.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 13 05:20:53.331 INFO kablam! Running /target/debug/deps/HamiltonPath-2d947a9deb243cc8 Oct 13 05:20:53.351 INFO blam! Oct 13 05:20:53.351 INFO blam! running 1 test Oct 13 05:21:03.355 INFO blam! test it_works ... ok Oct 13 05:21:03.355 INFO blam! Oct 13 05:21:03.355 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:21:03.355 INFO blam! Oct 13 05:21:03.395 INFO kablam! su: No module specific data is present Oct 13 05:21:04.976 INFO running `"docker" "rm" "-f" "e6413f9a6749ce273814fbf4b19eba9d42bfbc0f632ebf4307cdb9993295b8e8"` Oct 13 05:21:05.335 INFO blam! e6413f9a6749ce273814fbf4b19eba9d42bfbc0f632ebf4307cdb9993295b8e8