Oct 15 01:28:44.329 INFO testing cannero/reportserver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:28:44.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 01:28:44.717 INFO blam! 84cf14fe41c1c6e0bdd628f4f8540fc7df09b0168e59c712e40058bb185ff539 Oct 15 01:28:44.717 INFO running `"docker" "start" "-a" "84cf14fe41c1c6e0bdd628f4f8540fc7df09b0168e59c712e40058bb185ff539"` Oct 15 01:28:46.010 INFO kablam! usermod: no changes Oct 15 01:28:46.319 INFO kablam! Compiling serde v1.0.4 Oct 15 01:28:46.319 INFO kablam! Compiling scan_fmt v0.1.1 Oct 15 01:28:46.327 INFO kablam! Compiling data-encoding v1.2.0 Oct 15 01:28:46.327 INFO kablam! Compiling separator v0.3.1 Oct 15 01:28:46.339 INFO kablam! Compiling memchr v0.1.11 Oct 15 01:28:46.339 INFO kablam! Compiling num_cpus v1.5.1 Oct 15 01:28:46.340 INFO kablam! Compiling hostname v0.1.3 Oct 15 01:28:46.359 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 01:28:50.445 INFO kablam! Compiling textnonce v0.4.1 Oct 15 01:28:50.484 INFO kablam! Compiling aho-corasick v0.5.3 Oct 15 01:28:50.487 INFO kablam! Compiling url v1.4.1 Oct 15 01:28:50.556 INFO kablam! Compiling thread-id v2.0.0 Oct 15 01:28:52.259 INFO kablam! Compiling thread_local v0.2.7 Oct 15 01:28:54.984 INFO kablam! Compiling regex v0.1.80 Oct 15 01:29:00.063 INFO kablam! Compiling hyper v0.10.12 Oct 15 01:29:18.100 INFO kablam! Compiling semver-parser v0.6.2 Oct 15 01:29:21.965 INFO kablam! Compiling semver v0.5.1 Oct 15 01:29:36.513 INFO kablam! Compiling serde_json v1.0.2 Oct 15 01:29:37.110 INFO kablam! Compiling iron v0.5.1 Oct 15 01:29:40.295 INFO kablam! Compiling mount v0.3.0 Oct 15 01:29:40.295 INFO kablam! Compiling router v0.5.1 Oct 15 01:29:43.339 INFO kablam! Compiling staticfile v0.4.0 Oct 15 01:29:45.912 INFO kablam! Compiling bson v0.7.1 Oct 15 01:29:49.529 INFO kablam! Compiling mongodb v0.2.9 Oct 15 01:30:00.424 INFO kablam! Compiling reportserver v0.1.0 (/source) Oct 15 01:30:01.967 INFO kablam! warning: unused variable: `total_duration` Oct 15 01:30:01.967 INFO kablam! --> src/dbaccess.rs:53:13 Oct 15 01:30:01.967 INFO kablam! | Oct 15 01:30:01.967 INFO kablam! 53 | let mut total_duration = 0; Oct 15 01:30:01.967 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_total_duration` instead Oct 15 01:30:01.967 INFO kablam! | Oct 15 01:30:01.967 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:30:01.967 INFO kablam! Oct 15 01:30:01.999 INFO kablam! warning: variable does not need to be mutable Oct 15 01:30:01.999 INFO kablam! --> src/dbaccess.rs:53:9 Oct 15 01:30:01.999 INFO kablam! | Oct 15 01:30:01.999 INFO kablam! 53 | let mut total_duration = 0; Oct 15 01:30:01.999 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 01:30:01.999 INFO kablam! | | Oct 15 01:30:01.999 INFO kablam! | help: remove this `mut` Oct 15 01:30:01.999 INFO kablam! | Oct 15 01:30:01.999 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:30:01.999 INFO kablam! Oct 15 01:30:02.027 INFO kablam! warning: variable `matchClause` should have a snake case name such as `match_clause` Oct 15 01:30:02.027 INFO kablam! --> src/dbaccess.rs:79:9 Oct 15 01:30:02.027 INFO kablam! | Oct 15 01:30:02.027 INFO kablam! 79 | let matchClause = doc!{"$match" => {"date" => {"$gte" => date_from}}}; Oct 15 01:30:02.027 INFO kablam! | ^^^^^^^^^^^ Oct 15 01:30:02.027 INFO kablam! | Oct 15 01:30:02.027 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 01:30:02.027 INFO kablam! Oct 15 01:30:12.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 15 01:30:12.307 INFO kablam! su: No module specific data is present Oct 15 01:30:13.026 INFO running `"docker" "rm" "-f" "84cf14fe41c1c6e0bdd628f4f8540fc7df09b0168e59c712e40058bb185ff539"` Oct 15 01:30:13.283 INFO blam! 84cf14fe41c1c6e0bdd628f4f8540fc7df09b0168e59c712e40058bb185ff539 Oct 15 01:30:13.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 01:30:13.655 INFO blam! 039b23270fbe04df4e2aad97df124c806430aab764dd53b009b7fd47ff1e3418 Oct 15 01:30:13.661 INFO running `"docker" "start" "-a" "039b23270fbe04df4e2aad97df124c806430aab764dd53b009b7fd47ff1e3418"` Oct 15 01:30:14.383 INFO kablam! usermod: no changes Oct 15 01:30:14.628 INFO kablam! Compiling reportserver v0.1.0 (/source) Oct 15 01:30:17.539 INFO kablam! warning: unused variable: `total_duration` Oct 15 01:30:17.539 INFO kablam! --> src/dbaccess.rs:53:13 Oct 15 01:30:17.539 INFO kablam! | Oct 15 01:30:17.539 INFO kablam! 53 | let mut total_duration = 0; Oct 15 01:30:17.539 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_total_duration` instead Oct 15 01:30:17.539 INFO kablam! | Oct 15 01:30:17.539 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:30:17.539 INFO kablam! Oct 15 01:30:17.615 INFO kablam! warning: variable does not need to be mutable Oct 15 01:30:17.615 INFO kablam! --> src/dbaccess.rs:53:9 Oct 15 01:30:17.615 INFO kablam! | Oct 15 01:30:17.615 INFO kablam! 53 | let mut total_duration = 0; Oct 15 01:30:17.615 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 01:30:17.615 INFO kablam! | | Oct 15 01:30:17.615 INFO kablam! | help: remove this `mut` Oct 15 01:30:17.615 INFO kablam! | Oct 15 01:30:17.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:30:17.615 INFO kablam! Oct 15 01:30:17.695 INFO kablam! warning: variable `matchClause` should have a snake case name such as `match_clause` Oct 15 01:30:17.695 INFO kablam! --> src/dbaccess.rs:79:9 Oct 15 01:30:17.695 INFO kablam! | Oct 15 01:30:17.695 INFO kablam! 79 | let matchClause = doc!{"$match" => {"date" => {"$gte" => date_from}}}; Oct 15 01:30:17.695 INFO kablam! | ^^^^^^^^^^^ Oct 15 01:30:17.695 INFO kablam! | Oct 15 01:30:17.695 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 01:30:17.695 INFO kablam! Oct 15 01:30:19.897 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.47s Oct 15 01:30:19.911 INFO kablam! su: No module specific data is present Oct 15 01:30:20.385 INFO running `"docker" "rm" "-f" "039b23270fbe04df4e2aad97df124c806430aab764dd53b009b7fd47ff1e3418"` Oct 15 01:30:20.614 INFO blam! 039b23270fbe04df4e2aad97df124c806430aab764dd53b009b7fd47ff1e3418 Oct 15 01:30:20.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 01:30:21.039 INFO blam! f2b858da8c347653e732fd75f0dbdd4e1cbb7fa98ba5aa40ee9c413da231e70e Oct 15 01:30:21.041 INFO running `"docker" "start" "-a" "f2b858da8c347653e732fd75f0dbdd4e1cbb7fa98ba5aa40ee9c413da231e70e"` Oct 15 01:30:22.056 INFO kablam! usermod: no changes Oct 15 01:30:22.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 01:30:22.208 INFO kablam! Running /target/debug/deps/reportlib-2f07e8a2d89a14d5 Oct 15 01:30:22.210 INFO blam! Oct 15 01:30:22.210 INFO blam! running 2 tests Oct 15 01:30:22.214 INFO blam! test reportserver::test_create_entry ... ok Oct 15 01:30:22.216 INFO blam! test reportserver::test_get_hours_and_minutes ... ok Oct 15 01:30:22.216 INFO blam! Oct 15 01:30:22.216 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:30:22.216 INFO blam! Oct 15 01:30:22.216 INFO kablam! Running /target/debug/deps/importer-8df38f0002363523 Oct 15 01:30:22.220 INFO blam! Oct 15 01:30:22.220 INFO blam! running 0 tests Oct 15 01:30:22.221 INFO blam! Oct 15 01:30:22.221 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:30:22.221 INFO blam! Oct 15 01:30:22.231 INFO kablam! Running /target/debug/deps/reportserver-54bceb24f7872bdd Oct 15 01:30:22.235 INFO blam! Oct 15 01:30:22.235 INFO blam! running 0 tests Oct 15 01:30:22.235 INFO blam! Oct 15 01:30:22.235 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:30:22.235 INFO blam! Oct 15 01:30:22.243 INFO kablam! Doc-tests reportlib Oct 15 01:30:24.242 INFO blam! Oct 15 01:30:24.242 INFO blam! running 0 tests Oct 15 01:30:24.243 INFO blam! Oct 15 01:30:24.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:30:24.243 INFO blam! Oct 15 01:30:24.248 INFO kablam! su: No module specific data is present Oct 15 01:30:24.567 INFO running `"docker" "rm" "-f" "f2b858da8c347653e732fd75f0dbdd4e1cbb7fa98ba5aa40ee9c413da231e70e"` Oct 15 01:30:24.669 INFO blam! f2b858da8c347653e732fd75f0dbdd4e1cbb7fa98ba5aa40ee9c413da231e70e