[INFO] cloning repository https://github.com/jandrus/filesafe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jandrus/filesafe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjandrus%2Ffilesafe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjandrus%2Ffilesafe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39df65d397f667b2243bab05e5b8ca48fd9ca57d
[INFO] checking jandrus/filesafe against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjandrus%2Ffilesafe" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jandrus/filesafe
[INFO] finished tweaking git repo https://github.com/jandrus/filesafe
[INFO] tweaked toml for git repo https://github.com/jandrus/filesafe written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jandrus/filesafe 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/jandrus/filesafe 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]  Downloading crates ...
[INFO] [stderr]   Downloaded pkcs1 v0.4.1
[INFO] [stderr]   Downloaded rsa v0.7.2
[INFO] [stderr]   Downloaded clap v4.0.32
[INFO] [stderr]   Downloaded rustix v0.36.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 8c8e04150702ad0399e2fba0a95047f7393e87ad7c4c8e7c07ff0873d2891b79
[INFO] running `Command { std: "docker" "start" "-a" "8c8e04150702ad0399e2fba0a95047f7393e87ad7c4c8e7c07ff0873d2891b79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c8e04150702ad0399e2fba0a95047f7393e87ad7c4c8e7c07ff0873d2891b79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c8e04150702ad0399e2fba0a95047f7393e87ad7c4c8e7c07ff0873d2891b79", kill_on_drop: false }`
[INFO] [stdout] 8c8e04150702ad0399e2fba0a95047f7393e87ad7c4c8e7c07ff0873d2891b79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 820584af5c2fbe16242bd2a84bad36594718928e98e97592ab854c3c02a08d97
[INFO] running `Command { std: "docker" "start" "-a" "820584af5c2fbe16242bd2a84bad36594718928e98e97592ab854c3c02a08d97", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]     Checking const-oid v0.9.1
[INFO] [stderr]     Checking base64ct v1.5.3
[INFO] [stderr]     Checking zeroize v1.5.7
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]     Checking once_cell v1.17.0
[INFO] [stderr]    Compiling rustix v0.36.6
[INFO] [stderr]    Compiling num-bigint-dig v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking generic-array v0.14.6
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking pem-rfc7468 v0.6.0
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]     Checking base64 v0.20.0
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.6
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking pkcs1 v0.4.1
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking rtoolbox v0.0.1
[INFO] [stderr]     Checking rpassword v7.2.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking ahash v0.7.6
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]     Checking is-terminal v0.4.2
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]     Checking clap v4.0.32
[INFO] [stderr]     Checking rsa v0.7.2
[INFO] [stderr]     Checking filesafe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.92s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "820584af5c2fbe16242bd2a84bad36594718928e98e97592ab854c3c02a08d97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "820584af5c2fbe16242bd2a84bad36594718928e98e97592ab854c3c02a08d97", kill_on_drop: false }`
[INFO] [stdout] 820584af5c2fbe16242bd2a84bad36594718928e98e97592ab854c3c02a08d97
