[INFO] cloning repository https://github.com/faizilham/ocha [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/faizilham/ocha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaizilham%2Focha", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaizilham%2Focha'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6ed78ff3c811568319b995edea90d26631ad5e07 [INFO] testing faizilham/ocha against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffaizilham%2Focha" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/faizilham/ocha on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/faizilham/ocha [INFO] finished tweaking git repo https://github.com/faizilham/ocha [INFO] tweaked toml for git repo https://github.com/faizilham/ocha written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/faizilham/ocha already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc762b542ff24e86310ae7e589182c286e3d780e9b3d802ef2d426240fa6854d [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" "dc762b542ff24e86310ae7e589182c286e3d780e9b3d802ef2d426240fa6854d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc762b542ff24e86310ae7e589182c286e3d780e9b3d802ef2d426240fa6854d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc762b542ff24e86310ae7e589182c286e3d780e9b3d802ef2d426240fa6854d", kill_on_drop: false }` [INFO] [stdout] dc762b542ff24e86310ae7e589182c286e3d780e9b3d802ef2d426240fa6854d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9262bcc8b991ae5c4e914a5932ff26e5f18543328d88e21c9fc6b05f61eb677f [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" "9262bcc8b991ae5c4e914a5932ff26e5f18543328d88e21c9fc6b05f61eb677f", kill_on_drop: false }` [INFO] [stderr] Compiling ocha v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heap.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | objs: Vec> [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/resolver/mod.rs:120:26 [INFO] [stdout] | [INFO] [stdout] 120 | type ExprResult = Result<(bool), Exception>; // is_capturing [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:28:50 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn get_traceable(value: &Value) -> Option> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | io: &'io mut OchaIO [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn new (module: Module, io: &'io mut OchaIO) -> VM { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn run_file_with_io(filename : String, io: &mut OchaIO) -> Result<(), ()> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | fn read_file_with_io (filename : &str, io: &mut OchaIO) -> Result { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:61:37 [INFO] [stdout] | [INFO] [stdout] 61 | fn execute(module: Module, io: &mut OchaIO) -> Result<(), Exception> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | fn report_exception(io: &mut OchaIO, exception: Exception) -> () { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | fn report_exceptions(io: &mut OchaIO, exceptions: Vec) -> () { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_line` [INFO] [stdout] --> src/resolver/mod.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | last_line: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.53s [INFO] running `Command { std: "docker" "inspect" "9262bcc8b991ae5c4e914a5932ff26e5f18543328d88e21c9fc6b05f61eb677f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9262bcc8b991ae5c4e914a5932ff26e5f18543328d88e21c9fc6b05f61eb677f", kill_on_drop: false }` [INFO] [stdout] 9262bcc8b991ae5c4e914a5932ff26e5f18543328d88e21c9fc6b05f61eb677f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0e01faafda4818ee045bfba5f49a9e69e7584ddcd7c9fc043c54aedebe4cb29 [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" "a0e01faafda4818ee045bfba5f49a9e69e7584ddcd7c9fc043c54aedebe4cb29", kill_on_drop: false }` [INFO] [stderr] Compiling ocha v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heap.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | objs: Vec> [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/resolver/mod.rs:120:26 [INFO] [stdout] | [INFO] [stdout] 120 | type ExprResult = Result<(bool), Exception>; // is_capturing [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:28:50 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn get_traceable(value: &Value) -> Option> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | io: &'io mut OchaIO [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn new (module: Module, io: &'io mut OchaIO) -> VM { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn run_file_with_io(filename : String, io: &mut OchaIO) -> Result<(), ()> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | fn read_file_with_io (filename : &str, io: &mut OchaIO) -> Result { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:61:37 [INFO] [stdout] | [INFO] [stdout] 61 | fn execute(module: Module, io: &mut OchaIO) -> Result<(), Exception> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | fn report_exception(io: &mut OchaIO, exception: Exception) -> () { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | fn report_exceptions(io: &mut OchaIO, exceptions: Vec) -> () { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_line` [INFO] [stdout] --> src/resolver/mod.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | last_line: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heap.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | objs: Vec> [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/resolver/mod.rs:120:26 [INFO] [stdout] | [INFO] [stdout] 120 | type ExprResult = Result<(bool), Exception>; // is_capturing [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/value.rs:28:50 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn get_traceable(value: &Value) -> Option> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:98:18 [INFO] [stdout] | [INFO] [stdout] 98 | io: &'io mut OchaIO [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:104:46 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn new (module: Module, io: &'io mut OchaIO) -> VM { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn run_file_with_io(filename : String, io: &mut OchaIO) -> Result<(), ()> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:35:49 [INFO] [stdout] | [INFO] [stdout] 35 | fn read_file_with_io (filename : &str, io: &mut OchaIO) -> Result { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:61:37 [INFO] [stdout] | [INFO] [stdout] 61 | fn execute(module: Module, io: &mut OchaIO) -> Result<(), Exception> { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | fn report_exception(io: &mut OchaIO, exception: Exception) -> () { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | fn report_exceptions(io: &mut OchaIO, exceptions: Vec) -> () { [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `last_line` [INFO] [stdout] --> src/resolver/mod.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | last_line: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.05s [INFO] running `Command { std: "docker" "inspect" "a0e01faafda4818ee045bfba5f49a9e69e7584ddcd7c9fc043c54aedebe4cb29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0e01faafda4818ee045bfba5f49a9e69e7584ddcd7c9fc043c54aedebe4cb29", kill_on_drop: false }` [INFO] [stdout] a0e01faafda4818ee045bfba5f49a9e69e7584ddcd7c9fc043c54aedebe4cb29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ecbdba222662851b2f11de88d0481f2cb1852b4386db510c4c9f87f1e48c47a [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" "8ecbdba222662851b2f11de88d0481f2cb1852b4386db510c4c9f87f1e48c47a", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/heap.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | objs: Vec> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/resolver/mod.rs:120:26 [INFO] [stderr] | [INFO] [stderr] 120 | type ExprResult = Result<(bool), Exception>; // is_capturing [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/value.rs:28:50 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn get_traceable(value: &Value) -> Option> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vm.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | io: &'io mut OchaIO [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vm.rs:104:46 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn new (module: Module, io: &'io mut OchaIO) -> VM { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:28:49 [INFO] [stderr] | [INFO] [stderr] 28 | fn run_file_with_io(filename : String, io: &mut OchaIO) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | fn read_file_with_io (filename : &str, io: &mut OchaIO) -> Result { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:61:37 [INFO] [stderr] | [INFO] [stderr] 61 | fn execute(module: Module, io: &mut OchaIO) -> Result<(), Exception> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | fn report_exception(io: &mut OchaIO, exception: Exception) -> () { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:31 [INFO] [stderr] | [INFO] [stderr] 72 | fn report_exceptions(io: &mut OchaIO, exceptions: Vec) -> () { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: field is never read: `last_line` [INFO] [stderr] --> src/resolver/mod.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | last_line: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/heap.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | objs: Vec> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/resolver/mod.rs:120:26 [INFO] [stderr] | [INFO] [stderr] 120 | type ExprResult = Result<(bool), Exception>; // is_capturing [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/value.rs:28:50 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn get_traceable(value: &Value) -> Option> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vm.rs:98:18 [INFO] [stderr] | [INFO] [stderr] 98 | io: &'io mut OchaIO [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vm.rs:104:46 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn new (module: Module, io: &'io mut OchaIO) -> VM { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:28:49 [INFO] [stderr] | [INFO] [stderr] 28 | fn run_file_with_io(filename : String, io: &mut OchaIO) -> Result<(), ()> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | fn read_file_with_io (filename : &str, io: &mut OchaIO) -> Result { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:61:37 [INFO] [stderr] | [INFO] [stderr] 61 | fn execute(module: Module, io: &mut OchaIO) -> Result<(), Exception> { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | fn report_exception(io: &mut OchaIO, exception: Exception) -> () { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:31 [INFO] [stderr] | [INFO] [stderr] 72 | fn report_exceptions(io: &mut OchaIO, exceptions: Vec) -> () { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn OchaIO` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: field is never read: `last_line` [INFO] [stderr] --> src/resolver/mod.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | last_line: i32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ocha-744310d23e1475bb) [INFO] [stdout] running 12 tests [INFO] [stdout] test test::test_global ... ok [INFO] [stdout] test test::test_err_resolver ... ok [INFO] [stdout] test test::test_list ... ok [INFO] [stdout] test test::test_local_scope ... ok [INFO] [stdout] test test::test_loop ... ok [INFO] [stdout] test test::test_variable ... ok [INFO] [stdout] test test::test_function ... ok [INFO] [stdout] test test::test_expression ... ok [INFO] [stdout] test test::test_err_parser ... ok [INFO] [stdout] test test::test_condition ... ok [INFO] [stdout] test test::test_closure_complex ... ok [INFO] [stdout] test test::test_closure ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ocha-4211963a23e24641) [INFO] [stdout] [INFO] [stderr] Doc-tests ocha [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] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/resolver/mod.rs:120:26 [INFO] [stderr] | [INFO] [stderr] 120 | type ExprResult = Result<(bool), Exception>; // is_capturing [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "8ecbdba222662851b2f11de88d0481f2cb1852b4386db510c4c9f87f1e48c47a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ecbdba222662851b2f11de88d0481f2cb1852b4386db510c4c9f87f1e48c47a", kill_on_drop: false }` [INFO] [stdout] 8ecbdba222662851b2f11de88d0481f2cb1852b4386db510c4c9f87f1e48c47a