[INFO] updating cached repository https://github.com/MggMuggins/thrussh-example-code
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 8560d3f259130052e04b0ee10fbcc949d2c8283e
[INFO] checking MggMuggins/thrussh-example-code against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMggMuggins%2Fthrussh-example-code" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/MggMuggins/thrussh-example-code on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/MggMuggins/thrussh-example-code
[INFO] finished tweaking git repo https://github.com/MggMuggins/thrussh-example-code
[INFO] tweaked toml for git repo https://github.com/MggMuggins/thrussh-example-code written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/MggMuggins/thrussh-example-code already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 84af7fd68817cd46ec64031a2467031f16df7e6c22032023c8eb4a397d97bfb4
[INFO] running `"docker" "start" "-a" "84af7fd68817cd46ec64031a2467031f16df7e6c22032023c8eb4a397d97bfb4"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]    Compiling lazy_static v1.0.1
[INFO] [stderr]    Compiling openssl v0.10.10
[INFO] [stderr]     Checking log v0.4.2
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking tokio-executor v0.1.2 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking net2 v0.2.32 (https://github.com/redox-os/net2-rs#0eae9193)
[INFO] [stderr]    Compiling backtrace-sys v0.1.23
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking atty v0.2.10
[INFO] [stderr]    Compiling openssl-sys v0.9.33
[INFO] [stderr]    Compiling thrussh-libsodium v0.1.3
[INFO] [stderr]    Compiling rand v0.4.2
[INFO] [stderr]    Compiling num_cpus v1.8.0
[INFO] [stderr]    Compiling num-integer v0.1.38
[INFO] [stderr]    Compiling num-traits v0.2.4
[INFO] [stderr]    Compiling regex v1.0.0
[INFO] [stderr]     Checking humantime v1.1.1
[INFO] [stderr]     Checking base64 v0.8.0
[INFO] [stderr]     Checking crossbeam-epoch v0.4.1
[INFO] [stderr]     Checking thread_local v0.3.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.3.1
[INFO] [stderr]     Checking bytes v0.4.8
[INFO] [stderr]     Checking tokio-timer v0.2.3 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking aho-corasick v0.6.4
[INFO] [stderr]     Checking cryptovec v0.4.5 (https://github.com/redox-os/cryptovec#13303e89)
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking mio v0.6.14 (https://github.com/redox-os/mio#d4184e04)
[INFO] [stderr]     Checking crossbeam-deque v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.2.0
[INFO] [stderr]     Checking tokio-threadpool v0.1.3 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking tokio-io v0.1.6 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking backtrace v0.3.8
[INFO] [stderr]     Checking num-complex v0.1.43
[INFO] [stderr]    Compiling rayon-core v1.4.0
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking tokio-reactor v0.1.1 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking tokio-fs v0.1.0 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking num-bigint v0.1.44
[INFO] [stderr]     Checking num-iter v0.1.37
[INFO] [stderr]     Checking tokio-udp v0.1.0 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking tokio-tcp v0.1.0 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]    Compiling rayon v0.8.2
[INFO] [stderr]     Checking env_logger v0.5.10
[INFO] [stderr]     Checking tokio v0.1.6 (https://github.com/redox-os/tokio#efcbee9b)
[INFO] [stderr]     Checking tokio-core v0.1.17 (https://github.com/redox-os/tokio-core#de035072)
[INFO] [stderr]     Checking num-rational v0.1.42
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking yasna v0.1.3
[INFO] [stderr]    Compiling ring v0.12.1
[INFO] [stderr]     Checking thrussh-keys v0.9.5 (https://github.com/redox-os/thrussh#1b839d59)
[INFO] [stderr]     Checking thrussh v0.20.0 (https://github.com/redox-os/thrussh#1b839d59)
[INFO] [stderr] error[E0382]: assign to part of moved value: `newkeys`
[INFO] [stderr]    --> /opt/rustwide/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] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0382`.
[INFO] [stderr] error: could not compile `thrussh`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "84af7fd68817cd46ec64031a2467031f16df7e6c22032023c8eb4a397d97bfb4"`
[INFO] running `"docker" "rm" "-f" "84af7fd68817cd46ec64031a2467031f16df7e6c22032023c8eb4a397d97bfb4"`
[INFO] [stdout] 84af7fd68817cd46ec64031a2467031f16df7e6c22032023c8eb4a397d97bfb4
