Oct 10 12:41:17.195 INFO testing virome/rustic-6502 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:41:17.195 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:41:17.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 12:41:17.791 INFO blam! b7ab9c799bac1f04caa3b836ecd2ba8f9448e9162be2c62ba082c018498af79e Oct 10 12:41:17.793 INFO running `"docker" "start" "-a" "b7ab9c799bac1f04caa3b836ecd2ba8f9448e9162be2c62ba082c018498af79e"` Oct 10 12:41:18.897 INFO kablam! usermod: no changes Oct 10 12:41:18.954 INFO kablam! Compiling rustic-6502 v0.0.1 (/source) Oct 10 12:41:19.398 INFO kablam! warning: unused import: `std::io` Oct 10 12:41:19.398 INFO kablam! --> src/cpu.rs:7:5 Oct 10 12:41:19.398 INFO kablam! | Oct 10 12:41:19.398 INFO kablam! 7 | use std::io; // For debugging Oct 10 12:41:19.398 INFO kablam! | ^^^^^^^ Oct 10 12:41:19.398 INFO kablam! | Oct 10 12:41:19.398 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:41:19.398 INFO kablam! Oct 10 12:41:19.509 INFO kablam! warning: unused variable: `prefix` Oct 10 12:41:19.509 INFO kablam! --> src/main.rs:27:30 Oct 10 12:41:19.509 INFO kablam! | Oct 10 12:41:19.510 INFO kablam! 27 | let (prefix, number) = arg.split_at(2); Oct 10 12:41:19.510 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 10 12:41:19.510 INFO kablam! | Oct 10 12:41:19.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:41:19.511 INFO kablam! Oct 10 12:41:19.512 INFO kablam! warning: unused variable: `e` Oct 10 12:41:19.512 INFO kablam! --> src/main.rs:42:13 Oct 10 12:41:19.512 INFO kablam! | Oct 10 12:41:19.512 INFO kablam! 42 | Err(e) => panic!("File \"{}\" could not be opened.", &filename), Oct 10 12:41:19.513 INFO kablam! | ^ help: consider using `_e` instead Oct 10 12:41:19.513 INFO kablam! Oct 10 12:41:19.513 INFO kablam! warning: unused variable: `size` Oct 10 12:41:19.513 INFO kablam! --> src/main.rs:46:12 Oct 10 12:41:19.514 INFO kablam! | Oct 10 12:41:19.514 INFO kablam! 46 | Ok(size) => (), Oct 10 12:41:19.514 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 10 12:41:19.515 INFO kablam! Oct 10 12:41:19.515 INFO kablam! warning: unused variable: `e` Oct 10 12:41:19.515 INFO kablam! --> src/main.rs:47:13 Oct 10 12:41:19.515 INFO kablam! | Oct 10 12:41:19.516 INFO kablam! 47 | Err(e) => panic!("File \"{}\" could not be read.", &filename), Oct 10 12:41:19.516 INFO kablam! | ^ help: consider using `_e` instead Oct 10 12:41:19.516 INFO kablam! Oct 10 12:41:19.540 INFO kablam! warning: constant item is never used: `FINTERUPT` Oct 10 12:41:19.540 INFO kablam! --> src/cpu.rs:14:1 Oct 10 12:41:19.540 INFO kablam! | Oct 10 12:41:19.540 INFO kablam! 14 | const FINTERUPT: u8 = 0b0000_0100; Oct 10 12:41:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:19.540 INFO kablam! | Oct 10 12:41:19.540 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:41:19.540 INFO kablam! Oct 10 12:41:19.540 INFO kablam! warning: constant item is never used: `FBRK` Oct 10 12:41:19.540 INFO kablam! --> src/cpu.rs:16:1 Oct 10 12:41:19.540 INFO kablam! | Oct 10 12:41:19.540 INFO kablam! 16 | const FBRK: u8 = 0b0001_0000; Oct 10 12:41:19.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:19.556 INFO kablam! Oct 10 12:41:20.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 10 12:41:20.157 INFO kablam! su: No module specific data is present Oct 10 12:41:20.870 INFO running `"docker" "rm" "-f" "b7ab9c799bac1f04caa3b836ecd2ba8f9448e9162be2c62ba082c018498af79e"` Oct 10 12:41:21.140 INFO blam! b7ab9c799bac1f04caa3b836ecd2ba8f9448e9162be2c62ba082c018498af79e Oct 10 12:41:21.140 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:41:21.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 12:41:21.595 INFO blam! b6ae80e75c7f3a3523203a47bd012f12be14a52fc807dd58c7b99b2be6aaef79 Oct 10 12:41:21.596 INFO running `"docker" "start" "-a" "b6ae80e75c7f3a3523203a47bd012f12be14a52fc807dd58c7b99b2be6aaef79"` Oct 10 12:41:22.676 INFO kablam! usermod: no changes Oct 10 12:41:22.724 INFO kablam! Compiling rustic-6502 v0.0.1 (/source) Oct 10 12:41:23.282 INFO kablam! warning: unused import: `std::io` Oct 10 12:41:23.283 INFO kablam! --> src/cpu.rs:7:5 Oct 10 12:41:23.283 INFO kablam! | Oct 10 12:41:23.283 INFO kablam! 7 | use std::io; // For debugging Oct 10 12:41:23.283 INFO kablam! | ^^^^^^^ Oct 10 12:41:23.284 INFO kablam! | Oct 10 12:41:23.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:41:23.284 INFO kablam! Oct 10 12:41:23.401 INFO kablam! warning: unused variable: `prefix` Oct 10 12:41:23.402 INFO kablam! --> src/main.rs:27:30 Oct 10 12:41:23.402 INFO kablam! | Oct 10 12:41:23.402 INFO kablam! 27 | let (prefix, number) = arg.split_at(2); Oct 10 12:41:23.402 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 10 12:41:23.402 INFO kablam! | Oct 10 12:41:23.402 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:41:23.403 INFO kablam! Oct 10 12:41:23.403 INFO kablam! warning: unused variable: `e` Oct 10 12:41:23.403 INFO kablam! --> src/main.rs:42:13 Oct 10 12:41:23.403 INFO kablam! | Oct 10 12:41:23.403 INFO kablam! 42 | Err(e) => panic!("File \"{}\" could not be opened.", &filename), Oct 10 12:41:23.403 INFO kablam! | ^ help: consider using `_e` instead Oct 10 12:41:23.403 INFO kablam! Oct 10 12:41:23.403 INFO kablam! warning: unused variable: `size` Oct 10 12:41:23.403 INFO kablam! --> src/main.rs:46:12 Oct 10 12:41:23.403 INFO kablam! | Oct 10 12:41:23.403 INFO kablam! 46 | Ok(size) => (), Oct 10 12:41:23.403 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 10 12:41:23.403 INFO kablam! Oct 10 12:41:23.403 INFO kablam! warning: unused variable: `e` Oct 10 12:41:23.403 INFO kablam! --> src/main.rs:47:13 Oct 10 12:41:23.403 INFO kablam! | Oct 10 12:41:23.403 INFO kablam! 47 | Err(e) => panic!("File \"{}\" could not be read.", &filename), Oct 10 12:41:23.403 INFO kablam! | ^ help: consider using `_e` instead Oct 10 12:41:23.403 INFO kablam! Oct 10 12:41:23.444 INFO kablam! warning: constant item is never used: `FINTERUPT` Oct 10 12:41:23.444 INFO kablam! --> src/cpu.rs:14:1 Oct 10 12:41:23.444 INFO kablam! | Oct 10 12:41:23.444 INFO kablam! 14 | const FINTERUPT: u8 = 0b0000_0100; Oct 10 12:41:23.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:23.444 INFO kablam! | Oct 10 12:41:23.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:41:23.444 INFO kablam! Oct 10 12:41:23.444 INFO kablam! warning: constant item is never used: `FBRK` Oct 10 12:41:23.444 INFO kablam! --> src/cpu.rs:16:1 Oct 10 12:41:23.444 INFO kablam! | Oct 10 12:41:23.444 INFO kablam! 16 | const FBRK: u8 = 0b0001_0000; Oct 10 12:41:23.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:41:23.444 INFO kablam! Oct 10 12:41:24.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 10 12:41:24.112 INFO kablam! su: No module specific data is present Oct 10 12:41:24.514 INFO running `"docker" "rm" "-f" "b6ae80e75c7f3a3523203a47bd012f12be14a52fc807dd58c7b99b2be6aaef79"` Oct 10 12:41:24.791 INFO blam! b6ae80e75c7f3a3523203a47bd012f12be14a52fc807dd58c7b99b2be6aaef79 Oct 10 12:41:24.793 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:41:24.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 12:41:25.188 INFO blam! b212b89506aac241fcc8ad486a6a1362a9c84c9f67d156ae1f324af6b06512f6 Oct 10 12:41:25.196 INFO running `"docker" "start" "-a" "b212b89506aac241fcc8ad486a6a1362a9c84c9f67d156ae1f324af6b06512f6"` Oct 10 12:41:26.196 INFO kablam! usermod: no changes Oct 10 12:41:26.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 12:41:26.240 INFO kablam! Running /target/debug/deps/rustic_6502-d388f120358e5c1f Oct 10 12:41:26.251 INFO kablam! su: No module specific data is present Oct 10 12:41:26.251 INFO blam! Oct 10 12:41:26.251 INFO blam! running 0 tests Oct 10 12:41:26.252 INFO blam! Oct 10 12:41:26.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:41:26.252 INFO blam! Oct 10 12:41:26.805 INFO running `"docker" "rm" "-f" "b212b89506aac241fcc8ad486a6a1362a9c84c9f67d156ae1f324af6b06512f6"` Oct 10 12:41:27.056 INFO blam! b212b89506aac241fcc8ad486a6a1362a9c84c9f67d156ae1f324af6b06512f6