[INFO] updating cached repository https://github.com/netvl/sshc [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] 1b857f1ee7ed1c1291a3598bed212b27714673ed [INFO] testing netvl/sshc against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnetvl%2Fsshc" "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/netvl/sshc 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/netvl/sshc [INFO] finished tweaking git repo https://github.com/netvl/sshc [INFO] tweaked toml for git repo https://github.com/netvl/sshc written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/netvl/sshc 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] 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] c486c21ddf1766b925aadabb36334c7a6516f2a222476065a6ef9f4bef3281ce [INFO] running `"docker" "start" "-a" "c486c21ddf1766b925aadabb36334c7a6516f2a222476065a6ef9f4bef3281ce"` [INFO] [stderr] Compiling gcc v0.3.53 [INFO] [stderr] Compiling cursive v0.6.5-pre (https://github.com/gyscos/Cursive#415d0bba) [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling shellexpand v1.0.0 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling itertools v0.6.1 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling chan v0.1.19 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling exec v0.3.0 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling chan-signal v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling sshc v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/config.rs:271:16 [INFO] [stderr] | [INFO] [stderr] 271 | MIN...MAX => Ok(Tunnel { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> src/execution.rs:83:14 [INFO] [stderr] | [INFO] [stderr] 83 | .flatten() [INFO] [stderr] | ^^^^^^^ multiple `flatten` found [INFO] [stderr] | [INFO] [stderr] = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `itertools::Intersperse<_>` [INFO] [stderr] = help: to disambiguate the method call, write `std::iter::Iterator::flatten(self.command_parts.into_iter() [INFO] [stderr] .intersperse(vec!["-t".into()]))` instead [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` [INFO] [stderr] = help: to disambiguate the method call, write `itertools::Itertools::flatten(self.command_parts.into_iter() [INFO] [stderr] .intersperse(vec!["-t".into()]))` instead [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/config.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / error_chain! { [INFO] [stderr] 68 | | foreign_links { [INFO] [stderr] 69 | | Io(io::Error); [INFO] [stderr] 70 | | Toml(toml::de::Error); [INFO] [stderr] 71 | | } [INFO] [stderr] 72 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/config.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | / error_chain! { [INFO] [stderr] 68 | | foreign_links { [INFO] [stderr] 69 | | Io(io::Error); [INFO] [stderr] 70 | | Toml(toml::de::Error); [INFO] [stderr] 71 | | } [INFO] [stderr] 72 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: Could not compile `sshc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c486c21ddf1766b925aadabb36334c7a6516f2a222476065a6ef9f4bef3281ce"` [INFO] running `"docker" "rm" "-f" "c486c21ddf1766b925aadabb36334c7a6516f2a222476065a6ef9f4bef3281ce"` [INFO] [stdout] c486c21ddf1766b925aadabb36334c7a6516f2a222476065a6ef9f4bef3281ce