[INFO] cloning repository pjohansson/grafen [INFO] running `"git" "clone" "--bare" "git://github.com/pjohansson/grafen.git" "work/cache/sources/gh/pjohansson/grafen"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/pjohansson/grafen'... [INFO] running `"git" "clone" "work/cache/sources/gh/pjohansson/grafen" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/pjohansson/grafen"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/pjohansson/grafen'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pjohansson/grafen" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/pjohansson/grafen"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/pjohansson/grafen'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ca609c3c31a48bb95116f34e54b48e60e2de58b6 [INFO] sha for GitHub repo pjohansson/grafen: ca609c3c31a48bb95116f34e54b48e60e2de58b6 [INFO] validating manifest of pjohansson/grafen on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pjohansson/grafen on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pjohansson/grafen [INFO] finished frobbing pjohansson/grafen [INFO] frobbed toml for pjohansson/grafen written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/pjohansson/grafen/Cargo.toml [INFO] started frobbing pjohansson/grafen [INFO] finished frobbing pjohansson/grafen [INFO] frobbed toml for pjohansson/grafen written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/pjohansson/grafen/Cargo.toml [INFO] crate pjohansson/grafen already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/pjohansson/mdio` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded parking_lot v0.4.7 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pjohansson/grafen against try#8f81d0bf6baf07b92f1246696722485c4ca0b049 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-1/try#8f81d0bf6baf07b92f1246696722485c4ca0b049:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/pjohansson/grafen:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 99807800f03254fa6f85ede8ac2f6de83adc3e6b779272232a1ee164bb8827c3 [INFO] running `"docker" "start" "-a" "99807800f03254fa6f85ede8ac2f6de83adc3e6b779272232a1ee164bb8827c3"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/bin/error.rs [INFO] [stderr] * /opt/crater/workdir/src/bin/output.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Checking smallvec v0.4.3 [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking clicolors-control v0.1.0 [INFO] [stderr] Checking colored v1.6.0 [INFO] [stderr] Checking tempfile v2.1.6 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking clap v2.23.3 [INFO] [stderr] Checking backtrace-sys v0.1.16 [INFO] [stderr] Checking backtrace v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Compiling structopt-derive v0.2.4 [INFO] [stderr] Checking parking_lot_core v0.2.6 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Checking parking_lot v0.4.7 [INFO] [stderr] Checking mdio v0.1.0 (https://github.com/pjohansson/mdio#be7f6788) [INFO] [stderr] Checking console v0.5.0 [INFO] [stderr] Checking dialoguer v0.1.0 [INFO] [stderr] Checking structopt v0.2.4 [INFO] [stderr] Checking grafen v0.10.0 (/opt/crater/workdir) [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/coord.rs:363:32 [INFO] [stderr] | [INFO] [stderr] 361 | ( $($class:path),+ ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 362 | $( [INFO] [stderr] 363 | impl Translate for $class { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 375 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] | [INFO] [stderr] = note: #[deny(meta_variable_misuse)] on by default [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:115:40 [INFO] [stderr] | [INFO] [stderr] 113 | ( $( $class:path ),+ ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 114 | $( [INFO] [stderr] 115 | impl<'a> Component<'a> for $class { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 188 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:269:31 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 269 | code: $atname.to_string(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:270:46 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 270 | position: Coord::new($x, $y, $z), [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:270:50 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 270 | position: Coord::new($x, $y, $z), [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:270:54 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 270 | position: Coord::new($x, $y, $z), [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:117:17 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 117 | $entry($class), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 118 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:117:24 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 117 | $entry($class), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 118 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 125 | $name::$entry(ref object) => object.describe(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 126 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:133:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 133 | $name::$entry(ref object) => object.describe_short(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 134 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:143:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 143 | $name::$entry(ref mut object) => object.assign_residues(residues), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 144 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:151:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 151 | $name::$entry(ref object) => object.box_size(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 152 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 159 | $name::$entry(ref object) => object.get_origin(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 160 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:167:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 167 | $name::$entry(ref object) => object.iter_residues(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 168 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:176:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 176 | $name::$entry(ref object) => object.num_atoms(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 177 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 184 | $name::$entry(object) => $name::$entry(object.with_pbc()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 185 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:184:57 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 184 | $name::$entry(object) => $name::$entry(object.with_pbc()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 185 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:194:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 194 | $name::$entry(object) => $name::$entry(object.translate(coord)), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 195 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:194:57 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 194 | $name::$entry(object) => $name::$entry(object.translate(coord)), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 195 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:202:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 202 | $name::$entry(ref mut object) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 203 | => { object.translate_in_place(coord); } [INFO] [stderr] 204 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:210:23 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 210 | impl From<$class> for $name { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 215 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:211:33 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 211 | fn from(object: $class) -> $name { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 215 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:212:28 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 212 | $name::$entry(object) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 215 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/coord.rs:363:32 [INFO] [stderr] | [INFO] [stderr] 361 | ( $($class:path),+ ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 362 | $( [INFO] [stderr] 363 | impl Translate for $class { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 375 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] | [INFO] [stderr] = note: #[deny(meta_variable_misuse)] on by default [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:115:40 [INFO] [stderr] | [INFO] [stderr] 113 | ( $( $class:path ),+ ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 114 | $( [INFO] [stderr] 115 | impl<'a> Component<'a> for $class { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 188 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:269:31 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 269 | code: $atname.to_string(), [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:270:46 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 270 | position: Coord::new($x, $y, $z), [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:270:50 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 270 | position: Coord::new($x, $y, $z), [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/system.rs:270:54 [INFO] [stderr] | [INFO] [stderr] 262 | $(($atname:expr, $x:expr, $y:expr, $z:expr)),+ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 270 | position: Coord::new($x, $y, $z), [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 273 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:117:17 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 117 | $entry($class), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 118 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:117:24 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 117 | $entry($class), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 118 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:125:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 125 | $name::$entry(ref object) => object.describe(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 126 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:133:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 133 | $name::$entry(ref object) => object.describe_short(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 134 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:143:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 143 | $name::$entry(ref mut object) => object.assign_residues(residues), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 144 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:151:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 151 | $name::$entry(ref object) => object.box_size(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 152 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 159 | $name::$entry(ref object) => object.get_origin(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 160 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:167:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 167 | $name::$entry(ref object) => object.iter_residues(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 168 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:176:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 176 | $name::$entry(ref object) => object.num_atoms(), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 177 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 184 | $name::$entry(object) => $name::$entry(object.with_pbc()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 185 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:184:57 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 184 | $name::$entry(object) => $name::$entry(object.with_pbc()), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 185 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:194:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 194 | $name::$entry(object) => $name::$entry(object.translate(coord)), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 195 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:194:57 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 194 | $name::$entry(object) => $name::$entry(object.translate(coord)), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 195 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:202:32 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 202 | $name::$entry(ref mut object) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 203 | => { object.translate_in_place(coord); } [INFO] [stderr] 204 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:210:23 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 210 | impl From<$class> for $name { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 215 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:211:33 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 211 | fn from(object: $class) -> $name { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 215 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/database.rs:212:28 [INFO] [stderr] | [INFO] [stderr] 111 | $( ($class:path => $entry:ident) ),+ // Identifier::Entry(Class) [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 212 | $name::$entry(object) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 215 | )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:34:32 [INFO] [stderr] | [INFO] [stderr] 34 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `grafen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `grafen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99807800f03254fa6f85ede8ac2f6de83adc3e6b779272232a1ee164bb8827c3"` [INFO] running `"docker" "rm" "-f" "99807800f03254fa6f85ede8ac2f6de83adc3e6b779272232a1ee164bb8827c3"` [INFO] [stdout] 99807800f03254fa6f85ede8ac2f6de83adc3e6b779272232a1ee164bb8827c3