Oct 13 05:20:51.588 INFO testing noah-witt/Hamiltonian-Path against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:20:51.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 05:20:52.123 INFO blam! 8ad235750624565a99e0d4ea14825bfaf51e569f47f07c7069092fe2cb96ca18 Oct 13 05:20:52.139 INFO running `"docker" "start" "-a" "8ad235750624565a99e0d4ea14825bfaf51e569f47f07c7069092fe2cb96ca18"` Oct 13 05:20:53.274 INFO kablam! usermod: no changes Oct 13 05:20:53.387 INFO kablam! Compiling gcc v0.3.41 Oct 13 05:20:53.387 INFO kablam! Compiling num_cpus v0.2.13 Oct 13 05:20:53.388 INFO kablam! Compiling openssl-sys v0.9.5 Oct 13 05:20:57.745 INFO kablam! Compiling libz-sys v1.0.10 Oct 13 05:20:57.747 INFO kablam! Compiling curl-sys v0.3.6 Oct 13 05:21:02.615 INFO kablam! Compiling curl v0.4.2 Oct 13 05:21:05.295 INFO kablam! Compiling HamiltonPath v0.1.0 (/source) Oct 13 05:21:05.696 INFO kablam! warning: unused import: `std::thread::Thread` Oct 13 05:21:05.700 INFO kablam! --> src/main.rs:3:5 Oct 13 05:21:05.700 INFO kablam! | Oct 13 05:21:05.700 INFO kablam! 3 | use std::thread::Thread; Oct 13 05:21:05.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:05.700 INFO kablam! | Oct 13 05:21:05.701 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:21:05.701 INFO kablam! Oct 13 05:21:05.701 INFO kablam! warning: unused import: `std::io::Read` Oct 13 05:21:05.701 INFO kablam! --> src/main.rs:6:5 Oct 13 05:21:05.701 INFO kablam! | Oct 13 05:21:05.702 INFO kablam! 6 | use std::io::Read; Oct 13 05:21:05.702 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:21:05.702 INFO kablam! Oct 13 05:21:05.702 INFO kablam! warning: unused imports: `Write`, `stdout` Oct 13 05:21:05.702 INFO kablam! --> src/main.rs:12:15 Oct 13 05:21:05.703 INFO kablam! | Oct 13 05:21:05.703 INFO kablam! 12 | use std::io::{stdout, Write}; Oct 13 05:21:05.703 INFO kablam! | ^^^^^^ ^^^^^ Oct 13 05:21:05.703 INFO kablam! Oct 13 05:21:05.703 INFO kablam! warning: unused import: `curl::easy::Easy` Oct 13 05:21:05.704 INFO kablam! --> src/main.rs:13:5 Oct 13 05:21:05.704 INFO kablam! | Oct 13 05:21:05.704 INFO kablam! 13 | use curl::easy::Easy; Oct 13 05:21:05.704 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:21:05.704 INFO kablam! Oct 13 05:21:05.705 INFO kablam! warning: doc comment not used by rustdoc Oct 13 05:21:05.705 INFO kablam! --> src/main.rs:179:13 Oct 13 05:21:05.705 INFO kablam! | Oct 13 05:21:05.705 INFO kablam! 179 | ///println!("d:{}", d); Oct 13 05:21:05.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:05.705 INFO kablam! | Oct 13 05:21:05.706 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 05:21:05.706 INFO kablam! Oct 13 05:21:05.796 INFO kablam! warning: value assigned to `d` is never read Oct 13 05:21:05.796 INFO kablam! --> src/main.rs:74:13 Oct 13 05:21:05.796 INFO kablam! | Oct 13 05:21:05.797 INFO kablam! 74 | let mut d:String = String::from("0"); Oct 13 05:21:05.797 INFO kablam! | ^ Oct 13 05:21:05.797 INFO kablam! | Oct 13 05:21:05.797 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:21:05.798 INFO kablam! Oct 13 05:21:05.798 INFO kablam! warning: unused variable: `start` Oct 13 05:21:05.798 INFO kablam! --> src/main.rs:132:19 Oct 13 05:21:05.799 INFO kablam! | Oct 13 05:21:05.799 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:21:05.799 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 05:21:05.800 INFO kablam! | Oct 13 05:21:05.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:21:05.800 INFO kablam! Oct 13 05:21:05.801 INFO kablam! warning: unused variable: `path` Oct 13 05:21:05.801 INFO kablam! --> src/main.rs:132:32 Oct 13 05:21:05.801 INFO kablam! | Oct 13 05:21:05.801 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:21:05.802 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 13 05:21:05.802 INFO kablam! Oct 13 05:21:05.802 INFO kablam! warning: unused variable: `params` Oct 13 05:21:05.803 INFO kablam! --> src/main.rs:143:16 Oct 13 05:21:05.803 INFO kablam! | Oct 13 05:21:05.803 INFO kablam! 143 | fn makeRequest(params:String) ->String Oct 13 05:21:05.804 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 13 05:21:05.804 INFO kablam! Oct 13 05:21:05.813 INFO kablam! warning: function is never used: `spawnThreadNet` Oct 13 05:21:05.814 INFO kablam! --> src/main.rs:113:1 Oct 13 05:21:05.814 INFO kablam! | Oct 13 05:21:05.814 INFO kablam! 113 | fn spawnThreadNet() -> JoinHandle<()> Oct 13 05:21:05.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:05.815 INFO kablam! | Oct 13 05:21:05.815 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:21:05.816 INFO kablam! Oct 13 05:21:05.816 INFO kablam! warning: function is never used: `startAtStageNet` Oct 13 05:21:05.816 INFO kablam! --> src/main.rs:222:1 Oct 13 05:21:05.817 INFO kablam! | Oct 13 05:21:05.817 INFO kablam! 222 | fn startAtStageNet(moves:String,start:Point) -> bool Oct 13 05:21:05.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:05.817 INFO kablam! Oct 13 05:21:05.818 INFO kablam! warning: crate `HamiltonPath` should have a snake case name such as `hamilton_path` Oct 13 05:21:05.818 INFO kablam! | Oct 13 05:21:05.818 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:21:05.819 INFO kablam! Oct 13 05:21:05.819 INFO kablam! warning: static variable `netBuild` should have an upper case name such as `NET_BUILD` Oct 13 05:21:05.819 INFO kablam! --> src/main.rs:15:1 Oct 13 05:21:05.820 INFO kablam! | Oct 13 05:21:05.820 INFO kablam! 15 | static netBuild:bool = false; Oct 13 05:21:05.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:05.820 INFO kablam! | Oct 13 05:21:05.821 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 05:21:05.821 INFO kablam! Oct 13 05:21:05.821 INFO kablam! warning: function `makeRequest` should have a snake case name such as `make_request` Oct 13 05:21:05.821 INFO kablam! --> src/main.rs:143:1 Oct 13 05:21:05.822 INFO kablam! | Oct 13 05:21:05.822 INFO kablam! 143 | / fn makeRequest(params:String) ->String Oct 13 05:21:05.822 INFO kablam! 144 | | { Oct 13 05:21:05.823 INFO kablam! 145 | | return String::from("filler"); Oct 13 05:21:05.823 INFO kablam! 146 | | } Oct 13 05:21:05.823 INFO kablam! | |_^ Oct 13 05:21:05.823 INFO kablam! Oct 13 05:21:06.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.62s Oct 13 05:21:06.928 INFO kablam! su: No module specific data is present Oct 13 05:21:07.492 INFO running `"docker" "rm" "-f" "8ad235750624565a99e0d4ea14825bfaf51e569f47f07c7069092fe2cb96ca18"` Oct 13 05:21:07.753 INFO blam! 8ad235750624565a99e0d4ea14825bfaf51e569f47f07c7069092fe2cb96ca18 Oct 13 05:21:07.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 05:21:08.350 INFO blam! 86ccdfab7907240b6bd54712b48aff0f89474d3207e94168a09146f71ebd228e Oct 13 05:21:08.352 INFO running `"docker" "start" "-a" "86ccdfab7907240b6bd54712b48aff0f89474d3207e94168a09146f71ebd228e"` Oct 13 05:21:10.467 INFO kablam! usermod: no changes Oct 13 05:21:10.644 INFO kablam! Compiling HamiltonPath v0.1.0 (/source) Oct 13 05:21:11.215 INFO kablam! warning: unused import: `std::thread::Thread` Oct 13 05:21:11.215 INFO kablam! --> src/main.rs:3:5 Oct 13 05:21:11.215 INFO kablam! | Oct 13 05:21:11.215 INFO kablam! 3 | use std::thread::Thread; Oct 13 05:21:11.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:11.215 INFO kablam! | Oct 13 05:21:11.215 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:21:11.215 INFO kablam! Oct 13 05:21:11.215 INFO kablam! warning: unused import: `std::io::Read` Oct 13 05:21:11.215 INFO kablam! --> src/main.rs:6:5 Oct 13 05:21:11.215 INFO kablam! | Oct 13 05:21:11.215 INFO kablam! 6 | use std::io::Read; Oct 13 05:21:11.215 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:21:11.215 INFO kablam! Oct 13 05:21:11.215 INFO kablam! warning: unused imports: `Write`, `stdout` Oct 13 05:21:11.215 INFO kablam! --> src/main.rs:12:15 Oct 13 05:21:11.215 INFO kablam! | Oct 13 05:21:11.215 INFO kablam! 12 | use std::io::{stdout, Write}; Oct 13 05:21:11.215 INFO kablam! | ^^^^^^ ^^^^^ Oct 13 05:21:11.215 INFO kablam! Oct 13 05:21:11.215 INFO kablam! warning: unused import: `curl::easy::Easy` Oct 13 05:21:11.215 INFO kablam! --> src/main.rs:13:5 Oct 13 05:21:11.216 INFO kablam! | Oct 13 05:21:11.216 INFO kablam! 13 | use curl::easy::Easy; Oct 13 05:21:11.216 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 05:21:11.216 INFO kablam! Oct 13 05:21:11.216 INFO kablam! warning: doc comment not used by rustdoc Oct 13 05:21:11.216 INFO kablam! --> src/main.rs:179:13 Oct 13 05:21:11.219 INFO kablam! | Oct 13 05:21:11.219 INFO kablam! 179 | ///println!("d:{}", d); Oct 13 05:21:11.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:11.220 INFO kablam! | Oct 13 05:21:11.220 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 13 05:21:11.220 INFO kablam! Oct 13 05:21:11.339 INFO kablam! warning: value assigned to `d` is never read Oct 13 05:21:11.340 INFO kablam! --> src/main.rs:74:13 Oct 13 05:21:11.340 INFO kablam! | Oct 13 05:21:11.340 INFO kablam! 74 | let mut d:String = String::from("0"); Oct 13 05:21:11.340 INFO kablam! | ^ Oct 13 05:21:11.341 INFO kablam! | Oct 13 05:21:11.341 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 05:21:11.341 INFO kablam! Oct 13 05:21:11.341 INFO kablam! warning: unused variable: `start` Oct 13 05:21:11.341 INFO kablam! --> src/main.rs:132:19 Oct 13 05:21:11.342 INFO kablam! | Oct 13 05:21:11.342 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:21:11.342 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 05:21:11.342 INFO kablam! | Oct 13 05:21:11.342 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:21:11.343 INFO kablam! Oct 13 05:21:11.343 INFO kablam! warning: unused variable: `path` Oct 13 05:21:11.343 INFO kablam! --> src/main.rs:132:32 Oct 13 05:21:11.343 INFO kablam! | Oct 13 05:21:11.343 INFO kablam! 132 | fn reportSulution(start: Point,path:String){ Oct 13 05:21:11.344 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 13 05:21:11.344 INFO kablam! Oct 13 05:21:11.344 INFO kablam! warning: unused variable: `params` Oct 13 05:21:11.344 INFO kablam! --> src/main.rs:143:16 Oct 13 05:21:11.344 INFO kablam! | Oct 13 05:21:11.344 INFO kablam! 143 | fn makeRequest(params:String) ->String Oct 13 05:21:11.345 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 13 05:21:11.345 INFO kablam! Oct 13 05:21:11.367 INFO kablam! warning: function is never used: `spawnThreadNet` Oct 13 05:21:11.367 INFO kablam! --> src/main.rs:113:1 Oct 13 05:21:11.367 INFO kablam! | Oct 13 05:21:11.367 INFO kablam! 113 | fn spawnThreadNet() -> JoinHandle<()> Oct 13 05:21:11.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:11.368 INFO kablam! | Oct 13 05:21:11.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:21:11.368 INFO kablam! Oct 13 05:21:11.368 INFO kablam! warning: function is never used: `startAtStageNet` Oct 13 05:21:11.368 INFO kablam! --> src/main.rs:222:1 Oct 13 05:21:11.369 INFO kablam! | Oct 13 05:21:11.369 INFO kablam! 222 | fn startAtStageNet(moves:String,start:Point) -> bool Oct 13 05:21:11.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:11.369 INFO kablam! Oct 13 05:21:11.369 INFO kablam! warning: crate `HamiltonPath` should have a snake case name such as `hamilton_path` Oct 13 05:21:11.369 INFO kablam! | Oct 13 05:21:11.369 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 05:21:11.370 INFO kablam! Oct 13 05:21:11.370 INFO kablam! warning: static variable `netBuild` should have an upper case name such as `NET_BUILD` Oct 13 05:21:11.370 INFO kablam! --> src/main.rs:15:1 Oct 13 05:21:11.370 INFO kablam! | Oct 13 05:21:11.370 INFO kablam! 15 | static netBuild:bool = false; Oct 13 05:21:11.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:11.371 INFO kablam! | Oct 13 05:21:11.371 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 05:21:11.371 INFO kablam! Oct 13 05:21:11.371 INFO kablam! warning: function `makeRequest` should have a snake case name such as `make_request` Oct 13 05:21:11.371 INFO kablam! --> src/main.rs:143:1 Oct 13 05:21:11.372 INFO kablam! | Oct 13 05:21:11.372 INFO kablam! 143 | / fn makeRequest(params:String) ->String Oct 13 05:21:11.372 INFO kablam! 144 | | { Oct 13 05:21:11.372 INFO kablam! 145 | | return String::from("filler"); Oct 13 05:21:11.372 INFO kablam! 146 | | } Oct 13 05:21:11.372 INFO kablam! | |_^ Oct 13 05:21:11.372 INFO kablam! Oct 13 05:21:12.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 13 05:21:12.655 INFO kablam! su: No module specific data is present Oct 13 05:21:13.452 INFO running `"docker" "rm" "-f" "86ccdfab7907240b6bd54712b48aff0f89474d3207e94168a09146f71ebd228e"` Oct 13 05:21:13.740 INFO blam! 86ccdfab7907240b6bd54712b48aff0f89474d3207e94168a09146f71ebd228e Oct 13 05:21:13.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 05:21:14.204 INFO blam! 31f644787224bb75e33a4cb0ac4d52d2500aa68d33c24b7add5360712026f07d Oct 13 05:21:14.206 INFO running `"docker" "start" "-a" "31f644787224bb75e33a4cb0ac4d52d2500aa68d33c24b7add5360712026f07d"` Oct 13 05:21:15.686 INFO kablam! usermod: no changes Oct 13 05:21:15.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 05:21:15.817 INFO kablam! Running /target/debug/deps/HamiltonPath-1a269bb7bdea8ec7 Oct 13 05:21:15.839 INFO blam! Oct 13 05:21:15.839 INFO blam! running 1 test Oct 13 05:21:25.843 INFO blam! test it_works ... ok Oct 13 05:21:25.843 INFO blam! Oct 13 05:21:25.843 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:21:25.843 INFO blam! Oct 13 05:21:25.867 INFO kablam! su: No module specific data is present Oct 13 05:21:26.587 INFO running `"docker" "rm" "-f" "31f644787224bb75e33a4cb0ac4d52d2500aa68d33c24b7add5360712026f07d"` Oct 13 05:21:26.947 INFO blam! 31f644787224bb75e33a4cb0ac4d52d2500aa68d33c24b7add5360712026f07d