Oct 15 11:01:45.809 INFO testing FauxFaux/ralc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:01:45.809 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 11:01:46.029 INFO blam! 2e03eb326130c7226c7475df7aff759d0085ea309f07d758ab480af2f32694ef Oct 15 11:01:46.030 INFO running `"docker" "start" "-a" "2e03eb326130c7226c7475df7aff759d0085ea309f07d758ab480af2f32694ef"` Oct 15 11:01:47.082 INFO kablam! usermod: no changes Oct 15 11:01:47.191 INFO kablam! Compiling memchr v2.0.1 Oct 15 11:01:47.203 INFO kablam! Compiling num v0.1.42 Oct 15 11:01:48.081 INFO kablam! Compiling bigdecimal v0.0.11 Oct 15 11:01:48.191 INFO kablam! Compiling nom v4.0.0-beta2 Oct 15 11:01:51.414 INFO kablam! Compiling ralculate v0.1.0 (/source/lib) Oct 15 11:01:52.339 INFO kablam! warning: unused import: `bigdecimal::BigDecimal` Oct 15 11:01:52.339 INFO kablam! --> lib/src/eval.rs:1:5 Oct 15 11:01:52.339 INFO kablam! | Oct 15 11:01:52.339 INFO kablam! 1 | use bigdecimal::BigDecimal; Oct 15 11:01:52.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.339 INFO kablam! | Oct 15 11:01:52.339 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:01:52.339 INFO kablam! Oct 15 11:01:52.343 INFO kablam! warning: unused import: `nom::Err` Oct 15 11:01:52.343 INFO kablam! --> lib/src/parse.rs:1:5 Oct 15 11:01:52.343 INFO kablam! | Oct 15 11:01:52.343 INFO kablam! 1 | use nom::Err; Oct 15 11:01:52.343 INFO kablam! | ^^^^^^^^ Oct 15 11:01:52.343 INFO kablam! Oct 15 11:01:52.343 INFO kablam! warning: unused import: `bigdecimal::BigDecimal` Oct 15 11:01:52.343 INFO kablam! --> lib/src/lib.rs:18:5 Oct 15 11:01:52.343 INFO kablam! | Oct 15 11:01:52.343 INFO kablam! 18 | use bigdecimal::BigDecimal; Oct 15 11:01:52.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.343 INFO kablam! Oct 15 11:01:52.807 INFO kablam! warning: unreachable pattern Oct 15 11:01:52.807 INFO kablam! --> lib/src/eval.rs:12:9 Oct 15 11:01:52.808 INFO kablam! | Oct 15 11:01:52.808 INFO kablam! 12 | other => unimplemented!("{:?}", other), Oct 15 11:01:52.808 INFO kablam! | ^^^^^ Oct 15 11:01:52.808 INFO kablam! | Oct 15 11:01:52.809 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 11:01:52.809 INFO kablam! Oct 15 11:01:52.928 INFO kablam! warning: function is never used: `eval` Oct 15 11:01:52.928 INFO kablam! --> lib/src/eval.rs:6:1 Oct 15 11:01:52.929 INFO kablam! | Oct 15 11:01:52.929 INFO kablam! 6 | pub fn eval(expr: Expr) -> Value { Oct 15 11:01:52.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.929 INFO kablam! | Oct 15 11:01:52.930 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:01:52.930 INFO kablam! Oct 15 11:01:52.930 INFO kablam! warning: function is never used: `fodl` Oct 15 11:01:52.931 INFO kablam! --> lib/src/eval.rs:16:1 Oct 15 11:01:52.931 INFO kablam! | Oct 15 11:01:52.931 INFO kablam! 16 | / fn fodl, T, F>(iter: I, func: F) -> T Oct 15 11:01:52.931 INFO kablam! 17 | | where Oct 15 11:01:52.932 INFO kablam! 18 | | F: Fn(T, T) -> T, Oct 15 11:01:52.932 INFO kablam! 19 | | { Oct 15 11:01:52.932 INFO kablam! ... | Oct 15 11:01:52.932 INFO kablam! 22 | | iter.fold(init, func) Oct 15 11:01:52.933 INFO kablam! 23 | | } Oct 15 11:01:52.933 INFO kablam! | |_^ Oct 15 11:01:52.933 INFO kablam! Oct 15 11:01:52.933 INFO kablam! warning: variant is never constructed: `SiUnitThen` Oct 15 11:01:52.933 INFO kablam! --> lib/src/parse.rs:28:5 Oct 15 11:01:52.934 INFO kablam! | Oct 15 11:01:52.934 INFO kablam! 28 | SiUnitThen, Oct 15 11:01:52.934 INFO kablam! | ^^^^^^^^^^ Oct 15 11:01:52.935 INFO kablam! Oct 15 11:01:52.935 INFO kablam! warning: method is never used: `int_from_i64` Oct 15 11:01:52.935 INFO kablam! --> lib/src/lib.rs:87:5 Oct 15 11:01:52.935 INFO kablam! | Oct 15 11:01:52.936 INFO kablam! 87 | fn int_from_i64(val: i64) -> Rational { Oct 15 11:01:52.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.936 INFO kablam! Oct 15 11:01:52.936 INFO kablam! warning: method is never used: `from_int` Oct 15 11:01:52.937 INFO kablam! --> lib/src/lib.rs:160:5 Oct 15 11:01:52.937 INFO kablam! | Oct 15 11:01:52.937 INFO kablam! 160 | fn from_int(val: i64) -> Value { Oct 15 11:01:52.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.938 INFO kablam! Oct 15 11:01:52.938 INFO kablam! warning: method is never used: `plus` Oct 15 11:01:52.938 INFO kablam! --> lib/src/lib.rs:169:5 Oct 15 11:01:52.938 INFO kablam! | Oct 15 11:01:52.939 INFO kablam! 169 | fn plus(self, other: Value) -> Value { Oct 15 11:01:52.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.939 INFO kablam! Oct 15 11:01:52.940 INFO kablam! warning: method is never used: `mul` Oct 15 11:01:52.940 INFO kablam! --> lib/src/lib.rs:180:5 Oct 15 11:01:52.940 INFO kablam! | Oct 15 11:01:52.940 INFO kablam! 180 | fn mul(self, other: Value) -> Value { Oct 15 11:01:52.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:52.941 INFO kablam! Oct 15 11:01:53.800 INFO kablam! Compiling ralc v0.1.0 (/source/cmd) Oct 15 11:01:55.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.26s Oct 15 11:01:55.379 INFO kablam! su: No module specific data is present Oct 15 11:01:55.831 INFO running `"docker" "rm" "-f" "2e03eb326130c7226c7475df7aff759d0085ea309f07d758ab480af2f32694ef"` Oct 15 11:01:56.079 INFO blam! 2e03eb326130c7226c7475df7aff759d0085ea309f07d758ab480af2f32694ef Oct 15 11:01:56.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 11:01:56.408 INFO blam! 98fecc3cf7ed344283063b055b9981d3026b8464b9b2c86a61a6164532f9027b Oct 15 11:01:56.412 INFO running `"docker" "start" "-a" "98fecc3cf7ed344283063b055b9981d3026b8464b9b2c86a61a6164532f9027b"` Oct 15 11:01:57.400 INFO kablam! usermod: no changes Oct 15 11:01:57.539 INFO kablam! Compiling ralculate v0.1.0 (/source/lib) Oct 15 11:01:57.543 INFO kablam! Compiling ralc v0.1.0 (/source/cmd) Oct 15 11:01:59.307 INFO kablam! warning: unused import: `bigdecimal::BigDecimal` Oct 15 11:01:59.308 INFO kablam! --> lib/src/eval.rs:1:5 Oct 15 11:01:59.308 INFO kablam! | Oct 15 11:01:59.308 INFO kablam! 1 | use bigdecimal::BigDecimal; Oct 15 11:01:59.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:59.308 INFO kablam! | Oct 15 11:01:59.308 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:01:59.308 INFO kablam! Oct 15 11:01:59.308 INFO kablam! warning: unused import: `nom::Err` Oct 15 11:01:59.308 INFO kablam! --> lib/src/parse.rs:1:5 Oct 15 11:01:59.315 INFO kablam! | Oct 15 11:01:59.315 INFO kablam! 1 | use nom::Err; Oct 15 11:01:59.315 INFO kablam! | ^^^^^^^^ Oct 15 11:01:59.315 INFO kablam! Oct 15 11:01:59.315 INFO kablam! warning: unused import: `bigdecimal::BigDecimal` Oct 15 11:01:59.315 INFO kablam! --> lib/src/lib.rs:18:5 Oct 15 11:01:59.315 INFO kablam! | Oct 15 11:01:59.315 INFO kablam! 18 | use bigdecimal::BigDecimal; Oct 15 11:01:59.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:01:59.315 INFO kablam! Oct 15 11:02:00.006 INFO kablam! warning: unreachable pattern Oct 15 11:02:00.006 INFO kablam! --> lib/src/eval.rs:12:9 Oct 15 11:02:00.006 INFO kablam! | Oct 15 11:02:00.006 INFO kablam! 12 | other => unimplemented!("{:?}", other), Oct 15 11:02:00.006 INFO kablam! | ^^^^^ Oct 15 11:02:00.006 INFO kablam! | Oct 15 11:02:00.006 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 11:02:00.006 INFO kablam! Oct 15 11:02:00.208 INFO kablam! warning: variant is never constructed: `SiUnitThen` Oct 15 11:02:00.208 INFO kablam! --> lib/src/parse.rs:28:5 Oct 15 11:02:00.208 INFO kablam! | Oct 15 11:02:00.208 INFO kablam! 28 | SiUnitThen, Oct 15 11:02:00.208 INFO kablam! | ^^^^^^^^^^ Oct 15 11:02:00.208 INFO kablam! | Oct 15 11:02:00.208 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:02:00.208 INFO kablam! Oct 15 11:02:01.922 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.46s Oct 15 11:02:01.928 INFO kablam! su: No module specific data is present Oct 15 11:02:02.470 INFO running `"docker" "rm" "-f" "98fecc3cf7ed344283063b055b9981d3026b8464b9b2c86a61a6164532f9027b"` Oct 15 11:02:02.699 INFO blam! 98fecc3cf7ed344283063b055b9981d3026b8464b9b2c86a61a6164532f9027b Oct 15 11:02:02.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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" "-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 15 11:02:03.275 INFO blam! 1cb825b79cc8624be645b2382e8dd2ed402386228d6d18c6d1d7485f718a84da Oct 15 11:02:03.277 INFO running `"docker" "start" "-a" "1cb825b79cc8624be645b2382e8dd2ed402386228d6d18c6d1d7485f718a84da"` Oct 15 11:02:04.324 INFO kablam! usermod: no changes Oct 15 11:02:04.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 11:02:04.495 INFO kablam! Running /target/debug/deps/ralc-b1462d5212b4e72d Oct 15 11:02:04.505 INFO kablam! Running /target/debug/deps/ralculate-d0c3da17d630897c Oct 15 11:02:04.505 INFO blam! Oct 15 11:02:04.506 INFO blam! running 0 tests Oct 15 11:02:04.506 INFO blam! Oct 15 11:02:04.506 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:02:04.506 INFO blam! Oct 15 11:02:04.511 INFO blam! Oct 15 11:02:04.511 INFO kablam! Doc-tests ralculate Oct 15 11:02:04.512 INFO blam! running 1 test Oct 15 11:02:04.512 INFO blam! test eval_tests::numbers ... ok Oct 15 11:02:04.512 INFO blam! Oct 15 11:02:04.512 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:02:04.513 INFO blam! Oct 15 11:02:05.963 INFO blam! Oct 15 11:02:05.963 INFO blam! running 0 tests Oct 15 11:02:05.963 INFO blam! Oct 15 11:02:05.963 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:02:05.963 INFO blam! Oct 15 11:02:05.971 INFO kablam! su: No module specific data is present Oct 15 11:02:06.559 INFO running `"docker" "rm" "-f" "1cb825b79cc8624be645b2382e8dd2ed402386228d6d18c6d1d7485f718a84da"` Oct 15 11:02:06.819 INFO blam! 1cb825b79cc8624be645b2382e8dd2ed402386228d6d18c6d1d7485f718a84da