[INFO] fetching crate slog 2.8.0-beta.2... [INFO] testing slog-2.8.0-beta.2 against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] extracting crate slog 2.8.0-beta.2 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate slog 2.8.0-beta.2 on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config [INFO] started tweaking crates.io crate slog 2.8.0-beta.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate slog 2.8.0-beta.2 [INFO] tweaked toml for crates.io crate slog 2.8.0-beta.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate crates.io crate slog 2.8.0-beta.2 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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4efe213861baada920921fd57fbcb67900f8bdfedd2fe4da7a85d4849c3cd270 [INFO] running `Command { std: "docker" "start" "-a" "4efe213861baada920921fd57fbcb67900f8bdfedd2fe4da7a85d4849c3cd270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4efe213861baada920921fd57fbcb67900f8bdfedd2fe4da7a85d4849c3cd270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4efe213861baada920921fd57fbcb67900f8bdfedd2fe4da7a85d4849c3cd270", kill_on_drop: false }` [INFO] [stdout] 4efe213861baada920921fd57fbcb67900f8bdfedd2fe4da7a85d4849c3cd270 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47d03e3147f34a30261f4feefd8b359aceb877cfed76073981288eb3bf5beaa8 [INFO] running `Command { std: "docker" "start" "-a" "47d03e3147f34a30261f4feefd8b359aceb877cfed76073981288eb3bf5beaa8", kill_on_drop: false }` [INFO] [stderr] Compiling slog v2.8.0-beta.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/lib.rs:3051:7 [INFO] [stdout] | [INFO] [stdout] 3051 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:3053:7 [INFO] [stdout] | [INFO] [stdout] 3053 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:2695:15 [INFO] [stdout] | [INFO] [stdout] 2695 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:2700:15 [INFO] [stdout] | [INFO] [stdout] 2700 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `Command { std: "docker" "inspect" "47d03e3147f34a30261f4feefd8b359aceb877cfed76073981288eb3bf5beaa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47d03e3147f34a30261f4feefd8b359aceb877cfed76073981288eb3bf5beaa8", kill_on_drop: false }` [INFO] [stdout] 47d03e3147f34a30261f4feefd8b359aceb877cfed76073981288eb3bf5beaa8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bde9d9444919e05a5a4b47174974b466e04bead77a6388f55d1a1668fc48a687 [INFO] running `Command { std: "docker" "start" "-a" "bde9d9444919e05a5a4b47174974b466e04bead77a6388f55d1a1668fc48a687", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/lib.rs:3051:7 [INFO] [stdout] | [INFO] [stdout] 3051 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:3053:7 [INFO] [stdout] | [INFO] [stdout] 3053 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:2695:15 [INFO] [stdout] | [INFO] [stdout] 2695 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:2700:15 [INFO] [stdout] | [INFO] [stdout] 2700 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling slog v2.8.0-beta.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `integer128` [INFO] [stdout] --> src/lib.rs:3051:7 [INFO] [stdout] | [INFO] [stdout] 3051 | #[cfg(integer128)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:3053:7 [INFO] [stdout] | [INFO] [stdout] 3053 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:2695:15 [INFO] [stdout] | [INFO] [stdout] 2695 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/lib.rs:2700:15 [INFO] [stdout] | [INFO] [stdout] 2700 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stdout] --> src/tests.rs:398:7 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "bde9d9444919e05a5a4b47174974b466e04bead77a6388f55d1a1668fc48a687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bde9d9444919e05a5a4b47174974b466e04bead77a6388f55d1a1668fc48a687", kill_on_drop: false }` [INFO] [stdout] bde9d9444919e05a5a4b47174974b466e04bead77a6388f55d1a1668fc48a687 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3310c16b1b233a3330717b487aa36d6e6fe6a07cc1d4364a2899d7ee7aef56bc [INFO] running `Command { std: "docker" "start" "-a" "3310c16b1b233a3330717b487aa36d6e6fe6a07cc1d4364a2899d7ee7aef56bc", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `integer128` [INFO] [stderr] --> src/lib.rs:3051:7 [INFO] [stderr] | [INFO] [stderr] 3051 | #[cfg(integer128)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` [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(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stderr] --> src/lib.rs:3053:7 [INFO] [stderr] | [INFO] [stderr] 3053 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stderr] --> src/lib.rs:2695:15 [INFO] [stderr] | [INFO] [stderr] 2695 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` 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: `integer128` [INFO] [stderr] --> src/lib.rs:2700:15 [INFO] [stderr] | [INFO] [stderr] 2700 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `slog` (lib) generated 4 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `integer128` [INFO] [stderr] --> src/tests.rs:398:7 [INFO] [stderr] | [INFO] [stderr] 398 | #[cfg(integer128)] [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(integer128)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(integer128)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `slog` (lib test) generated 5 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/slog-604203bc019bdacb) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test filter_level_to_string_and_from_str_are_compatible ... ok [INFO] [stdout] test level_at_least ... ok [INFO] [stdout] test filter_level_from_str ... ok [INFO] [stdout] test filter_level_sanity ... ok [INFO] [stdout] test filter_level_accepts_tests ... ok [INFO] [stdout] test level_to_string_and_from_str_are_compatible ... ok [INFO] [stdout] test level_from_str ... ok [INFO] [stdout] test test_error_tag_wrapper ... ok [INFO] [stdout] test tests::display_and_alternate_display ... ok [INFO] [stdout] test tests::expressions ... ok [INFO] [stdout] test tests::can_hash_keys ... ok [INFO] [stdout] test tests::expressions_fmt ... ok [INFO] [stdout] test tests::integer_128_types ... ok [INFO] [stdout] test tests::logger_by_ref ... ok [INFO] [stdout] test tests::makers ... ok [INFO] [stdout] test tests::no_imports::test_slog_o_macro_expansion ... ok [INFO] [stdout] test tests::no_imports::test_o_macro_expansion ... ok [INFO] [stdout] test tests::std_only::error_fmt_no_source ... ok [INFO] [stdout] test tests::std_only::error_fmt_no_source_last ... ok [INFO] [stdout] test tests::std_only::error_ref ... ok [INFO] [stdout] test tests::std_only::error_box_ref ... ok [INFO] [stdout] test tests::std_only::error_fmt_no_source_not_last ... ok [INFO] [stdout] test tests::std_only::error_ref_fmt_single_source ... ok [INFO] [stdout] test tests::std_only::error_ref_fmt_two_sources ... ok [INFO] [stdout] test tests::logger_to_erased ... ok [INFO] [stdout] test tests::std_only::ioerror_impls_value ... ok [INFO] [stdout] test tests::std_only::error_arc_ref ... ok [INFO] [stdout] test tests::test_never_type_clone ... ok [INFO] [stdout] test tests::std_only::error_fmt_single_source ... ok [INFO] [stdout] test tests::std_only::error_ref_fmt_no_source_last ... ok [INFO] [stdout] test tests::std_only::error_ref_fmt_no_source_not_last ... ok [INFO] [stdout] test tests::std_only::multichain ... ok [INFO] [stdout] test tests::std_only::error_ref_fmt_no_source ... ok [INFO] [stdout] test tests::std_only::logger_fmt_debug_sanity ... ok [INFO] [stdout] test tests::std_only::error_fmt_two_sources ... ok [INFO] [stdout] test tests::simple_logger_erased ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests slog [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/lib.rs - (line 115) ... ignored [INFO] [stdout] test src/lib.rs - (line 129) ... ignored [INFO] [stdout] test src/lib.rs - (line 157) ... ignored [INFO] [stdout] test src/lib.rs - (line 260) ... ignored [INFO] [stdout] test src/lib.rs - KV (line 3564) ... ignored [INFO] [stdout] test src/lib.rs - KV (line 3570) ... ignored [INFO] [stdout] test src/lib.rs - KV (line 3587) ... ok [INFO] [stdout] test src/lib.rs - log (line 739) ... ok [INFO] [stdout] test src/lib.rs - Value (line 2983) ... ok [INFO] [stdout] test src/lib.rs - (line 246) ... ok [INFO] [stdout] test src/lib.rs - Drain::map (line 1449) ... ok [INFO] [stdout] test src/lib.rs - log (line 679) ... ok [INFO] [stdout] test src/lib.rs - log (line 651) ... ok [INFO] [stdout] test src/lib.rs - log (line 578) ... ok [INFO] [stdout] test src/lib.rs - log (line 630) ... ok [INFO] [stdout] test src/lib.rs - Drain::is_enabled (line 1392) ... ok [INFO] [stdout] test src/lib.rs - log (line 594) ... ok [INFO] [stdout] test src/lib.rs - Logger::root (line 1149) ... ok [INFO] [stdout] test src/lib.rs - Logger::new (line 1219) ... ok [INFO] [stdout] test src/lib.rs - PushFnValue (line 3315) ... ok [INFO] [stdout] test src/lib.rs - log (line 609) ... ok [INFO] [stdout] test src/lib.rs - o (line 328) ... ok [INFO] [stdout] test src/lib.rs - slog_log (line 818) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3310c16b1b233a3330717b487aa36d6e6fe6a07cc1d4364a2899d7ee7aef56bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3310c16b1b233a3330717b487aa36d6e6fe6a07cc1d4364a2899d7ee7aef56bc", kill_on_drop: false }` [INFO] [stdout] 3310c16b1b233a3330717b487aa36d6e6fe6a07cc1d4364a2899d7ee7aef56bc