[INFO] crate gchemol-readwrite 0.0.40 is already in cache [INFO] checking gchemol-readwrite-0.0.40 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69741 [INFO] extracting crate gchemol-readwrite 0.0.40 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate gchemol-readwrite 0.0.40 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gchemol-readwrite 0.0.40 [INFO] finished tweaking crates.io crate gchemol-readwrite 0.0.40 [INFO] tweaked toml for crates.io crate gchemol-readwrite 0.0.40 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 29b651e5f95e74d79130b81e2b43d87030d8ee0c27416d295ac7b6fba53af29c [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" "29b651e5f95e74d79130b81e2b43d87030d8ee0c27416d295ac7b6fba53af29c"` [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.11 [INFO] [stderr] Compiling proc-macro-error v0.4.11 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Compiling pest_generator v2.1.2 [INFO] [stderr] Compiling parse-zoneinfo v0.2.1 [INFO] [stderr] Checking nom v5.1.1 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking petgraph v0.5.0 [INFO] [stderr] Checking bimap v0.4.0 [INFO] [stderr] Checking envy v0.4.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking ignore v0.4.11 [INFO] [stderr] Compiling chrono-tz v0.5.1 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking globwalk v0.7.3 [INFO] [stderr] Checking num-rational v0.2.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling structopt-derive v0.4.4 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking gchemol-graph v0.1.1 [INFO] [stderr] Checking handlebars v3.0.1 [INFO] [stderr] Checking nalgebra v0.20.0 [INFO] [stderr] Checking structopt v0.3.11 [INFO] [stderr] Checking gchemol-gut v0.1.3 [INFO] [stderr] Checking gchemol-parser v0.2.1 [INFO] [stderr] Checking tera v1.1.0 [INFO] [stderr] Checking vecfx v0.1.2 [INFO] [stderr] Checking octree v0.1.0 [INFO] [stderr] Checking gchemol-lattice v0.1.0 [INFO] [stderr] Checking gchemol-neighbors v0.1.0 [INFO] [stderr] Checking gchemol-core v0.0.42 [INFO] [stderr] Checking gchemol-readwrite v0.0.40 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] --> src/formats/pdb.rs:365:62 [INFO] [stderr] | [INFO] [stderr] 365 | let (r, _) = many_till(read_line, peek(possible_tags))(s)?; [INFO] [stderr] | ^ the trait `std::convert::From>>` is not implemented for `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] --> src/formats/pdb.rs:365:62 [INFO] [stderr] | [INFO] [stderr] 365 | let (r, _) = many_till(read_line, peek(possible_tags))(s)?; [INFO] [stderr] | ^ the trait `std::convert::From>>` is not implemented for `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gchemol-readwrite`. [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[E0308]: mismatched types [INFO] [stderr] --> src/formats/pdb.rs:375:5 [INFO] [stderr] | [INFO] [stderr] 375 | / do_parse!( [INFO] [stderr] 376 | | s, [INFO] [stderr] 377 | | jump1 >> // seeking [INFO] [stderr] 378 | | lat: read_lattice >> // crystal info, optional [INFO] [stderr] ... | [INFO] [stderr] 399 | | }) [INFO] [stderr] 400 | | ) [INFO] [stderr] | |_____^ expected tuple, found struct `nom::error::VerboseError` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `nom::internal::Err<(&str, nom::error::ErrorKind)>` [INFO] [stderr] found enum `nom::internal::Err>` [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `gchemol-readwrite`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "29b651e5f95e74d79130b81e2b43d87030d8ee0c27416d295ac7b6fba53af29c"` [INFO] running `"docker" "rm" "-f" "29b651e5f95e74d79130b81e2b43d87030d8ee0c27416d295ac7b6fba53af29c"` [INFO] [stdout] 29b651e5f95e74d79130b81e2b43d87030d8ee0c27416d295ac7b6fba53af29c