Oct 15 10:07:24.168 INFO testing Incognitas/Orion against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:07:24.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 10:07:24.588 INFO blam! 8b5386769a38f3863e8f6019ade69c39090e55987f820aa4b69507723731edbc Oct 15 10:07:24.603 INFO running `"docker" "start" "-a" "8b5386769a38f3863e8f6019ade69c39090e55987f820aa4b69507723731edbc"` Oct 15 10:07:25.319 INFO kablam! usermod: no changes Oct 15 10:07:25.355 INFO kablam! Compiling rustjcvm v0.1.0 (/source) Oct 15 10:07:25.767 INFO kablam! warning: unused import: `bytecodes::bytecode` Oct 15 10:07:25.767 INFO kablam! --> src/interpreterutils.rs:1:5 Oct 15 10:07:25.767 INFO kablam! | Oct 15 10:07:25.767 INFO kablam! 1 | use bytecodes::bytecode; Oct 15 10:07:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:25.767 INFO kablam! | Oct 15 10:07:25.767 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:07:25.767 INFO kablam! Oct 15 10:07:25.879 INFO kablam! warning: unreachable expression Oct 15 10:07:25.879 INFO kablam! --> src/exceptions.rs:18:5 Oct 15 10:07:25.879 INFO kablam! | Oct 15 10:07:25.879 INFO kablam! 18 | Ok(()) Oct 15 10:07:25.879 INFO kablam! | ^^^^^^ Oct 15 10:07:25.879 INFO kablam! | Oct 15 10:07:25.879 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:07:25.879 INFO kablam! Oct 15 10:07:25.879 INFO kablam! warning: unreachable expression Oct 15 10:07:25.880 INFO kablam! --> src/exceptions.rs:27:5 Oct 15 10:07:25.880 INFO kablam! | Oct 15 10:07:25.880 INFO kablam! 27 | Ok(()) Oct 15 10:07:25.880 INFO kablam! | ^^^^^^ Oct 15 10:07:25.880 INFO kablam! Oct 15 10:07:25.997 INFO kablam! warning: unused variable: `index` Oct 15 10:07:25.997 INFO kablam! --> src/interpreterutils.rs:181:9 Oct 15 10:07:25.997 INFO kablam! | Oct 15 10:07:25.997 INFO kablam! 181 | let index = execution_context Oct 15 10:07:25.997 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 10:07:25.997 INFO kablam! | Oct 15 10:07:25.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:07:25.999 INFO kablam! Oct 15 10:07:25.999 INFO kablam! warning: unused variable: `result` Oct 15 10:07:25.999 INFO kablam! --> src/stack.rs:107:13 Oct 15 10:07:25.999 INFO kablam! | Oct 15 10:07:25.999 INFO kablam! 107 | let result = match self.pop() { Oct 15 10:07:25.999 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 10:07:25.999 INFO kablam! Oct 15 10:07:26.064 INFO kablam! warning: field is never used: `persistent` Oct 15 10:07:26.064 INFO kablam! --> src/objects.rs:14:5 Oct 15 10:07:26.064 INFO kablam! | Oct 15 10:07:26.064 INFO kablam! 14 | persistent: bool, Oct 15 10:07:26.064 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:07:26.064 INFO kablam! | Oct 15 10:07:26.064 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:07:26.066 INFO kablam! Oct 15 10:07:26.078 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.078 INFO kablam! --> src/interpreter.rs:165:17 Oct 15 10:07:26.078 INFO kablam! | Oct 15 10:07:26.078 INFO kablam! 165 | xaload(execution_context, constants::PrimitiveType::REFERENCE); Oct 15 10:07:26.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.078 INFO kablam! | Oct 15 10:07:26.078 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:168:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 168 | xaload(execution_context, constants::PrimitiveType::BYTE); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:171:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 171 | xaload(execution_context, constants::PrimitiveType::SHORT); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:174:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 174 | xaload(execution_context, constants::PrimitiveType::INTEGER); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:211:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 211 | xastore(execution_context, constants::PrimitiveType::REFERENCE); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:214:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 214 | xastore(execution_context, constants::PrimitiveType::BYTE); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:217:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 217 | xastore(execution_context, constants::PrimitiveType::SHORT); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.080 INFO kablam! Oct 15 10:07:26.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:26.080 INFO kablam! --> src/interpreter.rs:220:17 Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! 220 | xastore(execution_context, constants::PrimitiveType::INTEGER); Oct 15 10:07:26.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:26.080 INFO kablam! | Oct 15 10:07:26.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:26.081 INFO kablam! Oct 15 10:07:27.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 15 10:07:27.305 INFO kablam! su: No module specific data is present Oct 15 10:07:27.829 INFO running `"docker" "rm" "-f" "8b5386769a38f3863e8f6019ade69c39090e55987f820aa4b69507723731edbc"` Oct 15 10:07:28.018 INFO blam! 8b5386769a38f3863e8f6019ade69c39090e55987f820aa4b69507723731edbc Oct 15 10:07:28.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 10:07:28.292 INFO blam! beecd6aae3f47c73be51b2e882eaef5ebe2341be455ea4d5a844b35a563fc091 Oct 15 10:07:28.303 INFO running `"docker" "start" "-a" "beecd6aae3f47c73be51b2e882eaef5ebe2341be455ea4d5a844b35a563fc091"` Oct 15 10:07:29.063 INFO kablam! usermod: no changes Oct 15 10:07:29.155 INFO kablam! Compiling rustjcvm v0.1.0 (/source) Oct 15 10:07:29.695 INFO kablam! warning: unused import: `bytecodes::bytecode` Oct 15 10:07:29.695 INFO kablam! --> src/interpreterutils.rs:1:5 Oct 15 10:07:29.696 INFO kablam! | Oct 15 10:07:29.703 INFO kablam! 1 | use bytecodes::bytecode; Oct 15 10:07:29.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:29.704 INFO kablam! | Oct 15 10:07:29.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:07:29.704 INFO kablam! Oct 15 10:07:29.750 INFO kablam! warning: unused import: `objects::JCVMObject` Oct 15 10:07:29.751 INFO kablam! --> tests/store_opcodes_tests.rs:8:5 Oct 15 10:07:29.754 INFO kablam! | Oct 15 10:07:29.755 INFO kablam! 8 | use objects::JCVMObject; Oct 15 10:07:29.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:29.755 INFO kablam! | Oct 15 10:07:29.756 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:07:29.756 INFO kablam! Oct 15 10:07:29.757 INFO kablam! warning: unused import: `traits::BufferAccessor` Oct 15 10:07:29.757 INFO kablam! --> tests/store_opcodes_tests.rs:9:5 Oct 15 10:07:29.758 INFO kablam! | Oct 15 10:07:29.758 INFO kablam! 9 | use traits::BufferAccessor; Oct 15 10:07:29.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:29.758 INFO kablam! Oct 15 10:07:30.033 INFO kablam! warning: unreachable expression Oct 15 10:07:30.033 INFO kablam! --> src/exceptions.rs:18:5 Oct 15 10:07:30.033 INFO kablam! | Oct 15 10:07:30.033 INFO kablam! 18 | Ok(()) Oct 15 10:07:30.034 INFO kablam! | ^^^^^^ Oct 15 10:07:30.034 INFO kablam! | Oct 15 10:07:30.034 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 10:07:30.034 INFO kablam! Oct 15 10:07:30.035 INFO kablam! warning: unreachable expression Oct 15 10:07:30.036 INFO kablam! --> src/exceptions.rs:27:5 Oct 15 10:07:30.036 INFO kablam! | Oct 15 10:07:30.036 INFO kablam! 27 | Ok(()) Oct 15 10:07:30.037 INFO kablam! | ^^^^^^ Oct 15 10:07:30.037 INFO kablam! Oct 15 10:07:30.331 INFO kablam! warning: unused variable: `index` Oct 15 10:07:30.331 INFO kablam! --> src/interpreterutils.rs:181:9 Oct 15 10:07:30.331 INFO kablam! | Oct 15 10:07:30.331 INFO kablam! 181 | let index = execution_context Oct 15 10:07:30.331 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 15 10:07:30.341 INFO kablam! | Oct 15 10:07:30.341 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:07:30.341 INFO kablam! Oct 15 10:07:30.341 INFO kablam! warning: unused variable: `result` Oct 15 10:07:30.341 INFO kablam! --> src/stack.rs:107:13 Oct 15 10:07:30.341 INFO kablam! | Oct 15 10:07:30.341 INFO kablam! 107 | let result = match self.pop() { Oct 15 10:07:30.341 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 15 10:07:30.341 INFO kablam! Oct 15 10:07:30.387 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 10:07:30.387 INFO kablam! --> tests/load_opcodes_tests.rs:250:26 Oct 15 10:07:30.387 INFO kablam! | Oct 15 10:07:30.387 INFO kablam! 250 | .write_s(((idx as usize) * size_one_entry), exp_value as i16) Oct 15 10:07:30.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:07:30.387 INFO kablam! | Oct 15 10:07:30.387 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:07:30.387 INFO kablam! Oct 15 10:07:30.475 INFO kablam! warning: field is never used: `persistent` Oct 15 10:07:30.475 INFO kablam! --> src/objects.rs:14:5 Oct 15 10:07:30.475 INFO kablam! | Oct 15 10:07:30.475 INFO kablam! 14 | persistent: bool, Oct 15 10:07:30.475 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 10:07:30.475 INFO kablam! | Oct 15 10:07:30.475 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:07:30.475 INFO kablam! Oct 15 10:07:30.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.502 INFO kablam! --> src/interpreter.rs:165:17 Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! 165 | xaload(execution_context, constants::PrimitiveType::REFERENCE); Oct 15 10:07:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:07:30.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.502 INFO kablam! Oct 15 10:07:30.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.502 INFO kablam! --> src/interpreter.rs:168:17 Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! 168 | xaload(execution_context, constants::PrimitiveType::BYTE); Oct 15 10:07:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.502 INFO kablam! Oct 15 10:07:30.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.502 INFO kablam! --> src/interpreter.rs:171:17 Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! 171 | xaload(execution_context, constants::PrimitiveType::SHORT); Oct 15 10:07:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.502 INFO kablam! Oct 15 10:07:30.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.502 INFO kablam! --> src/interpreter.rs:174:17 Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! 174 | xaload(execution_context, constants::PrimitiveType::INTEGER); Oct 15 10:07:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.502 INFO kablam! Oct 15 10:07:30.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.502 INFO kablam! --> src/interpreter.rs:211:17 Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! 211 | xastore(execution_context, constants::PrimitiveType::REFERENCE); Oct 15 10:07:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.502 INFO kablam! Oct 15 10:07:30.502 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.502 INFO kablam! --> src/interpreter.rs:214:17 Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! 214 | xastore(execution_context, constants::PrimitiveType::BYTE); Oct 15 10:07:30.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.502 INFO kablam! | Oct 15 10:07:30.502 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.503 INFO kablam! Oct 15 10:07:30.503 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.503 INFO kablam! --> src/interpreter.rs:217:17 Oct 15 10:07:30.503 INFO kablam! | Oct 15 10:07:30.503 INFO kablam! 217 | xastore(execution_context, constants::PrimitiveType::SHORT); Oct 15 10:07:30.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.503 INFO kablam! | Oct 15 10:07:30.503 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.503 INFO kablam! Oct 15 10:07:30.503 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:07:30.503 INFO kablam! --> src/interpreter.rs:220:17 Oct 15 10:07:30.503 INFO kablam! | Oct 15 10:07:30.503 INFO kablam! 220 | xastore(execution_context, constants::PrimitiveType::INTEGER); Oct 15 10:07:30.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:30.507 INFO kablam! | Oct 15 10:07:30.507 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:07:30.507 INFO kablam! Oct 15 10:07:32.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.92s Oct 15 10:07:32.026 INFO kablam! su: No module specific data is present Oct 15 10:07:32.628 INFO running `"docker" "rm" "-f" "beecd6aae3f47c73be51b2e882eaef5ebe2341be455ea4d5a844b35a563fc091"` Oct 15 10:07:32.707 INFO blam! beecd6aae3f47c73be51b2e882eaef5ebe2341be455ea4d5a844b35a563fc091 Oct 15 10:07:32.709 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 10:07:32.888 INFO blam! 3d82ef6f6869bfe4be2cf9522909feb365b4f3875dfc14a7504ef620c0d8a4ea Oct 15 10:07:32.890 INFO running `"docker" "start" "-a" "3d82ef6f6869bfe4be2cf9522909feb365b4f3875dfc14a7504ef620c0d8a4ea"` Oct 15 10:07:33.537 INFO kablam! usermod: no changes Oct 15 10:07:33.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 10:07:33.560 INFO kablam! Running /target/debug/deps/interpreterlib-cdfea966a7e3406b Oct 15 10:07:33.563 INFO kablam! Running /target/debug/deps/rustjcvm-7801d39b3d7890cf Oct 15 10:07:33.563 INFO blam! Oct 15 10:07:33.563 INFO blam! running 0 tests Oct 15 10:07:33.563 INFO blam! Oct 15 10:07:33.563 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:33.563 INFO blam! Oct 15 10:07:33.563 INFO blam! Oct 15 10:07:33.563 INFO blam! running 0 tests Oct 15 10:07:33.563 INFO blam! Oct 15 10:07:33.563 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:33.563 INFO blam! Oct 15 10:07:33.565 INFO blam! Oct 15 10:07:33.565 INFO kablam! Running /target/debug/deps/basic_stack_operations-327fae9be81bf918 Oct 15 10:07:33.565 INFO blam! running 9 tests Oct 15 10:07:33.565 INFO blam! test opcode_bipush_test ... ok Oct 15 10:07:33.565 INFO blam! test opcode_sconst_x_test ... ok Oct 15 10:07:33.566 INFO blam! test opcode_iipush_test ... ok Oct 15 10:07:33.566 INFO blam! test opcode_bspush_test ... ok Oct 15 10:07:33.567 INFO blam! test opcode_sipush_test ... ok Oct 15 10:07:33.567 INFO blam! test opcode_iconst_x_test ... ok Oct 15 10:07:33.567 INFO blam! test opcode_aconst_null_test ... ok Oct 15 10:07:33.567 INFO blam! test opcode_sspush_test ... ok Oct 15 10:07:33.582 INFO blam! test nop_test ... ok Oct 15 10:07:33.582 INFO blam! Oct 15 10:07:33.582 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:33.582 INFO blam! Oct 15 10:07:33.582 INFO kablam! Running /target/debug/deps/load_opcodes_tests-2e54ec29b520ac60 Oct 15 10:07:33.587 INFO blam! Oct 15 10:07:33.587 INFO blam! running 10 tests Oct 15 10:07:33.587 INFO blam! test opcode_aaload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_aload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_baload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_iload_x_tests ... ok Oct 15 10:07:33.587 INFO blam! test opcode_iaload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_iload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_saload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_sload_test ... ok Oct 15 10:07:33.587 INFO blam! test opcode_aload_x_tests ... ok Oct 15 10:07:33.587 INFO blam! test opcode_sload_x_tests ... ok Oct 15 10:07:33.587 INFO blam! Oct 15 10:07:33.588 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:33.588 INFO blam! Oct 15 10:07:33.589 INFO blam! Oct 15 10:07:33.589 INFO kablam! Running /target/debug/deps/store_opcodes_tests-0b07ccf8ea7f30d5 Oct 15 10:07:33.589 INFO blam! running 9 tests Oct 15 10:07:33.590 INFO blam! test opcode_astore_test_nominal ... ok Oct 15 10:07:33.590 INFO blam! test opcode_istore_x_test ... ok Oct 15 10:07:33.590 INFO blam! test opcode_astore_x_test ... ok Oct 15 10:07:33.591 INFO blam! test opcode_istore_test_nominal ... ok Oct 15 10:07:33.591 INFO blam! test opcode_sstore_x_test ... ok Oct 15 10:07:33.595 INFO blam! test opcode_sstore_test_nominal ... ok Oct 15 10:07:33.614 INFO blam! test opcode_astore_test_bad_type ... ok Oct 15 10:07:33.614 INFO kablam! Doc-tests interpreterlib Oct 15 10:07:33.614 INFO blam! test opcode_istore_test_bad_type ... ok Oct 15 10:07:33.614 INFO blam! test opcode_sstore_test_bad_type ... ok Oct 15 10:07:33.614 INFO blam! Oct 15 10:07:33.614 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:33.614 INFO blam! Oct 15 10:07:34.212 INFO blam! Oct 15 10:07:34.212 INFO blam! running 0 tests Oct 15 10:07:34.212 INFO blam! Oct 15 10:07:34.212 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:34.212 INFO blam! Oct 15 10:07:34.220 INFO kablam! su: No module specific data is present Oct 15 10:07:34.571 INFO running `"docker" "rm" "-f" "3d82ef6f6869bfe4be2cf9522909feb365b4f3875dfc14a7504ef620c0d8a4ea"` Oct 15 10:07:34.726 INFO blam! 3d82ef6f6869bfe4be2cf9522909feb365b4f3875dfc14a7504ef620c0d8a4ea