Sep 04 22:42:10.429 INFO checking bstring_macros-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 22:42:10.429 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 22:42:10.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:42:10.623 INFO blam! ae6483c11e36dbd20848b0c308cc2a0a7197162fb8c3744cef1a9cc5f4dfa12e Sep 04 22:42:10.624 INFO running `"docker" "start" "-a" "ae6483c11e36dbd20848b0c308cc2a0a7197162fb8c3744cef1a9cc5f4dfa12e"` Sep 04 22:42:11.262 INFO kablam! Compiling ref_slice v1.1.1 Sep 04 22:42:11.263 INFO kablam! Checking bstring v0.1.0 Sep 04 22:42:16.247 INFO kablam! Compiling bstring_macros_hack v0.1.0 Sep 04 22:42:22.386 INFO kablam! Checking bstring_macros v0.1.0 (file:///source) Sep 04 22:42:26.587 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.587 INFO kablam! --> src/lib.rs:62:20 Sep 04 22:42:26.587 INFO kablam! | Sep 04 22:42:26.587 INFO kablam! 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); Sep 04 22:42:26.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.587 INFO kablam! | | Sep 04 22:42:26.587 INFO kablam! | not found in this scope Sep 04 22:42:26.587 INFO kablam! | in this macro invocation Sep 04 22:42:26.589 INFO kablam! | Sep 04 22:42:26.589 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 04 22:42:26.589 INFO kablam! Sep 04 22:42:26.589 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.589 INFO kablam! --> src/lib.rs:63:20 Sep 04 22:42:26.589 INFO kablam! | Sep 04 22:42:26.589 INFO kablam! 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); Sep 04 22:42:26.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.589 INFO kablam! | | Sep 04 22:42:26.589 INFO kablam! | not found in this scope Sep 04 22:42:26.589 INFO kablam! | in this macro invocation Sep 04 22:42:26.589 INFO kablam! | Sep 04 22:42:26.590 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 04 22:42:26.590 INFO kablam! Sep 04 22:42:26.590 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.590 INFO kablam! --> src/lib.rs:64:20 Sep 04 22:42:26.590 INFO kablam! | Sep 04 22:42:26.590 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 04 22:42:26.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.590 INFO kablam! | | Sep 04 22:42:26.590 INFO kablam! | not found in this scope Sep 04 22:42:26.590 INFO kablam! | in this macro invocation Sep 04 22:42:26.590 INFO kablam! | Sep 04 22:42:26.590 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 04 22:42:26.590 INFO kablam! Sep 04 22:42:26.590 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 04 22:42:26.590 INFO kablam! --> src/lib.rs:64:20 Sep 04 22:42:26.590 INFO kablam! | Sep 04 22:42:26.590 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 04 22:42:26.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.590 INFO kablam! | | Sep 04 22:42:26.590 INFO kablam! | not found in this scope Sep 04 22:42:26.590 INFO kablam! | in this macro invocation Sep 04 22:42:26.590 INFO kablam! | Sep 04 22:42:26.590 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 04 22:42:26.591 INFO kablam! Sep 04 22:42:26.591 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.591 INFO kablam! --> src/lib.rs:66:20 Sep 04 22:42:26.591 INFO kablam! | Sep 04 22:42:26.591 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 04 22:42:26.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.591 INFO kablam! | | Sep 04 22:42:26.591 INFO kablam! | not found in this scope Sep 04 22:42:26.591 INFO kablam! | in this macro invocation Sep 04 22:42:26.591 INFO kablam! | Sep 04 22:42:26.591 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 04 22:42:26.591 INFO kablam! Sep 04 22:42:26.591 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 04 22:42:26.591 INFO kablam! --> src/lib.rs:66:20 Sep 04 22:42:26.591 INFO kablam! | Sep 04 22:42:26.591 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 04 22:42:26.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.591 INFO kablam! | | Sep 04 22:42:26.591 INFO kablam! | not found in this scope Sep 04 22:42:26.591 INFO kablam! | in this macro invocation Sep 04 22:42:26.591 INFO kablam! | Sep 04 22:42:26.591 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 04 22:42:26.591 INFO kablam! Sep 04 22:42:26.591 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.592 INFO kablam! --> src/lib.rs:80:20 Sep 04 22:42:26.592 INFO kablam! | Sep 04 22:42:26.592 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 04 22:42:26.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.592 INFO kablam! | | Sep 04 22:42:26.592 INFO kablam! | not found in this scope Sep 04 22:42:26.592 INFO kablam! | in this macro invocation Sep 04 22:42:26.592 INFO kablam! | Sep 04 22:42:26.592 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 04 22:42:26.592 INFO kablam! Sep 04 22:42:26.592 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 04 22:42:26.592 INFO kablam! --> src/lib.rs:80:20 Sep 04 22:42:26.592 INFO kablam! | Sep 04 22:42:26.592 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 04 22:42:26.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.592 INFO kablam! | | Sep 04 22:42:26.592 INFO kablam! | not found in this scope Sep 04 22:42:26.592 INFO kablam! | in this macro invocation Sep 04 22:42:26.592 INFO kablam! | Sep 04 22:42:26.592 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 04 22:42:26.592 INFO kablam! Sep 04 22:42:26.592 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 04 22:42:26.592 INFO kablam! --> src/lib.rs:80:20 Sep 04 22:42:26.592 INFO kablam! | Sep 04 22:42:26.592 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 04 22:42:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.593 INFO kablam! | | Sep 04 22:42:26.593 INFO kablam! | not found in this scope Sep 04 22:42:26.593 INFO kablam! | in this macro invocation Sep 04 22:42:26.593 INFO kablam! | Sep 04 22:42:26.593 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 04 22:42:26.593 INFO kablam! Sep 04 22:42:26.593 INFO kablam! error[E0425]: cannot find value `d` in this scope Sep 04 22:42:26.593 INFO kablam! --> src/lib.rs:80:20 Sep 04 22:42:26.593 INFO kablam! | Sep 04 22:42:26.593 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 04 22:42:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.593 INFO kablam! | | Sep 04 22:42:26.593 INFO kablam! | not found in this scope Sep 04 22:42:26.593 INFO kablam! | in this macro invocation Sep 04 22:42:26.593 INFO kablam! | Sep 04 22:42:26.593 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 04 22:42:26.593 INFO kablam! Sep 04 22:42:26.593 INFO kablam! error[E0425]: cannot find value `e` in this scope Sep 04 22:42:26.593 INFO kablam! --> src/lib.rs:80:20 Sep 04 22:42:26.593 INFO kablam! | Sep 04 22:42:26.593 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 04 22:42:26.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.593 INFO kablam! | | Sep 04 22:42:26.594 INFO kablam! | not found in this scope Sep 04 22:42:26.594 INFO kablam! | in this macro invocation Sep 04 22:42:26.594 INFO kablam! | Sep 04 22:42:26.594 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 04 22:42:26.594 INFO kablam! Sep 04 22:42:26.594 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.594 INFO kablam! --> src/lib.rs:98:20 Sep 04 22:42:26.594 INFO kablam! | Sep 04 22:42:26.594 INFO kablam! 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); Sep 04 22:42:26.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.594 INFO kablam! | | Sep 04 22:42:26.594 INFO kablam! | not found in this scope Sep 04 22:42:26.594 INFO kablam! | in this macro invocation Sep 04 22:42:26.594 INFO kablam! | Sep 04 22:42:26.594 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 04 22:42:26.594 INFO kablam! Sep 04 22:42:26.594 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.594 INFO kablam! --> src/lib.rs:99:20 Sep 04 22:42:26.594 INFO kablam! | Sep 04 22:42:26.594 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 04 22:42:26.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.595 INFO kablam! | | Sep 04 22:42:26.595 INFO kablam! | not found in this scope Sep 04 22:42:26.595 INFO kablam! | in this macro invocation Sep 04 22:42:26.595 INFO kablam! | Sep 04 22:42:26.595 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 04 22:42:26.595 INFO kablam! Sep 04 22:42:26.595 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 04 22:42:26.595 INFO kablam! --> src/lib.rs:99:20 Sep 04 22:42:26.595 INFO kablam! | Sep 04 22:42:26.595 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 04 22:42:26.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.595 INFO kablam! | | Sep 04 22:42:26.595 INFO kablam! | not found in this scope Sep 04 22:42:26.595 INFO kablam! | in this macro invocation Sep 04 22:42:26.595 INFO kablam! | Sep 04 22:42:26.595 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 04 22:42:26.595 INFO kablam! Sep 04 22:42:26.595 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 04 22:42:26.595 INFO kablam! --> src/lib.rs:100:20 Sep 04 22:42:26.595 INFO kablam! | Sep 04 22:42:26.595 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 04 22:42:26.595 INFO kablam! | ____________________^ Sep 04 22:42:26.595 INFO kablam! | |____________________| Sep 04 22:42:26.596 INFO kablam! | || Sep 04 22:42:26.596 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 04 22:42:26.596 INFO kablam! | || ^ Sep 04 22:42:26.596 INFO kablam! | ||______________________________________| Sep 04 22:42:26.596 INFO kablam! | |_______________________________________not found in this scope Sep 04 22:42:26.596 INFO kablam! | in this macro invocation Sep 04 22:42:26.596 INFO kablam! | Sep 04 22:42:26.596 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 04 22:42:26.596 INFO kablam! Sep 04 22:42:26.596 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 04 22:42:26.596 INFO kablam! --> src/lib.rs:100:20 Sep 04 22:42:26.596 INFO kablam! | Sep 04 22:42:26.596 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 04 22:42:26.596 INFO kablam! | ____________________^ Sep 04 22:42:26.596 INFO kablam! | |____________________| Sep 04 22:42:26.596 INFO kablam! | || Sep 04 22:42:26.596 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 04 22:42:26.596 INFO kablam! | || ^ Sep 04 22:42:26.596 INFO kablam! | ||______________________________________| Sep 04 22:42:26.596 INFO kablam! | |_______________________________________not found in this scope Sep 04 22:42:26.596 INFO kablam! | in this macro invocation Sep 04 22:42:26.596 INFO kablam! | Sep 04 22:42:26.596 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 04 22:42:26.596 INFO kablam! Sep 04 22:42:26.597 INFO kablam! error[E0425]: cannot find value `args` in this scope Sep 04 22:42:26.597 INFO kablam! --> src/lib.rs:111:13 Sep 04 22:42:26.597 INFO kablam! | Sep 04 22:42:26.597 INFO kablam! 111 | bformat!("sup {}", args) Sep 04 22:42:26.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:42:26.597 INFO kablam! | | Sep 04 22:42:26.597 INFO kablam! | not found in this scope Sep 04 22:42:26.597 INFO kablam! | in this macro invocation Sep 04 22:42:26.597 INFO kablam! | Sep 04 22:42:26.597 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 04 22:42:26.597 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 22:42:26.597 INFO kablam! | Sep 04 22:42:26.597 INFO kablam! 48 | use std::env::args; Sep 04 22:42:26.597 INFO kablam! | Sep 04 22:42:26.597 INFO kablam! Sep 04 22:42:26.813 INFO kablam! error: aborting due to 17 previous errors Sep 04 22:42:26.813 INFO kablam! Sep 04 22:42:26.813 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 04 22:42:26.827 INFO kablam! error: Could not compile `bstring_macros`. Sep 04 22:42:26.827 INFO kablam! Sep 04 22:42:26.827 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:42:26.828 INFO kablam! su: No module specific data is present Sep 04 22:42:27.406 INFO running `"docker" "rm" "-f" "ae6483c11e36dbd20848b0c308cc2a0a7197162fb8c3744cef1a9cc5f4dfa12e"` Sep 04 22:42:27.548 INFO blam! ae6483c11e36dbd20848b0c308cc2a0a7197162fb8c3744cef1a9cc5f4dfa12e