Oct 14 17:09:59.405 INFO testing jbalintbiro/vm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:09:59.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:09:59.646 INFO blam! 68bc7dfbeb847e47894e5106907d7e52a94128e0fc4d1362270f4315c5c1702e Oct 14 17:09:59.649 INFO running `"docker" "start" "-a" "68bc7dfbeb847e47894e5106907d7e52a94128e0fc4d1362270f4315c5c1702e"` Oct 14 17:10:00.258 INFO kablam! usermod: no changes Oct 14 17:10:00.319 INFO kablam! Compiling unicode-xid v0.1.0 Oct 14 17:10:00.320 INFO kablam! Compiling num-traits v0.2.4 Oct 14 17:10:00.320 INFO kablam! Compiling maplit v1.0.1 Oct 14 17:10:00.320 INFO kablam! Compiling asm v0.1.0 (/source/asm) Oct 14 17:10:00.321 INFO kablam! Compiling machine-spec v0.1.0 (/source/machine-spec) Oct 14 17:10:01.128 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 14 17:10:05.167 INFO kablam! Compiling quote v0.6.3 Oct 14 17:10:06.743 INFO kablam! Compiling syn v0.14.2 Oct 14 17:10:16.512 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:10:16.515 INFO kablam! Compiling variant_derive v0.1.0 (/source/variant_derive) Oct 14 17:10:17.916 INFO kablam! warning: unused import: `Fields` Oct 14 17:10:17.916 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 14 17:10:17.916 INFO kablam! | Oct 14 17:10:17.916 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 14 17:10:17.916 INFO kablam! | ^^^^^^ Oct 14 17:10:17.931 INFO kablam! | Oct 14 17:10:17.931 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:17.931 INFO kablam! Oct 14 17:10:20.063 INFO kablam! Compiling instruction_parts v0.1.0 (/source/instruction_parts) Oct 14 17:10:21.219 INFO kablam! Compiling instruction_codec_derive v0.1.0 (/source/instruction_codec_derive) Oct 14 17:10:22.195 INFO kablam! warning: unused variable: `layout` Oct 14 17:10:22.196 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 14 17:10:22.196 INFO kablam! | Oct 14 17:10:22.196 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 14 17:10:22.197 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 14 17:10:22.197 INFO kablam! | Oct 14 17:10:22.197 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:22.198 INFO kablam! Oct 14 17:10:22.198 INFO kablam! warning: unused variable: `data` Oct 14 17:10:22.198 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 14 17:10:22.199 INFO kablam! | Oct 14 17:10:22.199 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 14 17:10:22.199 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:10:22.199 INFO kablam! Oct 14 17:10:22.215 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 14 17:10:22.216 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 14 17:10:22.216 INFO kablam! | Oct 14 17:10:22.216 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 14 17:10:22.217 INFO kablam! 31 | | ("Reg", 4, false), Oct 14 17:10:22.217 INFO kablam! 32 | | ("Immediate", 4, true), Oct 14 17:10:22.217 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 14 17:10:22.217 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 14 17:10:22.218 INFO kablam! 35 | | ]; Oct 14 17:10:22.218 INFO kablam! | |__^ Oct 14 17:10:22.218 INFO kablam! | Oct 14 17:10:22.218 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:22.219 INFO kablam! Oct 14 17:10:23.135 INFO kablam! Compiling inst v0.1.0 (/source/inst) Oct 14 17:10:23.573 INFO kablam! warning: constant item is never used: `FULL` Oct 14 17:10:23.573 INFO kablam! --> inst/src/lib.rs:51:1 Oct 14 17:10:23.573 INFO kablam! | Oct 14 17:10:23.573 INFO kablam! 51 | const FULL: u32 = 0xFFFF_FFFF; Oct 14 17:10:23.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.573 INFO kablam! | Oct 14 17:10:23.573 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:23.573 INFO kablam! Oct 14 17:10:23.573 INFO kablam! warning: function is never used: `mask` Oct 14 17:10:23.573 INFO kablam! --> inst/src/lib.rs:53:1 Oct 14 17:10:23.573 INFO kablam! | Oct 14 17:10:23.573 INFO kablam! 53 | fn mask(start: u32, len: u32) -> u32 { Oct 14 17:10:23.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.573 INFO kablam! Oct 14 17:10:23.573 INFO kablam! warning: function is never used: `get_bits` Oct 14 17:10:23.573 INFO kablam! --> inst/src/lib.rs:65:1 Oct 14 17:10:23.573 INFO kablam! | Oct 14 17:10:23.573 INFO kablam! 65 | fn get_bits(word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:23.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.574 INFO kablam! Oct 14 17:10:23.574 INFO kablam! warning: function is never used: `get_bits_signed` Oct 14 17:10:23.574 INFO kablam! --> inst/src/lib.rs:69:1 Oct 14 17:10:23.574 INFO kablam! | Oct 14 17:10:23.574 INFO kablam! 69 | fn get_bits_signed(word: u32, start: u32, len: u32) -> i32 { Oct 14 17:10:23.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.574 INFO kablam! Oct 14 17:10:23.574 INFO kablam! warning: function is never used: `set_bits` Oct 14 17:10:23.574 INFO kablam! --> inst/src/lib.rs:73:1 Oct 14 17:10:23.574 INFO kablam! | Oct 14 17:10:23.574 INFO kablam! 73 | fn set_bits(v: u32, word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:23.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.574 INFO kablam! Oct 14 17:10:23.574 INFO kablam! warning: function is never used: `sign_extend` Oct 14 17:10:23.574 INFO kablam! --> inst/src/lib.rs:80:1 Oct 14 17:10:23.574 INFO kablam! | Oct 14 17:10:23.574 INFO kablam! 80 | fn sign_extend(word: u32, len: u32) -> i32 { Oct 14 17:10:23.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.574 INFO kablam! Oct 14 17:10:23.651 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 14 17:10:24.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.88s Oct 14 17:10:24.175 INFO kablam! su: No module specific data is present Oct 14 17:10:24.491 INFO running `"docker" "rm" "-f" "68bc7dfbeb847e47894e5106907d7e52a94128e0fc4d1362270f4315c5c1702e"` Oct 14 17:10:24.643 INFO blam! 68bc7dfbeb847e47894e5106907d7e52a94128e0fc4d1362270f4315c5c1702e Oct 14 17:10:24.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:10:24.914 INFO blam! 50ba95963cadabea5a8d9d57705f0b708b238dea8161e70bdf75224e0337678a Oct 14 17:10:24.922 INFO running `"docker" "start" "-a" "50ba95963cadabea5a8d9d57705f0b708b238dea8161e70bdf75224e0337678a"` Oct 14 17:10:25.458 INFO kablam! usermod: no changes Oct 14 17:10:25.516 INFO kablam! Compiling unicode-xid v0.1.0 Oct 14 17:10:25.523 INFO kablam! Compiling maplit v1.0.1 Oct 14 17:10:25.523 INFO kablam! Compiling machine-spec v0.1.0 (/source/machine-spec) Oct 14 17:10:25.523 INFO kablam! Compiling asm v0.1.0 (/source/asm) Oct 14 17:10:25.523 INFO kablam! Compiling num-traits v0.2.4 Oct 14 17:10:26.243 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 14 17:10:28.859 INFO kablam! Compiling quote v0.6.3 Oct 14 17:10:29.767 INFO kablam! Compiling syn v0.14.2 Oct 14 17:10:38.527 INFO kablam! Compiling variant_derive v0.1.0 (/source/variant_derive) Oct 14 17:10:38.535 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:10:39.547 INFO kablam! warning: unused import: `Fields` Oct 14 17:10:39.548 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 14 17:10:39.548 INFO kablam! | Oct 14 17:10:39.548 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 14 17:10:39.549 INFO kablam! | ^^^^^^ Oct 14 17:10:39.549 INFO kablam! | Oct 14 17:10:39.549 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:39.549 INFO kablam! Oct 14 17:10:40.418 INFO kablam! warning: unused import: `Fields` Oct 14 17:10:40.419 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 14 17:10:40.420 INFO kablam! | Oct 14 17:10:40.420 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 14 17:10:40.421 INFO kablam! | ^^^^^^ Oct 14 17:10:40.422 INFO kablam! | Oct 14 17:10:40.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:40.423 INFO kablam! Oct 14 17:10:42.033 INFO kablam! Compiling instruction_parts v0.1.0 (/source/instruction_parts) Oct 14 17:10:43.308 INFO kablam! Compiling instruction_codec_derive v0.1.0 (/source/instruction_codec_derive) Oct 14 17:10:44.911 INFO kablam! warning: unused variable: `layout` Oct 14 17:10:44.912 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 14 17:10:44.912 INFO kablam! | Oct 14 17:10:44.912 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 14 17:10:44.912 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 14 17:10:44.912 INFO kablam! | Oct 14 17:10:44.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:44.912 INFO kablam! Oct 14 17:10:44.915 INFO kablam! warning: unused variable: `data` Oct 14 17:10:44.919 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 14 17:10:44.919 INFO kablam! | Oct 14 17:10:44.919 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 14 17:10:44.919 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:10:44.927 INFO kablam! Oct 14 17:10:44.928 INFO kablam! warning: unused variable: `layout` Oct 14 17:10:44.928 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 14 17:10:44.928 INFO kablam! | Oct 14 17:10:44.928 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 14 17:10:44.929 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 14 17:10:44.929 INFO kablam! | Oct 14 17:10:44.929 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:44.929 INFO kablam! Oct 14 17:10:44.930 INFO kablam! warning: unused variable: `data` Oct 14 17:10:44.930 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 14 17:10:44.930 INFO kablam! | Oct 14 17:10:44.930 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 14 17:10:44.931 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:10:44.931 INFO kablam! Oct 14 17:10:44.951 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 14 17:10:44.952 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 14 17:10:44.952 INFO kablam! | Oct 14 17:10:44.952 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 14 17:10:44.953 INFO kablam! 31 | | ("Reg", 4, false), Oct 14 17:10:44.953 INFO kablam! 32 | | ("Immediate", 4, true), Oct 14 17:10:44.953 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 14 17:10:44.953 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 14 17:10:44.954 INFO kablam! 35 | | ]; Oct 14 17:10:44.954 INFO kablam! | |__^ Oct 14 17:10:44.954 INFO kablam! | Oct 14 17:10:44.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:44.955 INFO kablam! Oct 14 17:10:44.959 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 14 17:10:44.959 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 14 17:10:44.959 INFO kablam! | Oct 14 17:10:44.959 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 14 17:10:44.959 INFO kablam! 31 | | ("Reg", 4, false), Oct 14 17:10:44.959 INFO kablam! 32 | | ("Immediate", 4, true), Oct 14 17:10:44.959 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 14 17:10:44.959 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 14 17:10:44.959 INFO kablam! 35 | | ]; Oct 14 17:10:44.959 INFO kablam! | |__^ Oct 14 17:10:44.959 INFO kablam! | Oct 14 17:10:44.959 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:44.959 INFO kablam! Oct 14 17:10:46.100 INFO kablam! Compiling inst v0.1.0 (/source/inst) Oct 14 17:10:46.915 INFO kablam! warning: constant item is never used: `FULL` Oct 14 17:10:46.915 INFO kablam! --> inst/src/lib.rs:51:1 Oct 14 17:10:46.915 INFO kablam! | Oct 14 17:10:46.915 INFO kablam! 51 | const FULL: u32 = 0xFFFF_FFFF; Oct 14 17:10:46.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:46.915 INFO kablam! | Oct 14 17:10:46.915 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:46.915 INFO kablam! Oct 14 17:10:46.915 INFO kablam! warning: function is never used: `mask` Oct 14 17:10:46.915 INFO kablam! --> inst/src/lib.rs:53:1 Oct 14 17:10:46.915 INFO kablam! | Oct 14 17:10:46.915 INFO kablam! 53 | fn mask(start: u32, len: u32) -> u32 { Oct 14 17:10:46.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:46.915 INFO kablam! Oct 14 17:10:46.917 INFO kablam! warning: function is never used: `get_bits` Oct 14 17:10:46.917 INFO kablam! --> inst/src/lib.rs:65:1 Oct 14 17:10:46.917 INFO kablam! | Oct 14 17:10:46.917 INFO kablam! 65 | fn get_bits(word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:46.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:46.917 INFO kablam! Oct 14 17:10:46.917 INFO kablam! warning: function is never used: `get_bits_signed` Oct 14 17:10:46.917 INFO kablam! --> inst/src/lib.rs:69:1 Oct 14 17:10:46.917 INFO kablam! | Oct 14 17:10:46.917 INFO kablam! 69 | fn get_bits_signed(word: u32, start: u32, len: u32) -> i32 { Oct 14 17:10:46.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:46.917 INFO kablam! Oct 14 17:10:46.917 INFO kablam! warning: function is never used: `set_bits` Oct 14 17:10:46.917 INFO kablam! --> inst/src/lib.rs:73:1 Oct 14 17:10:46.917 INFO kablam! | Oct 14 17:10:46.917 INFO kablam! 73 | fn set_bits(v: u32, word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:46.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:46.917 INFO kablam! Oct 14 17:10:46.920 INFO kablam! warning: function is never used: `sign_extend` Oct 14 17:10:46.920 INFO kablam! --> inst/src/lib.rs:80:1 Oct 14 17:10:46.920 INFO kablam! | Oct 14 17:10:46.920 INFO kablam! 80 | fn sign_extend(word: u32, len: u32) -> i32 { Oct 14 17:10:46.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:46.920 INFO kablam! Oct 14 17:10:47.119 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 14 17:10:48.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.73s Oct 14 17:10:48.223 INFO kablam! su: No module specific data is present Oct 14 17:10:49.154 INFO running `"docker" "rm" "-f" "50ba95963cadabea5a8d9d57705f0b708b238dea8161e70bdf75224e0337678a"` Oct 14 17:10:49.455 INFO blam! 50ba95963cadabea5a8d9d57705f0b708b238dea8161e70bdf75224e0337678a Oct 14 17:10:49.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 17:10:49.937 INFO blam! ee80266704fba30c7acde0728c82913c630a03c066d5ab55c7cabe085bbd8eae Oct 14 17:10:49.939 INFO running `"docker" "start" "-a" "ee80266704fba30c7acde0728c82913c630a03c066d5ab55c7cabe085bbd8eae"` Oct 14 17:10:51.129 INFO kablam! usermod: no changes Oct 14 17:10:51.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 17:10:51.203 INFO kablam! Running /target/debug/deps/asm-d11896d3d786fbb4 Oct 14 17:10:51.203 INFO blam! Oct 14 17:10:51.203 INFO kablam! Running /target/debug/deps/inst-6de1932bd65ead86 Oct 14 17:10:51.204 INFO blam! running 0 tests Oct 14 17:10:51.204 INFO blam! Oct 14 17:10:51.204 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:10:51.205 INFO blam! Oct 14 17:10:51.205 INFO blam! Oct 14 17:10:51.205 INFO blam! running 7 tests Oct 14 17:10:51.206 INFO blam! test tests::bench_decode_nop ... ok Oct 14 17:10:51.206 INFO blam! test tests::bench_get_bits_signed ... ok Oct 14 17:10:51.207 INFO blam! test tests::test_bithacks ... ok Oct 14 17:10:51.207 INFO blam! test tests::bench_encode_nop ... ok Oct 14 17:10:51.207 INFO blam! test tests::encode_decode_nop ... ok Oct 14 17:10:51.210 INFO blam! test tests::test_bithacks_set_get_extend ... ok Oct 14 17:10:51.272 INFO blam! test tests::test_example_instructions ... FAILED Oct 14 17:10:51.272 INFO blam! Oct 14 17:10:51.272 INFO blam! failures: Oct 14 17:10:51.273 INFO blam! Oct 14 17:10:51.273 INFO blam! ---- tests::test_example_instructions stdout ---- Oct 14 17:10:51.273 INFO blam! Load { rel: Zero, addr: Reg(0), dst: 1 } Oct 14 17:10:51.273 INFO blam! thread 'tests::test_example_instructions' panicked at 'assertion failed: `(left == right)` Oct 14 17:10:51.274 INFO blam! left: `Load { rel: Zero, addr: Reg(0), dst: 1 }`, Oct 14 17:10:51.274 INFO blam! right: `Nop`', inst/src/lib.rs:161:6 Oct 14 17:10:51.274 INFO blam! stack backtrace: Oct 14 17:10:51.274 INFO blam! 0: 0x55880b513f6e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 17:10:51.275 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 17:10:51.275 INFO blam! 1: 0x55880b51ce16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 17:10:51.275 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 17:10:51.276 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 17:10:51.276 INFO blam! 2: 0x55880b517b6d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 17:10:51.276 INFO blam! at libstd/panicking.rs:211 Oct 14 17:10:51.276 INFO blam! 3: 0x55880b51787b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 17:10:51.277 INFO blam! at libstd/panicking.rs:221 Oct 14 17:10:51.277 INFO blam! 4: 0x55880b51821c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 17:10:51.277 INFO blam! at libstd/panicking.rs:476 Oct 14 17:10:51.277 INFO blam! 5: 0x55880b517dd9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 14 17:10:51.278 INFO blam! at libstd/panicking.rs:390 Oct 14 17:10:51.278 INFO blam! 6: 0x55880b517d3d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 14 17:10:51.278 INFO kablam! error: test failed, to rerun pass '-p inst --lib' Oct 14 17:10:51.279 INFO blam! at libstd/panicking.rs:345 Oct 14 17:10:51.279 INFO kablam! su: No module specific data is present Oct 14 17:10:51.279 INFO blam! 7: 0x55880b4be458 - inst::tests::test_example_instructions::{{closure}}::hf6569fe11f925c23 Oct 14 17:10:51.279 INFO blam! at inst/src/lib.rs:161 Oct 14 17:10:51.280 INFO blam! 8: 0x55880b4bf80f - as core::iter::iterator::Iterator>::fold::{{closure}}::hf641e44753d8784d Oct 14 17:10:51.280 INFO blam! at libcore/iter/mod.rs:1413 Oct 14 17:10:51.280 INFO blam! 9: 0x55880b4c2d31 - as core::iter::iterator::Iterator>::fold::h08f8cbf326def80b Oct 14 17:10:51.280 INFO blam! at libcore/slice/mod.rs:2737 Oct 14 17:10:51.281 INFO blam! 10: 0x55880b4bf7c9 - as core::iter::iterator::Iterator>::fold::h4bb9ce3c8ea38653 Oct 14 17:10:51.281 INFO blam! at libcore/iter/mod.rs:1413 Oct 14 17:10:51.281 INFO blam! 11: 0x55880b4bf63b - core::iter::iterator::Iterator::for_each::hdec38e1bf2c23e9f Oct 14 17:10:51.282 INFO blam! at libcore/iter/iterator.rs:553 Oct 14 17:10:51.282 INFO blam! 12: 0x55880b4c6380 - as alloc::vec::SpecExtend>::spec_extend::h0aaf0dae06856757 Oct 14 17:10:51.282 INFO blam! at liballoc/vec.rs:1825 Oct 14 17:10:51.282 INFO blam! 13: 0x55880b4c6468 - as alloc::vec::SpecExtend>::from_iter::h134cbde88451a69b Oct 14 17:10:51.287 INFO blam! at liballoc/vec.rs:1808 Oct 14 17:10:51.287 INFO blam! 14: 0x55880b4c651a - as core::iter::traits::FromIterator>::from_iter::h216278eb26e51b11 Oct 14 17:10:51.287 INFO blam! at liballoc/vec.rs:1694 Oct 14 17:10:51.288 INFO blam! 15: 0x55880b4bf5f3 - core::iter::iterator::Iterator::collect::h20309ccc880c9ea8 Oct 14 17:10:51.288 INFO blam! at libcore/iter/iterator.rs:1415 Oct 14 17:10:51.288 INFO blam! 16: 0x55880b4be170 - inst::tests::test_example_instructions::h33a46978b59e4fa6 Oct 14 17:10:51.289 INFO blam! at inst/src/lib.rs:157 Oct 14 17:10:51.289 INFO blam! 17: 0x55880b4be109 - inst::tests::test_example_instructions::{{closure}}::h41974f94612a7ec4 Oct 14 17:10:51.289 INFO blam! at inst/src/lib.rs:156 Oct 14 17:10:51.289 INFO blam! 18: 0x55880b4befdd - core::ops::function::FnOnce::call_once::h5506eaf3e4689155 Oct 14 17:10:51.290 INFO blam! at libcore/ops/function.rs:238 Oct 14 17:10:51.290 INFO blam! 19: 0x55880b4cac7e - >::call_box::h95b7cb918af67b5d Oct 14 17:10:51.290 INFO blam! at libtest/lib.rs:1468 Oct 14 17:10:51.291 INFO blam! at libcore/ops/function.rs:238 Oct 14 17:10:51.291 INFO blam! at liballoc/boxed.rs:672 Oct 14 17:10:51.291 INFO blam! 20: 0x55880b527fe9 - __rust_maybe_catch_panic Oct 14 17:10:51.292 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 17:10:51.292 INFO blam! 21: 0x55880b4eb9ad - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 17:10:51.292 INFO blam! at libstd/panicking.rs:289 Oct 14 17:10:51.292 INFO blam! at libstd/panic.rs:392 Oct 14 17:10:51.293 INFO blam! at libtest/lib.rs:1423 Oct 14 17:10:51.293 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 17:10:51.293 INFO blam! 22: 0x55880b4ec5b4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 17:10:51.294 INFO blam! at libstd/thread/mod.rs:409 Oct 14 17:10:51.294 INFO blam! at libstd/panic.rs:313 Oct 14 17:10:51.294 INFO blam! at libstd/panicking.rs:310 Oct 14 17:10:51.295 INFO blam! 23: 0x55880b527fe9 - __rust_maybe_catch_panic Oct 14 17:10:51.295 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 17:10:51.295 INFO blam! 24: 0x55880b4d99a6 - >::call_box::h96125cb29a9ba44b Oct 14 17:10:51.295 INFO blam! at libstd/panicking.rs:289 Oct 14 17:10:51.296 INFO blam! at libstd/panic.rs:392 Oct 14 17:10:51.296 INFO blam! at libstd/thread/mod.rs:408 Oct 14 17:10:51.296 INFO blam! at liballoc/boxed.rs:672 Oct 14 17:10:51.297 INFO blam! 25: 0x55880b515faa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 17:10:51.297 INFO blam! at liballoc/boxed.rs:682 Oct 14 17:10:51.297 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 17:10:51.298 INFO blam! 26: 0x55880b50b6a5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 17:10:51.298 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 17:10:51.298 INFO blam! 27: 0x7f49b85f86b9 - start_thread Oct 14 17:10:51.298 INFO blam! 28: 0x7f49b811841c - clone Oct 14 17:10:51.299 INFO blam! 29: 0x0 - Oct 14 17:10:51.299 INFO blam! Oct 14 17:10:51.299 INFO blam! Oct 14 17:10:51.300 INFO blam! failures: Oct 14 17:10:51.300 INFO blam! tests::test_example_instructions Oct 14 17:10:51.300 INFO blam! Oct 14 17:10:51.301 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:10:51.301 INFO blam! Oct 14 17:10:52.204 INFO running `"docker" "rm" "-f" "ee80266704fba30c7acde0728c82913c630a03c066d5ab55c7cabe085bbd8eae"` Oct 14 17:10:52.519 INFO blam! ee80266704fba30c7acde0728c82913c630a03c066d5ab55c7cabe085bbd8eae