Oct 11 08:50:32.971 INFO testing virtual-dom-rs-0.2.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:50:32.971 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:50:32.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:50:33.308 INFO blam! 174e78a670a8128f568bd1920531c2f51e45cf5f79bc185da355033e991b28bf Oct 11 08:50:33.328 INFO running `"docker" "start" "-a" "174e78a670a8128f568bd1920531c2f51e45cf5f79bc185da355033e991b28bf"` Oct 11 08:50:34.363 INFO kablam! usermod: no changes Oct 11 08:50:34.520 INFO kablam! Compiling wasm-bindgen v0.2.25 Oct 11 08:50:36.633 INFO kablam! Compiling percy-webapis v0.0.2 Oct 11 08:50:37.568 INFO kablam! Compiling virtual-dom-rs v0.2.2 (/source) Oct 11 08:50:38.000 INFO kablam! warning: unused import: `wasm_bindgen::prelude::Closure` Oct 11 08:50:38.000 INFO kablam! --> src/html_macro.rs:16:5 Oct 11 08:50:38.000 INFO kablam! | Oct 11 08:50:38.000 INFO kablam! 16 | use wasm_bindgen::prelude::Closure; Oct 11 08:50:38.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:50:38.000 INFO kablam! | Oct 11 08:50:38.000 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:50:38.000 INFO kablam! Oct 11 08:50:38.161 INFO kablam! warning: unused variable: `cur_node` Oct 11 08:50:38.161 INFO kablam! --> src/patch.rs:69:13 Oct 11 08:50:38.161 INFO kablam! | Oct 11 08:50:38.162 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 11 08:50:38.162 INFO kablam! | ^^^^^^^^ help: consider using `_cur_node` instead Oct 11 08:50:38.162 INFO kablam! | Oct 11 08:50:38.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:50:38.163 INFO kablam! Oct 11 08:50:38.177 INFO kablam! warning: variable does not need to be mutable Oct 11 08:50:38.177 INFO kablam! --> src/virtual_node/mod.rs:193:13 Oct 11 08:50:38.177 INFO kablam! | Oct 11 08:50:38.178 INFO kablam! 193 | fn from(mut nodes: Vec) -> Self { Oct 11 08:50:38.178 INFO kablam! | ----^^^^^ Oct 11 08:50:38.178 INFO kablam! | | Oct 11 08:50:38.179 INFO kablam! | help: remove this `mut` Oct 11 08:50:38.179 INFO kablam! | Oct 11 08:50:38.179 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 08:50:38.180 INFO kablam! Oct 11 08:50:38.209 INFO kablam! warning: variable does not need to be mutable Oct 11 08:50:38.209 INFO kablam! --> src/patch.rs:69:9 Oct 11 08:50:38.209 INFO kablam! | Oct 11 08:50:38.209 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 11 08:50:38.210 INFO kablam! | ----^^^^^^^^ Oct 11 08:50:38.210 INFO kablam! | | Oct 11 08:50:38.210 INFO kablam! | help: remove this `mut` Oct 11 08:50:38.211 INFO kablam! Oct 11 08:50:38.212 INFO kablam! warning: static item is never used: `START_INDEX` Oct 11 08:50:38.213 INFO kablam! --> src/diff.rs:6:1 Oct 11 08:50:38.213 INFO kablam! | Oct 11 08:50:38.213 INFO kablam! 6 | static START_INDEX: usize = 0; Oct 11 08:50:38.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:50:38.214 INFO kablam! | Oct 11 08:50:38.214 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 08:50:38.215 INFO kablam! Oct 11 08:50:38.215 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 08:50:38.215 INFO kablam! --> src/lib.rs:3:12 Oct 11 08:50:38.215 INFO kablam! | Oct 11 08:50:38.216 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 11 08:50:38.216 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 08:50:38.216 INFO kablam! | Oct 11 08:50:38.217 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 08:50:38.217 INFO kablam! Oct 11 08:50:38.217 INFO kablam! warning: type `node_idx` should have a camel case name such as `NodeIdx` Oct 11 08:50:38.218 INFO kablam! --> src/patch.rs:65:1 Oct 11 08:50:38.218 INFO kablam! | Oct 11 08:50:38.218 INFO kablam! 65 | type node_idx = usize; Oct 11 08:50:38.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:50:38.219 INFO kablam! | Oct 11 08:50:38.219 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 08:50:38.219 INFO kablam! Oct 11 08:50:39.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.48s Oct 11 08:50:39.880 INFO kablam! su: No module specific data is present Oct 11 08:50:41.503 INFO running `"docker" "rm" "-f" "174e78a670a8128f568bd1920531c2f51e45cf5f79bc185da355033e991b28bf"` Oct 11 08:50:41.854 INFO blam! 174e78a670a8128f568bd1920531c2f51e45cf5f79bc185da355033e991b28bf Oct 11 08:50:41.855 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:50:41.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:50:42.485 INFO blam! 16567b72c7cd0c24de02642a2ffcb83fe39d084b73a7a10067e9bdc709180197 Oct 11 08:50:42.487 INFO running `"docker" "start" "-a" "16567b72c7cd0c24de02642a2ffcb83fe39d084b73a7a10067e9bdc709180197"` Oct 11 08:50:43.724 INFO kablam! usermod: no changes Oct 11 08:50:43.816 INFO kablam! Compiling virtual-dom-rs v0.2.2 (/source) Oct 11 08:50:44.492 INFO kablam! warning: unused import: `wasm_bindgen::prelude::Closure` Oct 11 08:50:44.493 INFO kablam! --> src/html_macro.rs:16:5 Oct 11 08:50:44.493 INFO kablam! | Oct 11 08:50:44.493 INFO kablam! 16 | use wasm_bindgen::prelude::Closure; Oct 11 08:50:44.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:50:44.494 INFO kablam! | Oct 11 08:50:44.494 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 08:50:44.494 INFO kablam! Oct 11 08:50:44.494 INFO kablam! warning: unused import: `super::*` Oct 11 08:50:44.495 INFO kablam! --> src/html_macro.rs:252:9 Oct 11 08:50:44.495 INFO kablam! | Oct 11 08:50:44.495 INFO kablam! 252 | use super::*; Oct 11 08:50:44.495 INFO kablam! | ^^^^^^^^ Oct 11 08:50:44.496 INFO kablam! Oct 11 08:50:44.496 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 11 08:50:44.496 INFO kablam! --> src/html_macro.rs:253:9 Oct 11 08:50:44.496 INFO kablam! | Oct 11 08:50:44.497 INFO kablam! 253 | use std::cell::RefCell; Oct 11 08:50:44.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:50:44.497 INFO kablam! Oct 11 08:50:44.497 INFO kablam! warning: unused import: `std::rc::Rc` Oct 11 08:50:44.498 INFO kablam! --> src/html_macro.rs:255:9 Oct 11 08:50:44.498 INFO kablam! | Oct 11 08:50:44.498 INFO kablam! 255 | use std::rc::Rc; Oct 11 08:50:44.498 INFO kablam! | ^^^^^^^^^^^ Oct 11 08:50:44.499 INFO kablam! Oct 11 08:50:44.499 INFO kablam! warning: unused import: `super::*` Oct 11 08:50:44.499 INFO kablam! --> src/virtual_node/virtual_node_test_utils.rs:86:9 Oct 11 08:50:44.499 INFO kablam! | Oct 11 08:50:44.500 INFO kablam! 86 | use super::*; Oct 11 08:50:44.500 INFO kablam! | ^^^^^^^^ Oct 11 08:50:44.500 INFO kablam! Oct 11 08:50:44.500 INFO kablam! warning: unused import: `super::*` Oct 11 08:50:44.501 INFO kablam! --> src/virtual_node/mod.rs:284:9 Oct 11 08:50:44.501 INFO kablam! | Oct 11 08:50:44.501 INFO kablam! 284 | use super::*; Oct 11 08:50:44.501 INFO kablam! | ^^^^^^^^ Oct 11 08:50:44.502 INFO kablam! Oct 11 08:50:44.940 INFO kablam! warning: unused variable: `cur_node` Oct 11 08:50:44.940 INFO kablam! --> src/patch.rs:69:13 Oct 11 08:50:44.940 INFO kablam! | Oct 11 08:50:44.940 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 11 08:50:44.940 INFO kablam! | ^^^^^^^^ help: consider using `_cur_node` instead Oct 11 08:50:44.940 INFO kablam! | Oct 11 08:50:44.940 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:50:44.940 INFO kablam! Oct 11 08:50:45.019 INFO kablam! warning: variable does not need to be mutable Oct 11 08:50:45.019 INFO kablam! --> src/virtual_node/mod.rs:193:13 Oct 11 08:50:45.019 INFO kablam! | Oct 11 08:50:45.019 INFO kablam! 193 | fn from(mut nodes: Vec) -> Self { Oct 11 08:50:45.019 INFO kablam! | ----^^^^^ Oct 11 08:50:45.019 INFO kablam! | | Oct 11 08:50:45.019 INFO kablam! | help: remove this `mut` Oct 11 08:50:45.019 INFO kablam! | Oct 11 08:50:45.019 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 08:50:45.019 INFO kablam! Oct 11 08:50:45.136 INFO kablam! warning: variable does not need to be mutable Oct 11 08:50:45.136 INFO kablam! --> src/patch.rs:69:9 Oct 11 08:50:45.136 INFO kablam! | Oct 11 08:50:45.136 INFO kablam! 69 | let mut cur_node = root_node.clone(); Oct 11 08:50:45.136 INFO kablam! | ----^^^^^^^^ Oct 11 08:50:45.136 INFO kablam! | | Oct 11 08:50:45.136 INFO kablam! | help: remove this `mut` Oct 11 08:50:45.136 INFO kablam! Oct 11 08:50:45.144 INFO kablam! warning: static item is never used: `START_INDEX` Oct 11 08:50:45.144 INFO kablam! --> src/diff.rs:6:1 Oct 11 08:50:45.144 INFO kablam! | Oct 11 08:50:45.144 INFO kablam! 6 | static START_INDEX: usize = 0; Oct 11 08:50:45.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:50:45.144 INFO kablam! | Oct 11 08:50:45.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 08:50:45.144 INFO kablam! Oct 11 08:50:45.144 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 08:50:45.144 INFO kablam! --> src/lib.rs:3:12 Oct 11 08:50:45.144 INFO kablam! | Oct 11 08:50:45.144 INFO kablam! 3 | #![feature(use_extern_macros)] Oct 11 08:50:45.144 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 08:50:45.144 INFO kablam! | Oct 11 08:50:45.144 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 08:50:45.144 INFO kablam! Oct 11 08:50:45.164 INFO kablam! warning: type `node_idx` should have a camel case name such as `NodeIdx` Oct 11 08:50:45.164 INFO kablam! --> src/patch.rs:65:1 Oct 11 08:50:45.164 INFO kablam! | Oct 11 08:50:45.164 INFO kablam! 65 | type node_idx = usize; Oct 11 08:50:45.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:50:45.164 INFO kablam! | Oct 11 08:50:45.164 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 08:50:45.164 INFO kablam! Oct 11 08:50:47.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.50s Oct 11 08:50:47.265 INFO kablam! su: No module specific data is present Oct 11 08:50:47.766 INFO running `"docker" "rm" "-f" "16567b72c7cd0c24de02642a2ffcb83fe39d084b73a7a10067e9bdc709180197"` Oct 11 08:50:48.080 INFO blam! 16567b72c7cd0c24de02642a2ffcb83fe39d084b73a7a10067e9bdc709180197 Oct 11 08:50:48.081 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:50:48.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:50:48.496 INFO blam! 16af2239f3ddad474e1ef714058cf09ffcfb4f89363fce3a5e01e55553e0dd31 Oct 11 08:50:48.502 INFO running `"docker" "start" "-a" "16af2239f3ddad474e1ef714058cf09ffcfb4f89363fce3a5e01e55553e0dd31"` Oct 11 08:50:49.724 INFO kablam! usermod: no changes Oct 11 08:50:49.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 08:50:49.839 INFO kablam! Running /target/debug/deps/virtual_dom_rs-c21b3bce799165d4 Oct 11 08:50:49.845 INFO blam! Oct 11 08:50:49.845 INFO blam! running 21 tests Oct 11 08:50:49.845 INFO blam! test html_macro::tests::child_node ... ok Oct 11 08:50:49.845 INFO blam! test diff::tests::replace_text_node ... ok Oct 11 08:50:49.845 INFO blam! test diff::tests::replace_node ... ok Oct 11 08:50:49.845 INFO blam! test diff::tests::remove_nodes ... ok Oct 11 08:50:49.845 INFO blam! test diff::tests::remove_attributes ... ok Oct 11 08:50:49.845 INFO blam! test diff::tests::change_attribute ... ok Oct 11 08:50:49.845 INFO blam! test diff::tests::add_attributes ... ok Oct 11 08:50:49.845 INFO blam! test html_macro::tests::empty_div ... ok Oct 11 08:50:49.845 INFO blam! test html_macro::tests::sibling_child_nodes ... ok Oct 11 08:50:49.845 INFO blam! test html_macro::tests::event ... ok Oct 11 08:50:49.845 INFO blam! test html_macro::tests::nested_text_node ... ok Oct 11 08:50:49.845 INFO blam! test virtual_node::tests::to_string ... ok Oct 11 08:50:49.845 INFO blam! test virtual_node::virtual_node_test_utils::tests::filter_label ... ok Oct 11 08:50:49.845 INFO blam! test virtual_node::virtual_node_test_utils::tests::label_equals ... ok Oct 11 08:50:49.856 INFO blam! test html_macro::tests::strings ... ok Oct 11 08:50:49.856 INFO blam! test html_macro::tests::nested_macro ... ok Oct 11 08:50:49.856 INFO blam! test html_macro::tests::text_root_node ... ok Oct 11 08:50:49.856 INFO blam! test diff::tests::add_children ... ok Oct 11 08:50:49.856 INFO blam! test html_macro::tests::three_nodes_deep ... ok Oct 11 08:50:49.856 INFO blam! test html_macro::tests::one_prop ... ok Oct 11 08:50:49.856 INFO blam! test html_macro::tests::vec_of_nodes ... ok Oct 11 08:50:49.856 INFO blam! Oct 11 08:50:49.856 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:50:49.856 INFO blam! Oct 11 08:50:49.856 INFO kablam! Doc-tests virtual-dom-rs Oct 11 08:50:50.928 INFO blam! Oct 11 08:50:50.928 INFO blam! running 6 tests Oct 11 08:50:50.928 INFO blam! test src/html_macro.rs - html (line 71) ... ignored Oct 11 08:50:54.020 INFO blam! test src/virtual_node/virtual_node_test_utils.rs - virtual_node::virtual_node_test_utils::VirtualNode::filter_label (line 11) ... ok Oct 11 08:50:54.616 INFO blam! test src/virtual_node/mod.rs - virtual_node::VirtualNode::new (line 87) ... ok Oct 11 08:50:54.792 INFO blam! test src/virtual_node/mod.rs - virtual_node::VirtualNode::text (line 108) ... ok Oct 11 08:50:55.264 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 11 08:50:55.528 INFO blam! test src/html_macro.rs - html (line 29) ... ok Oct 11 08:50:55.528 INFO blam! Oct 11 08:50:55.528 INFO blam! test result: ok. 5 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 08:50:55.528 INFO blam! Oct 11 08:50:55.532 INFO kablam! su: No module specific data is present Oct 11 08:50:56.332 INFO running `"docker" "rm" "-f" "16af2239f3ddad474e1ef714058cf09ffcfb4f89363fce3a5e01e55553e0dd31"` Oct 11 08:50:56.644 INFO blam! 16af2239f3ddad474e1ef714058cf09ffcfb4f89363fce3a5e01e55553e0dd31