[INFO] cloning repository https://github.com/rayzinnz/rust-helper-lib
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rayzinnz/rust-helper-lib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frayzinnz%2Frust-helper-lib", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frayzinnz%2Frust-helper-lib'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8911edc4a672bee41d81d3788be3759f431f0a8
[INFO] checking rayzinnz/rust-helper-lib against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frayzinnz%2Frust-helper-lib" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rayzinnz/rust-helper-lib
[INFO] finished tweaking git repo https://github.com/rayzinnz/rust-helper-lib
[INFO] tweaked toml for git repo https://github.com/rayzinnz/rust-helper-lib written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rayzinnz/rust-helper-lib on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rayzinnz/rust-helper-lib 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded objc2-io-surface v0.3.2
[INFO] [stderr]   Downloaded flate2 v1.1.7
[INFO] [stderr]   Downloaded objc2-core-graphics v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7793cf6c5589de1c09f35cc63a51ef63733a6e8a53adc7f248f4d485e7134987
[INFO] running `Command { std: "docker" "start" "-a" "7793cf6c5589de1c09f35cc63a51ef63733a6e8a53adc7f248f4d485e7134987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7793cf6c5589de1c09f35cc63a51ef63733a6e8a53adc7f248f4d485e7134987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7793cf6c5589de1c09f35cc63a51ef63733a6e8a53adc7f248f4d485e7134987", kill_on_drop: false }`
[INFO] [stdout] 7793cf6c5589de1c09f35cc63a51ef63733a6e8a53adc7f248f4d485e7134987
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0802372f14e3e64fb13dcfb942c5a6bb7edacdbd64834f24ab975f14519ec1a5
[INFO] running `Command { std: "docker" "start" "-a" "0802372f14e3e64fb13dcfb942c5a6bb7edacdbd64834f24ab975f14519ec1a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking flate2 v1.1.7
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking termios v0.3.3
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking simplelog v0.12.2
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking moxcms v0.7.10
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]     Checking helper_lib v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.40s
[INFO] running `Command { std: "docker" "inspect" "0802372f14e3e64fb13dcfb942c5a6bb7edacdbd64834f24ab975f14519ec1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0802372f14e3e64fb13dcfb942c5a6bb7edacdbd64834f24ab975f14519ec1a5", kill_on_drop: false }`
[INFO] [stdout] 0802372f14e3e64fb13dcfb942c5a6bb7edacdbd64834f24ab975f14519ec1a5
