[INFO] updating cached repository https://github.com/storyfeet/rpg_tracker [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] 931ec4d8fdd80a3731874f88c802038781cdb6b5 [INFO] checking storyfeet/rpg_tracker against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstoryfeet%2Frpg_tracker" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/storyfeet/rpg_tracker on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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-0/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 10b3f26faf484314b4b874ef8abb77319d314c0aff0ac928dc45e793451196ec [INFO] running `"docker" "start" "-a" "10b3f26faf484314b4b874ef8abb77319d314c0aff0ac928dc45e793451196ec"` [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 strsim v0.9.3 [INFO] [stderr] Checking arc-swap v0.4.4 [INFO] [stderr] Checking array-macro v1.0.4 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Compiling enum-map-derive v0.4.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking signal-hook v0.1.13 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking clap_conf v0.1.3 [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "10b3f26faf484314b4b874ef8abb77319d314c0aff0ac928dc45e793451196ec"` [INFO] running `"docker" "rm" "-f" "10b3f26faf484314b4b874ef8abb77319d314c0aff0ac928dc45e793451196ec"` [INFO] [stdout] 10b3f26faf484314b4b874ef8abb77319d314c0aff0ac928dc45e793451196ec