[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 1.38.0 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-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/goriunov/actix-tokio-postgres-example on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-7/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 0da482a9146af745ccab53e908eed10089abaae16ba0df8596adb6bde1b9fb59 [INFO] running `"docker" "start" "-a" "0da482a9146af745ccab53e908eed10089abaae16ba0df8596adb6bde1b9fb59"` [INFO] [stderr] Compiling flate2-crc v0.1.1 [INFO] [stderr] Compiling fallible-iterator v0.1.5 [INFO] [stderr] Compiling md5 v0.5.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling postgres-protocol v0.3.2 (https://github.com/goriunov/rust-postgres.git#48007a9b) [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling flate2 v1.0.5 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-udp v0.1.2 [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 h2 v0.1.13 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling darling_core v0.8.0 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling darling_macro v0.8.0 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling darling v0.8.0 [INFO] [stderr] Compiling derive_state_machine_future v0.1.8 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [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 v0.7.6 [INFO] [stderr] Compiling actix-net v0.2.3 [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 25s [INFO] running `"docker" "inspect" "0da482a9146af745ccab53e908eed10089abaae16ba0df8596adb6bde1b9fb59"` [INFO] running `"docker" "rm" "-f" "0da482a9146af745ccab53e908eed10089abaae16ba0df8596adb6bde1b9fb59"` [INFO] [stdout] 0da482a9146af745ccab53e908eed10089abaae16ba0df8596adb6bde1b9fb59 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c45e388519bd2b064e16ab06f0f201b6f09cc6cf4d3eb37cbff35b93cfc25e55 [INFO] running `"docker" "start" "-a" "c45e388519bd2b064e16ab06f0f201b6f09cc6cf4d3eb37cbff35b93cfc25e55"` [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 3.71s [INFO] running `"docker" "inspect" "c45e388519bd2b064e16ab06f0f201b6f09cc6cf4d3eb37cbff35b93cfc25e55"` [INFO] running `"docker" "rm" "-f" "c45e388519bd2b064e16ab06f0f201b6f09cc6cf4d3eb37cbff35b93cfc25e55"` [INFO] [stdout] c45e388519bd2b064e16ab06f0f201b6f09cc6cf4d3eb37cbff35b93cfc25e55 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] aa4e9361ec66c242da5a25ea6004a979fce337724270e45bf34567b873e148e7 [INFO] running `"docker" "start" "-a" "aa4e9361ec66c242da5a25ea6004a979fce337724270e45bf34567b873e148e7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/db_example-de809dced8cf2858 [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" "aa4e9361ec66c242da5a25ea6004a979fce337724270e45bf34567b873e148e7"` [INFO] running `"docker" "rm" "-f" "aa4e9361ec66c242da5a25ea6004a979fce337724270e45bf34567b873e148e7"` [INFO] [stdout] aa4e9361ec66c242da5a25ea6004a979fce337724270e45bf34567b873e148e7