[INFO] cloning repository https://github.com/gluaxspeed/rust-compiler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gluaxspeed/rust-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluaxspeed%2Frust-compiler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluaxspeed%2Frust-compiler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a379af0c2379f0e8e481165936b27365e1b1ac1c [INFO] testing gluaxspeed/rust-compiler against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgluaxspeed%2Frust-compiler" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gluaxspeed/rust-compiler on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gluaxspeed/rust-compiler [INFO] finished tweaking git repo https://github.com/gluaxspeed/rust-compiler [INFO] tweaked toml for git repo https://github.com/gluaxspeed/rust-compiler written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/gluaxspeed/rust-compiler already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lazy_static v1.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0de643ccdf9533205f3714308c535749c62742780b2e8e98e6d0db293e99f0a0 [INFO] running `Command { std: "docker" "start" "-a" "0de643ccdf9533205f3714308c535749c62742780b2e8e98e6d0db293e99f0a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0de643ccdf9533205f3714308c535749c62742780b2e8e98e6d0db293e99f0a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de643ccdf9533205f3714308c535749c62742780b2e8e98e6d0db293e99f0a0", kill_on_drop: false }` [INFO] [stdout] 0de643ccdf9533205f3714308c535749c62742780b2e8e98e6d0db293e99f0a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6f44c6d3eb5aff6da10ddd3d0ac1e140c9d2360e37ed2059dbad94a89cac260c [INFO] running `Command { std: "docker" "start" "-a" "6f44c6d3eb5aff6da10ddd3d0ac1e140c9d2360e37ed2059dbad94a89cac260c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/ast.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | pub statements: Vec>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Statement` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/ast.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | pub val: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | pub return_val: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | pub expression: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | pub statements: Vec>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Statement` [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/parser/ast.rs:205:27 [INFO] [stdout] | [INFO] [stdout] 205 | pub right: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | pub left: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:231:20 [INFO] [stdout] | [INFO] [stdout] 231 | pub right: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:252:19 [INFO] [stdout] | [INFO] [stdout] 252 | pub cond: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:315:19 [INFO] [stdout] | [INFO] [stdout] 315 | pub func: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:316:30 [INFO] [stdout] | [INFO] [stdout] 316 | pub args: Option>>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser.rs:34:52 [INFO] [stdout] | [INFO] [stdout] 34 | type PrefixParseFn = fn(&mut Parser) -> Option>; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:35:41 [INFO] [stdout] | [INFO] [stdout] 35 | type InfixParseFn = fn(&mut Parser, Box) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:35:66 [INFO] [stdout] | [INFO] [stdout] 35 | type InfixParseFn = fn(&mut Parser, Box) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:45:48 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse_ident(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:52:54 [INFO] [stdout] | [INFO] [stdout] 52 | fn parse_int_literal(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse_bool(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:74:61 [INFO] [stdout] | [INFO] [stdout] 74 | fn parse_grouped_expression(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:86:60 [INFO] [stdout] | [INFO] [stdout] 86 | fn parse_prefix_expression(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:97:56 [INFO] [stdout] | [INFO] [stdout] 97 | fn parse_if_expression(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:133:59 [INFO] [stdout] | [INFO] [stdout] 133 | fn parse_function_literal(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:157:55 [INFO] [stdout] | [INFO] [stdout] 157 | fn parse_infix_expression(par: &mut Parser, left: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:157:80 [INFO] [stdout] | [INFO] [stdout] 157 | fn parse_infix_expression(par: &mut Parser, left: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:171:54 [INFO] [stdout] | [INFO] [stdout] 171 | fn parse_call_expression(par: &mut Parser, func: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:171:79 [INFO] [stdout] | [INFO] [stdout] 171 | fn parse_call_expression(par: &mut Parser, func: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:208:32 [INFO] [stdout] | [INFO] [stdout] 208 | let mut stmts: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | fn parse_call_args(&mut self) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:272:31 [INFO] [stdout] | [INFO] [stdout] 272 | let mut args: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:315:66 [INFO] [stdout] | [INFO] [stdout] 315 | fn parse_expression(&mut self, precedence: u8) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:348:53 [INFO] [stdout] | [INFO] [stdout] 348 | fn parse_let_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:377:56 [INFO] [stdout] | [INFO] [stdout] 377 | fn parse_return_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:392:60 [INFO] [stdout] | [INFO] [stdout] 392 | fn parse_expression_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:406:49 [INFO] [stdout] | [INFO] [stdout] 406 | fn parse_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:415:32 [INFO] [stdout] | [INFO] [stdout] 415 | let mut stmts: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.44s [INFO] running `Command { std: "docker" "inspect" "6f44c6d3eb5aff6da10ddd3d0ac1e140c9d2360e37ed2059dbad94a89cac260c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f44c6d3eb5aff6da10ddd3d0ac1e140c9d2360e37ed2059dbad94a89cac260c", kill_on_drop: false }` [INFO] [stdout] 6f44c6d3eb5aff6da10ddd3d0ac1e140c9d2360e37ed2059dbad94a89cac260c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d0820520bee462a26e48b00798dcc7363e8048b64f052f5071ea37befac13dfa [INFO] running `Command { std: "docker" "start" "-a" "d0820520bee462a26e48b00798dcc7363e8048b64f052f5071ea37befac13dfa", kill_on_drop: false }` [INFO] [stderr] Compiling compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/ast.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | pub statements: Vec>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Statement` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parser/ast.rs:44:25 [INFO] [stdout] | [INFO] [stdout] 44 | pub val: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | pub return_val: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | pub expression: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:116:29 [INFO] [stdout] | [INFO] [stdout] 116 | pub statements: Vec>, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Statement` [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/parser/ast.rs:205:27 [INFO] [stdout] | [INFO] [stdout] 205 | pub right: Option>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | pub left: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:231:20 [INFO] [stdout] | [INFO] [stdout] 231 | pub right: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:252:19 [INFO] [stdout] | [INFO] [stdout] 252 | pub cond: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:315:19 [INFO] [stdout] | [INFO] [stdout] 315 | pub func: Box, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:316:30 [INFO] [stdout] | [INFO] [stdout] 316 | pub args: Option>>, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser.rs:34:52 [INFO] [stdout] | [INFO] [stdout] 34 | type PrefixParseFn = fn(&mut Parser) -> Option>; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:35:41 [INFO] [stdout] | [INFO] [stdout] 35 | type InfixParseFn = fn(&mut Parser, Box) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:35:66 [INFO] [stdout] | [INFO] [stdout] 35 | type InfixParseFn = fn(&mut Parser, Box) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:45:48 [INFO] [stdout] | [INFO] [stdout] 45 | fn parse_ident(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:52:54 [INFO] [stdout] | [INFO] [stdout] 52 | fn parse_int_literal(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | fn parse_bool(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:74:61 [INFO] [stdout] | [INFO] [stdout] 74 | fn parse_grouped_expression(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:86:60 [INFO] [stdout] | [INFO] [stdout] 86 | fn parse_prefix_expression(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:97:56 [INFO] [stdout] | [INFO] [stdout] 97 | fn parse_if_expression(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:133:59 [INFO] [stdout] | [INFO] [stdout] 133 | fn parse_function_literal(par: &mut Parser) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:157:55 [INFO] [stdout] | [INFO] [stdout] 157 | fn parse_infix_expression(par: &mut Parser, left: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:157:80 [INFO] [stdout] | [INFO] [stdout] 157 | fn parse_infix_expression(par: &mut Parser, left: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:171:54 [INFO] [stdout] | [INFO] [stdout] 171 | fn parse_call_expression(par: &mut Parser, func: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:171:79 [INFO] [stdout] | [INFO] [stdout] 171 | fn parse_call_expression(par: &mut Parser, func: Box) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:208:32 [INFO] [stdout] | [INFO] [stdout] 208 | let mut stmts: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | fn parse_call_args(&mut self) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:272:31 [INFO] [stdout] | [INFO] [stdout] 272 | let mut args: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:315:66 [INFO] [stdout] | [INFO] [stdout] 315 | fn parse_expression(&mut self, precedence: u8) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:348:53 [INFO] [stdout] | [INFO] [stdout] 348 | fn parse_let_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:377:56 [INFO] [stdout] | [INFO] [stdout] 377 | fn parse_return_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:392:60 [INFO] [stdout] | [INFO] [stdout] 392 | fn parse_expression_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:406:49 [INFO] [stdout] | [INFO] [stdout] 406 | fn parse_statement(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:415:32 [INFO] [stdout] | [INFO] [stdout] 415 | let mut stmts: Vec> = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d0820520bee462a26e48b00798dcc7363e8048b64f052f5071ea37befac13dfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0820520bee462a26e48b00798dcc7363e8048b64f052f5071ea37befac13dfa", kill_on_drop: false }` [INFO] [stdout] d0820520bee462a26e48b00798dcc7363e8048b64f052f5071ea37befac13dfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3966d7faa7ead182509147183bee3cc4c76590340e42d7ec0e51d29899b25843 [INFO] running `Command { std: "docker" "start" "-a" "3966d7faa7ead182509147183bee3cc4c76590340e42d7ec0e51d29899b25843", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/ast.rs:18:29 [INFO] [stderr] | [INFO] [stderr] 18 | pub statements: Vec>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Statement` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/ast.rs:44:25 [INFO] [stderr] | [INFO] [stderr] 44 | pub val: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:68:32 [INFO] [stderr] | [INFO] [stderr] 68 | pub return_val: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:92:32 [INFO] [stderr] | [INFO] [stderr] 92 | pub expression: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | pub statements: Vec>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Statement` [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/parser/ast.rs:205:27 [INFO] [stderr] | [INFO] [stderr] 205 | pub right: Option>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:230:19 [INFO] [stderr] | [INFO] [stderr] 230 | pub left: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:231:20 [INFO] [stderr] | [INFO] [stderr] 231 | pub right: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:252:19 [INFO] [stderr] | [INFO] [stderr] 252 | pub cond: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:315:19 [INFO] [stderr] | [INFO] [stderr] 315 | pub func: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser/ast.rs:316:30 [INFO] [stderr] | [INFO] [stderr] 316 | pub args: Option>>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Expression` [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/parser.rs:34:52 [INFO] [stderr] | [INFO] [stderr] 34 | type PrefixParseFn = fn(&mut Parser) -> Option>; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:35:41 [INFO] [stderr] | [INFO] [stderr] 35 | type InfixParseFn = fn(&mut Parser, Box) -> Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:35:66 [INFO] [stderr] | [INFO] [stderr] 35 | type InfixParseFn = fn(&mut Parser, Box) -> Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:45:48 [INFO] [stderr] | [INFO] [stderr] 45 | fn parse_ident(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:52:54 [INFO] [stderr] | [INFO] [stderr] 52 | fn parse_int_literal(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:67:47 [INFO] [stderr] | [INFO] [stderr] 67 | fn parse_bool(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:74:61 [INFO] [stderr] | [INFO] [stderr] 74 | fn parse_grouped_expression(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:86:60 [INFO] [stderr] | [INFO] [stderr] 86 | fn parse_prefix_expression(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:97:56 [INFO] [stderr] | [INFO] [stderr] 97 | fn parse_if_expression(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:133:59 [INFO] [stderr] | [INFO] [stderr] 133 | fn parse_function_literal(par: &mut Parser) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:157:55 [INFO] [stderr] | [INFO] [stderr] 157 | fn parse_infix_expression(par: &mut Parser, left: Box) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:157:80 [INFO] [stderr] | [INFO] [stderr] 157 | fn parse_infix_expression(par: &mut Parser, left: Box) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:171:54 [INFO] [stderr] | [INFO] [stderr] 171 | fn parse_call_expression(par: &mut Parser, func: Box) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:171:79 [INFO] [stderr] | [INFO] [stderr] 171 | fn parse_call_expression(par: &mut Parser, func: Box) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:208:32 [INFO] [stderr] | [INFO] [stderr] 208 | let mut stmts: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:271:53 [INFO] [stderr] | [INFO] [stderr] 271 | fn parse_call_args(&mut self) -> Option>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:272:31 [INFO] [stderr] | [INFO] [stderr] 272 | let mut args: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:315:66 [INFO] [stderr] | [INFO] [stderr] 315 | fn parse_expression(&mut self, precedence: u8) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Expression` [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/parser.rs:348:53 [INFO] [stderr] | [INFO] [stderr] 348 | fn parse_let_statement(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:377:56 [INFO] [stderr] | [INFO] [stderr] 377 | fn parse_return_statement(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:392:60 [INFO] [stderr] | [INFO] [stderr] 392 | fn parse_expression_statement(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:406:49 [INFO] [stderr] | [INFO] [stderr] 406 | fn parse_statement(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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/parser.rs:415:32 [INFO] [stderr] | [INFO] [stderr] 415 | let mut stmts: Vec> = Vec::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ast::Statement` [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: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/compiler-d5cd260efad1f97a) [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" "3966d7faa7ead182509147183bee3cc4c76590340e42d7ec0e51d29899b25843", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3966d7faa7ead182509147183bee3cc4c76590340e42d7ec0e51d29899b25843", kill_on_drop: false }` [INFO] [stdout] 3966d7faa7ead182509147183bee3cc4c76590340e42d7ec0e51d29899b25843