[INFO] cloning repository https://github.com/zhangrxiang/hello-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhangrxiang/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhangrxiang%2Fhello-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhangrxiang%2Fhello-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ca12d5aff1154b685610f89cc7313bb03724e2c8 [INFO] checking zhangrxiang/hello-rust against try#bcff76bad586cfb6874f179a4b66448e6b8a832c for pr-66919 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhangrxiang%2Fhello-rust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zhangrxiang/hello-rust on toolchain bcff76bad586cfb6874f179a4b66448e6b8a832c [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zhangrxiang/hello-rust [INFO] finished tweaking git repo https://github.com/zhangrxiang/hello-rust [INFO] tweaked toml for git repo https://github.com/zhangrxiang/hello-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/zhangrxiang/hello-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "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] 315d0b371c78863143ee416f6803cd70605afa1ec553acc7d936b3453bf05dbb [INFO] running `"docker" "start" "-a" "315d0b371c78863143ee416f6803cd70605afa1ec553acc7d936b3453bf05dbb"` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking ferris-says v0.1.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking hello-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `are_you_on_windows` in this scope [INFO] [stderr] --> src/learn/attribute.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 46 | / fn are_you_on_linux() { [INFO] [stderr] 47 | | println!("You are running linux!"); [INFO] [stderr] 48 | | } [INFO] [stderr] | |_- similarly named function `are_you_on_linux` defined here [INFO] [stderr] ... [INFO] [stderr] 70 | are_you_on_windows() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `are_you_on_linux` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `are_you_on_windows` in this scope [INFO] [stderr] --> src/learn/attribute.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 46 | / fn are_you_on_linux() { [INFO] [stderr] 47 | | println!("You are running linux!"); [INFO] [stderr] 48 | | } [INFO] [stderr] | |_- similarly named function `are_you_on_linux` defined here [INFO] [stderr] ... [INFO] [stderr] 70 | are_you_on_windows() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `are_you_on_linux` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `hello-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `hello-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "315d0b371c78863143ee416f6803cd70605afa1ec553acc7d936b3453bf05dbb"` [INFO] running `"docker" "rm" "-f" "315d0b371c78863143ee416f6803cd70605afa1ec553acc7d936b3453bf05dbb"` [INFO] [stdout] 315d0b371c78863143ee416f6803cd70605afa1ec553acc7d936b3453bf05dbb