[INFO] updating cached repository https://github.com/PTNobel/sprs-performance-test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f7c4fc8bf5e3942cc249db3e1cc2696cf8680294 [INFO] testing PTNobel/sprs-performance-test against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPTNobel%2Fsprs-performance-test" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PTNobel/sprs-performance-test on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PTNobel/sprs-performance-test [INFO] finished tweaking git repo https://github.com/PTNobel/sprs-performance-test [INFO] tweaked toml for git repo https://github.com/PTNobel/sprs-performance-test written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/PTNobel/sprs-performance-test already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 17580c7d4ce680f8ca886cfc347f6958b5538e18adfb2ce589f0097f194845a9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "17580c7d4ce680f8ca886cfc347f6958b5538e18adfb2ce589f0097f194845a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17580c7d4ce680f8ca886cfc347f6958b5538e18adfb2ce589f0097f194845a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17580c7d4ce680f8ca886cfc347f6958b5538e18adfb2ce589f0097f194845a9", kill_on_drop: false }` [INFO] [stdout] 17580c7d4ce680f8ca886cfc347f6958b5538e18adfb2ce589f0097f194845a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4fd98ea13b663221041fbf9880b49f9c4cbc34d8a552e5fec5ff5123ba00833f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4fd98ea13b663221041fbf9880b49f9c4cbc34d8a552e5fec5ff5123ba00833f", kill_on_drop: false }` [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling blas-src v0.2.1 [INFO] [stderr] Compiling lapack-src v0.4.0 [INFO] [stderr] Compiling blas-src v0.4.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling suitesparse_ldl_sys v0.2.0 [INFO] [stderr] Compiling lapacke-sys v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_isaac v0.2.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling lapacke v0.2.0 [INFO] [stderr] Compiling cauchy v0.2.2 [INFO] [stderr] Compiling sprs v0.8.0 [INFO] [stderr] Compiling ndarray-rand v0.11.0 [INFO] [stderr] Compiling ndarray-linalg v0.12.0 [INFO] [stderr] Compiling sprs_suitesparse_ldl v0.4.0 [INFO] [stderr] Compiling sprs-ldl v0.6.0 [INFO] [stderr] Compiling sprs-performance-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.sprs_performance_test.b9q5pqhx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c" "/opt/rustwide/target/debug/deps/sprs_performance_test-c823c10edaad3e7c.avrcwd0x2q2y7ni.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsprs_ldl-02578a6899a09557.rlib" "/opt/rustwide/target/debug/deps/libsprs_suitesparse_ldl-1a65870b92fa0866.rlib" "/opt/rustwide/target/debug/deps/libsuitesparse_ldl_sys-6518eeae654813b7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4229e9e839b2f43a.rlib" "/opt/rustwide/target/debug/deps/libsprs-725718cda5992f2a.rlib" "/opt/rustwide/target/debug/deps/libalga-45b3f8d31e30b196.rlib" "/opt/rustwide/target/debug/deps/libapprox-d32751932d2c94d3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d0f08b689d388bfb.rlib" "/opt/rustwide/target/debug/deps/librayon-3fbd31df6db82e12.rlib" "/opt/rustwide/target/debug/deps/librayon_core-83506fd9857cd071.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-da30ef1e96f408bc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-447ad0e773d2fec5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-13f0de8068810416.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-071153b460537785.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-670378d1dd2e0065.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60e677f79172690c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libeither-e56ae8568f7848ad.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-0901a3764932b707.rlib" "/opt/rustwide/target/debug/deps/libndarray_rand-3bae6cba479c3b42.rlib" "/opt/rustwide/target/debug/deps/librand_distr-03309d9eae3ead68.rlib" "/opt/rustwide/target/debug/deps/librand-0bd72f157227fc6c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-44c074bc3759342b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-60699b3ed5a83f43.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-170c4fd0b2d212af.rlib" "/opt/rustwide/target/debug/deps/librand_core-a96eb5e3a8cfc949.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-41ab61d9f39cf478.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libndarray-8f651c39c512080b.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-0d35fa90bd2f6204.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-d7c65e26f522916e.rlib" "/opt/rustwide/target/debug/deps/librand-f4c6379227369250.rlib" "/opt/rustwide/target/debug/deps/librand_core-f239476c0fec9c8d.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libserde-63427fe7bc43337b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d14df480e3333805.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f696f1aebc931f64.rlib" "/opt/rustwide/target/debug/deps/librawpointer-af4e4c3da9ba5d60.rlib" "/opt/rustwide/target/debug/deps/libcblas_sys-91eff4269e80b5b5.rlib" "/opt/rustwide/target/debug/deps/liblibc-11d35527eaac07af.rlib" "/opt/rustwide/target/debug/deps/libblas_src-07b85fa947d9b4e9.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-e41cefa33beb0bc7.rlib" "/opt/rustwide/target/debug/deps/libindexmap-bf901de366218a08.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-598b6474beea877b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lldl [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sprs-performance-test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "4fd98ea13b663221041fbf9880b49f9c4cbc34d8a552e5fec5ff5123ba00833f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fd98ea13b663221041fbf9880b49f9c4cbc34d8a552e5fec5ff5123ba00833f", kill_on_drop: false }` [INFO] [stdout] 4fd98ea13b663221041fbf9880b49f9c4cbc34d8a552e5fec5ff5123ba00833f