[INFO] cloning repository https://github.com/storyfeet/rpg_tracker [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/storyfeet/rpg_tracker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstoryfeet%2Frpg_tracker"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstoryfeet%2Frpg_tracker'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 931ec4d8fdd80a3731874f88c802038781cdb6b5 [INFO] checking storyfeet/rpg_tracker against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstoryfeet%2Frpg_tracker" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/storyfeet/rpg_tracker on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/storyfeet/rpg_tracker [INFO] removed path dependency clap_conf from git repo https://github.com/storyfeet/rpg_tracker [INFO] finished tweaking git repo https://github.com/storyfeet/rpg_tracker [INFO] tweaked toml for git repo https://github.com/storyfeet/rpg_tracker written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/storyfeet/rpg_tracker already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (clap_conf) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (clap_conf) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cba5ba3ee0bf9f83408933ec0ac2d7233e58450e1e04a31531d5abb54c3e541f [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" "cba5ba3ee0bf9f83408933ec0ac2d7233e58450e1e04a31531d5abb54c3e541f"` [INFO] [stderr] warning: dependency (clap_conf) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling enum-map-derive v0.4.3 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking clap_conf v0.1.3 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking enum-map v0.6.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling enumset_derive v0.4.3 [INFO] [stderr] Checking enumset v0.4.4 [INFO] [stderr] Checking cursive v0.13.0 [INFO] [stderr] Checking rpg_tracker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/expr.rs:212:22 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn eval(&self, scope: &Scope) -> Result { [INFO] [stderr] | --------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 212 | assert_eq!(r.eval(), 7); [INFO] [stderr] | ^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` [INFO] [stderr] --> src/expr.rs:212:9 [INFO] [stderr] | [INFO] [stderr] 212 | assert_eq!(r.eval(), 7); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | std::result::Result [INFO] [stderr] | {integer} [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/expr.rs:215:22 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn eval(&self, scope: &Scope) -> Result { [INFO] [stderr] | --------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 215 | assert_eq!(r.eval(), 9); [INFO] [stderr] | ^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` [INFO] [stderr] --> src/expr.rs:215:9 [INFO] [stderr] | [INFO] [stderr] 215 | assert_eq!(r.eval(), 9); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | std::result::Result [INFO] [stderr] | {integer} [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/expr.rs:218:22 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn eval(&self, scope: &Scope) -> Result { [INFO] [stderr] | --------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 218 | assert_eq!(r.eval(), 63); [INFO] [stderr] | ^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` [INFO] [stderr] --> src/expr.rs:218:9 [INFO] [stderr] | [INFO] [stderr] 218 | assert_eq!(r.eval(), 63); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | std::result::Result [INFO] [stderr] | {integer} [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> src/expr.rs:221:22 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn eval(&self, scope: &Scope) -> Result { [INFO] [stderr] | --------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 221 | assert_eq!(r.eval(), 21); [INFO] [stderr] | ^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `std::result::Result` [INFO] [stderr] --> src/expr.rs:221:9 [INFO] [stderr] | [INFO] [stderr] 221 | assert_eq!(r.eval(), 21); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | std::result::Result [INFO] [stderr] | {integer} [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `std::result::Result` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rpg_tracker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cba5ba3ee0bf9f83408933ec0ac2d7233e58450e1e04a31531d5abb54c3e541f"` [INFO] running `"docker" "rm" "-f" "cba5ba3ee0bf9f83408933ec0ac2d7233e58450e1e04a31531d5abb54c3e541f"` [INFO] [stdout] cba5ba3ee0bf9f83408933ec0ac2d7233e58450e1e04a31531d5abb54c3e541f