[INFO] cloning repository https://github.com/ktsiligkiris/ticket2ride
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ktsiligkiris/ticket2ride" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktsiligkiris%2Fticket2ride", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktsiligkiris%2Fticket2ride'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac10c0ef68ac0d030408f2ba0b2b91df7f93f9fe
[INFO] building ktsiligkiris/ticket2ride against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fktsiligkiris%2Fticket2ride" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ktsiligkiris/ticket2ride
[INFO] finished tweaking git repo https://github.com/ktsiligkiris/ticket2ride
[INFO] tweaked toml for git repo https://github.com/ktsiligkiris/ticket2ride written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ktsiligkiris/ticket2ride on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ktsiligkiris/ticket2ride 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6038392b5fc00f440ba6d7f3781e00ed61b85b4891252bfe2f377253fef64927
[INFO] running `Command { std: "docker" "start" "-a" "6038392b5fc00f440ba6d7f3781e00ed61b85b4891252bfe2f377253fef64927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6038392b5fc00f440ba6d7f3781e00ed61b85b4891252bfe2f377253fef64927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6038392b5fc00f440ba6d7f3781e00ed61b85b4891252bfe2f377253fef64927", kill_on_drop: false }`
[INFO] [stdout] 6038392b5fc00f440ba6d7f3781e00ed61b85b4891252bfe2f377253fef64927
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c7090633f9e008547c6e51722a87a979a588bd01a902e70c44584266f2f8b599
[INFO] running `Command { std: "docker" "start" "-a" "c7090633f9e008547c6e51722a87a979a588bd01a902e70c44584266f2f8b599", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling rustix v0.38.7
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling nu-ansi-term v0.49.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.21
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling clap v4.3.21
[INFO] [stderr]    Compiling strum_macros v0.25.2
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling flexi_logger v0.25.6
[INFO] [stderr]    Compiling ticket2ride v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s
[INFO] running `Command { std: "docker" "inspect" "c7090633f9e008547c6e51722a87a979a588bd01a902e70c44584266f2f8b599", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c7090633f9e008547c6e51722a87a979a588bd01a902e70c44584266f2f8b599", kill_on_drop: false }`
[INFO] [stdout] c7090633f9e008547c6e51722a87a979a588bd01a902e70c44584266f2f8b599
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f8abde29da119a9aac084c6740de9679ddb3bb8303c70234fb08ef2cd857c2c
[INFO] running `Command { std: "docker" "start" "-a" "2f8abde29da119a9aac084c6740de9679ddb3bb8303c70234fb08ef2cd857c2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling ticket2ride v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.25s
[INFO] running `Command { std: "docker" "inspect" "2f8abde29da119a9aac084c6740de9679ddb3bb8303c70234fb08ef2cd857c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f8abde29da119a9aac084c6740de9679ddb3bb8303c70234fb08ef2cd857c2c", kill_on_drop: false }`
[INFO] [stdout] 2f8abde29da119a9aac084c6740de9679ddb3bb8303c70234fb08ef2cd857c2c
