[INFO] updating cached repository atroche/myws [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/atroche/myws [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/atroche/myws" "work/ex/beta-1.38-1/sources/1.37.0/gh/atroche/myws"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/atroche/myws'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/atroche/myws" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atroche/myws"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atroche/myws'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f29e7b5bbb832d6c6261a301ec6c505497a40879 [INFO] sha for GitHub repo atroche/myws: f29e7b5bbb832d6c6261a301ec6c505497a40879 [INFO] validating manifest of atroche/myws on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of atroche/myws on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing atroche/myws [INFO] finished frobbing atroche/myws [INFO] frobbed toml for atroche/myws written to work/ex/beta-1.38-1/sources/1.37.0/gh/atroche/myws/Cargo.toml [INFO] started frobbing atroche/myws [INFO] finished frobbing atroche/myws [INFO] frobbed toml for atroche/myws written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atroche/myws/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing atroche/myws against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atroche/myws:/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-08-13" "build" "--frozen"` [INFO] [stdout] 600d0c9a7c1e2a6376ad300b3ac13350fe8a9f0982bd53a85d341aea8d05ce9e [INFO] running `"docker" "start" "-a" "600d0c9a7c1e2a6376ad300b3ac13350fe8a9f0982bd53a85d341aea8d05ce9e"` [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling chunked_transfer v1.0.0 [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling qstring v0.6.0 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling cookie v0.11.1 [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 bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling rustls v0.15.2 [INFO] [stderr] Compiling webpki-roots v0.16.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling ureq v0.9.1 [INFO] [stderr] Compiling headless_chrome v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/browser/tab/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Fn( [INFO] [stderr] 38 | | Arc, [INFO] [stderr] 39 | | SessionId, [INFO] [stderr] 40 | | protocol::network::events::RequestInterceptedEventParams, [INFO] [stderr] 41 | | ) -> RequestInterceptionDecision [INFO] [stderr] 42 | | + Send [INFO] [stderr] 43 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 37 | dyn Fn( [INFO] [stderr] 38 | Arc, [INFO] [stderr] 39 | SessionId, [INFO] [stderr] 40 | protocol::network::events::RequestInterceptedEventParams, [INFO] [stderr] 41 | ) -> RequestInterceptionDecision [INFO] [stderr] 42 | + Send [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "600d0c9a7c1e2a6376ad300b3ac13350fe8a9f0982bd53a85d341aea8d05ce9e"` [INFO] running `"docker" "rm" "-f" "600d0c9a7c1e2a6376ad300b3ac13350fe8a9f0982bd53a85d341aea8d05ce9e"` [INFO] [stdout] 600d0c9a7c1e2a6376ad300b3ac13350fe8a9f0982bd53a85d341aea8d05ce9e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/atroche/myws:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 3f08f6da71bf0344865ecb4c045d905df685ba5362b616440d2f9d4bc7364e75 [INFO] running `"docker" "start" "-a" "3f08f6da71bf0344865ecb4c045d905df685ba5362b616440d2f9d4bc7364e75"` [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling headless_chrome v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/browser/tab/mod.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | / Fn( [INFO] [stderr] 38 | | Arc, [INFO] [stderr] 39 | | SessionId, [INFO] [stderr] 40 | | protocol::network::events::RequestInterceptedEventParams, [INFO] [stderr] 41 | | ) -> RequestInterceptionDecision [INFO] [stderr] 42 | | + Send [INFO] [stderr] 43 | | + Sync, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 37 | dyn Fn( [INFO] [stderr] 38 | Arc, [INFO] [stderr] 39 | SessionId, [INFO] [stderr] 40 | protocol::network::events::RequestInterceptedEventParams, [INFO] [stderr] 41 | ) -> RequestInterceptionDecision [INFO] [stderr] 42 | + Send [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/browser/process.rs:298:27 [INFO] [stderr] | [INFO] [stderr] 298 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/browser/process.rs:301:25 [INFO] [stderr] | [INFO] [stderr] 301 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [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=6c80fedf560f9abb -C extra-filename=-6c80fedf560f9abb --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-d2c01d9397e5e812.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-1a58a9dab44e386f.so --extern directories=/opt/crater/target/debug/deps/libdirectories-7eb9103e19faee53.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib --extern headless_chrome=/opt/crater/target/debug/deps/libheadless_chrome-3dba89451fd9ef2f.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-827da457f8207ddf.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern png=/opt/crater/target/debug/deps/libpng-bf0b06c4d6d0fe02.rlib --extern rand=/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib --extern regex=/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib --extern serde=/opt/crater/target/debug/deps/libserde-571f27bc91f456c8.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-1b9834895cb10c4a.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-e842f9da10152f75.rlib --extern ureq=/opt/crater/target/debug/deps/libureq-c51d58b5c3c0838f.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-ba09fa3b6905884c.rlib --extern which=/opt/crater/target/debug/deps/libwhich-231cbe8e85587994.rlib --extern zip=/opt/crater/target/debug/deps/libzip-5e837d60975ab6a3.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bfc899f80a7b0741/out -L native=/opt/crater/target/debug/build/bzip2-sys-d52c2b633f851508/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 headless_chrome src/lib.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=e58799bd38d82013 -C extra-filename=-e58799bd38d82013 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-d2c01d9397e5e812.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-1a58a9dab44e386f.so --extern directories=/opt/crater/target/debug/deps/libdirectories-7eb9103e19faee53.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-827da457f8207ddf.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern png=/opt/crater/target/debug/deps/libpng-bf0b06c4d6d0fe02.rlib --extern rand=/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib --extern regex=/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib --extern serde=/opt/crater/target/debug/deps/libserde-571f27bc91f456c8.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-1b9834895cb10c4a.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-e842f9da10152f75.rlib --extern ureq=/opt/crater/target/debug/deps/libureq-c51d58b5c3c0838f.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-ba09fa3b6905884c.rlib --extern which=/opt/crater/target/debug/deps/libwhich-231cbe8e85587994.rlib --extern zip=/opt/crater/target/debug/deps/libzip-5e837d60975ab6a3.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bfc899f80a7b0741/out -L native=/opt/crater/target/debug/build/bzip2-sys-d52c2b633f851508/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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.query_wikipedia.4ywji52z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d" "/opt/crater/target/debug/examples/query_wikipedia-c482071fec65b56d.35c54pn2fmot64tg.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-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/ring-bfc899f80a7b0741/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d52c2b633f851508/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libheadless_chrome-3dba89451fd9ef2f.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libserde_json-1b9834895cb10c4a.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libwebsocket-ba09fa3b6905884c.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libhyper-93d46e4e309c8ef2.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libtypeable-9a5238d74bedca20.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libzip-5e837d60975ab6a3.rlib" "/opt/crater/target/debug/deps/libpodio-deae121d8af72902.rlib" "/opt/crater/target/debug/deps/libflate2-28ad40e653d33c16.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-c0bad7cc9cb5c5a1.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libbzip2-1e9595d05c0def66.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-be6c2d78c8c718ac.rlib" "/opt/crater/target/debug/deps/libureq-c51d58b5c3c0838f.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-eb1830c6e9943344.rlib" "/opt/crater/target/debug/deps/librustls-5b89abb6ce9e672e.rlib" "/opt/crater/target/debug/deps/libsct-073656caf0a4adf0.rlib" "/opt/crater/target/debug/deps/libwebpki-7655ffab94f4735f.rlib" "/opt/crater/target/debug/deps/libring-a4cebf29ea80325f.rlib" "/opt/crater/target/debug/deps/libspin-fe24398cdf0d54d5.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libqstring-a926993abe6e55a8.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libascii-458784f97034f91e.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-2d05d0863fbaca23.rlib" "/opt/crater/target/debug/deps/libcookie-41d17f1d7995332b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libdirectories-7eb9103e19faee53.rlib" "/opt/crater/target/debug/deps/libwhich-231cbe8e85587994.rlib" "/opt/crater/target/debug/deps/libserde-571f27bc91f456c8.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.print_to_pdf.4cyxni10-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c" "/opt/crater/target/debug/examples/print_to_pdf-90c09a9e9f1edb6c.1d14qd9mrtjhbd7h.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-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/ring-bfc899f80a7b0741/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d52c2b633f851508/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libheadless_chrome-3dba89451fd9ef2f.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libserde_json-1b9834895cb10c4a.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libwebsocket-ba09fa3b6905884c.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libhyper-93d46e4e309c8ef2.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libtypeable-9a5238d74bedca20.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libzip-5e837d60975ab6a3.rlib" "/opt/crater/target/debug/deps/libpodio-deae121d8af72902.rlib" "/opt/crater/target/debug/deps/libflate2-28ad40e653d33c16.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-c0bad7cc9cb5c5a1.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libbzip2-1e9595d05c0def66.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-be6c2d78c8c718ac.rlib" "/opt/crater/target/debug/deps/libureq-c51d58b5c3c0838f.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-eb1830c6e9943344.rlib" "/opt/crater/target/debug/deps/librustls-5b89abb6ce9e672e.rlib" "/opt/crater/target/debug/deps/libsct-073656caf0a4adf0.rlib" "/opt/crater/target/debug/deps/libwebpki-7655ffab94f4735f.rlib" "/opt/crater/target/debug/deps/libring-a4cebf29ea80325f.rlib" "/opt/crater/target/debug/deps/libspin-fe24398cdf0d54d5.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libqstring-a926993abe6e55a8.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libascii-458784f97034f91e.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-2d05d0863fbaca23.rlib" "/opt/crater/target/debug/deps/libcookie-41d17f1d7995332b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libdirectories-7eb9103e19faee53.rlib" "/opt/crater/target/debug/deps/libwhich-231cbe8e85587994.rlib" "/opt/crater/target/debug/deps/libserde-571f27bc91f456c8.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.coverage.b2jwh6lo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765" "/opt/crater/target/debug/deps/coverage-8987e25a7862f765.31enoj2hsijgeay5.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-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/ring-bfc899f80a7b0741/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d52c2b633f851508/out/lib" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtiny_http-e842f9da10152f75.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-80039da9246d2c7d.rlib" "/opt/crater/target/debug/deps/libascii-755588bbe5c30f0a.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libheadless_chrome-3dba89451fd9ef2f.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libserde_json-1b9834895cb10c4a.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libwebsocket-ba09fa3b6905884c.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libhyper-93d46e4e309c8ef2.rlib" "/opt/crater/target/debug/deps/libmime-9336c2f56c5869d7.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libtypeable-9a5238d74bedca20.rlib" "/opt/crater/target/debug/deps/libtraitobject-69814f8367d06bb9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libunicase-c8bd5583553770c8.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libzip-5e837d60975ab6a3.rlib" "/opt/crater/target/debug/deps/libpodio-deae121d8af72902.rlib" "/opt/crater/target/debug/deps/libflate2-28ad40e653d33c16.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-c0bad7cc9cb5c5a1.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libbzip2-1e9595d05c0def66.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-be6c2d78c8c718ac.rlib" "/opt/crater/target/debug/deps/libureq-c51d58b5c3c0838f.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-eb1830c6e9943344.rlib" "/opt/crater/target/debug/deps/librustls-5b89abb6ce9e672e.rlib" "/opt/crater/target/debug/deps/libsct-073656caf0a4adf0.rlib" "/opt/crater/target/debug/deps/libwebpki-7655ffab94f4735f.rlib" "/opt/crater/target/debug/deps/libring-a4cebf29ea80325f.rlib" "/opt/crater/target/debug/deps/libspin-fe24398cdf0d54d5.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libqstring-a926993abe6e55a8.rlib" "/opt/crater/target/debug/deps/libascii-458784f97034f91e.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-2d05d0863fbaca23.rlib" "/opt/crater/target/debug/deps/libcookie-41d17f1d7995332b.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libdirectories-7eb9103e19faee53.rlib" "/opt/crater/target/debug/deps/libwhich-231cbe8e85587994.rlib" "/opt/crater/target/debug/deps/libserde-571f27bc91f456c8.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libenv_logger-60ee7903c4014a8e.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libchrono-d2c01d9397e5e812.rlib" "/opt/crater/target/debug/deps/libnum_integer-e6a8b65576c944de.rlib" "/opt/crater/target/debug/deps/libnum_traits-c6be473ace7ca4de.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `headless_chrome`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f08f6da71bf0344865ecb4c045d905df685ba5362b616440d2f9d4bc7364e75"` [INFO] running `"docker" "rm" "-f" "3f08f6da71bf0344865ecb4c045d905df685ba5362b616440d2f9d4bc7364e75"` [INFO] [stdout] 3f08f6da71bf0344865ecb4c045d905df685ba5362b616440d2f9d4bc7364e75