[INFO] cloning repository https://github.com/my-personal-samples/redis-stream [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/my-personal-samples/redis-stream" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmy-personal-samples%2Fredis-stream", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmy-personal-samples%2Fredis-stream'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f49e4a197a4e7d9c63722d71ebbb15cee2b61868 [INFO] testing my-personal-samples/redis-stream against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmy-personal-samples%2Fredis-stream" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/my-personal-samples/redis-stream [INFO] finished tweaking git repo https://github.com/my-personal-samples/redis-stream [INFO] tweaked toml for git repo https://github.com/my-personal-samples/redis-stream written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/my-personal-samples/redis-stream on toolchain 33835004928d3bf65db4d4712e1330766263b0bd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/my-personal-samples/redis-stream 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55cfc3f0b6c405c863d54fbdaaacef78b13d04bc80c882c083308b376a72332d [INFO] running `Command { std: "docker" "start" "-a" "55cfc3f0b6c405c863d54fbdaaacef78b13d04bc80c882c083308b376a72332d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55cfc3f0b6c405c863d54fbdaaacef78b13d04bc80c882c083308b376a72332d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55cfc3f0b6c405c863d54fbdaaacef78b13d04bc80c882c083308b376a72332d", kill_on_drop: false }` [INFO] [stdout] 55cfc3f0b6c405c863d54fbdaaacef78b13d04bc80c882c083308b376a72332d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6aa2fe050d8addb136795423c4bac2497b8a25ddbfd8f2bc04c7bc6a5212c91f [INFO] running `Command { std: "docker" "start" "-a" "6aa2fe050d8addb136795423c4bac2497b8a25ddbfd8f2bc04c7bc6a5212c91f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde v1.0.186 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling combine v4.6.6 [INFO] [stderr] Compiling serde_derive v1.0.186 [INFO] [stderr] Compiling redis v0.23.2 [INFO] [stderr] Compiling redis_stream_sample v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "6aa2fe050d8addb136795423c4bac2497b8a25ddbfd8f2bc04c7bc6a5212c91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aa2fe050d8addb136795423c4bac2497b8a25ddbfd8f2bc04c7bc6a5212c91f", kill_on_drop: false }` [INFO] [stdout] 6aa2fe050d8addb136795423c4bac2497b8a25ddbfd8f2bc04c7bc6a5212c91f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3c922f9e32637b0475a5b2ab05a8009bd45b4874ddfcdcd55d3d0cce01d8d22 [INFO] running `Command { std: "docker" "start" "-a" "a3c922f9e32637b0475a5b2ab05a8009bd45b4874ddfcdcd55d3d0cce01d8d22", kill_on_drop: false }` [INFO] [stderr] Compiling redis_stream_sample v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "a3c922f9e32637b0475a5b2ab05a8009bd45b4874ddfcdcd55d3d0cce01d8d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3c922f9e32637b0475a5b2ab05a8009bd45b4874ddfcdcd55d3d0cce01d8d22", kill_on_drop: false }` [INFO] [stdout] a3c922f9e32637b0475a5b2ab05a8009bd45b4874ddfcdcd55d3d0cce01d8d22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 88f55d44c5c237150be4b99a9626273a541ba2cd8cd48f9148762ad3e0bfe9a6 [INFO] running `Command { std: "docker" "start" "-a" "88f55d44c5c237150be4b99a9626273a541ba2cd8cd48f9148762ad3e0bfe9a6", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.2 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/redis_stream_sample-a41201848a9459a1) [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" "88f55d44c5c237150be4b99a9626273a541ba2cd8cd48f9148762ad3e0bfe9a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88f55d44c5c237150be4b99a9626273a541ba2cd8cd48f9148762ad3e0bfe9a6", kill_on_drop: false }` [INFO] [stdout] 88f55d44c5c237150be4b99a9626273a541ba2cd8cd48f9148762ad3e0bfe9a6