Oct 14 17:09:59.271 INFO testing jbalintbiro/vm against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:09:59.271 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 17:09:59.543 INFO blam! 03c50bd4cbefd5b139bfbc69dd42771b5adfeb59ebcd17a9d5562cfb54885911 Oct 14 17:09:59.549 INFO running `"docker" "start" "-a" "03c50bd4cbefd5b139bfbc69dd42771b5adfeb59ebcd17a9d5562cfb54885911"` Oct 14 17:10:00.030 INFO kablam! usermod: no changes Oct 14 17:10:00.069 INFO kablam! Compiling unicode-xid v0.1.0 Oct 14 17:10:00.069 INFO kablam! Compiling num-traits v0.2.4 Oct 14 17:10:00.069 INFO kablam! Compiling maplit v1.0.1 Oct 14 17:10:00.069 INFO kablam! Compiling machine-spec v0.1.0 (/source/machine-spec) Oct 14 17:10:00.069 INFO kablam! Compiling asm v0.1.0 (/source/asm) Oct 14 17:10:00.359 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 14 17:10:05.519 INFO kablam! Compiling quote v0.6.3 Oct 14 17:10:06.728 INFO kablam! Compiling syn v0.14.2 Oct 14 17:10:16.057 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:10:16.058 INFO kablam! Compiling variant_derive v0.1.0 (/source/variant_derive) Oct 14 17:10:17.636 INFO kablam! warning: unused import: `Fields` Oct 14 17:10:17.636 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 14 17:10:17.637 INFO kablam! | Oct 14 17:10:17.638 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 14 17:10:17.638 INFO kablam! | ^^^^^^ Oct 14 17:10:17.639 INFO kablam! | Oct 14 17:10:17.639 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:17.640 INFO kablam! Oct 14 17:10:19.712 INFO kablam! Compiling instruction_parts v0.1.0 (/source/instruction_parts) Oct 14 17:10:20.671 INFO kablam! Compiling instruction_codec_derive v0.1.0 (/source/instruction_codec_derive) Oct 14 17:10:21.691 INFO kablam! warning: unused variable: `layout` Oct 14 17:10:21.691 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 14 17:10:21.691 INFO kablam! | Oct 14 17:10:21.691 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 14 17:10:21.691 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 14 17:10:21.691 INFO kablam! | Oct 14 17:10:21.691 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:21.691 INFO kablam! Oct 14 17:10:21.691 INFO kablam! warning: unused variable: `data` Oct 14 17:10:21.691 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 14 17:10:21.691 INFO kablam! | Oct 14 17:10:21.691 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 14 17:10:21.691 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:10:21.691 INFO kablam! Oct 14 17:10:21.719 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 14 17:10:21.719 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 14 17:10:21.719 INFO kablam! | Oct 14 17:10:21.719 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 14 17:10:21.719 INFO kablam! 31 | | ("Reg", 4, false), Oct 14 17:10:21.719 INFO kablam! 32 | | ("Immediate", 4, true), Oct 14 17:10:21.719 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 14 17:10:21.719 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 14 17:10:21.719 INFO kablam! 35 | | ]; Oct 14 17:10:21.719 INFO kablam! | |__^ Oct 14 17:10:21.719 INFO kablam! | Oct 14 17:10:21.719 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:21.719 INFO kablam! Oct 14 17:10:22.641 INFO kablam! Compiling inst v0.1.0 (/source/inst) Oct 14 17:10:23.103 INFO kablam! warning: constant item is never used: `FULL` Oct 14 17:10:23.103 INFO kablam! --> inst/src/lib.rs:51:1 Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! 51 | const FULL: u32 = 0xFFFF_FFFF; Oct 14 17:10:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:23.103 INFO kablam! Oct 14 17:10:23.103 INFO kablam! warning: function is never used: `mask` Oct 14 17:10:23.103 INFO kablam! --> inst/src/lib.rs:53:1 Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! 53 | fn mask(start: u32, len: u32) -> u32 { Oct 14 17:10:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.103 INFO kablam! Oct 14 17:10:23.103 INFO kablam! warning: function is never used: `get_bits` Oct 14 17:10:23.103 INFO kablam! --> inst/src/lib.rs:65:1 Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! 65 | fn get_bits(word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.103 INFO kablam! Oct 14 17:10:23.103 INFO kablam! warning: function is never used: `get_bits_signed` Oct 14 17:10:23.103 INFO kablam! --> inst/src/lib.rs:69:1 Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! 69 | fn get_bits_signed(word: u32, start: u32, len: u32) -> i32 { Oct 14 17:10:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.103 INFO kablam! Oct 14 17:10:23.103 INFO kablam! warning: function is never used: `set_bits` Oct 14 17:10:23.103 INFO kablam! --> inst/src/lib.rs:73:1 Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! 73 | fn set_bits(v: u32, word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.103 INFO kablam! Oct 14 17:10:23.103 INFO kablam! warning: function is never used: `sign_extend` Oct 14 17:10:23.103 INFO kablam! --> inst/src/lib.rs:80:1 Oct 14 17:10:23.103 INFO kablam! | Oct 14 17:10:23.103 INFO kablam! 80 | fn sign_extend(word: u32, len: u32) -> i32 { Oct 14 17:10:23.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:23.103 INFO kablam! Oct 14 17:10:23.203 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 14 17:10:23.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.65s Oct 14 17:10:23.699 INFO kablam! su: No module specific data is present Oct 14 17:10:24.479 INFO running `"docker" "rm" "-f" "03c50bd4cbefd5b139bfbc69dd42771b5adfeb59ebcd17a9d5562cfb54885911"` Oct 14 17:10:24.616 INFO blam! 03c50bd4cbefd5b139bfbc69dd42771b5adfeb59ebcd17a9d5562cfb54885911 Oct 14 17:10:24.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 17:10:24.866 INFO blam! c7c998ca56715ce639446adb1e471d9e3e28d07c4943c08d7ab911aca234efcb Oct 14 17:10:24.868 INFO running `"docker" "start" "-a" "c7c998ca56715ce639446adb1e471d9e3e28d07c4943c08d7ab911aca234efcb"` Oct 14 17:10:25.421 INFO kablam! usermod: no changes Oct 14 17:10:25.469 INFO kablam! Compiling unicode-xid v0.1.0 Oct 14 17:10:25.471 INFO kablam! Compiling maplit v1.0.1 Oct 14 17:10:25.471 INFO kablam! Compiling machine-spec v0.1.0 (/source/machine-spec) Oct 14 17:10:25.471 INFO kablam! Compiling asm v0.1.0 (/source/asm) Oct 14 17:10:25.471 INFO kablam! Compiling num-traits v0.2.4 Oct 14 17:10:26.259 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 14 17:10:28.939 INFO kablam! Compiling quote v0.6.3 Oct 14 17:10:29.919 INFO kablam! Compiling syn v0.14.2 Oct 14 17:10:38.841 INFO kablam! Compiling num-derive v0.2.2 Oct 14 17:10:38.841 INFO kablam! Compiling variant_derive v0.1.0 (/source/variant_derive) Oct 14 17:10:40.955 INFO kablam! warning: unused import: `Fields` Oct 14 17:10:40.955 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 14 17:10:40.955 INFO kablam! | Oct 14 17:10:40.955 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 14 17:10:40.955 INFO kablam! | ^^^^^^ Oct 14 17:10:40.955 INFO kablam! | Oct 14 17:10:40.955 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:40.955 INFO kablam! Oct 14 17:10:40.979 INFO kablam! warning: unused import: `Fields` Oct 14 17:10:40.979 INFO kablam! --> variant_derive/src/lib.rs:7:30 Oct 14 17:10:40.979 INFO kablam! | Oct 14 17:10:40.979 INFO kablam! 7 | use syn::{DeriveInput, Data, Fields}; Oct 14 17:10:40.979 INFO kablam! | ^^^^^^ Oct 14 17:10:41.019 INFO kablam! | Oct 14 17:10:41.019 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:10:41.019 INFO kablam! Oct 14 17:10:43.467 INFO kablam! Compiling instruction_parts v0.1.0 (/source/instruction_parts) Oct 14 17:10:45.023 INFO kablam! Compiling instruction_codec_derive v0.1.0 (/source/instruction_codec_derive) Oct 14 17:10:46.399 INFO kablam! warning: unused variable: `layout` Oct 14 17:10:46.399 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 14 17:10:46.399 INFO kablam! | Oct 14 17:10:46.399 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 14 17:10:46.399 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 14 17:10:46.399 INFO kablam! | Oct 14 17:10:46.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:46.399 INFO kablam! Oct 14 17:10:46.399 INFO kablam! warning: unused variable: `data` Oct 14 17:10:46.399 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 14 17:10:46.399 INFO kablam! | Oct 14 17:10:46.399 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 14 17:10:46.399 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:10:46.399 INFO kablam! Oct 14 17:10:46.451 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 14 17:10:46.451 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 14 17:10:46.451 INFO kablam! | Oct 14 17:10:46.451 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 14 17:10:46.451 INFO kablam! 31 | | ("Reg", 4, false), Oct 14 17:10:46.451 INFO kablam! 32 | | ("Immediate", 4, true), Oct 14 17:10:46.451 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 14 17:10:46.451 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 14 17:10:46.451 INFO kablam! 35 | | ]; Oct 14 17:10:46.451 INFO kablam! | |__^ Oct 14 17:10:46.451 INFO kablam! | Oct 14 17:10:46.451 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:46.451 INFO kablam! Oct 14 17:10:46.599 INFO kablam! warning: unused variable: `layout` Oct 14 17:10:46.599 INFO kablam! --> instruction_codec_derive/src/lib.rs:13:9 Oct 14 17:10:46.599 INFO kablam! | Oct 14 17:10:46.599 INFO kablam! 13 | let layout = gen_layout(&ast.data); Oct 14 17:10:46.599 INFO kablam! | ^^^^^^ help: consider using `_layout` instead Oct 14 17:10:46.599 INFO kablam! | Oct 14 17:10:46.599 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:10:46.599 INFO kablam! Oct 14 17:10:46.599 INFO kablam! warning: unused variable: `data` Oct 14 17:10:46.599 INFO kablam! --> instruction_codec_derive/src/lib.rs:39:15 Oct 14 17:10:46.599 INFO kablam! | Oct 14 17:10:46.599 INFO kablam! 39 | fn gen_layout(data: &syn::Data) -> Layout { Oct 14 17:10:46.599 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 17:10:46.599 INFO kablam! Oct 14 17:10:46.619 INFO kablam! warning: constant item is never used: `ARG_TYPES` Oct 14 17:10:46.619 INFO kablam! --> instruction_codec_derive/src/lib.rs:30:1 Oct 14 17:10:46.619 INFO kablam! | Oct 14 17:10:46.619 INFO kablam! 30 | / const ARG_TYPES: &[(&str, u32, bool)] = &[ Oct 14 17:10:46.619 INFO kablam! 31 | | ("Reg", 4, false), Oct 14 17:10:46.619 INFO kablam! 32 | | ("Immediate", 4, true), Oct 14 17:10:46.619 INFO kablam! 33 | | ("RegOrImmediate", 4, true), Oct 14 17:10:46.619 INFO kablam! 34 | | ("SpecialRegister", 16, false), Oct 14 17:10:46.619 INFO kablam! 35 | | ]; Oct 14 17:10:46.619 INFO kablam! | |__^ Oct 14 17:10:46.635 INFO kablam! | Oct 14 17:10:46.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:46.635 INFO kablam! Oct 14 17:10:47.687 INFO kablam! Compiling inst v0.1.0 (/source/inst) Oct 14 17:10:48.399 INFO kablam! warning: constant item is never used: `FULL` Oct 14 17:10:48.400 INFO kablam! --> inst/src/lib.rs:51:1 Oct 14 17:10:48.400 INFO kablam! | Oct 14 17:10:48.401 INFO kablam! 51 | const FULL: u32 = 0xFFFF_FFFF; Oct 14 17:10:48.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:48.401 INFO kablam! | Oct 14 17:10:48.401 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:10:48.402 INFO kablam! Oct 14 17:10:48.402 INFO kablam! warning: function is never used: `mask` Oct 14 17:10:48.402 INFO kablam! --> inst/src/lib.rs:53:1 Oct 14 17:10:48.403 INFO kablam! | Oct 14 17:10:48.403 INFO kablam! 53 | fn mask(start: u32, len: u32) -> u32 { Oct 14 17:10:48.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:48.404 INFO kablam! Oct 14 17:10:48.404 INFO kablam! warning: function is never used: `get_bits` Oct 14 17:10:48.404 INFO kablam! --> inst/src/lib.rs:65:1 Oct 14 17:10:48.404 INFO kablam! | Oct 14 17:10:48.405 INFO kablam! 65 | fn get_bits(word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:48.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:48.405 INFO kablam! Oct 14 17:10:48.405 INFO kablam! warning: function is never used: `get_bits_signed` Oct 14 17:10:48.406 INFO kablam! --> inst/src/lib.rs:69:1 Oct 14 17:10:48.406 INFO kablam! | Oct 14 17:10:48.406 INFO kablam! 69 | fn get_bits_signed(word: u32, start: u32, len: u32) -> i32 { Oct 14 17:10:48.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:48.407 INFO kablam! Oct 14 17:10:48.407 INFO kablam! warning: function is never used: `set_bits` Oct 14 17:10:48.407 INFO kablam! --> inst/src/lib.rs:73:1 Oct 14 17:10:48.408 INFO kablam! | Oct 14 17:10:48.408 INFO kablam! 73 | fn set_bits(v: u32, word: u32, start: u32, len: u32) -> u32 { Oct 14 17:10:48.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:48.409 INFO kablam! Oct 14 17:10:48.409 INFO kablam! warning: function is never used: `sign_extend` Oct 14 17:10:48.409 INFO kablam! --> inst/src/lib.rs:80:1 Oct 14 17:10:48.410 INFO kablam! | Oct 14 17:10:48.410 INFO kablam! 80 | fn sign_extend(word: u32, len: u32) -> i32 { Oct 14 17:10:48.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:10:48.412 INFO kablam! Oct 14 17:10:48.534 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 14 17:10:49.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.22s Oct 14 17:10:49.676 INFO kablam! su: No module specific data is present Oct 14 17:10:50.369 INFO running `"docker" "rm" "-f" "c7c998ca56715ce639446adb1e471d9e3e28d07c4943c08d7ab911aca234efcb"` Oct 14 17:10:50.625 INFO blam! c7c998ca56715ce639446adb1e471d9e3e28d07c4943c08d7ab911aca234efcb Oct 14 17:10:50.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 17:10:51.129 INFO blam! 10bdf488f783e2b4313b9dabce443f4ebdaa7645fce2728cb46051caab9d528c Oct 14 17:10:51.131 INFO running `"docker" "start" "-a" "10bdf488f783e2b4313b9dabce443f4ebdaa7645fce2728cb46051caab9d528c"` Oct 14 17:10:52.227 INFO kablam! usermod: no changes Oct 14 17:10:52.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 17:10:52.307 INFO kablam! Running /target/debug/deps/asm-d33f281622cf8d69 Oct 14 17:10:52.311 INFO blam! Oct 14 17:10:52.311 INFO blam! running 0 tests Oct 14 17:10:52.312 INFO blam! Oct 14 17:10:52.312 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:10:52.312 INFO blam! Oct 14 17:10:52.323 INFO blam! Oct 14 17:10:52.323 INFO kablam! Running /target/debug/deps/inst-e687bbb17e7aa308 Oct 14 17:10:52.324 INFO blam! running 7 tests Oct 14 17:10:52.324 INFO blam! test tests::test_bithacks ... ok Oct 14 17:10:52.324 INFO blam! test tests::test_bithacks_set_get_extend ... ok Oct 14 17:10:52.324 INFO blam! test tests::encode_decode_nop ... ok Oct 14 17:10:52.324 INFO blam! test tests::bench_get_bits_signed ... ok Oct 14 17:10:52.324 INFO blam! test tests::bench_encode_nop ... ok Oct 14 17:10:52.324 INFO blam! test tests::bench_decode_nop ... ok Oct 14 17:10:52.355 INFO blam! test tests::test_example_instructions ... FAILED Oct 14 17:10:52.355 INFO blam! Oct 14 17:10:52.355 INFO blam! failures: Oct 14 17:10:52.355 INFO blam! Oct 14 17:10:52.355 INFO blam! ---- tests::test_example_instructions stdout ---- Oct 14 17:10:52.355 INFO blam! Load { rel: Zero, addr: Reg(0), dst: 1 } Oct 14 17:10:52.355 INFO blam! thread 'tests::test_example_instructions' panicked at 'assertion failed: `(left == right)` Oct 14 17:10:52.355 INFO blam! left: `Load { rel: Zero, addr: Reg(0), dst: 1 }`, Oct 14 17:10:52.355 INFO blam! right: `Nop`', inst/src/lib.rs:161:6 Oct 14 17:10:52.355 INFO blam! stack backtrace: Oct 14 17:10:52.355 INFO blam! 0: 0x560f29da3c6e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 14 17:10:52.355 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 17:10:52.355 INFO blam! 1: 0x560f29dacde6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 14 17:10:52.355 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 17:10:52.355 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 17:10:52.355 INFO blam! 2: 0x560f29da7b3d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 14 17:10:52.355 INFO blam! at libstd/panicking.rs:211 Oct 14 17:10:52.355 INFO blam! 3: 0x560f29da784b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 14 17:10:52.355 INFO blam! at libstd/panicking.rs:221 Oct 14 17:10:52.355 INFO blam! 4: 0x560f29da81ec - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 14 17:10:52.355 INFO blam! at libstd/panicking.rs:476 Oct 14 17:10:52.355 INFO blam! 5: 0x560f29da7da9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 14 17:10:52.355 INFO blam! at libstd/panicking.rs:390 Oct 14 17:10:52.355 INFO blam! 6: 0x560f29da7d0d - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 14 17:10:52.355 INFO blam! at libstd/panicking.rs:345 Oct 14 17:10:52.355 INFO blam! 7: 0x560f29d4e458 - inst::tests::test_example_instructions::{{closure}}::hd14523aad7748906 Oct 14 17:10:52.355 INFO blam! at inst/src/lib.rs:161 Oct 14 17:10:52.355 INFO blam! 8: 0x560f29d4f80f - as core::iter::iterator::Iterator>::fold::{{closure}}::h59588887619f22ad Oct 14 17:10:52.355 INFO blam! at libcore/iter/mod.rs:1413 Oct 14 17:10:52.355 INFO blam! 9: 0x560f29d52d31 - as core::iter::iterator::Iterator>::fold::hb7581ba864a9aed1 Oct 14 17:10:52.355 INFO blam! at libcore/slice/mod.rs:2737 Oct 14 17:10:52.355 INFO blam! 10: 0x560f29d4f7c9 - as core::iter::iterator::Iterator>::fold::h7ab8f17813624cb7 Oct 14 17:10:52.355 INFO blam! at libcore/iter/mod.rs:1413 Oct 14 17:10:52.355 INFO blam! 11: 0x560f29d4f63b - core::iter::iterator::Iterator::for_each::ha8284e16daa2ca53 Oct 14 17:10:52.355 INFO blam! at libcore/iter/iterator.rs:553 Oct 14 17:10:52.355 INFO blam! 12: 0x560f29d56380 - as alloc::vec::SpecExtend>::spec_extend::hce333776309cbf82 Oct 14 17:10:52.355 INFO blam! at liballoc/vec.rs:1825 Oct 14 17:10:52.355 INFO blam! 13: 0x560f29d56468 - as alloc::vec::SpecExtend>::from_iter::h7a27b028ebd51139 Oct 14 17:10:52.355 INFO blam! at liballoc/vec.rs:1808 Oct 14 17:10:52.355 INFO blam! 14: 0x560f29d5651a - as core::iter::traits::FromIterator>::from_iter::ha814355d3123f8be Oct 14 17:10:52.355 INFO blam! at liballoc/vec.rs:1694 Oct 14 17:10:52.356 INFO blam! 15: 0x560f29d4f5f3 - core::iter::iterator::Iterator::collect::h08f21e97a9c9f57c Oct 14 17:10:52.356 INFO blam! at libcore/iter/iterator.rs:1415 Oct 14 17:10:52.356 INFO blam! 16: 0x560f29d4e170 - inst::tests::test_example_instructions::h92a33a2d26d095e6 Oct 14 17:10:52.356 INFO blam! at inst/src/lib.rs:157 Oct 14 17:10:52.356 INFO blam! 17: 0x560f29d4e109 - inst::tests::test_example_instructions::{{closure}}::h966b8cfef73fad9b Oct 14 17:10:52.356 INFO blam! at inst/src/lib.rs:156 Oct 14 17:10:52.356 INFO blam! 18: 0x560f29d4f05d - core::ops::function::FnOnce::call_once::hb1e2d2fdc6feb5d6 Oct 14 17:10:52.356 INFO blam! at libcore/ops/function.rs:238 Oct 14 17:10:52.356 INFO blam! 19: 0x560f29d5ad7e - >::call_box::hae226a42c8d94b19 Oct 14 17:10:52.356 INFO blam! at libtest/lib.rs:1468 Oct 14 17:10:52.356 INFO blam! at libcore/ops/function.rs:238 Oct 14 17:10:52.356 INFO blam! at liballoc/boxed.rs:672 Oct 14 17:10:52.356 INFO blam! 20: 0x560f29db8309 - __rust_maybe_catch_panic Oct 14 17:10:52.356 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 17:10:52.356 INFO blam! 21: 0x560f29d7b98d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 14 17:10:52.356 INFO blam! at libstd/panicking.rs:289 Oct 14 17:10:52.356 INFO blam! at libstd/panic.rs:392 Oct 14 17:10:52.356 INFO blam! at libtest/lib.rs:1423 Oct 14 17:10:52.356 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 17:10:52.356 INFO blam! 22: 0x560f29d7c534 - std::panicking::try::do_call::h2c632c17829d0621 Oct 14 17:10:52.356 INFO blam! at libstd/thread/mod.rs:409 Oct 14 17:10:52.356 INFO blam! at libstd/panic.rs:313 Oct 14 17:10:52.356 INFO blam! at libstd/panicking.rs:310 Oct 14 17:10:52.356 INFO blam! 23: 0x560f29db8309 - __rust_maybe_catch_panic Oct 14 17:10:52.356 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 17:10:52.356 INFO blam! 24: 0x560f29d699a6 - >::call_box::h1a0832645645f090 Oct 14 17:10:52.356 INFO blam! at libstd/panicking.rs:289 Oct 14 17:10:52.356 INFO blam! at libstd/panic.rs:392 Oct 14 17:10:52.356 INFO blam! at libstd/thread/mod.rs:408 Oct 14 17:10:52.356 INFO blam! at liballoc/boxed.rs:672 Oct 14 17:10:52.356 INFO blam! 25: 0x560f29da5f7a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 14 17:10:52.356 INFO blam! at liballoc/boxed.rs:682 Oct 14 17:10:52.356 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 17:10:52.356 INFO blam! 26: 0x560f29d9b395 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 14 17:10:52.356 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 17:10:52.356 INFO blam! 27: 0x7f59684ce6b9 - start_thread Oct 14 17:10:52.356 INFO blam! 28: 0x7f5967fee41c - clone Oct 14 17:10:52.356 INFO blam! 29: 0x0 - Oct 14 17:10:52.356 INFO blam! Oct 14 17:10:52.356 INFO blam! Oct 14 17:10:52.356 INFO blam! failures: Oct 14 17:10:52.356 INFO blam! tests::test_example_instructions Oct 14 17:10:52.356 INFO blam! Oct 14 17:10:52.356 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:10:52.356 INFO blam! Oct 14 17:10:52.363 INFO kablam! error: test failed, to rerun pass '-p inst --lib' Oct 14 17:10:52.363 INFO kablam! su: No module specific data is present Oct 14 17:10:52.835 INFO running `"docker" "rm" "-f" "10bdf488f783e2b4313b9dabce443f4ebdaa7645fce2728cb46051caab9d528c"` Oct 14 17:10:53.025 INFO blam! 10bdf488f783e2b4313b9dabce443f4ebdaa7645fce2728cb46051caab9d528c