[INFO] cloning repository https://github.com/schell/berry [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schell/berry" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschell%2Fberry", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschell%2Fberry'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 29c3b0eb448c1554a5a1f0e27ec5faf8fa1e3055 [INFO] checking schell/berry against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschell%2Fberry" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schell/berry on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/schell/berry [INFO] removed path dependency cassowary from git repo https://github.com/schell/berry [INFO] finished tweaking git repo https://github.com/schell/berry [INFO] tweaked toml for git repo https://github.com/schell/berry written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/schell/berry already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (cassowary) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: dependency (cassowary) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", 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] 7a3830528b1a93c807a2184c6a381594bf7e9d44be3809640343491d62fd7389 [INFO] running `Command { std: "docker" "start" "-a" "7a3830528b1a93c807a2184c6a381594bf7e9d44be3809640343491d62fd7389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a3830528b1a93c807a2184c6a381594bf7e9d44be3809640343491d62fd7389", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a3830528b1a93c807a2184c6a381594bf7e9d44be3809640343491d62fd7389", kill_on_drop: false }` [INFO] [stdout] 7a3830528b1a93c807a2184c6a381594bf7e9d44be3809640343491d62fd7389 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a92a156687d32f52d8464a72923e0ca688eda5c3a368b16df2f60097bcb07ba8 [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" "a92a156687d32f52d8464a72923e0ca688eda5c3a368b16df2f60097bcb07ba8", kill_on_drop: false }` [INFO] [stderr] warning: dependency (cassowary) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling const_fn v0.4.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Checking atom v0.3.6 [INFO] [stderr] Checking tuple_utils v0.3.0 [INFO] [stderr] Checking shrev v1.1.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking const-random v0.1.13 [INFO] [stderr] Checking ahash v0.2.19 [INFO] [stderr] Compiling specs-derive v0.4.1 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking shred v0.9.4 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Checking specs v0.15.1 [INFO] [stderr] Checking berry v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: cannot find macro `derive_syntax_for` in this scope [INFO] [stdout] --> src/components/constraints.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | derive_syntax_for!(VariableX); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `derive_syntax_for` in this scope [INFO] [stdout] --> src/components/constraints.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | derive_syntax_for!(VariableX); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `derive_syntax_for` in this scope [INFO] [stdout] --> src/components/constraints.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | derive_syntax_for!(VariableY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `derive_syntax_for` in this scope [INFO] [stdout] --> src/components/constraints.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | derive_syntax_for!(VariableZ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `derive_syntax_for` in this scope [INFO] [stdout] --> src/components/constraints.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | derive_syntax_for!(VariableY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `derive_syntax_for` in this scope [INFO] [stdout] --> src/components/constraints.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | derive_syntax_for!(VariableZ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::*` [INFO] [stdout] --> src/components/constraints.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::ops::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/systems/layout.rs:224:19 [INFO] [stdout] | [INFO] [stdout] 224 | (self as &mut IsLayoutSystem).setup(world) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IsLayoutSystem` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/systems/layout.rs:228:19 [INFO] [stdout] | [INFO] [stdout] 228 | (self as &mut IsLayoutSystem).run(data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IsLayoutSystem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cassowary::*` [INFO] [stdout] --> src/systems/shrinkwrap.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use cassowary::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ElementBox`, `Text` [INFO] [stdout] --> src/systems/shrinkwrap.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | ElementBox, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 10 | Text, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::*` [INFO] [stdout] --> src/components/constraints.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::ops::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/systems/layout.rs:224:19 [INFO] [stdout] | [INFO] [stdout] 224 | (self as &mut IsLayoutSystem).setup(world) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IsLayoutSystem` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/systems/layout.rs:228:19 [INFO] [stdout] | [INFO] [stdout] 228 | (self as &mut IsLayoutSystem).run(data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn IsLayoutSystem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cassowary::*` [INFO] [stdout] --> src/systems/shrinkwrap.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use cassowary::*; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ElementBox`, `Text` [INFO] [stdout] --> src/systems/shrinkwrap.rs:7:3 [INFO] [stdout] | [INFO] [stdout] 7 | ElementBox, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 10 | Text, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:120:27 [INFO] [stdout] | [INFO] [stdout] 120 | left: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | width: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | right: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:123:26 [INFO] [stdout] | [INFO] [stdout] 123 | top: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:120:27 [INFO] [stdout] | [INFO] [stdout] 120 | left: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:121:28 [INFO] [stdout] | [INFO] [stdout] 121 | width: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:124:24 [INFO] [stdout] | [INFO] [stdout] 124 | z: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | right: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:123:26 [INFO] [stdout] | [INFO] [stdout] 123 | top: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:124:24 [INFO] [stdout] | [INFO] [stdout] 124 | z: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | height: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | bottom: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:130:40 [INFO] [stdout] | [INFO] [stdout] 130 | x_constraints: Option>>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | height: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:131:40 [INFO] [stdout] | [INFO] [stdout] 131 | y_constraints: Option>>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:132:40 [INFO] [stdout] | [INFO] [stdout] 132 | z_constraints: Option>>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | bottom: Option>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:196:29 [INFO] [stdout] | [INFO] [stdout] 196 | pub solver: Option>, [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:130:40 [INFO] [stdout] | [INFO] [stdout] 130 | x_constraints: Option>>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:131:40 [INFO] [stdout] | [INFO] [stdout] 131 | y_constraints: Option>>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:82:46 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct Constraints(pub Vec>); [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:132:40 [INFO] [stdout] | [INFO] [stdout] 132 | z_constraints: Option>>, [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:196:29 [INFO] [stdout] | [INFO] [stdout] 196 | pub solver: Option>, [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:175:34 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn left>>(self, t: T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:181:35 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn width>>(self, t: T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:187:35 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn right>>(self, t: T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:82:46 [INFO] [stdout] | [INFO] [stdout] 82 | pub struct Constraints(pub Vec>); [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:193:33 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn top>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:199:36 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn height>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:205:36 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn bottom>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:211:37 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn z_index>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:223:48 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn x_constraints(self, xs:Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:229:48 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn y_constraints(self, ys:Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:175:34 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn left>>(self, t: T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:235:48 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn z_constraints(self, zs:Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:181:35 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn width>>(self, t: T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:373:32 [INFO] [stdout] | [INFO] [stdout] 373 | fn left(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:187:35 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn right>>(self, t: T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:376:33 [INFO] [stdout] | [INFO] [stdout] 376 | fn width(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:193:33 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn top>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:383:31 [INFO] [stdout] | [INFO] [stdout] 383 | fn top(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:386:34 [INFO] [stdout] | [INFO] [stdout] 386 | fn height(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:199:36 [INFO] [stdout] | [INFO] [stdout] 199 | pub fn height>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:205:36 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn bottom>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:211:37 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn z_index>>(self, t:T) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:223:48 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn x_constraints(self, xs:Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | fn left(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:229:48 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn y_constraints(self, ys:Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:235:48 [INFO] [stdout] | [INFO] [stdout] 235 | pub fn z_constraints(self, zs:Vec>) -> Self { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn width(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | fn right(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:373:32 [INFO] [stdout] | [INFO] [stdout] 373 | fn left(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:100:31 [INFO] [stdout] | [INFO] [stdout] 100 | fn top(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:376:33 [INFO] [stdout] | [INFO] [stdout] 376 | fn width(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | fn height(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:383:31 [INFO] [stdout] | [INFO] [stdout] 383 | fn top(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:102:34 [INFO] [stdout] | [INFO] [stdout] 102 | fn bottom(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components.rs:386:34 [INFO] [stdout] | [INFO] [stdout] 386 | fn height(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:109:35 [INFO] [stdout] | [INFO] [stdout] 109 | fn z_index(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:114:32 [INFO] [stdout] | [INFO] [stdout] 114 | fn left(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | fn left(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:117:33 [INFO] [stdout] | [INFO] [stdout] 117 | fn width(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | fn width(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:124:31 [INFO] [stdout] | [INFO] [stdout] 124 | fn top(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | fn right(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:127:34 [INFO] [stdout] | [INFO] [stdout] 127 | fn height(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:134:35 [INFO] [stdout] | [INFO] [stdout] 134 | fn z_index(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:100:31 [INFO] [stdout] | [INFO] [stdout] 100 | fn top(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | fn height(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:102:34 [INFO] [stdout] | [INFO] [stdout] 102 | fn bottom(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:40:50 [INFO] [stdout] | [INFO] [stdout] 40 | fn solver_mut(&mut self) -> &mut Option>; [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:109:35 [INFO] [stdout] | [INFO] [stdout] 109 | fn z_index(&self) -> Expression; [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `berry` [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:237:50 [INFO] [stdout] | [INFO] [stdout] 237 | fn solver_mut(&mut self) -> &mut Option> { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:114:32 [INFO] [stdout] | [INFO] [stdout] 114 | fn left(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:310:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn solver_mut(&mut self) -> &mut Option> { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:379:50 [INFO] [stdout] | [INFO] [stdout] 379 | fn solver_mut(&mut self) -> &mut Option> { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:117:33 [INFO] [stdout] | [INFO] [stdout] 117 | fn width(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:124:31 [INFO] [stdout] | [INFO] [stdout] 124 | fn top(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:127:34 [INFO] [stdout] | [INFO] [stdout] 127 | fn height(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/components/constraints.rs:134:35 [INFO] [stdout] | [INFO] [stdout] 134 | fn z_index(&self) -> Expression { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:40:50 [INFO] [stdout] | [INFO] [stdout] 40 | fn solver_mut(&mut self) -> &mut Option>; [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:237:50 [INFO] [stdout] | [INFO] [stdout] 237 | fn solver_mut(&mut self) -> &mut Option> { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:310:50 [INFO] [stdout] | [INFO] [stdout] 310 | fn solver_mut(&mut self) -> &mut Option> { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stdout] --> src/systems/layout.rs:379:50 [INFO] [stdout] | [INFO] [stdout] 379 | fn solver_mut(&mut self) -> &mut Option> { [INFO] [stdout] | ^^^^^^^^^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a92a156687d32f52d8464a72923e0ca688eda5c3a368b16df2f60097bcb07ba8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a92a156687d32f52d8464a72923e0ca688eda5c3a368b16df2f60097bcb07ba8", kill_on_drop: false }` [INFO] [stdout] a92a156687d32f52d8464a72923e0ca688eda5c3a368b16df2f60097bcb07ba8