[INFO] updating cached repository madmaxio/warp-tiberius [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/madmaxio/warp-tiberius [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/madmaxio/warp-tiberius" "work/ex/beta-1.38-1/sources/1.37.0/gh/madmaxio/warp-tiberius"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/madmaxio/warp-tiberius'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/madmaxio/warp-tiberius" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/madmaxio/warp-tiberius"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/madmaxio/warp-tiberius'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6283e41d2fc24f7a5dab8aa56e7cddbf68d57111 [INFO] sha for GitHub repo madmaxio/warp-tiberius: 6283e41d2fc24f7a5dab8aa56e7cddbf68d57111 [INFO] validating manifest of madmaxio/warp-tiberius on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of madmaxio/warp-tiberius on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing madmaxio/warp-tiberius [INFO] finished frobbing madmaxio/warp-tiberius [INFO] frobbed toml for madmaxio/warp-tiberius written to work/ex/beta-1.38-1/sources/1.37.0/gh/madmaxio/warp-tiberius/Cargo.toml [INFO] started frobbing madmaxio/warp-tiberius [INFO] finished frobbing madmaxio/warp-tiberius [INFO] frobbed toml for madmaxio/warp-tiberius written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/madmaxio/warp-tiberius/Cargo.toml [INFO] crate madmaxio/warp-tiberius already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing madmaxio/warp-tiberius against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/madmaxio/warp-tiberius:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 80d64e526d7ba862280cce18cb8db5127930002e14556b38a5b5d0ecbd8c4c2a [INFO] running `"docker" "start" "-a" "80d64e526d7ba862280cce18cb8db5127930002e14556b38a5b5d0ecbd8c4c2a"` [INFO] [stderr] Compiling futures-state-stream v0.1.1 [INFO] [stderr] Compiling winauth v0.0.3 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling headers-core v0.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tungstenite v0.6.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling headers v0.2.1 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling tiberius v0.3.1 (https://github.com/steffengy/tiberius#74f453bc) [INFO] [stderr] Compiling warp v0.1.12 (https://github.com/seanmonstar/warp#ff78a87e) [INFO] [stderr] Compiling warp-tiberius v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: the `and_then` method cannot be invoked on a trait object [INFO] [stderr] --> src/main.rs:9:51 [INFO] [stderr] | [INFO] [stderr] 9 | let future = SqlConnection::connect(conn_str).and_then(|conn| { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: another candidate was found in the following trait, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use futures::future::Future; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `warp-tiberius`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "80d64e526d7ba862280cce18cb8db5127930002e14556b38a5b5d0ecbd8c4c2a"` [INFO] running `"docker" "rm" "-f" "80d64e526d7ba862280cce18cb8db5127930002e14556b38a5b5d0ecbd8c4c2a"` [INFO] [stdout] 80d64e526d7ba862280cce18cb8db5127930002e14556b38a5b5d0ecbd8c4c2a