[INFO] fetching crate svg 0.10.0... [INFO] testing svg-0.10.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate svg 0.10.0 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate svg 0.10.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate svg 0.10.0 [INFO] finished tweaking crates.io crate svg 0.10.0 [INFO] tweaked toml for crates.io crate svg 0.10.0 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92a87fed1549ada394375f499d559853cfdffd309273a35d8e16b1dcb3e4291b [INFO] running `Command { std: "docker" "start" "-a" "92a87fed1549ada394375f499d559853cfdffd309273a35d8e16b1dcb3e4291b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92a87fed1549ada394375f499d559853cfdffd309273a35d8e16b1dcb3e4291b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92a87fed1549ada394375f499d559853cfdffd309273a35d8e16b1dcb3e4291b", kill_on_drop: false }` [INFO] [stdout] 92a87fed1549ada394375f499d559853cfdffd309273a35d8e16b1dcb3e4291b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79cacab4658c8f3bb3526299cca51df179da138f62d59235f7f408f71808ba66 [INFO] running `Command { std: "docker" "start" "-a" "79cacab4658c8f3bb3526299cca51df179da138f62d59235f7f408f71808ba66", kill_on_drop: false }` [INFO] [stderr] Compiling svg v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | _ => raise!(self, "expected a path command"), [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 `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 225 | _ => raise!(self, "found an unknown path command '{}'", name), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 262 | _ => raise!(self, "failed to parse a flag in an elliptical arc"), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | _ => raise!(self, "failed to parse a number '{}'", number), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/tag.rs:39:82 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => raise!(self, "expected a name"), [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/tag.rs:39:82 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | Some(_) => raise!(self, "found an unexpected ending of a tag"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser/mod.rs:41:97 [INFO] [stdout] | [INFO] [stdout] 41 | return Some(Event::Error(Error::new($parser.reader.position(), format!($($argument)*)))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | None => raise!(self, "found a malformed tag"), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "79cacab4658c8f3bb3526299cca51df179da138f62d59235f7f408f71808ba66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79cacab4658c8f3bb3526299cca51df179da138f62d59235f7f408f71808ba66", kill_on_drop: false }` [INFO] [stdout] 79cacab4658c8f3bb3526299cca51df179da138f62d59235f7f408f71808ba66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8181c73621aa58a23f062259d8c3d591ea4efb606f7e2a767c779d9f6bd9971a [INFO] running `Command { std: "docker" "start" "-a" "8181c73621aa58a23f062259d8c3d591ea4efb606f7e2a767c779d9f6bd9971a", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | _ => raise!(self, "expected a path command"), [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 `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 225 | _ => raise!(self, "found an unknown path command '{}'", name), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 262 | _ => raise!(self, "failed to parse a flag in an elliptical arc"), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | _ => raise!(self, "failed to parse a number '{}'", number), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/tag.rs:39:82 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => raise!(self, "expected a name"), [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/tag.rs:39:82 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | Some(_) => raise!(self, "found an unexpected ending of a tag"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser/mod.rs:41:97 [INFO] [stdout] | [INFO] [stdout] 41 | return Some(Event::Error(Error::new($parser.reader.position(), format!($($argument)*)))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | None => raise!(self, "found a malformed tag"), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling svg v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 190 | _ => raise!(self, "expected a path command"), [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 `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 225 | _ => raise!(self, "found an unknown path command '{}'", name), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 262 | _ => raise!(self, "failed to parse a flag in an elliptical arc"), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/path/data.rs:159:82 [INFO] [stdout] | [INFO] [stdout] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 275 | _ => raise!(self, "failed to parse a number '{}'", number), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/tag.rs:39:82 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | _ => raise!(self, "expected a name"), [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/node/element/tag.rs:39:82 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | Some(_) => raise!(self, "found an unexpected ending of a tag"), [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/parser/mod.rs:41:97 [INFO] [stdout] | [INFO] [stdout] 41 | return Some(Event::Error(Error::new($parser.reader.position(), format!($($argument)*)))); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 100 | None => raise!(self, "found a malformed tag"), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/svg-5d910e8a28b29142) [INFO] running `Command { std: "docker" "inspect" "8181c73621aa58a23f062259d8c3d591ea4efb606f7e2a767c779d9f6bd9971a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8181c73621aa58a23f062259d8c3d591ea4efb606f7e2a767c779d9f6bd9971a", kill_on_drop: false }` [INFO] [stdout] 8181c73621aa58a23f062259d8c3d591ea4efb606f7e2a767c779d9f6bd9971a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a4b0324300fddfc4e97b752488ebcdd3c898c9121ecd0bc171b3e6fd9b76b27 [INFO] running `Command { std: "docker" "start" "-a" "2a4b0324300fddfc4e97b752488ebcdd3c898c9121ecd0bc171b3e6fd9b76b27", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/node/element/path/data.rs:159:82 [INFO] [stderr] | [INFO] [stderr] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 190 | _ => raise!(self, "expected a path command"), [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 `raise` (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/node/element/path/data.rs:159:82 [INFO] [stderr] | [INFO] [stderr] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 225 | _ => raise!(self, "found an unknown path command '{}'", name), [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 `raise` (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/node/element/path/data.rs:159:82 [INFO] [stderr] | [INFO] [stderr] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 262 | _ => raise!(self, "failed to parse a flag in an elliptical arc"), [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 `raise` (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/node/element/path/data.rs:159:82 [INFO] [stderr] | [INFO] [stderr] 159 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 275 | _ => raise!(self, "failed to parse a number '{}'", number), [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 `raise` (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/node/element/tag.rs:39:82 [INFO] [stderr] | [INFO] [stderr] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 103 | _ => raise!(self, "expected a name"), [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 `raise` (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/node/element/tag.rs:39:82 [INFO] [stderr] | [INFO] [stderr] 39 | return Err(Error::new($parser.reader.position(), format!($($argument)*))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 114 | Some(_) => raise!(self, "found an unexpected ending of a tag"), [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 `raise` (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/parser/mod.rs:41:97 [INFO] [stderr] | [INFO] [stderr] 41 | return Some(Event::Error(Error::new($parser.reader.position(), format!($($argument)*)))); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 100 | None => raise!(self, "found a malformed tag"), [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 `raise` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `svg` (lib) generated 7 warnings [INFO] [stderr] warning: `svg` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/svg-5d910e8a28b29142) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test node::comment::tests::comment_display ... ok [INFO] [stdout] test node::element::path::data::tests::data_into_value ... ok [INFO] [stdout] test node::element::path::data::tests::parser_read_number ... ok [INFO] [stdout] test node::element::path::data::tests::parser_read_parameters_elliptical_arc ... ok [INFO] [stdout] test node::element::path::data::tests::parser_read_parameters ... ok [INFO] [stdout] test node::element::tag::tests::parser_process ... ok [INFO] [stdout] test node::element::path::data::tests::parser_read_command ... ok [INFO] [stdout] test node::element::path::data::tests::data_parse ... ok [INFO] [stdout] test node::element::tag::tests::parser_read_attribute ... ok [INFO] [stdout] test node::element::tests::element_display ... ok [INFO] [stdout] test node::value::tests::value_from_vector ... ok [INFO] [stdout] test node::element::tests::element_display_quotes ... ok [INFO] [stdout] test parser::reader::tests::capture ... ok [INFO] [stdout] test node::element::tests::style_display ... ok [INFO] [stdout] test parser::reader::tests::consume_attribute ... ok [INFO] [stdout] test parser::reader::tests::consume_comment ... ok [INFO] [stdout] test parser::reader::tests::consume_name ... ok [INFO] [stdout] test parser::reader::tests::consume_number ... ok [INFO] [stdout] test parser::reader::tests::consume_reference ... ok [INFO] [stdout] test parser::reader::tests::consume_whitespace ... ok [INFO] [stdout] test parser::tests::next_tag ... ok [INFO] [stdout] test parser::tests::next_text ... ok [INFO] [stdout] test tests::open ... ok [INFO] [stdout] test tests::read ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests svg [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 36) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 5) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/lib.rs:25:35 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55943106460d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55943106460d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55943106460d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55943106460d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x559431082b7c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x559431062901 - std::io::Write::write_fmt::ha30651f608022a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x559431065db5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x559431065db5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x559431065db5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x559431065a69 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:314:9 [INFO] [stdout] 10: 0x559431066302 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5594310661e7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x559431064ac4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x559431065f19 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x5594310243c3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5594310244b3 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x559431028c57 - core::result::Result::unwrap::hf0025247f05b70f6 [INFO] [stdout] 17: 0x55943102d83e - rust_out::main::h3d3c95f1f21b751b [INFO] [stdout] 18: 0x559431026e23 - core::ops::function::FnOnce::call_once::h359be4aec5e1561c [INFO] [stdout] 19: 0x559431024f89 - std::sys_common::backtrace::__rust_begin_short_backtrace::hf1c468c32d98493e [INFO] [stdout] 20: 0x559431025bc9 - std::rt::lang_start::{{closure}}::hc74257e153f5ba59 [INFO] [stdout] 21: 0x55943106030e - core::ops::function::impls:: for &F>::call_once::hae31cd38f966dcbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x55943106030e - std::panicking::try::do_call::h4a4c12a32b804624 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 23: 0x55943106030e - std::panicking::try::h87f80f5db1929b60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 24: 0x55943106030e - std::panic::catch_unwind::hbc53afd5a2bdc195 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 25: 0x55943106030e - std::rt::lang_start_internal::{{closure}}::h2e62ddd08385fac8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:48 [INFO] [stdout] 26: 0x55943106030e - std::panicking::try::do_call::h04b85b79b362213e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 27: 0x55943106030e - std::panicking::try::h428fba6a4941d8ed [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 28: 0x55943106030e - std::panic::catch_unwind::hd73c90258412492e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 29: 0x55943106030e - std::rt::lang_start_internal::h26255896a96668b5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:20 [INFO] [stdout] 30: 0x559431025bb1 - std::rt::lang_start::habb7d5349de31a07 [INFO] [stdout] 31: 0x55943102d8f3 - main [INFO] [stdout] 32: 0x7fd3cb1d60b3 - __libc_start_main [INFO] [stdout] 33: 0x5594310246be - _start [INFO] [stdout] 34: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 5) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "2a4b0324300fddfc4e97b752488ebcdd3c898c9121ecd0bc171b3e6fd9b76b27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a4b0324300fddfc4e97b752488ebcdd3c898c9121ecd0bc171b3e6fd9b76b27", kill_on_drop: false }` [INFO] [stdout] 2a4b0324300fddfc4e97b752488ebcdd3c898c9121ecd0bc171b3e6fd9b76b27