Oct 14 11:56:53.862 INFO testing matthhan/rssidiot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:56:53.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 11:56:54.317 INFO blam! 7531b5c0b64ea69c98438d0b2ce8062e7cf7401bee0b1c7b46fc72322332cb15 Oct 14 11:56:54.321 INFO running `"docker" "start" "-a" "7531b5c0b64ea69c98438d0b2ce8062e7cf7401bee0b1c7b46fc72322332cb15"` Oct 14 11:56:55.439 INFO kablam! usermod: no changes Oct 14 11:56:55.571 INFO kablam! Compiling serde v1.0.68 Oct 14 11:56:55.571 INFO kablam! Compiling itoa v0.4.1 Oct 14 11:56:55.571 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 14 11:57:00.152 INFO kablam! Compiling quote v0.6.3 Oct 14 11:57:01.295 INFO kablam! Compiling syn v0.14.2 Oct 14 11:57:14.519 INFO kablam! Compiling serde_derive v1.0.68 Oct 14 11:57:22.406 INFO kablam! Compiling serde_json v1.0.22 Oct 14 11:57:33.563 INFO kablam! Compiling rssidiot v0.1.0 (/source) Oct 14 11:57:34.203 INFO kablam! warning: method is never used: `new` Oct 14 11:57:34.203 INFO kablam! --> src/feed.rs:15:5 Oct 14 11:57:34.203 INFO kablam! | Oct 14 11:57:34.203 INFO kablam! 15 | pub fn new(name:String,url:String) -> Feed { Oct 14 11:57:34.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.203 INFO kablam! | Oct 14 11:57:34.203 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:57:34.203 INFO kablam! Oct 14 11:57:34.203 INFO kablam! warning: method is never used: `set_article_read` Oct 14 11:57:34.204 INFO kablam! --> src/feed.rs:23:5 Oct 14 11:57:34.204 INFO kablam! | Oct 14 11:57:34.204 INFO kablam! 23 | pub fn set_article_read(self,article_ind:usize) -> Feed { Oct 14 11:57:34.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.205 INFO kablam! Oct 14 11:57:34.205 INFO kablam! warning: method is never used: `len` Oct 14 11:57:34.206 INFO kablam! --> src/feed.rs:26:5 Oct 14 11:57:34.206 INFO kablam! | Oct 14 11:57:34.207 INFO kablam! 26 | pub fn len(&self) -> usize { Oct 14 11:57:34.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.208 INFO kablam! Oct 14 11:57:34.208 INFO kablam! warning: struct is never constructed: `ApplicationState` Oct 14 11:57:34.209 INFO kablam! --> src/application.rs:7:1 Oct 14 11:57:34.209 INFO kablam! | Oct 14 11:57:34.210 INFO kablam! 7 | pub struct ApplicationState { Oct 14 11:57:34.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.211 INFO kablam! Oct 14 11:57:34.211 INFO kablam! warning: method is never used: `new` Oct 14 11:57:34.212 INFO kablam! --> src/application.rs:13:5 Oct 14 11:57:34.212 INFO kablam! | Oct 14 11:57:34.213 INFO kablam! 13 | pub fn new() -> ApplicationState { Oct 14 11:57:34.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.213 INFO kablam! Oct 14 11:57:34.214 INFO kablam! warning: method is never used: `article_cursor_down` Oct 14 11:57:34.214 INFO kablam! --> src/application.rs:20:5 Oct 14 11:57:34.215 INFO kablam! | Oct 14 11:57:34.215 INFO kablam! 20 | pub fn article_cursor_down(self) -> ApplicationState { Oct 14 11:57:34.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.216 INFO kablam! Oct 14 11:57:34.216 INFO kablam! warning: method is never used: `article_cursor_up` Oct 14 11:57:34.216 INFO kablam! --> src/application.rs:31:5 Oct 14 11:57:34.217 INFO kablam! | Oct 14 11:57:34.217 INFO kablam! 31 | pub fn article_cursor_up(self) -> ApplicationState { Oct 14 11:57:34.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.217 INFO kablam! Oct 14 11:57:34.217 INFO kablam! warning: method is never used: `feed_cursor_up` Oct 14 11:57:34.217 INFO kablam! --> src/application.rs:42:5 Oct 14 11:57:34.217 INFO kablam! | Oct 14 11:57:34.217 INFO kablam! 42 | pub fn feed_cursor_up(self) -> ApplicationState { Oct 14 11:57:34.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.219 INFO kablam! Oct 14 11:57:34.219 INFO kablam! warning: method is never used: `feed_cursor_down` Oct 14 11:57:34.219 INFO kablam! --> src/application.rs:55:5 Oct 14 11:57:34.219 INFO kablam! | Oct 14 11:57:34.219 INFO kablam! 55 | pub fn feed_cursor_down(self) -> ApplicationState { Oct 14 11:57:34.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.219 INFO kablam! Oct 14 11:57:34.219 INFO kablam! warning: method is never used: `set_current_article_read` Oct 14 11:57:34.219 INFO kablam! --> src/application.rs:68:5 Oct 14 11:57:34.219 INFO kablam! | Oct 14 11:57:34.219 INFO kablam! 68 | fn set_current_article_read(self) -> ApplicationState { Oct 14 11:57:34.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.219 INFO kablam! Oct 14 11:57:34.219 INFO kablam! warning: struct is never constructed: `Cursor` Oct 14 11:57:34.219 INFO kablam! --> src/cursor.rs:6:1 Oct 14 11:57:34.219 INFO kablam! | Oct 14 11:57:34.224 INFO kablam! 6 | pub struct Cursor { Oct 14 11:57:34.224 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.224 INFO kablam! Oct 14 11:57:34.224 INFO kablam! warning: method is never used: `new` Oct 14 11:57:34.224 INFO kablam! --> src/cursor.rs:11:5 Oct 14 11:57:34.224 INFO kablam! | Oct 14 11:57:34.224 INFO kablam! 11 | pub fn new(coll_len:usize) -> Cursor { Oct 14 11:57:34.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.224 INFO kablam! Oct 14 11:57:34.224 INFO kablam! warning: method is never used: `move_down` Oct 14 11:57:34.224 INFO kablam! --> src/cursor.rs:17:5 Oct 14 11:57:34.224 INFO kablam! | Oct 14 11:57:34.224 INFO kablam! 17 | pub fn move_down(self) -> Cursor { Oct 14 11:57:34.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.224 INFO kablam! Oct 14 11:57:34.224 INFO kablam! warning: method is never used: `move_up` Oct 14 11:57:34.224 INFO kablam! --> src/cursor.rs:26:5 Oct 14 11:57:34.224 INFO kablam! | Oct 14 11:57:34.224 INFO kablam! 26 | pub fn move_up(self) -> Cursor { Oct 14 11:57:34.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:34.224 INFO kablam! Oct 14 11:57:35.173 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.71s Oct 14 11:57:35.177 INFO kablam! su: No module specific data is present Oct 14 11:57:36.443 INFO running `"docker" "rm" "-f" "7531b5c0b64ea69c98438d0b2ce8062e7cf7401bee0b1c7b46fc72322332cb15"` Oct 14 11:57:36.819 INFO blam! 7531b5c0b64ea69c98438d0b2ce8062e7cf7401bee0b1c7b46fc72322332cb15 Oct 14 11:57:36.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 11:57:37.256 INFO blam! 21fd681e7dd7e8cd7c03dceed80f6bbc57aa0c153082dd28cf4aeb30b1727ea0 Oct 14 11:57:37.258 INFO running `"docker" "start" "-a" "21fd681e7dd7e8cd7c03dceed80f6bbc57aa0c153082dd28cf4aeb30b1727ea0"` Oct 14 11:57:39.083 INFO kablam! usermod: no changes Oct 14 11:57:39.183 INFO kablam! Compiling rssidiot v0.1.0 (/source) Oct 14 11:57:41.226 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 14 11:57:41.234 INFO kablam! su: No module specific data is present Oct 14 11:57:41.637 INFO running `"docker" "rm" "-f" "21fd681e7dd7e8cd7c03dceed80f6bbc57aa0c153082dd28cf4aeb30b1727ea0"` Oct 14 11:57:41.783 INFO blam! 21fd681e7dd7e8cd7c03dceed80f6bbc57aa0c153082dd28cf4aeb30b1727ea0 Oct 14 11:57:41.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --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 14 11:57:42.240 INFO blam! 12ccf4f4423e00970f279a3d21c46d62d63cc701546837d11cb959da91643930 Oct 14 11:57:42.242 INFO running `"docker" "start" "-a" "12ccf4f4423e00970f279a3d21c46d62d63cc701546837d11cb959da91643930"` Oct 14 11:57:43.379 INFO kablam! usermod: no changes Oct 14 11:57:43.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 11:57:43.490 INFO kablam! Running /target/debug/deps/librssidiot-b11a778ad6a56b34 Oct 14 11:57:43.490 INFO blam! Oct 14 11:57:43.492 INFO blam! running 10 tests Oct 14 11:57:43.492 INFO blam! test circular_buffer::circular_buffer_tests::can_be_serialized_and_deserialized_correctly ... ok Oct 14 11:57:43.492 INFO blam! test circular_buffer::circular_buffer_tests::can_iterate ... ok Oct 14 11:57:43.492 INFO blam! test cursor::cursor_tests::can_create ... ok Oct 14 11:57:43.492 INFO blam! test cursor::cursor_tests::can_move_around_within_bounds ... ok Oct 14 11:57:43.492 INFO blam! test feed::feed_tests::can_serialize_and_deserialize ... ok Oct 14 11:57:43.492 INFO blam! test circular_buffer::circular_buffer_tests::iterates_from_oldest ... ok Oct 14 11:57:43.492 INFO blam! test application::application_tests::without_feeds_navigating_never_gives_position ... ok Oct 14 11:57:43.492 INFO blam! test circular_buffer::circular_buffer_tests::can_add ... ok Oct 14 11:57:43.497 INFO blam! test article::article_tests::can_serialize_and_deserialize ... ok Oct 14 11:57:43.497 INFO blam! test article::article_tests::setting_read_works ... ok Oct 14 11:57:43.498 INFO blam! Oct 14 11:57:43.498 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:43.498 INFO blam! Oct 14 11:57:43.499 INFO kablam! Running /target/debug/deps/rssidiot-ce9f8796cc974654 Oct 14 11:57:43.511 INFO kablam! Doc-tests librssidiot Oct 14 11:57:43.511 INFO blam! Oct 14 11:57:43.511 INFO blam! running 0 tests Oct 14 11:57:43.511 INFO blam! Oct 14 11:57:43.511 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:43.511 INFO blam! Oct 14 11:57:43.849 INFO blam! Oct 14 11:57:43.849 INFO blam! running 0 tests Oct 14 11:57:43.849 INFO blam! Oct 14 11:57:43.849 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:43.849 INFO blam! Oct 14 11:57:43.875 INFO kablam! su: No module specific data is present Oct 14 11:57:44.863 INFO running `"docker" "rm" "-f" "12ccf4f4423e00970f279a3d21c46d62d63cc701546837d11cb959da91643930"` Oct 14 11:57:45.078 INFO blam! 12ccf4f4423e00970f279a3d21c46d62d63cc701546837d11cb959da91643930