Oct 10 13:49:22.969 INFO testing tasdomas/sc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:49:22.969 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:49:22.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 13:49:23.415 INFO blam! 3cf6cfc97d4ec4c4e6092ce181e63b928ba8e8946f61228852f9242e199ba7b5 Oct 10 13:49:23.417 INFO running `"docker" "start" "-a" "3cf6cfc97d4ec4c4e6092ce181e63b928ba8e8946f61228852f9242e199ba7b5"` Oct 10 13:49:24.592 INFO kablam! usermod: no changes Oct 10 13:49:24.640 INFO kablam! Compiling sc v0.1.0 (/source) Oct 10 13:49:25.239 INFO kablam! warning: value assigned to `a` is never read Oct 10 13:49:25.239 INFO kablam! --> src/ops.rs:6:13 Oct 10 13:49:25.239 INFO kablam! | Oct 10 13:49:25.240 INFO kablam! 6 | let mut a :f32 = 0.0; Oct 10 13:49:25.240 INFO kablam! | ^ Oct 10 13:49:25.240 INFO kablam! | Oct 10 13:49:25.241 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 13:49:25.241 INFO kablam! Oct 10 13:49:25.241 INFO kablam! warning: value assigned to `b` is never read Oct 10 13:49:25.241 INFO kablam! --> src/ops.rs:15:13 Oct 10 13:49:25.242 INFO kablam! | Oct 10 13:49:25.242 INFO kablam! 15 | let mut b :f32 = 0.0; Oct 10 13:49:25.242 INFO kablam! | ^ Oct 10 13:49:25.243 INFO kablam! Oct 10 13:49:25.257 INFO kablam! warning: structure field `S` should have a snake case name such as `s` Oct 10 13:49:25.257 INFO kablam! --> src/stack.rs:4:5 Oct 10 13:49:25.257 INFO kablam! | Oct 10 13:49:25.258 INFO kablam! 4 | S: Option>>, Oct 10 13:49:25.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:49:25.258 INFO kablam! | Oct 10 13:49:25.258 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:49:25.258 INFO kablam! Oct 10 13:49:25.258 INFO kablam! warning: function `Sum` should have a snake case name such as `sum` Oct 10 13:49:25.258 INFO kablam! --> src/ops.rs:5:1 Oct 10 13:49:25.259 INFO kablam! | Oct 10 13:49:25.259 INFO kablam! 5 | / pub fn Sum(mut s: Stack) -> Stack { Oct 10 13:49:25.259 INFO kablam! 6 | | let mut a :f32 = 0.0; Oct 10 13:49:25.259 INFO kablam! 7 | | { Oct 10 13:49:25.259 INFO kablam! 8 | | let (ss, input_a) = s.pop(); Oct 10 13:49:25.259 INFO kablam! ... | Oct 10 13:49:25.259 INFO kablam! 24 | | s.push(a+b) Oct 10 13:49:25.259 INFO kablam! 25 | | } Oct 10 13:49:25.259 INFO kablam! | |_^ Oct 10 13:49:25.259 INFO kablam! Oct 10 13:49:26.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 10 13:49:26.630 INFO kablam! su: No module specific data is present Oct 10 13:49:27.305 INFO running `"docker" "rm" "-f" "3cf6cfc97d4ec4c4e6092ce181e63b928ba8e8946f61228852f9242e199ba7b5"` Oct 10 13:49:27.580 INFO blam! 3cf6cfc97d4ec4c4e6092ce181e63b928ba8e8946f61228852f9242e199ba7b5 Oct 10 13:49:27.585 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:49:27.586 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 13:49:28.042 INFO blam! 9b23905adad4503d17edd05ccb934be61b841af0e7f5d8e649f1b510857de079 Oct 10 13:49:28.045 INFO running `"docker" "start" "-a" "9b23905adad4503d17edd05ccb934be61b841af0e7f5d8e649f1b510857de079"` Oct 10 13:49:29.925 INFO kablam! usermod: no changes Oct 10 13:49:29.996 INFO kablam! Compiling sc v0.1.0 (/source) Oct 10 13:49:30.916 INFO kablam! warning: value assigned to `a` is never read Oct 10 13:49:30.916 INFO kablam! --> src/ops.rs:6:13 Oct 10 13:49:30.916 INFO kablam! | Oct 10 13:49:30.916 INFO kablam! 6 | let mut a :f32 = 0.0; Oct 10 13:49:30.916 INFO kablam! | ^ Oct 10 13:49:30.916 INFO kablam! | Oct 10 13:49:30.916 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 13:49:30.916 INFO kablam! Oct 10 13:49:30.916 INFO kablam! warning: value assigned to `b` is never read Oct 10 13:49:30.916 INFO kablam! --> src/ops.rs:15:13 Oct 10 13:49:30.916 INFO kablam! | Oct 10 13:49:30.916 INFO kablam! 15 | let mut b :f32 = 0.0; Oct 10 13:49:30.916 INFO kablam! | ^ Oct 10 13:49:30.916 INFO kablam! Oct 10 13:49:30.939 INFO kablam! warning: structure field `S` should have a snake case name such as `s` Oct 10 13:49:30.939 INFO kablam! --> src/stack.rs:4:5 Oct 10 13:49:30.939 INFO kablam! | Oct 10 13:49:30.939 INFO kablam! 4 | S: Option>>, Oct 10 13:49:30.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:49:30.939 INFO kablam! | Oct 10 13:49:30.939 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 13:49:30.939 INFO kablam! Oct 10 13:49:30.939 INFO kablam! warning: function `Sum` should have a snake case name such as `sum` Oct 10 13:49:30.939 INFO kablam! --> src/ops.rs:5:1 Oct 10 13:49:30.939 INFO kablam! | Oct 10 13:49:30.939 INFO kablam! 5 | / pub fn Sum(mut s: Stack) -> Stack { Oct 10 13:49:30.939 INFO kablam! 6 | | let mut a :f32 = 0.0; Oct 10 13:49:30.939 INFO kablam! 7 | | { Oct 10 13:49:30.939 INFO kablam! 8 | | let (ss, input_a) = s.pop(); Oct 10 13:49:30.939 INFO kablam! ... | Oct 10 13:49:30.939 INFO kablam! 24 | | s.push(a+b) Oct 10 13:49:30.939 INFO kablam! 25 | | } Oct 10 13:49:30.940 INFO kablam! | |_^ Oct 10 13:49:30.940 INFO kablam! Oct 10 13:49:31.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 10 13:49:31.408 INFO kablam! su: No module specific data is present Oct 10 13:49:32.209 INFO running `"docker" "rm" "-f" "9b23905adad4503d17edd05ccb934be61b841af0e7f5d8e649f1b510857de079"` Oct 10 13:49:32.525 INFO blam! 9b23905adad4503d17edd05ccb934be61b841af0e7f5d8e649f1b510857de079 Oct 10 13:49:32.526 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:49:32.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 13:49:33.052 INFO blam! 05850f2a83af8b802a2e8e07adbbe01f26e6755bc6ac1f0d8b0b53d3465661e7 Oct 10 13:49:33.054 INFO running `"docker" "start" "-a" "05850f2a83af8b802a2e8e07adbbe01f26e6755bc6ac1f0d8b0b53d3465661e7"` Oct 10 13:49:34.752 INFO kablam! usermod: no changes Oct 10 13:49:34.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 13:49:34.800 INFO kablam! Running /target/debug/deps/sc-386d7af9b56b35b9 Oct 10 13:49:34.812 INFO blam! Oct 10 13:49:34.812 INFO blam! running 0 tests Oct 10 13:49:34.812 INFO blam! Oct 10 13:49:34.812 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:49:34.812 INFO blam! Oct 10 13:49:34.814 INFO kablam! Running /target/debug/deps/sc-02ad651c8e1a47ec Oct 10 13:49:34.815 INFO blam! Oct 10 13:49:34.815 INFO blam! running 0 tests Oct 10 13:49:34.815 INFO blam! Oct 10 13:49:34.815 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:49:34.815 INFO blam! Oct 10 13:49:34.815 INFO kablam! Doc-tests sc Oct 10 13:49:35.806 INFO blam! Oct 10 13:49:35.806 INFO blam! running 0 tests Oct 10 13:49:35.806 INFO blam! Oct 10 13:49:35.806 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:49:35.806 INFO blam! Oct 10 13:49:35.811 INFO kablam! su: No module specific data is present Oct 10 13:49:36.560 INFO running `"docker" "rm" "-f" "05850f2a83af8b802a2e8e07adbbe01f26e6755bc6ac1f0d8b0b53d3465661e7"` Oct 10 13:49:36.841 INFO blam! 05850f2a83af8b802a2e8e07adbbe01f26e6755bc6ac1f0d8b0b53d3465661e7