Oct 16 17:07:02.498 INFO testing beep-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:07:02.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:07:02.730 INFO blam! 0c2a27f46edd4d1b965f11876d5b41d4d381b840477040c08a7503c3e6a75386 Oct 16 17:07:02.733 INFO running `"docker" "start" "-a" "0c2a27f46edd4d1b965f11876d5b41d4d381b840477040c08a7503c3e6a75386"` Oct 16 17:07:03.340 INFO kablam! usermod: no changes Oct 16 17:07:03.387 INFO kablam! Compiling dimensioned v0.6.0 Oct 16 17:07:03.388 INFO kablam! Compiling generic-array v0.5.1 Oct 16 17:07:14.161 INFO kablam! Compiling beep v0.2.1 (/source) Oct 16 17:07:15.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.09s Oct 16 17:07:15.447 INFO kablam! su: No module specific data is present Oct 16 17:07:16.697 INFO running `"docker" "rm" "-f" "0c2a27f46edd4d1b965f11876d5b41d4d381b840477040c08a7503c3e6a75386"` Oct 16 17:07:17.003 INFO blam! 0c2a27f46edd4d1b965f11876d5b41d4d381b840477040c08a7503c3e6a75386 Oct 16 17:07:17.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:07:17.555 INFO blam! 109fa680e8b1aff3464e3d44f4707c6f01f2a54f5e7cd4af4a91956b8b9c096d Oct 16 17:07:17.557 INFO running `"docker" "start" "-a" "109fa680e8b1aff3464e3d44f4707c6f01f2a54f5e7cd4af4a91956b8b9c096d"` Oct 16 17:07:18.909 INFO kablam! usermod: no changes Oct 16 17:07:18.991 INFO kablam! Compiling beep v0.2.1 (/source) Oct 16 17:07:20.247 INFO kablam! warning: unused variable: `F` Oct 16 17:07:20.247 INFO kablam! --> examples/song.rs:13:7 Oct 16 17:07:20.247 INFO kablam! | Oct 16 17:07:20.247 INFO kablam! 13 | let F = Hertz::new(2673.0f64); Oct 16 17:07:20.247 INFO kablam! | ^ help: consider using `_F` instead Oct 16 17:07:20.247 INFO kablam! | Oct 16 17:07:20.247 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:07:20.248 INFO kablam! Oct 16 17:07:20.255 INFO kablam! warning: variable `C` should have a snake case name such as `c` Oct 16 17:07:20.255 INFO kablam! --> examples/song.rs:10:7 Oct 16 17:07:20.255 INFO kablam! | Oct 16 17:07:20.255 INFO kablam! 10 | let C = Hertz::new(2093.0f64); Oct 16 17:07:20.255 INFO kablam! | ^ Oct 16 17:07:20.255 INFO kablam! | Oct 16 17:07:20.255 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 17:07:20.255 INFO kablam! Oct 16 17:07:20.255 INFO kablam! warning: variable `D` should have a snake case name such as `d` Oct 16 17:07:20.255 INFO kablam! --> examples/song.rs:11:7 Oct 16 17:07:20.255 INFO kablam! | Oct 16 17:07:20.255 INFO kablam! 11 | let D = Hertz::new(2349.0f64); Oct 16 17:07:20.255 INFO kablam! | ^ Oct 16 17:07:20.255 INFO kablam! Oct 16 17:07:20.255 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 16 17:07:20.255 INFO kablam! --> examples/song.rs:12:7 Oct 16 17:07:20.255 INFO kablam! | Oct 16 17:07:20.255 INFO kablam! 12 | let E = Hertz::new(2673.0f64); Oct 16 17:07:20.255 INFO kablam! | ^ Oct 16 17:07:20.255 INFO kablam! Oct 16 17:07:20.255 INFO kablam! warning: variable `F` should have a snake case name such as `f` Oct 16 17:07:20.255 INFO kablam! --> examples/song.rs:13:7 Oct 16 17:07:20.255 INFO kablam! | Oct 16 17:07:20.255 INFO kablam! 13 | let F = Hertz::new(2673.0f64); Oct 16 17:07:20.255 INFO kablam! | ^ Oct 16 17:07:20.255 INFO kablam! Oct 16 17:07:20.255 INFO kablam! warning: variable `G` should have a snake case name such as `g` Oct 16 17:07:20.255 INFO kablam! --> examples/song.rs:14:7 Oct 16 17:07:20.255 INFO kablam! | Oct 16 17:07:20.255 INFO kablam! 14 | let G = Hertz::new(3136.0f64); Oct 16 17:07:20.255 INFO kablam! | ^ Oct 16 17:07:20.255 INFO kablam! Oct 16 17:07:20.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 16 17:07:20.727 INFO kablam! su: No module specific data is present Oct 16 17:07:21.087 INFO running `"docker" "rm" "-f" "109fa680e8b1aff3464e3d44f4707c6f01f2a54f5e7cd4af4a91956b8b9c096d"` Oct 16 17:07:21.207 INFO blam! 109fa680e8b1aff3464e3d44f4707c6f01f2a54f5e7cd4af4a91956b8b9c096d