[INFO] updating cached repository https://github.com/cthwaite/pulp
[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] 79df9232e810ad94deb1cc2c92d9acf388afafb4
[INFO] checking cthwaite/pulp against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcthwaite%2Fpulp" "/workspace/builds/worker-9/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cthwaite/pulp 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/cthwaite/pulp
[INFO] finished tweaking git repo https://github.com/cthwaite/pulp
[INFO] tweaked toml for git repo https://github.com/cthwaite/pulp written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate git repo https://github.com/cthwaite/pulp 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 02e66d9daaa9191d1b84855e6c8b8b5e166e4b12d4b1c594fef9ab86519b00f8
[INFO] running `"docker" "start" "-a" "02e66d9daaa9191d1b84855e6c8b8b5e166e4b12d4b1c594fef9ab86519b00f8"`
[INFO] [stderr]    Compiling regex v1.0.0
[INFO] [stderr]     Checking term_size v0.3.1
[INFO] [stderr]     Checking atty v0.2.10
[INFO] [stderr]    Compiling phf_shared v0.7.22
[INFO] [stderr]    Compiling bzip2-sys v0.1.6
[INFO] [stderr]    Compiling miniz_oxide_c_api v0.1.2
[INFO] [stderr]     Checking xml-rs v0.7.0
[INFO] [stderr]     Checking regex-syntax v0.6.0
[INFO] [stderr]     Checking miniz_oxide v0.1.2
[INFO] [stderr]     Checking msdos_time v0.1.6
[INFO] [stderr]    Compiling failure_derive v0.1.1
[INFO] [stderr]     Checking tendril v0.3.1
[INFO] [stderr]     Checking phf v0.7.22
[INFO] [stderr]     Checking textwrap v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.7.22
[INFO] [stderr]     Checking clap v2.31.2
[INFO] [stderr]    Compiling string_cache_codegen v0.4.1
[INFO] [stderr]    Compiling phf_codegen v0.7.22
[INFO] [stderr]     Checking failure v0.1.1
[INFO] [stderr]     Checking flate2 v1.0.1
[INFO] [stderr]     Checking bzip2 v0.3.3
[INFO] [stderr]    Compiling string_cache v0.6.2
[INFO] [stderr]    Compiling markup5ever v0.3.2
[INFO] [stderr]     Checking zip v0.2.8
[INFO] [stderr]     Checking epub v1.1.1 (https://github.com/cthwaite/epub-rs#840315a4)
[INFO] [stderr] error[E0382]: assign to part of moved value: `node`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/epub-rs-b90edd761d0d4e3e/840315a/src/xmlutils.rs:68:29
[INFO] [stderr]    |
[INFO] [stderr] 53 |                     let mut node = XMLNode {
[INFO] [stderr]    |                         -------- move occurs because `node` has type `xmlutils::XMLNode`, which does not implement the `Copy` trait
[INFO] [stderr] ...
[INFO] [stderr] 62 |                     let arnode = Rc::new(RefCell::new(node));
[INFO] [stderr]    |                                                       ---- value moved here
[INFO] [stderr] ...
[INFO] [stderr] 68 |                             node.parent = Some(Rc::downgrade(&c));
[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 `epub`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "02e66d9daaa9191d1b84855e6c8b8b5e166e4b12d4b1c594fef9ab86519b00f8"`
[INFO] running `"docker" "rm" "-f" "02e66d9daaa9191d1b84855e6c8b8b5e166e4b12d4b1c594fef9ab86519b00f8"`
[INFO] [stdout] 02e66d9daaa9191d1b84855e6c8b8b5e166e4b12d4b1c594fef9ab86519b00f8
