[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.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCobrand%2Frusttype-bug-example" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Cobrand/rusttype-bug-example 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 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-28/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.60.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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25331b553ab1433d72624b71ec4354f1080e019fcc1665275aebe51aa4fcca49 [INFO] running `Command { std: "docker" "start" "-a" "25331b553ab1433d72624b71ec4354f1080e019fcc1665275aebe51aa4fcca49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25331b553ab1433d72624b71ec4354f1080e019fcc1665275aebe51aa4fcca49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25331b553ab1433d72624b71ec4354f1080e019fcc1665275aebe51aa4fcca49", kill_on_drop: false }` [INFO] [stdout] 25331b553ab1433d72624b71ec4354f1080e019fcc1665275aebe51aa4fcca49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e3d560de3ae9e917da2bd0b45f18dc500ae0f62cdcdf47ba3241b0ff5e7f7ba [INFO] running `Command { std: "docker" "start" "-a" "9e3d560de3ae9e917da2bd0b45f18dc500ae0f62cdcdf47ba3241b0ff5e7f7ba", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 12s [INFO] running `Command { std: "docker" "inspect" "9e3d560de3ae9e917da2bd0b45f18dc500ae0f62cdcdf47ba3241b0ff5e7f7ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e3d560de3ae9e917da2bd0b45f18dc500ae0f62cdcdf47ba3241b0ff5e7f7ba", kill_on_drop: false }` [INFO] [stdout] 9e3d560de3ae9e917da2bd0b45f18dc500ae0f62cdcdf47ba3241b0ff5e7f7ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d69117774726da24c839442e1ccc07592a63a0c6988555064fb8d608643083cd [INFO] running `Command { std: "docker" "start" "-a" "d69117774726da24c839442e1ccc07592a63a0c6988555064fb8d608643083cd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 1.28s [INFO] running `Command { std: "docker" "inspect" "d69117774726da24c839442e1ccc07592a63a0c6988555064fb8d608643083cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69117774726da24c839442e1ccc07592a63a0c6988555064fb8d608643083cd", kill_on_drop: false }` [INFO] [stdout] d69117774726da24c839442e1ccc07592a63a0c6988555064fb8d608643083cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 15a07b1120125e6d8b7ae0c522ee11dc06ea276b0f909b68a652307faaa194cf [INFO] running `Command { std: "docker" "start" "-a" "15a07b1120125e6d8b7ae0c522ee11dc06ea276b0f909b68a652307faaa194cf", kill_on_drop: false }` [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.25s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusttype_bug-f131bd15fbad4cd1) [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" "15a07b1120125e6d8b7ae0c522ee11dc06ea276b0f909b68a652307faaa194cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15a07b1120125e6d8b7ae0c522ee11dc06ea276b0f909b68a652307faaa194cf", kill_on_drop: false }` [INFO] [stdout] 15a07b1120125e6d8b7ae0c522ee11dc06ea276b0f909b68a652307faaa194cf