[INFO] cloning repository https://github.com/awalgarg/reliverator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/awalgarg/reliverator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawalgarg%2Freliverator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawalgarg%2Freliverator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8dc0725df74101afdf5b5cd6b24b4fdce2d14bf [INFO] testing awalgarg/reliverator against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fawalgarg%2Freliverator" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/awalgarg/reliverator on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/awalgarg/reliverator [INFO] finished tweaking git repo https://github.com/awalgarg/reliverator [INFO] tweaked toml for git repo https://github.com/awalgarg/reliverator written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/awalgarg/reliverator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] da9f3467329cae37b66fc6198e4641f8ad176a2431c01621c04a7756f056e5a0 [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" "da9f3467329cae37b66fc6198e4641f8ad176a2431c01621c04a7756f056e5a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "da9f3467329cae37b66fc6198e4641f8ad176a2431c01621c04a7756f056e5a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da9f3467329cae37b66fc6198e4641f8ad176a2431c01621c04a7756f056e5a0", kill_on_drop: false }` [INFO] [stdout] da9f3467329cae37b66fc6198e4641f8ad176a2431c01621c04a7756f056e5a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 550b17e39af22cc2e52c774d55c0281b7bbb3c49ef2b5ca6e008bb6272c4b992 [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" "550b17e39af22cc2e52c774d55c0281b7bbb3c49ef2b5ca6e008bb6272c4b992", kill_on_drop: false }` [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling reliverator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling libsqlite3-sys v0.17.1 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling rusqlite v0.21.0 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling domain v0.2.4 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.reliverator.ee236575-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b.38f8fbcl8rvyzodd.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lbearffi" "-lc" "-Wl,-Bstatic" "-Wl,--whole-archive" "-lbearssl" "-Wl,--no-whole-archive" "/opt/rustwide/target/debug/deps/libchrono-770a578ba194297d.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a34535e86e54018a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb5c9042c9349859.rlib" "/opt/rustwide/target/debug/deps/librand-6ff476c1d9c84e68.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dbd441b81259e9e2.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-6f374a1e839b3a4a.rlib" "/opt/rustwide/target/debug/deps/librand_core-23d989fa9faf0943.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-fc695a6296ebf7c9.rlib" "/opt/rustwide/target/debug/deps/libdomain-be908e6098e400c9.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-7d8af41573f91b99.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-a5e5b2d30ee33c80.rlib" "/opt/rustwide/target/debug/deps/libtokio-68eb216c60851d0b.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-a5b760f8cd813a07.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-22333c89a727d3f3.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-4a4da556b2fcc033.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-8050311a6062ff46.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-9f064c1c4925ee84.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-82d4480a0f1f2710.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-f94144fbb9484f33.rlib" "/opt/rustwide/target/debug/deps/libfnv-3b027f9af76441c8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d7efe4b0e9d14dd6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9fbbb545b9d484f3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9e5c4ccfe57a4b49.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2d64bf2bb1dab848.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-7642fd6d23354895.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-a45b39bc9007bfda.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-c920589f6f7420b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7000893c39d0f5c4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-8bb4e9638fb5a88c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-cd9c4d64b42437e5.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-8e53985a502a8210.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-73fdc38b2fb433f2.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-6e9559f9ff8eab58.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-73c54b8c3255a082.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-1a2c7635f10c4fea.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-ecb5f96e6b0d5b94.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e76c22541a156359.rlib" "/opt/rustwide/target/debug/deps/libmio-6ebfe5ca17cc1a0b.rlib" "/opt/rustwide/target/debug/deps/liblog-8d247a416cf35571.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libnet2-5c154d36b56ec4a9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libbytes-a05d7aab48f561e1.rlib" "/opt/rustwide/target/debug/deps/libiovec-03f3fa54332ee12f.rlib" "/opt/rustwide/target/debug/deps/librand-b61590802be8eff0.rlib" "/opt/rustwide/target/debug/deps/libfutures-47fa39838d13c9f2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8e56524b8e4e4333.rlib" "/opt/rustwide/target/debug/deps/librusqlite-8ea1a15249fdd6e9.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "/opt/rustwide/target/debug/deps/libtime-90fbf881dabf5cac.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e55ceeccc3dc861.rlib" "/opt/rustwide/target/debug/deps/libfallible_streaming_iterator-c914efb9628878c7.rlib" "/opt/rustwide/target/debug/deps/libfallible_iterator-313401c930e15855.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-af346cfadd276c1c.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-1ab29bfdbfbe72ac.rlib" "/opt/rustwide/target/debug/deps/liblibsqlite3_sys-2cde57d1946dcc4d.rlib" "/opt/rustwide/target/debug/deps/libregex-6ad9ad9177bb7ee6.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-ac98b1315422ded0.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-670902bb7e86937f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ea1aace9ed0e5b1e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lsqlite3" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/reliverator-a4e9c8e0b926ee5b" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lbearffi [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 `reliverator` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "550b17e39af22cc2e52c774d55c0281b7bbb3c49ef2b5ca6e008bb6272c4b992", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "550b17e39af22cc2e52c774d55c0281b7bbb3c49ef2b5ca6e008bb6272c4b992", kill_on_drop: false }` [INFO] [stdout] 550b17e39af22cc2e52c774d55c0281b7bbb3c49ef2b5ca6e008bb6272c4b992