Oct 15 06:28:13.882 INFO testing Tarouka/rust-co-toolkit against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:28:13.882 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 06:28:14.456 INFO blam! 4509f00c581c13468ff44bde647fd44e1b02234402fa1c89c41b94da9d488bd1 Oct 15 06:28:14.459 INFO running `"docker" "start" "-a" "4509f00c581c13468ff44bde647fd44e1b02234402fa1c89c41b94da9d488bd1"` Oct 15 06:28:15.859 INFO kablam! usermod: no changes Oct 15 06:28:15.990 INFO kablam! Compiling nom v3.0.0 Oct 15 06:28:15.990 INFO kablam! Compiling rust-ini v0.9.12 Oct 15 06:28:21.820 INFO kablam! Compiling toolkit v0.4.0 (/source) Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::io` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:3:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 3 | use std::io; Oct 15 06:28:23.423 INFO kablam! | ^^^^^^^ Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:28:23.423 INFO kablam! Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:5:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 5 | use std::io::prelude::*; Oct 15 06:28:23.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:23.423 INFO kablam! Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::fs` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:7:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 7 | use std::fs; Oct 15 06:28:23.423 INFO kablam! | ^^^^^^^ Oct 15 06:28:23.423 INFO kablam! Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::process::Command` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:8:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 8 | use std::process::Command; Oct 15 06:28:23.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:23.423 INFO kablam! Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:9:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 9 | use std::collections::HashMap; Oct 15 06:28:23.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:23.423 INFO kablam! Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::io::Cursor` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:12:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 12 | use std::io::Cursor; Oct 15 06:28:23.423 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:28:23.423 INFO kablam! Oct 15 06:28:23.423 INFO kablam! warning: unused import: `std::env` Oct 15 06:28:23.423 INFO kablam! --> src/main.rs:13:5 Oct 15 06:28:23.423 INFO kablam! | Oct 15 06:28:23.423 INFO kablam! 13 | use std::env; Oct 15 06:28:23.424 INFO kablam! | ^^^^^^^^ Oct 15 06:28:23.424 INFO kablam! Oct 15 06:28:23.424 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:28:23.424 INFO kablam! --> src/main.rs:15:1 Oct 15 06:28:23.424 INFO kablam! | Oct 15 06:28:23.424 INFO kablam! 15 | #[macro_use] Oct 15 06:28:23.424 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:28:23.424 INFO kablam! Oct 15 06:28:23.424 INFO kablam! warning: unused imports: `ErrorKind`, `IResult`, `not_line_ending` Oct 15 06:28:23.424 INFO kablam! --> src/datfiles.rs:46:15 Oct 15 06:28:23.424 INFO kablam! | Oct 15 06:28:23.424 INFO kablam! 46 | use nom::{not_line_ending, IResult, ErrorKind}; Oct 15 06:28:23.424 INFO kablam! | ^^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^ Oct 15 06:28:23.424 INFO kablam! Oct 15 06:28:23.424 INFO kablam! warning: unused import: `std::io` Oct 15 06:28:23.424 INFO kablam! --> src/levelexp.rs:8:5 Oct 15 06:28:23.424 INFO kablam! | Oct 15 06:28:23.424 INFO kablam! 8 | use std::io; Oct 15 06:28:23.424 INFO kablam! | ^^^^^^^ Oct 15 06:28:23.424 INFO kablam! Oct 15 06:28:23.424 INFO kablam! warning: unused import: `std::fs` Oct 15 06:28:23.424 INFO kablam! --> src/levelexp.rs:10:5 Oct 15 06:28:23.424 INFO kablam! | Oct 15 06:28:23.424 INFO kablam! 10 | use std::fs; Oct 15 06:28:23.424 INFO kablam! | ^^^^^^^ Oct 15 06:28:23.424 INFO kablam! Oct 15 06:28:23.432 INFO kablam! warning: unused import: `nom::IResult` Oct 15 06:28:23.432 INFO kablam! --> src/itemtype.rs:117:6 Oct 15 06:28:23.432 INFO kablam! | Oct 15 06:28:23.432 INFO kablam! 117 | use nom::IResult; Oct 15 06:28:23.432 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:28:23.432 INFO kablam! Oct 15 06:28:23.432 INFO kablam! warning: unused import: `nom::IResult::Done` Oct 15 06:28:23.432 INFO kablam! --> src/itemtype.rs:118:6 Oct 15 06:28:23.432 INFO kablam! | Oct 15 06:28:23.432 INFO kablam! 118 | use nom::IResult::Done; Oct 15 06:28:23.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:28:23.432 INFO kablam! Oct 15 06:28:23.432 INFO kablam! warning: unused import: `datfiles::parser` Oct 15 06:28:23.432 INFO kablam! --> src/magictype.rs:128:6 Oct 15 06:28:23.432 INFO kablam! | Oct 15 06:28:23.432 INFO kablam! 128 | use datfiles::parser; Oct 15 06:28:23.432 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:28:23.432 INFO kablam! Oct 15 06:28:23.433 INFO kablam! warning: unused import: `nom::*` Oct 15 06:28:23.433 INFO kablam! --> src/magictype.rs:133:6 Oct 15 06:28:23.433 INFO kablam! | Oct 15 06:28:23.433 INFO kablam! 133 | use nom::*; Oct 15 06:28:23.433 INFO kablam! | ^^^^^^ Oct 15 06:28:23.433 INFO kablam! Oct 15 06:28:24.883 INFO kablam! warning: unused import: `ReadBytesExt` Oct 15 06:28:24.883 INFO kablam! --> src/levelexp.rs:16:42 Oct 15 06:28:24.883 INFO kablam! | Oct 15 06:28:24.883 INFO kablam! 16 | use byteorder::{ByteOrder, LittleEndian, ReadBytesExt}; Oct 15 06:28:24.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:28:24.883 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: unused variable: `header` Oct 15 06:28:24.975 INFO kablam! --> src/itemtype.rs:298:11 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 298 | let header = item_type_header_parsed; Oct 15 06:28:24.975 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: unused variable: `header` Oct 15 06:28:24.975 INFO kablam! --> src/magictype.rs:325:11 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 325 | let header = magic_type_header_parsed; Oct 15 06:28:24.975 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: unused variable: `entry_idx` Oct 15 06:28:24.975 INFO kablam! --> src/magictype.rs:348:17 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 348 | Result::Err(entry_idx) => { Oct 15 06:28:24.975 INFO kablam! | ^^^^^^^^^ help: consider using `_entry_idx` instead Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: unused variable: `bytes_read` Oct 15 06:28:24.975 INFO kablam! --> src/main.rs:210:9 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 210 | let bytes_read = f.read_to_end(&mut buffer).unwrap(); Oct 15 06:28:24.975 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: value assigned to `encoded_bytes` is never read Oct 15 06:28:24.975 INFO kablam! --> src/main.rs:309:17 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 309 | let mut encoded_bytes: Vec = Vec::new(); Oct 15 06:28:24.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: value assigned to `encoded_bytes` is never read Oct 15 06:28:24.975 INFO kablam! --> src/main.rs:351:17 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 351 | let mut encoded_bytes: Vec = Vec::new(); Oct 15 06:28:24.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: value assigned to `encoded_bytes` is never read Oct 15 06:28:24.975 INFO kablam! --> src/main.rs:402:17 Oct 15 06:28:24.975 INFO kablam! | Oct 15 06:28:24.975 INFO kablam! 402 | let mut encoded_bytes: Vec = Vec::new(); Oct 15 06:28:24.975 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:28:24.975 INFO kablam! Oct 15 06:28:24.975 INFO kablam! warning: unused variable: `bytes_read_mb` Oct 15 06:28:24.976 INFO kablam! --> src/levelexp.rs:82:10 Oct 15 06:28:24.976 INFO kablam! | Oct 15 06:28:24.976 INFO kablam! 82 | let bytes_read_mb: f64 = (bytes_read as f64) / 1024.0 / 1024.0; Oct 15 06:28:24.976 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_bytes_read_mb` instead Oct 15 06:28:24.976 INFO kablam! Oct 15 06:28:25.003 INFO kablam! warning: variable does not need to be mutable Oct 15 06:28:25.003 INFO kablam! --> src/main.rs:317:13 Oct 15 06:28:25.003 INFO kablam! | Oct 15 06:28:25.003 INFO kablam! 317 | let mut bytes_to_write = if args.encrypt { encrypt_cofac_bytes(encoded_bytes) } else { encoded_bytes }; Oct 15 06:28:25.003 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:28:25.003 INFO kablam! | | Oct 15 06:28:25.003 INFO kablam! | help: remove this `mut` Oct 15 06:28:25.003 INFO kablam! | Oct 15 06:28:25.003 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:28:25.003 INFO kablam! Oct 15 06:28:25.003 INFO kablam! warning: variable does not need to be mutable Oct 15 06:28:25.003 INFO kablam! --> src/main.rs:359:13 Oct 15 06:28:25.003 INFO kablam! | Oct 15 06:28:25.003 INFO kablam! 359 | let mut bytes_to_write = if args.encrypt { encrypt_cofac_bytes(encoded_bytes) } else { encoded_bytes }; Oct 15 06:28:25.003 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:28:25.003 INFO kablam! | | Oct 15 06:28:25.003 INFO kablam! | help: remove this `mut` Oct 15 06:28:25.003 INFO kablam! Oct 15 06:28:25.011 INFO kablam! warning: variable does not need to be mutable Oct 15 06:28:25.011 INFO kablam! --> src/main.rs:411:13 Oct 15 06:28:25.011 INFO kablam! | Oct 15 06:28:25.011 INFO kablam! 411 | let mut bytes_to_write = if args.encrypt { encrypt_cofac_bytes(encoded_bytes) } else { encoded_bytes }; Oct 15 06:28:25.011 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:28:25.011 INFO kablam! | | Oct 15 06:28:25.011 INFO kablam! | help: remove this `mut` Oct 15 06:28:25.011 INFO kablam! Oct 15 06:28:25.328 INFO kablam! warning: struct is never constructed: `Level` Oct 15 06:28:25.328 INFO kablam! --> src/levelexp.rs:19:1 Oct 15 06:28:25.328 INFO kablam! | Oct 15 06:28:25.329 INFO kablam! 19 | pub struct Level { Oct 15 06:28:25.329 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:28:25.329 INFO kablam! | Oct 15 06:28:25.330 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:28:25.330 INFO kablam! Oct 15 06:28:25.330 INFO kablam! warning: struct is never constructed: `LevelExpFile` Oct 15 06:28:25.331 INFO kablam! --> src/levelexp.rs:24:1 Oct 15 06:28:25.331 INFO kablam! | Oct 15 06:28:25.331 INFO kablam! 24 | pub struct LevelExpFile { Oct 15 06:28:25.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.332 INFO kablam! Oct 15 06:28:25.332 INFO kablam! warning: method is never used: `get_levels` Oct 15 06:28:25.332 INFO kablam! --> src/levelexp.rs:29:2 Oct 15 06:28:25.333 INFO kablam! | Oct 15 06:28:25.333 INFO kablam! 29 | pub fn get_levels(&self) -> Vec { Oct 15 06:28:25.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.334 INFO kablam! Oct 15 06:28:25.334 INFO kablam! warning: method is never used: `get_levels_as_map` Oct 15 06:28:25.334 INFO kablam! --> src/levelexp.rs:46:2 Oct 15 06:28:25.335 INFO kablam! | Oct 15 06:28:25.335 INFO kablam! 46 | pub fn get_levels_as_map(&self) -> HashMap { Oct 15 06:28:25.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.336 INFO kablam! Oct 15 06:28:25.336 INFO kablam! warning: method is never used: `get_levels_count` Oct 15 06:28:25.336 INFO kablam! --> src/levelexp.rs:61:2 Oct 15 06:28:25.337 INFO kablam! | Oct 15 06:28:25.337 INFO kablam! 61 | fn get_levels_count(&self, levels_data: &Vec) -> usize { Oct 15 06:28:25.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.338 INFO kablam! Oct 15 06:28:25.338 INFO kablam! warning: method is never used: `get_level_from_idx` Oct 15 06:28:25.338 INFO kablam! --> src/levelexp.rs:65:2 Oct 15 06:28:25.338 INFO kablam! | Oct 15 06:28:25.339 INFO kablam! 65 | fn get_level_from_idx(&self, idx: &usize) -> u8 { Oct 15 06:28:25.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.340 INFO kablam! Oct 15 06:28:25.340 INFO kablam! warning: method is never used: `get_exp_from_level` Oct 15 06:28:25.340 INFO kablam! --> src/levelexp.rs:69:2 Oct 15 06:28:25.340 INFO kablam! | Oct 15 06:28:25.341 INFO kablam! 69 | fn get_exp_from_level(&self, levels: &Vec, idx: &usize) -> i32 { Oct 15 06:28:25.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.341 INFO kablam! Oct 15 06:28:25.342 INFO kablam! warning: method is never used: `get_file_bytes` Oct 15 06:28:25.342 INFO kablam! --> src/levelexp.rs:76:2 Oct 15 06:28:25.342 INFO kablam! | Oct 15 06:28:25.347 INFO kablam! 76 | fn get_file_bytes(&self) -> Vec { Oct 15 06:28:25.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.347 INFO kablam! Oct 15 06:28:25.348 INFO kablam! warning: function is never used: `serialize_monster_entries_to_str` Oct 15 06:28:25.348 INFO kablam! --> src/monster.rs:108:2 Oct 15 06:28:25.348 INFO kablam! | Oct 15 06:28:25.349 INFO kablam! 108 | pub fn serialize_monster_entries_to_str(entries: &Vec) -> String { Oct 15 06:28:25.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.349 INFO kablam! Oct 15 06:28:25.350 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:28:25.350 INFO kablam! --> src/main.rs:218:5 Oct 15 06:28:25.350 INFO kablam! | Oct 15 06:28:25.351 INFO kablam! 218 | f.write_all(&bytes); Oct 15 06:28:25.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:25.351 INFO kablam! | Oct 15 06:28:25.352 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:28:25.352 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:28:25.352 INFO kablam! Oct 15 06:28:29.994 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.12s Oct 15 06:28:30.000 INFO kablam! su: No module specific data is present Oct 15 06:28:30.775 INFO running `"docker" "rm" "-f" "4509f00c581c13468ff44bde647fd44e1b02234402fa1c89c41b94da9d488bd1"` Oct 15 06:28:31.071 INFO blam! 4509f00c581c13468ff44bde647fd44e1b02234402fa1c89c41b94da9d488bd1 Oct 15 06:28:31.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 06:28:31.560 INFO blam! 0c206289c3e9e8bc859b78d9e415da2c77251812a45e52f987c00cc30e9c99b2 Oct 15 06:28:31.563 INFO running `"docker" "start" "-a" "0c206289c3e9e8bc859b78d9e415da2c77251812a45e52f987c00cc30e9c99b2"` Oct 15 06:28:32.919 INFO kablam! usermod: no changes Oct 15 06:28:33.051 INFO kablam! Compiling toolkit v0.4.0 (/source) Oct 15 06:28:34.779 INFO kablam! warning: unused import: `std::io` Oct 15 06:28:34.779 INFO kablam! --> src/main.rs:3:5 Oct 15 06:28:34.779 INFO kablam! | Oct 15 06:28:34.779 INFO kablam! 3 | use std::io; Oct 15 06:28:34.779 INFO kablam! | ^^^^^^^ Oct 15 06:28:34.779 INFO kablam! | Oct 15 06:28:34.779 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:28:34.779 INFO kablam! Oct 15 06:28:34.783 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:28:34.783 INFO kablam! --> src/main.rs:5:5 Oct 15 06:28:34.783 INFO kablam! | Oct 15 06:28:34.784 INFO kablam! 5 | use std::io::prelude::*; Oct 15 06:28:34.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:34.784 INFO kablam! Oct 15 06:28:34.785 INFO kablam! warning: unused import: `std::fs` Oct 15 06:28:34.785 INFO kablam! --> src/main.rs:7:5 Oct 15 06:28:34.785 INFO kablam! | Oct 15 06:28:34.786 INFO kablam! 7 | use std::fs; Oct 15 06:28:34.786 INFO kablam! | ^^^^^^^ Oct 15 06:28:34.786 INFO kablam! Oct 15 06:28:34.786 INFO kablam! warning: unused import: `std::process::Command` Oct 15 06:28:34.787 INFO kablam! --> src/main.rs:8:5 Oct 15 06:28:34.787 INFO kablam! | Oct 15 06:28:34.787 INFO kablam! 8 | use std::process::Command; Oct 15 06:28:34.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:34.788 INFO kablam! Oct 15 06:28:34.788 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 06:28:34.789 INFO kablam! --> src/main.rs:9:5 Oct 15 06:28:34.789 INFO kablam! | Oct 15 06:28:34.789 INFO kablam! 9 | use std::collections::HashMap; Oct 15 06:28:34.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:34.790 INFO kablam! Oct 15 06:28:34.790 INFO kablam! warning: unused import: `std::io::Cursor` Oct 15 06:28:34.790 INFO kablam! --> src/main.rs:12:5 Oct 15 06:28:34.790 INFO kablam! | Oct 15 06:28:34.791 INFO kablam! 12 | use std::io::Cursor; Oct 15 06:28:34.791 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:28:34.791 INFO kablam! Oct 15 06:28:34.792 INFO kablam! warning: unused import: `std::env` Oct 15 06:28:34.792 INFO kablam! --> src/main.rs:13:5 Oct 15 06:28:34.792 INFO kablam! | Oct 15 06:28:34.792 INFO kablam! 13 | use std::env; Oct 15 06:28:34.793 INFO kablam! | ^^^^^^^^ Oct 15 06:28:34.793 INFO kablam! Oct 15 06:28:34.793 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:28:34.793 INFO kablam! --> src/main.rs:15:1 Oct 15 06:28:34.794 INFO kablam! | Oct 15 06:28:34.794 INFO kablam! 15 | #[macro_use] Oct 15 06:28:34.794 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:28:34.794 INFO kablam! Oct 15 06:28:34.795 INFO kablam! warning: unused imports: `ErrorKind`, `IResult`, `not_line_ending` Oct 15 06:28:34.795 INFO kablam! --> src/datfiles.rs:46:15 Oct 15 06:28:34.795 INFO kablam! | Oct 15 06:28:34.795 INFO kablam! 46 | use nom::{not_line_ending, IResult, ErrorKind}; Oct 15 06:28:34.796 INFO kablam! | ^^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^^ Oct 15 06:28:34.796 INFO kablam! Oct 15 06:28:34.796 INFO kablam! warning: unused import: `std::io` Oct 15 06:28:34.796 INFO kablam! --> src/levelexp.rs:8:5 Oct 15 06:28:34.797 INFO kablam! | Oct 15 06:28:34.797 INFO kablam! 8 | use std::io; Oct 15 06:28:34.797 INFO kablam! | ^^^^^^^ Oct 15 06:28:34.797 INFO kablam! Oct 15 06:28:34.798 INFO kablam! warning: unused import: `std::fs` Oct 15 06:28:34.798 INFO kablam! --> src/levelexp.rs:10:5 Oct 15 06:28:34.798 INFO kablam! | Oct 15 06:28:34.803 INFO kablam! 10 | use std::fs; Oct 15 06:28:34.803 INFO kablam! | ^^^^^^^ Oct 15 06:28:34.803 INFO kablam! Oct 15 06:28:34.803 INFO kablam! warning: unused import: `nom::IResult` Oct 15 06:28:34.804 INFO kablam! --> src/itemtype.rs:117:6 Oct 15 06:28:34.804 INFO kablam! | Oct 15 06:28:34.804 INFO kablam! 117 | use nom::IResult; Oct 15 06:28:34.804 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:28:34.805 INFO kablam! Oct 15 06:28:34.805 INFO kablam! warning: unused import: `nom::IResult::Done` Oct 15 06:28:34.805 INFO kablam! --> src/itemtype.rs:118:6 Oct 15 06:28:34.805 INFO kablam! | Oct 15 06:28:34.806 INFO kablam! 118 | use nom::IResult::Done; Oct 15 06:28:34.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:28:34.806 INFO kablam! Oct 15 06:28:34.806 INFO kablam! warning: unused import: `datfiles::parser` Oct 15 06:28:34.807 INFO kablam! --> src/magictype.rs:128:6 Oct 15 06:28:34.807 INFO kablam! | Oct 15 06:28:34.807 INFO kablam! 128 | use datfiles::parser; Oct 15 06:28:34.807 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:28:34.808 INFO kablam! Oct 15 06:28:34.808 INFO kablam! warning: unused import: `nom::*` Oct 15 06:28:34.808 INFO kablam! --> src/magictype.rs:133:6 Oct 15 06:28:34.808 INFO kablam! | Oct 15 06:28:34.809 INFO kablam! 133 | use nom::*; Oct 15 06:28:34.809 INFO kablam! | ^^^^^^ Oct 15 06:28:34.809 INFO kablam! Oct 15 06:28:36.611 INFO kablam! warning: unused import: `ReadBytesExt` Oct 15 06:28:36.612 INFO kablam! --> src/levelexp.rs:16:42 Oct 15 06:28:36.612 INFO kablam! | Oct 15 06:28:36.612 INFO kablam! 16 | use byteorder::{ByteOrder, LittleEndian, ReadBytesExt}; Oct 15 06:28:36.613 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:28:36.613 INFO kablam! Oct 15 06:28:36.759 INFO kablam! warning: unused variable: `header` Oct 15 06:28:36.760 INFO kablam! --> src/itemtype.rs:298:11 Oct 15 06:28:36.760 INFO kablam! | Oct 15 06:28:36.760 INFO kablam! 298 | let header = item_type_header_parsed; Oct 15 06:28:36.761 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 15 06:28:36.761 INFO kablam! | Oct 15 06:28:36.761 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:28:36.761 INFO kablam! Oct 15 06:28:36.762 INFO kablam! warning: unused variable: `header` Oct 15 06:28:36.762 INFO kablam! --> src/magictype.rs:325:11 Oct 15 06:28:36.762 INFO kablam! | Oct 15 06:28:36.763 INFO kablam! 325 | let header = magic_type_header_parsed; Oct 15 06:28:36.763 INFO kablam! | ^^^^^^ help: consider using `_header` instead Oct 15 06:28:36.763 INFO kablam! Oct 15 06:28:36.763 INFO kablam! warning: unused variable: `entry_idx` Oct 15 06:28:36.764 INFO kablam! --> src/magictype.rs:348:17 Oct 15 06:28:36.764 INFO kablam! | Oct 15 06:28:36.764 INFO kablam! 348 | Result::Err(entry_idx) => { Oct 15 06:28:36.765 INFO kablam! | ^^^^^^^^^ help: consider using `_entry_idx` instead Oct 15 06:28:36.765 INFO kablam! Oct 15 06:28:36.765 INFO kablam! warning: unused variable: `bytes_read` Oct 15 06:28:36.765 INFO kablam! --> src/main.rs:210:9 Oct 15 06:28:36.766 INFO kablam! | Oct 15 06:28:36.766 INFO kablam! 210 | let bytes_read = f.read_to_end(&mut buffer).unwrap(); Oct 15 06:28:36.766 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 15 06:28:36.766 INFO kablam! Oct 15 06:28:36.766 INFO kablam! warning: value assigned to `encoded_bytes` is never read Oct 15 06:28:36.766 INFO kablam! --> src/main.rs:309:17 Oct 15 06:28:36.766 INFO kablam! | Oct 15 06:28:36.766 INFO kablam! 309 | let mut encoded_bytes: Vec = Vec::new(); Oct 15 06:28:36.766 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:28:36.766 INFO kablam! | Oct 15 06:28:36.766 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:28:36.766 INFO kablam! Oct 15 06:28:36.766 INFO kablam! warning: value assigned to `encoded_bytes` is never read Oct 15 06:28:36.766 INFO kablam! --> src/main.rs:351:17 Oct 15 06:28:36.766 INFO kablam! | Oct 15 06:28:36.766 INFO kablam! 351 | let mut encoded_bytes: Vec = Vec::new(); Oct 15 06:28:36.766 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:28:36.766 INFO kablam! Oct 15 06:28:36.766 INFO kablam! warning: value assigned to `encoded_bytes` is never read Oct 15 06:28:36.766 INFO kablam! --> src/main.rs:402:17 Oct 15 06:28:36.767 INFO kablam! | Oct 15 06:28:36.767 INFO kablam! 402 | let mut encoded_bytes: Vec = Vec::new(); Oct 15 06:28:36.767 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:28:36.767 INFO kablam! Oct 15 06:28:36.770 INFO kablam! warning: unused variable: `bytes_read_mb` Oct 15 06:28:36.770 INFO kablam! --> src/levelexp.rs:82:10 Oct 15 06:28:36.770 INFO kablam! | Oct 15 06:28:36.770 INFO kablam! 82 | let bytes_read_mb: f64 = (bytes_read as f64) / 1024.0 / 1024.0; Oct 15 06:28:36.770 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_bytes_read_mb` instead Oct 15 06:28:36.770 INFO kablam! Oct 15 06:28:36.823 INFO kablam! warning: variable does not need to be mutable Oct 15 06:28:36.823 INFO kablam! --> src/main.rs:317:13 Oct 15 06:28:36.823 INFO kablam! | Oct 15 06:28:36.823 INFO kablam! 317 | let mut bytes_to_write = if args.encrypt { encrypt_cofac_bytes(encoded_bytes) } else { encoded_bytes }; Oct 15 06:28:36.823 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:28:36.823 INFO kablam! | | Oct 15 06:28:36.823 INFO kablam! | help: remove this `mut` Oct 15 06:28:36.823 INFO kablam! | Oct 15 06:28:36.823 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:28:36.823 INFO kablam! Oct 15 06:28:36.831 INFO kablam! warning: variable does not need to be mutable Oct 15 06:28:36.831 INFO kablam! --> src/main.rs:359:13 Oct 15 06:28:36.831 INFO kablam! | Oct 15 06:28:36.831 INFO kablam! 359 | let mut bytes_to_write = if args.encrypt { encrypt_cofac_bytes(encoded_bytes) } else { encoded_bytes }; Oct 15 06:28:36.831 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:28:36.831 INFO kablam! | | Oct 15 06:28:36.831 INFO kablam! | help: remove this `mut` Oct 15 06:28:36.831 INFO kablam! Oct 15 06:28:36.831 INFO kablam! warning: variable does not need to be mutable Oct 15 06:28:36.831 INFO kablam! --> src/main.rs:411:13 Oct 15 06:28:36.831 INFO kablam! | Oct 15 06:28:36.831 INFO kablam! 411 | let mut bytes_to_write = if args.encrypt { encrypt_cofac_bytes(encoded_bytes) } else { encoded_bytes }; Oct 15 06:28:36.831 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 06:28:36.831 INFO kablam! | | Oct 15 06:28:36.831 INFO kablam! | help: remove this `mut` Oct 15 06:28:36.831 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: struct is never constructed: `Level` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:19:1 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 19 | pub struct Level { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: struct is never constructed: `LevelExpFile` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:24:1 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 24 | pub struct LevelExpFile { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: method is never used: `get_levels` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:29:2 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 29 | pub fn get_levels(&self) -> Vec { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: method is never used: `get_levels_as_map` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:46:2 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 46 | pub fn get_levels_as_map(&self) -> HashMap { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: method is never used: `get_levels_count` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:61:2 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 61 | fn get_levels_count(&self, levels_data: &Vec) -> usize { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: method is never used: `get_level_from_idx` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:65:2 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 65 | fn get_level_from_idx(&self, idx: &usize) -> u8 { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: method is never used: `get_exp_from_level` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:69:2 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 69 | fn get_exp_from_level(&self, levels: &Vec, idx: &usize) -> i32 { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.539 INFO kablam! warning: method is never used: `get_file_bytes` Oct 15 06:28:37.539 INFO kablam! --> src/levelexp.rs:76:2 Oct 15 06:28:37.539 INFO kablam! | Oct 15 06:28:37.539 INFO kablam! 76 | fn get_file_bytes(&self) -> Vec { Oct 15 06:28:37.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.539 INFO kablam! Oct 15 06:28:37.555 INFO kablam! warning: function is never used: `serialize_monster_entries_to_str` Oct 15 06:28:37.555 INFO kablam! --> src/monster.rs:108:2 Oct 15 06:28:37.555 INFO kablam! | Oct 15 06:28:37.555 INFO kablam! 108 | pub fn serialize_monster_entries_to_str(entries: &Vec) -> String { Oct 15 06:28:37.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.555 INFO kablam! Oct 15 06:28:37.555 INFO kablam! warning: constant item is never used: `MONSTER_ENTRY_UNFORMATTED` Oct 15 06:28:37.555 INFO kablam! --> src/monster.rs:209:3 Oct 15 06:28:37.555 INFO kablam! | Oct 15 06:28:37.555 INFO kablam! 209 | const MONSTER_ENTRY_UNFORMATTED: &str = "[AMonster] Oct 15 06:28:37.555 INFO kablam! | _________^ Oct 15 06:28:37.555 INFO kablam! 210 | | SizeAdd=2 Oct 15 06:28:37.555 INFO kablam! 211 | | ZoomPercent=90 Oct 15 06:28:37.555 INFO kablam! 212 | | MaxLife=1000 Oct 15 06:28:37.555 INFO kablam! ... | Oct 15 06:28:37.555 INFO kablam! 231 | | ExtraExp=100 Oct 15 06:28:37.555 INFO kablam! 232 | | StcType=18"; Oct 15 06:28:37.555 INFO kablam! | |____________^ Oct 15 06:28:37.555 INFO kablam! Oct 15 06:28:37.555 INFO kablam! warning: function is never used: `test_monster_entry_parse_then_reformat_returns_start_val` Oct 15 06:28:37.555 INFO kablam! --> src/monster.rs:245:3 Oct 15 06:28:37.555 INFO kablam! | Oct 15 06:28:37.555 INFO kablam! 245 | fn test_monster_entry_parse_then_reformat_returns_start_val() { Oct 15 06:28:37.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.555 INFO kablam! Oct 15 06:28:37.639 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:28:37.639 INFO kablam! --> src/main.rs:218:5 Oct 15 06:28:37.639 INFO kablam! | Oct 15 06:28:37.639 INFO kablam! 218 | f.write_all(&bytes); Oct 15 06:28:37.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 06:28:37.639 INFO kablam! | Oct 15 06:28:37.639 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:28:37.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:28:37.639 INFO kablam! Oct 15 06:28:41.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.57s Oct 15 06:28:41.516 INFO kablam! su: No module specific data is present Oct 15 06:28:42.581 INFO running `"docker" "rm" "-f" "0c206289c3e9e8bc859b78d9e415da2c77251812a45e52f987c00cc30e9c99b2"` Oct 15 06:28:42.866 INFO blam! 0c206289c3e9e8bc859b78d9e415da2c77251812a45e52f987c00cc30e9c99b2 Oct 15 06:28:42.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 06:28:43.289 INFO blam! d4edcfc58674975a7bb90e5fec75339fd35db538a1eceb3437cf592d37e21574 Oct 15 06:28:43.307 INFO running `"docker" "start" "-a" "d4edcfc58674975a7bb90e5fec75339fd35db538a1eceb3437cf592d37e21574"` Oct 15 06:28:44.739 INFO kablam! usermod: no changes Oct 15 06:28:44.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 06:28:44.904 INFO kablam! Running /target/debug/deps/toolkit-c21ff21363f4b5f9 Oct 15 06:28:44.904 INFO blam! Oct 15 06:28:44.904 INFO blam! running 131 tests Oct 15 06:28:44.947 INFO blam! test itemtype::parser::tests::parse_header_serialize_will_return_initial_header_2 ... ok Oct 15 06:28:44.947 INFO blam! test itemtype::parser::tests::parse_item_entry_serialize_will_return_initial_line_3 ... ok Oct 15 06:28:44.947 INFO blam! test itemtype::parser::tests::parse_header_serialize_will_return_initial_header_3 ... ok Oct 15 06:28:44.947 INFO blam! test itemtype::parser::tests::parse_item_entry_serialize_will_return_initial_line_2 ... ok Oct 15 06:28:44.947 INFO blam! test itemtype::parser::tests::parse_item_entry_serialize_will_return_initial_line_1 ... ok Oct 15 06:28:44.947 INFO blam! test itemtype::parser::tests::parse_header_serialize_will_return_initial_header_1 ... ok Oct 15 06:28:44.950 INFO blam! test itemtype::parser::tests::parse_header_will_return_right_val ... ok Oct 15 06:28:44.959 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_accuracy ... ok Oct 15 06:28:44.959 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_action_id ... ok Oct 15 06:28:44.983 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_amount ... ok Oct 15 06:28:44.983 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_atk_speed ... ok Oct 15 06:28:44.983 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_agi_req ... ok Oct 15 06:28:44.991 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_buy_price ... ok Oct 15 06:28:45.007 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_atk_range ... ok Oct 15 06:28:45.007 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_amount_limit ... ok Oct 15 06:28:45.007 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_buy_cps_price ... ok Oct 15 06:28:45.008 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_does_item_never_drop_on_death ... ok Oct 15 06:28:45.015 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_description ... ok Oct 15 06:28:45.027 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_fray_mode ... ok Oct 15 06:28:45.035 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_dodge ... ok Oct 15 06:28:45.035 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_gem1 ... ok Oct 15 06:28:45.057 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_id ... ok Oct 15 06:28:45.058 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_is_sell_disabled ... ok Oct 15 06:28:45.058 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_is_unstoreable ... ok Oct 15 06:28:45.058 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_is_untradeable ... ok Oct 15 06:28:45.058 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_magic1 ... ok Oct 15 06:28:45.083 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_lvl_req ... ok Oct 15 06:28:45.083 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_gem2 ... ok Oct 15 06:28:45.087 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_hp_restored ... ok Oct 15 06:28:45.100 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_magic_def ... ok Oct 15 06:28:45.107 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_magic3 ... ok Oct 15 06:28:45.107 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_magic_atk ... ok Oct 15 06:28:45.111 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_magic2 ... ok Oct 15 06:28:45.126 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_max_phys_atk ... ok Oct 15 06:28:45.126 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_mp_restored ... ok Oct 15 06:28:45.126 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_min_phys_atk ... ok Oct 15 06:28:45.126 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_name ... ok Oct 15 06:28:45.135 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_phys_def ... ok Oct 15 06:28:45.135 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_proficiency_req ... ok Oct 15 06:28:45.142 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_spi_req ... ok Oct 15 06:28:45.142 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_should_show_important_sell_hint ... ok Oct 15 06:28:45.150 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_type_name ... ok Oct 15 06:28:45.152 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_status ... ok Oct 15 06:28:45.163 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_type_mask ... ok Oct 15 06:28:45.163 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_profession_req ... ok Oct 15 06:28:45.163 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_repair_mode ... ok Oct 15 06:28:45.167 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_should_show_important_drop_hint ... ok Oct 15 06:28:45.167 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_sex_req ... ok Oct 15 06:28:45.167 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_vit_req ... ok Oct 15 06:28:45.179 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_unknown_1 ... ok Oct 15 06:28:45.179 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_str_req ... ok Oct 15 06:28:45.179 INFO blam! test magictype::parser::tests::parse_header_serialize_will_return_initial_header_1 ... ok Oct 15 06:28:45.179 INFO blam! test magictype::parser::tests::parse_header_serialize_will_return_initial_header_2 ... ok Oct 15 06:28:45.199 INFO blam! test magictype::parser::tests::parse_header_serialize_will_return_initial_header_3 ... ok Oct 15 06:28:45.199 INFO blam! test magictype::parser::tests::parse_magic_entry_serialize_will_return_initial_line_2 ... ok Oct 15 06:28:45.199 INFO blam! test magictype::parser::tests::parse_header_will_return_right_val ... ok Oct 15 06:28:45.208 INFO blam! test itemtype::parser::tests::parse_item_entry_will_return_right_weight ... ok Oct 15 06:28:45.208 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_accuracy ... ok Oct 15 06:28:45.208 INFO blam! test magictype::parser::tests::parse_magic_entry_serialize_will_return_initial_line_3 ... ok Oct 15 06:28:45.208 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_action_sort ... ok Oct 15 06:28:45.243 INFO blam! test magictype::parser::tests::parse_magic_entry_serialize_will_return_initial_line_1 ... ok Oct 15 06:28:45.271 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_active_time ... ok Oct 15 06:28:45.271 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_auto_learn_lvl ... ok Oct 15 06:28:45.271 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_auto_active ... ok Oct 15 06:28:45.271 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_drop_weapon ... ok Oct 15 06:28:45.271 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_ground_effect ... ok Oct 15 06:28:45.271 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_desc ... ok Oct 15 06:28:45.283 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_hits_with_weapon ... ok Oct 15 06:28:45.283 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_intone_effect ... ok Oct 15 06:28:45.303 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_intone_effect_duration ... ok Oct 15 06:28:45.303 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_id ... ok Oct 15 06:28:45.315 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_intone_sfx ... ok Oct 15 06:28:45.379 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_passive_target ... ok Oct 15 06:28:45.379 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_ground_targeted ... ok Oct 15 06:28:45.379 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_offensive_on_use ... ok Oct 15 06:28:45.379 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_none_target ... ok Oct 15 06:28:45.379 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_auto_learned ... ok Oct 15 06:28:45.379 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_body_target ... ok Oct 15 06:28:45.381 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_multi_target ... ok Oct 15 06:28:45.415 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_max_distance ... ok Oct 15 06:28:45.415 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_lvl_required ... ok Oct 15 06:28:45.419 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_self_target ... ok Oct 15 06:28:45.419 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_next_skill_id_auto_cast ... ok Oct 15 06:28:45.437 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_job_required ... ok Oct 15 06:28:45.437 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_usable_in_market ... ok Oct 15 06:28:45.437 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_staggering ... ok Oct 15 06:28:45.437 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_mp_cost ... ok Oct 15 06:28:45.459 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_is_terrain_target ... ok Oct 15 06:28:45.459 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_screen_represent ... ok Oct 15 06:28:45.459 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_power ... ok Oct 15 06:28:45.459 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_range ... ok Oct 15 06:28:45.479 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_sender_effect ... ok Oct 15 06:28:45.479 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_sender_sfx ... ok Oct 15 06:28:45.479 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_short_desc ... ok Oct 15 06:28:45.479 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_skill_lvl ... ok Oct 15 06:28:45.507 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_sender_action ... ok Oct 15 06:28:45.507 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_skill_name ... ok Oct 15 06:28:45.507 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_stamina_cost ... ok Oct 15 06:28:45.515 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_skill_type ... ok Oct 15 06:28:45.519 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_target_effect ... ok Oct 15 06:28:45.519 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_target_delay ... ok Oct 15 06:28:45.519 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_target_sfx ... ok Oct 15 06:28:45.527 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_use_delay ... ok Oct 15 06:28:45.527 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_status ... ok Oct 15 06:28:45.527 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_act_res_ctrl ... ok Oct 15 06:28:45.527 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_adb ... ok Oct 15 06:28:45.527 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_time ... ok Oct 15 06:28:45.527 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_armet_color ... ok Oct 15 06:28:45.527 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_asb ... ok Oct 15 06:28:45.527 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_battle_lvl ... ok Oct 15 06:28:45.527 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_body_type ... ok Oct 15 06:28:45.535 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_anti_type ... ok Oct 15 06:28:45.535 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_armet ... ok Oct 15 06:28:45.535 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_born_action ... ok Oct 15 06:28:45.539 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_extra_xp ... ok Oct 15 06:28:45.539 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_l_weapon ... ok Oct 15 06:28:45.543 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_lvl ... ok Oct 15 06:28:45.543 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_l_weapon_color ... ok Oct 15 06:28:45.543 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_max_life ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_mount ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_r_weapon ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_misc ... ok Oct 15 06:28:45.551 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_uses_item ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_type_id ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_zoom_pct ... ok Oct 15 06:28:45.551 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_xp_required ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_stc_type ... ok Oct 15 06:28:45.551 INFO blam! test monster::parser::tests::test_valid_monster_entry_parse_size_add ... ok Oct 15 06:28:45.559 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_trace_effect ... ok Oct 15 06:28:45.559 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_use_item_num ... ok Oct 15 06:28:45.559 INFO blam! test magictype::parser::tests::parse_magic_entry_will_return_right_weapon_required ... ok Oct 15 06:28:45.559 INFO blam! Oct 15 06:28:45.559 INFO blam! test result: ok. 131 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:28:45.559 INFO blam! Oct 15 06:28:45.562 INFO kablam! su: No module specific data is present Oct 15 06:28:46.541 INFO running `"docker" "rm" "-f" "d4edcfc58674975a7bb90e5fec75339fd35db538a1eceb3437cf592d37e21574"` Oct 15 06:28:46.923 INFO blam! d4edcfc58674975a7bb90e5fec75339fd35db538a1eceb3437cf592d37e21574