[INFO] fetching crate fingertree 0.0.1... [INFO] testing fingertree-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate fingertree 0.0.1 into /workspace/builds/worker-110/source [INFO] validating manifest of crates.io crate fingertree 0.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fingertree 0.0.1 [INFO] finished tweaking crates.io crate fingertree 0.0.1 [INFO] tweaked toml for crates.io crate fingertree 0.0.1 written to /workspace/builds/worker-110/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded epsilonz_algebra v0.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6e3f252524c63dbc784a4b52f0dfd38fcb20882670cf592ca37666ca2cdb50f [INFO] running `Command { std: "docker" "start" "-a" "d6e3f252524c63dbc784a4b52f0dfd38fcb20882670cf592ca37666ca2cdb50f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6e3f252524c63dbc784a4b52f0dfd38fcb20882670cf592ca37666ca2cdb50f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6e3f252524c63dbc784a4b52f0dfd38fcb20882670cf592ca37666ca2cdb50f", kill_on_drop: false }` [INFO] [stdout] d6e3f252524c63dbc784a4b52f0dfd38fcb20882670cf592ca37666ca2cdb50f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-110/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b3a09fa8e6466bb54184dc3617b845f30db2bbe62014b5d12d73df85c88f103 [INFO] running `Command { std: "docker" "start" "-a" "5b3a09fa8e6466bb54184dc3617b845f30db2bbe62014b5d12d73df85c88f103", kill_on_drop: false }` [INFO] [stderr] Compiling epsilonz_algebra v0.0.1 [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | fn break_with(&self, |Self| -> bool) -> (Self,Self); [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | fn drop_while(&self, |Self| -> bool) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | fn fold(&self, A, |A,Self| -> A) -> A; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `:`, or `{`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | fn fold(&self, A, |A,Self| -> A) -> A; [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | fn fold_map(&self, f:|Self| -> A) -> A; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | fn span(&self, |Self| -> bool) -> (Self,Self); [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | fn split(&self, |Self| -> bool) -> Vec; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | fn take_while(&self, |Self| -> bool) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | fn all(&self, |char| -> bool) -> bool; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | fn any(&self, |char| -> bool) -> bool; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 56 | fn break_with(&self, |Self| -> bool, |char| -> bool) -> (Self,Self); [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:56:42 [INFO] [stdout] | [INFO] [stdout] 56 | fn break_with(&self, |Self| -> bool, |char| -> bool) -> (Self,Self); [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:58:26 [INFO] [stdout] | [INFO] [stdout] 58 | fn concat_map(&self, |char| -> Self) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | fn drop_while(&self, |Self| -> bool, |char| -> bool) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:59:42 [INFO] [stdout] | [INFO] [stdout] 59 | fn drop_while(&self, |Self| -> bool, |char| -> bool) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | fn find(&self, |char| -> bool) -> Option; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:61:26 [INFO] [stdout] | [INFO] [stdout] 61 | fn fold(&self, A, |A,Self| -> A, |A,char| -> A) -> A; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `:`, or `{`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fn fold(&self, A, |A,Self| -> A, |A,char| -> A) -> A; [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:61:41 [INFO] [stdout] | [INFO] [stdout] 61 | fn fold(&self, A, |A,Self| -> A, |A,char| -> A) -> A; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `@`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:61:48 [INFO] [stdout] | [INFO] [stdout] 61 | fn fold(&self, A, |A,Self| -> A, |A,char| -> A) -> A; [INFO] [stdout] | ^ expected one of `:` or `@` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | fn map(&self, |char| -> char) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:64:31 [INFO] [stdout] | [INFO] [stdout] 64 | fn map_accum(&self, A, |A,char| -> (A,char)) -> A; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `@`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | fn map_accum(&self, A, |A,char| -> (A,char)) -> A; [INFO] [stdout] | ^ expected one of `:` or `@` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | fn scan(&self, char, |char,char| -> char) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `@`, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:65:36 [INFO] [stdout] | [INFO] [stdout] 65 | fn scan(&self, char, |char,char| -> char) -> Self; [INFO] [stdout] | ^ expected one of `:` or `@` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | fn span(&self, |Self| -> bool, |char| -> bool) -> (Self,Self); [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | fn span(&self, |Self| -> bool, |char| -> bool) -> (Self,Self); [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | fn split(&self, |char| -> bool) -> Vec; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:70:26 [INFO] [stdout] | [INFO] [stdout] 70 | fn take_while(&self, |Self| -> bool, |char| -> bool) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | fn take_while(&self, |Self| -> bool, |char| -> bool) -> Self; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `collections` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate collections; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | fn is_prefix_of(&self, &rhs:Self) -> bool; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | fn strip_prefix(&self, &rhs:Self) -> Option; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | fn is_suffix_of(&self, &rhs:Self) -> bool; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | fn strip_suffix(&self, &rhs:Self) -> Option; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:46:19 [INFO] [stdout] | [INFO] [stdout] 46 | fn inv(&self, &rhs:Self) -> Option; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | fn common_prefix(&self, &rhs:Self) -> Self; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:67:35 [INFO] [stdout] | [INFO] [stdout] 67 | fn strip_common_prefix(&self, &rhs:Self) -> (Self, Self, Self); [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | fn common_suffix(&self, &rhs:Self) -> Self; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:73:35 [INFO] [stdout] | [INFO] [stdout] 73 | fn strip_common_suffix(&self, &rhs:Self) -> (Self, Self, Self); [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0642]: patterns aren't allowed in functions without bodies [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | fn gcd(&self, &rhs:Self) -> Self; [INFO] [stdout] | ^^^^ pattern not allowed in function without body [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::dlist` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/dlist.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::dlist::{ [INFO] [stdout] | ^^^^^ could not find `dlist` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::dlist` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/dlist.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::dlist::{ [INFO] [stdout] | ^^^^^ could not find `dlist` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::dlist` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/model/dlist.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::dlist::{ [INFO] [stdout] | ^^^^^ could not find `dlist` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/lib.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | #![license = "MIT"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/add.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/add.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/add.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Ord)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/add.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/add.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(PartialOrd)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/add.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/and.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/and.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/and.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Ord)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/and.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/and.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(PartialOrd)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/and.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/div.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/div.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/div.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Ord)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/div.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/div.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(PartialOrd)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/div.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/fst.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/fst.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/fst.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/fst.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/max.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/max.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/max.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/max.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/min.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/min.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/min.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/min.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/mul.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/mul.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/mul.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Ord)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/mul.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/mul.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(PartialOrd)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/mul.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/or.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/or.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/or.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Ord)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/or.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/or.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(PartialOrd)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/or.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/snd.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/snd.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/snd.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/snd.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/sub.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/sub.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/sub.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(Ord)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/sub.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/sub.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | #[deriving(PartialOrd)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/sub.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/swap.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(Clone)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/swap.rs:2:3 [INFO] [stdout] | [INFO] [stdout] 2 | #[deriving(Eq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/swap.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/data/swap.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[deriving(Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Bounded` in `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/max.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | Max(std::num::Bounded::min_value()) [INFO] [stdout] | ^^^^^^^ could not find `Bounded` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Bounded` in `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/min.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | Min(std::num::Bounded::max_value()) [INFO] [stdout] | ^^^^^^^ could not find `Bounded` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/add.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | impl Add, MgA> for MgA [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/div.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | impl Div, MgD> for MgD [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/mul.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | impl Mul, MgM> for MgM [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/ordering.rs:6:16 [INFO] [stdout] | [INFO] [stdout] 6 | impl Magma for Ordering [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/ordering.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | fn op(&self, rhs:&Ordering) -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/ordering.rs:9:36 [INFO] [stdout] | [INFO] [stdout] 9 | fn op(&self, rhs:&Ordering) -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/model/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | impl Sub, MgS> for MgS [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | + Add {} [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | A: Add [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 18 | + Sub {} [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | A: Sub [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | + Mul {} [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | A: Mul [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:38:7 [INFO] [stdout] | [INFO] [stdout] 38 | + Div {} [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/magma/theory.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | A: Div [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Bounded` in module `std::num` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/max.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | A:std::num::Bounded, [INFO] [stdout] | ^^^^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Bounded` in module `std::num` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/min.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | A:std::num::Bounded, [INFO] [stdout] | ^^^^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/ordering.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | impl Monoid for Ordering [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/ordering.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | fn nil() -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Equal` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/model/ordering.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | Equal [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering::Equal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | fn rep(self, exp:uint) -> Self; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | fn drop(&self, uint) -> Self; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn len(&self) -> uint; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | fn split_at(&self, uint) -> (Self,Self); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:45:20 [INFO] [stdout] | [INFO] [stdout] 45 | fn take(&self, uint) -> Self; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | + Str [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Str` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | fn from_str(T) -> Self; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/monoid/theory.rs:90:30 [INFO] [stdout] | [INFO] [stdout] 90 | fn rep(mut self, mut exp:uint) -> A { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/model/ordering.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | impl Semigroup for Ordering [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | fn rep_one(self, exp:uint) -> Self; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/epsilonz_algebra-0.0.1/src/structure/semigroup/theory.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | fn rep_one(mut self, mut exp:uint) -> A { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 134 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0463, E0642. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `epsilonz_algebra` due to 135 previous errors [INFO] running `Command { std: "docker" "inspect" "5b3a09fa8e6466bb54184dc3617b845f30db2bbe62014b5d12d73df85c88f103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b3a09fa8e6466bb54184dc3617b845f30db2bbe62014b5d12d73df85c88f103", kill_on_drop: false }` [INFO] [stdout] 5b3a09fa8e6466bb54184dc3617b845f30db2bbe62014b5d12d73df85c88f103