[INFO] fetching crate slog-syslog 0.13.0... [INFO] testing slog-syslog-0.13.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate slog-syslog 0.13.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate slog-syslog 0.13.0 [INFO] finished tweaking crates.io crate slog-syslog 0.13.0 [INFO] tweaked toml for crates.io crate slog-syslog 0.13.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate slog-syslog 0.13.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 slog-syslog 0.13.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] 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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2ba0ac2dec8104d5ca3336fc7492a2cd2921218921e7adbcf5e3ce7f5fa9d62 [INFO] running `Command { std: "docker" "start" "-a" "c2ba0ac2dec8104d5ca3336fc7492a2cd2921218921e7adbcf5e3ce7f5fa9d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2ba0ac2dec8104d5ca3336fc7492a2cd2921218921e7adbcf5e3ce7f5fa9d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2ba0ac2dec8104d5ca3336fc7492a2cd2921218921e7adbcf5e3ce7f5fa9d62", kill_on_drop: false }` [INFO] [stdout] c2ba0ac2dec8104d5ca3336fc7492a2cd2921218921e7adbcf5e3ce7f5fa9d62 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1e26ab4c5f81660695f9cf9fa1175e729f9774d4c6a5a2034d25da773fb4afc [INFO] running `Command { std: "docker" "start" "-a" "f1e26ab4c5f81660695f9cf9fa1175e729f9774d4c6a5a2034d25da773fb4afc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling syslog v5.0.0 [INFO] [stderr] Compiling slog-syslog v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_trace` [INFO] [stdout] --> lib.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | if cfg!(feature = "max_level_trace") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_trace` as a feature in `Cargo.toml` [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 value: `max_level_debug` [INFO] [stdout] --> lib.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | } else if cfg!(feature = "max_level_debug") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_info` [INFO] [stdout] --> lib.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | } else if cfg!(feature = "max_level_info") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_info` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_warn` [INFO] [stdout] --> lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | } else if cfg!(feature = "max_level_warn") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_warn` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_error` [INFO] [stdout] --> lib.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | } else if cfg!(feature = "max_level_error") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_error` as a feature in `Cargo.toml` [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 2.76s [INFO] running `Command { std: "docker" "inspect" "f1e26ab4c5f81660695f9cf9fa1175e729f9774d4c6a5a2034d25da773fb4afc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1e26ab4c5f81660695f9cf9fa1175e729f9774d4c6a5a2034d25da773fb4afc", kill_on_drop: false }` [INFO] [stdout] f1e26ab4c5f81660695f9cf9fa1175e729f9774d4c6a5a2034d25da773fb4afc [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a794a5044073e627886671d45ff11d0bbce66023763a32cdd65b961c66f99bfd [INFO] running `Command { std: "docker" "start" "-a" "a794a5044073e627886671d45ff11d0bbce66023763a32cdd65b961c66f99bfd", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_trace` [INFO] [stdout] --> lib.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | if cfg!(feature = "max_level_trace") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_trace` as a feature in `Cargo.toml` [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 value: `max_level_debug` [INFO] [stdout] --> lib.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | } else if cfg!(feature = "max_level_debug") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_info` [INFO] [stdout] --> lib.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | } else if cfg!(feature = "max_level_info") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_info` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_warn` [INFO] [stdout] --> lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | } else if cfg!(feature = "max_level_warn") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_warn` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_error` [INFO] [stdout] --> lib.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | } else if cfg!(feature = "max_level_error") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_error` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling slog-syslog v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_trace` [INFO] [stdout] --> lib.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | if cfg!(feature = "max_level_trace") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_trace` as a feature in `Cargo.toml` [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 value: `max_level_debug` [INFO] [stdout] --> lib.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | } else if cfg!(feature = "max_level_debug") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_info` [INFO] [stdout] --> lib.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | } else if cfg!(feature = "max_level_info") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_info` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_warn` [INFO] [stdout] --> lib.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | } else if cfg!(feature = "max_level_warn") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_warn` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `max_level_error` [INFO] [stdout] --> lib.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | } else if cfg!(feature = "max_level_error") { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `max_level_error` as a feature in `Cargo.toml` [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 0.45s [INFO] running `Command { std: "docker" "inspect" "a794a5044073e627886671d45ff11d0bbce66023763a32cdd65b961c66f99bfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a794a5044073e627886671d45ff11d0bbce66023763a32cdd65b961c66f99bfd", kill_on_drop: false }` [INFO] [stdout] a794a5044073e627886671d45ff11d0bbce66023763a32cdd65b961c66f99bfd [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4864022e640ee1b1bd1cb234fe590944037bb5a61959f746588d862d00409b10 [INFO] running `Command { std: "docker" "start" "-a" "4864022e640ee1b1bd1cb234fe590944037bb5a61959f746588d862d00409b10", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `max_level_trace` [INFO] [stderr] --> lib.rs:95:13 [INFO] [stderr] | [INFO] [stderr] 95 | if cfg!(feature = "max_level_trace") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `max_level_trace` as a feature in `Cargo.toml` [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 value: `max_level_debug` [INFO] [stderr] --> lib.rs:97:20 [INFO] [stderr] | [INFO] [stderr] 97 | } else if cfg!(feature = "max_level_debug") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `max_level_debug` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `max_level_info` [INFO] [stderr] --> lib.rs:99:20 [INFO] [stderr] | [INFO] [stderr] 99 | } else if cfg!(feature = "max_level_info") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `max_level_info` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `max_level_warn` [INFO] [stderr] --> lib.rs:101:20 [INFO] [stderr] | [INFO] [stderr] 101 | } else if cfg!(feature = "max_level_warn") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `max_level_warn` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `max_level_error` [INFO] [stderr] --> lib.rs:103:20 [INFO] [stderr] | [INFO] [stderr] 103 | } else if cfg!(feature = "max_level_error") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `max_level_error` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `slog-syslog` (lib) generated 5 warnings [INFO] [stderr] warning: `slog-syslog` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests lib.rs (/opt/rustwide/target/debug/deps/slog_syslog-622e38360d3bc4d3) [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] Doc-tests slog_syslog [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test lib.rs - (line 3) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4864022e640ee1b1bd1cb234fe590944037bb5a61959f746588d862d00409b10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4864022e640ee1b1bd1cb234fe590944037bb5a61959f746588d862d00409b10", kill_on_drop: false }` [INFO] [stdout] 4864022e640ee1b1bd1cb234fe590944037bb5a61959f746588d862d00409b10