[INFO] fetching crate proc-macro-rules 0.2.1... [INFO] testing proc-macro-rules-0.2.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate proc-macro-rules 0.2.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate proc-macro-rules 0.2.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate proc-macro-rules 0.2.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate proc-macro-rules 0.2.1 [INFO] tweaked toml for crates.io crate proc-macro-rules 0.2.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 088f2c7b2b03f8dd339ffd66a7ff4c9ec9e7521ca17c5ae836eb047c91398191 [INFO] running `"docker" "start" "-a" "088f2c7b2b03f8dd339ffd66a7ff4c9ec9e7521ca17c5ae836eb047c91398191"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro-rules-macros v0.2.0 [INFO] [stderr] Compiling proc-macro-rules v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.67s [INFO] running `"docker" "inspect" "088f2c7b2b03f8dd339ffd66a7ff4c9ec9e7521ca17c5ae836eb047c91398191"` [INFO] running `"docker" "rm" "-f" "088f2c7b2b03f8dd339ffd66a7ff4c9ec9e7521ca17c5ae836eb047c91398191"` [INFO] [stdout] 088f2c7b2b03f8dd339ffd66a7ff4c9ec9e7521ca17c5ae836eb047c91398191 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fc13f1b4a1700e2fa44085c4eca4d26d1761c856d31cb05eb5edbc8dc558763d [INFO] running `"docker" "start" "-a" "fc13f1b4a1700e2fa44085c4eca4d26d1761c856d31cb05eb5edbc8dc558763d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro-rules v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 117 | / rules!(tokens => { [INFO] [stderr] 118 | | (bar) => {} [INFO] [stderr] 119 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 117 | / rules!(tokens => { [INFO] [stderr] 118 | | (bar) => {} [INFO] [stderr] 119 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 24 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.21s [INFO] running `"docker" "inspect" "fc13f1b4a1700e2fa44085c4eca4d26d1761c856d31cb05eb5edbc8dc558763d"` [INFO] running `"docker" "rm" "-f" "fc13f1b4a1700e2fa44085c4eca4d26d1761c856d31cb05eb5edbc8dc558763d"` [INFO] [stdout] fc13f1b4a1700e2fa44085c4eca4d26d1761c856d31cb05eb5edbc8dc558763d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9530d377e2ab95b15dfb15c992d32589fc091cf2481ac2bcc631981f41b42e33 [INFO] running `"docker" "start" "-a" "9530d377e2ab95b15dfb15c992d32589fc091cf2481ac2bcc631981f41b42e33"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 117 | / rules!(tokens => { [INFO] [stderr] 118 | | (bar) => {} [INFO] [stderr] 119 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `value` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `e` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 117 | / rules!(tokens => { [INFO] [stderr] 118 | | (bar) => {} [INFO] [stderr] 119 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `outer` [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] 78 | | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | |______________________________________^ help: if this is intentional, prefix it with an underscore: `_outer` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | _^ [INFO] [stderr] | |_| [INFO] [stderr] | || [INFO] [stderr] 78 | || pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ||_|____________________________________^ [INFO] [stderr] | |_| [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 24 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/proc_macro_rules-aec73ee2dd2fa3df [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_empty ... ok [INFO] [stdout] test tests::test_smoke ... ok [INFO] [stdout] test tests::test_star ... ok [INFO] [stdout] test tests::test_plus ... ok [INFO] [stdout] test tests::test_opt ... ok [INFO] [stdout] test tests::test_branches ... ok [INFO] [stdout] test tests::test_no_match ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests proc-macro-rules [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9530d377e2ab95b15dfb15c992d32589fc091cf2481ac2bcc631981f41b42e33"` [INFO] running `"docker" "rm" "-f" "9530d377e2ab95b15dfb15c992d32589fc091cf2481ac2bcc631981f41b42e33"` [INFO] [stdout] 9530d377e2ab95b15dfb15c992d32589fc091cf2481ac2bcc631981f41b42e33