[INFO] fetching crate headless_chrome 0.1.4... [INFO] extracting crate headless_chrome 0.1.4 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/headless_chrome/0.1.4 [INFO] extracting crate headless_chrome 0.1.4 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/headless_chrome/0.1.4 [INFO] validating manifest of headless_chrome-0.1.4 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 headless_chrome-0.1.4 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 headless_chrome-0.1.4 [INFO] finished frobbing headless_chrome-0.1.4 [INFO] frobbed toml for headless_chrome-0.1.4 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/headless_chrome/0.1.4/Cargo.toml [INFO] started frobbing headless_chrome-0.1.4 [INFO] finished frobbing headless_chrome-0.1.4 [INFO] frobbed toml for headless_chrome-0.1.4 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/headless_chrome/0.1.4/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] 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 headless_chrome-0.1.4 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/headless_chrome/0.1.4:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 17635ca123186c787daa2fe7c5dc8cab2b24cf3c8eebfc5dc94626a6b5a96990 [INFO] running `"docker" "start" "-a" "17635ca123186c787daa2fe7c5dc8cab2b24cf3c8eebfc5dc94626a6b5a96990"` [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling zip v0.5.2 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.18 [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.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 42.58s [INFO] running `"docker" "inspect" "17635ca123186c787daa2fe7c5dc8cab2b24cf3c8eebfc5dc94626a6b5a96990"` [INFO] running `"docker" "rm" "-f" "17635ca123186c787daa2fe7c5dc8cab2b24cf3c8eebfc5dc94626a6b5a96990"` [INFO] [stdout] 17635ca123186c787daa2fe7c5dc8cab2b24cf3c8eebfc5dc94626a6b5a96990 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/headless_chrome/0.1.4:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] cd55c8cc6f641b8b7e1f7e825417a6739c0b229eec6fdca53f8b43b965a6af55 [INFO] running `"docker" "start" "-a" "cd55c8cc6f641b8b7e1f7e825417a6739c0b229eec6fdca53f8b43b965a6af55"` [INFO] [stderr] Compiling tiny_http v0.6.2 [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] 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="reqwest"' --cfg 'feature="zip"' -C metadata=bdf3597f80074f6c -C extra-filename=-bdf3597f80074f6c --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3491858b2d5f52b9.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-cf9a80f0803d88ab.so --extern directories=/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern headless_chrome=/opt/crater/target/debug/deps/libheadless_chrome-035c1f1899ae76a9.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-c30bc964db1f8d61.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern png=/opt/crater/target/debug/deps/libpng-bf77a569b7b6d308.rlib --extern rand=/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib --extern regex=/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib --extern serde=/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-95f8573b6649bb58.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-3c5b9015871fe980.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib --extern which=/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib --extern zip=/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/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,metadata,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="directories"' --cfg 'feature="fetch"' --cfg 'feature="reqwest"' --cfg 'feature="zip"' -C metadata=fe6bd29a39d2cc6a -C extra-filename=-fe6bd29a39d2cc6a --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3491858b2d5f52b9.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-cf9a80f0803d88ab.so --extern directories=/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-c30bc964db1f8d61.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern png=/opt/crater/target/debug/deps/libpng-bf77a569b7b6d308.rlib --extern rand=/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib --extern regex=/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib --extern serde=/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-95f8573b6649bb58.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-3c5b9015871fe980.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib --extern which=/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib --extern zip=/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/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 real_world examples/real_world.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="directories"' --cfg 'feature="fetch"' --cfg 'feature="reqwest"' --cfg 'feature="zip"' -C metadata=29c6132ee753765a -C extra-filename=-29c6132ee753765a --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3491858b2d5f52b9.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-cf9a80f0803d88ab.so --extern directories=/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern headless_chrome=/opt/crater/target/debug/deps/libheadless_chrome-035c1f1899ae76a9.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-c30bc964db1f8d61.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern png=/opt/crater/target/debug/deps/libpng-bf77a569b7b6d308.rlib --extern rand=/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib --extern regex=/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib --extern serde=/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-95f8573b6649bb58.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-3c5b9015871fe980.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib --extern which=/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib --extern zip=/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/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 query_wikipedia examples/query_wikipedia.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="directories"' --cfg 'feature="fetch"' --cfg 'feature="reqwest"' --cfg 'feature="zip"' -C metadata=b2022be5ee73a69f -C extra-filename=-b2022be5ee73a69f --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-3491858b2d5f52b9.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-cf9a80f0803d88ab.so --extern directories=/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-9e67da640267271a.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern headless_chrome=/opt/crater/target/debug/deps/libheadless_chrome-035c1f1899ae76a9.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-c30bc964db1f8d61.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern png=/opt/crater/target/debug/deps/libpng-bf77a569b7b6d308.rlib --extern rand=/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib --extern regex=/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib --extern serde=/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-95f8573b6649bb58.rlib --extern toml=/opt/crater/target/debug/deps/libtoml-3c5b9015871fe980.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib --extern which=/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib --extern zip=/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.take_screenshot.egxsx2y4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c" "/opt/crater/target/debug/examples/take_screenshot-8285a7732eec978c.4rfzay9vevxslcmd.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libheadless_chrome-035c1f1899ae76a9.rlib" "/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib" "/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib" "/opt/crater/target/debug/deps/libhyper-1d0f4c6a874abbb0.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libtypeable-a0973338817b62bb.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/liblibflate-f2cc80e15b65d7f3.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libcookie_store-398da386521743e6.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-e614336413952099.rlib" "/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib" "/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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 `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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.print_to_pdf.7y2h3isa-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb" "/opt/crater/target/debug/examples/print_to_pdf-3c982c51a90ae0bb.1gl0nk55fhrl44o1.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libheadless_chrome-035c1f1899ae76a9.rlib" "/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib" "/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib" "/opt/crater/target/debug/deps/libhyper-1d0f4c6a874abbb0.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libtypeable-a0973338817b62bb.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/liblibflate-f2cc80e15b65d7f3.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libcookie_store-398da386521743e6.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-e614336413952099.rlib" "/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib" "/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.extension.bp4xn5zb-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36" "/opt/crater/target/debug/deps/extension-fb087056b47e5b36.1lbdsicl2hbhgkt9.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-d0b4aad4e5b4388d/out/lib" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-483c5fb990ecd527.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-676ed420ceb27f8a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-31e70ef246c653a1.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e5c2146f47976940.rlib" "/opt/crater/target/debug/deps/libheadless_chrome-035c1f1899ae76a9.rlib" "/opt/crater/target/debug/deps/libtempfile-1fcedc83b8fe8331.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-78b41f5e72c027e8.rlib" "/opt/crater/target/debug/deps/libwebsocket-8b64f738429a83f7.rlib" "/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib" "/opt/crater/target/debug/deps/libhyper-1d0f4c6a874abbb0.rlib" "/opt/crater/target/debug/deps/libmime-dce4c9a1a6fc7b4e.rlib" "/opt/crater/target/debug/deps/liblog-2f086adfd1a1b580.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libtypeable-a0973338817b62bb.rlib" "/opt/crater/target/debug/deps/libtraitobject-12c106c3f094b7ea.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libzip-019750e527afe80a.rlib" "/opt/crater/target/debug/deps/libpodio-280decf9b266831a.rlib" "/opt/crater/target/debug/deps/liblibflate-f2cc80e15b65d7f3.rlib" "/opt/crater/target/debug/deps/libbzip2-e50cdb2073aea03c.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-76d74ac8bb6e039c.rlib" "/opt/crater/target/debug/deps/libreqwest-7780b9a83b656fca.rlib" "/opt/crater/target/debug/deps/libuuid-04a0dbb56b5af055.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8e0c98bd70d49302.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libmime_guess-92391c0ebc4f9818.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libflate2-4900685842a9ca71.rlib" "/opt/crater/target/debug/deps/libminiz_oxide_c_api-0d8e631cafbf23f8.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-ace368d5b825bb94.rlib" "/opt/crater/target/debug/deps/libadler32-ebb822d98dbd7436.rlib" "/opt/crater/target/debug/deps/libcrc-363425391dd50150.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libhyper_tls-762bf9b0718f543e.rlib" "/opt/crater/target/debug/deps/libnative_tls-61829369861038f6.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-aea6c3730d19533e.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libhyper-fb65a5dc3318e2fe.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-28acaaa4bb832121.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libencoding_rs-ca9d520b57a24ba3.rlib" "/opt/crater/target/debug/deps/libcookie_store-398da386521743e6.rlib" "/opt/crater/target/debug/deps/libserde_json-d81555caf341aecc.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-e614336413952099.rlib" "/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/liberror_chain-4846151d194c7c62.rlib" "/opt/crater/target/debug/deps/libtry_from-caf7edb7430ad4d6.rlib" "/opt/crater/target/debug/deps/libcookie-34ba0379273da3a1.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libdirectories-b7d844b3bae0bce2.rlib" "/opt/crater/target/debug/deps/libwhich-69068f991c66a379.rlib" "/opt/crater/target/debug/deps/libserde-0884eb8197e8df1f.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: error in /opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib(openssl-607c17223d5abf81.openssl.bxqrga34-cgu.5.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /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 `headless_chrome`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "cd55c8cc6f641b8b7e1f7e825417a6739c0b229eec6fdca53f8b43b965a6af55"` [INFO] running `"docker" "rm" "-f" "cd55c8cc6f641b8b7e1f7e825417a6739c0b229eec6fdca53f8b43b965a6af55"` [INFO] [stdout] cd55c8cc6f641b8b7e1f7e825417a6739c0b229eec6fdca53f8b43b965a6af55