[INFO] updating cached repository https://github.com/Pazzaz/assert_all_eq [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 66c2a05cc54adee531a08ba1262520e325c6ba8a [INFO] checking Pazzaz/assert_all_eq against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPazzaz%2Fassert_all_eq" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pazzaz/assert_all_eq on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Pazzaz/assert_all_eq [INFO] finished tweaking git repo https://github.com/Pazzaz/assert_all_eq [INFO] tweaked toml for git repo https://github.com/Pazzaz/assert_all_eq written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Pazzaz/assert_all_eq already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] ceb269b218b5ebba48c7cde76ab713ef6a524b7ccc9b13aa730846790bfa865e [INFO] running `"docker" "start" "-a" "ceb269b218b5ebba48c7cde76ab713ef6a524b7ccc9b13aa730846790bfa865e"` [INFO] [stderr] Checking assert_all_eq v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 148 | assert_all_eq!(3, 3, 3); [INFO] [stderr] | ------------------------ in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 153 | assert_all_eq!(3, 3, 4); [INFO] [stderr] | ------------------------ in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 166 | assert_all_eq!(a(), b(), c()); [INFO] [stderr] | ------------------------------ in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 177 | assert_all_eq!(a(), b(), "no"); [INFO] [stderr] | ------------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 187 | assert_all_eq!(a(), b(), c, *d, 6, { 3 * 2 }); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 193 | / assert_all_eq!( [INFO] [stderr] 194 | | (1..=4).collect::>().as_slice(), [INFO] [stderr] 195 | | &[1, 2, 3, 4], [INFO] [stderr] 196 | | &[1, 2, 3, 4], [INFO] [stderr] 197 | | ); [INFO] [stderr] | |__________- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 198 | / assert_all_eq!( [INFO] [stderr] 199 | | &[1, 2, 3, 4], [INFO] [stderr] 200 | | &[1, 2, 3, 4], [INFO] [stderr] 201 | | (1..=4).collect::>().as_slice(), [INFO] [stderr] 202 | | &[1, 2, 3, 4], [INFO] [stderr] 203 | | ); [INFO] [stderr] | |__________- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 208 | / assert_all_eq!( [INFO] [stderr] 209 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, [INFO] [stderr] 210 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, [INFO] [stderr] 211 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, [INFO] [stderr] ... | [INFO] [stderr] 217 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 [INFO] [stderr] 218 | | ); [INFO] [stderr] | |__________- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 223 | / assert_all_eq!( [INFO] [stderr] 224 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, [INFO] [stderr] 225 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, [INFO] [stderr] 226 | | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, [INFO] [stderr] ... | [INFO] [stderr] 232 | | 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 [INFO] [stderr] 233 | | ); [INFO] [stderr] | |__________- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 255 | assert_all_eq!(a, b, c); [INFO] [stderr] | ------------------------ in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 267 | assert_all_eq!(a, b, c, d, e, f); [INFO] [stderr] | --------------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:93:40 [INFO] [stderr] | [INFO] [stderr] 93 | not_eq(left_val, right_val, b, &f()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 279 | assert_all_eq!(3, 3, 3; "Message"); [INFO] [stderr] | ----------------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:93:40 [INFO] [stderr] | [INFO] [stderr] 93 | not_eq(left_val, right_val, b, &f()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 285 | assert_all_eq!(3, 3, 3; "Message: {}", 1212); [INFO] [stderr] | --------------------------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:93:40 [INFO] [stderr] | [INFO] [stderr] 93 | not_eq(left_val, right_val, b, &f()); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 290 | assert_all_eq!(3, 3, 3; "Message: {}, {}", 1212, 5454); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 295 | assert_all_eq!(3, 3, 3,); [INFO] [stderr] | ------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 296 | assert_all_eq!(3, 3, 3,;); [INFO] [stderr] | -------------------------- in this macro invocation [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 `left_val` in this scope [INFO] [stderr] --> src/lib.rs:63:40 [INFO] [stderr] | [INFO] [stderr] 63 | not_eq(left_val, right_val, b); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 297 | assert_all_eq!(3, 3, 3;); [INFO] [stderr] | ------------------------- in this macro invocation [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: 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 `assert_all_eq`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ceb269b218b5ebba48c7cde76ab713ef6a524b7ccc9b13aa730846790bfa865e"` [INFO] running `"docker" "rm" "-f" "ceb269b218b5ebba48c7cde76ab713ef6a524b7ccc9b13aa730846790bfa865e"` [INFO] [stdout] ceb269b218b5ebba48c7cde76ab713ef6a524b7ccc9b13aa730846790bfa865e