Oct 14 11:56:52.909 INFO testing matthhan/rssidiot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:56:52.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:53.312 INFO blam! 009275cf5a711650ccfbf9fb17756c943b1e18ee14681fde40dfe906f8d1db4e Oct 14 11:56:53.323 INFO running `"docker" "start" "-a" "009275cf5a711650ccfbf9fb17756c943b1e18ee14681fde40dfe906f8d1db4e"` Oct 14 11:56:54.238 INFO kablam! usermod: no changes Oct 14 11:56:54.327 INFO kablam! Compiling serde_json v1.0.22 Oct 14 11:56:54.327 INFO kablam! Compiling serde_derive v1.0.68 Oct 14 11:57:12.531 INFO kablam! Compiling rssidiot v0.1.0 (/source) Oct 14 11:57:13.103 INFO kablam! warning: method is never used: `new` Oct 14 11:57:13.104 INFO kablam! --> src/feed.rs:15:5 Oct 14 11:57:13.104 INFO kablam! | Oct 14 11:57:13.105 INFO kablam! 15 | pub fn new(name:String,url:String) -> Feed { Oct 14 11:57:13.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.106 INFO kablam! | Oct 14 11:57:13.107 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:57:13.107 INFO kablam! Oct 14 11:57:13.108 INFO kablam! warning: method is never used: `set_article_read` Oct 14 11:57:13.108 INFO kablam! --> src/feed.rs:23:5 Oct 14 11:57:13.109 INFO kablam! | Oct 14 11:57:13.109 INFO kablam! 23 | pub fn set_article_read(self,article_ind:usize) -> Feed { Oct 14 11:57:13.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.109 INFO kablam! Oct 14 11:57:13.109 INFO kablam! warning: method is never used: `len` Oct 14 11:57:13.110 INFO kablam! --> src/feed.rs:26:5 Oct 14 11:57:13.110 INFO kablam! | Oct 14 11:57:13.111 INFO kablam! 26 | pub fn len(&self) -> usize { Oct 14 11:57:13.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.111 INFO kablam! Oct 14 11:57:13.112 INFO kablam! warning: struct is never constructed: `ApplicationState` Oct 14 11:57:13.112 INFO kablam! --> src/application.rs:7:1 Oct 14 11:57:13.112 INFO kablam! | Oct 14 11:57:13.113 INFO kablam! 7 | pub struct ApplicationState { Oct 14 11:57:13.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.113 INFO kablam! Oct 14 11:57:13.113 INFO kablam! warning: method is never used: `new` Oct 14 11:57:13.114 INFO kablam! --> src/application.rs:13:5 Oct 14 11:57:13.114 INFO kablam! | Oct 14 11:57:13.114 INFO kablam! 13 | pub fn new() -> ApplicationState { Oct 14 11:57:13.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.114 INFO kablam! Oct 14 11:57:13.115 INFO kablam! warning: method is never used: `article_cursor_down` Oct 14 11:57:13.115 INFO kablam! --> src/application.rs:20:5 Oct 14 11:57:13.115 INFO kablam! | Oct 14 11:57:13.115 INFO kablam! 20 | pub fn article_cursor_down(self) -> ApplicationState { Oct 14 11:57:13.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.115 INFO kablam! Oct 14 11:57:13.115 INFO kablam! warning: method is never used: `article_cursor_up` Oct 14 11:57:13.115 INFO kablam! --> src/application.rs:31:5 Oct 14 11:57:13.115 INFO kablam! | Oct 14 11:57:13.115 INFO kablam! 31 | pub fn article_cursor_up(self) -> ApplicationState { Oct 14 11:57:13.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.117 INFO kablam! Oct 14 11:57:13.117 INFO kablam! warning: method is never used: `feed_cursor_up` Oct 14 11:57:13.117 INFO kablam! --> src/application.rs:42:5 Oct 14 11:57:13.117 INFO kablam! | Oct 14 11:57:13.117 INFO kablam! 42 | pub fn feed_cursor_up(self) -> ApplicationState { Oct 14 11:57:13.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.117 INFO kablam! Oct 14 11:57:13.119 INFO kablam! warning: method is never used: `feed_cursor_down` Oct 14 11:57:13.119 INFO kablam! --> src/application.rs:55:5 Oct 14 11:57:13.119 INFO kablam! | Oct 14 11:57:13.119 INFO kablam! 55 | pub fn feed_cursor_down(self) -> ApplicationState { Oct 14 11:57:13.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.119 INFO kablam! Oct 14 11:57:13.119 INFO kablam! warning: method is never used: `set_current_article_read` Oct 14 11:57:13.119 INFO kablam! --> src/application.rs:68:5 Oct 14 11:57:13.119 INFO kablam! | Oct 14 11:57:13.119 INFO kablam! 68 | fn set_current_article_read(self) -> ApplicationState { Oct 14 11:57:13.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.119 INFO kablam! Oct 14 11:57:13.119 INFO kablam! warning: struct is never constructed: `Cursor` Oct 14 11:57:13.121 INFO kablam! --> src/cursor.rs:6:1 Oct 14 11:57:13.121 INFO kablam! | Oct 14 11:57:13.121 INFO kablam! 6 | pub struct Cursor { Oct 14 11:57:13.121 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.121 INFO kablam! Oct 14 11:57:13.121 INFO kablam! warning: method is never used: `new` Oct 14 11:57:13.121 INFO kablam! --> src/cursor.rs:11:5 Oct 14 11:57:13.121 INFO kablam! | Oct 14 11:57:13.121 INFO kablam! 11 | pub fn new(coll_len:usize) -> Cursor { Oct 14 11:57:13.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.121 INFO kablam! Oct 14 11:57:13.121 INFO kablam! warning: method is never used: `move_down` Oct 14 11:57:13.121 INFO kablam! --> src/cursor.rs:17:5 Oct 14 11:57:13.121 INFO kablam! | Oct 14 11:57:13.121 INFO kablam! 17 | pub fn move_down(self) -> Cursor { Oct 14 11:57:13.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.123 INFO kablam! Oct 14 11:57:13.123 INFO kablam! warning: method is never used: `move_up` Oct 14 11:57:13.123 INFO kablam! --> src/cursor.rs:26:5 Oct 14 11:57:13.123 INFO kablam! | Oct 14 11:57:13.123 INFO kablam! 26 | pub fn move_up(self) -> Cursor { Oct 14 11:57:13.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:57:13.123 INFO kablam! Oct 14 11:57:14.376 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.11s Oct 14 11:57:14.383 INFO kablam! su: No module specific data is present Oct 14 11:57:15.835 INFO running `"docker" "rm" "-f" "009275cf5a711650ccfbf9fb17756c943b1e18ee14681fde40dfe906f8d1db4e"` Oct 14 11:57:16.103 INFO blam! 009275cf5a711650ccfbf9fb17756c943b1e18ee14681fde40dfe906f8d1db4e Oct 14 11:57:16.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:16.554 INFO blam! eb45982ec7bb464703fc287b2697e94cfb570aa7b81bf213162cd65aae72235a Oct 14 11:57:16.571 INFO running `"docker" "start" "-a" "eb45982ec7bb464703fc287b2697e94cfb570aa7b81bf213162cd65aae72235a"` Oct 14 11:57:18.295 INFO kablam! usermod: no changes Oct 14 11:57:18.403 INFO kablam! Compiling rssidiot v0.1.0 (/source) Oct 14 11:57:21.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 14 11:57:21.223 INFO kablam! su: No module specific data is present Oct 14 11:57:22.219 INFO running `"docker" "rm" "-f" "eb45982ec7bb464703fc287b2697e94cfb570aa7b81bf213162cd65aae72235a"` Oct 14 11:57:22.480 INFO blam! eb45982ec7bb464703fc287b2697e94cfb570aa7b81bf213162cd65aae72235a Oct 14 11:57:22.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.947 INFO blam! fe449ce67f67cd6c2584c66af6bb31f5fab05233a3021209b7fe7e538b0dfa85 Oct 14 11:57:22.950 INFO running `"docker" "start" "-a" "fe449ce67f67cd6c2584c66af6bb31f5fab05233a3021209b7fe7e538b0dfa85"` Oct 14 11:57:24.523 INFO kablam! usermod: no changes Oct 14 11:57:24.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 11:57:24.627 INFO kablam! Running /target/debug/deps/librssidiot-3bf06a8770ed5a7d Oct 14 11:57:24.627 INFO blam! Oct 14 11:57:24.628 INFO blam! running 10 tests Oct 14 11:57:24.643 INFO blam! test circular_buffer::circular_buffer_tests::iterates_from_oldest ... ok Oct 14 11:57:24.643 INFO kablam! Running /target/debug/deps/rssidiot-f7e1a914b58faab2 Oct 14 11:57:24.644 INFO blam! test cursor::cursor_tests::can_create ... ok Oct 14 11:57:24.644 INFO kablam! Doc-tests librssidiot Oct 14 11:57:24.644 INFO blam! test article::article_tests::setting_read_works ... ok Oct 14 11:57:24.645 INFO blam! test circular_buffer::circular_buffer_tests::can_add ... ok Oct 14 11:57:24.645 INFO blam! test circular_buffer::circular_buffer_tests::can_iterate ... ok Oct 14 11:57:24.645 INFO blam! test circular_buffer::circular_buffer_tests::can_be_serialized_and_deserialized_correctly ... ok Oct 14 11:57:24.646 INFO blam! test article::article_tests::can_serialize_and_deserialize ... ok Oct 14 11:57:24.646 INFO blam! test application::application_tests::without_feeds_navigating_never_gives_position ... ok Oct 14 11:57:24.646 INFO blam! test feed::feed_tests::can_serialize_and_deserialize ... ok Oct 14 11:57:24.647 INFO blam! test cursor::cursor_tests::can_move_around_within_bounds ... ok Oct 14 11:57:24.647 INFO blam! Oct 14 11:57:24.647 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:24.647 INFO blam! Oct 14 11:57:24.648 INFO blam! Oct 14 11:57:24.648 INFO blam! running 0 tests Oct 14 11:57:24.648 INFO blam! Oct 14 11:57:24.649 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:24.649 INFO blam! Oct 14 11:57:24.984 INFO blam! Oct 14 11:57:24.984 INFO blam! running 0 tests Oct 14 11:57:24.984 INFO blam! Oct 14 11:57:24.984 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:57:24.985 INFO blam! Oct 14 11:57:24.988 INFO kablam! su: No module specific data is present Oct 14 11:57:25.753 INFO running `"docker" "rm" "-f" "fe449ce67f67cd6c2584c66af6bb31f5fab05233a3021209b7fe7e538b0dfa85"` Oct 14 11:57:26.016 INFO blam! fe449ce67f67cd6c2584c66af6bb31f5fab05233a3021209b7fe7e538b0dfa85