[INFO] cloning repository https://github.com/drconopoima/sequence-generator-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/drconopoima/sequence-generator-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrconopoima%2Fsequence-generator-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrconopoima%2Fsequence-generator-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8bf6cd353ed73d51d8f0bdd1284415c4fb5d42f [INFO] testing drconopoima/sequence-generator-rust against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrconopoima%2Fsequence-generator-rust" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/drconopoima/sequence-generator-rust on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/drconopoima/sequence-generator-rust [INFO] finished tweaking git repo https://github.com/drconopoima/sequence-generator-rust [INFO] tweaked toml for git repo https://github.com/drconopoima/sequence-generator-rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/drconopoima/sequence-generator-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded getrandom v0.2.1 [INFO] [stderr] Downloaded rand_core v0.6.1 [INFO] [stderr] Downloaded rand v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea3e33e7fde2f00a5dabbb3d48378940135083f9bbe139ba2f96067b4f3ce771 [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" "ea3e33e7fde2f00a5dabbb3d48378940135083f9bbe139ba2f96067b4f3ce771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea3e33e7fde2f00a5dabbb3d48378940135083f9bbe139ba2f96067b4f3ce771", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea3e33e7fde2f00a5dabbb3d48378940135083f9bbe139ba2f96067b4f3ce771", kill_on_drop: false }` [INFO] [stdout] ea3e33e7fde2f00a5dabbb3d48378940135083f9bbe139ba2f96067b4f3ce771 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--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] fc2efab9a84a2a793ab8c3f9ae290bcf296b01a319b1ec18673a5b1579d88b16 [INFO] running `Command { std: "docker" "start" "-a" "fc2efab9a84a2a793ab8c3f9ae290bcf296b01a319b1ec18673a5b1579d88b16", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling sequence-generator-rust v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 106 | | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 107 | | properties, [INFO] [stdout] 108 | | (error).duration() [INFO] [stdout] 109 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 105 ~ panic!( [INFO] [stdout] 106 | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 107 | properties, [INFO] [stdout] 108 | (error).duration() [INFO] [stdout] 109 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:125:28 [INFO] [stdout] | [INFO] [stdout] 125 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 126 | | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 127 | | properties, [INFO] [stdout] 128 | | (error).duration() [INFO] [stdout] 129 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 125 ~ panic!( [INFO] [stdout] 126 | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 127 | properties, [INFO] [stdout] 128 | (error).duration() [INFO] [stdout] 129 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.55s [INFO] running `Command { std: "docker" "inspect" "fc2efab9a84a2a793ab8c3f9ae290bcf296b01a319b1ec18673a5b1579d88b16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc2efab9a84a2a793ab8c3f9ae290bcf296b01a319b1ec18673a5b1579d88b16", kill_on_drop: false }` [INFO] [stdout] fc2efab9a84a2a793ab8c3f9ae290bcf296b01a319b1ec18673a5b1579d88b16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6960f1c89f0f4513e8b0d89a32df6d7142c9d0ab31c4853fcd28a723318a3254 [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" "6960f1c89f0f4513e8b0d89a32df6d7142c9d0ab31c4853fcd28a723318a3254", kill_on_drop: false }` [INFO] [stderr] Compiling sequence-generator-rust v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sequence_generator.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 253 | | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stdout] 254 | | UNIX_EPOCH, (error).duration() [INFO] [stdout] 255 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 252 ~ panic!( [INFO] [stdout] 253 | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stdout] 254 | UNIX_EPOCH, (error).duration() [INFO] [stdout] 255 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sequence_generator.rs:273:24 [INFO] [stdout] | [INFO] [stdout] 273 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 274 | | "SequenceGeneratorSystemTimeError: Failed to get current timestamp from custom epoch {:?}, difference {:?}", [INFO] [stdout] 275 | | UNIX_EPOCH, (error).duration() [INFO] [stdout] 276 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 273 ~ panic!( [INFO] [stdout] 274 | "SequenceGeneratorSystemTimeError: Failed to get current timestamp from custom epoch {:?}, difference {:?}", [INFO] [stdout] 275 | UNIX_EPOCH, (error).duration() [INFO] [stdout] 276 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sequence_generator.rs:287:24 [INFO] [stdout] | [INFO] [stdout] 287 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 288 | | "SequenceGeneratorSystemTimeError: Failed to get elapsed time, difference {:?}", [INFO] [stdout] 289 | | (error).duration() [INFO] [stdout] 290 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 287 ~ panic!( [INFO] [stdout] 288 | "SequenceGeneratorSystemTimeError: Failed to get elapsed time, difference {:?}", [INFO] [stdout] 289 | (error).duration() [INFO] [stdout] 290 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/sequence_generator.rs:431:28 [INFO] [stdout] | [INFO] [stdout] 431 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 432 | | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stdout] 433 | | UNIX_EPOCH, (error).duration() [INFO] [stdout] 434 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 431 ~ panic!( [INFO] [stdout] 432 | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stdout] 433 | UNIX_EPOCH, (error).duration() [INFO] [stdout] 434 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 106 | | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 107 | | properties, [INFO] [stdout] 108 | | (error).duration() [INFO] [stdout] 109 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 105 ~ panic!( [INFO] [stdout] 106 | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 107 | properties, [INFO] [stdout] 108 | (error).duration() [INFO] [stdout] 109 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:125:28 [INFO] [stdout] | [INFO] [stdout] 125 | panic!(format!( [INFO] [stdout] | ____________________________^ [INFO] [stdout] 126 | | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 127 | | properties, [INFO] [stdout] 128 | | (error).duration() [INFO] [stdout] 129 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 125 ~ panic!( [INFO] [stdout] 126 | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stdout] 127 | properties, [INFO] [stdout] 128 | (error).duration() [INFO] [stdout] 129 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `Command { std: "docker" "inspect" "6960f1c89f0f4513e8b0d89a32df6d7142c9d0ab31c4853fcd28a723318a3254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6960f1c89f0f4513e8b0d89a32df6d7142c9d0ab31c4853fcd28a723318a3254", kill_on_drop: false }` [INFO] [stdout] 6960f1c89f0f4513e8b0d89a32df6d7142c9d0ab31c4853fcd28a723318a3254 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "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] 29f8cc952c8ed2004e05f746a557422717dfd9d2ca00e0ca62a0240d6e4c3960 [INFO] running `Command { std: "docker" "start" "-a" "29f8cc952c8ed2004e05f746a557422717dfd9d2ca00e0ca62a0240d6e4c3960", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sequence_generator.rs:252:24 [INFO] [stderr] | [INFO] [stderr] 252 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 253 | | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stderr] 254 | | UNIX_EPOCH, (error).duration() [INFO] [stderr] 255 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 252 ~ panic!( [INFO] [stderr] 253 | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stderr] 254 | UNIX_EPOCH, (error).duration() [INFO] [stderr] 255 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sequence_generator.rs:273:24 [INFO] [stderr] | [INFO] [stderr] 273 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 274 | | "SequenceGeneratorSystemTimeError: Failed to get current timestamp from custom epoch {:?}, difference {:?}", [INFO] [stderr] 275 | | UNIX_EPOCH, (error).duration() [INFO] [stderr] 276 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 273 ~ panic!( [INFO] [stderr] 274 | "SequenceGeneratorSystemTimeError: Failed to get current timestamp from custom epoch {:?}, difference {:?}", [INFO] [stderr] 275 | UNIX_EPOCH, (error).duration() [INFO] [stderr] 276 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sequence_generator.rs:287:24 [INFO] [stderr] | [INFO] [stderr] 287 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 288 | | "SequenceGeneratorSystemTimeError: Failed to get elapsed time, difference {:?}", [INFO] [stderr] 289 | | (error).duration() [INFO] [stderr] 290 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 287 ~ panic!( [INFO] [stderr] 288 | "SequenceGeneratorSystemTimeError: Failed to get elapsed time, difference {:?}", [INFO] [stderr] 289 | (error).duration() [INFO] [stderr] 290 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/sequence_generator.rs:431:28 [INFO] [stderr] | [INFO] [stderr] 431 | panic!(format!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 432 | | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stderr] 433 | | UNIX_EPOCH, (error).duration() [INFO] [stderr] 434 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 431 ~ panic!( [INFO] [stderr] 432 | "SequenceGeneratorSystemTimeError: Failed to get timestamp from custom epoch {:?}, difference {:?}", [INFO] [stderr] 433 | UNIX_EPOCH, (error).duration() [INFO] [stderr] 434 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `sequence-generator-rust` (lib test) generated 4 warnings [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:105:28 [INFO] [stderr] | [INFO] [stderr] 105 | panic!(format!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 106 | | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stderr] 107 | | properties, [INFO] [stderr] 108 | | (error).duration() [INFO] [stderr] 109 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 105 ~ panic!( [INFO] [stderr] 106 | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stderr] 107 | properties, [INFO] [stderr] 108 | (error).duration() [INFO] [stderr] 109 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:125:28 [INFO] [stderr] | [INFO] [stderr] 125 | panic!(format!( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 126 | | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stderr] 127 | | properties, [INFO] [stderr] 128 | | (error).duration() [INFO] [stderr] 129 | | )) [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] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 125 ~ panic!( [INFO] [stderr] 126 | "SequenceGeneratorError: Failed to get ID from properties {:?}. SystemTimeError difference {:?}", [INFO] [stderr] 127 | properties, [INFO] [stderr] 128 | (error).duration() [INFO] [stderr] 129 ~ ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `sequence-generator-rust` (bin "sequence_generator" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sequence_generator-b7e1dce51df682ed) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test sequence_generator::tests::wait_next ... ok [INFO] [stdout] test sequence_generator::tests::gen_id ... ok [INFO] [stdout] test sequence_generator::tests::wait_until ... ok [INFO] [stdout] test sequence_generator::tests::timestamp_from ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sequence_generator-b0d607090d48f44b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests sequence_generator [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "29f8cc952c8ed2004e05f746a557422717dfd9d2ca00e0ca62a0240d6e4c3960", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29f8cc952c8ed2004e05f746a557422717dfd9d2ca00e0ca62a0240d6e4c3960", kill_on_drop: false }` [INFO] [stdout] 29f8cc952c8ed2004e05f746a557422717dfd9d2ca00e0ca62a0240d6e4c3960