[INFO] crate acetylene_parser 0.1.0 is already in cache
[INFO] checking acetylene_parser-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate acetylene_parser 0.1.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate acetylene_parser 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-0/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a57acdb29c7c4ae1986ab76d1138a708f6f2810352c24a9523411327f3c9e12f
[INFO] running `"docker" "start" "-a" "a57acdb29c7c4ae1986ab76d1138a708f6f2810352c24a9523411327f3c9e12f"`
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]     Checking thread_local v0.2.7
[INFO] [stderr]     Checking regex v0.1.80
[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: 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: 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 4.43s
[INFO] running `"docker" "inspect" "a57acdb29c7c4ae1986ab76d1138a708f6f2810352c24a9523411327f3c9e12f"`
[INFO] running `"docker" "rm" "-f" "a57acdb29c7c4ae1986ab76d1138a708f6f2810352c24a9523411327f3c9e12f"`
[INFO] [stdout] a57acdb29c7c4ae1986ab76d1138a708f6f2810352c24a9523411327f3c9e12f
