Jul 12 12:59:27.510 INFO checking bstring_macros-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 12:59:27.510 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:59:27.510 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:59:27.510 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 12:59:27.762 INFO blam! 42ee40feeea4b0b3645954caaf7828db2e8f0618ca0046f33798753b6c85daa2 Jul 12 12:59:27.765 INFO running `"docker" "start" "-a" "42ee40feeea4b0b3645954caaf7828db2e8f0618ca0046f33798753b6c85daa2"` Jul 12 12:59:28.859 INFO kablam! Compiling ref_slice v1.1.1 Jul 12 12:59:28.867 INFO kablam! Checking proc-macro-hack v0.3.3 Jul 12 12:59:29.286 INFO kablam! Checking bstring v0.1.0 Jul 12 12:59:37.759 INFO kablam! Compiling bstring_macros_hack v0.1.0 Jul 12 12:59:44.055 INFO kablam! Checking bstring_macros v0.1.0 (file:///source) Jul 12 12:59:46.256 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.256 INFO kablam! --> src/lib.rs:62:20 Jul 12 12:59:46.256 INFO kablam! | Jul 12 12:59:46.256 INFO kablam! 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); Jul 12 12:59:46.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.256 INFO kablam! | | Jul 12 12:59:46.256 INFO kablam! | not found in this scope Jul 12 12:59:46.256 INFO kablam! | in this macro invocation Jul 12 12:59:46.256 INFO kablam! | Jul 12 12:59:46.256 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) Jul 12 12:59:46.256 INFO kablam! Jul 12 12:59:46.256 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.256 INFO kablam! --> src/lib.rs:63:20 Jul 12 12:59:46.256 INFO kablam! | Jul 12 12:59:46.256 INFO kablam! 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); Jul 12 12:59:46.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.256 INFO kablam! | | Jul 12 12:59:46.256 INFO kablam! | not found in this scope Jul 12 12:59:46.256 INFO kablam! | in this macro invocation Jul 12 12:59:46.256 INFO kablam! | Jul 12 12:59:46.256 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) Jul 12 12:59:46.256 INFO kablam! Jul 12 12:59:46.256 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.256 INFO kablam! --> src/lib.rs:64:20 Jul 12 12:59:46.257 INFO kablam! | Jul 12 12:59:46.257 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Jul 12 12:59:46.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.257 INFO kablam! | | Jul 12 12:59:46.257 INFO kablam! | not found in this scope Jul 12 12:59:46.257 INFO kablam! | in this macro invocation Jul 12 12:59:46.257 INFO kablam! | Jul 12 12:59:46.257 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) Jul 12 12:59:46.257 INFO kablam! Jul 12 12:59:46.257 INFO kablam! error[E0425]: cannot find value `b` in this scope Jul 12 12:59:46.257 INFO kablam! --> src/lib.rs:64:20 Jul 12 12:59:46.257 INFO kablam! | Jul 12 12:59:46.257 INFO kablam! 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); Jul 12 12:59:46.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.257 INFO kablam! | | Jul 12 12:59:46.257 INFO kablam! | not found in this scope Jul 12 12:59:46.257 INFO kablam! | in this macro invocation Jul 12 12:59:46.257 INFO kablam! | Jul 12 12:59:46.258 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) Jul 12 12:59:46.258 INFO kablam! Jul 12 12:59:46.258 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.258 INFO kablam! --> src/lib.rs:66:20 Jul 12 12:59:46.258 INFO kablam! | Jul 12 12:59:46.258 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Jul 12 12:59:46.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.258 INFO kablam! | | Jul 12 12:59:46.258 INFO kablam! | not found in this scope Jul 12 12:59:46.258 INFO kablam! | in this macro invocation Jul 12 12:59:46.258 INFO kablam! | Jul 12 12:59:46.258 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) Jul 12 12:59:46.258 INFO kablam! Jul 12 12:59:46.258 INFO kablam! error[E0425]: cannot find value `b` in this scope Jul 12 12:59:46.258 INFO kablam! --> src/lib.rs:66:20 Jul 12 12:59:46.258 INFO kablam! | Jul 12 12:59:46.258 INFO kablam! 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); Jul 12 12:59:46.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.258 INFO kablam! | | Jul 12 12:59:46.258 INFO kablam! | not found in this scope Jul 12 12:59:46.258 INFO kablam! | in this macro invocation Jul 12 12:59:46.258 INFO kablam! | Jul 12 12:59:46.258 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) Jul 12 12:59:46.258 INFO kablam! Jul 12 12:59:46.258 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.258 INFO kablam! --> src/lib.rs:80:20 Jul 12 12:59:46.258 INFO kablam! | Jul 12 12:59:46.258 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Jul 12 12:59:46.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.259 INFO kablam! | | Jul 12 12:59:46.259 INFO kablam! | not found in this scope Jul 12 12:59:46.259 INFO kablam! | in this macro invocation Jul 12 12:59:46.259 INFO kablam! | Jul 12 12:59:46.259 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) Jul 12 12:59:46.259 INFO kablam! Jul 12 12:59:46.259 INFO kablam! error[E0425]: cannot find value `b` in this scope Jul 12 12:59:46.259 INFO kablam! --> src/lib.rs:80:20 Jul 12 12:59:46.259 INFO kablam! | Jul 12 12:59:46.259 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Jul 12 12:59:46.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.259 INFO kablam! | | Jul 12 12:59:46.259 INFO kablam! | not found in this scope Jul 12 12:59:46.259 INFO kablam! | in this macro invocation Jul 12 12:59:46.259 INFO kablam! | Jul 12 12:59:46.259 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) Jul 12 12:59:46.259 INFO kablam! Jul 12 12:59:46.259 INFO kablam! error[E0425]: cannot find value `c` in this scope Jul 12 12:59:46.259 INFO kablam! --> src/lib.rs:80:20 Jul 12 12:59:46.259 INFO kablam! | Jul 12 12:59:46.259 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Jul 12 12:59:46.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.259 INFO kablam! | | Jul 12 12:59:46.259 INFO kablam! | not found in this scope Jul 12 12:59:46.259 INFO kablam! | in this macro invocation Jul 12 12:59:46.259 INFO kablam! | Jul 12 12:59:46.259 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) Jul 12 12:59:46.259 INFO kablam! Jul 12 12:59:46.259 INFO kablam! error[E0425]: cannot find value `d` in this scope Jul 12 12:59:46.260 INFO kablam! --> src/lib.rs:80:20 Jul 12 12:59:46.260 INFO kablam! | Jul 12 12:59:46.260 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Jul 12 12:59:46.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.260 INFO kablam! | | Jul 12 12:59:46.260 INFO kablam! | not found in this scope Jul 12 12:59:46.260 INFO kablam! | in this macro invocation Jul 12 12:59:46.260 INFO kablam! | Jul 12 12:59:46.260 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) Jul 12 12:59:46.260 INFO kablam! Jul 12 12:59:46.260 INFO kablam! error[E0425]: cannot find value `e` in this scope Jul 12 12:59:46.260 INFO kablam! --> src/lib.rs:80:20 Jul 12 12:59:46.260 INFO kablam! | Jul 12 12:59:46.260 INFO kablam! 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); Jul 12 12:59:46.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.260 INFO kablam! | | Jul 12 12:59:46.260 INFO kablam! | not found in this scope Jul 12 12:59:46.260 INFO kablam! | in this macro invocation Jul 12 12:59:46.260 INFO kablam! | Jul 12 12:59:46.260 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) Jul 12 12:59:46.260 INFO kablam! Jul 12 12:59:46.260 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.260 INFO kablam! --> src/lib.rs:98:20 Jul 12 12:59:46.260 INFO kablam! | Jul 12 12:59:46.260 INFO kablam! 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); Jul 12 12:59:46.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.260 INFO kablam! | | Jul 12 12:59:46.260 INFO kablam! | not found in this scope Jul 12 12:59:46.260 INFO kablam! | in this macro invocation Jul 12 12:59:46.261 INFO kablam! | Jul 12 12:59:46.261 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) Jul 12 12:59:46.261 INFO kablam! Jul 12 12:59:46.261 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.261 INFO kablam! --> src/lib.rs:99:20 Jul 12 12:59:46.261 INFO kablam! | Jul 12 12:59:46.261 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Jul 12 12:59:46.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.261 INFO kablam! | | Jul 12 12:59:46.261 INFO kablam! | not found in this scope Jul 12 12:59:46.261 INFO kablam! | in this macro invocation Jul 12 12:59:46.261 INFO kablam! | Jul 12 12:59:46.261 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) Jul 12 12:59:46.261 INFO kablam! Jul 12 12:59:46.261 INFO kablam! error[E0425]: cannot find value `b` in this scope Jul 12 12:59:46.261 INFO kablam! --> src/lib.rs:99:20 Jul 12 12:59:46.261 INFO kablam! | Jul 12 12:59:46.261 INFO kablam! 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); Jul 12 12:59:46.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.261 INFO kablam! | | Jul 12 12:59:46.261 INFO kablam! | not found in this scope Jul 12 12:59:46.261 INFO kablam! | in this macro invocation Jul 12 12:59:46.261 INFO kablam! | Jul 12 12:59:46.261 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) Jul 12 12:59:46.261 INFO kablam! Jul 12 12:59:46.261 INFO kablam! error[E0425]: cannot find value `a` in this scope Jul 12 12:59:46.261 INFO kablam! --> src/lib.rs:100:20 Jul 12 12:59:46.261 INFO kablam! | Jul 12 12:59:46.262 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Jul 12 12:59:46.262 INFO kablam! | ____________________^ Jul 12 12:59:46.262 INFO kablam! | |____________________| Jul 12 12:59:46.262 INFO kablam! | || Jul 12 12:59:46.262 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Jul 12 12:59:46.262 INFO kablam! | || ^ Jul 12 12:59:46.262 INFO kablam! | ||______________________________________| Jul 12 12:59:46.262 INFO kablam! | |_______________________________________not found in this scope Jul 12 12:59:46.262 INFO kablam! | in this macro invocation Jul 12 12:59:46.262 INFO kablam! | Jul 12 12:59:46.262 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) Jul 12 12:59:46.262 INFO kablam! Jul 12 12:59:46.262 INFO kablam! error[E0425]: cannot find value `b` in this scope Jul 12 12:59:46.262 INFO kablam! --> src/lib.rs:100:20 Jul 12 12:59:46.262 INFO kablam! | Jul 12 12:59:46.262 INFO kablam! 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", Jul 12 12:59:46.262 INFO kablam! | ____________________^ Jul 12 12:59:46.262 INFO kablam! | |____________________| Jul 12 12:59:46.262 INFO kablam! | || Jul 12 12:59:46.262 INFO kablam! 101 | || bar = a, baz = b, n = 123), "foo bar 123 baz"); Jul 12 12:59:46.262 INFO kablam! | || ^ Jul 12 12:59:46.262 INFO kablam! | ||______________________________________| Jul 12 12:59:46.262 INFO kablam! | |_______________________________________not found in this scope Jul 12 12:59:46.263 INFO kablam! | in this macro invocation Jul 12 12:59:46.263 INFO kablam! | Jul 12 12:59:46.263 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) Jul 12 12:59:46.263 INFO kablam! Jul 12 12:59:46.263 INFO kablam! error[E0425]: cannot find value `args` in this scope Jul 12 12:59:46.263 INFO kablam! --> src/lib.rs:111:13 Jul 12 12:59:46.263 INFO kablam! | Jul 12 12:59:46.263 INFO kablam! 111 | bformat!("sup {}", args) Jul 12 12:59:46.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:59:46.263 INFO kablam! | | Jul 12 12:59:46.263 INFO kablam! | not found in this scope Jul 12 12:59:46.263 INFO kablam! | in this macro invocation Jul 12 12:59:46.263 INFO kablam! | Jul 12 12:59:46.263 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) Jul 12 12:59:46.263 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 12:59:46.263 INFO kablam! | Jul 12 12:59:46.263 INFO kablam! 48 | use std::env::args; Jul 12 12:59:46.263 INFO kablam! | Jul 12 12:59:46.263 INFO kablam! Jul 12 12:59:46.430 INFO kablam! error: aborting due to 17 previous errors Jul 12 12:59:46.430 INFO kablam! Jul 12 12:59:46.430 INFO kablam! For more information about this error, try `rustc --explain E0425`. Jul 12 12:59:46.444 INFO kablam! error: Could not compile `bstring_macros`. Jul 12 12:59:46.444 INFO kablam! Jul 12 12:59:46.444 INFO kablam! To learn more, run the command again with --verbose. Jul 12 12:59:46.446 INFO kablam! su: No module specific data is present Jul 12 12:59:46.939 INFO running `"docker" "rm" "-f" "42ee40feeea4b0b3645954caaf7828db2e8f0618ca0046f33798753b6c85daa2"` Jul 12 12:59:47.070 INFO blam! 42ee40feeea4b0b3645954caaf7828db2e8f0618ca0046f33798753b6c85daa2