[INFO] cloning repository https://github.com/josephkirk/JobRunner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josephkirk/JobRunner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephkirk%2FJobRunner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephkirk%2FJobRunner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 56cf52397ef10a4807bd3d6b4f6be5239d1ef4ea
[INFO] checking josephkirk/JobRunner against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephkirk%2FJobRunner" "/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/josephkirk/JobRunner
[INFO] finished tweaking git repo https://github.com/josephkirk/JobRunner
[INFO] tweaked toml for git repo https://github.com/josephkirk/JobRunner written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josephkirk/JobRunner 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/josephkirk/JobRunner 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 serde_derive v1.0.160
[INFO] [stderr]   Downloaded serde v1.0.160
[INFO] [stderr]   Downloaded tracing v0.1.38
[INFO] [stderr]   Downloaded tokio-cron-scheduler v0.9.4
[INFO] [stderr]   Downloaded rustix v0.37.15
[INFO] [stderr]   Downloaded linux-raw-sys v0.3.4
[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] 5470474359df3a4428d1ae6ef76ebfee3238e19126d02874639ec3365ede056d
[INFO] running `Command { std: "docker" "start" "-a" "5470474359df3a4428d1ae6ef76ebfee3238e19126d02874639ec3365ede056d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5470474359df3a4428d1ae6ef76ebfee3238e19126d02874639ec3365ede056d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5470474359df3a4428d1ae6ef76ebfee3238e19126d02874639ec3365ede056d", kill_on_drop: false }`
[INFO] [stdout] 5470474359df3a4428d1ae6ef76ebfee3238e19126d02874639ec3365ede056d
[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] a715578fb8e350eebbfe9513d8e498f52fd65c4673469721e30dd81f4d074a1c
[INFO] running `Command { std: "docker" "start" "-a" "a715578fb8e350eebbfe9513d8e498f52fd65c4673469721e30dd81f4d074a1c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling rustix v0.37.15
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling tokio v1.28.0
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking linux-raw-sys v0.3.4
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking aho-corasick v1.0.1
[INFO] [stderr]     Checking chrono v0.4.24
[INFO] [stderr]    Compiling tokio-cron-scheduler v0.9.4
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]     Checking regex-syntax v0.7.1
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking getrandom v0.2.9
[INFO] [stderr]     Checking uuid v1.3.1
[INFO] [stderr]     Checking cron v0.12.0
[INFO] [stderr]     Checking regex v1.8.1
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking is-terminal v0.4.7
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking serde_json v1.0.96
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]     Checking tracing v0.1.38
[INFO] [stderr]     Checking JobRunner v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `signal`
[INFO] [stdout]    --> src/main.rs:105:11
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "signal")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `signal` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `signal`
[INFO] [stdout]    --> src/main.rs:105:11
[INFO] [stdout]     |
[INFO] [stdout] 105 |     #[cfg(feature = "signal")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `signal` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
[INFO] running `Command { std: "docker" "inspect" "a715578fb8e350eebbfe9513d8e498f52fd65c4673469721e30dd81f4d074a1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a715578fb8e350eebbfe9513d8e498f52fd65c4673469721e30dd81f4d074a1c", kill_on_drop: false }`
[INFO] [stdout] a715578fb8e350eebbfe9513d8e498f52fd65c4673469721e30dd81f4d074a1c
