[INFO] cloning repository https://github.com/iomentum/cargo-breaking [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iomentum/cargo-breaking" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiomentum%2Fcargo-breaking", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiomentum%2Fcargo-breaking'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e9d28fcae0addbfea77a1f2e576909c913136945 [INFO] testing iomentum/cargo-breaking against try#1b74e096b9bfb06f84a3007193dcd2f059cbdf6a for pr-96025 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiomentum%2Fcargo-breaking" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iomentum/cargo-breaking on toolchain 1b74e096b9bfb06f84a3007193dcd2f059cbdf6a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iomentum/cargo-breaking [INFO] finished tweaking git repo https://github.com/iomentum/cargo-breaking [INFO] tweaked toml for git repo https://github.com/iomentum/cargo-breaking written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/iomentum/cargo-breaking already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "metadata" "--no-deps" "--format-version=1", 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] b63bbe20cb5173186925063a9fbf5629d47d1fae023ce17aa450cc163aa6b6da [INFO] running `Command { std: "docker" "start" "-a" "b63bbe20cb5173186925063a9fbf5629d47d1fae023ce17aa450cc163aa6b6da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b63bbe20cb5173186925063a9fbf5629d47d1fae023ce17aa450cc163aa6b6da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b63bbe20cb5173186925063a9fbf5629d47d1fae023ce17aa450cc163aa6b6da", kill_on_drop: false }` [INFO] [stdout] b63bbe20cb5173186925063a9fbf5629d47d1fae023ce17aa450cc163aa6b6da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1b3cc917bdaa742ae2fd32876f76d77942795a1bfa1c98d9f5607b451156507 [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" "a1b3cc917bdaa742ae2fd32876f76d77942795a1bfa1c98d9f5607b451156507", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling semver v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling jobserver v0.1.22 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling unicode-normalization v0.1.18 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling libgit2-sys v0.12.21+1.1.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling git2 v0.13.20 [INFO] [stderr] Compiling cargo_toml v0.9.1 [INFO] [stderr] Compiling cargo-breaking v0.0.3-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 02s [INFO] running `Command { std: "docker" "inspect" "a1b3cc917bdaa742ae2fd32876f76d77942795a1bfa1c98d9f5607b451156507", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1b3cc917bdaa742ae2fd32876f76d77942795a1bfa1c98d9f5607b451156507", kill_on_drop: false }` [INFO] [stdout] a1b3cc917bdaa742ae2fd32876f76d77942795a1bfa1c98d9f5607b451156507 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "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] b3096b34a5b3d0a11f3d9e2ac229c2b1c41f08667b008ff257bdfcbb9fbd8814 [INFO] running `Command { std: "docker" "start" "-a" "b3096b34a5b3d0a11f3d9e2ac229c2b1c41f08667b008ff257bdfcbb9fbd8814", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cargo-breaking v0.0.3-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.07s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_breaking-3847ac0f92044778) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_breaking-527d9024fc331715) [INFO] [stderr] Executable tests/enum.rs (/opt/rustwide/target/debug/deps/enum-7e7e9ec8407d6b29) [INFO] [stderr] Executable tests/function.rs (/opt/rustwide/target/debug/deps/function-3987658581eca0a3) [INFO] [stderr] Executable tests/method.rs (/opt/rustwide/target/debug/deps/method-aa34366826fc2dd7) [INFO] [stderr] Executable tests/structs.rs (/opt/rustwide/target/debug/deps/structs-7d7776a5957cc02d) [INFO] [stderr] Executable tests/trait_defs.rs (/opt/rustwide/target/debug/deps/trait_defs-d1a5ec562922a453) [INFO] [stderr] Executable tests/trait_impls.rs (/opt/rustwide/target/debug/deps/trait_impls-444f5937ee8cf9c3) [INFO] running `Command { std: "docker" "inspect" "b3096b34a5b3d0a11f3d9e2ac229c2b1c41f08667b008ff257bdfcbb9fbd8814", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3096b34a5b3d0a11f3d9e2ac229c2b1c41f08667b008ff257bdfcbb9fbd8814", kill_on_drop: false }` [INFO] [stdout] b3096b34a5b3d0a11f3d9e2ac229c2b1c41f08667b008ff257bdfcbb9fbd8814 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1b74e096b9bfb06f84a3007193dcd2f059cbdf6a" "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] 793c76a91c7a597a500378ce7476fcabf3ebe5e9df8f477a9cfafb3d441bfcc3 [INFO] running `Command { std: "docker" "start" "-a" "793c76a91c7a597a500378ce7476fcabf3ebe5e9df8f477a9cfafb3d441bfcc3", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_breaking-3847ac0f92044778) [INFO] [stdout] [INFO] [stdout] running 64 tests [INFO] [stdout] test ast::tests::parse_simple_crate ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::addition::display ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::guess_next_version::breaking_changes_effects ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::guess_next_version::pre_is_cleared ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::map_functions::modification ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::modification::display ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::map_functions::difference ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::addition::is_not_breaking ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::addition::is_addition ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::addition::is_not_empyt ... ok [INFO] [stdout] test comparator::tests::api_comparator::removal ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::guess_next_version::additions_effects ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::guess_next_version::build_is_cleared ... ok [INFO] [stdout] test comparator::tests::api_comparator::modification ... ok [INFO] [stdout] test ast::tests::syntax_error_case ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::guess_next_version::no_changes_effects ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::modification::is_breaking ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::no_changes::is_not_breaking ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::no_changes::is_empty ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::modification::is_not_addition ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::removal::display ... ok [INFO] [stdout] test diagnosis::tests::display_implementation_standard_addition ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::modification::is_not_empty ... ok [INFO] [stdout] test diagnosis::tests::display_implementation_standard_modification ... ok [INFO] [stdout] test git::tests::go_back_default_impl::when_non_stash ... ok [INFO] [stdout] test git::tests::go_back_default_impl::when_stash ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::removal::is_not_addition ... ok [INFO] [stdout] test diagnosis::tests::display_implementation_trait_impl ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::removal::is_breaking ... ok [INFO] [stdout] test git::tests::switch_to_default_impl::when_stash ... ok [INFO] [stdout] test diagnosis::tests::display_implementation_standard_removal ... ok [INFO] [stdout] test git::tests::switch_to_default_impl::when_non_stash ... ok [INFO] [stdout] test public_api::imports::tests::adds_public_module ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::no_changes::is_not_addition ... ok [INFO] [stdout] test public_api::imports::tests::adds_function_on_root_1 ... ok [INFO] [stdout] test public_api::imports::tests::adds_struct ... ok [INFO] [stdout] test public_api::imports::tests::adds_function_on_root_2 ... ok [INFO] [stdout] test public_api::imports::tests::handles_super_on_import ... ok [INFO] [stdout] test public_api::imports::tests::handles_super_anywhere_in_path ... ok [INFO] [stdout] test public_api::imports::tests::resolves_when_brought_in_by_grouped_import_subpath ... ok [INFO] [stdout] test public_api::imports::tests::handles_renaming ... ok [INFO] [stdout] test public_api::imports::tests::handles_super_on_resolution ... ok [INFO] [stdout] test public_api::imports::tests::handles_two_supers_on_import ... ok [INFO] [stdout] test comparator::tests::api_compatibility_diagnostic::removal::is_not_empty ... ok [INFO] [stdout] test public_api::imports::tests::adds_enum ... ok [INFO] [stdout] test public_api::imports::tests::resolves_when_brought_in_by_use_single_segment ... ok [INFO] [stdout] test public_api::imports::tests::resolves_when_brought_in_by_grouped_import_ident ... ok [INFO] [stdout] test public_api::imports::tests::adds_function_in_public_module ... ok [INFO] [stdout] test public_api::imports::tests::resolves_when_starts_with_crate ... ok [INFO] [stdout] test public_api::tests::public_api::adds_structure ... ok [INFO] [stdout] test public_api::tests::public_api::filters_private_named_struct_fields ... ok [INFO] [stdout] test public_api::tests::public_api::adds_enum ... ok [INFO] [stdout] test public_api::tests::public_api::adds_trait_definition ... ok [INFO] [stdout] test public_api::tests::public_api::filters_named_enum_variant ... ok [INFO] [stdout] test public_api::tests::public_api::adds_functions ... ok [INFO] [stdout] test public_api::tests::public_api::filters_unnamed_enum_variant ... ok [INFO] [stdout] test public_api::tests::public_api::adds_associated_function ... ok [INFO] [stdout] test public_api::tests::public_api::filters_non_public_trait_definition ... ok [INFO] [stdout] test public_api::tests::public_api::filters_private_unnamed_struct_fields ... ok [INFO] [stdout] test public_api::tests::public_api::adds_trait_implementation ... ok [INFO] [stdout] test public_api::tests::public_api::filters_public_test_in_non_public_module ... ok [INFO] [stdout] test public_api::tests::public_api::panics_on_redefinition_2 - should panic ... ok [INFO] [stdout] test public_api::tests::public_api::panics_on_redefinition_3 - should panic ... ok [INFO] [stdout] test public_api::tests::public_api::panics_on_redefinition_1 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cargo_breaking-527d9024fc331715) [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] [stderr] Running tests/enum.rs (/opt/rustwide/target/debug/deps/enum-7e7e9ec8407d6b29) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test new_unnamed_variant_field_is_modification ... ok [INFO] [stdout] test not_reported_when_private ... ok [INFO] [stdout] test empty_variant_kind_change_is_modification ... ok [INFO] [stdout] test new_enum ... ok [INFO] [stdout] test new_named_variant_field_is_modification ... ok [INFO] [stdout] test named_field_modification ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/function.rs (/opt/rustwide/target/debug/deps/function-3987658581eca0a3) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test addition ... ok [INFO] [stdout] test new_arg ... ok [INFO] [stdout] test generic_order ... ok [INFO] [stdout] test private_is_not_reported ... ok [INFO] [stdout] test is_reported_lexicographically ... ok [INFO] [stdout] test empty_struct_kind_change_is_modification ... ok [INFO] [stdout] test fn_arg_comma_is_removed ... ok [INFO] [stdout] test body_change_not_detected ... ok [INFO] [stdout] test fn_arg_last_character_not_removed ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/method.rs (/opt/rustwide/target/debug/deps/method-aa34366826fc2dd7) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test generic_param_change_is_modification ... ok [INFO] [stdout] test is_reported_in_type_definition_path_1 ... ok [INFO] [stdout] test generic_arg_change_is_modification ... ok [INFO] [stdout] test not_reported_when_type_is_not_public ... ok [INFO] [stdout] test is_reported_in_type_definition_path_2 ... ok [INFO] [stdout] test new_public_method_is_addition ... ok [INFO] [stdout] test method_removal_is_removal ... ok [INFO] [stdout] test signature_change_is_modification ... ok [INFO] [stdout] test new_private_method_is_not_reported ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/structs.rs (/opt/rustwide/target/debug/deps/structs-7d7776a5957cc02d) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test addition ... ok [INFO] [stdout] test new_public_field_named_is_modification ... ok [INFO] [stdout] test public_named_field_modification ... ok [INFO] [stdout] test removal ... ok [INFO] [stdout] test generic_change_is_modification ... ok [INFO] [stdout] test new_private_field_named_is_not_reported ... ok [INFO] [stdout] test public_unnamed_field_removal_is_modification ... ok [INFO] [stdout] test public_named_field_removal_is_modification ... ok [INFO] [stdout] test new_public_field_tupled_is_modification ... ok [INFO] [stdout] test new_private_field_tupled_is_modification ... ok [INFO] [stdout] test public_unnamed_field_modification ... ok [INFO] [stdout] test private_is_not_reported ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/trait_defs.rs (/opt/rustwide/target/debug/deps/trait_defs-d1a5ec562922a453) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test in_private_module ... ok [INFO] [stdout] test addition_simple ... ok [INFO] [stdout] test trait_item_removal ... ok [INFO] [stdout] test in_public_module ... ok [INFO] [stdout] test trait_item_kind_modification ... ok [INFO] [stdout] test trait_item_modification ... ok [INFO] [stdout] test trait_item_addition ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/trait_impls.rs (/opt/rustwide/target/debug/deps/trait_impls-444f5937ee8cf9c3) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test not_reported_when_type_is_not_public ... ok [INFO] [stdout] test provided_method_implementation_is_not_reported ... ok [INFO] [stdout] test impl_trait_order_is_not_tracked ... ok [INFO] [stdout] test type_modification_is_modification ... ok [INFO] [stdout] test addition_simple ... ok [INFO] [stdout] test constant_modification_is_modification ... ok [INFO] [stdout] test modification_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests cargo-breaking [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" "793c76a91c7a597a500378ce7476fcabf3ebe5e9df8f477a9cfafb3d441bfcc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "793c76a91c7a597a500378ce7476fcabf3ebe5e9df8f477a9cfafb3d441bfcc3", kill_on_drop: false }` [INFO] [stdout] 793c76a91c7a597a500378ce7476fcabf3ebe5e9df8f477a9cfafb3d441bfcc3