Oct 10 17:38:38.972 INFO testing nerd2/rjvm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:38:38.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:38:38.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 17:38:39.338 INFO blam! ec4089f7ed1e92677ae46bb74f9e10b90089a592eef365e4db6c3b60c0f4ad24 Oct 10 17:38:39.345 INFO running `"docker" "start" "-a" "ec4089f7ed1e92677ae46bb74f9e10b90089a592eef365e4db6c3b60c0f4ad24"` Oct 10 17:38:40.887 INFO kablam! usermod: no changes Oct 10 17:38:41.124 INFO kablam! Compiling checksum v0.2.1 Oct 10 17:38:41.124 INFO kablam! Compiling memchr v0.1.11 Oct 10 17:38:41.136 INFO kablam! Compiling msdos_time v0.1.5 Oct 10 17:38:41.136 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 10 17:38:41.137 INFO kablam! Compiling miniz-sys v0.1.10 Oct 10 17:38:41.144 INFO kablam! Compiling thread-id v2.0.0 Oct 10 17:38:42.564 INFO kablam! Compiling flate2 v0.2.20 Oct 10 17:38:43.140 INFO kablam! Compiling aho-corasick v0.5.3 Oct 10 17:38:43.247 INFO kablam! Compiling thread_local v0.2.7 Oct 10 17:38:43.856 INFO kablam! Compiling bzip2 v0.3.2 Oct 10 17:38:46.096 INFO kablam! Compiling regex v0.1.80 Oct 10 17:38:46.665 INFO kablam! Compiling zip v0.2.6 Oct 10 17:38:53.717 INFO kablam! Compiling os_type v1.0.0 Oct 10 17:38:54.728 INFO kablam! Compiling rjvm v0.1.0 (/source) Oct 10 17:38:56.090 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:38:56.090 INFO kablam! --> src/reader/builtins/mod.rs:12:19 Oct 10 17:38:56.090 INFO kablam! | Oct 10 17:38:56.090 INFO kablam! 12 | return Ok((true)); Oct 10 17:38:56.090 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 17:38:56.090 INFO kablam! | Oct 10 17:38:56.090 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:38:56.090 INFO kablam! Oct 10 17:38:56.090 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:38:56.090 INFO kablam! --> src/reader/builtins/mod.rs:15:19 Oct 10 17:38:56.090 INFO kablam! | Oct 10 17:38:56.090 INFO kablam! 15 | return Ok((true)); Oct 10 17:38:56.090 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 17:38:56.090 INFO kablam! Oct 10 17:38:56.090 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:38:56.090 INFO kablam! --> src/reader/builtins/mod.rs:18:19 Oct 10 17:38:56.090 INFO kablam! | Oct 10 17:38:56.090 INFO kablam! 18 | return Ok((true)); Oct 10 17:38:56.090 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 17:38:56.090 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_PRIVATE` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:91:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 91 | pub const ACC_PRIVATE: u16 = 0x0002; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_PROTECTED` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:92:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 92 | pub const ACC_PROTECTED: u16 = 0x0004; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_FINAL` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:94:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 94 | pub const ACC_FINAL: u16 = 0x0010; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_VOLATILE` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:95:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 95 | pub const ACC_VOLATILE: u16 = 0x0040; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_TRANSIENT` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:96:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 96 | pub const ACC_TRANSIENT: u16 = 0x0080; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_ABSTRACT` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:98:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 98 | pub const ACC_ABSTRACT: u16 = 0x400; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_SYNTHETIC` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:99:1 Oct 10 17:38:58.576 INFO kablam! | Oct 10 17:38:58.576 INFO kablam! 99 | pub const ACC_SYNTHETIC: u16 = 0x1000; Oct 10 17:38:58.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.576 INFO kablam! Oct 10 17:38:58.576 INFO kablam! warning: constant item is never used: `ACC_ENUM` Oct 10 17:38:58.576 INFO kablam! --> src/reader/class_reader.rs:100:1 Oct 10 17:38:58.577 INFO kablam! | Oct 10 17:38:58.577 INFO kablam! 100 | pub const ACC_ENUM: u16 = 0x4000; Oct 10 17:38:58.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.577 INFO kablam! Oct 10 17:38:58.584 INFO kablam! warning: function is never used: `run` Oct 10 17:38:58.584 INFO kablam! --> src/reader/runner.rs:410:1 Oct 10 17:38:58.584 INFO kablam! | Oct 10 17:38:58.584 INFO kablam! 410 | pub fn run(class_paths: &Vec, jars: Vec>, class: &ClassResult) -> Result<(), RunnerError> { Oct 10 17:38:58.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.584 INFO kablam! Oct 10 17:38:58.584 INFO kablam! warning: function is never used: `register_array_object` Oct 10 17:38:58.584 INFO kablam! --> src/reader/jvm/gc.rs:5:1 Oct 10 17:38:58.584 INFO kablam! | Oct 10 17:38:58.584 INFO kablam! 5 | pub fn register_array_object(_runtime: &mut Runtime, _obj: &Rc) { Oct 10 17:38:58.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:38:58.584 INFO kablam! Oct 10 17:39:02.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.38s Oct 10 17:39:02.358 INFO kablam! su: No module specific data is present Oct 10 17:39:02.828 INFO running `"docker" "rm" "-f" "ec4089f7ed1e92677ae46bb74f9e10b90089a592eef365e4db6c3b60c0f4ad24"` Oct 10 17:39:02.948 INFO blam! ec4089f7ed1e92677ae46bb74f9e10b90089a592eef365e4db6c3b60c0f4ad24 Oct 10 17:39:02.952 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:39:02.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 17:39:03.181 INFO blam! 2e0837a4df0aa134a69c89df956ec20cefadc187cc9f81a5a2966deff5f6be23 Oct 10 17:39:03.182 INFO running `"docker" "start" "-a" "2e0837a4df0aa134a69c89df956ec20cefadc187cc9f81a5a2966deff5f6be23"` Oct 10 17:39:03.928 INFO kablam! usermod: no changes Oct 10 17:39:04.068 INFO kablam! Compiling rjvm v0.1.0 (/source) Oct 10 17:39:07.513 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:39:07.513 INFO kablam! --> src/reader/builtins/mod.rs:12:19 Oct 10 17:39:07.513 INFO kablam! | Oct 10 17:39:07.514 INFO kablam! 12 | return Ok((true)); Oct 10 17:39:07.514 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 17:39:07.514 INFO kablam! | Oct 10 17:39:07.515 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 17:39:07.515 INFO kablam! Oct 10 17:39:07.515 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:39:07.515 INFO kablam! --> src/reader/builtins/mod.rs:15:19 Oct 10 17:39:07.516 INFO kablam! | Oct 10 17:39:07.516 INFO kablam! 15 | return Ok((true)); Oct 10 17:39:07.516 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 17:39:07.517 INFO kablam! Oct 10 17:39:07.517 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 17:39:07.517 INFO kablam! --> src/reader/builtins/mod.rs:18:19 Oct 10 17:39:07.517 INFO kablam! | Oct 10 17:39:07.518 INFO kablam! 18 | return Ok((true)); Oct 10 17:39:07.518 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 17:39:07.518 INFO kablam! Oct 10 17:39:15.892 INFO kablam! warning: constant item is never used: `ACC_PRIVATE` Oct 10 17:39:15.893 INFO kablam! --> src/reader/class_reader.rs:91:1 Oct 10 17:39:15.893 INFO kablam! | Oct 10 17:39:15.893 INFO kablam! 91 | pub const ACC_PRIVATE: u16 = 0x0002; Oct 10 17:39:15.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.894 INFO kablam! | Oct 10 17:39:15.894 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:39:15.895 INFO kablam! Oct 10 17:39:15.895 INFO kablam! warning: constant item is never used: `ACC_PROTECTED` Oct 10 17:39:15.895 INFO kablam! --> src/reader/class_reader.rs:92:1 Oct 10 17:39:15.895 INFO kablam! | Oct 10 17:39:15.896 INFO kablam! 92 | pub const ACC_PROTECTED: u16 = 0x0004; Oct 10 17:39:15.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.896 INFO kablam! Oct 10 17:39:15.897 INFO kablam! warning: constant item is never used: `ACC_FINAL` Oct 10 17:39:15.897 INFO kablam! --> src/reader/class_reader.rs:94:1 Oct 10 17:39:15.897 INFO kablam! | Oct 10 17:39:15.897 INFO kablam! 94 | pub const ACC_FINAL: u16 = 0x0010; Oct 10 17:39:15.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.898 INFO kablam! Oct 10 17:39:15.898 INFO kablam! warning: constant item is never used: `ACC_VOLATILE` Oct 10 17:39:15.898 INFO kablam! --> src/reader/class_reader.rs:95:1 Oct 10 17:39:15.899 INFO kablam! | Oct 10 17:39:15.899 INFO kablam! 95 | pub const ACC_VOLATILE: u16 = 0x0040; Oct 10 17:39:15.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.899 INFO kablam! Oct 10 17:39:15.900 INFO kablam! warning: constant item is never used: `ACC_TRANSIENT` Oct 10 17:39:15.900 INFO kablam! --> src/reader/class_reader.rs:96:1 Oct 10 17:39:15.900 INFO kablam! | Oct 10 17:39:15.900 INFO kablam! 96 | pub const ACC_TRANSIENT: u16 = 0x0080; Oct 10 17:39:15.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.901 INFO kablam! Oct 10 17:39:15.901 INFO kablam! warning: constant item is never used: `ACC_ABSTRACT` Oct 10 17:39:15.902 INFO kablam! --> src/reader/class_reader.rs:98:1 Oct 10 17:39:15.902 INFO kablam! | Oct 10 17:39:15.902 INFO kablam! 98 | pub const ACC_ABSTRACT: u16 = 0x400; Oct 10 17:39:15.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.903 INFO kablam! Oct 10 17:39:15.903 INFO kablam! warning: constant item is never used: `ACC_SYNTHETIC` Oct 10 17:39:15.903 INFO kablam! --> src/reader/class_reader.rs:99:1 Oct 10 17:39:15.903 INFO kablam! | Oct 10 17:39:15.904 INFO kablam! 99 | pub const ACC_SYNTHETIC: u16 = 0x1000; Oct 10 17:39:15.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.904 INFO kablam! Oct 10 17:39:15.905 INFO kablam! warning: constant item is never used: `ACC_ENUM` Oct 10 17:39:15.905 INFO kablam! --> src/reader/class_reader.rs:100:1 Oct 10 17:39:15.905 INFO kablam! | Oct 10 17:39:15.905 INFO kablam! 100 | pub const ACC_ENUM: u16 = 0x4000; Oct 10 17:39:15.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.906 INFO kablam! Oct 10 17:39:15.906 INFO kablam! warning: function is never used: `run` Oct 10 17:39:15.906 INFO kablam! --> src/reader/runner.rs:410:1 Oct 10 17:39:15.907 INFO kablam! | Oct 10 17:39:15.907 INFO kablam! 410 | pub fn run(class_paths: &Vec, jars: Vec>, class: &ClassResult) -> Result<(), RunnerError> { Oct 10 17:39:15.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.907 INFO kablam! Oct 10 17:39:15.908 INFO kablam! warning: function is never used: `register_array_object` Oct 10 17:39:15.908 INFO kablam! --> src/reader/jvm/gc.rs:5:1 Oct 10 17:39:15.908 INFO kablam! | Oct 10 17:39:15.909 INFO kablam! 5 | pub fn register_array_object(_runtime: &mut Runtime, _obj: &Rc) { Oct 10 17:39:15.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:39:15.909 INFO kablam! Oct 10 17:39:34.929 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.98s Oct 10 17:39:34.941 INFO kablam! su: No module specific data is present Oct 10 17:39:35.210 INFO running `"docker" "rm" "-f" "2e0837a4df0aa134a69c89df956ec20cefadc187cc9f81a5a2966deff5f6be23"` Oct 10 17:39:35.286 INFO blam! 2e0837a4df0aa134a69c89df956ec20cefadc187cc9f81a5a2966deff5f6be23 Oct 10 17:39:35.287 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:39:35.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 10 17:39:35.470 INFO blam! 6af3b4a5204a7e039ee1668bcb6309265f4cad2e3320f5d81d5d52cb2cbe02ca Oct 10 17:39:35.471 INFO running `"docker" "start" "-a" "6af3b4a5204a7e039ee1668bcb6309265f4cad2e3320f5d81d5d52cb2cbe02ca"` Oct 10 17:39:36.200 INFO kablam! usermod: no changes Oct 10 17:39:36.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 17:39:36.372 INFO kablam! Running /target/debug/deps/rjvm-64cc44c2b691213b Oct 10 17:39:36.381 INFO kablam! Running /target/debug/deps/arrays-6d1f46ac26da8172 Oct 10 17:39:36.381 INFO blam! Oct 10 17:39:36.381 INFO blam! running 0 tests Oct 10 17:39:36.381 INFO blam! Oct 10 17:39:36.381 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:36.381 INFO blam! Oct 10 17:39:36.388 INFO blam! Oct 10 17:39:36.388 INFO blam! running 1 test Oct 10 17:39:39.020 INFO blam! test arrays ... ok Oct 10 17:39:39.020 INFO blam! Oct 10 17:39:39.020 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:39.020 INFO blam! Oct 10 17:39:39.021 INFO kablam! Running /target/debug/deps/binary_converter-7d0932391fcc8a10 Oct 10 17:39:39.022 INFO blam! Oct 10 17:39:39.022 INFO blam! running 1 test Oct 10 17:39:48.722 INFO blam! test binary_converter ... ok Oct 10 17:39:48.722 INFO blam! Oct 10 17:39:48.722 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:48.722 INFO blam! Oct 10 17:39:48.727 INFO kablam! Running /target/debug/deps/builtins_reflection-66f8b34dfb7b22a9 Oct 10 17:39:48.731 INFO blam! Oct 10 17:39:48.731 INFO blam! running 1 test Oct 10 17:39:51.690 INFO blam! test builtins_reflection ... ok Oct 10 17:39:51.692 INFO blam! Oct 10 17:39:51.692 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:51.692 INFO blam! Oct 10 17:39:51.694 INFO kablam! Running /target/debug/deps/clazz-ef271e904e6997b4 Oct 10 17:39:51.729 INFO blam! Oct 10 17:39:51.730 INFO blam! running 1 test Oct 10 17:39:54.960 INFO blam! test class_get_declared ... ok Oct 10 17:39:54.960 INFO kablam! Running /target/debug/deps/gc-f87a659b464e2b46 Oct 10 17:39:54.960 INFO blam! Oct 10 17:39:54.960 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:54.960 INFO blam! Oct 10 17:39:54.961 INFO blam! Oct 10 17:39:54.961 INFO blam! running 1 test Oct 10 17:39:54.961 INFO blam! test gc ... ignored Oct 10 17:39:54.961 INFO blam! Oct 10 17:39:54.961 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 10 17:39:54.962 INFO blam! Oct 10 17:39:54.962 INFO kablam! Running /target/debug/deps/get_component_type-940bbf235f8478b1 Oct 10 17:39:54.964 INFO blam! Oct 10 17:39:54.964 INFO blam! running 1 test Oct 10 17:39:57.216 INFO blam! test get_component_type ... ok Oct 10 17:39:57.216 INFO kablam! Running /target/debug/deps/hash-4b011d55d6753007 Oct 10 17:39:57.216 INFO blam! Oct 10 17:39:57.216 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:39:57.216 INFO blam! Oct 10 17:39:57.216 INFO blam! Oct 10 17:39:57.216 INFO blam! running 1 test Oct 10 17:40:00.030 INFO blam! test hash ... ok Oct 10 17:40:00.030 INFO blam! Oct 10 17:40:00.030 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:00.030 INFO blam! Oct 10 17:40:00.032 INFO kablam! Running /target/debug/deps/inheritance-3505f4ed5ca79967 Oct 10 17:40:00.034 INFO blam! Oct 10 17:40:00.034 INFO blam! running 1 test Oct 10 17:40:02.433 INFO blam! test inheritance ... ok Oct 10 17:40:02.433 INFO blam! Oct 10 17:40:02.433 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:02.433 INFO blam! Oct 10 17:40:02.433 INFO kablam! Running /target/debug/deps/lookupswitch-963e8d51e2b3f435 Oct 10 17:40:02.436 INFO blam! Oct 10 17:40:02.436 INFO blam! running 1 test Oct 10 17:40:05.136 INFO blam! test lookupswitch ... ok Oct 10 17:40:05.136 INFO blam! Oct 10 17:40:05.136 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:05.136 INFO blam! Oct 10 17:40:05.144 INFO blam! Oct 10 17:40:05.144 INFO kablam! Running /target/debug/deps/maths-e23cbfce51b23e22 Oct 10 17:40:05.144 INFO blam! running 1 test Oct 10 17:40:08.158 INFO blam! test maths ... ok Oct 10 17:40:08.158 INFO blam! Oct 10 17:40:08.158 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:08.159 INFO blam! Oct 10 17:40:08.165 INFO blam! Oct 10 17:40:08.165 INFO kablam! Running /target/debug/deps/multideps-6611418c7ccb0e35 Oct 10 17:40:08.165 INFO blam! running 1 test Oct 10 17:40:11.117 INFO blam! test multideps ... ok Oct 10 17:40:11.117 INFO blam! Oct 10 17:40:11.117 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:11.117 INFO blam! Oct 10 17:40:11.117 INFO kablam! Running /target/debug/deps/print-1769f5488b91b6a5 Oct 10 17:40:11.123 INFO blam! Oct 10 17:40:11.123 INFO blam! running 1 test Oct 10 17:40:14.948 INFO blam! test print ... ok Oct 10 17:40:14.950 INFO blam! Oct 10 17:40:14.951 INFO kablam! Running /target/debug/deps/property-373e1053c53c8fbc Oct 10 17:40:14.951 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:14.951 INFO blam! Oct 10 17:40:14.964 INFO blam! Oct 10 17:40:14.964 INFO blam! running 1 test Oct 10 17:40:18.836 INFO blam! test get_property ... ok Oct 10 17:40:18.837 INFO blam! Oct 10 17:40:18.841 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:18.841 INFO blam! Oct 10 17:40:18.848 INFO blam! Oct 10 17:40:18.848 INFO kablam! Running /target/debug/deps/static_init-36c85de6d0574bc7 Oct 10 17:40:18.848 INFO blam! running 1 test Oct 10 17:40:21.240 INFO blam! test static_init ... ok Oct 10 17:40:21.240 INFO kablam! Running /target/debug/deps/string-d48d9ecd5a9368c4 Oct 10 17:40:21.240 INFO blam! Oct 10 17:40:21.240 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:21.240 INFO blam! Oct 10 17:40:21.240 INFO blam! Oct 10 17:40:21.240 INFO blam! running 1 test Oct 10 17:40:23.774 INFO blam! test string ... ok Oct 10 17:40:23.775 INFO blam! Oct 10 17:40:23.775 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:23.775 INFO blam! Oct 10 17:40:23.775 INFO blam! Oct 10 17:40:23.776 INFO blam! running 1 test Oct 10 17:40:23.776 INFO kablam! Running /target/debug/deps/tableswitch-46d06b6fb4ace526 Oct 10 17:40:25.932 INFO kablam! Running /target/debug/deps/trycatch-355898e3682f9b28 Oct 10 17:40:25.932 INFO blam! test tableswitch ... ok Oct 10 17:40:25.932 INFO blam! Oct 10 17:40:25.932 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:25.932 INFO blam! Oct 10 17:40:25.932 INFO blam! Oct 10 17:40:25.932 INFO blam! running 2 tests Oct 10 17:40:28.830 INFO blam! test trycatch_nested ... ok Oct 10 17:40:28.881 INFO kablam! Running /target/debug/deps/unsafe-ba6b18098b7cce65 Oct 10 17:40:28.881 INFO blam! test trycatch_single ... ok Oct 10 17:40:28.881 INFO blam! Oct 10 17:40:28.881 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:28.881 INFO blam! Oct 10 17:40:28.881 INFO blam! Oct 10 17:40:28.881 INFO blam! running 3 tests Oct 10 17:40:33.001 INFO blam! test unsafe_allocate ... ok Oct 10 17:40:35.456 INFO blam! test unsafe_compare_and_swap ... ok Oct 10 17:40:35.780 INFO blam! test unsafe_get_volatile ... ok Oct 10 17:40:35.780 INFO blam! Oct 10 17:40:35.780 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:35.780 INFO blam! Oct 10 17:40:35.792 INFO kablam! Doc-tests rjvm Oct 10 17:40:38.157 INFO blam! Oct 10 17:40:38.157 INFO blam! running 0 tests Oct 10 17:40:38.157 INFO blam! Oct 10 17:40:38.157 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:40:38.157 INFO blam! Oct 10 17:40:38.158 INFO kablam! su: No module specific data is present Oct 10 17:40:38.721 INFO running `"docker" "rm" "-f" "6af3b4a5204a7e039ee1668bcb6309265f4cad2e3320f5d81d5d52cb2cbe02ca"` Oct 10 17:40:38.932 INFO blam! 6af3b4a5204a7e039ee1668bcb6309265f4cad2e3320f5d81d5d52cb2cbe02ca