[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 473145fc994b4682d2369af6470dae3f0c5f5193dfb1835e61b7e87e58f25dcc [INFO] running `"docker" "start" "-a" "473145fc994b4682d2369af6470dae3f0c5f5193dfb1835e61b7e87e58f25dcc"` [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling ascii v0.9.2 [INFO] [stderr] Compiling chunked_transfer v1.0.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling qstring v0.6.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling sct v0.5.0 [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 rustls v0.15.2 [INFO] [stderr] Compiling webpki-roots v0.16.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling ureq v0.9.1 [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 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 01s [INFO] running `"docker" "inspect" "473145fc994b4682d2369af6470dae3f0c5f5193dfb1835e61b7e87e58f25dcc"` [INFO] running `"docker" "rm" "-f" "473145fc994b4682d2369af6470dae3f0c5f5193dfb1835e61b7e87e58f25dcc"` [INFO] [stdout] 473145fc994b4682d2369af6470dae3f0c5f5193dfb1835e61b7e87e58f25dcc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9dcc67f43b2a569063d284512066c1d280a2c9d765dcb0767a096fd490a79b08 [INFO] running `"docker" "start" "-a" "9dcc67f43b2a569063d284512066c1d280a2c9d765dcb0767a096fd490a79b08"` [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling png v0.14.1 [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.print_to_pdf.3geft9di-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58" "/opt/crater/target/debug/examples/print_to_pdf-6ac64df4fe362f58.4mezkdyfmayq3c77.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/ring-c6f92feb211b7da2/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-166dd9cb46ba2d46/out/lib" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libheadless_chrome-d286415d7384d05d.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libserde_json-49e3ef64832528e2.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libwebsocket-c31c73d07bc01f66.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libsha1-39b1a0de906cd753.rlib" "/opt/crater/target/debug/deps/libhyper-fe92db22a635b4de.rlib" "/opt/crater/target/debug/deps/libmime-2eb3550a6108d090.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libunicase-b11bfdbf115a8339.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libzip-c59b5062b9a26873.rlib" "/opt/crater/target/debug/deps/libpodio-a8b29c330306e541.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libbzip2-764cdc136b7098e2.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-aef0b0f83774411c.rlib" "/opt/crater/target/debug/deps/libureq-ebdf9f8a41ff8ac8.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-7102d7d5c927acb7.rlib" "/opt/crater/target/debug/deps/librustls-2bf76b13fa071cb2.rlib" "/opt/crater/target/debug/deps/libsct-38e0ef38dfe96d90.rlib" "/opt/crater/target/debug/deps/libwebpki-42d9c985bdee7edc.rlib" "/opt/crater/target/debug/deps/libring-e2e6d79051e3f0b3.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libqstring-cc69e3d48244f7b8.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libascii-bfd9d80b5891574f.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-e4d84ff6987fbaba.rlib" "/opt/crater/target/debug/deps/libcookie-97f7de3f34373df0.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdirectories-5a4961e379721b91.rlib" "/opt/crater/target/debug/deps/libwhich-319a6943b8fe31f5.rlib" "/opt/crater/target/debug/deps/libserde-8b42d8c19d1ecf04.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Cannot allocate memory [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] 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=3410eed152e67d08 -C extra-filename=-3410eed152e67d08 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-613643baa8626a08.rlib --extern derive_builder=/opt/crater/target/debug/deps/libderive_builder-64b90b338dc28108.so --extern directories=/opt/crater/target/debug/deps/libdirectories-5a4961e379721b91.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-496125452bd0d87b.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib --extern headless_chrome=/opt/crater/target/debug/deps/libheadless_chrome-d286415d7384d05d.rlib --extern jpeg_decoder=/opt/crater/target/debug/deps/libjpeg_decoder-641a9fac253d2417.rlib --extern log=/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib --extern png=/opt/crater/target/debug/deps/libpng-dcf50be3f84da791.rlib --extern rand=/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib --extern regex=/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib --extern serde=/opt/crater/target/debug/deps/libserde-8b42d8c19d1ecf04.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-49e3ef64832528e2.rlib --extern tempfile=/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib --extern tiny_http=/opt/crater/target/debug/deps/libtiny_http-be532c26f67bc3de.rlib --extern ureq=/opt/crater/target/debug/deps/libureq-ebdf9f8a41ff8ac8.rlib --extern websocket=/opt/crater/target/debug/deps/libwebsocket-c31c73d07bc01f66.rlib --extern which=/opt/crater/target/debug/deps/libwhich-319a6943b8fe31f5.rlib --extern zip=/opt/crater/target/debug/deps/libzip-c59b5062b9a26873.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/ring-c6f92feb211b7da2/out -L native=/opt/crater/target/debug/build/bzip2-sys-166dd9cb46ba2d46/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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.coverage.9ai5rbev-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/coverage-29137834748ed72f" "/opt/crater/target/debug/deps/coverage-29137834748ed72f.5eiqtok71gra1do3.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/ring-c6f92feb211b7da2/out" "-L" "/opt/crater/target/debug/build/bzip2-sys-166dd9cb46ba2d46/out/lib" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtiny_http-be532c26f67bc3de.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-f03c2fb5ee5677f8.rlib" "/opt/crater/target/debug/deps/libascii-289c3e18e44b76b9.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libheadless_chrome-d286415d7384d05d.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libserde_json-49e3ef64832528e2.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libwebsocket-c31c73d07bc01f66.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libsha1-39b1a0de906cd753.rlib" "/opt/crater/target/debug/deps/libhyper-fe92db22a635b4de.rlib" "/opt/crater/target/debug/deps/libmime-2eb3550a6108d090.rlib" "/opt/crater/target/debug/deps/liblog-5ad476e9af8f39be.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-31855a1d4a2b270f.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-5c90cc2d32024dbf.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libunicase-b11bfdbf115a8339.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libzip-c59b5062b9a26873.rlib" "/opt/crater/target/debug/deps/libpodio-a8b29c330306e541.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libbzip2-764cdc136b7098e2.rlib" "/opt/crater/target/debug/deps/libbzip2_sys-aef0b0f83774411c.rlib" "/opt/crater/target/debug/deps/libureq-ebdf9f8a41ff8ac8.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-7102d7d5c927acb7.rlib" "/opt/crater/target/debug/deps/librustls-2bf76b13fa071cb2.rlib" "/opt/crater/target/debug/deps/libsct-38e0ef38dfe96d90.rlib" "/opt/crater/target/debug/deps/libwebpki-42d9c985bdee7edc.rlib" "/opt/crater/target/debug/deps/libring-e2e6d79051e3f0b3.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libqstring-cc69e3d48244f7b8.rlib" "/opt/crater/target/debug/deps/libascii-bfd9d80b5891574f.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-e4d84ff6987fbaba.rlib" "/opt/crater/target/debug/deps/libcookie-97f7de3f34373df0.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdirectories-5a4961e379721b91.rlib" "/opt/crater/target/debug/deps/libwhich-319a6943b8fe31f5.rlib" "/opt/crater/target/debug/deps/libserde-8b42d8c19d1ecf04.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libenv_logger-496125452bd0d87b.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libchrono-613643baa8626a08.rlib" "/opt/crater/target/debug/deps/libnum_integer-febfb11b79ac4fe3.rlib" "/opt/crater/target/debug/deps/libnum_traits-1886320fa1feb02d.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `headless_chrome`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9dcc67f43b2a569063d284512066c1d280a2c9d765dcb0767a096fd490a79b08"` [INFO] running `"docker" "rm" "-f" "9dcc67f43b2a569063d284512066c1d280a2c9d765dcb0767a096fd490a79b08"` [INFO] [stdout] 9dcc67f43b2a569063d284512066c1d280a2c9d765dcb0767a096fd490a79b08