[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] testing cthwaite/pulp against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcthwaite%2Fpulp" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cthwaite/pulp on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] f67297eecda0d4960cdca81b28068c84b24af50436120d2f1e237eecc38d8afe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f67297eecda0d4960cdca81b28068c84b24af50436120d2f1e237eecc38d8afe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.55 [INFO] [stderr] Compiling utf-8 v0.7.2 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling term_size v0.3.1 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Compiling miniz_oxide v0.1.2 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.0 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling miniz_oxide_c_api v0.1.2 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling html5ever v0.18.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling tendril v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.1 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling string_cache v0.6.2 [INFO] [stderr] Compiling markup5ever v0.3.2 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling flate2 v1.0.1 [INFO] [stderr] Compiling zip v0.2.8 [INFO] [stderr] Compiling backtrace v0.3.7 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling 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" "f67297eecda0d4960cdca81b28068c84b24af50436120d2f1e237eecc38d8afe"` [INFO] running `"docker" "rm" "-f" "f67297eecda0d4960cdca81b28068c84b24af50436120d2f1e237eecc38d8afe"` [INFO] [stdout] f67297eecda0d4960cdca81b28068c84b24af50436120d2f1e237eecc38d8afe