Oct 14 11:42:34.932 INFO testing mcclellanmj/dir-shot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:42:34.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 11:42:35.465 INFO blam! e0002e856f68a0528aa22ba9552d93d563c175fa7935174103d5624ce615c677 Oct 14 11:42:35.467 INFO running `"docker" "start" "-a" "e0002e856f68a0528aa22ba9552d93d563c175fa7935174103d5624ce615c677"` Oct 14 11:42:36.128 INFO kablam! usermod: no changes Oct 14 11:42:36.206 INFO kablam! Compiling pkg-config v0.3.14 Oct 14 11:42:36.207 INFO kablam! Compiling linked-hash-map v0.4.2 Oct 14 11:42:36.207 INFO kablam! Compiling bitflags v1.0.4 Oct 14 11:42:36.207 INFO kablam! Compiling same-file v1.0.3 Oct 14 11:42:36.207 INFO kablam! Compiling lru v0.1.8 Oct 14 11:42:36.207 INFO kablam! Compiling cast v0.2.2 Oct 14 11:42:36.383 INFO kablam! Compiling clap v2.32.0 Oct 14 11:42:36.695 INFO kablam! Compiling walkdir v2.2.5 Oct 14 11:42:36.759 INFO kablam! Compiling lru-cache v0.1.1 Oct 14 11:42:37.894 INFO kablam! Compiling libsqlite3-sys v0.9.3 Oct 14 11:42:39.383 INFO kablam! Compiling rusqlite v0.14.0 Oct 14 11:42:50.567 INFO kablam! Compiling directory-capture v0.1.0 (/source) Oct 14 11:42:50.791 INFO kablam! warning: unused import: `PathBuf` Oct 14 11:42:50.791 INFO kablam! --> src/main.rs:11:23 Oct 14 11:42:50.791 INFO kablam! | Oct 14 11:42:50.791 INFO kablam! 11 | use std::path::{Path, PathBuf}; Oct 14 11:42:50.791 INFO kablam! | ^^^^^^^ Oct 14 11:42:50.791 INFO kablam! | Oct 14 11:42:50.791 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:42:50.791 INFO kablam! Oct 14 11:42:50.791 INFO kablam! warning: unused import: `std::io::stdout` Oct 14 11:42:50.791 INFO kablam! --> src/main.rs:12:5 Oct 14 11:42:50.791 INFO kablam! | Oct 14 11:42:50.791 INFO kablam! 12 | use std::io::stdout; Oct 14 11:42:50.791 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:42:50.791 INFO kablam! Oct 14 11:42:50.791 INFO kablam! warning: unused import: `std::collections::BTreeMap` Oct 14 11:42:50.791 INFO kablam! --> src/main.rs:14:5 Oct 14 11:42:50.791 INFO kablam! | Oct 14 11:42:50.791 INFO kablam! 14 | use std::collections::BTreeMap; Oct 14 11:42:50.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:42:50.791 INFO kablam! Oct 14 11:42:50.879 INFO kablam! warning: unused variable: `args` Oct 14 11:42:50.879 INFO kablam! --> src/main.rs:137:41 Oct 14 11:42:50.879 INFO kablam! | Oct 14 11:42:50.879 INFO kablam! 137 | fn run_compare(connection: &Connection, args: &ArgMatches) { Oct 14 11:42:50.879 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 11:42:50.879 INFO kablam! | Oct 14 11:42:50.879 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:42:50.879 INFO kablam! Oct 14 11:42:50.891 INFO kablam! warning: enum is never used: `ErrorKind` Oct 14 11:42:50.891 INFO kablam! --> src/main.rs:26:1 Oct 14 11:42:50.891 INFO kablam! | Oct 14 11:42:50.891 INFO kablam! 26 | enum ErrorKind { DatabaseState(&'static str) } Oct 14 11:42:50.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:42:50.891 INFO kablam! | Oct 14 11:42:50.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:42:50.891 INFO kablam! Oct 14 11:42:50.891 INFO kablam! warning: struct is never constructed: `ApplicationError` Oct 14 11:42:50.891 INFO kablam! --> src/main.rs:28:1 Oct 14 11:42:50.891 INFO kablam! | Oct 14 11:42:50.891 INFO kablam! 28 | struct ApplicationError { Oct 14 11:42:50.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:42:50.891 INFO kablam! Oct 14 11:42:52.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.47s Oct 14 11:42:52.621 INFO kablam! su: No module specific data is present Oct 14 11:42:53.523 INFO running `"docker" "rm" "-f" "e0002e856f68a0528aa22ba9552d93d563c175fa7935174103d5624ce615c677"` Oct 14 11:42:54.209 INFO blam! e0002e856f68a0528aa22ba9552d93d563c175fa7935174103d5624ce615c677 Oct 14 11:42:54.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 11:42:54.793 INFO blam! 0b772c09c95a0a4f7d34ccb80397863e3adb76c24ca21b3232550ccddfc580c8 Oct 14 11:42:54.795 INFO running `"docker" "start" "-a" "0b772c09c95a0a4f7d34ccb80397863e3adb76c24ca21b3232550ccddfc580c8"` Oct 14 11:42:56.115 INFO kablam! usermod: no changes Oct 14 11:42:56.275 INFO kablam! Compiling directory-capture v0.1.0 (/source) Oct 14 11:42:56.558 INFO kablam! warning: unused import: `PathBuf` Oct 14 11:42:56.558 INFO kablam! --> src/main.rs:11:23 Oct 14 11:42:56.559 INFO kablam! | Oct 14 11:42:56.559 INFO kablam! 11 | use std::path::{Path, PathBuf}; Oct 14 11:42:56.559 INFO kablam! | ^^^^^^^ Oct 14 11:42:56.559 INFO kablam! | Oct 14 11:42:56.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:42:56.560 INFO kablam! Oct 14 11:42:56.560 INFO kablam! warning: unused import: `std::io::stdout` Oct 14 11:42:56.561 INFO kablam! --> src/main.rs:12:5 Oct 14 11:42:56.561 INFO kablam! | Oct 14 11:42:56.561 INFO kablam! 12 | use std::io::stdout; Oct 14 11:42:56.562 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 11:42:56.562 INFO kablam! Oct 14 11:42:56.562 INFO kablam! warning: unused import: `std::collections::BTreeMap` Oct 14 11:42:56.562 INFO kablam! --> src/main.rs:14:5 Oct 14 11:42:56.563 INFO kablam! | Oct 14 11:42:56.563 INFO kablam! 14 | use std::collections::BTreeMap; Oct 14 11:42:56.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:42:56.564 INFO kablam! Oct 14 11:42:56.635 INFO kablam! warning: unused variable: `args` Oct 14 11:42:56.635 INFO kablam! --> src/main.rs:137:41 Oct 14 11:42:56.635 INFO kablam! | Oct 14 11:42:56.635 INFO kablam! 137 | fn run_compare(connection: &Connection, args: &ArgMatches) { Oct 14 11:42:56.635 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 14 11:42:56.635 INFO kablam! | Oct 14 11:42:56.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:42:56.635 INFO kablam! Oct 14 11:42:56.659 INFO kablam! warning: enum is never used: `ErrorKind` Oct 14 11:42:56.659 INFO kablam! --> src/main.rs:26:1 Oct 14 11:42:56.660 INFO kablam! | Oct 14 11:42:56.660 INFO kablam! 26 | enum ErrorKind { DatabaseState(&'static str) } Oct 14 11:42:56.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 11:42:56.660 INFO kablam! | Oct 14 11:42:56.660 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:42:56.660 INFO kablam! Oct 14 11:42:56.660 INFO kablam! warning: struct is never constructed: `ApplicationError` Oct 14 11:42:56.660 INFO kablam! --> src/main.rs:28:1 Oct 14 11:42:56.660 INFO kablam! | Oct 14 11:42:56.660 INFO kablam! 28 | struct ApplicationError { Oct 14 11:42:56.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:42:56.660 INFO kablam! Oct 14 11:42:57.246 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 14 11:42:57.247 INFO kablam! su: No module specific data is present Oct 14 11:42:58.543 INFO running `"docker" "rm" "-f" "0b772c09c95a0a4f7d34ccb80397863e3adb76c24ca21b3232550ccddfc580c8"` Oct 14 11:42:58.937 INFO blam! 0b772c09c95a0a4f7d34ccb80397863e3adb76c24ca21b3232550ccddfc580c8 Oct 14 11:42:58.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 11:42:59.423 INFO blam! 52700eea0f6a39628de1698602e02e62a463c29844d732914c4e756379cd1316 Oct 14 11:42:59.426 INFO running `"docker" "start" "-a" "52700eea0f6a39628de1698602e02e62a463c29844d732914c4e756379cd1316"` Oct 14 11:43:01.908 INFO kablam! usermod: no changes Oct 14 11:43:01.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 11:43:02.006 INFO kablam! Running /target/debug/deps/directory_capture-9904bdb81d1ad8ae Oct 14 11:43:02.009 INFO blam! Oct 14 11:43:02.009 INFO blam! running 0 tests Oct 14 11:43:02.009 INFO blam! Oct 14 11:43:02.010 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:43:02.010 INFO blam! Oct 14 11:43:02.010 INFO kablam! su: No module specific data is present Oct 14 11:43:03.646 INFO running `"docker" "rm" "-f" "52700eea0f6a39628de1698602e02e62a463c29844d732914c4e756379cd1316"` Oct 14 11:43:04.015 INFO blam! 52700eea0f6a39628de1698602e02e62a463c29844d732914c4e756379cd1316