[INFO] crate acetylene_parser 0.1.0 is already in cache [INFO] testing acetylene_parser-0.1.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate acetylene_parser 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate acetylene_parser 0.1.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate acetylene_parser 0.1.0 [INFO] finished tweaking crates.io crate acetylene_parser 0.1.0 [INFO] tweaked toml for crates.io crate acetylene_parser 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d15e0b478dd147a002f03eeb86277619e897232b4540e5f83c1eaa08e61fb81a [INFO] running `"docker" "start" "-a" "d15e0b478dd147a002f03eeb86277619e897232b4540e5f83c1eaa08e61fb81a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling acetylene_parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `smiles::tokenize_smiles_raw` [INFO] [stderr] --> src/smiles/mod.rs:466:7 [INFO] [stderr] | [INFO] [stderr] 466 | use smiles::tokenize_smiles_raw; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / ((self.symbol == other.symbol) & [INFO] [stderr] 47 | | (self.quantity == other.quantity) & [INFO] [stderr] 48 | | (self.charge == other.charge)) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 46 | (self.symbol == other.symbol) & [INFO] [stderr] 47 | (self.quantity == other.quantity) & [INFO] [stderr] 48 | (self.charge == other.charge) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.76s [INFO] running `"docker" "inspect" "d15e0b478dd147a002f03eeb86277619e897232b4540e5f83c1eaa08e61fb81a"` [INFO] running `"docker" "rm" "-f" "d15e0b478dd147a002f03eeb86277619e897232b4540e5f83c1eaa08e61fb81a"` [INFO] [stdout] d15e0b478dd147a002f03eeb86277619e897232b4540e5f83c1eaa08e61fb81a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 3d3edb003906438df560bfacc1ceaeac151902ecdeb302f117cf1448563781bc [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" "3d3edb003906438df560bfacc1ceaeac151902ecdeb302f117cf1448563781bc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `smiles::tokenize_smiles_raw` [INFO] [stderr] --> src/smiles/mod.rs:466:7 [INFO] [stderr] | [INFO] [stderr] 466 | use smiles::tokenize_smiles_raw; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / ((self.symbol == other.symbol) & [INFO] [stderr] 47 | | (self.quantity == other.quantity) & [INFO] [stderr] 48 | | (self.charge == other.charge)) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 46 | (self.symbol == other.symbol) & [INFO] [stderr] 47 | (self.quantity == other.quantity) & [INFO] [stderr] 48 | (self.charge == other.charge) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling acetylene_parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / ((self.symbol == other.symbol) & [INFO] [stderr] 47 | | (self.quantity == other.quantity) & [INFO] [stderr] 48 | | (self.charge == other.charge)) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 46 | (self.symbol == other.symbol) & [INFO] [stderr] 47 | (self.quantity == other.quantity) & [INFO] [stderr] 48 | (self.charge == other.charge) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.66s [INFO] running `"docker" "inspect" "3d3edb003906438df560bfacc1ceaeac151902ecdeb302f117cf1448563781bc"` [INFO] running `"docker" "rm" "-f" "3d3edb003906438df560bfacc1ceaeac151902ecdeb302f117cf1448563781bc"` [INFO] [stdout] 3d3edb003906438df560bfacc1ceaeac151902ecdeb302f117cf1448563781bc [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stdout] d2884e99f8c858f68ec7576563486cfe71466f7d4677ddad4aef21b171f794d1 [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" "d2884e99f8c858f68ec7576563486cfe71466f7d4677ddad4aef21b171f794d1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused import: `smiles::tokenize_smiles_raw` [INFO] [stderr] --> src/smiles/mod.rs:466:7 [INFO] [stderr] | [INFO] [stderr] 466 | use smiles::tokenize_smiles_raw; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / ((self.symbol == other.symbol) & [INFO] [stderr] 47 | | (self.quantity == other.quantity) & [INFO] [stderr] 48 | | (self.charge == other.charge)) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 46 | (self.symbol == other.symbol) & [INFO] [stderr] 47 | (self.quantity == other.quantity) & [INFO] [stderr] 48 | (self.charge == other.charge) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/types/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / ((self.symbol == other.symbol) & [INFO] [stderr] 47 | | (self.quantity == other.quantity) & [INFO] [stderr] 48 | | (self.charge == other.charge)) [INFO] [stderr] | |___________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 46 | (self.symbol == other.symbol) & [INFO] [stderr] 47 | (self.quantity == other.quantity) & [INFO] [stderr] 48 | (self.charge == other.charge) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/formula/mod.rs:22:3 [INFO] [stderr] | [INFO] [stderr] 22 | / lazy_static! { [INFO] [stderr] 23 | | static ref FORMULA_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 24 | | (?P [INFO] [stderr] 25 | | (?P [INFO] [stderr] ... | [INFO] [stderr] 80 | | static ref RE: Regex = Regex::new(&FORMULA_RE_EXP).unwrap(); [INFO] [stderr] 81 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smiles/mod.rs:81:3 [INFO] [stderr] | [INFO] [stderr] 81 | / lazy_static! { [INFO] [stderr] 82 | | static ref ATOM_RE_EXP: String = String::from(r#"(?x) [INFO] [stderr] 83 | | (?PCl|Br|[cnospBCNOFPSI])| # 'raw' means outside of brackets [INFO] [stderr] 84 | | # SMILES is 'ground state' only, [INFO] [stderr] ... | [INFO] [stderr] 150 | | ]; [INFO] [stderr] 151 | | } [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/acetylene_parser-210759c6c24b1194 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test formula::tokenize_formula_single ... ok [INFO] [stdout] test smiles::test::benzene_closure ... ok [INFO] [stdout] test smiles::test::smile_raw_hydronium ... ok [INFO] [stdout] test smiles::test::smile_at_all_the_things ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lib-a1638f1ad61a51a0 [INFO] [stdout] running 6 tests [INFO] [stdout] test tokenize_iupac ... ignored [INFO] [stdout] test tokenize_titin ... ignored [INFO] [stdout] test tokenize_formula_nested ... ok [INFO] [stdout] test tokenize_formula_simple ... ok [INFO] [stdout] test tokenize_hydronium_smiles ... ok [INFO] [stdout] test tokenize_benzene_smiles ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests acetylene_parser [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - tokenize (line 137) ... ok [INFO] [stdout] test src/lib.rs - tokenize (line 60) ... ok [INFO] [stdout] test src/lib.rs - tokenize (line 32) ... ok [INFO] [stdout] test src/types/mod.rs - types::Substance (line 17) ... ok [INFO] [stdout] test src/lib.rs - tokenize (line 95) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d2884e99f8c858f68ec7576563486cfe71466f7d4677ddad4aef21b171f794d1"` [INFO] running `"docker" "rm" "-f" "d2884e99f8c858f68ec7576563486cfe71466f7d4677ddad4aef21b171f794d1"` [INFO] [stdout] d2884e99f8c858f68ec7576563486cfe71466f7d4677ddad4aef21b171f794d1