[INFO] cloning repository https://github.com/robmoss/rusty_train [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robmoss/rusty_train" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobmoss%2Frusty_train", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobmoss%2Frusty_train'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62d419cc11df851ee0bbb0ea1ccdcaf252170219 [INFO] testing robmoss/rusty_train against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobmoss%2Frusty_train" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robmoss/rusty_train on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/robmoss/rusty_train [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/robmoss/rusty_train [INFO] tweaked toml for git repo https://github.com/robmoss/rusty_train written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/robmoss/rusty_train already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cairo-rs v0.14.7 [INFO] [stderr] Downloaded pangocairo-sys v0.14.0 [INFO] [stderr] Downloaded gdk v0.14.2 [INFO] [stderr] Downloaded gtk v0.14.1 [INFO] [stderr] Downloaded glib v0.14.5 [INFO] [stderr] Downloaded pango v0.14.3 [INFO] [stderr] Downloaded gio v0.14.6 [INFO] [stderr] Downloaded pangocairo v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1c644aa58bf4cbb42e8680ed903f56a5e06fab25452242753ae3b43948387f7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c1c644aa58bf4cbb42e8680ed903f56a5e06fab25452242753ae3b43948387f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1c644aa58bf4cbb42e8680ed903f56a5e06fab25452242753ae3b43948387f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1c644aa58bf4cbb42e8680ed903f56a5e06fab25452242753ae3b43948387f7", kill_on_drop: false }` [INFO] [stdout] c1c644aa58bf4cbb42e8680ed903f56a5e06fab25452242753ae3b43948387f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7f6661045e8e07ef187ae55607fca72e55d68f0aec792b23f25f103f832ff013 [INFO] running `Command { std: "docker" "start" "-a" "7f6661045e8e07ef187ae55607fca72e55d68f0aec792b23f25f103f832ff013", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling pkg-config v0.3.20 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling version-compare v0.0.11 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling gio v0.14.6 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling cfg-expr v0.8.1 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling field-offset v0.3.4 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling gtk v0.14.1 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling system-deps v3.2.0 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling glib-macros v0.14.1 [INFO] [stderr] Compiling gtk3-macros v0.14.0 [INFO] [stderr] Compiling glib-sys v0.14.0 [INFO] [stderr] Compiling gobject-sys v0.14.0 [INFO] [stderr] Compiling pango-sys v0.14.0 [INFO] [stderr] Compiling cairo-sys-rs v0.14.0 [INFO] [stderr] Compiling gio-sys v0.14.0 [INFO] [stderr] Compiling pangocairo-sys v0.14.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.14.0 [INFO] [stderr] Compiling atk-sys v0.14.0 [INFO] [stderr] Compiling gdk-sys v0.14.0 [INFO] [stderr] Compiling gtk-sys v0.14.0 [INFO] [stderr] Compiling glib v0.14.5 [INFO] [stderr] Compiling cairo-rs v0.14.7 [INFO] [stderr] Compiling pango v0.14.3 [INFO] [stderr] Compiling atk v0.14.0 [INFO] [stderr] Compiling pangocairo v0.14.0 [INFO] [stderr] Compiling n18hex v0.1.0 (/opt/rustwide/workdir/crates/n18hex) [INFO] [stderr] Compiling n18tile v0.1.0 (/opt/rustwide/workdir/crates/n18tile) [INFO] [stderr] Compiling n18token v0.1.0 (/opt/rustwide/workdir/crates/n18token) [INFO] [stderr] Compiling n18catalogue v0.1.0 (/opt/rustwide/workdir/crates/n18catalogue) [INFO] [stderr] Compiling n18map v0.1.0 (/opt/rustwide/workdir/crates/n18map) [INFO] [stderr] Compiling n18route v0.1.0 (/opt/rustwide/workdir/crates/n18route) [INFO] [stderr] Compiling n18game v0.1.0 (/opt/rustwide/workdir/crates/n18game) [INFO] [stderr] Compiling n18brush v0.1.0 (/opt/rustwide/workdir/crates/n18brush) [INFO] [stderr] Compiling n18io v0.1.0 (/opt/rustwide/workdir/crates/n18io) [INFO] [stderr] Compiling n18example v0.1.0 (/opt/rustwide/workdir/crates/n18example) [INFO] [stderr] Compiling gdk-pixbuf v0.14.0 [INFO] [stderr] Compiling gdk v0.14.2 [INFO] [stderr] Compiling n18ui v0.1.0 (/opt/rustwide/workdir/crates/n18ui) [INFO] [stderr] Compiling navig18xx v0.1.0 (/opt/rustwide/workdir/crates/navig18xx) [INFO] [stderr] error: could not compile `n18ui` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name n18ui --edition=2018 crates/n18ui/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=400092f72c2c9b5e -C extra-filename=-400092f72c2c9b5e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cairo=/opt/rustwide/target/debug/deps/libcairo-9b2e74879516a1ea.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-fae4d87a020508f2.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk-3c703c07e0ee7341.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-1e7ea4b065130f02.rmeta --extern gtk=/opt/rustwide/target/debug/deps/libgtk-0907ea84993cba65.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rmeta --extern n18brush=/opt/rustwide/target/debug/deps/libn18brush-f200c5cf639270bc.rmeta --extern n18game=/opt/rustwide/target/debug/deps/libn18game-e3df607e316e62ad.rmeta --extern n18hex=/opt/rustwide/target/debug/deps/libn18hex-d0ca6cb6c6586ebf.rmeta --extern n18io=/opt/rustwide/target/debug/deps/libn18io-4a2b94d17dee6ef7.rmeta --extern n18map=/opt/rustwide/target/debug/deps/libn18map-894fc938e60113a2.rmeta --extern n18route=/opt/rustwide/target/debug/deps/libn18route-823270f234189810.rmeta --extern n18tile=/opt/rustwide/target/debug/deps/libn18tile-225b6e9147030b69.rmeta --extern n18token=/opt/rustwide/target/debug/deps/libn18token-b789f8b3b9bc0a05.rmeta --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7f6661045e8e07ef187ae55607fca72e55d68f0aec792b23f25f103f832ff013", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f6661045e8e07ef187ae55607fca72e55d68f0aec792b23f25f103f832ff013", kill_on_drop: false }` [INFO] [stdout] 7f6661045e8e07ef187ae55607fca72e55d68f0aec792b23f25f103f832ff013