[INFO] cloning repository https://github.com/tippenein/one-way-accumulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tippenein/one-way-accumulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftippenein%2Fone-way-accumulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftippenein%2Fone-way-accumulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8127071e64253ef8385f69abe18ab06691a916be [INFO] testing tippenein/one-way-accumulator against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftippenein%2Fone-way-accumulator" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tippenein/one-way-accumulator [INFO] finished tweaking git repo https://github.com/tippenein/one-way-accumulator [INFO] tweaked toml for git repo https://github.com/tippenein/one-way-accumulator written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tippenein/one-way-accumulator on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tippenein/one-way-accumulator 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a07228745ca6de8ace6b843c55e8362dd5016f49887bfc19c56230ef0d35a48a [INFO] running `Command { std: "docker" "start" "-a" "a07228745ca6de8ace6b843c55e8362dd5016f49887bfc19c56230ef0d35a48a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a07228745ca6de8ace6b843c55e8362dd5016f49887bfc19c56230ef0d35a48a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a07228745ca6de8ace6b843c55e8362dd5016f49887bfc19c56230ef0d35a48a", kill_on_drop: false }` [INFO] [stdout] a07228745ca6de8ace6b843c55e8362dd5016f49887bfc19c56230ef0d35a48a [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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ae4da2c103833b6b310a1649c9d83afcbe966845c9c1d1fdeeed10281f731d9 [INFO] running `Command { std: "docker" "start" "-a" "3ae4da2c103833b6b310a1649c9d83afcbe966845c9c1d1fdeeed10281f731d9", kill_on_drop: false }` [INFO] [stderr] Compiling one-way-accumulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0601]: `main` function not found in crate `one_way_accumulator` [INFO] [stdout] --> src/main.rs:53:2 [INFO] [stdout] | [INFO] [stdout] 53 | } [INFO] [stdout] | ^ consider adding a `main` function to `src/main.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0601`. [INFO] [stdout] [INFO] [stderr] error: could not compile `one-way-accumulator` (bin "one-way-accumulator") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3ae4da2c103833b6b310a1649c9d83afcbe966845c9c1d1fdeeed10281f731d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ae4da2c103833b6b310a1649c9d83afcbe966845c9c1d1fdeeed10281f731d9", kill_on_drop: false }` [INFO] [stdout] 3ae4da2c103833b6b310a1649c9d83afcbe966845c9c1d1fdeeed10281f731d9