Oct 14 17:24:09.649 INFO testing jakewins/neobench against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:24:09.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:24:10.199 INFO blam! 18257c79c8b32b961b44d83c47421d3e608e7dd7286fbc783a86b3a0d2a6d8a6 Oct 14 17:24:10.201 INFO running `"docker" "start" "-a" "18257c79c8b32b961b44d83c47421d3e608e7dd7286fbc783a86b3a0d2a6d8a6"` Oct 14 17:24:11.983 INFO kablam! usermod: no changes Oct 14 17:24:12.039 INFO kablam! Compiling neobench v0.1.0 (/source) Oct 14 17:24:12.282 INFO kablam! warning: unused import: `std::fmt::Display` Oct 14 17:24:12.282 INFO kablam! --> src/main.rs:3:5 Oct 14 17:24:12.283 INFO kablam! | Oct 14 17:24:12.283 INFO kablam! 3 | use std::fmt::Display; Oct 14 17:24:12.283 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:24:12.283 INFO kablam! | Oct 14 17:24:12.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:24:12.284 INFO kablam! Oct 14 17:24:12.284 INFO kablam! warning: unused import: `std::fmt::Formatter` Oct 14 17:24:12.285 INFO kablam! --> src/main.rs:4:5 Oct 14 17:24:12.285 INFO kablam! | Oct 14 17:24:12.285 INFO kablam! 4 | use std::fmt::Formatter; Oct 14 17:24:12.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:12.286 INFO kablam! Oct 14 17:24:12.286 INFO kablam! warning: unused import: `core::fmt` Oct 14 17:24:12.286 INFO kablam! --> src/main.rs:5:5 Oct 14 17:24:12.287 INFO kablam! | Oct 14 17:24:12.287 INFO kablam! 5 | use core::fmt; Oct 14 17:24:12.287 INFO kablam! | ^^^^^^^^^ Oct 14 17:24:12.287 INFO kablam! Oct 14 17:24:12.474 INFO kablam! warning: unused variable: `ctx` Oct 14 17:24:12.474 INFO kablam! --> src/types.rs:212:20 Oct 14 17:24:12.474 INFO kablam! | Oct 14 17:24:12.475 INFO kablam! 212 | fn eval(&self, ctx: & mut EvalScope) -> Value { Oct 14 17:24:12.475 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 17:24:12.475 INFO kablam! | Oct 14 17:24:12.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:24:12.480 INFO kablam! Oct 14 17:24:12.524 INFO kablam! warning: method is never used: `len` Oct 14 17:24:12.524 INFO kablam! --> src/types.rs:26:5 Oct 14 17:24:12.524 INFO kablam! | Oct 14 17:24:12.524 INFO kablam! 26 | pub fn len(&self) -> usize { Oct 14 17:24:12.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:12.524 INFO kablam! | Oct 14 17:24:12.525 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:24:12.525 INFO kablam! Oct 14 17:24:12.525 INFO kablam! warning: variant is never constructed: `Text` Oct 14 17:24:12.525 INFO kablam! --> src/types.rs:33:5 Oct 14 17:24:12.525 INFO kablam! | Oct 14 17:24:12.525 INFO kablam! 33 | Text(String), Oct 14 17:24:12.525 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:24:12.525 INFO kablam! Oct 14 17:24:12.525 INFO kablam! warning: field is never used: `vars` Oct 14 17:24:12.525 INFO kablam! --> src/types.rs:55:5 Oct 14 17:24:12.525 INFO kablam! | Oct 14 17:24:12.525 INFO kablam! 55 | vars: Variables, Oct 14 17:24:12.525 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:24:12.525 INFO kablam! Oct 14 17:24:12.525 INFO kablam! warning: method is never used: `new` Oct 14 17:24:12.525 INFO kablam! --> src/types.rs:60:5 Oct 14 17:24:12.525 INFO kablam! | Oct 14 17:24:12.525 INFO kablam! 60 | pub fn new(v: Variables) -> EvalScope { Oct 14 17:24:12.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:12.525 INFO kablam! Oct 14 17:24:12.525 INFO kablam! warning: method is never used: `set` Oct 14 17:24:12.525 INFO kablam! --> src/types.rs:69:5 Oct 14 17:24:12.525 INFO kablam! | Oct 14 17:24:12.525 INFO kablam! 69 | pub fn set(&mut self, name: String, val: Value) { Oct 14 17:24:12.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:12.525 INFO kablam! Oct 14 17:24:12.525 INFO kablam! warning: method is never used: `describe` Oct 14 17:24:12.525 INFO kablam! --> src/expr_parser.rs:21:5 Oct 14 17:24:12.525 INFO kablam! | Oct 14 17:24:12.525 INFO kablam! 21 | fn describe(&self) -> String { Oct 14 17:24:12.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:12.526 INFO kablam! Oct 14 17:24:12.527 INFO kablam! warning: method `newOperator` should have a snake case name such as `new_operator` Oct 14 17:24:12.535 INFO kablam! --> src/types.rs:129:5 Oct 14 17:24:12.535 INFO kablam! | Oct 14 17:24:12.535 INFO kablam! 129 | / pub fn newOperator(function: FunctionName) -> Box { Oct 14 17:24:12.535 INFO kablam! 130 | | Box::new(ExprFuncCall{ Oct 14 17:24:12.535 INFO kablam! 131 | | function: function, Oct 14 17:24:12.535 INFO kablam! 132 | | args: Vec::new(), Oct 14 17:24:12.535 INFO kablam! 133 | | is_operator: true, Oct 14 17:24:12.535 INFO kablam! 134 | | }) Oct 14 17:24:12.535 INFO kablam! 135 | | } Oct 14 17:24:12.535 INFO kablam! | |_____^ Oct 14 17:24:12.535 INFO kablam! | Oct 14 17:24:12.535 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:24:12.535 INFO kablam! Oct 14 17:24:13.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 14 17:24:13.667 INFO kablam! su: No module specific data is present Oct 14 17:24:14.150 INFO running `"docker" "rm" "-f" "18257c79c8b32b961b44d83c47421d3e608e7dd7286fbc783a86b3a0d2a6d8a6"` Oct 14 17:24:14.437 INFO blam! 18257c79c8b32b961b44d83c47421d3e608e7dd7286fbc783a86b3a0d2a6d8a6 Oct 14 17:24:14.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:24:14.878 INFO blam! bbec67ac60cfffd29b95fec3909e59eebee1215a5e1b2bc8037d17c418d084b4 Oct 14 17:24:14.881 INFO running `"docker" "start" "-a" "bbec67ac60cfffd29b95fec3909e59eebee1215a5e1b2bc8037d17c418d084b4"` Oct 14 17:24:16.379 INFO kablam! usermod: no changes Oct 14 17:24:16.439 INFO kablam! Compiling neobench v0.1.0 (/source) Oct 14 17:24:16.739 INFO kablam! warning: unused import: `std::fmt::Display` Oct 14 17:24:16.739 INFO kablam! --> src/main.rs:3:5 Oct 14 17:24:16.739 INFO kablam! | Oct 14 17:24:16.739 INFO kablam! 3 | use std::fmt::Display; Oct 14 17:24:16.739 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:24:16.739 INFO kablam! | Oct 14 17:24:16.739 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:24:16.739 INFO kablam! Oct 14 17:24:16.739 INFO kablam! warning: unused import: `std::fmt::Formatter` Oct 14 17:24:16.739 INFO kablam! --> src/main.rs:4:5 Oct 14 17:24:16.739 INFO kablam! | Oct 14 17:24:16.739 INFO kablam! 4 | use std::fmt::Formatter; Oct 14 17:24:16.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:16.739 INFO kablam! Oct 14 17:24:16.739 INFO kablam! warning: unused import: `core::fmt` Oct 14 17:24:16.739 INFO kablam! --> src/main.rs:5:5 Oct 14 17:24:16.739 INFO kablam! | Oct 14 17:24:16.739 INFO kablam! 5 | use core::fmt; Oct 14 17:24:16.739 INFO kablam! | ^^^^^^^^^ Oct 14 17:24:16.739 INFO kablam! Oct 14 17:24:16.739 INFO kablam! warning: unused import: `types::*` Oct 14 17:24:16.739 INFO kablam! --> src/expr_parser.rs:294:9 Oct 14 17:24:16.739 INFO kablam! | Oct 14 17:24:16.739 INFO kablam! 294 | use types::*; Oct 14 17:24:16.739 INFO kablam! | ^^^^^^^^ Oct 14 17:24:16.739 INFO kablam! Oct 14 17:24:16.987 INFO kablam! warning: unused variable: `ctx` Oct 14 17:24:16.987 INFO kablam! --> src/types.rs:212:20 Oct 14 17:24:16.987 INFO kablam! | Oct 14 17:24:16.987 INFO kablam! 212 | fn eval(&self, ctx: & mut EvalScope) -> Value { Oct 14 17:24:16.987 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 17:24:16.987 INFO kablam! | Oct 14 17:24:16.987 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:24:16.987 INFO kablam! Oct 14 17:24:17.059 INFO kablam! warning: method is never used: `describe` Oct 14 17:24:17.059 INFO kablam! --> src/expr_parser.rs:21:5 Oct 14 17:24:17.059 INFO kablam! | Oct 14 17:24:17.059 INFO kablam! 21 | fn describe(&self) -> String { Oct 14 17:24:17.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:17.059 INFO kablam! | Oct 14 17:24:17.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:24:17.059 INFO kablam! Oct 14 17:24:17.059 INFO kablam! warning: method `newOperator` should have a snake case name such as `new_operator` Oct 14 17:24:17.059 INFO kablam! --> src/types.rs:129:5 Oct 14 17:24:17.059 INFO kablam! | Oct 14 17:24:17.059 INFO kablam! 129 | / pub fn newOperator(function: FunctionName) -> Box { Oct 14 17:24:17.059 INFO kablam! 130 | | Box::new(ExprFuncCall{ Oct 14 17:24:17.059 INFO kablam! 131 | | function: function, Oct 14 17:24:17.059 INFO kablam! 132 | | args: Vec::new(), Oct 14 17:24:17.059 INFO kablam! 133 | | is_operator: true, Oct 14 17:24:17.059 INFO kablam! 134 | | }) Oct 14 17:24:17.059 INFO kablam! 135 | | } Oct 14 17:24:17.059 INFO kablam! | |_____^ Oct 14 17:24:17.059 INFO kablam! | Oct 14 17:24:17.059 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:24:17.059 INFO kablam! Oct 14 17:24:18.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 14 17:24:18.463 INFO kablam! su: No module specific data is present Oct 14 17:24:19.292 INFO running `"docker" "rm" "-f" "bbec67ac60cfffd29b95fec3909e59eebee1215a5e1b2bc8037d17c418d084b4"` Oct 14 17:24:19.537 INFO blam! bbec67ac60cfffd29b95fec3909e59eebee1215a5e1b2bc8037d17c418d084b4 Oct 14 17:24:19.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:24:19.977 INFO blam! bb7e9c535b6393bba955ccd48ecf09cacbfba2e89ead74899f75e4abba611089 Oct 14 17:24:19.979 INFO running `"docker" "start" "-a" "bb7e9c535b6393bba955ccd48ecf09cacbfba2e89ead74899f75e4abba611089"` Oct 14 17:24:21.092 INFO kablam! usermod: no changes Oct 14 17:24:21.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 17:24:21.172 INFO kablam! Running /target/debug/deps/neobench-fb6c9c0148922e46 Oct 14 17:24:21.179 INFO blam! Oct 14 17:24:21.180 INFO blam! running 11 tests Oct 14 17:24:21.180 INFO blam! test cypher::tests::parse_with_params ... ok Oct 14 17:24:21.180 INFO blam! test expr_parser::parser_tests::no_arg ... ok Oct 14 17:24:21.180 INFO blam! test expr_parser::parser_tests::parse_operator ... ok Oct 14 17:24:21.180 INFO blam! test expr_parser::eval_tests::eval_functions ... ok Oct 14 17:24:21.180 INFO blam! test expr_parser::eval_tests::eval_var ... ok Oct 14 17:24:21.180 INFO blam! test expr_parser::parser_tests::var ... ok Oct 14 17:24:21.186 INFO blam! test expr_parser::parser_tests::int ... ok Oct 14 17:24:21.187 INFO blam! test expr_parser::parser_tests::func_with_variable_arg ... ok Oct 14 17:24:21.187 INFO blam! test expr_parser::parser_tests::func_with_nested_func_int_arg ... ok Oct 14 17:24:21.191 INFO blam! test expr_parser::parser_tests::func_with_func_arg ... ok Oct 14 17:24:21.191 INFO kablam! su: No module specific data is present Oct 14 17:24:21.191 INFO blam! test expr_parser::parser_tests::func_with_int_arg ... ok Oct 14 17:24:21.191 INFO blam! Oct 14 17:24:21.192 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:24:21.192 INFO blam! Oct 14 17:24:21.979 INFO running `"docker" "rm" "-f" "bb7e9c535b6393bba955ccd48ecf09cacbfba2e89ead74899f75e4abba611089"` Oct 14 17:24:22.279 INFO blam! bb7e9c535b6393bba955ccd48ecf09cacbfba2e89ead74899f75e4abba611089