[INFO] cloning repository https://github.com/gabriel128/relox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gabriel128/relox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabriel128%2Frelox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabriel128%2Frelox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dddf119f1a2ad1cb8ce53c15274390f294ba9942 [INFO] checking gabriel128/relox against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgabriel128%2Frelox" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gabriel128/relox on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gabriel128/relox [INFO] finished tweaking git repo https://github.com/gabriel128/relox [INFO] tweaked toml for git repo https://github.com/gabriel128/relox written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/gabriel128/relox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] add4a72b298312f34d70571f0f587c1ffa844c41e326f6ac803e9416d22a7352 [INFO] running `Command { std: "docker" "start" "-a" "add4a72b298312f34d70571f0f587c1ffa844c41e326f6ac803e9416d22a7352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "add4a72b298312f34d70571f0f587c1ffa844c41e326f6ac803e9416d22a7352", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "add4a72b298312f34d70571f0f587c1ffa844c41e326f6ac803e9416d22a7352", kill_on_drop: false }` [INFO] [stdout] add4a72b298312f34d70571f0f587c1ffa844c41e326f6ac803e9416d22a7352 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 068c9e01e3f8e295409ae19afb91374636bb3cc0193c271b609e129285f6fed4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "068c9e01e3f8e295409ae19afb91374636bb3cc0193c271b609e129285f6fed4", kill_on_drop: false }` [INFO] [stderr] Checking relox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Result`, but its trait bounds were not satisfied [INFO] [stdout] --> src/eval/interpreted_eval.rs:163:56 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct EvalError { [INFO] [stdout] | -------------------- doesn't satisfy `EvalError: Debug` [INFO] [stdout] ... [INFO] [stdout] 163 | assert_eq!(EvalResult::Number(3.0), res.eval().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called on `Result` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `EvalError: Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Result`, but its trait bounds were not satisfied [INFO] [stdout] --> src/eval/interpreted_eval.rs:169:69 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct EvalError { [INFO] [stdout] | -------------------- doesn't satisfy `EvalError: Debug` [INFO] [stdout] ... [INFO] [stdout] 169 | assert_eq!(EvalResult::String("ab".to_string()), res.eval().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called on `Result` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `EvalError: Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Result`, but its trait bounds were not satisfied [INFO] [stdout] --> src/eval/interpreted_eval.rs:178:57 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct EvalError { [INFO] [stdout] | -------------------- doesn't satisfy `EvalError: Debug` [INFO] [stdout] ... [INFO] [stdout] 178 | assert_eq!(EvalResult::Number(-1.0), res.eval().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called on `Result` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `EvalError: Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Result`, but its trait bounds were not satisfied [INFO] [stdout] --> src/eval/interpreted_eval.rs:184:58 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct EvalError { [INFO] [stdout] | -------------------- doesn't satisfy `EvalError: Debug` [INFO] [stdout] ... [INFO] [stdout] 184 | assert_eq!(EvalResult::Number(-30.0), res.eval().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called on `Result` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `EvalError: Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `&str` with `EvalError` [INFO] [stdout] --> src/eval/interpreted_eval.rs:190:9 [INFO] [stdout] | [INFO] [stdout] 190 | assert_eq!("Minus true", res.eval().expect_err("")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&str == EvalError` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `&str` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `EvalError` doesn't implement `Debug` [INFO] [stdout] --> src/eval/interpreted_eval.rs:190:9 [INFO] [stdout] | [INFO] [stdout] 190 | assert_eq!("Minus true", res.eval().expect_err("")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `EvalError` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `EvalError` [INFO] [stdout] = note: add `#[derive(Debug)]` to `EvalError` or manually `impl Debug for EvalError` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Result`, but its trait bounds were not satisfied [INFO] [stdout] --> src/eval/interpreted_eval.rs:199:56 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct EvalError { [INFO] [stdout] | -------------------- doesn't satisfy `EvalError: Debug` [INFO] [stdout] ... [INFO] [stdout] 199 | assert_eq!(EvalResult::Bool(false), res.eval().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called on `Result` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `EvalError: Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `unwrap` exists for enum `Result`, but its trait bounds were not satisfied [INFO] [stdout] --> src/eval/interpreted_eval.rs:205:55 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct EvalError { [INFO] [stdout] | -------------------- doesn't satisfy `EvalError: Debug` [INFO] [stdout] ... [INFO] [stdout] 205 | assert_eq!(EvalResult::Bool(true), res.eval().unwrap()); [INFO] [stdout] | ^^^^^^ method cannot be called on `Result` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `EvalError: Debug` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `&str` with `EvalError` [INFO] [stdout] --> src/eval/interpreted_eval.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | assert_eq!("Bang 2", res.eval().expect_err("")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `&str == EvalError` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq` is not implemented for `&str` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `EvalError` doesn't implement `Debug` [INFO] [stdout] --> src/eval/interpreted_eval.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | assert_eq!("Bang 2", res.eval().expect_err("")); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `EvalError` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `EvalError` [INFO] [stdout] = note: add `#[derive(Debug)]` to `EvalError` or manually `impl Debug for EvalError` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/eval/interpreted_eval.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | assert_eq!(EvalResult::Number(1.0), res.eval()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `interpreted_eval::EvalResult`, found enum `Result` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `interpreted_eval::EvalResult` [INFO] [stdout] found enum `Result` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `EvalError` doesn't implement `Debug` [INFO] [stdout] --> src/eval/interpreted_eval.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | assert_eq!(EvalResult::Number(1.0), res.eval()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `EvalError` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `EvalError` [INFO] [stdout] = note: add `#[derive(Debug)]` to `EvalError` or manually `impl Debug for EvalError` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `relox` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "068c9e01e3f8e295409ae19afb91374636bb3cc0193c271b609e129285f6fed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "068c9e01e3f8e295409ae19afb91374636bb3cc0193c271b609e129285f6fed4", kill_on_drop: false }` [INFO] [stdout] 068c9e01e3f8e295409ae19afb91374636bb3cc0193c271b609e129285f6fed4