Oct 11 06:18:02.457 INFO testing Incognitas/Orion against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:18:02.457 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:18:02.458 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 11 06:18:02.654 INFO blam! 1790d7da524d4dc5f2677668869cae6536e0a00e2349b1c548dce840ddd0eaca Oct 11 06:18:02.655 INFO running `"docker" "start" "-a" "1790d7da524d4dc5f2677668869cae6536e0a00e2349b1c548dce840ddd0eaca"` Oct 11 06:18:03.141 INFO kablam! usermod: no changes Oct 11 06:18:03.172 INFO kablam! Compiling rustjcvm v0.1.0 (/source) Oct 11 06:18:03.668 INFO kablam! warning: unused import: `bytecodes::bytecode` Oct 11 06:18:03.668 INFO kablam! --> src/interpreterutils.rs:1:5 Oct 11 06:18:03.668 INFO kablam! | Oct 11 06:18:03.668 INFO kablam! 1 | use bytecodes::bytecode; Oct 11 06:18:03.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.668 INFO kablam! | Oct 11 06:18:03.668 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:18:03.669 INFO kablam! Oct 11 06:18:03.760 INFO kablam! warning: unreachable expression Oct 11 06:18:03.760 INFO kablam! --> src/exceptions.rs:18:5 Oct 11 06:18:03.760 INFO kablam! | Oct 11 06:18:03.761 INFO kablam! 18 | Ok(()) Oct 11 06:18:03.761 INFO kablam! | ^^^^^^ Oct 11 06:18:03.761 INFO kablam! | Oct 11 06:18:03.761 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 06:18:03.761 INFO kablam! Oct 11 06:18:03.761 INFO kablam! warning: unreachable expression Oct 11 06:18:03.761 INFO kablam! --> src/exceptions.rs:27:5 Oct 11 06:18:03.761 INFO kablam! | Oct 11 06:18:03.761 INFO kablam! 27 | Ok(()) Oct 11 06:18:03.761 INFO kablam! | ^^^^^^ Oct 11 06:18:03.761 INFO kablam! Oct 11 06:18:03.874 INFO kablam! warning: unused variable: `index` Oct 11 06:18:03.874 INFO kablam! --> src/interpreterutils.rs:181:9 Oct 11 06:18:03.874 INFO kablam! | Oct 11 06:18:03.874 INFO kablam! 181 | let index = execution_context Oct 11 06:18:03.874 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 06:18:03.874 INFO kablam! | Oct 11 06:18:03.874 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:18:03.874 INFO kablam! Oct 11 06:18:03.876 INFO kablam! warning: unused variable: `result` Oct 11 06:18:03.876 INFO kablam! --> src/stack.rs:107:13 Oct 11 06:18:03.876 INFO kablam! | Oct 11 06:18:03.876 INFO kablam! 107 | let result = match self.pop() { Oct 11 06:18:03.876 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 06:18:03.876 INFO kablam! Oct 11 06:18:03.940 INFO kablam! warning: field is never used: `persistent` Oct 11 06:18:03.940 INFO kablam! --> src/objects.rs:14:5 Oct 11 06:18:03.940 INFO kablam! | Oct 11 06:18:03.940 INFO kablam! 14 | persistent: bool, Oct 11 06:18:03.940 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:18:03.940 INFO kablam! | Oct 11 06:18:03.940 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:18:03.940 INFO kablam! Oct 11 06:18:03.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.951 INFO kablam! --> src/interpreter.rs:165:17 Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! 165 | xaload(execution_context, constants::PrimitiveType::REFERENCE); Oct 11 06:18:03.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:18:03.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.951 INFO kablam! Oct 11 06:18:03.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.951 INFO kablam! --> src/interpreter.rs:168:17 Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! 168 | xaload(execution_context, constants::PrimitiveType::BYTE); Oct 11 06:18:03.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.951 INFO kablam! Oct 11 06:18:03.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.951 INFO kablam! --> src/interpreter.rs:171:17 Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! 171 | xaload(execution_context, constants::PrimitiveType::SHORT); Oct 11 06:18:03.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.951 INFO kablam! Oct 11 06:18:03.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.951 INFO kablam! --> src/interpreter.rs:174:17 Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! 174 | xaload(execution_context, constants::PrimitiveType::INTEGER); Oct 11 06:18:03.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.951 INFO kablam! Oct 11 06:18:03.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.951 INFO kablam! --> src/interpreter.rs:211:17 Oct 11 06:18:03.951 INFO kablam! | Oct 11 06:18:03.951 INFO kablam! 211 | xastore(execution_context, constants::PrimitiveType::REFERENCE); Oct 11 06:18:03.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.952 INFO kablam! Oct 11 06:18:03.952 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.952 INFO kablam! --> src/interpreter.rs:214:17 Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! 214 | xastore(execution_context, constants::PrimitiveType::BYTE); Oct 11 06:18:03.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.952 INFO kablam! Oct 11 06:18:03.952 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.952 INFO kablam! --> src/interpreter.rs:217:17 Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! 217 | xastore(execution_context, constants::PrimitiveType::SHORT); Oct 11 06:18:03.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.952 INFO kablam! Oct 11 06:18:03.952 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:03.952 INFO kablam! --> src/interpreter.rs:220:17 Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! 220 | xastore(execution_context, constants::PrimitiveType::INTEGER); Oct 11 06:18:03.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:03.952 INFO kablam! | Oct 11 06:18:03.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:03.952 INFO kablam! Oct 11 06:18:05.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Oct 11 06:18:05.644 INFO kablam! su: No module specific data is present Oct 11 06:18:06.162 INFO running `"docker" "rm" "-f" "1790d7da524d4dc5f2677668869cae6536e0a00e2349b1c548dce840ddd0eaca"` Oct 11 06:18:06.408 INFO blam! 1790d7da524d4dc5f2677668869cae6536e0a00e2349b1c548dce840ddd0eaca Oct 11 06:18:06.410 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:18:06.410 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 11 06:18:06.824 INFO blam! fa5b56c8b65a34fe749c738647fe846b431b97398b90ac47476c53126e09fce6 Oct 11 06:18:06.825 INFO running `"docker" "start" "-a" "fa5b56c8b65a34fe749c738647fe846b431b97398b90ac47476c53126e09fce6"` Oct 11 06:18:08.144 INFO kablam! usermod: no changes Oct 11 06:18:08.192 INFO kablam! Compiling rustjcvm v0.1.0 (/source) Oct 11 06:18:11.086 INFO kablam! warning: unused import: `bytecodes::bytecode` Oct 11 06:18:11.086 INFO kablam! --> src/interpreterutils.rs:1:5 Oct 11 06:18:11.086 INFO kablam! | Oct 11 06:18:11.086 INFO kablam! 1 | use bytecodes::bytecode; Oct 11 06:18:11.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:11.086 INFO kablam! | Oct 11 06:18:11.086 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:18:11.086 INFO kablam! Oct 11 06:18:11.140 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 06:18:11.140 INFO kablam! --> tests/load_opcodes_tests.rs:250:26 Oct 11 06:18:11.140 INFO kablam! | Oct 11 06:18:11.140 INFO kablam! 250 | .write_s(((idx as usize) * size_one_entry), exp_value as i16) Oct 11 06:18:11.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:18:11.140 INFO kablam! | Oct 11 06:18:11.140 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:18:11.140 INFO kablam! Oct 11 06:18:11.404 INFO kablam! warning: unused import: `objects::JCVMObject` Oct 11 06:18:11.404 INFO kablam! --> tests/store_opcodes_tests.rs:8:5 Oct 11 06:18:11.404 INFO kablam! | Oct 11 06:18:11.404 INFO kablam! 8 | use objects::JCVMObject; Oct 11 06:18:11.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:11.408 INFO kablam! | Oct 11 06:18:11.408 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:18:11.408 INFO kablam! Oct 11 06:18:11.408 INFO kablam! warning: unused import: `traits::BufferAccessor` Oct 11 06:18:11.408 INFO kablam! --> tests/store_opcodes_tests.rs:9:5 Oct 11 06:18:11.408 INFO kablam! | Oct 11 06:18:11.408 INFO kablam! 9 | use traits::BufferAccessor; Oct 11 06:18:11.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:11.408 INFO kablam! Oct 11 06:18:11.554 INFO kablam! warning: unreachable expression Oct 11 06:18:11.554 INFO kablam! --> src/exceptions.rs:18:5 Oct 11 06:18:11.554 INFO kablam! | Oct 11 06:18:11.554 INFO kablam! 18 | Ok(()) Oct 11 06:18:11.554 INFO kablam! | ^^^^^^ Oct 11 06:18:11.554 INFO kablam! | Oct 11 06:18:11.554 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 06:18:11.554 INFO kablam! Oct 11 06:18:11.556 INFO kablam! warning: unreachable expression Oct 11 06:18:11.556 INFO kablam! --> src/exceptions.rs:27:5 Oct 11 06:18:11.556 INFO kablam! | Oct 11 06:18:11.556 INFO kablam! 27 | Ok(()) Oct 11 06:18:11.556 INFO kablam! | ^^^^^^ Oct 11 06:18:11.556 INFO kablam! Oct 11 06:18:12.070 INFO kablam! warning: unused variable: `index` Oct 11 06:18:12.070 INFO kablam! --> src/interpreterutils.rs:181:9 Oct 11 06:18:12.070 INFO kablam! | Oct 11 06:18:12.070 INFO kablam! 181 | let index = execution_context Oct 11 06:18:12.070 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 11 06:18:12.070 INFO kablam! | Oct 11 06:18:12.070 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:18:12.070 INFO kablam! Oct 11 06:18:12.073 INFO kablam! warning: unused variable: `result` Oct 11 06:18:12.073 INFO kablam! --> src/stack.rs:107:13 Oct 11 06:18:12.073 INFO kablam! | Oct 11 06:18:12.073 INFO kablam! 107 | let result = match self.pop() { Oct 11 06:18:12.073 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 11 06:18:12.073 INFO kablam! Oct 11 06:18:12.180 INFO kablam! warning: field is never used: `persistent` Oct 11 06:18:12.180 INFO kablam! --> src/objects.rs:14:5 Oct 11 06:18:12.181 INFO kablam! | Oct 11 06:18:12.181 INFO kablam! 14 | persistent: bool, Oct 11 06:18:12.181 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:18:12.181 INFO kablam! | Oct 11 06:18:12.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:18:12.181 INFO kablam! Oct 11 06:18:12.216 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.216 INFO kablam! --> src/interpreter.rs:165:17 Oct 11 06:18:12.216 INFO kablam! | Oct 11 06:18:12.216 INFO kablam! 165 | xaload(execution_context, constants::PrimitiveType::REFERENCE); Oct 11 06:18:12.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.216 INFO kablam! | Oct 11 06:18:12.216 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 06:18:12.216 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.216 INFO kablam! Oct 11 06:18:12.216 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.216 INFO kablam! --> src/interpreter.rs:168:17 Oct 11 06:18:12.216 INFO kablam! | Oct 11 06:18:12.216 INFO kablam! 168 | xaload(execution_context, constants::PrimitiveType::BYTE); Oct 11 06:18:12.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.216 INFO kablam! | Oct 11 06:18:12.217 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.217 INFO kablam! Oct 11 06:18:12.217 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.217 INFO kablam! --> src/interpreter.rs:171:17 Oct 11 06:18:12.217 INFO kablam! | Oct 11 06:18:12.217 INFO kablam! 171 | xaload(execution_context, constants::PrimitiveType::SHORT); Oct 11 06:18:12.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.217 INFO kablam! | Oct 11 06:18:12.217 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.217 INFO kablam! Oct 11 06:18:12.217 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.217 INFO kablam! --> src/interpreter.rs:174:17 Oct 11 06:18:12.217 INFO kablam! | Oct 11 06:18:12.217 INFO kablam! 174 | xaload(execution_context, constants::PrimitiveType::INTEGER); Oct 11 06:18:12.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.217 INFO kablam! | Oct 11 06:18:12.217 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.217 INFO kablam! Oct 11 06:18:12.217 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.217 INFO kablam! --> src/interpreter.rs:211:17 Oct 11 06:18:12.217 INFO kablam! | Oct 11 06:18:12.218 INFO kablam! 211 | xastore(execution_context, constants::PrimitiveType::REFERENCE); Oct 11 06:18:12.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.218 INFO kablam! | Oct 11 06:18:12.218 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.218 INFO kablam! Oct 11 06:18:12.218 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.218 INFO kablam! --> src/interpreter.rs:214:17 Oct 11 06:18:12.218 INFO kablam! | Oct 11 06:18:12.218 INFO kablam! 214 | xastore(execution_context, constants::PrimitiveType::BYTE); Oct 11 06:18:12.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.218 INFO kablam! | Oct 11 06:18:12.218 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.218 INFO kablam! Oct 11 06:18:12.218 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.218 INFO kablam! --> src/interpreter.rs:217:17 Oct 11 06:18:12.218 INFO kablam! | Oct 11 06:18:12.218 INFO kablam! 217 | xastore(execution_context, constants::PrimitiveType::SHORT); Oct 11 06:18:12.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.218 INFO kablam! | Oct 11 06:18:12.218 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.218 INFO kablam! Oct 11 06:18:12.218 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 06:18:12.219 INFO kablam! --> src/interpreter.rs:220:17 Oct 11 06:18:12.219 INFO kablam! | Oct 11 06:18:12.219 INFO kablam! 220 | xastore(execution_context, constants::PrimitiveType::INTEGER); Oct 11 06:18:12.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:18:12.219 INFO kablam! | Oct 11 06:18:12.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 06:18:12.219 INFO kablam! Oct 11 06:18:13.165 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.00s Oct 11 06:18:13.169 INFO kablam! su: No module specific data is present Oct 11 06:18:13.874 INFO running `"docker" "rm" "-f" "fa5b56c8b65a34fe749c738647fe846b431b97398b90ac47476c53126e09fce6"` Oct 11 06:18:14.316 INFO blam! fa5b56c8b65a34fe749c738647fe846b431b97398b90ac47476c53126e09fce6 Oct 11 06:18:14.330 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:18:14.330 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 11 06:18:14.717 INFO blam! 4bc1a6483a94f839edaef85fed23721ae5b6c0bd28451b281cd98b832c1a3851 Oct 11 06:18:14.732 INFO running `"docker" "start" "-a" "4bc1a6483a94f839edaef85fed23721ae5b6c0bd28451b281cd98b832c1a3851"` Oct 11 06:18:16.108 INFO kablam! usermod: no changes Oct 11 06:18:16.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 06:18:16.152 INFO kablam! Running /target/debug/deps/interpreterlib-e4122083fad6ef4f Oct 11 06:18:16.160 INFO blam! Oct 11 06:18:16.160 INFO blam! running 0 tests Oct 11 06:18:16.161 INFO blam! Oct 11 06:18:16.161 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:18:16.161 INFO blam! Oct 11 06:18:16.176 INFO kablam! Running /target/debug/deps/rustjcvm-ed3ef8b01234fe8b Oct 11 06:18:16.178 INFO blam! Oct 11 06:18:16.178 INFO blam! running 0 tests Oct 11 06:18:16.178 INFO blam! Oct 11 06:18:16.178 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:18:16.178 INFO blam! Oct 11 06:18:16.184 INFO blam! Oct 11 06:18:16.184 INFO kablam! Running /target/debug/deps/basic_stack_operations-f5ca262291e777c3 Oct 11 06:18:16.184 INFO blam! running 9 tests Oct 11 06:18:16.191 INFO blam! test opcode_bipush_test ... ok Oct 11 06:18:16.191 INFO blam! test opcode_sipush_test ... ok Oct 11 06:18:16.208 INFO blam! test opcode_aconst_null_test ... ok Oct 11 06:18:16.208 INFO blam! test opcode_iconst_x_test ... ok Oct 11 06:18:16.216 INFO blam! test opcode_sspush_test ... ok Oct 11 06:18:16.216 INFO blam! test opcode_bspush_test ... ok Oct 11 06:18:16.217 INFO blam! test opcode_iipush_test ... ok Oct 11 06:18:16.217 INFO blam! test opcode_sconst_x_test ... ok Oct 11 06:18:16.217 INFO blam! test nop_test ... ok Oct 11 06:18:16.217 INFO blam! Oct 11 06:18:16.217 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:18:16.217 INFO blam! Oct 11 06:18:16.224 INFO kablam! Running /target/debug/deps/load_opcodes_tests-64681f97924c9265 Oct 11 06:18:16.228 INFO blam! Oct 11 06:18:16.228 INFO blam! running 10 tests Oct 11 06:18:16.229 INFO blam! test opcode_baload_test ... ok Oct 11 06:18:16.229 INFO blam! test opcode_iaload_test ... ok Oct 11 06:18:16.229 INFO blam! test opcode_iload_x_tests ... ok Oct 11 06:18:16.229 INFO blam! test opcode_aload_x_tests ... ok Oct 11 06:18:16.230 INFO blam! test opcode_iload_test ... ok Oct 11 06:18:16.230 INFO blam! test opcode_aload_test ... ok Oct 11 06:18:16.230 INFO blam! test opcode_aaload_test ... ok Oct 11 06:18:16.236 INFO blam! test opcode_saload_test ... ok Oct 11 06:18:16.237 INFO blam! test opcode_sload_test ... ok Oct 11 06:18:16.237 INFO blam! test opcode_sload_x_tests ... ok Oct 11 06:18:16.237 INFO blam! Oct 11 06:18:16.237 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:18:16.237 INFO blam! Oct 11 06:18:16.240 INFO blam! Oct 11 06:18:16.240 INFO kablam! Running /target/debug/deps/store_opcodes_tests-d09eb0b3152e177e Oct 11 06:18:16.240 INFO blam! running 9 tests Oct 11 06:18:16.308 INFO blam! test opcode_astore_x_test ... ok Oct 11 06:18:16.308 INFO blam! test opcode_istore_x_test ... ok Oct 11 06:18:16.308 INFO blam! test opcode_istore_test_nominal ... ok Oct 11 06:18:16.308 INFO blam! test opcode_astore_test_nominal ... ok Oct 11 06:18:16.308 INFO blam! test opcode_istore_test_bad_type ... ok Oct 11 06:18:16.308 INFO blam! test opcode_astore_test_bad_type ... ok Oct 11 06:18:16.312 INFO blam! test opcode_sstore_x_test ... ok Oct 11 06:18:16.312 INFO kablam! Doc-tests interpreterlib Oct 11 06:18:16.312 INFO blam! test opcode_sstore_test_nominal ... ok Oct 11 06:18:16.312 INFO blam! test opcode_sstore_test_bad_type ... ok Oct 11 06:18:16.312 INFO blam! Oct 11 06:18:16.312 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:18:16.312 INFO blam! Oct 11 06:18:17.668 INFO blam! Oct 11 06:18:17.668 INFO kablam! su: No module specific data is present Oct 11 06:18:17.668 INFO blam! running 0 tests Oct 11 06:18:17.668 INFO blam! Oct 11 06:18:17.668 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:18:17.668 INFO blam! Oct 11 06:18:18.376 INFO running `"docker" "rm" "-f" "4bc1a6483a94f839edaef85fed23721ae5b6c0bd28451b281cd98b832c1a3851"` Oct 11 06:18:18.688 INFO blam! 4bc1a6483a94f839edaef85fed23721ae5b6c0bd28451b281cd98b832c1a3851