Oct 15 01:02:35.957 INFO testing chimez/clojure-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:02:35.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.689 INFO blam! 751de9e5414a759a5612374e5b9696960df7b8c3f3771ae8b24654bb3bbe12cb Oct 15 01:02:36.692 INFO running `"docker" "start" "-a" "751de9e5414a759a5612374e5b9696960df7b8c3f3771ae8b24654bb3bbe12cb"` Oct 15 01:02:37.806 INFO kablam! usermod: no changes Oct 15 01:02:37.840 INFO kablam! Compiling clojure-rust v0.0.1 (/source) Oct 15 01:02:38.207 INFO kablam! warning: unused macro definition Oct 15 01:02:38.207 INFO kablam! --> src/ast.rs:278:1 Oct 15 01:02:38.207 INFO kablam! | Oct 15 01:02:38.207 INFO kablam! 278 | / macro_rules! cljlist { Oct 15 01:02:38.207 INFO kablam! 279 | | ($($x:expr),*) => { Oct 15 01:02:38.207 INFO kablam! 280 | | { Oct 15 01:02:38.207 INFO kablam! 281 | | let mut l: Vec = Vec::new(); Oct 15 01:02:38.207 INFO kablam! ... | Oct 15 01:02:38.207 INFO kablam! 285 | | ; Oct 15 01:02:38.207 INFO kablam! 286 | | } Oct 15 01:02:38.207 INFO kablam! | |_^ Oct 15 01:02:38.207 INFO kablam! | Oct 15 01:02:38.207 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 01:02:38.207 INFO kablam! Oct 15 01:02:38.440 INFO kablam! warning: method is never used: `push_str` Oct 15 01:02:38.440 INFO kablam! --> src/syntax.rs:34:5 Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! 34 | fn push_str(&mut self, s: &str) { Oct 15 01:02:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:02:38.440 INFO kablam! Oct 15 01:02:38.440 INFO kablam! warning: method is never used: `pop_context_vec` Oct 15 01:02:38.440 INFO kablam! --> src/syntax.rs:40:5 Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! 40 | fn pop_context_vec(&mut self) -> Option> { Oct 15 01:02:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.440 INFO kablam! Oct 15 01:02:38.440 INFO kablam! warning: method is never used: `merge_context` Oct 15 01:02:38.440 INFO kablam! --> src/syntax.rs:48:5 Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! 48 | fn merge_context(&mut self, n: &SyntaxNode) { Oct 15 01:02:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.440 INFO kablam! Oct 15 01:02:38.440 INFO kablam! warning: method is never used: `pop` Oct 15 01:02:38.440 INFO kablam! --> src/ast.rs:64:5 Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! 64 | pub fn pop(&mut self) -> AstVal { Oct 15 01:02:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.440 INFO kablam! Oct 15 01:02:38.440 INFO kablam! warning: method is never used: `is_atom` Oct 15 01:02:38.440 INFO kablam! --> src/ast.rs:78:5 Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! 78 | fn is_atom(&self) -> bool { Oct 15 01:02:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.440 INFO kablam! Oct 15 01:02:38.440 INFO kablam! warning: method is never used: `is_leaf_list` Oct 15 01:02:38.440 INFO kablam! --> src/ast.rs:108:5 Oct 15 01:02:38.440 INFO kablam! | Oct 15 01:02:38.440 INFO kablam! 108 | pub fn is_leaf_list(&self) -> bool { Oct 15 01:02:38.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.440 INFO kablam! Oct 15 01:02:38.441 INFO kablam! warning: method is never used: `is_leaf` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:129:5 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 129 | pub fn is_leaf(&self) -> bool { Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:38.442 INFO kablam! warning: method is never used: `is_list` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:141:5 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 141 | pub fn is_list(&self) -> bool { Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:38.442 INFO kablam! warning: method is never used: `text` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:148:5 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 148 | pub fn text(&self) -> String { Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:38.442 INFO kablam! warning: method is never used: `cons` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:175:5 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 175 | pub fn cons(&self, a: AstVal) -> AstVal { Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:38.442 INFO kablam! warning: method is never used: `iter` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:197:5 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 197 | pub fn iter(&self) -> Iter { Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:38.442 INFO kablam! warning: enum is never used: `AstErr` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:271:1 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 271 | enum AstErr { Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:38.442 INFO kablam! warning: type alias is never used: `AstResult` Oct 15 01:02:38.442 INFO kablam! --> src/ast.rs:276:1 Oct 15 01:02:38.442 INFO kablam! | Oct 15 01:02:38.442 INFO kablam! 276 | type AstResult = Result; Oct 15 01:02:38.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:38.442 INFO kablam! Oct 15 01:02:40.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Oct 15 01:02:40.079 INFO kablam! su: No module specific data is present Oct 15 01:02:40.834 INFO running `"docker" "rm" "-f" "751de9e5414a759a5612374e5b9696960df7b8c3f3771ae8b24654bb3bbe12cb"` Oct 15 01:02:40.983 INFO blam! 751de9e5414a759a5612374e5b9696960df7b8c3f3771ae8b24654bb3bbe12cb Oct 15 01:02:40.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.241 INFO blam! e9a5075eb6924095a780df7a64efe1ca0f0875a66870d72e8af59a5a47c72dcf Oct 15 01:02:41.242 INFO running `"docker" "start" "-a" "e9a5075eb6924095a780df7a64efe1ca0f0875a66870d72e8af59a5a47c72dcf"` Oct 15 01:02:42.153 INFO kablam! usermod: no changes Oct 15 01:02:42.202 INFO kablam! Compiling clojure-rust v0.0.1 (/source) Oct 15 01:02:42.591 INFO kablam! warning: unused macro definition Oct 15 01:02:42.591 INFO kablam! --> src/ast.rs:278:1 Oct 15 01:02:42.591 INFO kablam! | Oct 15 01:02:42.591 INFO kablam! 278 | / macro_rules! cljlist { Oct 15 01:02:42.591 INFO kablam! 279 | | ($($x:expr),*) => { Oct 15 01:02:42.591 INFO kablam! 280 | | { Oct 15 01:02:42.591 INFO kablam! 281 | | let mut l: Vec = Vec::new(); Oct 15 01:02:42.591 INFO kablam! ... | Oct 15 01:02:42.591 INFO kablam! 285 | | ; Oct 15 01:02:42.591 INFO kablam! 286 | | } Oct 15 01:02:42.591 INFO kablam! | |_^ Oct 15 01:02:42.591 INFO kablam! | Oct 15 01:02:42.591 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 01:02:42.591 INFO kablam! Oct 15 01:02:42.856 INFO kablam! warning: method is never used: `push_str` Oct 15 01:02:42.857 INFO kablam! --> src/syntax.rs:34:5 Oct 15 01:02:42.857 INFO kablam! | Oct 15 01:02:42.857 INFO kablam! 34 | fn push_str(&mut self, s: &str) { Oct 15 01:02:42.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.857 INFO kablam! | Oct 15 01:02:42.857 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:02:42.857 INFO kablam! Oct 15 01:02:42.858 INFO kablam! warning: method is never used: `pop_context_vec` Oct 15 01:02:42.858 INFO kablam! --> src/syntax.rs:40:5 Oct 15 01:02:42.858 INFO kablam! | Oct 15 01:02:42.858 INFO kablam! 40 | fn pop_context_vec(&mut self) -> Option> { Oct 15 01:02:42.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.858 INFO kablam! Oct 15 01:02:42.858 INFO kablam! warning: method is never used: `merge_context` Oct 15 01:02:42.858 INFO kablam! --> src/syntax.rs:48:5 Oct 15 01:02:42.858 INFO kablam! | Oct 15 01:02:42.858 INFO kablam! 48 | fn merge_context(&mut self, n: &SyntaxNode) { Oct 15 01:02:42.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.858 INFO kablam! Oct 15 01:02:42.859 INFO kablam! warning: method is never used: `pop` Oct 15 01:02:42.859 INFO kablam! --> src/ast.rs:64:5 Oct 15 01:02:42.859 INFO kablam! | Oct 15 01:02:42.859 INFO kablam! 64 | pub fn pop(&mut self) -> AstVal { Oct 15 01:02:42.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.859 INFO kablam! Oct 15 01:02:42.859 INFO kablam! warning: method is never used: `is_atom` Oct 15 01:02:42.859 INFO kablam! --> src/ast.rs:78:5 Oct 15 01:02:42.859 INFO kablam! | Oct 15 01:02:42.859 INFO kablam! 78 | fn is_atom(&self) -> bool { Oct 15 01:02:42.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.859 INFO kablam! Oct 15 01:02:42.860 INFO kablam! warning: method is never used: `is_leaf_list` Oct 15 01:02:42.860 INFO kablam! --> src/ast.rs:108:5 Oct 15 01:02:42.860 INFO kablam! | Oct 15 01:02:42.860 INFO kablam! 108 | pub fn is_leaf_list(&self) -> bool { Oct 15 01:02:42.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.860 INFO kablam! Oct 15 01:02:42.860 INFO kablam! warning: method is never used: `is_leaf` Oct 15 01:02:42.860 INFO kablam! --> src/ast.rs:129:5 Oct 15 01:02:42.860 INFO kablam! | Oct 15 01:02:42.860 INFO kablam! 129 | pub fn is_leaf(&self) -> bool { Oct 15 01:02:42.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.860 INFO kablam! Oct 15 01:02:42.860 INFO kablam! warning: method is never used: `is_list` Oct 15 01:02:42.860 INFO kablam! --> src/ast.rs:141:5 Oct 15 01:02:42.860 INFO kablam! | Oct 15 01:02:42.860 INFO kablam! 141 | pub fn is_list(&self) -> bool { Oct 15 01:02:42.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.861 INFO kablam! Oct 15 01:02:42.861 INFO kablam! warning: method is never used: `text` Oct 15 01:02:42.861 INFO kablam! --> src/ast.rs:148:5 Oct 15 01:02:42.861 INFO kablam! | Oct 15 01:02:42.861 INFO kablam! 148 | pub fn text(&self) -> String { Oct 15 01:02:42.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.861 INFO kablam! Oct 15 01:02:42.861 INFO kablam! warning: method is never used: `cons` Oct 15 01:02:42.861 INFO kablam! --> src/ast.rs:175:5 Oct 15 01:02:42.861 INFO kablam! | Oct 15 01:02:42.861 INFO kablam! 175 | pub fn cons(&self, a: AstVal) -> AstVal { Oct 15 01:02:42.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.861 INFO kablam! Oct 15 01:02:42.861 INFO kablam! warning: method is never used: `iter` Oct 15 01:02:42.862 INFO kablam! --> src/ast.rs:197:5 Oct 15 01:02:42.862 INFO kablam! | Oct 15 01:02:42.862 INFO kablam! 197 | pub fn iter(&self) -> Iter { Oct 15 01:02:42.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.862 INFO kablam! Oct 15 01:02:42.862 INFO kablam! warning: enum is never used: `AstErr` Oct 15 01:02:42.862 INFO kablam! --> src/ast.rs:271:1 Oct 15 01:02:42.862 INFO kablam! | Oct 15 01:02:42.862 INFO kablam! 271 | enum AstErr { Oct 15 01:02:42.862 INFO kablam! | ^^^^^^^^^^^ Oct 15 01:02:42.862 INFO kablam! Oct 15 01:02:42.862 INFO kablam! warning: type alias is never used: `AstResult` Oct 15 01:02:42.862 INFO kablam! --> src/ast.rs:276:1 Oct 15 01:02:42.862 INFO kablam! | Oct 15 01:02:42.862 INFO kablam! 276 | type AstResult = Result; Oct 15 01:02:42.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:02:42.867 INFO kablam! Oct 15 01:02:43.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 01:02:43.263 INFO kablam! su: No module specific data is present Oct 15 01:02:44.216 INFO running `"docker" "rm" "-f" "e9a5075eb6924095a780df7a64efe1ca0f0875a66870d72e8af59a5a47c72dcf"` Oct 15 01:02:44.483 INFO blam! e9a5075eb6924095a780df7a64efe1ca0f0875a66870d72e8af59a5a47c72dcf Oct 15 01:02:44.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:44.871 INFO blam! c91da8f1357e3968c59e27a934b16ebc8b73c18987c23b7dee1a528c630887dd Oct 15 01:02:44.877 INFO running `"docker" "start" "-a" "c91da8f1357e3968c59e27a934b16ebc8b73c18987c23b7dee1a528c630887dd"` Oct 15 01:02:45.362 INFO kablam! usermod: no changes Oct 15 01:02:45.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 01:02:45.388 INFO kablam! Running /target/debug/deps/clojure_rust-7b593b9b9c4c6770 Oct 15 01:02:45.389 INFO blam! Oct 15 01:02:45.389 INFO blam! running 0 tests Oct 15 01:02:45.389 INFO blam! Oct 15 01:02:45.389 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:02:45.389 INFO blam! Oct 15 01:02:45.390 INFO kablam! su: No module specific data is present Oct 15 01:02:45.708 INFO running `"docker" "rm" "-f" "c91da8f1357e3968c59e27a934b16ebc8b73c18987c23b7dee1a528c630887dd"` Oct 15 01:02:45.815 INFO blam! c91da8f1357e3968c59e27a934b16ebc8b73c18987c23b7dee1a528c630887dd