Oct 10 21:18:53.495 INFO testing jakewins/neobench against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:18:53.495 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:18:53.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 21:18:53.928 INFO blam! 43c971f26073d098e38bb110068e5f3f3edf05ba238db7a8b9fab1a7454d846d Oct 10 21:18:53.932 INFO running `"docker" "start" "-a" "43c971f26073d098e38bb110068e5f3f3edf05ba238db7a8b9fab1a7454d846d"` Oct 10 21:18:55.196 INFO kablam! usermod: no changes Oct 10 21:18:55.257 INFO kablam! Compiling neobench v0.1.0 (/source) Oct 10 21:18:55.927 INFO kablam! warning: unused import: `std::fmt::Display` Oct 10 21:18:55.927 INFO kablam! --> src/main.rs:3:5 Oct 10 21:18:55.927 INFO kablam! | Oct 10 21:18:55.927 INFO kablam! 3 | use std::fmt::Display; Oct 10 21:18:55.927 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:18:55.927 INFO kablam! | Oct 10 21:18:55.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:18:55.927 INFO kablam! Oct 10 21:18:55.927 INFO kablam! warning: unused import: `std::fmt::Formatter` Oct 10 21:18:55.927 INFO kablam! --> src/main.rs:4:5 Oct 10 21:18:55.927 INFO kablam! | Oct 10 21:18:55.927 INFO kablam! 4 | use std::fmt::Formatter; Oct 10 21:18:55.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:18:55.927 INFO kablam! Oct 10 21:18:55.927 INFO kablam! warning: unused import: `core::fmt` Oct 10 21:18:55.927 INFO kablam! --> src/main.rs:5:5 Oct 10 21:18:55.927 INFO kablam! | Oct 10 21:18:55.927 INFO kablam! 5 | use core::fmt; Oct 10 21:18:55.927 INFO kablam! | ^^^^^^^^^ Oct 10 21:18:55.927 INFO kablam! Oct 10 21:18:56.088 INFO kablam! warning: unused variable: `ctx` Oct 10 21:18:56.088 INFO kablam! --> src/types.rs:212:20 Oct 10 21:18:56.088 INFO kablam! | Oct 10 21:18:56.088 INFO kablam! 212 | fn eval(&self, ctx: & mut EvalScope) -> Value { Oct 10 21:18:56.088 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 10 21:18:56.088 INFO kablam! | Oct 10 21:18:56.088 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:18:56.088 INFO kablam! Oct 10 21:18:56.128 INFO kablam! warning: method is never used: `len` Oct 10 21:18:56.128 INFO kablam! --> src/types.rs:26:5 Oct 10 21:18:56.128 INFO kablam! | Oct 10 21:18:56.128 INFO kablam! 26 | pub fn len(&self) -> usize { Oct 10 21:18:56.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:18:56.128 INFO kablam! | Oct 10 21:18:56.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:18:56.128 INFO kablam! Oct 10 21:18:56.128 INFO kablam! warning: variant is never constructed: `Text` Oct 10 21:18:56.128 INFO kablam! --> src/types.rs:33:5 Oct 10 21:18:56.128 INFO kablam! | Oct 10 21:18:56.128 INFO kablam! 33 | Text(String), Oct 10 21:18:56.128 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:18:56.128 INFO kablam! Oct 10 21:18:56.129 INFO kablam! warning: field is never used: `vars` Oct 10 21:18:56.129 INFO kablam! --> src/types.rs:55:5 Oct 10 21:18:56.129 INFO kablam! | Oct 10 21:18:56.129 INFO kablam! 55 | vars: Variables, Oct 10 21:18:56.129 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 21:18:56.129 INFO kablam! Oct 10 21:18:56.129 INFO kablam! warning: method is never used: `new` Oct 10 21:18:56.129 INFO kablam! --> src/types.rs:60:5 Oct 10 21:18:56.129 INFO kablam! | Oct 10 21:18:56.129 INFO kablam! 60 | pub fn new(v: Variables) -> EvalScope { Oct 10 21:18:56.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:18:56.129 INFO kablam! Oct 10 21:18:56.129 INFO kablam! warning: method is never used: `set` Oct 10 21:18:56.129 INFO kablam! --> src/types.rs:69:5 Oct 10 21:18:56.129 INFO kablam! | Oct 10 21:18:56.129 INFO kablam! 69 | pub fn set(&mut self, name: String, val: Value) { Oct 10 21:18:56.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:18:56.129 INFO kablam! Oct 10 21:18:56.129 INFO kablam! warning: method is never used: `describe` Oct 10 21:18:56.129 INFO kablam! --> src/expr_parser.rs:21:5 Oct 10 21:18:56.129 INFO kablam! | Oct 10 21:18:56.129 INFO kablam! 21 | fn describe(&self) -> String { Oct 10 21:18:56.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:18:56.129 INFO kablam! Oct 10 21:18:56.140 INFO kablam! warning: method `newOperator` should have a snake case name such as `new_operator` Oct 10 21:18:56.140 INFO kablam! --> src/types.rs:129:5 Oct 10 21:18:56.140 INFO kablam! | Oct 10 21:18:56.140 INFO kablam! 129 | / pub fn newOperator(function: FunctionName) -> Box { Oct 10 21:18:56.140 INFO kablam! 130 | | Box::new(ExprFuncCall{ Oct 10 21:18:56.140 INFO kablam! 131 | | function: function, Oct 10 21:18:56.140 INFO kablam! 132 | | args: Vec::new(), Oct 10 21:18:56.140 INFO kablam! 133 | | is_operator: true, Oct 10 21:18:56.140 INFO kablam! 134 | | }) Oct 10 21:18:56.140 INFO kablam! 135 | | } Oct 10 21:18:56.140 INFO kablam! | |_____^ Oct 10 21:18:56.140 INFO kablam! | Oct 10 21:18:56.140 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 21:18:56.140 INFO kablam! Oct 10 21:18:57.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 10 21:18:57.032 INFO kablam! su: No module specific data is present Oct 10 21:18:58.186 INFO running `"docker" "rm" "-f" "43c971f26073d098e38bb110068e5f3f3edf05ba238db7a8b9fab1a7454d846d"` Oct 10 21:18:58.456 INFO blam! 43c971f26073d098e38bb110068e5f3f3edf05ba238db7a8b9fab1a7454d846d Oct 10 21:18:58.456 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:18:58.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 21:18:58.831 INFO blam! 9dc8ea3384a06f003822101242dfc00ee79e91fae9595d0001b74a67c90364f4 Oct 10 21:18:58.833 INFO running `"docker" "start" "-a" "9dc8ea3384a06f003822101242dfc00ee79e91fae9595d0001b74a67c90364f4"` Oct 10 21:19:00.105 INFO kablam! usermod: no changes Oct 10 21:19:00.148 INFO kablam! Compiling neobench v0.1.0 (/source) Oct 10 21:19:00.952 INFO kablam! warning: unused import: `std::fmt::Display` Oct 10 21:19:00.952 INFO kablam! --> src/main.rs:3:5 Oct 10 21:19:00.953 INFO kablam! | Oct 10 21:19:00.953 INFO kablam! 3 | use std::fmt::Display; Oct 10 21:19:00.953 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 21:19:00.954 INFO kablam! | Oct 10 21:19:00.954 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:19:00.954 INFO kablam! Oct 10 21:19:00.954 INFO kablam! warning: unused import: `std::fmt::Formatter` Oct 10 21:19:00.954 INFO kablam! --> src/main.rs:4:5 Oct 10 21:19:00.954 INFO kablam! | Oct 10 21:19:00.954 INFO kablam! 4 | use std::fmt::Formatter; Oct 10 21:19:00.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:19:00.954 INFO kablam! Oct 10 21:19:00.954 INFO kablam! warning: unused import: `core::fmt` Oct 10 21:19:00.954 INFO kablam! --> src/main.rs:5:5 Oct 10 21:19:00.954 INFO kablam! | Oct 10 21:19:00.954 INFO kablam! 5 | use core::fmt; Oct 10 21:19:00.954 INFO kablam! | ^^^^^^^^^ Oct 10 21:19:00.954 INFO kablam! Oct 10 21:19:00.954 INFO kablam! warning: unused import: `types::*` Oct 10 21:19:00.954 INFO kablam! --> src/expr_parser.rs:294:9 Oct 10 21:19:00.954 INFO kablam! | Oct 10 21:19:00.954 INFO kablam! 294 | use types::*; Oct 10 21:19:00.954 INFO kablam! | ^^^^^^^^ Oct 10 21:19:00.954 INFO kablam! Oct 10 21:19:01.172 INFO kablam! warning: unused variable: `ctx` Oct 10 21:19:01.172 INFO kablam! --> src/types.rs:212:20 Oct 10 21:19:01.172 INFO kablam! | Oct 10 21:19:01.172 INFO kablam! 212 | fn eval(&self, ctx: & mut EvalScope) -> Value { Oct 10 21:19:01.172 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 10 21:19:01.172 INFO kablam! | Oct 10 21:19:01.172 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:19:01.172 INFO kablam! Oct 10 21:19:01.244 INFO kablam! warning: method is never used: `describe` Oct 10 21:19:01.244 INFO kablam! --> src/expr_parser.rs:21:5 Oct 10 21:19:01.244 INFO kablam! | Oct 10 21:19:01.244 INFO kablam! 21 | fn describe(&self) -> String { Oct 10 21:19:01.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:19:01.245 INFO kablam! | Oct 10 21:19:01.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:19:01.245 INFO kablam! Oct 10 21:19:01.252 INFO kablam! warning: method `newOperator` should have a snake case name such as `new_operator` Oct 10 21:19:01.252 INFO kablam! --> src/types.rs:129:5 Oct 10 21:19:01.252 INFO kablam! | Oct 10 21:19:01.252 INFO kablam! 129 | / pub fn newOperator(function: FunctionName) -> Box { Oct 10 21:19:01.252 INFO kablam! 130 | | Box::new(ExprFuncCall{ Oct 10 21:19:01.252 INFO kablam! 131 | | function: function, Oct 10 21:19:01.252 INFO kablam! 132 | | args: Vec::new(), Oct 10 21:19:01.252 INFO kablam! 133 | | is_operator: true, Oct 10 21:19:01.252 INFO kablam! 134 | | }) Oct 10 21:19:01.252 INFO kablam! 135 | | } Oct 10 21:19:01.252 INFO kablam! | |_____^ Oct 10 21:19:01.252 INFO kablam! | Oct 10 21:19:01.252 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 21:19:01.252 INFO kablam! Oct 10 21:19:02.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Oct 10 21:19:02.572 INFO kablam! su: No module specific data is present Oct 10 21:19:03.425 INFO running `"docker" "rm" "-f" "9dc8ea3384a06f003822101242dfc00ee79e91fae9595d0001b74a67c90364f4"` Oct 10 21:19:03.721 INFO blam! 9dc8ea3384a06f003822101242dfc00ee79e91fae9595d0001b74a67c90364f4 Oct 10 21:19:03.724 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:19:03.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 21:19:04.208 INFO blam! ea86f01db83f578abc872ef591b7eac4ca488e3f9286807186b7f9be74cfea71 Oct 10 21:19:04.220 INFO running `"docker" "start" "-a" "ea86f01db83f578abc872ef591b7eac4ca488e3f9286807186b7f9be74cfea71"` Oct 10 21:19:05.532 INFO kablam! usermod: no changes Oct 10 21:19:05.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 21:19:05.592 INFO kablam! Running /target/debug/deps/neobench-fb6c9c0148922e46 Oct 10 21:19:05.600 INFO blam! Oct 10 21:19:05.600 INFO blam! running 11 tests Oct 10 21:19:05.600 INFO blam! test expr_parser::parser_tests::func_with_nested_func_int_arg ... ok Oct 10 21:19:05.600 INFO blam! test expr_parser::parser_tests::func_with_int_arg ... ok Oct 10 21:19:05.600 INFO blam! test expr_parser::eval_tests::eval_functions ... ok Oct 10 21:19:05.600 INFO blam! test expr_parser::parser_tests::func_with_func_arg ... ok Oct 10 21:19:05.600 INFO blam! test cypher::tests::parse_with_params ... ok Oct 10 21:19:05.600 INFO blam! test expr_parser::eval_tests::eval_var ... ok Oct 10 21:19:05.600 INFO blam! test expr_parser::parser_tests::parse_operator ... ok Oct 10 21:19:05.600 INFO blam! test expr_parser::parser_tests::no_arg ... ok Oct 10 21:19:05.604 INFO blam! test expr_parser::parser_tests::var ... ok Oct 10 21:19:05.604 INFO blam! test expr_parser::parser_tests::int ... ok Oct 10 21:19:05.604 INFO blam! test expr_parser::parser_tests::func_with_variable_arg ... ok Oct 10 21:19:05.604 INFO blam! Oct 10 21:19:05.604 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:19:05.604 INFO blam! Oct 10 21:19:05.606 INFO kablam! su: No module specific data is present Oct 10 21:19:06.464 INFO running `"docker" "rm" "-f" "ea86f01db83f578abc872ef591b7eac4ca488e3f9286807186b7f9be74cfea71"` Oct 10 21:19:06.762 INFO blam! ea86f01db83f578abc872ef591b7eac4ca488e3f9286807186b7f9be74cfea71