Oct 10 18:59:20.156 INFO testing marcusbuffett/zsh-force-alias against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:59:20.156 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:59:20.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 18:59:20.675 INFO blam! 3ce8079964a3c1387ab42c78aafa1fd8c99a20c10fdfaa834d3d2c1219ffe234 Oct 10 18:59:20.677 INFO running `"docker" "start" "-a" "3ce8079964a3c1387ab42c78aafa1fd8c99a20c10fdfaa834d3d2c1219ffe234"` Oct 10 18:59:22.305 INFO kablam! usermod: no changes Oct 10 18:59:22.537 INFO kablam! Compiling serde v1.0.3 Oct 10 18:59:22.561 INFO kablam! Compiling serde_derive v1.0.3 Oct 10 18:59:22.561 INFO kablam! Compiling hyper v0.10.10 Oct 10 18:59:44.270 INFO kablam! Compiling iron v0.5.1 Oct 10 18:59:49.238 INFO kablam! Compiling persistent v0.3.0 Oct 10 18:59:49.239 INFO kablam! Compiling router v0.5.1 Oct 10 18:59:52.444 INFO kablam! Compiling serde_json v1.0.2 Oct 10 19:00:00.241 INFO kablam! Compiling bodyparser v0.7.0 Oct 10 19:00:02.928 INFO kablam! Compiling zsh-force-alias v0.1.0 (/source) Oct 10 19:00:05.462 INFO kablam! warning: unused import: `Result` Oct 10 19:00:05.462 INFO kablam! --> src/client.rs:10:13 Oct 10 19:00:05.462 INFO kablam! | Oct 10 19:00:05.462 INFO kablam! 10 | use hyper::{Result, Client}; Oct 10 19:00:05.462 INFO kablam! | ^^^^^^ Oct 10 19:00:05.462 INFO kablam! | Oct 10 19:00:05.462 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:00:05.462 INFO kablam! Oct 10 19:00:06.034 INFO kablam! warning: function is never used: `index_of_substr` Oct 10 19:00:06.035 INFO kablam! --> src/util.rs:4:1 Oct 10 19:00:06.036 INFO kablam! | Oct 10 19:00:06.036 INFO kablam! 4 | pub fn index_of_substr(string: &str, substr: &str) -> Option { Oct 10 19:00:06.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:00:06.038 INFO kablam! | Oct 10 19:00:06.038 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:00:06.039 INFO kablam! Oct 10 19:00:06.040 INFO kablam! warning: function is never used: `index_of_word` Oct 10 19:00:06.040 INFO kablam! --> src/util.rs:28:1 Oct 10 19:00:06.040 INFO kablam! | Oct 10 19:00:06.040 INFO kablam! 28 | pub fn index_of_word(string: &str, substr: &str) -> Option { Oct 10 19:00:06.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:00:06.040 INFO kablam! Oct 10 19:00:06.040 INFO kablam! warning: function is never used: `unquote_string` Oct 10 19:00:06.040 INFO kablam! --> src/util.rs:68:1 Oct 10 19:00:06.040 INFO kablam! | Oct 10 19:00:06.040 INFO kablam! 68 | pub fn unquote_string(string: &String) -> String { Oct 10 19:00:06.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:00:06.040 INFO kablam! Oct 10 19:00:07.658 INFO kablam! warning: unused import: `std::ops::Deref` Oct 10 19:00:07.658 INFO kablam! --> src/server.rs:19:5 Oct 10 19:00:07.658 INFO kablam! | Oct 10 19:00:07.658 INFO kablam! 19 | use std::ops::Deref; Oct 10 19:00:07.658 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:00:07.658 INFO kablam! | Oct 10 19:00:07.658 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:00:07.658 INFO kablam! Oct 10 19:00:08.249 INFO kablam! warning: variable does not need to be mutable Oct 10 19:00:08.250 INFO kablam! --> src/alias.rs:192:13 Oct 10 19:00:08.250 INFO kablam! | Oct 10 19:00:08.250 INFO kablam! 192 | let mut contained = self.alias_used_by(&command); Oct 10 19:00:08.250 INFO kablam! | ----^^^^^^^^^ Oct 10 19:00:08.250 INFO kablam! | | Oct 10 19:00:08.250 INFO kablam! | help: remove this `mut` Oct 10 19:00:08.250 INFO kablam! | Oct 10 19:00:08.250 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:00:08.250 INFO kablam! Oct 10 19:00:13.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.94s Oct 10 19:00:13.277 INFO kablam! su: No module specific data is present Oct 10 19:00:14.197 INFO running `"docker" "rm" "-f" "3ce8079964a3c1387ab42c78aafa1fd8c99a20c10fdfaa834d3d2c1219ffe234"` Oct 10 19:00:14.596 INFO blam! 3ce8079964a3c1387ab42c78aafa1fd8c99a20c10fdfaa834d3d2c1219ffe234 Oct 10 19:00:14.598 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:00:14.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 19:00:15.017 INFO blam! c3aee075122b20323f12e89e1618101f657395e8494f8e02a2bf6ea970ee45c8 Oct 10 19:00:15.021 INFO running `"docker" "start" "-a" "c3aee075122b20323f12e89e1618101f657395e8494f8e02a2bf6ea970ee45c8"` Oct 10 19:00:16.598 INFO kablam! usermod: no changes Oct 10 19:00:16.796 INFO kablam! Compiling zsh-force-alias v0.1.0 (/source) Oct 10 19:00:18.886 INFO kablam! warning: unused import: `Result` Oct 10 19:00:18.886 INFO kablam! --> src/client.rs:10:13 Oct 10 19:00:18.886 INFO kablam! | Oct 10 19:00:18.886 INFO kablam! 10 | use hyper::{Result, Client}; Oct 10 19:00:18.886 INFO kablam! | ^^^^^^ Oct 10 19:00:18.886 INFO kablam! | Oct 10 19:00:18.886 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:00:18.886 INFO kablam! Oct 10 19:00:19.237 INFO kablam! warning: function is never used: `index_of_word` Oct 10 19:00:19.237 INFO kablam! --> src/util.rs:28:1 Oct 10 19:00:19.237 INFO kablam! | Oct 10 19:00:19.238 INFO kablam! 28 | pub fn index_of_word(string: &str, substr: &str) -> Option { Oct 10 19:00:19.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:00:19.238 INFO kablam! | Oct 10 19:00:19.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:00:19.239 INFO kablam! Oct 10 19:00:19.878 INFO kablam! warning: unused import: `std::ops::Deref` Oct 10 19:00:19.878 INFO kablam! --> src/server.rs:19:5 Oct 10 19:00:19.878 INFO kablam! | Oct 10 19:00:19.878 INFO kablam! 19 | use std::ops::Deref; Oct 10 19:00:19.878 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:00:19.878 INFO kablam! | Oct 10 19:00:19.878 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:00:19.878 INFO kablam! Oct 10 19:00:20.288 INFO kablam! warning: variable does not need to be mutable Oct 10 19:00:20.288 INFO kablam! --> src/alias.rs:192:13 Oct 10 19:00:20.288 INFO kablam! | Oct 10 19:00:20.288 INFO kablam! 192 | let mut contained = self.alias_used_by(&command); Oct 10 19:00:20.288 INFO kablam! | ----^^^^^^^^^ Oct 10 19:00:20.288 INFO kablam! | | Oct 10 19:00:20.288 INFO kablam! | help: remove this `mut` Oct 10 19:00:20.288 INFO kablam! | Oct 10 19:00:20.288 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:00:20.288 INFO kablam! Oct 10 19:00:22.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.78s Oct 10 19:00:22.415 INFO kablam! su: No module specific data is present Oct 10 19:00:23.176 INFO running `"docker" "rm" "-f" "c3aee075122b20323f12e89e1618101f657395e8494f8e02a2bf6ea970ee45c8"` Oct 10 19:00:23.396 INFO blam! c3aee075122b20323f12e89e1618101f657395e8494f8e02a2bf6ea970ee45c8 Oct 10 19:00:23.398 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:00:23.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 19:00:23.828 INFO blam! 3951165a9d946f778aa4f2110e08993757dfc8ea3abc28adfd918586da8a7a85 Oct 10 19:00:23.834 INFO running `"docker" "start" "-a" "3951165a9d946f778aa4f2110e08993757dfc8ea3abc28adfd918586da8a7a85"` Oct 10 19:00:25.164 INFO kablam! usermod: no changes Oct 10 19:00:25.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 19:00:25.312 INFO kablam! Running /target/debug/deps/force_alias_client-592e3c92f483394e Oct 10 19:00:25.320 INFO kablam! Running /target/debug/deps/force_alias_server-e1ea0775f4018250 Oct 10 19:00:25.321 INFO blam! Oct 10 19:00:25.321 INFO blam! running 2 tests Oct 10 19:00:25.321 INFO blam! test util::unquote_string_works ... ok Oct 10 19:00:25.321 INFO blam! test util::index_of_substr_works ... ok Oct 10 19:00:25.321 INFO blam! Oct 10 19:00:25.321 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:00:25.321 INFO blam! Oct 10 19:00:25.321 INFO blam! Oct 10 19:00:25.321 INFO blam! running 6 tests Oct 10 19:00:25.328 INFO blam! test alias::use_in_works ... ok Oct 10 19:00:25.328 INFO blam! test alias::parse_alias_declarations_works ... ok Oct 10 19:00:25.328 INFO blam! test util::unquote_string_works ... ok Oct 10 19:00:25.328 INFO blam! test util::index_of_substr_works ... ok Oct 10 19:00:25.332 INFO blam! test alias::used_by_works ... ok Oct 10 19:00:25.332 INFO kablam! su: No module specific data is present Oct 10 19:00:25.332 INFO blam! test alias::lengthen_command_works ... ok Oct 10 19:00:25.332 INFO blam! Oct 10 19:00:25.332 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:00:25.332 INFO blam! Oct 10 19:00:25.990 INFO running `"docker" "rm" "-f" "3951165a9d946f778aa4f2110e08993757dfc8ea3abc28adfd918586da8a7a85"` Oct 10 19:00:26.249 INFO blam! 3951165a9d946f778aa4f2110e08993757dfc8ea3abc28adfd918586da8a7a85