[INFO] cloning repository https://github.com/azdle/futures-based-server-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/azdle/futures-based-server-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazdle%2Ffutures-based-server-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazdle%2Ffutures-based-server-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11269927a8f995349a558aa200fb7735c5edeec7 [INFO] checking azdle/futures-based-server-example against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazdle%2Ffutures-based-server-example" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/azdle/futures-based-server-example on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/azdle/futures-based-server-example [INFO] finished tweaking git repo https://github.com/azdle/futures-based-server-example [INFO] tweaked toml for git repo https://github.com/azdle/futures-based-server-example written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/azdle/futures-based-server-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded percent-encoding v1.0.0 [INFO] [stderr] Downloaded relay v0.1.0 [INFO] [stderr] Downloaded httparse v1.2.3 [INFO] [stderr] Downloaded futures-cpupool v0.1.7 [INFO] [stderr] Downloaded mio v0.6.11 [INFO] [stderr] Downloaded cc v1.0.3 [INFO] [stderr] Downloaded base64 v0.6.0 [INFO] [stderr] Downloaded unicase v2.0.0 [INFO] [stderr] Downloaded hyper v0.11.6 [INFO] [stderr] Downloaded libc v0.2.33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cba19cd0f30882ea20fdb6f7026dd264303b21af127843c0bd8c48a4a2c6925f [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" "cba19cd0f30882ea20fdb6f7026dd264303b21af127843c0bd8c48a4a2c6925f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cba19cd0f30882ea20fdb6f7026dd264303b21af127843c0bd8c48a4a2c6925f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cba19cd0f30882ea20fdb6f7026dd264303b21af127843c0bd8c48a4a2c6925f", kill_on_drop: false }` [INFO] [stdout] cba19cd0f30882ea20fdb6f7026dd264303b21af127843c0bd8c48a4a2c6925f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5c19e39633247b9959172c612b5f5c22b2674cce5b0d7008cc27f4f3d9ef453 [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" "d5c19e39633247b9959172c612b5f5c22b2674cce5b0d7008cc27f4f3d9ef453", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Checking httparse v1.2.3 [INFO] [stderr] Checking percent-encoding v1.0.0 [INFO] [stderr] Checking iovec v0.1.1 [INFO] [stderr] Checking rand v0.3.17 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking relay v0.1.0 [INFO] [stderr] Checking net2 v0.2.31 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Checking futures-cpupool v0.1.7 [INFO] [stderr] Checking bytes v0.4.5 [INFO] [stderr] Checking mio v0.6.11 [INFO] [stderr] Checking tokio-io v0.1.3 [INFO] [stderr] Checking mime v0.3.5 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Checking tokio-core v0.1.10 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking hyper v0.11.6 [INFO] [stderr] Checking backtrace v0.3.3 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking tokio-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | type Future = Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / error_chain!{ [INFO] [stdout] 20 | | foreign_links { [INFO] [stdout] 21 | | Io(::std::io::Error); [INFO] [stdout] 22 | | NetAddrParse(::std::net::AddrParseError); [INFO] [stdout] 23 | | Hyper(::hyper::Error); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / error_chain!{ [INFO] [stdout] 20 | | foreign_links { [INFO] [stdout] 21 | | Io(::std::io::Error); [INFO] [stdout] 22 | | NetAddrParse(::std::net::AddrParseError); [INFO] [stdout] 23 | | Hyper(::hyper::Error); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | type Future = Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / error_chain!{ [INFO] [stdout] 20 | | foreign_links { [INFO] [stdout] 21 | | Io(::std::io::Error); [INFO] [stdout] 22 | | NetAddrParse(::std::net::AddrParseError); [INFO] [stdout] 23 | | Hyper(::hyper::Error); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / error_chain!{ [INFO] [stdout] 20 | | foreign_links { [INFO] [stdout] 21 | | Io(::std::io::Error); [INFO] [stdout] 22 | | NetAddrParse(::std::net::AddrParseError); [INFO] [stdout] 23 | | Hyper(::hyper::Error); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / error_chain!{ [INFO] [stdout] 20 | | foreign_links { [INFO] [stdout] 21 | | Io(::std::io::Error); [INFO] [stdout] 22 | | NetAddrParse(::std::net::AddrParseError); [INFO] [stdout] 23 | | Hyper(::hyper::Error); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / error_chain!{ [INFO] [stdout] 20 | | foreign_links { [INFO] [stdout] 21 | | Io(::std::io::Error); [INFO] [stdout] 22 | | NetAddrParse(::std::net::AddrParseError); [INFO] [stdout] 23 | | Hyper(::hyper::Error); [INFO] [stdout] 24 | | } [INFO] [stdout] 25 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.19s [INFO] running `Command { std: "docker" "inspect" "d5c19e39633247b9959172c612b5f5c22b2674cce5b0d7008cc27f4f3d9ef453", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5c19e39633247b9959172c612b5f5c22b2674cce5b0d7008cc27f4f3d9ef453", kill_on_drop: false }` [INFO] [stdout] d5c19e39633247b9959172c612b5f5c22b2674cce5b0d7008cc27f4f3d9ef453