[INFO] cloning repository https://github.com/dkvz/certificate-expiration-checker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dkvz/certificate-expiration-checker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkvz%2Fcertificate-expiration-checker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkvz%2Fcertificate-expiration-checker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26ea01f8a951f709c78ffe08210de780dfefc591
[INFO] checking dkvz/certificate-expiration-checker against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdkvz%2Fcertificate-expiration-checker" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dkvz/certificate-expiration-checker
[INFO] finished tweaking git repo https://github.com/dkvz/certificate-expiration-checker
[INFO] tweaked toml for git repo https://github.com/dkvz/certificate-expiration-checker written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dkvz/certificate-expiration-checker 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 git repo https://github.com/dkvz/certificate-expiration-checker 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] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded x509-parser v0.6.5
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.81
[INFO] [stderr]   Downloaded pest_generator v2.4.1
[INFO] [stderr]   Downloaded der-parser v3.0.4
[INFO] [stderr]   Downloaded rusticata-macros v2.1.0
[INFO] [stderr]   Downloaded lettre_email v0.9.4
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.81
[INFO] [stderr]   Downloaded email v0.0.20
[INFO] [stderr]   Downloaded pest_meta v2.4.1
[INFO] [stderr]   Downloaded lettre v0.9.6
[INFO] [stderr]   Downloaded colored v1.9.3
[INFO] [stderr]   Downloaded pest_derive v2.4.1
[INFO] [stderr]   Downloaded pest v2.4.1
[INFO] [stderr]   Downloaded cxx-build v1.0.81
[INFO] [stderr]   Downloaded config v0.13.2
[INFO] [stderr]   Downloaded cxx v1.0.81
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] c21f9b357aa4cd81784e51425e547ed908304d3e7c2d44ccfd393357ee82dbf9
[INFO] running `Command { std: "docker" "start" "-a" "c21f9b357aa4cd81784e51425e547ed908304d3e7c2d44ccfd393357ee82dbf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c21f9b357aa4cd81784e51425e547ed908304d3e7c2d44ccfd393357ee82dbf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c21f9b357aa4cd81784e51425e547ed908304d3e7c2d44ccfd393357ee82dbf9", kill_on_drop: false }`
[INFO] [stdout] c21f9b357aa4cd81784e51425e547ed908304d3e7c2d44ccfd393357ee82dbf9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b39a0b8731b8a1e5fdb11f6ac1db99c5f1b2b2156a61c2ddbf7c80ee343d1c3
[INFO] running `Command { std: "docker" "start" "-a" "3b39a0b8731b8a1e5fdb11f6ac1db99c5f1b2b2156a61c2ddbf7c80ee343d1c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling cc v1.0.76
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]     Checking lexical-core v0.7.6
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]     Checking encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]     Checking encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]     Checking encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling email v0.0.20
[INFO] [stderr]     Checking encoding-index-japanese v1.20141219.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking ucd-trie v0.1.5
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking hostname v0.1.5
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking encoding v0.2.33
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking pathdiff v0.2.1
[INFO] [stderr]     Checking colored v1.9.3
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking rusticata-macros v2.1.0
[INFO] [stderr]     Checking der-parser v3.0.4
[INFO] [stderr]     Checking x509-parser v0.6.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]     Checking pest v2.4.1
[INFO] [stderr]    Compiling pest_meta v2.4.1
[INFO] [stderr]    Compiling pest_generator v2.4.1
[INFO] [stderr]    Compiling pest_derive v2.4.1
[INFO] [stderr]     Checking serde_json v1.0.87
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking toml v0.5.9
[INFO] [stderr]     Checking ron v0.7.1
[INFO] [stderr]     Checking lettre v0.9.6
[INFO] [stderr]     Checking config v0.13.2
[INFO] [stderr]     Checking lettre_email v0.9.4
[INFO] [stderr]     Checking certexpchecker v1.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `get_max_timestamp` is never used
[INFO] [stdout]    --> tests/../src/local_config.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout]  22 | impl ConfigFile {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub fn get_max_timestamp(&self, now: i64) -> i64 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, nom v5.1.2, openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "3b39a0b8731b8a1e5fdb11f6ac1db99c5f1b2b2156a61c2ddbf7c80ee343d1c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b39a0b8731b8a1e5fdb11f6ac1db99c5f1b2b2156a61c2ddbf7c80ee343d1c3", kill_on_drop: false }`
[INFO] [stdout] 3b39a0b8731b8a1e5fdb11f6ac1db99c5f1b2b2156a61c2ddbf7c80ee343d1c3
