[INFO] crate async-ssh 0.1.2 is already in cache [INFO] extracting crate async-ssh 0.1.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/async-ssh/0.1.2 [INFO] extracting crate async-ssh 0.1.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/async-ssh/0.1.2 [INFO] validating manifest of async-ssh-0.1.2 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 async-ssh-0.1.2 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 async-ssh-0.1.2 [INFO] finished frobbing async-ssh-0.1.2 [INFO] frobbed toml for async-ssh-0.1.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/async-ssh/0.1.2/Cargo.toml [INFO] started frobbing async-ssh-0.1.2 [INFO] finished frobbing async-ssh-0.1.2 [INFO] frobbed toml for async-ssh-0.1.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/async-ssh/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 async-ssh-0.1.2 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/async-ssh/0.1.2:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 28a7c28c67ea534f5bcfdc3e9d54f3506c4dab33fa0156c723dde2b4998649f9 [INFO] running `"docker" "start" "-a" "28a7c28c67ea534f5bcfdc3e9d54f3506c4dab33fa0156c723dde2b4998649f9"` [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Compiling cryptovec v0.4.6 [INFO] [stderr] Compiling yasna v0.1.3 [INFO] [stderr] Compiling thrussh-keys v0.9.5 [INFO] [stderr] Compiling thrussh v0.19.5 [INFO] [stderr] warning[E0382]: assign to part of moved value: `newkeys` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/thrussh-0.19.5/src/client/connection.rs:553:13 [INFO] [stderr] | [INFO] [stderr] 542 | let mut newkeys = kexdhdone.compute_keys( [INFO] [stderr] | ----------- move occurs because `newkeys` has type `session::NewKeys`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 552 | session.0.kex = Some(Kex::NewKeys(newkeys)); [INFO] [stderr] | ------- value moved here [INFO] [stderr] 553 | newkeys.sent = true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ value partially assigned here after move [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling async-ssh v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/session/mod.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | ) -> Box, Error = thrussh::HandlerError<()>>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = thrussh::HandlerError<()>>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.15s [INFO] running `"docker" "inspect" "28a7c28c67ea534f5bcfdc3e9d54f3506c4dab33fa0156c723dde2b4998649f9"` [INFO] running `"docker" "rm" "-f" "28a7c28c67ea534f5bcfdc3e9d54f3506c4dab33fa0156c723dde2b4998649f9"` [INFO] [stdout] 28a7c28c67ea534f5bcfdc3e9d54f3506c4dab33fa0156c723dde2b4998649f9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/async-ssh/0.1.2:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a0fb35b73085dcafd2c094711ec647ecf116e5a5d780f0f0842e38b0a49ea5e [INFO] running `"docker" "start" "-a" "6a0fb35b73085dcafd2c094711ec647ecf116e5a5d780f0f0842e38b0a49ea5e"` [INFO] [stderr] Compiling async-ssh v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/session/mod.rs:32:14 [INFO] [stderr] | [INFO] [stderr] 32 | ) -> Box, Error = thrussh::HandlerError<()>>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = thrussh::HandlerError<()>>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.40s [INFO] running `"docker" "inspect" "6a0fb35b73085dcafd2c094711ec647ecf116e5a5d780f0f0842e38b0a49ea5e"` [INFO] running `"docker" "rm" "-f" "6a0fb35b73085dcafd2c094711ec647ecf116e5a5d780f0f0842e38b0a49ea5e"` [INFO] [stdout] 6a0fb35b73085dcafd2c094711ec647ecf116e5a5d780f0f0842e38b0a49ea5e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/async-ssh/0.1.2:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 9c9dd50ca57ddd714ad8b8e461a89a335a473ff75897cb1e4f5e4d3ac78265c3 [INFO] running `"docker" "start" "-a" "9c9dd50ca57ddd714ad8b8e461a89a335a473ff75897cb1e4f5e4d3ac78265c3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/async_ssh-6380248ef0f52d8e [INFO] [stderr] Doc-tests async-ssh [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9c9dd50ca57ddd714ad8b8e461a89a335a473ff75897cb1e4f5e4d3ac78265c3"` [INFO] running `"docker" "rm" "-f" "9c9dd50ca57ddd714ad8b8e461a89a335a473ff75897cb1e4f5e4d3ac78265c3"` [INFO] [stdout] 9c9dd50ca57ddd714ad8b8e461a89a335a473ff75897cb1e4f5e4d3ac78265c3