[INFO] cloning repository https://github.com/utgwkk/marquee [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/utgwkk/marquee" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Futgwkk%2Fmarquee", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Futgwkk%2Fmarquee'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 752e45b9dfc1635ff84ba04337335fc0ab0c4372 [INFO] testing utgwkk/marquee against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Futgwkk%2Fmarquee" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/utgwkk/marquee 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/utgwkk/marquee [INFO] finished tweaking git repo https://github.com/utgwkk/marquee [INFO] tweaked toml for git repo https://github.com/utgwkk/marquee written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/utgwkk/marquee 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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 283441192faa5fd7dc8cbddc21e98d15fe226b615e7dcba25b9e80a053cae39e [INFO] running `Command { std: "docker" "start" "-a" "283441192faa5fd7dc8cbddc21e98d15fe226b615e7dcba25b9e80a053cae39e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "283441192faa5fd7dc8cbddc21e98d15fe226b615e7dcba25b9e80a053cae39e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "283441192faa5fd7dc8cbddc21e98d15fe226b615e7dcba25b9e80a053cae39e", kill_on_drop: false }` [INFO] [stdout] 283441192faa5fd7dc8cbddc21e98d15fe226b615e7dcba25b9e80a053cae39e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 579de8dc76115ddf340ceefc682fcd20254d6e95180563c976f9b14b1a400dde [INFO] running `Command { std: "docker" "start" "-a" "579de8dc76115ddf340ceefc682fcd20254d6e95180563c976f9b14b1a400dde", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Compiling marquee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> src/main.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | let (width, height) = get_terminal_size(win); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.93s [INFO] running `Command { std: "docker" "inspect" "579de8dc76115ddf340ceefc682fcd20254d6e95180563c976f9b14b1a400dde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "579de8dc76115ddf340ceefc682fcd20254d6e95180563c976f9b14b1a400dde", kill_on_drop: false }` [INFO] [stdout] 579de8dc76115ddf340ceefc682fcd20254d6e95180563c976f9b14b1a400dde [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] fd17ee05eebc1b0df328170326af5e182c1b44a24ebda6cec1e57a6c470ae7d7 [INFO] running `Command { std: "docker" "start" "-a" "fd17ee05eebc1b0df328170326af5e182c1b44a24ebda6cec1e57a6c470ae7d7", kill_on_drop: false }` [INFO] [stderr] Compiling marquee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `height` [INFO] [stdout] --> src/main.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | let (width, height) = get_terminal_size(win); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.36s [INFO] running `Command { std: "docker" "inspect" "fd17ee05eebc1b0df328170326af5e182c1b44a24ebda6cec1e57a6c470ae7d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd17ee05eebc1b0df328170326af5e182c1b44a24ebda6cec1e57a6c470ae7d7", kill_on_drop: false }` [INFO] [stdout] fd17ee05eebc1b0df328170326af5e182c1b44a24ebda6cec1e57a6c470ae7d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 49121b3e55bf58b4fd20b621f25d7e7ab095beedf51023c42701db3db4a07973 [INFO] running `Command { std: "docker" "start" "-a" "49121b3e55bf58b4fd20b621f25d7e7ab095beedf51023c42701db3db4a07973", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `height` [INFO] [stderr] --> src/main.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | let (width, height) = get_terminal_size(win); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_height` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `marquee` (bin "marquee" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/marquee-a5b3fc9752724831) [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" "49121b3e55bf58b4fd20b621f25d7e7ab095beedf51023c42701db3db4a07973", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49121b3e55bf58b4fd20b621f25d7e7ab095beedf51023c42701db3db4a07973", kill_on_drop: false }` [INFO] [stdout] 49121b3e55bf58b4fd20b621f25d7e7ab095beedf51023c42701db3db4a07973