[INFO] fetching crate pgnumeric 0.2.1... [INFO] testing pgnumeric-0.2.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate pgnumeric 0.2.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate pgnumeric 0.2.1 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 pgnumeric 0.2.1 [INFO] finished tweaking crates.io crate pgnumeric 0.2.1 [INFO] tweaked toml for crates.io crate pgnumeric 0.2.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strtod v0.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] efc67121af901cefd25edd3b4b8f4f34d7ab3a9a78489a0f1a511c28b34bcc15 [INFO] running `Command { std: "docker" "start" "-a" "efc67121af901cefd25edd3b4b8f4f34d7ab3a9a78489a0f1a511c28b34bcc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efc67121af901cefd25edd3b4b8f4f34d7ab3a9a78489a0f1a511c28b34bcc15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efc67121af901cefd25edd3b4b8f4f34d7ab3a9a78489a0f1a511c28b34bcc15", kill_on_drop: false }` [INFO] [stdout] efc67121af901cefd25edd3b4b8f4f34d7ab3a9a78489a0f1a511c28b34bcc15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74598190adc0965c0e57c2fb050c8b8f11cce3bc1cc7f6ab7793b66b404f541e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "74598190adc0965c0e57c2fb050c8b8f11cce3bc1cc7f6ab7793b66b404f541e", kill_on_drop: false }` [INFO] [stderr] Compiling strtod v0.0.1 [INFO] [stderr] Compiling pgnumeric v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:111:28 [INFO] [stdout] | [INFO] [stdout] 111 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 111 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:497:28 [INFO] [stdout] | [INFO] [stdout] 497 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 497 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:684:28 [INFO] [stdout] | [INFO] [stdout] 684 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 684 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:718:28 [INFO] [stdout] | [INFO] [stdout] 718 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 718 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:736:28 [INFO] [stdout] | [INFO] [stdout] 736 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 736 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:368:20 [INFO] [stdout] | [INFO] [stdout] 368 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 368 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:448:20 [INFO] [stdout] | [INFO] [stdout] 448 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 448 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 490 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 490 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:570:20 [INFO] [stdout] | [INFO] [stdout] 570 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 570 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/var.rs:1653:31 [INFO] [stdout] | [INFO] [stdout] 1653 | assert!(exp >= 0, DIVIDE_BY_ZERO_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 1653 | assert!(exp >= 0, "{}", DIVIDE_BY_ZERO_MSG); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.95s [INFO] running `Command { std: "docker" "inspect" "74598190adc0965c0e57c2fb050c8b8f11cce3bc1cc7f6ab7793b66b404f541e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74598190adc0965c0e57c2fb050c8b8f11cce3bc1cc7f6ab7793b66b404f541e", kill_on_drop: false }` [INFO] [stdout] 74598190adc0965c0e57c2fb050c8b8f11cce3bc1cc7f6ab7793b66b404f541e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2ca8c76bac36d178b933b6cd7395c5644fed58995a9745f632250796734e35d [INFO] running `Command { std: "docker" "start" "-a" "e2ca8c76bac36d178b933b6cd7395c5644fed58995a9745f632250796734e35d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:111:28 [INFO] [stdout] | [INFO] [stdout] 111 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 111 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:497:28 [INFO] [stdout] | [INFO] [stdout] 497 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 497 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:684:28 [INFO] [stdout] | [INFO] [stdout] 684 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 684 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:718:28 [INFO] [stdout] | [INFO] [stdout] 718 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 718 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:736:28 [INFO] [stdout] | [INFO] [stdout] 736 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 736 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:368:20 [INFO] [stdout] | [INFO] [stdout] 368 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 368 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:448:20 [INFO] [stdout] | [INFO] [stdout] 448 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 448 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 490 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 490 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:570:20 [INFO] [stdout] | [INFO] [stdout] 570 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 570 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/var.rs:1653:31 [INFO] [stdout] | [INFO] [stdout] 1653 | assert!(exp >= 0, DIVIDE_BY_ZERO_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 1653 | assert!(exp >= 0, "{}", DIVIDE_BY_ZERO_MSG); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling pgnumeric v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:111:28 [INFO] [stdout] | [INFO] [stdout] 111 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 111 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:497:28 [INFO] [stdout] | [INFO] [stdout] 497 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 497 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:684:28 [INFO] [stdout] | [INFO] [stdout] 684 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 684 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:718:28 [INFO] [stdout] | [INFO] [stdout] 718 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 718 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/num.rs:736:28 [INFO] [stdout] | [INFO] [stdout] 736 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 736 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:368:20 [INFO] [stdout] | [INFO] [stdout] 368 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 368 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:448:20 [INFO] [stdout] | [INFO] [stdout] 448 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 448 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 490 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 490 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/ops.rs:570:20 [INFO] [stdout] | [INFO] [stdout] 570 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 570 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/var.rs:1653:31 [INFO] [stdout] | [INFO] [stdout] 1653 | assert!(exp >= 0, DIVIDE_BY_ZERO_MSG); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 1653 | assert!(exp >= 0, "{}", DIVIDE_BY_ZERO_MSG); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "e2ca8c76bac36d178b933b6cd7395c5644fed58995a9745f632250796734e35d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2ca8c76bac36d178b933b6cd7395c5644fed58995a9745f632250796734e35d", kill_on_drop: false }` [INFO] [stdout] e2ca8c76bac36d178b933b6cd7395c5644fed58995a9745f632250796734e35d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ee4789183fec24dc16291621a6bb691c12f3ac629e5fbb17a5bf280c70764a91 [INFO] running `Command { std: "docker" "start" "-a" "ee4789183fec24dc16291621a6bb691c12f3ac629e5fbb17a5bf280c70764a91", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/num.rs:111:28 [INFO] [stderr] | [INFO] [stderr] 111 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 111 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/num.rs:497:28 [INFO] [stderr] | [INFO] [stderr] 497 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 497 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/num.rs:684:28 [INFO] [stderr] | [INFO] [stderr] 684 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 684 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/num.rs:718:28 [INFO] [stderr] | [INFO] [stderr] 718 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 718 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/num.rs:736:28 [INFO] [stderr] | [INFO] [stderr] 736 | None => panic!(VALUE_OVERFLOW_MSG), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 736 | None => panic!("{}", VALUE_OVERFLOW_MSG), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ops.rs:368:20 [INFO] [stderr] | [INFO] [stderr] 368 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 368 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ops.rs:448:20 [INFO] [stderr] | [INFO] [stderr] 448 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 448 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ops.rs:490:20 [INFO] [stderr] | [INFO] [stderr] 490 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 490 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/ops.rs:570:20 [INFO] [stderr] | [INFO] [stderr] 570 | panic!(VALUE_OVERFLOW_MSG) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 570 | panic!("{}", VALUE_OVERFLOW_MSG) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/var.rs:1653:31 [INFO] [stderr] | [INFO] [stderr] 1653 | assert!(exp >= 0, DIVIDE_BY_ZERO_MSG); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 1653 | assert!(exp >= 0, "{}", DIVIDE_BY_ZERO_MSG); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `pgnumeric` (lib) generated 10 warnings [INFO] [stderr] warning: `pgnumeric` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pgnumeric-638eb7499d70fc9e) [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test binary::tests::consts ... ok [INFO] [stdout] test binary::tests::binary ... ok [INFO] [stdout] test convert::tests::from_i32 ... ok [INFO] [stdout] test convert::tests::from_bool ... ok [INFO] [stdout] test convert::tests::from_i16 ... ok [INFO] [stdout] test convert::tests::from_u8 ... ok [INFO] [stdout] test convert::tests::from_usize ... ok [INFO] [stdout] test convert::tests::from_i128 ... ok [INFO] [stdout] test convert::tests::into_f32 ... ok [INFO] [stdout] test convert::tests::into_i128 ... ok [INFO] [stdout] test convert::tests::into_i16 ... ok [INFO] [stdout] test convert::tests::from_u32 ... ok [INFO] [stdout] test convert::tests::from_i64 ... ok [INFO] [stdout] test convert::tests::from_u16 ... ok [INFO] [stdout] test convert::tests::from_u64 ... ok [INFO] [stdout] test convert::tests::into_i32 ... ok [INFO] [stdout] test convert::tests::into_i64 ... ok [INFO] [stdout] test convert::tests::into_i8 ... ok [INFO] [stdout] test convert::tests::from_i8 ... ok [INFO] [stdout] test convert::tests::from_isize ... ok [INFO] [stdout] test convert::tests::from_u128 ... ok [INFO] [stdout] test convert::tests::into_u64 ... ok [INFO] [stdout] test convert::tests::into_u8 ... ok [INFO] [stdout] test convert::tests::into_f64 ... ok [INFO] [stdout] test convert::tests::into_u16 ... ok [INFO] [stdout] test convert::tests::into_u32 ... ok [INFO] [stdout] test num::tests::abs ... ok [INFO] [stdout] test convert::tests::into_u128 ... ok [INFO] [stdout] test convert::tests::into_usize ... ok [INFO] [stdout] test convert::tests::try_from_f32 ... ok [INFO] [stdout] test num::tests::apply_typmod ... ok [INFO] [stdout] test num::tests::ceil ... ok [INFO] [stdout] test num::tests::checked_div_trunc ... ok [INFO] [stdout] test convert::tests::try_from_f64 ... ok [INFO] [stdout] test num::tests::bytes ... ok [INFO] [stdout] test convert::tests::into_isize ... ok [INFO] [stdout] test num::tests::constant ... ok [INFO] [stdout] test num::tests::floor ... ok [INFO] [stdout] test num::tests::inc ... ok [INFO] [stdout] test num::tests::hash ... ok [INFO] [stdout] test num::tests::normalize ... ok [INFO] [stdout] test num::tests::owned ... ok [INFO] [stdout] test num::tests::exp_neg_overflow - should panic ... ok [INFO] [stdout] test num::tests::ln_0 - should panic ... ok [INFO] [stdout] test num::tests::exp_overflow - should panic ... ok [INFO] [stdout] test num::tests::log_num_0 - should panic ... ok [INFO] [stdout] test num::tests::log_base_neg_1 - should panic ... ok [INFO] [stdout] test num::tests::ln_neg - should panic ... ok [INFO] [stdout] test num::tests::log_num_neg_1 - should panic ... ok [INFO] [stdout] test num::tests::round ... ok [INFO] [stdout] test num::tests::log_base_1 - should panic ... ok [INFO] [stdout] test num::tests::log_base_0 - should panic ... ok [INFO] [stdout] test num::tests::pow_base_0_exp_neg - should panic ... ok [INFO] [stdout] test num::tests::pow_base_neg_exp_non_integer - should panic ... ok [INFO] [stdout] test num::tests::pow_overflow - should panic ... ok [INFO] [stdout] test num::tests::sqrt_negative - should panic ... ok [INFO] [stdout] test num::tests::trunc ... ok [INFO] [stdout] test num::tests::sci ... ok [INFO] [stdout] test ops::tests::neg ... ok [INFO] [stdout] test ops::tests::cmp ... ok [INFO] [stdout] test ops::tests::add ... ok [INFO] [stdout] test ops::tests::div ... ok [INFO] [stdout] test ops::tests::mul ... ok [INFO] [stdout] test ops::tests::rem_div_by_zero - should panic ... ok [INFO] [stdout] test parse::tests::parse_valid ... ok [INFO] [stdout] test ops::tests::sub ... ok [INFO] [stdout] test ops::tests::rem ... ok [INFO] [stdout] test parse::tests::parse_error ... ok [INFO] [stdout] test typmod::tests::typmod ... ok [INFO] [stdout] test num::tests::sqrt ... ok [INFO] [stdout] test num::tests::signum ... ok [INFO] [stdout] test ops::tests::div_by_zero - should panic ... ok [INFO] [stdout] test num::tests::write_sci ... ok [INFO] [stdout] test num::tests::factorial ... ok [INFO] [stdout] test num::tests::exp ... ok [INFO] [stdout] test num::tests::pow ... ok [INFO] [stdout] test num::tests::log ... ok [INFO] [stdout] test num::tests::ln ... ok [INFO] [stdout] test num::tests::log2 ... ok [INFO] [stdout] test num::tests::log10 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.60s [INFO] [stdout] [INFO] [stderr] Doc-tests pgnumeric [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - (line 41) ... ok [INFO] [stdout] test src/lib.rs - (line 52) ... ok [INFO] [stdout] test src/lib.rs - (line 66) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ee4789183fec24dc16291621a6bb691c12f3ac629e5fbb17a5bf280c70764a91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee4789183fec24dc16291621a6bb691c12f3ac629e5fbb17a5bf280c70764a91", kill_on_drop: false }` [INFO] [stdout] ee4789183fec24dc16291621a6bb691c12f3ac629e5fbb17a5bf280c70764a91