Oct 10 20:18:55.966 INFO testing kekonen/money against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:18:55.966 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:18:55.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:18:56.338 INFO blam! 1a60abac1f89824f42b81b1ba42883da68192400eea8bc436999bd489ee9a287 Oct 10 20:18:56.340 INFO running `"docker" "start" "-a" "1a60abac1f89824f42b81b1ba42883da68192400eea8bc436999bd489ee9a287"` Oct 10 20:18:57.917 INFO kablam! usermod: no changes Oct 10 20:18:58.096 INFO kablam! Compiling money v0.1.0 (/source) Oct 10 20:19:00.184 INFO kablam! warning: unused import: `std::time::Duration` Oct 10 20:19:00.184 INFO kablam! --> src/main.rs:15:5 Oct 10 20:19:00.184 INFO kablam! | Oct 10 20:19:00.184 INFO kablam! 15 | use std::time::Duration; Oct 10 20:19:00.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:19:00.184 INFO kablam! | Oct 10 20:19:00.185 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:19:00.185 INFO kablam! Oct 10 20:19:00.364 INFO kablam! warning: unused variable: `v` Oct 10 20:19:00.364 INFO kablam! --> src/main.rs:33:8 Oct 10 20:19:00.364 INFO kablam! | Oct 10 20:19:00.364 INFO kablam! 33 | Ok(v) => (),// println!("working with version: {:?}", v), Oct 10 20:19:00.364 INFO kablam! | ^ help: consider using `_v` instead Oct 10 20:19:00.364 INFO kablam! | Oct 10 20:19:00.364 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:19:00.364 INFO kablam! Oct 10 20:19:00.376 INFO kablam! warning: variable does not need to be mutable Oct 10 20:19:00.376 INFO kablam! --> src/main.rs:158:13 Oct 10 20:19:00.376 INFO kablam! | Oct 10 20:19:00.376 INFO kablam! 158 | let mut debtors = HashMap::new(); Oct 10 20:19:00.376 INFO kablam! | ----^^^^^^^ Oct 10 20:19:00.376 INFO kablam! | | Oct 10 20:19:00.376 INFO kablam! | help: remove this `mut` Oct 10 20:19:00.376 INFO kablam! | Oct 10 20:19:00.376 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:19:00.376 INFO kablam! Oct 10 20:19:00.400 INFO kablam! warning: method is never used: `read_book` Oct 10 20:19:00.400 INFO kablam! --> src/main.rs:233:5 Oct 10 20:19:00.400 INFO kablam! | Oct 10 20:19:00.400 INFO kablam! 233 | fn read_book(&mut self, book: String) { Oct 10 20:19:00.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:19:00.400 INFO kablam! | Oct 10 20:19:00.400 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:19:00.400 INFO kablam! Oct 10 20:19:00.400 INFO kablam! warning: variable `bookPath` should have a snake case name such as `book_path` Oct 10 20:19:00.400 INFO kablam! --> src/main.rs:203:18 Oct 10 20:19:00.400 INFO kablam! | Oct 10 20:19:00.400 INFO kablam! 203 | fn open_book(bookPath: &str) -> BookReader { Oct 10 20:19:00.400 INFO kablam! | ^^^^^^^^ Oct 10 20:19:00.400 INFO kablam! | Oct 10 20:19:00.400 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:19:00.400 INFO kablam! Oct 10 20:19:00.400 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 10 20:19:00.400 INFO kablam! --> src/main.rs:223:13 Oct 10 20:19:00.400 INFO kablam! | Oct 10 20:19:00.400 INFO kablam! 223 | let mut bBook = BookReader::new(); Oct 10 20:19:00.400 INFO kablam! | ^^^^^^^^^ Oct 10 20:19:00.400 INFO kablam! Oct 10 20:19:00.401 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 10 20:19:00.401 INFO kablam! --> src/main.rs:447:9 Oct 10 20:19:00.401 INFO kablam! | Oct 10 20:19:00.401 INFO kablam! 447 | let mut bBook = match file_match { Oct 10 20:19:00.401 INFO kablam! | ^^^^^^^^^ Oct 10 20:19:00.401 INFO kablam! Oct 10 20:19:03.242 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.28s Oct 10 20:19:03.242 INFO kablam! su: No module specific data is present Oct 10 20:19:03.698 INFO running `"docker" "rm" "-f" "1a60abac1f89824f42b81b1ba42883da68192400eea8bc436999bd489ee9a287"` Oct 10 20:19:03.956 INFO blam! 1a60abac1f89824f42b81b1ba42883da68192400eea8bc436999bd489ee9a287 Oct 10 20:19:03.958 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:19:03.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:19:04.489 INFO blam! 8e1f4c4df0fe0f6a78e23e59e2cdc50edcd98a606c0d8768307938987550b6b0 Oct 10 20:19:04.497 INFO running `"docker" "start" "-a" "8e1f4c4df0fe0f6a78e23e59e2cdc50edcd98a606c0d8768307938987550b6b0"` Oct 10 20:19:05.436 INFO kablam! usermod: no changes Oct 10 20:19:05.533 INFO kablam! Compiling money v0.1.0 (/source) Oct 10 20:19:07.415 INFO kablam! warning: unused import: `std::time::Duration` Oct 10 20:19:07.415 INFO kablam! --> src/main.rs:15:5 Oct 10 20:19:07.415 INFO kablam! | Oct 10 20:19:07.415 INFO kablam! 15 | use std::time::Duration; Oct 10 20:19:07.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:19:07.415 INFO kablam! | Oct 10 20:19:07.415 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:19:07.415 INFO kablam! Oct 10 20:19:07.532 INFO kablam! warning: unused variable: `v` Oct 10 20:19:07.532 INFO kablam! --> src/main.rs:33:8 Oct 10 20:19:07.532 INFO kablam! | Oct 10 20:19:07.532 INFO kablam! 33 | Ok(v) => (),// println!("working with version: {:?}", v), Oct 10 20:19:07.532 INFO kablam! | ^ help: consider using `_v` instead Oct 10 20:19:07.532 INFO kablam! | Oct 10 20:19:07.532 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:19:07.532 INFO kablam! Oct 10 20:19:07.548 INFO kablam! warning: variable does not need to be mutable Oct 10 20:19:07.548 INFO kablam! --> src/main.rs:158:13 Oct 10 20:19:07.548 INFO kablam! | Oct 10 20:19:07.548 INFO kablam! 158 | let mut debtors = HashMap::new(); Oct 10 20:19:07.548 INFO kablam! | ----^^^^^^^ Oct 10 20:19:07.548 INFO kablam! | | Oct 10 20:19:07.548 INFO kablam! | help: remove this `mut` Oct 10 20:19:07.548 INFO kablam! | Oct 10 20:19:07.548 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:19:07.548 INFO kablam! Oct 10 20:19:07.572 INFO kablam! warning: method is never used: `read_book` Oct 10 20:19:07.572 INFO kablam! --> src/main.rs:233:5 Oct 10 20:19:07.572 INFO kablam! | Oct 10 20:19:07.572 INFO kablam! 233 | fn read_book(&mut self, book: String) { Oct 10 20:19:07.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:19:07.572 INFO kablam! | Oct 10 20:19:07.572 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:19:07.572 INFO kablam! Oct 10 20:19:07.572 INFO kablam! warning: variable `bookPath` should have a snake case name such as `book_path` Oct 10 20:19:07.572 INFO kablam! --> src/main.rs:203:18 Oct 10 20:19:07.572 INFO kablam! | Oct 10 20:19:07.572 INFO kablam! 203 | fn open_book(bookPath: &str) -> BookReader { Oct 10 20:19:07.572 INFO kablam! | ^^^^^^^^ Oct 10 20:19:07.572 INFO kablam! | Oct 10 20:19:07.572 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:19:07.572 INFO kablam! Oct 10 20:19:07.572 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 10 20:19:07.572 INFO kablam! --> src/main.rs:223:13 Oct 10 20:19:07.573 INFO kablam! | Oct 10 20:19:07.573 INFO kablam! 223 | let mut bBook = BookReader::new(); Oct 10 20:19:07.573 INFO kablam! | ^^^^^^^^^ Oct 10 20:19:07.573 INFO kablam! Oct 10 20:19:07.573 INFO kablam! warning: variable `bBook` should have a snake case name such as `b_book` Oct 10 20:19:07.573 INFO kablam! --> src/main.rs:447:9 Oct 10 20:19:07.573 INFO kablam! | Oct 10 20:19:07.573 INFO kablam! 447 | let mut bBook = match file_match { Oct 10 20:19:07.573 INFO kablam! | ^^^^^^^^^ Oct 10 20:19:07.573 INFO kablam! Oct 10 20:19:08.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 10 20:19:08.064 INFO kablam! su: No module specific data is present Oct 10 20:19:08.710 INFO running `"docker" "rm" "-f" "8e1f4c4df0fe0f6a78e23e59e2cdc50edcd98a606c0d8768307938987550b6b0"` Oct 10 20:19:09.004 INFO blam! 8e1f4c4df0fe0f6a78e23e59e2cdc50edcd98a606c0d8768307938987550b6b0 Oct 10 20:19:09.008 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:19:09.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:19:09.327 INFO blam! 7e77be8d980b4a27c6e9329e69079d76661d421fccd0536ce47d9e655d053168 Oct 10 20:19:09.334 INFO running `"docker" "start" "-a" "7e77be8d980b4a27c6e9329e69079d76661d421fccd0536ce47d9e655d053168"` Oct 10 20:19:10.615 INFO kablam! usermod: no changes Oct 10 20:19:10.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 20:19:10.755 INFO kablam! Running /target/debug/deps/money-75c12f0ff3a2c8f1 Oct 10 20:19:10.757 INFO blam! Oct 10 20:19:10.757 INFO blam! running 0 tests Oct 10 20:19:10.757 INFO blam! Oct 10 20:19:10.757 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:19:10.758 INFO blam! Oct 10 20:19:10.760 INFO kablam! su: No module specific data is present Oct 10 20:19:11.597 INFO running `"docker" "rm" "-f" "7e77be8d980b4a27c6e9329e69079d76661d421fccd0536ce47d9e655d053168"` Oct 10 20:19:11.776 INFO blam! 7e77be8d980b4a27c6e9329e69079d76661d421fccd0536ce47d9e655d053168