Oct 11 10:40:18.644 INFO testing stutter-rs-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:40:18.644 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:40:18.644 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:40:18.904 INFO blam! a88456de1a67298f2488fb95b5aa2c97dbbb2465e5ef81d3b291b838639a5985 Oct 11 10:40:18.906 INFO running `"docker" "start" "-a" "a88456de1a67298f2488fb95b5aa2c97dbbb2465e5ef81d3b291b838639a5985"` Oct 11 10:40:19.519 INFO kablam! usermod: no changes Oct 11 10:40:19.544 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 11 10:40:19.564 INFO kablam! Compiling cactus v1.0.3 Oct 11 10:40:19.565 INFO kablam! Compiling nom v4.1.0 Oct 11 10:40:22.701 INFO kablam! Compiling stutter-rs v0.1.1 (/source) Oct 11 10:40:24.128 INFO kablam! warning: unused variable: `n` Oct 11 10:40:24.128 INFO kablam! --> src/ast/parse.rs:22:13 Oct 11 10:40:24.128 INFO kablam! | Oct 11 10:40:24.128 INFO kablam! 22 | n: tag!("null") >> Oct 11 10:40:24.128 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:24.128 INFO kablam! | Oct 11 10:40:24.128 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:40:24.128 INFO kablam! Oct 11 10:40:24.128 INFO kablam! warning: unused variable: `n` Oct 11 10:40:24.128 INFO kablam! --> src/ast/parse.rs:26:13 Oct 11 10:40:24.128 INFO kablam! | Oct 11 10:40:24.128 INFO kablam! 26 | n: tag!("true") >> Oct 11 10:40:24.128 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:24.128 INFO kablam! Oct 11 10:40:24.128 INFO kablam! warning: unused variable: `n` Oct 11 10:40:24.128 INFO kablam! --> src/ast/parse.rs:30:13 Oct 11 10:40:24.128 INFO kablam! | Oct 11 10:40:24.128 INFO kablam! 30 | n: tag!("false") >> Oct 11 10:40:24.128 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:24.128 INFO kablam! Oct 11 10:40:24.128 INFO kablam! warning: unused variable: `other` Oct 11 10:40:24.128 INFO kablam! --> src/ast/function.rs:45:18 Oct 11 10:40:24.128 INFO kablam! | Oct 11 10:40:24.128 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 11 10:40:24.128 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 11 10:40:24.128 INFO kablam! Oct 11 10:40:24.128 INFO kablam! warning: unused variable: `func` Oct 11 10:40:24.128 INFO kablam! --> src/eval/types.rs:110:40 Oct 11 10:40:24.128 INFO kablam! | Oct 11 10:40:24.128 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 11 10:40:24.128 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 11 10:40:24.128 INFO kablam! Oct 11 10:40:24.252 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 11 10:40:24.252 INFO kablam! --> src/lib.rs:1:54 Oct 11 10:40:24.252 INFO kablam! | Oct 11 10:40:24.252 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 11 10:40:24.252 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:40:24.252 INFO kablam! | Oct 11 10:40:24.252 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 10:40:24.252 INFO kablam! Oct 11 10:40:24.256 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 11 10:40:24.256 INFO kablam! --> src/eval/types.rs:15:1 Oct 11 10:40:24.256 INFO kablam! | Oct 11 10:40:24.256 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 11 10:40:24.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:40:24.256 INFO kablam! | Oct 11 10:40:24.256 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 10:40:24.256 INFO kablam! Oct 11 10:40:27.498 INFO kablam! warning: unused variable: `n` Oct 11 10:40:27.499 INFO kablam! --> src/ast/parse.rs:22:13 Oct 11 10:40:27.499 INFO kablam! | Oct 11 10:40:27.499 INFO kablam! 22 | n: tag!("null") >> Oct 11 10:40:27.499 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:27.499 INFO kablam! | Oct 11 10:40:27.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:40:27.499 INFO kablam! Oct 11 10:40:27.500 INFO kablam! warning: unused variable: `n` Oct 11 10:40:27.500 INFO kablam! --> src/ast/parse.rs:26:13 Oct 11 10:40:27.500 INFO kablam! | Oct 11 10:40:27.500 INFO kablam! 26 | n: tag!("true") >> Oct 11 10:40:27.500 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:27.500 INFO kablam! Oct 11 10:40:27.500 INFO kablam! warning: unused variable: `n` Oct 11 10:40:27.500 INFO kablam! --> src/ast/parse.rs:30:13 Oct 11 10:40:27.501 INFO kablam! | Oct 11 10:40:27.501 INFO kablam! 30 | n: tag!("false") >> Oct 11 10:40:27.501 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:27.501 INFO kablam! Oct 11 10:40:27.501 INFO kablam! warning: unused variable: `other` Oct 11 10:40:27.501 INFO kablam! --> src/ast/function.rs:45:18 Oct 11 10:40:27.501 INFO kablam! | Oct 11 10:40:27.501 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 11 10:40:27.502 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 11 10:40:27.502 INFO kablam! Oct 11 10:40:27.502 INFO kablam! warning: unused variable: `func` Oct 11 10:40:27.502 INFO kablam! --> src/eval/types.rs:110:40 Oct 11 10:40:27.502 INFO kablam! | Oct 11 10:40:27.502 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 11 10:40:27.502 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 11 10:40:27.503 INFO kablam! Oct 11 10:40:27.644 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 11 10:40:27.644 INFO kablam! --> src/main.rs:1:54 Oct 11 10:40:27.644 INFO kablam! | Oct 11 10:40:27.644 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 11 10:40:27.644 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:40:27.644 INFO kablam! | Oct 11 10:40:27.644 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 10:40:27.644 INFO kablam! Oct 11 10:40:27.648 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 11 10:40:27.648 INFO kablam! --> src/eval/types.rs:15:1 Oct 11 10:40:27.648 INFO kablam! | Oct 11 10:40:27.648 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 11 10:40:27.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:40:27.648 INFO kablam! | Oct 11 10:40:27.648 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 10:40:27.648 INFO kablam! Oct 11 10:40:29.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.07s Oct 11 10:40:29.613 INFO kablam! su: No module specific data is present Oct 11 10:40:30.572 INFO running `"docker" "rm" "-f" "a88456de1a67298f2488fb95b5aa2c97dbbb2465e5ef81d3b291b838639a5985"` Oct 11 10:40:30.924 INFO blam! a88456de1a67298f2488fb95b5aa2c97dbbb2465e5ef81d3b291b838639a5985 Oct 11 10:40:30.933 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:40:30.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:40:31.462 INFO blam! ba0393001dcb7c5e459fb6cb01d0cdabb6481fa123a0417d8b589a0b7b29f936 Oct 11 10:40:31.464 INFO running `"docker" "start" "-a" "ba0393001dcb7c5e459fb6cb01d0cdabb6481fa123a0417d8b589a0b7b29f936"` Oct 11 10:40:32.624 INFO kablam! usermod: no changes Oct 11 10:40:32.684 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 11 10:40:32.708 INFO kablam! Compiling stutter-rs v0.1.1 (/source) Oct 11 10:40:34.900 INFO kablam! warning: unused variable: `n` Oct 11 10:40:34.900 INFO kablam! --> src/ast/parse.rs:22:13 Oct 11 10:40:34.900 INFO kablam! | Oct 11 10:40:34.900 INFO kablam! 22 | n: tag!("null") >> Oct 11 10:40:34.900 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:34.901 INFO kablam! | Oct 11 10:40:34.901 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:40:34.901 INFO kablam! Oct 11 10:40:34.901 INFO kablam! warning: unused variable: `n` Oct 11 10:40:34.901 INFO kablam! --> src/ast/parse.rs:26:13 Oct 11 10:40:34.901 INFO kablam! | Oct 11 10:40:34.902 INFO kablam! 26 | n: tag!("true") >> Oct 11 10:40:34.902 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:34.902 INFO kablam! Oct 11 10:40:34.902 INFO kablam! warning: unused variable: `n` Oct 11 10:40:34.902 INFO kablam! --> src/ast/parse.rs:30:13 Oct 11 10:40:34.903 INFO kablam! | Oct 11 10:40:34.903 INFO kablam! 30 | n: tag!("false") >> Oct 11 10:40:34.903 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:34.903 INFO kablam! Oct 11 10:40:34.903 INFO kablam! warning: unused variable: `other` Oct 11 10:40:34.903 INFO kablam! --> src/ast/function.rs:45:18 Oct 11 10:40:34.904 INFO kablam! | Oct 11 10:40:34.904 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 11 10:40:34.904 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 11 10:40:34.904 INFO kablam! Oct 11 10:40:34.904 INFO kablam! warning: unused variable: `func` Oct 11 10:40:34.905 INFO kablam! --> src/eval/types.rs:110:40 Oct 11 10:40:34.905 INFO kablam! | Oct 11 10:40:34.905 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 11 10:40:34.905 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 11 10:40:34.905 INFO kablam! Oct 11 10:40:35.091 INFO kablam! warning: unused variable: `n` Oct 11 10:40:35.091 INFO kablam! --> src/ast/parse.rs:22:13 Oct 11 10:40:35.091 INFO kablam! | Oct 11 10:40:35.091 INFO kablam! 22 | n: tag!("null") >> Oct 11 10:40:35.091 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:35.092 INFO kablam! | Oct 11 10:40:35.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:40:35.092 INFO kablam! Oct 11 10:40:35.092 INFO kablam! warning: unused variable: `n` Oct 11 10:40:35.092 INFO kablam! --> src/ast/parse.rs:26:13 Oct 11 10:40:35.092 INFO kablam! | Oct 11 10:40:35.092 INFO kablam! 26 | n: tag!("true") >> Oct 11 10:40:35.092 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:35.092 INFO kablam! Oct 11 10:40:35.092 INFO kablam! warning: unused variable: `n` Oct 11 10:40:35.092 INFO kablam! --> src/ast/parse.rs:30:13 Oct 11 10:40:35.092 INFO kablam! | Oct 11 10:40:35.092 INFO kablam! 30 | n: tag!("false") >> Oct 11 10:40:35.092 INFO kablam! | ^ help: consider using `_n` instead Oct 11 10:40:35.092 INFO kablam! Oct 11 10:40:35.092 INFO kablam! warning: unused variable: `other` Oct 11 10:40:35.092 INFO kablam! --> src/ast/function.rs:45:18 Oct 11 10:40:35.092 INFO kablam! | Oct 11 10:40:35.092 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 11 10:40:35.092 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 11 10:40:35.092 INFO kablam! Oct 11 10:40:35.092 INFO kablam! warning: unused variable: `func` Oct 11 10:40:35.092 INFO kablam! --> src/eval/types.rs:110:40 Oct 11 10:40:35.092 INFO kablam! | Oct 11 10:40:35.092 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 11 10:40:35.092 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 11 10:40:35.092 INFO kablam! Oct 11 10:40:35.098 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 11 10:40:35.098 INFO kablam! --> src/main.rs:1:54 Oct 11 10:40:35.098 INFO kablam! | Oct 11 10:40:35.098 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 11 10:40:35.098 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:40:35.098 INFO kablam! | Oct 11 10:40:35.098 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 10:40:35.098 INFO kablam! Oct 11 10:40:35.104 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 11 10:40:35.105 INFO kablam! --> src/eval/types.rs:15:1 Oct 11 10:40:35.105 INFO kablam! | Oct 11 10:40:35.105 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 11 10:40:35.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:40:35.105 INFO kablam! | Oct 11 10:40:35.105 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 10:40:35.105 INFO kablam! Oct 11 10:40:35.223 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 11 10:40:35.223 INFO kablam! --> src/lib.rs:1:54 Oct 11 10:40:35.223 INFO kablam! | Oct 11 10:40:35.224 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 11 10:40:35.224 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:40:35.224 INFO kablam! | Oct 11 10:40:35.224 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 10:40:35.225 INFO kablam! Oct 11 10:40:35.225 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 11 10:40:35.225 INFO kablam! --> src/eval/types.rs:15:1 Oct 11 10:40:35.225 INFO kablam! | Oct 11 10:40:35.225 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 11 10:40:35.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:40:35.226 INFO kablam! | Oct 11 10:40:35.226 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 10:40:35.226 INFO kablam! Oct 11 10:40:37.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Oct 11 10:40:37.752 INFO kablam! su: No module specific data is present Oct 11 10:40:38.792 INFO running `"docker" "rm" "-f" "ba0393001dcb7c5e459fb6cb01d0cdabb6481fa123a0417d8b589a0b7b29f936"` Oct 11 10:40:39.028 INFO blam! ba0393001dcb7c5e459fb6cb01d0cdabb6481fa123a0417d8b589a0b7b29f936 Oct 11 10:40:39.036 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:40:39.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:40:39.339 INFO blam! a9fc4d796d245e4742cd5ab6c6a78e7f6717162fd494121e3f90283cfb87d9b7 Oct 11 10:40:39.349 INFO running `"docker" "start" "-a" "a9fc4d796d245e4742cd5ab6c6a78e7f6717162fd494121e3f90283cfb87d9b7"` Oct 11 10:40:40.736 INFO kablam! usermod: no changes Oct 11 10:40:40.780 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 11 10:40:40.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 10:40:40.804 INFO kablam! Running /target/debug/deps/stutter_rs-632f92460a343add Oct 11 10:40:40.811 INFO kablam! Running /target/debug/deps/stutter_rs-db42314edaa2032d Oct 11 10:40:40.811 INFO blam! Oct 11 10:40:40.811 INFO blam! running 0 tests Oct 11 10:40:40.811 INFO blam! Oct 11 10:40:40.811 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:40:40.811 INFO blam! Oct 11 10:40:40.811 INFO blam! Oct 11 10:40:40.811 INFO blam! running 4 tests Oct 11 10:40:40.811 INFO blam! test tests::if_else ... ok Oct 11 10:40:40.811 INFO blam! test tests::addition_pos ... ok Oct 11 10:40:40.820 INFO blam! test tests::if_1st ... ok Oct 11 10:40:40.820 INFO blam! test tests::if_2nd ... ok Oct 11 10:40:40.820 INFO blam! Oct 11 10:40:40.820 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:40:40.820 INFO blam! Oct 11 10:40:40.821 INFO kablam! Doc-tests stutter-rs Oct 11 10:40:42.888 INFO blam! Oct 11 10:40:42.888 INFO blam! running 0 tests Oct 11 10:40:42.888 INFO blam! Oct 11 10:40:42.888 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:40:42.888 INFO blam! Oct 11 10:40:42.900 INFO kablam! su: No module specific data is present Oct 11 10:40:43.608 INFO running `"docker" "rm" "-f" "a9fc4d796d245e4742cd5ab6c6a78e7f6717162fd494121e3f90283cfb87d9b7"` Oct 11 10:40:43.896 INFO blam! a9fc4d796d245e4742cd5ab6c6a78e7f6717162fd494121e3f90283cfb87d9b7