[INFO] updating cached repository https://github.com/svartalf/actix-httpbin [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] c7118111931ff1559fb1312fc2685d11d5151bd5 [INFO] testing svartalf/actix-httpbin against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvartalf%2Factix-httpbin" "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/svartalf/actix-httpbin 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/svartalf/actix-httpbin [INFO] finished tweaking git repo https://github.com/svartalf/actix-httpbin [INFO] tweaked toml for git repo https://github.com/svartalf/actix-httpbin written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/svartalf/actix-httpbin 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] 6ec56140a7cae387173f9d2df5b91066c74a679ed52220dfaa69e4189e52c03f [INFO] running `"docker" "start" "-a" "6ec56140a7cae387173f9d2df5b91066c74a679ed52220dfaa69e4189e52c03f"` [INFO] [stderr] Compiling cc v1.0.13 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling hostname v0.1.4 [INFO] [stderr] Compiling serde_test v1.0.43 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling uuid v0.6.3 [INFO] [stderr] Compiling slug v0.1.3 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling http v0.1.5 [INFO] [stderr] Compiling mio-uds v0.6.4 [INFO] [stderr] Compiling url v1.7.0 [INFO] [stderr] Compiling pest_derive v1.0.7 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling resolv-conf v0.6.0 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.4 [INFO] [stderr] Compiling tokio-reactor v0.1.1 [INFO] [stderr] Compiling crossbeam-channel v0.1.2 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.16 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.0 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling h2 v0.1.6 [INFO] [stderr] Compiling tokio v0.1.5 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-signal v0.1.5 [INFO] [stderr] Compiling cookie v0.10.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling trust-dns-proto v0.3.3 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling tera v0.11.7 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling trust-dns-resolver v0.8.2 [INFO] [stderr] Compiling actix v0.5.6 [INFO] [stderr] Compiling actix-web v0.6.10 [INFO] [stderr] Compiling actix-web-httpauth v0.0.3 [INFO] [stderr] Compiling actix-httpbin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response/formatters/json.rs:6:26 [INFO] [stderr] | [INFO] [stderr] 6 | pub type JsonFuture = Future>, Error=Error>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>, Error=Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response/formatters/response.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub type ResponseFuture = Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response/formatters/json_value.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | pub type JsonValueFuture = Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/dynamic/delay.rs:11:38 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn delay(info: Path) -> Box>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/response/modifiers/args.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | let mut entry = args.entry(key.into_owned()).or_insert_with(|| { [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] warning: type alias is never used: `JsonValueFuture` [INFO] [stderr] --> src/response/formatters/json_value.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub type JsonValueFuture = Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "6ec56140a7cae387173f9d2df5b91066c74a679ed52220dfaa69e4189e52c03f"` [INFO] running `"docker" "rm" "-f" "6ec56140a7cae387173f9d2df5b91066c74a679ed52220dfaa69e4189e52c03f"` [INFO] [stdout] 6ec56140a7cae387173f9d2df5b91066c74a679ed52220dfaa69e4189e52c03f [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] f537295cbf746135fe2936a87decdc26c614847554af29d9cbf3e976fcc0cd1c [INFO] running `"docker" "start" "-a" "f537295cbf746135fe2936a87decdc26c614847554af29d9cbf3e976fcc0cd1c"` [INFO] [stderr] Compiling actix-httpbin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response/formatters/json.rs:6:26 [INFO] [stderr] | [INFO] [stderr] 6 | pub type JsonFuture = Future>, Error=Error>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>, Error=Error>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response/formatters/response.rs:8:27 [INFO] [stderr] | [INFO] [stderr] 8 | pub type ResponseFuture = Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/response/formatters/json_value.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | pub type JsonValueFuture = Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/dynamic/delay.rs:11:38 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn delay(info: Path) -> Box>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/response/modifiers/args.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | let mut entry = args.entry(key.into_owned()).or_insert_with(|| { [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] warning: type alias is never used: `JsonValueFuture` [INFO] [stderr] --> src/response/formatters/json_value.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub type JsonValueFuture = Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.27s [INFO] running `"docker" "inspect" "f537295cbf746135fe2936a87decdc26c614847554af29d9cbf3e976fcc0cd1c"` [INFO] running `"docker" "rm" "-f" "f537295cbf746135fe2936a87decdc26c614847554af29d9cbf3e976fcc0cd1c"` [INFO] [stdout] f537295cbf746135fe2936a87decdc26c614847554af29d9cbf3e976fcc0cd1c [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] 577eafd681e347e1601e6f72c67e9368e1583bd15b8732d6dd7e6591165037bd [INFO] running `"docker" "start" "-a" "577eafd681e347e1601e6f72c67e9368e1583bd15b8732d6dd7e6591165037bd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/actix_httpbin-e3bdb0e834b76ae6 [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" "577eafd681e347e1601e6f72c67e9368e1583bd15b8732d6dd7e6591165037bd"` [INFO] running `"docker" "rm" "-f" "577eafd681e347e1601e6f72c67e9368e1583bd15b8732d6dd7e6591165037bd"` [INFO] [stdout] 577eafd681e347e1601e6f72c67e9368e1583bd15b8732d6dd7e6591165037bd