Oct 16 12:04:24.432 INFO testing esvm-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:04:24.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:04:24.927 INFO blam! 6e19228e1c9f3cfb2de6f256f99e3fe61dac2708b4519388c5aca610db2b17b1 Oct 16 12:04:24.943 INFO running `"docker" "start" "-a" "6e19228e1c9f3cfb2de6f256f99e3fe61dac2708b4519388c5aca610db2b17b1"` Oct 16 12:04:26.310 INFO kablam! usermod: no changes Oct 16 12:04:26.459 INFO kablam! Compiling generic-array v0.7.3 Oct 16 12:04:26.463 INFO kablam! Compiling esvm-rlp v0.0.1 Oct 16 12:04:27.903 INFO kablam! Compiling digest v0.5.2 Oct 16 12:04:27.903 INFO kablam! Compiling digest-buffer v0.3.1 Oct 16 12:04:30.131 INFO kablam! Compiling esvm-bigint v0.0.1 Oct 16 12:04:30.139 INFO kablam! Compiling sha2 v0.5.3 Oct 16 12:04:30.139 INFO kablam! Compiling ripemd160 v0.5.2 Oct 16 12:04:34.703 INFO kablam! Compiling esvm v0.0.1 (/source) Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `cgas` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:229:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 229 | let mut cgas: Option = None; Oct 16 12:04:38.383 INFO kablam! | ^^^^ Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 12:04:38.383 INFO kablam! Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `ccontext` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:230:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 230 | let mut ccontext: Option = None; Oct 16 12:04:38.383 INFO kablam! | ^^^^^^^^ Oct 16 12:04:38.383 INFO kablam! Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `cblock` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:231:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 231 | let mut cblock: Option = None; Oct 16 12:04:38.383 INFO kablam! | ^^^^^^ Oct 16 12:04:38.383 INFO kablam! Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `cpatch` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:232:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 232 | let mut cpatch: Option<&'static Patch> = None; Oct 16 12:04:38.383 INFO kablam! | ^^^^^^ Oct 16 12:04:38.383 INFO kablam! Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `caccount_state` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:233:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 233 | let mut caccount_state: Option = None; Oct 16 12:04:38.383 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:04:38.383 INFO kablam! Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `cblockhash_state` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:234:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 234 | let mut cblockhash_state: Option = None; Oct 16 12:04:38.383 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:04:38.383 INFO kablam! Oct 16 12:04:38.383 INFO kablam! warning: value assigned to `ccode_deposit` is never read Oct 16 12:04:38.383 INFO kablam! --> src/vm/transaction.rs:235:17 Oct 16 12:04:38.383 INFO kablam! | Oct 16 12:04:38.383 INFO kablam! 235 | let mut ccode_deposit: Option = None; Oct 16 12:04:38.384 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:04:38.384 INFO kablam! Oct 16 12:04:38.627 INFO kablam! warning: function is never used: `l64` Oct 16 12:04:38.627 INFO kablam! --> src/vm/eval/utils.rs:8:1 Oct 16 12:04:38.627 INFO kablam! | Oct 16 12:04:38.627 INFO kablam! 8 | pub fn l64(gas: Gas) -> Gas { Oct 16 12:04:38.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:04:38.627 INFO kablam! | Oct 16 12:04:38.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:04:38.627 INFO kablam! Oct 16 12:04:40.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.74s Oct 16 12:04:40.077 INFO kablam! su: No module specific data is present Oct 16 12:04:40.815 INFO running `"docker" "rm" "-f" "6e19228e1c9f3cfb2de6f256f99e3fe61dac2708b4519388c5aca610db2b17b1"` Oct 16 12:04:41.103 INFO blam! 6e19228e1c9f3cfb2de6f256f99e3fe61dac2708b4519388c5aca610db2b17b1 Oct 16 12:04:41.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:04:41.484 INFO blam! 9fd6205df7d844c00ef7232a05ae379275a8c7b9637b602dc4bd505003acbfb3 Oct 16 12:04:41.491 INFO running `"docker" "start" "-a" "9fd6205df7d844c00ef7232a05ae379275a8c7b9637b602dc4bd505003acbfb3"` Oct 16 12:04:42.840 INFO kablam! usermod: no changes Oct 16 12:04:42.951 INFO kablam! Compiling esvm v0.0.1 (/source) Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `cgas` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:229:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 229 | let mut cgas: Option = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^ Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `ccontext` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:230:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 230 | let mut ccontext: Option = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^^^^^ Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `cblock` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:231:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 231 | let mut cblock: Option = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^^^ Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `cpatch` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:232:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 232 | let mut cpatch: Option<&'static Patch> = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^^^ Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `caccount_state` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:233:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 233 | let mut caccount_state: Option = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `cblockhash_state` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:234:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 234 | let mut cblockhash_state: Option = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.239 INFO kablam! warning: value assigned to `ccode_deposit` is never read Oct 16 12:04:46.239 INFO kablam! --> src/vm/transaction.rs:235:17 Oct 16 12:04:46.239 INFO kablam! | Oct 16 12:04:46.239 INFO kablam! 235 | let mut ccode_deposit: Option = None; Oct 16 12:04:46.239 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:04:46.239 INFO kablam! Oct 16 12:04:46.479 INFO kablam! warning: function is never used: `l64` Oct 16 12:04:46.479 INFO kablam! --> src/vm/eval/utils.rs:8:1 Oct 16 12:04:46.479 INFO kablam! | Oct 16 12:04:46.479 INFO kablam! 8 | pub fn l64(gas: Gas) -> Gas { Oct 16 12:04:46.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:04:46.479 INFO kablam! | Oct 16 12:04:46.479 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:04:46.479 INFO kablam! Oct 16 12:04:47.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.35s Oct 16 12:04:47.220 INFO kablam! su: No module specific data is present Oct 16 12:04:47.953 INFO running `"docker" "rm" "-f" "9fd6205df7d844c00ef7232a05ae379275a8c7b9637b602dc4bd505003acbfb3"` Oct 16 12:04:48.200 INFO blam! 9fd6205df7d844c00ef7232a05ae379275a8c7b9637b602dc4bd505003acbfb3 Oct 16 12:04:48.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:04:48.732 INFO blam! c95796c50f1e9b823611354ce69f42b35f51888e349f54531dbddad167ab1296 Oct 16 12:04:48.738 INFO running `"docker" "start" "-a" "c95796c50f1e9b823611354ce69f42b35f51888e349f54531dbddad167ab1296"` Oct 16 12:04:49.735 INFO kablam! usermod: no changes Oct 16 12:04:49.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 12:04:49.903 INFO kablam! Running /target/debug/deps/esvm-2d473346248e8af2 Oct 16 12:04:49.906 INFO blam! Oct 16 12:04:49.906 INFO blam! running 0 tests Oct 16 12:04:49.906 INFO blam! Oct 16 12:04:49.906 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:04:49.906 INFO blam! Oct 16 12:04:49.907 INFO kablam! Doc-tests esvm Oct 16 12:04:54.971 INFO blam! Oct 16 12:04:54.972 INFO blam! running 0 tests Oct 16 12:04:54.972 INFO blam! Oct 16 12:04:54.972 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:04:54.973 INFO blam! Oct 16 12:04:54.982 INFO kablam! su: No module specific data is present Oct 16 12:04:56.691 INFO running `"docker" "rm" "-f" "c95796c50f1e9b823611354ce69f42b35f51888e349f54531dbddad167ab1296"` Oct 16 12:04:56.911 INFO blam! c95796c50f1e9b823611354ce69f42b35f51888e349f54531dbddad167ab1296