Oct 15 09:19:23.436 INFO testing Lapz/tox against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:19:23.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 09:19:23.871 INFO blam! dbc78b49f5e5c624cac088ba9465423cf935251828c412facc530feb3287a858 Oct 15 09:19:23.873 INFO running `"docker" "start" "-a" "dbc78b49f5e5c624cac088ba9465423cf935251828c412facc530feb3287a858"` Oct 15 09:19:24.949 INFO kablam! usermod: no changes Oct 15 09:19:25.055 INFO kablam! Compiling util v0.1.0 (/source/util) Oct 15 09:19:25.057 INFO kablam! Compiling structopt-derive v0.1.6 Oct 15 09:19:25.057 INFO kablam! Compiling structopt v0.1.7 Oct 15 09:19:26.477 INFO kablam! Compiling syntax v0.1.0 (/source/syntax) Oct 15 09:19:30.849 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 15 09:19:30.849 INFO kablam! Compiling interpreter v0.1.0 (/source/interpreter) Oct 15 09:19:30.934 INFO kablam! Compiling frontend v0.1.0 (/source/frontend) Oct 15 09:19:32.771 INFO kablam! warning: unused import: `syntax::ast::expr::*` Oct 15 09:19:32.771 INFO kablam! --> vm/src/compiler.rs:4:5 Oct 15 09:19:32.771 INFO kablam! | Oct 15 09:19:32.771 INFO kablam! 4 | use syntax::ast::expr::*; Oct 15 09:19:32.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:32.771 INFO kablam! | Oct 15 09:19:32.771 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:32.771 INFO kablam! Oct 15 09:19:32.771 INFO kablam! warning: unused import: `syntax::ast::statement::Statement` Oct 15 09:19:32.771 INFO kablam! --> vm/src/compiler.rs:5:5 Oct 15 09:19:32.771 INFO kablam! | Oct 15 09:19:32.771 INFO kablam! 5 | use syntax::ast::statement::Statement; Oct 15 09:19:32.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:32.771 INFO kablam! Oct 15 09:19:32.907 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:32.907 INFO kablam! --> frontend/src/lib.rs:7:1 Oct 15 09:19:32.907 INFO kablam! | Oct 15 09:19:32.907 INFO kablam! 7 | #[macro_use] Oct 15 09:19:32.907 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:32.907 INFO kablam! | Oct 15 09:19:32.907 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:32.907 INFO kablam! Oct 15 09:19:32.907 INFO kablam! warning: unused import: `std::rc::Rc` Oct 15 09:19:32.907 INFO kablam! --> frontend/src/env.rs:4:5 Oct 15 09:19:32.907 INFO kablam! | Oct 15 09:19:32.907 INFO kablam! 4 | use std::rc::Rc; Oct 15 09:19:32.907 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:19:32.907 INFO kablam! Oct 15 09:19:32.907 INFO kablam! warning: unused imports: `SymbolFactory`, `Symbol`, `Symbols` Oct 15 09:19:32.907 INFO kablam! --> frontend/src/env.rs:6:20 Oct 15 09:19:32.907 INFO kablam! | Oct 15 09:19:32.907 INFO kablam! 6 | use util::symbol::{Symbol, SymbolFactory, Symbols}; Oct 15 09:19:32.907 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^ Oct 15 09:19:32.907 INFO kablam! Oct 15 09:19:32.907 INFO kablam! warning: unused import: `util::Unique` Oct 15 09:19:32.907 INFO kablam! --> frontend/src/env.rs:7:5 Oct 15 09:19:32.907 INFO kablam! | Oct 15 09:19:32.907 INFO kablam! 7 | use util::Unique; Oct 15 09:19:32.907 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:32.907 INFO kablam! Oct 15 09:19:33.075 INFO kablam! warning: struct is never constructed: `Compiler` Oct 15 09:19:33.075 INFO kablam! --> vm/src/compiler.rs:8:1 Oct 15 09:19:33.075 INFO kablam! | Oct 15 09:19:33.075 INFO kablam! 8 | struct Compiler { Oct 15 09:19:33.075 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:33.075 INFO kablam! | Oct 15 09:19:33.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:33.075 INFO kablam! Oct 15 09:19:33.075 INFO kablam! warning: method is never used: `new` Oct 15 09:19:33.075 INFO kablam! --> vm/src/compiler.rs:14:5 Oct 15 09:19:33.075 INFO kablam! | Oct 15 09:19:33.075 INFO kablam! 14 | pub fn new() -> Self { Oct 15 09:19:33.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.075 INFO kablam! Oct 15 09:19:33.076 INFO kablam! warning: method is never used: `build_op` Oct 15 09:19:33.076 INFO kablam! --> vm/src/compiler.rs:21:5 Oct 15 09:19:33.076 INFO kablam! | Oct 15 09:19:33.076 INFO kablam! 21 | fn build_op(&mut self, op: OpCode) { Oct 15 09:19:33.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.076 INFO kablam! Oct 15 09:19:33.678 INFO kablam! warning: function is never used: `built_in_trim` Oct 15 09:19:33.678 INFO kablam! --> interpreter/src/builtins.rs:91:1 Oct 15 09:19:33.678 INFO kablam! | Oct 15 09:19:33.678 INFO kablam! 91 | fn built_in_trim(arguments: &[Object]) -> Result { Oct 15 09:19:33.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:33.678 INFO kablam! | Oct 15 09:19:33.678 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:33.678 INFO kablam! Oct 15 09:19:33.875 INFO kablam! warning: unused variable: `entry` Oct 15 09:19:33.875 INFO kablam! --> frontend/src/infer/mod.rs:56:37 Oct 15 09:19:33.875 INFO kablam! | Oct 15 09:19:33.875 INFO kablam! 56 | if let Some(mut entry) = ctx.look_type(sclass.value) {} Oct 15 09:19:33.875 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 15 09:19:33.875 INFO kablam! | Oct 15 09:19:33.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:33.875 INFO kablam! Oct 15 09:19:36.530 INFO kablam! Compiling tox v0.2.0 (/source/tox) Oct 15 09:19:37.369 INFO kablam! warning: unused variable: `ast` Oct 15 09:19:37.369 INFO kablam! --> tox/src/main.rs:64:13 Oct 15 09:19:37.369 INFO kablam! | Oct 15 09:19:37.369 INFO kablam! 64 | let ast = match Parser::new(tokens, reporter.clone(), &mut symbols).parse() { Oct 15 09:19:37.369 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 15 09:19:37.369 INFO kablam! | Oct 15 09:19:37.369 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:37.369 INFO kablam! Oct 15 09:19:37.369 INFO kablam! warning: unused variable: `penv` Oct 15 09:19:37.369 INFO kablam! --> tox/src/main.rs:104:55 Oct 15 09:19:37.369 INFO kablam! | Oct 15 09:19:37.369 INFO kablam! 104 | pub fn run(path: String, ptokens: bool, pprint: bool, penv: bool, past: bool) { Oct 15 09:19:37.369 INFO kablam! | ^^^^ help: consider using `_penv` instead Oct 15 09:19:37.369 INFO kablam! Oct 15 09:19:38.690 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.72s Oct 15 09:19:38.698 INFO kablam! su: No module specific data is present Oct 15 09:19:39.122 INFO running `"docker" "rm" "-f" "dbc78b49f5e5c624cac088ba9465423cf935251828c412facc530feb3287a858"` Oct 15 09:19:39.355 INFO blam! dbc78b49f5e5c624cac088ba9465423cf935251828c412facc530feb3287a858 Oct 15 09:19:39.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 09:19:40.031 INFO blam! ca8e42632765d1a77252f4067aaa7db9655ff50efcd27425628129a5f787a989 Oct 15 09:19:40.033 INFO running `"docker" "start" "-a" "ca8e42632765d1a77252f4067aaa7db9655ff50efcd27425628129a5f787a989"` Oct 15 09:19:40.813 INFO kablam! usermod: no changes Oct 15 09:19:40.935 INFO kablam! Compiling util v0.1.0 (/source/util) Oct 15 09:19:40.936 INFO kablam! Compiling pretty_assertions v0.4.1 Oct 15 09:19:40.936 INFO kablam! Compiling interpreter v0.1.0 (/source/interpreter) Oct 15 09:19:40.936 INFO kablam! Compiling vm v0.1.0 (/source/vm) Oct 15 09:19:40.936 INFO kablam! Compiling tox v0.2.0 (/source/tox) Oct 15 09:19:41.986 INFO kablam! Compiling syntax v0.1.0 (/source/syntax) Oct 15 09:19:41.986 INFO kablam! Compiling frontend v0.1.0 (/source/frontend) Oct 15 09:19:42.471 INFO kablam! warning: unused import: `syntax::ast::expr::*` Oct 15 09:19:42.472 INFO kablam! --> vm/src/compiler.rs:4:5 Oct 15 09:19:42.472 INFO kablam! | Oct 15 09:19:42.472 INFO kablam! 4 | use syntax::ast::expr::*; Oct 15 09:19:42.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:42.473 INFO kablam! | Oct 15 09:19:42.473 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:42.473 INFO kablam! Oct 15 09:19:42.473 INFO kablam! warning: unused import: `syntax::ast::statement::Statement` Oct 15 09:19:42.474 INFO kablam! --> vm/src/compiler.rs:5:5 Oct 15 09:19:42.474 INFO kablam! | Oct 15 09:19:42.474 INFO kablam! 5 | use syntax::ast::statement::Statement; Oct 15 09:19:42.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:42.475 INFO kablam! Oct 15 09:19:43.291 INFO kablam! warning: struct is never constructed: `Compiler` Oct 15 09:19:43.291 INFO kablam! --> vm/src/compiler.rs:8:1 Oct 15 09:19:43.291 INFO kablam! | Oct 15 09:19:43.291 INFO kablam! 8 | struct Compiler { Oct 15 09:19:43.291 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:19:43.291 INFO kablam! | Oct 15 09:19:43.291 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:43.291 INFO kablam! Oct 15 09:19:43.291 INFO kablam! warning: method is never used: `new` Oct 15 09:19:43.291 INFO kablam! --> vm/src/compiler.rs:14:5 Oct 15 09:19:43.291 INFO kablam! | Oct 15 09:19:43.291 INFO kablam! 14 | pub fn new() -> Self { Oct 15 09:19:43.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:43.291 INFO kablam! Oct 15 09:19:43.291 INFO kablam! warning: method is never used: `build_op` Oct 15 09:19:43.291 INFO kablam! --> vm/src/compiler.rs:21:5 Oct 15 09:19:43.291 INFO kablam! | Oct 15 09:19:43.291 INFO kablam! 21 | fn build_op(&mut self, op: OpCode) { Oct 15 09:19:43.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:43.291 INFO kablam! Oct 15 09:19:43.935 INFO kablam! warning: function is never used: `built_in_trim` Oct 15 09:19:43.935 INFO kablam! --> interpreter/src/builtins.rs:91:1 Oct 15 09:19:43.936 INFO kablam! | Oct 15 09:19:43.936 INFO kablam! 91 | fn built_in_trim(arguments: &[Object]) -> Result { Oct 15 09:19:43.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:19:43.936 INFO kablam! | Oct 15 09:19:43.937 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:19:43.937 INFO kablam! Oct 15 09:19:43.943 INFO kablam! warning: unused variable: `ast` Oct 15 09:19:43.943 INFO kablam! --> tox/src/main.rs:64:13 Oct 15 09:19:43.943 INFO kablam! | Oct 15 09:19:43.944 INFO kablam! 64 | let ast = match Parser::new(tokens, reporter.clone(), &mut symbols).parse() { Oct 15 09:19:43.944 INFO kablam! | ^^^ help: consider using `_ast` instead Oct 15 09:19:43.945 INFO kablam! | Oct 15 09:19:43.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:43.951 INFO kablam! Oct 15 09:19:43.951 INFO kablam! warning: unused variable: `penv` Oct 15 09:19:43.952 INFO kablam! --> tox/src/main.rs:104:55 Oct 15 09:19:43.952 INFO kablam! | Oct 15 09:19:43.952 INFO kablam! 104 | pub fn run(path: String, ptokens: bool, pprint: bool, penv: bool, past: bool) { Oct 15 09:19:43.952 INFO kablam! | ^^^^ help: consider using `_penv` instead Oct 15 09:19:43.953 INFO kablam! Oct 15 09:19:43.999 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:43.999 INFO kablam! --> syntax/src/lib.rs:2:1 Oct 15 09:19:44.000 INFO kablam! | Oct 15 09:19:44.000 INFO kablam! 2 | #[macro_use] Oct 15 09:19:44.000 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:44.000 INFO kablam! | Oct 15 09:19:44.001 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:44.001 INFO kablam! Oct 15 09:19:44.363 INFO kablam! warning: unused `#[macro_use]` import Oct 15 09:19:44.363 INFO kablam! --> frontend/src/lib.rs:7:1 Oct 15 09:19:44.363 INFO kablam! | Oct 15 09:19:44.363 INFO kablam! 7 | #[macro_use] Oct 15 09:19:44.363 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:44.363 INFO kablam! | Oct 15 09:19:44.363 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:19:44.363 INFO kablam! Oct 15 09:19:44.363 INFO kablam! warning: unused import: `std::rc::Rc` Oct 15 09:19:44.363 INFO kablam! --> frontend/src/env.rs:4:5 Oct 15 09:19:44.363 INFO kablam! | Oct 15 09:19:44.363 INFO kablam! 4 | use std::rc::Rc; Oct 15 09:19:44.363 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:19:44.363 INFO kablam! Oct 15 09:19:44.363 INFO kablam! warning: unused imports: `SymbolFactory`, `Symbol`, `Symbols` Oct 15 09:19:44.363 INFO kablam! --> frontend/src/env.rs:6:20 Oct 15 09:19:44.363 INFO kablam! | Oct 15 09:19:44.363 INFO kablam! 6 | use util::symbol::{Symbol, SymbolFactory, Symbols}; Oct 15 09:19:44.363 INFO kablam! | ^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^ Oct 15 09:19:44.363 INFO kablam! Oct 15 09:19:44.363 INFO kablam! warning: unused import: `util::Unique` Oct 15 09:19:44.363 INFO kablam! --> frontend/src/env.rs:7:5 Oct 15 09:19:44.363 INFO kablam! | Oct 15 09:19:44.363 INFO kablam! 7 | use util::Unique; Oct 15 09:19:44.363 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:19:44.363 INFO kablam! Oct 15 09:19:45.019 INFO kablam! warning: unused variable: `entry` Oct 15 09:19:45.019 INFO kablam! --> frontend/src/infer/mod.rs:56:37 Oct 15 09:19:45.020 INFO kablam! | Oct 15 09:19:45.020 INFO kablam! 56 | if let Some(mut entry) = ctx.look_type(sclass.value) {} Oct 15 09:19:45.020 INFO kablam! | ^^^^^ help: consider using `_entry` instead Oct 15 09:19:45.021 INFO kablam! | Oct 15 09:19:45.021 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:19:45.021 INFO kablam! Oct 15 09:19:48.145 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.30s Oct 15 09:19:48.157 INFO kablam! su: No module specific data is present Oct 15 09:19:48.447 INFO running `"docker" "rm" "-f" "ca8e42632765d1a77252f4067aaa7db9655ff50efcd27425628129a5f787a989"` Oct 15 09:19:48.567 INFO blam! ca8e42632765d1a77252f4067aaa7db9655ff50efcd27425628129a5f787a989 Oct 15 09:19:48.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 09:19:48.803 INFO blam! 865aa43af3aa03f0f6592c905f23eb6d4bc6b7ac33a7ca3b5e58dd7f4585030c Oct 15 09:19:48.807 INFO running `"docker" "start" "-a" "865aa43af3aa03f0f6592c905f23eb6d4bc6b7ac33a7ca3b5e58dd7f4585030c"` Oct 15 09:19:49.399 INFO kablam! usermod: no changes Oct 15 09:19:49.474 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 09:19:49.481 INFO kablam! Running /target/debug/deps/frontend-103f9e411051e829 Oct 15 09:19:49.483 INFO blam! Oct 15 09:19:49.483 INFO blam! running 8 tests Oct 15 09:19:49.484 INFO blam! test resolver::test::return_top_level ... ok Oct 15 09:19:49.484 INFO blam! test resolver::test::captured ... ok Oct 15 09:19:49.484 INFO blam! test resolver::test::lexical_capture ... ok Oct 15 09:19:49.484 INFO blam! test resolver::test::global_redeclar ... ok Oct 15 09:19:49.484 INFO blam! test resolver::test::global ... ok Oct 15 09:19:49.485 INFO blam! test resolver::test::local_redeclar ... ok Oct 15 09:19:49.486 INFO blam! test resolver::test::shadowing_erro ... ok Oct 15 09:19:49.486 INFO blam! test resolver::test::this_outside_class ... ok Oct 15 09:19:49.486 INFO blam! Oct 15 09:19:49.487 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.487 INFO blam! Oct 15 09:19:49.487 INFO kablam! Running /target/debug/deps/interpreter-a568148d0d2b7705 Oct 15 09:19:49.488 INFO blam! Oct 15 09:19:49.489 INFO blam! running 0 tests Oct 15 09:19:49.489 INFO blam! Oct 15 09:19:49.489 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.489 INFO blam! Oct 15 09:19:49.489 INFO kablam! Running /target/debug/deps/syntax-730e6729a83525c7 Oct 15 09:19:49.492 INFO blam! Oct 15 09:19:49.492 INFO blam! running 1 test Oct 15 09:19:49.492 INFO blam! test pprint::test::it_works ... ok Oct 15 09:19:49.492 INFO blam! Oct 15 09:19:49.492 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.492 INFO blam! Oct 15 09:19:49.493 INFO kablam! Running /target/debug/deps/tox-92cfde36ffadb661 Oct 15 09:19:49.496 INFO blam! Oct 15 09:19:49.496 INFO blam! running 0 tests Oct 15 09:19:49.496 INFO blam! Oct 15 09:19:49.496 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.496 INFO blam! Oct 15 09:19:49.496 INFO kablam! Running /target/debug/deps/util-e82b14b799b736ef Oct 15 09:19:49.500 INFO blam! Oct 15 09:19:49.500 INFO blam! running 1 test Oct 15 09:19:49.502 INFO blam! test symbol::test::test ... ok Oct 15 09:19:49.502 INFO blam! Oct 15 09:19:49.502 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.502 INFO blam! Oct 15 09:19:49.502 INFO kablam! Running /target/debug/deps/vm-a7be57c74ced7d88 Oct 15 09:19:49.504 INFO blam! Oct 15 09:19:49.504 INFO blam! running 1 test Oct 15 09:19:49.504 INFO blam! test chunk::test::it_work ... ok Oct 15 09:19:49.504 INFO blam! Oct 15 09:19:49.504 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:49.504 INFO blam! Oct 15 09:19:49.504 INFO kablam! Doc-tests syntax Oct 15 09:19:50.258 INFO blam! Oct 15 09:19:50.259 INFO blam! running 0 tests Oct 15 09:19:50.259 INFO blam! Oct 15 09:19:50.259 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:50.259 INFO blam! Oct 15 09:19:50.265 INFO kablam! Doc-tests vm Oct 15 09:19:50.955 INFO blam! Oct 15 09:19:50.955 INFO blam! running 0 tests Oct 15 09:19:50.955 INFO blam! Oct 15 09:19:50.955 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:50.955 INFO blam! Oct 15 09:19:50.963 INFO kablam! Doc-tests util Oct 15 09:19:51.468 INFO blam! Oct 15 09:19:51.468 INFO blam! running 0 tests Oct 15 09:19:51.468 INFO blam! Oct 15 09:19:51.468 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:51.468 INFO blam! Oct 15 09:19:51.473 INFO kablam! Doc-tests frontend Oct 15 09:19:52.376 INFO blam! Oct 15 09:19:52.376 INFO blam! running 0 tests Oct 15 09:19:52.376 INFO blam! Oct 15 09:19:52.376 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:52.376 INFO blam! Oct 15 09:19:52.379 INFO kablam! Doc-tests interpreter Oct 15 09:19:53.263 INFO blam! Oct 15 09:19:53.263 INFO blam! running 0 tests Oct 15 09:19:53.263 INFO blam! Oct 15 09:19:53.263 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:19:53.263 INFO blam! Oct 15 09:19:53.271 INFO kablam! su: No module specific data is present Oct 15 09:19:53.578 INFO running `"docker" "rm" "-f" "865aa43af3aa03f0f6592c905f23eb6d4bc6b7ac33a7ca3b5e58dd7f4585030c"` Oct 15 09:19:53.706 INFO blam! 865aa43af3aa03f0f6592c905f23eb6d4bc6b7ac33a7ca3b5e58dd7f4585030c