[INFO] fetching crate polly 0.1.2... [INFO] testing polly-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate polly 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate polly 0.1.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate polly 0.1.2 [INFO] finished tweaking crates.io crate polly 0.1.2 [INFO] tweaked toml for crates.io crate polly 0.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yaml-rust v0.3.5 [INFO] [stderr] Downloaded serde v0.6.15 [INFO] [stderr] Downloaded serde_json v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9dd35fc942142f7db3b319b53f9f689026891a504e6ca26100a1a6b55ac201f6 [INFO] running `Command { std: "docker" "start" "-a" "9dd35fc942142f7db3b319b53f9f689026891a504e6ca26100a1a6b55ac201f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dd35fc942142f7db3b319b53f9f689026891a504e6ca26100a1a6b55ac201f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd35fc942142f7db3b319b53f9f689026891a504e6ca26100a1a6b55ac201f6", kill_on_drop: false }` [INFO] [stdout] 9dd35fc942142f7db3b319b53f9f689026891a504e6ca26100a1a6b55ac201f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc04a592ea03c9bde7fa36179734078e225a4f3f6164b868c2ef805ef1c8fa92 [INFO] running `Command { std: "docker" "start" "-a" "cc04a592ea03c9bde7fa36179734078e225a4f3f6164b868c2ef805ef1c8fa92", kill_on_drop: false }` [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde v0.6.15 [INFO] [stderr] Compiling serde_json v0.6.1 [INFO] [stderr] Compiling polly v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 180 | let identifier = get_identifer!(self.take(), [INFO] [stdout] | __________________________________________________- [INFO] [stdout] 181 | | index, [INFO] [stdout] 182 | | UnexpectedToken); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/compiler/parser.rs:189:60 [INFO] [stdout] | [INFO] [stdout] 189 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 189 - return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stdout] 189 + return Ok(CompCall(ComponentCall::from_component(component))); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | let tag = get_identifer!(self.take(), index, InvalidElement); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/compiler/parser.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | 'element: while let Some(token) = self.take() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 239 | let identifier = get_identifer!(self.take(), [INFO] [stdout] | ______________________________________________________- [INFO] [stdout] 240 | | index, [INFO] [stdout] 241 | | ExpectedVariable); [INFO] [stdout] | |_____________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 351 | None => unexpected_eof!(Symbol(index, At)), [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 363 | None => unexpected_eof!(Symbol(index, Ampersand)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 369 | None => unexpected_eof!(Symbol(index, Equals)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 376 | None => unexpected_eof!(Word(index, arg_name)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 387 | None => unexpected_eof!(Symbol(index, Dollar)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Value` is imported redundantly [INFO] [stdout] --> src/compiler/codegen.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 9 | use serde_json::Value; [INFO] [stdout] | ----------------- the item `Value` is already imported here [INFO] [stdout] ... [INFO] [stdout] 335 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Value` is imported redundantly [INFO] [stdout] --> src/template.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 9 | use serde_json::Value; [INFO] [stdout] | ----------------- the item `Value` is already imported here [INFO] [stdout] ... [INFO] [stdout] 162 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/template.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stdout] | ________________________^ [INFO] [stdout] 15 | | -> Result>; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 ~ pub type PollyFn = Box, &Rc>) [INFO] [stdout] 15 ~ -> Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compiler/parser.rs:275:49 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | --------------------------------- any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compiler/parser.rs:285:45 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | --------------------------------- any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:293:42 [INFO] [stdout] | [INFO] [stdout] 293 | AstError(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:297:47 [INFO] [stdout] | [INFO] [stdout] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | IoError(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:315:71 [INFO] [stdout] | [INFO] [stdout] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:317:70 [INFO] [stdout] | [INFO] [stdout] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:320:45 [INFO] [stdout] | [INFO] [stdout] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:324:30 [INFO] [stdout] | [INFO] [stdout] 324 | self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stdout] | [INFO] [stdout] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stdout] | [INFO] [stdout] 113 | return write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stdout] | [INFO] [stdout] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.23s [INFO] running `Command { std: "docker" "inspect" "cc04a592ea03c9bde7fa36179734078e225a4f3f6164b868c2ef805ef1c8fa92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc04a592ea03c9bde7fa36179734078e225a4f3f6164b868c2ef805ef1c8fa92", kill_on_drop: false }` [INFO] [stdout] cc04a592ea03c9bde7fa36179734078e225a4f3f6164b868c2ef805ef1c8fa92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 415c8d4599e28ab5719a17f9f637fcb20655807a34109ad58ac1b76dbfa0b722 [INFO] running `Command { std: "docker" "start" "-a" "415c8d4599e28ab5719a17f9f637fcb20655807a34109ad58ac1b76dbfa0b722", kill_on_drop: false }` [INFO] [stderr] Compiling polly v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 180 | let identifier = get_identifer!(self.take(), [INFO] [stdout] | __________________________________________________- [INFO] [stdout] 181 | | index, [INFO] [stdout] 182 | | UnexpectedToken); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/compiler/parser.rs:189:60 [INFO] [stdout] | [INFO] [stdout] 189 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 189 - return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stdout] 189 + return Ok(CompCall(ComponentCall::from_component(component))); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | let tag = get_identifer!(self.take(), index, InvalidElement); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/compiler/parser.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | 'element: while let Some(token) = self.take() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 239 | let identifier = get_identifer!(self.take(), [INFO] [stdout] | ______________________________________________________- [INFO] [stdout] 240 | | index, [INFO] [stdout] 241 | | ExpectedVariable); [INFO] [stdout] | |_____________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 351 | None => unexpected_eof!(Symbol(index, At)), [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 363 | None => unexpected_eof!(Symbol(index, Ampersand)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 369 | None => unexpected_eof!(Symbol(index, Equals)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 376 | None => unexpected_eof!(Word(index, arg_name)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 387 | None => unexpected_eof!(Symbol(index, Dollar)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Value` is imported redundantly [INFO] [stdout] --> src/compiler/codegen.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 9 | use serde_json::Value; [INFO] [stdout] | ----------------- the item `Value` is already imported here [INFO] [stdout] ... [INFO] [stdout] 335 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Value` is imported redundantly [INFO] [stdout] --> src/template.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 9 | use serde_json::Value; [INFO] [stdout] | ----------------- the item `Value` is already imported here [INFO] [stdout] ... [INFO] [stdout] 162 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/template.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stdout] | ________________________^ [INFO] [stdout] 15 | | -> Result>; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 ~ pub type PollyFn = Box, &Rc>) [INFO] [stdout] 15 ~ -> Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compiler/parser.rs:275:49 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | --------------------------------- any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compiler/parser.rs:285:45 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | --------------------------------- any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:293:42 [INFO] [stdout] | [INFO] [stdout] 293 | AstError(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:297:47 [INFO] [stdout] | [INFO] [stdout] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | IoError(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:315:71 [INFO] [stdout] | [INFO] [stdout] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:317:70 [INFO] [stdout] | [INFO] [stdout] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:320:45 [INFO] [stdout] | [INFO] [stdout] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:324:30 [INFO] [stdout] | [INFO] [stdout] 324 | self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stdout] | [INFO] [stdout] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stdout] | [INFO] [stdout] 113 | return write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stdout] | [INFO] [stdout] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 180 | let identifier = get_identifer!(self.take(), [INFO] [stdout] | __________________________________________________- [INFO] [stdout] 181 | | index, [INFO] [stdout] 182 | | UnexpectedToken); [INFO] [stdout] | |________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/compiler/parser.rs:189:60 [INFO] [stdout] | [INFO] [stdout] 189 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 189 - return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stdout] 189 + return Ok(CompCall(ComponentCall::from_component(component))); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 221 | let tag = get_identifer!(self.take(), index, InvalidElement); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused label [INFO] [stdout] --> src/compiler/parser.rs:224:9 [INFO] [stdout] | [INFO] [stdout] 224 | 'element: while let Some(token) = self.take() { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_labels)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 239 | let identifier = get_identifer!(self.take(), [INFO] [stdout] | ______________________________________________________- [INFO] [stdout] 240 | | index, [INFO] [stdout] 241 | | ExpectedVariable); [INFO] [stdout] | |_____________________________________________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 351 | None => unexpected_eof!(Symbol(index, At)), [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 363 | None => unexpected_eof!(Symbol(index, Ampersand)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 369 | None => unexpected_eof!(Symbol(index, Equals)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 376 | None => unexpected_eof!(Word(index, arg_name)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/parser.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 387 | None => unexpected_eof!(Symbol(index, Dollar)), [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Value` is imported redundantly [INFO] [stdout] --> src/compiler/codegen.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 9 | use serde_json::Value; [INFO] [stdout] | ----------------- the item `Value` is already imported here [INFO] [stdout] ... [INFO] [stdout] 335 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Value` is imported redundantly [INFO] [stdout] --> src/template.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 9 | use serde_json::Value; [INFO] [stdout] | ----------------- the item `Value` is already imported here [INFO] [stdout] ... [INFO] [stdout] 162 | use serde_json::Value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/template.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stdout] | ________________________^ [INFO] [stdout] 15 | | -> Result>; [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 ~ pub type PollyFn = Box, &Rc>) [INFO] [stdout] 15 ~ -> Result>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compiler/parser.rs:275:49 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | --------------------------------- any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/compiler/parser.rs:285:45 [INFO] [stdout] | [INFO] [stdout] 15 | return Err(UnexpectedEof($token)); [INFO] [stdout] | --------------------------------- any code following this expression is unreachable [INFO] [stdout] ... [INFO] [stdout] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:293:42 [INFO] [stdout] | [INFO] [stdout] 293 | AstError(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:297:47 [INFO] [stdout] | [INFO] [stdout] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:299:41 [INFO] [stdout] | [INFO] [stdout] 299 | IoError(ref error) => error.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:315:71 [INFO] [stdout] | [INFO] [stdout] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:317:70 [INFO] [stdout] | [INFO] [stdout] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:320:45 [INFO] [stdout] | [INFO] [stdout] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/codegen.rs:324:30 [INFO] [stdout] | [INFO] [stdout] 324 | self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stdout] | [INFO] [stdout] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stdout] | [INFO] [stdout] 113 | return write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stdout] | [INFO] [stdout] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `Command { std: "docker" "inspect" "415c8d4599e28ab5719a17f9f637fcb20655807a34109ad58ac1b76dbfa0b722", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "415c8d4599e28ab5719a17f9f637fcb20655807a34109ad58ac1b76dbfa0b722", kill_on_drop: false }` [INFO] [stdout] 415c8d4599e28ab5719a17f9f637fcb20655807a34109ad58ac1b76dbfa0b722 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 65e2fc4c68c9be1db464573db87b7c6987c11b3565e80293a0ad7e6266674ae6 [INFO] running `Command { std: "docker" "start" "-a" "65e2fc4c68c9be1db464573db87b7c6987c11b3565e80293a0ad7e6266674ae6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 180 | let identifier = get_identifer!(self.take(), [INFO] [stderr] | __________________________________________________- [INFO] [stderr] 181 | | index, [INFO] [stderr] 182 | | UnexpectedToken); [INFO] [stderr] | |________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/compiler/parser.rs:189:60 [INFO] [stderr] | [INFO] [stderr] 189 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 189 - return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] 189 + return Ok(CompCall(ComponentCall::from_component(component))); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 221 | let tag = get_identifer!(self.take(), index, InvalidElement); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/compiler/parser.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | 'element: while let Some(token) = self.take() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:27:10 [INFO] [stderr] | [INFO] [stderr] 27 | }; [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 239 | let identifier = get_identifer!(self.take(), [INFO] [stderr] | ______________________________________________________- [INFO] [stderr] 240 | | index, [INFO] [stderr] 241 | | ExpectedVariable); [INFO] [stderr] | |_____________________________________________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `get_identifer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 351 | None => unexpected_eof!(Symbol(index, At)), [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 363 | None => unexpected_eof!(Symbol(index, Ampersand)), [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 369 | None => unexpected_eof!(Symbol(index, Equals)), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 376 | None => unexpected_eof!(Word(index, arg_name)), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/compiler/parser.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 387 | None => unexpected_eof!(Symbol(index, Dollar)), [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `unexpected_eof` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/compiler/codegen.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 335 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/template.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 162 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/template.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] | ________________________^ [INFO] [stderr] 15 | | -> Result>; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 ~ pub type PollyFn = Box, &Rc>) [INFO] [stderr] 15 ~ -> Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:275:49 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 275 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:285:45 [INFO] [stderr] | [INFO] [stderr] 15 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 285 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:293:42 [INFO] [stderr] | [INFO] [stderr] 293 | AstError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:297:47 [INFO] [stderr] | [INFO] [stderr] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:299:41 [INFO] [stderr] | [INFO] [stderr] 299 | IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:315:71 [INFO] [stderr] | [INFO] [stderr] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:317:70 [INFO] [stderr] | [INFO] [stderr] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:320:45 [INFO] [stderr] | [INFO] [stderr] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stderr] | [INFO] [stderr] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stderr] | [INFO] [stderr] 113 | return write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stderr] | [INFO] [stderr] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `polly` (lib) generated 28 warnings [INFO] [stderr] warning: `polly` (lib test) generated 28 warnings (28 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/polly-b65994b8c9b2ce4f) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test compiler::lexer::tests::all_operators ... ok [INFO] [stdout] test compiler::lexer::tests::at_operator ... ok [INFO] [stdout] test compiler::lexer::tests::ampersand_operator ... ok [INFO] [stdout] test compiler::lexer::tests::back_slash_operator ... ok [INFO] [stdout] test compiler::lexer::tests::close_brace_operator ... ok [INFO] [stdout] test compiler::lexer::tests::close_param_operator ... ok [INFO] [stdout] test compiler::lexer::tests::dollar_operator ... ok [INFO] [stdout] test compiler::lexer::tests::equals_operator ... ok [INFO] [stdout] test compiler::lexer::tests::dot_operator ... ok [INFO] [stdout] test compiler::lexer::tests::forward_slash_operator ... ok [INFO] [stdout] test compiler::lexer::tests::hello_world ... ok [INFO] [stdout] test compiler::lexer::tests::ignore_spaces ... ok [INFO] [stdout] test compiler::lexer::tests::open_brace_operator ... ok [INFO] [stdout] test compiler::lexer::tests::open_param_operator ... ok [INFO] [stdout] test compiler::lexer::tests::pound_operator ... ok [INFO] [stdout] test compiler::lexer::tests::quote_operator ... ok [INFO] [stdout] test compiler::lexer::tests::star_operator ... ok [INFO] [stdout] test compiler::lexer::tests::word ... ok [INFO] [stdout] test compiler::lexer::tests::words_and_operators ... ok [INFO] [stdout] test compiler::lexer::tests::words ... ok [INFO] [stdout] test template::tests::element ... ok [INFO] [stdout] test template::tests::component ... ok [INFO] [stdout] test template::tests::component_imported ... ok [INFO] [stdout] test template::tests::variable_inside_another_variable ... ok [INFO] [stdout] test template::tests::function_if ... ok [INFO] [stdout] test template::tests::locales ... ok [INFO] [stdout] test template::tests::function_each ... ok [INFO] [stdout] test template::tests::function_if_else ... ok [INFO] [stdout] test template::tests::variable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pollybin-e0e950c085b3a7ac) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests polly [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> /opt/rustwide/workdir/src/compiler/parser.rs:189:60 [INFO] [stderr] | [INFO] [stderr] 189 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 189 - return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] 189 + return Ok(CompCall(ComponentCall::from_component(component))); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/template.rs - template::std_functions (line 95) ... ok [INFO] [stdout] test src/template.rs - template::std_functions (line 133) ... ok [INFO] [stdout] test src/template.rs - template::std_functions (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.74s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65e2fc4c68c9be1db464573db87b7c6987c11b3565e80293a0ad7e6266674ae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65e2fc4c68c9be1db464573db87b7c6987c11b3565e80293a0ad7e6266674ae6", kill_on_drop: false }` [INFO] [stdout] 65e2fc4c68c9be1db464573db87b7c6987c11b3565e80293a0ad7e6266674ae6