[INFO] updating cached repository https://github.com/robbert-vdh/game-of-life [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] 9b1c6c1c10e13a76692ed41b8470f00922619cc5 [INFO] testing robbert-vdh/game-of-life against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbert-vdh%2Fgame-of-life" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robbert-vdh/game-of-life 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/robbert-vdh/game-of-life [INFO] finished tweaking git repo https://github.com/robbert-vdh/game-of-life [INFO] tweaked toml for git repo https://github.com/robbert-vdh/game-of-life written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/robbert-vdh/game-of-life 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 6e2667484e6f1528e2abe5137f81875406fe3c39ba5fdb1eb08e233efb6ac4a5 [INFO] running `"docker" "start" "-a" "6e2667484e6f1528e2abe5137f81875406fe3c39ba5fdb1eb08e233efb6ac4a5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling phf_shared v0.7.19 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling serde v0.8.17 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling lazy_static v0.2.1 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling gcc v0.3.38 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling crossbeam v0.2.10 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.2 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling xml-rs v0.3.4 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling phf v0.7.19 [INFO] [stderr] Compiling phf_generator v0.7.19 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.19 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling x11-dl v2.11.0 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling backtrace-sys v0.1.4 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling serde_json v0.8.3 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling game_of_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/simulation/game_of_life.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | 0...1 | 4...9 => result[(x, y)] = false, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/simulation/game_of_life.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | 0...1 | 4...9 => result[(x, y)] = false, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/bin/game.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | /// The amount of time since we've updated the simulation. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 53 | let mut time_idle = 0; [INFO] [stderr] | ---------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.game.8k0wv6d8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954" "/opt/rustwide/target/debug/deps/game-5717569a5dc6b954.5fcbfpe2a0dp4ihg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtime-49529aefff798408.rlib" "/opt/rustwide/target/debug/deps/libglium-b7e8120095bfb27e.rlib" "/opt/rustwide/target/debug/deps/libglutin-3c3e0327314ca00a.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-0bda5924defb4ef8.rlib" "/opt/rustwide/target/debug/deps/libtempfile-20e61fa7c339fab2.rlib" "/opt/rustwide/target/debug/deps/librand-431e5e81895b754c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-77a63976e1bc11ad.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-534999f8b95412f7.rlib" "/opt/rustwide/target/debug/deps/libmemmap-8639378b8a1c86a4.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-277d2ea04b91fde5.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-d96ac07ccabae1d9.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-a4fbfee57354f8ef.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2b946f5116b51b93.rlib" "/opt/rustwide/target/debug/deps/libdlib-deb25ce9856bf916.rlib" "/opt/rustwide/target/debug/deps/liblibloading-79ff18b92f04feff.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-fe2ae1b99790724d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-717e7ed2379fc03d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-a21827cb6bc89e16.rlib" "/opt/rustwide/target/debug/deps/libshared_library-f5877b3123846625.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-fe67e67394234d2e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-fb083b2305e1a5b2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fd64b9b9bdf2ea2b.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a4b67497b1a6d95e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3dcacc2bfae7a974.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-43c975612ef38fb1.rlib" "/opt/rustwide/target/debug/deps/libwinapi-3ed1ade76b4e589e.rlib" "/opt/rustwide/target/debug/deps/libkernel32-bc8c56ff8a2657a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-1554ec2b0bf8dd9b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-173c8d41edc15df8.rlib" "/opt/rustwide/target/debug/deps/libgame_of_life-c8b75a7828074666.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libbacktrace-fb083b2305e1a5b2.rlib(backtrace-fb083b2305e1a5b2.backtrace.3ih11kld-cgu.14.rcgu.o): in function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/target/debug/deps/libbacktrace-fb083b2305e1a5b2.rlib(backtrace-fb083b2305e1a5b2.backtrace.3ih11kld-cgu.14.rcgu.o): in function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `game_of_life`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6e2667484e6f1528e2abe5137f81875406fe3c39ba5fdb1eb08e233efb6ac4a5"` [INFO] running `"docker" "rm" "-f" "6e2667484e6f1528e2abe5137f81875406fe3c39ba5fdb1eb08e233efb6ac4a5"` [INFO] [stdout] 6e2667484e6f1528e2abe5137f81875406fe3c39ba5fdb1eb08e233efb6ac4a5