[INFO] cloning repository https://github.com/d-plaindoux/parsec.rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/d-plaindoux/parsec.rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-plaindoux%2Fparsec.rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-plaindoux%2Fparsec.rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 57cdc6dfcaf5b54697590682506abf6be95b2aff [INFO] testing d-plaindoux/parsec.rust against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-plaindoux%2Fparsec.rust" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/d-plaindoux/parsec.rust on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/d-plaindoux/parsec.rust [INFO] finished tweaking git repo https://github.com/d-plaindoux/parsec.rust [INFO] tweaked toml for git repo https://github.com/d-plaindoux/parsec.rust written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/d-plaindoux/parsec.rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 38ddb1de42890a93b95c3047435be8227e6b5dbd8b6e7c9400af8280fd681e49 [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" "38ddb1de42890a93b95c3047435be8227e6b5dbd8b6e7c9400af8280fd681e49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38ddb1de42890a93b95c3047435be8227e6b5dbd8b6e7c9400af8280fd681e49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38ddb1de42890a93b95c3047435be8227e6b5dbd8b6e7c9400af8280fd681e49", kill_on_drop: false }` [INFO] [stdout] 38ddb1de42890a93b95c3047435be8227e6b5dbd8b6e7c9400af8280fd681e49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8fd01ec6ee7d4f8f8b7c8896732d54804a381743f4884d5c1781e7c1209bb22f [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" "8fd01ec6ee7d4f8f8b7c8896732d54804a381743f4884d5c1781e7c1209bb22f", kill_on_drop: false }` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling parsecute v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/basic.rs:86:41 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 - pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] 86 + pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/basic.rs:136:31 [INFO] [stdout] | [INFO] [stdout] 136 | pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] 136 + pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct FMap(E, Box B>) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - pub struct FMap(E, Box B>) [INFO] [stdout] 11 + pub struct FMap(E, Box B>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] 56 + pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] 21 + fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] 73 + fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] 35 + fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] 88 + fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] 14 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:14:66 [INFO] [stdout] | [INFO] [stdout] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] 14 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] 25 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:25:66 [INFO] [stdout] | [INFO] [stdout] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] 25 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.46s [INFO] running `Command { std: "docker" "inspect" "8fd01ec6ee7d4f8f8b7c8896732d54804a381743f4884d5c1781e7c1209bb22f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fd01ec6ee7d4f8f8b7c8896732d54804a381743f4884d5c1781e7c1209bb22f", kill_on_drop: false }` [INFO] [stdout] 8fd01ec6ee7d4f8f8b7c8896732d54804a381743f4884d5c1781e7c1209bb22f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48f0bfdd63634c75155963ed1b76de38f2532f3bc50255352d1a7c1dfaba6875 [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" "48f0bfdd63634c75155963ed1b76de38f2532f3bc50255352d1a7c1dfaba6875", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling parsecute v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/basic.rs:86:41 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 - pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] 86 + pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/basic.rs:136:31 [INFO] [stdout] | [INFO] [stdout] 136 | pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] 136 + pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct FMap(E, Box B>) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - pub struct FMap(E, Box B>) [INFO] [stdout] 11 + pub struct FMap(E, Box B>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] 56 + pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] 21 + fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] 73 + fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] 35 + fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] 88 + fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] 14 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:14:66 [INFO] [stdout] | [INFO] [stdout] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] 14 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] 25 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:25:66 [INFO] [stdout] | [INFO] [stdout] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] 25 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/basic.rs:86:41 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 86 - pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] 86 + pub struct Satisfy(pub E, pub Box bool>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/basic.rs:136:31 [INFO] [stdout] | [INFO] [stdout] 136 | pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 136 - pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] 136 + pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct FMap(E, Box B>) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - pub struct FMap(E, Box B>) [INFO] [stdout] 11 + pub struct FMap(E, Box B>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] 56 + pub struct Bind(E, Box R>, PhantomData) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:21:30 [INFO] [stdout] | [INFO] [stdout] 21 | fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] 21 + fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 73 | fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] 73 + fn bind_box(self, f: Box R>) -> Bind; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] 35 + fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/monadic.rs:88:30 [INFO] [stdout] | [INFO] [stdout] 88 | fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 88 - fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] 88 + fn bind_box(self, f: Box R>) -> Bind { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] 14 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:14:66 [INFO] [stdout] | [INFO] [stdout] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stdout] 14 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] 25 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/parsers/response.rs:25:66 [INFO] [stdout] | [INFO] [stdout] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stdout] 25 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.48s [INFO] running `Command { std: "docker" "inspect" "48f0bfdd63634c75155963ed1b76de38f2532f3bc50255352d1a7c1dfaba6875", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48f0bfdd63634c75155963ed1b76de38f2532f3bc50255352d1a7c1dfaba6875", kill_on_drop: false }` [INFO] [stdout] 48f0bfdd63634c75155963ed1b76de38f2532f3bc50255352d1a7c1dfaba6875 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0db071a021c9c2c29dd15cc5092232db5149ee7bf447cfc94164bc5406fc63f3 [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" "0db071a021c9c2c29dd15cc5092232db5149ee7bf447cfc94164bc5406fc63f3", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/basic.rs:86:41 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct Satisfy(pub E, pub Box bool>) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 86 - pub struct Satisfy(pub E, pub Box bool>) [INFO] [stderr] 86 + pub struct Satisfy(pub E, pub Box bool>) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/basic.rs:136:31 [INFO] [stderr] | [INFO] [stderr] 136 | pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 136 - pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stderr] 136 + pub struct Lazy(pub Box E>, pub PhantomData) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/monadic.rs:11:33 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct FMap(E, Box B>) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 11 - pub struct FMap(E, Box B>) [INFO] [stderr] 11 + pub struct FMap(E, Box B>) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/monadic.rs:56:36 [INFO] [stderr] | [INFO] [stderr] 56 | pub struct Bind(E, Box R>, PhantomData) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 56 - pub struct Bind(E, Box R>, PhantomData) [INFO] [stderr] 56 + pub struct Bind(E, Box R>, PhantomData) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/monadic.rs:21:30 [INFO] [stderr] | [INFO] [stderr] 21 | fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 21 - fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stderr] 21 + fn fmap_box(self, f: Box B>) -> FMap; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/monadic.rs:73:30 [INFO] [stderr] | [INFO] [stderr] 73 | fn bind_box(self, f: Box R>) -> Bind; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 73 - fn bind_box(self, f: Box R>) -> Bind; [INFO] [stderr] 73 + fn bind_box(self, f: Box R>) -> Bind; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/monadic.rs:35:30 [INFO] [stderr] | [INFO] [stderr] 35 | fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 35 - fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stderr] 35 + fn fmap_box(self, f: Box B>) -> FMap { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/monadic.rs:88:30 [INFO] [stderr] | [INFO] [stderr] 88 | fn bind_box(self, f: Box R>) -> Bind { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 88 - fn bind_box(self, f: Box R>) -> Bind { [INFO] [stderr] 88 + fn bind_box(self, f: Box R>) -> Bind { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/response.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stderr] 14 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/response.rs:14:66 [INFO] [stderr] | [INFO] [stderr] 14 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B; [INFO] [stderr] 14 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/response.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stderr] 25 + fn fold_fn(self, success: &dyn Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parsers/response.rs:25:66 [INFO] [stderr] | [INFO] [stderr] 25 | fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 25 - fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &Fn(usize, bool) -> B) -> B { [INFO] [stderr] 25 + fn fold_fn(self, success: &Fn(A, usize, bool) -> B, reject: &dyn Fn(usize, bool) -> B) -> B { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `parsecute` (lib) generated 12 warnings [INFO] [stderr] warning: `parsecute` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/parsecute-daac752adabe8272) [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-64f99375c8a2ac06) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 89 tests [INFO] [stdout] test parsers::basic_execute::it_execute_only_with_returns ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_fails_no_consumed ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_eos_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_skip_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_try_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_try_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_any_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lazy_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lazy_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_satisfy_any_success_unwrap ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_eos_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_noskip_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_lazy_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_eos_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_eos_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_lazy_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_satisfy_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_returns_no_consumed ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_returns ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lookahead_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_satisfy_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lookahead_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lookahead_any_success_no_unwrap ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_satisfy_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_noskip_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_skip_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_satisfy_any_success_unwrap ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_try_any_reject ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_opt_success_empty ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_try_any_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_opt_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_returns ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_opt_success_empty ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_optrep_success_empty ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_or_reject ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_or_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_rep_reject_empty ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_returns_no_consumed ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_satisfy_any_reject ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_optrep_success_empty ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_seq ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_take_while ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_or_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_seq ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_extracting_float ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_extracting_csv_items ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_char ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_char_consumed ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_take_while ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_take_while_consumed ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_opt_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_take_while_empty ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_char_rejected ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_any_reject ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_take_while_empty ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_delimited_char ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_take_while_consumed ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_digit ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_string_rejected ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_extracting_csv_items ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_delimited_string ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_digit ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_float ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_delimited_char ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_extracting_float ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_char ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_char_rejected ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_or_reject ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_delimited_string ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_rep_reject_empty ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_char_consumed ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_string_rejected ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_bind_success ... ok [INFO] [stdout] test parsers::macro_parse::it_parse_any_then_any_macro_seq ... ok [INFO] [stdout] test parsers::macro_parse::it_parse_any_macro_seq ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_float ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_fmap_reject ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_fmap_success ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_bind_reject ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_rep_success ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_optrep_success ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_string_consumed ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_string_consumed ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_string ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_rep_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_optrep_success ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] [stderr] Doc-tests parsecute [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0db071a021c9c2c29dd15cc5092232db5149ee7bf447cfc94164bc5406fc63f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0db071a021c9c2c29dd15cc5092232db5149ee7bf447cfc94164bc5406fc63f3", kill_on_drop: false }` [INFO] [stdout] 0db071a021c9c2c29dd15cc5092232db5149ee7bf447cfc94164bc5406fc63f3