[INFO] fetching crate headless_chrome 0.3.0... [INFO] extracting crate headless_chrome 0.3.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/headless_chrome/0.3.0 [INFO] extracting crate headless_chrome 0.3.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/headless_chrome/0.3.0 [INFO] validating manifest of headless_chrome-0.3.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of headless_chrome-0.3.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing headless_chrome-0.3.0 [INFO] finished frobbing headless_chrome-0.3.0 [INFO] frobbed toml for headless_chrome-0.3.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/headless_chrome/0.3.0/Cargo.toml [INFO] started frobbing headless_chrome-0.3.0 [INFO] finished frobbing headless_chrome-0.3.0 [INFO] frobbed toml for headless_chrome-0.3.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/headless_chrome/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing headless_chrome-0.3.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/headless_chrome/0.3.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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 5d5c2a08915e61b2345b98cb560ec2d6d34d6097d5f87a7404426c2606707ab6 [INFO] running `"docker" "start" "-a" "5d5c2a08915e61b2345b98cb560ec2d6d34d6097d5f87a7404426c2606707ab6"` [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling chunked_transfer v1.0.0 [INFO] [stderr] Compiling qstring v0.6.0 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling ureq v0.11.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling headless_chrome v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/browser/tab/mod.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | / Fn( [INFO] [stderr] 49 | | protocol::network::events::ResponseReceivedEventParams, [INFO] [stderr] 50 | | &dyn Fn() -> Result< [INFO] [stderr] 51 | | protocol::network::methods::GetResponseBodyReturnObject, [INFO] [stderr] ... | [INFO] [stderr] 54 | | ) + Send [INFO] [stderr] 55 | | + Sync, [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 48 | dyn Fn( [INFO] [stderr] 49 | protocol::network::events::ResponseReceivedEventParams, [INFO] [stderr] 50 | &dyn Fn() -> Result< [INFO] [stderr] 51 | protocol::network::methods::GetResponseBodyReturnObject, [INFO] [stderr] 52 | failure::Error, [INFO] [stderr] 53 | >, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.97s [INFO] running `"docker" "inspect" "5d5c2a08915e61b2345b98cb560ec2d6d34d6097d5f87a7404426c2606707ab6"` [INFO] running `"docker" "rm" "-f" "5d5c2a08915e61b2345b98cb560ec2d6d34d6097d5f87a7404426c2606707ab6"` [INFO] [stdout] 5d5c2a08915e61b2345b98cb560ec2d6d34d6097d5f87a7404426c2606707ab6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/headless_chrome/0.3.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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] a91282f7636d42a181165fdc606f0d0bad167c2be9dd78bdc61d6c0c4d62008b [INFO] running `"docker" "start" "-a" "a91282f7636d42a181165fdc606f0d0bad167c2be9dd78bdc61d6c0c4d62008b"` [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling headless_chrome v0.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/browser/tab/mod.rs:48:5 [INFO] [stderr] | [INFO] [stderr] 48 | / Fn( [INFO] [stderr] 49 | | protocol::network::events::ResponseReceivedEventParams, [INFO] [stderr] 50 | | &dyn Fn() -> Result< [INFO] [stderr] 51 | | protocol::network::methods::GetResponseBodyReturnObject, [INFO] [stderr] ... | [INFO] [stderr] 54 | | ) + Send [INFO] [stderr] 55 | | + Sync, [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 48 | dyn Fn( [INFO] [stderr] 49 | protocol::network::events::ResponseReceivedEventParams, [INFO] [stderr] 50 | &dyn Fn() -> Result< [INFO] [stderr] 51 | protocol::network::methods::GetResponseBodyReturnObject, [INFO] [stderr] 52 | failure::Error, [INFO] [stderr] 53 | >, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] error: Could not compile `headless_chrome`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name simple tests/simple.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="directories"' --cfg 'feature="fetch"' --cfg 'feature="ureq"' --cfg 'feature="zip"' -C metadata=41e3078b04c41ea1 -C extra-filename=-41e3078b04c41ea1 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-8cd5e4db20877b41.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-6f02b1df541c242c.so --extern directories=/opt/crater/target/debug/deps/libdirectories-ad9b04e11a764057.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-34792e63353a64f7.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib --extern headless_chrome=/opt/crater/target/debug/deps/libheadless_chrome-e9578fd249cec360.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-a2bbab566a9d5128.rlib --extern log=/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib --extern png=/opt/crater/target/debug/deps/libpng-220798c03a999dd5.rlib --extern rand=/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib --extern regex=/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib --extern serde=/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-33a91212eb58894d.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-985295463943c538.rlib --extern ureq=/opt/crater/target/debug/deps/libureq-527bb503fd4ee2fe.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-1aa801fc0c782fbb.rlib --extern which=/opt/crater/target/debug/deps/libwhich-65c46215f7c6ee61.rlib --extern zip=/opt/crater/target/debug/deps/libzip-3b6ef80bc11908b3.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/ring-9b0f440373e98da7/out -L native=/opt/crater/target/debug/build/bzip2-sys-5ffaf2b43e086c26/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.query_wikipedia.7dginr6z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe" "/opt/crater/target/debug/examples/query_wikipedia-c33428fa89ea42fe.3r449usrjpx8cdhx.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/ring-9b0f440373e98da7/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-5ffaf2b43e086c26/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libheadless_chrome-e9578fd249cec360.rlib" "/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libwebsocket-1aa801fc0c782fbb.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libhyper-72cdeacd90671abe.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libtypeable-fa4659829e02080f.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libzip-3b6ef80bc11908b3.rlib" "/opt/crater/target/debug/deps/libpodio-f6a3e7fb22ffdd2e.rlib" "/opt/crater/target/debug/deps/liblibflate-fe05d704f32f5989.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-47d6d7ed6da05b58.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libbzip2-ee32a6150be969ee.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-49ee1ec4d00c3f8f.rlib" "/opt/crater/target/debug/deps/libureq-527bb503fd4ee2fe.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-b11a34863f156888.rlib" "/opt/crater/target/debug/deps/librustls-b02b22044efe743a.rlib" "/opt/crater/target/debug/deps/libsct-04c168bf858fd4a1.rlib" "/opt/crater/target/debug/deps/libwebpki-f6a775c7e4b8040a.rlib" "/opt/crater/target/debug/deps/libring-9c811ab94e5d68bf.rlib" "/opt/crater/target/debug/deps/libspin-22e6dbef5d5fd877.rlib" "/opt/crater/target/debug/deps/libuntrusted-203cd0921ba5a7bc.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libqstring-9a2dcc3468ed722f.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libascii-916e1b3a381ac63a.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-924171f6683a4c23.rlib" "/opt/crater/target/debug/deps/libcookie-13d4b55d608ef2a6.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libdirectories-ad9b04e11a764057.rlib" "/opt/crater/target/debug/deps/libdirs_sys-4990ccfc8cc41878.rlib" "/opt/crater/target/debug/deps/libwhich-65c46215f7c6ee61.rlib" "/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `headless_chrome`. [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.extension.9ttiz56y-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e" "/opt/crater/target/debug/deps/extension-2c86b90c8512fe2e.28xc3oqpjfo2ybxh.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-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/ring-9b0f440373e98da7/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-5ffaf2b43e086c26/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libheadless_chrome-e9578fd249cec360.rlib" "/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/libserde_json-9bf48f670045e907.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libwebsocket-1aa801fc0c782fbb.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libsha1-61ab8b7d885a22d2.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libhyper-72cdeacd90671abe.rlib" "/opt/crater/target/debug/deps/libmime-c33595c1da25b3a3.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libtypeable-fa4659829e02080f.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libunicase-153480e1a8d7191e.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libzip-3b6ef80bc11908b3.rlib" "/opt/crater/target/debug/deps/libpodio-f6a3e7fb22ffdd2e.rlib" "/opt/crater/target/debug/deps/liblibflate-fe05d704f32f5989.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-47d6d7ed6da05b58.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libbzip2-ee32a6150be969ee.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-49ee1ec4d00c3f8f.rlib" "/opt/crater/target/debug/deps/libureq-527bb503fd4ee2fe.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-b11a34863f156888.rlib" "/opt/crater/target/debug/deps/librustls-b02b22044efe743a.rlib" "/opt/crater/target/debug/deps/libsct-04c168bf858fd4a1.rlib" "/opt/crater/target/debug/deps/libwebpki-f6a775c7e4b8040a.rlib" "/opt/crater/target/debug/deps/libring-9c811ab94e5d68bf.rlib" "/opt/crater/target/debug/deps/libspin-22e6dbef5d5fd877.rlib" "/opt/crater/target/debug/deps/libuntrusted-203cd0921ba5a7bc.rlib" "/opt/crater/target/debug/deps/libbase64-58af944e57313fa8.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libqstring-9a2dcc3468ed722f.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libascii-916e1b3a381ac63a.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-924171f6683a4c23.rlib" "/opt/crater/target/debug/deps/libcookie-13d4b55d608ef2a6.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libdirectories-ad9b04e11a764057.rlib" "/opt/crater/target/debug/deps/libdirs_sys-4990ccfc8cc41878.rlib" "/opt/crater/target/debug/deps/libwhich-65c46215f7c6ee61.rlib" "/opt/crater/target/debug/deps/libserde-8a74f2f1b198fcaa.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libfailure-c28e2ce81937d1ba.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `headless_chrome`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a91282f7636d42a181165fdc606f0d0bad167c2be9dd78bdc61d6c0c4d62008b"` [INFO] running `"docker" "rm" "-f" "a91282f7636d42a181165fdc606f0d0bad167c2be9dd78bdc61d6c0c4d62008b"` [INFO] [stdout] a91282f7636d42a181165fdc606f0d0bad167c2be9dd78bdc61d6c0c4d62008b