[INFO] updating cached repository https://github.com/goriunov/actix-tokio-postgres-example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 16aae6058e968f65d8c485e7818a5904dc73c69d [INFO] testing goriunov/actix-tokio-postgres-example against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoriunov%2Factix-tokio-postgres-example" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/goriunov/actix-tokio-postgres-example 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 git repo https://github.com/goriunov/actix-tokio-postgres-example [INFO] finished tweaking git repo https://github.com/goriunov/actix-tokio-postgres-example [INFO] tweaked toml for git repo https://github.com/goriunov/actix-tokio-postgres-example written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/goriunov/actix-tokio-postgres-example already has a lockfile, it will not be regenerated [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] c7d42d2f1675d1e380e3bc11e2457001d7d3a85ad6d1ce476ffbc4ac8b876b72 [INFO] running `"docker" "start" "-a" "c7d42d2f1675d1e380e3bc11e2457001d7d3a85ad6d1ce476ffbc4ac8b876b72"` [INFO] [stderr] Compiling ident_case v1.0.0 [INFO] [stderr] Compiling fallible-iterator v0.1.5 [INFO] [stderr] Compiling md5 v0.5.0 [INFO] [stderr] Compiling rent_to_own v0.1.0 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling hmac v0.7.0 [INFO] [stderr] Compiling darling_core v0.8.0 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling postgres-protocol v0.3.2 (https://github.com/goriunov/rust-postgres.git#48007a9b) [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-signal v0.2.6 [INFO] [stderr] Compiling postgres-shared v0.4.1 (https://github.com/goriunov/rust-postgres.git#48007a9b) [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling darling_macro v0.8.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [INFO] [stderr] Compiling darling v0.8.0 [INFO] [stderr] Compiling derive_state_machine_future v0.1.8 [INFO] [stderr] Compiling actix v0.7.6 [INFO] [stderr] Compiling actix-net v0.2.3 [INFO] [stderr] Compiling state_machine_future v0.1.8 [INFO] [stderr] Compiling tokio-postgres v0.3.0 (https://github.com/goriunov/rust-postgres.git#48007a9b) [INFO] [stderr] Compiling actix-web v0.7.14 [INFO] [stderr] Compiling db_example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `stream` [INFO] [stderr] --> src/db.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::{stream, Future, Stream}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/main.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | fn index(req: &HttpRequest) -> &'static str { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_req` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | let mut worlds = Vec::new(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "c7d42d2f1675d1e380e3bc11e2457001d7d3a85ad6d1ce476ffbc4ac8b876b72"` [INFO] running `"docker" "rm" "-f" "c7d42d2f1675d1e380e3bc11e2457001d7d3a85ad6d1ce476ffbc4ac8b876b72"` [INFO] [stdout] c7d42d2f1675d1e380e3bc11e2457001d7d3a85ad6d1ce476ffbc4ac8b876b72 [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] 4c7000e19c4757a35877e910b39fef05a46336c3548d1cd1f0b6a93ffeae818b [INFO] running `"docker" "start" "-a" "4c7000e19c4757a35877e910b39fef05a46336c3548d1cd1f0b6a93ffeae818b"` [INFO] [stderr] Compiling db_example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `stream` [INFO] [stderr] --> src/db.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use futures::{stream, Future, Stream}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `req` [INFO] [stderr] --> src/main.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | fn index(req: &HttpRequest) -> &'static str { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_req` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 119 | let mut worlds = Vec::new(); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.89s [INFO] running `"docker" "inspect" "4c7000e19c4757a35877e910b39fef05a46336c3548d1cd1f0b6a93ffeae818b"` [INFO] running `"docker" "rm" "-f" "4c7000e19c4757a35877e910b39fef05a46336c3548d1cd1f0b6a93ffeae818b"` [INFO] [stdout] 4c7000e19c4757a35877e910b39fef05a46336c3548d1cd1f0b6a93ffeae818b [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"` [INFO] [stdout] 712210a7ce2d7d3a7dcee95d89dbbc47ad4be4271fb97fda2e1b5f1d6e0d54e1 [INFO] running `"docker" "start" "-a" "712210a7ce2d7d3a7dcee95d89dbbc47ad4be4271fb97fda2e1b5f1d6e0d54e1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/db_example-15aa0312e844323c [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "712210a7ce2d7d3a7dcee95d89dbbc47ad4be4271fb97fda2e1b5f1d6e0d54e1"` [INFO] running `"docker" "rm" "-f" "712210a7ce2d7d3a7dcee95d89dbbc47ad4be4271fb97fda2e1b5f1d6e0d54e1"` [INFO] [stdout] 712210a7ce2d7d3a7dcee95d89dbbc47ad4be4271fb97fda2e1b5f1d6e0d54e1