[INFO] fetching crate ingrid 0.1.0... [INFO] testing ingrid-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate ingrid 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate ingrid 0.1.0 [INFO] finished tweaking crates.io crate ingrid 0.1.0 [INFO] tweaked toml for crates.io crate ingrid 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ingrid 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c81e027865858912fbee79dae4313d8f6ea4e039e7b428547262a84a52cff04e [INFO] running `Command { std: "docker" "start" "-a" "c81e027865858912fbee79dae4313d8f6ea4e039e7b428547262a84a52cff04e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c81e027865858912fbee79dae4313d8f6ea4e039e7b428547262a84a52cff04e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c81e027865858912fbee79dae4313d8f6ea4e039e7b428547262a84a52cff04e", kill_on_drop: false }` [INFO] [stdout] c81e027865858912fbee79dae4313d8f6ea4e039e7b428547262a84a52cff04e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 352ad742eb0945b2a1951ed75b43fdb20939dae84bbf21c09621cc57b0dac984 [INFO] running `Command { std: "docker" "start" "-a" "352ad742eb0945b2a1951ed75b43fdb20939dae84bbf21c09621cc57b0dac984", kill_on_drop: false }` [INFO] [stderr] Compiling ingrid v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/size.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | Size::new($width, $height); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grid.rs:234:19 [INFO] [stdout] | [INFO] [stdout] 234 | size: size!(width, height), [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: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] = note: this error originates in the macro `size` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/size.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | Size::new($width, $height); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grid.rs:435:21 [INFO] [stdout] | [INFO] [stdout] 435 | self.size = size!(0, 0); [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 error originates in the macro `size` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/size.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | Size::new($width, $height); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grid.rs:1170:20 [INFO] [stdout] | [INFO] [stdout] 1170 | let size = size!(self.size.height, self.size.width); [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 error originates in the macro `size` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/size.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | Size::new($width, $height); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grid.rs:1207:20 [INFO] [stdout] | [INFO] [stdout] 1207 | let size = size!(self.size.height, self.size.width); [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 error originates in the macro `size` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/size.rs:104:35 [INFO] [stdout] | [INFO] [stdout] 104 | Size::new($width, $height); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/grid.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | size!(self.row_capacity, self.rows.len()) [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 `size` [INFO] [stdout] = note: this error originates in the macro `size` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row.rs:128:25 [INFO] [stdout] | [INFO] [stdout] 128 | self.grid.value(coord!(index, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 173 | self.grid.value(coord!(0, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row.rs:198:25 [INFO] [stdout] | [INFO] [stdout] 198 | self.grid.value(coord!(self.grid.size().width-1, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | self.grid.value(coord!(index, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:165:29 [INFO] [stdout] | [INFO] [stdout] 165 | self.grid.value_mut(coord!(index, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:201:29 [INFO] [stdout] | [INFO] [stdout] 201 | self.grid.set_value(coord!(index, self.index), value); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:236:30 [INFO] [stdout] | [INFO] [stdout] 236 | self.grid.swap_value(coord!(a, self.index), coord!(b, self.index)); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:236:53 [INFO] [stdout] | [INFO] [stdout] 236 | self.grid.swap_value(coord!(a, self.index), coord!(b, self.index)); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:281:25 [INFO] [stdout] | [INFO] [stdout] 281 | self.grid.value(coord!(0, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:308:29 [INFO] [stdout] | [INFO] [stdout] 308 | self.grid.value_mut(coord!(0, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:333:25 [INFO] [stdout] | [INFO] [stdout] 333 | self.grid.value(coord!(self.grid.size().width-1, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/row_mut.rs:360:29 [INFO] [stdout] | [INFO] [stdout] 360 | self.grid.value_mut(coord!(self.grid.size().width-1, self.index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column.rs:133:25 [INFO] [stdout] | [INFO] [stdout] 133 | self.grid.value(coord!(self.index, index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column.rs:179:25 [INFO] [stdout] | [INFO] [stdout] 179 | self.grid.value(coord!(self.index, 0)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column.rs:205:25 [INFO] [stdout] | [INFO] [stdout] 205 | self.grid.value(coord!(self.index, self.grid.size().height-1)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:135:25 [INFO] [stdout] | [INFO] [stdout] 135 | self.grid.value(coord!(self.index, index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:171:29 [INFO] [stdout] | [INFO] [stdout] 171 | self.grid.value_mut(coord!(self.index, index)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:208:29 [INFO] [stdout] | [INFO] [stdout] 208 | self.grid.set_value(coord!(self.index, index), value); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:244:30 [INFO] [stdout] | [INFO] [stdout] 244 | self.grid.swap_value(coord!(self.index, a), coord!(self.index, b)); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:244:53 [INFO] [stdout] | [INFO] [stdout] 244 | self.grid.swap_value(coord!(self.index, a), coord!(self.index, b)); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:290:25 [INFO] [stdout] | [INFO] [stdout] 290 | self.grid.value(coord!(self.index, 0)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:318:29 [INFO] [stdout] | [INFO] [stdout] 318 | self.grid.value_mut(coord!(self.index, 0)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:344:25 [INFO] [stdout] | [INFO] [stdout] 344 | self.grid.value(coord!(self.index, self.grid.size().height-1)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:373:29 [INFO] [stdout] | [INFO] [stdout] 373 | self.grid.value_mut(coord!(self.index, self.grid.size().height-1)) [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:670:30 [INFO] [stdout] | [INFO] [stdout] 670 | self.grid.swap_value(coord!(self.index, a), coord!(self.index, b)); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/column_mut.rs:670:53 [INFO] [stdout] | [INFO] [stdout] 670 | self.grid.swap_value(coord!(self.index, a), coord!(self.index, b)); [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/iterator_grid.rs:43:42 [INFO] [stdout] | [INFO] [stdout] 43 | IteratorGrid { grid, coordinate: coord!(0, 0) } [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 error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/iterator_row.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | coord!(self.index, self.row.index) [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 `coord` [INFO] [stdout] = note: this error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/coordinate.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | Coordinate::new($x, $y); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/iterator_column.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | coord!(self.column.index, self.index) [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 `coord` [INFO] [stdout] = note: this error originates in the macro `coord` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `grid` and `coordinate` are never read [INFO] [stdout] --> src/cell.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Cell<'a, T> { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 17 | grid: &'a Grid, [INFO] [stdout] | ^^^^ [INFO] [stdout] 18 | coordinate: Coordinate [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ingrid` (lib) due to 68 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "352ad742eb0945b2a1951ed75b43fdb20939dae84bbf21c09621cc57b0dac984", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "352ad742eb0945b2a1951ed75b43fdb20939dae84bbf21c09621cc57b0dac984", kill_on_drop: false }` [INFO] [stdout] 352ad742eb0945b2a1951ed75b43fdb20939dae84bbf21c09621cc57b0dac984