[INFO] updating cached repository https://github.com/robbert-vdh/game-of-life [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] 9b1c6c1c10e13a76692ed41b8470f00922619cc5 [INFO] testing robbert-vdh/game-of-life against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobbert-vdh%2Fgame-of-life" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/robbert-vdh/game-of-life on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-3/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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] de03a49353c17c334efd818a485b108f11345319369e8b49ee6b74344af5278d [INFO] running `"docker" "start" "-a" "de03a49353c17c334efd818a485b108f11345319369e8b49ee6b74344af5278d"` [INFO] [stderr] Compiling glium v0.15.0 [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: 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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/game-2863771786790a57.game.2m5d19gi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/game-2863771786790a57" "/opt/rustwide/target/debug/deps/game-2863771786790a57.1qoe6r27j0zh671a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtime-0a0978d6dd586d9c.rlib" "/opt/rustwide/target/debug/deps/libglium-fbf22741b1178332.rlib" "/opt/rustwide/target/debug/deps/libglutin-8470797524c59ef6.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-ffc59af3fc7a78eb.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f84e0a5e91f34c1c.rlib" "/opt/rustwide/target/debug/deps/librand-ac7bdbe57896b8bc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b04634ccf21d278a.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-ee3a86d8d972601e.rlib" "/opt/rustwide/target/debug/deps/libmemmap-e80305dca86a2d87.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-e625322a61ec7ab4.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-073c0864651e74e5.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-f40b66afbd2baafe.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b65ca12c8c07c468.rlib" "/opt/rustwide/target/debug/deps/libdlib-31106b429301b914.rlib" "/opt/rustwide/target/debug/deps/liblibloading-67de0a1a53111509.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-9f9d501e0795965b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-184ac341f5855065.rlib" "/opt/rustwide/target/debug/deps/libshared_library-e0c466bf848b4b63.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ae1121ef61d5370c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5bdcf02544b46ccf.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-acf27cc495aadc63.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-921e3b8327686e0d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-74a8da7eb87e7425.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-12ada7abe4f2a2f8.rlib" "/opt/rustwide/target/debug/deps/libwinapi-7e701baf38e52a01.rlib" "/opt/rustwide/target/debug/deps/libkernel32-599f52907835aafd.rlib" "/opt/rustwide/target/debug/deps/liblibc-339f3d25fc3363a4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-01329d40f6179629.rlib" "/opt/rustwide/target/debug/deps/libgame_of_life-92bffd7ac7492e08.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/libbacktrace-5bdcf02544b46ccf.rlib(backtrace-5bdcf02544b46ccf.backtrace.614vn3i1-cgu.6.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] /opt/rustwide/target/debug/deps/libbacktrace-5bdcf02544b46ccf.rlib(backtrace-5bdcf02544b46ccf.backtrace.614vn3i1-cgu.6.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] /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 [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" "de03a49353c17c334efd818a485b108f11345319369e8b49ee6b74344af5278d"` [INFO] running `"docker" "rm" "-f" "de03a49353c17c334efd818a485b108f11345319369e8b49ee6b74344af5278d"` [INFO] [stdout] de03a49353c17c334efd818a485b108f11345319369e8b49ee6b74344af5278d