[INFO] crate actix-redis 0.6.1 is already in cache [INFO] testing actix-redis-0.6.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate actix-redis 0.6.1 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate actix-redis 0.6.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate actix-redis 0.6.1 [INFO] finished tweaking crates.io crate actix-redis 0.6.1 [INFO] tweaked toml for crates.io crate actix-redis 0.6.1 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 992e31dbd00f80af78fbf539dee2bcf8b39ae793ccefc27961e0a7e3f162e253 [INFO] running `"docker" "start" "-a" "992e31dbd00f80af78fbf539dee2bcf8b39ae793ccefc27961e0a7e3f162e253"` [INFO] [stderr] Compiling backoff v0.1.5 [INFO] [stderr] Compiling redis-async v0.4.5 [INFO] [stderr] Compiling actix-http v0.2.10 [INFO] [stderr] Compiling awc v0.2.7 [INFO] [stderr] Compiling actix v0.8.3 [INFO] [stderr] Compiling actix-web v1.0.8 [INFO] [stderr] Compiling actix-http-test v0.2.5 [INFO] [stderr] Compiling actix-session v0.2.0 [INFO] [stderr] Compiling actix-redis v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/session.rs:129:23 [INFO] [stderr] | [INFO] [stderr] 129 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.61s [INFO] running `"docker" "inspect" "992e31dbd00f80af78fbf539dee2bcf8b39ae793ccefc27961e0a7e3f162e253"` [INFO] running `"docker" "rm" "-f" "992e31dbd00f80af78fbf539dee2bcf8b39ae793ccefc27961e0a7e3f162e253"` [INFO] [stdout] 992e31dbd00f80af78fbf539dee2bcf8b39ae793ccefc27961e0a7e3f162e253 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] ee56ed960de89123d754229d7dd9269344b6690b109df8ea8774234adc65fd61 [INFO] running `"docker" "start" "-a" "ee56ed960de89123d754229d7dd9269344b6690b109df8ea8774234adc65fd61"` [INFO] [stderr] Compiling actix-redis v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/session.rs:129:23 [INFO] [stderr] | [INFO] [stderr] 129 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `HttpServer` [INFO] [stderr] --> src/session.rs:370:28 [INFO] [stderr] | [INFO] [stderr] 370 | App, HttpResponse, HttpServer, Result, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `actix-redis`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name actix_redis src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="actix-service"' --cfg 'feature="actix-session"' --cfg 'feature="actix-utils"' --cfg 'feature="actix-web"' --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="web"' -C metadata=0b6eef4177d69a8b -C extra-filename=-0b6eef4177d69a8b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix=/opt/rustwide/target/debug/deps/libactix-8d0d1d19b8b80694.rlib --extern actix_http=/opt/rustwide/target/debug/deps/libactix_http-f89fa35f9704e3a1.rlib --extern actix_http_test=/opt/rustwide/target/debug/deps/libactix_http_test-d01e3b880263ab02.rlib --extern actix_service=/opt/rustwide/target/debug/deps/libactix_service-e8c40789ef2565e1.rlib --extern actix_session=/opt/rustwide/target/debug/deps/libactix_session-e6d119288029ef7c.rlib --extern actix_utils=/opt/rustwide/target/debug/deps/libactix_utils-96b1d6756d175969.rlib --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-42953dd8788bc076.rlib --extern backoff=/opt/rustwide/target/debug/deps/libbackoff-15e65a589f33ea1d.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-70869ed046bc23c3.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b5c930eea7e6a6f.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-416d2cbfac600b8f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b3137668da1ed946.rlib --extern redis_async=/opt/rustwide/target/debug/deps/libredis_async-d4d8e2f6b0c37438.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7b151d47f3e0e035.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-29f99890b391278a.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-64b8b09fb4a6d2bc.rlib --extern tokio_codec=/opt/rustwide/target/debug/deps/libtokio_codec-8ee668973fc7dcd0.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-4b5ea16c4f9dda91.rlib --extern tokio_tcp=/opt/rustwide/target/debug/deps/libtokio_tcp-154cb168d2c4be4d.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-f66bd34361c58f86/out -L native=/opt/rustwide/target/debug/build/brotli-sys-de174f951843a8e1/out -L native=/opt/rustwide/target/debug/build/miniz-sys-6fe73e17669e05dc/out -L native=/opt/rustwide/target/debug/build/ring-a4f1c45432ae6be3/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ee56ed960de89123d754229d7dd9269344b6690b109df8ea8774234adc65fd61"` [INFO] running `"docker" "rm" "-f" "ee56ed960de89123d754229d7dd9269344b6690b109df8ea8774234adc65fd61"` [INFO] [stdout] ee56ed960de89123d754229d7dd9269344b6690b109df8ea8774234adc65fd61