Nov 17 07:49:09.186 INFO testing bon-chi/my-alife against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 07:49:09.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 07:49:09.493 INFO [stdout] 491e91f18c087f27334344fdb9029255cf18f2d0a941a572c84d5edc42c98de5 Nov 17 07:49:09.501 INFO running `"docker" "start" "-a" "491e91f18c087f27334344fdb9029255cf18f2d0a941a572c84d5edc42c98de5"` Nov 17 07:49:10.518 INFO [stderr] usermod: no changes Nov 17 07:49:10.792 INFO [stderr] Compiling libloading v0.5.0 Nov 17 07:49:10.796 INFO [stderr] Compiling parking_lot_core v0.2.14 Nov 17 07:49:10.797 INFO [stderr] Compiling backtrace v0.3.9 Nov 17 07:49:10.797 INFO [stderr] Compiling glutin v0.18.0 Nov 17 07:49:10.803 INFO [stderr] Compiling gl v0.10.0 Nov 17 07:49:10.806 INFO [stderr] Compiling ndarray-rand v0.7.0 Nov 17 07:49:12.191 INFO [stderr] Compiling failure v0.1.2 Nov 17 07:49:14.009 INFO [stderr] Compiling dlib v0.4.1 Nov 17 07:49:14.317 INFO [stderr] Compiling parking_lot v0.6.3 Nov 17 07:49:14.883 INFO [stderr] Compiling wayland-sys v0.20.12 Nov 17 07:49:17.151 INFO [stderr] Compiling wayland-commons v0.20.12 Nov 17 07:49:17.650 INFO [stderr] Compiling wayland-client v0.20.12 Nov 17 07:49:22.487 INFO [stderr] Compiling wayland-protocols v0.20.12 Nov 17 07:49:31.464 INFO [stderr] Compiling smithay-client-toolkit v0.2.6 Nov 17 07:49:31.466 INFO [stderr] Compiling smithay-client-toolkit v0.3.0 Nov 17 07:49:37.856 INFO [stderr] Compiling winit v0.16.2 Nov 17 07:49:38.077 INFO [stderr] Compiling winit v0.17.2 Nov 17 07:49:46.138 INFO [stderr] Compiling glutin v0.17.0 Nov 17 07:49:50.775 INFO [stderr] Compiling glium v0.22.0 Nov 17 07:50:15.586 INFO [stderr] Compiling my-alife v0.1.0 (/source) Nov 17 07:50:24.639 INFO [stderr] warning: unused import: `ShapeBuilder` Nov 17 07:50:24.639 INFO [stderr] --> src/main.rs:7:28 Nov 17 07:50:24.639 INFO [stderr] | Nov 17 07:50:24.640 INFO [stderr] 7 | use ndarray::{arr2, Array, ShapeBuilder}; Nov 17 07:50:24.640 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 07:50:24.640 INFO [stderr] | Nov 17 07:50:24.640 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 07:50:24.640 INFO [stderr] Nov 17 07:50:24.779 INFO [stderr] warning: unused variable: `a` Nov 17 07:50:24.779 INFO [stderr] --> src/main.rs:40:13 Nov 17 07:50:24.779 INFO [stderr] | Nov 17 07:50:24.779 INFO [stderr] 40 | let mut a = arr2(&[[1, 2, 3, 4], [4, 5, 6, 4], [7, 8, 9, 4], [7, 8, 9, 4]]); Nov 17 07:50:24.779 INFO [stderr] | ^ help: consider using `_a` instead Nov 17 07:50:24.779 INFO [stderr] | Nov 17 07:50:24.779 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 07:50:24.779 INFO [stderr] Nov 17 07:50:24.779 INFO [stderr] warning: unused variable: `a` Nov 17 07:50:24.779 INFO [stderr] --> src/main.rs:45:9 Nov 17 07:50:24.779 INFO [stderr] | Nov 17 07:50:24.779 INFO [stderr] 45 | let a = vec![vec![1, 2], vec![3, 4]].into_iter().flatten().collect::>(); Nov 17 07:50:24.779 INFO [stderr] | ^ help: consider using `_a` instead Nov 17 07:50:24.779 INFO [stderr] Nov 17 07:50:24.779 INFO [stderr] warning: unused variable: `i` Nov 17 07:50:24.779 INFO [stderr] --> src/main.rs:61:9 Nov 17 07:50:24.779 INFO [stderr] | Nov 17 07:50:24.779 INFO [stderr] 61 | for i in 0..height { Nov 17 07:50:24.779 INFO [stderr] | ^ help: consider using `_i` instead Nov 17 07:50:24.779 INFO [stderr] Nov 17 07:50:24.779 INFO [stderr] warning: unused variable: `j` Nov 17 07:50:24.779 INFO [stderr] --> src/main.rs:63:13 Nov 17 07:50:24.779 INFO [stderr] | Nov 17 07:50:24.779 INFO [stderr] 63 | for j in 0..width { Nov 17 07:50:24.779 INFO [stderr] | ^ help: consider using `_j` instead Nov 17 07:50:24.779 INFO [stderr] Nov 17 07:50:24.795 INFO [stderr] warning: variable does not need to be mutable Nov 17 07:50:24.796 INFO [stderr] --> src/main.rs:40:9 Nov 17 07:50:24.796 INFO [stderr] | Nov 17 07:50:24.796 INFO [stderr] 40 | let mut a = arr2(&[[1, 2, 3, 4], [4, 5, 6, 4], [7, 8, 9, 4], [7, 8, 9, 4]]); Nov 17 07:50:24.796 INFO [stderr] | ----^ Nov 17 07:50:24.797 INFO [stderr] | | Nov 17 07:50:24.797 INFO [stderr] | help: remove this `mut` Nov 17 07:50:24.797 INFO [stderr] | Nov 17 07:50:24.797 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 07:50:24.798 INFO [stderr] Nov 17 07:50:24.815 INFO [stderr] warning: function is never used: `to_matrix` Nov 17 07:50:24.815 INFO [stderr] --> src/main.rs:34:1 Nov 17 07:50:24.816 INFO [stderr] | Nov 17 07:50:24.816 INFO [stderr] 34 | fn to_matrix() { Nov 17 07:50:24.816 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 17 07:50:24.816 INFO [stderr] | Nov 17 07:50:24.816 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 07:50:24.817 INFO [stderr] Nov 17 07:50:28.218 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Nov 17 07:50:28.243 INFO [stderr] su: No module specific data is present Nov 17 07:50:28.970 INFO running `"docker" "inspect" "491e91f18c087f27334344fdb9029255cf18f2d0a941a572c84d5edc42c98de5"` Nov 17 07:50:29.093 INFO running `"docker" "rm" "-f" "491e91f18c087f27334344fdb9029255cf18f2d0a941a572c84d5edc42c98de5"` Nov 17 07:50:29.379 INFO [stdout] 491e91f18c087f27334344fdb9029255cf18f2d0a941a572c84d5edc42c98de5 Nov 17 07:50:29.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 17 07:50:29.760 INFO [stdout] 4c8e03998c81c3a6607788029e461d6d98eaa94024f312021de34203656da82f Nov 17 07:50:29.762 INFO running `"docker" "start" "-a" "4c8e03998c81c3a6607788029e461d6d98eaa94024f312021de34203656da82f"` Nov 17 07:50:31.113 INFO [stderr] usermod: no changes Nov 17 07:50:31.376 INFO [stderr] Compiling my-alife v0.1.0 (/source) Nov 17 07:50:42.335 INFO [stderr] warning: unused import: `ShapeBuilder` Nov 17 07:50:42.335 INFO [stderr] --> src/main.rs:7:28 Nov 17 07:50:42.335 INFO [stderr] | Nov 17 07:50:42.335 INFO [stderr] 7 | use ndarray::{arr2, Array, ShapeBuilder}; Nov 17 07:50:42.335 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 07:50:42.335 INFO [stderr] | Nov 17 07:50:42.335 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 07:50:42.335 INFO [stderr] Nov 17 07:50:43.403 INFO [stderr] warning: unused variable: `a` Nov 17 07:50:43.403 INFO [stderr] --> src/main.rs:40:13 Nov 17 07:50:43.403 INFO [stderr] | Nov 17 07:50:43.403 INFO [stderr] 40 | let mut a = arr2(&[[1, 2, 3, 4], [4, 5, 6, 4], [7, 8, 9, 4], [7, 8, 9, 4]]); Nov 17 07:50:43.403 INFO [stderr] | ^ help: consider using `_a` instead Nov 17 07:50:43.403 INFO [stderr] | Nov 17 07:50:43.403 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 07:50:43.403 INFO [stderr] Nov 17 07:50:43.403 INFO [stderr] warning: unused variable: `a` Nov 17 07:50:43.403 INFO [stderr] --> src/main.rs:45:9 Nov 17 07:50:43.403 INFO [stderr] | Nov 17 07:50:43.403 INFO [stderr] 45 | let a = vec![vec![1, 2], vec![3, 4]].into_iter().flatten().collect::>(); Nov 17 07:50:43.403 INFO [stderr] | ^ help: consider using `_a` instead Nov 17 07:50:43.403 INFO [stderr] Nov 17 07:50:43.403 INFO [stderr] warning: unused variable: `i` Nov 17 07:50:43.403 INFO [stderr] --> src/main.rs:61:9 Nov 17 07:50:43.403 INFO [stderr] | Nov 17 07:50:43.403 INFO [stderr] 61 | for i in 0..height { Nov 17 07:50:43.403 INFO [stderr] | ^ help: consider using `_i` instead Nov 17 07:50:43.403 INFO [stderr] Nov 17 07:50:43.403 INFO [stderr] warning: unused variable: `j` Nov 17 07:50:43.403 INFO [stderr] --> src/main.rs:63:13 Nov 17 07:50:43.403 INFO [stderr] | Nov 17 07:50:43.403 INFO [stderr] 63 | for j in 0..width { Nov 17 07:50:43.403 INFO [stderr] | ^ help: consider using `_j` instead Nov 17 07:50:43.403 INFO [stderr] Nov 17 07:50:43.423 INFO [stderr] warning: variable does not need to be mutable Nov 17 07:50:43.423 INFO [stderr] --> src/main.rs:40:9 Nov 17 07:50:43.423 INFO [stderr] | Nov 17 07:50:43.423 INFO [stderr] 40 | let mut a = arr2(&[[1, 2, 3, 4], [4, 5, 6, 4], [7, 8, 9, 4], [7, 8, 9, 4]]); Nov 17 07:50:43.423 INFO [stderr] | ----^ Nov 17 07:50:43.423 INFO [stderr] | | Nov 17 07:50:43.423 INFO [stderr] | help: remove this `mut` Nov 17 07:50:43.423 INFO [stderr] | Nov 17 07:50:43.423 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 17 07:50:43.423 INFO [stderr] Nov 17 07:50:43.431 INFO [stderr] warning: function is never used: `to_matrix` Nov 17 07:50:43.431 INFO [stderr] --> src/main.rs:34:1 Nov 17 07:50:43.431 INFO [stderr] | Nov 17 07:50:43.431 INFO [stderr] 34 | fn to_matrix() { Nov 17 07:50:43.431 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 17 07:50:43.431 INFO [stderr] | Nov 17 07:50:43.431 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 07:50:43.431 INFO [stderr] Nov 17 07:51:01.451 INFO [stderr] error: linking with `cc` failed: exit code: 1 Nov 17 07:51:01.451 INFO [stderr] | Nov 17 07:51:01.454 INFO [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.0.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.1.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.2.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.3.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.4.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.5.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.6.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.7.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.8.rcgu.o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.chap02_gray_scott_amorphous.5drgzyjv-cgu.9.rcgu.o" "-o" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d" "/target/debug/examples/chap02_gray_scott_amorphous-361a4689b1fda99d.2l9u3d09gpfg45fq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/target/debug/build/backtrace-sys-09ce5934d0601c75/out" "-L" "/target/debug/build/libloading-2ae3f6901273f971/out" "-L" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libmy_alife-c970dadd2a4d8448.rlib" "/target/debug/deps/libfailure-3c867103efb5f8f9.rlib" "/target/debug/deps/librayon-fd88faff3c066fe7.rlib" "/target/debug/deps/librayon_core-f20e9c69ae340910.rlib" "/target/debug/deps/libnum_cpus-3d6f33111484ec05.rlib" "/target/debug/deps/libcrossbeam_deque-b803eca3b94e5c3e.rlib" "/target/debug/deps/libcrossbeam_epoch-7060256f1fef4b47.rlib" "/target/debug/deps/libmemoffset-4e74145c51525063.rlib" "/target/debug/deps/libcrossbeam_utils-4601056e2b8d3c7e.rlib" "/target/debug/deps/libarrayvec-d8ce747178ed9c06.rlib" "/target/debug/deps/libnodrop-3d4dd8b54a33722b.rlib" "/target/debug/deps/libnum-07368fe0446dfe9f.rlib" "/target/debug/deps/libnum_rational-4fc9b751efcbbe7f.rlib" "/target/debug/deps/libnum_iter-34769c85935197be.rlib" "/target/debug/deps/libnum_complex-fb24db7948da78d9.rlib" "/target/debug/deps/libnum_bigint-2526ced066a6f29f.rlib" "/target/debug/deps/libnum_integer-5442b03fe9a28f64.rlib" "/target/debug/deps/libndarray_rand-5c3a63f2f02e906b.rlib" "/target/debug/deps/libndarray-7fed1eedadf9d762.rlib" "/target/debug/deps/libnum_complex-4ad35a0e95570811.rlib" "/target/debug/deps/libnum_traits-65944df7d97ba067.rlib" "/target/debug/deps/libnum_traits-b8c36ac6bfd8269f.rlib" "/target/debug/deps/libitertools-53ade3861959e0f4.rlib" "/target/debug/deps/libeither-ce53b2e8d756b07c.rlib" "/target/debug/deps/libmatrixmultiply-15d6611a3d38b211.rlib" "/target/debug/deps/librawpointer-45a83675a9018291.rlib" "/target/debug/deps/libglium-90d5aec12bd35c9b.rlib" "/target/debug/deps/libglutin-6b38b1129a08b356.rlib" "/target/debug/deps/libwinit-b50efff904eb9c5c.rlib" "/target/debug/deps/libsmithay_client_toolkit-bc16ad6510dadb6b.rlib" "/target/debug/deps/libtempfile-e014dc0e270e7d7b.rlib" "/target/debug/deps/libremove_dir_all-a02aa603bb79ec76.rlib" "/target/debug/deps/libbyteorder-9b52127b32cc9aa3.rlib" "/target/debug/deps/libfnv-dabdc640937ca322.rlib" "/target/debug/deps/libbacktrace-c98a949d91ae5eb4.rlib" "/target/debug/deps/libbacktrace_sys-350b77bb76c78fcc.rlib" "/target/debug/deps/librustc_demangle-43db72e31f2cff60.rlib" "/target/debug/deps/libglutin-60063ffed69a36ae.rlib" "/target/debug/deps/libosmesa_sys-cd3087673d9b05de.rlib" "/target/debug/deps/libwinit-2fe00652d3a2aad7.rlib" "/target/debug/deps/libsmithay_client_toolkit-8a9897bce82df995.rlib" "/target/debug/deps/libwayland_protocols-6b71e9217f35f02c.rlib" "/target/debug/deps/libwayland_client-895da8fce901b4ec.rlib" "/target/debug/deps/libwayland_commons-c91e599768ea0445.rlib" "/target/debug/deps/libwayland_sys-443dd5cd60f59adb.rlib" "/target/debug/deps/libdowncast_rs-0a5c348bda66c7e7.rlib" "/target/debug/deps/librand-b6efb8ec3cb3a111.rlib" "/target/debug/deps/librand_core-0d83d5ee79f796a2.rlib" "/target/debug/deps/libnix-21b3c2ad9218670a.rlib" "/target/debug/deps/libmemmap-2debc5596a0947fa.rlib" "/target/debug/deps/libdlib-b0c886b1617f8a21.rlib" "/target/debug/deps/liblibloading-8bdc22d80b2bea4f.rlib" "/target/debug/deps/libbitflags-768cc576651407f3.rlib" "/target/debug/deps/libpercent_encoding-bc5e31a0a3a2e453.rlib" "/target/debug/deps/libparking_lot-0898268383f7014f.rlib" "/target/debug/deps/libparking_lot_core-0c5646741896ee5b.rlib" "/target/debug/deps/libsmallvec-ec2817afe6495830.rlib" "/target/debug/deps/libunreachable-2c4b543fd62d2d25.rlib" "/target/debug/deps/libvoid-0ef82eb856d1b7d5.rlib" "/target/debug/deps/librand-98ee1b62e4d8023b.rlib" "/target/debug/deps/liblock_api-19812af75fd4a2ec.rlib" "/target/debug/deps/libowning_ref-05835fc6c5a3a396.rlib" "/target/debug/deps/libstable_deref_trait-12d55362f3d4b575.rlib" "/target/debug/deps/libscopeguard-bc3e26a456b3b05b.rlib" "/target/debug/deps/libx11_dl-712d7f286aa74ba0.rlib" "/target/debug/deps/liblog-535ea427f1661401.rlib" "/target/debug/deps/libcfg_if-7e12b81061c895d1.rlib" "/target/debug/deps/libshared_library-3053caebb09feffc.rlib" "/target/debug/deps/liblazy_static-09b8a8f67aa1444e.rlib" "/target/debug/deps/liblibc-d09b1b6ac3a72086.rlib" "/target/debug/deps/libgl-ee9324cd16a8b2f6.rlib" "-Wl,--start-group" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d983f9f0fa6ceb06.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-6f1ce70f6e7bd019.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-02694553a30ccbd2.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e0471ef0ca19c898.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8560d64f265a1b5c.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d49e8dd020e9654c.rlib" "-Wl,--end-group" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-25f3a21ce204c507.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Nov 17 07:51:01.454 INFO [stderr] = note: collect2: error: ld returned 1 exit status Nov 17 07:51:01.454 INFO [stderr] Nov 17 07:51:01.454 INFO [stderr] Nov 17 07:51:01.457 INFO [stderr] error: aborting due to previous error Nov 17 07:51:01.457 INFO [stderr] Nov 17 07:51:01.477 INFO [stderr] error: Could not compile `my-alife`. Nov 17 07:51:01.477 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 17 07:51:08.767 INFO [stderr] error: linking with `cc` failed: signal: 9 Nov 17 07:51:08.767 INFO [stderr] | Nov 17 07:51:08.770 INFO [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.0.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.1.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.2.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.3.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.4.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.5.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.6.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.7.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.8.rcgu.o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.chap02_gray_scott_bubbles.ei00d4r3-cgu.9.rcgu.o" "-o" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca" "/target/debug/examples/chap02_gray_scott_bubbles-cdc6428846f991ca.1qitma1s9h8348nd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/target/debug/build/backtrace-sys-09ce5934d0601c75/out" "-L" "/target/debug/build/libloading-2ae3f6901273f971/out" "-L" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libmy_alife-c970dadd2a4d8448.rlib" "/target/debug/deps/libfailure-3c867103efb5f8f9.rlib" "/target/debug/deps/librayon-fd88faff3c066fe7.rlib" "/target/debug/deps/librayon_core-f20e9c69ae340910.rlib" "/target/debug/deps/libnum_cpus-3d6f33111484ec05.rlib" "/target/debug/deps/libcrossbeam_deque-b803eca3b94e5c3e.rlib" "/target/debug/deps/libcrossbeam_epoch-7060256f1fef4b47.rlib" "/target/debug/deps/libmemoffset-4e74145c51525063.rlib" "/target/debug/deps/libcrossbeam_utils-4601056e2b8d3c7e.rlib" "/target/debug/deps/libarrayvec-d8ce747178ed9c06.rlib" "/target/debug/deps/libnodrop-3d4dd8b54a33722b.rlib" "/target/debug/deps/libnum-07368fe0446dfe9f.rlib" "/target/debug/deps/libnum_rational-4fc9b751efcbbe7f.rlib" "/target/debug/deps/libnum_iter-34769c85935197be.rlib" "/target/debug/deps/libnum_complex-fb24db7948da78d9.rlib" "/target/debug/deps/libnum_bigint-2526ced066a6f29f.rlib" "/target/debug/deps/libnum_integer-5442b03fe9a28f64.rlib" "/target/debug/deps/libndarray_rand-5c3a63f2f02e906b.rlib" "/target/debug/deps/libndarray-7fed1eedadf9d762.rlib" "/target/debug/deps/libnum_complex-4ad35a0e95570811.rlib" "/target/debug/deps/libnum_traits-65944df7d97ba067.rlib" "/target/debug/deps/libnum_traits-b8c36ac6bfd8269f.rlib" "/target/debug/deps/libitertools-53ade3861959e0f4.rlib" "/target/debug/deps/libeither-ce53b2e8d756b07c.rlib" "/target/debug/deps/libmatrixmultiply-15d6611a3d38b211.rlib" "/target/debug/deps/librawpointer-45a83675a9018291.rlib" "/target/debug/deps/libglium-90d5aec12bd35c9b.rlib" "/target/debug/deps/libglutin-6b38b1129a08b356.rlib" "/target/debug/deps/libwinit-b50efff904eb9c5c.rlib" "/target/debug/deps/libsmithay_client_toolkit-bc16ad6510dadb6b.rlib" "/target/debug/deps/libtempfile-e014dc0e270e7d7b.rlib" "/target/debug/deps/libremove_dir_all-a02aa603bb79ec76.rlib" "/target/debug/deps/libbyteorder-9b52127b32cc9aa3.rlib" "/target/debug/deps/libfnv-dabdc640937ca322.rlib" "/target/debug/deps/libbacktrace-c98a949d91ae5eb4.rlib" "/target/debug/deps/libbacktrace_sys-350b77bb76c78fcc.rlib" "/target/debug/deps/librustc_demangle-43db72e31f2cff60.rlib" "/target/debug/deps/libglutin-60063ffed69a36ae.rlib" "/target/debug/deps/libosmesa_sys-cd3087673d9b05de.rlib" "/target/debug/deps/libwinit-2fe00652d3a2aad7.rlib" "/target/debug/deps/libsmithay_client_toolkit-8a9897bce82df995.rlib" "/target/debug/deps/libwayland_protocols-6b71e9217f35f02c.rlib" "/target/debug/deps/libwayland_client-895da8fce901b4ec.rlib" "/target/debug/deps/libwayland_commons-c91e599768ea0445.rlib" "/target/debug/deps/libwayland_sys-443dd5cd60f59adb.rlib" "/target/debug/deps/libdowncast_rs-0a5c348bda66c7e7.rlib" "/target/debug/deps/librand-b6efb8ec3cb3a111.rlib" "/target/debug/deps/librand_core-0d83d5ee79f796a2.rlib" "/target/debug/deps/libnix-21b3c2ad9218670a.rlib" "/target/debug/deps/libmemmap-2debc5596a0947fa.rlib" "/target/debug/deps/libdlib-b0c886b1617f8a21.rlib" "/target/debug/deps/liblibloading-8bdc22d80b2bea4f.rlib" "/target/debug/deps/libbitflags-768cc576651407f3.rlib" "/target/debug/deps/libpercent_encoding-bc5e31a0a3a2e453.rlib" "/target/debug/deps/libparking_lot-0898268383f7014f.rlib" "/target/debug/deps/libparking_lot_core-0c5646741896ee5b.rlib" "/target/debug/deps/libsmallvec-ec2817afe6495830.rlib" "/target/debug/deps/libunreachable-2c4b543fd62d2d25.rlib" "/target/debug/deps/libvoid-0ef82eb856d1b7d5.rlib" "/target/debug/deps/librand-98ee1b62e4d8023b.rlib" "/target/debug/deps/liblock_api-19812af75fd4a2ec.rlib" "/target/debug/deps/libowning_ref-05835fc6c5a3a396.rlib" "/target/debug/deps/libstable_deref_trait-12d55362f3d4b575.rlib" "/target/debug/deps/libscopeguard-bc3e26a456b3b05b.rlib" "/target/debug/deps/libx11_dl-712d7f286aa74ba0.rlib" "/target/debug/deps/liblog-535ea427f1661401.rlib" "/target/debug/deps/libcfg_if-7e12b81061c895d1.rlib" "/target/debug/deps/libshared_library-3053caebb09feffc.rlib" "/target/debug/deps/liblazy_static-09b8a8f67aa1444e.rlib" "/target/debug/deps/liblibc-d09b1b6ac3a72086.rlib" "/target/debug/deps/libgl-ee9324cd16a8b2f6.rlib" "-Wl,--start-group" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d983f9f0fa6ceb06.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-6f1ce70f6e7bd019.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-02694553a30ccbd2.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e0471ef0ca19c898.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8560d64f265a1b5c.rlib" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d49e8dd020e9654c.rlib" "-Wl,--end-group" "/rustup-home/toolchains/2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-25f3a21ce204c507.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Nov 17 07:51:08.770 INFO [stderr] = note: Nov 17 07:51:08.770 INFO [stderr] Nov 17 07:51:08.770 INFO [stderr] error: aborting due to previous error Nov 17 07:51:08.770 INFO [stderr] Nov 17 07:51:08.770 INFO [stderr] su: No module specific data is present Nov 17 07:51:09.743 INFO running `"docker" "inspect" "4c8e03998c81c3a6607788029e461d6d98eaa94024f312021de34203656da82f"` Nov 17 07:51:10.087 INFO running `"docker" "rm" "-f" "4c8e03998c81c3a6607788029e461d6d98eaa94024f312021de34203656da82f"` Nov 17 07:51:10.371 INFO [stdout] 4c8e03998c81c3a6607788029e461d6d98eaa94024f312021de34203656da82f