Oct 10 15:12:44.153 INFO testing segfo/page_allocator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:12:44.153 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:12:44.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 15:12:44.628 INFO blam! 1b24238427376e9c1ef51145f949d07ca118a68993c090d0391c2fa2dda0ac03 Oct 10 15:12:44.637 INFO running `"docker" "start" "-a" "1b24238427376e9c1ef51145f949d07ca118a68993c090d0391c2fa2dda0ac03"` Oct 10 15:12:45.524 INFO kablam! usermod: no changes Oct 10 15:12:45.597 INFO kablam! Compiling page_memory_allocator v0.1.0 (/source) Oct 10 15:12:46.113 INFO kablam! warning: unused import: `show_available_memory` Oct 10 15:12:46.113 INFO kablam! --> src/main.rs:2:29 Oct 10 15:12:46.113 INFO kablam! | Oct 10 15:12:46.114 INFO kablam! 2 | use memory::PageAllocator::{show_available_memory,memtranse,PageMemoryManager}; Oct 10 15:12:46.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:46.114 INFO kablam! | Oct 10 15:12:46.114 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:12:46.115 INFO kablam! Oct 10 15:12:46.225 INFO kablam! warning: unnecessary `unsafe` block Oct 10 15:12:46.226 INFO kablam! --> src/memory/PageAllocator.rs:74:22 Oct 10 15:12:46.226 INFO kablam! | Oct 10 15:12:46.226 INFO kablam! 74 | let entity = unsafe{MEM_MANAGER.get_entity()}; Oct 10 15:12:46.226 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 10 15:12:46.226 INFO kablam! | Oct 10 15:12:46.226 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 10 15:12:46.226 INFO kablam! Oct 10 15:12:46.226 INFO kablam! warning: function is never used: `show_area` Oct 10 15:12:46.226 INFO kablam! --> src/memory/PageAllocator.rs:225:1 Oct 10 15:12:46.226 INFO kablam! | Oct 10 15:12:46.226 INFO kablam! 225 | fn show_area(area:MemoryArea)->String{ Oct 10 15:12:46.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:46.226 INFO kablam! | Oct 10 15:12:46.226 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:12:46.226 INFO kablam! Oct 10 15:12:46.226 INFO kablam! warning: function is never used: `show_list` Oct 10 15:12:46.226 INFO kablam! --> src/memory/PageAllocator.rs:230:1 Oct 10 15:12:46.226 INFO kablam! | Oct 10 15:12:46.226 INFO kablam! 230 | fn show_list(mlist:MemoryAreaPtr){ Oct 10 15:12:46.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:46.226 INFO kablam! Oct 10 15:12:46.226 INFO kablam! warning: function is never used: `show_available_memory` Oct 10 15:12:46.226 INFO kablam! --> src/memory/PageAllocator.rs:243:1 Oct 10 15:12:46.226 INFO kablam! | Oct 10 15:12:46.226 INFO kablam! 243 | pub fn show_available_memory(manager:&PageMemoryManager){ Oct 10 15:12:46.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:46.226 INFO kablam! Oct 10 15:12:46.228 INFO kablam! warning: module `PageAllocator` should have a snake case name such as `page_allocator` Oct 10 15:12:46.228 INFO kablam! --> src/memory/mod.rs:1:1 Oct 10 15:12:46.228 INFO kablam! | Oct 10 15:12:46.228 INFO kablam! 1 | pub mod PageAllocator; Oct 10 15:12:46.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:46.228 INFO kablam! | Oct 10 15:12:46.228 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:12:46.228 INFO kablam! Oct 10 15:12:46.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 10 15:12:46.693 INFO kablam! su: No module specific data is present Oct 10 15:12:47.343 INFO running `"docker" "rm" "-f" "1b24238427376e9c1ef51145f949d07ca118a68993c090d0391c2fa2dda0ac03"` Oct 10 15:12:47.535 INFO blam! 1b24238427376e9c1ef51145f949d07ca118a68993c090d0391c2fa2dda0ac03 Oct 10 15:12:47.536 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:12:47.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 15:12:47.960 INFO blam! d67c06cf9446fe1ea206677380ea3dd1e0bc8df67b6f31b308dd1a70c5459646 Oct 10 15:12:47.965 INFO running `"docker" "start" "-a" "d67c06cf9446fe1ea206677380ea3dd1e0bc8df67b6f31b308dd1a70c5459646"` Oct 10 15:12:49.164 INFO kablam! usermod: no changes Oct 10 15:12:49.206 INFO kablam! Compiling page_memory_allocator v0.1.0 (/source) Oct 10 15:12:49.868 INFO kablam! warning: unused import: `show_available_memory` Oct 10 15:12:49.868 INFO kablam! --> src/main.rs:2:29 Oct 10 15:12:49.868 INFO kablam! | Oct 10 15:12:49.868 INFO kablam! 2 | use memory::PageAllocator::{show_available_memory,memtranse,PageMemoryManager}; Oct 10 15:12:49.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:49.868 INFO kablam! | Oct 10 15:12:49.868 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:12:49.868 INFO kablam! Oct 10 15:12:49.972 INFO kablam! warning: unnecessary `unsafe` block Oct 10 15:12:49.972 INFO kablam! --> src/memory/PageAllocator.rs:74:22 Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! 74 | let entity = unsafe{MEM_MANAGER.get_entity()}; Oct 10 15:12:49.972 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 10 15:12:49.972 INFO kablam! Oct 10 15:12:49.972 INFO kablam! warning: function is never used: `show_area` Oct 10 15:12:49.972 INFO kablam! --> src/memory/PageAllocator.rs:225:1 Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! 225 | fn show_area(area:MemoryArea)->String{ Oct 10 15:12:49.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:12:49.972 INFO kablam! Oct 10 15:12:49.972 INFO kablam! warning: function is never used: `show_list` Oct 10 15:12:49.972 INFO kablam! --> src/memory/PageAllocator.rs:230:1 Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! 230 | fn show_list(mlist:MemoryAreaPtr){ Oct 10 15:12:49.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:49.972 INFO kablam! Oct 10 15:12:49.972 INFO kablam! warning: function is never used: `show_available_memory` Oct 10 15:12:49.972 INFO kablam! --> src/memory/PageAllocator.rs:243:1 Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! 243 | pub fn show_available_memory(manager:&PageMemoryManager){ Oct 10 15:12:49.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:49.972 INFO kablam! Oct 10 15:12:49.972 INFO kablam! warning: module `PageAllocator` should have a snake case name such as `page_allocator` Oct 10 15:12:49.972 INFO kablam! --> src/memory/mod.rs:1:1 Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! 1 | pub mod PageAllocator; Oct 10 15:12:49.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:49.972 INFO kablam! | Oct 10 15:12:49.972 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:12:49.972 INFO kablam! Oct 10 15:12:50.401 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 10 15:12:50.403 INFO kablam! su: No module specific data is present Oct 10 15:12:50.943 INFO running `"docker" "rm" "-f" "d67c06cf9446fe1ea206677380ea3dd1e0bc8df67b6f31b308dd1a70c5459646"` Oct 10 15:12:51.200 INFO blam! d67c06cf9446fe1ea206677380ea3dd1e0bc8df67b6f31b308dd1a70c5459646 Oct 10 15:12:51.201 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:12:51.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 15:12:51.768 INFO blam! 25eb2e49254b0d5fee26681384fe305cc804ffbbb9c531e9bbfc20f8c0d97790 Oct 10 15:12:51.772 INFO running `"docker" "start" "-a" "25eb2e49254b0d5fee26681384fe305cc804ffbbb9c531e9bbfc20f8c0d97790"` Oct 10 15:12:52.855 INFO kablam! usermod: no changes Oct 10 15:12:52.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 15:12:52.904 INFO kablam! Running /target/debug/deps/page_memory_allocator-463b22c45efff101 Oct 10 15:12:52.907 INFO blam! Oct 10 15:12:52.907 INFO blam! running 0 tests Oct 10 15:12:52.907 INFO blam! Oct 10 15:12:52.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:12:52.907 INFO blam! Oct 10 15:12:52.912 INFO kablam! su: No module specific data is present Oct 10 15:12:53.383 INFO running `"docker" "rm" "-f" "25eb2e49254b0d5fee26681384fe305cc804ffbbb9c531e9bbfc20f8c0d97790"` Oct 10 15:12:53.525 INFO blam! 25eb2e49254b0d5fee26681384fe305cc804ffbbb9c531e9bbfc20f8c0d97790