Oct 10 21:35:01.309 INFO testing intrepion/example-x-rust-x-rustbyexample-com-x-std-result-try against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:35:01.309 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:35:01.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 21:35:01.535 INFO blam! 66a5e84a23249c6dcc65f64545ca86c703e7a8dabb8175786bca6fe59b667221 Oct 10 21:35:01.541 INFO running `"docker" "start" "-a" "66a5e84a23249c6dcc65f64545ca86c703e7a8dabb8175786bca6fe59b667221"` Oct 10 21:35:01.894 INFO kablam! usermod: no changes Oct 10 21:35:01.920 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-std-result-try v0.1.0 (/source) Oct 10 21:35:02.353 INFO kablam! warning: enum is never used: `MathError` Oct 10 21:35:02.353 INFO kablam! --> src/main.rs:3:5 Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! 3 | enum MathError { Oct 10 21:35:02.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:35:02.353 INFO kablam! Oct 10 21:35:02.353 INFO kablam! warning: type alias is never used: `MathResult` Oct 10 21:35:02.353 INFO kablam! --> src/main.rs:9:5 Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! 9 | type MathResult = Result; Oct 10 21:35:02.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:02.353 INFO kablam! Oct 10 21:35:02.353 INFO kablam! warning: function is never used: `div` Oct 10 21:35:02.353 INFO kablam! --> src/main.rs:11:5 Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! 11 | fn div(x: f64, y: f64) -> MathResult { Oct 10 21:35:02.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:02.353 INFO kablam! Oct 10 21:35:02.353 INFO kablam! warning: function is never used: `sqrt` Oct 10 21:35:02.353 INFO kablam! --> src/main.rs:19:5 Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! 19 | fn sqrt(x: f64) -> MathResult { Oct 10 21:35:02.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:02.353 INFO kablam! Oct 10 21:35:02.353 INFO kablam! warning: function is never used: `ln` Oct 10 21:35:02.353 INFO kablam! --> src/main.rs:27:5 Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! 27 | fn ln(x: f64) -> MathResult { Oct 10 21:35:02.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:02.353 INFO kablam! Oct 10 21:35:02.353 INFO kablam! warning: function is never used: `op_` Oct 10 21:35:02.353 INFO kablam! --> src/main.rs:36:5 Oct 10 21:35:02.353 INFO kablam! | Oct 10 21:35:02.353 INFO kablam! 36 | fn op_(x: f64, y: f64) -> MathResult { Oct 10 21:35:02.353 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:02.353 INFO kablam! Oct 10 21:35:02.353 INFO kablam! warning: function is never used: `op` Oct 10 21:35:02.354 INFO kablam! --> src/main.rs:46:5 Oct 10 21:35:02.354 INFO kablam! | Oct 10 21:35:02.354 INFO kablam! 46 | pub fn op(x: f64, y: f64) { Oct 10 21:35:02.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:02.354 INFO kablam! Oct 10 21:35:02.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 10 21:35:02.575 INFO kablam! su: No module specific data is present Oct 10 21:35:02.802 INFO running `"docker" "rm" "-f" "66a5e84a23249c6dcc65f64545ca86c703e7a8dabb8175786bca6fe59b667221"` Oct 10 21:35:02.901 INFO blam! 66a5e84a23249c6dcc65f64545ca86c703e7a8dabb8175786bca6fe59b667221 Oct 10 21:35:02.903 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:35:02.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 21:35:03.068 INFO blam! f14cff79446e1c3471b9a137c22e36ad190a784cec8f53c7b6c09d8c211a1a70 Oct 10 21:35:03.070 INFO running `"docker" "start" "-a" "f14cff79446e1c3471b9a137c22e36ad190a784cec8f53c7b6c09d8c211a1a70"` Oct 10 21:35:03.488 INFO kablam! usermod: no changes Oct 10 21:35:03.509 INFO kablam! Compiling example-x-rust-x-rustbyexample-com-x-std-result-try v0.1.0 (/source) Oct 10 21:35:03.981 INFO kablam! warning: enum is never used: `MathError` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:3:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 3 | enum MathError { Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:03.981 INFO kablam! warning: type alias is never used: `MathResult` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:9:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 9 | type MathResult = Result; Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:03.981 INFO kablam! warning: function is never used: `div` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:11:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 11 | fn div(x: f64, y: f64) -> MathResult { Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:03.981 INFO kablam! warning: function is never used: `sqrt` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:19:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 19 | fn sqrt(x: f64) -> MathResult { Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:03.981 INFO kablam! warning: function is never used: `ln` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:27:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 27 | fn ln(x: f64) -> MathResult { Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:03.981 INFO kablam! warning: function is never used: `op_` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:36:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 36 | fn op_(x: f64, y: f64) -> MathResult { Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:03.981 INFO kablam! warning: function is never used: `op` Oct 10 21:35:03.981 INFO kablam! --> src/main.rs:46:5 Oct 10 21:35:03.981 INFO kablam! | Oct 10 21:35:03.981 INFO kablam! 46 | pub fn op(x: f64, y: f64) { Oct 10 21:35:03.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:35:03.981 INFO kablam! Oct 10 21:35:04.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 10 21:35:04.302 INFO kablam! su: No module specific data is present Oct 10 21:35:04.592 INFO running `"docker" "rm" "-f" "f14cff79446e1c3471b9a137c22e36ad190a784cec8f53c7b6c09d8c211a1a70"` Oct 10 21:35:04.678 INFO blam! f14cff79446e1c3471b9a137c22e36ad190a784cec8f53c7b6c09d8c211a1a70 Oct 10 21:35:04.682 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:35:04.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 21:35:04.892 INFO blam! 08b371ce317536b93310d3090344550ce3e8bb84a65107bde339c6ff3500000c Oct 10 21:35:04.894 INFO running `"docker" "start" "-a" "08b371ce317536b93310d3090344550ce3e8bb84a65107bde339c6ff3500000c"` Oct 10 21:35:05.286 INFO kablam! usermod: no changes Oct 10 21:35:05.314 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 21:35:05.321 INFO kablam! Running /target/debug/deps/example_x_rust_x_rustbyexample_com_x_std_result_try-8f879d98c801e975 Oct 10 21:35:05.324 INFO blam! Oct 10 21:35:05.324 INFO blam! running 0 tests Oct 10 21:35:05.324 INFO blam! Oct 10 21:35:05.324 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:35:05.324 INFO blam! Oct 10 21:35:05.326 INFO kablam! su: No module specific data is present Oct 10 21:35:05.559 INFO running `"docker" "rm" "-f" "08b371ce317536b93310d3090344550ce3e8bb84a65107bde339c6ff3500000c"` Oct 10 21:35:05.641 INFO blam! 08b371ce317536b93310d3090344550ce3e8bb84a65107bde339c6ff3500000c