Oct 12 19:45:48.571 INFO testing virome/rustic-6502 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:45:48.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 19:45:49.009 INFO blam! 823a9d253d79fea35b6f8814f6a5e67e0b6650c925aadd43ec584f49a6a36bb5 Oct 12 19:45:49.010 INFO running `"docker" "start" "-a" "823a9d253d79fea35b6f8814f6a5e67e0b6650c925aadd43ec584f49a6a36bb5"` Oct 12 19:45:50.278 INFO kablam! usermod: no changes Oct 12 19:45:50.341 INFO kablam! Compiling rustic-6502 v0.0.1 (/source) Oct 12 19:45:50.547 INFO kablam! warning: unused import: `std::io` Oct 12 19:45:50.547 INFO kablam! --> src/cpu.rs:7:5 Oct 12 19:45:50.547 INFO kablam! | Oct 12 19:45:50.547 INFO kablam! 7 | use std::io; // For debugging Oct 12 19:45:50.547 INFO kablam! | ^^^^^^^ Oct 12 19:45:50.547 INFO kablam! | Oct 12 19:45:50.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:45:50.547 INFO kablam! Oct 12 19:45:50.651 INFO kablam! warning: unused variable: `prefix` Oct 12 19:45:50.651 INFO kablam! --> src/main.rs:27:30 Oct 12 19:45:50.651 INFO kablam! | Oct 12 19:45:50.651 INFO kablam! 27 | let (prefix, number) = arg.split_at(2); Oct 12 19:45:50.651 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 12 19:45:50.651 INFO kablam! | Oct 12 19:45:50.651 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:45:50.651 INFO kablam! Oct 12 19:45:50.651 INFO kablam! warning: unused variable: `e` Oct 12 19:45:50.651 INFO kablam! --> src/main.rs:42:13 Oct 12 19:45:50.651 INFO kablam! | Oct 12 19:45:50.651 INFO kablam! 42 | Err(e) => panic!("File \"{}\" could not be opened.", &filename), Oct 12 19:45:50.651 INFO kablam! | ^ help: consider using `_e` instead Oct 12 19:45:50.651 INFO kablam! Oct 12 19:45:50.651 INFO kablam! warning: unused variable: `size` Oct 12 19:45:50.651 INFO kablam! --> src/main.rs:46:12 Oct 12 19:45:50.651 INFO kablam! | Oct 12 19:45:50.651 INFO kablam! 46 | Ok(size) => (), Oct 12 19:45:50.651 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 12 19:45:50.651 INFO kablam! Oct 12 19:45:50.651 INFO kablam! warning: unused variable: `e` Oct 12 19:45:50.651 INFO kablam! --> src/main.rs:47:13 Oct 12 19:45:50.651 INFO kablam! | Oct 12 19:45:50.651 INFO kablam! 47 | Err(e) => panic!("File \"{}\" could not be read.", &filename), Oct 12 19:45:50.651 INFO kablam! | ^ help: consider using `_e` instead Oct 12 19:45:50.651 INFO kablam! Oct 12 19:45:50.687 INFO kablam! warning: constant item is never used: `FINTERUPT` Oct 12 19:45:50.687 INFO kablam! --> src/cpu.rs:14:1 Oct 12 19:45:50.687 INFO kablam! | Oct 12 19:45:50.687 INFO kablam! 14 | const FINTERUPT: u8 = 0b0000_0100; Oct 12 19:45:50.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:50.687 INFO kablam! | Oct 12 19:45:50.687 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:45:50.687 INFO kablam! Oct 12 19:45:50.687 INFO kablam! warning: constant item is never used: `FBRK` Oct 12 19:45:50.687 INFO kablam! --> src/cpu.rs:16:1 Oct 12 19:45:50.687 INFO kablam! | Oct 12 19:45:50.687 INFO kablam! 16 | const FBRK: u8 = 0b0001_0000; Oct 12 19:45:50.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:50.687 INFO kablam! Oct 12 19:45:51.477 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 12 19:45:51.484 INFO kablam! su: No module specific data is present Oct 12 19:45:52.703 INFO running `"docker" "rm" "-f" "823a9d253d79fea35b6f8814f6a5e67e0b6650c925aadd43ec584f49a6a36bb5"` Oct 12 19:45:53.103 INFO blam! 823a9d253d79fea35b6f8814f6a5e67e0b6650c925aadd43ec584f49a6a36bb5 Oct 12 19:45:53.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 19:45:53.516 INFO blam! 8d36c6a03a3015c835567353826c3e92af297677f2bd411159d03e055c706538 Oct 12 19:45:53.525 INFO running `"docker" "start" "-a" "8d36c6a03a3015c835567353826c3e92af297677f2bd411159d03e055c706538"` Oct 12 19:45:54.895 INFO kablam! usermod: no changes Oct 12 19:45:54.951 INFO kablam! Compiling rustic-6502 v0.0.1 (/source) Oct 12 19:45:55.199 INFO kablam! warning: unused import: `std::io` Oct 12 19:45:55.200 INFO kablam! --> src/cpu.rs:7:5 Oct 12 19:45:55.200 INFO kablam! | Oct 12 19:45:55.200 INFO kablam! 7 | use std::io; // For debugging Oct 12 19:45:55.200 INFO kablam! | ^^^^^^^ Oct 12 19:45:55.200 INFO kablam! | Oct 12 19:45:55.200 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:45:55.200 INFO kablam! Oct 12 19:45:55.303 INFO kablam! warning: unused variable: `prefix` Oct 12 19:45:55.303 INFO kablam! --> src/main.rs:27:30 Oct 12 19:45:55.303 INFO kablam! | Oct 12 19:45:55.303 INFO kablam! 27 | let (prefix, number) = arg.split_at(2); Oct 12 19:45:55.303 INFO kablam! | ^^^^^^ help: consider using `_prefix` instead Oct 12 19:45:55.303 INFO kablam! | Oct 12 19:45:55.303 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:45:55.303 INFO kablam! Oct 12 19:45:55.303 INFO kablam! warning: unused variable: `e` Oct 12 19:45:55.303 INFO kablam! --> src/main.rs:42:13 Oct 12 19:45:55.303 INFO kablam! | Oct 12 19:45:55.303 INFO kablam! 42 | Err(e) => panic!("File \"{}\" could not be opened.", &filename), Oct 12 19:45:55.303 INFO kablam! | ^ help: consider using `_e` instead Oct 12 19:45:55.303 INFO kablam! Oct 12 19:45:55.303 INFO kablam! warning: unused variable: `size` Oct 12 19:45:55.303 INFO kablam! --> src/main.rs:46:12 Oct 12 19:45:55.303 INFO kablam! | Oct 12 19:45:55.303 INFO kablam! 46 | Ok(size) => (), Oct 12 19:45:55.303 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 12 19:45:55.303 INFO kablam! Oct 12 19:45:55.303 INFO kablam! warning: unused variable: `e` Oct 12 19:45:55.303 INFO kablam! --> src/main.rs:47:13 Oct 12 19:45:55.303 INFO kablam! | Oct 12 19:45:55.303 INFO kablam! 47 | Err(e) => panic!("File \"{}\" could not be read.", &filename), Oct 12 19:45:55.303 INFO kablam! | ^ help: consider using `_e` instead Oct 12 19:45:55.303 INFO kablam! Oct 12 19:45:55.339 INFO kablam! warning: constant item is never used: `FINTERUPT` Oct 12 19:45:55.339 INFO kablam! --> src/cpu.rs:14:1 Oct 12 19:45:55.339 INFO kablam! | Oct 12 19:45:55.339 INFO kablam! 14 | const FINTERUPT: u8 = 0b0000_0100; Oct 12 19:45:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:55.339 INFO kablam! | Oct 12 19:45:55.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:45:55.339 INFO kablam! Oct 12 19:45:55.339 INFO kablam! warning: constant item is never used: `FBRK` Oct 12 19:45:55.339 INFO kablam! --> src/cpu.rs:16:1 Oct 12 19:45:55.339 INFO kablam! | Oct 12 19:45:55.339 INFO kablam! 16 | const FBRK: u8 = 0b0001_0000; Oct 12 19:45:55.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:45:55.339 INFO kablam! Oct 12 19:45:55.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 12 19:45:55.922 INFO kablam! su: No module specific data is present Oct 12 19:45:57.215 INFO running `"docker" "rm" "-f" "8d36c6a03a3015c835567353826c3e92af297677f2bd411159d03e055c706538"` Oct 12 19:45:57.534 INFO blam! 8d36c6a03a3015c835567353826c3e92af297677f2bd411159d03e055c706538 Oct 12 19:45:57.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 19:45:58.007 INFO blam! cecde8bb059f1495245da81c30a9237bf235adb3678b98b5c4c3713b84cc13a0 Oct 12 19:45:58.011 INFO running `"docker" "start" "-a" "cecde8bb059f1495245da81c30a9237bf235adb3678b98b5c4c3713b84cc13a0"` Oct 12 19:45:59.534 INFO kablam! usermod: no changes Oct 12 19:45:59.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:45:59.595 INFO kablam! Running /target/debug/deps/rustic_6502-1e07c70b2d734efe Oct 12 19:45:59.596 INFO blam! Oct 12 19:45:59.596 INFO blam! running 0 tests Oct 12 19:45:59.603 INFO blam! Oct 12 19:45:59.603 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:45:59.603 INFO blam! Oct 12 19:45:59.603 INFO kablam! su: No module specific data is present Oct 12 19:46:00.335 INFO running `"docker" "rm" "-f" "cecde8bb059f1495245da81c30a9237bf235adb3678b98b5c4c3713b84cc13a0"` Oct 12 19:46:00.559 INFO blam! cecde8bb059f1495245da81c30a9237bf235adb3678b98b5c4c3713b84cc13a0