Oct 11 09:50:24.661 INFO testing tokio-serde-bincode-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:50:24.661 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:50:24.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:50:25.248 INFO blam! 7147b27af607e598561f42a834c952551c516f90dbe2b9009127f873f7626a00 Oct 11 09:50:25.250 INFO running `"docker" "start" "-a" "7147b27af607e598561f42a834c952551c516f90dbe2b9009127f873f7626a00"` Oct 11 09:50:26.416 INFO kablam! usermod: no changes Oct 11 09:50:26.531 INFO kablam! Compiling tokio-serde v0.1.0 Oct 11 09:50:26.532 INFO kablam! Compiling bincode v0.8.0 Oct 11 09:50:28.278 INFO kablam! Compiling tokio-serde-bincode v0.1.1 (/source) Oct 11 09:50:29.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.25s Oct 11 09:50:29.700 INFO kablam! su: No module specific data is present Oct 11 09:50:30.033 INFO running `"docker" "rm" "-f" "7147b27af607e598561f42a834c952551c516f90dbe2b9009127f873f7626a00"` Oct 11 09:50:30.327 INFO blam! 7147b27af607e598561f42a834c952551c516f90dbe2b9009127f873f7626a00 Oct 11 09:50:30.331 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:50:30.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:50:30.582 INFO blam! c2e472fec364e4383653a28eb74b7ec2efee368fe985962a08331be2b4b02f99 Oct 11 09:50:30.585 INFO running `"docker" "start" "-a" "c2e472fec364e4383653a28eb74b7ec2efee368fe985962a08331be2b4b02f99"` Oct 11 09:50:31.075 INFO kablam! usermod: no changes Oct 11 09:50:31.172 INFO kablam! Compiling tokio-serde-bincode v0.1.1 (/source) Oct 11 09:50:36.044 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 11 09:50:36.044 INFO kablam! --> examples/client.rs:15:5 Oct 11 09:50:36.044 INFO kablam! | Oct 11 09:50:36.044 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 11 09:50:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:36.044 INFO kablam! | Oct 11 09:50:36.044 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:50:36.044 INFO kablam! Oct 11 09:50:36.044 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 09:50:36.044 INFO kablam! --> examples/client.rs:36:32 Oct 11 09:50:36.044 INFO kablam! | Oct 11 09:50:36.044 INFO kablam! 36 | let length_delimited = length_delimited::FramedWrite::new(socket); Oct 11 09:50:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:36.044 INFO kablam! Oct 11 09:50:36.044 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedWrite': Moved to tokio-codec Oct 11 09:50:36.044 INFO kablam! --> examples/client.rs:39:38 Oct 11 09:50:36.044 INFO kablam! | Oct 11 09:50:36.044 INFO kablam! 39 | let serialized: WriteBincode, Data> = WriteBincode::new(length_delimited); Oct 11 09:50:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:36.044 INFO kablam! Oct 11 09:50:36.112 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited': Moved to tokio-codec Oct 11 09:50:36.112 INFO kablam! --> examples/server.rs:15:5 Oct 11 09:50:36.112 INFO kablam! | Oct 11 09:50:36.112 INFO kablam! 15 | use tokio_io::codec::length_delimited; Oct 11 09:50:36.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:36.112 INFO kablam! | Oct 11 09:50:36.112 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:50:36.112 INFO kablam! Oct 11 09:50:36.112 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::FramedRead': Moved to tokio-codec Oct 11 09:50:36.112 INFO kablam! --> examples/server.rs:37:32 Oct 11 09:50:36.112 INFO kablam! | Oct 11 09:50:36.112 INFO kablam! 37 | let length_delimited = length_delimited::FramedRead::new(socket); Oct 11 09:50:36.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:50:36.112 INFO kablam! Oct 11 09:50:38.338 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.25s Oct 11 09:50:38.351 INFO kablam! su: No module specific data is present Oct 11 09:50:38.808 INFO running `"docker" "rm" "-f" "c2e472fec364e4383653a28eb74b7ec2efee368fe985962a08331be2b4b02f99"` Oct 11 09:50:39.088 INFO blam! c2e472fec364e4383653a28eb74b7ec2efee368fe985962a08331be2b4b02f99 Oct 11 09:50:39.094 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:50:39.096 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 09:50:39.524 INFO blam! 1ded268c0c8cbf9af461d1d38ff22bbf37917199c77ec2f230f68d3d2b8724e6 Oct 11 09:50:39.528 INFO running `"docker" "start" "-a" "1ded268c0c8cbf9af461d1d38ff22bbf37917199c77ec2f230f68d3d2b8724e6"` Oct 11 09:50:40.631 INFO kablam! usermod: no changes Oct 11 09:50:40.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 09:50:40.820 INFO kablam! Running /target/debug/deps/tokio_serde_bincode-6cddb1a3ced5ce3c Oct 11 09:50:40.826 INFO blam! Oct 11 09:50:40.827 INFO kablam! Doc-tests tokio-serde-bincode Oct 11 09:50:40.827 INFO blam! running 0 tests Oct 11 09:50:40.827 INFO blam! Oct 11 09:50:40.827 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:50:40.827 INFO blam! Oct 11 09:50:42.863 INFO blam! Oct 11 09:50:42.864 INFO blam! running 0 tests Oct 11 09:50:42.864 INFO blam! Oct 11 09:50:42.864 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:50:42.865 INFO blam! Oct 11 09:50:42.870 INFO kablam! su: No module specific data is present Oct 11 09:50:43.165 INFO running `"docker" "rm" "-f" "1ded268c0c8cbf9af461d1d38ff22bbf37917199c77ec2f230f68d3d2b8724e6"` Oct 11 09:50:43.256 INFO blam! 1ded268c0c8cbf9af461d1d38ff22bbf37917199c77ec2f230f68d3d2b8724e6