[INFO] crate cognitive-renderer-gl 0.1.0 is already in cache [INFO] extracting crate cognitive-renderer-gl 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cognitive-renderer-gl/0.1.0 [INFO] extracting crate cognitive-renderer-gl 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cognitive-renderer-gl/0.1.0 [INFO] validating manifest of cognitive-renderer-gl-0.1.0 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 cognitive-renderer-gl-0.1.0 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 cognitive-renderer-gl-0.1.0 [INFO] finished frobbing cognitive-renderer-gl-0.1.0 [INFO] frobbed toml for cognitive-renderer-gl-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cognitive-renderer-gl/0.1.0/Cargo.toml [INFO] started frobbing cognitive-renderer-gl-0.1.0 [INFO] finished frobbing cognitive-renderer-gl-0.1.0 [INFO] frobbed toml for cognitive-renderer-gl-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cognitive-renderer-gl/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 cognitive-renderer-gl-0.1.0 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/reg/cognitive-renderer-gl/0.1.0:/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] f2ee3cad92edf15bdbf4ad7ccc00775e8136c5b25bf1f0397d2ba7296de51d49 [INFO] running `"docker" "start" "-a" "f2ee3cad92edf15bdbf4ad7ccc00775e8136c5b25bf1f0397d2ba7296de51d49"` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling gbm-rs v0.2.0 [INFO] [stderr] Compiling timerfd v0.2.0 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling timber v0.1.0 [INFO] [stderr] Compiling khronos v0.1.2 [INFO] [stderr] Compiling egl v0.2.7 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling dharma v0.1.0 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling cognitive-graphics v0.1.0 [INFO] [stderr] Compiling cognitive-qualia v0.1.0 [INFO] [stderr] Compiling cognitive-renderer-gl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer_gl.rs:124:26 [INFO] [stderr] | [INFO] [stderr] 124 | viewer: &SurfaceViewer) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceViewer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer_gl.rs:305:51 [INFO] [stderr] | [INFO] [stderr] 305 | viewer: &SurfaceViewer, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceViewer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer_gl.rs:366:74 [INFO] [stderr] | [INFO] [stderr] 366 | fn draw_surfaces(&mut self, surfaces: &Vec, viewer: &SurfaceViewer) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceViewer` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.18s [INFO] running `"docker" "inspect" "f2ee3cad92edf15bdbf4ad7ccc00775e8136c5b25bf1f0397d2ba7296de51d49"` [INFO] running `"docker" "rm" "-f" "f2ee3cad92edf15bdbf4ad7ccc00775e8136c5b25bf1f0397d2ba7296de51d49"` [INFO] [stdout] f2ee3cad92edf15bdbf4ad7ccc00775e8136c5b25bf1f0397d2ba7296de51d49 [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/reg/cognitive-renderer-gl/0.1.0:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 3932ce14561c1fb8123ebeed05369895ea5c611c80516cae1a79ac71f6c4bb17 [INFO] running `"docker" "start" "-a" "3932ce14561c1fb8123ebeed05369895ea5c611c80516cae1a79ac71f6c4bb17"` [INFO] [stderr] Compiling cognitive-renderer-gl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer_gl.rs:124:26 [INFO] [stderr] | [INFO] [stderr] 124 | viewer: &SurfaceViewer) [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceViewer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer_gl.rs:305:51 [INFO] [stderr] | [INFO] [stderr] 305 | viewer: &SurfaceViewer, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceViewer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer_gl.rs:366:74 [INFO] [stderr] | [INFO] [stderr] 366 | fn draw_surfaces(&mut self, surfaces: &Vec, viewer: &SurfaceViewer) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceViewer` [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/cognitive_renderer_gl-af436bca4479b193.cognitive_renderer_gl.eykbgrca-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cognitive_renderer_gl-af436bca4479b193.cognitive_renderer_gl.eykbgrca-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cognitive_renderer_gl-af436bca4479b193.cognitive_renderer_gl.eykbgrca-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cognitive_renderer_gl-af436bca4479b193.cognitive_renderer_gl.eykbgrca-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cognitive_renderer_gl-af436bca4479b193.cognitive_renderer_gl.eykbgrca-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/cognitive_renderer_gl-af436bca4479b193" "/opt/crater/target/debug/deps/cognitive_renderer_gl-af436bca4479b193.k59h2fh03fztbu7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/lib/x86_64-linux-gnu" "-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/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libcognitive_qualia-d65c0f1c41e029a6.rlib" "/opt/crater/target/debug/deps/libserde-570eeff62f392354.rlib" "/opt/crater/target/debug/deps/libdharma-b422f44a9a8c192c.rlib" "/opt/crater/target/debug/deps/libtimerfd-2ba3beed58c3cf63.rlib" "/opt/crater/target/debug/deps/libbitflags-a46e55f201abba8f.rlib" "/opt/crater/target/debug/deps/libnix-81246d5965e841db.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/liblibudev-c1bfe562bb702b31.rlib" "/opt/crater/target/debug/deps/liblibudev_sys-13971b10fab01522.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libtimber-83719e2b28b7c8f4.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libcognitive_graphics-bd0a6839c10b83ca.rlib" "/opt/crater/target/debug/deps/libgbm_rs-751d950549c6e514.rlib" "/opt/crater/target/debug/deps/libegl-fa2936ba9aa87399.rlib" "/opt/crater/target/debug/deps/libkhronos-71b077a27bbd0df4.rlib" "/opt/crater/target/debug/deps/liblibc-c4bf5ff2ab21da58.rlib" "/opt/crater/target/debug/deps/libgl-2aea6e0c0d0c44b2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.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" "-ludev" "-lgbm" "-lEGL" "-lc" "-lm" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lgbm [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 `cognitive-renderer-gl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3932ce14561c1fb8123ebeed05369895ea5c611c80516cae1a79ac71f6c4bb17"` [INFO] running `"docker" "rm" "-f" "3932ce14561c1fb8123ebeed05369895ea5c611c80516cae1a79ac71f6c4bb17"` [INFO] [stdout] 3932ce14561c1fb8123ebeed05369895ea5c611c80516cae1a79ac71f6c4bb17