[INFO] updating cached repository https://github.com/zrneely/mafia [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] 6f14f62f40b78aad76cb469ee77734985aa66616 [INFO] testing zrneely/mafia against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzrneely%2Fmafia" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zrneely/mafia 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/zrneely/mafia [INFO] finished tweaking git repo https://github.com/zrneely/mafia [INFO] tweaked toml for git repo https://github.com/zrneely/mafia written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/zrneely/mafia 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] [stderr] error: the lock file /big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 74348c2507305b500b2134fdec5b9cab78b7ea94d132cef72bdcde21bc5d0e98 [INFO] running `"docker" "start" "-a" "74348c2507305b500b2134fdec5b9cab78b7ea94d132cef72bdcde21bc5d0e98"` [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling bitflags v1.2.0 [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling fragile v0.3.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling glib-sys v0.9.0 [INFO] [stderr] Compiling gobject-sys v0.9.0 [INFO] [stderr] Compiling gio-sys v0.9.0 [INFO] [stderr] Compiling pango-sys v0.9.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Compiling atk-sys v0.9.0 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling lua52-sys v0.1.2 [INFO] [stderr] Compiling session_types v0.3.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling glib v0.8.2 [INFO] [stderr] Compiling hlua v0.4.1 [INFO] [stderr] Compiling mafia v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![feature(question_mark)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0637]: `&` without an explicit lifetime name cannot be used here [INFO] [stderr] --> src/game/lua.rs:30:38 [INFO] [stderr] | [INFO] [stderr] 30 | impl Push for LuaGame where L: AsMutLua { [INFO] [stderr] | ^^^^^^^^ explicit lifetime name needed here [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | #[macro_use] extern crate session_types; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `Err` [INFO] [stderr] --> src/game/lua.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | impl Push for LuaGame where L: AsMutLua { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Err` in implementation [INFO] [stderr] | [INFO] [stderr] = note: `Err` from trait: `type Err;` [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/game/lua.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | / LuaGame { [INFO] [stderr] 13 | | num_players: self.players.len() as u64, [INFO] [stderr] 14 | | teams: unimplemented!(), [INFO] [stderr] 15 | | }); [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `for<'a> game::lua::LuaGame: hlua::PushOne<&'a mut hlua::Lua<'_>>` is not satisfied [INFO] [stderr] --> src/game/lua.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | lua.set(name, [INFO] [stderr] | ^^^ the trait `for<'a> hlua::PushOne<&'a mut hlua::Lua<'_>>` is not implemented for `game::lua::LuaGame` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0277, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: Could not compile `mafia`. [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.7.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=ff56eac45f05cfaa -C extra-filename=-ff56eac45f05cfaa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atk=/opt/rustwide/target/debug/deps/libatk-c163555b2aeaf196.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-4a7b4cf8fbd4dcc3.rmeta --extern cairo=/opt/rustwide/target/debug/deps/libcairo-67ee76af655cef68.rmeta --extern cairo_sys=/opt/rustwide/target/debug/deps/libcairo_sys-3a32c85666dc071a.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-5f6d6884ea31277f.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-674aab6f4a6b3a8d.rmeta --extern gdk_pixbuf_sys=/opt/rustwide/target/debug/deps/libgdk_pixbuf_sys-2b863baf2da1c49f.rmeta --extern gdk_sys=/opt/rustwide/target/debug/deps/libgdk_sys-d3767bec8c1619a5.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-5fced2f106357cb6.rmeta --extern gio_sys=/opt/rustwide/target/debug/deps/libgio_sys-023ade2988d0e42a.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-46aba3a74370c1cf.rmeta --extern glib_sys=/opt/rustwide/target/debug/deps/libglib_sys-69b5ed807575c7b9.rmeta --extern gobject_sys=/opt/rustwide/target/debug/deps/libgobject_sys-2954c694d2b9fd73.rmeta --extern gtk_sys=/opt/rustwide/target/debug/deps/libgtk_sys-b894fd209fa1b6fb.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-0e77721cdd2aa3ee.rmeta --extern pango_sys=/opt/rustwide/target/debug/deps/libpango_sys-7cd3d28874b2059e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "74348c2507305b500b2134fdec5b9cab78b7ea94d132cef72bdcde21bc5d0e98"` [INFO] running `"docker" "rm" "-f" "74348c2507305b500b2134fdec5b9cab78b7ea94d132cef72bdcde21bc5d0e98"` [INFO] [stdout] 74348c2507305b500b2134fdec5b9cab78b7ea94d132cef72bdcde21bc5d0e98