Oct 11 04:12:23.865 INFO testing TheToolbox/json-toy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:12:23.865 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:12:23.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 04:12:24.306 INFO blam! 7738108714c987532259d9883c69e88cc662d93341410aa081db13a34704d0aa Oct 11 04:12:24.308 INFO running `"docker" "start" "-a" "7738108714c987532259d9883c69e88cc662d93341410aa081db13a34704d0aa"` Oct 11 04:12:25.774 INFO kablam! usermod: no changes Oct 11 04:12:25.830 INFO kablam! Compiling json-toy v0.1.0 (/source) Oct 11 04:12:26.528 INFO kablam! warning: unused macro definition Oct 11 04:12:26.528 INFO kablam! --> main.rs:1:1 Oct 11 04:12:26.528 INFO kablam! | Oct 11 04:12:26.528 INFO kablam! 1 | macro_rules! TODO { () => (unreachable!()) } Oct 11 04:12:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.528 INFO kablam! | Oct 11 04:12:26.528 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 04:12:26.528 INFO kablam! Oct 11 04:12:26.528 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.528 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.528 INFO kablam! | Oct 11 04:12:26.528 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.528 INFO kablam! ... Oct 11 04:12:26.528 INFO kablam! 115 | '}' | ']' => PopObject!(), Oct 11 04:12:26.528 INFO kablam! | ------------ in this macro invocation Oct 11 04:12:26.528 INFO kablam! | Oct 11 04:12:26.528 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 04:12:26.528 INFO kablam! Oct 11 04:12:26.528 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.528 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.528 INFO kablam! | Oct 11 04:12:26.528 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.528 INFO kablam! ... Oct 11 04:12:26.528 INFO kablam! 120 | ExpectingTrueE => if c == 'e' { CompleteItem!(JSON::Boolean(true)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 11 04:12:26.528 INFO kablam! | ----------------------------------- in this macro invocation Oct 11 04:12:26.528 INFO kablam! Oct 11 04:12:26.528 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.528 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.528 INFO kablam! | Oct 11 04:12:26.528 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.528 INFO kablam! ... Oct 11 04:12:26.528 INFO kablam! 124 | ExpectingFalseE => if c == 'e' { CompleteItem!(JSON::Boolean(false)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 11 04:12:26.528 INFO kablam! | ------------------------------------ in this macro invocation Oct 11 04:12:26.528 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! ... Oct 11 04:12:26.529 INFO kablam! 128 | '}' | ']' => PopObject!(), Oct 11 04:12:26.529 INFO kablam! | ------------ in this macro invocation Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:134:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 134 | ///invalid numbers can get past here still, needs to be fixed TODO Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! ... Oct 11 04:12:26.529 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! ... Oct 11 04:12:26.529 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:26.529 INFO kablam! | ------------- in this macro invocation Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! ... Oct 11 04:12:26.529 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! ... Oct 11 04:12:26.529 INFO kablam! 137 | _ => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap()));} Oct 11 04:12:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:89:25 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! ... Oct 11 04:12:26.529 INFO kablam! 143 | '"' => { CompleteItem!(JSON::String(input[start..i].to_owned())) }, Oct 11 04:12:26.529 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:169:5 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 169 | ///Confirm that we can construct objects as expected Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:171:5 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 171 | ///Load up a few examples to test parsing Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:173:5 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 173 | ///Test parsing a single string Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:175:5 Oct 11 04:12:26.529 INFO kablam! | Oct 11 04:12:26.529 INFO kablam! 175 | ///Empty array Oct 11 04:12:26.529 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:12:26.529 INFO kablam! Oct 11 04:12:26.529 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.529 INFO kablam! --> main.rs:177:5 Oct 11 04:12:26.530 INFO kablam! | Oct 11 04:12:26.530 INFO kablam! 177 | ///array of 1 string Oct 11 04:12:26.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.530 INFO kablam! Oct 11 04:12:26.530 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.530 INFO kablam! --> main.rs:179:5 Oct 11 04:12:26.530 INFO kablam! | Oct 11 04:12:26.530 INFO kablam! 179 | ///Array w/ two strings Oct 11 04:12:26.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.530 INFO kablam! Oct 11 04:12:26.530 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.530 INFO kablam! --> main.rs:188:5 Oct 11 04:12:26.530 INFO kablam! | Oct 11 04:12:26.530 INFO kablam! 188 | ///A more complex test with an object, array, empty object, numbers, strings, bools, and whitespace galore Oct 11 04:12:26.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.530 INFO kablam! Oct 11 04:12:26.530 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.530 INFO kablam! --> main.rs:197:5 Oct 11 04:12:26.530 INFO kablam! | Oct 11 04:12:26.530 INFO kablam! 197 | /// Oct 11 04:12:26.530 INFO kablam! | ^^^ Oct 11 04:12:26.530 INFO kablam! Oct 11 04:12:26.530 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:26.530 INFO kablam! --> main.rs:206:5 Oct 11 04:12:26.530 INFO kablam! | Oct 11 04:12:26.530 INFO kablam! 206 | ///Run tests Oct 11 04:12:26.530 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:12:26.530 INFO kablam! Oct 11 04:12:26.609 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.609 INFO kablam! --> main.rs:86:51 Oct 11 04:12:26.609 INFO kablam! | Oct 11 04:12:26.609 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 11 04:12:26.609 INFO kablam! | ^^^^^ Oct 11 04:12:26.609 INFO kablam! ... Oct 11 04:12:26.609 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:87:74 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:91:82 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:94:83 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:86:51 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:87:74 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:91:82 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:26.610 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:26.610 INFO kablam! --> main.rs:94:83 Oct 11 04:12:26.610 INFO kablam! | Oct 11 04:12:26.610 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 11 04:12:26.610 INFO kablam! | ^^^^^ Oct 11 04:12:26.610 INFO kablam! ... Oct 11 04:12:26.610 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:26.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:26.610 INFO kablam! Oct 11 04:12:27.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.91s Oct 11 04:12:27.707 INFO kablam! su: No module specific data is present Oct 11 04:12:28.153 INFO running `"docker" "rm" "-f" "7738108714c987532259d9883c69e88cc662d93341410aa081db13a34704d0aa"` Oct 11 04:12:28.230 INFO blam! 7738108714c987532259d9883c69e88cc662d93341410aa081db13a34704d0aa Oct 11 04:12:28.231 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:12:28.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 04:12:28.405 INFO blam! f3902228f48fafdbea214cd6e9602cf7caa11a045e069a0131a2895dec45e68f Oct 11 04:12:28.410 INFO running `"docker" "start" "-a" "f3902228f48fafdbea214cd6e9602cf7caa11a045e069a0131a2895dec45e68f"` Oct 11 04:12:29.048 INFO kablam! usermod: no changes Oct 11 04:12:29.091 INFO kablam! Compiling json-toy v0.1.0 (/source) Oct 11 04:12:29.813 INFO kablam! warning: unused macro definition Oct 11 04:12:29.813 INFO kablam! --> main.rs:1:1 Oct 11 04:12:29.813 INFO kablam! | Oct 11 04:12:29.813 INFO kablam! 1 | macro_rules! TODO { () => (unreachable!()) } Oct 11 04:12:29.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.813 INFO kablam! | Oct 11 04:12:29.813 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 04:12:29.813 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 115 | '}' | ']' => PopObject!(), Oct 11 04:12:29.817 INFO kablam! | ------------ in this macro invocation Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 120 | ExpectingTrueE => if c == 'e' { CompleteItem!(JSON::Boolean(true)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 11 04:12:29.817 INFO kablam! | ----------------------------------- in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 124 | ExpectingFalseE => if c == 'e' { CompleteItem!(JSON::Boolean(false)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 11 04:12:29.817 INFO kablam! | ------------------------------------ in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 128 | '}' | ']' => PopObject!(), Oct 11 04:12:29.817 INFO kablam! | ------------ in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:134:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 134 | ///invalid numbers can get past here still, needs to be fixed TODO Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:29.817 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:29.817 INFO kablam! | ------------- in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:29.817 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 137 | _ => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap()));} Oct 11 04:12:29.817 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.817 INFO kablam! --> main.rs:89:25 Oct 11 04:12:29.817 INFO kablam! | Oct 11 04:12:29.817 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 11 04:12:29.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.817 INFO kablam! ... Oct 11 04:12:29.817 INFO kablam! 143 | '"' => { CompleteItem!(JSON::String(input[start..i].to_owned())) }, Oct 11 04:12:29.817 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 11 04:12:29.817 INFO kablam! Oct 11 04:12:29.817 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:169:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 169 | ///Confirm that we can construct objects as expected Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:171:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 171 | ///Load up a few examples to test parsing Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:173:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 173 | ///Test parsing a single string Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:175:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 175 | ///Empty array Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:177:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 177 | ///array of 1 string Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:179:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 179 | ///Array w/ two strings Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:188:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 188 | ///A more complex test with an object, array, empty object, numbers, strings, bools, and whitespace galore Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:197:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 197 | /// Oct 11 04:12:29.818 INFO kablam! | ^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.818 INFO kablam! warning: doc comment not used by rustdoc Oct 11 04:12:29.818 INFO kablam! --> main.rs:206:5 Oct 11 04:12:29.818 INFO kablam! | Oct 11 04:12:29.818 INFO kablam! 206 | ///Run tests Oct 11 04:12:29.818 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:12:29.818 INFO kablam! Oct 11 04:12:29.884 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.884 INFO kablam! --> main.rs:86:51 Oct 11 04:12:29.884 INFO kablam! | Oct 11 04:12:29.884 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 11 04:12:29.884 INFO kablam! | ^^^^^ Oct 11 04:12:29.884 INFO kablam! ... Oct 11 04:12:29.884 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:29.884 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.884 INFO kablam! | Oct 11 04:12:29.884 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:12:29.884 INFO kablam! Oct 11 04:12:29.884 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.884 INFO kablam! --> main.rs:87:74 Oct 11 04:12:29.884 INFO kablam! | Oct 11 04:12:29.884 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 11 04:12:29.884 INFO kablam! | ^^^^^ Oct 11 04:12:29.884 INFO kablam! ... Oct 11 04:12:29.884 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:29.884 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.884 INFO kablam! Oct 11 04:12:29.884 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.884 INFO kablam! --> main.rs:91:82 Oct 11 04:12:29.884 INFO kablam! | Oct 11 04:12:29.884 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 11 04:12:29.884 INFO kablam! | ^^^^^ Oct 11 04:12:29.884 INFO kablam! ... Oct 11 04:12:29.884 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:29.884 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.884 INFO kablam! Oct 11 04:12:29.884 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.884 INFO kablam! --> main.rs:94:83 Oct 11 04:12:29.884 INFO kablam! | Oct 11 04:12:29.884 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 11 04:12:29.884 INFO kablam! | ^^^^^ Oct 11 04:12:29.884 INFO kablam! ... Oct 11 04:12:29.884 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 11 04:12:29.884 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.884 INFO kablam! Oct 11 04:12:29.884 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.884 INFO kablam! --> main.rs:86:51 Oct 11 04:12:29.884 INFO kablam! | Oct 11 04:12:29.884 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 11 04:12:29.884 INFO kablam! | ^^^^^ Oct 11 04:12:29.884 INFO kablam! ... Oct 11 04:12:29.884 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:29.885 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.885 INFO kablam! Oct 11 04:12:29.885 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.885 INFO kablam! --> main.rs:87:74 Oct 11 04:12:29.885 INFO kablam! | Oct 11 04:12:29.885 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 11 04:12:29.885 INFO kablam! | ^^^^^ Oct 11 04:12:29.885 INFO kablam! ... Oct 11 04:12:29.885 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:29.885 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.885 INFO kablam! Oct 11 04:12:29.885 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.885 INFO kablam! --> main.rs:91:82 Oct 11 04:12:29.885 INFO kablam! | Oct 11 04:12:29.885 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 11 04:12:29.885 INFO kablam! | ^^^^^ Oct 11 04:12:29.885 INFO kablam! ... Oct 11 04:12:29.885 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:29.885 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.885 INFO kablam! Oct 11 04:12:29.885 INFO kablam! warning: value assigned to `state` is never read Oct 11 04:12:29.885 INFO kablam! --> main.rs:94:83 Oct 11 04:12:29.885 INFO kablam! | Oct 11 04:12:29.885 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 11 04:12:29.885 INFO kablam! | ^^^^^ Oct 11 04:12:29.885 INFO kablam! ... Oct 11 04:12:29.885 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 11 04:12:29.885 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 11 04:12:29.885 INFO kablam! Oct 11 04:12:30.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 11 04:12:30.324 INFO kablam! su: No module specific data is present Oct 11 04:12:30.723 INFO running `"docker" "rm" "-f" "f3902228f48fafdbea214cd6e9602cf7caa11a045e069a0131a2895dec45e68f"` Oct 11 04:12:30.860 INFO blam! f3902228f48fafdbea214cd6e9602cf7caa11a045e069a0131a2895dec45e68f Oct 11 04:12:30.866 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:12:30.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 04:12:31.116 INFO blam! db0c64741bf97bd2c119ccf1577f3772587cd37ce05487b2ff8566d53094a478 Oct 11 04:12:31.122 INFO running `"docker" "start" "-a" "db0c64741bf97bd2c119ccf1577f3772587cd37ce05487b2ff8566d53094a478"` Oct 11 04:12:31.972 INFO kablam! usermod: no changes Oct 11 04:12:32.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 04:12:32.008 INFO kablam! Running /target/debug/deps/json_toy-700fe8653d53345b Oct 11 04:12:32.011 INFO blam! Oct 11 04:12:32.011 INFO blam! running 0 tests Oct 11 04:12:32.011 INFO blam! Oct 11 04:12:32.011 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:12:32.011 INFO blam! Oct 11 04:12:32.012 INFO kablam! su: No module specific data is present Oct 11 04:12:32.388 INFO running `"docker" "rm" "-f" "db0c64741bf97bd2c119ccf1577f3772587cd37ce05487b2ff8566d53094a478"` Oct 11 04:12:32.596 INFO blam! db0c64741bf97bd2c119ccf1577f3772587cd37ce05487b2ff8566d53094a478