Oct 15 14:37:37.191 INFO testing virtual-dom-rs-0.2.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 14:37:37.192 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 14:37:37.563 INFO blam! 7b81246da206c6c53dd938f94c2468e5123d6b67019e8504f74aca49db26d9b7 Oct 15 14:37:37.579 INFO running `"docker" "start" "-a" "7b81246da206c6c53dd938f94c2468e5123d6b67019e8504f74aca49db26d9b7"` Oct 15 14:37:38.342 INFO kablam! usermod: no changes Oct 15 14:37:38.527 INFO kablam! Compiling wasm-bindgen v0.2.25 Oct 15 14:37:38.535 INFO kablam! Compiling wasm-bindgen-backend v0.2.25 Oct 15 14:37:51.835 INFO kablam! Compiling wasm-bindgen-macro-support v0.2.25 Oct 15 14:37:58.916 INFO kablam! Compiling wasm-bindgen-macro v0.2.25 Oct 15 14:38:04.545 INFO kablam! Compiling percy-webapis v0.0.2 Oct 15 14:38:05.363 INFO kablam! Compiling virtual-dom-rs v0.2.2 (/source) Oct 15 14:38:05.950 INFO kablam! warning: unused import: `wasm_bindgen::prelude::Closure` Oct 15 14:38:05.950 INFO kablam! --> src/html_macro.rs:16:5 Oct 15 14:38:05.950 INFO kablam! | Oct 15 14:38:05.950 INFO kablam! 16 | use wasm_bindgen::prelude::Closure; Oct 15 14:38:05.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:05.951 INFO kablam! | Oct 15 14:38:05.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:38:05.951 INFO kablam! Oct 15 14:38:06.103 INFO kablam! warning: unused variable: `cur_node` Oct 15 14:38:06.103 INFO kablam! --> src/patch.rs:69:13 Oct 15 14:38:06.103 INFO kablam! | Oct 15 14:38:06.103 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:06.103 INFO kablam! | ^^^^^^^^ help: consider using `_cur_node` instead Oct 15 14:38:06.103 INFO kablam! | Oct 15 14:38:06.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:38:06.103 INFO kablam! Oct 15 14:38:06.115 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:06.115 INFO kablam! --> src/virtual_node/mod.rs:193:13 Oct 15 14:38:06.115 INFO kablam! | Oct 15 14:38:06.115 INFO kablam! 193 | fn from(mut nodes: Vec) -> Self { Oct 15 14:38:06.115 INFO kablam! | ----^^^^^ Oct 15 14:38:06.115 INFO kablam! | | Oct 15 14:38:06.115 INFO kablam! | help: remove this `mut` Oct 15 14:38:06.115 INFO kablam! | Oct 15 14:38:06.115 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 14:38:06.115 INFO kablam! Oct 15 14:38:06.147 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:06.147 INFO kablam! --> src/patch.rs:69:9 Oct 15 14:38:06.147 INFO kablam! | Oct 15 14:38:06.147 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:06.147 INFO kablam! | ----^^^^^^^^ Oct 15 14:38:06.147 INFO kablam! | | Oct 15 14:38:06.147 INFO kablam! | help: remove this `mut` Oct 15 14:38:06.147 INFO kablam! Oct 15 14:38:06.147 INFO kablam! warning: static item is never used: `START_INDEX` Oct 15 14:38:06.147 INFO kablam! --> src/diff.rs:6:1 Oct 15 14:38:06.147 INFO kablam! | Oct 15 14:38:06.147 INFO kablam! 6 | static START_INDEX: usize = 0; Oct 15 14:38:06.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.147 INFO kablam! | Oct 15 14:38:06.147 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:38:06.147 INFO kablam! Oct 15 14:38:06.147 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.147 INFO kablam! --> src/lib.rs:3:12 Oct 15 14:38:06.147 INFO kablam! | Oct 15 14:38:06.147 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 15 14:38:06.147 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.147 INFO kablam! | Oct 15 14:38:06.147 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:38:06.147 INFO kablam! Oct 15 14:38:06.158 INFO kablam! warning: type `node_idx` should have a camel case name such as `NodeIdx` Oct 15 14:38:06.158 INFO kablam! --> src/patch.rs:65:1 Oct 15 14:38:06.158 INFO kablam! | Oct 15 14:38:06.158 INFO kablam! 65 | type node_idx = usize; Oct 15 14:38:06.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:06.158 INFO kablam! | Oct 15 14:38:06.158 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 14:38:06.158 INFO kablam! Oct 15 14:38:07.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.82s Oct 15 14:38:07.216 INFO kablam! su: No module specific data is present Oct 15 14:38:07.787 INFO running `"docker" "rm" "-f" "7b81246da206c6c53dd938f94c2468e5123d6b67019e8504f74aca49db26d9b7"` Oct 15 14:38:07.990 INFO blam! 7b81246da206c6c53dd938f94c2468e5123d6b67019e8504f74aca49db26d9b7 Oct 15 14:38:07.998 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 14:38:08.391 INFO blam! f666f93da8a87761b2feffd75cd67baf023c19706a33fba9b629580b4b40b4fe Oct 15 14:38:08.395 INFO running `"docker" "start" "-a" "f666f93da8a87761b2feffd75cd67baf023c19706a33fba9b629580b4b40b4fe"` Oct 15 14:38:09.431 INFO kablam! usermod: no changes Oct 15 14:38:09.547 INFO kablam! Compiling virtual-dom-rs v0.2.2 (/source) Oct 15 14:38:10.469 INFO kablam! warning: unused import: `wasm_bindgen::prelude::Closure` Oct 15 14:38:10.469 INFO kablam! --> src/html_macro.rs:16:5 Oct 15 14:38:10.469 INFO kablam! | Oct 15 14:38:10.469 INFO kablam! 16 | use wasm_bindgen::prelude::Closure; Oct 15 14:38:10.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:10.469 INFO kablam! | Oct 15 14:38:10.469 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:38:10.469 INFO kablam! Oct 15 14:38:10.469 INFO kablam! warning: unused import: `super::*` Oct 15 14:38:10.469 INFO kablam! --> src/html_macro.rs:252:9 Oct 15 14:38:10.469 INFO kablam! | Oct 15 14:38:10.469 INFO kablam! 252 | use super::*; Oct 15 14:38:10.469 INFO kablam! | ^^^^^^^^ Oct 15 14:38:10.469 INFO kablam! Oct 15 14:38:10.469 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 15 14:38:10.469 INFO kablam! --> src/html_macro.rs:253:9 Oct 15 14:38:10.469 INFO kablam! | Oct 15 14:38:10.469 INFO kablam! 253 | use std::cell::RefCell; Oct 15 14:38:10.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 14:38:10.469 INFO kablam! Oct 15 14:38:10.469 INFO kablam! warning: unused import: `std::rc::Rc` Oct 15 14:38:10.469 INFO kablam! --> src/html_macro.rs:255:9 Oct 15 14:38:10.469 INFO kablam! | Oct 15 14:38:10.469 INFO kablam! 255 | use std::rc::Rc; Oct 15 14:38:10.469 INFO kablam! | ^^^^^^^^^^^ Oct 15 14:38:10.469 INFO kablam! Oct 15 14:38:10.474 INFO kablam! warning: unused import: `super::*` Oct 15 14:38:10.474 INFO kablam! --> src/virtual_node/virtual_node_test_utils.rs:86:9 Oct 15 14:38:10.474 INFO kablam! | Oct 15 14:38:10.474 INFO kablam! 86 | use super::*; Oct 15 14:38:10.474 INFO kablam! | ^^^^^^^^ Oct 15 14:38:10.474 INFO kablam! Oct 15 14:38:10.474 INFO kablam! warning: unused import: `super::*` Oct 15 14:38:10.474 INFO kablam! --> src/virtual_node/mod.rs:284:9 Oct 15 14:38:10.474 INFO kablam! | Oct 15 14:38:10.474 INFO kablam! 284 | use super::*; Oct 15 14:38:10.474 INFO kablam! | ^^^^^^^^ Oct 15 14:38:10.474 INFO kablam! Oct 15 14:38:11.087 INFO kablam! warning: unused variable: `cur_node` Oct 15 14:38:11.087 INFO kablam! --> src/patch.rs:69:13 Oct 15 14:38:11.087 INFO kablam! | Oct 15 14:38:11.087 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:11.087 INFO kablam! | ^^^^^^^^ help: consider using `_cur_node` instead Oct 15 14:38:11.087 INFO kablam! | Oct 15 14:38:11.087 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 14:38:11.087 INFO kablam! Oct 15 14:38:11.157 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:11.157 INFO kablam! --> src/virtual_node/mod.rs:193:13 Oct 15 14:38:11.157 INFO kablam! | Oct 15 14:38:11.157 INFO kablam! 193 | fn from(mut nodes: Vec) -> Self { Oct 15 14:38:11.157 INFO kablam! | ----^^^^^ Oct 15 14:38:11.157 INFO kablam! | | Oct 15 14:38:11.157 INFO kablam! | help: remove this `mut` Oct 15 14:38:11.157 INFO kablam! | Oct 15 14:38:11.159 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 14:38:11.159 INFO kablam! Oct 15 14:38:11.257 INFO kablam! warning: variable does not need to be mutable Oct 15 14:38:11.257 INFO kablam! --> src/patch.rs:69:9 Oct 15 14:38:11.257 INFO kablam! | Oct 15 14:38:11.257 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 15 14:38:11.257 INFO kablam! | ----^^^^^^^^ Oct 15 14:38:11.257 INFO kablam! | | Oct 15 14:38:11.257 INFO kablam! | help: remove this `mut` Oct 15 14:38:11.257 INFO kablam! Oct 15 14:38:11.264 INFO kablam! warning: static item is never used: `START_INDEX` Oct 15 14:38:11.264 INFO kablam! --> src/diff.rs:6:1 Oct 15 14:38:11.265 INFO kablam! | Oct 15 14:38:11.265 INFO kablam! 6 | static START_INDEX: usize = 0; Oct 15 14:38:11.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:11.265 INFO kablam! | Oct 15 14:38:11.266 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 14:38:11.266 INFO kablam! Oct 15 14:38:11.266 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:11.267 INFO kablam! --> src/lib.rs:3:12 Oct 15 14:38:11.267 INFO kablam! | Oct 15 14:38:11.267 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 15 14:38:11.267 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:38:11.268 INFO kablam! | Oct 15 14:38:11.268 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:38:11.268 INFO kablam! Oct 15 14:38:11.285 INFO kablam! warning: type `node_idx` should have a camel case name such as `NodeIdx` Oct 15 14:38:11.291 INFO kablam! --> src/patch.rs:65:1 Oct 15 14:38:11.291 INFO kablam! | Oct 15 14:38:11.291 INFO kablam! 65 | type node_idx = usize; Oct 15 14:38:11.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 14:38:11.291 INFO kablam! | Oct 15 14:38:11.291 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 14:38:11.291 INFO kablam! Oct 15 14:38:13.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.49s Oct 15 14:38:13.979 INFO kablam! su: No module specific data is present Oct 15 14:38:15.051 INFO running `"docker" "rm" "-f" "f666f93da8a87761b2feffd75cd67baf023c19706a33fba9b629580b4b40b4fe"` Oct 15 14:38:15.335 INFO blam! f666f93da8a87761b2feffd75cd67baf023c19706a33fba9b629580b4b40b4fe Oct 15 14:38:15.339 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 14:38:15.759 INFO blam! e3f16cc3e848d2bcfb4a4c7bb3cead50873d0a36c7ebca57ae1ce44ecebaaf3f Oct 15 14:38:15.760 INFO running `"docker" "start" "-a" "e3f16cc3e848d2bcfb4a4c7bb3cead50873d0a36c7ebca57ae1ce44ecebaaf3f"` Oct 15 14:38:16.811 INFO kablam! usermod: no changes Oct 15 14:38:16.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 14:38:16.911 INFO kablam! Running /target/debug/deps/virtual_dom_rs-02f5345bdc697dd7 Oct 15 14:38:16.913 INFO blam! Oct 15 14:38:16.914 INFO blam! running 21 tests Oct 15 14:38:16.914 INFO blam! test diff::tests::add_children ... ok Oct 15 14:38:16.914 INFO blam! test diff::tests::add_attributes ... ok Oct 15 14:38:16.923 INFO blam! test diff::tests::remove_nodes ... ok Oct 15 14:38:16.923 INFO blam! test diff::tests::remove_attributes ... ok Oct 15 14:38:16.923 INFO blam! test html_macro::tests::empty_div ... ok Oct 15 14:38:16.924 INFO blam! test html_macro::tests::nested_macro ... ok Oct 15 14:38:16.924 INFO blam! test html_macro::tests::child_node ... ok Oct 15 14:38:16.924 INFO blam! test html_macro::tests::nested_text_node ... ok Oct 15 14:38:16.925 INFO blam! test diff::tests::replace_text_node ... ok Oct 15 14:38:16.925 INFO blam! test html_macro::tests::event ... ok Oct 15 14:38:16.925 INFO blam! test diff::tests::replace_node ... ok Oct 15 14:38:16.925 INFO blam! test html_macro::tests::one_prop ... ok Oct 15 14:38:16.926 INFO blam! test diff::tests::change_attribute ... ok Oct 15 14:38:16.926 INFO blam! test html_macro::tests::three_nodes_deep ... ok Oct 15 14:38:16.926 INFO blam! test virtual_node::tests::to_string ... ok Oct 15 14:38:16.926 INFO blam! test html_macro::tests::strings ... ok Oct 15 14:38:16.927 INFO blam! test html_macro::tests::text_root_node ... ok Oct 15 14:38:16.927 INFO blam! test virtual_node::virtual_node_test_utils::tests::filter_label ... ok Oct 15 14:38:16.927 INFO blam! test html_macro::tests::sibling_child_nodes ... ok Oct 15 14:38:16.928 INFO blam! test html_macro::tests::vec_of_nodes ... ok Oct 15 14:38:16.928 INFO blam! test virtual_node::virtual_node_test_utils::tests::label_equals ... ok Oct 15 14:38:16.928 INFO blam! Oct 15 14:38:16.928 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:38:16.928 INFO blam! Oct 15 14:38:16.931 INFO kablam! Doc-tests virtual-dom-rs Oct 15 14:38:18.175 INFO blam! Oct 15 14:38:18.175 INFO blam! running 6 tests Oct 15 14:38:18.215 INFO blam! test src/html_macro.rs - html (line 71) ... ignored Oct 15 14:38:22.323 INFO blam! test src/virtual_node/mod.rs - virtual_node::VirtualNode::new (line 87) ... ok Oct 15 14:38:22.706 INFO blam! test src/virtual_node/mod.rs - virtual_node::VirtualNode::text (line 108) ... ok Oct 15 14:38:23.642 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:24.775 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.016 INFO blam! test src/html_macro.rs - html (line 29) ... ok Oct 15 14:38:25.017 INFO blam! Oct 15 14:38:25.017 INFO blam! test result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 14:38:25.017 INFO blam! Oct 15 14:38:25.040 INFO kablam! su: No module specific data is present Oct 15 14:38:25.716 INFO running `"docker" "rm" "-f" "e3f16cc3e848d2bcfb4a4c7bb3cead50873d0a36c7ebca57ae1ce44ecebaaf3f"` Oct 15 14:38:25.987 INFO blam! e3f16cc3e848d2bcfb4a4c7bb3cead50873d0a36c7ebca57ae1ce44ecebaaf3f