[INFO] fetching crate obj-rs 0.7.0... [INFO] testing obj-rs-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate obj-rs 0.7.0 into /workspace/builds/worker-24/source [INFO] validating manifest of crates.io crate obj-rs 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate obj-rs 0.7.0 [INFO] finished tweaking crates.io crate obj-rs 0.7.0 [INFO] tweaked toml for crates.io crate obj-rs 0.7.0 written to /workspace/builds/worker-24/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d60497e498463f071df41028f2ce4cd6afaa6d2f000a63c23372590d6ebfb82b [INFO] running `Command { std: "docker" "start" "-a" "d60497e498463f071df41028f2ce4cd6afaa6d2f000a63c23372590d6ebfb82b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d60497e498463f071df41028f2ce4cd6afaa6d2f000a63c23372590d6ebfb82b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d60497e498463f071df41028f2ce4cd6afaa6d2f000a63c23372590d6ebfb82b", kill_on_drop: false }` [INFO] [stdout] d60497e498463f071df41028f2ce4cd6afaa6d2f000a63c23372590d6ebfb82b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79abe532ed6ac3b0346742d718272cebff20fddec53d642e7cd5b008d10ec062 [INFO] running `Command { std: "docker" "start" "-a" "79abe532ed6ac3b0346742d718272cebff20fddec53d642e7cd5b008d10ec062", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling obj-rs v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 55 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:101:18 [INFO] [stdout] | [INFO] [stdout] 101 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:124:14 [INFO] [stdout] | [INFO] [stdout] 124 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | _ => make_error!(WrongNumberOfArguments, "Expected 3 or 4 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:116:22 [INFO] [stdout] | [INFO] [stdout] 116 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:120:22 [INFO] [stdout] | [INFO] [stdout] 120 | _ => make_error!(WrongNumberOfArguments, "Expected 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 135 | _ => make_error!(WrongTypeOfArguments, "Expected 'rat xxx' or 'xxx' format"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:144:26 [INFO] [stdout] | [INFO] [stdout] 144 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 145 | | WrongTypeOfArguments, [INFO] [stdout] 146 | | "Expected one of 'bmatrix', 'bezier', 'bspline', 'cardinal' and 'taylor'" [INFO] [stdout] 147 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 153 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:166:23 [INFO] [stdout] | [INFO] [stdout] 166 | [] => make_error!(WrongNumberOfArguments, "Expected at least 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | make_error!(WrongNumberOfArguments, "Expected at least 2 arguments") [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 `make_error` [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:183:23 [INFO] [stdout] | [INFO] [stdout] 183 | [] => make_error!(WrongNumberOfArguments, "Expected at least 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | make_error!(WrongNumberOfArguments, "Expected at least 3 arguments") [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 `make_error` [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:219:22 [INFO] [stdout] | [INFO] [stdout] 219 | _ => make_error!( [INFO] [stdout] | ______________________- [INFO] [stdout] 220 | | WrongNumberOfArguments, [INFO] [stdout] 221 | | "Expected group name parameter, but nothing has been supplied" [INFO] [stdout] 222 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:227:22 [INFO] [stdout] | [INFO] [stdout] 227 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:232:22 [INFO] [stdout] | [INFO] [stdout] 232 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:249:22 [INFO] [stdout] | [INFO] [stdout] 249 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:263:18 [INFO] [stdout] | [INFO] [stdout] 263 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:143:55 [INFO] [stdout] | [INFO] [stdout] 143 | Polygon::P(_) | Polygon::PT(_) => make_error!( [INFO] [stdout] | _______________________________________________________- [INFO] [stdout] 144 | | InsufficientData, [INFO] [stdout] 145 | | "Tried to extract normal data which are not contained in the model" [INFO] [stdout] 146 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:157:26 [INFO] [stdout] | [INFO] [stdout] 157 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 158 | | UntriangulatedModel, [INFO] [stdout] 159 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 160 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:219:26 [INFO] [stdout] | [INFO] [stdout] 219 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 220 | | UntriangulatedModel, [INFO] [stdout] 221 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 222 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:286:38 [INFO] [stdout] | [INFO] [stdout] 286 | ...:P(_) => make_error!(InsufficientData, "Tried to extract normal and texture data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:287:39 [INFO] [stdout] | [INFO] [stdout] 287 | Polygon::PT(_) => make_error!(InsufficientData, "Tried to extract normal data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:288:39 [INFO] [stdout] | [INFO] [stdout] 288 | Polygon::PN(_) => make_error!(InsufficientData, "Tried to extract texture data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:26 [INFO] [stdout] | [INFO] [stdout] 292 | _ => make_error!(UntriangulatedModel, "Model should be triangulated first to be loaded properly") [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 `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 42 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.76s [INFO] running `Command { std: "docker" "inspect" "79abe532ed6ac3b0346742d718272cebff20fddec53d642e7cd5b008d10ec062", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79abe532ed6ac3b0346742d718272cebff20fddec53d642e7cd5b008d10ec062", kill_on_drop: false }` [INFO] [stdout] 79abe532ed6ac3b0346742d718272cebff20fddec53d642e7cd5b008d10ec062 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9322eea996d76b58d9111f88cba7afa1f33d6a7f3fa91e5b8a8ff4570e150701 [INFO] running `Command { std: "docker" "start" "-a" "9322eea996d76b58d9111f88cba7afa1f33d6a7f3fa91e5b8a8ff4570e150701", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 55 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:101:18 [INFO] [stdout] | [INFO] [stdout] 101 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:124:14 [INFO] [stdout] | [INFO] [stdout] 124 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | _ => make_error!(WrongNumberOfArguments, "Expected 3 or 4 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:116:22 [INFO] [stdout] | [INFO] [stdout] 116 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:120:22 [INFO] [stdout] | [INFO] [stdout] 120 | _ => make_error!(WrongNumberOfArguments, "Expected 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 135 | _ => make_error!(WrongTypeOfArguments, "Expected 'rat xxx' or 'xxx' format"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:144:26 [INFO] [stdout] | [INFO] [stdout] 144 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 145 | | WrongTypeOfArguments, [INFO] [stdout] 146 | | "Expected one of 'bmatrix', 'bezier', 'bspline', 'cardinal' and 'taylor'" [INFO] [stdout] 147 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 153 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:166:23 [INFO] [stdout] | [INFO] [stdout] 166 | [] => make_error!(WrongNumberOfArguments, "Expected at least 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | make_error!(WrongNumberOfArguments, "Expected at least 2 arguments") [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 `make_error` [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:183:23 [INFO] [stdout] | [INFO] [stdout] 183 | [] => make_error!(WrongNumberOfArguments, "Expected at least 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | make_error!(WrongNumberOfArguments, "Expected at least 3 arguments") [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 `make_error` [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:219:22 [INFO] [stdout] | [INFO] [stdout] 219 | _ => make_error!( [INFO] [stdout] | ______________________- [INFO] [stdout] 220 | | WrongNumberOfArguments, [INFO] [stdout] 221 | | "Expected group name parameter, but nothing has been supplied" [INFO] [stdout] 222 | | ), [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 `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling obj-rs v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:227:22 [INFO] [stdout] | [INFO] [stdout] 227 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:232:22 [INFO] [stdout] | [INFO] [stdout] 232 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:249:22 [INFO] [stdout] | [INFO] [stdout] 249 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:263:18 [INFO] [stdout] | [INFO] [stdout] 263 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:143:55 [INFO] [stdout] | [INFO] [stdout] 143 | Polygon::P(_) | Polygon::PT(_) => make_error!( [INFO] [stdout] | _______________________________________________________- [INFO] [stdout] 144 | | InsufficientData, [INFO] [stdout] 145 | | "Tried to extract normal data which are not contained in the model" [INFO] [stdout] 146 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:157:26 [INFO] [stdout] | [INFO] [stdout] 157 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 158 | | UntriangulatedModel, [INFO] [stdout] 159 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 160 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:219:26 [INFO] [stdout] | [INFO] [stdout] 219 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 220 | | UntriangulatedModel, [INFO] [stdout] 221 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 222 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:286:38 [INFO] [stdout] | [INFO] [stdout] 286 | ...:P(_) => make_error!(InsufficientData, "Tried to extract normal and texture data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:287:39 [INFO] [stdout] | [INFO] [stdout] 287 | Polygon::PT(_) => make_error!(InsufficientData, "Tried to extract normal data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:288:39 [INFO] [stdout] | [INFO] [stdout] 288 | Polygon::PN(_) => make_error!(InsufficientData, "Tried to extract texture data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:26 [INFO] [stdout] | [INFO] [stdout] 292 | _ => make_error!(UntriangulatedModel, "Model should be triangulated first to be loaded properly") [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 `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 42 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 47 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 55 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 59 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:101:18 [INFO] [stdout] | [INFO] [stdout] 101 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/material.rs:124:14 [INFO] [stdout] | [INFO] [stdout] 124 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | _ => make_error!(WrongNumberOfArguments, "Expected 3 or 4 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:116:22 [INFO] [stdout] | [INFO] [stdout] 116 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:120:22 [INFO] [stdout] | [INFO] [stdout] 120 | _ => make_error!(WrongNumberOfArguments, "Expected 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 135 | _ => make_error!(WrongTypeOfArguments, "Expected 'rat xxx' or 'xxx' format"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:144:26 [INFO] [stdout] | [INFO] [stdout] 144 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 145 | | WrongTypeOfArguments, [INFO] [stdout] 146 | | "Expected one of 'bmatrix', 'bezier', 'bspline', 'cardinal' and 'taylor'" [INFO] [stdout] 147 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 153 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:166:23 [INFO] [stdout] | [INFO] [stdout] 166 | [] => make_error!(WrongNumberOfArguments, "Expected at least 2 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | make_error!(WrongNumberOfArguments, "Expected at least 2 arguments") [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 `make_error` [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:176:30 [INFO] [stdout] | [INFO] [stdout] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:183:23 [INFO] [stdout] | [INFO] [stdout] 183 | [] => make_error!(WrongNumberOfArguments, "Expected at least 3 arguments"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | make_error!(WrongNumberOfArguments, "Expected at least 3 arguments") [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 `make_error` [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:195:30 [INFO] [stdout] | [INFO] [stdout] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:219:22 [INFO] [stdout] | [INFO] [stdout] 219 | _ => make_error!( [INFO] [stdout] | ______________________- [INFO] [stdout] 220 | | WrongNumberOfArguments, [INFO] [stdout] 221 | | "Expected group name parameter, but nothing has been supplied" [INFO] [stdout] 222 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:227:22 [INFO] [stdout] | [INFO] [stdout] 227 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:232:22 [INFO] [stdout] | [INFO] [stdout] 232 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:249:22 [INFO] [stdout] | [INFO] [stdout] 249 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:263:18 [INFO] [stdout] | [INFO] [stdout] 263 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:143:55 [INFO] [stdout] | [INFO] [stdout] 143 | Polygon::P(_) | Polygon::PT(_) => make_error!( [INFO] [stdout] | _______________________________________________________- [INFO] [stdout] 144 | | InsufficientData, [INFO] [stdout] 145 | | "Tried to extract normal data which are not contained in the model" [INFO] [stdout] 146 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:157:26 [INFO] [stdout] | [INFO] [stdout] 157 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 158 | | UntriangulatedModel, [INFO] [stdout] 159 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 160 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:219:26 [INFO] [stdout] | [INFO] [stdout] 219 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 220 | | UntriangulatedModel, [INFO] [stdout] 221 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 222 | | ), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:286:38 [INFO] [stdout] | [INFO] [stdout] 286 | ...:P(_) => make_error!(InsufficientData, "Tried to extract normal and texture data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:287:39 [INFO] [stdout] | [INFO] [stdout] 287 | Polygon::PT(_) => make_error!(InsufficientData, "Tried to extract normal data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:288:39 [INFO] [stdout] | [INFO] [stdout] 288 | Polygon::PN(_) => make_error!(InsufficientData, "Tried to extract texture data which are not contained in the model"), [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 `make_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:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:292:26 [INFO] [stdout] | [INFO] [stdout] 292 | _ => make_error!(UntriangulatedModel, "Model should be triangulated first to be loaded properly") [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 `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 42 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.07s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/obj-07bd09c0ba9d406b) [INFO] [stderr] Executable tests/issue-34.rs (/opt/rustwide/target/debug/deps/issue_34-f7689df3d9d96193) [INFO] [stderr] Executable tests/issue-50.rs (/opt/rustwide/target/debug/deps/issue_50-eccad103751938f7) [INFO] [stderr] Executable tests/obj.rs (/opt/rustwide/target/debug/deps/obj-47d78e44243f7c89) [INFO] [stderr] Executable tests/raw-basics.rs (/opt/rustwide/target/debug/deps/raw_basics-04ba28d4f78edfd3) [INFO] [stderr] Executable tests/raw-group.rs (/opt/rustwide/target/debug/deps/raw_group-1549b8e5339c4341) [INFO] [stderr] Executable tests/raw-material.rs (/opt/rustwide/target/debug/deps/raw_material-209a10b84bfaf619) [INFO] running `Command { std: "docker" "inspect" "9322eea996d76b58d9111f88cba7afa1f33d6a7f3fa91e5b8a8ff4570e150701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9322eea996d76b58d9111f88cba7afa1f33d6a7f3fa91e5b8a8ff4570e150701", kill_on_drop: false }` [INFO] [stdout] 9322eea996d76b58d9111f88cba7afa1f33d6a7f3fa91e5b8a8ff4570e150701 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d093ca6e05c07be215547ce5fb81c35364054a4c3278ca1721146084f7681600 [INFO] running `Command { std: "docker" "start" "-a" "d093ca6e05c07be215547ce5fb81c35364054a4c3278ca1721146084f7681600", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:43:22 [INFO] [stderr] | [INFO] [stderr] 43 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:47:22 [INFO] [stderr] | [INFO] [stderr] 47 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:51:22 [INFO] [stderr] | [INFO] [stderr] 51 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:55:22 [INFO] [stderr] | [INFO] [stderr] 55 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:59:22 [INFO] [stderr] | [INFO] [stderr] 59 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:77:18 [INFO] [stderr] | [INFO] [stderr] 77 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:101:18 [INFO] [stderr] | [INFO] [stderr] 101 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:107:18 [INFO] [stderr] | [INFO] [stderr] 107 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:113:18 [INFO] [stderr] | [INFO] [stderr] 113 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 3 color values"), [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/material.rs:124:14 [INFO] [stderr] | [INFO] [stderr] 124 | _ => make_error!(WrongNumberOfArguments, "Expected exactly 1 argument"), [INFO] [stderr] | ------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:110:22 [INFO] [stderr] | [INFO] [stderr] 110 | _ => make_error!(WrongNumberOfArguments, "Expected 3 or 4 arguments"), [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:116:22 [INFO] [stderr] | [INFO] [stderr] 116 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:120:22 [INFO] [stderr] | [INFO] [stderr] 120 | _ => make_error!(WrongNumberOfArguments, "Expected 3 arguments"), [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:126:22 [INFO] [stderr] | [INFO] [stderr] 126 | _ => make_error!(WrongNumberOfArguments, "Expected 1, 2 or 3 arguments"), [INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:135:26 [INFO] [stderr] | [INFO] [stderr] 135 | _ => make_error!(WrongTypeOfArguments, "Expected 'rat xxx' or 'xxx' format"), [INFO] [stderr] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:144:26 [INFO] [stderr] | [INFO] [stderr] 144 | _ => make_error!( [INFO] [stderr] | __________________________- [INFO] [stderr] 145 | | WrongTypeOfArguments, [INFO] [stderr] 146 | | "Expected one of 'bmatrix', 'bezier', 'bspline', 'cardinal' and 'taylor'" [INFO] [stderr] 147 | | ), [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:153:22 [INFO] [stderr] | [INFO] [stderr] 153 | _ => make_error!(WrongNumberOfArguments, "Expected 1 or 2 arguments"), [INFO] [stderr] | ---------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:166:23 [INFO] [stderr] | [INFO] [stderr] 166 | [] => make_error!(WrongNumberOfArguments, "Expected at least 2 arguments"), [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:169:25 [INFO] [stderr] | [INFO] [stderr] 169 | make_error!(WrongNumberOfArguments, "Expected at least 2 arguments") [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `make_error` [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:176:30 [INFO] [stderr] | [INFO] [stderr] 176 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, or `#/#`") [INFO] [stderr] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:183:23 [INFO] [stderr] | [INFO] [stderr] 183 | [] => make_error!(WrongNumberOfArguments, "Expected at least 3 arguments"), [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:186:25 [INFO] [stderr] | [INFO] [stderr] 186 | make_error!(WrongNumberOfArguments, "Expected at least 3 arguments") [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `make_error` [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:195:30 [INFO] [stderr] | [INFO] [stderr] 195 | ! => make_error!(WrongTypeOfArguments, "Unexpected vertex format, expected `#`, `#/#`, `#//#`, or `#/#/#`") [INFO] [stderr] | ------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:219:22 [INFO] [stderr] | [INFO] [stderr] 219 | _ => make_error!( [INFO] [stderr] | ______________________- [INFO] [stderr] 220 | | WrongNumberOfArguments, [INFO] [stderr] 221 | | "Expected group name parameter, but nothing has been supplied" [INFO] [stderr] 222 | | ), [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:227:22 [INFO] [stderr] | [INFO] [stderr] 227 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:232:22 [INFO] [stderr] | [INFO] [stderr] 232 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:249:22 [INFO] [stderr] | [INFO] [stderr] 249 | _ => make_error!(WrongNumberOfArguments, "Expected only 1 argument"), [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/raw/object.rs:263:18 [INFO] [stderr] | [INFO] [stderr] 263 | _ => make_error!(UnexpectedStatement, "Received unknown statement"), [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:143:55 [INFO] [stderr] | [INFO] [stderr] 143 | Polygon::P(_) | Polygon::PT(_) => make_error!( [INFO] [stderr] | _______________________________________________________- [INFO] [stderr] 144 | | InsufficientData, [INFO] [stderr] 145 | | "Tried to extract normal data which are not contained in the model" [INFO] [stderr] 146 | | ), [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:157:26 [INFO] [stderr] | [INFO] [stderr] 157 | _ => make_error!( [INFO] [stderr] | __________________________- [INFO] [stderr] 158 | | UntriangulatedModel, [INFO] [stderr] 159 | | "Model should be triangulated first to be loaded properly" [INFO] [stderr] 160 | | ), [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:219:26 [INFO] [stderr] | [INFO] [stderr] 219 | _ => make_error!( [INFO] [stderr] | __________________________- [INFO] [stderr] 220 | | UntriangulatedModel, [INFO] [stderr] 221 | | "Model should be triangulated first to be loaded properly" [INFO] [stderr] 222 | | ), [INFO] [stderr] | |_____________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:286:38 [INFO] [stderr] | [INFO] [stderr] 286 | ...:P(_) => make_error!(InsufficientData, "Tried to extract normal and texture data which are not contained in the model"), [INFO] [stderr] | -------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:287:39 [INFO] [stderr] | [INFO] [stderr] 287 | Polygon::PT(_) => make_error!(InsufficientData, "Tried to extract normal data which are not contained in the model"), [INFO] [stderr] | -------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:288:39 [INFO] [stderr] | [INFO] [stderr] 288 | Polygon::PN(_) => make_error!(InsufficientData, "Tried to extract texture data which are not contained in the model"), [INFO] [stderr] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/error.rs:134:12 [INFO] [stderr] | [INFO] [stderr] 134 | ))); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:292:26 [INFO] [stderr] | [INFO] [stderr] 292 | _ => make_error!(UntriangulatedModel, "Model should be triangulated first to be loaded properly") [INFO] [stderr] | -------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `make_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `obj-rs` (lib) generated 42 warnings (6 duplicates) [INFO] [stderr] warning: `obj-rs` (lib test) generated 42 warnings (42 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/obj-07bd09c0ba9d406b) [INFO] [stderr] Running tests/issue-34.rs (/opt/rustwide/target/debug/deps/issue_34-f7689df3d9d96193) [INFO] [stdout] [INFO] [stderr] Running tests/issue-50.rs (/opt/rustwide/target/debug/deps/issue_50-eccad103751938f7) [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/obj.rs (/opt/rustwide/target/debug/deps/obj-47d78e44243f7c89) [INFO] [stdout] test raw::lexer::test_strip_commect ... ok [INFO] [stderr] Running tests/raw-basics.rs (/opt/rustwide/target/debug/deps/raw_basics-04ba28d4f78edfd3) [INFO] [stdout] test raw::lexer::test_lex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test issue_34 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test issue_50 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test textured_cube ... ok [INFO] [stdout] test dome ... ok [INFO] [stdout] test normal_cone ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test cube ... ok [INFO] [stdout] test empty ... ok [INFO] [stdout] test lines_points ... ok [INFO] [stdout] test dome ... ok [INFO] [stderr] Running tests/raw-group.rs (/opt/rustwide/target/debug/deps/raw_group-1549b8e5339c4341) [INFO] [stdout] test sponza ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.16s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/raw-material.rs (/opt/rustwide/target/debug/deps/raw_material-209a10b84bfaf619) [INFO] [stdout] test dup_groupnames ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test cube ... ok [INFO] [stderr] Doc-tests obj [INFO] [stdout] test untitled ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 4) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d093ca6e05c07be215547ce5fb81c35364054a4c3278ca1721146084f7681600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d093ca6e05c07be215547ce5fb81c35364054a4c3278ca1721146084f7681600", kill_on_drop: false }` [INFO] [stdout] d093ca6e05c07be215547ce5fb81c35364054a4c3278ca1721146084f7681600