Oct 15 15:58:29.587 INFO testing touchpage-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:58:29.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 15:58:30.175 INFO blam! dc996e5f77baeb05a443d7803c58e75cef092dbf73c2409ae582f2614741becf Oct 15 15:58:30.176 INFO running `"docker" "start" "-a" "dc996e5f77baeb05a443d7803c58e75cef092dbf73c2409ae582f2614741becf"` Oct 15 15:58:31.118 INFO kablam! usermod: no changes Oct 15 15:58:31.269 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 15 15:58:31.269 INFO kablam! Oct 15 15:58:31.269 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 15 15:58:31.269 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 15 15:58:31.269 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 15 15:58:31.269 INFO kablam! Oct 15 15:58:31.269 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 15 15:58:31.269 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 15 15:58:31.269 INFO kablam! this warning. Oct 15 15:58:31.269 INFO kablam! Oct 15 15:58:31.379 INFO kablam! Compiling num-complex v0.2.1 Oct 15 15:58:31.386 INFO kablam! Compiling num_cpus v0.2.13 Oct 15 15:58:31.387 INFO kablam! Compiling tinyosc v0.0.3 Oct 15 15:58:31.387 INFO kablam! Compiling num-bigint v0.2.0 Oct 15 15:58:31.387 INFO kablam! Compiling serde_json v0.7.4 Oct 15 15:58:31.387 INFO kablam! Compiling serde v0.6.15 Oct 15 15:58:32.776 INFO kablam! Compiling hyper v0.8.1 Oct 15 15:58:37.771 INFO kablam! Compiling num-rational v0.2.1 Oct 15 15:58:40.931 INFO kablam! Compiling mime v0.1.3 Oct 15 15:58:41.948 INFO kablam! Compiling num v0.2.0 Oct 15 15:58:43.383 INFO kablam! Compiling serde v0.5.3 Oct 15 15:58:43.571 INFO kablam! Compiling hyper v0.7.2 Oct 15 15:58:54.867 INFO kablam! Compiling websocket v0.15.2 Oct 15 15:59:03.295 INFO kablam! Compiling iron v0.2.6 Oct 15 15:59:06.675 INFO kablam! Compiling touchpage v0.1.0 (/source) Oct 15 15:59:09.587 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:09.587 INFO kablam! --> src/json.rs:151:13 Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Oct 15 15:59:09.587 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Oct 15 15:59:09.587 INFO kablam! | |____________________________________________________________________^ Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:59:09.587 INFO kablam! help: remove these parentheses Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! 151 | match st { Oct 15 15:59:09.587 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Oct 15 15:59:09.587 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Oct 15 15:59:09.587 INFO kablam! 154 | }))); Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! Oct 15 15:59:09.587 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:09.587 INFO kablam! --> src/json.rs:174:13 Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Oct 15 15:59:09.587 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Oct 15 15:59:09.587 INFO kablam! | |___________________________________________________________________^ Oct 15 15:59:09.587 INFO kablam! help: remove these parentheses Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! 174 | match st { Oct 15 15:59:09.587 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Oct 15 15:59:09.587 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Oct 15 15:59:09.587 INFO kablam! 177 | }))); Oct 15 15:59:09.587 INFO kablam! | Oct 15 15:59:09.587 INFO kablam! Oct 15 15:59:09.907 INFO kablam! warning: function is never used: `write_string` Oct 15 15:59:09.908 INFO kablam! --> src/lib.rs:45:1 Oct 15 15:59:09.908 INFO kablam! | Oct 15 15:59:09.908 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Oct 15 15:59:09.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:09.909 INFO kablam! | Oct 15 15:59:09.909 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:59:09.910 INFO kablam! Oct 15 15:59:09.910 INFO kablam! warning: method is never used: `get_cid_by_name` Oct 15 15:59:09.910 INFO kablam! --> src/lib.rs:81:3 Oct 15 15:59:09.910 INFO kablam! | Oct 15 15:59:09.911 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Oct 15 15:59:09.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:09.911 INFO kablam! Oct 15 15:59:13.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.60s Oct 15 15:59:13.771 INFO kablam! su: No module specific data is present Oct 15 15:59:14.583 INFO running `"docker" "rm" "-f" "dc996e5f77baeb05a443d7803c58e75cef092dbf73c2409ae582f2614741becf"` Oct 15 15:59:14.915 INFO blam! dc996e5f77baeb05a443d7803c58e75cef092dbf73c2409ae582f2614741becf Oct 15 15:59:14.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 15:59:15.331 INFO blam! 9d26151178c84c0ee73e7b7e542f665599602793dbb726a7bace69692917ff1b Oct 15 15:59:15.335 INFO running `"docker" "start" "-a" "9d26151178c84c0ee73e7b7e542f665599602793dbb726a7bace69692917ff1b"` Oct 15 15:59:16.466 INFO kablam! usermod: no changes Oct 15 15:59:16.658 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 15 15:59:16.658 INFO kablam! Oct 15 15:59:16.658 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 15 15:59:16.658 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 15 15:59:16.658 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 15 15:59:16.658 INFO kablam! Oct 15 15:59:16.658 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 15 15:59:16.658 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 15 15:59:16.658 INFO kablam! this warning. Oct 15 15:59:16.658 INFO kablam! Oct 15 15:59:16.706 INFO kablam! Compiling touchpage v0.1.0 (/source) Oct 15 15:59:19.859 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:19.859 INFO kablam! --> src/json.rs:151:13 Oct 15 15:59:19.859 INFO kablam! | Oct 15 15:59:19.859 INFO kablam! 151 | / (match st { &cu::ButtonState::Pressed => "Press", Oct 15 15:59:19.859 INFO kablam! 152 | | &cu::ButtonState::Unpressed => "Unpress", })))); Oct 15 15:59:19.859 INFO kablam! | |____________________________________________________________________^ Oct 15 15:59:19.859 INFO kablam! | Oct 15 15:59:19.859 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:59:19.859 INFO kablam! help: remove these parentheses Oct 15 15:59:19.859 INFO kablam! | Oct 15 15:59:19.859 INFO kablam! 151 | match st { Oct 15 15:59:19.859 INFO kablam! 152 | &cu::ButtonState::Pressed => "Press", Oct 15 15:59:19.859 INFO kablam! 153 | &cu::ButtonState::Unpressed => "Unpress", Oct 15 15:59:19.859 INFO kablam! 154 | }))); Oct 15 15:59:19.859 INFO kablam! | Oct 15 15:59:19.859 INFO kablam! Oct 15 15:59:19.859 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:59:19.859 INFO kablam! --> src/json.rs:174:13 Oct 15 15:59:19.859 INFO kablam! | Oct 15 15:59:19.859 INFO kablam! 174 | / (match st { &cu::SliderState::Pressed => "Press", Oct 15 15:59:19.859 INFO kablam! 175 | | &cu::SliderState::Unpressed => "Unpress" })))); Oct 15 15:59:19.860 INFO kablam! | |___________________________________________________________________^ Oct 15 15:59:19.860 INFO kablam! help: remove these parentheses Oct 15 15:59:19.860 INFO kablam! | Oct 15 15:59:19.860 INFO kablam! 174 | match st { Oct 15 15:59:19.861 INFO kablam! 175 | &cu::SliderState::Pressed => "Press", Oct 15 15:59:19.861 INFO kablam! 176 | &cu::SliderState::Unpressed => "Unpress", Oct 15 15:59:19.861 INFO kablam! 177 | }))); Oct 15 15:59:19.861 INFO kablam! | Oct 15 15:59:19.861 INFO kablam! Oct 15 15:59:20.211 INFO kablam! warning: function is never used: `write_string` Oct 15 15:59:20.211 INFO kablam! --> src/lib.rs:45:1 Oct 15 15:59:20.212 INFO kablam! | Oct 15 15:59:20.212 INFO kablam! 45 | fn write_string(text: &str, file_name: &str) -> Result<(), Box > Oct 15 15:59:20.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:20.213 INFO kablam! | Oct 15 15:59:20.213 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 15:59:20.213 INFO kablam! Oct 15 15:59:20.213 INFO kablam! warning: method is never used: `get_cid_by_name` Oct 15 15:59:20.214 INFO kablam! --> src/lib.rs:81:3 Oct 15 15:59:20.214 INFO kablam! | Oct 15 15:59:20.214 INFO kablam! 81 | fn get_cid_by_name(&self, name: &str) -> Option > { Oct 15 15:59:20.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:59:20.215 INFO kablam! Oct 15 15:59:20.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.36s Oct 15 15:59:20.862 INFO kablam! su: No module specific data is present Oct 15 15:59:21.515 INFO running `"docker" "rm" "-f" "9d26151178c84c0ee73e7b7e542f665599602793dbb726a7bace69692917ff1b"` Oct 15 15:59:21.749 INFO blam! 9d26151178c84c0ee73e7b7e542f665599602793dbb726a7bace69692917ff1b Oct 15 15:59:21.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 15:59:22.211 INFO blam! 1f1eba6080756e062b6a8153f7efa6f9bec9395458bc2f0fc6986fada3abefcc Oct 15 15:59:22.213 INFO running `"docker" "start" "-a" "1f1eba6080756e062b6a8153f7efa6f9bec9395458bc2f0fc6986fada3abefcc"` Oct 15 15:59:23.708 INFO kablam! usermod: no changes Oct 15 15:59:23.903 INFO kablam! warning: parsed version requirement `0.2*` is no longer valid Oct 15 15:59:23.903 INFO kablam! Oct 15 15:59:23.903 INFO kablam! Previous versions of Cargo accepted this malformed requirement, Oct 15 15:59:23.903 INFO kablam! but it is being deprecated. This was found when parsing the manifest Oct 15 15:59:23.903 INFO kablam! of iron 0.2.6, and the correct version requirement is `0.2.*`. Oct 15 15:59:23.903 INFO kablam! Oct 15 15:59:23.903 INFO kablam! This will soon become a hard error, so it's either recommended to Oct 15 15:59:23.903 INFO kablam! update to a fixed version or contact the upstream maintainer about Oct 15 15:59:23.903 INFO kablam! this warning. Oct 15 15:59:23.903 INFO kablam! Oct 15 15:59:23.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 15:59:23.953 INFO kablam! Running /target/debug/deps/touchpage-29d3ba90a8522879 Oct 15 15:59:23.966 INFO blam! Oct 15 15:59:23.967 INFO blam! running 0 tests Oct 15 15:59:23.967 INFO blam! Oct 15 15:59:23.967 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:59:23.967 INFO blam! Oct 15 15:59:23.979 INFO kablam! Doc-tests touchpage Oct 15 15:59:29.321 INFO blam! Oct 15 15:59:29.321 INFO blam! running 0 tests Oct 15 15:59:29.321 INFO blam! Oct 15 15:59:29.321 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:59:29.321 INFO blam! Oct 15 15:59:29.327 INFO kablam! su: No module specific data is present Oct 15 15:59:30.151 INFO running `"docker" "rm" "-f" "1f1eba6080756e062b6a8153f7efa6f9bec9395458bc2f0fc6986fada3abefcc"` Oct 15 15:59:30.408 INFO blam! 1f1eba6080756e062b6a8153f7efa6f9bec9395458bc2f0fc6986fada3abefcc