Oct 11 08:12:47.262 INFO testing xmpp-proto-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:12:47.262 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:12:47.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 08:12:47.432 INFO blam! 08846b8b2027ffdda9cb643d08c305edd2cfb58636ae8fdd1c4f075ddd34afe6 Oct 11 08:12:47.433 INFO running `"docker" "start" "-a" "08846b8b2027ffdda9cb643d08c305edd2cfb58636ae8fdd1c4f075ddd34afe6"` Oct 11 08:12:47.840 INFO kablam! usermod: no changes Oct 11 08:12:48.098 INFO kablam! Compiling elementtree v0.2.0 Oct 11 08:12:50.098 INFO kablam! Compiling xmpp-proto v0.1.2 (/source) Oct 11 08:12:55.608 INFO kablam! warning: unused import: `std::sync::Arc` Oct 11 08:12:55.608 INFO kablam! --> src/connection.rs:14:5 Oct 11 08:12:55.608 INFO kablam! | Oct 11 08:12:55.608 INFO kablam! 14 | use std::sync::Arc; Oct 11 08:12:55.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 08:12:55.608 INFO kablam! | Oct 11 08:12:55.608 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:12:55.608 INFO kablam! Oct 11 08:12:55.608 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 11 08:12:55.608 INFO kablam! --> src/connection.rs:16:5 Oct 11 08:12:55.608 INFO kablam! | Oct 11 08:12:55.608 INFO kablam! 16 | use std::sync::Mutex; Oct 11 08:12:55.608 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 08:12:55.608 INFO kablam! Oct 11 08:12:55.608 INFO kablam! warning: unused import: `std::str` Oct 11 08:12:55.608 INFO kablam! --> src/transport.rs:8:5 Oct 11 08:12:55.608 INFO kablam! | Oct 11 08:12:55.608 INFO kablam! 8 | use std::str; Oct 11 08:12:55.608 INFO kablam! | ^^^^^^^^ Oct 11 08:12:55.608 INFO kablam! Oct 11 08:12:55.608 INFO kablam! warning: unused import: `std::sync::Arc` Oct 11 08:12:55.608 INFO kablam! --> src/transport.rs:16:5 Oct 11 08:12:55.608 INFO kablam! | Oct 11 08:12:55.608 INFO kablam! 16 | use std::sync::Arc; Oct 11 08:12:55.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 08:12:55.608 INFO kablam! Oct 11 08:12:55.608 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 11 08:12:55.608 INFO kablam! --> src/transport.rs:17:5 Oct 11 08:12:55.608 INFO kablam! | Oct 11 08:12:55.608 INFO kablam! 17 | use std::sync::Mutex; Oct 11 08:12:55.608 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 08:12:55.608 INFO kablam! Oct 11 08:12:55.645 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:12:55.645 INFO kablam! --> src/stream.rs:3:5 Oct 11 08:12:55.645 INFO kablam! | Oct 11 08:12:55.645 INFO kablam! 3 | use tokio_io::codec::Framed; Oct 11 08:12:55.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:12:55.645 INFO kablam! | Oct 11 08:12:55.645 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:12:55.645 INFO kablam! Oct 11 08:12:55.645 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:12:55.645 INFO kablam! --> src/stream.rs:7:9 Oct 11 08:12:55.645 INFO kablam! | Oct 11 08:12:55.645 INFO kablam! 7 | Tcp(Framed), Oct 11 08:12:55.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:12:55.645 INFO kablam! Oct 11 08:12:55.645 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:12:55.645 INFO kablam! --> src/stream.rs:8:9 Oct 11 08:12:55.645 INFO kablam! | Oct 11 08:12:55.645 INFO kablam! 8 | Tls(Framed, XMPPCodec>) Oct 11 08:12:55.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:12:55.645 INFO kablam! Oct 11 08:12:56.088 INFO kablam! warning: unused variable: `e` Oct 11 08:12:56.088 INFO kablam! --> src/transport.rs:69:13 Oct 11 08:12:56.088 INFO kablam! | Oct 11 08:12:56.088 INFO kablam! 69 | let e = event.clone(); Oct 11 08:12:56.088 INFO kablam! | ^ help: consider using `_e` instead Oct 11 08:12:56.088 INFO kablam! | Oct 11 08:12:56.088 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:12:56.088 INFO kablam! Oct 11 08:12:56.212 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:12:56.212 INFO kablam! --> src/connection.rs:221:17 Oct 11 08:12:56.212 INFO kablam! | Oct 11 08:12:56.213 INFO kablam! 221 | tx.send(event); Oct 11 08:12:56.213 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 08:12:56.213 INFO kablam! | Oct 11 08:12:56.213 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 08:12:56.213 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:12:56.213 INFO kablam! Oct 11 08:12:57.682 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.81s Oct 11 08:12:57.683 INFO kablam! su: No module specific data is present Oct 11 08:12:58.258 INFO running `"docker" "rm" "-f" "08846b8b2027ffdda9cb643d08c305edd2cfb58636ae8fdd1c4f075ddd34afe6"` Oct 11 08:12:58.674 INFO blam! 08846b8b2027ffdda9cb643d08c305edd2cfb58636ae8fdd1c4f075ddd34afe6 Oct 11 08:12:58.684 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:12:58.684 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 08:12:59.176 INFO blam! e4176473e2d1f65ff851903fb7be845d4356ba48b63122060dc3d8c6cb8f7c34 Oct 11 08:12:59.180 INFO running `"docker" "start" "-a" "e4176473e2d1f65ff851903fb7be845d4356ba48b63122060dc3d8c6cb8f7c34"` Oct 11 08:13:00.584 INFO kablam! usermod: no changes Oct 11 08:13:00.837 INFO kablam! Compiling xmpp-proto v0.1.2 (/source) Oct 11 08:13:06.732 INFO kablam! warning: unused import: `std::sync::Arc` Oct 11 08:13:06.732 INFO kablam! --> src/connection.rs:14:5 Oct 11 08:13:06.732 INFO kablam! | Oct 11 08:13:06.732 INFO kablam! 14 | use std::sync::Arc; Oct 11 08:13:06.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 08:13:06.732 INFO kablam! | Oct 11 08:13:06.732 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:13:06.732 INFO kablam! Oct 11 08:13:06.732 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 11 08:13:06.732 INFO kablam! --> src/connection.rs:16:5 Oct 11 08:13:06.732 INFO kablam! | Oct 11 08:13:06.732 INFO kablam! 16 | use std::sync::Mutex; Oct 11 08:13:06.732 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 08:13:06.732 INFO kablam! Oct 11 08:13:06.732 INFO kablam! warning: unused import: `std::str` Oct 11 08:13:06.732 INFO kablam! --> src/transport.rs:8:5 Oct 11 08:13:06.732 INFO kablam! | Oct 11 08:13:06.732 INFO kablam! 8 | use std::str; Oct 11 08:13:06.732 INFO kablam! | ^^^^^^^^ Oct 11 08:13:06.732 INFO kablam! Oct 11 08:13:06.733 INFO kablam! warning: unused import: `std::sync::Arc` Oct 11 08:13:06.733 INFO kablam! --> src/transport.rs:16:5 Oct 11 08:13:06.733 INFO kablam! | Oct 11 08:13:06.733 INFO kablam! 16 | use std::sync::Arc; Oct 11 08:13:06.733 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 08:13:06.733 INFO kablam! Oct 11 08:13:06.733 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 11 08:13:06.733 INFO kablam! --> src/transport.rs:17:5 Oct 11 08:13:06.733 INFO kablam! | Oct 11 08:13:06.733 INFO kablam! 17 | use std::sync::Mutex; Oct 11 08:13:06.733 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 08:13:06.733 INFO kablam! Oct 11 08:13:06.772 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:13:06.772 INFO kablam! --> src/stream.rs:3:5 Oct 11 08:13:06.772 INFO kablam! | Oct 11 08:13:06.772 INFO kablam! 3 | use tokio_io::codec::Framed; Oct 11 08:13:06.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:13:06.772 INFO kablam! | Oct 11 08:13:06.772 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:13:06.772 INFO kablam! Oct 11 08:13:06.772 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:13:06.772 INFO kablam! --> src/stream.rs:7:9 Oct 11 08:13:06.772 INFO kablam! | Oct 11 08:13:06.772 INFO kablam! 7 | Tcp(Framed), Oct 11 08:13:06.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:13:06.772 INFO kablam! Oct 11 08:13:06.772 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:13:06.772 INFO kablam! --> src/stream.rs:8:9 Oct 11 08:13:06.772 INFO kablam! | Oct 11 08:13:06.772 INFO kablam! 8 | Tls(Framed, XMPPCodec>) Oct 11 08:13:06.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:13:06.772 INFO kablam! Oct 11 08:13:07.100 INFO kablam! warning: unused variable: `e` Oct 11 08:13:07.100 INFO kablam! --> src/transport.rs:69:13 Oct 11 08:13:07.100 INFO kablam! | Oct 11 08:13:07.100 INFO kablam! 69 | let e = event.clone(); Oct 11 08:13:07.100 INFO kablam! | ^ help: consider using `_e` instead Oct 11 08:13:07.100 INFO kablam! | Oct 11 08:13:07.100 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:13:07.100 INFO kablam! Oct 11 08:13:07.228 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:13:07.228 INFO kablam! --> src/connection.rs:221:17 Oct 11 08:13:07.228 INFO kablam! | Oct 11 08:13:07.228 INFO kablam! 221 | tx.send(event); Oct 11 08:13:07.228 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 08:13:07.228 INFO kablam! | Oct 11 08:13:07.228 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 08:13:07.228 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:13:07.228 INFO kablam! Oct 11 08:13:10.002 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.38s Oct 11 08:13:10.015 INFO kablam! su: No module specific data is present Oct 11 08:13:10.690 INFO running `"docker" "rm" "-f" "e4176473e2d1f65ff851903fb7be845d4356ba48b63122060dc3d8c6cb8f7c34"` Oct 11 08:13:10.934 INFO blam! e4176473e2d1f65ff851903fb7be845d4356ba48b63122060dc3d8c6cb8f7c34 Oct 11 08:13:10.940 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:13:10.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 08:13:11.406 INFO blam! 965c1884449212fae9b79881574df6bb59d900391b1738c7b76c8a4a094ee766 Oct 11 08:13:11.406 INFO running `"docker" "start" "-a" "965c1884449212fae9b79881574df6bb59d900391b1738c7b76c8a4a094ee766"` Oct 11 08:13:12.332 INFO kablam! usermod: no changes Oct 11 08:13:12.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 08:13:12.516 INFO kablam! Running /target/debug/deps/xmpp_proto-124c6312a83cad27 Oct 11 08:13:12.516 INFO blam! Oct 11 08:13:12.516 INFO blam! running 6 tests Oct 11 08:13:12.524 INFO blam! test events::open_stream::tests::check_compilation ... ok Oct 11 08:13:12.524 INFO blam! test events::tests::test_event ... ok Oct 11 08:13:12.528 INFO blam! test events::tests::test_parse ... ok Oct 11 08:13:12.528 INFO blam! test tests::it_works ... ok Oct 11 08:13:12.528 INFO blam! test jid::tests::jid_from_full ... ok Oct 11 08:13:12.528 INFO blam! test jid::tests::jid_no_node ... ok Oct 11 08:13:12.528 INFO blam! Oct 11 08:13:12.528 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:13:12.528 INFO blam! Oct 11 08:13:12.536 INFO kablam! Doc-tests xmpp-proto Oct 11 08:13:24.576 INFO blam! Oct 11 08:13:24.576 INFO blam! running 0 tests Oct 11 08:13:24.576 INFO blam! Oct 11 08:13:24.576 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:13:24.576 INFO blam! Oct 11 08:13:24.586 INFO kablam! su: No module specific data is present Oct 11 08:13:25.280 INFO running `"docker" "rm" "-f" "965c1884449212fae9b79881574df6bb59d900391b1738c7b76c8a4a094ee766"` Oct 11 08:13:25.520 INFO blam! 965c1884449212fae9b79881574df6bb59d900391b1738c7b76c8a4a094ee766