[INFO] updating cached repository https://github.com/ahwatts/graphplay2-rs [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] 6d968b9013554384669df1b29f4fefe393ebc171 [INFO] testing ahwatts/graphplay2-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahwatts%2Fgraphplay2-rs" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ahwatts/graphplay2-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ahwatts/graphplay2-rs [INFO] finished tweaking git repo https://github.com/ahwatts/graphplay2-rs [INFO] tweaked toml for git repo https://github.com/ahwatts/graphplay2-rs written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ahwatts/graphplay2-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 622f947b2c92a32f22847846fc6b12325ff9abf9f5c0c1d583e9d1d38ccca0da [INFO] running `"docker" "start" "-a" "622f947b2c92a32f22847846fc6b12325ff9abf9f5c0c1d583e9d1d38ccca0da"` [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling phf_shared v0.7.20 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling serde v0.8.21 [INFO] [stderr] Compiling num-traits v0.1.36 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling gcc v0.3.41 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling crossbeam v0.2.10 [INFO] [stderr] Compiling rustc-serialize v0.3.22 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling xml-rs v0.3.5 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling phf v0.7.20 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.35 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling nalgebra v0.10.1 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling graphplay2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/body.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | integrator: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Integrator` [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/physics/body.rs:58:47 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn add_constraint(&mut self, calc: Rc, other: Body) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ConstraintCalc` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/constraint.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | pub calc: Rc, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ConstraintCalc` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/integrator.rs:42:58 [INFO] [stderr] | [INFO] [stderr] 42 | fn step(&self, dep: X, indep: T, step: T, equation: &FirstOrderODE) -> X; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FirstOrderODE` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/integrator.rs:46:27 [INFO] [stderr] | [INFO] [stderr] 46 | where F: Fn(X, T, T, &FirstOrderODE) -> X, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FirstOrderODE` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/integrator.rs:49:58 [INFO] [stderr] | [INFO] [stderr] 49 | fn step(&self, dep: X, indep: T, step: T, equation: &FirstOrderODE) -> X { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FirstOrderODE` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/integrator.rs:55:52 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn euler(x0: X, t0: T, dt: T, equation: &FirstOrderODE) -> X [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FirstOrderODE` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/physics/integrator.rs:64:49 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn rk4(x0: X, t0: T, h: T, equation: &FirstOrderODE) -> X [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FirstOrderODE` [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/ply.rs:145:81 [INFO] [stderr] | [INFO] [stderr] 145 | let element = try!(elements.last_mut().ok_or(other_io_error(("Tried to add a property but there's no current element")))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:22:29 [INFO] [stderr] | [INFO] [stderr] 22 | objects: Vec>>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn SceneObject` [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.graphplay2.dmm9h74l-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2" "/opt/rustwide/target/debug/deps/graphplay2-cb9c5214b6201fd2.3r6gwg181krh134j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libglium-a180ef29b5e582bb.rlib" "/opt/rustwide/target/debug/deps/libglutin-4a473593920af996.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-0c2747691eefd586.rlib" "/opt/rustwide/target/debug/deps/libtempfile-10b97dd84304fe67.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5517321e55eea3b8.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-a04bbe2dfcb617d6.rlib" "/opt/rustwide/target/debug/deps/libmemmap-0b6169c28ca27ad4.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-55493e7fe04d944d.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-d96d8e1862149f93.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-335d13d17bea5acf.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-39731e027eca32c2.rlib" "/opt/rustwide/target/debug/deps/libdlib-0962150c8281990b.rlib" "/opt/rustwide/target/debug/deps/liblibloading-a8e1b10b2c8c1a8d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-693936b0f44e12f8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8e02dfeceb8e06ce.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-55c44406035987e4.rlib" "/opt/rustwide/target/debug/deps/libshared_library-6e2cdedf1cf7440b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-71d1a5d541fb81c0.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-392ecf303e12dddb.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-be05e58a558a9552.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a8cef9ab9c76a81d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ee9c646034ef66ea.rlib" "/opt/rustwide/target/debug/deps/libdbghelp-23e20d380365d074.rlib" "/opt/rustwide/target/debug/deps/libwinapi-bb617a79d74be5b6.rlib" "/opt/rustwide/target/debug/deps/libkernel32-1679ae7f1d789e35.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e52bcf7d8c56d52a.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-48497c012b6e362e.rlib" "/opt/rustwide/target/debug/deps/libnum-71d15f16610d2188.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-e2321e2bfc854f4a.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-733baf4f27313208.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e38baf3e4f717d3d.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-c433d26db8e89dfd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ad292d9f63a667d2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a8f6725495a92d29.rlib" "/opt/rustwide/target/debug/deps/librand-dda0b21d5992905b.rlib" "/opt/rustwide/target/debug/deps/liblibc-c5682d6d4fc9bab6.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-69e249ae3cdd1326.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6a3be24ba06af785.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.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-392ecf303e12dddb.rlib(backtrace-392ecf303e12dddb.backtrace.2x08gk4r-cgu.5.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-392ecf303e12dddb.rlib(backtrace-392ecf303e12dddb.backtrace.2x08gk4r-cgu.5.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 `graphplay2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "622f947b2c92a32f22847846fc6b12325ff9abf9f5c0c1d583e9d1d38ccca0da"` [INFO] running `"docker" "rm" "-f" "622f947b2c92a32f22847846fc6b12325ff9abf9f5c0c1d583e9d1d38ccca0da"` [INFO] [stdout] 622f947b2c92a32f22847846fc6b12325ff9abf9f5c0c1d583e9d1d38ccca0da