[INFO] cloning repository https://github.com/Szune/eilang-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Szune/eilang-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSzune%2Feilang-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSzune%2Feilang-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b2c813b84eacdecabb9ab194d6adf911228631f2 [INFO] testing Szune/eilang-rust against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSzune%2Feilang-rust" "/workspace/builds/worker-79/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-79/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Szune/eilang-rust on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Szune/eilang-rust [INFO] finished tweaking git repo https://github.com/Szune/eilang-rust [INFO] tweaked toml for git repo https://github.com/Szune/eilang-rust written to /workspace/builds/worker-79/source/Cargo.toml [INFO] crate git repo https://github.com/Szune/eilang-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0050eb45fe2f0c221c152c51ea9f720e1b171b01248af5180fbe722035e278e4 [INFO] running `Command { std: "docker" "start" "-a" "0050eb45fe2f0c221c152c51ea9f720e1b171b01248af5180fbe722035e278e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0050eb45fe2f0c221c152c51ea9f720e1b171b01248af5180fbe722035e278e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0050eb45fe2f0c221c152c51ea9f720e1b171b01248af5180fbe722035e278e4", kill_on_drop: false }` [INFO] [stdout] 0050eb45fe2f0c221c152c51ea9f720e1b171b01248af5180fbe722035e278e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13f89a4ca674d4fd73359e91e58e00d4952541d221b15da28999be54b2e3fe36 [INFO] running `Command { std: "docker" "start" "-a" "13f89a4ca674d4fd73359e91e58e00d4952541d221b15da28999be54b2e3fe36", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ei v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | return token!(TokenType::EndOfText); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | '(' => tok = token!(TokenType::LeftParenthesis), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 101 | ')' => tok = token!(TokenType::RightParenthesis), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | ',' => tok = token!(TokenType::Comma), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | '.' => tok = token!(TokenType::Dot), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | '{' => tok = token!(TokenType::LeftBrace), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 105 | '}' => tok = token!(TokenType::RightBrace), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | '[' => tok = token!(TokenType::LeftBracket), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | ']' => tok = token!(TokenType::RightBracket), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | tok = token!(TokenType::DoubleColon); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | tok = token!(TokenType::Walrus); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => tok = token!(TokenType::Colon), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | ';' => tok = token!(TokenType::Semicolon), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | tok = token!(TokenType::LessThanEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 125 | _ => tok = token!(TokenType::LessThan), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 129 | tok = token!(TokenType::GreaterThanEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | _ => tok = token!(TokenType::GreaterThan), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | tok = token!(TokenType::And); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 143 | tok = token!(TokenType::Or); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | tok = token!(TokenType::NotEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 157 | tok = token!(TokenType::EqualsEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | _ => tok = token!(TokenType::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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | '*' => tok = token!(TokenType::Asterisk), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | _ => tok = token!(TokenType::Slash), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | '+' => tok = token!(TokenType::Plus), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 182 | tok = token!(TokenType::Arrow) [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 184 | _ => tok = token!(TokenType::Dash), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | tok = token!(unknown); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 200 | return token!(TokenType::EndOfText); [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 `token` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `called_with_arg_count` [INFO] [stdout] --> src/interpreter.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | called_with_arg_count: i64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.66s [INFO] running `Command { std: "docker" "inspect" "13f89a4ca674d4fd73359e91e58e00d4952541d221b15da28999be54b2e3fe36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13f89a4ca674d4fd73359e91e58e00d4952541d221b15da28999be54b2e3fe36", kill_on_drop: false }` [INFO] [stdout] 13f89a4ca674d4fd73359e91e58e00d4952541d221b15da28999be54b2e3fe36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bed098e4068d0c1c03d10100ded39d8b46b2f965a2530dbeee1f3be5906e681a [INFO] running `Command { std: "docker" "start" "-a" "bed098e4068d0c1c03d10100ded39d8b46b2f965a2530dbeee1f3be5906e681a", kill_on_drop: false }` [INFO] [stderr] Compiling ei v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 87 | return token!(TokenType::EndOfText); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | '(' => tok = token!(TokenType::LeftParenthesis), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 101 | ')' => tok = token!(TokenType::RightParenthesis), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | ',' => tok = token!(TokenType::Comma), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | '.' => tok = token!(TokenType::Dot), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 104 | '{' => tok = token!(TokenType::LeftBrace), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 105 | '}' => tok = token!(TokenType::RightBrace), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | '[' => tok = token!(TokenType::LeftBracket), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 107 | ']' => tok = token!(TokenType::RightBracket), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | tok = token!(TokenType::DoubleColon); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | tok = token!(TokenType::Walrus); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | _ => tok = token!(TokenType::Colon), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 119 | ';' => tok = token!(TokenType::Semicolon), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 122 | tok = token!(TokenType::LessThanEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 125 | _ => tok = token!(TokenType::LessThan), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 129 | tok = token!(TokenType::GreaterThanEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 132 | _ => tok = token!(TokenType::GreaterThan), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | tok = token!(TokenType::And); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 143 | tok = token!(TokenType::Or); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | tok = token!(TokenType::NotEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 157 | tok = token!(TokenType::EqualsEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | _ => tok = token!(TokenType::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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | '*' => tok = token!(TokenType::Asterisk), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | _ => tok = token!(TokenType::Slash), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | '+' => tok = token!(TokenType::Plus), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 182 | tok = token!(TokenType::Arrow) [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 184 | _ => tok = token!(TokenType::Dash), [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | tok = token!(unknown); [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 `token` (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/lexer.rs:83:57 [INFO] [stdout] | [INFO] [stdout] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 200 | return token!(TokenType::EndOfText); [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 `token` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `called_with_arg_count` [INFO] [stdout] --> src/interpreter.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | called_with_arg_count: i64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `Command { std: "docker" "inspect" "bed098e4068d0c1c03d10100ded39d8b46b2f965a2530dbeee1f3be5906e681a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bed098e4068d0c1c03d10100ded39d8b46b2f965a2530dbeee1f3be5906e681a", kill_on_drop: false }` [INFO] [stdout] bed098e4068d0c1c03d10100ded39d8b46b2f965a2530dbeee1f3be5906e681a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 95d89989415cbe7ca19f2c8c8b20292a310d37c8e312ec65a4386033a87b872b [INFO] running `Command { std: "docker" "start" "-a" "95d89989415cbe7ca19f2c8c8b20292a310d37c8e312ec65a4386033a87b872b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 87 | return token!(TokenType::EndOfText); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 100 | '(' => tok = token!(TokenType::LeftParenthesis), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 101 | ')' => tok = token!(TokenType::RightParenthesis), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 102 | ',' => tok = token!(TokenType::Comma), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 103 | '.' => tok = token!(TokenType::Dot), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 104 | '{' => tok = token!(TokenType::LeftBrace), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 105 | '}' => tok = token!(TokenType::RightBrace), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 106 | '[' => tok = token!(TokenType::LeftBracket), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 107 | ']' => tok = token!(TokenType::RightBracket), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 110 | tok = token!(TokenType::DoubleColon); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 114 | tok = token!(TokenType::Walrus); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 117 | _ => tok = token!(TokenType::Colon), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 119 | ';' => tok = token!(TokenType::Semicolon), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 122 | tok = token!(TokenType::LessThanEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 125 | _ => tok = token!(TokenType::LessThan), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 129 | tok = token!(TokenType::GreaterThanEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 132 | _ => tok = token!(TokenType::GreaterThan), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 136 | tok = token!(TokenType::And); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 143 | tok = token!(TokenType::Or); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 150 | tok = token!(TokenType::NotEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 157 | tok = token!(TokenType::EqualsEquals); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 160 | _ => tok = token!(TokenType::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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 162 | '*' => tok = token!(TokenType::Asterisk), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 175 | _ => tok = token!(TokenType::Slash), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 177 | '+' => tok = token!(TokenType::Plus), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 182 | tok = token!(TokenType::Arrow) [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 184 | _ => tok = token!(TokenType::Dash), [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 194 | tok = token!(unknown); [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 `token` (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/lexer.rs:83:57 [INFO] [stderr] | [INFO] [stderr] 83 | Token::with_pos($t, self.line, self.col); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 200 | return token!(TokenType::EndOfText); [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 `token` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `called_with_arg_count` [INFO] [stderr] --> src/interpreter.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | called_with_arg_count: i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ei` (bin "ei" test) generated 30 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ei-ef82230feabe96d0) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test interpreter::tests::test_println ... ok [INFO] [stdout] test rustfn::tests::test_normal_call ... ok [INFO] [stdout] test scope::tests::scope_get_local_var_that_also_exists_in_parent ... ok [INFO] [stdout] test parser::tests::string_constant ... ok [INFO] [stdout] test scope::tests::scope_get_local_var_that_only_exists_in_child ... ok [INFO] [stdout] test scope::tests::scope_get_var_from_parent ... ok [INFO] [stdout] test typechecker::tests::if_bool_expr_is_ok ... ok [INFO] [stdout] test typechecker::tests::if_expr_with_bool_result_is_ok ... ok [INFO] [stdout] test typechecker::tests::if_string_expr_is_err ... ok [INFO] [stdout] test typechecker::tests::local_reference_in_function_is_checked_is_err ... ok [INFO] [stdout] test typechecker::tests::local_reference_in_function_is_checked_is_ok ... ok [INFO] [stdout] test typechecker::tests::local_reference_is_checked_is_err ... ok [INFO] [stdout] test typechecker::tests::local_reference_is_checked_is_ok ... ok [INFO] [stdout] test typechecker::tests::reassignment_is_err ... ok [INFO] [stdout] test typechecker::tests::reassignment_is_ok ... ok [INFO] [stdout] test typechecker::tests::returning_correct_type_in_function_is_ok ... ok [INFO] [stdout] test typechecker::tests::returning_coerced_string_is_ok ... ok [INFO] [stdout] test typechecker::tests::returning_int_when_expecting_string_is_err ... ok [INFO] [stdout] test typechecker::tests::returning_wrong_type_in_function_is_err ... ok [INFO] [stdout] test typechecker::tests::shadowed_variable_is_err ... ok [INFO] [stdout] test types::tests::BOOLEAN ... ok [INFO] [stdout] test types::tests::ANY ... ok [INFO] [stdout] test typechecker::tests::shadowed_variable_is_ok ... ok [INFO] [stdout] test types::tests::DOUBLE ... ok [INFO] [stdout] test types::tests::INT64 ... ok [INFO] [stdout] test types::tests::STRING ... ok [INFO] [stdout] test types::tests::UNIT ... ok [INFO] [stdout] test types::tests::get_indeterminate ... ok [INFO] [stdout] test types::tests::define_same_type_in_same_scope_twice ... ok [INFO] [stdout] test types::tests::VOID ... ok [INFO] [stdout] test types::tests::types_get_different_ids ... ok [INFO] [stdout] test scope::tests::scope_try_get_var_that_is_not_defined - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "95d89989415cbe7ca19f2c8c8b20292a310d37c8e312ec65a4386033a87b872b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95d89989415cbe7ca19f2c8c8b20292a310d37c8e312ec65a4386033a87b872b", kill_on_drop: false }` [INFO] [stdout] 95d89989415cbe7ca19f2c8c8b20292a310d37c8e312ec65a4386033a87b872b