[INFO] crate gchemol-core 0.0.40 is already in cache [INFO] checking gchemol-core-0.0.40 against try#89c05fd3cc6404a13e1bd71450c6132a2755fa4b for pr-69741 [INFO] extracting crate gchemol-core 0.0.40 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate gchemol-core 0.0.40 on toolchain 89c05fd3cc6404a13e1bd71450c6132a2755fa4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gchemol-core 0.0.40 [INFO] finished tweaking crates.io crate gchemol-core 0.0.40 [INFO] tweaked toml for crates.io crate gchemol-core 0.0.40 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "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] 0c817fd77cea789cfa84c9ef261afa0a05e8d7dec17fbe488d03e62df084757c [INFO] running `"docker" "start" "-a" "0c817fd77cea789cfa84c9ef261afa0a05e8d7dec17fbe488d03e62df084757c"` [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Compiling structopt-derive v0.4.4 [INFO] [stderr] Checking structopt v0.3.11 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking petgraph v0.5.0 [INFO] [stderr] Checking envy v0.4.1 [INFO] [stderr] Checking bimap v0.4.0 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking gchemol-gut v0.1.3 [INFO] [stderr] Checking gchemol-graph v0.1.1 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Checking nalgebra v0.20.0 [INFO] [stderr] Checking vecfx v0.0.8 [INFO] [stderr] Checking vecfx v0.1.2 [INFO] [stderr] Checking octree v0.0.6 [INFO] [stderr] Checking gchemol-lattice v0.0.6 [INFO] [stderr] Checking gchemol-geometry v0.0.38 [INFO] [stderr] Checking gchemol-neighbors v0.0.7 [INFO] [stderr] Checking gchemol-core v0.0.40 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `Point3`, `Vector3f` [INFO] [stderr] --> src/property.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::atom::{Point3, Vector3f}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Atom`, `Molecule` [INFO] [stderr] --> src/property.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::{Atom, Molecule}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Point3`, `Vector3f` [INFO] [stderr] --> src/property.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::atom::{Point3, Vector3f}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Atom`, `Molecule` [INFO] [stderr] --> src/property.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::{Atom, Molecule}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::base::matrix::Matrix>: std::convert::From

` is not satisfied [INFO] [stderr] --> src/lattice.rs:49:59 [INFO] [stderr] | [INFO] [stderr] 49 | let positions = scaled.into_iter().map(|frac| lat.to_cart(frac)); [INFO] [stderr] | ^^^^^^^ the trait `std::convert::From

` is not implemented for `nalgebra::base::matrix::Matrix>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>>` for `P` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::base::matrix::Matrix>: std::convert::From>>` is not satisfied [INFO] [stderr] --> src/lattice.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | self.set_positions(positions); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `std::convert::From>>` is not implemented for `nalgebra::base::matrix::Matrix>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] and 79 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>>` for `nalgebra::base::matrix::Matrix>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gchemol-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: the trait bound `nalgebra::base::matrix::Matrix>: std::convert::From

` is not satisfied [INFO] [stderr] --> src/lattice.rs:49:59 [INFO] [stderr] | [INFO] [stderr] 49 | let positions = scaled.into_iter().map(|frac| lat.to_cart(frac)); [INFO] [stderr] | ^^^^^^^ the trait `std::convert::From

` is not implemented for `nalgebra::base::matrix::Matrix>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>>` for `P` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `nalgebra::base::matrix::Matrix>: std::convert::From>>` is not satisfied [INFO] [stderr] --> src/lattice.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | self.set_positions(positions); [INFO] [stderr] | ^^^^^^^^^^^^^ the trait `std::convert::From>>` is not implemented for `nalgebra::base::matrix::Matrix>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] >::Output, >::Output, >::Output, >::Output>>::Buffer> as std::convert::From>> [INFO] [stderr] and 79 others [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into>>` for `nalgebra::base::matrix::Matrix>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gchemol-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0c817fd77cea789cfa84c9ef261afa0a05e8d7dec17fbe488d03e62df084757c"` [INFO] running `"docker" "rm" "-f" "0c817fd77cea789cfa84c9ef261afa0a05e8d7dec17fbe488d03e62df084757c"` [INFO] [stdout] 0c817fd77cea789cfa84c9ef261afa0a05e8d7dec17fbe488d03e62df084757c