[INFO] updating cached repository https://github.com/Ploppz/physics [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] 543fd0ef0a71cbf7bf7141589636431fb122b9bb [INFO] testing Ploppz/physics against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPloppz%2Fphysics" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ploppz/physics on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Ploppz/physics [INFO] finished tweaking git repo https://github.com/Ploppz/physics [INFO] tweaked toml for git repo https://github.com/Ploppz/physics written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Ploppz/physics already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+beta-2020-06-03" "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] f9bbdaabd48a6055bb6fc026426eb2207309803a9135a622513a2eccce09ae30 [INFO] running `"docker" "start" "-a" "f9bbdaabd48a6055bb6fc026426eb2207309803a9135a622513a2eccce09ae30"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.15 [INFO] [stderr] Compiling serde v0.8.3 [INFO] [stderr] Compiling num-traits v0.1.35 [INFO] [stderr] Compiling gcc v0.3.33 [INFO] [stderr] Compiling rustc-demangle v0.1.1 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling x11-dl v2.8.0 [INFO] [stderr] Compiling glutin v0.6.1 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling shared_library v0.1.5 [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 tempfile v2.1.4 [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/rustwide/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: unnecessary parentheses around block return value [INFO] [stderr] --> src/geometry/vec.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | (self.x * self.x + self.y * self.y) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it 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: if this is intentional, prefix it with an underscore: `_total_num_vertices` [INFO] [stderr] [INFO] [stderr] warning: field is never read: `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: associated function is never used: `use_default_buffer` [INFO] [stderr] --> src/graphics/renderer/mod.rs:46:8 [INFO] [stderr] | [INFO] [stderr] 46 | fn use_default_buffer(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `use_buffer` [INFO] [stderr] --> src/graphics/mod.rs:44:8 [INFO] [stderr] | [INFO] [stderr] 44 | fn use_buffer(&mut self, name: String) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `clear_buffer` [INFO] [stderr] --> src/graphics/mod.rs:48:8 [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/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.physics.67amy94e-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096" "/opt/rustwide/target/debug/deps/physics-ec30e82cf1705096.355zxhb2hs4e9g81.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libglium-d5a3954762b541f9.rlib" "/opt/rustwide/target/debug/deps/libglutin-3a0d8be5d24017c9.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-9a02652c8fa5aa3d.rlib" "/opt/rustwide/target/debug/deps/libtempfile-d1f587d3ceb41791.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-df12a759a99edaf3.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-d151d8c9cd4fbcec.rlib" "/opt/rustwide/target/debug/deps/libmemmap-e9502dd37c718242.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-03b1aa7610c2ead5.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-c98bc9e577f4c62e.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-0ac2e4770ee43957.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-668882bceb53d042.rlib" "/opt/rustwide/target/debug/deps/libdlib-5c6c1bb16ae5de87.rlib" "/opt/rustwide/target/debug/deps/liblibloading-1afacb407d01d5c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-4803ddcee578bb78.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-e1e0f9d0ca7964b9.rlib" "/opt/rustwide/target/debug/deps/libshared_library-803cd1993f830476.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a96ac49ad517fc26.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-871652b207dc433f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3c24e5d19aa63c03.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-30c97d2d511b6eb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4ce6be6b55674710.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-6fc59348d4f477c3.rlib" "/opt/rustwide/target/debug/deps/libwinapi-0038aeeed11d463c.rlib" "/opt/rustwide/target/debug/deps/libkernel32-c8bbbe70f11db917.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-2fa4f1dbd46fb021.rlib" "/opt/rustwide/target/debug/deps/librand-2eeacd34945f30b1.rlib" "/opt/rustwide/target/debug/deps/liblibc-2313c37c6f95eaa5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.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-871652b207dc433f.rlib(backtrace-871652b207dc433f.backtrace.8ufqfb52-cgu.12.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-871652b207dc433f.rlib(backtrace-871652b207dc433f.backtrace.8ufqfb52-cgu.12.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; 26 warnings emitted [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" "f9bbdaabd48a6055bb6fc026426eb2207309803a9135a622513a2eccce09ae30"` [INFO] running `"docker" "rm" "-f" "f9bbdaabd48a6055bb6fc026426eb2207309803a9135a622513a2eccce09ae30"` [INFO] [stdout] f9bbdaabd48a6055bb6fc026426eb2207309803a9135a622513a2eccce09ae30