[INFO] cloning repository djallen89/beams [INFO] running `"git" "clone" "--bare" "git://github.com/djallen89/beams.git" "work/cache/sources/gh/djallen89/beams"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/djallen89/beams'... [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/beams" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/djallen89/beams"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/djallen89/beams'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/beams" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/djallen89/beams"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/djallen89/beams'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1ba76cd57700855d97cc3d25f318a2c5705e1aad [INFO] sha for GitHub repo djallen89/beams: 1ba76cd57700855d97cc3d25f318a2c5705e1aad [INFO] validating manifest of djallen89/beams on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of djallen89/beams on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing djallen89/beams [INFO] finished frobbing djallen89/beams [INFO] frobbed toml for djallen89/beams written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/djallen89/beams/Cargo.toml [INFO] started frobbing djallen89/beams [INFO] finished frobbing djallen89/beams [INFO] frobbed toml for djallen89/beams written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/djallen89/beams/Cargo.toml [INFO] crate djallen89/beams already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking djallen89/beams against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-7/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/djallen89/beams:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] dfa79f735b6da341d572a0e9a8fc8ae97560bdb4cdd1fb4159a22fbeb2868c2f [INFO] running `"docker" "start" "-a" "dfa79f735b6da341d572a0e9a8fc8ae97560bdb4cdd1fb4159a22fbeb2868c2f"` [INFO] [stderr] Checking beams v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `(` or `<`, found `pub` [INFO] [stderr] --> src/geometry.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn len [INFO] [stderr] | - expected one of `(` or `<` here [INFO] [stderr] ... [INFO] [stderr] 122 | pub fn ratio(&self, lxw: bool) -> T { [INFO] [stderr] | ^^^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `)` [INFO] [stderr] --> src/geometry.rs:130:39 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn I(&self, a: Axis, thin_wall) -> T { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] | [INFO] [stderr] = note: anonymous parameters are removed in the 2018 edition (see RFC 1685) [INFO] [stderr] help: if this was a parameter name, give it a type [INFO] [stderr] | [INFO] [stderr] 130 | pub fn I(&self, a: Axis, thin_wall: TypeName) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: if this is a type, explicitly ignore the parameter name [INFO] [stderr] | [INFO] [stderr] 130 | pub fn I(&self, a: Axis, _: thin_wall) -> T { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: expected one of `(` or `<`, found `pub` [INFO] [stderr] --> src/geometry.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn len [INFO] [stderr] | - expected one of `(` or `<` here [INFO] [stderr] ... [INFO] [stderr] 122 | pub fn ratio(&self, lxw: bool) -> T { [INFO] [stderr] | ^^^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `:` or `@`, found `)` [INFO] [stderr] --> src/geometry.rs:130:39 [INFO] [stderr] | [INFO] [stderr] 130 | pub fn I(&self, a: Axis, thin_wall) -> T { [INFO] [stderr] | ^ expected one of `:` or `@` here [INFO] [stderr] | [INFO] [stderr] = note: anonymous parameters are removed in the 2018 edition (see RFC 1685) [INFO] [stderr] help: if this was a parameter name, give it a type [INFO] [stderr] | [INFO] [stderr] 130 | pub fn I(&self, a: Axis, thin_wall: TypeName) -> T { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: if this is a type, explicitly ignore the parameter name [INFO] [stderr] | [INFO] [stderr] 130 | pub fn I(&self, a: Axis, _: thin_wall) -> T { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `super::wectors::Axis` [INFO] [stderr] --> src/geometry.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | use super::wectors::{Axis, Point, Wector, Coordinates}; [INFO] [stderr] | ^^^^ no `Axis` in `wectors` [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `CLone` in this scope [INFO] [stderr] --> src/wectors.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stderr] | ^^^^^ help: try: `Clone` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `s` in this scope [INFO] [stderr] --> src/xsection.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | s.iter().fold(T::zero(), |acc, x| acc + x.area()) [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::marker::Copy` for type `wectors::Cartesian`: [INFO] [stderr] --> src/wectors.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stderr] | ^^^^ conflicting implementation for `wectors::Cartesian` [INFO] [stderr] 5 | [INFO] [stderr] 6 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ---- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::fmt::Debug` for type `wectors::Cartesian`: [INFO] [stderr] --> src/wectors.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stderr] | ^^^^^ conflicting implementation for `wectors::Cartesian` [INFO] [stderr] 5 | [INFO] [stderr] 6 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ----- first implementation here [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `beams`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `super::wectors::Axis` [INFO] [stderr] --> src/geometry.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | use super::wectors::{Axis, Point, Wector, Coordinates}; [INFO] [stderr] | ^^^^ no `Axis` in `wectors` [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `CLone` in this scope [INFO] [stderr] --> src/wectors.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stderr] | ^^^^^ help: try: `Clone` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `s` in this scope [INFO] [stderr] --> src/xsection.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | s.iter().fold(T::zero(), |acc, x| acc + x.area()) [INFO] [stderr] | ^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::marker::Copy` for type `wectors::Cartesian`: [INFO] [stderr] --> src/wectors.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stderr] | ^^^^ conflicting implementation for `wectors::Cartesian` [INFO] [stderr] 5 | [INFO] [stderr] 6 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ---- first implementation here [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::fmt::Debug` for type `wectors::Cartesian`: [INFO] [stderr] --> src/wectors.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stderr] | ^^^^^ conflicting implementation for `wectors::Cartesian` [INFO] [stderr] 5 | [INFO] [stderr] 6 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ----- first implementation here [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0119, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `beams`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dfa79f735b6da341d572a0e9a8fc8ae97560bdb4cdd1fb4159a22fbeb2868c2f"` [INFO] running `"docker" "rm" "-f" "dfa79f735b6da341d572a0e9a8fc8ae97560bdb4cdd1fb4159a22fbeb2868c2f"` [INFO] [stdout] dfa79f735b6da341d572a0e9a8fc8ae97560bdb4cdd1fb4159a22fbeb2868c2f