Oct 13 05:41:33.042 INFO testing nerd2/rjvm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:41:33.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 05:41:33.507 INFO blam! f3eadbbcd1e21d641c70d46883c26a578e6d6b2ad95c517d41a6a08a0a0cceb4 Oct 13 05:41:33.519 INFO running `"docker" "start" "-a" "f3eadbbcd1e21d641c70d46883c26a578e6d6b2ad95c517d41a6a08a0a0cceb4"` Oct 13 05:41:34.886 INFO kablam! usermod: no changes Oct 13 05:41:35.075 INFO kablam! Compiling podio v0.1.5 Oct 13 05:41:35.075 INFO kablam! Compiling checksum v0.2.1 Oct 13 05:41:35.077 INFO kablam! Compiling assert_approx_eq v1.0.0 Oct 13 05:41:35.083 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 13 05:41:35.100 INFO kablam! Compiling msdos_time v0.1.5 Oct 13 05:41:35.100 INFO kablam! Compiling os_type v1.0.0 Oct 13 05:41:39.064 INFO kablam! Compiling bzip2 v0.3.2 Oct 13 05:41:39.851 INFO kablam! Compiling zip v0.2.6 Oct 13 05:41:41.139 INFO kablam! Compiling rjvm v0.1.0 (/source) Oct 13 05:41:42.063 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:41:42.063 INFO kablam! --> src/reader/builtins/mod.rs:12:19 Oct 13 05:41:42.063 INFO kablam! | Oct 13 05:41:42.063 INFO kablam! 12 | return Ok((true)); Oct 13 05:41:42.063 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 05:41:42.063 INFO kablam! | Oct 13 05:41:42.063 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:41:42.063 INFO kablam! Oct 13 05:41:42.063 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:41:42.063 INFO kablam! --> src/reader/builtins/mod.rs:15:19 Oct 13 05:41:42.063 INFO kablam! | Oct 13 05:41:42.063 INFO kablam! 15 | return Ok((true)); Oct 13 05:41:42.063 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 05:41:42.063 INFO kablam! Oct 13 05:41:42.063 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:41:42.063 INFO kablam! --> src/reader/builtins/mod.rs:18:19 Oct 13 05:41:42.063 INFO kablam! | Oct 13 05:41:42.063 INFO kablam! 18 | return Ok((true)); Oct 13 05:41:42.063 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 05:41:42.063 INFO kablam! Oct 13 05:41:44.623 INFO kablam! warning: constant item is never used: `ACC_PRIVATE` Oct 13 05:41:44.623 INFO kablam! --> src/reader/class_reader.rs:91:1 Oct 13 05:41:44.623 INFO kablam! | Oct 13 05:41:44.623 INFO kablam! 91 | pub const ACC_PRIVATE: u16 = 0x0002; Oct 13 05:41:44.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.623 INFO kablam! | Oct 13 05:41:44.623 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:41:44.623 INFO kablam! Oct 13 05:41:44.624 INFO kablam! warning: constant item is never used: `ACC_PROTECTED` Oct 13 05:41:44.624 INFO kablam! --> src/reader/class_reader.rs:92:1 Oct 13 05:41:44.624 INFO kablam! | Oct 13 05:41:44.624 INFO kablam! 92 | pub const ACC_PROTECTED: u16 = 0x0004; Oct 13 05:41:44.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.624 INFO kablam! Oct 13 05:41:44.624 INFO kablam! warning: constant item is never used: `ACC_FINAL` Oct 13 05:41:44.624 INFO kablam! --> src/reader/class_reader.rs:94:1 Oct 13 05:41:44.624 INFO kablam! | Oct 13 05:41:44.625 INFO kablam! 94 | pub const ACC_FINAL: u16 = 0x0010; Oct 13 05:41:44.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.625 INFO kablam! Oct 13 05:41:44.625 INFO kablam! warning: constant item is never used: `ACC_VOLATILE` Oct 13 05:41:44.625 INFO kablam! --> src/reader/class_reader.rs:95:1 Oct 13 05:41:44.625 INFO kablam! | Oct 13 05:41:44.625 INFO kablam! 95 | pub const ACC_VOLATILE: u16 = 0x0040; Oct 13 05:41:44.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.626 INFO kablam! Oct 13 05:41:44.626 INFO kablam! warning: constant item is never used: `ACC_TRANSIENT` Oct 13 05:41:44.626 INFO kablam! --> src/reader/class_reader.rs:96:1 Oct 13 05:41:44.626 INFO kablam! | Oct 13 05:41:44.626 INFO kablam! 96 | pub const ACC_TRANSIENT: u16 = 0x0080; Oct 13 05:41:44.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.626 INFO kablam! Oct 13 05:41:44.627 INFO kablam! warning: constant item is never used: `ACC_ABSTRACT` Oct 13 05:41:44.627 INFO kablam! --> src/reader/class_reader.rs:98:1 Oct 13 05:41:44.627 INFO kablam! | Oct 13 05:41:44.627 INFO kablam! 98 | pub const ACC_ABSTRACT: u16 = 0x400; Oct 13 05:41:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.627 INFO kablam! Oct 13 05:41:44.627 INFO kablam! warning: constant item is never used: `ACC_SYNTHETIC` Oct 13 05:41:44.627 INFO kablam! --> src/reader/class_reader.rs:99:1 Oct 13 05:41:44.627 INFO kablam! | Oct 13 05:41:44.627 INFO kablam! 99 | pub const ACC_SYNTHETIC: u16 = 0x1000; Oct 13 05:41:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.627 INFO kablam! Oct 13 05:41:44.627 INFO kablam! warning: constant item is never used: `ACC_ENUM` Oct 13 05:41:44.627 INFO kablam! --> src/reader/class_reader.rs:100:1 Oct 13 05:41:44.627 INFO kablam! | Oct 13 05:41:44.627 INFO kablam! 100 | pub const ACC_ENUM: u16 = 0x4000; Oct 13 05:41:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.627 INFO kablam! Oct 13 05:41:44.627 INFO kablam! warning: function is never used: `run` Oct 13 05:41:44.627 INFO kablam! --> src/reader/runner.rs:410:1 Oct 13 05:41:44.627 INFO kablam! | Oct 13 05:41:44.627 INFO kablam! 410 | pub fn run(class_paths: &Vec, jars: Vec>, class: &ClassResult) -> Result<(), RunnerError> { Oct 13 05:41:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.627 INFO kablam! Oct 13 05:41:44.627 INFO kablam! warning: function is never used: `register_array_object` Oct 13 05:41:44.627 INFO kablam! --> src/reader/jvm/gc.rs:5:1 Oct 13 05:41:44.627 INFO kablam! | Oct 13 05:41:44.627 INFO kablam! 5 | pub fn register_array_object(_runtime: &mut Runtime, _obj: &Rc) { Oct 13 05:41:44.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:41:44.627 INFO kablam! Oct 13 05:41:50.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.84s Oct 13 05:41:50.783 INFO kablam! su: No module specific data is present Oct 13 05:41:51.467 INFO running `"docker" "rm" "-f" "f3eadbbcd1e21d641c70d46883c26a578e6d6b2ad95c517d41a6a08a0a0cceb4"` Oct 13 05:41:51.758 INFO blam! f3eadbbcd1e21d641c70d46883c26a578e6d6b2ad95c517d41a6a08a0a0cceb4 Oct 13 05:41:51.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 05:41:52.163 INFO blam! c6554b737a20f175ecd3dc37874b621c0aba6ce1bbb3867f0cc3b573d3aed92d Oct 13 05:41:52.171 INFO running `"docker" "start" "-a" "c6554b737a20f175ecd3dc37874b621c0aba6ce1bbb3867f0cc3b573d3aed92d"` Oct 13 05:41:53.330 INFO kablam! usermod: no changes Oct 13 05:41:53.511 INFO kablam! Compiling rjvm v0.1.0 (/source) Oct 13 05:41:56.639 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:41:56.639 INFO kablam! --> src/reader/builtins/mod.rs:12:19 Oct 13 05:41:56.639 INFO kablam! | Oct 13 05:41:56.639 INFO kablam! 12 | return Ok((true)); Oct 13 05:41:56.639 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 05:41:56.640 INFO kablam! | Oct 13 05:41:56.640 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 05:41:56.640 INFO kablam! Oct 13 05:41:56.640 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:41:56.640 INFO kablam! --> src/reader/builtins/mod.rs:15:19 Oct 13 05:41:56.640 INFO kablam! | Oct 13 05:41:56.640 INFO kablam! 15 | return Ok((true)); Oct 13 05:41:56.640 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 05:41:56.640 INFO kablam! Oct 13 05:41:56.640 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 05:41:56.640 INFO kablam! --> src/reader/builtins/mod.rs:18:19 Oct 13 05:41:56.640 INFO kablam! | Oct 13 05:41:56.640 INFO kablam! 18 | return Ok((true)); Oct 13 05:41:56.640 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 13 05:41:56.640 INFO kablam! Oct 13 05:42:04.511 INFO kablam! warning: constant item is never used: `ACC_PRIVATE` Oct 13 05:42:04.511 INFO kablam! --> src/reader/class_reader.rs:91:1 Oct 13 05:42:04.511 INFO kablam! | Oct 13 05:42:04.511 INFO kablam! 91 | pub const ACC_PRIVATE: u16 = 0x0002; Oct 13 05:42:04.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_PROTECTED` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:92:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 92 | pub const ACC_PROTECTED: u16 = 0x0004; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_FINAL` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:94:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 94 | pub const ACC_FINAL: u16 = 0x0010; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_VOLATILE` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:95:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 95 | pub const ACC_VOLATILE: u16 = 0x0040; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_TRANSIENT` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:96:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 96 | pub const ACC_TRANSIENT: u16 = 0x0080; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_ABSTRACT` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:98:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 98 | pub const ACC_ABSTRACT: u16 = 0x400; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_SYNTHETIC` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:99:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 99 | pub const ACC_SYNTHETIC: u16 = 0x1000; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: constant item is never used: `ACC_ENUM` Oct 13 05:42:04.523 INFO kablam! --> src/reader/class_reader.rs:100:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 100 | pub const ACC_ENUM: u16 = 0x4000; Oct 13 05:42:04.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.523 INFO kablam! Oct 13 05:42:04.523 INFO kablam! warning: function is never used: `run` Oct 13 05:42:04.523 INFO kablam! --> src/reader/runner.rs:410:1 Oct 13 05:42:04.523 INFO kablam! | Oct 13 05:42:04.523 INFO kablam! 410 | pub fn run(class_paths: &Vec, jars: Vec>, class: &ClassResult) -> Result<(), RunnerError> { Oct 13 05:42:04.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.529 INFO kablam! Oct 13 05:42:04.529 INFO kablam! warning: function is never used: `register_array_object` Oct 13 05:42:04.529 INFO kablam! --> src/reader/jvm/gc.rs:5:1 Oct 13 05:42:04.529 INFO kablam! | Oct 13 05:42:04.530 INFO kablam! 5 | pub fn register_array_object(_runtime: &mut Runtime, _obj: &Rc) { Oct 13 05:42:04.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:42:04.533 INFO kablam! Oct 13 05:42:25.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.65s Oct 13 05:42:25.036 INFO kablam! su: No module specific data is present Oct 13 05:42:26.000 INFO running `"docker" "rm" "-f" "c6554b737a20f175ecd3dc37874b621c0aba6ce1bbb3867f0cc3b573d3aed92d"` Oct 13 05:42:26.243 INFO blam! c6554b737a20f175ecd3dc37874b621c0aba6ce1bbb3867f0cc3b573d3aed92d Oct 13 05:42:26.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 05:42:26.759 INFO blam! 8536c4861fe0924f5c15023ffda10011a0497b25ea08f4a00e90d1c8e263429e Oct 13 05:42:26.761 INFO running `"docker" "start" "-a" "8536c4861fe0924f5c15023ffda10011a0497b25ea08f4a00e90d1c8e263429e"` Oct 13 05:42:27.715 INFO kablam! usermod: no changes Oct 13 05:42:27.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 13 05:42:27.891 INFO kablam! Running /target/debug/deps/rjvm-64cc44c2b691213b Oct 13 05:42:27.892 INFO blam! Oct 13 05:42:27.892 INFO blam! running 0 tests Oct 13 05:42:27.892 INFO blam! Oct 13 05:42:27.892 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:27.892 INFO blam! Oct 13 05:42:27.899 INFO blam! Oct 13 05:42:27.900 INFO kablam! Running /target/debug/deps/arrays-6d1f46ac26da8172 Oct 13 05:42:27.900 INFO blam! running 1 test Oct 13 05:42:31.695 INFO blam! test arrays ... ok Oct 13 05:42:31.695 INFO blam! Oct 13 05:42:31.695 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:31.695 INFO blam! Oct 13 05:42:31.695 INFO blam! Oct 13 05:42:31.695 INFO blam! running 1 test Oct 13 05:42:31.696 INFO kablam! Running /target/debug/deps/binary_converter-7d0932391fcc8a10 Oct 13 05:42:42.687 INFO blam! test binary_converter ... ok Oct 13 05:42:42.688 INFO blam! Oct 13 05:42:42.688 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:42.688 INFO kablam! Running /target/debug/deps/builtins_reflection-66f8b34dfb7b22a9 Oct 13 05:42:42.689 INFO blam! Oct 13 05:42:42.690 INFO blam! Oct 13 05:42:42.690 INFO blam! running 1 test Oct 13 05:42:45.058 INFO blam! test builtins_reflection ... ok Oct 13 05:42:45.058 INFO blam! Oct 13 05:42:45.058 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:45.058 INFO blam! Oct 13 05:42:45.060 INFO kablam! Running /target/debug/deps/clazz-ef271e904e6997b4 Oct 13 05:42:45.062 INFO blam! Oct 13 05:42:45.062 INFO blam! running 1 test Oct 13 05:42:48.860 INFO blam! test class_get_declared ... ok Oct 13 05:42:48.860 INFO blam! Oct 13 05:42:48.860 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:48.860 INFO blam! Oct 13 05:42:48.864 INFO kablam! Running /target/debug/deps/gc-f87a659b464e2b46 Oct 13 05:42:48.864 INFO kablam! Running /target/debug/deps/get_component_type-940bbf235f8478b1 Oct 13 05:42:48.865 INFO blam! Oct 13 05:42:48.865 INFO blam! running 1 test Oct 13 05:42:48.865 INFO blam! test gc ... ignored Oct 13 05:42:48.865 INFO blam! Oct 13 05:42:48.865 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 13 05:42:48.865 INFO blam! Oct 13 05:42:48.868 INFO blam! Oct 13 05:42:48.868 INFO blam! running 1 test Oct 13 05:42:51.723 INFO blam! test get_component_type ... ok Oct 13 05:42:51.723 INFO blam! Oct 13 05:42:51.723 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:51.723 INFO blam! Oct 13 05:42:51.723 INFO blam! Oct 13 05:42:51.723 INFO blam! running 1 test Oct 13 05:42:51.724 INFO kablam! Running /target/debug/deps/hash-4b011d55d6753007 Oct 13 05:42:54.487 INFO kablam! Running /target/debug/deps/inheritance-3505f4ed5ca79967 Oct 13 05:42:54.487 INFO blam! test hash ... ok Oct 13 05:42:54.487 INFO blam! Oct 13 05:42:54.487 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:54.487 INFO blam! Oct 13 05:42:54.487 INFO blam! Oct 13 05:42:54.487 INFO blam! running 1 test Oct 13 05:42:57.099 INFO blam! test inheritance ... ok Oct 13 05:42:57.099 INFO kablam! Running /target/debug/deps/lookupswitch-963e8d51e2b3f435 Oct 13 05:42:57.100 INFO blam! Oct 13 05:42:57.100 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:57.100 INFO blam! Oct 13 05:42:57.100 INFO blam! Oct 13 05:42:57.101 INFO blam! running 1 test Oct 13 05:42:59.415 INFO blam! test lookupswitch ... ok Oct 13 05:42:59.415 INFO blam! Oct 13 05:42:59.415 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:42:59.415 INFO blam! Oct 13 05:42:59.422 INFO kablam! Running /target/debug/deps/maths-e23cbfce51b23e22 Oct 13 05:42:59.431 INFO blam! Oct 13 05:42:59.431 INFO blam! running 1 test Oct 13 05:43:01.952 INFO blam! test maths ... ok Oct 13 05:43:01.952 INFO kablam! Running /target/debug/deps/multideps-6611418c7ccb0e35 Oct 13 05:43:01.953 INFO blam! Oct 13 05:43:01.953 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:01.953 INFO blam! Oct 13 05:43:01.954 INFO blam! Oct 13 05:43:01.954 INFO blam! running 1 test Oct 13 05:43:03.824 INFO blam! test multideps ... ok Oct 13 05:43:03.824 INFO kablam! Running /target/debug/deps/print-1769f5488b91b6a5 Oct 13 05:43:03.824 INFO blam! Oct 13 05:43:03.824 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:03.824 INFO blam! Oct 13 05:43:03.826 INFO blam! Oct 13 05:43:03.826 INFO blam! running 1 test Oct 13 05:43:06.699 INFO kablam! Running /target/debug/deps/property-373e1053c53c8fbc Oct 13 05:43:06.699 INFO blam! test print ... ok Oct 13 05:43:06.699 INFO blam! Oct 13 05:43:06.699 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:06.699 INFO blam! Oct 13 05:43:06.703 INFO blam! Oct 13 05:43:06.703 INFO blam! running 1 test Oct 13 05:43:10.267 INFO blam! test get_property ... ok Oct 13 05:43:10.267 INFO kablam! Running /target/debug/deps/static_init-36c85de6d0574bc7 Oct 13 05:43:10.267 INFO blam! Oct 13 05:43:10.267 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:10.267 INFO blam! Oct 13 05:43:10.270 INFO blam! Oct 13 05:43:10.270 INFO blam! running 1 test Oct 13 05:43:12.023 INFO blam! test static_init ... ok Oct 13 05:43:12.023 INFO blam! Oct 13 05:43:12.023 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:12.024 INFO blam! Oct 13 05:43:12.025 INFO kablam! Running /target/debug/deps/string-d48d9ecd5a9368c4 Oct 13 05:43:12.031 INFO blam! Oct 13 05:43:12.031 INFO blam! running 1 test Oct 13 05:43:13.608 INFO blam! test string ... ok Oct 13 05:43:13.608 INFO blam! Oct 13 05:43:13.608 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:13.608 INFO blam! Oct 13 05:43:13.618 INFO blam! Oct 13 05:43:13.618 INFO blam! running 1 test Oct 13 05:43:13.619 INFO kablam! Running /target/debug/deps/tableswitch-46d06b6fb4ace526 Oct 13 05:43:15.311 INFO blam! test tableswitch ... ok Oct 13 05:43:15.312 INFO kablam! Running /target/debug/deps/trycatch-355898e3682f9b28 Oct 13 05:43:15.312 INFO blam! Oct 13 05:43:15.312 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:15.313 INFO blam! Oct 13 05:43:15.313 INFO blam! Oct 13 05:43:15.313 INFO blam! running 2 tests Oct 13 05:43:17.311 INFO blam! test trycatch_nested ... ok Oct 13 05:43:17.415 INFO blam! test trycatch_single ... ok Oct 13 05:43:17.415 INFO kablam! Running /target/debug/deps/unsafe-ba6b18098b7cce65 Oct 13 05:43:17.415 INFO blam! Oct 13 05:43:17.415 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:17.415 INFO blam! Oct 13 05:43:17.416 INFO blam! Oct 13 05:43:17.416 INFO blam! running 3 tests Oct 13 05:43:20.323 INFO blam! test unsafe_allocate ... ok Oct 13 05:43:21.183 INFO blam! test unsafe_compare_and_swap ... ok Oct 13 05:43:21.643 INFO blam! test unsafe_get_volatile ... ok Oct 13 05:43:21.643 INFO kablam! Doc-tests rjvm Oct 13 05:43:21.643 INFO blam! Oct 13 05:43:21.643 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:21.643 INFO blam! Oct 13 05:43:22.643 INFO blam! Oct 13 05:43:22.643 INFO blam! running 0 tests Oct 13 05:43:22.643 INFO blam! Oct 13 05:43:22.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:43:22.644 INFO blam! Oct 13 05:43:22.655 INFO kablam! su: No module specific data is present Oct 13 05:43:23.251 INFO running `"docker" "rm" "-f" "8536c4861fe0924f5c15023ffda10011a0497b25ea08f4a00e90d1c8e263429e"` Oct 13 05:43:23.484 INFO blam! 8536c4861fe0924f5c15023ffda10011a0497b25ea08f4a00e90d1c8e263429e