Oct 16 01:38:58.735 INFO testing nom-lua-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 01:38:58.735 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 16 01:38:59.264 INFO blam! 0ad941a21963e503601cee9f8025d426a4746615883d095e014846fa7c513bb4 Oct 16 01:38:59.269 INFO running `"docker" "start" "-a" "0ad941a21963e503601cee9f8025d426a4746615883d095e014846fa7c513bb4"` Oct 16 01:39:00.734 INFO kablam! usermod: no changes Oct 16 01:39:00.788 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 16 01:39:00.788 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 16 01:39:00.788 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 01:39:00.789 INFO kablam! files will be included as a example target: Oct 16 01:39:00.789 INFO kablam! Oct 16 01:39:00.789 INFO kablam! * /source/examples/repl.rs Oct 16 01:39:00.790 INFO kablam! Oct 16 01:39:00.790 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 01:39:00.790 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 16 01:39:00.790 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 16 01:39:00.791 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 01:39:00.791 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 01:39:00.791 INFO kablam! Oct 16 01:39:00.792 INFO kablam! For more information on this warning you can consult Oct 16 01:39:00.792 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 01:39:00.811 INFO kablam! Compiling hexf-parse v0.1.0 Oct 16 01:39:01.703 INFO kablam! Compiling nom-lua v0.0.2 (/source) Oct 16 01:39:02.679 INFO kablam! warning: unused `#[macro_use]` import Oct 16 01:39:02.679 INFO kablam! --> src/lib.rs:16:1 Oct 16 01:39:02.679 INFO kablam! | Oct 16 01:39:02.679 INFO kablam! 16 | #[macro_use] Oct 16 01:39:02.679 INFO kablam! | ^^^^^^^^^^^^ Oct 16 01:39:02.679 INFO kablam! | Oct 16 01:39:02.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:39:02.679 INFO kablam! Oct 16 01:39:02.679 INFO kablam! warning: unused macro definition Oct 16 01:39:02.679 INFO kablam! --> src/lib.rs:25:1 Oct 16 01:39:02.679 INFO kablam! | Oct 16 01:39:02.679 INFO kablam! 25 | / macro_rules! ast_panic_test { Oct 16 01:39:02.679 INFO kablam! 26 | | ($name: ident, $func: ident, $input: expr) => { Oct 16 01:39:02.679 INFO kablam! 27 | | #[test] Oct 16 01:39:02.679 INFO kablam! 28 | | #[should_panic] Oct 16 01:39:02.679 INFO kablam! ... | Oct 16 01:39:02.679 INFO kablam! 33 | | } Oct 16 01:39:02.679 INFO kablam! 34 | | } Oct 16 01:39:02.679 INFO kablam! | |_^ Oct 16 01:39:02.679 INFO kablam! | Oct 16 01:39:02.679 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 01:39:02.679 INFO kablam! Oct 16 01:39:02.679 INFO kablam! warning: unused macro definition Oct 16 01:39:02.679 INFO kablam! --> src/lib.rs:36:1 Oct 16 01:39:02.679 INFO kablam! | Oct 16 01:39:02.679 INFO kablam! 36 | / macro_rules! ast_test { Oct 16 01:39:02.679 INFO kablam! 37 | | ($name: ident, $func: ident, $input: expr, $output: expr) => { Oct 16 01:39:02.679 INFO kablam! 38 | | #[test] Oct 16 01:39:02.679 INFO kablam! 39 | | fn $name () { Oct 16 01:39:02.679 INFO kablam! ... | Oct 16 01:39:02.679 INFO kablam! 43 | | } Oct 16 01:39:02.679 INFO kablam! 44 | | } Oct 16 01:39:02.679 INFO kablam! | |_^ Oct 16 01:39:02.679 INFO kablam! Oct 16 01:39:02.679 INFO kablam! warning: unused macro definition Oct 16 01:39:02.679 INFO kablam! --> src/lib.rs:46:1 Oct 16 01:39:02.679 INFO kablam! | Oct 16 01:39:02.679 INFO kablam! 46 | / macro_rules! ast_valid { Oct 16 01:39:02.679 INFO kablam! 47 | | ($name: ident, $func: ident, $input: expr) => { Oct 16 01:39:02.679 INFO kablam! 48 | | #[test] Oct 16 01:39:02.680 INFO kablam! 49 | | fn $name () { Oct 16 01:39:02.680 INFO kablam! ... | Oct 16 01:39:02.680 INFO kablam! 55 | | } Oct 16 01:39:02.680 INFO kablam! 56 | | } Oct 16 01:39:02.680 INFO kablam! | |_^ Oct 16 01:39:02.680 INFO kablam! Oct 16 01:39:02.680 INFO kablam! warning: unused macro definition Oct 16 01:39:02.680 INFO kablam! --> src/lib.rs:58:1 Oct 16 01:39:02.680 INFO kablam! | Oct 16 01:39:02.680 INFO kablam! 58 | / macro_rules! ast_invalid { Oct 16 01:39:02.680 INFO kablam! 59 | | ($name: ident, $func: ident, $input: expr) => { Oct 16 01:39:02.680 INFO kablam! 60 | | #[test] Oct 16 01:39:02.680 INFO kablam! 61 | | #[should_panic] Oct 16 01:39:02.680 INFO kablam! ... | Oct 16 01:39:02.680 INFO kablam! 66 | | } Oct 16 01:39:02.680 INFO kablam! 67 | | } Oct 16 01:39:02.680 INFO kablam! | |_^ Oct 16 01:39:02.680 INFO kablam! Oct 16 01:39:02.680 INFO kablam! warning: unused import: `function::parse_block` Oct 16 01:39:02.680 INFO kablam! --> src/lib.rs:86:5 Oct 16 01:39:02.680 INFO kablam! | Oct 16 01:39:02.680 INFO kablam! 86 | use function::parse_block; Oct 16 01:39:02.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:02.680 INFO kablam! Oct 16 01:39:02.680 INFO kablam! warning: doc comment not used by rustdoc Oct 16 01:39:02.680 INFO kablam! --> src/ast.rs:129:13 Oct 16 01:39:02.680 INFO kablam! | Oct 16 01:39:02.680 INFO kablam! 129 | /// Holds a lua name, usually a function or variable name Oct 16 01:39:02.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:02.680 INFO kablam! | Oct 16 01:39:02.680 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 16 01:39:02.680 INFO kablam! Oct 16 01:39:02.680 INFO kablam! warning: doc comment not used by rustdoc Oct 16 01:39:02.680 INFO kablam! --> src/ast.rs:133:13 Oct 16 01:39:02.680 INFO kablam! | Oct 16 01:39:02.680 INFO kablam! 133 | /// Holds a lua label name Oct 16 01:39:02.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:02.680 INFO kablam! Oct 16 01:39:02.680 INFO kablam! warning: doc comment not used by rustdoc Oct 16 01:39:02.680 INFO kablam! --> src/ast.rs:136:13 Oct 16 01:39:02.680 INFO kablam! | Oct 16 01:39:02.680 INFO kablam! 136 | /// Contains an expression Oct 16 01:39:02.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:02.680 INFO kablam! Oct 16 01:39:02.690 INFO kablam! warning: unused import: `std::str` Oct 16 01:39:02.690 INFO kablam! --> src/op.rs:16:5 Oct 16 01:39:02.691 INFO kablam! | Oct 16 01:39:02.691 INFO kablam! 16 | use std::str; Oct 16 01:39:02.691 INFO kablam! | ^^^^^^^^ Oct 16 01:39:02.691 INFO kablam! Oct 16 01:39:02.691 INFO kablam! warning: unused import: `number::parse_number` Oct 16 01:39:02.691 INFO kablam! --> src/exp.rs:12:5 Oct 16 01:39:02.691 INFO kablam! | Oct 16 01:39:02.691 INFO kablam! 12 | use number::parse_number; Oct 16 01:39:02.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:02.691 INFO kablam! Oct 16 01:39:02.691 INFO kablam! warning: unused import: `nom::IResult` Oct 16 01:39:02.691 INFO kablam! --> src/var.rs:13:5 Oct 16 01:39:02.691 INFO kablam! | Oct 16 01:39:02.691 INFO kablam! 13 | use nom::IResult; Oct 16 01:39:02.691 INFO kablam! | ^^^^^^^^^^^^ Oct 16 01:39:02.691 INFO kablam! Oct 16 01:39:04.628 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 01:39:04.628 INFO kablam! --> src/lib.rs:117:5 Oct 16 01:39:04.628 INFO kablam! | Oct 16 01:39:04.628 INFO kablam! 117 | s.read_to_end(&mut buf); Oct 16 01:39:04.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:04.628 INFO kablam! | Oct 16 01:39:04.628 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 01:39:04.628 INFO kablam! Oct 16 01:39:07.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.27s Oct 16 01:39:07.042 INFO kablam! su: No module specific data is present Oct 16 01:39:08.010 INFO running `"docker" "rm" "-f" "0ad941a21963e503601cee9f8025d426a4746615883d095e014846fa7c513bb4"` Oct 16 01:39:08.239 INFO blam! 0ad941a21963e503601cee9f8025d426a4746615883d095e014846fa7c513bb4 Oct 16 01:39:08.243 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 16 01:39:08.623 INFO blam! 0d96531049cf65a7602d5fcbac1aa13b0f90a450b848becdadeffcf527eb1738 Oct 16 01:39:08.625 INFO running `"docker" "start" "-a" "0d96531049cf65a7602d5fcbac1aa13b0f90a450b848becdadeffcf527eb1738"` Oct 16 01:39:10.034 INFO kablam! usermod: no changes Oct 16 01:39:10.121 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 16 01:39:10.121 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 16 01:39:10.121 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 01:39:10.121 INFO kablam! files will be included as a example target: Oct 16 01:39:10.121 INFO kablam! Oct 16 01:39:10.121 INFO kablam! * /source/examples/repl.rs Oct 16 01:39:10.121 INFO kablam! Oct 16 01:39:10.121 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 01:39:10.121 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 16 01:39:10.121 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 16 01:39:10.121 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 01:39:10.121 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 01:39:10.121 INFO kablam! Oct 16 01:39:10.121 INFO kablam! For more information on this warning you can consult Oct 16 01:39:10.121 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 01:39:10.146 INFO kablam! Compiling nom-lua v0.0.2 (/source) Oct 16 01:39:11.075 INFO kablam! warning: unused `#[macro_use]` import Oct 16 01:39:11.075 INFO kablam! --> src/lib.rs:16:1 Oct 16 01:39:11.075 INFO kablam! | Oct 16 01:39:11.075 INFO kablam! 16 | #[macro_use] Oct 16 01:39:11.075 INFO kablam! | ^^^^^^^^^^^^ Oct 16 01:39:11.075 INFO kablam! | Oct 16 01:39:11.075 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:39:11.075 INFO kablam! Oct 16 01:39:11.075 INFO kablam! warning: unused macro definition Oct 16 01:39:11.075 INFO kablam! --> src/lib.rs:58:1 Oct 16 01:39:11.075 INFO kablam! | Oct 16 01:39:11.075 INFO kablam! 58 | / macro_rules! ast_invalid { Oct 16 01:39:11.075 INFO kablam! 59 | | ($name: ident, $func: ident, $input: expr) => { Oct 16 01:39:11.075 INFO kablam! 60 | | #[test] Oct 16 01:39:11.075 INFO kablam! 61 | | #[should_panic] Oct 16 01:39:11.075 INFO kablam! ... | Oct 16 01:39:11.075 INFO kablam! 66 | | } Oct 16 01:39:11.075 INFO kablam! 67 | | } Oct 16 01:39:11.075 INFO kablam! | |_^ Oct 16 01:39:11.075 INFO kablam! | Oct 16 01:39:11.075 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 16 01:39:11.075 INFO kablam! Oct 16 01:39:11.075 INFO kablam! warning: unused import: `function::parse_block` Oct 16 01:39:11.075 INFO kablam! --> src/lib.rs:86:5 Oct 16 01:39:11.075 INFO kablam! | Oct 16 01:39:11.075 INFO kablam! 86 | use function::parse_block; Oct 16 01:39:11.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:11.075 INFO kablam! Oct 16 01:39:11.075 INFO kablam! warning: doc comment not used by rustdoc Oct 16 01:39:11.075 INFO kablam! --> src/ast.rs:129:13 Oct 16 01:39:11.075 INFO kablam! | Oct 16 01:39:11.075 INFO kablam! 129 | /// Holds a lua name, usually a function or variable name Oct 16 01:39:11.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:11.076 INFO kablam! | Oct 16 01:39:11.076 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 16 01:39:11.076 INFO kablam! Oct 16 01:39:11.076 INFO kablam! warning: doc comment not used by rustdoc Oct 16 01:39:11.076 INFO kablam! --> src/ast.rs:133:13 Oct 16 01:39:11.076 INFO kablam! | Oct 16 01:39:11.076 INFO kablam! 133 | /// Holds a lua label name Oct 16 01:39:11.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:11.076 INFO kablam! Oct 16 01:39:11.076 INFO kablam! warning: doc comment not used by rustdoc Oct 16 01:39:11.076 INFO kablam! --> src/ast.rs:136:13 Oct 16 01:39:11.076 INFO kablam! | Oct 16 01:39:11.076 INFO kablam! 136 | /// Contains an expression Oct 16 01:39:11.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:11.076 INFO kablam! Oct 16 01:39:11.076 INFO kablam! warning: unused import: `std::str` Oct 16 01:39:11.076 INFO kablam! --> src/op.rs:16:5 Oct 16 01:39:11.076 INFO kablam! | Oct 16 01:39:11.076 INFO kablam! 16 | use std::str; Oct 16 01:39:11.076 INFO kablam! | ^^^^^^^^ Oct 16 01:39:11.076 INFO kablam! Oct 16 01:39:11.083 INFO kablam! warning: unused import: `number::parse_number` Oct 16 01:39:11.083 INFO kablam! --> src/exp.rs:12:5 Oct 16 01:39:11.083 INFO kablam! | Oct 16 01:39:11.083 INFO kablam! 12 | use number::parse_number; Oct 16 01:39:11.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:11.083 INFO kablam! Oct 16 01:39:11.083 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 16 01:39:11.083 INFO kablam! --> src/exp.rs:62:9 Oct 16 01:39:11.083 INFO kablam! | Oct 16 01:39:11.083 INFO kablam! 62 | use ast::ASTNode::*; Oct 16 01:39:11.083 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 01:39:11.083 INFO kablam! Oct 16 01:39:11.087 INFO kablam! warning: unused import: `nom::IResult` Oct 16 01:39:11.087 INFO kablam! --> src/var.rs:13:5 Oct 16 01:39:11.087 INFO kablam! | Oct 16 01:39:11.087 INFO kablam! 13 | use nom::IResult; Oct 16 01:39:11.087 INFO kablam! | ^^^^^^^^^^^^ Oct 16 01:39:11.087 INFO kablam! Oct 16 01:39:11.087 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 16 01:39:11.087 INFO kablam! --> src/var.rs:58:9 Oct 16 01:39:11.087 INFO kablam! | Oct 16 01:39:11.087 INFO kablam! 58 | use ast::ASTNode::*; Oct 16 01:39:11.087 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 01:39:11.087 INFO kablam! Oct 16 01:39:11.087 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 16 01:39:11.087 INFO kablam! --> src/field.rs:40:9 Oct 16 01:39:11.087 INFO kablam! | Oct 16 01:39:11.087 INFO kablam! 40 | use ast::ASTNode::*; Oct 16 01:39:11.087 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 01:39:11.087 INFO kablam! Oct 16 01:39:11.089 INFO kablam! warning: unused import: `ast::ASTNode::*` Oct 16 01:39:11.089 INFO kablam! --> src/function.rs:56:9 Oct 16 01:39:11.089 INFO kablam! | Oct 16 01:39:11.089 INFO kablam! 56 | use ast::ASTNode::*; Oct 16 01:39:11.089 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 01:39:11.089 INFO kablam! Oct 16 01:39:13.420 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 01:39:13.421 INFO kablam! --> src/lib.rs:117:5 Oct 16 01:39:13.421 INFO kablam! | Oct 16 01:39:13.421 INFO kablam! 117 | s.read_to_end(&mut buf); Oct 16 01:39:13.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:39:13.422 INFO kablam! | Oct 16 01:39:13.422 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 01:39:13.423 INFO kablam! Oct 16 01:39:16.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.04s Oct 16 01:39:16.123 INFO kablam! su: No module specific data is present Oct 16 01:39:17.051 INFO running `"docker" "rm" "-f" "0d96531049cf65a7602d5fcbac1aa13b0f90a450b848becdadeffcf527eb1738"` Oct 16 01:39:17.343 INFO blam! 0d96531049cf65a7602d5fcbac1aa13b0f90a450b848becdadeffcf527eb1738 Oct 16 01:39:17.348 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 16 01:39:17.789 INFO blam! b43ec3da709f3067f83b244a8677140b5a51a83088ab643ea76d33cf45bd35aa Oct 16 01:39:17.792 INFO running `"docker" "start" "-a" "b43ec3da709f3067f83b244a8677140b5a51a83088ab643ea76d33cf45bd35aa"` Oct 16 01:39:19.967 INFO kablam! usermod: no changes Oct 16 01:39:20.031 INFO kablam! warning: An explicit [[example]] section is specified in Cargo.toml which currently Oct 16 01:39:20.031 INFO kablam! disables Cargo from automatically inferring other example targets. Oct 16 01:39:20.031 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 01:39:20.031 INFO kablam! files will be included as a example target: Oct 16 01:39:20.031 INFO kablam! Oct 16 01:39:20.031 INFO kablam! * /source/examples/repl.rs Oct 16 01:39:20.031 INFO kablam! Oct 16 01:39:20.031 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 01:39:20.031 INFO kablam! ready to be compiled as a example target today. You can future-proof yourself Oct 16 01:39:20.031 INFO kablam! and disable this warning by adding `autoexamples = false` to your [package] Oct 16 01:39:20.031 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 01:39:20.031 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 01:39:20.031 INFO kablam! Oct 16 01:39:20.031 INFO kablam! For more information on this warning you can consult Oct 16 01:39:20.031 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 01:39:20.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 01:39:20.059 INFO kablam! Running /target/debug/deps/nom_lua-7b6a348333674e31 Oct 16 01:39:20.067 INFO blam! Oct 16 01:39:20.067 INFO blam! running 105 tests Oct 16 01:39:20.067 INFO blam! test exp::tests::parse_explist_1 ... ok Oct 16 01:39:20.067 INFO blam! test exp::tests::parse_bool_t ... ok Oct 16 01:39:20.075 INFO blam! test field::tests::parse_field_assign_2 ... ok Oct 16 01:39:20.075 INFO blam! test field::tests::parse_field_assign_3 ... ok Oct 16 01:39:20.075 INFO blam! test exp::tests::parse_vararg ... ok Oct 16 01:39:20.075 INFO blam! test field::tests::parse_field_assign_1 ... ok Oct 16 01:39:20.075 INFO blam! test exp::tests::parse_nil ... ok Oct 16 01:39:20.075 INFO blam! test exp::tests::parse_explist_3 ... ok Oct 16 01:39:20.075 INFO blam! test exp::tests::parse_bool_f ... ok Oct 16 01:39:20.075 INFO blam! test field::tests::parse_fieldsep_1 ... ok Oct 16 01:39:20.075 INFO blam! test field::tests::parse_field_single_1 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_block_1 ... ok Oct 16 01:39:20.075 INFO blam! test field::tests::parse_fieldsep_2 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_block_3 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_block_2 ... ok Oct 16 01:39:20.075 INFO blam! test exp::tests::parse_explist_2 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_funcbody_1 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_funcname_2 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_funcname_3 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_funcname_1 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_funcname_4 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_parlist_2 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_parlist_3 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_parlist_1 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_parlist_5 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_label_1 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_local_function_1 ... ok Oct 16 01:39:20.075 INFO blam! test function::tests::parse_functiondef_1 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_label_2 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_namelist_1 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_namelist_2 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_namelist_3 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_namelist_4 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_valid_name_1 ... ok Oct 16 01:39:20.075 INFO blam! test name::tests::parse_valid_name_2 ... ok Oct 16 01:39:20.087 INFO blam! test number::tests::parse_float_1 ... ok Oct 16 01:39:20.087 INFO blam! test number::tests::parse_float_10 ... ok Oct 16 01:39:20.087 INFO blam! test number::tests::parse_float_11 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_2 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_3 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_4 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_5 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_7 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_6 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_8 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_hex_1 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_float_9 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_hex_2 ... ok Oct 16 01:39:20.088 INFO blam! test number::tests::parse_hex_4 ... ok Oct 16 01:39:20.091 INFO blam! test number::tests::parse_hex_3 ... ok Oct 16 01:39:20.091 INFO blam! test number::tests::parse_hex_5 ... ok Oct 16 01:39:20.200 INFO blam! test name::tests::parse_valid_name_4 ... ok Oct 16 01:39:20.200 INFO blam! test number::tests::parse_int_1 ... ok Oct 16 01:39:20.207 INFO blam! test number::tests::parse_float_12 ... ok Oct 16 01:39:20.207 INFO blam! test number::tests::parse_float_13 ... ok Oct 16 01:39:20.207 INFO blam! test number::tests::parse_float_14 ... ok Oct 16 01:39:20.211 INFO blam! test number::tests::parse_number_1 ... ok Oct 16 01:39:20.211 INFO blam! test number::tests::parse_int_4 ... ok Oct 16 01:39:20.211 INFO blam! test name::tests::parse_valid_name_3 ... ok Oct 16 01:39:20.211 INFO blam! test number::tests::parse_number_3 ... ok Oct 16 01:39:20.211 INFO blam! test number::tests::parse_number_2 ... ok Oct 16 01:39:20.215 INFO blam! test number::tests::parse_hex_6 ... ok Oct 16 01:39:20.215 INFO blam! test number::tests::parse_hex_8 ... ok Oct 16 01:39:20.215 INFO blam! test number::tests::parse_int_3 ... ok Oct 16 01:39:20.215 INFO blam! test statement::tests::parse_goto_1 ... ok Oct 16 01:39:20.215 INFO blam! test number::tests::parse_number_4 ... ok Oct 16 01:39:20.215 INFO blam! test statement::tests::parse_retstat_1 ... ok Oct 16 01:39:20.215 INFO blam! test string::tests::parse_byte_d_1 ... ok Oct 16 01:39:20.215 INFO blam! test number::tests::parse_int_5 ... ok Oct 16 01:39:20.216 INFO blam! test string::tests::parse_byte_d_2 ... ok Oct 16 01:39:20.216 INFO blam! test string::tests::parse_byte_d_3 ... ok Oct 16 01:39:20.216 INFO blam! test string::tests::parse_byte_d_4 ... ok Oct 16 01:39:20.216 INFO blam! test string::tests::parse_byte_d_5 ... ok Oct 16 01:39:20.216 INFO blam! test number::tests::parse_hex_7 ... ok Oct 16 01:39:20.216 INFO blam! test string::tests::parse_byte_x_3 ... ok Oct 16 01:39:20.216 INFO blam! test statement::tests::parse_goto_2 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_byte_x_4 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_byte_x_1 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_string_short_literal_1 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_string_short_literal_2 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_string_short_literal_3 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_string_short_literal_4 ... ok Oct 16 01:39:20.217 INFO blam! test string::tests::parse_string_short_literal_5 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_string_short_literal_6 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_string_short_literal_7 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_string_short_literal_8 ... ok Oct 16 01:39:20.218 INFO blam! test statement::tests::parse_goto_3 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_unicode_1 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_unicode_4 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_unicode_5 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_byte_d_6 ... ok Oct 16 01:39:20.218 INFO blam! test string::tests::parse_unicode_2 ... ok Oct 16 01:39:20.219 INFO blam! test string::tests::parse_byte_x_5 ... ok Oct 16 01:39:20.219 INFO blam! test string::tests::parse_unicode_3 ... ok Oct 16 01:39:20.227 INFO blam! test statement::tests::parse_semicolon ... ok Oct 16 01:39:20.227 INFO blam! test string::tests::parse_unicode_7 ... ok Oct 16 01:39:20.227 INFO blam! test statement::tests::parse_retstat_2 ... ok Oct 16 01:39:20.227 INFO blam! test statement::tests::parse_retstat_3 ... ok Oct 16 01:39:20.227 INFO blam! test var::tests::parse_var_1 ... ok Oct 16 01:39:20.227 INFO blam! test var::tests::parse_var_3 ... ok Oct 16 01:39:20.228 INFO blam! test string::tests::parse_unicode_6 ... ok Oct 16 01:39:20.228 INFO blam! test var::tests::parse_var_2 ... ok Oct 16 01:39:20.228 INFO blam! test var::tests::parse_varlist_3 ... ok Oct 16 01:39:20.228 INFO blam! test var::tests::parse_varlist_2 ... ok Oct 16 01:39:20.239 INFO blam! test var::tests::parse_varlist_1 ... ok Oct 16 01:39:20.239 INFO blam! Oct 16 01:39:20.239 INFO blam! test result: ok. 105 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:39:20.239 INFO blam! Oct 16 01:39:20.240 INFO kablam! Doc-tests nom_lua Oct 16 01:39:21.408 INFO blam! Oct 16 01:39:21.408 INFO blam! running 0 tests Oct 16 01:39:21.408 INFO blam! Oct 16 01:39:21.408 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:39:21.408 INFO blam! Oct 16 01:39:21.414 INFO kablam! su: No module specific data is present Oct 16 01:39:21.684 INFO running `"docker" "rm" "-f" "b43ec3da709f3067f83b244a8677140b5a51a83088ab643ea76d33cf45bd35aa"` Oct 16 01:39:21.793 INFO blam! b43ec3da709f3067f83b244a8677140b5a51a83088ab643ea76d33cf45bd35aa