[INFO] fetching crate storylets 0.5.0... [INFO] testing storylets-0.5.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate storylets 0.5.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate storylets 0.5.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate storylets 0.5.0 [INFO] finished tweaking crates.io crate storylets 0.5.0 [INFO] tweaked toml for crates.io crate storylets 0.5.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate storylets 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "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] 84bdf7036115fb5936044ea85033a4b593d4501030f2928a7b73af4493cdd762 [INFO] running `Command { std: "docker" "start" "-a" "84bdf7036115fb5936044ea85033a4b593d4501030f2928a7b73af4493cdd762", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84bdf7036115fb5936044ea85033a4b593d4501030f2928a7b73af4493cdd762", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84bdf7036115fb5936044ea85033a4b593d4501030f2928a7b73af4493cdd762", kill_on_drop: false }` [INFO] [stdout] 84bdf7036115fb5936044ea85033a4b593d4501030f2928a7b73af4493cdd762 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fc9e2014c60a9c3e1e233fcecb4a8e3cc39df06eede517e3865d686f42e6491 [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" "3fc9e2014c60a9c3e1e233fcecb4a8e3cc39df06eede517e3865d686f42e6491", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling unidecode v0.3.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.7 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling throne v0.3.0 [INFO] [stderr] Compiling storylets v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:542:31 [INFO] [stdout] | [INFO] [stdout] 542 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() 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] 542 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:590:31 [INFO] [stdout] | [INFO] [stdout] 590 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() 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] 590 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:736:42 [INFO] [stdout] | [INFO] [stdout] 736 | ... unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() 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] 736 - unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stdout] 736 + unreachable!("unhandled result effect type: {:?}", effect_type) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.73s [INFO] running `Command { std: "docker" "inspect" "3fc9e2014c60a9c3e1e233fcecb4a8e3cc39df06eede517e3865d686f42e6491", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fc9e2014c60a9c3e1e233fcecb4a8e3cc39df06eede517e3865d686f42e6491", kill_on_drop: false }` [INFO] [stdout] 3fc9e2014c60a9c3e1e233fcecb4a8e3cc39df06eede517e3865d686f42e6491 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3601e9b63094cfb2a873b5a2bb183d5c03a778fdd7fd9f02fa440496673d6870 [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" "3601e9b63094cfb2a873b5a2bb183d5c03a778fdd7fd9f02fa440496673d6870", kill_on_drop: false }` [INFO] [stderr] Compiling colored v1.9.2 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:542:31 [INFO] [stdout] | [INFO] [stdout] 542 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() 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] 542 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:590:31 [INFO] [stdout] | [INFO] [stdout] 590 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() 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] 590 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:736:42 [INFO] [stdout] | [INFO] [stdout] 736 | ... unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() 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] 736 - unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stdout] 736 + unreachable!("unhandled result effect type: {:?}", effect_type) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling storylets v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:542:31 [INFO] [stdout] | [INFO] [stdout] 542 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() 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] 542 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:590:31 [INFO] [stdout] | [INFO] [stdout] 590 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() 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] 590 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:736:42 [INFO] [stdout] | [INFO] [stdout] 736 | ... unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() 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] 736 - unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stdout] 736 + unreachable!("unhandled result effect type: {:?}", effect_type) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:2390:17 [INFO] [stdout] | [INFO] [stdout] 2390 | format!("{} should be <= {}", pass_count, 3) [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] = note: the assert!() 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] 2390 - format!("{} should be <= {}", pass_count, 3) [INFO] [stdout] 2390 + "{} should be <= {}", pass_count, 3 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:2394:17 [INFO] [stdout] | [INFO] [stdout] 2394 | format!("{} should be <= {}", fail_count, 100 - 3) [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] = note: the assert!() 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] 2394 - format!("{} should be <= {}", fail_count, 100 - 3) [INFO] [stdout] 2394 + "{} should be <= {}", fail_count, 100 - 3 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:2420:17 [INFO] [stdout] | [INFO] [stdout] 2420 | format!("{} should be >= {}", pass_count, count * 21 / 100) [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] = note: the assert!() 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] 2420 - format!("{} should be >= {}", pass_count, count * 21 / 100) [INFO] [stdout] 2420 + "{} should be >= {}", pass_count, count * 21 / 100 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:2424:17 [INFO] [stdout] | [INFO] [stdout] 2424 | format!("{} should be <= {}", pass_count, count * 27 / 100) [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] = note: the assert!() 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] 2424 - format!("{} should be <= {}", pass_count, count * 27 / 100) [INFO] [stdout] 2424 + "{} should be <= {}", pass_count, count * 27 / 100 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:2429:17 [INFO] [stdout] | [INFO] [stdout] 2429 | format!("{} should be >= {}", fail_count, count * (100 - 27) / 100) [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] = note: the assert!() 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] 2429 - format!("{} should be >= {}", fail_count, count * (100 - 27) / 100) [INFO] [stdout] 2429 + "{} should be >= {}", fail_count, count * (100 - 27) / 100 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/context.rs:2433:17 [INFO] [stdout] | [INFO] [stdout] 2433 | format!("{} should be <= {}", fail_count, count * (100 - 21) / 100) [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] = note: the assert!() 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] 2433 - format!("{} should be <= {}", fail_count, count * (100 - 21) / 100) [INFO] [stdout] 2433 + "{} should be <= {}", fail_count, count * (100 - 21) / 100 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.80s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/storylets-31a4bf7af503c994) [INFO] running `Command { std: "docker" "inspect" "3601e9b63094cfb2a873b5a2bb183d5c03a778fdd7fd9f02fa440496673d6870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3601e9b63094cfb2a873b5a2bb183d5c03a778fdd7fd9f02fa440496673d6870", kill_on_drop: false }` [INFO] [stdout] 3601e9b63094cfb2a873b5a2bb183d5c03a778fdd7fd9f02fa440496673d6870 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "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] 3e27c3a0bbf9cf2d88a14900dc800585b795145e00131500f9eae84042d44bf2 [INFO] running `Command { std: "docker" "start" "-a" "3e27c3a0bbf9cf2d88a14900dc800585b795145e00131500f9eae84042d44bf2", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] [INFO] [stderr] --> src/context.rs:542:31 [INFO] [stdout] running 21 tests [INFO] [stderr] | [INFO] [stderr] 542 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of unreachable!() 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] 542 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:590:31 [INFO] [stderr] | [INFO] [stderr] 590 | _ => unreachable!(p.to_string(&string_cache)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of unreachable!() 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] 590 | _ => unreachable!("{}", p.to_string(&string_cache)), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:736:42 [INFO] [stderr] | [INFO] [stderr] 736 | ... unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the unreachable!() 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] 736 - unreachable!(format!("unhandled result effect type: {:?}", effect_type)) [INFO] [stderr] 736 + unreachable!("unhandled result effect type: {:?}", effect_type) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:2390:17 [INFO] [stderr] | [INFO] [stderr] 2390 | format!("{} should be <= {}", pass_count, 3) [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] = note: the assert!() 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] 2390 - format!("{} should be <= {}", pass_count, 3) [INFO] [stderr] 2390 + "{} should be <= {}", pass_count, 3 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:2394:17 [INFO] [stderr] | [INFO] [stderr] 2394 | format!("{} should be <= {}", fail_count, 100 - 3) [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] = note: the assert!() 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] 2394 - format!("{} should be <= {}", fail_count, 100 - 3) [INFO] [stderr] 2394 + "{} should be <= {}", fail_count, 100 - 3 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:2420:17 [INFO] [stderr] | [INFO] [stderr] 2420 | format!("{} should be >= {}", pass_count, count * 21 / 100) [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] = note: the assert!() 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] 2420 - format!("{} should be >= {}", pass_count, count * 21 / 100) [INFO] [stderr] 2420 + "{} should be >= {}", pass_count, count * 21 / 100 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:2424:17 [INFO] [stderr] | [INFO] [stderr] 2424 | format!("{} should be <= {}", pass_count, count * 27 / 100) [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] = note: the assert!() 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] 2424 - format!("{} should be <= {}", pass_count, count * 27 / 100) [INFO] [stderr] 2424 + "{} should be <= {}", pass_count, count * 27 / 100 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:2429:17 [INFO] [stderr] | [INFO] [stderr] 2429 | format!("{} should be >= {}", fail_count, count * (100 - 27) / 100) [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] = note: the assert!() 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] 2429 - format!("{} should be >= {}", fail_count, count * (100 - 27) / 100) [INFO] [stderr] 2429 + "{} should be >= {}", fail_count, count * (100 - 27) / 100 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/context.rs:2433:17 [INFO] [stderr] | [INFO] [stderr] 2433 | format!("{} should be <= {}", fail_count, count * (100 - 21) / 100) [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] = note: the assert!() 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] 2433 - format!("{} should be <= {}", fail_count, count * (100 - 21) / 100) [INFO] [stderr] 2433 + "{} should be <= {}", fail_count, count * (100 - 21) / 100 [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `storylets` (lib) generated 3 warnings [INFO] [stderr] warning: `storylets` (lib test) generated 9 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/storylets-31a4bf7af503c994) [INFO] [stdout] test context::tests::test_concise_syntax ... ok [INFO] [stdout] test context::tests::test_branch_quality_gt_failed ... ok [INFO] [stdout] test context::tests::test_card_quality_missing_failed ... ok [INFO] [stdout] test context::tests::test_select_branch_add_phrase ... ok [INFO] [stdout] test context::tests::test_branch_quality_gt_passed ... ok [INFO] [stdout] test context::tests::test_result_requirements ... ok [INFO] [stdout] test grammar::tests::test_pluralize ... ok [INFO] [stdout] test context::tests::test_populate_cards ... ok [INFO] [stdout] test context::tests::test_change_quality ... ok [INFO] [stdout] test context::tests::test_branch_quality_gt_failed_message ... ok [INFO] [stdout] test context::tests::test_select_branch_set_quality ... ok [INFO] [stdout] test context::tests::test_select_branch_change_quality ... ok [INFO] [stdout] test context::tests::test_difficulty_probability ... ok [INFO] [stdout] test context::tests::test_set_active_script ... ok [INFO] [stdout] test context::tests::test_urgency ... ok [INFO] [stdout] test context::tests::test_set_quality ... ok [INFO] [stdout] test context::tests::test_quality_change_descriptions_lose ... ok [INFO] [stdout] test context::tests::test_quality_descriptions ... ok [INFO] [stdout] test context::tests::test_quality_change_descriptions_increase ... ok [INFO] [stdout] test context::tests::test_quality_change_descriptions_decrease ... ok [INFO] [stderr] Doc-tests storylets [INFO] [stdout] test context::tests::test_difficulty_distribution ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.53s [INFO] [stdout] [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" "3e27c3a0bbf9cf2d88a14900dc800585b795145e00131500f9eae84042d44bf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e27c3a0bbf9cf2d88a14900dc800585b795145e00131500f9eae84042d44bf2", kill_on_drop: false }` [INFO] [stdout] 3e27c3a0bbf9cf2d88a14900dc800585b795145e00131500f9eae84042d44bf2