[INFO] cloning repository https://github.com/TrolledWoods/interp_compiler [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TrolledWoods/interp_compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrolledWoods%2Finterp_compiler"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrolledWoods%2Finterp_compiler'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1744c17dc75a0a465f4e3a100117736cd122f6ae [INFO] checking TrolledWoods/interp_compiler against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTrolledWoods%2Finterp_compiler" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TrolledWoods/interp_compiler on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/TrolledWoods/interp_compiler [INFO] finished tweaking git repo https://github.com/TrolledWoods/interp_compiler [INFO] tweaked toml for git repo https://github.com/TrolledWoods/interp_compiler written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/TrolledWoods/interp_compiler already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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] 6ebb8902b3b0f288d0ef5fe7663657f9e7b4b88a781be9bf64e355d8c7f59a83 [INFO] running `"docker" "start" "-a" "6ebb8902b3b0f288d0ef5fe7663657f9e7b4b88a781be9bf64e355d8c7f59a83"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking interp_compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `get_operator_order` in this scope [INFO] [stderr] --> src/operators.rs:50:20 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn get_operator_info(name: &str) [INFO] [stderr] | _________- [INFO] [stderr] 13 | | -> Option<(u8, OpDirection)> [INFO] [stderr] 14 | | { [INFO] [stderr] 15 | | match name { [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_________- similarly named function `get_operator_info` defined here [INFO] [stderr] ... [INFO] [stderr] 50 | assert_eq!(get_operator_order("+"), Some(1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `get_operator_info` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_operator_order` in this scope [INFO] [stderr] --> src/operators.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn get_operator_info(name: &str) [INFO] [stderr] | _________- [INFO] [stderr] 13 | | -> Option<(u8, OpDirection)> [INFO] [stderr] 14 | | { [INFO] [stderr] 15 | | match name { [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_________- similarly named function `get_operator_info` defined here [INFO] [stderr] ... [INFO] [stderr] 51 | assert_eq!(get_operator_order("-"), Some(1)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `get_operator_info` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `get_operator_order` in this scope [INFO] [stderr] --> src/operators.rs:52:20 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn get_operator_info(name: &str) [INFO] [stderr] | _________- [INFO] [stderr] 13 | | -> Option<(u8, OpDirection)> [INFO] [stderr] 14 | | { [INFO] [stderr] 15 | | match name { [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_________- similarly named function `get_operator_info` defined here [INFO] [stderr] ... [INFO] [stderr] 52 | assert_eq!(get_operator_order("blah"), None); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `get_operator_info` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `interp_compiler`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6ebb8902b3b0f288d0ef5fe7663657f9e7b4b88a781be9bf64e355d8c7f59a83"` [INFO] running `"docker" "rm" "-f" "6ebb8902b3b0f288d0ef5fe7663657f9e7b4b88a781be9bf64e355d8c7f59a83"` [INFO] [stdout] 6ebb8902b3b0f288d0ef5fe7663657f9e7b4b88a781be9bf64e355d8c7f59a83