Oct 12 22:49:25.444 INFO testing studoot/duplicate-finder against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:49:25.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 22:49:25.827 INFO blam! a0c56c1be87be7cd104e5c51354077619cb07b014240fd7577667aa2771f9254 Oct 12 22:49:25.831 INFO running `"docker" "start" "-a" "a0c56c1be87be7cd104e5c51354077619cb07b014240fd7577667aa2771f9254"` Oct 12 22:49:26.980 INFO kablam! usermod: no changes Oct 12 22:49:27.175 INFO kablam! Compiling either v1.2.0 Oct 12 22:49:27.196 INFO kablam! Compiling memchr v1.0.1 Oct 12 22:49:27.196 INFO kablam! Compiling term_size v0.3.0 Oct 12 22:49:27.196 INFO kablam! Compiling atty v0.2.2 Oct 12 22:49:27.196 INFO kablam! Compiling num_cpus v1.6.2 Oct 12 22:49:27.199 INFO kablam! Compiling multimap v0.4.0 Oct 12 22:49:27.208 INFO kablam! Compiling structopt-derive v0.1.1 Oct 12 22:49:28.083 INFO kablam! Compiling coco v0.1.1 Oct 12 22:49:28.134 INFO kablam! Compiling textwrap v0.8.0 Oct 12 22:49:28.516 INFO kablam! Compiling aho-corasick v0.6.3 Oct 12 22:49:29.919 INFO kablam! Compiling clap v2.26.2 Oct 12 22:49:29.959 INFO kablam! Compiling rayon-core v1.2.1 Oct 12 22:49:30.836 INFO kablam! Compiling regex v0.2.2 Oct 12 22:49:33.341 INFO kablam! Compiling rayon v0.8.2 Oct 12 22:49:44.528 INFO kablam! Compiling globset v0.2.0 Oct 12 22:49:49.567 INFO kablam! Compiling ignore v0.2.2 Oct 12 22:50:08.053 INFO kablam! Compiling structopt v0.1.1 Oct 12 22:50:08.379 INFO kablam! Compiling duplicate-finder v0.1.0 (/source) Oct 12 22:50:09.295 INFO kablam! warning: unused variable: `outputter` Oct 12 22:50:09.295 INFO kablam! --> src/main.rs:92:13 Oct 12 22:50:09.295 INFO kablam! | Oct 12 22:50:09.295 INFO kablam! 92 | let outputter = get_outputter(opts.output_type); Oct 12 22:50:09.295 INFO kablam! | ^^^^^^^^^ help: consider using `_outputter` instead Oct 12 22:50:09.295 INFO kablam! | Oct 12 22:50:09.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:50:09.295 INFO kablam! Oct 12 22:50:09.295 INFO kablam! warning: unused variable: `stream` Oct 12 22:50:09.295 INFO kablam! --> src/output/csv.rs:9:22 Oct 12 22:50:09.295 INFO kablam! | Oct 12 22:50:09.295 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:09.295 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 12 22:50:09.295 INFO kablam! Oct 12 22:50:09.295 INFO kablam! warning: unused variable: `d` Oct 12 22:50:09.295 INFO kablam! --> src/output/csv.rs:9:42 Oct 12 22:50:09.295 INFO kablam! | Oct 12 22:50:09.295 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:09.295 INFO kablam! | ^ help: consider using `_d` instead Oct 12 22:50:09.295 INFO kablam! Oct 12 22:50:09.295 INFO kablam! warning: unused variable: `stream` Oct 12 22:50:09.295 INFO kablam! --> src/output/json.rs:9:22 Oct 12 22:50:09.295 INFO kablam! | Oct 12 22:50:09.295 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:09.295 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 12 22:50:09.295 INFO kablam! Oct 12 22:50:09.295 INFO kablam! warning: unused variable: `d` Oct 12 22:50:09.295 INFO kablam! --> src/output/json.rs:9:42 Oct 12 22:50:09.295 INFO kablam! | Oct 12 22:50:09.295 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:09.295 INFO kablam! | ^ help: consider using `_d` instead Oct 12 22:50:09.295 INFO kablam! Oct 12 22:50:09.343 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 22:50:09.343 INFO kablam! --> src/main.rs:1:12 Oct 12 22:50:09.343 INFO kablam! | Oct 12 22:50:09.343 INFO kablam! 1 | #![feature(attr_literals, rustc_private)] Oct 12 22:50:09.343 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:50:09.343 INFO kablam! | Oct 12 22:50:09.343 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 22:50:09.343 INFO kablam! Oct 12 22:50:13.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.83s Oct 12 22:50:13.862 INFO kablam! su: No module specific data is present Oct 12 22:50:14.953 INFO running `"docker" "rm" "-f" "a0c56c1be87be7cd104e5c51354077619cb07b014240fd7577667aa2771f9254"` Oct 12 22:50:15.200 INFO blam! a0c56c1be87be7cd104e5c51354077619cb07b014240fd7577667aa2771f9254 Oct 12 22:50:15.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 22:50:15.677 INFO blam! 29713baddd2a388c9db89762a445fe986a6c910d9edc9f12a1224275ba84d61a Oct 12 22:50:15.679 INFO running `"docker" "start" "-a" "29713baddd2a388c9db89762a445fe986a6c910d9edc9f12a1224275ba84d61a"` Oct 12 22:50:17.168 INFO kablam! usermod: no changes Oct 12 22:50:17.340 INFO kablam! Compiling duplicate-finder v0.1.0 (/source) Oct 12 22:50:18.071 INFO kablam! warning: unused variable: `outputter` Oct 12 22:50:18.071 INFO kablam! --> src/main.rs:92:13 Oct 12 22:50:18.072 INFO kablam! | Oct 12 22:50:18.072 INFO kablam! 92 | let outputter = get_outputter(opts.output_type); Oct 12 22:50:18.072 INFO kablam! | ^^^^^^^^^ help: consider using `_outputter` instead Oct 12 22:50:18.072 INFO kablam! | Oct 12 22:50:18.073 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:50:18.073 INFO kablam! Oct 12 22:50:18.073 INFO kablam! warning: unused variable: `stream` Oct 12 22:50:18.073 INFO kablam! --> src/output/csv.rs:9:22 Oct 12 22:50:18.074 INFO kablam! | Oct 12 22:50:18.074 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:18.074 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 12 22:50:18.074 INFO kablam! Oct 12 22:50:18.075 INFO kablam! warning: unused variable: `d` Oct 12 22:50:18.075 INFO kablam! --> src/output/csv.rs:9:42 Oct 12 22:50:18.075 INFO kablam! | Oct 12 22:50:18.075 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:18.076 INFO kablam! | ^ help: consider using `_d` instead Oct 12 22:50:18.076 INFO kablam! Oct 12 22:50:18.076 INFO kablam! warning: unused variable: `stream` Oct 12 22:50:18.076 INFO kablam! --> src/output/json.rs:9:22 Oct 12 22:50:18.077 INFO kablam! | Oct 12 22:50:18.077 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:18.077 INFO kablam! | ^^^^^^ help: consider using `_stream` instead Oct 12 22:50:18.077 INFO kablam! Oct 12 22:50:18.078 INFO kablam! warning: unused variable: `d` Oct 12 22:50:18.078 INFO kablam! --> src/output/json.rs:9:42 Oct 12 22:50:18.078 INFO kablam! | Oct 12 22:50:18.078 INFO kablam! 9 | fn output(&self, stream: &mut Write, d : &Duplicates) -> () { Oct 12 22:50:18.079 INFO kablam! | ^ help: consider using `_d` instead Oct 12 22:50:18.079 INFO kablam! Oct 12 22:50:18.123 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 12 22:50:18.123 INFO kablam! --> src/main.rs:1:12 Oct 12 22:50:18.123 INFO kablam! | Oct 12 22:50:18.135 INFO kablam! 1 | #![feature(attr_literals, rustc_private)] Oct 12 22:50:18.135 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:50:18.135 INFO kablam! | Oct 12 22:50:18.135 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 22:50:18.135 INFO kablam! Oct 12 22:50:18.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 12 22:50:18.614 INFO kablam! su: No module specific data is present Oct 12 22:50:19.215 INFO running `"docker" "rm" "-f" "29713baddd2a388c9db89762a445fe986a6c910d9edc9f12a1224275ba84d61a"` Oct 12 22:50:19.473 INFO blam! 29713baddd2a388c9db89762a445fe986a6c910d9edc9f12a1224275ba84d61a Oct 12 22:50:19.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 22:50:19.883 INFO blam! 95e607bc1d281c1fb455c3d65dad12faff60132f1aa5bc2a667635e03c8da98a Oct 12 22:50:19.884 INFO running `"docker" "start" "-a" "95e607bc1d281c1fb455c3d65dad12faff60132f1aa5bc2a667635e03c8da98a"` Oct 12 22:50:20.903 INFO kablam! usermod: no changes Oct 12 22:50:20.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 22:50:21.011 INFO kablam! Running /target/debug/deps/duplicate_finder-16829d2c3dab7214 Oct 12 22:50:21.011 INFO blam! Oct 12 22:50:21.012 INFO blam! running 0 tests Oct 12 22:50:21.012 INFO blam! Oct 12 22:50:21.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:50:21.012 INFO blam! Oct 12 22:50:21.019 INFO kablam! su: No module specific data is present Oct 12 22:50:21.353 INFO running `"docker" "rm" "-f" "95e607bc1d281c1fb455c3d65dad12faff60132f1aa5bc2a667635e03c8da98a"` Oct 12 22:50:21.466 INFO blam! 95e607bc1d281c1fb455c3d65dad12faff60132f1aa5bc2a667635e03c8da98a