[INFO] crate agnes 0.3.2 is already in cache [INFO] extracting crate agnes 0.3.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/agnes/0.3.2 [INFO] extracting crate agnes 0.3.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/agnes/0.3.2 [INFO] validating manifest of agnes-0.3.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 agnes-0.3.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 agnes-0.3.2 [INFO] removed 1 missing examples [INFO] finished frobbing agnes-0.3.2 [INFO] frobbed toml for agnes-0.3.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/agnes/0.3.2/Cargo.toml [INFO] started frobbing agnes-0.3.2 [INFO] removed 1 missing examples [INFO] finished frobbing agnes-0.3.2 [INFO] frobbed toml for agnes-0.3.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/agnes/0.3.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] testing agnes-0.3.2 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/agnes/0.3.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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 1733a308956b8f46ade80ffb7596ff4173d9a6ca90e60399e56de5b7874d5eaf [INFO] running `"docker" "start" "-a" "1733a308956b8f46ade80ffb7596ff4173d9a6ca90e60399e56de5b7874d5eaf"` [INFO] [stderr] Compiling indexmap v0.4.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling bstr v0.2.6 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling csv-sniffer v0.1.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling agnes v0.3.2 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/source/file.rs:158:21 [INFO] [stderr] | [INFO] [stderr] 158 | let mut core = Core::new()?; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/source/file.rs:173:21 [INFO] [stderr] | [INFO] [stderr] 173 | let mut core = Core::new()?; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "1733a308956b8f46ade80ffb7596ff4173d9a6ca90e60399e56de5b7874d5eaf"` [INFO] running `"docker" "rm" "-f" "1733a308956b8f46ade80ffb7596ff4173d9a6ca90e60399e56de5b7874d5eaf"` [INFO] [stdout] 1733a308956b8f46ade80ffb7596ff4173d9a6ca90e60399e56de5b7874d5eaf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/agnes/0.3.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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 23cbbea500de37a1d41386f00bea6ae59f6559b6dfb91815641c86d5d9468bd1 [INFO] running `"docker" "start" "-a" "23cbbea500de37a1d41386f00bea6ae59f6559b6dfb91815641c86d5d9468bd1"` [INFO] [stderr] Compiling compiletest_rs v0.3.22 [INFO] [stderr] Compiling tester v0.5.0 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling rustfix v0.4.5 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling agnes v0.3.2 (/opt/crater/workdir) [INFO] [stderr] error: Could not compile `agnes`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serialize tests/serialize.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="serialize"' --cfg 'feature="test-utils"' -C metadata=6d0a8b684f68e0b2 -C extra-filename=-6d0a8b684f68e0b2 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern agnes=/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib --extern bit_vec=/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib --extern compiletest_rs=/opt/crater/target/debug/deps/libcompiletest_rs-12319a6d6a5e26cd.rlib --extern csv=/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib --extern csv_sniffer=/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib --extern encoding=/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib --extern hyper_tls=/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib --extern indexmap=/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib --extern native_tls=/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib --extern prettytable=/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib --extern rand=/opt/crater/target/debug/deps/librand-0da62b141e89d6d9.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-01aaf6b1d22d7794.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib --extern typenum=/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out` (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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.melt_aggregate.7farzqvp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f" "/opt/crater/target/debug/examples/melt_aggregate-b04fa3480348fa6f.2v311vk02am8b5ud.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib(csv-6346324a96afebbf.csv.7uhc3i8u-cgu.12.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib: error adding symbols: File in wrong format [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 `agnes`. [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.file_reader_test.78dscaeo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57" "/opt/crater/target/debug/deps/file_reader_test-b4472f1279bf4e57.1srdhl7bzmhjtlnf.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `agnes`. [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] 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.gdp_metadata_join.ccw6auho-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569" "/opt/crater/target/debug/examples/gdp_metadata_join-4a05a064dc6dc569.35wt90wxjp9c71xk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib(csv_core-508772665d89d87c.csv_core.88e7pwrr-cgu.0.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.gdp_local.f2akpwzu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4" "/opt/crater/target/debug/examples/gdp_local-ce6dc7d50dca8cc4.3999cvz3eapjvlv1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] : can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.gdp_uri.ajedzz8c-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa" "/opt/crater/target/debug/examples/gdp_uri-6ba1f07a3d7bd5fa.4s79n5lgls2gnxpy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib(csv_core-508772665d89d87c.csv_core.88e7pwrr-cgu.0.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `agnes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `agnes`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `agnes`. [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.gdp_life_local.e5l3ssqa-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced" "/opt/crater/target/debug/examples/gdp_life_local-ca122ea0b7eedced.3otedk9pxfdjz0pd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `agnes`. [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.gdp_life.dsyeabo3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61" "/opt/crater/target/debug/examples/gdp_life-e4df6b9b4215cf61.5aow895osc5clbyi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-46319fa5dea5f4c2/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libagnes-5b4a38d36c75f75c.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libtempfile-fac0baaf5ad32af8.rlib" "/opt/crater/target/debug/deps/librand-3e474f5a007cad8a.rlib" "/opt/crater/target/debug/deps/librand_chacha-4af6195b1b0111d2.rlib" "/opt/crater/target/debug/deps/libc2_chacha-43104efcd90ce066.rlib" "/opt/crater/target/debug/deps/libppv_lite86-17068f24255d3c25.rlib" "/opt/crater/target/debug/deps/librand_core-9e51b33c2675c3e4.rlib" "/opt/crater/target/debug/deps/libgetrandom-91c7a7e22df496a1.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-5c8f22a51d235b87.rlib" "/opt/crater/target/debug/deps/libcsv_sniffer-7cd7349ed39aa921.rlib" "/opt/crater/target/debug/deps/libregex-d68904e8f6db1261.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-9f366e6fcd5f9b6c.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libaho_corasick-1046a43f7bbefb2f.rlib" "/opt/crater/target/debug/deps/libprettytable-913b83b6304a4197.rlib" "/opt/crater/target/debug/deps/libencode_unicode-69d053015b296c03.rlib" "/opt/crater/target/debug/deps/liblazy_static-318544a807a94655.rlib" "/opt/crater/target/debug/deps/libcsv-408387655d13bc6f.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libmemchr-c76e6bb41131f52a.rlib" "/opt/crater/target/debug/deps/libatty-73d9d7608f14720b.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libunicode_width-26f3734d51bc29d0.rlib" "/opt/crater/target/debug/deps/libtokio_core-a44117a363ff78ed.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libindexmap-2a43fddd00daa6fa.rlib" "/opt/crater/target/debug/deps/libhyper_tls-287057fd5661509e.rlib" "/opt/crater/target/debug/deps/libnative_tls-681141fd46d80cc6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-51b1365b46c92494.rlib" "/opt/crater/target/debug/deps/libopenssl-6b00b26841029f34.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-943b957916b6dfca.rlib" "/opt/crater/target/debug/deps/libforeign_types-18c90140df6a780d.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-4758894be52a3354.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "/opt/crater/target/debug/deps/libhyper-53b9ab7d1499581f.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-0b6a1fe5b989edcf.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c45593a29906652c.rlib" "/opt/crater/target/debug/deps/libmio_uds-0d08258bc71a9f65.rlib" "/opt/crater/target/debug/deps/libtokio_udp-5d010dab087cc39e.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7649682724a10240.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-88b9289dab646f4a.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-8a2eb86d91e04653.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-a1c8e9ac12e11044.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-03f07a6c29c763c0.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-3f276c70587e6795.rlib" "/opt/crater/target/debug/deps/librand-7e6766e750c6be3b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3e0a75ad00c63a5.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-8569612747807cc9.rlib" "/opt/crater/target/debug/deps/librand_chacha-ac6ce8b387d22bba.rlib" "/opt/crater/target/debug/deps/librand_isaac-8ac388089f5e9c2a.rlib" "/opt/crater/target/debug/deps/librand_core-c3aa65e01d868112.rlib" "/opt/crater/target/debug/deps/librand_os-e15726d93d8b9c16.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fc759d5c62adb8b7.rlib" "/opt/crater/target/debug/deps/libmio-f9d87d0294c8b9c2.rlib" "/opt/crater/target/debug/deps/libtime-6f53e56782f80232.rlib" "/opt/crater/target/debug/deps/libnet2-93c043f1f7fc4147.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-7ed02a058d1fb35d.rlib" "/opt/crater/target/debug/deps/libtokio_buf-39dfade5d6bf1aef.rlib" "/opt/crater/target/debug/deps/libh2-6ba93dbad721a974.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-4e5b09bda5864da0.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libhttp-bda51313a737b19e.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libtokio_io-6e874a9c3f6d53ad.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3b45a3681b43d9c0.rlib" "/opt/crater/target/debug/deps/libnum_cpus-7906a314b46a3491.rlib" "/opt/crater/target/debug/deps/libbytes-3c4181a89841200e.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-373b5346187c9eb3.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libcsv-6346324a96afebbf.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libcsv_core-508772665d89d87c.rlib" "/opt/crater/target/debug/deps/libbstr-7dc2a663527fd100.rlib" "/opt/crater/target/debug/deps/libregex_automata-87eb172317bb9e8b.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libmemchr-29b42ed35b4106ed.rlib" "/opt/crater/target/debug/deps/liblibc-8c0a4ae09db8c9ac.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libbit_vec-d13b29fef375574c.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `agnes`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "23cbbea500de37a1d41386f00bea6ae59f6559b6dfb91815641c86d5d9468bd1"` [INFO] running `"docker" "rm" "-f" "23cbbea500de37a1d41386f00bea6ae59f6559b6dfb91815641c86d5d9468bd1"` [INFO] [stdout] 23cbbea500de37a1d41386f00bea6ae59f6559b6dfb91815641c86d5d9468bd1