[INFO] updating cached repository Ploppz/physics [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Ploppz/physics [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Ploppz/physics" "work/ex/beta-1.37-6/sources/1.36.0/gh/Ploppz/physics"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Ploppz/physics'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Ploppz/physics" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ploppz/physics"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ploppz/physics'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 543fd0ef0a71cbf7bf7141589636431fb122b9bb [INFO] sha for GitHub repo Ploppz/physics: 543fd0ef0a71cbf7bf7141589636431fb122b9bb [INFO] validating manifest of Ploppz/physics on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Ploppz/physics on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Ploppz/physics [INFO] finished frobbing Ploppz/physics [INFO] frobbed toml for Ploppz/physics written to work/ex/beta-1.37-6/sources/1.36.0/gh/Ploppz/physics/Cargo.toml [INFO] started frobbing Ploppz/physics [INFO] finished frobbing Ploppz/physics [INFO] frobbed toml for Ploppz/physics written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Ploppz/physics/Cargo.toml [INFO] crate Ploppz/physics already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Ploppz/physics against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Ploppz/physics:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 2c28ecdde807a339b4cfe1cb6b5dcfd3d2bea1c8370c9276409206b26ba95647 [INFO] running `"docker" "start" "-a" "2c28ecdde807a339b4cfe1cb6b5dcfd3d2bea1c8370c9276409206b26ba95647"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling serde v0.8.3 [INFO] [stderr] Compiling gcc v0.3.33 [INFO] [stderr] Compiling rustc-demangle v0.1.1 [INFO] [stderr] Compiling xml-rs v0.3.4 [INFO] [stderr] Compiling x11-dl v2.8.0 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.0 [INFO] [stderr] Compiling backtrace-sys v0.1.4 [INFO] [stderr] Compiling backtrace v0.2.3 [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.1 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling serde_json v0.8.1 [INFO] [stderr] Compiling target_build_utils v0.1.1 [INFO] [stderr] Compiling libloading v0.2.4 [INFO] [stderr] Compiling dlib v0.3.0 [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 physics v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Event`, `WindowBuilder` [INFO] [stderr] --> src/main.rs:12:21 [INFO] [stderr] | [INFO] [stderr] 12 | use glium::glutin::{Event, MouseScrollDelta, ElementState, MouseButton, WindowBuilder}; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::process::exit` [INFO] [stderr] --> src/graphics/renderer/mod.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::process::exit; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::vec::Vec` [INFO] [stderr] --> src/graphics/renderer/line.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::vec::Vec; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `geometry::polygon::Polygon` [INFO] [stderr] --> src/graphics/renderer/line.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use geometry::polygon::Polygon; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pqr` [INFO] [stderr] --> src/main.rs:36:13 [INFO] [stderr] | [INFO] [stderr] 36 | let pqr : Polygon; [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_pqr` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `window_size` [INFO] [stderr] --> src/main.rs:72:17 [INFO] [stderr] | [INFO] [stderr] 72 | let window_size = display.get_window().unwrap().get_inner_size().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^ help: consider prefixing with an underscore: `_window_size` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/main.rs:80:36 [INFO] [stderr] | [INFO] [stderr] 80 | fn mouse_wheel_line(&mut self, x: f32, y: f32) { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `button` [INFO] [stderr] --> src/main.rs:90:31 [INFO] [stderr] | [INFO] [stderr] 90 | fn mouse_press(&mut self, button: MouseButton) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_button` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `button` [INFO] [stderr] --> src/main.rs:94:33 [INFO] [stderr] | [INFO] [stderr] 94 | fn mouse_release(&mut self, button: MouseButton) { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_button` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `total_num_vertices` [INFO] [stderr] --> src/graphics/renderer/mod.rs:68:13 [INFO] [stderr] | [INFO] [stderr] 68 | let total_num_vertices = self.get_num_vertices(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_total_num_vertices` [INFO] [stderr] [INFO] [stderr] warning: field is never used: `display` [INFO] [stderr] --> src/graphics/renderer/line.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | display: &'a Display, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `use_default_buffer` [INFO] [stderr] --> src/graphics/renderer/mod.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | fn use_default_buffer(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `use_buffer` [INFO] [stderr] --> src/graphics/mod.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn use_buffer(&mut self, name: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `clear_buffer` [INFO] [stderr] --> src/graphics/mod.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | fn clear_buffer(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `zoom_factor` should have an upper case name [INFO] [stderr] --> src/main.rs:82:15 [INFO] [stderr] | [INFO] [stderr] 82 | const zoom_factor: f64 = 1.2; [INFO] [stderr] | ^^^^^^^^^^^ help: convert the identifier to upper case: `ZOOM_FACTOR` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/graphics/mod.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | f.read_to_string(&mut vert_src); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/graphics/mod.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | f.read_to_string(&mut frag_src); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: variable `centerX` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn view_matrix(centerX: f64, centerY: f64, scaleX: f64, scaleY: f64) -> [[f32; 4]; 4] { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `center_x` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable `centerY` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:83:34 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn view_matrix(centerX: f64, centerY: f64, scaleX: f64, scaleY: f64) -> [[f32; 4]; 4] { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `center_y` [INFO] [stderr] [INFO] [stderr] warning: variable `scaleX` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:83:48 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn view_matrix(centerX: f64, centerY: f64, scaleX: f64, scaleY: f64) -> [[f32; 4]; 4] { [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `scale_x` [INFO] [stderr] [INFO] [stderr] warning: variable `scaleY` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:83:61 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn view_matrix(centerX: f64, centerY: f64, scaleX: f64, scaleY: f64) -> [[f32; 4]; 4] { [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `scale_y` [INFO] [stderr] [INFO] [stderr] warning: variable `scaleX` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | let scaleX = scaleX as f32; [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `scale_x` [INFO] [stderr] [INFO] [stderr] warning: variable `scaleY` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | let scaleY = scaleY as f32; [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case: `scale_y` [INFO] [stderr] [INFO] [stderr] warning: variable `centerX` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | let centerX = centerX as f32; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `center_x` [INFO] [stderr] [INFO] [stderr] warning: variable `centerY` should have a snake case name [INFO] [stderr] --> src/graphics/mod.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | let centerY = centerY as f32; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to snake case: `center_y` [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.physics.95xug7b2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/physics-ec931bfb26952621" "/opt/crater/target/debug/deps/physics-ec931bfb26952621.5fn5af032v2e1yrw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libglium-4faea73df6daa08d.rlib" "/opt/crater/target/debug/deps/libglutin-2d34968713f53c59.rlib" "/opt/crater/target/debug/deps/libwayland_window-d059425f3bab4c27.rlib" "/opt/crater/target/debug/deps/libtempfile-f37235138d8b5aa9.rlib" "/opt/crater/target/debug/deps/libbyteorder-1f5f1f9046363f44.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-0180a96ee92f6f6a.rlib" "/opt/crater/target/debug/deps/libmemmap-5c8c6c7ab9b3123b.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-7143746d9be8b485.rlib" "/opt/crater/target/debug/deps/libwayland_client-a08c89f5334db247.rlib" "/opt/crater/target/debug/deps/libwayland_sys-51ff81a78829abbe.rlib" "/opt/crater/target/debug/deps/liblazy_static-80c68ec466d08be3.rlib" "/opt/crater/target/debug/deps/libdlib-a914a53adb2e9386.rlib" "/opt/crater/target/debug/deps/liblibloading-f52f2d530f14a70b.rlib" "/opt/crater/target/debug/deps/libcrossbeam-74e79b646380b665.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libx11_dl-37f38e6fc0a285e2.rlib" "/opt/crater/target/debug/deps/libshared_library-4f86793eac883c79.rlib" "/opt/crater/target/debug/deps/libsmallvec-b1fe14462ebabc35.rlib" "/opt/crater/target/debug/deps/libbacktrace-1826c633dc09b381.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-a46b9ed424d2fd39.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c0ac85a1034c5897.rlib" "/opt/crater/target/debug/deps/libcfg_if-fcc9aff037f57c39.rlib" "/opt/crater/target/debug/deps/libdbghelp-4c5eeff50cd0cc4c.rlib" "/opt/crater/target/debug/deps/libwinapi-6779d1f046ce211b.rlib" "/opt/crater/target/debug/deps/libkernel32-579101ee9cfddddd.rlib" "/opt/crater/target/debug/deps/liblazy_static-f7c4bf50522bcfa7.rlib" "/opt/crater/target/debug/deps/librand-c637c653532df829.rlib" "/opt/crater/target/debug/deps/liblibc-bdce5f36341f09a6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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-1826c633dc09b381.rlib(backtrace-1826c633dc09b381.backtrace.80z12r67-cgu.15.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-1826c633dc09b381.rlib(backtrace-1826c633dc09b381.backtrace.80z12r67-cgu.15.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 `physics`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2c28ecdde807a339b4cfe1cb6b5dcfd3d2bea1c8370c9276409206b26ba95647"` [INFO] running `"docker" "rm" "-f" "2c28ecdde807a339b4cfe1cb6b5dcfd3d2bea1c8370c9276409206b26ba95647"` [INFO] [stdout] 2c28ecdde807a339b4cfe1cb6b5dcfd3d2bea1c8370c9276409206b26ba95647