[INFO] updating cached repository https://github.com/AshyIsMe/riiry [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 9cfb6877ba20dfa09c85cabace2de8f870108976 [INFO] testing AshyIsMe/riiry against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAshyIsMe%2Friiry" "work/builds/worker-10/source"` [INFO] [stderr] Cloning into 'work/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AshyIsMe/riiry on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.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 work/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/AshyIsMe/riiry already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 3d8cacf13deed05486a280d2291f0255e7430df8e25a83c3730e00a4cb4f9379 [INFO] running `"docker" "start" "-a" "3d8cacf13deed05486a280d2291f0255e7430df8e25a83c3730e00a4cb4f9379"` [INFO] [stderr] Compiling gio v0.6.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling cairo-rs v0.6.0 [INFO] [stderr] Compiling gdk-pixbuf v0.6.0 [INFO] [stderr] Compiling pango 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 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 log v0.4.6 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling simple_logger v1.0.1 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling glib v0.7.1 [INFO] [stderr] Compiling rff v0.3.0 [INFO] [stderr] Compiling riiry v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `RE_TypeApplication` should have an upper case name [INFO] [stderr] --> src/applications.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | static ref RE_TypeApplication: Regex = Regex::new(r"\nType=.*Application.*\n").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RE_TYPE_APPLICATION` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `RE_ExecCommand` should have an upper case name [INFO] [stderr] --> src/applications.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | static ref RE_ExecCommand: Regex = Regex::new(r"\nExec=(.*)\n").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `RE_EXEC_COMMAND` [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=9f6a560bb05c776e -C extra-filename=-9f6a560bb05c776e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-6ca96439f7ea8df5.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-ac824a210725bad3.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-586df63c25aac8d4.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-30b6ea35e1aa0bca.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-80bc7470f6419d0d.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-2edbbcd70df68912.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-651529405f70c6b6.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-571f56b71ef6eabe.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-7a648fac7b2c2b8b.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-1d1b0421cfe53292.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-87a51b392dd0c55d.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-c69014801695ca9f.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-60f29fdf71d701cf.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-1e36c0b21669e9f0.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-806f5cf8273b470a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-9b6f9d9905cd1273.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-d3d48af5f9aedf96.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-1bf9ed5f2e647ce7.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "3d8cacf13deed05486a280d2291f0255e7430df8e25a83c3730e00a4cb4f9379"` [INFO] running `"docker" "rm" "-f" "3d8cacf13deed05486a280d2291f0255e7430df8e25a83c3730e00a4cb4f9379"` [INFO] [stdout] 3d8cacf13deed05486a280d2291f0255e7430df8e25a83c3730e00a4cb4f9379