Oct 11 08:12:56.122 INFO testing xmpp-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:12:56.122 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:12:56.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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:56.629 INFO blam! 42173f44025ec1d430adfa8a23b29991e436991c8eaf59429020febe7c779f7a Oct 11 08:12:56.631 INFO running `"docker" "start" "-a" "42173f44025ec1d430adfa8a23b29991e436991c8eaf59429020febe7c779f7a"` Oct 11 08:12:57.636 INFO kablam! usermod: no changes Oct 11 08:12:57.776 INFO kablam! Compiling byte-tools v0.1.3 Oct 11 08:12:57.776 INFO kablam! Compiling jid v0.2.3 Oct 11 08:12:57.784 INFO kablam! Compiling xml-rs v0.4.1 Oct 11 08:12:57.797 INFO kablam! Compiling generic-array v0.7.3 Oct 11 08:12:57.816 INFO kablam! Compiling sasl v0.4.2 Oct 11 08:12:58.481 INFO kablam! Compiling crypto-mac v0.3.0 Oct 11 08:12:58.481 INFO kablam! Compiling digest-buffer v0.3.1 Oct 11 08:12:58.481 INFO kablam! Compiling digest v0.5.2 Oct 11 08:12:59.108 INFO kablam! Compiling blake2 v0.5.2 Oct 11 08:12:59.268 INFO kablam! Compiling sha3 v0.5.3 Oct 11 08:12:59.269 INFO kablam! Compiling sha2 v0.5.3 Oct 11 08:12:59.269 INFO kablam! Compiling sha-1 v0.3.4 Oct 11 08:13:04.480 INFO kablam! Compiling minidom v0.4.4 Oct 11 08:13:06.404 INFO kablam! Compiling xmpp-parsers v0.3.0 Oct 11 08:13:11.221 INFO kablam! Compiling xmpp v0.2.0 (/source) Oct 11 08:13:16.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.38s Oct 11 08:13:16.067 INFO kablam! su: No module specific data is present Oct 11 08:13:17.328 INFO running `"docker" "rm" "-f" "42173f44025ec1d430adfa8a23b29991e436991c8eaf59429020febe7c779f7a"` Oct 11 08:13:17.708 INFO blam! 42173f44025ec1d430adfa8a23b29991e436991c8eaf59429020febe7c779f7a Oct 11 08:13:17.710 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:13:17.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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:13:18.182 INFO blam! d12cf3c8c9204c1d973dd01867b6d338a10c1dad8a23dad42c01fa6ae28305e4 Oct 11 08:13:18.192 INFO running `"docker" "start" "-a" "d12cf3c8c9204c1d973dd01867b6d338a10c1dad8a23dad42c01fa6ae28305e4"` Oct 11 08:13:19.252 INFO kablam! usermod: no changes Oct 11 08:13:19.376 INFO kablam! Compiling xmpp v0.2.0 (/source) Oct 11 08:13:22.724 INFO kablam! warning: unused import: `MessageEvent` Oct 11 08:13:22.724 INFO kablam! --> examples/client.rs:5:49 Oct 11 08:13:22.724 INFO kablam! | Oct 11 08:13:22.724 INFO kablam! 5 | use xmpp::plugins::messaging::{MessagingPlugin, MessageEvent}; Oct 11 08:13:22.724 INFO kablam! | ^^^^^^^^^^^^ Oct 11 08:13:22.724 INFO kablam! | Oct 11 08:13:22.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:13:22.724 INFO kablam! Oct 11 08:13:22.724 INFO kablam! warning: unused import: `PingEvent` Oct 11 08:13:22.724 INFO kablam! --> examples/client.rs:7:39 Oct 11 08:13:22.724 INFO kablam! | Oct 11 08:13:22.724 INFO kablam! 7 | use xmpp::plugins::ping::{PingPlugin, PingEvent}; Oct 11 08:13:22.724 INFO kablam! | ^^^^^^^^^ Oct 11 08:13:22.724 INFO kablam! Oct 11 08:13:25.865 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.59s Oct 11 08:13:25.867 INFO kablam! su: No module specific data is present Oct 11 08:13:26.312 INFO running `"docker" "rm" "-f" "d12cf3c8c9204c1d973dd01867b6d338a10c1dad8a23dad42c01fa6ae28305e4"` Oct 11 08:13:26.517 INFO blam! d12cf3c8c9204c1d973dd01867b6d338a10c1dad8a23dad42c01fa6ae28305e4 Oct 11 08:13:26.525 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:13:26.525 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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:27.013 INFO blam! 86495a1406acbf870d9aa526df090e696a7cf931ca1d10ff51e4f9c55c4eb61f Oct 11 08:13:27.015 INFO running `"docker" "start" "-a" "86495a1406acbf870d9aa526df090e696a7cf931ca1d10ff51e4f9c55c4eb61f"` Oct 11 08:13:27.869 INFO kablam! usermod: no changes Oct 11 08:13:27.984 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 08:13:28.008 INFO kablam! Running /target/debug/deps/xmpp-abdd6c8947dae7f8 Oct 11 08:13:28.008 INFO blam! Oct 11 08:13:28.008 INFO blam! running 1 test Oct 11 08:13:28.043 INFO blam! test event::tests::test ... ok Oct 11 08:13:28.043 INFO blam! Oct 11 08:13:28.043 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:13:28.043 INFO blam! Oct 11 08:13:28.051 INFO kablam! Doc-tests xmpp Oct 11 08:13:30.848 INFO blam! Oct 11 08:13:30.849 INFO blam! running 0 tests Oct 11 08:13:30.849 INFO blam! Oct 11 08:13:30.849 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:13:30.849 INFO blam! Oct 11 08:13:30.854 INFO kablam! su: No module specific data is present Oct 11 08:13:31.381 INFO running `"docker" "rm" "-f" "86495a1406acbf870d9aa526df090e696a7cf931ca1d10ff51e4f9c55c4eb61f"` Oct 11 08:13:31.600 INFO blam! 86495a1406acbf870d9aa526df090e696a7cf931ca1d10ff51e4f9c55c4eb61f