Oct 15 17:26:27.516 INFO testing stutter-rs-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:26:27.516 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 17:26:27.760 INFO blam! da354c4735f50915f3f78117d7821cf8512bd11461098328e6a286f37d4a52de Oct 15 17:26:27.763 INFO running `"docker" "start" "-a" "da354c4735f50915f3f78117d7821cf8512bd11461098328e6a286f37d4a52de"` Oct 15 17:26:28.472 INFO kablam! usermod: no changes Oct 15 17:26:28.496 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 15 17:26:28.518 INFO kablam! Compiling cactus v1.0.3 Oct 15 17:26:28.518 INFO kablam! Compiling memchr v2.1.0 Oct 15 17:26:29.732 INFO kablam! Compiling nom v4.1.1 Oct 15 17:26:32.177 INFO kablam! Compiling stutter-rs v0.1.1 (/source) Oct 15 17:26:33.223 INFO kablam! warning: unused variable: `n` Oct 15 17:26:33.223 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:33.223 INFO kablam! | Oct 15 17:26:33.223 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:33.223 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:33.223 INFO kablam! | Oct 15 17:26:33.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:33.223 INFO kablam! Oct 15 17:26:33.223 INFO kablam! warning: unused variable: `n` Oct 15 17:26:33.223 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:33.223 INFO kablam! | Oct 15 17:26:33.223 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:33.223 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:33.223 INFO kablam! Oct 15 17:26:33.223 INFO kablam! warning: unused variable: `n` Oct 15 17:26:33.223 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:33.223 INFO kablam! | Oct 15 17:26:33.223 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:33.223 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:33.223 INFO kablam! Oct 15 17:26:33.223 INFO kablam! warning: unused variable: `other` Oct 15 17:26:33.223 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:33.223 INFO kablam! | Oct 15 17:26:33.223 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:33.223 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:33.223 INFO kablam! Oct 15 17:26:33.223 INFO kablam! warning: unused variable: `func` Oct 15 17:26:33.223 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:33.223 INFO kablam! | Oct 15 17:26:33.223 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:33.223 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:33.223 INFO kablam! Oct 15 17:26:33.354 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 15 17:26:33.355 INFO kablam! --> src/lib.rs:1:54 Oct 15 17:26:33.355 INFO kablam! | Oct 15 17:26:33.355 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:33.356 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:33.356 INFO kablam! | Oct 15 17:26:33.357 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:33.363 INFO kablam! Oct 15 17:26:33.363 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:33.364 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:33.364 INFO kablam! | Oct 15 17:26:33.364 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:33.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:33.365 INFO kablam! | Oct 15 17:26:33.365 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:33.366 INFO kablam! Oct 15 17:26:36.275 INFO kablam! warning: unused variable: `n` Oct 15 17:26:36.275 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:36.276 INFO kablam! | Oct 15 17:26:36.276 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:36.277 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:36.277 INFO kablam! | Oct 15 17:26:36.277 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:36.277 INFO kablam! Oct 15 17:26:36.279 INFO kablam! warning: unused variable: `n` Oct 15 17:26:36.279 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:36.279 INFO kablam! | Oct 15 17:26:36.279 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:36.280 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:36.280 INFO kablam! Oct 15 17:26:36.280 INFO kablam! warning: unused variable: `n` Oct 15 17:26:36.280 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:36.280 INFO kablam! | Oct 15 17:26:36.281 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:36.281 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:36.281 INFO kablam! Oct 15 17:26:36.281 INFO kablam! warning: unused variable: `other` Oct 15 17:26:36.281 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:36.281 INFO kablam! | Oct 15 17:26:36.282 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:36.282 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:36.287 INFO kablam! Oct 15 17:26:36.287 INFO kablam! warning: unused variable: `func` Oct 15 17:26:36.287 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:36.287 INFO kablam! | Oct 15 17:26:36.287 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:36.287 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:36.287 INFO kablam! Oct 15 17:26:36.443 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 15 17:26:36.444 INFO kablam! --> src/main.rs:1:54 Oct 15 17:26:36.444 INFO kablam! | Oct 15 17:26:36.444 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:36.445 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:36.445 INFO kablam! | Oct 15 17:26:36.445 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:36.446 INFO kablam! Oct 15 17:26:36.451 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:36.451 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:36.452 INFO kablam! | Oct 15 17:26:36.452 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:36.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:36.453 INFO kablam! | Oct 15 17:26:36.453 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:36.453 INFO kablam! Oct 15 17:26:38.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.54s Oct 15 17:26:38.034 INFO kablam! su: No module specific data is present Oct 15 17:26:38.324 INFO running `"docker" "rm" "-f" "da354c4735f50915f3f78117d7821cf8512bd11461098328e6a286f37d4a52de"` Oct 15 17:26:38.407 INFO blam! da354c4735f50915f3f78117d7821cf8512bd11461098328e6a286f37d4a52de Oct 15 17:26:38.408 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 17:26:38.547 INFO blam! caa02d71d08f0a03569155122d4ab1d750c914230d7338f500d3042d44c80932 Oct 15 17:26:38.547 INFO running `"docker" "start" "-a" "caa02d71d08f0a03569155122d4ab1d750c914230d7338f500d3042d44c80932"` Oct 15 17:26:38.923 INFO kablam! usermod: no changes Oct 15 17:26:38.939 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 15 17:26:38.951 INFO kablam! Compiling stutter-rs v0.1.1 (/source) Oct 15 17:26:40.399 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.399 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:40.399 INFO kablam! | Oct 15 17:26:40.399 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:40.399 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.399 INFO kablam! | Oct 15 17:26:40.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:40.399 INFO kablam! Oct 15 17:26:40.399 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.399 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:40.399 INFO kablam! | Oct 15 17:26:40.399 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:40.399 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.399 INFO kablam! Oct 15 17:26:40.399 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.399 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:40.399 INFO kablam! | Oct 15 17:26:40.399 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:40.399 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.399 INFO kablam! Oct 15 17:26:40.399 INFO kablam! warning: unused variable: `other` Oct 15 17:26:40.399 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:40.399 INFO kablam! | Oct 15 17:26:40.399 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:40.399 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:40.399 INFO kablam! Oct 15 17:26:40.399 INFO kablam! warning: unused variable: `func` Oct 15 17:26:40.399 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:40.399 INFO kablam! | Oct 15 17:26:40.399 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:40.399 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:40.399 INFO kablam! Oct 15 17:26:40.402 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.402 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:40.402 INFO kablam! | Oct 15 17:26:40.402 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:40.402 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.402 INFO kablam! | Oct 15 17:26:40.402 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:40.402 INFO kablam! Oct 15 17:26:40.402 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.402 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:40.402 INFO kablam! | Oct 15 17:26:40.402 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:40.402 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.402 INFO kablam! Oct 15 17:26:40.402 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.402 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:40.402 INFO kablam! | Oct 15 17:26:40.402 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:40.402 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.402 INFO kablam! Oct 15 17:26:40.404 INFO kablam! warning: unused variable: `other` Oct 15 17:26:40.404 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:40.404 INFO kablam! | Oct 15 17:26:40.404 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:40.404 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:40.404 INFO kablam! Oct 15 17:26:40.404 INFO kablam! warning: unused variable: `func` Oct 15 17:26:40.404 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:40.404 INFO kablam! | Oct 15 17:26:40.405 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:40.405 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:40.405 INFO kablam! Oct 15 17:26:40.543 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 15 17:26:40.543 INFO kablam! --> src/lib.rs:1:54 Oct 15 17:26:40.543 INFO kablam! | Oct 15 17:26:40.543 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:40.543 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:40.543 INFO kablam! | Oct 15 17:26:40.543 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:40.543 INFO kablam! Oct 15 17:26:40.555 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:40.555 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:40.555 INFO kablam! | Oct 15 17:26:40.555 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:40.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:40.555 INFO kablam! | Oct 15 17:26:40.555 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:40.555 INFO kablam! Oct 15 17:26:40.675 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 15 17:26:40.675 INFO kablam! --> src/main.rs:1:54 Oct 15 17:26:40.675 INFO kablam! | Oct 15 17:26:40.675 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:40.675 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:40.675 INFO kablam! | Oct 15 17:26:40.675 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:40.675 INFO kablam! Oct 15 17:26:40.691 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:40.691 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:40.691 INFO kablam! | Oct 15 17:26:40.691 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:40.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:40.691 INFO kablam! | Oct 15 17:26:40.691 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:40.691 INFO kablam! Oct 15 17:26:43.466 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.53s Oct 15 17:26:43.471 INFO kablam! su: No module specific data is present Oct 15 17:26:44.253 INFO running `"docker" "rm" "-f" "caa02d71d08f0a03569155122d4ab1d750c914230d7338f500d3042d44c80932"` Oct 15 17:26:44.557 INFO blam! caa02d71d08f0a03569155122d4ab1d750c914230d7338f500d3042d44c80932 Oct 15 17:26:44.567 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 17:26:44.947 INFO blam! f660ea984a49d92d4ef439aef832313dc4b73123ea6e9926cde080d25e3756eb Oct 15 17:26:44.949 INFO running `"docker" "start" "-a" "f660ea984a49d92d4ef439aef832313dc4b73123ea6e9926cde080d25e3756eb"` Oct 15 17:26:46.048 INFO kablam! usermod: no changes Oct 15 17:26:46.103 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 15 17:26:46.111 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 17:26:46.119 INFO kablam! Running /target/debug/deps/stutter_rs-0bf6195f908c2490 Oct 15 17:26:46.123 INFO blam! Oct 15 17:26:46.123 INFO blam! running 0 tests Oct 15 17:26:46.123 INFO blam! Oct 15 17:26:46.123 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:26:46.123 INFO blam! Oct 15 17:26:46.124 INFO kablam! Running /target/debug/deps/stutter_rs-2c9949fd8881a8f7 Oct 15 17:26:46.133 INFO blam! Oct 15 17:26:46.133 INFO blam! running 4 tests Oct 15 17:26:46.143 INFO blam! test tests::if_else ... ok Oct 15 17:26:46.151 INFO blam! test tests::if_2nd ... ok Oct 15 17:26:46.151 INFO blam! test tests::if_1st ... ok Oct 15 17:26:46.151 INFO blam! test tests::addition_pos ... ok Oct 15 17:26:46.151 INFO blam! Oct 15 17:26:46.151 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:26:46.151 INFO blam! Oct 15 17:26:46.159 INFO kablam! Doc-tests stutter-rs Oct 15 17:26:47.523 INFO blam! Oct 15 17:26:47.523 INFO blam! running 0 tests Oct 15 17:26:47.523 INFO blam! Oct 15 17:26:47.523 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:26:47.523 INFO blam! Oct 15 17:26:47.535 INFO kablam! su: No module specific data is present Oct 15 17:26:48.571 INFO running `"docker" "rm" "-f" "f660ea984a49d92d4ef439aef832313dc4b73123ea6e9926cde080d25e3756eb"` Oct 15 17:26:48.899 INFO blam! f660ea984a49d92d4ef439aef832313dc4b73123ea6e9926cde080d25e3756eb