[INFO] crate graphplan 0.3.0 is already in cache [INFO] checking graphplan-0.3.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate graphplan 0.3.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate graphplan 0.3.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate graphplan 0.3.0 [INFO] finished tweaking crates.io crate graphplan 0.3.0 [INFO] tweaked toml for crates.io crate graphplan 0.3.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ae57a9f53b9bb6f717636965e889c68c324f34d2e42e4016faa1b1b17f6aaa44 [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" "ae57a9f53b9bb6f717636965e889c68c324f34d2e42e4016faa1b1b17f6aaa44"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking graphplan v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 2, found 1 [INFO] [stderr] --> benches/solver.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | let mut pg: GraphPlan = GraphPlan::from_toml(path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected 2 type arguments [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `graphplan::SimpleSolver: std::cmp::Ord` is not satisfied [INFO] [stderr] --> benches/solver.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | let mut pg: GraphPlan = GraphPlan::from_toml(path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `graphplan::SimpleSolver` [INFO] [stderr] | [INFO] [stderr] = note: required by `graphplan::GraphPlan` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `graphplan::SimpleSolver: std::clone::Clone` is not satisfied [INFO] [stderr] --> benches/solver.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | let mut pg: GraphPlan = GraphPlan::from_toml(path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::clone::Clone` is not implemented for `graphplan::SimpleSolver` [INFO] [stderr] | [INFO] [stderr] = note: required by `graphplan::GraphPlan` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `graphplan::SimpleSolver: std::hash::Hash` is not satisfied [INFO] [stderr] --> benches/solver.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | let mut pg: GraphPlan = GraphPlan::from_toml(path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::hash::Hash` is not implemented for `graphplan::SimpleSolver` [INFO] [stderr] | [INFO] [stderr] = note: required by `graphplan::GraphPlan` [INFO] [stderr] [INFO] [stderr] error[E0277]: `graphplan::SimpleSolver` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> benches/solver.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | let mut pg: GraphPlan = GraphPlan::from_toml(path); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ `graphplan::SimpleSolver` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `graphplan::SimpleSolver` [INFO] [stderr] = note: required by `graphplan::GraphPlan` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `graphplan`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> benches/plangraph.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | hashset!{&p1, &p2, &p3}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `graphplan::Proposition`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::collections::HashSet` [INFO] [stderr] found type `std::collections::HashSet<&graphplan::Proposition>` [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[E0308]: mismatched types [INFO] [stderr] --> benches/plangraph.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | hashset!{¬_p1, ¬_p2, &p3}, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `graphplan::Proposition`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::collections::HashSet` [INFO] [stderr] found type `std::collections::HashSet<&graphplan::Proposition>` [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[E0308]: mismatched types [INFO] [stderr] --> benches/plangraph.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | hashset!{&a1, &a2} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `graphplan::Action`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::collections::HashSet>` [INFO] [stderr] found type `std::collections::HashSet<&graphplan::Action>` [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 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `graphplan`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ae57a9f53b9bb6f717636965e889c68c324f34d2e42e4016faa1b1b17f6aaa44"` [INFO] running `"docker" "rm" "-f" "ae57a9f53b9bb6f717636965e889c68c324f34d2e42e4016faa1b1b17f6aaa44"` [INFO] [stdout] ae57a9f53b9bb6f717636965e889c68c324f34d2e42e4016faa1b1b17f6aaa44