[INFO] cloning repository https://github.com/goodcodedev/rui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/goodcodedev/rui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoodcodedev%2Frui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoodcodedev%2Frui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 916627c065505481aa35ddc5eb40796f0788407f [INFO] checking goodcodedev/rui against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoodcodedev%2Frui" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/goodcodedev/rui 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/goodcodedev/rui [INFO] finished tweaking git repo https://github.com/goodcodedev/rui [INFO] tweaked toml for git repo https://github.com/goodcodedev/rui written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/goodcodedev/rui 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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e1daa387adae4e97e52100e80a480c2d04da826dce368175389afe8f6fb6a9f [INFO] running `Command { std: "docker" "start" "-a" "5e1daa387adae4e97e52100e80a480c2d04da826dce368175389afe8f6fb6a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e1daa387adae4e97e52100e80a480c2d04da826dce368175389afe8f6fb6a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e1daa387adae4e97e52100e80a480c2d04da826dce368175389afe8f6fb6a9f", kill_on_drop: false }` [INFO] [stdout] 5e1daa387adae4e97e52100e80a480c2d04da826dce368175389afe8f6fb6a9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 933c0e6de59dc8f788788daaf5533acf9265cfbbeb01362080b2039df6e90f32 [INFO] running `Command { std: "docker" "start" "-a" "933c0e6de59dc8f788788daaf5533acf9265cfbbeb01362080b2039df6e90f32", kill_on_drop: false }` [INFO] [stderr] Checking ui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0601]: `main` function not found in crate `ui` [INFO] [stdout] --> src/main.rs:161:2 [INFO] [stdout] | [INFO] [stdout] 161 | } [INFO] [stdout] | ^ consider adding a `main` function to `src/main.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ui` (bin "ui") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "933c0e6de59dc8f788788daaf5533acf9265cfbbeb01362080b2039df6e90f32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "933c0e6de59dc8f788788daaf5533acf9265cfbbeb01362080b2039df6e90f32", kill_on_drop: false }` [INFO] [stdout] 933c0e6de59dc8f788788daaf5533acf9265cfbbeb01362080b2039df6e90f32 [INFO] checking goodcodedev/rui against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoodcodedev%2Frui" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/goodcodedev/rui 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/goodcodedev/rui [INFO] finished tweaking git repo https://github.com/goodcodedev/rui [INFO] tweaked toml for git repo https://github.com/goodcodedev/rui written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/goodcodedev/rui 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d81ebe0de71173fc82a47e70e2ef86ec3c47f0ab2f23a79b6cdc0f8a516480c4 [INFO] running `Command { std: "docker" "start" "-a" "d81ebe0de71173fc82a47e70e2ef86ec3c47f0ab2f23a79b6cdc0f8a516480c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d81ebe0de71173fc82a47e70e2ef86ec3c47f0ab2f23a79b6cdc0f8a516480c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d81ebe0de71173fc82a47e70e2ef86ec3c47f0ab2f23a79b6cdc0f8a516480c4", kill_on_drop: false }` [INFO] [stdout] d81ebe0de71173fc82a47e70e2ef86ec3c47f0ab2f23a79b6cdc0f8a516480c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d3d4f3d39d78832dd4e83abe677136779c553b5605177278c554f41093b5e66 [INFO] running `Command { std: "docker" "start" "-a" "8d3d4f3d39d78832dd4e83abe677136779c553b5605177278c554f41093b5e66", 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" "8d3d4f3d39d78832dd4e83abe677136779c553b5605177278c554f41093b5e66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d3d4f3d39d78832dd4e83abe677136779c553b5605177278c554f41093b5e66", kill_on_drop: false }` [INFO] [stdout] 8d3d4f3d39d78832dd4e83abe677136779c553b5605177278c554f41093b5e66