Oct 15 01:36:00.149 INFO testing bwhetherington/rust-lisp against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:36:00.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:36:00.616 INFO blam! bfd32541d0b3e72f1bdc63c0a521b703a3de1386522136d722e8048ce5782a2a Oct 15 01:36:00.618 INFO running `"docker" "start" "-a" "bfd32541d0b3e72f1bdc63c0a521b703a3de1386522136d722e8048ce5782a2a"` Oct 15 01:36:01.797 INFO kablam! usermod: no changes Oct 15 01:36:01.863 INFO kablam! Compiling rust-lisp v0.1.0 (/source) Oct 15 01:36:02.279 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 01:36:02.279 INFO kablam! --> src/interpreter.rs:1:5 Oct 15 01:36:02.279 INFO kablam! | Oct 15 01:36:02.279 INFO kablam! 1 | use std::collections::HashMap; Oct 15 01:36:02.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:02.279 INFO kablam! | Oct 15 01:36:02.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:36:02.279 INFO kablam! Oct 15 01:36:02.279 INFO kablam! warning: unused import: `parser::Parser` Oct 15 01:36:02.279 INFO kablam! --> src/intrinsics.rs:2:5 Oct 15 01:36:02.279 INFO kablam! | Oct 15 01:36:02.279 INFO kablam! 2 | use parser::Parser; Oct 15 01:36:02.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 01:36:02.279 INFO kablam! Oct 15 01:36:02.279 INFO kablam! warning: unused import: `std::fs` Oct 15 01:36:02.279 INFO kablam! --> src/utils.rs:2:5 Oct 15 01:36:02.279 INFO kablam! | Oct 15 01:36:02.279 INFO kablam! 2 | use std::fs; Oct 15 01:36:02.279 INFO kablam! | ^^^^^^^ Oct 15 01:36:02.279 INFO kablam! Oct 15 01:36:02.279 INFO kablam! warning: unused import: `environment::Environment` Oct 15 01:36:02.279 INFO kablam! --> src/values.rs:5:5 Oct 15 01:36:02.279 INFO kablam! | Oct 15 01:36:02.279 INFO kablam! 5 | use environment::Environment; Oct 15 01:36:02.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:02.279 INFO kablam! Oct 15 01:36:02.303 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 15 01:36:02.303 INFO kablam! --> src/utils.rs:5:29 Oct 15 01:36:02.303 INFO kablam! | Oct 15 01:36:02.303 INFO kablam! 5 | if let Some(home_dir) = env::home_dir() { Oct 15 01:36:02.303 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 01:36:02.303 INFO kablam! | Oct 15 01:36:02.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 01:36:02.303 INFO kablam! Oct 15 01:36:02.543 INFO kablam! warning: unused variable: `env` Oct 15 01:36:02.543 INFO kablam! --> src/intrinsics.rs:174:20 Oct 15 01:36:02.543 INFO kablam! | Oct 15 01:36:02.543 INFO kablam! 174 | pub fn _lambda(env: Env, exprs: Exprs) -> Output { Oct 15 01:36:02.543 INFO kablam! | ^^^ help: consider using `_env` instead Oct 15 01:36:02.543 INFO kablam! | Oct 15 01:36:02.543 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:36:02.543 INFO kablam! Oct 15 01:36:02.543 INFO kablam! warning: unused variable: `num_values` Oct 15 01:36:02.543 INFO kablam! --> src/intrinsics.rs:335:29 Oct 15 01:36:02.543 INFO kablam! | Oct 15 01:36:02.543 INFO kablam! 335 | let num_values = len - 1; Oct 15 01:36:02.543 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_values` instead Oct 15 01:36:02.543 INFO kablam! Oct 15 01:36:02.667 INFO kablam! warning: method is never used: `parse_from_str` Oct 15 01:36:02.667 INFO kablam! --> src/parser.rs:18:5 Oct 15 01:36:02.667 INFO kablam! | Oct 15 01:36:02.667 INFO kablam! 18 | pub fn parse_from_str(&mut self, s: &str) -> Parse { Oct 15 01:36:02.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:02.667 INFO kablam! | Oct 15 01:36:02.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:36:02.667 INFO kablam! Oct 15 01:36:02.667 INFO kablam! warning: method is never used: `peak_char` Oct 15 01:36:02.667 INFO kablam! --> src/parser.rs:170:5 Oct 15 01:36:02.667 INFO kablam! | Oct 15 01:36:02.667 INFO kablam! 170 | fn peak_char(&mut self, r: &mut BufReader) -> Option { Oct 15 01:36:02.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:02.667 INFO kablam! Oct 15 01:36:02.667 INFO kablam! warning: constant item is never used: `FIELD_NAMES_FORMAT` Oct 15 01:36:02.667 INFO kablam! --> src/intrinsics.rs:17:1 Oct 15 01:36:02.667 INFO kablam! | Oct 15 01:36:02.667 INFO kablam! 17 | const FIELD_NAMES_FORMAT: &'static str = "{}-field-names"; Oct 15 01:36:02.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:02.667 INFO kablam! Oct 15 01:36:02.667 INFO kablam! warning: method is never used: `cur_scope` Oct 15 01:36:02.667 INFO kablam! --> src/environment.rs:17:5 Oct 15 01:36:02.667 INFO kablam! | Oct 15 01:36:02.667 INFO kablam! 17 | fn cur_scope(&self) -> &HashMap { Oct 15 01:36:02.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:02.667 INFO kablam! Oct 15 01:36:04.421 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 15 01:36:04.421 INFO kablam! su: No module specific data is present Oct 15 01:36:05.021 INFO running `"docker" "rm" "-f" "bfd32541d0b3e72f1bdc63c0a521b703a3de1386522136d722e8048ce5782a2a"` Oct 15 01:36:05.357 INFO blam! bfd32541d0b3e72f1bdc63c0a521b703a3de1386522136d722e8048ce5782a2a Oct 15 01:36:05.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:36:05.826 INFO blam! 17887373d7014912c53ae72f5ffda917a93071d4fb0e1b0de5a7530b11e9126f Oct 15 01:36:05.831 INFO running `"docker" "start" "-a" "17887373d7014912c53ae72f5ffda917a93071d4fb0e1b0de5a7530b11e9126f"` Oct 15 01:36:06.907 INFO kablam! usermod: no changes Oct 15 01:36:06.959 INFO kablam! Compiling rust-lisp v0.1.0 (/source) Oct 15 01:36:07.439 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 01:36:07.439 INFO kablam! --> src/interpreter.rs:1:5 Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! 1 | use std::collections::HashMap; Oct 15 01:36:07.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:36:07.439 INFO kablam! Oct 15 01:36:07.439 INFO kablam! warning: unused import: `parser::Parser` Oct 15 01:36:07.439 INFO kablam! --> src/intrinsics.rs:2:5 Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! 2 | use parser::Parser; Oct 15 01:36:07.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 01:36:07.439 INFO kablam! Oct 15 01:36:07.439 INFO kablam! warning: unused import: `std::fs` Oct 15 01:36:07.439 INFO kablam! --> src/utils.rs:2:5 Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! 2 | use std::fs; Oct 15 01:36:07.439 INFO kablam! | ^^^^^^^ Oct 15 01:36:07.439 INFO kablam! Oct 15 01:36:07.439 INFO kablam! warning: unused import: `environment::Environment` Oct 15 01:36:07.439 INFO kablam! --> src/values.rs:5:5 Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! 5 | use environment::Environment; Oct 15 01:36:07.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:07.439 INFO kablam! Oct 15 01:36:07.439 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 15 01:36:07.439 INFO kablam! --> src/utils.rs:5:29 Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! 5 | if let Some(home_dir) = env::home_dir() { Oct 15 01:36:07.439 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 01:36:07.439 INFO kablam! | Oct 15 01:36:07.439 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 01:36:07.439 INFO kablam! Oct 15 01:36:07.703 INFO kablam! warning: unused variable: `env` Oct 15 01:36:07.703 INFO kablam! --> src/intrinsics.rs:174:20 Oct 15 01:36:07.703 INFO kablam! | Oct 15 01:36:07.703 INFO kablam! 174 | pub fn _lambda(env: Env, exprs: Exprs) -> Output { Oct 15 01:36:07.703 INFO kablam! | ^^^ help: consider using `_env` instead Oct 15 01:36:07.703 INFO kablam! | Oct 15 01:36:07.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:36:07.704 INFO kablam! Oct 15 01:36:07.704 INFO kablam! warning: unused variable: `num_values` Oct 15 01:36:07.704 INFO kablam! --> src/intrinsics.rs:335:29 Oct 15 01:36:07.704 INFO kablam! | Oct 15 01:36:07.704 INFO kablam! 335 | let num_values = len - 1; Oct 15 01:36:07.704 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_values` instead Oct 15 01:36:07.704 INFO kablam! Oct 15 01:36:07.830 INFO kablam! warning: method is never used: `parse_from_str` Oct 15 01:36:07.830 INFO kablam! --> src/parser.rs:18:5 Oct 15 01:36:07.830 INFO kablam! | Oct 15 01:36:07.830 INFO kablam! 18 | pub fn parse_from_str(&mut self, s: &str) -> Parse { Oct 15 01:36:07.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:07.830 INFO kablam! | Oct 15 01:36:07.830 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:36:07.830 INFO kablam! Oct 15 01:36:07.830 INFO kablam! warning: method is never used: `peak_char` Oct 15 01:36:07.830 INFO kablam! --> src/parser.rs:170:5 Oct 15 01:36:07.830 INFO kablam! | Oct 15 01:36:07.830 INFO kablam! 170 | fn peak_char(&mut self, r: &mut BufReader) -> Option { Oct 15 01:36:07.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:07.830 INFO kablam! Oct 15 01:36:07.830 INFO kablam! warning: constant item is never used: `FIELD_NAMES_FORMAT` Oct 15 01:36:07.830 INFO kablam! --> src/intrinsics.rs:17:1 Oct 15 01:36:07.830 INFO kablam! | Oct 15 01:36:07.830 INFO kablam! 17 | const FIELD_NAMES_FORMAT: &'static str = "{}-field-names"; Oct 15 01:36:07.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:07.830 INFO kablam! Oct 15 01:36:07.830 INFO kablam! warning: method is never used: `cur_scope` Oct 15 01:36:07.830 INFO kablam! --> src/environment.rs:17:5 Oct 15 01:36:07.830 INFO kablam! | Oct 15 01:36:07.830 INFO kablam! 17 | fn cur_scope(&self) -> &HashMap { Oct 15 01:36:07.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:07.830 INFO kablam! Oct 15 01:36:08.325 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 15 01:36:08.325 INFO kablam! su: No module specific data is present Oct 15 01:36:09.030 INFO running `"docker" "rm" "-f" "17887373d7014912c53ae72f5ffda917a93071d4fb0e1b0de5a7530b11e9126f"` Oct 15 01:36:09.323 INFO blam! 17887373d7014912c53ae72f5ffda917a93071d4fb0e1b0de5a7530b11e9126f Oct 15 01:36:09.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:36:09.711 INFO blam! fcb7d389bdd7ca4ded54037768e5d416f519d8cec3bd0e69a66e0e57713fa36e Oct 15 01:36:09.727 INFO running `"docker" "start" "-a" "fcb7d389bdd7ca4ded54037768e5d416f519d8cec3bd0e69a66e0e57713fa36e"` Oct 15 01:36:10.819 INFO kablam! usermod: no changes Oct 15 01:36:10.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:36:10.859 INFO kablam! Running /target/debug/deps/rust_lisp-790cc22565ff6737 Oct 15 01:36:10.862 INFO blam! Oct 15 01:36:10.862 INFO blam! running 0 tests Oct 15 01:36:10.862 INFO blam! Oct 15 01:36:10.862 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:36:10.862 INFO blam! Oct 15 01:36:10.867 INFO kablam! su: No module specific data is present Oct 15 01:36:11.491 INFO running `"docker" "rm" "-f" "fcb7d389bdd7ca4ded54037768e5d416f519d8cec3bd0e69a66e0e57713fa36e"` Oct 15 01:36:11.747 INFO blam! fcb7d389bdd7ca4ded54037768e5d416f519d8cec3bd0e69a66e0e57713fa36e