[INFO] crate molconv 0.2.0 is already in cache [INFO] checking molconv-0.2.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate molconv 0.2.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate molconv 0.2.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate molconv 0.2.0 [INFO] finished tweaking crates.io crate molconv 0.2.0 [INFO] tweaked toml for crates.io crate molconv 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate molconv 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a77dd6a462600698ebf91abeb0deaa8b56aa007f95a36ed498c852682eaecdc2 [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" "a77dd6a462600698ebf91abeb0deaa8b56aa007f95a36ed498c852682eaecdc2"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking unicode-width v0.1.6 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking lazy-init v0.3.0 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling jobserver v0.1.17 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling molconv v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling synstructure v0.12.2 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] warning: type `int_least8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `int_least16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stderr] [INFO] [stderr] warning: type `int_least32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stderr] [INFO] [stderr] warning: type `int_least64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:76:10 [INFO] [stderr] | [INFO] [stderr] 76 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:77:10 [INFO] [stderr] | [INFO] [stderr] 77 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:78:10 [INFO] [stderr] | [INFO] [stderr] 78 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:79:10 [INFO] [stderr] | [INFO] [stderr] 79 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:80:10 [INFO] [stderr] | [INFO] [stderr] 80 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:83:10 [INFO] [stderr] | [INFO] [stderr] 83 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:84:10 [INFO] [stderr] | [INFO] [stderr] 84 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:85:10 [INFO] [stderr] | [INFO] [stderr] 85 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:87:10 [INFO] [stderr] | [INFO] [stderr] 87 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stderr] [INFO] [stderr] warning: type `int_least8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:73:10 [INFO] [stderr] | [INFO] [stderr] 73 | pub type int_least8_t = ::std::os::raw::c_schar; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast8T` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `int_least16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | pub type int_least16_t = ::std::os::raw::c_short; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast16T` [INFO] [stderr] [INFO] [stderr] warning: type `int_least32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | pub type int_least32_t = ::std::os::raw::c_int; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast32T` [INFO] [stderr] [INFO] [stderr] warning: type `int_least64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:76:10 [INFO] [stderr] | [INFO] [stderr] 76 | pub type int_least64_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntLeast64T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:77:10 [INFO] [stderr] | [INFO] [stderr] 77 | pub type uint_least8_t = ::std::os::raw::c_uchar; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast8T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:78:10 [INFO] [stderr] | [INFO] [stderr] 78 | pub type uint_least16_t = ::std::os::raw::c_ushort; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast16T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:79:10 [INFO] [stderr] | [INFO] [stderr] 79 | pub type uint_least32_t = ::std::os::raw::c_uint; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast32T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_least64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:80:10 [INFO] [stderr] | [INFO] [stderr] 80 | pub type uint_least64_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintLeast64T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | pub type int_fast8_t = ::std::os::raw::c_schar; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast8T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | pub type int_fast16_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast16T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:83:10 [INFO] [stderr] | [INFO] [stderr] 83 | pub type int_fast32_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast32T` [INFO] [stderr] [INFO] [stderr] warning: type `int_fast64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:84:10 [INFO] [stderr] | [INFO] [stderr] 84 | pub type int_fast64_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IntFast64T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast8_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:85:10 [INFO] [stderr] | [INFO] [stderr] 85 | pub type uint_fast8_t = ::std::os::raw::c_uchar; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast8T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast16_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | pub type uint_fast16_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast16T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast32_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:87:10 [INFO] [stderr] | [INFO] [stderr] 87 | pub type uint_fast32_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast32T` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:88:10 [INFO] [stderr] | [INFO] [stderr] 88 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stderr] [INFO] [stderr] warning: type `intmax_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:89:10 [INFO] [stderr] | [INFO] [stderr] 89 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stderr] [INFO] [stderr] warning: type `uintmax_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:90:10 [INFO] [stderr] | [INFO] [stderr] 90 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stderr] [INFO] [stderr] warning: type `uint_fast64_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:88:10 [INFO] [stderr] | [INFO] [stderr] 88 | pub type uint_fast64_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `UintFast64T` [INFO] [stderr] [INFO] [stderr] warning: type `intmax_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:89:10 [INFO] [stderr] | [INFO] [stderr] 89 | pub type intmax_t = ::std::os::raw::c_long; [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper camel case: `IntmaxT` [INFO] [stderr] [INFO] [stderr] warning: type `uintmax_t` should have an upper camel case name [INFO] [stderr] --> src/molconv/xdr/c_abi/xdr_seek.rs:90:10 [INFO] [stderr] | [INFO] [stderr] 90 | pub type uintmax_t = ::std::os::raw::c_ulong; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper camel case: `UintmaxT` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `filemode` [INFO] [stderr] --> src/molconv/xdr/mod.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | filemode: FileMode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 19 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: field is never read: `filemode` [INFO] [stderr] --> src/molconv/xdr/mod.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | filemode: FileMode, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/molconv/trajectory.rs:204:9 [INFO] [stderr] | [INFO] [stderr] 204 | traj.read(&mut frame2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 20 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.74s [INFO] running `"docker" "inspect" "a77dd6a462600698ebf91abeb0deaa8b56aa007f95a36ed498c852682eaecdc2"` [INFO] running `"docker" "rm" "-f" "a77dd6a462600698ebf91abeb0deaa8b56aa007f95a36ed498c852682eaecdc2"` [INFO] [stdout] a77dd6a462600698ebf91abeb0deaa8b56aa007f95a36ed498c852682eaecdc2