Oct 15 16:25:52.032 INFO testing tinyexpr-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:25:52.034 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 15 16:25:52.363 INFO blam! c638073fef5c8a890af3c8ee6d882f2ebc96302780b4906636a93539ef64b8c6 Oct 15 16:25:52.374 INFO running `"docker" "start" "-a" "c638073fef5c8a890af3c8ee6d882f2ebc96302780b4906636a93539ef64b8c6"` Oct 15 16:25:53.930 INFO kablam! usermod: no changes Oct 15 16:25:53.979 INFO kablam! Compiling tinyexpr v0.1.1 (/source) Oct 15 16:25:54.499 INFO kablam! warning: unused macro definition Oct 15 16:25:54.499 INFO kablam! --> src/lib.rs:69:1 Oct 15 16:25:54.499 INFO kablam! | Oct 15 16:25:54.499 INFO kablam! 69 | / macro_rules! is_pure { Oct 15 16:25:54.499 INFO kablam! 70 | | ($x:expr) => (($x & TE_FLAG_PURE).bits() != 0) Oct 15 16:25:54.499 INFO kablam! 71 | | } Oct 15 16:25:54.499 INFO kablam! | |_^ Oct 15 16:25:54.499 INFO kablam! | Oct 15 16:25:54.499 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 16:25:54.499 INFO kablam! Oct 15 16:25:54.499 INFO kablam! warning: unused macro definition Oct 15 16:25:54.499 INFO kablam! --> src/lib.rs:73:1 Oct 15 16:25:54.499 INFO kablam! | Oct 15 16:25:54.499 INFO kablam! 73 | / macro_rules! is_function { Oct 15 16:25:54.499 INFO kablam! 74 | | ($x:expr) => (($x & TE_FUNCTION0).bits() != 0) Oct 15 16:25:54.499 INFO kablam! 75 | | } Oct 15 16:25:54.500 INFO kablam! | |_^ Oct 15 16:25:54.500 INFO kablam! Oct 15 16:25:54.500 INFO kablam! warning: unused macro definition Oct 15 16:25:54.500 INFO kablam! --> src/lib.rs:77:1 Oct 15 16:25:54.500 INFO kablam! | Oct 15 16:25:54.500 INFO kablam! 77 | / macro_rules! is_closure { Oct 15 16:25:54.500 INFO kablam! 78 | | ($x:expr) => (($x & TE_CLOSURE0).bits() != 0) Oct 15 16:25:54.500 INFO kablam! 79 | | } Oct 15 16:25:54.500 INFO kablam! | |_^ Oct 15 16:25:54.500 INFO kablam! Oct 15 16:25:54.739 INFO kablam! warning: unused variable: `arity` Oct 15 16:25:54.740 INFO kablam! --> src/lib.rs:226:9 Oct 15 16:25:54.740 INFO kablam! | Oct 15 16:25:54.740 INFO kablam! 226 | let arity = arity!(e_type); Oct 15 16:25:54.741 INFO kablam! | ^^^^^ help: consider using `_arity` instead Oct 15 16:25:54.741 INFO kablam! | Oct 15 16:25:54.741 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:25:54.742 INFO kablam! Oct 15 16:25:54.742 INFO kablam! warning: unused variable: `i` Oct 15 16:25:54.743 INFO kablam! --> src/lib.rs:397:21 Oct 15 16:25:54.743 INFO kablam! | Oct 15 16:25:54.743 INFO kablam! 397 | for i in 0..arity { Oct 15 16:25:54.744 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:25:54.744 INFO kablam! Oct 15 16:25:54.744 INFO kablam! warning: unused variable: `i` Oct 15 16:25:54.745 INFO kablam! --> src/lib.rs:514:13 Oct 15 16:25:54.745 INFO kablam! | Oct 15 16:25:54.745 INFO kablam! 514 | for i in 0..arity { Oct 15 16:25:54.746 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:25:54.746 INFO kablam! Oct 15 16:25:54.759 INFO kablam! warning: variable does not need to be mutable Oct 15 16:25:54.759 INFO kablam! --> src/lib.rs:511:13 Oct 15 16:25:54.760 INFO kablam! | Oct 15 16:25:54.760 INFO kablam! 511 | let mut known = 1; Oct 15 16:25:54.760 INFO kablam! | ----^^^^^ Oct 15 16:25:54.761 INFO kablam! | | Oct 15 16:25:54.761 INFO kablam! | help: remove this `mut` Oct 15 16:25:54.761 INFO kablam! | Oct 15 16:25:54.761 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:25:54.762 INFO kablam! Oct 15 16:25:55.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 15 16:25:55.690 INFO kablam! su: No module specific data is present Oct 15 16:25:56.187 INFO running `"docker" "rm" "-f" "c638073fef5c8a890af3c8ee6d882f2ebc96302780b4906636a93539ef64b8c6"` Oct 15 16:25:56.480 INFO blam! c638073fef5c8a890af3c8ee6d882f2ebc96302780b4906636a93539ef64b8c6 Oct 15 16:25:56.485 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 15 16:25:56.965 INFO blam! 169fbc2da8f5a5ff2c6a7f4137fb5e8dadc916b33468795e3b992da2018f659b Oct 15 16:25:56.968 INFO running `"docker" "start" "-a" "169fbc2da8f5a5ff2c6a7f4137fb5e8dadc916b33468795e3b992da2018f659b"` Oct 15 16:25:58.058 INFO kablam! usermod: no changes Oct 15 16:25:58.107 INFO kablam! Compiling tinyexpr v0.1.1 (/source) Oct 15 16:25:59.979 INFO kablam! warning: unused macro definition Oct 15 16:25:59.979 INFO kablam! --> src/lib.rs:69:1 Oct 15 16:25:59.979 INFO kablam! | Oct 15 16:25:59.979 INFO kablam! 69 | / macro_rules! is_pure { Oct 15 16:25:59.979 INFO kablam! 70 | | ($x:expr) => (($x & TE_FLAG_PURE).bits() != 0) Oct 15 16:25:59.979 INFO kablam! 71 | | } Oct 15 16:25:59.979 INFO kablam! | |_^ Oct 15 16:25:59.979 INFO kablam! | Oct 15 16:25:59.979 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 16:25:59.979 INFO kablam! Oct 15 16:25:59.979 INFO kablam! warning: unused macro definition Oct 15 16:25:59.979 INFO kablam! --> src/lib.rs:73:1 Oct 15 16:25:59.979 INFO kablam! | Oct 15 16:25:59.979 INFO kablam! 73 | / macro_rules! is_function { Oct 15 16:25:59.979 INFO kablam! 74 | | ($x:expr) => (($x & TE_FUNCTION0).bits() != 0) Oct 15 16:25:59.979 INFO kablam! 75 | | } Oct 15 16:25:59.979 INFO kablam! | |_^ Oct 15 16:25:59.979 INFO kablam! Oct 15 16:25:59.979 INFO kablam! warning: unused macro definition Oct 15 16:25:59.979 INFO kablam! --> src/lib.rs:77:1 Oct 15 16:25:59.979 INFO kablam! | Oct 15 16:25:59.979 INFO kablam! 77 | / macro_rules! is_closure { Oct 15 16:25:59.979 INFO kablam! 78 | | ($x:expr) => (($x & TE_CLOSURE0).bits() != 0) Oct 15 16:25:59.979 INFO kablam! 79 | | } Oct 15 16:25:59.979 INFO kablam! | |_^ Oct 15 16:25:59.979 INFO kablam! Oct 15 16:26:00.475 INFO kablam! warning: unused variable: `arity` Oct 15 16:26:00.475 INFO kablam! --> src/lib.rs:226:9 Oct 15 16:26:00.475 INFO kablam! | Oct 15 16:26:00.475 INFO kablam! 226 | let arity = arity!(e_type); Oct 15 16:26:00.475 INFO kablam! | ^^^^^ help: consider using `_arity` instead Oct 15 16:26:00.475 INFO kablam! | Oct 15 16:26:00.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:26:00.475 INFO kablam! Oct 15 16:26:00.475 INFO kablam! warning: unused variable: `i` Oct 15 16:26:00.475 INFO kablam! --> src/lib.rs:397:21 Oct 15 16:26:00.475 INFO kablam! | Oct 15 16:26:00.475 INFO kablam! 397 | for i in 0..arity { Oct 15 16:26:00.475 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:26:00.475 INFO kablam! Oct 15 16:26:00.475 INFO kablam! warning: unused variable: `i` Oct 15 16:26:00.475 INFO kablam! --> src/lib.rs:514:13 Oct 15 16:26:00.475 INFO kablam! | Oct 15 16:26:00.475 INFO kablam! 514 | for i in 0..arity { Oct 15 16:26:00.475 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:26:00.475 INFO kablam! Oct 15 16:26:00.551 INFO kablam! warning: variable does not need to be mutable Oct 15 16:26:00.551 INFO kablam! --> src/lib.rs:511:13 Oct 15 16:26:00.551 INFO kablam! | Oct 15 16:26:00.551 INFO kablam! 511 | let mut known = 1; Oct 15 16:26:00.551 INFO kablam! | ----^^^^^ Oct 15 16:26:00.551 INFO kablam! | | Oct 15 16:26:00.551 INFO kablam! | help: remove this `mut` Oct 15 16:26:00.551 INFO kablam! | Oct 15 16:26:00.551 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:26:00.551 INFO kablam! Oct 15 16:26:01.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 15 16:26:01.219 INFO kablam! su: No module specific data is present Oct 15 16:26:01.759 INFO running `"docker" "rm" "-f" "169fbc2da8f5a5ff2c6a7f4137fb5e8dadc916b33468795e3b992da2018f659b"` Oct 15 16:26:02.167 INFO blam! 169fbc2da8f5a5ff2c6a7f4137fb5e8dadc916b33468795e3b992da2018f659b Oct 15 16:26:02.171 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" "-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 16:26:02.661 INFO blam! 438042f4dd7acb21af020a8d110a432d0ac74a5e47259f4027d2c87125ac47df Oct 15 16:26:02.663 INFO running `"docker" "start" "-a" "438042f4dd7acb21af020a8d110a432d0ac74a5e47259f4027d2c87125ac47df"` Oct 15 16:26:03.827 INFO kablam! usermod: no changes Oct 15 16:26:03.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 16:26:03.879 INFO kablam! Running /target/debug/deps/tinyexpr-3c7f999500804a2e Oct 15 16:26:03.887 INFO kablam! Running /target/debug/deps/lib-75147c0eabd238bc Oct 15 16:26:03.887 INFO blam! Oct 15 16:26:03.887 INFO blam! running 0 tests Oct 15 16:26:03.887 INFO blam! Oct 15 16:26:03.887 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:03.887 INFO blam! Oct 15 16:26:03.888 INFO blam! Oct 15 16:26:03.888 INFO blam! running 6 tests Oct 15 16:26:03.895 INFO blam! test check_basics ... ok Oct 15 16:26:03.895 INFO blam! test check_constants ... ok Oct 15 16:26:03.907 INFO blam! test check_hyberbolic_trigs ... ok Oct 15 16:26:03.923 INFO blam! test check_logarithms ... ok Oct 15 16:26:03.923 INFO blam! test check_trigs ... ok Oct 15 16:26:03.967 INFO blam! test parse_error ... ok Oct 15 16:26:03.967 INFO blam! Oct 15 16:26:03.967 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:03.967 INFO blam! Oct 15 16:26:03.975 INFO kablam! Doc-tests tinyexpr Oct 15 16:26:04.923 INFO blam! Oct 15 16:26:04.923 INFO blam! running 2 tests Oct 15 16:26:06.225 INFO blam! test src/lib.rs - interp (line 547) ... ok Oct 15 16:26:06.267 INFO blam! test src/lib.rs - (line 10) ... ok Oct 15 16:26:06.267 INFO blam! Oct 15 16:26:06.267 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:06.267 INFO blam! Oct 15 16:26:06.285 INFO kablam! su: No module specific data is present Oct 15 16:26:06.937 INFO running `"docker" "rm" "-f" "438042f4dd7acb21af020a8d110a432d0ac74a5e47259f4027d2c87125ac47df"` Oct 15 16:26:07.219 INFO blam! 438042f4dd7acb21af020a8d110a432d0ac74a5e47259f4027d2c87125ac47df