Sep 01 09:16:00.024 INFO checking bstring_macros-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 09:16:00.024 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 09:16:00.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:16:00.209 INFO blam! 9bce320e41cc11ba86402b188ba38ba6bc521034a942f5ede3b3569148281cdb Sep 01 09:16:00.211 INFO running `"docker" "start" "-a" "9bce320e41cc11ba86402b188ba38ba6bc521034a942f5ede3b3569148281cdb"` Sep 01 09:16:00.827 INFO kablam! Compiling proc-macro-hack-impl v0.3.3 Sep 01 09:16:00.828 INFO kablam! Compiling ref_slice v1.1.1 Sep 01 09:16:00.828 INFO kablam! Checking bstring v0.1.0 Sep 01 09:16:07.520 INFO kablam! Compiling proc-macro-hack v0.3.3 Sep 01 09:16:10.508 INFO kablam! Compiling bstring_macros_hack v0.1.0 Sep 01 09:16:15.792 INFO kablam! Checking bstring_macros v0.1.0 (file:///source) Sep 01 09:16:19.477 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.478 INFO kablam! --> src/lib.rs:62:20 Sep 01 09:16:19.478 INFO kablam! | Sep 01 09:16:19.478 INFO kablam! 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); Sep 01 09:16:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.478 INFO kablam! | | Sep 01 09:16:19.478 INFO kablam! | not found in this scope Sep 01 09:16:19.478 INFO kablam! | in this macro invocation Sep 01 09:16:19.478 INFO kablam! | Sep 01 09:16:19.478 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 01 09:16:19.478 INFO kablam! Sep 01 09:16:19.478 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.478 INFO kablam! --> src/lib.rs:63:20 Sep 01 09:16:19.478 INFO kablam! | Sep 01 09:16:19.478 INFO kablam! 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); Sep 01 09:16:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.478 INFO kablam! | | Sep 01 09:16:19.478 INFO kablam! | not found in this scope Sep 01 09:16:19.478 INFO kablam! | in this macro invocation Sep 01 09:16:19.478 INFO kablam! | Sep 01 09:16:19.478 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 01 09:16:19.478 INFO kablam! Sep 01 09:16:19.478 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.478 INFO kablam! --> src/lib.rs:64:20 Sep 01 09:16:19.478 INFO kablam! | Sep 01 09:16:19.478 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 01 09:16:19.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.478 INFO kablam! | | Sep 01 09:16:19.478 INFO kablam! | not found in this scope Sep 01 09:16:19.478 INFO kablam! | in this macro invocation Sep 01 09:16:19.478 INFO kablam! | Sep 01 09:16:19.479 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 01 09:16:19.479 INFO kablam! Sep 01 09:16:19.479 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 01 09:16:19.479 INFO kablam! --> src/lib.rs:64:20 Sep 01 09:16:19.479 INFO kablam! | Sep 01 09:16:19.479 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Sep 01 09:16:19.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.479 INFO kablam! | | Sep 01 09:16:19.479 INFO kablam! | not found in this scope Sep 01 09:16:19.479 INFO kablam! | in this macro invocation Sep 01 09:16:19.479 INFO kablam! | Sep 01 09:16:19.479 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 01 09:16:19.479 INFO kablam! Sep 01 09:16:19.479 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.479 INFO kablam! --> src/lib.rs:66:20 Sep 01 09:16:19.479 INFO kablam! | Sep 01 09:16:19.479 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 01 09:16:19.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.479 INFO kablam! | | Sep 01 09:16:19.479 INFO kablam! | not found in this scope Sep 01 09:16:19.479 INFO kablam! | in this macro invocation Sep 01 09:16:19.479 INFO kablam! | Sep 01 09:16:19.479 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 01 09:16:19.479 INFO kablam! Sep 01 09:16:19.479 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 01 09:16:19.479 INFO kablam! --> src/lib.rs:66:20 Sep 01 09:16:19.479 INFO kablam! | Sep 01 09:16:19.479 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Sep 01 09:16:19.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.479 INFO kablam! | | Sep 01 09:16:19.479 INFO kablam! | not found in this scope Sep 01 09:16:19.479 INFO kablam! | in this macro invocation Sep 01 09:16:19.480 INFO kablam! | Sep 01 09:16:19.480 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 01 09:16:19.480 INFO kablam! Sep 01 09:16:19.480 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.480 INFO kablam! --> src/lib.rs:80:20 Sep 01 09:16:19.480 INFO kablam! | Sep 01 09:16:19.480 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 01 09:16:19.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.480 INFO kablam! | | Sep 01 09:16:19.480 INFO kablam! | not found in this scope Sep 01 09:16:19.480 INFO kablam! | in this macro invocation Sep 01 09:16:19.480 INFO kablam! | Sep 01 09:16:19.480 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 01 09:16:19.480 INFO kablam! Sep 01 09:16:19.480 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 01 09:16:19.480 INFO kablam! --> src/lib.rs:80:20 Sep 01 09:16:19.480 INFO kablam! | Sep 01 09:16:19.480 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 01 09:16:19.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.480 INFO kablam! | | Sep 01 09:16:19.480 INFO kablam! | not found in this scope Sep 01 09:16:19.480 INFO kablam! | in this macro invocation Sep 01 09:16:19.480 INFO kablam! | Sep 01 09:16:19.480 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 01 09:16:19.480 INFO kablam! Sep 01 09:16:19.480 INFO kablam! error[E0425]: cannot find value `c` in this scope Sep 01 09:16:19.480 INFO kablam! --> src/lib.rs:80:20 Sep 01 09:16:19.480 INFO kablam! | Sep 01 09:16:19.480 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 01 09:16:19.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.481 INFO kablam! | | Sep 01 09:16:19.481 INFO kablam! | not found in this scope Sep 01 09:16:19.481 INFO kablam! | in this macro invocation Sep 01 09:16:19.481 INFO kablam! | Sep 01 09:16:19.481 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 01 09:16:19.481 INFO kablam! Sep 01 09:16:19.481 INFO kablam! error[E0425]: cannot find value `d` in this scope Sep 01 09:16:19.481 INFO kablam! --> src/lib.rs:80:20 Sep 01 09:16:19.481 INFO kablam! | Sep 01 09:16:19.481 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 01 09:16:19.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.481 INFO kablam! | | Sep 01 09:16:19.481 INFO kablam! | not found in this scope Sep 01 09:16:19.481 INFO kablam! | in this macro invocation Sep 01 09:16:19.481 INFO kablam! | Sep 01 09:16:19.481 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 01 09:16:19.481 INFO kablam! Sep 01 09:16:19.481 INFO kablam! error[E0425]: cannot find value `e` in this scope Sep 01 09:16:19.481 INFO kablam! --> src/lib.rs:80:20 Sep 01 09:16:19.481 INFO kablam! | Sep 01 09:16:19.481 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Sep 01 09:16:19.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.481 INFO kablam! | | Sep 01 09:16:19.481 INFO kablam! | not found in this scope Sep 01 09:16:19.481 INFO kablam! | in this macro invocation Sep 01 09:16:19.481 INFO kablam! | Sep 01 09:16:19.481 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 01 09:16:19.481 INFO kablam! Sep 01 09:16:19.481 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.482 INFO kablam! --> src/lib.rs:98:20 Sep 01 09:16:19.482 INFO kablam! | Sep 01 09:16:19.482 INFO kablam! 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); Sep 01 09:16:19.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.482 INFO kablam! | | Sep 01 09:16:19.482 INFO kablam! | not found in this scope Sep 01 09:16:19.482 INFO kablam! | in this macro invocation Sep 01 09:16:19.482 INFO kablam! | Sep 01 09:16:19.482 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 01 09:16:19.482 INFO kablam! Sep 01 09:16:19.482 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.482 INFO kablam! --> src/lib.rs:99:20 Sep 01 09:16:19.482 INFO kablam! | Sep 01 09:16:19.482 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 01 09:16:19.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.482 INFO kablam! | | Sep 01 09:16:19.482 INFO kablam! | not found in this scope Sep 01 09:16:19.483 INFO kablam! | in this macro invocation Sep 01 09:16:19.483 INFO kablam! | Sep 01 09:16:19.483 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 01 09:16:19.483 INFO kablam! Sep 01 09:16:19.483 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 01 09:16:19.483 INFO kablam! --> src/lib.rs:99:20 Sep 01 09:16:19.483 INFO kablam! | Sep 01 09:16:19.483 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Sep 01 09:16:19.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.483 INFO kablam! | | Sep 01 09:16:19.483 INFO kablam! | not found in this scope Sep 01 09:16:19.483 INFO kablam! | in this macro invocation Sep 01 09:16:19.483 INFO kablam! | Sep 01 09:16:19.483 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 01 09:16:19.483 INFO kablam! Sep 01 09:16:19.483 INFO kablam! error[E0425]: cannot find value `a` in this scope Sep 01 09:16:19.483 INFO kablam! --> src/lib.rs:100:20 Sep 01 09:16:19.483 INFO kablam! | Sep 01 09:16:19.483 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 01 09:16:19.483 INFO kablam! | ____________________^ Sep 01 09:16:19.484 INFO kablam! | |____________________| Sep 01 09:16:19.484 INFO kablam! | || Sep 01 09:16:19.484 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 01 09:16:19.484 INFO kablam! | || ^ Sep 01 09:16:19.484 INFO kablam! | ||______________________________________| Sep 01 09:16:19.484 INFO kablam! | |_______________________________________not found in this scope Sep 01 09:16:19.484 INFO kablam! | in this macro invocation Sep 01 09:16:19.484 INFO kablam! | Sep 01 09:16:19.484 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 01 09:16:19.484 INFO kablam! Sep 01 09:16:19.484 INFO kablam! error[E0425]: cannot find value `b` in this scope Sep 01 09:16:19.484 INFO kablam! --> src/lib.rs:100:20 Sep 01 09:16:19.484 INFO kablam! | Sep 01 09:16:19.484 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Sep 01 09:16:19.484 INFO kablam! | ____________________^ Sep 01 09:16:19.484 INFO kablam! | |____________________| Sep 01 09:16:19.484 INFO kablam! | || Sep 01 09:16:19.484 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Sep 01 09:16:19.484 INFO kablam! | || ^ Sep 01 09:16:19.484 INFO kablam! | ||______________________________________| Sep 01 09:16:19.484 INFO kablam! | |_______________________________________not found in this scope Sep 01 09:16:19.485 INFO kablam! | in this macro invocation Sep 01 09:16:19.485 INFO kablam! | Sep 01 09:16:19.485 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 01 09:16:19.485 INFO kablam! Sep 01 09:16:19.485 INFO kablam! error[E0425]: cannot find value `args` in this scope Sep 01 09:16:19.485 INFO kablam! --> src/lib.rs:111:13 Sep 01 09:16:19.485 INFO kablam! | Sep 01 09:16:19.485 INFO kablam! 111 | bformat!("sup {}", args) Sep 01 09:16:19.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:16:19.485 INFO kablam! | | Sep 01 09:16:19.485 INFO kablam! | not found in this scope Sep 01 09:16:19.485 INFO kablam! | in this macro invocation Sep 01 09:16:19.485 INFO kablam! | Sep 01 09:16:19.485 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 01 09:16:19.485 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 09:16:19.485 INFO kablam! | Sep 01 09:16:19.485 INFO kablam! 48 | use std::env::args; Sep 01 09:16:19.485 INFO kablam! | Sep 01 09:16:19.485 INFO kablam! Sep 01 09:16:19.681 INFO kablam! error: aborting due to 17 previous errors Sep 01 09:16:19.681 INFO kablam! Sep 01 09:16:19.681 INFO kablam! For more information about this error, try `rustc --explain E0425`. Sep 01 09:16:19.693 INFO kablam! error: Could not compile `bstring_macros`. Sep 01 09:16:19.693 INFO kablam! Sep 01 09:16:19.693 INFO kablam! To learn more, run the command again with --verbose. Sep 01 09:16:19.695 INFO kablam! su: No module specific data is present Sep 01 09:16:20.070 INFO running `"docker" "rm" "-f" "9bce320e41cc11ba86402b188ba38ba6bc521034a942f5ede3b3569148281cdb"` Sep 01 09:16:20.188 INFO blam! 9bce320e41cc11ba86402b188ba38ba6bc521034a942f5ede3b3569148281cdb