[INFO] cloning repository https://github.com/efyang/rlisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/efyang/rlisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fefyang%2Frlisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fefyang%2Frlisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 103aae788e91bef5d5425a2c7d4d504719f4731f [INFO] testing efyang/rlisp against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fefyang%2Frlisp" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/efyang/rlisp on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/efyang/rlisp [INFO] finished tweaking git repo https://github.com/efyang/rlisp [INFO] tweaked toml for git repo https://github.com/efyang/rlisp written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/efyang/rlisp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d1caa46030d01cc441a1ef60a9c526c2c25cd7c140eeffa24c302879167004e [INFO] running `Command { std: "docker" "start" "-a" "4d1caa46030d01cc441a1ef60a9c526c2c25cd7c140eeffa24c302879167004e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d1caa46030d01cc441a1ef60a9c526c2c25cd7c140eeffa24c302879167004e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d1caa46030d01cc441a1ef60a9c526c2c25cd7c140eeffa24c302879167004e", kill_on_drop: false }` [INFO] [stdout] 4d1caa46030d01cc441a1ef60a9c526c2c25cd7c140eeffa24c302879167004e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cf20d44a5257be69ed00bbd7b70df23ec718f8d3c8634acc78fda3485acf319 [INFO] running `Command { std: "docker" "start" "-a" "7cf20d44a5257be69ed00bbd7b70df23ec718f8d3c8634acc78fda3485acf319", kill_on_drop: false }` [INFO] [stderr] Compiling strsim v0.4.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling ansi_term v0.7.2 [INFO] [stderr] Compiling vec_map v0.4.0 [INFO] [stderr] Compiling lazy_static v0.2.1 [INFO] [stderr] Compiling clap v1.5.5 [INFO] [stderr] Compiling rlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | exprs.push(try!(tokens_to_expr(&mut tokens))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | try!(self[i].eval(env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:74:39 [INFO] [stdout] | [INFO] [stdout] 74 | head = Expr::Expr(try!((*orig_head).eval(env)).unwrap()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:96:54 [INFO] [stdout] | [INFO] [stdout] 96 | ... Ok(Some(Object::Function(try!(Function::from_exprs(fndef, rest))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 143 | let function = try!(Function::from_exprs(fnargs, body)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:196:25 [INFO] [stdout] | [INFO] [stdout] 196 | try!(expr.replace_all(&var_mappings).eval(env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlisp.rs:175:65 [INFO] [stdout] | [INFO] [stdout] 175 | if let Some(Object::Boolean(ref boolean)) = try!(case.eval(env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/stdlisp.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref BASE_FUNCTIONS: [(&'static str, Function); 14] = [ [INFO] [stdout] 19 | | generate_normal_base_fn!(list), [INFO] [stdout] 20 | | generate_normal_base_fn!(cons), [INFO] [stdout] ... | [INFO] [stdout] 33 | | ]; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/stdlisp.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref BASE_FUNCTIONS: [(&'static str, Function); 14] = [ [INFO] [stdout] 19 | | generate_normal_base_fn!(list), [INFO] [stdout] 20 | | generate_normal_base_fn!(cons), [INFO] [stdout] ... | [INFO] [stdout] 33 | | ]; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/data.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | panic!(format!("Variable {:?} cannot be set because it already exists in current env.", var)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 237 - panic!(format!("Variable {:?} cannot be set because it already exists in current env.", var)); [INFO] [stdout] 237 + panic!("Variable {:?} cannot be set because it already exists in current env.", var); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/data.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 244 | panic!("Variable {:?} cannot be changed because it does not exist."); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 244 | panic!("Variable {:?} cannot be changed because it does not exist.", ...); [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 244 | panic!("{}", "Variable {:?} cannot be changed because it does not exist."); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.93s [INFO] running `Command { std: "docker" "inspect" "7cf20d44a5257be69ed00bbd7b70df23ec718f8d3c8634acc78fda3485acf319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cf20d44a5257be69ed00bbd7b70df23ec718f8d3c8634acc78fda3485acf319", kill_on_drop: false }` [INFO] [stdout] 7cf20d44a5257be69ed00bbd7b70df23ec718f8d3c8634acc78fda3485acf319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 243d66df383c07961fde4b26c9d0891176fa5f64b412441447eb7e3a4beae8c9 [INFO] running `Command { std: "docker" "start" "-a" "243d66df383c07961fde4b26c9d0891176fa5f64b412441447eb7e3a4beae8c9", kill_on_drop: false }` [INFO] [stderr] Compiling rlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/parser.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | exprs.push(try!(tokens_to_expr(&mut tokens))); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | try!(self[i].eval(env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:74:39 [INFO] [stdout] | [INFO] [stdout] 74 | head = Expr::Expr(try!((*orig_head).eval(env)).unwrap()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:96:54 [INFO] [stdout] | [INFO] [stdout] 96 | ... Ok(Some(Object::Function(try!(Function::from_exprs(fndef, rest))))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 143 | let function = try!(Function::from_exprs(fnargs, body)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/eval.rs:196:25 [INFO] [stdout] | [INFO] [stdout] 196 | try!(expr.replace_all(&var_mappings).eval(env)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stdlisp.rs:175:65 [INFO] [stdout] | [INFO] [stdout] 175 | if let Some(Object::Boolean(ref boolean)) = try!(case.eval(env)) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/stdlisp.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref BASE_FUNCTIONS: [(&'static str, Function); 14] = [ [INFO] [stdout] 19 | | generate_normal_base_fn!(list), [INFO] [stdout] 20 | | generate_normal_base_fn!(cons), [INFO] [stdout] ... | [INFO] [stdout] 33 | | ]; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/stdlisp.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | pub static ref BASE_FUNCTIONS: [(&'static str, Function); 14] = [ [INFO] [stdout] 19 | | generate_normal_base_fn!(list), [INFO] [stdout] 20 | | generate_normal_base_fn!(cons), [INFO] [stdout] ... | [INFO] [stdout] 33 | | ]; [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/data.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 237 | panic!(format!("Variable {:?} cannot be set because it already exists in current env.", var)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() 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] 237 - panic!(format!("Variable {:?} cannot be set because it already exists in current env.", var)); [INFO] [stdout] 237 + panic!("Variable {:?} cannot be set because it already exists in current env.", var); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/data.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 244 | panic!("Variable {:?} cannot be changed because it does not exist."); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 244 | panic!("Variable {:?} cannot be changed because it does not exist.", ...); [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 244 | panic!("{}", "Variable {:?} cannot be changed because it does not exist."); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rlisp-5a89455545dd5503) [INFO] running `Command { std: "docker" "inspect" "243d66df383c07961fde4b26c9d0891176fa5f64b412441447eb7e3a4beae8c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "243d66df383c07961fde4b26c9d0891176fa5f64b412441447eb7e3a4beae8c9", kill_on_drop: false }` [INFO] [stdout] 243d66df383c07961fde4b26c9d0891176fa5f64b412441447eb7e3a4beae8c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3874bb7996748dcf6b96f7c5234fdf664f0762f7912c5a06bc4e02c1bc288026 [INFO] running `Command { std: "docker" "start" "-a" "3874bb7996748dcf6b96f7c5234fdf664f0762f7912c5a06bc4e02c1bc288026", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/parser.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | exprs.push(try!(tokens_to_expr(&mut tokens))); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/eval.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | try!(self[i].eval(env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/eval.rs:74:39 [INFO] [stderr] | [INFO] [stderr] 74 | head = Expr::Expr(try!((*orig_head).eval(env)).unwrap()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/eval.rs:96:54 [INFO] [stderr] | [INFO] [stderr] 96 | ... Ok(Some(Object::Function(try!(Function::from_exprs(fndef, rest))))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/eval.rs:143:28 [INFO] [stderr] | [INFO] [stderr] 143 | let function = try!(Function::from_exprs(fnargs, body)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/eval.rs:196:25 [INFO] [stderr] | [INFO] [stderr] 196 | try!(expr.replace_all(&var_mappings).eval(env)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stdlisp.rs:175:65 [INFO] [stderr] | [INFO] [stderr] 175 | if let Some(Object::Boolean(ref boolean)) = try!(case.eval(env)) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/stdlisp.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | pub static ref BASE_FUNCTIONS: [(&'static str, Function); 14] = [ [INFO] [stderr] 19 | | generate_normal_base_fn!(list), [INFO] [stderr] 20 | | generate_normal_base_fn!(cons), [INFO] [stderr] ... | [INFO] [stderr] 33 | | ]; [INFO] [stderr] 34 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/data.rs:237:20 [INFO] [stderr] | [INFO] [stderr] 237 | panic!(format!("Variable {:?} cannot be set because it already exists in current env.", var)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() 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] 237 - panic!(format!("Variable {:?} cannot be set because it already exists in current env.", var)); [INFO] [stderr] 237 + panic!("Variable {:?} cannot be set because it already exists in current env.", var); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/data.rs:244:30 [INFO] [stderr] | [INFO] [stderr] 244 | panic!("Variable {:?} cannot be changed because it does not exist."); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 244 | panic!("Variable {:?} cannot be changed because it does not exist.", ...); [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 244 | panic!("{}", "Variable {:?} cannot be changed because it does not exist."); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `rlisp` (bin "rlisp" test) generated 11 warnings (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rlisp-5a89455545dd5503) [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" "3874bb7996748dcf6b96f7c5234fdf664f0762f7912c5a06bc4e02c1bc288026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3874bb7996748dcf6b96f7c5234fdf664f0762f7912c5a06bc4e02c1bc288026", kill_on_drop: false }` [INFO] [stdout] 3874bb7996748dcf6b96f7c5234fdf664f0762f7912c5a06bc4e02c1bc288026