Oct 10 18:49:25.814 INFO testing matklad/s against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:49:25.814 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:49:25.814 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 18:49:26.246 INFO blam! d953727f083b655a012c41d5b7b7ddaa9dc50f32c7354af452d2833ed9de0337 Oct 10 18:49:26.247 INFO running `"docker" "start" "-a" "d953727f083b655a012c41d5b7b7ddaa9dc50f32c7354af452d2833ed9de0337"` Oct 10 18:49:27.160 INFO kablam! usermod: no changes Oct 10 18:49:27.209 INFO kablam! Compiling s v0.1.0 (/source) Oct 10 18:49:27.961 INFO kablam! warning: variant is never constructed: `Number` Oct 10 18:49:27.962 INFO kablam! --> src/eval.rs:11:5 Oct 10 18:49:27.962 INFO kablam! | Oct 10 18:49:27.962 INFO kablam! 11 | Number(i64), Oct 10 18:49:27.963 INFO kablam! | ^^^^^^^^^^^ Oct 10 18:49:27.963 INFO kablam! | Oct 10 18:49:27.963 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:49:27.963 INFO kablam! Oct 10 18:49:27.963 INFO kablam! warning: variant is never constructed: `Atom` Oct 10 18:49:27.963 INFO kablam! --> src/eval.rs:12:5 Oct 10 18:49:27.963 INFO kablam! | Oct 10 18:49:27.963 INFO kablam! 12 | Atom(String), Oct 10 18:49:27.963 INFO kablam! | ^^^^^^^^^^^^ Oct 10 18:49:27.963 INFO kablam! Oct 10 18:49:27.963 INFO kablam! warning: variant is never constructed: `List` Oct 10 18:49:27.963 INFO kablam! --> src/eval.rs:13:5 Oct 10 18:49:27.963 INFO kablam! | Oct 10 18:49:27.963 INFO kablam! 13 | List(Vec), Oct 10 18:49:27.963 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 18:49:27.963 INFO kablam! Oct 10 18:49:27.963 INFO kablam! warning: variant is never constructed: `Closure` Oct 10 18:49:27.963 INFO kablam! --> src/eval.rs:14:5 Oct 10 18:49:27.963 INFO kablam! | Oct 10 18:49:27.963 INFO kablam! 14 | Closure(Rc Result>) Oct 10 18:49:27.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.963 INFO kablam! Oct 10 18:49:27.963 INFO kablam! warning: method is never used: `closure` Oct 10 18:49:27.963 INFO kablam! --> src/eval.rs:31:5 Oct 10 18:49:27.963 INFO kablam! | Oct 10 18:49:27.963 INFO kablam! 31 | pub fn closure Result + 'static>(f: F) -> Value { Oct 10 18:49:27.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.964 INFO kablam! Oct 10 18:49:27.964 INFO kablam! warning: method is never used: `number` Oct 10 18:49:27.964 INFO kablam! --> src/eval.rs:35:5 Oct 10 18:49:27.964 INFO kablam! | Oct 10 18:49:27.964 INFO kablam! 35 | pub fn number(i: i64) -> Value { Oct 10 18:49:27.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.964 INFO kablam! Oct 10 18:49:27.964 INFO kablam! warning: method is never used: `from_bool` Oct 10 18:49:27.964 INFO kablam! --> src/eval.rs:39:5 Oct 10 18:49:27.964 INFO kablam! | Oct 10 18:49:27.964 INFO kablam! 39 | pub fn from_bool(b: bool) -> Value { Oct 10 18:49:27.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.964 INFO kablam! Oct 10 18:49:27.964 INFO kablam! warning: method is never used: `from_sexpr` Oct 10 18:49:27.964 INFO kablam! --> src/eval.rs:43:5 Oct 10 18:49:27.964 INFO kablam! | Oct 10 18:49:27.964 INFO kablam! 43 | pub fn from_sexpr(sexpr: &Sexpr) -> Value { Oct 10 18:49:27.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.964 INFO kablam! Oct 10 18:49:27.964 INFO kablam! warning: method is never used: `eval` Oct 10 18:49:27.964 INFO kablam! --> src/eval.rs:79:5 Oct 10 18:49:27.964 INFO kablam! | Oct 10 18:49:27.964 INFO kablam! 79 | pub fn eval(&self) -> Result { Oct 10 18:49:27.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.965 INFO kablam! Oct 10 18:49:27.965 INFO kablam! warning: function is never used: `builtin` Oct 10 18:49:27.965 INFO kablam! --> src/eval.rs:86:1 Oct 10 18:49:27.965 INFO kablam! | Oct 10 18:49:27.965 INFO kablam! 86 | fn builtin() -> Env { Oct 10 18:49:27.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.965 INFO kablam! Oct 10 18:49:27.965 INFO kablam! warning: function is never used: `mk_env` Oct 10 18:49:27.965 INFO kablam! --> src/eval.rs:401:1 Oct 10 18:49:27.965 INFO kablam! | Oct 10 18:49:27.965 INFO kablam! 401 | fn mk_env Option + 'static>(f: F) -> Env { Oct 10 18:49:27.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.965 INFO kablam! Oct 10 18:49:27.965 INFO kablam! warning: function is never used: `eval_number` Oct 10 18:49:27.965 INFO kablam! --> src/eval.rs:406:1 Oct 10 18:49:27.965 INFO kablam! | Oct 10 18:49:27.965 INFO kablam! 406 | fn eval_number(env: &Env, expr: &Sexpr) -> Result { Oct 10 18:49:27.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.965 INFO kablam! Oct 10 18:49:27.965 INFO kablam! warning: function is never used: `eval` Oct 10 18:49:27.965 INFO kablam! --> src/eval.rs:414:1 Oct 10 18:49:27.965 INFO kablam! | Oct 10 18:49:27.965 INFO kablam! 414 | fn eval(env: &Env, expr: &Sexpr) -> Result { Oct 10 18:49:27.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:49:27.965 INFO kablam! Oct 10 18:49:28.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 10 18:49:28.338 INFO kablam! su: No module specific data is present Oct 10 18:49:28.807 INFO running `"docker" "rm" "-f" "d953727f083b655a012c41d5b7b7ddaa9dc50f32c7354af452d2833ed9de0337"` Oct 10 18:49:29.032 INFO blam! d953727f083b655a012c41d5b7b7ddaa9dc50f32c7354af452d2833ed9de0337 Oct 10 18:49:29.037 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:49:29.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 18:49:29.434 INFO blam! 5913c1cd9d637ac6feada300ba80b386485b8a4a33e271ddb35777193d0d4c06 Oct 10 18:49:29.435 INFO running `"docker" "start" "-a" "5913c1cd9d637ac6feada300ba80b386485b8a4a33e271ddb35777193d0d4c06"` Oct 10 18:49:30.664 INFO kablam! usermod: no changes Oct 10 18:49:30.740 INFO kablam! Compiling s v0.1.0 (/source) Oct 10 18:49:34.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.74s Oct 10 18:49:34.448 INFO kablam! su: No module specific data is present Oct 10 18:49:35.350 INFO running `"docker" "rm" "-f" "5913c1cd9d637ac6feada300ba80b386485b8a4a33e271ddb35777193d0d4c06"` Oct 10 18:49:35.700 INFO blam! 5913c1cd9d637ac6feada300ba80b386485b8a4a33e271ddb35777193d0d4c06 Oct 10 18:49:35.708 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:49:35.708 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 18:49:36.088 INFO blam! ca362de7f315420b52857e7a0038cc32d13bd16895f123ace79dbb5b30622935 Oct 10 18:49:36.093 INFO running `"docker" "start" "-a" "ca362de7f315420b52857e7a0038cc32d13bd16895f123ace79dbb5b30622935"` Oct 10 18:49:37.203 INFO kablam! usermod: no changes Oct 10 18:49:37.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 18:49:37.260 INFO kablam! Running /target/debug/deps/s-535995a39d565d05 Oct 10 18:49:37.260 INFO blam! Oct 10 18:49:37.261 INFO blam! running 34 tests Oct 10 18:50:07.296 INFO blam! test eval::meta_eval_tests::cond ... ok Oct 10 18:50:09.228 INFO blam! test eval::meta_eval_tests::cons ... ok Oct 10 18:50:12.964 INFO blam! test eval::meta_eval_tests::cadavr ... ok Oct 10 18:50:16.088 INFO blam! test eval::meta_eval_tests::caaddr ... ok Oct 10 18:50:27.481 INFO blam! test eval::meta_eval_tests::binops ... ok Oct 10 18:50:37.260 INFO blam! test eval::meta_eval_tests::basic_arigh ... test eval::meta_eval_tests::basic_arigh has been running for over 60 seconds Oct 10 18:50:37.260 INFO blam! test eval::meta_eval_tests::combinator_fact ... test eval::meta_eval_tests::combinator_fact has been running for over 60 seconds Oct 10 18:50:37.260 INFO blam! test eval::meta_eval_tests::fix2_comb ... test eval::meta_eval_tests::fix2_comb has been running for over 60 seconds Oct 10 18:50:45.885 INFO blam! test eval::meta_eval_tests::if_ ... ok Oct 10 18:50:50.613 INFO blam! test eval::meta_eval_tests::basic_arigh ... ok Oct 10 18:50:54.497 INFO blam! test eval::meta_eval_tests::integers ... ok Oct 10 18:51:07.300 INFO blam! test eval::meta_eval_tests::fix_comb ... test eval::meta_eval_tests::fix_comb has been running for over 60 seconds Oct 10 18:51:08.427 INFO blam! test eval::meta_eval_tests::let_ ... ok Oct 10 18:51:09.220 INFO blam! test eval::meta_eval_tests::fix_fact ... test eval::meta_eval_tests::fix_fact has been running for over 60 seconds Oct 10 18:51:21.076 INFO blam! test eval::meta_eval_tests::multiarg_fun ... ok Oct 10 18:51:36.776 INFO blam! test eval::meta_eval_tests::list ... ok Oct 10 18:51:54.244 INFO blam! test eval::meta_eval_tests::not ... ok Oct 10 18:52:08.435 INFO blam! test eval::meta_eval_tests::polymorphic_equality ... test eval::meta_eval_tests::polymorphic_equality has been running for over 60 seconds Oct 10 18:52:21.088 INFO blam! test eval::meta_eval_tests::quoting ... test eval::meta_eval_tests::quoting has been running for over 60 seconds Oct 10 18:52:36.781 INFO blam! test eval::meta_eval_tests::rec_comb ... test eval::meta_eval_tests::rec_comb has been running for over 60 seconds Oct 10 18:52:42.632 INFO blam! test eval::meta_eval_tests::polymorphic_equality ... ok Oct 10 18:52:54.244 INFO blam! test eval::meta_eval_tests::rec_fact ... test eval::meta_eval_tests::rec_fact has been running for over 60 seconds Oct 10 18:53:15.179 INFO blam! test eval::meta_eval_tests::quoting ... ok Oct 10 18:53:33.781 INFO blam! test eval::meta_eval_tests::recursive_arith ... ok Oct 10 18:53:39.721 INFO blam! test eval::meta_eval_tests::self_evaluating_empty_list ... ok Oct 10 18:53:57.968 INFO blam! test eval::meta_eval_tests::smoke ... ok Oct 10 18:54:24.068 INFO blam! test eval::meta_eval_tests::simple_functions ... ok Oct 10 18:54:36.477 INFO blam! test eval::meta_eval_tests::zeroarg_fun ... ok Oct 10 18:54:36.481 INFO blam! test eval::special_test::fake_fn ... ok Oct 10 18:54:36.482 INFO blam! test eval::special_test::invalid ... ok Oct 10 18:54:36.483 INFO blam! test eval::special_test::var ... ok Oct 10 18:54:36.483 INFO blam! test eval::special_test::var_arif ... ok Oct 10 18:54:36.483 INFO blam! test sexpr::tests::comments ... ok Oct 10 18:54:36.483 INFO blam! test sexpr::tests::parenthesis ... ok Oct 10 18:54:36.484 INFO blam! test sexpr::tests::quote ... ok Oct 10 18:54:36.484 INFO blam! test sexpr::tests::test_atoms ... ok Oct 10 18:54:36.595 INFO blam! test eval::meta_eval_tests::twice ... ok Oct 10 18:55:20.332 INFO blam! test eval::meta_eval_tests::combinator_fact ... ok Oct 10 18:56:18.237 INFO blam! test eval::meta_eval_tests::fix_fact ... ok Oct 10 18:57:06.432 INFO blam! test eval::meta_eval_tests::rec_fact ... ok Oct 10 19:02:06.405 INFO error running command: process killed after not generating output for 300s Oct 10 19:02:06.405 INFO running `"docker" "rm" "-f" "ca362de7f315420b52857e7a0038cc32d13bd16895f123ace79dbb5b30622935"` Oct 10 19:02:07.674 INFO blam! ca362de7f315420b52857e7a0038cc32d13bd16895f123ace79dbb5b30622935