[INFO] fetching crate scapegoat 2.3.0... [INFO] testing scapegoat-2.3.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate scapegoat 2.3.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate scapegoat 2.3.0 [INFO] finished tweaking crates.io crate scapegoat 2.3.0 [INFO] tweaked toml for crates.io crate scapegoat 2.3.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate scapegoat 2.3.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate scapegoat 2.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded smallnum v0.4.1 [INFO] [stderr] Downloaded criterion-plot v0.4.4 [INFO] [stderr] Downloaded plotters-svg v0.3.1 [INFO] [stderr] Downloaded plotters-backend v0.3.2 [INFO] [stderr] Downloaded criterion v0.3.5 [INFO] [stderr] Downloaded micromath v2.0.0 [INFO] [stderr] Downloaded plotters v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73c65a386cc0c96587b32b559ec0e51a89ed7a766ad1acc92dac3b9abb260b5f [INFO] running `Command { std: "docker" "start" "-a" "73c65a386cc0c96587b32b559ec0e51a89ed7a766ad1acc92dac3b9abb260b5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73c65a386cc0c96587b32b559ec0e51a89ed7a766ad1acc92dac3b9abb260b5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73c65a386cc0c96587b32b559ec0e51a89ed7a766ad1acc92dac3b9abb260b5f", kill_on_drop: false }` [INFO] [stdout] 73c65a386cc0c96587b32b559ec0e51a89ed7a766ad1acc92dac3b9abb260b5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 437adac19fab8201621b0e07c8f5ea4e6ab87ab53ce7a843c7be1b69042e91d7 [INFO] running `Command { std: "docker" "start" "-a" "437adac19fab8201621b0e07c8f5ea4e6ab87ab53ce7a843c7be1b69042e91d7", kill_on_drop: false }` [INFO] [stderr] Compiling smallnum v0.4.1 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling micromath v2.0.0 [INFO] [stderr] Compiling scapegoat v2.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:200:27 [INFO] [stdout] | [INFO] [stdout] 200 | #![cfg_attr(not(any(test, fuzzing)), no_std)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:201:27 [INFO] [stdout] | [INFO] [stdout] 201 | #![cfg_attr(not(any(test, fuzzing)), deny(missing_docs))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:208:7 [INFO] [stdout] | [INFO] [stdout] 208 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/tree/mod.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/tree/mod.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:737:23 [INFO] [stdout] | [INFO] [stdout] 737 | pub fn difference(&self, other: &SgSet) -> Difference [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 737 | pub fn difference(&self, other: &SgSet) -> Difference<'_, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/set.rs:770:74 [INFO] [stdout] | [INFO] [stdout] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference [INFO] [stdout] | -- -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference<'a, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:795:25 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection<'_, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/set.rs:826:59 [INFO] [stdout] | [INFO] [stdout] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union [INFO] [stdout] | -- -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union<'a, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "437adac19fab8201621b0e07c8f5ea4e6ab87ab53ce7a843c7be1b69042e91d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "437adac19fab8201621b0e07c8f5ea4e6ab87ab53ce7a843c7be1b69042e91d7", kill_on_drop: false }` [INFO] [stdout] 437adac19fab8201621b0e07c8f5ea4e6ab87ab53ce7a843c7be1b69042e91d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c886a8e42c63e5d506c9712284e8f8ab018bd94482bfe0baaeab049b96ffa603 [INFO] running `Command { std: "docker" "start" "-a" "c886a8e42c63e5d506c9712284e8f8ab018bd94482bfe0baaeab049b96ffa603", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:200:27 [INFO] [stdout] | [INFO] [stdout] 200 | #![cfg_attr(not(any(test, fuzzing)), no_std)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:201:27 [INFO] [stdout] | [INFO] [stdout] 201 | #![cfg_attr(not(any(test, fuzzing)), deny(missing_docs))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:208:7 [INFO] [stdout] | [INFO] [stdout] 208 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/tree/mod.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/tree/mod.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:737:23 [INFO] [stdout] | [INFO] [stdout] 737 | pub fn difference(&self, other: &SgSet) -> Difference [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 737 | pub fn difference(&self, other: &SgSet) -> Difference<'_, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/set.rs:770:74 [INFO] [stdout] | [INFO] [stdout] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference [INFO] [stdout] | -- -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference<'a, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:795:25 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection<'_, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/set.rs:826:59 [INFO] [stdout] | [INFO] [stdout] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union [INFO] [stdout] | -- -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union<'a, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling scapegoat v2.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:200:27 [INFO] [stdout] | [INFO] [stdout] 200 | #![cfg_attr(not(any(test, fuzzing)), no_std)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:201:27 [INFO] [stdout] | [INFO] [stdout] 201 | #![cfg_attr(not(any(test, fuzzing)), deny(missing_docs))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/lib.rs:208:7 [INFO] [stdout] | [INFO] [stdout] 208 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/tree/mod.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stdout] --> src/tree/mod.rs:12:7 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(fuzzing)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:737:23 [INFO] [stdout] | [INFO] [stdout] 737 | pub fn difference(&self, other: &SgSet) -> Difference [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 737 | pub fn difference(&self, other: &SgSet) -> Difference<'_, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/set.rs:770:74 [INFO] [stdout] | [INFO] [stdout] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference [INFO] [stdout] | -- -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference<'a, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:795:25 [INFO] [stdout] | [INFO] [stdout] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection<'_, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/set.rs:826:59 [INFO] [stdout] | [INFO] [stdout] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union [INFO] [stdout] | -- -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union<'a, T, N> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.15s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] running `Command { std: "docker" "inspect" "c886a8e42c63e5d506c9712284e8f8ab018bd94482bfe0baaeab049b96ffa603", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c886a8e42c63e5d506c9712284e8f8ab018bd94482bfe0baaeab049b96ffa603", kill_on_drop: false }` [INFO] [stdout] c886a8e42c63e5d506c9712284e8f8ab018bd94482bfe0baaeab049b96ffa603 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bd1bcab4ff3cc868895ccadab92c2cc2e84912393fe4c823e1a4c85cbc38b21e [INFO] running `Command { std: "docker" "start" "-a" "bd1bcab4ff3cc868895ccadab92c2cc2e84912393fe4c823e1a4c85cbc38b21e", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stderr] --> src/lib.rs:200:27 [INFO] [stderr] | [INFO] [stderr] 200 | #![cfg_attr(not(any(test, fuzzing)), no_std)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stderr] --> src/lib.rs:201:27 [INFO] [stderr] | [INFO] [stderr] 201 | #![cfg_attr(not(any(test, fuzzing)), deny(missing_docs))] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stderr] --> src/lib.rs:208:7 [INFO] [stderr] | [INFO] [stderr] 208 | #[cfg(fuzzing)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stderr] --> src/tree/mod.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | #[cfg(fuzzing)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `fuzzing` [INFO] [stderr] --> src/tree/mod.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(fuzzing)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unused import: `macros::*` [INFO] [stderr] --> src/lib.rs:228:9 [INFO] [stderr] | [INFO] [stderr] 228 | pub use macros::*; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/set.rs:737:23 [INFO] [stderr] | [INFO] [stderr] 737 | pub fn difference(&self, other: &SgSet) -> Difference [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 737 | pub fn difference(&self, other: &SgSet) -> Difference<'_, T, N> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/set.rs:770:74 [INFO] [stderr] | [INFO] [stderr] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference [INFO] [stderr] | -- -- ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 770 | pub fn symmetric_difference<'a>(&'a self, other: &'a SgSet) -> SymmetricDifference<'a, T, N> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/set.rs:795:25 [INFO] [stderr] | [INFO] [stderr] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 795 | pub fn intersection(&self, other: &SgSet) -> Intersection<'_, T, N> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/set.rs:826:59 [INFO] [stderr] | [INFO] [stderr] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union [INFO] [stderr] | -- -- ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 826 | pub fn union<'a>(&'a self, other: &'a SgSet) -> Union<'a, T, N> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `scapegoat` (lib) generated 10 warnings (run `cargo fix --lib -p scapegoat` to apply 5 suggestions) [INFO] [stderr] warning: `scapegoat` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/scapegoat-f0550688dc4f4f3e) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test tree::arena::tests::test_add_and_remove ... ok [INFO] [stdout] test tree::arena::tests::test_capacity ... ok [INFO] [stdout] test tree::arena::tests::test_index_1 ... ok [INFO] [stdout] test tree::arena::tests::test_arena_next_back ... ok [INFO] [stdout] test tree::arena::tests::test_node_packing ... ok [INFO] [stdout] test tree::arena::tests::test_index_mut ... ok [INFO] [stdout] test tree::node::tests::test_node_sizing ... ok [INFO] [stdout] test tree::test::test_clone ... ok [INFO] [stdout] test tree::arena::tests::test_sort ... ok [INFO] [stdout] test tree::test::test_clear ... ok [INFO] [stdout] test tree::test::test_double_ended_iter_mut ... ok [INFO] [stdout] test tree::test::test_extend ... ok [INFO] [stdout] test tree::test::test_first_last ... ok [INFO] [stdout] test tree::test::test_from_arr ... ok [INFO] [stdout] test tree::test::test_from_iter ... ok [INFO] [stdout] test tree::test::test_flatten ... ok [INFO] [stdout] test tree::test::test_append ... ok [INFO] [stdout] test tree::test::test_debug ... ok [INFO] [stdout] test tree::test::test_hash ... ok [INFO] [stdout] test tree::test::test_intersect_cnt ... ok [INFO] [stdout] test tree::test::test_ref_iter ... ok [INFO] [stdout] test tree::test::test_iter ... ok [INFO] [stdout] test tree::test::test_rand_remove ... ok [INFO] [stdout] test tree::test::test_retain ... ok [INFO] [stdout] test tree::test::test_len ... ok [INFO] [stdout] test tree::test::test_slice_search ... ok [INFO] [stdout] test tree::test::test_two_child_removal_case_2 ... ok [INFO] [stdout] test tree::test::test_tree_packing ... ok [INFO] [stdout] test tree::test::test_tree_sizing ... ok [INFO] [stdout] test tree::test::test_two_child_removal_case_3 ... ok [INFO] [stdout] test tree::test::test_two_child_removal_case_1 ... ok [INFO] [stdout] test tree::test::test_subtree_rebalance ... ok [INFO] [stdout] test tree::arena::tests::test_index_2 - should panic ... ok [INFO] [stdout] test tree::test::test_capacity_exceed - should panic ... ok [INFO] [stdout] test tree::test::test_set_rebal_param ... ok [INFO] [stdout] test tree::test::test_logical_fuzz_fast ... ok [INFO] [stdout] test tree::test::test_extend_panic - should panic ... ok [INFO] [stdout] test tree::test::test_from_iter_panic - should panic ... ok [INFO] [stdout] test tree::test::test_logical_fuzz_slow ... ok [INFO] [stdout] test tree::test::test_fallible_insert ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s [INFO] [stdout] [INFO] [stderr] Doc-tests scapegoat [INFO] [stdout] [INFO] [stdout] running 102 tests [INFO] [stdout] test src/map.rs - map::SgMap::append (line 224) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::capacity (line 104) ... ok [INFO] [stdout] test src/lib.rs - (line 107) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::clear (line 712) ... ok [INFO] [stdout] test src/macros.rs - macros::sgmap (line 7) ... ok [INFO] [stdout] test src/macros.rs - macros::sgset (line 45) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::get_mut (line 690) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::contains_key (line 730) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::get (line 667) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::entry (line 931) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::first_key (line 804) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::first_entry (line 959) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::from (line 1120) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::first_key_value (line 784) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::get_key_value (line 644) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::insert (line 314) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::into_values (line 179) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::iter_mut (line 507) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::keys (line 119) ... ok [INFO] [stdout] test src/lib.rs - (line 40) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::len (line 913) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::is_empty (line 750) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::last_key (line 869) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::pop_first (line 827) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::last_entry (line 990) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::into_keys (line 139) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::new (line 39) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::is_full (line 766) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::last_key_value (line 850) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::iter (line 484) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::rebal_param (line 83) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::remove_entry (line 537) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::range (line 1032) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::set_rebal_param (line 64) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::pop_last (line 891) ... ok [INFO] [stdout] test src/map_types.rs - map_types::Entry<'a,K,V,N>::key (line 331) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::values (line 159) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::remove (line 621) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::try_insert (line 345) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::try_append (line 256) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::try_insert_std (line 398) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::try_extend (line 423) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::range_mut (line 1074) ... ok [INFO] [stdout] test src/map_types.rs - map_types::Entry<'a,K,V,N>::or_insert (line 263) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::values_mut (line 199) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::get (line 489) ... ok [INFO] [stdout] test src/map_types.rs - map_types::Entry<'a,K,V,N>::or_insert_with_key (line 308) ... ok [INFO] [stdout] test src/map_types.rs - map_types::Entry<'a,K,V,N>::or_default (line 379) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::split_off (line 581) ... ok [INFO] [stdout] test src/map_types.rs - map_types::Entry<'a,K,V,N>::and_modify (line 349) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::retain (line 560) ... ok [INFO] [stdout] test src/map_types.rs - map_types::Entry<'a,K,V,N>::or_insert_with (line 283) ... ok [INFO] [stdout] test src/map_types.rs - map_types::VacantEntry<'a,K,V,N>::insert (line 441) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::get_mut (line 513) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::key (line 474) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::insert (line 564) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::remove_entry (line 584) ... ok [INFO] [stdout] test src/map_types.rs - map_types::VacantEntry<'a,K,V,N>::key (line 408) ... ok [INFO] [stdout] test src/map_types.rs - map_types::VacantEntry<'a,K,V,N>::into_key (line 422) ... ok [INFO] [stdout] test src/map.rs - map::SgMap::try_from_iter (line 453) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::capacity (line 103) ... ok [INFO] [stdout] test src/set.rs - set::&'_SgSet::bitor (line 1085) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::remove (line 610) ... ok [INFO] [stdout] test src/map_types.rs - map_types::OccupiedEntry<'a,K,V,N>::into_mut (line 542) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::clear (line 540) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::from (line 957) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::contains (line 560) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::append (line 118) ... ok [INFO] [stdout] test src/set.rs - set::&'_SgSet::bitand (line 1063) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::insert (line 210) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::get (line 521) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::intersection (line 781) ... ok [INFO] [stdout] test src/set.rs - set::&'_SgSet::bitxor (line 1107) ... ok [INFO] [stdout] test src/set.rs - set::&'_SgSet::sub (line 1041) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::difference (line 723) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::first (line 579) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::iter (line 340) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::is_subset (line 892) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::is_superset (line 915) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::is_disjoint (line 870) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::new (line 40) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::rebal_param (line 82) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::is_full (line 853) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::iter (line 353) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::pop_last (line 645) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::set_rebal_param (line 63) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::pop_first (line 601) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::range (line 693) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::len (line 667) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::last (line 623) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::take (line 474) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::remove (line 376) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::replace (line 435) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::symmetric_difference (line 748) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::split_off (line 398) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::is_empty (line 837) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::try_insert (line 233) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::retain (line 496) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::try_append (line 153) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::union (line 806) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::try_from_iter (line 311) ... ok [INFO] [stdout] test src/set.rs - set::SgSet::try_extend (line 275) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.64s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bd1bcab4ff3cc868895ccadab92c2cc2e84912393fe4c823e1a4c85cbc38b21e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd1bcab4ff3cc868895ccadab92c2cc2e84912393fe4c823e1a4c85cbc38b21e", kill_on_drop: false }` [INFO] [stdout] bd1bcab4ff3cc868895ccadab92c2cc2e84912393fe4c823e1a4c85cbc38b21e