[INFO] updating cached repository djallen89/beams [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/djallen89/beams [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/beams" "work/ex/beta-1.38-1/sources/1.37.0/gh/djallen89/beams"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/djallen89/beams'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/beams" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/djallen89/beams"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of djallen89/beams on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/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" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing djallen89/beams against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 558ffc114c030741b62b4feaa033ca6c76d363bc0f725ae7720554be80f2e707 [INFO] running `"docker" "start" "-a" "558ffc114c030741b62b4feaa033ca6c76d363bc0f725ae7720554be80f2e707"` [INFO] [stderr] Compiling 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[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: a derive macro with a similar name exists: `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" "558ffc114c030741b62b4feaa033ca6c76d363bc0f725ae7720554be80f2e707"` [INFO] running `"docker" "rm" "-f" "558ffc114c030741b62b4feaa033ca6c76d363bc0f725ae7720554be80f2e707"` [INFO] [stdout] 558ffc114c030741b62b4feaa033ca6c76d363bc0f725ae7720554be80f2e707