[INFO] cloning repository https://github.com/abhirockzz/rust-redis-101 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abhirockzz/rust-redis-101" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabhirockzz%2Frust-redis-101", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabhirockzz%2Frust-redis-101'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a103546d28fe625288f3587678cc1def122ef49c [INFO] testing abhirockzz/rust-redis-101 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabhirockzz%2Frust-redis-101" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/abhirockzz/rust-redis-101 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/abhirockzz/rust-redis-101 [INFO] finished tweaking git repo https://github.com/abhirockzz/rust-redis-101 [INFO] tweaked toml for git repo https://github.com/abhirockzz/rust-redis-101 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/abhirockzz/rust-redis-101 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] Downloading crates ... [INFO] [stderr] Downloaded redis v0.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad69dc9d037fcecd984d5f3afd5d7f87dfacfbf76c00355543b66972220724e7 [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" "ad69dc9d037fcecd984d5f3afd5d7f87dfacfbf76c00355543b66972220724e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad69dc9d037fcecd984d5f3afd5d7f87dfacfbf76c00355543b66972220724e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad69dc9d037fcecd984d5f3afd5d7f87dfacfbf76c00355543b66972220724e7", kill_on_drop: false }` [INFO] [stdout] ad69dc9d037fcecd984d5f3afd5d7f87dfacfbf76c00355543b66972220724e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cfdced158aa0a2a31162196e5c220705a876f04e701140dbfcd8617ffbc4d28 [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" "9cfdced158aa0a2a31162196e5c220705a876f04e701140dbfcd8617ffbc4d28", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling combine v4.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.1 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling redis v0.19.0 [INFO] [stderr] Compiling redis-rust-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.23s [INFO] running `Command { std: "docker" "inspect" "9cfdced158aa0a2a31162196e5c220705a876f04e701140dbfcd8617ffbc4d28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cfdced158aa0a2a31162196e5c220705a876f04e701140dbfcd8617ffbc4d28", kill_on_drop: false }` [INFO] [stdout] 9cfdced158aa0a2a31162196e5c220705a876f04e701140dbfcd8617ffbc4d28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.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] f4f2db392059ac84628152478adf2f24dfd1d19b3e48628d4300c93fb5cb6deb [INFO] running `Command { std: "docker" "start" "-a" "f4f2db392059ac84628152478adf2f24dfd1d19b3e48628d4300c93fb5cb6deb", kill_on_drop: false }` [INFO] [stderr] Compiling redis-rust-tutorial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `Command { std: "docker" "inspect" "f4f2db392059ac84628152478adf2f24dfd1d19b3e48628d4300c93fb5cb6deb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4f2db392059ac84628152478adf2f24dfd1d19b3e48628d4300c93fb5cb6deb", kill_on_drop: false }` [INFO] [stdout] f4f2db392059ac84628152478adf2f24dfd1d19b3e48628d4300c93fb5cb6deb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", 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] 7978e0ab1b45d4afc205d77d3357845da5f193775c848be6b29cf96b70530318 [INFO] running `Command { std: "docker" "start" "-a" "7978e0ab1b45d4afc205d77d3357845da5f193775c848be6b29cf96b70530318", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/redis_rust_tutorial-31ef1509c52621a0) [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" "7978e0ab1b45d4afc205d77d3357845da5f193775c848be6b29cf96b70530318", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7978e0ab1b45d4afc205d77d3357845da5f193775c848be6b29cf96b70530318", kill_on_drop: false }` [INFO] [stdout] 7978e0ab1b45d4afc205d77d3357845da5f193775c848be6b29cf96b70530318