[INFO] crate sshc 1.0.0 is already in cache [INFO] testing sshc-1.0.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate sshc 1.0.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate sshc 1.0.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sshc 1.0.0 [INFO] finished tweaking crates.io crate sshc 1.0.0 [INFO] tweaked toml for crates.io crate sshc 1.0.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da063654c145c305121c38cbb0a78d7e084bc8937696233d1d633d0ff46ab1c6 [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" "da063654c145c305121c38cbb0a78d7e084bc8937696233d1d633d0ff46ab1c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da063654c145c305121c38cbb0a78d7e084bc8937696233d1d633d0ff46ab1c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da063654c145c305121c38cbb0a78d7e084bc8937696233d1d633d0ff46ab1c6", kill_on_drop: false }` [INFO] [stdout] da063654c145c305121c38cbb0a78d7e084bc8937696233d1d633d0ff46ab1c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f7ab30b6b5dcb287fdc62ce162874623a0831ebb3f7a303262606ddaa45d5051 [INFO] running `Command { std: "docker" "start" "-a" "f7ab30b6b5dcb287fdc62ce162874623a0831ebb3f7a303262606ddaa45d5051", kill_on_drop: false }` [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling cursive v0.6.4 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling errno v0.2.6 [INFO] [stderr] Compiling chan v0.1.23 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling shellexpand v1.1.1 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling exec v0.3.1 [INFO] [stderr] Compiling chan-signal v0.2.0 [INFO] [stderr] Compiling sshc v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/config.rs:271:16 [INFO] [stdout] | [INFO] [stdout] 271 | MIN...MAX => Ok(Tunnel { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / error_chain! { [INFO] [stdout] 68 | | foreign_links { [INFO] [stdout] 69 | | Io(io::Error); [INFO] [stdout] 70 | | Toml(toml::de::Error); [INFO] [stdout] 71 | | } [INFO] [stdout] 72 | | } [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/config.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / error_chain! { [INFO] [stdout] 68 | | foreign_links { [INFO] [stdout] 69 | | Io(io::Error); [INFO] [stdout] 70 | | Toml(toml::de::Error); [INFO] [stdout] 71 | | } [INFO] [stdout] 72 | | } [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] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/execution.rs:83:14 [INFO] [stdout] | [INFO] [stdout] 83 | .flatten() [INFO] [stdout] | ^^^^^^^ multiple `flatten` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `itertools::Intersperse` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `T` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 81 | let args: Vec<_> = std::iter::Iterator::flatten(self.command_parts.into_iter() [INFO] [stdout] 82 | .intersperse(vec!["-t".into()])) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 81 | let args: Vec<_> = itertools::Itertools::flatten(self.command_parts.into_iter() [INFO] [stdout] 82 | .intersperse(vec!["-t".into()])) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/config.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | / error_chain! { [INFO] [stdout] 68 | | foreign_links { [INFO] [stdout] 69 | | Io(io::Error); [INFO] [stdout] 70 | | Toml(toml::de::Error); [INFO] [stdout] 71 | | } [INFO] [stdout] 72 | | } [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] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sshc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f7ab30b6b5dcb287fdc62ce162874623a0831ebb3f7a303262606ddaa45d5051", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7ab30b6b5dcb287fdc62ce162874623a0831ebb3f7a303262606ddaa45d5051", kill_on_drop: false }` [INFO] [stdout] f7ab30b6b5dcb287fdc62ce162874623a0831ebb3f7a303262606ddaa45d5051