[INFO] fetching crate saffron 0.1.0... [INFO] testing saffron-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate saffron 0.1.0 into /workspace/builds/worker-64/source [INFO] validating manifest of crates.io crate saffron 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate saffron 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate saffron 0.1.0 [INFO] tweaked toml for crates.io crate saffron 0.1.0 written to /workspace/builds/worker-64/source/Cargo.toml [INFO] crate crates.io crate saffron 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fe90d2deee3aaa81f0b6fb040874a647c1fa1d210e408678ba67c79509cce7c [INFO] running `Command { std: "docker" "start" "-a" "2fe90d2deee3aaa81f0b6fb040874a647c1fa1d210e408678ba67c79509cce7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fe90d2deee3aaa81f0b6fb040874a647c1fa1d210e408678ba67c79509cce7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe90d2deee3aaa81f0b6fb040874a647c1fa1d210e408678ba67c79509cce7c", kill_on_drop: false }` [INFO] [stdout] 2fe90d2deee3aaa81f0b6fb040874a647c1fa1d210e408678ba67c79509cce7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79074e5034834e9876b52cf454ebae7f0a1c09e3202119bc291acb2b2fcc7135 [INFO] running `Command { std: "docker" "start" "-a" "79074e5034834e9876b52cf454ebae7f0a1c09e3202119bc291acb2b2fcc7135", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling saffron v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 387 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 401 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 489 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 684 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 705 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 719 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 786 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 807 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 821 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.45s [INFO] running `Command { std: "docker" "inspect" "79074e5034834e9876b52cf454ebae7f0a1c09e3202119bc291acb2b2fcc7135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79074e5034834e9876b52cf454ebae7f0a1c09e3202119bc291acb2b2fcc7135", kill_on_drop: false }` [INFO] [stdout] 79074e5034834e9876b52cf454ebae7f0a1c09e3202119bc291acb2b2fcc7135 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb2b7006693004c992b922fdfe692be82407f22e5aafc5302fad23128a393c8e [INFO] running `Command { std: "docker" "start" "-a" "bb2b7006693004c992b922fdfe692be82407f22e5aafc5302fad23128a393c8e", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 387 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 401 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 489 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 684 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 705 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 719 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 786 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 807 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 821 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.2.0 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling saffron v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 242 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 387 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 401 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 489 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 503 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 684 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 705 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 719 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 786 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 807 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:59:47 [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 821 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3m 41s [INFO] running `Command { std: "docker" "inspect" "bb2b7006693004c992b922fdfe692be82407f22e5aafc5302fad23128a393c8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb2b7006693004c992b922fdfe692be82407f22e5aafc5302fad23128a393c8e", kill_on_drop: false }` [INFO] [stdout] bb2b7006693004c992b922fdfe692be82407f22e5aafc5302fad23128a393c8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d70f65e82fdd5e5bbbdccbcd472ac07ea409f9ded8d18d31ffbefc98ef201a63 [INFO] running `Command { std: "docker" "start" "-a" "d70f65e82fdd5e5bbbdccbcd472ac07ea409f9ded8d18d31ffbefc98ef201a63", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 179 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 242 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 304 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 366 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 387 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 401 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 468 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 489 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 503 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 684 | debug_assert_pattern!(pattern, Self::DAY_BITS); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 705 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 719 | debug_assert_pattern!(bits, Self::DAY_BITS); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 786 | debug_assert_pattern!(pattern, Self::ALL); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 807 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:59:47 [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, DBG_BAD_PATTERN) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 821 | debug_assert_pattern!(bits, Self::ALL); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of debug_assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `debug_assert_pattern` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 59 | debug_assert!(($pat & !($mask)) == 0, "{}", DBG_BAD_PATTERN) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `saffron` (lib) generated 15 warnings [INFO] [stderr] warning: `saffron` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/saffron-ad3edaf918df6679) [INFO] [stdout] [INFO] [stdout] running 121 tests [INFO] [stdout] test describe::english::tests::complex ... ok [INFO] [stdout] test describe::english::tests::time ... ok [INFO] [stdout] test parse::tests::days_of_month::last ... ok [INFO] [stdout] test parse::tests::days_of_month::closest_weekday_with_other_exprs ... ok [INFO] [stdout] test parse::tests::days_of_month::last_offset_limit ... ok [INFO] [stdout] test describe::english::tests::day_of_month ... ok [INFO] [stdout] test parse::tests::days_of_month::all ... ok [INFO] [stdout] test parse::tests::days_of_month::last_with_other_exprs ... ok [INFO] [stdout] test parse::tests::days_of_month::last_offset_weekday ... ok [INFO] [stdout] test describe::english::tests::day_of_week ... ok [INFO] [stdout] test parse::tests::days_of_month::last_offset ... ok [INFO] [stdout] test parse::tests::days_of_month::limits ... ok [INFO] [stdout] test parse::tests::days_of_month::closest_weekday ... ok [INFO] [stdout] test parse::tests::days_of_month::many_one_value ... ok [INFO] [stdout] test parse::tests::days_of_month::last_weekday ... ok [INFO] [stdout] test parse::tests::days_of_month::many_range ... ok [INFO] [stdout] test describe::english::tests::months ... ok [INFO] [stdout] test parse::tests::days_of_month::many_range_step ... ok [INFO] [stdout] test parse::tests::days_of_month::one_range ... ok [INFO] [stdout] test parse::tests::days_of_month::many_steps ... ok [INFO] [stdout] test parse::tests::days_of_month::multi_star_step ... ok [INFO] [stdout] test parse::tests::days_of_month::one_value ... ok [INFO] [stdout] test parse::tests::days_of_month::only_match_first_star ... ok [INFO] [stdout] test parse::tests::days_of_month::overflow_range ... ok [INFO] [stdout] test parse::tests::days_of_month::range_step ... ok [INFO] [stdout] test parse::tests::days_of_month::star_range_doesnt_make_sense ... ok [INFO] [stdout] test parse::tests::days_of_month::star_step ... ok [INFO] [stdout] test parse::tests::days_of_month::step ... ok [INFO] [stdout] test parse::tests::days_of_month::values_ranges_steps_and_ranges ... ok [INFO] [stdout] test parse::tests::days_of_month::step_with_star_step ... ok [INFO] [stdout] test parse::tests::days_of_week::all ... ok [INFO] [stdout] test parse::tests::days_of_week::last ... ok [INFO] [stdout] test parse::tests::days_of_week::last_day ... ok [INFO] [stdout] test parse::tests::days_of_week::last_with_other_exprs ... ok [INFO] [stdout] test parse::tests::days_of_week::limits ... ok [INFO] [stdout] test parse::tests::days_of_week::many_one_value ... ok [INFO] [stdout] test parse::tests::days_of_week::many_range ... ok [INFO] [stdout] test parse::tests::days_of_week::many_range_step ... ok [INFO] [stdout] test parse::tests::days_of_week::many_steps ... ok [INFO] [stdout] test parse::tests::days_of_week::multi_star_step ... ok [INFO] [stdout] test parse::tests::days_of_week::nth ... ok [INFO] [stdout] test parse::tests::days_of_week::one_range ... ok [INFO] [stdout] test parse::tests::days_of_week::one_value ... ok [INFO] [stdout] test parse::tests::days_of_week::only_match_first_star ... ok [INFO] [stdout] test parse::tests::days_of_week::overflow_range ... ok [INFO] [stdout] test parse::tests::days_of_week::range_step ... ok [INFO] [stdout] test parse::tests::days_of_week::star_range_doesnt_make_sense ... ok [INFO] [stdout] test parse::tests::days_of_week::star_step ... ok [INFO] [stdout] test parse::tests::days_of_week::step ... ok [INFO] [stdout] test parse::tests::days_of_week::step_with_star_step ... ok [INFO] [stdout] test parse::tests::days_of_week::values_ranges_steps_and_ranges ... ok [INFO] [stdout] test parse::tests::hours::all ... ok [INFO] [stdout] test parse::tests::days_of_week::word_values ... ok [INFO] [stdout] test parse::tests::hours::limits ... ok [INFO] [stdout] test parse::tests::hours::many_one_value ... ok [INFO] [stdout] test parse::tests::hours::many_range ... ok [INFO] [stdout] test parse::tests::hours::many_range_step ... ok [INFO] [stdout] test parse::tests::hours::many_steps ... ok [INFO] [stdout] test parse::tests::hours::one_range ... ok [INFO] [stdout] test parse::tests::hours::multi_star_step ... ok [INFO] [stdout] test parse::tests::hours::only_match_first_star ... ok [INFO] [stdout] test parse::tests::hours::one_value ... ok [INFO] [stdout] test parse::tests::hours::overflow_range ... ok [INFO] [stdout] test parse::tests::hours::range_step ... ok [INFO] [stdout] test parse::tests::hours::star_range_doesnt_make_sense ... ok [INFO] [stdout] test parse::tests::hours::star_step ... ok [INFO] [stdout] test parse::tests::hours::step ... ok [INFO] [stdout] test parse::tests::hours::step_with_star_step ... ok [INFO] [stdout] test parse::tests::hours::values_ranges_steps_and_ranges ... ok [INFO] [stdout] test parse::tests::minutes::all ... ok [INFO] [stdout] test parse::tests::minutes::limits ... ok [INFO] [stdout] test parse::tests::minutes::many_one_value ... ok [INFO] [stdout] test parse::tests::minutes::many_range ... ok [INFO] [stdout] test parse::tests::minutes::many_steps ... ok [INFO] [stdout] test parse::tests::minutes::many_range_step ... ok [INFO] [stdout] test parse::tests::minutes::multi_star_step ... ok [INFO] [stdout] test parse::tests::minutes::one_range ... ok [INFO] [stdout] test parse::tests::minutes::one_value ... ok [INFO] [stdout] test parse::tests::minutes::only_match_first_star ... ok [INFO] [stdout] test parse::tests::minutes::overflow_range ... ok [INFO] [stdout] test parse::tests::minutes::range_step ... ok [INFO] [stdout] test parse::tests::minutes::star_range_doesnt_make_sense ... ok [INFO] [stdout] test parse::tests::minutes::star_step ... ok [INFO] [stdout] test parse::tests::minutes::step ... ok [INFO] [stdout] test parse::tests::minutes::step_with_star_step ... ok [INFO] [stdout] test parse::tests::minutes::values_ranges_steps_and_ranges ... ok [INFO] [stdout] test parse::tests::months::all ... ok [INFO] [stdout] test parse::tests::months::limits ... ok [INFO] [stdout] test parse::tests::months::many_one_value ... ok [INFO] [stdout] test parse::tests::months::many_range ... ok [INFO] [stdout] test parse::tests::months::many_range_step ... ok [INFO] [stdout] test parse::tests::months::many_steps ... ok [INFO] [stdout] test parse::tests::months::multi_star_step ... ok [INFO] [stdout] test parse::tests::months::one_range ... ok [INFO] [stdout] test parse::tests::months::one_value ... ok [INFO] [stdout] test parse::tests::months::only_match_first_star ... ok [INFO] [stdout] test parse::tests::months::overflow_range ... ok [INFO] [stdout] test parse::tests::months::range_step ... ok [INFO] [stdout] test parse::tests::months::star_range_doesnt_make_sense ... ok [INFO] [stdout] test parse::tests::months::star_step ... ok [INFO] [stdout] test parse::tests::months::step ... ok [INFO] [stdout] test parse::tests::months::step_with_star_step ... ok [INFO] [stdout] test parse::tests::months::values_ranges_steps_and_ranges ... ok [INFO] [stdout] test parse::tests::months::word_values ... ok [INFO] [stdout] test tests::parse_check_anytime ... ok [INFO] [stdout] test tests::parse_check_closest_weekday ... ok [INFO] [stdout] test tests::parse_check_anytime_but_its_ranges ... ok [INFO] [stdout] test tests::parse_check_last_weekday ... ok [INFO] [stdout] test tests::parse_check_last_weekdays_offset ... ok [INFO] [stdout] test tests::parse_check_last_weekdays ... ok [INFO] [stdout] test tests::parse_check_limits ... ok [INFO] [stdout] test tests::parse_check_leap_days ... ok [INFO] [stdout] test tests::parse_check_nth_weekday ... ok [INFO] [stdout] test tests::parse_check_offset_weekend_start_months_beyond_days ... ok [INFO] [stdout] test tests::parse_check_offset_leap_days ... ok [INFO] [stdout] test tests::parse_check_offset_weekend_start_months ... ok [INFO] [stdout] test tests::parse_check_overflow_range_step ... ok [INFO] [stdout] test tests::parse_check_overflow_time_ranges ... ok [INFO] [stdout] test tests::parse_check_specific_time ... ok [INFO] [stdout] test tests::parse_check_specific_time_as_ranges ... ok [INFO] [stdout] test tests::parse_check_steps ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 121 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests saffron [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - Cron::any (line 917) ... ok [INFO] [stdout] test src/lib.rs - Cron::iter_from (line 1005) ... ok [INFO] [stdout] test src/lib.rs - Cron::contains (line 962) ... ok [INFO] [stdout] test src/lib.rs - Cron::next_after (line 1097) ... ok [INFO] [stdout] test src/lib.rs - Cron::next_from (line 1071) ... ok [INFO] [stdout] test src/lib.rs - Cron::iter_after (line 1038) ... ok [INFO] [stdout] test src/lib.rs - Cron (line 854) ... ok [INFO] [stdout] test src/parse.rs - parse::CronExpr::describe (line 662) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d70f65e82fdd5e5bbbdccbcd472ac07ea409f9ded8d18d31ffbefc98ef201a63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d70f65e82fdd5e5bbbdccbcd472ac07ea409f9ded8d18d31ffbefc98ef201a63", kill_on_drop: false }` [INFO] [stdout] d70f65e82fdd5e5bbbdccbcd472ac07ea409f9ded8d18d31ffbefc98ef201a63