[INFO] cloning repository https://github.com/smithhmark/rust-trace [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smithhmark/rust-trace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmithhmark%2Frust-trace", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmithhmark%2Frust-trace'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c35a8474562fd50a249e5ad114c2e352787dc48c [INFO] testing smithhmark/rust-trace against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmithhmark%2Frust-trace" "/workspace/builds/worker-74/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-74/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/smithhmark/rust-trace on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/smithhmark/rust-trace [INFO] finished tweaking git repo https://github.com/smithhmark/rust-trace [INFO] tweaked toml for git repo https://github.com/smithhmark/rust-trace written to /workspace/builds/worker-74/source/Cargo.toml [INFO] crate git repo https://github.com/smithhmark/rust-trace already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 401697fb37010e09eefbbeb4964651ef1a2c6c58ced2aee1862829670965371d [INFO] running `Command { std: "docker" "start" "-a" "401697fb37010e09eefbbeb4964651ef1a2c6c58ced2aee1862829670965371d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "401697fb37010e09eefbbeb4964651ef1a2c6c58ced2aee1862829670965371d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "401697fb37010e09eefbbeb4964651ef1a2c6c58ced2aee1862829670965371d", kill_on_drop: false }` [INFO] [stdout] 401697fb37010e09eefbbeb4964651ef1a2c6c58ced2aee1862829670965371d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 511ad3cbba295e38536cf48e9bfc559f8044160722d4ec064da9356a6b6736af [INFO] running `Command { std: "docker" "start" "-a" "511ad3cbba295e38536cf48e9bfc559f8044160722d4ec064da9356a6b6736af", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling rustrace v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this file contains an unclosed delimiter [INFO] [stdout] --> src/tuple.rs:244:3 [INFO] [stdout] | [INFO] [stdout] 32 | impl + Add + Copy> Tuple { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 33 | fn magnatude(&self) -> T { [INFO] [stdout] | - this delimiter might not be properly closed... [INFO] [stdout] ... [INFO] [stdout] 47 | } [INFO] [stdout] | - ...as it matches this but it has different indentation [INFO] [stdout] ... [INFO] [stdout] 244 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found keyword `fn` [INFO] [stdout] --> src/tuple.rs:32:60 [INFO] [stdout] | [INFO] [stdout] 32 | impl + Add + Copy> Tuple { [INFO] [stdout] | ^ unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 38 | x + y + z + w [INFO] [stdout] | - [INFO] [stdout] | | [INFO] [stdout] | expected one of 8 possible tokens [INFO] [stdout] | help: `}` may belong here [INFO] [stdout] 39 | [INFO] [stdout] 40 | fn dot(&self, right: &Self) -> T { [INFO] [stdout] | ^^ unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | impl + Sub + Copy + Zero + One> Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the implementation out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | impl + Copy> Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the implementation out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | impl> Add for Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the implementation out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | impl> Sub for Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the implementation out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | impl + Copy> Mul for Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the implementation out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implementation is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 106 | impl + Copy> Mul for Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the implementation out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: module is not supported in `trait`s or `impl`s [INFO] [stdout] --> src/tuple.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider moving the module out to a nearby module scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `right` in this scope [INFO] [stdout] --> src/tuple.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | let x = self.x * right.x; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `right` in this scope [INFO] [stdout] --> src/tuple.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | let y = self.y * right.y; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `right` in this scope [INFO] [stdout] --> src/tuple.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | let z = self.z * right.z; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `right` in this scope [INFO] [stdout] --> src/tuple.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | let w = self.w * right.w; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Sub` [INFO] [stdout] --> src/tuple.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::{Add, Mul, Sub}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot add `Tuple` to `Tuple` [INFO] [stdout] --> src/projectile.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | let new_pos = proj.position + proj.velocity; [INFO] [stdout] | ------------- ^ ------------- Tuple [INFO] [stdout] | | [INFO] [stdout] | Tuple [INFO] [stdout] | [INFO] [stdout] note: an implementation of `Add<_>` might be missing for `Tuple` [INFO] [stdout] --> src/tuple.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ must implement `Add<_>` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: cannot add `Tuple` to `Tuple` [INFO] [stdout] --> src/projectile.rs:55:45 [INFO] [stdout] | [INFO] [stdout] 55 | let new_vel = proj.velocity + self.wind + self.gravity; [INFO] [stdout] | ------------- ^ --------- Tuple [INFO] [stdout] | | [INFO] [stdout] | Tuple [INFO] [stdout] | [INFO] [stdout] note: an implementation of `Add<_>` might be missing for `Tuple` [INFO] [stdout] --> src/tuple.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Tuple { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ must implement `Add<_>` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0369, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0369`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustrace` due to 16 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "511ad3cbba295e38536cf48e9bfc559f8044160722d4ec064da9356a6b6736af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "511ad3cbba295e38536cf48e9bfc559f8044160722d4ec064da9356a6b6736af", kill_on_drop: false }` [INFO] [stdout] 511ad3cbba295e38536cf48e9bfc559f8044160722d4ec064da9356a6b6736af