[INFO] updating cached repository tatref/honeyssh [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tatref/honeyssh [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tatref/honeyssh" "work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tatref/honeyssh" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tatref/honeyssh"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tatref/honeyssh'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a7e58512884e06ec03ab5310273a47d3fa0f7070 [INFO] sha for GitHub repo tatref/honeyssh: a7e58512884e06ec03ab5310273a47d3fa0f7070 [INFO] validating manifest of tatref/honeyssh 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 tatref/honeyssh 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 tatref/honeyssh [INFO] finished frobbing tatref/honeyssh [INFO] frobbed toml for tatref/honeyssh written to work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh/Cargo.toml [INFO] started frobbing tatref/honeyssh [INFO] finished frobbing tatref/honeyssh [INFO] frobbed toml for tatref/honeyssh written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tatref/honeyssh/Cargo.toml [INFO] crate tatref/honeyssh 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] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [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] [stderr] Blocking waiting for file lock on package cache [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 tatref/honeyssh 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh:/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] a9f68934e57ad4481fb25a3dd149f378406c5d0bff713c821ffc4df1f8f729c1 [INFO] running `"docker" "start" "-a" "a9f68934e57ad4481fb25a3dd149f378406c5d0bff713c821ffc4df1f8f729c1"` [INFO] [stderr] Compiling thrussh-libsodium v0.1.4 [INFO] [stderr] Compiling cryptovec v0.4.6 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling yasna v0.1.3 [INFO] [stderr] Compiling thrussh-keys v0.11.9 [INFO] [stderr] Compiling thrussh v0.20.7 [INFO] [stderr] warning[E0382]: assign to part of moved value: `newkeys` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/thrussh-0.20.7/src/client/connection.rs:550:13 [INFO] [stderr] | [INFO] [stderr] 539 | 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] 549 | session.0.kex = Some(Kex::NewKeys(newkeys)); [INFO] [stderr] | ------- value moved here [INFO] [stderr] 550 | 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 honeyssh v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.59s [INFO] running `"docker" "inspect" "a9f68934e57ad4481fb25a3dd149f378406c5d0bff713c821ffc4df1f8f729c1"` [INFO] running `"docker" "rm" "-f" "a9f68934e57ad4481fb25a3dd149f378406c5d0bff713c821ffc4df1f8f729c1"` [INFO] [stdout] a9f68934e57ad4481fb25a3dd149f378406c5d0bff713c821ffc4df1f8f729c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh:/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] 8d6c02f34efdbc985868fca33213ba1fa02ce3c64f7c959e327a93142f75198e [INFO] running `"docker" "start" "-a" "8d6c02f34efdbc985868fca33213ba1fa02ce3c64f7c959e327a93142f75198e"` [INFO] [stderr] Compiling honeyssh v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `"docker" "inspect" "8d6c02f34efdbc985868fca33213ba1fa02ce3c64f7c959e327a93142f75198e"` [INFO] running `"docker" "rm" "-f" "8d6c02f34efdbc985868fca33213ba1fa02ce3c64f7c959e327a93142f75198e"` [INFO] [stdout] 8d6c02f34efdbc985868fca33213ba1fa02ce3c64f7c959e327a93142f75198e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/tatref/honeyssh:/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] ec96470679c4cb8d244865b90b7699d01a53ef2cf673bcf58907b2b38af41e42 [INFO] running `"docker" "start" "-a" "ec96470679c4cb8d244865b90b7699d01a53ef2cf673bcf58907b2b38af41e42"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/honeyssh-03cf00c70efb5def [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" "ec96470679c4cb8d244865b90b7699d01a53ef2cf673bcf58907b2b38af41e42"` [INFO] running `"docker" "rm" "-f" "ec96470679c4cb8d244865b90b7699d01a53ef2cf673bcf58907b2b38af41e42"` [INFO] [stdout] ec96470679c4cb8d244865b90b7699d01a53ef2cf673bcf58907b2b38af41e42