Oct 14 17:24:08.574 INFO testing jakewins/neobench against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:24:08.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.176 INFO blam! a73ecbd797cb81f495351c6f6d9df02962598dcaa508e8ee7a3c1d5ab7924ef3 Oct 14 17:24:09.178 INFO running `"docker" "start" "-a" "a73ecbd797cb81f495351c6f6d9df02962598dcaa508e8ee7a3c1d5ab7924ef3"` Oct 14 17:24:10.866 INFO kablam! usermod: no changes Oct 14 17:24:10.927 INFO kablam! Compiling neobench v0.1.0 (/source) Oct 14 17:24:11.251 INFO kablam! warning: unused import: `std::fmt::Display` Oct 14 17:24:11.251 INFO kablam! --> src/main.rs:3:5 Oct 14 17:24:11.251 INFO kablam! | Oct 14 17:24:11.251 INFO kablam! 3 | use std::fmt::Display; Oct 14 17:24:11.251 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:24:11.251 INFO kablam! | Oct 14 17:24:11.251 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:24:11.251 INFO kablam! Oct 14 17:24:11.251 INFO kablam! warning: unused import: `std::fmt::Formatter` Oct 14 17:24:11.251 INFO kablam! --> src/main.rs:4:5 Oct 14 17:24:11.251 INFO kablam! | Oct 14 17:24:11.251 INFO kablam! 4 | use std::fmt::Formatter; Oct 14 17:24:11.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:11.251 INFO kablam! Oct 14 17:24:11.251 INFO kablam! warning: unused import: `core::fmt` Oct 14 17:24:11.251 INFO kablam! --> src/main.rs:5:5 Oct 14 17:24:11.251 INFO kablam! | Oct 14 17:24:11.251 INFO kablam! 5 | use core::fmt; Oct 14 17:24:11.251 INFO kablam! | ^^^^^^^^^ Oct 14 17:24:11.251 INFO kablam! Oct 14 17:24:11.439 INFO kablam! warning: unused variable: `ctx` Oct 14 17:24:11.439 INFO kablam! --> src/types.rs:212:20 Oct 14 17:24:11.439 INFO kablam! | Oct 14 17:24:11.439 INFO kablam! 212 | fn eval(&self, ctx: & mut EvalScope) -> Value { Oct 14 17:24:11.439 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 17:24:11.439 INFO kablam! | Oct 14 17:24:11.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:24:11.439 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: method is never used: `len` Oct 14 17:24:11.487 INFO kablam! --> src/types.rs:26:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 26 | pub fn len(&self) -> usize { Oct 14 17:24:11.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:24:11.487 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: variant is never constructed: `Text` Oct 14 17:24:11.487 INFO kablam! --> src/types.rs:33:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 33 | Text(String), Oct 14 17:24:11.487 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:24:11.487 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: field is never used: `vars` Oct 14 17:24:11.487 INFO kablam! --> src/types.rs:55:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 55 | vars: Variables, Oct 14 17:24:11.487 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 17:24:11.487 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: method is never used: `new` Oct 14 17:24:11.487 INFO kablam! --> src/types.rs:60:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 60 | pub fn new(v: Variables) -> EvalScope { Oct 14 17:24:11.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:11.487 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: method is never used: `set` Oct 14 17:24:11.487 INFO kablam! --> src/types.rs:69:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 69 | pub fn set(&mut self, name: String, val: Value) { Oct 14 17:24:11.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:11.487 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: method is never used: `describe` Oct 14 17:24:11.487 INFO kablam! --> src/expr_parser.rs:21:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 21 | fn describe(&self) -> String { Oct 14 17:24:11.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:11.487 INFO kablam! Oct 14 17:24:11.487 INFO kablam! warning: method `newOperator` should have a snake case name such as `new_operator` Oct 14 17:24:11.487 INFO kablam! --> src/types.rs:129:5 Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! 129 | / pub fn newOperator(function: FunctionName) -> Box { Oct 14 17:24:11.487 INFO kablam! 130 | | Box::new(ExprFuncCall{ Oct 14 17:24:11.487 INFO kablam! 131 | | function: function, Oct 14 17:24:11.487 INFO kablam! 132 | | args: Vec::new(), Oct 14 17:24:11.487 INFO kablam! 133 | | is_operator: true, Oct 14 17:24:11.487 INFO kablam! 134 | | }) Oct 14 17:24:11.487 INFO kablam! 135 | | } Oct 14 17:24:11.487 INFO kablam! | |_____^ Oct 14 17:24:11.487 INFO kablam! | Oct 14 17:24:11.487 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:24:11.488 INFO kablam! Oct 14 17:24:12.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 14 17:24:12.579 INFO kablam! su: No module specific data is present Oct 14 17:24:13.533 INFO running `"docker" "rm" "-f" "a73ecbd797cb81f495351c6f6d9df02962598dcaa508e8ee7a3c1d5ab7924ef3"` Oct 14 17:24:13.806 INFO blam! a73ecbd797cb81f495351c6f6d9df02962598dcaa508e8ee7a3c1d5ab7924ef3 Oct 14 17:24:13.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.191 INFO blam! 0141d4c3733bd334df61502192ebcbcf3696e39feba55e87fb5787493b9f4722 Oct 14 17:24:14.199 INFO running `"docker" "start" "-a" "0141d4c3733bd334df61502192ebcbcf3696e39feba55e87fb5787493b9f4722"` Oct 14 17:24:15.488 INFO kablam! usermod: no changes Oct 14 17:24:15.524 INFO kablam! Compiling neobench v0.1.0 (/source) Oct 14 17:24:15.799 INFO kablam! warning: unused import: `std::fmt::Display` Oct 14 17:24:15.800 INFO kablam! --> src/main.rs:3:5 Oct 14 17:24:15.800 INFO kablam! | Oct 14 17:24:15.800 INFO kablam! 3 | use std::fmt::Display; Oct 14 17:24:15.801 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 17:24:15.801 INFO kablam! | Oct 14 17:24:15.801 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:24:15.802 INFO kablam! Oct 14 17:24:15.802 INFO kablam! warning: unused import: `std::fmt::Formatter` Oct 14 17:24:15.802 INFO kablam! --> src/main.rs:4:5 Oct 14 17:24:15.803 INFO kablam! | Oct 14 17:24:15.803 INFO kablam! 4 | use std::fmt::Formatter; Oct 14 17:24:15.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:15.803 INFO kablam! Oct 14 17:24:15.804 INFO kablam! warning: unused import: `core::fmt` Oct 14 17:24:15.804 INFO kablam! --> src/main.rs:5:5 Oct 14 17:24:15.804 INFO kablam! | Oct 14 17:24:15.804 INFO kablam! 5 | use core::fmt; Oct 14 17:24:15.805 INFO kablam! | ^^^^^^^^^ Oct 14 17:24:15.805 INFO kablam! Oct 14 17:24:15.805 INFO kablam! warning: unused import: `types::*` Oct 14 17:24:15.805 INFO kablam! --> src/expr_parser.rs:294:9 Oct 14 17:24:15.806 INFO kablam! | Oct 14 17:24:15.806 INFO kablam! 294 | use types::*; Oct 14 17:24:15.806 INFO kablam! | ^^^^^^^^ Oct 14 17:24:15.807 INFO kablam! Oct 14 17:24:16.051 INFO kablam! warning: unused variable: `ctx` Oct 14 17:24:16.052 INFO kablam! --> src/types.rs:212:20 Oct 14 17:24:16.052 INFO kablam! | Oct 14 17:24:16.052 INFO kablam! 212 | fn eval(&self, ctx: & mut EvalScope) -> Value { Oct 14 17:24:16.052 INFO kablam! | ^^^ help: consider using `_ctx` instead Oct 14 17:24:16.053 INFO kablam! | Oct 14 17:24:16.053 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:24:16.054 INFO kablam! Oct 14 17:24:16.135 INFO kablam! warning: method is never used: `describe` Oct 14 17:24:16.135 INFO kablam! --> src/expr_parser.rs:21:5 Oct 14 17:24:16.135 INFO kablam! | Oct 14 17:24:16.135 INFO kablam! 21 | fn describe(&self) -> String { Oct 14 17:24:16.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:24:16.135 INFO kablam! | Oct 14 17:24:16.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:24:16.135 INFO kablam! Oct 14 17:24:16.135 INFO kablam! warning: method `newOperator` should have a snake case name such as `new_operator` Oct 14 17:24:16.135 INFO kablam! --> src/types.rs:129:5 Oct 14 17:24:16.135 INFO kablam! | Oct 14 17:24:16.135 INFO kablam! 129 | / pub fn newOperator(function: FunctionName) -> Box { Oct 14 17:24:16.135 INFO kablam! 130 | | Box::new(ExprFuncCall{ Oct 14 17:24:16.135 INFO kablam! 131 | | function: function, Oct 14 17:24:16.135 INFO kablam! 132 | | args: Vec::new(), Oct 14 17:24:16.135 INFO kablam! 133 | | is_operator: true, Oct 14 17:24:16.135 INFO kablam! 134 | | }) Oct 14 17:24:16.135 INFO kablam! 135 | | } Oct 14 17:24:16.135 INFO kablam! | |_____^ Oct 14 17:24:16.135 INFO kablam! | Oct 14 17:24:16.135 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 17:24:16.135 INFO kablam! Oct 14 17:24:17.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 14 17:24:17.471 INFO kablam! su: No module specific data is present Oct 14 17:24:18.263 INFO running `"docker" "rm" "-f" "0141d4c3733bd334df61502192ebcbcf3696e39feba55e87fb5787493b9f4722"` Oct 14 17:24:18.547 INFO blam! 0141d4c3733bd334df61502192ebcbcf3696e39feba55e87fb5787493b9f4722 Oct 14 17:24:18.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:18.972 INFO blam! 82696bf2045a129f7cc15a8d830b321dc1ccddb83099ca04ba513c4d629599d7 Oct 14 17:24:18.974 INFO running `"docker" "start" "-a" "82696bf2045a129f7cc15a8d830b321dc1ccddb83099ca04ba513c4d629599d7"` Oct 14 17:24:20.398 INFO kablam! usermod: no changes Oct 14 17:24:20.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 17:24:20.470 INFO kablam! Running /target/debug/deps/neobench-89b14254cde57db5 Oct 14 17:24:20.479 INFO blam! Oct 14 17:24:20.479 INFO blam! running 11 tests Oct 14 17:24:20.483 INFO blam! test expr_parser::eval_tests::eval_var ... ok Oct 14 17:24:20.484 INFO blam! test expr_parser::eval_tests::eval_functions ... ok Oct 14 17:24:20.484 INFO blam! test expr_parser::parser_tests::func_with_func_arg ... ok Oct 14 17:24:20.484 INFO blam! test cypher::tests::parse_with_params ... ok Oct 14 17:24:20.484 INFO blam! test expr_parser::parser_tests::func_with_int_arg ... ok Oct 14 17:24:20.484 INFO blam! test expr_parser::parser_tests::func_with_variable_arg ... ok Oct 14 17:24:20.491 INFO blam! test expr_parser::parser_tests::no_arg ... ok Oct 14 17:24:20.491 INFO blam! test expr_parser::parser_tests::int ... ok Oct 14 17:24:20.491 INFO blam! test expr_parser::parser_tests::func_with_nested_func_int_arg ... ok Oct 14 17:24:20.491 INFO blam! test expr_parser::parser_tests::var ... ok Oct 14 17:24:20.491 INFO blam! test expr_parser::parser_tests::parse_operator ... ok Oct 14 17:24:20.491 INFO blam! Oct 14 17:24:20.491 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:24:20.491 INFO blam! Oct 14 17:24:20.494 INFO kablam! su: No module specific data is present Oct 14 17:24:21.203 INFO running `"docker" "rm" "-f" "82696bf2045a129f7cc15a8d830b321dc1ccddb83099ca04ba513c4d629599d7"` Oct 14 17:24:21.531 INFO blam! 82696bf2045a129f7cc15a8d830b321dc1ccddb83099ca04ba513c4d629599d7