Oct 14 22:29:35.860 INFO testing donut-lang/donut against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:29:35.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:29:36.311 INFO blam! 3f7e6eb6c1e271f56e4e21c49c8dd33a858021b92fd5d628478f7985fb89f133 Oct 14 22:29:36.314 INFO running `"docker" "start" "-a" "3f7e6eb6c1e271f56e4e21c49c8dd33a858021b92fd5d628478f7985fb89f133"` Oct 14 22:29:37.727 INFO kablam! usermod: no changes Oct 14 22:29:37.803 INFO kablam! Compiling memchr v2.0.1 Oct 14 22:29:38.558 INFO kablam! Compiling combine v3.1.0 Oct 14 22:29:58.906 INFO kablam! Compiling donut v0.1.0 (/source) Oct 14 22:30:00.603 INFO kablam! warning: method is never used: `as_float` Oct 14 22:30:00.603 INFO kablam! --> src/ast/mod.rs:19:3 Oct 14 22:30:00.603 INFO kablam! | Oct 14 22:30:00.603 INFO kablam! 19 | pub fn as_float(&self) -> Option { Oct 14 22:30:00.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.603 INFO kablam! | Oct 14 22:30:00.603 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:30:00.603 INFO kablam! Oct 14 22:30:00.603 INFO kablam! warning: method is never used: `as_int` Oct 14 22:30:00.603 INFO kablam! --> src/ast/mod.rs:25:3 Oct 14 22:30:00.603 INFO kablam! | Oct 14 22:30:00.603 INFO kablam! 25 | pub fn as_int(&self) -> Option { Oct 14 22:30:00.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.603 INFO kablam! Oct 14 22:30:00.603 INFO kablam! warning: method is never used: `as_string` Oct 14 22:30:00.603 INFO kablam! --> src/ast/mod.rs:31:3 Oct 14 22:30:00.603 INFO kablam! | Oct 14 22:30:00.603 INFO kablam! 31 | pub fn as_string(&self) -> Option<&str> { Oct 14 22:30:00.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.603 INFO kablam! Oct 14 22:30:00.607 INFO kablam! warning: method is never used: `as_bool` Oct 14 22:30:00.607 INFO kablam! --> src/ast/mod.rs:37:3 Oct 14 22:30:00.607 INFO kablam! | Oct 14 22:30:00.607 INFO kablam! 37 | pub fn as_bool(&self) -> Option { Oct 14 22:30:00.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.607 INFO kablam! Oct 14 22:30:00.607 INFO kablam! warning: function is never used: `parse` Oct 14 22:30:00.607 INFO kablam! --> src/parser/mod.rs:42:1 Oct 14 22:30:00.607 INFO kablam! | Oct 14 22:30:00.607 INFO kablam! 42 | / pub fn parse<'a>(src: &'a str, src_name: &'a str) Oct 14 22:30:00.607 INFO kablam! 43 | | -> Result<(ast::Program, &'a str), Consumed>> Oct 14 22:30:00.607 INFO kablam! 44 | | { Oct 14 22:30:00.607 INFO kablam! 45 | | let mut input = State::new(src); Oct 14 22:30:00.607 INFO kablam! ... | Oct 14 22:30:00.607 INFO kablam! 48 | | .map(|r| (r.0, input.input)) Oct 14 22:30:00.608 INFO kablam! 49 | | } Oct 14 22:30:00.608 INFO kablam! | |_^ Oct 14 22:30:00.608 INFO kablam! Oct 14 22:30:00.611 INFO kablam! warning: struct is never constructed: `Clock` Oct 14 22:30:00.611 INFO kablam! --> src/value/mod.rs:4:1 Oct 14 22:30:00.611 INFO kablam! | Oct 14 22:30:00.611 INFO kablam! 4 | pub struct Clock { Oct 14 22:30:00.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.611 INFO kablam! Oct 14 22:30:00.611 INFO kablam! warning: struct is never constructed: `Value` Oct 14 22:30:00.611 INFO kablam! --> src/value/mod.rs:9:1 Oct 14 22:30:00.611 INFO kablam! | Oct 14 22:30:00.611 INFO kablam! 9 | pub struct Value<'a, V, T : 'a> { Oct 14 22:30:00.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.611 INFO kablam! Oct 14 22:30:00.611 INFO kablam! warning: method is never used: `new` Oct 14 22:30:00.611 INFO kablam! --> src/value/mod.rs:16:3 Oct 14 22:30:00.611 INFO kablam! | Oct 14 22:30:00.611 INFO kablam! 16 | pub fn new(now : u32) -> Clock { Oct 14 22:30:00.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.611 INFO kablam! Oct 14 22:30:00.611 INFO kablam! warning: method is never used: `new_value` Oct 14 22:30:00.611 INFO kablam! --> src/value/mod.rs:22:3 Oct 14 22:30:00.611 INFO kablam! | Oct 14 22:30:00.612 INFO kablam! 22 | pub fn new_value<'a, V>(&'a self, v : V) -> Value<'a, V, T> { Oct 14 22:30:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.612 INFO kablam! Oct 14 22:30:00.612 INFO kablam! warning: method is never used: `tick` Oct 14 22:30:00.612 INFO kablam! --> src/value/mod.rs:25:3 Oct 14 22:30:00.612 INFO kablam! | Oct 14 22:30:00.612 INFO kablam! 25 | pub fn tick(&mut self) { Oct 14 22:30:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.612 INFO kablam! Oct 14 22:30:00.612 INFO kablam! warning: method is never used: `leap` Oct 14 22:30:00.612 INFO kablam! --> src/value/mod.rs:28:3 Oct 14 22:30:00.612 INFO kablam! | Oct 14 22:30:00.612 INFO kablam! 28 | pub fn leap(&mut self, to: u32) { Oct 14 22:30:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.612 INFO kablam! Oct 14 22:30:00.612 INFO kablam! warning: method is never used: `get` Oct 14 22:30:00.612 INFO kablam! --> src/value/mod.rs:34:3 Oct 14 22:30:00.612 INFO kablam! | Oct 14 22:30:00.612 INFO kablam! 34 | pub fn get(&self) -> &V { Oct 14 22:30:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.612 INFO kablam! Oct 14 22:30:00.612 INFO kablam! warning: method is never used: `find` Oct 14 22:30:00.612 INFO kablam! --> src/value/mod.rs:44:3 Oct 14 22:30:00.612 INFO kablam! | Oct 14 22:30:00.612 INFO kablam! 44 | fn find(&self, time: u32) -> Option<&V> { Oct 14 22:30:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.612 INFO kablam! Oct 14 22:30:00.612 INFO kablam! warning: method is never used: `new` Oct 14 22:30:00.612 INFO kablam! --> src/value/mod.rs:53:3 Oct 14 22:30:00.612 INFO kablam! | Oct 14 22:30:00.612 INFO kablam! 53 | pub fn new<'b>(init_value : V, clock : &'b Clock) -> Value<'b, V, T>{ Oct 14 22:30:00.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:00.612 INFO kablam! Oct 14 22:30:00.801 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.05s Oct 14 22:30:00.803 INFO kablam! su: No module specific data is present Oct 14 22:30:02.034 INFO running `"docker" "rm" "-f" "3f7e6eb6c1e271f56e4e21c49c8dd33a858021b92fd5d628478f7985fb89f133"` Oct 14 22:30:02.364 INFO blam! 3f7e6eb6c1e271f56e4e21c49c8dd33a858021b92fd5d628478f7985fb89f133 Oct 14 22:30:02.379 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:30:02.892 INFO blam! dfe96b84b1d82460090c5d0b0e6505cf5b755d4ca06f2a22ca289bee15de1c19 Oct 14 22:30:02.895 INFO running `"docker" "start" "-a" "dfe96b84b1d82460090c5d0b0e6505cf5b755d4ca06f2a22ca289bee15de1c19"` Oct 14 22:30:05.459 INFO kablam! usermod: no changes Oct 14 22:30:05.504 INFO kablam! Compiling donut v0.1.0 (/source) Oct 14 22:30:06.915 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.915 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.915 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! ::: src/parser/mod.rs:81:3 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 81 | parse_err!(array(), ["test", "0"]); Oct 14 22:30:06.915 INFO kablam! | ----------------------------------- in this macro invocation Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:30:06.915 INFO kablam! Oct 14 22:30:06.915 INFO kablam! warning: unused variable: `err` Oct 14 22:30:06.915 INFO kablam! --> src/parser/test.rs:39:21 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 39 | Result::Err(err) => { Oct 14 22:30:06.915 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! ::: src/parser/mod.rs:81:3 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 81 | parse_err!(array(), ["test", "0"]); Oct 14 22:30:06.915 INFO kablam! | ----------------------------------- in this macro invocation Oct 14 22:30:06.915 INFO kablam! Oct 14 22:30:06.915 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.915 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.915 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! ::: src/parser/mod.rs:81:3 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 81 | parse_err!(array(), ["test", "0"]); Oct 14 22:30:06.915 INFO kablam! | ----------------------------------- in this macro invocation Oct 14 22:30:06.915 INFO kablam! Oct 14 22:30:06.915 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.915 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.915 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.915 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.915 INFO kablam! | Oct 14 22:30:06.916 INFO kablam! ::: src/parser/mod.rs:83:3 Oct 14 22:30:06.916 INFO kablam! | Oct 14 22:30:06.916 INFO kablam! 83 | / parse_ok!(array(), r, Oct 14 22:30:06.916 INFO kablam! 84 | | ["[\"test\"]", { Oct 14 22:30:06.916 INFO kablam! 85 | | match r { Oct 14 22:30:06.916 INFO kablam! 86 | | ast::Expr::Array(_,_,r) => assert_eq!(r.len(), 1), Oct 14 22:30:06.916 INFO kablam! ... | Oct 14 22:30:06.916 INFO kablam! 94 | | } Oct 14 22:30:06.916 INFO kablam! 95 | | }]); Oct 14 22:30:06.916 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.916 INFO kablam! Oct 14 22:30:06.916 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.916 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.916 INFO kablam! | Oct 14 22:30:06.916 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.916 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.916 INFO kablam! | Oct 14 22:30:06.916 INFO kablam! ::: src/parser/mod.rs:130:3 Oct 14 22:30:06.916 INFO kablam! | Oct 14 22:30:06.916 INFO kablam! 130 | parse_err!(ident(), ["1test"]); Oct 14 22:30:06.916 INFO kablam! | ------------------------------- in this macro invocation Oct 14 22:30:06.924 INFO kablam! Oct 14 22:30:06.924 INFO kablam! warning: unused variable: `err` Oct 14 22:30:06.924 INFO kablam! --> src/parser/test.rs:39:21 Oct 14 22:30:06.924 INFO kablam! | Oct 14 22:30:06.924 INFO kablam! 39 | Result::Err(err) => { Oct 14 22:30:06.924 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 22:30:06.924 INFO kablam! | Oct 14 22:30:06.924 INFO kablam! ::: src/parser/mod.rs:130:3 Oct 14 22:30:06.924 INFO kablam! | Oct 14 22:30:06.924 INFO kablam! 130 | parse_err!(ident(), ["1test"]); Oct 14 22:30:06.924 INFO kablam! | ------------------------------- in this macro invocation Oct 14 22:30:06.924 INFO kablam! Oct 14 22:30:06.924 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.924 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.924 INFO kablam! | Oct 14 22:30:06.924 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.924 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.924 INFO kablam! | Oct 14 22:30:06.924 INFO kablam! ::: src/parser/mod.rs:132:3 Oct 14 22:30:06.924 INFO kablam! | Oct 14 22:30:06.924 INFO kablam! 132 | / parse_ok!(ident(), r, Oct 14 22:30:06.924 INFO kablam! 133 | | ["test", { Oct 14 22:30:06.924 INFO kablam! 134 | | assert_eq!(r.name, "test"); Oct 14 22:30:06.924 INFO kablam! 135 | | }], Oct 14 22:30:06.924 INFO kablam! ... | Oct 14 22:30:06.924 INFO kablam! 140 | | assert_eq!(r.name, "test!!?test!*"); Oct 14 22:30:06.924 INFO kablam! 141 | | }]); Oct 14 22:30:06.925 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.925 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! ::: src/parser/mod.rs:169:3 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 169 | / parse_ok!(literal(), r, Oct 14 22:30:06.925 INFO kablam! 170 | | ["0.123", { Oct 14 22:30:06.925 INFO kablam! 171 | | assert_eq!(r.as_float().unwrap(), 0.123); Oct 14 22:30:06.925 INFO kablam! 172 | | }], Oct 14 22:30:06.925 INFO kablam! 173 | | ["123", { Oct 14 22:30:06.925 INFO kablam! 174 | | assert_eq!(r.as_int().unwrap(), 123); Oct 14 22:30:06.925 INFO kablam! 175 | | }]); Oct 14 22:30:06.925 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.925 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! ::: src/parser/mod.rs:222:3 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 222 | parse_err!(string_literal(), ["test", "\"test"]); Oct 14 22:30:06.925 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `err` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:39:21 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 39 | Result::Err(err) => { Oct 14 22:30:06.925 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! ::: src/parser/mod.rs:222:3 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 222 | parse_err!(string_literal(), ["test", "\"test"]); Oct 14 22:30:06.925 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.925 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! ::: src/parser/mod.rs:223:3 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 223 | / parse_ok!(string_literal(), r, Oct 14 22:30:06.925 INFO kablam! 224 | | ["\"test\"", { Oct 14 22:30:06.925 INFO kablam! 225 | | assert_eq!(r, "test"); Oct 14 22:30:06.925 INFO kablam! 226 | | }], Oct 14 22:30:06.925 INFO kablam! 227 | | ["\"te\\\"st\"", { Oct 14 22:30:06.925 INFO kablam! 228 | | assert_eq!(r, "te\"st"); Oct 14 22:30:06.925 INFO kablam! 229 | | }]); Oct 14 22:30:06.925 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.925 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! ::: src/parser/mod.rs:248:3 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 248 | parse_err!(float_literal(), ["x","0xxx", "True"]); Oct 14 22:30:06.925 INFO kablam! | -------------------------------------------------- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `err` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:39:21 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 39 | Result::Err(err) => { Oct 14 22:30:06.925 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! ::: src/parser/mod.rs:248:3 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 248 | parse_err!(float_literal(), ["x","0xxx", "True"]); Oct 14 22:30:06.925 INFO kablam! | -------------------------------------------------- in this macro invocation Oct 14 22:30:06.925 INFO kablam! Oct 14 22:30:06.925 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.925 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.925 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.925 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.925 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! ::: src/parser/mod.rs:250:3 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 250 | / parse_ok!(float_literal(), r, Oct 14 22:30:06.926 INFO kablam! 251 | | ["0.123", { Oct 14 22:30:06.926 INFO kablam! 252 | | assert_eq!(r, 0.123); Oct 14 22:30:06.926 INFO kablam! 253 | | }]); Oct 14 22:30:06.926 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.926 INFO kablam! Oct 14 22:30:06.926 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.926 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.926 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! ::: src/parser/mod.rs:281:3 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 281 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 14 22:30:06.926 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 14 22:30:06.926 INFO kablam! Oct 14 22:30:06.926 INFO kablam! warning: unused variable: `err` Oct 14 22:30:06.926 INFO kablam! --> src/parser/test.rs:39:21 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 39 | Result::Err(err) => { Oct 14 22:30:06.926 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! ::: src/parser/mod.rs:281:3 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 281 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 14 22:30:06.926 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 14 22:30:06.926 INFO kablam! Oct 14 22:30:06.926 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.926 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.926 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! ::: src/parser/mod.rs:284:3 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 284 | / parse_ok!(number_literal(), r, Oct 14 22:30:06.926 INFO kablam! 285 | | ["0xcc", { Oct 14 22:30:06.926 INFO kablam! 286 | | assert_eq!(r, 0xcc); Oct 14 22:30:06.926 INFO kablam! 287 | | }]); Oct 14 22:30:06.926 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.926 INFO kablam! Oct 14 22:30:06.926 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.926 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.926 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! ::: src/parser/mod.rs:290:3 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 290 | / parse_ok!(number_literal(), r, Oct 14 22:30:06.926 INFO kablam! 291 | | ["0123", { Oct 14 22:30:06.926 INFO kablam! 292 | | assert_eq!(r, 83); Oct 14 22:30:06.926 INFO kablam! 293 | | }], Oct 14 22:30:06.926 INFO kablam! 294 | | ["0", { Oct 14 22:30:06.926 INFO kablam! 295 | | assert_eq!(r, 0); Oct 14 22:30:06.926 INFO kablam! 296 | | }]); Oct 14 22:30:06.926 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.926 INFO kablam! Oct 14 22:30:06.926 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.926 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.926 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! ::: src/parser/mod.rs:299:3 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 299 | / parse_ok!(number_literal(), r, Oct 14 22:30:06.926 INFO kablam! 300 | | ["123", { Oct 14 22:30:06.926 INFO kablam! 301 | | assert_eq!(r, 123); Oct 14 22:30:06.926 INFO kablam! 302 | | }]); Oct 14 22:30:06.926 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.926 INFO kablam! Oct 14 22:30:06.926 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.926 INFO kablam! --> src/parser/test.rs:36:29 Oct 14 22:30:06.926 INFO kablam! | Oct 14 22:30:06.926 INFO kablam! 36 | Result::Ok((result, consumed)) => { Oct 14 22:30:06.926 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! ::: src/parser/mod.rs:314:3 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 314 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 14 22:30:06.927 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 14 22:30:06.927 INFO kablam! Oct 14 22:30:06.927 INFO kablam! warning: unused variable: `err` Oct 14 22:30:06.927 INFO kablam! --> src/parser/test.rs:39:21 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 39 | Result::Err(err) => { Oct 14 22:30:06.927 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! ::: src/parser/mod.rs:314:3 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 314 | parse_err!(bool_literal(), ["x","0xxx", "True"]); Oct 14 22:30:06.927 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 14 22:30:06.927 INFO kablam! Oct 14 22:30:06.927 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.927 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.927 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! ::: src/parser/mod.rs:318:3 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 318 | / parse_ok!(bool_literal(), r, Oct 14 22:30:06.927 INFO kablam! 319 | | ["true", { Oct 14 22:30:06.927 INFO kablam! 320 | | assert_eq!(r, true); Oct 14 22:30:06.927 INFO kablam! 321 | | }], Oct 14 22:30:06.927 INFO kablam! 322 | | ["false", { Oct 14 22:30:06.927 INFO kablam! 323 | | assert_eq!(r, false); Oct 14 22:30:06.927 INFO kablam! 324 | | }]); Oct 14 22:30:06.927 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.927 INFO kablam! Oct 14 22:30:06.927 INFO kablam! warning: unused variable: `consumed` Oct 14 22:30:06.927 INFO kablam! --> src/parser/test.rs:14:23 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 14 | Result::Ok(($r, consumed)) => { Oct 14 22:30:06.927 INFO kablam! | ^^^^^^^^ help: consider using `_consumed` instead Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! ::: src/parser/mod.rs:345:3 Oct 14 22:30:06.927 INFO kablam! | Oct 14 22:30:06.927 INFO kablam! 345 | / parse_ok!(object(), r, Oct 14 22:30:06.927 INFO kablam! 346 | | ["{test:\"test\"}", { Oct 14 22:30:06.927 INFO kablam! 347 | | match r { Oct 14 22:30:06.927 INFO kablam! 348 | | ast::Expr::Object(_,_,r) => assert_eq!(r.len(), 1), Oct 14 22:30:06.927 INFO kablam! ... | Oct 14 22:30:06.927 INFO kablam! 356 | | } Oct 14 22:30:06.927 INFO kablam! 357 | | }]); Oct 14 22:30:06.927 INFO kablam! | |______- in this macro invocation Oct 14 22:30:06.927 INFO kablam! Oct 14 22:30:07.440 INFO kablam! warning: method is never used: `as_string` Oct 14 22:30:07.440 INFO kablam! --> src/ast/mod.rs:31:3 Oct 14 22:30:07.440 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 31 | pub fn as_string(&self) -> Option<&str> { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: method is never used: `as_bool` Oct 14 22:30:07.441 INFO kablam! --> src/ast/mod.rs:37:3 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 37 | pub fn as_bool(&self) -> Option { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: function is never used: `parse` Oct 14 22:30:07.441 INFO kablam! --> src/parser/mod.rs:42:1 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 42 | / pub fn parse<'a>(src: &'a str, src_name: &'a str) Oct 14 22:30:07.441 INFO kablam! 43 | | -> Result<(ast::Program, &'a str), Consumed>> Oct 14 22:30:07.441 INFO kablam! 44 | | { Oct 14 22:30:07.441 INFO kablam! 45 | | let mut input = State::new(src); Oct 14 22:30:07.441 INFO kablam! ... | Oct 14 22:30:07.441 INFO kablam! 48 | | .map(|r| (r.0, input.input)) Oct 14 22:30:07.441 INFO kablam! 49 | | } Oct 14 22:30:07.441 INFO kablam! | |_^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: struct is never constructed: `Clock` Oct 14 22:30:07.441 INFO kablam! --> src/value/mod.rs:4:1 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 4 | pub struct Clock { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: struct is never constructed: `Value` Oct 14 22:30:07.441 INFO kablam! --> src/value/mod.rs:9:1 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 9 | pub struct Value<'a, V, T : 'a> { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: method is never used: `new` Oct 14 22:30:07.441 INFO kablam! --> src/value/mod.rs:16:3 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 16 | pub fn new(now : u32) -> Clock { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: method is never used: `new_value` Oct 14 22:30:07.441 INFO kablam! --> src/value/mod.rs:22:3 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 22 | pub fn new_value<'a, V>(&'a self, v : V) -> Value<'a, V, T> { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: method is never used: `tick` Oct 14 22:30:07.441 INFO kablam! --> src/value/mod.rs:25:3 Oct 14 22:30:07.441 INFO kablam! | Oct 14 22:30:07.441 INFO kablam! 25 | pub fn tick(&mut self) { Oct 14 22:30:07.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.441 INFO kablam! Oct 14 22:30:07.441 INFO kablam! warning: method is never used: `leap` Oct 14 22:30:07.441 INFO kablam! --> src/value/mod.rs:28:3 Oct 14 22:30:07.442 INFO kablam! | Oct 14 22:30:07.442 INFO kablam! 28 | pub fn leap(&mut self, to: u32) { Oct 14 22:30:07.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.442 INFO kablam! Oct 14 22:30:07.442 INFO kablam! warning: method is never used: `get` Oct 14 22:30:07.442 INFO kablam! --> src/value/mod.rs:34:3 Oct 14 22:30:07.442 INFO kablam! | Oct 14 22:30:07.442 INFO kablam! 34 | pub fn get(&self) -> &V { Oct 14 22:30:07.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.442 INFO kablam! Oct 14 22:30:07.442 INFO kablam! warning: method is never used: `find` Oct 14 22:30:07.442 INFO kablam! --> src/value/mod.rs:44:3 Oct 14 22:30:07.442 INFO kablam! | Oct 14 22:30:07.442 INFO kablam! 44 | fn find(&self, time: u32) -> Option<&V> { Oct 14 22:30:07.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.442 INFO kablam! Oct 14 22:30:07.442 INFO kablam! warning: method is never used: `new` Oct 14 22:30:07.442 INFO kablam! --> src/value/mod.rs:53:3 Oct 14 22:30:07.442 INFO kablam! | Oct 14 22:30:07.442 INFO kablam! 53 | pub fn new<'b>(init_value : V, clock : &'b Clock) -> Value<'b, V, T>{ Oct 14 22:30:07.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:30:07.442 INFO kablam! Oct 14 22:30:15.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.19s Oct 14 22:30:15.674 INFO kablam! su: No module specific data is present Oct 14 22:30:16.631 INFO running `"docker" "rm" "-f" "dfe96b84b1d82460090c5d0b0e6505cf5b755d4ca06f2a22ca289bee15de1c19"` Oct 14 22:30:16.923 INFO blam! dfe96b84b1d82460090c5d0b0e6505cf5b755d4ca06f2a22ca289bee15de1c19 Oct 14 22:30:16.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 22:30:17.448 INFO blam! d34b73b3bf7a58339b6c27981e396ffd7a0859931628a6b19d98bf129a71f971 Oct 14 22:30:17.455 INFO running `"docker" "start" "-a" "d34b73b3bf7a58339b6c27981e396ffd7a0859931628a6b19d98bf129a71f971"` Oct 14 22:30:18.839 INFO kablam! usermod: no changes Oct 14 22:30:18.905 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 22:30:18.935 INFO kablam! Running /target/debug/deps/donut-ef4fe43c6ee7ba0e Oct 14 22:30:18.939 INFO blam! Oct 14 22:30:18.939 INFO blam! running 9 tests Oct 14 22:30:18.940 INFO blam! test parser::array_test ... ok Oct 14 22:30:18.940 INFO blam! test parser::bool_err_test ... ok Oct 14 22:30:18.940 INFO blam! test parser::bool_ok_test ... ok Oct 14 22:30:18.941 INFO blam! test parser::float_test ... ok Oct 14 22:30:18.941 INFO blam! test parser::string_test ... ok Oct 14 22:30:18.941 INFO blam! test parser::ident_test ... ok Oct 14 22:30:18.942 INFO kablam! Doc-tests donut Oct 14 22:30:18.945 INFO blam! test parser::object_ok_test ... ok Oct 14 22:30:18.945 INFO blam! test parser::number_test ... ok Oct 14 22:30:18.945 INFO blam! test parser::literal_test ... ok Oct 14 22:30:18.946 INFO blam! Oct 14 22:30:18.946 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:30:18.946 INFO blam! Oct 14 22:30:19.678 INFO blam! Oct 14 22:30:19.678 INFO blam! running 0 tests Oct 14 22:30:19.678 INFO blam! Oct 14 22:30:19.678 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:30:19.678 INFO blam! Oct 14 22:30:19.690 INFO kablam! su: No module specific data is present Oct 14 22:30:20.403 INFO running `"docker" "rm" "-f" "d34b73b3bf7a58339b6c27981e396ffd7a0859931628a6b19d98bf129a71f971"` Oct 14 22:30:20.675 INFO blam! d34b73b3bf7a58339b6c27981e396ffd7a0859931628a6b19d98bf129a71f971