[INFO] crate turtle 1.0.0-rc.2 is already in cache [INFO] extracting crate turtle 1.0.0-rc.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/turtle/1.0.0-rc.2 [INFO] extracting crate turtle 1.0.0-rc.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/turtle/1.0.0-rc.2 [INFO] validating manifest of turtle-1.0.0-rc.2 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 turtle-1.0.0-rc.2 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 turtle-1.0.0-rc.2 [INFO] finished frobbing turtle-1.0.0-rc.2 [INFO] frobbed toml for turtle-1.0.0-rc.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/turtle/1.0.0-rc.2/Cargo.toml [INFO] started frobbing turtle-1.0.0-rc.2 [INFO] finished frobbing turtle-1.0.0-rc.2 [INFO] frobbed toml for turtle-1.0.0-rc.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/turtle/1.0.0-rc.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing turtle-1.0.0-rc.2 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/turtle/1.0.0-rc.2:/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-07-23" "build" "--frozen"` [INFO] [stdout] 32508425d0ea7a22abc182dcd75e5330e357a61b71c75e2deb7928585edb0988 [INFO] running `"docker" "start" "-a" "32508425d0ea7a22abc182dcd75e5330e357a61b71c75e2deb7928585edb0988"` [INFO] [stderr] Compiling draw_state v0.7.1 [INFO] [stderr] Compiling wayland-scanner v0.9.10 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling glutin v0.10.1 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling gfx_core v0.7.2 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling wayland-client v0.9.10 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling wayland-protocols v0.9.10 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling pistoncore-window v0.30.0 [INFO] [stderr] Compiling piston2d-graphics v0.23.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.35.0 [INFO] [stderr] Compiling piston v0.35.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.17.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.9.10 [INFO] [stderr] Compiling wayland-kbd v0.9.1 [INFO] [stderr] Compiling wayland-window v0.8.0 [INFO] [stderr] Compiling winit v0.8.3 [INFO] [stderr] Compiling gfx v0.16.3 [INFO] [stderr] Compiling gfx_device_gl v0.14.6 [INFO] [stderr] Compiling pistoncore-glutin_window v0.42.1 [INFO] [stderr] Compiling piston-gfx_texture v0.29.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.46.0 [INFO] [stderr] Compiling piston_window v0.73.0 [INFO] [stderr] Compiling turtle v1.0.0-rc.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `"docker" "inspect" "32508425d0ea7a22abc182dcd75e5330e357a61b71c75e2deb7928585edb0988"` [INFO] running `"docker" "rm" "-f" "32508425d0ea7a22abc182dcd75e5330e357a61b71c75e2deb7928585edb0988"` [INFO] [stdout] 32508425d0ea7a22abc182dcd75e5330e357a61b71c75e2deb7928585edb0988 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/turtle/1.0.0-rc.2:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 04cc6dde61a26d8dcfadafaffb93227001187056fe080971aa45ca8fbe772ad2 [INFO] running `"docker" "start" "-a" "04cc6dde61a26d8dcfadafaffb93227001187056fe080971aa45ca8fbe772ad2"` [INFO] [stderr] Compiling turtle v1.0.0-rc.2 (/opt/crater/workdir) [INFO] [stderr] error: Make sure you run tests with `cargo test --features test` [INFO] [stderr] --> src/lib.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | compile_error!("Make sure you run tests with `cargo test --features test`"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `turtle`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `turtle`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name squares examples/squares.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="desktop"' --cfg 'feature="piston_window"' -C metadata=03304cc4f5b2b2d0 -C extra-filename=-03304cc4f5b2b2d0 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern interpolation=/opt/crater/target/debug/deps/libinterpolation-1896d022adbc2030.rlib --extern piston_window=/opt/crater/target/debug/deps/libpiston_window-7b5a07b05ade5795.rlib --extern rand=/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-33a91212eb58894d.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern turtle=/opt/crater/target/debug/deps/libturtle-513c39d6cc0ecd17.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673.circle.dgol4obu-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673.circle.dgol4obu-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673.circle.dgol4obu-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673.circle.dgol4obu-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673.circle.dgol4obu-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673" "/opt/crater/target/debug/examples/circle-993a5a03cd94e673.2fh2a14irmeu76it.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libturtle-513c39d6cc0ecd17.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libpiston_window-7b5a07b05ade5795.rlib" "/opt/crater/target/debug/deps/libglutin_window-7423a6dc735b4c95.rlib" "/opt/crater/target/debug/deps/libgl-4542844f63f0e27e.rlib" "/opt/crater/target/debug/deps/libglutin-f7f977ca199166c8.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-47747c339eabbd43.rlib" "/opt/crater/target/debug/deps/libwayland_window-2293d7bc224ba514.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-13d4a380ac2e50bb.rlib" "/opt/crater/target/debug/deps/libtempfile-9f5cbac3ba69b6fe.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-d9a547a5fe3c9fc5.rlib" "/opt/crater/target/debug/deps/libmemmap-3168f3cbc591aa6c.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libwayland_client-e4d50fc33a31d748.rlib" "/opt/crater/target/debug/deps/libwayland_sys-2c5006dab4dcdd0e.rlib" "/opt/crater/target/debug/deps/libdlib-8961a0f8044561ac.rlib" "/opt/crater/target/debug/deps/liblibloading-ed469c795704e614.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libgfx_graphics-f3e0a4058d4dd692.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-4fb07432eb90e4a5.rlib" "/opt/crater/target/debug/deps/libgraphics-f733fb6dfd174323.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/librusttype-ef9c0c228884cf16.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libread_color-1933c06958609840.rlib" "/opt/crater/target/debug/deps/libvecmath-fafa61556f9251b2.rlib" "/opt/crater/target/debug/deps/libgfx_texture-08531cb1c7615e59.rlib" "/opt/crater/target/debug/deps/libimage-fd390bfb3cbd3523.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-0cf3f5c20e502fdb.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-756dc07762cae6a1.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libpng-84c7918898756ec2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-378ab434b5a7384c.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libtexture-1df1dc5498871e83.rlib" "/opt/crater/target/debug/deps/libgfx_device_gl-258214e3137a4b79.rlib" "/opt/crater/target/debug/deps/libgfx_gl-49b778c5a2859c6f.rlib" "/opt/crater/target/debug/deps/libgfx-c9b9a49d0cca00fa.rlib" "/opt/crater/target/debug/deps/libgfx_core-85bfd923ad67a59f.rlib" "/opt/crater/target/debug/deps/libdraw_state-7fbf840515b9f4ff.rlib" "/opt/crater/target/debug/deps/libbitflags-15b87403f432fdf1.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpiston-f7de96872f3f2566.rlib" "/opt/crater/target/debug/deps/libevent_loop-0843a390b6437ffa.rlib" "/opt/crater/target/debug/deps/libwindow-338b4c905801109d.rlib" "/opt/crater/target/debug/deps/libshader_version-fffcdd825e634679.rlib" "/opt/crater/target/debug/deps/libinput-2c2c61fa55d041d6.rlib" "/opt/crater/target/debug/deps/libviewport-71b82849a8c63f79.rlib" "/opt/crater/target/debug/deps/libfloat-9556f09739ee100f.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libinterpolation-1896d022adbc2030.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [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 `turtle`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.snowman.apvn5rx2-cgu.6.rcgu.o" "-o" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182" "/opt/crater/target/debug/examples/snowman-1e054a609ed71182.3101cbd4s4mgfi1r.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libturtle-513c39d6cc0ecd17.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libpiston_window-7b5a07b05ade5795.rlib" "/opt/crater/target/debug/deps/libglutin_window-7423a6dc735b4c95.rlib" "/opt/crater/target/debug/deps/libgl-4542844f63f0e27e.rlib" "/opt/crater/target/debug/deps/libglutin-f7f977ca199166c8.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-47747c339eabbd43.rlib" "/opt/crater/target/debug/deps/libwayland_window-2293d7bc224ba514.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-13d4a380ac2e50bb.rlib" "/opt/crater/target/debug/deps/libtempfile-9f5cbac3ba69b6fe.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-d9a547a5fe3c9fc5.rlib" "/opt/crater/target/debug/deps/libmemmap-3168f3cbc591aa6c.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libwayland_client-e4d50fc33a31d748.rlib" "/opt/crater/target/debug/deps/libwayland_sys-2c5006dab4dcdd0e.rlib" "/opt/crater/target/debug/deps/libdlib-8961a0f8044561ac.rlib" "/opt/crater/target/debug/deps/liblibloading-ed469c795704e614.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libgfx_graphics-f3e0a4058d4dd692.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-4fb07432eb90e4a5.rlib" "/opt/crater/target/debug/deps/libgraphics-f733fb6dfd174323.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/librusttype-ef9c0c228884cf16.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libread_color-1933c06958609840.rlib" "/opt/crater/target/debug/deps/libvecmath-fafa61556f9251b2.rlib" "/opt/crater/target/debug/deps/libgfx_texture-08531cb1c7615e59.rlib" "/opt/crater/target/debug/deps/libimage-fd390bfb3cbd3523.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-0cf3f5c20e502fdb.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-756dc07762cae6a1.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libpng-84c7918898756ec2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-378ab434b5a7384c.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libtexture-1df1dc5498871e83.rlib" "/opt/crater/target/debug/deps/libgfx_device_gl-258214e3137a4b79.rlib" "/opt/crater/target/debug/deps/libgfx_gl-49b778c5a2859c6f.rlib" "/opt/crater/target/debug/deps/libgfx-c9b9a49d0cca00fa.rlib" "/opt/crater/target/debug/deps/libgfx_core-85bfd923ad67a59f.rlib" "/opt/crater/target/debug/deps/libdraw_state-7fbf840515b9f4ff.rlib" "/opt/crater/target/debug/deps/libbitflags-15b87403f432fdf1.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpiston-f7de96872f3f2566.rlib" "/opt/crater/target/debug/deps/libevent_loop-0843a390b6437ffa.rlib" "/opt/crater/target/debug/deps/libwindow-338b4c905801109d.rlib" "/opt/crater/target/debug/deps/libshader_version-fffcdd825e634679.rlib" "/opt/crater/target/debug/deps/libinput-2c2c61fa55d041d6.rlib" "/opt/crater/target/debug/deps/libviewport-71b82849a8c63f79.rlib" "/opt/crater/target/debug/deps/libfloat-9556f09739ee100f.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libinterpolation-1896d022adbc2030.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Cannot allocate memory [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 `turtle`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.followmouse.8l9eijx5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d" "/opt/crater/target/debug/examples/followmouse-0053830b0230cb7d.47mpnyefw206cmgu.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libturtle-513c39d6cc0ecd17.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libpiston_window-7b5a07b05ade5795.rlib" "/opt/crater/target/debug/deps/libglutin_window-7423a6dc735b4c95.rlib" "/opt/crater/target/debug/deps/libgl-4542844f63f0e27e.rlib" "/opt/crater/target/debug/deps/libglutin-f7f977ca199166c8.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-47747c339eabbd43.rlib" "/opt/crater/target/debug/deps/libwayland_window-2293d7bc224ba514.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-13d4a380ac2e50bb.rlib" "/opt/crater/target/debug/deps/libtempfile-9f5cbac3ba69b6fe.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-d9a547a5fe3c9fc5.rlib" "/opt/crater/target/debug/deps/libmemmap-3168f3cbc591aa6c.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libwayland_client-e4d50fc33a31d748.rlib" "/opt/crater/target/debug/deps/libwayland_sys-2c5006dab4dcdd0e.rlib" "/opt/crater/target/debug/deps/libdlib-8961a0f8044561ac.rlib" "/opt/crater/target/debug/deps/liblibloading-ed469c795704e614.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libgfx_graphics-f3e0a4058d4dd692.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-4fb07432eb90e4a5.rlib" "/opt/crater/target/debug/deps/libgraphics-f733fb6dfd174323.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/librusttype-ef9c0c228884cf16.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libread_color-1933c06958609840.rlib" "/opt/crater/target/debug/deps/libvecmath-fafa61556f9251b2.rlib" "/opt/crater/target/debug/deps/libgfx_texture-08531cb1c7615e59.rlib" "/opt/crater/target/debug/deps/libimage-fd390bfb3cbd3523.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-0cf3f5c20e502fdb.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-756dc07762cae6a1.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libpng-84c7918898756ec2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-378ab434b5a7384c.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libtexture-1df1dc5498871e83.rlib" "/opt/crater/target/debug/deps/libgfx_device_gl-258214e3137a4b79.rlib" "/opt/crater/target/debug/deps/libgfx_gl-49b778c5a2859c6f.rlib" "/opt/crater/target/debug/deps/libgfx-c9b9a49d0cca00fa.rlib" "/opt/crater/target/debug/deps/libgfx_core-85bfd923ad67a59f.rlib" "/opt/crater/target/debug/deps/libdraw_state-7fbf840515b9f4ff.rlib" "/opt/crater/target/debug/deps/libbitflags-15b87403f432fdf1.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpiston-f7de96872f3f2566.rlib" "/opt/crater/target/debug/deps/libevent_loop-0843a390b6437ffa.rlib" "/opt/crater/target/debug/deps/libwindow-338b4c905801109d.rlib" "/opt/crater/target/debug/deps/libshader_version-fffcdd825e634679.rlib" "/opt/crater/target/debug/deps/libinput-2c2c61fa55d041d6.rlib" "/opt/crater/target/debug/deps/libviewport-71b82849a8c63f79.rlib" "/opt/crater/target/debug/deps/libfloat-9556f09739ee100f.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libinterpolation-1896d022adbc2030.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `turtle`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.nestedcubes.2fts5scb-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710" "/opt/crater/target/debug/examples/nestedcubes-7121454d3ac52710.35qd3ncd0e0pwtua.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libturtle-513c39d6cc0ecd17.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libpiston_window-7b5a07b05ade5795.rlib" "/opt/crater/target/debug/deps/libglutin_window-7423a6dc735b4c95.rlib" "/opt/crater/target/debug/deps/libgl-4542844f63f0e27e.rlib" "/opt/crater/target/debug/deps/libglutin-f7f977ca199166c8.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-47747c339eabbd43.rlib" "/opt/crater/target/debug/deps/libwayland_window-2293d7bc224ba514.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-13d4a380ac2e50bb.rlib" "/opt/crater/target/debug/deps/libtempfile-9f5cbac3ba69b6fe.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-d9a547a5fe3c9fc5.rlib" "/opt/crater/target/debug/deps/libmemmap-3168f3cbc591aa6c.rlib" "/opt/crater/target/debug/deps/libbitflags-e424d0a7dda42873.rlib" "/opt/crater/target/debug/deps/libwayland_client-e4d50fc33a31d748.rlib" "/opt/crater/target/debug/deps/libwayland_sys-2c5006dab4dcdd0e.rlib" "/opt/crater/target/debug/deps/libdlib-8961a0f8044561ac.rlib" "/opt/crater/target/debug/deps/liblibloading-ed469c795704e614.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblazy_static-0e1e36676eed3924.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libgfx_graphics-f3e0a4058d4dd692.rlib" "/opt/crater/target/debug/deps/libshaders_graphics2d-4fb07432eb90e4a5.rlib" "/opt/crater/target/debug/deps/libgraphics-f733fb6dfd174323.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/librusttype-ef9c0c228884cf16.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libread_color-1933c06958609840.rlib" "/opt/crater/target/debug/deps/libvecmath-fafa61556f9251b2.rlib" "/opt/crater/target/debug/deps/libgfx_texture-08531cb1c7615e59.rlib" "/opt/crater/target/debug/deps/libimage-fd390bfb3cbd3523.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-0cf3f5c20e502fdb.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-756dc07762cae6a1.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libpng-84c7918898756ec2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-378ab434b5a7384c.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libtexture-1df1dc5498871e83.rlib" "/opt/crater/target/debug/deps/libgfx_device_gl-258214e3137a4b79.rlib" "/opt/crater/target/debug/deps/libgfx_gl-49b778c5a2859c6f.rlib" "/opt/crater/target/debug/deps/libgfx-c9b9a49d0cca00fa.rlib" "/opt/crater/target/debug/deps/libgfx_core-85bfd923ad67a59f.rlib" "/opt/crater/target/debug/deps/libdraw_state-7fbf840515b9f4ff.rlib" "/opt/crater/target/debug/deps/libbitflags-15b87403f432fdf1.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpiston-f7de96872f3f2566.rlib" "/opt/crater/target/debug/deps/libevent_loop-0843a390b6437ffa.rlib" "/opt/crater/target/debug/deps/libwindow-338b4c905801109d.rlib" "/opt/crater/target/debug/deps/libshader_version-fffcdd825e634679.rlib" "/opt/crater/target/debug/deps/libinput-2c2c61fa55d041d6.rlib" "/opt/crater/target/debug/deps/libviewport-71b82849a8c63f79.rlib" "/opt/crater/target/debug/deps/libfloat-9556f09739ee100f.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libinterpolation-1896d022adbc2030.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib(scoped_threadpool-840c5083dfb1a3e8.scoped_threadpool.by9m762w-cgu.0.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [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 `turtle`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "04cc6dde61a26d8dcfadafaffb93227001187056fe080971aa45ca8fbe772ad2"` [INFO] running `"docker" "rm" "-f" "04cc6dde61a26d8dcfadafaffb93227001187056fe080971aa45ca8fbe772ad2"` [INFO] [stdout] 04cc6dde61a26d8dcfadafaffb93227001187056fe080971aa45ca8fbe772ad2