[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fd-plaindoux%2Fparsec.rust" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/d-plaindoux/parsec.rust 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 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-11/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" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa3adb243359e3961d37ef123898409cac1dd337db12443afd6406de2f4a4f71 [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" "fa3adb243359e3961d37ef123898409cac1dd337db12443afd6406de2f4a4f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa3adb243359e3961d37ef123898409cac1dd337db12443afd6406de2f4a4f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa3adb243359e3961d37ef123898409cac1dd337db12443afd6406de2f4a4f71", kill_on_drop: false }` [INFO] [stdout] fa3adb243359e3961d37ef123898409cac1dd337db12443afd6406de2f4a4f71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ca7279050a2eecdeabf0a1b915dd6e1e35d78e23549fa8ea82acf2366ba44bcf [INFO] running `Command { std: "docker" "start" "-a" "ca7279050a2eecdeabf0a1b915dd6e1e35d78e23549fa8ea82acf2366ba44bcf", 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.94s [INFO] running `Command { std: "docker" "inspect" "ca7279050a2eecdeabf0a1b915dd6e1e35d78e23549fa8ea82acf2366ba44bcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca7279050a2eecdeabf0a1b915dd6e1e35d78e23549fa8ea82acf2366ba44bcf", kill_on_drop: false }` [INFO] [stdout] ca7279050a2eecdeabf0a1b915dd6e1e35d78e23549fa8ea82acf2366ba44bcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 875a866eb2229cd3f7fc9af95796c3387c4c707bb51aad0b87787df613878cbe [INFO] running `Command { std: "docker" "start" "-a" "875a866eb2229cd3f7fc9af95796c3387c4c707bb51aad0b87787df613878cbe", 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.95s [INFO] running `Command { std: "docker" "inspect" "875a866eb2229cd3f7fc9af95796c3387c4c707bb51aad0b87787df613878cbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "875a866eb2229cd3f7fc9af95796c3387c4c707bb51aad0b87787df613878cbe", kill_on_drop: false }` [INFO] [stdout] 875a866eb2229cd3f7fc9af95796c3387c4c707bb51aad0b87787df613878cbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 84368678c109c15b7b6e5e3eede40498170bd1db7e139dff6fb56f2cd894e8ac [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" "84368678c109c15b7b6e5e3eede40498170bd1db7e139dff6fb56f2cd894e8ac", 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-6e07c9296b1631e3) [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-3765cf05365c9ff9) [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_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_fails_no_consumed ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_eos_reject ... 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_lookahead_any_success_no_unwrap ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lookahead_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_noskip_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_lookahead_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_returns ... 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::basic_execute::it_execute_with_try_any_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_any_reject ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_satisfy_any_success_unwrap ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_returns ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_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_eos_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_lazy_any_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_lazy_any_success ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_eos_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_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_try_any_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_satisfy_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_try_any_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_returns_no_consumed ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_opt_success ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_satisfy_any_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_skip_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_optrep_success_empty ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_opt_success_empty ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_satisfy_any_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_rep_reject_empty ... ok [INFO] [stdout] test parsers::basic_execute::it_execute_with_skip_success ... 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_execute::it_parse_with_seq ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_take_while_empty ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_opt_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_or_reject ... ok [INFO] [stdout] test parsers::basic_parse::it_parse_with_satisfy_any_success_unwrap ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_opt_success_empty ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_or_success ... 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_extracting_float ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_take_while ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_optrep_success_empty ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_or_success ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_seq ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_or_reject ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_rep_reject_empty ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_take_while_consumed ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_optrep_success ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_char_consumed ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_digit ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_char_rejected ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_char ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_char_consumed ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_delimited_char ... 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::flow_parse::it_parse_with_take_while_empty ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_string_rejected ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_float ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_delimited_string ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_char_rejected ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_delimited_char ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_extracting_csv_items ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_extracting_float ... ok [INFO] [stdout] test parsers::flow_parse::it_parse_with_rep_success ... ok [INFO] [stdout] test parsers::macro_parse::it_parse_any_macro_seq ... ok [INFO] [stdout] test parsers::macro_parse::it_parse_any_then_any_macro_seq ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_bind_success ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_string_rejected ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_bind_reject ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_fmap_success ... ok [INFO] [stdout] test parsers::monadic_execute::it_parse_with_fmap_reject ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_delimited_string ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_string ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_optrep_success ... ok [INFO] [stdout] test parsers::flow_execute::it_parse_with_rep_success ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_string ... ok [INFO] [stdout] test parsers::literal_execute::it_parse_with_string_consumed ... ok [INFO] [stdout] test parsers::literal_parse::it_parse_with_string_consumed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 89 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s [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" "84368678c109c15b7b6e5e3eede40498170bd1db7e139dff6fb56f2cd894e8ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84368678c109c15b7b6e5e3eede40498170bd1db7e139dff6fb56f2cd894e8ac", kill_on_drop: false }` [INFO] [stdout] 84368678c109c15b7b6e5e3eede40498170bd1db7e139dff6fb56f2cd894e8ac