[INFO] updating cached repository https://github.com/djallen89/beams [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1ba76cd57700855d97cc3d25f318a2c5705e1aad [INFO] testing djallen89/beams against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjallen89%2Fbeams" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/djallen89/beams on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/djallen89/beams [INFO] finished tweaking git repo https://github.com/djallen89/beams [INFO] tweaked toml for git repo https://github.com/djallen89/beams written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/djallen89/beams already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de4771f49cf10195da5c73f116d42274f6248201340e2736a919faa73494ba56 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "de4771f49cf10195da5c73f116d42274f6248201340e2736a919faa73494ba56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de4771f49cf10195da5c73f116d42274f6248201340e2736a919faa73494ba56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de4771f49cf10195da5c73f116d42274f6248201340e2736a919faa73494ba56", kill_on_drop: false }` [INFO] [stdout] de4771f49cf10195da5c73f116d42274f6248201340e2736a919faa73494ba56 [INFO] running `Command { std: "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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8571bb796e738c8d7f07dd3ce247f898ebf7f9086caf70335c3fa0c01b528774 [INFO] running `Command { std: "docker" "start" "-a" "8571bb796e738c8d7f07dd3ce247f898ebf7f9086caf70335c3fa0c01b528774", kill_on_drop: false }` [INFO] [stderr] Compiling beams v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `(` or `<`, found keyword `pub` [INFO] [stdout] --> src/geometry.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 102 | impl + Clone> Rectangle { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn len [INFO] [stdout] | - expected one of `(` or `<` [INFO] [stdout] ... [INFO] [stdout] 122 | pub fn ratio(&self, lxw: bool) -> T { [INFO] [stdout] | ^^^ unexpected token [INFO] [stdout] ... [INFO] [stdout] 132 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::wectors::Axis` [INFO] [stdout] --> src/geometry.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | use super::wectors::{Axis, Point, Wector, Coordinates}; [INFO] [stdout] | ^^^^ no `Axis` in `wectors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `CLone` in this scope [INFO] [stdout] --> src/wectors.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stdout] | ^^^^^ help: a derive macro with a similar name exists: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `s` in this scope [INFO] [stdout] --> src/xsection.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | s.iter().fold(T::zero(), |acc, x| acc + x.area()) [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `std::marker::Copy` for type `wectors::Cartesian`: [INFO] [stdout] --> src/wectors.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stdout] | ^^^^ conflicting implementation for `wectors::Cartesian` [INFO] [stdout] 5 | [INFO] [stdout] 6 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ---- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `std::fmt::Debug` for type `wectors::Cartesian`: [INFO] [stdout] --> src/wectors.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Copy, CLone, Debug)] [INFO] [stdout] | ^^^^^ conflicting implementation for `wectors::Cartesian` [INFO] [stdout] 5 | [INFO] [stdout] 6 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ----- first implementation here [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0119, E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `beams`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "8571bb796e738c8d7f07dd3ce247f898ebf7f9086caf70335c3fa0c01b528774", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8571bb796e738c8d7f07dd3ce247f898ebf7f9086caf70335c3fa0c01b528774", kill_on_drop: false }` [INFO] [stdout] 8571bb796e738c8d7f07dd3ce247f898ebf7f9086caf70335c3fa0c01b528774