[INFO] cloning repository https://github.com/thearyanahmed/todoish-not-todo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thearyanahmed/todoish-not-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthearyanahmed%2Ftodoish-not-todo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthearyanahmed%2Ftodoish-not-todo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec7ab264db1a513d81f550bd3728a41b129f4a22 [INFO] testing thearyanahmed/todoish-not-todo against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthearyanahmed%2Ftodoish-not-todo" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thearyanahmed/todoish-not-todo 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/thearyanahmed/todoish-not-todo [INFO] finished tweaking git repo https://github.com/thearyanahmed/todoish-not-todo [INFO] tweaked toml for git repo https://github.com/thearyanahmed/todoish-not-todo written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/thearyanahmed/todoish-not-todo 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 6627c26321b9b6924bf94cdd2447a60ec592304a7a24ffdcb6c8951247e83569 [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" "6627c26321b9b6924bf94cdd2447a60ec592304a7a24ffdcb6c8951247e83569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6627c26321b9b6924bf94cdd2447a60ec592304a7a24ffdcb6c8951247e83569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6627c26321b9b6924bf94cdd2447a60ec592304a7a24ffdcb6c8951247e83569", kill_on_drop: false }` [INFO] [stdout] 6627c26321b9b6924bf94cdd2447a60ec592304a7a24ffdcb6c8951247e83569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 8c7b92ebb5777b6fec34130e03ee773eb8358cf058252cafe168571ad5de8f71 [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" "8c7b92ebb5777b6fec34130e03ee773eb8358cf058252cafe168571ad5de8f71", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `cancelled` [INFO] [stdout] --> src/task/task.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn cancelled(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_empty` [INFO] [stdout] --> src/task/task_manager.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count` [INFO] [stdout] --> src/task/task_manager.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn count(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remaining_tasks` [INFO] [stdout] --> src/task/task_manager.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn remaining_tasks(&self) -> Vec<&Task> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remaining_tasks_count` [INFO] [stdout] --> src/task/task_manager.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn remaining_tasks_count(self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `completed_tasks` [INFO] [stdout] --> src/task/task_manager.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn completed_tasks(&self) -> Vec<&Task> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `completed_tasks_count` [INFO] [stdout] --> src/task/task_manager.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn completed_tasks_count(self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.87s [INFO] running `Command { std: "docker" "inspect" "8c7b92ebb5777b6fec34130e03ee773eb8358cf058252cafe168571ad5de8f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c7b92ebb5777b6fec34130e03ee773eb8358cf058252cafe168571ad5de8f71", kill_on_drop: false }` [INFO] [stdout] 8c7b92ebb5777b6fec34130e03ee773eb8358cf058252cafe168571ad5de8f71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f060c8cabd5888c6e7c0cb9bcf9735ca36bf4c06f0de3e081a9d8deba925f54 [INFO] running `Command { std: "docker" "start" "-a" "3f060c8cabd5888c6e7c0cb9bcf9735ca36bf4c06f0de3e081a9d8deba925f54", kill_on_drop: false }` [INFO] [stderr] Compiling todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `cancelled` [INFO] [stdout] --> src/task/task.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn cancelled(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_empty` [INFO] [stdout] --> src/task/task_manager.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `count` [INFO] [stdout] --> src/task/task_manager.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn count(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remaining_tasks` [INFO] [stdout] --> src/task/task_manager.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn remaining_tasks(&self) -> Vec<&Task> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remaining_tasks_count` [INFO] [stdout] --> src/task/task_manager.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn remaining_tasks_count(self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `completed_tasks` [INFO] [stdout] --> src/task/task_manager.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn completed_tasks(&self) -> Vec<&Task> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `completed_tasks_count` [INFO] [stdout] --> src/task/task_manager.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn completed_tasks_count(self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "3f060c8cabd5888c6e7c0cb9bcf9735ca36bf4c06f0de3e081a9d8deba925f54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f060c8cabd5888c6e7c0cb9bcf9735ca36bf4c06f0de3e081a9d8deba925f54", kill_on_drop: false }` [INFO] [stdout] 3f060c8cabd5888c6e7c0cb9bcf9735ca36bf4c06f0de3e081a9d8deba925f54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 0d3a1fe3114990a2c83f0485d06726a3154bbc7b5b275df310f7f789bf0a81be [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" "0d3a1fe3114990a2c83f0485d06726a3154bbc7b5b275df310f7f789bf0a81be", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: associated function is never used: `cancelled` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/task/task.rs:29:12 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 29 | pub fn cancelled(&mut self) { [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_empty` [INFO] [stderr] --> src/task/task_manager.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn is_empty(&self) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `count` [INFO] [stderr] --> src/task/task_manager.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn count(&self) -> usize { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remaining_tasks` [INFO] [stderr] --> src/task/task_manager.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | pub fn remaining_tasks(&self) -> Vec<&Task> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `remaining_tasks_count` [INFO] [stderr] --> src/task/task_manager.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | pub fn remaining_tasks_count(self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `completed_tasks` [INFO] [stderr] --> src/task/task_manager.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn completed_tasks(&self) -> Vec<&Task> { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `completed_tasks_count` [INFO] [stderr] --> src/task/task_manager.rs:62:12 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn completed_tasks_count(self) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `todo` (bin "todo" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/todo-322190e1e98cd324) [INFO] running `Command { std: "docker" "inspect" "0d3a1fe3114990a2c83f0485d06726a3154bbc7b5b275df310f7f789bf0a81be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d3a1fe3114990a2c83f0485d06726a3154bbc7b5b275df310f7f789bf0a81be", kill_on_drop: false }` [INFO] [stdout] 0d3a1fe3114990a2c83f0485d06726a3154bbc7b5b275df310f7f789bf0a81be