[INFO] fetching crate graphplan 0.3.0... [INFO] checking graphplan-0.3.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate graphplan 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate graphplan 0.3.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 76b87051c0d2bddc0fc4d75937d9bcca95a35414f265ec06aef8a27002054a33 [INFO] running `"docker" "start" "-a" "76b87051c0d2bddc0fc4d75937d9bcca95a35414f265ec06aef8a27002054a33"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking graphplan v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `as_vec` [INFO] [stderr] --> src/solver.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn as_vec(&self) -> Vec> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> benches/solver.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] extern crate graphplan; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [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" "76b87051c0d2bddc0fc4d75937d9bcca95a35414f265ec06aef8a27002054a33"` [INFO] running `"docker" "rm" "-f" "76b87051c0d2bddc0fc4d75937d9bcca95a35414f265ec06aef8a27002054a33"` [INFO] [stdout] 76b87051c0d2bddc0fc4d75937d9bcca95a35414f265ec06aef8a27002054a33