[INFO] fetching crate instances-social 2.0.0... [INFO] extracting crate instances-social 2.0.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/instances-social/2.0.0 [INFO] extracting crate instances-social 2.0.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/instances-social/2.0.0 [INFO] validating manifest of instances-social-2.0.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of instances-social-2.0.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing instances-social-2.0.0 [INFO] finished frobbing instances-social-2.0.0 [INFO] frobbed toml for instances-social-2.0.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/instances-social/2.0.0/Cargo.toml [INFO] started frobbing instances-social-2.0.0 [INFO] finished frobbing instances-social-2.0.0 [INFO] frobbed toml for instances-social-2.0.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/instances-social/2.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing instances-social-2.0.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/instances-social/2.0.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] c3ab17838e91f60892e79e78c39e821dc9675c3e6c1c7778503ea4e5dc3c17f9 [INFO] running `"docker" "start" "-a" "c3ab17838e91f60892e79e78c39e821dc9675c3e6c1c7778503ea4e5dc3c17f9"` [INFO] [stderr] Compiling tap-reader v1.0.1 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling instances-social v2.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/list.rs:121:82 [INFO] [stderr] | [INFO] [stderr] 121 | fn get_page(&mut self, token: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/list.rs:545:52 [INFO] [stderr] | [INFO] [stderr] 545 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/sample.rs:58:78 [INFO] [stderr] | [INFO] [stderr] 58 | fn get_page(&mut self, _: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/sample.rs:90:54 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/search.rs:57:78 [INFO] [stderr] | [INFO] [stderr] 57 | fn get_page(&mut self, _: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/search.rs:90:54 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/show.rs:55:48 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/versions/list.rs:62:82 [INFO] [stderr] | [INFO] [stderr] 62 | fn get_page(&mut self, token: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/versions/list.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 221 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/versions/show.rs:72:47 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:73:96 [INFO] [stderr] | [INFO] [stderr] 73 | fn get_qs(&self, path: &str, data: S) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:80:70 [INFO] [stderr] | [INFO] [stderr] 80 | fn send(&self, req: reqwest::RequestBuilder) -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:323:82 [INFO] [stderr] | [INFO] [stderr] 323 | fn get_page(&mut self, token: Option<&String>) -> Result>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:343:49 [INFO] [stderr] | [INFO] [stderr] 343 | fn fill_buffer(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.30s [INFO] running `"docker" "inspect" "c3ab17838e91f60892e79e78c39e821dc9675c3e6c1c7778503ea4e5dc3c17f9"` [INFO] running `"docker" "rm" "-f" "c3ab17838e91f60892e79e78c39e821dc9675c3e6c1c7778503ea4e5dc3c17f9"` [INFO] [stdout] c3ab17838e91f60892e79e78c39e821dc9675c3e6c1c7778503ea4e5dc3c17f9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/instances-social/2.0.0:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 27a0243f89a4b10f74b4a3456efc52786c131735f6cf678fcedd213ed419164f [INFO] running `"docker" "start" "-a" "27a0243f89a4b10f74b4a3456efc52786c131735f6cf678fcedd213ed419164f"` [INFO] [stderr] Compiling instances-social v2.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/list.rs:121:82 [INFO] [stderr] | [INFO] [stderr] 121 | fn get_page(&mut self, token: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/list.rs:545:52 [INFO] [stderr] | [INFO] [stderr] 545 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/sample.rs:58:78 [INFO] [stderr] | [INFO] [stderr] 58 | fn get_page(&mut self, _: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/sample.rs:90:54 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/search.rs:57:78 [INFO] [stderr] | [INFO] [stderr] 57 | fn get_page(&mut self, _: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/search.rs:90:54 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/instances/show.rs:55:48 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/versions/list.rs:62:82 [INFO] [stderr] | [INFO] [stderr] 62 | fn get_page(&mut self, token: Option<&String>) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/versions/list.rs:221:52 [INFO] [stderr] | [INFO] [stderr] 221 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/versions/show.rs:72:47 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn send(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:73:96 [INFO] [stderr] | [INFO] [stderr] 73 | fn get_qs(&self, path: &str, data: S) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:80:70 [INFO] [stderr] | [INFO] [stderr] 80 | fn send(&self, req: reqwest::RequestBuilder) -> Result> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:323:82 [INFO] [stderr] | [INFO] [stderr] 323 | fn get_page(&mut self, token: Option<&String>) -> Result>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:343:49 [INFO] [stderr] | [INFO] [stderr] 343 | fn fill_buffer(&mut self) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/search-ade6018909233c35.search.cpdpdllr-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/search-ade6018909233c35" "/opt/crater/target/debug/examples/search-ade6018909233c35.c4qoza01tgb0q40.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `instances-social`. [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.instances_list_iter.d3spbh9b-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa" "/opt/crater/target/debug/examples/instances_list_iter-c1ed2acd4c36d5fa.nw9szt1eetzrejr.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `instances-social`. [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.instances_show.1oy8dv5b-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f" "/opt/crater/target/debug/examples/instances_show-7c3483baba2eb17f.1tdcy9vt7m613n6v.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `instances-social`. [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.sample.1jiytt4z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e" "/opt/crater/target/debug/examples/sample-7e7937dbea94913e.31vdpvs8s4f0fn61.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.versions_list.7mcqklcc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa" "/opt/crater/target/debug/examples/versions_list-8613965e8f7c2efa.1ljrdsx32wqyf00r.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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: Could not compile `instances-social`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `instances-social`. [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.instances_list.bjpgz7xn-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5" "/opt/crater/target/debug/examples/instances_list-5091674a27bc64a5.3hva82yqxmnefjdn.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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 `instances-social`. [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.versions_show.dw5k7a86-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68" "/opt/crater/target/debug/examples/versions_show-4f92f6742e83ab68.5ci7z9cevaspow72.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-d638ae3455df95ba/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdotenv-e22d5732909bcd69.rlib" "/opt/crater/target/debug/deps/libinstances_social-1b417e07abf72afb.rlib" "/opt/crater/target/debug/deps/libserde_qs-326a317f755307d4.rlib" "/opt/crater/target/debug/deps/libdata_encoding-92f8d44b035a0083.rlib" "/opt/crater/target/debug/deps/libreqwest-f6abff3273c83ff0.rlib" "/opt/crater/target/debug/deps/libuuid-fd4d8f880a7217a6.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-f2d1d3412091ff75.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libmime_guess-93feda911e8dbc72.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libflate2-fae66a0284ce0b3e.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-4a11cf806b4c02c0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-b5da6c57e4c67a8c.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libcrc-eab470c66ed491f6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-50390dd1f4f0c75a.rlib" "/opt/crater/target/debug/deps/libnative_tls-d4343d8a642dfc6e.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-f20dd18794f2935d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-d83d1275a0d52c21.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libhyper-80acbd8e06605884.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b420ec78d28b40d3.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c2602712c4957f9c.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-12e28ce5432387cf.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libencoding_rs-d2160df8565af186.rlib" "/opt/crater/target/debug/deps/libcookie_store-ca58db78eb086328.rlib" "/opt/crater/target/debug/deps/libserde_json-641c38be778e40bd.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-11b73e7277c8e031.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liberror_chain-9ab1d10ea4bd2b18.rlib" "/opt/crater/target/debug/deps/libtry_from-1cc2561708006911.rlib" "/opt/crater/target/debug/deps/libfailure-e6d722cfe04ca38b.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libcookie-e38a6ec59192f736.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liburl-988a9b021ad9967c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libtap_reader-174c4a14fb1cf1d5.rlib" "/opt/crater/target/debug/deps/libserde-18dc95c748e63f7b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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 `instances-social`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "27a0243f89a4b10f74b4a3456efc52786c131735f6cf678fcedd213ed419164f"` [INFO] running `"docker" "rm" "-f" "27a0243f89a4b10f74b4a3456efc52786c131735f6cf678fcedd213ed419164f"` [INFO] [stdout] 27a0243f89a4b10f74b4a3456efc52786c131735f6cf678fcedd213ed419164f