Oct 14 15:27:48.749 INFO testing kekonen/money against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:27:48.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15:27:49.255 INFO blam! 3627dfb398aab02024d1ac703fe8bf75868775c5fbfb6450997fa427237ca7d8 Oct 14 15:27:49.257 INFO running `"docker" "start" "-a" "3627dfb398aab02024d1ac703fe8bf75868775c5fbfb6450997fa427237ca7d8"` Oct 14 15:27:51.254 INFO kablam! usermod: no changes Oct 14 15:27:51.403 INFO kablam! Compiling regex v1.0.4 Oct 14 15:27:51.403 INFO kablam! Compiling memchr v2.0.2 Oct 14 15:27:51.411 INFO kablam! Compiling chrono v0.4.6 Oct 14 15:27:52.267 INFO kablam! Compiling aho-corasick v0.6.8 Oct 14 15:28:05.826 INFO kablam! Compiling money v0.1.0 (/source) Oct 14 15:28:06.183 INFO kablam! warning: unused import: `std::time::Duration` Oct 14 15:28:06.183 INFO kablam! --> src/main.rs:15:5 Oct 14 15:28:06.183 INFO kablam! | Oct 14 15:28:06.183 INFO kablam! 15 | use std::time::Duration; Oct 14 15:28:06.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:06.183 INFO kablam! | Oct 14 15:28:06.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:28:06.183 INFO kablam! Oct 14 15:28:06.351 INFO kablam! warning: unused variable: `v` Oct 14 15:28:06.351 INFO kablam! --> src/main.rs:33:8 Oct 14 15:28:06.351 INFO kablam! | Oct 14 15:28:06.351 INFO kablam! 33 | Ok(v) => (),// println!("working with version: {:?}", v), Oct 14 15:28:06.351 INFO kablam! | ^ help: consider using `_v` instead Oct 14 15:28:06.351 INFO kablam! | Oct 14 15:28:06.351 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:28:06.351 INFO kablam! Oct 14 15:28:06.359 INFO kablam! warning: variable does not need to be mutable Oct 14 15:28:06.359 INFO kablam! --> src/main.rs:158:13 Oct 14 15:28:06.359 INFO kablam! | Oct 14 15:28:06.359 INFO kablam! 158 | let mut debtors = HashMap::new(); Oct 14 15:28:06.359 INFO kablam! | ----^^^^^^^ Oct 14 15:28:06.359 INFO kablam! | | Oct 14 15:28:06.359 INFO kablam! | help: remove this `mut` Oct 14 15:28:06.359 INFO kablam! | Oct 14 15:28:06.359 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:28:06.359 INFO kablam! Oct 14 15:28:06.382 INFO kablam! warning: method is never used: `read_book` Oct 14 15:28:06.382 INFO kablam! --> src/main.rs:233:5 Oct 14 15:28:06.382 INFO kablam! | Oct 14 15:28:06.382 INFO kablam! 233 | fn read_book(&mut self, book: String) { Oct 14 15:28:06.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:06.382 INFO kablam! | Oct 14 15:28:06.382 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:28:06.382 INFO kablam! Oct 14 15:28:06.382 INFO kablam! warning: variable `bookPath` should have a snake case name such as `book_path` Oct 14 15:28:06.382 INFO kablam! --> src/main.rs:203:18 Oct 14 15:28:06.382 INFO kablam! | Oct 14 15:28:06.382 INFO kablam! 203 | fn open_book(bookPath: &str) -> BookReader { Oct 14 15:28:06.382 INFO kablam! | ^^^^^^^^ Oct 14 15:28:06.382 INFO kablam! | Oct 14 15:28:06.382 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:28:06.382 INFO kablam! Oct 14 15:28:06.382 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:06.382 INFO kablam! --> src/main.rs:223:13 Oct 14 15:28:06.391 INFO kablam! | Oct 14 15:28:06.391 INFO kablam! 223 | let mut bBook = BookReader::new(); Oct 14 15:28:06.391 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:06.391 INFO kablam! Oct 14 15:28:06.391 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:06.391 INFO kablam! --> src/main.rs:447:9 Oct 14 15:28:06.391 INFO kablam! | Oct 14 15:28:06.391 INFO kablam! 447 | let mut bBook = match file_match { Oct 14 15:28:06.391 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:06.391 INFO kablam! Oct 14 15:28:09.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.72s Oct 14 15:28:09.023 INFO kablam! su: No module specific data is present Oct 14 15:28:09.971 INFO running `"docker" "rm" "-f" "3627dfb398aab02024d1ac703fe8bf75868775c5fbfb6450997fa427237ca7d8"` Oct 14 15:28:10.255 INFO blam! 3627dfb398aab02024d1ac703fe8bf75868775c5fbfb6450997fa427237ca7d8 Oct 14 15:28:10.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15:28:10.711 INFO blam! d7005b0d21f30164510ce4650a1a32502fb657c540410dbae4c4ed7ac7df1d41 Oct 14 15:28:10.719 INFO running `"docker" "start" "-a" "d7005b0d21f30164510ce4650a1a32502fb657c540410dbae4c4ed7ac7df1d41"` Oct 14 15:28:11.807 INFO kablam! usermod: no changes Oct 14 15:28:11.903 INFO kablam! Compiling money v0.1.0 (/source) Oct 14 15:28:12.411 INFO kablam! warning: unused import: `std::time::Duration` Oct 14 15:28:12.412 INFO kablam! --> src/main.rs:15:5 Oct 14 15:28:12.412 INFO kablam! | Oct 14 15:28:12.412 INFO kablam! 15 | use std::time::Duration; Oct 14 15:28:12.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:12.413 INFO kablam! | Oct 14 15:28:12.413 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:28:12.413 INFO kablam! Oct 14 15:28:12.536 INFO kablam! warning: unused variable: `v` Oct 14 15:28:12.536 INFO kablam! --> src/main.rs:33:8 Oct 14 15:28:12.536 INFO kablam! | Oct 14 15:28:12.537 INFO kablam! 33 | Ok(v) => (),// println!("working with version: {:?}", v), Oct 14 15:28:12.537 INFO kablam! | ^ help: consider using `_v` instead Oct 14 15:28:12.537 INFO kablam! | Oct 14 15:28:12.538 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:28:12.538 INFO kablam! Oct 14 15:28:12.555 INFO kablam! warning: variable does not need to be mutable Oct 14 15:28:12.555 INFO kablam! --> src/main.rs:158:13 Oct 14 15:28:12.556 INFO kablam! | Oct 14 15:28:12.556 INFO kablam! 158 | let mut debtors = HashMap::new(); Oct 14 15:28:12.556 INFO kablam! | ----^^^^^^^ Oct 14 15:28:12.556 INFO kablam! | | Oct 14 15:28:12.557 INFO kablam! | help: remove this `mut` Oct 14 15:28:12.557 INFO kablam! | Oct 14 15:28:12.557 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:28:12.558 INFO kablam! Oct 14 15:28:12.575 INFO kablam! warning: method is never used: `read_book` Oct 14 15:28:12.576 INFO kablam! --> src/main.rs:233:5 Oct 14 15:28:12.576 INFO kablam! | Oct 14 15:28:12.576 INFO kablam! 233 | fn read_book(&mut self, book: String) { Oct 14 15:28:12.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:28:12.577 INFO kablam! | Oct 14 15:28:12.577 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:28:12.577 INFO kablam! Oct 14 15:28:12.578 INFO kablam! warning: variable `bookPath` should have a snake case name such as `book_path` Oct 14 15:28:12.578 INFO kablam! --> src/main.rs:203:18 Oct 14 15:28:12.578 INFO kablam! | Oct 14 15:28:12.578 INFO kablam! 203 | fn open_book(bookPath: &str) -> BookReader { Oct 14 15:28:12.579 INFO kablam! | ^^^^^^^^ Oct 14 15:28:12.579 INFO kablam! | Oct 14 15:28:12.579 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:28:12.580 INFO kablam! Oct 14 15:28:12.580 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:12.580 INFO kablam! --> src/main.rs:223:13 Oct 14 15:28:12.581 INFO kablam! | Oct 14 15:28:12.581 INFO kablam! 223 | let mut bBook = BookReader::new(); Oct 14 15:28:12.581 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:12.581 INFO kablam! Oct 14 15:28:12.582 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 14 15:28:12.582 INFO kablam! --> src/main.rs:447:9 Oct 14 15:28:12.582 INFO kablam! | Oct 14 15:28:12.583 INFO kablam! 447 | let mut bBook = match file_match { Oct 14 15:28:12.583 INFO kablam! | ^^^^^^^^^ Oct 14 15:28:12.583 INFO kablam! Oct 14 15:28:13.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 15:28:13.175 INFO kablam! su: No module specific data is present Oct 14 15:28:13.865 INFO running `"docker" "rm" "-f" "d7005b0d21f30164510ce4650a1a32502fb657c540410dbae4c4ed7ac7df1d41"` Oct 14 15:28:14.215 INFO blam! d7005b0d21f30164510ce4650a1a32502fb657c540410dbae4c4ed7ac7df1d41 Oct 14 15:28:14.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 15:28:14.567 INFO blam! b59d426c7556e055ea5ee1a404524b7f91ffd0d12dd2ace6822571b23329774f Oct 14 15:28:14.579 INFO running `"docker" "start" "-a" "b59d426c7556e055ea5ee1a404524b7f91ffd0d12dd2ace6822571b23329774f"` Oct 14 15:28:16.102 INFO kablam! usermod: no changes Oct 14 15:28:16.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 15:28:16.228 INFO kablam! Running /target/debug/deps/money-75c12f0ff3a2c8f1 Oct 14 15:28:16.228 INFO blam! Oct 14 15:28:16.228 INFO blam! running 0 tests Oct 14 15:28:16.228 INFO blam! Oct 14 15:28:16.228 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:28:16.228 INFO blam! Oct 14 15:28:16.231 INFO kablam! su: No module specific data is present Oct 14 15:28:16.883 INFO running `"docker" "rm" "-f" "b59d426c7556e055ea5ee1a404524b7f91ffd0d12dd2ace6822571b23329774f"` Oct 14 15:28:17.119 INFO blam! b59d426c7556e055ea5ee1a404524b7f91ffd0d12dd2ace6822571b23329774f