Oct 16 13:40:25.961 INFO testing davincibot-0.0.14 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:40:25.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:40:26.167 INFO blam! 46118655aace648d097556ae47f6cce763a6b211eb27707956142fd1ad3e0223 Oct 16 13:40:26.169 INFO running `"docker" "start" "-a" "46118655aace648d097556ae47f6cce763a6b211eb27707956142fd1ad3e0223"` Oct 16 13:40:26.616 INFO kablam! usermod: no changes Oct 16 13:40:26.771 INFO kablam! Compiling edit-rs v0.1.1 Oct 16 13:40:27.546 INFO kablam! Compiling davincibot v0.0.14 (/source) Oct 16 13:40:29.639 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:29.639 INFO kablam! --> src/core_commands.rs:24:57 Oct 16 13:40:29.639 INFO kablam! | Oct 16 13:40:29.639 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:29.639 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:29.639 INFO kablam! | Oct 16 13:40:29.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:40:29.639 INFO kablam! Oct 16 13:40:29.639 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:29.639 INFO kablam! --> src/core_commands.rs:24:63 Oct 16 13:40:29.639 INFO kablam! | Oct 16 13:40:29.639 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:29.639 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:29.639 INFO kablam! Oct 16 13:40:29.639 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:29.639 INFO kablam! --> src/core_commands.rs:249:19 Oct 16 13:40:29.639 INFO kablam! | Oct 16 13:40:29.639 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:29.639 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:29.639 INFO kablam! Oct 16 13:40:29.639 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:29.639 INFO kablam! --> src/core_commands.rs:249:32 Oct 16 13:40:29.639 INFO kablam! | Oct 16 13:40:29.639 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:29.639 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:29.639 INFO kablam! Oct 16 13:40:29.639 INFO kablam! warning: unused variable: `tags` Oct 16 13:40:29.639 INFO kablam! --> src/core_commands.rs:249:49 Oct 16 13:40:29.639 INFO kablam! | Oct 16 13:40:29.639 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:29.639 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 16 13:40:29.639 INFO kablam! Oct 16 13:40:29.641 INFO kablam! warning: unused variable: `command` Oct 16 13:40:29.641 INFO kablam! --> src/repl.rs:458:38 Oct 16 13:40:29.641 INFO kablam! | Oct 16 13:40:29.641 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 16 13:40:29.641 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 16 13:40:29.641 INFO kablam! Oct 16 13:40:33.283 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 13:40:33.283 INFO kablam! --> src/main.rs:9:21 Oct 16 13:40:33.283 INFO kablam! | Oct 16 13:40:33.283 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 16 13:40:33.283 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:40:33.283 INFO kablam! | Oct 16 13:40:33.283 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:40:33.283 INFO kablam! Oct 16 13:40:34.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.81s Oct 16 13:40:34.469 INFO kablam! su: No module specific data is present Oct 16 13:40:35.080 INFO running `"docker" "rm" "-f" "46118655aace648d097556ae47f6cce763a6b211eb27707956142fd1ad3e0223"` Oct 16 13:40:35.187 INFO blam! 46118655aace648d097556ae47f6cce763a6b211eb27707956142fd1ad3e0223 Oct 16 13:40:35.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:40:35.433 INFO blam! cf34935886f4e2b702fbdd9e95e1353ea59affa3d590734ea08991d227e65000 Oct 16 13:40:35.435 INFO running `"docker" "start" "-a" "cf34935886f4e2b702fbdd9e95e1353ea59affa3d590734ea08991d227e65000"` Oct 16 13:40:35.930 INFO kablam! usermod: no changes Oct 16 13:40:36.012 INFO kablam! Compiling davincibot v0.0.14 (/source) Oct 16 13:40:38.567 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:38.567 INFO kablam! --> src/core_commands.rs:24:57 Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:38.567 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:40:38.567 INFO kablam! Oct 16 13:40:38.567 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:38.567 INFO kablam! --> src/core_commands.rs:24:63 Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! 24 | CommandHandler::new(CommandArgs::Zero, |repl, tree, _args| { println!("{}", VERSION); Ok(()) }), Oct 16 13:40:38.567 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:38.567 INFO kablam! Oct 16 13:40:38.567 INFO kablam! warning: unused variable: `repl` Oct 16 13:40:38.567 INFO kablam! --> src/core_commands.rs:249:19 Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:38.567 INFO kablam! | ^^^^ help: consider using `_repl` instead Oct 16 13:40:38.567 INFO kablam! Oct 16 13:40:38.567 INFO kablam! warning: unused variable: `tree` Oct 16 13:40:38.567 INFO kablam! --> src/core_commands.rs:249:32 Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:38.567 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 16 13:40:38.567 INFO kablam! Oct 16 13:40:38.567 INFO kablam! warning: unused variable: `tags` Oct 16 13:40:38.567 INFO kablam! --> src/core_commands.rs:249:49 Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! 249 | fn list_with_tags(repl: &Repl, tree: &IdeaTree, tags: Vec) -> Result<()> { Oct 16 13:40:38.567 INFO kablam! | ^^^^ help: consider using `_tags` instead Oct 16 13:40:38.567 INFO kablam! Oct 16 13:40:38.567 INFO kablam! warning: unused variable: `command` Oct 16 13:40:38.567 INFO kablam! --> src/repl.rs:458:38 Oct 16 13:40:38.567 INFO kablam! | Oct 16 13:40:38.567 INFO kablam! 458 | pub fn print_command_help(&self, command: String) { Oct 16 13:40:38.567 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 16 13:40:38.567 INFO kablam! Oct 16 13:40:39.939 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 16 13:40:39.939 INFO kablam! --> src/main.rs:9:21 Oct 16 13:40:39.939 INFO kablam! | Oct 16 13:40:39.939 INFO kablam! 9 | let home_path = env::home_dir().unwrap_or(PathBuf::new()); Oct 16 13:40:39.939 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:40:39.939 INFO kablam! | Oct 16 13:40:39.939 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:40:39.939 INFO kablam! Oct 16 13:40:41.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.50s Oct 16 13:40:41.463 INFO kablam! su: No module specific data is present Oct 16 13:40:41.988 INFO running `"docker" "rm" "-f" "cf34935886f4e2b702fbdd9e95e1353ea59affa3d590734ea08991d227e65000"` Oct 16 13:40:42.179 INFO blam! cf34935886f4e2b702fbdd9e95e1353ea59affa3d590734ea08991d227e65000