[INFO] updating cached repository https://github.com/fxabot/fxabot [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] b2878683d0dde88e0df9daacf2605d71e84667bf [INFO] testing fxabot/fxabot against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffxabot%2Ffxabot" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fxabot/fxabot 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/fxabot/fxabot [INFO] finished tweaking git repo https://github.com/fxabot/fxabot [INFO] tweaked toml for git repo https://github.com/fxabot/fxabot written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/fxabot/fxabot 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 69dfe3d090a63c7c8ef61d958630753039ded95c7fa5626bf42765ae9c2a457e [INFO] running `"docker" "start" "-a" "69dfe3d090a63c7c8ef61d958630753039ded95c7fa5626bf42765ae9c2a457e"` [INFO] [stderr] Compiling futures v0.1.11 [INFO] [stderr] Compiling lazy_static v0.2.5 [INFO] [stderr] Compiling serde v0.9.12 [INFO] [stderr] Compiling base64 v0.4.1 [INFO] [stderr] Compiling hmac-sha1 v0.1.3 [INFO] [stderr] Compiling bytes v0.4.1 [INFO] [stderr] Compiling hyper v0.11.0-a.0 (https://github.com/hyperium/hyper#d63b7de4) [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Compiling openssl v0.9.10 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling tokio-io v0.1.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling native-tls v0.1.1 [INFO] [stderr] Compiling serde_derive v0.9.12 [INFO] [stderr] Compiling tokio-core v0.1.6 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.2 [INFO] [stderr] Compiling serde_json v0.9.9 [INFO] [stderr] Compiling toml v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.0.0 (https://github.com/hyperium/hyper-tls#74aefbe5) [INFO] [stderr] Compiling fxabot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bot/client.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | pub type Response = 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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bot/server/mod.rs:48:26 [INFO] [stderr] | [INFO] [stderr] 48 | type HandlerFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.26s [INFO] running `"docker" "inspect" "69dfe3d090a63c7c8ef61d958630753039ded95c7fa5626bf42765ae9c2a457e"` [INFO] running `"docker" "rm" "-f" "69dfe3d090a63c7c8ef61d958630753039ded95c7fa5626bf42765ae9c2a457e"` [INFO] [stdout] 69dfe3d090a63c7c8ef61d958630753039ded95c7fa5626bf42765ae9c2a457e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] cd9e9a326b8f4f050dc4ba3e5fc521194bf1d05788316b4fac61d3b330f69556 [INFO] running `"docker" "start" "-a" "cd9e9a326b8f4f050dc4ba3e5fc521194bf1d05788316b4fac61d3b330f69556"` [INFO] [stderr] Compiling fxabot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bot/client.rs:17:28 [INFO] [stderr] | [INFO] [stderr] 17 | pub type Response = 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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bot/server/mod.rs:48:26 [INFO] [stderr] | [INFO] [stderr] 48 | type HandlerFuture = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed for `std::result::Result` [INFO] [stderr] --> tests/github.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | bot.run_until(rx.then(|_| Ok(()))).unwrap(); [INFO] [stderr] | ^ consider giving this closure parameter the explicit type `std::result::Result`, where the type parameter `T` is specified [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `fxabot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "cd9e9a326b8f4f050dc4ba3e5fc521194bf1d05788316b4fac61d3b330f69556"` [INFO] running `"docker" "rm" "-f" "cd9e9a326b8f4f050dc4ba3e5fc521194bf1d05788316b4fac61d3b330f69556"` [INFO] [stdout] cd9e9a326b8f4f050dc4ba3e5fc521194bf1d05788316b4fac61d3b330f69556