Oct 10 21:10:30.599 INFO testing jbalintbiro/vm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:10:30.599 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:10:30.599 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 10 21:10:30.876 INFO blam! f8f623374bc6d81a6a54aca6dc13d4a298c1242e74a68c75546398ba2049006a Oct 10 21:10:30.878 INFO running `"docker" "start" "-a" "f8f623374bc6d81a6a54aca6dc13d4a298c1242e74a68c75546398ba2049006a"` Oct 10 21:10:31.468 INFO kablam! usermod: no changes Oct 10 21:10:31.508 INFO kablam! Compiling unicode-xid v0.1.0 Oct 10 21:10:31.508 INFO kablam! Compiling num-traits v0.2.4 Oct 10 21:10:31.508 INFO kablam! Compiling maplit v1.0.1 Oct 10 21:10:31.508 INFO kablam! Compiling machine-spec v0.1.0 (/source/machine-spec) Oct 10 21:10:31.508 INFO kablam! Compiling asm v0.1.0 (/source/asm) Oct 10 21:10:32.016 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 10 21:10:37.952 INFO kablam! Compiling quote v0.6.3 Oct 10 21:10:41.465 INFO kablam! Compiling syn v0.14.2 Oct 10 21:10:52.088 INFO kablam! Compiling num-derive v0.2.2 Oct 10 21:10:52.088 INFO kablam! Compiling variant_derive v0.1.0 (/source/variant_derive) Oct 10 21:10:56.846 INFO kablam! warning: unused import: `Fields` Oct 10 21:10:56.846 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 10 21:10:56.846 INFO kablam! | Oct 10 21:10:56.846 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 10 21:10:56.846 INFO kablam! | ^^^^^^ Oct 10 21:10:56.846 INFO kablam! | Oct 10 21:10:56.846 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:10:56.846 INFO kablam! Oct 10 21:10:58.394 INFO kablam! Compiling instruction_parts v0.1.0 (/source/instruction_parts) Oct 10 21:10:59.488 INFO kablam! Compiling instruction_codec_derive v0.1.0 (/source/instruction_codec_derive) Oct 10 21:11:03.136 INFO kablam! warning: unused variable: `layout` Oct 10 21:11:03.137 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 10 21:11:03.137 INFO kablam! | Oct 10 21:11:03.137 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 10 21:11:03.138 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 10 21:11:03.138 INFO kablam! | Oct 10 21:11:03.138 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:11:03.138 INFO kablam! Oct 10 21:11:03.138 INFO kablam! warning: unused variable: `data` Oct 10 21:11:03.139 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 10 21:11:03.139 INFO kablam! | Oct 10 21:11:03.139 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 10 21:11:03.139 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 10 21:11:03.140 INFO kablam! Oct 10 21:11:03.153 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 10 21:11:03.153 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 10 21:11:03.153 INFO kablam! | Oct 10 21:11:03.153 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 10 21:11:03.154 INFO kablam! 31 | | ("Reg", 4, false), Oct 10 21:11:03.154 INFO kablam! 32 | | ("Immediate", 4, true), Oct 10 21:11:03.154 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 10 21:11:03.155 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 10 21:11:03.155 INFO kablam! 35 | | ]; Oct 10 21:11:03.155 INFO kablam! | |__^ Oct 10 21:11:03.155 INFO kablam! | Oct 10 21:11:03.156 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:11:03.156 INFO kablam! Oct 10 21:11:03.996 INFO kablam! Compiling inst v0.1.0 (/source/inst) Oct 10 21:11:05.218 INFO kablam! warning: constant item is never used: `FULL` Oct 10 21:11:05.218 INFO kablam! --> inst/src/lib.rs:51:1 Oct 10 21:11:05.218 INFO kablam! | Oct 10 21:11:05.218 INFO kablam! 51 | const FULL: u32 = 0xFFFF_FFFF; Oct 10 21:11:05.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:05.218 INFO kablam! | Oct 10 21:11:05.218 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:11:05.218 INFO kablam! Oct 10 21:11:05.218 INFO kablam! warning: function is never used: `mask` Oct 10 21:11:05.219 INFO kablam! --> inst/src/lib.rs:53:1 Oct 10 21:11:05.219 INFO kablam! | Oct 10 21:11:05.219 INFO kablam! 53 | fn mask(start: u32, len: u32) -> u32 { Oct 10 21:11:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:05.219 INFO kablam! Oct 10 21:11:05.219 INFO kablam! warning: function is never used: `get_bits` Oct 10 21:11:05.219 INFO kablam! --> inst/src/lib.rs:65:1 Oct 10 21:11:05.219 INFO kablam! | Oct 10 21:11:05.219 INFO kablam! 65 | fn get_bits(word: u32, start: u32, len: u32) -> u32 { Oct 10 21:11:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:05.219 INFO kablam! Oct 10 21:11:05.219 INFO kablam! warning: function is never used: `get_bits_signed` Oct 10 21:11:05.219 INFO kablam! --> inst/src/lib.rs:69:1 Oct 10 21:11:05.219 INFO kablam! | Oct 10 21:11:05.219 INFO kablam! 69 | fn get_bits_signed(word: u32, start: u32, len: u32) -> i32 { Oct 10 21:11:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:05.219 INFO kablam! Oct 10 21:11:05.219 INFO kablam! warning: function is never used: `set_bits` Oct 10 21:11:05.219 INFO kablam! --> inst/src/lib.rs:73:1 Oct 10 21:11:05.219 INFO kablam! | Oct 10 21:11:05.219 INFO kablam! 73 | fn set_bits(v: u32, word: u32, start: u32, len: u32) -> u32 { Oct 10 21:11:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:05.219 INFO kablam! Oct 10 21:11:05.219 INFO kablam! warning: function is never used: `sign_extend` Oct 10 21:11:05.219 INFO kablam! --> inst/src/lib.rs:80:1 Oct 10 21:11:05.219 INFO kablam! | Oct 10 21:11:05.219 INFO kablam! 80 | fn sign_extend(word: u32, len: u32) -> i32 { Oct 10 21:11:05.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:05.219 INFO kablam! Oct 10 21:11:05.296 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 10 21:11:06.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.62s Oct 10 21:11:06.108 INFO kablam! su: No module specific data is present Oct 10 21:11:07.146 INFO running `"docker" "rm" "-f" "f8f623374bc6d81a6a54aca6dc13d4a298c1242e74a68c75546398ba2049006a"` Oct 10 21:11:07.516 INFO blam! f8f623374bc6d81a6a54aca6dc13d4a298c1242e74a68c75546398ba2049006a Oct 10 21:11:07.518 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:11:07.520 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 10 21:11:07.940 INFO blam! bc3ffca83ff9c8a55333635a21d152e389e5d49fb59efa2d1c92821beab171c4 Oct 10 21:11:07.941 INFO running `"docker" "start" "-a" "bc3ffca83ff9c8a55333635a21d152e389e5d49fb59efa2d1c92821beab171c4"` Oct 10 21:11:09.069 INFO kablam! usermod: no changes Oct 10 21:11:09.257 INFO kablam! Compiling unicode-xid v0.1.0 Oct 10 21:11:09.257 INFO kablam! Compiling maplit v1.0.1 Oct 10 21:11:09.257 INFO kablam! Compiling machine-spec v0.1.0 (/source/machine-spec) Oct 10 21:11:09.257 INFO kablam! Compiling asm v0.1.0 (/source/asm) Oct 10 21:11:09.257 INFO kablam! Compiling num-traits v0.2.4 Oct 10 21:11:10.265 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 10 21:11:16.956 INFO kablam! Compiling quote v0.6.3 Oct 10 21:11:20.517 INFO kablam! Compiling syn v0.14.2 Oct 10 21:11:30.159 INFO kablam! Compiling variant_derive v0.1.0 (/source/variant_derive) Oct 10 21:11:30.160 INFO kablam! Compiling num-derive v0.2.2 Oct 10 21:11:34.643 INFO kablam! warning: unused import: `Fields` Oct 10 21:11:34.644 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 10 21:11:34.644 INFO kablam! | Oct 10 21:11:34.645 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 10 21:11:34.645 INFO kablam! | ^^^^^^ Oct 10 21:11:34.646 INFO kablam! | Oct 10 21:11:34.646 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:11:34.647 INFO kablam! Oct 10 21:11:35.044 INFO kablam! warning: unused import: `Fields` Oct 10 21:11:35.044 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 10 21:11:35.044 INFO kablam! | Oct 10 21:11:35.044 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 10 21:11:35.044 INFO kablam! | ^^^^^^ Oct 10 21:11:35.044 INFO kablam! | Oct 10 21:11:35.044 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:11:35.044 INFO kablam! Oct 10 21:11:36.536 INFO kablam! Compiling instruction_parts v0.1.0 (/source/instruction_parts) Oct 10 21:11:37.860 INFO kablam! Compiling instruction_codec_derive v0.1.0 (/source/instruction_codec_derive) Oct 10 21:11:42.337 INFO kablam! warning: unused variable: `layout` Oct 10 21:11:42.337 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 10 21:11:42.337 INFO kablam! | Oct 10 21:11:42.337 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 10 21:11:42.337 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 10 21:11:42.337 INFO kablam! | Oct 10 21:11:42.337 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:11:42.337 INFO kablam! Oct 10 21:11:42.337 INFO kablam! warning: unused variable: `data` Oct 10 21:11:42.337 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 10 21:11:42.337 INFO kablam! | Oct 10 21:11:42.337 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 10 21:11:42.337 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 10 21:11:42.337 INFO kablam! Oct 10 21:11:42.352 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 10 21:11:42.352 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 10 21:11:42.352 INFO kablam! | Oct 10 21:11:42.352 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 10 21:11:42.352 INFO kablam! 31 | | ("Reg", 4, false), Oct 10 21:11:42.352 INFO kablam! 32 | | ("Immediate", 4, true), Oct 10 21:11:42.352 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 10 21:11:42.352 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 10 21:11:42.352 INFO kablam! 35 | | ]; Oct 10 21:11:42.352 INFO kablam! | |__^ Oct 10 21:11:42.352 INFO kablam! | Oct 10 21:11:42.352 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:11:42.352 INFO kablam! Oct 10 21:11:42.360 INFO kablam! warning: unused variable: `layout` Oct 10 21:11:42.360 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 10 21:11:42.360 INFO kablam! | Oct 10 21:11:42.360 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 10 21:11:42.360 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 10 21:11:42.360 INFO kablam! | Oct 10 21:11:42.360 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:11:42.360 INFO kablam! Oct 10 21:11:42.360 INFO kablam! warning: unused variable: `data` Oct 10 21:11:42.360 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 10 21:11:42.360 INFO kablam! | Oct 10 21:11:42.360 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 10 21:11:42.361 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 10 21:11:42.361 INFO kablam! Oct 10 21:11:42.385 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 10 21:11:42.385 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 10 21:11:42.385 INFO kablam! | Oct 10 21:11:42.385 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 10 21:11:42.386 INFO kablam! 31 | | ("Reg", 4, false), Oct 10 21:11:42.386 INFO kablam! 32 | | ("Immediate", 4, true), Oct 10 21:11:42.386 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 10 21:11:42.386 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 10 21:11:42.387 INFO kablam! 35 | | ]; Oct 10 21:11:42.387 INFO kablam! | |__^ Oct 10 21:11:42.387 INFO kablam! | Oct 10 21:11:42.388 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:11:42.388 INFO kablam! Oct 10 21:11:43.213 INFO kablam! Compiling inst v0.1.0 (/source/inst) Oct 10 21:11:44.928 INFO kablam! warning: constant item is never used: `FULL` Oct 10 21:11:44.928 INFO kablam! --> inst/src/lib.rs:51:1 Oct 10 21:11:44.928 INFO kablam! | Oct 10 21:11:44.928 INFO kablam! 51 | const FULL: u32 = 0xFFFF_FFFF; Oct 10 21:11:44.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:44.928 INFO kablam! | Oct 10 21:11:44.928 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:11:44.928 INFO kablam! Oct 10 21:11:44.928 INFO kablam! warning: function is never used: `mask` Oct 10 21:11:44.928 INFO kablam! --> inst/src/lib.rs:53:1 Oct 10 21:11:44.929 INFO kablam! | Oct 10 21:11:44.929 INFO kablam! 53 | fn mask(start: u32, len: u32) -> u32 { Oct 10 21:11:44.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:44.929 INFO kablam! Oct 10 21:11:44.929 INFO kablam! warning: function is never used: `get_bits` Oct 10 21:11:44.929 INFO kablam! --> inst/src/lib.rs:65:1 Oct 10 21:11:44.929 INFO kablam! | Oct 10 21:11:44.929 INFO kablam! 65 | fn get_bits(word: u32, start: u32, len: u32) -> u32 { Oct 10 21:11:44.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:44.929 INFO kablam! Oct 10 21:11:44.929 INFO kablam! warning: function is never used: `get_bits_signed` Oct 10 21:11:44.929 INFO kablam! --> inst/src/lib.rs:69:1 Oct 10 21:11:44.929 INFO kablam! | Oct 10 21:11:44.929 INFO kablam! 69 | fn get_bits_signed(word: u32, start: u32, len: u32) -> i32 { Oct 10 21:11:44.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:44.929 INFO kablam! Oct 10 21:11:44.929 INFO kablam! warning: function is never used: `set_bits` Oct 10 21:11:44.929 INFO kablam! --> inst/src/lib.rs:73:1 Oct 10 21:11:44.929 INFO kablam! | Oct 10 21:11:44.929 INFO kablam! 73 | fn set_bits(v: u32, word: u32, start: u32, len: u32) -> u32 { Oct 10 21:11:44.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:44.929 INFO kablam! Oct 10 21:11:44.929 INFO kablam! warning: function is never used: `sign_extend` Oct 10 21:11:44.929 INFO kablam! --> inst/src/lib.rs:80:1 Oct 10 21:11:44.929 INFO kablam! | Oct 10 21:11:44.929 INFO kablam! 80 | fn sign_extend(word: u32, len: u32) -> i32 { Oct 10 21:11:44.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:11:44.929 INFO kablam! Oct 10 21:11:44.983 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 10 21:11:46.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.65s Oct 10 21:11:46.792 INFO kablam! su: No module specific data is present Oct 10 21:11:47.325 INFO running `"docker" "rm" "-f" "bc3ffca83ff9c8a55333635a21d152e389e5d49fb59efa2d1c92821beab171c4"` Oct 10 21:11:47.616 INFO blam! bc3ffca83ff9c8a55333635a21d152e389e5d49fb59efa2d1c92821beab171c4 Oct 10 21:11:47.632 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:11:47.632 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 10 21:11:48.221 INFO blam! 6c578950304901c3e2443b8611d5f2fa203bf240240d93acde2a3fdad0340fad Oct 10 21:11:48.222 INFO running `"docker" "start" "-a" "6c578950304901c3e2443b8611d5f2fa203bf240240d93acde2a3fdad0340fad"` Oct 10 21:11:49.019 INFO kablam! usermod: no changes Oct 10 21:11:49.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 21:11:49.066 INFO kablam! Running /target/debug/deps/asm-d11896d3d786fbb4 Oct 10 21:11:49.070 INFO blam! Oct 10 21:11:49.070 INFO blam! running 0 tests Oct 10 21:11:49.070 INFO blam! Oct 10 21:11:49.071 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:11:49.071 INFO blam! Oct 10 21:11:49.071 INFO blam! Oct 10 21:11:49.071 INFO kablam! Running /target/debug/deps/inst-6de1932bd65ead86 Oct 10 21:11:49.071 INFO blam! running 7 tests Oct 10 21:11:49.092 INFO blam! test tests::bench_encode_nop ... ok Oct 10 21:11:49.092 INFO blam! test tests::bench_get_bits_signed ... ok Oct 10 21:11:49.092 INFO blam! test tests::test_bithacks ... ok Oct 10 21:11:49.092 INFO blam! test tests::encode_decode_nop ... ok Oct 10 21:11:49.096 INFO blam! test tests::bench_decode_nop ... ok Oct 10 21:11:49.096 INFO blam! test tests::test_bithacks_set_get_extend ... ok Oct 10 21:11:49.113 INFO blam! test tests::test_example_instructions ... FAILED Oct 10 21:11:49.114 INFO blam! Oct 10 21:11:49.114 INFO blam! failures: Oct 10 21:11:49.115 INFO blam! Oct 10 21:11:49.115 INFO kablam! error: test failed, to rerun pass '-p inst --lib' Oct 10 21:11:49.115 INFO blam! ---- tests::test_example_instructions stdout ---- Oct 10 21:11:49.116 INFO blam! Load { rel: Zero, addr: Reg(0), dst: 1 } Oct 10 21:11:49.116 INFO blam! thread 'tests::test_example_instructions' panicked at 'assertion failed: `(left == right)` Oct 10 21:11:49.116 INFO blam! left: `Load { rel: Zero, addr: Reg(0), dst: 1 }`, Oct 10 21:11:49.116 INFO kablam! su: No module specific data is present Oct 10 21:11:49.117 INFO blam! right: `Nop`', inst/src/lib.rs:161:6 Oct 10 21:11:49.117 INFO blam! stack backtrace: Oct 10 21:11:49.117 INFO blam! 0: 0x564f7b8f5f6e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 21:11:49.117 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 21:11:49.117 INFO blam! 1: 0x564f7b8fee16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 21:11:49.117 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 21:11:49.117 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 21:11:49.117 INFO blam! 2: 0x564f7b8f9b6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 21:11:49.117 INFO blam! at libstd/panicking.rs:211 Oct 10 21:11:49.117 INFO blam! 3: 0x564f7b8f987b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 21:11:49.117 INFO blam! at libstd/panicking.rs:221 Oct 10 21:11:49.117 INFO blam! 4: 0x564f7b8fa21c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 21:11:49.117 INFO blam! at libstd/panicking.rs:476 Oct 10 21:11:49.117 INFO blam! 5: 0x564f7b8f9dd9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 21:11:49.117 INFO blam! at libstd/panicking.rs:390 Oct 10 21:11:49.117 INFO blam! 6: 0x564f7b8f9d3d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 21:11:49.117 INFO blam! at libstd/panicking.rs:345 Oct 10 21:11:49.117 INFO blam! 7: 0x564f7b8a0458 - inst::tests::test_example_instructions::{{closure}}::hf6569fe11f925c23 Oct 10 21:11:49.117 INFO blam! at inst/src/lib.rs:161 Oct 10 21:11:49.117 INFO blam! 8: 0x564f7b8a180f - as core::iter::iterator::Iterator>::fold::{{closure}}::hf641e44753d8784d Oct 10 21:11:49.117 INFO blam! at libcore/iter/mod.rs:1413 Oct 10 21:11:49.118 INFO blam! 9: 0x564f7b8a4d31 - as core::iter::iterator::Iterator>::fold::h08f8cbf326def80b Oct 10 21:11:49.118 INFO blam! at libcore/slice/mod.rs:2737 Oct 10 21:11:49.118 INFO blam! 10: 0x564f7b8a17c9 - as core::iter::iterator::Iterator>::fold::h4bb9ce3c8ea38653 Oct 10 21:11:49.118 INFO blam! at libcore/iter/mod.rs:1413 Oct 10 21:11:49.118 INFO blam! 11: 0x564f7b8a163b - core::iter::iterator::Iterator::for_each::hdec38e1bf2c23e9f Oct 10 21:11:49.118 INFO blam! at libcore/iter/iterator.rs:553 Oct 10 21:11:49.118 INFO blam! 12: 0x564f7b8a8380 - as alloc::vec::SpecExtend>::spec_extend::h0aaf0dae06856757 Oct 10 21:11:49.118 INFO blam! at liballoc/vec.rs:1825 Oct 10 21:11:49.118 INFO blam! 13: 0x564f7b8a8468 - as alloc::vec::SpecExtend>::from_iter::h134cbde88451a69b Oct 10 21:11:49.118 INFO blam! at liballoc/vec.rs:1808 Oct 10 21:11:49.118 INFO blam! 14: 0x564f7b8a851a - as core::iter::traits::FromIterator>::from_iter::h216278eb26e51b11 Oct 10 21:11:49.118 INFO blam! at liballoc/vec.rs:1694 Oct 10 21:11:49.118 INFO blam! 15: 0x564f7b8a15f3 - core::iter::iterator::Iterator::collect::h20309ccc880c9ea8 Oct 10 21:11:49.118 INFO blam! at libcore/iter/iterator.rs:1415 Oct 10 21:11:49.118 INFO blam! 16: 0x564f7b8a0170 - inst::tests::test_example_instructions::h33a46978b59e4fa6 Oct 10 21:11:49.118 INFO blam! at inst/src/lib.rs:157 Oct 10 21:11:49.118 INFO blam! 17: 0x564f7b8a0109 - inst::tests::test_example_instructions::{{closure}}::h41974f94612a7ec4 Oct 10 21:11:49.118 INFO blam! at inst/src/lib.rs:156 Oct 10 21:11:49.118 INFO blam! 18: 0x564f7b8a0fdd - core::ops::function::FnOnce::call_once::h5506eaf3e4689155 Oct 10 21:11:49.118 INFO blam! at libcore/ops/function.rs:238 Oct 10 21:11:49.118 INFO blam! 19: 0x564f7b8acc7e - >::call_box::h95b7cb918af67b5d Oct 10 21:11:49.118 INFO blam! at libtest/lib.rs:1468 Oct 10 21:11:49.118 INFO blam! at libcore/ops/function.rs:238 Oct 10 21:11:49.118 INFO blam! at liballoc/boxed.rs:672 Oct 10 21:11:49.118 INFO blam! 20: 0x564f7b909fe9 - __rust_maybe_catch_panic Oct 10 21:11:49.118 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 21:11:49.118 INFO blam! 21: 0x564f7b8cd9ad - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 21:11:49.118 INFO blam! at libstd/panicking.rs:289 Oct 10 21:11:49.118 INFO blam! at libstd/panic.rs:392 Oct 10 21:11:49.118 INFO blam! at libtest/lib.rs:1423 Oct 10 21:11:49.118 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 21:11:49.118 INFO blam! 22: 0x564f7b8ce5b4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 21:11:49.118 INFO blam! at libstd/thread/mod.rs:409 Oct 10 21:11:49.119 INFO blam! at libstd/panic.rs:313 Oct 10 21:11:49.119 INFO blam! at libstd/panicking.rs:310 Oct 10 21:11:49.119 INFO blam! 23: 0x564f7b909fe9 - __rust_maybe_catch_panic Oct 10 21:11:49.119 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 21:11:49.119 INFO blam! 24: 0x564f7b8bb9a6 - >::call_box::h96125cb29a9ba44b Oct 10 21:11:49.119 INFO blam! at libstd/panicking.rs:289 Oct 10 21:11:49.119 INFO blam! at libstd/panic.rs:392 Oct 10 21:11:49.119 INFO blam! at libstd/thread/mod.rs:408 Oct 10 21:11:49.119 INFO blam! at liballoc/boxed.rs:672 Oct 10 21:11:49.119 INFO blam! 25: 0x564f7b8f7faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 21:11:49.119 INFO blam! at liballoc/boxed.rs:682 Oct 10 21:11:49.119 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 21:11:49.119 INFO blam! 26: 0x564f7b8ed6a5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 21:11:49.119 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 21:11:49.119 INFO blam! 27: 0x7fca2d9db6b9 - start_thread Oct 10 21:11:49.119 INFO blam! 28: 0x7fca2d4fb41c - clone Oct 10 21:11:49.119 INFO blam! 29: 0x0 - Oct 10 21:11:49.119 INFO blam! Oct 10 21:11:49.119 INFO blam! Oct 10 21:11:49.119 INFO blam! failures: Oct 10 21:11:49.119 INFO blam! tests::test_example_instructions Oct 10 21:11:49.119 INFO blam! Oct 10 21:11:49.119 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:11:49.119 INFO blam! Oct 10 21:11:49.472 INFO running `"docker" "rm" "-f" "6c578950304901c3e2443b8611d5f2fa203bf240240d93acde2a3fdad0340fad"` Oct 10 21:11:49.593 INFO blam! 6c578950304901c3e2443b8611d5f2fa203bf240240d93acde2a3fdad0340fad