Oct 16 18:46:43.162 INFO testing YAPL-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 18:46:43.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 18:46:43.503 INFO blam! 44dca09e0c1448505652fdc11549e87335729f3180c125b2475a66b319965c8c Oct 16 18:46:43.520 INFO running `"docker" "start" "-a" "44dca09e0c1448505652fdc11549e87335729f3180c125b2475a66b319965c8c"` Oct 16 18:46:44.165 INFO kablam! usermod: no changes Oct 16 18:46:44.189 INFO kablam! Compiling YAPL v0.1.0 (/source) Oct 16 18:46:44.713 INFO kablam! warning: crate `YAPL` should have a snake case name such as `yapl` Oct 16 18:46:44.713 INFO kablam! | Oct 16 18:46:44.713 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 18:46:44.713 INFO kablam! Oct 16 18:46:44.713 INFO kablam! warning: function `isPrime` should have a snake case name such as `is_prime` Oct 16 18:46:44.713 INFO kablam! --> src/lib.rs:17:1 Oct 16 18:46:44.713 INFO kablam! | Oct 16 18:46:44.713 INFO kablam! 17 | / pub fn isPrime(n: u64) -> bool Oct 16 18:46:44.713 INFO kablam! 18 | | { Oct 16 18:46:44.713 INFO kablam! 19 | | if n <= 1 { return false;} Oct 16 18:46:44.713 INFO kablam! 20 | | else if n <= 3 { return true;} Oct 16 18:46:44.713 INFO kablam! ... | Oct 16 18:46:44.713 INFO kablam! 29 | | return true Oct 16 18:46:44.713 INFO kablam! 30 | | } Oct 16 18:46:44.713 INFO kablam! | |_^ Oct 16 18:46:44.713 INFO kablam! Oct 16 18:46:44.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.54s Oct 16 18:46:44.731 INFO kablam! su: No module specific data is present Oct 16 18:46:45.052 INFO running `"docker" "rm" "-f" "44dca09e0c1448505652fdc11549e87335729f3180c125b2475a66b319965c8c"` Oct 16 18:46:45.139 INFO blam! 44dca09e0c1448505652fdc11549e87335729f3180c125b2475a66b319965c8c Oct 16 18:46:45.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 18:46:45.382 INFO blam! 877565aa9f3c62135225877c5bc1bac9884bd326ed99971dd31a6a5fb8e8b2d1 Oct 16 18:46:45.399 INFO running `"docker" "start" "-a" "877565aa9f3c62135225877c5bc1bac9884bd326ed99971dd31a6a5fb8e8b2d1"` Oct 16 18:46:45.882 INFO kablam! usermod: no changes Oct 16 18:46:45.913 INFO kablam! Compiling YAPL v0.1.0 (/source) Oct 16 18:46:46.519 INFO kablam! warning: crate `YAPL` should have a snake case name such as `yapl` Oct 16 18:46:46.519 INFO kablam! | Oct 16 18:46:46.519 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 18:46:46.519 INFO kablam! Oct 16 18:46:46.519 INFO kablam! warning: function `isPrime` should have a snake case name such as `is_prime` Oct 16 18:46:46.519 INFO kablam! --> src/lib.rs:17:1 Oct 16 18:46:46.519 INFO kablam! | Oct 16 18:46:46.519 INFO kablam! 17 | / pub fn isPrime(n: u64) -> bool Oct 16 18:46:46.519 INFO kablam! 18 | | { Oct 16 18:46:46.519 INFO kablam! 19 | | if n <= 1 { return false;} Oct 16 18:46:46.519 INFO kablam! 20 | | else if n <= 3 { return true;} Oct 16 18:46:46.519 INFO kablam! ... | Oct 16 18:46:46.519 INFO kablam! 29 | | return true Oct 16 18:46:46.519 INFO kablam! 30 | | } Oct 16 18:46:46.519 INFO kablam! | |_^ Oct 16 18:46:46.519 INFO kablam! Oct 16 18:46:46.845 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 16 18:46:46.847 INFO kablam! su: No module specific data is present Oct 16 18:46:47.142 INFO running `"docker" "rm" "-f" "877565aa9f3c62135225877c5bc1bac9884bd326ed99971dd31a6a5fb8e8b2d1"` Oct 16 18:46:47.279 INFO blam! 877565aa9f3c62135225877c5bc1bac9884bd326ed99971dd31a6a5fb8e8b2d1