Sep 10 21:54:22.474 INFO checking bstring_macros-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 21:54:22.474 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 21:54:22.474 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 21:54:22.627 INFO blam! 1a45b4db7758f4f46d1be492eb23ef4d386d17e8905d5727709f810b961c553b Sep 10 21:54:22.629 INFO running `"docker" "start" "-a" "1a45b4db7758f4f46d1be492eb23ef4d386d17e8905d5727709f810b961c553b"` Sep 10 21:54:23.475 INFO kablam! usermod: no changes Sep 10 21:54:23.539 INFO kablam! Compiling ref_slice v1.1.1 Sep 10 21:54:23.550 INFO kablam! Checking proc-macro-hack v0.3.3 Sep 10 21:54:23.551 INFO kablam! Checking bstring v0.1.0 Sep 10 21:54:27.329 INFO kablam! Compiling bstring_macros_hack v0.1.0 Sep 10 21:54:29.837 INFO kablam! Checking bstring_macros v0.1.0 (file:///source) Sep 10 21:54:31.191 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.191 INFO kablam! --> src/lib.rs:62:20 Sep 10 21:54:31.191 INFO kablam! | Sep 10 21:54:31.191 INFO kablam! 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.192 INFO kablam! Sep 10 21:54:31.192 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.192 INFO kablam! --> src/lib.rs:63:20 Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.192 INFO kablam! Sep 10 21:54:31.192 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.192 INFO kablam! --> src/lib.rs:64:20 Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.192 INFO kablam! Sep 10 21:54:31.192 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 10 21:54:31.192 INFO kablam! --> src/lib.rs:64:20 Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.192 INFO kablam! Sep 10 21:54:31.192 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.192 INFO kablam! --> src/lib.rs:66:20 Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.192 INFO kablam! Sep 10 21:54:31.192 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 10 21:54:31.192 INFO kablam! --> src/lib.rs:66:20 Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.192 INFO kablam! Sep 10 21:54:31.192 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.192 INFO kablam! --> src/lib.rs:80:20 Sep 10 21:54:31.192 INFO kablam! | Sep 10 21:54:31.192 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 10 21:54:31.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.192 INFO kablam! | | Sep 10 21:54:31.192 INFO kablam! | not found in this scope Sep 10 21:54:31.192 INFO kablam! | in this macro invocation Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.193 INFO kablam! Sep 10 21:54:31.193 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 10 21:54:31.193 INFO kablam! --> src/lib.rs:80:20 Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 10 21:54:31.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.193 INFO kablam! | | Sep 10 21:54:31.193 INFO kablam! | not found in this scope Sep 10 21:54:31.193 INFO kablam! | in this macro invocation Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.193 INFO kablam! Sep 10 21:54:31.193 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 10 21:54:31.193 INFO kablam! --> src/lib.rs:80:20 Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 10 21:54:31.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.193 INFO kablam! | | Sep 10 21:54:31.193 INFO kablam! | not found in this scope Sep 10 21:54:31.193 INFO kablam! | in this macro invocation Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.193 INFO kablam! Sep 10 21:54:31.193 INFO kablam! error[E0425]: cannot find value `d` in this scope Sep 10 21:54:31.193 INFO kablam! --> src/lib.rs:80:20 Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 10 21:54:31.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.193 INFO kablam! | | Sep 10 21:54:31.193 INFO kablam! | not found in this scope Sep 10 21:54:31.193 INFO kablam! | in this macro invocation Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.193 INFO kablam! Sep 10 21:54:31.193 INFO kablam! error[E0425]: cannot find value `e` in this scope Sep 10 21:54:31.193 INFO kablam! --> src/lib.rs:80:20 Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 10 21:54:31.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.193 INFO kablam! | | Sep 10 21:54:31.193 INFO kablam! | not found in this scope Sep 10 21:54:31.193 INFO kablam! | in this macro invocation Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.193 INFO kablam! Sep 10 21:54:31.193 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.193 INFO kablam! --> src/lib.rs:98:20 Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); Sep 10 21:54:31.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.193 INFO kablam! | | Sep 10 21:54:31.193 INFO kablam! | not found in this scope Sep 10 21:54:31.193 INFO kablam! | in this macro invocation Sep 10 21:54:31.193 INFO kablam! | Sep 10 21:54:31.193 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.194 INFO kablam! Sep 10 21:54:31.194 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.194 INFO kablam! --> src/lib.rs:99:20 Sep 10 21:54:31.194 INFO kablam! | Sep 10 21:54:31.194 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 10 21:54:31.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.194 INFO kablam! | | Sep 10 21:54:31.194 INFO kablam! | not found in this scope Sep 10 21:54:31.194 INFO kablam! | in this macro invocation Sep 10 21:54:31.194 INFO kablam! | Sep 10 21:54:31.194 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.194 INFO kablam! Sep 10 21:54:31.194 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 10 21:54:31.194 INFO kablam! --> src/lib.rs:99:20 Sep 10 21:54:31.194 INFO kablam! | Sep 10 21:54:31.194 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 10 21:54:31.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.194 INFO kablam! | | Sep 10 21:54:31.194 INFO kablam! | not found in this scope Sep 10 21:54:31.194 INFO kablam! | in this macro invocation Sep 10 21:54:31.194 INFO kablam! | Sep 10 21:54:31.194 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.194 INFO kablam! Sep 10 21:54:31.194 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 10 21:54:31.194 INFO kablam! --> src/lib.rs:100:20 Sep 10 21:54:31.194 INFO kablam! | Sep 10 21:54:31.194 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 10 21:54:31.194 INFO kablam! | ____________________^ Sep 10 21:54:31.194 INFO kablam! | |____________________| Sep 10 21:54:31.194 INFO kablam! | || Sep 10 21:54:31.194 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 10 21:54:31.194 INFO kablam! | || ^ Sep 10 21:54:31.194 INFO kablam! | ||______________________________________| Sep 10 21:54:31.194 INFO kablam! | |_______________________________________not found in this scope Sep 10 21:54:31.194 INFO kablam! | in this macro invocation Sep 10 21:54:31.194 INFO kablam! | Sep 10 21:54:31.194 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.195 INFO kablam! Sep 10 21:54:31.195 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 10 21:54:31.195 INFO kablam! --> src/lib.rs:100:20 Sep 10 21:54:31.195 INFO kablam! | Sep 10 21:54:31.195 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 10 21:54:31.195 INFO kablam! | ____________________^ Sep 10 21:54:31.195 INFO kablam! | |____________________| Sep 10 21:54:31.195 INFO kablam! | || Sep 10 21:54:31.195 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 10 21:54:31.195 INFO kablam! | || ^ Sep 10 21:54:31.195 INFO kablam! | ||______________________________________| Sep 10 21:54:31.195 INFO kablam! | |_______________________________________not found in this scope Sep 10 21:54:31.195 INFO kablam! | in this macro invocation Sep 10 21:54:31.195 INFO kablam! | Sep 10 21:54:31.195 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.195 INFO kablam! Sep 10 21:54:31.195 INFO kablam! error[E0425]: cannot find value `args` in this scope Sep 10 21:54:31.195 INFO kablam! --> src/lib.rs:111:13 Sep 10 21:54:31.195 INFO kablam! | Sep 10 21:54:31.195 INFO kablam! 111 | bformat!("sup {}", args) Sep 10 21:54:31.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 21:54:31.195 INFO kablam! | | Sep 10 21:54:31.195 INFO kablam! | not found in this scope Sep 10 21:54:31.195 INFO kablam! | in this macro invocation Sep 10 21:54:31.195 INFO kablam! | Sep 10 21:54:31.195 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 21:54:31.195 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 21:54:31.195 INFO kablam! | Sep 10 21:54:31.195 INFO kablam! 48 | use std::env::args; Sep 10 21:54:31.195 INFO kablam! | Sep 10 21:54:31.195 INFO kablam! Sep 10 21:54:31.289 INFO kablam! error: aborting due to 17 previous errors Sep 10 21:54:31.289 INFO kablam! Sep 10 21:54:31.289 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 10 21:54:31.298 INFO kablam! error: Could not compile `bstring_macros`. Sep 10 21:54:31.298 INFO kablam! Sep 10 21:54:31.298 INFO kablam! To learn more, run the command again with --verbose. Sep 10 21:54:31.299 INFO kablam! su: No module specific data is present Sep 10 21:54:32.183 INFO running `"docker" "rm" "-f" "1a45b4db7758f4f46d1be492eb23ef4d386d17e8905d5727709f810b961c553b"` Sep 10 21:54:32.303 INFO blam! 1a45b4db7758f4f46d1be492eb23ef4d386d17e8905d5727709f810b961c553b