Oct 14 12:05:04.127 INFO testing matklad/s against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:05:04.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 12:05:04.675 INFO blam! 2b69786e9bf229568f86821fdac933f63d1f33818595e2b68c0cb05b541052f1 Oct 14 12:05:04.678 INFO running `"docker" "start" "-a" "2b69786e9bf229568f86821fdac933f63d1f33818595e2b68c0cb05b541052f1"` Oct 14 12:05:05.941 INFO kablam! usermod: no changes Oct 14 12:05:06.007 INFO kablam! Compiling s v0.1.0 (/source) Oct 14 12:05:06.510 INFO kablam! warning: variant is never constructed: `Number` Oct 14 12:05:06.510 INFO kablam! --> src/eval.rs:11:5 Oct 14 12:05:06.510 INFO kablam! | Oct 14 12:05:06.510 INFO kablam! 11 | Number(i64), Oct 14 12:05:06.510 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:05:06.510 INFO kablam! | Oct 14 12:05:06.510 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:05:06.510 INFO kablam! Oct 14 12:05:06.510 INFO kablam! warning: variant is never constructed: `Atom` Oct 14 12:05:06.510 INFO kablam! --> src/eval.rs:12:5 Oct 14 12:05:06.510 INFO kablam! | Oct 14 12:05:06.510 INFO kablam! 12 | Atom(String), Oct 14 12:05:06.510 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:05:06.510 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: variant is never constructed: `List` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:13:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 13 | List(Vec), Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: variant is never constructed: `Closure` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:14:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 14 | Closure(Rc Result>) Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: method is never used: `closure` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:31:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 31 | pub fn closure Result + 'static>(f: F) -> Value { Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: method is never used: `number` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:35:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 35 | pub fn number(i: i64) -> Value { Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: method is never used: `from_bool` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:39:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 39 | pub fn from_bool(b: bool) -> Value { Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: method is never used: `from_sexpr` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:43:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 43 | pub fn from_sexpr(sexpr: &Sexpr) -> Value { Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: method is never used: `eval` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:79:5 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 79 | pub fn eval(&self) -> Result { Oct 14 12:05:06.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.512 INFO kablam! Oct 14 12:05:06.512 INFO kablam! warning: function is never used: `builtin` Oct 14 12:05:06.512 INFO kablam! --> src/eval.rs:86:1 Oct 14 12:05:06.512 INFO kablam! | Oct 14 12:05:06.512 INFO kablam! 86 | fn builtin() -> Env { Oct 14 12:05:06.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.513 INFO kablam! Oct 14 12:05:06.513 INFO kablam! warning: function is never used: `mk_env` Oct 14 12:05:06.513 INFO kablam! --> src/eval.rs:401:1 Oct 14 12:05:06.513 INFO kablam! | Oct 14 12:05:06.513 INFO kablam! 401 | fn mk_env Option + 'static>(f: F) -> Env { Oct 14 12:05:06.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.513 INFO kablam! Oct 14 12:05:06.513 INFO kablam! warning: function is never used: `eval_number` Oct 14 12:05:06.513 INFO kablam! --> src/eval.rs:406:1 Oct 14 12:05:06.513 INFO kablam! | Oct 14 12:05:06.513 INFO kablam! 406 | fn eval_number(env: &Env, expr: &Sexpr) -> Result { Oct 14 12:05:06.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.513 INFO kablam! Oct 14 12:05:06.513 INFO kablam! warning: function is never used: `eval` Oct 14 12:05:06.513 INFO kablam! --> src/eval.rs:414:1 Oct 14 12:05:06.513 INFO kablam! | Oct 14 12:05:06.513 INFO kablam! 414 | fn eval(env: &Env, expr: &Sexpr) -> Result { Oct 14 12:05:06.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:05:06.513 INFO kablam! Oct 14 12:05:06.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 14 12:05:06.919 INFO kablam! su: No module specific data is present Oct 14 12:05:07.739 INFO running `"docker" "rm" "-f" "2b69786e9bf229568f86821fdac933f63d1f33818595e2b68c0cb05b541052f1"` Oct 14 12:05:08.007 INFO blam! 2b69786e9bf229568f86821fdac933f63d1f33818595e2b68c0cb05b541052f1 Oct 14 12:05:08.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 12:05:08.585 INFO blam! e60abc64bc22adda3b9babee8fca6f2483cd26dfec5ccc202367c020981b3f50 Oct 14 12:05:08.588 INFO running `"docker" "start" "-a" "e60abc64bc22adda3b9babee8fca6f2483cd26dfec5ccc202367c020981b3f50"` Oct 14 12:05:09.984 INFO kablam! usermod: no changes Oct 14 12:05:10.027 INFO kablam! Compiling s v0.1.0 (/source) Oct 14 12:05:13.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.24s Oct 14 12:05:13.245 INFO kablam! su: No module specific data is present Oct 14 12:05:14.470 INFO running `"docker" "rm" "-f" "e60abc64bc22adda3b9babee8fca6f2483cd26dfec5ccc202367c020981b3f50"` Oct 14 12:05:14.811 INFO blam! e60abc64bc22adda3b9babee8fca6f2483cd26dfec5ccc202367c020981b3f50