[INFO] crate acetylene_parser 0.1.0 is already in cache
[INFO] checking acetylene_parser-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate acetylene_parser 0.1.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate acetylene_parser 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 14818cd52bbbe2b32aabde726dbc3b1a169747357757aee0a59b1b2f9ae9391c
[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" "14818cd52bbbe2b32aabde726dbc3b1a169747357757aee0a59b1b2f9ae9391c"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Checking 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<compound>
[INFO] [stderr] 25 | |         (?P<element> 
[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<compound>
[INFO] [stderr] 25 | |         (?P<element> 
[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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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<compound>
[INFO] [stderr] 25 | |         (?P<element> 
[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<compound>
[INFO] [stderr] 25 | |         (?P<element> 
[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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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  | |       (?P<raw_atom>Cl|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]     Finished dev [unoptimized + debuginfo] target(s) in 1.74s
[INFO] running `"docker" "inspect" "14818cd52bbbe2b32aabde726dbc3b1a169747357757aee0a59b1b2f9ae9391c"`
[INFO] running `"docker" "rm" "-f" "14818cd52bbbe2b32aabde726dbc3b1a169747357757aee0a59b1b2f9ae9391c"`
[INFO] [stdout] 14818cd52bbbe2b32aabde726dbc3b1a169747357757aee0a59b1b2f9ae9391c
