[INFO] fetching crate obj-rs 0.6.3... [INFO] checking obj-rs-0.6.3 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate obj-rs 0.6.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate obj-rs 0.6.3 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate obj-rs 0.6.3 [INFO] finished tweaking crates.io crate obj-rs 0.6.3 [INFO] tweaked toml for crates.io crate obj-rs 0.6.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 543cc07ae549e46e6ee30000abadd7e083080b83d9bb11f15615925352ba5b38 [INFO] running `Command { std: "docker" "start" "-a" "543cc07ae549e46e6ee30000abadd7e083080b83d9bb11f15615925352ba5b38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "543cc07ae549e46e6ee30000abadd7e083080b83d9bb11f15615925352ba5b38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "543cc07ae549e46e6ee30000abadd7e083080b83d9bb11f15615925352ba5b38", kill_on_drop: false }` [INFO] [stdout] 543cc07ae549e46e6ee30000abadd7e083080b83d9bb11f15615925352ba5b38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9e01d9e202e7bd05562ecd3a1f86bea0acdbdeaf609a1780d2c6986518d307d9 [INFO] running `Command { std: "docker" "start" "-a" "9e01d9e202e7bd05562ecd3a1f86bea0acdbdeaf609a1780d2c6986518d307d9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking obj-rs v0.6.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:114:22 [INFO] [stdout] | [INFO] [stdout] 114 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:118:22 [INFO] [stdout] | [INFO] [stdout] 118 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:114:22 [INFO] [stdout] | [INFO] [stdout] 114 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:124:22 [INFO] [stdout] | [INFO] [stdout] 124 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:118:22 [INFO] [stdout] | [INFO] [stdout] 118 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:133:26 [INFO] [stdout] | [INFO] [stdout] 133 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:124:22 [INFO] [stdout] | [INFO] [stdout] 124 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:133:26 [INFO] [stdout] | [INFO] [stdout] 133 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:142:26 [INFO] [stdout] | [INFO] [stdout] 142 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 143 | | WrongTypeOfArguments, [INFO] [stdout] 144 | | "Expected one of 'bmatrix', 'bezier', 'bspline', 'cardinal' and 'taylor'" [INFO] [stdout] 145 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:142:26 [INFO] [stdout] | [INFO] [stdout] 142 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 143 | | WrongTypeOfArguments, [INFO] [stdout] 144 | | "Expected one of 'bmatrix', 'bezier', 'bspline', 'cardinal' and 'taylor'" [INFO] [stdout] 145 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:151:22 [INFO] [stdout] | [INFO] [stdout] 151 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:151:22 [INFO] [stdout] | [INFO] [stdout] 151 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | [] => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | [] => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:167:25 [INFO] [stdout] | [INFO] [stdout] 167 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:167:25 [INFO] [stdout] | [INFO] [stdout] 167 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:181:23 [INFO] [stdout] | [INFO] [stdout] 181 | [] => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:184:25 [INFO] [stdout] | [INFO] [stdout] 184 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:174:30 [INFO] [stdout] | [INFO] [stdout] 174 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:181:23 [INFO] [stdout] | [INFO] [stdout] 181 | [] => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:184:25 [INFO] [stdout] | [INFO] [stdout] 184 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:217:22 [INFO] [stdout] | [INFO] [stdout] 217 | _ => make_error!( [INFO] [stdout] | ______________________- [INFO] [stdout] 218 | | WrongNumberOfArguments, [INFO] [stdout] 219 | | "Expected group name parameter, but nothing has been supplied" [INFO] [stdout] 220 | | ), [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:225:22 [INFO] [stdout] | [INFO] [stdout] 225 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:247:22 [INFO] [stdout] | [INFO] [stdout] 247 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:261:18 [INFO] [stdout] | [INFO] [stdout] 261 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:193:30 [INFO] [stdout] | [INFO] [stdout] 193 | ! => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:142:55 [INFO] [stdout] | [INFO] [stdout] 142 | Polygon::P(_) | Polygon::PT(_) => make_error!( [INFO] [stdout] | _______________________________________________________- [INFO] [stdout] 143 | | InsufficientData, [INFO] [stdout] 144 | | "Tried to extract normal data which are not contained in the model" [INFO] [stdout] 145 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:217:22 [INFO] [stdout] | [INFO] [stdout] 217 | _ => make_error!( [INFO] [stdout] | ______________________- [INFO] [stdout] 218 | | WrongNumberOfArguments, [INFO] [stdout] 219 | | "Expected group name parameter, but nothing has been supplied" [INFO] [stdout] 220 | | ), [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 156 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 157 | | UntriangulatedModel, [INFO] [stdout] 158 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 159 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:225:22 [INFO] [stdout] | [INFO] [stdout] 225 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:218:26 [INFO] [stdout] | [INFO] [stdout] 218 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 219 | | UntriangulatedModel, [INFO] [stdout] 220 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 221 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:285:38 [INFO] [stdout] | [INFO] [stdout] 285 | ...: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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:230:22 [INFO] [stdout] | [INFO] [stdout] 230 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:286:39 [INFO] [stdout] | [INFO] [stdout] 286 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:247:22 [INFO] [stdout] | [INFO] [stdout] 247 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:287:39 [INFO] [stdout] | [INFO] [stdout] 287 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/raw/object.rs:261:18 [INFO] [stdout] | [INFO] [stdout] 261 | _ => 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:291:26 [INFO] [stdout] | [INFO] [stdout] 291 | _ => 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: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:142:55 [INFO] [stdout] | [INFO] [stdout] 142 | Polygon::P(_) | Polygon::PT(_) => make_error!( [INFO] [stdout] | _______________________________________________________- [INFO] [stdout] 143 | | InsufficientData, [INFO] [stdout] 144 | | "Tried to extract normal data which are not contained in the model" [INFO] [stdout] 145 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 156 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 157 | | UntriangulatedModel, [INFO] [stdout] 158 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 159 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:218:26 [INFO] [stdout] | [INFO] [stdout] 218 | _ => make_error!( [INFO] [stdout] | __________________________- [INFO] [stdout] 219 | | UntriangulatedModel, [INFO] [stdout] 220 | | "Model should be triangulated first to be loaded properly" [INFO] [stdout] 221 | | ), [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:285:38 [INFO] [stdout] | [INFO] [stdout] 285 | ...: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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:286:39 [INFO] [stdout] | [INFO] [stdout] 286 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:287:39 [INFO] [stdout] | [INFO] [stdout] 287 | 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:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | ))); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:291:26 [INFO] [stdout] | [INFO] [stdout] 291 | _ => 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: 42 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.09s [INFO] running `Command { std: "docker" "inspect" "9e01d9e202e7bd05562ecd3a1f86bea0acdbdeaf609a1780d2c6986518d307d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e01d9e202e7bd05562ecd3a1f86bea0acdbdeaf609a1780d2c6986518d307d9", kill_on_drop: false }` [INFO] [stdout] 9e01d9e202e7bd05562ecd3a1f86bea0acdbdeaf609a1780d2c6986518d307d9