Oct 11 07:26:53.372 INFO testing Bunogi/c8asm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:26:53.372 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:26:53.372 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:26:54.119 INFO blam! f7b37e36619e4aeed45d27a290f972ee80aebd7926872738d35579ec73d33e78 Oct 11 07:26:54.121 INFO running `"docker" "start" "-a" "f7b37e36619e4aeed45d27a290f972ee80aebd7926872738d35579ec73d33e78"` Oct 11 07:26:55.716 INFO kablam! usermod: no changes Oct 11 07:26:55.808 INFO kablam! Compiling c8asm v1.1.1 (/source) Oct 11 07:26:57.643 INFO kablam! warning: variable does not need to be mutable Oct 11 07:26:57.643 INFO kablam! --> src/preprocessor.rs:28:13 Oct 11 07:26:57.643 INFO kablam! | Oct 11 07:26:57.643 INFO kablam! 28 | let mut current_line = &mut output[i]; Oct 11 07:26:57.643 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 07:26:57.643 INFO kablam! | | Oct 11 07:26:57.643 INFO kablam! | help: remove this `mut` Oct 11 07:26:57.643 INFO kablam! | Oct 11 07:26:57.643 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:26:57.643 INFO kablam! Oct 11 07:26:57.643 INFO kablam! warning: variable does not need to be mutable Oct 11 07:26:57.643 INFO kablam! --> src/preprocessor.rs:30:13 Oct 11 07:26:57.643 INFO kablam! | Oct 11 07:26:57.643 INFO kablam! 30 | let mut split: Vec = current_line Oct 11 07:26:57.643 INFO kablam! | ----^^^^^ Oct 11 07:26:57.643 INFO kablam! | | Oct 11 07:26:57.643 INFO kablam! | help: remove this `mut` Oct 11 07:26:57.643 INFO kablam! Oct 11 07:26:57.643 INFO kablam! warning: the feature `entry_or_default` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 11 07:26:57.644 INFO kablam! --> src/main.rs:1:17 Oct 11 07:26:57.644 INFO kablam! | Oct 11 07:26:57.644 INFO kablam! 1 | #![feature(nll, entry_or_default)] Oct 11 07:26:57.644 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:26:57.644 INFO kablam! | Oct 11 07:26:57.644 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 07:26:57.644 INFO kablam! Oct 11 07:26:59.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.87s Oct 11 07:26:59.623 INFO kablam! su: No module specific data is present Oct 11 07:27:00.366 INFO running `"docker" "rm" "-f" "f7b37e36619e4aeed45d27a290f972ee80aebd7926872738d35579ec73d33e78"` Oct 11 07:27:00.512 INFO blam! f7b37e36619e4aeed45d27a290f972ee80aebd7926872738d35579ec73d33e78 Oct 11 07:27:00.514 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:27:00.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:27:00.704 INFO blam! c1f8c2d8933694d0fe570f53b736121a1df5c4b9311c34a9be4717af9c9896fc Oct 11 07:27:00.704 INFO running `"docker" "start" "-a" "c1f8c2d8933694d0fe570f53b736121a1df5c4b9311c34a9be4717af9c9896fc"` Oct 11 07:27:01.404 INFO kablam! usermod: no changes Oct 11 07:27:01.460 INFO kablam! Compiling c8asm v1.1.1 (/source) Oct 11 07:27:03.100 INFO kablam! warning: variable does not need to be mutable Oct 11 07:27:03.100 INFO kablam! --> src/preprocessor.rs:28:13 Oct 11 07:27:03.100 INFO kablam! | Oct 11 07:27:03.100 INFO kablam! 28 | let mut current_line = &mut output[i]; Oct 11 07:27:03.100 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 07:27:03.100 INFO kablam! | | Oct 11 07:27:03.100 INFO kablam! | help: remove this `mut` Oct 11 07:27:03.100 INFO kablam! | Oct 11 07:27:03.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:27:03.100 INFO kablam! Oct 11 07:27:03.100 INFO kablam! warning: variable does not need to be mutable Oct 11 07:27:03.100 INFO kablam! --> src/preprocessor.rs:30:13 Oct 11 07:27:03.100 INFO kablam! | Oct 11 07:27:03.100 INFO kablam! 30 | let mut split: Vec = current_line Oct 11 07:27:03.100 INFO kablam! | ----^^^^^ Oct 11 07:27:03.100 INFO kablam! | | Oct 11 07:27:03.100 INFO kablam! | help: remove this `mut` Oct 11 07:27:03.100 INFO kablam! Oct 11 07:27:03.101 INFO kablam! warning: the feature `entry_or_default` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 11 07:27:03.101 INFO kablam! --> src/main.rs:1:17 Oct 11 07:27:03.101 INFO kablam! | Oct 11 07:27:03.101 INFO kablam! 1 | #![feature(nll, entry_or_default)] Oct 11 07:27:03.101 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 07:27:03.101 INFO kablam! | Oct 11 07:27:03.101 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 07:27:03.101 INFO kablam! Oct 11 07:27:03.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 11 07:27:03.468 INFO kablam! su: No module specific data is present Oct 11 07:27:03.833 INFO running `"docker" "rm" "-f" "c1f8c2d8933694d0fe570f53b736121a1df5c4b9311c34a9be4717af9c9896fc"` Oct 11 07:27:03.991 INFO blam! c1f8c2d8933694d0fe570f53b736121a1df5c4b9311c34a9be4717af9c9896fc Oct 11 07:27:03.996 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:27:03.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:27:04.299 INFO blam! 8c2fe7eb74459f9b2cd23b244438b90b9760e2ec6574d60bf05ca2865f795f18 Oct 11 07:27:04.299 INFO running `"docker" "start" "-a" "8c2fe7eb74459f9b2cd23b244438b90b9760e2ec6574d60bf05ca2865f795f18"` Oct 11 07:27:08.620 INFO kablam! usermod: no changes Oct 11 07:27:08.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 07:27:08.705 INFO kablam! Running /target/debug/deps/c8asm-09ae537c6daf1adf Oct 11 07:27:08.710 INFO blam! Oct 11 07:27:08.710 INFO blam! running 0 tests Oct 11 07:27:08.710 INFO blam! Oct 11 07:27:08.710 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:27:08.710 INFO blam! Oct 11 07:27:08.712 INFO kablam! su: No module specific data is present Oct 11 07:27:09.128 INFO running `"docker" "rm" "-f" "8c2fe7eb74459f9b2cd23b244438b90b9760e2ec6574d60bf05ca2865f795f18"` Oct 11 07:27:09.296 INFO blam! 8c2fe7eb74459f9b2cd23b244438b90b9760e2ec6574d60bf05ca2865f795f18