Oct 12 22:10:33.670 INFO testing tari/warcdedupe against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:10:33.670 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 12 22:10:34.164 INFO blam! f63539224f082f2d6413b5176a232f85f565f4312f5200a24d66de4b56e9a87b Oct 12 22:10:34.166 INFO running `"docker" "start" "-a" "f63539224f082f2d6413b5176a232f85f565f4312f5200a24d66de4b56e9a87b"` Oct 12 22:10:35.259 INFO kablam! usermod: no changes Oct 12 22:10:35.467 INFO kablam! Compiling cc v1.0.10 Oct 12 22:10:35.468 INFO kablam! Compiling serde v1.0.38 Oct 12 22:10:35.492 INFO kablam! Compiling proc-macro2 v0.3.6 Oct 12 22:10:35.497 INFO kablam! Compiling errno v0.2.3 Oct 12 22:10:35.503 INFO kablam! Compiling regex-syntax v0.5.5 Oct 12 22:10:35.504 INFO kablam! Compiling num-integer v0.1.36 Oct 12 22:10:35.504 INFO kablam! Compiling twoway v0.1.8 Oct 12 22:10:35.505 INFO kablam! Compiling libflate v0.1.14 Oct 12 22:10:37.498 INFO kablam! Compiling sha-1 v0.7.0 Oct 12 22:10:37.799 INFO kablam! Compiling chrono v0.4.2 Oct 12 22:10:53.195 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 22:10:53.196 INFO kablam! Compiling quote v0.5.1 Oct 12 22:10:58.535 INFO kablam! Compiling syn v0.13.1 Oct 12 22:11:18.584 INFO kablam! Compiling regex v0.2.10 Oct 12 22:11:31.228 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 12 22:11:31.267 INFO kablam! Compiling backtrace v0.3.6 Oct 12 22:11:34.628 INFO kablam! Compiling failure v0.1.1 Oct 12 22:11:45.271 INFO kablam! Compiling serde_derive v1.0.38 Oct 12 22:11:54.867 INFO kablam! Compiling docopt v0.8.3 Oct 12 22:12:00.884 INFO kablam! Compiling warcdedupe v0.1.0 (/source) Oct 12 22:12:01.403 INFO kablam! warning: unused import: `Result as IoResult` Oct 12 22:12:01.403 INFO kablam! --> src/reader.rs:5:33 Oct 12 22:12:01.403 INFO kablam! | Oct 12 22:12:01.403 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 12 22:12:01.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:12:01.403 INFO kablam! | Oct 12 22:12:01.403 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:12:01.403 INFO kablam! Oct 12 22:12:01.415 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 12 22:12:01.415 INFO kablam! --> src/lib.rs:338:43 Oct 12 22:12:01.415 INFO kablam! | Oct 12 22:12:01.415 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 12 22:12:01.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:12:01.415 INFO kablam! | Oct 12 22:12:01.415 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:12:01.415 INFO kablam! Oct 12 22:12:03.902 INFO kablam! warning: unused variable: `output` Oct 12 22:12:03.902 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 12 22:12:03.902 INFO kablam! | Oct 12 22:12:03.902 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:12:03.902 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 22:12:03.902 INFO kablam! | Oct 12 22:12:03.902 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:12:03.902 INFO kablam! Oct 12 22:12:03.902 INFO kablam! warning: unused variable: `e` Oct 12 22:12:03.902 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 12 22:12:03.902 INFO kablam! | Oct 12 22:12:03.902 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 12 22:12:03.902 INFO kablam! | ^ help: consider using `_e` instead Oct 12 22:12:03.902 INFO kablam! Oct 12 22:12:03.955 INFO kablam! warning: variable does not need to be mutable Oct 12 22:12:03.955 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 12 22:12:03.955 INFO kablam! | Oct 12 22:12:03.955 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:12:03.955 INFO kablam! | ----^^^^^^ Oct 12 22:12:03.955 INFO kablam! | | Oct 12 22:12:03.955 INFO kablam! | help: remove this `mut` Oct 12 22:12:03.955 INFO kablam! | Oct 12 22:12:03.955 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:12:03.955 INFO kablam! Oct 12 22:12:06.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 12 22:12:06.996 INFO kablam! su: No module specific data is present Oct 12 22:12:07.959 INFO running `"docker" "rm" "-f" "f63539224f082f2d6413b5176a232f85f565f4312f5200a24d66de4b56e9a87b"` Oct 12 22:12:08.243 INFO blam! f63539224f082f2d6413b5176a232f85f565f4312f5200a24d66de4b56e9a87b Oct 12 22:12:08.251 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 12 22:12:08.843 INFO blam! 701d03c8b645bac5585fbb3e03078983613ecd93380670839aeb2ec859d35d05 Oct 12 22:12:08.845 INFO running `"docker" "start" "-a" "701d03c8b645bac5585fbb3e03078983613ecd93380670839aeb2ec859d35d05"` Oct 12 22:12:10.559 INFO kablam! usermod: no changes Oct 12 22:12:10.827 INFO kablam! Compiling pest v1.0.6 Oct 12 22:12:10.839 INFO kablam! Compiling cast v0.2.2 Oct 12 22:12:10.839 INFO kablam! Compiling thread-scoped v1.0.2 Oct 12 22:12:10.839 INFO kablam! Compiling num-traits v0.1.43 Oct 12 22:12:10.859 INFO kablam! Compiling term v0.5.1 Oct 12 22:12:10.859 INFO kablam! Compiling serde_json v1.0.14 Oct 12 22:12:11.423 INFO kablam! Compiling itertools-num v0.1.1 Oct 12 22:12:12.932 INFO kablam! Compiling criterion-stats v0.2.3 Oct 12 22:12:12.932 INFO kablam! Compiling criterion-plot v0.2.3 Oct 12 22:12:14.435 INFO kablam! Compiling pest_derive v1.0.7 Oct 12 22:12:16.029 INFO kablam! Compiling simplelog v0.5.1 Oct 12 22:12:24.291 INFO kablam! Compiling handlebars v0.31.0 Oct 12 22:12:32.483 INFO kablam! Compiling criterion v0.2.3 Oct 12 22:12:41.843 INFO kablam! Compiling warcdedupe v0.1.0 (/source) Oct 12 22:12:43.031 INFO kablam! warning: unused import: `Result as IoResult` Oct 12 22:12:43.031 INFO kablam! --> src/reader.rs:5:33 Oct 12 22:12:43.031 INFO kablam! | Oct 12 22:12:43.031 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 12 22:12:43.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:12:43.031 INFO kablam! | Oct 12 22:12:43.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:12:43.031 INFO kablam! Oct 12 22:12:43.099 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 12 22:12:43.099 INFO kablam! --> src/lib.rs:338:43 Oct 12 22:12:43.099 INFO kablam! | Oct 12 22:12:43.099 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 12 22:12:43.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:12:43.099 INFO kablam! | Oct 12 22:12:43.099 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:12:43.099 INFO kablam! Oct 12 22:12:43.679 INFO kablam! warning: unused variable: `output` Oct 12 22:12:43.679 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 12 22:12:43.679 INFO kablam! | Oct 12 22:12:43.679 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:12:43.679 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 22:12:43.679 INFO kablam! | Oct 12 22:12:43.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:12:43.679 INFO kablam! Oct 12 22:12:43.679 INFO kablam! warning: unused variable: `e` Oct 12 22:12:43.679 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 12 22:12:43.679 INFO kablam! | Oct 12 22:12:43.679 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 12 22:12:43.679 INFO kablam! | ^ help: consider using `_e` instead Oct 12 22:12:43.679 INFO kablam! Oct 12 22:12:43.739 INFO kablam! warning: variable does not need to be mutable Oct 12 22:12:43.739 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 12 22:12:43.739 INFO kablam! | Oct 12 22:12:43.739 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:12:43.739 INFO kablam! | ----^^^^^^ Oct 12 22:12:43.740 INFO kablam! | | Oct 12 22:12:43.740 INFO kablam! | help: remove this `mut` Oct 12 22:12:43.740 INFO kablam! | Oct 12 22:12:43.740 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:12:43.740 INFO kablam! Oct 12 22:12:45.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.08s Oct 12 22:12:45.689 INFO kablam! su: No module specific data is present Oct 12 22:12:46.402 INFO running `"docker" "rm" "-f" "701d03c8b645bac5585fbb3e03078983613ecd93380670839aeb2ec859d35d05"` Oct 12 22:12:46.627 INFO blam! 701d03c8b645bac5585fbb3e03078983613ecd93380670839aeb2ec859d35d05 Oct 12 22:12:46.633 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 12 22:12:46.996 INFO blam! 5d67c22d392f7a9632661a7afe3869dea1588bdee82794534c46cbe8232ee7e2 Oct 12 22:12:47.003 INFO running `"docker" "start" "-a" "5d67c22d392f7a9632661a7afe3869dea1588bdee82794534c46cbe8232ee7e2"` Oct 12 22:12:48.127 INFO kablam! usermod: no changes Oct 12 22:12:48.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 12 22:12:48.315 INFO kablam! Running /target/debug/deps/warcio-072e7a0a444a09a5 Oct 12 22:12:48.320 INFO blam! Oct 12 22:12:48.320 INFO blam! running 5 tests Oct 12 22:12:48.324 INFO blam! test tests::truncated_header_is_invalid ... ok Oct 12 22:12:48.325 INFO blam! test tests::invalid_fields_are_invalid ... ok Oct 12 22:12:48.325 INFO blam! test tests::incorrect_signature_is_invalid ... ok Oct 12 22:12:48.327 INFO blam! test tests::extra_buffering_works ... ok Oct 12 22:12:48.334 INFO blam! test tests::can_read_record_header ... ok Oct 12 22:12:48.334 INFO blam! Oct 12 22:12:48.334 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:12:48.334 INFO blam! Oct 12 22:12:48.339 INFO blam! Oct 12 22:12:48.339 INFO kablam! Running /target/debug/deps/warcdedupe-cf68a92eb6f180dd Oct 12 22:12:48.340 INFO blam! running 0 tests Oct 12 22:12:48.340 INFO kablam! Doc-tests warcio Oct 12 22:12:48.340 INFO blam! Oct 12 22:12:48.340 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:12:48.341 INFO blam! Oct 12 22:12:49.167 INFO blam! Oct 12 22:12:49.167 INFO kablam! su: No module specific data is present Oct 12 22:12:49.167 INFO blam! running 0 tests Oct 12 22:12:49.167 INFO blam! Oct 12 22:12:49.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:12:49.167 INFO blam! Oct 12 22:12:49.859 INFO running `"docker" "rm" "-f" "5d67c22d392f7a9632661a7afe3869dea1588bdee82794534c46cbe8232ee7e2"` Oct 12 22:12:50.008 INFO blam! 5d67c22d392f7a9632661a7afe3869dea1588bdee82794534c46cbe8232ee7e2