Oct 11 09:42:02.521 INFO testing touchpage-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:42:02.521 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:42:02.521 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:42:02.878 INFO blam! 0c32965fa237747164ba315f513869249336e8f757220917114bb121a1ffa468 Oct 11 09:42:02.884 INFO running `"docker" "start" "-a" "0c32965fa237747164ba315f513869249336e8f757220917114bb121a1ffa468"` Oct 11 09:42:03.955 INFO kablam! usermod: no changes Oct 11 09:42:04.056 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 11 09:42:04.057 INFO kablam! Oct 11 09:42:04.057 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 11 09:42:04.057 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 11 09:42:04.057 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 11 09:42:04.058 INFO kablam! Oct 11 09:42:04.058 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 11 09:42:04.058 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 11 09:42:04.058 INFO kablam! this warning. Oct 11 09:42:04.058 INFO kablam! Oct 11 09:42:04.164 INFO kablam! Compiling serde v0.5.3 Oct 11 09:42:04.172 INFO kablam! Compiling hyper v0.7.2 Oct 11 09:42:04.172 INFO kablam! Compiling websocket v0.15.2 Oct 11 09:42:16.413 INFO kablam! Compiling iron v0.2.6 Oct 11 09:42:21.356 INFO kablam! Compiling touchpage v0.1.0 (/source) Oct 11 09:42:26.772 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 09:42:26.772 INFO kablam! --> src/json.rs:151:13 Oct 11 09:42:26.772 INFO kablam! | Oct 11 09:42:26.772 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Oct 11 09:42:26.772 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Oct 11 09:42:26.772 INFO kablam! | |____________________________________________________________________^ Oct 11 09:42:26.772 INFO kablam! | Oct 11 09:42:26.772 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 09:42:26.772 INFO kablam! help: remove these parentheses Oct 11 09:42:26.772 INFO kablam! | Oct 11 09:42:26.772 INFO kablam! 151 | match st { Oct 11 09:42:26.772 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Oct 11 09:42:26.772 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Oct 11 09:42:26.772 INFO kablam! 154 | }))); Oct 11 09:42:26.772 INFO kablam! | Oct 11 09:42:26.773 INFO kablam! Oct 11 09:42:26.773 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 09:42:26.773 INFO kablam! --> src/json.rs:174:13 Oct 11 09:42:26.773 INFO kablam! | Oct 11 09:42:26.773 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Oct 11 09:42:26.773 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Oct 11 09:42:26.773 INFO kablam! | |___________________________________________________________________^ Oct 11 09:42:26.773 INFO kablam! help: remove these parentheses Oct 11 09:42:26.773 INFO kablam! | Oct 11 09:42:26.773 INFO kablam! 174 | match st { Oct 11 09:42:26.773 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Oct 11 09:42:26.773 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Oct 11 09:42:26.773 INFO kablam! 177 | }))); Oct 11 09:42:26.773 INFO kablam! | Oct 11 09:42:26.773 INFO kablam! Oct 11 09:42:27.256 INFO kablam! warning: function is never used: `write_string` Oct 11 09:42:27.256 INFO kablam! --> src/lib.rs:45:1 Oct 11 09:42:27.256 INFO kablam! | Oct 11 09:42:27.256 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Oct 11 09:42:27.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:42:27.256 INFO kablam! | Oct 11 09:42:27.256 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 09:42:27.256 INFO kablam! Oct 11 09:42:27.256 INFO kablam! warning: method is never used: `get_cid_by_name` Oct 11 09:42:27.256 INFO kablam! --> src/lib.rs:81:3 Oct 11 09:42:27.256 INFO kablam! | Oct 11 09:42:27.256 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Oct 11 09:42:27.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:42:27.256 INFO kablam! Oct 11 09:42:30.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.10s Oct 11 09:42:30.092 INFO kablam! su: No module specific data is present Oct 11 09:42:30.842 INFO running `"docker" "rm" "-f" "0c32965fa237747164ba315f513869249336e8f757220917114bb121a1ffa468"` Oct 11 09:42:31.084 INFO blam! 0c32965fa237747164ba315f513869249336e8f757220917114bb121a1ffa468 Oct 11 09:42:31.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:42:31.088 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:42:31.553 INFO blam! 520a13c25466d5d3a4451943487b07f7658c50ac5e74805d0d411185bcd96cec Oct 11 09:42:31.563 INFO running `"docker" "start" "-a" "520a13c25466d5d3a4451943487b07f7658c50ac5e74805d0d411185bcd96cec"` Oct 11 09:42:32.912 INFO kablam! usermod: no changes Oct 11 09:42:33.086 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 11 09:42:33.086 INFO kablam! Oct 11 09:42:33.086 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 11 09:42:33.086 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 11 09:42:33.086 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 11 09:42:33.086 INFO kablam! Oct 11 09:42:33.086 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 11 09:42:33.086 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 11 09:42:33.086 INFO kablam! this warning. Oct 11 09:42:33.086 INFO kablam! Oct 11 09:42:33.192 INFO kablam! Compiling touchpage v0.1.0 (/source) Oct 11 09:42:38.806 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 09:42:38.806 INFO kablam! --> src/json.rs:151:13 Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Oct 11 09:42:38.806 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Oct 11 09:42:38.806 INFO kablam! | |____________________________________________________________________^ Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 09:42:38.806 INFO kablam! help: remove these parentheses Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! 151 | match st { Oct 11 09:42:38.806 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Oct 11 09:42:38.806 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Oct 11 09:42:38.806 INFO kablam! 154 | }))); Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! Oct 11 09:42:38.806 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 09:42:38.806 INFO kablam! --> src/json.rs:174:13 Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Oct 11 09:42:38.806 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Oct 11 09:42:38.806 INFO kablam! | |___________________________________________________________________^ Oct 11 09:42:38.806 INFO kablam! help: remove these parentheses Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! 174 | match st { Oct 11 09:42:38.806 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Oct 11 09:42:38.806 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Oct 11 09:42:38.806 INFO kablam! 177 | }))); Oct 11 09:42:38.806 INFO kablam! | Oct 11 09:42:38.806 INFO kablam! Oct 11 09:42:39.144 INFO kablam! warning: function is never used: `write_string` Oct 11 09:42:39.144 INFO kablam! --> src/lib.rs:45:1 Oct 11 09:42:39.144 INFO kablam! | Oct 11 09:42:39.144 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Oct 11 09:42:39.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:42:39.144 INFO kablam! | Oct 11 09:42:39.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 09:42:39.144 INFO kablam! Oct 11 09:42:39.144 INFO kablam! warning: method is never used: `get_cid_by_name` Oct 11 09:42:39.144 INFO kablam! --> src/lib.rs:81:3 Oct 11 09:42:39.144 INFO kablam! | Oct 11 09:42:39.144 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Oct 11 09:42:39.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:42:39.144 INFO kablam! Oct 11 09:42:39.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.76s Oct 11 09:42:39.724 INFO kablam! su: No module specific data is present Oct 11 09:42:40.353 INFO running `"docker" "rm" "-f" "520a13c25466d5d3a4451943487b07f7658c50ac5e74805d0d411185bcd96cec"` Oct 11 09:42:40.572 INFO blam! 520a13c25466d5d3a4451943487b07f7658c50ac5e74805d0d411185bcd96cec Oct 11 09:42:40.581 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:42:40.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 09:42:41.004 INFO blam! c226aee20e41a860bc72af470c6536fcf4f785a458e9a78e4fe684057909a370 Oct 11 09:42:41.008 INFO running `"docker" "start" "-a" "c226aee20e41a860bc72af470c6536fcf4f785a458e9a78e4fe684057909a370"` Oct 11 09:42:41.932 INFO kablam! usermod: no changes Oct 11 09:42:42.100 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 11 09:42:42.100 INFO kablam! Oct 11 09:42:42.100 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 11 09:42:42.100 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 11 09:42:42.100 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 11 09:42:42.100 INFO kablam! Oct 11 09:42:42.100 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 11 09:42:42.100 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 11 09:42:42.100 INFO kablam! this warning. Oct 11 09:42:42.100 INFO kablam! Oct 11 09:42:42.136 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 09:42:42.140 INFO kablam! Running /target/debug/deps/touchpage-ac9232f9c103dba2 Oct 11 09:42:42.146 INFO kablam! Doc-tests touchpage Oct 11 09:42:42.146 INFO blam! Oct 11 09:42:42.146 INFO blam! running 0 tests Oct 11 09:42:42.146 INFO blam! Oct 11 09:42:42.146 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:42:42.146 INFO blam! Oct 11 09:42:52.636 INFO blam! Oct 11 09:42:52.636 INFO blam! running 0 tests Oct 11 09:42:52.636 INFO blam! Oct 11 09:42:52.636 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:42:52.636 INFO blam! Oct 11 09:42:52.647 INFO kablam! su: No module specific data is present Oct 11 09:42:53.134 INFO running `"docker" "rm" "-f" "c226aee20e41a860bc72af470c6536fcf4f785a458e9a78e4fe684057909a370"` Oct 11 09:42:53.400 INFO blam! c226aee20e41a860bc72af470c6536fcf4f785a458e9a78e4fe684057909a370