[INFO] updating cached repository https://github.com/notrodes/gui_cereal [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] 9317a80cac73af647af31b3cf146587966a25665 [INFO] testing notrodes/gui_cereal against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotrodes%2Fgui_cereal" "/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/notrodes/gui_cereal 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/notrodes/gui_cereal [INFO] finished tweaking git repo https://github.com/notrodes/gui_cereal [INFO] tweaked toml for git repo https://github.com/notrodes/gui_cereal written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/notrodes/gui_cereal 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-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=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] 5bf98e336aa5d2d5306a8fd141fc9cedb34a6f535d0fdc88991d9bbf49cbe3f3 [INFO] running `"docker" "start" "-a" "5bf98e336aa5d2d5306a8fd141fc9cedb34a6f535d0fdc88991d9bbf49cbe3f3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling gio v0.8.0 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling cairo-rs v0.8.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling gdk v0.12.0 [INFO] [stderr] Compiling gtk v0.8.0 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling gio-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Compiling pango-sys v0.9.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling glib v0.9.0 [INFO] [stderr] Compiling gui_cereal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0382]: borrow of moved value: `probability` [INFO] [stderr] --> src/lib.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 35 | let probability; [INFO] [stderr] | ----------- move occurs because `probability` has type `std::option::Option>`, which does not implement the `Copy` trait [INFO] [stderr] ... [INFO] [stderr] 46 | probability.unwrap().append(&mut child); [INFO] [stderr] | ----------- value moved here [INFO] [stderr] ... [INFO] [stderr] 53 | let probability = probability.clone(); [INFO] [stderr] | ^^^^^^^^^^^ value borrowed 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 `gui_cereal`. [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: could not compile `gtk`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gtk /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=831bf7060d46ae69 -C extra-filename=-831bf7060d46ae69 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-81e58dbaa833b127.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-bae0fd3e41703743.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-b50c07ac598f2b6a.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-d81584ce427ec63a.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-fafa2d80b98b3fd1.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-fc4bc67d9ed7af36.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-a74b16aee17c0a70.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-a90a3af7cefa32b1.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-2f64bd172a39b671.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-19d7967e4792870b.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-3526eab3a56e36cd.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-a576ddd7f340b184.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-d47c4ced164e2065.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-928fbf9bf252781d.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-187d61cb50c19706.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-4a6de8b52539cf92.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "5bf98e336aa5d2d5306a8fd141fc9cedb34a6f535d0fdc88991d9bbf49cbe3f3"` [INFO] running `"docker" "rm" "-f" "5bf98e336aa5d2d5306a8fd141fc9cedb34a6f535d0fdc88991d9bbf49cbe3f3"` [INFO] [stdout] 5bf98e336aa5d2d5306a8fd141fc9cedb34a6f535d0fdc88991d9bbf49cbe3f3