[INFO] crate fred 0.2.3 is already in cache [INFO] extracting crate fred 0.2.3 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/fred/0.2.3 [INFO] extracting crate fred 0.2.3 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/fred/0.2.3 [INFO] validating manifest of fred-0.2.3 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fred-0.2.3 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fred-0.2.3 [INFO] finished frobbing fred-0.2.3 [INFO] frobbed toml for fred-0.2.3 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/fred/0.2.3/Cargo.toml [INFO] started frobbing fred-0.2.3 [INFO] finished frobbing fred-0.2.3 [INFO] frobbed toml for fred-0.2.3 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/fred/0.2.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building fred-0.2.3 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/fred/0.2.3:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] c09bef758f08618ffbad2794bde4e7f8c30804475fecf2afe495fcb457401aa9 [INFO] running `"docker" "start" "-a" "c09bef758f08618ffbad2794bde4e7f8c30804475fecf2afe495fcb457401aa9"` [INFO] [stderr] Compiling boxfnonce v0.0.3 [INFO] [stderr] Compiling tokio-timer-patched v0.1.3 [INFO] [stderr] Compiling flame v0.2.2 [INFO] [stderr] Compiling pretty_env_logger v0.1.1 [INFO] [stderr] Compiling redis-protocol v0.1.1 [INFO] [stderr] Compiling fred v0.2.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `RedisProtocolErrorKind` [INFO] [stderr] --> src/error.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | RedisProtocolErrorKind [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `FrameKind as ProtocolFrameKind` [INFO] [stderr] --> src/protocol/types.rs:42:3 [INFO] [stderr] | [INFO] [stderr] 42 | FrameKind as ProtocolFrameKind, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:96:35 [INFO] [stderr] | [INFO] [stderr] 96 | type TlsTransports = Vec<(String, Framed)>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | type TcpTransports = Vec<(String, Framed)>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:274:35 [INFO] [stderr] | [INFO] [stderr] 274 | type TlsTransportSink = SplitSink>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:276:39 [INFO] [stderr] | [INFO] [stderr] 276 | type TlsTransportStream = SplitStream>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:278:35 [INFO] [stderr] | [INFO] [stderr] 278 | type TcpTransportSink = SplitSink>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:279:39 [INFO] [stderr] | [INFO] [stderr] 279 | type TcpTransportStream = SplitStream>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:365:33 [INFO] [stderr] | [INFO] [stderr] 365 | -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:365:77 [INFO] [stderr] | [INFO] [stderr] 365 | -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:425:33 [INFO] [stderr] | [INFO] [stderr] 425 | ) -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:425:77 [INFO] [stderr] | [INFO] [stderr] 425 | ) -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:447:39 [INFO] [stderr] | [INFO] [stderr] 447 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:447:116 [INFO] [stderr] | [INFO] [stderr] 447 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:466:35 [INFO] [stderr] | [INFO] [stderr] 466 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:466:98 [INFO] [stderr] | [INFO] [stderr] 466 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:689:63 [INFO] [stderr] | [INFO] [stderr] 689 | -> Box>, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:805:35 [INFO] [stderr] | [INFO] [stderr] 805 | -> Box)>, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/multiplexer.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/multiplexer/utils.rs:435:39 [INFO] [stderr] | [INFO] [stderr] 435 | .and_then(move |socket| Ok(socket.framed(codec))) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:223:16 [INFO] [stderr] | [INFO] [stderr] 223 | match self.cause() { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.84s [INFO] running `"docker" "inspect" "c09bef758f08618ffbad2794bde4e7f8c30804475fecf2afe495fcb457401aa9"` [INFO] running `"docker" "rm" "-f" "c09bef758f08618ffbad2794bde4e7f8c30804475fecf2afe495fcb457401aa9"` [INFO] [stdout] c09bef758f08618ffbad2794bde4e7f8c30804475fecf2afe495fcb457401aa9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/fred/0.2.3:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4ad73056eab6a1eae950d4654b20c63e02c6f495df099648a6d601815791b457 [INFO] running `"docker" "start" "-a" "4ad73056eab6a1eae950d4654b20c63e02c6f495df099648a6d601815791b457"` [INFO] [stderr] Compiling fred v0.2.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `RedisProtocolErrorKind` [INFO] [stderr] --> src/error.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | RedisProtocolErrorKind [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `FrameKind as ProtocolFrameKind` [INFO] [stderr] --> src/protocol/types.rs:42:3 [INFO] [stderr] | [INFO] [stderr] 42 | FrameKind as ProtocolFrameKind, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:96:35 [INFO] [stderr] | [INFO] [stderr] 96 | type TlsTransports = Vec<(String, Framed)>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | type TcpTransports = Vec<(String, Framed)>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:274:35 [INFO] [stderr] | [INFO] [stderr] 274 | type TlsTransportSink = SplitSink>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:276:39 [INFO] [stderr] | [INFO] [stderr] 276 | type TlsTransportStream = SplitStream>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:278:35 [INFO] [stderr] | [INFO] [stderr] 278 | type TcpTransportSink = SplitSink>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/mod.rs:279:39 [INFO] [stderr] | [INFO] [stderr] 279 | type TcpTransportStream = SplitStream>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:365:33 [INFO] [stderr] | [INFO] [stderr] 365 | -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:365:77 [INFO] [stderr] | [INFO] [stderr] 365 | -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:425:33 [INFO] [stderr] | [INFO] [stderr] 425 | ) -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:425:77 [INFO] [stderr] | [INFO] [stderr] 425 | ) -> Box>, SplitStream>), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:447:39 [INFO] [stderr] | [INFO] [stderr] 447 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:447:116 [INFO] [stderr] | [INFO] [stderr] 447 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:466:35 [INFO] [stderr] | [INFO] [stderr] 466 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:466:98 [INFO] [stderr] | [INFO] [stderr] 466 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:689:63 [INFO] [stderr] | [INFO] [stderr] 689 | -> Box>, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/utils.rs:805:35 [INFO] [stderr] | [INFO] [stderr] 805 | -> Box)>, Error=RedisError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec [INFO] [stderr] --> src/multiplexer/multiplexer.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | use tokio_io::codec::Framed; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead [INFO] [stderr] --> src/multiplexer/utils.rs:435:39 [INFO] [stderr] | [INFO] [stderr] 435 | .and_then(move |socket| Ok(socket.framed(codec))) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:223:16 [INFO] [stderr] | [INFO] [stderr] 223 | match self.cause() { [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.pubsub.2048l4s3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616" "/opt/crater/target/debug/examples/pubsub-e30cde2d7876e616.1z0xxa45rm0294z5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib" "/opt/crater/target/debug/deps/libenv_logger-275176cc81124b80.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libansi_term-810ffeb96cf615da.rlib" "/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib" "/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib" "/opt/crater/target/debug/deps/libnom-d2002b37e831bebc.rlib" "/opt/crater/target/debug/deps/libcookie_factory-51fd13b616c6020b.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib" "/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-b12770c48ddcffb4.rlib" "/opt/crater/target/debug/deps/libnum_traits-56fbd10dc20f4d7c.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libenv_logger-8d207f0a87f98c06.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libhumantime-43cc06a51b53a2b9.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/libtermcolor-ea0187d4df3b6f18.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c1703bcea3ce9eef.rlib" "/opt/crater/target/debug/deps/libowning_ref-eb30346c68a3246a.rlib" "/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib" "/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-68166930c7a79c79.rlib" "/opt/crater/target/debug/deps/libtokio_uds-71e2d2606a8e5cc1.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6696134d089fa0a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libtokio_fs-763894b32067812b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: error: /opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib: read: Bad address [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 `fred`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `fred`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name fred src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="ignore-auth-error"' --cfg 'feature="metrics"' --cfg 'feature="sync"' -C metadata=762a3a560434e193 -C extra-filename=-762a3a560434e193 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern boxfnonce=/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib --extern crc16=/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib --extern flame=/opt/crater/target/debug/deps/libflame-bc026630de269608.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-017b18d07d6a8bb9.rlib --extern log=/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib --extern rand=/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib --extern redis_protocol=/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_proto=/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib --extern tokio_timer_patched=/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib --extern url=/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `fred`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name multiple examples/multiple.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ignore-auth-error"' --cfg 'feature="metrics"' --cfg 'feature="sync"' -C metadata=b12871a8b8389f62 -C extra-filename=-b12871a8b8389f62 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern boxfnonce=/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib --extern crc16=/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib --extern flame=/opt/crater/target/debug/deps/libflame-bc026630de269608.rlib --extern fred=/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-017b18d07d6a8bb9.rlib --extern log=/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib --extern rand=/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib --extern redis_protocol=/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_proto=/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib --extern tokio_timer_patched=/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib --extern url=/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `fred`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name sync_borrowed examples/sync_borrowed.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ignore-auth-error"' --cfg 'feature="metrics"' --cfg 'feature="sync"' -C metadata=cba65b63a6c87294 -C extra-filename=-cba65b63a6c87294 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern boxfnonce=/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib --extern crc16=/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib --extern flame=/opt/crater/target/debug/deps/libflame-bc026630de269608.rlib --extern fred=/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-017b18d07d6a8bb9.rlib --extern log=/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib --extern rand=/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib --extern redis_protocol=/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_proto=/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib --extern tokio_timer_patched=/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib --extern url=/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `fred`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tls examples/tls.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="ignore-auth-error"' --cfg 'feature="metrics"' --cfg 'feature="sync"' -C metadata=e4d2445d90d89dc6 -C extra-filename=-e4d2445d90d89dc6 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern boxfnonce=/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib --extern chrono=/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib --extern crc16=/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib --extern flame=/opt/crater/target/debug/deps/libflame-bc026630de269608.rlib --extern fred=/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-017b18d07d6a8bb9.rlib --extern log=/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib --extern parking_lot=/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib --extern pretty_env_logger=/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib --extern rand=/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib --extern redis_protocol=/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib --extern tokio_proto=/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib --extern tokio_timer_patched=/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib --extern url=/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib --cap-lints=forbid` (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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.reconnect.f4ci64lc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5" "/opt/crater/target/debug/examples/reconnect-0d03ee6e01281cc5.2h7ui4erqfpkwdo6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib" "/opt/crater/target/debug/deps/libenv_logger-275176cc81124b80.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libansi_term-810ffeb96cf615da.rlib" "/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib" "/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib" "/opt/crater/target/debug/deps/libnom-d2002b37e831bebc.rlib" "/opt/crater/target/debug/deps/libcookie_factory-51fd13b616c6020b.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib" "/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-b12770c48ddcffb4.rlib" "/opt/crater/target/debug/deps/libnum_traits-56fbd10dc20f4d7c.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libenv_logger-8d207f0a87f98c06.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libhumantime-43cc06a51b53a2b9.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/libtermcolor-ea0187d4df3b6f18.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c1703bcea3ce9eef.rlib" "/opt/crater/target/debug/deps/libowning_ref-eb30346c68a3246a.rlib" "/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib" "/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-68166930c7a79c79.rlib" "/opt/crater/target/debug/deps/libtokio_uds-71e2d2606a8e5cc1.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6696134d089fa0a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libtokio_fs-763894b32067812b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `fred`. [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.basic.beci87ru-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2" "/opt/crater/target/debug/examples/basic-5606edcd021a9fb2.2acxs1i02mkdt3su.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib" "/opt/crater/target/debug/deps/libenv_logger-275176cc81124b80.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libansi_term-810ffeb96cf615da.rlib" "/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib" "/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib" "/opt/crater/target/debug/deps/libnom-d2002b37e831bebc.rlib" "/opt/crater/target/debug/deps/libcookie_factory-51fd13b616c6020b.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib" "/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-b12770c48ddcffb4.rlib" "/opt/crater/target/debug/deps/libnum_traits-56fbd10dc20f4d7c.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libenv_logger-8d207f0a87f98c06.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libhumantime-43cc06a51b53a2b9.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/libtermcolor-ea0187d4df3b6f18.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c1703bcea3ce9eef.rlib" "/opt/crater/target/debug/deps/libowning_ref-eb30346c68a3246a.rlib" "/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib" "/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-68166930c7a79c79.rlib" "/opt/crater/target/debug/deps/libtokio_uds-71e2d2606a8e5cc1.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6696134d089fa0a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libtokio_fs-763894b32067812b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: Cannot allocate memory [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 `fred`. [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.cluster.w04tpio8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33" "/opt/crater/target/debug/examples/cluster-b2a5696d131e2e33.30ku6bi38o5m596n.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libfred-cfb5c81b073d2e23.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-1a7a32a838525f3c.rlib" "/opt/crater/target/debug/deps/libenv_logger-275176cc81124b80.rlib" "/opt/crater/target/debug/deps/libregex-782fe024a38ae3a1.rlib" "/opt/crater/target/debug/deps/libregex_syntax-c80f2f6dcf40c8f9.rlib" "/opt/crater/target/debug/deps/libansi_term-810ffeb96cf615da.rlib" "/opt/crater/target/debug/deps/libboxfnonce-c7b2b9ee924bdd20.rlib" "/opt/crater/target/debug/deps/libredis_protocol-588cc7743bf00e59.rlib" "/opt/crater/target/debug/deps/libnom-d2002b37e831bebc.rlib" "/opt/crater/target/debug/deps/libcookie_factory-51fd13b616c6020b.rlib" "/opt/crater/target/debug/deps/libpretty_env_logger-537c0ff3ee6084e8.rlib" "/opt/crater/target/debug/deps/libchrono-c94269694bfd46bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-b12770c48ddcffb4.rlib" "/opt/crater/target/debug/deps/libnum_traits-56fbd10dc20f4d7c.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libenv_logger-8d207f0a87f98c06.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/libatty-64153182a12ccbfb.rlib" "/opt/crater/target/debug/deps/libhumantime-43cc06a51b53a2b9.rlib" "/opt/crater/target/debug/deps/libquick_error-34aba66cebe7f6db.rlib" "/opt/crater/target/debug/deps/libtermcolor-ea0187d4df3b6f18.rlib" "/opt/crater/target/debug/deps/libansi_term-8ff33c819acb21a0.rlib" "/opt/crater/target/debug/deps/libcrc16-475b32dfefa053cc.rlib" "/opt/crater/target/debug/deps/liburl-99ca1c1b83a27a76.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-901ab806f434e73e.rlib" "/opt/crater/target/debug/deps/libidna-47be45f1ee1cd463.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-cb0fa415461bf5f6.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-22e8590ca9e0ac00.rlib" "/opt/crater/target/debug/deps/libmatches-c631878512ca5d5d.rlib" "/opt/crater/target/debug/deps/libparking_lot-4f47a3b1b6842854.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c1703bcea3ce9eef.rlib" "/opt/crater/target/debug/deps/libowning_ref-eb30346c68a3246a.rlib" "/opt/crater/target/debug/deps/libtokio_timer_patched-949a8479bf259ccc.rlib" "/opt/crater/target/debug/deps/libtokio_proto-b96e98cfd3257726.rlib" "/opt/crater/target/debug/deps/liblog-f3640c1946688b96.rlib" "/opt/crater/target/debug/deps/libtokio_service-dc1a041a643a9fc3.rlib" "/opt/crater/target/debug/deps/libtake-339989e676414197.rlib" "/opt/crater/target/debug/deps/libsmallvec-39915fdb45207f72.rlib" "/opt/crater/target/debug/deps/libslab-0b97904f6ae88c07.rlib" "/opt/crater/target/debug/deps/librand-61d8f5a9ea9c88a4.rlib" "/opt/crater/target/debug/deps/librand-ec02d53ab387817a.rlib" "/opt/crater/target/debug/deps/libtokio_core-a186dcacab6b5e32.rlib" "/opt/crater/target/debug/deps/libscoped_tls-14380ed499468703.rlib" "/opt/crater/target/debug/deps/libtokio-68166930c7a79c79.rlib" "/opt/crater/target/debug/deps/libtokio_uds-71e2d2606a8e5cc1.rlib" "/opt/crater/target/debug/deps/libmio_uds-86f998f80c9660b5.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6696134d089fa0a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d0e325840ff291fb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-c4e8e2868dbc4bd5.rlib" "/opt/crater/target/debug/deps/libtokio_fs-763894b32067812b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-851e99c2c6cfb480.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-b09c51ce1452ef6d.rlib" "/opt/crater/target/debug/deps/libtokio_io-ef8457ad56139b59.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libmio-65aed4da0d92de41.rlib" "/opt/crater/target/debug/deps/liblog-54ee4e30be3720f1.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: Cannot allocate memory [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 `fred`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4ad73056eab6a1eae950d4654b20c63e02c6f495df099648a6d601815791b457"` [INFO] running `"docker" "rm" "-f" "4ad73056eab6a1eae950d4654b20c63e02c6f495df099648a6d601815791b457"` [INFO] [stdout] 4ad73056eab6a1eae950d4654b20c63e02c6f495df099648a6d601815791b457