[INFO] updating cached repository https://github.com/petersme/Cuneifind [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] 6ee0d5ea8a6e94f5db14ed51ebd769558dd8130b [INFO] testing petersme/Cuneifind against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetersme%2FCuneifind" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petersme/Cuneifind 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/petersme/Cuneifind [INFO] finished tweaking git repo https://github.com/petersme/Cuneifind [INFO] tweaked toml for git repo https://github.com/petersme/Cuneifind written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/petersme/Cuneifind 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] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d526a554dbf6e803e9fa7852a2fe92df89bc19880c7c120e6aaa0d6c76d7fbb5 [INFO] running `"docker" "start" "-a" "d526a554dbf6e803e9fa7852a2fe92df89bc19880c7c120e6aaa0d6c76d7fbb5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling piston-float v0.2.0 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling piston-texture v0.4.0 [INFO] [stderr] Compiling bitflags v0.6.0 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling edit-distance v1.0.0 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling piston-viewport v0.2.0 [INFO] [stderr] Compiling vecmath v0.2.0 [INFO] [stderr] Compiling pistoncore-input v0.12.0 [INFO] [stderr] Compiling petgraph v0.2.10 [INFO] [stderr] Compiling piston2d-graphics v0.16.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling daggy v0.4.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling conrod v0.36.6 [INFO] [stderr] error[E0382]: borrow of moved value: `self.text` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/conrod-0.36.6/./src/widget/text_edit.rs:636:42 [INFO] [stderr] | [INFO] [stderr] 220 | let TextEdit { text, .. } = self; [INFO] [stderr] | ---- value moved here [INFO] [stderr] ... [INFO] [stderr] 636 | Wrap::Character => Text::new(&self.text).wrap_by_character(), [INFO] [stderr] | ^^^^^^^^^^ value borrowed here after move [INFO] [stderr] | [INFO] [stderr] = note: move occurs because `self.text` has type `&mut std::string::String`, which does not implement the `Copy` trait [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 `conrod`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d526a554dbf6e803e9fa7852a2fe92df89bc19880c7c120e6aaa0d6c76d7fbb5"` [INFO] running `"docker" "rm" "-f" "d526a554dbf6e803e9fa7852a2fe92df89bc19880c7c120e6aaa0d6c76d7fbb5"` [INFO] [stdout] d526a554dbf6e803e9fa7852a2fe92df89bc19880c7c120e6aaa0d6c76d7fbb5