[INFO] cloning repository https://github.com/minoru-github/pracitice-simulated-annealing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/minoru-github/pracitice-simulated-annealing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminoru-github%2Fpracitice-simulated-annealing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminoru-github%2Fpracitice-simulated-annealing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e5821407eaf0dff3e0c59472250a5369803ae1e
[INFO] checking minoru-github/pracitice-simulated-annealing against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fminoru-github%2Fpracitice-simulated-annealing" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/minoru-github/pracitice-simulated-annealing
[INFO] finished tweaking git repo https://github.com/minoru-github/pracitice-simulated-annealing
[INFO] tweaked toml for git repo https://github.com/minoru-github/pracitice-simulated-annealing written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/minoru-github/pracitice-simulated-annealing 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/minoru-github/pracitice-simulated-annealing 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 freetype v0.7.0
[INFO] [stderr]   Downloaded thiserror-impl v1.0.34
[INFO] [stderr]   Downloaded thiserror v1.0.34
[INFO] [stderr]   Downloaded proconio v0.4.3
[INFO] [stderr]   Downloaded plotters-bitmap v0.3.2
[INFO] [stderr]   Downloaded proconio-derive v0.2.1
[INFO] [stderr]   Downloaded iana-time-zone v0.1.47
[INFO] [stderr]   Downloaded pathfinder_simd v0.5.1
[INFO] [stderr]   Downloaded cargo-snippet v0.6.5
[INFO] [stderr]   Downloaded pest v2.3.0
[INFO] [stderr]   Downloaded png v0.17.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b88f151a6571dcc88b1c0648f7f33bf2a07c8e7172732289916cc7049c680109
[INFO] running `Command { std: "docker" "start" "-a" "b88f151a6571dcc88b1c0648f7f33bf2a07c8e7172732289916cc7049c680109", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b88f151a6571dcc88b1c0648f7f33bf2a07c8e7172732289916cc7049c680109", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b88f151a6571dcc88b1c0648f7f33bf2a07c8e7172732289916cc7049c680109", kill_on_drop: false }`
[INFO] [stdout] b88f151a6571dcc88b1c0648f7f33bf2a07c8e7172732289916cc7049c680109
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9417a62ba4e8eed82596d335d1efdee027465de9676ed2137ae60dc069257b2c
[INFO] running `Command { std: "docker" "start" "-a" "9417a62ba4e8eed82596d335d1efdee027465de9676ed2137ae60dc069257b2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking jpeg-decoder v0.2.6
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking const-cstr v0.3.0
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]     Checking getrandom v0.1.14
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking png v0.17.6
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking plotters-backend v0.3.4
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_pcg v0.2.1
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking float-ord v0.2.0
[INFO] [stderr]     Checking iana-time-zone v0.1.47
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking plotters-svg v0.3.3
[INFO] [stderr]     Checking chrono v0.4.22
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking freetype v0.7.0
[INFO] [stderr]     Checking rand_hc v0.2.0
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]    Compiling cargo-snippet v0.6.5
[INFO] [stderr]     Checking image v0.24.3
[INFO] [stderr]     Checking superslice v1.0.0
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]     Checking plotters-bitmap v0.3.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.34
[INFO] [stderr]    Compiling proconio-derive v0.2.1
[INFO] [stderr]     Checking proconio v0.4.3
[INFO] [stderr]    Compiling thiserror v1.0.34
[INFO] [stderr]    Compiling pest v2.3.0
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling semver v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.3.3
[INFO] [stderr]    Compiling pathfinder_simd v0.5.1
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking ahc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.49s
[INFO] running `Command { std: "docker" "inspect" "9417a62ba4e8eed82596d335d1efdee027465de9676ed2137ae60dc069257b2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9417a62ba4e8eed82596d335d1efdee027465de9676ed2137ae60dc069257b2c", kill_on_drop: false }`
[INFO] [stdout] 9417a62ba4e8eed82596d335d1efdee027465de9676ed2137ae60dc069257b2c
