Oct 15 01:02:36.080 INFO testing chimez/clojure-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:02:36.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:02:36.739 INFO blam! 2727f79973ffa3c5b762ae80e362e874753f747c5f0d05c5085eab65c10fc6ac Oct 15 01:02:36.745 INFO running `"docker" "start" "-a" "2727f79973ffa3c5b762ae80e362e874753f747c5f0d05c5085eab65c10fc6ac"` Oct 15 01:02:37.847 INFO kablam! usermod: no changes Oct 15 01:02:37.907 INFO kablam! Compiling clojure-rust v0.0.1 (/source) Oct 15 01:02:38.310 INFO kablam! warning: unused macro definition Oct 15 01:02:38.310 INFO kablam! --> src/ast.rs:278:1 Oct 15 01:02:38.310 INFO kablam! | Oct 15 01:02:38.310 INFO kablam! 278 | / macro_rules! cljlist { Oct 15 01:02:38.310 INFO kablam! 279 | | ($($x:expr),*) => { Oct 15 01:02:38.310 INFO kablam! 280 | | { Oct 15 01:02:38.310 INFO kablam! 281 | | let mut l: Vec = Vec::new(); Oct 15 01:02:38.310 INFO kablam! ... | Oct 15 01:02:38.310 INFO kablam! 285 | | ; Oct 15 01:02:38.310 INFO kablam! 286 | | } Oct 15 01:02:38.310 INFO kablam! | |_^ Oct 15 01:02:38.310 INFO kablam! | Oct 15 01:02:38.310 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 01:02:38.310 INFO kablam! Oct 15 01:02:38.595 INFO kablam! warning: method is never used: `push_str` Oct 15 01:02:38.595 INFO kablam! --> src/syntax.rs:34:5 Oct 15 01:02:38.596 INFO kablam! | Oct 15 01:02:38.597 INFO kablam! 34 | fn push_str(&mut self, s: &str) { Oct 15 01:02:38.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.597 INFO kablam! | Oct 15 01:02:38.598 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:02:38.598 INFO kablam! Oct 15 01:02:38.598 INFO kablam! warning: method is never used: `pop_context_vec` Oct 15 01:02:38.598 INFO kablam! --> src/syntax.rs:40:5 Oct 15 01:02:38.599 INFO kablam! | Oct 15 01:02:38.599 INFO kablam! 40 | fn pop_context_vec(&mut self) -> Option> { Oct 15 01:02:38.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.600 INFO kablam! Oct 15 01:02:38.600 INFO kablam! warning: method is never used: `merge_context` Oct 15 01:02:38.600 INFO kablam! --> src/syntax.rs:48:5 Oct 15 01:02:38.600 INFO kablam! | Oct 15 01:02:38.601 INFO kablam! 48 | fn merge_context(&mut self, n: &SyntaxNode) { Oct 15 01:02:38.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.601 INFO kablam! Oct 15 01:02:38.601 INFO kablam! warning: method is never used: `pop` Oct 15 01:02:38.602 INFO kablam! --> src/ast.rs:64:5 Oct 15 01:02:38.602 INFO kablam! | Oct 15 01:02:38.602 INFO kablam! 64 | pub fn pop(&mut self) -> AstVal { Oct 15 01:02:38.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.603 INFO kablam! Oct 15 01:02:38.603 INFO kablam! warning: method is never used: `is_atom` Oct 15 01:02:38.604 INFO kablam! --> src/ast.rs:78:5 Oct 15 01:02:38.604 INFO kablam! | Oct 15 01:02:38.604 INFO kablam! 78 | fn is_atom(&self) -> bool { Oct 15 01:02:38.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.605 INFO kablam! Oct 15 01:02:38.605 INFO kablam! warning: method is never used: `is_leaf_list` Oct 15 01:02:38.605 INFO kablam! --> src/ast.rs:108:5 Oct 15 01:02:38.606 INFO kablam! | Oct 15 01:02:38.606 INFO kablam! 108 | pub fn is_leaf_list(&self) -> bool { Oct 15 01:02:38.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.607 INFO kablam! Oct 15 01:02:38.607 INFO kablam! warning: method is never used: `is_leaf` Oct 15 01:02:38.607 INFO kablam! --> src/ast.rs:129:5 Oct 15 01:02:38.607 INFO kablam! | Oct 15 01:02:38.608 INFO kablam! 129 | pub fn is_leaf(&self) -> bool { Oct 15 01:02:38.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.608 INFO kablam! Oct 15 01:02:38.608 INFO kablam! warning: method is never used: `is_list` Oct 15 01:02:38.609 INFO kablam! --> src/ast.rs:141:5 Oct 15 01:02:38.609 INFO kablam! | Oct 15 01:02:38.609 INFO kablam! 141 | pub fn is_list(&self) -> bool { Oct 15 01:02:38.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.610 INFO kablam! Oct 15 01:02:38.610 INFO kablam! warning: method is never used: `text` Oct 15 01:02:38.610 INFO kablam! --> src/ast.rs:148:5 Oct 15 01:02:38.610 INFO kablam! | Oct 15 01:02:38.611 INFO kablam! 148 | pub fn text(&self) -> String { Oct 15 01:02:38.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.611 INFO kablam! Oct 15 01:02:38.612 INFO kablam! warning: method is never used: `cons` Oct 15 01:02:38.612 INFO kablam! --> src/ast.rs:175:5 Oct 15 01:02:38.612 INFO kablam! | Oct 15 01:02:38.612 INFO kablam! 175 | pub fn cons(&self, a: AstVal) -> AstVal { Oct 15 01:02:38.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.613 INFO kablam! Oct 15 01:02:38.613 INFO kablam! warning: method is never used: `iter` Oct 15 01:02:38.614 INFO kablam! --> src/ast.rs:197:5 Oct 15 01:02:38.614 INFO kablam! | Oct 15 01:02:38.614 INFO kablam! 197 | pub fn iter(&self) -> Iter { Oct 15 01:02:38.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.615 INFO kablam! Oct 15 01:02:38.615 INFO kablam! warning: enum is never used: `AstErr` Oct 15 01:02:38.615 INFO kablam! --> src/ast.rs:271:1 Oct 15 01:02:38.615 INFO kablam! | Oct 15 01:02:38.616 INFO kablam! 271 | enum AstErr { Oct 15 01:02:38.616 INFO kablam! | ^^^^^^^^^^^ Oct 15 01:02:38.616 INFO kablam! Oct 15 01:02:38.617 INFO kablam! warning: type alias is never used: `AstResult` Oct 15 01:02:38.617 INFO kablam! --> src/ast.rs:276:1 Oct 15 01:02:38.617 INFO kablam! | Oct 15 01:02:38.617 INFO kablam! 276 | type AstResult = Result; Oct 15 01:02:38.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.618 INFO kablam! Oct 15 01:02:40.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 15 01:02:40.239 INFO kablam! su: No module specific data is present Oct 15 01:02:40.828 INFO running `"docker" "rm" "-f" "2727f79973ffa3c5b762ae80e362e874753f747c5f0d05c5085eab65c10fc6ac"` Oct 15 01:02:40.993 INFO blam! 2727f79973ffa3c5b762ae80e362e874753f747c5f0d05c5085eab65c10fc6ac Oct 15 01:02:40.997 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:02:41.251 INFO blam! d838fb64fdd35e752e1c210344eb692b85fc3de1e9315430eeb85491f2935d4b Oct 15 01:02:41.267 INFO running `"docker" "start" "-a" "d838fb64fdd35e752e1c210344eb692b85fc3de1e9315430eeb85491f2935d4b"` Oct 15 01:02:42.486 INFO kablam! usermod: no changes Oct 15 01:02:42.558 INFO kablam! Compiling clojure-rust v0.0.1 (/source) Oct 15 01:02:43.027 INFO kablam! warning: unused macro definition Oct 15 01:02:43.027 INFO kablam! --> src/ast.rs:278:1 Oct 15 01:02:43.028 INFO kablam! | Oct 15 01:02:43.028 INFO kablam! 278 | / macro_rules! cljlist { Oct 15 01:02:43.028 INFO kablam! 279 | | ($($x:expr),*) => { Oct 15 01:02:43.028 INFO kablam! 280 | | { Oct 15 01:02:43.028 INFO kablam! 281 | | let mut l: Vec = Vec::new(); Oct 15 01:02:43.028 INFO kablam! ... | Oct 15 01:02:43.028 INFO kablam! 285 | | ; Oct 15 01:02:43.028 INFO kablam! 286 | | } Oct 15 01:02:43.028 INFO kablam! | |_^ Oct 15 01:02:43.028 INFO kablam! | Oct 15 01:02:43.028 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 01:02:43.028 INFO kablam! Oct 15 01:02:43.311 INFO kablam! warning: method is never used: `push_str` Oct 15 01:02:43.311 INFO kablam! --> src/syntax.rs:34:5 Oct 15 01:02:43.311 INFO kablam! | Oct 15 01:02:43.311 INFO kablam! 34 | fn push_str(&mut self, s: &str) { Oct 15 01:02:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.311 INFO kablam! | Oct 15 01:02:43.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:02:43.311 INFO kablam! Oct 15 01:02:43.311 INFO kablam! warning: method is never used: `pop_context_vec` Oct 15 01:02:43.311 INFO kablam! --> src/syntax.rs:40:5 Oct 15 01:02:43.311 INFO kablam! | Oct 15 01:02:43.311 INFO kablam! 40 | fn pop_context_vec(&mut self) -> Option> { Oct 15 01:02:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.311 INFO kablam! Oct 15 01:02:43.311 INFO kablam! warning: method is never used: `merge_context` Oct 15 01:02:43.311 INFO kablam! --> src/syntax.rs:48:5 Oct 15 01:02:43.311 INFO kablam! | Oct 15 01:02:43.311 INFO kablam! 48 | fn merge_context(&mut self, n: &SyntaxNode) { Oct 15 01:02:43.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `pop` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:64:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 64 | pub fn pop(&mut self) -> AstVal { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `is_atom` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:78:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 78 | fn is_atom(&self) -> bool { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `is_leaf_list` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:108:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 108 | pub fn is_leaf_list(&self) -> bool { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `is_leaf` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:129:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 129 | pub fn is_leaf(&self) -> bool { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `is_list` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:141:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 141 | pub fn is_list(&self) -> bool { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `text` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:148:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 148 | pub fn text(&self) -> String { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `cons` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:175:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 175 | pub fn cons(&self, a: AstVal) -> AstVal { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.323 INFO kablam! Oct 15 01:02:43.323 INFO kablam! warning: method is never used: `iter` Oct 15 01:02:43.323 INFO kablam! --> src/ast.rs:197:5 Oct 15 01:02:43.323 INFO kablam! | Oct 15 01:02:43.323 INFO kablam! 197 | pub fn iter(&self) -> Iter { Oct 15 01:02:43.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.324 INFO kablam! Oct 15 01:02:43.324 INFO kablam! warning: enum is never used: `AstErr` Oct 15 01:02:43.324 INFO kablam! --> src/ast.rs:271:1 Oct 15 01:02:43.324 INFO kablam! | Oct 15 01:02:43.324 INFO kablam! 271 | enum AstErr { Oct 15 01:02:43.324 INFO kablam! | ^^^^^^^^^^^ Oct 15 01:02:43.324 INFO kablam! Oct 15 01:02:43.324 INFO kablam! warning: type alias is never used: `AstResult` Oct 15 01:02:43.324 INFO kablam! --> src/ast.rs:276:1 Oct 15 01:02:43.324 INFO kablam! | Oct 15 01:02:43.324 INFO kablam! 276 | type AstResult = Result; Oct 15 01:02:43.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:43.324 INFO kablam! Oct 15 01:02:43.838 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 15 01:02:43.841 INFO kablam! su: No module specific data is present Oct 15 01:02:44.557 INFO running `"docker" "rm" "-f" "d838fb64fdd35e752e1c210344eb692b85fc3de1e9315430eeb85491f2935d4b"` Oct 15 01:02:44.835 INFO blam! d838fb64fdd35e752e1c210344eb692b85fc3de1e9315430eeb85491f2935d4b Oct 15 01:02:44.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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:02:45.197 INFO blam! 588120c8e056799c08a96523dd72b3949deb60711f14bbe9074eb21fa0ef2d38 Oct 15 01:02:45.207 INFO running `"docker" "start" "-a" "588120c8e056799c08a96523dd72b3949deb60711f14bbe9074eb21fa0ef2d38"` Oct 15 01:02:45.630 INFO kablam! usermod: no changes Oct 15 01:02:45.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 01:02:45.659 INFO kablam! Running /target/debug/deps/clojure_rust-c971d34e4a2f8012 Oct 15 01:02:45.661 INFO blam! Oct 15 01:02:45.661 INFO blam! running 0 tests Oct 15 01:02:45.661 INFO blam! Oct 15 01:02:45.661 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:02:45.661 INFO blam! Oct 15 01:02:45.662 INFO kablam! su: No module specific data is present Oct 15 01:02:46.018 INFO running `"docker" "rm" "-f" "588120c8e056799c08a96523dd72b3949deb60711f14bbe9074eb21fa0ef2d38"` Oct 15 01:02:46.191 INFO blam! 588120c8e056799c08a96523dd72b3949deb60711f14bbe9074eb21fa0ef2d38