Oct 11 00:02:40.113 INFO testing donut-lang/donut against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:02:40.113 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:02:40.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:02:40.516 INFO blam! 2ce94f7942c8bf280ed521cf78ce9af3ee84ec7f7185a73bdd1dafaf1c79b895 Oct 11 00:02:40.517 INFO running `"docker" "start" "-a" "2ce94f7942c8bf280ed521cf78ce9af3ee84ec7f7185a73bdd1dafaf1c79b895"` Oct 11 00:02:41.504 INFO kablam! usermod: no changes Oct 11 00:02:41.560 INFO kablam! Compiling combine v3.1.0 Oct 11 00:03:03.317 INFO kablam! Compiling donut v0.1.0 (/source) Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `as_float` Oct 11 00:03:04.957 INFO kablam! --> src/ast/mod.rs:19:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 19 | pub fn as_float(&self) -> Option { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `as_int` Oct 11 00:03:04.957 INFO kablam! --> src/ast/mod.rs:25:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 25 | pub fn as_int(&self) -> Option { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `as_string` Oct 11 00:03:04.957 INFO kablam! --> src/ast/mod.rs:31:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 31 | pub fn as_string(&self) -> Option<&str> { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `as_bool` Oct 11 00:03:04.957 INFO kablam! --> src/ast/mod.rs:37:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 37 | pub fn as_bool(&self) -> Option { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: function is never used: `parse` Oct 11 00:03:04.957 INFO kablam! --> src/parser/mod.rs:42:1 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 42 | / pub fn parse<'a>(src: &'a str, src_name: &'a str) Oct 11 00:03:04.957 INFO kablam! 43 | | -> Result<(ast::Program, &'a str), Consumed>> Oct 11 00:03:04.957 INFO kablam! 44 | | { Oct 11 00:03:04.957 INFO kablam! 45 | | let mut input = State::new(src); Oct 11 00:03:04.957 INFO kablam! ... | Oct 11 00:03:04.957 INFO kablam! 48 | | .map(|r| (r.0, input.input)) Oct 11 00:03:04.957 INFO kablam! 49 | | } Oct 11 00:03:04.957 INFO kablam! | |_^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: struct is never constructed: `Clock` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:4:1 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 4 | pub struct Clock { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: struct is never constructed: `Value` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:9:1 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 9 | pub struct Value<'a, V, T : 'a> { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `new` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:16:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 16 | pub fn new(now : u32) -> Clock { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `new_value` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:22:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 22 | pub fn new_value<'a, V>(&'a self, v : V) -> Value<'a, V, T> { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `tick` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:25:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 25 | pub fn tick(&mut self) { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `leap` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:28:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 28 | pub fn leap(&mut self, to: u32) { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `get` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:34:3 Oct 11 00:03:04.957 INFO kablam! | Oct 11 00:03:04.957 INFO kablam! 34 | pub fn get(&self) -> &V { Oct 11 00:03:04.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.957 INFO kablam! Oct 11 00:03:04.957 INFO kablam! warning: method is never used: `find` Oct 11 00:03:04.957 INFO kablam! --> src/value/mod.rs:44:3 Oct 11 00:03:04.958 INFO kablam! | Oct 11 00:03:04.958 INFO kablam! 44 | fn find(&self, time: u32) -> Option<&V> { Oct 11 00:03:04.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.958 INFO kablam! Oct 11 00:03:04.958 INFO kablam! warning: method is never used: `new` Oct 11 00:03:04.958 INFO kablam! --> src/value/mod.rs:53:3 Oct 11 00:03:04.958 INFO kablam! | Oct 11 00:03:04.958 INFO kablam! 53 | pub fn new<'b>(init_value : V, clock : &'b Clock) -> Value<'b, V, T>{ Oct 11 00:03:04.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:04.958 INFO kablam! Oct 11 00:03:05.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.66s Oct 11 00:03:05.188 INFO kablam! su: No module specific data is present Oct 11 00:03:05.991 INFO running `"docker" "rm" "-f" "2ce94f7942c8bf280ed521cf78ce9af3ee84ec7f7185a73bdd1dafaf1c79b895"` Oct 11 00:03:06.333 INFO blam! 2ce94f7942c8bf280ed521cf78ce9af3ee84ec7f7185a73bdd1dafaf1c79b895 Oct 11 00:03:06.338 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:03:06.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:03:06.791 INFO blam! d3f50d5e7a1129e9d7caf8fba197d54ecba844694411b334303b2ffeca9e7440 Oct 11 00:03:06.793 INFO running `"docker" "start" "-a" "d3f50d5e7a1129e9d7caf8fba197d54ecba844694411b334303b2ffeca9e7440"` Oct 11 00:03:08.299 INFO kablam! usermod: no changes Oct 11 00:03:08.389 INFO kablam! Compiling donut v0.1.0 (/source) Oct 11 00:03:09.545 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.545 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.545 INFO kablam! | Oct 11 00:03:09.545 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.546 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.546 INFO kablam! | Oct 11 00:03:09.546 INFO kablam! ::: src/parser/mod.rs:81:3 Oct 11 00:03:09.547 INFO kablam! | Oct 11 00:03:09.547 INFO kablam! 81 | parse_err!(array(), ["test", "0"]); Oct 11 00:03:09.547 INFO kablam! | ----------------------------------- in this macro invocation Oct 11 00:03:09.548 INFO kablam! | Oct 11 00:03:09.548 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:03:09.548 INFO kablam! Oct 11 00:03:09.548 INFO kablam! warning: unused variable: `err` Oct 11 00:03:09.549 INFO kablam! --> src/parser/test.rs:39:21 Oct 11 00:03:09.549 INFO kablam! | Oct 11 00:03:09.549 INFO kablam! 39 | Result::Err(err) => { Oct 11 00:03:09.550 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:03:09.550 INFO kablam! | Oct 11 00:03:09.550 INFO kablam! ::: src/parser/mod.rs:81:3 Oct 11 00:03:09.550 INFO kablam! | Oct 11 00:03:09.551 INFO kablam! 81 | parse_err!(array(), ["test", "0"]); Oct 11 00:03:09.551 INFO kablam! | ----------------------------------- in this macro invocation Oct 11 00:03:09.551 INFO kablam! Oct 11 00:03:09.552 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.552 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.552 INFO kablam! | Oct 11 00:03:09.553 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.553 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.553 INFO kablam! | Oct 11 00:03:09.554 INFO kablam! ::: src/parser/mod.rs:81:3 Oct 11 00:03:09.554 INFO kablam! | Oct 11 00:03:09.554 INFO kablam! 81 | parse_err!(array(), ["test", "0"]); Oct 11 00:03:09.554 INFO kablam! | ----------------------------------- in this macro invocation Oct 11 00:03:09.555 INFO kablam! Oct 11 00:03:09.555 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.555 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.556 INFO kablam! | Oct 11 00:03:09.556 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.556 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.556 INFO kablam! | Oct 11 00:03:09.557 INFO kablam! ::: src/parser/mod.rs:83:3 Oct 11 00:03:09.557 INFO kablam! | Oct 11 00:03:09.557 INFO kablam! 83 | / parse_ok!(array(), r, Oct 11 00:03:09.557 INFO kablam! 84 | | ["[\"test\"]", { Oct 11 00:03:09.558 INFO kablam! 85 | | match r { Oct 11 00:03:09.558 INFO kablam! 86 | | ast::Expr::Array(_,_,r) => assert_eq!(r.len(), 1), Oct 11 00:03:09.558 INFO kablam! ... | Oct 11 00:03:09.559 INFO kablam! 94 | | } Oct 11 00:03:09.559 INFO kablam! 95 | | }]); Oct 11 00:03:09.559 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.559 INFO kablam! Oct 11 00:03:09.560 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.560 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.560 INFO kablam! | Oct 11 00:03:09.560 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.561 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.561 INFO kablam! | Oct 11 00:03:09.561 INFO kablam! ::: src/parser/mod.rs:130:3 Oct 11 00:03:09.561 INFO kablam! | Oct 11 00:03:09.562 INFO kablam! 130 | parse_err!(ident(), ["1test"]); Oct 11 00:03:09.562 INFO kablam! | ------------------------------- in this macro invocation Oct 11 00:03:09.562 INFO kablam! Oct 11 00:03:09.563 INFO kablam! warning: unused variable: `err` Oct 11 00:03:09.563 INFO kablam! --> src/parser/test.rs:39:21 Oct 11 00:03:09.563 INFO kablam! | Oct 11 00:03:09.563 INFO kablam! 39 | Result::Err(err) => { Oct 11 00:03:09.564 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:03:09.564 INFO kablam! | Oct 11 00:03:09.564 INFO kablam! ::: src/parser/mod.rs:130:3 Oct 11 00:03:09.564 INFO kablam! | Oct 11 00:03:09.565 INFO kablam! 130 | parse_err!(ident(), ["1test"]); Oct 11 00:03:09.565 INFO kablam! | ------------------------------- in this macro invocation Oct 11 00:03:09.565 INFO kablam! Oct 11 00:03:09.565 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.566 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.566 INFO kablam! | Oct 11 00:03:09.566 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.566 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.567 INFO kablam! | Oct 11 00:03:09.567 INFO kablam! ::: src/parser/mod.rs:132:3 Oct 11 00:03:09.567 INFO kablam! | Oct 11 00:03:09.567 INFO kablam! 132 | / parse_ok!(ident(), r, Oct 11 00:03:09.568 INFO kablam! 133 | | ["test", { Oct 11 00:03:09.568 INFO kablam! 134 | | assert_eq!(r.name, "test"); Oct 11 00:03:09.568 INFO kablam! 135 | | }], Oct 11 00:03:09.568 INFO kablam! ... | Oct 11 00:03:09.569 INFO kablam! 140 | | assert_eq!(r.name, "test!!?test!*"); Oct 11 00:03:09.569 INFO kablam! 141 | | }]); Oct 11 00:03:09.569 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.569 INFO kablam! Oct 11 00:03:09.570 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.570 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.570 INFO kablam! | Oct 11 00:03:09.570 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.571 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.571 INFO kablam! | Oct 11 00:03:09.571 INFO kablam! ::: src/parser/mod.rs:169:3 Oct 11 00:03:09.572 INFO kablam! | Oct 11 00:03:09.572 INFO kablam! 169 | / parse_ok!(literal(), r, Oct 11 00:03:09.572 INFO kablam! 170 | | ["0.123", { Oct 11 00:03:09.572 INFO kablam! 171 | | assert_eq!(r.as_float().unwrap(), 0.123); Oct 11 00:03:09.573 INFO kablam! 172 | | }], Oct 11 00:03:09.573 INFO kablam! 173 | | ["123", { Oct 11 00:03:09.573 INFO kablam! 174 | | assert_eq!(r.as_int().unwrap(), 123); Oct 11 00:03:09.573 INFO kablam! 175 | | }]); Oct 11 00:03:09.574 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.574 INFO kablam! Oct 11 00:03:09.574 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.575 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.575 INFO kablam! | Oct 11 00:03:09.575 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.576 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.576 INFO kablam! | Oct 11 00:03:09.576 INFO kablam! ::: src/parser/mod.rs:222:3 Oct 11 00:03:09.576 INFO kablam! | Oct 11 00:03:09.577 INFO kablam! 222 | parse_err!(string_literal(), ["test", "\"test"]); Oct 11 00:03:09.577 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 00:03:09.577 INFO kablam! Oct 11 00:03:09.577 INFO kablam! warning: unused variable: `err` Oct 11 00:03:09.578 INFO kablam! --> src/parser/test.rs:39:21 Oct 11 00:03:09.578 INFO kablam! | Oct 11 00:03:09.578 INFO kablam! 39 | Result::Err(err) => { Oct 11 00:03:09.579 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:03:09.579 INFO kablam! | Oct 11 00:03:09.579 INFO kablam! ::: src/parser/mod.rs:222:3 Oct 11 00:03:09.579 INFO kablam! | Oct 11 00:03:09.580 INFO kablam! 222 | parse_err!(string_literal(), ["test", "\"test"]); Oct 11 00:03:09.580 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 00:03:09.580 INFO kablam! Oct 11 00:03:09.581 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.581 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.581 INFO kablam! | Oct 11 00:03:09.581 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.582 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.582 INFO kablam! | Oct 11 00:03:09.582 INFO kablam! ::: src/parser/mod.rs:223:3 Oct 11 00:03:09.583 INFO kablam! | Oct 11 00:03:09.583 INFO kablam! 223 | / parse_ok!(string_literal(), r, Oct 11 00:03:09.583 INFO kablam! 224 | | ["\"test\"", { Oct 11 00:03:09.583 INFO kablam! 225 | | assert_eq!(r, "test"); Oct 11 00:03:09.584 INFO kablam! 226 | | }], Oct 11 00:03:09.584 INFO kablam! 227 | | ["\"te\\\"st\"", { Oct 11 00:03:09.584 INFO kablam! 228 | | assert_eq!(r, "te\"st"); Oct 11 00:03:09.584 INFO kablam! 229 | | }]); Oct 11 00:03:09.585 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.585 INFO kablam! Oct 11 00:03:09.585 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.586 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.586 INFO kablam! | Oct 11 00:03:09.586 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.586 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.587 INFO kablam! | Oct 11 00:03:09.587 INFO kablam! ::: src/parser/mod.rs:248:3 Oct 11 00:03:09.587 INFO kablam! | Oct 11 00:03:09.588 INFO kablam! 248 | parse_err!(float_literal(), ["x","0xxx", "True"]); Oct 11 00:03:09.588 INFO kablam! | -------------------------------------------------- in this macro invocation Oct 11 00:03:09.588 INFO kablam! Oct 11 00:03:09.588 INFO kablam! warning: unused variable: `err` Oct 11 00:03:09.589 INFO kablam! --> src/parser/test.rs:39:21 Oct 11 00:03:09.589 INFO kablam! | Oct 11 00:03:09.589 INFO kablam! 39 | Result::Err(err) => { Oct 11 00:03:09.589 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:03:09.590 INFO kablam! | Oct 11 00:03:09.590 INFO kablam! ::: src/parser/mod.rs:248:3 Oct 11 00:03:09.590 INFO kablam! | Oct 11 00:03:09.590 INFO kablam! 248 | parse_err!(float_literal(), ["x","0xxx", "True"]); Oct 11 00:03:09.591 INFO kablam! | -------------------------------------------------- in this macro invocation Oct 11 00:03:09.591 INFO kablam! Oct 11 00:03:09.591 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.591 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.592 INFO kablam! | Oct 11 00:03:09.592 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.592 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.592 INFO kablam! | Oct 11 00:03:09.593 INFO kablam! ::: src/parser/mod.rs:250:3 Oct 11 00:03:09.593 INFO kablam! | Oct 11 00:03:09.593 INFO kablam! 250 | / parse_ok!(float_literal(), r, Oct 11 00:03:09.594 INFO kablam! 251 | | ["0.123", { Oct 11 00:03:09.594 INFO kablam! 252 | | assert_eq!(r, 0.123); Oct 11 00:03:09.594 INFO kablam! 253 | | }]); Oct 11 00:03:09.594 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.595 INFO kablam! Oct 11 00:03:09.595 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.595 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.596 INFO kablam! | Oct 11 00:03:09.596 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.596 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.596 INFO kablam! | Oct 11 00:03:09.597 INFO kablam! ::: src/parser/mod.rs:281:3 Oct 11 00:03:09.597 INFO kablam! | Oct 11 00:03:09.597 INFO kablam! 281 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 11 00:03:09.597 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 00:03:09.598 INFO kablam! Oct 11 00:03:09.598 INFO kablam! warning: unused variable: `err` Oct 11 00:03:09.598 INFO kablam! --> src/parser/test.rs:39:21 Oct 11 00:03:09.598 INFO kablam! | Oct 11 00:03:09.599 INFO kablam! 39 | Result::Err(err) => { Oct 11 00:03:09.599 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:03:09.599 INFO kablam! | Oct 11 00:03:09.599 INFO kablam! ::: src/parser/mod.rs:281:3 Oct 11 00:03:09.600 INFO kablam! | Oct 11 00:03:09.600 INFO kablam! 281 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 11 00:03:09.600 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 00:03:09.601 INFO kablam! Oct 11 00:03:09.601 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.601 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.602 INFO kablam! | Oct 11 00:03:09.602 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.602 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.602 INFO kablam! | Oct 11 00:03:09.603 INFO kablam! ::: src/parser/mod.rs:284:3 Oct 11 00:03:09.603 INFO kablam! | Oct 11 00:03:09.603 INFO kablam! 284 | / parse_ok!(number_literal(), r, Oct 11 00:03:09.604 INFO kablam! 285 | | ["0xcc", { Oct 11 00:03:09.604 INFO kablam! 286 | | assert_eq!(r, 0xcc); Oct 11 00:03:09.604 INFO kablam! 287 | | }]); Oct 11 00:03:09.604 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.605 INFO kablam! Oct 11 00:03:09.605 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.605 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.606 INFO kablam! | Oct 11 00:03:09.606 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.606 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.607 INFO kablam! | Oct 11 00:03:09.607 INFO kablam! ::: src/parser/mod.rs:290:3 Oct 11 00:03:09.607 INFO kablam! | Oct 11 00:03:09.607 INFO kablam! 290 | / parse_ok!(number_literal(), r, Oct 11 00:03:09.608 INFO kablam! 291 | | ["0123", { Oct 11 00:03:09.608 INFO kablam! 292 | | assert_eq!(r, 83); Oct 11 00:03:09.608 INFO kablam! 293 | | }], Oct 11 00:03:09.609 INFO kablam! 294 | | ["0", { Oct 11 00:03:09.609 INFO kablam! 295 | | assert_eq!(r, 0); Oct 11 00:03:09.609 INFO kablam! 296 | | }]); Oct 11 00:03:09.609 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.610 INFO kablam! Oct 11 00:03:09.610 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.610 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.610 INFO kablam! | Oct 11 00:03:09.611 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.611 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.611 INFO kablam! | Oct 11 00:03:09.611 INFO kablam! ::: src/parser/mod.rs:299:3 Oct 11 00:03:09.612 INFO kablam! | Oct 11 00:03:09.612 INFO kablam! 299 | / parse_ok!(number_literal(), r, Oct 11 00:03:09.612 INFO kablam! 300 | | ["123", { Oct 11 00:03:09.612 INFO kablam! 301 | | assert_eq!(r, 123); Oct 11 00:03:09.613 INFO kablam! 302 | | }]); Oct 11 00:03:09.613 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.613 INFO kablam! Oct 11 00:03:09.613 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.614 INFO kablam! --> src/parser/test.rs:36:29 Oct 11 00:03:09.614 INFO kablam! | Oct 11 00:03:09.614 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 11 00:03:09.615 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.615 INFO kablam! | Oct 11 00:03:09.615 INFO kablam! ::: src/parser/mod.rs:314:3 Oct 11 00:03:09.615 INFO kablam! | Oct 11 00:03:09.616 INFO kablam! 314 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 11 00:03:09.616 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 00:03:09.616 INFO kablam! Oct 11 00:03:09.617 INFO kablam! warning: unused variable: `err` Oct 11 00:03:09.617 INFO kablam! --> src/parser/test.rs:39:21 Oct 11 00:03:09.617 INFO kablam! | Oct 11 00:03:09.617 INFO kablam! 39 | Result::Err(err) => { Oct 11 00:03:09.618 INFO kablam! | ^^^ help: consider using `_err` instead Oct 11 00:03:09.618 INFO kablam! | Oct 11 00:03:09.618 INFO kablam! ::: src/parser/mod.rs:314:3 Oct 11 00:03:09.618 INFO kablam! | Oct 11 00:03:09.619 INFO kablam! 314 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 11 00:03:09.619 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 11 00:03:09.619 INFO kablam! Oct 11 00:03:09.619 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.620 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.620 INFO kablam! | Oct 11 00:03:09.620 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.621 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.621 INFO kablam! | Oct 11 00:03:09.621 INFO kablam! ::: src/parser/mod.rs:318:3 Oct 11 00:03:09.621 INFO kablam! | Oct 11 00:03:09.622 INFO kablam! 318 | / parse_ok!(bool_literal(), r, Oct 11 00:03:09.622 INFO kablam! 319 | | ["true", { Oct 11 00:03:09.622 INFO kablam! 320 | | assert_eq!(r, true); Oct 11 00:03:09.622 INFO kablam! 321 | | }], Oct 11 00:03:09.623 INFO kablam! 322 | | ["false", { Oct 11 00:03:09.623 INFO kablam! 323 | | assert_eq!(r, false); Oct 11 00:03:09.623 INFO kablam! 324 | | }]); Oct 11 00:03:09.624 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.624 INFO kablam! Oct 11 00:03:09.624 INFO kablam! warning: unused variable: `consumed` Oct 11 00:03:09.625 INFO kablam! --> src/parser/test.rs:14:23 Oct 11 00:03:09.625 INFO kablam! | Oct 11 00:03:09.625 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 11 00:03:09.625 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 11 00:03:09.626 INFO kablam! | Oct 11 00:03:09.626 INFO kablam! ::: src/parser/mod.rs:345:3 Oct 11 00:03:09.626 INFO kablam! | Oct 11 00:03:09.627 INFO kablam! 345 | / parse_ok!(object(), r, Oct 11 00:03:09.627 INFO kablam! 346 | | ["{test:\"test\"}", { Oct 11 00:03:09.627 INFO kablam! 347 | | match r { Oct 11 00:03:09.627 INFO kablam! 348 | | ast::Expr::Object(_,_,r) => assert_eq!(r.len(), 1), Oct 11 00:03:09.628 INFO kablam! ... | Oct 11 00:03:09.628 INFO kablam! 356 | | } Oct 11 00:03:09.628 INFO kablam! 357 | | }]); Oct 11 00:03:09.628 INFO kablam! | |______- in this macro invocation Oct 11 00:03:09.629 INFO kablam! Oct 11 00:03:10.075 INFO kablam! warning: method is never used: `as_string` Oct 11 00:03:10.075 INFO kablam! --> src/ast/mod.rs:31:3 Oct 11 00:03:10.075 INFO kablam! | Oct 11 00:03:10.076 INFO kablam! 31 | pub fn as_string(&self) -> Option<&str> { Oct 11 00:03:10.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.076 INFO kablam! | Oct 11 00:03:10.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:03:10.077 INFO kablam! Oct 11 00:03:10.077 INFO kablam! warning: method is never used: `as_bool` Oct 11 00:03:10.077 INFO kablam! --> src/ast/mod.rs:37:3 Oct 11 00:03:10.078 INFO kablam! | Oct 11 00:03:10.078 INFO kablam! 37 | pub fn as_bool(&self) -> Option { Oct 11 00:03:10.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.079 INFO kablam! Oct 11 00:03:10.079 INFO kablam! warning: function is never used: `parse` Oct 11 00:03:10.079 INFO kablam! --> src/parser/mod.rs:42:1 Oct 11 00:03:10.080 INFO kablam! | Oct 11 00:03:10.080 INFO kablam! 42 | / pub fn parse<'a>(src: &'a str, src_name: &'a str) Oct 11 00:03:10.080 INFO kablam! 43 | | -> Result<(ast::Program, &'a str), Consumed>> Oct 11 00:03:10.081 INFO kablam! 44 | | { Oct 11 00:03:10.081 INFO kablam! 45 | | let mut input = State::new(src); Oct 11 00:03:10.081 INFO kablam! ... | Oct 11 00:03:10.081 INFO kablam! 48 | | .map(|r| (r.0, input.input)) Oct 11 00:03:10.082 INFO kablam! 49 | | } Oct 11 00:03:10.082 INFO kablam! | |_^ Oct 11 00:03:10.082 INFO kablam! Oct 11 00:03:10.082 INFO kablam! warning: struct is never constructed: `Clock` Oct 11 00:03:10.083 INFO kablam! --> src/value/mod.rs:4:1 Oct 11 00:03:10.083 INFO kablam! | Oct 11 00:03:10.083 INFO kablam! 4 | pub struct Clock { Oct 11 00:03:10.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.084 INFO kablam! Oct 11 00:03:10.084 INFO kablam! warning: struct is never constructed: `Value` Oct 11 00:03:10.084 INFO kablam! --> src/value/mod.rs:9:1 Oct 11 00:03:10.084 INFO kablam! | Oct 11 00:03:10.085 INFO kablam! 9 | pub struct Value<'a, V, T : 'a> { Oct 11 00:03:10.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.085 INFO kablam! Oct 11 00:03:10.085 INFO kablam! warning: method is never used: `new` Oct 11 00:03:10.086 INFO kablam! --> src/value/mod.rs:16:3 Oct 11 00:03:10.086 INFO kablam! | Oct 11 00:03:10.086 INFO kablam! 16 | pub fn new(now : u32) -> Clock { Oct 11 00:03:10.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.086 INFO kablam! Oct 11 00:03:10.087 INFO kablam! warning: method is never used: `new_value` Oct 11 00:03:10.087 INFO kablam! --> src/value/mod.rs:22:3 Oct 11 00:03:10.087 INFO kablam! | Oct 11 00:03:10.087 INFO kablam! 22 | pub fn new_value<'a, V>(&'a self, v : V) -> Value<'a, V, T> { Oct 11 00:03:10.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.088 INFO kablam! Oct 11 00:03:10.088 INFO kablam! warning: method is never used: `tick` Oct 11 00:03:10.089 INFO kablam! --> src/value/mod.rs:25:3 Oct 11 00:03:10.089 INFO kablam! | Oct 11 00:03:10.089 INFO kablam! 25 | pub fn tick(&mut self) { Oct 11 00:03:10.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.090 INFO kablam! Oct 11 00:03:10.090 INFO kablam! warning: method is never used: `leap` Oct 11 00:03:10.090 INFO kablam! --> src/value/mod.rs:28:3 Oct 11 00:03:10.091 INFO kablam! | Oct 11 00:03:10.091 INFO kablam! 28 | pub fn leap(&mut self, to: u32) { Oct 11 00:03:10.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.092 INFO kablam! Oct 11 00:03:10.092 INFO kablam! warning: method is never used: `get` Oct 11 00:03:10.092 INFO kablam! --> src/value/mod.rs:34:3 Oct 11 00:03:10.092 INFO kablam! | Oct 11 00:03:10.093 INFO kablam! 34 | pub fn get(&self) -> &V { Oct 11 00:03:10.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.093 INFO kablam! Oct 11 00:03:10.094 INFO kablam! warning: method is never used: `find` Oct 11 00:03:10.094 INFO kablam! --> src/value/mod.rs:44:3 Oct 11 00:03:10.094 INFO kablam! | Oct 11 00:03:10.095 INFO kablam! 44 | fn find(&self, time: u32) -> Option<&V> { Oct 11 00:03:10.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.095 INFO kablam! Oct 11 00:03:10.096 INFO kablam! warning: method is never used: `new` Oct 11 00:03:10.100 INFO kablam! --> src/value/mod.rs:53:3 Oct 11 00:03:10.100 INFO kablam! | Oct 11 00:03:10.101 INFO kablam! 53 | pub fn new<'b>(init_value : V, clock : &'b Clock) -> Value<'b, V, T>{ Oct 11 00:03:10.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:03:10.101 INFO kablam! Oct 11 00:03:16.794 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.46s Oct 11 00:03:16.794 INFO kablam! su: No module specific data is present Oct 11 00:03:17.444 INFO running `"docker" "rm" "-f" "d3f50d5e7a1129e9d7caf8fba197d54ecba844694411b334303b2ffeca9e7440"` Oct 11 00:03:17.802 INFO blam! d3f50d5e7a1129e9d7caf8fba197d54ecba844694411b334303b2ffeca9e7440 Oct 11 00:03:17.817 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:03:17.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:03:18.285 INFO blam! f6402ca32744b8a1a78f8a6a6acf2c80b9100ea32945170ab839256dec425487 Oct 11 00:03:18.287 INFO running `"docker" "start" "-a" "f6402ca32744b8a1a78f8a6a6acf2c80b9100ea32945170ab839256dec425487"` Oct 11 00:03:19.529 INFO kablam! usermod: no changes Oct 11 00:03:19.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 00:03:19.620 INFO kablam! Running /target/debug/deps/donut-ef4fe43c6ee7ba0e Oct 11 00:03:19.620 INFO blam! Oct 11 00:03:19.620 INFO blam! running 9 tests Oct 11 00:03:19.632 INFO blam! test parser::bool_err_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::bool_ok_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::array_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::float_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::string_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::literal_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::ident_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::number_test ... ok Oct 11 00:03:19.632 INFO blam! test parser::object_ok_test ... ok Oct 11 00:03:19.632 INFO blam! Oct 11 00:03:19.632 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:03:19.632 INFO blam! Oct 11 00:03:19.640 INFO kablam! Doc-tests donut Oct 11 00:03:20.055 INFO blam! Oct 11 00:03:20.055 INFO blam! running 0 tests Oct 11 00:03:20.055 INFO blam! Oct 11 00:03:20.055 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:03:20.055 INFO blam! Oct 11 00:03:20.064 INFO kablam! su: No module specific data is present Oct 11 00:03:20.990 INFO running `"docker" "rm" "-f" "f6402ca32744b8a1a78f8a6a6acf2c80b9100ea32945170ab839256dec425487"` Oct 11 00:03:21.252 INFO blam! f6402ca32744b8a1a78f8a6a6acf2c80b9100ea32945170ab839256dec425487