Oct 11 16:08:05.210 INFO testing ninja-build-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:08:05.210 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:08:05.210 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 11 16:08:05.422 INFO blam! c42caaec6d4589ce33cd968732559ed78fddfccb19029d34a9493f5853c4303f Oct 11 16:08:05.423 INFO running `"docker" "start" "-a" "c42caaec6d4589ce33cd968732559ed78fddfccb19029d34a9493f5853c4303f"` Oct 11 16:08:05.759 INFO kablam! usermod: no changes Oct 11 16:08:05.836 INFO kablam! Compiling errno v0.2.4 Oct 11 16:08:05.836 INFO kablam! Compiling libc-spawn v0.0.1 Oct 11 16:08:05.836 INFO kablam! Compiling libc-stdhandle v0.1.0 Oct 11 16:08:05.836 INFO kablam! Compiling murmurhash64 v0.3.1 Oct 11 16:08:07.346 INFO kablam! Compiling ninja-build v0.0.1 (/source) Oct 11 16:08:08.358 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:08:08.358 INFO kablam! --> src/lib.rs:21:1 Oct 11 16:08:08.358 INFO kablam! | Oct 11 16:08:08.358 INFO kablam! 21 | #[macro_use] Oct 11 16:08:08.358 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:08.358 INFO kablam! | Oct 11 16:08:08.358 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:08:08.358 INFO kablam! Oct 11 16:08:08.358 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:08:08.358 INFO kablam! --> src/lib.rs:29:1 Oct 11 16:08:08.358 INFO kablam! | Oct 11 16:08:08.358 INFO kablam! 29 | #[macro_use] Oct 11 16:08:08.358 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:08.358 INFO kablam! Oct 11 16:08:08.358 INFO kablam! warning: unused import: `Cell` Oct 11 16:08:08.358 INFO kablam! --> src/build.rs:16:17 Oct 11 16:08:08.358 INFO kablam! | Oct 11 16:08:08.358 INFO kablam! 16 | use std::cell::{Cell, RefCell}; Oct 11 16:08:08.358 INFO kablam! | ^^^^ Oct 11 16:08:08.358 INFO kablam! Oct 11 16:08:08.359 INFO kablam! warning: unused import: `Edge` Oct 11 16:08:08.359 INFO kablam! --> src/build_log.rs:22:20 Oct 11 16:08:08.359 INFO kablam! | Oct 11 16:08:08.359 INFO kablam! 22 | use super::graph::{Edge, EdgeIndex}; Oct 11 16:08:08.359 INFO kablam! | ^^^^ Oct 11 16:08:08.359 INFO kablam! Oct 11 16:08:08.359 INFO kablam! warning: unused import: `OsString` Oct 11 16:08:08.359 INFO kablam! --> src/lexer.rs:17:16 Oct 11 16:08:08.359 INFO kablam! | Oct 11 16:08:08.359 INFO kablam! 17 | use std::ffi::{OsString, OsStr}; Oct 11 16:08:08.359 INFO kablam! | ^^^^^^^^ Oct 11 16:08:08.359 INFO kablam! Oct 11 16:08:08.376 INFO kablam! warning: unused import: `PathBuf` Oct 11 16:08:08.376 INFO kablam! --> src/manifest_parser.rs:19:23 Oct 11 16:08:08.376 INFO kablam! | Oct 11 16:08:08.376 INFO kablam! 19 | use std::path::{Path, PathBuf}; Oct 11 16:08:08.376 INFO kablam! | ^^^^^^^ Oct 11 16:08:08.376 INFO kablam! Oct 11 16:08:08.376 INFO kablam! warning: unused import: `OsString` Oct 11 16:08:08.376 INFO kablam! --> src/manifest_parser.rs:20:16 Oct 11 16:08:08.376 INFO kablam! | Oct 11 16:08:08.376 INFO kablam! 20 | use std::ffi::{OsString, OsStr}; Oct 11 16:08:08.376 INFO kablam! | ^^^^^^^^ Oct 11 16:08:08.376 INFO kablam! Oct 11 16:08:08.376 INFO kablam! warning: unused import: `HashSet` Oct 11 16:08:08.376 INFO kablam! --> src/state.rs:18:33 Oct 11 16:08:08.376 INFO kablam! | Oct 11 16:08:08.376 INFO kablam! 18 | use std::collections::{HashMap, HashSet, BTreeSet, BinaryHeap}; Oct 11 16:08:08.376 INFO kablam! | ^^^^^^^ Oct 11 16:08:08.376 INFO kablam! Oct 11 16:08:08.376 INFO kablam! warning: unused imports: `Ordering`, `PartialOrd` Oct 11 16:08:08.376 INFO kablam! --> src/state.rs:19:16 Oct 11 16:08:08.376 INFO kablam! | Oct 11 16:08:08.376 INFO kablam! 19 | use std::cmp::{PartialOrd, Ordering}; Oct 11 16:08:08.376 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^ Oct 11 16:08:08.376 INFO kablam! Oct 11 16:08:08.376 INFO kablam! warning: unused import: `std::cell::Cell` Oct 11 16:08:08.376 INFO kablam! --> src/subprocess.rs:17:5 Oct 11 16:08:08.376 INFO kablam! | Oct 11 16:08:08.377 INFO kablam! 17 | use std::cell::Cell; Oct 11 16:08:08.377 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:08:08.377 INFO kablam! Oct 11 16:08:08.377 INFO kablam! warning: unused import: `std::mem` Oct 11 16:08:08.377 INFO kablam! --> src/subprocess.rs:907:13 Oct 11 16:08:08.377 INFO kablam! | Oct 11 16:08:08.377 INFO kablam! 907 | use std::mem; Oct 11 16:08:08.377 INFO kablam! | ^^^^^^^^ Oct 11 16:08:08.377 INFO kablam! Oct 11 16:08:08.651 INFO kablam! warning: unreachable expression Oct 11 16:08:08.651 INFO kablam! --> src/utils.rs:107:5 Oct 11 16:08:08.651 INFO kablam! | Oct 11 16:08:08.651 INFO kablam! 107 | unreachable!() Oct 11 16:08:08.651 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 16:08:08.651 INFO kablam! | Oct 11 16:08:08.651 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 16:08:08.651 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.651 INFO kablam! Oct 11 16:08:08.714 INFO kablam! warning: unreachable expression Oct 11 16:08:08.714 INFO kablam! --> src/build.rs:845:13 Oct 11 16:08:08.714 INFO kablam! | Oct 11 16:08:08.714 INFO kablam! 845 | unimplemented!{} Oct 11 16:08:08.714 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.714 INFO kablam! | Oct 11 16:08:08.714 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.714 INFO kablam! Oct 11 16:08:08.716 INFO kablam! warning: unreachable expression Oct 11 16:08:08.716 INFO kablam! --> src/build.rs:891:13 Oct 11 16:08:08.716 INFO kablam! | Oct 11 16:08:08.716 INFO kablam! 891 | unimplemented!{} Oct 11 16:08:08.716 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.716 INFO kablam! | Oct 11 16:08:08.716 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.716 INFO kablam! Oct 11 16:08:08.717 INFO kablam! warning: unreachable statement Oct 11 16:08:08.717 INFO kablam! --> src/build.rs:894:13 Oct 11 16:08:08.717 INFO kablam! | Oct 11 16:08:08.717 INFO kablam! 894 | unreachable!(); Oct 11 16:08:08.717 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:08:08.717 INFO kablam! | Oct 11 16:08:08.717 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.717 INFO kablam! Oct 11 16:08:08.719 INFO kablam! warning: unreachable expression Oct 11 16:08:08.719 INFO kablam! --> src/build.rs:992:9 Oct 11 16:08:08.719 INFO kablam! | Oct 11 16:08:08.719 INFO kablam! 992 | unimplemented!{} Oct 11 16:08:08.719 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.719 INFO kablam! | Oct 11 16:08:08.719 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.719 INFO kablam! Oct 11 16:08:08.721 INFO kablam! warning: unreachable statement Oct 11 16:08:08.721 INFO kablam! --> src/build.rs:1095:9 Oct 11 16:08:08.722 INFO kablam! | Oct 11 16:08:08.722 INFO kablam! 1095 | unimplemented!(); Oct 11 16:08:08.722 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:08:08.722 INFO kablam! | Oct 11 16:08:08.722 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.722 INFO kablam! Oct 11 16:08:08.722 INFO kablam! warning: unreachable expression Oct 11 16:08:08.722 INFO kablam! --> src/build.rs:1108:9 Oct 11 16:08:08.722 INFO kablam! | Oct 11 16:08:08.722 INFO kablam! 1108 | unimplemented!() Oct 11 16:08:08.722 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.722 INFO kablam! | Oct 11 16:08:08.722 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.722 INFO kablam! Oct 11 16:08:08.754 INFO kablam! warning: unreachable expression Oct 11 16:08:08.754 INFO kablam! --> src/graph.rs:421:9 Oct 11 16:08:08.754 INFO kablam! | Oct 11 16:08:08.754 INFO kablam! 421 | unimplemented!{} Oct 11 16:08:08.754 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.754 INFO kablam! | Oct 11 16:08:08.755 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.755 INFO kablam! Oct 11 16:08:08.814 INFO kablam! warning: unreachable expression Oct 11 16:08:08.814 INFO kablam! --> src/build_log.rs:62:9 Oct 11 16:08:08.814 INFO kablam! | Oct 11 16:08:08.814 INFO kablam! 62 | unimplemented!() Oct 11 16:08:08.814 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.814 INFO kablam! | Oct 11 16:08:08.814 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.814 INFO kablam! Oct 11 16:08:08.815 INFO kablam! warning: unreachable expression Oct 11 16:08:08.815 INFO kablam! --> src/build_log.rs:84:9 Oct 11 16:08:08.815 INFO kablam! | Oct 11 16:08:08.815 INFO kablam! 84 | unimplemented!() Oct 11 16:08:08.815 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.815 INFO kablam! | Oct 11 16:08:08.815 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.815 INFO kablam! Oct 11 16:08:08.815 INFO kablam! warning: unreachable expression Oct 11 16:08:08.815 INFO kablam! --> src/build_log.rs:94:9 Oct 11 16:08:08.815 INFO kablam! | Oct 11 16:08:08.815 INFO kablam! 94 | unimplemented!{} Oct 11 16:08:08.815 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.816 INFO kablam! | Oct 11 16:08:08.816 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.816 INFO kablam! Oct 11 16:08:08.816 INFO kablam! warning: unreachable expression Oct 11 16:08:08.816 INFO kablam! --> src/build_log.rs:100:9 Oct 11 16:08:08.816 INFO kablam! | Oct 11 16:08:08.816 INFO kablam! 100 | unimplemented!{} Oct 11 16:08:08.816 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.816 INFO kablam! | Oct 11 16:08:08.816 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.816 INFO kablam! Oct 11 16:08:08.819 INFO kablam! warning: unreachable expression Oct 11 16:08:08.819 INFO kablam! --> src/deps_log.rs:68:9 Oct 11 16:08:08.819 INFO kablam! | Oct 11 16:08:08.819 INFO kablam! 68 | unimplemented!{} Oct 11 16:08:08.819 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.819 INFO kablam! | Oct 11 16:08:08.819 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.819 INFO kablam! Oct 11 16:08:08.819 INFO kablam! warning: unreachable expression Oct 11 16:08:08.819 INFO kablam! --> src/deps_log.rs:73:9 Oct 11 16:08:08.820 INFO kablam! | Oct 11 16:08:08.820 INFO kablam! 73 | unimplemented!() Oct 11 16:08:08.820 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.820 INFO kablam! | Oct 11 16:08:08.820 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.820 INFO kablam! Oct 11 16:08:08.820 INFO kablam! warning: unreachable expression Oct 11 16:08:08.820 INFO kablam! --> src/deps_log.rs:84:9 Oct 11 16:08:08.821 INFO kablam! | Oct 11 16:08:08.821 INFO kablam! 84 | unimplemented!() Oct 11 16:08:08.821 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:08.821 INFO kablam! | Oct 11 16:08:08.821 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:08.821 INFO kablam! Oct 11 16:08:09.011 INFO kablam! warning: unreachable expression Oct 11 16:08:09.011 INFO kablam! --> src/disk_interface.rs:191:9 Oct 11 16:08:09.011 INFO kablam! | Oct 11 16:08:09.011 INFO kablam! 191 | unimplemented!() Oct 11 16:08:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:09.011 INFO kablam! | Oct 11 16:08:09.011 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:09.011 INFO kablam! Oct 11 16:08:09.076 INFO kablam! warning: unreachable expression Oct 11 16:08:09.076 INFO kablam! --> src/subprocess.rs:835:9 Oct 11 16:08:09.076 INFO kablam! | Oct 11 16:08:09.076 INFO kablam! 835 | unimplemented!{} Oct 11 16:08:09.076 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:09.076 INFO kablam! | Oct 11 16:08:09.076 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:09.076 INFO kablam! Oct 11 16:08:09.089 INFO kablam! warning: unreachable statement Oct 11 16:08:09.089 INFO kablam! --> src/line_printer.rs:180:13 Oct 11 16:08:09.089 INFO kablam! | Oct 11 16:08:09.089 INFO kablam! 180 | unimplemented!(); Oct 11 16:08:09.089 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:08:09.089 INFO kablam! | Oct 11 16:08:09.089 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:09.089 INFO kablam! Oct 11 16:08:09.644 INFO kablam! warning: unused import: `std::io::Write` Oct 11 16:08:09.644 INFO kablam! --> src/eval_env.rs:21:5 Oct 11 16:08:09.644 INFO kablam! | Oct 11 16:08:09.644 INFO kablam! 21 | use std::io::Write; Oct 11 16:08:09.644 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 16:08:09.644 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `scan` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:268:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 268 | scan: &DependencyScan, Oct 11 16:08:09.757 INFO kablam! | ^^^^ help: consider using `_scan` instead Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `State` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:269:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 269 | State: &State, Oct 11 16:08:09.757 INFO kablam! | ^^^^^ help: consider using `_State` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `node_idx` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:270:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 270 | node_idx: NodeIndex, Oct 11 16:08:09.757 INFO kablam! | ^^^^^^^^ help: consider using `_node_idx` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `e` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:744:27 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 744 | .map_err(|e| { Oct 11 16:08:09.757 INFO kablam! | ^ help: consider using `_e` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `e` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:763:27 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 763 | .map_err(|e| format!("Error writing to deps log: {}", errno::errno()))?; Oct 11 16:08:09.757 INFO kablam! | ^ help: consider using `_e` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `result` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:824:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 824 | result: &mut CommandRunnerResult, Oct 11 16:08:09.757 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `deps_prefix` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:826:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 826 | deps_prefix: &[u8], Oct 11 16:08:09.757 INFO kablam! | ^^^^^^^^^^^ help: consider using `_deps_prefix` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `success` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:1028:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 1028 | success: bool, Oct 11 16:08:09.757 INFO kablam! | ^^^^^^^ help: consider using `_success` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `output` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:1029:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 1029 | output: &[u8], Oct 11 16:08:09.757 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `progress_status_format` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:1104:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 1104 | progress_status_format: &[u8], Oct 11 16:08:09.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_progress_status_format` instead Oct 11 16:08:09.757 INFO kablam! Oct 11 16:08:09.757 INFO kablam! warning: unused variable: `status` Oct 11 16:08:09.757 INFO kablam! --> src/build.rs:1105:9 Oct 11 16:08:09.757 INFO kablam! | Oct 11 16:08:09.757 INFO kablam! 1105 | status: BuildStatusEdgeStatus, Oct 11 16:08:09.758 INFO kablam! | ^^^^^^ help: consider using `_status` instead Oct 11 16:08:09.758 INFO kablam! Oct 11 16:08:09.758 INFO kablam! warning: unused variable: `state` Oct 11 16:08:09.758 INFO kablam! --> src/graph.rs:410:9 Oct 11 16:08:09.758 INFO kablam! | Oct 11 16:08:09.758 INFO kablam! 410 | state: &State, Oct 11 16:08:09.758 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:09.758 INFO kablam! Oct 11 16:08:09.758 INFO kablam! warning: unused variable: `edge_idx` Oct 11 16:08:09.758 INFO kablam! --> src/graph.rs:411:9 Oct 11 16:08:09.758 INFO kablam! | Oct 11 16:08:09.758 INFO kablam! 411 | edge_idx: EdgeIndex, Oct 11 16:08:09.758 INFO kablam! | ^^^^^^^^ help: consider using `_edge_idx` instead Oct 11 16:08:09.758 INFO kablam! Oct 11 16:08:09.758 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.758 INFO kablam! --> src/graph.rs:412:9 Oct 11 16:08:09.758 INFO kablam! | Oct 11 16:08:09.758 INFO kablam! 412 | path: &[u8], Oct 11 16:08:09.758 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.758 INFO kablam! Oct 11 16:08:09.758 INFO kablam! warning: unused variable: `state` Oct 11 16:08:09.758 INFO kablam! --> src/graph.rs:419:38 Oct 11 16:08:09.758 INFO kablam! | Oct 11 16:08:09.758 INFO kablam! 419 | pub fn load_deps_from_log(&self, state: &State, edge_idx: EdgeIndex) -> Result { Oct 11 16:08:09.758 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:09.758 INFO kablam! Oct 11 16:08:09.758 INFO kablam! warning: unused variable: `edge_idx` Oct 11 16:08:09.758 INFO kablam! --> src/graph.rs:419:53 Oct 11 16:08:09.758 INFO kablam! | Oct 11 16:08:09.758 INFO kablam! 419 | pub fn load_deps_from_log(&self, state: &State, edge_idx: EdgeIndex) -> Result { Oct 11 16:08:09.758 INFO kablam! | ^^^^^^^^ help: consider using `_edge_idx` instead Oct 11 16:08:09.758 INFO kablam! Oct 11 16:08:09.760 INFO kablam! warning: unused variable: `found_entry` Oct 11 16:08:09.760 INFO kablam! --> src/graph.rs:805:25 Oct 11 16:08:09.760 INFO kablam! | Oct 11 16:08:09.760 INFO kablam! 805 | if let Some(found_entry) = entry { Oct 11 16:08:09.760 INFO kablam! | ^^^^^^^^^^^ help: consider using `_found_entry` instead Oct 11 16:08:09.760 INFO kablam! Oct 11 16:08:09.760 INFO kablam! warning: unused variable: `command` Oct 11 16:08:09.760 INFO kablam! --> src/graph.rs:730:9 Oct 11 16:08:09.760 INFO kablam! | Oct 11 16:08:09.760 INFO kablam! 730 | command: &[u8], Oct 11 16:08:09.760 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 11 16:08:09.760 INFO kablam! Oct 11 16:08:09.760 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.760 INFO kablam! --> src/build_log.rs:58:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 58 | path: &Path, Oct 11 16:08:09.761 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `user` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:59:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 59 | user: &User, Oct 11 16:08:09.761 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `state` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:77:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 77 | state: &State, Oct 11 16:08:09.761 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `edge_idx` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:78:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 78 | edge_idx: EdgeIndex, Oct 11 16:08:09.761 INFO kablam! | ^^^^^^^^ help: consider using `_edge_idx` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `start_time` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:79:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 79 | start_time: u64, Oct 11 16:08:09.761 INFO kablam! | ^^^^^^^^^^ help: consider using `_start_time` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `end_time` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:80:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 80 | end_time: u64, Oct 11 16:08:09.761 INFO kablam! | ^^^^^^^^ help: consider using `_end_time` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `mtime` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:81:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 81 | mtime: TimeStamp, Oct 11 16:08:09.761 INFO kablam! | ^^^^^ help: consider using `_mtime` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:92:28 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 92 | pub fn load(&mut self, path: &Path) -> Result, String> { Oct 11 16:08:09.761 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:98:36 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 98 | pub fn lookup_by_output(&self, path: &[u8]) -> Option<&BuildLogEntry> { Oct 11 16:08:09.761 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `f` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:104:41 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 104 | pub fn write_entry(&self, f: &W, entry: &BuildLogEntry) -> Result<(), ()> { Oct 11 16:08:09.761 INFO kablam! | ^ help: consider using `_f` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `entry` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:104:48 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 104 | pub fn write_entry(&self, f: &W, entry: &BuildLogEntry) -> Result<(), ()> { Oct 11 16:08:09.761 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:109:49 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 109 | pub fn recompact(&self, path: &Path, user: &User) -> Result<(), String> { Oct 11 16:08:09.761 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `user` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:109:62 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 109 | pub fn recompact(&self, path: &Path, user: &User) -> Result<(), String> { Oct 11 16:08:09.761 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `output` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:128:28 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 128 | pub fn new_with_output(output: &str) -> Self { Oct 11 16:08:09.761 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.761 INFO kablam! warning: unused variable: `output` Oct 11 16:08:09.761 INFO kablam! --> src/build_log.rs:133:9 Oct 11 16:08:09.761 INFO kablam! | Oct 11 16:08:09.761 INFO kablam! 133 | output: &str, Oct 11 16:08:09.761 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 16:08:09.761 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `command_hash` Oct 11 16:08:09.762 INFO kablam! --> src/build_log.rs:134:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 134 | command_hash: u64, Oct 11 16:08:09.762 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_command_hash` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `start_time` Oct 11 16:08:09.762 INFO kablam! --> src/build_log.rs:135:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 135 | start_time: isize, Oct 11 16:08:09.762 INFO kablam! | ^^^^^^^^^^ help: consider using `_start_time` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `end_time` Oct 11 16:08:09.762 INFO kablam! --> src/build_log.rs:136:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 136 | end_time: isize, Oct 11 16:08:09.762 INFO kablam! | ^^^^^^^^ help: consider using `_end_time` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `restat_mtime` Oct 11 16:08:09.762 INFO kablam! --> src/build_log.rs:137:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 137 | restat_mtime: TimeStamp, Oct 11 16:08:09.762 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_restat_mtime` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `command` Oct 11 16:08:09.762 INFO kablam! --> src/build_log.rs:142:25 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 142 | pub fn hash_command(command: &str) -> u64 { Oct 11 16:08:09.762 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:66:28 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 66 | pub fn load(&mut self, path: &Path, state: &mut State) -> Result, String> { Oct 11 16:08:09.762 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `state` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:66:41 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 66 | pub fn load(&mut self, path: &Path, state: &mut State) -> Result, String> { Oct 11 16:08:09.762 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:71:34 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 71 | pub fn open_for_write(&self, path: &Path) -> Result<(), String> { Oct 11 16:08:09.762 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `state` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:78:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 78 | state: &State, Oct 11 16:08:09.762 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `node_idx` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:79:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 79 | node_idx: NodeIndex, Oct 11 16:08:09.762 INFO kablam! | ^^^^^^^^ help: consider using `_node_idx` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `mtime` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:80:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 80 | mtime: TimeStamp, Oct 11 16:08:09.762 INFO kablam! | ^^^^^ help: consider using `_mtime` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `nodes` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:81:9 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 81 | nodes: &[NodeIndex], Oct 11 16:08:09.762 INFO kablam! | ^^^^^ help: consider using `_nodes` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.762 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.762 INFO kablam! --> src/deps_log.rs:87:29 Oct 11 16:08:09.762 INFO kablam! | Oct 11 16:08:09.762 INFO kablam! 87 | pub fn recompact(&self, path: &Path) -> Result<(), String> { Oct 11 16:08:09.762 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.762 INFO kablam! Oct 11 16:08:09.766 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.766 INFO kablam! --> src/disk_interface.rs:172:26 Oct 11 16:08:09.766 INFO kablam! | Oct 11 16:08:09.766 INFO kablam! 172 | fn write_file(&self, path: &Path, contents: &[u8]) -> Result<(), ()> { Oct 11 16:08:09.766 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.766 INFO kablam! Oct 11 16:08:09.766 INFO kablam! warning: unused variable: `contents` Oct 11 16:08:09.766 INFO kablam! --> src/disk_interface.rs:172:39 Oct 11 16:08:09.766 INFO kablam! | Oct 11 16:08:09.766 INFO kablam! 172 | fn write_file(&self, path: &Path, contents: &[u8]) -> Result<(), ()> { Oct 11 16:08:09.766 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 11 16:08:09.766 INFO kablam! Oct 11 16:08:09.766 INFO kablam! warning: unused variable: `allow` Oct 11 16:08:09.766 INFO kablam! --> src/disk_interface.rs:189:36 Oct 11 16:08:09.767 INFO kablam! | Oct 11 16:08:09.767 INFO kablam! 189 | pub fn allow_stat_cache(&self, allow: bool) { Oct 11 16:08:09.767 INFO kablam! | ^^^^^ help: consider using `_allow` instead Oct 11 16:08:09.767 INFO kablam! Oct 11 16:08:09.767 INFO kablam! warning: unused variable: `path` Oct 11 16:08:09.767 INFO kablam! --> src/state.rs:385:35 Oct 11 16:08:09.767 INFO kablam! | Oct 11 16:08:09.767 INFO kablam! 385 | pub fn spellcheck_node(&self, path: &[u8]) -> Option<&[u8]> { Oct 11 16:08:09.767 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:09.767 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: method is never used: `reset` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:143:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 143 | fn reset(&mut self) { Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: variant is never constructed: `EdgeFinished` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:947:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 947 | EdgeFinished, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: field is never used: `rate` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:1163:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 1163 | rate: f64, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: field is never used: `rate` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:1201:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 1201 | rate: f64, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: field is never used: `max_len` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:1203:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 1203 | max_len: usize, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: field is never used: `times` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:1204:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 1204 | times: VecDeque, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: field is never used: `last_update` Oct 11 16:08:10.168 INFO kablam! --> src/build.rs:1205:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 1205 | last_update: isize, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.168 INFO kablam! warning: field is never used: `disk_interface` Oct 11 16:08:10.168 INFO kablam! --> src/graph.rs:371:5 Oct 11 16:08:10.168 INFO kablam! | Oct 11 16:08:10.168 INFO kablam! 371 | disk_interface: &'c DiskInterface, Oct 11 16:08:10.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.168 INFO kablam! Oct 11 16:08:10.169 INFO kablam! warning: field is never used: `deps_log` Oct 11 16:08:10.169 INFO kablam! --> src/graph.rs:465:5 Oct 11 16:08:10.169 INFO kablam! | Oct 11 16:08:10.169 INFO kablam! 465 | deps_log: &'b DepsLog, Oct 11 16:08:10.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.169 INFO kablam! Oct 11 16:08:10.169 INFO kablam! warning: field is never used: `needs_recompaction` Oct 11 16:08:10.169 INFO kablam! --> src/build_log.rs:44:5 Oct 11 16:08:10.169 INFO kablam! | Oct 11 16:08:10.169 INFO kablam! 44 | needs_recompaction: bool, Oct 11 16:08:10.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.169 INFO kablam! Oct 11 16:08:10.169 INFO kablam! warning: method is never used: `none` Oct 11 16:08:10.169 INFO kablam! --> src/timestamp.rs:22:5 Oct 11 16:08:10.169 INFO kablam! | Oct 11 16:08:10.169 INFO kablam! 22 | fn none() -> Self { Oct 11 16:08:10.169 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.169 INFO kablam! Oct 11 16:08:10.169 INFO kablam! warning: method is never used: `invalid` Oct 11 16:08:10.169 INFO kablam! --> src/timestamp.rs:26:5 Oct 11 16:08:10.169 INFO kablam! | Oct 11 16:08:10.169 INFO kablam! 26 | fn invalid() -> Self { Oct 11 16:08:10.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.169 INFO kablam! Oct 11 16:08:10.169 INFO kablam! warning: field is never used: `name` Oct 11 16:08:10.169 INFO kablam! --> src/metrics.rs:23:5 Oct 11 16:08:10.169 INFO kablam! | Oct 11 16:08:10.169 INFO kablam! 23 | name: String, Oct 11 16:08:10.169 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:10.169 INFO kablam! Oct 11 16:08:10.169 INFO kablam! warning: field is never used: `extra` Oct 11 16:08:10.169 INFO kablam! --> src/line_printer.rs:99:5 Oct 11 16:08:10.169 INFO kablam! | Oct 11 16:08:10.169 INFO kablam! 99 | extra: LinePrinterOs, Oct 11 16:08:10.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:10.169 INFO kablam! Oct 11 16:08:10.172 INFO kablam! warning: variable `State` should have a snake case name such as `state` Oct 11 16:08:10.172 INFO kablam! --> src/build.rs:269:9 Oct 11 16:08:10.172 INFO kablam! | Oct 11 16:08:10.172 INFO kablam! 269 | State: &State, Oct 11 16:08:10.172 INFO kablam! | ^^^^^ Oct 11 16:08:10.172 INFO kablam! | Oct 11 16:08:10.172 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 16:08:10.172 INFO kablam! Oct 11 16:08:10.193 INFO kablam! warning: comparison is useless due to type limits Oct 11 16:08:10.193 INFO kablam! --> src/state.rs:57:9 Oct 11 16:08:10.193 INFO kablam! | Oct 11 16:08:10.193 INFO kablam! 57 | self.depth >= 0 Oct 11 16:08:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:08:10.193 INFO kablam! | Oct 11 16:08:10.193 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 16:08:10.193 INFO kablam! Oct 11 16:08:14.076 INFO kablam! warning: unused variable: `name` Oct 11 16:08:14.076 INFO kablam! --> src/bin/ninja.rs:460:17 Oct 11 16:08:14.076 INFO kablam! | Oct 11 16:08:14.076 INFO kablam! 460 | fn debug_enable(name: &str) -> Result<(), isize> { Oct 11 16:08:14.076 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 11 16:08:14.076 INFO kablam! | Oct 11 16:08:14.076 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:08:14.076 INFO kablam! Oct 11 16:08:14.076 INFO kablam! warning: unused variable: `name` Oct 11 16:08:14.076 INFO kablam! --> src/bin/ninja.rs:464:19 Oct 11 16:08:14.076 INFO kablam! | Oct 11 16:08:14.076 INFO kablam! 464 | fn warning_enable(name: &str) -> Result<(), isize> { Oct 11 16:08:14.076 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 11 16:08:14.076 INFO kablam! Oct 11 16:08:14.076 INFO kablam! warning: unused variable: `subcommand` Oct 11 16:08:14.076 INFO kablam! --> src/bin/ninja.rs:468:16 Oct 11 16:08:14.076 INFO kablam! | Oct 11 16:08:14.076 INFO kablam! 468 | fn choose_tool(subcommand: &[&str]) -> Result, isize> { Oct 11 16:08:14.076 INFO kablam! | ^^^^^^^^^^ help: consider using `_subcommand` instead Oct 11 16:08:14.076 INFO kablam! Oct 11 16:08:14.076 INFO kablam! warning: unused variable: `e` Oct 11 16:08:14.076 INFO kablam! --> src/bin/ninja.rs:702:84 Oct 11 16:08:14.076 INFO kablam! | Oct 11 16:08:14.076 INFO kablam! 702 | let load_average_limit = load_average_limit.parse::().unwrap_or_else(|e| { Oct 11 16:08:14.076 INFO kablam! | ^ help: consider using `_e` instead Oct 11 16:08:14.076 INFO kablam! Oct 11 16:08:14.076 INFO kablam! warning: unused variable: `s` Oct 11 16:08:14.076 INFO kablam! --> src/bin/ninja.rs:397:28 Oct 11 16:08:14.076 INFO kablam! | Oct 11 16:08:14.076 INFO kablam! 397 | fn is_path_dead(&self, s: &str) -> bool { Oct 11 16:08:14.076 INFO kablam! | ^ help: consider using `_s` instead Oct 11 16:08:14.076 INFO kablam! Oct 11 16:08:14.117 INFO kablam! warning: field is never used: `name` Oct 11 16:08:14.117 INFO kablam! --> src/bin/ninja.rs:80:5 Oct 11 16:08:14.117 INFO kablam! | Oct 11 16:08:14.117 INFO kablam! 80 | name: &'a str, Oct 11 16:08:14.117 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 16:08:14.117 INFO kablam! | Oct 11 16:08:14.117 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:08:14.117 INFO kablam! Oct 11 16:08:14.117 INFO kablam! warning: field is never used: `desc` Oct 11 16:08:14.117 INFO kablam! --> src/bin/ninja.rs:83:5 Oct 11 16:08:14.117 INFO kablam! | Oct 11 16:08:14.117 INFO kablam! 83 | desc: &'a str, Oct 11 16:08:14.117 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 16:08:14.117 INFO kablam! Oct 11 16:08:14.117 INFO kablam! warning: field is never used: `ninja_command` Oct 11 16:08:14.117 INFO kablam! --> src/bin/ninja.rs:96:5 Oct 11 16:08:14.117 INFO kablam! | Oct 11 16:08:14.117 INFO kablam! 96 | ninja_command: &'a Path, Oct 11 16:08:14.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:14.117 INFO kablam! Oct 11 16:08:15.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.73s Oct 11 16:08:15.506 INFO kablam! su: No module specific data is present Oct 11 16:08:15.794 INFO running `"docker" "rm" "-f" "c42caaec6d4589ce33cd968732559ed78fddfccb19029d34a9493f5853c4303f"` Oct 11 16:08:15.874 INFO blam! c42caaec6d4589ce33cd968732559ed78fddfccb19029d34a9493f5853c4303f Oct 11 16:08:15.875 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:08:15.875 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 11 16:08:16.035 INFO blam! b7786ba648bfd419b9ac217f9c2b074daad2bb8f5dc9c6639bb8282d4c91df81 Oct 11 16:08:16.037 INFO running `"docker" "start" "-a" "b7786ba648bfd419b9ac217f9c2b074daad2bb8f5dc9c6639bb8282d4c91df81"` Oct 11 16:08:16.524 INFO kablam! usermod: no changes Oct 11 16:08:16.597 INFO kablam! Compiling ninja-build v0.0.1 (/source) Oct 11 16:08:17.669 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:08:17.669 INFO kablam! --> src/lib.rs:21:1 Oct 11 16:08:17.669 INFO kablam! | Oct 11 16:08:17.669 INFO kablam! 21 | #[macro_use] Oct 11 16:08:17.669 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:17.669 INFO kablam! | Oct 11 16:08:17.669 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:08:17.669 INFO kablam! Oct 11 16:08:17.669 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:08:17.669 INFO kablam! --> src/lib.rs:29:1 Oct 11 16:08:17.669 INFO kablam! | Oct 11 16:08:17.669 INFO kablam! 29 | #[macro_use] Oct 11 16:08:17.669 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:17.669 INFO kablam! Oct 11 16:08:17.670 INFO kablam! warning: unused import: `Cell` Oct 11 16:08:17.670 INFO kablam! --> src/build.rs:16:17 Oct 11 16:08:17.670 INFO kablam! | Oct 11 16:08:17.670 INFO kablam! 16 | use std::cell::{Cell, RefCell}; Oct 11 16:08:17.670 INFO kablam! | ^^^^ Oct 11 16:08:17.670 INFO kablam! Oct 11 16:08:17.674 INFO kablam! warning: unused import: `Edge` Oct 11 16:08:17.674 INFO kablam! --> src/build_log.rs:22:20 Oct 11 16:08:17.674 INFO kablam! | Oct 11 16:08:17.674 INFO kablam! 22 | use super::graph::{Edge, EdgeIndex}; Oct 11 16:08:17.674 INFO kablam! | ^^^^ Oct 11 16:08:17.674 INFO kablam! Oct 11 16:08:17.680 INFO kablam! warning: unused import: `super::super::state::State` Oct 11 16:08:17.680 INFO kablam! --> src/manifest_parser.rs:603:9 Oct 11 16:08:17.680 INFO kablam! | Oct 11 16:08:17.680 INFO kablam! 603 | use super::super::state::State; Oct 11 16:08:17.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:17.680 INFO kablam! Oct 11 16:08:17.680 INFO kablam! warning: unused import: `super::super::test::VirtualFileSystem` Oct 11 16:08:17.680 INFO kablam! --> src/manifest_parser.rs:604:9 Oct 11 16:08:17.680 INFO kablam! | Oct 11 16:08:17.680 INFO kablam! 604 | use super::super::test::VirtualFileSystem; Oct 11 16:08:17.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:17.680 INFO kablam! Oct 11 16:08:17.683 INFO kablam! warning: unused imports: `Ordering`, `PartialOrd` Oct 11 16:08:17.683 INFO kablam! --> src/state.rs:19:16 Oct 11 16:08:17.683 INFO kablam! | Oct 11 16:08:17.683 INFO kablam! 19 | use std::cmp::{PartialOrd, Ordering}; Oct 11 16:08:17.683 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^ Oct 11 16:08:17.683 INFO kablam! Oct 11 16:08:17.683 INFO kablam! warning: unused import: `std::cell::Cell` Oct 11 16:08:17.683 INFO kablam! --> src/subprocess.rs:17:5 Oct 11 16:08:17.683 INFO kablam! | Oct 11 16:08:17.683 INFO kablam! 17 | use std::cell::Cell; Oct 11 16:08:17.683 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:08:17.684 INFO kablam! Oct 11 16:08:17.684 INFO kablam! warning: unused import: `std::mem` Oct 11 16:08:17.684 INFO kablam! --> src/subprocess.rs:907:13 Oct 11 16:08:17.684 INFO kablam! | Oct 11 16:08:17.684 INFO kablam! 907 | use std::mem; Oct 11 16:08:17.684 INFO kablam! | ^^^^^^^^ Oct 11 16:08:17.684 INFO kablam! Oct 11 16:08:17.887 INFO kablam! warning: unused variable: `name` Oct 11 16:08:17.887 INFO kablam! --> src/bin/ninja.rs:460:17 Oct 11 16:08:17.887 INFO kablam! | Oct 11 16:08:17.887 INFO kablam! 460 | fn debug_enable(name: &str) -> Result<(), isize> { Oct 11 16:08:17.887 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 11 16:08:17.887 INFO kablam! | Oct 11 16:08:17.887 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:08:17.887 INFO kablam! Oct 11 16:08:17.887 INFO kablam! warning: unused variable: `name` Oct 11 16:08:17.887 INFO kablam! --> src/bin/ninja.rs:464:19 Oct 11 16:08:17.887 INFO kablam! | Oct 11 16:08:17.887 INFO kablam! 464 | fn warning_enable(name: &str) -> Result<(), isize> { Oct 11 16:08:17.887 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 11 16:08:17.887 INFO kablam! Oct 11 16:08:17.887 INFO kablam! warning: unused variable: `subcommand` Oct 11 16:08:17.887 INFO kablam! --> src/bin/ninja.rs:468:16 Oct 11 16:08:17.887 INFO kablam! | Oct 11 16:08:17.887 INFO kablam! 468 | fn choose_tool(subcommand: &[&str]) -> Result, isize> { Oct 11 16:08:17.887 INFO kablam! | ^^^^^^^^^^ help: consider using `_subcommand` instead Oct 11 16:08:17.887 INFO kablam! Oct 11 16:08:17.887 INFO kablam! warning: unused variable: `e` Oct 11 16:08:17.887 INFO kablam! --> src/bin/ninja.rs:702:84 Oct 11 16:08:17.887 INFO kablam! | Oct 11 16:08:17.887 INFO kablam! 702 | let load_average_limit = load_average_limit.parse::().unwrap_or_else(|e| { Oct 11 16:08:17.887 INFO kablam! | ^ help: consider using `_e` instead Oct 11 16:08:17.887 INFO kablam! Oct 11 16:08:17.887 INFO kablam! warning: unused variable: `s` Oct 11 16:08:17.887 INFO kablam! --> src/bin/ninja.rs:397:28 Oct 11 16:08:17.888 INFO kablam! | Oct 11 16:08:17.888 INFO kablam! 397 | fn is_path_dead(&self, s: &str) -> bool { Oct 11 16:08:17.888 INFO kablam! | ^ help: consider using `_s` instead Oct 11 16:08:17.888 INFO kablam! Oct 11 16:08:17.938 INFO kablam! warning: field is never used: `name` Oct 11 16:08:17.938 INFO kablam! --> src/bin/ninja.rs:80:5 Oct 11 16:08:17.938 INFO kablam! | Oct 11 16:08:17.938 INFO kablam! 80 | name: &'a str, Oct 11 16:08:17.938 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 16:08:17.938 INFO kablam! | Oct 11 16:08:17.938 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:08:17.938 INFO kablam! Oct 11 16:08:17.938 INFO kablam! warning: field is never used: `desc` Oct 11 16:08:17.938 INFO kablam! --> src/bin/ninja.rs:83:5 Oct 11 16:08:17.938 INFO kablam! | Oct 11 16:08:17.938 INFO kablam! 83 | desc: &'a str, Oct 11 16:08:17.938 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 16:08:17.938 INFO kablam! Oct 11 16:08:17.938 INFO kablam! warning: field is never used: `ninja_command` Oct 11 16:08:17.938 INFO kablam! --> src/bin/ninja.rs:96:5 Oct 11 16:08:17.938 INFO kablam! | Oct 11 16:08:17.938 INFO kablam! 96 | ninja_command: &'a Path, Oct 11 16:08:17.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:17.938 INFO kablam! Oct 11 16:08:18.016 INFO kablam! warning: unreachable expression Oct 11 16:08:18.016 INFO kablam! --> src/utils.rs:107:5 Oct 11 16:08:18.016 INFO kablam! | Oct 11 16:08:18.016 INFO kablam! 107 | unreachable!() Oct 11 16:08:18.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 16:08:18.016 INFO kablam! | Oct 11 16:08:18.016 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 16:08:18.016 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.016 INFO kablam! Oct 11 16:08:18.084 INFO kablam! warning: unreachable expression Oct 11 16:08:18.084 INFO kablam! --> src/build.rs:845:13 Oct 11 16:08:18.084 INFO kablam! | Oct 11 16:08:18.084 INFO kablam! 845 | unimplemented!{} Oct 11 16:08:18.084 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.084 INFO kablam! | Oct 11 16:08:18.084 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.084 INFO kablam! Oct 11 16:08:18.086 INFO kablam! warning: unreachable expression Oct 11 16:08:18.086 INFO kablam! --> src/build.rs:891:13 Oct 11 16:08:18.086 INFO kablam! | Oct 11 16:08:18.086 INFO kablam! 891 | unimplemented!{} Oct 11 16:08:18.086 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.086 INFO kablam! | Oct 11 16:08:18.086 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.086 INFO kablam! Oct 11 16:08:18.086 INFO kablam! warning: unreachable statement Oct 11 16:08:18.086 INFO kablam! --> src/build.rs:894:13 Oct 11 16:08:18.086 INFO kablam! | Oct 11 16:08:18.087 INFO kablam! 894 | unreachable!(); Oct 11 16:08:18.087 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:08:18.087 INFO kablam! | Oct 11 16:08:18.087 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.087 INFO kablam! Oct 11 16:08:18.088 INFO kablam! warning: unreachable expression Oct 11 16:08:18.088 INFO kablam! --> src/build.rs:992:9 Oct 11 16:08:18.088 INFO kablam! | Oct 11 16:08:18.088 INFO kablam! 992 | unimplemented!{} Oct 11 16:08:18.088 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.088 INFO kablam! | Oct 11 16:08:18.088 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.088 INFO kablam! Oct 11 16:08:18.091 INFO kablam! warning: unreachable statement Oct 11 16:08:18.091 INFO kablam! --> src/build.rs:1095:9 Oct 11 16:08:18.091 INFO kablam! | Oct 11 16:08:18.091 INFO kablam! 1095 | unimplemented!(); Oct 11 16:08:18.091 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:08:18.091 INFO kablam! | Oct 11 16:08:18.091 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.091 INFO kablam! Oct 11 16:08:18.091 INFO kablam! warning: unreachable expression Oct 11 16:08:18.091 INFO kablam! --> src/build.rs:1108:9 Oct 11 16:08:18.091 INFO kablam! | Oct 11 16:08:18.091 INFO kablam! 1108 | unimplemented!() Oct 11 16:08:18.091 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.091 INFO kablam! | Oct 11 16:08:18.091 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.091 INFO kablam! Oct 11 16:08:18.257 INFO kablam! warning: unreachable expression Oct 11 16:08:18.257 INFO kablam! --> src/graph.rs:421:9 Oct 11 16:08:18.258 INFO kablam! | Oct 11 16:08:18.258 INFO kablam! 421 | unimplemented!{} Oct 11 16:08:18.258 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.258 INFO kablam! | Oct 11 16:08:18.258 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.258 INFO kablam! Oct 11 16:08:18.324 INFO kablam! warning: unreachable expression Oct 11 16:08:18.324 INFO kablam! --> src/build_log.rs:62:9 Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! 62 | unimplemented!() Oct 11 16:08:18.324 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.324 INFO kablam! Oct 11 16:08:18.324 INFO kablam! warning: unreachable expression Oct 11 16:08:18.324 INFO kablam! --> src/build_log.rs:84:9 Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! 84 | unimplemented!() Oct 11 16:08:18.324 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.324 INFO kablam! Oct 11 16:08:18.324 INFO kablam! warning: unreachable expression Oct 11 16:08:18.324 INFO kablam! --> src/build_log.rs:94:9 Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! 94 | unimplemented!{} Oct 11 16:08:18.324 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.324 INFO kablam! Oct 11 16:08:18.324 INFO kablam! warning: unreachable expression Oct 11 16:08:18.324 INFO kablam! --> src/build_log.rs:100:9 Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! 100 | unimplemented!{} Oct 11 16:08:18.324 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.324 INFO kablam! Oct 11 16:08:18.324 INFO kablam! warning: unreachable expression Oct 11 16:08:18.324 INFO kablam! --> src/deps_log.rs:68:9 Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! 68 | unimplemented!{} Oct 11 16:08:18.324 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.324 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.324 INFO kablam! Oct 11 16:08:18.324 INFO kablam! warning: unreachable expression Oct 11 16:08:18.324 INFO kablam! --> src/deps_log.rs:73:9 Oct 11 16:08:18.324 INFO kablam! | Oct 11 16:08:18.325 INFO kablam! 73 | unimplemented!() Oct 11 16:08:18.325 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.325 INFO kablam! | Oct 11 16:08:18.325 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.325 INFO kablam! Oct 11 16:08:18.325 INFO kablam! warning: unreachable expression Oct 11 16:08:18.325 INFO kablam! --> src/deps_log.rs:84:9 Oct 11 16:08:18.325 INFO kablam! | Oct 11 16:08:18.325 INFO kablam! 84 | unimplemented!() Oct 11 16:08:18.325 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.325 INFO kablam! | Oct 11 16:08:18.325 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.325 INFO kablam! Oct 11 16:08:18.672 INFO kablam! warning: unreachable expression Oct 11 16:08:18.672 INFO kablam! --> src/disk_interface.rs:191:9 Oct 11 16:08:18.672 INFO kablam! | Oct 11 16:08:18.672 INFO kablam! 191 | unimplemented!() Oct 11 16:08:18.672 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.672 INFO kablam! | Oct 11 16:08:18.672 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.672 INFO kablam! Oct 11 16:08:18.731 INFO kablam! warning: unreachable expression Oct 11 16:08:18.731 INFO kablam! --> src/subprocess.rs:835:9 Oct 11 16:08:18.731 INFO kablam! | Oct 11 16:08:18.731 INFO kablam! 835 | unimplemented!{} Oct 11 16:08:18.731 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 16:08:18.731 INFO kablam! | Oct 11 16:08:18.731 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.731 INFO kablam! Oct 11 16:08:18.741 INFO kablam! warning: unreachable statement Oct 11 16:08:18.741 INFO kablam! --> src/line_printer.rs:180:13 Oct 11 16:08:18.741 INFO kablam! | Oct 11 16:08:18.741 INFO kablam! 180 | unimplemented!(); Oct 11 16:08:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:08:18.741 INFO kablam! | Oct 11 16:08:18.741 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 16:08:18.741 INFO kablam! Oct 11 16:08:19.113 INFO kablam! warning: unused import: `std::io::Write` Oct 11 16:08:19.113 INFO kablam! --> src/eval_env.rs:21:5 Oct 11 16:08:19.113 INFO kablam! | Oct 11 16:08:19.113 INFO kablam! 21 | use std::io::Write; Oct 11 16:08:19.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 16:08:19.113 INFO kablam! Oct 11 16:08:19.241 INFO kablam! warning: unused variable: `i` Oct 11 16:08:19.241 INFO kablam! --> src/build.rs:2148:19 Oct 11 16:08:19.241 INFO kablam! | Oct 11 16:08:19.241 INFO kablam! 2148 | .map(|i| { Oct 11 16:08:19.241 INFO kablam! | ^ help: consider using `_i` instead Oct 11 16:08:19.241 INFO kablam! | Oct 11 16:08:19.241 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:08:19.241 INFO kablam! Oct 11 16:08:19.249 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.250 INFO kablam! --> src/test.rs:190:24 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 190 | fn make_dir(&self, path: &Path) -> Result<(), io::Error> { Oct 11 16:08:19.250 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.250 INFO kablam! --> src/test.rs:193:25 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 193 | fn make_dirs(&self, path: &Path) -> Result<(), io::Error> { Oct 11 16:08:19.250 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.250 INFO kablam! --> src/test.rs:196:20 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 196 | fn stat(&self, path: &Path) -> Result { Oct 11 16:08:19.250 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.250 INFO kablam! --> src/test.rs:199:26 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 199 | fn write_file(&self, path: &Path, contents: &[u8]) -> Result<(), ()> { Oct 11 16:08:19.250 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `contents` Oct 11 16:08:19.250 INFO kablam! --> src/test.rs:199:39 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 199 | fn write_file(&self, path: &Path, contents: &[u8]) -> Result<(), ()> { Oct 11 16:08:19.250 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.250 INFO kablam! --> src/test.rs:202:27 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 202 | fn remove_file(&self, path: &Path) -> Result { Oct 11 16:08:19.250 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `scan` Oct 11 16:08:19.250 INFO kablam! --> src/build.rs:268:9 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 268 | scan: &DependencyScan, Oct 11 16:08:19.250 INFO kablam! | ^^^^ help: consider using `_scan` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `State` Oct 11 16:08:19.250 INFO kablam! --> src/build.rs:269:9 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 269 | State: &State, Oct 11 16:08:19.250 INFO kablam! | ^^^^^ help: consider using `_State` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `node_idx` Oct 11 16:08:19.250 INFO kablam! --> src/build.rs:270:9 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 270 | node_idx: NodeIndex, Oct 11 16:08:19.250 INFO kablam! | ^^^^^^^^ help: consider using `_node_idx` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `e` Oct 11 16:08:19.250 INFO kablam! --> src/build.rs:744:27 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 744 | .map_err(|e| { Oct 11 16:08:19.250 INFO kablam! | ^ help: consider using `_e` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.250 INFO kablam! warning: unused variable: `e` Oct 11 16:08:19.250 INFO kablam! --> src/build.rs:763:27 Oct 11 16:08:19.250 INFO kablam! | Oct 11 16:08:19.250 INFO kablam! 763 | .map_err(|e| format!("Error writing to deps log: {}", errno::errno()))?; Oct 11 16:08:19.250 INFO kablam! | ^ help: consider using `_e` instead Oct 11 16:08:19.250 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `result` Oct 11 16:08:19.251 INFO kablam! --> src/build.rs:824:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 824 | result: &mut CommandRunnerResult, Oct 11 16:08:19.251 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `deps_prefix` Oct 11 16:08:19.251 INFO kablam! --> src/build.rs:826:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 826 | deps_prefix: &[u8], Oct 11 16:08:19.251 INFO kablam! | ^^^^^^^^^^^ help: consider using `_deps_prefix` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `success` Oct 11 16:08:19.251 INFO kablam! --> src/build.rs:1028:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 1028 | success: bool, Oct 11 16:08:19.251 INFO kablam! | ^^^^^^^ help: consider using `_success` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `output` Oct 11 16:08:19.251 INFO kablam! --> src/build.rs:1029:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 1029 | output: &[u8], Oct 11 16:08:19.251 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `progress_status_format` Oct 11 16:08:19.251 INFO kablam! --> src/build.rs:1104:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 1104 | progress_status_format: &[u8], Oct 11 16:08:19.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_progress_status_format` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `status` Oct 11 16:08:19.251 INFO kablam! --> src/build.rs:1105:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 1105 | status: BuildStatusEdgeStatus, Oct 11 16:08:19.251 INFO kablam! | ^^^^^^ help: consider using `_status` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `state` Oct 11 16:08:19.251 INFO kablam! --> src/graph.rs:410:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 410 | state: &State, Oct 11 16:08:19.251 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `edge_idx` Oct 11 16:08:19.251 INFO kablam! --> src/graph.rs:411:9 Oct 11 16:08:19.251 INFO kablam! | Oct 11 16:08:19.251 INFO kablam! 411 | edge_idx: EdgeIndex, Oct 11 16:08:19.251 INFO kablam! | ^^^^^^^^ help: consider using `_edge_idx` instead Oct 11 16:08:19.251 INFO kablam! Oct 11 16:08:19.251 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.252 INFO kablam! --> src/graph.rs:412:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 412 | path: &[u8], Oct 11 16:08:19.252 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `state` Oct 11 16:08:19.252 INFO kablam! --> src/graph.rs:419:38 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 419 | pub fn load_deps_from_log(&self, state: &State, edge_idx: EdgeIndex) -> Result { Oct 11 16:08:19.252 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `edge_idx` Oct 11 16:08:19.252 INFO kablam! --> src/graph.rs:419:53 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 419 | pub fn load_deps_from_log(&self, state: &State, edge_idx: EdgeIndex) -> Result { Oct 11 16:08:19.252 INFO kablam! | ^^^^^^^^ help: consider using `_edge_idx` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `found_entry` Oct 11 16:08:19.252 INFO kablam! --> src/graph.rs:805:25 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 805 | if let Some(found_entry) = entry { Oct 11 16:08:19.252 INFO kablam! | ^^^^^^^^^^^ help: consider using `_found_entry` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `command` Oct 11 16:08:19.252 INFO kablam! --> src/graph.rs:730:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 730 | command: &[u8], Oct 11 16:08:19.252 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.252 INFO kablam! --> src/build_log.rs:58:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 58 | path: &Path, Oct 11 16:08:19.252 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `user` Oct 11 16:08:19.252 INFO kablam! --> src/build_log.rs:59:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 59 | user: &User, Oct 11 16:08:19.252 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `state` Oct 11 16:08:19.252 INFO kablam! --> src/build_log.rs:77:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 77 | state: &State, Oct 11 16:08:19.252 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `edge_idx` Oct 11 16:08:19.252 INFO kablam! --> src/build_log.rs:78:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 78 | edge_idx: EdgeIndex, Oct 11 16:08:19.252 INFO kablam! | ^^^^^^^^ help: consider using `_edge_idx` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.252 INFO kablam! warning: unused variable: `start_time` Oct 11 16:08:19.252 INFO kablam! --> src/build_log.rs:79:9 Oct 11 16:08:19.252 INFO kablam! | Oct 11 16:08:19.252 INFO kablam! 79 | start_time: u64, Oct 11 16:08:19.252 INFO kablam! | ^^^^^^^^^^ help: consider using `_start_time` instead Oct 11 16:08:19.252 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `end_time` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:80:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 80 | end_time: u64, Oct 11 16:08:19.253 INFO kablam! | ^^^^^^^^ help: consider using `_end_time` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `mtime` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:81:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 81 | mtime: TimeStamp, Oct 11 16:08:19.253 INFO kablam! | ^^^^^ help: consider using `_mtime` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:92:28 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 92 | pub fn load(&mut self, path: &Path) -> Result, String> { Oct 11 16:08:19.253 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:98:36 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 98 | pub fn lookup_by_output(&self, path: &[u8]) -> Option<&BuildLogEntry> { Oct 11 16:08:19.253 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `f` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:104:41 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 104 | pub fn write_entry(&self, f: &W, entry: &BuildLogEntry) -> Result<(), ()> { Oct 11 16:08:19.253 INFO kablam! | ^ help: consider using `_f` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `entry` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:104:48 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 104 | pub fn write_entry(&self, f: &W, entry: &BuildLogEntry) -> Result<(), ()> { Oct 11 16:08:19.253 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:109:49 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 109 | pub fn recompact(&self, path: &Path, user: &User) -> Result<(), String> { Oct 11 16:08:19.253 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `user` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:109:62 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 109 | pub fn recompact(&self, path: &Path, user: &User) -> Result<(), String> { Oct 11 16:08:19.253 INFO kablam! | ^^^^ help: consider using `_user` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `output` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:128:28 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 128 | pub fn new_with_output(output: &str) -> Self { Oct 11 16:08:19.253 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `output` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:133:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 133 | output: &str, Oct 11 16:08:19.253 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `command_hash` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:134:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 134 | command_hash: u64, Oct 11 16:08:19.253 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_command_hash` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `start_time` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:135:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 135 | start_time: isize, Oct 11 16:08:19.253 INFO kablam! | ^^^^^^^^^^ help: consider using `_start_time` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `end_time` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:136:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 136 | end_time: isize, Oct 11 16:08:19.253 INFO kablam! | ^^^^^^^^ help: consider using `_end_time` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `restat_mtime` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:137:9 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 137 | restat_mtime: TimeStamp, Oct 11 16:08:19.253 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_restat_mtime` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.253 INFO kablam! warning: unused variable: `command` Oct 11 16:08:19.253 INFO kablam! --> src/build_log.rs:142:25 Oct 11 16:08:19.253 INFO kablam! | Oct 11 16:08:19.253 INFO kablam! 142 | pub fn hash_command(command: &str) -> u64 { Oct 11 16:08:19.253 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 11 16:08:19.253 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:66:28 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 66 | pub fn load(&mut self, path: &Path, state: &mut State) -> Result, String> { Oct 11 16:08:19.254 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `state` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:66:41 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 66 | pub fn load(&mut self, path: &Path, state: &mut State) -> Result, String> { Oct 11 16:08:19.254 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:71:34 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 71 | pub fn open_for_write(&self, path: &Path) -> Result<(), String> { Oct 11 16:08:19.254 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `state` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:78:9 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 78 | state: &State, Oct 11 16:08:19.254 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `node_idx` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:79:9 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 79 | node_idx: NodeIndex, Oct 11 16:08:19.254 INFO kablam! | ^^^^^^^^ help: consider using `_node_idx` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `mtime` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:80:9 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 80 | mtime: TimeStamp, Oct 11 16:08:19.254 INFO kablam! | ^^^^^ help: consider using `_mtime` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `nodes` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:81:9 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 81 | nodes: &[NodeIndex], Oct 11 16:08:19.254 INFO kablam! | ^^^^^ help: consider using `_nodes` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.254 INFO kablam! --> src/deps_log.rs:87:29 Oct 11 16:08:19.254 INFO kablam! | Oct 11 16:08:19.254 INFO kablam! 87 | pub fn recompact(&self, path: &Path) -> Result<(), String> { Oct 11 16:08:19.254 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.254 INFO kablam! Oct 11 16:08:19.254 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.254 INFO kablam! --> src/disk_interface.rs:172:26 Oct 11 16:08:19.255 INFO kablam! | Oct 11 16:08:19.255 INFO kablam! 172 | fn write_file(&self, path: &Path, contents: &[u8]) -> Result<(), ()> { Oct 11 16:08:19.255 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.255 INFO kablam! Oct 11 16:08:19.255 INFO kablam! warning: unused variable: `contents` Oct 11 16:08:19.255 INFO kablam! --> src/disk_interface.rs:172:39 Oct 11 16:08:19.255 INFO kablam! | Oct 11 16:08:19.255 INFO kablam! 172 | fn write_file(&self, path: &Path, contents: &[u8]) -> Result<(), ()> { Oct 11 16:08:19.255 INFO kablam! | ^^^^^^^^ help: consider using `_contents` instead Oct 11 16:08:19.255 INFO kablam! Oct 11 16:08:19.255 INFO kablam! warning: unused variable: `allow` Oct 11 16:08:19.255 INFO kablam! --> src/disk_interface.rs:189:36 Oct 11 16:08:19.255 INFO kablam! | Oct 11 16:08:19.255 INFO kablam! 189 | pub fn allow_stat_cache(&self, allow: bool) { Oct 11 16:08:19.255 INFO kablam! | ^^^^^ help: consider using `_allow` instead Oct 11 16:08:19.255 INFO kablam! Oct 11 16:08:19.255 INFO kablam! warning: unused variable: `path` Oct 11 16:08:19.255 INFO kablam! --> src/state.rs:385:35 Oct 11 16:08:19.255 INFO kablam! | Oct 11 16:08:19.255 INFO kablam! 385 | pub fn spellcheck_node(&self, path: &[u8]) -> Option<&[u8]> { Oct 11 16:08:19.255 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 16:08:19.255 INFO kablam! Oct 11 16:08:19.795 INFO kablam! warning: field is never used: `directories_made` Oct 11 16:08:19.795 INFO kablam! --> src/test.rs:130:5 Oct 11 16:08:19.795 INFO kablam! | Oct 11 16:08:19.795 INFO kablam! 130 | directories_made: Vec, Oct 11 16:08:19.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.795 INFO kablam! | Oct 11 16:08:19.795 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:08:19.795 INFO kablam! Oct 11 16:08:19.795 INFO kablam! warning: field is never used: `files_removed` Oct 11 16:08:19.795 INFO kablam! --> src/test.rs:133:5 Oct 11 16:08:19.795 INFO kablam! | Oct 11 16:08:19.795 INFO kablam! 133 | files_removed: HashSet, Oct 11 16:08:19.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.795 INFO kablam! Oct 11 16:08:19.795 INFO kablam! warning: field is never used: `mtime` Oct 11 16:08:19.795 INFO kablam! --> src/test.rs:141:5 Oct 11 16:08:19.795 INFO kablam! | Oct 11 16:08:19.795 INFO kablam! 141 | mtime: isize, Oct 11 16:08:19.795 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:19.795 INFO kablam! Oct 11 16:08:19.795 INFO kablam! warning: field is never used: `stat_error` Oct 11 16:08:19.795 INFO kablam! --> src/test.rs:142:5 Oct 11 16:08:19.795 INFO kablam! | Oct 11 16:08:19.795 INFO kablam! 142 | stat_error: String, // If mtime is -1. Oct 11 16:08:19.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.795 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: method is never used: `reset` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:143:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 143 | fn reset(&mut self) { Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: variant is never constructed: `EdgeFinished` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:947:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 947 | EdgeFinished, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `rate` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:1163:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 1163 | rate: f64, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `rate` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:1201:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 1201 | rate: f64, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `max_len` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:1203:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 1203 | max_len: usize, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `times` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:1204:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 1204 | times: VecDeque, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `last_update` Oct 11 16:08:19.796 INFO kablam! --> src/build.rs:1205:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 1205 | last_update: isize, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `disk_interface` Oct 11 16:08:19.796 INFO kablam! --> src/graph.rs:371:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 371 | disk_interface: &'c DiskInterface, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `deps_log` Oct 11 16:08:19.796 INFO kablam! --> src/graph.rs:465:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 465 | deps_log: &'b DepsLog, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: field is never used: `needs_recompaction` Oct 11 16:08:19.796 INFO kablam! --> src/build_log.rs:44:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 44 | needs_recompaction: bool, Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: method is never used: `none` Oct 11 16:08:19.796 INFO kablam! --> src/timestamp.rs:22:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 22 | fn none() -> Self { Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.796 INFO kablam! warning: method is never used: `invalid` Oct 11 16:08:19.796 INFO kablam! --> src/timestamp.rs:26:5 Oct 11 16:08:19.796 INFO kablam! | Oct 11 16:08:19.796 INFO kablam! 26 | fn invalid() -> Self { Oct 11 16:08:19.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.796 INFO kablam! Oct 11 16:08:19.798 INFO kablam! warning: field is never used: `name` Oct 11 16:08:19.798 INFO kablam! --> src/metrics.rs:23:5 Oct 11 16:08:19.798 INFO kablam! | Oct 11 16:08:19.798 INFO kablam! 23 | name: String, Oct 11 16:08:19.798 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:08:19.798 INFO kablam! Oct 11 16:08:19.798 INFO kablam! warning: field is never used: `extra` Oct 11 16:08:19.798 INFO kablam! --> src/line_printer.rs:99:5 Oct 11 16:08:19.798 INFO kablam! | Oct 11 16:08:19.798 INFO kablam! 99 | extra: LinePrinterOs, Oct 11 16:08:19.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:08:19.798 INFO kablam! Oct 11 16:08:19.807 INFO kablam! warning: variable `State` should have a snake case name such as `state` Oct 11 16:08:19.807 INFO kablam! --> src/build.rs:269:9 Oct 11 16:08:19.807 INFO kablam! | Oct 11 16:08:19.807 INFO kablam! 269 | State: &State, Oct 11 16:08:19.807 INFO kablam! | ^^^^^ Oct 11 16:08:19.807 INFO kablam! | Oct 11 16:08:19.807 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 16:08:19.808 INFO kablam! Oct 11 16:08:19.856 INFO kablam! warning: comparison is useless due to type limits Oct 11 16:08:19.856 INFO kablam! --> src/state.rs:57:9 Oct 11 16:08:19.856 INFO kablam! | Oct 11 16:08:19.856 INFO kablam! 57 | self.depth >= 0 Oct 11 16:08:19.856 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:08:19.856 INFO kablam! | Oct 11 16:08:19.856 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 16:08:19.856 INFO kablam! Oct 11 16:08:22.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.20s Oct 11 16:08:22.747 INFO kablam! su: No module specific data is present Oct 11 16:08:23.037 INFO running `"docker" "rm" "-f" "b7786ba648bfd419b9ac217f9c2b074daad2bb8f5dc9c6639bb8282d4c91df81"` Oct 11 16:08:23.145 INFO blam! b7786ba648bfd419b9ac217f9c2b074daad2bb8f5dc9c6639bb8282d4c91df81 Oct 11 16:08:23.148 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:08:23.148 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 11 16:08:23.349 INFO blam! 6047840e97af37580a562febbda8bbdd48cd69b7b2dcc4d57ba60f06d55db8a1 Oct 11 16:08:23.350 INFO running `"docker" "start" "-a" "6047840e97af37580a562febbda8bbdd48cd69b7b2dcc4d57ba60f06d55db8a1"` Oct 11 16:08:23.808 INFO kablam! usermod: no changes Oct 11 16:08:23.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 16:08:23.896 INFO kablam! Running /target/debug/deps/ninja_build-41d52c5bfa2952fa Oct 11 16:08:23.899 INFO blam! Oct 11 16:08:23.899 INFO blam! running 96 tests Oct 11 16:08:23.906 INFO blam! test build::tests::plantest_console_pool ... ok Oct 11 16:08:23.906 INFO blam! test build::tests::plantest_double_output_direct ... ok Oct 11 16:08:23.906 INFO blam! test build::tests::plantest_double_dependent ... ok Oct 11 16:08:23.906 INFO blam! test build::tests::plantest_basic ... ok Oct 11 16:08:23.906 INFO blam! test build::tests::plantest_double_output_indirect ... ok Oct 11 16:08:23.906 INFO blam! test lexer::test_lexer_read_evalstring_escapes ... ok Oct 11 16:08:23.906 INFO blam! test lexer::test_lexer_comment_eof ... ok Oct 11 16:08:23.907 INFO blam! test lexer::test_lexer_read_ident ... ok Oct 11 16:08:23.907 INFO blam! test lexer::test_lexer_read_var_value ... ok Oct 11 16:08:23.908 INFO blam! test lexer::test_lexer_tabs ... ok Oct 11 16:08:23.908 INFO blam! test lexer::test_lexer_read_ident_curlies ... ok Oct 11 16:08:23.908 INFO blam! test lexer::test_lexer_error ... ok Oct 11 16:08:23.908 INFO blam! test manifest_parser::parser_test::parsertest_canonicalize_paths ... ok Oct 11 16:08:23.908 INFO blam! test manifest_parser::parser_test::parsertest_comment ... ok Oct 11 16:08:23.908 INFO blam! test manifest_parser::parser_test::parsertest_backslash ... ok Oct 11 16:08:23.909 INFO blam! test manifest_parser::parser_test::parsertest_crlf ... ok Oct 11 16:08:23.909 INFO blam! test build::tests::plantest_pool_with_depth_one ... ok Oct 11 16:08:23.910 INFO blam! test manifest_parser::parser_test::parsertest_default_default_cycle ... ok Oct 11 16:08:23.911 INFO blam! test manifest_parser::parser_test::parsertest_duplicate_edge_with_multiple_outputs ... ok Oct 11 16:08:23.911 INFO blam! test manifest_parser::parser_test::parsertest_canonicalize_file ... ok Oct 11 16:08:23.911 INFO blam! test manifest_parser::parser_test::parsertest_default_default ... ok Oct 11 16:08:23.912 INFO blam! test manifest_parser::parser_test::parsertest_continuation ... ok Oct 11 16:08:23.917 INFO blam! test manifest_parser::parser_test::parsertest_duplicate_rule_in_different_subninjas ... ok Oct 11 16:08:23.917 INFO blam! test build::tests::plantest_pools_with_depth_two ... ok Oct 11 16:08:23.918 INFO blam! test manifest_parser::parser_test::parsertest_broken_include ... ok Oct 11 16:08:23.918 INFO blam! test manifest_parser::parser_test::parsertest_duplicate_rule_in_different_subninjas_with_include ... ok Oct 11 16:08:23.919 INFO blam! test manifest_parser::parser_test::parsertest_default_statements ... ok Oct 11 16:08:23.920 INFO blam! test manifest_parser::parser_test::parsertest_duplicated_edge_in_included_file ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_errors_12 ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_empty ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_errors_0 ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_errors_10 ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_errors_1 ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_duplicated_edge_with_multiple_outputs_error ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_errors_13 ... ok Oct 11 16:08:23.921 INFO blam! test manifest_parser::parser_test::parsertest_errors_14 ... ok Oct 11 16:08:23.922 INFO blam! test manifest_parser::parser_test::parsertest_errors_18 ... ok Oct 11 16:08:23.922 INFO blam! test manifest_parser::parser_test::parsertest_errors_11 ... ok Oct 11 16:08:23.926 INFO blam! test manifest_parser::parser_test::parsertest_errors_21 ... ok Oct 11 16:08:23.926 INFO blam! test manifest_parser::parser_test::parsertest_errors_20 ... ok Oct 11 16:08:23.926 INFO blam! test manifest_parser::parser_test::parsertest_errors_2 ... ok Oct 11 16:08:23.927 INFO blam! test manifest_parser::parser_test::parsertest_errors_15 ... ok Oct 11 16:08:23.927 INFO blam! test manifest_parser::parser_test::parsertest_errors_17 ... ok Oct 11 16:08:23.927 INFO blam! test manifest_parser::parser_test::parsertest_errors_16 ... ok Oct 11 16:08:23.932 INFO blam! test manifest_parser::parser_test::parsertest_errors_26 ... ok Oct 11 16:08:23.932 INFO blam! test manifest_parser::parser_test::parsertest_errors_23 ... ok Oct 11 16:08:23.933 INFO blam! test manifest_parser::parser_test::parsertest_errors_22 ... ok Oct 11 16:08:23.933 INFO blam! test manifest_parser::parser_test::parsertest_errors_25 ... ok Oct 11 16:08:23.933 INFO blam! test manifest_parser::parser_test::parsertest_errors_24 ... ok Oct 11 16:08:23.933 INFO blam! test manifest_parser::parser_test::parsertest_errors_19 ... ok Oct 11 16:08:23.934 INFO blam! test manifest_parser::parser_test::parsertest_errors_27 ... ok Oct 11 16:08:23.934 INFO blam! test manifest_parser::parser_test::parsertest_errors_31 ... ok Oct 11 16:08:23.934 INFO blam! test manifest_parser::parser_test::parsertest_errors_29 ... ok Oct 11 16:08:23.934 INFO blam! test manifest_parser::parser_test::parsertest_errors_33 ... ok Oct 11 16:08:23.934 INFO blam! test manifest_parser::parser_test::parsertest_errors_32 ... ok Oct 11 16:08:23.935 INFO blam! test manifest_parser::parser_test::parsertest_errors_4 ... ok Oct 11 16:08:23.935 INFO blam! test manifest_parser::parser_test::parsertest_errors_5 ... ok Oct 11 16:08:23.935 INFO blam! test manifest_parser::parser_test::parsertest_errors_7 ... ok Oct 11 16:08:23.935 INFO blam! test manifest_parser::parser_test::parsertest_errors_6 ... ok Oct 11 16:08:23.936 INFO blam! test manifest_parser::parser_test::parsertest_errors_8 ... ok Oct 11 16:08:23.936 INFO blam! test manifest_parser::parser_test::parsertest_errors_28 ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_errors_3 ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_errors_30 ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_errors_34 ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_implicit_output_dupe ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_implicit ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_implicit_output ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_implicit_output_dupes ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_errors_9 ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_escape_spaces ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_ignore_indented_blank_lines ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_missing_input ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_ignore_indented_comments ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_include ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_missing_subninja ... ok Oct 11 16:08:23.940 INFO blam! test manifest_parser::parser_test::parsertest_multiple_outputs ... ok Oct 11 16:08:23.944 INFO blam! test manifest_parser::parser_test::parsertest_multiple_outputs_with_deps ... ok Oct 11 16:08:23.944 INFO blam! test manifest_parser::parser_test::parsertest_implicit_output_empty ... ok Oct 11 16:08:23.945 INFO blam! test manifest_parser::parser_test::parsertest_phony_self_reference_kept ... ok Oct 11 16:08:23.945 INFO blam! test manifest_parser::parser_test::parsertest_path_variables ... ok Oct 11 16:08:23.945 INFO blam! test manifest_parser::parser_test::parsertest_reserved_words ... ok Oct 11 16:08:23.945 INFO blam! test manifest_parser::parser_test::parsertest_no_dead_pointer_from_duplicate_edge ... ok Oct 11 16:08:23.945 INFO blam! test manifest_parser::parser_test::parsertest_order_only ... ok Oct 11 16:08:23.948 INFO blam! test manifest_parser::parser_test::parsertest_in_newline ... ok Oct 11 16:08:23.948 INFO blam! test manifest_parser::parser_test::parsertest_rules ... ok Oct 11 16:08:23.948 INFO blam! test manifest_parser::parser_test::parsertest_no_explicit_output ... ok Oct 11 16:08:23.948 INFO blam! test manifest_parser::parser_test::parsertest_phony_self_reference_ignored ... ok Oct 11 16:08:23.948 INFO blam! test utils::tests::canonicalize_path_path_samples ... ok Oct 11 16:08:23.948 INFO blam! test manifest_parser::parser_test::parsertest_variables ... ok Oct 11 16:08:23.948 INFO blam! test version::test_parse_version ... ok Oct 11 16:08:23.948 INFO blam! test manifest_parser::parser_test::parsertest_ruleattributes ... ok Oct 11 16:08:23.949 INFO blam! test manifest_parser::parser_test::parsertest_utf8 ... ok Oct 11 16:08:23.949 INFO blam! test manifest_parser::parser_test::parsertest_response_files ... ok Oct 11 16:08:23.953 INFO blam! test manifest_parser::parser_test::parsertest_sub_ninja ... ok Oct 11 16:08:23.954 INFO blam! test manifest_parser::parser_test::parsertest_variable_scope ... ok Oct 11 16:08:23.974 INFO blam! test manifest_parser::parser_test::parsertest_dollars ... FAILED Oct 11 16:08:23.974 INFO blam! Oct 11 16:08:23.974 INFO blam! failures: Oct 11 16:08:23.974 INFO blam! Oct 11 16:08:23.974 INFO blam! ---- manifest_parser::parser_test::parsertest_dollars stdout ---- Oct 11 16:08:23.974 INFO blam! thread 'manifest_parser::parser_test::parsertest_dollars' panicked at 'not yet implemented', src/utils.rs:474:9 Oct 11 16:08:23.974 INFO blam! stack backtrace: Oct 11 16:08:23.974 INFO blam! 0: 0x55fc9bf7aaee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 16:08:23.974 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 16:08:23.974 INFO blam! 1: 0x55fc9bf83a36 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 16:08:23.974 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 16:08:23.974 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 16:08:23.974 INFO blam! 2: 0x55fc9bf7e78d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 16:08:23.974 INFO blam! at libstd/panicking.rs:211 Oct 11 16:08:23.974 INFO blam! 3: 0x55fc9bf7e49b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 16:08:23.974 INFO blam! at libstd/panicking.rs:221 Oct 11 16:08:23.974 INFO blam! 4: 0x55fc9bf7ee3c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 16:08:23.974 INFO blam! at libstd/panicking.rs:476 Oct 11 16:08:23.974 INFO blam! 5: 0x55fc9bf5a82f - std::panicking::begin_panic::h88762817eea915d0 Oct 11 16:08:23.974 INFO blam! at libstd/panicking.rs:410 Oct 11 16:08:23.974 INFO blam! 6: 0x55fc9bf0077f - as ninja_build::utils::ExtendFromEscapedSlice>::extend_from_shell_escaped_slice::he48852c2ee9f7ece Oct 11 16:08:23.974 INFO blam! at src/utils.rs:474 Oct 11 16:08:23.974 INFO blam! 7: 0x55fc9bf0ed40 - ninja_build::graph::EdgeEnv::make_path_list::h7e3967382270c1a0 Oct 11 16:08:23.974 INFO blam! at src/graph.rs:936 Oct 11 16:08:23.974 INFO blam! 8: 0x55fc9bf0f129 - as ninja_build::eval_env::Env>::lookup_variable::hd1f2a947b1052d06 Oct 11 16:08:23.974 INFO blam! at src/graph.rs:961 Oct 11 16:08:23.974 INFO blam! 9: 0x55fc9be8111a - ninja_build::eval_env::EvalString::evaluate::h069f846ce480ac7c Oct 11 16:08:23.974 INFO blam! at src/eval_env.rs:54 Oct 11 16:08:23.974 INFO blam! 10: 0x55fc9be825aa - ninja_build::eval_env::BindingEnv::lookup_with_fallback::h66d99eb082c05f34 Oct 11 16:08:23.974 INFO blam! at src/eval_env.rs:220 Oct 11 16:08:23.974 INFO blam! 11: 0x55fc9bf0f72d - as ninja_build::eval_env::Env>::lookup_variable::hd1f2a947b1052d06 Oct 11 16:08:23.974 INFO blam! at src/graph.rs:996 Oct 11 16:08:23.974 INFO blam! 12: 0x55fc9bf0e3bc - ninja_build::graph::Edge::get_binding::hc7217df6f2b2978d Oct 11 16:08:23.974 INFO blam! at src/graph.rs:283 Oct 11 16:08:23.974 INFO blam! 13: 0x55fc9bf0e5c1 - ninja_build::graph::Edge::evaluate_command_with_rsp_file::hd6bdf7424074bc34 Oct 11 16:08:23.974 INFO blam! at src/graph.rs:322 Oct 11 16:08:23.974 INFO blam! 14: 0x55fc9bf0e565 - ninja_build::graph::Edge::evaluate_command::h7518234a09b1406b Oct 11 16:08:23.974 INFO blam! at src/graph.rs:314 Oct 11 16:08:23.974 INFO blam! 15: 0x55fc9be9ba53 - ninja_build::manifest_parser::parser_test::parsertest_dollars::h3cd4151cbc467425 Oct 11 16:08:23.974 INFO blam! at src/manifest_parser.rs:945 Oct 11 16:08:23.974 INFO blam! 16: 0x55fc9be9b299 - ninja_build::manifest_parser::parser_test::parsertest_dollars::{{closure}}::h3920ae7c5cbb5474 Oct 11 16:08:23.974 INFO blam! at src/manifest_parser.rs:920 Oct 11 16:08:23.974 INFO blam! 17: 0x55fc9bf0434d - core::ops::function::FnOnce::call_once::h2b59f323b097555d Oct 11 16:08:23.974 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:08:23.974 INFO blam! 18: 0x55fc9bf19d7e - >::call_box::h95b7cb918af67b5d Oct 11 16:08:23.974 INFO blam! at libtest/lib.rs:1468 Oct 11 16:08:23.974 INFO blam! at libcore/ops/function.rs:238 Oct 11 16:08:23.974 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:08:23.974 INFO blam! 19: 0x55fc9bf8ec09 - __rust_maybe_catch_panic Oct 11 16:08:23.974 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:08:23.974 INFO blam! 20: 0x55fc9bf3a8cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 16:08:23.974 INFO blam! at libstd/panicking.rs:289 Oct 11 16:08:23.974 INFO blam! at libstd/panic.rs:392 Oct 11 16:08:23.974 INFO blam! at libtest/lib.rs:1423 Oct 11 16:08:23.975 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 16:08:23.975 INFO blam! 21: 0x55fc9bf3b4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 16:08:23.975 INFO blam! at libstd/thread/mod.rs:409 Oct 11 16:08:23.975 INFO blam! at libstd/panic.rs:313 Oct 11 16:08:23.975 INFO blam! at libstd/panicking.rs:310 Oct 11 16:08:23.975 INFO blam! 22: 0x55fc9bf8ec09 - __rust_maybe_catch_panic Oct 11 16:08:23.975 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 16:08:23.975 INFO blam! 23: 0x55fc9bf28a96 - >::call_box::h96125cb29a9ba44b Oct 11 16:08:23.975 INFO blam! at libstd/panicking.rs:289 Oct 11 16:08:23.975 INFO blam! at libstd/panic.rs:392 Oct 11 16:08:23.975 INFO blam! at libstd/thread/mod.rs:408 Oct 11 16:08:23.975 INFO blam! at liballoc/boxed.rs:672 Oct 11 16:08:23.975 INFO blam! 24: 0x55fc9bf7cb6a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 16:08:23.975 INFO blam! at liballoc/boxed.rs:682 Oct 11 16:08:23.975 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 16:08:23.975 INFO blam! 25: 0x55fc9bf71ef5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 16:08:23.975 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 16:08:23.975 INFO blam! 26: 0x7f617daf86b9 - start_thread Oct 11 16:08:23.975 INFO blam! 27: 0x7f617d61841c - clone Oct 11 16:08:23.975 INFO blam! 28: 0x0 - Oct 11 16:08:23.975 INFO blam! Oct 11 16:08:23.975 INFO blam! Oct 11 16:08:23.975 INFO blam! failures: Oct 11 16:08:23.975 INFO blam! manifest_parser::parser_test::parsertest_dollars Oct 11 16:08:23.975 INFO blam! Oct 11 16:08:23.975 INFO blam! test result: FAILED. 95 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:08:23.975 INFO blam! Oct 11 16:08:23.976 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 16:08:23.978 INFO kablam! su: No module specific data is present Oct 11 16:08:24.298 INFO running `"docker" "rm" "-f" "6047840e97af37580a562febbda8bbdd48cd69b7b2dcc4d57ba60f06d55db8a1"` Oct 11 16:08:24.400 INFO blam! 6047840e97af37580a562febbda8bbdd48cd69b7b2dcc4d57ba60f06d55db8a1