[INFO] fetching crate pesel 0.1.3... [INFO] testing pesel-0.1.3 against 1.60.0 for beta-1.61-1 [INFO] extracting crate pesel 0.1.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate pesel 0.1.3 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-1/source/Cargo.toml [INFO] crate crates.io crate pesel 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rand_chacha v0.2.0 [INFO] [stderr] Downloaded spin v0.5.0 [INFO] [stderr] Downloaded chrono v0.4.7 [INFO] [stderr] Downloaded getrandom v0.1.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 320316b1576f5598c86da8ca667e2b07e748c1f780763e9fcb2b5e14ed8a36bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "320316b1576f5598c86da8ca667e2b07e748c1f780763e9fcb2b5e14ed8a36bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "320316b1576f5598c86da8ca667e2b07e748c1f780763e9fcb2b5e14ed8a36bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "320316b1576f5598c86da8ca667e2b07e748c1f780763e9fcb2b5e14ed8a36bf", kill_on_drop: false }` [INFO] [stdout] 320316b1576f5598c86da8ca667e2b07e748c1f780763e9fcb2b5e14ed8a36bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8d9893072c664e30d3a9edfedabca41531340d5c662b7c600c1d24813dabace [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8d9893072c664e30d3a9edfedabca41531340d5c662b7c600c1d24813dabace", 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 is never read: `checksum` [INFO] [stdout] --> src/pesel.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | checksum: u8, // checksum used for validation [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pesel.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.43s [INFO] running `Command { std: "docker" "inspect" "b8d9893072c664e30d3a9edfedabca41531340d5c662b7c600c1d24813dabace", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8d9893072c664e30d3a9edfedabca41531340d5c662b7c600c1d24813dabace", kill_on_drop: false }` [INFO] [stdout] b8d9893072c664e30d3a9edfedabca41531340d5c662b7c600c1d24813dabace [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42c732126029ac5e364a454fd6a25a3f15ca6dde50ea02724204c668bfb2a3db [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "42c732126029ac5e364a454fd6a25a3f15ca6dde50ea02724204c668bfb2a3db", kill_on_drop: false }` [INFO] [stderr] Compiling pesel v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/pesel.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | checksum: u8, // checksum used for validation [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pesel.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/pesel.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | checksum: u8, // checksum used for validation [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/pesel.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `Command { std: "docker" "inspect" "42c732126029ac5e364a454fd6a25a3f15ca6dde50ea02724204c668bfb2a3db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42c732126029ac5e364a454fd6a25a3f15ca6dde50ea02724204c668bfb2a3db", kill_on_drop: false }` [INFO] [stdout] 42c732126029ac5e364a454fd6a25a3f15ca6dde50ea02724204c668bfb2a3db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3ce6f71befc59070f925d11d1ae7ac6ee1cd13de47ab507c1eee17cf710338e6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3ce6f71befc59070f925d11d1ae7ac6ee1cd13de47ab507c1eee17cf710338e6", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `checksum` [INFO] [stderr] --> src/pesel.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | checksum: u8, // checksum used for validation [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `PESEL` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/pesel.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `pesel` (lib) generated 1 warning [INFO] [stderr] warning: `pesel` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pesel-3487f9b1cc7b0e70) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test pesel::pesel_base_tests::generated_pesel_should_have_proper_gender_set ... ok [INFO] [stdout] test pesel::pesel_date_tests::birth_date_should_be_returned_as_yyyy_mm_dd ... ok [INFO] [stdout] test pesel::pesel_date_tests::birth_day_should_not_exceed_31 ... ok [INFO] [stdout] test pesel::pesel_base_tests::proper_pesel_should_be_validated ... ok [INFO] [stdout] test pesel::pesel_base_tests::pesel_number_stored_should_be_accessible ... 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::parsing_pesel_from_date_out_of_range_should_result_in_error ... ok [INFO] [stdout] test pesel::pesel_date_tests::parsing_pesel_from_invalid_date_should_result_in_error ... 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_parsing_tests::input_shorter_than_11_digits_should_fail ... ok [INFO] [stdout] test pesel::pesel_parsing_tests::pesel_may_only_contain_digits ... ok [INFO] [stdout] test pesel::pesel_parsing_tests::zero_length_string_should_fail ... 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_base_tests::invalid_pesel_should_not_be_validated ... 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::check_for_add_with_overflow ... ok [INFO] [stdout] test pesel::pesel_base_tests::generated_pesel_should_have_proper_gender_set2 ... ok [INFO] [stdout] test pesel::pesel_base_tests::generated_pesel_should_be_valid ... ok [INFO] [stdout] test pesel::pesel_base_tests::check_if_is_male ... ok [INFO] [stdout] test pesel::pesel_base_tests::building_pesel_from_string ... 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_day_out_of_range_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_base_tests::check_if_is_female ... 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 (/opt/rustwide/target/debug/deps/pesel-c861afd348adfbc5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests pesel [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/pesel.rs - pesel::PESEL::from_str (line 99) ... ok [INFO] [stdout] test src/pesel.rs - pesel::PESEL::new (line 47) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3ce6f71befc59070f925d11d1ae7ac6ee1cd13de47ab507c1eee17cf710338e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ce6f71befc59070f925d11d1ae7ac6ee1cd13de47ab507c1eee17cf710338e6", kill_on_drop: false }` [INFO] [stdout] 3ce6f71befc59070f925d11d1ae7ac6ee1cd13de47ab507c1eee17cf710338e6