[INFO] fetching crate pesel 0.1.3...
[INFO] testing pesel-0.1.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate pesel 0.1.3 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate pesel 0.1.3
[INFO] finished tweaking crates.io crate pesel 0.1.3
[INFO] tweaked toml for crates.io crate pesel 0.1.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pesel 0.1.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pesel 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf67196fc6a0ad0ac80b92947608ed9a63cfdf60d37dbd0921ce3cff3c53c63f
[INFO] running `Command { std: "docker" "start" "-a" "cf67196fc6a0ad0ac80b92947608ed9a63cfdf60d37dbd0921ce3cff3c53c63f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf67196fc6a0ad0ac80b92947608ed9a63cfdf60d37dbd0921ce3cff3c53c63f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf67196fc6a0ad0ac80b92947608ed9a63cfdf60d37dbd0921ce3cff3c53c63f", kill_on_drop: false }`
[INFO] [stdout] cf67196fc6a0ad0ac80b92947608ed9a63cfdf60d37dbd0921ce3cff3c53c63f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88940f31725b85771d3b1f8ea8a0a486eef602592ce17e18799cae4ae1a7628a
[INFO] running `Command { std: "docker" "start" "-a" "88940f31725b85771d3b1f8ea8a0a486eef602592ce17e18799cae4ae1a7628a", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.5
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling spin v0.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.5
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand_chacha v0.2.0
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling c2-chacha v0.2.2
[INFO] [stderr]    Compiling getrandom v0.1.6
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling rand_core v0.5.0
[INFO] [stderr]    Compiling rand v0.7.0
[INFO] [stderr]    Compiling chrono v0.4.7
[INFO] [stderr]    Compiling pesel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `checksum` is never read
[INFO] [stdout]   --> src/pesel.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct PESEL {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     checksum:   u8,                 // checksum used for validation
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/pesel.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |             raw: s.clone().to_string(),
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s
[INFO] running `Command { std: "docker" "inspect" "88940f31725b85771d3b1f8ea8a0a486eef602592ce17e18799cae4ae1a7628a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88940f31725b85771d3b1f8ea8a0a486eef602592ce17e18799cae4ae1a7628a", kill_on_drop: false }`
[INFO] [stdout] 88940f31725b85771d3b1f8ea8a0a486eef602592ce17e18799cae4ae1a7628a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a520e296224e553672f0780b61adfd878e58c7278e40f56182d0b48bf6f0942b
[INFO] running `Command { std: "docker" "start" "-a" "a520e296224e553672f0780b61adfd878e58c7278e40f56182d0b48bf6f0942b", kill_on_drop: false }`
[INFO] [stdout] warning: field `checksum` is never read
[INFO] [stdout]   --> src/pesel.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct PESEL {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     checksum:   u8,                 // checksum used for validation
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pesel v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/pesel.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |             raw: s.clone().to_string(),
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `checksum` is never read
[INFO] [stdout]   --> src/pesel.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct PESEL {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     checksum:   u8,                 // checksum used for validation
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/pesel.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |             raw: s.clone().to_string(),
[INFO] [stdout]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "a520e296224e553672f0780b61adfd878e58c7278e40f56182d0b48bf6f0942b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a520e296224e553672f0780b61adfd878e58c7278e40f56182d0b48bf6f0942b", kill_on_drop: false }`
[INFO] [stdout] a520e296224e553672f0780b61adfd878e58c7278e40f56182d0b48bf6f0942b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d9b139efd0017c6eb02a067ce889a6bcefdea9d1856e391a3787bed52f2bdc88
[INFO] running `Command { std: "docker" "start" "-a" "d9b139efd0017c6eb02a067ce889a6bcefdea9d1856e391a3787bed52f2bdc88", kill_on_drop: false }`
[INFO] [stderr] warning: field `checksum` is never read
[INFO] [stderr]   --> src/pesel.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct PESEL {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 |     checksum:   u8,                 // checksum used for validation
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/pesel.rs:150:19
[INFO] [stderr]     |
[INFO] [stderr] 150 |             raw: s.clone().to_string(),
[INFO] [stderr]     |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pesel` (lib) generated 2 warnings (run `cargo fix --lib -p pesel` to apply 1 suggestion)
[INFO] [stderr] warning: `pesel` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pesel-e15e3f70a2253f41)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test pesel::pesel_base_tests::check_if_is_female ... ok
[INFO] [stdout] test pesel::pesel_base_tests::check_if_is_male ... ok
[INFO] [stdout] test pesel::pesel_base_tests::generated_pesel_should_be_valid ... ok
[INFO] [stdout] test pesel::pesel_base_tests::invalid_pesel_should_not_be_validated ... ok
[INFO] [stdout] test pesel::pesel_base_tests::generated_pesel_should_have_proper_gender_set2 ... ok
[INFO] [stdout] test pesel::pesel_base_tests::pesel_number_stored_should_be_accessible ... ok
[INFO] [stdout] test pesel::pesel_date_tests::birth_day_should_not_exceed_31 ... ok
[INFO] [stdout] test pesel::pesel_date_tests::birth_date_should_be_returned_as_yyyy_mm_dd ... ok
[INFO] [stdout] test pesel::pesel_base_tests::proper_pesel_should_be_validated ... ok
[INFO] [stdout] test pesel::pesel_date_tests::creating_pesel_from_date_after_2299y_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_date_tests::creating_pesel_from_date_earlier_than_1800y_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_base_tests::pesel_from_number_that_fails_on_checksum_should_have_is_valid_set_to_false ... ok
[INFO] [stdout] test pesel::pesel_date_tests::check_for_add_with_overflow ... ok
[INFO] [stdout] test pesel::pesel_date_tests::creating_pesel_from_invalid_date_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_date_tests::creating_pesel_with_32nd_day_of_month_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_date_tests::generated_pesel_should_print_proper_birth_date ... ok
[INFO] [stdout] test pesel::pesel_date_tests::parsing_pesel_containing_invalid_date_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_date_tests::parsing_pesel_from_date_out_of_range_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_date_tests::parsing_pesel_day_out_of_range_should_result_in_error2 ... ok
[INFO] [stdout] test pesel::pesel_date_tests::pesel_should_have_proper_century_coded ... ok
[INFO] [stdout] test pesel::pesel_parsing_tests::input_longer_than_11_digits_should_fail ... ok
[INFO] [stdout] test pesel::pesel_date_tests::parsing_pesel_day_out_of_range_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_parsing_tests::pesel_may_only_contain_digits ... ok
[INFO] [stdout] test pesel::pesel_parsing_tests::input_shorter_than_11_digits_should_fail ... ok
[INFO] [stdout] test pesel::pesel_parsing_tests::zero_length_string_should_fail ... ok
[INFO] [stdout] test pesel::pesel_base_tests::building_pesel_from_string ... ok
[INFO] [stdout] test pesel::pesel_date_tests::parsing_pesel_from_invalid_date_should_result_in_error ... ok
[INFO] [stdout] test pesel::pesel_base_tests::generated_pesel_should_have_proper_gender_set ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pesel-f4cbbab85804489d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pesel
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/pesel.rs - pesel::PESEL::new (line 47) ... ok
[INFO] [stdout] test src/pesel.rs - pesel::PESEL::from_str (line 99) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d9b139efd0017c6eb02a067ce889a6bcefdea9d1856e391a3787bed52f2bdc88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9b139efd0017c6eb02a067ce889a6bcefdea9d1856e391a3787bed52f2bdc88", kill_on_drop: false }`
[INFO] [stdout] d9b139efd0017c6eb02a067ce889a6bcefdea9d1856e391a3787bed52f2bdc88
