[INFO] updating cached repository dkastner/soldat [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dkastner/soldat [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dkastner/soldat" "work/ex/beta-1.38-1/sources/1.37.0/gh/dkastner/soldat"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dkastner/soldat'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dkastner/soldat" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dkastner/soldat"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dkastner/soldat'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 24b405fcc5961bc3c9152555e112e03edaa95cf4 [INFO] sha for GitHub repo dkastner/soldat: 24b405fcc5961bc3c9152555e112e03edaa95cf4 [INFO] validating manifest of dkastner/soldat on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dkastner/soldat on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dkastner/soldat [INFO] finished frobbing dkastner/soldat [INFO] frobbed toml for dkastner/soldat written to work/ex/beta-1.38-1/sources/1.37.0/gh/dkastner/soldat/Cargo.toml [INFO] started frobbing dkastner/soldat [INFO] finished frobbing dkastner/soldat [INFO] frobbed toml for dkastner/soldat written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dkastner/soldat/Cargo.toml [INFO] crate dkastner/soldat already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dkastner/soldat against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dkastner/soldat:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 24865d53c6d48e7e9008cd7eed263a274441490a81aea868359a7388e923df93 [INFO] running `"docker" "start" "-a" "24865d53c6d48e7e9008cd7eed263a274441490a81aea868359a7388e923df93"` [INFO] [stderr] Compiling serde v0.8.21 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling wayland-scanner v0.7.6 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling wayland-client v0.7.6 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling glutin v0.7.1 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.6 [INFO] [stderr] Compiling wayland-window v0.4.3 [INFO] [stderr] Compiling wayland-kbd v0.6.2 [INFO] [stderr] Compiling winit v0.5.7 [INFO] [stderr] Compiling soldat v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Display` [INFO] [stderr] --> src/main.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use glium::{Display, DisplayBuild, Surface}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:26:42 [INFO] [stderr] | [INFO] [stderr] 26 | glutin::Event::Closed => return break, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:28:87 [INFO] [stderr] | [INFO] [stderr] 28 | Some(glutin::VirtualKeyCode::Escape)) => return break, [INFO] [stderr] | ^^^^^^^^^^^^ [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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.soldat.cap02dcf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3" "/opt/crater/target/debug/deps/soldat-5f15882ed37becb3.4rmpxfgooo85r9z9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libglium-a2e775dd4236686a.rlib" "/opt/crater/target/debug/deps/libglutin-841c9ac4c77040d0.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-816e588e7069bbde.rlib" "/opt/crater/target/debug/deps/libwinit-5b44e17866f7715e.rlib" "/opt/crater/target/debug/deps/libwayland_window-162ccde15860ee2e.rlib" "/opt/crater/target/debug/deps/libtempfile-7338b3fba3ad0f3d.rlib" "/opt/crater/target/debug/deps/librand-3155e97dc819178f.rlib" "/opt/crater/target/debug/deps/libbyteorder-28a061140ed2d54c.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-d687ffbde96872e9.rlib" "/opt/crater/target/debug/deps/libmemmap-61eb0dec729d3866.rlib" "/opt/crater/target/debug/deps/libwayland_client-be7e386a43a24f99.rlib" "/opt/crater/target/debug/deps/libwayland_sys-886845fe389e51b8.rlib" "/opt/crater/target/debug/deps/libdlib-8141563291417026.rlib" "/opt/crater/target/debug/deps/liblibloading-d2ff06284c825b46.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libx11_dl-2a18a7ad63d7f6f1.rlib" "/opt/crater/target/debug/deps/libshared_library-f0d3def2bfcec41e.rlib" "/opt/crater/target/debug/deps/libfnv-cf1278a40212a7b7.rlib" "/opt/crater/target/debug/deps/libsmallvec-7c0ac661bdd99f33.rlib" "/opt/crater/target/debug/deps/libbacktrace-b39dc796e3b92101.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-315df5075a6772b7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-a63e03c53d847d30.rlib" "/opt/crater/target/debug/deps/libcfg_if-e594ac7fa20b1aa3.rlib" "/opt/crater/target/debug/deps/libdbghelp-d860676abe2fb31b.rlib" "/opt/crater/target/debug/deps/libwinapi-be47d272a993a950.rlib" "/opt/crater/target/debug/deps/libkernel32-ed10b6f453a27092.rlib" "/opt/crater/target/debug/deps/liblazy_static-5b3a6350224c4bac.rlib" "/opt/crater/target/debug/deps/libenv_logger-137fb34b91200f9b.rlib" "/opt/crater/target/debug/deps/libregex-a6a8238d19618cc3.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f03f24c2204694fb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-e4e7cc24efed9736.rlib" "/opt/crater/target/debug/deps/libthread_local-50f75327e3b4e5a3.rlib" "/opt/crater/target/debug/deps/libthread_id-fb1745454bb1fe12.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1b5b0a326ef5dcc0.rlib" "/opt/crater/target/debug/deps/libmemchr-9eefbb3f25992681.rlib" "/opt/crater/target/debug/deps/liblibc-a442291025725117.rlib" "/opt/crater/target/debug/deps/liblog-f86f92691b4ababd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-b39dc796e3b92101.rlib(backtrace-b39dc796e3b92101.backtrace.75shhv66-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::init_state::{{closure}}': [INFO] [stderr] /opt/crater/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/crater/target/debug/deps/libbacktrace-b39dc796e3b92101.rlib(backtrace-b39dc796e3b92101.backtrace.75shhv66-cgu.5.rcgu.o): In function `backtrace::symbolize::libbacktrace::resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/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 `soldat`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "24865d53c6d48e7e9008cd7eed263a274441490a81aea868359a7388e923df93"` [INFO] running `"docker" "rm" "-f" "24865d53c6d48e7e9008cd7eed263a274441490a81aea868359a7388e923df93"` [INFO] [stdout] 24865d53c6d48e7e9008cd7eed263a274441490a81aea868359a7388e923df93