[INFO] updating cached repository https://github.com/AshyIsMe/riiry [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] b6ea7256367d30962a9fde44bface7709f06af61 [INFO] testing AshyIsMe/riiry against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAshyIsMe%2Friiry" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AshyIsMe/riiry 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/AshyIsMe/riiry [INFO] finished tweaking git repo https://github.com/AshyIsMe/riiry [INFO] tweaked toml for git repo https://github.com/AshyIsMe/riiry written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/AshyIsMe/riiry 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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] f1f5fa2a3f3abe979a8ecc036812286cfbf93a765828f990992d9618d9787dcd [INFO] running `"docker" "start" "-a" "f1f5fa2a3f3abe979a8ecc036812286cfbf93a765828f990992d9618d9787dcd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling gio v0.6.0 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling cairo-rs v0.6.0 [INFO] [stderr] Compiling pango v0.6.0 [INFO] [stderr] Compiling fragile v0.3.0 [INFO] [stderr] Compiling gdk-pixbuf v0.6.0 [INFO] [stderr] Compiling atk v0.6.0 [INFO] [stderr] Compiling gdk v0.10.0 [INFO] [stderr] Compiling gtk v0.6.0 [INFO] [stderr] Compiling glib-sys v0.8.0 [INFO] [stderr] Compiling gobject-sys v0.8.0 [INFO] [stderr] Compiling gio-sys v0.8.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.8.0 [INFO] [stderr] Compiling pango-sys v0.8.0 [INFO] [stderr] Compiling cairo-sys-rs v0.8.0 [INFO] [stderr] Compiling atk-sys v0.8.0 [INFO] [stderr] Compiling gdk-sys v0.8.0 [INFO] [stderr] Compiling gtk-sys v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling glib v0.7.1 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling pretty_env_logger v0.3.1 [INFO] [stderr] Compiling rff v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling riiry v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `failure::err_msg` [INFO] [stderr] --> src/files.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use failure::err_msg; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::ResultExt` [INFO] [stderr] --> src/files.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use failure::ResultExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/applications.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | tx.send(vec![String::from(entry.path().to_str().unwrap())]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/files.rs:34:13 [INFO] [stderr] | [INFO] [stderr] 34 | tx.send(vec![String::from(entry.path().to_str().unwrap())]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="v3_16"' --cfg 'feature="v3_18"' --cfg 'feature="v3_20"' --cfg 'feature="v3_22"' -C metadata=e1285320e6c631be -C extra-filename=-e1285320e6c631be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-83b90452062d7574.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-dc1375d881d6fec3.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-2e0281eb30364c11.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-f89e66143b02b20e.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-d11440153ae7e2ef.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-caacfc8cd92b18ae.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-88416c003aaa6790.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-93a226aec0afd361.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-5b8c9741a033f415.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-76f72d92ed8d627d.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-580f02e5f48e7a02.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-e5080ff587103b83.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-beccffd797fb801a.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-af2decbcd81070b3.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-44366687cb4f55d7.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "f1f5fa2a3f3abe979a8ecc036812286cfbf93a765828f990992d9618d9787dcd"` [INFO] running `"docker" "rm" "-f" "f1f5fa2a3f3abe979a8ecc036812286cfbf93a765828f990992d9618d9787dcd"` [INFO] [stdout] f1f5fa2a3f3abe979a8ecc036812286cfbf93a765828f990992d9618d9787dcd