[INFO] fetching crate bstring_macros 0.1.0... [INFO] checking bstring_macros-0.1.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate bstring_macros 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate bstring_macros 0.1.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bstring_macros 0.1.0 [INFO] finished tweaking crates.io crate bstring_macros 0.1.0 [INFO] tweaked toml for crates.io crate bstring_macros 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b2a2c316031af442c81a878d081ae60935e89b858139d51e9b003ab095a73115 [INFO] running `"docker" "start" "-a" "b2a2c316031af442c81a878d081ae60935e89b858139d51e9b003ab095a73115"` [INFO] [stderr] Compiling proc-macro-hack-impl v0.3.3 [INFO] [stderr] Compiling ref_slice v1.2.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling bstring v0.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.3.3 [INFO] [stderr] Compiling bstring_macros_hack v0.1.0 [INFO] [stderr] Checking bstring_macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | assert_eq!(bformat!("foo {}", a), "foo bar"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:63:20 [INFO] [stderr] | [INFO] [stderr] 63 | assert_eq!(bformat!("foo {} baz", a), "foo bar baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `b` in this scope [INFO] [stderr] --> src/lib.rs:64:20 [INFO] [stderr] | [INFO] [stderr] 64 | assert_eq!(bformat!("foo {} {}", a, b), "foo bar baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `b` in this scope [INFO] [stderr] --> src/lib.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | assert_eq!(bformat!("foo {} {} {}", a, 123, b), "foo bar 123 baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `b` in this scope [INFO] [stderr] --> src/lib.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `c` in this scope [INFO] [stderr] --> src/lib.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `d` in this scope [INFO] [stderr] --> src/lib.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `e` in this scope [INFO] [stderr] --> src/lib.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | assert_eq!(bformat!("{} {} {}{}{}", a, b, c, d, e), "foo foo 123"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:98:20 [INFO] [stderr] | [INFO] [stderr] 98 | assert_eq!(bformat!("foo {bar}", bar = a), "foo bar"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:99:20 [INFO] [stderr] | [INFO] [stderr] 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `b` in this scope [INFO] [stderr] --> src/lib.rs:99:20 [INFO] [stderr] | [INFO] [stderr] 99 | assert_eq!(bformat!("foo {bar} {baz}", bar = a, baz = b), "foo bar baz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `a` in this scope [INFO] [stderr] --> src/lib.rs:100:20 [INFO] [stderr] | [INFO] [stderr] 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", [INFO] [stderr] | ____________________^ [INFO] [stderr] 101 | | bar = a, baz = b, n = 123), "foo bar 123 baz"); [INFO] [stderr] | |______________________________________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `b` in this scope [INFO] [stderr] --> src/lib.rs:100:20 [INFO] [stderr] | [INFO] [stderr] 100 | assert_eq!(bformat!("foo {bar} {n} {baz}", [INFO] [stderr] | ____________________^ [INFO] [stderr] 101 | | bar = a, baz = b, n = 123), "foo bar 123 baz"); [INFO] [stderr] | |______________________________________^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `args` in this scope [INFO] [stderr] --> src/lib.rs:111:13 [INFO] [stderr] | [INFO] [stderr] 111 | bformat!("sup {}", args) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 48 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bstring_macros`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b2a2c316031af442c81a878d081ae60935e89b858139d51e9b003ab095a73115"` [INFO] running `"docker" "rm" "-f" "b2a2c316031af442c81a878d081ae60935e89b858139d51e9b003ab095a73115"` [INFO] [stdout] b2a2c316031af442c81a878d081ae60935e89b858139d51e9b003ab095a73115