Oct 11 16:04:21.105 INFO testing nom-lua-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:04:21.105 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:04:21.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:04:21.488 INFO blam! bb8ee7e7178d04f0c2cbc05587915d1eed232ba13bfb511b94321ecf6476c013 Oct 11 16:04:21.496 INFO running `"docker" "start" "-a" "bb8ee7e7178d04f0c2cbc05587915d1eed232ba13bfb511b94321ecf6476c013"` Oct 11 16:04:22.640 INFO kablam! usermod: no changes Oct 11 16:04:22.689 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 11 16:04:22.689 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 11 16:04:22.689 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 16:04:22.689 INFO kablam! files will be included as a example target: Oct 11 16:04:22.689 INFO kablam! Oct 11 16:04:22.689 INFO kablam! * /source/examples/repl.rs Oct 11 16:04:22.689 INFO kablam! Oct 11 16:04:22.689 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 16:04:22.689 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 11 16:04:22.689 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 11 16:04:22.689 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 16:04:22.689 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 16:04:22.689 INFO kablam! Oct 11 16:04:22.689 INFO kablam! For more information on this warning you can consult Oct 11 16:04:22.689 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 16:04:22.700 INFO kablam! Compiling hexf-parse v0.1.0 Oct 11 16:04:23.389 INFO kablam! Compiling nom-lua v0.0.2 (/source) Oct 11 16:04:24.209 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:04:24.209 INFO kablam! --> src/lib.rs:16:1 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 16 | #[macro_use] Oct 11 16:04:24.209 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: unused macro definition Oct 11 16:04:24.209 INFO kablam! --> src/lib.rs:25:1 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 25 | / macro_rules! ast_panic_test { Oct 11 16:04:24.209 INFO kablam! 26 | | ($name: ident, $func: ident, $input: expr) => { Oct 11 16:04:24.209 INFO kablam! 27 | | #[test] Oct 11 16:04:24.209 INFO kablam! 28 | | #[should_panic] Oct 11 16:04:24.209 INFO kablam! ... | Oct 11 16:04:24.209 INFO kablam! 33 | | } Oct 11 16:04:24.209 INFO kablam! 34 | | } Oct 11 16:04:24.209 INFO kablam! | |_^ Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: unused macro definition Oct 11 16:04:24.209 INFO kablam! --> src/lib.rs:36:1 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 36 | / macro_rules! ast_test { Oct 11 16:04:24.209 INFO kablam! 37 | | ($name: ident, $func: ident, $input: expr, $output: expr) => { Oct 11 16:04:24.209 INFO kablam! 38 | | #[test] Oct 11 16:04:24.209 INFO kablam! 39 | | fn $name () { Oct 11 16:04:24.209 INFO kablam! ... | Oct 11 16:04:24.209 INFO kablam! 43 | | } Oct 11 16:04:24.209 INFO kablam! 44 | | } Oct 11 16:04:24.209 INFO kablam! | |_^ Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: unused macro definition Oct 11 16:04:24.209 INFO kablam! --> src/lib.rs:46:1 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 46 | / macro_rules! ast_valid { Oct 11 16:04:24.209 INFO kablam! 47 | | ($name: ident, $func: ident, $input: expr) => { Oct 11 16:04:24.209 INFO kablam! 48 | | #[test] Oct 11 16:04:24.209 INFO kablam! 49 | | fn $name () { Oct 11 16:04:24.209 INFO kablam! ... | Oct 11 16:04:24.209 INFO kablam! 55 | | } Oct 11 16:04:24.209 INFO kablam! 56 | | } Oct 11 16:04:24.209 INFO kablam! | |_^ Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: unused macro definition Oct 11 16:04:24.209 INFO kablam! --> src/lib.rs:58:1 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 58 | / macro_rules! ast_invalid { Oct 11 16:04:24.209 INFO kablam! 59 | | ($name: ident, $func: ident, $input: expr) => { Oct 11 16:04:24.209 INFO kablam! 60 | | #[test] Oct 11 16:04:24.209 INFO kablam! 61 | | #[should_panic] Oct 11 16:04:24.209 INFO kablam! ... | Oct 11 16:04:24.209 INFO kablam! 66 | | } Oct 11 16:04:24.209 INFO kablam! 67 | | } Oct 11 16:04:24.209 INFO kablam! | |_^ Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: unused import: `function::parse_block` Oct 11 16:04:24.209 INFO kablam! --> src/lib.rs:86:5 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 86 | use function::parse_block; Oct 11 16:04:24.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: doc comment not used by rustdoc Oct 11 16:04:24.209 INFO kablam! --> src/ast.rs:129:13 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 129 | /// Holds a lua name, usually a function or variable name Oct 11 16:04:24.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: doc comment not used by rustdoc Oct 11 16:04:24.209 INFO kablam! --> src/ast.rs:133:13 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 133 | /// Holds a lua label name Oct 11 16:04:24.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: doc comment not used by rustdoc Oct 11 16:04:24.209 INFO kablam! --> src/ast.rs:136:13 Oct 11 16:04:24.209 INFO kablam! | Oct 11 16:04:24.209 INFO kablam! 136 | /// Contains an expression Oct 11 16:04:24.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:24.209 INFO kablam! Oct 11 16:04:24.209 INFO kablam! warning: unused import: `std::str` Oct 11 16:04:24.209 INFO kablam! --> src/op.rs:16:5 Oct 11 16:04:24.210 INFO kablam! | Oct 11 16:04:24.210 INFO kablam! 16 | use std::str; Oct 11 16:04:24.210 INFO kablam! | ^^^^^^^^ Oct 11 16:04:24.210 INFO kablam! Oct 11 16:04:24.210 INFO kablam! warning: unused import: `number::parse_number` Oct 11 16:04:24.210 INFO kablam! --> src/exp.rs:12:5 Oct 11 16:04:24.210 INFO kablam! | Oct 11 16:04:24.210 INFO kablam! 12 | use number::parse_number; Oct 11 16:04:24.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:24.210 INFO kablam! Oct 11 16:04:24.210 INFO kablam! warning: unused import: `nom::IResult` Oct 11 16:04:24.210 INFO kablam! --> src/var.rs:13:5 Oct 11 16:04:24.210 INFO kablam! | Oct 11 16:04:24.210 INFO kablam! 13 | use nom::IResult; Oct 11 16:04:24.210 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:04:24.210 INFO kablam! Oct 11 16:04:26.016 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:04:26.016 INFO kablam! --> src/lib.rs:117:5 Oct 11 16:04:26.016 INFO kablam! | Oct 11 16:04:26.016 INFO kablam! 117 | s.read_to_end(&mut buf); Oct 11 16:04:26.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:26.016 INFO kablam! | Oct 11 16:04:26.016 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:04:26.016 INFO kablam! Oct 11 16:04:28.091 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.43s Oct 11 16:04:28.094 INFO kablam! su: No module specific data is present Oct 11 16:04:28.723 INFO running `"docker" "rm" "-f" "bb8ee7e7178d04f0c2cbc05587915d1eed232ba13bfb511b94321ecf6476c013"` Oct 11 16:04:28.848 INFO blam! bb8ee7e7178d04f0c2cbc05587915d1eed232ba13bfb511b94321ecf6476c013 Oct 11 16:04:28.850 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:04:28.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:04:29.261 INFO blam! 1f448a243425c43b7807527a60dac03725c507ffdfc60c33143ef9a4bf41195a Oct 11 16:04:29.262 INFO running `"docker" "start" "-a" "1f448a243425c43b7807527a60dac03725c507ffdfc60c33143ef9a4bf41195a"` Oct 11 16:04:30.114 INFO kablam! usermod: no changes Oct 11 16:04:30.161 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 11 16:04:30.161 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 11 16:04:30.162 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 16:04:30.162 INFO kablam! files will be included as a example target: Oct 11 16:04:30.162 INFO kablam! Oct 11 16:04:30.162 INFO kablam! * /source/examples/repl.rs Oct 11 16:04:30.163 INFO kablam! Oct 11 16:04:30.163 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 16:04:30.163 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 11 16:04:30.164 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 11 16:04:30.164 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 16:04:30.164 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 16:04:30.165 INFO kablam! Oct 11 16:04:30.165 INFO kablam! For more information on this warning you can consult Oct 11 16:04:30.165 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 16:04:30.165 INFO kablam! Compiling nom-lua v0.0.2 (/source) Oct 11 16:04:31.104 INFO kablam! warning: unused `#[macro_use]` import Oct 11 16:04:31.104 INFO kablam! --> src/lib.rs:16:1 Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! 16 | #[macro_use] Oct 11 16:04:31.104 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:04:31.104 INFO kablam! Oct 11 16:04:31.104 INFO kablam! warning: unused macro definition Oct 11 16:04:31.104 INFO kablam! --> src/lib.rs:58:1 Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! 58 | / macro_rules! ast_invalid { Oct 11 16:04:31.104 INFO kablam! 59 | | ($name: ident, $func: ident, $input: expr) => { Oct 11 16:04:31.104 INFO kablam! 60 | | #[test] Oct 11 16:04:31.104 INFO kablam! 61 | | #[should_panic] Oct 11 16:04:31.104 INFO kablam! ... | Oct 11 16:04:31.104 INFO kablam! 66 | | } Oct 11 16:04:31.104 INFO kablam! 67 | | } Oct 11 16:04:31.104 INFO kablam! | |_^ Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 16:04:31.104 INFO kablam! Oct 11 16:04:31.104 INFO kablam! warning: unused import: `function::parse_block` Oct 11 16:04:31.104 INFO kablam! --> src/lib.rs:86:5 Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! 86 | use function::parse_block; Oct 11 16:04:31.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:31.104 INFO kablam! Oct 11 16:04:31.104 INFO kablam! warning: doc comment not used by rustdoc Oct 11 16:04:31.104 INFO kablam! --> src/ast.rs:129:13 Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! 129 | /// Holds a lua name, usually a function or variable name Oct 11 16:04:31.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 11 16:04:31.104 INFO kablam! Oct 11 16:04:31.104 INFO kablam! warning: doc comment not used by rustdoc Oct 11 16:04:31.104 INFO kablam! --> src/ast.rs:133:13 Oct 11 16:04:31.104 INFO kablam! | Oct 11 16:04:31.104 INFO kablam! 133 | /// Holds a lua label name Oct 11 16:04:31.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:31.104 INFO kablam! Oct 11 16:04:31.105 INFO kablam! warning: doc comment not used by rustdoc Oct 11 16:04:31.105 INFO kablam! --> src/ast.rs:136:13 Oct 11 16:04:31.105 INFO kablam! | Oct 11 16:04:31.105 INFO kablam! 136 | /// Contains an expression Oct 11 16:04:31.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:31.105 INFO kablam! Oct 11 16:04:31.110 INFO kablam! warning: unused import: `std::str` Oct 11 16:04:31.110 INFO kablam! --> src/op.rs:16:5 Oct 11 16:04:31.110 INFO kablam! | Oct 11 16:04:31.110 INFO kablam! 16 | use std::str; Oct 11 16:04:31.110 INFO kablam! | ^^^^^^^^ Oct 11 16:04:31.110 INFO kablam! Oct 11 16:04:31.110 INFO kablam! warning: unused import: `number::parse_number` Oct 11 16:04:31.110 INFO kablam! --> src/exp.rs:12:5 Oct 11 16:04:31.110 INFO kablam! | Oct 11 16:04:31.110 INFO kablam! 12 | use number::parse_number; Oct 11 16:04:31.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:31.110 INFO kablam! Oct 11 16:04:31.110 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 11 16:04:31.110 INFO kablam! --> src/exp.rs:62:9 Oct 11 16:04:31.110 INFO kablam! | Oct 11 16:04:31.110 INFO kablam! 62 | use ast::ASTNode::*; Oct 11 16:04:31.110 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:04:31.110 INFO kablam! Oct 11 16:04:31.113 INFO kablam! warning: unused import: `nom::IResult` Oct 11 16:04:31.113 INFO kablam! --> src/var.rs:13:5 Oct 11 16:04:31.113 INFO kablam! | Oct 11 16:04:31.113 INFO kablam! 13 | use nom::IResult; Oct 11 16:04:31.113 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:04:31.113 INFO kablam! Oct 11 16:04:31.113 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 11 16:04:31.113 INFO kablam! --> src/var.rs:58:9 Oct 11 16:04:31.113 INFO kablam! | Oct 11 16:04:31.113 INFO kablam! 58 | use ast::ASTNode::*; Oct 11 16:04:31.113 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:04:31.113 INFO kablam! Oct 11 16:04:31.113 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 11 16:04:31.113 INFO kablam! --> src/field.rs:40:9 Oct 11 16:04:31.113 INFO kablam! | Oct 11 16:04:31.113 INFO kablam! 40 | use ast::ASTNode::*; Oct 11 16:04:31.113 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:04:31.113 INFO kablam! Oct 11 16:04:31.116 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 11 16:04:31.116 INFO kablam! --> src/function.rs:56:9 Oct 11 16:04:31.116 INFO kablam! | Oct 11 16:04:31.117 INFO kablam! 56 | use ast::ASTNode::*; Oct 11 16:04:31.117 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 16:04:31.117 INFO kablam! Oct 11 16:04:33.393 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 16:04:33.393 INFO kablam! --> src/lib.rs:117:5 Oct 11 16:04:33.393 INFO kablam! | Oct 11 16:04:33.393 INFO kablam! 117 | s.read_to_end(&mut buf); Oct 11 16:04:33.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:04:33.394 INFO kablam! | Oct 11 16:04:33.394 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 16:04:33.394 INFO kablam! Oct 11 16:04:35.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.37s Oct 11 16:04:35.520 INFO kablam! su: No module specific data is present Oct 11 16:04:36.250 INFO running `"docker" "rm" "-f" "1f448a243425c43b7807527a60dac03725c507ffdfc60c33143ef9a4bf41195a"` Oct 11 16:04:36.659 INFO blam! 1f448a243425c43b7807527a60dac03725c507ffdfc60c33143ef9a4bf41195a Oct 11 16:04:36.666 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:04:36.667 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:04:37.172 INFO blam! 559828c7f781e4be607464f4ac46045288c335d91bfebc40cfc719e45ffd551f Oct 11 16:04:37.177 INFO running `"docker" "start" "-a" "559828c7f781e4be607464f4ac46045288c335d91bfebc40cfc719e45ffd551f"` Oct 11 16:04:38.447 INFO kablam! usermod: no changes Oct 11 16:04:38.533 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 11 16:04:38.533 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 11 16:04:38.533 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 16:04:38.533 INFO kablam! files will be included as a example target: Oct 11 16:04:38.533 INFO kablam! Oct 11 16:04:38.533 INFO kablam! * /source/examples/repl.rs Oct 11 16:04:38.533 INFO kablam! Oct 11 16:04:38.533 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 16:04:38.533 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 11 16:04:38.533 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 11 16:04:38.533 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 16:04:38.533 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 16:04:38.533 INFO kablam! Oct 11 16:04:38.533 INFO kablam! For more information on this warning you can consult Oct 11 16:04:38.533 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 16:04:38.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 16:04:38.546 INFO kablam! Running /target/debug/deps/nom_lua-7b6a348333674e31 Oct 11 16:04:38.564 INFO blam! Oct 11 16:04:38.564 INFO blam! running 105 tests Oct 11 16:04:38.564 INFO blam! test field::tests::parse_field_assign_1 ... ok Oct 11 16:04:38.564 INFO blam! test exp::tests::parse_vararg ... ok Oct 11 16:04:38.564 INFO blam! test exp::tests::parse_nil ... ok Oct 11 16:04:38.564 INFO blam! test exp::tests::parse_explist_3 ... ok Oct 11 16:04:38.564 INFO blam! test exp::tests::parse_explist_2 ... ok Oct 11 16:04:38.564 INFO blam! test exp::tests::parse_explist_1 ... ok Oct 11 16:04:38.564 INFO blam! test field::tests::parse_field_assign_3 ... ok Oct 11 16:04:38.564 INFO blam! test field::tests::parse_field_single_1 ... ok Oct 11 16:04:38.564 INFO blam! test field::tests::parse_fieldsep_1 ... ok Oct 11 16:04:38.564 INFO blam! test field::tests::parse_fieldsep_2 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_block_1 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_block_2 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_block_3 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_funcbody_1 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_funcname_1 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_funcname_2 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_funcname_3 ... ok Oct 11 16:04:38.564 INFO blam! test function::tests::parse_funcname_4 ... ok Oct 11 16:04:38.572 INFO blam! test exp::tests::parse_bool_t ... ok Oct 11 16:04:38.572 INFO blam! test function::tests::parse_functiondef_1 ... ok Oct 11 16:04:38.572 INFO blam! test function::tests::parse_local_function_1 ... ok Oct 11 16:04:38.572 INFO blam! test function::tests::parse_parlist_1 ... ok Oct 11 16:04:38.572 INFO blam! test function::tests::parse_parlist_2 ... ok Oct 11 16:04:38.572 INFO blam! test function::tests::parse_parlist_3 ... ok Oct 11 16:04:38.572 INFO blam! test exp::tests::parse_bool_f ... ok Oct 11 16:04:38.572 INFO blam! test field::tests::parse_field_assign_2 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_valid_name_1 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_namelist_4 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_namelist_2 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_label_2 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_label_1 ... ok Oct 11 16:04:38.572 INFO blam! test function::tests::parse_parlist_5 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_valid_name_2 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_namelist_3 ... ok Oct 11 16:04:38.572 INFO blam! test number::tests::parse_float_1 ... ok Oct 11 16:04:38.572 INFO blam! test number::tests::parse_float_10 ... ok Oct 11 16:04:38.572 INFO blam! test number::tests::parse_float_11 ... ok Oct 11 16:04:38.572 INFO blam! test name::tests::parse_namelist_1 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_2 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_3 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_4 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_7 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_8 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_9 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_hex_1 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_hex_2 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_hex_3 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_hex_4 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_hex_5 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_5 ... ok Oct 11 16:04:38.588 INFO blam! test number::tests::parse_float_6 ... ok Oct 11 16:04:38.668 INFO blam! test name::tests::parse_valid_name_3 ... ok Oct 11 16:04:38.668 INFO blam! test name::tests::parse_valid_name_4 ... ok Oct 11 16:04:38.668 INFO blam! test number::tests::parse_int_1 ... ok Oct 11 16:04:38.669 INFO blam! test number::tests::parse_float_12 ... ok Oct 11 16:04:38.669 INFO blam! test number::tests::parse_int_4 ... ok Oct 11 16:04:38.672 INFO blam! test number::tests::parse_float_14 ... ok Oct 11 16:04:38.672 INFO blam! test number::tests::parse_hex_6 ... ok Oct 11 16:04:38.672 INFO blam! test number::tests::parse_hex_8 ... ok Oct 11 16:04:38.672 INFO blam! test number::tests::parse_hex_7 ... ok Oct 11 16:04:38.672 INFO blam! test number::tests::parse_number_2 ... ok Oct 11 16:04:38.673 INFO blam! test number::tests::parse_number_3 ... ok Oct 11 16:04:38.673 INFO blam! test number::tests::parse_number_4 ... ok Oct 11 16:04:38.680 INFO blam! test number::tests::parse_number_1 ... ok Oct 11 16:04:38.680 INFO blam! test number::tests::parse_int_5 ... ok Oct 11 16:04:38.680 INFO blam! test statement::tests::parse_goto_1 ... ok Oct 11 16:04:38.680 INFO blam! test number::tests::parse_float_13 ... ok Oct 11 16:04:38.680 INFO blam! test statement::tests::parse_goto_2 ... ok Oct 11 16:04:38.680 INFO blam! test string::tests::parse_byte_d_2 ... ok Oct 11 16:04:38.680 INFO blam! test string::tests::parse_byte_d_3 ... ok Oct 11 16:04:38.680 INFO blam! test string::tests::parse_byte_d_4 ... ok Oct 11 16:04:38.680 INFO blam! test string::tests::parse_byte_d_5 ... ok Oct 11 16:04:38.680 INFO blam! test string::tests::parse_byte_d_6 ... ok Oct 11 16:04:38.680 INFO blam! test string::tests::parse_byte_d_1 ... ok Oct 11 16:04:38.682 INFO blam! test statement::tests::parse_retstat_2 ... ok Oct 11 16:04:38.682 INFO blam! test statement::tests::parse_semicolon ... ok Oct 11 16:04:38.682 INFO blam! test statement::tests::parse_retstat_1 ... ok Oct 11 16:04:38.682 INFO blam! test statement::tests::parse_retstat_3 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_byte_x_1 ... ok Oct 11 16:04:38.682 INFO blam! test number::tests::parse_int_3 ... ok Oct 11 16:04:38.682 INFO blam! test statement::tests::parse_goto_3 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_string_short_literal_1 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_string_short_literal_5 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_string_short_literal_6 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_string_short_literal_7 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_string_short_literal_8 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_unicode_1 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_unicode_2 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_unicode_3 ... ok Oct 11 16:04:38.682 INFO blam! test string::tests::parse_unicode_4 ... ok Oct 11 16:04:38.683 INFO blam! test string::tests::parse_unicode_5 ... ok Oct 11 16:04:38.683 INFO blam! test string::tests::parse_unicode_6 ... ok Oct 11 16:04:38.683 INFO blam! test string::tests::parse_unicode_7 ... ok Oct 11 16:04:38.683 INFO blam! test var::tests::parse_var_1 ... ok Oct 11 16:04:38.683 INFO blam! test var::tests::parse_var_2 ... ok Oct 11 16:04:38.692 INFO blam! test var::tests::parse_var_3 ... ok Oct 11 16:04:38.692 INFO blam! test string::tests::parse_byte_x_5 ... ok Oct 11 16:04:38.692 INFO blam! test string::tests::parse_byte_x_4 ... ok Oct 11 16:04:38.692 INFO blam! test string::tests::parse_byte_x_3 ... ok Oct 11 16:04:38.692 INFO blam! test string::tests::parse_string_short_literal_4 ... ok Oct 11 16:04:38.692 INFO blam! test string::tests::parse_string_short_literal_3 ... ok Oct 11 16:04:38.692 INFO blam! test string::tests::parse_string_short_literal_2 ... ok Oct 11 16:04:38.692 INFO blam! test var::tests::parse_varlist_1 ... ok Oct 11 16:04:38.692 INFO blam! test var::tests::parse_varlist_2 ... ok Oct 11 16:04:38.692 INFO blam! test var::tests::parse_varlist_3 ... ok Oct 11 16:04:38.692 INFO blam! Oct 11 16:04:38.692 INFO blam! test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:04:38.692 INFO blam! Oct 11 16:04:38.700 INFO kablam! Doc-tests nom_lua Oct 11 16:04:39.696 INFO blam! Oct 11 16:04:39.696 INFO blam! running 0 tests Oct 11 16:04:39.696 INFO blam! Oct 11 16:04:39.696 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:04:39.696 INFO blam! Oct 11 16:04:39.703 INFO kablam! su: No module specific data is present Oct 11 16:04:40.166 INFO running `"docker" "rm" "-f" "559828c7f781e4be607464f4ac46045288c335d91bfebc40cfc719e45ffd551f"` Oct 11 16:04:40.517 INFO blam! 559828c7f781e4be607464f4ac46045288c335d91bfebc40cfc719e45ffd551f