Oct 14 21:38:52.081 INFO testing emk/wasm-bloat against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:38:52.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:38:52.507 INFO blam! 4716cabcd89e25c814bfb9433098c41feb82e3845164cfd44b9cc71ad45e1bfd Oct 14 21:38:52.519 INFO running `"docker" "start" "-a" "4716cabcd89e25c814bfb9433098c41feb82e3845164cfd44b9cc71ad45e1bfd"` Oct 14 21:38:54.150 INFO kablam! usermod: no changes Oct 14 21:38:54.403 INFO kablam! Compiling log v0.4.0 Oct 14 21:38:54.403 INFO kablam! Compiling parking_lot_core v0.2.8 Oct 14 21:38:54.415 INFO kablam! Compiling structopt-derive v0.1.6 Oct 14 21:38:54.415 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 21:38:54.415 INFO kablam! Compiling structopt v0.1.6 Oct 14 21:38:55.567 INFO kablam! Compiling backtrace v0.3.4 Oct 14 21:38:56.793 INFO kablam! Compiling log v0.3.9 Oct 14 21:38:56.795 INFO kablam! Compiling env_logger v0.5.0-rc.1 Oct 14 21:39:00.067 INFO kablam! Compiling parking_lot v0.4.8 Oct 14 21:39:00.231 INFO kablam! Compiling failure v0.1.1 Oct 14 21:39:03.391 INFO kablam! Compiling parity-wasm v0.19.0 Oct 14 21:39:03.399 INFO kablam! Compiling common_failures v0.1.0 Oct 14 21:39:18.800 INFO kablam! Compiling wasm-bloat v0.1.0 (/source) Oct 14 21:39:19.887 INFO kablam! warning: unused import: `std::iter` Oct 14 21:39:19.887 INFO kablam! --> src/name_section.rs:1:5 Oct 14 21:39:19.888 INFO kablam! | Oct 14 21:39:19.888 INFO kablam! 1 | use std::iter; Oct 14 21:39:19.888 INFO kablam! | ^^^^^^^^^ Oct 14 21:39:19.889 INFO kablam! | Oct 14 21:39:19.889 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:39:19.889 INFO kablam! Oct 14 21:39:20.199 INFO kablam! warning: method is never used: `iter` Oct 14 21:39:20.199 INFO kablam! --> src/index_map.rs:117:5 Oct 14 21:39:20.199 INFO kablam! | Oct 14 21:39:20.200 INFO kablam! 117 | fn iter(&self) -> Iter { Oct 14 21:39:20.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.200 INFO kablam! | Oct 14 21:39:20.201 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:39:20.201 INFO kablam! Oct 14 21:39:20.201 INFO kablam! warning: method is never used: `new` Oct 14 21:39:20.201 INFO kablam! --> src/name_section.rs:95:5 Oct 14 21:39:20.202 INFO kablam! | Oct 14 21:39:20.202 INFO kablam! 95 | pub fn new>(name: S) -> ModuleNameSection { Oct 14 21:39:20.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.203 INFO kablam! Oct 14 21:39:20.203 INFO kablam! warning: method is never used: `name` Oct 14 21:39:20.203 INFO kablam! --> src/name_section.rs:100:5 Oct 14 21:39:20.204 INFO kablam! | Oct 14 21:39:20.204 INFO kablam! 100 | pub fn name(&self) -> &str { Oct 14 21:39:20.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.204 INFO kablam! Oct 14 21:39:20.205 INFO kablam! warning: method is never used: `name_mut` Oct 14 21:39:20.205 INFO kablam! --> src/name_section.rs:105:5 Oct 14 21:39:20.205 INFO kablam! | Oct 14 21:39:20.206 INFO kablam! 105 | pub fn name_mut(&mut self) -> &mut String { Oct 14 21:39:20.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.206 INFO kablam! Oct 14 21:39:20.206 INFO kablam! warning: method is never used: `names_mut` Oct 14 21:39:20.207 INFO kablam! --> src/name_section.rs:140:5 Oct 14 21:39:20.207 INFO kablam! | Oct 14 21:39:20.207 INFO kablam! 140 | pub fn names_mut(&mut self) -> &mut NameMap { Oct 14 21:39:20.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.208 INFO kablam! Oct 14 21:39:20.208 INFO kablam! warning: method is never used: `local_names` Oct 14 21:39:20.208 INFO kablam! --> src/name_section.rs:170:5 Oct 14 21:39:20.209 INFO kablam! | Oct 14 21:39:20.209 INFO kablam! 170 | pub fn local_names(&self) -> &IndexMap { Oct 14 21:39:20.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.210 INFO kablam! Oct 14 21:39:20.210 INFO kablam! warning: method is never used: `local_names_mut` Oct 14 21:39:20.210 INFO kablam! --> src/name_section.rs:176:5 Oct 14 21:39:20.210 INFO kablam! | Oct 14 21:39:20.215 INFO kablam! 176 | pub fn local_names_mut(&mut self) -> &mut IndexMap { Oct 14 21:39:20.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:20.215 INFO kablam! Oct 14 21:39:24.117 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.95s Oct 14 21:39:24.125 INFO kablam! su: No module specific data is present Oct 14 21:39:25.730 INFO running `"docker" "rm" "-f" "4716cabcd89e25c814bfb9433098c41feb82e3845164cfd44b9cc71ad45e1bfd"` Oct 14 21:39:26.031 INFO blam! 4716cabcd89e25c814bfb9433098c41feb82e3845164cfd44b9cc71ad45e1bfd Oct 14 21:39:26.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:39:26.536 INFO blam! 78e3e5cccf0871ee86f9b9cbe5257c446c521c3706cfe586ac0e56ff6b4180a2 Oct 14 21:39:26.538 INFO running `"docker" "start" "-a" "78e3e5cccf0871ee86f9b9cbe5257c446c521c3706cfe586ac0e56ff6b4180a2"` Oct 14 21:39:28.791 INFO kablam! usermod: no changes Oct 14 21:39:28.952 INFO kablam! Compiling wasm-bloat v0.1.0 (/source) Oct 14 21:39:31.013 INFO kablam! warning: unused import: `std::iter` Oct 14 21:39:31.014 INFO kablam! --> src/name_section.rs:1:5 Oct 14 21:39:31.015 INFO kablam! | Oct 14 21:39:31.016 INFO kablam! 1 | use std::iter; Oct 14 21:39:31.016 INFO kablam! | ^^^^^^^^^ Oct 14 21:39:31.017 INFO kablam! | Oct 14 21:39:31.018 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:39:31.018 INFO kablam! Oct 14 21:39:31.532 INFO kablam! warning: method is never used: `name` Oct 14 21:39:31.533 INFO kablam! --> src/name_section.rs:100:5 Oct 14 21:39:31.533 INFO kablam! | Oct 14 21:39:31.534 INFO kablam! 100 | pub fn name(&self) -> &str { Oct 14 21:39:31.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:31.536 INFO kablam! | Oct 14 21:39:31.536 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:39:31.537 INFO kablam! Oct 14 21:39:31.538 INFO kablam! warning: method is never used: `name_mut` Oct 14 21:39:31.538 INFO kablam! --> src/name_section.rs:105:5 Oct 14 21:39:31.539 INFO kablam! | Oct 14 21:39:31.539 INFO kablam! 105 | pub fn name_mut(&mut self) -> &mut String { Oct 14 21:39:31.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:31.541 INFO kablam! Oct 14 21:39:31.541 INFO kablam! warning: method is never used: `local_names` Oct 14 21:39:31.542 INFO kablam! --> src/name_section.rs:170:5 Oct 14 21:39:31.543 INFO kablam! | Oct 14 21:39:31.543 INFO kablam! 170 | pub fn local_names(&self) -> &IndexMap { Oct 14 21:39:31.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:39:31.544 INFO kablam! Oct 14 21:39:34.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.72s Oct 14 21:39:34.548 INFO kablam! su: No module specific data is present Oct 14 21:39:36.515 INFO running `"docker" "rm" "-f" "78e3e5cccf0871ee86f9b9cbe5257c446c521c3706cfe586ac0e56ff6b4180a2"` Oct 14 21:39:36.895 INFO blam! 78e3e5cccf0871ee86f9b9cbe5257c446c521c3706cfe586ac0e56ff6b4180a2 Oct 14 21:39:36.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 21:39:37.396 INFO blam! 8be9a2b3c28a6864ee834bc95697ea8e1b38b4e7319ae22226ee86fa0e0377ab Oct 14 21:39:37.398 INFO running `"docker" "start" "-a" "8be9a2b3c28a6864ee834bc95697ea8e1b38b4e7319ae22226ee86fa0e0377ab"` Oct 14 21:39:39.618 INFO kablam! usermod: no changes Oct 14 21:39:39.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 21:39:39.868 INFO kablam! Running /target/debug/deps/wasm_bloat-f429307be46fb4a3 Oct 14 21:39:39.877 INFO blam! Oct 14 21:39:39.877 INFO blam! running 17 tests Oct 14 21:39:39.877 INFO blam! test index_map::tests::get_returns_elements_that_are_there_but_nothing_else ... ok Oct 14 21:39:39.877 INFO blam! test index_map::tests::from_iterator_builds_a_map ... ok Oct 14 21:39:39.877 INFO blam! test index_map::tests::deserialize_requires_elements_to_be_in_order ... ok Oct 14 21:39:39.877 INFO blam! test index_map::tests::clear_removes_all_values ... ok Oct 14 21:39:39.877 INFO blam! test index_map::tests::serialize_and_deserialize ... ok Oct 14 21:39:39.877 INFO blam! test index_map::tests::with_capacity_creates_empty_map ... ok Oct 14 21:39:39.878 INFO blam! test name_section::tests::serialize_and_deserialize_function_names ... ok Oct 14 21:39:39.878 INFO blam! test name_section::tests::serialize_and_deserialize_local_names ... ok Oct 14 21:39:39.878 INFO blam! test name_section::tests::serialize_and_deserialize_module_name ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::default_is_empty_no_matter_how_we_look_at_it ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::contains_key_returns_true_when_a_key_is_present ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::partial_eq_is_smart_about_none_values_at_the_end ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::insert_behaves_like_other_maps ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::partial_eq_works_as_expected_in_simple_cases ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::iterators_are_well_behaved ... ok Oct 14 21:39:39.878 INFO blam! test index_map::tests::remove_behaves_like_other_maps ... ok Oct 14 21:39:39.879 INFO blam! test name_section::tests::serialize_and_deserialize_unparsed ... ok Oct 14 21:39:39.879 INFO blam! Oct 14 21:39:39.879 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:39:39.879 INFO blam! Oct 14 21:39:39.884 INFO kablam! Running /target/debug/deps/tests-092f49297e117016 Oct 14 21:39:39.888 INFO blam! Oct 14 21:39:39.888 INFO blam! running 1 test Oct 14 21:39:39.898 INFO blam! test analyze_wasm_file ... ok Oct 14 21:39:39.898 INFO blam! Oct 14 21:39:39.898 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:39:39.898 INFO blam! Oct 14 21:39:39.911 INFO kablam! su: No module specific data is present Oct 14 21:39:41.174 INFO running `"docker" "rm" "-f" "8be9a2b3c28a6864ee834bc95697ea8e1b38b4e7319ae22226ee86fa0e0377ab"` Oct 14 21:39:41.567 INFO blam! 8be9a2b3c28a6864ee834bc95697ea8e1b38b4e7319ae22226ee86fa0e0377ab