Oct 15 09:19:22.655 INFO testing Lapz/tox against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:19:22.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 09:19:23.063 INFO blam! 82bf8a3171ad411a412f4e14f96549fbbf4e0c10b637709f201b001291b2b728 Oct 15 09:19:23.067 INFO running `"docker" "start" "-a" "82bf8a3171ad411a412f4e14f96549fbbf4e0c10b637709f201b001291b2b728"` Oct 15 09:19:24.403 INFO kablam! usermod: no changes Oct 15 09:19:24.559 INFO kablam! Compiling util v0.1.0 (/source/util) Oct 15 09:19:24.563 INFO kablam! Compiling structopt v0.1.7 Oct 15 09:19:25.863 INFO kablam! Compiling syntax v0.1.0 (/source/syntax) Oct 15 09:19:28.746 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 15 09:19:28.747 INFO kablam! Compiling interpreter v0.1.0 (/source/interpreter) Oct 15 09:19:28.748 INFO kablam! Compiling frontend v0.1.0 (/source/frontend) Oct 15 09:19:29.987 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:29.987 INFO kablam! --> frontend/src/lib.rs:7:1 Oct 15 09:19:29.988 INFO kablam! | Oct 15 09:19:29.988 INFO kablam! 7 | #[macro_use] Oct 15 09:19:29.989 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:29.989 INFO kablam! | Oct 15 09:19:29.990 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:29.990 INFO kablam! Oct 15 09:19:29.990 INFO kablam! warning: unused import: `std::rc::Rc` Oct 15 09:19:29.991 INFO kablam! --> frontend/src/env.rs:4:5 Oct 15 09:19:29.991 INFO kablam! | Oct 15 09:19:29.992 INFO kablam! 4 | use std::rc::Rc; Oct 15 09:19:29.992 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:19:29.992 INFO kablam! Oct 15 09:19:29.993 INFO kablam! warning: unused imports: `SymbolFactory`, `Symbol`, `Symbols` Oct 15 09:19:29.993 INFO kablam! --> frontend/src/env.rs:6:20 Oct 15 09:19:29.993 INFO kablam! | Oct 15 09:19:29.994 INFO kablam! 6 | use util::symbol::{Symbol, SymbolFactory, Symbols}; Oct 15 09:19:29.994 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^ Oct 15 09:19:29.995 INFO kablam! Oct 15 09:19:29.995 INFO kablam! warning: unused import: `syntax::ast::expr::*` Oct 15 09:19:29.995 INFO kablam! --> vm/src/compiler.rs:4:5 Oct 15 09:19:29.996 INFO kablam! | Oct 15 09:19:29.996 INFO kablam! 4 | use syntax::ast::expr::*; Oct 15 09:19:29.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:29.997 INFO kablam! | Oct 15 09:19:29.997 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:29.998 INFO kablam! Oct 15 09:19:29.998 INFO kablam! warning: unused import: `syntax::ast::statement::Statement` Oct 15 09:19:29.998 INFO kablam! --> vm/src/compiler.rs:5:5 Oct 15 09:19:29.999 INFO kablam! | Oct 15 09:19:29.999 INFO kablam! 5 | use syntax::ast::statement::Statement; Oct 15 09:19:30.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:30.000 INFO kablam! Oct 15 09:19:30.000 INFO kablam! warning: unused import: `util::Unique` Oct 15 09:19:30.001 INFO kablam! --> frontend/src/env.rs:7:5 Oct 15 09:19:30.001 INFO kablam! | Oct 15 09:19:30.002 INFO kablam! 7 | use util::Unique; Oct 15 09:19:30.002 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:30.002 INFO kablam! Oct 15 09:19:30.735 INFO kablam! warning: function is never used: `built_in_trim` Oct 15 09:19:30.735 INFO kablam! --> interpreter/src/builtins.rs:91:1 Oct 15 09:19:30.735 INFO kablam! | Oct 15 09:19:30.735 INFO kablam! 91 | fn built_in_trim(arguments: &[Object]) -> Result { Oct 15 09:19:30.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:30.735 INFO kablam! | Oct 15 09:19:30.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:30.735 INFO kablam! Oct 15 09:19:30.849 INFO kablam! warning: struct is never constructed: `Compiler` Oct 15 09:19:30.849 INFO kablam! --> vm/src/compiler.rs:8:1 Oct 15 09:19:30.849 INFO kablam! | Oct 15 09:19:30.849 INFO kablam! 8 | struct Compiler { Oct 15 09:19:30.850 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:30.850 INFO kablam! | Oct 15 09:19:30.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:30.850 INFO kablam! Oct 15 09:19:30.850 INFO kablam! warning: method is never used: `new` Oct 15 09:19:30.850 INFO kablam! --> vm/src/compiler.rs:14:5 Oct 15 09:19:30.850 INFO kablam! | Oct 15 09:19:30.850 INFO kablam! 14 | pub fn new() -> Self { Oct 15 09:19:30.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:30.850 INFO kablam! Oct 15 09:19:30.850 INFO kablam! warning: method is never used: `build_op` Oct 15 09:19:30.850 INFO kablam! --> vm/src/compiler.rs:21:5 Oct 15 09:19:30.850 INFO kablam! | Oct 15 09:19:30.850 INFO kablam! 21 | fn build_op(&mut self, op: OpCode) { Oct 15 09:19:30.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:30.850 INFO kablam! Oct 15 09:19:31.615 INFO kablam! warning: unused variable: `entry` Oct 15 09:19:31.615 INFO kablam! --> frontend/src/infer/mod.rs:56:37 Oct 15 09:19:31.615 INFO kablam! | Oct 15 09:19:31.615 INFO kablam! 56 | if let Some(mut entry) = ctx.look_type(sclass.value) {} Oct 15 09:19:31.615 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 15 09:19:31.615 INFO kablam! | Oct 15 09:19:31.615 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:31.615 INFO kablam! Oct 15 09:19:35.179 INFO kablam! Compiling tox v0.2.0 (/source/tox) Oct 15 09:19:36.203 INFO kablam! warning: unused variable: `ast` Oct 15 09:19:36.203 INFO kablam! --> tox/src/main.rs:64:13 Oct 15 09:19:36.203 INFO kablam! | Oct 15 09:19:36.203 INFO kablam! 64 | let ast = match Parser::new(tokens, reporter.clone(), &mut symbols).parse() { Oct 15 09:19:36.203 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 15 09:19:36.203 INFO kablam! | Oct 15 09:19:36.203 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:36.204 INFO kablam! Oct 15 09:19:36.204 INFO kablam! warning: unused variable: `penv` Oct 15 09:19:36.204 INFO kablam! --> tox/src/main.rs:104:55 Oct 15 09:19:36.204 INFO kablam! | Oct 15 09:19:36.204 INFO kablam! 104 | pub fn run(path: String, ptokens: bool, pprint: bool, penv: bool, past: bool) { Oct 15 09:19:36.205 INFO kablam! | ^^^^ help: consider using `_penv` instead Oct 15 09:19:36.205 INFO kablam! Oct 15 09:19:37.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.32s Oct 15 09:19:37.751 INFO kablam! su: No module specific data is present Oct 15 09:19:38.021 INFO running `"docker" "rm" "-f" "82bf8a3171ad411a412f4e14f96549fbbf4e0c10b637709f201b001291b2b728"` Oct 15 09:19:38.199 INFO blam! 82bf8a3171ad411a412f4e14f96549fbbf4e0c10b637709f201b001291b2b728 Oct 15 09:19:38.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 09:19:38.442 INFO blam! fff4928c6d866abb7670a2a043142579d2c02799c1df52ac5c562b7fd3d6a421 Oct 15 09:19:38.445 INFO running `"docker" "start" "-a" "fff4928c6d866abb7670a2a043142579d2c02799c1df52ac5c562b7fd3d6a421"` Oct 15 09:19:38.791 INFO kablam! usermod: no changes Oct 15 09:19:38.890 INFO kablam! Compiling util v0.1.0 (/source/util) Oct 15 09:19:38.891 INFO kablam! Compiling pretty_assertions v0.4.1 Oct 15 09:19:38.891 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 15 09:19:38.891 INFO kablam! Compiling interpreter v0.1.0 (/source/interpreter) Oct 15 09:19:38.892 INFO kablam! Compiling tox v0.2.0 (/source/tox) Oct 15 09:19:39.657 INFO kablam! Compiling syntax v0.1.0 (/source/syntax) Oct 15 09:19:39.657 INFO kablam! Compiling frontend v0.1.0 (/source/frontend) Oct 15 09:19:39.690 INFO kablam! warning: unused import: `syntax::ast::expr::*` Oct 15 09:19:39.690 INFO kablam! --> vm/src/compiler.rs:4:5 Oct 15 09:19:39.690 INFO kablam! | Oct 15 09:19:39.690 INFO kablam! 4 | use syntax::ast::expr::*; Oct 15 09:19:39.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:39.690 INFO kablam! | Oct 15 09:19:39.690 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:39.690 INFO kablam! Oct 15 09:19:39.690 INFO kablam! warning: unused import: `syntax::ast::statement::Statement` Oct 15 09:19:39.690 INFO kablam! --> vm/src/compiler.rs:5:5 Oct 15 09:19:39.690 INFO kablam! | Oct 15 09:19:39.690 INFO kablam! 5 | use syntax::ast::statement::Statement; Oct 15 09:19:39.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:39.690 INFO kablam! Oct 15 09:19:39.975 INFO kablam! warning: function is never used: `built_in_trim` Oct 15 09:19:39.978 INFO kablam! --> interpreter/src/builtins.rs:91:1 Oct 15 09:19:39.978 INFO kablam! | Oct 15 09:19:39.978 INFO kablam! 91 | fn built_in_trim(arguments: &[Object]) -> Result { Oct 15 09:19:39.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:39.978 INFO kablam! | Oct 15 09:19:39.978 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:39.978 INFO kablam! Oct 15 09:19:39.991 INFO kablam! warning: struct is never constructed: `Compiler` Oct 15 09:19:39.991 INFO kablam! --> vm/src/compiler.rs:8:1 Oct 15 09:19:39.991 INFO kablam! | Oct 15 09:19:39.991 INFO kablam! 8 | struct Compiler { Oct 15 09:19:39.991 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:39.991 INFO kablam! | Oct 15 09:19:39.991 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:39.991 INFO kablam! Oct 15 09:19:39.991 INFO kablam! warning: method is never used: `new` Oct 15 09:19:39.991 INFO kablam! --> vm/src/compiler.rs:14:5 Oct 15 09:19:39.991 INFO kablam! | Oct 15 09:19:39.991 INFO kablam! 14 | pub fn new() -> Self { Oct 15 09:19:39.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:39.991 INFO kablam! Oct 15 09:19:39.991 INFO kablam! warning: method is never used: `build_op` Oct 15 09:19:39.991 INFO kablam! --> vm/src/compiler.rs:21:5 Oct 15 09:19:39.991 INFO kablam! | Oct 15 09:19:39.991 INFO kablam! 21 | fn build_op(&mut self, op: OpCode) { Oct 15 09:19:39.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:39.991 INFO kablam! Oct 15 09:19:40.036 INFO kablam! warning: unused variable: `ast` Oct 15 09:19:40.036 INFO kablam! --> tox/src/main.rs:64:13 Oct 15 09:19:40.036 INFO kablam! | Oct 15 09:19:40.036 INFO kablam! 64 | let ast = match Parser::new(tokens, reporter.clone(), &mut symbols).parse() { Oct 15 09:19:40.037 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 15 09:19:40.037 INFO kablam! | Oct 15 09:19:40.037 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:40.037 INFO kablam! Oct 15 09:19:40.037 INFO kablam! warning: unused variable: `penv` Oct 15 09:19:40.037 INFO kablam! --> tox/src/main.rs:104:55 Oct 15 09:19:40.037 INFO kablam! | Oct 15 09:19:40.037 INFO kablam! 104 | pub fn run(path: String, ptokens: bool, pprint: bool, penv: bool, past: bool) { Oct 15 09:19:40.037 INFO kablam! | ^^^^ help: consider using `_penv` instead Oct 15 09:19:40.037 INFO kablam! Oct 15 09:19:40.549 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:40.549 INFO kablam! --> frontend/src/lib.rs:7:1 Oct 15 09:19:40.549 INFO kablam! | Oct 15 09:19:40.549 INFO kablam! 7 | #[macro_use] Oct 15 09:19:40.549 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:40.549 INFO kablam! | Oct 15 09:19:40.549 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:40.549 INFO kablam! Oct 15 09:19:40.549 INFO kablam! warning: unused import: `std::rc::Rc` Oct 15 09:19:40.549 INFO kablam! --> frontend/src/env.rs:4:5 Oct 15 09:19:40.549 INFO kablam! | Oct 15 09:19:40.549 INFO kablam! 4 | use std::rc::Rc; Oct 15 09:19:40.549 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:19:40.549 INFO kablam! Oct 15 09:19:40.549 INFO kablam! warning: unused imports: `SymbolFactory`, `Symbol`, `Symbols` Oct 15 09:19:40.549 INFO kablam! --> frontend/src/env.rs:6:20 Oct 15 09:19:40.549 INFO kablam! | Oct 15 09:19:40.549 INFO kablam! 6 | use util::symbol::{Symbol, SymbolFactory, Symbols}; Oct 15 09:19:40.550 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^ Oct 15 09:19:40.550 INFO kablam! Oct 15 09:19:40.550 INFO kablam! warning: unused import: `util::Unique` Oct 15 09:19:40.550 INFO kablam! --> frontend/src/env.rs:7:5 Oct 15 09:19:40.550 INFO kablam! | Oct 15 09:19:40.550 INFO kablam! 7 | use util::Unique; Oct 15 09:19:40.550 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:40.550 INFO kablam! Oct 15 09:19:40.583 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:40.583 INFO kablam! --> syntax/src/lib.rs:2:1 Oct 15 09:19:40.583 INFO kablam! | Oct 15 09:19:40.583 INFO kablam! 2 | #[macro_use] Oct 15 09:19:40.583 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:40.583 INFO kablam! | Oct 15 09:19:40.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:40.583 INFO kablam! Oct 15 09:19:41.003 INFO kablam! warning: unused variable: `entry` Oct 15 09:19:41.003 INFO kablam! --> frontend/src/infer/mod.rs:56:37 Oct 15 09:19:41.003 INFO kablam! | Oct 15 09:19:41.003 INFO kablam! 56 | if let Some(mut entry) = ctx.look_type(sclass.value) {} Oct 15 09:19:41.003 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 15 09:19:41.003 INFO kablam! | Oct 15 09:19:41.003 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:41.003 INFO kablam! Oct 15 09:19:44.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.69s Oct 15 09:19:44.510 INFO kablam! su: No module specific data is present Oct 15 09:19:45.654 INFO running `"docker" "rm" "-f" "fff4928c6d866abb7670a2a043142579d2c02799c1df52ac5c562b7fd3d6a421"` Oct 15 09:19:46.099 INFO blam! fff4928c6d866abb7670a2a043142579d2c02799c1df52ac5c562b7fd3d6a421 Oct 15 09:19:46.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 09:19:46.616 INFO blam! 751cd89d51c0e20e6332d3ac16af27fdbb11b513c09b44c7d64468e8dc5bd9e7 Oct 15 09:19:46.618 INFO running `"docker" "start" "-a" "751cd89d51c0e20e6332d3ac16af27fdbb11b513c09b44c7d64468e8dc5bd9e7"` Oct 15 09:19:47.799 INFO kablam! usermod: no changes Oct 15 09:19:47.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 09:19:47.919 INFO kablam! Running /target/debug/deps/frontend-8b19614523fc9dcb Oct 15 09:19:47.919 INFO kablam! Running /target/debug/deps/interpreter-92f6d98baa595dfb Oct 15 09:19:47.920 INFO blam! Oct 15 09:19:47.920 INFO blam! running 8 tests Oct 15 09:19:47.920 INFO blam! test resolver::test::this_outside_class ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::shadowing_erro ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::return_top_level ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::global ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::local_redeclar ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::lexical_capture ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::global_redeclar ... ok Oct 15 09:19:47.920 INFO blam! test resolver::test::captured ... ok Oct 15 09:19:47.920 INFO blam! Oct 15 09:19:47.920 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:47.920 INFO blam! Oct 15 09:19:47.923 INFO blam! Oct 15 09:19:47.923 INFO blam! running 0 tests Oct 15 09:19:47.923 INFO blam! Oct 15 09:19:47.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:47.923 INFO blam! Oct 15 09:19:47.923 INFO kablam! Running /target/debug/deps/syntax-e987e5306bbd990e Oct 15 09:19:47.927 INFO kablam! Running /target/debug/deps/tox-96adceda19fe6df9 Oct 15 09:19:47.927 INFO blam! Oct 15 09:19:47.927 INFO blam! running 1 test Oct 15 09:19:47.927 INFO blam! test pprint::test::it_works ... ok Oct 15 09:19:47.927 INFO blam! Oct 15 09:19:47.927 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:47.927 INFO blam! Oct 15 09:19:47.933 INFO blam! Oct 15 09:19:47.933 INFO blam! running 0 tests Oct 15 09:19:47.933 INFO blam! Oct 15 09:19:47.933 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:47.933 INFO blam! Oct 15 09:19:47.939 INFO kablam! Running /target/debug/deps/util-a485df156d397eaa Oct 15 09:19:47.943 INFO blam! Oct 15 09:19:47.943 INFO blam! running 1 test Oct 15 09:19:47.947 INFO blam! test symbol::test::test ... ok Oct 15 09:19:47.947 INFO blam! Oct 15 09:19:47.947 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:47.947 INFO blam! Oct 15 09:19:47.948 INFO kablam! Running /target/debug/deps/vm-946e1f54cda7d73a Oct 15 09:19:47.955 INFO blam! Oct 15 09:19:47.955 INFO blam! running 1 test Oct 15 09:19:47.955 INFO blam! test chunk::test::it_work ... ok Oct 15 09:19:47.955 INFO blam! Oct 15 09:19:47.955 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:47.955 INFO blam! Oct 15 09:19:47.955 INFO kablam! Doc-tests util Oct 15 09:19:48.530 INFO blam! Oct 15 09:19:48.531 INFO blam! running 0 tests Oct 15 09:19:48.535 INFO blam! Oct 15 09:19:48.535 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:48.535 INFO blam! Oct 15 09:19:48.538 INFO kablam! Doc-tests interpreter Oct 15 09:19:49.325 INFO blam! Oct 15 09:19:49.325 INFO blam! running 0 tests Oct 15 09:19:49.325 INFO blam! Oct 15 09:19:49.325 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.325 INFO blam! Oct 15 09:19:49.331 INFO kablam! Doc-tests vm Oct 15 09:19:50.158 INFO blam! Oct 15 09:19:50.158 INFO blam! running 0 tests Oct 15 09:19:50.159 INFO blam! Oct 15 09:19:50.159 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:50.159 INFO blam! Oct 15 09:19:50.165 INFO kablam! Doc-tests frontend Oct 15 09:19:50.889 INFO blam! Oct 15 09:19:50.889 INFO blam! running 0 tests Oct 15 09:19:50.889 INFO blam! Oct 15 09:19:50.889 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:50.889 INFO blam! Oct 15 09:19:50.896 INFO kablam! Doc-tests syntax Oct 15 09:19:51.580 INFO blam! Oct 15 09:19:51.580 INFO blam! running 0 tests Oct 15 09:19:51.580 INFO blam! Oct 15 09:19:51.580 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:51.580 INFO blam! Oct 15 09:19:51.587 INFO kablam! su: No module specific data is present Oct 15 09:19:51.891 INFO running `"docker" "rm" "-f" "751cd89d51c0e20e6332d3ac16af27fdbb11b513c09b44c7d64468e8dc5bd9e7"` Oct 15 09:19:51.972 INFO blam! 751cd89d51c0e20e6332d3ac16af27fdbb11b513c09b44c7d64468e8dc5bd9e7