[INFO] fetching crate chiral-operator 0.1.2...
[INFO] checking chiral-operator-0.1.2 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate chiral-operator 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate chiral-operator 0.1.2 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chiral-operator 0.1.2
[INFO] finished tweaking crates.io crate chiral-operator 0.1.2
[INFO] tweaked toml for crates.io crate chiral-operator 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded permutation v0.4.1
[INFO] [stderr]   Downloaded chiral-common v0.1.4
[INFO] [stderr]   Downloaded nanoid v0.4.0
[INFO] [stderr]   Downloaded chiral-derive v0.1.4
[INFO] [stderr]   Downloaded chiral-data v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a50f26837eab10b7afe3f926fe2045b6f619ce08b85c2f09e8128d200a867cf
[INFO] running `Command { std: "docker" "start" "-a" "5a50f26837eab10b7afe3f926fe2045b6f619ce08b85c2f09e8128d200a867cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a50f26837eab10b7afe3f926fe2045b6f619ce08b85c2f09e8128d200a867cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a50f26837eab10b7afe3f926fe2045b6f619ce08b85c2f09e8128d200a867cf", kill_on_drop: false }`
[INFO] [stdout] 5a50f26837eab10b7afe3f926fe2045b6f619ce08b85c2f09e8128d200a867cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b2c2a13d3e38b34c7d905b5b7de97edfd18cbae63bc331e43454366aac90a169
[INFO] running `Command { std: "docker" "start" "-a" "b2c2a13d3e38b34c7d905b5b7de97edfd18cbae63bc331e43454366aac90a169", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking clap_builder v4.4.18
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking iana-time-zone v0.1.59
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking permutation v0.4.1
[INFO] [stderr]     Checking indicatif v0.17.7
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]    Compiling chiral-derive v0.1.4
[INFO] [stderr]     Checking clap v4.4.18
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking serde v1.0.196
[INFO] [stderr]     Checking chrono v0.4.33
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking chiral-common v0.1.4
[INFO] [stderr]     Checking chiral-data v0.1.2
[INFO] [stdout] error[E0433]: failed to resolve: could not find `fs` in `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/lib.rs:33:43
[INFO] [stdout]    |
[INFO] [stdout] 33 |             let filepath = chiral_common::fs::default_dir().join(kind.filename());
[INFO] [stdout]    |                                           ^^ could not find `fs` in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ids: Vec<chiral_common::DatasetID>,
[INFO] [stdout]   |                             ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |     smiles: Vec<chiral_common::SMILES>,
[INFO] [stdout]    |                                ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -     smiles: Vec<chiral_common::SMILES>,
[INFO] [stdout] 10 +     smiles: Vec<SMILES>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:14:43
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<chiral_common::SMILES>) -> Self {
[INFO] [stdout]    |                                           ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:14:85
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<chiral_common::SMILES>) -> Self {
[INFO] [stdout]    |                                                                                     ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<chiral_common::SMILES>) -> Self {
[INFO] [stdout] 14 +     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<SMILES>) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SerializedFormat` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:24:47
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn serialize(&self) -> chiral_common::SerializedFormat { serde_json::to_string(self).unwrap() }
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::traits::SerializedFormat;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SerializedFormat`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub fn serialize(&self) -> chiral_common::SerializedFormat { serde_json::to_string(self).unwrap() }
[INFO] [stdout] 24 +     pub fn serialize(&self) -> SerializedFormat { serde_json::to_string(self).unwrap() }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SerializedFormat` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:25:49
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn deserialize(content: &chiral_common::SerializedFormat) -> Self { serde_json::from_str(content).unwrap() }
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::traits::SerializedFormat;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SerializedFormat`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub fn deserialize(content: &chiral_common::SerializedFormat) -> Self { serde_json::from_str(content).unwrap() }
[INFO] [stdout] 25 +     pub fn deserialize(content: &SerializedFormat) -> Self { serde_json::from_str(content).unwrap() }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&chiral_common::SMILES> {
[INFO] [stdout]    |                                                  ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:27:87
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&chiral_common::SMILES> {
[INFO] [stdout]    |                                                                                       ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&chiral_common::SMILES> {
[INFO] [stdout] 27 +     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&SMILES> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:34:57
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn get_smiles_vec(&self) -> &Vec<chiral_common::SMILES> { &self.smiles }
[INFO] [stdout]    |                                                         ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub fn get_smiles_vec(&self) -> &Vec<chiral_common::SMILES> { &self.smiles }
[INFO] [stdout] 34 +     pub fn get_smiles_vec(&self) -> &Vec<SMILES> { &self.smiles }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:35:50
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn get_ids(&self) -> &Vec<chiral_common::DatasetID> { &self.ids }
[INFO] [stdout]    |                                                  ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chiral-data` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "b2c2a13d3e38b34c7d905b5b7de97edfd18cbae63bc331e43454366aac90a169", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2c2a13d3e38b34c7d905b5b7de97edfd18cbae63bc331e43454366aac90a169", kill_on_drop: false }`
[INFO] [stdout] b2c2a13d3e38b34c7d905b5b7de97edfd18cbae63bc331e43454366aac90a169
[INFO] checking chiral-operator-0.1.2 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate chiral-operator 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate chiral-operator 0.1.2 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chiral-operator 0.1.2
[INFO] finished tweaking crates.io crate chiral-operator 0.1.2
[INFO] tweaked toml for crates.io crate chiral-operator 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 123c8df2db67482f735b511c4ed13a9837879083bc98a16783809c9966e8a4e1
[INFO] running `Command { std: "docker" "start" "-a" "123c8df2db67482f735b511c4ed13a9837879083bc98a16783809c9966e8a4e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "123c8df2db67482f735b511c4ed13a9837879083bc98a16783809c9966e8a4e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "123c8df2db67482f735b511c4ed13a9837879083bc98a16783809c9966e8a4e1", kill_on_drop: false }`
[INFO] [stdout] 123c8df2db67482f735b511c4ed13a9837879083bc98a16783809c9966e8a4e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2908ed853013c6ac5e9c971e323a31f20e83fb5dff80cc2b5501c51816733a6f
[INFO] running `Command { std: "docker" "start" "-a" "2908ed853013c6ac5e9c971e323a31f20e83fb5dff80cc2b5501c51816733a6f", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking clap_builder v4.4.18
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking iana-time-zone v0.1.59
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking permutation v0.4.1
[INFO] [stderr]     Checking indicatif v0.17.7
[INFO] [stderr]     Checking nanoid v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling chiral-derive v0.1.4
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]     Checking clap v4.4.18
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking serde v1.0.196
[INFO] [stderr]     Checking chrono v0.4.33
[INFO] [stderr]     Checking serde_json v1.0.113
[INFO] [stderr]     Checking chiral-common v0.1.4
[INFO] [stderr]     Checking chiral-data v0.1.2
[INFO] [stdout] error[E0433]: failed to resolve: could not find `fs` in `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/lib.rs:33:43
[INFO] [stdout]    |
[INFO] [stdout] 33 |             let filepath = chiral_common::fs::default_dir().join(kind.filename());
[INFO] [stdout]    |                                           ^^ could not find `fs` in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     ids: Vec<chiral_common::DatasetID>,
[INFO] [stdout]   |                             ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:10:32
[INFO] [stdout]    |
[INFO] [stdout] 10 |     smiles: Vec<chiral_common::SMILES>,
[INFO] [stdout]    |                                ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -     smiles: Vec<chiral_common::SMILES>,
[INFO] [stdout] 10 +     smiles: Vec<SMILES>,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:14:43
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<chiral_common::SMILES>) -> Self {
[INFO] [stdout]    |                                           ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:14:85
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<chiral_common::SMILES>) -> Self {
[INFO] [stdout]    |                                                                                     ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<chiral_common::SMILES>) -> Self {
[INFO] [stdout] 14 +     pub fn new(ids_in: Vec<chiral_common::DatasetID>, smiles_in: Vec<SMILES>) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SerializedFormat` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:24:47
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn serialize(&self) -> chiral_common::SerializedFormat { serde_json::to_string(self).unwrap() }
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::traits::SerializedFormat;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SerializedFormat`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub fn serialize(&self) -> chiral_common::SerializedFormat { serde_json::to_string(self).unwrap() }
[INFO] [stdout] 24 +     pub fn serialize(&self) -> SerializedFormat { serde_json::to_string(self).unwrap() }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SerializedFormat` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:25:49
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn deserialize(content: &chiral_common::SerializedFormat) -> Self { serde_json::from_str(content).unwrap() }
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::traits::SerializedFormat;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SerializedFormat`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub fn deserialize(content: &chiral_common::SerializedFormat) -> Self { serde_json::from_str(content).unwrap() }
[INFO] [stdout] 25 +     pub fn deserialize(content: &SerializedFormat) -> Self { serde_json::from_str(content).unwrap() }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:27:50
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&chiral_common::SMILES> {
[INFO] [stdout]    |                                                  ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:27:87
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&chiral_common::SMILES> {
[INFO] [stdout]    |                                                                                       ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&chiral_common::SMILES> {
[INFO] [stdout] 27 +     pub fn get_smiles(&self, id: &chiral_common::DatasetID) -> Option<&SMILES> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SMILES` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:34:57
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn get_smiles_vec(&self) -> &Vec<chiral_common::SMILES> { &self.smiles }
[INFO] [stdout]    |                                                         ^^^^^^ not found in `chiral_common`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 5  + use chiral_common::app::chem::types::SMILES;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `SMILES`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub fn get_smiles_vec(&self) -> &Vec<chiral_common::SMILES> { &self.smiles }
[INFO] [stdout] 34 +     pub fn get_smiles_vec(&self) -> &Vec<SMILES> { &self.smiles }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `DatasetID` in crate `chiral_common`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chiral-data-0.1.2/src/doc/smiles.rs:35:50
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn get_ids(&self) -> &Vec<chiral_common::DatasetID> { &self.ids }
[INFO] [stdout]    |                                                  ^^^^^^^^^ not found in `chiral_common`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chiral-data` (lib) due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "2908ed853013c6ac5e9c971e323a31f20e83fb5dff80cc2b5501c51816733a6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2908ed853013c6ac5e9c971e323a31f20e83fb5dff80cc2b5501c51816733a6f", kill_on_drop: false }`
[INFO] [stdout] 2908ed853013c6ac5e9c971e323a31f20e83fb5dff80cc2b5501c51816733a6f
