Oct 11 10:00:54.219 INFO testing tinyexpr-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:00:54.219 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:00:54.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 10:00:54.672 INFO blam! f8b068531f2da43617bc3fa95244b373a7adee8206693b3ae68bff2451b2e87b Oct 11 10:00:54.673 INFO running `"docker" "start" "-a" "f8b068531f2da43617bc3fa95244b373a7adee8206693b3ae68bff2451b2e87b"` Oct 11 10:00:55.691 INFO kablam! usermod: no changes Oct 11 10:00:55.747 INFO kablam! Compiling tinyexpr v0.1.1 (/source) Oct 11 10:00:56.480 INFO kablam! warning: unused macro definition Oct 11 10:00:56.480 INFO kablam! --> src/lib.rs:69:1 Oct 11 10:00:56.480 INFO kablam! | Oct 11 10:00:56.480 INFO kablam! 69 | / macro_rules! is_pure { Oct 11 10:00:56.480 INFO kablam! 70 | | ($x:expr) => (($x & TE_FLAG_PURE).bits() != 0) Oct 11 10:00:56.480 INFO kablam! 71 | | } Oct 11 10:00:56.480 INFO kablam! | |_^ Oct 11 10:00:56.480 INFO kablam! | Oct 11 10:00:56.480 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 10:00:56.480 INFO kablam! Oct 11 10:00:56.480 INFO kablam! warning: unused macro definition Oct 11 10:00:56.480 INFO kablam! --> src/lib.rs:73:1 Oct 11 10:00:56.480 INFO kablam! | Oct 11 10:00:56.480 INFO kablam! 73 | / macro_rules! is_function { Oct 11 10:00:56.480 INFO kablam! 74 | | ($x:expr) => (($x & TE_FUNCTION0).bits() != 0) Oct 11 10:00:56.480 INFO kablam! 75 | | } Oct 11 10:00:56.480 INFO kablam! | |_^ Oct 11 10:00:56.480 INFO kablam! Oct 11 10:00:56.481 INFO kablam! warning: unused macro definition Oct 11 10:00:56.481 INFO kablam! --> src/lib.rs:77:1 Oct 11 10:00:56.481 INFO kablam! | Oct 11 10:00:56.481 INFO kablam! 77 | / macro_rules! is_closure { Oct 11 10:00:56.481 INFO kablam! 78 | | ($x:expr) => (($x & TE_CLOSURE0).bits() != 0) Oct 11 10:00:56.481 INFO kablam! 79 | | } Oct 11 10:00:56.481 INFO kablam! | |_^ Oct 11 10:00:56.481 INFO kablam! Oct 11 10:00:56.696 INFO kablam! warning: unused variable: `arity` Oct 11 10:00:56.696 INFO kablam! --> src/lib.rs:226:9 Oct 11 10:00:56.696 INFO kablam! | Oct 11 10:00:56.696 INFO kablam! 226 | let arity = arity!(e_type); Oct 11 10:00:56.696 INFO kablam! | ^^^^^ help: consider using `_arity` instead Oct 11 10:00:56.696 INFO kablam! | Oct 11 10:00:56.696 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:00:56.696 INFO kablam! Oct 11 10:00:56.696 INFO kablam! warning: unused variable: `i` Oct 11 10:00:56.696 INFO kablam! --> src/lib.rs:397:21 Oct 11 10:00:56.696 INFO kablam! | Oct 11 10:00:56.696 INFO kablam! 397 | for i in 0..arity { Oct 11 10:00:56.696 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:00:56.696 INFO kablam! Oct 11 10:00:56.696 INFO kablam! warning: unused variable: `i` Oct 11 10:00:56.696 INFO kablam! --> src/lib.rs:514:13 Oct 11 10:00:56.696 INFO kablam! | Oct 11 10:00:56.696 INFO kablam! 514 | for i in 0..arity { Oct 11 10:00:56.696 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:00:56.696 INFO kablam! Oct 11 10:00:56.724 INFO kablam! warning: variable does not need to be mutable Oct 11 10:00:56.724 INFO kablam! --> src/lib.rs:511:13 Oct 11 10:00:56.724 INFO kablam! | Oct 11 10:00:56.724 INFO kablam! 511 | let mut known = 1; Oct 11 10:00:56.724 INFO kablam! | ----^^^^^ Oct 11 10:00:56.724 INFO kablam! | | Oct 11 10:00:56.724 INFO kablam! | help: remove this `mut` Oct 11 10:00:56.724 INFO kablam! | Oct 11 10:00:56.724 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:00:56.724 INFO kablam! Oct 11 10:00:57.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 11 10:00:57.441 INFO kablam! su: No module specific data is present Oct 11 10:00:57.849 INFO running `"docker" "rm" "-f" "f8b068531f2da43617bc3fa95244b373a7adee8206693b3ae68bff2451b2e87b"` Oct 11 10:00:58.219 INFO blam! f8b068531f2da43617bc3fa95244b373a7adee8206693b3ae68bff2451b2e87b Oct 11 10:00:58.221 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:00:58.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 10:00:58.669 INFO blam! 45314df99d910309c90799946ba26d74e663060e757d7adf8addf10cef73b07a Oct 11 10:00:58.677 INFO running `"docker" "start" "-a" "45314df99d910309c90799946ba26d74e663060e757d7adf8addf10cef73b07a"` Oct 11 10:00:59.745 INFO kablam! usermod: no changes Oct 11 10:00:59.840 INFO kablam! Compiling tinyexpr v0.1.1 (/source) Oct 11 10:01:01.037 INFO kablam! warning: unused macro definition Oct 11 10:01:01.037 INFO kablam! --> src/lib.rs:69:1 Oct 11 10:01:01.037 INFO kablam! | Oct 11 10:01:01.037 INFO kablam! 69 | / macro_rules! is_pure { Oct 11 10:01:01.040 INFO kablam! 70 | | ($x:expr) => (($x & TE_FLAG_PURE).bits() != 0) Oct 11 10:01:01.040 INFO kablam! 71 | | } Oct 11 10:01:01.040 INFO kablam! | |_^ Oct 11 10:01:01.041 INFO kablam! | Oct 11 10:01:01.041 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 10:01:01.041 INFO kablam! Oct 11 10:01:01.041 INFO kablam! warning: unused macro definition Oct 11 10:01:01.041 INFO kablam! --> src/lib.rs:73:1 Oct 11 10:01:01.041 INFO kablam! | Oct 11 10:01:01.041 INFO kablam! 73 | / macro_rules! is_function { Oct 11 10:01:01.041 INFO kablam! 74 | | ($x:expr) => (($x & TE_FUNCTION0).bits() != 0) Oct 11 10:01:01.041 INFO kablam! 75 | | } Oct 11 10:01:01.041 INFO kablam! | |_^ Oct 11 10:01:01.041 INFO kablam! Oct 11 10:01:01.041 INFO kablam! warning: unused macro definition Oct 11 10:01:01.041 INFO kablam! --> src/lib.rs:77:1 Oct 11 10:01:01.041 INFO kablam! | Oct 11 10:01:01.041 INFO kablam! 77 | / macro_rules! is_closure { Oct 11 10:01:01.041 INFO kablam! 78 | | ($x:expr) => (($x & TE_CLOSURE0).bits() != 0) Oct 11 10:01:01.041 INFO kablam! 79 | | } Oct 11 10:01:01.041 INFO kablam! | |_^ Oct 11 10:01:01.041 INFO kablam! Oct 11 10:01:01.292 INFO kablam! warning: unused variable: `arity` Oct 11 10:01:01.293 INFO kablam! --> src/lib.rs:226:9 Oct 11 10:01:01.293 INFO kablam! | Oct 11 10:01:01.293 INFO kablam! 226 | let arity = arity!(e_type); Oct 11 10:01:01.293 INFO kablam! | ^^^^^ help: consider using `_arity` instead Oct 11 10:01:01.293 INFO kablam! | Oct 11 10:01:01.293 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:01:01.293 INFO kablam! Oct 11 10:01:01.293 INFO kablam! warning: unused variable: `i` Oct 11 10:01:01.293 INFO kablam! --> src/lib.rs:397:21 Oct 11 10:01:01.293 INFO kablam! | Oct 11 10:01:01.293 INFO kablam! 397 | for i in 0..arity { Oct 11 10:01:01.293 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:01:01.293 INFO kablam! Oct 11 10:01:01.293 INFO kablam! warning: unused variable: `i` Oct 11 10:01:01.293 INFO kablam! --> src/lib.rs:514:13 Oct 11 10:01:01.293 INFO kablam! | Oct 11 10:01:01.293 INFO kablam! 514 | for i in 0..arity { Oct 11 10:01:01.293 INFO kablam! | ^ help: consider using `_i` instead Oct 11 10:01:01.293 INFO kablam! Oct 11 10:01:01.354 INFO kablam! warning: variable does not need to be mutable Oct 11 10:01:01.354 INFO kablam! --> src/lib.rs:511:13 Oct 11 10:01:01.354 INFO kablam! | Oct 11 10:01:01.354 INFO kablam! 511 | let mut known = 1; Oct 11 10:01:01.354 INFO kablam! | ----^^^^^ Oct 11 10:01:01.354 INFO kablam! | | Oct 11 10:01:01.354 INFO kablam! | help: remove this `mut` Oct 11 10:01:01.354 INFO kablam! | Oct 11 10:01:01.354 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:01:01.354 INFO kablam! Oct 11 10:01:01.930 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 11 10:01:01.930 INFO kablam! su: No module specific data is present Oct 11 10:01:02.524 INFO running `"docker" "rm" "-f" "45314df99d910309c90799946ba26d74e663060e757d7adf8addf10cef73b07a"` Oct 11 10:01:02.856 INFO blam! 45314df99d910309c90799946ba26d74e663060e757d7adf8addf10cef73b07a Oct 11 10:01:02.860 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:01:02.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 11 10:01:03.242 INFO blam! 73c83b2a916cfd8a0b9f0ac41b2ea5ca718a7f4d200c76d5f0f3ec31d12caf2a Oct 11 10:01:03.243 INFO running `"docker" "start" "-a" "73c83b2a916cfd8a0b9f0ac41b2ea5ca718a7f4d200c76d5f0f3ec31d12caf2a"` Oct 11 10:01:04.292 INFO kablam! usermod: no changes Oct 11 10:01:04.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 10:01:04.336 INFO kablam! Running /target/debug/deps/tinyexpr-3c7f999500804a2e Oct 11 10:01:04.344 INFO blam! Oct 11 10:01:04.344 INFO blam! running 0 tests Oct 11 10:01:04.344 INFO blam! Oct 11 10:01:04.344 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:01:04.344 INFO blam! Oct 11 10:01:04.345 INFO kablam! Running /target/debug/deps/lib-75147c0eabd238bc Oct 11 10:01:04.349 INFO blam! Oct 11 10:01:04.349 INFO blam! running 6 tests Oct 11 10:01:04.360 INFO blam! test check_constants ... ok Oct 11 10:01:04.360 INFO blam! test check_hyberbolic_trigs ... ok Oct 11 10:01:04.368 INFO blam! test check_logarithms ... ok Oct 11 10:01:04.368 INFO blam! test check_basics ... ok Oct 11 10:01:04.376 INFO blam! test check_trigs ... ok Oct 11 10:01:04.400 INFO blam! test parse_error ... ok Oct 11 10:01:04.400 INFO blam! Oct 11 10:01:04.400 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:01:04.400 INFO blam! Oct 11 10:01:04.400 INFO kablam! Doc-tests tinyexpr Oct 11 10:01:05.822 INFO blam! Oct 11 10:01:05.822 INFO blam! running 2 tests Oct 11 10:01:07.936 INFO blam! test src/lib.rs - (line 10) ... ok Oct 11 10:01:08.035 INFO blam! test src/lib.rs - interp (line 547) ... ok Oct 11 10:01:08.035 INFO blam! Oct 11 10:01:08.036 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:01:08.036 INFO blam! Oct 11 10:01:08.045 INFO kablam! su: No module specific data is present Oct 11 10:01:08.831 INFO running `"docker" "rm" "-f" "73c83b2a916cfd8a0b9f0ac41b2ea5ca718a7f4d200c76d5f0f3ec31d12caf2a"` Oct 11 10:01:09.056 INFO blam! 73c83b2a916cfd8a0b9f0ac41b2ea5ca718a7f4d200c76d5f0f3ec31d12caf2a