[INFO] cloning repository https://github.com/xd-Abi/rs-ide [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xd-Abi/rs-ide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxd-Abi%2Frs-ide", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxd-Abi%2Frs-ide'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ea1eb106f63cc9c773dac6134d071b40ccbce40a [INFO] testing xd-Abi/rs-ide against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxd-Abi%2Frs-ide" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/xd-Abi/rs-ide [INFO] finished tweaking git repo https://github.com/xd-Abi/rs-ide [INFO] tweaked toml for git repo https://github.com/xd-Abi/rs-ide written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/xd-Abi/rs-ide on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/xd-Abi/rs-ide 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0894a31c33782dce69a0fa3719100f38debf3a0cca0087b62ef365f205ef99c [INFO] running `Command { std: "docker" "start" "-a" "d0894a31c33782dce69a0fa3719100f38debf3a0cca0087b62ef365f205ef99c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0894a31c33782dce69a0fa3719100f38debf3a0cca0087b62ef365f205ef99c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0894a31c33782dce69a0fa3719100f38debf3a0cca0087b62ef365f205ef99c", kill_on_drop: false }` [INFO] [stdout] d0894a31c33782dce69a0fa3719100f38debf3a0cca0087b62ef365f205ef99c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d5ab75882c2ea9504f17c51b351a29083e400e60f111413541e6cb6a127a68a [INFO] running `Command { std: "docker" "start" "-a" "5d5ab75882c2ea9504f17c51b351a29083e400e60f111413541e6cb6a127a68a", kill_on_drop: false }` [INFO] [stderr] Compiling xml-rs v0.8.25 [INFO] [stderr] Compiling windows-link v0.1.0 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling rs-ide v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling wayland-sys v0.31.6 [INFO] [stderr] Compiling glutin v0.32.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling windows-strings v0.3.1 [INFO] [stderr] Compiling windows-result v0.3.1 [INFO] [stdout] error[E0601]: `main` function not found in crate `build_script_build` [INFO] [stdout] --> build.rs:6:2 [INFO] [stdout] | [INFO] [stdout] 6 | } [INFO] [stdout] | ^ consider adding a `main` function to `build.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 `rs-ide` (build script) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5d5ab75882c2ea9504f17c51b351a29083e400e60f111413541e6cb6a127a68a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d5ab75882c2ea9504f17c51b351a29083e400e60f111413541e6cb6a127a68a", kill_on_drop: false }` [INFO] [stdout] 5d5ab75882c2ea9504f17c51b351a29083e400e60f111413541e6cb6a127a68a