[INFO] fetching crate obj-rs 0.7.0... [INFO] testing obj-rs-0.7.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded takeable-option v0.5.0 [INFO] [stderr] Downloaded vk-sys v0.5.3 [INFO] [stderr] Downloaded vulkano v0.19.0 [INFO] [stderr] Downloaded glium v0.29.1 [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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 052ef850c2d3cca51be35f3d7f5f2b0794a9f9cce3d0d3b9f55b5e4828f64254 [INFO] running `Command { std: "docker" "start" "-a" "052ef850c2d3cca51be35f3d7f5f2b0794a9f9cce3d0d3b9f55b5e4828f64254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "052ef850c2d3cca51be35f3d7f5f2b0794a9f9cce3d0d3b9f55b5e4828f64254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "052ef850c2d3cca51be35f3d7f5f2b0794a9f9cce3d0d3b9f55b5e4828f64254", kill_on_drop: false }` [INFO] [stdout] 052ef850c2d3cca51be35f3d7f5f2b0794a9f9cce3d0d3b9f55b5e4828f64254 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d162eea450a458eec406d48c573873a039b62f174c3b94ab469ef47f4295607 [INFO] running `Command { std: "docker" "start" "-a" "8d162eea450a458eec406d48c573873a039b62f174c3b94ab469ef47f4295607", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 26.69s [INFO] running `Command { std: "docker" "inspect" "8d162eea450a458eec406d48c573873a039b62f174c3b94ab469ef47f4295607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d162eea450a458eec406d48c573873a039b62f174c3b94ab469ef47f4295607", kill_on_drop: false }` [INFO] [stdout] 8d162eea450a458eec406d48c573873a039b62f174c3b94ab469ef47f4295607 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44532fd6f6b7a122eb89eb882d7701316011a65570bd08ca02d0ba9ffaba5682 [INFO] running `Command { std: "docker" "start" "-a" "44532fd6f6b7a122eb89eb882d7701316011a65570bd08ca02d0ba9ffaba5682", 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] [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: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] [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 7.08s [INFO] running `Command { std: "docker" "inspect" "44532fd6f6b7a122eb89eb882d7701316011a65570bd08ca02d0ba9ffaba5682", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44532fd6f6b7a122eb89eb882d7701316011a65570bd08ca02d0ba9ffaba5682", kill_on_drop: false }` [INFO] [stdout] 44532fd6f6b7a122eb89eb882d7701316011a65570bd08ca02d0ba9ffaba5682 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ea2b649b57f0d5b0f794588d5d9df8d686c70c001812027bec9e8a09d2b8a871 [INFO] running `Command { std: "docker" "start" "-a" "ea2b649b57f0d5b0f794588d5d9df8d686c70c001812027bec9e8a09d2b8a871", kill_on_drop: false }` [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.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/obj-8ded57b1374d7127) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test raw::lexer::test_strip_commect ... ok [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] [stderr] Running tests/issue-34.rs (/opt/rustwide/target/debug/deps/issue_34-b3c9ee3968e13643) [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] [stderr] Running tests/issue-50.rs (/opt/rustwide/target/debug/deps/issue_50-8bef0958faf4851d) [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] [stderr] Running tests/obj.rs (/opt/rustwide/target/debug/deps/obj-9ca4b5b972effc52) [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] [stderr] Running tests/raw-basics.rs (/opt/rustwide/target/debug/deps/raw_basics-a90d5706680e9fc6) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test empty ... ok [INFO] [stdout] test cube ... ok [INFO] [stdout] test lines_points ... ok [INFO] [stdout] test dome ... ok [INFO] [stdout] test sponza ... ok [INFO] [stderr] Running tests/raw-group.rs (/opt/rustwide/target/debug/deps/raw_group-3b712cba4d9bfc5a) [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.67s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [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] [stderr] Running tests/raw-material.rs (/opt/rustwide/target/debug/deps/raw_material-d9e7774d54a8b1a4) [INFO] [stdout] [INFO] [stderr] Doc-tests obj [INFO] [stdout] running 2 tests [INFO] [stdout] test cube ... ok [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.00s [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 0.91s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ea2b649b57f0d5b0f794588d5d9df8d686c70c001812027bec9e8a09d2b8a871", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea2b649b57f0d5b0f794588d5d9df8d686c70c001812027bec9e8a09d2b8a871", kill_on_drop: false }` [INFO] [stdout] ea2b649b57f0d5b0f794588d5d9df8d686c70c001812027bec9e8a09d2b8a871