Oct 21 13:57:15.881 INFO checking segfo/page_allocator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:57:15.881 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 13:57:16.287 INFO blam! 6234bdd32c3249ef39bb63bad9b617732cfe37211df466dbceb11358264076d5 Oct 21 13:57:16.289 INFO running `"docker" "start" "-a" "6234bdd32c3249ef39bb63bad9b617732cfe37211df466dbceb11358264076d5"` Oct 21 13:57:17.317 INFO kablam! usermod: no changes Oct 21 13:57:17.359 INFO kablam! Checking page_memory_allocator v0.1.0 (/source) Oct 21 13:57:17.728 INFO kablam! warning: unused import: `show_available_memory` Oct 21 13:57:17.728 INFO kablam! --> src/main.rs:2:29 Oct 21 13:57:17.728 INFO kablam! | Oct 21 13:57:17.728 INFO kablam! 2 | use memory::PageAllocator::{show_available_memory,memtranse,PageMemoryManager}; Oct 21 13:57:17.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.728 INFO kablam! | Oct 21 13:57:17.728 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:57:17.728 INFO kablam! Oct 21 13:57:17.732 INFO kablam! warning: unused import: `show_available_memory` Oct 21 13:57:17.732 INFO kablam! --> src/main.rs:2:29 Oct 21 13:57:17.732 INFO kablam! | Oct 21 13:57:17.732 INFO kablam! 2 | use memory::PageAllocator::{show_available_memory,memtranse,PageMemoryManager}; Oct 21 13:57:17.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.732 INFO kablam! | Oct 21 13:57:17.732 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:57:17.732 INFO kablam! Oct 21 13:57:17.872 INFO kablam! warning: unnecessary `unsafe` block Oct 21 13:57:17.872 INFO kablam! --> src/memory/PageAllocator.rs:74:22 Oct 21 13:57:17.872 INFO kablam! | Oct 21 13:57:17.872 INFO kablam! 74 | let entity = unsafe{MEM_MANAGER.get_entity()}; Oct 21 13:57:17.872 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 21 13:57:17.876 INFO kablam! Oct 21 13:57:17.876 INFO kablam! warning: function is never used: `show_area` Oct 21 13:57:17.876 INFO kablam! --> src/memory/PageAllocator.rs:225:1 Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! 225 | fn show_area(area:MemoryArea)->String{ Oct 21 13:57:17.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:57:17.876 INFO kablam! Oct 21 13:57:17.876 INFO kablam! warning: function is never used: `show_list` Oct 21 13:57:17.876 INFO kablam! --> src/memory/PageAllocator.rs:230:1 Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! 230 | fn show_list(mlist:MemoryAreaPtr){ Oct 21 13:57:17.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.876 INFO kablam! Oct 21 13:57:17.876 INFO kablam! warning: function is never used: `show_available_memory` Oct 21 13:57:17.876 INFO kablam! --> src/memory/PageAllocator.rs:243:1 Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! 243 | pub fn show_available_memory(manager:&PageMemoryManager){ Oct 21 13:57:17.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.876 INFO kablam! Oct 21 13:57:17.876 INFO kablam! warning: module `PageAllocator` should have a snake case name such as `page_allocator` Oct 21 13:57:17.876 INFO kablam! --> src/memory/mod.rs:1:1 Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! 1 | pub mod PageAllocator; Oct 21 13:57:17.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.876 INFO kablam! | Oct 21 13:57:17.876 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 13:57:17.876 INFO kablam! Oct 21 13:57:17.908 INFO kablam! warning: unnecessary `unsafe` block Oct 21 13:57:17.908 INFO kablam! --> src/memory/PageAllocator.rs:74:22 Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! 74 | let entity = unsafe{MEM_MANAGER.get_entity()}; Oct 21 13:57:17.908 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 21 13:57:17.908 INFO kablam! Oct 21 13:57:17.908 INFO kablam! warning: function is never used: `show_area` Oct 21 13:57:17.908 INFO kablam! --> src/memory/PageAllocator.rs:225:1 Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! 225 | fn show_area(area:MemoryArea)->String{ Oct 21 13:57:17.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:57:17.908 INFO kablam! Oct 21 13:57:17.908 INFO kablam! warning: function is never used: `show_list` Oct 21 13:57:17.908 INFO kablam! --> src/memory/PageAllocator.rs:230:1 Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! 230 | fn show_list(mlist:MemoryAreaPtr){ Oct 21 13:57:17.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.908 INFO kablam! Oct 21 13:57:17.908 INFO kablam! warning: function is never used: `show_available_memory` Oct 21 13:57:17.908 INFO kablam! --> src/memory/PageAllocator.rs:243:1 Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! 243 | pub fn show_available_memory(manager:&PageMemoryManager){ Oct 21 13:57:17.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.908 INFO kablam! Oct 21 13:57:17.908 INFO kablam! warning: module `PageAllocator` should have a snake case name such as `page_allocator` Oct 21 13:57:17.908 INFO kablam! --> src/memory/mod.rs:1:1 Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! 1 | pub mod PageAllocator; Oct 21 13:57:17.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:57:17.908 INFO kablam! | Oct 21 13:57:17.908 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 13:57:17.908 INFO kablam! Oct 21 13:57:17.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 21 13:57:17.936 INFO kablam! su: No module specific data is present Oct 21 13:57:18.532 INFO running `"docker" "rm" "-f" "6234bdd32c3249ef39bb63bad9b617732cfe37211df466dbceb11358264076d5"` Oct 21 13:57:18.808 INFO blam! 6234bdd32c3249ef39bb63bad9b617732cfe37211df466dbceb11358264076d5