Oct 14 16:08:49.861 INFO testing jsdf/lisp.rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:08:49.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:08:50.387 INFO blam! 36dc9cf4acf536569342ed5f08e0376967d2270d239adb12d15b6aac8a8b602d Oct 14 16:08:50.399 INFO running `"docker" "start" "-a" "36dc9cf4acf536569342ed5f08e0376967d2270d239adb12d15b6aac8a8b602d"` Oct 14 16:08:51.935 INFO kablam! usermod: no changes Oct 14 16:08:51.983 INFO kablam! Compiling lisp_rs v0.0.1 (/source) Oct 14 16:08:52.500 INFO kablam! warning: method is never used: `new` Oct 14 16:08:52.500 INFO kablam! --> src/lisp.rs:25:5 Oct 14 16:08:52.500 INFO kablam! | Oct 14 16:08:52.500 INFO kablam! 25 | fn new(params: Vec, body: Val, env: EnvRef) -> Proc { Oct 14 16:08:52.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:08:52.502 INFO kablam! | Oct 14 16:08:52.502 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:08:52.502 INFO kablam! Oct 14 16:08:52.502 INFO kablam! warning: method is never used: `call` Oct 14 16:08:52.502 INFO kablam! --> src/lisp.rs:33:5 Oct 14 16:08:52.502 INFO kablam! | Oct 14 16:08:52.502 INFO kablam! 33 | fn call(&self, args: Vec) -> Val { Oct 14 16:08:52.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:08:52.502 INFO kablam! Oct 14 16:08:52.502 INFO kablam! warning: method is never used: `assign` Oct 14 16:08:52.502 INFO kablam! --> src/lisp.rs:84:5 Oct 14 16:08:52.502 INFO kablam! | Oct 14 16:08:52.502 INFO kablam! 84 | fn assign(&mut self, var_name: &String, val: Val) { Oct 14 16:08:52.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:08:52.502 INFO kablam! Oct 14 16:08:54.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Oct 14 16:08:54.459 INFO kablam! su: No module specific data is present Oct 14 16:08:56.088 INFO running `"docker" "rm" "-f" "36dc9cf4acf536569342ed5f08e0376967d2270d239adb12d15b6aac8a8b602d"` Oct 14 16:08:56.478 INFO blam! 36dc9cf4acf536569342ed5f08e0376967d2270d239adb12d15b6aac8a8b602d Oct 14 16:08:56.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 16:08:56.915 INFO blam! f44db46d06fa232d1a77098d0f6c3e58b93f106d2c385ddbd06a49f49fd5b0bb Oct 14 16:08:56.935 INFO running `"docker" "start" "-a" "f44db46d06fa232d1a77098d0f6c3e58b93f106d2c385ddbd06a49f49fd5b0bb"` Oct 14 16:08:59.189 INFO kablam! usermod: no changes Oct 14 16:08:59.283 INFO kablam! Compiling lisp_rs v0.0.1 (/source) Oct 14 16:08:59.851 INFO kablam! warning: method is never used: `new` Oct 14 16:08:59.851 INFO kablam! --> src/lisp.rs:25:5 Oct 14 16:08:59.851 INFO kablam! | Oct 14 16:08:59.851 INFO kablam! 25 | fn new(params: Vec, body: Val, env: EnvRef) -> Proc { Oct 14 16:08:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:08:59.851 INFO kablam! | Oct 14 16:08:59.851 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:08:59.851 INFO kablam! Oct 14 16:08:59.851 INFO kablam! warning: method is never used: `call` Oct 14 16:08:59.851 INFO kablam! --> src/lisp.rs:33:5 Oct 14 16:08:59.851 INFO kablam! | Oct 14 16:08:59.851 INFO kablam! 33 | fn call(&self, args: Vec) -> Val { Oct 14 16:08:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:08:59.851 INFO kablam! Oct 14 16:08:59.851 INFO kablam! warning: method is never used: `assign` Oct 14 16:08:59.851 INFO kablam! --> src/lisp.rs:84:5 Oct 14 16:08:59.851 INFO kablam! | Oct 14 16:08:59.851 INFO kablam! 84 | fn assign(&mut self, var_name: &String, val: Val) { Oct 14 16:08:59.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:08:59.851 INFO kablam! Oct 14 16:09:00.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 14 16:09:00.729 INFO kablam! su: No module specific data is present Oct 14 16:09:01.487 INFO running `"docker" "rm" "-f" "f44db46d06fa232d1a77098d0f6c3e58b93f106d2c385ddbd06a49f49fd5b0bb"` Oct 14 16:09:01.867 INFO blam! f44db46d06fa232d1a77098d0f6c3e58b93f106d2c385ddbd06a49f49fd5b0bb Oct 14 16:09:01.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 16:09:02.375 INFO blam! 719790863b001a9422dd6df303b2d5cea797b92f2674a5efcffb3a69feb71b72 Oct 14 16:09:02.379 INFO running `"docker" "start" "-a" "719790863b001a9422dd6df303b2d5cea797b92f2674a5efcffb3a69feb71b72"` Oct 14 16:09:04.159 INFO kablam! usermod: no changes Oct 14 16:09:04.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 16:09:04.244 INFO kablam! Running /target/debug/deps/lisp_rs-622cda74c01178ae Oct 14 16:09:04.248 INFO blam! Oct 14 16:09:04.248 INFO blam! running 0 tests Oct 14 16:09:04.248 INFO blam! Oct 14 16:09:04.248 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:09:04.248 INFO blam! Oct 14 16:09:04.249 INFO kablam! Running /target/debug/deps/lisp_rs-fa9fca5316707bb9 Oct 14 16:09:04.260 INFO blam! Oct 14 16:09:04.260 INFO blam! running 0 tests Oct 14 16:09:04.260 INFO blam! Oct 14 16:09:04.260 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:09:04.260 INFO blam! Oct 14 16:09:04.261 INFO kablam! Doc-tests lisp_rs Oct 14 16:09:04.530 INFO blam! Oct 14 16:09:04.530 INFO blam! running 0 tests Oct 14 16:09:04.530 INFO blam! Oct 14 16:09:04.530 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:09:04.530 INFO blam! Oct 14 16:09:04.539 INFO kablam! su: No module specific data is present Oct 14 16:09:05.325 INFO running `"docker" "rm" "-f" "719790863b001a9422dd6df303b2d5cea797b92f2674a5efcffb3a69feb71b72"` Oct 14 16:09:05.555 INFO blam! 719790863b001a9422dd6df303b2d5cea797b92f2674a5efcffb3a69feb71b72