Oct 21 20:20:11.738 INFO checking TheToolbox/json-toy against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:20:11.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 20:20:12.213 INFO blam! 6a4c8cbe16bbf1d641045fcddf66cca626b129e15274d0ffa46928861376378b Oct 21 20:20:12.218 INFO running `"docker" "start" "-a" "6a4c8cbe16bbf1d641045fcddf66cca626b129e15274d0ffa46928861376378b"` Oct 21 20:20:13.800 INFO kablam! usermod: no changes Oct 21 20:20:13.852 INFO kablam! Checking json-toy v0.1.0 (/source) Oct 21 20:20:14.484 INFO kablam! warning: unused macro definition Oct 21 20:20:14.485 INFO kablam! --> main.rs:1:1 Oct 21 20:20:14.485 INFO kablam! | Oct 21 20:20:14.485 INFO kablam! 1 | macro_rules! TODO { () => (unreachable!()) } Oct 21 20:20:14.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.486 INFO kablam! | Oct 21 20:20:14.486 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 20:20:14.486 INFO kablam! Oct 21 20:20:14.486 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.487 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.487 INFO kablam! | Oct 21 20:20:14.487 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.488 INFO kablam! ... Oct 21 20:20:14.488 INFO kablam! 115 | '}' | ']' => PopObject!(), Oct 21 20:20:14.489 INFO kablam! | ------------ in this macro invocation Oct 21 20:20:14.489 INFO kablam! | Oct 21 20:20:14.489 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 21 20:20:14.490 INFO kablam! Oct 21 20:20:14.490 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.490 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.490 INFO kablam! | Oct 21 20:20:14.490 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.491 INFO kablam! ... Oct 21 20:20:14.491 INFO kablam! 120 | ExpectingTrueE => if c == 'e' { CompleteItem!(JSON::Boolean(true)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 21 20:20:14.491 INFO kablam! | ----------------------------------- in this macro invocation Oct 21 20:20:14.492 INFO kablam! Oct 21 20:20:14.492 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.492 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.492 INFO kablam! | Oct 21 20:20:14.493 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.493 INFO kablam! ... Oct 21 20:20:14.494 INFO kablam! 124 | ExpectingFalseE => if c == 'e' { CompleteItem!(JSON::Boolean(false)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 21 20:20:14.494 INFO kablam! | ------------------------------------ in this macro invocation Oct 21 20:20:14.494 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! ... Oct 21 20:20:14.497 INFO kablam! 128 | '}' | ']' => PopObject!(), Oct 21 20:20:14.497 INFO kablam! | ------------ in this macro invocation Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:134:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 134 | ///invalid numbers can get past here still, needs to be fixed TODO Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! ... Oct 21 20:20:14.497 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.497 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! ... Oct 21 20:20:14.497 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.497 INFO kablam! | ------------- in this macro invocation Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! ... Oct 21 20:20:14.497 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.497 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! ... Oct 21 20:20:14.497 INFO kablam! 137 | _ => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap()));} Oct 21 20:20:14.497 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! ... Oct 21 20:20:14.497 INFO kablam! 143 | '"' => { CompleteItem!(JSON::String(input[start..i].to_owned())) }, Oct 21 20:20:14.497 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.497 INFO kablam! --> main.rs:169:5 Oct 21 20:20:14.497 INFO kablam! | Oct 21 20:20:14.497 INFO kablam! 169 | ///Confirm that we can construct objects as expected Oct 21 20:20:14.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.497 INFO kablam! Oct 21 20:20:14.497 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:171:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 171 | ///Load up a few examples to test parsing Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:173:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 173 | ///Test parsing a single string Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:175:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 175 | ///Empty array Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:177:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 177 | ///array of 1 string Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:179:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 179 | ///Array w/ two strings Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:188:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 188 | ///A more complex test with an object, array, empty object, numbers, strings, bools, and whitespace galore Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:197:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 197 | /// Oct 21 20:20:14.498 INFO kablam! | ^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.498 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.498 INFO kablam! --> main.rs:206:5 Oct 21 20:20:14.498 INFO kablam! | Oct 21 20:20:14.498 INFO kablam! 206 | ///Run tests Oct 21 20:20:14.498 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:20:14.498 INFO kablam! Oct 21 20:20:14.717 INFO kablam! warning: unused macro definition Oct 21 20:20:14.717 INFO kablam! --> main.rs:1:1 Oct 21 20:20:14.717 INFO kablam! | Oct 21 20:20:14.717 INFO kablam! 1 | macro_rules! TODO { () => (unreachable!()) } Oct 21 20:20:14.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.717 INFO kablam! | Oct 21 20:20:14.717 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 20:20:14.717 INFO kablam! Oct 21 20:20:14.717 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.717 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.717 INFO kablam! | Oct 21 20:20:14.717 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.717 INFO kablam! ... Oct 21 20:20:14.717 INFO kablam! 115 | '}' | ']' => PopObject!(), Oct 21 20:20:14.717 INFO kablam! | ------------ in this macro invocation Oct 21 20:20:14.717 INFO kablam! | Oct 21 20:20:14.717 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 21 20:20:14.717 INFO kablam! Oct 21 20:20:14.717 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.717 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.717 INFO kablam! | Oct 21 20:20:14.717 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.717 INFO kablam! ... Oct 21 20:20:14.717 INFO kablam! 120 | ExpectingTrueE => if c == 'e' { CompleteItem!(JSON::Boolean(true)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 21 20:20:14.717 INFO kablam! | ----------------------------------- in this macro invocation Oct 21 20:20:14.717 INFO kablam! Oct 21 20:20:14.717 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.717 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.717 INFO kablam! | Oct 21 20:20:14.717 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.717 INFO kablam! ... Oct 21 20:20:14.717 INFO kablam! 124 | ExpectingFalseE => if c == 'e' { CompleteItem!(JSON::Boolean(false)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 21 20:20:14.717 INFO kablam! | ------------------------------------ in this macro invocation Oct 21 20:20:14.717 INFO kablam! Oct 21 20:20:14.717 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! ... Oct 21 20:20:14.718 INFO kablam! 128 | '}' | ']' => PopObject!(), Oct 21 20:20:14.718 INFO kablam! | ------------ in this macro invocation Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:134:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 134 | ///invalid numbers can get past here still, needs to be fixed TODO Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! ... Oct 21 20:20:14.718 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.718 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! ... Oct 21 20:20:14.718 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.718 INFO kablam! | ------------- in this macro invocation Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! ... Oct 21 20:20:14.718 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.718 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! ... Oct 21 20:20:14.718 INFO kablam! 137 | _ => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap()));} Oct 21 20:20:14.718 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:89:25 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! ... Oct 21 20:20:14.718 INFO kablam! 143 | '"' => { CompleteItem!(JSON::String(input[start..i].to_owned())) }, Oct 21 20:20:14.718 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:169:5 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 169 | ///Confirm that we can construct objects as expected Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:171:5 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 171 | ///Load up a few examples to test parsing Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:173:5 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 173 | ///Test parsing a single string Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.718 INFO kablam! Oct 21 20:20:14.718 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.718 INFO kablam! --> main.rs:175:5 Oct 21 20:20:14.718 INFO kablam! | Oct 21 20:20:14.718 INFO kablam! 175 | ///Empty array Oct 21 20:20:14.718 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.719 INFO kablam! --> main.rs:177:5 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 177 | ///array of 1 string Oct 21 20:20:14.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.719 INFO kablam! --> main.rs:179:5 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 179 | ///Array w/ two strings Oct 21 20:20:14.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.719 INFO kablam! --> main.rs:188:5 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 188 | ///A more complex test with an object, array, empty object, numbers, strings, bools, and whitespace galore Oct 21 20:20:14.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.719 INFO kablam! --> main.rs:197:5 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 197 | /// Oct 21 20:20:14.719 INFO kablam! | ^^^ Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: doc comment not used by rustdoc Oct 21 20:20:14.719 INFO kablam! --> main.rs:206:5 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 206 | ///Run tests Oct 21 20:20:14.719 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.719 INFO kablam! --> main.rs:86:51 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 21 20:20:14.719 INFO kablam! | ^^^^^ Oct 21 20:20:14.719 INFO kablam! ... Oct 21 20:20:14.719 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.719 INFO kablam! --> main.rs:87:74 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 21 20:20:14.719 INFO kablam! | ^^^^^ Oct 21 20:20:14.719 INFO kablam! ... Oct 21 20:20:14.719 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.719 INFO kablam! --> main.rs:91:82 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 21 20:20:14.719 INFO kablam! | ^^^^^ Oct 21 20:20:14.719 INFO kablam! ... Oct 21 20:20:14.719 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.719 INFO kablam! --> main.rs:94:83 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 21 20:20:14.719 INFO kablam! | ^^^^^ Oct 21 20:20:14.719 INFO kablam! ... Oct 21 20:20:14.719 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.719 INFO kablam! --> main.rs:86:51 Oct 21 20:20:14.719 INFO kablam! | Oct 21 20:20:14.719 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 21 20:20:14.719 INFO kablam! | ^^^^^ Oct 21 20:20:14.719 INFO kablam! ... Oct 21 20:20:14.719 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.719 INFO kablam! Oct 21 20:20:14.719 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.720 INFO kablam! --> main.rs:87:74 Oct 21 20:20:14.720 INFO kablam! | Oct 21 20:20:14.720 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 21 20:20:14.720 INFO kablam! | ^^^^^ Oct 21 20:20:14.720 INFO kablam! ... Oct 21 20:20:14.720 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.720 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.720 INFO kablam! Oct 21 20:20:14.720 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.720 INFO kablam! --> main.rs:91:82 Oct 21 20:20:14.720 INFO kablam! | Oct 21 20:20:14.720 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 21 20:20:14.720 INFO kablam! | ^^^^^ Oct 21 20:20:14.720 INFO kablam! ... Oct 21 20:20:14.720 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.720 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.720 INFO kablam! Oct 21 20:20:14.736 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.736 INFO kablam! --> main.rs:94:83 Oct 21 20:20:14.736 INFO kablam! | Oct 21 20:20:14.737 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 21 20:20:14.737 INFO kablam! | ^^^^^ Oct 21 20:20:14.737 INFO kablam! ... Oct 21 20:20:14.737 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.737 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.737 INFO kablam! Oct 21 20:20:14.840 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.840 INFO kablam! --> main.rs:86:51 Oct 21 20:20:14.840 INFO kablam! | Oct 21 20:20:14.840 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:87:74 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:91:82 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:94:83 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:86:51 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:87:74 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:91:82 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.841 INFO kablam! warning: value assigned to `state` is never read Oct 21 20:20:14.841 INFO kablam! --> main.rs:94:83 Oct 21 20:20:14.841 INFO kablam! | Oct 21 20:20:14.841 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 21 20:20:14.841 INFO kablam! | ^^^^^ Oct 21 20:20:14.841 INFO kablam! ... Oct 21 20:20:14.841 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 21 20:20:14.841 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 21 20:20:14.841 INFO kablam! Oct 21 20:20:14.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 21 20:20:14.962 INFO kablam! su: No module specific data is present Oct 21 20:20:16.015 INFO running `"docker" "rm" "-f" "6a4c8cbe16bbf1d641045fcddf66cca626b129e15274d0ffa46928861376378b"` Oct 21 20:20:16.292 INFO blam! 6a4c8cbe16bbf1d641045fcddf66cca626b129e15274d0ffa46928861376378b