Oct 15 17:26:26.212 INFO testing stutter-rs-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:26:26.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:26:26.656 INFO blam! 76f59e3d6d9f63c7ed7247eb1527e49df8565c4a81c155afd1609a27b4be5d78 Oct 15 17:26:26.659 INFO running `"docker" "start" "-a" "76f59e3d6d9f63c7ed7247eb1527e49df8565c4a81c155afd1609a27b4be5d78"` Oct 15 17:26:27.603 INFO kablam! usermod: no changes Oct 15 17:26:27.619 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 15 17:26:27.659 INFO kablam! Compiling cactus v1.0.3 Oct 15 17:26:27.663 INFO kablam! Compiling memchr v2.1.0 Oct 15 17:26:28.776 INFO kablam! Compiling nom v4.1.1 Oct 15 17:26:31.467 INFO kablam! Compiling stutter-rs v0.1.1 (/source) Oct 15 17:26:32.459 INFO kablam! warning: unused variable: `n` Oct 15 17:26:32.459 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:32.459 INFO kablam! | Oct 15 17:26:32.460 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:32.460 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:32.460 INFO kablam! | Oct 15 17:26:32.460 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:32.461 INFO kablam! Oct 15 17:26:32.461 INFO kablam! warning: unused variable: `n` Oct 15 17:26:32.461 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:32.462 INFO kablam! | Oct 15 17:26:32.462 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:32.462 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:32.462 INFO kablam! Oct 15 17:26:32.467 INFO kablam! warning: unused variable: `n` Oct 15 17:26:32.467 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:32.467 INFO kablam! | Oct 15 17:26:32.468 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:32.468 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:32.468 INFO kablam! Oct 15 17:26:32.468 INFO kablam! warning: unused variable: `other` Oct 15 17:26:32.469 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:32.469 INFO kablam! | Oct 15 17:26:32.469 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:32.469 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:32.470 INFO kablam! Oct 15 17:26:32.470 INFO kablam! warning: unused variable: `func` Oct 15 17:26:32.470 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:32.470 INFO kablam! | Oct 15 17:26:32.471 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:32.471 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:32.471 INFO kablam! Oct 15 17:26:32.619 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:32.620 INFO kablam! --> src/lib.rs:1:54 Oct 15 17:26:32.620 INFO kablam! | Oct 15 17:26:32.620 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:32.621 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:32.621 INFO kablam! | Oct 15 17:26:32.621 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:32.621 INFO kablam! Oct 15 17:26:32.643 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:32.643 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:32.644 INFO kablam! | Oct 15 17:26:32.644 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:32.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:32.644 INFO kablam! | Oct 15 17:26:32.645 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:32.645 INFO kablam! Oct 15 17:26:35.811 INFO kablam! warning: unused variable: `n` Oct 15 17:26:35.811 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:35.811 INFO kablam! | Oct 15 17:26:35.811 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:35.811 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:35.811 INFO kablam! | Oct 15 17:26:35.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:35.811 INFO kablam! Oct 15 17:26:35.811 INFO kablam! warning: unused variable: `n` Oct 15 17:26:35.811 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:35.811 INFO kablam! | Oct 15 17:26:35.811 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:35.811 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:35.811 INFO kablam! Oct 15 17:26:35.811 INFO kablam! warning: unused variable: `n` Oct 15 17:26:35.811 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:35.811 INFO kablam! | Oct 15 17:26:35.811 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:35.811 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:35.811 INFO kablam! Oct 15 17:26:35.811 INFO kablam! warning: unused variable: `other` Oct 15 17:26:35.811 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:35.811 INFO kablam! | Oct 15 17:26:35.811 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:35.811 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:35.811 INFO kablam! Oct 15 17:26:35.811 INFO kablam! warning: unused variable: `func` Oct 15 17:26:35.811 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:35.811 INFO kablam! | Oct 15 17:26:35.811 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:35.811 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:35.811 INFO kablam! Oct 15 17:26:35.946 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:35.946 INFO kablam! --> src/main.rs:1:54 Oct 15 17:26:35.946 INFO kablam! | Oct 15 17:26:35.946 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:35.947 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:35.947 INFO kablam! | Oct 15 17:26:35.947 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:35.947 INFO kablam! Oct 15 17:26:35.953 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:35.953 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:35.953 INFO kablam! | Oct 15 17:26:35.953 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:35.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:35.954 INFO kablam! | Oct 15 17:26:35.954 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:35.954 INFO kablam! Oct 15 17:26:37.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.05s Oct 15 17:26:37.676 INFO kablam! su: No module specific data is present Oct 15 17:26:38.111 INFO running `"docker" "rm" "-f" "76f59e3d6d9f63c7ed7247eb1527e49df8565c4a81c155afd1609a27b4be5d78"` Oct 15 17:26:38.210 INFO blam! 76f59e3d6d9f63c7ed7247eb1527e49df8565c4a81c155afd1609a27b4be5d78 Oct 15 17:26:38.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:26:38.402 INFO blam! 2ecd1c41149f01fb6686da9b045aa9230408d2e64fce21a99f9eece486927c7e Oct 15 17:26:38.404 INFO running `"docker" "start" "-a" "2ecd1c41149f01fb6686da9b045aa9230408d2e64fce21a99f9eece486927c7e"` Oct 15 17:26:38.905 INFO kablam! usermod: no changes Oct 15 17:26:38.925 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 15 17:26:38.936 INFO kablam! Compiling stutter-rs v0.1.1 (/source) Oct 15 17:26:40.327 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.327 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:40.327 INFO kablam! | Oct 15 17:26:40.327 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:40.327 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.327 INFO kablam! | Oct 15 17:26:40.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:40.327 INFO kablam! Oct 15 17:26:40.327 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.327 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:40.327 INFO kablam! | Oct 15 17:26:40.327 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:40.327 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.327 INFO kablam! Oct 15 17:26:40.327 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.327 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:40.327 INFO kablam! | Oct 15 17:26:40.327 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:40.327 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.327 INFO kablam! Oct 15 17:26:40.327 INFO kablam! warning: unused variable: `other` Oct 15 17:26:40.327 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:40.327 INFO kablam! | Oct 15 17:26:40.327 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:40.327 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:40.327 INFO kablam! Oct 15 17:26:40.327 INFO kablam! warning: unused variable: `func` Oct 15 17:26:40.327 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:40.327 INFO kablam! | Oct 15 17:26:40.327 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:40.327 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:40.327 INFO kablam! Oct 15 17:26:40.491 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.491 INFO kablam! --> src/lib.rs:1:54 Oct 15 17:26:40.491 INFO kablam! | Oct 15 17:26:40.491 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:40.491 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:40.491 INFO kablam! | Oct 15 17:26:40.491 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:40.491 INFO kablam! Oct 15 17:26:40.499 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:40.499 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:40.499 INFO kablam! | Oct 15 17:26:40.499 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:40.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:40.499 INFO kablam! | Oct 15 17:26:40.499 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:40.499 INFO kablam! Oct 15 17:26:40.515 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.515 INFO kablam! --> src/ast/parse.rs:22:13 Oct 15 17:26:40.515 INFO kablam! | Oct 15 17:26:40.515 INFO kablam! 22 | n: tag!("null") >> Oct 15 17:26:40.515 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.515 INFO kablam! | Oct 15 17:26:40.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 17:26:40.515 INFO kablam! Oct 15 17:26:40.515 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.515 INFO kablam! --> src/ast/parse.rs:26:13 Oct 15 17:26:40.515 INFO kablam! | Oct 15 17:26:40.515 INFO kablam! 26 | n: tag!("true") >> Oct 15 17:26:40.515 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.515 INFO kablam! Oct 15 17:26:40.515 INFO kablam! warning: unused variable: `n` Oct 15 17:26:40.515 INFO kablam! --> src/ast/parse.rs:30:13 Oct 15 17:26:40.515 INFO kablam! | Oct 15 17:26:40.515 INFO kablam! 30 | n: tag!("false") >> Oct 15 17:26:40.515 INFO kablam! | ^ help: consider using `_n` instead Oct 15 17:26:40.515 INFO kablam! Oct 15 17:26:40.515 INFO kablam! warning: unused variable: `other` Oct 15 17:26:40.515 INFO kablam! --> src/ast/function.rs:45:18 Oct 15 17:26:40.515 INFO kablam! | Oct 15 17:26:40.515 INFO kablam! 45 | fn eq(&self, other: &Function) -> bool { Oct 15 17:26:40.515 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 17:26:40.515 INFO kablam! Oct 15 17:26:40.515 INFO kablam! warning: unused variable: `func` Oct 15 17:26:40.515 INFO kablam! --> src/eval/types.rs:110:40 Oct 15 17:26:40.515 INFO kablam! | Oct 15 17:26:40.515 INFO kablam! 110 | if let Value::Function(ref func) = frame.borrow().returns { Oct 15 17:26:40.515 INFO kablam! | ^^^^ help: consider using `_func` instead Oct 15 17:26:40.515 INFO kablam! Oct 15 17:26:40.755 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.755 INFO kablam! --> src/main.rs:1:54 Oct 15 17:26:40.755 INFO kablam! | Oct 15 17:26:40.755 INFO kablam! 1 | #![feature(box_syntax, box_patterns, fn_traits, nll, iterator_step_by)] Oct 15 17:26:40.755 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 17:26:40.755 INFO kablam! | Oct 15 17:26:40.755 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 17:26:40.755 INFO kablam! Oct 15 17:26:40.763 INFO kablam! warning: static variable `next_id` should have an upper case name such as `NEXT_ID` Oct 15 17:26:40.763 INFO kablam! --> src/eval/types.rs:15:1 Oct 15 17:26:40.763 INFO kablam! | Oct 15 17:26:40.763 INFO kablam! 15 | static mut next_id: i32 = 0; Oct 15 17:26:40.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 17:26:40.763 INFO kablam! | Oct 15 17:26:40.763 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 17:26:40.763 INFO kablam! Oct 15 17:26:43.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.36s Oct 15 17:26:43.289 INFO kablam! su: No module specific data is present Oct 15 17:26:44.143 INFO running `"docker" "rm" "-f" "2ecd1c41149f01fb6686da9b045aa9230408d2e64fce21a99f9eece486927c7e"` Oct 15 17:26:44.471 INFO blam! 2ecd1c41149f01fb6686da9b045aa9230408d2e64fce21a99f9eece486927c7e Oct 15 17:26:44.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:26:44.920 INFO blam! 57343f6f406662e7f8ae7659ef59d2c081d3b9ca5cd20f4607a32f5c2a282513 Oct 15 17:26:44.923 INFO running `"docker" "start" "-a" "57343f6f406662e7f8ae7659ef59d2c081d3b9ca5cd20f4607a32f5c2a282513"` Oct 15 17:26:46.228 INFO kablam! usermod: no changes Oct 15 17:26:46.291 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 15 17:26:46.322 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 17:26:46.327 INFO kablam! Running /target/debug/deps/stutter_rs-4754154eac85e165 Oct 15 17:26:46.338 INFO blam! Oct 15 17:26:46.338 INFO blam! running 0 tests Oct 15 17:26:46.339 INFO blam! Oct 15 17:26:46.339 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:26:46.339 INFO blam! Oct 15 17:26:46.347 INFO kablam! Running /target/debug/deps/stutter_rs-fa27a739a889a776 Oct 15 17:26:46.359 INFO kablam! Doc-tests stutter-rs Oct 15 17:26:46.359 INFO blam! Oct 15 17:26:46.360 INFO blam! running 4 tests Oct 15 17:26:46.360 INFO blam! test tests::if_else ... ok Oct 15 17:26:46.360 INFO blam! test tests::if_2nd ... ok Oct 15 17:26:46.361 INFO blam! test tests::if_1st ... ok Oct 15 17:26:46.361 INFO blam! test tests::addition_pos ... ok Oct 15 17:26:46.361 INFO blam! Oct 15 17:26:46.361 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:26:46.362 INFO blam! Oct 15 17:26:47.908 INFO blam! Oct 15 17:26:47.908 INFO blam! running 0 tests Oct 15 17:26:47.908 INFO blam! Oct 15 17:26:47.908 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:26:47.908 INFO blam! Oct 15 17:26:47.923 INFO kablam! su: No module specific data is present Oct 15 17:26:48.561 INFO running `"docker" "rm" "-f" "57343f6f406662e7f8ae7659ef59d2c081d3b9ca5cd20f4607a32f5c2a282513"` Oct 15 17:26:48.915 INFO blam! 57343f6f406662e7f8ae7659ef59d2c081d3b9ca5cd20f4607a32f5c2a282513