Oct 11 23:15:43.920 INFO testing fred-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 23:15:43.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:15:44.091 INFO blam! c2dea6492165e37a1df5f42d5bd02199f8ed1cfdcaaaec21a4034978cac51778 Oct 11 23:15:44.093 INFO running `"docker" "start" "-a" "c2dea6492165e37a1df5f42d5bd02199f8ed1cfdcaaaec21a4034978cac51778"` Oct 11 23:15:44.543 INFO kablam! usermod: no changes Oct 11 23:15:44.806 INFO kablam! Compiling crc16 v0.3.4 Oct 11 23:15:44.806 INFO kablam! Compiling scoped-tls v0.1.2 Oct 11 23:15:44.809 INFO kablam! Compiling ansi_term v0.9.0 Oct 11 23:15:44.809 INFO kablam! Compiling take v0.1.0 Oct 11 23:15:44.809 INFO kablam! Compiling smallvec v0.2.1 Oct 11 23:15:44.809 INFO kablam! Compiling slab v0.3.0 Oct 11 23:15:44.809 INFO kablam! Compiling cookie-factory v0.2.4 Oct 11 23:15:44.810 INFO kablam! Compiling boxfnonce v0.0.3 Oct 11 23:15:45.328 INFO kablam! Compiling thread-id v3.3.0 Oct 11 23:15:45.368 INFO kablam! Compiling tokio-service v0.1.0 Oct 11 23:15:45.428 INFO kablam! Compiling tokio-timer-patched v0.1.3 Oct 11 23:15:45.545 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 11 23:15:45.684 INFO kablam! Compiling nom v4.1.0 Oct 11 23:15:45.684 INFO kablam! Compiling env_logger v0.4.3 Oct 11 23:15:45.685 INFO kablam! Compiling flame v0.2.2 Oct 11 23:15:45.797 INFO kablam! Compiling pretty_env_logger v0.2.4 Oct 11 23:15:46.188 INFO kablam! Compiling tokio-core v0.1.17 Oct 11 23:15:48.108 INFO kablam! Compiling pretty_env_logger v0.1.1 Oct 11 23:15:48.233 INFO kablam! Compiling parking_lot v0.4.8 Oct 11 23:15:51.436 INFO kablam! Compiling redis-protocol v0.1.1 Oct 11 23:15:52.289 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 23:15:55.244 INFO kablam! Compiling fred v0.2.1 (/source) Oct 11 23:15:55.964 INFO kablam! warning: unused import: `RedisProtocolErrorKind` Oct 11 23:15:55.965 INFO kablam! --> src/error.rs:19:3 Oct 11 23:15:55.965 INFO kablam! | Oct 11 23:15:55.965 INFO kablam! 19 | RedisProtocolErrorKind Oct 11 23:15:55.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:55.966 INFO kablam! | Oct 11 23:15:55.966 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 23:15:55.966 INFO kablam! Oct 11 23:15:55.967 INFO kablam! warning: unused import: `FrameKind as ProtocolFrameKind` Oct 11 23:15:55.967 INFO kablam! --> src/protocol/types.rs:42:3 Oct 11 23:15:55.967 INFO kablam! | Oct 11 23:15:55.967 INFO kablam! 42 | FrameKind as ProtocolFrameKind, Oct 11 23:15:55.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:55.968 INFO kablam! Oct 11 23:15:56.064 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.065 INFO kablam! --> src/multiplexer/utils.rs:86:5 Oct 11 23:15:56.065 INFO kablam! | Oct 11 23:15:56.065 INFO kablam! 86 | use tokio_io::codec::Framed; Oct 11 23:15:56.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.066 INFO kablam! | Oct 11 23:15:56.066 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:15:56.066 INFO kablam! Oct 11 23:15:56.067 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.067 INFO kablam! --> src/multiplexer/utils.rs:340:33 Oct 11 23:15:56.067 INFO kablam! | Oct 11 23:15:56.067 INFO kablam! 340 | -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:15:56.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.068 INFO kablam! Oct 11 23:15:56.068 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.068 INFO kablam! --> src/multiplexer/utils.rs:340:77 Oct 11 23:15:56.069 INFO kablam! | Oct 11 23:15:56.069 INFO kablam! 340 | -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:15:56.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.069 INFO kablam! Oct 11 23:15:56.070 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.070 INFO kablam! --> src/multiplexer/utils.rs:398:33 Oct 11 23:15:56.070 INFO kablam! | Oct 11 23:15:56.071 INFO kablam! 398 | ) -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:15:56.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.071 INFO kablam! Oct 11 23:15:56.071 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.071 INFO kablam! --> src/multiplexer/utils.rs:398:77 Oct 11 23:15:56.072 INFO kablam! | Oct 11 23:15:56.072 INFO kablam! 398 | ) -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:15:56.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.073 INFO kablam! Oct 11 23:15:56.073 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.073 INFO kablam! --> src/multiplexer/utils.rs:420:39 Oct 11 23:15:56.073 INFO kablam! | Oct 11 23:15:56.074 INFO kablam! 420 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> Oct 11 23:15:56.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.074 INFO kablam! Oct 11 23:15:56.074 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.075 INFO kablam! --> src/multiplexer/utils.rs:420:116 Oct 11 23:15:56.075 INFO kablam! | Oct 11 23:15:56.075 INFO kablam! 420 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> Oct 11 23:15:56.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.076 INFO kablam! Oct 11 23:15:56.084 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.085 INFO kablam! --> src/multiplexer/utils.rs:439:35 Oct 11 23:15:56.085 INFO kablam! | Oct 11 23:15:56.085 INFO kablam! 439 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> Oct 11 23:15:56.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.086 INFO kablam! Oct 11 23:15:56.086 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.086 INFO kablam! --> src/multiplexer/utils.rs:439:98 Oct 11 23:15:56.087 INFO kablam! | Oct 11 23:15:56.087 INFO kablam! 439 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> Oct 11 23:15:56.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.088 INFO kablam! Oct 11 23:15:56.088 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.088 INFO kablam! --> src/multiplexer/utils.rs:662:63 Oct 11 23:15:56.088 INFO kablam! | Oct 11 23:15:56.089 INFO kablam! 662 | -> Box>, Error=RedisError>> Oct 11 23:15:56.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.089 INFO kablam! Oct 11 23:15:56.090 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.090 INFO kablam! --> src/multiplexer/utils.rs:785:35 Oct 11 23:15:56.090 INFO kablam! | Oct 11 23:15:56.090 INFO kablam! 785 | -> Box)>, Error=RedisError>> Oct 11 23:15:56.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.091 INFO kablam! Oct 11 23:15:56.091 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.092 INFO kablam! --> src/multiplexer/multiplexer.rs:55:5 Oct 11 23:15:56.092 INFO kablam! | Oct 11 23:15:56.092 INFO kablam! 55 | use tokio_io::codec::Framed; Oct 11 23:15:56.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.093 INFO kablam! Oct 11 23:15:56.093 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.093 INFO kablam! --> src/multiplexer/mod.rs:61:5 Oct 11 23:15:56.094 INFO kablam! | Oct 11 23:15:56.094 INFO kablam! 61 | use tokio_io::codec::Framed; Oct 11 23:15:56.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.094 INFO kablam! Oct 11 23:15:56.095 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.104 INFO kablam! --> src/multiplexer/mod.rs:97:35 Oct 11 23:15:56.104 INFO kablam! | Oct 11 23:15:56.105 INFO kablam! 97 | type TlsTransports = Vec<(String, Framed)>; Oct 11 23:15:56.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.105 INFO kablam! Oct 11 23:15:56.105 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.106 INFO kablam! --> src/multiplexer/mod.rs:100:35 Oct 11 23:15:56.106 INFO kablam! | Oct 11 23:15:56.106 INFO kablam! 100 | type TcpTransports = Vec<(String, Framed)>; Oct 11 23:15:56.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.107 INFO kablam! Oct 11 23:15:56.107 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.107 INFO kablam! --> src/multiplexer/mod.rs:275:35 Oct 11 23:15:56.108 INFO kablam! | Oct 11 23:15:56.108 INFO kablam! 275 | type TlsTransportSink = SplitSink>; Oct 11 23:15:56.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.108 INFO kablam! Oct 11 23:15:56.109 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.109 INFO kablam! --> src/multiplexer/mod.rs:277:39 Oct 11 23:15:56.109 INFO kablam! | Oct 11 23:15:56.109 INFO kablam! 277 | type TlsTransportStream = SplitStream>; Oct 11 23:15:56.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.110 INFO kablam! Oct 11 23:15:56.110 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.111 INFO kablam! --> src/multiplexer/mod.rs:279:35 Oct 11 23:15:56.111 INFO kablam! | Oct 11 23:15:56.111 INFO kablam! 279 | type TcpTransportSink = SplitSink>; Oct 11 23:15:56.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.112 INFO kablam! Oct 11 23:15:56.112 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:15:56.112 INFO kablam! --> src/multiplexer/mod.rs:280:39 Oct 11 23:15:56.112 INFO kablam! | Oct 11 23:15:56.113 INFO kablam! 280 | type TcpTransportStream = SplitStream>; Oct 11 23:15:56.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:56.113 INFO kablam! Oct 11 23:15:56.644 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 23:15:56.644 INFO kablam! --> src/multiplexer/utils.rs:408:39 Oct 11 23:15:56.644 INFO kablam! | Oct 11 23:15:56.644 INFO kablam! 408 | .and_then(move |socket| Ok(socket.framed(codec))) Oct 11 23:15:56.644 INFO kablam! | ^^^^^^ Oct 11 23:15:56.644 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `read_prefix_len` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:66:3 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 66 | pub fn read_prefix_len(cursor: &mut Cursor) -> Result { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `read_to_crlf` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:81:3 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 81 | pub fn read_to_crlf(cursor: &mut Cursor) -> Result, RedisError> { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `read_exact` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:93:3 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 93 | pub fn read_exact(cursor: &mut Cursor, len: u64, buf: &mut Vec) -> Result { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `pop_with_error` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:309:1 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 309 | pub fn pop_with_error(d: &mut Vec, expected: char) -> Result { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `pop_trailing_crlf` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:318:1 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 318 | pub fn pop_trailing_crlf(d: &mut Cursor) -> Result<(), RedisError> { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `write_crlf` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:341:1 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 341 | pub fn write_crlf(bytes: &mut BytesMut) { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `is_cluster_error` Oct 11 23:15:58.456 INFO kablam! --> src/protocol/utils.rs:347:1 Oct 11 23:15:58.456 INFO kablam! | Oct 11 23:15:58.456 INFO kablam! 347 | pub fn is_cluster_error(payload: &str) -> Option { Oct 11 23:15:58.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.456 INFO kablam! Oct 11 23:15:58.456 INFO kablam! warning: function is never used: `ends_with_crlf` Oct 11 23:15:58.457 INFO kablam! --> src/protocol/utils.rs:415:1 Oct 11 23:15:58.457 INFO kablam! | Oct 11 23:15:58.457 INFO kablam! 415 | pub fn ends_with_crlf(bytes: &BytesMut) -> bool { Oct 11 23:15:58.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.457 INFO kablam! Oct 11 23:15:58.457 INFO kablam! warning: function is never used: `check_expected_size` Oct 11 23:15:58.457 INFO kablam! --> src/protocol/utils.rs:467:1 Oct 11 23:15:58.457 INFO kablam! | Oct 11 23:15:58.457 INFO kablam! 467 | pub fn check_expected_size(expected: usize, max: &Option) -> Result<(), RedisError> { Oct 11 23:15:58.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.457 INFO kablam! Oct 11 23:15:58.457 INFO kablam! warning: function is never used: `bytes_to_frames` Oct 11 23:15:58.457 INFO kablam! --> src/protocol/utils.rs:506:1 Oct 11 23:15:58.457 INFO kablam! | Oct 11 23:15:58.457 INFO kablam! 506 | pub fn bytes_to_frames(buf: &mut BytesMut, max_size: &Option) -> Result, RedisError> { Oct 11 23:15:58.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.457 INFO kablam! Oct 11 23:15:58.457 INFO kablam! warning: function is never used: `frames_to_bytes` Oct 11 23:15:58.457 INFO kablam! --> src/protocol/utils.rs:631:1 Oct 11 23:15:58.457 INFO kablam! | Oct 11 23:15:58.457 INFO kablam! 631 | pub fn frames_to_bytes(frame: &mut Frame, bytes: &mut BytesMut) -> Result<(), RedisError> { Oct 11 23:15:58.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:15:58.457 INFO kablam! Oct 11 23:16:05.030 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.47s Oct 11 23:16:05.044 INFO kablam! su: No module specific data is present Oct 11 23:16:05.372 INFO running `"docker" "rm" "-f" "c2dea6492165e37a1df5f42d5bd02199f8ed1cfdcaaaec21a4034978cac51778"` Oct 11 23:16:05.496 INFO blam! c2dea6492165e37a1df5f42d5bd02199f8ed1cfdcaaaec21a4034978cac51778 Oct 11 23:16:05.497 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:16:05.678 INFO blam! c2868d7ddadcd1fc8290b745566966d2a6ee1be2d69a7313b2c8d6bf1ef3f8f2 Oct 11 23:16:05.679 INFO running `"docker" "start" "-a" "c2868d7ddadcd1fc8290b745566966d2a6ee1be2d69a7313b2c8d6bf1ef3f8f2"` Oct 11 23:16:06.240 INFO kablam! usermod: no changes Oct 11 23:16:06.482 INFO kablam! Compiling try-lock v0.1.0 Oct 11 23:16:06.504 INFO kablam! Compiling unicase v2.2.0 Oct 11 23:16:06.516 INFO kablam! Compiling relay v0.1.1 Oct 11 23:16:06.812 INFO kablam! Compiling want v0.0.4 Oct 11 23:16:09.020 INFO kablam! Compiling mime v0.3.9 Oct 11 23:16:09.776 INFO kablam! Compiling hyper v0.11.27 Oct 11 23:16:18.281 INFO kablam! Compiling fred v0.2.1 (/source) Oct 11 23:16:19.904 INFO kablam! warning: unused import: `RedisProtocolErrorKind` Oct 11 23:16:19.904 INFO kablam! --> src/error.rs:19:3 Oct 11 23:16:19.904 INFO kablam! | Oct 11 23:16:19.904 INFO kablam! 19 | RedisProtocolErrorKind Oct 11 23:16:19.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:19.904 INFO kablam! | Oct 11 23:16:19.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 23:16:19.904 INFO kablam! Oct 11 23:16:19.916 INFO kablam! warning: unused import: `FrameKind as ProtocolFrameKind` Oct 11 23:16:19.916 INFO kablam! --> src/protocol/types.rs:42:3 Oct 11 23:16:19.916 INFO kablam! | Oct 11 23:16:19.916 INFO kablam! 42 | FrameKind as ProtocolFrameKind, Oct 11 23:16:19.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:19.918 INFO kablam! Oct 11 23:16:20.049 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.049 INFO kablam! --> src/multiplexer/utils.rs:86:5 Oct 11 23:16:20.049 INFO kablam! | Oct 11 23:16:20.049 INFO kablam! 86 | use tokio_io::codec::Framed; Oct 11 23:16:20.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.049 INFO kablam! | Oct 11 23:16:20.049 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 23:16:20.049 INFO kablam! Oct 11 23:16:20.049 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.049 INFO kablam! --> src/multiplexer/utils.rs:340:33 Oct 11 23:16:20.049 INFO kablam! | Oct 11 23:16:20.049 INFO kablam! 340 | -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:16:20.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.049 INFO kablam! Oct 11 23:16:20.049 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.049 INFO kablam! --> src/multiplexer/utils.rs:340:77 Oct 11 23:16:20.049 INFO kablam! | Oct 11 23:16:20.049 INFO kablam! 340 | -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:16:20.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.049 INFO kablam! Oct 11 23:16:20.049 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.049 INFO kablam! --> src/multiplexer/utils.rs:398:33 Oct 11 23:16:20.049 INFO kablam! | Oct 11 23:16:20.049 INFO kablam! 398 | ) -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:16:20.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.049 INFO kablam! Oct 11 23:16:20.049 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.049 INFO kablam! --> src/multiplexer/utils.rs:398:77 Oct 11 23:16:20.049 INFO kablam! | Oct 11 23:16:20.049 INFO kablam! 398 | ) -> Box>, SplitStream>), Error=RedisError>> Oct 11 23:16:20.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.049 INFO kablam! Oct 11 23:16:20.054 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.054 INFO kablam! --> src/multiplexer/utils.rs:420:39 Oct 11 23:16:20.054 INFO kablam! | Oct 11 23:16:20.054 INFO kablam! 420 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> Oct 11 23:16:20.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.054 INFO kablam! Oct 11 23:16:20.056 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.056 INFO kablam! --> src/multiplexer/utils.rs:420:116 Oct 11 23:16:20.056 INFO kablam! | Oct 11 23:16:20.056 INFO kablam! 420 | pub fn request_response(transport: Framed, mut request: RedisCommand) -> Box), Error=RedisError>> Oct 11 23:16:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.056 INFO kablam! Oct 11 23:16:20.056 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.056 INFO kablam! --> src/multiplexer/utils.rs:439:35 Oct 11 23:16:20.056 INFO kablam! | Oct 11 23:16:20.056 INFO kablam! 439 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> Oct 11 23:16:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.056 INFO kablam! Oct 11 23:16:20.056 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.056 INFO kablam! --> src/multiplexer/utils.rs:439:98 Oct 11 23:16:20.056 INFO kablam! | Oct 11 23:16:20.056 INFO kablam! 439 | pub fn authenticate(transport: Framed, key: Option) -> Box, Error=RedisError>> Oct 11 23:16:20.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.059 INFO kablam! Oct 11 23:16:20.060 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.060 INFO kablam! --> src/multiplexer/utils.rs:662:63 Oct 11 23:16:20.060 INFO kablam! | Oct 11 23:16:20.060 INFO kablam! 662 | -> Box>, Error=RedisError>> Oct 11 23:16:20.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.060 INFO kablam! Oct 11 23:16:20.060 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.060 INFO kablam! --> src/multiplexer/utils.rs:785:35 Oct 11 23:16:20.060 INFO kablam! | Oct 11 23:16:20.060 INFO kablam! 785 | -> Box)>, Error=RedisError>> Oct 11 23:16:20.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.060 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/multiplexer.rs:55:5 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 55 | use tokio_io::codec::Framed; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/mod.rs:61:5 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 61 | use tokio_io::codec::Framed; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/mod.rs:97:35 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 97 | type TlsTransports = Vec<(String, Framed)>; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/mod.rs:100:35 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 100 | type TcpTransports = Vec<(String, Framed)>; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/mod.rs:275:35 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 275 | type TlsTransportSink = SplitSink>; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/mod.rs:277:39 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 277 | type TlsTransportStream = SplitStream>; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.063 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.063 INFO kablam! --> src/multiplexer/mod.rs:279:35 Oct 11 23:16:20.063 INFO kablam! | Oct 11 23:16:20.063 INFO kablam! 279 | type TcpTransportSink = SplitSink>; Oct 11 23:16:20.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.063 INFO kablam! Oct 11 23:16:20.072 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 23:16:20.072 INFO kablam! --> src/multiplexer/mod.rs:280:39 Oct 11 23:16:20.072 INFO kablam! | Oct 11 23:16:20.072 INFO kablam! 280 | type TcpTransportStream = SplitStream>; Oct 11 23:16:20.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:20.072 INFO kablam! Oct 11 23:16:21.800 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 23:16:21.800 INFO kablam! --> src/multiplexer/utils.rs:408:39 Oct 11 23:16:21.800 INFO kablam! | Oct 11 23:16:21.800 INFO kablam! 408 | .and_then(move |socket| Ok(socket.framed(codec))) Oct 11 23:16:21.800 INFO kablam! | ^^^^^^ Oct 11 23:16:21.800 INFO kablam! Oct 11 23:16:32.312 INFO kablam! warning: function is never used: `ends_with_crlf` Oct 11 23:16:32.312 INFO kablam! --> src/protocol/utils.rs:415:1 Oct 11 23:16:32.312 INFO kablam! | Oct 11 23:16:32.312 INFO kablam! 415 | pub fn ends_with_crlf(bytes: &BytesMut) -> bool { Oct 11 23:16:32.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:16:32.312 INFO kablam! | Oct 11 23:16:32.312 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 23:16:32.312 INFO kablam! Oct 11 23:16:34.103 INFO kablam! error: Could not compile `fred`. Oct 11 23:16:34.103 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 23:16:35.612 INFO kablam! error: linking with `cc` failed: exit code: 1 Oct 11 23:16:35.612 INFO kablam! | Oct 11 23:16:35.612 INFO kablam! = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.0.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.1.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.10.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.11.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.12.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.13.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.14.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.15.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.2.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.3.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.4.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.5.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.6.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.7.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.8.rcgu.o" "/target/debug/examples/reconnect-9e17b292836c5840.reconnect.6bx22cka-cgu.9.rcgu.o" "-o" "/target/debug/examples/reconnect-9e17b292836c5840" "/target/debug/examples/reconnect-9e17b292836c5840.4g5nj4w85iw0g3k5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/target/debug/deps" "-L" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/target/debug/deps/libfred-d9b63082aba0ed7d.rlib" "/target/debug/deps/libpretty_env_logger-d8f8aae60d73ed7d.rlib" "/target/debug/deps/libenv_logger-02a1284a9fa8d872.rlib" "/target/debug/deps/libregex-ab78615cf52671f2.rlib" "/target/debug/deps/libregex_syntax-be85ff4120475c37.rlib" "/target/debug/deps/libansi_term-c48dfd993cec8450.rlib" "/target/debug/deps/libboxfnonce-65f72cf239b3e00b.rlib" "/target/debug/deps/libchrono-01bcb8194dcb170f.rlib" "/target/debug/deps/libnum_integer-18f48ff3dabbc1da.rlib" "/target/debug/deps/libnum_traits-0aefdef05afd6c2c.rlib" "/target/debug/deps/libtime-6aad7db911d6b0a0.rlib" "/target/debug/deps/libredis_protocol-26eb71263ab75923.rlib" "/target/debug/deps/libnom-5d2536fa7d2d227f.rlib" "/target/debug/deps/libcookie_factory-75170309ad92cea3.rlib" "/target/debug/deps/libpretty_env_logger-256f952f7bddf564.rlib" "/target/debug/deps/libenv_logger-1b10c26c2575d4f0.rlib" "/target/debug/deps/libregex-dc18f64b47f3de9f.rlib" "/target/debug/deps/libutf8_ranges-3550ba64cf57af8a.rlib" "/target/debug/deps/libregex_syntax-dd340977bf39beb3.rlib" "/target/debug/deps/libucd_util-444d75cf5b3ebe07.rlib" "/target/debug/deps/libthread_local-8a376102a366009d.rlib" "/target/debug/deps/libaho_corasick-824493201e3e4c5b.rlib" "/target/debug/deps/libmemchr-2ad510545670b195.rlib" "/target/debug/deps/libatty-6d885bc10c82cfc4.rlib" "/target/debug/deps/libhumantime-21fd75173d603f47.rlib" "/target/debug/deps/libquick_error-2096f9e52d45f397.rlib" "/target/debug/deps/libtermcolor-c25f640e408a8feb.rlib" "/target/debug/deps/libansi_term-b8522f4a3c0f459e.rlib" "/target/debug/deps/libcrc16-1446c3cd40a7b70b.rlib" "/target/debug/deps/liburl-ae2193a854fad5f3.rlib" "/target/debug/deps/libpercent_encoding-9653922443354a26.rlib" "/target/debug/deps/libidna-936b67047299f557.rlib" "/target/debug/deps/libunicode_normalization-cab2c73ed4224938.rlib" "/target/debug/deps/libunicode_bidi-7c3fb84e36d1fb2e.rlib" "/target/debug/deps/libmatches-334e720755e958d7.rlib" "/target/debug/deps/libparking_lot-14b827b393173c7c.rlib" "/target/debug/deps/libparking_lot_core-9c298e3efaa921e4.rlib" "/target/debug/deps/libtokio_timer_patched-5f5a383b92237436.rlib" "/target/debug/deps/libtokio_proto-078ee2123c4d6391.rlib" "/target/debug/deps/liblog-9f2f69e40510eb0c.rlib" "/target/debug/deps/libtokio_service-653200d8466001cc.rlib" "/target/debug/deps/libtake-ca9bef78647ec61e.rlib" "/target/debug/deps/libsmallvec-cd0a1a9725d3013a.rlib" "/target/debug/deps/libslab-81568488d325ff92.rlib" "/target/debug/deps/librand-768555a123920aae.rlib" "/target/debug/deps/librand-04b7cdf55fa54473.rlib" "/target/debug/deps/libtokio_core-9c4fe5ffd7c94937.rlib" "/target/debug/deps/libscoped_tls-97b7dfe96410910b.rlib" "/target/debug/deps/libtokio-5d4724ebc6a2c084.rlib" "/target/debug/deps/libtokio_uds-79fd1603209dfae0.rlib" "/target/debug/deps/libmio_uds-618db58a76309312.rlib" "/target/debug/deps/libtokio_udp-7b53694ccf549b21.rlib" "/target/debug/deps/libtokio_tcp-6fc92a51587b8c6c.rlib" "/target/debug/deps/libtokio_timer-8cad01316fc063f7.rlib" "/target/debug/deps/libtokio_reactor-1fa99d267e47b81c.rlib" "/target/debug/deps/libparking_lot-975fdd5af51ec4f3.rlib" "/target/debug/deps/libparking_lot_core-57636dccb0e5886d.rlib" "/target/debug/deps/libsmallvec-89661727235c38cb.rlib" "/target/debug/deps/libunreachable-b3b6662f7133549a.rlib" "/target/debug/deps/libvoid-e53b3b042b325b5b.rlib" "/target/debug/deps/liblock_api-ada6a5c3705a2c25.rlib" "/target/debug/deps/libowning_ref-ee14d0c0a450472c.rlib" "/target/debug/deps/libstable_deref_trait-e6aee7c114ff0a1f.rlib" "/target/debug/deps/libtokio_fs-394a42520f1dcbd6.rlib" "/target/debug/deps/libtokio_threadpool-0bea8bfc8dec9904.rlib" "/target/debug/deps/librand-252b6e6513d8eca7.rlib" "/target/debug/deps/librand_core-457c9f465ee432e6.rlib" "/target/debug/deps/librand_core-56f9599e47cf57a8.rlib" "/target/debug/deps/libnum_cpus-cfe8714d563749ab.rlib" "/target/debug/deps/libcrossbeam_deque-86f6e2eadbf8996e.rlib" "/target/debug/deps/libcrossbeam_epoch-989d7cb2a29a29af.rlib" "/target/debug/deps/libscopeguard-202fedbdefae388d.rlib" "/target/debug/deps/libmemoffset-17b751f2a3ee51c2.rlib" "/target/debug/deps/liblazy_static-03dcc596b735b1a8.rlib" "/target/debug/deps/libcrossbeam_utils-61e14d2d91ea3b00.rlib" "/target/debug/deps/libarrayvec-38a612fb6aade2c9.rlib" "/target/debug/deps/libnodrop-dafa5d55bb677f96.rlib" "/target/debug/deps/libtokio_codec-554f52d46a3047d3.rlib" "/target/debug/deps/libtokio_io-9c12a6c0b8e51f27.rlib" "/target/debug/deps/libtokio_current_thread-1d6d36eab7eb8ff2.rlib" "/target/debug/deps/libtokio_executor-b2517ca6cd8433c8.rlib" "/target/debug/deps/libmio-95e25ee569976116.rlib" "/target/debug/deps/liblog-99abf1ff47af8c9e.rlib" "/target/debug/deps/libslab-f6c7bd339bdaa948.rlib" "/target/debug/deps/libnet2-c5eceec34c0598b0.rlib" "/target/debug/deps/libcfg_if-3a74920dc35dfbc0.rlib" "/target/debug/deps/liblazycell-a587c3599074d707.rlib" "/target/debug/deps/libbytes-0e167ea7a8424933.rlib" "/target/debug/deps/libiovec-96c8697f5e5d725e.rlib" "/target/debug/deps/liblibc-d9a4bc3fcbc15852.rlib" "/target/debug/deps/libbyteorder-66cb6e17f3f23236.rlib" "/target/debug/deps/libfutures-20f387d39c3342ee.rlib" "-Wl,--start-group" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7aa94b7c1528b009.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-450e1257915dad46.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_jemalloc-13637518f471c0d5.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-d41039333164c5af.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc_system-cb45a6772959eb39.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03d875e55603f5ce.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-cb3a1d6251b4a93a.rlib" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-51ce0fd0aa7c4719.rlib" "-Wl,--end-group" "/rustup-home/toolchains/40d4795669493f1965de7c44029c69552134fe1f-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e5b9ef4e29390a2c.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" Oct 11 23:16:35.612 INFO kablam! = note: /usr/bin/ld: final link failed: Cannot allocate memory Oct 11 23:16:35.612 INFO kablam! collect2: error: ld returned 1 exit status Oct 11 23:16:35.612 INFO kablam! Oct 11 23:16:35.613 INFO kablam! Oct 11 23:16:35.613 INFO kablam! error: aborting due to previous error Oct 11 23:16:35.613 INFO kablam! Oct 11 23:16:35.636 INFO kablam! error: Could not compile `fred`. Oct 11 23:16:35.636 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 23:16:41.858 INFO kablam! error: build failed Oct 11 23:16:41.860 INFO kablam! su: No module specific data is present Oct 11 23:16:43.026 INFO running `"docker" "rm" "-f" "c2868d7ddadcd1fc8290b745566966d2a6ee1be2d69a7313b2c8d6bf1ef3f8f2"` Oct 11 23:16:43.364 INFO blam! c2868d7ddadcd1fc8290b745566966d2a6ee1be2d69a7313b2c8d6bf1ef3f8f2