Oct 15 16:25:51.921 INFO testing tinyexpr-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:25:51.923 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.451 INFO blam! 9978d7e1a3825fcc430f532e3a0c164daaa5bada7c96b6db9402548b08fe150d Oct 15 16:25:52.455 INFO running `"docker" "start" "-a" "9978d7e1a3825fcc430f532e3a0c164daaa5bada7c96b6db9402548b08fe150d"` Oct 15 16:25:53.977 INFO kablam! usermod: no changes Oct 15 16:25:54.099 INFO kablam! Compiling tinyexpr v0.1.1 (/source) Oct 15 16:25:54.615 INFO kablam! warning: unused macro definition Oct 15 16:25:54.615 INFO kablam! --> src/lib.rs:69:1 Oct 15 16:25:54.615 INFO kablam! | Oct 15 16:25:54.615 INFO kablam! 69 | / macro_rules! is_pure { Oct 15 16:25:54.615 INFO kablam! 70 | | ($x:expr) => (($x & TE_FLAG_PURE).bits() != 0) Oct 15 16:25:54.615 INFO kablam! 71 | | } Oct 15 16:25:54.615 INFO kablam! | |_^ Oct 15 16:25:54.615 INFO kablam! | Oct 15 16:25:54.615 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 16:25:54.615 INFO kablam! Oct 15 16:25:54.615 INFO kablam! warning: unused macro definition Oct 15 16:25:54.615 INFO kablam! --> src/lib.rs:73:1 Oct 15 16:25:54.615 INFO kablam! | Oct 15 16:25:54.615 INFO kablam! 73 | / macro_rules! is_function { Oct 15 16:25:54.615 INFO kablam! 74 | | ($x:expr) => (($x & TE_FUNCTION0).bits() != 0) Oct 15 16:25:54.615 INFO kablam! 75 | | } Oct 15 16:25:54.615 INFO kablam! | |_^ Oct 15 16:25:54.615 INFO kablam! Oct 15 16:25:54.615 INFO kablam! warning: unused macro definition Oct 15 16:25:54.615 INFO kablam! --> src/lib.rs:77:1 Oct 15 16:25:54.615 INFO kablam! | Oct 15 16:25:54.615 INFO kablam! 77 | / macro_rules! is_closure { Oct 15 16:25:54.615 INFO kablam! 78 | | ($x:expr) => (($x & TE_CLOSURE0).bits() != 0) Oct 15 16:25:54.615 INFO kablam! 79 | | } Oct 15 16:25:54.615 INFO kablam! | |_^ Oct 15 16:25:54.615 INFO kablam! Oct 15 16:25:54.807 INFO kablam! warning: unused variable: `arity` Oct 15 16:25:54.807 INFO kablam! --> src/lib.rs:226:9 Oct 15 16:25:54.807 INFO kablam! | Oct 15 16:25:54.807 INFO kablam! 226 | let arity = arity!(e_type); Oct 15 16:25:54.807 INFO kablam! | ^^^^^ help: consider using `_arity` instead Oct 15 16:25:54.807 INFO kablam! | Oct 15 16:25:54.807 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:25:54.807 INFO kablam! Oct 15 16:25:54.807 INFO kablam! warning: unused variable: `i` Oct 15 16:25:54.807 INFO kablam! --> src/lib.rs:397:21 Oct 15 16:25:54.807 INFO kablam! | Oct 15 16:25:54.807 INFO kablam! 397 | for i in 0..arity { Oct 15 16:25:54.807 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:25:54.807 INFO kablam! Oct 15 16:25:54.807 INFO kablam! warning: unused variable: `i` Oct 15 16:25:54.807 INFO kablam! --> src/lib.rs:514:13 Oct 15 16:25:54.807 INFO kablam! | Oct 15 16:25:54.807 INFO kablam! 514 | for i in 0..arity { Oct 15 16:25:54.807 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:25:54.807 INFO kablam! Oct 15 16:25:54.835 INFO kablam! warning: variable does not need to be mutable Oct 15 16:25:54.835 INFO kablam! --> src/lib.rs:511:13 Oct 15 16:25:54.835 INFO kablam! | Oct 15 16:25:54.835 INFO kablam! 511 | let mut known = 1; Oct 15 16:25:54.836 INFO kablam! | ----^^^^^ Oct 15 16:25:54.836 INFO kablam! | | Oct 15 16:25:54.836 INFO kablam! | help: remove this `mut` Oct 15 16:25:54.836 INFO kablam! | Oct 15 16:25:54.837 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:25:54.837 INFO kablam! Oct 15 16:25:55.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 15 16:25:55.662 INFO kablam! su: No module specific data is present Oct 15 16:25:56.351 INFO running `"docker" "rm" "-f" "9978d7e1a3825fcc430f532e3a0c164daaa5bada7c96b6db9402548b08fe150d"` Oct 15 16:25:56.579 INFO blam! 9978d7e1a3825fcc430f532e3a0c164daaa5bada7c96b6db9402548b08fe150d Oct 15 16:25:56.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:57.115 INFO blam! e7d4e45a181d5eb14613b923cea2a562df6a3a2989cb14b847482f7d4e8729bf Oct 15 16:25:57.131 INFO running `"docker" "start" "-a" "e7d4e45a181d5eb14613b923cea2a562df6a3a2989cb14b847482f7d4e8729bf"` Oct 15 16:25:58.223 INFO kablam! usermod: no changes Oct 15 16:25:58.275 INFO kablam! Compiling tinyexpr v0.1.1 (/source) Oct 15 16:25:59.783 INFO kablam! warning: unused macro definition Oct 15 16:25:59.783 INFO kablam! --> src/lib.rs:69:1 Oct 15 16:25:59.783 INFO kablam! | Oct 15 16:25:59.783 INFO kablam! 69 | / macro_rules! is_pure { Oct 15 16:25:59.783 INFO kablam! 70 | | ($x:expr) => (($x & TE_FLAG_PURE).bits() != 0) Oct 15 16:25:59.783 INFO kablam! 71 | | } Oct 15 16:25:59.783 INFO kablam! | |_^ Oct 15 16:25:59.783 INFO kablam! | Oct 15 16:25:59.783 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 16:25:59.783 INFO kablam! Oct 15 16:25:59.783 INFO kablam! warning: unused macro definition Oct 15 16:25:59.783 INFO kablam! --> src/lib.rs:73:1 Oct 15 16:25:59.783 INFO kablam! | Oct 15 16:25:59.783 INFO kablam! 73 | / macro_rules! is_function { Oct 15 16:25:59.783 INFO kablam! 74 | | ($x:expr) => (($x & TE_FUNCTION0).bits() != 0) Oct 15 16:25:59.783 INFO kablam! 75 | | } Oct 15 16:25:59.783 INFO kablam! | |_^ Oct 15 16:25:59.783 INFO kablam! Oct 15 16:25:59.783 INFO kablam! warning: unused macro definition Oct 15 16:25:59.783 INFO kablam! --> src/lib.rs:77:1 Oct 15 16:25:59.783 INFO kablam! | Oct 15 16:25:59.783 INFO kablam! 77 | / macro_rules! is_closure { Oct 15 16:25:59.783 INFO kablam! 78 | | ($x:expr) => (($x & TE_CLOSURE0).bits() != 0) Oct 15 16:25:59.783 INFO kablam! 79 | | } Oct 15 16:25:59.783 INFO kablam! | |_^ Oct 15 16:25:59.783 INFO kablam! Oct 15 16:26:00.291 INFO kablam! warning: unused variable: `arity` Oct 15 16:26:00.291 INFO kablam! --> src/lib.rs:226:9 Oct 15 16:26:00.291 INFO kablam! | Oct 15 16:26:00.291 INFO kablam! 226 | let arity = arity!(e_type); Oct 15 16:26:00.291 INFO kablam! | ^^^^^ help: consider using `_arity` instead Oct 15 16:26:00.291 INFO kablam! | Oct 15 16:26:00.291 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 16:26:00.291 INFO kablam! Oct 15 16:26:00.291 INFO kablam! warning: unused variable: `i` Oct 15 16:26:00.291 INFO kablam! --> src/lib.rs:397:21 Oct 15 16:26:00.291 INFO kablam! | Oct 15 16:26:00.291 INFO kablam! 397 | for i in 0..arity { Oct 15 16:26:00.291 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:26:00.291 INFO kablam! Oct 15 16:26:00.291 INFO kablam! warning: unused variable: `i` Oct 15 16:26:00.291 INFO kablam! --> src/lib.rs:514:13 Oct 15 16:26:00.291 INFO kablam! | Oct 15 16:26:00.291 INFO kablam! 514 | for i in 0..arity { Oct 15 16:26:00.291 INFO kablam! | ^ help: consider using `_i` instead Oct 15 16:26:00.291 INFO kablam! Oct 15 16:26:00.319 INFO kablam! warning: variable does not need to be mutable Oct 15 16:26:00.319 INFO kablam! --> src/lib.rs:511:13 Oct 15 16:26:00.319 INFO kablam! | Oct 15 16:26:00.319 INFO kablam! 511 | let mut known = 1; Oct 15 16:26:00.319 INFO kablam! | ----^^^^^ Oct 15 16:26:00.319 INFO kablam! | | Oct 15 16:26:00.319 INFO kablam! | help: remove this `mut` Oct 15 16:26:00.319 INFO kablam! | Oct 15 16:26:00.319 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:26:00.319 INFO kablam! Oct 15 16:26:00.869 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 15 16:26:00.871 INFO kablam! su: No module specific data is present Oct 15 16:26:01.489 INFO running `"docker" "rm" "-f" "e7d4e45a181d5eb14613b923cea2a562df6a3a2989cb14b847482f7d4e8729bf"` Oct 15 16:26:01.807 INFO blam! e7d4e45a181d5eb14613b923cea2a562df6a3a2989cb14b847482f7d4e8729bf Oct 15 16:26:01.819 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.287 INFO blam! 0cc1c2e2caa12d01e2cdba2d72d2f4646b2e62e35342f2d6b7677129509c7729 Oct 15 16:26:02.295 INFO running `"docker" "start" "-a" "0cc1c2e2caa12d01e2cdba2d72d2f4646b2e62e35342f2d6b7677129509c7729"` Oct 15 16:26:03.271 INFO kablam! usermod: no changes Oct 15 16:26:03.338 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 16:26:03.343 INFO kablam! Running /target/debug/deps/tinyexpr-aae323c81fc962ea Oct 15 16:26:03.346 INFO blam! Oct 15 16:26:03.346 INFO blam! running 0 tests Oct 15 16:26:03.346 INFO blam! Oct 15 16:26:03.346 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:03.346 INFO blam! Oct 15 16:26:03.351 INFO kablam! Running /target/debug/deps/lib-0165f2e41b6f599d Oct 15 16:26:03.355 INFO blam! Oct 15 16:26:03.355 INFO blam! running 6 tests Oct 15 16:26:03.355 INFO blam! test check_constants ... ok Oct 15 16:26:03.355 INFO blam! test check_hyberbolic_trigs ... ok Oct 15 16:26:03.360 INFO blam! test check_logarithms ... ok Oct 15 16:26:03.371 INFO blam! test check_basics ... ok Oct 15 16:26:03.371 INFO blam! test check_trigs ... ok Oct 15 16:26:03.387 INFO blam! test parse_error ... ok Oct 15 16:26:03.387 INFO blam! Oct 15 16:26:03.387 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:03.387 INFO blam! Oct 15 16:26:03.398 INFO kablam! Doc-tests tinyexpr Oct 15 16:26:04.143 INFO blam! Oct 15 16:26:04.143 INFO blam! running 2 tests Oct 15 16:26:05.543 INFO blam! test src/lib.rs - (line 10) ... ok Oct 15 16:26:05.659 INFO blam! test src/lib.rs - interp (line 547) ... ok Oct 15 16:26:05.659 INFO blam! Oct 15 16:26:05.659 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:05.659 INFO blam! Oct 15 16:26:05.685 INFO kablam! su: No module specific data is present Oct 15 16:26:06.285 INFO running `"docker" "rm" "-f" "0cc1c2e2caa12d01e2cdba2d72d2f4646b2e62e35342f2d6b7677129509c7729"` Oct 15 16:26:06.611 INFO blam! 0cc1c2e2caa12d01e2cdba2d72d2f4646b2e62e35342f2d6b7677129509c7729