[INFO] cloning repository https://github.com/widmogrod/rust-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/widmogrod/rust-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwidmogrod%2Frust-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwidmogrod%2Frust-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55d83ce6e3003ca60ae90b8989a771a7f2ce0770 [INFO] testing widmogrod/rust-playground against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwidmogrod%2Frust-playground" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/widmogrod/rust-playground on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/widmogrod/rust-playground [INFO] finished tweaking git repo https://github.com/widmogrod/rust-playground [INFO] tweaked toml for git repo https://github.com/widmogrod/rust-playground written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/widmogrod/rust-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49a17f12b6a81946534524d64ca3d561dcf385c595cc3c8c02f2bb6acec103ef [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" "49a17f12b6a81946534524d64ca3d561dcf385c595cc3c8c02f2bb6acec103ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49a17f12b6a81946534524d64ca3d561dcf385c595cc3c8c02f2bb6acec103ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49a17f12b6a81946534524d64ca3d561dcf385c595cc3c8c02f2bb6acec103ef", kill_on_drop: false }` [INFO] [stdout] 49a17f12b6a81946534524d64ca3d561dcf385c595cc3c8c02f2bb6acec103ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-04-10" "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] f96fef9e9a64acc1cfde5afaecf83890b2f2c51fe92d85faa6cc5f69ca93da60 [INFO] running `Command { std: "docker" "start" "-a" "f96fef9e9a64acc1cfde5afaecf83890b2f2c51fe92d85faa6cc5f69ca93da60", kill_on_drop: false }` [INFO] [stderr] Compiling playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `EmptyCart` [INFO] [stdout] --> src/ply/ddd.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | EmptyCart, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ActiveCart` [INFO] [stdout] --> src/ply/ddd.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | ActiveCart(UnpayedItems), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PaidCart` [INFO] [stdout] --> src/ply/ddd.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | PaidCart(PayedItems, PaymentMethod) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `new_cart` [INFO] [stdout] --> src/ply/ddd.rs:26:4 [INFO] [stdout] | [INFO] [stdout] 26 | fn new_cart() -> ShoppingCart { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `items_in_cart` [INFO] [stdout] --> src/ply/ddd.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | fn items_in_cart(c: ShoppingCart) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `add_to_cart` [INFO] [stdout] --> src/ply/ddd.rs:39:4 [INFO] [stdout] | [INFO] [stdout] 39 | fn add_to_cart(c: ShoppingCart, i: Item) -> ShoppingCart { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `Command { std: "docker" "inspect" "f96fef9e9a64acc1cfde5afaecf83890b2f2c51fe92d85faa6cc5f69ca93da60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f96fef9e9a64acc1cfde5afaecf83890b2f2c51fe92d85faa6cc5f69ca93da60", kill_on_drop: false }` [INFO] [stdout] f96fef9e9a64acc1cfde5afaecf83890b2f2c51fe92d85faa6cc5f69ca93da60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c34b79805549cc6b41b99e33080da3328baaff12084e436aa85388501cf647a [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" "2c34b79805549cc6b41b99e33080da3328baaff12084e436aa85388501cf647a", kill_on_drop: false }` [INFO] [stdout] warning: variant is never constructed: `EmptyCart` [INFO] [stdout] --> src/ply/ddd.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | EmptyCart, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `ActiveCart` [INFO] [stdout] --> src/ply/ddd.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | ActiveCart(UnpayedItems), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PaidCart` [INFO] [stdout] --> src/ply/ddd.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | PaidCart(PayedItems, PaymentMethod) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `new_cart` [INFO] [stdout] --> src/ply/ddd.rs:26:4 [INFO] [stdout] | [INFO] [stdout] 26 | fn new_cart() -> ShoppingCart { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `items_in_cart` [INFO] [stdout] --> src/ply/ddd.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | fn items_in_cart(c: ShoppingCart) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `add_to_cart` [INFO] [stdout] --> src/ply/ddd.rs:39:4 [INFO] [stdout] | [INFO] [stdout] 39 | fn add_to_cart(c: ShoppingCart, i: Item) -> ShoppingCart { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PaidCart` [INFO] [stdout] --> src/ply/ddd.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | PaidCart(PayedItems, PaymentMethod) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/ply/ddd.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `items_in_cart` [INFO] [stdout] --> src/ply/ddd.rs:30:4 [INFO] [stdout] | [INFO] [stdout] 30 | fn items_in_cart(c: ShoppingCart) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.75s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/playground-0a21a841f9301cf5) [INFO] [stderr] Executable tests/integration_ply.rs (/opt/rustwide/target/debug/deps/integration_ply-b5ba24b30449a526) [INFO] running `Command { std: "docker" "inspect" "2c34b79805549cc6b41b99e33080da3328baaff12084e436aa85388501cf647a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c34b79805549cc6b41b99e33080da3328baaff12084e436aa85388501cf647a", kill_on_drop: false }` [INFO] [stdout] 2c34b79805549cc6b41b99e33080da3328baaff12084e436aa85388501cf647a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-04-10" "test" "--frozen", 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] 9b295411f3806b5bf1f5d2fce2ef1c604625ab8919073eb4648425b4166b5739 [INFO] running `Command { std: "docker" "start" "-a" "9b295411f3806b5bf1f5d2fce2ef1c604625ab8919073eb4648425b4166b5739", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `EmptyCart` [INFO] [stderr] --> src/ply/ddd.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | EmptyCart, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ply/ddd.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `ActiveCart` [INFO] [stderr] --> src/ply/ddd.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | ActiveCart(UnpayedItems), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ply/ddd.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PaidCart` [INFO] [stderr] --> src/ply/ddd.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | PaidCart(PayedItems, PaymentMethod) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ply/ddd.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: function is never used: `new_cart` [INFO] [stderr] --> src/ply/ddd.rs:26:4 [INFO] [stderr] | [INFO] [stderr] 26 | fn new_cart() -> ShoppingCart { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `items_in_cart` [INFO] [stderr] --> src/ply/ddd.rs:30:4 [INFO] [stderr] | [INFO] [stderr] 30 | fn items_in_cart(c: ShoppingCart) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `add_to_cart` [INFO] [stderr] --> src/ply/ddd.rs:39:4 [INFO] [stderr] | [INFO] [stderr] 39 | fn add_to_cart(c: ShoppingCart, i: Item) -> ShoppingCart { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `playground` (lib) generated 6 warnings [INFO] [stderr] warning: variant is never constructed: `PaidCart` [INFO] [stderr] --> src/ply/ddd.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | PaidCart(PayedItems, PaymentMethod) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ShoppingCart` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/ply/ddd.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `playground` (lib test) generated 2 warnings (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/playground-0a21a841f9301cf5) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test ply::combinators::tests::test_priv ... ok [INFO] [stderr] Running tests/integration_ply.rs (/opt/rustwide/target/debug/deps/integration_ply-b5ba24b30449a526) [INFO] [stdout] test ply::ddd::tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_apply ... ok [INFO] [stdout] test test_compose ... ok [INFO] [stdout] test test_identity ... ok [INFO] [stdout] test test_constt ... ok [INFO] [stdout] test test_trush ... ok [INFO] [stdout] test test_flip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests playground [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" "9b295411f3806b5bf1f5d2fce2ef1c604625ab8919073eb4648425b4166b5739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b295411f3806b5bf1f5d2fce2ef1c604625ab8919073eb4648425b4166b5739", kill_on_drop: false }` [INFO] [stdout] 9b295411f3806b5bf1f5d2fce2ef1c604625ab8919073eb4648425b4166b5739