[INFO] fetching crate epsilonz_algebra 0.0.1...
[INFO] checking epsilonz_algebra-0.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565
[INFO] extracting crate epsilonz_algebra 0.0.1 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate epsilonz_algebra 0.0.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate epsilonz_algebra 0.0.1
[INFO] finished tweaking crates.io crate epsilonz_algebra 0.0.1
[INFO] tweaked toml for crates.io crate epsilonz_algebra 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2af7ae96de0387ae520f413cc6edf4e8685cf00b58fa3fdddedd6103ff7fe008
[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" "2af7ae96de0387ae520f413cc6edf4e8685cf00b58fa3fdddedd6103ff7fe008", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2af7ae96de0387ae520f413cc6edf4e8685cf00b58fa3fdddedd6103ff7fe008", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2af7ae96de0387ae520f413cc6edf4e8685cf00b58fa3fdddedd6103ff7fe008", kill_on_drop: false }`
[INFO] [stdout] 2af7ae96de0387ae520f413cc6edf4e8685cf00b58fa3fdddedd6103ff7fe008
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6c6effa06054e97f50a48705eb78ddfbcea60309f8336376598c5a7fb53d21b
[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" "d6c6effa06054e97f50a48705eb78ddfbcea60309f8336376598c5a7fb53d21b", kill_on_drop: false }`
[INFO] [stderr] Checking epsilonz_algebra v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected argument name, found `|`
[INFO] [stdout] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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: aborting due to 31 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `epsilonz_algebra`
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: expected argument name, found `|`
[INFO] [stdout] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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: aborting due to 31 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout]
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "d6c6effa06054e97f50a48705eb78ddfbcea60309f8336376598c5a7fb53d21b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6c6effa06054e97f50a48705eb78ddfbcea60309f8336376598c5a7fb53d21b", kill_on_drop: false }`
[INFO] [stdout] d6c6effa06054e97f50a48705eb78ddfbcea60309f8336376598c5a7fb53d21b