[INFO] updating cached repository MggMuggins/thrussh-example-code [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/MggMuggins/thrussh-example-code [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/MggMuggins/thrussh-example-code" "work/ex/beta-1.38-1/sources/1.37.0/gh/MggMuggins/thrussh-example-code"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/MggMuggins/thrussh-example-code'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/MggMuggins/thrussh-example-code" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MggMuggins/thrussh-example-code"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MggMuggins/thrussh-example-code'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8560d3f259130052e04b0ee10fbcc949d2c8283e [INFO] sha for GitHub repo MggMuggins/thrussh-example-code: 8560d3f259130052e04b0ee10fbcc949d2c8283e [INFO] validating manifest of MggMuggins/thrussh-example-code 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 MggMuggins/thrussh-example-code 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 MggMuggins/thrussh-example-code [INFO] finished frobbing MggMuggins/thrussh-example-code [INFO] frobbed toml for MggMuggins/thrussh-example-code written to work/ex/beta-1.38-1/sources/1.37.0/gh/MggMuggins/thrussh-example-code/Cargo.toml [INFO] started frobbing MggMuggins/thrussh-example-code [INFO] finished frobbing MggMuggins/thrussh-example-code [INFO] frobbed toml for MggMuggins/thrussh-example-code written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MggMuggins/thrussh-example-code/Cargo.toml [INFO] crate MggMuggins/thrussh-example-code 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing MggMuggins/thrussh-example-code 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/MggMuggins/thrussh-example-code:/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] 051f45d147b4872e970d3e58fbf03f1a54cae29ce722c7e9c05eab49d9e8b150 [INFO] running `"docker" "start" "-a" "051f45d147b4872e970d3e58fbf03f1a54cae29ce722c7e9c05eab49d9e8b150"` [INFO] [stderr] Compiling openssl v0.10.10 [INFO] [stderr] Compiling net2 v0.2.32 (https://github.com/redox-os/net2-rs#0eae9193) [INFO] [stderr] Compiling tokio-executor v0.1.2 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling thrussh-libsodium v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling tokio-io v0.1.6 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling cryptovec v0.4.5 (https://github.com/redox-os/cryptovec#13303e89) [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling tokio-timer v0.2.3 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling yasna v0.1.3 [INFO] [stderr] Compiling mio v0.6.14 (https://github.com/redox-os/mio#d4184e04) [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.3 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling tokio-fs v0.1.0 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling tokio-reactor v0.1.1 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling tokio-udp v0.1.0 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling tokio-tcp v0.1.0 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling tokio v0.1.6 (https://github.com/redox-os/tokio#efcbee9b) [INFO] [stderr] Compiling tokio-core v0.1.17 (https://github.com/redox-os/tokio-core#de035072) [INFO] [stderr] Compiling thrussh-keys v0.9.5 (https://github.com/redox-os/thrussh#1b839d59) [INFO] [stderr] Compiling thrussh v0.20.0 (https://github.com/redox-os/thrussh#1b839d59) [INFO] [stderr] warning[E0382]: assign to part of moved value: `newkeys` [INFO] [stderr] --> /opt/crater/cargo-home/git/checkouts/thrussh-300f459778ec1e55/1b839d5/thrussh/src/client/connection.rs:555:13 [INFO] [stderr] | [INFO] [stderr] 544 | 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] 554 | session.0.kex = Some(Kex::NewKeys(newkeys)); [INFO] [stderr] | ------- value moved here [INFO] [stderr] 555 | 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 thrussh-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Auth`, `Session` [INFO] [stderr] --> src/bin/client.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use thrussh::server::{Auth, Session}; [INFO] [stderr] | ^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Future` [INFO] [stderr] --> src/bin/server.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.23s [INFO] running `"docker" "inspect" "051f45d147b4872e970d3e58fbf03f1a54cae29ce722c7e9c05eab49d9e8b150"` [INFO] running `"docker" "rm" "-f" "051f45d147b4872e970d3e58fbf03f1a54cae29ce722c7e9c05eab49d9e8b150"` [INFO] [stdout] 051f45d147b4872e970d3e58fbf03f1a54cae29ce722c7e9c05eab49d9e8b150 [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/MggMuggins/thrussh-example-code:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 1258f7676042e8741f5e844664cfccde8bd4b89b861620494201968ef1054977 [INFO] running `"docker" "start" "-a" "1258f7676042e8741f5e844664cfccde8bd4b89b861620494201968ef1054977"` [INFO] [stderr] Compiling thrussh-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Auth`, `Session` [INFO] [stderr] --> src/bin/client.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use thrussh::server::{Auth, Session}; [INFO] [stderr] | ^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Future` [INFO] [stderr] --> src/bin/server.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use futures::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.66s [INFO] running `"docker" "inspect" "1258f7676042e8741f5e844664cfccde8bd4b89b861620494201968ef1054977"` [INFO] running `"docker" "rm" "-f" "1258f7676042e8741f5e844664cfccde8bd4b89b861620494201968ef1054977"` [INFO] [stdout] 1258f7676042e8741f5e844664cfccde8bd4b89b861620494201968ef1054977 [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/MggMuggins/thrussh-example-code:/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" "test" "--frozen"` [INFO] [stdout] dd598ad1eac94ba862103000a4dfa27f8c15ca6f13b3028462cfefc740245b99 [INFO] running `"docker" "start" "-a" "dd598ad1eac94ba862103000a4dfa27f8c15ca6f13b3028462cfefc740245b99"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/client-42913d5a02b43b34 [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] [stderr] Running /opt/crater/target/debug/deps/server-faba02d1ff6736d3 [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] running `"docker" "inspect" "dd598ad1eac94ba862103000a4dfa27f8c15ca6f13b3028462cfefc740245b99"` [INFO] running `"docker" "rm" "-f" "dd598ad1eac94ba862103000a4dfa27f8c15ca6f13b3028462cfefc740245b99"` [INFO] [stdout] dd598ad1eac94ba862103000a4dfa27f8c15ca6f13b3028462cfefc740245b99