[INFO] fetching crate rstest 0.11.0... [INFO] building rstest-0.11.0 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate rstest 0.11.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rstest 0.11.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rstest 0.11.0 [INFO] finished tweaking crates.io crate rstest 0.11.0 [INFO] tweaked toml for crates.io crate rstest 0.11.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "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] 295cdfe8cdd08c829d515be65cde15d4e9468ba3546488dc2eaca54ac1abb788 [INFO] running `Command { std: "docker" "start" "-a" "295cdfe8cdd08c829d515be65cde15d4e9468ba3546488dc2eaca54ac1abb788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "295cdfe8cdd08c829d515be65cde15d4e9468ba3546488dc2eaca54ac1abb788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "295cdfe8cdd08c829d515be65cde15d4e9468ba3546488dc2eaca54ac1abb788", kill_on_drop: false }` [INFO] [stdout] 295cdfe8cdd08c829d515be65cde15d4e9468ba3546488dc2eaca54ac1abb788 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--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] 4fee9dbf79987521f7eccf7ae89d13416eb9724c7fbe82b1a6aa817a730949da [INFO] running `Command { std: "docker" "start" "-a" "4fee9dbf79987521f7eccf7ae89d13416eb9724c7fbe82b1a6aa817a730949da", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling rstest v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [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 `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | let (_, excluded) = merge_errors!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 45 | | self.data.extend_with_function_attrs(item_fn), [INFO] [stdout] 46 | | extract_excluded_trace(item_fn) [INFO] [stdout] 47 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (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 18.54s [INFO] running `Command { std: "docker" "inspect" "4fee9dbf79987521f7eccf7ae89d13416eb9724c7fbe82b1a6aa817a730949da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fee9dbf79987521f7eccf7ae89d13416eb9724c7fbe82b1a6aa817a730949da", kill_on_drop: false }` [INFO] [stdout] 4fee9dbf79987521f7eccf7ae89d13416eb9724c7fbe82b1a6aa817a730949da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7e1961ccdc072015f1a9fbdbcc2f16485578e0ac8200451415314153dee238d [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" "b7e1961ccdc072015f1a9fbdbcc2f16485578e0ac8200451415314153dee238d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling temp_testdir v0.2.3 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling actix-macros v0.2.1 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [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 `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | let (_, excluded) = merge_errors!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 45 | | self.data.extend_with_function_attrs(item_fn), [INFO] [stdout] 46 | | extract_excluded_trace(item_fn) [INFO] [stdout] 47 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (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] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling combine v4.6.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling rstest v0.10.0 [INFO] [stderr] Compiling rstest_reuse v0.1.3 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling actix-rt v2.2.0 [INFO] [stderr] Compiling toml_edit v0.2.1 [INFO] [stderr] Compiling rstest_test v0.3.0 [INFO] [stderr] Compiling rstest v0.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [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 `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/fixture.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | ) = merge_errors!( [INFO] [stdout] | _____________- [INFO] [stdout] 58 | | extract_fixtures(item_fn), [INFO] [stdout] 59 | | extract_defaults(item_fn), [INFO] [stdout] 60 | | extract_default_return_type(item_fn), [INFO] [stdout] 61 | | extract_partials_return_type(item_fn) [INFO] [stdout] 62 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | let (_, excluded) = merge_errors!( [INFO] [stdout] | _____________________________- [INFO] [stdout] 45 | | self.data.extend_with_function_attrs(item_fn), [INFO] [stdout] 46 | | extract_excluded_trace(item_fn) [INFO] [stdout] 47 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/error.rs:54:65 [INFO] [stdout] | [INFO] [stdout] 54 | crate::error::_merge_errors($e, merge_errors!($($es),*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parse/rstest.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | let composed_tuple!(fixtures, case_args, cases, value_list) = merge_errors!( [INFO] [stdout] | _______________________________________________________________________- [INFO] [stdout] 121 | | extract_fixtures(item_fn), [INFO] [stdout] 122 | | extract_case_args(item_fn), [INFO] [stdout] 123 | | extract_cases(item_fn), [INFO] [stdout] 124 | | extract_value_list(item_fn) [INFO] [stdout] 125 | | )?; [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `merge_errors` (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 1m 05s [INFO] running `Command { std: "docker" "inspect" "b7e1961ccdc072015f1a9fbdbcc2f16485578e0ac8200451415314153dee238d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7e1961ccdc072015f1a9fbdbcc2f16485578e0ac8200451415314153dee238d", kill_on_drop: false }` [INFO] [stdout] b7e1961ccdc072015f1a9fbdbcc2f16485578e0ac8200451415314153dee238d