Oct 15 06:16:59.037 INFO testing TheToolbox/json-toy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:16:59.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:16:59.479 INFO blam! 9dbe0b20ef930b348e1c0cf164202f04e1aee6ed27a3d6a9357d15f23778d85e Oct 15 06:16:59.483 INFO running `"docker" "start" "-a" "9dbe0b20ef930b348e1c0cf164202f04e1aee6ed27a3d6a9357d15f23778d85e"` Oct 15 06:17:00.798 INFO kablam! usermod: no changes Oct 15 06:17:00.903 INFO kablam! Compiling json-toy v0.1.0 (/source) Oct 15 06:17:01.379 INFO kablam! warning: unused macro definition Oct 15 06:17:01.379 INFO kablam! --> main.rs:1:1 Oct 15 06:17:01.379 INFO kablam! | Oct 15 06:17:01.379 INFO kablam! 1 | macro_rules! TODO { () => (unreachable!()) } Oct 15 06:17:01.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.379 INFO kablam! | Oct 15 06:17:01.379 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 06:17:01.379 INFO kablam! Oct 15 06:17:01.379 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 115 | '}' | ']' => PopObject!(), Oct 15 06:17:01.380 INFO kablam! | ------------ in this macro invocation Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 120 | ExpectingTrueE => if c == 'e' { CompleteItem!(JSON::Boolean(true)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 15 06:17:01.380 INFO kablam! | ----------------------------------- in this macro invocation Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 124 | ExpectingFalseE => if c == 'e' { CompleteItem!(JSON::Boolean(false)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 15 06:17:01.380 INFO kablam! | ------------------------------------ in this macro invocation Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 128 | '}' | ']' => PopObject!(), Oct 15 06:17:01.380 INFO kablam! | ------------ in this macro invocation Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:134:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 134 | ///invalid numbers can get past here still, needs to be fixed TODO Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:01.380 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:01.380 INFO kablam! | ------------- in this macro invocation Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:01.380 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.380 INFO kablam! Oct 15 06:17:01.380 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.380 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.380 INFO kablam! | Oct 15 06:17:01.380 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.380 INFO kablam! ... Oct 15 06:17:01.380 INFO kablam! 137 | _ => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap()));} Oct 15 06:17:01.380 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:89:25 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! ... Oct 15 06:17:01.381 INFO kablam! 143 | '"' => { CompleteItem!(JSON::String(input[start..i].to_owned())) }, Oct 15 06:17:01.381 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:169:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 169 | ///Confirm that we can construct objects as expected Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:171:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 171 | ///Load up a few examples to test parsing Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:173:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 173 | ///Test parsing a single string Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:175:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 175 | ///Empty array Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:177:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 177 | ///array of 1 string Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:179:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 179 | ///Array w/ two strings Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:188:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 188 | ///A more complex test with an object, array, empty object, numbers, strings, bools, and whitespace galore Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:197:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 197 | /// Oct 15 06:17:01.381 INFO kablam! | ^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.381 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:01.381 INFO kablam! --> main.rs:206:5 Oct 15 06:17:01.381 INFO kablam! | Oct 15 06:17:01.381 INFO kablam! 206 | ///Run tests Oct 15 06:17:01.381 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:17:01.381 INFO kablam! Oct 15 06:17:01.487 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.487 INFO kablam! --> main.rs:86:51 Oct 15 06:17:01.487 INFO kablam! | Oct 15 06:17:01.487 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 15 06:17:01.487 INFO kablam! | ^^^^^ Oct 15 06:17:01.487 INFO kablam! ... Oct 15 06:17:01.487 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:01.487 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.487 INFO kablam! | Oct 15 06:17:01.487 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:17:01.487 INFO kablam! Oct 15 06:17:01.487 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.487 INFO kablam! --> main.rs:87:74 Oct 15 06:17:01.487 INFO kablam! | Oct 15 06:17:01.487 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 15 06:17:01.487 INFO kablam! | ^^^^^ Oct 15 06:17:01.487 INFO kablam! ... Oct 15 06:17:01.487 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:01.487 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.487 INFO kablam! Oct 15 06:17:01.487 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.487 INFO kablam! --> main.rs:91:82 Oct 15 06:17:01.487 INFO kablam! | Oct 15 06:17:01.487 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 15 06:17:01.487 INFO kablam! | ^^^^^ Oct 15 06:17:01.487 INFO kablam! ... Oct 15 06:17:01.487 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:01.487 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.487 INFO kablam! Oct 15 06:17:01.487 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.487 INFO kablam! --> main.rs:94:83 Oct 15 06:17:01.487 INFO kablam! | Oct 15 06:17:01.487 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 15 06:17:01.487 INFO kablam! | ^^^^^ Oct 15 06:17:01.487 INFO kablam! ... Oct 15 06:17:01.487 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:01.487 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.487 INFO kablam! Oct 15 06:17:01.487 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.487 INFO kablam! --> main.rs:86:51 Oct 15 06:17:01.487 INFO kablam! | Oct 15 06:17:01.487 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 15 06:17:01.488 INFO kablam! | ^^^^^ Oct 15 06:17:01.488 INFO kablam! ... Oct 15 06:17:01.488 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:01.488 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.488 INFO kablam! Oct 15 06:17:01.488 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.488 INFO kablam! --> main.rs:87:74 Oct 15 06:17:01.488 INFO kablam! | Oct 15 06:17:01.488 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 15 06:17:01.488 INFO kablam! | ^^^^^ Oct 15 06:17:01.488 INFO kablam! ... Oct 15 06:17:01.488 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:01.488 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.488 INFO kablam! Oct 15 06:17:01.488 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.488 INFO kablam! --> main.rs:91:82 Oct 15 06:17:01.488 INFO kablam! | Oct 15 06:17:01.488 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 15 06:17:01.488 INFO kablam! | ^^^^^ Oct 15 06:17:01.488 INFO kablam! ... Oct 15 06:17:01.488 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:01.488 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.488 INFO kablam! Oct 15 06:17:01.488 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:01.488 INFO kablam! --> main.rs:94:83 Oct 15 06:17:01.488 INFO kablam! | Oct 15 06:17:01.488 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 15 06:17:01.488 INFO kablam! | ^^^^^ Oct 15 06:17:01.488 INFO kablam! ... Oct 15 06:17:01.488 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:01.488 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:01.488 INFO kablam! Oct 15 06:17:02.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 15 06:17:02.805 INFO kablam! su: No module specific data is present Oct 15 06:17:03.393 INFO running `"docker" "rm" "-f" "9dbe0b20ef930b348e1c0cf164202f04e1aee6ed27a3d6a9357d15f23778d85e"` Oct 15 06:17:03.788 INFO blam! 9dbe0b20ef930b348e1c0cf164202f04e1aee6ed27a3d6a9357d15f23778d85e Oct 15 06:17:03.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:17:04.338 INFO blam! 545de39184c1a2d4568f949084bb1827d0988207d90074a33cf90c9a149836ec Oct 15 06:17:04.343 INFO running `"docker" "start" "-a" "545de39184c1a2d4568f949084bb1827d0988207d90074a33cf90c9a149836ec"` Oct 15 06:17:05.606 INFO kablam! usermod: no changes Oct 15 06:17:05.669 INFO kablam! Compiling json-toy v0.1.0 (/source) Oct 15 06:17:06.091 INFO kablam! warning: unused macro definition Oct 15 06:17:06.091 INFO kablam! --> main.rs:1:1 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 1 | macro_rules! TODO { () => (unreachable!()) } Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 115 | '}' | ']' => PopObject!(), Oct 15 06:17:06.091 INFO kablam! | ------------ in this macro invocation Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 120 | ExpectingTrueE => if c == 'e' { CompleteItem!(JSON::Boolean(true)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 15 06:17:06.091 INFO kablam! | ----------------------------------- in this macro invocation Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 124 | ExpectingFalseE => if c == 'e' { CompleteItem!(JSON::Boolean(false)); } else { ParsingErr!("Unexpected character. Expected an 'e'."); }, Oct 15 06:17:06.091 INFO kablam! | ------------------------------------ in this macro invocation Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 128 | '}' | ']' => PopObject!(), Oct 15 06:17:06.091 INFO kablam! | ------------ in this macro invocation Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:134:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 134 | ///invalid numbers can get past here still, needs to be fixed TODO Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:06.091 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:06.091 INFO kablam! | ------------- in this macro invocation Oct 15 06:17:06.091 INFO kablam! Oct 15 06:17:06.091 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.091 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.091 INFO kablam! | Oct 15 06:17:06.091 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.091 INFO kablam! ... Oct 15 06:17:06.091 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:06.092 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! ... Oct 15 06:17:06.092 INFO kablam! 137 | _ => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap()));} Oct 15 06:17:06.092 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:89:25 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 89 | ///Possible that this will unwrap to None, needs evaluation Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! ... Oct 15 06:17:06.092 INFO kablam! 143 | '"' => { CompleteItem!(JSON::String(input[start..i].to_owned())) }, Oct 15 06:17:06.092 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:169:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 169 | ///Confirm that we can construct objects as expected Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:171:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 171 | ///Load up a few examples to test parsing Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:173:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 173 | ///Test parsing a single string Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:175:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 175 | ///Empty array Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:177:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 177 | ///array of 1 string Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:179:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 179 | ///Array w/ two strings Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:188:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 188 | ///A more complex test with an object, array, empty object, numbers, strings, bools, and whitespace galore Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:197:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 197 | /// Oct 15 06:17:06.092 INFO kablam! | ^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.092 INFO kablam! warning: doc comment not used by rustdoc Oct 15 06:17:06.092 INFO kablam! --> main.rs:206:5 Oct 15 06:17:06.092 INFO kablam! | Oct 15 06:17:06.092 INFO kablam! 206 | ///Run tests Oct 15 06:17:06.092 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:17:06.092 INFO kablam! Oct 15 06:17:06.199 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.199 INFO kablam! --> main.rs:86:51 Oct 15 06:17:06.199 INFO kablam! | Oct 15 06:17:06.199 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 15 06:17:06.199 INFO kablam! | ^^^^^ Oct 15 06:17:06.199 INFO kablam! ... Oct 15 06:17:06.199 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:06.199 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.199 INFO kablam! | Oct 15 06:17:06.199 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:17:06.199 INFO kablam! Oct 15 06:17:06.199 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.199 INFO kablam! --> main.rs:87:74 Oct 15 06:17:06.199 INFO kablam! | Oct 15 06:17:06.199 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 15 06:17:06.199 INFO kablam! | ^^^^^ Oct 15 06:17:06.199 INFO kablam! ... Oct 15 06:17:06.199 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:06.199 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.199 INFO kablam! Oct 15 06:17:06.199 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.199 INFO kablam! --> main.rs:91:82 Oct 15 06:17:06.199 INFO kablam! | Oct 15 06:17:06.199 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 15 06:17:06.199 INFO kablam! | ^^^^^ Oct 15 06:17:06.199 INFO kablam! ... Oct 15 06:17:06.199 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:06.199 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.199 INFO kablam! Oct 15 06:17:06.199 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.199 INFO kablam! --> main.rs:94:83 Oct 15 06:17:06.199 INFO kablam! | Oct 15 06:17:06.199 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 15 06:17:06.200 INFO kablam! | ^^^^^ Oct 15 06:17:06.200 INFO kablam! ... Oct 15 06:17:06.200 INFO kablam! 135 | '}' | ']' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); PopObject!(); }, Oct 15 06:17:06.200 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.200 INFO kablam! Oct 15 06:17:06.200 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.200 INFO kablam! --> main.rs:86:51 Oct 15 06:17:06.200 INFO kablam! | Oct 15 06:17:06.200 INFO kablam! 86 | None => { retval = Ok($item); state = ExpectingNothingElse; }, Oct 15 06:17:06.200 INFO kablam! | ^^^^^ Oct 15 06:17:06.200 INFO kablam! ... Oct 15 06:17:06.200 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:06.200 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.200 INFO kablam! Oct 15 06:17:06.200 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.200 INFO kablam! --> main.rs:87:74 Oct 15 06:17:06.200 INFO kablam! | Oct 15 06:17:06.200 INFO kablam! 87 | Some(&mut JSON::Array(ref mut a)) => {a.push($item); state = ExpectingComma; }, Oct 15 06:17:06.200 INFO kablam! | ^^^^^ Oct 15 06:17:06.200 INFO kablam! ... Oct 15 06:17:06.200 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:06.200 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.200 INFO kablam! Oct 15 06:17:06.200 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.200 INFO kablam! --> main.rs:91:82 Oct 15 06:17:06.200 INFO kablam! | Oct 15 06:17:06.200 INFO kablam! 91 | Some(k) => {o.insert(k,$item); key_stack.push(None); state = ExpectingComma; }, Oct 15 06:17:06.200 INFO kablam! | ^^^^^ Oct 15 06:17:06.200 INFO kablam! ... Oct 15 06:17:06.200 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:06.200 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.200 INFO kablam! Oct 15 06:17:06.200 INFO kablam! warning: value assigned to `state` is never read Oct 15 06:17:06.200 INFO kablam! --> main.rs:94:83 Oct 15 06:17:06.200 INFO kablam! | Oct 15 06:17:06.200 INFO kablam! 94 | JSON::String(s) => { key_stack.push(Some(s)); state = ExpectingColon; }, Oct 15 06:17:06.200 INFO kablam! | ^^^^^ Oct 15 06:17:06.200 INFO kablam! ... Oct 15 06:17:06.200 INFO kablam! 136 | ',' => { CompleteItem!(JSON::Number(input[start..i].parse::().unwrap())); state = ExpectingItem; } Oct 15 06:17:06.200 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 06:17:06.200 INFO kablam! Oct 15 06:17:06.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 15 06:17:06.811 INFO kablam! su: No module specific data is present Oct 15 06:17:07.335 INFO running `"docker" "rm" "-f" "545de39184c1a2d4568f949084bb1827d0988207d90074a33cf90c9a149836ec"` Oct 15 06:17:07.624 INFO blam! 545de39184c1a2d4568f949084bb1827d0988207d90074a33cf90c9a149836ec Oct 15 06:17:07.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:17:08.080 INFO blam! d1520fc7adedaebbb8304e8e98044227170b9c7a575a11dec2607cf9a49323b7 Oct 15 06:17:08.088 INFO running `"docker" "start" "-a" "d1520fc7adedaebbb8304e8e98044227170b9c7a575a11dec2607cf9a49323b7"` Oct 15 06:17:09.571 INFO kablam! usermod: no changes Oct 15 06:17:09.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:17:09.627 INFO kablam! Running /target/debug/deps/json_toy-700fe8653d53345b Oct 15 06:17:09.639 INFO kablam! su: No module specific data is present Oct 15 06:17:09.639 INFO blam! Oct 15 06:17:09.639 INFO blam! running 0 tests Oct 15 06:17:09.639 INFO blam! Oct 15 06:17:09.639 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:17:09.639 INFO blam! Oct 15 06:17:10.659 INFO running `"docker" "rm" "-f" "d1520fc7adedaebbb8304e8e98044227170b9c7a575a11dec2607cf9a49323b7"` Oct 15 06:17:10.967 INFO blam! d1520fc7adedaebbb8304e8e98044227170b9c7a575a11dec2607cf9a49323b7