[INFO] crate riiry 0.1.8 is already in cache [INFO] testing riiry-0.1.8 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate riiry 0.1.8 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate riiry 0.1.8 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate riiry 0.1.8 [INFO] finished tweaking crates.io crate riiry 0.1.8 [INFO] tweaked toml for crates.io crate riiry 0.1.8 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "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=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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] ca2dcb8f29ce9a26c322a003d3fa87a1303ecd0f592bcd5b12e88e0f37d620f0 [INFO] running `"docker" "start" "-a" "ca2dcb8f29ce9a26c322a003d3fa87a1303ecd0f592bcd5b12e88e0f37d620f0"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling gio v0.6.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling pango v0.6.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cairo-rs v0.6.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 regex-syntax v0.6.17 [INFO] [stderr] Compiling gtk v0.6.0 [INFO] [stderr] Compiling sublime_fuzzy 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 cairo-sys-rs v0.8.0 [INFO] [stderr] Compiling pango-sys v0.8.0 [INFO] [stderr] Compiling gdk-sys v0.8.0 [INFO] [stderr] Compiling atk-sys v0.8.0 [INFO] [stderr] Compiling gtk-sys v0.8.0 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling glib v0.7.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling pretty_env_logger v0.3.1 [INFO] [stderr] Compiling rff v0.3.0 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling failure v0.1.7 [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=df8b86340ea88274 -C extra-filename=-df8b86340ea88274 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-d2400d6e8122b199.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-3c78476ff5f60308.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-fa5c904703fedf20.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-bc3f7d4bedc9d3f4.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-f5e6240ff40adfe0.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-49dcfb5aee18c705.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-a2d9e609b1751154.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-e40af2f956e9cd96.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-363b81420d895dae.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-b1d1c5ee9a90b70c.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-b46079bcfa381711.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-42e3cb70b3b53833.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-89aa28c2cc5da9b9.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-ecdcb63a78e50967.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-d3b27746d2d43a8a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "ca2dcb8f29ce9a26c322a003d3fa87a1303ecd0f592bcd5b12e88e0f37d620f0"` [INFO] running `"docker" "rm" "-f" "ca2dcb8f29ce9a26c322a003d3fa87a1303ecd0f592bcd5b12e88e0f37d620f0"` [INFO] [stdout] ca2dcb8f29ce9a26c322a003d3fa87a1303ecd0f592bcd5b12e88e0f37d620f0