Oct 15 01:36:01.674 INFO testing bwhetherington/rust-lisp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:36:01.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:36:02.167 INFO blam! 7ac0e837a2b23e9cae36d2104425798ed93245070c8cf83ac921ee95f114e53f Oct 15 01:36:02.175 INFO running `"docker" "start" "-a" "7ac0e837a2b23e9cae36d2104425798ed93245070c8cf83ac921ee95f114e53f"` Oct 15 01:36:03.139 INFO kablam! usermod: no changes Oct 15 01:36:03.191 INFO kablam! Compiling rust-lisp v0.1.0 (/source) Oct 15 01:36:03.657 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 01:36:03.657 INFO kablam! --> src/interpreter.rs:1:5 Oct 15 01:36:03.657 INFO kablam! | Oct 15 01:36:03.658 INFO kablam! 1 | use std::collections::HashMap; Oct 15 01:36:03.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:03.658 INFO kablam! | Oct 15 01:36:03.658 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:36:03.659 INFO kablam! Oct 15 01:36:03.659 INFO kablam! warning: unused import: `parser::Parser` Oct 15 01:36:03.659 INFO kablam! --> src/intrinsics.rs:2:5 Oct 15 01:36:03.659 INFO kablam! | Oct 15 01:36:03.659 INFO kablam! 2 | use parser::Parser; Oct 15 01:36:03.659 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 01:36:03.659 INFO kablam! Oct 15 01:36:03.672 INFO kablam! warning: unused import: `std::fs` Oct 15 01:36:03.673 INFO kablam! --> src/utils.rs:2:5 Oct 15 01:36:03.673 INFO kablam! | Oct 15 01:36:03.673 INFO kablam! 2 | use std::fs; Oct 15 01:36:03.673 INFO kablam! | ^^^^^^^ Oct 15 01:36:03.674 INFO kablam! Oct 15 01:36:03.674 INFO kablam! warning: unused import: `environment::Environment` Oct 15 01:36:03.674 INFO kablam! --> src/values.rs:5:5 Oct 15 01:36:03.675 INFO kablam! | Oct 15 01:36:03.675 INFO kablam! 5 | use environment::Environment; Oct 15 01:36:03.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:03.676 INFO kablam! Oct 15 01:36:03.683 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:03.684 INFO kablam! --> src/utils.rs:5:29 Oct 15 01:36:03.684 INFO kablam! | Oct 15 01:36:03.684 INFO kablam! 5 | if let Some(home_dir) = env::home_dir() { Oct 15 01:36:03.684 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 01:36:03.685 INFO kablam! | Oct 15 01:36:03.685 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 01:36:03.685 INFO kablam! Oct 15 01:36:03.945 INFO kablam! warning: unused variable: `env` Oct 15 01:36:03.946 INFO kablam! --> src/intrinsics.rs:174:20 Oct 15 01:36:03.946 INFO kablam! | Oct 15 01:36:03.946 INFO kablam! 174 | pub fn _lambda(env: Env, exprs: Exprs) -> Output { Oct 15 01:36:03.946 INFO kablam! | ^^^ help: consider using `_env` instead Oct 15 01:36:03.947 INFO kablam! | Oct 15 01:36:03.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:36:03.947 INFO kablam! Oct 15 01:36:03.948 INFO kablam! warning: unused variable: `num_values` Oct 15 01:36:03.948 INFO kablam! --> src/intrinsics.rs:335:29 Oct 15 01:36:03.948 INFO kablam! | Oct 15 01:36:03.949 INFO kablam! 335 | let num_values = len - 1; Oct 15 01:36:03.949 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_values` instead Oct 15 01:36:03.949 INFO kablam! Oct 15 01:36:04.054 INFO kablam! warning: method is never used: `parse_from_str` Oct 15 01:36:04.054 INFO kablam! --> src/parser.rs:18:5 Oct 15 01:36:04.054 INFO kablam! | Oct 15 01:36:04.055 INFO kablam! 18 | pub fn parse_from_str(&mut self, s: &str) -> Parse { Oct 15 01:36:04.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:04.055 INFO kablam! | Oct 15 01:36:04.056 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:36:04.056 INFO kablam! Oct 15 01:36:04.056 INFO kablam! warning: method is never used: `peak_char` Oct 15 01:36:04.057 INFO kablam! --> src/parser.rs:170:5 Oct 15 01:36:04.057 INFO kablam! | Oct 15 01:36:04.057 INFO kablam! 170 | fn peak_char(&mut self, r: &mut BufReader) -> Option { Oct 15 01:36:04.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:04.058 INFO kablam! Oct 15 01:36:04.058 INFO kablam! warning: constant item is never used: `FIELD_NAMES_FORMAT` Oct 15 01:36:04.059 INFO kablam! --> src/intrinsics.rs:17:1 Oct 15 01:36:04.059 INFO kablam! | Oct 15 01:36:04.059 INFO kablam! 17 | const FIELD_NAMES_FORMAT: &'static str = "{}-field-names"; Oct 15 01:36:04.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:04.060 INFO kablam! Oct 15 01:36:04.060 INFO kablam! warning: method is never used: `cur_scope` Oct 15 01:36:04.061 INFO kablam! --> src/environment.rs:17:5 Oct 15 01:36:04.061 INFO kablam! | Oct 15 01:36:04.061 INFO kablam! 17 | fn cur_scope(&self) -> &HashMap { Oct 15 01:36:04.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:04.062 INFO kablam! Oct 15 01:36:05.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 15 01:36:05.683 INFO kablam! su: No module specific data is present Oct 15 01:36:06.259 INFO running `"docker" "rm" "-f" "7ac0e837a2b23e9cae36d2104425798ed93245070c8cf83ac921ee95f114e53f"` Oct 15 01:36:06.503 INFO blam! 7ac0e837a2b23e9cae36d2104425798ed93245070c8cf83ac921ee95f114e53f Oct 15 01:36:06.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 01:36:06.924 INFO blam! 1c3906e8bc0e3f2a9edbbd75dd265d0ddea2a6e991041af4da47c6dcd02ba72d Oct 15 01:36:06.927 INFO running `"docker" "start" "-a" "1c3906e8bc0e3f2a9edbbd75dd265d0ddea2a6e991041af4da47c6dcd02ba72d"` Oct 15 01:36:07.982 INFO kablam! usermod: no changes Oct 15 01:36:08.036 INFO kablam! Compiling rust-lisp v0.1.0 (/source) Oct 15 01:36:08.439 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 01:36:08.439 INFO kablam! --> src/interpreter.rs:1:5 Oct 15 01:36:08.439 INFO kablam! | Oct 15 01:36:08.439 INFO kablam! 1 | use std::collections::HashMap; Oct 15 01:36:08.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:08.439 INFO kablam! | Oct 15 01:36:08.439 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:36:08.439 INFO kablam! Oct 15 01:36:08.439 INFO kablam! warning: unused import: `parser::Parser` Oct 15 01:36:08.439 INFO kablam! --> src/intrinsics.rs:2:5 Oct 15 01:36:08.439 INFO kablam! | Oct 15 01:36:08.439 INFO kablam! 2 | use parser::Parser; Oct 15 01:36:08.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 01:36:08.439 INFO kablam! Oct 15 01:36:08.439 INFO kablam! warning: unused import: `std::fs` Oct 15 01:36:08.439 INFO kablam! --> src/utils.rs:2:5 Oct 15 01:36:08.439 INFO kablam! | Oct 15 01:36:08.439 INFO kablam! 2 | use std::fs; Oct 15 01:36:08.439 INFO kablam! | ^^^^^^^ Oct 15 01:36:08.439 INFO kablam! Oct 15 01:36:08.439 INFO kablam! warning: unused import: `environment::Environment` Oct 15 01:36:08.439 INFO kablam! --> src/values.rs:5:5 Oct 15 01:36:08.439 INFO kablam! | Oct 15 01:36:08.439 INFO kablam! 5 | use environment::Environment; Oct 15 01:36:08.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:08.439 INFO kablam! Oct 15 01:36:08.465 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:08.465 INFO kablam! --> src/utils.rs:5:29 Oct 15 01:36:08.465 INFO kablam! | Oct 15 01:36:08.465 INFO kablam! 5 | if let Some(home_dir) = env::home_dir() { Oct 15 01:36:08.465 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 01:36:08.465 INFO kablam! | Oct 15 01:36:08.465 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 01:36:08.465 INFO kablam! Oct 15 01:36:08.721 INFO kablam! warning: unused variable: `env` Oct 15 01:36:08.721 INFO kablam! --> src/intrinsics.rs:174:20 Oct 15 01:36:08.722 INFO kablam! | Oct 15 01:36:08.722 INFO kablam! 174 | pub fn _lambda(env: Env, exprs: Exprs) -> Output { Oct 15 01:36:08.722 INFO kablam! | ^^^ help: consider using `_env` instead Oct 15 01:36:08.722 INFO kablam! | Oct 15 01:36:08.722 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:36:08.722 INFO kablam! Oct 15 01:36:08.722 INFO kablam! warning: unused variable: `num_values` Oct 15 01:36:08.722 INFO kablam! --> src/intrinsics.rs:335:29 Oct 15 01:36:08.722 INFO kablam! | Oct 15 01:36:08.722 INFO kablam! 335 | let num_values = len - 1; Oct 15 01:36:08.722 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_values` instead Oct 15 01:36:08.722 INFO kablam! Oct 15 01:36:08.843 INFO kablam! warning: method is never used: `parse_from_str` Oct 15 01:36:08.843 INFO kablam! --> src/parser.rs:18:5 Oct 15 01:36:08.843 INFO kablam! | Oct 15 01:36:08.844 INFO kablam! 18 | pub fn parse_from_str(&mut self, s: &str) -> Parse { Oct 15 01:36:08.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:08.844 INFO kablam! | Oct 15 01:36:08.844 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:36:08.844 INFO kablam! Oct 15 01:36:08.844 INFO kablam! warning: method is never used: `peak_char` Oct 15 01:36:08.844 INFO kablam! --> src/parser.rs:170:5 Oct 15 01:36:08.844 INFO kablam! | Oct 15 01:36:08.844 INFO kablam! 170 | fn peak_char(&mut self, r: &mut BufReader) -> Option { Oct 15 01:36:08.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:08.844 INFO kablam! Oct 15 01:36:08.844 INFO kablam! warning: constant item is never used: `FIELD_NAMES_FORMAT` Oct 15 01:36:08.844 INFO kablam! --> src/intrinsics.rs:17:1 Oct 15 01:36:08.844 INFO kablam! | Oct 15 01:36:08.844 INFO kablam! 17 | const FIELD_NAMES_FORMAT: &'static str = "{}-field-names"; Oct 15 01:36:08.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:08.844 INFO kablam! Oct 15 01:36:08.844 INFO kablam! warning: method is never used: `cur_scope` Oct 15 01:36:08.844 INFO kablam! --> src/environment.rs:17:5 Oct 15 01:36:08.844 INFO kablam! | Oct 15 01:36:08.844 INFO kablam! 17 | fn cur_scope(&self) -> &HashMap { Oct 15 01:36:08.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:36:08.845 INFO kablam! Oct 15 01:36:09.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 01:36:09.439 INFO kablam! su: No module specific data is present Oct 15 01:36:09.981 INFO running `"docker" "rm" "-f" "1c3906e8bc0e3f2a9edbbd75dd265d0ddea2a6e991041af4da47c6dcd02ba72d"` Oct 15 01:36:10.231 INFO blam! 1c3906e8bc0e3f2a9edbbd75dd265d0ddea2a6e991041af4da47c6dcd02ba72d Oct 15 01:36:10.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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:10.675 INFO blam! fcdcc1d54d11160a1763152bbe557106351cc654a3c9b60fb5a2c25ae1ba6190 Oct 15 01:36:10.683 INFO running `"docker" "start" "-a" "fcdcc1d54d11160a1763152bbe557106351cc654a3c9b60fb5a2c25ae1ba6190"` Oct 15 01:36:11.832 INFO kablam! usermod: no changes Oct 15 01:36:11.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:36:11.903 INFO kablam! Running /target/debug/deps/rust_lisp-32863c20bf4d8e13 Oct 15 01:36:11.914 INFO kablam! su: No module specific data is present Oct 15 01:36:11.914 INFO blam! Oct 15 01:36:11.914 INFO blam! running 0 tests Oct 15 01:36:11.914 INFO blam! Oct 15 01:36:11.914 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:36:11.914 INFO blam! Oct 15 01:36:12.523 INFO running `"docker" "rm" "-f" "fcdcc1d54d11160a1763152bbe557106351cc654a3c9b60fb5a2c25ae1ba6190"` Oct 15 01:36:12.918 INFO blam! fcdcc1d54d11160a1763152bbe557106351cc654a3c9b60fb5a2c25ae1ba6190