[INFO] cloning repository https://github.com/keithyin/mini_tokio
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keithyin/mini_tokio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithyin%2Fmini_tokio", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithyin%2Fmini_tokio'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d22a66b8ac5f4b9a8556b07d8e5d83f018fd270
[INFO] checking keithyin/mini_tokio against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithyin%2Fmini_tokio" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/keithyin/mini_tokio
[INFO] finished tweaking git repo https://github.com/keithyin/mini_tokio
[INFO] tweaked toml for git repo https://github.com/keithyin/mini_tokio written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/keithyin/mini_tokio on toolchain 32cd9114712a24010b0583624dc52ac302194128
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/keithyin/mini_tokio already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f17732e640b9330f2bd08fcd5e7104131a4765b6f8293fd475332f7026308211
[INFO] running `Command { std: "docker" "start" "-a" "f17732e640b9330f2bd08fcd5e7104131a4765b6f8293fd475332f7026308211", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f17732e640b9330f2bd08fcd5e7104131a4765b6f8293fd475332f7026308211", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f17732e640b9330f2bd08fcd5e7104131a4765b6f8293fd475332f7026308211", kill_on_drop: false }`
[INFO] [stdout] f17732e640b9330f2bd08fcd5e7104131a4765b6f8293fd475332f7026308211
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 709ad7367c1996a01a028612f71e8b7600b45e39efceb398e94514aaf62eec19
[INFO] running `Command { std: "docker" "start" "-a" "709ad7367c1996a01a028612f71e8b7600b45e39efceb398e94514aaf62eec19", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]     Checking futures-sink v0.3.15
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-io v0.3.15
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking slab v0.4.3
[INFO] [stderr]     Checking pin-project-lite v0.2.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling crossbeam-utils v0.8.4
[INFO] [stderr]    Compiling memoffset v0.6.3
[INFO] [stderr]    Compiling futures-macro v0.3.15
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking crossbeam-epoch v0.9.4
[INFO] [stderr]     Checking crossbeam-queue v0.3.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking crossbeam v0.8.0
[INFO] [stderr]     Checking futures-executor v0.3.15
[INFO] [stderr]     Checking futures v0.3.15
[INFO] [stderr]     Checking mini_tokio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `rand`
[INFO] [stdout]  --> src/static_bound_demo.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand;
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand`
[INFO] [stdout]  --> src/static_bound_demo.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use rand;
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MiniTokio` is never constructed
[INFO] [stdout]  --> src/mini_tokio.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct MiniTokio {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Task` is never constructed
[INFO] [stdout]   --> src/mini_tokio.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct Task {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `run`, `new`, and `spawn` are never used
[INFO] [stdout]   --> src/mini_tokio.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl MiniTokio {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 26 |     fn run(&self) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn new() -> MiniTokio {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn spawn<F>(&self, future: F)
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `schedule` is never used
[INFO] [stdout]   --> src/mini_tokio.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl Task {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 52 |     fn schedule(self: &Arc<Self>) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `poll` and `spawn` are never used
[INFO] [stdout]   --> src/mini_tokio.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl Task {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 63 |     fn poll(self: Arc<Self>) {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     fn spawn<F>(future: F, sender: &channel::Sender<Arc<Task>>)
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/mini_tokio.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         self.executor.send(self.clone());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let _ = self.executor.send(self.clone());
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `testBoxPin` should have a snake case name
[INFO] [stdout]    --> src/mini_tokio.rs:100:8
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn testBoxPin() {
[INFO] [stdout]     |        ^^^^^^^^^^ help: convert the identifier to snake case: `test_box_pin`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MiniTokio` is never constructed
[INFO] [stdout]  --> src/mini_tokio.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct MiniTokio {
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Task` is never constructed
[INFO] [stdout]   --> src/mini_tokio.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct Task {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `run`, `new`, and `spawn` are never used
[INFO] [stdout]   --> src/mini_tokio.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl MiniTokio {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 26 |     fn run(&self) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn new() -> MiniTokio {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn spawn<F>(&self, future: F)
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `schedule` is never used
[INFO] [stdout]   --> src/mini_tokio.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | impl Task {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 52 |     fn schedule(self: &Arc<Self>) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `poll` and `spawn` are never used
[INFO] [stdout]   --> src/mini_tokio.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl Task {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 63 |     fn poll(self: Arc<Self>) {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     fn spawn<F>(future: F, sender: &channel::Sender<Arc<Task>>)
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `drop_static` is never used
[INFO] [stdout]  --> src/static_bound_demo.rs:3:4
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn drop_static<T: 'static>(t: T) {
[INFO] [stdout]   |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/mini_tokio.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         self.executor.send(self.clone());
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 53 |         let _ = self.executor.send(self.clone());
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s
[INFO] running `Command { std: "docker" "inspect" "709ad7367c1996a01a028612f71e8b7600b45e39efceb398e94514aaf62eec19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "709ad7367c1996a01a028612f71e8b7600b45e39efceb398e94514aaf62eec19", kill_on_drop: false }`
[INFO] [stdout] 709ad7367c1996a01a028612f71e8b7600b45e39efceb398e94514aaf62eec19
