Oct 15 15:58:31.453 INFO testing touchpage-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:58:31.453 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 15:58:32.024 INFO blam! 8b15c6ddec35cf017e55f9df5d5041299baddcdb34a8e1b2612e2fbd7a73b322 Oct 15 15:58:32.035 INFO running `"docker" "start" "-a" "8b15c6ddec35cf017e55f9df5d5041299baddcdb34a8e1b2612e2fbd7a73b322"` Oct 15 15:58:33.242 INFO kablam! usermod: no changes Oct 15 15:58:33.417 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 15 15:58:33.417 INFO kablam! Oct 15 15:58:33.417 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 15 15:58:33.417 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 15 15:58:33.417 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 15 15:58:33.417 INFO kablam! Oct 15 15:58:33.417 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 15 15:58:33.417 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 15 15:58:33.417 INFO kablam! this warning. Oct 15 15:58:33.417 INFO kablam! Oct 15 15:58:33.575 INFO kablam! Compiling num_cpus v0.2.13 Oct 15 15:58:33.575 INFO kablam! Compiling unicode-bidi v0.2.6 Oct 15 15:58:33.575 INFO kablam! Compiling tinyosc v0.0.3 Oct 15 15:58:33.582 INFO kablam! Compiling num-complex v0.2.1 Oct 15 15:58:33.607 INFO kablam! Compiling uuid v0.2.3 Oct 15 15:58:33.608 INFO kablam! Compiling num-bigint v0.2.0 Oct 15 15:58:33.608 INFO kablam! Compiling serde_json v0.7.4 Oct 15 15:58:33.608 INFO kablam! Compiling serde v0.6.15 Oct 15 15:58:40.351 INFO kablam! Compiling url v0.5.10 Oct 15 15:58:45.599 INFO kablam! Compiling num-rational v0.2.1 Oct 15 15:58:45.666 INFO kablam! Compiling mime v0.1.3 Oct 15 15:58:51.422 INFO kablam! Compiling num v0.2.0 Oct 15 15:58:53.783 INFO kablam! Compiling serde v0.5.3 Oct 15 15:58:53.951 INFO kablam! Compiling hyper v0.7.2 Oct 15 15:58:53.953 INFO kablam! Compiling hyper v0.8.1 Oct 15 15:59:13.143 INFO kablam! Compiling websocket v0.15.2 Oct 15 15:59:14.339 INFO kablam! Compiling iron v0.2.6 Oct 15 15:59:18.663 INFO kablam! Compiling touchpage v0.1.0 (/source) Oct 15 15:59:21.745 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:21.745 INFO kablam! --> src/json.rs:151:13 Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Oct 15 15:59:21.745 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Oct 15 15:59:21.745 INFO kablam! | |____________________________________________________________________^ Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:59:21.745 INFO kablam! help: remove these parentheses Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! 151 | match st { Oct 15 15:59:21.745 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Oct 15 15:59:21.745 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Oct 15 15:59:21.745 INFO kablam! 154 | }))); Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! Oct 15 15:59:21.745 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:21.745 INFO kablam! --> src/json.rs:174:13 Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Oct 15 15:59:21.745 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Oct 15 15:59:21.745 INFO kablam! | |___________________________________________________________________^ Oct 15 15:59:21.745 INFO kablam! help: remove these parentheses Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! 174 | match st { Oct 15 15:59:21.745 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Oct 15 15:59:21.745 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Oct 15 15:59:21.745 INFO kablam! 177 | }))); Oct 15 15:59:21.745 INFO kablam! | Oct 15 15:59:21.745 INFO kablam! Oct 15 15:59:22.079 INFO kablam! warning: function is never used: `write_string` Oct 15 15:59:22.079 INFO kablam! --> src/lib.rs:45:1 Oct 15 15:59:22.079 INFO kablam! | Oct 15 15:59:22.079 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Oct 15 15:59:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:22.079 INFO kablam! | Oct 15 15:59:22.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:59:22.079 INFO kablam! Oct 15 15:59:22.079 INFO kablam! warning: method is never used: `get_cid_by_name` Oct 15 15:59:22.079 INFO kablam! --> src/lib.rs:81:3 Oct 15 15:59:22.079 INFO kablam! | Oct 15 15:59:22.079 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Oct 15 15:59:22.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:22.079 INFO kablam! Oct 15 15:59:25.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.38s Oct 15 15:59:25.647 INFO kablam! su: No module specific data is present Oct 15 15:59:26.170 INFO running `"docker" "rm" "-f" "8b15c6ddec35cf017e55f9df5d5041299baddcdb34a8e1b2612e2fbd7a73b322"` Oct 15 15:59:26.483 INFO blam! 8b15c6ddec35cf017e55f9df5d5041299baddcdb34a8e1b2612e2fbd7a73b322 Oct 15 15:59:26.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 15:59:26.916 INFO blam! 77bf217ceeca796177589c089575f27ade95155fdba98e522d7e22bada1e9a87 Oct 15 15:59:26.919 INFO running `"docker" "start" "-a" "77bf217ceeca796177589c089575f27ade95155fdba98e522d7e22bada1e9a87"` Oct 15 15:59:28.342 INFO kablam! usermod: no changes Oct 15 15:59:28.480 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 15 15:59:28.481 INFO kablam! Oct 15 15:59:28.481 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 15 15:59:28.481 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 15 15:59:28.481 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 15 15:59:28.481 INFO kablam! Oct 15 15:59:28.481 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 15 15:59:28.481 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 15 15:59:28.481 INFO kablam! this warning. Oct 15 15:59:28.481 INFO kablam! Oct 15 15:59:28.535 INFO kablam! Compiling touchpage v0.1.0 (/source) Oct 15 15:59:31.343 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:31.343 INFO kablam! --> src/json.rs:151:13 Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Oct 15 15:59:31.343 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Oct 15 15:59:31.343 INFO kablam! | |____________________________________________________________________^ Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:59:31.343 INFO kablam! help: remove these parentheses Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! 151 | match st { Oct 15 15:59:31.343 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Oct 15 15:59:31.343 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Oct 15 15:59:31.343 INFO kablam! 154 | }))); Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! Oct 15 15:59:31.343 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:31.343 INFO kablam! --> src/json.rs:174:13 Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Oct 15 15:59:31.343 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Oct 15 15:59:31.343 INFO kablam! | |___________________________________________________________________^ Oct 15 15:59:31.343 INFO kablam! help: remove these parentheses Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! 174 | match st { Oct 15 15:59:31.343 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Oct 15 15:59:31.343 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Oct 15 15:59:31.343 INFO kablam! 177 | }))); Oct 15 15:59:31.343 INFO kablam! | Oct 15 15:59:31.343 INFO kablam! Oct 15 15:59:31.712 INFO kablam! warning: function is never used: `write_string` Oct 15 15:59:31.712 INFO kablam! --> src/lib.rs:45:1 Oct 15 15:59:31.712 INFO kablam! | Oct 15 15:59:31.713 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Oct 15 15:59:31.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:31.713 INFO kablam! | Oct 15 15:59:31.714 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:59:31.714 INFO kablam! Oct 15 15:59:31.714 INFO kablam! warning: method is never used: `get_cid_by_name` Oct 15 15:59:31.715 INFO kablam! --> src/lib.rs:81:3 Oct 15 15:59:31.715 INFO kablam! | Oct 15 15:59:31.715 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Oct 15 15:59:31.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:31.715 INFO kablam! Oct 15 15:59:32.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.93s Oct 15 15:59:32.328 INFO kablam! su: No module specific data is present Oct 15 15:59:32.846 INFO running `"docker" "rm" "-f" "77bf217ceeca796177589c089575f27ade95155fdba98e522d7e22bada1e9a87"` Oct 15 15:59:33.063 INFO blam! 77bf217ceeca796177589c089575f27ade95155fdba98e522d7e22bada1e9a87 Oct 15 15:59:33.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 15:59:33.367 INFO blam! 4f5367cc9d1b3381b096d85277cfe79df2fa3f68cebd4a387cf9f7a21fe850c3 Oct 15 15:59:33.375 INFO running `"docker" "start" "-a" "4f5367cc9d1b3381b096d85277cfe79df2fa3f68cebd4a387cf9f7a21fe850c3"` Oct 15 15:59:34.066 INFO kablam! usermod: no changes Oct 15 15:59:34.168 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 15 15:59:34.168 INFO kablam! Oct 15 15:59:34.168 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 15 15:59:34.168 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 15 15:59:34.168 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 15 15:59:34.168 INFO kablam! Oct 15 15:59:34.168 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 15 15:59:34.168 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 15 15:59:34.168 INFO kablam! this warning. Oct 15 15:59:34.168 INFO kablam! Oct 15 15:59:34.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 15:59:34.228 INFO kablam! Running /target/debug/deps/touchpage-ac9232f9c103dba2 Oct 15 15:59:34.228 INFO blam! Oct 15 15:59:34.228 INFO blam! running 0 tests Oct 15 15:59:34.228 INFO blam! Oct 15 15:59:34.228 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:59:34.228 INFO blam! Oct 15 15:59:34.231 INFO kablam! Doc-tests touchpage Oct 15 15:59:39.523 INFO blam! Oct 15 15:59:39.523 INFO blam! running 0 tests Oct 15 15:59:39.523 INFO blam! Oct 15 15:59:39.523 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:59:39.523 INFO blam! Oct 15 15:59:39.527 INFO kablam! su: No module specific data is present Oct 15 15:59:39.862 INFO running `"docker" "rm" "-f" "4f5367cc9d1b3381b096d85277cfe79df2fa3f68cebd4a387cf9f7a21fe850c3"` Oct 15 15:59:40.075 INFO blam! 4f5367cc9d1b3381b096d85277cfe79df2fa3f68cebd4a387cf9f7a21fe850c3