[INFO] fetching crate perde-core 0.0.1... [INFO] testing perde-core-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate perde-core 0.0.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate perde-core 0.0.1 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 perde-core 0.0.1 [INFO] finished tweaking crates.io crate perde-core 0.0.1 [INFO] tweaked toml for crates.io crate perde-core 0.0.1 written to /workspace/builds/worker-11/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 610cdc81833fac4ad67d75080f1c708ab128031c6b96b6a9704e4c81c35ad283 [INFO] running `Command { std: "docker" "start" "-a" "610cdc81833fac4ad67d75080f1c708ab128031c6b96b6a9704e4c81c35ad283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "610cdc81833fac4ad67d75080f1c708ab128031c6b96b6a9704e4c81c35ad283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "610cdc81833fac4ad67d75080f1c708ab128031c6b96b6a9704e4c81c35ad283", kill_on_drop: false }` [INFO] [stdout] 610cdc81833fac4ad67d75080f1c708ab128031c6b96b6a9704e4c81c35ad283 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30a500d7e487ec82cd5d18f045cfcc76389a8151c66b5d3d7d18c66ce5063d30 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30a500d7e487ec82cd5d18f045cfcc76389a8151c66b5d3d7d18c66ce5063d30", kill_on_drop: false }` [INFO] [stderr] Compiling inventory v0.1.11 [INFO] [stderr] Compiling pyo3 v0.12.4 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling inventory-impl v0.1.11 [INFO] [stderr] Compiling pyo3-derive-backend v0.12.4 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling pyo3cls v0.12.4 [INFO] [stderr] Compiling perde-core v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | bail!("cannot set attribute `{}`", s) [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: 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | bail!("cannot get capsule pointer") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | bail!("object is not boolean type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | bail!("object is not integer type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | bail!("object is not integer type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | bail!("object is not double float") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | bail!("object is not a string") [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | bail!("object is not bytes") [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | bail!("object is not bytearray") [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/args.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | / bail!( [INFO] [stdout] 28 | | "missing {}-th positional argument; got {}", [INFO] [stdout] 29 | | index, [INFO] [stdout] 30 | | self.num_args() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/containers.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | bail!("cannot add an item to a set") [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/containers.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | bail!("cannot set an item to dictionary") [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/resolve.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | bail!("unsupported type") [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/schema.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | c => bail!("Unsupported string case: {}", c), [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.81s [INFO] running `Command { std: "docker" "inspect" "30a500d7e487ec82cd5d18f045cfcc76389a8151c66b5d3d7d18c66ce5063d30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30a500d7e487ec82cd5d18f045cfcc76389a8151c66b5d3d7d18c66ce5063d30", kill_on_drop: false }` [INFO] [stdout] 30a500d7e487ec82cd5d18f045cfcc76389a8151c66b5d3d7d18c66ce5063d30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1797d57048bd189feb31fcf5b7ebc6324aa6b8557e1fdc380cdbcc88e4ca889b [INFO] running `Command { std: "docker" "start" "-a" "1797d57048bd189feb31fcf5b7ebc6324aa6b8557e1fdc380cdbcc88e4ca889b", kill_on_drop: false }` [INFO] [stderr] Compiling perde-core v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | bail!("cannot set attribute `{}`", s) [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: 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | bail!("cannot get capsule pointer") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | bail!("object is not boolean type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | bail!("object is not integer type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | bail!("object is not integer type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | bail!("object is not double float") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | bail!("object is not a string") [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | bail!("object is not bytes") [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | bail!("object is not bytearray") [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/args.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | / bail!( [INFO] [stdout] 28 | | "missing {}-th positional argument; got {}", [INFO] [stdout] 29 | | index, [INFO] [stdout] 30 | | self.num_args() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/containers.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | bail!("cannot add an item to a set") [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/containers.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | bail!("cannot set an item to dictionary") [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/resolve.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | bail!("unsupported type") [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/schema.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | c => bail!("Unsupported string case: {}", c), [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | bail!("cannot set attribute `{}`", s) [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: 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | bail!("cannot get capsule pointer") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | bail!("object is not boolean type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | bail!("object is not integer type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | bail!("object is not integer type") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:126:13 [INFO] [stdout] | [INFO] [stdout] 126 | bail!("object is not double float") [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | bail!("object is not a string") [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | bail!("object is not bytes") [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/object.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | bail!("object is not bytearray") [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/args.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | / bail!( [INFO] [stdout] 28 | | "missing {}-th positional argument; got {}", [INFO] [stdout] 29 | | index, [INFO] [stdout] 30 | | self.num_args() [INFO] [stdout] 31 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/containers.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | bail!("cannot add an item to a set") [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/types/containers.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | bail!("cannot set an item to dictionary") [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/resolve.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | bail!("unsupported type") [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being 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 `bail` [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/schema.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | c => bail!("Unsupported string case: {}", c), [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.13s [INFO] running `Command { std: "docker" "inspect" "1797d57048bd189feb31fcf5b7ebc6324aa6b8557e1fdc380cdbcc88e4ca889b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1797d57048bd189feb31fcf5b7ebc6324aa6b8557e1fdc380cdbcc88e4ca889b", kill_on_drop: false }` [INFO] [stdout] 1797d57048bd189feb31fcf5b7ebc6324aa6b8557e1fdc380cdbcc88e4ca889b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 304a123c80d3b8b4c67510f128eb9df259df08e8e0cba1c018d38646c314af2c [INFO] running `Command { std: "docker" "start" "-a" "304a123c80d3b8b4c67510f128eb9df259df08e8e0cba1c018d38646c314af2c", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/error.rs:23:41 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stdout] [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:77:13 [INFO] [stderr] | [INFO] [stderr] 77 | bail!("cannot set attribute `{}`", s) [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: 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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | bail!("cannot get capsule pointer") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:101:13 [INFO] [stderr] | [INFO] [stderr] 101 | bail!("object is not boolean type") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:108:13 [INFO] [stderr] | [INFO] [stderr] 108 | bail!("object is not integer type") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | bail!("object is not integer type") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | bail!("object is not double float") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:137:13 [INFO] [stderr] | [INFO] [stderr] 137 | bail!("object is not a string") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:152:13 [INFO] [stderr] | [INFO] [stderr] 152 | bail!("object is not bytes") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/object.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | bail!("object is not bytearray") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/args.rs:27:13 [INFO] [stderr] | [INFO] [stderr] 27 | / bail!( [INFO] [stderr] 28 | | "missing {}-th positional argument; got {}", [INFO] [stderr] 29 | | index, [INFO] [stderr] 30 | | self.num_args() [INFO] [stderr] 31 | | ) [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/containers.rs:82:17 [INFO] [stderr] | [INFO] [stderr] 82 | bail!("cannot add an item to a set") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/types/containers.rs:181:17 [INFO] [stderr] | [INFO] [stderr] 181 | bail!("cannot set an item to dictionary") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/resolve.rs:103:9 [INFO] [stderr] | [INFO] [stderr] 103 | bail!("unsupported type") [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 `bail` [INFO] [stderr] = note: this warning originates in the macro `bail` (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:23:41 [INFO] [stderr] | [INFO] [stderr] 23 | return Err($crate::err!($($t)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/schema.rs:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | c => bail!("Unsupported string case: {}", c), [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 `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `perde-core` (lib) generated 14 warnings [INFO] [stderr] warning: `perde-core` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/perde_core-eda31040b541aa93) [INFO] [stderr] Doc-tests perde-core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "304a123c80d3b8b4c67510f128eb9df259df08e8e0cba1c018d38646c314af2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "304a123c80d3b8b4c67510f128eb9df259df08e8e0cba1c018d38646c314af2c", kill_on_drop: false }` [INFO] [stdout] 304a123c80d3b8b4c67510f128eb9df259df08e8e0cba1c018d38646c314af2c