[INFO] fetching crate g3 0.1.4... [INFO] checking g3-0.1.4 against try#f82303294ca6add47eea966608ce02688928f965 for pr-107123-1 [INFO] extracting crate g3 0.1.4 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate g3 0.1.4 on toolchain f82303294ca6add47eea966608ce02688928f965 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate g3 0.1.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate g3 0.1.4 [INFO] tweaked toml for crates.io crate g3 0.1.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate g3 0.1.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64a9c914b7e7af845a5369ab0ba748484b35e96ef4b3d054e66dd73a1a7c10f6 [INFO] running `Command { std: "docker" "start" "-a" "64a9c914b7e7af845a5369ab0ba748484b35e96ef4b3d054e66dd73a1a7c10f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64a9c914b7e7af845a5369ab0ba748484b35e96ef4b3d054e66dd73a1a7c10f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64a9c914b7e7af845a5369ab0ba748484b35e96ef4b3d054e66dd73a1a7c10f6", kill_on_drop: false }` [INFO] [stdout] 64a9c914b7e7af845a5369ab0ba748484b35e96ef4b3d054e66dd73a1a7c10f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b565b26f7023b230b5d581335f2a88ea133d6dfb2cb9c23f35e0ade5c1f4aa4 [INFO] running `Command { std: "docker" "start" "-a" "9b565b26f7023b230b5d581335f2a88ea133d6dfb2cb9c23f35e0ade5c1f4aa4", kill_on_drop: false }` [INFO] [stderr] Checking g3 v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | impl FnMut<(Plane,)> for Plane { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:84:27 [INFO] [stdout] | [INFO] [stdout] 84 | impl FnOnce<(Plane,)> for Plane { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | impl Fn<(Plane,)> for Plane {extern "rust-call" fn call(&self, args: (Plane,))->Plane { Plane(sw00(&self.0, &args.0.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 90 | impl FnMut<(Point,)> for Plane { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | impl FnOnce<(Point,)> for Plane { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | impl Fn<(Point,)> for Plane {extern "rust-call" fn call(&self, args: (Point,))->Point { Point(sw30(&self.0, &args.0.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | impl FnMut<(Line,)> for Plane { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:98:26 [INFO] [stdout] | [INFO] [stdout] 98 | impl FnOnce<(Line,)> for Plane { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | impl Fn<(Line,)> for Plane { extern "rust-call" fn call(&self, args: (Line,)) -> Line { let (p1, p2) = sw10(&self.0, &args.0.p1);Line{p1,... [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:155:26 [INFO] [stdout] | [INFO] [stdout] 155 | impl FnMut<(Plane,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:156:27 [INFO] [stdout] | [INFO] [stdout] 156 | impl FnOnce<(Plane,)> for Motor { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | impl Fn<(Plane,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 165 | impl FnMut<(Line,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | impl FnOnce<(Line,)> for Motor { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:167:22 [INFO] [stdout] | [INFO] [stdout] 167 | impl Fn<(Line,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:176:26 [INFO] [stdout] | [INFO] [stdout] 176 | impl FnMut<(Point,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:177:27 [INFO] [stdout] | [INFO] [stdout] 177 | impl FnOnce<(Point,)> for Motor { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | impl Fn<(Point,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Origin,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:188:27 [INFO] [stdout] | [INFO] [stdout] 188 | impl FnMut<(Origin,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Origin,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Origin,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Origin,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Origin,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:189:28 [INFO] [stdout] | [INFO] [stdout] 189 | impl FnOnce<(Origin,)> for Motor { type Output = Point; extern "rust-call" fn call_once(self, args: (Origin,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Origin,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Origin,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:190:24 [INFO] [stdout] | [INFO] [stdout] 190 | impl Fn<(Origin,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Origin,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Origin,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(point::Origin,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:117:26 [INFO] [stdout] | [INFO] [stdout] 117 | impl FnMut<(Plane,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:118:27 [INFO] [stdout] | [INFO] [stdout] 118 | impl FnOnce<(Plane,)> for Rotor { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:119:23 [INFO] [stdout] | [INFO] [stdout] 119 | impl Fn<(Plane,)> for Rotor { extern "rust-call" fn call(&self, args: (Plane,))->Plane { Plane(sw01(&args.0.0, &self.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(&plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:120:27 [INFO] [stdout] | [INFO] [stdout] 120 | impl FnMut<(&Plane,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (&Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(&plane::Plane,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(&plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(&plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | impl FnOnce<(&Plane,)> for Rotor { type Output = Plane; extern "rust-call" fn call_once(self, args: (&Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(&plane::Plane,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(&plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl Fn<(&Plane,)> for Rotor { extern "rust-call" fn call(&self, args: (&Plane,))->Plane { Plane(sw01(&args.0.0, &self.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(&plane::Plane,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(&plane::Plane,)>` [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnMut<(&plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(branch::Branch,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:126:27 [INFO] [stdout] | [INFO] [stdout] 126 | impl FnMut<(Branch,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Branch,))->Branch {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(branch::Branch,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(branch::Branch,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(branch::Branch,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | impl FnOnce<(Branch,)> for Rotor { type Output = Branch; extern "rust-call" fn call_once(self, args: (Branch,))->Branch { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(branch::Branch,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(branch::Branch,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | impl Fn<(Branch,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(branch::Branch,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(branch::Branch,)>` [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnMut<(branch::Branch,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:134:25 [INFO] [stdout] | [INFO] [stdout] 134 | impl FnMut<(Line,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 135 | impl FnOnce<(Line,)> for Rotor { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:136:22 [INFO] [stdout] | [INFO] [stdout] 136 | impl Fn<(Line,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | impl FnMut<(Point,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | impl FnOnce<(Point,)> for Rotor { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | impl Fn<(Point,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(direction::Direction,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:155:30 [INFO] [stdout] | [INFO] [stdout] 155 | impl FnMut<(Direction,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Direction,))->Direction {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(direction::Direction,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(direction::Direction,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(direction::Direction,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | impl FnOnce<(Direction,)> for Rotor { type Output = Direction; extern "rust-call" fn call_once(self, args: (Direction,))->Direction { sel... [INFO] [stdout] | ^^^^^ the trait `Callable<(direction::Direction,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Rotor: Callable<(direction::Direction,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | impl Fn<(Direction,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(direction::Direction,)>` is not implemented for `Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnOnce<(direction::Direction,)>` [INFO] [stdout] = note: required for `Rotor` to implement `std::ops::FnMut<(direction::Direction,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:73:26 [INFO] [stdout] | [INFO] [stdout] 73 | impl FnMut<(Plane,)> for Translator { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 74 | impl FnOnce<(Plane,)> for Translator { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | impl Fn<(Plane,)> for Translator { [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | impl FnMut<(Line,)> for Translator { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | impl FnOnce<(Line,)> for Translator { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line {self.call(args)} } [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | impl Fn<(Line,)> for Translator { [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | impl FnMut<(Point,)> for Translator { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | impl FnOnce<(Point,)> for Translator { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point {self.call(args)} } [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | impl Fn<(Point,)> for Translator { [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `g3` (lib) due to 49 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | impl FnMut<(Plane,)> for Plane { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:84:27 [INFO] [stdout] | [INFO] [stdout] 84 | impl FnOnce<(Plane,)> for Plane { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | impl Fn<(Plane,)> for Plane {extern "rust-call" fn call(&self, args: (Plane,))->Plane { Plane(sw00(&self.0, &args.0.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:90:26 [INFO] [stdout] | [INFO] [stdout] 90 | impl FnMut<(Point,)> for Plane { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | impl FnOnce<(Point,)> for Plane { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | impl Fn<(Point,)> for Plane {extern "rust-call" fn call(&self, args: (Point,))->Point { Point(sw30(&self.0, &args.0.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | impl FnMut<(Line,)> for Plane { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:98:26 [INFO] [stdout] | [INFO] [stdout] 98 | impl FnOnce<(Line,)> for Plane { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `plane::Plane: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/plane.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | impl Fn<(Line,)> for Plane { extern "rust-call" fn call(&self, args: (Line,)) -> Line { let (p1, p2) = sw10(&self.0, &args.0.p1);Line{p1,... [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `plane::Plane` [INFO] [stdout] | [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `plane::Plane` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:155:26 [INFO] [stdout] | [INFO] [stdout] 155 | impl FnMut<(Plane,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:156:27 [INFO] [stdout] | [INFO] [stdout] 156 | impl FnOnce<(Plane,)> for Motor { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | impl Fn<(Plane,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:165:25 [INFO] [stdout] | [INFO] [stdout] 165 | impl FnMut<(Line,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:166:26 [INFO] [stdout] | [INFO] [stdout] 166 | impl FnOnce<(Line,)> for Motor { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:167:22 [INFO] [stdout] | [INFO] [stdout] 167 | impl Fn<(Line,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:176:26 [INFO] [stdout] | [INFO] [stdout] 176 | impl FnMut<(Point,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:177:27 [INFO] [stdout] | [INFO] [stdout] 177 | impl FnOnce<(Point,)> for Motor { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | impl Fn<(Point,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Origin,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:188:27 [INFO] [stdout] | [INFO] [stdout] 188 | impl FnMut<(Origin,)> for Motor { extern "rust-call" fn call_mut(&mut self, args: (Origin,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Origin,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Origin,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Origin,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:189:28 [INFO] [stdout] | [INFO] [stdout] 189 | impl FnOnce<(Origin,)> for Motor { type Output = Point; extern "rust-call" fn call_once(self, args: (Origin,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Origin,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `motor::Motor: Callable<(point::Origin,)>` is not satisfied [INFO] [stdout] --> src/motor.rs:190:24 [INFO] [stdout] | [INFO] [stdout] 190 | impl Fn<(Origin,)> for Motor { [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Origin,)>` is not implemented for `motor::Motor` [INFO] [stdout] | [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnOnce<(point::Origin,)>` [INFO] [stdout] = note: required for `motor::Motor` to implement `std::ops::FnMut<(point::Origin,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:117:26 [INFO] [stdout] | [INFO] [stdout] 117 | impl FnMut<(Plane,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:118:27 [INFO] [stdout] | [INFO] [stdout] 118 | impl FnOnce<(Plane,)> for Rotor { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:119:23 [INFO] [stdout] | [INFO] [stdout] 119 | impl Fn<(Plane,)> for Rotor { extern "rust-call" fn call(&self, args: (Plane,))->Plane { Plane(sw01(&args.0.0, &self.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(&plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:120:27 [INFO] [stdout] | [INFO] [stdout] 120 | impl FnMut<(&Plane,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (&Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(&plane::Plane,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(&plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(&plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | impl FnOnce<(&Plane,)> for Rotor { type Output = Plane; extern "rust-call" fn call_once(self, args: (&Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(&plane::Plane,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(&plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl Fn<(&Plane,)> for Rotor { extern "rust-call" fn call(&self, args: (&Plane,))->Plane { Plane(sw01(&args.0.0, &self.0)) } } [INFO] [stdout] | ^^^^^ the trait `Callable<(&plane::Plane,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(&plane::Plane,)>` [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnMut<(&plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(branch::Branch,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:126:27 [INFO] [stdout] | [INFO] [stdout] 126 | impl FnMut<(Branch,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Branch,))->Branch {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(branch::Branch,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(branch::Branch,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(branch::Branch,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:127:28 [INFO] [stdout] | [INFO] [stdout] 127 | impl FnOnce<(Branch,)> for Rotor { type Output = Branch; extern "rust-call" fn call_once(self, args: (Branch,))->Branch { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(branch::Branch,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(branch::Branch,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:128:24 [INFO] [stdout] | [INFO] [stdout] 128 | impl Fn<(Branch,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(branch::Branch,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(branch::Branch,)>` [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnMut<(branch::Branch,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:134:25 [INFO] [stdout] | [INFO] [stdout] 134 | impl FnMut<(Line,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:135:26 [INFO] [stdout] | [INFO] [stdout] 135 | impl FnOnce<(Line,)> for Rotor { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:136:22 [INFO] [stdout] | [INFO] [stdout] 136 | impl Fn<(Line,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | impl FnMut<(Point,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | impl FnOnce<(Point,)> for Rotor { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | impl Fn<(Point,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(direction::Direction,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:155:30 [INFO] [stdout] | [INFO] [stdout] 155 | impl FnMut<(Direction,)> for Rotor { extern "rust-call" fn call_mut(&mut self, args: (Direction,))->Direction {self.call(args)} } [INFO] [stdout] | ^^^^^ the trait `Callable<(direction::Direction,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(direction::Direction,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(direction::Direction,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:156:31 [INFO] [stdout] | [INFO] [stdout] 156 | impl FnOnce<(Direction,)> for Rotor { type Output = Direction; extern "rust-call" fn call_once(self, args: (Direction,))->Direction { sel... [INFO] [stdout] | ^^^^^ the trait `Callable<(direction::Direction,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rotor::Rotor: Callable<(direction::Direction,)>` is not satisfied [INFO] [stdout] --> src/rotor.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | impl Fn<(Direction,)> for Rotor { [INFO] [stdout] | ^^^^^ the trait `Callable<(direction::Direction,)>` is not implemented for `rotor::Rotor` [INFO] [stdout] | [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnOnce<(direction::Direction,)>` [INFO] [stdout] = note: required for `rotor::Rotor` to implement `std::ops::FnMut<(direction::Direction,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:73:26 [INFO] [stdout] | [INFO] [stdout] 73 | impl FnMut<(Plane,)> for Translator { extern "rust-call" fn call_mut(&mut self, args: (Plane,))->Plane { self.call(args) }} [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 74 | impl FnOnce<(Plane,)> for Translator { type Output = Plane; extern "rust-call" fn call_once(self, args: (Plane,))->Plane {self.call(args)} } [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(plane::Plane,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | impl Fn<(Plane,)> for Translator { [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(plane::Plane,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(plane::Plane,)>` [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnMut<(plane::Plane,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | impl FnMut<(Line,)> for Translator { extern "rust-call" fn call_mut(&mut self, args: (Line,))->Line { self.call(args) }} [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | impl FnOnce<(Line,)> for Translator { type Output = Line; extern "rust-call" fn call_once(self, args: (Line,))->Line {self.call(args)} } [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(line::Line,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | impl Fn<(Line,)> for Translator { [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(line::Line,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(line::Line,)>` [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnMut<(line::Line,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | impl FnMut<(Point,)> for Translator { extern "rust-call" fn call_mut(&mut self, args: (Point,))->Point { self.call(args) }} [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::FnMut` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:163:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | impl FnOnce<(Point,)> for Translator { type Output = Point; extern "rust-call" fn call_once(self, args: (Point,))->Point {self.call(args)} } [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `std::ops::FnOnce` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:243:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `translator::Translator: Callable<(point::Point,)>` is not satisfied [INFO] [stdout] --> src/translator.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | impl Fn<(Point,)> for Translator { [INFO] [stdout] | ^^^^^^^^^^ the trait `Callable<(point::Point,)>` is not implemented for `translator::Translator` [INFO] [stdout] | [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnOnce<(point::Point,)>` [INFO] [stdout] = note: required for `translator::Translator` to implement `std::ops::FnMut<(point::Point,)>` [INFO] [stdout] note: required by a bound in `std::ops::Fn` [INFO] [stdout] --> /rustc/f82303294ca6add47eea966608ce02688928f965/library/core/src/ops/function.rs:76:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `g3` (lib test) due to 49 previous errors [INFO] running `Command { std: "docker" "inspect" "9b565b26f7023b230b5d581335f2a88ea133d6dfb2cb9c23f35e0ade5c1f4aa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b565b26f7023b230b5d581335f2a88ea133d6dfb2cb9c23f35e0ade5c1f4aa4", kill_on_drop: false }` [INFO] [stdout] 9b565b26f7023b230b5d581335f2a88ea133d6dfb2cb9c23f35e0ade5c1f4aa4