[INFO] fetching crate gosh-model 0.2.1...
[INFO] testing gosh-model-0.2.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate gosh-model 0.2.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate gosh-model 0.2.1
[INFO] finished tweaking crates.io crate gosh-model 0.2.1
[INFO] tweaked toml for crates.io crate gosh-model 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gosh-model 0.2.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 242 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v1.2.1 (available: v1.3.2)
[INFO] [stderr]       Adding bstr v0.2.17 (available: v1.12.1)
[INFO] [stderr]       Adding duct v0.13.7 (available: v1.1.1)
[INFO] [stderr]       Adding handlebars v4.0.1 (available: v4.5.0)
[INFO] [stderr]       Adding nix v0.20.2 (available: v0.30.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7081428c85b721132e637280f5001f6267b4156ca3adb2adcb00246997ff7ed
[INFO] running `Command { std: "docker" "start" "-a" "d7081428c85b721132e637280f5001f6267b4156ca3adb2adcb00246997ff7ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7081428c85b721132e637280f5001f6267b4156ca3adb2adcb00246997ff7ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7081428c85b721132e637280f5001f6267b4156ca3adb2adcb00246997ff7ed", kill_on_drop: false }`
[INFO] [stdout] d7081428c85b721132e637280f5001f6267b4156ca3adb2adcb00246997ff7ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc15a54e2fa5b22e108cdc3ebe7dd88d1194ce824b34b3ecf91ea07138c25be5
[INFO] running `Command { std: "docker" "start" "-a" "bc15a54e2fa5b22e108cdc3ebe7dd88d1194ce824b34b3ecf91ea07138c25be5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling grep-matcher v0.1.8
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling uom v0.33.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling roxmltree v0.18.1
[INFO] [stderr]    Compiling snailquote v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling nix v0.20.2
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling envfile v0.2.1
[INFO] [stderr]    Compiling sigchld v0.2.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling shared_child v1.1.1
[INFO] [stderr]    Compiling duct v0.13.7
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling grep-searcher v0.1.16
[INFO] [stderr]    Compiling grep-regex v0.1.14
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling grep-cli v0.1.12
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling lazy-regex-proc_macros v2.4.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling lazy-regex v2.5.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling grep-printer v0.2.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling grep-printer v0.1.7
[INFO] [stderr]    Compiling envy v0.4.2
[INFO] [stderr]    Compiling bimap v0.6.3
[INFO] [stderr]    Compiling minijinja v1.0.22
[INFO] [stderr]    Compiling handlebars v4.0.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling simba v0.7.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling grep v0.2.13
[INFO] [stderr]    Compiling grep v0.3.2
[INFO] [stderr]    Compiling grep-reader v0.1.3
[INFO] [stderr]    Compiling extxyz v0.2.0
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling gchemol-graph v0.1.6
[INFO] [stderr]    Compiling gchemol-gut v0.3.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling gchemol-gut v0.4.4
[INFO] [stderr]    Compiling gchemol-parser v0.4.6
[INFO] [stderr]    Compiling nalgebra v0.31.4
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling vecfx v0.1.6
[INFO] [stderr]    Compiling gchemol-lattice v0.1.2
[INFO] [stderr]    Compiling octree v0.1.0
[INFO] [stderr]    Compiling gchemol-geometry v0.1.1
[INFO] [stderr]    Compiling edip v0.1.1
[INFO] [stderr]    Compiling gchemol-neighbors v0.1.3
[INFO] [stderr]    Compiling gchemol-core v0.1.7
[INFO] [stderr]    Compiling gchemol-readwrite v0.1.12
[INFO] [stderr]    Compiling gchemol v0.1.7
[INFO] [stderr]    Compiling gosh-core v0.2.0
[INFO] [stderr]    Compiling gosh-model v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> src/blackbox.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |             let path = tdir.into_path();
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `job_dir` is never read
[INFO] [stdout]   --> src/blackbox.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct BlackBoxModel {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     job_dir: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `bash_script` and `generate_bash_script` are never used
[INFO] [stdout]   --> src/blackbox/cmd.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl Cmd {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] 69 |     /// Return bash script.
[INFO] [stdout] 70 |     pub fn bash_script(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn generate_bash_script(&self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `search_radius` should have an upper case name
[INFO] [stdout]   --> src/edip.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |         const search_radius: f64 = 4.0;
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 32 -         const search_radius: f64 = 4.0;
[INFO] [stdout] 32 +         const SEARCH_RADIUS: f64 = 4.0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.61s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: gchemol-core v0.1.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "bc15a54e2fa5b22e108cdc3ebe7dd88d1194ce824b34b3ecf91ea07138c25be5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc15a54e2fa5b22e108cdc3ebe7dd88d1194ce824b34b3ecf91ea07138c25be5", kill_on_drop: false }`
[INFO] [stdout] bc15a54e2fa5b22e108cdc3ebe7dd88d1194ce824b34b3ecf91ea07138c25be5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84683c03d3bfc11c8520b73b8ebfdaa0b2e02288a7cf7200c0a9f65dd310973d
[INFO] running `Command { std: "docker" "start" "-a" "84683c03d3bfc11c8520b73b8ebfdaa0b2e02288a7cf7200c0a9f65dd310973d", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> src/blackbox.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |             let path = tdir.into_path();
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `job_dir` is never read
[INFO] [stdout]   --> src/blackbox.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct BlackBoxModel {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     job_dir: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `bash_script` and `generate_bash_script` are never used
[INFO] [stdout]   --> src/blackbox/cmd.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl Cmd {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] 69 |     /// Return bash script.
[INFO] [stdout] 70 |     pub fn bash_script(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn generate_bash_script(&self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `search_radius` should have an upper case name
[INFO] [stdout]   --> src/edip.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |         const search_radius: f64 = 4.0;
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 32 -         const search_radius: f64 = 4.0;
[INFO] [stdout] 32 +         const SEARCH_RADIUS: f64 = 4.0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gosh-model v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stdout]    --> src/blackbox.rs:271:29
[INFO] [stdout]     |
[INFO] [stdout] 271 |             let path = tdir.into_path();
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `energy`
[INFO] [stdout]    --> src/edip.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let energy = computed.get_energy().unwrap();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_energy`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `job_dir` is never read
[INFO] [stdout]   --> src/blackbox.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub struct BlackBoxModel {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 48 |     job_dir: Option<PathBuf>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `bash_script` and `generate_bash_script` are never used
[INFO] [stdout]   --> src/blackbox/cmd.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl Cmd {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] 69 |     /// Return bash script.
[INFO] [stdout] 70 |     pub fn bash_script(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub fn generate_bash_script(&self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `search_radius` should have an upper case name
[INFO] [stdout]   --> src/edip.rs:32:15
[INFO] [stdout]    |
[INFO] [stdout] 32 |         const search_radius: f64 = 4.0;
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 32 -         const search_radius: f64 = 4.0;
[INFO] [stdout] 32 +         const SEARCH_RADIUS: f64 = 4.0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.92s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: gchemol-core v0.1.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "84683c03d3bfc11c8520b73b8ebfdaa0b2e02288a7cf7200c0a9f65dd310973d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84683c03d3bfc11c8520b73b8ebfdaa0b2e02288a7cf7200c0a9f65dd310973d", kill_on_drop: false }`
[INFO] [stdout] 84683c03d3bfc11c8520b73b8ebfdaa0b2e02288a7cf7200c0a9f65dd310973d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1f35c20ca25790d25126dd68ac1b2c8218ebc92bc72929b68a01e75199d35f2d
[INFO] running `Command { std: "docker" "start" "-a" "1f35c20ca25790d25126dd68ac1b2c8218ebc92bc72929b68a01e75199d35f2d", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated method `tempfile::TempDir::into_path`: use TempDir::keep()
[INFO] [stderr]    --> src/blackbox.rs:271:29
[INFO] [stderr]     |
[INFO] [stderr] 271 |             let path = tdir.into_path();
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `job_dir` is never read
[INFO] [stderr]   --> src/blackbox.rs:48:5
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub struct BlackBoxModel {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 48 |     job_dir: Option<PathBuf>,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `bash_script` and `generate_bash_script` are never used
[INFO] [stderr]   --> src/blackbox/cmd.rs:70:12
[INFO] [stderr]    |
[INFO] [stderr] 68 | impl Cmd {
[INFO] [stderr]    | -------- methods in this implementation
[INFO] [stderr] 69 |     /// Return bash script.
[INFO] [stderr] 70 |     pub fn bash_script(&self) -> String {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 96 |     pub fn generate_bash_script(&self, path: &Path) -> Result<()> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `search_radius` should have an upper case name
[INFO] [stderr]   --> src/edip.rs:32:15
[INFO] [stderr]    |
[INFO] [stderr] 32 |         const search_radius: f64 = 4.0;
[INFO] [stderr]    |               ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] help: convert the identifier to upper case
[INFO] [stderr]    |
[INFO] [stderr] 32 -         const search_radius: f64 = 4.0;
[INFO] [stderr] 32 +         const SEARCH_RADIUS: f64 = 4.0;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `energy`
[INFO] [stderr]    --> src/edip.rs:128:9
[INFO] [stderr]     |
[INFO] [stderr] 128 |     let energy = computed.get_energy().unwrap();
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_energy`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `gosh-model` (lib) generated 4 warnings (run `cargo fix --lib -p gosh-model` to apply 1 suggestion)
[INFO] [stderr] warning: `gosh-model` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p gosh-model --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: gchemol-core v0.1.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gosh_model-f5de12d7959bf413)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test blackbox::test_bbm ... ok
[INFO] [stdout] test model_properties::test_header ... ok
[INFO] [stdout] test model_properties::test_model_parse_results_special ... ok
[INFO] [stdout] test model_properties::test_model_parse_results ... ok
[INFO] [stdout] test lj::test_lj_model ... ok
[INFO] [stdout] test blackbox::env::test_env ... ok
[INFO] [stdout] test edip::test_edip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gosh_model
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/blackbox.rs - blackbox (line 6) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1f35c20ca25790d25126dd68ac1b2c8218ebc92bc72929b68a01e75199d35f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f35c20ca25790d25126dd68ac1b2c8218ebc92bc72929b68a01e75199d35f2d", kill_on_drop: false }`
[INFO] [stdout] 1f35c20ca25790d25126dd68ac1b2c8218ebc92bc72929b68a01e75199d35f2d
