Sep 02 19:21:30.127 INFO checking bstring_macros-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 19:21:30.127 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 19:21:30.127 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:21:30.293 INFO blam! cc3bf841258824fdb3cb1d8b1205ce833ccb51880546b3a5d4997c0a20daad9d Sep 02 19:21:30.295 INFO running `"docker" "start" "-a" "cc3bf841258824fdb3cb1d8b1205ce833ccb51880546b3a5d4997c0a20daad9d"` Sep 02 19:21:30.928 INFO kablam! Compiling ref_slice v1.1.1 Sep 02 19:21:30.928 INFO kablam! Checking bstring v0.1.0 Sep 02 19:21:35.177 INFO kablam! Compiling bstring_macros_hack v0.1.0 Sep 02 19:21:39.999 INFO kablam! Checking bstring_macros v0.1.0 (file:///source) Sep 02 19:21:44.447 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.447 INFO kablam! --> src/lib.rs:62:20 Sep 02 19:21:44.447 INFO kablam! | Sep 02 19:21:44.447 INFO kablam! 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); Sep 02 19:21:44.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.447 INFO kablam! | | Sep 02 19:21:44.447 INFO kablam! | not found in this scope Sep 02 19:21:44.447 INFO kablam! | in this macro invocation Sep 02 19:21:44.447 INFO kablam! | Sep 02 19:21:44.447 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 02 19:21:44.448 INFO kablam! Sep 02 19:21:44.449 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.449 INFO kablam! --> src/lib.rs:63:20 Sep 02 19:21:44.449 INFO kablam! | Sep 02 19:21:44.449 INFO kablam! 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); Sep 02 19:21:44.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.449 INFO kablam! | | Sep 02 19:21:44.449 INFO kablam! | not found in this scope Sep 02 19:21:44.449 INFO kablam! | in this macro invocation Sep 02 19:21:44.449 INFO kablam! | Sep 02 19:21:44.450 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 02 19:21:44.450 INFO kablam! Sep 02 19:21:44.450 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.450 INFO kablam! --> src/lib.rs:64:20 Sep 02 19:21:44.450 INFO kablam! | Sep 02 19:21:44.450 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 02 19:21:44.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.450 INFO kablam! | | Sep 02 19:21:44.450 INFO kablam! | not found in this scope Sep 02 19:21:44.450 INFO kablam! | in this macro invocation Sep 02 19:21:44.450 INFO kablam! | Sep 02 19:21:44.450 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 02 19:21:44.450 INFO kablam! Sep 02 19:21:44.450 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 02 19:21:44.450 INFO kablam! --> src/lib.rs:64:20 Sep 02 19:21:44.450 INFO kablam! | Sep 02 19:21:44.450 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 02 19:21:44.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.450 INFO kablam! | | Sep 02 19:21:44.450 INFO kablam! | not found in this scope Sep 02 19:21:44.450 INFO kablam! | in this macro invocation Sep 02 19:21:44.450 INFO kablam! | Sep 02 19:21:44.451 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 02 19:21:44.451 INFO kablam! Sep 02 19:21:44.451 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.451 INFO kablam! --> src/lib.rs:66:20 Sep 02 19:21:44.451 INFO kablam! | Sep 02 19:21:44.451 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 02 19:21:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.451 INFO kablam! | | Sep 02 19:21:44.451 INFO kablam! | not found in this scope Sep 02 19:21:44.451 INFO kablam! | in this macro invocation Sep 02 19:21:44.451 INFO kablam! | Sep 02 19:21:44.451 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 02 19:21:44.451 INFO kablam! Sep 02 19:21:44.451 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 02 19:21:44.451 INFO kablam! --> src/lib.rs:66:20 Sep 02 19:21:44.451 INFO kablam! | Sep 02 19:21:44.451 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 02 19:21:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.451 INFO kablam! | | Sep 02 19:21:44.451 INFO kablam! | not found in this scope Sep 02 19:21:44.451 INFO kablam! | in this macro invocation Sep 02 19:21:44.451 INFO kablam! | Sep 02 19:21:44.451 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 02 19:21:44.452 INFO kablam! Sep 02 19:21:44.452 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.452 INFO kablam! --> src/lib.rs:80:20 Sep 02 19:21:44.452 INFO kablam! | Sep 02 19:21:44.452 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 02 19:21:44.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.452 INFO kablam! | | Sep 02 19:21:44.452 INFO kablam! | not found in this scope Sep 02 19:21:44.452 INFO kablam! | in this macro invocation Sep 02 19:21:44.452 INFO kablam! | Sep 02 19:21:44.452 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 02 19:21:44.452 INFO kablam! Sep 02 19:21:44.452 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 02 19:21:44.452 INFO kablam! --> src/lib.rs:80:20 Sep 02 19:21:44.452 INFO kablam! | Sep 02 19:21:44.452 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 02 19:21:44.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.452 INFO kablam! | | Sep 02 19:21:44.452 INFO kablam! | not found in this scope Sep 02 19:21:44.452 INFO kablam! | in this macro invocation Sep 02 19:21:44.452 INFO kablam! | Sep 02 19:21:44.452 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 02 19:21:44.453 INFO kablam! Sep 02 19:21:44.453 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 02 19:21:44.453 INFO kablam! --> src/lib.rs:80:20 Sep 02 19:21:44.453 INFO kablam! | Sep 02 19:21:44.453 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 02 19:21:44.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.453 INFO kablam! | | Sep 02 19:21:44.453 INFO kablam! | not found in this scope Sep 02 19:21:44.453 INFO kablam! | in this macro invocation Sep 02 19:21:44.453 INFO kablam! | Sep 02 19:21:44.453 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 02 19:21:44.453 INFO kablam! Sep 02 19:21:44.453 INFO kablam! error[E0425]: cannot find value `d` in this scope Sep 02 19:21:44.453 INFO kablam! --> src/lib.rs:80:20 Sep 02 19:21:44.453 INFO kablam! | Sep 02 19:21:44.453 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 02 19:21:44.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.453 INFO kablam! | | Sep 02 19:21:44.453 INFO kablam! | not found in this scope Sep 02 19:21:44.453 INFO kablam! | in this macro invocation Sep 02 19:21:44.453 INFO kablam! | Sep 02 19:21:44.453 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 02 19:21:44.453 INFO kablam! Sep 02 19:21:44.454 INFO kablam! error[E0425]: cannot find value `e` in this scope Sep 02 19:21:44.454 INFO kablam! --> src/lib.rs:80:20 Sep 02 19:21:44.454 INFO kablam! | Sep 02 19:21:44.454 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 02 19:21:44.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.454 INFO kablam! | | Sep 02 19:21:44.454 INFO kablam! | not found in this scope Sep 02 19:21:44.454 INFO kablam! | in this macro invocation Sep 02 19:21:44.454 INFO kablam! | Sep 02 19:21:44.455 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 02 19:21:44.455 INFO kablam! Sep 02 19:21:44.455 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.455 INFO kablam! --> src/lib.rs:98:20 Sep 02 19:21:44.455 INFO kablam! | Sep 02 19:21:44.455 INFO kablam! 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); Sep 02 19:21:44.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.455 INFO kablam! | | Sep 02 19:21:44.455 INFO kablam! | not found in this scope Sep 02 19:21:44.455 INFO kablam! | in this macro invocation Sep 02 19:21:44.455 INFO kablam! | Sep 02 19:21:44.455 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 02 19:21:44.455 INFO kablam! Sep 02 19:21:44.455 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.455 INFO kablam! --> src/lib.rs:99:20 Sep 02 19:21:44.455 INFO kablam! | Sep 02 19:21:44.455 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 02 19:21:44.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.456 INFO kablam! | | Sep 02 19:21:44.456 INFO kablam! | not found in this scope Sep 02 19:21:44.456 INFO kablam! | in this macro invocation Sep 02 19:21:44.456 INFO kablam! | Sep 02 19:21:44.456 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 02 19:21:44.456 INFO kablam! Sep 02 19:21:44.456 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 02 19:21:44.456 INFO kablam! --> src/lib.rs:99:20 Sep 02 19:21:44.456 INFO kablam! | Sep 02 19:21:44.456 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 02 19:21:44.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.456 INFO kablam! | | Sep 02 19:21:44.456 INFO kablam! | not found in this scope Sep 02 19:21:44.456 INFO kablam! | in this macro invocation Sep 02 19:21:44.456 INFO kablam! | Sep 02 19:21:44.456 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 02 19:21:44.456 INFO kablam! Sep 02 19:21:44.456 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 02 19:21:44.456 INFO kablam! --> src/lib.rs:100:20 Sep 02 19:21:44.456 INFO kablam! | Sep 02 19:21:44.456 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 02 19:21:44.456 INFO kablam! | ____________________^ Sep 02 19:21:44.456 INFO kablam! | |____________________| Sep 02 19:21:44.456 INFO kablam! | || Sep 02 19:21:44.456 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 02 19:21:44.457 INFO kablam! | || ^ Sep 02 19:21:44.457 INFO kablam! | ||______________________________________| Sep 02 19:21:44.457 INFO kablam! | |_______________________________________not found in this scope Sep 02 19:21:44.457 INFO kablam! | in this macro invocation Sep 02 19:21:44.457 INFO kablam! | Sep 02 19:21:44.457 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 02 19:21:44.457 INFO kablam! Sep 02 19:21:44.457 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 02 19:21:44.457 INFO kablam! --> src/lib.rs:100:20 Sep 02 19:21:44.457 INFO kablam! | Sep 02 19:21:44.457 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 02 19:21:44.457 INFO kablam! | ____________________^ Sep 02 19:21:44.457 INFO kablam! | |____________________| Sep 02 19:21:44.457 INFO kablam! | || Sep 02 19:21:44.457 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 02 19:21:44.457 INFO kablam! | || ^ Sep 02 19:21:44.457 INFO kablam! | ||______________________________________| Sep 02 19:21:44.457 INFO kablam! | |_______________________________________not found in this scope Sep 02 19:21:44.457 INFO kablam! | in this macro invocation Sep 02 19:21:44.457 INFO kablam! | Sep 02 19:21:44.457 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 02 19:21:44.457 INFO kablam! Sep 02 19:21:44.457 INFO kablam! error[E0425]: cannot find value `args` in this scope Sep 02 19:21:44.457 INFO kablam! --> src/lib.rs:111:13 Sep 02 19:21:44.457 INFO kablam! | Sep 02 19:21:44.457 INFO kablam! 111 | bformat!("sup {}", args) Sep 02 19:21:44.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:21:44.458 INFO kablam! | | Sep 02 19:21:44.458 INFO kablam! | not found in this scope Sep 02 19:21:44.458 INFO kablam! | in this macro invocation Sep 02 19:21:44.458 INFO kablam! | Sep 02 19:21:44.458 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 02 19:21:44.458 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 02 19:21:44.458 INFO kablam! | Sep 02 19:21:44.458 INFO kablam! 48 | use std::env::args; Sep 02 19:21:44.458 INFO kablam! | Sep 02 19:21:44.458 INFO kablam! Sep 02 19:21:44.695 INFO kablam! error: aborting due to 17 previous errors Sep 02 19:21:44.695 INFO kablam! Sep 02 19:21:44.695 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 02 19:21:44.706 INFO kablam! error: Could not compile `bstring_macros`. Sep 02 19:21:44.706 INFO kablam! Sep 02 19:21:44.706 INFO kablam! To learn more, run the command again with --verbose. Sep 02 19:21:44.707 INFO kablam! su: No module specific data is present Sep 02 19:21:45.092 INFO running `"docker" "rm" "-f" "cc3bf841258824fdb3cb1d8b1205ce833ccb51880546b3a5d4997c0a20daad9d"` Sep 02 19:21:45.218 INFO blam! cc3bf841258824fdb3cb1d8b1205ce833ccb51880546b3a5d4997c0a20daad9d