Oct 12 22:10:30.751 INFO testing tari/warcdedupe against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 22:10:30.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.291 INFO blam! 23168f9e3644d1480b424d24ad613e1e9230e05fb9a9a6e2eb177a40e68e27db Oct 12 22:10:31.294 INFO running `"docker" "start" "-a" "23168f9e3644d1480b424d24ad613e1e9230e05fb9a9a6e2eb177a40e68e27db"` Oct 12 22:10:32.531 INFO kablam! usermod: no changes Oct 12 22:10:32.779 INFO kablam! Compiling serde v1.0.38 Oct 12 22:10:32.787 INFO kablam! Compiling memchr v2.0.1 Oct 12 22:10:32.787 INFO kablam! Compiling errno v0.2.3 Oct 12 22:10:32.787 INFO kablam! Compiling crc v1.7.0 Oct 12 22:10:32.787 INFO kablam! Compiling regex-syntax v0.5.5 Oct 12 22:10:32.787 INFO kablam! Compiling num-integer v0.1.36 Oct 12 22:10:32.787 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 22:10:32.787 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 12 22:10:34.764 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 22:10:34.823 INFO kablam! Compiling twoway v0.1.8 Oct 12 22:10:35.127 INFO kablam! Compiling sha-1 v0.7.0 Oct 12 22:10:36.721 INFO kablam! Compiling chrono v0.4.2 Oct 12 22:10:40.015 INFO kablam! Compiling libflate v0.1.14 Oct 12 22:10:49.647 INFO kablam! Compiling serde_derive v1.0.38 Oct 12 22:11:05.083 INFO kablam! Compiling backtrace v0.3.6 Oct 12 22:11:12.631 INFO kablam! Compiling failure v0.1.1 Oct 12 22:11:13.351 INFO kablam! Compiling regex v0.2.10 Oct 12 22:11:35.307 INFO kablam! Compiling docopt v0.8.3 Oct 12 22:11:41.587 INFO kablam! Compiling warcdedupe v0.1.0 (/source) Oct 12 22:11:42.163 INFO kablam! warning: unused import: `Result as IoResult` Oct 12 22:11:42.163 INFO kablam! --> src/reader.rs:5:33 Oct 12 22:11:42.163 INFO kablam! | Oct 12 22:11:42.163 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 12 22:11:42.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:11:42.163 INFO kablam! | Oct 12 22:11:42.163 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:11:42.163 INFO kablam! Oct 12 22:11:42.195 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 12 22:11:42.195 INFO kablam! --> src/lib.rs:338:43 Oct 12 22:11:42.195 INFO kablam! | Oct 12 22:11:42.195 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 12 22:11:42.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:11:42.195 INFO kablam! | Oct 12 22:11:42.195 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:11:42.195 INFO kablam! Oct 12 22:11:44.931 INFO kablam! warning: unused variable: `output` Oct 12 22:11:44.932 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 12 22:11:44.932 INFO kablam! | Oct 12 22:11:44.932 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:11:44.932 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 22:11:44.932 INFO kablam! | Oct 12 22:11:44.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:11:44.932 INFO kablam! Oct 12 22:11:44.932 INFO kablam! warning: unused variable: `e` Oct 12 22:11:44.932 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 12 22:11:44.932 INFO kablam! | Oct 12 22:11:44.932 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 12 22:11:44.932 INFO kablam! | ^ help: consider using `_e` instead Oct 12 22:11:44.932 INFO kablam! Oct 12 22:11:45.011 INFO kablam! warning: variable does not need to be mutable Oct 12 22:11:45.011 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 12 22:11:45.011 INFO kablam! | Oct 12 22:11:45.011 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:11:45.011 INFO kablam! | ----^^^^^^ Oct 12 22:11:45.011 INFO kablam! | | Oct 12 22:11:45.011 INFO kablam! | help: remove this `mut` Oct 12 22:11:45.011 INFO kablam! | Oct 12 22:11:45.011 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:11:45.011 INFO kablam! Oct 12 22:11:48.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 12 22:11:48.350 INFO kablam! su: No module specific data is present Oct 12 22:11:49.895 INFO running `"docker" "rm" "-f" "23168f9e3644d1480b424d24ad613e1e9230e05fb9a9a6e2eb177a40e68e27db"` Oct 12 22:11:50.308 INFO blam! 23168f9e3644d1480b424d24ad613e1e9230e05fb9a9a6e2eb177a40e68e27db Oct 12 22:11:50.317 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:11:50.852 INFO blam! c149a83e00a8e4246306a30b5e003531d5aa2caf331d00e1546cd00263de4c07 Oct 12 22:11:50.856 INFO running `"docker" "start" "-a" "c149a83e00a8e4246306a30b5e003531d5aa2caf331d00e1546cd00263de4c07"` Oct 12 22:11:51.977 INFO kablam! usermod: no changes Oct 12 22:11:52.221 INFO kablam! Compiling thread-scoped v1.0.2 Oct 12 22:11:52.237 INFO kablam! Compiling cast v0.2.2 Oct 12 22:11:52.267 INFO kablam! Compiling num-traits v0.1.43 Oct 12 22:11:52.267 INFO kablam! Compiling term v0.5.1 Oct 12 22:11:52.267 INFO kablam! Compiling serde_json v1.0.14 Oct 12 22:11:52.267 INFO kablam! Compiling pest_derive v1.0.7 Oct 12 22:11:52.892 INFO kablam! Compiling criterion-plot v0.2.3 Oct 12 22:11:52.939 INFO kablam! Compiling itertools-num v0.1.1 Oct 12 22:11:53.305 INFO kablam! Compiling criterion-stats v0.2.3 Oct 12 22:11:58.705 INFO kablam! Compiling simplelog v0.5.1 Oct 12 22:12:06.904 INFO kablam! Compiling handlebars v0.31.0 Oct 12 22:12:15.725 INFO kablam! Compiling criterion v0.2.3 Oct 12 22:12:24.947 INFO kablam! Compiling warcdedupe v0.1.0 (/source) Oct 12 22:12:25.748 INFO kablam! warning: unused import: `Result as IoResult` Oct 12 22:12:25.749 INFO kablam! --> src/reader.rs:5:33 Oct 12 22:12:25.749 INFO kablam! | Oct 12 22:12:25.749 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 12 22:12:25.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 22:12:25.750 INFO kablam! | Oct 12 22:12:25.750 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 22:12:25.750 INFO kablam! Oct 12 22:12:25.791 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 12 22:12:25.792 INFO kablam! --> src/lib.rs:338:43 Oct 12 22:12:25.792 INFO kablam! | Oct 12 22:12:25.792 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 12 22:12:25.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:12:25.799 INFO kablam! | Oct 12 22:12:25.799 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:12:25.799 INFO kablam! Oct 12 22:12:26.571 INFO kablam! warning: unused variable: `output` Oct 12 22:12:26.571 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 12 22:12:26.571 INFO kablam! | Oct 12 22:12:26.571 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:12:26.571 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 12 22:12:26.571 INFO kablam! | Oct 12 22:12:26.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:12:26.571 INFO kablam! Oct 12 22:12:26.571 INFO kablam! warning: unused variable: `e` Oct 12 22:12:26.571 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 12 22:12:26.571 INFO kablam! | Oct 12 22:12:26.571 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 12 22:12:26.571 INFO kablam! | ^ help: consider using `_e` instead Oct 12 22:12:26.571 INFO kablam! Oct 12 22:12:26.811 INFO kablam! warning: variable does not need to be mutable Oct 12 22:12:26.812 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 12 22:12:26.812 INFO kablam! | Oct 12 22:12:26.812 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 12 22:12:26.812 INFO kablam! | ----^^^^^^ Oct 12 22:12:26.812 INFO kablam! | | Oct 12 22:12:26.812 INFO kablam! | help: remove this `mut` Oct 12 22:12:26.812 INFO kablam! | Oct 12 22:12:26.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:12:26.812 INFO kablam! Oct 12 22:12:28.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.91s Oct 12 22:12:28.943 INFO kablam! su: No module specific data is present Oct 12 22:12:30.467 INFO running `"docker" "rm" "-f" "c149a83e00a8e4246306a30b5e003531d5aa2caf331d00e1546cd00263de4c07"` Oct 12 22:12:30.817 INFO blam! c149a83e00a8e4246306a30b5e003531d5aa2caf331d00e1546cd00263de4c07 Oct 12 22:12:30.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31.155 INFO blam! 027612c25f1a536f10cdcbbb9636cf5548140bd0a279226d358ca2f90d10dd58 Oct 12 22:12:31.157 INFO running `"docker" "start" "-a" "027612c25f1a536f10cdcbbb9636cf5548140bd0a279226d358ca2f90d10dd58"` Oct 12 22:12:32.474 INFO kablam! usermod: no changes Oct 12 22:12:32.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 12 22:12:32.695 INFO kablam! Running /target/debug/deps/warcio-ac5b889423b47853 Oct 12 22:12:32.705 INFO blam! Oct 12 22:12:32.705 INFO blam! running 5 tests Oct 12 22:12:32.721 INFO blam! test tests::incorrect_signature_is_invalid ... ok Oct 12 22:12:32.727 INFO blam! test tests::extra_buffering_works ... ok Oct 12 22:12:32.727 INFO blam! test tests::invalid_fields_are_invalid ... ok Oct 12 22:12:32.728 INFO blam! test tests::truncated_header_is_invalid ... ok Oct 12 22:12:32.728 INFO kablam! Running /target/debug/deps/warcdedupe-93cbc6fd95cd20a5 Oct 12 22:12:32.728 INFO blam! test tests::can_read_record_header ... ok Oct 12 22:12:32.728 INFO blam! Oct 12 22:12:32.729 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:12:32.729 INFO blam! Oct 12 22:12:32.733 INFO blam! Oct 12 22:12:32.733 INFO blam! running 0 tests Oct 12 22:12:32.733 INFO blam! Oct 12 22:12:32.733 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:12:32.733 INFO blam! Oct 12 22:12:32.734 INFO kablam! Doc-tests warcio Oct 12 22:12:33.675 INFO blam! Oct 12 22:12:33.675 INFO blam! running 0 tests Oct 12 22:12:33.675 INFO blam! Oct 12 22:12:33.675 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:12:33.675 INFO blam! Oct 12 22:12:33.683 INFO kablam! su: No module specific data is present Oct 12 22:12:34.584 INFO running `"docker" "rm" "-f" "027612c25f1a536f10cdcbbb9636cf5548140bd0a279226d358ca2f90d10dd58"` Oct 12 22:12:34.891 INFO blam! 027612c25f1a536f10cdcbbb9636cf5548140bd0a279226d358ca2f90d10dd58