Oct 11 11:53:32.089 INFO testing serde_osc-0.4.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 11:53:32.089 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 11:53:32.090 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 11:53:32.490 INFO blam! e64742a49dbbd60ac0c2f188e2229c9bef2cb63d80ccd56d1382da243bd981b0 Oct 11 11:53:32.491 INFO running `"docker" "start" "-a" "e64742a49dbbd60ac0c2f188e2229c9bef2cb63d80ccd56d1382da243bd981b0"` Oct 11 11:53:33.836 INFO kablam! usermod: no changes Oct 11 11:53:33.944 INFO kablam! Compiling serde_osc v0.4.2 (/source) Oct 11 11:53:35.352 INFO kablam! warning: variable does not need to be mutable Oct 11 11:53:35.352 INFO kablam! --> src/de/bundle_visitor.rs:85:35 Oct 11 11:53:35.352 INFO kablam! | Oct 11 11:53:35.352 INFO kablam! 85 | BundleField::Elements(mut read) => Oct 11 11:53:35.352 INFO kablam! | ----^^^^ Oct 11 11:53:35.352 INFO kablam! | | Oct 11 11:53:35.352 INFO kablam! | help: remove this `mut` Oct 11 11:53:35.352 INFO kablam! | Oct 11 11:53:35.352 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 11:53:35.352 INFO kablam! Oct 11 11:53:35.432 INFO kablam! warning: variable does not need to be mutable Oct 11 11:53:35.432 INFO kablam! --> src/ser/timetag_ser.rs:46:18 Oct 11 11:53:35.432 INFO kablam! | Oct 11 11:53:35.432 INFO kablam! 46 | Some(mut part) => { Oct 11 11:53:35.432 INFO kablam! | ----^^^^ Oct 11 11:53:35.432 INFO kablam! | | Oct 11 11:53:35.432 INFO kablam! | help: remove this `mut` Oct 11 11:53:35.432 INFO kablam! Oct 11 11:53:35.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 11 11:53:35.827 INFO kablam! su: No module specific data is present Oct 11 11:53:36.418 INFO running `"docker" "rm" "-f" "e64742a49dbbd60ac0c2f188e2229c9bef2cb63d80ccd56d1382da243bd981b0"` Oct 11 11:53:36.648 INFO blam! e64742a49dbbd60ac0c2f188e2229c9bef2cb63d80ccd56d1382da243bd981b0 Oct 11 11:53:36.656 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 11:53:36.656 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 11:53:37.053 INFO blam! 0d6ab4fdd4d5e4a37a4afa5d5bffe0c6fecfc782273caca72fd55540b1616f84 Oct 11 11:53:37.055 INFO running `"docker" "start" "-a" "0d6ab4fdd4d5e4a37a4afa5d5bffe0c6fecfc782273caca72fd55540b1616f84"` Oct 11 11:53:38.348 INFO kablam! usermod: no changes Oct 11 11:53:38.449 INFO kablam! Compiling serde_osc v0.4.2 (/source) Oct 11 11:53:40.764 INFO kablam! warning: doc comment not used by rustdoc Oct 11 11:53:40.764 INFO kablam! --> tests/ser/tuple.rs:9:5 Oct 11 11:53:40.764 INFO kablam! | Oct 11 11:53:40.764 INFO kablam! 9 | /// Tuple we'll serialize Oct 11 11:53:40.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:53:40.764 INFO kablam! | Oct 11 11:53:40.764 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 11:53:40.764 INFO kablam! Oct 11 11:53:40.764 INFO kablam! warning: doc comment not used by rustdoc Oct 11 11:53:40.764 INFO kablam! --> tests/ser/tuple.rs:32:5 Oct 11 11:53:40.764 INFO kablam! | Oct 11 11:53:40.764 INFO kablam! 32 | /// Tuple we'll serialize Oct 11 11:53:40.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 11:53:40.764 INFO kablam! Oct 11 11:53:40.797 INFO kablam! warning: variable does not need to be mutable Oct 11 11:53:40.797 INFO kablam! --> src/de/bundle_visitor.rs:85:35 Oct 11 11:53:40.797 INFO kablam! | Oct 11 11:53:40.797 INFO kablam! 85 | BundleField::Elements(mut read) => Oct 11 11:53:40.797 INFO kablam! | ----^^^^ Oct 11 11:53:40.797 INFO kablam! | | Oct 11 11:53:40.797 INFO kablam! | help: remove this `mut` Oct 11 11:53:40.797 INFO kablam! | Oct 11 11:53:40.797 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 11:53:40.797 INFO kablam! Oct 11 11:53:41.352 INFO kablam! warning: variable does not need to be mutable Oct 11 11:53:41.352 INFO kablam! --> src/ser/timetag_ser.rs:46:18 Oct 11 11:53:41.352 INFO kablam! | Oct 11 11:53:41.352 INFO kablam! 46 | Some(mut part) => { Oct 11 11:53:41.352 INFO kablam! | ----^^^^ Oct 11 11:53:41.352 INFO kablam! | | Oct 11 11:53:41.352 INFO kablam! | help: remove this `mut` Oct 11 11:53:41.352 INFO kablam! Oct 11 11:53:44.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.24s Oct 11 11:53:44.628 INFO kablam! su: No module specific data is present Oct 11 11:53:45.512 INFO running `"docker" "rm" "-f" "0d6ab4fdd4d5e4a37a4afa5d5bffe0c6fecfc782273caca72fd55540b1616f84"` Oct 11 11:53:45.808 INFO blam! 0d6ab4fdd4d5e4a37a4afa5d5bffe0c6fecfc782273caca72fd55540b1616f84 Oct 11 11:53:45.812 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 11:53:45.812 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 11:53:46.274 INFO blam! 366243dbac8518d28d29244c689c54ed608aa85599ff4aace4cb8e370f560118 Oct 11 11:53:46.276 INFO running `"docker" "start" "-a" "366243dbac8518d28d29244c689c54ed608aa85599ff4aace4cb8e370f560118"` Oct 11 11:53:47.542 INFO kablam! usermod: no changes Oct 11 11:53:47.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 11:53:47.621 INFO kablam! Running /target/debug/deps/serde_osc-840c051c375d3e95 Oct 11 11:53:47.621 INFO blam! Oct 11 11:53:47.621 INFO kablam! Running /target/debug/deps/mod-9762d9c074037d9f Oct 11 11:53:47.621 INFO blam! running 0 tests Oct 11 11:53:47.621 INFO blam! Oct 11 11:53:47.621 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:53:47.621 INFO blam! Oct 11 11:53:47.628 INFO blam! Oct 11 11:53:47.628 INFO blam! running 10 tests Oct 11 11:53:47.629 INFO blam! test de::auto_derive::to_unit_struct ... ok Oct 11 11:53:47.636 INFO blam! test de::auto_derive::auto_de ... ok Oct 11 11:53:47.636 INFO blam! test de::auto_derive::to_tuple ... ok Oct 11 11:53:47.636 INFO blam! test de::bundle::bundle ... ok Oct 11 11:53:47.636 INFO blam! test ser::bundle::bundle ... ok Oct 11 11:53:47.636 INFO blam! test de::auto_derive::to_array ... ok Oct 11 11:53:47.636 INFO blam! test ser::tuple::unit_ser ... ok Oct 11 11:53:47.636 INFO blam! test ser::auto_derive::auto_ser ... ok Oct 11 11:53:47.644 INFO blam! test ser::tuple::tuple_ser ... ok Oct 11 11:53:47.644 INFO blam! test de::manual::manual_de ... ok Oct 11 11:53:47.644 INFO blam! Oct 11 11:53:47.644 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:53:47.644 INFO blam! Oct 11 11:53:47.652 INFO kablam! Doc-tests serde_osc Oct 11 11:53:49.134 INFO blam! Oct 11 11:53:49.135 INFO blam! running 3 tests Oct 11 11:53:50.901 INFO blam! test src/ser/pkt_serializer.rs - ser::pkt_serializer::PktSerializer (line 21) ... ok Oct 11 11:53:51.117 INFO blam! test src/ser/pkt_serializer.rs - ser::pkt_serializer::PktSerializer (line 40) ... ok Oct 11 11:53:51.838 INFO blam! test src/lib.rs - (line 44) ... ok Oct 11 11:53:51.838 INFO blam! Oct 11 11:53:51.838 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 11:53:51.838 INFO blam! Oct 11 11:53:51.846 INFO kablam! su: No module specific data is present Oct 11 11:53:52.420 INFO running `"docker" "rm" "-f" "366243dbac8518d28d29244c689c54ed608aa85599ff4aace4cb8e370f560118"` Oct 11 11:53:52.656 INFO blam! 366243dbac8518d28d29244c689c54ed608aa85599ff4aace4cb8e370f560118