Sep 20 04:15:49.011 INFO checking bstring_macros-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:15:49.011 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:15:49.012 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:15:49.341 INFO blam! bc363785dddeb84387050aa319e647776641a738452576a3e0ee5dc2707320f7 Sep 20 04:15:49.343 INFO running `"docker" "start" "-a" "bc363785dddeb84387050aa319e647776641a738452576a3e0ee5dc2707320f7"` Sep 20 04:15:50.383 INFO kablam! usermod: no changes Sep 20 04:15:50.434 INFO kablam! Compiling ref_slice v1.1.1 Sep 20 04:15:50.434 INFO kablam! Compiling proc-macro-hack-impl v0.3.3 Sep 20 04:15:50.434 INFO kablam! Checking bstring v0.1.0 Sep 20 04:15:54.570 INFO kablam! Compiling proc-macro-hack v0.3.3 Sep 20 04:15:55.971 INFO kablam! Compiling bstring_macros_hack v0.1.0 Sep 20 04:15:59.284 INFO kablam! Checking bstring_macros v0.1.0 (/source) Sep 20 04:16:00.814 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.814 INFO kablam! --> src/lib.rs:62:20 Sep 20 04:16:00.814 INFO kablam! | Sep 20 04:16:00.814 INFO kablam! 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); Sep 20 04:16:00.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.814 INFO kablam! | | Sep 20 04:16:00.814 INFO kablam! | not found in this scope Sep 20 04:16:00.815 INFO kablam! | in this macro invocation Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 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 20 04:16:00.815 INFO kablam! Sep 20 04:16:00.815 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.815 INFO kablam! --> src/lib.rs:63:20 Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 INFO kablam! 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); Sep 20 04:16:00.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.815 INFO kablam! | | Sep 20 04:16:00.815 INFO kablam! | not found in this scope Sep 20 04:16:00.815 INFO kablam! | in this macro invocation Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 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 20 04:16:00.815 INFO kablam! Sep 20 04:16:00.815 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.815 INFO kablam! --> src/lib.rs:64:20 Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 20 04:16:00.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.815 INFO kablam! | | Sep 20 04:16:00.815 INFO kablam! | not found in this scope Sep 20 04:16:00.815 INFO kablam! | in this macro invocation Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 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 20 04:16:00.815 INFO kablam! Sep 20 04:16:00.815 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 20 04:16:00.815 INFO kablam! --> src/lib.rs:64:20 Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 20 04:16:00.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.815 INFO kablam! | | Sep 20 04:16:00.815 INFO kablam! | not found in this scope Sep 20 04:16:00.815 INFO kablam! | in this macro invocation Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 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 20 04:16:00.815 INFO kablam! Sep 20 04:16:00.815 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.815 INFO kablam! --> src/lib.rs:66:20 Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 20 04:16:00.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.815 INFO kablam! | | Sep 20 04:16:00.815 INFO kablam! | not found in this scope Sep 20 04:16:00.815 INFO kablam! | in this macro invocation Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 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 20 04:16:00.815 INFO kablam! Sep 20 04:16:00.815 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 20 04:16:00.815 INFO kablam! --> src/lib.rs:66:20 Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 20 04:16:00.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.815 INFO kablam! | | Sep 20 04:16:00.815 INFO kablam! | not found in this scope Sep 20 04:16:00.815 INFO kablam! | in this macro invocation Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 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 20 04:16:00.815 INFO kablam! Sep 20 04:16:00.815 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.815 INFO kablam! --> src/lib.rs:80:20 Sep 20 04:16:00.815 INFO kablam! | Sep 20 04:16:00.815 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 20 04:16:00.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.816 INFO kablam! | in this macro invocation Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 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 20 04:16:00.816 INFO kablam! Sep 20 04:16:00.816 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 20 04:16:00.816 INFO kablam! --> src/lib.rs:80:20 Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 20 04:16:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.816 INFO kablam! | in this macro invocation Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 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 20 04:16:00.816 INFO kablam! Sep 20 04:16:00.816 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 20 04:16:00.816 INFO kablam! --> src/lib.rs:80:20 Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 20 04:16:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.816 INFO kablam! | in this macro invocation Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 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 20 04:16:00.816 INFO kablam! Sep 20 04:16:00.816 INFO kablam! error[E0425]: cannot find value `d` in this scope Sep 20 04:16:00.816 INFO kablam! --> src/lib.rs:80:20 Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 20 04:16:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.816 INFO kablam! | in this macro invocation Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 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 20 04:16:00.816 INFO kablam! Sep 20 04:16:00.816 INFO kablam! error[E0425]: cannot find value `e` in this scope Sep 20 04:16:00.816 INFO kablam! --> src/lib.rs:80:20 Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 20 04:16:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.816 INFO kablam! | in this macro invocation Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 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 20 04:16:00.816 INFO kablam! Sep 20 04:16:00.816 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.816 INFO kablam! --> src/lib.rs:98:20 Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 INFO kablam! 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); Sep 20 04:16:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.816 INFO kablam! | in this macro invocation Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 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 20 04:16:00.816 INFO kablam! Sep 20 04:16:00.816 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.816 INFO kablam! --> src/lib.rs:99:20 Sep 20 04:16:00.816 INFO kablam! | Sep 20 04:16:00.816 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 20 04:16:00.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.816 INFO kablam! | | Sep 20 04:16:00.816 INFO kablam! | not found in this scope Sep 20 04:16:00.817 INFO kablam! | in this macro invocation Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 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 20 04:16:00.817 INFO kablam! Sep 20 04:16:00.817 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 20 04:16:00.817 INFO kablam! --> src/lib.rs:99:20 Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 20 04:16:00.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.817 INFO kablam! | | Sep 20 04:16:00.817 INFO kablam! | not found in this scope Sep 20 04:16:00.817 INFO kablam! | in this macro invocation Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 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 20 04:16:00.817 INFO kablam! Sep 20 04:16:00.817 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 20 04:16:00.817 INFO kablam! --> src/lib.rs:100:20 Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 20 04:16:00.817 INFO kablam! | ____________________^ Sep 20 04:16:00.817 INFO kablam! | |____________________| Sep 20 04:16:00.817 INFO kablam! | || Sep 20 04:16:00.817 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 20 04:16:00.817 INFO kablam! | || ^ Sep 20 04:16:00.817 INFO kablam! | ||______________________________________| Sep 20 04:16:00.817 INFO kablam! | |_______________________________________not found in this scope Sep 20 04:16:00.817 INFO kablam! | in this macro invocation Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 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 20 04:16:00.817 INFO kablam! Sep 20 04:16:00.817 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 20 04:16:00.817 INFO kablam! --> src/lib.rs:100:20 Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 20 04:16:00.817 INFO kablam! | ____________________^ Sep 20 04:16:00.817 INFO kablam! | |____________________| Sep 20 04:16:00.817 INFO kablam! | || Sep 20 04:16:00.817 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 20 04:16:00.817 INFO kablam! | || ^ Sep 20 04:16:00.817 INFO kablam! | ||______________________________________| Sep 20 04:16:00.817 INFO kablam! | |_______________________________________not found in this scope Sep 20 04:16:00.817 INFO kablam! | in this macro invocation Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 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 20 04:16:00.817 INFO kablam! Sep 20 04:16:00.817 INFO kablam! error[E0425]: cannot find value `args` in this scope Sep 20 04:16:00.817 INFO kablam! --> src/lib.rs:111:13 Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 INFO kablam! 111 | bformat!("sup {}", args) Sep 20 04:16:00.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 04:16:00.817 INFO kablam! | | Sep 20 04:16:00.817 INFO kablam! | not found in this scope Sep 20 04:16:00.817 INFO kablam! | in this macro invocation Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 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 20 04:16:00.817 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 INFO kablam! 48 | use std::env::args; Sep 20 04:16:00.817 INFO kablam! | Sep 20 04:16:00.817 INFO kablam! Sep 20 04:16:00.907 INFO kablam! error: aborting due to 17 previous errors Sep 20 04:16:00.907 INFO kablam! Sep 20 04:16:00.907 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 20 04:16:00.917 INFO kablam! error: Could not compile `bstring_macros`. Sep 20 04:16:00.918 INFO kablam! Sep 20 04:16:00.918 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:16:00.919 INFO kablam! su: No module specific data is present Sep 20 04:16:01.770 INFO running `"docker" "rm" "-f" "bc363785dddeb84387050aa319e647776641a738452576a3e0ee5dc2707320f7"` Sep 20 04:16:01.838 INFO blam! bc363785dddeb84387050aa319e647776641a738452576a3e0ee5dc2707320f7