Oct 14 15:27:47.209 INFO testing kekonen/money against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:27:47.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15:27:47.794 INFO blam! 2eb152e66e71524cbe5073de78c3d2f0d8328203ae654e2811c56779d488f642 Oct 14 15:27:47.795 INFO running `"docker" "start" "-a" "2eb152e66e71524cbe5073de78c3d2f0d8328203ae654e2811c56779d488f642"` Oct 14 15:27:49.363 INFO kablam! usermod: no changes Oct 14 15:27:49.532 INFO kablam! Compiling regex v1.0.4 Oct 14 15:27:49.532 INFO kablam! Compiling memchr v2.0.2 Oct 14 15:27:50.823 INFO kablam! Compiling aho-corasick v0.6.8 Oct 14 15:28:02.478 INFO kablam! Compiling money v0.1.0 (/source) Oct 14 15:28:02.971 INFO kablam! warning: unused import: `std::time::Duration` Oct 14 15:28:02.971 INFO kablam! --> src/main.rs:15:5 Oct 14 15:28:02.971 INFO kablam! | Oct 14 15:28:02.971 INFO kablam! 15 | use std::time::Duration; Oct 14 15:28:02.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:02.971 INFO kablam! | Oct 14 15:28:02.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:28:02.971 INFO kablam! Oct 14 15:28:03.145 INFO kablam! warning: unused variable: `v` Oct 14 15:28:03.146 INFO kablam! --> src/main.rs:33:8 Oct 14 15:28:03.146 INFO kablam! | Oct 14 15:28:03.146 INFO kablam! 33 | Ok(v) => (),// println!("working with version: {:?}", v), Oct 14 15:28:03.146 INFO kablam! | ^ help: consider using `_v` instead Oct 14 15:28:03.146 INFO kablam! | Oct 14 15:28:03.146 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:28:03.146 INFO kablam! Oct 14 15:28:03.171 INFO kablam! warning: variable does not need to be mutable Oct 14 15:28:03.171 INFO kablam! --> src/main.rs:158:13 Oct 14 15:28:03.171 INFO kablam! | Oct 14 15:28:03.171 INFO kablam! 158 | let mut debtors = HashMap::new(); Oct 14 15:28:03.171 INFO kablam! | ----^^^^^^^ Oct 14 15:28:03.171 INFO kablam! | | Oct 14 15:28:03.171 INFO kablam! | help: remove this `mut` Oct 14 15:28:03.171 INFO kablam! | Oct 14 15:28:03.171 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:28:03.171 INFO kablam! Oct 14 15:28:03.199 INFO kablam! warning: method is never used: `read_book` Oct 14 15:28:03.199 INFO kablam! --> src/main.rs:233:5 Oct 14 15:28:03.199 INFO kablam! | Oct 14 15:28:03.199 INFO kablam! 233 | fn read_book(&mut self, book: String) { Oct 14 15:28:03.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:03.199 INFO kablam! | Oct 14 15:28:03.199 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:28:03.199 INFO kablam! Oct 14 15:28:03.199 INFO kablam! warning: variable `bookPath` should have a snake case name such as `book_path` Oct 14 15:28:03.199 INFO kablam! --> src/main.rs:203:18 Oct 14 15:28:03.199 INFO kablam! | Oct 14 15:28:03.199 INFO kablam! 203 | fn open_book(bookPath: &str) -> BookReader { Oct 14 15:28:03.199 INFO kablam! | ^^^^^^^^ Oct 14 15:28:03.199 INFO kablam! | Oct 14 15:28:03.199 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:28:03.199 INFO kablam! Oct 14 15:28:03.199 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:03.199 INFO kablam! --> src/main.rs:223:13 Oct 14 15:28:03.199 INFO kablam! | Oct 14 15:28:03.199 INFO kablam! 223 | let mut bBook = BookReader::new(); Oct 14 15:28:03.199 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:03.199 INFO kablam! Oct 14 15:28:03.199 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:03.199 INFO kablam! --> src/main.rs:447:9 Oct 14 15:28:03.199 INFO kablam! | Oct 14 15:28:03.199 INFO kablam! 447 | let mut bBook = match file_match { Oct 14 15:28:03.199 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:03.199 INFO kablam! Oct 14 15:28:05.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.53s Oct 14 15:28:05.947 INFO kablam! su: No module specific data is present Oct 14 15:28:07.220 INFO running `"docker" "rm" "-f" "2eb152e66e71524cbe5073de78c3d2f0d8328203ae654e2811c56779d488f642"` Oct 14 15:28:07.603 INFO blam! 2eb152e66e71524cbe5073de78c3d2f0d8328203ae654e2811c56779d488f642 Oct 14 15:28:07.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15:28:07.996 INFO blam! 963430fb58a975a8ecaa11dfba84c00110fb332f136b1302dc07745f4cc8571b Oct 14 15:28:07.999 INFO running `"docker" "start" "-a" "963430fb58a975a8ecaa11dfba84c00110fb332f136b1302dc07745f4cc8571b"` Oct 14 15:28:09.567 INFO kablam! usermod: no changes Oct 14 15:28:09.667 INFO kablam! Compiling money v0.1.0 (/source) Oct 14 15:28:10.195 INFO kablam! warning: unused import: `std::time::Duration` Oct 14 15:28:10.195 INFO kablam! --> src/main.rs:15:5 Oct 14 15:28:10.195 INFO kablam! | Oct 14 15:28:10.195 INFO kablam! 15 | use std::time::Duration; Oct 14 15:28:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:10.195 INFO kablam! | Oct 14 15:28:10.195 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:28:10.195 INFO kablam! Oct 14 15:28:10.340 INFO kablam! warning: unused variable: `v` Oct 14 15:28:10.341 INFO kablam! --> src/main.rs:33:8 Oct 14 15:28:10.342 INFO kablam! | Oct 14 15:28:10.343 INFO kablam! 33 | Ok(v) => (),// println!("working with version: {:?}", v), Oct 14 15:28:10.343 INFO kablam! | ^ help: consider using `_v` instead Oct 14 15:28:10.344 INFO kablam! | Oct 14 15:28:10.345 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:28:10.345 INFO kablam! Oct 14 15:28:10.351 INFO kablam! warning: variable does not need to be mutable Oct 14 15:28:10.351 INFO kablam! --> src/main.rs:158:13 Oct 14 15:28:10.351 INFO kablam! | Oct 14 15:28:10.351 INFO kablam! 158 | let mut debtors = HashMap::new(); Oct 14 15:28:10.351 INFO kablam! | ----^^^^^^^ Oct 14 15:28:10.351 INFO kablam! | | Oct 14 15:28:10.351 INFO kablam! | help: remove this `mut` Oct 14 15:28:10.351 INFO kablam! | Oct 14 15:28:10.359 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:28:10.359 INFO kablam! Oct 14 15:28:10.379 INFO kablam! warning: method is never used: `read_book` Oct 14 15:28:10.379 INFO kablam! --> src/main.rs:233:5 Oct 14 15:28:10.379 INFO kablam! | Oct 14 15:28:10.379 INFO kablam! 233 | fn read_book(&mut self, book: String) { Oct 14 15:28:10.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:10.379 INFO kablam! | Oct 14 15:28:10.379 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:28:10.379 INFO kablam! Oct 14 15:28:10.379 INFO kablam! warning: variable `bookPath` should have a snake case name such as `book_path` Oct 14 15:28:10.379 INFO kablam! --> src/main.rs:203:18 Oct 14 15:28:10.379 INFO kablam! | Oct 14 15:28:10.379 INFO kablam! 203 | fn open_book(bookPath: &str) -> BookReader { Oct 14 15:28:10.379 INFO kablam! | ^^^^^^^^ Oct 14 15:28:10.379 INFO kablam! | Oct 14 15:28:10.379 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:28:10.379 INFO kablam! Oct 14 15:28:10.379 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:10.379 INFO kablam! --> src/main.rs:223:13 Oct 14 15:28:10.379 INFO kablam! | Oct 14 15:28:10.379 INFO kablam! 223 | let mut bBook = BookReader::new(); Oct 14 15:28:10.379 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:10.379 INFO kablam! Oct 14 15:28:10.379 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:10.379 INFO kablam! --> src/main.rs:447:9 Oct 14 15:28:10.379 INFO kablam! | Oct 14 15:28:10.379 INFO kablam! 447 | let mut bBook = match file_match { Oct 14 15:28:10.379 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:10.379 INFO kablam! Oct 14 15:28:10.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 14 15:28:10.955 INFO kablam! su: No module specific data is present Oct 14 15:28:11.702 INFO running `"docker" "rm" "-f" "963430fb58a975a8ecaa11dfba84c00110fb332f136b1302dc07745f4cc8571b"` Oct 14 15:28:12.016 INFO blam! 963430fb58a975a8ecaa11dfba84c00110fb332f136b1302dc07745f4cc8571b Oct 14 15:28:12.018 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 15:28:12.423 INFO blam! e677bede739cc764706ce247222b561bed45b736d09bdf9502ef67a296c5fc69 Oct 14 15:28:12.439 INFO running `"docker" "start" "-a" "e677bede739cc764706ce247222b561bed45b736d09bdf9502ef67a296c5fc69"` Oct 14 15:28:13.627 INFO kablam! usermod: no changes Oct 14 15:28:13.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 15:28:13.783 INFO kablam! Running /target/debug/deps/money-98f705ae03f38cd2 Oct 14 15:28:13.787 INFO blam! Oct 14 15:28:13.787 INFO blam! running 0 tests Oct 14 15:28:13.788 INFO blam! Oct 14 15:28:13.788 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:28:13.788 INFO blam! Oct 14 15:28:13.795 INFO kablam! su: No module specific data is present Oct 14 15:28:14.515 INFO running `"docker" "rm" "-f" "e677bede739cc764706ce247222b561bed45b736d09bdf9502ef67a296c5fc69"` Oct 14 15:28:14.771 INFO blam! e677bede739cc764706ce247222b561bed45b736d09bdf9502ef67a296c5fc69