Oct 15 14:37:37.796 INFO testing virtual-dom-rs-0.2.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 14:37:37.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14:37:38.097 INFO blam! bd6522a2e300a27fcf9e891ce55c0d951d23b1f2634669052048f78e52038b64 Oct 15 14:37:38.103 INFO running `"docker" "start" "-a" "bd6522a2e300a27fcf9e891ce55c0d951d23b1f2634669052048f78e52038b64"` Oct 15 14:37:38.894 INFO kablam! usermod: no changes Oct 15 14:37:39.015 INFO kablam! Compiling wasm-bindgen v0.2.25 Oct 15 14:37:39.039 INFO kablam! Compiling wasm-bindgen-backend v0.2.25 Oct 15 14:37:52.626 INFO kablam! Compiling wasm-bindgen-macro-support v0.2.25 Oct 15 14:37:59.459 INFO kablam! Compiling wasm-bindgen-macro v0.2.25 Oct 15 14:38:04.820 INFO kablam! Compiling percy-webapis v0.0.2 Oct 15 14:38:05.679 INFO kablam! Compiling virtual-dom-rs v0.2.2 (/source) Oct 15 14:38:06.199 INFO kablam! warning: unused import: `wasm_bindgen::prelude::Closure` Oct 15 14:38:06.200 INFO kablam! --> src/html_macro.rs:16:5 Oct 15 14:38:06.200 INFO kablam! | Oct 15 14:38:06.200 INFO kablam! 16 | use wasm_bindgen::prelude::Closure; Oct 15 14:38:06.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.201 INFO kablam! | Oct 15 14:38:06.201 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:38:06.202 INFO kablam! Oct 15 14:38:06.367 INFO kablam! warning: unused variable: `cur_node` Oct 15 14:38:06.367 INFO kablam! --> src/patch.rs:69:13 Oct 15 14:38:06.367 INFO kablam! | Oct 15 14:38:06.367 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:06.367 INFO kablam! | ^^^^^^^^ help: consider using `_cur_node` instead Oct 15 14:38:06.367 INFO kablam! | Oct 15 14:38:06.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:38:06.367 INFO kablam! Oct 15 14:38:06.378 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:06.378 INFO kablam! --> src/virtual_node/mod.rs:193:13 Oct 15 14:38:06.378 INFO kablam! | Oct 15 14:38:06.379 INFO kablam! 193 | fn from(mut nodes: Vec) -> Self { Oct 15 14:38:06.379 INFO kablam! | ----^^^^^ Oct 15 14:38:06.379 INFO kablam! | | Oct 15 14:38:06.379 INFO kablam! | help: remove this `mut` Oct 15 14:38:06.379 INFO kablam! | Oct 15 14:38:06.380 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 14:38:06.380 INFO kablam! Oct 15 14:38:06.419 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:06.419 INFO kablam! --> src/patch.rs:69:9 Oct 15 14:38:06.419 INFO kablam! | Oct 15 14:38:06.420 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:06.420 INFO kablam! | ----^^^^^^^^ Oct 15 14:38:06.420 INFO kablam! | | Oct 15 14:38:06.420 INFO kablam! | help: remove this `mut` Oct 15 14:38:06.420 INFO kablam! Oct 15 14:38:06.421 INFO kablam! warning: static item is never used: `START_INDEX` Oct 15 14:38:06.421 INFO kablam! --> src/diff.rs:6:1 Oct 15 14:38:06.421 INFO kablam! | Oct 15 14:38:06.421 INFO kablam! 6 | static START_INDEX: usize = 0; Oct 15 14:38:06.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.421 INFO kablam! | Oct 15 14:38:06.422 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:38:06.422 INFO kablam! Oct 15 14:38:06.422 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 14:38:06.422 INFO kablam! --> src/lib.rs:3:12 Oct 15 14:38:06.422 INFO kablam! | Oct 15 14:38:06.423 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 15 14:38:06.423 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.423 INFO kablam! | Oct 15 14:38:06.423 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:38:06.423 INFO kablam! Oct 15 14:38:06.425 INFO kablam! warning: type `node_idx` should have a camel case name such as `NodeIdx` Oct 15 14:38:06.426 INFO kablam! --> src/patch.rs:65:1 Oct 15 14:38:06.426 INFO kablam! | Oct 15 14:38:06.431 INFO kablam! 65 | type node_idx = usize; Oct 15 14:38:06.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.431 INFO kablam! | Oct 15 14:38:06.431 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 14:38:06.431 INFO kablam! Oct 15 14:38:07.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.92s Oct 15 14:38:07.856 INFO kablam! su: No module specific data is present Oct 15 14:38:08.527 INFO running `"docker" "rm" "-f" "bd6522a2e300a27fcf9e891ce55c0d951d23b1f2634669052048f78e52038b64"` Oct 15 14:38:08.774 INFO blam! bd6522a2e300a27fcf9e891ce55c0d951d23b1f2634669052048f78e52038b64 Oct 15 14:38:08.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14:38:09.188 INFO blam! 447dfc43bef0d111c774562edf37a6b9e727ab2652b186a0691c2d4c0a7f6bf4 Oct 15 14:38:09.207 INFO running `"docker" "start" "-a" "447dfc43bef0d111c774562edf37a6b9e727ab2652b186a0691c2d4c0a7f6bf4"` Oct 15 14:38:10.510 INFO kablam! usermod: no changes Oct 15 14:38:10.667 INFO kablam! Compiling virtual-dom-rs v0.2.2 (/source) Oct 15 14:38:11.539 INFO kablam! warning: unused import: `wasm_bindgen::prelude::Closure` Oct 15 14:38:11.539 INFO kablam! --> src/html_macro.rs:16:5 Oct 15 14:38:11.539 INFO kablam! | Oct 15 14:38:11.539 INFO kablam! 16 | use wasm_bindgen::prelude::Closure; Oct 15 14:38:11.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:11.539 INFO kablam! | Oct 15 14:38:11.539 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:38:11.539 INFO kablam! Oct 15 14:38:11.539 INFO kablam! warning: unused import: `super::*` Oct 15 14:38:11.539 INFO kablam! --> src/html_macro.rs:252:9 Oct 15 14:38:11.539 INFO kablam! | Oct 15 14:38:11.539 INFO kablam! 252 | use super::*; Oct 15 14:38:11.539 INFO kablam! | ^^^^^^^^ Oct 15 14:38:11.539 INFO kablam! Oct 15 14:38:11.539 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 15 14:38:11.539 INFO kablam! --> src/html_macro.rs:253:9 Oct 15 14:38:11.539 INFO kablam! | Oct 15 14:38:11.539 INFO kablam! 253 | use std::cell::RefCell; Oct 15 14:38:11.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:38:11.539 INFO kablam! Oct 15 14:38:11.539 INFO kablam! warning: unused import: `std::rc::Rc` Oct 15 14:38:11.539 INFO kablam! --> src/html_macro.rs:255:9 Oct 15 14:38:11.539 INFO kablam! | Oct 15 14:38:11.539 INFO kablam! 255 | use std::rc::Rc; Oct 15 14:38:11.539 INFO kablam! | ^^^^^^^^^^^ Oct 15 14:38:11.539 INFO kablam! Oct 15 14:38:11.551 INFO kablam! warning: unused import: `super::*` Oct 15 14:38:11.551 INFO kablam! --> src/virtual_node/virtual_node_test_utils.rs:86:9 Oct 15 14:38:11.551 INFO kablam! | Oct 15 14:38:11.551 INFO kablam! 86 | use super::*; Oct 15 14:38:11.551 INFO kablam! | ^^^^^^^^ Oct 15 14:38:11.551 INFO kablam! Oct 15 14:38:11.551 INFO kablam! warning: unused import: `super::*` Oct 15 14:38:11.551 INFO kablam! --> src/virtual_node/mod.rs:284:9 Oct 15 14:38:11.551 INFO kablam! | Oct 15 14:38:11.551 INFO kablam! 284 | use super::*; Oct 15 14:38:11.551 INFO kablam! | ^^^^^^^^ Oct 15 14:38:11.551 INFO kablam! Oct 15 14:38:12.056 INFO kablam! warning: unused variable: `cur_node` Oct 15 14:38:12.057 INFO kablam! --> src/patch.rs:69:13 Oct 15 14:38:12.057 INFO kablam! | Oct 15 14:38:12.057 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:12.057 INFO kablam! | ^^^^^^^^ help: consider using `_cur_node` instead Oct 15 14:38:12.057 INFO kablam! | Oct 15 14:38:12.057 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:38:12.057 INFO kablam! Oct 15 14:38:12.135 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:12.135 INFO kablam! --> src/virtual_node/mod.rs:193:13 Oct 15 14:38:12.135 INFO kablam! | Oct 15 14:38:12.135 INFO kablam! 193 | fn from(mut nodes: Vec) -> Self { Oct 15 14:38:12.135 INFO kablam! | ----^^^^^ Oct 15 14:38:12.135 INFO kablam! | | Oct 15 14:38:12.135 INFO kablam! | help: remove this `mut` Oct 15 14:38:12.135 INFO kablam! | Oct 15 14:38:12.135 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 14:38:12.135 INFO kablam! Oct 15 14:38:12.262 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:12.262 INFO kablam! --> src/patch.rs:69:9 Oct 15 14:38:12.262 INFO kablam! | Oct 15 14:38:12.262 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:12.262 INFO kablam! | ----^^^^^^^^ Oct 15 14:38:12.262 INFO kablam! | | Oct 15 14:38:12.262 INFO kablam! | help: remove this `mut` Oct 15 14:38:12.262 INFO kablam! Oct 15 14:38:12.271 INFO kablam! warning: static item is never used: `START_INDEX` Oct 15 14:38:12.271 INFO kablam! --> src/diff.rs:6:1 Oct 15 14:38:12.271 INFO kablam! | Oct 15 14:38:12.271 INFO kablam! 6 | static START_INDEX: usize = 0; Oct 15 14:38:12.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:12.271 INFO kablam! | Oct 15 14:38:12.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:38:12.271 INFO kablam! Oct 15 14:38:12.271 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 15 14:38:12.271 INFO kablam! --> src/lib.rs:3:12 Oct 15 14:38:12.271 INFO kablam! | Oct 15 14:38:12.271 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 15 14:38:12.271 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:38:12.271 INFO kablam! | Oct 15 14:38:12.271 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:38:12.271 INFO kablam! Oct 15 14:38:12.287 INFO kablam! warning: type `node_idx` should have a camel case name such as `NodeIdx` Oct 15 14:38:12.287 INFO kablam! --> src/patch.rs:65:1 Oct 15 14:38:12.287 INFO kablam! | Oct 15 14:38:12.287 INFO kablam! 65 | type node_idx = usize; Oct 15 14:38:12.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:12.287 INFO kablam! | Oct 15 14:38:12.287 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 14:38:12.287 INFO kablam! Oct 15 14:38:14.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.46s Oct 15 14:38:15.007 INFO kablam! su: No module specific data is present Oct 15 14:38:15.843 INFO running `"docker" "rm" "-f" "447dfc43bef0d111c774562edf37a6b9e727ab2652b186a0691c2d4c0a7f6bf4"` Oct 15 14:38:16.207 INFO blam! 447dfc43bef0d111c774562edf37a6b9e727ab2652b186a0691c2d4c0a7f6bf4 Oct 15 14:38:16.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14:38:16.607 INFO blam! fe5d5ad7fe99010b7a221b7ec092e51c95c752621da4057096716490ae418a66 Oct 15 14:38:16.609 INFO running `"docker" "start" "-a" "fe5d5ad7fe99010b7a221b7ec092e51c95c752621da4057096716490ae418a66"` Oct 15 14:38:18.262 INFO kablam! usermod: no changes Oct 15 14:38:18.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 14:38:18.347 INFO kablam! Running /target/debug/deps/virtual_dom_rs-5430e5956634da47 Oct 15 14:38:18.362 INFO blam! Oct 15 14:38:18.362 INFO blam! running 21 tests Oct 15 14:38:18.362 INFO blam! test diff::tests::replace_text_node ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::child_node ... ok Oct 15 14:38:18.362 INFO blam! test diff::tests::replace_node ... ok Oct 15 14:38:18.362 INFO blam! test diff::tests::remove_nodes ... ok Oct 15 14:38:18.362 INFO blam! test diff::tests::remove_attributes ... ok Oct 15 14:38:18.362 INFO blam! test diff::tests::change_attribute ... ok Oct 15 14:38:18.362 INFO blam! test diff::tests::add_children ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::empty_div ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::event ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::nested_macro ... ok Oct 15 14:38:18.362 INFO blam! test diff::tests::add_attributes ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::nested_text_node ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::one_prop ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::sibling_child_nodes ... ok Oct 15 14:38:18.362 INFO blam! test html_macro::tests::strings ... ok Oct 15 14:38:18.366 INFO blam! test html_macro::tests::text_root_node ... ok Oct 15 14:38:18.366 INFO blam! test html_macro::tests::three_nodes_deep ... ok Oct 15 14:38:18.367 INFO blam! test html_macro::tests::vec_of_nodes ... ok Oct 15 14:38:18.368 INFO blam! test virtual_node::tests::to_string ... ok Oct 15 14:38:18.368 INFO blam! test virtual_node::virtual_node_test_utils::tests::filter_label ... ok Oct 15 14:38:18.369 INFO blam! test virtual_node::virtual_node_test_utils::tests::label_equals ... ok Oct 15 14:38:18.369 INFO blam! Oct 15 14:38:18.369 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:38:18.369 INFO blam! Oct 15 14:38:18.373 INFO kablam! Doc-tests virtual-dom-rs Oct 15 14:38:19.409 INFO blam! Oct 15 14:38:19.409 INFO blam! running 6 tests Oct 15 14:38:19.421 INFO blam! test src/html_macro.rs - html (line 71) ... ignored Oct 15 14:38:24.778 INFO blam! test src/virtual_node/mod.rs - virtual_node::VirtualNode::text (line 108) ... ok Oct 15 14:38:25.215 INFO blam! test src/virtual_node/mod.rs - virtual_node::VirtualNode::new (line 87) ... ok Oct 15 14:38:25.294 INFO blam! test src/virtual_node/virtual_node_test_utils.rs - virtual_node::virtual_node_test_utils::VirtualNode::filter_label_equals (line 57) ... ok Oct 15 14:38:25.491 INFO blam! test src/virtual_node/virtual_node_test_utils.rs - virtual_node::virtual_node_test_utils::VirtualNode::filter_label (line 11) ... ok Oct 15 14:38:26.003 INFO blam! test src/html_macro.rs - html (line 29) ... ok Oct 15 14:38:26.003 INFO blam! Oct 15 14:38:26.004 INFO blam! test result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 14:38:26.004 INFO blam! Oct 15 14:38:26.015 INFO kablam! su: No module specific data is present Oct 15 14:38:26.935 INFO running `"docker" "rm" "-f" "fe5d5ad7fe99010b7a221b7ec092e51c95c752621da4057096716490ae418a66"` Oct 15 14:38:27.235 INFO blam! fe5d5ad7fe99010b7a221b7ec092e51c95c752621da4057096716490ae418a66