Oct 14 11:28:38.821 INFO testing melvinw/rust-bpf against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:28:38.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:28:39.236 INFO blam! d686d3a83176d4db60c68d11b10b06e17a0a499c626df0c27667de662ae1a1aa Oct 14 11:28:39.238 INFO running `"docker" "start" "-a" "d686d3a83176d4db60c68d11b10b06e17a0a499c626df0c27667de662ae1a1aa"` Oct 14 11:28:40.943 INFO kablam! usermod: no changes Oct 14 11:28:41.053 INFO kablam! Compiling libc v0.2.32 Oct 14 11:28:41.053 INFO kablam! Compiling lazy_static v0.2.9 Oct 14 11:28:41.379 INFO kablam! Compiling thread_local v0.3.4 Oct 14 11:28:43.063 INFO kablam! Compiling memchr v1.0.2 Oct 14 11:28:43.517 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 11:28:44.607 INFO kablam! Compiling regex v0.2.2 Oct 14 11:28:55.770 INFO kablam! Compiling rust_bpf v0.1.0 (/source) Oct 14 11:28:56.615 INFO kablam! warning: unused import: `NativeEndian` Oct 14 11:28:56.615 INFO kablam! --> src/vm/machine.rs:8:34 Oct 14 11:28:56.615 INFO kablam! | Oct 14 11:28:56.615 INFO kablam! 8 | use self::byteorder::{BigEndian, NativeEndian, ReadBytesExt}; Oct 14 11:28:56.615 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:28:56.615 INFO kablam! | Oct 14 11:28:56.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:28:56.615 INFO kablam! Oct 14 11:28:56.927 INFO kablam! warning: unused variable: `instructions` Oct 14 11:28:56.928 INFO kablam! --> src/assembler/main.rs:146:11 Oct 14 11:28:56.928 INFO kablam! | Oct 14 11:28:56.929 INFO kablam! 146 | let mut instructions: Vec = Vec::new(); Oct 14 11:28:56.930 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_instructions` instead Oct 14 11:28:56.931 INFO kablam! | Oct 14 11:28:56.931 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:28:56.932 INFO kablam! Oct 14 11:28:56.939 INFO kablam! warning: unused variable: `op` Oct 14 11:28:56.940 INFO kablam! --> src/assembler/main.rs:158:9 Oct 14 11:28:56.940 INFO kablam! | Oct 14 11:28:56.941 INFO kablam! 158 | let op = instr.op.unwrap(); Oct 14 11:28:56.941 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 11:28:56.942 INFO kablam! Oct 14 11:28:57.007 INFO kablam! warning: variable does not need to be mutable Oct 14 11:28:57.008 INFO kablam! --> src/assembler/main.rs:146:7 Oct 14 11:28:57.008 INFO kablam! | Oct 14 11:28:57.009 INFO kablam! 146 | let mut instructions: Vec = Vec::new(); Oct 14 11:28:57.010 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 11:28:57.010 INFO kablam! | | Oct 14 11:28:57.011 INFO kablam! | help: remove this `mut` Oct 14 11:28:57.011 INFO kablam! | Oct 14 11:28:57.012 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:28:57.013 INFO kablam! Oct 14 11:28:57.023 INFO kablam! warning: variant is never constructed: `PacketNibble` Oct 14 11:28:57.023 INFO kablam! --> src/assembler/main.rs:85:3 Oct 14 11:28:57.024 INFO kablam! | Oct 14 11:28:57.025 INFO kablam! 85 | PacketNibble(u32), Oct 14 11:28:57.025 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:28:57.026 INFO kablam! | Oct 14 11:28:57.026 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:28:57.027 INFO kablam! Oct 14 11:28:57.028 INFO kablam! warning: variant is never constructed: `JumpLabel` Oct 14 11:28:57.028 INFO kablam! --> src/assembler/main.rs:86:3 Oct 14 11:28:57.029 INFO kablam! | Oct 14 11:28:57.030 INFO kablam! 86 | JumpLabel(&'a str), Oct 14 11:28:57.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:28:57.031 INFO kablam! Oct 14 11:28:57.032 INFO kablam! warning: variant is never constructed: `TwoBranch` Oct 14 11:28:57.032 INFO kablam! --> src/assembler/main.rs:87:3 Oct 14 11:28:57.033 INFO kablam! | Oct 14 11:28:57.033 INFO kablam! 87 | TwoBranch(&'a str, &'a str), Oct 14 11:28:57.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:28:57.034 INFO kablam! Oct 14 11:28:57.035 INFO kablam! warning: variant is never constructed: `OneBranch` Oct 14 11:28:57.036 INFO kablam! --> src/assembler/main.rs:88:3 Oct 14 11:28:57.036 INFO kablam! | Oct 14 11:28:57.037 INFO kablam! 88 | OneBranch(&'a str), Oct 14 11:28:57.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:28:57.038 INFO kablam! Oct 14 11:28:58.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.90s Oct 14 11:28:58.879 INFO kablam! su: No module specific data is present Oct 14 11:29:00.665 INFO running `"docker" "rm" "-f" "d686d3a83176d4db60c68d11b10b06e17a0a499c626df0c27667de662ae1a1aa"` Oct 14 11:29:01.003 INFO blam! d686d3a83176d4db60c68d11b10b06e17a0a499c626df0c27667de662ae1a1aa Oct 14 11:29:01.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:29:01.469 INFO blam! ff68aa2f9b3b3bd8095b610468f6659e5e580d76524f157bf0e1a64472e5078a Oct 14 11:29:01.471 INFO running `"docker" "start" "-a" "ff68aa2f9b3b3bd8095b610468f6659e5e580d76524f157bf0e1a64472e5078a"` Oct 14 11:29:03.931 INFO kablam! usermod: no changes Oct 14 11:29:04.055 INFO kablam! Compiling rust_bpf v0.1.0 (/source) Oct 14 11:29:04.473 INFO kablam! warning: unused import: `NativeEndian` Oct 14 11:29:04.474 INFO kablam! --> src/vm/machine.rs:8:34 Oct 14 11:29:04.474 INFO kablam! | Oct 14 11:29:04.475 INFO kablam! 8 | use self::byteorder::{BigEndian, NativeEndian, ReadBytesExt}; Oct 14 11:29:04.475 INFO kablam! | ^^^^^^^^^^^^ Oct 14 11:29:04.476 INFO kablam! | Oct 14 11:29:04.476 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 11:29:04.477 INFO kablam! Oct 14 11:29:04.765 INFO kablam! warning: unused variable: `instructions` Oct 14 11:29:04.766 INFO kablam! --> src/assembler/main.rs:146:11 Oct 14 11:29:04.767 INFO kablam! | Oct 14 11:29:04.767 INFO kablam! 146 | let mut instructions: Vec = Vec::new(); Oct 14 11:29:04.768 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_instructions` instead Oct 14 11:29:04.768 INFO kablam! | Oct 14 11:29:04.769 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:29:04.770 INFO kablam! Oct 14 11:29:04.770 INFO kablam! warning: unused variable: `op` Oct 14 11:29:04.770 INFO kablam! --> src/assembler/main.rs:158:9 Oct 14 11:29:04.770 INFO kablam! | Oct 14 11:29:04.770 INFO kablam! 158 | let op = instr.op.unwrap(); Oct 14 11:29:04.770 INFO kablam! | ^^ help: consider using `_op` instead Oct 14 11:29:04.772 INFO kablam! Oct 14 11:29:04.811 INFO kablam! warning: variable does not need to be mutable Oct 14 11:29:04.811 INFO kablam! --> src/assembler/main.rs:146:7 Oct 14 11:29:04.811 INFO kablam! | Oct 14 11:29:04.811 INFO kablam! 146 | let mut instructions: Vec = Vec::new(); Oct 14 11:29:04.811 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 11:29:04.811 INFO kablam! | | Oct 14 11:29:04.827 INFO kablam! | help: remove this `mut` Oct 14 11:29:04.827 INFO kablam! | Oct 14 11:29:04.828 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:29:04.829 INFO kablam! Oct 14 11:29:04.832 INFO kablam! warning: variant is never constructed: `PacketNibble` Oct 14 11:29:04.832 INFO kablam! --> src/assembler/main.rs:85:3 Oct 14 11:29:04.832 INFO kablam! | Oct 14 11:29:04.832 INFO kablam! 85 | PacketNibble(u32), Oct 14 11:29:04.832 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:29:04.833 INFO kablam! | Oct 14 11:29:04.834 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:29:04.834 INFO kablam! Oct 14 11:29:04.835 INFO kablam! warning: variant is never constructed: `JumpLabel` Oct 14 11:29:04.835 INFO kablam! --> src/assembler/main.rs:86:3 Oct 14 11:29:04.835 INFO kablam! | Oct 14 11:29:04.835 INFO kablam! 86 | JumpLabel(&'a str), Oct 14 11:29:04.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:29:04.836 INFO kablam! Oct 14 11:29:04.836 INFO kablam! warning: variant is never constructed: `TwoBranch` Oct 14 11:29:04.837 INFO kablam! --> src/assembler/main.rs:87:3 Oct 14 11:29:04.837 INFO kablam! | Oct 14 11:29:04.838 INFO kablam! 87 | TwoBranch(&'a str, &'a str), Oct 14 11:29:04.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:29:04.838 INFO kablam! Oct 14 11:29:04.839 INFO kablam! warning: variant is never constructed: `OneBranch` Oct 14 11:29:04.839 INFO kablam! --> src/assembler/main.rs:88:3 Oct 14 11:29:04.839 INFO kablam! | Oct 14 11:29:04.840 INFO kablam! 88 | OneBranch(&'a str), Oct 14 11:29:04.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 11:29:04.840 INFO kablam! Oct 14 11:29:06.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 14 11:29:06.740 INFO kablam! su: No module specific data is present Oct 14 11:29:08.349 INFO running `"docker" "rm" "-f" "ff68aa2f9b3b3bd8095b610468f6659e5e580d76524f157bf0e1a64472e5078a"` Oct 14 11:29:08.731 INFO blam! ff68aa2f9b3b3bd8095b610468f6659e5e580d76524f157bf0e1a64472e5078a Oct 14 11:29:08.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:29:09.202 INFO blam! 4468f4387494d3b68de49378a124397ec61ca3ad5d6e0abfaee02b7f5e6537c4 Oct 14 11:29:09.205 INFO running `"docker" "start" "-a" "4468f4387494d3b68de49378a124397ec61ca3ad5d6e0abfaee02b7f5e6537c4"` Oct 14 11:29:11.931 INFO kablam! usermod: no changes Oct 14 11:29:11.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 11:29:11.979 INFO kablam! Running /target/debug/deps/rust_bpf-c0aff2253a96e9a3 Oct 14 11:29:11.979 INFO blam! Oct 14 11:29:11.979 INFO blam! running 0 tests Oct 14 11:29:11.979 INFO blam! Oct 14 11:29:11.979 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:29:11.979 INFO blam! Oct 14 11:29:11.983 INFO blam! Oct 14 11:29:11.983 INFO kablam! Running /target/debug/deps/asm-030641497e50191d Oct 14 11:29:11.983 INFO blam! running 0 tests Oct 14 11:29:11.983 INFO kablam! Running /target/debug/deps/vm-cd48e7051724e6d2 Oct 14 11:29:11.983 INFO blam! Oct 14 11:29:11.983 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:29:11.983 INFO blam! Oct 14 11:29:11.983 INFO blam! Oct 14 11:29:11.983 INFO blam! running 22 tests Oct 14 11:29:11.987 INFO blam! test machine::tests::alu_imm ... ok Oct 14 11:29:11.987 INFO blam! test machine::tests::alu_index ... ok Oct 14 11:29:11.987 INFO blam! test machine::tests::jump ... ok Oct 14 11:29:11.995 INFO blam! test machine::tests::ldw ... ok Oct 14 11:29:11.995 INFO blam! test machine::tests::ldh ... ok Oct 14 11:29:11.995 INFO blam! test machine::tests::ldi ... ok Oct 14 11:29:11.995 INFO blam! test machine::tests::ldhm ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldbm ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldbi ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldhi ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldb ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldxl ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldwm ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldwi ... ok Oct 14 11:29:11.999 INFO blam! test machine::tests::ldxi ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::txa ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::tax ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::run_bytecode ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::st ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::stx ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::reta ... ok Oct 14 11:29:12.003 INFO blam! test machine::tests::retk ... ok Oct 14 11:29:12.003 INFO blam! Oct 14 11:29:12.003 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:29:12.003 INFO blam! Oct 14 11:29:12.003 INFO kablam! Doc-tests rust_bpf Oct 14 11:29:12.335 INFO blam! Oct 14 11:29:12.335 INFO blam! running 0 tests Oct 14 11:29:12.335 INFO blam! Oct 14 11:29:12.335 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:29:12.335 INFO blam! Oct 14 11:29:12.351 INFO kablam! su: No module specific data is present Oct 14 11:29:13.639 INFO running `"docker" "rm" "-f" "4468f4387494d3b68de49378a124397ec61ca3ad5d6e0abfaee02b7f5e6537c4"` Oct 14 11:29:13.993 INFO blam! 4468f4387494d3b68de49378a124397ec61ca3ad5d6e0abfaee02b7f5e6537c4