[INFO] fetching crate risp 0.7.0... [INFO] testing risp-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate risp 0.7.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate risp 0.7.0 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 crates.io crate risp 0.7.0 [INFO] finished tweaking crates.io crate risp 0.7.0 [INFO] tweaked toml for crates.io crate risp 0.7.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2a95302ed97aca08ecad2f2c8e0108e6b7642f74aafed2db1315f98d4a3548e4 [INFO] running `Command { std: "docker" "start" "-a" "2a95302ed97aca08ecad2f2c8e0108e6b7642f74aafed2db1315f98d4a3548e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a95302ed97aca08ecad2f2c8e0108e6b7642f74aafed2db1315f98d4a3548e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a95302ed97aca08ecad2f2c8e0108e6b7642f74aafed2db1315f98d4a3548e4", kill_on_drop: false }` [INFO] [stdout] 2a95302ed97aca08ecad2f2c8e0108e6b7642f74aafed2db1315f98d4a3548e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d170544ed475dfd29376063f53c1a61c38a9ed898c679d3aaadbc1da6c87fa5b [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" "d170544ed475dfd29376063f53c1a61c38a9ed898c679d3aaadbc1da6c87fa5b", kill_on_drop: false }` [INFO] [stderr] Compiling risp v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.60s [INFO] running `Command { std: "docker" "inspect" "d170544ed475dfd29376063f53c1a61c38a9ed898c679d3aaadbc1da6c87fa5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d170544ed475dfd29376063f53c1a61c38a9ed898c679d3aaadbc1da6c87fa5b", kill_on_drop: false }` [INFO] [stdout] d170544ed475dfd29376063f53c1a61c38a9ed898c679d3aaadbc1da6c87fa5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bc42a125268f2512a64320f92978cd13b045718f12411efb62656165e6d81d0e [INFO] running `Command { std: "docker" "start" "-a" "bc42a125268f2512a64320f92978cd13b045718f12411efb62656165e6d81d0e", kill_on_drop: false }` [INFO] [stderr] Compiling risp v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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/tokenize.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / lazy_static! { [INFO] [stdout] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stdout] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stdout] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stdout] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stdout] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parse.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stdout] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.93s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/risp-684fe65437f82728) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/risp-bb903f196f7de954) [INFO] [stderr] Executable tests/risp.rs (/opt/rustwide/target/debug/deps/risp-76aa81c6e4448d26) [INFO] [stderr] Executable tests/risp_examples.rs (/opt/rustwide/target/debug/deps/risp_examples-65ad73cadf8e22d4) [INFO] [stderr] Executable tests/risp_readme.rs (/opt/rustwide/target/debug/deps/risp_readme-51cc82d1d9bc22ef) [INFO] [stderr] Executable tests/risp_readme_convert.rs (/opt/rustwide/target/debug/deps/risp_readme_convert-3e3bf1a811b06245) [INFO] running `Command { std: "docker" "inspect" "bc42a125268f2512a64320f92978cd13b045718f12411efb62656165e6d81d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc42a125268f2512a64320f92978cd13b045718f12411efb62656165e6d81d0e", kill_on_drop: false }` [INFO] [stdout] bc42a125268f2512a64320f92978cd13b045718f12411efb62656165e6d81d0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f2e7d2216430115a874bd29e3032733ae6aef979a5e6f2a54bf0ede1695b0d1f [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" "f2e7d2216430115a874bd29e3032733ae6aef979a5e6f2a54bf0ede1695b0d1f", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/tokenize.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stderr] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stderr] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stderr] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/tokenize.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / lazy_static! { [INFO] [stderr] 18 | | static ref COMMENT_REGEXP: Regex = Regex::new("^(\\s+|;.*?(\n|$))+").unwrap(); [INFO] [stderr] 19 | | static ref STR_REGEXP: Regex = Regex::new("^\".*?\"").unwrap(); [INFO] [stderr] 20 | | static ref SYMBOL_REGEXP: Regex = Regex::new(r"^[^\s\{\}()\[\]]+").unwrap(); [INFO] [stderr] 21 | | static ref NUMBER_REGEXP: Regex = Regex::new(r"^-?\d+").unwrap(); [INFO] [stderr] 22 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parse.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 6 - fn parse_internal(tokenizer: &mut Iterator) -> Result { [INFO] [stderr] 6 + fn parse_internal(tokenizer: &mut dyn Iterator) -> Result { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `risp` (lib) generated 5 warnings (2 duplicates) [INFO] [stderr] warning: `risp` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: `risp` (bin "risp" test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: `risp` (bin "risp") generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/risp-684fe65437f82728) [INFO] [stdout] running 83 tests [INFO] [stdout] test convert::test_convert_int ... ok [INFO] [stdout] test convert::test_convert_int_error ... ok [INFO] [stdout] test convert::test_convert_map_error ... ok [INFO] [stdout] test convert::test_convert_vector ... ok [INFO] [stdout] test convert::test_convert_map ... ok [INFO] [stdout] test convert::test_convert_string ... ok [INFO] [stdout] test convert::test_convert_string_error ... ok [INFO] [stdout] test convert::test_convert_vector_int ... ok [INFO] [stdout] test convert::test_flatten_error_inner ... ok [INFO] [stdout] test convert::test_flatten_into ... ok [INFO] [stdout] test convert::test_get ... ok [INFO] [stdout] test convert::test_get_error_expected_map ... ok [INFO] [stdout] test convert::test_get_none ... ok [INFO] [stdout] test convert::test_get_risptype ... ok [INFO] [stdout] test core::test_add_number_to_vector ... ok [INFO] [stdout] test core::test_mul_errors ... ok [INFO] [stdout] test core::test_div ... ok [INFO] [stdout] test core::test_rep ... ok [INFO] [stdout] test core::test_rep_missing_arguments ... ok [INFO] [stdout] test core::test_rep_needs_int_as_first_argument ... ok [INFO] [stdout] test core::test_sub ... ok [INFO] [stdout] test core::test_sum ... ok [INFO] [stdout] test core::test_sum2_errors ... ok [INFO] [stdout] test core::test_sum2_number_vector ... ok [INFO] [stdout] test core::test_sum2_vector_longer_vector ... ok [INFO] [stdout] test core::test_sum2_vector_vector ... ok [INFO] [stdout] test core::test_sum_errors ... ok [INFO] [stdout] test core::test_sum_number_nested_vector ... ok [INFO] [stdout] test core::test_sum_number_vector ... ok [INFO] [stdout] test core::test_sum_number_vector_vector ... ok [INFO] [stdout] test convert::test_flatten_vec ... ok [INFO] [stdout] test eval::test_def ... ok [INFO] [stdout] test convert::test_get_error_expected_int ... ok [INFO] [stdout] test eval::test_def_evaluated ... ok [INFO] [stdout] test convert::test_convert_vector_error ... ok [INFO] [stdout] test eval::test_eval_defn_errors ... ok [INFO] [stdout] test eval::test_eval_math ... ok [INFO] [stdout] test convert::test_flatten_error_outer ... ok [INFO] [stdout] test eval::test_eval_simple_map ... ok [INFO] [stdout] test core::test_rep_nested ... ok [INFO] [stdout] test core::test_sum2_vector_number ... ok [INFO] [stdout] test eval::test_nested_math ... ok [INFO] [stdout] test eval::test_eval_defn ... ok [INFO] [stdout] test eval::test_mul ... ok [INFO] [stdout] test eval::test_ignore_comments ... ok [INFO] [stdout] test eval::test_risp_function_error ... ok [INFO] [stdout] test eval::test_eval_simple_vector ... ok [INFO] [stdout] test eval::test_return_closures ... ok [INFO] [stdout] test parse::test_hash_map_errors ... ok [INFO] [stdout] test eval::test_eval_nested_map ... ok [INFO] [stdout] test eval::test_eval_risp_function_with_args ... ok [INFO] [stdout] test parse::test_hash_map_with_2_keys ... ok [INFO] [stdout] test parse::test_hash_map_with_1_key ... ok [INFO] [stdout] test parse::test_keyword ... ok [INFO] [stdout] test parse::test_map_with_var ... ok [INFO] [stdout] test parse::test_list ... ok [INFO] [stdout] test eval::test_eval_risp_function_with_args_error ... ok [INFO] [stdout] test tokenize::test_empty_map ... ok [INFO] [stdout] test eval::test_eval_extra_variadic_args ... ok [INFO] [stdout] test parse::test_parse_number ... ok [INFO] [stdout] test eval::test_eval_only_variadic_args ... ok [INFO] [stdout] test eval::test_eval_number ... ok [INFO] [stdout] test eval::test_risp_function_no_args ... ok [INFO] [stdout] test tokenize::test_ignore_single_line_comment ... ok [INFO] [stdout] test parse::test_hash_map_empty ... ok [INFO] [stdout] test eval::test_eval_nested_vector ... ok [INFO] [stdout] test tokenize::test_map_ending_with_symbol_as_value ... ok [INFO] [stdout] test parse::test_parse_vector ... ok [INFO] [stdout] test tokenize::test_map ... ok [INFO] [stdout] test eval::test_eval_risp_function_does_not_change_surrounding_env ... ok [INFO] [stdout] test tokenize::test_list_ending_with_symbol ... ok [INFO] [stdout] test parse::test_bool ... ok [INFO] [stdout] test tokenize::test_tokenizer_vector ... ok [INFO] [stdout] test tokenize::test_tokenizer ... ok [INFO] [stdout] test parse::test_parse_symbols ... ok [INFO] [stdout] test tokenize::test_vector_ending_with_symbol ... ok [INFO] [stdout] test tokenize::test_negative_int ... ok [INFO] [stdout] test tokenize::test_tokenizer_symbol ... ok [INFO] [stdout] test parse::test_str ... ok [INFO] [stdout] test parse::test_parse_vector_errors ... ok [INFO] [stdout] test tokenize::test_string ... ok [INFO] [stdout] test eval::test_eval_variadic_error ... ok [INFO] [stdout] test eval::test_eval_risp_function_no_args ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/risp-bb903f196f7de954) [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test core::test_sum2_errors ... ok [INFO] [stdout] test core::test_sum2_number_vector ... ok [INFO] [stdout] test core::test_sum_number_nested_vector ... ok [INFO] [stdout] test core::test_sum2_vector_vector ... ok [INFO] [stdout] test core::test_div ... ok [INFO] [stdout] test core::test_rep ... ok [INFO] [stdout] test core::test_rep_missing_arguments ... ok [INFO] [stdout] test core::test_sum2_vector_number ... ok [INFO] [stdout] test core::test_add_number_to_vector ... ok [INFO] [stdout] test core::test_mul_errors ... ok [INFO] [stdout] test core::test_sub ... ok [INFO] [stdout] test core::test_rep_nested ... ok [INFO] [stdout] test core::test_rep_needs_int_as_first_argument ... ok [INFO] [stdout] test core::test_sum2_vector_longer_vector ... ok [INFO] [stdout] test core::test_sum ... ok [INFO] [stdout] test core::test_sum_errors ... ok [INFO] [stdout] test eval::test_eval_math ... ok [INFO] [stdout] test eval::test_eval_nested_vector ... ok [INFO] [stdout] test eval::test_eval_simple_vector ... ok [INFO] [stdout] test eval::test_def ... ok [INFO] [stdout] test eval::test_def_evaluated ... ok [INFO] [stdout] test eval::test_eval_simple_map ... ok [INFO] [stdout] test core::test_sum_number_vector_vector ... ok [INFO] [stdout] test eval::test_eval_number ... ok [INFO] [stdout] test eval::test_mul ... ok [INFO] [stdout] test eval::test_risp_function_no_args ... ok [INFO] [stdout] test eval::test_eval_risp_function_with_args ... ok [INFO] [stdout] test eval::test_eval_extra_variadic_args ... ok [INFO] [stdout] test eval::test_eval_risp_function_no_args ... ok [INFO] [stdout] test core::test_sum_number_vector ... ok [INFO] [stdout] test eval::test_eval_defn ... ok [INFO] [stdout] test eval::test_eval_defn_errors ... ok [INFO] [stdout] test eval::test_eval_variadic_error ... ok [INFO] [stdout] test eval::test_eval_only_variadic_args ... ok [INFO] [stdout] test eval::test_ignore_comments ... ok [INFO] [stdout] test eval::test_eval_risp_function_with_args_error ... ok [INFO] [stdout] test eval::test_risp_function_error ... ok [INFO] [stdout] test eval::test_nested_math ... ok [INFO] [stdout] test eval::test_eval_nested_map ... ok [INFO] [stdout] test eval::test_eval_risp_function_does_not_change_surrounding_env ... ok [INFO] [stdout] test eval::test_return_closures ... ok [INFO] [stdout] test parse::test_bool ... ok [INFO] [stdout] test parse::test_parse_symbols ... ok [INFO] [stdout] test tokenize::test_empty_map ... ok [INFO] [stdout] test parse::test_hash_map_with_2_keys ... ok [INFO] [stdout] test tokenize::test_ignore_single_line_comment ... ok [INFO] [stdout] test tokenize::test_list_ending_with_symbol ... ok [INFO] [stdout] test tokenize::test_map ... ok [INFO] [stdout] test parse::test_parse_vector ... ok [INFO] [stdout] test parse::test_parse_number ... ok [INFO] [stdout] test tokenize::test_tokenizer ... ok [INFO] [stdout] test tokenize::test_string ... ok [INFO] [stdout] test parse::test_hash_map_empty ... ok [INFO] [stdout] test parse::test_parse_vector_errors ... ok [INFO] [stdout] test parse::test_hash_map_errors ... ok [INFO] [stdout] test parse::test_hash_map_with_1_key ... ok [INFO] [stdout] test parse::test_str ... ok [INFO] [stdout] test parse::test_map_with_var ... ok [INFO] [stdout] test tokenize::test_vector_ending_with_symbol ... ok [INFO] [stdout] test tokenize::test_map_ending_with_symbol_as_value ... ok [INFO] [stdout] test tokenize::test_negative_int ... ok [INFO] [stdout] test parse::test_keyword ... ok [INFO] [stdout] test tokenize::test_tokenizer_vector ... ok [INFO] [stdout] test parse::test_list ... ok [INFO] [stdout] test tokenize::test_tokenizer_symbol ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/risp.rs (/opt/rustwide/target/debug/deps/risp-76aa81c6e4448d26) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_eval_do ... ok [INFO] [stdout] test test_eval_map ... ok [INFO] [stdout] test test_eval_do_empty ... ok [INFO] [stdout] test test_eval_error_expected_function ... ok [INFO] [stdout] test test_def ... ok [INFO] [stdout] test test_sum ... ok [INFO] [stdout] test test_eval_errors ... ok [INFO] [stdout] test test_parsing_errors ... ok [INFO] [stdout] test test_eval_vector ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/risp_examples.rs (/opt/rustwide/target/debug/deps/risp_examples-65ad73cadf8e22d4) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_example_song ... ok [INFO] [stderr] Running tests/risp_readme.rs (/opt/rustwide/target/debug/deps/risp_readme-51cc82d1d9bc22ef) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_minimal_example ... ok [INFO] [stdout] test test_kitchen_sink ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/risp_readme_convert.rs (/opt/rustwide/target/debug/deps/risp_readme_convert-3e3bf1a811b06245) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_convert_to_struct_example ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests risp [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" "f2e7d2216430115a874bd29e3032733ae6aef979a5e6f2a54bf0ede1695b0d1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2e7d2216430115a874bd29e3032733ae6aef979a5e6f2a54bf0ede1695b0d1f", kill_on_drop: false }` [INFO] [stdout] f2e7d2216430115a874bd29e3032733ae6aef979a5e6f2a54bf0ede1695b0d1f