[INFO] crate function_name 0.2.0 is already in cache
[INFO] checking function_name-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate function_name 0.2.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate function_name 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate function_name 0.2.0
[INFO] finished tweaking crates.io crate function_name 0.2.0
[INFO] tweaked toml for crates.io crate function_name 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] ecc8a6ba0d09b7c1060e149e9ab0aec50eff8598ca402f317509c004a631564a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "ecc8a6ba0d09b7c1060e149e9ab0aec50eff8598ca402f317509c004a631564a"`
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling toml v0.5.6
[INFO] [stderr]    Compiling proc-macro-crate v0.1.4
[INFO] [stderr]    Compiling function_name-proc-macro v0.2.0
[INFO] [stderr]     Checking function_name v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: custom attribute panicked
[INFO] [stderr]  --> examples/readme-function_path.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |         #[named]
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!"
[INFO] [stderr] 
[INFO] [stderr] error: custom attribute panicked
[INFO] [stderr]  --> tests/double_use.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[named]
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!"
[INFO] [stderr] 
[INFO] [stderr] error: custom attribute panicked
[INFO] [stderr]  --> tests/double_use.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[named]
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!"
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `baz` in module `foo::bar`
[INFO] [stderr]   --> examples/readme-function_path.rs:19:15
[INFO] [stderr]    |
[INFO] [stderr] 19 |     foo::bar::baz();
[INFO] [stderr]    |               ^^^ not found in `foo::bar`
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition
[INFO] [stderr]  --> examples/readme-function_path.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | / macro_rules! function_path {() => (concat!(
[INFO] [stderr] 4 | |     module_path!(), "::", function_name!()
[INFO] [stderr] 5 | | ))}
[INFO] [stderr]   | |___^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_macros)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: custom attribute panicked
[INFO] [stderr]  --> examples/readme-basic.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[named]
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: Cargo.toml must have a function_name dependency: "Could not find `function_name` in `dependencies` or `dev-dependencies` in `/opt/rustwide/workdir/Cargo.toml`!"
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `function_name`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find function `foo` in this scope
[INFO] [stderr]   --> tests/double_use.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     foo();
[INFO] [stderr]    |     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `bar` in this scope
[INFO] [stderr]   --> tests/double_use.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 |     bar();
[INFO] [stderr]    |     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `my_super_duper_function` in this scope
[INFO] [stderr]   --> examples/readme-basic.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     my_super_duper_function();
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `function_name`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `function_name`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "ecc8a6ba0d09b7c1060e149e9ab0aec50eff8598ca402f317509c004a631564a"`
[INFO] running `"docker" "rm" "-f" "ecc8a6ba0d09b7c1060e149e9ab0aec50eff8598ca402f317509c004a631564a"`
[INFO] [stdout] ecc8a6ba0d09b7c1060e149e9ab0aec50eff8598ca402f317509c004a631564a
