[INFO] cloning repository https://github.com/Cobrand/rusttype-bug-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Cobrand/rusttype-bug-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCobrand%2Frusttype-bug-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCobrand%2Frusttype-bug-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b4f49c64b1ef0d72712bd70c8b833b4cd23f9ad [INFO] testing Cobrand/rusttype-bug-example against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCobrand%2Frusttype-bug-example" "/workspace/builds/worker-72/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-72/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Cobrand/rusttype-bug-example on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Cobrand/rusttype-bug-example [INFO] finished tweaking git repo https://github.com/Cobrand/rusttype-bug-example [INFO] tweaked toml for git repo https://github.com/Cobrand/rusttype-bug-example written to /workspace/builds/worker-72/source/Cargo.toml [INFO] crate git repo https://github.com/Cobrand/rusttype-bug-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ab_glyph_rasterizer v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e12078cb9ed87a79966002fe847a31a5047708ecb04a6dd4d842ecc9d01adfd [INFO] running `Command { std: "docker" "start" "-a" "4e12078cb9ed87a79966002fe847a31a5047708ecb04a6dd4d842ecc9d01adfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e12078cb9ed87a79966002fe847a31a5047708ecb04a6dd4d842ecc9d01adfd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e12078cb9ed87a79966002fe847a31a5047708ecb04a6dd4d842ecc9d01adfd", kill_on_drop: false }` [INFO] [stdout] 4e12078cb9ed87a79966002fe847a31a5047708ecb04a6dd4d842ecc9d01adfd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 38f06b13056fbafaa410dbbd290977ff2364c526147708653788d9ec8ea236d4 [INFO] running `Command { std: "docker" "start" "-a" "38f06b13056fbafaa410dbbd290977ff2364c526147708653788d9ec8ea236d4", kill_on_drop: false }` [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.2 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling rusttype-bug v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 10 | | "error constructing a Font from data at {:?}", [INFO] [stdout] 11 | | font_path [INFO] [stdout] 12 | | )); [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] 9 ~ panic!( [INFO] [stdout] 10 | "error constructing a Font from data at {:?}", [INFO] [stdout] 11 | font_path [INFO] [stdout] 12 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s [INFO] running `Command { std: "docker" "inspect" "38f06b13056fbafaa410dbbd290977ff2364c526147708653788d9ec8ea236d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38f06b13056fbafaa410dbbd290977ff2364c526147708653788d9ec8ea236d4", kill_on_drop: false }` [INFO] [stdout] 38f06b13056fbafaa410dbbd290977ff2364c526147708653788d9ec8ea236d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df3830209a4650f9db85d66755f580e5f5779f70d06623288d7f099a122f1e07 [INFO] running `Command { std: "docker" "start" "-a" "df3830209a4650f9db85d66755f580e5f5779f70d06623288d7f099a122f1e07", kill_on_drop: false }` [INFO] [stderr] Compiling rusttype-bug v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 10 | | "error constructing a Font from data at {:?}", [INFO] [stdout] 11 | | font_path [INFO] [stdout] 12 | | )); [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] 9 ~ panic!( [INFO] [stdout] 10 | "error constructing a Font from data at {:?}", [INFO] [stdout] 11 | font_path [INFO] [stdout] 12 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "df3830209a4650f9db85d66755f580e5f5779f70d06623288d7f099a122f1e07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df3830209a4650f9db85d66755f580e5f5779f70d06623288d7f099a122f1e07", kill_on_drop: false }` [INFO] [stdout] df3830209a4650f9db85d66755f580e5f5779f70d06623288d7f099a122f1e07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1c95ee25fbab536442cd6a145ef7ec4e687e2088e6bb05c74fa61864f28d2fd0 [INFO] running `Command { std: "docker" "start" "-a" "1c95ee25fbab536442cd6a145ef7ec4e687e2088e6bb05c74fa61864f28d2fd0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 10 | | "error constructing a Font from data at {:?}", [INFO] [stderr] 11 | | font_path [INFO] [stderr] 12 | | )); [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] 9 ~ panic!( [INFO] [stderr] 10 | "error constructing a Font from data at {:?}", [INFO] [stderr] 11 | font_path [INFO] [stderr] 12 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rusttype-bug` (bin "rusttype-bug" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusttype_bug-d31973d56b1a2d69) [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" "1c95ee25fbab536442cd6a145ef7ec4e687e2088e6bb05c74fa61864f28d2fd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c95ee25fbab536442cd6a145ef7ec4e687e2088e6bb05c74fa61864f28d2fd0", kill_on_drop: false }` [INFO] [stdout] 1c95ee25fbab536442cd6a145ef7ec4e687e2088e6bb05c74fa61864f28d2fd0