[INFO] cloning repository https://github.com/rogercoll/lullable
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rogercoll/lullable" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogercoll%2Flullable", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogercoll%2Flullable'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bdfbc1de3e19994a5116885d4c1b8a0017b32c93
[INFO] testing rogercoll/lullable against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogercoll%2Flullable" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rogercoll/lullable on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rogercoll/lullable
[INFO] finished tweaking git repo https://github.com/rogercoll/lullable
[INFO] tweaked toml for git repo https://github.com/rogercoll/lullable written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/rogercoll/lullable 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e1cca5c16df18c3ef5b18dbbcef24095f01196500dff5a62391b6944e874c073
[INFO] running `Command { std: "docker" "start" "-a" "e1cca5c16df18c3ef5b18dbbcef24095f01196500dff5a62391b6944e874c073", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1cca5c16df18c3ef5b18dbbcef24095f01196500dff5a62391b6944e874c073", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1cca5c16df18c3ef5b18dbbcef24095f01196500dff5a62391b6944e874c073", kill_on_drop: false }`
[INFO] [stdout] e1cca5c16df18c3ef5b18dbbcef24095f01196500dff5a62391b6944e874c073
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 43e19b99f037b471f49caf7329afd814fcbf2e75f7b763c4772802edd2a659d1
[INFO] running `Command { std: "docker" "start" "-a" "43e19b99f037b471f49caf7329afd814fcbf2e75f7b763c4772802edd2a659d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling lullable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
[INFO] running `Command { std: "docker" "inspect" "43e19b99f037b471f49caf7329afd814fcbf2e75f7b763c4772802edd2a659d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43e19b99f037b471f49caf7329afd814fcbf2e75f7b763c4772802edd2a659d1", kill_on_drop: false }`
[INFO] [stdout] 43e19b99f037b471f49caf7329afd814fcbf2e75f7b763c4772802edd2a659d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c87803a45a5225ca2275cab634c89ffe8dfcaf0d1fa34d1a837406a1455f5bea
[INFO] running `Command { std: "docker" "start" "-a" "c87803a45a5225ca2275cab634c89ffe8dfcaf0d1fa34d1a837406a1455f5bea", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]    Compiling lullable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s
[INFO] running `Command { std: "docker" "inspect" "c87803a45a5225ca2275cab634c89ffe8dfcaf0d1fa34d1a837406a1455f5bea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c87803a45a5225ca2275cab634c89ffe8dfcaf0d1fa34d1a837406a1455f5bea", kill_on_drop: false }`
[INFO] [stdout] c87803a45a5225ca2275cab634c89ffe8dfcaf0d1fa34d1a837406a1455f5bea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d4c121d3070e906123a9b5b0c5d3e78a604a1cd3d883b13153767895940a373f
[INFO] running `Command { std: "docker" "start" "-a" "d4c121d3070e906123a9b5b0c5d3e78a604a1cd3d883b13153767895940a373f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lullable-e903840e43ae0bc5)
[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] [stderr]    Doc-tests lullable
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - Lullable<T>::new (line 47) ... FAILED
[INFO] [stdout] test src/lib.rs - Lullable<T>::new (line 34) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Lullable<T>::new (line 47) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `futures::future::Lullable`, `futures::future::LullHandle`
[INFO] [stdout]  --> src/lib.rs:49:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::future::{Lullable, LullHandle};
[INFO] [stdout]   |                       ^^^^^^^^  ^^^^^^^^^^ no `LullHandle` in `future`
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       no `Lullable` in `future`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::Lullable
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::LullHandle
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Lullable<T>::new (line 34) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `futures::future::Lullable`, `futures::future::LullHandle`, `futures::future::Lulled`
[INFO] [stdout]  --> src/lib.rs:36:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::future::{Lullable, LullHandle, Lulled};
[INFO] [stdout]   |                       ^^^^^^^^  ^^^^^^^^^^  ^^^^^^ no `Lulled` in `future`
[INFO] [stdout]   |                       |         |
[INFO] [stdout]   |                       |         no `LullHandle` in `future`
[INFO] [stdout]   |                       no `Lullable` in `future`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::Lullable
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::LullHandle
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Lullable<T>::new (line 34)
[INFO] [stdout]     src/lib.rs - Lullable<T>::new (line 47)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d4c121d3070e906123a9b5b0c5d3e78a604a1cd3d883b13153767895940a373f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4c121d3070e906123a9b5b0c5d3e78a604a1cd3d883b13153767895940a373f", kill_on_drop: false }`
[INFO] [stdout] d4c121d3070e906123a9b5b0c5d3e78a604a1cd3d883b13153767895940a373f
[INFO] testing rogercoll/lullable against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frogercoll%2Flullable" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rogercoll/lullable on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rogercoll/lullable
[INFO] finished tweaking git repo https://github.com/rogercoll/lullable
[INFO] tweaked toml for git repo https://github.com/rogercoll/lullable written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/rogercoll/lullable 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8906a16cf3bfba8a37130e37b1035b12a2f40bafc29cea005d63051cde324819
[INFO] running `Command { std: "docker" "start" "-a" "8906a16cf3bfba8a37130e37b1035b12a2f40bafc29cea005d63051cde324819", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8906a16cf3bfba8a37130e37b1035b12a2f40bafc29cea005d63051cde324819", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8906a16cf3bfba8a37130e37b1035b12a2f40bafc29cea005d63051cde324819", kill_on_drop: false }`
[INFO] [stdout] 8906a16cf3bfba8a37130e37b1035b12a2f40bafc29cea005d63051cde324819
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bcb14d57170e81cac541998c8b19f167ea45749f8535382f08ccc84137e27c9a
[INFO] running `Command { std: "docker" "start" "-a" "bcb14d57170e81cac541998c8b19f167ea45749f8535382f08ccc84137e27c9a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.42
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling lullable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
[INFO] running `Command { std: "docker" "inspect" "bcb14d57170e81cac541998c8b19f167ea45749f8535382f08ccc84137e27c9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcb14d57170e81cac541998c8b19f167ea45749f8535382f08ccc84137e27c9a", kill_on_drop: false }`
[INFO] [stdout] bcb14d57170e81cac541998c8b19f167ea45749f8535382f08ccc84137e27c9a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2622130cff9ada53735bfdd75c6dd6c258c3f16b57fff64d52aec78ab4c44a2
[INFO] running `Command { std: "docker" "start" "-a" "f2622130cff9ada53735bfdd75c6dd6c258c3f16b57fff64d52aec78ab4c44a2", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tokio v1.35.1
[INFO] [stderr]    Compiling lullable v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.75s
[INFO] running `Command { std: "docker" "inspect" "f2622130cff9ada53735bfdd75c6dd6c258c3f16b57fff64d52aec78ab4c44a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2622130cff9ada53735bfdd75c6dd6c258c3f16b57fff64d52aec78ab4c44a2", kill_on_drop: false }`
[INFO] [stdout] f2622130cff9ada53735bfdd75c6dd6c258c3f16b57fff64d52aec78ab4c44a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 14a3fb449cdd935210d105dd9794a3f2bed9d92f0729197df4e45bebf9f13199
[INFO] running `Command { std: "docker" "start" "-a" "14a3fb449cdd935210d105dd9794a3f2bed9d92f0729197df4e45bebf9f13199", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lullable-e903840e43ae0bc5)
[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] [stderr]    Doc-tests lullable
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - Lullable<T>::new (line 47) ... FAILED
[INFO] [stdout] test src/lib.rs - Lullable<T>::new (line 34) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Lullable<T>::new (line 47) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `futures::future::Lullable`, `futures::future::LullHandle`
[INFO] [stdout]  --> src/lib.rs:49:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::future::{Lullable, LullHandle};
[INFO] [stdout]   |                       ^^^^^^^^  ^^^^^^^^^^ no `LullHandle` in `future`
[INFO] [stdout]   |                       |
[INFO] [stdout]   |                       no `Lullable` in `future`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::Lullable
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::LullHandle
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Lullable<T>::new (line 34) stdout ----
[INFO] [stdout] error[E0432]: unresolved imports `futures::future::Lullable`, `futures::future::LullHandle`, `futures::future::Lulled`
[INFO] [stdout]  --> src/lib.rs:36:23
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures::future::{Lullable, LullHandle, Lulled};
[INFO] [stdout]   |                       ^^^^^^^^  ^^^^^^^^^^  ^^^^^^ no `Lulled` in `future`
[INFO] [stdout]   |                       |         |
[INFO] [stdout]   |                       |         no `LullHandle` in `future`
[INFO] [stdout]   |                       no `Lullable` in `future`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::Lullable
[INFO] [stdout]   = help: consider importing this struct instead:
[INFO] [stdout]           lullable::LullHandle
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Lullable<T>::new (line 34)
[INFO] [stdout]     src/lib.rs - Lullable<T>::new (line 47)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "14a3fb449cdd935210d105dd9794a3f2bed9d92f0729197df4e45bebf9f13199", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14a3fb449cdd935210d105dd9794a3f2bed9d92f0729197df4e45bebf9f13199", kill_on_drop: false }`
[INFO] [stdout] 14a3fb449cdd935210d105dd9794a3f2bed9d92f0729197df4e45bebf9f13199
