[INFO] crate bing-rs 0.0.4 is already in cache [INFO] extracting crate bing-rs 0.0.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/bing-rs/0.0.4 [INFO] extracting crate bing-rs 0.0.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bing-rs/0.0.4 [INFO] validating manifest of bing-rs-0.0.4 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 bing-rs-0.0.4 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 bing-rs-0.0.4 [INFO] finished frobbing bing-rs-0.0.4 [INFO] frobbed toml for bing-rs-0.0.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/bing-rs/0.0.4/Cargo.toml [INFO] started frobbing bing-rs-0.0.4 [INFO] finished frobbing bing-rs-0.0.4 [INFO] frobbed toml for bing-rs-0.0.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bing-rs/0.0.4/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] 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 bing-rs-0.0.4 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bing-rs/0.0.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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 70538d8339b1ecc94e4d5962b17bdfe7c0a7b184187b0ee591749a21b73f3fad [INFO] running `"docker" "start" "-a" "70538d8339b1ecc94e4d5962b17bdfe7c0a7b184187b0ee591749a21b73f3fad"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling ws v0.7.9 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling serde_derive v1.0.58 [INFO] [stderr] Compiling tokio-rustls v0.7.2 [INFO] [stderr] Compiling hyper-rustls v0.14.0 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling cbindgen v0.6.8 [INFO] [stderr] Compiling bing-rs v0.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/speech/websocket.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/speech/websocket.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/speech/websocket.rs:94:28 [INFO] [stderr] | [INFO] [stderr] 94 | handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `"docker" "inspect" "70538d8339b1ecc94e4d5962b17bdfe7c0a7b184187b0ee591749a21b73f3fad"` [INFO] running `"docker" "rm" "-f" "70538d8339b1ecc94e4d5962b17bdfe7c0a7b184187b0ee591749a21b73f3fad"` [INFO] [stdout] 70538d8339b1ecc94e4d5962b17bdfe7c0a7b184187b0ee591749a21b73f3fad [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/bing-rs/0.0.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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] fafd3a8c5ca4d52a15df753a17166256247fd95c918e675a0c29635ba10de38c [INFO] running `"docker" "start" "-a" "fafd3a8c5ca4d52a15df753a17166256247fd95c918e675a0c29635ba10de38c"` [INFO] [stderr] Compiling chan v0.1.23 [INFO] [stderr] Compiling chan-signal v0.3.3 [INFO] [stderr] Compiling bing-rs v0.0.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/speech/websocket.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/speech/websocket.rs:50:24 [INFO] [stderr] | [INFO] [stderr] 50 | handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/speech/websocket.rs:94:28 [INFO] [stderr] | [INFO] [stderr] 94 | handler: Arc>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Handler + Send + Sync` [INFO] [stderr] [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name websocket_wake_sleep examples/websocket_wake_sleep.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=1fb8bad47da0ab6c -C extra-filename=-1fb8bad47da0ab6c --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.rlib --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.so --extern chan=/opt/crater/target/debug/deps/libchan-079726e3c671ed96.rlib --extern chan_signal=/opt/crater/target/debug/deps/libchan_signal-a0dcaacb9450ace6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib --extern cpal=/opt/crater/target/debug/deps/libcpal-77112a724c44b7e0.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d78fce1682862c4b.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern serde=/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-c976cd070a1825ed.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib --extern ws=/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bbdf37148732ad73/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name websocket examples/websocket.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=9fd402c5c3e989b4 -C extra-filename=-9fd402c5c3e989b4 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.rlib --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.so --extern chan=/opt/crater/target/debug/deps/libchan-079726e3c671ed96.rlib --extern chan_signal=/opt/crater/target/debug/deps/libchan_signal-a0dcaacb9450ace6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib --extern cpal=/opt/crater/target/debug/deps/libcpal-77112a724c44b7e0.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d78fce1682862c4b.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern serde=/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-c976cd070a1825ed.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib --extern ws=/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bbdf37148732ad73/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name websocket_custom examples/websocket_custom.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=bd5ea2b067e7fed3 -C extra-filename=-bd5ea2b067e7fed3 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.rlib --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.so --extern chan=/opt/crater/target/debug/deps/libchan-079726e3c671ed96.rlib --extern chan_signal=/opt/crater/target/debug/deps/libchan_signal-a0dcaacb9450ace6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib --extern cpal=/opt/crater/target/debug/deps/libcpal-77112a724c44b7e0.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d78fce1682862c4b.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern serde=/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-c976cd070a1825ed.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib --extern ws=/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bbdf37148732ad73/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name simple examples/simple.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=500de6ef459dd195 -C extra-filename=-500de6ef459dd195 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.rlib --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.so --extern chan=/opt/crater/target/debug/deps/libchan-079726e3c671ed96.rlib --extern chan_signal=/opt/crater/target/debug/deps/libchan_signal-a0dcaacb9450ace6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib --extern cpal=/opt/crater/target/debug/deps/libcpal-77112a724c44b7e0.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d78fce1682862c4b.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern serde=/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-c976cd070a1825ed.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib --extern ws=/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bbdf37148732ad73/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name detailed_custom examples/detailed_custom.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=6ad0f66a022b00e3 -C extra-filename=-6ad0f66a022b00e3 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.rlib --extern bing_rs=/opt/crater/target/debug/deps/libbing_rs.so --extern chan=/opt/crater/target/debug/deps/libchan-079726e3c671ed96.rlib --extern chan_signal=/opt/crater/target/debug/deps/libchan_signal-a0dcaacb9450ace6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib --extern cpal=/opt/crater/target/debug/deps/libcpal-77112a724c44b7e0.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d78fce1682862c4b.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern serde=/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-c976cd070a1825ed.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib --extern ws=/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bbdf37148732ad73/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name bing_rs src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="hyper-rustls"' --cfg 'feature="rustls"' -C metadata=f9085e113503ba37 -C extra-filename=-f9085e113503ba37 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern chan=/opt/crater/target/debug/deps/libchan-079726e3c671ed96.rlib --extern chan_signal=/opt/crater/target/debug/deps/libchan_signal-a0dcaacb9450ace6.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib --extern cpal=/opt/crater/target/debug/deps/libcpal-77112a724c44b7e0.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-d78fce1682862c4b.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib --extern log=/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib --extern serde=/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-c976cd070a1825ed.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib --extern url=/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib --extern uuid=/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib --extern ws=/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/ring-bbdf37148732ad73/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.simple_custom.2na39bbh-cgu.8.rcgu.o" "-o" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8" "/opt/crater/target/debug/examples/simple_custom-4eb25d6964682bd8.2s5qpkhqip3ergnj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/ring-bbdf37148732ad73/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libbing_rs.rlib" "/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib" "/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib" "/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/librand-640c68aa6b834c4e.rlib" "/opt/crater/target/debug/deps/libopenssl-f3be62522e0ade2d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-b5cf6c4806f9b17a.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libmio_extras-9f4a6a42ee485480.rlib" "/opt/crater/target/debug/deps/liblazycell-45116a8946ed0c92.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-20f813799aac73aa.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-f750718e587d0a82.rlib" "/opt/crater/target/debug/deps/librustls-863fb85637912a1e.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libwebpki-6ba0dfc303e8814b.rlib" "/opt/crater/target/debug/deps/libct_logs-cc9837804940ee3e.rlib" "/opt/crater/target/debug/deps/libsct-64482d6d39204b0e.rlib" "/opt/crater/target/debug/deps/libring-9702461bb5904a8c.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtime-d1b43826725653b3.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-2286706d13c64a3e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-e82db947f6e8b996.rlib" "/opt/crater/target/debug/deps/libh2-459dc3572ab37a9a.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-5b7331cab8bd6309.rlib" "/opt/crater/target/debug/deps/libhttp-525d91aba554dea9.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-91ca06565ed2d097.rlib" "/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-0bf25288b5b9995d.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c4c2d8cc17df5206.rlib" "/opt/crater/target/debug/deps/libmio_uds-ce57e38fb333cae3.rlib" "/opt/crater/target/debug/deps/libtokio_udp-2b2498c462b64005.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c910f9022185e6f8.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-0ba7bd2d165c915b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-c6e9b7620a3172d2.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-484d22a91932a90d.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-1f1fed4cfa9e1dd7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-8841d6fa1088ce79.rlib" "/opt/crater/target/debug/deps/librand-809ea8356c762d71.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-0182103fa79c5aee.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-bd8cdb4c87b0e93a.rlib" "/opt/crater/target/debug/deps/libtokio_io-4acaca9c296f9860.rlib" "/opt/crater/target/debug/deps/libnum_cpus-6d37ea8d8ddb961e.rlib" "/opt/crater/target/debug/deps/libmio-a731932250cb9f3b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-e26c522fee62a5eb.rlib" "/opt/crater/target/debug/deps/libbytes-da2753b056b401a4.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-0b992ae6d2746af9.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib" "/opt/crater/target/debug/deps/libbacktrace-aa408afb13d7cdd1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-65285d58a49ce478.rlib" "/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-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 `bing-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.detailed.97e7daju-cgu.6.rcgu.o" "-o" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142" "/opt/crater/target/debug/examples/detailed-4547b2c8c5d02142.4ggti2paakipg6pd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/ring-bbdf37148732ad73/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libbing_rs.rlib" "/opt/crater/target/debug/deps/libuuid-6abd0fcbbf98977f.rlib" "/opt/crater/target/debug/deps/libchrono-f332cb9f9eee401e.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libserde_json-ded48f86efe11ffa.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde-901ecb89c2687918.rlib" "/opt/crater/target/debug/deps/libws-b164ee82dbd7b053.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/librand-640c68aa6b834c4e.rlib" "/opt/crater/target/debug/deps/libopenssl-f3be62522e0ade2d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-b5cf6c4806f9b17a.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libmio_extras-9f4a6a42ee485480.rlib" "/opt/crater/target/debug/deps/liblazycell-45116a8946ed0c92.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-8b549a639f471d88.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-20f813799aac73aa.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-f750718e587d0a82.rlib" "/opt/crater/target/debug/deps/librustls-863fb85637912a1e.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libwebpki-6ba0dfc303e8814b.rlib" "/opt/crater/target/debug/deps/libct_logs-cc9837804940ee3e.rlib" "/opt/crater/target/debug/deps/libsct-64482d6d39204b0e.rlib" "/opt/crater/target/debug/deps/libring-9702461bb5904a8c.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libhyper-466fa20d50f31003.rlib" "/opt/crater/target/debug/deps/libwant-32eaca84bcf6f15e.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtime-d1b43826725653b3.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-2286706d13c64a3e.rlib" "/opt/crater/target/debug/deps/libtokio_buf-e82db947f6e8b996.rlib" "/opt/crater/target/debug/deps/libh2-459dc3572ab37a9a.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-5b7331cab8bd6309.rlib" "/opt/crater/target/debug/deps/libhttp-525d91aba554dea9.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-91ca06565ed2d097.rlib" "/opt/crater/target/debug/deps/libtokio_core-9751515b7f3b6eaa.rlib" "/opt/crater/target/debug/deps/libscoped_tls-07fc116bdb058bee.rlib" "/opt/crater/target/debug/deps/libtokio-0bf25288b5b9995d.rlib" "/opt/crater/target/debug/deps/libtokio_uds-c4c2d8cc17df5206.rlib" "/opt/crater/target/debug/deps/libmio_uds-ce57e38fb333cae3.rlib" "/opt/crater/target/debug/deps/libtokio_udp-2b2498c462b64005.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-c910f9022185e6f8.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-0ba7bd2d165c915b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-c6e9b7620a3172d2.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-484d22a91932a90d.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-1f1fed4cfa9e1dd7.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-8841d6fa1088ce79.rlib" "/opt/crater/target/debug/deps/librand-809ea8356c762d71.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-0182103fa79c5aee.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-bd8cdb4c87b0e93a.rlib" "/opt/crater/target/debug/deps/libtokio_io-4acaca9c296f9860.rlib" "/opt/crater/target/debug/deps/libnum_cpus-6d37ea8d8ddb961e.rlib" "/opt/crater/target/debug/deps/libmio-a731932250cb9f3b.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-e26c522fee62a5eb.rlib" "/opt/crater/target/debug/deps/libbytes-da2753b056b401a4.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libiovec-0b992ae6d2746af9.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/liberror_chain-dfdee3a43c148046.rlib" "/opt/crater/target/debug/deps/libbacktrace-aa408afb13d7cdd1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-65285d58a49ce478.rlib" "/opt/crater/target/debug/deps/liblibc-1804d2516af09bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-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/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `bing-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fafd3a8c5ca4d52a15df753a17166256247fd95c918e675a0c29635ba10de38c"` [INFO] running `"docker" "rm" "-f" "fafd3a8c5ca4d52a15df753a17166256247fd95c918e675a0c29635ba10de38c"` [INFO] [stdout] fafd3a8c5ca4d52a15df753a17166256247fd95c918e675a0c29635ba10de38c