[INFO] fetching crate hatter 0.1.4... [INFO] building hatter-0.1.4 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate hatter 0.1.4 into /workspace/builds/worker-39/source [INFO] validating manifest of crates.io crate hatter 0.1.4 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hatter 0.1.4 [INFO] finished tweaking crates.io crate hatter 0.1.4 [INFO] tweaked toml for crates.io crate hatter 0.1.4 written to /workspace/builds/worker-39/source/Cargo.toml [INFO] crate crates.io crate hatter 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6d11bb8b9ba76ed592d0c0cc0a16dff4e2f7135d51879e92169a847c0324e7a [INFO] running `Command { std: "docker" "start" "-a" "c6d11bb8b9ba76ed592d0c0cc0a16dff4e2f7135d51879e92169a847c0324e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6d11bb8b9ba76ed592d0c0cc0a16dff4e2f7135d51879e92169a847c0324e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6d11bb8b9ba76ed592d0c0cc0a16dff4e2f7135d51879e92169a847c0324e7a", kill_on_drop: false }` [INFO] [stdout] c6d11bb8b9ba76ed592d0c0cc0a16dff4e2f7135d51879e92169a847c0324e7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] feac2e87822beee57c42e0a6acd94ff7517da903475d18a614af91e5dbf29573 [INFO] running `Command { std: "docker" "start" "-a" "feac2e87822beee57c42e0a6acd94ff7517da903475d18a614af91e5dbf29573", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling hatter v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | scan_error!($pos, $len, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/lexer.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | / scan_error!( [INFO] [stdout] 403 | | start, [INFO] [stdout] 404 | | 1, [INFO] [stdout] 405 | | "Unclosed string. Expected closing quote: {} ", [INFO] [stdout] 406 | | delimiter [INFO] [stdout] 407 | | ) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `scan_error` [INFO] [stdout] = note: this warning originates in the macro `scan_error` (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/error.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | scan_error!($pos, $len, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/lexer.rs:611:20 [INFO] [stdout] | [INFO] [stdout] 611 | return scan_error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 612 | | self.pos, [INFO] [stdout] 613 | | 1, [INFO] [stdout] 614 | | "Can't mix tabs and spaces. Expected {:?}, found {:?}", [INFO] [stdout] 615 | | self.style, [INFO] [stdout] 616 | | style [INFO] [stdout] 617 | | ); [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 `scan_error` (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/error.rs:98:52 [INFO] [stdout] | [INFO] [stdout] 98 | pos_error!($pos, format!($msg, $($args),+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/parser.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | _ => return pos_error!(pos, "Expected Attribute or >, got {:?}", next), [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 `pos_error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:46:52 [INFO] [stdout] | [INFO] [stdout] 46 | self.args.get(idx).map(Value::clone).ok_or(error_kind!( [INFO] [stdout] | ____________________________________________________- [INFO] [stdout] 47 | | ArgNotFound, [INFO] [stdout] 48 | | "Argument Not Found: {}", [INFO] [stdout] 49 | | idx [INFO] [stdout] 50 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 59 | | WrongArgType, [INFO] [stdout] 60 | | "Expected Number, got: {:?}", [INFO] [stdout] 61 | | self.need(idx)? [INFO] [stdout] 62 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 72 | | WrongArgType, [INFO] [stdout] 73 | | "Expected String, got: {:?}", [INFO] [stdout] 74 | | self.need(idx)? [INFO] [stdout] 75 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 85 | | WrongArgType, [INFO] [stdout] 86 | | "Expected List, got: {:?}", [INFO] [stdout] 87 | | self.need(idx)? [INFO] [stdout] 88 | | )) [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 `error_kind` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/builtin.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | return error!("Expected 2 args, got {}", 2); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/builtin.rs:135:16 [INFO] [stdout] | [INFO] [stdout] 135 | return error!("Expected 2 args, got {}", 2); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:224:28 [INFO] [stdout] | [INFO] [stdout] 224 | return error!("can't find var: {}", word); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:263:40 [INFO] [stdout] | [INFO] [stdout] 263 | ... return error!( [INFO] [stdout] | ______________________________- [INFO] [stdout] 264 | | ... "expected {} args, got {}", [INFO] [stdout] 265 | | ... params.len(), [INFO] [stdout] 266 | | ... args.len() [INFO] [stdout] 267 | | ... ); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:289:28 [INFO] [stdout] | [INFO] [stdout] 289 | return error!("can't find fn: {}", target.to_string()); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:324:28 [INFO] [stdout] | [INFO] [stdout] 324 | return error!("{} already set", 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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:326:28 [INFO] [stdout] | [INFO] [stdout] 326 | return error!("{} is not set", 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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:332:32 [INFO] [stdout] | [INFO] [stdout] 332 | return error!("{} is type {}", name, val.typename()); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:455:29 [INFO] [stdout] | [INFO] [stdout] 455 | v => return error!("expected List or Map, got {:?}", v), [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (1bb9bfddfe55579e, d9365cd2107cd673), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (dadabdcc42f86d6c, 10c4a82d14327339), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f9d3ffbfa332e2e4, 347b204759f2b5b9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (27fff4bac3e48f0c, f78b4879db4f79f1), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (e132b3e402359c52, 5bd504bd2b991906), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (dcd62925c3143c82, a99a9a4f730e80e6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (c6c172b04db9b8bc, c652cd02f3f54b6c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (209a6d53098694ed, f0d8ef100a8170a4), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (a3449aef589e5338, 8b3d407b4ce7e345), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (47b64242a7979d4f, 3fade0e0e86d16a4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (8c2d21e53198deb2, aa5071216a9c1fc0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (4bc2f7bf7b786214, a8d40ca0a0b0ccb9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d525542f51aed78, 67f2a74983619780), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d135dbced0c80e13, 36fc7f76c7592ce5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (2075289ada64cb92, c980a5934064a36b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (79cc561ff49cf0e9, 82ec7650cd7e98b0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (8b311bdbc242761c, aab29ea323b1cec1), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (db6016cf62089703, d9e274c4c153c464), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f4041da6bb2fb39b, 434185acd8681330), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (c42f48b17d77ed89, 7cf42341c1a5ac03), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (2f343334a2965335, e37ee4315970b6ce), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (5f6ad76f11d3f3ee, 5fb026e300221019), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (6279ed384dbc222b, 81b9a75044bf7d66), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (58c3d4583fece35b, e369af0aa1c643d3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (72aede6e02b79913, 357e788fb466791e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (3a8bf8e9e1e303f, 17705820f247ee20), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d24358053e0af853, fb7f4644781ef65c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d88a8ab2a83595c4, e26482e6080cf4cc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (5dc7608df1400316, 141db9461da12dd8), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (58dfe7c0acf1fb4, fbcac98f494561d5), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (55d139094e24b894, bc18e785ea88b760), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d910c679b38b566e, 393cd90ac0c0b848), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (3d349f88a58d55cb, 5cd7db3cc45c5678), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (72bf3de19913cafd, c07e5cb18ceea215), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (91e40abe001cf45c, bf853ed9e7d91eb7), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f8bf27085f268044, 254d779f8fba7b), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (6e7d40376c35ea6b, 98549b591b2e9416), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (7748e834a1b6b59a, 6776f5daf5e1b75f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (df8abab43eb89e4f, be70503581ae5f46), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d61831b885fc9a46, fc128bbefa187197), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d61831b885fc9a46, fc128bbefa187197), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (58dfe7c0acf1fb4, fbcac98f494561d5), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f1d9beaef1f16c5d, 345614bc9c25e83e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (989c37ad77ac2153, 4ca2ac33ca1120aa), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (af01c9c66cab357b, 32ed3a341677a1c0), 0, 0 [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (bd15b91f974db5f2, a2c2f6fb376e8590), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (3081ba0a0b46a9b9, ff9ba2a34cb137a8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (b4c5518665d854aa, 29d9d257daa215c1), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (4b1781baa3f15565, d0d3b82174cfa40b), 16, 16 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.08s [INFO] running `Command { std: "docker" "inspect" "feac2e87822beee57c42e0a6acd94ff7517da903475d18a614af91e5dbf29573", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feac2e87822beee57c42e0a6acd94ff7517da903475d18a614af91e5dbf29573", kill_on_drop: false }` [INFO] [stdout] feac2e87822beee57c42e0a6acd94ff7517da903475d18a614af91e5dbf29573 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fde8dbdfdee8dd5d0beb7836088eb0c90e64345577549fd878f9e04566d9ae0e [INFO] running `Command { std: "docker" "start" "-a" "fde8dbdfdee8dd5d0beb7836088eb0c90e64345577549fd878f9e04566d9ae0e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | scan_error!($pos, $len, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/lexer.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | / scan_error!( [INFO] [stdout] 403 | | start, [INFO] [stdout] 404 | | 1, [INFO] [stdout] 405 | | "Unclosed string. Expected closing quote: {} ", [INFO] [stdout] 406 | | delimiter [INFO] [stdout] 407 | | ) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `scan_error` [INFO] [stdout] = note: this warning originates in the macro `scan_error` (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/error.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | scan_error!($pos, $len, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/lexer.rs:611:20 [INFO] [stdout] | [INFO] [stdout] 611 | return scan_error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 612 | | self.pos, [INFO] [stdout] 613 | | 1, [INFO] [stdout] 614 | | "Can't mix tabs and spaces. Expected {:?}, found {:?}", [INFO] [stdout] 615 | | self.style, [INFO] [stdout] 616 | | style [INFO] [stdout] 617 | | ); [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 `scan_error` (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/error.rs:98:52 [INFO] [stdout] | [INFO] [stdout] 98 | pos_error!($pos, format!($msg, $($args),+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/parser.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | _ => return pos_error!(pos, "Expected Attribute or >, got {:?}", next), [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 `pos_error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:46:52 [INFO] [stdout] | [INFO] [stdout] 46 | self.args.get(idx).map(Value::clone).ok_or(error_kind!( [INFO] [stdout] | ____________________________________________________- [INFO] [stdout] 47 | | ArgNotFound, [INFO] [stdout] 48 | | "Argument Not Found: {}", [INFO] [stdout] 49 | | idx [INFO] [stdout] 50 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 59 | | WrongArgType, [INFO] [stdout] 60 | | "Expected Number, got: {:?}", [INFO] [stdout] 61 | | self.need(idx)? [INFO] [stdout] 62 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 72 | | WrongArgType, [INFO] [stdout] 73 | | "Expected String, got: {:?}", [INFO] [stdout] 74 | | self.need(idx)? [INFO] [stdout] 75 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 85 | | WrongArgType, [INFO] [stdout] 86 | | "Expected List, got: {:?}", [INFO] [stdout] 87 | | self.need(idx)? [INFO] [stdout] 88 | | )) [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 `error_kind` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/builtin.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | return error!("Expected 2 args, got {}", 2); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/builtin.rs:135:16 [INFO] [stdout] | [INFO] [stdout] 135 | return error!("Expected 2 args, got {}", 2); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:224:28 [INFO] [stdout] | [INFO] [stdout] 224 | return error!("can't find var: {}", word); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:263:40 [INFO] [stdout] | [INFO] [stdout] 263 | ... return error!( [INFO] [stdout] | ______________________________- [INFO] [stdout] 264 | | ... "expected {} args, got {}", [INFO] [stdout] 265 | | ... params.len(), [INFO] [stdout] 266 | | ... args.len() [INFO] [stdout] 267 | | ... ); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:289:28 [INFO] [stdout] | [INFO] [stdout] 289 | return error!("can't find fn: {}", target.to_string()); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:324:28 [INFO] [stdout] | [INFO] [stdout] 324 | return error!("{} already set", 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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:326:28 [INFO] [stdout] | [INFO] [stdout] 326 | return error!("{} is not set", 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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (1bb9bfddfe55579e, d9365cd2107cd673), 8, 8 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:332:32 [INFO] [stdout] | [INFO] [stdout] 332 | return error!("{} is type {}", name, val.typename()); [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (dadabdcc42f86d6c, 10c4a82d14327339), 8, 8 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:455:29 [INFO] [stdout] | [INFO] [stdout] 455 | v => return error!("expected List or Map, got {:?}", v), [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f9d3ffbfa332e2e4, 347b204759f2b5b9), 0, 0 [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (27fff4bac3e48f0c, f78b4879db4f79f1), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (e132b3e402359c52, 5bd504bd2b991906), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (dcd62925c3143c82, a99a9a4f730e80e6), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (c6c172b04db9b8bc, c652cd02f3f54b6c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (209a6d53098694ed, f0d8ef100a8170a4), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (a3449aef589e5338, 8b3d407b4ce7e345), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (47b64242a7979d4f, 3fade0e0e86d16a4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (8c2d21e53198deb2, aa5071216a9c1fc0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (4bc2f7bf7b786214, a8d40ca0a0b0ccb9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d525542f51aed78, 67f2a74983619780), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d135dbced0c80e13, 36fc7f76c7592ce5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (2075289ada64cb92, c980a5934064a36b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (79cc561ff49cf0e9, 82ec7650cd7e98b0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (8b311bdbc242761c, aab29ea323b1cec1), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (db6016cf62089703, d9e274c4c153c464), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f4041da6bb2fb39b, 434185acd8681330), 16, 16 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (c42f48b17d77ed89, 7cf42341c1a5ac03), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (2f343334a2965335, e37ee4315970b6ce), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (5f6ad76f11d3f3ee, 5fb026e300221019), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (6279ed384dbc222b, 81b9a75044bf7d66), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (58c3d4583fece35b, e369af0aa1c643d3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (72aede6e02b79913, 357e788fb466791e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (3a8bf8e9e1e303f, 17705820f247ee20), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d24358053e0af853, fb7f4644781ef65c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d88a8ab2a83595c4, e26482e6080cf4cc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (5dc7608df1400316, 141db9461da12dd8), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (58dfe7c0acf1fb4, fbcac98f494561d5), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (55d139094e24b894, bc18e785ea88b760), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d910c679b38b566e, 393cd90ac0c0b848), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (3d349f88a58d55cb, 5cd7db3cc45c5678), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (72bf3de19913cafd, c07e5cb18ceea215), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (91e40abe001cf45c, bf853ed9e7d91eb7), 8, 16 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f8bf27085f268044, 254d779f8fba7b), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (6e7d40376c35ea6b, 98549b591b2e9416), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (7748e834a1b6b59a, 6776f5daf5e1b75f), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (df8abab43eb89e4f, be70503581ae5f46), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d61831b885fc9a46, fc128bbefa187197), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (d61831b885fc9a46, fc128bbefa187197), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (58dfe7c0acf1fb4, fbcac98f494561d5), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (f1d9beaef1f16c5d, 345614bc9c25e83e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (989c37ad77ac2153, 4ca2ac33ca1120aa), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (af01c9c66cab357b, 32ed3a341677a1c0), 0, 0 [INFO] [stderr] Compiling hatter v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | scan_error!($pos, $len, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/lexer.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | / scan_error!( [INFO] [stdout] 403 | | start, [INFO] [stdout] 404 | | 1, [INFO] [stdout] 405 | | "Unclosed string. Expected closing quote: {} ", [INFO] [stdout] 406 | | delimiter [INFO] [stdout] 407 | | ) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `scan_error` [INFO] [stdout] = note: this warning originates in the macro `scan_error` (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/error.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | scan_error!($pos, $len, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/lexer.rs:611:20 [INFO] [stdout] | [INFO] [stdout] 611 | return scan_error!( [INFO] [stdout] | ____________________- [INFO] [stdout] 612 | | self.pos, [INFO] [stdout] 613 | | 1, [INFO] [stdout] 614 | | "Can't mix tabs and spaces. Expected {:?}, found {:?}", [INFO] [stdout] 615 | | self.style, [INFO] [stdout] 616 | | style [INFO] [stdout] 617 | | ); [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 `scan_error` (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/error.rs:98:52 [INFO] [stdout] | [INFO] [stdout] 98 | pos_error!($pos, format!($msg, $($args),+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/parser.rs:870:29 [INFO] [stdout] | [INFO] [stdout] 870 | _ => return pos_error!(pos, "Expected Attribute or >, got {:?}", next), [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 `pos_error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compile/token.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | error!("can't parse binary number: {:?}", self) [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: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `error` [INFO] [stdout] = note: this warning originates in the macro `error` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:46:52 [INFO] [stdout] | [INFO] [stdout] 46 | self.args.get(idx).map(Value::clone).ok_or(error_kind!( [INFO] [stdout] | ____________________________________________________- [INFO] [stdout] 47 | | ArgNotFound, [INFO] [stdout] 48 | | "Argument Not Found: {}", [INFO] [stdout] 49 | | idx [INFO] [stdout] 50 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 59 | | WrongArgType, [INFO] [stdout] 60 | | "Expected Number, got: {:?}", [INFO] [stdout] 61 | | self.need(idx)? [INFO] [stdout] 62 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 72 | | WrongArgType, [INFO] [stdout] 73 | | "Expected String, got: {:?}", [INFO] [stdout] 74 | | self.need(idx)? [INFO] [stdout] 75 | | )) [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 `error_kind` (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/error.rs:117:54 [INFO] [stdout] | [INFO] [stdout] 117 | error_kind!($kind, format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/args.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | Err(error_kind!( [INFO] [stdout] | _________________- [INFO] [stdout] 85 | | WrongArgType, [INFO] [stdout] 86 | | "Expected List, got: {:?}", [INFO] [stdout] 87 | | self.need(idx)? [INFO] [stdout] 88 | | )) [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 `error_kind` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/builtin.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | return error!("Expected 2 args, got {}", 2); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/builtin.rs:135:16 [INFO] [stdout] | [INFO] [stdout] 135 | return error!("Expected 2 args, got {}", 2); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:224:28 [INFO] [stdout] | [INFO] [stdout] 224 | return error!("can't find var: {}", word); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:263:40 [INFO] [stdout] | [INFO] [stdout] 263 | ... return error!( [INFO] [stdout] | ______________________________- [INFO] [stdout] 264 | | ... "expected {} args, got {}", [INFO] [stdout] 265 | | ... params.len(), [INFO] [stdout] 266 | | ... args.len() [INFO] [stdout] 267 | | ... ); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:289:28 [INFO] [stdout] | [INFO] [stdout] 289 | return error!("can't find fn: {}", target.to_string()); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:324:28 [INFO] [stdout] | [INFO] [stdout] 324 | return error!("{} already set", 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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:326:28 [INFO] [stdout] | [INFO] [stdout] 326 | return error!("{} is not set", 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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:332:32 [INFO] [stdout] | [INFO] [stdout] 332 | return error!("{} is type {}", name, val.typename()); [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 `error` (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/error.rs:128:42 [INFO] [stdout] | [INFO] [stdout] 128 | error!(format!($msg, $($args),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/eval/env.rs:455:29 [INFO] [stdout] | [INFO] [stdout] 455 | v => return error!("expected List or Map, got {:?}", v), [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 `error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: hatter, (b59e6def1b2c9f15, ea2814ba603c7874), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (2cce5e65c95dd9d8, 898a55d1ef4ead8c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (4ceb793745089461, 466514717362b0bb), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (50cfc3b3cfcbe3f1, 74df809e86ec6386), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (8dec3c78a7303fb3, 528217509a2853ec), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (2f663416367a9877, f44a0273304738a3), 8, 8 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (df2f49329ca6b033, ef22be774af78926), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (e4f7687da2c8df88, 4f481b07e7b1fa17), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: hatter, (8dec3c78a7303fb3, 528217509a2853ec), 8, 8 [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.39s [INFO] running `Command { std: "docker" "inspect" "fde8dbdfdee8dd5d0beb7836088eb0c90e64345577549fd878f9e04566d9ae0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fde8dbdfdee8dd5d0beb7836088eb0c90e64345577549fd878f9e04566d9ae0e", kill_on_drop: false }` [INFO] [stdout] fde8dbdfdee8dd5d0beb7836088eb0c90e64345577549fd878f9e04566d9ae0e