[INFO] cloning repository https://github.com/ljflores/Lisp_Interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ljflores/Lisp_Interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljflores%2FLisp_Interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljflores%2FLisp_Interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e548a0d08ee6bcd94071297657f29b91b8ec046 [INFO] testing ljflores/Lisp_Interpreter against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljflores%2FLisp_Interpreter" "/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/ljflores/Lisp_Interpreter on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ljflores/Lisp_Interpreter [INFO] finished tweaking git repo https://github.com/ljflores/Lisp_Interpreter [INFO] tweaked toml for git repo https://github.com/ljflores/Lisp_Interpreter written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ljflores/Lisp_Interpreter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ba2031613d38a1405dfb79b9b2608f9df4eb62bbfd40dd006feb26c06319ef8 [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" "7ba2031613d38a1405dfb79b9b2608f9df4eb62bbfd40dd006feb26c06319ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ba2031613d38a1405dfb79b9b2608f9df4eb62bbfd40dd006feb26c06319ef8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ba2031613d38a1405dfb79b9b2608f9df4eb62bbfd40dd006feb26c06319ef8", kill_on_drop: false }` [INFO] [stdout] 7ba2031613d38a1405dfb79b9b2608f9df4eb62bbfd40dd006feb26c06319ef8 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3599bee02256645f10203651d089f4421ce3cdc37bd82789b2b1d2b6861af90a [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" "3599bee02256645f10203651d089f4421ce3cdc37bd82789b2b1d2b6861af90a", kill_on_drop: false }` [INFO] [stderr] Compiling mlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.74s [INFO] running `Command { std: "docker" "inspect" "3599bee02256645f10203651d089f4421ce3cdc37bd82789b2b1d2b6861af90a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3599bee02256645f10203651d089f4421ce3cdc37bd82789b2b1d2b6861af90a", kill_on_drop: false }` [INFO] [stdout] 3599bee02256645f10203651d089f4421ce3cdc37bd82789b2b1d2b6861af90a [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a039a7a82b888363ac4d303fa5cdf4bbaccfde9c7b157dc1a3ed581693e8fc3 [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" "1a039a7a82b888363ac4d303fa5cdf4bbaccfde9c7b157dc1a3ed581693e8fc3", kill_on_drop: false }` [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 8 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:19:34 [INFO] [stdout] | [INFO] [stdout] 19 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 19 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:30:34 [INFO] [stdout] | [INFO] [stdout] 30 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 30 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/lex_tests.rs:80:34 [INFO] [stdout] | [INFO] [stdout] 80 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 80 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 10 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 18 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 35 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:53:34 [INFO] [stdout] | [INFO] [stdout] 53 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 53 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/parse_tests.rs:83:34 [INFO] [stdout] | [INFO] [stdout] 83 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 83 | |err| assert!(false, "{:?}", err), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/parse.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:443:32 [INFO] [stdout] | [INFO] [stdout] 443 | assert!(false, format!("Expected FNum(6.0), got {:?}", e)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 443 | assert!(false, "Expected FNum(6.0), got {:?}", e); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:446:28 [INFO] [stdout] | [INFO] [stdout] 446 | assert!(false, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 446 | assert!(false, "Expected Expr::fnum(6.0), got {:?}", r2); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:522:32 [INFO] [stdout] | [INFO] [stdout] 522 | |e| assert!(false, format!("got error {}", e)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 522 | |e| assert!(false, "got error {}", e), [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:532:41 [INFO] [stdout] | [INFO] [stdout] 532 | .map_err(|e| assert!(false, format!("got error {}", e))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 532 | .map_err(|e| assert!(false, "got error {}", e)); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:574:13 [INFO] [stdout] | [INFO] [stdout] 574 | format!("Expected add_var to fail, but it succeeded: {:?}", r) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 574 | "Expected add_var to fail, but it succeeded: {:?}", r [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/eval_tests.rs:673:37 [INFO] [stdout] | [INFO] [stdout] 673 | .map(|x| assert!(false, format!("Expected Err, got {:?}", x))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 673 | .map(|x| assert!(false, "Expected Err, got {:?}", x)); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.19s [INFO] running `Command { std: "docker" "inspect" "1a039a7a82b888363ac4d303fa5cdf4bbaccfde9c7b157dc1a3ed581693e8fc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a039a7a82b888363ac4d303fa5cdf4bbaccfde9c7b157dc1a3ed581693e8fc3", kill_on_drop: false }` [INFO] [stdout] 1a039a7a82b888363ac4d303fa5cdf4bbaccfde9c7b157dc1a3ed581693e8fc3 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d54cba2fb92c2507af6f4174846849bb6f3675416c264b9571bac9ecab42e9f0 [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" "d54cba2fb92c2507af6f4174846849bb6f3675416c264b9571bac9ecab42e9f0", kill_on_drop: false }` [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/parse.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/parse.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | _ => ParseResult::Failure(ParseError::BadParse(format!("unknown token: {:?}", *t))), [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:443:32 [INFO] [stderr] | [INFO] [stderr] 443 | assert!(false, format!("Expected FNum(6.0), got {:?}", e)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 443 | assert!(false, "Expected FNum(6.0), got {:?}", e); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:446:28 [INFO] [stderr] | [INFO] [stderr] 446 | assert!(false, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 446 | assert!(false, "Expected Expr::fnum(6.0), got {:?}", r2); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:522:32 [INFO] [stderr] | [INFO] [stderr] 522 | |e| assert!(false, format!("got error {}", e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 522 | |e| assert!(false, "got error {}", e), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:532:41 [INFO] [stderr] | [INFO] [stderr] 532 | .map_err(|e| assert!(false, format!("got error {}", e))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 532 | .map_err(|e| assert!(false, "got error {}", e)); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:574:13 [INFO] [stderr] | [INFO] [stderr] 574 | format!("Expected add_var to fail, but it succeeded: {:?}", r) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 574 | "Expected add_var to fail, but it succeeded: {:?}", r [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/eval_tests.rs:673:37 [INFO] [stderr] | [INFO] [stderr] 673 | .map(|x| assert!(false, format!("Expected Err, got {:?}", x))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 673 | .map(|x| assert!(false, "Expected Err, got {:?}", x)); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:8:34 [INFO] [stderr] | [INFO] [stderr] 8 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 8 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:19:34 [INFO] [stderr] | [INFO] [stderr] 19 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 19 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:30:34 [INFO] [stderr] | [INFO] [stderr] 30 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 30 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/lex_tests.rs:80:34 [INFO] [stderr] | [INFO] [stderr] 80 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 80 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 10 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:18:34 [INFO] [stderr] | [INFO] [stderr] 18 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 18 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:35:34 [INFO] [stderr] | [INFO] [stderr] 35 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 35 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:53:34 [INFO] [stderr] | [INFO] [stderr] 53 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 53 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/parse_tests.rs:83:34 [INFO] [stderr] | [INFO] [stderr] 83 | |err| assert!(false, format!("{:?}", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 83 | |err| assert!(false, "{:?}", err), [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mlisp-3def111b5c6e0e93) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test types::test::build_fnum ... ok [INFO] [stdout] test types::test::build_list ... ok [INFO] [stdout] test types::test::build_symbol ... ok [INFO] [stdout] test types::test::check_fnum_equality ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mlisp-a5d6194c391300c7) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/eval_tests.rs (/opt/rustwide/target/debug/deps/eval_tests-98e13c711d3c9abe) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test environment_tests::default_environment_is_correct ... ok [INFO] [stdout] test environment_tests::lookup_works ... ok [INFO] [stdout] test eval_tests::arithmetic_op_add_works ... ok [INFO] [stdout] test eval_tests::add_fn_to_env ... ok [INFO] [stdout] test eval_tests::arithmetic_op_div_works ... ok [INFO] [stdout] test eval_tests::arithmetic_op_mul_works ... ok [INFO] [stdout] test eval_tests::arithmetic_op_sub_works ... ok [INFO] [stdout] test eval_tests::boolean_not_works_1 ... ok [INFO] [stdout] test eval_tests::add_and_check_simple_var_in_env ... ok [INFO] [stdout] test eval_tests::equality_works_1 ... ok [INFO] [stdout] test eval_tests::equality_works_2 ... ok [INFO] [stdout] test environment_tests::cannot_add_to_contextless_env ... ok [INFO] [stdout] test environment_tests::contain_key_works ... ok [INFO] [stdout] test eval_tests::boolean_op_or_works_1 ... ok [INFO] [stdout] test eval_tests::boolean_op_and_works_2 ... ok [INFO] [stdout] test eval_tests::equality_works_4 ... ok [INFO] [stdout] test environment_tests::push_context_works ... ok [INFO] [stdout] test environment_tests::pop_context_works ... ok [INFO] [stdout] test eval_tests::evaluate_symbol_in_env ... ok [INFO] [stdout] test eval_tests::boolean_op_and_works_1 ... ok [INFO] [stdout] test eval_tests::boolean_op_or_works_2 ... ok [INFO] [stdout] test eval_tests::boolean_not_works_2 ... ok [INFO] [stdout] test eval_tests::equality_works_3 ... ok [INFO] [stdout] test eval_tests::boolean_not_works_3 ... ok [INFO] [stdout] test environment_tests::add_var_to_context_works ... ok [INFO] [stdout] test eval_tests::evaluate_symbol_not_in_env ... ok [INFO] [stdout] test environment_tests::add_fn_to_context_works ... ok [INFO] [stdout] test eval_tests::inequality_works_4 ... ok [INFO] [stdout] test eval_tests::add_and_check_expr_var_in_env ... ok [INFO] [stdout] test eval_tests::test_ite_false_block ... ok [INFO] [stdout] test eval_tests::test_eval_ite ... ok [INFO] [stdout] test eval_tests::inequality_works_2 ... ok [INFO] [stdout] test eval_tests::inequality_works_1 ... ok [INFO] [stdout] test eval_tests::test_func_evaluation ... ok [INFO] [stdout] test eval_tests::test_print ... ok [INFO] [stdout] test eval_tests::nequality_works_3 ... ok [INFO] [stdout] test eval_tests::test_ite_true_block ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/interpreter_tests.rs (/opt/rustwide/target/debug/deps/interpreter_tests-36f6476702d976f8) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test interpreter_tests::simple_statement ... ok [INFO] [stdout] test interpreter_tests::bad_parse ... ok [INFO] [stdout] test interpreter_tests::complex_program ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/lex_tests.rs (/opt/rustwide/target/debug/deps/lex_tests-22aa9c82ccfd70b9) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test lex_tests::can_lex_rpar ... ok [INFO] [stdout] test lex_tests::can_lex_lpar ... ok [INFO] [stdout] test lex_tests::lex_empty_string ... ok [INFO] [stdout] test lex_tests::can_lex_literal ... ok [INFO] [stdout] test lex_tests::lex_test_2 ... ok [INFO] [stdout] test lex_tests::lex_test_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/parse_tests.rs (/opt/rustwide/target/debug/deps/parse_tests-c05ecfb066303d0f) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test parse_tests::parse_fnum ... ok [INFO] [stdout] test parse_tests::nested_lists ... ok [INFO] [stderr] Doc-tests mlisp [INFO] [stdout] test parse_tests::parse_nested_symbol ... ok [INFO] [stdout] test parse_tests::parse_list ... ok [INFO] [stdout] test parse_tests::parse_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d54cba2fb92c2507af6f4174846849bb6f3675416c264b9571bac9ecab42e9f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d54cba2fb92c2507af6f4174846849bb6f3675416c264b9571bac9ecab42e9f0", kill_on_drop: false }` [INFO] [stdout] d54cba2fb92c2507af6f4174846849bb6f3675416c264b9571bac9ecab42e9f0