Oct 10 13:49:30.966 INFO testing tari/warcdedupe against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:49:30.966 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:49:30.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:49:31.445 INFO blam! 15fab63d4d6d20db781b43785d51d3c7a18d1c91d6264d212b2b71910ae7bd4d Oct 10 13:49:31.447 INFO running `"docker" "start" "-a" "15fab63d4d6d20db781b43785d51d3c7a18d1c91d6264d212b2b71910ae7bd4d"` Oct 10 13:49:33.094 INFO kablam! usermod: no changes Oct 10 13:49:33.417 INFO kablam! Compiling serde v1.0.38 Oct 10 13:49:33.429 INFO kablam! Compiling errno v0.2.3 Oct 10 13:49:33.445 INFO kablam! Compiling twoway v0.1.8 Oct 10 13:49:33.445 INFO kablam! Compiling chrono v0.4.2 Oct 10 13:49:33.445 INFO kablam! Compiling libflate v0.1.14 Oct 10 13:49:33.446 INFO kablam! Compiling sha-1 v0.7.0 Oct 10 13:49:53.053 INFO kablam! Compiling docopt v0.8.3 Oct 10 13:50:00.029 INFO kablam! Compiling warcdedupe v0.1.0 (/source) Oct 10 13:50:01.532 INFO kablam! warning: unused import: `Result as IoResult` Oct 10 13:50:01.534 INFO kablam! --> src/reader.rs:5:33 Oct 10 13:50:01.535 INFO kablam! | Oct 10 13:50:01.535 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 10 13:50:01.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:50:01.536 INFO kablam! | Oct 10 13:50:01.537 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:50:01.538 INFO kablam! Oct 10 13:50:01.555 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 10 13:50:01.555 INFO kablam! --> src/lib.rs:338:43 Oct 10 13:50:01.556 INFO kablam! | Oct 10 13:50:01.557 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 10 13:50:01.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:50:01.558 INFO kablam! | Oct 10 13:50:01.558 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 13:50:01.559 INFO kablam! Oct 10 13:50:05.052 INFO kablam! warning: unused variable: `output` Oct 10 13:50:05.052 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 10 13:50:05.053 INFO kablam! | Oct 10 13:50:05.053 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 10 13:50:05.053 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 10 13:50:05.053 INFO kablam! | Oct 10 13:50:05.053 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:50:05.053 INFO kablam! Oct 10 13:50:05.053 INFO kablam! warning: unused variable: `e` Oct 10 13:50:05.053 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 10 13:50:05.053 INFO kablam! | Oct 10 13:50:05.053 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 10 13:50:05.053 INFO kablam! | ^ help: consider using `_e` instead Oct 10 13:50:05.053 INFO kablam! Oct 10 13:50:05.096 INFO kablam! warning: variable does not need to be mutable Oct 10 13:50:05.097 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 10 13:50:05.097 INFO kablam! | Oct 10 13:50:05.097 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 10 13:50:05.097 INFO kablam! | ----^^^^^^ Oct 10 13:50:05.097 INFO kablam! | | Oct 10 13:50:05.097 INFO kablam! | help: remove this `mut` Oct 10 13:50:05.099 INFO kablam! | Oct 10 13:50:05.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:50:05.099 INFO kablam! Oct 10 13:50:09.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.89s Oct 10 13:50:09.049 INFO kablam! su: No module specific data is present Oct 10 13:50:11.038 INFO running `"docker" "rm" "-f" "15fab63d4d6d20db781b43785d51d3c7a18d1c91d6264d212b2b71910ae7bd4d"` Oct 10 13:50:11.416 INFO blam! 15fab63d4d6d20db781b43785d51d3c7a18d1c91d6264d212b2b71910ae7bd4d Oct 10 13:50:11.431 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:50:11.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:50:11.973 INFO blam! bb6e6ef539c199f9cb8728c740f263fb80254b784da14e3c623fbf7777c2b958 Oct 10 13:50:11.975 INFO running `"docker" "start" "-a" "bb6e6ef539c199f9cb8728c740f263fb80254b784da14e3c623fbf7777c2b958"` Oct 10 13:50:13.802 INFO kablam! usermod: no changes Oct 10 13:50:14.012 INFO kablam! Compiling serde_json v1.0.14 Oct 10 13:50:14.012 INFO kablam! Compiling criterion-stats v0.2.3 Oct 10 13:50:14.012 INFO kablam! Compiling itertools-num v0.1.1 Oct 10 13:50:14.012 INFO kablam! Compiling criterion-plot v0.2.3 Oct 10 13:50:14.012 INFO kablam! Compiling pest_derive v1.0.7 Oct 10 13:50:14.012 INFO kablam! Compiling simplelog v0.5.1 Oct 10 13:50:28.138 INFO kablam! Compiling handlebars v0.31.0 Oct 10 13:50:37.010 INFO kablam! Compiling criterion v0.2.3 Oct 10 13:50:48.292 INFO kablam! Compiling warcdedupe v0.1.0 (/source) Oct 10 13:50:49.916 INFO kablam! warning: unused import: `Result as IoResult` Oct 10 13:50:49.916 INFO kablam! --> src/reader.rs:5:33 Oct 10 13:50:49.916 INFO kablam! | Oct 10 13:50:49.916 INFO kablam! 5 | use std::io::{Error as IoError, Result as IoResult}; Oct 10 13:50:49.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 13:50:49.916 INFO kablam! | Oct 10 13:50:49.916 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:50:49.916 INFO kablam! Oct 10 13:50:49.972 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 10 13:50:49.972 INFO kablam! --> src/lib.rs:338:43 Oct 10 13:50:49.972 INFO kablam! | Oct 10 13:50:49.972 INFO kablam! 338 | debug_assert!(m[1].iter().all(std::ascii::AsciiExt::is_ascii)); Oct 10 13:50:49.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:50:49.972 INFO kablam! | Oct 10 13:50:49.972 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 13:50:49.972 INFO kablam! Oct 10 13:50:50.933 INFO kablam! warning: unused variable: `output` Oct 10 13:50:50.934 INFO kablam! --> src/bin/warcdedupe.rs:110:13 Oct 10 13:50:50.934 INFO kablam! | Oct 10 13:50:50.934 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 10 13:50:50.934 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 10 13:50:50.935 INFO kablam! | Oct 10 13:50:50.935 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:50:50.935 INFO kablam! Oct 10 13:50:50.935 INFO kablam! warning: unused variable: `e` Oct 10 13:50:50.936 INFO kablam! --> src/bin/warcdedupe.rs:141:21 Oct 10 13:50:50.936 INFO kablam! | Oct 10 13:50:50.936 INFO kablam! 141 | Err(e) => unimplemented!(), Oct 10 13:50:50.937 INFO kablam! | ^ help: consider using `_e` instead Oct 10 13:50:50.937 INFO kablam! Oct 10 13:50:51.008 INFO kablam! warning: variable does not need to be mutable Oct 10 13:50:51.008 INFO kablam! --> src/bin/warcdedupe.rs:110:9 Oct 10 13:50:51.008 INFO kablam! | Oct 10 13:50:51.008 INFO kablam! 110 | let mut output = open_output_stream(args.arg_outfile, args.flag_compress_output); Oct 10 13:50:51.008 INFO kablam! | ----^^^^^^ Oct 10 13:50:51.008 INFO kablam! | | Oct 10 13:50:51.008 INFO kablam! | help: remove this `mut` Oct 10 13:50:51.008 INFO kablam! | Oct 10 13:50:51.008 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:50:51.008 INFO kablam! Oct 10 13:50:51.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.02s Oct 10 13:50:51.861 INFO kablam! su: No module specific data is present Oct 10 13:50:52.332 INFO running `"docker" "rm" "-f" "bb6e6ef539c199f9cb8728c740f263fb80254b784da14e3c623fbf7777c2b958"` Oct 10 13:50:52.509 INFO blam! bb6e6ef539c199f9cb8728c740f263fb80254b784da14e3c623fbf7777c2b958 Oct 10 13:50:52.510 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:50:52.510 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:50:52.850 INFO blam! 456fe4de1a4473d2dd9e4c730215f35245af4e830b705eb2e60d458c989a28c4 Oct 10 13:50:52.854 INFO running `"docker" "start" "-a" "456fe4de1a4473d2dd9e4c730215f35245af4e830b705eb2e60d458c989a28c4"` Oct 10 13:50:53.711 INFO kablam! usermod: no changes Oct 10 13:50:53.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 13:50:53.881 INFO kablam! Running /target/debug/deps/warcio-072e7a0a444a09a5 Oct 10 13:50:53.882 INFO blam! Oct 10 13:50:53.882 INFO blam! running 5 tests Oct 10 13:50:53.896 INFO blam! test tests::invalid_fields_are_invalid ... ok Oct 10 13:50:53.896 INFO blam! test tests::incorrect_signature_is_invalid ... ok Oct 10 13:50:53.896 INFO blam! test tests::extra_buffering_works ... ok Oct 10 13:50:53.896 INFO blam! test tests::truncated_header_is_invalid ... ok Oct 10 13:50:53.897 INFO blam! test tests::can_read_record_header ... ok Oct 10 13:50:53.897 INFO blam! Oct 10 13:50:53.897 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:50:53.897 INFO blam! Oct 10 13:50:53.899 INFO kablam! Running /target/debug/deps/warcdedupe-cf68a92eb6f180dd Oct 10 13:50:53.910 INFO blam! Oct 10 13:50:53.910 INFO blam! running 0 tests Oct 10 13:50:53.910 INFO blam! Oct 10 13:50:53.910 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:50:53.910 INFO blam! Oct 10 13:50:53.912 INFO kablam! Doc-tests warcio Oct 10 13:50:56.477 INFO blam! Oct 10 13:50:56.477 INFO blam! running 0 tests Oct 10 13:50:56.477 INFO blam! Oct 10 13:50:56.478 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:50:56.478 INFO blam! Oct 10 13:50:56.482 INFO kablam! su: No module specific data is present Oct 10 13:50:56.818 INFO running `"docker" "rm" "-f" "456fe4de1a4473d2dd9e4c730215f35245af4e830b705eb2e60d458c989a28c4"` Oct 10 13:50:56.899 INFO blam! 456fe4de1a4473d2dd9e4c730215f35245af4e830b705eb2e60d458c989a28c4