[INFO] cloning repository https://github.com/AntidermisMC/rlox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AntidermisMC/rlox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntidermisMC%2Frlox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntidermisMC%2Frlox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7d48a7b67c65b5affca9f1218661aaad5b21ca5d [INFO] testing AntidermisMC/rlox against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntidermisMC%2Frlox" "/workspace/builds/worker-119/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-119/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AntidermisMC/rlox on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AntidermisMC/rlox [INFO] finished tweaking git repo https://github.com/AntidermisMC/rlox [INFO] tweaked toml for git repo https://github.com/AntidermisMC/rlox written to /workspace/builds/worker-119/source/Cargo.toml [INFO] crate git repo https://github.com/AntidermisMC/rlox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40f19ac334d4a2e489a1e7984a14e3d2545896038c6d4886541c85a237eb35c8 [INFO] running `Command { std: "docker" "start" "-a" "40f19ac334d4a2e489a1e7984a14e3d2545896038c6d4886541c85a237eb35c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40f19ac334d4a2e489a1e7984a14e3d2545896038c6d4886541c85a237eb35c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40f19ac334d4a2e489a1e7984a14e3d2545896038c6d4886541c85a237eb35c8", kill_on_drop: false }` [INFO] [stdout] 40f19ac334d4a2e489a1e7984a14e3d2545896038c6d4886541c85a237eb35c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4ba2512e3a8e077bb337480c10474452a0d4138a7ae299517124bd63f6541f0 [INFO] running `Command { std: "docker" "start" "-a" "f4ba2512e3a8e077bb337480c10474452a0d4138a7ae299517124bd63f6541f0", kill_on_drop: false }` [INFO] [stderr] Compiling rlox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0532]: expected tuple struct or tuple variant, found enum `RuntimeError` [INFO] [stdout] --> src/eval/runtime_error.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | &RuntimeError(_) => "Not a callable object".to_string(), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the enum is defined here [INFO] [stdout] --> src/eval/runtime_error.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub enum RuntimeError { [INFO] [stdout] 9 | | /// Location: the location of the errored value. [INFO] [stdout] 10 | | /// Type: the actual type of the value. [INFO] [stdout] 11 | | /// HashSet: the allowed types for the value. [INFO] [stdout] ... | [INFO] [stdout] 16 | | NotCallable(CodeSpan), [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] help: try to match against one of the enum's variants [INFO] [stdout] | [INFO] [stdout] 38 | &eval::RuntimeError::DivisionByZero(_) => "Not a callable object".to_string(), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 38 | &eval::RuntimeError::MismatchedTypes(_) => "Not a callable object".to_string(), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 38 | &eval::RuntimeError::NotCallable(_) => "Not a callable object".to_string(), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 38 | &eval::RuntimeError::UnboundName(_) => "Not a callable object".to_string(), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] and 1 other candidate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/eval/mod.rs:247:9 [INFO] [stdout] | [INFO] [stdout] 247 | / match callee.value { [INFO] [stdout] 248 | | _ => Err(RuntimeError::NotCallable(callee.location)), [INFO] [stdout] 249 | | } [INFO] [stdout] | | ^- help: consider using a semicolon here [INFO] [stdout] | |_________| [INFO] [stdout] | expected `()`, found enum `std::result::Result` [INFO] [stdout] | [INFO] [stdout] = note: expected unit type `()` [INFO] [stdout] found type `std::result::Result<_, RuntimeError>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0532. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rlox` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "f4ba2512e3a8e077bb337480c10474452a0d4138a7ae299517124bd63f6541f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4ba2512e3a8e077bb337480c10474452a0d4138a7ae299517124bd63f6541f0", kill_on_drop: false }` [INFO] [stdout] f4ba2512e3a8e077bb337480c10474452a0d4138a7ae299517124bd63f6541f0