[INFO] cloning repository https://github.com/1derless/lmc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1derless/lmc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1derless%2Flmc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1derless%2Flmc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f24fb7802957b1fcf1f97b52189d6501293b449 [INFO] checking 1derless/lmc against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1derless%2Flmc" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/1derless/lmc on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/1derless/lmc [INFO] finished tweaking git repo https://github.com/1derless/lmc [INFO] tweaked toml for git repo https://github.com/1derless/lmc written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/1derless/lmc 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44e58e2190373584c5e0e0cc3016ecd326c31894a8f029d6d78d3f515920e6dd [INFO] running `Command { std: "docker" "start" "-a" "44e58e2190373584c5e0e0cc3016ecd326c31894a8f029d6d78d3f515920e6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44e58e2190373584c5e0e0cc3016ecd326c31894a8f029d6d78d3f515920e6dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44e58e2190373584c5e0e0cc3016ecd326c31894a8f029d6d78d3f515920e6dd", kill_on_drop: false }` [INFO] [stdout] 44e58e2190373584c5e0e0cc3016ecd326c31894a8f029d6d78d3f515920e6dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab4aed3c7e1b88c605cc8d47ef284a05582148ba27c10833818b8c972305f86a [INFO] running `Command { std: "docker" "start" "-a" "ab4aed3c7e1b88c605cc8d47ef284a05582148ba27c10833818b8c972305f86a", kill_on_drop: false }` [INFO] [stderr] Checking lmc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: encountered diff marker [INFO] [stdout] --> src/main.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | <<<<<<< HEAD [INFO] [stdout] | ^^^^^^^ after this is the code before the merge [INFO] [stdout] ... [INFO] [stdout] 221 | ======= [INFO] [stdout] | ------- [INFO] [stdout] ... [INFO] [stdout] 225 | >>>>>>> 2e705f3d6105f58d72329bfb377dfc1ca365299c [INFO] [stdout] | ^^^^^^^ above this are the incoming code changes [INFO] [stdout] | [INFO] [stdout] = help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code [INFO] [stdout] = help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased [INFO] [stdout] = note: for an explanation on these markers from the `git` documentation, visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: encountered diff marker [INFO] [stdout] --> src/main.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | <<<<<<< HEAD [INFO] [stdout] | ^^^^^^^ after this is the code before the merge [INFO] [stdout] ... [INFO] [stdout] 221 | ======= [INFO] [stdout] | ------- [INFO] [stdout] ... [INFO] [stdout] 225 | >>>>>>> 2e705f3d6105f58d72329bfb377dfc1ca365299c [INFO] [stdout] | ^^^^^^^ above this are the incoming code changes [INFO] [stdout] | [INFO] [stdout] = help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code [INFO] [stdout] = help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased [INFO] [stdout] = note: for an explanation on these markers from the `git` documentation, visit [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lmc` (bin "lmc") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lmc` (bin "lmc" test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "ab4aed3c7e1b88c605cc8d47ef284a05582148ba27c10833818b8c972305f86a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab4aed3c7e1b88c605cc8d47ef284a05582148ba27c10833818b8c972305f86a", kill_on_drop: false }` [INFO] [stdout] ab4aed3c7e1b88c605cc8d47ef284a05582148ba27c10833818b8c972305f86a [INFO] checking 1derless/lmc against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1derless%2Flmc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/1derless/lmc on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/1derless/lmc [INFO] finished tweaking git repo https://github.com/1derless/lmc [INFO] tweaked toml for git repo https://github.com/1derless/lmc written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/1derless/lmc 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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef0cd5d63bf6b5bd272164fe9a4ed4ab297aeca9bdb7cef7a4533bcbbbd70fe5 [INFO] running `Command { std: "docker" "start" "-a" "ef0cd5d63bf6b5bd272164fe9a4ed4ab297aeca9bdb7cef7a4533bcbbbd70fe5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef0cd5d63bf6b5bd272164fe9a4ed4ab297aeca9bdb7cef7a4533bcbbbd70fe5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef0cd5d63bf6b5bd272164fe9a4ed4ab297aeca9bdb7cef7a4533bcbbbd70fe5", kill_on_drop: false }` [INFO] [stdout] ef0cd5d63bf6b5bd272164fe9a4ed4ab297aeca9bdb7cef7a4533bcbbbd70fe5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7faf016f30456f39e88efabdba26e5541b42f5e729fea014446c2dd043c6e0b [INFO] running `Command { std: "docker" "start" "-a" "f7faf016f30456f39e88efabdba26e5541b42f5e729fea014446c2dd043c6e0b", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "f7faf016f30456f39e88efabdba26e5541b42f5e729fea014446c2dd043c6e0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7faf016f30456f39e88efabdba26e5541b42f5e729fea014446c2dd043c6e0b", kill_on_drop: false }` [INFO] [stdout] f7faf016f30456f39e88efabdba26e5541b42f5e729fea014446c2dd043c6e0b