[INFO] crate graphplan 0.4.0 is already in cache [INFO] checking graphplan-0.4.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate graphplan 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate graphplan 0.4.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate graphplan 0.4.0 [INFO] finished tweaking crates.io crate graphplan 0.4.0 [INFO] tweaked toml for crates.io crate graphplan 0.4.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate graphplan 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 4c7e910032a28e9ad5a6d16a97b52d9032e691f9c715177e4009d0cd3b41f897 [INFO] running `"docker" "start" "-a" "4c7e910032a28e9ad5a6d16a97b52d9032e691f9c715177e4009d0cd3b41f897"` [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Checking thread-scoped v1.0.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking regex-syntax v0.6.3 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Checking criterion-stats v0.2.5 [INFO] [stderr] Checking criterion-plot v0.2.5 [INFO] [stderr] Checking graphplan v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking csv v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Checking regex v1.0.6 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking simplelog v0.5.3 [INFO] [stderr] Checking handlebars v0.32.4 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking criterion v0.2.5 [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::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::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]: `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[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[E0599]: no function or associated item named `from_toml` found for struct `graphplan::GraphPlan<_, _>` in the current scope [INFO] [stderr] --> benches/solver.rs:11:58 [INFO] [stderr] | [INFO] [stderr] 11 | let mut pg: GraphPlan = GraphPlan::from_toml(path); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `graphplan::GraphPlan<_, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0277, E0599. [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 `&graphplan::Proposition` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::collections::HashSet` [INFO] [stderr] found struct `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 `&graphplan::Proposition` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::collections::HashSet` [INFO] [stderr] found struct `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 struct `std::collections::HashSet>` [INFO] [stderr] found struct `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" "4c7e910032a28e9ad5a6d16a97b52d9032e691f9c715177e4009d0cd3b41f897"` [INFO] running `"docker" "rm" "-f" "4c7e910032a28e9ad5a6d16a97b52d9032e691f9c715177e4009d0cd3b41f897"` [INFO] [stdout] 4c7e910032a28e9ad5a6d16a97b52d9032e691f9c715177e4009d0cd3b41f897