[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fljflores%2FLisp_Interpreter" "/workspace/builds/worker-53/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-53/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ljflores/Lisp_Interpreter on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-53/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93a128f9c4f309bf3de7d8cc6fd16c828a10d72e7da473d482db8f2b5ae6001f [INFO] running `Command { std: "docker" "start" "-a" "93a128f9c4f309bf3de7d8cc6fd16c828a10d72e7da473d482db8f2b5ae6001f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93a128f9c4f309bf3de7d8cc6fd16c828a10d72e7da473d482db8f2b5ae6001f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93a128f9c4f309bf3de7d8cc6fd16c828a10d72e7da473d482db8f2b5ae6001f", kill_on_drop: false }` [INFO] [stdout] 93a128f9c4f309bf3de7d8cc6fd16c828a10d72e7da473d482db8f2b5ae6001f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef6f58c224c5266fea394a908e7c982ad4097e2085fcb1cfc39317135229ec00 [INFO] running `Command { std: "docker" "start" "-a" "ef6f58c224c5266fea394a908e7c982ad4097e2085fcb1cfc39317135229ec00", 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 24.44s [INFO] running `Command { std: "docker" "inspect" "ef6f58c224c5266fea394a908e7c982ad4097e2085fcb1cfc39317135229ec00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef6f58c224c5266fea394a908e7c982ad4097e2085fcb1cfc39317135229ec00", kill_on_drop: false }` [INFO] [stdout] ef6f58c224c5266fea394a908e7c982ad4097e2085fcb1cfc39317135229ec00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc2e5f22ab33222f94bfe3e689e803199befe1a26358c59cb4f0c466ce6da7e2 [INFO] running `Command { std: "docker" "start" "-a" "cc2e5f22ab33222f94bfe3e689e803199befe1a26358c59cb4f0c466ce6da7e2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [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_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [INFO] [stdout] 83 + |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:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | |err| assert!(false, format!("{:?}", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("{:?}", err)), [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/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_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("Expected FNum(6.0), got {:?}", e)); [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("got error {}", e)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("got error {}", e))); [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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 - format!("Expected add_var to fail, but it succeeded: {:?}", r) [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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, format!("Expected Err, got {:?}", x))); [INFO] [stdout] 673 + .map(|x| assert!(false, "Expected Err, got {:?}", x)); [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.95s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cc2e5f22ab33222f94bfe3e689e803199befe1a26358c59cb4f0c466ce6da7e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc2e5f22ab33222f94bfe3e689e803199befe1a26358c59cb4f0c466ce6da7e2", kill_on_drop: false }` [INFO] [stdout] cc2e5f22ab33222f94bfe3e689e803199befe1a26358c59cb4f0c466ce6da7e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-53/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e9ee7ea2acf2d2c3248ff45ef01ae03b376e3b302f929b1b500c9b002d8bab38 [INFO] running `Command { std: "docker" "start" "-a" "e9ee7ea2acf2d2c3248ff45ef01ae03b376e3b302f929b1b500c9b002d8bab38", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: `mlisp` (lib) generated 1 warning [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_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [INFO] [stderr] 83 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `mlisp` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: `mlisp` (test "parse_tests") generated 5 warnings [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_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("{:?}", err)), [INFO] [stderr] 80 + |err| assert!(false, "{:?}", err), [INFO] [stderr] | [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_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("Expected FNum(6.0), got {:?}", e)); [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("Expected Expr::fnum(6.0), got {:?}", r2)); [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("got error {}", e)), [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("got error {}", e))); [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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 - format!("Expected add_var to fail, but it succeeded: {:?}", r) [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 usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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, format!("Expected Err, got {:?}", x))); [INFO] [stderr] 673 + .map(|x| assert!(false, "Expected Err, got {:?}", x)); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `mlisp` (test "lex_tests") generated 4 warnings [INFO] [stderr] warning: `mlisp` (test "eval_tests") generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 24.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mlisp-83fddda6423f8983) [INFO] [stdout] running 4 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mlisp-60098e0577592772) [INFO] [stdout] test types::test::build_fnum ... ok [INFO] [stdout] test types::test::build_list ... ok [INFO] [stdout] test types::test::check_fnum_equality ... ok [INFO] [stdout] test types::test::build_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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] [stderr] Running tests/eval_tests.rs (/opt/rustwide/target/debug/deps/eval_tests-5648f8104534da56) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stderr] Running tests/interpreter_tests.rs (/opt/rustwide/target/debug/deps/interpreter_tests-74fb24a005cb77a0) [INFO] [stdout] test environment_tests::add_fn_to_context_works ... ok [INFO] [stdout] test environment_tests::add_var_to_context_works ... ok [INFO] [stdout] test environment_tests::cannot_add_to_contextless_env ... ok [INFO] [stdout] test environment_tests::contain_key_works ... ok [INFO] [stdout] test environment_tests::default_environment_is_correct ... ok [INFO] [stdout] test environment_tests::lookup_works ... ok [INFO] [stdout] test environment_tests::push_context_works ... ok [INFO] [stdout] test environment_tests::pop_context_works ... ok [INFO] [stdout] test eval_tests::add_and_check_simple_var_in_env ... ok [INFO] [stdout] test eval_tests::add_and_check_expr_var_in_env ... ok [INFO] [stdout] test eval_tests::add_fn_to_env ... ok [INFO] [stdout] test eval_tests::arithmetic_op_add_works ... 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::boolean_not_works_2 ... ok [INFO] [stdout] test eval_tests::boolean_not_works_3 ... ok [INFO] [stdout] test eval_tests::boolean_op_and_works_1 ... 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_1 ... ok [INFO] [stdout] test eval_tests::boolean_op_or_works_2 ... ok [INFO] [stdout] test eval_tests::equality_works_2 ... ok [INFO] [stdout] test eval_tests::equality_works_3 ... ok [INFO] [stdout] test eval_tests::equality_works_4 ... ok [INFO] [stdout] test eval_tests::evaluate_symbol_in_env ... ok [INFO] [stdout] test eval_tests::evaluate_symbol_not_in_env ... ok [INFO] [stdout] test eval_tests::inequality_works_1 ... ok [INFO] [stdout] test eval_tests::inequality_works_2 ... ok [INFO] [stdout] test eval_tests::inequality_works_4 ... ok [INFO] [stdout] test eval_tests::nequality_works_3 ... ok [INFO] [stdout] test eval_tests::test_eval_ite ... ok [INFO] [stdout] test eval_tests::test_ite_false_block ... ok [INFO] [stdout] test eval_tests::test_func_evaluation ... ok [INFO] [stdout] test eval_tests::test_ite_true_block ... ok [INFO] [stdout] test eval_tests::test_print ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test interpreter_tests::bad_parse ... ok [INFO] [stdout] test interpreter_tests::complex_program ... ok [INFO] [stdout] test interpreter_tests::simple_statement ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/lex_tests.rs (/opt/rustwide/target/debug/deps/lex_tests-aa4a49cd60e3d13f) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test lex_tests::can_lex_literal ... ok [INFO] [stdout] test lex_tests::can_lex_lpar ... ok [INFO] [stdout] test lex_tests::can_lex_rpar ... ok [INFO] [stdout] test lex_tests::lex_empty_string ... ok [INFO] [stdout] test lex_tests::lex_test_1 ... ok [INFO] [stdout] test lex_tests::lex_test_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/parse_tests.rs (/opt/rustwide/target/debug/deps/parse_tests-ce47fd15b1944abc) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test parse_tests::nested_lists ... ok [INFO] [stdout] test parse_tests::parse_fnum ... ok [INFO] [stdout] test parse_tests::parse_list ... ok [INFO] [stdout] test parse_tests::parse_nested_symbol ... 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.00s [INFO] [stdout] [INFO] [stderr] Doc-tests mlisp [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" "e9ee7ea2acf2d2c3248ff45ef01ae03b376e3b302f929b1b500c9b002d8bab38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ee7ea2acf2d2c3248ff45ef01ae03b376e3b302f929b1b500c9b002d8bab38", kill_on_drop: false }` [INFO] [stdout] e9ee7ea2acf2d2c3248ff45ef01ae03b376e3b302f929b1b500c9b002d8bab38