Oct 11 01:42:12.776 INFO testing bwhetherington/rust-lisp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:42:12.777 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:42:12.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 01:42:13.240 INFO blam! 4d497afeb472fb421496bcd07e7373f299bb4fbbfe9c25f3261e7819f14d6a17 Oct 11 01:42:13.242 INFO running `"docker" "start" "-a" "4d497afeb472fb421496bcd07e7373f299bb4fbbfe9c25f3261e7819f14d6a17"` Oct 11 01:42:14.165 INFO kablam! usermod: no changes Oct 11 01:42:14.199 INFO kablam! Compiling rust-lisp v0.1.0 (/source) Oct 11 01:42:14.798 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 01:42:14.798 INFO kablam! --> src/interpreter.rs:1:5 Oct 11 01:42:14.799 INFO kablam! | Oct 11 01:42:14.799 INFO kablam! 1 | use std::collections::HashMap; Oct 11 01:42:14.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:14.800 INFO kablam! | Oct 11 01:42:14.800 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:42:14.800 INFO kablam! Oct 11 01:42:14.801 INFO kablam! warning: unused import: `parser::Parser` Oct 11 01:42:14.801 INFO kablam! --> src/intrinsics.rs:2:5 Oct 11 01:42:14.801 INFO kablam! | Oct 11 01:42:14.801 INFO kablam! 2 | use parser::Parser; Oct 11 01:42:14.802 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 01:42:14.802 INFO kablam! Oct 11 01:42:14.802 INFO kablam! warning: unused import: `std::fs` Oct 11 01:42:14.802 INFO kablam! --> src/utils.rs:2:5 Oct 11 01:42:14.803 INFO kablam! | Oct 11 01:42:14.803 INFO kablam! 2 | use std::fs; Oct 11 01:42:14.803 INFO kablam! | ^^^^^^^ Oct 11 01:42:14.803 INFO kablam! Oct 11 01:42:14.804 INFO kablam! warning: unused import: `environment::Environment` Oct 11 01:42:14.804 INFO kablam! --> src/values.rs:5:5 Oct 11 01:42:14.804 INFO kablam! | Oct 11 01:42:14.805 INFO kablam! 5 | use environment::Environment; Oct 11 01:42:14.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:14.805 INFO kablam! Oct 11 01:42:14.817 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:42:14.817 INFO kablam! --> src/utils.rs:5:29 Oct 11 01:42:14.817 INFO kablam! | Oct 11 01:42:14.817 INFO kablam! 5 | if let Some(home_dir) = env::home_dir() { Oct 11 01:42:14.818 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:42:14.818 INFO kablam! | Oct 11 01:42:14.818 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 01:42:14.818 INFO kablam! Oct 11 01:42:15.048 INFO kablam! warning: unused variable: `env` Oct 11 01:42:15.048 INFO kablam! --> src/intrinsics.rs:174:20 Oct 11 01:42:15.048 INFO kablam! | Oct 11 01:42:15.049 INFO kablam! 174 | pub fn _lambda(env: Env, exprs: Exprs) -> Output { Oct 11 01:42:15.050 INFO kablam! | ^^^ help: consider using `_env` instead Oct 11 01:42:15.050 INFO kablam! | Oct 11 01:42:15.058 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:42:15.058 INFO kablam! Oct 11 01:42:15.058 INFO kablam! warning: unused variable: `num_values` Oct 11 01:42:15.058 INFO kablam! --> src/intrinsics.rs:335:29 Oct 11 01:42:15.059 INFO kablam! | Oct 11 01:42:15.059 INFO kablam! 335 | let num_values = len - 1; Oct 11 01:42:15.059 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_values` instead Oct 11 01:42:15.059 INFO kablam! Oct 11 01:42:15.153 INFO kablam! warning: method is never used: `parse_from_str` Oct 11 01:42:15.153 INFO kablam! --> src/parser.rs:18:5 Oct 11 01:42:15.154 INFO kablam! | Oct 11 01:42:15.154 INFO kablam! 18 | pub fn parse_from_str(&mut self, s: &str) -> Parse { Oct 11 01:42:15.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:15.154 INFO kablam! | Oct 11 01:42:15.155 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:42:15.155 INFO kablam! Oct 11 01:42:15.156 INFO kablam! warning: method is never used: `peak_char` Oct 11 01:42:15.156 INFO kablam! --> src/parser.rs:170:5 Oct 11 01:42:15.156 INFO kablam! | Oct 11 01:42:15.157 INFO kablam! 170 | fn peak_char(&mut self, r: &mut BufReader) -> Option { Oct 11 01:42:15.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:15.157 INFO kablam! Oct 11 01:42:15.157 INFO kablam! warning: constant item is never used: `FIELD_NAMES_FORMAT` Oct 11 01:42:15.158 INFO kablam! --> src/intrinsics.rs:17:1 Oct 11 01:42:15.158 INFO kablam! | Oct 11 01:42:15.158 INFO kablam! 17 | const FIELD_NAMES_FORMAT: &'static str = "{}-field-names"; Oct 11 01:42:15.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:15.159 INFO kablam! Oct 11 01:42:15.159 INFO kablam! warning: method is never used: `cur_scope` Oct 11 01:42:15.160 INFO kablam! --> src/environment.rs:17:5 Oct 11 01:42:15.160 INFO kablam! | Oct 11 01:42:15.160 INFO kablam! 17 | fn cur_scope(&self) -> &HashMap { Oct 11 01:42:15.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:15.161 INFO kablam! Oct 11 01:42:16.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 11 01:42:16.429 INFO kablam! su: No module specific data is present Oct 11 01:42:17.104 INFO running `"docker" "rm" "-f" "4d497afeb472fb421496bcd07e7373f299bb4fbbfe9c25f3261e7819f14d6a17"` Oct 11 01:42:17.317 INFO blam! 4d497afeb472fb421496bcd07e7373f299bb4fbbfe9c25f3261e7819f14d6a17 Oct 11 01:42:17.324 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:42:17.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 01:42:17.565 INFO blam! d8fa7c5c0d1455f75cdb11c4ad111a8fdf37de2fe0934d37ae19ac762f661c0f Oct 11 01:42:17.572 INFO running `"docker" "start" "-a" "d8fa7c5c0d1455f75cdb11c4ad111a8fdf37de2fe0934d37ae19ac762f661c0f"` Oct 11 01:42:18.190 INFO kablam! usermod: no changes Oct 11 01:42:18.220 INFO kablam! Compiling rust-lisp v0.1.0 (/source) Oct 11 01:42:18.988 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 01:42:18.988 INFO kablam! --> src/interpreter.rs:1:5 Oct 11 01:42:18.988 INFO kablam! | Oct 11 01:42:18.988 INFO kablam! 1 | use std::collections::HashMap; Oct 11 01:42:18.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:18.988 INFO kablam! | Oct 11 01:42:18.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:42:18.988 INFO kablam! Oct 11 01:42:18.988 INFO kablam! warning: unused import: `parser::Parser` Oct 11 01:42:18.988 INFO kablam! --> src/intrinsics.rs:2:5 Oct 11 01:42:18.988 INFO kablam! | Oct 11 01:42:18.988 INFO kablam! 2 | use parser::Parser; Oct 11 01:42:18.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 01:42:18.988 INFO kablam! Oct 11 01:42:18.992 INFO kablam! warning: unused import: `std::fs` Oct 11 01:42:18.992 INFO kablam! --> src/utils.rs:2:5 Oct 11 01:42:18.992 INFO kablam! | Oct 11 01:42:18.992 INFO kablam! 2 | use std::fs; Oct 11 01:42:18.992 INFO kablam! | ^^^^^^^ Oct 11 01:42:18.992 INFO kablam! Oct 11 01:42:18.992 INFO kablam! warning: unused import: `environment::Environment` Oct 11 01:42:18.992 INFO kablam! --> src/values.rs:5:5 Oct 11 01:42:18.992 INFO kablam! | Oct 11 01:42:18.992 INFO kablam! 5 | use environment::Environment; Oct 11 01:42:18.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:18.992 INFO kablam! Oct 11 01:42:19.008 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 11 01:42:19.008 INFO kablam! --> src/utils.rs:5:29 Oct 11 01:42:19.008 INFO kablam! | Oct 11 01:42:19.008 INFO kablam! 5 | if let Some(home_dir) = env::home_dir() { Oct 11 01:42:19.008 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:42:19.008 INFO kablam! | Oct 11 01:42:19.008 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 01:42:19.008 INFO kablam! Oct 11 01:42:19.289 INFO kablam! warning: unused variable: `env` Oct 11 01:42:19.289 INFO kablam! --> src/intrinsics.rs:174:20 Oct 11 01:42:19.289 INFO kablam! | Oct 11 01:42:19.289 INFO kablam! 174 | pub fn _lambda(env: Env, exprs: Exprs) -> Output { Oct 11 01:42:19.289 INFO kablam! | ^^^ help: consider using `_env` instead Oct 11 01:42:19.289 INFO kablam! | Oct 11 01:42:19.289 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:42:19.289 INFO kablam! Oct 11 01:42:19.289 INFO kablam! warning: unused variable: `num_values` Oct 11 01:42:19.289 INFO kablam! --> src/intrinsics.rs:335:29 Oct 11 01:42:19.289 INFO kablam! | Oct 11 01:42:19.289 INFO kablam! 335 | let num_values = len - 1; Oct 11 01:42:19.289 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_values` instead Oct 11 01:42:19.289 INFO kablam! Oct 11 01:42:19.404 INFO kablam! warning: method is never used: `parse_from_str` Oct 11 01:42:19.404 INFO kablam! --> src/parser.rs:18:5 Oct 11 01:42:19.404 INFO kablam! | Oct 11 01:42:19.404 INFO kablam! 18 | pub fn parse_from_str(&mut self, s: &str) -> Parse { Oct 11 01:42:19.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:19.404 INFO kablam! | Oct 11 01:42:19.404 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:42:19.404 INFO kablam! Oct 11 01:42:19.404 INFO kablam! warning: method is never used: `peak_char` Oct 11 01:42:19.404 INFO kablam! --> src/parser.rs:170:5 Oct 11 01:42:19.404 INFO kablam! | Oct 11 01:42:19.404 INFO kablam! 170 | fn peak_char(&mut self, r: &mut BufReader) -> Option { Oct 11 01:42:19.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:19.404 INFO kablam! Oct 11 01:42:19.404 INFO kablam! warning: constant item is never used: `FIELD_NAMES_FORMAT` Oct 11 01:42:19.404 INFO kablam! --> src/intrinsics.rs:17:1 Oct 11 01:42:19.404 INFO kablam! | Oct 11 01:42:19.404 INFO kablam! 17 | const FIELD_NAMES_FORMAT: &'static str = "{}-field-names"; Oct 11 01:42:19.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:19.405 INFO kablam! Oct 11 01:42:19.405 INFO kablam! warning: method is never used: `cur_scope` Oct 11 01:42:19.405 INFO kablam! --> src/environment.rs:17:5 Oct 11 01:42:19.405 INFO kablam! | Oct 11 01:42:19.405 INFO kablam! 17 | fn cur_scope(&self) -> &HashMap { Oct 11 01:42:19.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:42:19.405 INFO kablam! Oct 11 01:42:19.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 11 01:42:19.936 INFO kablam! su: No module specific data is present Oct 11 01:42:20.303 INFO running `"docker" "rm" "-f" "d8fa7c5c0d1455f75cdb11c4ad111a8fdf37de2fe0934d37ae19ac762f661c0f"` Oct 11 01:42:20.496 INFO blam! d8fa7c5c0d1455f75cdb11c4ad111a8fdf37de2fe0934d37ae19ac762f661c0f Oct 11 01:42:20.498 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:42:20.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 01:42:20.740 INFO blam! eda5f9aca9b5f1e14cf74eacb1b00a570d18ff74e64b5203446ea1ba6601f78c Oct 11 01:42:20.746 INFO running `"docker" "start" "-a" "eda5f9aca9b5f1e14cf74eacb1b00a570d18ff74e64b5203446ea1ba6601f78c"` Oct 11 01:42:21.292 INFO kablam! usermod: no changes Oct 11 01:42:21.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 01:42:21.384 INFO blam! Oct 11 01:42:21.384 INFO blam! running 0 tests Oct 11 01:42:21.384 INFO blam! Oct 11 01:42:21.384 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:42:21.384 INFO blam! Oct 11 01:42:21.386 INFO kablam! Running /target/debug/deps/rust_lisp-32863c20bf4d8e13 Oct 11 01:42:21.387 INFO kablam! su: No module specific data is present Oct 11 01:42:21.857 INFO running `"docker" "rm" "-f" "eda5f9aca9b5f1e14cf74eacb1b00a570d18ff74e64b5203446ea1ba6601f78c"` Oct 11 01:42:21.992 INFO blam! eda5f9aca9b5f1e14cf74eacb1b00a570d18ff74e64b5203446ea1ba6601f78c